 /* ===========================================================================================
 ==============================================================================================
        PC
 ==============================================================================================
 ============================================================================================== */
@charset "utf8";
/*
Theme Name: Grand Cabin
Description:
Version:
Author:
*/

/**************************************************
********************* reset **********************
***************************************************/
body {
	margin: 0;
	max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #3a3a3a;
}

ul, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

img {
	vertical-align:top;
}

a {
	text-decoration: none;
	color: #3a3a3a;
	font-weight: 500;
}

li {
	list-style: none;
}

/**************************************************
************************ 共通 **********************
***************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

:target {
  scroll-margin-top: 110px;
}

.inner {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}

.section-title {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.sub-title {
	margin-bottom: 4px;
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	vertical-align: center;
}

.heading-bg {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center 50%;
  background-repeat: no-repeat;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* 予約ボタン */
.reserve-btn {
  width:300px;
  height:50px;
  border:1px solid #232387;
}

.reserve-btn a {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  text-decoration:none;
  color:#232387;
  background-color:transparent;
  transition:background-color .5s,color .5s;
}

.reserve-btn a:hover {
  background:#232387;
  color:#fff;
}

h2.heading {
  padding-left: 20px;
  font-size: 1.15rem;
  font-weight: 600;
  border-left: 3px solid #232387;
  color: #232387;
  line-height: 1.4;
}

.explanation {
  margin-bottom: 24px;
  line-height: 1.6;
}

/**************************************************
********************* header **********************
***************************************************/
.header {
 width: 100%;
}

.header-top {
  width: 100%;
  height: 90px;
  position: fixed;
  display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 999;
	background: #fff;
	box-shadow: 0px 5px 5px -5px gray
}

.header-top-inner {
	margin: auto;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.header-logo-img {
	width: 160px;
}

.header-logo-img img {
	width: 100%;
}

.brand-name {
  width: 200px;
  font-size: 12px;
  color: #1d2088;
}

.burger-nav,
.drawer_hidden {
	display: none;
}

.nav-wrap {
	height: 100%;
  display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.nav {
	padding-right: 16px;
  display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.nav li {
	padding: 0 24px;
}

.nav-reserv {
	width: 120px;
	height: 40px;
	/* padding: 0 32px; */
	display: flex;
	align-items: center;
	background: #232387;
	border-radius: 50px;

}

.nav-reserv > a {
  display: flex;
  align-items: center;
  justify-content: center; /* テキスト中央寄せ */
  width: 100%;
  height: 100%;
  color: #fff;
}

.header-slider {
  padding-top: 90px;
  max-width: 100%;
  margin: 0 auto;
  /* overflow: visible; チラ見せのため */
}

.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* swiper-slideは幅を固定し、flex-shrinkを無効化 */
.swiper-slide {
  width: 70% !important; /* ここで中央スライドのサイズ調整 */
	height: 600px;
  flex-shrink: 0;
  overflow: hidden;
  box-sizing: border-box;
	margin: 0;
  padding: 0;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/**************************************************
********************* concept **********************
***************************************************/
.concept {
	padding: 112px 0;
	width: 100%;
}

.concept-inner {
	height: 500px;
	position: relative;
}

.concept-top {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  margin: 8px 0 16px;
  line-height: 1.4;
}

.concept-heading-wrap {
	width: 400px;
}

h2.concept-heading {
	font-size: 40px;
	color: #1d2088;
}

.concept-content {
	width: 100%;
	display: flex;
	/* justify-content: space-around; */
	align-items: center;
}

.concept-content-catch {
	width: 60%;
	font-size: 18px;
}

.concept-content-img {
	margin-left: 64px;
	width: 350px;
	height: 350px;
	-webkit-mask-image: radial-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
	mask-image: radial-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
}

.concept-content-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;

}

.concept-reserve-btn {
  position:absolute;
  right:0;
  bottom:0;
  margin-top:32px;
}

/**************************************************
**************** specification ********************
***************************************************/
.specification {
	padding-bottom: 112px;
	width: 100%;
}

.specification-heading-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/PXL_20251006_061058465.jpg);
}

.specification-heading {
	margin-bottom: 4px;
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	vertical-align: center;
}

.specification-content-inner {

}

.specification-content-car-lead {
  margin-bottom: 24px;
  padding-top: 32px;
  line-height: 1.6;
}

.specification-content-car {
	padding: 32px 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.specification-content-car-info {
	padding-right: 24px;
	width: 50%;
}

.specification-content-car-info-head {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
  color: #232387;
}

/* .specification-explanation {
	margin-bottom: 24px;
	line-height: 1.6;
} */

.specification-content-car-info-table {
	width: 100%;
}

.specification-content-car-info-table tr td:first-child {
	padding-right: 32px;
	width: 20%;
	text-align: right;
}

.specification-content-car-img {
	width: 50%;
}

.specification-content-car-img img {
	width: 100%;
	aspect-ratio: 4 / 3.4;
	object-fit: cover;
}

.specification-content {
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 64px 0;
  border-radius: 10px;
}

.left-panel {
	width: 55%;
}

.right-panel {
	width: 45%;
	/* position: relative; */
  display: flex;
  flex-direction: column;
}

.main-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.main-image.fade-out {
  opacity: 0;
}

.thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.thumbnail {
  /* width: calc(33.333% - 10px);
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border 0.3s; */
	position: relative;
	width: 13%;
	height: auto;
	margin: 0 4px;
	cursor: pointer;
	overflow: hidden;
}

.thumbnail.active {
  border-color: #007bff;
}

.specification-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #232387;
}

.specification-list {
  margin-bottom: 10px;
  font-weight: bold;
  color: #555;
}

.specification-description {
  color: #666;
  line-height: 1.6;
}

.fade-text {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.fade-text.fade-out {
  opacity: 0;
}

.specification-reserve-btn {
	margin-left: auto;
	margin-top: auto;
	width: 280px;
	height: 45px;
	border: 1px solid #232387;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 無料追加分 */
.specification-item-grp {
	margin-top: 32px;
	width: 100%;
}

.specification-item-inner {
  margin-bottom: 64px;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  /* align-items: center; */
  flex-wrap: wrap;
  justify-content: center;
}

.specification-item {
  /* width: 15%; */
  flex: 0 1 calc(20% - 10px);
  box-sizing: border-box;
  height: auto;
}

.specification-item img {
  width: 100%;
}

.item-name {
  text-align: center;
  font-size: 14px;
}

/* 有料追加分 */
.paid-option .specification-item {
  /* width: 18%; */
  flex: 0 1 calc(20% - 10px); /* PC：5列 */
  box-sizing: border-box;
}

.specification-item.paid {
  position: relative;
  flex: 0 1 calc(20% - 10px); /* PC：5列 */
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px;
  transition: 0.3s;
  /* width: 100%; */
  box-sizing: border-box;
}

.label-paid {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #e66023;
  color: #fff;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 4px;
}

.price {
  text-align: center;
  font-size: 13px;
  color: #e66023;
  font-weight: bold;
  margin-top: 4px;
}

.option-info-box {
  max-width: 600px;
  margin: 24px auto 0;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #eee;
  border-left: 5px solid #e60023;
  border-radius: 8px;
}

.option-info-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}

.option-info-box li {
  padding-left: 0;
  margin-bottom: 8px;
}

/**************************************************
*********************** pet ***********************
***************************************************/
.pet {
	padding-bottom: 112px;
	width: 100%;
}

.pet-heading-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/walking-2833525_1280.jpg);
}

