@charset "UTF-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #1f1f1f;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  outline: none;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*--------------------------------------------------------------
印刷用
--------------------------------------------------------------*/
@media print {
  html {
    height: 100%;
  }

  body {
    width: 1280px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
  body .pagetop {
    display: none;
  }
}
/*--------------------------------------------------------------
htmlタグ指定
--------------------------------------------------------------*/
* {
  min-height: 0vw;
}

html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  color: #111;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  font-weight: inherit;
}

input, select, textarea {
  font-family: inherit;
  font-weight: inherit;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: inherit;
}

a {
  cursor: pointer;
  color: currentColor;
}

/*------------------------------layout------------------------------*/
.wrapper, .content {
  position: relative;
}
.inner {
  position: relative;
  width: calc(100% - 100px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: calc(100% - 44px);
  }
}

/*------------------------------header------------------------------*/
.header {
  position: relative;
  z-index: 1000;
  margin: 0 auto;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 31px 50px 0px;
}
.header__logo {
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 26px;
  font-size: 1.4rem;
}

/*------------------------------footer------------------------------*/
.footer {
  margin-top: 100px;
  position: relative;
  z-index: 10;
  border-top: 5px solid #BFA25F;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 67px;
  }
}
.footer__inner {
  width: calc(100% - 100px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 0;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    width: calc(100% - 44px);
  }
}
.footer__inner .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer__inner .copy {
  margin-top: 10px;
  font-size: 1.2rem;
}

/*------------------------------project------------------------------*/
.c-link {
  color: #111;
  text-decoration: underline;
}
.c-link.icon {
  display: inline-flex;
  align-items: center;
}
.c-link.icon::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 0.1em solid currentColor;
  border-right: 0.1em solid currentColor;
  margin-left: 0.2em;
  transform: rotate(45deg);
}

.contact-block {
  padding: 40px;
  background: white;
  border-radius: 40px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .contact-block {
    font-size: 1.4rem;
    padding: 40px 20px;
  }
}
.contact-block .name {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .contact-block .name {
    font-size: 1.6rem;
  }
}
.contact-block .mail {
  color: #BFA25F;
  font-size: 3rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .contact-block .mail {
    font-size: 2rem;
  }
}
.contact-block .mail svg {
  color: currentColor;
}
@media screen and (max-width: 1024px) {
  .contact-block .mail svg {
    width: 24px;
  }
}
.contact-block .terms {
  margin-top: 20px;
  font-size: 1.6rem;
  text-align: left;
  border-radius: 20px;
  border: 2px solid #eee;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .contact-block .terms {
    border-radius: 10px;
  }
}
.contact-block .terms .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 30px;
}
@media screen and (max-width: 1024px) {
  .contact-block .terms .accordion-header {
    font-size: 1.4rem;
    padding: 10px 20px;
  }
}
.contact-block .terms .accordion-header .icon {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
}
.contact-block .terms .accordion-header .icon::before, .contact-block .terms .accordion-header .icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: opacity 0.4s ease;
}
.contact-block .terms .accordion-header .icon::after {
  transform: rotate(90deg);
}
.contact-block .terms .accordion-header.active .icon::after {
  opacity: 0;
}
.contact-block .terms .accordion-content {
  display: none;
  border-top: 2px solid #eee;
  padding: 20px 30px;
}
@media screen and (max-width: 1024px) {
  .contact-block .terms .accordion-content {
    font-size: 1.2rem;
    padding: 10px 20px 20px;
  }
}

.c-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
}
.c-loading.hide {
  display: none;
}
.c-loading__inner {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-loading__inner::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: 1.8s cubic-bezier(0.65, 0, 0.35, 1);
}
body.show .c-loading .c-loading__inner::after {
  width: 0;
}

.c-loading__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s ease-in-out;
  overflow: hidden;
  color: white;
  font-size: 3rem;
  line-height: 1.83;
  z-index: 100;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .c-loading__text {
    font-size: 2rem;
    line-height: 1.75;
    width: max-content;
  }
}
.c-loading__text.show {
  opacity: 1;
}
.c-loading__text.hide {
  opacity: 0;
}

