/* ##############################################################################

    KEYFRAMES

############################################################################## */

.fadein {
  opacity: 0;
  transform: translate(0, 60px);
  -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.underline {
  position: relative;
}
.underline::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: rgb(44 34 31 / 25%);
  border-radius: 2px;
  z-index: 0;
  width: 0;
  -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.underline.scrollin::before {
  width: 100%;
}

/* ##############################################################################

    COMMON

############################################################################## */
html {
  height: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  height: 100%;
  padding-top: 88px;
}
body.page-contact,
body.page-reservation {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 50px;
  }
  body {
    padding-top: 64px;
  }
}

/* layout
**************************************** */

/* --- inner --- */
.inner {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.inner-xs {
  max-width: 880px;
}
.inner-sm {
  max-width: 1080px;
}
.inner-lg {
  max-width: 1440px;
}
.inner-xl {
  max-width: calc(100% - 224px);
}

/* --- section_pdg --- */
.section_pdg {
  padding-top: 112px;
  padding-bottom: 112px;
}
.section_pdg-sm {
  padding-top: 72px;
  padding-bottom: 72px;
}

br.sp {
  display: none;
}

@media screen and (max-width: 1664px) {
  .inner-xl {
    max-width: 1440px;
  }
}

@media screen and (max-width: 767px) {
  br.sp {
    display: inline;
  }
  br.pc {
    display: none;
  }
  .inner {
    width: 86%;
  }
  .inner .inner {
    width: 100%;
  }
  .section_pdg-sm {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .section_pdg {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

/* flex
**************************************** */
/* --- ざっくりflexレイアウト --- */
.flex-col1 {
  display: block;
}
.flex-col2,
.flex-col3,
.flex-col4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-col2 > * {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.flex-col2:not(.flex-reverse) > *:nth-child(even),
.flex-col2.flex-reverse > *:nth-child(odd) {
  margin-right: 0;
}
.flex-col3 > * {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.flex-col3 > *:nth-child(3n) {
  margin-right: 0;
}
.flex-col4 > * {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.flex-col4 > *:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .flex-sp-block.flex-col2 > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }
  .flex-sp-block.flex-col2 > *:last-child {
    margin-bottom: 0;
  }
  .flex-sp-block.flex-col4 > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }

  /* --- ざっくりflexレイアウト - sp --- */
  .flex-sp-col2 > *,
  .flex-sp-col2.flex-col3 > *:nth-child(3n) {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-sp-col2 > *:nth-child(even) {
    margin-right: 0;
  }
  .flex-sp-col3 > *,
  .flex-sp-col3.flex-col4 > *:nth-child(4n) {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-sp-col3 > *:nth-child(3n) {
    margin-right: 0;
  }
  .flex-order1 {
    order: 1;
  }
}

/* bg
**************************************** */
.bg-white {
  background-color: #fff;
}
.bg-white01 {
  background: url(../images/common/bg-white01.png) center repeat;
}
.bg-white02 {
  background: url(../images/common/bg-white02.png) center repeat;
}
.bg-white03 {
  background: url(../images/common/bg-white03.png) center repeat;
}
.bg-beige {
  background: url(../images/common/bg-beige.png) center repeat;
}
.bg-ivory {
  background: url(../images/common/bg-ivory.png) center repeat;
}
.bg-green01 {
  background: url(../images/common/bg-green01.png) center repeat;
}
.bg-green02 {
  background: url(../images/common/bg-green02.png) center repeat;
}
.bg-flower {
  background: url(../images/common/bg-flower.jpg) center top repeat;
}

/* -- line -- */
.bg-line {
  position: relative;
}
.bg-line::before,
.bg-line::after {
  position: absolute;
  content: "";
  height: 6px;
  right: 0;
  left: 0;
  display: block;
  background: url(../images/common/line-white.png);
}
.bg-line::before {
  top: 16px;
}
.bg-line::after {
  bottom: 16px;
}
.bg-line-gold::before,
.bg-line-gold::after {
  background-image: url(../images/common/line-gold.png);
}
.bg-line-yellow::before,
.bg-line-yellow::after {
  background-image: url(../images/common/line-yellow.png);
}

@media screen and (max-width: 767px) {
  .bg-white01,
  .bg-white02,
  .bg-white03,
  .bg-beige,
  .bg-ivory,
  .bg-green01,
  .bg-green02 {
    background-size: 520px auto;
  }
  .bg-flower {
    background-image: url(../images/common/bg-flower_sp.jpg);
    background-size: 276px auto;
  }
  .bg-line::before,
  .bg-line::after {
    background-image: url(../images/common/line-white_sp.png);
    background-size: auto 6px;
  }
  .bg-line-gold::before,
  .bg-line-gold::after {
    background-image: url(../images/common/line-gold_sp.png);
  }
  .bg-line-yellow::before,
  .bg-line-yellow::after {
    background-image: url(../images/common/line-yellow_sp.png);
  }
  .bg-line::before {
    top: 8px;
  }
  .bg-line::after {
    bottom: 8px;
  }
}

/* txt
**************************************** */
.txt-justify {
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  text-align: justify;
}
.txt-lg {
  font-size: 107%;
}
.txt-nomal {
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: 1rem;
  font-family: fot-tsukuardgothic-std, "TsukuARdGothic-Regular", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.txt-slg {
  font-size: 125%;
}
.txt-xl {
  font-size: 147%;
}
.txt-sm {
  font-size: 93.4%;
  line-height: 1.6;
}
.txt-xs {
  font-size: 87%;
  line-height: 1.6;
}

/* -- color -- */
.txt-gold {
  color: #c1b639;
}
.strong {
  color: #d62727;
}

/* -- font -- */
.font-matisse {
  font-family: garamond-premier-pro-caption, fot-matisse-pron, YuMincho, "Yu Mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.12em;
}
.font-montserrat {
  font-family: montserrat, fot-tsukuardgothic-std, "TsukuARdGothic-Regular", "YuGothic", "游ゴシック",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  letter-spacing: 0.12em;
}
.font-montserrat-extra_light {
  font-weight: 200;
}
.font-montserrat-light {
  font-weight: 300;
}
.font-montserrat-regular {
  font-weight: 400;
}
.font-montserrat-semibold {
  font-weight: 600;
}

/* -- attention -- */
.txt-attention {
  font-size: 88%;
  color: #999;
}
.txt-attention-kome {
  position: relative;
  padding-left: 1.4em;
}
.txt-attention-kome::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/* -- txtarea -- */
.txtarea p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .txt-xs {
    font-size: 84%;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .txt-xl {
    font-size: 125%;
  }
  .txt-nomal {
    font-size: 0.83rem;
  }
}

/* ttl
**************************************** */

/* --- page_ttl --- */
.page_ttl {
  background: #000 center top no-repeat;
  background-size: cover;
  text-align: center;
  height: 480px;
  color: #fff;
  text-shadow: 0 0 24px rgb(0 0 0 / 50%);
}
.page_ttl-jp,
.page_ttl-en {
  display: block;
  line-height: 1;
}
.page_ttl-jp {
  font-size: 374%;
  letter-spacing: 0.32em;
  padding-left: 0.32em;
}
.page_ttl-en {
  font-size: 10%;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding-left: 0.15em;
}
.page-wedding-wax .page_ttl,
.page-wedding-futarimusubi .page_ttl,
.page-wedding-metal .page_ttl {
  background-image: url(../images/pagettl/pagettl-wedding.jpg);
}
.page-engagement-wax .page_ttl,
.page-engagement-metal .page_ttl,
.page-birthstone .page_ttl {
  background-image: url(../images/pagettl/pagettl-engagement.jpg);
}
.page-anniversary .page_ttl {
  background-image: url(../images/pagettl/pagettl-anniversary.jpg);
}
.page-baby .page_ttl {
  background-image: url(../images/pagettl/pagettl-baby.jpg);
}
.page-mokume .page_ttl {
  background-image: url(../images/pagettl/pagettl-mokume_1.jpg);
}
.page-about .page_ttl {
  background-image: url(../images/pagettl/pagettl-about.jpg);
}
.page-maintenance .page_ttl {
  background-image: url(../images/pagettl/pagettl-maintenance.jpg);
}
.page-flow .page_ttl {
  background-image: url(../images/pagettl/pagettl-flow.jpg);
}
.page-present .page_ttl {
  background-image: url(../images/pagettl/pagettl-present.jpg);
}
.page-faq .page_ttl {
  background-image: url(../images/pagettl/pagettl_faq.jpg);
}
.page-gifu .page_ttl {
  background-image: url(../images/pagettl/pagettl-gifu.jpg);
}
.page-nagoya .page_ttl {
  background-image: url(../images/pagettl/pagettl-nagoya.jpg);
}
.page-hamamatsu .page_ttl {
  background-image: url(../images/pagettl/pagettl-hamamatsu.jpg);
}
.page-mie .page_ttl {
  background-image: url(../images/pagettl/pagettl-mie.jpg);
}
.page-okazaki .page_ttl {
  background-image: url(../images/pagettl/pagettl-okazaki.jpg);
}
.search .page_ttl {
  background-image: url(../images/pagettl/pagettl-design.jpg);
}
.archive-voice .page_ttl,
.single-voice .page_ttl {
  background-image: url(../images/pagettl/pagettl-voice.jpg);
}
.archive-design .page_ttl,
.single-design .page_ttl {
  background-image: url(../images/pagettl/pagettl-design.jpg);
}
.archive-blog .page_ttl,
.single-blog .page_ttl,
.archive-news .page_ttl,
.single-news .page_ttl,
.page-sitemap .page_ttl,
.page-404 .page_ttl,
.page-thanks .page_ttl,
.page-reservation-thanks .page_ttl {
  background-image: url(../images/pagettl/pagettl_post.jpg);
}
.page-contact .page_ttl,
.page-reservation .page_ttl {
  display: block;
  padding-top: 120px;
  height: 224px;
  background: url(../images/common/bg-ivory.png) center repeat;
  color: #41210f;
  text-shadow: none;
}

/* --- section_ttl --- */
.section_ttl {
  text-align: center;
  margin-bottom: 64px;
  font-weight: normal;
  line-height: 1.4;
}
.section_ttl-sm {
  font-size: 267%;
}
.section_ttl--main {
  font-size: 320%;
  letter-spacing: 0.2em;
  margin-bottom: 23px;
  font-weight: 200;
  display: block;
  padding-left: 0.2em;
  text-transform: uppercase;
}
.section_ttl--main.mb_none {
  margin-bottom: 0;
}
.section_ttl--sub {
  position: relative;
  font-size: 120%;
  letter-spacing: 0.1em;
  display: inline-block;
  text-transform: uppercase;
}
.section_ttl--sub::before,
.section_ttl--sub::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 88px;
  height: 6px;
  background: url(../images/common/line-brown.png) center no-repeat;
}
.section_ttl--sub.txt-gold::before,
.section_ttl--sub.txt-gold::after {
  background-image: url(../images/common/line-gold.png);
}
.section_ttl--sub::before {
  left: -24px;
  margin-left: -88px;
}
.section_ttl--sub::after {
  right: -24px;
  margin-right: -88px;
}
.section_catch {
  text-align: center;
  font-size: 120%;
  font-weight: 700;
}

/* --- line_ttl --- */
.line_ttl {
  text-align: center;
  font-size: 214%;
  letter-spacing: 0.14em;
  line-height: 1;
  font-weight: 300;
}
.line_ttl--inner {
  position: relative;
}
.line_ttl--inner::before,
.line_ttl--inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 240px;
  height: 1px;
  background: url(../images/common/line-brown.png);
  top: 0;
  bottom: 0;
  margin: auto;
}
.line_ttl--inner::before {
  left: 0;
  margin-left: -264px;
}
.line_ttl--inner::after {
  right: 0;
  margin-right: -264px;
}

/* --- heading --- */
.heading-1 {
  font-size: 267%;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.heading-1.heading-style2 {
  line-height: 1.2;
}
.heading-1 .sub_text {
  font-size: 0.7em;
}
.heading-2 {
  font-size: 214%;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.heading-3 {
  font-size: 120%;
  line-height: 1.5;
}
.heading-4 {
  font-size: 120%;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .page_ttl {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  /* --- page_ttl --- */
  .page_ttl {
    height: 220px;
  }
  .page-wedding-wax .page_ttl,
  .page-wedding-futarimusubi .page_ttl,
  .page-wedding-metal .page_ttl {
    background-image: url(../images/pagettl/pagettl-wedding_sp.jpg);
  }
  .page-engagement-wax .page_ttl,
  .page-engagement-metal .page_ttl {
    background-image: url(../images/pagettl/pagettl-engagement_sp.jpg);
  }
  .page-anniversary .page_ttl {
    background-image: url(../images/pagettl/pagettl-anniversary_sp.jpg);
  }
  .page-baby .page_ttl {
    background-image: url(../images/pagettl/pagettl-baby_sp.jpg);
  }
  .page-mokume .page_ttl {
    background-image: url(../images/pagettl/pagettl-mokume_sp_1.jpg);
  }
  .page-about .page_ttl {
    background-image: url(../images/pagettl/pagettl-about_sp.jpg);
  }
  .page-maintenance .page_ttl {
    background-image: url(../images/pagettl/pagettl-maintenance_sp.jpg);
  }
  .page-flow .page_ttl {
    background-image: url(../images/pagettl/pagettl-flow_sp.jpg);
  }
  .page-present .page_ttl {
    background-image: url(../images/pagettl/pagettl-present_sp.jpg);
  }
  .page-faq .page_ttl {
    background-image: url(../images/pagettl/pagettl_faq_sp.jpg);
  }
  .page-gifu .page_ttl {
    background-image: url(../images/pagettl/pagettl-gifu_sp.jpg);
  }
  .page-nagoya .page_ttl {
    background-image: url(../images/pagettl/pagettl-nagoya_sp.jpg);
  }
  .page-hamamatsu .page_ttl {
    background-image: url(../images/pagettl/pagettl-hamamatsu_sp.jpg);
  }
  .page-mie .page_ttl {
    background-image: url(../images/pagettl/pagettl-mie_sp.jpg);
  }
  .search .page_ttl {
    background-image: url(../images/pagettl/pagettl-design_sp.jpg);
  }
  .archive-voice .page_ttl,
  .single-voice .page_ttl {
    background-image: url(../images/pagettl/pagettl-voice_sp.jpg);
  }
  .archive-design .page_ttl,
  .single-design .page_ttl {
    background-image: url(../images/pagettl/pagettl-design_sp.jpg);
  }
  .archive-blog .page_ttl,
  .single-blog .page_ttl,
  .archive-news .page_ttl,
  .single-news .page_ttl,
  .page-sitemap .page_ttl,
  .page-404 .page_ttl,
  .page-thanks .page_ttl,
  .page-reservation-thanks .page_ttl {
    background-image: url(../images/pagettl/pagettl_post_sp.jpg);
  }
  .page_ttl-jp {
    font-size: 186%;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
  }
  .page_ttl-en {
    font-size: 86%;
  }
  .page-contact .page_ttl,
  .page-reservation .page_ttl {
    padding-top: 120px;
    height: 160px;
  }

  /* --- section_ttl --- */
  .section_ttl {
    margin-bottom: 24px;
  }
  .section_ttl--main {
    font-size: 250%;
    margin-bottom: 8px;
  }
  .section_ttl--sub::before,
  .section_ttl--sub::after {
    width: 48px;
    background-image: url(../images/common/line-brown_sp.png);
    background-size: auto 6px;
  }
  .section_ttl--sub.txt-gold::before,
  .section_ttl--sub.txt-gold::after {
    background-image: url(../images/common/line-gold_sp.png);
  }
  .section_ttl--sub::before {
    left: 0;
    margin-left: -56px;
  }
  .section_ttl--sub::after {
    right: 0;
    margin-right: -56px;
  }
  .section_catch {
    font-size: 86%;
  }
  .line_ttl {
    font-size: 150%;
  }
  .line_ttl.txt-lg {
    font-size: 180%;
  }
  .line_ttl--inner::before,
  .line_ttl--inner::after {
    background: url(../images/common/line-brown_sp.png);
    background-size: auto 4px;
    width: 48px;
  }
  .line_ttl--inner::before {
    left: 0;
    margin-left: -56px;
  }
  .line_ttl--inner::after {
    right: 0;
    margin-right: -56px;
  }

  /* --- heading --- */
  .heading-1 {
    font-size: 200%;
  }
  .heading-2 {
    font-size: 175%;
  }
  .heading-3 {
    font-size: 150%;
  }
  .heading-4 {
    font-size: 112%;
  }
}

/* table & list
**************************************** */
table {
  width: 100%;
}

/* --- table_default --- */
.table_default th,
.table_default td {
  padding: 16px 8px;
}
.table_default th {
  border-bottom: 2px solid #96b03b;
}
.table_default td {
  padding: 16px 16px;
  border-bottom: 1px solid #96b03b;
  border-left: 4px solid #fff;
}

/* --- table_line --- */
.table_line th,
.table_line td {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
}
.table_line th {
  background-color: #96b03b;
  border: 1px solid #96b03b;
  color: #fff;
  font-size: 107%;
}
.table_line td {
  border: 1px solid #d2d2d2;
  font-size: 93%;
}

/* --- list ---- */
.list {
  list-style-type: none;
  margin-bottom: 16px;
}
.list li:not(:last-child) {
  margin-bottom: 8px;
}
.list li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.6;
}
.list-disc li::before,
.list-square li::before,
.list-circle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background-color: #96b03b;
}
/* 数字付きリスト */
.list-num {
  padding-left: 1.4em;
  list-style-type: decimal;
}
.list-num li {
  padding-left: 0;
}
.list-num li::before {
  display: none;
}
/* 白丸付きリスト */
.list-circle li::before {
  border: 1px solid #96b03b;
  background-color: transparent;
}
/* 四角付きリスト */
.list-square li::before {
  border-radius: 0;
  background-color: #96b03b;
}
/* 入れ子のスタイル */
.list li ul {
  margin-top: 16px;
}
.list li ul li::before {
  width: 6px;
  height: 6px;
  top: 0.8em;
}

/* --- dlリスト --- */
.list-dl {
  position: relative;
  border-top: 1px solid #bfbfbf;
}
.list-dl dt {
  position: absolute;
  padding-top: 16px;
  color: #96b03b;
  font-weight: 700;
}
.list-dl dd {
  padding-left: 140px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #bfbfbf;
}

/* btn
**************************************** */
.btn {
  position: relative;
  display: inline-block;
  min-width: 320px;
  line-height: 64px;
  padding: 0 48px;
  background-color: #2c221f;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 120%;
  letter-spacing: 0.12em;
  border-radius: 40px;
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  cursor: pointer;
}
.btn-sm {
  min-width: 250px;
  line-height: 48px;
  letter-spacing: 0.05em;
  font-size: 100%;
}
.btn-white {
  background: #fff;
  color: #2c221f;
}
.btn-green {
  background-color: #ddf1ad;
  color: #2c221f;
}
.btn:hover {
  background-color: #c0b538;
  color: #fff;
}
.btn-white:hover {
  color: #96b03b;
  background-color: #f9f8ea;
}
.btn-green:hover {
  color: #2c221f;
  background-color: #c7e089;
}
.btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 32px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}
.btn:hover::before {
  right: 24px;
}
.btn-lists li {
  margin: 0 12px;
}

.flex .btn + .btn {
  margin-left: 16px;
}

.icon-svg {
  display: inline-block;
  transition: .4s all ease-out;
}
.icon-new_tab {
  width: 0.875rem;
  aspect-ratio: 1/1;
}
.gnav--subnav--list .icon-svg {
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .btn {
    min-width: auto;
    padding: 0 48px;
    min-height: 0;
    line-height: 48px;
    margin: 0 auto;
    display: block;
  }
  .btn-sm {
    padding: 0 40px;
    line-height: 40px;
  }
  .btn::before {
    right: 20px;
  }
  .flex .btn,
  .flex .btn + .btn {
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-lists li {
    margin: 0;
  }
  .btn-lists li:not(:last-child) {
    margin-bottom: 4px;
  }
  .icon-new_tab {
    width: 0.8rem;
    aspect-ratio: 1/1;
  }
}

/* cta
**************************************** */
.cta {
  padding: 96px 0;
  background-color: #eee;
  line-height: 1;
}
.cta--ttl {
  font-size: 320%;
  letter-spacing: 0.2em;
}
.cta--txt {
  background: url(../images/common/cta_kazari.png) center no-repeat;
  letter-spacing: 0.2em;
}
.cta--btn img {
  vertical-align: middle;
  margin: 0 8px 3px -8px;
}
.cta--form {
  background-color: #fff;
}
.cta--btn-tel {
  cursor: pointer;
}
.cta .btn {
  box-shadow: 0 0 24px -8px rgb(0 0 0 / 50%);
}
.cta .btn:hover {
  background-color: #486300;
}
.cta .btn-white {
  background-color: #f9f8ea;
}
.cta .btn-white:hover {
  background-color: #fff;
}
.cta--modalwindow .modal--close,
.cta--modalwindow .cta-shoplists {
  opacity: 0;
  pointer-events: none;
}
.cta--modalwindow.active .modal--close,
.cta--modalwindow.active .cta-shoplists {
  opacity: 1;
  pointer-events: auto;
}
.cta-shoplists {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  max-width: 1200px;
  height: 248px;
  padding: 40px;
  box-shadow: 0 0 32px -16px rgb(0 0 0 / 50%);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
}
.modal--close {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #486300;
  z-index: 9995;
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
}
.cta--modalwindow.active .modal--close {
  opacity: 0.5;
}
.cta-shoplist {
  width: calc(25% - 8px);
  margin-bottom: 24px;
}
.cta-shoplist .txtarea .tel {
  margin-bottom: 8px;
}
.cta--modalwindow .cta-shoplist .details {
  border: none;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 48px 0;
  }
  .cta--ttl {
    font-size: 200%;
    line-height: 1.4;
  }
  .cta--txt {
    font-size: 125%;
    background-size: 208px;
  }
  .cta .btn-lists li {
    width: 272px;
  }
  .cta--btn.btn {
    min-width: 0;
    width: 100%;
  }
  .cta-shoplists {
    height: auto;
    max-width: 312px;
    max-height: 92%;
    top: 4%;
    bottom: auto;
    overflow-y: scroll;
    padding: 24px;
  }
  .cta-shoplist {
    width: 100%;
    margin-bottom: 8px;
  }
  .cta--modalwindow .cta-shoplist .details {
    padding: 5px;
  }
  .cta-shoplist .txtarea .tel {
    position: absolute;
    top: 3px;
    right: 0;
    border-bottom: 2px solid;
  }
  .cta-shoplist .shoplist .details dd {
    padding-top: 2px;
    padding-bottom: 0;
  }
  .cta-shoplist .shoplist .details dt {
    margin: 2px 0;
  }
}

/* cta-page
**************************************** */
.cta-page {
  padding: 80px 0 40px;
  background-color: #eee;
}
.cta-page a:hover {
  opacity: 0.6;
}
.cta-page .imgarea {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .cta-page {
    padding: 40px 0 24px;
  }
  .cta-page .imgarea {
    margin-bottom: 8px;
  }
}

/* breadcrumbs
**************************************** */
.breadcrumbs {
  position: absolute;
  width: 100%;
  padding: 16px 0;
  font-size: 87%;
}
.breadcrumbs > .inner {
  display: flex;
  justify-content: flex-end;
}
.breadcrumbs a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    position: relative;
    padding: 4px 0;
  }
}

/* ##############################################################################

    HEADER

############################################################################## */

/* header
**************************************** */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  line-height: 1;
  z-index: 9990;
  transition: all 0.4s ease-out;
}
.page-contact .header,
.page-reservation .header {
  position: absolute;
  background-color: transparent;
  box-shadow: none;
  background: url(../images/common/bg-ivory.png) center repeat;
}
.header .inner {
  width: 98%;
}
.header--logo {
  position: relative;
  height: 88px;
  top: -4px;
  left: -12px;
  transition: all 0.4s ease-out;
  width: 240px;
}
.header-sm .header--logo {
  width: 180px;
}
.header--logo a {
  display: block;
}
.header--seo {
  font-size: 73%;
  max-width: 144px;
  line-height: 1.4;
  display: block;
  letter-spacing: 0.05em;
  opacity: 0.75;
}
.header--nav {
  width: calc(100% - 360px);
  transition: all 0.4s ease-out;
}
.header-sm .header--nav {
  width: calc(100% - 320px);
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
  .header--seo {
    display: none;
  }
  .header--nav {
    width: calc(100% - 240px);
  }
  .header-sm .header--nav {
    width: calc(100% - 180px);
  }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .gnav--link--siryo {
    display: none;
  }
}

@media screen and (max-width: 1188px) and (min-width: 768px) {
  .gnav--link {
    padding: 0 12px !important;
    font-size: 93%;
  }
  .gnav--cta-white {
    font-size: 80%;
  }
}

@media screen and (min-width: 768px) {
  .header--nav,
  .gnav,
  .gnav--lists,
  .gnav--list,
  .gnav--link {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 64px;
  }
  .header .inner {
    padding-left: 8px;
  }
  .header--logo,
  .header-sm .header--logo {
    top: 0;
    left: -26px;
    width: 140px;
    z-index: 999;
  }
}

/* gnav
**************************************** */
.gnav--list {
  position: relative;
}
.gnav--list .gnav--subnav {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  left: 50%;
  top: 78px;
  box-shadow: 0 0 16px 2px rgb(0 0 0 / 25%);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  padding: 40px 80px;
  transform: translate(-50%, -8px);
  z-index: 10;
}
.gnav--list .gnav--subnav.back_gray {
  background: url(../images/common/bg-white01.png) center repeat;
}
.gnav--list .gnav--subnav::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 4px double #e7d8b7;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0.9;
  pointer-events: none;
}
.gnav--list:hover .gnav--subnav {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.gnav--subnav::after {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 9px 6.5px;
  border-color: transparent transparent #ffffff transparent;
  pointer-events: none;
}

.gnav--subnav.back_gray::after {
  border-color: transparent transparent #f6f6f6 transparent;
}

.gnav--subnav--inner {
  overflow: hidden;
}
.gnav--subnav--inner .line_ttl {
  font-size: 107%;
  font-weight: 400;
}
.gnav--subnav--lists li:not(:last-of-type) {
  margin: 0 25px 0 0;
}
.gnav--subnav--box {
  padding: 30px;
  background: #fff;
  box-shadow: rgb(145 185 215 / 25%) 0 0 24px 0;
}
.gnav--subnav--box:not(:last-of-type) {
  margin: 0 30px 0 0;
}
.gnav--subnav--box .line_ttl {
  overflow: hidden;
}
.gnav--subnav--box li:not(:last-of-type) {
  margin: 0;
}
.gnav--subnav--box .line_ttl--inner::before {
  margin-left: -250px;
}

.gnav--subnav--box .line_ttl--inner::after {
  margin-right: -250px;
}

.gnav--subnav--list a {
  display: block;
  position: relative;
  background-color: #eee;
  background-size: cover;
  text-align: center;
  border-radius: 4px;
}
.gnav--subnav--list a:hover {
  opacity: 0.7;
}
.gnav--subnav--list-lg a {
  width: 180px;
  height: 135px;
}
.gnav--subnav--list-md a {
  width: 220px;
  height: 200px;
}
.gnav--subnav--list-sm a {
  width: 196px;
  height: 130px;
}
.gnav--subnav--list.about a {
  background-image: url(../images/common/subnav_about_img.jpg);
}
.gnav--subnav--list.maintenance a {
  background-image: url(../images/common/subnav_maintenance_img.jpg);
}
.gnav--subnav--list.present a {
  background-image: url(../images/common/subnav_present_img.jpg);
}
.gnav--subnav--list.flow a {
  background-image: url(../images/common/subnav_flow_img.jpg);
}
.gnav--subnav--list.wedding a {
  background-image: url(../images/common/subnav-wedding.jpg);
}
.gnav--subnav--list.engagement a {
  background-image: url(../images/common/subnav-engagement.jpg);
}
.gnav--subnav--list.baby a {
  background-image: url(../images/common/subnav-baby.jpg);
}
.gnav--subnav--list.mokume a {
  background-image: url(../images/common/subnav-mokume.jpg);
  background-position: center;
}
.registration--txt {
  position: absolute;
  top: 6px;
  font-size: .5rem;
}
.gnav--subnav--list.birthday a {
  background-image: url(../images/common/subnav-onetring.jpg);
}
.gnav--subnav--list.anniversary a {
  background-image: url(../images/common/subnav-anniversary.jpg);
}
.gnav--subnav--list.design a {
  background-image: url(../images/common/subnav-design.jpg);
}
.gnav--subnav--list.commitment a {
  background-image: url(../images/common/subnav-preference.jpg);
}
.gnav--subnav--list.voice a {
  background-image: url(../images/common/subnav-voice.jpg);
}
.gnav--subnav--list.gifu a {
  background-image: url(../images/common/footer--shop-gifu.jpg);
}
.gnav--subnav--list.nagoya a {
  background-image: url(../images/common/footer--shop-nagoya.jpg);
}
.gnav--subnav--list.okazaki a {
  background-image: url(../images/common/footer--shop-okazaki.jpg);
}
.gnav--subnav--list.mie a {
  background-image: url(../images/common/footer--shop-mie.jpg);
}
.gnav--subnav--list.hamamatsu a {
  background-image: url(../images/common/footer--shop-hamamatsu.jpg);
}
.gnav--subnav--list .txt {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.gnav--subnav--list-lg.anniversary .txt {
  background-color: rgba(255, 255, 255, 0.9);
}
.gnav--link {
  height: 88px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
}
.gnav--link:hover,
.gnav .current .gnav--link {
  color: #c1b639;
}
.gnav--link .icon {
  position: relative;
  margin-right: 8px;
}
.gnav--link .icon-nomal,
.gnav--link .icon-hover {
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
}
.gnav--link .icon-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}
.gnav--link:hover .icon-nomal,
.gnav .current .gnav--link .icon-nomal {
  opacity: 0;
}
.gnav--link:hover .icon-hover,
.gnav .current .gnav--link .icon-hover {
  opacity: 1;
}
.gnav--cta-white {
  background-color: #fff;
  margin-right: 2px;
  font-size: 80%;
}
.gnav--cta-white:hover {
  color: #000;
  background-color: #eae38d;
}
.gnav--cta-white .icon,
.gnav--cta-green .icon {
  display: block;
  margin: 0 0 6px;
}
.gnav--cta-green {
  font-size: 134%;
  white-space: nowrap;
  background-color: #d0ec86;
}
.gnav--cta-green:hover {
  color: #000;
  background-color: #b4da51;
}

@media screen and (max-width: 1480px) and (min-width: 768px) {
  .gnav--list-shop.gnav--list .gnav--subnav {
    left: auto;
    right: -172px;
  }
  .gnav--list-shop.gnav--list .gnav--subnav::after {
    left: auto;
    right: 214px;
  }
}

@media screen and (max-width: 767px) {
  .gnav {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    padding: 24px 6%;
    transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
    background: #e0deda url(../images/common/gnav-bg_sp.jpg) top -34px center no-repeat;
    background-size: cover;
    overflow: scroll;
  }
  .gnav,
  .gnav * {
    pointer-events: none;
  }
  .header.active .gnav,
  .header.active .gnav * {
    opacity: 1;
    pointer-events: all;
  }
  .gnav--link {
    display: block !important;
    height: auto;
    padding: 8px;
  }
  .gnav--link .icon-hover {
    display: none;
  }
  .gnav--link:hover,
  .gnav .current .gnav--link {
    color: #2c221f;
  }

  /* -- 並び替えやデザイン変更 -- */
  .gnav--list-course {
    order: 0;
  }
  .gnav--list-about {
    order: 1;
  }
  .gnav--list-design {
    order: 2;
  }
  .gnav--list-shop {
    order: 3;
  }
  .gnav--list-faq {
    order: 4;
  }
  .gnav--list-blog {
    order: 5;
  }

  /* -- gnav--list-lg -- */
  .gnav--list-lg .gnav--link {
    padding: 0 0 12px;
    color: #96b03b;
    font-size: 94%;
  }
  .gnav--list-lg .icon {
    display: block;
    margin: 0 auto 8px;
  }

  /* -- .gnav--list-sm -- */
  .gnav--list-sm {
    border-bottom: 0.5px solid #dfdfdc;
  }
  .gnav--list-sm .gnav--link {
    position: relative;
    padding: 0 24px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    text-align: left;
    font-size: 107%;
  }
  .gnav--list-sm .gnav--link::after {
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 2px solid #c0b538;
    border-top: 2px solid #c0b538;
    transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnav--list-sm.active .gnav--link::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .gnav--list-sm .icon {
    width: 24px;
    overflow: hidden;
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
    top: -2px;
  }
  .gnav--list-sm .icon img {
    vertical-align: middle;
  }
  .gnav .gnav--list-sm.current .gnav--link .icon-nomal {
    opacity: 1;
  }
  .gnav .gnav--list-sm.current .gnav--link {
    color: #2c221f;
  }

  /* -- subnav(共通) -- */
  .gnav--subnav::after {
    display: none;
  }
  .gnav--list .gnav--subnav {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    margin-left: 0;
    transform: none;
  }

  .header.active .gnav--list .gnav--subnav {
    pointer-events: auto;
    transform: translate(0, 0);
  }
  .gnav--cta-white {
    margin-right: 0;
    font-size: 100%;
  }
  .gnav--cta-white .icon,
  .gnav--cta-green .icon {
    display: inline-block;
    margin: 0 16px 0 0;
  }

  /* -- subnav(.gnav--list-lg) -- */
  .gnav--list .gnav--subnav.back_gray {
    background: #fff;
  }
  .gnav--list .sp_none {
    display: none;
  }
  .gnav--subnav--inner {
    display: block;
  }
  .gnav--subnav--lists li:not(:last-of-type) {
    margin: auto;
  }
  .gnav--subnav--list.mokume a {
    background-image: url(../images/common/subnav-mokumei_sp.jpg);
  }
  .gnav--subnav--box {
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  .gnav--subnav--box:not(:last-of-type) {
    margin: 0 0 10px;
  }
  .gnav--list-lg .gnav--subnav {
    opacity: 1;
    margin-bottom: 16px;
    padding: 24px 24px 20px;
    box-shadow: 0 0 10px -2px rgb(0 0 0 / 10%);
  }
  .gnav--list-lg .gnav--subnav::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
    border: 3px double #e7d8b7;
  }
  .gnav--list-lg .gnav--subnav--inner .line_ttl {
    font-size: 94%;
    position: relative;
    margin-bottom: 12px;
  }
  .gnav--list-lg .line_ttl--inner {
    position: initial;
  }
  .gnav--list-lg .line_ttl--inner span {
    position: relative;
    background-color: #fff;
    padding: 0 8px;
  }
  .gnav--list-lg .line_ttl--inner::before {
    width: 100%;
    margin-left: 0;
  }
  .gnav--list-lg .gnav--subnav--list-lg {
    width: 47.5%;
    padding-bottom: 28px;
  }
  .gnav--list-lg .gnav--subnav--list-lg a {
    width: 100%;
    height: 80px;
  }
  .gnav--list-lg .gnav--subnav--list .txt {
    background: transparent;
    padding: 0;
    position: absolute;
    bottom: -20px;
    font-size: 93%;
  }

  /* -- subnav(.gnav--list-sm) -- */
  .gnav--list-sm .gnav--subnav {
    padding: 0;
    box-shadow: none;
    display: none;
  }
  .gnav--list-sm.active .gnav--subnav {
    display: block;
  }
  .gnav--list-sm .gnav--subnav::before {
    display: none;
  }
  .gnav--list-sm .gnav--subnav--inner .line_ttl {
    display: none;
  }
  .gnav--list-sm .gnav--subnav--lists {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .gnav--list-sm .gnav--subnav--list {
    width: 100%;
    border-top: 0.5px dotted #dfdfdc;
  }
  .gnav--list-sm .gnav--subnav--list a {
    height: auto;
    background-color: #fff;
    width: 100%;
    text-align: left;
  }
  .gnav--list-sm .gnav--subnav--list .txt {
    position: relative;
    padding: 16px 64px;
    background-color: #f8f8f8;
  }

  /* ---gnav_btn --- */
  .gnav_btn,
  .sp-menubtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 65px;
    height: 64px;
    z-index: 9999;
    text-align: center;
    font-size: 70%;
    border-left: 1px solid #e7e5e4;
  }
  .header.active .gnav_btn {
    background-color: #e0deda;
  }
  .sp-menu-yoyaku {
    right: 65px;
  }
  .sp-menu-siryo {
    right: 130px;
  }
  .sp-menubtn .icon {
    display: block;
    height: 16px;
    margin-bottom: 8px;
  }
  .sp-menu-siryo .icon img {
    position: relative;
    top: -2px;
  }
  .sp-menu-yoyaku .icon img {
    position: relative;
    top: -1px;
  }
  .gnav_btn--lines {
    position: relative;
    width: 24px;
    height: 16px;
    margin: 0 auto 8px;
  }
  .gnav_btn--lines span {
    transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
    box-sizing: border-box;
  }
  .gnav_btn--lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #96b03b;
  }
  .gnav_btn--lines span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn--lines span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .gnav_btn--lines span:nth-of-type(3) {
    bottom: 0;
  }
  .header.active .gnav_btn--lines span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
    background-color: #2c221f;
  }
  .header.active .gnav_btn--lines span:nth-of-type(2) {
    opacity: 0;
  }
  .header.active .gnav_btn--lines span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
    background-color: #2c221f;
  }
  .gnav_btn--txt.close {
    display: none;
  }
  .header.active .gnav_btn--txt.close {
    display: block;
  }
  .header.active .gnav_btn--txt.open {
    display: none;
  }
}

