@charset "UTF-8";
/* =============================================
見出し

01.基本設定
02.共通クラス
03.ヘッダー
04.フッター
05.コンテンツ

============================================= */
/* =============================================
01.基本設定
============================================= */
body {
  font-family: "Shippori Mincho", serif;
  color: #555555;
  background: white!important;
}

img {
  width: 100%;
}

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.nallow__container {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

section {
  padding: 50px 0;
}
section.space {
  padding: 100px 0;
}
@media (max-width: 820px) {
  section {
    padding: 40px 0;
  }

  .container {
    padding: 0 20px!important;
  }
}

a {
  text-decoration: unset;
  display: block;
}
a:hover {
  cursor: pointer !important;
  opacity: 0.7;
}

p {
  font-size: 18px;
  line-height: 2.3;
  font-weight: normal;
    color: #555555;
}
@media (max-width: 820px) {
  p {
    font-size: 14px;
  }
}

li {
  list-style-type: none;
}

/* =============================================
02.utility
============================================= */
.pc-only {
  display: block;
}
@media (max-width: 820px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 820px) {
  .sp-only {
    display: block;
  }
}

.tate {
  writing-mode: vertical-rl;
}

main {
  overflow: hidden;
}

/* =============================================
03.ヘッダー
============================================= */
/* =============================================
04.フッター
============================================= */
/* =============================================
05.コンテンツ
============================================= */
.page__links {
  border-bottom: 1px solid #00458B;
  margin-top: 80px;
}
@media (max-width: 820px) {
  .page__links {
    border-bottom: none;
  }
}
@media (max-width: 820px) {
  .page__links {
    margin-top: 0;
    justify-content: center;
  }
}
.page__links ul {
  display: flex;
  column-gap: 20px;
  justify-content: end;
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0;
}

.page__links ul li {
    padding: 0;
  margin: 0;
}
@media (max-width: 820px) {
  .page__links ul {
    justify-content: center;
  }
}
.page__links ul a {
  background: #00458B;
  color: white;
  padding: 10px 30px;
  font-size: 20px;
}
@media (max-width: 820px) {
  .page__links ul a {
    font-size: 16px;
  }
}

@media (max-width: 820px) {
  .section__fv {
    margin-top: -30px;
  }
}
.section__fv .fv__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 820px) {
  .section__fv .fv__wrapper {
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}
.section__fv .fv__img {
  width: 50%;
  margin-top: -220px;
}
@media (max-width: 820px) {
  .section__fv .fv__img {
    width: 100%;
    margin-top: 0;
  }
}
.section__fv .fv__logo {
  width: 50%;
  position: relative;
  top: -100px;
}
@media (max-width: 820px) {
  .section__fv .fv__logo {
    width: 100%;
    position: absolute;
    top: -30px;
  }
}
.section__fv .fv__logo img {
  position: relative;
  left: -8%;
  width: 108%;
}
@media (max-width: 820px) {
  .section__fv .fv__logo img {
    left: 0%;
    width: 100%;
  }
}

.scroll-down_01 {
  color: black;
  font-family: serif;
  text-decoration: none;
  padding-left: 120px;
  position: absolute;
  right: 15%;
  top: 50%;
}

@media (max-width: 820px) {
  .scroll-down_01 {
    display: none;
  }
}

.arrow_01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 60px;
  transform: translate(-50%, -50%);
  animation: scroll_01 3s infinite;
}

.arrow_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: black;
  transform: translateX(-50%);
}

.arrow_01::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid black;
  transform: translateX(-50%) rotate(-45deg);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll_01 {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}
