/* ----------------------- */
/* base
/* ----------------------- */
.all-wrapper{
  margin: 0 auto;
}
main{
  margin: 0 auto;
  max-width: 2880px;
}
html{
  font-size: 62.5%;
}
body{
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "Sawarabi Gothic";
  background-color: #ffffff;
  font-weight: 200;
  width: 100vw;
  color: #444444;
}
body.noscroll{
  overflow: hidden;
}
ul {
  list-style: none;
}
a{
  text-decoration: none;
  color: #444444;
}
.section-wrapper{
  background-color: #fafafa;
  padding-bottom: 130px;
  padding-top: 130px;
  width: 1440px;
  margin: 0 auto;
}
.section-wrapper_w{
  background-color: #fff;
  padding-bottom: 130px;
  padding-top: 130px;
  width: 1440px;
  margin: 0 auto;
}
.last-section-wrapper_w{
  background-color: #fff;
  padding-top: 130px;
  width: 1440px;
  margin : 0 auto;
}

/* ----------------------- */
/* fv
/* ----------------------- */

.fv-wrapper{
  display: flex;
  margin-bottom: 550px;
  width: 1440px;
  margin: 0 auto;
}
.fv{
background-size:cover;
background-image: url(../image/Rectangle-1.jpg);
width: 1224px;
height: 753px;
position: relative;
margin-left: 15%;
}

.fv-catch_copy_box{
  position: relative;
  position: absolute;
  width: 569px;
  height: 161px;
  background-color: rgba(188, 130, 121, 0.6);
  color: #fff;
  left: 327px;
  top: 578px;
  font-family: "Sawarabi Gothic";
  border-radius: 20px;
}
.asirai_box{
  position: relative;
}
.asirai-group{
  position: absolute;
left: 19px;
height: 44px;
top: 14px;
color: #fff;
}
.asirai_box_u{
  position: relative;
}
.asirai-group_u{
  position: absolute;
  height: 44px;
  width: 44px;
  bottom: -75px;
  right: 24px;
}
.fv-catch_copy{
  font-size: 25px;
  width: 480px;
  height: 34px;
  position: absolute;
  top: 33px;
  left: 55px;
  letter-spacing: 0.1em;
  font-weight: 200;
}
.fv-catch_copy_explain{
  font-size: 16px;
  width: 462px;
  height: 48px;
  position: absolute;
  left: 54px;
  top: 89px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  font-weight: 200;
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}


/* ----------------------- */
/* header
/* ----------------------- */

.header{
  width: 219px;
  background-color: rgba(255,255,255,0);
  height: 753px;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}
.logo-img_brown{
  margin: 50px auto;
  width: 168px;
  height: 30px;
  display: block;
}
.header-nav{
  margin: 0 auto;
  width: 100px;
  font-size: 16px;
  font-family: 'Sorts Mill Goudy', serif;
  color: #444444;
  list-style: none;
  flex-direction: column;
}
.nav-item{
  color: #444444;
  margin-bottom: 47px;
  text-decoration: none;
  position: relative;
  font-weight: 200;

}
.nav-item::after{
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 90%;
  height: 1px;
  background: #444444;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.nav-item:hover::after{
  transform: scale(1, 1);
}
.btn_trigger{
  display: none;
}

/* about */
.section_title{
  position: relative;
  margin-left: 16%;
  display: flex;
  width: 915px;
}
.section_title_about{
  position: relative;
  margin-left: 16%;
  display: flex;
  width: 915px;
}
.asirai{
  color: #BC8279;
}
.asirai_and_title{
  height: 155px;
}
.section-name{
  font-size: 40px;
  font-family: 'Sorts Mill Goudy', serif;
  font-weight: 200;
  position: absolute;
  color: #BC8279;
  left: 93px;
  top: 40px;
}
.section-sub_name{
  font-size: 16px;
  position: absolute;
  color: #BC8279;
  left: 79px;
  top: 85px;
}
.about_explain{
  width: 605px;
  height: 108px;
  line-height: 2.46em;
  margin-left: 100px;
  margin-top: 86px;
  color: #444444;
}
.explain{
  margin-left: 46px;
}