.pet-heading {
	margin-bottom: 4px;
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	vertical-align: center;
}

.pet-content-inner {

}


.pet-content-car {
	padding: 64px 0;
	width: 100%;
	display: flex;
	justify-content: center;
}


.pet-content-car-info {
	padding-right: 24px;
	width: 50%;
}

.pet-content-car-info-head {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
  color: #232387;
}

/* .pet-explanation {
	margin-bottom: 24px;
	line-height: 1.6;
} */

.pet-content-about {
	width: 100%;
	margin: auto;
	border: 1px solid #232387;
	line-height: 1.6;
}

.pet-content-about-lists {
  padding: 16px;
}

.pet-content-car-img {
	margin-left: 64px;
	width: 350px;
	height: 350px;
	-webkit-mask-image: radial-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
	mask-image: radial-gradient(rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 90%);
}

.pet-content-car-img img {
	width: 100%;
	aspect-ratio: 4 / 3.4;
	object-fit: cover;
	border-radius: 50%;
}

/**************************************************
******************* sleeping **********************
***************************************************/
.sleeping {
	padding-bottom: 112px;
	width: 100%;
}

.sleeping-heading-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/PXL_20251006_063806782.jpg);
}

.sleeping-heading {
	margin-bottom: 4px;
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	vertical-align: center;
}

.sleeping-content {

}

.sleeping-content-inner {

}

.sleeping-explanation {
	margin: 32px 0;
}

