body {
    font-family:  "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #082627;
    line-height: 2.0;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.5;
}}

main{
  overflow: hidden;
}
img{
    max-width: 100%;
}
.content__wrapper{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;

}

@media screen and (max-width: 768px) {
    .content__wrapper {
      width: 90%;
      max-width: none;
      margin: 0 auto;
      position: relative;
    }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

h2{
    color:#87b3b4;
    padding: 140px 0 0 0;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 768px) {
  h2{
    padding: 20% 0 0 0;
}}


/*=========== メニュー　===========*/

@media screen and (max-width: 768px) {
     /* PCでは非表示にしておく */
    .nav__toggle,
    .nav {
      display: none;
    }

    /* スマホサイズで見た場合のスタイル */
    @media screen and (max-width: 768px) {
    /* ハンバーガーのマーク */
      .nav__toggle {
        display: block;
        position: relative;
        width: 1.3rem;
        height: 1rem;
        margin-right: 10px;
        z-index: 2;
      }
      .nav__toggle i {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #333;
        position: absolute;
        transition: transform 0.5s, opacity 0.5s;
      }
      .nav__toggle i:nth-child(1) {
        top: 0;
      }
      .nav__toggle i:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
      }
      .nav__toggle i:nth-child(3) {
        bottom: 0;
      }
    
      /* クリックされた後のハンバーガーのマーク */
      .nav__toggle.show i:nth-child(1) {
        transform: translateY(10px) rotate(-45deg);
        top: -4px;
      }
      .nav__toggle.show i:nth-child(2) {
        opacity: 0;
      }
      .nav__toggle.show i:nth-child(3) {
        transform: translateY(-12px) rotate(45deg);
        bottom: -4px;
      }
    
      /* クリックで表示されるメニュー：クリックされる前 */
      .nav {
        display: flex;
        position: fixed;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s, visibility 0.5s;
        background-color: #fff;
        z-index: 1;
    }
      .nav__menu--li {
        margin-bottom: 30px;
}

    .nav__menu--li a {
        text-decoration: none;
    }

      /* クリックで表示されるメニュー：クリックされた後 */
    .nav.show {
        opacity: 1;
        visibility: visible;
    }
    }
    }
