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

/* 申込ボタン間の余白 */
.reserved .c-button+.c-button {
  margin-top: 24px;
}


/* FAX申込みボタン */
.reserved .c-button:nth-of-type(2) {
  color: #fff;
  background-color: #cb2f0f;
  border-color: #cb2f0f;
}


/* FAX申込みボタン hover */
.reserved .c-button:nth-of-type(2):hover {
  color: #cb2f0f;
  background-color: #fff;
  border-color: #cb2f0f;
}



@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 (min-width: 1025px) {

  .menu__group .main-text--first,
  .menu__group .main-text--second,
  .menu__group .main-text--third {
    font-size: clamp(1.65rem, 1.9vw, 1.95rem);
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
}

@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-photo--now-printing {
  width: 100%;
  aspect-ratio: 6 / 5;
  display: grid;
  place-items: center;
  color: #8b733e;
  background:
    linear-gradient(135deg, transparent 48%, rgba(191, 162, 95, 0.18) 49% 51%, transparent 52%),
    #f7f3e8;
  border: 1px solid rgba(191, 162, 95, 0.55);
  font-family: serif;
  font-size: 1.8rem;
  letter-spacing: 0.16em;
}

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

.supporter-profile {
  display: grid;
  grid-template-columns: minmax(280px, 36%) 1fr;
  height: 328px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #171b18;
  border-radius: 0 24px 0 24px;
  box-shadow: 10px 12px 0 rgba(23, 27, 24, 0.14);
}

.supporter-profile__visual {
  position: relative;
  min-height: 328px;
}

.supporter-profile__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% top;
}

.supporter-profile__comment {
  position: absolute;
  top: 20px;
  left: 14px;
  width: 88px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.supporter-profile__comment::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 4px;
  border: 14px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.94);
  transform: rotate(-38deg);
}

.supporter-profile__content {
  align-self: center;
  padding: 18px clamp(26px, 4vw, 48px);
  color: #201d18;
}

.supporter-profile__content h2 {
  padding-bottom: 8px;
  border-bottom: 3px solid #bfa25f;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.45;
}

.supporter-profile__name {
  display: grid;
  gap: 2px;
  margin-top: 9px;
}

.supporter-profile__name span {
  font-size: 1.4rem;
  font-weight: 700;
}

.supporter-profile__name strong {
  font-size: clamp(2.3rem, 2.8vw, 3.2rem);
  line-height: 1.3;
}

.supporter-profile__description {
  margin-top: 10px;
  font-size: clamp(1.3rem, 1.45vw, 1.6rem);
  font-weight: 600;
  line-height: 1.6;
}

.supporter-profile__description span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .supporter-profile {
    grid-template-columns: 1fr;
    height: auto;
    border-radius: 0 18px 0 18px;
  }

  .supporter-profile__visual {
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .supporter-profile__visual img {
    object-position: 50% top;
  }

  .supporter-profile__comment {
    top: 20px;
    width: 98px;
    font-size: 1.4rem;
  }

  .supporter-profile__content {
    padding: 22px 20px 26px;
  }

  .supporter-profile__content h2 {
    padding-bottom: 10px;
    border-bottom-width: 3px;
    font-size: 2.2rem;
  }

  .supporter-profile__name {
    margin-top: 18px;
  }

  .supporter-profile__description {
    margin-top: 14px;
    font-size: 1.4rem;
  }

  .supporter-profile__description br {
    display: none;
  }
}

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

/************************************/
.pay {
  padding-top: 3%;
  border-bottom: #a80c0c solid 1px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .pay {
    padding-top: 3%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: #9c1919 solid 1px;
  }

  .cdi img {
    width: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .pay {
    padding-top: 1%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: #9c1919 solid 1px;
  }

  .cdi img {
    width: 20px;
  }

  .inbox2 {
    margin-left: -1%;
    margin-top: -2%;
  }


}


.inbox2 {
  margin-left: -1%;
}

.cdi {
  padding: 8%;
}

.cdi img {
  width: 55px;
}

.ttl2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1%;
}

.cd {
  margin-top: 1％;
  margin-bottom: 3%;
  font-size: 3rem;
  letter-spacing: 0.04em;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  font-weight: bold;
}

/***********************/

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

/* 2026 hero / preparation notice */


/* =========================================================
   MAIN VISUAL
========================================================= */

.site-hero {
  position: relative;
  overflow: hidden;

  min-height: 100svh;

  padding:
    clamp(24px, 3vh, 44px) clamp(24px, 3vw, 56px);

  color: #fff;

  background:
    linear-gradient(rgba(8, 12, 10, 0.08),
      rgba(8, 12, 10, 0.2)),
    url("../img/bg.webp") center / cover no-repeat,
    #101411;
}


/* =========================================================
   全体レイアウト

   左       中央            右
   ロゴ     PRICE           縦タイトル
   人物     おせち
========================================================= */

.site-hero__inner {
  position: relative;

  width: 100%;
  max-width: 1600px;

  min-height: calc(100svh - 60px);

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(220px, 0.8fr) minmax(580px, 2.4fr) minmax(220px, 0.8fr);

  grid-template-rows:
    1fr auto;

  align-items: center;

  column-gap: clamp(20px, 2.5vw, 48px);
}


