@charset "UTF-8";
/* CSS Document */
html {
  height: 100%;
}

body {
  font-family: "YakuHanJP", "Lato", "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0 auto;
  background: #fff;
}

.cut {
  overflow: hidden;
  zoom: 1;
}

.sentence p + p {
  margin-top: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

.ggmap {
  width: 100%;
  height: 350px;
}

input, select {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}

.phone {
  display: none;
}

.pc {
  display: block;
}

.tcen {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .tcen {
    text-align: left;
  }
  body {
    font-size: 13px;
    line-height: 1.5;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
#page-top {
  position: fixed;
  bottom: 65px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
#page-top a {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 45px;
  background: #5c4233;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
#page-top a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.mtext1 {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.mtext1.type1 {
  margin-bottom: 25px;
  text-align: center;
}
.mtext1.type1 br {
  display: none;
}

@media all and (max-width: 896px) {
  .mtext1 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .mtext1.type1 {
    margin-bottom: 20px;
  }
  .mtext1.type1 br {
    display: block;
  }
}
.mtext2 {
  font-size: 2.4rem;
  line-height: 1.6;
}
.mtext2.type1 {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

@media all and (max-width: 896px) {
  .mtext2 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 2rem;
  }
  .mtext2.type1 {
    margin-bottom: 25px;
  }
}
.mtext3 {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
}

@media all and (max-width: 896px) {
  .mtext3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 2.4rem;
  }
}
.loader {
  align-items: center;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28571/bg-main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader.off {
  display: none;
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#page {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #page {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#contentwrap {
  overflow: hidden;
}

:root {
  --color-bg: #fdf7ec;
  --color-bg-deep: #f6efe1;
  --color-text: #2b2820;
  --color-text-sub: #857f70;
  --color-line: rgba(43, 40, 32, .16);
  --color-accent: #5f7a4a;
  --color-accent-panel: rgba(122, 150, 100, .28);
  --font-mincho: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", serif;
  --font-serif: "Noto Serif JP", "Yu Mincho", serif;
  --font-en: "Cormorant Garamond", "Shippori Mincho B1", serif;
  --container: 1160px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background-color: var(--color-bg);
  background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28571/bg-pt02.png");
  background-repeat: repeat;
  color: var(--color-text);
  font-family: var(--font-serif);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.06em;
  text-wrap: pretty;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 2.1;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: var(--color-text);
  text-decoration: none;
}
a:hover {
  color: var(--color-accent);
}

h1, h2, h3, p, dl, dd, dt, ul, li, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-inline: 20px;
  }
}

.tel-link {
  font-family: var(--font-mincho);
  letter-spacing: 0.1em;
}
.tel-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.link-more {
  font-family: var(--font-mincho);
  font-size: 14px;
  letter-spacing: 0.16em;
  color: var(--color-accent);
  border-bottom: 1px solid rgba(95, 122, 74, 0.45);
  padding-bottom: 3px;
}
.link-more::after {
  content: " →";
}
.link-more:hover {
  border-bottom-color: var(--color-accent);
}

.ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-width: 0;
  padding: 12px;
  background-color: #ece5d5;
  background-image: repeating-linear-gradient(135deg, rgba(43, 40, 32, 0.07) 0 1px, transparent 1px 10px);
  color: #9d9584;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-align: center;
}
.ph::after {
  content: attr(data-ph);
}
.ph--4x3 {
  aspect-ratio: 4/3;
}
.ph--3x2 {
  aspect-ratio: 3/2;
}
.ph--map {
  aspect-ratio: 4/3;
}
.ph--mv {
  height: 100%;
  aspect-ratio: auto;
  background-color: #d9d2c2;
}
.ph--logo {
  width: 44px;
  height: 44px;
  padding: 4px;
  font-size: 8.5px;
  border-radius: 50%;
  background-color: rgba(43, 40, 32, 0.1);
}
.ph--logo-lg {
  width: 92px;
  height: 92px;
  padding: 6px;
  font-size: 10px;
  border-radius: 50%;
  background-color: rgba(253, 247, 236, 0.78);
  color: #6f6857;
}

.section-head {
  margin-bottom: 76px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-head {
    margin-bottom: 48px;
  }
}
.section-head__ja {
  font-family: var(--font-mincho);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-indent: 0.34em;
  line-height: 1.6;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--color-line);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section-head__ja {
    font-size: 22px;
    padding-bottom: 18px;
  }
}
.section-head__en {
  margin-top: 14px;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-indent: 0.32em;
  color: var(--color-text-sub);
}

