@charset "utf-8";

.row._flex {
  display: flex;
  flex-wrap: wrap;
}
.row._flex.ai-center {
  align-items: center;
}
.row._flex.jc-center {
  justify-content: center;
}
.row._flex::before,
.row._flex::after {
  display: none;
}

#page_title {
  color: #fff;
  text-align: center;
  background: url(./image/page_title.jpg) no-repeat center center / cover;
  text-shadow: none;
}
#page_title h2 {
  text-align: center;
}

.bg_1 {
  background: #0e1d3a url(./image/bg_1_2.jpg) no-repeat center top / 100% auto;
}
.bg_2 {
  background: #0e1d3a url(./image/bg_2.jpg) no-repeat center top / cover;
}
.bg_3 {
  background: #0e1d3a url(./image/bg_3.jpg) no-repeat center top / cover;
}
.bg_4 {
  background: #0e1d3a url(./image/bg_4.jpg) no-repeat center top / cover;
}
.bg_5 {
  background: #0e1d3a url(./image/bg_5.jpg) no-repeat center top / cover;
  background-size: auto 100%;
/*  height: 1200px; */
  max-width: 1300px;
  margin: 0 auto;
}
.bg_6 {
  background: #0e1d3a url(./image/bg_6.png) no-repeat center top / cover;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.bg_7 {
  background: #0e1d3a url(./image/bg_7.png) no-repeat center top / cover;
}
.bg_8 {
  background: #0e1d3a url(./image/bg_8.jpg) no-repeat center top / cover;
}
.btn_1 {
  background: url(./image/btn_bg.jpg) no-repeat center center / cover;
  border: 1px solid #fff;
  border-radius: 9px;
  padding: 8px 0;
  text-align: center;
  display: block;
}
.btn_2 {
  background: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  border: 2px solid #fff;
  display: block;
}
.btn_2.is-active {
  background: #000;
}
.btn_2 .main {
  color: #000;
  font-weight: 500;
  font-size: min(5vw, 2em);
}
@media (min-width: 768px){
	.btn_2 .main {
		font-size: min(2vw, 2em);
	}
}
.btn_2.is-active .main {
  color: #fff;
  font-weight: bold;
}

.btn_1 .main {
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
.btn_3 {
  display: inline-block;
  background: #fff;
  padding: 5px 15px;
  border: 1px solid #dc192a;
  border-radius: 20px;
}
.btn_3 .main {
  color: #dc192a;
  font-weight: bold;
  display: inline-block;
  padding-left: 25px;
  background: url(./image/icon_pdf.png) no-repeat center left / 22px auto;
}
@media (max-width: 1200px) {
  .btn_1 .main {
    font-size: 0.9em;
  }
}

.hl_nighttime_1 {
  margin-bottom: 40px;
}
.hl_nighttime_2 {
  margin-bottom: 40px;
  text-align: center;
}
.hl_nighttime_2 .main {
  display: inline-block;
  padding-top: 20px;
  color: #ffffff;
  font-size: 1.5em;
}

.instagram_banner {
  position: fixed;
  top: 180px;
  right: 0;
  z-index: 999;
}
.instagram_banner a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(./image/instagram_banner_bg.jpg) no-repeat center center / cover;
  border-radius: 8px 0 0 8px;
  height: 168px;
  width: 44px;
}
.instagram_banner .main {
  padding-top: 30px;
  display: inline-block;
  background: url(./image/instagram_icon.png) no-repeat top center / 24px auto;
  position: relative;
  height: 130px;
  width: 44px;
}
.instagram_banner .main .en {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 1.4em;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  padding-left: 30px;
}
@media (max-width: 991px) {
  .instagram_banner {
    top: 90px;
  }
}
@media (max-width: 767px) {
  .instagram_banner a {
    width: 36px;
    height: 140px;
  }
  .instagram_banner .main {
    height: 110px;
    background-size: 20px auto;
  }
}

.about_wrap {
  color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 90px;
}
.about_wrap::before,
.about_wrap::after {
  content: "";
  width: 430px;
  max-width: calc(60vw - 360px);
  height: 500px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.about_wrap > * {
  position: relative;
  z-index: 2;
}
.about_wrap::before {
  background: url(./image/about_image_l.png) no-repeat center left / contain;
  left: 0;
}
.about_wrap::after {
  background: url(./image/about_image_r.png) no-repeat center right / contain;
  right: 0;
}
.about_wrap .hl_about2 {
  font-size: 1.5em;
  font-weight: bold;
}
.about_wrap .comment {
  line-height: 2;
}
@media (max-width: 991px) {
  .about_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .about_wrap > * {
    order: 1;
  }
  .about_wrap::before,
  .about_wrap::after {
    width: 50%;
    height: 0;
    padding-bottom: 58.14%;
    max-width: unset;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  .about_wrap::before {
    order: 2;
  }
  .about_wrap::after {
    order: 3;
  }
}
@media (max-width: 767px) {
  .about_wrap .hl_about img {
    width: 320px;
  }
  .about_wrap .hl_about2 {
    font-size: 1.25em;
  }
}

#main_visual {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 38.472%;
}
/*#main_visual .main_text {
  position: absolute;
  width: 58.542%;
  top: 8.303%;
  right: 4.583%;
  display: block;
}*/
#main_visual .main_text {
  position: absolute;
  width: 58%;
  top: 3%;
  right: 20.8%;
  display: block;
}
#main_visual .main_text img {
  width: 100%;
  height: auto;
}

