@charset "UTF-8";

body * {
  font-size: 1.4rem;
}

.sp {
  display: block;
}

.pc {
  display: none !important;
}

/*汎用flex*/
.flex {
  display: flex;
}

/*--------------------------------------------------------------------------
部品
--------------------------------------------------------------------------*/
/*------------------------------------
汎用見出し
------------------------------------*/
.g-h {
  font-size: 2rem;
}

.g-h::first-letter {
  font-size: 3rem;
}

.g-h:after {
  width: 0;
  height: 0.8rem;
  border-radius: 0.7rem;
  margin: 1.3rem auto 0;
}

.g-h.effect_on:after {
  width: 4rem;
}

/*------------------------------------
MORE
------------------------------------*/
.more {
  padding-right: 1.4rem;
}

.more:after {
  width: 1.8rem;
  height: 1rem;
  right: -1.6rem;
  bottom: -0.1rem;
}

.more2 {
  width: 80%;
  max-width: 30rem;
  padding: 1.4rem 0;
}

.more2:after {
  width: 1.8rem;
  height: 1rem;
  margin-left: 5.25%;
}

/*------------------------------------
ページャー
------------------------------------*/
.wp-pagenavi span,
.wp-pagenavi a {
  padding: .75rem;
}

/*------------------------------------
前後記事リンク
------------------------------------*/
.single-pagination {
  margin-top: 5rem;
}

.single-pagination .archive {
  margin: 0 2.5rem;
}

.single-pagination .archive a {
  font-size: 1.3rem;
}

.single-pagination img {
  width: 2.5rem;
}

#pri-link {
  top: -14rem;
  font-size: 1.2rem;
}

/*------------------------------------
TOPに戻る
------------------------------------*/
#page_top {
  right: 3%;
  bottom: 9rem;
  width: 4rem;
  height: 4rem;
}

#page_top .to-top {
  width: 4rem;
  height: auto;
}

/*------------------------------------
パンくずリスト
------------------------------------*/
.topic-path {
  bottom: 2rem;
  left: 5%;
}

.topic-path li {
  display: inline-block;
  position: relative;
}

.topic-path li,
.topic-path li span,
.topic-pth li a span {
  font-size: 1rem;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										ヘッダー&フッター
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------------------------*/
#sp-header {
  height: 4rem;
}

#sp-header .h-wrap {
  height: 4rem;
  padding: 0 5%;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1;
}

#sp-header .h-wrap .inner {
  height: 4rem;
  justify-content: space-between;
  align-items: center;
}

#sp-header a img {
  margin: auto;
}

#sp-header a .logo-jp {
  width: 14.1rem;
  height: auto;
}

#sp-header a .logo-en {
  width: 10.5rem;
  height: auto;
  margin-top: 0.4rem;
}

#sp-header .hamburger {
  margin-right: -1.25rem;
  opacity: 1;
}

#sp-header .hamburger div {
  /* position: relative; */
  position: absolute;
  width: 4.5rem;
  height: 3rem;
  z-index: 900;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}

#sp-header .hamburger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 1.3rem;
  width: 2rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: #333;
}

#sp-header .hamburger span:nth-of-type(1) {
  top: 0.6rem;
}

#sp-header .hamburger span:nth-of-type(2) {
  top: 1em;
}

#sp-header .hamburger span:nth-of-type(3) {
  bottom: 0.6rem;
}

/* #sp-header .hamburger.active span:nth-of-type(1) {
  top: 1.4rem;
  left: 1.2rem;
  transform: rotate(-45deg);
  width: 2.3rem;
}
#sp-header .hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
#sp-header .hamburger.active span:nth-of-type(3) {
  top: 1.4rem;
  left: 1.2rem;
  transform: rotate(45deg);
  width: 2.3rem;
} */
/*------------------------------------
ボトムヘッダー
------------------------------------*/
#bottom_header {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
}

#bottom_header nav a {
  width: calc(100% / 4);
  text-align: center;
  opacity: 1;
  padding: 0.5rem 0 1rem;
}

#bottom_header nav a .img {
  width: 3.8rem;
  height: 3rem;
  margin: auto;
  padding: 1rem 0 0.5rem;
}

#bottom_header nav a .img img {
  /* width: 100%;
  height: 100%; */
  object-fit: contain;
  font-family: "object-fit: contain;";
}

#bottom_header nav .reserve-link {
  background: #ec6e03;
}

#bottom_header nav .hamburger {
  background: #fff;
}

#bottom_header nav a p {
  font-size: 1rem;
}

#bottom_header nav .reserve-link p {
  color: #fff;
}

#bottom_header nav .hamburger div {
  position: relative;
  width: 4.5rem;
  height: 3rem;
  margin: 1rem auto 0.5rem;
}

#bottom_header nav .hamburger div span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 1.3rem;
  width: 2rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: #988061;
}

#bottom_header nav .hamburger div span:nth-of-type(1) {
  top: 0.6rem;
}

#bottom_header nav .hamburger div span:nth-of-type(2) {
  top: 1em;
}

#bottom_header nav .hamburger div span:nth-of-type(3) {
  bottom: 0.6rem;
}

/* #bottom_header nav .hamburger.active div span:nth-of-type(1) {
  top: 1.4rem;
  left: 1.2rem;
  transform: rotate(-45deg);
  width: 2.3rem;
}
#bottom_header nav .hamburger.active div span:nth-of-type(2) {
  opacity: 0;
}
#bottom_header nav .hamburger.active div span:nth-of-type(3) {
  top: 1.4rem;
  left: 1.2rem;
  transform: rotate(45deg);
  width: 2.3rem;
} */
/*------------------------------------
ハンバーガーメニュー
------------------------------------*/
#sp-header .globalMenuSp {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  color: #000;
  background: #afa191;
  opacity: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.2s ease;
  flex-direction: column;
  visibility: hidden;
}

#sp-header .globalMenuSp.active {
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
  transition: all 0.5s ease;
}

#sp-header .globalMenuSp .m-close {
  display: block;
  width: 4.5rem;
  height: 4rem;
  position: absolute;
  top: 0;
  right: 2%;
  z-index: 1;
  cursor: pointer;
}

#sp-header .globalMenuSp .m-close:before,
#sp-header .globalMenuSp .m-close:after {
  content: "";
  display: block;
  width: 60%;
  height: 0.2rem;
  background: #333;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(27% - 0.15rem);
  left: 30%;
}

#sp-header .globalMenuSp .m-close::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 28%;
}

#sp-header .globalMenuSp .wrap {
  width: 93%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}

#sp-header .globalMenuSp .wrap .wrapper {
  width: 90%;
  margin: auto;
}

#sp-header .globalMenuSp .wrap .wrapper ul li ul {
  position: relative;
}

#sp-header .globalMenuSp .wrap .wrapper ul li ul:before {
  content: "";
  display: block;
  width: 1px;
  background: #707070;
  position: absolute;
  top: 0.5rem;
}

#sp-header .globalMenuSp .wrap .wrapper ul li .hmb-plan-box:before,
#sp-header .globalMenuSp .wrap .wrapper ul li .hmb-access-box:before {
  left: 0.7rem;
  height: 2rem;
}

#sp-header .globalMenuSp .wrap .wrapper ul li .hmb-rooms-box:before {
  left: 0.7rem;
  height: 12rem;
}

#sp-header .globalMenuSp .wrap .wrapper ul li .hmb-restaurant-box:before {
  left: 0.7rem;
  height: 4.5rem;
}

#sp-header .globalMenuSp ul li.indent {
  margin-left: 1.5em;
}

#sp-header .globalMenuSp ul li.indent a {
  font-size: 1.2rem;
}

#sp-header .globalMenuSp .sns {
  margin-top: 1.5rem;
}

#sp-header .globalMenuSp .sns li {
  width: 2.4rem;
  height: 2.4rem;
}

#sp-header .globalMenuSp .sns li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

#sp-header .globalMenuSp .sns .instagram {
  margin-left: 1.8rem;
}

#sp-header .globalMenuSp .close {
  display: block;
  width: 90%;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin: 4rem auto 10rem;
}