/* ##############################################################################

    FOOTER

############################################################################## */

/* pagetop
*************************************************** */
.pagetop {
  width: 56px;
  height: 56px;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999;
  background-color: #2c221f;
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(80px);
}
.pagetop.active {
  transform: translateY(0);
}
.pagetop::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(2px) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .pagetop:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .pagetop {
    width: 48px;
    height: 48px;
  }
}

/* footer
*************************************************** */
.page-contact .footer,
.page-reservation .footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-contact .footer::before,
.page-contact .footer::after,
.page-reservation .footer::before,
.page-reservation .footer::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer--logo {
    width: 60px;
    margin: 0 auto 24px;
  }
}

/* shoplists
*************************************************** */
.footer-shoplist {
  width: calc((100% - 96px) / 4);
  max-width: 320px;
}
.footer--shoplist {
  max-width: calc(20% - 16px);
}
.shoplist .imgarea {
  border: 2px solid #fff;
  margin-bottom: 16px;
}
.shoplist .txtarea {
  position: relative;
}
.shoplist .details {
  padding: 16px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  letter-spacing: 0;
}
.shoplist .details dt {
  background-color: #fff;
  width: 68px;
  text-align: center;
  margin: 4px 0;
  border-radius: 4px;
  float: left;
  clear: left;
}
.shoplist .details dd {
  padding: 4px 0 4px 80px;
}
.shoplist .map-wrapper {
  position: relative;
}
.shoplist .map {
  min-width: 0;
  min-height: 0;
  font-size: 80%;
  width: 56px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.shoplist .map:hover {
  box-shadow: 0 0 8px -3px rgb(0 0 0 / 50%);
  background-color: #fff;
  color: #000;
}
.shoplist .map::before {
  display: none;
}

@media screen and (max-width: 1550px) and (min-width: 768px) {
  .shoplist .details .adress {
    height: 70px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 768px) {
  .footer--shoplist .details .adress {
    min-height: 68px;
  }
}

@media screen and (max-width: 1220px) and (min-width: 768px) {
  .footer--shoplist .heading-3 br {
    display: none;
  }
  .footer--shoplist .tel {
    font-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer--shoplist {
    max-width: 100%;
  }
  .shoplist .imgarea img {
    width: 100%;
  }
}

/* footer--cta
*************************************************** */
.footer--cta .cta {
  border-radius: 40px 0 0 0;
}
.footer--cta .bg-line::before,
.footer--cta .bg-line::after {
  display: none;
}
.footer--seotext {
  background-color: rgb(71 54 47 / 0.1);
  padding: 32px 40px;
  width: calc(100% - 842px);
  max-width: 850px;
  border-radius: 40px 0 0 0;
}
.footer--bnr--zexy {
  width: 206px;
}
.footer--bnr--onetring {
  width: 300px;
}
.footer--bnr--corp {
  width: 300px;
}
.footer--bnr a {
  display: flex;
  height: 100%;
  text-align: center;
  background-color: #fff;
  padding: 0 60px;
  border-radius: 40px 0 0 0;
}
.footer--bnr a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footer--cta .cta {
    border-radius: 16px;
    padding: 32px 0;
  }
  .footer--seotext {
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 16px;
  }
  .footer--bnr {
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }
  .footer--bnr a {
    display: block;
    width: 100%;
    height: 56px;
    padding: 16px;
    border-radius: 16px;
    text-align: center;
  }
  .footer--bnr--onetring a {
    padding: 11px 16px 16px;
  }
  .footer--bnr--zexy img {
    width: 56px;
  }
}

/* footer--nav
*************************************************** */
.footer--nav {
  line-height: 1;
}
.footer--nav--ttl {
  padding: 0;
  margin: 0 16px 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}
.footer--nav--lists {
  width: 240px;
  padding: 0 16px;
}
.footer--nav--list {
  padding: 4px;
}
.footer--nav--list a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #c1b63a;
  border-radius: 5px;
  margin-right: 8px;
}
.footer--nav a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1340px) and (min-width: 768px) {
  .footer--nav--lists {
    width: auto;
    letter-spacing: 0;
  }
  .footer--nav--list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer--nav {
    display: none;
  }
  .footer--nav ul {
    width: 50%;
  }
  .footer--nav a {
    width: 100%;
    padding: 0 8px;
    margin-right: 0;
  }
}

