@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&family=Noto+Sans+JP:wght@100;400&display=swap');
@media (max-width: 767px) {
  .pc {
    display: none; } }

@media (min-width: 768px) {
  .sp {
    display: none; } }

html {
  font-size: 62.5%;
  overflow: auto;
 }

body {
  color: #000;
  float: none;
  font-family: 'Montserrat', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  height: auto;
  letter-spacing: 0.03em;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
 }

p,
dt,
dd {
  line-height: 1.8; }

@media (min-width: 768px) {
  .sp-br {
    display: none; } }

@media (max-width: 767px) {
  .pc-br {
    display: none; } }

@media (max-width: 767px) {
  .text-none {
    display: none; } }

#main-contents {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
  position: fixed;
  width: 100%;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none; 
}

#head_wrap a {
  text-decoration: none; 
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative; 
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block; 
}

#global-nav {
  position: absolute;
  top: 30px; 
}
@media (max-width: 767px) {
  #global-nav {
    right: 0;
    top: 0; } 
}

#global-nav ul {
  list-style: none;
  font-size: 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; 
}
@media (max-width: 767px) {
  #global-nav ul {
    display: block;
    margin-right: 0px; } 
}

#global-nav ul li {
  margin-right: 50px;
  text-align: center;
  position: relative; 
}
@media (max-width: 767px) {
  #global-nav ul li {
  text-align: left; } 
}

#global-nav ul li a {
  text-align: center;
  padding: 0 5px;
  padding: 2px;
  opacity: 1;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
@media (max-width: 767px) {
  #global-nav ul li a {
    text-align: left; } 
}

#global-nav ul li a:hover {
  opacity: 0.6;
}

.header__link {
  width: 80%;
  margin: 0 auto;
  font-weight: 600;
}

/* dropdown menu */
@media (min-width: 768px) {
nav#global-nav ul li ul {
  width:200px;
  position:absolute;
  top:25px;
  display: block;
  left:0;
  visibility:hidden;
  opacity:0;
  -webkit-transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
  -moz-transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
  -ms-transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
  -o-transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
  transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
  z-index:9999;
}

nav#global-nav ul li:hover ul {
  visibility:visible;
  opacity:1;
}

nav#global-nav ul li ul li {
  font-size: 1.6rem;
  margin:15px 0 0;
  padding-top: 20px;
  text-align: left;
  font-weight: 300;
  -webkit-transition:margin 0.1s ease-in;
  -moz-transition:margin 0.1s ease-in;
  -ms-transition:margin 0.1s ease-in;
  -o-transition:margin 0.1s ease-in;
  transition:margin 0.1s ease-in;
}

nav#global-nav ul li:hover ul li {
  margin-top:0;
}

nav#global-nav ul li ul li ul {
  top:0;
  left:101px;
}

nav#global-nav ul li ul li ul.dd-left {
  top:0;
  left:-101px;
}

nav#global-nav ul li:hover ul li ul {
  visibility:hidden;
  opacity:0;
}

nav#global-nav ul li:hover ul li:hover ul {
  visibility:visible;
  opacity:1;
}

nav#global-nav ul li:hover ul li ul li {
  margin-left:-10px;
}

nav#global-nav ul li:hover ul li ul.dd-left li {
  margin-left:10px;
}

nav#global-nav ul li:hover ul li:hover ul li {
  margin-left:0;
}
}


@media (max-width: 767px) {
  .dropdown_sp a {
    display: block;
    text-decoration: none;
    color: #000;
}

  label {
    display: block;
    line-height: 1;
    color :#000;
    cursor :pointer;
}

input {
    display: none;
}

.dropdown_sp ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown_sp li {
    height: 0;
    overflow: hidden;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar:checked ~ #links li {
    height: 35px;
    opacity: 1;
    padding: 15px 0 0 0;
}
}


.anchor{
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}


/* other Links */
.other_links  {
  position: absolute;
  right: 4%;
  top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}   
@media (max-width: 767px) {
  .other_links  {
    position: relative;
    margin:30px 0 0 7%;
    top: 0;
  } 
  }

.reservation_btn{
  background-color: #DAEAD2;
  padding: 10px 5px;
  width: 196px;
  display: block;
  text-align: center;
  border-radius: 30px;
  font-weight: 600;
  opacity: 1;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
}
@media (max-width: 767px) {
  .reservation_btn{
    padding: 15px 5px;
  }
}

.reservation_btn:hover{
  opacity: 0.6;
}

.header__insta{
  width: 22px;
  margin: 5px 0 0 30px;
}
@media (max-width: 767px) {
  .header__insta{
    width: 40px;
    margin-top: 0;
    padding: 10px 0 0 10px;
  }
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 6%;
  top: 30px;
  width: 30px;
  height: 36px;
  cursor: pointer;
  z-index: 101; 
}

