@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: var(--accent-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: var(--color-white);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-9);
}

.sp-menu-btn.active .top {
  transform: translateY(2.5vw) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2.75vw) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
  ------------------------------------ */
#drawer-nav {
  padding: 8% 6% 15%;
  background: url(../../img/top/item-btm_deco.png) bottom center/100% no-repeat, url(../../img/top/item_bg.jpg) center/cover no-repeat;
}
#drawer-nav .drawer-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer-nav .drawer-nav {
  margin-bottom: 10%;
}
#drawer-nav .drawer-nav .drawer-link {
  padding: 10% 0;
  border-bottom: 1px solid var(--color-white);
  font-size: var(--font-size-19);
}
#drawer-nav .drawer-nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav .drawer-nav .drawer-dropdown span {
  display: block;
}
#drawer-nav .drawer-nav .drawer-dropdown span:before, #drawer-nav .drawer-nav .drawer-dropdown span:after {
  background: var(--color-black);
}
#drawer-nav .drawer-nav .current {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
}
#drawer-nav .drawer-nav .current::before, #drawer-nav .drawer-nav .current::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer-nav .drawer-nav .current::before {
  left: 0;
}
#drawer-nav .drawer-nav .current::after {
  left: 3%;
}
#drawer-nav .drawer-nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav .drawer-nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav .drawer-nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid var(--body-font-color);
  border-bottom: 1px solid var(--body-font-color);
}
#drawer-nav .drawer-nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .sns__lists {
  margin: 10% auto;
  gap: 3vw 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#drawer-nav .drawer-address {
  margin: 10% auto;
}
#drawer-nav .drawer-address li {
  margin-bottom: 6%;
}
#drawer-nav .drawer-address li:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer__subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 7%;
}
#drawer-nav .drawer__subpage-item a {
  text-decoration: underline;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8vw 7vw;
}
.c-contact__list .com-tel {
  line-height: 1.2;
  text-align: center;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-30);
  font-weight: var(--font-wight-bold);
  color: var(--color-white);
  letter-spacing: 0.08em;
}
.c-contact__list .com-tel .tel__num small {
  font-size: var(--font-size-17);
}
.c-contact__list .com-tel .tel__text {
  display: block;
}
.c-contact__list .com-mail .mail__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  height: 15vw;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  width: 55vw;
  background: url(../../img/common/mail_ic.png) left 16% center/4vw no-repeat;
  padding: 0 2% 0 10%;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
  letter-spacing: var(--body-letter-spacing);
}
.com-content p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.com-button {
  display: block;
  color: var(--color-white);
  background: var(--primary-color);
  padding: 1%;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-semibold);
}
.com-button span {
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid var(--decoration-color-brown);
  position: relative;
}
.com-button span::before, .com-button span::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  width: 2.5vw;
  height: 2.5vw;
  border-top: 1px solid var(--decoration-color-brown);
  border-right: 1px solid var(--decoration-color-brown);
  transform: rotate(45deg);
  transition: all 0.3s;
}
.com-button span::before {
  right: 6vw;
}
.com-button span::after {
  right: 7vw;
}

/*
# 税込みテキスト
------------------------*/
.in-tax__text {
  font-size: var(--font-size-15);
  text-align: center;
  margin-bottom: 12%;
}