.section_contents{
  margin-left: 16%;
  margin-right: 5%;
  margin-top: 160px;
  margin-right: 10%;
  display: flex;
  width: 1061px;
}
.about_img{
  padding-left: -45px;
  width: 1210px;
  height: 699px;
}
/* service */
.section-sub_name_s{
  font-size: 16px;
  position: absolute;
  color: #BC8279;
  left: 120px;
  top: 85px;
}

.round{
 position: relative;
}

.icons-table{
  padding: 40px 55px;
  width: 559px;
  height: 619px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #BC8279;
  border-radius: 5%;

}
.icon-round{
  width: 64px;
  height: 64px;
}
.s-icon{
  width: 46px;
  height: 46px;
  position: absolute;
  left: 9px;
  top: 14px;
}
.service-icons{
  display: flex;
  /* margin-top: 160px; */
}
.Service-explain{
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 44px;
}
.Service-explain2{
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 44px;
  left: -7px;
}
.Service-explain3{
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 44px;
  left: 12px;
}
.Service-explain4{
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 44px;
  left: -1px;
}
.Service-explain5{
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 44px;
  left: -2px;
}
.Service-explain6{
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 44px;
  left: 12px;
}
.Service-explain7{
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 44px;
  left: -2px;
}
.Service-explain8{
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 44px;
  left: 5px;
}
.Service-explain9{
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 44px;
}
.Service-explain_ex{
  font-size: 10px;
  margin-top: 8px;
  color: #BC8279;
  position: absolute;
    top: 147px;
    width: 122px;
    left: -15px;
}
.floor-map{
  padding-left: 88px;
}
.floor-map_name{
  text-align: center;
  color: #BC8279;
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 18px;
}
.floor-map_img{
  margin-top: 39px;
}
.one-service{
  margin: 0 25px;
  width: 84px;
  height: 118px;
}
.one-service2{
  margin: 0 25px;
  width: 84px;
  height: 118px;
}
.one-service3{
  margin: 0 25px;
  width: 84px;
  height: 118px;
}
.one-service4{
  margin: 0 25px;
  width: 84px;
  height: 118px;
}
.one-service5{
  margin: 0 25px;
  width: 84px;
  height: 118px;
}
.one-service6{
  margin: 0 25px;
  width: 84px;
  height: 118px;
}
.one-service7{
  margin: 0 25px;
  width: 84px;
  height: 118px;
}
.one-service8{
  margin: 0 25px;
  width: 84px;
  height: 118px;
}
.one-service9{
  margin: 0 25px;
  width: 84px;
  height: 118px;
}


/* gallery */
.section-sub_name_g{
  font-size: 16px;
  position: absolute;
  color: #BC8279;
  left: 120px;
  top: 85px;
}
.gallery-contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.gallery-photo1{
  width: 399px;
  height: 272px;
}

.gallery-photo2{
  width: 399px;
  height: 272px;
  margin-top: 125px;
}

/* plan */
.section-sub_name_p{
  font-size: 16px;
  position: absolute;
  color: #BC8279;
  left: 100px;
  top: 85px;
}
.plan_explain{
  width: 605px;
  height: 140px;
  line-height: 2.46em;
  margin-left: 100px;
  margin-top: 86px;
  letter-spacing: 0.1em;
  /* margin-bottom: 150px; */
  color: #444444;
}
.service-table{
  width: 696px;
  border: 2px solid;
  border-color: #BC8279;
  border-radius: 5%;
  display: block;
  background-color: #ffffff;
  /* margin-bottom: 550px; */
  padding: 90px 180px;
}
.table-inside{
  margin: 0 auto;
}
.one_of_plan{
  display: flex;
  color: #BC8279;
  /* justify-content: space-between; */
  margin-bottom: 60px;
 
}
.one_of_plan:first-of-type{
  border-bottom:solid;
  border-color: #FEC317;
}
.p-icon_R{
  width: 63px;
  height: 63px;
  margin-right: 32px;
}