/* footer--sub_nav
*************************************************** */
.footer--copyright {
  text-align: center;
}
.pbl {
  text-align: center;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .pbl {
    margin: 0 auto;
    width: 88px;
  }
}

/* ##############################################################################

    INDEX ( HOME / TOP PAGE )

############################################################################## */

/* hero
*************************************************** */
.hero {
  position: relative;
}
.hero .txtarea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero--ttl {
  font-size: 320%;
  text-align: right;
  letter-spacing: 0.38em;
  color: #fff;
  text-shadow: 0 0 14px #333330;
}
.hero--ttl .line-1 {
  padding-right: 128px;
}
.hero--badge {
  position: absolute;
  right: 48px;
  bottom: 48px;
}
.hero--live {
  position: absolute;
  left: 48px;
  bottom: 48px;
}
.hero--live a:hover {
  opacity: 0.7;
}
.line_live {
  position: relative;
  z-index: 1;
  margin-top: -24px;
  padding-left: 6%;
  padding-right: 2%;
  padding-bottom: 24px;
}
.hero--slide {
  width: 100%;
  height: 880px;
  max-height: calc(100vh - 88px);
  background: url(../images/hero--slide01.jpg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .hero--badge {
    width: 120px;
    right: 24px;
    bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hero--ttl {
    font-size: 150%;
    text-align: left;
    position: absolute;
    left: 6%;
    bottom: 40px;
    text-shadow: 0 0 8px #000000;
  }
  .hero--ttl .line-1 {
    padding: 0;
  }
  .hero--badge {
    width: 80px;
    right: 16px;
    bottom: 16px;
  }
  .hero--slide {
    height: 480px;
    background-image: url(../images/hero--slide01_sp.jpg);
  }
}

/* home_comments
*************************************************** */
.home_comments {
  line-height: 1;
  overflow: hidden;
}
.home_comments .slick-track {
  padding: 48px 0;
}
.home_comment--slide {
  position: relative;
  padding: 0 4px;
}
.home_comment--slide img {
  overflow: hidden;
  border: 4px solid #fff;
  width: 240px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50vw;
}
.slick-slide:nth-child(7n-5) .home_comment--slide::before,
.slick-slide:nth-child(7n-3) .home_comment--slide::before,
.slick-slide:nth-child(7n) .home_comment--slide::before {
  content: "";
  display: block;
  position: absolute;
  width: 175px;
  height: 147px;
  background: center no-repeat;
  background-size: contain;
  z-index: 10;
}
.slick-slide:nth-child(7n-5) .home_comment--slide::before,
.slick-slide:nth-child(7n) .home_comment--slide::before {
  top: -48px;
  left: -100px;
}
.slick-slide:nth-child(7n-5) .home_comment--slide::before {
  background-image: url(../images/home_comments--fukidashi01.png);
}
.slick-slide:nth-child(7n-3) .home_comment--slide::before {
  background-image: url(../images/home_comments--fukidashi02.png);
  bottom: -38px;
  right: -30px;
}
.slick-slide:nth-child(7n) .home_comment--slide::before {
  background-image: url(../images/home_comments--fukidashi03.png);
}
.slick-slide:nth-child(odd) .home_comment--slide img {
  margin-bottom: 48px;
}
.slick-slide:nth-child(even) .home_comment--slide img {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .home_comments {
    overflow: hidden;
  }
  .home_comments .slick-track {
    padding: 32px 0;
  }
  .home_comments .slick-slide {
    width: 140px !important;
  }
  .home_comment--slide img {
    width: 130px;
  }
  .slick-slide:nth-child(odd) .home_comment--slide img {
    margin-bottom: 24px;
  }
  .slick-slide:nth-child(even) .home_comment--slide img {
    margin-top: 24px;
  }
  .slick-slide:nth-child(7n-5) .home_comment--slide::before,
  .slick-slide:nth-child(7n-3) .home_comment--slide::before,
  .slick-slide:nth-child(7n) .home_comment--slide::before {
    width: 85px;
    height: 66px;
  }
  .slick-slide:nth-child(7n-5) .home_comment--slide::before,
  .slick-slide:nth-child(7n) .home_comment--slide::before {
    top: -24px;
    left: -50px;
  }
  .slick-slide:nth-child(7n-5) .home_comment--slide::before,
  .slick-slide:nth-child(7n-3) .home_comment--slide::before,
  .slick-slide:nth-child(7n) .home_comment--slide::before {
    bottom: -16px;
    right: 4px;
  }
}

/* home_news
*************************************************** */
.posts .post {
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1) 0s;
}
.posts .post:hover {
  opacity: 0.5;
}
.home_campaign {
  max-width: calc(100% - 540px);
  box-shadow: 0 0 24px 0 rgb(145 185 215 / 25%);
}
.home_campaign a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .home_news {
    order: 1;
  }
  .home_campaign {
    max-width: 100%;
    margin-bottom: 24px;
    order: 0;
  }
}

/* home_course
*************************************************** */
.home_course {
  overflow: hidden;
}
.course--list {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 16px rgb(157 149 132 / 0.15);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  margin: 0 20px;
}
.course--list:hover {
  box-shadow: 0 0 16px rgb(157 149 132 / 0.7);
}

.course--list .fukidashi {
  position: absolute;
  pointer-events: none;
}
.course--wedding .fukidashi {
  top: 16px;
  left: -64px;
}
.course--engagement .fukidashi {
  bottom: 104px;
  right: -84px;
}
.course--list a {
  overflow: hidden;
}
.course--list::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #e7d8b7;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  opacity: 0.9;
  pointer-events: none;
}
.course--list-lg,
.course--list-lg::before,
.course--list-lg a {
  display: block;
  border-radius: 240px 240px 0 0;
}
.course--list-lg .txtarea {
  padding: 32px 0;
}
.course--list-sm,
.course--list-sm::before,
.course--list-sm a {
  border-radius: 80px 0 0 0;
}
.course--list-sm .txtarea {
  text-align: left;
  line-height: 1.6;
  width: 317px;
  padding: 48px 29px;
  height: 216px;
}
.course--list-sm .heading-3 {
  line-height: 1.4;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .course--list-sm .txtarea {
    width: 280px;
    padding: 32px 24px;
    height: 200px;
  }
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
  .course--list-sm .txtarea {
    padding: 24px 16px;
  }
  .course--list-sm .txtarea p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .course--list {
    margin: 0 0 16px;
  }
  .course--list .fukidashi {
    width: 94px;
  }
  .course--list-lg .txtarea {
    padding: 24px 0;
  }
  .course--list-sm .txtarea {
    height: auto;
    width: calc(100% - 120px);
    padding: 16px;
  }
  .course--wedding .fukidashi {
    top: auto;
    bottom: 140px;
    left: -24px;
  }
  .course--engagement .fukidashi {
    right: -21px;
  }
  .course--list .icon-svg {
    right: 0;
  }
}

/* home_features
*************************************************** */
.home_features--box {
  background-color: #fff;
}
.box .imgarea,
.box .txtarea {
  width: 50%;
  position: relative;
}
.box .txtarea {
  padding: 80px;
}
.box .box--number {
  position: absolute;
  top: 24px;
  right: 24px;
  line-height: 1;
  font-size: 427%;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .box .txtarea {
    padding: 48px;
  }
  .box .box--number {
    top: -16px;
  }
}
@media screen and (max-width: 767px) {
  .box.flex-reverse {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box .imgarea,
  .box .txtarea {
    width: 100%;
  }
  .box .txtarea {
    padding: 24px;
  }
  .box .box--number {
    top: -52px;
    font-size: 300%;
    right: 8px;
    color: #c0b538;
    font-weight: 400;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
  }
}

/* home_design
*************************************************** */
.home_design {
  overflow-x: hidden;
}
.home_design--slide {
  padding: 0 4px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.home_design--slide a {
  display: block;
}
.home_design--slide span a {
  display: inline-block;
}
.home_design--slide a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .home_design--slide .heading-4 {
    font-size: .875rem;
  }
  .home_design--slide .heading-4 span {
    font-size: .625rem;
  }
}


/* home_media
*************************************************** */
.home_basic_knowledge {
  background-image: url(/wp/wp-content/themes/original_theme/images/bg-ptn-qa.jpg);
}
.bg_basic_knowledge::before,
.bg_basic_knowledge::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_basic_knowledge::before {
  top: 0;
  left: 0;
  background-image: url(/wp/wp-content/themes/original_theme/images/qa-img01.png);
  width: min(39.427vw, 757px);
  aspect-ratio: 757 /718;
}
.bg_basic_knowledge::after {
  bottom: 0;
  right: 0;
  background-image: url(/wp/wp-content/themes/original_theme/images/qa-img02.png);
  width: min(44.531vw, 855px);
  aspect-ratio: 855 / 719;
}
/* home_media
*************************************************** */
.home_media--list {
  max-width: 220px;
  padding: 0 4px;
  width: calc(100% / 6);
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .home_media--list {
    width: 25%;
  }
  .home_media--list:last-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home_media--list {
    padding: 0 4px;
    width: calc(100% / 3);
    font-size: 94%;
    margin-bottom: 8px;
  }
}

/* home_sns
*************************************************** */
.home_insta {
  padding: 8px;
  box-shadow: 0 0 16px rgba(176, 200, 190, 0.3);
  margin-right: 64px;
  border: 1px solid #efefef;
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  background-color: #fff;
}
.home_insta:hover {
  box-shadow: 0 0 2px rgb(176 200 190);
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .home_insta {
    margin: 0 0 24px;
  }
}

/* ##############################################################################

    PAGE

############################################################################## */

/* page-about
*************************************************** */

/* -- about_message -- */
.about_message .img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #fff;
}

/* -- about_staff -- */
.staff--list {
  width: calc((100% - 80px) / 3);
  background-color: #fff;
  margin-bottom: 40px;
  border: 1px solid #eee;
}
.staff--list .txtarea {
  padding: 24px 32px 40px;
}
.staff--name {
  text-transform: uppercase;
}
.staff--details {
  letter-spacing: 0;
  line-height: 1.6;
  border-bottom: 1px dotted #ccc;
}
.staff--details dt {
  float: left;
  width: 7em;
  padding: 6px 0;
}
.staff--details dd {
  padding: 6px 0 6px 7em;
  border-top: 1px dotted #ccc;
}
@media screen and (max-width: 767px) {
  .staff--list {
    width: 100%;
    margin-bottom: 0;
  }
  .staff--list:not(:last-child) {
    margin-bottom: 16px;
  }
  .staff--list .txtarea {
    padding: 24px;
  }
}

/* page-maintenance
*************************************************** */
.maintenance_detail--list {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  .maintenance_detail--list {
    width: 100%;
  }
  .maintenance_detail--list:not(:last-child) {
    margin-bottom: 24px;
  }
}

/* page-present
*************************************************** */
.present_video--list {
  width: calc((100% - 40px) / 2);
  margin-bottom: 40px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .present_video--list {
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #eee;
    padding: 4px;
    background-color: #fff;
  }
}

/* page-shop
*************************************************** */
.shop_about .imgarea {
  max-width: 560px;
}
.shop_about--thumb {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.shop_about--thumb img {
  margin: 0 auto;
}
.shop_about--thumb .shop_about--slide {
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1) 0s;
}
.shop_about--thumb .shop_about--slide:hover {
  opacity: 0.5;
}
.shop_about .txtarea {
  width: calc(100% - 640px);
}
.shop_about .details {
  padding: 16px 0;
  border-top: 2px solid hsl(55deg 54% 49% / 50%);
  border-bottom: 2px solid hsl(55deg 54% 49% / 50%);
  letter-spacing: 0;
  line-height: 1.6;
}
.shop_about .details dt {
  background-color: rgb(193 182 57 / 25%);
  width: 96px;
  text-align: center;
  margin: 4px 0;
  border-radius: 4px;
  float: left;
  clear: left;
}
.shop_about .details dd {
  padding: 4px 0 4px 120px;
}
.shop_about .box {
  overflow: hidden;
  box-shadow: rgba(145, 185, 215, 0.25) 0 0 24px 0;
  padding: 48px 80px;
  margin: 0 auto;
  background-color: #fff;
}
.shop_about .box .box-image {
  float: right;
  padding-left: 40px;
}
.shop_access .heading-4 {
  background-color: #fff;
  padding: 4px;
  text-align: center;
  border-radius: 4px;
}
.shop_access .map {
  box-shadow: rgba(145, 185, 215, 0.25) 0 0 24px 0;
  border: 8px solid #fff;
}
.shop_voice--contents {
  padding: 64px 32px;
}
.shop_voice--content {
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  text-align: center;
  padding: 16px;
  box-shadow: rgba(145, 185, 215, 0.25) 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .shop_about .imgarea {
    width: 100%;
    margin-bottom: 24px;
    overflow-x: hidden;
  }
  .shop_about .txtarea {
    width: 100%;
  }
  .shop_about .box {
    padding: 24px;
    font-size: 92%;
  }
  .shop_access .map {
    border-width: 4px;
    padding-top: 100%;
  }
  .shop_voice--contents {
    padding: 24px 0;
  }
  .shop_voice--content {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
  }
}

/* page-course
*************************************************** */
.graph {
  min-width: 400px;
}
.graph-ttl {
  background-color: #d5e1a6;
  line-height: 1.2;
  padding: 8px;
  border-radius: 4px;
}
.course_price ul li {
  width: calc(100% / 3 - (30px * 2 / 3));
  margin-right: 30px;
}
.course_price ul li:nth-child(3n) {
  margin-right: 0;
}
.course_price ul li:not(:nth-last-child(-n + 3)) {
  margin-bottom: 24px;
}
.baby_price.course_price ul li {
  width: calc(25% - (30px * 3 / 4));
  margin-bottom: 0;
}
.baby_price.course_price ul li:nth-child(3n) {
  margin-right: 30px;
}
.baby_price.course_price ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .graph {
    min-width: 0;
  }
  .graph-ttl {
    margin-top: 16px;
  }
  .wedding-wax_price .heading-2,
  .engagement-wax_price .heading-2 {
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .course_price ul li,
  .course_price ul li:nth-child(3n),
  .course_price ul li:not(:nth-last-child(-n + 3)),
  .baby_price.course_price ul li,
  .baby_price.course_price ul li:nth-child(3n) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
  .course_price ul li .imgarea img {
    width: 100%;
  }
  .course_price .box-white .txtarea {
    margin-bottom: 24px;
  }
  .course_price .box-white .flex {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
  .myChart {
    width: 100% !important;
    height: auto !important;
  }
  .course_price .box-white .heading-4 {
    font-size: 100%;
  }
}

/* page-wedding-wax
*************************************************** */

/* -- .course_select_btn -- */
.select_btn_link {
  padding-top: 140px;
  margin-top: -140px;
}

.select_btn {
  text-align: center;
  width: 380px;
  height: 88px;
  display: block;
  margin: 0 12px;
  border-radius: 4px;
  box-shadow: 0 0 16px rgb(157 149 132 / 25%);
  padding: 16px 0;
  line-height: 1.6;
  position: relative;
}
.select_btn.bg-white:hover {
  box-shadow: rgba(157, 149, 132, 0.25) 0 0 0;
  background-color: #96b03b;
}
.select_btn .badge {
  position: absolute;
  top: -30px;
  left: 10px;
}
.select_btn-selected::after {
  content: "";
  width: 56px;
  height: 56px;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #c1b63a;
  margin: auto;
  border-left: 1px solid #c1b63a;
  z-index: 2;
}
.select_btn-selected.last::after {
  display: none;
}

/* -- .course_info -- */
.course_info {
  border-top: 1px solid #c1b639;
  position: relative;
}
.course_info .section_ttl {
  margin-bottom: 40px;
}
.course_info .section_ttl.mgn-btm64 {
  margin-bottom: 64px;
}
.course_info .imgarea.youtube {
  width: 48.5%;
  padding-top: 31.25%;
}
@media screen and (max-width: 767px) {
  .course_info .section_ttl.mgn-btm64.mgn-btm32 {
    margin-bottom: 32px;
  }
}

/* -- .course_about -- */
.course_about {
  border-top: 1px solid #c1b639;
}
.course_about--list {
  width: calc((100% - 120px) / 4);
  text-align: center;
}
.course_about--ttl {
  text-align: center;
  background-color: rgb(192 181 56 / 0.3);
  padding: 6px 0;
}
.course_about--content {
  height: 88px;
  line-height: 1.4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid rgba(192, 181, 56, 0.3);
}
.course_about .cta {
  padding: 72px 0;
}

/* -- .course_design -- */
.course_design--list {
  width: 180px;
  letter-spacing: 0;
}
.course_design--list.wide {
  width: 220px;
}
.course_design--list:not(:last-child) {
  margin-right: 40px;
}
.course_design--list.mgn-r-sm:not(:last-child) {
  margin-right: 25px;
}
.course_design--list .imgarea {
  overflow: hidden;
  width: 180px;
  height: 180px;
  margin: 0 auto 16px;
}
.course_design--list .heading-4 {
  text-align: center;
  letter-spacing: 0.1em;
}
.page-commitment .course_design--list.wide {
  width: auto;
}
/* -- .course_flow -- */
.course_flow--box .txtarea {
  padding: 80px 64px;
}
.course_flow--box-noimage {
  border-radius: 16px;
  overflow: hidden;
}
.course_flow--box-noimage .imgarea {
  float: right;
  width: auto;
  margin-left: 24px;
}
.course_flow--box-noimage .txtarea {
  width: 100%;
  padding: 48px 64px;
}
.course_flow--box-noimage .box--number {
  top: 40px;
  right: 40px;
}
.course_flow--box .btn-lists li {
  margin: 0 16px 0 0;
}

/* -- .course_price -- */
.box-white {
  padding: 64px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .wedding-futarimusubi .course_about--lists {
    gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .select_btn {
    width: 100%;
    height: auto;
    margin: 0 0 8px;
    padding: 16px 24px;
    text-align: left;
  }
  .select_btn-selected::after {
    display: none;
  }
  .select_btn .badge {
    width: 56px;
    top: -8px;
    left: auto;
    right: 10px;
  }
  .course_info .txtarea {
    margin-bottom: 24px !important;
  }
  .course_about--list {
    padding: 2px 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .course_about--ttl {
    width: 112px;
    border-radius: 4px;
    padding: 12px 0;
  }
  .course_about--content {
    height: auto;
    padding-left: 16px;
    border: none;
    line-height: 1;
  }
  .course_design--lists {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .course_design--list,
  .course_design--list.wide {
    width: auto;
    margin: 0 10px 16px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-commitment .course_design--lists {
    flex-wrap: wrap;
  }
  .page-commitment .course_design--list.wide {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .page-commitment .course_design--list:nth-of-type(2n),
  .page-commitment .course_design--list.wide:nth-of-type(2n) {
    margin: 0 0;
  }
  .page-commitment .course_design--list .txtarea {
    width: auto;
    margin-top: 10px;
  }
  .course_design--list .imgarea {
    width: 112px;
    height: auto;
    margin-bottom: 0;
    margin-right: 16px;
  }
  .course_design--list .txtarea {
    width: calc(100% - 132px);
  }
  .course_design--list .heading-4,
  .course_design--list .txt-ctr {
    text-align: left;
  }
  .course_design--list:not(:last-child) {
    margin-right: 0;
  }
  .course_design--section {
    margin-bottom: 8px;
  }
  .open-btn {
    position: relative;
    background: #fff;
    padding: 16px 24px;
    margin-bottom: 4px;
    text-align: left;
    border-radius: 4px;
    box-shadow: 0 0 16px rgb(157 149 132 / 25%);
  }
  .open-btn::after {
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 2px solid #c0b538;
    border-top: 2px solid #c0b538;
    transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open-btn.close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open-btn .line_ttl--inner::before,
  .open-btn .line_ttl--inner::after {
    display: none;
  }

  .open-tab {
    display: none;
    background: rgb(255 255 255 / 0.25);
    padding: 20px;
    padding: 20px;
    border-radius: 4px;
  }
  .box-white {
    padding: 24px;
  }
  .course_flow--box .txtarea {
    padding: 24px;
  }
  .course_flow--box .btn-lists li {
    margin: 0;
    width: 100%;
  }
  .course_flow--box-noimage .box--number {
    top: 16px;
    right: 16px;
  }
  .course_flow--box-noimage .imgarea {
    width: 100%;
    margin: 0 0 24px;
  }
  .course_flow--box-noimage .imgarea img {
    width: 100%;
  }
  .anniversary_info--content li,
  .baby_info--content li {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .anniversary_info--content li .imgarea,
  .baby_info--content li .imgarea {
    width: 48%;
    margin-right: 4%;
  }
  .anniversary_info--content li .txtarea,
  .baby_info--content li .txtarea {
    width: 48%;
  }
}

/* page-faq
*************************************************** */
.faq_list dt {
  position: relative;
  padding: 8px 64px;
  padding-right: 14px;
  font-size: 150%;
  display: block;
  background: url(../images/common/bg-ivory.png) center repeat;
  border-radius: 8px;
  margin-top: 8px;
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  cursor: pointer;
}
.faq_list dt:hover {
  opacity: 0.75;
}
.faq_list dt::before {
  content: "Q";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 15px;
  bottom: 0;
  width: 38px;
  height: 38px;
  margin: auto;
  background-color: #96b03b;
  border-radius: 50%;
  line-height: 34px;
  font-size: 83%;
  color: #fff;
  text-align: center;
}
.faq_list dd {
  display: none;
  padding: 24px 40px;
  border: 2px solid #e9e8d9;
  border-radius: 0 0 8px 8px;
  border-top: none;
}
.home_basic_knowledge .faq_list dd:first-of-type {
  display: block;
}
.home_basic_knowledge .faq_list dd a {
  margin-top: 1em;
}
.home_basic_knowledge .line_ttl {
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .faq_list dt {
    font-size: 125%;
    line-height: 1.4;
    width: 100%;
    padding-right: 8px;
    padding-left: 48px;
  }
  .faq_list dt::before {
    width: 30px;
    height: 30px;
    line-height: 29px;
    top: 0;
    left: 12px;
  }
  .faq_list dd {
    padding: 16px;
  }
  .faq_list dd:not(:last-child) {
    margin-bottom: 16px;
  }
  .home_basic_knowledge .line_ttl {
    font-size: .875rem;
  }
}

/* page-flow
*************************************************** */
.flow--content:not(:last-child) {
  margin-bottom: 56px;
}
.person {
  display: inline-block;
  width: 160px;
  padding: 8px 16px;
  margin-top: 8px;
  line-height: 1;
  background-color: rgb(208 236 134);
  border-radius: 4px;
  font-size: 125%;
}
.staff {
  background-color: rgb(200 200 200 / 50%);
}
.flow--lists-chuzo {
  max-width: 1200px;
  margin: 0 auto;
}
.flow--list {
  position: relative;
  width: calc((100% - 40px) / 3);
  max-width: 320px;
  margin: 0 16px;
  margin-bottom: 24px;
}
.flow--list.before_none:not(:last-child)::before {
  display: none;
}
.flow--list:not(:last-child)::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: -20px;
  top: -60px;
  margin: auto;
  border-style: solid;
  border-width: 8px 0 8px 6px;
  border-color: transparent transparent transparent #c7d69d;
}
.flow--list .txt {
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .flow--content {
    position: relative;
    background-color: #fff;
    padding: 32px;
    border-radius: 16px;
  }
  .flow--content.pdg0 {
    padding: 0 0;
  }
  .flow--content:not(:last-child) {
    margin-bottom: 40px;
  }
  .flow--content:not(:last-child)::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -27px;
    right: 0;
    left: 0;
    margin: auto;
    border-style: solid;
    border-width: 10px 12px 0 12px;
    border-color: #c0b538 transparent transparent transparent;
  }
  .flow--content .imgarea {
    border-radius: 4px;
    overflow: hidden;
  }
  .flow--list {
    width: 100%;
    margin: 0;
  }
  .flow--list:not(:last-child) {
    margin-bottom: 16px;
  }
  .flow--list .imgarea {
    width: 104px;
    float: left;
    margin-right: 16px;
    margin-bottom: 0;
  }
  .flow--list .imgarea.css_none {
    width: initial;
    float: initial;
    margin-right: initial;
    margin-bottom: 24px;
  }
  .flow--list:not(:last-child)::before {
    top: auto;
    bottom: -12px;
    right: auto;
    left: 46px;
    border-width: 6px 8px 0 8px;
    border-color: #c7d69d transparent transparent transparent;
  }
}

/* page-contact
*************************************************** */
.page-contact main.contact,
.page-reservation main.contact {
  padding-top: 0;
  background: url(../images/common/bg-ivory.png) center repeat;
}
.contact--txt {
  margin-bottom: 40px;
  font-size: 120%;
  line-height: 1.6em;
}
.contact--tel {
  margin-bottom: 24px;
}
.contact--tel .img {
  border: 2px solid #fff;
}
.contact--tel .tel {
  font-size: 140%;
  line-height: 1;
}
.contact--tel .details {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 8px 0;
}
.contact--tel .details dt {
  background-color: #fff;
  width: 64px;
  text-align: center;
  margin: 4px 0;
  border-radius: 4px;
  float: left;
  clear: left;
  letter-spacing: -0.02em;
}
.contact--tel .details dd {
  padding: 4px 0 4px 72px;
}

@media screen and (max-width: 767px) {
  .contact--txt.txt-ctr {
    text-align: left;
  }
  .contact--tel li {
    padding: 8px 0;
    margin-bottom: 0 !important;
    border-bottom: 2px solid #fff;
  }
  .contact--tel .img {
    float: right;
    width: 116px;
    height: 104px;
    margin-left: 8px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .contact--tel .img img {
    width: auto;
    height: 104px;
    max-width: 158px;
    position: relative;
    left: -23px;
  }
  .contact--tel .tel {
    font-size: 125%;
  }
  .contact--tel .heading-4 {
    margin-bottom: 0;
  }
  .contact--tel .details {
    border: none;
    padding: 0;
  }
  .contact--tel .details dt {
    width: 48px;
    margin: 2px 0;
  }
  .contact--tel .details dd {
    padding: 2px 0 2px 56px;
    letter-spacing: 0;
  }
}

/* page-reservation
*************************************************** */
.heading-3.step {
  width: 100%;
  padding-bottom: .3em;
  border-bottom: 5px solid #999;
  font-size: 150%;
}
.reservation_cls .heading-3.step-01,
.reservation_step2 .heading-3.step-02,
.heading-3.step-03:has(+ .calendar-box.active) {
  border-bottom: 5px solid #96b03b;
}
.reservation_intro li {
  width: 49%;
  padding: 16px;
  border-radius: 8px;
  border: 1px dashed;
}
.intro--ttl {
  line-height: 1.4;
}
.intro--time .time {
  display: inline-block;
  background-color: #fff;
  margin: 2px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 75%;
}
.reservation-select .select_btn {
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto;
}
.reservation_cls .reservation-select .select_btn[href*="?store"]:not(.is-active) {
  color: #000;
  background-color: #fff;
}
.reservation-select .select_btn[href*="?store"]:not(.is-active) {
  color: #fff;
  background-color: #c6c6c6;
}
.reservation-select .select_btn[href*="?store"].is-active {
  pointer-events: none;
}
.reservation-select .select_btn[href*="?store"]:not(.is-active):hover {
  background-color: #96b03b;
}
.reservation-select .select_btn.is-active {
  background-color: #96b03b;
  color: #fff;
}
.reservation-select .select_btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 24px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}
.reservation--shop_lists {
  border-bottom: 4px solid #f8f8f8;
}
.reservation--shop_list--btn {
  background-color: #f8f8f8;
  display: inline-block;
  line-height: 1;
  padding: 8px;
  border-radius: 8px 8px 0 0;
  margin: 0 4px;
  width: 120px;
  text-align: center;
}
.reservation--shop_list--btn.active {
  background-color: #96b03b;
}
.reservation--shop_list--btn:hover {
  background-color: #fff;
}
.reservation_select_btn {
  width: 49%;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  border-color: #e9e8da;
  line-height: 1;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
}
.reservation_select_btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
}
.reservation_select_btn a .heading-2 {
  font-size: 150%;
  font-weight: 600;
}
.reservation_select_btn a span:last-child {
  font-weight: 600;
  font-size: 110%;
}
.reservation_cls .reservation_select_btn {
  background-color: #c6c6c6;
  pointer-events: none;
}
.reservation_cls .reservation_select_btn a {
  color: #fff;
}
.reservation .select_btn--lists span.font-matisse {
  font-size: 125%;
  font-weight: 600;
}
.reservation_select_btn--lists.active .reservation_select_btn {
  border-radius: 8px;
  background-color: #c6c6c6;
}
.reservation_select_btn--lists.active .reservation_select_btn a {
  color: #fff;
}
.reservation_select_btn:hover {
  background-color: #96b03b;
}
.reservation_select_btn--lists.active .reservation_select_btn.active {
  background-color: #96b03b;
  border-bottom: 1px dashed #e9e8da;
  cursor: auto;
  color: #fff;
  opacity: 1;
}
.reservation_select_btn--lists.active .reservation_select_btn:not(.active) {
  /* transform: translateY(10px); */
}
.reservation_select_btn.active:hover {
  background-color: #fff;
}
.calendar-box {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 40px 64px;
  border-radius: 8px;
  opacity: 0;
  min-height: 300px;
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
}
.calendar-caption {
  margin-bottom: .5em;
}
.reservation_cls .calendar-box,
.reservation_step2 .calendar-box {
  opacity: 1;
  min-height: 150px;
}
.calendar-box.active {
  min-height: 600px;
  opacity: 1;
}
.monthly_calendar--wrap {
  display: none;
}
.reservation_cls .monthly_calendar--wrap:first-child,
.reservation_step2 .monthly_calendar--wrap:first-child {
  display: block;
}
.reservation_cls .monthly_calendar--wrap:first-child .timetable-calendar tbody,
.reservation_cls .monthly_calendar--wrap:first-child .monthly-prev-next,
.reservation_step2 .monthly_calendar--wrap:first-child .timetable-calendar tbody,
.reservation_step2 .monthly_calendar--wrap:first-child .monthly-prev-next {
  display: none;
}
.monthly_calendar--wrap.active {
  display: block;
}
.reserve_load {
  width: 28px;
  height: 28px;
  background-image: url(../images/common/calendar_load.svg);
  background-size: cover;
  margin: 8px auto;
}
.reserve_load.preload {
  opacity: 0;
  height: 0;
}
.reservation--wrapper.is-active {
  display: block;
}
.reservation_shop_link {
  display: none;
}
.reservation_shop_link.is-active {
  display: block;
}
.reservation_shop_link_name {
  font-size: 1.5rem;
}

/* -- .day-calendar -- */
.day-calendar {
  text-align: center;
}
.day-calendar table {
  margin: 0 auto;
}
.day-calendar th.day-left {
  background-color: rgb(192 181 56 / 0.3);
  border: 1px solid rgb(192 181 56 / 0.3);
}
.monthly-calendar table,
.timetable-calendar table {
  width: 100%;
  margin-bottom: 24px;
  border: 2px solid #ccc;
}
.monthly-calendar caption,
.timetable-calendar caption {
  margin-bottom: 8px;
}
.week-title {
  background-color: #f8f8f8;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}
.week-title:not(:last-child) {
  border-right: 1px dotted #ccc;
}
.week-title.sun {
  background-color: rgb(255 99 71 / 0.1);
}
.week-title.sat {
  background-color: rgb(65 105 225 / 0.1);
}
.monthly-calendar td,
.timetable-calendar td {
  padding: 6px 0;
  border-bottom: 1px dotted #ccc;
  position: relative;
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  width: calc(100% / 7);
}
.monthly-calendar td:not(:last-child),
.timetable-calendar td:not(:last-child) {
  border-right: 1px dotted #ccc;
}
.monthly-calendar td.disable,
.timetable-calendar td.disable {
  opacity: 0.25;
  background-color: #eee;
}
.day-box:has(.calendar-time-disable) {
  opacity: 0.25;
  background-color: #eee;
}
.day-box.no-day {
  background-color: transparent;
}
.calendar-time-mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: .3em;
  width: 100px;
  padding: .3em 2em;
  margin-inline: auto;
  background-color: #c6c6c6;
  font-size: 68%;
  margin-bottom: 6px;
  border-radius: 4px;
  color: #fff;
  transition: opacity .4s ease-out;
}
.calendar-timelink {
  color: #fff;
  font-size: 140%;
}
.calendar-timelink::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}
.calendar-time-mark:has(.calendar-timelink) {
  background-color: #96b03b;
}
.calendar-time-mark:has(.calendar-timelink.is-triangle) {
  background-color: #fff;
  color: #96b03b;
  border: 1px solid #96b03b;
}
.calendar-time-mark .is-triangle {
  color: #96b03b;
}
.calendar-time-mark:has(.calendar-timelink):hover {
  opacity: .6;
}
a.calendar-daylink {
  color: #9c911b;
}
a.calendar-daylink::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
a.booking-timelink {
  color: #9c911b;
}
.vacant:hover {
  background-color: rgb(150 176 59 / 0.25);
}
.monthly-prev-next a {
  display: inline-block;
  padding: 8px 24px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 8px;
}
.monthly-prev-next .no-link {
  opacity: 0;
}
.monthly-next {
  margin-right: 0;
}
.monthly-prev a::before,
.monthly-next a::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.monthly-prev a::before {
  border-width: 6px 6px 6px 0;
  border-color: transparent #96b03b transparent transparent;
  margin-right: 8px;
}
.monthly-next a::after {
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #96b03b;
  margin-left: 8px;
}

/* 制作の予約フォームの場合 */
.calendar-seisaku-daylink {
  padding: 0 12px;
}
.calendar-seisaku-daylink a,
.calendar-seisaku-daylink .disable {
  display: block;
  background-color: #c0b538;
  font-size: 68%;
  margin-bottom: 6px;
  border-radius: 4px;
  color: #fff;
}
.calendar-seisaku-daylink .disable {
  background-color: #c6c6c6;
}
.calendar-seisaku-daylink a:hover {
  opacity: 0.7;
}
#reservation-seisaku .monthly-calendar .vacant:hover {
  background-color: #fff;
}

/* --- 予約フォーム --- */
.reserve_form_wrap {
  border: 1px solid #c1b639;
  background-color: #fff;
  padding: 56px;
}
.reserve_form_wrap .course_about--lists li {
  width: 180px;
  margin: 0 8px 32px;
}
.content-form {
  margin-bottom: 0;
}
.content-form fieldset .heading-3 + .error-message {
  display: none;
}
.content-form fieldset,
.content-form th, .content-form td {
  border: none;
}
#formy_form td label.booking-seimei {
  padding: 0;
}
#formy_form td label.booking-seimei::before {
  content: none;
}
#formy_form td label.booking-seimei + input {
  width: auto;
}
#formy_form table input[type="text"][name="booking[client][postcode]"] {
  width: auto;
}
#formy_form table input[type="text"][name="booking[client][address1]"] {
  margin-bottom: 10px;
}
.content-form button.button-secondary {
  background-color: #96b03b;
  color: #fff;
  border-radius: 8px;
}
#booking-option-table label.field-item {
  display: block;
}

