@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

@font-face {
  font-family: Playfair_Display;
  src: url(../font/Playfair_Display/static/PlayfairDisplay-SemiBold.ttf);
}

@font-face {
  font-family: Noto_Sans;
  src: url(../font/Noto_Sans/static/NotoSans-ExtraBold.ttf)
}

body{
 
}

header {
  width: 100%;
  height: 8vw;
  background-color: #F6E5D8;
}

.keyvisual{
    position: absolute;
    position: fixed;
    width: 15%;
    top: 35%;
    left: 42.5%;
    }
    
    .keyvisual__scroll{
      width: 100%;
    }
    
    .keyvisual__scroll--circle{
        opacity: 0;
      width: 100%;
      animation: rotate 10s linear infinite;
    }
    
    .keyvisual__scroll--arrow{
    
      transform: translate(-50%, -50%);
    }
    
    @keyframes rotate {
        
      0% {
        transform: rotate(0);
      }
      100% {
        transform: rotate(360deg);
      }
    }

.fadein {

  }


 
  nav.NavMenu{
    position: fixed; /*表示位置を固定*/
    z-index: 2; /*重ね順を変更*/
    top: 0; /*表示位置を指定*/
    left: 0; /*表示位置を指定*/
    background: #fff;/*背景を白にする*/
    color: #978d86; /*文字色を黒にする*/
    text-align: center; /*テキストを中央揃え*/
    width: 100%; /*全幅表示*/
    transform: translateY(-100%); /*ナビを上に隠す上から出したい場合は、transform: translateYを使う。*/
    transition: all 0.6s; /*アニメーションの時間を指定*/
  }
  
  nav.NavMenu ul{
    background: #fff; /*背景をグレーにする*/
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  
  nav.NavMenu ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #978d86;
  }
  
  nav.NavMenu ul li:last-child{
    padding-bottom: 0;
    border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
  }
  
  nav.NavMenu ul li a {
    display: block; /*クリックできる領域を広げる*/
    color: #978d86;
    font-family: serif;
    padding: 1em 0;
  }
  
  /*トグルボタンが押されたときに付与するクラス*/
  nav.NavMenu.active{
    transform: translateY(0%);/*上から出したい場合は、transform: translateYを使う。*/
  }
  
  /*トグルボタンのスタイルを指定*/
  .Toggle {
    position: fixed;/* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;/*divだけどカーソルが変わるようにしている*/
    z-index: 3;/*ボタンを一番上にしている(押せなくなるから)*/
  }
  
  .Toggle span {
    display: block;
    position: absolute;
    left: 6px;
    width: 30px;
    border-bottom: solid 3px #73d0c2;
    transition: .35s ease-in-out;/*変化の速度を指定*/
  }
  
  .Toggle span:nth-child(1) {
    top: 9px;
  }
  
  .Toggle span:nth-child(2) {
    top: 18px;
  }
  
  .Toggle span:nth-child(3) {
    top: 27px;
  }
  
  /* 最初のspanをマイナス45度に */
  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    transform: rotate(-45deg);
  }
  
  /* 2番目と3番目のspanを45度に */
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 18px;
    transform: rotate(45deg);
  }


  .fadein-parent {
    display: flex;
  }

  .fadein2 {
    width: 100%;
    padding-bottom: 20%;
    background-color: #f6e5d7;
  }

  .fadein2 h2 {
    margin-top: 5%;
   text-align: center;
    font-size: 10vw;
    color: #73d0c2;
    font-family: Playfair_Display;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.22);
  }

  .fadein2 p {
    display: block;
    font-size: 1.5vw;
    color: #73d0c2;
    font-family: sans-serif;
    text-align: center;
    letter-spacing: 0.5em;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.22);
  }

  .border1 {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 0.2vw;
    background-color:#73d0c2;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }

 
  .border2 {
    margin-top: 13%;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 0.2vw;
    background-color:#73d0c2;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }


 .back {
    padding-bottom: 20%;
    width: 100%;
    background-color: #73d0c2
  }

  .fadein3 {
    width: 100%;
  }

  .fadein3 h3 {
    width: 100%;
    text-align: center;
    font-size: 6.5vw;
    color: white;
    font-family:serif;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.22);
      }

  .fadein3 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
  }

  .box1 {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    background-color: rgba(255, 255, 255,0.9);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  }

  .box1 p:nth-of-type(1) {
    margin-top: 2%;
    text-align: center;
    font-size: 2.4vw;
    color: #3C474E;
    font-family: serif;
  }

  .box1 p:nth-of-type(2) {
    text-align: center;
    font-size: 1vw;
    color: #3C474E;
    font-weight: 100;
    letter-spacing: 0.2em;
    font-family: serif;
  }


  .flex-box2 {
    display: flex;
    margin-top: 5%;
  }

  .flex-child1 {
    width: 40%;
    margin-right: 5%;
    margin-left: 5%;
  }

  .flex-child1 ul {
    padding-bottom: 7%;
    margin-top: 2%;
    margin-bottom: 5%;
    width: 100%;
    border-top: solid 5px #ed8d49;
    background-color: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  }

  .flex-child1 ul li {
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    color: #3C474E;
    font-size: 1.2vw;
    text-align: center;
    font-family: serif;
  }

  .flex-child2 {
    width: 40%;
  }

  .flex-child2 ul {
    padding-bottom: 7%;
    margin-top: 2%;
    margin-bottom: 5%;
    width: 100%;
    border-top: solid 5px #ed8d49;
    background-color: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  }

  .flex-child2 ul li {
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    color: #3C474E;
    font-size: 1.2vw;
    text-align: center;
    font-family: serif;
  }

  .box1 ul li span {
    margin-right: 10%;
    font-size: 1.5vw;
  }


  .back2 {
    width: 100%;
    height: 120vw;
    background-color:#f6e5d7
  }

  .fadein4 {
    width: 100%;
  }

  .fadein4 h4 {
    
    padding-top: 5%;
    font-size: 6.5vw;
    color: white;
    font-family:serif;
    line-height: 5.65vw;
    text-align: center;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.22);
      }

 
  .fadein5 {
    width: 100%;
  }
   
