@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) ottoworks All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  ottoworks

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Jost", sans-serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(4.66vw, 70px);
  --headerHeight: 80px;
  --sectionWrap: 5em;
  --contentsWideS: 860px;
  --contentsWideM: 1000px;
  --contentsWideL: 1070px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 8.4vw;
    --headerHeight: 68px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font: 500 16px/1.5 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000000;
  text-align: left;
  counter-reset: number 0;
}
@media screen and (min-width: 1024px) {
  body {
    position: relative;
  }
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    background: url(../images/bg_pc_02.jpg) no-repeat center left/cover;
  }
}

.pc_right {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .pc_right {
    width: 50%;
  }
}

.l_container_wrap {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 521px) {
  .l_container_wrap {
    max-width: 390px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .l_container_wrap {
    max-width: 390px;
  }
}
.l_container_wrap_over {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .l_container_wrap_over {
    display: block;
    width: 50%;
    margin-left: auto;
  }
}

.home .l_container_wrap {
  position: relative;
  padding-top: 0;
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: var(--sectionWrap) 0;
}

.inner, .inner_664, .inner_896, .inner_l, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

.inner_896 {
  max-width: calc(896px + var(--sideW) * 2);
}

.inner_664 {
  position: relative;
  max-width: calc(664px + var(--sideW) * 2);
}

.post_content {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .post_content {
    padding: 24px 0 0;
    font-size: 15px;
  }
}
.post_content > *:first-child {
  margin-top: 0 !important;
}
.post_content p {
  line-height: 2;
  margin-bottom: 24px;
}

h2.wp-block-heading {
  font-size: 20px;
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid #000000;
  margin: 28px 0 20px;
}

.wp-element-caption {
  font-size: 14px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  transition: 0.3s;
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, a {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, a:hover {
    opacity: 0.5;
  }
}

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

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

@media screen and (min-width: 1024px) {
  .header {
    position: fixed;
    width: 50%;
    height: auto;
    top: 100px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 calc(var(--sideW) / 2);
  }
}

.sec_01 {
  padding: 20px 0;
}
.sec_01 .inner {
  padding: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.sec_01 h2 {
  font-weight: 500;
}
.sec_01 h2 span {
  display: block;
}
.sec_01 h2 span:nth-child(1) {
  text-align: center;
  font-size: 1.25em;
  letter-spacing: 0.15em;
}
.sec_01 h2 span:nth-child(2) {
  width: -moz-fit-content;
  width: fit-content;
  margin: 9px auto 0;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  padding: 0 30px;
  background-image: url(../images/sec_01_h2_left.svg), url(../images/sec_01_h2_right.svg);
  background-repeat: no-repeat;
  background-position: center left, center right;
  background-size: 13px;
}
.sec_01 p {
  margin-top: 12px;
  text-align: center;
  font-size: 0.9375em;
  letter-spacing: 0.06em;
}
.sec_01 a {
  margin: 15px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 280px;
  height: 50px;
  letter-spacing: 0.05em;
  border: 1px solid #707070;
  border-radius: 20px;
  background-color: #FFEB00;
}
.sec_01 a:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
}

.sec_02 h2 {
  background-color: #B7C5A1;
  text-align: center;
  padding: 20px 0 13px;
}
.sec_02__gallery {
  margin: 0 0px 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.sec_02__gallery .image {
  display: block;
  overflow: hidden;
}
.sec_02__gallery .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_02__gallery .image:nth-child(2) {
  width: calc((100% - 24px) / 2);
}
.sec_02__gallery .image:nth-child(3) {
  width: calc((100% - 24px) / 2);
}
.sec_02__gallery .figure {
  width: calc((100% - 24px) / 2);
}
.sec_02__gallery .figure .image {
  margin: 0 !important;
}
.sec_02__gallery .figure p {
  font-size: 0.875em;
  letter-spacing: 0.07em;
  text-align: center;
  margin-top: 4px;
}
.sec_02__description {
  padding: 0 19px;
}
.sec_02__description h3 {
  text-align: center;
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.sec_02__description h3:before {
  content: "【";
}
.sec_02__description h3:after {
  content: "】";
}
.sec_02__description p {
  text-align: center;
  margin-top: 15px;
}
.sec_02__description p.large {
  font-size: 1.125em;
  line-height: 1.8;
  margin-top: 10px;
}
.sec_02__voice {
  margin-top: 24px;
}
.sec_02__voice h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  padding: 0 36px;
  text-align: center;
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.28;
  position: relative;
}
.sec_02__voice h3:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #707070;
  transform-origin: top left;
  transform: rotate(-15deg);
}
.sec_02__voice h3:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #707070;
  transform-origin: top right;
  transform: rotate(15deg);
}
.sec_02__voice h3 span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.82em;
}
.sec_02__voice ul {
  padding: 0 22px;
}
.sec_02__voice ul li {
  margin-top: 60px;
  border-radius: 40px;
  border: 2px solid #B7C5A1;
  padding: 50px 0 20px;
  position: relative;
}
.sec_02__voice ul li .image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.sec_02__voice ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_02__voice ul li .status {
  font-size: 0.9375em;
  text-align: center;
  margin-bottom: 10px;
}
.sec_02__voice ul li p {
  text-align: center;
  font-size: clamp(12px, 4.1vw, 16px);
}
.sec_02__voice ul li p:not(:last-of-type) {
  margin-bottom: 0.75em;
}
.sec_02__voice ul + p {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  padding: 1.4em 0;
}

