@charset "UTF-8";
/* murecho-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Murecho";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/murecho-v17-japanese_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* murecho-500 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Murecho";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/murecho-v17-japanese_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* murecho-600 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Murecho";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/murecho-v17-japanese_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* murecho-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Murecho";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/murecho-v17-japanese_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  min-height: 100dvh;
  font-size: 1.6rem;
  font-weight: 400;
  color: #211A00;
}
body img {
  width: 100%;
  height: auto;
}

body.active {
  height: 100%;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.sec-inner {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1300px) {
  .sec-inner {
    padding: 0 6.15vw;
  }
}
@media screen and (max-width: 599px) {
  .sec-inner {
    padding: 0 16px;
  }
}

.sec-inner-s {
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (max-width: 1000px) {
  .sec-inner-s {
    padding: 0 6.15vw;
  }
}
@media screen and (max-width: 599px) {
  .sec-inner-s {
    padding: 0 16px;
  }
}

.cta__btn a, .cta__btn button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 60px;
  padding: 20px;
  background-color: #E22323;
  border-radius: 9999px;
  box-shadow: none;
  border: 2px solid #fff;
  font-family: "Murecho", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  transition: box-shadow 0.3s, transform 0.3s;
}
@media screen and (max-width: 599px) {
  .cta__btn a, .cta__btn button {
    height: 46px;
    gap: 8px;
    padding: 8px 12px;
    font-size: 1.4rem;
  }
}
.cta__btn a svg, .cta__btn a img, .cta__btn button svg, .cta__btn button img {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 599px) {
  .cta__btn a svg, .cta__btn a img, .cta__btn button svg, .cta__btn button img {
    width: 18px;
    height: 18px;
  }
}
.cta__btn a:hover, .cta__btn button:hover {
  box-shadow: 6px 6px #211A00;
  transform: translate(-4px, -4px);
}

.link-btn_wrap {
  margin: 40px 0 0;
}
.link-btn_wrap a {
  display: inline-flex;
  min-width: 280px;
  height: 62px;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background-color: #211A00;
  color: #fff;
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 12px 80px 12px 30px;
  transition: color 0.3s ease;
  position: relative;
}
.link-btn_wrap a::after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url("../images/arrow_yerrow_round.svg") no-repeat center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .link-btn_wrap a {
    width: 300px;
    height: 60px;
    font-size: 1.8rem;
    padding: 12px 60px 12px 20px;
  }
}
.link-btn_wrap a:hover {
  color: #FFC903;
}
.link-btn_wrap a:hover::after {
  transform: translateY(-50%) translateX(3px);
}
.link-btn_wrap.reverse a {
  padding: 10px 30px 10px 67px;
  flex-direction: row-reverse;
}
.link-btn_wrap.reverse a::after {
  left: 10px;
  right: initial;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.link-btn_wrap.reverse a:hover::after {
  transform: translateY(-50%) rotate(180deg) translateX(3px);
}
.link-btn_wrap.btn_center {
  text-align: center;
}

.link-btn_wrap-s {
  text-align: center;
}
.link-btn_wrap-s .link-btn-s {
  display: inline-flex;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: #fff;
  color: #211A00;
  border: 1px solid #E5E0C3;
  font-family: "Murecho", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 8px 40px 8px 20px;
  position: relative;
}
.link-btn_wrap-s .link-btn-s::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/arrow_yerrow_round.svg") no-repeat center/contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .link-btn_wrap-s .link-btn-s::after {
    width: 16px;
    height: 16px;
    right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .link-btn_wrap-s .link-btn-s {
    font-size: 1.4rem;
    padding: 8px 30px 8px 12px;
  }
}
.link-btn_wrap-s .link-btn-s:hover::after {
  transform: translateY(-50%) translateX(5px);
}
@media screen and (max-width: 599px) {
  .link-btn_wrap-s .link-btn-s:hover::after {
    transform: translateY(-50%) translateX(3px);
  }
}

.link_btn_wide {
  margin: 20px 0;
}
.link_btn_wide a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 30px 12px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #211A00;
  text-align: center;
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .link_btn_wide a {
    padding: 20px 12px;
    font-size: 1.5rem;
  }
}
.link_btn_wide a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/arrow_yerrow_round.svg") no-repeat center/contain;
}
.link_btn_wide a:hover {
  box-shadow: 6px 6px #211A00;
  transform: translate(-4px, -4px);
}

.y_box {
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  gap: 8px;
  background-color: #FFC903;
}
@media screen and (max-width: 599px) {
  .y_box {
    padding: 3px 8px;
  }
}

.text_dot {
  position: relative;
}
.text_dot::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #211A00;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .text_dot::after {
    width: 4px;
    height: 4px;
  }
}

.deco_box {
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  gap: 8px;
  background: #FFC903 url("../images/bg_border_8a.png") repeat center/256px;
}

.heading-stroke {
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke;
  font-family: "Murecho", sans-serif;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .heading-stroke {
    font-size: 2.4rem;
  }
}

.font_red {
  color: #E22323;
}

.font_bold {
  font-weight: 600;
}

.text_center {
  text-align: center;
}

.heading-group {
  font-family: "Murecho", sans-serif;
}
.heading-group .cloud_text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  min-width: 229px;
  height: 40px;
  background: url("../images/cloud_yellow.svg") no-repeat left center/contain;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.heading-group .heading {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 3px;
}
@media screen and (max-width: 599px) {
  .heading-group .heading {
    font-size: 3.2rem;
  }
}

.bg-wave {
  transform: translateY(-10px);
  overflow: hidden;
}
.bg-wave svg {
  width: 100%;
  height: auto;
  min-width: 2000px;
}

.y-box_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.y-box_list .y-box_item {
  width: calc((100% - 80px) / 3);
  background-color: #fff;
  border: 2px solid #FFC903;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .y-box_list .y-box_item {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .y-box_list .y-box_item {
    width: 100%;
  }
}
.y-box_list .y-box_item .thumbnail img {
  aspect-ratio: 16/9;
  min-width: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.y-box_list .y-box_item .ttl_wrap {
  text-align: center;
  font-family: "Murecho", sans-serif;
}
.y-box_list .y-box_item .ttl_wrap .hukidashi {
  display: inline-block;
  background-color: #FFC903;
  padding: 3px 14px;
  border-radius: 9999px;
  font-weight: 700;
  position: relative;
}
.y-box_list .y-box_item .ttl_wrap .hukidashi::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: #FFC903;
  clip-path: polygon(0 0, 80% 0%, 80% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.y-box_list .y-box_item .ttl_wrap .ttl {
  display: block;
  margin-top: 12px;
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
.y-box_list .y-box_item .text {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  flex-grow: 1;
}
.y-box_list .y-box_item .text a {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  color: #E22323;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: #E22323;
  text-decoration-thickness: 8%; /* 1.2px */
  text-underline-offset: 20%; /* 3px */
  text-underline-position: from-font;
}
.y-box_list .y-box_item .text a img {
  width: 1.2em;
  height: 1.2em;
}
.y-box_list .y-box_item .free_label {
  font-family: "Murecho", sans-serif;
  color: #E22323;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}

.y-box_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
@media screen and (max-width: 599px) {
  .y-box_grid {
    grid-template-columns: 1fr;
  }
}
.y-box_grid .y-box_item {
  background-color: #fff;
  border: 2px solid #FFC903;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.y-box_grid .y-box_item .thumbnail img {
  aspect-ratio: 16/9;
  min-width: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.y-box_grid .y-box_item .text {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  flex-grow: 1;
}
.y-box_grid .y-box_item .text a {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 700;
  color: #E22323;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: #E22323;
  text-decoration-thickness: 8%; /* 1.2px */
  text-underline-offset: 20%; /* 3px */
  text-underline-position: from-font;
}
.y-box_grid .y-box_item .text a img {
  width: 1.2em;
  height: 1.2em;
}

.hukidashi_heading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #FFC903;
  padding: 8px 30px;
  margin-bottom: 20px;
  border-radius: 9999px;
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.hukidashi_heading::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: #FFC903;
  clip-path: polygon(0 0, 80% 0%, 80% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.hukidashi_heading::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/deco_eye.png") no-repeat center/contain;
}

.link-area-wrap {
  margin: 100px 0;
}
@media screen and (max-width: 599px) {
  .link-area-wrap {
    margin: 60px 0;
  }
}
.link-area-wrap .sec-inner {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 599px) {
  .link-area-wrap .sec-inner {
    flex-direction: column;
    gap: 20px;
  }
}
.link-area-wrap .sec-inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 44%;
  height: 240px;
  padding: 12px 20px;
  background-color: #FFC903;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .link-area-wrap .sec-inner a {
    width: 100%;
    height: 180px;
    padding: 12px;
  }
}
.link-area-wrap .sec-inner a:hover {
  transform: scale(1.03);
}
.link-area-wrap .sec-inner a:hover::after {
  transform: translateX(5px);
}
.link-area-wrap .sec-inner a::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/arrow_yerrow_round.svg") no-repeat center/contain;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .link-area-wrap .sec-inner a::after {
    width: 20px;
    height: 20px;
  }
}
.link-area-wrap .sec-inner a span {
  font-family: "Murecho", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: #FFC903;
  text-decoration-thickness: 8%; /* 3.2px */
  text-underline-offset: 20%; /* 8px */
  text-underline-position: from-font;
}
@media screen and (max-width: 599px) {
  .link-area-wrap .sec-inner a span {
    font-size: 2.4rem;
  }
}
.link-area-wrap .sec-inner .link_area {
  background: url("../images/link_bg_area.jpg") no-repeat center/cover;
}
.link-area-wrap .sec-inner .link_faq {
  background: url("../images/link_bg_faq.jpg") no-repeat center/cover;
}
.link-area-wrap .sec-inner .link_flow {
  background: url("../images/link_bg_flow.jpg") no-repeat center/cover;
}

.pagination {
  margin: 60px 0 100px;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}
.pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  font-family: "Murecho", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.pagination .nav-links .current {
  background-color: #FFC903;
}
.pagination .nav-links .prev,
.pagination .nav-links .next {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../images/arrow_black_round.svg");
  width: 40px;
  height: 40px;
}
.pagination .nav-links .prev {
  transform: rotate(90deg);
}
.pagination .nav-links .next {
  transform: rotate(-90deg);
}
.pagination .nav-links a {
  transition: all 0.3s;
}
.pagination .nav-links a:hover {
  opacity: 0.6;
}

.breadcrumbs-area {
  margin: 20px 0;
}
.breadcrumbs-area .breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  font-size: 1.3rem;
  font-weight: 500;
}
.breadcrumbs-area .breadcrumbs-list a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: #FFC903;
  text-decoration-thickness: 8%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
  transition: all 0.3s;
  position: relative;
}
.breadcrumbs-area .breadcrumbs-list a:hover {
  opacity: 0.7;
}
.breadcrumbs-area .breadcrumbs-list a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #211A00;
  border-right: 1px solid #211A00;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%) rotate(45deg);
}

.u-pc {
  display: block;
}
@media screen and (max-width: 599px) {
  .u-pc {
    display: none !important;
  }
}

.u-pc-inlineblock {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .u-pc-inlineblock {
    display: none;
  }
}

.u-md {
  display: block;
}
@media screen and (max-width: 1024px) {
  .u-md {
    display: none !important;
  }
}

.u-md-inlineblock {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .u-md-inlineblock {
    display: none;
  }
}

.u-sp-md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-sp-md {
    display: block;
  }
}