.flex-box3 {
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.flex-box3 ul {
    margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  background-color: white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.flex-box3 ul li {
  margin-top: 5%;
  text-align: center;
  font-size: 1.5vw;
  color:#3C474E;
  font-family: serif;
}


.flex-box3 ul li span {
  font-size: 2.3vw;
  font-weight: 400;
  border-bottom: solid 2px #ed8d49;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.22);
}

.flex-box3 ul li.adjustment1 {
  margin-top: 0;
  font-size: 1vw;
}

.fadein6 {
  width: 100%;
}

.fadein6 h4 {
    margin-bottom: 5%;
  margin-top: 5%;
  font-size: 6.5vw;
  color: white;
  font-family:serif;
  line-height: 5.65vw;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.22);
    }


  .fadein7 {
    width: 100%;
  }

  .back3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-top: 3.5%;
    padding-bottom: 2%;
    width: 50%;
    background-color: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  }

  .swiper img {
    width: 90%;
  }
  
  .swiper-wrapper  .swiper-slide:nth-of-type(7) {
    margin-top: 5%;
  }
  
  .swiper-wrapper  .swiper-slide:nth-of-type(8) {
    margin-top: 5%;
  } 
  .swiper-wrapper  .swiper-slide:nth-of-type(9) {
    margin-top: 5%;
  } 
  .swiper-wrapper  .swiper-slide:nth-of-type(10) {
    margin-top: 5%;
  }

/*-----------------------------------------------------------*/

.parent-image-box1 {
  display: flex;
  padding: 5%;
  width: 100%;
 
}

  .image-box1 {
    width: 50%;
  }

  .image-box1-1 {
    width: 50%;
  }

  .image-box1-1 img {
    margin-top: 5%;
    margin-left: 10%;
    width: 60%;
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.22);
  }

  .image-box1 h5 {
    width: 100%;
    margin-top: 3%;
    margin-left: 20%;
    font-size: 4vw;
    font-family: serif;
    color: #3C474E;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.22);
  }

  .image-box1 p {
    width: 60%;
    margin-top: 6%;
    margin-left: 22%;
    margin-bottom: 12%;
    font-size: 1.5vw;
    font-family: serif;
  }

  a.btn-border {
    width: 100%;
    margin-left: 23%;
    border: 2px solid #ed8d49;
    border-radius: 0;
    background: #fff;
    padding: 1% 10% 1% 10%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    color: #ed8d49;
    font-family: serif;
    font-size: 1.3vw;
  }
  
  a.btn-border:before {
    position: absolute;
    top: 20.4%;
    left: 23.3%;
    width: 1.3%;
    height: 2.2%;
    font-size: 1.5vw;
    content: '';
    /*-webkit-transition: all .3s;*/
    transition: all .3s;
    /*-webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);*/
    border-radius: 0 50% 50% 0;
    background: #ed8d49;
  }
  
  a.btn-border:hover:before {
    font-weight: bold;
    line-height: 2.5vw;
    text-align: center;
    font-size: 1.8vw;
    width: 2.5%;
    height: 2.2%;
    content: '→';
    /*-webkit-transform: translateX(460%) translateY(.5rem);*/
    transform: translateX(450%) translateY(.0rem);
    color: #fff;
    border-radius: 50%;
    background: #ffc530
  }
  


.parent-image-box2 {
  display: flex;
  margin-top: 10%;

}

.image-box2 {
  width: 50%;
}

.image-box2 img {
  display: block;
  margin-left: 30%;
 
  width: 60%;
  box-shadow: -2px 1px 3px 2px rgba(0, 0, 0, 0.22);
}


.image-box2-1 {
  width: 50%;
}