@media screen and (max-width: 767px) {
  .heading-3.step {
    font-size: 125%;
    border-width: 3px;
  }
  .page-reservation .inner {
    width: 92%;
  }
  .page-reservation .select_btn {
    padding: 12px 24px;
  }
  .page-reservation .select_btn .heading-3 {
    font-size: 120%;
  }
  .select_btn--lists li {
    width: 100%;
    margin-right: 0;
  }
  .reservation_intro li {
    width: 100%;
    margin-bottom: 8px;
  }
  .reservation_select_btn--lists {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reservation_select_btn {
    width: 100%;
    margin-bottom: 8px;
  }
  .reservation_select_btn a {
    padding: 12px 16px;
  }
  .reservation_select_btn .heading-2 {
    font-size: 130%;
  }
  .reservation--shop_lists {
    border: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .reservation--shop_list--btn {
    border-radius: 4px;
    margin-bottom: 8px;
  }
  .reservation_select_btn--lists.active .reservation_select_btn {
    border-radius: 8px;
  }
  .reservation_select_btn--lists.active .reservation_select_btn:not(.active) {
    transform: translateY(0);
  }
  .reservation_select_btn--lists.active .reservation_select_btn.active {
    border: none;
    background-color: #96b03c;
  }
  .calendar-box {
    padding: 16px;
    border-radius: 8px;
  }
  .calendar-box.active {
    min-height: 0;
  }
  .calendar-time-mark {
    width: auto;
    gap: .1em;
    padding: 0;
    line-height: 1;
    height: 16px;
    font-size: 50%;
  }
  .calendar-time-mark .time-string {
    font-size: 8px;
  }
  .monthly-calendar,
  .timetable-calendar {
    overflow-x: scroll;
  }
  .monthly-calendar caption,
  .timetable-calendar caption {
    font-size: 100%;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .monthly-calendar th,
  .timetable-calendar th {
    font-size: 100%;
  }
  .monthly-calendar td,
  .timetable-calendar td {
    padding: 0;
  }
  .calendar-seisaku-daylink {
    padding: 1px;
  }
  .calendar-mark {
    font-size: 100%;
  }
  .calendar-seisaku-daylink a,
  .calendar-seisaku-daylink .disable {
    white-space: nowrap;
    margin-bottom: 2px;
    padding: 4px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.2;
  }
  .calendar-seisaku-daylink a span,
  .calendar-seisaku-daylink .disable span {
    display: block;
  }
  .reserve_load {
    width: 20px;
    height: 20px;
  }

  .day-calendar table {
    width: 100%;
  }
  .monthly-prev-next a {
    padding: 12px 22px;
  }
  .reserve_form_wrap {
    padding: 16px;
  }
  .reserve_form_wrap .course_about--lists li {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 8px;
  }
  #formy_form #booking-confirm-fieldset th {
    padding: 8px;
    line-height: 1;
    margin-bottom: 12px;
  }
  .requiredIcon {
    top: calc(50% + 8px) !important;
  }
  .content-form button[name="reserve_action"],
  #action-button button{
    width: 100%;
  }
  .content-form .booking-seimei {
    width: 2rem;
  }
}

/* page-404
*************************************************** */
.page-404 .content-404 p {
  margin-bottom: 40px;
  font-size: 115%;
}
.page-404 .flex > p:nth-child(1) {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .page-404 .content-404 p {
    margin-bottom: 24px;
    font-size: 100%;
  }
}

/* page-sitemap
*************************************************** */
.sitemap--list:not(:last-child) {
  margin-right: 40px;
}
.sitemap--list-page.sitemap--list > li {
  margin-bottom: 10px;
}
.sitemap--list-posts.sitemap--list .sitemap--item-ttl:not(:first-child) {
  margin-top: 10px;
}
.sitemap--list li a {
  display: block;
  text-decoration: none;
}
.sitemap--list li a:hover {
  color: #96b03b;
}
.sitemap--list li.sitemap--item-page a,
.sitemap--list li.sitemap--item-page span {
  position: relative;
  display: block;
  padding-left: 18px;
}
.sitemap--list li.sitemap--item-page a::before,
.sitemap--list li.sitemap--item-page span::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(193, 182, 58);
}
.sitemap--item-ttl {
  font-weight: bold;
}

/* --- child --- */
.sitemap--list li.sitemap--item-child {
  margin-left: 17px;
  margin-bottom: 6px;
}
.sitemap--list li.sitemap--item-child a {
  position: relative;
  padding-left: 18px;
}
.sitemap--list li.sitemap--item-child a::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: rgb(193, 182, 58);
}

@media screen and (max-width: 767px) {
  .sitemap--list {
    width: 100%;
  }
  .sitemap--list-posts.sitemap--list > .sitemap--item-child {
    margin-bottom: 8px;
  }
}

/* ##############################################################################

    ARCHIVE

############################################################################## */

/* main_column
**************************************** */
.main_column {
  flex: 1;
  margin-right: 80px;
}

/* --- post --- */
.post {
  position: relative;
}
.post:not(:last-child) {
  margin-bottom: 16px;
}
.post--link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.post .imgarea {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin-right: 24px;
}
.post .imgarea .img {
  overflow: hidden;
  border-radius: 60px;
}
.post .imgarea.no_image {
  text-align: center;
  padding-top: 22px;
  background-color: #d4d0bb;
}
.post .imgarea::before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: -6px;
  right: -6px;
  bottom: -2px;
  background: url(../images/common/kazari-maru01.png) center no-repeat;
  background-size: contain;
}
.post:nth-child(3n-1) .imgarea::before {
  background-image: url(../images/common/kazari-maru02.png);
}
.post:nth-child(3n) .imgarea::before {
  background-image: url(../images/common/kazari-maru03.png);
}
.post .txtarea {
  max-width: 380px;
}
.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.post .post--img img {
  overflow: hidden;
  border-radius: 3px;
}
.cat_list a {
  display: inline-block;
  vertical-align: middle;
  font-size: 79%;
  background-color: #c0b538;
  color: #f6f6f6;
  line-height: 1;
  padding: 6px 12px;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  white-space: nowrap;
  border-radius: 16px;
}