/*------------------------------title------------------------------*/
.section {
  margin-top: 200px;
}
@media screen and (max-width: 1024px) {
  .section {
    margin-top: 100px;
  }
}
.section.is-bg {
  padding: 100px 0;
  background: #e6f4db;
}
@media screen and (max-width: 1024px) {
  .section.is-bg {
    padding: 70px 0;
  }
}
.section__title {
  font-size: 4rem;
  line-height: 1.3;
  color: #BFA25F;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section__title {
    font-size: 2.2rem;
  }
}

.caution-list {
  font-size: 1.4rem;
  line-height: 1.8;
}
.caution-list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3px;
}
.caution-list li::before {
  content: "●";
}
.caution-list.is-center li {
  justify-content: center;
}

/*------------------------------button------------------------------*/
.c-button {
  width: min(600px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75em;
  padding: 1.5em 0.5em;
  border-radius: 9999px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  background-color: #BFA25F;
  border: 2px solid #BFA25F;
  cursor: pointer;
  transition: color ease 0.4s, background-color ease 0.4s;
}
.c-button.small {
  width: min(300px, 90%);
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .c-button.small {
    font-size: 1.6rem;
  }
}
.c-button:hover {
  color: #BFA25F;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .c-button {
    font-size: 2rem;
  }
}

.c-button-back {
  position: relative;
  width: min(300px, 80%);
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #BFA25F;
  border: 2px solid #ccc;
  border-radius: 9999px;
}
.c-button-back::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #BFA25F;
  border-left: 2px solid #BFA25F;
  transform: rotate(-45deg);
}

.c-table {
  margin: 80px auto 60px;
  width: 100%;
  line-height: 1.8;
  border: 2px solid white;
  border-radius: 40px;
  overflow: hidden;
}
h2 + .c-table {
  margin-top: 40px;
}

.c-table th, .c-table td {
  background-color: #fff2e7;
  vertical-align: middle;
  padding: 20px 30px;
}
.c-table.is-bg th, .c-table.is-bg td {
  background-color: #e7f0f7;
}
@media screen and (max-width: 1024px) {
  .c-table.is-bg td {
    background-color: white;
  }
}
.c-table tr:first-of-type th, .c-table tr:first-of-type td {
  padding-top: 30px;
}
.c-table tr:last-of-type th, .c-table tr:last-of-type td {
  padding-bottom: 30px;
}
.c-table th {
  width: 22%;
  text-align: center;
  font-size: 1.8rem;
  border: 2px solid white;
}
.c-table td {
  border: 2px solid white;
}
@media screen and (max-width: 1024px) {
  .c-table {
    border-radius: 0;
  }
  .c-table tr, .c-table th, .c-table td {
    display: block;
    width: 100%;
  }
  .c-table th {
    font-size: 1.6rem;
    padding: 1em !important;
  }
  .c-table td {
    background-color: white;
    padding: 20px 0px 30px !important;
  }
}
.c-table .theme {
  font-size: 4rem;
}
@media screen and (max-width: 1024px) {
  .c-table .theme {
    font-size: 2.8rem;
    font-weight: 700;
  }
}
.c-table .schedule {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .c-table .schedule {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.c-table .red {
  color: #d35f4a;
}

/*------------------------------form------------------------------*/
.c-form {
  margin-top: 30px;
}
.c-form dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #EAEAEA;
}
@media screen and (max-width: 1024px) {
  .c-form dl {
    flex-direction: column;
    align-items: flex-start;
    background-color: inherit;
  }
}
.c-form dl + dl {
  margin-top: 20px;
}
.c-form dl dt, .c-form dl dd {
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .c-form dl dt, .c-form dl dd {
    padding: 0;
  }
}
.c-form dl dt {
  flex-shrink: 0;
  width: 290px;
}
@media screen and (max-width: 1024px) {
  .c-form dl dt {
    width: 100%;
  }
}
.c-form dl dt label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 26px;
}
.c-form dl dt .required {
  flex-shrink: 0;
  display: block;
  color: #BFA25F;
}
@media screen and (max-width: 1024px) {
  .c-form dl dt .required {
    font-size: 1.2rem;
  }
}
.c-form dl dd {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-form dl dd {
    margin-top: 10px;
  }
}
.c-form dl dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: calc(100% - 40px);
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .c-form dl dd::before {
    display: none;
  }
}
.c-form input, .c-form select, .c-form textarea {
  font-size: 1.6rem;
}
.c-form__text, .c-form__textarea {
  width: min(600px, 100%);
  padding: 18px;
  border-radius: 10px;
  background-color: white;
  font-size: 16px;
  outline: 0;
  border: 0;
}
@media screen and (max-width: 1024px) {
  .c-form__text, .c-form__textarea {
    border: 1px solid #ccc;
  }
}
.c-form__textarea {
  width: 100%;
  height: 200px;
  line-height: 1.5;
  vertical-align: top;
}
.c-form__select {
  width: min(300px, 20vw);
  position: relative;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-form__select::after {
  content: "";
  position: absolute;
  right: 17px;
  top: calc(50% - 6px);
  width: 8px;
  height: 8px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg);
}
.c-form__select select {
  color: #111;
  width: 100%;
  padding: 16px 18px;
  background-color: #EAEAEA;
  border-radius: 10px;
}
.c-form__select.small {
  width: min(250px, 17vw);
}
.c-form input[type=checkbox] {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: clamp(5px, 0.8vw, 10px);
  background-color: white;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .c-form input[type=checkbox] {
    border: 1px solid #ccc;
  }
}
.c-form input[type=checkbox]:checked {
  position: relative;
  border-color: #111;
  background-color: #111;
}
.c-form input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
  width: 9px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-form .radio-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  row-gap: 20px;
}
.c-form .radio-group .col-6 {
  width: 50%;
}
.c-form .radio-group .col-4 {
  width: 33.333%;
}
.c-form .radio-group .col-3 {
  width: 25%;
}
.c-form input[type=radio] {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: white;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .c-form input[type=radio] {
    border: 1px solid #ccc;
  }
}
.c-form input[type=radio]:checked {
  position: relative;
  border-color: #111;
  background-color: #111;
}
.c-form input[type=radio]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
  width: 9px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 1024px) {
  .c-form table {
    margin-bottom: 0px;
  }
}
.c-form__submit {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .c-form__submit {
    margin-top: 0px;
  }
}