/*----------------------------------------------------------------------------------------
フッター
----------------------------------------------------------------------------------------*/
#footer .container {
  padding: 4.3rem 5% 2rem;
}

#footer .footer-left {
  width: 50%;
  min-width: 26rem;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

#footer .footer-left>a {
  width: 75%;
}

#footer .footer-left .logo-wrap img:first-child {
  width: 100%;
  height: auto;
}

#footer .footer-left .logo-wrap img:last-child {
  width: 72%;
  height: auto;
  margin-top: 0.3rem;
}

#footer .footer-left .contact-wrap {
  margin-top: 0;
  width: 25%;
}

#footer .footer-left .contact-wrap .img {
  width: 100%;
  height: auto;
  margin-right: 1.4rem;
}

#footer .footer-left .contact-wrap ul li {
  font-size: 1.4rem;
}

#footer .footer-right {
  margin: -0.7rem 0 0 5rem;
  width: 70%;
}

#footer .footer-right nav div:not(:first-child) {
  margin-left: 6%;
}

#footer .footer-right nav div:nth-child(1) {
  width: 10rem;
}

#footer .footer-right nav div:nth-child(2) {
  width: 22rem;
}

#footer .footer-right nav div:nth-child(3) {
  width: 39rem;
}

#footer .footer-right nav div ul li {
  font-size: 1.6rem;
}

#footer .footer-right nav div .sns {
  margin-top: 1.5rem;
}

#footer .footer-right nav div .sns .instagram,
#footer .footer-right nav div .sns .facebook {
  width: 25px;
  height: 25px;
}

#footer .footer-right nav div .sns .facebook {
  margin-left: 2rem;
}

#footer .copyright {
  font-size: 0.8rem;
  padding: 1.4rem 0 9rem;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										フロントページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/

/* Left Side あしらいテキスト */
#front .treat_text {
  font-size: 2rem;
}

#front .treat_text.effect_on:after {
  height: 200px;
}

/*------------------------------------
ヒーローヘッダー
------------------------------------*/
#front .main-visual,
#front .main-visual .inner {
  height: 40vh;
}

#front .main-visual #top-slider {
  height: 40vh;
}

#front .main-visual #top-slider .slide-obj {
  position: relative;
}

#front .main-visual .slide-01 .text {
  text-align: center;
  width: 100%;
  left: 0;
}

/* #front .main-visual #top-slider .slide-obj h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  width: 90%;
  text-align: center;
  letter-spacing: .2em;
  line-height: 2.1;
} */
@media screen and (max-width: 339px) {
  #front .main-visual #top-slider .slide-obj h2 {
    font-size: 1.8rem;
  }
}

/*----予約システム----*/
#front .greeting .top-reservation2 {
  width: 90%;
  margin: auto;
  padding: 2rem;
  box-sizing: border-box;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  background: #dfdfdf;
  display: block;
}

#front .greeting .top-reservation2 h2 {
  font-size: 1.8rem;
  font-weight: 700;
}

#front .greeting .top-reservation2 h2:before {
  content: "";
  background: url(../img/common/search.svg) no-repeat center center/contain;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}

#front .top-reservation2 form {
  margin-top: 2rem;
  position: relative;
}

#front .top-reservation2 form label,
#front .top-reservation2 form input {
  display: block;
}

#front .top-reservation2 form input,
#front .top-reservation2 form select {
  cursor: pointer;
  box-sizing: border-box;
}

#front .top-reservation2 form input:disabled,
#front .top-reservation2 form select:disabled {
  cursor: auto;
}

#front .top-reservation2 form select {
  padding: 0.2rem 4.8rem 0.2rem 1rem;
}

#front .top-reservation2 form input {
  width: 100%;
  padding: 0.2rem 1rem;
  box-sizing: border-box;
}

#front .top-reservation2 form input.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}

#front .top-reservation2 form input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 200%;
  height: 200%;
  opacity: 0;
  cursor: pointer;
}

#front .top-reservation2 form div,
#front .top-reservation2 form dl,
#front .top-reservation2 form dd {
  display: flex;
  align-items: center;
}

#front .top-reservation2 form div {
  flex-direction: column;
}

#front .top-reservation2 form dl {
  width: 100%;
  margin-top: 0.8rem;
}

#front .top-reservation2 form dt {
  margin-right: 5%;
  width: 5rem;
  text-align: right;
}

#front .top-reservation2 form .date_489ban dt {
  margin-bottom: 3rem;
}

#front .top-reservation2 form dd {
  flex-direction: column;
  align-items: flex-start;
  width: 78%;
}

#front .top-reservation2 form .person_489ban dd {
  flex-direction: row;
  align-items: center;
}

#front .top-reservation2 form .date-wrapper,
#front .top-reservation2 form .select-wrapper {
  position: relative;
  background: #fff;
  border: 1px solid #988061;
  pointer-events: auto;
}

#front .top-reservation2 form .date-wrapper:after,
#front .top-reservation2 form .select-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  background: 0 50%/100% auto no-repeat;
  pointer-events: none;
}

#front .top-reservation2 .date-wrapper:after {
  background-image: url(../img/common/calendar.svg);
}

#front .top-reservation2 form .select-wrapper:after {
  content: "";
  display: inline-block;
  border-top: 0.7rem solid #988061;
  border-right: 0.4rem solid transparent;
  border-left: 0.4rem solid transparent;
  position: absolute;
  right: 1.8rem;
  top: 100%;
  transform: translateY(-45%);
}

#front .top-reservation2 form .date_489ban dd .date-wrapper {
  width: 100%;
  height: 3.1rem;
}

#front .top-reservation2 form .date_489ban dd>label {
  padding-left: 3rem;
  margin-top: 0.8rem;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#front .top-reservation2 form .date_489ban dd>label:before,
#front .top-reservation2 form .date_489ban dd>label:after {
  content: "";
  position: absolute;
}

#front .top-reservation2 form .date_489ban dd>label:before {
  left: 0;
  top: auto;
  background: #fff;
  border: 0.1rem solid #988061;
}

#front .top-reservation2 form .date_489ban dd>label:after {
  top: 0;
  transform: rotate(45deg);
  border-right: 0.2rem solid #988061;
  border-bottom: 0.2rem solid #988061;
  opacity: 0;
  transition: 0.3s ease;
}

#front .top-reservation2 form .date_489ban dd>label.checked:after {
  opacity: 1;
}

#front .top-reservation2 form .stay_489ban .select-wrapper {
  padding-right: 0.8rem;
}

#front .top-reservation2 form .date-wrapper:after,
#front .top-reservation2 form .select-wrapper:after {
  right: 1rem;
  height: 3.1rem;
}

#front .top-reservation2 form .date-wrapper:after {
  width: 2.1rem;
}

#front .top-reservation2 form .date_489ban dd>label:before {
  width: 2rem;
  height: 2rem;
  margin-right: 0.4rem;
}

#front .top-reservation2 form .date_489ban dd>label:after {
  width: 0.6rem;
  height: 1rem;
  left: 0.7rem;
  top: 0.3rem;
}

#front .top-reservation2 form .date_489ban dd>label input[type="checkbox"] {
  display: none;
}

#front .top-reservation2 form .person_489ban dd span {
  margin-left: 0.4rem;
}

#front .top-reservation2 form button {
  color: #fff;
  background: #988061;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  width: 35%;
  height: 4.4rem;
  position: absolute;
  right: -1.8rem;
  bottom: 0;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.16);
}

/* タビチャット実装時の追加 */
.top-reservation2 .searchForm>div,
.top-reservation2 .searchForm .parson {
  display: block;
}

.top-reservation2 .searchForm>div {
  width: 100%;
}

.top-reservation2 h2.sp {
  margin-bottom: 2rem;
}

.searchForm .date-wrapper {
  margin-top: 1rem;
}

.searchForm .date-wrapper label {
  width: 40%;
}

.searchForm .date-wrapper input {
  width: 60%;
}

.searchForm .date-wrapper.b label {
  margin-left: 0;
}

.searchForm .parson.flex {
  justify-content: space-between;
}