/*=========== トップページ ===========*/
header {
  position: fixed; /*← fixedで固定 */
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  /* padding: 20px 60px; */
  box-sizing: border-box;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 10;
}
.header__nav{
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header nav ul {
display: flex;
justify-content: space-between;
align-items: center;
}

@media screen and (max-width: 768px) {
    .header nav ul {
    display: block;
    width: 100%;
    padding: 0 60px;
}
    }

.header nav ul li {
margin-right: 50px;
}

.header nav ul li:hover {
    color: #888888;
}

@media screen and (max-width: 768px) {
    .header nav ul li {
    width:100%;
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
}
}

.logo img{
    width: 50px;
    padding-left: 10px;
}

.mainvisual{
    position: relative;
    /* height: 600px;
    margin-bottom: 250px; */
}

@media screen and (max-width: 768px) {
  .mainvisual .content__wrapper {
    width: 100%;
  }
}

.mainvisual__heading{
  position: absolute;
  margin: 0 auto;
  top: 50%;
  right: 0;
  left: 0;
  width: 500px;
  font-family: "Cormorant Garamond", serif;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.mainvisual__heading h2{
  font-family: "Cormorant Garamond", serif;
}

.mainvisual__heading p{
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 768px) {
  .mainvisual__heading{
    top: 45%;
    width: 100%;
  }
}

.mainvisual h1{
    font-size: 3rem;
    font-weight: 600;
    line-height: 3rem;
}

@media screen and (max-width: 768px) {
    .mainvisual h1{
      font-size: 2.5rem;
      font-weight: 600;
      line-height: 3rem;
      }
}



/*スライダーのcss*/
.slider {
  position:relative;
  z-index: 0;
/*  height: 100vh;*/
}
/*　背景画像設定　*/

.slider-item01 {
  background:url(../img/fv01.jpg);
}

.slider-item02 {
  background:url(../img/fv02.jpg);
}

.slider-item03 {
  background:url(../img/fv03.jpg);
}

@media screen and (max-width: 768px) {
  .slider {
    padding-top: 60px;
  }
  .slider-item01 {
    background:url(../img/fv01.jpg);
  }
  
  .slider-item02 {
    background:url(../img/fv02.jpg);
  }
  
  .slider-item03 {
    background:url(../img/fv03.jpg);
  }
}



.slider-item {
  width: 100%;
  height:100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .slider-item {
    height: 60svh;
}}

/*矢印の設定*/
.slick-arrow:before{
	content:""!important;
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align:center;
  margin:-50px 0 0 0;
}

.slick-next{
  right: 0;
}

.slick-prev{
  left: 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#ccc;
}

.slick-dots .slick-active button{
    background:#c0dbd9;
}

.slick-dots li button{
  width: 1px;
  height: 1px;
  background:#e0e0e0;

}
.slick-dotted.slick-slider {
   margin-bottom: 0;
}

/*=========== Concept ===========*/

.concept{
    width: 100%;
    background-image: url(../img/bg_concept.png);
    background-size: cover;
    /* height: 1260px; */
    padding: 0px 184px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .concept{
        height: auto;
        padding: 20px;
    }
}

.concept__heading p{
    color: #fff;
    text-align: center;
    font-family: "Shippori Mincho", serif
}

.concept__txt p{
    padding:70px 0 140px 0;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.5;
    letter-spacing: 0.05rem;
    color: #fff;
    font-family: "Shippori Mincho", serif;
  }

@media screen and (max-width: 768px) {
  .concept__txt p{
    padding: 20% 0 40% 0;
    font-size: 1rem;
    line-height: 1.8;
}
 }

/*=========== Menu&Price ===========*/
.menuprice{
    position: relative;
    padding-bottom: 5px;
}

.menuprice .content__wrapper{
  width:100%;
  max-width: 100%;
}

.menuprice__heading {
    background-color: #fff;
    padding: 70px 0;
    position: relative;
}

.menuprice__heading p{
    text-align: center;
    /* padding-bottom: 0; */
    font-family: "Shippori Mincho", serif;
}

.menuprice__heading--strong{
  text-align: center;
  padding-bottom: 70px;
  font-weight: 900;
  font-size: 20px;
}

.menuprice__heading--strong span{
  color: #ff3e67;
  background-color: #ff9;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .menuprice__heading {
    padding: 0;
} 
.menuprice__heading h2{
  padding-top: 10%;
}
.menuprice__heading--strong{
  padding-bottom: 10%;
  }
}

.leaf_01{
  position: absolute;
  top: 40%;
  width: 50%;
  right: -30%;
}

@media screen and (max-width: 768px) {
  .leaf_01{
    position: absolute;
    top: -57%;
    width: 68%;
    right: -54%;
  }
}


.menuprice__grid{
  background:url(../img/bed.jpg)no-repeat center top;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
.menuprice__grid{
  background-position: -130px 0px;
}}

.menuprice__grid--container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    margin: 140px auto;
    padding: 20px 5%;
    max-width: 1024px;

}
@media screen and (max-width: 768px) {
  .menuprice__grid--container {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 10px 0;
    padding: 80px 5%;
    height: auto;
}}

.menuprice__item-link--datsumo,.menuprice__item-link--kids,.menuprice__item-link--aesthetic{
background-color: rgba(255, 255, 255, 0.8);
padding:20px;
height: 600px;
}

@media screen and (max-width: 768px) {
  .menuprice__item-link--datsumo,.menuprice__item-link--kids,.menuprice__item-link--aesthetic{
    height: auto;
    }}

.menuprice__item-link--datsumo a,.menuprice__item-link--kids a,.menuprice__item-link--aesthetic a{
  display: block;
  height: 100%;
}

.menuprice__grid--container figure{
margin: 0;
text-align: center;
height: 100px;
}

.menuprice__item-link--datsumo h3,.menuprice__item-link--kids h3,.menuprice__item-link--aesthetic h3{
font-size: 1.8rem;
font-weight: bold;
text-align: center;
padding: 150px 0 20px;
font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 768px) {
  .menuprice__item-link--datsumo h3,.menuprice__item-link--kids h3,.menuprice__item-link--aesthetic h3{
    font-size: 1.5rem;
    padding: 5px 0;
    padding: 2% 0 2%;
  }}