.Recommended_plan-name{
  font-size: 35px;
  margin-right: 120px;
}
.Recommended_plan-time{
  font-size: 25px;
  margin-top: 10px;
  margin-right: 101px;
  /* margin: auto 81px; */
}
.Recommended_plan-price{
  font-size: 35px;
}
.p-icon{
  width: 60px;
  height: 60px;
  margin-right: 32px;
}
.plan-name{
  font-size: 25px;
  margin-top: 8px;
  margin-right: 111px;
  color: #BC8279;
}
.plan-time{
  font-size: 18px;
  margin-right: 81px;
  margin-top: 13px;
}
.plan-price{
  font-size: 25px;
  margin-top: 8px;
}
.copy_list{
  display: flex;
  color: #BC8279;
}
.copy_list_name{
  margin-left: 60px;
  margin-top: 10px;
}
.copy_list_price{
  margin-left: 150px;
  margin-top: 10px;
}
.copy-name{
 margin-bottom: 10px;
 font-size: 20px;
}
.copy-price{
  margin-bottom: 10px;
  font-size: 20px;
}
.plan-name_night{
  font-size: 25px;
  margin-top: 8px;
  margin-right: 95px;
}
.plan-name_drop{
  font-size: 25px;
  margin-top: 8px;
  margin-right: 118px;
}
.plan-name_meeting{
  font-size: 25px;
  margin-top: 8px;
  margin-right: 126px;
}
.plan-name_p{
  font-size: 25px;
  margin-top: 8px;
  margin-right: 43px;
  color: #BC8279;
}
.plan-time_d{
  font-size: 18px;
  margin-right: 150px;
  margin-top: 13px;
}
.plan-time_n{
  font-size: 18px;
  margin-right: 148px;
  margin-top: 13px;
}
.plan-time_di{
  font-size: 18px;
  margin-right: 184px;
  margin-top: 13px;
}
.plan-time_m{
  font-size: 18px;
  margin-right: 176px;
  margin-top: 13px;
}
.plan-time{
  font-size: 18px;
  margin-right: 81px;
  margin-top: 13px;
}

/* news */

.section-sub_name_news{
  font-size: 16px;
  position: absolute;
  color: #BC8279;
  left: 105px;
  top: 85px;
}

/* news */
.blog-contents{
  display: flex;
}
.blog-content{
  background-color:rgba(188, 130, 121, 0.6);
  width: 510px;
  height: 340px;
  border-radius: 20px;
  position: relative;
  margin-right: 41px;
 
}
.blog_img{
  width: 334px;
  height: 188px;
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translate(-50%,-50%); 
}
.blog-title{
  color: #ffffff;
  position: absolute;
  top: 243px;
  left: 57px;
  font-size: 18px;
  width: 411px;
  letter-spacing: 0.1em;
  border-bottom: solid;
  border-color: #ffffff;
  border-width: 1px;
}


/* faq */

/* アコーディオン */

