@charset "UTF-8";
.nav ul {
  font-size:0;
}
.nav ul li {
  display: inline-block;
  width: 20%;
  font-size:16px;
  position: relative;
  }
.nav ul li a {
  color: black;
  text-decoration: none; 
  display: block;
  padding: 5px 0;
}
.nav ul li a:hover {
color: orange;
font-weight: bold;
}
.nav li ul {
position: absolute;
  z-index: 9999;
  width: 100%;
}
.nav li ul li {
display: block;
  width: 100%;   
}
.nav li ul li a {
padding: 5px 0;
background: rgba(255, 255, 255, 0.8); /* 既存のスタイル */
border: none; /* 不要なボーダーがある場合は削除 */}
.nav li ul li{
overflow: hidden;
height: 0;
transition: .2s;
}
.nav li:hover ul li{
overflow: visible;
height: 26px;
}





#key {
  line-height: 0;
  position: relative;
}

#key .key-ttl {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 35vw 0 0;
}

#key .key-ttl .key-logo {
  width: 52%;
  margin: 0 auto;
}

#key .key-ttl .ttl {
  font-size: 5vw;
  line-height: 7vw;
  letter-spacing: 0.2em;
  margin: 5vw 0 9vw;
}

#key .key-ttl .txt {
  font-size: 3vw;
  line-height: 4.6vw;
  letter-spacing: 0.2em;
}

#key .key-ttl .txt span + span {
  margin-top: 4.6vw;
}

#key .key-ttl .key-icon {
  margin-top: 20vw;
}

#key .key-js {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

#key .key-js .slick-list,
#key .key-js .slick-track,
#key .key-js .slick-slide,
#key .key-js div {
  height: 100%;
}

#key .slide1 {
  background: url("../img/key1.jpg") no-repeat center/cover;
}

#key .slide2 {
  background: url("../img/key2.jpg") no-repeat center/cover;
}

#key .slide3 {
  background: url("../img/key3.jpg") no-repeat center/cover;
}

#key .slide4 {
  background: url("../img/key4.jpg") no-repeat center/cover;
}

#key .item {
  overflow: hidden;
  height: 100%;
}

#key .item span {
  height: 100%;
  display: block;
}

#key .slick-current .slide1,
#key .slick-current .slide2,
#key .slick-current .slide3,
#key .slick-current .slide4 {
  animation: ani1 5s ease forwards;
}

@media only screen and (min-width: 768px) {
  #key .key-ttl {
    padding: 230px 0 0;
  }
  #key .key-ttl .key-logo {
    width: 300px;
  }
  #key .key-ttl .ttl {
    font-size: 29px;
    line-height: 41px;
    margin: 25px 0 50px;
  }
  #key .key-ttl .txt {
    font-size: 16px;
    line-height: 25px;
  }
  #key .key-ttl .txt span + span {
    margin-top: 25px;
  }
  #key .key-ttl .key-icon {
    max-width: 566px;
    width: 100%;
    margin: 40px auto 0;
  }
}

@keyframes ani1 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.ww_ddd8c2aa90f71 {
  padding: 15vw 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

#tenki h2{
  font-size: 5vw;
  line-height: 7vw;
  letter-spacing: 0.2em;
  margin-bottom: 5vw;
}


#sec1 {
  padding: 15vw 0;
}

#sec1 h2 {
  font-size: 8vw;
  line-height: 10vw;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.6);
}

#sec1 h2 span {
  font-size: 30vw;
  position: relative;
  top: 3vw;
}

#sec1 .swiper-container .swiper-pagination {
  bottom: auto;
  top: auto;
  left: auto;
  position: relative;
  margin: 4vw 0 8vw;
  transform: none !important;
  display: flex;
  justify-content: center;
}

#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 4.2vw;
  height: 4.2vw;
  margin: 0 3vw;
  opacity: 1;
  border-radius: 50%;
  transition: 1.2s all ease-in-out;
}

#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1.3);
}

#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(1),
#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(8) {
  background: #711A3C;
}

#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(2),
#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(9) {
  background: #8F046C;
}

#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(3),
#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(10) {
  background: #ADA584;
}

#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(4),
#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(11) {
  background: #B6B500;
}

#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(5),
#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(12) {
  background: #6B6221;
}

#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(6),
#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(13) {
  background: #FFCA00;
}

#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(7),
#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(14) {
  background: #FF7F2C;
}

#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(8),
#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(9),
#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(10),
#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(11),
#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(12),
#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(13),
#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(14) {
  position: absolute;
  left: 14.34vw;
  top: 0;
}

#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(9) {
  left: 24.67vw;
}

#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(10) {
  left: 34.8vw;
}

#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(11) {
  left: 44.9vw;
}

#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(12) {
  left: 55vw;
}

#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(13) {
  left: 65.3vw;
}

#sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(14) {
  left: 75.4vw;
}

#sec1 .swiper-container .swiper-wrapper {
  transition-timing-function: linear !important;
}

#sec1 .swiper-container .swiper-slide {
  position: relative;
  width: 70%;
}

#sec1 .swiper-container .swiper-slide .num {
  color: #fff;
  font-size: 90vw;
  line-height: 46vw;
  position: absolute;
  left: 0;
  top: 55vw;
  z-index: 3;
}

#sec1 .swiper-container .swiper-slide .ttl {
  color: #656565;
  font-size: 20vw;
  line-height: 17vw;
  position: absolute;
  left: -5vw;
  top: 104vw;
  transform: rotate(-22deg);
  z-index: 1;
}

#sec1 .swiper-container .swiper-slide .txt {
  color: #656565;
  display: table;
  margin-left: auto;
  text-align: center;
  margin-top: 4vw;
  font-size: 3vw;
  line-height: 5vw;
  letter-spacing: 0.1em;
  position: relative;
}

#sec1 .swiper-container .swiper-slide .txt:before {
  content: '';
  width: 5vw;
  height: 5vw;
  background: #711A3C;
  border-radius: 50%;
  position: absolute;
  left: -10vw;
  top: 11vw;
}

#sec1 .swiper-container .swiper-slide .txt span {
  font-size: 6vw;
  line-height: 7vw;
}

#sec1 .swiper-container .swiper-slide .txt2:before {
  background: #8F046C;
}

#sec1 .swiper-container .swiper-slide .txt3:before {
  background: #ADA584;
}

#sec1 .swiper-container .swiper-slide .txt4:before {
  background: #B6B500;
}

#sec1 .swiper-container .swiper-slide .txt5:before {
  background: #6B6221;
}

#sec1 .swiper-container .swiper-slide .txt6:before {
  background: #FFCA00;
}

#sec1 .swiper-container .swiper-slide .txt7:before {
  background: #FF7F2C;
}

#sec1 .swiper-container .swiper-slide:nth-child(odd) {
  margin-top: 40vw;
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding-top: 150px;
  }
  #sec1 h2 {
    font-size: 39px;
    line-height: 70px;
  }
  #sec1 h2 span {
    font-size: 170px;
    top: 19px;
  }
  #sec1 .swiper-container .swiper-pagination {
    width: 560px;
    margin: 30px auto 100px;
  }
  #sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 20px;
  }
  #sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    transform: scale(1.4);
  }
  #sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(8),
  #sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(9),
  #sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(10),
  #sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(11),
  #sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(12),
  #sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(13),
  #sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(14) {
    left: 70px;
  }
  #sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(9) {
    left: 130px;
  }
  #sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(10) {
    left: 190px;
  }
  #sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(11) {
    left: 250px;
  }
  #sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(12) {
    left: 310px;
  }
  #sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(13) {
    left: 370px;
  }
  #sec1 .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(14) {
    left: 430px;
  }
  #sec1 .swiper-container .swiper-slide {
    width: 293px;
    margin: 0 2% !important;
  }
  #sec1 .swiper-container .swiper-slide .num {
    font-size: 36vw;
    line-height: 20vw;
    top: 24vw;
  }
  #sec1 .swiper-container .swiper-slide .ttl {
    font-size: 9vw;
    line-height: 10vw;
    left: -20px;
    top: 44vw;
  }
  #sec1 .swiper-container .swiper-slide .txt {
    margin-top: 2vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }
  #sec1 .swiper-container .swiper-slide .txt:before {
    width: 2.2vw;
    height: 2.2vw;
    left: -3vw;
    top: 5vw;
  }
  #sec1 .swiper-container .swiper-slide .txt span {
    font-size: 2.6vw;
    line-height: 4vw;
  }
  #sec1 .swiper-container .swiper-slide:nth-child(odd) {
    margin-top: 18vw !important;
  }
}

@media screen and (min-width: 1025px) {
  #sec1 .swiper-container .swiper-slide .num {
    font-size: 22vw;
    line-height: 12vw;
    top: 13vw;
  }
  #sec1 .swiper-container .swiper-slide .ttl {
    font-size: 6vw;
    line-height: 6vw;
    left: -1.5vw;
    top: 24.5vw;
  }
  #sec1 .swiper-container .swiper-slide .txt {
    font-size: 1.1vw;
    line-height: 1.5vw;
    margin-top: 3vw;
  }
  #sec1 .swiper-container .swiper-slide .txt:before {
    width: 1.5vw;
    height: 1.5vw;
    top: 3.8vw;
    left: -2vw;
  }
  #sec1 .swiper-container .swiper-slide .txt span {
    font-size: 2vw;
    line-height: 2.8vw;
  }
  #sec1 .swiper-container .swiper-slide:nth-child(odd) {
    margin-top: 11vw !important;
  }
}