/*==========================================
  共通タイトル
  ===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: var(--body-letter-spacing);
}

.section-title {
  text-align: center;
  font-size: var(--font-size-25);
  margin-bottom: 13%;
}
.section-title span {
  display: block;
  position: relative;
  padding-bottom: 10%;
}
.section-title span::before, .section-title span::after {
  position: absolute;
  content: "";
  width: 14vw;
  height: 3.5vw;
  background: url(../../img/common/section-ttl_deco.png) center/100% no-repeat;
  bottom: 0;
  margin: auto 0;
}
.section-title span::before {
  left: 50%;
}
.section-title span::after {
  right: 50%;
  transform: scale(-1, 1);
}

.headline-title {
  padding: 1%;
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-20);
  margin-bottom: 6%;
}
.headline-title span {
  display: block;
  padding: 3% 4%;
  border: 1px solid var(--decoration-color-brown);
}

#header {
  background: url(../../img/common/header_bg.png) top center/100% no-repeat;
  height: 14vw;
  padding: 4% 5% 0;
  position: absolute;
  inset: 0 0 auto;
  z-index: 1001;
}
#header .header__logo {
  width: 37%;
  line-height: 1;
}
#header .header__right {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  position: relative;
  height: 100vw;
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv .mv__catch {
  position: absolute;
  inset: auto 0 10.215%;
  width: 95%;
  margin: 0 auto;
  z-index: 100;
}
#top-mv #mv__slider {
  height: 100vw;
  position: relative;
}
#top-mv #mv__slider li {
  height: 100%;
}
#top-mv #mv__slider li:nth-child(1) {
  background: url(../img/top/mv/mv_slide01.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(2) {
  background: url(../img/top/mv/mv_slide02.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(3) {
  background: url(../img/top/mv/mv_slide03.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(4) {
  background: url(../img/top/mv/mv_slide04.jpg) center/cover no-repeat;
}
#top-mv .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#top-mv .bx-pager {
  display: none;
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--primary-color);
  padding: 15% 0 10%;
  text-align: center;
}
#footer .footer__logo {
  width: 45%;
  display: inline-block;
  margin-bottom: 10%;
}
#footer .footer__address {
  margin-bottom: 10%;
  font-size: var(--font-size-14);
}
#footer .footer__contact-list {
  margin-bottom: 10%;
}
#footer .footer__nav-list {
  gap: 15px 30px;
  padding: 8% 0;
  border-top: 1px solid;
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__nav-list .footer__nav-item {
  text-align: left;
  margin-bottom: 12%;
  font-size: var(--font-size-12);
  font-weight: var(--font-weight-bold);
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 10%;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 50vw;
  position: relative;
}
.lower-sv .sv__title {
  position: absolute;
  inset: auto 0 20%;
  margin: 0 auto;
  width: 84%;
  padding: 3% 0;
  color: var(--color-white);
  font-size: var(--font-size-23);
  background-color: rgba(215, 186, 163, 0.6);
  background-image: linear-gradient(to right, var(--color-white) 2px, transparent 2px), linear-gradient(to bottom, var(--color-white) 2px, transparent 2px), linear-gradient(to left, var(--color-white) 2px, transparent 2px), linear-gradient(to top, var(--color-white) 2px, transparent 2px);
  background-size: 10px 2px, 2px 10px, 10px 2px, 2px 10px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right top, right bottom, left bottom;
  text-align: center;
  text-shadow: 5px 5px 10px rgba(var(--primary-color-rgb), 0.7), -5px 5px 10px rgba(var(--primary-color-rgb), 0.7), 5px -5px 10px rgba(var(--primary-color-rgb), 0.7), -5px -5px 10px rgba(var(--primary-color-rgb), 0.7);
}
.lower-sv .sv__title::before, .lower-sv .sv__title::after {
  position: absolute;
  content: "";
  margin: auto 0;
}
.lower-sv .sv__title::before {
  width: 12vw;
  height: 18vw;
  background: url(../../img/sv/sv-ttl-l_deco.png) center/100% no-repeat;
  inset: 0 auto 0 -7vw;
}
.lower-sv .sv__title::after {
  width: 9vw;
  height: 17vw;
  background: url(../../img/sv/sv-ttl-r_deco.png) center/100% no-repeat;
  inset: 0 -6vw 0 auto;
}

#about-sv {
  background: url(../../img/sv/about-sv_bg.jpg) center/cover no-repeat;
}

#menu-sv {
  background: url(../../img/sv/menu-sv_bg.jpg) center/cover no-repeat;
}

#lesson-sv {
  background: url(../../img/sv/lesson-sv_bg.jpg) center/cover no-repeat;
}

#item-sv {
  background: url(../../img/sv/item-sv_bg.jpg) center/cover no-repeat;
}

#news-sv {
  background: url(../../img/sv/news-sv_bg.jpg) center/cover no-repeat;
}

#contact-sv {
  background: url(../../img/sv/contact-sv_bg.jpg) center/cover no-repeat;
}

#complete-sv {
  background: url(../../img/sv/complete-sv_bg.jpg) center/cover no-repeat;
}

#privacy-sv {
  background: url(../../img/sv/privacy-sv_bg.jpg) center/cover no-repeat;
}

#site-sv {
  background: url(../../img/sv/site-sv_bg.jpg) center/cover no-repeat;
}

#e404-sv {
  background: url(../../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# トップページ共通
------------------------*/
.top-title {
  position: relative;
  z-index: 1;
}
.top-title .title-en {
  position: absolute;
  display: block;
  font-size: var(--font-size-45);
  letter-spacing: 0;
  line-height: 1;
  z-index: -1;
}
.top-title .title-en::first-letter {
  font-size: var(--font-size-60);
}

