@charset "UTF-8";
/* =====================
	ご利用ガイド
 ======================= */
.guide_anchor {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.guide_anchor_ttl {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: var(--c_blue);
  border-bottom: 1px solid #d5d6d2;
  padding: 0 20px 12px 0;
  margin-bottom: 18px;
}
.guide_anchor_ttl:visited {
  color: var(--c_blue);
}
.guide_anchor_ttl::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 10px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.guide_anchor_list {
  font-size: 1.5rem;
  list-style: none;
}
.guide_anchor_list a {
  display: block;
}
.guide_anchor_list a[target=_blank]::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(https://lenoble.itembox.design/item/images/common/icon_link02.png) no-repeat center/contain;
  display: inline-block;
  margin-left: 6px;
}
.guide_anchor_list li + li {
  margin-top: 1em;
}

.guide_section + .guide_section {
  margin-top: 80px;
}

.guide_block + .guide_block {
  margin-top: 60px;
}

.guide_block .c-ttl-border + * {
  margin: 0;
}

.guide_block_item + .guide_block_item {
  margin-top: 50px;
}

.guide_block picture {
  display: block;
  margin-top: 30px;
}

.guide_txt > * {
  margin-top: 20px;
}

.guide_txt > p {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.guide_txt a {
  color: var(--c_blue);
  text-decoration: underline;
}

.guide_tokuten {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.guide_tokuten_item {
  display: grid;
  padding: 24px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  background: #f7f7f5;
  width: 100%;
  font-size: 1.3rem;
}
.guide_tokuten_item_ttl {
  display: grid;
  grid-template-columns: 75px auto;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guide_tokuten_item_ttl p img {
  width: 72px;
  height: 45px;
}
.guide_tokuten_item_ttl h4 {
  color: var(--c_blue);
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.guide_tokuten_item_ttl h4 span {
  font-size: 1.2rem;
  color: var(--c_wht);
  background: var(--c_blue);
  padding: 3px 12px 4px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}

.guide_img_640 {
  width: 100%;
  max-width: 640px;
}

.guide_list {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0;
  margin: 20px 0;
}

.guide_list li {
  text-indent: -1em; /* 改行部分のインデントを調整 */
  padding-left: 1em; /* リストマーカー分の余白を確保 */
}

/** -------------------- 熨斗の種類 -------------------- **/
#tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab_blue {
  padding: 12px 24px 14px;
  text-align: center;
  background-color: #28325a;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin: 0 10px 10px 0;
}
.tab_blue:hover {
  background-color: #3a466b;
}

.tab_gray {
  padding: 12px 24px 14px;
  text-align: center;
  background-color: #e9eaee;
  color: #28325a;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin: 0 10px 10px 0;
}
.tab_gray:hover {
  background-color: #e6e6e6;
}

/** --------------------　表　-------------------- **/
#tables {
  overflow: auto;
}

table {
  width: 980px;
  border-collapse: collapse;
  margin-bottom: 20px;
}

#tables td {
  vertical-align: middle;
}

th,
td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

th {
  background-color: #f4f4f4;
}

td {
  vertical-align: top;
}

#tables .table {
  display: none;
}

#tables .table.active {
  display: table;
}

/** -------------------- 無料紙袋　各種 -------------------- **/
.guide_paperbag_table {
  border-collapse: collapse;
  width: auto;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.guide_paperbag_table tr th {
  background-color: #28325a;
  color: white;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
.guide_paperbag_table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}

/** -------------------- よくある質問 -------------------- **/
.guide_question {
  margin-top: 0;
}

.toggle {
  display: none;
}

.Label {
  /*タイトル*/
  padding: 12px 0;
  display: block;
  color: #28325a;
  font-weight: bolder;
  border-bottom: #d5d6d2 solid 1px;
}

.Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 10px;
  height: 5px;
  background-image: url(https://lenoble.itembox.design/item/guide_arrow.png);
  -webkit-transform: rotate(180deg);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.content {
  /*本文*/
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  padding: 10px 0 20px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

/* スマホのみ
  ------------------------ */
@media (max-width: 767px) {
  /** -------------------- 熨斗の種類 -------------------- **/
  .tab_blue,
  .tab_gray {
    padding: 0.6em 1em;
  }
  /** -------------------- よくある質問 -------------------- **/
  .guide_question {
    margin-top: 0;
  }
  .Label {
    padding: 12px 30px 12px 0 !important;
  }
  .Label::before {
    right: 10px !important;
  }
}
/* タブレット・PC
  ------------------------ */
@media (min-width: 768px) {
  .guide_anchor {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 64px;
  }
  .guide_section + .guide_section {
    margin-top: 120px;
  }
  .guide_tokuten {
    grid-template-columns: 1fr 1fr;
  }
  .guide_tokuten_item {
    padding: 24px;
  }
  .guide_tokuten_item_ttl h4 span {
    font-size: 1.5rem;
  }
  /** -------------------- 無料紙袋　各種 -------------------- **/
  .guide_paperbag {
    display: grid;
    grid-template-columns: 330px 500px auto;
    gap: 20px;
  }
  .guide_paperbag_table {
    width: 100%;
  }
}
/* PCのみ
  ------------------------ */
@media (min-width: 1001px) {
  .sp_text {
    display: none;
  }
}