.menuprice__item--txt{
    text-align: left;
    font-size: 0.8rem;
}

.menuprice .small{
    text-align: right;
}

/*=========== 料金表 ===========*/

.menuprice__pricetable{
    margin-bottom: 100px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
  .menuprice__pricetable{
    width: 90%;
    margin-left:auto;
    margin-right: auto;

}}


.menuprice__pricetable table{
    width: 800px;
    width: 100%;
    border-collapse: collapse;
}

.menuprice__pricetable--ttl{
    padding: 8px 0;
    color: #fff;
    font-size: 20px;
    background-color: #87b3b4;
    text-align: center;
    font-family: "Shippori Mincho", serif;
}

.menuprice__pricetable--ttlsmall{
  font-size: 16px;
  color: #fff;
}

.menuprice__pricetable th{
  border: 1px solid #ddd;
  text-align: center;
  padding: 8px;
}

.menuprice__pricetable--header{
  width: 69%;
}


.menuprice__pricetable td {
  border: 1px solid #e9e9e9;
  padding: 25px;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

@media screen and (max-width: 768px) {
  .menuprice__pricetable td {
    padding: 5%;
    font-size: 1rem;
  }
}

.left{
  text-align: left;
}

.center{
  text-align: center;
}

.menuprice__pricetable--small{
  font-size:1rem;
  color: #798686;
}

@media screen and (max-width: 768px) {
  .menuprice__pricetable--small{
    font-size: 0.8rem;
  }
}

.menuprice__pricetable th {
    background-color: #f2f2f2;
    font-size: 0.8rem;
  }
  
.menuprice__pricetable tr{
background-color: #fff;
}

/*=========== Q&A ===========*/
.qanda{
  position: relative;
}

.leaf_02{
  position: absolute;
  bottom: -7%;
  width: 50%;
  left: -20%;
}

.leaf_03{
  position: absolute;
  top: 0%;
  width: 50%;
  right: -40%;
}

@media screen and (max-width: 768px) {
  .leaf_02{
    position: absolute;
    bottom: -2%;
    width: 50%;
    left: -20%;
  }
  .leaf_03{
    top: 0%;
    width: 80%;
    right: -66%;
}}


.qanda__heading p {
    text-align: center;
    padding-bottom: 70px;
    font-family: "Shippori Mincho", serif;
}

/*accordion*/
 
.accordion_area {
    margin-bottom: 30px;
    color: #25818d;
}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #e8dfdb;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #fff4f0;
  font-weight: 600;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #ffe1d7;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #25818d;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #25818d;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 10px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 10px;
    right: 4px;
  }
}

/*faq*/
.qanda{
    margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .qanda{
    margin-bottom: 20%;
}} 


.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #25818d;
  font-size: 20px;
  font-weight: bold;
}

.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #25818d;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
} 
/*=========== Contact ===========*/

.contact{
    width: 100%;
    background-image: url(../img/bg_contact.png);
    background-size: cover;
    height: 1060px;
    padding: 0px 184px;
    text-align: center;
}

@media screen and (max-width: 768px) {
  .contact{
    height: auto;
    padding: 0 5% 70px 5%;
}
}

.contact__heading h2{
    color: #fff;
}

.contact__heading p{
  color: #fff;
  font-family: "Shippori Mincho", serif;
}

.contact__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
  }

.contact__link .sub{
    display: block;
    font-size: 1.2rem;
    line-height: 2rem;
}

@media screen and (max-width: 768px) {
  .contact__link .sub{
    font-size: 1rem;
    line-height: 1.5rem;
}
}

.contact__link .main{
    display: block;
    font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .contact__link .main{
    font-size: 1.2rem;
}
}

.contact__link a:after {
    width: 10px;
    height: 15px;
    background-image: url(../img/arrow.png);
    right: 10px;
}

.contact__link a {
text-decoration: none; 
color: inherit; 
margin: 0 auto;
text-align: center;
display: flex; 
align-items: center;
justify-content: center; 
gap: 10px; 
background: #fff;
margin: 70px 0 0;
padding: 30px 50px;
position: relative;
border: 5px #cbdada solid;
width: 100%;
}