.accordion_header {
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion_header:hover {
  opacity: .8;
}
.accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(0deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.accordion_header .i_box .one_i:before, .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #BC8279;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.accordion_header.open .i_box .one_i:before {
  content: none;
}
.accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-0deg);
}
.accordion_inner {
  display: none;
  padding: 30px 0px;
  box-sizing: border-box;
}
.s_01 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.txt_a_ac{
  color: #BC8279;
}
.i_box{
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
  color: #BC8279;
}
.one_i{
display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: -19px;
  right: -603px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
/* アコーディオン　end */
.question_and_answer{
  margin-bottom: 20px;
}

.question_contents{
  display: block;
}
.common-questions{
  width: 629px;
  border-radius: 10px;
  margin-bottom: 75px;
  border: 1px solid;
  border-color: #BC8279;
  padding:  64px 216px;
  color: #444444;
}
.payments{
  width: 629px;
  margin-bottom: 75px;
  border-radius: 10px;
  border: 1px solid;
  border-color: #BC8279;
  padding:  64px 216px;
  color: #444444;
}
.others{
  width: 629px;
  border: 1px solid;
  border-color: #BC8279;
  border-radius: 10px;
  padding:  64px 216px;
  color: #444444;
}
.questions-title{
  text-align: center;
  font-size: 20px;
  margin-bottom: 100px;
}
.questions_list{
  margin: 0 auto;
  display: block;
}
.question{
  margin-bottom: 20px;
}

/* iformation */

.info-contents{
display: flex;
}
.all_info{
  display: block;
}
.pc-map{
  width: 676px;
  height: 381px;
  border: 1px solid;
  border-color: #BC8279;
  border-radius: 10px;
}
.map{
  border: 1px solid;
  border-color: #BC8279;
  border-radius: 10px;
}
.company-info{
  background-color: #BC8279;
  width: 344px;
  height: 329px;
  color: #ffffff;
  margin-left: 41px;
  border-color: #BC8279;
  border-radius: 20px;
  margin-top: 18px;
}
.logo-white{
width: 208px;
height:  38px;
margin-top: 40px;
margin: 40px auto;
margin-left: 68px;
}
.address{
line-height: 2.0em;
letter-spacing: 0.1em;
margin-left: 23px;
margin-bottom: 35px;
}

.hours_phone{
  line-height: 2.0em;
  letter-spacing: 0.1em;
  margin-left: 23px;
  margin-bottom: 38px;
}
.blog_help_company{
  text-align: center;
  margin-top: 192px;
  display: flex;
  justify-content: space-around;
}
.last-section_contents{
  margin-left: 15%;
  margin-top: 160px;
  margin-bottom: 50px;
  margin-right: 10%;
  display: flex;
  width: 1061px;
}


/* footer */
.footer{
  margin-left: 15%;
  text-align: center;
  margin-bottom: 25px;
  width: 1000px;
}
.footer-text{
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 200;
  color: #444444;
}



@media screen and (max-width:768px){
  .section-wrapper_w{
    width: 768px;
  }
  .section-wrapper{
    width: 768px;
  }
  .fv-wrapper{
    width: 768px;
    justify-content: space-around;
    display: flex;
  }
  .fv{
    background-image: url(../image/Rectangle-49.jpg);
    background-size: cover;
    /* width: 672px; */
    margin-left: 20px;
    margin-top: 90px;
  }
  .fv-catch_copy_box{
    left: 103px;
    width: 535px;
    height: 161px;
    font-size: 16px;
  }
  .fv-catch_copy{
    font-size: 20px;
  }
  

  /* ヘッダー */
  /* .header{
    margin-left: 0%;
    width: 120px;
  } */
  .header{
    margin-left: 0%;
    width: 768px;
    height: 76px;
    display: flex;
    background-color: #fff;
}
  /* .nav-wrapper{
    margin: 0 auto;
    position: relative;
  }
  .nav-list{
    left: 46px;
    position: absolute;
  } */
  .logo-img_brown{
    width: 152px;
    height: 26px;
    margin: 40px;
    margin-left: 20px;
  }

  .nav-wrapper{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
   }
   .header-nav{
      width: 768px;
      height: 1024px;
      background-color:#BC8279;
      z-index: 2;
    }
    .nav-item{
      margin-bottom: 71px;
      margin-left: 0px;
    }
   .header-nav .nav-list{
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      text-align: center;
      width: 50px;
      
    }
    .header-nav .nav-item{
      margin-left: 0;
      margin-bottom: 40px;
    }
    
    .nav-item,a{
      color: #fff;
      border-color: #fff;
    }
    .nav-item::after{
      background: #fff;
    }
    .footer-link{
      color: #444;
    }
    .bar{
      width: 40px;
      height: 2px;
      background-color: #BC8279;
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 25px;
    }
    .bar_top{
      top: 7px;
    }
    .bar_mid{
      top: 50%;
      transform: translate(-50%,-50%);
    }
    .bar_bottom{
      bottom: 7px;
    }
  
  .btn_trigger{
    display: block;
    width: 45px;
    height: 34px;
    /* border: #FCFDF3 1px solid; */
    position: relative;
    z-index: 3;
    margin-right: 10px;
    margin-top: 33px;
    border-radius: 13px;
  }
  /* ----------------------- */
  /* 閉じたとき
  /* ----------------------- */
  .btn_trigger.close .bar_top{
    transform: translate(-54%,6px) rotate(45deg);
    transition: transform .3s;
    background-color: #fff;
  }
  .btn_trigger.close .bar_mid{
    opacity: 0;
    transition: opacity .3s;
  }
  .btn_trigger.close .bar_bottom{
    transform: translate(-55%,-11px) rotate(-45deg);
    transition: transform .3s;
    background-color: #fff;
  }

/* about */
 .section_contents{
  margin-left: 10%;
  width: 600px;
 }

.about_img{
  width: 620px;
  height: 365px;
}
.about_explain{  
  margin-left: -142px;
  margin-top: 226px
}

.service-icons{
  display: block;
}
.icons-table{
  padding: 40px 30px;
  width: 559px;
  height: 619px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #BC8279;
  border-radius: 5%;
  margin-bottom: 50px;
}
.floor-map_name{
  margin-right: 118px;
}
/* -- Gallery -- */

.a_gallery_photo{
  display:inline-block;
  margin-bottom: 60px;
}
.a_gallery_photo:last-of-type{
  display:inline-block;
  margin-bottom: 0px;
}
.gallery-photo1{
  margin: 0 auto;
  left: 100px;
}
.gallery-photo2{
  margin: 0 auto;
  left: 100px;
}
.gallery-contents{
  display:inline-block;
  flex-wrap: nowrap;
  text-align: center;
  flex-direction: column;
}
/* .photos{
  text-align: center;
} */

/* plan */
.plan_explain{
  margin-left: -142px;
  margin-top: 226px
}

.Recommended_plan-name {
  font-size: 25px;
  margin-right: 50px;
}
.Recommended_plan-time {
  font-size: 20px;
  margin-top: 10px;
  margin-right: 60px;
}
.service-table {
  width: 696px;
  border: 2px solid;
  border-color: #BC8279;
  border-radius: 5%;
  display: block;
  background-color: #ffffff;
  padding: 90px 44px;
}
.plan-name {
  font-size: 20px;
  margin-top: 8px;
  margin-right: 52px;
  color: #BC8279;
}
.plan-name_night {
  font-size: 20px;
  margin-top: 8px;
  margin-right: 37px;
}
.plan-name_drop {
  font-size: 20px;
  margin-top: 8px;
  margin-right: 64px;
}
.plan-name_meeting {
  font-size: 20px;
  margin-top: 8px;
  margin-right: 74px;
}
.plan-time_d {
  font-size: 16px;
  margin-right: 97px;
  margin-top: 13px;
}
.plan-time_n {
  font-size: 16px;
  margin-right: 97px;
  margin-top: 13px;
}
.plan-time_di {
  font-size: 16px;
  margin-right: 132px;
  margin-top: 13px;
}
.plan-time_m {
  font-size: 16px;
  margin-right: 126px;
  margin-top: 13px;
}
.plan-name_p {
  font-size: 20px;
  margin-top: 8px;
  margin-right: -10px;
  color: #BC8279;
}
.copy_list_price {
  margin-left: 88px;
  margin-top: 10px;
}
.one_of_plan:first-of-type{
  border-bottom:solid;
  border-color: #FEC317;
  width: 555px;
}
.one_of_plan{
  width: 555px;
}
.copy_list{
  width: 555px;
}
.service-table{
  width: 555px;
}

/* blog */
.blog-contents {
  flex-direction: column;
  margin-left: 10%;
}
.blog-content {
  background-color: rgba(188, 130, 121, 0.6);
  width: 510px;
  height: 340px;
  border-radius: 20px;
  position: relative;
  margin-right: 41px;
  margin-bottom: 40px;
}



.questions_list {
  margin: 0 auto;
  display: block;
}
.one_i {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: -19px;
  right: -500px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion_one{
  width: 555px;
}
.question_contents{
  width: 647px;
}
.common-questions {
  width: 570px;
  border-radius: 10px;
  margin-bottom: 75px;
  border: 1px solid;
  border-color: #BC8279;
  padding: 47px 42px;
  color: #444444;
}
.payments {
  width: 570px;
  margin-bottom: 75px;
  border-radius: 10px;
  border: 1px solid;
  border-color: #BC8279;
  padding: 64px 42px;
  color: #444444;
}
.others {
  width: 570px;
  border: 1px solid;
  border-color: #BC8279;
  border-radius: 10px;
  padding: 64px 42px;
  color: #444444;
}

.last-section-wrapper_w {
  background-color: #fff;
  /* padding-bottom: 275px; */
  padding-top: 130px;
  /* margin-bottom: 275px; */
  margin-top: 130px;
  width: 768px;
  margin: 0 auto;
}

.last-section_contents{
  margin-left: 11%;
  margin-top: 160px;
  margin-bottom: 50px;
  margin-right: 10%;
  width: 600px;
}
.info-contents{
  flex-direction: column;
  margin-left: 10%;
  
}
.pc-map{
  width: 500px;
}
.map{
  border: 1px solid;
  border-color: #BC8279;
  border-radius: 10px;
  width: 500px;
}
.company-info{
  width: 500px;
  margin-left: 0%;
  display: block;
}
.logo-white{
margin-left: 25%;
}
.address{
  margin-left: 25%;
} 
.hours_phone{
  margin-left: 25%;
}
.section_title {
  position: relative;
  margin-left: 10%;
  /* display: flex; */
  width: 600px;
}
.section_title_about {
  position: relative;
  margin-left: 10%;
  /* display: flex; */
  width: 600px;
}

.blog_help_company {
  text-align: center;
  margin-top: 192px;
  display: flex;
  justify-content: space-around;
  margin-left: 10%;
}

.footer {
  margin-left: 24%;
  margin-bottom: 25px;
  width: 426px;
}

}
@media screen and (max-width:375px){
  .all-wrapper{
    overflow: hidden;
  }
  .section-wrapper_w{
    width: 375px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section-wrapper{
    width: 375px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .fv-wrapper{
    width: 375px;
    justify-content: space-around;
    display: flex;
  }
  .fv{
    width: 357px;
    height: 453px;
    background-size:cover;
    background-image: url(../image/Rectangle-48.jpg);
    margin-left: 18px;
    margin-top: 76px;
  }
  .fv-catch_copy_box{
    left: 0px;
    width: 340px;
    height: 228px;
    font-size: 16px;
    background-color: #BC8279;
  }
  .fv-catch_copy{
    font-size: 20px;
  }
  .fv-catch_copy_explain{
    width: 292px;
    height: 81px;
    font-size: 14px;
    position: absolute;
    left: 28px;
    top: 123px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-weight: 200;
  }
  .bb::before {
    content: "\A" ;
    white-space: pre ;
  }
  .br::before{
    content: "";
  }
  .catch_copy_explain{
    margin-top: 43px;
  }
  .asirai-group_u {
    position: absolute;
    height: 44px;
    width: 44px;
    bottom: -94px;
    right: 20px;
}

  /* ヘッダー */
  .header{
      margin-left: 0%;
      width: 375px;
      height: 76px;
      display: flex;
      background-color: #fff;
  }
  .nav-wrapper{
    margin: 0 auto;
    position: relative;
  }
  .nav-list{
    left: 20px;
    position: absolute;
  }
  .logo-img_brown{
    width: 152px;
    height: 26px;
    margin-top: 36px;
    margin-left: 18px;
  }

/* about */
 .section_contents{
  margin-left: 0%;
  width: 375px;
  margin-top: 50px;

 }
  .section_title{
    margin-top: 0px;
    position: relative;
    margin-left: 10%;
    width: 237px;
  }
  /* .section_title {
    position: relative;
    width: 338px;
  } */
  .section_title_about{
    position: relative;
    width: 338px;
    margin-top: 400px;
  }
.about_img{
  width: 375px;
  height: 215px;
}
.about_explain{  
  margin-left: -176px;
  margin-top: 239px;
  width: 335px;
  height: 184px;
}
.service-icons{
  display: block;
  margin: 0 auto;
  width: 375px;
}
.icons-table{
  padding: 25px 0px 25px 15px;
  width: 335px;
  height: 489px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #BC8279;
  border-radius: 5%;
  margin-bottom: 50px;
  margin: 50px auto;
}
.one-service{
  margin: 0 0px;
  width: 84px;
  height: 118px;
}
.one-service2{
  margin: 0 0px;
  width: 84px;
  height: 118px;
}
.one-service3{
  margin: 0 0px;
  width: 84px;
  height: 118px;
}
.one-service4{
  margin: 0 0px;
  width: 84px;
  height: 118px;
}
.one-service5{
  margin: 0 0px;
  width: 84px;
  height: 118px;
}
.one-service6{
  margin: 0 0px;
  width: 84px;
  height: 118px;
}
.one-service7{
  margin: 0 0px;
  width: 84px;
  height: 118px;
}
.one-service8{
  margin: 0 0px;
  width: 84px;
  height: 118px;
}
.one-service9{
  margin: 0 0px;
  width: 84px;
  height: 118px;
}
.Service-explain{
  /* top: 40px; */
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 20px;
}
.Service-explain2{
  /* top: 40px; */
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 20px;
  left: -7px;
}
.Service-explain3{
  /* top: 40px; */
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 20px;
  left: 12px;
  margin-right: 0px;
}
.Service-explain4{
  /* top: 40px; */
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 20px;
  left: -1px;
}
.Service-explain5{
  /* top: 40px; */
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 20px;
  left: -2px;
}
.Service-explain6{
  /* top: 40px; */
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top:20px;
  left: 12px;
}
.Service-explain7{
  /* top: 40px; */
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 20px;
  left: -2px;
}
.Service-explain8{
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 20px;
  left: 5px;
}
.Service-explain9{
  position: absolute;
  color: #BC8279;
  font-size: 14px;
  margin-top: 20px;
}
.Service-explain_ex{
  font-size: 10px;
  margin-top: -25px;
  color: #BC8279;
  position: absolute;
    top: 147px;
    width: 78px;
    left: 0px;
}
.floor-map_name{
  margin-right: 25px;
}
.floor-map_img{
  width: 334px;
  height: 335px;
}
.floor-map{
  padding-left: 20px;
}
/* -- Gallery sp-- */
.gallery-contents{
  flex-direction: column;
}

.gallery-photo1{
  width: 334px;
  height: 187px;
  margin-top: 0px;
}
.gallery-photo2{
  width: 334px;
  height: 187px;
  margin-top: 0px;
}
.gallery-photo2:last-of-type{
  margin-bottom: 0px;
}

/* plan  sp*/
.plan_explain{
  margin-left: -173px;
  margin-top: 226px;
  width: 335px;
  margin-bottom: 60px;
}
.p-icon_R{
  width: 42px;
  height: 42px;
  margin-right: 0px;
}

.Recommended_plan-name {
  font-size: 17px;
  margin-right: 37px;
  margin-top: 6px;
}
.Recommended_plan-time {
  font-size: 14px;
  margin-top: 9px;
  margin-right: 40px;
}
.Recommended_plan-price{
  font-size: 17px;
    font-size: 17px;
    margin-top: 6px;
}
.p-icon{
  width: 42px;
  height: 42px;
  margin-right: 0px;
}
.plan-price{
  font-size: 16px;
}
.service-table {
  width: 312px;
  border: 2px solid;
  border-color: #BC8279;
  border-radius: 5%;
  display: block;
  background-color: #ffffff;
  padding: 32px 11px;
  margin: 0 auto;
}
.plan-name {
  font-size: 16px;
  margin-top: 8px;
  margin-right: 25px;
  color: #BC8279;
}
.plan-name_night {
  font-size: 16px;
  margin-top: 8px;
  margin-right: 15px;
}
.plan-name_drop {
  font-size: 16px;
  margin-top: 8px;
  margin-right: 32px;
}
.plan-name_meeting {
  font-size: 16px;
  margin-top: 8px;
  margin-right: 33px;
}
.plan-time_d {
  font-size: 14px;
  margin-right: 30px;
  margin-top: 9px;
}
.plan-time_n {
  font-size: 14px;
  margin-right: 32px;
  margin-top: 9px;
}
.plan-time_di {
  font-size: 14px;
  margin-right: 59px;
  margin-top: 11px;
}
.plan-time_m {
  font-size: 14px;
  margin-right: 57px;
  margin-top: 10px;
}
.plan-name_p {
  font-size: 16px;
  margin-top: 8px;
  margin-right: 20px;
  color: #BC8279;
}
.copy_list_price {
  margin-left: 46px;
  margin-top: 10px;
  font-size: 12px;
}
.copy_list_name{
  margin-left: 0px;
    margin-top: 10px;
}
.one_of_plan:first-of-type{
  border-bottom:solid;
  border-color: #FEC317;
  width: 304px;
}
.one_of_plan{
  width: 290px;
}
.copy_list{
  width: 276px;
}
.copy-price{
  font-size: 12px;
}
.copy-name{
  font-size: 12px;
}

/* blog sp*/
.blog-contents {
  flex-direction: column-reverse;
    margin-left: 0%;
    margin: 0 auto;
}
.blog-content {
  background-color: rgba(188, 130, 121, 0.6);
  width: 335px;
  height: 227px;
  border-radius: 20px;
  position: relative;
  margin-right: 0px;
  margin-bottom: 40px;
}
.blog_img{
  width: 213px;
  height: 121px;
}
.blog-title {
  color: #ffffff;
  position: absolute;
  top: 151px;
  left: 18px;
  font-size: 14px;
  width: 305px;
  letter-spacing: 0.05em;
  border-bottom: solid;
  border-color: #ffffff;
  border-width: 1px;
  margin-top: 15px;
}


/* faq sp */

.questions_list {
  margin: 0 auto;
  display: block;
}
.one_i {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: -19px;
  right: -272px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion_one{
  width: 297px;
}
.question_contents{
  width: 335px;
}
.common-questions {
  width: 301px;
  border-radius: 10px;
  margin-bottom: 75px;
  border: 1px solid;
  border-color: #BC8279;
  padding: 47px 17px;
  color: #444444;
  font-size: 12px;
  margin-left: 20px;
}
.payments {
  width: 301px;
  margin-bottom: 75px;
  border-radius: 10px;
  border: 1px solid;
  border-color: #BC8279;
  padding: 47px 17px;
  color: #444444;
  font-size: 12px;
  margin-left: 20px;
}
.others {
  width: 301px;
  border: 1px solid;
  border-color: #BC8279;
  border-radius: 10px;
  padding: 47px 17px;
  color: #444444;
  font-size: 12px;
  margin-left: 20px;
}

.last-section-wrapper_w {
  background-color: #fff;
  /* padding-bottom: 275px; */
  padding-top: 130px;
  /* margin-bottom: 275px; */
  margin-top: 130px;
  width: 375px;
  margin: 0 auto;
}

.last-section_contents{
  margin-left: 0%;
  margin-top: 160px;
  margin-bottom: 50px;
  margin-right: 0%;
  width: 375px;
}
.info-contents{
  flex-direction: column;
  margin-left: 0%;
}
.pc-map{
  width: 375px;
}
.map{
  border: 1px solid;
  border-color: #BC8279;
  border-radius: 10px;
  width: 375px;
}
.company-info{
  width: 335px;
  margin-left: 0%;
  display: block;
  margin: 30px auto 0 auto;
}
.logo-white{
margin-left: 15%;
}
.address{
  margin-left: 10%;
} 
.hours_phone{
  margin-left: 10%;
}


.blog_help_company {
  text-align: center;
  margin-top: 192px;
  display: flex;
  justify-content: space-around;
  margin-left: 0%;
}

.footer {
margin-left: 0%;
text-align: center;
margin-bottom: 25px;
  width: 375px;
}
.footer-text{
  font-size: 14px;
}


/* ハンバーガーメニュー */


.btn_trigger{
  display: block;
  width: 45px;
  height: 34px;
  position: relative;
  z-index: 3;
  margin-right: 10px;
  margin-top: 24px;
  border-radius: 13px;
}
.bar{
  width: 40px;
  height: 2px;
  background-color: #BC8279;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 25px;
}
.bar_top{
  top: 7px;
}
.bar_mid{
  top: 50%;
  transform: translate(-50%,-50%);
}
.bar_bottom{
  bottom: 7px;
}
.nav-wrapper{
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
 }
 .header-nav{
    width: 768px;
    height: 846px;
    background-color:#BC8279;
    z-index: 2;
  }
  .nav-item{
    margin-bottom: 71px;
    margin-left: 0px;
  }
 .header-nav .nav-list{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 50px;
    
  }
  .header-nav .nav-item{
    margin-left: 0;
    margin-bottom: 40px;
  }
  
  .nav-item,a{
    color: #fff;
    border-color: #fff;
  }
  .nav-item::after{
    background: #fff;
  }
  .footer-link{
    color: #444;
  }

.btn_trigger{
  display: block;
  width: 45px;
  height: 34px;
  /* border: #FCFDF3 1px solid; */
  position: relative;
  z-index: 3;
  margin-right: 10px;
  margin-top: 33px;
  border-radius: 13px;
}
/* ----------------------- */
/* 閉じたとき
/* ----------------------- */
.btn_trigger.close .bar_top{
  transform: translate(-54%,6px) rotate(45deg);
  transition: transform .3s;
  background-color: #fff;
}
.btn_trigger.close .bar_mid{
  opacity: 0;
  transition: opacity .3s;
}
.btn_trigger.close .bar_bottom{
  transform: translate(-55%,-11px) rotate(-45deg);
  transition: transform .3s;
  background-color: #fff;
}
}

