@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
}

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

/* 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;
}

ul, li {
  list-style: none;
}

th {
  text-align: left;
  font-weight: normal;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* Common
-------------------------------------------------- */

@font-face {
  font-family: 'EB Garamond';
  src: url('../font/EBGaramond-VariableFont_wght.ttf') format('truetype');
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html, body {
  width: 100%;
  max-width: 100%;
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", osaka, arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fcf6ee url(../images/common/bg01.jpg) repeat;
}

html {
  font-size: 625%;
  scroll-behavior: smooth;
}

html.is-modal-opened {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

html.is-spmenu-opened {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

body {
  font-size: .16em;
}

a {
  text-decoration: none;
  transition: .5s;
}

a img {
  transition: .5s;
}

a:hover img {
  opacity: 0.8;
}

.sp-only {
  display: none;
}

.sp-only-inline {
  display: none;
}

.pc-only {
  display: block;
}

.pc-only-inline {
  display: inline;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
  .sp-only-inline {
    display: inline !important;
  }
  .pc-only {
    display: none !important;
  }
  .pc-only-inline {
    display: none !important;
  }
}

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

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-inner__w990 {
  max-width: 990px;
}

.l-inner__w1267 {
  max-width: 1267px;
}

.l-inner__w1376 {
  max-width: 1376px;
}

@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .l-inner__w990 {
    max-width: 100%;
  }
  .l-inner__w1267 {
    max-width: 100%;
  }
  .l-inner__w1376 {
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .l-inner {
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }
  .l-inner__w990 {
    max-width: 990px;
  }
  .l-inner__w1267 {
    max-width: 100%;
  }
  .l-inner__w1376 {
    max-width: 100%;
  }
}

.l-container {
  max-width: 100%;
  overflow-x: hidden;
}

.wpjs {
  opacity: 0;
  transition: 1.3s;
}

.wpjs__fadein {
  transform: translateY(5%);
}

.wpjs__fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}

.wpjs__delay03 {
  transition-delay: .2s;
}

.wpjs__delay05 {
  transition-delay: .4s;
}

.wpjs__delay07 {
  transition-delay: .6s;
}

.wpjs__delay10 {
  transition-delay: .9s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes txtLine {
  0% {
    background-size: 0% 0.3em;
  }
  100% {
    background-size: 100% 0.3em;
  }
}

.m-splash {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #d77d4b;
  padding: 0 2em;
  transition: 1s;
}

.m-splash-img {
  max-width: 20vw;
  height: auto;
}

.m-splash.is-hide {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .m-splash-img {
  max-width: 50vw;
}
}

/* Header
-------------------------------------------------- */
.m-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 1em 2.9em 1em 3em;
  opacity: 1;
  transition: .3s;
}

.m-header-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.m-header-box-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}

.m-header-logo {
  display: flex;
  flex-direction: row;
  align-items: end;
}

.m-header-logo-txt {
  position: relative;
  bottom: -0.2em;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.7;
  color: #DE9669;
  margin-left: 1.7em;
}

.m-header-reserve {
  margin-right: 1.4em;
}

.m-header-reserve-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  background: url(../images/common/m-header-bg01.png) no-repeat center center;
  background-size: 100% 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #FFF;
  padding: .5em 1.2em;
}

.m-header-reserve-link span {
  font-size: 10px;
  margin-left: .4em;
  transition: .3s;
}

.m-header-reserve-link:hover {
  opacity: .8;
}

.m-header-reserve-link:hover span {
  transform: translateX(0.5em);
}

.m-header.is-hide {
  opacity: 0;
  pointer-events: none;
}

.m-header.is-scroll {
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 768px) {
  .m-header {
    position: sticky;
    padding: min(3.38542vw, 19.5px) min(6.25vw, 36px) min(3.125vw, 18px) min(5.20833vw, 30px);
  }
  .m-header .l-inner {
    padding: 0;
  }
  .m-header-logo-link-img {
    max-width: min(22.65625vw, 130.5px);
  }
  .m-header-logo-txt {
    margin-left: .7em;
    font-size: min(2.60417vw, 15px);
    line-height: 1.5;
  }
  .m-header-reserve {
    margin-right: .9em;
  }
  .m-header-reserve-link {
    font-size: min(2.86458vw, 16.5px);
    background-image: url(../images/sp/common/m-header-bg01.png);
    padding: .5em .7em;
    line-height: 1.1;
  }
  .m-header-reserve-link span {
    display: none;
  }
  .m-header-menu-link-img {
    max-width: min(11.19792vw, 64.5px);
  }
  .m-header.is-hide {
    opacity: 1;
    pointer-events: all;
  }
}

/* Index
-------------------------------------------------- */
.page-index {
  padding-top: 2.5em;
}

.index-mv .l-inner {
  position: relative;
}

.index-mv-images-item-img {
  width: 100%;
  height: auto;
}

.index-mv-menu {
  position: absolute;
  top: 11.5em;
  left: 3.2em;
  z-index: 2;
  background: rgba(255, 255, 255, 0.85);
  padding: .5em 1.1em;
  border-radius: 15px;
}

.index-mv-menu-item {
  position: relative;
  text-align: left;
}

.index-mv-menu-item-link {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #754c24;
  background: url(../images/index/mv-line02.png) no-repeat bottom left;
  padding: 1em 0 1.1em;
}

.index-mv-menu-item-link:hover {
  color: #cc6423;
}

.index-mv-menu-item-sub {
  position: absolute;
  top: -0.5em;
  left: 0;
  transform: translateX(110%);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  padding: .3em .8em;
  width: 8em;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}

.index-mv-menu-item-sub-item-link {
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.6px;
  color: #754c24;
  padding: 1em 0 1.1em;
  background: url(../images/index/mv-line02.png) no-repeat bottom left;
}

.index-mv-menu-item-sub-item-link:hover {
  color: #cc6423;
}

.index-mv-menu-item-sub-item:last-child .index-mv-menu-item-sub-item-link {
  background: none;
}

.index-mv-menu-item.is-sub-active .index-mv-menu-item-sub {
  opacity: 1;
  pointer-events: all;
}

.index-mv-menu-item.is-sub-active .index-mv-menu-item-link {
  color: #de9669;
}

.index-mv-menu-item__sns {
  margin-top: 1.5em;
}

.index-mv-menu-item__sns .index-mv-menu-item-link {
  background: none;
}

.index-mv-menu-item__reserve .index-mv-menu-item-link {
  background: none;
}

.index-mv-scroll {
  position: absolute;
  top: 50%;
  right: 2.8em;
  transform: translateY(-50%);
}

.index-mv-heading {
  position: absolute;
  top: 1.7em;
  left: 3.2em;
}

.index-mv-heading-img {
  max-width: 100%;
  height: auto;
}

.index-mv-reserve {
  position: absolute;
  bottom: 3em;
  right: 3.5em;
}

.index-mv-reserve-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  background: url(../images/common/m-header-bg01.png) no-repeat center center;
  background-size: 100% 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #FFF;
  padding: .5em 1.2em;
}

.index-mv-reserve-link span {
  font-size: 10px;
  margin-left: .4em;
  transition: .3s;
}

.index-mv-reserve-link:hover {
  opacity: .8;
}

.index-mv-reserve-link:hover span {
  transform: translateX(0.5em);
}

.index-about {
  padding: 11em 0 10em;
}

.index-about .m-title {
  margin-bottom: 2.5em;
}

.index-about-box {
  display: flex;
  flex-direction: row;
  max-width: 1260px;
  margin: 0 auto;
}

.index-about-box-left {
  width: 50%;
  padding-top: 5em;
  padding-left: 0;
  padding-right: 3em;
}

.index-about-box-right {
  width: 50%;
}

.index-about-heading {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #cc6423;
  margin-bottom: 1em;
}

.index-about-txt {
  margin-bottom: 4.3em;
}

.index-about-txt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #754c24;
}

.index-about-figure {
  text-align: center;
  margin: 0;
}

.index-about-figure-img {
  max-width: 100%;
  height: auto;
}

.index-news {
  background: #e1c8aa;
  padding: 8.5em 0;
  margin-bottom: 7em;
}

.index-news .m-title {
  margin-bottom: 4.2em;
}

.index-news-more {
  text-align: center;
}

.index-course {
  padding: 0 0 9em;
}

.index-course-container {
  position: relative;
  background: url(../images/index/course-bg01-a.png) no-repeat top center;
  background-size: 100% auto;
  padding-top: 630px;
}

.index-course-container-in {
  background: url(../images/index/course-bg01-c.png) no-repeat bottom center;
  background-size: 100% auto;
  padding-bottom: 630px;
}

.index-course-container-in-inin {
  max-height: 0;
  overflow: hidden;
  background: url(../images/index/course-bg01-b.png) repeat-y center center;
  background-size: 100% auto;
  padding: 0 6.2em;
  transition: 1s;
}

.index-course-container-in-inin.is-active {
  max-height: 9999px;
  overflow: visible;
}

.index-course-container-in-inin.is-active .index-course-top {
  opacity: 1;
}

.index-course-container-in-inin.is-active .index-course-top__first {
  opacity: 0;
}

.index-course-container-in-inin.is-active .index-course-top__main {
  top: 9.5em;
  opacity: 1;
  transform: translateY(0);
}

.index-course-container-in-inin.is-active .index-course-bottom {
  opacity: 1;
}

.index-course-container-in-inin.is-active .index-course-items {
  opacity: 1;
  position: relative;
  top: -8em;
}

.index-course-container-in-inin.is-active .index-course-items-container {
  max-height: 9999px;
  overflow: visible;
}

.index-course-top {
  position: absolute;
  top: 9.5em;
  left: 0;
  width: 100%;
  text-align: center;
}

.index-course-top-title .m-title-heading-txt {
  color: #fff;
}

.index-course-top-txt {
  margin: 2.5em auto 0;
  max-width: 75%;
}

.index-course-top-txt p {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: #603813;
}

.index-course-top-txt p b {
  font-family: 'EB Garamond';
  font-size: 60px;
}

.index-course-top-scroll {
  margin-top: 2.8em;
}

.index-course-top-scroll-img {
  max-width: 100%;
  height: auto;
}

.index-course-top__first {
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

.index-course-top__main {
  opacity: 0;
  transition-delay: .3s;
  transition: .9s;
}

.index-course-bottom {
  position: absolute;
  bottom: 9.5em;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 1s;
  transition-delay: 1s;
}

.index-course-bottom-txt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-align: center;
}

.index-course-items {
  position: relative;
  z-index: 2;
  transition: 1s;
  transition-delay: .5s;
  opacity: 0;
}

.index-course-items-container {
  max-height: 0;
  overflow: hidden;
  transition: 5s;
}

.index-course-items-item {
  background: url(../images/index/course-line01.png) no-repeat bottom left;
  background-size: 100% auto;
  padding: 4.5em 0 4.5em;
}

.index-course-items-item-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.index-course-items-item-box-left {
  width: 50%;
  padding: .5em 4em 0 0;
}

.index-course-items-item-box-right {
  width: 50%;
  padding-left: 1.2em;
}

.index-course-items-item-heading {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  margin-bottom: .7em;
}

.index-course-items-item-heading span {
  font-family: 'EB Garamond';
  font-weight: normal;
  font-size: 60px;
  letter-spacing: 0.05em;
  margin-right: .4em;
}

.index-course-items-item-heading span img {
  max-height: .7em;
}

.index-course-items-item-heading b {
  display: inline-block;
  background: url(../images/index/course-bg02.png) no-repeat center center;
  background-size: 100% 100%;
  font-weight: bold;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #DE9669;
  padding: .3em .7em .2em;
}

.index-course-items-item-info {
  margin-bottom: 1.4em;
}

.index-course-items-item-info table tbody tr th {
  padding-bottom: .9em;
}

.index-course-items-item-info table tbody tr th span {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  background: url(../images/index/course-bg03.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  padding: .4em .5em .3em .6em;
  min-width: 4em;
}

.index-course-items-item-info table tbody tr td {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  padding-left: .5em;
}

.index-course-items-item-txt {
  margin-bottom: 2.2em;
}

.index-course-items-item-txt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

.index-course-items-item-figure {
  position: relative;
  margin: 0;
}

.index-course-items-item-figure-img {
  width: 100%;
  height: auto;
}

.index-course-items-item-figure::before {
  position: absolute;
  top: -3.2em;
  left: -3.2em;
  display: inline-block;
  content: "";
  background: url(../images/index/course-txt02.png) no-repeat left center;
  width: 120px;
  height: 120px;
  background-size: contain;
  animation: spin 20s linear infinite;
}

.index-course-items-item-figure__futarimusubi::before {
  background-image: url(../images/index/course-txt03.png);
}

.index-course-items-item-figure__plusone::before {
  background-image: url(../images/index/course-txt05.png);
}

.index-course-items-item-figure__mycolor::before {
  background-image: url(../images/index/course-txt04.png);
}

.index-course-items-item-figure__pendant::before {
  background-image: url(../images/index/course-txt06.png);
}

.index-course-items-item:nth-child(even) .index-course-items-item-box {
  flex-direction: row-reverse;
}

.index-course-items-item:nth-child(even) .index-course-items-item-box-left {
  padding-right: 0;
  padding-left: 4em;
}

.index-course-items-item:nth-child(even) .index-course-items-item-box-right {
  padding-left: 0;
  padding-right: 1.2em;
}

.index-course-items-item:nth-child(even) .index-course-items-item-figure::before {
  left: auto;
  right: -4.6em;
  background-position: right center;
}

.index-course-items-item:first-child {
  padding-top: 0;
}

.index-course-items-item:last-child {
  background: none;
  padding-bottom: 0;
}

.index-design {
  padding: 0 0 8.2em;
}

.index-design-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 1.5em;
  padding-bottom: 7em;
}