#nav-toggle div {
  position: relative; 
}

@media (max-width: 767px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0; 
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent; 
  }
  #mobile-head {
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative; 
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    color: #333;
    width: 58px; 
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    right: -100%;
    background: white;
    width: 90%;
    height: 100vh;
    text-align: left;
    opacity: 0.95;
    -webkit-transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out; 
  }
  .header__link{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  }
  #global-nav .header__globallink {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: -80px; 
  }
  #global-nav ul li {
    float: none;
    position: static; 
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0; 
  }
  #nav-toggle {
    display: block; 
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out; 
  }
  #nav-toggle span:nth-child(1) {
    top: 0; 
  }
  #nav-toggle span:nth-child(2) {
    top: 11px; 
  }
  #nav-toggle span:nth-child(3) {
    top: 22px; 
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); 
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; 
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-210deg);
    -moz-transform: rotate(-210deg);
    -ms-transform: rotate(-210deg);
    transform: rotate(-210deg); 
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    right: 0; 
  } 
}

@media (max-width: 767px) {
  .header__globallink {
    margin: 120px 0 0 0; } 
}

@media (max-width: 767px) {
  .header__globallink > li {
    font-size: 18px;
    padding: 16px 10px; } 
}

.header__otherlink li {
  float: left;
  margin: 0 0 20px 30px;
  font-size: 1.4rem; 
}
@media (max-width: 767px) {
  .header__otherlink li {
    float: none;
    padding: 0 0 0 10px;
    font-size: 12px;
    font-size: 3.2vw; } 
}


/* FV */
#main_img {
  height: 100vh;
  position: relative;
  background-image: url("../images/main_bg.jpg");
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    #main_img {
      background-image: url("../images/main_bg_sp.jpg");
    }
  }

.asanegg__logo {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../images/dots01.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 600px; }
  @media (max-width: 767px) {
    .nine__points {
      background-size: 90%; } }

.asanegg__logo--img {
  width: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .asanegg__logo--img {
      width: 63%;
    }
  }

.maincopy {
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0;
  position: absolute;
  width: 90%;
  z-index: 4;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .maincopy {
      font-size: 12px;
      font-size: 3.2vw;
      line-height: 1.5; } }

/* SecondaryImg */
#SecondaryImg ul {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 150px; }
#SecondaryImg ul li {
width: calc(100% / 3);
margin-top: -2px; }
#SecondaryImg ul img {
width: 100%; }
@media (max-width: 767px) {
#SecondaryImg ul {
margin-bottom: 90px; }
#SecondaryImg ul li {
width: 50%; } }






.content_wrapper{
  max-width: 1220px;
  margin: 0 auto;
  padding: 100px 5%;
}
@media (max-width: 767px) {
  .content_wrapper{
    padding: 70px 5% 50px;
  }
}

.content_indent{
  max-width: 960px;
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .content_indent{
    margin: 60px auto 0;
  } 
}

h2{
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2rem;
  } 
}

.font_bold{
  font-weight: 600;
}

/* About */
#About {
  background-color: #ECCFC4;
  position: relative;
  width: 100%;
  margin-top: -1px;
}

#About h2{
  color: #FFECE5;
}
  
.about_headline{
  margin-bottom: 80px;
} 
@media (max-width: 767px) {
  .about_headline {
    margin-bottom: 50px;
  } 
}

.about_headline p{
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.2;
}    
@media (max-width: 767px) {
  .about_headline p {
    font-size: 1.6rem;
  } 
}

.about_detail p{
  font-size: 1.8rem;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .about_detail p{
    font-size: 1.4rem;
  }
}

/* Campaign */
#Campaign{
  background-color: #CED9CB;
  position: relative;
  width: 100%;
}

.campaign_list{
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 125px;
  padding: 10px 45px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
}
@media (max-width: 767px) {
  .campaign_list{
    width: 100%;
    height: auto;
    padding: 20px 30px;
    margin-bottom: 30px;
    display: block;
  }
}

.campaign_title p{
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .campaign_title p{
    font-size: 2.6rem;
  }
}

.campaign_title span{
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .campaign_title span{
    font-size: 1.3rem;
    display: block;
  }
}

.campaign_detail{
  max-width: 500px;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .campaign_detail{
    max-width: 100%;
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

/* Menu */
#Menu{
  background-color: #ECCFC4;
  position: relative;
  width: 100%;
}

#Menu h2{
  color: #FFECE5;
}

.menu_title{
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left; 
}

.menu_title p{
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .menu_title p{
    font-size: 1.6rem;
  }
}