/* =========================================================
   左側
   ロゴ → アンバサダー
========================================================= */

.site-hero__brand {
  position: relative;
  z-index: 5;

  grid-column: 1;
  grid-row: 1;

  align-self: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: clamp(10px, 1.5vh, 24px);

  /* 追加 */
  overflow: visible;
}

/* ロゴ */

.site-hero__logo {
  display: block;

  /* 現在の約150％ */
  width: min(150%, 540px);
  max-width: none;

  height: auto;

  /* 拡大しても左に逃げず中央を基準にする */
  margin: 0 auto;

  transform: translateX(0);
}

/* アンバサダー */

.site-hero__ambassador {
  position: relative;
  z-index: 5;

  width: min(100%, 350px);

  margin: 0;
  transform: translate(28px, -18px);
}


.site-hero__ambassador-image {
  display: block;

  width: 100%;
  height: auto;

  filter:
    drop-shadow(0 12px 20px rgba(0, 0, 0, 0.36));
}


/* =========================================================
   中央
   PRICE + おせち
========================================================= */

.site-hero__visual {
  position: relative;
  z-index: 2;

  grid-column: 2;
  grid-row: 1;

  align-self: center;
  justify-self: center;

  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  /*
   おせち全体をファーストビュー内に収める
  */
  max-height: calc(100svh - 90px);
}


/* PRICE */

.site-hero__price {
  position: relative;
  z-index: 4;

  display: block;

  width: clamp(180px, 21vw, 340px);
  max-width: 48%;

  height: auto;

  /*
   おせちへ少し重ねる
  */
  margin-bottom: clamp(-28px, -2vw, -12px);

  filter:
    drop-shadow(0 8px 12px rgba(0, 0, 0, 0.3));
}


/* おせち */

.site-hero__osechi {
  position: relative;
  z-index: 2;

  display: block;

  /*
   横幅だけでなく高さにも上限を設けることで
   モニター内に全体を表示
  */
  width: auto;

  max-width: 100%;

  max-height: min(72svh,
      820px);

  height: auto;

  margin: 0 auto;

  object-fit: contain;

  filter:
    drop-shadow(0 24px 26px rgba(0, 0, 0, 0.48));

  transform: rotate(-1deg);
}


/* おせち背面の光 */

.site-hero__visual::before {
  content: "";

  position: absolute;

  z-index: 0;

  width: 90%;
  height: 72%;

  left: 50%;
  top: 55%;

  transform:
    translate(-50%, -50%);

  border-radius: 50%;

  background:
    radial-gradient(ellipse,
      rgba(191, 162, 95, 0.2),
      transparent 68%);

  filter: blur(20px);

  pointer-events: none;
}


/* =========================================================
   右側
   縦書きタイトル
========================================================= */

.site-hero__message {
  position: relative;
  z-index: 5;

  grid-column: 3;
  grid-row: 1;

  align-self: center;
  justify-self: center;

  width: auto;
  max-width: none;

  height: min(70svh, 650px);

  display: flex;

  flex-direction: row-reverse;

  justify-content: center;
  align-items: flex-start;

  gap: clamp(12px, 1.5vw, 28px);

  color: #fff;

  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.85);
}


.site-hero__origin {
  writing-mode: vertical-rl;

  text-orientation: mixed;

  margin: 0;

  font-size:
    clamp(1.5rem, 1.6vw, 2.2rem);

  font-weight: 600;

  line-height: 1.65;

  letter-spacing: 0.05em;
}


.site-hero__lead {
  writing-mode: vertical-rl;

  text-orientation: mixed;

  margin: 0;

  padding-right:
    clamp(10px, 1vw, 18px);

  border-right:
    1px solid rgba(216, 183, 106, 0.55);

  font-size:
    clamp(2rem, 2.5vw, 3.2rem);

  font-weight: 600;

  line-height: 1.55;

  white-space: nowrap;
}


.site-hero__lead strong,
.site-hero__lead em {
  color: #e6c570;

  font-size: 1.16em;

  font-style: normal;

  font-weight: 700;
}


/* =========================================================
   販売情報
========================================================= */

.site-hero__status {
  position: relative;

  z-index: 6;

  grid-column: 1 / -1;
  grid-row: 2;

  justify-self: center;

  display: grid;

  gap: 6px;

  width: min(680px, 90%);

  margin-top: clamp(8px, 1.5vh, 18px);

  padding:
    clamp(10px, 1.2vh, 16px) 20px;

  border:
    1px solid rgba(216, 183, 106, 0.65);

  background:
    rgba(0, 0, 0, 0.34);

  color: #fff;

  font-size:
    clamp(1.3rem, 1.4vw, 1.7rem);

  line-height: 1.5;

  text-align: center;
}


.site-hero__status strong {
  color: #e6c570;

  font-size: 1.12em;
}


