@charset "UTF-8";
/* CSS Document */


.main{
  background-image: url("../images/top/background_image.jpg");
  z-index: 000000;
}
.section_top{
  width:100%;
  margin: 0 auto;
}
.slider-item{
  width:100%;
  object-fit: cover;
  
}
.slider-item.slider-item01{
  background-image: url("../images/top/IMG_3411_r_mobile.png");
  object-position:100% 100%;
}
.slider-item_title{
  width:100%;
  max-width:1300px;
  margin: 0 auto 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-item_title p{
  color: #ededed;
  font-size: 3.0rem;
  font-weight: 600;
  letter-spacing: 1.0rem;
  line-height: 1.2;
  text-align: center;
  z-index: 99;
  
  
}
.top_cvb-wrapper{
  display: flex;
  justify-content: center;
  z-index: 99;
  position: relative;
}
 .top_reserve-btn{
  width: 100%;
  height: 60px;
  background-color: #EED188;
  position: fixed;
  bottom: 0px;
}
.top_reserve-btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  line-height: 1.2;
}

.top_reserve-btn .reserve_en{
  color: #525350;
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2rem;
}
.top_reserve-btn .reserve_ja{
    font-size: 1.2rem;
}
/*.reserve_en::after {
  content: "＞";
    margin-left: 1em;
    position: absolute;
    top: 20px;
    right: 5px;
    font-size: 1.5rem;
    color: #525350;
}*/
.reserve_caution{
  font-size: 1.2rem;
}
.section_top_message-wrapper{
  width:100%;
  max-width:342px;
  margin:70px auto 0;
}
.top_message h5{
  color: #525350;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom:30px;
  font-weight: 500;
}
.top_message_images-wrapper{
  width:100%;
  max-width: 342px;
  margin: 0 auto;
  
}
.top_message-images{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.green_image1{
  width: 30%;
  height: 30%;
  margin-top: 70px;
}
.green_image2{
  width:25%;
  height: 35%;
  margin-left: 10px;
}
.cut_image{
  width: 25%;
  margin-top: 56px;
  opacity: 70%;
  transform:rotate(20deg);
}


@media(min-width:980px){
 
  .main_visual_img{
    width:100%;
    min-height: 100vh;
  }
  .slider-item.slider-item01{
  background-image: url("../images/top/IMG_3411_r.png");
  object-position:100% 100%;
}
  .top_reserve-btn{
    max-width: 620px;
    height: 75px;
    bottom: 15px;
  }
  .top_reserve-btn .reserve_en{
  font-size: 2.8rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2rem;
}
  .top_reserve-btn::after {
    content: "＞";
    margin-left: 1em;
    position: absolute;
    top: 23px;
    right: 15px;
    font-size: 2.6rem;
    color: #525350;
  }
  .section_top_message-wrapper{
    width:100%;
    max-width:820px;
    margin:120px auto 0;
  }
  .top_message_images-wrapper{
    width:100%;
    max-width: 820px;
    margin: 0 auto;
  }
  .top_message h5{
  font-size: 1.8rem;
  line-height: 4rem;
  margin-bottom:80px;
}
  .br-sp{
    display: none;
  }
  .green_image1{
  width: 20%;
  height: 20%;
  margin-top: 70px;
}
.green_image2{
  width:15%;
  height: 25%;
  margin-left: 20px;
}
.cut_image{
  width: 15%;
  margin-top: 80px;
  opacity: 70%;
  transform:rotate(20deg);
}
}
/*特徴*/
.top_feature{
  width:100%;
  margin-top:120px auto;
}
.top_feature h2{
  color: #525350;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 7px;
  margin: 60px 0;
}
.top_feature_contents-wrapper{
  width:100%;
  max-width: 390px;
  margin: 0 auto;
}

/*feature　POINT1*/

.top_feature_contents-point1{
  width: 100%;
  text-align: left;
  
}
.top_feature_contents-point1_image{
  display: flex;
  justify-content: flex-end;
  flex-flow: row-reverse;
}
.top_feature_contents-point1_image h4{
  writing-mode: vertical-rl;
  color: #AB9C4E;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 5px;
}
.top_feature_contents-point1_image img{
  width:85.897%;
  height: 330px;
  object-fit: cover;
  object-position: 50% 40%;
}
.top_feature_contents-point1-detail{
  margin: 20px 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top_feature_contents-point1-detail_headline{
 display: flex;
    width: 100%;
    max-width: 280px;
}
.top_feature_sharp{
  color: #525350;
  font-size: 2.2rem;
  font-weight: 600;
}
.top_feature_message {
  color: #525350;
  font-size: 2.2rem;
  font-weight: bolder;
  letter-spacing: 0.2rem;
  line-height: 2.8rem;
  margin-left: 0px;
}
.top_feature_message span{
  display: inline-block;
}
.top_feature_contents-point1-detail p{
  color: #525350;
    font-size: 1.6rem;
    padding: 20px 0px 0px 0px;
    margin: 0px;
  width: 80%;
}
/*feature　POINT1のLEARN MOREボタン*/
.top_feature_contents-btn_point1{
  border: solid 1px #525350;
  width: 45%;
  min-width: 150px;
  height: 100%;
  margin: 20px 0 0 0px;
  background-color: #ededed;
}
.top_feature_contents-btn_point1 a{
  color: #525350;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  gap: 10px;
}
.top_feature_contents-btn_point1 a::after {
  content: "＞";
  font-weight: 500;
}
/*feature　POINT2*/
.top_feature_contents-point2{
  width: 100%;
  text-align: left;
  margin-top:80px;
  
}
.top_feature_contents-point2_image{
  display: flex;
  justify-content: flex-end;
}
.top_feature_contents-point2_image h4{
  writing-mode: vertical-rl;
  color: #AB9C4E;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 5px;
}
.top_feature_contents-point2_image img{
  width:85.897%;
  height: 330px;
  object-fit: cover;
  object-position: 50% 40%;
}
.top_feature_contents-point2-detail{
  
  margin: 0 auto;
  padding: 20px 0px 20px 70px; 
}
.top_feature_contents-point2-detail_headline{
  display: flex;
  margin-bottom: 20px;
}
.top_feature_sharp{
  color: #525350;
  font-size: 2.2rem;
  font-weight: 600;
}
.top_feature_message {
  color: #525350;
  font-size: 2.2rem;
  font-weight: bolder;
  letter-spacing: 0.2rem;
  line-height: 2.8rem;
  margin-left: 0px;
}
.top_feature_message span{
  display: inline-block;
}
.top_feature_contents-point2-detail p{
  color: #525350;
  font-size: 1.6rem;
  padding: 0px;
  margin: 0px;
  width:90%;
}
/*feature　POINT2のLEARN MOREボタン*/
.top_feature_contents-btn_point2{
  border: solid 1px #525350;
  width: 45%;
  min-width: 150px;
  height: 100%;
  margin: 20px 0 0 0px;
  background-color: #ededed;
}
.top_feature_contents-btn_point2 a{
  color: #525350;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  gap: 10px;
}
.top_feature_contents-btn_point2 a::after {
  content: "＞";
  font-weight: 500;
}
/*point3*/
.top_feature_contents-point3{
  width: 100%;
  text-align: left;
  margin-top:80px; 
  display: flex;
  flex-direction: column;
}
.top_feature_contents-point3_image{
  display: flex;
  justify-content: flex-end;
  flex-flow: row-reverse;
}
.top_feature_contents-point3_image h4{
  writing-mode: vertical-rl;
  color: #AB9C4E;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 5px;
}
.top_feature_contents-point3_image img{
  width:85.897%;
  height: 330px;
  object-fit: cover;
  object-position: 50% 40%;
}
.top_feature_contents-point3-detail{
  width: 100%;
  padding: 20px;
  
}
.top_feature_contents-point3-detail_headline{
  display: flex;
}
.top_feature_sharp{
  color: #525350;
  font-size: 2.2rem;
  font-weight: 600;
}
.top_feature_message {
      display: inline;
    color: #525350;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    line-height: 2.8rem;
  max-width: 90%;
}
.top_feature_message span{
  display: inline-block;
}
.top_feature_contents-point3-detail p{
  color: #525350;
  font-size: 1.6rem;
  padding: 15px 0px 0px 0px;
  margin: 0px;
  width:80%;
}
/*feature　POINT3のLEARN MOREボタン*/
.top_feature_contents-btn_point3{
  border: solid 1px #525350;
  width: 45%;
  min-width: 150px;
  height: 100%;
  margin: 20px 0 0 0px;
  background-color: #ededed;
}
.top_feature_contents-btn_point3 a{
  color: #525350;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  gap: 10px;
}
.top_feature_contents-btn_point3 a::after {
  content: "＞";
  font-weight: 500;
}
@media(min-width:391px){
  .top_feature_contents-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
   /*feature point1 min-width:391*/
 .top_feature_contents-point1 {
  width: 100%;
  max-width: 600px;
  text-align: left;
  }
.top_feature_contents-point1_image img {
  width: 85.897%;
  height: 460px;
  object-fit: cover;
  object-position: 50% 30%;
}
.top_feature_contents-point1-detail {
  width: 90%;
  margin: 0;
  text-align: left;
  padding: 20px 0 0 30px;
}
.top_feature_contents-point1-detail p {
  color: #525350;
  font-size: 1.6rem;
  padding: 0px;
}
.top_feature_contents-point1-detail_headline {
  display: flex;
  justify-content: flex-start;
  margin: 20px 50px 12px 0px;
}
  /*feature　POINT1のLEARN MOREボタン min-width:391*/
.top_feature_contents-btn_point1{
  border: solid 1px #525350;
  width: 30%;
  min-width: 150px;
  height: 100%;
  margin: 20px 0 0 0px;
  background-color: #ededed;
}
.top_feature_contents-btn_point1 a{
  color: #525350;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  gap: 10px;
  letter-spacing: 0.1rem;
}
  /*feature point2 min-width:391*/
 .top_feature_contents-point2 {
  width: 100%;
  max-width: 600px;
  text-align: left;
  }
.top_feature_contents-point2_image img {
   width: 85.897%;
  height: 460px;
  object-fit: cover;
  object-position: 50% 30%;
}
.top_feature_contents-point2-detail {
  width:90%;
  padding: 20px 0 0 80px;
  }
.top_feature_contents-point2-detail p {
  color: #525350;
  font-size: 1.6rem;
}
.top_feature_contents-point2-detail_headline {
  display: flex;
  justify-content: flex-start;
  margin: 20px 50px 12px 0px;
}
 /*feature　POINT1のLEARN MOREボタン min-width:391*/
.top_feature_contents-btn_point2{
  border: solid 1px #525350;
  width: 30%;
  height: 100%;
  background-color: #ededed;
}
.top_feature_contents-btn_point2 a{
  color: #525350;
  font-family: Futura PT , Jost , sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  gap: 10px;
  letter-spacing: 0.1rem;
}


  /*feature point3 min-width:391*/
.top_feature_contents-point3 {
  width: 100%;
  max-width: 600px;
  text-align: left;
  }
.top_feature_contents-point3_image img {
  width: 85.897%;
  height: 460px;
  object-fit: cover;
  object-position: 50% 30%;
}
.top_feature_contents-point3-detail {
  width: 80%;
  padding: 20px 0 0 30px;
  text-align: left;
}
.top_feature_contents-point3-detail p {
  color: #525350;
  font-size: 1.6rem;
  padding: 0px;
  width: 90%;
}
.top_feature_contents-point3-detail_headline {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0px 12px 0px;
}
/*feature　POINT3のLEARN MOREボタン min-width:391*/
.top_feature_contents-btn_point3{
  border: solid 1px #525350;
  width: 30%;
  min-width: 150px;
  height: 32px;
  margin: 20px 0 0 0px;
  background-color: #ededed;
}
.top_feature_contents-btn_point3 a{
  color: #525350;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  gap: 10px;
  letter-spacing: 0.1rem;
}
  }
@media(min-width:960px){
  .top_feature h2{
    font-size: 4.0rem;
    font-weight: 600;
    letter-spacing: 12px;
    margin: 180px 0 80px 0;
  }
  .top_feature_contents-wrapper{
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    padding:0 20px;
  }
  .top_feature_contents-point1 {
    text-align: center;
    margin: 0px;
    display: flex;
    flex-direction: column;
  }
  .top_feature_contents-point1_image{
    display: block;
  }
  .top_feature_contents-point1_image h4{
    font-size: 2.6rem;
    writing-mode: horizontal-tb;
    margin: 0 0 5px 30px;
    text-align: left;
    display: block;
  }
   /*feature　POINT1のLEARN MOREボタン min-width:960*/
.top_feature_contents-btn_point1{
  border: solid 1px #525350;
  width: 30%;
  height: 32px;
  margin: 20px 0 0 0px;
  background-color: #ededed;
}
  .top_feature_contents-point1-detail p{
    padding: 0px;
    width:90%;
  }
.top_feature_contents-btn_point1 a{
  color: #525350;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  gap: 10px;
}
  .top_feature_contents-point2{
    margin: 0px;
    display: flex;
    flex-direction: column;
  }
  .top_feature_contents-point2_image{
    display: block;
    text-align: center;
  }
  .top_feature_contents-point2_image h4{
    font-size: 2.6rem;
    writing-mode: horizontal-tb;
    margin: 0 0 5px 30px;
    text-align: left;
    display: block;
  }
  .top_feature_contents-point2-detail{
    padding: 20px 0px 0px 30px;
}
  .top_feature_contents-point2-detail p{
    width: 90%;
    padding: 0px;
}
  .top_feature_contents-point2-detail_headline {
  display: flex;
  justify-content: flex-start;
  margin:20px 50px 12px 0px;
    max-width: 280px;
  }
   .top_feature_contents-btn_point2{
    height: 32px;
    margin: 20px 0px 0 0px;
  }
  .top_feature_contents-point3{
    margin: 0px;
    display: flex;
    flex-direction: column;
  }
  .top_feature_contents-point3_image{
    display: block;
    text-align: center;
  }
  .top_feature_contents-point3_image h4{
    font-size: 2.6rem;
    writing-mode: horizontal-tb;
    margin: 0 0 5px 30px;
    text-align: left;
    display: block;
  }
}
 
/*HAIR STYLE*/
.top_hairstyle{
  width: 100%;
  margin: 40px auto 40px;
  padding: 60px 0px;
  background-color: #ededed;
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
}
.top_hairstyle h2{
  color: #525350;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 7px;
  margin: 80px 0 60px 0;
}
.top_hairstyle_contents-wrapper{
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.top_hairstyle_contents-wrapper ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 0px;
}
.top_hairstyle_contents-wrapper img{
  width: 100%;
  object-fit: cover;
  margin-top: 10px;
}
.top_hairstyle_contents-wrapper img:nth-child(2n){
  margin-left: 10px;
}
.modaal-content-container span{
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.top-hairstyle_contents-btn{
  border: solid 1px #525350;
  width: 100%;
  max-width:160px;
  margin: 60px auto 60px;
  height: 35px;
  background-color: #f6f8f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-hairstyle_contents-btn a{
    color: #525350;
    font-family: Futura PT , Jost , sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 10px;
    letter-spacing: 0.1rem;
}
.top-hairstyle_contents-btn a::after {
  content: "＞";
  margin-left: 1em;
  font-weight: 500;
}
.hide-area{
  z-index: 99999999;
}
@media(min-width:820px){
  .top_hairstyle{
    height: 1060px;
    padding: 40px 0 120px 0;
    clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
}
  .top_hairstyle h2{
  font-size: 4.0rem;
  font-weight: 600;
  letter-spacing: 7px;
  margin: 120px 0 60px 0;
}
  .top_hairstyle_contents-wrapper{
  width: 100%;
  max-width: 860px;
}
  .top_hairstyle_contents-wrapper img{
  width:100%;
  object-fit: cover;
  margin-top: 20px;
}
.top_hairstyle_contents-wrapper img:nth-child(2n){
  margin-left: 20px;
  }  
.top_hairstyle_contents-wrapper img:nth-child(2),img:nth-child(3),img:nth-child(5),img:nth-child(6){
  margin-left: 20px;
  }
  .top_hairstyle_contents-wrapper img:nth-child(4){
  margin-left: 0px;
  }
  .top-hairstyle_contents-btn{
    max-width: 320px;
    height: 50px;
    margin: 60px auto 0;
}
.top-hairstyle_contents-btn a{
    color: #525350;
    font-family: Futura PT , Jost , sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-hairstyle_contents-btn a::after {
  content: "＞";
  margin-left: 1em;
  font-weight: 500;
}
}
.top_blog{
  width: 100%;
  height: 660px;
  margin: -140px auto 40px;
  padding-top: 40px;
  background-color: #CCD1CA;
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
}
.top_blog h2{
  color: #525350;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 7px;
  margin: 80px 0 60px 0;
}
.top_blog_contents-wrapper{
  width:100%;
  max-width: 342px;
  margin: 0 auto;
}
.top_circle{
  display: inline-block;
  width:140px;
  height: 140px;
  border-radius: 300px;
  background-color: #f6f8f9;
  border: solid 1px #525350;
  margin-bottom: 30px;
}
.top_circle img{
  width:120px;
  height: 30px;
  margin:58px auto 0px;
}
.top-blog_contents-btn{
  border: solid 1px #525350;
  width: 100%;
  max-width:160px;
  margin: 60px auto 0;
  height: 35px;
  background-color: #f6f8f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-blog_contents-btn a{
    color: #525350;
    font-family: Futura PT , Jost , sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 10px; 
    letter-spacing: 0.1rem;
}
.top-blog_contents-btn img{
  width:30px;
  margin-bottom:2px;
}
@media(min-width:820px){
  .top_blog{
  margin: -140px auto 40px;
  padding: 120px 0px;
  background-color: #CCD1CA;
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
}
  .top_blog h2{
  font-size: 4.0rem;
  font-weight: 600;
  letter-spacing: 7px;
  margin: 80px 0 60px 0;
}
  .top_blog_contents-wrapper{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
  .top_circle{
  width: 200px;
  height: 200px;
  border-radius: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 20px;
  }
  .top_circle img{
    width:170px;
    height: 40px;
    margin: 0;
  }
  .top_blog_content_detail{
    margin: 40px 0px 0 0px;
    text-align: left;
  }
  .br_sp{
    display: none;
  }
  .top-blog_contents-btn{
  max-width: 180px;
  margin: 30px 0 0 0;
  height: 45px;
  background-color: #f6f8f9;
  display: flex;
  justify-content: center;
  align-items: center;
  }
}
.top_access{
  width:100%;
  margin: 0 auto;
}
.top_access h2{
  color: #525350;
  font-family: Futura PT , Jost , sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 7px;
  margin: 60px 0 60px 0;
}
.top_access_contents-wrapper{
  background-color: #ededed;
  padding-bottom: 60px;
  margin: 0 20px 80px 20px;
}
.top_access_contents-map iframe{
  width:100%;
  height: 400px;
  margin: 0 auto 40px;
}
.top_access_contents-info img{
  width:140px;
  margin-bottom: 30px;
}
.top_access_contents-info-detaile{
  width:100%;
  max-width: 82.051%;
  margin: 0 auto;
}
.top_access_contents-info-detaile {
  color: #525350;
  ine-height: 2.8rem;
}
.top_access_contents-info_access_detaile{
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  
}
.top_access_contents-info_access_detaile p{
  text-align: left;
}
.vline{
  width: 80%;
  border: solid 0.8px #AB9C4E;
  margin: 10px auto 10px;
}
.top_access_contents-info_route{
  margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    max-width: 240px;
}
.top_access_contents-info_route p{
  text-align: left;
  
}
.caution{
  width: 100%;
  max-width: 324px;
  font-size: 1.4rem;
  line-height: 20px;
  margin: 20px auto 30px;
  text-align: left;
}
/*gmap link*/
.top_access_contents-btn{
  border: solid 1px #525350;
  width: 100%;
  max-width: 200px; 
  margin: 0px auto;
  height: 45px;
  background-color: #f6f8f9; 
  display: flex;
  justify-content: center;
  align-items: center;
      
}
.top_access_contents-btn a{
    color: #525350;
    font-family: Futura PT , Jost , sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 10px;
    letter-spacing: 0.1rem;
    
}
.top_access_contents-btn a::after {
  content: "＞";
  margin-left: 1em;
  font-weight: 500;
}
@media(min-width:820px){
  .top_access h2{
    font-size: 4.0rem;
    font-weight: 600;
    letter-spacing: 7px;
    margin: 120px 0 80px 0;
  }
  .top_access_contents-wrapper{
    width: 95.348%;
    max-width: 1000px;
    padding-bottom: 80px;
    margin: 0 auto 120px;
    }
  .top_access_contents-map iframe{
    height:700px; 
    margin: 0 auto 60px;
    }
  .top_access_contents-info{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: left;
  }
  .top_access_contents-info_access_detaile img{
    width:270px;
    margin-bottom: 30px;
  }
  .top_access_contents-info_access_address{
    display: block;
    width: 100%;
    max-width:600px;
    margin: 0 auto;
  }
  .top_access_contents-info_access_address p{
    wdith:100%;
    max-width:500px;
    margin: 0 auto;
    
  }
  .top_access_contents-info_access_detaile p{
    width:280px;
  }
  .vline{
  width: 0%;
  max-width: 0px;
  border: solid 0.8px #AB9C4E;
  margin: 10px 0 10px;
  }
  .top_access_contents-btn{
    margin: 30px 0 0 0;
  }
    
  .top_access_contents-btn a{
    color: #525350;
    font-family: Futura PT , Jost , sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .top_access_contents-btn a::after {
    content: "＞";
    margin-left: 1em;
    font-weight: 500;
}
}

/*
.footer{
  width:100%;
  background-color: #9A9D94;
}
.footer_contents-wrapper{
  width:100%;
  max-width: 87.692%;
  margin:0 auto;
  position: relative;
}
.footer_logo{
  width:140px;
  margin: 60px auto 20px;
}
.footer_contents-wrapper address{
  color: #f6f8f9;
  line-height: 3rem;
}
.footer_contents-wrapper a { 
  color: #F6f8f9;
}
.footer_contents-wrapper p { 
  color: #F6f8f9;
  margin: 10px auto 0px;
}
/*footer gmap link
.footer_googlemap_btn{
  border: solid 1px #ededed;
  width: 100%;
  max-width: 200px; 
  margin: 20px auto 0;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
      
}
.footer_googlemap_btn a{
    color: #ededed;
    font-family: Futura PT;
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 10px;
    letter-spacing: 0.1rem
}
.footer_googlemap_btn a::after {
  content: "＞";
  margin-left: 1em;
  font-weight: 500;
}
/*footer reserve link
.footer_reserve_btn{
  border: solid 1px #EED188;
  width: 100%;
  max-width: 200px; 
  margin: 15px auto 0;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;   
}
.footer_reserve_btn a{
    color: #EED188;
    font-family: Futura PT;
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 10px; 
    letter-spacing: 0.1rem
}
.footer_reserve_btn a::after {
  content: "＞";
  margin-left: 1em;
  font-weight: 500;
  
}
.footer_instagram_link{
  margin-top:10px;
}
.footer_instagram_link img{
  width: 25px;
  margin-right: 5px;
}
.footer_instagram_link a{
  font-family: Futura PT;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1rem
}
.footer_menu_wrapper{
  display: none;
}
.footer_pagetop_btn img{
  position: absolute;
  width:25px;
  top:290px;
  right: 20px;
  
}
.footer small{
  display: block;
  color: #f6f8f9;
  margin-top:40px;
}*/
@media(min-width:1080px){
  .footer_contents-wrapper{
    max-width:1300px;
    display: flex;
    justify-content: center;
  }
  .footer_contents-logo img{
    padding-top:60px;
    width:290px;
  }
  .footer_contents-info {
    font-size: 1.8rem;
    padding:60px 0 0 80px;
    text-align: left;
  }
  .footer_link_wrapper{
    display: flex;
    justify-content: center;
  }
  .footer_googlemap_btn{
    margin:30px 0 0 0;
    max-width: 160px;
  }
  .footer_googlemap_btn a::after{
    margin-left:5px;

  }
  .footer_reserve_btn{
    margin: 30px 10px 0;
    max-width: 160px;
}
  
  .footer_vline{
    display: block;
    border: solid 0.5px #EDEDED;
    height: 270px;
    
  }
  .footer_menu_wrapper{
    display: block;
  }
  .footer_menu_wrapper ul{
    margin-top:70px;
    }
  .footer_menu_wrapper ul li{
    color: #ededed;
    font-size:2.0rem;
    font-family:Futura PT , Jost , sans-serif;
    font-weight: 700;
    text-align: left;
    margin: 15px 0 0 0px;
  }
.footer_instagram_link{
  justify-content: left;
  margin-top: 10px;
}
.footer_instagram_link img{
  width:30px;
  height: 30px;
  margin-top:10px;
}
.footer_instagram_link a{
  font-size: 1.6rem;
  margin: 0px; 
  align-items: center;
}
  .footer_pagetop_btn{
    display: none;
  }
}