@charset "utf-8";

@media (min-width:769px){
  body{
  	min-width: 769px;
    font-size: 2rem;
  }
  .container{
    max-width: 129.8rem;
    margin: 0 auto;
    -webkit-margin: 0 auto;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
    -webkit-padding-left: 4.8rem;
    -webkit-padding-right: 4.8rem;
  }
  .sp{
    display: none;
  }
  .pc{
    display: block;
  }
  .l-section{
    padding: 12.8rem 0;
  }
  .largeTxt,
  .ttl{
    font-size: 3.6rem;
  }
  .txt{
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  .moreBtn{
    width: 36rem;
  }
  .headTxt{
    letter-spacing: 1.2rem;
  }
  /*ーーーheaderーーー*/
  .headerWrap{
    align-items: center;
    justify-content: flex-start;
    padding: 1.2rem 0;
    height: 9.6rem;
  }  
  .headerLogo{
    max-width: 12.8rem;
  }
  .headerNav{
    display: flex;
    justify-content: space-evenly;
    height: auto;
    position: static;
    background-image: none;
  }
  .headerNav li{
    padding-right: 2.4rem;
    font-size: 1.4rem;
    color: #fff;
  }
  .hamburger{
    display: none;
  }
  /*ーーーfullviewーーー*/
  .topView{
    width: 100vw;
    max-width: none;
  }
  .topView .slide-media{
    height: auto;
  }
  /*ーーーtoppageーーー*/
  .contentWrap{
    width: 80%;
    margin: auto;
  }
  .aboutImageWrap{
    margin: 6.4rem auto;
  }
  .topMomImageWrap{
    justify-content: center;
  }
  .exampleList{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .example{
    width: calc(96%/3);
    position: relative;
    margin-bottom: 12.8rem;
  }
  .example .txt{
    margin: 2.4rem auto;
    padding:1.2rem 0;
    text-align: justify;
  }
  .example .moreBtn{
    position: absolute;
    bottom: -96px;
  }
  .accessTxt .txt{
    margin: 2.4rem auto;
  }
  .backToTop{
    width: 7.2rem;
    height: 7.2rem;
  }
  .backToTop i{
    font-size: 4.8rem;
    line-height: 7.2rem;
  }
  .backToTop.fixed{
    margin-bottom: -5.6rem;
  }
  .footerNavWrap{
    display: flex;
    justify-content: space-around;
  }
  .footerLogo{
    width: 28rem;
  }
  .footNav{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4.8rem 0;
  }
  .footNav li{
    width: calc(100%/4);
  }
  .facilityWrap{
    width: 80%;
    margin: 9.6rem auto;
  }
  .faciliryWrapper .largeTxt{
    padding: 0;
    letter-spacing: 0.8rem;
  }  
  .enjoyHead{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .enjoyImg,
  .enjoyHead .txt{
    width: 50%;
    font-size: 2.4rem;
  }
  .enjoyTxt .txt {
    text-align: center;
  }
  .featuresItem {
    margin: 12.8rem auto;
  }
  .headTxt{
    margin: 3.6rem auto;
  }
  .storyTxtWrap{
    margin: 6.4rem auto 9.6rem;
  }
  .seformBlocktorWrap{
    padding: 36rem 0;
    height: 100%;
  }
  .seformBlocktor{
    font-size: 4.8rem;
  }
  .contactFormWrap #booking-package,
  .privacyTxtWrap{
    width: 80%;
    margin: 0 auto;
  }

}