/*
# top-banner
------------------------*/
#top-banner {
  padding: 18% 0;
  background: url(../../img/top/banner_bg.jpg) center/cover no-repeat;
}
#top-banner .banner__inbox {
  position: relative;
  z-index: 1;
}
#top-banner .banner__inbox::before {
  position: absolute;
  content: "";
  inset: auto auto -7vw 0;
  width: 26%;
  height: 22vw;
  background: url(../../img/top/banner-bg_deco.png) center/100% no-repeat;
  z-index: -1;
}
#top-banner .banner__wrap .banner__img {
  margin-bottom: 8%;
}
#top-banner .banner__wrap .banner__title {
  font-size: var(--font-size-22);
  border-bottom: 1px solid;
  margin-bottom: 6%;
  padding-bottom: 4%;
}
#top-banner .banner__wrap .banner__title span {
  color: var(--text-color-brown);
  font-size: var(--font-size-28);
  line-height: 1;
}
#top-banner .banner__wrap .banner__text {
  margin-bottom: 8%;
}

.banner__wrap {
  border: 2px solid var(--decoration-color-brown);
  padding: 2%;
  background: var(--color-brown);
}
.banner__wrap .banner__inner {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(165, 110, 71) 0%, rgb(216, 162, 120) 100%);
  padding: 10% 5%;
}

/*
# top-greeting
------------------------*/
#top-greeting {
  padding: 18% 0;
  background: url(../../img/top/greeting_bg.jpg) center/cover no-repeat;
}
#top-greeting .greeting__title {
  text-align: center;
  margin-bottom: 12%;
  padding-top: 10%;
}
#top-greeting .greeting__title .title-en {
  inset: 0 0 auto;
  color: #b18b6c;
}
#top-greeting .greeting__title .title-ja {
  display: block;
  line-height: 1.6;
  font-size: var(--font-size-23);
  color: var(--color-white);
  position: relative;
}
#top-greeting .greeting__title .title-ja::before, #top-greeting .greeting__title .title-ja::after {
  position: absolute;
  content: "";
  width: 12vw;
  height: 4vw;
  background: url(../../img/top/greeting-ttl_deco.png) center/100% no-repeat;
  top: 12vw;
}
#top-greeting .greeting__title .title-ja::before {
  left: -7vw;
}
#top-greeting .greeting__title .title-ja::after {
  right: -7vw;
  transform: scale(-1, 1);
}
#top-greeting .greeting__title .title-ja em {
  font-size: var(--font-size-32);
}
#top-greeting .greeting__title .title-ja strong {
  font-size: var(--font-size-25);
}
#top-greeting .greeting__title .title-ja small {
  display: block;
  letter-spacing: 0.48em;
  color: #e9c797;
  font-size: var(--font-size-21);
}
#top-greeting .greeting__text {
  margin-bottom: 12%;
}
#top-greeting .greeting__button {
  width: 100%;
  margin: 0 auto;
}

/*
# top-column2
------------------------*/
.top-column2 {
  background: var(--accent-color);
}
.top-column2 .column__part {
  position: relative;
  z-index: 1;
}
.top-column2 .column__part:last-child .column__content {
  padding-top: 0;
}
.top-column2 .column__part .column__content {
  padding: 25% 8%;
}
.top-column2 .column__part .column__content .column__title {
  margin-bottom: 8%;
  text-align: center;
  padding-top: 5%;
}
.top-column2 .column__part .column__content .column__title .title-ja {
  font-size: var(--font-size-22);
  line-height: 1.7;
}
.top-column2 .column__part .column__content .column__title .title-ja em {
  font-size: var(--font-size-30);
  line-height: 1.3;
}
.top-column2 .column__part .column__content .column__title .title-ja small {
  display: block;
  font-size: var(--font-size-25);
  color: var(--text-color-brown);
}
.top-column2 .column__part .column__content .column__title .title-en {
  color: #b18b6c;
  inset: 0 0 auto;
}
.top-column2 .column__part .column__content .column__text {
  margin-bottom: 12%;
}
.top-column2 .column__part .column__img {
  width: 100%;
  height: 52vw;
  margin-bottom: 8%;
}
.top-column2 .column__part:nth-child(odd) .column__content {
  background: url(../../img/top/ordermade_deco.png) right top/50% no-repeat;
}
.top-column2 .column__part:nth-child(even) .column__content {
  background: url(../../img/top/lesson_deco.png) left bottom/50% no-repeat;
}

