@charset "UTF-8";

.kv {
  position: relative;
}

.kv picture img {
  max-height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.kv__ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -40%;
  z-index: 2;
}

.kv__ttl img{
  filter: drop-shadow(0px 4px 5px #105bb0);
}

.sec__ttl--gy {
  background: #eaeaea;
  padding: 30px 200px 40px;
  font-size: clamp(55px, 3.38vw, 65px);
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sec__ttl--gy .ttl-en {
  color: #039e8e;
  font-size: clamp(38px, 2.5vw, 48px);
  margin-bottom: 20px;
  text-align: center;
  display: block;
}

.sec__ttl--gy .ttl-jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}

p.letter-body.nft{
  background-color: #f1f1f1;
  padding: 1.2rem;
  border-radius: 8px;
  margin-top: 1.5rem;
}

.sec__ttl--gy .ttl-jp::before,
.sec__ttl--gy .ttl-jp::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #3a6a9b;
  margin: 0 80px;
}

.intro {
  padding: 80px 0 0;
}

.intro .photo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}

.intro .photo__wrap--top img {
  width: 11vw;
}

.intro .photo__wrap--btm > div {
  background: #fff;
}

.intro .photo__wrap--btm img {
  width: 16.9vw;
}

.intro__ttl-sub {
  font-size: clamp(80px, 7.291vw, 140px);
  color: #ea9d16;
  font-family: "Amatic SC", cursive;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px 0;
}

.intro__ttl-sub span + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro__ttl-sub span + span::before {
  content: "";
  background: url(../img/top/icon-times.svg) no-repeat center/contain;
  width: 34px;
  height: 34px;
  display: block;
}

.intro__ttl {
  font-size: 82px;
  margin-bottom: 50px;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 100;
  text-align: center;
}

.intro p {
  margin-bottom: 80px;
}

.onna-village {
  padding: 0 80px 140px 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.onna-village__text {
  border: 1px solid #fff;
  padding: 80px 40px;
}

.onna-village__text__ttl {
  font-size: 50px;
  margin-bottom: 60px;
}

.onna-village__text__ttl span {
  color: #ea9d16;
  font-size: 40px;
  margin-left: 20px;
  display: inline-block;
}

.tour__ttl-img {
  position: relative;
}

.tour__ttl-img h3 {
  font-size: clamp(55px, 3.38vw, 65px);
  background: #fff;
  padding: 20px 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}

.tour__ttl-img h3 span {
  color: #0495b7;
  font-size: clamp(80px, 5.62vw, 108px);
  margin-right: 20px;
}

.tour__ttl-img--odd h3 {
  left: 0;
}

.tour__ttl-img--even h3 {
  right: 0;
}

.tour .img__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 100px 140px 100px;
}

.tour .img__wrap__illust {
  background: #fff;
}

.tour .img__wrap__text img {
  border-radius: 10px;
}

.tour .img__wrap__text p {
  margin-top: 30px;
}

.tour .img__wrap__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tour .img__wrap__photo div:not(:nth-of-type(1)) {
  width: calc(50% - 10px);
}

.tour .img__wrap__photo img {
  vertical-align: top;
}

.tour .img__wrap--even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.hotel__main__text h3 {
  font-size: 28px;
  background: #fff;
  padding: 20px;
  display: inline-block;
}

.hotel__main__text p {
  margin-top: 20px;
}

.hotel__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.travel-plans__wrap {
  padding: 100px 140px;
}

.travel-plans__item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.travel-plans__item dt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  color: #fff;
  letter-spacing: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  font-size: 25px;
}

.travel-plans__item:nth-of-type(odd) dt {
  background: #039e8e;
}

.travel-plans__item:nth-of-type(even) {
  background: #eaeaea;
}

.travel-plans__item:nth-of-type(even) dt {
  background: #0495b7;
}

.travel-plans__item + dl {
  margin-top: 5px;
}

.travel-plans__item dd {
  width: 100%;
  padding: 40px 40px 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
}

.travel-plans__item dd .schedule-list:not(.schedule-list--timeless):not(:last-of-type) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.travel-plans__item dd .time {
  margin-right: 10px;
}

.travel-plans__item dd .icon-arrow {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  margin: 15px 0;
}

.travel-plans__item dd .icon-arrow::before {
  content: "▲";
  rotate: 90deg;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}

.travel-plans__item dd .text-s {
  font-size: 16px;
  font-weight: 300;
}

.benefit {
  background: #eaeaea;
  padding-top: 70px;
  padding-bottom: 100px;
}

.benefit__wrap {
  margin: 0 140px;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
}

.benefit__img img {
  border-radius: 10px;
  /* -o-object-fit: cover;
  object-fit: cover; */
  width: 100%;
  height: 100%;
}