.searchForm .parson.flex>.flex {
  width: 60%;
  margin-right: 0;
}

.searchForm .parson.flex>.flex:last-child {
  margin-top: 1rem;
}

.searchForm .parson.flex>.flex label {
  width: 70px;
  min-width: 70px;
}

.searchForm .select-wrapper {
  width: 22vw;
}

.searchForm .room {
  padding-top: 3rem;
  margin-right: 0;
  width: 60%;
  float: left;
}

.searchForm .room label {
  width: 70px;
  min-width: 70px;
}

.searchForm .bottoms .flex {
  margin-right: 0;
}

.searchForm .searchBtn {
  margin-top: 1.7rem;
  margin-left: 1rem;
  font-size: 1.5rem;
  height: 5rem;
  width: 30%;
  float: right;
}

/*------------------------------------
GREETING
------------------------------------*/
#front .greeting {
  padding: 3rem 0 7rem;
  flex-direction: column;
  margin-top: -3.5rem;
}

#front .greeting .text {
  width: 90%;
  margin: auto;
}

#front .greeting .text h2 {
  font-size: 2rem;
  padding-top: 6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

#front .greeting .text p {
  margin-top: 3rem;
}

#front .greeting .text p:first-of-type {
  margin-top: 4rem;
}

#front .greeting .treat_box {
  top: 18rem;
  left: 2%;
}

/*------------------------------------
PHOTO
------------------------------------*/
/* #front .photo .inner {
  padding: 4rem 5% 0;
} */
/* 2024年3月 */
#front .photo .inner {
  padding: 4rem 5% 4rem;
}


#front .photo .photo-wrap {
  flex-direction: column;
  align-items: center;
}

#front .photo .photo-wrap li {
  width: 100%;
  max-width: 33.5rem;
  height: 20rem;
}

#front .photo .gallerymodal-open {
  padding: 2rem 0 3rem;
}

#front .photo .gallerymodal-open:after {
  width: 8rem;
  height: 0.1rem;
  margin: 1rem auto 0;
}

#front .photo .treat_box {
  top: 4rem;
  left: 2%;
}

/*------------------------------------
PHOTO modal
------------------------------------*/
#front .photo .close-btn2 {
  bottom: -6.5rem;
  width: 25.5rem;
  height: 4rem;
  line-height: 4rem;
}

#front .photo .close-btn2:after {
  width: 5rem;
  height: .1rem;
  margin: 0 auto;
}

#front .photo .close-btn2 .close-icon {
  width: 1.5rem;
  height: .7rem;
  margin-right: 1rem;
}

#front .photo .close-btn2 .close-icon:before,
#front .photo .close-btn2 .close-icon:after {
  content: "";
  display: block;
  width: 100%;
  height: .2rem;
  background: #333;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

#front .photo .close-btn2 .close-icon:after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

/*モーダルウィンドウ（終）*/

/*====slickレイアウト設定====*/
#front .photo .wrapper {
  width: 100%;
  height: 54rem;
  margin: auto;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  align-items: center;
}

#front .photo .g-slider {
  width: 100%;
  /* height: 30vh; */
  height: auto;
}

#front .photo .thumb-wrapper {
  padding: 2rem 3.6% 0;
  width: 100%;
}

#front .photo .thumb li {
  margin-right: 0.37vh;
  width: calc((100% / 4) - 0.37vh);
  /* height: 7rem; */
  height: auto;
  margin: 0 0.37vh 0.37vh 0;
}

/*====slickレイアウト設定（終）====*/

/*------------------------------------
INFO
------------------------------------*/
#front .info .container {
  padding: 6rem 5% 6.5rem;
}

#front .info h2:after {
  margin: 1.3rem 0 0;
}

#front .info .info-list {
  margin-top: 2rem;
}

#front .info .info-list .entry {
  padding-left: 0;
}

#front .info .info-list .entry a {
  padding: 1rem 0;
}

#front .info .info-list .entry a .box {
  width: 70%;
}

#front .info .info-list .entry a .img {
  width: 30%;
  max-width: 9rem;
  min-width: 9rem;
  height: 6rem;
  margin-left: 3rem;
}

#front .info .info-list .entry a .new {
  margin-left: 1rem;
}

#front .info .info-list .entry a p {
  font-size: 1.2rem;
}

#front .info .treat_box {
  top: 16.5rem;
  left: 2%;
}

/*------------------------------------
PLAN
------------------------------------*/
/* #front .plan {
  padding: 0 .5%;
} */
#front .plan h2 {
  padding-top: 2rem;
}

#front .plan .plan-list {
  padding: 2.5rem 5% 0;
}

#front .plan .plan-list .list {
  padding: 2.5rem 0 5rem;
}

#front .plan .plan-list .list h3 {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}

#front .plan .plan-list .list .wrapper {
  margin-top: 1.25rem;
  flex-direction: column;
  align-items: center;
}

#front .plan .plan-list .list .wrapper .img {
  width: 100%;
  height: 100%;
}

#front .plan .plan-list .list .wrapper .desc-wrapper {
  width: 100%;
  margin-top: 1rem;
}

#front .plan .plan-list .desc-wrapper .service-wrapper li {
  margin-top: .5rem;
  padding: .4rem 1rem;
  border-radius: .4rem;
  font-size: 1.3rem;
}

#front .plan .plan-list .desc-wrapper .service-wrapper li:not(:last-child) {
  margin-right: .6rem;
}

#front .plan .plan-list .desc-wrapper p {
  margin-top: 1rem;
}

#front .plan .container .more {
  position: absolute;
  bottom: 1.96rem;
  right: 3rem;
}

#front .plan .container .btn {
  padding-bottom: 1.5rem;
}

#front .plan .container .more2 {
  margin: 4rem auto 0;
}

#front .plan .treat_box {
  top: 0.3rem;
  left: 2%;
}

/*------------------------------------
ROOMS
------------------------------------*/
#front .rooms {
  padding: 6rem 0 5rem;
}

#front .rooms .desc {
  margin-top: 2.5rem;
  padding: 0 5%;
}

#front .rooms .single-room {
  width: 90%;
  max-width: 34rem;
  margin: 3rem auto 2rem;
}

#front .rooms .single-room p {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 1.2rem;
}

/* 2024年3月 */
#front .rooms .room-type.single-superior {
  margin: 5rem auto 3rem;
}

#front .rooms .room-type .type {
  width: calc((100% / 3) - 0.3rem);
}

#front .rooms .room-type .type:not(:first-child) {
  margin-left: 0.3rem;
}

#front .rooms .room-type .type p {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  text-align: center;
}

#front .rooms .btn {
  margin-top: 4rem;
}

#front .rooms .treat_box {
  top: 19.9rem;
  left: 2%;
}

/*------------------------------------
RESTAURANT MORNING
------------------------------------*/
#front .m-restaurant .container {
  padding: 6rem 5% 0;
}

#front .m-restaurant h3 {
  font-size: 1.8rem;
  margin-top: 5rem;
}

#front .m-restaurant h3::first-letter {
  font-size: 1.8rem;
}

#front .m-restaurant h3:after {
  margin: 1.1rem 0 0;
  height: 0.4rem;
}

#front .m-restaurant .desc {
  margin: 2rem 0 0;
}

#front .m-restaurant .img {
  width: 100%;
  height: 38rem;
  margin: 4rem 0 0;
}

#front .m-restaurant .treat_box {
  top: 18.7rem;
  left: 2%;
}

/*------------------------------------
RESTAURANT & BAR　DINNER
------------------------------------*/
#front .d-restaurant .container {
  padding: 4rem 5%;
}

#front .d-restaurant h3 {
  font-size: 1.8rem;
  /* float: right;
  padding-right: 13%; */
}

#front .d-restaurant h3::first-letter {
  font-size: 1.8rem;
}

#front .d-restaurant h3:after {
  margin: 1.1rem 0 0;
  height: 0.4rem;
}

#front .d-restaurant .desc {
  margin: 2rem 0 0;
}

#front .d-restaurant .img {
  width: 100%;
  height: 38rem;
}