@media (max-width: 820px) {
  .section__room .room__items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
  }
}
.section__room .room__item {
  width: 45%;
  display: flex;
  justify-content: space-between;
  margin-top: -240px;
  margin-bottom: -240px;
}
@media (max-width: 820px) {
  .section__room .room__item {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
}
.section__room .room__item:last-of-type {
  margin-bottom: 0;
}
.section__room .room__item.right {
  margin-left: auto;
}
.section__room .room__item .room__contents {
  width: 75%;
}
@media (max-width: 820px) {
  .section__room .room__item .room__contents {
    width: 88%;
    margin-left: -20px;
  }
  .section__room .room__item .room__contents .slick-dots {
    justify-content: end !important;
  }
  .section__room .room__item .room__contents p {
    padding-left: 20px;
  }
}
.section__room .room__item .room__ttl {
  width: 25%;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 36px;
  position: relative;
  top: -30px;
  left: -15px;
}
@media (max-width: 820px) {
  .section__room .room__item .room__ttl {
    font-size: 24px;
    left: 0px;
    width: 20%;
  }
  .section__room .room__item .room__ttl img {
    width: 150%;
    max-width: fit-content;
  }
}
.section__room .room__item .room__ttl h3 {
  font-weight: 100;
  letter-spacing: 6px;
  color: #00458B;
}
.section__room .room__item.left {
  flex-direction: row-reverse;
}
.section__room .room__item.left .room__ttl {
  right: -15px;
  left: auto;
}
@media (max-width: 820px) {
  .section__room .room__item.left .room__ttl {
    right: 0px;
  }
}
.section__room .room__item.left .slick-dots {
  justify-content: end !important;
}
.section__room .room__item.left p {
  text-align: right;
}
@media (max-width: 820px) {
  .section__room .room__item.left .room__contents {
    width: 88%;
    margin-left: 0;
    margin-right: -20px;
  }
  .section__room .room__item.left .room__contents .slick-dots {
    justify-content: start !important;
  }
  .section__room .room__item.left .room__contents p {
    padding-right: 20px;
  }
}

.fade-slider {
  margin-bottom: 60px !important;
}

.slick-dots li {
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
}

.slick-dots li button {
  width: 60px !important;
  height: 9px !important;
}
@media (max-width: 820px) {
  .slick-dots li button {
    width: 50px !important;
    height: 7px !important;
  }
}

.slick-dots li button:before {
  content: "" !important;
  width: 60px !important;
  height: 9px !important;
  background: #DBDBDB !important;
  display: block !important;
  border-radius: 0 !important; /* ← 四角にする */
  opacity: 1 !important;
}
@media (max-width: 820px) {
  .slick-dots li button:before {
    width: 50px !important;
    height: 7px !important;
  }
}

.slick-dots {
  display: flex !important;
  justify-content: start !important;
  column-gap: 20px;
  bottom: -30px !important;
}
@media (max-width: 820px) {
  .slick-dots {
    column-gap: 16px;
  }
}

/* アクティブ */
.slick-dots li.slick-active button:before {
  background: #00458B !important;
  opacity: 1 !important;
}

.section__cta {
  background: #F0E8DB;
  text-align: center;
}
.section__cta p {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  .section__cta p {
    font-size: 18px;
    line-height: 2;
  }
}

.btn__link {
  background: #00458B;
  padding: 10px;
  width: 100%;
  max-width: 280px;
  font-size: 24px;
  margin: 0 auto;
  color: white;
  font-weight: 100;
  text-align: center;
}
@media (max-width: 820px) {
  .btn__link {
    font-size: 18px;
  }
}

.section__interior .interior__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section__interior .interior__wrapper .interior__ttl {
  width: 15%;
  display: flex;
  justify-content: center;
  color: #B78027;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .section__interior .interior__wrapper .interior__ttl {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 40px;
  }
}
.section__interior .interior__wrapper .interior__ttl h2 {
  font-size: 28px;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 10px;
}
@media (max-width: 820px) {
  .section__interior .interior__wrapper .interior__ttl h2 {
    margin-bottom: 20px;
  }
}
.section__interior .interior__wrapper .interior__ttl .sub {
  width: 100%;
  text-align: center;
  border-top: 1px solid;
  padding-top: 30px;
}
.section__interior .interior__wrapper .interior__images {
  width: 40%;
}
@media (max-width: 820px) {
  .section__interior .interior__wrapper .interior__images {
    width: 100%;
  }
  .section__interior .interior__wrapper .interior__images .fade-slider {
    margin: 0 -20px;
  }
}
.section__interior .interior__wrapper .interior__text {
  width: 35%;
}
@media (max-width: 820px) {
  .section__interior .interior__wrapper .interior__text {
    width: 100%;
  }
}
.section__interior .interior__wrapper .interior__text h3 {
  color: #B78027;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 100;
}
@media (max-width: 820px) {
  .section__interior .interior__wrapper .interior__text h3 {
    text-align: center;
    font-size: 20px;
  }
}

.night__copy {
  font-size: 32px;
  letter-spacing: 6px;
  color: #15384B;
  font-weight: 100;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 820px) {
  .night__copy {
    font-size: 24px;
  }
}

.section__night {
  background: #15384B;
  color: white;
}
@media (max-width: 820px) {
  .section__night {
    padding: 20px 0;
  }
}
.section__night {
  /* アクティブ */
}
.section__night .slick-dots li.slick-active button:before {
  background: #FDB24B !important;
  opacity: 1 !important;
}
.section__night .night__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.section__night .night__wrapper .night__text {
  width: 30%;
  text-align: right;
}

.night__text p {
  color: white;
}
@media (max-width: 820px) {
  .section__night .night__wrapper .night__text {
    width: 55%;
    text-align: left;
    margin-bottom: 30px;
  }
}
.section__night .night__wrapper .night__slide {
  width: 40%;
}
@media (max-width: 820px) {
  .section__night .night__wrapper .night__slide {
    width: 100%;
  }
}
.section__night .night__wrapper .night__img {
  width: 20%;
  position: relative;
  bottom: 120px;
  margin-bottom: -70px;
}
@media (max-width: 820px) {
  .section__night .night__wrapper .night__img {
    position: absolute;
    right: 0;
    width: 35%;
    bottom: auto;
    top: -50px;
    max-width: 100px;
  }
}

@media (max-width: 820px) {
  .section__event .container {
    padding: 0!important;
  }
}
.section__event .event__wrapper {
  padding: 100px 80px;
  background: #F0E8DB;
  border: 4px solid #3E7C00;
  position: relative;
}