.header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: #fdf7ec;
}
.header a {
  color: #fdf7ec;
}
.header a:hover {
  color: #ffffff;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1360px;
  margin-inline: auto;
  padding: 26px 32px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 16px 18px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header__logo-text {
  display: block;
}
.header__logo-name {
  display: block;
  font-family: var(--font-mincho);
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-shadow: 0 1px 10px rgba(20, 18, 14, 0.45);
}
@media screen and (max-width: 767px) {
  .header__logo-name {
    font-size: 20px;
  }
}
.header__logo-sub {
  display: block;
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.28em;
  color: rgba(253, 247, 236, 0.8);
}
.header .ph--logo {
  background-color: rgba(253, 247, 236, 0.16);
  color: #f0e9da;
}
.header--sub {
  position: relative;
  background-color: var(--color-bg);
  background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28571/bg-pt02.png");
  border-bottom: 1px solid var(--color-line);
  color: var(--color-text);
}
.header--sub a {
  color: var(--color-text);
}
.header--sub a:hover {
  color: var(--color-accent);
}
.header--sub .ph--logo {
  background-color: rgba(43, 40, 32, 0.1);
  color: #9d9584;
}
.header--sub .header__logo-name,
.header--sub .gnav__link,
.header--sub .gnav__tel {
  text-shadow: none;
}
.header--sub .header__logo-sub,
.header--sub .gnav__hours {
  color: var(--color-text-sub);
}
.header--sub .gnav__link:hover {
  border-bottom-color: rgba(43, 40, 32, 0.4);
}
.header--sub .gnav__link.is-current {
  border-bottom-color: var(--color-accent);
}
.header--sub .menu-btn {
  color: var(--color-text);
}

.gnav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .gnav {
    position: fixed;
    inset: 0;
    z-index: 30;
    flex-direction: column;
    justify-content: center;
    gap: 44px;
    background-color: #fdf7ec;
    background-image: url("../images/bg-pt02.png");
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .gnav.is-open {
    opacity: 1;
    visibility: visible;
  }
  .gnav a {
    color: var(--color-text);
  }
}
.gnav__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .gnav__list {
    gap: 22px;
  }
}
@media screen and (max-width: 767px) {
  .gnav__list {
    flex-direction: column;
    gap: 28px;
  }
}
.gnav__link {
  display: inline-block;
  padding-bottom: 5px;
  font-family: var(--font-mincho);
  font-size: 14.5px;
  letter-spacing: 0.14em;
  border-bottom: 1px solid transparent;
  text-shadow: 0 1px 10px rgba(20, 18, 14, 0.5);
}
.gnav__link:hover {
  border-bottom-color: rgba(253, 247, 236, 0.7);
}
.gnav__link.is-current {
  border-bottom-color: #fdf7ec;
}
@media screen and (max-width: 767px) {
  .gnav__link {
    font-size: 18px;
    text-shadow: none;
  }
  .gnav__link.is-current {
    border-bottom-color: var(--color-accent);
  }
}
.gnav__contact {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .gnav__contact {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gnav__contact {
    display: block;
    text-align: center;
  }
}
.gnav__tel {
  display: block;
  font-family: var(--font-mincho);
  font-size: 19px;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 10px rgba(20, 18, 14, 0.5);
}
@media screen and (max-width: 767px) {
  .gnav__tel {
    text-shadow: none;
  }
}
.gnav__hours {
  font-size: 10.5px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: rgba(253, 247, 236, 0.82);
}
@media screen and (max-width: 767px) {
  .gnav__hours {
    color: var(--color-text-sub);
  }
}
.gnav__close {
  display: none;
}
@media screen and (max-width: 767px) {
  .gnav__close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 56px;
    padding: 10px 0;
    border: 0;
    background: transparent;
    color: var(--color-text);
    cursor: pointer;
  }
}
.gnav__close-mark {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
}
.gnav__close-mark::before, .gnav__close-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  border-top: 1px solid currentColor;
}
.gnav__close-mark::before {
  transform: rotate(45deg);
}
.gnav__close-mark::after {
  transform: rotate(-45deg);
}
.gnav__close-label {
  margin-top: 8px;
  font-family: var(--font-en);
  font-size: 9px;
  letter-spacing: 0.18em;
}

.menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 52px;
    padding: 8px 0;
    border: 0;
    background: transparent;
    color: #fdf7ec;
    cursor: pointer;
  }
}
.menu-btn__bar {
  position: relative;
  display: block;
  width: 24px;
  border-top: 1px solid currentColor;
}
.menu-btn__bar::before, .menu-btn__bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  border-top: 1px solid currentColor;
}
.menu-btn__bar::before {
  top: 5px;
}
.menu-btn__bar::after {
  top: 11px;
}
.menu-btn__label {
  margin-top: 14px;
  font-family: var(--font-en);
  font-size: 9px;
  letter-spacing: 0.18em;
}

.mv {
  position: relative;
  height: 92vh;
  min-height: 560px;
  overflow: hidden;
  background: #d9d2c2;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 82vh;
    min-height: 460px;
  }
}
.mv__slider {
  position: absolute;
  inset: 0;
}
.mv__slide {
  position: absolute;
  inset: 0;
  transition: opacity 1.6s ease;
}
.mv__slide.is-active {
  opacity: 1;
}
.mv__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 27, 20, 0.42), rgba(30, 27, 20, 0.16) 45%, rgba(30, 27, 20, 0.5));
  z-index: 5;
}
.mv__overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  height: 100%;
  padding: 90px 24px;
  color: #fdf7ec;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv__overlay {
    gap: 20px;
    padding: 70px 20px;
  }
}
.mv__title {
  font-family: var(--font-mincho);
  font-size: clamp(32px, 5.2vw, 56px);
  font-weight: 500;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  line-height: 1.5;
  text-shadow: 0 2px 20px rgba(20, 18, 14, 0.5);
}
.mv__lead {
  font-family: var(--font-mincho);
  font-size: clamp(14px, 1.35vw, 17px);
  letter-spacing: 0.2em;
  line-height: 2.4;
  text-shadow: 0 2px 16px rgba(20, 18, 14, 0.55);
}
.mv__dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 14px;
  transform: translateX(-50%);
}
.mv__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(253, 247, 236, 0.8);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.mv__dot.is-active {
  background: #fdf7ec;
}

.intro {
  padding: 120px 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 72px 0 24px;
  }
}
.intro__place {
  font-family: var(--font-mincho);
  font-size: 40px;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .intro__place {
    font-size: 30px;
  }
}
.intro__text {
  margin-top: 30px;
  font-family: var(--font-mincho);
  font-size: 16.5px;
  letter-spacing: 0.12em;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .intro__text {
    font-size: 15.5px;
    line-height: 2.4;
  }
}