.benefit__text h3 {
  font-size: 26px;
  /* font-family: fot-tsukuaoldmin-pr6n, sans-serif; */
  font-weight: 300;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 11px;
  line-height: 1.5;
}

.benefit__text .btn {
  background: #0495B7;
  color: #fff;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  border-radius: 5px;
}

.benefit__text .btn::after {
  content: "";
  background: url(../img/top/icon-arrow-bl.png) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 20px;
}

.benefit__text .letter-body {
  font-size: clamp(16px, 1.2vw, 100%);
}

.application {
  padding: 70px 0 100px;
}

.application .sec__ttl--gy {
  background: transparent;
}

.application .sec__ttl--gy .ttl-en {
  color: #ea9d16;
}

.application__item {
  background: #fff;
  padding: 80px;
  border-radius: 10px;
}

.application__item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 35px;
}

.application__item h3 span {
  background: #0495b7;
  padding: 10px 40px;
  color: #fff;
}

.application__item .letter-body {
  margin: auto;
  text-align: center;
}

.application__item .letter-body ul {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  text-align: left;
}

.application__item .attention {
  font-size: 15px;
  line-height: 1.7;
  max-width: 1000px;
  margin: 40px auto 0;
  border: 1px dotted;
  padding: 40px;
}

.application__item .attention dt {
  font-weight: 600;
  margin-bottom: 5px;
}

.application__item .attention dt:not(:nth-of-type(1)) {
  margin-top: 20px;
}

.application__item + .application__item {
  margin-top: 30px;
}

.visitors {
  background: #eaeaea;
  padding: 70px 0 140px;
}

.visitors__detail {
  background: #fff;
  margin: 0 140px;
  border-radius: 10px;
  padding: 80px;
  font-size: 20px;
}

.visitors__detail dt {
  font-weight: 600;
  margin-bottom: 20px;
}

.visitors__detail dl + dl {
  border-top: 1px solid #3b5e72;
  padding-top: 40px;
  margin-top: 40px;
}

.visitors__detail > dl > dd {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1rem;
}

.visitors__detail .dd__inner {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 40px;
  margin: 20px 0 20px;
}

.visitors__detail .underline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: .3s;
}

.visitors__detail .underline:hover {
  opacity: .7;
}

.visitors__detail .underline::before {
  content: "▲";
  rotate: 90deg;
  display: block;
  margin-right: 5px;
  font-size: 16px;
}

.application__link a {
  background: #ea9d16;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  transition: .3s;
}

.application__link a:hover {
  opacity: .7;
}

.application__link a::after {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/top/icon-arrow.svg) no-repeat center/contain;
  margin-left: 100px;
}