.index-design-items-container {
  position: relative;
}

.index-design-items-item {
  width: 33.3%;
}

.index-design-items-item-figure {
  height: 100%;
  margin: 0;
}

.index-design-items-item-figure-link {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.index-design-items-item-figure-link-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 25px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
}

.index-design-items-item-figure-link-overlay {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 .8em 1.5em;
  transition: .5s;
  opacity: 0;
}

.index-design-items-item-figure-link-overlay-tags {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.index-design-items-item-figure-link-overlay-tags-item {
  margin: 0 .5em .7em;
}

.index-design-items-item-figure-link-overlay-tags-item-link {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.index-design-items-item-figure-link-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #de9669;
}

.index-design-items-item-figure-link:hover .index-design-items-item-figure-link-overlay {
  opacity: .7;
}

.index-design-items-item:nth-child(1) .index-design-items-item-figure {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 75%;
  margin: 0 auto;
  transform: translateY(1em);
}

.index-design-items-item:nth-child(2) .index-design-items-item-figure {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 94%;
  margin: 0 auto;
}

.index-design-items-item:nth-child(3) {
  position: relative;
  z-index: 2;
}

.index-design-items-item:nth-child(3) .index-design-items-item-figure {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 83%;
  margin: 0 auto;
  transform: translateY(1.7em);
}

.index-design-items-item:nth-child(4) .index-design-items-item-figure {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 88%;
  margin: 0 auto;
  transform: translateY(5.7em);
}

.index-design-items-item:nth-child(5) .index-design-items-item-figure {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 84%;
  margin: 0 auto;
  transform: translateY(4.5em);
}

.index-design-items-item:nth-child(6) .index-design-items-item-figure {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 95%;
  margin: 0 auto;
  transform: translateY(6.3em);
}

.index-design-content {
  margin-top: 2.3em;
}

.index-design-txt {
  margin-bottom: 3em;
}

.index-design-txt p {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #754c24;
}

.index-design-more {
  text-align: center;
}

.index-album {
  background: url(../images/index/album-bg01.jpg) no-repeat center center;
  background-size: cover;
  padding: 5em 0 5.7em;
}

.index-album .m-title {
  margin-bottom: 3em;
}

.index-album-heading {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 1.7em;
}

.index-album-items-item {
  padding: 0 .8em;
}

.index-album-items-item-img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.index-album-items-item:nth-child(even) {
  padding-top: 2.5em;
}

.index-voice {
  position: relative;
  padding: 8.3em 0 10.5em;
}

.index-voice .m-title {
  margin-bottom: 7em;
}

.index-voice-in {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.index-voice-more {
  margin-top: 7.7em;
  text-align: center;
}

.index-search {
  padding: 0 0 5.2em;
}

@media screen and (max-width: 768px) {
  .page-index {
    padding-top: 0;
  }
  .index-mv .l-inner {
    padding: 0;
  }
  .index-mv-menu {
    display: none;
  }
  .index-mv-scroll {
    top: auto;
    bottom: min(23.4375vw, 135px);
    right: 50%;
    transform: translateX(50%);
  }
  .index-mv-scroll-img {
    max-width: min(6.11979vw, 35.25px);
  }
  .index-mv-heading-img {
    display: none;
    max-width: min(69.53125vw, 400.5px);
  }
  .index-mv-reserve {
    right: 2.5em;
    bottom: 1.2em;
  }
  .index-mv-reserve-link {
    font-size: min(4.6875vw, 27px);
  }
  .index-mv-reserve-link span {
    font-size: min(3.125vw, 18px);
  }
  .index-about {
    padding: 4em 0 4.5em;
  }
  .index-about .m-title {
    margin-bottom: 2.2em;
  }
  .index-about-box {
    flex-direction: column-reverse;
  }
  .index-about-box-left {
    width: 100%;
    padding: 0;
  }
  .index-about-box-right {
    width: 100%;
    margin-bottom: 2.3em;
  }
  .index-about-heading {
    font-size: min(4.6875vw, 27px);
  }
  .index-about-txt {
    margin-bottom: 2.5em;
  }
  .index-about-txt p {
    font-size: min(3.125vw, 18px);
  }
  .index-about-more {
    text-align: center;
  }
  .index-about-figure {
    text-align: center;
  }
  .index-about-figure-img {
    max-width: 100%;
  }
  .index-news {
    padding: 3.7em 0 3.6em;
    margin-bottom: 0;
  }
  .index-news .m-title {
    margin-bottom: 2.3em;
  }
  .index-course {
    padding-bottom: 4em;
  }
  .index-course-container {
    padding-top: min(44.27083vw, 340px);
    background-image: url(../images/sp/index/course-bg01-a.png);
  }
  .index-course-container-in {
    padding-bottom: min(44.27083vw, 340px);
    background-image: url(../images/sp/index/course-bg01-c.png);
  }
  .index-course-container-in-inin {
    background-image: url(../images/sp/index/course-bg01-b.png);
  }
  .index-course-container-in-inin.is-active {
    padding: 0 2.2em;
    /* padding: 0 2.2em min(20.83333vw, 160px); */
  }
  .index-course-container-in-inin.is-active .index-course-top__main {
    top: min(17.1875vw, 99px);
    padding: 0 2.2em;
  }
  .index-course-container-in-inin.is-active .index-course-items {
    padding-top: 2em;
    top: 0;
  }
  .index-course-container-in-inin.is-active .index-course-bottom {
    max-height: 9999px;
    /* bottom: min(31.25vw, 180px); */
    bottom: min(25.25vw, 180px);
    padding: 0 2.2em;
  }
  .index-course-top-txt {
    margin-top: 2.7em;
    margin-bottom: 1.5em;
    padding: 0;
    max-width: 70vw;
  }
  .index-course-top-txt p {
    font-size: min(4.94792vw, 28.5px);
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .index-course-top-txt p b {
    font-size: min(10.9375vw, 63px);
  }
  .index-course-top-scroll {
    margin-top: 1.4em;
  }
  .index-course-top-scroll-img {
    max-width: min(5.46875vw, 31.5px);
  }
  .index-course-top__first {
    top: 55%;
  }
  .index-course-bottom {
    max-height: 0;
    overflow: hidden;
  }
  .index-course-bottom-txt p {
    font-size: min(3.125vw, 18px);
  }
  .index-course-items-item {
    padding: 2.4em 0 2.7em;
  }
  .index-course-items-item-box {
    flex-direction: column;
  }
  .index-course-items-item-box-left {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }
  .index-course-items-item-box-right {
    width: 100%;
    text-align: center;
    padding: 0 5vw;
  }
  .index-course-items-item-heading {
    font-size: min(5.20833vw, 30px);
    margin-bottom: .7em;
  }
  .index-course-items-item-heading span {
    font-size: min(9.375vw, 54px);
  }
  .index-course-items-item-heading b {
    font-size: min(3.125vw, 18px);
  }
  .index-course-items-item-txt {
    margin-bottom: min(4.16667vw, 24px);
  }
  .index-course-items-item-txt p {
    font-size: min(3.125vw, 18px);
  }
  .index-course-items-item-info table tbody tr th {
    margin-bottom: .4em;
  }
  .index-course-items-item-info table tbody tr th span {
    font-size: min(3.125vw, 18px);
  }
  .index-course-items-item-info table tbody tr td {
    font-size: min(3.125vw, 18px);
  }
  .index-course-items-item-more {
    text-align: center;
  }
  .index-course-items-item-figure {
    display: inline-block;
    text-align: center;
    margin-bottom: 2.2em;
  }
  .index-course-items-item-figure-img {
    max-width: 100%;
  }
  .index-course-items-item-figure::before {
    top: min(-5.46875vw, -31.5px);
    left: min(-5.46875vw, -31.5px);
    width: min(19.53125vw, 112.5px);
    height: min(19.53125vw, 112.5px);
  }
  .index-course-items-item:nth-child(even) .index-course-items-item-box {
    flex-direction: column;
  }
  .index-course-items-item:nth-child(even) .index-course-items-item-box-left {
    padding: 0;
    margin-bottom: 1em;
  }
  .index-course-items-item:nth-child(even) .index-course-items-item-box-right {
    padding: 0 5vw;
  }
  .index-course-items-item:nth-child(even) .index-course-items-item-figure::before {
    top: min(-5.46875vw, -31.5px);
    left: min(-5.46875vw, -31.5px);
    width: min(19.53125vw, 112.5px);
    height: min(19.53125vw, 112.5px);
  }
  .index-course-items-item:first-child {
    padding-top: 2.4em;
  }
  .index-course-items-item:last-child {
    background: none;
    /* padding-bottom: 2.7em; */
  }
  .index-design {
    padding: 0 0 3.7em;
  }
  .index-design-items {
    padding: min(8.33333vw, 48px) 0 0;
  }
  .index-design-items-item {
    width: 50%;
  }
  .index-design-items-item:nth-child(1) {
    margin-bottom: min(4.6875vw, 27px);
  }
  .index-design-items-item:nth-child(1) .index-design-items-item-figure {
    width: 97%;
    transform: none;
  }
  .index-design-items-item:nth-child(2) {
    position: relative;
    z-index: 3;
    margin-bottom: min(4.6875vw, 27px);
  }
  .index-design-items-item:nth-child(2) .index-design-items-item-figure {
    width: 75%;
    justify-content: start;
    transform: translateX(min(-1.69271vw, -9.75px));
  }
  .index-design-items-item:nth-child(3) {
    position: relative;
    z-index: 1;
    margin-bottom: min(5.72917vw, 33px);
  }
  .index-design-items-item:nth-child(3) .index-design-items-item-figure {
    width: 75%;
    justify-content: end;
    transform: translateX(min(0.91146vw, 5.25px));
    padding-bottom: min(3.125vw, 18px);
  }
  .index-design-items-item:nth-child(4) {
    position: relative;
    z-index: 2;
    margin-bottom: min(5.72917vw, 33px);
  }
  .index-design-items-item:nth-child(4) .index-design-items-item-figure {
    width: 97%;
    transform: none;
  }
  .index-design-items-item:nth-child(5) .index-design-items-item-figure {
    justify-content: start;
    width: 96%;
    transform: none;
  }
  .index-design-items-item:nth-child(6) .index-design-items-item-figure {
    align-items: end;
    justify-content: start;
    width: 75%;
    transform: translateX(min(-1.82292vw, -10.5px));
    padding-bottom: min(5.20833vw, 30px);
  }
  .index-design-content {
    position: static;
    max-width: 100%;
    padding-top: min(4.16667vw, 24px);
  }
  .index-design-txt p {
    font-size: min(3.125vw, 18px);
  }
  .index-design-more {
    text-align: center;
  }
  .index-album {
    padding: 3em 0 3em;
    background-image: url(../images/sp/index/album-bg01.jpg);
  }
  .index-album .m-title {
    margin-bottom: 1.6em;
  }
  .index-album-heading {
    font-size: min(5.20833vw, 30px);
  }
  .index-voice {
    padding-top: 4.8em;
    padding-bottom: 4em;
    margin-bottom: 0;
  }
  .index-voice .m-title {
    margin-bottom: 2.3em;
  }
  .index-voice-more {
    margin-top: 3.6em;
  }
  .index-search {
    padding: 3em 0 3.5em;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .index-mv-menu {
    display: none;
  }
  .index-mv-heading-img {
    max-width: 45vw;
  }
  .index-about {
    padding: 7em 0 6em;
  }
  .index-about-box-left {
    flex: 1;
    padding-right: 2em;
  }
  .index-about-box-right {
    width: 35%;
  }
  .index-about-figure-img {
    max-width: 100%;
  }
  .index-course {
    padding-bottom: 6em;
  }
  .index-course-container {
    padding-top: 45vw;
  }
  .index-course-container-in {
    padding-bottom: 45vw;
  }
  .index-course-container-in-inin {
    padding: 0 3em;
  }
  .index-course-container-in-inin.is-active .index-course-items {
    top: 0;
  }
  .index-course-bottom-txt {
    max-width: 80%;
    margin: 0 auto;
  }
  .index-course-items-item {
    padding: 3em 0 3em;
  }
  .index-course-items-item-box-left {
    padding: 2em 2em 0 0;
  }
  .index-course-items-item-figure::before {
    top: -3.4em;
    left: -3.3em;
    width: 120px;
    height: 120px;
  }
  .index-course-items-item:nth-child(even) .index-course-items-item-box-left {
    padding-left: 2em;
  }
  .index-course-items-item:nth-child(even) .index-course-items-item-figure::before {
    top: -3.4em;
    right: -3.3em;
    width: 120px;
    height: 120px;
  }
  .index-design {
    padding-bottom: 11em;
  }
  .index-design-content {
    max-width: 55vw;
  }
  .index-voice {
    margin-bottom: 0em;
    padding-bottom: 6em;
  }
  .index-voice-more {
    margin-top: 6em;
  }
  .index-search {
    padding-bottom: 6em;
  }
}

@media screen and (max-width: 768px) and (min-width: 700px) {
  .index-course-items-item:first-child {
    padding-top: 0;
  }
  .index-course-container-in-inin.is-active .index-course-items {
    padding-top: 0;
  }
}

/* Page Sub
-------------------------------------------------- */
.page-sub {
  padding: 10em 0 10em;
}
.page-sub.page-contact {
  padding-bottom: 0;
}

.sub-archive-box {
  display: flex;
  flex-direction: row;
}

.sub-archive-box-left {
  min-width: 267px;
  padding-top: 2.6em;
}

.sub-archive-box-left .m-title {
  margin-bottom: 5.2em;
}

.sub-archive-box-right {
  flex: 1;
}

.sub-archive-menu-heading {
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 3px;
  color: #DE9669;
  margin-bottom: 1.4em;
}

.sub-archive-menu-item {
  margin-bottom: .8em;
}

.sub-archive-menu-item-link {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 3px;
  color: #754C24;
  padding: .4em .8em;
  border-radius: 15px;
}

.sub-archive-menu-item-link.is-active, .sub-archive-menu-item-link:hover {
  color: #fff;
  background: #DE9669;
  background-size: 100% 100%;
}

.sub-attention-title {
  text-align: center;
  background: url(../images/common/attention-line01.png) no-repeat center center;
  margin-bottom: 4.5em;
}

.sub-attention-title-txt {
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #cc6423;
}

.sub-attention-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -3em -5em;
}

.sub-attention-items-item {
  width: 50%;
  padding: 0 3em;
  margin-bottom: 3.5em;
}

.sub-attention-items-item-heading {
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #CC6423;
  background: linear-gradient(transparent 60%, #E1C8AA 60%);
  padding: .1em 0 .2em 0;
  margin-bottom: .8em;
}

.sub-attention-items-item-txt p {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #754C24;
}

@media screen and (max-width: 768px) {
  .page-sub {
    /* padding-top: min(27.34375vw, 157.5px); */
    padding-top: 2.5em;
    padding-bottom: min(15.625vw, 90px);
  }
  .sub-archive-box {
    flex-direction: column;
  }
  .sub-archive-box-left {
    width: 100%;
    margin-bottom: 1em;
    padding-top: 0;
  }
  .sub-archive-box-right {
    width: 100%;
  }
  .sub-archive-menu-heading {
    font-size: min(3.125vw, 18px);
    color: #DE9669;
    margin-bottom: 1.3em;
  }
  .sub-archive-menu-item {
    margin-bottom: .5em;
  }
  .sub-archive-menu-item-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    font-size: min(3.90625vw, 22.5px);
    background-size: 100% 100%;
    padding: .8em 1.5em;
    border-radius: 8px;
  }
  .sub-archive-menu-item-link.is-active, .sub-archive-menu-item-link:hover {
    background-image: url(../images/sp/common/archive-menu-bg01.png);
  }
  .sub-attention-title {
    margin-bottom: 2.2em;
  }
  .sub-attention-title-txt {
    font-size: min(4.6875vw, 27px);
  }
  .sub-attention-items {
    flex-direction: column;
    margin: 0;
  }
  .sub-attention-items-item {
    width: 100%;
    padding: 0;
    margin-bottom: 2em;
  }
  .sub-attention-items-item-heading {
    font-size: min(4.6875vw, 27px);
  }
  .sub-attention-items-item-txt p {
    font-size: min(3.125vw, 18px);
  }
  .sub-attention-items-item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .page-sub {
    padding-bottom: 6em;
  }
}

/* Page News
-------------------------------------------------- */
.page-news {
  padding-top: 8em;
}

@media screen and (max-width: 768px) {
  .page-news {
  padding-top: 2.5em;
}
}

.news-single-title {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #CC6423;
  margin-bottom: .7em;
}

.news-single-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.news-single-meta-item {
  margin-right: 2em;
}

.news-single-meta-item-time {
  font-family: 'EB Garamond';
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #754C24;
}

.news-single-meta-item-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.news-single-meta-item-tags-item-link {
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #754C24;
}

.news-single-the-content {
  background: url(../images/news/single-line01.png) no-repeat top center;
  background-size: 100% auto;
  padding-top: 2em;
  margin-top: 1.8em;
}

.news-single-the-content p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #754C24;
  margin-bottom: 2em;
}

.news-single-the-content h2, .news-single-the-content h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #754C24;
  background: url(../images/news/single-line01.png) no-repeat bottom center;
  background-size: 100% auto;
  padding-bottom: .7em;
  margin-bottom: 1.2em;
  margin-top: 3.5em;
}

.news-single-the-content img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

.news-single-the-content-eyecatch {
  margin-bottom: 1.5em;
}
.news-single-the-content-eyecatch img {
  width: 100%;
}

.news-single-the-content *:first-child {
  margin-top: 0;
}

.news-single-the-content *:last-child {
  margin-bottom: 0;
}

.news-single-back {
  text-align: center;
  margin-top: 8.3em;
}

.news-single-back-link {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #de9669;
  letter-spacing: 0.2em;
  background: url(../images/news/single-icon01.png) no-repeat center left;
  background-size: auto 100%;
  padding: .4em 3em .4em 3em;
}

@media screen and (max-width: 768px) {
  .news-single-title {
    font-size: min(5.20833vw, 30px);
  }
  .news-single-meta-item-time {
    font-size: min(4.16667vw, 24px);
  }
  .news-single-meta-item-tags-item-link {
    font-size: min(3.90625vw, 22.5px);
  }
  .news-single-the-content p {
    font-size: min(3.64583vw, 21px);
  }
  .news-single-the-content h2, .news-single-the-content h3 {
    margin-top: 3em;
    font-size: min(3.90625vw, 22.5px);
  }
  .news-single-back {
    margin-top: 5em;
  }
  .news-single-back-link {
    font-size: min(3.90625vw, 22.5px);
  }
}

/* Page Store
-------------------------------------------------- */
.store-top {
  margin-bottom: 4.5em;
}

.store-top .m-title {
  margin-bottom: 5.4em;
}

.store-top-txt p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #DE9669;
  font-weight: bold;
}

