@charset "UTF-8";
/*
Theme Name: IMD BASE
Theme URI: https://pluswander.com/
Description: +WANDERのテーマです
Author: Smart Design Association
Author URI: http://s-design.jp/
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/

/* ============================
   修正対応
============================ */
.yb-about-service__label{
	font-size:20px!important;
}

.terms-layout ol{
	padding-left:2em;
}

/* ============================
   YAKUIN BASE Membership
============================ */

.yakuinbase-membership {
  font-size: 16px;
  line-height: 1.9;
  color: #222;
  background-color: #fff;
}

/* intro */
.yakuinbase-intro p {
	font-size: 1em;
  margin-bottom: 1.5em;
}

.yakuinbase-lead {
  font-size: 1rem;
  font-weight: 500;
}

.yakuinbase-brand {
  letter-spacing: 0.08em;
}

.yakuinbase-notice {
  margin-top: 2em;
  font-size: 0.85rem;
  color: #555;
}

/* section title */
.yakuinbase-section-title {
  margin: 80px 0 50px;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

/* benefit items */
.yakuinbase-benefit-item {
  margin-bottom: 60px;
}

.yakuinbase-benefit-item h3 {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.yakuinbase-benefit-number {
  font-size: 1.5em;
  font-weight: 700;
  color: #9c8c6a;
}

/* target shops */
.yakuinbase-target-shops {
  margin-top: 30px;
  padding-left: 20px;
  border-left: 3px solid #eee;
}

.yakuinbase-target-shops h4 {
  font-size: 1.1em;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.yakuinbase-target-shops ul {
  list-style: disc!important;
  padding-left: 1.2em;
  margin: 0 0 15px;
}

.yakuinbase-target-shops li {
  margin-bottom: 6px;
}

.yakuinbase-target-shops li::marker {
  color: #999;
}

.yakuinbase-note {
  font-size: 0.9rem;
  color: #666;
}

/* responsive */
@media (max-width: 768px) {
  .yakuinbase-section-title {
    font-size: 1.5rem;
  }

  .yakuinbase-benefit-item h3 {
    flex-direction: column;
    gap: 8px;
  }
}

.yakuinbase-note {
  font-size: 0.85em;
  color: #666;
}

/* responsive */
@media (max-width: 768px) {
  .yakuinbase-section-title {
    font-size: 1.4rem;
  }

  .yakuinbase-benefit-item h3 {
    flex-direction: column;
    gap: 8px;
  }
}


/* =========================
   YAKUINBASE TOKI ITOSHIMA
========================= */

.yakuinbase-toki {
  font-size: 17px;
  line-height: 1.9;
  color: #222;
}

.yakuinbase-toki-lead {
  font-size: 1.35em;   /* ← 少しだけ上げる */
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1.4em;
	color:#9c8c6a;
}

.yakuinbase-toki-emphasis {
  font-size: 1.05em;
  font-weight: 600;
  margin: 2.8em 0 1.4em;
}

.yakuinbase-toki-seasons {
  margin: 3em 0;
  padding-left: 1em;
  border-left: 3px solid #ddd;
}

.yakuinbase-toki-seasons p {
  margin: 0.4em 0;
}

.yakuinbase-toki-stay {
  margin-bottom: 3.5em;
}

/* =========================
   images
========================= */
.yakuinbase-toki-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 56px 0;
	
}

.yakuinbase-toki-image {
  background: #eee;
  aspect-ratio: 4 / 3;
	border-radius: 12px;   /* ← 角を丸くする */
  overflow: hidden;     /* ← はみ出し防止（超重要） */
}

.yakuinbase-toki-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.yakuinbase-toki-scenes h2,
.yakuinbase-toki-facilities h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 3em 0 1.2em;
  padding-left: 0.6em;
  border-left: 4px solid #222;
}

.yakuinbase-toki-scenes ul {
  padding-left: 1.4em;
  margin-bottom: 2em;
}

.yakuinbase-toki-scenes li {
  margin-bottom: 0.7em;
}

.yakuinbase-toki-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0 1.5em;
}

.yakuinbase-toki-table th,
.yakuinbase-toki-table td {
  border-bottom: 1px solid #ddd;
  padding: 14px 12px;
  vertical-align: top;
}

.yakuinbase-toki-table th {
  width: 24%;
  font-weight: 600;
  white-space: nowrap;
}

.yakuinbase-toki-note {
  margin-top: 1.4em;
  font-size: 0.95em;
  color: #555;
}

.yakuinbase-toki-member {
  margin-top: 4.5em;
}

.yakuinbase-toki-member-title {
  font-size: 1.1em;
  font-weight: 700;
  margin: 1.2em 0;
}

.yakuinbase-toki-divider {
  margin: 4em 0;
  border: none;
  border-top: 1px solid #ccc;
}

.yakuinbase-toki-cta {
  text-align: center;
  padding: 56px 20px;
}

.yakuinbase-toki-button {
  display: inline-block;
  margin-top: 24px;
  padding: 16px 44px;
  font-size: 1em;
  font-weight: 700;
  border: 2px solid #222;
  text-decoration: none;
  color: #222;
  transition: all 0.3s ease;
}

.yakuinbase-toki-button:hover {
  background: #222;
  color: #fff;
}

.itoshima-toki-button {
  display: inline-block;
  margin-top: 24px;
  padding: 5px 44px;
  font-size: 1em;
  font-weight: 700;
  border: 2px solid #fff;
  text-decoration: none;
  transition: all 0.3s ease;
	color: #fff!important;
}

.itoshima-toki-button:hover {
  background: #ccc;
}

/* =========================
   responsive
========================= */
@media (max-width: 768px) {
  .yakuinbase-toki {
	  padding:0 1em;
    font-size: 15px;
  }

  .yakuinbase-toki-images {
    grid-template-columns: 1fr;
  }

  .yakuinbase-toki-scenes h2,
  .yakuinbase-toki-facilities h2 {
    font-size: 1.35em;
  }
}


/* =========================
   YB ABOUT – wrapper
========================= */
.yb-about-wrapper-1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.yb-about-wrapper-600 {
  max-width: 600px;
  margin: 0 auto;
}

/* =========================
   intro
========================= */
.yb-about-intro {
  margin: 80px auto;
}

.yb-about-intro__heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}

.yb-about-intro__text {
  font-size: 16px;
  line-height: 1.9;
}

/* =========================
   section heading
========================= */
.yb-about-heading-h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

/* =========================
   services
========================= */
.yb-about-services {
  margin: 120px 0;
}

.yb-about-service {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 100px;
}

.yb-about-service--reverse {
  flex-direction: row-reverse;
}

.yb-about-service__thumb {
  flex: 1;
}

.yb-about-service__thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.yb-about-service__main {
  flex: 1;
}

.yb-about-service__label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  color: #666;
}

/* =========================
   concierge
========================= */
.yb-about-concierge {
  margin: 120px auto;
}

.yb-about-concierge img {
  width: 100%;
  height: auto;
  display: block;
  margin: 32px 0;
}

.yb-about-concierge a {
  display: inline-block;
  margin-top: 16px;
  font-weight: 600;
}

/* =========================
   responsive
========================= */
@media (max-width: 768px) {
  .yb-about-service,
  .yb-about-service--reverse {
    flex-direction: column;
    gap: 32px;
  }

  .yb-about-intro__heading {
    font-size: 26px;
  }

  .yb-about-heading-h2 {
    font-size: 24px;
  }
}