.story {
  padding: 110px 0 120px;
}
@media screen and (max-width: 767px) {
  .story {
    padding: 72px 0 80px;
  }
}
.story--sub {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .story--sub {
    padding-top: 72px;
  }
}
.story__block {
  display: grid;
  align-items: center;
  -moz-column-gap: 72px;
       column-gap: 72px;
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}
.story__block + .story__block {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .story__block + .story__block {
    margin-top: 80px;
  }
}
.story__block--right {
  grid-template-columns: 1fr 1.15fr;
  grid-template-areas: "sub   figure" "body  figure";
}
.story__block--right .story__figure {
  margin-right: calc(50% - 50vw);
}
.story__block--right .story__sub {
  margin-left: 0;
}
.story__block--right .story__sub::before {
  top: -26px;
  right: -26px;
}
@media screen and (max-width: 767px) {
  .story__block--right .story__sub::before {
    top: -16px;
    right: -16px;
  }
}
@media screen and (max-width: 1024px) {
  .story__block--right {
    grid-template-columns: 1fr;
    grid-template-areas: "figure" "sub" "body";
    row-gap: 0;
  }
  .story__block--right .story__figure {
    margin-inline: calc(50% - 50vw);
  }
}
.story__block--left {
  grid-template-columns: 1.15fr 1fr;
  grid-template-areas: "figure sub" "figure body";
}
.story__block--left .story__figure {
  margin-left: calc(50% - 50vw);
}
.story__block--left .story__sub {
  margin-left: auto;
}
.story__block--left .story__sub::before {
  top: -26px;
  left: -26px;
}
@media screen and (max-width: 767px) {
  .story__block--left .story__sub::before {
    top: -16px;
    left: -16px;
  }
}
@media screen and (max-width: 1024px) {
  .story__block--left {
    grid-template-columns: 1fr;
    grid-template-areas: "figure" "sub" "body";
    row-gap: 0;
  }
  .story__block--left .story__figure {
    margin-inline: calc(50% - 50vw);
  }
}
.story__figure {
  position: relative;
  grid-area: figure;
  z-index: 1;
  min-width: 0;
}
.story__sub {
  position: relative;
  grid-area: sub;
  z-index: 2;
  width: 78%;
  margin-bottom: 48px;
}
.story__sub::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 68%;
  height: 68%;
  background-color: var(--color-accent-panel);
  background-image: repeating-linear-gradient(45deg, rgba(253, 247, 236, 0.5) 0 1px, transparent 1px 7px);
}
@media screen and (max-width: 767px) {
  .story__sub::before {
    width: 60%;
    height: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .story__sub {
    width: 60%;
    margin-top: -60px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .story__sub {
    width: 62%;
    margin-top: -40px;
    margin-bottom: 28px;
  }
}
.story__body {
  grid-area: body;
}
.story__label {
  font-family: var(--font-en);
  font-size: 11.5px;
  letter-spacing: 0.3em;
  color: var(--color-accent);
}
.story__title {
  margin-top: 20px;
  font-family: var(--font-mincho);
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .story__title {
    font-size: 23px;
    margin-top: 16px;
  }
}
.story__text {
  margin-top: 30px;
  max-width: 34em;
  font-size: 15px;
  line-height: 2.4;
  color: #43402f;
}
@media screen and (max-width: 767px) {
  .story__text {
    margin-top: 22px;
  }
}

.course {
  padding: 110px 0 120px;
  background: var(--color-bg-deep);
}
@media screen and (max-width: 767px) {
  .course {
    padding: 72px 0 80px;
  }
}
.course__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .course__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .course__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.course__item--feature {
  grid-column: 1/-1;
}
.course__item--feature .course__link {
  grid-template-columns: 1.3fr 1fr;
}
@media screen and (max-width: 1024px) {
  .course__item--feature .course__link {
    grid-template-columns: 1fr;
  }
}
.course__item--feature .course__body {
  justify-content: center;
  gap: 14px;
  padding: 56px 56px 60px;
}
@media screen and (max-width: 1024px) {
  .course__item--feature .course__body {
    padding: 36px 32px 38px;
  }
}
.course__item--feature .course__name {
  font-size: 34px;
}
@media screen and (max-width: 1024px) {
  .course__item--feature .course__name {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .course__item--feature .course__name {
    font-size: 24px;
  }
}
.course__item--feature .course__count {
  font-size: 14.5px;
}
.course__item--feature .course__price {
  font-size: 34px;
}
@media screen and (max-width: 1024px) {
  .course__item--feature .course__price {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .course__item--feature .course__price {
    font-size: 26px;
  }
}
.course__link {
  display: grid;
  height: 100%;
  background: var(--color-bg);
  border: 1px solid var(--color-line);
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.course__link:hover {
  border-color: rgba(95, 122, 74, 0.7);
  box-shadow: 0 10px 30px rgba(43, 40, 32, 0.07);
}
.course__link:hover .course__name {
  color: var(--color-text);
}
.course__image {
  display: block;
  min-width: 0;
  overflow: hidden;
}
.course__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 30px 28px 32px;
}
@media screen and (max-width: 767px) {
  .course__body {
    padding: 24px 22px 26px;
  }
}
.course__label {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--color-accent);
}
.course__name {
  font-family: var(--font-mincho);
  font-size: 23px;
  letter-spacing: 0.18em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .course__name {
    font-size: 21px;
  }
}
.course__count {
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--color-text-sub);
}
.course__price {
  font-family: var(--font-mincho);
  font-size: 25px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .course__price {
    font-size: 23px;
  }
}
.course__unit {
  margin-left: 5px;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: var(--color-text-sub);
}
.course__more {
  margin-top: auto;
  padding-top: 12px;
  font-family: var(--font-mincho);
  font-size: 12.5px;
  letter-spacing: 0.2em;
  color: var(--color-accent);
}
.course__more::after {
  content: " →";
}
.course__note {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .course__note {
    margin-top: 44px;
  }
}
.course__note-text {
  max-width: 44em;
  font-family: var(--font-mincho);
  font-size: 15.5px;
  letter-spacing: 0.1em;
  line-height: 2.4;
}

.scene {
  padding: 110px 0 120px;
}
@media screen and (max-width: 767px) {
  .scene {
    padding: 72px 0 80px;
  }
}
.scene__block {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  -moz-column-gap: 76px;
       column-gap: 76px;
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (max-width: 1024px) {
  .scene__block {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
}
.scene__figure {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin-left: calc(50% - 50vw);
}
.scene__figure::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: -1;
  width: 55%;
  height: 45%;
  background-color: var(--color-accent-panel);
  background-image: repeating-linear-gradient(45deg, rgba(253, 247, 236, 0.5) 0 1px, transparent 1px 7px);
}
@media screen and (max-width: 1024px) {
  .scene__figure::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .scene__figure {
    margin-inline: calc(50% - 50vw);
  }
}
.scene__title {
  font-family: var(--font-mincho);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .scene__title {
    font-size: 22px;
  }
}
.scene__text {
  margin-top: 28px;
  font-size: 15px;
  line-height: 2.4;
  color: #43402f;
}
.scene__box {
  margin-top: 40px;
  padding: 36px 40px 32px;
  border: 1px solid var(--color-line);
}
@media screen and (max-width: 767px) {
  .scene__box {
    margin-top: 32px;
    padding: 26px 22px 24px;
  }
}
.scene__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 32px;
}
@media screen and (max-width: 767px) {
  .scene__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.scene__item {
  font-family: var(--font-mincho);
  font-size: 15.5px;
  letter-spacing: 0.12em;
}
.scene__item::before {
  content: "○";
  margin-right: 12px;
  font-size: 9px;
  color: var(--color-accent);
  vertical-align: 2px;
}
.scene__note {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--color-line);
  font-size: 13.5px;
  line-height: 2;
  color: var(--color-text-sub);
}
.scene__tel {
  margin-top: 32px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .scene__tel {
    font-size: 26px;
  }
}

.info {
  padding: 110px 0 120px;
  background: var(--color-bg-deep);
}
@media screen and (max-width: 767px) {
  .info {
    padding: 72px 0 80px;
  }
}
.info__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .info__wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.info__list {
  display: grid;
  grid-template-columns: 116px 1fr;
}
@media screen and (max-width: 767px) {
  .info__list {
    grid-template-columns: 96px 1fr;
  }
}
.info__dt, .info__dd {
  padding: 18px 0;
  border-bottom: 1px solid var(--color-line);
}
.info__dt {
  font-family: var(--font-mincho);
  font-size: 13.5px;
  letter-spacing: 0.16em;
  color: var(--color-text-sub);
}
.info__dt--small {
  font-size: 12.5px;
  line-height: 1.9;
  color: var(--color-text-sub);
}
.info__dd {
  font-size: 15px;
  line-height: 2.1;
}
.info__dd--small {
  font-size: 12.5px;
  line-height: 1.9;
  color: var(--color-text-sub);
}
@media screen and (max-width: 767px) {
  .info__dd {
    font-size: 14.5px;
  }
}
.info__detail, .info__map {
  min-width: 0;
}
.info__iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 1px solid var(--color-line);
  filter: grayscale(0.2);
}
@media screen and (max-width: 767px) {
  .info__iframe {
    min-height: 300px;
  }
}

.footer {
  padding: 88px 0 32px;
  border-top: 1px solid var(--color-line);
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 64px 0 24px;
  }
}
.footer__wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
.footer__name {
  margin-top: 20px;
  font-family: var(--font-mincho);
  font-size: 21px;
  letter-spacing: 0.22em;
}
.footer__address {
  margin-top: 16px;
  font-size: 13px;
  line-height: 2.1;
  color: var(--color-text-sub);
}
.footer__title {
  font-family: var(--font-mincho);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
}
.footer__title--sub {
  margin-top: 36px;
}
.footer__text {
  margin-top: 14px;
  font-size: 13px;
  line-height: 2.1;
  color: var(--color-text-sub);
}
.footer__nav {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}
.footer__nav-link {
  font-family: var(--font-mincho);
  font-size: 14.5px;
  letter-spacing: 0.14em;
}
.footer__nav-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer__company {
  margin-top: 28px;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  line-height: 1.9;
  color: var(--color-text-sub);
}
.footer__copy {
  margin-top: 64px;
  padding-top: 26px;
  border-top: 1px solid var(--color-line);
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-align: center;
  color: var(--color-text-sub);
}
@media screen and (max-width: 767px) {
  .footer__copy {
    margin-top: 48px;
  }
}