@media screen and (min-width: 1300px) {
  #sec1 .swiper-container .swiper-slide .ttl {
    top: 25.5vw;
  }
}

#sec2 {
  border-top: 7px solid #ADA584;
  padding: 0 0;
}
#sec2 .white {
  background-color: #fff;
}
#sec2 p.inclu img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 800px;
  height: auto;
  max-width: 100%;
}


#sec2 .info {
  padding: 0 3%;
  margin: 0 0 10px 0;
}

#sec2 .info dl {
  display: table;
  width: 100%;
  font-size: 11px;
  border-bottom: 1px solid #000;
}

#sec2 .info dl dt {
  width: 87px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0;
  background: #E6E6E6;
  text-align: center;
  padding: 5px 0;
}

#sec2 .info dl dd {
  display: table-cell;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 5px 5px;
  vertical-align:middle
}

#sec2 .info dl dd span {
  display: block;
}

#sec2 .info dl dd span .brsp {
  display: block;
  padding-left: 76px;
  position: relative;
}

#sec2 .info dl dd span .brsp:before {
  content: '';
  background-image: url("../img/dotted.png");
  background-repeat: repeat-x;
  background-size: 560px;
  background-position: left top;
  position: absolute;
  left: -5px;
  right: -5px;
  top: 0;
  bottom: 0;
}

#sec2 .info dl dd span.bd {
  position: relative;
}

#sec2 .info dl dd span.bd:after {
  content: '';
  background-image: url("../img/dotted.png");
  background-repeat: repeat-x;
  background-size: 560px;
  background-position: left bottom;
  position: absolute;
  left: -5px;
  right: -5px;
  top: 0;
  bottom: 0;
}

#sec2 .info dl:first-child {
  border-top: 1px solid #000;
}

#sec2 h2 {
  font-size: 5vw;
  line-height: 7vw;
  letter-spacing: 0.2em;
}

#sec2 h2 span {
  color: #ADA584;
  font-size: 20vw;
  line-height: 16vw;
  padding-top: 20px;
}

#sec2:before {
  content: '';
  height: 15vw;
  background: #ADA584;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec2 .box {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  padding: 10vw 6vw 14vw;
}

#sec2 .box h2 {
  font-size: 4vw;
  line-height: 6vw;
  letter-spacing: 0.2em;
  color: #ADA584;
  margin-bottom: 6vw;
}

#sec2 .box h2 span {
  display: block;
  font-size: 8vw;
  margin-bottom: 4vw;
}

#sec2 .box .txt span + span {
  margin-top: 22px;
}

#sec2 .tab-blk .tab {
  padding: 1vw 1vw;
}

#sec2 .tab-blk .tab li {
  width: 32%;
}

#sec2 .tab-blk .tab li a {
  display: block;
  color: #ADA584;
  background: #DAEADA;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 5px 0;
}

#sec2 .tab-blk .tab li .active {
  background: #ADA584;
  color: #fff;
}

#sec2 .tab-blk .slick-container {
  background: #ADA584;
  color: #fff;
  padding: 15vw 5%;
}

#sec2 .tab-blk .slick-container .slick-list {
  overflow: visible;
}

#sec2 .tab-blk .slick-container h3 {
  color: #DAEADA;
  letter-spacing: 0.252em;
  font-size: 16px;
}

#sec2 .tab-blk .slick-container .quest {
  margin: 5vw 0;
  letter-spacing: 0.1em;
  font-size: 16px;
}

#sec2 .tab-blk .slick-container .row {
  margin-bottom: 15px;
}

#sec2 .tab-blk .slick-container .day {
  color: #DAEADA;
  margin-bottom: 15px;
  font-size: 16px;
  letter-spacing: 0.252em;
}

#sec2 .tab-blk .slick-container dl {
  width: 100%;
  display: table;
  border-bottom: 1px dashed #fff;
  text-align: left;
  padding: 8px 0;
  letter-spacing: 0.1em;
}

#sec2 .tab-blk .slick-container dl dt {
  display: table-cell;
  width: 57px;
}

#sec2 .tab-blk .slick-container dl dd {
  display: table-cell;
}

#sec2 .tab-blk .slick-container dl:first-child {
  border-top: 1px dashed #fff;
}

#sec2 .tab-blk .slick-container .img-grp {
  position: relative;
  margin-top: 10vw;
}

#sec2 .tab-blk .slick-container .img-grp .img {
  width: 90%;
  margin: 0 auto;
}

#sec2 .tab-blk .slick-container .img-grp .img3 {
  width: 80%;
  margin: 0 0 0 auto;
}

#sec2 .tab-blk .slick-container .img-grp .simg {
  width: 7%;
  position: absolute;
  left: 18%;
  top: -6vw;
  z-index: 1;
}

