@charset "UTF-8";
.ly-pageHeader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 0 18px;
  background-color: #fff;
}
.ly-pageHeader.is-scroll .bl_headerInfo_list a {
  height: 60px;
}

.ly_layoutFooter {
  padding-top: 50px;
}

body {
  padding-top: 86px;
}

html.is-menu {
  overflow: hidden;
}

.bl_svgWrapper {
  display: none;
}

.bl_layout__backGreenDark {
  background-color: #f2f1e8;
}
.bl_layout__plan {
  padding-top: 100px;
}
.bl_layout__news {
  padding-top: 120px;
}
.bl_layout__access {
  padding-bottom: 0;
}

.bl_layoutHeader__reservation {
  margin-bottom: 38px;
  padding-top: 55px;
}
.bl_layoutHeader__other {
  padding-top: 112px;
}
.bl_layoutHeader__equipmentList {
  padding-top: 110px;
}
.bl_layoutHeader__facilityEquipmentList {
  margin-bottom: 70px;
  padding-top: 110px;
}
.bl_layoutHeader__credit {
  padding-top: 10px;
}

.bl_breadcrumbs {
  margin-top: 30px;
}

.bl_btnReturn {
  margin-top: 100px;
}
.bl_btnReturn__thanks {
  margin-top: 80px;
}
.bl_btnReturn__season {
  margin-top: 40px;
}

.bl_breadcrumbsWrapperBack {
  margin-bottom: -15px;
  padding-bottom: 15px;
  overflow: hidden;
  background-color: #f5f4ee;
}

.bl_pageLogo {
  margin-right: 2vw;
  color: #4d4920;
  line-height: 1.2;
  text-align: center;
}
.bl_pageLogo h1 {
  font-weight: normal;
}
.bl_pageLogo span {
  display: block;
}

.bl_pageLogo_en {
  font-size: 0.5rem;
  font-family: "Cinzel", serif;
}

.bl_pageLogo_jp {
  font-size: 0.8125rem;
  font-family: "Noto Serif JP", serif;
}

.bl_pageLogo_name {
  color: #1d1d1d;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
}

.bl_headerInfo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.bl_globalNavi {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px min(2.25vw, 42px);
  line-height: 1.2;
}
.bl_globalNavi li {
  position: relative;
}
.bl_globalNavi li::after {
  -webkit-transform: translateX(-50%);
  display: none;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 28px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #d5d3c5;
  content: "";
}

.page-news .bl_globalNavi .bl_globalNavi_news::after,
.page-news-detail .bl_globalNavi .bl_globalNavi_news::after {
  display: block;
}

.page-room .bl_globalNavi .bl_globalNavi_room::after {
  display: block;
}

.page-facility .bl_globalNavi .bl_globalNavi_facility::after {
  display: block;
}

.page-hood .bl_globalNavi .bl_globalNavi_hood::after {
  display: block;
}

.page-access .bl_globalNavi .bl_globalNavi_access::after {
  display: block;
}

.page-faq .bl_globalNavi .bl_globalNavi_faq::after {
  display: block;
}

.bl_headerInfo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 0.875rem;
}
.bl_headerInfo_list li:first-child a {
  background-color: #41413b;
}
.bl_headerInfo_list li:first-child a:hover {
  background-color: #252525;
}
.bl_headerInfo_list li:last-child a {
  background-color: #64645f;
}
.bl_headerInfo_list li:last-child a:hover {
  background-color: #252525;
}
.bl_headerInfo_list a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6.5vw;
  min-width: 90px;
  max-width: 125px;
  height: 86px;
}
.bl_headerInfo_list a:hover {
  opacity: 1;
}

.bl_headerInfo_list_imgWrapper {
  height: 18px;
  margin-bottom: 4px;
}

.bl_headerInfo_tel {
  margin-right: min(1.6vw, 30px);
  margin-left: 1vw;
  color: #939073;
  font-size: 0.875rem;
  line-height: 1.4;
  white-space: nowrap;
}
.bl_headerInfo_tel a {
  color: #41413b;
  font-weight: bold;
  font-size: 1.5625rem;
  font-family: "Cinzel", serif;
}

.bl_bl_headerRight {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  max-width: 1420px;
  transition: all 0.3s;
}
.bl_switch {
  display: none;
}

.is-menu .bl_switch span {
  font-size: 0;
}
.is-menu .bl_switch span::after {
  content: "CLOSE";
  font-size: 0.625rem;
}
.is-menu .bl_switch::after {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}
.is-menu .bl_switch::before {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}
.is-menu .bl_switch::after,
.is-menu .bl_switch::before {
  position: absolute;
  top: 25px;
  left: 50%;
  width: 80%;
  height: 1px;
}

.bl_footerLogo02 {
  line-height: 1.2;
}

.bl_footerLogo02_en {
  font-size: 0.5rem;
  font-family: "Cinzel", serif;
}

.bl_footerLogo02_jp {
  margin-bottom: 5px;
  font-size: 0.8125rem;
  font-family: "Noto Serif JP", serif;
}

.bl_footerLogo02_name {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
}

.bl_footerAddress {
  margin-top: 38px;
  line-height: 1.4;
  opacity: 0.6;
}
.bl_footerAddress .bl_accessData_address,
.bl_footerAddress .bl_accessData_time {
  font-size: 0.875rem;
}

.bl_footerNumber {
  margin-top: 20px;
}
.bl_footerNumber > div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.3;
}
.bl_footerNumber dt {
  margin-right: 2px;
}

.bl_footerNumber_tel {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Cinzel", serif;
}

.bl_footerLinks {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  gap: 10px;
  font-size: 0.875rem;
}
.bl_footerLinks a {
  display: block;
  width: 140px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  opacity: 0.8;
}
.bl_footerLinks a:hover {
  opacity: 1;
}