.page-head {
  padding: 128px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-head {
    padding-top: 96px;
  }
}
.is-sub .page-head {
  padding-top: 88px;
}
@media screen and (max-width: 767px) {
  .is-sub .page-head {
    padding-top: 56px;
  }
}
.page-head__ja {
  display: inline-block;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--color-line);
  font-family: var(--font-mincho);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-indent: 0.34em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-head__ja {
    font-size: 24px;
    padding-bottom: 18px;
  }
}
.page-head__en {
  margin-top: 14px;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-indent: 0.32em;
  color: var(--color-text-sub);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 62px;
  padding: 14px 32px;
  border: 1px solid var(--color-accent);
  font-family: var(--font-mincho);
  font-size: 15px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: var(--color-accent);
  transition: background-color 0.35s ease, color 0.35s ease;
}
.btn:hover {
  background-color: var(--color-accent);
  color: #fdf7ec;
}
@media screen and (max-width: 767px) {
  .btn {
    min-width: 0;
    width: 100%;
    min-height: 56px;
    font-size: 14px;
  }
}
.btn--sm {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 12px 20px;
  font-size: 14px;
}

.detail {
  padding: 96px 0 110px;
}
@media screen and (max-width: 767px) {
  .detail {
    padding: 56px 0 72px;
  }
}
.detail__wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .detail__wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.detail__figure {
  min-width: 0;
}
.detail__badge {
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid var(--color-accent);
  font-family: var(--font-mincho);
  font-size: 13px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: var(--color-accent);
}
.detail__title {
  margin-top: 26px;
  font-family: var(--font-mincho);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .detail__title {
    font-size: 25px;
    margin-top: 20px;
  }
}
.detail__count {
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .detail__count {
    font-size: 16px;
  }
}
.detail__price {
  margin-top: 22px;
  font-family: var(--font-mincho);
  font-size: 34px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .detail__price {
    font-size: 27px;
    margin-top: 16px;
  }
}
.detail__unit {
  margin-left: 8px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--color-text-sub);
}
.detail__text {
  margin-top: 26px;
  font-size: 15px;
  line-height: 2.4;
  color: #43402f;
}
.detail__action {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .detail__action {
    margin-top: 32px;
  }
}