#sec2 .tab-blk .slick-container .img-grp .simg2 {
  width: 22%;
  position: absolute;
  left: 11vw;
  top: 26vw;
  z-index: 1;
}

#sec2 .tab-blk .slick-container .img-grp .simg3 {
  width: 22%;
  position: absolute;
  left: -3vw;
  top: 23vw;
  z-index: 1;
}

#sec2 .tab-blk .slick-container .img-grp .simg.animated {
  animation: run1 2s linear;
}

#sec2 .tab-blk .slick-container .img-grp .simg2.animated {
  animation: run2 2s linear;
}

#sec2 .tab-blk .slick-container .img-grp .simg3.animated {
  animation: run3 2s linear;
}

#sec2 .last-blk {
  padding: 15vw 5%;
}

#sec2 .last-blk h3 {
  font-size: 8vw;
  line-height: 12vw;
  letter-spacing: 0.2em;
  text-decoration: underline;
  text-decoration-color: #231815;
  text-underline-offset: 2.5vw;
  text-decoration-thickness: 1.5px;
  margin-bottom: 10vw;
}

#sec2 .last-blk .txt {
  letter-spacing: 0.1em;
  padding: 0 2%;
}

@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 60px 0 0;
  }
  #sec2 h2 {
    font-size: 30px;
    line-height: 36px;
  }
  #sec2 h2 span {
    font-size: 100px;
    line-height: 100px;
  }
  #sec2:before {
    height: 300px;
  }
  #sec2 .box {
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
    padding: 30px 50px 80px;
  }
  #sec2 .box h2 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  #sec2 .box h2 span {
    font-size: 40px;
    letter-spacing: 0.3em;
    margin-bottom: 10px;
  }
  #sec2 .box .txt {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.252em;
  }
  #sec2 .box .txt span + span {
    margin-top: 26px;
  }
  #sec2 .tab-blk .tab {
    padding: 0;
    justify-content: center;
  }
  #sec2 .tab-blk .tab li {
    width: 215px;
    margin: 0 7px;
  }
  #sec2 .tab-blk .tab li a {
    font-size: 20px;
    line-height: 43px;
    border-radius: 15px 15px 0 0;
    padding: 0;
  }
  #sec2 .tab-blk .tab li a:hover {
    background: #b9d6ba;
  }
  #sec2 .tab-blk .tab li a.active:hover {
    background: #ADA584;
  }
  #sec2 .tab-blk .slick-container {
    padding: 55px 30px;
  }
  #sec2 .tab-blk .slick-container h3 {
    font-size: 24px;
  }
  #sec2 .tab-blk .slick-container .quest {
    margin: 30px 0;
    font-size: 24px;
  }
  #sec2 .tab-blk .slick-container .row {
    max-width: 610px;
    width: 100%;
    margin: 0 auto 15px;
  }
  #sec2 .tab-blk .slick-container .day {
    margin-bottom: 15px;
    font-size: 24px;
  }
  #sec2 .tab-blk .slick-container dl {
    padding: 10px 0;
    border-width: 2px;
    font-size: 20px;
    line-height: 26px;
  }
  #sec2 .tab-blk .slick-container dl dt {
    width: 150px;
    padding-left: 35px;
  }
  #sec2 .tab-blk .slick-container dl:first-child {
    border-width: 2px;
  }
  #sec2 .tab-blk .slick-container .img-grp {
    margin: 80px auto 0;
    width: 412px;
  }
  #sec2 .tab-blk .slick-container .img-grp .img {
    width: 100%;
  }
  #sec2 .tab-blk .slick-container .img-grp .img3 {
    width: 100%;
    margin: 0 auto;
  }
  #sec2 .tab-blk .slick-container .img-grp .simg {
    width: 28px;
    left: 50px;
    top: -43px;
  }
  #sec2 .tab-blk .slick-container .img-grp .simg2 {
    width: 108px;
    left: 39px;
    top: 130px;
  }
  #sec2 .tab-blk .slick-container .img-grp .simg3 {
    width: 112px;
    left: -164px;
    top: 111px;
  }
  #sec2 .tab-blk .slick-container .img-grp .simg.animated {
    animation: run1_pc 2s linear;
  }
  #sec2 .tab-blk .slick-container .img-grp .simg2.animated {
    animation: run2_pc 2s linear;
  }
  #sec2 .tab-blk .slick-container .img-grp .simg3.animated {
    animation: run3_pc 2s linear;
  }
  #sec2 .tab-blk .slick-container .img-grp.img2 {
    width: 430px;
  }
  #sec2 .tab-blk .slick-container .img-grp.img3 {
    width: 360px;
  }
  #sec2 .last-blk {
    padding: 80px 30px;
  }
  #sec2 .last-blk h3 {
    font-size: 45px;
    line-height: 69px;
    letter-spacing: 0.2em;
    text-underline-offset: 15px;
    margin-bottom: 60px;
  }
  #sec2 .last-blk .txt {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0.252em;
  }
  
  
  
  #sec2 .info {
    width: 680px;
    margin: 0 auto;
    padding: 0;
  }
  #sec2 .info dl {
    font-size: 15px;
  }
  #sec2 .info dl dt {
    width: 125px;
    padding: 5px 0;
    letter-spacing: 0.07em;
  }
  #sec2 .info dl dd {
    letter-spacing: 0.15em;
    padding: 5px 5px 5px 30px;
  }
  #sec2 .info dl dd span .brsp {
    display: inline;
    padding-left: 0;
  }
  #sec2 .info dl dd span .brsp:before {
    display: none;
  }
  #sec2 .info dl dd span.bd:after {
    left: -30px;
    right: -5px;
  }




}

