/*------------------------------------------
breadcrumb
------------------------------------------*/
.cmn__breadcrumb {
  background: #fcfcfc;
  padding: 12px 24px 10px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1025px) {
  .cmn__breadcrumb {
    padding: 10px 80px 12px;
  }
}
.breadcrumb__list {
  width: 100%;
}
@media (max-width: 1024px) {
  .breadcrumb__list {
    padding-bottom: 6px;
  }
}

.breadcrumb__list--item {
  display: inline;
  color: #a8a8a8;
  font-size: 12px;
}
.breadcrumb__list--item a {
  text-decoration: underline;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.breadcrumb__list--item a::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  right: -3px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}

/*------------------------------------------
.dist__container,
.detail__containe
------------------------------------------*/
.dist__container,
.detail__container {
  padding: 0 0 80px;
}
@media (min-width: 1025px) {
  .dist__container,
  .detail__container {
    padding: 0 0 100px;
  }
}

.dist__ttl--area {
  position: relative;
  padding: 40px 24px 0;
}
@media (min-width: 1025px) {
  .dist__ttl--area {
    padding: 72px 80px 0;
  }
}
.dist__ttl--area::before {
  content: "";
  background: #f7fcff;
  width: 100%;
  height: 85px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -2;
}
@media (min-width: 1025px) {
  .dist__ttl--area::before {
    height: 130px;
  }
}

/*------------------------------------------
dist__block
------------------------------------------*/
.dist__block {
  padding: 60px 0 0;
}
@media (min-width: 1025px) {
  .dist__block {
    padding: 80px 0 0;
  }
}
.dist__block .inner {
  width: 100%;
  padding: 0 24px;
}
@media (min-width: 1025px) {
  .dist__block .inner {
    padding: 0 12.2254758419vw;
  }
}
@media (min-width: 1025px) {
  .dist__block .inner.type--2 {
    padding: 0 5.8565153734vw;
  }
}
.dist__block .wysiwyg__block {
  width: 100%;
}