.sleeping-content-grp {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.sleeping-content-spot {
	margin: 32px 0;
	width: 50%;
	display: flex;
}

.sleeping-content-spot-img {
	width: 30%;
	height: 140px;
}

.sleeping-content-spot-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sleeping-content-spot-detail {
	padding-left: 16px;
	width: 70%;
	position: relative;
}

.sleeping-content-spot-detail-tit {
	font-size: 18px;
	font-weight: 400;
}

.sleeping-content-spot-detail-address {
	font-size: 12px;
}

.sleeping-content-spot-detail-possible-grp {
	margin: 6px 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.sleeping-content-spot-detail-possible {
	margin: 2px 4px;
	width: 70px;
	height: 18px;
	border-radius: 5px;
	background: #3a3a3a;
	color: #fff;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sleeping-content-spot-detail-reference {
	width: 100%;
	display: flex;
	position: absolute;
	bottom: 0;
}

.sleeping-content-spot-detail-reference-mark {
	margin: 0 4px;
	width: 30px;
	height: 30px;
}

.sleeping-content-spot-detail-reference-mark img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sleeping-content-spot-detail-suppl {
	margin: 24px auto 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.sleeping-content-spot-detail-suppl-a {
	margin-bottom: 16px;
	width: 230px;
	display: flex;
	align-items: flex-end;
}

.sleeping-content-spot-detail-suppl-a-img {
	margin: 0 8px;
	width: 30px;
	height: 30px;
}

.sleeping-content-spot-detail-suppl-a-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sleeping-content-spot-detail-suppl-a-si {
	width: 60%;
	font-size: 16px;
}

/**************************************************
******************* ご利用の流れ **********************
***************************************************/
.flow {
  width: 100%;
}

.flow-heading-bg {
  padding: 32px 0;
  background: #232387;
  text-align: center;
}

.flow-content {
  padding: 48px 0 64px;
  background: #f5f5ff;
}

.flow-content-inner {
  max-width: 800px;
  margin: auto;
}

.flow-step {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  /* box-shadow: 0 2px 6px rgba(0,0,0,0.08); */
  border-left: 6px solid #232387;
}

.flow-step-number {
  min-width: 80px;
  font-size: 18px;
  font-weight: 600;
  color: #232387;
}

.flow-step-title {
  font-size: 20px;
  margin-bottom: 6px;
}

.flow-arrow {
  text-align: center;
  font-size: 20px;
  margin: 8px 0 24px;
  color: #232387;
}

/**************************************************
******************* カレンダー **********************
***************************************************/
.reserve {
	width: 100%;
}

.reserve-heading-bg {
  padding: 32px 0;
	background: #232387;
	text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.reserve-heading {
	margin-bottom: 4px;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
}

.reserve-content {
	padding: 32px 0 64px 0;
	width: 100%;
	background: #f5f6ff;
}

.reserve-content-inner {
	margin: 0 auto 64px;
  max-width: 1024px;
}

.reserve-sammary {
  max-width: 720px;
  margin: 0 auto 40px;
  background: #fff;
  padding: 24px;
  border-radius: 12px;
}

ul.reserve-sammary-lists {
  margin-bottom: 16px;
}

.reserve-content-about {
	width: 100%;
	padding: 20px 24px;
	margin: auto;
	color: #232387;
  background: #eef0ff;
  border-radius: 12px;
  border-left: 6px solid #232387;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.05); */
}

.about-note {
  font-size: 18px;
  font-weight: 600;
  color: #232387;
}

.reserve-content-about + p {
  font-size: 18px;
  font-weight: 600;
  color: #232387;
  text-align: center;
  margin: 32px 0 24px;
  position: relative;
}

.reserve-content-about + p::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #232387;
  margin: 12px auto 0;
}

span.reserve-content-about-note {
	font-size: 20px;
	font-weight: 500;
}

span.conf {
	color: red;
}


.reserve-content-about-prohibited {
	margin: 32px auto 0;
	width: 40%;
	height: 30px; /* 高さを固定すると縦中央が確実 */
	border: 1px solid red;
	border-radius: 20px;
	overflow: hidden; /* リンクがはみ出さないように */
}

.reserve-content-about-prohibited a {
	display: flex;           /* 枠いっぱいにリンクを広げる */
	justify-content: center; /* 横中央 */
	align-items: center;     /* 縦中央 */
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: red;
	transition: all 0.3s ease; /* ホバーアニメーション */
}

/* ホバー時 */
.reserve-content-about-prohibited a:hover {
	background-color: red;
	color: #fff;
}

.reserve-content-calendar {
	width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  box-sizing: border-box;
}

.start_booking_package {
	width: 100%;
}

.booking-package {
	padding: 0 !important;
	max-width: 1024px;
  width: 100%;
  margin: auto;
}

.reserve-content-about ul li {
	padding: 4px 0;
}

.reserve-content-about ul li:first-child {
  font-size: 26px;
  font-weight: 600;
}

.reserve-content-about ul li:not(:first-child) {
  font-size: 14px;
  font-weight: 400;
}

.reserve-content-price {

}

/**************************************************
************************ Q&A **********************
***************************************************/
.faq {
	width: 100%;
}

.faq-heading-bg {
  padding: 32px 0;
	background: #232387;
	text-align: center;
}

.faq-heading {
	margin-bottom: 4px;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
}

.faq-content {
	padding: 32px 0 64px 0;
	width: 100%;
}

.faq-content-inner {

}

/************ プラグイン (easy accordion) ***************/
.sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 16px!important;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 16px!important;
}

/**************************************************
****************** メディアリンク *******************
***************************************************/
.media-links {
  padding: 40px 0;
  border-top: 1px solid #eee;
}

.media-links-inner {

}

.media-list {
  padding: 24px 0;
  display: flex;
  gap: 24px;
  align-items: center;
  /* justify-content: center; */
}

.media-list img {
  height: 48px;
  width: auto;
  opacity: 0.8;
}

/**************************************************
*********************** footer ********************
***************************************************/
footer {
	width: 100%;
	color: #fff;
	background: #232387;
}

.footer-inner {
	padding: 64px 0 16px 0;
}

.footer-info-heading {
	margin-bottom: 32px;

}

.footer-info-heading a {
	font-size: 40px;
	font-weight: 600;
  color: #fff;
}

.translate {
  font-size: 16px;
}

.footer-info-grp {
	width: 100%;
	display: flex;
}

.footer-info {
	width: 50%;
}


.footer-info-address {
	font-size: 20px;
}

.footer-info-tel {
	font-size: 20px;
}

.footer-info-suppl {
	margin: 16px 0;
	font-size: 20px;
}

.footer-info-btn {
	margin-top: 24px;
	width: 100%;
}

.footer-info-btn .btn {
	margin: auto;
	display: flex;
  justify-content: center;
}

.footer-info-btn .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border: 1px solid #FFF;
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.footer-info-btn .btn a:hover {
  background-color: #fff;
  color: #3a3a3a;
}

.footer-map {
	width: 50%;
	height: auto;
}

.footer-map-inner {
	width: 100%;
	height: 260px;
}

.footer-map-inner iframe {
	width: 100%;
	height: 100%;
}

.footer-info-suppl {
	font-size: 20px;
}

.footer-policy {
  margin: 32px auto 0;
  text-align: center;
}

.footer-policy a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  margin: 0 8px; /* 区切りとの余白 */
}

.footer-policy span {
  color: #fff;
}

.footer-credit {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.footer-credit a.footer-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none; /* 下線を消す */
  color: #fff; /* 文字色 */
  font-size: 12px;
	font-weight: 300;
}

.footer-credit as.footer-link:hover {
  opacity: 0.8; /* ホバー時に少し薄くする */
}

.footer-logo {
  height: 20px;
  width: auto;
}

/* reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden;
}

.footer-recaptcha {
  margin-top: 8px;
  text-align: center;
  font-size: 10px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}

.footer-recaptcha a {
  color: rgba(255,255,255,0.7);
  text-decoration: underline;
}

/**************************************************
********************* 固定ページ ********************
***************************************************/
.page-content {
	margin: 90px auto;
	max-width: 1024px;
  width: 100%;
}

.page-title-area {
  width: 100%;
  padding: 180px 0 90px 0;
  text-align: center;
  background-image: linear-gradient(rgba(23, 5, 141, 0.3)), url(../img/bed_2.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
}

/* 背景画像を「薄ら」表示させるオーバーレイ */
.page-title-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6); /* 色・透過率を調整可能 */
}