.bl_footerSide__page {
  width: 540px;
  padding-top: 100px;
  padding-left: 10px;
}
.bl_footerSide__page .bl_footerList {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bl_footerSide__page .bl_footerList li {
  width: 33.33%;
  min-width: 11em;
  padding-right: 5px;
}

.bl_copy {
  margin-top: 0px;
}

.bl_kvErea_item {
  position: relative;
}
.bl_kvErea_item .bl_kvErea_slider {
  z-index: -1;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl_kvErea_item .bl_kvErea_slider {
  z-index: -1;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl_kvErea_item .bl_kvErea_slider > div {
  width: 100%;
  height: 100%;
}
.bl_kvErea_item .bl_kvErea_slider img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_kvErea_item.bl_kvErea_item__under {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: relative;
  justify-content: center;
  width: 100%;
  height: 814px;
  padding-left: 0;
  background-image: none;
  flex-direction: column;
}
.bl_kvErea_item.bl_kvErea_item__under .bl_kvErea_itemInner {
  margin-right: 0;
}
.bl_kvErea_item.bl_kvErea_item__under .bl_kvErea_itemInner {
  height: 255px;
  margin-top: 50px;
}
.bl_kvErea_item.bl_kvErea_item__under .bl_kvErea_item_en {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 0.5rem;
}
.bl_kvErea_item.bl_kvErea_item__under .bl_kvErea_item_jp {
  margin-bottom: 15px;
  font-size: 0.8125rem;
  line-height: 1;
  font-family: "Sawarabi Mincho", serif;
}

.bl_layoutHeaderSide {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.bl_planItem {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.bl_planItem:hover {
  opacity: 1;
}
.bl_planItem:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.bl_planItem_imgWrapper {
  display: block;
  aspect-ratio: 260/195;
  width: min(20.4vw, 260px);
  margin-right: 16px;
  overflow: hidden;
  border-radius: 4px;
}
.bl_planItem_imgWrapper img {
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bl_planItem_data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bl_layoutHeaderSide_link {
  display: block;
  min-width: 302px;
  padding: 2px 4px;
  border: 1px solid #d5d3c5;
  border-radius: 2px;
  font-size: 1.125rem;
  text-align: center;
}
.bl_layoutHeaderSide_link:hover {
  border-color: #4d4920;
  background-color: #4d4920;
  color: #fff;
  opacity: 1;
}

.bl_planUnit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 25px;
  gap: 100px 45px;
}

.bl_planItem_heading {
  margin-bottom: 25px;
  font-size: 1.375rem;
  line-height: 1.27;
}

.bl_planItem_list {
  line-height: 1.5;
}
.bl_planItem_list > div {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.bl_planItem_list > div:not(:last-child) {
  margin-bottom: 14px;
}
.bl_planItem_list dt {
  width: 64px;
  margin-right: 9px;
}
.bl_planItem_list dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bl_planItem_badge {
  padding: 2.5px 0;
  border-radius: 2px;
  background-color: #1d1d1d;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.bl_newsTabLapper {
  padding-top: 1px;
}

.bl_changeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 43px;
  gap: 41px;
  color: #939073;
}
.bl_changeList__top {
  margin-top: -30px;
  margin-right: 305px;
  margin-left: 235px;
}
.bl_changeList .is-active {
  border-bottom: 1px solid #939073;
}

.bl_newsUnit {
  display: none;
  gap: 60px;
}
.bl_newsUnit.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_newsItem {
  width: 360px;
}
.bl_newsItem:hover {
  opacity: 1;
}
.bl_newsItem:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.bl_newsItem:hover .bl_newsItem_heading {
  color: #4d4920;
}

.bl_newsItem_imgWrapper {
  aspect-ratio: 36/27;
  margin-bottom: 12px;
  overflow: hidden;
}
.bl_newsItem_imgWrapper img {
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bl_newsItem_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  gap: 35px;
  color: #939073;
  font-size: 0.875rem;
}

.bl_newsItem_heading {
  -webkit-transition: all 0.3s;
  font-size: 1.125rem;
  line-height: 1.5;
  transition: all 0.3s;
}

.bl_fullHorizontalOverflow {
  overflow: hidden;
}

.bl_fullHorizontalWrapper {
  margin-top: 215px;
}

.bl_fullHorizontal01 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 160px;
}
.bl_fullHorizontal01::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 10%;
  right: 0;
  aspect-ratio: 1078/632;
  width: 56.14%;
  min-height: 430px;
  border-radius: 8px 0 0 8px;
  background-color: #f2f1e8;
  content: "";
}
.bl_fullHorizontal01::before {
  -webkit-transform: translate(34%, -50%);
  -webkit-animation-name: rotate;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  z-index: 0;
  position: absolute;
  top: 53%;
  right: 0;
  aspect-ratio: 1/1;
  width: 46.85vw;
  transform: translate(34%, -50%);
  background-image: url(/assets/img/takasaki/circle_txt.svg);
  background-size: auto 100%;
  content: "";
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-name: rotate;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(34%, -50%) rotate(0);
    transform: translate(34%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(34%, -50%) rotate(360deg);
    transform: translate(34%, -50%) rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(34%, -50%) rotate(0);
    transform: translate(34%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(34%, -50%) rotate(360deg);
    transform: translate(34%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes spRotate {
  0% {
    -webkit-transform: translate(30%, 0%) rotate(0);
    transform: translate(30%, 0%) rotate(0);
  }
  100% {
    -webkit-transform: translate(30%, 0%) rotate(360deg);
    transform: translate(30%, 0%) rotate(360deg);
  }
}
@keyframes spRotate {
  0% {
    -webkit-transform: translate(30%, 0%) rotate(0);
    transform: translate(30%, 0%) rotate(0);
  }
  100% {
    -webkit-transform: translate(30%, 0%) rotate(360deg);
    transform: translate(30%, 0%) rotate(360deg);
  }
}
.bl_fullHorizontal01_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  position: relative;
  flex: 1;
  max-width: 630px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 40px;
}

.bl_fullHorizontal_txt {
  margin-top: 40px;
  margin-bottom: 20px;
}

.bl_fullHorizontal01_imgWrapper {
  display: block;
  position: relative;
  width: 50%;
}
.bl_fullHorizontal01_imgWrapper img {
  width: 100%;
  border-radius: 0 8px 8px 0;
}

.bl_fullHorizontal02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 135px;
}
.bl_fullHorizontal02.top::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 13.5%;
  left: 0;
  aspect-ratio: 491/674;
  width: 25.5%;
  min-height: 430px;
  border-radius: 8px 0 0 8px;
  background-color: #f2f1e8;
  content: "";
}
.bl_fullHorizontal02.iwai::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 13.5%;
  left: 0;
  aspect-ratio: 491/634;
  width: 25.5%;
  min-height: 430px;
  border-radius: 8px 0 0 8px;
  background-color: #f2f1e8;
  content: "";
}

.bl_fullHorizontal02_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 0px;
  padding-left: 30px;
}

.bl_fullHorizontal02_imgWrapper {
  display: block;
  width: 50%;
}
.bl_fullHorizontal02_imgWrapper img {
  display: block;
  width: 100%;
  max-width: 800px;
  border-radius: 8px;
}

.bl_fullHorizontal02_content_inner {
  max-width: 560px;
  margin-right: 40px;
  margin-left: auto;
}

.bl_fullHorizontal03 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 135px;
}
.bl_fullHorizontal03::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 52.9%;
  height: 100%;
  border-radius: 8px 0 0 8px;
  background-color: #f2f1e8;
  content: "";
}

.bl_fullHorizontal03_imgWrapper {
  width: 58.59%;
}
.bl_fullHorizontal03_imgWrapper img {
  display: block;
  width: 100%;
}