@keyframes run1 {
  0% {
    transform: translate(-17vw, 17vw);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes run1_pc {
  0% {
    transform: translate(-155px, 80px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes run2 {
  0% {
    transform: translate(13vw, -5vw);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes run2_pc {
  0% {
    transform: translate(120px, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes run3 {
  0% {
    transform: translateX(10vw);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes run3_pc {
  0% {
    transform: translateX(120px);
  }
  100% {
    transform: translateX(0);
  }
}

#sec3 {
  border-top: 10px solid #8F046C;
  padding: 10vw 0 10vw;
}

#sec3 .room-info .textstyle {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: bold;
  background-color: red;
  font-size: 5em;
  position: relative;
  margin: 0 auto;
  z-index: 1; 
}

#sec3 h2 {
  font-size: 5vw;
  line-height: 7vw;
  letter-spacing: 0.2em;
  margin-bottom: 5vw;
}

#sec3 h2 span {
  color: #8F046C;
  font-size: 20vw;
  line-height: 17vw;
  letter-spacing: 0;
}

#sec3 .inner {
  padding: 0 5%;
}

#sec3 h3 {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

#sec3 h3 span {
  color: #8F046C;
  letter-spacing: 0.2em;
  margin-right: 5px;
  position: relative;
  top: -4px;
}

#sec3 h3 img {
  width: 29px;
  margin: -3px 0 0 3px;
}

#sec3 .slider {
  margin-bottom: 3vw;
}

#sec3 .slider .slick-slide {
  line-height: 0;
}

#sec3 .slider .slick-slide img {
  width: 100%;
  height: 60vw;
  object-fit: cover;
  object-position: 50%;
}

#sec3 .thumb {
  padding: 0 10%;
}

#sec3 .thumb .slick-track {
  transform: none !important;
}

#sec3 .thumb .slick-slide {
  margin: 0 1vw;
  line-height: 0;
  position: relative;
}

#sec3 .thumb .slick-slide:before {
  content: '';
  background: #000;
  opacity: 0.5;
  border-radius: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

#sec3 .thumb .slick-slide img {
  width: 100%;
  height: 13vw;
  object-fit: cover;
  object-position: 50%;
  border-radius: 15px;
}

#sec3 .thumb .slick-slide.slick-current:before {
  opacity: 0;
}

#sec3 .txt {
  margin: 8vw 3% 5vw;
  font-size: 15px;
}

#sec3 .room-info {
  text-align: center;
  line-height: 15px;
  font-size: 11px;
}

#sec3 .room-info .sttl {
  background: #E5E1D8;
  padding: 2px 0;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

#sec3 .room-info .row3 ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

#sec3 .room-info .detail,
#sec3 .room-info .txt1 {
  letter-spacing: 0.2em;
}

#sec3 .room-info .txt2 {
  letter-spacing: 0.075em;
}

#sec3 .room-info .txt2 small {
  font-size: 11px;
  font-family: 'ＭＳ 明朝', serif;
}

#sec3 .room-info .row1 {
  margin-bottom: 15px;
}

#sec3 .room-info .row1 .col {
  width: 49%;
}

#sec3 .room-info .row2 {
  margin-bottom: 15px;
}

#sec3 .room-info .row2 .col + .col {
  margin-left: 30px;
}

#sec3 .room-info .row2 .note {
  margin-top: 10px;
}

#sec3 .room-info .row3 ul {
  flex-wrap: wrap;
  margin: 0;
}

#sec3 .room-info .row3 ul li {
  margin: 0 5% 3vw;
}

#sec3 .room-info .row3 ul li .name {
  white-space: nowrap;
  font-size: 2.6vw;
  line-height: 4vw;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 1vw;
}

#sec3 .room-info .row3 ul li .name.one {
  padding-top: 2vw;
}

#sec3 .room-info .row3 ul li .icon {
  width: 10vw;
  margin: 0 auto;
  display: block;
}

