@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{
    position: relative;
    height: 200vw;
}

.backcollar {
  background-color: #f6e5d7;
}

.keyvisual{
position:fixed;
width: 15%;
top: 20.2%;
left: 42.7%;
}

.keyvisual__scroll{
  width: 100%;
}

.keyvisual__scroll--circle{
  width: 14.3vw;
  animation: rotate 10s linear infinite;
}

.keyvisual__scroll--arrow{
  transform: translate(-50%, -50%);
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.circle {
  position: absolute;
    z-index: 1;
    /*円の見た目を設定*/
    width: 7vw;
    height: 7vw;
    background-color:#f6e5d7;
    border-radius: 50%;
    /*円の位置を画面中央に固定*/
    top: 25%;
    left: 25%;
}


.fadein {
  
    z-index: 100;
    position: fixed;
    position: absolute;
    top: 40%;
    width: 100%;
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 1s;
    background-color: #f6e5d7;
  }
   
  .fadein.active{
    z-index: 100;
    opacity : 1;
    width: 100%;
    transform : translate(0, 0);
    background-color: #f6e5d7;
  }

  .NavMenu {
    z-index: 100;
    width: 100%;
    background-color: #73d0c2;
    box-shadow: 2px 1px 10px 2px rgba(0, 0, 0, 0.22);
  }
  
  .fadein ul {
    margin-left: 35%;
    width: 30%;
    display: flex;
    text-align: center;
  }

  .fadein ul li {
    padding-top: 10%;
    padding-bottom: 10%;
    width: 100%;
  }


  .fadein ul li a {
    display: block;
    font-size: 1.5vw;
    font-weight: 900;
    color: white;
    font-family: serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
  }

  .fadein-parent {
    z-index: 100;
    display: flex;
  }

  .fadein2 {
    z-index: 100;
    position: fixed;
    position: absolute;
    top: 45%;
    width: 100%;
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 2.5s;
    background-color: #f6e5d7;
  }
   
  .fadein2.active{
    opacity : 1;
    width: 100%;
    transform : translate(0, 0);
    background-color: #f6e5d7;
  }

  .fadein2 h2 {
   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: 8%;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 0.2vw;
    background-color:#73d0c2;
    animation: anime1 13s forwards;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }

  @keyframes anime1 {
  
    100% {
      width: 90%;
    }

  }

  .border2 {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 0.2vw;
    background-color:#73d0c2;
    animation: anime1 15s forwards;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }

  @keyframes anime1 {
  
    100% {
      width: 90%;
    }

  }

 .back {
  z-index: 100;
    position: absolute;
    top: 70%;
    padding-bottom: 10%;
    width: 100%;
    background-color: #73d0c2;
    box-shadow: 1px 3px 5px 5px rgba(0, 0, 0, 0.22);
  }

  .flex-box1 {
    display: flex;
  }


  .fadein3 {
    
    z-index: 100;
    position: fixed;
    position: absolute;
    width: 40%;
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 2s;
  }
   
  .fadein3.active{
    opacity : 1;
    width: 40%;
    transform : translate(0, 0);
  }

  .fadein3 h3 {
    z-index: 100;
    font-size: 8vw;
    color: white;
    font-family:serif;
    white-space: pre-wrap;
    line-height: 5.65vw;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.22);
      }

  .fadein3 img {
    margin-top: 5%;
    margin-left: 50%;
    width: 40%;
    pointer-events: none;
  }

  .box1 {
    position: relative;
    z-index: 100;
    margin-top: 5%;
    margin-left: 50%;
    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 {
    z-index: 100;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100vw;
    background-color:#f6e5d7
  }

  .fadein4 {
    position: fixed;
    position: absolute;
    width: 100%;
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 2s;
  }
   
  .fadein4.active{
    opacity : 1;
    width: 100%;
    transform : translate(0, 0);
  }

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

    /*.border3 {
      margin-top: 1.5%;
      margin-bottom: 5%;
     margin-left: 38%;
      width: 10px;
      height: 0.2vw;
      background-color:#ed8d49;
      animation: anime2 15s forwards;
    }
  
    @keyframes anime2 {
    
      100% {
        width: 24%;
      }
  
    }*/



  .fadein5 {
    position: fixed;
    position: absolute;
    width: 100%;
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 4s;
  }
   
  .fadein5.active{
    opacity : 1;
    width: 100%;
    transform : translate(0, 0);
  }

.flex-box3 {
  display: flex;
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.flex-box3 ul {
  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%;
  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 {
  position: fixed;
  position: absolute;
  width: 100%;
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 3s;
}
 
.fadein6.active{
  opacity : 1;
  width: 100%;
  transform : translate(0, 0);
}


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

   /* .fadein6 .border4 {
    margin-top: 1.5%;
    margin-bottom: 5%;
   margin-left: 36%;
    width: 10px;
    height: 0.2vw;
    background-color:#ed8d49;
    animation: anime3 18s forwards;
  }

  @keyframes anime3 {
  
    100% {
      width: 29%;
    }

  } */

  .fadein7 {
    position: fixed;
    position: absolute;
    top: 65%;
    width: 100%;
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 2s;
  }
   
  .fadein7.active{
    opacity : 1;
    width: 100%;
    transform : translate(0, 0);
  }

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

  .swiper {
    width: 100%;
  }

  .swiper-slide a img {
    width: 40%;
    pointer-events: none;
  }

  .swiper a {
    display: block;
  }

  .swiper-wrapper {
    width: 100%;
  }
  
.swiper-slide {
  width: 100%;
}

.swiper-slide a img {
  width: 50%;
}

.swiper-slide img:hover {
  opacity:0.5;
transition:0.3s;
}

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

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

.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 {
  z-index: 100;
  position: absolute;
  top: 150%;
  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;
  
}

.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;
}