#front .d-restaurant .btn {
  padding: 4rem 0 5rem;
}

#front .d-restaurant .treat_box {
  top: 24.2rem;
  left: 2%;
}

/*------------------------------------
SERVICE
------------------------------------*/
#front .service {
  padding: 6rem 5% 5rem;
}

#front .service .text {
  margin: 2.5rem auto 0;
}

#front .service .service-list {
  margin-top: 3rem;
  flex-direction: column;
}

#front .service .service-list li {
  border-top-left-radius: 3.5rem;
  width: 100%;
}

#front .service .service-list li:after {
  width: 0.2rem;
  height: 77.8%;
  left: 30%;
  background-size: 0.2rem 0.7rem;
}

#front .service .service-list li:not(:first-child) {
  margin-top: 1rem;
}

#front .service .service-list li:nth-child(2n) {
  margin-left: 0;
}

#front .service .service-list li .card {
  padding: 1rem 0;
}

#front .service .service-list li div .img {
  width: 30%;
  padding: 0.5rem;
}

#front .service .service-list li div .img h3 {
  font-size: 0.9rem;
}

#front .service .service-list li div .service-desc {
  width: 70%;
}

#front .service .service-list li div .service-desc p {
  padding: 0.5rem 1rem 0.5rem 2rem;
  font-size: 1.1rem;
}

#front .service .treat_box {
  top: 21.4rem;
  left: 2%;
}

/*------------------------------------
SPOT
------------------------------------*/
#front .spot {
  padding: 6rem 5% 5rem;
}

#front .spot .desc {
  text-align: center;
  width: 90%;
  margin: 2.5rem auto 0;
}

#front .spot .spot-list {
  margin-top: 3rem;
}

#front .spot .spot-list .post {
  border-bottom: 1px solid #b7b7b7;
}

#front .spot .spot-list .post:not(:first-child) {
  margin-top: 1rem;
}

#front .spot .spot-list .post a {
  padding-bottom: 1rem;
  opacity: 1;
}

#front .spot .spot-list .post a .img.thumbnail {
  width: calc(40% - 0.5rem);
  max-height: 25vw;
  margin-right: 1rem;
}

#front .spot .spot-list .post a .spot-desc {
  width: calc(60% - 0.5rem);
}

#front .spot .spot-list .post a .spot-desc .state {
  align-items: center;
}

#front .spot .spot-list .post a .spot-desc .cat {
  font-size: 1.1rem;
  width: 7rem;
  height: 1.8rem;
  line-height: 1.8rem;
}

#front .spot .spot-list .post a .spot-desc .date {
  font-size: 1.1rem;
  margin-left: .75rem;
}

#front .spot .spot-list .post a .spot-desc .new {
  font-size: 1.1rem;
  margin-left: 0.5rem;
  font-weight: 700;
}

#front .spot .spot-list .post a .spot-desc h3 {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}

#front .spot .spot-list .post a .spot-desc .spot-text {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 5rem;
}

#front .spot .spot-list .post .spot-desc .author {
  margin-top: 4.8rem;
}

#front .spot .spot-list .post .spot-desc .author .img.icon {
  width: 3.7rem;
}

#front .spot .spot-list .post .spot-desc .author p {
  font-size: 1.6rem;
  margin-left: 1rem;
}

#front .spot .btn {
  margin-top: 4rem;
}

#front .spot .treat_box {
  top: 21.4rem;
  left: 2%;
}

#front .spot .img.treat2 {
  width: 13.3rem;
  height: 2.6rem;
  top: 11.5rem;
}

/*------------------------------------
ACCESS
------------------------------------*/
#front .access {
  padding: 6rem 0 5rem;
}

#front .access .desc {
  text-align: center;
  padding: 4rem 0 5rem;
}

#front .access .desc a .img {
  width: 16.8rem;
  height: auto;
  margin: auto;
}

#front .access .desc a .img img {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

#front .access .desc ul {
  margin-top: 2rem;
}

#front .access .glink {
  font-size: 1.4rem;
  margin: 0 5% 1rem;
}

#front .access .glink:after {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.8rem;
  vertical-align: -6%;
}

#front .access .ggmap {
  padding-bottom: 37.5rem;
}

#front .access .container {
  margin-top: 9.32rem;
}

#front .access .btn {
  margin-top: 4rem;
}

#front .access .treat_box {
  top: 20.3rem;
  left: 2%;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										客室ページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#rooms .main-visual h1 {
  top: 2.8rem;
  left: 5%;
  width: 14.6rem;
}

#rooms .main-visual .desc {
  top: 7.6rem;
  left: 0;
  width: 28rem;
  height: 12rem;
}

#rooms .main-visual .desc p:first-child {
  font-size: 2rem;
  padding: 4rem 0 0 2rem;
}

#rooms .main-visual .desc p:last-child {
  padding: 1.5rem 0 0 2rem;
}

#rooms .main-visual .img {
  width: 100%;
  height: 50rem;
}

#rooms .main-visual nav {
  padding: 0 0 5rem;
}

#rooms .main-visual nav ul {
  flex-wrap: wrap;
}

#rooms .main-visual nav ul li {
  height: 4rem;
  font-size: 1.2rem;
}

#rooms .main-visual nav ul li:nth-child(1) {
  width: calc(100% / 3);
}

#rooms .main-visual nav ul li:nth-child(2) {
  width: calc((100% / 3) - 0.1rem);
  margin-left: 0.1rem;
}

#rooms .main-visual nav ul li:nth-child(3) {
  width: calc((100% / 3) - 0.1rem);
  margin-left: 0.1rem;
}

#rooms .main-visual nav ul li:nth-child(4) {
  width: calc((100% / 2) - 0.05rem);
  margin-top: 0.1rem;
}

#rooms .main-visual nav ul li:nth-child(5) {
  width: calc((100% / 2) - 0.05rem);
  margin: 0.1rem 0 0 0.1rem;
}

#rooms .main-visual nav ul li a {
  line-height: 4rem;
}

#rooms .main-visual nav ul li a span {
  font-size: 1rem;
  margin-left: 1rem;
}

/* 設備・アメニティポップアップ */
#rooms .f-modal h2 {
  top: 7%;
  left: 7%;
  font-size: 1.8rem;
}

#rooms .f-modal h2:before {
  width: 9.6rem;
  height: 0.4rem;
  bottom: -1.8rem;
}

#rooms .f-modal h2:after {
  bottom: -5rem;
  font-size: 1.2rem;
}

#rooms .f-modal .f-close {
  display: block;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

#rooms .f-modal .f-close:before,
#rooms .f-modal .f-close:after {
  content: "";
  display: block;
  width: 60%;
  height: 0.3rem;
  background: #333;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(27% - 0.15rem);
  left: 30%;
}

#rooms .f-modal .f-close::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 28%;
}

#rooms .f-modal .modal {
  width: 90%;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

#rooms .f-modal .modal .container {
  margin-bottom: -2.5rem;
  display: flex;
  width: 95%;
}

#rooms .f-modal .modal ul {
  flex-direction: column;
  width: 50%;
}

#rooms .f-modal .modal ul li {
  width: 100%;
  height: 3rem;
}

@media screen and (max-width: 356px) {
  #rooms .f-modal .modal ul li.x2 {
    height: 6rem;
  }
}

#rooms .f-modal .modal ul li .img {
  max-width: 20rem;
  height: 13vh;
}

#rooms .f-modal .f-close-btn {
  width: 100%;
  height: 3.2rem;
  line-height: 3.2rem;
  bottom: -9rem;
}

/* 各ルーム */
#rooms .room .heading-box {
  width: 100%;
  height: 5.4rem;
}

#rooms .room:nth-of-type(2) .heading-box .text-treat {
  top: -1rem;
  left: -5rem;
  width: 26.7rem;
}

#rooms .room:nth-of-type(3) .heading-box .text-treat {
  top: -2rem;
  left: 0;
  width: 20.6rem;
}

#rooms .room:nth-of-type(4) .heading-box .text-treat {
  top: -3.5rem;
  left: -1rem;
  width: 21.2rem;
}