.u-sp-md-inlineblock {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-sp-md-inlineblock {
    display: inline-block;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp {
    display: block;
  }
}

.u-sp-inlineblock {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}

.u-sp-inline {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp-inline {
    display: inline;
  }
}

.u-align--center {
  text-align: center;
}

/*************************************************
header
*************************************************/
.header {
  width: 100%;
  height: 140px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 599px) {
  .header {
    height: 84px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .header__inner {
    padding: 0 8px;
  }
}
.header__logo a {
  display: block;
  width: 170px;
  height: auto;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 599px) {
  .header__logo a {
    width: 118px;
  }
}
.header__logo a:hover {
  transform: translateY(-3px);
}
.header__right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .header__right {
    gap: 8px;
  }
}
.header__cta-btn a {
  border: 2px solid #fff;
}
.header__cta-btn a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 8px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 599px) {
  .header__cta-btn a::before {
    display: none;
  }
}
.header__cta-btn a::after {
  content: "24時間受付中！";
  display: inline-block;
  padding: 8px 30px;
  background-color: #fff;
  border-radius: 9999px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #211A00;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 1;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 599px) {
  .header__cta-btn a::after {
    display: none;
  }
}
.header__ham {
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 10000;
}
@media screen and (max-width: 599px) {
  .header__ham {
    width: 60px;
    height: 60px;
  }
}
.header__ham .ham-btn {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #211A00;
}
.header__ham .ham-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__ham .ham-container .ham-bar {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 9999px;
  margin: 3px 0;
  transition: transform 0.5s;
}
@media screen and (max-width: 599px) {
  .header__ham .ham-container .ham-bar {
    width: 21px;
    margin: 2px 0;
  }
}
.header__ham .ham-container .ham-txt {
  display: block;
}
.header__ham .ham-container .ham-txt::after {
  content: "menu";
  font-family: "Murecho", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  color: #fff;
  text-transform: uppercase;
}
.header__ham .ham-btn.active .ham-bar:nth-of-type(1) {
  transform: translateY(4px) rotate(-30deg);
}
@media screen and (max-width: 599px) {
  .header__ham .ham-btn.active .ham-bar:nth-of-type(1) {
    transform: translateY(3px) rotate(-30deg);
  }
}
.header__ham .ham-btn.active .ham-bar:nth-of-type(2) {
  display: none;
}
.header__ham .ham-btn.active .ham-bar:nth-of-type(3) {
  transform: translateY(-4px) rotate(30deg);
}
@media screen and (max-width: 599px) {
  .header__ham .ham-btn.active .ham-bar:nth-of-type(3) {
    transform: translateY(-3px) rotate(30deg);
  }
}
.header__ham .ham-btn.active .ham-txt {
  margin-top: 8px;
}
@media screen and (max-width: 599px) {
  .header__ham .ham-btn.active .ham-txt {
    margin-top: 3px;
  }
}
.header__ham .ham-btn.active .ham-txt::after {
  content: "close";
}
.header__drawer {
  position: fixed;
  background-color: rgba(33, 26, 0, 0.4);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
  z-index: 9998;
}
.header__drawer .drawer_menu {
  max-width: 540px;
  width: 100%;
  height: 100%;
  padding: 100px 100px 160px;
  margin: 0 0 0 auto;
  background: #F7F3DF url("../images/bg_hum-menu.png") no-repeat bottom right/cover;
  overflow-y: scroll;
}
@media screen and (max-width: 599px) {
  .header__drawer .drawer_menu {
    max-width: 100%;
    padding: 40px 6.15vw 140px 6.15vw;
  }
}
.header__drawer .drawer_menu .menu .menu-item {
  margin: 0 0 20px;
}
.header__drawer .drawer_menu .menu .menu-item a {
  font-family: "Murecho", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
}
.header__drawer .drawer_menu .menu .menu-item a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/arrow_yerrow_round.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  transform: translate(0, -50%);
  transition: transform 0.3s;
}
.header__drawer .drawer_menu .menu .menu-item a:hover::after {
  transform: translate(5px, -50%);
}
.header__drawer .drawer_menu .menu .menu-item.menu-item_parent > a {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 20px;
}
.header__drawer .drawer_menu .menu .menu-item.no-link > a::after {
  display: none;
}
.header__drawer .drawer_menu .menu .menu-item.has_thumb {
  display: inline-block;
  width: calc((100% - 20px) / 2);
  margin-right: 5px;
}
.header__drawer .drawer_menu .menu .menu-item.has_thumb a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.header__drawer .drawer_menu .menu .menu-item.has_thumb a img {
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.header__drawer .drawer_menu .menu .menu-item.has_thumb a::after {
  display: none;
}
.header__drawer .drawer_menu .menu .menu-item.has_thumb a:hover {
  color: #E95513;
}
.header__drawer .drawer_menu .menu-menu_02-container,
.header__drawer .drawer_menu .menu-menu_03-container,
.header__drawer .drawer_menu .menu-menu_04-container {
  border-top: 2px solid #FFC903;
  padding: 20px 0;
}
.header__drawer.active {
  visibility: visible;
  opacity: 1;
  animation: fade-in 0.3s ease-in-out;
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
/*************************************************
footer
*************************************************/
footer {
  position: sticky;
  top: 100%;
}

.footer {
  background-color: #211A00;
  color: #fff;
}
.footer .footer-inner {
  padding: 0 6.15vw;
}
@media screen and (max-width: 599px) {
  .footer .footer-inner {
    padding: 0 16px;
  }
}
.footer .footer_wrapper {
  padding: 80px 0 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 12px;
}
@media screen and (max-width: 599px) {
  .footer .footer_wrapper {
    grid-template-columns: 1fr;
    padding: 60px 0;
    gap: 0;
  }
}
.footer .footer_grp_01 {
  grid-column: span 2;
  grid-row: span 1;
}
@media screen and (max-width: 599px) {
  .footer .footer_grp_01 {
    grid-column: span 1;
  }
}
.footer .footer_grp_02,
.footer .footer_grp_03,
.footer .footer_grp_04,
.footer .footer_grp_05 {
  grid-column: span 1;
  grid-row: span 1;
}
@media screen and (max-width: 599px) {
  .footer .footer_grp_02 {
    order: 2;
  }
}
@media screen and (max-width: 599px) {
  .footer .footer_grp_03 {
    order: 1;
  }
}
@media screen and (max-width: 599px) {
  .footer .footer_grp_04 {
    order: 3;
  }
}
@media screen and (max-width: 599px) {
  .footer .footer_grp_05 {
    order: 4;
  }
}
.footer .footer_logo {
  display: block;
  text-align: center;
}
.footer .footer_logo img {
  width: 260px;
  height: auto;
}
.footer .top_text {
  font-family: "Murecho", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.footer .top_text span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: #FFC903;
  text-decoration-thickness: 8%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
}
.footer .bottom_text {
  margin-top: 20px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
}
.footer .bottom_text span {
  font-size: 1.6rem;
  font-weight: 600;
}
.footer .footer_company_info .ttl {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  margin-bottom: 10px;
}
.footer .footer_company_info .company_name {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.footer .footer_company_info address {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
}
.footer .footer_company_info .tel_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: underline;
}
.footer .footer_company_info .tel_link svg {
  width: 1.2em;
  height: 1.2em;
}
.footer .footer_company_info .tel_link:hover {
  color: #FFC903;
}
.footer .footer_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .footer .footer_nav {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 20px 10px;
    margin: 60px 0 80px;
  }
  .footer .footer_nav .menu-menu_01-container {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .footer .footer_nav .menu-menu_02-container {
    grid-column: 2/3;
    grid-row: 1/4;
  }
  .footer .footer_nav .menu-menu_03-container {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .footer .footer_nav .menu-menu_04-container {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.footer .footer_nav .menu-item {
  margin-bottom: 8px;
}
.footer .footer_nav .menu-item-has-children > a {
  display: block;
  font-size: 1.7rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .footer .footer_nav .menu-item-has-children > a {
    font-size: 1.6rem;
  }
}
.footer .footer_nav a {
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.footer .footer_nav a:hover {
  color: #FFC903;
}
.footer .footer_nav .no-link > a {
  color: rgba(255, 255, 255, 0.8);
  cursor: default;
  pointer-events: none;
}
.footer .footer_nav .no-link > a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer_rule_link ul {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .footer .footer_rule_link ul {
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 12px;
  }
}
.footer .footer_rule_link ul .menu-item {
  font-size: 1.3rem;
  font-weight: 500;
}
.footer .footer_rule_link ul .menu-item a {
  transition: all 0.3s ease;
}
.footer .footer_rule_link ul .menu-item a:hover {
  color: #FFC903;
}
.footer .copyright {
  text-align: right;
  font-size: 1.3rem;
}
@media screen and (max-width: 599px) {
  .footer .copyright {
    text-align: left;
  }
}

/*************************************************
top
サイトトップページのスタイル（セクション別）
*************************************************/
/*************************************************
KV
*************************************************/
.sec-kv {
  width: 100%;
}
.sec-kv .kv__slider .splide-wrapper {
  position: relative;
}
.sec-kv .kv__slider .splide__slide {
  cursor: grab;
  min-height: 558px;
}
.sec-kv .kv__slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-kv .kv__slider .splide__pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: center;
  align-items: center;
}
.sec-kv .kv__slider .splide__pagination li {
  font-size: 1.2rem;
}
.sec-kv .kv__slider .splide__pagination .splide__pagination__page {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: top;
  background-color: #211A00;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.sec-kv .kv__slider .splide__pagination .splide__pagination__page.is-active {
  width: 15px;
  height: 15px;
  background-color: #FFC903;
}

/*************************************************
Recommended
*************************************************/
.sec-recommended {
  margin-top: -20px;
  padding: 80px 0;
  background: #D6F1FF url("../images/bg_dot_3a.png") repeat center/128px;
}
@media screen and (max-width: 599px) {
  .sec-recommended {
    margin-top: -12px;
  }
}
.sec-recommended .heading-stroke {
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .sec-recommended .heading-stroke {
    position: relative;
  }
}
.sec-recommended .heading-stroke img {
  display: inline-block;
  width: 97px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .sec-recommended .heading-stroke img {
    width: 80px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
  }
}
.sec-recommended .recommended__items {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 599px) {
  .sec-recommended .recommended__items {
    gap: 40px;
  }
}
.sec-recommended .recommended__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  border-radius: 8px;
  cursor: pointer;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec-recommended .recommended__title {
    padding: 12px 30px;
  }
}
.sec-recommended .recommended__title::-webkit-details-marker {
  display: none;
}
.sec-recommended .recommended__title::marker {
  display: none;
}
.sec-recommended .recommended__title .heading {
  text-align: center;
}
.sec-recommended .recommended__title .heading img {
  width: auto;
  height: 49px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 599px) {
  .sec-recommended .recommended__title .heading img {
    height: 54px;
  }
}
.sec-recommended .recommended__title .icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 599px) {
  .sec-recommended .recommended__title .icon {
    right: 15px;
    width: 24px;
    height: 24px;
  }
}
.sec-recommended .recommended__title .icon svg {
  width: 100%;
  height: 100%;
}
.sec-recommended .recommended__title:hover img {
  transform: scale(1.05);
}
.sec-recommended .recommended__contents-inner {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 8px;
  padding: 60px 30px;
}
@media screen and (max-width: 599px) {
  .sec-recommended .recommended__contents-inner {
    border-radius: 12px;
    padding: 40px 30px;
  }
}
.sec-recommended .recommended__item:nth-child(1) .recommended__title {
  background-color: #41A354;
}
.sec-recommended .recommended__item:nth-child(1) .recommended__contents .recommended__contents-inner {
  border: 3px solid #41A354;
}
.sec-recommended .recommended__item:nth-child(2) .recommended__title {
  background-color: #E95513;
}
.sec-recommended .recommended__item:nth-child(2) .recommended__contents .recommended__contents-inner {
  border: 3px solid #E95513;
}
.sec-recommended .recommended__item:nth-child(3) .recommended__title {
  background-color: #0C3B7D;
}
.sec-recommended .recommended__item:nth-child(3) .recommended__contents .recommended__contents-inner {
  border: 3px solid #0C3B7D;
}
.sec-recommended .is-opened .icon {
  transform: translateY(-50%) rotate(180deg);
}
.sec-recommended .plan-list {
  display: flex;
  justify-content: flex-start;
  gap: 60px 3.83%;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .sec-recommended .plan-list {
    gap: 60px;
  }
}
.sec-recommended .plan-list .plan-item {
  width: 30.78%;
}
@media screen and (max-width: 900px) {
  .sec-recommended .plan-list .plan-item {
    width: 46.17%;
  }
}
@media screen and (max-width: 599px) {
  .sec-recommended .plan-list .plan-item {
    width: 100%;
  }
}
.sec-recommended .plan-list .plan-item .thumb_wrap .image {
  overflow: hidden;
  border-radius: 8px;
}
.sec-recommended .plan-list .plan-item .thumb_wrap .image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.sec-recommended .plan-list .plan-item a:hover .thumb_wrap .image img {
  transform: scale(1.05);
}
.sec-recommended .plan-list .plan-item a:hover .link-btn_wrap-s .link-btn-s::after {
  transform: translateY(-50%) translateX(5px);
}
.sec-recommended .plan-list .plan-item .plan_txt {
  margin: 8px 0 0;
}
.sec-recommended .plan-list .plan-item .plan_txt .plan_ttl {
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 12%;
  text-underline-position: from-font;
}
@media screen and (max-width: 599px) {
  .sec-recommended .plan-list .plan-item .plan_txt .plan_ttl {
    font-size: 1.8rem;
  }
}
.sec-recommended .plan-list .plan-item .plan_txt .plan_price {
  margin-top: 10px;
  text-align: center;
}
.sec-recommended .plan-list .plan-item .plan_txt .plan_price span {
  display: block;
}
.sec-recommended .plan-list .plan-item .plan_txt .plan_price .price {
  font-family: "Murecho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #E95513;
}
.sec-recommended .plan-list .plan-item .plan_txt .plan_price .taxin_price {
  font-size: 1.3rem;
  margin-top: 5px;
}
.sec-recommended .plan-list .plan-item .plan_txt .plan_tag_list {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.sec-recommended .plan-list .plan-item .plan_txt .plan_tag_list li .plan_tag {
  display: inline-block;
  background-color: #F7F3DF;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sec-recommended .plan-list .plan-item .link-btn_wrap-s {
  margin-top: 20px;
}

/*************************************************
Option
*************************************************/
.sec-option {
  width: 100%;
  position: relative;
  border-top: 2px solid #FFC903;
}
.sec-option .sec-inner {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: 100%;
}
.sec-option .option__container {
  width: 100%;
  padding-top: 40px;
}
.sec-option .option__heading-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .sec-option .option__heading-wrap {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }
}
.sec-option .option__heading-wrap .heading img {
  width: auto;
  height: 341px;
}
@media screen and (max-width: 599px) {
  .sec-option .option__heading-wrap .heading img {
    width: 100%;
    height: auto;
  }
}
.sec-option .option__heading-wrap .text_wrap .text {
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.sec-option .option__heading-wrap .text_wrap .caution_wrap {
  padding: 20px;
  background-color: #FEFDDD;
  border-radius: 8px;
  margin-top: 14px;
}
.sec-option .option__heading-wrap .text_wrap .caution {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #E22323;
  text-indent: -1em;
  padding-left: 1em;
}
.sec-option .y-box_list .y-box_item {
  border-color: #211A00;
}
.sec-option .y-box_list .free_option_item {
  position: relative;
}
.sec-option .y-box_list .free_option_item::after {
  content: "";
  display: block;
  width: 86px;
  height: 35px;
  background: url("../images/free_tag.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(25%) rotate(45deg);
}
@media screen and (max-width: 599px) {
  .sec-option .y-box_list .free_option_item::after {
    right: 12px;
  }
}

/*************************************************
Area
*************************************************/
.sec-area {
  width: 100%;
  background-color: #FFC903;
  padding: 0 0 60px;
}
.sec-area .grid_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 60px 30px;
}
@media screen and (max-width: 1024px) {
  .sec-area .grid_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.sec-area .grid_wrap .area_image {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 1024px) {
  .sec-area .grid_wrap .area_image {
    grid-column: 1/2;
    grid-row: 2/3;
    max-width: 500px;
    margin: 0 auto;
  }
}
.sec-area .grid_wrap .area_contents {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 1024px) {
  .sec-area .grid_wrap .area_contents {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.sec-area .grid_wrap .area_example {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 1024px) {
  .sec-area .grid_wrap .area_example {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.sec-area .area_contents {
  margin: 60px 0 0;
}
.sec-area .area_contents h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  height: 38px;
  background: url("../images/cloud_white.svg") no-repeat left center/contain;
  font-family: "Murecho", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec-area .area_contents .pr_text {
  margin: 8px 0 0;
  font-family: "Murecho", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .sec-area .area_contents .pr_text {
    font-size: 2.4rem;
  }
}
.sec-area .area_contents .pr_text .font_red {
  font-size: 6.4rem;
}
@media screen and (max-width: 599px) {
  .sec-area .area_contents .pr_text .font_red {
    font-size: 4rem;
  }
}
.sec-area .area_contents .text {
  margin: 40px 0 0;
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
.sec-area .area_example .icon_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .sec-area .area_example .icon_wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}
.sec-area .area_example .icon_wrap img {
  width: 137px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .sec-area .area_example .link-btn_wrap {
    text-align: center;
    margin-top: 40px;
  }
}

/*************************************************
Flow
*************************************************/
.sec-flow {
  width: 100%;
  background: #FEFDDD url("../images/bg_border_y.png") repeat center/256px;
  padding: 100px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .sec-flow {
    padding: 80px 0 0;
  }
}
.sec-flow .heading-group .cloud_text {
  margin-bottom: 8px;
}
.sec-flow .heading-group .heading {
  margin-bottom: 40px;
}
.sec-flow .flow {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow {
    margin-bottom: 60px;
  }
}
.sec-flow .flow::before {
  content: "";
  display: block;
  width: 193px;
  height: 182px;
  background: url("../images/flow_deco_03.png") no-repeat center/contain;
  position: absolute;
  bottom: 20px;
  left: -217px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow::before {
    display: none;
  }
}
.sec-flow .flow__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 28px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sec-flow .flow__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .sec-flow .flow__list {
    gap: 10px;
  }
}
.sec-flow .flow__list::before {
  content: "";
  display: block;
  width: 227px;
  height: 179px;
  background: url("../images/flow_deco_01.png") no-repeat center/contain;
  position: absolute;
  top: -146px;
  right: -178px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .sec-flow .flow__list::before {
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .sec-flow .flow__list::before {
    width: 116px;
    height: 91px;
    top: -140px;
  }
}
.sec-flow .flow__list::after {
  content: "";
  display: block;
  width: 92px;
  height: 90px;
  background: url("../images/flow_deco_02.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -138px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow__list::after {
    display: none;
  }
}
.sec-flow .flow__item {
  text-align: center;
  position: relative;
}
.sec-flow .flow__item .flow__thumb {
  border: 3px solid #FFC903;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow__item .flow__thumb {
    border-width: 2px;
    border-radius: 6px;
  }
}
.sec-flow .flow__item .flow__thumb img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sec-flow .flow__item .flow__thumb .flow__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-bottom: 3px;
  background: #FFC903;
  border-radius: 50%;
  font-family: "Murecho", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 14px;
  left: 14px;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow__item .flow__thumb .flow__num {
    width: 24px;
    height: 24px;
    font-size: 1.8rem;
    top: 9px;
    left: 9px;
  }
}
.sec-flow .flow__item .flow__title {
  margin-top: 13px;
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow__item .flow__title {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}
.sec-flow .flow__item .flow__text {
  margin-top: 8px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .sec-flow .flow__item .flow__text {
    display: none;
  }
}

/*************************************************
Voice
*************************************************/
.sec-voice .photo_slider {
  margin-top: -20px;
}
@media screen and (max-width: 599px) {
  .sec-voice .photo_slider {
    margin-top: -12px;
  }
}
.sec-voice .photo_slider .splide__slide {
  height: 225px;
}
@media screen and (max-width: 599px) {
  .sec-voice .photo_slider .splide__slide {
    height: 120px;
  }
}
.sec-voice .photo_slider .splide__slide img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  min-width: 0;
}
.sec-voice .heading_wrap {
  margin: 60px 0 80px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .sec-voice .heading_wrap {
    margin: 40px 0 0;
  }
}
.sec-voice .heading_wrap h2 {
  font-family: "Murecho", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: #FFC903;
  text-decoration-thickness: 8%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
}
@media screen and (max-width: 599px) {
  .sec-voice .heading_wrap h2 {
    font-size: 2.4rem;
  }
}
.sec-voice .heading_wrap p {
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .sec-voice .heading_wrap p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.sec-voice .voice_list {
  margin: 0 0 80px;
  display: flex;
  gap: 60px 3.83%;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .sec-voice .voice_list {
    gap: 40px;
  }
}
.sec-voice .voice_list .voice_item {
  width: 30.78%;
}
@media screen and (max-width: 900px) {
  .sec-voice .voice_list .voice_item {
    width: 48.085%;
  }
}
@media screen and (max-width: 599px) {
  .sec-voice .voice_list .voice_item {
    width: 100%;
    margin: 30px 0 0;
  }
}
.sec-voice .voice_list .voice_item a .thumb_outer, .sec-voice .voice_list .voice_item .no-link .thumb_outer {
  position: relative;
}
.sec-voice .voice_list .voice_item a .thumb_outer .spot_badge, .sec-voice .voice_list .voice_item .no-link .thumb_outer .spot_badge {
  position: absolute;
  top: -8px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: url("../images/spot_badge.png") no-repeat center/contain;
  color: #fff;
  font-family: "Murecho", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .sec-voice .voice_list .voice_item a .thumb_outer .spot_badge, .sec-voice .voice_list .voice_item .no-link .thumb_outer .spot_badge {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }
}
.sec-voice .voice_list .voice_item a .thumb_wrap, .sec-voice .voice_list .voice_item .no-link .thumb_wrap {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.sec-voice .voice_list .voice_item a .thumb_wrap img, .sec-voice .voice_list .voice_item .no-link .thumb_wrap img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.sec-voice .voice_list .voice_item a .thumb_wrap .place_tag, .sec-voice .voice_list .voice_item .no-link .thumb_wrap .place_tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #FFC903;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 1.4rem;
  font-weight: 600;
  position: absolute;
  top: 12px;
  left: 12px;
}
.sec-voice .voice_list .voice_item a .txt-wrap .voice_date, .sec-voice .voice_list .voice_item .no-link .txt-wrap .voice_date {
  margin-top: 10px;
  font-size: 1.2rem;
}
.sec-voice .voice_list .voice_item a .txt-wrap .voice_ttl, .sec-voice .voice_list .voice_item .no-link .txt-wrap .voice_ttl {
  margin: 5px 0 25px;
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sec-voice .voice_list .voice_item a:hover .thumb_wrap img, .sec-voice .voice_list .voice_item .no-link:hover .thumb_wrap img {
  transform: scale(1.05);
}
.sec-voice .voice_list .voice_item .no-link .txt-wrap .voice_ttl {
  text-decoration: none;
}
.sec-voice .voice_list .voice_item .no-link .txt-wrap .link-btn_wrap-s .link-btn-s {
  border-color: #E6E6E6;
  color: #999;
}
.sec-voice .voice_list .voice_item .no-link .txt-wrap .link-btn_wrap-s .link-btn-s::after {
  background-image: url("../images/arrow_gray_round.svg");
}
.sec-voice .voice_list .voice_item .no-link:hover .thumb_wrap img {
  transform: none;
}

/*************************************************
FAQ
*************************************************/
.sec-faq {
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .sec-faq {
    margin-top: 80px;
    background: #F7F3DF url("../images/faq_bg.png") no-repeat center bottom/contain;
    padding: 60px 0;
  }
}
.sec-faq .faq_box {
  width: 100%;
  border-radius: 40px;
  background: url("../images/faq_bg.png") no-repeat center top/cover;
  padding: 110px 100px;
}
@media screen and (max-width: 599px) {
  .sec-faq .faq_box {
    border-radius: 0;
    background: none;
    padding: 0;
  }
}
.sec-faq .faq_box .heading-group .cloud_text {
  height: 45px;
  padding: 12px 12px;
}
.sec-faq .faq_box .faq_container {
  margin: 30px 0 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 599px) {
  .sec-faq .faq_box .faq_container {
    gap: 10px;
  }
}
.sec-faq .faq_box .faq__title {
  display: block;
}
.sec-faq .faq_box .faq__title .summary_inner {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .sec-faq .faq_box .faq__title .summary_inner {
    gap: 12px;
    padding: 12px;
    font-size: 1.4rem;
  }
}
.sec-faq .faq_box .faq__title .summary_inner .icon {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 599px) {
  .sec-faq .faq_box .faq__title .summary_inner .icon {
    width: 20px;
    height: 20px;
    right: 12px;
  }
}
.sec-faq .faq_box .faq__title .summary_inner .icon svg {
  width: 100%;
  height: 100%;
}
.sec-faq .faq_box .faq__q-label {
  font-family: "Murecho", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #E95513;
}
@media screen and (max-width: 599px) {
  .sec-faq .faq_box .faq__q-label {
    font-size: 2rem;
  }
}
.sec-faq .faq_box .faq__content {
  overflow: hidden;
}
.sec-faq .faq_box .faq__content .content_inner {
  display: flex;
  gap: 30px;
  background-color: #fff;
  border-radius: 8px;
  margin: 5px 0;
  padding: 30px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .sec-faq .faq_box .faq__content .content_inner {
    gap: 12px;
    padding: 20px 12px;
  }
}
.sec-faq .faq_box .faq__a-label {
  font-family: "Murecho", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .sec-faq .faq_box .faq__a-label {
    font-size: 2rem;
  }
}
.sec-faq .faq_box .faq__a-text {
  line-height: 1.8;
}
.sec-faq .faq_box .faq__item.is-opened .faq__title .summary_inner .icon {
  transform: translate(0, -50%) rotate(180deg);
}
.sec-faq .faq_box summary {
  list-style: none;
}
.sec-faq .faq_box summary::marker {
  display: none;
}
.sec-faq .faq_box summary::-webkit-details-marker {
  display: none;
}

/*************************************************
News
*************************************************/
.sec-news {
  margin: 100px 0;
}
.sec-news .news_heading_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.sec-news .news_heading_wrap .heading {
  font-family: "Murecho", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: #FFC903;
  text-decoration-thickness: 8%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
}
.sec-news .news-list {
  position: relative;
  margin-top: 40px;
  background: #fff;
  border: 2px solid #211A00;
  border-radius: 0 8px 8px 8px;
  /* 左上の黄色タブ */
}
.sec-news .news-list::before {
  content: "お知らせ";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background: #FFC903;
  border-top: 2px solid #211A00;
  border-left: 2px solid #211A00;
  border-right: 2px solid #211A00;
  border-radius: 8px 8px 0 0;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: -1;
}
.sec-news .news-list .news_item a {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 15px 56px 15px 20px;
  border-bottom: 1px solid rgba(33, 26, 0, 0.5);
  position: relative;
}
.sec-news .news-list .news_item a .date {
  font-family: "Murecho", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #908D80;
}
.sec-news .news-list .news_item a .ttl {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.sec-news .news-list .news_item a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/arrow_line.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  transition: transform 0.3s ease;
}
.sec-news .news-list .news_item a:hover .ttl {
  color: #E95513;
}
.sec-news .news-list .news_item a:hover::after {
  transform: translate(3px, -50%);
}
.sec-news .news-list .news_item:last-child a {
  border-bottom: none;
}
.sec-news .link-btn_wrap a,
.sec-news .link-btn_wrap a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 18px;
  border-radius: 28px;
  border: 2px solid #211a00;
  color: #211a00;
  text-decoration: none;
  background: transparent;
}
.sec-news .link-btn_wrap a::after,
.sec-news .link-btn_wrap a::after {
  content: "›";
  display: inline-flex;
  width: 28px;
  height: 28px;
  background: #FFC903;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #211A00;
  font-weight: 700;
  margin-left: 8px;
}
.sec-news .link-btn_wrap a:hover::after,
.sec-news .link-btn_wrap a:hover::after {
  transform: translateX(2px);
}
@media (max-width: 768px) {
  .sec-news .news_list::before {
    left: 12px;
    top: -16px;
    padding: 8px 12px;
    font-size: 13px;
  }
  .sec-news .news_list .news_item a {
    grid-template-columns: 95px 1fr 28px;
    padding: 14px;
  }
  .sec-news .news_list .date {
    font-size: 14px;
  }
  .sec-news .news_list .ttl {
    font-size: 16px;
  }
}

/*************************************************
About
*************************************************/
.sec-about {
  margin-top: -30px;
  padding: 100px 0;
  background: #EFF7B5 url("../images/bg_dot_3a.png") repeat center/128px;
}
.sec-about .about__text {
  margin-top: 35px;
  line-height: 1.9;
}
.sec-about .about__image {
  margin-top: 60px;
}
.sec-about .content-heading {
  margin-top: 80px;
  font-family: "Murecho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.sec-about .content-heading::before, .sec-about .content-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFC903;
  border-radius: 2px;
  flex-grow: 1;
}
.sec-about .content-heading span {
  white-space: nowrap;
  display: inline-block;
  margin: 0 8px;
}
.sec-about .y-box_list {
  margin-top: 60px;
}

/*************************************************
トップページ共通パーツ
*************************************************/
.ticker {
  margin-top: -20px;
  width: 100%;
  height: 104px;
}
@media screen and (max-width: 599px) {
  .ticker {
    height: 64px;
  }
}
.ticker .splide-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.ticker .splide-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 64px;
  background-color: #fff;
  border-top: 2px solid #211A00;
  border-bottom: 2px solid #211A00;
  position: absolute;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .ticker .splide-wrapper::before {
    height: 40px;
    top: 12px;
  }
}
.ticker .splide__track {
  height: 104px;
}
@media screen and (max-width: 599px) {
  .ticker .splide__track {
    height: 64px;
  }
}
.ticker .splide__slide {
  position: relative;
  font-family: "Murecho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .ticker .splide__slide {
    font-size: 1.6rem;
  }
}
.ticker .splide__slide .y_box {
  font-size: 2.8rem;
}
@media screen and (max-width: 599px) {
  .ticker .splide__slide .y_box {
    font-size: 2rem;
  }
}
.ticker .splide__slide .deco {
  width: 68px;
  height: 68px;
}
@media screen and (max-width: 599px) {
  .ticker .splide__slide .deco {
    width: 44px;
    height: 44px;
  }
}
.ticker .splide__slide .deco_group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin: 0 5px;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .ticker .splide__slide .deco_group {
    font-size: 1.6rem;
  }
}
.ticker .splide__slide .deco_group .deco_box:first-of-type {
  background-color: #E95513;
}
.ticker .splide__slide .deco_group .deco_box:nth-of-type(2) {
  background-color: #8EB1D6;
}
.ticker .splide__slide .deco_group .deco_box:last-of-type {
  background-color: #64BC5F;
}

/*************************************************
under
下層ページ共通スタイル
*************************************************/
.under .sec-inner-s {
  margin: 100px auto;
}
@media screen and (max-width: 599px) {
  .under .sec-inner-s {
    margin: 80px auto;
  }
}
.under h2 {
  font-family: "Murecho", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 60px 0 30px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .under h2 {
    font-size: 2rem;
    padding-left: 10px;
  }
}
.under h2::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #E95513;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.under h2.heading-stroke {
  font-size: 3.6rem;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .under h2.heading-stroke {
    font-size: 2.8rem;
  }
}
.under h2.heading-stroke::before {
  display: none;
}
.under h3 {
  font-family: "Murecho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0 12px;
}
@media screen and (max-width: 599px) {
  .under h3 {
    font-size: 1.8rem;
    gap: 8px;
  }
}
.under h3::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFC903;
}
@media screen and (max-width: 599px) {
  .under h3::before {
    width: 12px;
    height: 12px;
  }
}
.under h3.plan__title {
  font-size: 4rem;
  margin: 8px 0 40px;
}
.under h3.plan__title::before {
  display: none;
}
.under h4 {
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin: 20px 0 12px;
}
@media screen and (max-width: 599px) {
  .under h4 {
    font-size: 1.6rem;
  }
}
.under p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .under p {
    font-size: 1.5rem;
  }
}
.under p + p {
  margin-top: 1.2em;
}
.under ol {
  list-style: decimal;
  margin: 1.5em 0 1.5em 20px;
}
.under ol li {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .under ol li {
    font-size: 1.5rem;
  }
}
.under ol li + li {
  margin-top: 5px;
}
.under ul {
  list-style: disc;
  margin: 1.5em 0 1.5em 20px;
}
.under ul li {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .under ul li {
    font-size: 1.5rem;
  }
}
.under ul li + li {
  margin-top: 5px;
}
.under .is-style-first-column-header {
  margin: 1.5em 0;
}
.under .is-style-first-column-header tr td {
  padding: 30px 20px;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .under .is-style-first-column-header tr td {
    display: flex;
    align-items: center;
    border: 1px solid #211A00;
    padding: 30px 12px;
  }
}
.under .is-style-first-column-header tr td:first-child {
  width: 29.17%;
}
@media screen and (max-width: 599px) {
  .under .is-style-first-column-header tr td:first-child {
    width: 100%;
    border: 1px solid #211A00;
    border-bottom: none;
    height: 3em;
    padding: 12px;
  }
}
.under .bbq_data_table {
  margin-top: 80px;
}
.under .bbq_data_table table {
  width: 100%;
  border: 2px solid #211A00;
  position: relative;
  /* 左上の黄色タブ */
}
.under .bbq_data_table table::before {
  content: "BBQ data🍖";
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background: #FFC903;
  border-top: 2px solid #211A00;
  border-left: 2px solid #211A00;
  border-right: 2px solid #211A00;
  border-radius: 8px 8px 0 0;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: -1;
}
.under .bbq_data_table table tr td {
  border: 2px solid #211A00;
  border-top: none;
}
.under .bbq_data_table table tr td:first-child {
  vertical-align: middle;
}
.under .bbq_data_table table tr td .font_red {
  font-weight: 700;
}
.under .strong_text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 30px 0 20px;
}
.under .box {
  background-color: #D6F1FF;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}

.plan_feature_section {
  margin: 100px 2.7777777778vw;
  background: #D6F1FF url("../images/bg_dot_3a.png") repeat center/128px;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .plan_feature_section {
    margin: 60px 0;
    border-radius: 8px;
  }
}

.column_detail .date {
  font-family: "Murecho", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.column_detail .date span {
  display: inline-block;
  background-color: #FFC903;
  padding: 8px 30px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.column_detail .link-btn_wrap {
  border-top: 1px solid #DEDDD9;
  text-align: center;
  padding: 60px 0 0;
}
.column_detail .txt-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #211A00;
  /* 段落 */
  /* リンク */
  /* リスト */
  /* 引用 */
  /* テーブル */
  /* 画像 */
  /* キャプション付き画像 */
  /* 引用 */
}
.column_detail .txt-wrap h2 {
  font-family: "Murecho", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 60px 0 30px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .column_detail .txt-wrap h2 {
    font-size: 2rem;
    padding-left: 10px;
  }
}
.column_detail .txt-wrap h2::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #E95513;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.column_detail .txt-wrap h3 {
  font-family: "Murecho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0 12px;
}
@media screen and (max-width: 599px) {
  .column_detail .txt-wrap h3 {
    font-size: 1.8rem;
    gap: 8px;
  }
}
.column_detail .txt-wrap h3::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFC903;
}
@media screen and (max-width: 599px) {
  .column_detail .txt-wrap h3::before {
    width: 12px;
    height: 12px;
  }
}
.column_detail .txt-wrap h4 {
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin: 20px 0 12px;
}
@media screen and (max-width: 599px) {
  .column_detail .txt-wrap h4 {
    font-size: 1.6rem;
  }
}
.column_detail .txt-wrap p {
  margin: 1em 0;
}
.column_detail .txt-wrap a {
  color: #E22323;
  text-decoration: underline;
  transition: all 0.3s;
}
.column_detail .txt-wrap a:hover {
  opacity: 0.7;
}
.column_detail .txt-wrap ol {
  list-style: decimal;
  margin: 1.5em 0 1.5em 20px;
}
.column_detail .txt-wrap ol li {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .column_detail .txt-wrap ol li {
    font-size: 1.5rem;
  }
}
.column_detail .txt-wrap ol li + li {
  margin-top: 5px;
}
.column_detail .txt-wrap ul {
  list-style: disc;
  margin: 1.5em 0 1.5em 20px;
}
.column_detail .txt-wrap ul li {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .column_detail .txt-wrap ul li {
    font-size: 1.5rem;
  }
}
.column_detail .txt-wrap ul li + li {
  margin-top: 5px;
}
.column_detail .txt-wrap blockquote {
  background: #F7F3DF;
  border-left: 5px solid #666;
  margin: 1.5em 0;
  padding: 1em;
  font-style: italic;
}
.column_detail .txt-wrap table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.5em 0;
}
.column_detail .txt-wrap table th, .column_detail .txt-wrap table td {
  border: 1px solid #666561;
  padding: 8px;
}
.column_detail .txt-wrap table th {
  background-color: #D6F1FF;
  font-weight: 500;
}
.column_detail .txt-wrap .is-style-first-column-header {
  margin: 1.5em 0;
}
.column_detail .txt-wrap .is-style-first-column-header table tr th {
  width: 29.17%;
}
@media screen and (max-width: 599px) {
  .column_detail .txt-wrap .is-style-first-column-header table tr th {
    display: flex;
    align-items: center;
    border: 1px solid #211A00;
    padding: 30px 12px;
    width: 100%;
    border: 1px solid #211A00;
    border-bottom: none;
    height: 3em;
    padding: 12px;
  }
}
.column_detail .txt-wrap .is-style-first-column-header table tr td {
  padding: 30px 20px;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .column_detail .txt-wrap .is-style-first-column-header table tr td {
    display: flex;
    align-items: center;
    border: 1px solid #211A00;
    padding: 30px 12px;
  }
}
.column_detail .txt-wrap .is-style-first-column-header table tr td:first-child {
  width: 29.17%;
}
@media screen and (max-width: 599px) {
  .column_detail .txt-wrap .is-style-first-column-header table tr td:first-child {
    width: 100%;
    border: 1px solid #211A00;
    border-bottom: none;
    height: 3em;
    padding: 12px;
  }
}
.column_detail .txt-wrap img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
  border-radius: 6px;
}
.column_detail .txt-wrap .wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
}
.column_detail .txt-wrap .wp-caption img {
  width: 100%;
  margin: 0 0 0.5em;
}
.column_detail .txt-wrap .wp-caption .wp-caption-text {
  font-size: 1.4rem;
  color: #211A00;
  text-align: center;
  padding: 0 0.5em;
}
.column_detail .txt-wrap .wp-block-image {
  margin: 1.5em 0;
}
.column_detail .txt-wrap .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.column_detail .txt-wrap .wp-block-image figcaption {
  font-size: 1.3em;
  color: #211A00;
  text-align: center;
  margin-top: 0.5em;
}
.column_detail .txt-wrap .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.column_detail .txt-wrap .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .column_detail .txt-wrap .alignleft {
    float: none;
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.column_detail .txt-wrap .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .column_detail .txt-wrap .alignright {
    float: none;
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.column_detail .txt-wrap dl {
  margin: 20px 0;
}
.column_detail .txt-wrap dl dt {
  margin: 10px 0 0;
}
.column_detail .img-wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .column_detail .img-wrap {
    margin-bottom: 20px;
  }
}
.column_detail .img-wrap img {
  border-radius: 8px;
}

.under_main_section {
  margin: 100px 0;
}

.category-nav {
  margin: 100px 0;
}
@media screen and (max-width: 599px) {
  .category-nav {
    margin: 60px 0;
  }
}
.category-nav .nav-title {
  font-family: "Murecho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .category-nav .nav-title {
    font-size: 1.8rem;
  }
}
.category-nav .nav-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}
.category-nav .nav-link {
  display: block;
  padding: 20px 30px 20px 20px;
  background: #FFC903;
  border-radius: 8px;
  text-align: center;
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 599px) {
  .category-nav .nav-link {
    font-size: 1.8rem;
  }
}
.category-nav .nav-link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/arrow_black_round.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .category-nav .nav-link::after {
    width: 18px;
    height: 18px;
    right: 8px;
  }
}
.category-nav .nav-link:hover {
  transform: translateY(-3px);
}