.store-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -3em -4.3em;
}

.store-items-item {
  width: 50%;
  padding: 0 3em;
  margin-bottom: 4.3em;
}

.store-items-item-images {
  position: relative;
  margin-bottom: 2.5em;
}

.store-items-item-images-slider-item-img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.store-items-item-images-nav {
  position: absolute;
  top: 50%;
  left: 1.2em;
  z-index: 10;
  transform: translateY(-50%);
}

.store-items-item-images-nav-link {
  line-height: 1;
}

.store-items-item-images-nav-link::before {
  content: "";
  display: inline-block;
  background: url(../images/common/slider-prev01.png) no-repeat center left;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.store-items-item-images-nav__next {
  left: auto;
  right: 1.2em;
}

.store-items-item-images-nav__next .store-items-item-images-nav-link::before {
  background: url(../images/common/slider-next01-active.png) no-repeat center right;
  background-size: contain;
}

.store-items-item-name {
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #CC6423;
  margin-bottom: .8em;
}

.store-items-item-txt p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #DE9669;
}

.store-items-item-info {
  background: url(../images/store/items-line01.png) no-repeat top left;
  background-size: 100% auto;
  padding-top: 1.5em;
  margin-top: 1.2em;
}

.store-items-item-info table {
  width: 100%;
  color: #754C24;
  font-size: 18px;
  line-height: 1.7;
}

.store-items-item-info table tbody tr th {
  width: 5.5em;
}

.store-items-item-info table tbody tr td a {
  color: #754C24;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .store-top {
    margin-bottom: 1.7em;
  }
  .store-top .m-title {
    margin-bottom: 2.7em;
  }
  .store-top-txt p {
    font-size: min(3.125vw, 18px);
  }
  .store-items {
    flex-direction: column;
  }
  .store-items-item {
    width: 100%;
    margin-bottom: 3.5em;
  }
  .store-items-item-images {
    margin-bottom: 2em;
  }
  .store-items-item-name {
    font-size: min(4.6875vw, 27px);
  }
  .store-items-item-txt p {
    font-size: min(3.125vw, 18px);
  }
  .store-items-item-info table tbody tr th {
    font-size: min(3.125vw, 18px);
  }
  .store-items-item-info table tbody tr td {
    font-size: min(3.125vw, 18px);
  }
}

/* Page Contact
-------------------------------------------------- */
.contact-top {
  margin-bottom: 4.5em;
}

.contact-top .m-title {
  margin-bottom: 5.4em;
}

.contact-top-txt {
  margin-bottom: 3.2em;
}

.contact-top-txt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #754C24;
}

.contact-top-stores {
  display: flex;
  flex-direction: row;
}

.contact-top-stores-item {
  width: 25%;
}

.contact-top-stores-item-name {
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #CC6423;
  margin-bottom: .7em;
}

.contact-top-stores-item-tel {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #754C24;
}

.contact-top-stores-item-tel a {
  color: #754C24;
  text-decoration: underline;
}

.contact-complete {
  padding: 6em 0;
  background: #de9669;
  text-align: center;
}

.contact-complete-title {
  text-align: center;
  margin-bottom: 4em;
}

.contact-complete-title-heading {
  display: inline-block;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  background: url(../images/common/cmn-line01.png) no-repeat bottom 0em center;
}

.contact-complete-txt {
  margin-bottom: 7em;
}

.contact-complete-txt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 2em;
}

.contact-complete-txt p:last-child {
  margin-bottom: 0;
}

.contact-main {
  background: #de9669;
  padding: 5.5em 0 9.7em;
}

.contact-main-title {
  text-align: center;
  margin-bottom: 5.7em;
}

.contact-main-title-heading {
  display: inline-block;
  background: url(../images/common/cmn-line01.png) no-repeat bottom center;
  background-size: 100% auto;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}

.contact-main-note {
  display: none;
  margin-bottom: 3em;
}
.contact-main-note p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  text-align: center;
}

.contact-main-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 5em;
}

.contact-main-info-item {
  padding: 0 1.1em;
}