#rooms .room:nth-of-type(5) .heading-box .text-treat {
  top: -1rem;
  left: -0.8rem;
  width: 21.2rem;
}

#rooms .room .heading-box h2 {
  font-size: 2rem;
  padding: 2.4rem 0 0 2rem;
  margin-left: 1rem;
}

/* 2024年3月 */
@media screen and (max-width: 400px) {
  #rooms .room#sec-superior .heading-box h2 {
    font-size: 1.4rem;
  }
}

#rooms .room .heading-box h2 span {
  margin-left: 3rem;
}

#rooms .room .heading-box h2:before {
  width: 0.2rem;
  top: -1rem;
  background: linear-gradient(180deg, #988061 19%, #fff 19%);
}

#rooms .room .heading-box h2.effect_on:before {
  height: 5.4rem;
}

#rooms .room .slick-wrap {
  padding: 5.4rem 0 0;
  flex-direction: column;
  align-items: center;
}

#rooms .room .slick-wrap .room-slider {
  width: 100%;
  height: 24rem;
}

#rooms .room .slick-wrap .room-thumb-list {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem auto 0;
}

#rooms .room .slick-wrap .room-thumb-list li {
  height: 10rem;
  width: calc((100% / 3) - 0.4rem);
  max-width: 18.4rem;
  margin: 0.4rem 0 0 0.4rem;
}

#rooms .room .slick-wrap .room-thumb-list li:first-child,
#rooms .room .slick-wrap .room-thumb-list li:nth-child(4) {
  margin-left: 0;
}

#rooms .room .desc-wrap {
  padding: 2.6rem 5% 4.2rem;
}

#rooms .room .desc-wrap .desc-text {
  padding-bottom: 1.5rem;
}

#rooms .room .facility_link {
  font-size: 1.2rem;
}

#rooms .room dl {
  padding: 1.9rem 0 2.8rem;
}

#rooms .room dl dt {
  width: 30%;
}

#rooms .room dl dd {
  width: 70%;
  padding-left: 2rem;
  box-sizing: border-box;
}

/* Beachside Villa */
#rooms #sec-villa .heading-box h2 {
  margin-left: 2.5%;
  padding: 2rem 0 0.7rem 1.5rem;
  color: #fff;
}

#rooms #sec-villa .heading-box h2:before {
  background: #508db2;
  background: linear-gradient(180deg, #508db2 14%, #fff 14%);
}

#rooms #sec-villa .heading-box h2.effect_on:before {
  height: 7.4rem;
}

#rooms #sec-villa .heading-box .text-treat {
  width: 20.2rem;
  top: -3rem;
  left: -0.8rem;
}

#rooms #sec-villa .slick-wrap {
  padding: 9.4rem 0 0;
}

#rooms #sec-villa .slick-wrap .room-thumb-list li {
  height: 10rem;
  width: calc((100% / 3) - 0.4rem);
  margin-left: 0.4rem;
}

#rooms #sec-villa .slick-wrap .room-thumb-list li:first-child,
#rooms #sec-villa .slick-wrap .room-thumb-list li:nth-child(4) {
  margin-left: 0;
}

#rooms #sec-villa .desc-wrap {
  padding: 2rem 5% 8.1rem;
}

#rooms #sec-villa .desc-wrap .desc-text {
  line-height: 2.1;
  padding-bottom: 3.2rem;
}

#rooms #sec-villa .desc-wrap div .room-search {
  width: 12.6rem;
  height: 3.8rem;
  line-height: 3.8rem;
  margin: 1rem 1rem 0 0;
}

#rooms #sec-villa .desc-wrap div .room-search:before {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 1rem 0.3rem 0;
}

#rooms #sec-villa .desc-wrap .container {
  padding: 1rem 1rem 2.5rem;
  flex-direction: column-reverse;
}

#rooms #sec-villa .desc-wrap .left-area img {
  width: 22.7rem;
  height: auto;
  margin: 3rem auto 0;
}

#rooms #sec-villa .desc-wrap .container .left-area dl {
  padding: 2.9rem 0 0;
  width: 76%;
  margin: auto;
}

#rooms #sec-villa .desc-wrap .container .left-area dl dt {
  width: 15%;
}

#rooms #sec-villa .desc-wrap .container .left-area dl dd {
  width: 85%;
}

#rooms #sec-villa .desc-wrap .container .right-area img {
  width: 45rem;
  height: 22.6rem;
  margin: auto;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										レストランページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#restaurant .main-visual h1 {
  top: 2.8rem;
  left: 2.3rem;
  width: 23rem;
}

#restaurant .main-visual .desc {
  width: 60%;
  min-width: 28rem;
  max-width: 38rem;
  height: 16.5rem;
  padding-left: 2rem;
  top: 7.6rem;
  box-sizing: border-box;
}

#restaurant .main-visual .desc p:first-child {
  font-size: 2rem;
  padding-top: 2rem;
  line-height: 1.5;
}

#restaurant .main-visual .desc p:last-child {
  padding-top: 2.4rem;
  line-height: 1.5;
}

#restaurant .main-visual .img1 {
  width: 100%;
  padding-top: 20rem;
  height: 36rem;
}

#restaurant .main-visual .img2 {
  width: 100%;
  height: 26.6rem;
}

#restaurant .covid p {
  padding: 6rem 0 3rem;
  font-size: 1.8rem;
  line-height: 2;
  width: 80%;
  margin: auto;
}

#restaurant .covid .btn {
  padding-bottom: 6.8rem;
}

#restaurant .covid .btn .more2 {
  width: 80%;
  max-width: 47rem;
  padding: 1.8rem;
  box-sizing: border-box;
}

#restaurant .covid .btn .more2:after {
  display: none;
}

#restaurant .morning .morning-h {
  height: 35rem;
}

#restaurant .morning h2 {
  margin-top: 5rem;
}

#restaurant .morning .time {
  margin: 3.5rem auto 0;
  padding: 1.5rem 3rem;
  width: 90%;
  max-width: 44rem;
}

#restaurant .morning .time table,
#restaurant .morning .time table tr,
#restaurant .morning .time th,
#restaurant .morning .time td {
  display: block;
  width: 100%;
}

#restaurant .morning .time table {
  display: flex;
  justify-content: center;
}

#restaurant .morning .time td {
  margin-left: 1rem;
}

#restaurant .morning .morning-desc1 p {
  margin: 3rem auto 0;
  width: 90%;
}

#restaurant .morning .morning-wrap .img {
  margin-top: 5rem;
  width: 100%;
  height: 24rem;
}

#restaurant .morning .morning-wrap .morning-desc2 {
  width: 88%;
  max-width: 40rem;
  margin-top: -2rem;
  position: static;
}

#restaurant .morning .morning-wrap .morning-desc2 p {
  padding: 3rem 2.5rem 4rem 2.5rem;
}

#restaurant .morning .morning-wrap2 {
  padding: 6rem 0 8rem;
}

#restaurant .morning .morning-wrap2 ul {
  flex-direction: column;
}

#restaurant .morning .morning-wrap2 ul li {
  height: 20rem;
  width: 100%;
}

#restaurant .night .night-h {
  height: 35rem;
}

#restaurant .night h2 {
  margin-top: 5rem;
}

#restaurant .night .time {
  margin: 3.5rem auto 0;
  padding: 1.5rem 3rem;
  width: 90%;
  max-width: 44rem;
}

#restaurant .night .time table,
#restaurant .night .time table tr,
#restaurant .night .time th,
#restaurant .night .time td {
  display: block;
  width: 100%;
}

#restaurant .night .time table {
  display: flex;
  justify-content: center;
}

#restaurant .night .time td {
  margin-left: 1rem;
}

#restaurant .night .night-desc1 p {
  margin: 3rem auto 0;
  width: 90%;
}

#restaurant .night .night-wrap .img {
  margin-top: 5rem;
  width: 100%;
  height: 24rem;
}

#restaurant .night .night-wrap .night-desc2 {
  width: 88%;
  max-width: 40rem;
  position: static;
  margin: -2rem 0 0 auto;
}

#restaurant .night .night-wrap .night-desc2 p {
  padding: 3rem 2.5rem 4rem;
}