.sec_03 {
  margin-bottom: 38px;
}
.sec_03 h2 {
  background-color: #B7C5A1;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 32px;
}
.sec_03 ul {
  padding: 0 37px;
}
.sec_03 ul li {
  border-left: 7px solid #B7C5A1;
  padding-left: 12px;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 1.45em;
  margin-right: -2em;
}
.sec_03 figure {
  display: block;
  width: 290px;
  margin: 0 auto;
}
.sec_03 figure figcaption {
  margin-top: 6px;
  text-align: center;
  font-size: 0.9375em;
  font-weight: 400;
}

.sec_04 {
  padding: 0 4.1%;
  margin-bottom: 34px;
}
.sec_04 h2 {
  border-top: 1px solid #707070;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 24px;
}
.sec_04 ul li:not(:last-child) {
  margin-bottom: 44px;
}
.sec_04 ul li h3 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1.35em;
}
.sec_04 ul li .image {
  margin-bottom: 1.375em;
}
.sec_04 ul li .image .intro {
  font-size: 0.75em;
  line-height: 1.41;
  text-align: center;
  margin-top: 6px;
}
.sec_04 ul li .image .caption {
  margin-top: 8px;
  text-align: center;
}
.sec_04 ul li p {
  font-size: clamp(14px, 4.358vw, 17px);
  font-weight: 400;
  line-height: 1.76;
  letter-spacing: 0.05em;
}
.sec_04 ul li p:not(:last-of-type) {
  margin-bottom: 1.76em;
}
.sec_04 .feature {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sec_04 .feature span {
  flex-shrink: 0;
  font-size: 1.875em;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0.66em;
  background: linear-gradient(0deg, rgba(255, 255, 128, 0) 0%, rgba(255, 255, 128, 0) calc(50% - 8px), #ffff80 calc(50% - 8px), #ffff80 calc(50% + 8px), rgba(255, 255, 128, 0) calc(50% + 8px), rgba(255, 255, 128, 0) 100%);
}
.sec_04 .feature:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.sec_04 .feature:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.sec_04__reserve {
  margin-top: 32px;
  border: 1px solid #707070;
  padding: 1em 4.1%;
}
.sec_04__reserve a.link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 50px;
  letter-spacing: 0.05em;
  border: 1px solid #707070;
  border-radius: 20px;
  background-color: #FFEB00;
  margin-bottom: 12px;
}
.sec_04__reserve a.link:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
}
.sec_04__reserve a.tel {
  display: block;
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  letter-spacing: 1.45;
  border: 1px solid #707070;
  text-align: center;
  margin-bottom: 12px;
}
.sec_04__reserve .text01 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 12px;
}
.sec_04__reserve .text02 {
  font-weight: 700;
  text-align: center;
}

