.insta-icon {
 position: fixed;
top: 70px;
right: 10px;
z-index: 99;
font-size: 34px;
color: #E4405F !important; 
border-radius: 50%;
padding: 6px;
} 

@font-face {
  font-family: 'Julius Sans One';
  src: url('/wp-content/uploads/fonts//JuliusSansOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.roomH {
font-family: 'Julius Sans One', sans-serif;
}

/*===紹介ページリセット ===*/
.single-introduce #side_col { display: none; }
.single-introduce #left_col { width: 100%; }
.single-introduce .rich_font{
	display:none;	
}
.single-introduce #side_col{
	display:none;
}
.single-introduce #left_col {width: 100%; }

/*=====追従メニュー===== */
.sticky-mobile-nav {
  position: fixed;
  top: 0; 
  left: 0;
  right: 0;
  z-index: 10000;
  background: #fff;
  padding: 8px 10px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.sticky-mobile-nav.visible {
  opacity: 1;
  pointer-events: auto;
}
.sticky-mobile-nav a {
  flex: 0 0 auto;
  padding: 5px 22px;
  font-size: 14px;
  color: #1a237e;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 20px;
  white-space: nowrap;
  background: #e7f0fa;
  transition: background-color 0.3s, color 0.3s;
}
.sticky-mobile-nav a:hover {
  background-color: #2e6f5c;
  color: #fff;
  border-color: #2e6f5c;
}

/*=====割引バナーと追従予約=====*/
/*PC*/
@media screen and (min-width: 769px) {
  .floating-reserve-btn {
    bottom: 72px !important;
    right: auto;
    left: 30px !important;
  }
.floating-reserve-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}
  .btn-reserve {
    font-size: 18px !important;
    padding: 30px 40px !important;
    border-radius: 6px !important;
  }

  .discount-fixed-banner {
    display: inline-block;
    font-size: 23px !important;
    padding: 0 !important;
  }

  .discount-code {
    font-size: 16px !important;
    padding: 4px 10px !important;
  }
	#return_top{
	z-index:999;
}
	.floating-reserve-btn .bird-icon {
  position: absolute;
  top: -10px; left: 0%;}
}

/*=== Q&A ===*/
.qa-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 18px;
	text-align:left;
}
.qa-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  transition: background-color 0.3s ease;
}
.qa-item:hover {
  background-color: #f1f0fa;
}
.qa-question {
  font-weight: bold;
  color: #4b4b4b;
  margin-bottom: 8px;
  position: relative;
}
.qa-question::before {
  content: "Q.";
  color: #6a5acd;
  margin-right: 8px;
  font-weight: bold;
}
.qa-answer {
  color: #555;
  padding-left: 1.2em;
  position: relative;
}
.qa-answer::before {
  content: "A.";
  color: #6a5acd;
  margin-right: 8px;
  font-weight: bold;
  position: absolute;
  left: 0;
}
/*== Tag Nav ==*/
.tag-nav {
	text-align:inline-block;
	align-items:center;
	text-align:center;
  padding: 10px 15px;
}

.tag-nav a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid #ccc;
  white-space: nowrap;
}
.tag-nav a:hover {
  background-color: #fff;
  color: #2e6f5c;
  border-color: #2e6f5c;
  transform: translateY(-2px);
}


/* ---------- スマホ表示） ---------- */
@media screen and (max-width: 768px) {
  .tag-nav{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 10px;
    background: #fff;
  }

  .tag-nav a {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    height: 80px;
    min-height: 80px;
    text-align: center;
    border-radius: 12px;
  }

  .tag-nav a i {
    font-size: 18px;
    margin-bottom: 4px;
  }

}
/* テーブル1＜info＞ */
.custom-info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 16px;
  font-size: 14px;
  margin: 0 auto;
}

.custom-info-table tr {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.custom-info-table td:first-child {
  background-color: transparent;
  color: #333;
	background:#fff;
  font-weight: bold;
  padding: 6px 12px;
  font-size: 16px;
  text-transform: uppercase; 
  margin-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
  transition: box-shadow 0.2s ease; 
	
}

.custom-info-table td:first-child:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}
.custom-info-table td:last-child {
  color: #444;
  line-height: 1.6;
  padding: 0 4px;
  border: none;
}
/*テーブル2＜アクセス＞ */
.custom-access-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  margin: 30px 0;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  overflow: hidden;
	text-align:left;
}