.image-box2-1 h5 {
  margin-left: 30%;
  width: 100%;
  font-size: 4vw;
  font-family: serif;
  color: #3C474E;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.22);
}

.image-box2-1 p {
  width: 60%;
  margin-top: 6%;
  margin-left: 3%;
  margin-bottom: 15%;
  text-align: right;
  font-size: 1.5vw;
  font-family: serif;
}


a.btn-border2 {
  width: 100%;
  margin-left: 35%;
  border: 2px solid #ed8d49;
  border-radius: 0;
  background: #fff;
  padding: 1% 10% 1% 10%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #ed8d49;
  font-family: serif;
  font-size: 1.3vw;
}

a.btn-border2:before {
  position: absolute;
  top: 50.4%;
  left: 74.5%;
  width: 1.3%;
  height: 2.2%;
  font-size: 1.8vw;
  content: '';
  /*-webkit-transition: all .3s;*/
  transition: all .3s;
  /*-webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);*/
  border-radius:  50% 0 0 50% ;
  background: #ed8d49;
}

a.btn-border2:hover:before {
  font-weight: bold;
  line-height: 2.5vw;
  text-align: center;
  font-size: 1.8vw;
  width: 2.5%;
  height: 2.2%;
  content: '←';
  /*-webkit-transform: translateX(460%) translateY(.5rem);*/
  transform: translateX(-450%) translateY(.2rem);
  color: #fff;
  border-radius: 50%;
  background: #ffc530
}



.parent-image-box3 {
  display: flex;
  margin-top: 10%;
  padding: 5%;
  width: 100%;

}

  .image-box3 {
    width: 50%;
  }

  .image-box3-1 {
    width: 50%;
  }

  .image-box3-1 img {
    margin-top: 5%;
    margin-left: 10%;
    width: 60%;
    box-shadow: 2px 2px 1.5px 2px rgba(0, 0, 0, 0.22);
  }

  .image-box3 h5 {
    width: 100%;
    margin-top: 10%;
    margin-left: 20%;
    font-size: 4vw;
    font-family: serif;
    color: #3C474E;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.22);
  }

  .image-box3 p {
    width: 60%;
    margin-top: 6%;
    margin-left: 22%;
    margin-bottom: 12%;
    font-size: 1.5vw;
    font-family: serif;
  }

  a.btn-border3 {
    width: 100%;
    margin-left: 23%;
    border: 2px solid #ed8d49;
    border-radius: 0;
    background: #fff;
    padding: 1% 10% 1% 10%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    color: #ed8d49;
    font-family: serif;
    font-size: 1.3vw;
  }
  
  a.btn-border3:before {
    position: absolute;
    top: 82.1%;
    left: 23.3%;
    width: 1.3%;
    height: 2.2%;
    font-size: 1.5vw;
    content: '';
    /*-webkit-transition: all .3s;*/
    transition: all .3s;
    /*-webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);*/
    border-radius: 0 50% 50% 0;
    background: #ed8d49;
  }
  
  a.btn-border3:hover:before {
    font-weight: bold;
    line-height: 2.5vw;
    text-align: center;
    font-size: 1.8vw;
    width: 2.5%;
    height: 2.3%;
    content: '→';
    /*-webkit-transform: translateX(460%) translateY(.5rem);*/
    transform: translateX(450%) translateY(.0rem);
    color: #fff;
    border-radius: 50%;
    background: #ffc530
  }

  .parent-image-box4 {
    width: 100%;
  }

  .parent-image-box4 h5 {
    width: 100%;
    margin-top: 5%;
    text-align: center;
    font-size: 4vw;
    font-family: serif;
    color: #3C474E;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.22);
  }
  
.flex-box4 {
  display: flex;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;

}

.flex-box4 a {
display: block;
}

.flex-box4 a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.flex-box5 {
  display: flex;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}



.flex-box5 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
  width: 60%;
}

/*--------------------------------------------*/



/*footer {
  position: relative;
  top: 200%;
  width: 100%;
  height: 10vw;
  background-color: #73d0c2;
}*/

footer {

  padding-top: 2%;
  width: 100%;
  background-color: #73d0c2;
  box-shadow: 2px -1px 10px 2px rgba(0, 0, 0, 0.22);
}

footer p {
  margin-left: 3%;
  width: 10%;
  color: white;
  line-height: 3vw;
  font-weight: 100;
  font-family: serif;
  font-size: 3vw;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.22);
}

footer p:nth-of-type(2) {
  width: 93%;
  border-bottom:  solid 1.5px white;
}

.flex-box6 p {
  margin-left: 20%;
  width: 20%;
  text-align: center;
  border-bottom:  solid 1.5px white;
}

.flex-box6 {
  width: 100%;
  display: flex;
}

address {
  margin-left: 3%;
  width: 20%;
  background-color: #73d0c2;
}

footer img {
  width: 10%;
  
}

footer a {
  display: block;
}

footer p small { 
  font-size: 1.2vw;
}