.contact-main-info-item-in {
  background: url(../images/contact/info-bg01.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 3em 0 1.5em;
  width: 196px;
  text-align: center;
}

.contact-main-info-item-in-txt {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}

.contact-main-info-item-in__date {
  width: 302px;
  background-image: url(../images/contact/info-bg02.png);
}

.contact-main-info-item-in__time {
  background-image: url(../images/contact/info-bg03.png);
}

.contact-main-form {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-main-form table {
  width: 100%;
}

.contact-main-form table tbody tr th {
  vertical-align: top;
  position: relative;
  width: 320px;
  padding-right: 2.1em;
  padding-bottom: 4em;
  padding-top: 1.1em;
}

.contact-main-form table tbody tr th label {
  display: inline-block;
  max-width: 80%;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  cursor: pointer;
}

.contact-main-form table tbody tr th .__required {
  position: absolute;
  top: .6em;
  right: 2em;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #E1C8AA;
  background: url(../images/contact/form-bg01.png) no-repeat center center;
  width: 62px;
  height: 32px;
  background-size: contain;
}

.contact-main-form table tbody tr th.__va-middle {
  vertical-align: middle;
}

.contact-main-form table tbody tr td {
  vertical-align: top;
  padding-bottom: 4em;
}

.contact-main-form table tbody tr td input[type="text"],
.contact-main-form table tbody tr td input[type="email"],
.contact-main-form table tbody tr td textarea,
.contact-main-form table tbody tr td select {
  width: 100%;
  background: #fff;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #CC6423;
  padding: 1.1em;
}

.contact-main-form table tbody tr td select {
  -webkit-appearance: none;
  position: relative;
}

.mw_wp_form_confirm .contact-main-note {
  display: block;
}


.e-select-wrapper {
  display: inline-block;
  position: relative;
}
.e-select-wrapper::before {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: .6em;
  font-size: 1.1em;
  font-weight: bold;
  color: #cc6423;
  transform: translateY(-50%) rotate(90deg) scaleX(50%);
  z-index: 10;
}

.contact-main-form table tbody tr td input[type="text"]::placeholder,
.contact-main-form table tbody tr td input[type="email"]::placeholder,
.contact-main-form table tbody tr td textarea::placeholder,
.contact-main-form table tbody tr td select::placeholder {
  color: #E1C8AA;
}

.contact-main-form table tbody tr td input[type="text"]:focus,
.contact-main-form table tbody tr td input[type="email"]:focus,
.contact-main-form table tbody tr td textarea:focus,
.contact-main-form table tbody tr td select:focus {
  outline-color: #fff;
}

.contact-main-form table tbody tr td input[type="text"].__sm,
.contact-main-form table tbody tr td input[type="email"].__sm,
.contact-main-form table tbody tr td textarea.__sm,
.contact-main-form table tbody tr td select.__sm {
  width: 14em;
}

.contact-main-form table tbody tr td input[type="text"].__mb,
.contact-main-form table tbody tr td input[type="email"].__mb,
.contact-main-form table tbody tr td textarea.__mb,
.contact-main-form table tbody tr td select.__mb {
  margin-bottom: .5em;
}

.contact-main-form table tbody tr td select:focus {
  color: #000;
}

.contact-main-form table tbody tr td .__sep {
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 0 .7em;
}

.contact-main-form table tbody tr td .__attention {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
}

.contact-main-form table tbody tr td.__va-middle {
  vertical-align: middle;
}

.contact-main-form table tbody tr td.__txt {
  padding-top: 1em;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.contact-main-form table tbody tr td.__radios {
  padding-top: .7em;
}

.contact-main-form table tbody tr td.__radios .mwform-radio-field.vertical-item {
  margin-bottom: .7em;
}

.contact-main-form table tbody tr td.__radios input[type=radio] {
  display: none;
}

.contact-main-form table tbody tr td.__radios label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}

.contact-main-form table tbody tr td.__radios label::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 100%;
  margin-right: .7em;
  position: relative;
}

.contact-main-form table tbody tr td.__radios input[type=radio]:checked + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: url(../images/common/icon-check01-brown.png) no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.contact-main-form table tbody tr td .error {
  margin: .8em 0;
}

.contact-main-form-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-main-form-btns-item {
  margin: 0 .5em 2em;
}

.contact-main-form-btns-item-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 0;
  background: url(../images/contact/form-bg02.png) no-repeat center center;
  width: 202px;
  height: 52px;
  background-size: contain;
  outline: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #CC6423;
  cursor: pointer;
}

.contact-main-form-btns-item:last-child {
  margin-bottom: 0;
}

.mw_wp_form_confirm .contact-top {
  display: none;
}

.mw_wp_form_confirm .contact-main-form table, .mw_wp_form_confirm .contact-main-form tbody, .mw_wp_form_confirm .contact-main-form tr, .mw_wp_form_confirm .contact-main-form th, .mw_wp_form_confirm .contact-main-form td {
  display: block;
}

.mw_wp_form_confirm .contact-main-form table tbody tr th {
  width: 100%;
  text-align: center;
  padding-bottom: 1em;
  padding-right: 0;
}

.mw_wp_form_confirm .contact-main-form table tbody tr th label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.mw_wp_form_confirm .contact-main-form table tbody tr th label::before, .mw_wp_form_confirm .contact-main-form table tbody tr th label::after {
  content: "";
  display: inline-block;
  background: url(../images/contact/confirm-line01.png) no-repeat center center;
  width: 57px;
  height: 4px;
  background-size: contain;
  max-width: 100%;
  margin: 0 .5em;
}

.mw_wp_form_confirm .contact-main-form table tbody tr th span {
  display: none;
}

.mw_wp_form_confirm .contact-main-form table tbody tr td {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-top: .9em;
}

.mw_wp_form_confirm .contact-main-form table tbody tr td .e-select-wrapper::before {
  display: none;
}

.mw_wp_form_confirm .contact-main-form table tbody tr td .__attention {
  display: none;
}

.mw_wp_form_complete .contact-top {
  display: none;
}

@media screen and (max-width: 768px) {
  .contact-top {
    margin-bottom: 3.5em;
  }
  .contact-top .m-title {
    margin-bottom: 2.6em;
  }
  .contact-top-txt {
    margin-bottom: 3em;
  }
  .contact-top-txt p {
    font-size: min(3.125vw, 18px);
  }
  .contact-top-stores {
    flex-direction: column;
  }
  .contact-top-stores-item {
    width: 100%;
    padding: 1.4em 0;
    background: url(../images/contact/top-line01.png) no-repeat bottom left;
    background-size: 100% auto;
  }
  .contact-top-stores-item-name {
    font-size: min(4.6875vw, 27px);
    margin-bottom: .9em;
  }
  .contact-top-stores-item-tel {
    font-size: min(4.6875vw, 27px);
  }
  .contact-top-stores-item:first-child {
    padding-top: 0;
  }
  .contact-complete-title-heading {
    font-size: min(6.25vw, 36px);
  }
  .contact-complete-txt {
    margin-bottom: 3.5em;
  }
  .contact-complete-txt p {
    font-size: min(4.16667vw, 24px);
  }
  .contact-main {
    padding-top: 2.8em;
    padding-bottom: 3.5em;
  }
  .contact-main-title {
    margin-bottom: 2.5em;
  }
  .contact-main-title-heading {
    font-size: min(5.20833vw, 30px);
  }
  .contact-main-note {
    margin-bottom: 2em;
  }
  .contact-main-note p {
    font-size: min(3.125vw,18px);
  }
  .contact-main-info {
    flex-direction: column;
    margin-bottom: 3em;
  }
  .contact-main-info-item {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.2em;
  }
  .contact-main-info-item-in {
    width: 100%;
    background-image: url(../images/sp/contact/info-bg01.png);
    height: min(8.85417vw, 51px);
    width: min(81.51042vw, 469.5px);
    padding: min(7.8125vw, 45px) 0 min(8.85417vw, 51px);
  }
  .contact-main-info-item-in-txt {
    font-size: min(4.6875vw, 27px);
  }
  .contact-main-info-item-in__date {
    background-image: url(../images/sp/contact/info-bg02.png);
  }
  .contact-main-info-item-in__time {
    background-image: url(../images/sp/contact/info-bg03.png);
  }
  .contact-main-form table, .contact-main-form tbody, .contact-main-form tr, .contact-main-form th, .contact-main-form td {
    display: block;
    width: 100%;
  }
  .contact-main-form table tbody tr th {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 1em;
  }
  .contact-main-form table tbody tr th label {
    font-size: min(4.6875vw, 27px);
  }
  .contact-main-form table tbody tr th .__required {
    position: relative;
    top: -0.2em;
    right: auto;
    margin-left: .7em;
    width: min(10.41667vw, 60px);
    height: min(5.20833vw, 30px);
    font-size: min(2.86458vw, 16.5px);
  }
  .contact-main-form table tbody tr td {
    padding-bottom: 3em;
  }
  .contact-main-form table tbody tr td input[type="text"],
  .contact-main-form table tbody tr td input[type="email"],
  .contact-main-form table tbody tr td textarea,
  .contact-main-form table tbody tr td select {
    padding: 1em;
  }
  .contact-main-form table tbody tr td input[type="text"].__sm,
  .contact-main-form table tbody tr td input[type="email"].__sm,
  .contact-main-form table tbody tr td textarea.__sm,
  .contact-main-form table tbody tr td select.__sm {
    width: 14em;
  }
  .contact-main-form table tbody tr td .__sep {
    font-size: min(6.51042vw, 37.5px);
  }
  .contact-main-form table tbody tr td .__attention {
    font-size: min(3.125vw, 18px);
  }
  .contact-main-form table tbody tr td.__txt {
    font-size: min(4.6875vw, 27px);
    padding-top: 0em;
    padding-bottom: 2.4em;
  }
  .contact-main-form table tbody tr td.__radios .mwform-radio-field.vertical-item {
    margin-bottom: .8em;
  }
  .contact-main-form table tbody tr td.__radios label {
    font-size: min(3.64583vw, 21px);
  }
  .contact-main-form table tbody tr td.__radios label::before {
    width: min(7.03125vw, 40.5px);
    height: min(7.03125vw, 40.5px);
    aspect-ratio: 1/1;
  }
  .contact-main-form table tbody tr td.__radios input[type=radio]:checked + span::before {
    left: 0;
    width: min(7.29167vw, 42px);
    height: min(7.29167vw, 42px);
    aspect-ratio: 1/1;
    transform: translateY(-50%);
  }
  .contact-main-form-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-main-form-btns-item {
    margin-bottom: 1em;
  }
  .contact-main-form-btns-item-btn {
    font-size: min(4.6875vw, 27px);
  }
  .mw_wp_form_confirm .contact-main-form table tbody tr td {
    font-size: min(4.6875vw, 27px);
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .contact-top-stores-item-name {
    font-size: 22px;
  }
  .contact-top-stores-item-tel {
    font-size: 18px;
  }
  .contact-main-form table tbody tr td.__radios input[type=radio] {
    display: none;
  }
  .contact-main-form table tbody tr td.__radios label::before {
    position: relative;
  }
  .contact-main-form table tbody tr td.__radios input[type=radio]:checked + span::before {
    transform: translate(-50%, -50%);
  }
}

/* Design
-------------------------------------------------- */
.design-archive-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1.5em 1.5em;
}

.design-archive-items-item {
  width: 33.3%;
  padding: 0 1.5em;
  margin-bottom: 2.8em;
}

.design-archive-items-item-link {
  display: block;
}

.design-archive-items-item-figure {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 0 1.7em;
}

.design-archive-items-item-figure-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  vertical-align: bottom;
}

.design-archive-items-item-figure-overlay {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #de9669;
  transition: .5s;
  opacity: 0;
}

.design-archive-items-item-figure-overlay-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.design-archive-items-item-figure-overlay-tags-item {
  margin: 0 .5em .7em;
}

.design-archive-items-item-figure-overlay-tags-item-link {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.design-archive-items-item-figure:hover .design-archive-items-item-figure-overlay {
  opacity: 1;
}

.design-archive-items-item-name {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: #754C24;
  margin-bottom: .8em;
}

.design-archive-items-item-cat {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #DE9669;
}

.design-archive-items-item-cat-item {
  margin-right: 1em;
}

.design-archive-items-item-cat-item-link {
  color: #DE9669;
}

@media screen and (max-width: 768px) {
  .design-archive-items {
    margin: 0 -1em;
  }
  .design-archive-items-item {
    width: 50%;
    padding: 0 1em;
  }
  .design-archive-items-item-figure {
    margin-bottom: 1em;
  }
  .design-archive-items-item-figure-overlay-tags-item-link {
    font-size: min(3.125vw, 18px);
  }
  .design-archive-items-item-name {
    font-size: min(3.90625vw, 22.5px);
    margin-bottom: .9em;
  }
  .design-archive-items-item-cat-item-link {
    font-size: min(3.125vw, 18px);
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .design-archive-items {
    margin-left: -1em;
    margin-right: -1em;
  }
  .design-archive-items-item {
    width: 50%;
    padding: 0 1em;
  }
}

/* Page FAQ
-------------------------------------------------- */
.faq-top {
  margin-bottom: 0;
}

.faq-top .m-title {
  margin-bottom: 5.7em;
}

.faq-top-txt {
  margin-bottom: 6.8em;
}

.faq-top-txt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #754C24;
}

.faq-top-cat-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #CC6423;
  margin-bottom: 1.2em;
  margin-top: 3em;
}

.faq-top-cat-item {
  margin-bottom: 1.5em;
}

.faq-top-cat-item-link {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #DE9669;
  background: url(../images/faq/top-bg01.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 1.1em 1.4em;
}

.faq-top-cat-item-link::after {
  content: "▼";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3.8em;
  transform: translateY(-50%);
  color: #de9669;
  font-size: 10px;
}

.faq-top-cat-item-link:hover {
  background-image: url(../images/faq/top-bg01-active.png);
  color: #fff;
}

.faq-top-cat-item-link:hover::after {
  color: #fff;
}

.faq-top-cat-item-body {
  display: block;
  background: #fff;
  margin-top: -3px;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity .5s;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.faq-top-cat-item.is-active .faq-top-cat-item-link {
  background-image: url(../images/faq/top-bg01-active.png);
  color: #fff;
}

.faq-top-cat-item.is-active .faq-top-cat-item-link::after {
  content: "▲";
  color: #fff;
}

.faq-top-cat-item.is-active .faq-top-cat-item-body {
  opacity: 1;
  padding: 0 3.7em;
  transform: scaleY(100%);
  max-height: 9999px;
}

.faq-items-item {
  padding: 2.7em 0;
  background: url(../images/faq/items-line01.png) no-repeat bottom left;
  background-size: 100% auto;
}

.faq-items-item-question {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: #DE9669;
  margin-bottom: 1.2em;
}

.faq-items-item-question::before {
  content: "Q";
  display: inline-block;
}

.faq-items-item-answer p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #754C24;
  padding-left: 1em;
  text-indent: -0.8em;
}

.faq-items-item-answer p::before {
  content: "A";
  display: inline-block;
  font-weight: bold;
  margin-right: .7em;
}

.faq-items-item:last-child {
  background: none;
}

@media screen and (max-width: 768px) {
  .page-faq {
    padding-bottom: 1px;
  }
  .faq-top {
    margin-bottom: 3em;
  }
  .faq-top .m-title {
    margin-bottom: 2.6em;
  }
  .faq-top-txt {
    margin-bottom: 1.6em;
  }
  .faq-top-txt p {
    font-size: min(3.125vw, 18px);
  }
  .faq-top-cat-heading {
    font-size: min(4.6875vw, 27px);
    margin-top: 2.5em;
  }
  .faq-top-cat-item {
    margin-bottom: 1em;
  }
  .faq-top-cat-item-link {
    font-size: min(3.38542vw, 19.5px);
    line-height: 1.3;
    padding-right: 2em;
    background-image: url(../images/sp/faq/top-bg01.png);
  }
  .faq-top-cat-item-link::after {
    right: 1em;
  }
  .faq-top-cat-item-link:hover {
    background-color: none;
    background-image: url(../images/sp/faq/top-bg01-active.png);
  }
  .faq-top-cat-item.is-active .faq-top-cat-item-link {
    background-color: none;
    background-image: url(../images/sp/faq/top-bg01-active.png);
  }
  .faq-top-cat-item.is-active .faq-top-cat-item-body {
    padding: .2em 1.5em;
  }
  .faq-items-item {
    padding: 1.5em 0;
    background-image: url(../images/sp/faq/items-line01.png);
  }
  .faq-items-item-question {
    font-size: min(3.90625vw, 22.5px);
  }
  .faq-items-item-answer p {
    font-size: min(3.125vw, 18px);
  }
}

/* Page Reserve
-------------------------------------------------- */
.reserve-top {
  margin-bottom: 2.5em;
}

.reserve-top .m-title {
  margin-bottom: 5.4em;
}

.reserve-top-txt {
  margin-bottom: 5.5em;
}

.reserve-top-txt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #754C24;
}

.reserve-stores-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #DE9669;
  margin-bottom: 2.7em;
}

.reserve-stores-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1em 5em;
  padding-right: 0;
}

.reserve-stores-items-item {
  width: auto;
  padding: 0 1em;
  margin-bottom: 1em;
}

.reserve-stores-items-item-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: url(../images/reserve/stores-bg01.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 1em 1.5em;
  min-width: 14em;
}

.reserve-stores-items-item-link-txt {
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #DE9669;
}

.reserve-stores-items-item-link-txt::after {
  position: relative;
  top: -0.3em;
  display: inline-block;
  content: "▼";
  font-size: 12px;
  margin-left: 1em;
}

.reserve-stores-items-item-link:hover, .reserve-stores-items-item-link.is-active {
  background-image: url(../images/reserve/stores-bg01-active.png);
}

.reserve-stores-items-item-link:hover .reserve-stores-items-item-link-txt {
  color: #fff;
}

.reserve-stores-items-item-link.is-active .reserve-stores-items-item-link-txt {
  color: #fff;
}

.reserve-stores-items-item-tel {
  /* font-size: 18px; */
  font-weight: bold;
  text-align: center;
  margin-top: 1em;

  font-size: 20px;
  line-height: 1;
  letter-spacing: .1em;
  color: #754C24;
}

.reserve-calendar {
  margin-bottom: 6em;
}

.reserve-calendar-heading {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #CC6423;
  text-align: center;
  margin-bottom: 2.4em;
}

.reserve-calendar-tabs {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  margin: 0 -0.6em;
}

.reserve-calendar-tabs-item {
  width: 50%;
  padding: 0 .6em 0;
}

.reserve-calendar-tabs-item-link {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../images/reserve/tabs-bg03.png) no-repeat center center;
  background-size: 100% 100%;
  color: #de9669;
  padding: 1.2em .5em 1.1em;
  cursor: pointer;
}

.reserve-calendar-tabs-item-link-txt {
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: .6em;
}

.reserve-calendar-tabs-item-link-time {
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2em;
}

.reserve-calendar-tabs-item-link.is-inactive {
  background-image: url(../images/reserve/tabs-bg01.png);
}

.reserve-calendar-tabs-item-link:hover, .reserve-calendar-tabs-item-link.is-active {
  background-image: url(../images/reserve/tabs-bg02.png);
  color: #fff;
}

.reserve-calendar-contents-item {
  display: none;
  margin-top: -0.3em;
}

.reserve-calendar-contents-item .rp-store-calendar-box {
  border-radius: 0 !important;
}

.reserve-calendar-contents-item.is-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .reserve-top {
    margin-bottom: 2.3em;
  }
  .reserve-top .m-title {
    margin-bottom: 2.6em;
  }
  .reserve-top-txt {
    margin-bottom: 0;
  }
  .reserve-top-txt p {
    font-size: min(3.125vw, 18px);
  }
  .reserve-stores-heading {
    display: none;
  }
  .reserve-stores-items {
    flex-wrap: wrap;
    margin: 0 -0.5em 1.3em;
    padding-right: 0;
  }
  .reserve-stores-items-item {
    width: 50%;
    padding: 0 .5em;
    margin-bottom: 4vw;
  }
  .reserve-stores-items-item-link {
    padding: .9em 1.4em;
    background-size: contain;
    min-width: auto;
  }
  .reserve-stores-items-item-link-txt {
    font-size: min(4.16667vw, 24px);
  }
  .reserve-stores-items-item-link-txt::after {
    top: 0;
    font-size: min(3.38542vw, 19.5px);
    margin-left: .5em;
  }
  .reserve-stores-items-item-tel {
    color: #754C24;
    font-size: min(3.38542vw, 19.5px);
  }
  .reserve-calendar {
    margin-bottom: 3em;
  }
  .reserve-calendar-heading {
    font-size: min(3.90625vw, 22.5px);
    margin-bottom: 1.7em;
  }
  .reserve-calendar-tabs {
    flex-direction: column;
  }
  .reserve-calendar-tabs-item {
    width: 100%;
    margin-bottom: .8em;
  }
  .reserve-calendar-tabs-item-link {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    padding: .9em 1.3em;
  }
  .reserve-calendar-tabs-item-link-txt {
    font-size: min(3.90625vw, 22.5px);
    letter-spacing: .1em;
    margin-bottom: .4em;
  }
  .reserve-calendar-tabs-item-link-time {
    font-size: min(2.86458vw, 16.5px);
    letter-spacing: .1em;
    margin-left: 1em;
  }
  .reserve-calendar-tabs-item-link::after {
    content: "▼";
    display: inline-block;
    color: #DE9669;
    font-size: min(3.38542vw, 19.5px);
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translateY(-50%);
  }
  .reserve-calendar-tabs-item-link.is-inactive {
    background-image: url(../images/reserve/tabs-bg03.png);
  }
  .reserve-calendar-tabs-item-link.is-active::after {
    content: "▲";
    color: #fff;
  }
  .reserve-calendar-contents {
    margin-top: -1em;
  }
}

/* Page Course
-------------------------------------------------- */
.page-course {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.course-top {
  position: relative;
  margin-bottom: 3em;
}

.course-top-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: calc( (100vw - 1200px) / 2);
  max-width: 38vw;
  padding-top: 210px;
  padding-bottom: 4em;
  height: 100%;
}

.course-top-content .m-title {
  margin-bottom: 3.8em;
}

.course-top-heading {
  font-weight: bold;
  font-size: 45px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #CC6423;
  margin-bottom: 1.2em;
}

.course-top-heading span {
  position: relative;
  bottom: .2em;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  background: url(../images/course/top-bg01.png) no-repeat center center;
  width: 166px;
  height: 30px;
  background-size: contain;
  margin-left: .2em;
}

.course-top-txt {
  position: relative;
  z-index: 10;
  max-width: 540px;
}

.course-top-txt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #754C24;
  margin-bottom: 1.5em;
}

.course-top-figure {
  position: static;
  top: 0;
  right: 0;
  margin: 0;
  text-align: right;
}

.course-top-figure-img {
  height: auto;
}

.course-about-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 7.5em;
}

.course-about-box-left {
  width: 55%;
}

.course-about-box-right {
  width: 45%;
  margin-left: 0;
}

.course-about-figure {
  margin: 0;
}

.course-about-figure-img {
  max-width: 100%;
  height: auto;
}

.course-about-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #CC6423;
  margin-bottom: 1.1em;
}

.course-about-txt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #754C24;
  margin-bottom: 1em;
}

.course-about-txt p:last-child {
  margin-bottom: 0;
}

.course-osusume-box {
  background: url(../images/course/osusume-bg01.png) no-repeat top center;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 6em 6.1em 5.5em;
  margin-bottom: 9.4em;
}

.course-osusume-box-subTitle {
  font-size: 20px;
  line-height: 1;
  color: #7F4F21;
  letter-spacing: 0.2em;
  margin-bottom: .8em;
}

.course-osusume-box-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #7F4F21;
  margin-bottom: 3.5em;
}

.course-osusume-box-title-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin: 0 .7em;
}

.course-osusume-box-title::before {
  content: "";
  background: url(../images/course/osusume-line01.png) no-repeat left center;
  width: 14px;
  height: 30px;
  background-size: contain;
}

.course-osusume-box-title::after {
  content: "";
  background: url(../images/course/osusume-line02.png) no-repeat right center;
  width: 14px;
  height: 30px;
  background-size: contain;
}

.course-osusume-box-txt {
  margin-bottom: 2.9em;
}

.course-osusume-box-txt p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

.course-osusume-box-points {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
}

.course-osusume-box-points-item {
  padding: 0 1em;
  text-align: center;
}

.course-osusume-box-points-item-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.2em;
}

.course-osusume-box-points-item-txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.14em;
  color: #603813;
  margin-left: -1em;
  margin-right: -1em;
}

.course-osusume-box-points-item-txt02 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 4px;
  color: #603813;
}

.course-info {
  margin-bottom: 6em;
}

.course-info-heading {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #DE9669;
  margin-bottom: .8em;
}

.course-info-txt {
  margin-bottom: 2.5em;
}

.course-info-txt p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #DE9669;
}

.course-info-table {
  margin-bottom: 6em;
}

.course-info-table table {
  width: 100%;
  table-layout: fixed;
}

.course-info-table table thead {
  background: url(../images/course/info-line01.png) no-repeat bottom left;
  background-size: 100% auto;
}

.course-info-table table thead tr th {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #DE9669;
  background: rgba(222, 150, 105, 0.2);
  border-right: 1px solid #de9669;
  padding: .8em .5em;
  vertical-align: middle;
}

.course-info-table table thead tr th:first-child {
  border-left: 1px solid #de9669;
}

.course-info-table table tbody tr td {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #DE9669;
  border-right: 1px solid #de9669;
  padding: .8em .5em;
  vertical-align: middle;
}

.course-info-table table tbody tr td small {
  font-size: 75%;
}

.course-info-table table tbody tr td:first-child {
  border-left: 1px solid #de9669;
}

.course-info-cat {
  margin-bottom: 6.2em;
}

.course-info-cat-item {
  margin-bottom: 1.5em;
}

.course-info-cat-item-link {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #DE9669;
  background: url(../images/faq/top-bg01.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-mask-image: url(../images/faq/top-bg01-mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  mask-image: url(../images/faq/top-bg01-mask.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  padding: 1.1em 1.4em;
  /* border-radius: 10px; */
}

.course-info-cat-item-link::after {
  content: "▼";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3.8em;
  transform: translateY(-50%);
  color: #de9669;
  font-size: 10px;
}

.course-info-cat-item-link:hover {
  background-color: #de9669;
  color: #fff;
}

.course-info-cat-item-link:hover::after {
  color: #fff;
}

.course-info-cat-item-body {
  background: #fff;
  margin-top: -3px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity .5s;
}

.course-info-cat-item-body-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 5em;
}

.course-info-cat-item-body-box-right {
  padding-left: 7.5em;
}

.course-info-cat-item-body-box:last-child {
  margin-bottom: 0 !important;
}

.course-info-cat-item-body-figure {
  margin: 0;
}

.course-info-cat-item-body-figure-img {
  border-radius: 15px;
}

.course-info-cat-item-body-heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #DE9669;
  margin-bottom: .8em;
}

.course-info-cat-item-body-txt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #7F4F21;
}

.course-info-cat-item-body-attention {
  width: 100%;
  margin-top: .8em;
}

.course-info-cat-item-body-attention p {
  text-align: right;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #754C24;
}

.course-info-cat-item-body__type02 {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5em 3em;
}

.course-info-cat-item-body__type02 .course-info-cat-item-body-box {
  flex-direction: column;
  width: 50%;
  padding: 0 3em;
  margin-bottom: 3em;
}

.course-info-cat-item-body__type02 .course-info-cat-item-body-box-left {
  width: 100%;
  margin-bottom: 2em;
}