.marker_y {
  background: linear-gradient(0deg, rgba(255, 255, 128, 0) 0%, rgba(255, 255, 128, 0) calc(50% - 8px), #ffff80 calc(50% - 8px), #ffff80 calc(50% + 8px), rgba(255, 255, 128, 0) calc(50% + 8px), rgba(255, 255, 128, 0) 100%);
}

.fw_500 {
  font-weight: 500;
}

.fukidashi {
  background-image: url(../images/fukidashi_top.jpg), url(../images/fukidashi_bottom.jpg);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 100%;
}

.sec_05 {
  padding: 0 5.38%;
  margin-bottom: 24px;
}
.sec_05__lead {
  padding: 26px 0 40px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.46;
  text-align: center;
  margin-bottom: 6px;
}
.sec_05 .lead02 {
  padding: 18px 0 40px;
  margin-bottom: 0;
}
.sec_05 h2 {
  text-align: center;
  font-size: 1.8125em;
  letter-spacing: 0.05em;
  line-height: 1.413;
  margin-bottom: 15px;
}
.sec_05 h3 {
  text-align: center;
  font-size: 1.8125em;
  letter-spacing: 0.05em;
  line-height: 1.413;
  margin-bottom: 15px;
}
.sec_05 h3:before {
  content: "【";
}
.sec_05 h3:after {
  content: "】";
}
.sec_05 ul li {
  margin-bottom: 14px;
}
.sec_05 ul li .image {
  position: relative;
}
.sec_05 ul li .texts {
  position: relative;
  margin-top: -28px;
}
.sec_05 ul li .texts .date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  aspect-ratio: 114/56;
  border-radius: 25px;
  background-color: #fff;
  font-size: 1.75em;
  font-weight: 400;
  border: 1px solid #707070;
  margin: 0 0 13px 4px;
}
.sec_05 ul li .texts .description {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.64;
}
.sec_05 ul li .texts .description p {
  margin-top: 1.64em;
}
.sec_05 ul li .texts .description p:first-child {
  margin-top: 0;
}
.sec_05 ul li:nth-child(2) {
  margin-bottom: 18px;
}
.sec_05 ul li:nth-child(2) .description {
  background: url(../images/sec_05_03.jpg) no-repeat bottom right/91px;
}
.sec_05 ul li:nth-child(2) .description p:first-child {
  margin-right: var(--extend);
}
.sec_05 ul li:nth-child(3) {
  margin-bottom: 24px;
}
.sec_05 ul li:nth-child(3) .image:after {
  content: "";
  display: block;
  width: 122px;
  aspect-ratio: 1/1;
  background: url(../images/sec_05_05.png) no-repeat bottom right/contain;
  position: absolute;
  right: 0;
  bottom: -34px;
}

.reason_main {
  margin: 20px 0 24px;
  text-align: center;
  font-size: 1.4375em;
  letter-spacing: 0.05em;
  line-height: 1.39;
}
.reason_main p:not(:first-child) {
  margin-top: 9px;
}

