@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&display=swap');

html {
  width: 100%;
  margin: auto;
}

#wrapper {
  width: 100%;
  margin: auto;
}

#contentWrap {
  width: 100%;
  margin: auto;
}

#header {
  width: 100%;
  margin: auto;
}

.container {
  width: 100%;
  margin: auto;
  display: flex;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.nav01 img {
  margin-bottom: -8px;
}

body {
  width: 100%;
  margin: auto;
  background-color: #ebe2b9;
}

.full-width {
  width: 100%;
  margin: auto;
}

@media screen and (max-width:599px) {
  .full-width {
    width: 100%;
    margin: auto;
    margin-top: 10px;
  }
}

#menulist {
  width: 100%;
  margin: auto;
}

.button1:hover {
  transform: translateY(-3px);
}

.button2:hover {
  transform: translateY(-3px);
}

.button3:hover {
  transform: translateY(-3px);
}

.button5:hover {
  transform: translateY(-3px);
}

.button6:hover {
  transform: translateY(-3px);
}

/* ヘッダーロゴなどglovalnav------------------------------------------------- */
header #hd_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#glovalnav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

#glovalnav ul {
  width: 100%;
  margin: 0 auto;
  letter-spacing: normal;
/*  display: flex; */
  justify-content: space-between;
  z-index: 2;
  align-items: flex-end;
  margin-bottom: -1px;
}

#glovalnav .nav01 {
  width: 100%;
/*  margin-left: 20px; */
  text-align: center;
  height: 50px;
}

.btn {
  display: inline-block;
  text-decoration: none;
  transition: .3s;
  color: #eee;
}

.btn:hover {
  transform: translateY(-3px);
}

#glovalnav .nav04 .btn img {
  width: 90%;
  margin: auto;
  margin-right: 20px;
  margin-top: -100px;
}


@media screen and (max-width:599px) {
  #glovalnav .nav01 img {
    width: 34%;
    /* margin-bottom: 4px; */
    /* margin-left: -10px; */
    margin-top: -20px;
  }
}

#glovalnav .nav02 {
  width: 100%;
  margin-right: 20px;
}

@media screen and (max-width:599px) {
  #glovalnav .nav02 {
    display: none;
  }
}

#glovalnav .nav03 {
  width: 100%;
  margin: 5px 10px 0 0;
}

@media screen and (max-width:599px) {
  #glovalnav .nav03 {
    display: none;
  }
}

#glovalnav .nav04 {
  width: 100%;
  text-align: right;
  margin-top: 30px;
}  

@media screen and (max-width:599px) {
  #glovalnav .nav04 {
    display: none;
  }
} 

li {
  list-style: none;
}

ul {
  padding-left: 0;
}  

/* ヘッダーメニューnav---------------------------------------------- */

.header_nav {
  width: 100%;
  background-image: url(none);
  position: relative;
  top: 8px;
  margin: auto;
  height: 44px;
}

@media screen and (max-width:599px) {
  .header_nav {
    display: none;
  }
}

.header_nav.flex_box_pc2 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width:599px) {
  .header_nav.flex_box_pc2 {
    display: none;
  }
}

.header_nav.flex_box_pc2 .button1 {
  width: 97%;
  position: relative;
  padding: 20px;
}

.header_nav.flex_box_pc2 .button1:hover {
  color:#fff;
}

.header_nav.flex_box_pc2 .button2 {
  width: 97%;
  position: relative;
  padding: 20px;
}

.header_nav.flex_box_pc2 .button3 {
  width: 97%;
  position: relative;
  padding: 20px;
}

.header_nav.flex_box_pc2 .button4 {
  width: 97%;
  position: relative;
  padding: 20px;
}

.header_nav.flex_box_pc2 .button5 {
  width: 97%;
  position: relative;
  padding: 20px;
}

.header_nav.flex_box_pc2 .button6 {
  width: 97%;
  position: relative;
  padding: 20px;
}

/* ハンバーガーメニュー(左)PCで非表示 */
.menu-content {
  display: none;
}

#menu-btn-check {
  display: none;
}