.page-title {
  position: relative;
  z-index: 1;
  font-size: 32px;
	font-weight: 500;
}

.page-content li {
	list-style: inherit;
}

/**************************************************
*****************固定ページ 禁止事項 *****************
***************************************************/
.prohibited-content-wrap {
	max-width: 1024px;
  margin: 64px auto;
  background: rgb(255, 231, 231);
  padding: 30px;
  border-radius: 10px;
}

.prohibited-content-wrap .page-content {
	margin: 0;
	max-width: 100%;
}

.prohibited-content-wrap ul {
	list-style: none;
	padding-left: 1.5em;
}

.prohibited-content-wrap ul li {
  position: relative;
  margin-bottom: 1.2em;
	font-size: 16px;
}

.prohibited-content-wrap p:last-of-type {
  width: 200px;
}

.prohibited-content-wrap p:last-of-type>a {
  width: 100%;
  padding: 8px 16px;
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #232387;
  border-radius: 15px;
}

.prohibited-content-wrap p:last-of-type>a:hover {
  opacity: 0.8;
}

 /* ===========================================================================================
 ==============================================================================================
        Tablet max-width:1024px
 ==============================================================================================
 ============================================================================================== */
 @media (max-width:1024px){
/**************************************************
*********************** 共通 ***********************
***************************************************/
.inner {
  width: 90%;
}

/**************************************************
******************** concept **********************
***************************************************/
  .concept-inner {
    height: 450px;
  }

  .concept-content-img {
    margin-left: 32px;
    width: 300px;
    height: 300px;
  }

  .concept-reserve-btn {
    margin-top: 0;
    width: 280px;
    height: 45px;
  }

/**************************************************
**************** specification ********************
***************************************************/
  .specification-heading-bg {
    height: 260px;
  }

  .specification-content-car-info-table tr td:first-child {
    padding-right: 24px;
    width: 30%;
  }

  .thumbnails {
    gap: 6px;
  }

  .thumbnail {
    width: 12.5%;
  }

  .specification-reserve-btn {
    width: 260px;
    height: 40px;
  }

  .specification-item-grp {
    margin-top: 0;
  }

  .specification-item-inner {
    /* grid-template-columns: repeat(3, 1fr); */
  }

  .specification-item {
    flex: 0 1 calc(33.333% - 10px);
    /* height: 40px; */
  }

  .specification-item.paid {
    flex: 0 1 calc(33.333% - 10px);
  }

/**************************************************
************************ pet **********************
***************************************************/
  .pet-heading-bg {
    height: 260px;
  }

/**************************************************
********************** sleeping *******************
***************************************************/
  .sleeping-heading-bg {
    height: 260px;
    background-position: center 80%;
  }

  .sleeping-content-grp {
    display: block;
  }

  .sleeping-content-spot {
    width: 100%;
  }

  .sleeping-content-spot-img {
    height: 180px;
  }

/**************************************************
********************** カレンダー *******************
***************************************************/
.reserve-sammary {
    font-size: 14px;
  }

  .reserve-content-about {
    margin-left: auto;
    font-weight: 500;
  }

  .reserve-content-about-prohibited a {
    font-size: 14px;
  }

/**************************************************
*********************** Q&A ***********************
***************************************************/

/**************************************************
****************** メディアリンク *******************
***************************************************/
  .media-links {
    padding: 32px 0;
  }

  h2.heading {
    padding-left: 18px;
    font-size: 1.1rem;
  }

  .media-list {
    padding: 20px 0;
    gap: 20px;
    justify-content: center;
  }

  .media-list img {
    height: 44px;
  }

/**************************************************
********************* footer **********************
***************************************************/
  .footer-inner {
    padding: 64px 0;
  }

  .footer-credit {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .footer-credit a.footer-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none; /* 下線を消す */
    color: #fff; /* 文字色 */
    font-size: 14px;
  }
  
  .footer-credit as.footer-link:hover {
    opacity: 0.8; /* ホバー時に少し薄くする */
  }
  
  .footer-logo {
    height: 20px;
    width: auto;
  }

/**************************************************
********************* 固定ページ ********************
***************************************************/
  .page-content {
    width: 90%;
  }

/**************************************************
***************** 固定ページ 禁止事項 ****************
***************************************************/
  .prohibited-content-wrap {
    max-width: 90%;
  }

 }
 
  /* ===========================================================================================
 ==============================================================================================
        Large Mobile max-width:768px
 ==============================================================================================
 ============================================================================================== */
 @media (max-width:768px){
/**************************************************
******************** header ***********************
***************************************************/
  .header-top {
    height: 70px;
  }

  .header-top-inner {
    justify-content: space-between;
  }

  .header-logo-img {
    margin-left: 16px;
    width: 140px;
  }

  .nav-wrap {
    display: none;
  }

  .burger-nav,
  .drawer_hidden {
    display: block;
  }

/**************************************************
*************** ハンバーガー ここから *****************
***************************************************/
/* チェックボックスを非表示にする */
  .drawer_hidden {
    display: none;
  }

  /* 既存のCSSに追加 */
  .menu-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 半透明の背景 */
    display: none; /* 初期状態では非表示 */
    z-index: 98; /* メニューより下に */
  }

  /* メニューが開いているときに背景を表示 */
  #drawer_input:checked ~ .menu-background {
    display: block; /* メニューが開いているときに表示 */
  }

  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    margin-right: 8px;
    display: flex;
    height: 35px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;/* 重なり順を一番上にする */
    cursor: pointer;
  }

  .drawer_open:after {
    display: block;
    content:"MENU";
    width: 43px;
    margin-top: 45px;
    margin-left: 0;
    font-size: 12px;
    color: #232387;
    font-family: 'Hiragino';
    letter-spacing: 1.2px;
  }

  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 3.5px;
    width: 45px;
    border-radius: 3px;
    background: #232387;
    transition: 0.5s;
    position: absolute;
  }

  /* 三本線の一番上の棒の位置調整 */
  .drawer_open span:before {
    bottom: 12px;
  }

  /* 三本線の一番下の棒の位置調整 */
  .drawer_open span:after {
    top: 12px;
  }

  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
  }

  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #drawer_input:checked ~ .drawer_open:after {
    display: block;
    content:"閉じる";
    width: 25px;
    margin-top: 35px;
    margin-left: 0;
    font-size: 7px;
    color: #232387;
    font-family: 'Hiragino';
    letter-spacing: 1px;
  }

  .burger-nav {
    width: 65%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #d5d5fc;
    transition: .5s;
    display: block;
  }

  .burger-nav li {
    border-bottom: 0.5px solid #fff;
  }

  .burger-nav li:nth-of-type(13) {
    /* background: #ffa9a1; */
  }

  .burger-nav li a {
    display: block;
    padding: 16px 0 16px 32px;
    font-size: 14px;
    color: #232387;
    letter-spacing: 1px;
  }

  .burger-nav li:nth-of-type(3) a,
  .burger-nav li:nth-of-type(4) a,
  .burger-nav li:nth-of-type(5) a,
  .burger-nav li:nth-of-type(6) a,
  .burger-nav li:nth-of-type(8) a,
  .burger-nav li:nth-of-type(9) a,
  .burger-nav li:nth-of-type(10) a,
  .burger-nav li:nth-of-type(11) a {
    /* padding-left: 64px;
    font-size: 12px; */
  }

  /* アイコンがクリックされたらメニューを表示 */
  #drawer_input:checked ~ .burger-nav {
    left: 35%;/* メニューを画面に入れる */
  }