.dish {
  padding: 110px 0 120px;
  background: var(--color-bg-deep);
}
@media screen and (max-width: 767px) {
  .dish {
    padding: 72px 0 80px;
  }
}
.dish__wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .dish__wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.dish__group + .dish__group {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .dish__group + .dish__group {
    margin-top: 48px;
  }
}
.dish__title {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-line);
  font-family: var(--font-mincho);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .dish__title {
    font-size: 19px;
  }
}
.dish__title-sub {
  margin-left: 20px;
  font-size: 13.5px;
  letter-spacing: 0.12em;
  color: var(--color-text-sub);
}
@media screen and (max-width: 767px) {
  .dish__title-sub {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }
}
.dish__list {
  display: grid;
  gap: 2px;
  margin-top: 24px;
}
.dish__list--col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 2px 48px;
}
@media screen and (max-width: 767px) {
  .dish__list--col2 {
    grid-template-columns: 1fr;
  }
}
.dish__item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px dotted var(--color-line);
  font-family: var(--font-mincho);
  font-size: 16px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .dish__item {
    font-size: 15px;
    gap: 12px;
    padding: 12px 0;
  }
}
.dish__no {
  flex: none;
  width: 2.6em;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--color-accent);
}
.dish__figures {
  display: grid;
  gap: 24px;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .dish__figures {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .dish__figures {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.dish__note {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--color-line);
}
@media screen and (max-width: 767px) {
  .dish__note {
    margin-top: 36px;
  }
}
.dish__note-text {
  font-size: 13.5px;
  line-height: 2.1;
  color: var(--color-text-sub);
}

.tbd {
  flex: 1 1 auto;
  min-height: 1.6em;
  padding: 2px 10px;
  background-color: rgba(122, 150, 100, 0.1);
  border-bottom: 1px solid rgba(122, 150, 100, 0.45);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: #7d8a70;
}
.tbd::after {
  content: attr(data-tbd);
}

.menu-course {
  padding: 96px 0 110px;
}
@media screen and (max-width: 767px) {
  .menu-course {
    padding: 56px 0 72px;
  }
}

.card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .card-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-line);
  background: var(--color-bg-deep);
}
.card__image {
  min-width: 0;
}
.card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 12px;
  padding: 30px 28px 32px;
}
@media screen and (max-width: 767px) {
  .card__body {
    padding: 24px 22px 26px;
  }
}
.card__name {
  font-family: var(--font-mincho);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .card__name {
    font-size: 20px;
  }
}
.card__count {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.card__price {
  font-family: var(--font-mincho);
  font-size: 26px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .card__price {
    font-size: 23px;
  }
}
.card__unit {
  margin-left: 6px;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: var(--color-text-sub);
}
.card__text {
  font-size: 14.5px;
  line-height: 2.2;
  color: #43402f;
}
.card__note {
  font-size: 13px;
  line-height: 2;
  color: var(--color-text-sub);
}
.card__action {
  margin-top: auto;
  padding-top: 12px;
}

.reserve {
  position: relative;
  overflow: hidden;
  padding: 130px 0 140px;
  color: #fdf7ec;
}
@media screen and (max-width: 767px) {
  .reserve {
    padding: 80px 0 88px;
  }
}
.reserve a {
  color: #fdf7ec;
}
.reserve a:hover {
  color: #ffffff;
}
.reserve__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.reserve__bg .ph--bg {
  height: 100%;
  aspect-ratio: auto;
  background-color: #575044;
  background-image: repeating-linear-gradient(135deg, rgba(253, 247, 236, 0.07) 0 1px, transparent 1px 10px);
  color: #cdc6b6;
}
.reserve::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(30, 27, 20, 0.68), rgba(30, 27, 20, 0.58));
}
.reserve > .container {
  position: relative;
  z-index: 2;
}
.reserve__box {
  padding: 60px 40px 56px;
  border: 1px solid rgba(253, 247, 236, 0.34);
  background-color: rgba(30, 27, 20, 0.28);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reserve__box {
    padding: 40px 22px 36px;
  }
}
.reserve__title {
  font-family: var(--font-mincho);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
}
@media screen and (max-width: 767px) {
  .reserve__title {
    font-size: 19px;
  }
}
.reserve__text {
  margin-top: 24px;
  font-size: 15px;
  line-height: 2.3;
}
.reserve__tel {
  margin-top: 24px;
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .reserve__tel {
    font-size: 26px;
  }
}
.reserve__hours {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(253, 247, 236, 0.78);
}