/*
# top-item
------------------------*/
#top-item {
  padding: 18% 0;
  background: url(../../img/top/item-btm_deco.png) bottom center/100% no-repeat, url(../../img/top/item_bg.jpg) center/cover no-repeat;
  position: relative;
  z-index: 1;
}
#top-item .item__title {
  padding-top: 5%;
  text-align: center;
  margin-bottom: 15%;
}
#top-item .item__title .title-en {
  color: #946b4b;
  inset: 0 0 auto;
}
#top-item .item__title .title-img {
  width: 52%;
  position: absolute;
  inset: -8vw auto auto 0;
}
#top-item .item__title .title-ja {
  font-size: var(--font-size-25);
  display: inline-block;
  position: relative;
}
#top-item .item__title .title-ja::before, #top-item .item__title .title-ja::after {
  position: absolute;
  content: "";
  width: 16vw;
  height: 3vw;
  background: url(../../img/top/item-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-item .item__title .title-ja::before {
  left: -17vw;
}
#top-item .item__title .title-ja::after {
  right: -17vw;
  transform: scale(-1, 1);
}
#top-item .item__title .title-ja em {
  font-size: var(--font-size-30);
}
#top-item .item__content .item__text {
  margin-bottom: 12%;
}
#top-item .item__content .item__img-front {
  width: 70%;
  margin: 0 0 20% auto;
}
#top-item .item__content .item__button {
  width: 100%;
}
#top-item .item__img-back {
  position: absolute;
  width: 46%;
  inset: 125vw auto auto 0;
  z-index: 1;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 18% 0;
  background: url(../../img/top/news_bg.jpg) center/cover no-repeat;
}
#top-news .news__left {
  position: relative;
  z-index: 1;
}
#top-news .news__left::before {
  position: absolute;
  content: "";
  width: 17%;
  height: 29vw;
  inset: auto auto -10vw 0;
  background: url(../../img/top/news-ttl_deco.png) center/100% no-repeat;
}
#top-news .news__left .news__title {
  text-align: center;
  margin-bottom: 12%;
}
#top-news .news__left .news__title .title-en {
  display: block;
  font-size: var(--font-size-22);
  color: var(--text-color-brown);
}
#top-news .news__left .news__title .title-ja {
  color: var(--primary-color);
  font-size: var(--font-size-30);
}
#top-news .news__left .news__button {
  color: var(--primary-color);
  font-size: var(--font-size-15);
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 0 15% auto;
  font-weight: var(--font-wight-semibold);
  position: relative;
  padding-right: 5vw;
}
#top-news .news__left .news__button::after {
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2.5vw;
  height: 2.5vw;
  border-top: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
}
#top-news .news__left .news__button:hover {
  text-decoration: underline;
}
#top-news .news__left .news__button:hover::after {
  right: -10px;
}
#top-news .news__post-list {
  background: url(../../img/top/news_bg.jpg);
  padding: 10% 5%;
  position: relative;
  z-index: 1;
}
#top-news .news__post-list::before {
  position: absolute;
  content: "";
  width: 75%;
  height: 45vw;
  inset: -8vw -13vw auto auto;
  background: url(../../img/top/news-post_deco.png) center/100% no-repeat;
  z-index: -1;
}
#top-news .news__post-list .news__post {
  border-bottom: 1px solid var(--primary-color);
}
#top-news .news__post-list .news__post:last-child {
  border-bottom: none;
}
#top-news .news__post-list .news__post-link {
  padding: 7% 0;
  color: var(--primary-color);
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
}
#top-news .news__post-list .news__post-link:hover {
  transform: translateX(10px);
}
#top-news .news__post-list .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post-list .news__post-date {
  width: 34%;
}
#top-news .news__post-list .news__post-tags {
  width: 66%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5vw;
}
#top-news .news__post-list .news__post-tags li {
  padding: 0 1.5vw;
  position: relative;
}
#top-news .news__post-list .news__post-tags li::before, #top-news .news__post-list .news__post-tags li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: var(--primary-color);
}
#top-news .news__post-list .news__post-tags li::before {
  left: 0;
}
#top-news .news__post-list .news__post-tags li::after {
  right: 0;
}
#top-news .news__post-list .news__post-tags li:not(:first-child)::before {
  background: none;
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  margin-top: 3%;
  font-size: var(--font-size-16);
}