#restaurant .night .night-wrap2 {
  padding: 6rem 0;
}

#restaurant .night .night-wrap2 ul {
  flex-direction: column;
}

#restaurant .night .night-wrap2 ul li {
  height: 20rem;
  width: 100%;
}

#restaurant .night .night-wrap3 .img {
  width: 100%;
  height: 24rem;
}

#restaurant .night .night-wrap3 .night-desc3 {
  width: 88%;
  max-width: 40rem;
  top: 23rem;
  position: static;
  margin-top: -2rem;
}

#restaurant .night .night-wrap3 .night-desc3 p {
  padding: 3rem 2.5rem 4rem;
}

#restaurant .night .night-wrap4 {
  padding: 6rem 0 12.5rem;
  flex-direction: column-reverse;
}

#restaurant .night .night-wrap4 .night-desc4 p {
  line-height: 2.1;
  margin: 3rem auto 0;
  width: 90%;
}

#restaurant .night .night-wrap4 ul {
  flex-direction: column;
}

#restaurant .night .night-wrap4 ul li {
  height: 20rem;
  width: 100%;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										コロナ取組ページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#covid .head-bnr a {
  flex-direction: column;
  padding: 2.2rem 0 1.5rem;
}

#covid .head-bnr .head-left {
  width: calc(100% - 7.2rem);
  min-width: 28rem;
  max-width: 42rem;
  margin: 0 auto 2rem;
}

#covid .head-bnr .head-left .img {
  padding-right: 1.6rem;
}

#covid .head-bnr .head-left .desc .txt {
  margin-bottom: 1.2rem;
}

#covid .head-bnr .head-left .desc .link-btn {
  max-width: 16.4rem;
  font-size: 1.1rem;
  padding: .35rem 1.2rem;
  border-radius: .4rem;
  box-shadow: .1rem .1rem .1rem .1rem rgba(204, 204, 204, .8);
}

#covid .head-bnr .head-left .desc .link-btn:after {
  bottom: .5rem;
  right: 1.2rem;
  width: 1.2rem;
  height: .4rem;
}

#covid .head-bnr .head-right {
  width: calc(100% - 12rem);
  min-width: 25.2rem;
  max-width: 37.7rem;
  margin: 0 auto;
}

#covid .main-visual .wrapper {
  padding: 4rem 5% 5rem;
}

#covid .main-visual .wrapper h1 {
  font-size: 1.8rem;
}

#covid .main-visual .wrapper h1 span {
  font-size: 1.8rem;
  font-weight: 700;
  display: inline;
}

#covid .main-visual .wrapper p {
  margin-top: 2.4rem;
}

#covid .request h2 {
  height: 4rem;
  font-size: 2rem;
  line-height: 4rem;
}

#covid .request h2:before {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 2.5rem;
}

#covid .request .request-wrap {
  margin: 2rem 5%;
  flex-direction: column;
}

#covid .request .request-wrap .img {
  width: 100%;
  max-width: 33.5rem;
  height: auto;
  margin: auto;
}

#covid .request .request-wrap ul {
  width: 100%;
  padding-top: 2rem;
}

#covid .request .request-wrap li {
  text-indent: -1em;
  padding-left: 1em;
}

#covid .request .request-wrap li:not(:first-child) {
  margin-top: 1rem;
}

#covid .request .request-wrap2 {
  margin: 1.5rem 5% 0;
  padding: 2rem 0 3.5rem;
}

#covid .request .request-wrap2 p {
  margin-top: 1rem;
}

#covid .room h3,
#covid .inside h3,
#covid .meal h3 {
  width: 100%;
  padding-left: 5%;
  height: 4rem;
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0.2em;
}

#covid .room .request-wrap3,
#covid .inside .request-wrap4,
#covid .meal .request-wrap5 {
  padding: 2rem 5% 3.5rem;
  flex-direction: column-reverse;
}

#covid .meal .request-wrap5 {
  padding-bottom: 15rem;
}

#covid .room .request-wrap3 ul,
#covid .inside .request-wrap4 ul,
#covid .meal .request-wrap5 .container {
  padding-top: 2rem;
  width: 100%;
}

#covid .meal .request-wrap5 .container {
  padding-top: 2.5rem;
}

#covid .room .request-wrap3 .img,
#covid .inside .request-wrap4 .img {
  width: 100%;
  max-width: 33.5rem;
  height: auto;
  margin: auto;
}

#covid .meal .request-wrap5 .img_wrap {
  width: 100%;
  max-width: 33.5rem;
  margin: auto;
}

#covid .meal .request-wrap5 .img_wrap .img {
  width: 100%;
  height: auto;
}

#covid .meal .request-wrap5 .img_wrap .img:last-child {
  margin-top: 1rem;
}

#covid .room .request-wrap3 ul li,
#covid .inside .request-wrap4 ul li,
#covid .meal .request-wrap5 .container ul li {
  text-indent: -1em;
  padding-left: 1em;
}

#covid .room .request-wrap3 ul li:not(:first-child),
#covid .inside .request-wrap4 ul li:not(:first-child),
#covid .meal .request-wrap5 .container ul li {
  margin-top: 0.5rem;
}

#covid .meal .request-wrap5 .container h4 {
  font-weight: 700;
  margin-bottom: 1rem;
}

#covid .meal .request-wrap5 .container h4:last-of-type {
  margin-top: 2.5rem;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										アクセスページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#access h1 {
  padding-top: 5rem;
}

#access .logo {
  width: 30rem;
  margin: 4rem auto 0;
}

#access .access-info {
  margin: 3rem auto 5rem;
}

#access .access-info li {
  margin-top: 0.4rem;
}

#access .glink {
  font-size: 1.4rem;
  margin: 0 5% 1rem;
}

#access .glink:after {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.8rem;
  vertical-align: -6%;
}

#access .ggmap {
  width: 100%;
  padding-bottom: 38rem;
}

#access .access_summary .inner {
  width: 78%;
  padding: 3% 5%;
  margin: 17.3rem auto 0;
}

#access .access_desc {
  width: 90%;
  margin: 4rem auto 0;
}

#access .access_desc ul li:not(:first-child) {
  margin-top: 2.5rem;
}

#access .access_desc ul li .traffic {
  position: relative;
}

#access .access_desc ul li .traffic .img {
  position: absolute;
  top: 1.6rem;
  right: 1rem;
  width: 5rem;
  height: auto;
  transform: translate(0, -50%);
  transition: all 1.5s ease;
}

#access .access_desc ul li .traffic .img.effect_on {
  transform: translate(1rem, -50%);
}

#access .access_desc ul li .traffic .img img {
  /* width: 100%;
  height: 100%; */
  object-fit: contain;
  font-family: "object-fit: contain;";
}

#access .access_desc ul li .traffic .traffic-desc h3 {
  font-size: 1.6rem;
  font-weight: 700;
}

#access .access_desc ul li .traffic .traffic-desc dl {
  margin-left: 1em;
}

#access .access_desc ul li .traffic .traffic-desc dl dt,
#access .access_desc ul li .traffic .traffic-desc dl dd {
  padding-left: 1em;
  text-indent: -1em;
}

#access .facility {
  margin: 8rem auto 0;
  padding-bottom: 12.5rem;
}

#access .facility table {
  margin-top: 4rem;
  width: 90%;
}

#access .facility tr th {
  display: block;
  padding: 0.25rem 1.5rem;
  background-color: #ccc9c7;
  box-sizing: border-box;
}

#access .facility tr td {
  display: block;
  padding: 0.25rem 1.5rem;
  box-sizing: border-box;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										姶良の魅力ページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#spot .main-visual .main-visual-text {
  top: 13.25rem;
  width: 90%;
}

#spot .main-visual .main-visual-text h1 {
  font-size: 2rem;
}

#spot .main-visual .main-visual-text h1::first-letter {
  font-size: 3rem;
}

#spot .main-visual .main-visual-text h1:before {
  width: 4.8rem;
  height: 6.3rem;
  top: -7rem;
}