/************ ハンバーガーここまで **************/

  .header-slider {
    padding-top: 70px;
  }

/**************************************************
******************** concept *********************
***************************************************/
  .concept-inner {
    height: auto;
  }

  .concept-content {
    margin-top: 32px;
    display: block;
  }

  .concept-content-catch {
    width: 100%;
  }

  .concept-content-img {
    margin-left: 0;
    margin-top: 32px;
    width: 260px;
    height: 260px;
  }

  .concept-reserve-btn {
    width: 220px;
    height: 40px;
  }

  .concept-reserve-btn a {
    font-weight: 400;
    font-size: 14px;
  }

/**************************************************
******************* specification *****************
***************************************************/
  .specification-heading-bg {
    height: 200px;
  }

  .specification-heading {
    font-size: 32px;
  }

  .specification-content-car {
    flex-direction: column-reverse;
  }

  .specification-content-car-info {
    width: 100%;
    padding: 0;
  }

  .specification-explanation {
    margin-bottom: 16px;
  }

  .specification-content-car-img {
    margin-bottom: 32px;
    width: 100%;
  }

  .specification-content-car-img img {
    aspect-ratio: 4 / 2.5;
  }

  .specification-content {
    display: block;
  }

  .left-panel {
    width: 100%;
  }

  .right-panel {
    margin-top: 32px;
    width: 100%;
    position: relative;
  }

  .specification-description {
    padding-bottom: 32px;
    color: #666;
    line-height: 1.6;
  }

  .specification-reserve-btn {
    margin-top: 0;
    width: 220px;
    /* position: absolute;
    bottom: 0; */
  }

  .specification-reserve-btn a {
    /* font-weight: 400; */
    font-size: 14px;
  }

  .specification-item {
    font-size: 14px;
    flex: 0 1 calc(50% - 10px);
  }

  .specification-item-inner {
    gap: 15px;
  }

  .specification-item.paid {
    flex: 0 1 calc(50% - 10px); /* 2列 */
  }

  .option-info-box {
    margin: 20px 10px 0;
  }