/*
# top-info
------------------------*/
#top-info {
  background: var(--color-brown);
}
#top-info .info__inbox {
  padding: 18% 8%;
  background: url(../../img/top/info-btm_deco.png) bottom center/100% no-repeat;
}
#top-info .info__title {
  text-align: center;
  padding-top: 6%;
  margin-bottom: 10%;
}
#top-info .info__title .title-en {
  inset: 0 0 auto;
  color: #946b4b;
}
#top-info .info__title .title-ja {
  font-size: var(--font-size-25);
  display: inline-block;
  position: relative;
}
#top-info .info__title .title-ja::before, #top-info .info__title .title-ja::after {
  position: absolute;
  content: "";
  width: 15vw;
  height: 4vw;
  background: url(../../img/top/info-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-info .info__title .title-ja::before {
  left: -18vw;
}
#top-info .info__title .title-ja::after {
  right: -18vw;
  transform: scale(-1, 1);
}
#top-info .info__table {
  margin-bottom: 18%;
}

/*==========================================
about
===========================================*/
/*
# about-concept
------------------------*/
#about-concept .concept__content {
  padding: 2%;
  background: #f4e2ca;
  position: relative;
  margin-bottom: 15%;
}
#about-concept .concept__content::before, #about-concept .concept__content::after {
  position: absolute;
  content: "";
  width: 40%;
  height: 22.5vw;
  top: 0;
  background: url(../../img/about/concept-content_deco.png) center top/100% no-repeat;
}
#about-concept .concept__content::before {
  left: 0;
}
#about-concept .concept__content::after {
  right: 0;
  transform: scale(-1, 1);
}
#about-concept .concept__content .concept__inner {
  border: 1px solid var(--decoration-color-brown);
  padding: 12% 5%;
  color: var(--primary-color);
}
#about-concept .concept__content .concept__sub-title {
  text-align: center;
  font-size: var(--font-size-22);
  line-height: 1.5;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#about-concept .concept__content .concept__sub-title span {
  font-size: var(--font-size-35);
}
#about-concept .concept__msg .msg__item {
  font-size: var(--font-size-17);
  text-align: center;
  margin-bottom: 10%;
}
#about-concept .concept__msg .msg__item:last-child {
  margin-bottom: 0;
}
#about-concept .concept__msg .msg__item span {
  display: inline-block;
  padding: 0 12vw;
  position: relative;
}
#about-concept .concept__msg .msg__item span::before, #about-concept .concept__msg .msg__item span::after {
  position: absolute;
  content: "";
  width: 8vw;
  height: 7vw;
  background: url(../../img/about/concept-li_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#about-concept .concept__msg .msg__item span::before {
  left: 0;
}
#about-concept .concept__msg .msg__item span::after {
  right: 0;
  transform: scale(-1, 1);
}

/*
# about-point
------------------------*/
#about-point .point__item {
  margin-bottom: 12%;
}
#about-point .point__item:last-child {
  margin-bottom: 0;
}
#about-point .point__item-title {
  font-size: var(--font-size-18);
  color: var(--color-white);
  background: var(--color-brown);
  padding: 1%;
  margin-bottom: 5%;
  position: relative;
}
#about-point .point__item-title::before {
  position: absolute;
  content: "";
  width: 11vw;
  height: 16vw;
  background: url(../../img/about/point-ttl_deco.png) center/100% no-repeat;
  inset: auto auto -3vw -4vw;
}
#about-point .point__item-title span {
  display: block;
  padding: 3% 4%;
  border: 1px solid var(--decoration-color-brown);
}
#about-point .point__item-text {
  font-size: var(--font-size-18);
}