.course-info-cat-item-body__type02 .course-info-cat-item-body-box-right {
  width: 100%;
  padding-left: 0;
}

.course-info-cat-item-body__type02 .course-info-cat-item-body-figure-img {
  width: 100%;
  height: auto;
}

.course-info-cat-item.is-active .course-info-cat-item-link {
  background-color: #de9669;
  color: #fff;
}

.course-info-cat-item.is-active .course-info-cat-item-link::after {
  content: "▲";
  color: #fff;
}

.course-info-cat-item.is-active .course-info-cat-item-body {
  opacity: 1;
  transform: scaleY(100%);
  padding: 5em 6em;
  max-height: 9999px;
}

.course-info-cat-item.is-active .course-info-cat-item-body__type02 {
  display: flex;
}

.course-info-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 -1.2em 5.5em;
}

.course-info-items-item {
  width: 25%;
  padding: 0 1.2em;
}

.course-info-items-item-figure {
  margin: 0 0 1.5em;
  border-radius: 15px;
  overflow: hidden;
}

.course-info-items-item-figure-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1/1;
}

.course-info-items-item-heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.18em;
  color: #DE9669;
  margin-bottom: .7em;
}

.course-info-items-item-heading small {
  font-size: 75%;
  letter-spacing: 0.09em;
}

.course-info-items-item-meta table, .course-info-items-item-meta tbody, .course-info-items-item-meta tr, .course-info-items-item-meta th, .course-info-items-item-meta td {
  display: block;
}

.course-info-items-item-meta tr {
  display: flex;
  flex-direction: row;
}

.course-info-items-item-meta table tbody tr th {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #754C24;
}

.course-info-items-item-meta table tbody tr td {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #754C24;
}

.course-info-flow-container {
  position: relative;
  background: url(../images/course/flow-bg01-a.png) no-repeat top center;
  background-size: 100% auto;
  padding-top: 129px;
}

.course-info-flow-container-in {
  background: url(../images/course/flow-bg01-c.png) no-repeat bottom center;
  background-size: 100% auto;
  padding-bottom: 42px;
}

.course-info-flow-container-in-inin {
  background: #e1c8aa url(../images/course/flow-bg01-b.png) repeat-y center center;
  background-size: 100% auto;
  padding: 0 6.2em;
}

.course-info-flow-heading {
  position: absolute;
  top: 4em;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #754C24;
}

.course-info-flow-heading-img {
  max-width: 100%;
  height: auto;
}

.course-info-flow-items-item {
  background: url(../images/course/flow-line01.png) no-repeat bottom left;
  background-size: 100% auto;
  padding: 4em 0 4.5em;
}

.course-info-flow-items-item-box {
  display: flex;
  flex-direction: row;
}

.course-info-flow-items-item-box-left {
  width: 50%;
  padding-top: 4.7em;
  padding-right: 2.5em;
}

.course-info-flow-items-item-box-right {
  width: 50%;
}

.course-info-flow-items-item-heading {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 0.2em;
  color: #7F4F21;
  margin-bottom: 1.4em;
}

.course-info-flow-items-item-txt p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}

.course-info-flow-items-item-images-item {
  border-radius: 15px;
}

.course-info-flow-items-item-images-item-img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  vertical-align: bottom;
}

.course-info-flow-items-item-images .slick-dots {
  bottom: -3em;
}

.course-info-flow-items-item-images .slick-dots li button {
  background: url(../images/common/slick-dots01.png) no-repeat center center;
  width: 12px;
  height: 12px;
  background-size: contain;
}

.course-info-flow-items-item-images .slick-dots li.slick-active button {
  background-image: url(../images/common/slick-dots01-active.png);
}

.course-info-flow-items-item-images .slick-dots li button::before {
  display: none !important;
}

.course-info-flow-items-item:last-child {
  background: none;
}

.course-flow {
  background: #e1c8aa;
  padding: 6.5em 0 10em;
}

.course-flow-heading {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  margin-bottom: 3.6em;
}

.course-flow-items-item {
  margin-bottom: 2.8em;
}

.course-flow-items-item-container {
  background: url(../images/course/flow-bg02-a.png) no-repeat top center;
  background-size: 100% auto;
  padding-top: 39px;
}

.course-flow-items-item-container-in {
  background: url(../images/course/flow-bg02-c.png) no-repeat bottom center;
  background-size: 100% auto;
  padding-bottom: 41px;
}

.course-flow-items-item-container-in-inin {
  background: #e1c8aa url(../images/course/flow-bg02-b.png) repeat-y center center;
  background-size: 100% auto;
  padding: 0;
}

.course-flow-items-item-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: .5em 4.1em .4em;
  min-height: 220px;
}

.course-flow-items-item-box-left {
  width: 640px;
}

.course-flow-items-item-box-left .course-flow-items-item-figure {
  display: none;
}

.course-flow-items-item-box-right {
  flex: 1;
  text-align: right;
}

.course-flow-items-item-heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #DBBB9E;
  margin-bottom: .7em;
}

.course-flow-items-item-heading-num {
  font-family: 'EB Garamond';
  font-size : 60px;
  font-weight: 500;
  line-height : 1;
  letter-spacing : 3px;
  color : #DBBB9E;
  margin-right: .3em;
}

.course-flow-items-item-txt p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #754C24;
}

.course-flow-items-item-attention {
  margin-top: 1.4em;
}

.course-flow-items-item-attention-item {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #754C24;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: .3em;
}

.course-flow-items-item-attention-item:last-child {
  margin-bottom: 0;
}

.course-flow-items-item-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 3em;
}

.course-flow-items-item-links-item {
  margin-right: 2.5em;
}

.course-flow-items-item-links-item-link {
  display: inline-block;
  color: #dbbb9e;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.course-flow-items-item-figure {
  margin: 0;
}

.course-flow-items-item-figure-img {
  max-width: 100%;
  height: auto;
}