/*************************************************
cta
*************************************************/
.cta {
  margin: 100px 0;
}
@media screen and (max-width: 599px) {
  .cta {
    margin: 80px 0;
  }
}
.cta__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
  border: 5px solid #E95513;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .cta__box {
    flex-direction: column;
    gap: 30px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .cta__box {
    border-radius: 12px;
    border-width: 3px;
  }
}
.cta__contents {
  width: 58%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cta__contents {
    width: 100%;
  }
}
.cta__contents .heading {
  font-family: "Murecho", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .cta__contents .heading {
    font-size: 2.8rem;
  }
}
.cta__contents p {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 12px;
}
.cta__contents .btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cta__contents .btn_wrap .cta__btn a {
  width: 250px;
}
@media screen and (max-width: 599px) {
  .cta__contents .btn_wrap .cta__btn a {
    height: 54px;
  }
}
.cta__contents .btn_wrap .cta__btn--line a,
.cta__contents .btn_wrap .line-btn a {
  background-color: #fff;
  border: 2px solid #06C755;
  color: #211A00;
}
.cta__image {
  width: 42%;
}
@media screen and (max-width: 1024px) {
  .cta__image {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    border-radius: 0 0 35px 35px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 599px) {
  .cta__image {
    border-radius: 0 0 17px 17px;
    height: 240px;
  }
}
.cta__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  border-radius: 0 35px 35px 0;
}
@media screen and (max-width: 1024px) {
  .cta__image img {
    border-radius: 0 0 35px 35px;
  }
}
@media screen and (max-width: 599px) {
  .cta__image img {
    border-radius: 0;
    height: 240px;
  }
}