.bl_fullHorizontal03_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 38px;
  padding-right: 30px;
}

.bl_fullHorizontal03_content_inner {
  max-width: 560px;
  padding: 60px 0;
}

.bl_accessData {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 25px;
  white-space: nowrap;
}

.bl_accessData_address {
  font-style: normal;
  font-size: 1rem;
}

.bl_accessData_time {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 35px;
  font-size: 1rem;
}
.bl_accessData_time dt,
.bl_accessData_time dd {
  display: inline;
}

.bl_accessData_list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  gap: 20px;
}
.bl_accessData_list a {
  max-width: 100%;
}
.bl_accessData_list li {
  width: 11.4vw;
  min-width: 110px;
  max-width: 220px;
}

.bl_gmap {
  width: calc(100% + 60px);
  height: 705px;
  margin: 0 -30px;
}

.bl_certification {
  margin-top: 15px;
  padding: 58px 20px 55px;
  border: 5px solid #ebe9dd;
}

.bl_certification_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 835px;
  margin: 0 auto;
}

.bl_certification_imgWrapper {
  margin-right: 40px;
}

.bl_certification_txtBox {
  line-height: 1.5;
}
.bl_certification_txtBox em {
  font-style: normal;
  font-weight: bold;
}

.bl_certification_list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 580px;
  margin: 12px 0;
}
.bl_certification_list li {
  width: 50%;
  padding-right: 10px;
}
.bl_certification_list li b {
  font-weight: normal;
  text-decoration: underline;
}
.bl_certification_list li::before {
  content: "・";
}

.bl_pageHeader02 {
  padding-top: 82px;
  padding-bottom: 100px;
}
.bl_pageHeader02__map {
  padding-bottom: 60px;
}

.bl_newsUnit02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 40px;
}
.bl_newsUnit02.bl_newsUnit02__season {
  margin-top: 54px;
}

.bl_newsItem02 {
  max-width: 320px;
}
.bl_newsItem02:hover {
  opacity: 1;
}
.bl_newsItem02:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.bl_newsItem02:hover .bl_newsItem02_heading {
  color: #4d4920;
}

.bl_newsItem02_imgWrapper {
  aspect-ratio: 320/240;
  margin-bottom: 8px;
  overflow: hidden;
}
.bl_newsItem02_imgWrapper img {
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bl_newsItem02_list {
  margin-bottom: 6px;
  color: #939073;
  font-size: 0.875rem;
}

.bl_newsItem02_cat {
  display: inline-block;
  min-width: 79px;
  margin-left: 8px;
  padding: 1.5px;
  border: 1px solid #939073;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
}

.bl_newsItem02_heading {
  -webkit-transition: all 0.3s;
  font-weight: bold;
  line-height: 1.5;
  transition: all 0.3s;
}

.bl_pager {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 106px;
  color: #939073;
  font-size: 0.875rem;
  font-family: "Cinzel", serif;
}
.bl_pager li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.bl_pager a {
  display: block;
  width: 100%;
  height: 100%;
}
.bl_pager .current_page {
  display: block;
  border: 1px solid #d5d3c5;
  border-radius: 4px;
}

.bl_blogTop {
  margin-bottom: 10px;
  color: #939073;
  font-size: 0.875rem;
}
.bl_blogTop time {
  display: inline-block;
  margin-right: 15px;
}

.bl_blogTop_cat {
  display: inline-block;
  padding: 0 3px;
  border: 1px solid #d5d3c5;
  font-size: 0.75rem;
  line-height: 1.45;
}

.bl_blogHeading {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d5d3c5;
  font-size: 1.75rem;
  line-height: 1.5;
}

.bl_blogBody h1 {
  margin-bottom: 28px;
  font-size: 1.5rem;
}
.bl_blogBody h2 {
  margin-bottom: 28px;
  font-size: 1.375rem;
}
.bl_blogBody h3 {
  margin-bottom: 30px;
  font-size: 1.25rem;
}
.bl_blogBody h4 {
  margin-bottom: 30px;
  font-size: 1.125rem;
}
.bl_blogBody p {
  margin-bottom: 18px;
}
.bl_blogBody img {
  display: block;
  max-width: 100%;
  margin: 35px 0 38px;
}
.bl_blogBody a {
  display: inline-block;
  margin-bottom: 18px;
  color: #4d4920;
  text-decoration: underline;
}
.bl_blogBody ul {
  margin-top: 15px;
  margin-bottom: 30px;
}
.bl_blogBody ul li {
  position: relative;
  padding-left: 1em;
}
.bl_blogBody ul li::before {
  display: inline-block;
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #939073;
  content: "";
}
.bl_blogBody ol {
  margin-top: 15px;
  margin-bottom: 30px;
  list-style: none;
}
.bl_blogBody ol li {
  position: relative;
  padding-left: 1em;
  counter-increment: number;
}
.bl_blogBody ol li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number);
  color: #939073;
}
.bl_blogBody table {
  width: 100%;
  margin: 36px 0;
  text-align: center;
  table-layout: fixed;
}
.bl_blogBody table th {
  background-color: #f5f4ee;
}
.bl_blogBody table th,
.bl_blogBody table td {
  padding: 15.5px 10px;
  border: 1px solid #d5d3c5;
}

.bl_pageHeader03 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 90px 0;
}
.bl_pageHeader03::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 1.5%;
  width: 89.2%;
  height: 100%;
  border-radius: 16px;
  background-color: #f5f4ee;
  content: "";
}

.bl_pageHeader03_imgWrapper {
  width: 61.45%;
  margin-left: 2%;
}
.bl_pageHeader03_imgWrapper img {
  display: block;
  width: 100%;
  border-radius: 16px 0 0 16px;
}

.bl_pageHeader03_txtBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  justify-content: center;
  padding-bottom: 40px;
  padding-left: 7.5%;
}

.bl_pageHeader03_heading {
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
.bl_pageHeader03_heading::before {
  display: block;
  margin-bottom: 15px;
  content: attr(data-en);
  color: #939073;
  font-size: 0.875rem;
  font-family: "Cinzel", serif;
}

.bl_pageHeader03_txt {
  max-width: 320px;
  margin-top: 40px;
  font-size: 0.875rem;
  line-height: 2.2;
}

.bl_fullMarquee {
  -webkit-animation-name: headerTxt;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  position: absolute;
  bottom: 58px;
  width: 100%;
  height: 60px;
  background-image: url(/assets/img/takasaki/room/headerTxt.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-name: headerTxt;
}
.bl_fullMarquee__facility {
  -webkit-animation-name: headerTxt_facility;
  background-image: url(/assets/img/takasaki/facility/headerTxt.svg);
  animation-name: headerTxt_facility;
}
.bl_fullMarquee__hood {
  -webkit-animation-name: headerTxt_hood;
  background-image: url(/assets/img/takasaki/hood/headerTxt.svg);
  animation-name: headerTxt_hood;
}
.bl_fullMarquee__access {
  -webkit-animation-name: headerTxt_access;
  background-image: url(/assets/img/takasaki/access/headerTxt.svg);
  animation-name: headerTxt_access;
}

@-webkit-keyframes headerTxt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1313px 0;
  }
}

@keyframes headerTxt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1313px 0;
  }
}
@-webkit-keyframes headerTxt_facility {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1326px 0;
  }
}
@keyframes headerTxt_facility {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1326px 0;
  }
}
@-webkit-keyframes headerTxt_hood {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 892px 0;
  }
}
@keyframes headerTxt_hood {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 892px 0;
  }
}
@-webkit-keyframes headerTxt_access {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1010px 0;
  }
}
@keyframes headerTxt_access {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1010px 0;
  }
}
.bl_slider_imgWrapper.swiper,
.bl_facilityItem_imgWrapper {
  position: relative;
  max-width: 52.8%;
  margin-right: 20px;
  margin-left: 0;
  padding-bottom: 20px;
}
.bl_slider_imgWrapper.swiper .swiper-slide img,
.bl_facilityItem_imgWrapper .swiper-slide img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_slider_imgWrapper.swiper img,
.bl_facilityItem_imgWrapper img {
  display: block;
  width: 100%;
}
.bl_slider_imgWrapper.swiper .swiper-slide img,
.bl_facilityItem_imgWrapper .swiper-slide img {
  border-radius: 8px;
}

.bl_facilityItem_imgWrapper img {
  border-radius: 8px;
}

.bl_restaurantWrapper {
  position: relative;
}

.bl_bl_restaurant_sideText {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -15px;
  color: #f5f4ee;
  font-size: 5.125rem;
  line-height: 1;
  font-family: "Cinzel", serif;
  writing-mode: vertical-rl;
}

.bl_restaurantSlider.swiper {
  position: relative;
  margin-bottom: 78px;
  padding-bottom: 20px;
}
.bl_restaurantSlider.swiper img {
  display: block;
  width: 100%;
}
.bl_restaurantSlider.swiper .swiper-slide img {
  border-radius: 8px;
}

.bl_facilityItem {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 130px;
}
.bl_facilityItem__center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bl_facilityItem__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.bl_facilityItem__reverse .bl_facility_data_list dt {
  width: 7.2em;
}
.bl_facilityItem__reverse .bl_slider_imgWrapper {
  margin-right: 0;
}
.bl_facilityItem__reverse .bl_facility_data {
  margin-right: 20px;
}

.bl_facilityItemOuter {
  position: relative;
  margin-bottom: 272px;
}
.bl_facilityItemOuter.bl_facilityItemOuter__simple {
  margin-bottom: 20px;
}
.bl_facilityItemOuter.bl_facilityItemOuter__simple::before {
  display: none;
}
.bl_facilityItemOuter::before {
  z-index: -1;
  position: absolute;
  top: 38%;
  left: -30px;
  width: 55.6vw;
  height: 89%;
  border-radius: 0 8px 8px 0;
  background-color: #f2f1e8;
  content: "";
}

.bl_facility_data {
  width: 500px;
}
.bl_facility_data .bl_facility_data_small03 {
  display: block;
  margin-top: 50px;
  color: #828282;
  font-size: inherit;
}

.bl_facility_data_heading {
  margin-bottom: 55px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}

.bl_facility_data_txt {
  font-size: 1rem;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0 !important;
  left: 0;
  gap: 6px;
}
.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 22px;
  height: 1.5px;
  margin: 0 !important;
  background-color: #d5d3c5;
  cursor: pointer;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #939073;
}

.bl_facility_data_list {
  margin-top: 50px;
  padding: 10px 0;
  border-top: 1px solid #d5d3c5;
  border-bottom: 1px solid #d5d3c5;
  color: #828282;
  font-size: 1rem;
  line-height: 1.5;
}
.bl_facility_data_list__mt-min {
  margin-top: 32px;
}
.bl_facility_data_list dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.bl_facility_data_list dt {
  min-width: 5em;
  padding-right: 1em;
}

.bl_facility_data_small {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #b86f6f;
  font-weight: 600;
  font-size: 0.875rem;
}
.bl_facility_data_small::before {
  content: "※";
}

.bl_facility_data_small02 {
  display: block;
  color: #b86f6f;
  font-weight: 600;
  font-size: 0.875rem;
}
.bl_facility_data_small02::before {
  content: "※";
}

.bl_facility_data_tel {
  color: #41413b;
  font-size: 1.5625rem;
  font-family: "Cinzel", serif;
}

.swiper-buttonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 20px;
  overflow: hidden;
  border-radius: 6px 0;
}
.swiper-buttonWrapper .swiper-button-prev,
.swiper-buttonWrapper .swiper-button-next {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 33px;
  margin: 0;
  background-color: #fff;
}
.swiper-buttonWrapper .swiper-button-prev::before,
.swiper-buttonWrapper .swiper-button-prev:after,
.swiper-buttonWrapper .swiper-button-next::before,
.swiper-buttonWrapper .swiper-button-next:after {
  display: none;
}
.swiper-buttonWrapper .swiper-button-prev img,
.swiper-buttonWrapper .swiper-button-next img {
  width: 17px !important;
}
.swiper-buttonWrapper .swiper-button-prev {
  left: 0;
}
.swiper-buttonWrapper .swiper-button-next {
  right: 0;
}
.swiper-buttonWrapper .swiper-button-next::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 85%;
  transform: translateY(-50%);
  background-color: #d5d3c5;
  content: "";
}
.swiper-buttonWrapper .swiper-button-next img {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.bl_fullImg {
  margin-top: 74px;
  margin-bottom: 82px;
}
.bl_fullImg img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.bl_fullImg02 {
  margin-top: 55px;
  margin-bottom: 58px;
}
.bl_fullImg02 img {
  display: block;
  width: 100%;
}

.bl_fullImg03 {
  margin-top: 55px;
  margin-bottom: 40px;
}
.bl_fullImg03 img {
  display: block;
  width: 100%;
}

.bl_equipmentList {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 32px 40px;
  line-height: 1.5;
}
.bl_equipmentList img {
  margin-right: 22px;
}
.bl_equipmentList li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #d5d3c5;
}
.bl_equipmentList.bl_equipmentList__facility {
  margin-bottom: 110px;
}

.bl_equipmentList {
  max-width: 800px;
  margin: 88px auto 0;
}

.bl_creditName {
  max-width: 800px;
  margin: 0 auto 86px;
  padding: 24.5px;
  background-color: #fff;
  font-size: 1rem;
  text-align: center;
}