@media (max-width: 820px) {
  .section__event .event__wrapper {
    border: 3px solid #3E7C00;
    border-left: 0;
    border-right: 0;
    padding: 30px 20px;
  }
}
.section__event .event__contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .section__event .event__contents {
    margin-bottom: 60px;
  }
}
.section__event .event__contents .event__img {
  width: 45%;
}
@media (max-width: 820px) {
  .section__event .event__contents .event__img {
    width: 100%;
    margin-bottom: 40px;
  }
  .section__event .event__contents .event__img img {
    width: 90%;
    margin: 0 auto;
  }
}
.section__event .event__contents .event__info {
  width: 50%;
}
@media (max-width: 820px) {
  .section__event .event__contents .event__info {
    width: 100%;
  }
}
.section__event .event__tokuten__wrapper h4 {
  font-size: 36px;
  color: #0074D8;
  text-align: center;
  font-weight: 100;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .section__event .event__tokuten__wrapper h4 {
    font-size: 24px;
    text-align: left;
    padding-left: 40px;
  }
}
.section__event .event__tokuten__wrapper .sub {
  color: #0074D8;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  .section__event .event__tokuten__wrapper .sub {
    font-size: 16px;
    text-align: left;
    padding-left: 40px;
  }
}
.section__event .event__tokuten__wrapper .line-blue {
  border-top: 1px solid #0074D8;
}
.section__event .tokuten__text {
  display: flex;
  justify-content: center;
}
.section__event .tokuten__text p {
  margin: 0 80px;
  z-index: 10;
}
@media (max-width: 820px) {
  .section__event .tokuten__text p {
    margin: 0;
  }
}
.section__event .event__time {
  text-align: center;
  margin: 40px 0;
  font-size: 24px;
  line-height: 2;
  color: #555555;
}
@media (max-width: 820px) {
  .section__event .event__time {
    font-size: 16px;
    text-align: left;
    margin: 0;
  }
}
.section__event .tab__wrapper {
  display: flex;
  margin-left: 60px;
  column-gap: 30px;
  align-items: center;
}
@media (max-width: 820px) {
  .section__event .tab__wrapper {
    margin-left: 20px;
  }
}
.section__event .tab__wrapper .tab {
  background: #3E7C00;
  color: white;
  padding: 15px 50px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 28px;
}
@media (max-width: 820px) {
  .section__event .tab__wrapper .tab {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.section__event .tab__wrapper .sentyaku {
  color: #B40D04;
  font-size: 32px;
}
@media (max-width: 820px) {
  .section__event .tab__wrapper .sentyaku {
    font-size: 20px;
  }
}
.section__event .coaster__img {
  position: absolute;
  width: 20%;
  bottom: 130px;
  left: 13%;
}
@media (max-width: 820px) {
  .section__event .coaster__img {
    width: 50%;
    right: -10%;
    left: auto;
    bottom: 150px;
  }
}
.section__event hr {
  border-top: 1px solid #555555;
}
@media (max-width: 820px) {
  .section__event hr {
    margin: 10px 0;
  }
}
.section__event .type02 .tab {
  background: #B40D04;
}
.section__event .type02 .event__wrapper {
  border: 4px solid #B40D04;
}
@media (max-width: 820px) {
  .section__event .type02 .event__wrapper {
    border: 3px solid #B40D04;
    border-left: 0;
    border-right: 0;
  }
}

.fade-in,
.fade-in-first {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示された時 */
.fade-in.is-active,
.fade-in-first.is-active {
  opacity: 1;
  transform: translateY(0);
}

#floating-banner-container {
  display: none!important;
}

.form-group {
    display: none;
}

.contact-form__2col {
    display: flex;
    gap: 10px;
}

.contact-form {
  color: #555;
}

.contact-section__title {
  color: #00458B;
  margin-bottom: 40px;
  font-size: 28px;
}

.wpcf7-list-item {
  color: #555555;
  display: block!important;
}

.wpcf7-form-control-wrap {
  width: 50%;
}

.form-group h3 {
  color: #555555;
  font-size: 16px;
  margin-top: 40px;
}

.step-number {
    background: white;
    border: 1px solid #AD0C0B;
    width: 24px;
    height: 24px;
    display: inline-block;
    color: #AD0C0B;
    text-align: center;
    margin-right: 10px;
}

.choice__ttl {
  text-align: center;
  border-bottom: 1px solid #555;
  padding: 20px;
  margin-bottom: 40px;
}

.kaisai-date {
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-form__label {
  display: flex;
  justify-content: space-between;
}

.notification {
  font-size: 14px;
}

.confirm-modal__body li {
  color: #555;
  margin-top: 20px;
  font-size: 20px;
}

.section__map {
  background: #171717;
  color: white;
}

.map__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.google__map {
  width: 50%;
  height: 400px;
}

.map__info {
  width: 45%;
}

.map__info h3 {
  font-size: 32px;
}

.map__info h3::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #cccc;
  position: relative;
  display: block;
  margin: 12px 0;
}

.map__info h2 {
  font-size: 18px;
}

.map__info p {
  color: white;
  font-size: 16px;
}

@media (max-width: 820px) {
  .google__map {
  width: 100%;
  height: 500px;
}

.map__info {
    width: 100%;
    padding: 40px 20px 0;
}

.section__map,
.section__map .container {
  padding: 0!important;
}

.map__info h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}

.map__info h2 {
  font-size: 14px;
}

.map__info h3::after {
  width: 80px;
  margin: 12px auto;
}
.map__info p {
  color: white;
  font-size: 12px;
}

}