/*------------------------------------------
dist__subttl
------------------------------------------*/
.dist__subttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 45px;
}
@media (min-width: 1025px) {
  .dist__subttl {
    margin: 0 0 70px;
  }
}
.dist__subttl span {
  display: block;
}
.dist__subttl .en {
  font-size: 49px;
  letter-spacing: -0.09em;
  line-height: 1;
  color: #006eb7;
  position: relative;
  line-height: 0.93;
}
@media (min-width: 1025px) {
  .dist__subttl .en {
    font-size: 60px;
  }
}
.dist__subttl .ja {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  margin: 10px 0 0 10px;
}
.dist__subttl .ja::before {
  content: "";
  background: #006eb7;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/*------------------------------------------
dist__pagination
------------------------------------------*/
.dist__pagination {
  width: 216px;
  height: 50px;
  margin: 45px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .dist__pagination {
    margin: 60px auto 0;
  }
}
.dist__pagination .pagination__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dist__pagination .pagination__arrow > a {
  display: block;
  background: #ffd2be;
  width: 50px;
  height: 100%;
  position: relative;
}
.dist__pagination .pagination__arrow > a::after {
  content: "";
  background: url(/assets/images/common/ico_arrow.svg) no-repeat center/100%;
  width: 17px;
  height: 9px;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .dist__pagination .pagination__arrow > a:hover::after {
    -webkit-animation: btmIcon 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: btmIcon 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.dist__pagination .pagination__arrow.prev {
  left: 0;
}
.dist__pagination .pagination__arrow.prev > a::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 1025px) {
  .dist__pagination .pagination__arrow.prev > a:hover::after {
    -webkit-animation: btmIcon_2 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: btmIcon_2 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.dist__pagination .pagination__arrow.next {
  right: 0;
}
.dist__pagination .pagination__itesm {
  font-size: 24px;
  letter-spacing: -0.07em;
  line-height: 1;
  color: #006eb7;
}

/*------------------------------------------
detail__sns--list
------------------------------------------*/
.detail__sns--list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 60px auto 0;
}
@media (min-width: 1025px) {
  .detail__sns--list {
    gap: 20px;
  }
}
.detail__sns--list .sns__ttl {
  color: #006eb7;
  text-align: center;
  width: 100%;
  letter-spacing: -0.09em;
  line-height: 1;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .detail__sns--list .sns__ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.detail__sns--list .sns__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.detail__sns--list .sns__items .items {
  width: 34px;
  height: 34px;
}
.detail__sns--list .sns__items .items > a {
  display: block;
  width: 100%;
  height: 100%;
}

/*------------------------------------------
hotel
------------------------------------------*/
.hotel .cmn__ttl .en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*------------------------------------------
hotel__block
------------------------------------------*/
/*------------------------------------------
hotel__btn
------------------------------------------*/
.hotel__btn {
  width: 100%;
  height: 94px;
  margin: 30px auto 0;
}
@media (min-width: 1025px) {
  .hotel__btn {
    max-width: 576px;
    height: 66px;
    margin: 40px auto 0;
  }
}
.hotel__btn > a {
  border: 1px solid #006eb7;
  background: #f7fcff;
  color: #006eb7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hotel__btn .txt {
  line-height: 1.6;
  font-size: 18px;
  padding-right: 18px;
  position: relative;
}
.hotel__btn .txt::after {
  content: "";
  background: url(/assets/images/common/ico_blank.svg) no-repeat center/100%;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  bottom: 6px;
  margin: auto;
}
@media (min-width: 1025px) {
  .hotel__btn .txt::after {
    top: 0;
    bottom: 2px;
  }
}

/*------------------------------------------
hotel__wrap
------------------------------------------*/
.hotel__wrap {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 1025px) {
  .hotel__wrap {
    margin-bottom: 80px;
  }
}
.hotel__wrap::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 105px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .hotel__wrap::before {
    height: 3.6603221083vw;
  }
}

/*------------------------------------------
hotel__info
------------------------------------------*/
.hotel__info {
  background: #f7fcff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1025px) {
  .hotel__info {
    gap: 5.8565153734vw;
    padding-bottom: 60px;
  }
}
.hotel__info .info__img {
  width: 100%;
  padding-right: 24px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  .hotel__info .info__img {
    width: 55.6368960469vw;
    padding-right: 0;
  }
}
.hotel__info .info__img .img {
  width: 100%;
}
@media (min-width: 1025px) {
  .hotel__info .info__img .hotel__btn {
    max-width: 556px;
    margin: 60px 0 0 5.8565153734vw;
  }
}
.hotel__info .info__detail {
  width: 100%;
  padding: 0 24px;
}
@media (min-width: 1025px) {
  .hotel__info .info__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 8.0527086384vw 8.6383601757vw 0 0;
  }
}
.hotel__info .info__detail .d__ttl {
  line-height: 1.7;
  color: #006eb7;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .hotel__info .info__detail .d__ttl {
    font-size: 24px;
    margin-bottom: 38px;
  }
}
.hotel__info .info__detail .d__txt {
  line-height: 2.4;
  font-size: 14px;
}
.hotel__info .info__detail .cmn__btn {
  margin: 30px 0 0;
}
@media (min-width: 1025px) {
  .hotel__info .info__detail .cmn__btn {
    margin: 40px 0 0;
  }
}

/*------------------------------------------
hotel__item
------------------------------------------*/
.hotel__item {
  font-size: 14px;
  margin: 0 0 60px;
}
@media (min-width: 1025px) {
  .hotel__item {
    margin: 0 0 80px;
  }
}
.hotel__item .tel {
  text-decoration: underline;
  pointer-events: auto;
}
@media (min-width: 1025px) {
  .hotel__item .tel {
    pointer-events: none;
    text-decoration: none;
  }
}
.hotel__item .item__txt {
  line-height: 1.8;
}
.hotel__item .item__txt.mg-b {
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .hotel__item .item__txt.mg-b {
    margin-bottom: 24px;
  }
}
.hotel__item .dist__option {
  line-height: 1.8;
  font-size: 12px;
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .hotel__item .dist__option {
    margin-top: 24px;
  }
}
.hotel__item .item__ttl {
  background: #006eb7;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .hotel__item .item__ttl {
    font-size: 26px;
    padding: 8px 30px 10px;
    margin-bottom: 40px;
  }
}
.hotel__item .hotel__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1025px) {
  .hotel__item .hotel__detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 1.756954612vw;
  }
}
.hotel__item .hotel__detail .img {
  width: 100%;
}
@media (min-width: 1025px) {
  .hotel__item .hotel__detail .img {
    width: 36.8960468521vw;
  }
}
.hotel__item .hotel__detail .info {
  width: 100%;
}
@media (min-width: 1025px) {
  .hotel__item .hotel__detail .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.hotel__item .hotel__detail .info .dist__ttl {
  color: #006eb7;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .hotel__item .hotel__detail .info .dist__ttl {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.hotel__item .hotel__detail .info .dist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.hotel__item .dist__item,
.hotel__item .op__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.hotel__item .dist__item span,
.hotel__item .op__item span {
  display: block;
}
.hotel__item .dist__item .icon,
.hotel__item .op__item .icon {
  width: 100px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006eb7;
  font-size: 14px;
  border: 1px solid #006eb7;
}
.hotel__item .dist__item .txt,
.hotel__item .op__item .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 4px;
}
.hotel__item .option__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hotel__item .option__list > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .hotel__item .option__list > li {
    margin-bottom: 34px;
  }
}
.hotel__item .option__list > li:nth-child(2), .hotel__item .option__list > li:nth-child(3) {
  margin-bottom: 44px;
}
@media (min-width: 1025px) {
  .hotel__item .option__list > li:nth-child(2), .hotel__item .option__list > li:nth-child(3) {
    margin-bottom: 48px;
  }
}
.hotel__item .option__list > li:last-child {
  margin-bottom: 0;
}
.hotel__item .option__list .op__txt {
  position: relative;
  padding-left: 20px;
  width: 100%;
}
@media (min-width: 1025px) {
  .hotel__item .option__list .op__txt {
    width: 170px;
  }
}
.hotel__item .option__list .op__txt::before {
  content: "";
  background: #006eb7;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 0;
}
.hotel__item .option__list .op__detail {
  width: 100%;
}
@media (min-width: 1025px) {
  .hotel__item .option__list .op__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.hotel__item .option__list .op__detail .op__item {
  margin-bottom: 14px;
}
.hotel__item .option__list .op__detail .op__item:last-of-type {
  margin-bottom: 0;
}
.hotel__item .option__list .op__detail .dist__option {
  margin-top: -4px;
}
.hotel__item .option__list .op__detail > a {
  padding-bottom: 14px;
  border-bottom: 1px solid #006eb7;
}
.hotel__item .option__list .op__detail > a .txt {
  display: inline-block;
  color: #006eb7;
  padding-right: 18px;
  position: relative;
}
.hotel__item .option__list .op__detail > a .txt::after {
  content: "";
  background: url(/assets/images/common/ico_blank.svg) no-repeat center/100%;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  bottom: 4px;
  margin: auto;
}
@media (min-width: 1025px) {
  .hotel__item .option__list .op__detail > a .txt::after {
    top: 0;
    bottom: 2px;
  }
}

.hotel__map {
  width: 100%;
}
@media (min-width: 1025px) {
  .hotel__map {
    padding: 0 12.2254758419vw;
  }
}
.hotel__map .map__ttl {
  color: #006eb7;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .hotel__map .map__ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .hotel__map .map__ttl {
    padding: 0 24px;
  }
}
.hotel__map .map__img {
  width: 100%;
}

.fixed__bnr {
  background: #006eb7;
  color: #fff;
  position: fixed;
  top: 500px;
  left: 0;
  width: 260px;
  height: 80px;
  z-index: 10;
}
@media (min-width: 1025px) {
  .fixed__bnr {
    top: 600px;
    width: 360px;
    height: 120px;
  }
}
.fixed__bnr > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 40px;
}
@media (min-width: 1025px) {
  .fixed__bnr > a {
    padding-left: 65px;
  }
}
.fixed__bnr > a::before {
  content: "";
  background: #ffd2be;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .fixed__bnr > a::before {
    width: 40px;
  }
}
.fixed__bnr > a .txt {
  font-size: 14px;
  padding-right: 18px;
  position: relative;
}
@media (min-width: 1025px) {
  .fixed__bnr > a .txt {
    font-size: 18px;
  }
}
.fixed__bnr > a .txt::after {
  content: "";
  background: url(/assets/images/common/ico_blank_2.svg) no-repeat center/100%;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  bottom: 5px;
  margin: auto;
}
@media (min-width: 1025px) {
  .fixed__bnr > a .txt::after {
    width: 19px;
    height: 19px;
  }
}