.bl_restaurantHeading {
  margin-bottom: 50px;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}

.bl_restaurantTxt01 {
  margin-top: 30px;
}

.bl_restaurantTxt02 {
  margin-bottom: 30px;
  color: #828282;
}
.bl_restaurantTxt02 small {
  display: block;
  font-size: inherit;
}

.bl_restaurantList {
  margin-top: -10px;
}
.bl_restaurantList dt,
.bl_restaurantList dd {
  display: inline-block;
}
.bl_restaurantList dt {
  margin-right: 15px;
}

.bl_restaurantBorder {
  height: 1px;
  margin: 38px 0 28px;
  border: none;
  background-color: #d5d3c5;
}

.bl_messageBox {
  margin-top: 72px;
  margin-bottom: 80px;
  padding: 52px 30px 50px;
  border-radius: 8px;
  background-color: #f5f4ee;
  text-align: center;
}

.bl_messageBox_heading01 {
  font-weight: normal;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
}

.bl_messageBox_heading02 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 5px;
  font-weight: 600;
  font-size: 1rem;
}
.bl_messageBox_heading02::after {
  -webkit-transform: translate(-100%, 50%);
  left: -5px;
  transform: translate(-100%, 50%);
}
.bl_messageBox_heading02::before {
  -webkit-transform: translate(100%, 50%);
  right: -5px;
  transform: translate(100%, 50%);
}
.bl_messageBox_heading02::after,
.bl_messageBox_heading02::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 9px;
  height: 1px;
  background-color: #1d1d1d;
  content: "";
}

.bl_messageBox_txt {
  line-height: 2.4;
}

.bl_messageBox_list {
  max-width: 782px;
  margin-right: auto;
  margin-left: auto;
}
.bl_messageBox_list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.bl_messageBox_list > div:not(:last-child) {
  margin-bottom: 15px;
}
.bl_messageBox_list dt {
  width: 105px;
  font-weight: 600;
  line-height: 1.5;
}
.bl_messageBox_list dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}

.bl_otherList {
  max-width: 800px;
  margin: 0 auto 80px;
}
.bl_otherList > div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 31px 0;
  border-bottom: 1px solid #d5d3c5;
  line-height: 1.5;
}
.bl_otherList > div:first-child {
  padding-top: 18px;
}
.bl_otherList dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 48.5%;
  font-weight: 600;
  font-size: 1rem;
}
.bl_otherList dt img {
  margin-right: 34px;
}
.bl_otherList dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bl_otherList dd small {
  display: block;
  position: relative;
  padding-left: 1.2em;
  font-size: inherit;
}
.bl_otherList dd small::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.bl_otherList__access {
  max-width: 1040px;
  margin-bottom: 0;
}
.bl_otherList__access dt {
  width: 200px;
}

.bl_otherList_txt {
  margin-bottom: 10px;
}

.bl_otherList_iconList {
  width: 36px;
  margin-right: 20px;
}
.bl_otherList_iconList img {
  display: block;
}

.bl_cardUnit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 130px;
  margin-bottom: 72px;
  gap: 135px 8.5%;
}

.bl_cardItem_imgWrapper {
  margin-bottom: 20px;
}
.bl_cardItem_imgWrapper img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.bl_cardItem_name {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
}

.bl_cardItem_list {
  margin-top: 10px;
}
.bl_cardItem_list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.bl_cardItem_list > div a {
  color: #939073;
}
.bl_cardItem_list > div dt {
  width: 90px;
  color: #939073;
}
.bl_cardItem_list > div dt span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 71px;
  padding: 4px 7.5px;
  border: 1px solid #939073;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: center;
}
.bl_cardItem_list > div dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #828282;
  line-height: 1.5;
}

.bl_cardItem_link {
  display: inline-block;
  margin-top: 5px;
  color: #939073;
}
.bl_cardItem_link svg {
  vertical-align: middle;
}

.bl_cardItem_small {
  display: block;
  color: #828282;
  font-size: inherit;
}
.bl_cardItem_small::before {
  content: "※";
}

.bl_gmapAccess {
  display: block;
  width: 100%;
  height: 512px;
  margin-top: 130px;
  margin-bottom: 29px;
  border: none;
}

.bl_accessItem:not(:last-child) {
  margin-bottom: 82px;
}

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

.bl_accessItemHeading {
  margin-bottom: 32px;
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
}
.bl_accessItemHeading img {
  margin-right: 5px;
  vertical-align: middle;
}

.bl_accessItem_txtbox {
  width: 50%;
}
.bl_accessItem_txtbox small {
  display: block;
  position: relative;
  margin-top: 20px;
  padding-left: 1.3em;
  font-size: 0.875rem;
  line-height: 1.7;
}
.bl_accessItem_txtbox small::before {
  position: absolute;
  top: 1px;
  left: 0px;
  content: "※";
}

.bl_accessItem_list {
  width: 40.38%;
  padding-top: 0px;
}

.bl_accessList {
  margin-bottom: 60px;
}

.bl_otherList__accessList {
  margin-bottom: 0;
}
.bl_otherList__accessList div {
  padding-top: 18px;
  padding-bottom: 18px;
}
.bl_otherList__accessList div dt {
  width: 44%;
}
.bl_otherList__accessList div:first-child {
  padding-top: 0;
}
.bl_otherList .bl_otherList_accessHeading {
  width: 58px;
}

.bl_otherList__list01 li {
  margin: 15px 0;
}
.bl_otherList__list01 li:last-child {
  margin-bottom: 0;
}
.bl_otherList__list01 li:first-child {
  margin-top: 0;
}

.bl_otherList__list02 dt {
  width: 142px;
}
.bl_otherList__list02 > div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.bl_otherList__list02 > div:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d3c5;
}

.bl_accessItemHeading {
  margin-bottom: 24px;
  font-weight: 600;
}

.bl_dtDotList {
  font-size: 0.9375rem;
}
.bl_dtDotList > div {
  margin-bottom: 50px;
}
.bl_dtDotList dt {
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 1.125rem;
}
.bl_dtDotList dd {
  position: relative;
  margin-bottom: 6px;
  padding-left: 18px;
}
.bl_dtDotList dd::before {
  position: absolute;
  top: 0px;
  left: 0;
  margin-right: 2px;
  content: "・";
  color: #939073;
}

.bl_faqList > div {
  position: relative;
  padding: 32px 0 32px 45px;
  border-top: 1px solid #d5d3c5;
}
.bl_faqList > div:last-child {
  border-bottom: 1px solid #d5d3c5;
}
.bl_faqList dt {
  -webkit-transition: all 0.3s;
  margin-bottom: 0px;
  padding-right: 55px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}