#spot .main-visual .main-visual-text h2 {
  margin-top: 1.5rem;
}

#spot .main-visual .hero {
  height: 50rem;
}

#spot .main-visual .hero img {
  object-position: 50%;
  font-family: "object-positoin: 50%;";
}

#spot .main-visual .desc-wrapper .desc {
  width: 90%;
  padding: 18.7rem 0 11rem;
  margin: auto;
  position: relative;
  z-index: 1;
}

#spot .main-visual .desc-wrapper .desc p {
  font-size: 1.4rem;
}

#spot .main-visual .desc-wrapper .desc p:not(:first-child) {
  margin-top: 2.5rem;
}

#spot .main-visual .desc-wrapper .treat1 {
  /* top: -6rem; */
  top: -41rem;
  right: 0;
  width: 100%;
  max-width: 35.5rem;
  height: 127.7rem;
}

#spot .main-visual .desc-wrapper .treat2 {
  width: 15rem;
  height: 3rem;
  left: 5%;
  bottom: 6rem;
}

#spot .spot {
  position: relative;
}

#spot .spot .spot-list {
  margin-top: 4rem;
  padding: 0 5% 12.5rem;
}

#spot .spot .spot-list li:not(:first-child) {
  margin-top: 1rem;
}

#spot .spot .spot-list li a {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #b7b7b7;
}

#spot .spot .spot-list li a .img.thumbnail {
  width: calc(40% - 0.5rem);
  margin-right: 1rem;
  max-height: 25vw;
  margin-right: 1rem;
}

#spot .spot .spot-list li a .spot-desc {
  width: calc(60% - 0.5rem);
  flex-direction: column;
}

#spot .spot .spot-list li a .spot-desc .cat {
  font-size: 1.1rem;
  width: 7rem;
  height: 1.8rem;
  line-height: 1.8rem;
}

#spot .spot .spot-list li a .spot-desc .new {
  font-size: 1.1rem;
  margin-left: 0.5rem;
  font-weight: 700;
}

#spot .spot .spot-list li a .spot-desc .date {
  font-size: 1.1rem;
  margin-left: 0.75rem;
  line-height: 1;
}

#spot .spot .spot-list li a .spot-desc h3 {
  font-size: 1.4rem;
  margin-top: .5rem;
}

#spot .spot .spot-list li a .spot-desc .spot-text {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 5rem;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										FAQページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#faq h1 {
  font-size: 3rem;
  font-weight: 700;
  padding: 3rem 5% 0;
}

#faq h1 span {
  margin-left: 1rem;
}

#faq .desc {
  padding: 1.6rem 5% 2.5rem;
  line-height: 2.1;
}

#faq .contact_link {
  display: block;
  width: 22rem;
  height: 4rem;
  line-height: 4rem;
  background: #afa191;
  text-align: center;
  margin: auto;
}

#faq .nav2 {
  padding: 3.5rem 5% 4rem;
}

#faq .nav2 ul {
  flex-wrap: wrap;
  justify-content: center;
}

#faq .nav2 ul li:nth-child(1) {
  width: 5rem;
}

#faq .nav2 ul li:nth-child(2) {
  width: 4.5rem;
}

#faq .nav2 ul li:nth-child(3) {
  width: 13rem;
}

#faq .nav2 ul li:nth-child(4) {
  display: none;
}

#faq .nav2 ul li:nth-child(5) {
  display: none;
}

#faq .nav2 ul.sp {
  margin-top: 2rem;
}

#faq .nav2 ul.sp li:nth-child(1) {
  width: 9rem;
}

#faq .nav2 ul.sp li:nth-child(2) {
  width: 7rem;
}

#faq .nav2 ul li:not(:first-child):before {
  width: 2.8rem;
  height: .1rem;
  left: -2.9rem;
}

#faq .nav2 ul li:not(:last-child) {
  padding-right: 3.15rem;
}

#faq .nav2 ul li:nth-child(3) {
  padding-right: 0;
}

#faq .nav2 ul li a.link-current:after {
  width: 4rem;
  height: 0.6rem;
  bottom: -1rem;
}

#faq .nav2 ul li a span {
  font-size: 1rem;
}

#faq .faq-wrap {
  padding: 0 0 10rem;
}

#faq .faq-wrap li:not(:first-child) {
  margin-top: 1rem;
}

#faq .faq-wrap li .question {
  height: 6rem;
  align-items: center;
}

#faq .faq-wrap li .question:before,
#faq .faq-wrap li .question:after {
  width: 2rem;
  height: 0.3rem;
}

#faq .faq-wrap li .question:before {
  top: 48%;
  right: 2rem;
}

#faq .faq-wrap li .question:after {
  top: 48%;
  right: 2rem;
}

#faq .faq-wrap li .question span {
  width: 10%;
  min-width: 4rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 2.4rem;
}

#faq .faq-wrap li .question h4 {
  padding-left: 2.5rem;
  padding: 0 5rem 0 1rem;
}

#faq .faq-wrap li .answer {
  padding: 2.1rem 4.7rem 3rem 5rem;
}

#faq .faq-wrap li .answer span {
  width: 10%;
  min-width: 4rem;
  font-size: 2.4rem;
  margin-top: 1rem;
}

#faq .faq-wrap li .answer .note {
  margin: 0.5rem 0 0 1rem;
}

#faq .faq-wrap h3 {
  font-size: 1.7rem;
  margin: 3.5rem 0 .75rem;
}

#faq .faq-wrap h3:before {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 1rem 0 5%;
  vertical-align: -.125rem;
}

#faq .faq-wrap h3 span {
  font-size: 1.1rem;
  margin-left: .5rem;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										利用規約／個人情報保護ページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#privacy .t-of-s .inner {
  padding: 4.5rem 5%;
}

#privacy .t-of-s h2 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

#privacy .t-of-s p:nth-of-type(2) {
  margin-top: 3rem;
}

#privacy .t-of-s ul {
  margin-top: 3rem;
}

#privacy .t-of-s ul li span {
  margin-right: 6rem;
}

#privacy .t-of-s .example,
#privacy .privacy .example {
  margin: 1rem 0 0 2rem;
}

#privacy .privacy .inner {
  padding: 0 5% 12.5rem;
}

#privacy .privacy h2 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

#privacy .privacy h3:not(:first-of-type) {
  margin-top: 3rem;
}

#privacy .privacy ul {
  margin-top: 4rem;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										お問い合わせページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#contact nav {
  margin: 28.6rem 5.2% 0 11%;
}

#contact nav ul li:nth-child(1) {
  width: 44%;
  height: 12rem;
  font-size: 7rem;
  margin-right: 0.6%;
}

#contact nav ul li:nth-child(1) a {
  line-height: 12rem;
}

#contact nav ul li:nth-child(1):hover {
  height: 14rem;
}

#contact nav ul li:nth-child(1) span {
  font-size: 2.6rem;
  margin-left: 3rem;
  vertical-align: -25%;
}

#contact nav ul li:nth-child(2) {
  width: 16.6%;
  height: 14rem;
  margin-right: 0.6%;
}

#contact nav ul li:nth-child(2) h1 {
  line-height: 8.5;
  font-size: 2.6rem;
}

#contact nav ul li:nth-child(3) {
  height: 12rem;
  width: 33%;
  margin-right: 5.2%;
}

#contact nav ul li:nth-child(3) a {
  font-size: 2.6rem;
  line-height: 7;
}

#contact nav ul li:nth-child(3):hover {
  height: 14rem;
}

#contact .form .container {
  padding: 5rem 5% 10rem;
}

#contact .form .wrap h1 {
  font-size: 3rem;
}

#contact .form .wrap h1 span {
  font-size: 1.2rem;
  margin-top: 1rem;
}

#contact .form .wrap p {
  margin-top: 1.9rem;
}

#contact .form .g-form {
  padding: 1.5rem 0 0;
}

#contact .form .g-form p {
  padding-top: 0.75rem;
  margin-top: 0.5rem;
}

#contact .form .g-form .req {
  font-size: 1.2rem;
  width: 3rem;
  height: 1.8rem;
  margin-left: 1.3rem;
  line-height: 1.8rem;
}