[data-target] {
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s, background-color 0.2s, color 0.2s;
  opacity: 0;
}
[data-target].action {
  opacity: 1;
}
[data-target][data-slideup] {
  transform: translateY(1.56vw) scale(1);
}
[data-target][data-slideup].action {
  transform: translateY(0);
}
[data-target][data-slidedown] {
  transform: translateY(-1.56vw) scale(1);
}
[data-target][data-slidedown].action {
  transform: translateY(0);
}
[data-target][data-slideleft] {
  transform: translateX(1.56vw) scale(1);
}
[data-target][data-slideleft].action {
  transform: translateX(0);
}
[data-target][data-slideright] {
  transform: translateX(-1.56vw) scale(1);
}
[data-target][data-slideright].action {
  transform: translateX(0);
}

[data-lazy] {
  opacity: 0;
}
[data-lazy].action {
  transition: opacity 0.4s ease;
  opacity: 1;
}

[data-dummy] {
  color: tomato;
}

/*--------------------------------------------------------------
共通 class
--------------------------------------------------------------*/
/* settings */
.pc-hidden {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-hidden {
    display: block;
  }
}

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

/* text-align */
body .tac {
  text-align: center;
}
body .tal {
  text-align: left;
}
body .tar {
  text-align: right;
}

/* width % */
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

/* spacer xs,sm,md,lg,xl */
body .mt-0 {
  margin-top: 0px;
}
body .mb-0 {
  margin-bottom: 0px;
}
body .mr-0 {
  margin-right: 0px;
}
body .ml-0 {
  margin-left: 0px;
}

body .mt-10 {
  margin-top: 10px;
}
body .mb-10 {
  margin-bottom: 10px;
}
body .mr-10 {
  margin-right: 10px;
}
body .ml-10 {
  margin-left: 10px;
}

body .mt-20 {
  margin-top: 20px;
}
body .mb-20 {
  margin-bottom: 20px;
}
body .mr-20 {
  margin-right: 20px;
}
body .ml-20 {
  margin-left: 20px;
}