.bl_faqList dt.is-active {
  margin-bottom: 23px;
}
.bl_faqList dt.is-active .bl_faqList_state::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bl_faqList dd {
  display: none;
  padding-right: 30px;
}
.bl_faqList .bl_faqList_state {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #d5d3c5;
}
.bl_faqList .bl_faqList_state::after,
.bl_faqList .bl_faqList_state::before {
  -webkit-transition: all 0.3s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 1px;
  background-color: #939073;
  content: "";
  transition: all 0.3s;
}
.bl_faqList .bl_faqList_state::after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bl_faqList .bl_faqList_state::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.bl_siteMapList {
  margin-bottom: 80px;
}
.bl_siteMapList a {
  display: block;
  padding: 28px 0;
  border-bottom: 1px solid #d5d3c5;
}
.bl_siteMapList > li {
  margin-bottom: 65px;
}
.bl_siteMapList > li:last-child {
  margin-bottom: 0;
}

.bl_siteMapList__sub {
  padding-left: 60px;
}

.bl_formStep {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 347px;
  margin: 76px auto 0;
}

.bl_formStep_border {
  width: 52px;
  height: 1px;
  background-color: #d9d9d9;
}

.bl_formStep_item {
  position: relative;
}
.bl_formStep_item.is-active::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 65%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #d9d9d9;
  content: "";
}

.bl_sendTxtWrapper {
  margin-top: 120px;
  text-align: center;
}

.bl_sendTxt01 {
  margin-bottom: 60px;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
}