/**************************************************
********************* pet *************************
***************************************************/
  .pet-heading-bg {
    height: 200px;
  }

  .pet-heading {
    font-size: 32px;
  }

  .pet-content-car {
    padding: 64px 0 0 0;
  }

  .pet-content-car-info {
    padding-right: 0;
    width: 100%;
  }

  .pet-explanation {
    margin-bottom: 16px;
  }

  .pet-content-car-img {
    display: none;
  }

/**************************************************
********************* sleeping ********************
***************************************************/
  .sleeping-heading-bg {
    height: 200px;
  }

  .sleeping-heading {
    font-size: 32px;
  }

  .sleeping-content-spot-img {
    width: 25%;
    height: 120px;
  }

  .sleeping-content-spot-detail {
    padding-left: 8px;
    width: 75%;
  }

  .sleeping-content-spot-detail-tit {
    font-size: 16px;
  }

  span.sub {
    font-size: 10px;
  }
  
  .sleeping-content-spot-detail-address {
    font-size: 10px;
  }

  .sleeping-content-spot-detail-reference-mark {
    width: 28px;
    height: 28px;
  }

  .sleeping-content-spot-detail-suppl {
    width: 90%;
  }

  .sleeping-content-spot-detail-suppl-a {
    margin-bottom: 8px;
    width: 50%;
  }

  .sleeping-content-spot-detail-suppl-a-img {
    width: 28px;
    height: 28px;
  }

  .sleeping-content-spot-detail-suppl-a-si {
    width: 70%;
    font-size: 14px;
  }