@media screen and (max-width: 1100px) {
  .main_column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .post .imgarea {
    width: 80px;
    height: 80px;
    margin-right: 16px;
  }
  .post .txtarea {
    width: calc(100% - 96px);
  }
  .post .imgarea.no_image {
    padding-top: 16px;
  }
  .post .imgarea.no_image img {
    width: 32px;
    opacity: 0.25;
  }
}

/* side_column
**************************************** */
.side_column {
  width: 264px;
}
.side_section:not(:last-child) {
  margin-bottom: 64px;
}
.side--ttl {
  font-size: 120%;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 16px;
}
.side--ttl small {
  font-size: 62%;
  opacity: 0.5;
  letter-spacing: 0.15em;
  display: block;
  line-height: 1;
  margin-top: 8px;
}

/* --- post --- */
.posts-side .post:not(:last-child) {
  margin-bottom: 16px;
}
.posts-side .post--img {
  margin-right: 16px;
  border-radius: 3px;
  width: 64px;
  height: 64px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.posts-side .txtarea {
  flex: 1;
}
.posts-side .post--date {
  margin-bottom: 0;
}
.posts-side .post--ttl {
  line-height: 1.4;
}

/* --- archive --- */
.side_column .archive_list--ttl {
  margin-bottom: 4px;
  cursor: pointer;
}
.side_column .archive_list--ttl::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-2px) rotate(135deg);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
}
.side_column .archive_list--ttl.active::after {
  transform: translateY(2px) rotate(-45deg);
}
.side_column .archive_month {
  display: none;
}

@media screen and (max-width: 1100px) {
  .side_column {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .side_section {
    background: #f8f8f8 url(../images/common/bg-white01.png) center repeat;
    background-size: 520px auto;
    padding: 24px;
    border-radius: 16px;
  }
  .side_section:not(:last-child) {
    margin-bottom: 16px;
  }
  .side--ttl {
    font-size: 125%;
    position: relative;
    border-bottom: 3px double #fff;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .side--ttl small {
    position: absolute;
    top: -4px;
    right: 0;
  }
  .side_column .archive_month {
    padding-left: 1em;
  }
}

/* --- archive-pulldown --- */
.archive-pulldown {
  position: relative;
  margin-left: auto;
  z-index: 1;
}
.archive-pulldown .archive_list {
  position: relative;
  font-size: 92%;
}
.archive-pulldown .archive_list:not(:last-child) {
  margin-right: 24px;
}
.archive-pulldown .archive_list a {
  display: block;
  padding: 2px 16px;
  text-align: left;
}
.archive-pulldown .archive_list a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.archive-pulldown .archive_list--label {
  margin-right: 8px;
}
.archive-pulldown .archive_list--btn {
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  padding: 8px 54px 8px 32px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.archive-pulldown .archive_list--btn::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  transition: 0.2s ease-out;
  transform-origin: 50% 50%;
}
.archive-pulldown .active .archive_list--btn::after {
  top: 14px;
  transform: rotate(225deg);
}
.archive-pulldown .archive_list--menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-out;
}
.archive-pulldown .active .archive_list--menu {
  visibility: visible;
  opacity: 1;
}

/* page--design
**************************************** */
.design_tab--box {
  background: #fff;
  padding: 16px 24px;
  border-radius: 0 16px 16px 16px;
}
.design_tab {
  position: relative;
}
.is-hide {
  display: none;
}
.design_tab .attention {
  position: absolute;
  right: 0;
  top: 16px;
}
.design_tab--ttl {
  display: inline-block;
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  line-height: 1;
}
.design_tab--ttl small {
  font-size: 75%;
}
/* design_tab--list */
.design_tab--list {
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1) 0s;
}
.design_tab--list:hover {
  opacity: 0.5;
}
.design_tab--list input {
  display: none;
}
.design_tab--list input[type="radio"]:checked + label,
.design_tab--list input[type="checkbox"]:checked + label {
  color: #fff;
  background: #96b03b;
  font-weight: bold;
}
.design_tab--list .tab_btn {
  display: inline-block;
  line-height: 1;
  padding: 14px 28px;
  margin-right: 6px;
  margin-bottom: 6px;
  font-family: fot-tsukuardgothic-std, "TsukuARdGothic-Regular", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  border-radius: 8px;
}
.design_tab--list .tab_btn[type="button"] {
  border: 1px solid #96b03b;
}

/* design_tab-design */
.design_tab-design {
  opacity: 0;
  height: 0;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1) 0s;
}
.design_tab-design.active {
  opacity: 1;
  height: auto;
  pointer-events: auto;
  padding-top: 16px;
}
.design_tab-design--inner {
  background-color: #f8f8f8;
  padding: 16px;
  border-radius: 16px;
}
.design_tab-design--inner:not(:last-child) {
  margin-bottom: 24px;
}

/* post-design */
.posts-design::after {
  display: block;
  content: "";
  width: calc((100% - 77px) / 3);
}
.post-design {
  position: relative;
  padding: 18px;
  background-color: #fff;
  box-shadow: rgba(145, 185, 215, 0.25) 0 0 24px 0;
  width: calc((100% - 77px) / 3);
  margin-bottom: 38px;
}
.post-design a:hover {
  opacity: 0.5;
}
.design_cat_list {
  line-height: 1;
}
.design_cat_list span {
  display: inline-block;
  background-color: #e3dcd1;
  line-height: 1;
  padding: 2px 6px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
  border: 1px solid #dacebb;
  letter-spacing: 0;
  color: #756244;
}
.design_cat_list-tag span {
  background-color: #d5e4ad;
  border-color: #c4d695;
  color: #6d7f3c;
}
.not-search {
  padding: 48px;
  border: 2px solid #96b03c;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .archive-design .posts-design {
    justify-content: space-between;
  }
  .archive-design .post-design {
    margin-right: 0;
  }
  .post-design {
    padding: 8px;
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }
  .design_tabarea {
    margin-bottom: 40px;
  }
  .design_tab--ttl {
    font-size: 100%;
    padding: 12px 16px 8px;
    border-radius: 8px 8px 0 0;
  }
  .design_tab--box {
    padding: 14px;
    border-radius: 0 8px 8px 8px;
  }
  .design_tab--lists {
    font-size: 100%;
  }
  .design_tab--list {
    margin: 2px;
  }
  .design_tab-design--inner {
    padding: 8px;
    border-radius: 8px;
  }
  .design_tab-design--inner:not(:last-child) {
    margin-bottom: 16px;
  }
  .design_tab-design--inner .tab_btn {
    padding: 8px 16px;
  }
  .design_tab .attention {
    top: auto;
    bottom: -24px;
    left: 0;
    text-align: center;
  }
  #cboxClose {
    right: 16px;
  }
  .not-search {
    padding: 24px;
    border-radius: 8px;
  }
  .post-design.post-voice .design_cat_lists .heading-4 {
    font-size: .75rem;
  }
  .post-design.post-voice .design_cat_lists .heading-4 span {
    font-size: .625rem;
  }
}

/* archive-voice
**************************************** */
.post-design.post-voice {
  transition: all .4s ease-out;
}
.post-design.post-voice:hover {
  opacity: .5;
}
.post-design.post-voice .imgarea {
  text-align: center;
}
.post-design.post-voice .imgarea img {
  width: 90%;
  aspect-ratio: 4 / 3;
}
.post-design.post-voice .design_cat_lists span {
  font-size: 1rem;
}

/* archive-design
********************************************** */
.archive-design .post-design .imgarea {
  overflow: hidden;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-design .post-design .imgarea img {
  transition: all .4s ease-out;
}
.archive-design .post-design:hover .imgarea img {
  scale: 1.05;
}
.design_cat_lists a {
  position: relative;
  z-index: 10;
}
.design_tab--wrapper {
  position: relative;
}
.design_tab_shop {
  margin-bottom: 1rem;
}
.design_tab_shop .design_tab--box {
  display: block;
  border-radius: 16px;
}
.design_tab--button {
  gap: 8px;
}
.design_tab--button > li {
  cursor: pointer;
}
.design_tab--item a {
  padding: 8px 24px;
  display: block;
  border-radius: 8px;
}
.design_tab--button .design_tab--ttl a {
  display: block;
  width: 100%;
  height: 100%;
}
.design_tab--link.is-active {
  background-color: #fff;
}
.design_tab--ttl {
  transition: .4s all ease-out;
}
.design_tab--ttl > span:first-child {
  padding-right: 4px;
}
.design_tab--ttl.is-active {
  background-color: #fff;
}
.design_tab--box.is-show {
  display: block; /* 'active'クラスが付与されたときに表示 */
}
@media screen and (min-width: 768px) {
  .design_tab--box .design_tab--ttl {
    min-width: 128px;
  }
}
@media screen and (max-width: 767px) {
  .design_tab--button .design_tab--ttl > .design_tab--link {
    padding: 4px 10px;
  }
}

/* page--design
**************************************** */
.voice_tab--box {
  background: #fff;
  padding: 12px 24px;
  border-radius: 0 16px 16px 16px;
}
.voice_tab--box h4 span.sp-none {
  display: inline;
}
.voice_tab {
  position: relative;
}
.is-hide {
  display: none;
}
.voice_tab .attention {
  position: absolute;
  right: 0;
  top: 16px;
}
.voice_tab--ttl {
  display: inline-block;
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  line-height: 1;
}
.voice_tab--ttl small {
  font-size: 75%;
}
/* voice_tab--list */
.voice_tab--list {
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1) 0s;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  border-radius: 8px;
}
.design_shape ~ .voice_tab--lists .voice_tab--list:has(.not-click) {
  pointer-events: none;
  opacity: .2;
}
.design_shape ~ .voice_tab--lists .voice_tab--list:has(.not-click):hover {
  opacity: .2;
}
.voice_tab--list a {
  display: block;
  padding: 8px 16px;
}
.voice_tab--list a.active {
  color: #fff;
  background-color: #96b03b;
  font-weight: bold;
  border-radius: 8px;
}
.voice_tab--box h4 {
  width: 80px;
  text-align: right;
  padding: 14px 0px;
  margin-right: 16px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.archive-design .voice_tab--box h4 {
  width: 13%;
}
.voice_tab--box > li > ul {
  flex: 1;
}
.voice_tab--lists > li {
  margin-bottom: 4px;
}
.voice_tab--list:hover {
  opacity: 0.5;
}
.post-design .imgarea {
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 767px) {
  .post-design {
    padding: 8px;
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }
  .design_tabarea {
    margin-bottom: 40px;
  }
  .design_tab--attention {
    text-align: center;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .design_tab--button {
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  .design_tab--box .design_tab--ttl {
    display: block;
    text-align: center;
    margin-bottom: 8px;
    padding-left: 0;
    font-size: 12px;
  }
  .design_tab--box {
    padding: 18px;
    border-radius: 0 8px 8px 8px;
  }
  .design_tab--box > li {
    align-items: flex-start;
  }
  .design_tab--lists {
    font-size: 100%;
  }
  .design_tab--list {
    margin: 2px;
  }
  .design_tab--list .tab_btn {
    width: 100%;
    padding: 6px 12px;
    letter-spacing: 0;
    text-align: center;
  }
  .design_tab-design--inner {
    padding: 8px;
    border-radius: 8px;
  }
  .design_tab-design--inner .tab_btn {
    padding: 8px 16px;
  }
  .design_tab--ttl-sm {
    margin-bottom: 8px;
  }
  .design_tab .attention {
    top: auto;
    bottom: -24px;
    left: 0;
    text-align: center;
  }
  #cboxClose {
    right: 16px;
  }
  .not-search {
    padding: 24px;
    border-radius: 8px;
  }
  /* voice_tab--list */
  .voice_tab--list {
    font-size: .75rem;
    margin-right: 6px;
  }
  .voice_tab--list a {
    padding: 7px 14px;
    font-size: 11px;
  }
  .voice_tab--box {
    padding-top: 0;
  }
  .voice_tab--box h4 {
    width: 100%;
    text-align: center;
    padding: 14px 0px;
    margin-right: 0;
    margin-bottom: 6px;
    font-size: 1rem;
  }
  .voice_tab--box h4 span.sp-none {
    display: none;
  }
}

.posts-voice {
  overflow: hidden;
}
.post-voice {
  float: left;
  height: 300px;
  margin-left: 37px;
}
.post-voice:nth-child(1) {
  width: calc(((100% - 17px) / 3) * 2);
  height: 638px;
  margin-left: 0;
  padding-left: 34px;
  padding-right: 34px;
}
.post-voice:nth-child(4),
.post-voice:nth-child(7),
.post-voice:nth-child(11),
.post-voice:nth-child(12),
.post-voice:nth-child(13),
.post-voice:nth-child(16) {
  margin-left: 0;
}
.post-voice:nth-child(10) {
  float: right;
  width: calc(((100% - 17px) / 3) * 2);
  height: 638px;
  margin-left: 0;
  padding-left: 34px;
  padding-right: 34px;
}
@media screen and (max-width: 767px) {
  .archive-voice .posts-voice {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post-voice {
    float: none;
    margin-left: 0;
    height: auto;
  }
  .post-voice .heading-4 {
    font-size: 94%;
  }
  .post-voice:nth-child(1),
  .post-voice:nth-child(10) {
    width: 100%;
    height: auto;
    padding: 16px 16px 8px;
  }
}

/* archive-blog
**************************************** */
.posts-blog .post {
  padding-bottom: 32px;
  padding-top: 32px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.4s ease-out;
}
.posts-blog .post:not(:last-child) {
  margin-bottom: 0;
}

.posts-blog .post:hover {
  opacity: 0.7;
}
.posts-blog .post:first-child {
  border-top: 1px solid #e5e5e5;
}
.posts-blog .post--txtarea {
  flex: 1;
}
.posts-blog .post--date {
  margin-right: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.posts-blog .post--img {
  padding-left: 40px;
}
.posts-blog .post--img img {
  width: 280px;
  height: auto;
}
.posts-blog .post--img.no-image,
.posts-side .post--img.no-image {
  background-color: #eee;
}

@media screen and (max-width: 1100px) {
  .posts-blog {
    margin-bottom: 56px;
  }
  .archive-blog .inner.flex,
  .single-blog .inner.flex {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .posts-blog .post {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .posts-blog .post--img {
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
    text-align: center;
  }
  .posts-blog .post--img img {
    width: auto;
    max-width: 100%;
  }
}

/* archive-news
**************************************** */

/* --- news--archive --- */
.news--archive {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #111;
}
.news--archive li {
  margin-left: 8px;
  margin-right: 8px;
}
.news--archive a {
  color: #fff;
}

.archive-news .news_list .post .post--link:hover {
  color: #c0b538;
}
.archive-news .news_list .post .txtarea {
  max-width: 100%;
}

/* --- news_list --- */
main .news_list .post {
  padding-bottom: 16px;
  padding-top: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #dedede;
}
main .news_list .post--date {
  margin-right: 32px;
}
main .news_list a[href="javascript:void(0);"],
main .news_list a[href="javascript:void(0);"]::before {
  color: inherit;
  cursor: inherit;
  opacity: 1;
  text-decoration: none;
}
.posts-home_news a,
main .news_list a {
  display: inline-flex;
  align-items: center;
}
.posts-home_news a[target="_blank"]::after,
main .news_list a[target="_blank"]::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background-image: url(/wp/wp-content/themes/original_theme/images/common/icon-new_tab.png);
}

/* ##############################################################################

    SINGLE

############################################################################## */

/* wp-pagenavi
**************************************** */
.wp-pagenavi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.wp-pagenavi .pages {
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi a {
  position: relative;
  min-width: 48px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-color: #96b03b;
  line-height: 1.4;
  padding: 14px 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 24px;
  text-align: center;
}
.wp-pagenavi .current {
  color: #000;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-bottom: 24px;
  }
  .wp-pagenavi .current,
  .wp-pagenavi a {
    padding: 6px 16px;
    margin: 2px;
    border-radius: 8px;
    min-width: auto;
  }
}

/* --- 目次 --- */
.ez-toc-debug-messages {
  display: none;
}
div#ez-toc-container {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-color: #c0b538;
}
div#ez-toc-container p.ez-toc-title {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
div#ez-toc-container a:hover,
div#ez-toc-container a:visited {
  color: #c0b538 !important;
}
div#ez-toc-container ul.ez-toc-list a {
  color: #000;
}
.ez-toc-title-container {
  margin-bottom: 10px;
}
#ez-toc-container.counter-hierarchy ul {
  font-size: 17px;
}
#ez-toc-container.counter-hierarchy ul li {
  margin-top: 8px;
}
#ez-toc-container.counter-hierarchy ul ul {
  margin-left: 16px;
}
#ez-toc-container.counter-hierarchy ul ul a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}
#ez-toc-container.counter-hierarchy ul ul a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 0;
  border-bottom: 1px solid;
}