body .mt-sm {
  margin-top: clamp(20px, 3vw, 40px);
}
body .mb-sm {
  margin-bottom: clamp(20px, 3vw, 40px);
}
body .mr-sm {
  margin-right: clamp(20px, 3vw, 40px);
}
body .ml-sm {
  margin-left: clamp(20px, 3vw, 40px);
}

body .mt-md {
  margin-top: clamp(30px, 5vw, 60px);
}
body .mb-md {
  margin-bottom: clamp(30px, 5vw, 60px);
}
body .mr-md {
  margin-right: clamp(30px, 5vw, 60px);
}
body .ml-md {
  margin-left: clamp(30px, 5vw, 60px);
}

body .mt-lg {
  margin-top: clamp(60px, 6.66vw, 80px);
}
body .mb-lg {
  margin-bottom: clamp(60px, 6.66vw, 80px);
}
body .mr-lg {
  margin-right: clamp(60px, 6.66vw, 80px);
}
body .ml-lg {
  margin-left: clamp(60px, 6.66vw, 80px);
}

body .mt-xl {
  margin-top: clamp(80px, 8.33vw, 100px);
}
body .mb-xl {
  margin-bottom: clamp(80px, 8.33vw, 100px);
}
body .mr-xl {
  margin-right: clamp(80px, 8.33vw, 100px);
}
body .ml-xl {
  margin-left: clamp(80px, 8.33vw, 100px);
}

body .mt-xxl {
  margin-top: clamp(100px, 16.66vw, 200px);
}
body .mb-xxl {
  margin-bottom: clamp(100px, 16.66vw, 200px);
}
body .mr-xxl {
  margin-right: clamp(100px, 16.66vw, 200px);
}
body .ml-xxl {
  margin-left: clamp(100px, 16.66vw, 200px);
}

body .mt-auto {
  margin-top: auto;
}
body .mb-auto {
  margin-bottom: auto;
}
body .mr-auto {
  margin-right: auto;
}
body .ml-auto {
  margin-left: auto;
}

/*--------------------------------------------------------------
indexのみ
--------------------------------------------------------------*/
.content {
  background: url("../img/bg.jpg") repeat-y center top;
  background-size: 100%;
}

