.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-9344b336-7464-9538-f893-4430cd82454d {

.tax-box {
  background: #cfe3c7;
  border: 3px solid #4aa03f;
  border-radius: 20px;
  padding: 20px;
  margin: 0 auto;
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}

.tax-row {
  margin: 4px 0;
}

.tax-label {
  font-weight: bold;
}


/* =========================
   税率表（PC）
========================= */


.tax-rate-table {
  border-collapse: collapse;
  margin: 8px 0 12px 5.8em;
}




.tax-rate-table td {
  padding: 0;
  vertical-align: top;
}

.tax-rate-table td:first-child {
  width: 240px;
  padding-right: 2em;
  white-space: nowrap;
}

.tax-rate-table td:last-child {
  width: 60px;
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
}

.tax-note {
  margin: 4px 0 12px 5.8em;
}

.tax-notice {
  margin: 12px 0 6px;
  font-weight: bold;
}


/* 令和9年以降の箇所で黒ポチが出ないようにする */

.tax-list {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.tax-list li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}


/* =========================
   スマホ
========================= */

@media screen and (max-width: 575px) {

  .tax-box {
    padding: 16px;
    font-size: 14px;
  }

  .tax-rate-table {
    margin-left: 0;
    width: 100%;
  }

  .tax-rate-table td:first-child {
    width: auto;
    padding-right: 1em;
    white-space: normal;
  }

  .tax-rate-table td:last-child {
    width: 50px;
    white-space: nowrap;
  }

  .tax-note {
    margin-left: 0;
  }

}

}.lfr-layout-structure-item-ff2eed22-e0f2-0f2b-2a27-349ed4aef7c8 .link-block {
  text-align: center;
  margin: 20px 0;
}

/* 横並び */
.lfr-layout-structure-item-ff2eed22-e0f2-0f2b-2a27-349ed4aef7c8 .link-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 16px;
}

/* カード（重要：block化） */
.lfr-layout-structure-item-ff2eed22-e0f2-0f2b-2a27-349ed4aef7c8 .link-card {
  display: flex;              /* ←必須 */
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 260px;
  height: 120px;

  border-radius: 24px;        /* ←画像に合わせて少し丸める */

  text-decoration: none;
}

/* 左（宿泊者） */
.lfr-layout-structure-item-ff2eed22-e0f2-0f2b-2a27-349ed4aef7c8 .link-card.stay {
  background: #b0f7b9;       
}

/* 右（事業者） */
.lfr-layout-structure-item-ff2eed22-e0f2-0f2b-2a27-349ed4aef7c8 .link-card.business {
  background: #f7dea6;       
}