@media screen and (max-width: 768px) {
  .contact__link a {
    margin: 35px 0;
    }
  }

.contact__link img {
width: 50px; 
height: auto; 
position: absolute;
top: 50%;
left: 80px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .contact__link img {
    width: 15%;
    top: 50%;
    left: 13%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    }
}

/*　矢印　*/
.contact .dli-chevron-round-right {
    display: inline-block;
    vertical-align: middle;
    color: #87b3b4;
    line-height: 1;
    width: 1em;
    height: 1em;
    transform: translateX(-25%) rotate(45deg);
    margin-left: 50px;
    position: absolute;
    top:0;
    bottom: 0;
    margin: auto;
    right: 80px;
  }

  @media screen and (max-width: 768px) {
    .contact .dli-chevron-round-right {
      right: 20px;
    }    }

.contact .dli-chevron-round-right::before, .dli-chevron-round-right::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
  }
  
.contact .dli-chevron-round-right::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.2em;
  }
  
.contact .dli-chevron-round-right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.2em;
}

/*=========== Access ===========*/

.access{
  position: relative;
}

.access__heading p{
    text-align: center;
    font-family: "Shippori Mincho", serif;
}

.leaf_04{
  position: absolute;
  top: -9%;
  width: 50%;
  left: -20%;
  z-index: -1;
}

.leaf_05{
  position: absolute;
  top: 46%;
  width: 50%;
  right: -30%;
}

@media screen and (max-width: 768px) {
  .leaf_04{
    top: -3%;
    width: 50%;
    left: -20%;
    z-index: -1;
  }
  
  .leaf_05 {
    top: 26%;
    width: 70%;
    right: -57%;
    z-index: -1;
}
}

.access picture{
    display: block;
    margin: 70px auto;
    text-align: center;
    padding: 70px 0;
    width: 100%;
}

@media screen and (max-width: 768px) {
  .access picture{
    margin: 0;
    padding: 20% 0;
    width: 100%;
}
}

.access dl {
    border-collapse: collapse;
    margin: 2% auto 3%;
    display: flex;
    flex-wrap: wrap;
    width: 70%;
}

@media screen and (max-width: 768px) {
  .access dl {
    width: 90%;
}
}

.access dt {
    font-size: 1rem;
    font-weight: 600;
    width: 84px;
    flex-basis: 30%;
    font-weight: bold;
    color: #87b3b4;
}

.access dd {
    font-size: 1.2rem;
    line-height: 1.5;
    display: table-cell;
    flex-basis: 70%;
    margin-left: 0;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
  .access dt {
    font-size: 0.8rem;
}
  .access dd {
    font-size: 1rem;
}
}

.access dt,dd {
    padding: 25px 0;
}

@media screen and (max-width: 768px) {
  .access dt,dd {
    padding: 5% 2%;
}}

.map{
    width: 600px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #888888;
}

@media screen and (max-width: 768px) {
    .map{
        width: 100%;
    }
    }

.access__btn{
    max-width: 550px;
    width: 100%;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    margin: 0 auto;
}

.access__btn a{
  width: 100%;
  margin: 70px auto;
  padding: 24px 5px;
  background-color: #87b3b4;
  border-radius: 53px;
  display: block;
}

/*　矢印　*/
.access .dli-chevron-round-right {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 0.7em;
    height: 0.7em;
    transform: translateX(-25%) rotate(45deg);
    margin: 0  -120px 10px 130px;
  }

@media screen and (max-width: 768px) {
  .access .dli-chevron-round-right {
    margin: 0  -13% 1% 9%;
  }
}

.access .dli-chevron-round-right::before, .dli-chevron-round-right::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
  }
  
.access .dli-chevron-round-right::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.1em;
  }
  
.access .dli-chevron-round-right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.1em;
}

/*=========== footer ===========*/

.footer{
    width: 100%;
    padding: 2rem 0;
    color: #fff;
    font-size: 1rem;
    background: #333;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .footer{
        padding: 40px 10px 10px;
    }
}

.copyright p{
    font-size: 0.75rem;
    text-align: center;
    padding-top: 70px;
}

@media screen and (max-width: 768px) {
    .copyright p{
        padding-top: 30px;
    }
    }