.menu {
  position: relative;
  width: calc(100% - 100px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  background: white url("../img/menu_bg.png") repeat-y center top/contain;
  border: 10px solid #BFA25F;
  padding: 203px 0 130px;
}
@media screen and (max-width: 1024px) {
  .menu {
    width: calc(100% - 44px);
  }
}
@media screen and (max-width: 1024px) {
  .menu {
    border-width: 5px;
    padding: 103px 0 60px;
    background-size: 200%;
  }
}
.menu__title {
  position: absolute;
  left: -45px;
  top: 56px;
  width: clamp(300px,50vw,560px);
}
@media screen and (max-width: 1024px) {
  .menu__title {
    left: -24px;
    top: 30px;
  }
}
.menu__group {
  position: relative;
  line-height: 1.5;
}
.menu__group:not(:first-of-type) {
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .menu__group:not(:first-of-type) {
    margin-top: 70px;
  }
}
.menu__group .main-photo {
  width: 100%;
}
.menu__group .main-text {
  margin-top: 38px;
  width: calc(100% - 100px);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.8rem,2.18vw,2.4rem);
  font-weight: bold;
  line-height: 1.83;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .menu__group .main-text {
    width: calc(100% - 44px);
  }
}
.menu__group .main-text .hokuriku {
  color: #BA0207;
}
@media screen and (max-width: 1024px) {
  .menu__group .main-text .pc-hidden {
    display: inline-block;
  }
}
.menu__group .sub {
  margin-top: 39px;
  width: calc(100% - 100px);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .menu__group .sub {
    width: calc(100% - 44px);
  }
}
@media screen and (max-width: 1024px) {
  .menu__group .sub {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.menu__group .sub-item {
  width: max(calc((100% - 60px) / 3), 300px);
}
.menu__group .sub-title {
  margin-top: 17px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .menu__group .sub-title {
    font-size: 1.6rem;
  }
}
.menu__group .sub-text {
  margin-top: 6px;
}

.reserved {
  position: relative;
  display: block;
  color: white;
  line-height: 1.4;
  background: url("../img/reserved_bg.jpg") no-repeat center center/cover;
  text-align: center;
  padding: 80px 0;
}
.reserved::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: black;
  z-index: 0;
  opacity: 0.75;
}
.reserved > * {
  position: relative;
  z-index: 10;
}
.reserved__box {
  text-align: left;
  padding: 10px 40px;
  color: black;
  background: white;
}
@media screen and (max-width: 1024px) {
  .reserved__box {
    padding: 0 30px;
  }
}
.reserved .icon-24h {
  display: block;
  width: 125px;
  padding: 5px;
  font-size: 1.6rem;
  text-align: center;
  color: black;
  background: #BFA25F;
}
@media screen and (max-width: 1024px) {
  .reserved .icon-24h {
    width: 100px;
    font-size: 1.2rem;
  }
}
.reserved .tel, .reserved .fax {
  display: flex;
  justify-content: start;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .reserved .tel, .reserved .fax {
    gap: 20px;
    flex-direction: column;
    padding: 30px 0;
  }
}
.reserved .tel::before, .reserved .fax::before {
  content: "";
  width: 200px;
  background: no-repeat center center;
  background-size: 40px;
  background-image: url("../img/icon_tel.png");
}
@media screen and (max-width: 1024px) {
  .reserved .tel::before, .reserved .fax::before {
    width: 100%;
    height: 30px;
    background-size: 30px;
  }
}
.reserved .fax {
  border-top: 2px solid #B7B7B7;
}
.reserved .fax::before {
  background-image: url("../img/icon_fax.png");
}
.reserved .inbox {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 10px;
  padding: 40px 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .reserved .inbox {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .reserved .inbox {
    padding: 0;
  }
}
.reserved .inbox .title {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5em;
  font-weight: bold;
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .reserved .inbox .title {
    font-size: 2rem;
  }
}
.reserved .inbox .number {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .reserved .inbox .number {
    flex-wrap: wrap;
  }
}
.reserved .inbox .number .name {
  padding: 5px 10px;
  color: white;
  background: black;
}
@media screen and (max-width: 1024px) {
  .reserved .inbox .number .name {
    font-size: 1.2rem;
  }
}
.reserved .inbox .number .no {
  margin-top: -10px;
  margin-left: 0.3em;
  font-size: 5rem;
  letter-spacing: 0.04em;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .reserved .inbox .number .no {
    margin-top: -5px;
    font-size: 3rem;
  }
}
.reserved .inbox .number .no a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .reserved .inbox .number .no a[href*="tel:"] {
    pointer-events: auto;
  }
}
@media screen and (max-width: 1024px) {
  .reserved .inbox .number span {
    margin-left: auto;
  }
}
.reserved .inbox .link {
  display: inline-flex;
  gap: 0.5em;
}
.reserved .inbox .link a {
  color: #2ca0b5;
  text-decoration: underline;
}
.reserved .online {
  margin-top: 50px;
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
  font-size: clamp(2.6rem,4.5vw,5rem);
  border: 3px solid white;
  transition: background-color ease 0.3s;
}
@media screen and (max-width: 1024px) {
  .reserved .online {
    padding-bottom: 40px;
  }
}
.reserved .online .icon-24h {
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .reserved .online .icon-24h {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 10px;
  }
}
.reserved .online:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.reserved .text-donation {
  margin-top: 34px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .reserved .text-donation {
    font-size: 1.8rem;
  }
}
.reserved .text-deadline {
  margin-top: 34px;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .reserved .text-deadline {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.reserved .text-small {
  margin-top: 34px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .reserved .text-small {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.kanbai {
  display: block;
  width: 100%;
  padding: 30px 30px 40px;
  font-size: 3rem;
  font-weight: 700;
  color: white;
  background: #bfa25f;
  transition: background-color ease 0.3s;
}
@media screen and (max-width: 1024px) {
  .kanbai {
    font-size: 1.6rem;
  }
}
.kanbai .title {
  font-size: clamp(2.6rem,4.5vw,5rem);
  margin-bottom: 0.2em;
}

/*# sourceMappingURL=index.css.map */