#contact .form .g-form input[type="text"],
#contact .form .g-form input[type="email"],
#contact .form .g-form input[type="tel"],
#contact .form .g-form textarea {
  line-height: 1.75rem;
  padding: 1rem;
  margin-top: 0.4rem;
}

#contact input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
  top: .25rem;
}

#contact .form .submit {
  margin: 1rem auto 0;
  width: 30rem;
  height: 4rem;
}

#contact #pri-link {
  font-size: 1.3rem;
}

/*お問い合わせ完了*/
#contact .finish-form {
  margin: 4rem 0 3rem;
  padding: 2rem;
}

#contact .goto-top {
  width: 14rem;
  padding: 1.5rem;
}


/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										姶良の魅力スポット　singleページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#s-spot .container {
  padding: 7.5rem 5% 12.5rem;
}

#s-spot-post .state .cat {
  font-size: 1.2rem;
  width: 7rem;
  height: 2rem;
  line-height: 2rem;
}

#s-spot-post .state .new {
  margin-left: 1rem;
}

#s-spot-post .wrap {
  margin: .75rem 0 1.5rem;
  padding-bottom: .75rem;
  flex-direction: column;
}

#s-spot-post .wrap h1 {
  font-size: 1.8rem;
  line-height: 1.5;
}

#s-spot-post .wrap .date {
  color: #988061;
  font-size: 1.3rem;
  align-self: flex-end;
  line-height: 1;
}

#s-spot .author {
  align-items: flex-end;
  justify-content: center;
  margin: 4rem auto 0;
}

#s-spot .author .icon {
  width: 4rem;
}

#s-spot .author p {
  font-size: 1.2rem;
  margin-left: 1rem;
}

/* 上部あしらい */
#s-spot .text-treat {
  position: absolute;
  width: 30rem;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
}

#s-spot .text-treat span {
  font-size: 1.2rem;
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 2rem;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										姶良の魅力スポット　archiveページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#a-spot {
  padding: 10rem 5% 10rem;
  position: relative;
}

#a-spot .spot-list {
  flex-wrap: wrap;
}

#a-spot .spot-list .post {
  width: 100%;
  margin-top: 5rem;
}

#a-spot .spot-list .post a .new {
  font-size: 1.4rem;
  color: #b42f39;
}

#a-spot .spot-list .post:nth-child(3n) {
  margin-right: 0;
}

#a-spot .spot-list .post .img.thumbnail {
  width: 100%;
  height: 20rem;
  margin-right: 4rem;
}

#a-spot .spot-list .post .img.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}

#a-spot .spot-list .post .spot-desc {
  width: 100%;
  padding-bottom: 1rem;
  margin-top: 0.5rem;
  border-bottom: 1px solid #b7b7b7;
}

#a-spot .spot-list .post .spot-desc a:hover {
  opacity: 1;
}

#a-spot .spot-list .post .spot-desc .cat {
  font-weight: 700;
  width: 10rem;
  height: 2.2rem;
  line-height: 2.2rem;
  color: #fff;
  background: #988061;
  display: inline-block;
  text-align: center;
}

#a-spot .spot-list .post .spot-desc .date {
  font-size: 1.3rem;
  margin-left: 1rem;
}

#a-spot .spot-list .post .spot-desc .new {
  margin-left: 1rem;
  color: #a83216;
}

#a-spot .spot-list .post .spot-desc h3 {
  font-size: 2rem;
  margin-top: 1rem;
  font-weight: 700;
}

#a-spot .spot-list .post .spot-desc h3 .ruby {
  font-size: 3rem;
  margin-left: 1em;
}

#a-spot .spot-list .post .spot-desc .spot-text {
  margin-top: 3rem;
}

#a-spot .spot-list .post .spot-desc .author {
  margin-top: 4.8rem;
  line-height: 1;
}

#a-spot .spot-list .post .spot-desc .author .img.icon {
  width: 3.7rem;
  display: inline-block;
  vertical-align: middle;
}

#a-spot .spot-list .post .spot-desc .author p {
  font-size: 1.6rem;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: middle;
}

#a-spot .btn {
  margin-top: 15rem;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
                    Information　singleページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#s-info .container {
  padding: 7.5rem 5% 12.5rem;
}

#s-info .container .two-col {
  flex-direction: column;
}

#s-info-post .new {
  font-size: 1.3rem;
  font-weight: 700;
}

#s-info-post .wrap {
  flex-direction: column;
  padding-bottom: 0.5rem;
  margin: .25rem 0 1.5rem;
}

#s-info-post .wrap h1 {
  font-size: 1.8rem;
  line-height: 1.5;
}

#s-info-post .wrap .date {
  font-size: 1.3rem;
  align-self: flex-end;
  line-height: 1;
}

/*上部あしらい */
#s-info-post .text-treat {
  position: absolute;
  width: 28rem;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
}

#s-info-post .text-treat span {
  font-size: 1.2rem;
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 2rem;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										Information　archiveページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#a-info .inner {
  padding: 5rem 5% 12.5rem;
}

#a-info .info-list {
  margin-top: 4rem;
}

#a-info .info-post {
  margin-top: 2rem;
}

#a-info .info-post a {
  padding: 2.75rem 1.75rem 1.75rem;
}

#a-info .info-post a .new {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: .5rem;
}

#a-info .info-post a .wrap {
  flex-direction: column;
  align-items: start;
  padding-bottom: 0.25rem;
  margin-bottom: 1.25rem;
}

#a-info .info-post a .wrap h2 {
  font-size: 1.4rem;
  line-height: 1.5;
}

#a-info .info-post a .wrap .date {
  font-size: 1.2rem;
  align-self: flex-end;
}

#a-info .info-post a .box .text {
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 6.2rem;
}

#a-info .info-post a .box .text {
  width: 68%;
}

#a-info .info-post a .box .img {
  margin: 0 0 0 2rem;
  min-width: 12rem;
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										404ページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#notfound {
  padding-top: 4rem;
}

#notfound .inner {
  width: 95%;
}

#notfound h2 {
  font-size: 3rem;
  padding-top: 5rem;
}

#notfound h2:first-letter {
  font-size: 3rem;
}

#notfound p:first-of-type {
  font-size: 2rem;
  margin-top: 1rem;
}

#notfound p:last-of-type {
  padding: 2rem 0 5rem;
}

#notfound .photo-wrap {
  padding: 6rem 0;
}

#notfound .photo-wrap li {
  width: 100%;
}




/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
                    IE11対応
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  #rooms .room .slick-wrap .room-slider .slick-list .slick-track .slick-slide div li picture {
    width: 375px !important;
    padding-bottom: 240px !important;
    margin: 0 auto;
  }
}


/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
										宿泊約款ページ(2022/3/2追加)
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#agreement .agreement .clause {
  margin: 0;
}

#agreement .agreement .inner {
  padding: 4.5rem 5% 12.5rem;
  width: 100%;
  box-sizing: border-box;
}

#agreement .agreement h1 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

#agreement .agreement h2:not(:first-of-type),
#agreement .agreement h3:not(:first-of-type) {
  margin-top: 3rem;
}

#agreement .agreement ol {
  margin: 2rem 0;
}

#agreement .agreement table {
  width: 105%;
  display: block;
}

#agreement .agreement table tbody {
  margin-top: 2rem;
  width: auto;
  overflow-x: auto;
  white-space: nowrap;
  display: block;
}

#agreement .agreement table tr th,
#agreement .agreement table tr td {
  padding: .6rem 2rem;
  border: 1px solid #aaa;
  background: #fff;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
}

#agreement .agreement .table-1 tr th,
#agreement .agreement .table-1 tr td {
  width: 20%;
}

#agreement .agreement .table-2 tr td:nth-child(1) {
  width: 20%;
}

#agreement .agreement .table-2 tr td:nth-child(2) {
  width: 10%;
}

#agreement .agreement .table-2 tr td:nth-child(3) {
  width: 70%;
}

/* 2024年3月 */
/* グループ企業 */
#group {
  padding: 5rem 0 27rem;
}