/*==========================================
menu
===========================================*/
/*
# menu-check
------------------------*/
#menu-check .check__img {
  margin-bottom: 8%;
  z-index: 1;
}
#menu-check .check__img::after {
  position: absolute;
  content: "";
  width: 23vw;
  height: 19vw;
  inset: auto auto -5vw -7vw;
  background: url(../../img/menu/check-img_deco.png) center/100% no-repeat;
  z-index: -1;
}
#menu-check .check__content {
  font-size: var(--font-size-18);
}

/*
# menu-archive
------------------------*/
#menu-archive .menu__post {
  margin-bottom: 15%;
  background: url(../../img/menu/menu-item_deco.png) right bottom/85% no-repeat, var(--color-brown);
}
#menu-archive .menu__post:last-child {
  margin-bottom: 0;
}
#menu-archive .menu__post-headline {
  padding-bottom: 15%;
  background: url(../../img/menu/menu-arrow_x.png) bottom center/75% no-repeat;
  margin-bottom: 15%;
}
#menu-archive .menu__post-headline .headline__item {
  margin-bottom: 7%;
  text-align: center;
}
#menu-archive .menu__post-headline .headline__item:last-child {
  margin-bottom: 0;
}
#menu-archive .menu__post-headline .headline__item dt {
  background: #9e7e64;
  font-size: var(--font-size-16);
  margin-bottom: 3%;
  padding: 2%;
}
#menu-archive .menu__post-headline .headline__item dt span {
  position: relative;
}
#menu-archive .menu__post-headline .headline__item dt span::before {
  position: absolute;
  content: "";
}
#menu-archive .menu__post-headline .headline__item dd {
  text-align: left;
}
#menu-archive .menu__post-headline .headline__item-worry dt span::before {
  width: 6vw;
  height: 7vw;
  background: url(../../img/menu/menu-worry_ic.png) center/100% no-repeat;
  inset: -3vw auto auto -8vw;
}
#menu-archive .menu__post-headline .headline__item-brand dt span::before {
  width: 4vw;
  height: 8vw;
  background: url(../../img/menu/menu-brand_ic.png) center/100% no-repeat;
  inset: -3vw auto auto -9vw;
}
#menu-archive .menu__post-price {
  text-align: right;
  margin-bottom: 7%;
}
#menu-archive .menu__post-details .menu__post-img {
  width: 100%;
  height: 41vw;
  margin-bottom: 8%;
}
#menu-archive .menu__post-flow {
  margin-top: 12%;
}
#menu-archive .menu__post-flow .flow__title {
  font-size: var(--font-size-20);
  margin-bottom: 4%;
  padding-left: 8%;
  position: relative;
}
#menu-archive .menu__post-flow .flow__title::before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background: var(--color-green);
  inset: 3vw auto auto 0;
}
#menu-archive .menu__post-flow .flow__list {
  display: flex;
  overflow-x: scroll;
  gap: 4vw 5vw;
}
#menu-archive .menu__post-flow .flow__list .flow__item {
  background: var(--primary-color);
  font-size: var(--font-size-16);
  position: relative;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 4%;
  letter-spacing: 0.15em;
  min-height: 60vw;
}
#menu-archive .menu__post-flow .flow__list .flow__item:last-child::after {
  background: none;
}
#menu-archive .menu__post-flow .flow__list .flow__item::after {
  position: absolute;
  content: "";
  width: 23%;
  height: 11vw;
  background: url(../../img/menu/menu-arrow_y.png) center/100% no-repeat;
  inset: 0 -4.5vw 0 auto;
  margin: auto 0;
}