/*************************************************
下層用・page-header
*************************************************/
.page-header {
  margin-top: 140px;
  padding: 0 2.7777777778vw;
}
@media screen and (max-width: 1024px) {
  .page-header {
    margin-top: 80px;
  }
}
.page-header__inner {
  background: #FEFDDD url("../images/bg_border_y.png") repeat center/256px;
  border-radius: 20px;
  padding: 30px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .page-header__inner {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media screen and (max-width: 599px) {
  .page-header__inner {
    padding: 0 0 60px;
    border-radius: 12px;
    gap: 30px;
  }
}
.page-header__inner .text-box {
  width: 55.83%;
}
@media screen and (max-width: 1024px) {
  .page-header__inner .text-box {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .page-header__inner .text-box {
    padding: 0 20px;
  }
}
.page-header__inner .text-box h1 {
  font-family: "Murecho", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: #FFC903;
  text-decoration-thickness: 8%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
}
@media screen and (max-width: 599px) {
  .page-header__inner .text-box h1 {
    font-size: 3.2rem;
  }
}
.page-header__inner .text-box .flex-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .page-header__inner .text-box .flex-wrap {
    position: relative;
  }
}
.page-header__inner .text-box .page-header__points {
  display: flex;
  flex-direction: column;
}
.page-header__inner .text-box .page-header__points li {
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 599px) {
  .page-header__inner .text-box .page-header__points li {
    margin-bottom: 8px;
  }
}
.page-header__inner .text-box .page-header__points li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/icon_star.svg") no-repeat center/contain;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .page-header__inner .text-box .page-header__points li::before {
    width: 16px;
    height: 16px;
  }
}
.page-header__inner .text-box .page-header__points li span {
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .page-header__inner .text-box .page-header__points li span {
    font-size: 1.5rem;
  }
}
.page-header__inner .text-box .page-header__illust {
  width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .page-header__inner .text-box .page-header__illust {
    width: 107px;
    position: absolute;
    top: 100%;
    right: 0;
  }
}
.page-header__inner .img-box {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .page-header__inner .img-box {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .page-header__inner .img-box {
    width: 100%;
  }
}
.page-header__inner .img-box img {
  border-radius: 8px;
  border: 8px solid rgba(255, 201, 3, 0.5);
}
@media screen and (max-width: 599px) {
  .page-header__inner .img-box img {
    border-radius: 12px 12px 0 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* Hero variant: 大きな背景＋中央バナー */
.page-header--hero {
  margin: 140px 2.7777777778vw 0;
  position: relative;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .page-header--hero {
    margin-top: 80px;
    min-height: 300px;
  }
}
@media screen and (max-width: 599px) {
  .page-header--hero {
    margin: 80px 16px 0;
    border-radius: 12px;
    min-height: 200px;
  }
}
.page-header--hero .page-header__inner {
  max-width: 680px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 60px;
  border-radius: 12px;
  background: #FEFDDD url("../images/bg_border_y.png") repeat center/256px;
  text-align: center;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .page-header--hero .page-header__inner {
    padding: 20px;
    gap: 0;
  }
}
.page-header--hero .page-header__inner .hero__eyebrow {
  font-family: "Murecho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .page-header--hero .page-header__inner .hero__eyebrow {
    font-size: 1.6rem;
  }
}
.page-header--hero .page-header__inner .hero__title {
  font-family: "Murecho", sans-serif;
  font-size: 4.8rem;
  font-weight: 800;
  margin: 0;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #FFC903;
  text-decoration-thickness: 8%;
  text-underline-offset: 18%;
}
@media screen and (max-width: 599px) {
  .page-header--hero .page-header__inner .hero__title {
    font-size: 3.2rem;
  }
}

/* Simple variant: タイトルのみ表示 */
.page-header--simple {
  margin-top: 140px;
}
@media screen and (max-width: 599px) {
  .page-header--simple {
    margin-top: 80px;
  }
}
.page-header--simple .page-header__inner {
  background: #FEFDDD url("../images/bg_border_y.png") repeat center/256px;
  border-radius: 20px;
  padding: 30px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 220px;
}
@media screen and (max-width: 599px) {
  .page-header--simple .page-header__inner {
    border-radius: 12px;
    padding: 30px 20px;
    min-height: 160px;
  }
}
.page-header--simple .page-header__inner .category {
  font-family: "Murecho", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #E22323;
}
@media screen and (max-width: 599px) {
  .page-header--simple .page-header__inner .category {
    font-size: 1.5rem;
  }
}
.page-header--simple .page-header__inner h1.page-header__title {
  font-family: "Murecho", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: #FFC903;
  text-decoration-thickness: 8%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
}
@media screen and (max-width: 599px) {
  .page-header--simple .page-header__inner h1.page-header__title {
    font-size: 2.4rem;
  }
}

/* Plan component - PC first styles */
.plan-block {
  margin: 80px 0;
}
.plan-block__item {
  margin-bottom: 60px;
}
.plan-block__item .flex-wrap {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .plan-block__item .flex-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }
}
.plan-block__image {
  flex: 0 0 440px;
}
@media screen and (max-width: 1024px) {
  .plan-block__image {
    flex: 1 1 100%;
  }
}
.plan-block__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.plan-block__content {
  flex: 1 1 auto;
}
.plan-block__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  min-width: 229px;
  height: 40px;
  background: url("../images/cloud_yellow.svg") no-repeat left center/contain;
  font-family: "Murecho", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.plan-block__title {
  font-family: "Murecho", sans-serif;
  font-size: 4rem !important;
  font-weight: 700 !important;
  margin: 8px 0 40px !important;
}
@media screen and (max-width: 1024px) {
  .plan-block__title {
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 599px) {
  .plan-block__title {
    font-size: 2.8rem !important;
  }
}
.plan-block__title::before {
  display: none !important;
}
.plan-block__price {
  font-family: "Murecho", sans-serif;
  font-size: 4rem;
  color: #E95513;
  font-weight: 700;
  margin-bottom: 12px;
}
.plan-block__price .price-unit {
  font-size: 2rem;
  color: #211A00;
  vertical-align: middle;
  margin-left: 5px;
}
.plan-block__price .price-small {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  color: #211A00;
}
.plan-block__desc {
  margin: 12px 0 30px;
  line-height: 1.8;
  max-width: 540px;
}
@media screen and (max-width: 1024px) {
  .plan-block__desc {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .plan-block .link-btn_wrap {
    text-align: center;
  }
}

/*************************************************
plan-detail
*************************************************/
.c-block {
  max-width: 1200px;
  margin: 140px auto 60px;
}
@media screen and (max-width: 1300px) {
  .c-block {
    padding: 0 6.15vw;
  }
}
@media screen and (max-width: 599px) {
  .c-block {
    margin: 80px auto 30px;
  }
}
.c-block .c-block_inner {
  display: grid;
  grid-template-columns: 63.33% 30%;
  grid-template-rows: auto auto;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .c-block .c-block_inner {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
  }
}

.plan__side {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (max-width: 1024px) {
  .plan__side {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.plan__gallery {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 1024px) {
  .plan__gallery {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.plan__main-contents {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media screen and (max-width: 1024px) {
  .plan__main-contents {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
.plan__side .stiky_info {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
@media screen and (max-width: 1024px) {
  .plan__side .stiky_info {
    position: initial;
  }
}
.plan__side .parent-terms,
.plan__side .child-terms {
  display: inline-block;
  margin: 0 5px 10px 0;
}
.plan__side .parent-terms .y_box,
.plan__side .child-terms .y_box {
  font-family: "Murecho", sans-serif;
  font-weight: 700;
}
.plan__name {
  font-family: "Murecho", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .plan__name {
    margin-bottom: 20px;
  }
}
.plan__price {
  font-family: "Murecho", sans-serif;
  font-size: 4rem;
  color: #E95513;
  font-weight: 700;
  margin-bottom: 20px;
}
.plan__price .price-unit {
  font-size: 2rem;
  color: #211A00;
  vertical-align: middle;
  margin-left: 5px;
}
.plan__price .price-small {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  color: #211A00;
}
.plan__cta-btn {
  margin-bottom: 40px;
}
.plan__cta-btn button {
  width: 100%;
  font-size: 2rem;
  height: 60px;
}
.plan__caution-wrap {
  background-color: #FEFDDD;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.plan__caution-wrap h3 {
  font-family: "Murecho", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
}
.plan__caution-wrap h3::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFC903;
}
.plan__caution-wrap p {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.plan__slider .splide__slide {
  cursor: grab;
}
.plan__slider .splide__slide img {
  aspect-ratio: 3/2;
  min-width: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.plan__slider-thumb {
  margin-top: 20px;
}
.plan__slider-thumb .splide__slide {
  cursor: pointer;
  border-radius: 8px;
}
.plan__slider-thumb .splide__slide img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.plan__slider-thumb .splide__slide.is-active {
  border: 2px solid #FFC903;
}

.plan__main-contents .txt-wrap h2,
.plan__main-contents .txt_wrap h2 {
  margin: 60px 0 30px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 599px) {
  .plan__main-contents .txt-wrap h2,
  .plan__main-contents .txt_wrap h2 {
    margin: 20px 0;
    font-size: 1.8rem;
  }
}
.plan__main-contents .txt-wrap p,
.plan__main-contents .txt_wrap p {
  margin: 0 0 1em;
}
.plan__main-contents .c-wrap {
  margin: 60px 0;
  font-family: "Roboto", "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.plan__main-contents .c-wrap .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .plan__main-contents .c-wrap .box {
    flex-direction: column;
  }
}
.plan__main-contents .c-wrap .box .column {
  width: calc((100% - 60px) / 2);
  margin: 20px 0 60px;
}
@media screen and (max-width: 599px) {
  .plan__main-contents .c-wrap .box .column {
    width: 100%;
    margin: 20px 0;
  }
}
.plan__main-contents .c-wrap .box .column .column_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.plan__main-contents .c-wrap .box .column .equipment {
  padding: 0 0 0 30px;
  background: url("../images/icon_equipment.svg") no-repeat left center/20px 13px;
}
.plan__main-contents .c-wrap .box .column .food {
  padding: 0 0 0 30px;
  background: url("../images/icon_food.svg") no-repeat left center/20px 14px;
}
.plan__main-contents .c-wrap .box .column .column_list li {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 1.5rem;
  margin: 10px 0;
}
.plan__main-contents .c-wrap .box .column .column_list li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: #E27D13;
  position: absolute;
  top: 0.75em;
  left: 0;
  transform: translateY(-50%);
}
.plan__main-contents .c-wrap .box .column .column_list li .num {
  font-size: 1.8rem;
  font-weight: 700;
}
.plan__main-contents .c-wrap .box .column .caution {
  font-size: 1.4rem;
  margin: 10px 0;
}
.plan__main-contents .c-wrap .box .column .deco_wrap {
  text-align: center;
  margin: 20px 0;
  padding: 10px;
  border: 2px dotted #E27D13;
  background-color: #FBEFE2;
  border-radius: 10px;
}
.plan__main-contents .c-wrap .box .column .deco_wrap p {
  font-size: 1.4rem;
  font-weight: 500;
}
.plan__main-contents .c-wrap .box .column .deco_wrap p span {
  font-size: 1.8rem;
  color: #E27D13;
  font-weight: 600;
}
.plan__main-contents .c-wrap .box .column .image {
  text-align: center;
}
.plan__main-contents .c-wrap .box .column .image figure figcaption {
  margin: 10px 0 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #BA6C18;
}
.plan__main-contents .c-wrap .description {
  margin: 20px 0;
}
.plan__main-contents .c-wrap .link_list {
  margin: 20px 0;
}
.plan__main-contents .c-wrap .link_list li a {
  display: block;
  padding: 5px 0 5px 40px;
  color: #E27D13;
  background: url("../images/arrow_orange.svg") no-repeat left center/20px;
}
.plan__main-contents .c-wrap .link_list li a:hover {
  text-decoration: underline;
}

.plan_floating_btn {
  width: 100%;
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  background-color: rgba(33, 20, 4, 0.8);
  z-index: 888;
}

.related-park_content {
  margin: 20px 0;
  background-color: #F8F5EC;
  padding: 20px;
  border-radius: 20px;
}
.related-park_content h3 {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .related-park_content h3 {
    font-size: 1.6rem;
  }
}
.related-park_content ul {
  margin: 10px 0;
}
.related-park_content ul li a {
  display: block;
  padding: 5px 0 5px 20px;
  font-size: 1.4rem;
  color: #E27D13;
  background: url("../images/arrow_orange.svg") no-repeat left center/14px;
}
.related-park_content ul li a:hover {
  text-decoration: underline;
}
.related-park_content .description {
  font-size: 1.4rem;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

/*************************************************
news一覧ページ
*************************************************/
.news_summary {
  margin: 140px 0 0;
}
@media screen and (max-width: 599px) {
  .news_summary {
    margin: 80px 0 0;
  }
}
.news_summary .news-list,
.news_summary .news_list {
  margin: 0 0 90px;
}
.news_summary .news-list .news_item,
.news_summary .news_list .news_item {
  margin: 80px 0 0;
}
.news_summary .news-list .news_item a,
.news_summary .news_list .news_item a {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 599px) {
  .news_summary .news-list .news_item a,
  .news_summary .news_list .news_item a {
    flex-direction: column;
    gap: 40px;
  }
}
.news_summary .news-list .news_item a .thumb_wrap,
.news_summary .news_list .news_item a .thumb_wrap {
  width: 40%;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .news_summary .news-list .news_item a .thumb_wrap,
  .news_summary .news_list .news_item a .thumb_wrap {
    width: 100%;
    text-align: center;
  }
}
.news_summary .news-list .news_item a .thumb_wrap img,
.news_summary .news_list .news_item a .thumb_wrap img {
  width: 100%;
  aspect-ratio: 360/270;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}
.news_summary .news-list .news_item a .txt-wrap,
.news_summary .news-list .news_item a .txt_wrap,
.news_summary .news_list .news_item a .txt-wrap,
.news_summary .news_list .news_item a .txt_wrap {
  width: 60%;
}
@media screen and (max-width: 599px) {
  .news_summary .news-list .news_item a .txt-wrap,
  .news_summary .news-list .news_item a .txt_wrap,
  .news_summary .news_list .news_item a .txt-wrap,
  .news_summary .news_list .news_item a .txt_wrap {
    width: 100%;
  }
}
.news_summary .news-list .news_item a .txt-wrap .date,
.news_summary .news-list .news_item a .txt_wrap .date,
.news_summary .news_list .news_item a .txt-wrap .date,
.news_summary .news_list .news_item a .txt_wrap .date {
  font-family: "Roboto", sans-serif;
  color: #988C7C;
  font-size: 1.4rem;
  font-weight: 500;
}
.news_summary .news-list .news_item a .txt-wrap .news_cat_list,
.news_summary .news-list .news_item a .txt_wrap .news_cat_list,
.news_summary .news_list .news_item a .txt-wrap .news_cat_list,
.news_summary .news_list .news_item a .txt_wrap .news_cat_list {
  margin: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.news_summary .news-list .news_item a .txt-wrap .news_cat_list li .news_cat_item,
.news_summary .news-list .news_item a .txt_wrap .news_cat_list li .news_cat_item,
.news_summary .news_list .news_item a .txt-wrap .news_cat_list li .news_cat_item,
.news_summary .news_list .news_item a .txt_wrap .news_cat_list li .news_cat_item {
  font-size: 1.3rem;
  color: #E27D13;
  font-weight: 500;
  border: 1px solid #E27D13;
  padding: 8px 8px;
  border-radius: 12px;
}
.news_summary .news-list .news_item a .txt-wrap .news_ttl,
.news_summary .news-list .news_item a .txt_wrap .news_ttl,
.news_summary .news_list .news_item a .txt-wrap .news_ttl,
.news_summary .news_list .news_item a .txt_wrap .news_ttl {
  margin: 10px 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.news_summary .news-list .news_item a .txt-wrap .news_txt,
.news_summary .news-list .news_item a .txt_wrap .news_txt,
.news_summary .news_list .news_item a .txt-wrap .news_txt,
.news_summary .news_list .news_item a .txt_wrap .news_txt {
  margin: 10px 0 0;
}
.news_summary .news-list .news_item a .txt-wrap .news_txt p,
.news_summary .news-list .news_item a .txt_wrap .news_txt p,
.news_summary .news_list .news_item a .txt-wrap .news_txt p,
.news_summary .news_list .news_item a .txt_wrap .news_txt p {
  color: #988C7C;
}
.news_summary .news-list .news_item a .txt-wrap .news_link,
.news_summary .news-list .news_item a .txt_wrap .news_link,
.news_summary .news_list .news_item a .txt-wrap .news_link,
.news_summary .news_list .news_item a .txt_wrap .news_link {
  margin: 10px 0 0;
  padding: 0 0 0 22px;
  background: url("../images/arrow_orange.svg") no-repeat left center/14px;
}
.news_summary .news-list .news_item a .txt-wrap .news_link span,
.news_summary .news-list .news_item a .txt_wrap .news_link span,
.news_summary .news_list .news_item a .txt-wrap .news_link span,
.news_summary .news_list .news_item a .txt_wrap .news_link span {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #E27D13;
}
.news_summary .news-list .news_item a:hover .thumb_wrap img,
.news_summary .news_list .news_item a:hover .thumb_wrap img {
  transform: scale(1.1);
}

/*************************************************
menu
*************************************************/
.sec-banner {
  margin: 110px 0 80px;
  text-align: center;
}
.sec-banner a {
  display: block;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}
.sec-banner a:hover {
  transform: scale(1.03);
}

.menu-opation .matter-container {
  border-top: 3px solid #FFC903;
  border-bottom: 3px solid #FFC903;
}
.menu-opation .option__container {
  padding: 80px 0;
}

.menu-paid-opation .sec-inner {
  position: initial;
  transform: none;
}
.menu-paid-opation .option__heading-wrap {
  justify-content: center;
  margin: 60px 0 60px;
}
.menu-paid-opation .plan_price {
  margin-top: 10px;
  text-align: center;
}
.menu-paid-opation .plan_price span {
  display: block;
}
.menu-paid-opation .plan_price .price {
  font-family: "Murecho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .menu-paid-opation .plan_price .price {
    font-size: 2rem;
  }
}
.menu-paid-opation .plan_price .taxin_price {
  font-size: 1.3rem;
  margin-top: 5px;
}

/*************************************************
flow
下層ページスタイル
*************************************************/
.flow_section {
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .flow_section {
    margin-top: 80px;
  }
}
.flow_section .flow_list .flow_item {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .flow_section .flow_list .flow_item {
    margin-top: 40px;
  }
}
.flow_section .grid_wrap {
  display: grid;
  grid-template-columns: 280px auto;
  grid-template-rows: repeat(2, auto);
  gap: 10px 40px;
}
@media screen and (max-width: 599px) {
  .flow_section .grid_wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.flow_section .grid_wrap .image {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 599px) {
  .flow_section .grid_wrap .image {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.flow_section .grid_wrap .item_heading {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: center;
}
@media screen and (max-width: 599px) {
  .flow_section .grid_wrap .item_heading {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.flow_section .grid_wrap .item_contents {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 599px) {
  .flow_section .grid_wrap .item_contents {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.flow_section .image {
  position: relative;
  overflow: hidden;
}
.flow_section .image img {
  border: 3px solid #FFC903;
  border-radius: 8px;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 599px) {
  .flow_section .image img {
    border-width: 2px;
    border-radius: 12px;
  }
}
.flow_section .image .flow__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-bottom: 3px;
  background: #FFC903;
  border-radius: 50%;
  font-family: "Murecho", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 14px;
  left: 14px;
}
@media screen and (max-width: 599px) {
  .flow_section .image .flow__num {
    width: 24px;
    height: 24px;
    font-size: 1.8rem;
    top: 9px;
    left: 9px;
  }
}
.flow_section .item_heading {
  font-family: "Murecho", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .flow_section .item_heading {
    font-size: 2rem;
  }
}
.flow_section .item_contents p {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.flow_section .item_contents .cta_area {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 0;
}
.flow_section .item_contents .hukidashi_box {
  margin-top: 40px;
  position: relative;
  border: 2px solid #211A00;
  border-radius: 8px;
  background: #D6F1FF url("../images/bg_dot_3a.png") repeat center/128px;
  padding: 60px 20px 20px;
}
@media screen and (max-width: 599px) {
  .flow_section .item_contents .hukidashi_box {
    margin-top: 30px;
    padding: 30px 12px 20px;
  }
}
.flow_section .item_contents .hukidashi_box .hukidashi_heading {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-5px, -50%);
}
.flow_section .item_contents .hukidashi_box .hukidashi_contents {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
}

/*************************************************
area
下層ページスタイル
*************************************************/
.under_area {
  margin-top: 100px;
  background-color: transparent;
}
@media screen and (max-width: 599px) {
  .under_area {
    margin-top: 80px;
    padding-bottom: 0;
  }
}
.under_area .sec-inner {
  background-color: #FFC903;
  border-radius: 8px;
  padding: 0 100px 30px 10px;
}
@media screen and (max-width: 599px) {
  .under_area .sec-inner {
    padding: 0 15px 30px;
  }
}
.under_area .area_contents {
  margin-top: 0;
}
.under_area .area_contents h2 {
  margin-bottom: 0;
}
.under_area .area_contents h2::before {
  display: none;
}

/* 配達エリア */
.under_area_detail .flex-wrap {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 599px) {
  .under_area_detail .flex-wrap {
    flex-direction: column;
    gap: 20px 0;
  }
}
.under_area_detail h4 {
  margin: 0;
}
.under_area_detail .area_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin: 12px 0;
}
.under_area_detail .area_list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #211A00;
}
.under_area_detail .area_list li::after {
  content: "・";
  display: inline-block;
  margin-left: 2px;
  color: rgba(0, 0, 0, 0.6);
}
.under_area_detail .area_list li:last-child::after {
  content: "";
}
.under_area_detail .image-wrap {
  width: 55%;
}
@media screen and (max-width: 599px) {
  .under_area_detail .image-wrap {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.under_area_detail .is-style-first-column-header .has-fixed-layout {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 599px) {
  .under_area_detail .is-style-first-column-header .has-fixed-layout tr td {
    flex-direction: column;
    align-items: flex-start;
  }
}
.under_area_detail .is-style-first-column-header .has-fixed-layout tr td:first-child {
  vertical-align: middle;
}
.under_area_detail .is-style-first-column-header .has-fixed-layout tr td .font_red {
  font-weight: 700;
}

/*************************************************
faq
下層ページスタイル
*************************************************/
/* FAQカテゴリーセクション */
.faq-category {
  margin-bottom: 48px;
  scroll-margin-top: 100px;
  /* FAQ項目 */
}
@media screen and (max-width: 599px) {
  .faq-category .sec-inner-s {
    margin: 0;
  }
}
.faq-category .faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .faq-category .faq-list {
    gap: 12px;
  }
}
.faq-category .faq__title {
  display: block;
}
.faq-category .faq__title .summary_inner {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 40px;
  border: 1px solid #211A00;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .faq-category .faq__title .summary_inner {
    font-size: 1.6rem;
    gap: 12px;
    padding: 12px 30px 12px 12px;
  }
}
.faq-category .faq__title .summary_inner .icon {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 599px) {
  .faq-category .faq__title .summary_inner .icon {
    width: 20px;
    height: 20px;
    right: 15px;
  }
  .faq-category .faq__title .summary_inner .icon svg {
    width: 100%;
    height: 100%;
  }
}
.faq-category .faq__q-label {
  font-family: "Murecho", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #E95513;
}
@media screen and (max-width: 599px) {
  .faq-category .faq__q-label {
    font-size: 2rem;
  }
}
.faq-category .faq summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
.faq-category .faq__content {
  overflow: hidden;
}
.faq-category .faq__content .content_inner {
  display: flex;
  gap: 60px;
  background-color: #fff;
  border-radius: 8px;
  margin: 8px 0;
  padding: 40px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .faq-category .faq__content .content_inner {
    gap: 12px;
    padding: 20px 0;
  }
}
.faq-category .faq__a-label {
  font-family: "Murecho", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .faq-category .faq__a-label {
    font-size: 2rem;
  }
}
.faq-category .faq__a-text {
  line-height: 1.8;
}
.faq-category .faq__item.is-opened .faq__title .summary_inner .icon {
  transform: translate(0, -50%) rotate(180deg);
}
.faq-category summary {
  list-style: none;
}
.faq-category summary::marker {
  display: none;
}
.faq-category summary::-webkit-details-marker {
  display: none;
}

/*************************************************
corporation-plan
下層ページスタイル
*************************************************/
.corporation_plan_section {
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  .corporation_plan_section {
    padding: 60px 0;
  }
}
.corporation_plan_section .sec-inner-s {
  margin: 0 auto;
}
.corporation_plan_section .heading-stroke {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .corporation_plan_section .heading-stroke {
    font-size: 2.8rem;
  }
}
.corporation_plan_section .heading-stroke::before {
  display: none;
}
.corporation_plan_section .heading-stroke .font_red {
  display: inline-block;
  margin: 0 2px 0 5px;
}
.corporation_plan_section .heading-stroke .font_red .num {
  font-size: 4.8rem;
}
@media screen and (max-width: 599px) {
  .corporation_plan_section .heading-stroke .font_red .num {
    font-size: 3.2rem;
  }
}
.corporation_plan_section .heading-stroke .small_text {
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .corporation_plan_section .heading-stroke .small_text {
    font-size: 1.3rem;
  }
}
.corporation_plan_section .point_list {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 599px) {
  .corporation_plan_section .point_list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.corporation_plan_section .point_list li {
  width: calc((100% - 100px) / 3);
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 599px) {
  .corporation_plan_section .point_list li {
    width: 100%;
    max-width: 300px;
  }
}
.corporation_plan_section .point_list li .image {
  max-width: 150px;
}
.corporation_plan_section .point_list li p {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
.corporation_plan_section .point_list li p .font_red {
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  .corporation_plan_section .point_list li p .font_red {
    font-size: 1.8rem;
  }
}
.corporation_plan_section .image-wrap {
  margin: 60px 0 60px;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 599px) {
  .corporation_plan_section .image-wrap {
    flex-direction: column;
    gap: 12px;
  }
}
.corporation_plan_section .image-wrap img {
  border-radius: 8px;
}
.corporation_plan_section .image-wrap figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 8px;
}
.corporation_plan_section .point_grid_wrap {
  margin-top: 100px;
}
.corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .ttl_wrap {
  margin-top: 0;
}
.corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .ttl_wrap::before {
  display: none;
}
.corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .ttl_wrap .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-bottom: 3px;
  background: #FFC903;
  border-radius: 50%;
  font-family: "Murecho", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .ttl_wrap .num {
    width: 24px;
    height: 24px;
    font-size: 1.8rem;
  }
}
.corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .gallery {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .gallery {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .gallery {
    gap: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .gallery figure {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .gallery figure {
    width: 100%;
  }
}
.corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .gallery figure img {
  border-radius: 12px;
}
@media screen and (max-width: 599px) {
  .corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .gallery figure img {
    border-radius: 8px;
  }
}
.corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .gallery figure figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 599px) {
  .corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .gallery figure figcaption {
    font-size: 1.3rem;
  }
}
.corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .check_list {
  display: flex;
  gap: 12px;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .check_list {
    flex-direction: column;
  }
}
.corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .check_list li {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  border: 2px solid #FFC903;
  border-radius: 9999px;
  padding: 3px 15px 3px 10px;
}
.corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .check_list li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/check_yerrow_round.svg") no-repeat center/contain;
}
.corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item .check_list li span {
  font-family: "Murecho", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item:nth-child(1) {
  grid-column: span 2;
}
@media screen and (max-width: 1024px) {
  .corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item:nth-child(2), .corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item:nth-child(3) {
    grid-column: span 2;
  }
}
@media screen and (max-width: 599px) {
  .corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item:nth-child(1), .corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item:nth-child(2), .corporation_plan_section .point_grid_wrap .y-box_grid .y-box_item:nth-child(3) {
    grid-column: span 1;
  }
}
.corporation_plan_section .point_grid_wrap .y-box_grid .sub_item {
  flex-direction: row;
  align-items: center;
  gap: 16px;
  border-color: #211A00;
  padding: 15px 10px;
}
@media screen and (max-width: 1024px) {
  .corporation_plan_section .point_grid_wrap .y-box_grid .sub_item {
    flex-direction: column;
    gap: 8px;
    padding: 8px 12px;
  }
}
@media screen and (max-width: 599px) {
  .corporation_plan_section .point_grid_wrap .y-box_grid .sub_item .contents {
    width: 100%;
  }
}
.corporation_plan_section .point_grid_wrap .y-box_grid .sub_item .thumbnail {
  width: 94px;
  flex-shrink: 0;
}
.corporation_plan_section .point_grid_wrap .y-box_grid .sub_item .thumbnail img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 0;
  border-radius: 50%;
}
.corporation_plan_section .point_grid_wrap .y-box_grid .sub_item .ttl_wrap {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
.corporation_plan_section .point_grid_wrap .y-box_grid .sub_item .ttl_wrap .num {
  width: 24px;
  height: 24px;
  font-size: 1.8rem;
}
.corporation_plan_section .point_grid_wrap .y-box_grid .sub_item .font_red {
  font-weight: 700;
}

/*************************************************
big-order
下層ページスタイル
*************************************************/
.big-order_section {
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  .big-order_section {
    padding: 60px 0;
  }
}
.big-order_section .bonus_wrap {
  margin: 60px 0;
  background-color: #fff;
  border: 2px solid #FFC903;
  border-radius: 8px;
  text-align: center;
  padding: 0 40px 30px;
}
@media screen and (max-width: 599px) {
  .big-order_section .bonus_wrap {
    margin: 40px 0;
    padding: 0 15px 30px;
  }
}
.big-order_section .bonus_wrap .strong_text {
  font-family: "Murecho", sans-serif;
}
.big-order_section .bonus_wrap .choice {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .big-order_section .bonus_wrap .choice {
    line-height: 1.6;
    font-size: 1.6rem;
  }
}
.big-order_section .bonus_wrap .choice span {
  font-size: 2.4rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: #FFC903;
  text-decoration-thickness: 8%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
}
@media screen and (max-width: 599px) {
  .big-order_section .bonus_wrap .choice span {
    font-size: 1.8rem;
  }
}
.big-order_section .image-wrap {
  margin: 60px 0 0;
  display: flex;
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .big-order_section .image-wrap {
    flex-direction: column;
    margin: 40px 0 0;
    gap: 100px;
  }
}
.big-order_section .image-wrap img {
  border-radius: 8px;
}
.big-order_section .image-wrap figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 8px;
}
.big-order_section .image-wrap::after {
  content: "OR";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #E95513;
  border: 3px solid #fff;
  font-family: "Murecho", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .big-order_section .image-wrap::after {
    width: 80px;
    height: 80px;
    font-size: 2.4rem;
  }
}

.big-order_text_wrap {
  margin: 80px auto 100px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .big-order_text_wrap {
    margin: 40px auto 60px;
    text-align: left;
    padding: 0 16px;
  }
}
.big-order_text_wrap .strong_text {
  line-height: 1.6;
}

/*************************************************
カスタムブロックのスタイル
*************************************************/
.merit-points {
  margin: 40px 0;
}
@media screen and (max-width: 599px) {
  .merit-points {
    margin: 30px 0;
  }
}
.merit-points__heading {
  font-family: "Murecho", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 60px 0 30px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .merit-points__heading {
    font-size: 2rem;
    padding-left: 10px;
  }
}
.merit-points__heading::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #E95513;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.merit-points__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 !important;
}
.merit-points__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  border: 2px solid #FFC903;
  border-radius: 8px;
}
@media screen and (max-width: 599px) {
  .merit-points__item {
    padding: 8px 15px;
  }
}
.merit-points__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding-bottom: 3px;
  background-color: #FFC903;
  font-family: "Murecho", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .merit-points__number {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 2rem;
  }
}
.merit-points__text {
  font-family: "Murecho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .merit-points__text {
    font-size: 1.6rem;
  }
}
.merit-points__text p {
  display: inline-block;
  margin: 0 !important;
  font-family: "Murecho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3 !important;
}
@media screen and (max-width: 599px) {
  .merit-points__text p {
    font-size: 1.6rem;
  }
}
.merit-points__note {
  font-family: "Murecho", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .merit-points__note {
    font-size: 1.3rem;
  }
}

.link-banner {
  margin: 30px 0;
}
.link-banner__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 30px 12px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #211A00;
  text-align: center;
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .link-banner__link {
    padding: 20px 12px;
    font-size: 1.5rem;
  }
}
.link-banner__link:hover {
  box-shadow: 6px 6px #211A00;
  transform: translate(-4px, -4px);
}
.link-banner__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/arrow_yerrow_round.svg") no-repeat center/contain;
}
.link-banner__icon:hover {
  width: 18px;
  height: 18px;
}

.set-contents {
  margin: 60px 0;
}
@media screen and (max-width: 599px) {
  .set-contents {
    margin: 40px 0;
  }
}
.set-contents__heading {
  font-family: "Murecho", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 60px 0 30px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .set-contents__heading {
    font-size: 2rem;
    padding-left: 10px;
  }
}
.set-contents__heading::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #E95513;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.set-contents__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .set-contents__images {
    grid-template-columns: 1fr;
  }
}
.set-contents__figure {
  margin: 0;
}
.set-contents__figure img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.set-contents__figure figcaption {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 8px;
}
.set-contents__categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .set-contents__categories {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.set-contents__category-name {
  font-family: "Murecho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0 12px;
}
@media screen and (max-width: 599px) {
  .set-contents__category-name {
    font-size: 1.8rem;
    gap: 8px;
    margin: 0 !important;
  }
}
.set-contents__category-name::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFC903;
}
@media screen and (max-width: 599px) {
  .set-contents__category-name::before {
    width: 12px;
    height: 12px;
  }
}
.set-contents__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.set-contents__item {
  font-size: 1.5rem;
}
.set-contents__caution {
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .set-contents__caution {
    font-size: 1.3rem;
  }
}
.set-contents__point {
  margin-top: 40px;
  position: relative;
  border: 2px solid #211A00;
  border-radius: 8px;
  background: #D6F1FF url("../images/bg_dot_3a.png") repeat center/128px;
  padding: 20px;
}
@media screen and (max-width: 599px) {
  .set-contents__point {
    margin-top: 30px;
    padding: 12px;
  }
}
.set-contents__point .hukidashi_heading {
  position: absolute;
  top: 0;
  left: -10px;
  transform: translate(0, -50%);
}
.set-contents__point .hukidashi_contents {
  padding-top: 30px;
}
.set-contents__point .hukidashi_contents p {
  font-weight: 600;
}

.drink-menu {
  margin: 60px 0;
}
.drink-menu__heading {
  font-family: "Murecho", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 60px 0 30px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .drink-menu__heading {
    font-size: 2rem;
    padding-left: 10px;
  }
}
.drink-menu__heading::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #E95513;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.drink-menu__category {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .drink-menu__category {
    margin-bottom: 20px;
  }
}
.drink-menu__category:last-child {
  margin-bottom: 0;
}
.drink-menu__category-name {
  font-family: "Murecho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0 12px;
}
@media screen and (max-width: 599px) {
  .drink-menu__category-name {
    font-size: 1.8rem;
    gap: 8px;
  }
}
.drink-menu__category-name::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFC903;
}
@media screen and (max-width: 599px) {
  .drink-menu__category-name::before {
    width: 12px;
    height: 12px;
  }
}
.drink-menu__items {
  display: grid;
  gap: 24px;
}
.drink-menu__items--col1 {
  grid-template-columns: 1fr;
  max-width: 300px;
}
@media screen and (max-width: 599px) {
  .drink-menu__items--col1 {
    max-width: 100%;
  }
}
.drink-menu__items--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 599px) {
  .drink-menu__items--col2 {
    grid-template-columns: 1fr;
  }
}
.drink-menu__items--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .drink-menu__items--col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .drink-menu__items--col3 {
    grid-template-columns: 1fr;
  }
}
.drink-menu__item {
  text-align: center;
}
.drink-menu__item-image {
  margin-bottom: 8px;
}
.drink-menu__item-image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.drink-menu__item-name {
  font-family: "Murecho", sans-serif;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  margin: 0 0 5px !important;
  line-height: 1.5 !important;
}
.drink-menu__item-price {
  font-family: "Murecho", sans-serif;
  font-size: 2rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
.drink-menu__item-price-tax {
  font-family: "Murecho", sans-serif;
  font-size: 1.3rem;
}
.drink-menu__item-note {
  text-align: left;
}

.kids-set {
  margin: 60px 0;
}
@media screen and (max-width: 599px) {
  .kids-set {
    margin: 30px 0;
  }
}
.kids-set__heading {
  font-family: "Murecho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0 12px;
}
@media screen and (max-width: 599px) {
  .kids-set__heading {
    font-size: 1.8rem;
    gap: 8px;
  }
}
.kids-set__heading::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFC903;
}
@media screen and (max-width: 599px) {
  .kids-set__heading::before {
    width: 12px;
    height: 12px;
  }
}
.kids-set__overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .kids-set__overview {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 0;
  }
}
.kids-set__image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.kids-set__name {
  font-size: 2.4rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
@media screen and (max-width: 599px) {
  .kids-set__name {
    font-size: 2rem !important;
  }
}
.kids-set__price {
  font-family: "Murecho", sans-serif;
}
.kids-set__price-num {
  font-size: 4rem;
  color: #E95513;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .kids-set__price-num {
    font-size: 3.2rem;
  }
}
.kids-set__price-unit {
  font-size: 2rem;
  font-weight: 700;
  color: #211A00;
  vertical-align: middle;
  margin-left: 5px;
}
@media screen and (max-width: 599px) {
  .kids-set__price-unit {
    font-size: 1.8rem;
  }
}
.kids-set__price-tax {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  color: #211A00;
}
.kids-set__categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 12px;
}
@media screen and (max-width: 599px) {
  .kids-set__categories {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.kids-set__category-name {
  font-family: "Murecho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0 12px;
}
@media screen and (max-width: 599px) {
  .kids-set__category-name {
    font-size: 1.8rem;
    gap: 8px;
    margin: 0 !important;
  }
}
.kids-set__category-name::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFC903;
}
@media screen and (max-width: 599px) {
  .kids-set__category-name::before {
    width: 12px;
    height: 12px;
  }
}
.kids-set__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.kids-set__item {
  font-size: 1.5rem;
}

/*************************************************
reservation
ネット予約ページスタイル
*************************************************/
.form_top {
  margin: 100px 0;
}
@media screen and (max-width: 599px) {
  .form_top {
    margin: 80px 0 60px;
  }
}
.form_top .hukidashi_box {
  margin-top: 40px;
  position: relative;
  border: 2px solid #211A00;
  border-radius: 8px;
  background: #D6F1FF url("../images/bg_dot_3a.png") repeat center/128px;
  padding: 20px;
}
.form_top .hukidashi_box .hukidashi_heading {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 599px) {
  .form_top .hukidashi_box .hukidashi_heading {
    min-width: 300px;
    font-size: 1.6rem;
  }
}
.form_top .hukidashi_box .note {
  text-align: center;
  margin-top: 30px;
}
.form_top .hukidashi_box .hukidashi_contents .hukidashi_cta-area {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 599px) {
  .form_top .hukidashi_box .hukidashi_contents .hukidashi_cta-area {
    flex-direction: column;
    align-items: center;
    gap: 10px 0;
  }
}
.form_top .hukidashi_box .hukidashi_contents .hukidashi_cta-area .cta__btn {
  width: 280px;
}
.form_top .hukidashi_box .hukidashi_contents .hukidashi_cta-area .cta__btn a {
  width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .form_top .hukidashi_box .hukidashi_contents .hukidashi_cta-area .cta__btn a {
    height: 60px;
  }
}
.form_top .hukidashi_box .hukidashi_contents .hukidashi_cta-area .hukidashi_cta-line a {
  background-color: #fff;
  color: #211A00;
  border: 2px solid #41A354;
}
.form_top .hukidashi_box .hukidashi_contents .hukidashi_cta-area .hukidashi_cta-tel {
  text-align: center;
}
.form_top .hukidashi_box .hukidashi_contents .hukidashi_cta-area .hukidashi_cta-tel a {
  background-color: #211A00;
  padding-left: 12px;
  padding-right: 12px;
  gap: 8px;
}
.form_top .hukidashi_box .hukidashi_contents .hukidashi_cta-area .hukidashi_cta-tel a svg {
  width: 20px;
  height: 20px;
}
.form_top .hukidashi_box .hukidashi_contents .hukidashi_cta-area .hukidashi_cta-tel p {
  font-size: 1.6rem;
  margin: 12px 0;
}

.reservation_section .heading_text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .reservation_section .heading_text {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 12px;
  }
}
.reservation_section .stepper {
  display: flex;
  align-items: center;
  gap: 12px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  /* デフォルトのスピンボタンを非表示にする */
}
@media screen and (max-width: 599px) {
  .reservation_section .stepper {
    gap: 3px;
  }
}
.reservation_section .stepper .stepper_label {
  font-size: 1.3rem;
  margin: 0 5px 0 0;
}
.reservation_section .stepper .input-number {
  width: 100px;
  height: 50px;
  padding: 7px;
  border-radius: 3px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #666561;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .reservation_section .stepper .input-number {
    width: 80px;
    height: 40px;
  }
}
.reservation_section .stepper .input-number:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #666561 inset;
}
.reservation_section .stepper input[type=number]::-webkit-outer-spin-button,
.reservation_section .stepper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.reservation_section .stepper input[type=number] {
  /* Firefoxでデフォルトのスピンボタンを非表示にする */
  -moz-appearance: textfield;
}
.reservation_section .stepper .btn-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
}
.reservation_section .stepper .spinner-sub, .reservation_section .stepper .dynamic-spinner-sub, .reservation_section .stepper .btn-adult-sub, .reservation_section .stepper .btn-kids-sub {
  background: url("../images/stepper_minus.svg") no-repeat center/contain;
}
.reservation_section .stepper .spinner-add, .reservation_section .stepper .dynamic-spinner-add, .reservation_section .stepper .btn-adult-add, .reservation_section .stepper .btn-kids-add {
  background: url("../images/stepper_plus.svg") no-repeat center/contain;
}
.reservation_section .stepper .disabled {
  opacity: 0.3;
  cursor: inherit;
}
.reservation_section .stepper.people .input-number {
  width: 175px;
}
.reservation_section .stepper.people .input-number::-moz-placeholder {
  font-size: 1.4rem;
}
.reservation_section .stepper.people .input-number::placeholder {
  font-size: 1.4rem;
}
.reservation_section .form_block {
  margin: 0 0 60px;
}
.reservation_section .form_block:nth-of-type(3) {
  margin: 160px 0 80px;
  position: relative;
}
.reservation_section .form_block:nth-of-type(3)::before {
  content: "";
  display: block;
  width: 74px;
  height: 74px;
  background: url("../images/form_arrow.png") no-repeat center/contain;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, 0);
}
.reservation_section .form_block .plan__caution-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block .plan__caution-wrap {
    margin-top: 20px;
  }
}
.reservation_section .form_block .form_contents_heading {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Murecho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background-color: #FFC903;
  padding: 12px 20px;
  border-radius: 3px;
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block .form_contents_heading {
    flex-direction: column;
    text-align: center;
    font-size: 2rem;
    padding: 10px 12px;
    gap: 0;
  }
}
.reservation_section .form_block .form_contents_heading.bg_price_table {
  background-color: #E95513;
  color: #fff;
}
.reservation_section .form_block .form_contents_heading span {
  background-color: #211A00;
  font-size: 1.6rem;
  color: #FFC903;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 9999px;
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block .form_contents_heading span {
    font-size: 1.4rem;
  }
}
.reservation_section .form_block .caution {
  margin: 12px 0;
  font-weight: 700;
}
.reservation_section .form_block .caution a {
  color: #E95513;
  text-decoration: underline;
}
.reservation_section .form_block .form-row {
  padding: 30px 0 30px 20px;
  border-bottom: 1px solid #C8C9CA;
}
@media screen and (max-width: 860px) {
  .reservation_section .form_block .form-row {
    padding: 20px 0;
  }
}
.reservation_section .form_block .form-row .row_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .reservation_section .form_block .form-row .row_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.reservation_section .form_block .form-row .row_inner .form_item_title {
  width: 32.89%;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 860px) {
  .reservation_section .form_block .form-row .row_inner .form_item_title {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
  }
}
.reservation_section .form_block .form-row .row_inner .form_item_title p {
  font-weight: 700;
}
.reservation_section .form_block .form-row .row_inner .form_item_title .label_req,
.reservation_section .form_block .form-row .row_inner .form_item_title .label_any {
  display: inline-block;
  padding: 2px 8px;
  background-color: #E22323;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4;
  border-radius: 3px;
}
.reservation_section .form_block .form-row .row_inner .form_item_title .label_any {
  background-color: #C8C9CA;
  color: #211A00;
}
.reservation_section .form_block .form-row .row_inner .form_item_content {
  width: 59.21%;
}
@media screen and (max-width: 860px) {
  .reservation_section .form_block .form-row .row_inner .form_item_content {
    width: 100%;
  }
}
.reservation_section .form_block .form-row .row_inner .form_item_content .form_item_input {
  width: 100%;
  height: 3.375em;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #666561;
  border-radius: 3px;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .form_item_input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #666561 inset;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .form_item_input::-moz-placeholder {
  color: #999;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .form_item_input::placeholder {
  color: #999;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .form_item_checkbox {
  width: 100%;
  height: 3.375em;
  border-radius: 5px;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .address_wrap {
  margin: 0 0 20px;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .zip_code_wrap {
  display: flex;
  gap: 56px;
  align-items: center;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .selectbox {
  display: flex;
  align-items: center;
  position: relative;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .selectbox::after {
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url("../images/arrow_line.svg") no-repeat center/contain;
  content: "";
  pointer-events: none;
  transform: rotate(90deg);
}
.reservation_section .form_block .form-row .row_inner .form_item_content .selectbox span {
  display: block;
  width: 100%;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .selectbox span select {
  width: 100%;
  min-width: 230px;
  height: 3.375em;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #666561;
  border-radius: 3px;
  cursor: pointer;
  display: block;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .selectbox span select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #666561 inset;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .time-input {
  display: flex;
  align-items: center;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .time-input select {
  width: 15%;
  min-width: 60px;
  height: 3.375em;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #666561;
  border-radius: 3px;
  cursor: pointer;
  display: block;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .time-input select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #666561 inset;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .time-input #hour {
  margin: 0 10px 0 0;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .time-input #minute {
  margin: 0 0 0 10px;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .form_item_textarea {
  resize: none;
  width: 100%;
  height: 8.125em;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #666561;
  border-radius: 3px;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .form_item_textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #666561 inset;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .people:first-of-type {
  margin: 0 0 30px;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .people label {
  margin: 0 20px 0 0;
  font-size: 1.4rem;
}
.reservation_section .form_block .form-row .row_inner .form_item_content .people span {
  margin: 0 0 0 20px;
  font-size: 1.4rem;
}
.reservation_section .form_block .policy_consent_wrap {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block .policy_consent_wrap {
    text-align: left;
  }
}
.reservation_section .form_block .policy_consent_wrap p {
  margin: 32px 0 24px;
  font-weight: 700;
  line-height: 1.5;
}
.reservation_section .form_block .policy_consent_wrap p a {
  color: #E95513;
  text-decoration: underline;
}
.reservation_section .form_block .policy_consent_wrap .wpcf7-form-control-wrap {
  max-width: 480px;
  display: block;
  text-align: left;
  margin: 0 auto 12px;
}
.reservation_section .form_block .confirm_check_wrap {
  margin: 32px 0 0;
  padding: 50px 0 0;
  text-align: center;
  border-top: 1px solid #C8C9CA;
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block .confirm_check_wrap {
    text-align: left;
  }
}
.reservation_section .form_block .confirm_check_wrap label {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block .confirm_check_wrap .wpcf7-list-item {
    margin: 0;
  }
}
.reservation_section .form_block .confirm_check_wrap .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  background-color: #FAE1DA;
  cursor: pointer;
}
.reservation_section .form_block .confirm_check_wrap .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/caution_icon.svg") no-repeat center/contain;
}
.reservation_section .form_block details {
  margin: 30px 0;
}
.reservation_section .form_block details summary {
  display: block;
}
.reservation_section .form_block details summary .summary_inner {
  display: block;
  border: 1px solid #666561;
  border-radius: 3px;
  padding: 15px 30px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block details summary .summary_inner {
    padding: 13px 56px 13px 20px;
  }
}
.reservation_section .form_block details summary .summary_inner .icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/arrow_line.svg") no-repeat center/contain;
  transition: transform 0.4s;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(90deg);
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block details summary .summary_inner .icon {
    right: 20px;
  }
}
.reservation_section .form_block details summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
.reservation_section .form_block details .content {
  overflow: hidden;
}
.reservation_section .form_block details .content .content_inner {
  padding: 40px 60px;
  border-left: 1px solid #666561;
  border-right: 1px solid #666561;
  border-bottom: 1px solid #666561;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 50px 25px;
}
@media screen and (max-width: 860px) {
  .reservation_section .form_block details .content .content_inner {
    gap: 40px 2.92%;
  }
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block details .content .content_inner {
    padding: 40px 10px;
  }
}
.reservation_section .form_block details .content .content_inner .product {
  position: relative;
  width: calc((100% - 75px) / 4);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  .reservation_section .form_block details .content .content_inner .product {
    width: 48.54%;
  }
}
.reservation_section .form_block details .content .content_inner .product .product_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.reservation_section .form_block details .content .content_inner .product .image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.reservation_section .form_block details .content .content_inner .product .product_name {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 6px 0;
  border-bottom: 2px solid #FFC903;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block details .content .content_inner .product .product_name {
    font-size: 1.4rem;
  }
}
.reservation_section .form_block details .content .content_inner .product .product_txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 10px 0;
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block details .content .content_inner .product .product_txt {
    font-size: 1.3rem;
  }
}
.reservation_section .form_block details .content .content_inner .product .box {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.reservation_section .form_block details .content .content_inner .product .box .price {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 20px 0 10px;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block details .content .content_inner .product .box .price {
    font-size: 1.4rem;
  }
}
.reservation_section .form_block details .content .content_inner .product .box .stepper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.reservation_section .form_block details .content .content_inner .product .box .stepper label {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block details .content .content_inner .product .box .stepper label {
    font-size: 1.3rem;
    margin: 0 10px 0 0;
  }
}
.reservation_section .form_block details .content .content_inner .product .box .stepper .btn-number {
  width: 30px;
  height: 30px;
}
.reservation_section .form_block details.is-opened summary .summary_inner {
  border-bottom: none;
}
.reservation_section .form_block details.is-opened summary .summary_inner .icon {
  transform: translate(0, -50%) rotate(270deg);
}
.reservation_section .form_block .price_table {
  margin-top: 30px;
  width: 100%;
  max-width: 960px;
  border-collapse: collapse;
}
.reservation_section .form_block .price_table thead {
  border-bottom: 1px solid #666561;
}
.reservation_section .form_block .price_table thead th {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  height: 2.857em;
  vertical-align: middle;
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block .price_table thead th {
    font-size: 1.3rem;
    padding: 0 5px;
  }
}
.reservation_section .form_block .price_table tbody tr {
  border-bottom: 1px solid #C8C9CA;
}
@media screen and (max-width: 860px) {
  .reservation_section .form_block .price_table tbody tr {
    border: 1px solid #C8C9CA;
  }
}
.reservation_section .form_block .price_table tbody tr td {
  padding: 8px 20px;
  vertical-align: middle;
}
.reservation_section .form_block .price_table tbody tr td span {
  display: block;
}
.reservation_section .form_block .price_table tbody tr td .delete_btn {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  background-color: #C8C9CA;
  border-radius: 3px;
  padding: 3px 10px;
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block .price_table tbody tr td .delete_btn {
    padding: 3px 5px;
  }
}
.reservation_section .form_block .price_table tbody tr td:nth-of-type(1) {
  max-width: 675px;
}
.reservation_section .form_block .price_table tbody tr td:nth-of-type(2) {
  width: 16.84%;
  text-align: right;
}
.reservation_section .form_block .price_table tbody tr td:nth-of-type(3) {
  width: 12.77%;
  text-align: right;
}
@media screen and (max-width: 860px) {
  .reservation_section .form_block .price_table tbody tr td {
    padding: 20px 10px;
  }
  .reservation_section .form_block .price_table tbody tr td:nth-of-type(2) {
    width: 20%;
  }
  .reservation_section .form_block .price_table tbody tr td:nth-of-type(3) {
    width: 20%;
  }
}
.reservation_section .form_block .price_table tbody tr .flex-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.reservation_section .form_block .price_table tbody tr .flex-wrap .name_wrap {
  width: 250px;
}
@media screen and (max-width: 860px) {
  .reservation_section .form_block .price_table tbody tr .flex-wrap .name_wrap {
    width: auto;
    flex: 2;
  }
}
.reservation_section .form_block .price_table tbody tr .flex-wrap .price_wrap, .reservation_section .form_block .price_table tbody tr .flex-wrap .number_wrap {
  flex: 1;
}
@media screen and (max-width: 860px) {
  .reservation_section .form_block .price_table tbody tr .flex-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.reservation_section .form_block .total_wrap {
  max-width: 500px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block .total_wrap {
    max-width: 100%;
  }
}
.reservation_section .form_block .total_wrap .total_row {
  display: flex;
  width: 100%;
}
.reservation_section .form_block .total_wrap .total_row .ttl_total {
  background-color: #D6F1FF;
  padding: 18px 20px;
  vertical-align: middle;
  font-weight: 600;
  border-bottom: 1px solid #C8C9CA;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .reservation_section .form_block .total_wrap .total_row .ttl_total {
    text-align: left;
  }
}
.reservation_section .form_block .total_wrap .total_row .amount {
  text-align: right;
  vertical-align: middle;
  border-bottom: 1px solid #C8C9CA;
  padding: 18px 20px;
  width: 50%;
}
.reservation_section .form_block .total_wrap .total_row .total {
  padding: 18px 20px;
  color: #E22323;
  font-weight: 700;
  font-size: 2.4rem;
  vertical-align: middle;
}
.reservation_section .form_submit {
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.reservation_section .form_submit .submit_btn {
  margin: 0 auto;
  display: inline-block;
  width: 380px;
  height: 70px;
  background-color: #E22323;
  border: 2px solid #fff;
  border-radius: 9999px;
  padding-left: 36px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 599px) {
  .reservation_section .form_submit .submit_btn {
    width: 100%;
    font-size: 1.7rem;
  }
}
.reservation_section .form_submit .submit_btn:disabled {
  background-color: #ccc;
}
.reservation_section .form_submit .submit_wrap {
  margin: 0 auto;
  display: inline-block;
  width: 380px;
  height: 70px;
  border-radius: 9999px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 860px) {
  .reservation_section .form_submit .submit_wrap {
    width: 340px;
    height: 70px;
  }
}
.reservation_section .form_submit .submit_wrap::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/icon_send.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 599px) {
  .reservation_section .form_submit .submit_wrap::before {
    width: 24px;
    height: 24px;
    left: 32px;
  }
}
.reservation_section .form_submit .submit_wrap:hover {
  box-shadow: 6px 6px #211A00;
  transform: translate(-4px, -4px);
}
.reservation_section .form_submit .wpcf7-spinner {
  margin: 0 auto;
}

.wpcf7-form {
  padding: 0 0 160px;
}

#kids-stepper {
  margin: 5px 0 0;
}

/*************************************************
kizai-foodset
下層ページスタイル
*************************************************/
.kizai-foodset_section {
  padding: 60px 20px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .kizai-foodset_section {
    padding: 20px 8px;
  }
}
.kizai-foodset_section .sec-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px;
}
@media screen and (max-width: 599px) {
  .kizai-foodset_section .sec-inner {
    border-radius: 5px;
    padding: 32px 15px;
  }
}
.kizai-foodset_section__heading {
  text-align: center;
  margin: 0 0 40px;
  font-family: "Murecho", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 599px) {
  .kizai-foodset_section__heading {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
}
.kizai-foodset_section .plan-list {
  display: flex;
  justify-content: flex-start;
  gap: 60px 3.83%;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .kizai-foodset_section .plan-list {
    gap: 60px;
  }
}
.kizai-foodset_section .plan-list .plan-item {
  width: 30.78%;
}
@media screen and (max-width: 900px) {
  .kizai-foodset_section .plan-list .plan-item {
    width: 46.17%;
  }
}
@media screen and (max-width: 599px) {
  .kizai-foodset_section .plan-list .plan-item {
    width: 100%;
  }
}
.kizai-foodset_section .plan-list .plan-item .thumb_wrap .image {
  overflow: hidden;
  border-radius: 8px;
}
.kizai-foodset_section .plan-list .plan-item .thumb_wrap .image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.kizai-foodset_section .plan-list .plan-item a:hover .thumb_wrap .image img {
  transform: scale(1.05);
}
.kizai-foodset_section .plan-list .plan-item a:hover .link-btn_wrap-s .link-btn-s::after {
  transform: translateY(-50%) translateX(5px);
}
.kizai-foodset_section .plan-list .plan-item .plan_txt {
  margin: 8px 0 0;
}
.kizai-foodset_section .plan-list .plan-item .plan_txt .plan_ttl {
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 12%;
  text-underline-position: from-font;
}
@media screen and (max-width: 599px) {
  .kizai-foodset_section .plan-list .plan-item .plan_txt .plan_ttl {
    font-size: 1.8rem;
  }
}
.kizai-foodset_section .plan-list .plan-item .plan_txt .plan_price {
  margin-top: 10px;
  text-align: center;
}
.kizai-foodset_section .plan-list .plan-item .plan_txt .plan_price span {
  display: block;
}
.kizai-foodset_section .plan-list .plan-item .plan_txt .plan_price .price {
  font-family: "Murecho", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #E95513;
}
.kizai-foodset_section .plan-list .plan-item .plan_txt .plan_price .taxin_price {
  font-size: 1.3rem;
  margin-top: 5px;
}
.kizai-foodset_section .plan-list .plan-item .plan_txt .plan_tag_list {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.kizai-foodset_section .plan-list .plan-item .plan_txt .plan_tag_list li .plan_tag {
  display: inline-block;
  background-color: #F7F3DF;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.kizai-foodset_section .plan-list .plan-item .link-btn_wrap-s {
  margin-top: 20px;
}
.kizai-foodset_section .plan-list.food_only .plan-item .plan_txt .plan_ttl {
  text-decoration: none;
}
.kizai-foodset_section .plan-list.food_only .plan-item .plan_txt .product_txt {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.kizai-foodset_section .banner_wrap {
  display: block;
  margin: 40px auto;
  max-width: 800px;
  transition: all 0.3s ease;
  text-align: center;
}
.kizai-foodset_section .banner_wrap:hover {
  transform: scale(1.03);
}

.page-kizai-foodset .plan-section {
  padding-block: 60px;
}
.page-kizai-foodset .plan-section:nth-child(odd) {
  background-color: #fff9e5;
}
.page-kizai-foodset .plan-section__heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}
.page-kizai-foodset .plan-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.page-kizai-foodset .plan-item a {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
.page-kizai-foodset .plan-item a:hover {
  opacity: 0.8;
}
.page-kizai-foodset .thumb_wrap {
  margin-bottom: 12px;
}
.page-kizai-foodset .thumb_wrap .image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.page-kizai-foodset .plan_txt {
  margin-bottom: 12px;
}
.page-kizai-foodset .plan_ttl {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 4px;
  text-align: center;
}
.page-kizai-foodset .plan_price {
  text-align: center;
  margin: 0 0 8px;
}
.page-kizai-foodset .plan_price .price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}
.page-kizai-foodset .plan_price .taxin_price {
  font-size: 0.8rem;
  color: #999;
  display: block;
}
.page-kizai-foodset .plan_tag_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}
.page-kizai-foodset .plan_tag {
  display: inline-block;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #f5c31d;
  color: #333;
}
.page-kizai-foodset .link-btn_wrap-s {
  text-align: center;
}
.page-kizai-foodset .link-btn-s {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #e87a1e;
  font-weight: bold;
}
.page-kizai-foodset .link-btn-s::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e87a1e;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.page-kizai-foodset .plan-banners {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 700px;
  margin: 0 auto;
}
.page-kizai-foodset .plan-banner {
  display: block;
  transition: opacity 0.3s;
}
.page-kizai-foodset .plan-banner:hover {
  opacity: 0.8;
}
.page-kizai-foodset .plan-banner img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .page-kizai-foodset .plan-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .page-kizai-foodset .plan-list {
    grid-template-columns: 1fr;
  }
}

/*************************************************
スマホ_追従ボタン
*************************************************/
.floating_btn {
  width: 100%;
  height: 64px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 6px 10px;
  background-color: rgba(33, 26, 0, 0.5);
}
.floating_btn .flex-wrap {
  display: flex;
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: 100%;
}
.floating_btn .flex-wrap .float_btn {
  height: 52px;
  border-radius: 3px;
}
.floating_btn .flex-wrap .float_btn a, .floating_btn .flex-wrap .float_btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 100%;
  height: 100%;
  font-family: "Murecho", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 5px 10px;
}
.floating_btn .flex-wrap .float_btn a svg, .floating_btn .flex-wrap .float_btn a img, .floating_btn .flex-wrap .float_btn button svg, .floating_btn .flex-wrap .float_btn button img {
  width: 18px;
  height: 18px;
}
.floating_btn .flex-wrap .float_net {
  width: 61.54%;
  background-color: #E22323;
  border: 2px solid #fff;
}
.floating_btn .flex-wrap .float_net form {
  height: 100%;
}
.floating_btn .flex-wrap .float_line {
  width: 32.31%;
  background-color: #fff;
  border: 2px solid #41A354;
}
.floating_btn .flex-wrap .float_line a {
  color: #211A00;
}

/*************************************************
thanks-reservation
サンクスページスタイル
*************************************************/
.thanks_section .thanks_heading {
  text-align: center;
}
.thanks_section .thanks_heading::before {
  display: none;
}
@media screen and (max-width: 599px) {
  .thanks_section .thanks_heading {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */