@charset "utf-8";
/*reset*/
*,
*::before,
*::after {
  box-sizing: border-box
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0
}
ul[role='list'],
ol[role='list'] {
  list-style: none
}
body {
  line-height: 1.5
}
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1
}
h1,
h2,
h3,
h4 {
  text-wrap: balance
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor
}
img,
picture {
  max-width: 100%;
  display: block
}
input,
button,
textarea,
select {
  font: inherit
}
textarea:not([rows]) {
  min-height: 10em
}
:target {
  scroll-margin-block: 5ex
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
:root {
  --color-header-bg: #a4715f;
  --color-footer-bg: #a4715f;
  --color-primary: #42210b;
  --color-bg: #ede1d1;
  --color-bg-subtle: #c1a897;
  --color-bg-light: #fcfbf7;
  --color-bg-mlight: #d5bdaf;
  /*access/schedule*/
}
html {
  color: var(--color-primary);
  font-size: 18px;
  line-height: 2em;
  scroll-behavior: smooth;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body {
  width: 100%;
  height: auto;
}
h3 {
  font-size: 21px;
}
dd {
  line-height: 2em;
}
.primary_btn {
  border: 2px solid #fff;
  padding: 0.65em 5em;
  text-decoration: none;
}
.btn_bg_dark {
  color: #ffffff;
  border: 2px solid var(--color-primary);
  background: var(--color-primary);
}
.primary_ttl_wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}
.primary_ttl {
  font-size: 24px;
  color: var(--color-primary);
  margin: 0 auto 1em;
  padding: 0 1em 8px;
  position: relative;
  display: inline-block;
}
.primary_ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--color-primary);
}
.primary_ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 8px solid var(--color-primary);
  border-left: 8px solid transparent;
}
.center_image {
  width: 100%;
  text-align: center;
  padding: 0 16px 32px;
}
.center_text {
  width: 100%;
  text-align: center;
  padding: 0 16px;
}
.column_box {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  justify-content: center;
}
.column_box li {
  padding: 0 10px;
  width: 50%;
}
.inner_wrap {
  padding: 75px;
  border-radius: 75px;
  background: rgba(252, 251, 247, 0.7);
  width: 96%;
  max-width: 1090px;
  margin: 0 auto;
}
.inner_wrap_border {
  background: #fcfbf7;
  border: 1px solid #42210b;
}
#access .inner_wrap_border {
  padding-bottom: 100px;
}
.marker {
  background: rgba(142, 122, 109, 0.20);
  padding: 0 0.5em;
}
.guide_outline .marker {
  padding-left: 0;
}
.bg_half {
  background: linear-gradient(to bottom, var(--color-bg) 50%, var(--color-bg-subtle) 50%);
  padding: 100px 0;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
a:hover {
    opacity: .7;
}
/*header*/
header#lp_cc_header {
  background: var(--color-header-bg);
  display: block;
  position: inherit;
  width: 100%;
  z-index: 11;
}
.head_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  position: relative;
}
.head_logo {
  width: 270px;
}
/*main----------------*/
main {
  width: 100%;
  overflow: hidden;
  background-image: url(../image/main_bg.webp);
  background-repeat: no-repeat;
  padding: 0;
  background-color: #fff8eb;
  background-position: 300% -10px;
  background-size: 120% auto;
}
.main_fv {
  width: 100%;
  max-width: 1600px;
  margin: 70px 0 100px auto;
}
.main_fv_right {
  width: 100%;
}
.main_fv_right {
  margin: 0 0 0 auto;
  width: 70%;
  max-width: 1344px;
}
.main_logo {
  width: 47%;
  max-width: 600px;
  margin-left: 4vw;
}
.main_cta_wrap {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
}
.main_cta_btn {
  width: 50%;
  border: 0.75px solid var(--color-primary);
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  margin: 0 10px;
}
.main_cta_btn a {
  margin: 6px;
  border: 0.75px solid var(--color-primary);
  border-radius: 50px;
  text-align: center;
  padding: .4em 0;
  font-size: 18px;
  display: block;
  text-decoration: none;
}
/*news----------------*/
#news {
  padding-bottom: 100px;
}
.news_ttl {
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 2em;
}
.news_ttl::before,
.news_ttl::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #c5a08c;
  max-width: 136px;
}
.news_wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.news_wrap li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
}
/*CONCEPT---------------------*/
#consept {
  background: var(--color-bg);
  padding: 100px 0 0;
}
.consept_h3 {
  font-size: 24px;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: 400;
}
.consept_main_image {
  width: 80%;
  max-width: 720px;
  margin: 0 auto;
}
span.days {
  width: 6em;
}
span.news_txt {
  width: calc(100% - 10em);
}
.concept_text_box {
  padding: 0 16px;
}
.concept_text {
  line-height: 3em;
}
/*CONCEPT---------------------*/
#charm {
  background: var(--color-bg-subtle);
  padding: 100px 0;
}
.charm_item {
  margin-bottom: 3em;
}
.charm_h3 {
  margin-bottom: .5em;
  padding-bottom: .5em;
  padding-left: 0.5em;
  border-bottom: 1px solid var(--color-primary);
  display: inline-block;
  width: 100%;
  max-width: 560px;
}
span.charm_num {
  width: 40px;
  display: inline-block;
}
.charm_item p {
  padding-left: 60px;
}
/*CLASS---------------------*/
#class {
  padding: 100px 0 60px;
}
.class_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.class_wrap:last-child {
    margin-bottom: 60px;
}
.column_box .class_item {
  width: calc((100% - 50px) / 2);
  margin-bottom: 60px;
  text-align: center;
  font-size: 16px;
}
.class_item figure {
  border: 1px solid var(--color-primary);
  padding: 8px;
  margin-bottom: 10px;
}
.shop_tag {
  background: #e9d9ce;
  padding: 2px 10px;
  border-radius: 20px;
  margin-left: 10px;
  display: inline-block;
  font-size: 14px;
}
.shop_tag_gyoen {
  background: #dfe3e4;
}
.class_item .class_txt{
    text-align: left;
    padding: 1em 0.5em;
}
.insta_wrap {
  width: 80%;
  max-width: 900px;
  margin: 0 auto 60px;
  background: #f8efe5;
  padding: 1em;
}
#sb_instagram .sb_instagram_header .sbi_header_text{
    gap: 15px;
}
/*shop---------------------*/
#shop {
  background: #ded0c2;
  padding: 100px 16px;
}
#oshiage {
  width: 100%;
  max-width: 1090px;
  padding-bottom: 100px;
  margin: 0 auto 100px;
  border-bottom: 1px solid var(--color-primary);
}
.title_rounded {
  font-size: 18px;
  margin: 0 auto 2em;
  text-align: center;
}
.title_rounded span {
  padding: 10px 1em;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.6);
}
.title_rounded_border {
  border: 1px solid var(--color-primary);
}
/*flow---------------------*/
#flow {
  padding: 100px 0;
}
.flow_box {
  background: #c1a18f;
  border-radius: 75px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  color: #ffffff;
  width: 96%;
  max-width: 960px;
  margin: 0 auto 10px;
}
.flow_num {
  font-family: Times New Roman;
  padding: 0 36px;
  border-right: 2px solid #fff;
  margin-right: 36px;
  font-size: 60px;
  text-align: center;
  line-height: 1em;
}
.flow_num span {
  display: block;
  font-size: 21px;
  line-height: 1em;
  margin-bottom: 5px;
}
.flow_box > p > span{
    display: block;
    margin-top: 0.25em;
    font-size: 90%;
}
.flow_box > p > a{
    padding-top: 0.25em;
    font-size: 90%;
}
.flow_arrow {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}
.flow_arrow img {
  width: 64px;
}
/*Price-----------------*/
#price {
  background: var(--color-bg);
  padding: 100px 0 0;
}
.price_table_wrap {
  width: 96%;
  max-width: 1090px;
  margin: 0 auto 60px;
}
.price-table {
  width: 100%;
  border-collapse: separate;
  border: 2px solid #957067;
  border-radius: 12px;
  overflow: hidden;
  border-spacing: 0;
}
.price-table th,
.price-table td {
  padding: 20px 24px;
  border-right: 1px solid #957067;
  border-bottom: 1px solid #957067;
  text-align: center;
  vertical-align: middle;
}
.price-table thead th {
  font-weight: 500;
  letter-spacing: 0.02em;
  border-top: none;
}
.th-empty {
  background: #f0ede7;
  border-left: none;
}
.th-art {
  background: #ab8771;
  color: #fff;
}
.th-craft {
  background: #dfe5d9;
  border-right: none;
}
.price-table thead th span {
  padding-left: 0.5em;
}
.label-cell {
  background: #f0ede7;
  text-align: left;
  border-left: none;
  height: 130px;
}
.label-note {
  font-size: 16px;
  color: #d56162;
  display: block;
  margin-bottom: 2px;
  text-align: left;
  position: absolute;
}
.label-main {
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
  color: #42210b;
}
.label-sub {
  color: #42210b;
  font-size: 16px;
}
.price-amount {
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}
.price-note {
  font-size: 18px;
}
.price-normal {
  background: #fdfcfa;
  color: #42210b;
}
.price-normal .price-note {
  color: #42210b;
}
.price-special {
  background: #fdfcfa;
}
.price_special_color {
  color: #d56162;
}
tr td:last-child,
tr th:last-child {
  border-right: none;
}
tr:last-child td {
  border-bottom: none;
}
.text_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
  font-size: 16px;
}
.guide_title_line {
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.guide_title_line::after {
  content: "";
  flex: 1;
  background: #fff;
  border: 0.25px solid transparent;
  border-image: repeating-linear-gradient(to right, var(--color-primary) 0 5px, transparent 5px 10px) 1;
  margin-left: 1em;
}
.guide_text {
  margin-bottom: 3em;
  font-size: 16px;
}
.guide_outline {
  background: linear-gradient(to bottom, var(--color-bg) 4%, #fff8eb 4%, 96%, var(--color-bg) 3%);
  padding: 0;
}
/*schedule---------------------*/
#schedule {
  padding: 100px 16px 100px;
  background: var(--color-bg-mlight);
}
/*Q&A---------------------*/
#qa {
  padding: 100px 16px;
  background: var(--color-bg);
}
.qa_box {
  background: #ffffff;
  border-radius: 37px;
  padding: 36px;
  width: 96%;
  max-width: 1060px;
  margin: 0 auto 60px;
}
.qa_box dt {
  margin-bottom: 1em;
  padding: 0.5em;
  border-bottom: 1px solid var(--color-primary);
}
.qa_box dd {
  padding: 0.5em;
  font-size: 16px;
}
.more_btn_wrap {
  margin: 100px auto;
  text-align: center;
  width: 200px;
}
.more_btn_wrap img {
  width: 200px;
}
#qa .column_box {
  margin: 3em auto 0;
}
/*Access---------------------*/
#access {
  background: var(--color-bg-mlight);
}
.access_outline {
  background: linear-gradient(to bottom, var(--color-bg) 3%, #fff8eb 3%, 98%, var(--color-bg) 2%);
  padding: 0;
}
#oshiage_access {
  width: 100%;
  max-width: 1090px;
  padding-bottom: 100px;
  margin: 0 auto 100px;
  border-bottom: 1px solid var(--color-primary);
}
#oshiage_access .mrb2em,
#gyoen_access .mrb2em {
  margin-bottom: 30px;
}
.info-box {
  display: flex;
  flex-direction: row;
  border: 1px solid var(--color-primary);
  padding: 36px 40px;
  gap: 0;
  max-width: 900px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.info-box::after,
.info-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent var(--color-primary) transparent;
}
.info-box::before {
  top: 0;
  left: 0;
  border-width: 15px 15px 0 0;
  border-color: var(--color-primary) transparent transparent transparent;
}
.info-section {
  flex: 1;
  padding: 0 32px;
  line-height: 1.9;
}
.info-section:first-child {
  padding-left: 0;
}
.info-section:last-child {
  padding-right: 0;
}
.divider {
  width: 1px;
  background: #6b3e1e;
  align-self: stretch;
  flex-shrink: 0;
}
.info-label {
  margin: 0 0 16px 0;
  font-weight: 500;
}
.info-section p {
  margin: 0 0 6px 0;
}
.info-small {
  font-size: 14px;
  opacity: 0.85;
}
.ggmap {
  width: 96%;
  margin: 0 auto 30px;
}
.ggmap iframe {
  width: 100%;
  height: 400px;
}
/*Contact---------------------*/
#contact {
  background: var(--color-bg);
  padding: 100px 16px;
}
.fom_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 30px;
  width: 96%;
  max-width: 1090px;
}
.fom_item dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
}
.fom_item dt span {
  border-bottom: 1px solid var(--color-primary);
}
.fom_item dt span.form_ico {
  display: inline-block;
  width: 20px;
  border-bottom: none;
}
.fom_item dd {
  width: calc(100% - 300px);
}
.fom_item dd input,
.fom_item dd textarea {
  width: 100%;
}
.form_btn_wrap {
  text-align: center;
  max-width: 1090px;
  margin: 0 auto;
  position: relative;
}
input[type="submit" i] {
  padding: 0.65em 5em;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid var(--color-primary);
  background: var(--color-primary);
}
.wpcf7-spinner {
  position: absolute;
  right: 0;
}
/*footer*/
footer#lp_cc_footer {
  background: var(--color-footer-bg);
}
footer#lp_cc_footer a {
  color: #fff;
}
.foot_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.foot_logo {
  width: 300px;
  margin-bottom: 240px;
}
.foot_sns_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.foot_sns_item {
  margin: 10px;
  width: 50px;
}
.mrb2em {
  margin-bottom: 2em;
}
.mrb3em {
  margin-bottom: 3em;
}
/* ===========================
Hamburger Button
=========================== */
.hamburger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 1000;
  position: fixed;
  top: 40px;
  right: 30px;
}
.hamburger-line {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #f5ede6;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform-origin: center;
}
.hamburger-line:nth-child(2) {
  height: 1.75px;
}
.hamburger.is-open .hamburger-line:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.hamburger.is-open .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger.is-open .hamburger-line:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}
.placeholder-text {
  color: #b89880;
  font-size: 14px;
  letter-spacing: 1px;
}
.menu-overlay {
  position: fixed;
  width: 100%;
  right: 0;
  inset: 0;
  z-index: 99;
  background: #ab8771;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease,
    transform 0.4s ease;
  overflow: scroll;
}
.menu-overlay.is-open {
  opacity: 0.94;
  visibility: visible;
  transform: translateX(5%);
}
.menu-nav {
  padding: 80px 0 0;
  display: flex;
  flex-direction: column;
}
.menu-item {
  display: block;
  padding: 16px 28px;
  color: #f5ede6;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: background 0.2s ease, padding-left 0.2s ease;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.4s ease, transform 0.4s ease, background 0.2s ease, padding-left 0.2s ease;
}
.menu-overlay.is-open .menu-item {
  opacity: 1;
  transform: translateX(0);
}
.menu-overlay.is-open .menu-item:nth-child(1) {
  transition-delay: 0.05s;
}
.menu-overlay.is-open .menu-item:nth-child(2) {
  transition-delay: 0.10s;
}
.menu-overlay.is-open .menu-item:nth-child(3) {
  transition-delay: 0.15s;
}
.menu-overlay.is-open .menu-item:nth-child(4) {
  transition-delay: 0.20s;
}
.menu-overlay.is-open .menu-item:nth-child(5) {
  transition-delay: 0.25s;
}
.menu-overlay.is-open .menu-item:nth-child(6) {
  transition-delay: 0.30s;
}
.menu-overlay.is-open .menu-item:nth-child(7) {
  transition-delay: 0.35s;
}
.menu-overlay.is-open .menu-item:nth-child(8) {
  transition-delay: 0.40s;
}
.menu-item:hover {
  background: rgba(245, 237, 230, 0.08);
  padding-left: 36px;
}
.menu_sns {
  width: 100px;
  margin: 28px 18px;
}
.menu_logo {
  width: 200px;
  text-align: center;
  margin: 100px auto 0;
}
.class_item p br {
  display: none;
}
.guide_outline_link {
    text-align: center;
    font-size: 16px;
    margin-top: 80px;
    background: #fff8eb;
    padding: 80px 1em;
}
.guide_outline_2 {
    background: linear-gradient(to bottom, var(--color-bg) 10%, #fff8eb 4%, 90%, var(--color-bg) 10%);
}
.guide_outline_2 .inner_wrap_border{
    padding-bottom: 30px;
}
.guide_outline_2 .guide_wrap p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 1em;
}
.guide_outline_2 .guide_wrap .guidelines {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    font-size: 14px;
    background: #ede1d1;
    padding: 1em 1em 1em 2.5em;
    width: max-content;
    min-width: 50%;
    max-width: 100%;
    margin: 1em auto 2em;
}
.guide_outline_2 .guide_wrap .guidelines li::before {
    content: '';
    display: inline-block;
    width: 0.25em;
    height: 0.25em;
    background-color: #42210b;
    margin-right: 0.5em;
    border-radius: 50%;
    vertical-align: middle;
}
.guide_outline_3 {
    background: linear-gradient(to bottom, var(--color-bg) 8%, #fff8eb 4%, 92%, var(--color-bg) 8%);
}
.guide_outline_3 .inner_wrap_border {
    padding-right: 40px;
}
.guide_outline_3 .primary_ttl_wrap {
    padding-right: 35px;
}
.guide_outline_3 .guide_wrap {
    overflow-y: scroll;
    height: 600px;
    padding-right: 40px;
}
.GoogleCalendar{
    width: max-content;
    max-width: 100%;
    overflow: hidden;
    margin: 3rem auto;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
  h3 {
    font-size: 16px;
  }
  .primary_ttl_wrap {
    margin-bottom: 2em;
  }
  .primary_ttl {
    font-size: 18px;
    margin: 0 auto .8em;
  }
  .column_box li {
    padding: 0 3px;
  }
  .inner_wrap {
    padding: 40px 16px;
    border-radius: 35px;
    width: 96%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*header*/
  .hamburger-line {
    background: #fff;
  }
  header#lp_cc_header {
    position: inherit;
  }
  .head_inner {
    height: 80px;
    position: relative;
  }
  .head_logo {
    width: 200px;
  }
  .main_fv {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .main_fv_right {
    width: 74%;
  }
  .main_logo {
    padding-top: 25px;
    padding-top: 55px;
    padding-bottom: 10px;
    margin-left: 20px;
    width: 55%;
  }
  .main_cta_wrap {
    gap: 2%;
    padding: 0 5%;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .main_cta_btn {
    margin-bottom: 10px;
    margin: 0;
    width: 49%;
  }
  .main_cta_btn a {
    margin: 3px;
    padding: .6em 0;
    font-size: 3vw;
  }
  .text_wrap {
    margin-bottom: 40px;
  }
  #price .main_cta_btn , #class .main_cta_btn {
    width: 80%;
  }
  /*main----------------*/
  main {
    padding: 0;
    background-color: #fff8eb;
    background-position: -100vw -10px;
    background-repeat: no-repeat;
    background-size: 190vw auto;
  }
  /*news----------------*/
  #news {
    padding-bottom: 60px;
  }
  .news_ttl {
    /*
font-size: 26px;
*/
    font-size: 4.5vw;
  }
  .news_ttl::before,
  .news_ttl::after {
    max-width: 100px;
  }
  .news_wrap {
    width: 90%;
  }
  .news_wrap li {
    align-items: baseline;
  }
  span.days {
    width: 6em;
  }
  span.news_txt {
    width: calc(100% - 6em);
  }
  /*CONCEPT---------------------*/
  #consept {
    background: var(--color-bg);
    padding: 60px 0 0;
  }
  .consept_h3 {
    font-size: 16px;
  }
  .consept_main_image {
    width: 77%;
  }
  .concept_text_box {
    padding: 0 12px;
  }
  .concept_text {
    line-height: 2.5em;
  }
  .bg_half {
    background: linear-gradient(to bottom, var(--color-bg) 50%, var(--color-bg-subtle) 50%);
    padding: 60px 16px;
  }
  #consept .column_box {
    flex-wrap: wrap;
    gap: 3%;
    padding: 0 3%;
  }
  #consept .column_box li {
    width: calc(94% / 3);
  }
  /*CONCEPT---------------------*/
  #charm {
    background: var(--color-bg-subtle);
    padding: 0 0 60px;
  }
  .charm_item {
    margin-bottom: 2em;
  }
  .charm_h3 {
    font-size: 14px;
    padding-left: 0.5em;
  }
  span.charm_num {
    width: 1.5em;
    display: inline-block;
  }
  .charm_item p {
    padding: 0 7px 0 13px;
  }
  /*CLASS---------------------*/
  #class {
    padding: 60px 16px 10px;
  }
  .class_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
    gap: 7vw 1vw;
    padding: 0 2vw;
  }
  .class_wrap .class_item {
    width: calc((100% - 1vw) / 2);
    margin-bottom: 0;
  }
  .class_item figure {
    border: 1px solid var(--color-primary);
    padding: 4px;
    margin: 0 3vw 5px;
  }
  .class_item p {
    font-size: 8px;
    text-align: center;
  }
  .class_item p br {
    display: block;
  }
  .shop_tag {
    font-size: 8px;
    display: inline-block;
    margin: 5px 0 0 3px;
    padding: 1px 3px;
  }
  .shop_tag:first-child {
    margin-left: 5px;
  }
  .insta_wrap {
    margin-bottom: 30px;
  }
  #sb_instagram .sb_instagram_header{
    padding: 0;
  }
  #sb_instagram .sb_instagram_header .sbi_bio{
    font-size: 8px;
  }

  /*shop---------------------*/
  #shop {
    background: #ded0c2;
    padding: 60px 16px;
  }
  #oshiage {
    padding-bottom: 60px;
    margin: 0 auto 60px;
    border-bottom: 1px solid var(--color-primary);
  }
  .title_rounded {
    font-size: 12px;
  }
  .title_rounded span {
    padding: 5px .8em;
  }
  #shop .center_text {
    word-break: auto-phrase;
  }
  #gyoen .column_box li {
    width: 70%;
  }
  /*flow---------------------*/
  #flow {
    padding: 60px 0;
  }
  .flow_box {
    border-radius: 35px;
    padding: 15px 10px 15px 5px;
    width: 90%;
    margin-bottom: 5px;
  }
  .flow_num {
    font-family: Times New Roman;
    padding: 0 20px;
    border-right: 1px solid #fff;
    margin-right: 20px;
    font-size: 24px;
  }
  .flow_num span {
    font-size: 9px;
  }
  .flow_box p {
    font-size: 11px;
  }
  .flow_arrow {
    margin-bottom: 5px;
  }
  .flow_arrow img {
    width: 24px;
  }
  /*Price-----------------*/
  #price {
    padding: 60px 0 0;
  }
  .price_table_wrap {
    width: 100%;
    /*
overflow-x: auto;
-webkit-overflow-scrolling: touch;
*/
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .price-table {
    width: 100%;
    /*
min-width: 600px;
*/
    border-collapse: collapse;
  }
  .price-table th,
  .price-table td {
    padding: 10px 5px;
  }
  .price-table thead th {
    width: 38%;
  }
  .price-table thead th.th-empty {
    width: 24%;
  }
  .price-table thead th span {
    padding-left: 4px;
    display: inline-block;
    font-size: 10px;
  }
  .price-table .label-cell {
    padding: 10px;
    font-size: 11px;
    height: auto;
  }
  tr:last-child td.label-cell {
    position: relative;
  }
  .label-cell .label-sub {
    font-size: 10px;
  }
  .label-note {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
  }
  .price-amount {
    font-size: 14px;
  }
  .price-note {
    font-size: 10px;
  }
  .text_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 0 20px;
    font-size: 12px;
  }
  .guide_outline {
    padding: 0 20px;
  }
  .guide_text {
    font-size: 12px;
  }
  /*schedule---------------------*/
  #schedule {
    padding: 60px 16px;
  }
  /*Q&A---------------------*/
  #qa {
    padding: 60px 16px;
  }
  .qa_box {
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .qa_box dd {
    font-size: 12px;
  }
  .more_btn_wrap {
    margin: 40px auto;
  }
  /*Access---------------------*/
  .access_outline {
    background: linear-gradient(to bottom, var(--color-bg) 5%, var(--color-bg-mlight) 2%, 98%, var(--color-bg) 5%);
    padding: 0 10px;
  }
  #access .inner_wrap_border {
    padding-bottom: 50px;
  }
  #oshiage_access {
    padding-bottom: 60px;
    margin: 0 auto 60px;
    border-bottom: 0.75px solid var(--color-primary);
  }
  .title_rounded_border {
    border: 0.75px solid var(--color-primary);
  }
  .info-box {
    flex-direction: column;
    border: 1px solid var(--color-primary);
    padding: 26px 20px;
    gap: 20px;
  }
  .info-section {
    flex: 1;
    padding: 0 0px;
    line-height: 1.9;
  }
  .info-section:first-child {
    padding-left: 0;
  }
  .info-section:last-child {
    padding-right: 0;
  }
  .divider {
    width: 1px;
    background: #6b3e1e;
    align-self: stretch;
    flex-shrink: 0;
    display: none;
  }
  .info-label {
    margin: 0 0 16px 0;
    font-weight: 500;
  }
  .info-section p {
    margin: 0 0 6px 0;
  }
  .info-small {
    font-size: 10px;
    opacity: 0.85;
  }
  .ggmap {
    max-width: 720px;
  }
  .ggmap iframe {
    height: 200px;
  }
  /*Contact---------------------*/
  #contact {
    padding: 60px 16px;
  }
  .fom_item {
    flex-direction: column;
  }
  .fom_item dt {
    margin-bottom: 5px;
  }
  .fom_item dt span {
    border: 0;
  }
  .fom_item dt span.form_ico {
    margin-right: 0.75em;
    vertical-align: text-bottom;
    width: auto;
    height: 1.25em;
  }
  .fom_item dt span.form_ico img {
    max-height: 100%;
  }
  .fom_item:nth-child(2) dt span.form_ico {
    height: 1.05em;
  }
  .fom_item dd {
    width: 100%;
  }
  .fom_item dd input,
  .fom_item dd textarea {
    width: 100%;
    padding: 0 1em;
  }
  .fom_item dd input {
    text-align: center;
  }
  .form_btn_wrap {
    text-align: center;
  }
  /*footer*/
  .foot_logo {
    width: 200px;
    margin-bottom: 70px;
  }
  .foot_sns_wrap {
    gap: 10px;
  }
  .foot_sns_item {
    width: 30px;
  }
  /* ===========================
Hamburger Button
=========================== */
  .hamburger {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 200;
    position: fixed;
    top: 28px;
    right: 20px;
  }
  .guide_outline_link {
    font-size: 12px;
    margin-top: 60px;
    padding: 60px 1em;
  }
.guide_outline_2 .inner_wrap_border {
    padding-bottom: 0;
}
.guide_outline_2 {
    background: linear-gradient(to bottom, var(--color-bg) 5%, #fff8eb 4%, 95%, var(--color-bg) 5%);
}
.guide_outline_2 .guide_wrap p {
    font-size: 12px;
    word-break: auto-phrase;
}
.guide_outline_2 .guide_wrap .guidelines {
    font-size: 12px;
        width: 80%;
        padding-left: 2em;
}
.guide_outline_3 {
    background: linear-gradient(to bottom, var(--color-bg) 8%, #fff8eb 4%, 92%, var(--color-bg) 8%);
}
.guide_outline_3 .inner_wrap_border {
    padding-right: 8px;
}
.guide_outline_3 .primary_ttl_wrap {
    padding-right: 16px;
}
.guide_outline_3 .guide_wrap {
    padding-right: 8px;
}
.GoogleCalendar iframe{
    max-width: 90%;
    margin: 0 5%;
    height: 400px;
}
}
@media screen and (min-width: 1281px) {
  main {
    background-position: calc(-300px + 1vw) -20px;
    background-size: 1280px auto;
  }
}
@media screen and (min-width: 1601px) {
  .main_fv {
    margin-right: auto;
  }
}