/* ハンバーガーメニュー実装 */
@media screen and (max-width:599px) {
  .menu-content {
    display: block;
  }

  .menu-btn {
    position: fixed;
    top: 10px;
    right: 15px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
 /*   background-color: #191691;  */
    border-radius: 33px;
    opacity: 1;
  }

  .menu-btn:hover {
    cursor: pointer;
  }

  /* 三本線の実装 */
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: rgb(160, 122, 17);
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  /* チェックボックス非表示にする */
  #menu-btn-check {
    display: none;
  }

  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255,
        255,
        255,
        0);
  }

  /*メニューオープン時は真ん中の線を透明にする*/

  /* メニューを開いている時はハンバーガーボタンが×になる */
  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /* menu部分の実装------------ */
  .menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    /* メニューを外に出しておく */
    left: 100%;
    z-index: 80;
    background-color: rgb(160 122 17 / 85%);
    transition: all 0.5s;
    /*アニメーションを滑らかにする*/
    opacity: 0.9;
  }

  .menu-content ul {
    padding: 70px 10px 0;
  }

  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }

  #menu-btn-check:checked~.menu-content {
    left: 50%;
    /*メニューを画面内へ動かす*/
  }
}

/* ここからメインビジュアル-------------------------------------------------------- */
#home_mv {
  width: 100%;
/*  background-color: #0f4f70;  */
  margin: auto;
}

.keyvisual {
  max-width: 100%;
  margin: auto;
  text-align: center;
  line-height: 0;
}

.keyvisual video {
  max-width: 100%;
  margin: auto;
  text-align: center;
}

/* about--------------------- */

#home_contenMain {
  max-width: 100%;
  margin: auto;
  text-align: center;
}

#about_area {
  max-width: 100%;
  margin: auto;
  text-align: center;
}

#service {
  background-image: url(none);
  width: 100%;
  height: 150px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width:599px) {
  #service {
    height: 7em;
  }
}

.cts_inner {
  text-align: center;
}

.about img {
  width: 14em;
  margin: 3px;
}

@media screen and (max-width:599px) {
  .about img {
    width: 7.5em;
    margin-left: -13.5em;
  }
}

.about_p {
  width: 100%;
  max-width: 14em;
  height: auto;
  display: none;
}

@media screen and (max-width:599px) {
  .about_p {
    display: none;
  }
}

#service .cts_inner p {
  width: 70%;
  font-size: 15px;
  /* line-height: 23px; */
  color: #000000;
  text-align: left;
  /* margin-left: 10px;　*/
  display: inline-block;
}

@media screen and (max-width:599px) {
  #service .cts_inner p {
    width: 90%;
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-top: -0.7em;
  }
}

/* menu------------------------------------------------- */

#menulist {
  width: 100%;
  margin: auto;
}

.menulist_inner {
  background-image: url(none);
  width: 100%;
  height: 100%;
  margin: auto;
}

.menu01 {
  width: 13%;
  margin: 43px;
}

@media screen and (max-width:599px) {
  .menu01 {
    width: 22%;
    margin: 20px;
  }
}


#menulist .menu {
  text-align: center;
  margin: auto;
  width: 100%;
}

.const_nav {
  width: 100%;
  margin-top: 150px;
}

h2 {
  width: 100%;
  text-align: left;
}

/* pt-1 ------------------------------------ */
.pt-1 {
  margin: 5px;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: relative;
}

.menu01_title01 {
  margin: 7px 65px;
}

@media screen and (max-width:599px) {
  .menu01_title01 {
    margin: auto;
    margin-left: 50px;
    width: 63%;
  }
}

.container1 {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  margin: 0 0 90px 0;
}

.container1 p {
  font-size: 1em;
  color: #000000;
  text-align: left;
  margin: 10px 0 0 65px;
  max-width: 490px;
}

@media screen and (max-width:599px) {
  .container1 {
    display: block;
  }

  .container1 p {
    font-size: 0.9rem;
    margin: 4px 47px;
  }
}