#sec3 .villa .room-info .row3 li:nth-child(5) {
  margin-left: 2%;
}

#sec3 .villa .room-info .row3 li:nth-child(6) {
  margin-left: 5%;
  margin-right: 6%;
}

#sec3 .tent {
  margin-top: 30px;
}

#sec3 .tent h3 span {
  color: #B6B500;
}

#sec3 .tent .room-info .row1 .col {
  width: 49%;
}

#sec3 .tent .room-info .row3 ul {
  margin: 0 -4%;
}

#sec3 .tent .room-info .row3 ul li {
  margin: 0 5% 3vw;
}

#sec3 .tent .room-info .row3 ul li:nth-child(5) {
  margin-left: 8%;
  margin-right: 6%;
}

#sec3 .tent .room-info .row3 ul .kotatsu {
  margin-left: 7%;
}

#sec3 .tent .room-info .row3 .tit {
  margin: 3vw 0 4vw 0%;
}

#sec3 .image-container {
  text-align: center;
}
#sec3 .small-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
#sec3 .small-image2 {
  width: 250px;
  display: block;
  margin: 0 auto;
}

#sec3 .btn {
  display: block;
  width: 250px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 5px 3px;
  margin: 0 auto 8px;
}

#sec3 .btn {
  background: #8F046C;
  font-size: clamp(14px, 2.5vw, 22px);
  letter-spacing: 0.2em;
}

#sec3 .btn a:hover {
  opacity: 0.8;
}

#sec3 img:not(.small-image) {
  max-width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}


@media only screen and (max-width: 375px) {
  #sec3 .room-info .row2 .col + .col {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  #sec3 {
    border-width: 23px;
    padding: 30px 0 50px;
  }
  #sec3 h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  #sec3 h2 span {
    font-size: 100px;
    line-height: 100px;
  }
  #sec3 .inner {
    width: 687px;
    margin: 0 auto;
    padding: 0;
  }
  #sec3 .small-image {
    display: block;
    width: 500px;
    text-align: center;  
    margin: 0 auto;
    padding: 0;
  }
  #sec3 h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #sec3 h3 span {
    margin-right: 15px;
  }
  #sec3 h3 img {
    width: 50px;
    margin: -3px 0 0 18px;
  }
  #sec3 .slider {
    margin-bottom: 15px;
  }
  #sec3 .slider .slick-slide img {
    height: 472px;
  }
  #sec3 .thumb {
    padding: 0;
  }
  #sec3 .thumb .slick-track {
    display: flex;
    justify-content: center;
  }
  #sec3 .thumb .slick-slide {
    width: 157px !important;
    float: none;
    margin: 0 6px;
    cursor: pointer;
  }
  #sec3 .thumb .slick-slide:before {
    border-radius: 20px;
    transition: 0.3s all ease-in-out;
  }
  #sec3 .thumb .slick-slide img {
    width: 100%;
    height: 87px;
    border-radius: 20px;
  }
  #sec3 .txt {
    margin: 40px 0 60px;
    font-size: 25px;
    line-height: 33px;
  }
  #sec3 .room-info {
    line-height: 27px;
    font-size: 20px;
  }
  #sec3 .room-info .sttl {
    padding: 0;
    font-size: 20px;
    line-height: 48px;
    margin-bottom: 12px;
  }
  #sec3 .room-info .txt1 {
    line-height: 24px;
  }
  #sec3 .room-info .txt2 {
    font-size: 18px;
    line-height: 24px;
  }
  #sec3 .room-info .txt2 small {
    font-size: 18px;
  }
  #sec3 .room-info .row1 {
    margin-bottom: 25px;
  }
  #sec3 .room-info .row1 .col {
    width: 44%;
  }
  #sec3 .room-info .row2 {
    margin-bottom: 25px;
  }
  #sec3 .room-info .row2 .col + .col {
    margin-left: 75px;
  }
  #sec3 .room-info .row2 .note {
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
  }
  #sec3 .room-info .row3 ul {
    margin: 0;
  }
  #sec3 .room-info .row3 ul li {
    margin: 0 43px 15px;
  }
  #sec3 .room-info .row3 ul li .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
  }
  #sec3 .room-info .row3 ul li .name.one {
    padding-top: 12px;
  }
  #sec3 .room-info .row3 ul li .icon {
    width: 70px;
  }
  #sec3 .villa .room-info .row3 ul li:nth-child(5) {
    margin-left: 27px;
  }
  #sec3 .villa .room-info .row3 ul li:nth-child(6) {
    margin-left: 35px;
    margin-right: 49px;
  }
  #sec3 .tent {
    margin-top: 110px;
  }
  #sec3 .tent .room-info .row1 .col {
    width: 44%;
  }
  #sec3 .tent .room-info .row3 ul {
    margin: 0 -40px;
  }
  #sec3 .tent .room-info .row3 ul li {
    margin: 0 49px 15px;
  }
  #sec3 .tent .room-info .row3 ul li:nth-child(5) {
    margin-left: 53px;
    margin-right: 48px;
  }
  #sec3 .tent .room-info .row3 ul .kotatsu {
    margin-left: 52px;
  }
  #sec3 .tent .room-info .row3 .tit {
    font-size: 16px;
    margin: 50px 0 25px 17px;
  }
  #sec3 .btn {
    display: block;
    width: 500px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    padding: 5px 3px;
    margin: 0 auto 8px;
  }
  #sec3 .btn {
    background: #8F046C;
    font-size: clamp(14px, 2.5vw, 22px);
    letter-spacing: 0.2em;
  }

  #sec3 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

}