.application__link + .application__link {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .kv__ttl{
    width: 50vw;
    max-width: 640px;
    min-width: 500px;
  }
  .intro .photo__wrap--top img {
    min-width: 135px;
    max-width: 215px;
  }

  .intro .photo__wrap--btm img {
    min-width: 200px;
    max-width: 326px;
  }

  .tour .img__wrap {
    max-width: 1920px;
    margin: auto;
  }

  .travel-plans__wrap {
    max-width: 1920px;
    margin: auto;
  }

  main {
    min-width: 1200px;
  }

  .intro__ttl-sub span + span::before {
    margin: 0 80px;
  }

  .intro p {
    text-align: center;
    font-size: 28px;
  }

  .onna-village__text {
    width: clamp(480px, 32.39vw, 650px);
    margin-top: 80px;
  }

  .onna-village__img {
    margin-left: 140px;
    width: 64.43vw;
    min-width: 480px;
    max-width: 640px;
  }

  .tour .img__wrap--even .img__wrap__text {
    margin-left: 40px;
  }

  .tour .img__wrap__text {
    width: 35.93vw;
    min-width: 400px;
    margin-right: 40px;
  }

  .tour .img__wrap__photo {
    gap: 20px;
    width: 43.37vw;
    min-width: 480px;
  }

  .hotel__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
  }

  .hotel__main__text {
    padding: 0 80px 80px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
  }

  .hotel__main__text p {
    font-size: 18px;
    color: #fff;
  }

  .travel-plans__item dd {
    font-size: 20px;
  }

  .travel-plans__item dd img {
    width: 21.97vw;
    min-width: 280px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: 20px;
  }

  .benefit__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 1120px;
    margin: auto;
  }

  .benefit__img {
    width: 100%;
  }

  .benefit__text {
    width: calc(100% - 0px);
    /* margin-left: 40px; */
    padding-top: 30px;
  }

  .benefit__text .btn {
    font-size: 20px;
  }

  .application__wrap {
    padding: 0 140px;
    max-width: 1920px;
    margin: auto;
  }

  .benefit__text a.btn {
    transition: 0.3s;
    cursor: pointer;
  }

  .benefit__text a.btn:hover {
    opacity: 0.7;
  }

  .visitors__detail {
    max-width: 1640px;
    translate: -50% 0;
    left: calc(50% - 140px);
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .kv__ttl {
    width: 70vw;
  }

  .kv picture img {
  	max-height: 100vh;
    max-height: -webkit-fill-available;
  }
  
  .sec__ttl--gy {
    font-size: 25px;
    padding: 30px 0;
  }

  .sec__ttl--gy .ttl-en {
    font-size: 15px;
    margin-bottom: 2vw;
  }

  .sec__ttl--gy .ttl-jp::before,
  .sec__ttl--gy .ttl-jp::after {
    width: 5vw;
    margin: 0 10px;
  }

  .intro {
    padding-top: 40px;
  }

  .intro .photo__wrap {
    gap: 2vw;
  }

  .intro .photo__wrap--top img {
    width: 13vw;
    min-width: auto;
  }

  .intro .photo__wrap--btm img {
    width: 21vw;
    min-width: auto;
  }

  .intro__ttl-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 60px;
    margin: 40px 0;
  }

  .intro__ttl-sub span + span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro__ttl-sub span + span::before {
    margin: 2vw 0;
    width: 15px;
    height: 15px;
  }

  .intro__ttl {
    font-size: clamp(28px, 8.75vw, 35px);
    margin-bottom: 20px;
  }

  .intro p {
    padding: 0 5vw;
    margin-bottom: 40px;
  }

  .intro p br {
    display: none;
  }

  .onna-village {
    padding: 40px 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .onna-village__text {
    padding: 40px 5vw;
  }

  .onna-village__text__ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .onna-village__text__ttl span {
    font-size: 20px;
    margin-left: 10px;
  }

  .tour__ttl-img h3 {
    font-size: 20px;
    padding: 10px 2.5vw;
  }

  .tour__ttl-img h3 span {
    font-size: 22px;
    margin-right: 10px;
  }

  .tour .img__wrap {
    padding: 40px 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tour .img__wrap__text p {
    margin-top: 20px;
  }

  .tour .img__wrap__photo {
    gap: 10px;
    margin-top: 20px;
  }

  .tour .img__wrap__photo div:not(:nth-of-type(1)) {
    width: calc(50% - 5px);
  }

  .hotel {
    margin-bottom: 40px;
  }

  .hotel__main__text {
    padding: 40px 5vw 20px;
  }

  .hotel__main__text h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .travel-plans__wrap {
    padding: 40px 5vw;
  }

  .travel-plans__item dt {
    font-size: 13px;
    padding: 10px;
  }

  .travel-plans__item dd {
    padding: 40px 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
  }

  .travel-plans__item dd .icon-arrow {
    font-size: 12px;
    margin: 10px 0;
  }

  .travel-plans__item dd .icon-arrow::before {
    font-size: 10px;
  }

  .travel-plans__item dd .text-s {
    font-size: 12px;
  }

  .travel-plans__item dd img {
    margin-top: 20px;
  }

  .benefit {
    padding: 20px 0 40px;
  }

  .benefit__wrap {
    margin: 0 5vw;
    padding: 5vw;
  }

  .benefit__text {
    margin-top: 5vw;
  }

  .benefit__text h3 {
    font-size: 20px;
    margin-bottom: 3vw;
  }

  .benefit__text h3 br {
    display: none;
  }

  .benefit__text .btn {
    margin-top: 5vw;
    padding: 20px;
  }

  .application {
    padding: 40px 0;
  }

  .application__item {
    padding: 40px 5vw;
    width: 90%;
    margin: auto;
  }

  .application__item h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .application__item .letter-body ul {
    text-indent: -1rem;
    padding-left: 1rem;
  }

  .application__item .attention {
    font-size: 13px;
    margin-top: 20px;
    padding: 20px;
  }

  .application__item + .application__item {
    margin-top: 20px;
  }

  .visitors {
    padding: 40px 0;
  }

  .visitors__detail {
    margin: 0 5vw;
    padding: 40px 5vw;
    font-size: 13px;
  }

  .visitors__detail dt {
    margin-bottom: 10px;
  }

  .visitors__detail dl + dl {
    padding-top: 20px;
    margin-top: 20px;
  }

  .visitors__detail .dd__inner {
    padding: 20px 5vw;
    margin-top: 20px;
  }

  .visitors__detail .underline {
    word-break: break-all;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .visitors__detail .underline::before {
    font-size: 11px;
  }

  .application__link a {
    font-size: clamp(15px, 4.68vw, 18px);
    padding: 20px;
  }

  .application__link a::after {
    margin-left: 10px;
    width: 20px;
    height: 20px;
  }

  .application__link + .application__link {
    margin-top: 10px;
  }
}