.sec_06 {
  padding: 0 5.38%;
  margin-bottom: 20px;
}
.sec_06 .reason_list li {
  margin-bottom: 45px;
}
.sec_06 .reason_list li .image {
  position: relative;
}
.sec_06 .reason_list li .texts {
  position: relative;
  margin-top: -28px;
}
.sec_06 .reason_list li .texts .head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  aspect-ratio: 114/56;
  border-radius: 25px;
  background-color: #fff;
  font-size: 1.75em;
  font-weight: 400;
  border: 1px solid #707070;
  margin: 0 0 13px 4px;
  position: relative;
  z-index: 1;
}
.sec_06 .reason_list li .texts h3 {
  font-size: 1.25em;
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin-bottom: 14px;
}
.sec_06 .reason_list li .texts p {
  font-size: clamp(14px, 4.359vw, 17px);
  font-weight: 400;
  line-height: 1.76;
  margin-top: 1.76em;
}
.sec_06 .reason_list li .texts p:first-of-type {
  margin-top: 0;
}
.sec_06 .reason_list li:nth-child(2) .texts img {
  display: block;
  margin: -62px 0 10px;
}
.sec_06 .reason_list li:nth-child(2) .texts h3 {
  margin-right: var(--extend);
}
.sec_06 .reason_list li:nth-child(3) .gallery {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.sec_06 .reason_list li:nth-child(3) .gallery .image {
  width: calc((100% - 9px) / 2);
}
.sec_06 .reason_list li:nth-child(3) .gallery .image:nth-child(3) {
  width: 100%;
}

.sec_07 h2 {
  text-align: center;
  margin-bottom: 15px;
}
.sec_07__lead {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.42;
  text-align: center;
  margin-bottom: 32px;
}
.sec_07__lead p:not(:first-child) {
  margin-top: 16px;
}

.plan {
  margin-bottom: 20px;
}
.plan h3 {
  background-color: #B42620;
  text-align: center;
  color: #fff;
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 1.3;
  padding: 4px 0;
  margin-bottom: 20px;
}
.plan .detail {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 19px;
}
.plan .detail p:not(:first-child) {
  margin-top: 4px;
}
.plan .detail + small {
  display: block;
  text-align: center;
  margin-bottom: 19px;
}
.plan .schedule {
  font-size: 1.5em;
  line-height: 1.45;
  margin-bottom: 14px;
  text-align: center;
}
.plan .schedule_text {
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 14px;
}
.plan .schedule_link {
  padding: 0 3%;
  margin-bottom: 24px;
}
.plan .schedule_link li:not(:last-child) {
  margin-bottom: 13px;
}
.plan .schedule_link a {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 50px;
  letter-spacing: 0.05em;
  border: 1px solid #707070;
  border-radius: 20px;
  background-color: #FFEB00;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  font-feature-settings: "pult";
  padding: 0 0 0 15px;
}
.plan .schedule_link a:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
}
.plan .schedule_link a.over {
  background-color: #fff;
  pointer-events: none;
  position: relative;
}
.plan .schedule_link a.over:after {
  content: "満席";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  color: #B42620;
}
.plan_reserve01 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 20px;
}
.plan_reserve02 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 20px;
}
.plan_reserve03 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #707070;
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  padding: 0.125em 0.5em;
  margin: 0 auto 12px;
}
.plan_reserve04 {
  font-weight: 700;
  text-align: center;
}