/**************************************************
********************* カレンダー ********************
***************************************************/
  .reserve-heading {
    font-size: 32px;
  }

  .reserve-content-about {
    font-size: 24px;
    padding: 18px
  }

  .reserve-content-about ul li:first-child {
  font-size: 20px;
}

.reserve-content-about ul li:not(:first-child) {
  font-size: 12px;
}

  .calendarWidthForHotel {
    width: 100% !important;
    float: none !important;
  }

   #booking-package_durationStay {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
   }

   .nextPageVisitorDetails {
    width: 100% !important;
    float: none !important;
   }

  /* #booking-package {
    display: block !important;
  }

  #booking-package > div {
    display: block !important;
    width: 100% !important;
  } */

  .reserve-content-about-prohibited a {
    font-size: 12px;
  }

  #booking-package_durationStay .name {
    font-size: 12px;
  }

  .faq-heading {
    font-size: 32px;
  }

/************ プラグイン (easy accordion) ***************/
  .sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 14px!important;
  }

  .sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 14px!important;
  }

/**************************************************
******************* メディアリンク ******************
***************************************************/
  .media-links {
    padding: 28px 0;
  }

h2.heading {
    padding-left: 16px;
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .media-list {
    padding: 16px 0;
    gap: 16px;
    flex-wrap: wrap;
  }

  .media-list img {
    height: 40px;
  }

/**************************************************
********************** footer *********************
***************************************************/
  .footer-info-heading {
    margin-bottom: 16px;
  }

  .translate {
    font-size: 14px;
  }
  
  .footer-info-grp {
    display: block;
  }

  .footer-info {
    width: 100%;
  }
  
  
  .footer-info-address {
    font-size: 18px;
  }
  
  .footer-info-tel {
    font-size: 18px;
  }

  .footer-info-suppl {
    font-size: 18px;
  }

  .footer-credit a.footer-link {
    font-size: 12px;
  }

  .footer-map {
    width: 100%;
  }

  .footer-info-suppl {
    font-size: 18px;
  }

/**************************************************
********************** 固定ページ *******************
***************************************************/


/**************************************************
*************** 固定ページ 禁止事項 ******************
***************************************************/
  .prohibited-content-wrap ul li {
    font-size: 14px;
  }
 }
 
  /* ===========================================================================================
 ==============================================================================================
         Mobile max-width:480px
 ==============================================================================================
 ============================================================================================== */
 @media (max-width:480px){
/**************************************************
******************** header ***********************
***************************************************/
  .header-logo-img {
    width: 110px;
  }

  .explanation {
    font-size: 14px;
  }

  .item-name {
    font-size: 12px;
  }

/**************************************************
*************** ハンバーガー ここから *****************
***************************************************/
  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    margin-right: 4px;
    height: 25px;
  }

  .drawer_open:after {
    width: 35px;
    margin-top: 40px;
    font-size: 9.5px;
  }

  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    height: 2.5px;
    width: 35px;
  }
/************ ハンバーガーここまで **************/

/* swiper-slideは幅を固定し、flex-shrinkを無効化 */
  .swiper-slide {
    height: 400px;
  }

/**************************************************
********************** concept ********************
***************************************************/
  .concept {
    padding: 80px 0;
  }

  .concept-inner {
    width: 93%;
  }

  h2.concept-heading {
    font-size: 32px;
  }

  .concept-content-catch {
    font-size: 16px;
  }

  .concept-content-img {
    width: 220px;
    height: 220px;
  }

  .concept-reserve-btn {
    width: 140px;
    height: 30px;
  }

  .concept-reserve-btn a {
    font-size: 12px;
  }