.drink-lead {
  padding: 96px 0 100px;
}
@media screen and (max-width: 767px) {
  .drink-lead {
    padding: 56px 0 64px;
  }
}
.drink-lead__wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .drink-lead__wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.drink-lead__figure {
  min-width: 0;
}
.drink-lead__title {
  font-family: var(--font-mincho);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .drink-lead__title {
    font-size: 22px;
  }
}
.drink-lead__text {
  margin-top: 28px;
  font-size: 15px;
  line-height: 2.4;
  color: #43402f;
}

.drink {
  padding: 110px 0 120px;
  background: var(--color-bg-deep);
}
@media screen and (max-width: 767px) {
  .drink {
    padding: 72px 0 80px;
  }
}
.drink__cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 72px;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .drink__cols {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .drink__cols {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}
.drink__title {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-line);
  font-family: var(--font-mincho);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .drink__title {
    font-size: 18px;
    gap: 12px;
  }
}
.drink__title-en {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.26em;
  color: var(--color-accent);
}
.drink__list {
  margin-top: 8px;
}
.drink__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 0;
  border-bottom: 1px dotted var(--color-line);
}
.drink__name {
  font-family: var(--font-mincho);
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .drink__name {
    font-size: 15px;
  }
}
.drink__sub {
  display: block;
  margin-top: 2px;
  font-family: var(--font-serif);
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--color-text-sub);
}
.drink__price {
  flex: none;
  font-family: var(--font-mincho);
  font-size: 15px;
  letter-spacing: 0.06em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .drink__price {
    font-size: 14px;
  }
}
.drink__note {
  margin-top: 16px;
  font-size: 13px;
  line-height: 2;
  color: var(--color-text-sub);
}
.drink__tax {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--color-line);
  font-size: 13px;
  text-align: center;
  color: var(--color-text-sub);
}
@media screen and (max-width: 767px) {
  .drink__tax {
    margin-top: 40px;
  }
}

.menu-course {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .menu-course {
    padding: 60px 0 80px;
  }
}