.el_heading03 {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.el_bottomBorderHeading {
  position: relative;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.6;
  font-family: "Sawarabi Mincho", serif;
}
.el_bottomBorderHeading::before {
  display: block;
  margin-bottom: 18px;
  content: attr(data-en);
  color: #939073;
  font-size: 1rem;
  font-family: "Cinzel", serif;
}
.el_bottomBorderHeading::after {
  -webkit-transform: translateY(5px);
  display: block;
  width: 28px;
  height: 1px;
  transform: translateY(5px);
  background-color: #939073;
  content: "";
}
.el_bottomBorderHeading__center {
  padding-bottom: 22px;
  text-align: center;
}
.el_bottomBorderHeading__center::before {
  margin-bottom: 0px;
}
.el_bottomBorderHeading__center::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.el_iconHeading {
  margin-bottom: 62px;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.el_iconHeading::before {
  display: block;
  width: 66px;
  height: 34px;
  margin: 0 auto 2px;
  background-image: url(/assets/img/icon/sun.svg);
  background-size: contain;
  content: "";
}

.el_centerTxt {
  font-size: 1rem;
  text-align: center;
}
.el_centerTxt small {
  display: block;
  font-size: inherit;
}

.el_btn {
  display: block;
  width: 220px;
  padding: 4px 0;
  border: 1px solid #d5d3c5;
  color: #4d4920;
  font-size: 1rem;
  text-align: center;
}
.el_btn:hover {
  border-color: #4d4920;
  background-color: #4d4920;
  color: #fff;
  opacity: 1;
}
.el_btn_gmap {
  width: 520px;
  margin: 0 auto;
}
.el_btn_gmap svg {
  margin-right: 5px;
  vertical-align: middle;
}
.el_btn__send {
  background-color: #d5d3c5;
}

.el_horizontalBorderHeading {
  position: relative;
  max-width: 800px;
  margin: 74px auto 0;
  font-weight: 600;
  font-size: 1.125rem;
}
.el_horizontalBorderHeading + .bl_equipmentList {
  margin-top: 30px;
}
.el_horizontalBorderHeading span {
  z-index: 1;
  position: relative;
  padding-right: 33px;
  background-color: #f2f1e8;
}
.el_horizontalBorderHeading::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: #d5d3c5;
  content: "";
}

@media only screen and (max-width: 960px) {
  .bl_newsUnit02.bl_newsUnit02__season {
    grid-template-columns: repeat(2, 1fr);
  }
  .bl_newsUnit02 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 950px) {
  .ly-pageHeader {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
  }
  .ly-pageHeader.is-scroll .bl_headerInfo_list a {
    height: auto;
  }
  body {
    padding-top: 60px;
  }
  .bl_pageLogo_en {
    font-size: 0.3125rem;
  }
  .bl_pageLogo_jp {
    font-size: 0.5rem;
  }
  .bl_pageLogo_name {
    font-size: 1rem;
  }
  .bl_headerInfo {
    display: block;
  }
  .bl_globalNavi li::after {
    display: none !important;
  }
  .bl_globalNavi {
    display: block;
    margin-bottom: 22px;
  }
  .bl_globalNavi li {
    width: 100%;
    border-top: 1px solid rgba(213, 211, 197, 0.4);
  }
  .bl_globalNavi li a {
    display: block;
    padding: 14px 0;
  }
  .bl_globalNavi li:last-child {
    border-bottom: 1px solid rgba(213, 211, 197, 0.4);
  }
  .bl_headerInfo_list {
    display: block;
  }
  .bl_headerInfo_list li {
    margin-bottom: 24px;
  }
  .bl_headerInfo_list li a {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 3.5px 0;
  }
  .bl_headerInfo_list li {
    border-radius: 4px;
  }
  .bl_headerInfo_list_imgWrapper {
    display: none;
  }
  .bl_headerInfo_tel {
    margin-bottom: 20px;
    text-align: center;
  }
  .bl_bl_headerRight {
    display: block;
    position: fixed;
    top: 60px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 24px 30px 0;
    overflow: auto;
    background-color: #fff;
  }
  .is-menu .bl_bl_headerRight {
    left: 0;
  }
  .bl_switch {
    display: block;
    position: relative;
    width: 34px;
    height: 26px;
    padding-bottom: 12px;
    background-color: #fff;
    color: #939073;
    font-size: 0.625rem;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    text-align: center;
  }
  .bl_switch::after,
  .bl_switch::before {
    -webkit-transition: all 0.3s;
    display: block;
    position: absolute;
    right: 0;
    height: 2px;
    background-color: #4d4920;
    content: "";
    transition: all 0.3s;
  }
  .bl_switch::after {
    bottom: 0;
    width: 100%;
  }
  .bl_switch::before {
    bottom: 8px;
    width: 15px;
  }
}

@media only screen and (max-width: 910px) {
  .bl_changeList {
    margin-top: 30px;
    margin-bottom: 31px;
    margin-left: 0px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 860px) {
  .bl_planUnit {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0px;
    gap: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .bl_layout__plan {
    padding-top: 60px;
  }
  .bl_layout__news {
    padding-top: 56px;
  }
  .bl_layoutHeader__other {
    padding-top: 50px;
  }
  .bl_layoutHeader__equipmentList {
    padding-top: 55px;
  }
  .bl_layoutHeader__facilityEquipmentList {
    margin-bottom: 40px;
    padding-top: 55px;
    line-height: 1.5;
  }
  .bl_breadcrumbs {
    margin-top: 0;
  }
  .bl_btnReturn {
    margin-top: 60px;
  }
  .bl_btnReturn__thanks {
    margin-top: 40px;
  }
  .bl_btnReturn__season {
    margin-top: 30px;
  }
  .bl_footerAddress {
    margin-top: 12px;
  }
  .bl_footerNumber {
    margin-top: 10px;
  }
  .bl_footerSide__page {
    padding-top: 0;
    padding-left: 0;
  }
  .bl_footerSide__page {
    width: 100%;
  }
  .bl_copy {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .bl_kvErea_item.bl_kvErea_item__under {
    height: 607px;
  }
  .bl_kvErea_item.bl_kvErea_item__under .bl_kvErea_itemInner {
    width: 315px;
    height: 190px;
  }
  .bl_kvErea_item.bl_kvErea_item__under .bl_kvErea_item_heading {
    font-size: 1.75rem;
  }
  .bl_layoutHeaderSide {
    display: block;
    margin-bottom: 40px;
  }
  .bl_planItem {
    display: block;
  }
  .bl_planItem_imgWrapper {
    width: 100%;
    margin-bottom: 15px;
  }
  .bl_layoutHeaderSide_link {
    width: 302px;
    margin-right: auto;
    margin-left: auto;
  }
  .bl_planItem_heading {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
  .bl_planItem_list dt {
    width: 60px;
  }
  .bl_planItem_list .bl_planItem_badge {
    width: 45px;
  }
  .bl_planItem_badge + dd {
    font-size: 1rem;
  }
  .bl_changeList__top {
    margin-right: 0;
  }
  .bl_newsUnit {
    width: calc(100% + 30px);
    overflow: auto;
    gap: 26px;
  }
  .bl_newsItem {
    width: 271px;
  }
  .bl_newsItem_imgWrapper {
    width: 271px;
  }
  .bl_newsItem_heading {
    font-size: 1rem;
  }
  .bl_fullHorizontalWrapper {
    margin-top: 100px;
  }
  .bl_fullHorizontal01::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 80%;
    border-radius: 16px;
  }
  .bl_fullHorizontal01::before {
    -webkit-animation-name: spRotate;
    -webkit-transform: translate(30%, 0%);
    top: -5.5%;
    width: 101.5vw;
    transform: translate(30%, 0%);
    animation-name: spRotate;
  }
  .bl_fullHorizontal01 {
    display: block;
    margin-bottom: 55px;
  }
  .bl_fullHorizontal01_content {
    padding: 30px 30px 56px;
  }
  .bl_fullHorizontal01_content .el_bottomBorderHeading {
    font-size: 2rem;
  }
  .bl_fullHorizontal_txt {
    font-size: 1rem;
  }
  .bl_fullHorizontal01_imgWrapper {
    width: calc(100% - 15px);
  }
  .bl_fullHorizontal02 {
    margin-bottom: 55px;
  }
  .bl_fullHorizontal02::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 80%;
    border-radius: 16px;
  }
  .bl_fullHorizontal02 {
    display: block;
  }
  .bl_fullHorizontal02_content {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 55px;
  }
  .bl_fullHorizontal02_imgWrapper {
    width: calc(100% - 15px);
    margin-left: auto;
  }
  .bl_fullHorizontal02_content_inner {
    margin-right: 0;
  }
  .bl_fullHorizontal03 {
    display: block;
    margin-bottom: 55px;
  }
  .bl_fullHorizontal03::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 80%;
    border-radius: 16px;
  }
  .bl_fullHorizontal03_imgWrapper {
    width: calc(100% - 15px);
  }
  .bl_fullHorizontal03_imgWrapper img {
    border-radius: 0 8px 8px 0;
  }
  .bl_fullHorizontal03_content {
    margin-left: 30px;
  }
  .bl_fullHorizontal03_content_inner {
    padding-top: 30px;
    padding-bottom: 56px;
  }
  .bl_accessData {
    display: block;
    line-height: 1.5;
    white-space: normal;
  }
  .bl_accessData_time {
    display: block;
  }
  .bl_accessData_time > div {
    display: inline;
  }
  .bl_accessData_time > div:not(:last-child) {
    margin-right: 20px;
  }
  .bl_accessData_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    margin-left: 0;
    gap: 16px;
  }
  .bl_accessData_list li {
    width: 100%;
  }
  .bl_accessData_list a {
    padding: 8px 0;
  }
  .bl_gmap {
    height: 440px;
  }
  .bl_certification {
    margin-top: 5px;
    padding: 40px 20px 40px;
    font-size: 1rem;
  }
  .bl_certification_inner {
    display: block;
  }
  .bl_certification_imgWrapper {
    margin-right: 0;
  }
  .bl_certification_imgWrapper img {
    display: block;
    width: 148px;
    margin: 0 auto 30px;
  }
  .bl_certification_list {
    display: block;
    margin: 20px 0 20px;
  }
  .bl_certification_list li {
    width: 100%;
  }
  .bl_pageHeader02 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .bl_newsUnit02.bl_newsUnit02__season {
    margin-top: 30px;
  }
  .bl_newsUnit02 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 10px;
  }
  .bl_newsItem02 {
    margin-right: auto;
    margin-left: auto;
  }
  .bl_newsItem02_list time {
    margin-right: 5px;
  }
  .bl_pager {
    margin-top: 50px;
  }
  .bl_blogHeading {
    padding-bottom: 15px;
    font-size: 1.5625rem;
  }
  .bl_blogBody h1,
  .bl_blogBody h2,
  .bl_blogBody h3,
  .bl_blogBody h4 {
    margin-bottom: 15px;
  }
  .bl_blogBody img {
    margin: 20px 0;
  }
  .bl_blogBody ul {
    margin-bottom: 15px;
  }
  .bl_blogBody ul li::before {
    width: 6px;
    height: 6px;
  }
  .bl_blogBody ol {
    margin-bottom: 15px;
  }
  .bl_blogBody table {
    margin: 15px 0;
  }
  .bl_pageHeader03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 10px;
    padding-top: 0;
    padding-bottom: 45px;
    padding-bottom: 65px;
  }
  .bl_pageHeader03::after {
    left: 0;
    width: 100%;
    border-radius: 16px;
  }
  .bl_pageHeader03_imgWrapper {
    width: 100%;
    margin-left: 0;
  }
  .bl_pageHeader03_imgWrapper img {
    border-radius: 0;
  }
  .bl_pageHeader03_txtBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 0 30px 10px;
  }
  .bl_pageHeader03_heading {
    margin-top: 40px;
    font-size: 1.75rem;
  }
  .bl_pageHeader03_heading::before {
    margin-bottom: 10px;
  }
  .bl_pageHeader03_txt {
    max-width: 100%;
    margin-top: 25px;
  }
  .bl_fullMarquee {
    bottom: 52px;
    height: 23px;
  }
  @-webkit-keyframes headerTxt {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 503.3px 0;
    }
  }
  @keyframes headerTxt {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 503.3px 0;
    }
  }
  @-webkit-keyframes headerTxt_facility {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 508.3px 0;
    }
  }
  @keyframes headerTxt_facility {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 508.3px 0;
    }
  }
  @-webkit-keyframes headerTxt_hood {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 341.93px 0;
    }
  }
  @keyframes headerTxt_hood {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 341.93px 0;
    }
  }
  @-webkit-keyframes headerTxt_access {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 287.16px 0;
    }
  }
  @keyframes headerTxt_access {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 287.16px 0;
    }
  }
  .bl_slider_imgWrapper.swiper,
  .bl_facilityItem_imgWrapper {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 65px;
  }
  .bl_facilityItem_imgWrapper {
    margin-bottom: 0;
  }
  .bl_bl_restaurant_sideText {
    display: none;
  }
  .bl_restaurantSlider.swiper {
    margin-bottom: 30px;
  }
  .bl_facilityItem {
    display: block;
    margin-top: 55px;
  }
  .bl_facilityItem__reverse .bl_facility_data {
    margin-right: 0;
  }
  .bl_facilityItemOuter.bl_facilityItemOuter__simple:last-child {
    margin-bottom: 0;
  }
  .bl_facilityItemOuter {
    margin-right: -14px;
    margin-bottom: 80px;
    margin-left: -14px;
  }
  .bl_facilityItemOuter:last-child {
    margin-bottom: 50px;
  }
  .bl_facilityItemOuter::before {
    top: 35px;
    left: -14px;
    aspect-ratio: 2/1.05;
    width: calc(100% + 14px);
    height: auto;
  }
  .bl_facility_data {
    width: 100%;
  }
  .bl_facility_data .bl_facility_data_small03 {
    margin-top: 20px;
    font-size: 16px;
  }
  .bl_facility_data_heading {
    margin-bottom: 25px;
    font-size: 1.375rem;
  }
  .bl_facility_data_list {
    margin-top: 30px;
  }
  .swiper-buttonWrapper {
    border-radius: 7px 0;
  }
  .bl_fullImg {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .bl_fullImg02 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .bl_fullImg03 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .bl_equipmentList {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 55px;
    gap: 16px 23px;
  }
  .bl_equipmentList img {
    width: 40px;
    height: 40px;
    margin-right: 8.5px;
  }
  .bl_equipmentList li {
    padding-bottom: 16px;
  }
  .bl_equipmentList.bl_equipmentList__facility {
    margin-bottom: 0px;
  }
  .bl_creditName {
    margin-bottom: 30px;
    text-align: left;
  }
  .bl_restaurantHeading {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
  .bl_restaurantTxt01 {
    margin-top: 20px;
  }
  .bl_restaurantTxt02 {
    margin-bottom: 20px;
  }
  .bl_restaurantBorder {
    margin: 28px 0 20px;
  }
  .bl_messageBox {
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 25px 20px;
  }
  .bl_messageBox_heading01 {
    font-size: 1rem;
  }
  .bl_messageBox_heading02 {
    margin-top: 20px;
    font-size: 0.875rem;
  }
  .bl_messageBox_txt {
    line-height: 2;
  }
  .bl_messageBox_list > div {
    display: block;
  }
  .bl_messageBox_list dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .bl_messageBox_list dt br {
    display: none;
  }
  .bl_otherList {
    margin: 0 auto 10px;
  }
  .bl_otherList > div {
    display: block;
    padding: 15px 0;
  }
  .bl_otherList dt {
    width: 100%;
    margin-bottom: 15px;
  }
  .bl_otherList dt img {
    margin-right: 10px;
  }
  .bl_cardUnit {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 60px;
    margin-bottom: 20px;
    gap: 50px 0;
  }
  .bl_cardItem_imgWrapper {
    margin-bottom: 10px;
  }
  .bl_gmapAccess {
    height: 250px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .bl_accessItem:not(:last-child) {
    margin-bottom: 40px;
  }
  .bl_accessItemInner {
    display: block;
  }
  .bl_accessItemHeading {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
  .bl_accessItemHeading img {
    width: 20px;
  }
  .bl_accessItem_txtbox {
    width: 100%;
  }
  .bl_accessItem_list {
    width: 100%;
  }
  .bl_otherList__accessList {
    margin-top: 20px;
  }
  .bl_otherList__accessList div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bl_otherList__accessList div dt {
    margin-bottom: 0;
  }
  .bl_otherList__list02 > div {
    display: block;
    margin-left: 45px;
  }
  .bl_otherList__list02 {
    margin-top: -45px;
  }
  .bl_dtDotList > div {
    margin-bottom: 30px;
  }
  .bl_dtDotList dt {
    margin-bottom: 15px;
  }
  .bl_faqList > div {
    padding: 20px 0 20px 35px;
  }
  .bl_faqList dt {
    padding-right: 0;
  }
  .bl_faqList dt.is-active {
    margin-bottom: 15px;
  }
  .bl_faqList dt.is-active + dd {
    padding-right: 0;
  }
  .bl_faqList .bl_faqList_state {
    top: 25px;
    width: 20px;
    height: 20px;
  }
  .bl_siteMapList {
    margin-bottom: 10px;
  }
  .bl_siteMapList a {
    padding: 14px 0;
  }
  .bl_siteMapList > li {
    margin-bottom: 30px;
  }
  .bl_siteMapList__sub {
    padding-left: 30px;
  }
  .bl_formStep {
    max-width: 100%;
    margin-top: 30px;
  }
  .bl_sendTxtWrapper {
    margin-top: 60px;
  }
  .bl_sendTxt01 {
    margin-bottom: 30px;
  }
  .el_heading03__credit {
    font-size: 1.25rem;
  }
  .el_bottomBorderHeading {
    margin-bottom: 35px;
    font-size: 1.75rem;
  }
  .el_bottomBorderHeading::before {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
  .el_iconHeading {
    margin-bottom: 45px;
  }
  .el_centerTxt {
    text-align: left;
  }
  .el_btn__center {
    margin-right: auto;
    margin-left: auto;
  }
  .el_btn_gmap {
    max-width: 100%;
  }
  .el_horizontalBorderHeading span {
    padding-right: 20px;
  }
  .el_horizontalBorderHeading {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 500px) {
  .bl_newsUnit02.bl_newsUnit02__season {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=style_child.css.map */