.sec_08 {
  padding: 24px 5.64% 0;
  border-top: 7px solid #B7C5A1;
  margin-bottom: 28px;
}
.sec_08 h2 {
  text-align: center;
  font-size: 1.375em;
  font-weight: 700;
  margin-bottom: 52px;
}
.sec_08 h2 span {
  display: block;
  font-size: 1.2727em;
}
.sec_08 h2 span:before {
  content: "【";
}
.sec_08 h2 span:after {
  content: "】";
}
.sec_08__list li {
  border: 2px solid #B7C5A1;
  border-radius: 40px;
  padding: 70px 6.3% 26px;
  position: relative;
  margin-bottom: 45px;
}
.sec_08__list li:last-child {
  margin-bottom: 0;
}
.sec_08__list li:before {
  content: "";
  display: block;
  width: 86px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec_08__list li:nth-child(1):before {
  background-image: url(../images/sec_08_01.svg);
}
.sec_08__list li:nth-child(2):before {
  background-image: url(../images/sec_08_02.svg);
}
.sec_08__list li:nth-child(3):before {
  background-image: url(../images/sec_08_03.svg);
}
.sec_08__list h3 {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.44;
  margin-bottom: 24px;
}
.sec_08__list .status {
  font-size: 0.9375em;
  font-weight: 700;
  margin-bottom: 24px;
}
.sec_08__list .para {
  letter-spacing: 0.05em;
  line-height: 1.625;
}
.sec_08__list .para p:not(:last-child) {
  margin-bottom: 1.625em;
}

.sec_09 {
  margin-bottom: 45px;
}
.sec_09 .image {
  display: block;
  max-width: 376px;
  margin: 0 auto 18px;
}
.sec_09 h2 {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 22px;
}
.sec_09 h2:before {
  content: "【";
}
.sec_09 h2:after {
  content: "】";
}
.sec_09 .para {
  font-size: 0.9375em;
  letter-spacing: 0.03em;
  line-height: 1.66;
  text-align: center;
}
.sec_09 .para p:not(:last-child) {
  margin-bottom: 1.66em;
}

.sec_11 {
  margin-bottom: 32px;
}
.sec_11 h2 {
  border-top: 7px solid #B7C5A1;
  border-bottom: 7px solid #B7C5A1;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 20px;
}
.sec_11 .image {
  max-width: 374px;
  margin: 0 auto 22px;
}
.sec_11 .dlist_access {
  padding: 0 5.5%;
}
.sec_11 .dlist_access:not(:last-of-type) {
  margin-bottom: 30px;
}
.sec_11 .dlist_access dt {
  font-size: 1.5em;
  width: 167px;
  margin: 0 auto 13px;
  border: 2px solid #B7C5A1;
  text-align: center;
  color: #B7C5A1;
}
.sec_11 .dlist_access dd {
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  line-height: 1.33;
}
.sec_11 .dlist_access:nth-of-type(2) dt {
  border-color: #438898;
  color: #438898;
}
.sec_11 .dlist_access:nth-of-type(3) dt {
  border-color: #93880E;
  color: #93880E;
}

.sec_12 {
  padding: 0 3.589%;
  margin-bottom: 18px;
}
.sec_12 h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  width: 100%;
  max-width: 356px;
  border: 1px solid #000000;
}
.sec_12 h2 + p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 46px;
  border-radius: 14px;
  background-color: #D63A3A;
  font-size: 29px;
  color: #fff;
  margin: 12px auto 0;
}
.sec_12 h2 + p + small {
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 12px;
}
.sec_12 h2 + p + small + p {
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #E80000;
  margin: 12px var(--extend) 0;
}
.sec_12 h2 + p + small + p + p {
  font-size: 21px;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 15px auto 0;
}
.sec_12__dlist {
  margin-top: 30px;
  border: 1px solid #707070;
}
.sec_12__dlist dt {
  font-size: 21px;
  letter-spacing: 0.05em;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  margin: -15px auto 8px;
}
.sec_12__dlist dd {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 14px;
}
.sec_12__dlist dd .red {
  color: #D50000;
  display: block;
}
.sec_12__dlist dd .red.mb {
  margin-bottom: 18px;
}
.sec_12__dlist dd .blue {
  color: #265BAF;
  display: block;
}
.sec_12 figure {
  display: block;
  margin: 0 -3.589%;
}

.sec_13 {
  padding: 0 8.84%;
  margin-bottom: 40px;
}
.sec_13 h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.sec_13 h2 span {
  display: block;
  margin-top: 5px;
}
.sec_13 h2 span:before {
  content: "〈";
}
.sec_13 h2 span:after {
  content: "〉";
}
.sec_13 .box {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.78;
}
.sec_13 .box ul {
  margin-top: 1.78em;
}

.sec_14 {
  padding: 0 8.84%;
  margin-bottom: 20px;
}
.sec_14 h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 11px;
}
.sec_14 .box {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.78;
}
.sec_14 .box p {
  margin-bottom: 1.78em;
}
.sec_14 .box p:last-child {
  margin-bottom: 0;
}

.cmn_reserve {
  width: 92.3%;
  margin: 0 auto;
}

.footer {
  margin-top: 17px;
  border-top: 16px solid #A2B583;
  border-bottom: 16px solid #A2B583;
  padding: 17px 0;
  font-weight: 400;
}
.footer .box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.footer_name {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.footer_address {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.footer .copyright {
  font-size: 13px;
  letter-spacing: 0.05em;
}

.fixed_cta_pc {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 50%;
  padding: 20px calc(var(--sideW) / 2);
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .fixed_cta_pc {
    display: none !important;
  }
}
.fixed_cta_pc a.tel {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.fixed_cta_pc a.link {
  margin: 0 auto 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 328px;
  height: 50px;
  font-size: 19px;
  letter-spacing: 0.05em;
  border: 1px solid #707070;
  border-radius: 20px;
  background-color: #FFEB00;
}
.fixed_cta_pc a.link:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
}
.fixed_cta_pc p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}