@charset "UTF-8";
/* CSS Document */

:root {
  --bg-color01: #7a1025;
  --bg-color02: #5d0c1c;
  --bg-color03: #0f3764;
  --bg-color04: #4f113e;
  --text-color01: #106628;
  --text-color02: #7a1025;
  --text-color03: #fef2c7;
  --text-caution: #c10026;
}

body {
  /* word-break: auto-phrase; */
  text-spacing-trim: trim-start;
}

/* 終了告知文 */
/* .Post {
  font-size: 22px;
  font-weight: 600;
  color: #c00;
  text-align: center;
  margin-top: 10px;
} */

/* H1 */
/* #PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: bold;
} */

.contents {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}

.Gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

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

.Heading__outer {
  width: 1024px;
  margin: 0 auto;
}

.wappen-hotel {
  text-align: center;
  margin-bottom: 10px;
}

.wappen-spot {
  text-align: center;
  margin-bottom: 10px;
}

.Heading-h2 {
  position: relative;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}

.Heading-h2::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc((100% / 2) - (441px / 2));
  display: block;
  background-repeat: no-repeat;
  width: 441px;
  height: 19px;
}

.Heading-h2__inner {
  position: relative;
  display: block;
  color: #333;
}

.Heading-h2__inner::before,
.Heading-h2__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  width: 22px;
  height: 120px;
}

.Heading-h2__inner::before {
  left: 0;
  transform: translateY(-50%);
}

.Heading-h2__inner::after {
  right: 0;
  transform: translateY(-50%) scale(-1);
}
/* ====================================
Keyvisual
==================================== */
.ttl_deco {
  position: relative;
  background-image: url(/attending/t/osa-d/thk_29820/images/pc/ttl_obi_bg.png);
  background-repeat: repeat-x;
  height: 100px;
  z-index: 1;
}
.ttl_deco p {
  position: relative;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  height: 54px;
  text-align: center;
}
.ttl_deco img {
  padding-bottom: 10px;
  position: absolute;
  top: -7px;
  left: 8.3%;
}
.Keyvisual {
  position: relative;
  background-color: var(--bg-color01);
}
.Keyvisual::after {
  content: "";
  position: absolute;
  transform: rotate(180deg);
  top: 55px;
  left: 0;
  border-bottom: 15vw solid var(--bg-color02);
  border-left: 100vw solid transparent;
  z-index: 0;
}
.keyvisual--wrapper {
  position: relative;
  width: 100% !important;
  height: 730px;
  margin-left: auto;
  margin-right: auto;
}
.keyvisual--wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  opacity: 0.2;
}