@media screen and (min-width: 701px) and (max-width: 1100px) {

  .site-hero__inner {
    grid-template-columns:
      minmax(180px, 0.7fr) minmax(420px, 2.2fr) minmax(180px, 0.7fr);

    column-gap: 16px;
  }


  .site-hero__logo {
    width: min(100%, 270px);
  }


  .site-hero__ambassador {
    width: min(72%, 210px);
  }


  .site-hero__osechi {
    max-height: 62svh;
  }


  .site-hero__price {
    width: clamp(160px, 22vw, 260px);
  }


  .site-hero__message {
    height: min(62svh, 560px);
  }


  .site-hero__lead {
    font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  }

}



.site-hero__status {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 24px;
  border: 1px solid rgba(216, 183, 106, 0.65);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.6;
  text-align: center;
}

.site-hero__status strong {
  color: #e6c570;
  font-size: 1.18em;
}

.site-hero__status--closed {
  background: #9c1919;
}

.site-hero__status--closed strong {
  color: #fff;
}

.product-overview {
  padding-bottom: clamp(32px, 5vw, 64px);
  background: #f8f4ea;
}

.product-overview__photo {
  display: block;
  width: 100%;
  height: auto;
}

.product-overview__info {
  width: calc(100% - 48px);
  max-width: 960px;
  margin: clamp(24px, 4vw, 44px) auto 0;
  padding: clamp(24px, 4vw, 44px);
  border-top: 4px solid #bfa25f;
  background: #fff;
  box-shadow: 0 8px 28px rgba(58, 43, 25, 0.1);
  text-align: center;
}

.product-overview__catch {
  color: #9c1919;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.15em;
}

.product-overview__info h2 {
  margin-top: 8px;
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  font-weight: 700;
  line-height: 1.45;
}

.product-overview__facts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.product-overview__facts span {
  min-width: 110px;
  padding: 7px 18px;
  color: #fff;
  background: #5a4826;
  font-size: 1.7rem;
  font-weight: 700;
}

.product-overview__facts span:last-child {
  background: #426c9b;
}

.product-overview__price {
  margin-top: 18px;
  font-size: clamp(2.4rem, 3.5vw, 3.8rem);
  line-height: 1.4;
}

.product-overview__price strong {
  font-size: 1.35em;
  font-weight: 700;
}

.product-overview__price small {
  font-size: 0.46em;
}

.product-overview__size {
  margin-top: 14px;
  font-size: 1.5rem;
  line-height: 1.7;
}

.product-overview__donation {
  max-width: 760px;
  margin: 22px auto 0;
  padding-top: 20px;
  border-top: 1px solid #d9cfbb;
  font-size: 1.6rem;
  line-height: 1.9;
}

.preparation-notice {
  padding: clamp(24px, 4vw, 40px);
  border: 2px solid #bfa25f;
  background: rgba(255, 255, 255, 0.96);
  color: #2d241b;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.8;
}

.preparation-notice .title {
  margin-bottom: 0.5em;
  color: #9c1919;
  font-size: clamp(2.2rem, 3.2vw, 3.4rem);
  font-weight: 700;
}

@media screen and (max-width: 700px) {

  .site-hero__inner {
    display: grid;

    grid-template-columns: minmax(0, 1fr) 105px;

    grid-template-areas:
      "logo logo"
      "visual message"
      "ambassador ambassador"
      "status status";

    column-gap: 0;
    row-gap: 20px;

    align-items: center;
  }


  /* 親をレイアウト上だけ消す */
  .site-hero__brand {
    display: contents;
  }


  /* ロゴ */
  .site-hero__logo {
    grid-area: logo;

    width: min(135%, 480px);
    max-width: none;

    margin: 0 auto;
  }


  /* おせち */
  .site-hero__visual {
    grid-area: visual;

    position: relative;
    z-index: 2;

    width: 250%;

    margin: 0;
    margin-left: 5%;
  }


  /* 右側タイトル */
  .site-hero__message {
    grid-area: message;

    position: relative;
    z-index: 5;

    width: 130px;
    height: 390px;

    justify-self: end;
    align-self: center;

    transform: translate(20px, -80px);
  }


  /* アンバサダー → おせちの下 */
  .site-hero__ambassador {
    grid-area: ambassador;

    position: relative;
    z-index: 4;

    width: min(82%, 320px);

    margin: -25px auto 0;

    /* おせち側へ少し近づける */
    transform: translate(0, -15px);
  }


  /* 販売情報 */
  .site-hero__status {
    grid-area: status;

    width: 100%;
    margin-top: 0;
  }

}

@media screen and (max-width: 700px) {

  .preparation-notice p {
    line-break: strict;
    word-break: normal;
    overflow-wrap: break-word;

    /* フォントサイズは維持して文字間だけ微調整 */
    letter-spacing: -0.02em;

    line-height: 1.9;
  }

  .preparation-notice .title {
    letter-spacing: -0.03em;
    line-height: 1.7;
  }

  .preparation-notice h2 {
    margin: 1.2em 0 0.6em;
    line-height: 1.6;
  }
}

@media screen and (max-width: 700px) {

  .preparation-notice .title {
    font-size: 1.85rem;
    line-height: 1.65;
    letter-spacing: -0.045em;

    white-space: nowrap;
  }

}