.course-row {
  display: grid;
  align-items: center;
  -moz-column-gap: 76px;
       column-gap: 76px;
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}
.course-row + .course-row {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .course-row + .course-row {
    margin-top: 72px;
  }
}
.course-row--right {
  grid-template-columns: 1fr 1.2fr;
  grid-template-areas: "body figure";
}
.course-row--right .course-row__figure {
  margin-right: 0;
}
.course-row--right .course-row__figure::before {
  left: -34px;
  bottom: -34px;
}
@media screen and (max-width: 1024px) {
  .course-row--right {
    grid-template-columns: 1fr;
    grid-template-areas: "figure" "body";
    row-gap: 40px;
  }
  .course-row--right .course-row__figure {
    margin-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .course-row--right {
    row-gap: 28px;
  }
}
.course-row--left {
  grid-template-columns: 1.2fr 1fr;
  grid-template-areas: "figure body";
}
.course-row--left .course-row__figure {
  margin-left: 0;
}
.course-row--left .course-row__figure::before {
  right: -34px;
  bottom: -34px;
}
@media screen and (max-width: 1024px) {
  .course-row--left {
    grid-template-columns: 1fr;
    grid-template-areas: "figure" "body";
    row-gap: 40px;
  }
  .course-row--left .course-row__figure {
    margin-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .course-row--left {
    row-gap: 28px;
  }
}
.course-row__figure {
  position: relative;
  grid-area: figure;
  z-index: 1;
  min-width: 0;
}
.course-row__figure::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 36%;
  height: 64%;
  background-color: var(--color-accent-panel);
  background-image: repeating-linear-gradient(45deg, rgba(253, 247, 236, 0.5) 0 1px, transparent 1px 7px);
}
@media screen and (max-width: 1024px) {
  .course-row__figure::before {
    display: none;
  }
}
.course-row__body {
  grid-area: body;
}
.course-row__no {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-line);
  width: 88px;
  font-family: var(--font-en);
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .course-row__no {
    width: 66px;
    font-size: 34px;
    padding-bottom: 14px;
  }
}
.course-row__name {
  margin-top: 32px;
  font-family: var(--font-mincho);
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .course-row__name {
    margin-top: 22px;
    font-size: 24px;
  }
}
.course-row__count {
  font-size: 19px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .course-row__count {
    font-size: 16px;
  }
}
.course-row__price {
  margin-top: 18px;
  font-family: var(--font-mincho);
  font-size: 33px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .course-row__price {
    font-size: 26px;
    margin-top: 14px;
  }
}
.course-row__unit {
  margin-left: 8px;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--color-text-sub);
}
.course-row__text {
  margin-top: 26px;
  max-width: 30em;
  font-size: 15.5px;
  line-height: 2.4;
  color: #43402f;
}
@media screen and (max-width: 767px) {
  .course-row__text {
    margin-top: 20px;
    font-size: 15px;
  }
}
.course-row__note {
  margin-top: 10px;
  font-size: 13.5px;
  line-height: 2;
  color: var(--color-text-sub);
}
.course-row__action {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .course-row__action {
    margin-top: 28px;
  }
}

/*新メールフォーム*/
.form {
  margin: 10px 0 10px;
}
.form dt span {
  color: #fff;
  background: #FF4F4F;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt strong {
  color: #fff;
  background: #999;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt .optional::before {
  content: "任意";
  color: #fff;
  background: #999;
}
.form dl {
  margin: 10px 0;
  font-size: 16px;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888;
}
.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea, .textarea2 {
  width: 95%;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

#mailform button {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #5c4233;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #5c4233;
}
#mailform button:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}
#mailform button:hover {
  background: #fff;
  color: #5c4233;
}
#mailform button * {
  transition: 0.2s;
}

.form-button * {
  transition: 0.2s;
}

/*RadioとText*/
label {
  display: block;
}
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #5c4233;
  z-index: 1;
}
label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  left: -15px;
  top: 2px;
  margin: 0px;
  box-shadow: 15px -1px #fff;
  border-radius: 50%;
}
label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 15px -1px #FFF;
}
label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}
label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #5c4233;
  border-bottom: 3px solid #5c4233;
  transform: rotate(45deg);
  z-index: 1;
}
label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #EEE;
}

/*CheckBoxとText */
.fm-text {
  padding: 10px;
  font-size: 11px;
  margin: 10px 0;
}

@media all and (max-width: 890px) {
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .form-contents :not(.pattern-exclusion) button {
    width: 100% !important;
  }
}
/* /新メールフォーム */
.blog-box {
  margin-bottom: 50px;
}
.blog-box img {
  max-width: 100%;
  height: auto;
}

.page_next {
  float: right;
}

.page_prev {
  float: left;
}

.mtitle_box {
  background: rgba(23, 125, 23, 0.1);
  border-radius: 10px;
  color: #343338;
  font-size: 2rem;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}

@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.8rem;
  }
}
.newsl2 dt {
  font-size: 120%;
  padding-top: 10px;
  line-height: 1.3;
  color: #5c4233;
  font-weight: bold;
}
.newsl2 dd {
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  border-bottom: dotted 1px #b6ae83;
}
.newsl2 dd b {
  color: #594C39;
}/*# sourceMappingURL=basis.css.map */