.menu_title:before{
  content:  "";     /* 空の要素作成 */
  width:  50px;               /* 幅指定 */
  height:  50px;              /* 高さ指定 */
  display:  inline-block;     /* インラインブロックにする */
  background-color: #DAEAD2;  /* 背景色指定 */
  border-radius:  50%;
  margin-right: 15px;
}

.menu_detail {
  margin-bottom: 60px;
}

.menu_detail p{
  font-size: 2rem;
  font-weight: 600;
  text-decoration: underline 1px solid;
  text-underline-offset: 5px;
  line-height: 2.3;
}
@media (max-width: 767px) {
  .menu_detail p{
    font-size: 1.6rem;
  }
}

.menu_detail_img{
  max-width: 708px;
  margin: 0 auto;
}


/* SecondaryImg */
.SecondaryImg ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 150px; }
  .SecondaryImg ul li:first-child {
    width: 100%;}
  .SecondaryImg ul li {
    width: calc(100% / 2);
    margin-top: -2px; }
    .SecondaryImg ul img {
    width: 100%; }
  @media (max-width: 767px) {
    .SecondaryImg ul {
      margin-bottom: 70px; }
      .SecondaryImg ul li {
        width: 50%; } }


.beforeafter{
  max-width: 454px;
  margin: 0 auto;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .beforeafter{
    width: 70%;
    padding-bottom: 70px;
  }
}

.beforeafter p{
  font-size: 1.8rem;
  font-weight: 600;
  margin: 25px 0 15px;
}
@media (max-width: 767px) {
  .beforeafter p{
    font-size: 1.4rem;
    margin: 15px 0 10px;
  }
}

.beforeafter span{
  font-size: 1.4rem;
  display: block;
}


 /* Menu02 */
#Menu02{
  background-color: #FFECE5;
  position: relative;
  width: 100%;
}   

#Menu02 .content_indent{
  margin-top: 0;
}   

#Menu02 .menu02_detail_img{
  max-width: 708px;
  margin: 0 auto 95px;
}
@media (max-width: 767px) {
  #Menu02 .menu02_detail_img{
    width: 100%;
    margin: 0 auto 50px;
  }
}

#Menu02 .price{
  margin: 0 auto 55px;
}
@media (max-width: 767px) {
  #Menu02 .price{
    margin: 0 auto 30px;
  }
}

#Menu02 .beforeafter{
  padding-bottom: 100px;
  max-width: 620px;
}
@media (max-width: 767px) {
  #Menu02 .beforeafter{
    padding:20px 0 30px;
    width: 70%;
  }
}


/* Product */
#Product{
  background-color: #ECCFC4;
  position: relative;
  width: 100%;
}

#Product h2{
  color: #FFECE5;
}

.product_title p{
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .product_title p{
    font-size: 1.4rem;
  }
}

.product_detail {
  margin-bottom: 45px;
  font-weight: 600;
}

.product_detail p{
  font-size: 1.4rem;
}

.product_detail_img{
  max-width: 590px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .product_detail_img{
    width: 70%;
  }
}

/* Contact */
#Contact{
  background-color: #ECCFC4;
  position: relative;
  width: 100%;
}

#Contact h2{
  color: #FFECE5;
}

.contact_detail{
  float: right;
  max-width: 484px;
  width: 50%;
  margin-left: 5%;
}
@media (max-width: 767px) {
  .contact_detail{
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

#Contact p{
  font-size: 1.6rem;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #Contact p{
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.contact_img{
  float: left;
  max-width: 430px;
  width: 45%;
}
@media (max-width: 767px) {
  .contact_img{
    float: none;
    width: 100%;
  }
}

.contact_img img{
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact_img img{
    margin-bottom: 20px;
  }
}

#Contact a{
  text-decoration: underline;
}

#Contact .credit{
  width: 265px;
  margin-bottom: 30px;
}

#Contact .reservation_btn{
  width: 100%;
  margin-bottom: 80px;
  text-decoration: none;
}
@media (max-width: 767px) {
  #Contact .reservation_btn{
    margin-bottom: 50px;
  }
}

.freedom_detail{
  padding-top: 80px;
  border-top: #000 solid 1px;
}
@media (max-width: 767px) {
  .freedom_detail{
    padding: 50px 0 100px;
    margin-top: 50px;
  }
}



/* footer */
footer{
  width: 100%;
  height: 265px;
  position: relative;
  background-image: url("../images/footer_bg.jpg");
  background-size: cover;
  background-position: top; 
}
@media (max-width: 767px) {
  footer{
    height: 33vw;
    background-image: url("../images/footer_bg_sp.jpg");
  }
}

.footer_copyright{
  width: 300px;
  margin: 0 auto ;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .footer_copyright{
    width: 50%;
    padding-top: 0;
  }
}

.footer_copyright p{
  margin: 44px auto ;
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .footer_copyright p{
    margin: 20px auto ;
    font-size: 1rem;
  }
}