/* タイトル */
.lfr-layout-structure-item-ff2eed22-e0f2-0f2b-2a27-349ed4aef7c8 .link-card .title {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

/* 下リンク */
.lfr-layout-structure-item-ff2eed22-e0f2-0f2b-2a27-349ed4aef7c8 .link-card .sub {
  font-size: 16px;
  margin-top: 8px;

  color: #0000ee;
  text-decoration: underline;
}

/* 下のリンク */
.lfr-layout-structure-item-ff2eed22-e0f2-0f2b-2a27-349ed4aef7c8 .link-note a {
  font-size: 14px;
  color: #0000ee;
  text-decoration: underline;
}
.lfr-layout-structure-item-6fb8925e-f318-6a52-e7dc-910c35958d49 {
.accordion {
  max-width: 900px;
  margin: 20px auto;
}

/* h2見出し */
.accordion-title {
  position: relative;

  background: #f2faf5;    
    
  border-left: 6px solid #1c6b3c; /* ←濃い緑バー */

  padding: 14px 20px;
  padding-right: 50px;          /* ←右アイコン分の余白 */

  font-size: 26px;
  font-weight: bold;
  color: #222;

  cursor: pointer;
}

/* ＋記号（閉じている時） */
.accordion-title::after {
  content: "＋";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);

  font-size: 22px;
  font-weight: bold;
}

/* 開いている時 → －に切り替え */
.accordion.open .accordion-title::after {
  content: "－";
}

/* 中身 */
.accordion-content {
  display: none;
  padding: 16px;
}

.accordion.open .accordion-content {
  display: block;
}
.tour-list {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

/* メインタイトル */
.main-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* 小見出し */
.sub-title {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0 6px;
}

/* リスト */
.item-list {
  list-style: none;
  padding-left: 20px;
  margin: 0 0 8px;
}

.item-list li {
  position: relative;
  margin: 2px 0;
  padding-left: 18px;
}

/* ■マーク */
.item-list li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}

/* 「等」 */
.etc {
  margin-left: 12px;
}

/* 注記 */
.note {
  margin-top: 10px;
  font-size: 14px;
}

.note a {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .accordion-title {
    padding: 6px 10px 4px 15px;
  border-left: 4px solid #1c6b3c; /* ←濃い緑バー */
font-size: 24px;
  }

  .accordion-title::after {
    right: 12px;
  }
}


}.lfr-layout-structure-item-5f83d06e-2442-ed28-fc37-4f5ce4c800a8 {

/* 全体 */
.comment-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

/* 吹き出し本体 */
.comment-box {
  position: relative;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 14px 18px;
  max-width: 520px;

  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #1e9d52;
  background: #fff;
}

/* 矢印 */
.comment-box::after {
  content: "";
  position: absolute;

  top: 50%;
  right: -9px;

  width: 16px;
  height: 16px;

  background: #fff;
  border-top: 2px solid #333;
  border-right: 2px solid #333;

  transform: translateY(-50%) rotate(45deg);
}

/* キャラクター */
.character {
  flex-shrink: 0;
}

.character img {
  width: 140px;
  height: auto;
  display: block;
}

/* スマホ */
@media (max-width: 768px) {

  .comment-wrap {
    gap: 12px;
  }

  .comment-box {
    font-size: 14px;
    padding: 12px 16px;
  }

  .character img {
    width: 100px;
  }
}

}@media screen and (max-width: 991px) {.lfr-layout-structure-item-6fb8925e-f318-6a52-e7dc-910c35958d49 {
.accordion {
  max-width: 900px;
  margin: 20px auto;
}

/* h2見出し */
.accordion-title {
  position: relative;

  background: #f2faf5;    
    
  border-left: 6px solid #1c6b3c; /* ←濃い緑バー */

  padding: 14px 20px;
  padding-right: 50px;          /* ←右アイコン分の余白 */

  font-size: 26px;
  font-weight: bold;
  color: #222;

  cursor: pointer;
}

/* ＋記号（閉じている時） */
.accordion-title::after {
  content: "＋";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);

  font-size: 22px;
  font-weight: bold;
}

/* 開いている時 → －に切り替え */
.accordion.open .accordion-title::after {
  content: "－";
}

/* 中身 */
.accordion-content {
  display: none;
  padding: 16px;
}

.accordion.open .accordion-content {
  display: block;
}
.tour-list {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

/* メインタイトル */
.main-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* 小見出し */
.sub-title {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0 6px;
}

/* リスト */
.item-list {
  list-style: none;
  padding-left: 20px;
  margin: 0 0 8px;
}

.item-list li {
  position: relative;
  margin: 2px 0;
  padding-left: 18px;
}

/* ■マーク */
.item-list li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}

/* 「等」 */
.etc {
  margin-left: 12px;
}

/* 注記 */
.note {
  margin-top: 10px;
  font-size: 14px;
}

.note a {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .accordion-title {
    padding: 10px 10px 10px 15px;
  border-left: 4px solid #1c6b3c; /* ←濃い緑バー */
font-size: 24px;
  }

  .accordion-title::after {
    right: 12px;
  }
}


}}@media screen and (max-width: 575px) {.lfr-layout-structure-item-9344b336-7464-9538-f893-4430cd82454d {
.tax-box {
  background: #cfe3c7;
  border: 3px solid #4aa03f;
  border-radius: 20px;
  padding: 20px 24px;
  max-width: 700px;
  margin: 0 auto;

  font-size: 14px;
  line-height: 1.8;
  color: #333;

}

.tax-row {
  margin: 4px 0;
}


.tax-label {
  font-weight: bold;
  display: inline;
}

.tax-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 12px 0;
}

.tax-list li {
  position: relative;
  padding-right: 60px;
}

.tax-text {
  display: inline-block;
}

.tax-price {
  position: absolute;
  right: 0;
}

.tax-note {
  margin-top: 4px;
  font-size: 13px;
}

.tax-notice {
  margin: 12px 0 6px;
  font-weight: bold;
}
}.lfr-layout-structure-item-6fb8925e-f318-6a52-e7dc-910c35958d49 {
.accordion {
  max-width: 900px;
  margin: 20px auto;
}

/* h2見出し */
.accordion-title {
  position: relative;

  background: #f2faf5;    
    
  border-left: 6px solid #1c6b3c; /* ←濃い緑バー */

  padding: 14px 20px;
  padding-right: 50px;          /* ←右アイコン分の余白 */

  font-size: 26px;
  font-weight: bold;
  color: #222;

  cursor: pointer;
}

/* ＋記号（閉じている時） */
.accordion-title::after {
  content: "＋";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);

  font-size: 22px;
  font-weight: bold;
}

/* 開いている時 → －に切り替え */
.accordion.open .accordion-title::after {
  content: "－";
}

/* 中身 */
.accordion-content {
  display: none;
  padding: 16px;
}

.accordion.open .accordion-content {
  display: block;
}
.tour-list {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

/* メインタイトル */
.main-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* 小見出し */
.sub-title {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0 6px;
}

/* リスト */
.item-list {
  list-style: none;
  padding-left: 20px;
  margin: 0 0 8px;
}

.item-list li {
  position: relative;
  margin: 2px 0;
  padding-left: 18px;
}

/* ■マーク */
.item-list li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}

/* 「等」 */
.etc {
  margin-left: 12px;
}

/* 注記 */
.note {
  margin-top: 10px;
  font-size: 14px;
}

.note a {
  text-decoration: underline;
}


/* スマホ表示：高さ44px */
@media (max-width: 575px) {
  .accordion-title {
    padding: 7px 10px 6px 15px;
  border-left: 4px solid #1c6b3c; /* ←濃い緑バー */
font-size: 24px;
  }

  .accordion-title::after {
    right: 12px;
  }
}


}.lfr-layout-structure-item-5f83d06e-2442-ed28-fc37-4f5ce4c800a8 {
margin-top: var(--spacer-3,1rem) !important;
}
.lfr-layout-structure-item-5f83d06e-2442-ed28-fc37-4f5ce4c800a8 {
/* 全体（センター寄せ） */
.comment-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  
}

/* 吹き出し本体 */
.comment-box {
  position: relative;
  border: 2px solid #333;
  padding: 14px 18px;
  max-width: 520px;

  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #1e9d52;
  background: #fff;
}

/* ▼外側（三角の枠線） */
.comment-box::before {
  content: "";
  position: absolute;

  top: 22px;
  right: -21px;

  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
}

/* ▼内側（白） */
.comment-box::after {
  content: "";
  position: absolute;

  top: 22px;
  right: -20px;

  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

/* キャラクター */
.character {
  flex-shrink: 0;
}

.character img {
  width: 140px;
  height: auto;
  display: block;
}



}}