.course-flow-items-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .page-course {
    padding-top: 0;
    padding-bottom: 0;
  }
  .course-top {
    padding-top: 0;
    margin-bottom: 1.7em;
  }
  .course-top-content {
    left: 1.5em;
    max-width: 100%;
    padding-top: min(14.32292vw, 110px);
  }
  .course-top-content .m-title {
    margin-bottom: 1.5em;
  }
  .course-top-heading {
    font-size: min(5.85938vw, 33.75px);
    margin-bottom: 1em;
  }
  .course-top-heading span {
    font-size: min(3.125vw, 18px);
    background-image: url(../images/sp/course/top-bg01.png);
    width: min(31.51042vw, 181.5px);
    height: min(5.20833vw, 30px);
  }
  .course-top-txt {
    max-width: 100%;
    margin-top: -0.8em;
    margin-bottom: .7em;
  }
  .course-top-txt p {
    font-size: min(3.125vw, 18px);
    margin-bottom: 2em;
  }
  .course-top-txt p:last-child {
    margin-bottom: 0;
  }
  .course-top-figure {
    top: 0;
    right: 0;
  }
  .course-top-figure-img {
    max-width: min(88.54167vw, 510px);
  }
  .course-about-box {
    flex-direction: column;
    margin-bottom: 3.1em;
  }
  .course-about-box-left {
    width: 100%;
    margin-bottom: 2.2em;
  }
  .course-about-box-right {
    width: 100%;
    margin-left: 0;
  }
  .course-about-box__rev .course-about-box-right {
    margin-right: 0;
  }
  .course-about-figure {
    text-align: center;
  }
  .course-about-figure-img {
    max-width: 100%;
    width: 100%;
  }
  .course-about-heading {
    font-size: min(4.6875vw, 27px);
    margin-bottom: 1.1em;
  }
  .course-about-txt p {
    font-size: min(3.125vw, 18px);
  }
  .course-osusume-box {
    padding: 2.5em 1.5em 2.5em;
    margin-bottom: 4.5em;
  }
  .course-osusume-box-subTitle {
    font-size: min(3.125vw, 18px);
    font-weight: bold;
    margin-bottom: 1.2em;
  }
  .course-osusume-box-title {
    align-items: center;
    margin-bottom: 2em;
  }
  .course-osusume-box-title-heading {
    font-size: min(4.6875vw, 27px);
    line-height: 1.5;
  }
  .course-osusume-box-title::before {
    background-image: url(../images/sp/course/osusume-line01.png);
    width: min(2.73438vw, 15.75px);
    height: min(11.45833vw, 66px);
  }
  .course-osusume-box-title::after {
    background-image: url(../images/sp/course/osusume-line02.png);
    width: min(2.73438vw, 15.75px);
    height: min(11.45833vw, 66px);
  }
  .course-osusume-box-txt {
    margin-bottom: 2.4em;
  }
  .course-osusume-box-txt p {
    font-size: min(3.125vw, 18px);
  }
  .course-osusume-box-points {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .course-osusume-box-points-item-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
  }
  .course-osusume-box-points-item:nth-child(1) {
    order: 2;
    width: 50%;
    padding: 0 .5em;
  }
  .course-osusume-box-points-item:nth-child(2) {
    order: 1;
    width: 100%;
    margin-bottom: -2em;
  }
  .course-osusume-box-points-item:nth-child(3) {
    order: 3;
    padding: 0 .5em;
    width: 50%;
  }
  .course-osusume-box-points-item-txt {
    font-size: min(3.64583vw, 21px);
    font-weight: bold;
    color: #603813;
    line-height: 1.4;
    margin-left: 0;
    margin-right: 0;
  }
  .course-info {
    margin-bottom: 3em;
  }
  .course-info-heading {
    font-size: min(4.6875vw, 27px);
  }
  .course-info-txt {
    margin-bottom: 1em;
  }
  .course-info-txt p {
    font-size: min(3.125vw, 18px);
  }
  .course-info-table {
    margin-bottom: 2em;
  }
  .course-info-table table, .course-info-table tbody, .course-info-table tr, .course-info-table th, .course-info-table td {
    display: block;
  }
  .course-info-table table tbody tr th {
    font-weight: bold;
    font-size: min(3.125vw, 18px);
    line-height: 1;
    text-align: center;
    letter-spacing: 0.2em;
    color: #DE9669;
    background: rgba(222, 150, 105, 0.2);
    padding: 1em .5em;
    border-bottom: 1px solid #de9669;
  }
  .course-info-table table tbody tr td {
    font-size: min(4.6875vw, 27px);
    border: 0;
    padding: 1em .5em;
  }
  .course-info-table table tbody tr td small {
    font-size: 75%;
  }
  .course-info-cat {
    margin-bottom: 3.4em;
  }
  .course-info-cat-item {
    margin-bottom: 1.2em;
  }
  .course-info-cat-item-link {
    font-size: min(3.90625vw, 22.5px);
    background-image: url(../images/sp/faq/top-bg01.png);
  }
  .course-info-cat-item-link::after {
    right: 1em;
  }
  .course-info-cat-item-body-box {
    padding: 0;
    margin-bottom: 1em;
  }
  .course-info-cat-item-body-box-right {
    padding-left: .8em;
  }
  .course-info-cat-item-body-figure-img {
    max-width: min(40.36458vw, 232.5px);
  }
  .course-info-cat-item-body-heading {
    font-size: min(2.86458vw, 16.5px);
  }
  .course-info-cat-item-body-txt p {
    font-size: min(2.86458vw, 16.5px);
  }
  .course-info-cat-item-body-attention {
    margin-top: 0;
  }
  .course-info-cat-item-body-attention p {
    font-size: min(2.86458vw, 16.5px);
  }
  .course-info-cat-item-body__type02 {
    padding: 1em .5em;
  }
  .course-info-cat-item-body__type02 .course-info-cat-item-body-box {
    padding: 0 .5em;
    margin-bottom: 1.5em;
  }
  .course-info-cat-item-body__type02 .course-info-cat-item-body-box-left {
    width: 100%;
    margin-bottom: 1em;
  }
  .course-info-cat-item-body__type02 .course-info-cat-item-body-box-right {
    width: 100%;
    padding-left: 0;
  }
  .course-info-cat-item-body__type02 .course-info-cat-item-body-figure-img {
    width: 100%;
    height: auto;
  }
  .course-info-cat-item.is-active .course-info-cat-item-body {
    padding: 1em 1em;
  }
  .course-info-items {
    display: block;
    margin-bottom: 2.3em;
  }
  .course-info-items-item {
    width: 100%;
    padding-left: .7em;
    padding-right: .7em;
  }
  .course-info-items-item-heading {
    font-size: min(3.90625vw, 22.5px);
  }
  .course-info-items-item-meta table tbody tr th {
    font-size: min(3.125vw, 18px);
  }
  .course-info-items-item-meta table tbody tr td {
    font-size: min(3.125vw, 18px);
  }
  .course-info-flow-heading {
    top: min(13.02083vw, 75px);
    font-size: min(4.16667vw, 24px);
  }
  .course-info-flow-heading-img {
    max-width: min(26.5625vw, 153px);
  }
  .course-info-flow-container {
    padding-top: 23.5vw;
    background-image: url(../images/sp/course/flow-bg01-a.png);
  }
  .course-info-flow-container-in {
    padding-bottom: 4.3vw;
    background-image: url(../images/sp/course/flow-bg01-c.png);
  }
  .course-info-flow-container-in-inin {
    padding: 0 2em;
    background-image: url(../images/sp/course/flow-bg01-b.png);
  }
  .course-info-flow-items-item {
    padding: 3em 0 3.3em;
  }
  .course-info-flow-items-item .slick-dots {
    bottom: -2.5em;
  }
  .course-info-flow-items-item .slick-dots li {
    margin: 0 2px;
  }
  .course-info-flow-items-item .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .course-info-flow-items-item-box {
    flex-direction: column-reverse;
  }
  .course-info-flow-items-item-box-left {
    width: 100%;
    padding: 0;
  }
  .course-info-flow-items-item-box-right {
    width: 100%;
    margin-bottom: 2.5em;
  }
  .course-info-flow-items-item-heading {
    font-size: min(4.6875vw, 27px);
    margin-bottom: 1em;
  }
  .course-info-flow-items-item-txt p {
    font-size: min(3.125vw, 18px);
  }
  .course-info-flow-items-item:first-child {
    padding-top: 1.5em;
  }
  .course-flow {
    padding: 3.1em 0 3em;
  }
  .course-flow-heading {
    font-size: min(4.6875vw, 27px);
    margin-bottom: 2.1em;
  }
  .course-flow-items-item-container {
    padding-top: 5vw;
    background-image: url(../images/sp/course/flow-bg02-a.png);
  }
  .course-flow-items-item-container-in {
    padding-bottom: 5vw;
    background-image: url(../images/sp/course/flow-bg02-c.png);
  }
  .course-flow-items-item-container-in-inin {
    background-image: url(../images/sp/course/flow-bg02-b.png);
  }
  .course-flow-items-item-box {
    padding: 1.7em 2em 2.2em;
    min-height: auto;
  }
  .course-flow-items-item-box-left {
    width: 100%;
  }
  .course-flow-items-item-box-left .course-flow-items-item-figure {
    display: block;
  }
  .course-flow-items-item-box-right {
    display: none;
    width: 100%;
  }
  .course-flow-items-item-heading {
    font-size: min(4.6875vw, 27px);
  }
  .course-flow-items-item-heading-num {
    font-size: min(9.375vw,54px);
  }
  .course-flow-items-item-txt {
    margin-bottom: 0;
  }
  .course-flow-items-item-txt p {
    font-size: min(3.125vw, 18px);
  }
  .course-flow-items-item-attention-item {
    font-size: min(3.125vw, 18px);
  }
  .course-flow-items-item-links {
    flex-direction: column;
    align-items: center;
    margin-top: 2.6em;
  }
  .course-flow-items-item-links-item {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .course-flow-items-item-links-item:last-child {
    margin-bottom: 0;
  }
  .course-flow-items-item-figure {
    text-align: center;
    margin-bottom: 2em;
  }
  .course-flow-items-item-figure-img {
    max-width: 90%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .course-top-content {
    padding-top: 12vw;
    left: 2em;
  }
  .course-top-txt p {
    font-size: 18px;
  }
  .course-top-figure-img {
    max-width: 80vw;
  }
  .course-about {
    padding-bottom: 1em;
  }
  .course-about-box {
    align-items: start;
    margin-bottom: 5em;
  }
  .course-about-box-right {
    margin-left: 3em;
  }
  .course-about-box__rev .course-about-box-right {
    margin-right: 3em;
  }
  .course-about-figure-img {
    max-width: 100%;
  }
  .course-osusume-box {
    padding: 4em;
    margin-bottom: 7em;
  }
  .course-osusume-box-points {
    flex-wrap: wrap;
    margin: 0 -1em;
  }
  .course-osusume-box-points-item-img {
    max-width: 100%;
    height: auto;
  }
  .course-osusume-box-points-item:nth-child(1) {
    width: 100%;
    margin-bottom: .9em;
  }
  .course-osusume-box-points-item:nth-child(2) {
    padding: 0 1em;
    width: 50%;
  }
  .course-osusume-box-points-item:nth-child(3) {
    padding: 0 1em;
    width: 50%;
  }
  .course-info-cat-item-body-box {
    padding: 4em 0;
  }
  .course-info-cat-item-body-box-right {
    padding-left: 3em;
  }
  .course-info-cat-item-body-figure-img {
    max-width: 35vw;
  }
  .course-info-items {
    flex-wrap: wrap;
  }
  .course-info-items-item {
    width: 50%;
    margin-bottom: 3em;
  }
  .course-info-flow-heading {
    top: 4em;
    font-size: 18px;
  }
  .course-info-flow-container {
    padding-top: 10vw;
  }
  .course-info-flow-container-in {
    padding-bottom: 3vw;
  }
  .course-info-flow-container-in-inin {
    padding: 0 4em;
  }
  .course-info-flow-items-item {
    padding: 3em 0 3.5em;
  }
  .course-flow {
    padding: 6em 0 7em;
  }
  .course-flow-items-item-container {
    padding-top: 3vw;
  }
  .course-flow-items-item-container-in {
    padding-bottom: 3vw;
  }
  .course-flow-items-item-box-left {
    max-width: 45vw;
    padding-right: 2em;
  }
}

/* Page About
-------------------------------------------------- */
/*
.about-top {
  margin-bottom: 10em;
  &-content {
    max-width: 38vw;
    .m-title {
      margin-bottom: 9em;
    }
  }
  &-heading {
    font-weight : bold;
    font-size : 25px;
    line-height : 1.5;
    letter-spacing : les(200);
    color : #DE9669;
    margin-bottom: 3em;
  }
  &-txt {
    p {
      font-size : 18px;
      line-height : 1.7;
      letter-spacing : les(100);
      color : #DE9669;
      margin-bottom: 1.5em;
    }
  }
  &-figure {
    position: absolute;
    top: -11.2em;
    right: -10em;
    margin: 0;
    &-img {
      max-width: 78vw;
      height: auto;
    }
  }
}

.about-about {
  padding: 0 0 6.5em;
  &-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 9.5em;
    &-left {

    }
    &-right {
      margin-left: 8em;
    }

    &__rev {
      flex-direction: row-reverse;
      margin-bottom: 0;
    }
    &__rev & {
      &-left {

      }
      &-right {
        margin-left: 0;
        margin-right: 8em;
      }
    }
  }

  &-figure {
    margin: 0;
    &-img {

    }
  }
  &-heading {
    font-weight : bold;
    font-size : 25px;
    line-height : 1.7;
    letter-spacing : les(200);
    color : #DE9669;
    margin-bottom: .8em;
  }
  &-txt {
    p {
      font-size : 18px;
      line-height : 1.7;
      letter-spacing : les(200);
      color : #DE9669;
      margin-bottom: 1em;
      &:last-child {
        margin-bottom: 0;
      }
    }
  }
}

.about-features {
  background: #fff;
  padding: 6.3em 0 11.2em;
  &-heading {
    font-weight : bold;
    font-size : 30px;
    line-height : 1;
    letter-spacing : les(200);
    color : #DE9669;
    margin-bottom: 3em;
  }
  &-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -3em;
    &-item {
      width: 50%;
      padding: 0 3em;
      margin-bottom: 6em;
      &-figure {
        margin: 0 0 1.7em;
        &-img {
          width: 100%;
          height: auto;
        }
      }
      &-heading {
        font-weight : bold;
        font-size : 20px;
        line-height : 1.3;
        letter-spacing : les(200);
        color : #DE9669;
        margin-bottom: 1em;
      }
      &-txt {
        p {
          font-size : 18px;
          line-height : 1.7;
          letter-spacing : les(200);
          color : #DE9669;
        }
      }
    }
  }
}
*/
.about-top-figure {
  margin: 2.3em 0 5.7em;
  text-align: center;
}

.about-top-figure-img {
  max-width: 100%;
  height: auto;
}

.about-top-box {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 9.4em;
}

.about-top-box-right {
  max-width: 626px;
}

.about-top-box-heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 1.8em;
}

.about-top-box-heading-txt {
  position: relative;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #CC6423;
  background: url(../images/common/cmn-line01.png) no-repeat bottom 0.2em left;
  background-size: 0% 10px;
  margin-bottom: .1em;
}

.about-top-box-heading-txt.do-anime {
  animation: txtLine 1s ease-out forwards;
}

.about-top-box-txt p {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #754C24;
}

.about-top-box-figure {
  margin: 0;
}

.about-top-box-figure-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.about-top-box__type02 .about-top-box-left {
  width: 50%;
}

.about-top-box__type02 .about-top-box-right {
  width: 50%;
  padding-top: 1.5em;
  padding-left: 3em;
}

.about-features {
  background: #fff;
  padding: 6.3em 0 9.5em;
}

.about-features .m-title {
  margin-bottom: 5.7em;
}

.about-features-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -3em 3em;
}

.about-features-items-item {
  width: 50%;
  padding: 0 3em;
  margin-bottom: 4em;
}

.about-features-items-item-figure {
  margin: 0 0 1.7em;
}

.about-features-items-item-figure-img {
  width: 100%;
  height: auto;
}

.about-features-items-item-heading {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: #CC6423;
  margin-bottom: 1em;
  background: url(../images/common/cmn-line01.png) no-repeat bottom 0.2em left;
  background-size: 0% 10px;
}

.about-features-items-item-heading span {
  font-size: 28px;
  font-family: 'EB Garamond';
}

.about-features-items-item-heading.do-anime {
  animation: txtLine 1s ease-out forwards;
}

.about-features-items-item-txt p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #754C24;
}

.about-produce {
  padding: 10em 0 0;
}

.about-produce-box {
  display: flex;
  flex-direction: row;
  align-items: end;
}

.about-produce-box-left {
  position: relative;
  flex-direction: row;
  width: 50%;
}

.about-produce-box-right {
  width: 50%;
  padding-left: 4.3em;
}

.about-produce-images-item-img {
  width: 100%;
  height: auto;
}

.about-produce-images-nav {
  position: absolute;
  bottom: -4.5em;
  right: 0.8em;
}

.about-produce-images-nav-link {
  margin-left: 1em;
}

.about-produce-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.3em;
}

.about-produce-heading-en {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #DE9669;
  margin-bottom: 1em;
}

.about-produce-heading-txt {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #CC6423;
}

.about-produce-txt {
  margin-bottom: 5.3em;
}

.about-produce-txt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #754C24;
}

.about-produce-more {
  padding: .5em 0;
}

.about-produce-more-txt {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #754C24;
}

.about-produce-more-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  color: #DE9669;
  line-height: 1;
  letter-spacing: 200;
  background: url(../images/about/produce-icon01.png) no-repeat center left;
  min-height: 40px;
  background-size: contain;
  padding-left: 2.9em;
}