.toritsuke1,
.toritsuke2 {
  width: 80%;
  border-radius: 15px;
  box-shadow: 6px 6px 8px 0px #0000006e;
}

@media screen and (max-width:599px) {
  .toritsuke2 {
    margin-top: 30px;
  }
}

.pt-1 h2 {
  text-align: left;
}

.pt-2 h2 {
  text-align: left;
}

/* pt-2 ------------------------------------ */

.menu01_title02 {
  margin: 7px 65px;
}

@media screen and (max-width:599px) {
  .menu01_title02 {
    width: 88%;
    margin: auto;
    margin-left: 30px;
  }
}

.container2 {
  display: flex;
  justify-content: center;
  margin: 5px;
  width: 100%;
  position: relative;
}

.container2 p {
  font-size: 1em;
  color: #000000;
  text-align: left;
  margin: 10px 0 0 65px;
  line-height: 1.2em;
  max-width: 490px;
}

@media screen and (max-width:599px) {
  .container2 {
    display: block;
  }

  .container2 p {
    font-size: 0.9rem;
    margin: 4px 47px;
  }
}

.toritsuke3,
.toritsuke4,
.toritsuke5,
.toritsuke6 {
  width: 80%;
  border-radius: 15px;
  box-shadow: 6px 6px 8px 0px #0000006e;
}

@media screen and (max-width:599px) {
  .toritsuke4 {
    margin-top: 30px;
  }

  .toritsuke6 {
    margin-top: 30px;
  }

  .toritsuke7 {
    margin-top: 10px;
  }

  .toritsuke8 {
    margin-top: 42spx;
  }
}

.toritsuke7 {
  width: 80%;
  box-shadow: 6px 6px 8px 0px #0000006e;
  margin-top: 30px;
}

.toritsuke8 {
  width: 80%;
  box-shadow: 6px 6px 8px 0px #0000006e;
  margin-top: 30px;
}

.container3 {
  padding-top: 35px;
  display: flex;
  justify-content: center;
  margin: 5px;
}

.container3 p {
  font-size: 1em;
  color: #000000;
  text-align: left;
  margin: 10px 0 0 65px;
}

@media screen and (max-width:599px) {
  .container3 {
    display: block;
  }

  .container3 p {
    font-size: 0.9rem;
    margin: 4px 47px;
  }
}

.container4 {
  padding-top: 35px;
  display: flex;
  justify-content: center;
  margin: 5px;
}

@media screen and (max-width:599px) {
  .container4 {
    display: block;
  }
}

#space {
  width: 100%;
  margin: auto;
}

.space {
  width: 100%;
  margin-top: -6px;
}

.space img {
  width: 100%;
}

/* cleaning menu--------------------- */
#cleaning {
  width: 100%;
  margin: 50px;
  position: relative;
  top: 100px;
}

#clg_menulist {
  width: 100%;
  margin: auto;
  background-image: url(./images/clg_background.jpg);
  margin-top: -8px;
}

.clg_inner {
/*  background-image: url(./images/cleaning_background.jpg); */
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}

.about {
  width: 330px;
  margin: auto;
}


.clg_about {
  max-width: 500px;
}

.clg_about img {
  width: 77%;
}

.cleaning_p01 img {
  width: 285px;
  margin: auto;
}

#cleaning .clg_inner P {
  font-size: 17px;
  line-height: 26px;
  color: #000000;
  text-align: left;
  margin-left: 60px;
  width: 100%;
  margin-top: 5px;
}

#cleaning .clg_inner .clean_p01 img {
  width: 100%;
  margin: 10px;
}

@media screen and (max-width:599px) {
  #cleaning {
    display: block;
  /*  background-image: url(./images/space_backgroundimage.jpg);  */
    width: 100%;
    margin-top: -50px;
    margin-left: 5px;
  }

  .clg_about {
    max-width: 19em;
  }

  .clg_about img {
    width: 89%;
    margin-left: -15px;
  }

  #cleaning .clg_inner P {
    font-size: 0.9em;
    line-height: 1.5em;
    display: inline-block;
    text-align: left;
    margin-left: -15px;
    margin-top: -0.1em;
    width: 89%;
  }

  #cleaning .clg_inner video {
    height: 11.5em;
  }

  #cleaning .clg_inner .clean_p01 img {
    display: none;
  }

}