#sec4 {
  background: #DAEADA;
  padding: 10vw 0;
}

#sec4 h2 {
  font-size: 5vw;
  line-height: 7vw;
  letter-spacing: 0.2em;
}

#sec4 h2 span {
  color: #fff;
  font-size: 20vw;
  line-height: 18vw;
}

#sec4 .map {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}


@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 90px 0 45px;
  }
  #sec4 h2 {
    font-size: 30px;
    line-height: 36px;
  }
  #sec4 h2 span {
    font-size: 100px;
    line-height: 100px;
  }
  #sec4 .map {
    max-width: 989px;
    width: 100%;
    margin: 0 auto;
  }
}

#sec5 {
  border-top: 10px solid #ADA584;
  padding: 10vw 0 0;
}

#sec5 .pc {
  display: none !important; 
}

#sec5 .sp { 
  display: block !important; 
}

#sec5 h2 {
  font-size: 5vw;
  line-height: 7vw;
  letter-spacing: 0.2em;
}

#sec5 h2 span {
  color: #ADA584;
  font-size: 20vw;
  line-height: 16vw;
}

#sec5 .txt1 {
  margin: 4vw 0 6vw;
  letter-spacing: 0.2em;
}

#sec5 .blk {
  background: #ADA584;
  padding: 2vw 3%;
}

#sec5 .ttls {
  font-size: 15px;
  position: relative;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

#sec5 .blk .box {
  background: #fff;
  padding: 5vw 2%;
}

#sec5 .blk table {
  margin: auto;
}

#sec5 .blk table thead th {
  width: 30%;
  padding-bottom: 10px;
}

#sec5 .blk table thead th .icon {
  position: relative;
  padding-bottom: 8px;
}

#sec5 .blk table thead th .icon:after {
  content: '';
  height: 4px;
  background: #ADA584;
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 0;
}

#sec5 .blk table thead th .icon img {
  width: 29px;
  margin: 0 auto;
}

#sec5 .blk table thead td {
  width: 35%;
  padding-bottom: 10px;
}

#sec5 .blk table thead td .icon {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

#sec5 .blk table thead td .icon:after {
  content: '';
  height: 4px;
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 0;
}

#sec5 .blk table thead td .icon img {
  width: 35px;
  margin: 0 auto;
}

#sec5 .blk table thead td span.ttl {
  font-size: 4vw;
  line-height: 6vw;
  letter-spacing: 0.1em;
}

#sec5 .blk table thead td span.ttl small {
  font-size: 2vw;
  line-height: 2.6vw;
  letter-spacing: 0;
  margin-top: 1vw;
}

#sec5 .blk table thead .villa .icon:after {
  background: #8F046C;
}

#sec5 .blk table thead .tent .icon {
  padding-bottom: 13px;
}

#sec5 .blk table thead .tent .icon:after {
  background: #B6B500;
}

#sec5 .blk table tbody th, #sec5 .blk table tbody td {
  position: relative;
  padding: 10px 0;
}

#sec5 .blk table tbody th:before, #sec5 .blk table tbody td:before {
  content: '';
  border-top: 1px dotted #98999A;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 0;
}

#sec5 .blk table tbody th {
  font-size: 3vw;
  line-height: 4vw;
}

#sec5 .blk table tbody td {
  font-size: 4vw;
  line-height: 6vw;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

#sec5 .blk table tbody td small {
  font-size: 3.2vw;
}

#sec5 ul {
  margin: 6vw 3%;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-align: left;
}

#sec5 ul li {
  position: relative;
  padding-left: 11px;
  list-style: none;
}