@media screen and (max-width: 768px) {
  .page-about {
    padding-top: 0;
    padding-bottom: 4em;
  }
  .about-top {
    padding-top: 2.5em;
    margin-bottom: 3em;
  }
  .about-top-box {
    flex-direction: column;
    margin-bottom: 2.8em;
  }
  .about-top-box-left {
    width: 100%;
  }
  .about-top-box-right {
    width: 100%;
    max-width: 100%;
  }
  .about-top-box-heading-txt {
    font-size: min(4.6875vw, 27px);
  }
  .about-top-box-txt p {
    font-size: min(3.125vw, 18px);
    line-height: 1.8;
  }
  .about-top-box__type02 .about-top-box-left {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .about-top-box__type02 .about-top-box-right {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  .about-top-content {
    max-width: 100%;
  }
  .about-top-content .m-title {
    margin-bottom: 2em;
  }
  .about-top-heading {
    font-size: min(4.6875vw, 27px);
    margin-bottom: 1em;
  }
  .about-top-txt p {
    font-size: min(3.125vw, 18px);
    margin-bottom: 2em;
  }
  .about-top-figure {
    top: 0;
    right: 0;
    margin-left: -1.5em;
    margin-right: -1.5em;
    margin-bottom: 1.8em;
  }
  .about-top-figure-img {
    width: calc(100% + 3em);
  }
  .about-about-box {
    flex-direction: column;
    margin-bottom: 3.1em;
  }
  .about-about-box-left {
    margin-bottom: 2.2em;
  }
  .about-about-box-right {
    margin-left: 0;
  }
  .about-about-box__rev .about-about-box-right {
    margin-right: 0;
  }
  .about-about-figure {
    text-align: center;
  }
  .about-about-figure-img {
    max-width: min(72.91667vw, 420px);
  }
  .about-about-heading {
    font-size: min(4.6875vw, 27px);
    margin-bottom: 1.1em;
  }
  .about-about-txt p {
    font-size: min(3.125vw, 18px);
  }
  .about-features {
    padding: 3em 0;
  }
  .about-features .m-title {
    margin-bottom: 1.6em;
  }
  .about-features-heading {
    font-size: min(4.6875vw, 27px);
    margin-bottom: 1.7em;
  }
  .about-features-items {
    flex-direction: column;
  }
  .about-features-items-item {
    width: 100%;
    margin-bottom: 3em;
  }
  .about-features-items-item-figure {
    margin-bottom: 1.6em;
  }
  .about-features-items-item-heading {
    font-size: min(5.20833vw, 30px);
    margin-bottom: .6em;
  }
  .about-features-items-item-heading span {
    font-size: min(7.29167vw, 42px);
  }
  .about-features-items-item-txt p {
    font-size: min(3.125vw, 18px);
  }
  .about-produce {
    padding: 3em 0 0;
  }
  .about-produce-box {
    flex-direction: column;
  }
  .about-produce-box-left {
    width: 100%;
    margin-bottom: 2.8em;
  }
  .about-produce-box-right {
    width: 100%;
    padding-left: 0;
  }
  .about-produce-images {
    margin-left: -1.5em;
  }
  .about-produce-images-item-img {
    width: 100%;
    height: auto;
  }
  .about-produce-images-nav {
    bottom: auto;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  .about-produce-images-nav-link {
    position: absolute;
    margin: 0;
  }
  .about-produce-images-nav-link__next {
    left: auto;
    right: 0;
    transform: none;
  }
  .about-produce-heading-en {
    font-size: min(4.6875vw, 27px);
    margin-bottom: .6em;
  }
  .about-produce-heading-txt {
    font-size: min(5.20833vw, 30px);
  }
  .about-produce-txt {
    margin-bottom: 2.7em;
  }
  .about-produce-txt p {
    font-size: min(3.125vw, 18px);
  }
  .about-produce-more {
    text-align: center;
    margin-bottom: .7em;
  }
  .about-produce-more-txt {
    font-size: min(3.125vw, 18px);
    line-height: 1.8;
    text-align: center;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .about-top {
    margin-bottom: 6em;
  }
  .about-top-box {
    flex-direction: column;
    margin-bottom: 3em;
  }
  .about-top-box-left {
    width: 100%;
  }
  .about-top-box-right {
    width: 100%;
  }
  .about-top-box__type02 .about-top-box-left {
    width: 100%;
  }
  .about-top-box__type02 .about-top-box-right {
    width: 100%;
    padding-left: 0;
    padding-top: 3em;
  }
  .about-top-content {
    max-width: 100%;
  }
  .about-top-figure {
    top: -7.2em;
    right: -8em;
    margin-bottom: 4em;
  }
  .about-about {
    padding-bottom: 1em;
  }
  .about-about-box {
    align-items: start;
    margin-bottom: 5em;
  }
  .about-about-box-right {
    margin-left: 3em;
  }
  .about-about-box__rev .about-about-box-right {
    margin-right: 3em;
  }
  .about-about-figure-img {
    max-width: 35vw;
  }
  .about-features {
    padding-bottom: 6em;
  }
  .about-features-items {
    margin: 0 -2em;
  }
  .about-features-items-item {
    padding: 0 2em;
  }
  .about-produce {
    padding-top: 6em;
  }
  .about-produce-box {
    flex-direction: column;
    align-items: start;
  }
  .about-produce-box-left {
    width: 100%;
  }
  .about-produce-box-right {
    width: 100%;
    padding-top: 3em;
    padding-left: 0;
  }
  .about-produce-images-item-img {
    max-height: auto;
  }
}

/* Footer
-------------------------------------------------- */
.m-footer {
  background: #fff;
  padding: 8em 0 6em;
}

.m-footer-box {
  display: flex;
  flex-direction: row;
}

.m-footer-box-left {
  margin-right: 6em;
}

.m-footer-txt {
  width: 420px;
}

.m-footer-txt p {
  background: #e1c8aa;
  border-radius: 20px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding: 1.1em 2em;
  word-break: break-all;
}

.m-footer-menu {
  display: flex;
  flex-direction: row;
  margin-bottom: 2.5em;
}

.m-footer-menu ul {
  max-width: 12em;
  margin-right: 3.5em;
}

.m-footer-menu ul li {
  margin-bottom: 1.2em;
}

.m-footer-menu ul li a {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.75px;
  color: #DE9669;
}

.m-footer-menu ul li > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1em;
  max-width: none;
  margin-right: 0;
}

.m-footer-menu ul li > ul > li {
  width: auto;
  margin: 0 0em 1em 0;
}

.m-footer-menu ul li > ul > li > a {
  font-size: 13px;
  letter-spacing: 0.65px;
}

.m-footer-menu ul li > ul > li::after {
  content: "/";
  font-weight: bold;
  line-height: 1;
  color: #DE9669;
  display: inline-block;
  margin: 0 .5em 0 .1em;
}

.m-footer-menu ul li > ul > li:last-child::after {
  display: none;
}

.m-footer-menu ul li > ul > li.__pc-no-slash::after {
  display: none;
}

.m-footer-logo {
  margin-bottom: 1.5em;
}

.m-footer-copyright {
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.6px;
  color: #DE9669;
}

.m-footer__spMenu {
  background: none;
}

.m-footer__spMenu .m-footer-box {
  justify-content: space-between;
}

.m-footer__spMenu .m-footer-box-left {
  margin-right: 5em;
}

.m-footer__spMenu .m-footer-logo-link-img {
  max-width: 12vw;
}

.m-footer__spMenu .m-footer-menu ul li {
  margin-bottom: 1.5em;
}

.m-footer__spMenu .m-footer-menu ul li a {
  color: #fff;
}

.m-footer__spMenu .m-footer-menu ul li::after {
  color: #fff;
}

.m-footer__spMenu .m-footer-logo {
  margin-bottom: 2.5em;
}

.m-footer__spMenu .m-footer-copyright {
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .m-footer {
    padding: min(16.66667vw, 96px) 0 min(15.625vw, 90px);
  }
  .m-footer-box {
    flex-direction: column-reverse;
  }
  .m-footer-box-left {
    width: 100%;
    margin-right: 0;
  }
  .m-footer-box-right {
    width: 100%;
    margin-bottom: min(7.8125vw, 45px);
  }
  .m-footer-menu {
    flex-direction: column;
    align-items: start;
    margin-bottom: 0;
  }
  .m-footer-menu ul {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    max-width: none;
  }
  .m-footer-menu ul li {
    width: 100%;
    margin-bottom: 1.8em;
  }
  .m-footer-menu ul li a {
    display: block;
    font-size: min(4.6875vw, 27px);
    text-align: left;
  }
  .m-footer-menu ul li > ul {
    margin-top: 2em;
    justify-content: start;
  }
  .m-footer-menu ul li > ul > li {
    display: flex;
    margin-right: 0;
  }
  .m-footer-menu ul li > ul > li > a {
    font-size: min(4.42708vw, 25.5px);
  }
  .m-footer-menu ul li > ul > li::after {
    content: "/";
    font-size: min(4.42708vw, 25.5px);
    font-weight: bold;
    line-height: 1;
    color: #DE9669;
    display: inline-block;
    margin: 0 .5em;
  }
  .m-footer-menu ul li > ul > li:last-child::after {
    display: none;
  }
  .m-footer-menu ul li > ul > li.__pc-no-slash::after {
    display: inline-block;
  }
  .m-footer-menu ul li > ul > li.__sp-no-slash::after {
    display: none;
  }
  .m-footer-logo {
    margin-bottom: 2.9em;
  }
  .m-footer-logo-link-img {
    max-width: min(27.86458vw, 160.5px);
  }
  .m-footer-txt {
    width: 100%;
    margin-bottom: 3em;
  }
  .m-footer-txt p {
    font-size: min(3.125vw, 18px);
    line-height: 1.6;
  }
  .m-footer-copyright {
    font-size: min(3.125vw, 18px);
  }
  .m-footer__spMenu {
    padding: 0 0 min(7.8125vw, 45px);
  }
  .m-footer__spMenu .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .m-footer__spMenu .m-footer-logo-link-img {
    max-width: 40vw;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .m-footer-box-left {
    margin-right: 1em;
  }
  .m-footer-menu {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .m-footer-menu ul {
    width: 50%;
    margin-right: 0;
    padding: 0 1em;
  }
  .m-footer-menu ul li > ul {
    width: 100%;
    padding-right: 0;
  }
}

.m-fixed-reserve {
  position: fixed;
  bottom: 1.5em;
  right: 2em;
  z-index: 20;
}

.m-fixed-reserve-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  background: url(../images/common/m-header-bg01.png) no-repeat center center;
  background-size: 100% 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #FFF;
  padding: .5em 1.2em;
}

.m-fixed-reserve-link span {
  font-size: 10px;
  margin-left: .4em;
  transition: .3s;
}

.m-fixed-reserve-link:hover {
  opacity: .8;
}

.m-fixed-reserve-link:hover span {
  transform: translateX(0.5em);
}

@media screen and (max-width: 768px) {
  .m-fixed-reserve {
    display: none;
  }
}

.sp-menu {
  display: block;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: opacity 0.5s, visibility 0s 0.5s;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background: #DE9669;
  pointer-events: none;
}

.sp-menu-close {
  position: absolute;
  top: .3em;
  right: .3em;
  display: inline-block;
  font-size: .48rem;
  font-weight: bold;
  color: #fff;
  padding: .3em;
}

.sp-menu-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2em 2em 2em;
}

.sp-menu-main {
  padding-top: 2em;
}

.sp-menu-main ul li a {
  text-align: center;
  display: block;
  padding: 1.1em 1em;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.sp-menu.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  pointer-events: all;
}

@media screen and (max-width: 768px) {
  .sp-menu-body {
    display: block;
    padding: 2em 2em 6em;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  opacity: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: .3s;
}

.modal-heading {
  margin-top: 1em;
  margin-bottom: 2em;
  z-index: 200;
  margin-left: -3em;
}

.modal-heading-txt {
  display: block;
  background: #fff;
  min-width: 50%;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding: .5em 1em .5em 2em;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.modal-main {
  flex: 1;
  height: 80vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 2em;
}

.modal-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 2em;
  height: 100%;
}

.modal-body-figure {
  text-align: center;
  height: calc(100% - 4em);
  margin-bottom: 1.5em;
}

.modal-body-figure-img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}

.modal-body-back {
  text-align: center;
}

.modal.is-active {
  z-index: 100;
  opacity: 1;
  pointer-events: visible;
}

@media screen and (max-width: 768px) {
  .modal-body {
    height: auto;
  }
  .modal-body-figure {
    height: auto;
  }
}

/*************************************************************
250625 改修　中村
*************************************************************/
.index-course-items-container .tab-buttons {
    top: -8em;
    position: relative;
    margin-bottom: 90px;
    border-bottom: 2px solid #CC6423;
}
.index-course-items-container .tab-buttons button {
  font-size: 20px;
  background: #fcf6ee url(../images/common/bg01.jpg) repeat;
  border: 2px solid #CC6423;
  border-bottom: none;
  margin: 0;
  width: 200px;
  padding: 15px 20px;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
  color: #CC6423;
  font-weight: bold;
  transition: .4s;
  letter-spacing: 2px;
}
.index-course-items-container .tab-buttons button.active {
  background: #CC6423;
  color: #FFFFFF;
}
.index-course-items-container .tab-buttons button:hover {
  opacity: .6;
}

.index-course-items-container .tab-content {
  display: none;
}
.index-course-items-container .tab-content.active {
  display: block;
}
.index-course-container-in-inin.tab_on.is-active .index-course-items-container {
  height: auto !important;
}

.index-news.blog  .m-news-items__sm .m-news-items-item-box-left,
.sub-archive-box-right.blog .m-news-items-item-box-left {
  width: 40%;
}
.index-news.blog .m-news-items__sm .m-news-items-item-figure-link-img ,
.sub-archive-box-right.blog  .m-news-items-item-box-left .m-news-items-item-figure-link-img-news {
  width: 100%;
  height: auto;
  aspect-ratio: 51 / 32;
}
@media screen and (max-width: 1200px) {
  .index-news.blog  .m-news-items__sm .m-news-items-item-box-left,
  .sub-archive-box-right.blog .m-news-items-item-box-left {
    width: 50%;
    padding-left: 2.6em;
  }

  .index-course-items-container .tab-buttons {
    top: 0;
}

}
@media screen and (max-width: 768px) {
  .index-news.blog  .m-news-items__sm .m-news-items-item-box-left,
  .sub-archive-box-right.blog .m-news-items-item-box-left {
    width: 100%;
    padding-left: 0;
  }

  .index-course-items-container .tab-buttons {
    padding-top: 4em;
    top: 0;
    margin-bottom: 0;
}

.index-course-items-container .tab-buttons button {
  font-size: 3.2vw;
  border: 1px solid #CC6423;
  width: 31.5%;
  padding: 1vw;
  letter-spacing: 1px;
  border-radius: 10px 10px 0 0;
}

.tab-content .index-course-items {
  padding-top: 0 !important;
}

}