#cleaning .clg_inner video {
  width: 7em;
  margin: 10px;
}

.menu02 {
  width: 9%;
  margin: 30px;
}

@media screen and (max-width:599px) {
  .menu02 {
    width: 17%;
    margin: 20px;
  }
}

.sp_menu {
  display: none;
}

.cleaning1,
.cleaning2 {
  width: 80%;
  box-shadow: 6px 6px 8px 0px #0000006e;
}

#under {
  width: 80%;
  box-shadow: 6px 6px 8px 0px #0000006e;
}

@media screen and (max-width:599px) {
  .cleaning2 {
    margin-top: 30px;
  }
}

#under {
  width: 80%;
  margin: auto;
}

@media screen and (max-width:599px) {
  #under {
    width: 80%;
    margin: auto;
  }
}

.furogama {
  width: 80%;
  margin: auto;
  box-shadow: 6px 6px 8px 0px #0000006e;
}

@media screen and (max-width:599px) {
  .furogama {
    margin-top: 40px;}
}


.cleaning4 {
  width: 80%;
  box-shadow: 6px 6px 8px 0px #0000006e;
}

@media screen and (max-width:599px) {
  .cleaning4 {
    margin-top: 40px;
  }
}

.container5 {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  margin: 0 0 90px 0;
}

@media screen and (max-width:599px) {
  .container5 {
    display: inherit;
    margin-top: -3em;
  }
}

#space2 {
  width: 100%;
  margin: auto;
}

.space2 {
  background-image: url(./images/space_backgroundimage.jpg);
  width: 100%;
  margin-top: -91px;
}

/* 注文の流れ------------------------------------ */
#howto_contact .pt-3 {
  width: 100%;
  margin: auto;
}

@media screen and (max-width:599px) {
  #howto_contact .pt-3 {
    margin-top: -1.5em;
  }
}

#howto_contact .pt-3 .step_list1 {
  width: 100%;
  height: auto;
  position: relative;
  top: 41px;
}

#howto_contact .pt-3 .step_list2 {
  width: 100%;
  height: auto;
  position: relative;
  top: 72px;
}

#howto_contact .pt-3 .step_list3 {
  width: 100%;
  height: auto;
  position: relative;
  top: 95px;
}

#howto_contact .pt-3 .step_list4 {
  width: 100%;
  height: auto;
  position: relative;
  top: 127px;
}

@media screen and (max-width:599px) {
  #howto_contact .pt-3 .step_list {
    width: 100%;
    top: 36px;
  }

  #howto_contact .pt-3 .step_list2 {
    margin-top: -14px;
  }

  #howto_contact .pt-3 .step_list3 {
    margin-top: -37px;
  }

  #howto_contact .pt-3 .step_list4 {
    margin-top: -37px;
  }
}

#howto_contact {
  width: 100%;
  height: 750px;
  margin: auto;
}

.howto_inner {
  width: 100%;
  height: 650px;
  margin: auto;
}

.orderlist {
  text-align: center;
  width: 100%;
  padding: 55px 0 0 0;
  margin: auto;
}

.orderlist_p {
  position: relative;
  top: 5px;
  max-width: 95%;
  text-align: center;
}

.step_list {
  margin: auto;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}

.txt1,
.txt2,
.txt3,
.txt4 {
  text-align: left;
}

.txt1 p,
.txt2 p,
.txt3 p,
.txt4 p {
  display: inline-block;
  text-align: left;
  margin-left: 15rem;
  margin-top: 10px;
}

@media screen and (max-width:599px) {
  br {
    display: none;
  }

  .txt1 p {
    margin: 5px 15px 0 15px;
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: left;
  }

  .txt2 p {
    margin: 5px 15px 0 15px;
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: left;
  }

  .txt3 p {
    margin: 5px 15px 0 15px;
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: left;
  }

  .txt4 p {
    margin: 5px 15px 0 15px;
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: left;
  }
}