#sec5 ul li:before {
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  #sec5 {
    border-width: 23px;
    padding: 35px 0 0;
  }
  #sec5 .pc {
    display: block !important; 
  }
  #sec5 .sp { 
    display: none !important; 
  }
  #sec5 h2 {
    font-size: 30px;
    line-height: 36px;
  }
  #sec5 h2 span {
    font-size: 100px;
    line-height: 100px;
  }
  #sec5 .txt1 {
    font-size: 18px;
    margin: 20px 0 30px;
  }
  #sec5 .blk {
    padding: 20px 20px 80px 20px;
  }
  #sec5 .ttls {
    font-size: 30px;
    position: relative;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
  }  
  #sec5 .blk .box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 38px 10px;
  }
  #sec5 .blk table thead th {
    width: 300px;
  }
  #sec5 .blk table thead th .icon {
    padding-bottom: 14px;
  }
  #sec5 .blk table thead th .icon:after {
    height: 7px;
    left: 16px;
    right: 16px;
  }
  #sec5 .blk table thead th .icon img {
    width: 40px;
  }
  #sec5 .blk table thead td {
    width: 237px;
  }
  #sec5 .blk table thead td .icon {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  #sec5 .blk table thead td .icon:after {
    height: 7px;
    left: 16px;
    right: 16px;
  }
  #sec5 .blk table thead td .icon img {
    width: 50px;
  }
  #sec5 .blk table thead td span.ttl {
    font-size: 29px;
    line-height: 30px;
  }
  #sec5 .blk table thead td span.ttl small {
    font-size: 13px;
    line-height: 17px;
    margin-top: 5px;
  }
  #sec5 .blk table thead .tent .icon {
    padding-bottom: 20px;
  }
  #sec5 .blk table tbody th, #sec5 .blk table tbody td {
    padding: 25px 0;
  }
  #sec5 .blk table tbody th:before, #sec5 .blk table tbody td:before {
    left: 28px;
    right: 28px;
  }
  #sec5 .blk table tbody th {
    font-size: 23px;
    line-height: 26px;
  }
  #sec5 .blk table tbody td {
    font-size: 26px;
    line-height: 26px;
  }
  #sec5 .blk table tbody td small {
    font-size: 20px;
  }
  #sec5 ul {
    max-width: 756px;
    width: 96%;
    margin: 25px auto 35px;
    font-size: 12px;
    line-height: 18px;
  }
  #sec5 ul li {
    padding-left: 11px;
    list-style: none;
  }
}

#sec6 {
  border-top: 10px solid #6B6221;
  padding: 10vw 0 0;
}

#sec6 h2 {
  font-size: 5vw;
  line-height: 7vw;
  letter-spacing: 0.2em;
  margin-bottom: 6vw;
}

#sec6 h2 span {
  color: #6B6221;
  font-size: 20vw;
  line-height: 16vw;
  letter-spacing: 0;
}

#sec6 .info {
  padding: 0 3%;
}

#sec6 .info dl {
  display: table;
  width: 100%;
  font-size: 11px;
  border-bottom: 1px solid #000;
}

#sec6 .info dl dt {
  width: 87px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0;
  background: #E6E6E6;
  text-align: center;
  padding: 5px 0;
}

#sec6 .info dl dd {
  display: table-cell;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 5px 5px;
}

#sec6 .info dl dd span {
  display: block;
}

#sec6 .info dl dd span .brsp {
  display: block;
  padding-left: 76px;
  position: relative;
}

#sec6 .info dl dd span .brsp:before {
  content: '';
  background-image: url("../img/dotted.png");
  background-repeat: repeat-x;
  background-size: 560px;
  background-position: left top;
  position: absolute;
  left: -5px;
  right: -5px;
  top: 0;
  bottom: 0;
}

#sec6 .info dl dd span.bd {
  position: relative;
}

#sec6 .info dl dd span.bd:after {
  content: '';
  background-image: url("../img/dotted.png");
  background-repeat: repeat-x;
  background-size: 560px;
  background-position: left bottom;
  position: absolute;
  left: -5px;
  right: -5px;
  top: 0;
  bottom: 0;
}

#sec6 .info dl:first-child {
  border-top: 1px solid #000;
}

#sec6 .gmap {
  position: relative;
  height: 300px;
  margin-top: 10vw;
}

#sec6 .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  #sec6 {
    border-width: 23px;
    padding: 25px 0 0;
  }
  #sec6 h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  #sec6 h2 span {
    font-size: 100px;
    line-height: 100px;
  }
  #sec6 .info {
    width: 680px;
    margin: 0 auto;
    padding: 0;
  }
  #sec6 .info dl {
    font-size: 15px;
  }
  #sec6 .info dl dt {
    width: 125px;
    padding: 5px 0;
    letter-spacing: 0.07em;
  }
  #sec6 .info dl dd {
    letter-spacing: 0.15em;
    padding: 5px 5px 5px 30px;
  }
  #sec6 .info dl dd span .brsp {
    display: inline;
    padding-left: 0;
  }
  #sec6 .info dl dd span .brsp:before {
    display: none;
  }
  #sec6 .info dl dd span.bd:after {
    left: -30px;
    right: -5px;
  }
  #sec6 .gmap {
    height: 562px;
    margin-top: 83px;
  }
}