#foot {
  border: 0;
  background: #000 !important;
  color: #fff;
}
#foot a {
  color: #fff;
}
#foot .foot_logo a img {
  filter: invert(1);
}
#foot_navi ul > li > a {
  color: #fff;
  filter: brightness(5);
}
#copyright {
  background: #000 !important;
  color: #fff;
}

#pagetop {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  width: 93px;
}
@media (max-width: 767px) {
  #pagetop {
    width: 60px;
  }
}
.box {
  background-color: #ffffff;
  border-radius: 7px;
  padding: 40px;
}
.unit_event_title {
  position: relative;
  margin-bottom: 40px;
  line-height: 0.4;
}
.unit_month {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: 40px;
}
.unit_month h4 {
  font-size: 1.5em;
  font-weight: bold;
  line-height:1.0;
}
.unit_month h4 .month {
  font-size: 1.65em;
}
.prev_month,
.next_month {
  position: relative;
  background: black;
  color: white;
  border: none;
  margin: 0 8px;
  border-radius: 20px;
  cursor: pointer;
  width: 75px;
  height: 25px;
  line-height: 25px;
}
.next_month::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid white;
}
.prev_month::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid white;
}
.month_select select {
  content: "";
  border: 1px solid #000000;
  background-color: #ffffff;
  height: 25px;
  padding: 0 8px 0 0;
}
@media (max-width: 767px){
	.unit_month { margin-bottom:10px; }
	.month_select { text-align:right; margin-bottom:10px; }
}
@media (min-width: 768px){
	.month_select {
		position: absolute;
		top: 10px;
		right: 0;
	}
}
.unit_event_detail {
  display: flex;
}
.unit_event_detail .detail_image {
  width: 30%;
}
.unit_event_detail .detail_image img {
  height: 100%;
  object-fit: cover;
}
.unit_event_detail .detail_text {
  padding: 20px 30px;
  width: 70%;
  background-color: #f8f6ef;
}
.unit_event_detail .detail_text h5 {
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.unit_event_detail .detail_text p {
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 20px;
}
.detail-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px 8px 24px;
  border: 1px solid black;
  background: white;
  color: black;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  width: 190px;
  font-weight: bold;
}

.detail-button::after {
  content: "";
  position: absolute;
  right: 8px;
  width: 15px;
  height: 15px;
  background: black;
  border-radius: 50%;
}

.detail-button::before {
  content: "";
  position: absolute;
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  z-index: 1;
}
.unit_news {
  flex: 1;
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 50px;
}
.unit_news dl {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  display: flex;
  color: #ffffff;
  padding: 10px 10px;
}
.unit_news dl dt {
  margin-right: 20px;
  text-wrap: nowrap;
}
.unit_news dl dt,
.unit_news dl dd a {
  color: #ffffff;
}
.unit_news_btn {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 0 auto;
}
.news_btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 24px;
  background: #fff;
  color: #0a0a0a;
  border: none;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin: 20px 10px;
}
.news_btn.v2 {
  width: 300px;
}
.news_btn p {
  width: calc(100% - 40px);
  padding-left: 30px;
}
.news_btn p + .arrow { margin-left:12px; }
.news_btn .arrow + p { margin-left:20px; padding-left:0; padding-right:30px; }
.news_btn .arrow {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #333;
  border-radius: 50%;
}

.news_btn .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  width: 7px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}

.news_btn .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.gallery_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.gallery_wrap ul li {
  width: 20%;
  text-align: center;
  margin-bottom: 20px;
}
.gallery_wrap ul li img {
  width: 93%;
}
.movie_wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.contact_address {
  color: #ffffff;
  border: #a3aab3 1px solid;
  border-radius: 5px;
  background-color: #16263d;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 30px;
}
.contact_address p {
  margin-bottom: 15px;
  line-height: 2;
}
.contact_address .address_detail {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.contact_address .address_detail a {
  color: #ffffff;
  line-height: 1;
  display: flex;
  align-items: center;
}
.contact_address .address_detail img {
  margin-right: 10px;
}
.contact_address .address_detail .unit_telephone {
  font-size: 1.8em;
  font-weight: bold;
}
.contact_address .address_detail .unit_mail {
  font-size: min(4vw, 1.3em);
}
.hotel_text {
  color: #ffffff;
}
.hotel_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 14px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 240px;
}
.hotel_btn a p {
  width: calc(100% - 30px);
  padding-left: 40px;
  color: #ffffff;
}
.hotel_btn a .arrow {
  position: relative;
  display: inline-block;
  margin-left: 12px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
}

.hotel_btn a .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 7px;
  height: 2px;
  background: #0f1a34;
  transform: translateY(-50%);
}