@media screen and (max-width:599px) {
  #howto_contact .orderlist img {
    width: 33%;
  }

  #howto_contact .orderlist {
    padding: 0px 0 0 0;
  }

  #howto_contact .orderlist_p {
    position: inherit;
    display: inline-block;
  }

  #howto_contact {
    text-align: center;
    height: max-content;
  }
}

/* 対応エリア---------------- */
.area_container {
  max-width: 780px;
  margin: auto;
}

#area {
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width:599px) {
  #area {
    margin-top: 128px;
  }
}

.area_title {
  font-size: 26px !important;
  text-align: left;
  color: #0c6b5d !important;
  font-weight: bold;
  display: flex;
  width: 100%;
  margin: 10px;
}

.area_title:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  margin: 13px 4px 0 8px;
}

@media screen and (max-width:599px) {
  .area_title {
    font-size: 20px !important;
  }
}

.area_map {
  width: 100%;
  margin: auto;
}

.area_map .map {
  width: 100%;
  margin: auto;
  margin-top: 50px;
}

@media screen and (max-width:599px) {
  .area_map .map {
    width: 73%;
    margin-top: 20px;
  }
}

.map_point {
  width: 59px;
  margin: auto;
  position: relative;
  opacity: 0.5;
  top: -116px;
  left: 7px;
}

div.pointer {
  margin: auto;
  height: 30px;
}

@media screen and (max-width:599px) {
  .map_point {
    width: 11%;
    top: -5.5em;
    left: 1em;
  }
}

.area_wrap {

}

@media screen and (max-width:599px) {
  .area_wrap {
    display: block;
  }
}

.map_text p {
  max-width: 550px;
  text-align: left;
  font-size: 14px;
  margin: 0 21px 50px 0;
}

@media screen and (max-width:599px) {
  .map_text {
    text-align: center;
  }

  .map_text p {
    max-width: 74%;
    text-align: left;
    font-size: 12px;
    line-height: 19px;
    margin: 10px 0 30px 49px;
  }
}

.map_title {
  width: 60%;
  margin: 30px;
}

@media screen and (max-width:599px) {
  .title {
    margin-top: -27px;
  }

  .map_title {
    width: 60%;
  }
}

/* コンタクトフォーム-------------------------------------- */
#contact_form {
  width: 100%;
  margin: auto;
}

/* pagetopボタン------------------------------------------ */
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.8;
  transform: translateY(80px);
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: rgb(160, 122, 17);
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: rgb(160, 122, 17);
}

@media screen and (max-width:599px) {
  #page_top {
    display: none;
  }
}

/* footer---------------------------------------------- */
#foot_container {
  width: 100%;
  margin: auto;
}

@media screen and (max-width:599px) {
  #foot_container {
    display: none;
  }
}

#foot_container .nav01 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width:599px) {
  #foot_container .nav01 {
    display: none;
  }
}

#foot_container .nav03 {
  width: 100%;
  text-align: center;
}

@media screen and (max-width:599px) {
  #foot_container .nav03 {
    display: none;
  }
}

/* footer 固定nav------------------------- */
@media screen and (max-width:599px) {
  .spfixed {
    width: 100%;
    display: none;
  }

  .footer_nav {
    width: 100%;
    background-color: rgb(169 144 74);
  }
}

@media screen and (max-width:599px) {
  .footer_nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 51px;
    z-index: 999;
  }
}

.footer_nav.flex_box_pc2 {
  display: flex;
}

.footer_nav.flex_box_pc2 .nav03 {
  width: 45%;
  display: none
}

@media screen and (max-width:599px) {
  .footer_nav.flex_box_pc2 .nav03 {
    width: 50%;
  }
}

.footer_nav.flex_box_pc2 .nav04 {
  display: none;
}

@media screen and (max-width:599px) {
  .footer_nav.flex_box_pc2 .nav04 img {
    width: 50%;
    margin: 10px;
  }
}

.nav03 img {
  width: 30%;
  margin-top: 10px; 
}