/*==========================================
lesson
===========================================*/
#lesson-archive .lesson__post {
  margin-bottom: 15%;
}
#lesson-archive .lesson__post:last-child {
  margin-bottom: 0;
}
#lesson-archive .lesson__post::before {
  position: absolute;
  content: "";
}
#lesson-archive .lesson__post::before {
  width: 23%;
  height: 15vw;
  background: url(../../img/lesson/item-rb_deco.png) center/100% no-repeat;
  inset: auto -5% -3vw auto;
  z-index: 1;
}
#lesson-archive .lesson__post-title {
  text-align: center;
}
#lesson-archive .lesson__post-list {
  position: relative;
  margin-bottom: 13%;
}
#lesson-archive .lesson__post-list:last-child {
  margin-bottom: 0;
}
#lesson-archive .lesson__post-list .lesson__item-title {
  font-size: var(--font-size-20);
  border-bottom: 1px solid var(--text-color-brown);
  margin-bottom: 2%;
  padding-bottom: 2%;
}
#lesson-archive .lesson__post-list .lesson__item-price {
  text-align: right;
  margin-bottom: 5%;
}
#lesson-archive .lesson__post-list .lesson__item-img {
  width: 100%;
  height: 41vw;
  margin-bottom: 6%;
}

/*==========================================
item
===========================================*/
/*
# item-archive
------------------------*/
#item-archive .item__tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 6vw;
  margin-bottom: 15%;
}
#item-archive .item__tags .tag {
  position: relative;
}
#item-archive .item__tags .tag::before, #item-archive .item__tags .tag::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 4vw;
  background: var(--color-white);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#item-archive .item__tags .tag::before {
  left: 0;
}
#item-archive .item__tags .tag::after {
  right: 0;
}
#item-archive .item__tags .tag:not(:first-child)::before {
  display: none;
}
#item-archive .item__tags .tag a {
  padding: 0 6vw;
  display: block;
}
#item-archive .item__tags .tag a:hover {
  opacity: 1;
  background: var(--color-white);
  color: var(--primary-color);
}
#item-archive .item__tags .tag a.current {
  background: var(--color-white);
  color: var(--primary-color);
}
#item-archive .item__tag-wrap {
  margin-bottom: 15%;
}
#item-archive .item__tag-wrap:last-child {
  margin-bottom: 0;
}
#item-archive .item__tag-wrap .item__tag-name {
  text-align: center;
  margin-bottom: 15%;
}
#item-archive .item__tag-wrap .item__post {
  margin-bottom: 15%;
  position: relative;
}
#item-archive .item__tag-wrap .item__post:last-child {
  margin-bottom: 0;
}
#item-archive .item__tag-wrap .item__post-thumb {
  width: 100%;
  height: 41vw;
  margin-bottom: 6%;
}
#item-archive .item__tag-wrap .item__post-title {
  font-size: var(--font-size-18);
  padding-bottom: 3%;
  margin-bottom: 8%;
  border-bottom: 1px solid var(--text-color-brown);
}

/*
# item-online
------------------------*/
#item-online {
  position: relative;
  z-index: 1;
}
#item-online::before, #item-online::after {
  position: absolute;
  content: "";
  width: 31.6145%;
  height: 21vw;
  background: url(../../img/item/online-top_deco.png) center top/100% no-repeat;
  top: 0;
  z-index: -1;
}
#item-online::before {
  left: 0;
}
#item-online::after {
  right: 0;
  transform: scale(-1, 1);
}
#item-online .item__online-wrap .banner__title {
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 5%;
  margin-bottom: 10%;
  font-size: var(--font-size-21);
}
#item-online .item__online-wrap .banner__title::first-line {
  font-size: var(--font-size-30);
}
#item-online .item__online-wrap .banner__text {
  margin-bottom: 12%;
}
#item-online .item__online-wrap .banner__button {
  font-size: var(--font-size-12);
}
#item-online .item__online-wrap .banner__button span::before, #item-online .item__online-wrap .banner__button span::after {
  border: none;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  margin-bottom: 15%;
}
#contact .contact__form-item .contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 3% 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form-item .contact__form-input .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-input textarea {
  height: 37vw;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: left;
}
#contact .contact__form-value {
  padding: 3%;
}
#contact .contact__form-select {
  width: 50%;
  position: relative;
}
#contact .contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact__form-select select {
  padding: 6% 7% 6% 4%;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 95px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 73%;
}
#contact .contact__form #address {
  margin-top: 4%;
}
#contact .contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact .contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 75%;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 52%;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
#site-map .sitemap__item-link {
  padding: 4% 0 4% 8%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/