.Keyvisual h1 {
  position: relative;
  top: 70px;
  width: 100%;
  z-index: 2;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  height: 0;
}
.swiper {
  display: none;
  overflow: hidden;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper {
  width: 846px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -25px;
  text-align: left;
}
.swiper-pagination-bullet-active {
  background: #b9a04d;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

/* ====================================
Sec__tv
==================================== */
.Sec__tv {
  position: relative;
  background-color: var(--bg-color01);
  padding: 40px 0;
  overflow: hidden;
}

.Sec__tv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 15vw solid var(--bg-color02);
  border-left: 100vw solid transparent;
  z-index: 1;
}

.Sec__tv .Common21__inner {
  position: relative;
  z-index: 2;
}

.Sec__tv .Flex {
  justify-content: center;
  column-gap: 38px;
  margin: 50px 0;
}

.Sec__tv .Movie {
  width: 284px;
  height: auto;
  flex-shrink: 0;
}

.Sec__tv .Heading {
  background-color: #bca658;
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.1em;
  padding: 5px 0;
}

.popup-movie {
  transition: opacity 0.5s;
}

.popup-movie:hover {
  opacity: 0.5;
}

.Group__app {
  text-align: center;
  transition: opacity 0.5s;
}

.Group__app:hover {
  opacity: 0.5;
}

.Group__app + .Group__app {
  margin-top: 15px;
}
.Group__app + p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

/* ==============================
Sec__hotel
============================== */
.Sec__anc {
  position: relative;
  background-color: var(--bg-color01);
  padding: 40px 0;
  overflow: hidden;
}
.Sec__anc ul {
  width: 1024px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.Sec__anc ul li img {
  transition: opacity 0.5s;
}
.Sec__anc ul li img:hover {
  opacity: 0.5;
}

/* ==============================
Sec__hotel
============================== */
.Sec__hotel {
  background-color: var(--bg-color03);
  padding: 100px 0;
}

.Sec__hotel .Heading-h2:after {
  background-image: url(/attending/t/osa-d/thk_29820/images/pc/heading__line-hotel.png);
}

.Sec__hotel .Heading-h2__inner {
  color: #fff;
}

.Sec__hotel .Heading-h2__inner::before,
.Sec__hotel .Heading-h2__inner::after {
  background-image: url(/attending/t/osa-d/thk_29820/images/pc/heading__deco-hotel01.png);
}

.Sec__hotel .Common21__inner {
  background-color: #fff;
  padding-bottom: 60px;
}

.Sec__hotel .Common21__inner:not(:last-child) {
  margin-bottom: 100px;
}

.Heading-h3__hotel {
  position: absolute;
  top: calc(-123px / 2);
}

/* .Sec__hotel .Common21__inner:not(.hotel01) .Group__hotel {
	padding-top: calc((123px / 2) + 30px);
	padding-bottom: 60px;
} */

.Group__hotel {
  position: relative;
  margin-top: 123px;
}

.Group__hotel--lines {
  position: relative;
  top: 10px;
  padding: 0 30px 30px;
}

.Group__hotel--lines::after {
  content: "";
  position: absolute;
  bottom: 45px;
  left: calc(50% + (435px / 2));
  transform: translateX(-50%);
  display: block;
  background-repeat: no-repeat;
  width: 555px;
  height: 219px;
}

.Hotel01 .Group__hotel--lines::after {
  background-image: url(/attending/t/osa-d/thk_29820/images/pc/il_SP25-036821D_comment02.png);
  width: 730px;
}

.Hotel02 .Group__hotel--lines::after {
  background-image: url(/attending/t/osa-d/thk_29820/images/pc/il_SP25-036826D_comment03.png);
  width: 555px;
}

.Group__hotel--lines p {
  position: relative;
  font-size: 26px;
  padding-left: 10px;
  z-index: 2;
}

.Hotel01 .Group__hotel--lines p {
  color: var(--text-color01);
}

.Hotel02 .Group__hotel--lines p {
  color: var(--text-color02);
}

.Group__hotel__inner {
  width: 900px;
  margin: 0 auto;
}

.Group__hotel__inner h4 {
  margin-bottom: 30px;
}

.Hotel__cassette {
  column-gap: 20px;
  margin-bottom: 50px;
}

.Heading-h5 {
  display: inline-block;
  position: relative;
  font-size: 26px;
  padding: 0 25px 10px;
}

.Hotel01 .Heading-h5 {
  color: var(--text-color01);
}

.Hotel02 .Heading-h5 {
  color: var(--text-color02);
  letter-spacing: -0.07em;
}

.Heading-h5 span {
  display: inline-block;
  border: solid 1px var(--text-color01);
  font-size: 18px;
  color: var(--text-color01);
  padding: 0 5px;
  vertical-align: 4px;
  margin-left: 5px;
}

.Heading-h5::before,
.Heading-h5::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  display: block;
  background-repeat: no-repeat;
  width: 16px;
  height: 67px;
}

.Heading-h5::before {
  left: 0;
  transform: translateY(-50%);
}

.Heading-h5::after {
  right: 0;
  transform: translateY(-50%) scale(-1);
}

.Hotel01 .Heading-h5::before,
.Hotel01 .Heading-h5::after {
  background-image: url(/attending/t/osa-d/thk_29820/images/pc/heading__deco-hotel02.png);
}

.Hotel02 .Heading-h5::before,
.Hotel02 .Heading-h5::after {
  background-image: url(/attending/t/osa-d/thk_29820/images/pc/heading__deco-hotel03.png);
}

.Text__introduction {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.Text__introduction span {
  background-color: var(--bg-color04);
  line-height: 1.8;
  font-weight: 800;
  color: #fff;
  margin: 0 3px;
  padding: 3px;
}

.Text__introduction em {
  font-style: normal;
  font-weight: normal;
  color: var(--text-caution);
}

.Hotel__notice {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.Group__movie {
  margin-top: 70px;
  padding: 0 60px;
}

.Heading-h4__movie {
  background-color: #fff;
  border: solid 2px var(--text-color01);
  position: relative;
  font-size: 26px;
  text-align: center;
  padding: 10px 0;
}

.Heading-h4__movie .Movie__wappen {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  width: 115px;
  height: 115px;
  padding: 14px 10px 18px 20px;
  z-index: 10;
}

.Hotel01 .Heading-h4__movie {
  border: solid 2px var(--text-color01);
  color: var(--text-color01);
}

.Hotel01 .Heading-h4__movie .Movie__wappen {
  background-color: var(--text-color01);
}

.Hotel02 .Heading-h4__movie {
  border: solid 2px var(--text-color02);
  color: var(--text-color02);
}

.Hotel02 .Heading-h4__movie .Movie__wappen {
  background-color: var(--text-color02);
}

.Sec__hotel .Heading-h4__movie {
  margin-bottom: 30px;
}

.Sec__hotel .Movie {
  width: 640px;
  margin: 0 auto;
}

/* ==============================
Sec__point
============================== */
.Sec__point {
  background-image: url(/attending/t/osa-d/thk_29820/images/pc/bg01.png);
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 100px 0 80px;
}

.Sec__point .Heading-h2:after {
  background-image: url(/attending/t/osa-d/thk_29820/images/pc/heading__line-point.png);
}

.Sec__point .Heading-h2__inner {
  color: #fff;
}

.Sec__point .Heading-h2__inner::before,
.Sec__point .Heading-h2__inner::after {
  background-image: url(/attending/t/osa-d/thk_29820/images/pc/heading__deco-point01.png);
}

.Sec__point .Common21__inner {
  width: 920px;
  margin: 0 auto;
}

.Sec__point .Common21__inner ul li:not(:last-child) {
  margin-bottom: 30px;
}

/* ==============================
Sec__spot
============================== */
.Sec__spot {
  background-image: url(/attending/t/osa-d/thk_29820/images/pc/bg02.png);
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 100px 0 80px;
}

.Sec__spot .Heading-h2:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  display: block;
  background-image: url(/attending/t/osa-d/thk_29820/images/pc/wappen-spot02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 125px;
  height: 124px;
}

.Sec__spot .Heading-h2:after {
  background-image: url(/attending/t/osa-d/thk_29820/images/pc/heading__line-spot.png);
}

.Sec__spot .Heading-h2__inner {
  color: #fff;
}

.Sec__spot .Heading-h2__inner::before,
.Sec__spot .Heading-h2__inner::after {
  background-image: url(/attending/t/osa-d/thk_29820/images/pc/heading__deco-spot01.png);
}

.Caption {
  font-size: 26px;
  color: var(--text-color03);
  text-align: center;
  margin-bottom: 20px;
}

.Block__spot-top {
  column-gap: 31px;
}

.Block__spot-top dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  height: 59px;
  color: var(--text-color03);
  margin: 10px 0;
}

.Block__spot-top dl dt.view::before {
  content: "";
  display: block;
  background-image: url(/attending/t/osa-d/thk_29820/images/pc/wappen-view.png);
  background-repeat: no-repeat;
  width: 59px;
  height: 59px;
  margin-right: 10px;
}
.Block__spot-top dl dt.fee::before {
  content: "";
  display: block;
  background-image: url(/attending/t/osa-d/thk_29820/images/pc/wappen-fee.png);
  background-repeat: no-repeat;
  width: 59px;
  height: 59px;
  margin-right: 10px;
}

.Block__spot-top dl .Text {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.Block__spot-btm__wrap {
  margin-top: 50px;
  padding: 15px;
  background: var(--text-color03);
}

.Block__spot-btm {
  column-gap: 31px;
}

.Block__spot-btm dl dt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 600;
  color: #4f113e;
  row-gap: 10px;
}

.Block__spot-btm dl dt span {
  background-color: #4f113e;
  color: var(--text-color03);
  padding: 0 10px;
}

.Block__spot-btm dl .Text {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.text__link {
  text-align: center;
  margin-top: 30px;
  color: #ffffff;
}
.text__link a {
  display: block;
  font-size: 21px;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 5px;
  transition: 0.3s;
}
.text__link a:hover {
  opacity: 0.7;
}
.text__link .txt__01 {
  font-size: 14px;
}

.Group__hotel.Hotel02 .Heading-h5 {
  font-size: 24px;
}

/* ==============================
Sec__app
============================== */
.Sec__app {
  position: relative;
  background-color: var(--bg-color01);
  padding: 40px 0;
  overflow: hidden;
}

:where(.contents) img {
  width: auto;
}

.bc-player-hf1URSTis_default-index-0 {
  /*width: 100%!important;
    min-height: 574px!important;*/
}

.keyvisual--movie {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.keyvisual--movie .ulizahtml5.uliza-skin-skin2 {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: auto;
  height: 100%;
  top: 50% !important;
  left: 50% !important;
  translate: -50% -50%;
  width: auto !important;
  height: auto !important;
  min-height: 910px !important;
}
