.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-8e3b4080-205c-9868-c371-2baaf2c18377 {
margin-bottom:20px;
}.lfr-layout-structure-item-d3229777-46b7-bc89-8478-c1c9a3db2bdc {


.accordion {
  margin: 20px auto;
}

.accordion-title {
  position: relative;
  display: block;

  background: #f2faf5;
  border-left: 6px solid #1c6b3c;

padding: 8px 20px;

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

  cursor: pointer;
  list-style: none;
  margin: 0;
}


.accordion-title::-webkit-details-marker {
  display: none;
}

.accordion-title::marker {
  content: "";
}

/* 閉じている時：＋ */
.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 {
  padding: 6px;
}

@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-2c2dd93a-bab7-ac79-4f5d-5c355f33bc85 {
    .accordion-title {
      position: relative;
      display: block;
      background: #f2faf5;
      border-left: 6px solid #1c6b3c;
      padding: 8px 20px;
      font-size: 26px;
      font-weight: bold;
      color: #222;
      cursor: pointer;
      list-style: none;
      margin: 0;
    }
    
    .accordion-title::-webkit-details-marker {
      display: none;
    }
    
    .accordion-title::marker {
      content: "";
    }
    
    
    .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 {
      padding: 16px 0;
    }
    
    
.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;
  }
  
  
    
/* 全体 */
.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: 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-db385f9b-be39-7fa6-dde8-f630168e669c {


.accordion {
  margin: 20px auto;
}

.accordion-title {
  position: relative;
  display: block;

  background: #f2faf5;
  border-left: 6px solid #1c6b3c;

padding: 8px 20px;

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

  cursor: pointer;
  list-style: none;
  margin: 0;
}

/* 標準三角を消す */
.accordion-title::-webkit-details-marker {
  display: none;
}

.accordion-title::marker {
  content: "";
}

/* 閉じている時：＋ */
.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 {
  padding: 16px;
}


/* =========================
   宿泊税の使途リスト
========================= */

.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;
}


/* =========================
   grid-block PC
========================= */

@media (min-width: 961px) {
  .grid-block {
    display: grid;
    grid-template-columns: 50px 100px repeat(2, 1fr);
    grid-template-rows: 50px 1fr 50px 1fr 50px 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-block-item-1 {
    grid-area: 1 / 3 / 2 / 4;
  }

  .grid-block-item-2 {
    grid-area: 1 / 4 / 2 / 5;
  }

  .grid-block-item-3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  .grid-block-item-4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  .grid-block-item-5 {
    grid-area: 2 / 3 / 3 / 4;
  }

  .grid-block-item-6 {
    grid-area: 2 / 4 / 3 / 5;
  }

  .grid-block-item-7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  .grid-block-item-8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  .grid-block-item-9 {
    grid-area: 4 / 2 / 5 / 3;
  }

  .grid-block-item-10 {
    grid-area: 4 / 3 / 5 / 4;
  }

  .grid-block-item-11 {
    grid-area: 4 / 4 / 5 / 5;
  }

  .grid-block-item-12 {
    grid-area: 5 / 1 / 6 / 3;
  }

  .grid-block-item-13 {
    grid-area: 6 / 1 / 7 / 2;
  }

  .grid-block-item-14 {
    grid-area: 6 / 2 / 7 / 3;
  }

  .grid-block-item-15 {
    grid-area: 6 / 3 / 7 / 4;
  }

  .grid-block-item-16 {
    grid-area: 6 / 4 / 7 / 5;
  }

  .grid-block-green {
    background-color: #018838;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 10px 10px 0;
    font-weight: bold;
    padding: 16px;
  }

  .grid-block-light-green {
    background-color: #f2faf5;
    padding: 10px;
    border-radius: 0 10px 10px 0;
  }

  .d-display-pc {
    display: block !important;
  }

  .d-display-sp {
    display: none !important;
  }
}


/* =========================
   grid-block SP
========================= */

@media (max-width: 960px) {
  .grid-block {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 10px;
  }

  .grid-block-item-1,
  .grid-block-item-2,
  .grid-block-item-3,
  .grid-block-item-4,
  .grid-block-item-5,
  .grid-block-item-6,
  .grid-block-item-7,
  .grid-block-item-8,
  .grid-block-item-9,
  .grid-block-item-10,
  .grid-block-item-11,
  .grid-block-item-12,
  .grid-block-item-13,
  .grid-block-item-14,
  .grid-block-item-15,
  .grid-block-item-16 {
    grid-area: auto;
  }

  .grid-block-green {
    background-color: #018838;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
    font-weight: bold;
    padding: 10px;
  }

  .grid-block-light-green {
    background-color: #f2faf5;
    padding: 10px;
    border-radius: 0 0 10px 10px;
  }

  .d-display-pc {
    display: none !important;
  }

  .d-display-sp {
    display: block !important;
  }
}


/* =========================
   画像・ボタン周り
========================= */

.shuk_button img {
  position: relative;
  margin-bottom: -40px;
  margin-left: -20px;
  z-index: 20;
}

.shuk_button a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 15px 32px;
  background: #fae0d1;
  color: #000000;
  border: solid 1px #888888;
  border-radius: 8px;
  font-size: 120%;
  text-align: center;
  text-decoration: underline;
  z-index: 10;
}

.pc {
  display: block;
}

@media (max-width: 960px) {
  .shuk_button img {
    display: none;
  }

  .pc {
    display: none;
  }
}

.grid-block img {
  height: fit-content !important;
}

@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-53175525-b7cf-d78a-06ab-94d42a20920d .link-block {
  text-align: center;
  margin: 50px 0px 0px 0px;
}



/* カード（重要：block化） */
.lfr-layout-structure-item-53175525-b7cf-d78a-06ab-94d42a20920d .link-card {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 260px;
  height: 60px;

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

  text-decoration: none;
}

/* 左（宿泊者） */
.lfr-layout-structure-item-53175525-b7cf-d78a-06ab-94d42a20920d .link-card.stay {
  background: #f2faf5;   
}

/* 右（事業者） */
.lfr-layout-structure-item-53175525-b7cf-d78a-06ab-94d42a20920d .link-card.business {
  background: #e4e0d6;       
}

/* タイトル */
.lfr-layout-structure-item-53175525-b7cf-d78a-06ab-94d42a20920d .link-card .title {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

/* 下リンク */
.lfr-layout-structure-item-53175525-b7cf-d78a-06ab-94d42a20920d .link-card .sub {
  font-size: 16px;
  margin-top: 8px;

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

/* 下のリンク */
.lfr-layout-structure-item-53175525-b7cf-d78a-06ab-94d42a20920d .link-note a {
  font-size: 14px;
  color: #0000ee;
  text-decoration: underline;
}