.hotel_btn a .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0f1a34;
  border-right: 2px solid #0f1a34;
  transform: translateY(-50%) rotate(45deg);
}
.unit_hotel_wrap {
  display: flex;
  color: #ffffff;
  align-items: flex-start;
  justify-content: space-between;
  padding: 45px 0;
  border-bottom: 1px dotted #ffffff;
}
@media (min-width: 768px){
	.unit_hotel_wrap.v2 {
		flex-direction: row-reverse;
	}
}
.unit_hotel_wrap:last-child {
  border-bottom: none;
}
.unit_hotel_wrap > * {
  width: 48%;
}
.unit_hotel_wrap .introduction img {
  width: 100%;
}
.unit_hotel_wrap .introduction h4 {
  font-size: 1.2em;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  padding-bottom: 15px;
}
.unit_gallery img {
  width: 100%;
}
@media (max-width: 767px){
	.unit_gallery { margin-top:30px; }
}
.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.slick-dots li {
  list-style: none;
}

.slick-dots button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 1;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
}
.slick-dots li button:before {
  content: "" !important;
}
.slick-dots .slick-active button {
  background: #fff;
}
.instagram_gallery ul {
  display: flex;
  flex-wrap: wrap;
}
.instagram_gallery ul li {
  width: 25%;
}
.unit_follow {
  color: #ffffff;
  z-index: 1;
}
.instagram_gallery .unit_title {
  display: flex;
  justify-content: space-between;
}
.instagram_gallery .unit_title .account {
  display: flex;
}
.instagram_gallery .unit_title .account p {
  font-weight: bold;
  color: #ffffff;
}
.instagram_gallery .unit_title .account a { color:#fff; }
.unit_follow_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #ff2f2f 0%, #ff7f50 70%, #ffec70 100%);
  color: #fff;
  border: none;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(255, 47, 47, 0.15);
  transition: background 0.3s;
  height: 36px;
  width: 193px;
}
.unit_follow_btn img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.account {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.unit_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .gallery_wrap ul {
    justify-content: space-around;
  }
  .gallery_wrap ul li {
    width: 33%;
  }
  .unit_hotel_wrap {
    flex-direction: column;
  }
  .unit_hotel_wrap > * {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .box {
    padding: 40px 20px;
  }
  #month_select {
    top: 25px;
    font-size: 0.9em;
  }
  .unit_event_detail {
    flex-direction: column;
  }
  .unit_event_detail .detail_image {
    width: 100%;
  }
  .unit_event_detail .detail_image img {
    width: 100%;
  }
  .unit_event_detail .detail_text {
    padding: 20px 30px;
    width: 100%;
    background-color: #f8f6ef;
  }
  .contact_address .address_detail {
    flex-direction: column;
  }
  .contact_address .address_detail .unit_telephone {
    margin-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .unit_month h4 {
    font-size: 1.2em;
  }
  .unit_month h4 span {
    font-size: 1.4em;
  }
  .prev_month,
  .next_month {
    width: 60px;
  }
  .detail-button {
    width: 170px;
  }
  .linefeed {
    display: inline-block;
  }
  .unit_news dl dt,
  .unit_news dl dd a {
    font-size: 0.85em;
  }
}
@media (max-width: 375px) {
  .news_btn p {
    font-size: 0.85em;
  }
}

.event_card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 60px;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  display: flex;
}
@media (max-width: 767px){
	.event_card { padding:30px 20px; }
}
.unit_event_detail_title { border-bottom:2px solid #ccc; padding-bottom:20px; }
.unit_event_detail_title h4 {
  font-size: min(8vw, 2rem);
  font-weight: bold;
}
.unit_event_detail_title span {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
.event_card picture {
  text-align: center;
}
.event_card picture img {
  /*width: 100%;*/
  height: auto;
  border-radius: 8px;
}
.unit_event_detail_title {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: start;
  justify-content: start;
  gap: 5px;
}
.h3_title {
  font-size: min(7vw, 2rem);
  color: #fff;
  margin-bottom: 10px;
  line-height:1.4;
}
.detail_main_text {
  line-height: 1.6;
  color: #333;
}
@media (min-width: 768px){
	.detail_main_text {
		font-size: 1.4rem;
	}
}
.detail_main_text p + p { margin-top:20px; }
/*
.detail_main_text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 80px;
  font-size: 1.7rem;
  line-height: 1.6;
  color: #333;
}
*/
.detail_main_text h5 {
  font-size: min(6vw, 2rem);
  font-weight: bold;
  margin-bottom: 30px;
}
.contact {
  padding: 20px;
  display: flex;
  flex-direction: column;
  background-color: #f6ebd2;
  border-radius: 10px;
}
@media (min-width: 768px){
	.contact {
		font-size: 1.4rem;
	}
}
.contact a {
  text-decoration: underline;
  transition: color 0.3s;
}
.event_icon1 {
  background: url(/common2/image/icon/icon_map-p.png) no-repeat left 0.2em top
    0.4em / auto 1em;
  padding-left: 1em;
}
.event_icon2 {
  background: url(/common2/image/icon/icon_phone-p.png) no-repeat left 0.2em top
    0.4em / auto 1em;
  padding-left: 1em;
}
.instagram_icon {
  width: 180px;
  height: auto;
}