/**************************************************
******************** specification ****************
***************************************************/
  .specification{
    padding-bottom: 80px;
  }

  .specification-heading-bg {
    height: 160px;
  }

  .specification-heading {
    font-size: 28px;
  }

  .specification-content-inner {
    width: 93%;
  }

  .specification-content-car-lead {
    font-size: 14px;
  }

  .specification-explanation {
    font-size: 14px;
  }

  .specification-content-car-info-table {
    font-size: 14px;
  }

  .specification-content {
    padding: 32px 0 48px 0;
  }

  .specification-list {
    font-size: 14px;
  }

  .specification-description {
    /* padding-bottom: 48px; */
    font-size: 14px;
  }

  .specification-reserve-btn {
    width: 140px;
    height: 30px;
  }

  .specification-reserve-btn a {
    font-size: 12px;
  }

  .specification-item {
    
  }

/**************************************************
************************ pet **********************
***************************************************/
  .pet-heading-bg {
    height: 160px;
  }

  .pet-heading {
    font-size: 28px;
  }

  .pet-content-inner {
    width: 93%;
  }

  .pet-explanation {
    font-size: 14px;
  }

/**************************************************
********************* sleeping ********************
***************************************************/
  .sleeping-heading-bg {
    height: 160px;
  }

  .sleeping-heading {
    font-size: 28px;
  }

  .sleeping-content-inner {
    width: 93%;
  }

  .sleeping-content-spot-img {
    height: 90px;
  }

  .sleeping-content-spot-detail-tit {
    font-size: 12px;
  }

  span.sub {
    font-size: 9px;
  }
  
  .sleeping-content-spot-detail-address {
    font-size: 9px;
  }

  .sleeping-content-spot-detail-possible-grp {
    margin: 4px 0;
  }

  .sleeping-content-spot-detail-possible {
    margin: 2px 2px;
    width: 55px;
    height: 12px;
    font-size: 8px;
  }

  .sleeping-content-spot-detail-reference-mark {
    margin: 0 2px;
    width: 18px;
    height: 18px;
  }

  .sleeping-content-spot-detail-suppl-a-img {
    width: 22px;
    height: 22px;
  }

  .sleeping-content-spot-detail-suppl-a-si {
    font-size: 12px;
  }

/**************************************************
********************* 予約の流れ ********************
***************************************************/
  .flow-step-title {
    font-size: 18px;
  }

  .flow-step-title + p {
    font-size: 14px;
  }

/**************************************************
********************* カレンダー ********************
***************************************************/
  .reserve-heading {
    font-size: 28px;
  }

  .reserve-content-inner {
    width: 93%;
  }

  .reserve-sammary {
    padding: 20px;
  }

  .reserve-content-about {
    font-size: 20px;
  }

  .about-note {
    font-size: 16px;
  }

  .reserve-content-about + p {
    font-size: 16px;
  }

  span.reserve-content-about-note {
    font-size: 18px;
  }

  .reserve-content-about-prohibited {
    width: 70%;
  }

  .reserve-content-about ul li:nth-child(2),
  .reserve-content-about ul li:nth-child(3),
  .reserve-content-about ul li:nth-child(4),
  .reserve-content-about ul li:nth-child(5) {
    font-size: 12px;
  }

  #booking-package_durationStay {
    padding-left: 0!important;
  }

/**************************************************
************************ Q&A **********************
***************************************************/
  .faq-heading {
    font-size: 28px;
  }

/************ プラグイン (easy accordion) ***************/
  .sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 12px!important;
  }

  .sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 12px!important;
  }

/**************************************************
******************** メディアリンク *****************
***************************************************/
  .media-links {
    padding: 24px 0;
  }

  h2.heading {
    padding-left: 14px;
    font-size: 1rem;
    line-height: 1.3;
  }

  .media-list {
    padding: 16px 0 8px;
    gap: 12px;
  }

  .media-list img {
    height: 36px;
  }

/**************************************************
********************** footer *********************
***************************************************/
  .footer-inner {
    padding: 32px 0;
    width: 93%;
  }

  .footer-info-heading a {
    font-size: 32px;
  }

  .footer-info-address {
    font-size: 16px;
  }
  
  .footer-info-tel {
    font-size: 16px;
  }

  .footer-info-suppl {
    font-size: 16px;
  }

  .footer-info-suppl {
    font-size: 16px;
  }

/**************************************************
********************* 固定ページ ********************
***************************************************/
  .page-content {
    font-size: 14px;
  }

  .page-title {
    font-size: 28px;
  }

/**************************************************
***************** 固定ページ 禁止事項 ****************
***************************************************/
  .prohibited-content-wrap {
    padding: 16px;
  }

  .prohibited-content-wrap ul {
    padding-left: 0;
  }

}