.custom-access-table th {
  background: linear-gradient(to right, #f7f7f7, #ececec);
  color: #333;
  font-weight: 600;
  text-align: left;
  width: 200px;
  padding: 16px;
  vertical-align: top;
  font-size: 16px;
  white-space: nowrap;
}

.custom-access-table th i {
  margin-right: 8px;
  color: #4CAF50;
  font-size: 18px;
}

.custom-access-table td {
  padding: 16px;
  line-height: 1.8;
  border-top: 1px solid #eee;
}

.custom-access-table tr:first-child td {
  border-top: none;
}

.custom-access-table strong {
  color: #222;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 6px;
}
.custom-access-table strong.area-label {
  display: inline-block;
  	background:#40515C; 
  padding: 4px 10px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #ddd;
	border-radius: 15px;
}

/* ✅ スマホ用レイアウト調整 */
@media screen and (max-width: 768px) {
  .custom-access-table,
  .custom-access-table tbody,
  .custom-access-table tr,
  .custom-access-table th,
  .custom-access-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .custom-access-table th {
    background: #f0f0f0;
    border-bottom: 1px solid #ddd;
    border-radius: 16px 16px 0 0;
    padding: 16px;
  }

  .custom-access-table td {
    border-top: none;
    border-radius: 0 0 16px 16px;
    background-color: #fff;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.03);
    padding: 16px;
  }

  .custom-access-table tr {
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
  }
}
/* レビュー */
.review-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  padding: 20px;
  background: #fafafa;
  border-radius: 12px;
}

.review-card {
  flex: 0 0 auto;
  width: 300px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  scroll-snap-align: start;
}

.review-author {
  font-weight: bold;
  margin-bottom: 5px;
}

.stars {
  color: #f5b50a;
  font-size: 16px;
  margin-left: 5px;
}

.review-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.review-source {
  font-size: 12px;
  color: #666666;
  margin-bottom: 4px;
  font-style: italic;
}

.review-date {
  font-size: 13px;
  color: #888;
}

/* ✅ PCでは縦並びに切り替え */
@media screen and (min-width: 768px) {
  .review-slider {
    flex-direction: column;
    overflow-x: visible;
    scroll-snap-type: none;
  }

  .review-card {
    width: 100%;
    scroll-snap-align: none;
  }
}

/* プランと予約 */
.plan{
	background:#ffa500;
	display:inline-block;
	padding:2px 18px;
	color:#fff;
	outline:1.3px solid #FFFFFF; 
  outline-offset : -7px;
  margin:12px 0 2px;
}.plan2{
	background:#4682b4;
	display:inline-block;
	padding:2px 18px;
	color:#fff;
	outline:1.3px solid #FFFFFF; 
  outline-offset : -7px;
  margin:20px 0 0;
}
@media(max-width:769px){
.bookBox{
	margin-top:20px;
	font-size:14px;}
}


/*ボタン②ケーキ系 */
.btn-flat-logoo:hover{background:#40E0D0}
.btn-flat-logoo {
  display: inline-block;
margin-top:5px;
  padding: 8px 18px;
  background-color:#2980B9;
color: #fff !important;
font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.5px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.35s ease;
}


/* reco section */
.recommend-wrapper {
  width: 100%;
  padding: 3rem 1rem;
}
.recommend-section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  align-items: center;
  gap: 2rem;
}
.recommend-section.reverse {
  flex-direction: row-reverse;
}
.recommend-image {
  flex: 1 1 45%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.recommend-image img {
  width: 100%;
  height: auto;
  display: block;
}
.recommend-text {
  flex: 1 1 45%;
  padding: 1rem;
	text-align:left;
	font-size:16px;
}
.recommend-number {
  font-size: 2rem;
  font-weight: bold;
  color: #00bcd4;
  margin-bottom: 0.5rem;
}
.recommend-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
	letter-spacing: 0.03em;
}
.recoTxt {
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #333;
	text-align:left;
}
/* 背景色バリエーション */
.bg-white {
  background-color: #FFFAFA;
}
.bg-blue {
  background-color: #DCE9F2;
}
.bg-beige {
  background-color: #f9f5ef;
}
/* レスポンシブ */
@media (max-width: 768px) {
  .recommend-section,
  .recommend-section.reverse {
    flex-direction: column;
  }
	.recommend-wrapper {
  display: flex;
  flex-direction: column; 
  align-items: center;   
  justify-content: center;
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
}
	.recommend-text {font-size:15px;}
}


/* PC表示時のみ横並び */
@media screen and (min-width: 769px) {
  .contact-buttons-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px; 
  }
.contact-buttons-wrapper a {
    display: inline-block; 
  }
}
/* スマホでは縦並びのまま */
@media screen and (max-width: 768px) {
  .contact-buttons-wrapper {
    display: block;
    text-align: center;
  }

  .contact-buttons-wrapper a {
    display: block;
    margin-bottom: 15px;
  }
}
.h3topics{
font-size:25px !important;
font-weight: 600;
  display: inline-block;
  border-bottom: 3px solid #2980B9;
  padding-bottom: 4px !important;
  margin-bottom: 20px !important;
}

/* 施設紹介ページ */
/* about */
.about {
  font-size: 55px !important;
  color: #FFF;
  font-weight: bold !important;
  letter-spacing: 0.8px;
  position: relative;
  display: flex;
	justify-content:center;
  margin: 20px auto !important;
  padding-bottom: 20px;
}
.about::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px !important; 
  transform: translateX(-50%);
  width: 70px;
  height:2.5px !important;
  background: linear-gradient(to right, #aedcf4, #c6ede5);
  border-radius: 5px;
  opacity: 0.9;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.about.about--black {
  color: #333333 !important;
}
@media (max-width: 768px) {
  .about {
    display: block;
		font-size:45px !important;
		margin:10px auto 0 !important;
  }
	.about.about--black {
   display: flex;
}
}