@charset "UTF-8";
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.font-ttl {
  font-family: "Noto Serif KR", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*top SP*/
.t-kv img {
  width: 100%;
}
.t-kv .slick-prev,
.t-kv .slick-next {
  background-color: #ee4e4e;
  background: url(/common/img/arr_white01.png) no-repeat #ee4e4e center center;
  background-size: 0.68rem 1.2rem;
  width: 3rem;
  height: 7.5rem;
  border: none;
  outline: none;
  box-shadow: none;
  z-index: 10;
  transition: all 0.5s ease;
  display: none !important;
}
.t-kv .slick-prev::before,
.t-kv .slick-next::before {
  content: "";
}
.t-kv .slick-prev:hover,
.t-kv .slick-next:hover {
  opacity: 1;
}
.t-kv .slick-prev {
  left: 0;
  background-image: url(/common/img/arr_white01_02.png);
}
.t-kv .slick-next {
  right: 0;
}
.t-kv .slick-dots {
  bottom: 1rem;
}
.t-kv .slick-dots li {
  background: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.5s ease;
  margin: 0 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.t-kv .slick-dots li button::before {
  content: "";
}
.t-kv .slick-dots li:hover {
  opacity: 1;
}
.t-kv .slick-dots li.slick-active {
  border-color: #ee4e4e;
}

.top-news_unit {
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.7rem;
  background: #cb0000;
  padding: 15px;
}
.top-news_unit a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.top-news-av {
  background: #fff;
  color: #3c3c3c;
  padding: 1.5rem 1rem 0.5rem;
  text-align: center;
  letter-spacing: 0.5px;
}
.top-news-av_ttl {
  font-family: "Noto Serif KR", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ee4e4e;
}
.top-news-av_copy {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.top-news-av_list {
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-news-av_list + .top-news-av_ttl {
  margin-top: 1.5rem;
}
.top-news-av_item {
  padding: 0 1rem;
  width: 50%;
  margin-top: 1.2rem;
  flex-shrink: 0;
}
.top-news-av_lead {
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: 0.4rem;
}
.top-news-av_ico {
  margin-bottom: 0.5rem;
  text-align: center;
}
.top-news-av_ico img {
  width: 5rem;
  max-width: 80%;
}
.top-news-av_int {
  font-size: 1rem;
}
.top-news-av_int a {
  color: inherit;
  text-decoration: underline;
}

.top-column_list {
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.top-column_item {
  margin-top: 2rem;
}
.top-column_link {
  display: block;
}
.top-column_link img {
  width: 100%;
}

.column-visible .popup-overlay {
  z-index: 2000;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.popup-columnBox {
  width: 70rem;
  max-width: 92vw;
  max-height: 90vh;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0.7rem 0.7rem 3rem 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 52%;
  left: 50%;
  z-index: -1;
  opacity: 0;
  transition: z-index 0s, opacity 0.5s, transform 0.3s;
  transform: translate(-50%, 0%);
}
.popup-columnBox.item-visible {
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 2001;
}
.popup-columnBox .inner {
  padding: 1.5rem;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.popup-columnBox_closeBtn {
  position: absolute;
  top: -3.2rem;
  right: 0;
  cursor: pointer;
  width: 2.6rem;
  z-index: 1000;
}
.popup-columnBox_closeBtn img {
  width: 100%;
}
.popup-columnBox_kv {
  margin-bottom: 1.5rem;
}
.popup-columnBox_kv img {
  width: 100%;
}
.popup-columnBox_tag li {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.25;
  padding: 0.3rem 0.7rem;
  margin: 0.2rem 0.7rem 0.2rem 0;
  color: #fff;
  background: #000;
  letter-spacing: 0.5px;
}
.popup-columnBox_ttl {
  font-size: 1.6rem;
  line-height: 1.41176471;
  font-weight: bold;
  margin-bottom: 2rem;
}
.popup-columnBox_copy {
  margin: 1.5rem 0;
  font-size: 1.2rem;
  line-height: 1.75;
}
.popup-columnBox_copy p + p {
  margin-top: 1.2em;
}
.popup-columnBox_photo {
  margin-bottom: 1.2rem;
}
.popup-columnBox_photo img {
  max-width: 100%;
}
.popup-columnBox_note {
  font-size: 1.2rem;
  line-height: 1.75;
}

.column-visible {
  position: relative;
}

.t-anchor {
  padding: 2rem 0;
  background: url(/common/img/cm_bg01.jpg) repeat top left;
  background-size: 1.5rem 1.5rem;
}
.t-anchor_item {
  width: 100%;
  margin: 2rem 0;
}
.t-anchor_item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 4px 0 0 #cacaca;
  background-color: #fff;
}
.t-anchor_item a > img {
  width: 32.9787234043%;
}
.t-anchor_ttl {
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #000000;
  font-weight: bold;
}
.t-anchor_ttl img {
  width: 6.5px;
  margin-left: 1rem;
  vertical-align: middle;
}

.t-gallery {
  background: url(/common/img/cm_bg01.jpg) repeat top left;
  background-size: 1.5rem 1.5rem;
  position: relative;
  overflow: hidden;
  padding: 3rem 0 6rem;
}
.t-gallery_copy {
  text-align: center;
  color: #342b1e;
  margin-bottom: 3.5rem;
}
.t-gallery_copy span {
  display: inline-block;
  font-size: 2rem;
  padding: 0 6rem;
  position: relative;
  min-height: 7.5rem;
  line-height: 7.5rem;
}
.t-gallery_copy span::before, .t-gallery_copy span::after {
  position: absolute;
  top: 0;
  width: 2.1rem;
  height: 7.5rem;
  background: no-repeat center center;
  background-size: 100% 100%;
  content: "";
}
.t-gallery_copy span::before {
  left: 0;
  background-image: url(../img/gallery_copy_left.png);
}
.t-gallery_copy span::after {
  right: 0;
  background-image: url(../img/gallery_copy_right.png);
}
.t-gallery_slider {
  width: 100%;
  height: 25rem;
  z-index: 1;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 3.5rem;
}
.t-gallery_slider .slick-list {
  height: 100%;
}
.t-gallery_slider img {
  height: 25rem;
  width: auto;
}

.t-plan {
  position: relative;
  background: url(/common/img/cm_bg02.jpg) repeat top left;
  background-size: 1.5rem 1.5rem;
  padding: 3.5rem 0 5rem;
}
.t-plan::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: rgba(192, 180, 144, 0.8);
  content: "";
}

.plan-list {
  display: flex;
  flex-wrap: wrap;
}
.plan-list_item {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.plan-list_item .pht {
  width: 100%;
  position: relative;
}
.plan-list_item .pht img {
  width: 100%;
}
.plan-list_item .pht .tag {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  font-size: 0;
}
.plan-list_item .pht .tag li {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #202020;
  border-radius: 3px;
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.plan-list_item .int {
  width: 100%;
  background: #fff;
  padding: 1.5rem 8%;
  background: url(../img/plan_bg01.jpg) no-repeat top right;
  background-size: 100% 100%;
  color: #fff;
}
.plan-list_item .int_ttl {
  font-size: 1.5rem;
  line-height: 1.4666667;
  font-weight: bold;
  margin-bottom: 1rem;
  background: url(/common/img/arr_white01.png) no-repeat top 0.6rem right;
  background-size: 0.85rem 1.5rem;
  padding-right: 1rem;
}
.plan-list_item .int_ttl .sm {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 300;
}
.plan-list_item .int_ttl strike {
  font-size: 85%;
}
.plan-list_item .int_ttl .lg {
  font-size: 120%;
}
.plan-list_item .int_copy {
  font-size: 1rem;
  line-height: 1.75;
}
.plan-list_item .int_copy .hl {
  color: #df3f3f;
  display: inline-block;
  background: linear-gradient(to top, #ff0, #ff0 25%, transparent 25%, transparent 25%);
}
.plan-list_item-01 {
  width: 50%;
}
.plan-list_item-01 .int_ttl {
  font-size: 1.85rem;
}
.plan-list_item-02 .pht {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.plan-list_item-02 .pht img {
  opacity: 0;
}
.plan-list_item-02 .int {
  width: 50%;
  padding: 1.5rem 4%;
}
.plan-list_item-03 .int {
  background: #ee4e4e;
  padding: 0.5rem;
}
.plan-list_item-03 .int_ttl {
  display: inline-block;
  padding-right: 2.3rem;
  padding: 5rem 2.3rem 5rem 0;
  background-position: center right;
  margin-bottom: 0;
}
.plan-list_item-03 .int .inner {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
}
.plan-list_item-03-summer {
  width: 50%;
}
.plan-list_item-04 .pht {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.plan-list_item-04 .pht img {
  opacity: 0;
}
.plan-list_item-04 .int {
  width: 50%;
  padding: 1.5rem 4%;
}
.plan-list_item.mt-sp {
  margin-top: 3rem;
}
.plan-list_item.no-1 .int {
  background-image: url(../img/plan_bg01.jpg);
}
.plan-list_item.no-2 .int {
  background-image: url(../img/plan_bg02.jpg);
}
.plan-list_item.no-3 .int {
  background-image: url(../img/plan_bg03.jpg);
}
.plan-list_item.no-4 .int {
  background-image: url(../img/plan_bg04.jpg);
}
.plan-list_item.no-5 .int {
  background-image: url(../img/plan_bg05.jpg);
}
.plan-list_item.no-6 .int {
  background-image: url(../img/plan_bg06.jpg);
}
.plan-list_item.no-7 .int {
  background-image: url(../img/plan_bg07.jpg);
}
.plan-list_item.no-8 .int {
  background-image: url(../img/plan_bg08.jpg);
}
.plan-list_item.no-9 .int {
  background: #ee4e4e;
}
.plan-list_item.no-10 .int {
  background: #ac4ca2;
}
.plan-list_item.no-11 .int {
  background-image: url(../img/plan_bg09.jpg);
}
.plan-list_item.no-12 .int {
  background-image: url(../img/plan_bg10.jpg);
}
.plan-list_item.no-13 .int {
  background-image: url(../img/plan_bg11.jpg);
}
.plan-list_item.no-14 .int {
  background-image: url(../img/plan_bg14.jpg);
}
.plan-list_item.no-decoco .int {
  background-image: url(../img/plan_bg_decoco.jpg);
}

.t-rental {
  background: url(/common/img/cm_bg02.jpg) repeat top left;
  background-size: 1.5rem 1.5rem;
  padding: 3.5rem 0 4rem;
}
.t-rental_list {
  margin-top: 3.2rem;
  margin-bottom: 3rem;
  background-color: #fff;
}
.t-rental_item {
  position: relative;
  margin-bottom: 1px;
}
.t-rental_item .pht img {
  width: 100%;
}
.t-rental_item .copy {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.t-rental_item .copy span {
  padding: 0.6rem 0;
  background: url(/common/img/arr_link01.png) no-repeat bottom right;
  background-size: 300px 4px;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  font-family: "Noto Serif KR", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.t-rental_link {
  display: block;
}
.t-rental_ttl {
  font-family: "Noto Serif KR", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #ee4e4e;
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: 2px;
}

.t-publication {
  background: url(/common/img/cm_bg03.jpg) repeat top left;
  background-size: 5rem 5rem;
  padding: 3.5rem 0 4rem;
}
.t-publication_list {
  padding-top: 1rem;
  margin-bottom: 2.5rem;
}
.t-publication_item {
  position: relative;
  margin-top: 1rem;
  background-color: #fff;
}
.t-publication_item .pht {
  float: left;
  width: 44.77612%;
}
.t-publication_item .pht img {
  width: 100%;
}
.t-publication_item .int {
  width: 55.22388%;
  color: #202020;
  padding: 1.2rem 1.5rem;
}
.t-publication_item .int_time {
  font-size: 1rem;
  margin-bottom: 0.7rem;
}
.t-publication_item .int_ttl {
  font-size: 1.2rem;
}
.t-publication_link {
  display: flex;
}

.t-news {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
.t-news_body {
  padding: 2.8rem 0;
  border: 1px solid #d4d4d4;
  position: relative;
}
.t-news_ttl {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #202020;
  margin-bottom: 2rem;
  overflow: hidden;
}
.t-news_ttl > span {
  font-weight: bold;
  font-family: "Noto Serif KR", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  padding: 0 2.3rem;
  position: relative;
  background-color: #fff;
}
.t-news_list {
  padding: 0 5.8%;
}
.t-news_list li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.t-news_list li .time {
  color: #84878b;
  font-weight: 400;
  display: block;
}
.t-news_list li .ttl {
  color: #202020;
  display: block;
  font-size: 1.2rem;
}
.t-news_list a {
  color: inherit;
}

.t-column {
  padding: 3.5rem 0;
  background: url(/common/img/cm_bg01.jpg) repeat top left;
  background-size: 1.5rem 1.5rem;
}
.t-column .mdl-btn_wrap {
  margin-top: 3rem;
}
/*# sourceMappingURL=top_sp.css.map */
.t-movie {
  padding: 4rem 0;
}
.t-movie_inner {
  max-width: 100%;
  aspect-ratio: 16/9;
}
.t-movie iframe,
.t-movie video {
  width: 100%;
  height: 100%;
}