/* pass
**************************************** */
.single .pass {
  width: 100%;
}
.single .pass p:first-child {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .single .pass p:first-child {
    text-align: left;
  }
}

/* single-blog
**************************************** */
@media screen and (max-width: 767px) {
  .blog--info {
    margin-bottom: 24px;
  }
  .single-blog .voice_link {
    padding: 24px 0;
  }
  .single-blog .voice_link a {
    width: 100%;
    font-size: 120%;
    line-height: 48px;
  }
}

/* single-voice
**************************************** */
.voice--info .heading-1 span {
  font-size: 2rem;
}
.voice_intro .cardarea {
  width: calc(100% - 680px);
  background-color: #fff;
  padding: 40px;
  border: 1px solid #eee;
}
.voice--slides li {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 24px;
}
.voice--slides li img {
  margin: auto;
}
.voice--thumbs li {
  margin: 0 8px;
}
.datearea {
  background-color: #fff;
  padding: 64px 80px;
}
.datearea-dl {
  overflow: hidden;
  border-top: 1px dashed #eee;
  padding: 8px 0;
}
.datearea-dl dt {
  float: left;
  width: 8em;
}
.datearea-dl:last-child {
  border-bottom: 1px dashed #eee;
}
.datearea-dl p {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
}
.datearea_btn a {
  position: relative;
  display: block;
  line-height: 32px;
  padding: 0 40px 0 16px;
  background-color: #2c221f;
  text-align: center;
  overflow: hidden;
  background-color: #ddf1ad;
  color: #2c221f;
  letter-spacing: 0.05em;
  border-radius: 40px;
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  cursor: pointer;
}
.datearea_btn a::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 16px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}
.datearea_btn a:hover {
  color: #2c221f;
  background-color: #c7e089;
}
.voice--related {
  padding-top: 3rem;
}
.voice--related .post-voice:nth-child(1) {
  width: calc((100% - 77px) / 3);
  height: 300px;
  margin-left: 37px;
  padding: 18px;
}

@media screen and (max-width: 767px) {
  .voice--info .heading-1 {
    font-size: 175%;
    letter-spacing: 0.05em;
  }
  .voice--info .heading-1 span {
    font-size: 1rem;
  }
  .voice_intro {
    margin-bottom: 16px;
  }
  .voice_intro .cardarea {
    width: 100%;
    padding: 8px;
    margin-top: 16px;
  }
  .voice--info .voice_link {
    padding: 8px 0 24px 0;
  }
  .voice--info .voice_link a {
    width: 100%;
    font-size: 120%;
    line-height: 48px;
  }
  .voice--slides {
    margin-bottom: 0;
  }
  .voice--slides li {
    padding: 8px;
  }
  .voice--thumbs li {
    border-radius: 4px;
    width: 34px !important;
    margin: 0 8px;
    overflow: hidden;
  }
  .datearea {
    padding: 24px;
  }
  .datearea-dl dt {
    width: 7em;
  }
  .datearea-dl {
    padding: 6px 8px 6px 0;
  }
  .datearea-dl p {
    justify-content: flex-start;
    gap: 8px;
    flex: 1;
  }
  .voice--related {
    padding-top: 3rem;
  }
  .voice--related .post-voice {
    width: 100%;
  }
  .voice--related .post-voice:nth-child(1) {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 8px;
  }
  .voice--related .post-voice .heading-4 {
    font-size: .875rem;
  }
  .voice--related .post-voice .heading-4 span {
    font-size: .75rem;
  }
}

/* single-design
********************************************** */
  .design--related {
    padding-top: 2rem;
  }
  .single-design .box {
    background-color: #fff;
  }
  .single-design .posts_scroll {
    gap: 1rem;
  }
  .single-design .heading-1 {
    font-size: 250%;
  }
  @media screen and (max-width: 767px) {
    .single-design .heading-1 {
      font-size: 180%;
    }
    .single-design .post-design {
      width: 100%;
    }
  }


/* ##############################################################################

    FORMY

############################################################################## */
#formy_form table {
  width: 100%;
  font-family: "TsukuARdGothic-Regular", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", "Meiryo", sans-serif;
}
#formy_form th,
#formy_form td {
  position: relative;
  z-index: 1;
  padding: 16px;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}
#formy_form th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form table textarea {
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: bottom;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form select,
#formy_form textarea {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 100%;
}
#formy_form textarea {
  height: 100px;
}
#formy_form select {
  height: 40px;
}
#formy_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#formy_form input:hover {
  opacity: 0.7;
}
#formy_form textarea:hover {
  opacity: 0.7;
}
#formy_form input:focus {
  outline: none;
}
#formy_form .parsley-validated {
  background-color: #eee;
}
#formy_form .parsley-error {
  background-color: #fee;
}
#formy_form .parsley-success {
  background-color: #fff;
}
.help_text {
  font-size: 87%;
  color: #999;
}
.hidden_help {
  display: none;
}
.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 87%;
  padding: 8px 16px;
}
.requiredIcon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background-color: #c0b538;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 70%;
  padding: 2px 5px;
  border-radius: 3px;
  line-height: 1.5;
}
#formy_btn {
  padding-top: 32px;
  text-align: center;
}
#formy_btn input {
  min-width: 220px;
  padding: 16px 32px;
  margin-right: 4px;
  margin-left: 4px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
#formy_form input[type="radio"],
#formy_form input[type="checkbox"] {
  display: none !important;
}
#formy_form td label {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 8px 0 40px;
  cursor: pointer;
}
#formy_form td label:hover {
  opacity: 0.7;
}
#formy_form td label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #788b93;
  left: 16px;
  top: 12px;
}
#formy_form input[type="radio"] + label::before,
#formy_form label:has(input[type="radio"])::before {
  border-radius: 100vmax;
}
#formy_form label:has(input[type="radio"]:checked),
#formy_form input[type="radio"]:checked + label,
#formy_form input[type="checkbox"]:checked + label {
  color: #e75f5f;
  font-weight: bold;
}
#formy_form label:has(input[type="radio"]:checked)::before,
#formy_form input[type="radio"]:checked + label::before,
#formy_form input[type="checkbox"]:checked + label::before {
  border-color: #e75f5f;
}
#formy_form label:has(input[type="radio"]:checked)::after,
#formy_form input[type="radio"]:checked + label::after,
#formy_form input[type="checkbox"]:checked + label::after {
  content: "";
  width: 10px;
  height: 18px;
  top: 4px;
  left: 20px;
  border-right: 2px solid #e75f5f;
  border-bottom: 2px solid #e75f5f;
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formy_confirm {
  background-color: #4dbaff;
}
.formy_submit_disabled {
  background-color: #ccc;
}
#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}
.autoConfirmBack {
  background-color: #aaa;
}
.formy_send {
  background-color: #ff6600;
}
#total_required {
  padding: 16px;
  color: #ff9426;
  text-align: center;
}

/* --- 予約フォームのスタイル調整 --- */
.reserve_form_wrap .btn {
  font-family: fot-tsukuardgothic-std, sans-serif;
}
/* confirm */
.reserve_form-confirm fieldset {
  max-width: 750px;
  margin: 0 auto 32px;
}
.reserve_form-confirm th {
  background-color: rgb(192 181 56 / 0.3);
}
#client-yotei {
  margin-bottom: 8px !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeD0iMCIgeT0iMCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qwe2ZpbGw6IzVkNWQ1ZH08L3N0eWxlPjxwYXRoIGQ9Ik03IDExaDJ2Mkg3di0yem0wIDRoMnYySDd2LTJ6bTQtNGgydjJoLTJ2LTJ6bTAgNGgydjJoLTJ2LTJ6bTQtNGgydjJoLTJ2LTJ6bTAgNGgydjJoLTJ2LTJ6IiBjbGFzcz0ic3QwIi8+PHBhdGggZD0iTTUgMjJoMTRjMS4xIDAgMi0uOSAyLTJWNmMwLTEuMS0uOS0yLTItMmgtMlYyaC0ydjJIOVYySDd2Mkg1Yy0xLjEgMC0yIC45LTIgMnYxNGMwIDEuMS45IDIgMiAyek0xOSA4djEySDVWOGgxNHoiIGNsYXNzPSJzdDAiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 22px 28px;
  background-position: right 4px center;
}
.booking--media {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #formy_form th,
  #formy_form td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #formy_form th {
    border-bottom: none;
    padding-bottom: 0;
    white-space: normal;
    font-weight: bold;
  }
  #formy_form td {
    padding-top: 0;
  }
  #formy_form td label::before {
    left: 0;
  }
  #formy_form input[type="radio"]:checked + label::after,
  #formy_form input[type="checkbox"]:checked + label::after {
    left: 5px;
  }
  #formy_form td label {
    padding-left: 24px;
    letter-spacing: 0;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #formy_btn {
    padding-top: 8px;
  }
  #formy_btn input {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    background-size: contain;
    background-position: center;
  }
  .autoConfirmBack {
    margin-bottom: 8px;
  }
  #formy_form table input[type="text"],
  #formy_form table input[type="email"],
  #formy_form table input[type="tel"],
  #formy_form table input[type="date"],
  #formy_form table input[type="password"],
  #formy_form select,
  #formy_form textarea {
    font-size: 16px; /* iOSでズーム防止 */
  }
  #formy_form label:has(input[type="radio"]:checked)::after,
  #formy_form input[type="radio"]:checked + label::after,
  #formy_form input[type="checkbox"]:checked + label::after {
    left: 5px;
  }
  #formy_form td label.booking-seimei + input {
    width: 100px;
  }
}

.page-commitment .page_ttl {
  background-image: url(../images/pagettl/pagettl-commitment.jpg);
}
.page-commitment .section_ttl--sub {
  font-size: 160%;
}

.page-birthstone .page_ttl {
  background-image: url(../images/pagettl/pagettl-birthstone.jpg);
}
img.commitment_img {
  width: 100%;
  max-width: 520px;
  height: 100%;
  max-height: 320px;
}
.page-commitment .course_design--list .imgarea {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .page-commitment .page_ttl {
    background-image: url(../images/pagettl/pagettl-commitment_sp.jpg);
  }

  .page-birthstone .page_ttl {
    background-image: url(../images/pagettl/pagettl-birthstone_sp.jpg);
  }
  #hand_written .flex-col2 {
    display: block;
  }
  #hand_written .flex-col2 > * {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  #commitment_point1_img {
    display: block;
  }
  #commitment_point1_img > * {
    width: auto;
    margin: 0 0 8px;
  }
}

.page-mokume .box-white .imgarea + p {
  line-height: 1.4;
}

#metal_course_anchor {
  margin-top: -50px;
  padding-top: 50px;
}
.metal_course {
  background-color: #fff;
  padding: 80px 0;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .metal_course {
    padding: 56px 32px;
  }
}
