@charset "UTF-8";

body {
  font-family: 'Marcellus', 'sans-serif', '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic';
  color: #000;
}

section>article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

article p {
  color: #736d5f;
}

article ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #736d5f;
}

table th,
table td {
  line-height: 1.8;
}

table th {
  color: #4b351b;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

img.yokohamap {
  object-fit: cover;
  height: 400px;
  width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.trial_btn {
  display: block;
  padding: 8px 32px !important;
  position: fixed;
  border-radius: 4px;
  line-height: 1.5;
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  background-color: #F27E9F;
  color: #fff;
  text-decoration: none;
  font-size: 1.4em;
  z-index: 100;
  bottom: 6vh;
  right: 4vh;
  font-weight: bold;
  z-index: 1;
}

a.trial_btn._block {
  z-index: 2;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none !important;
  padding: 0;
  appearance: none;
}

footer {
  color: #4b351b;
  background: #faf0e2;
}

footer nav.menu {
  position: relative;
}

footer nav.menu a {
  color: #4b351b;
}

footer p.footer_subtxt {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-top: 1.5em;
  font-size: .9rem;
  background: #876a49;
  width: 100px;
  padding: .25em;
}

footer p.copy {
  background: #d2bea2;
  color: #fff;
  padding: 1em 0;
  text-align: center;
  font-size: .9rem;
  font-weight: normal;
  margin-bottom: 0;
  font-family: '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

footer address {
  width: calc(35% - 1rem);
  padding: 1rem;
  margin-bottom: 0;
}

footer address p {
  font-size: .8rem;
  margin-bottom: 0;
  line-height: 1.6;
  margin-left: 1rem;
}

footer address a {
  font-size: .8rem;
  color: #4b351b;
  margin-left: 1rem;
}

footer address a:hover {
  color: #4b351b;
}

footer address .access:nth-child(1) {
  margin-bottom: .25rem;
}

footer .social {
  padding-top: 1rem;
}

footer .social a {
  padding: 0;
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 2000ms;
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-fade:nth-of-type(2) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.effect-fade:nth-of-type(3) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.social a {
  position: relative;
  margin: auto .5rem;
  padding: .25rem .4rem;
  display: inline-block;
}

.social i {
  color: #4b351b;
  font-size: 1.8rem;
}

.swiper-container {
  height: 300px;
  width: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn.main {
  display: block;
  position: relative;
  padding: .5em;
  color: #fff;
  text-align: center;
  -webkit-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  max-width: 320px;
  width: 100%;
  box-shadow: 0 0 0 1px #fff, 0 0 0 4px #876a49;
  background: #876a49;
  margin: 0 .5em;
  border-radius: 0;
  font-size: 1rem;
}

#page_top {
  position: fixed;
  bottom: 7vh;
  left: 4vh;
  z-index: 100;
}

#page_top a {
  background-color: #4b351b;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: .75rem 1rem;
}

#page_top a:hover {
  opacity: .6;
  text-decoration: none;
}

.f_center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_wrap {
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f_h_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.f_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.e-fade {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 2000ms;
}

.e-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.menu_cc {
  position: absolute;
  right: -230px;
}

.v-application--wrap {
  min-height: auto !important;
}

.v-application--wrap .v-breadcrumbs {
  padding: 0 !important;
}

.v-application--wrap .v-breadcrumbs li {
  color: #4b351b;
}

.v-application--wrap .v-breadcrumbs li .v-icon {
  color: #4b351b;
}

.v-application--wrap .v-breadcrumbs li a {
  color: #4b351b;
}

.v-application--wrap .v-breadcrumbs li a.v-breadcrumbs__item--disabled {
  color: #4b351b;
  opacity: .4;
}

.v-application--wrap .v-breadcrumbs li:first-child a {
  opacity: .4;
}

.brightness {
  filter: brightness(120%);
}

.slide img {
  width: 100%;
}

.slide .swiper-container {
  width: 100%;
  max-width: 940px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}

.col h2 {
  position: relative;
  z-index: 1;
  letter-spacing: .1em;
  line-height: 120%;
  color: #6e4e0a;
  text-align: left;
}

.col p {
  font-size: .9rem;
  line-height: 1.8;
}

.kv_top {
  position: relative;
  background: rgba(235, 222, 207, 0.9);
  z-index: 9;
  -webkit-box-shadow: 0px 0px 5px 0px #aaa;
  -moz-box-shadow: 0px 0px 5px 0px #aaa;
  box-shadow: 0px 0px 5px 0px #aaa;
}

.kv_top_inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.kv_top_inner h1 {
  margin-bottom: 0;
}

.kv_top_inner h1 img {
  max-height: 80px;
  z-index: 5;
  vertical-align: inherit;
}

.kv_top .kv_flex_L {
  width: 200px;
  margin-right: auto;
}

.mainvisual {
  position: relative;
}

.mainvisual img {
  width: 100vw;
  height: 600px;
  object-fit: cover;
}

.mainvisual.-overlay {
  position: relative;
}

.mainvisual.-overlay:before {
  content: '';
  background: rgba(75, 53, 27, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.mainvisual.-overlay .shop_name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}

.mainvisual.-overlay .shop_name h1 {
  text-align: center;
  color: #eee1d4;
  letter-spacing: 2px;
  font-size: 3.5rem;
  text-shadow: 
    2px 2px 0 #4b351b,
    -2px 2px 0 #4b351b,
    2px -2px 0 #4b351b,
    -2px -2px 0 #4b351b,
    2px 0 0 #4b351b,
    -2px 0 0 #4b351b,
    0 2px 0 #4b351b,
    0 -2px 0 #4b351b,
    0 0 15px rgba(75, 53, 27, 0.8),
    0 0 25px rgba(75, 53, 27, 0.6),
    3px 3px 10px rgba(75, 53, 27, 0.9);
  font-weight: 600;
  -webkit-text-stroke: 1.5px #5d4428;
  paint-order: stroke fill;
}

.mainvisual.-overlay .shop_name h1 span {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-left: 1rem;
  display: inline-block;
}

.mainvisual h2 {
  width: 100%;
  height: 100%;
  margin: -.7em auto 0 auto;
  text-align: left;
  color: #f4eadd;
  line-height: 70%;
  width: 1000px;
  font-size: 60px;
  font-size: 5rem;
  z-index: 2;
  position: relative;
}

.mainvisual.l-page img {
  height: 400px;
}

.mainvisual.l-page2 img {
  height: 400px;
}

/* メインビジュアルスライダー */
.mainvisual-slider {
  width: 100%;
  height: 600px;
  position: relative;
}

.mainvisual-slider .swiper-slide {
  position: relative;
}

.mainvisual-slider .swiper-button-next,
.mainvisual-slider .swiper-button-prev {
  color: #eee1d4;
  opacity: 0.8;
  transition: opacity 0.3s;
  z-index: 3;
  text-shadow: 0 0 8px rgba(75, 53, 27, 0.8);
}

.mainvisual-slider .swiper-button-next:hover,
.mainvisual-slider .swiper-button-prev:hover {
  opacity: 1;
  color: #f5ebe0;
}

.mainvisual-slider .swiper-pagination {
  z-index: 3;
}

.mainvisual-slider .swiper-pagination-bullet {
  background: #eee1d4;
  opacity: 0.5;
  width: 12px;
  height: 12px;
  box-shadow: 0 0 4px rgba(75, 53, 27, 0.5);
}

.mainvisual-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #d4a574;
  box-shadow: 0 0 8px rgba(212, 165, 116, 0.8);
}


.news {
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #4b351b;
}

.news h2 {
  text-align: center;
}

.news p {
  text-align: center;
  font-size: .7rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.news ul li {
  padding: .7rem;
  border-bottom: 1px solid #d2bea2;
  position: relative;
  font-size: .8rem;
}

.news ul li:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: .7rem;
  top: 10px;
  font-size: .6rem;
  padding: .2rem;
  color: #4b351b;
}

.news ul li a {
  color: #4b351b;
}

.news a.catalog {
  border: 1px solid #d2bea2;
  width: 150px;
  text-align: center;
  margin: auto;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: .9rem;
  color: #4b351b;
  padding: .5rem;
  display: block;
}

h2.title {
  position: relative;
  text-align: center;
  font-size: 2.5rem;
  line-height: .8;
  letter-spacing: .1em;
  background: #f4eadd;
  padding: .75em;
  color: #6e4e0a;
  -webkit-text-shadow: 0px 0px 3px #666;
  -moz-text-shadow: 0px 0px 3px #666;
  text-shadow: 0px 0px 3px #666;
  -webkit-box-shadow: 0px 0px 5px 0px #aaa;
  -moz-box-shadow: 0px 0px 5px 0px #aaa;
  box-shadow: 0px 0px 5px 0px #aaa;
  z-index: 1;
  margin-bottom: 0;
}

h2.title span {
  font-size: 1rem;
}

.top_shopMenu {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  padding: 5px 0;
  z-index: 10;
  list-style: none;
  margin: 0;
  max-width: 800px;
}

.top_shopMenu li {
  width: 300px;
  margin-bottom: .5rem;
  border-radius: 6px;
  background: #876a49;
  color: #fff;
}

.top_shopMenu li:nth-child(6) a {
  pointer-events: inherit;
}

.top_shopMenu li:nth-child(even) {
  margin-left: .5rem;
}

.top_shopMenu li a {
  position: relative;
  display: block;
  min-height: 92px;
  padding: 0px 0 0px 120px;
  text-decoration: none;
  color: inherit;
  transition: .2s;
}

.top_shopMenu li a:hover {
  background: #593616;
  border-radius: 6px;
}

.top_shopMenu li a h3 {
  font-size: 1em;
  padding: .5rem 0;
  line-height: inherit;
  text-align: left;
  font-weight: bold;
}

.top_shopMenu li a p {
  font-size: .8em;
  line-height: 1.6;
  padding-bottom: .75rem;
  margin: 0 !important;
}

.top_shopMenu li img {
  position: absolute;
  top: 9px;
  left: 15px;
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.para01 {
  background: url("../img/top/top_para_01.jpg") center/cover no-repeat;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: -1;
}

.para02 {
  background: url(../img/top/top_para_02.jpg) center/cover no-repeat;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: -1;
}

.para03 {
  background: url(../img/top/top_para_03.jpg) center/cover no-repeat;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: -1;
}

.navigation {
  position: relative;
  z-index: 10;
  background: rgba(235, 222, 207, 0.9);
  -webkit-box-shadow: 0px 0px 5px 0px #aaa;
  -moz-box-shadow: 0px 0px 5px 0px #aaa;
  box-shadow: 0px 0px 5px 0px #aaa;
}

.navigation nav {
  position: relative;
}

.navigation nav a {
  color: #4b351b;
  text-align: center;
  font-size: 1rem;
}

.navigation nav a:hover {
  color: #fff;
}

.navigation nav a img {
  max-height: 65px;
  max-width: 105px;
  width: 100%;
}

.ecbanner-box {
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.ecbanner-box img {
  width: 100%;
  max-width: 600px;
}

.main_content .f_box .col h2 {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  letter-spacing: .1em;
  line-height: inherit;
  color: #6e4e0a;
  text-align: left;
  -webkit-text-shadow: 0px 0px 3px #666;
  -moz-text-shadow: 0px 0px 3px #666;
  text-shadow: 0px 0px 3px #666;
}

.main_content.l-shop iframe {
  display: block;
  width: 100%;
  height: 400px;
}

.main_content.l-shop .table {
  color: #736d5f;
  font-family: 游ゴシック体, "Yu Gothic", メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.main_content.l-shop .table thead th {
  border-bottom: none;
}

.main_content.l-shop .table th {
  width: 20%;
}

.main_content.l-shop .table th,
.main_content.l-shop .table td {
  border-top: none;
  line-height: 1.8;
  font-size: .9rem;
  vertical-align: top;
}

.main_content.l-shop ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main_content.l-shop .treatment li:nth-child(n+5) {
  margin-top: .5rem;
}

.main_content.l-shop .treatment img.i-fit {
  width: 110px;
  height: 140px;
  object-fit: cover;
}

.main_content.commit .col {
  display: block;
}

.main_content.commit .col img {
  width: 100%;
}

.main_content.commit .col h2 {
  font-size: 1.8rem;
  text-align: justify;
}

.about.bg01 {
  background: url("../img/about/about01.webp") left top/auto 100% no-repeat;
}

.about.bg02 {
  background: url("../img/about/about02.webp") right top/auto 100% no-repeat;
}

.about.bg03 {
  background: url("../img/about/about03.webp") left top/auto 100% no-repeat;
}

.about .main_content .col h3 {
  font-size: 2rem;
  line-height: 1.6;
  color: #4b351b;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.about .main_content .facility li:nth-child(n+4) {
  margin-top: .25rem;
}

.about .main_content .facility figure {
  margin-bottom: 0;
}

.about .main_content .facility figure img {
  width: 320px;
  height: 200px;
  object-fit: cover;
}

.about .main_content .facility figure figcaption {
  background: #4b351b;
  text-align: center;
  color: #fff;
  padding: .5rem;
}

.about .main_content .recruit table {
  width: calc(50% - 1rem);
  border-left: 1px solid #d2bea2;
  border-top: 1px solid #d2bea2;
  margin-bottom: 1.5rem;
  color: #736d5f;
  font-size: .9rem;
  min-height: 350px;
  height: 370px;
}

.about .main_content .recruit table th {
  border-right: 1px solid #d2bea2;
  border-bottom: 1px solid #d2bea2;
  padding: .5rem;
  width: 20%;
  color: #4b351b;
  background: #faf0e2;
}

.about .main_content .recruit table td {
  border-bottom: 1px solid #d2bea2;
  border-right: 1px solid #d2bea2;
  padding: .5rem;
  height: 100%;
}

.about .main_content #recruit_slide img {
  height: auto;
}

.about .main_content #recruit_slide .swiper-container {
  height: auto;
}

.about .main_content .profile table {
  font-size: 1rem;
}

.about .main_content .profile table th {
  width: 150px;
  padding-right: 1rem;
  font-family: "Times New Roman", "a，，a??a??", YuMincho, "a?’a?ca?Ra??a??a?? ProN W3", "Hiragino Mincho ProN", "HGa??a??E", "i?-i?3 i?°a??a??", "i?-i?3 a??a??", serif;
}

.about .main_content .profile table th,
.about .main_content .profile table td {
  line-height: 2;
}

.about img {
  width: 100%;
  object-fit: cover;
}

.counseling .col h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #4b351b;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: 1px solid #d2bea2;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
}

.counseling .col p.min {
  margin-bottom: 0;
}

.counseling .col img {
  margin-bottom: 1rem;
}

.counseling img {
  width: 100%;
}

.trial .col h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #4b351b;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: 1px solid #d2bea2;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
}

.trial .col p.min {
  margin-bottom: 0;
}

.trial .col img {
  margin-bottom: 1rem;
}

.trial .order-1 {
  order: 0;
}

.trial img {
  width: 100%;
}

.access table {
  font-size: .9rem;
}

.access table th {
  width: 150px;
  padding-right: 1rem;
  font-family: "Times New Roman", "a，，a??a??", YuMincho, "a?’a?ca?Ra??a??a?? ProN W3", "Hiragino Mincho ProN", "HGa??a??E", "i?-i?3 i?°a??a??", "i?-i?3 a??a??", serif;
  vertical-align: top;
}

.access table th,
.access table td {
  line-height: 1.8;
  white-space: nowrap;
  padding-bottom: .5rem;
}

.access p {
  margin-bottom: 0;
}

.access img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.access iframe {
  width: 100%;
  height: 300px;
}

.media .flex-btn {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.media .flex-btn a {
  background: #4b351b;
  color: #fff;
  padding: .5rem 1rem;
  display: block;
  cursor: pointer;
  width: 150px;
  text-align: center;
  transition: all .3s;
}

.media .f_box li {
  width: 30%;
  margin-bottom: 2rem;
}

.media .f_box li a {
  cursor: pointer;
  transition: all .3s;
  display: block;
}

.media .f_box li a:hover {
  transform: translate(10px, 0px);
  opacity: .6;
}

.media .f_box li figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  -webkit-box-shadow: 0px 0px 5px 0px #aaa;
  -moz-box-shadow: 0px 0px 5px 0px #aaa;
  box-shadow: 0px 0px 5px 0px #aaa;
}

.media .f_box li figure figcaption p {
  font-size: .8rem;
  line-height: 2;
}

.media .f_box li figure figcaption p:first-child {
  margin-top: .5rem;
  margin-bottom: 0;
  white-space: nowrap;
}

.media .f_box li figure figcaption p:last-child {
  text-align: right;
  padding-bottom: .5rem;
  border-bottom: 1px solid #d2bea2;
}

.media .f_box li figure figcaption p.single {
  white-space: normal;
  text-align: justify;
}

.media h2 {
  background: none;
  box-shadow: none;
  font-size: 2rem;
}

.media h2 span {
  letter-spacing: .2em;
  display: block;
  margin-top: 2rem;
  margin-bottom: -.5em;
  font-size: .4em;
  text-shadow: none;
}

.bridal h2.title {
  margin-top: 0;
  margin-bottom: 0;
}

.bridal h3 {
  font-size: 2rem;
  line-height: 1.6;
  color: #4b351b;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.bridal img.arrow {
  width: 300px;
  display: block;
  margin: 0 auto;
  margin-top: 2rem;
}

.bridal img.top {
  width: 100%;
  padding-bottom: 1rem;
}

.bridal a {
  color: magenta;
}

.bridal a.flex-btn {
  border: 2px solid magenta;
  background: #fff;
  padding: .5rem;
  padding-top: 1rem;
  position: fixed;
  z-index: 3;
  right: -2px;
  top: 25%;
  transition: .3s;
}

.bridal a.flex-btn p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bridal a.flex-btn i {
  font-size: 1.4rem;
  padding-left: .4rem;
  padding-bottom: .5rem;
}

.bridal a.flex-btn:hover {
  color: #fff;
  border: 2px solid #fff;
  background: magenta;
}

.bridal .bg {
  background: #fffff8;
}

.bridal .flower {
  background: url("../img/bridal/flower.webp") center/cover no-repeat;
}

.bridal .box {
  background: rgba(255, 255, 255, 0.9);
  max-width: 980px;
  margin: 0 auto;
}

.bridal .bridal_inner {
  position: relative;
  z-index: 0;
}

.bridal .bridal_inner .f_box .col {
  width: calc(35% - 1rem);
}

.bridal .bridal_inner p.circle {
  position: absolute;
  top: -4%;
  right: 13%;
  text-align: right;
  font-family: inherit;
  background: #4b351b;
  border-radius: 150px;
  width: 100px;
  height: 100px;
  line-height: 3.5;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  z-index: 1;
  transform: rotate(10deg);
  -webkit-box-shadow: 10px 10px 5px 0px #aaa;
  -moz-box-shadow: 10px 10px 5px 0px #aaa;
  box-shadow: 10px 10px 5px 0px #aaa;
}

.bridal .bridal_inner p.circle._min {
  right: 30%;
}

.bridal .bridal_inner img {
  width: 100%;
  height: 230px;
  border-radius: 6px;
  object-fit: cover;
}

.bridal .point .point_inner {
  max-width: 980px;
  margin: 0 auto;
}

.bridal .point .point_inner h3 {
  font-size: 2rem;
  line-height: 1.6;
  color: #4b351b;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.bridal .point .point_inner ul {
  /*background: #fffcf8;*/
  margin-top: calc(42 / 1280 * 100vw);
  margin-bottom: calc(62 / 1280 * 100vw);
  list-style: none;
}

.bridal .point .point_inner ul li {
  background: #faf0e2;
  padding: 1rem;
}

.bridal .point .point_inner ul li .inner {
  background: #fff;
  padding: 1rem;
}

.bridal .point .point_inner ul li .inner .txt {
  width: 65%;
}

.bridal .point .point_inner ul li .inner .txt p {
  font-size: .9rem;
  text-align: justify;
}

.bridal .point .point_inner ul li .inner .txt p:first-child {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  letter-spacing: 2px;
  border-bottom: 1px dotted #4b351b;
}

.bridal .point .point_inner ul li .inner .txt p:first-child span {
  background: #4b351b;
  padding: 0 .5rem;
  font-size: 1.8rem;
  margin-right: .5rem;
  color: #fff;
}

.bridal .point .point_inner ul li .inner .txt p._min {
  font-size: .8rem;
}

.bridal .point .point_inner ul li .inner img {
  width: 30%;
  object-fit: cover;
  height: 210px;
}

.bridal .point .point_inner ul li:nth-child(n+2) {
  margin-top: 2rem;
}

.bridal .bridal_details {
  margin-top: calc(62 / 1280 * 100vw);
}

.bridal .bridal_details p.price {
  font-size: 4rem;
  color: #de627f;
  line-height: 1.6;
  background: none;
  text-align: center;
}

.bridal .bridal_details p.price span:first-child {
  font-size: 1.8rem;
}

.bridal .bridal_details p.price span:last-child {
  font-size: 1rem;
  margin-left: .5rem;
}

.bridal .bridal_details p.join {
  font-size: .9rem;
  text-align: center;
}

.bridal .bridal_details .time p {
  display: block;
  color: #fff;
  background: #de627f;
  padding: .5rem 1rem;
}

.bridal .bridal_details .time p:nth-child(2) {
  margin-left: 1rem;
}

.bridal .bridal_details .course p {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
  background: #4b351b;
  color: #fff;
  padding: .25rem .5rem;
  width: 200px;
  margin: 0 auto;
}

.bridal .bridal_details .course table {
  min-width: 700px;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.bridal .bridal_details .course table tr th {
  border: 1px solid #4b351b;
  font-size: 1.2rem;
  padding: 1rem;
  text-align: center;
  color: #4b351b;
  vertical-align: middle;
  font-weight: 300;
}

.bridal .bridal_details .course table tr td {
  position: relative;
  border: 1px solid #8F887B;
  font-size: 1.2rem;
  padding: 2rem;
  text-align: center;
  color: #8F887B;
  position: relative;
  vertical-align: middle;
}

.bridal .bridal_details .course table tr td span {
  position: absolute;
  background: #fff;
  color: #de627f;
  border: 2px solid #de627f;
  border-radius: 150px;
  width: 70px;
  height: 70px;
  padding-top: .8rem;
  line-height: 1;
  top: -1vh;
  right: -1vh;
  transform: rotate(15deg);
}

.bridal .bridal_details .course table tr td:last-child {
  background: #4b351b;
  color: #fff;
  border-color: #fff;
  border-right: 1px solid #8F887B;
}

.bridal .voice .voice_inner {
  margin: 0 auto;
  margin-top: calc(60 / 1280 * 100vw);
  margin-bottom: calc(60 / 1280 * 100vw);
  padding: 2rem;
  max-width: 980px;
}

.bridal .voice .voice_inner.f_box {
  flex-wrap: wrap;
}

.bridal .voice .voice_inner .child {
  width: 440px;
  background: #fffcf8;
  padding: 1rem 2rem;
  -webkit-box-shadow: 0 0 5px 0px #aaa;
  -moz-box-shadow: 0 0 5px 0px #aaa;
  box-shadow: 0 0 5px 0px #aaa;
}

.bridal .voice .voice_inner .child img {
  width: 100px;
  height: 100px;
}

.bridal .voice .voice_inner .child p {
  font-size: .9rem;
  text-align: justify;
  line-height: 1.8;
}

.bridal .voice .voice_inner .child p:nth-child(3) {
  padding-top: 1rem;
  border-top: 1px solid #4b351b;
}

.bridal .voice .voice_inner .child p.point {
  font-size: .8rem;
  text-align: right;
}

.bridal .voice .voice_inner .child .f_box {
  align-items: center;
}

.bridal .voice .voice_inner .child .f_box p {
  font-size: 1rem;
  color: #4b351b;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-left: 1rem;
  margin-bottom: 0;
}

.bridal .voice .voice_inner .child:nth-child(n+3) {
  margin-top: 2rem;
}

.fade_order .fade_order_item {
  transition: all 0.5s linear 0s;
  transform: translate(0, 30px);
  opacity: 0;
}

.fade_order .fade_order_item.show {
  transform: translate(0, 0);
  opacity: 1;
}

.ma .f_box .btn.main {
  margin: 0 auto;
}

.deg {
  position: relative;
  perspective: 500px;
  text-align: center;
}

.deg h2.title {
  letter-spacing: .1em;
  line-height: 120%;
  background: #f4eadd;
  padding: .5em;
  color: #6e4e0a;
  -webkit-text-shadow: 0px 0px 3px #666;
  -moz-text-shadow: 0px 0px 3px #666;
  text-shadow: 0px 0px 3px #666;
  -webkit-box-shadow: 0px 0px 5px 0px #aaa;
  -moz-box-shadow: 0px 0px 5px 0px #aaa;
  box-shadow: 0px 0px 5px 0px #aaa;
  z-index: 1;
}

.deg h2.box {
  font-size: 2rem;
  line-height: 1.4;
  box-shadow: none;
  -webkit-text-shadow: 0px 0px 3px #666;
  -moz-text-shadow: 0px 0px 3px #666;
  text-shadow: 0px 0px 3px #666;
}

.deg h2.box.r {
  right: 0;
}

.deg h2.box.l {
  left: 0;
}

.deg.back {
  z-index: -1;
}

.deg img {
  max-width: 900px;
}

.deg.subttl h2 {
  position: relative;
}

.deg.subttl h2.box {
  top: 0;
  width: inherit;
  padding: 0;
  margin-bottom: 2rem;
}

.deg.subttl h2.title {
  background: none;
}

.top_visit ul li:nth-child(n + 4) {
  margin-top: .75rem;
}

.top_visit ul li a img {
  width: 320px;
  height: 320px;
  object-fit: cover;
}


/* 
.top_visit ul li:nth-child(n + 5) {
  margin-top: .75rem; }
.top_visit ul li a img {
  width: 240px;
  height: 240px;
  object-fit: cover; }
 */


.cta {
  background: url("../img/top/slide_radio%20wave02.webp") center/cover no-repeat;
}

.cta p,
.cta span {
  color: #fff;
}

.cta h3 {
  font-size: 2.5rem;
  color: #fff;
}

.cta a {
  color: #fff;
}

.cta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cta .btn.w {
  color: #876a49;
  box-shadow: 0 0 0 1px #876a49, 0 0 0 4px #fff;
  background: #fff;
  margin: 0 auto;
}

.cta .sp {
  display: none !important;
}

.cta .min {
  font-family: "Times New Roman", "a，，a??a??", YuMincho, "a?’a?ca?Ra??a??a?? ProN W3", "Hiragino Mincho ProN", "HGa??a??E", "i?-i?3 i?°a??a??", "i?-i?3 a??a??", serif;
}

.cta .unit-tellist-01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  padding-top: 30px;
}

.cta .unit-tellist-01.title {
  display: block;
  font-size: .5em;
  padding-bottom: 5px;
}

.cta .unit-tellist-01 .gf {
  letter-spacing: 0em;
  font-family: 'Marcellus', 'sans-serif', '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic';
}

.cta .unit-tellist-01 li {
  width: 48%;
  font-size: 1.8rem;
}

.cta .unit-tellist-01 li i {
  margin-right: .2rem;
}

.cta .unit-tellist-01 li i .fa-phone-alt {
  width: 20px;
}

@media screen and (max-width: 80em) {
  .about .main_content .col h3 {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 64em) {
  .para01 {
    height: 400px;
  }

  .para02 {
    height: 400px;
  }

  .para03 {
    height: 400px;
  }
}

@media screen and (min-width: 48.0625em) {
  .blank {
    height: 40px;
  }

  .blank2 {
    height: 80px;
  }

  footer nav.menu {
    margin-top: 1rem;
  }

  footer nav.menu a {
    font-size: .9rem;
    padding: 0 1rem;
  }

  footer nav.menu p {
    font-size: .9rem;
  }

  footer nav.menu p.copy {
    margin-top: 2rem;
  }

  .navigation nav {
    width: 1000px;
    margin: 0 auto;
  }

  .navigation nav a {
    padding: 1em 0;
    font-size: 1.2rem;
  }

  .navigation nav a span {
    font-size: .1rem;
  }

  .f_res {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .bg_lead {
    background: url(../../wp-content/themes/025/img/top/top_bg_01.png) right top/auto 100% no-repeat;
  }

  .main_content .f_box .col {
    width: calc(45% - 1rem);
    max-width: calc(45% - 1em);
  }

  .bridal .main_content .f_box .col {
    width: calc(35% - 1rem);
    max-width: calc(35% - 1em);
  }

  article.lead {
    width: 1280px;
    max-width: 1280px;
    margin: auto;
  }

  .deg h2 {
    position: absolute;
  }

  .deg h2.box {
    top: 1.5em;
    width: 520px;
    padding: 1.5em;
  }

  .deg h2.title span {
    letter-spacing: .2em;
    display: block;
    margin-top: 2rem;
    margin-bottom: -.5em;
    font-size: .4em;
    text-shadow: none;
  }

  .footer_shopMenu {
    display: none;
  }
}

@media screen and (min-width: 100em) {
  .top_shopMenu {
    max-width: 900px;
  }

  .top_shopMenu li {
    width: 400px;
  }

  .top_shopMenu li a {
    padding: 10px 0 16px 150px;
  }

  .top_shopMenu li a h3 {
    font-size: 1.1em;
    padding-bottom: 0;
    padding-top: .25rem;
  }

  .top_shopMenu li a p {
    font-size: 1rem;
    padding-bottom: 0;
  }

  .top_shopMenu li img {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 64em) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .blank {
    height: 20px;
  }

  .blank2 {
    height: 40px;
  }

  .btn.main {
    margin: 0 auto;
    max-width: 300px;
    font-size: 1rem;
  }

  a.trial_btn {
    bottom: 8vh;
    right: 2vh;
  }

  #page_top {
    bottom: 9vh;
    left: 2vh;
  }

  .visible-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: scroll;
    background: #faf0e2;
    z-index: 10;
  }

  .open {
    opacity: 1;
    display: block !important;
  }

  .news h2 {
    font-size: 1.3rem;
  }

  .news ul li:after {
    top: 3vh;
  }

  .news ul li a span {
    display: block;
  }

  .news ul li a span.min {
    display: none !important;
  }

  header .navi.sp .button a:nth-child(3) {
    display: none;
  }

  header.c-bridal .navi.sp .button a:nth-child(2) {
    display: none;
  }

  header.c-bridal .navi.sp .button a:nth-child(3) {
    display: block;
  }

  header .navi {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: #6e4e0a;
  }

  header .navi .button a {
    border-right: 2px solid #fff;
    padding: .7em 0;
    color: #fff;
    flex-grow: 1;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 100%;
    z-index: 2;
    position: relative;
  }

  header .navi .button a span {
    font-size: .7rem;
  }

  header .navi .button .toggle {
    width: 65px;
    height: 65px;
  }

  header .navi .button .toggle .hamburger-box {
    width: 25px;
    height: 15px;
    display: inline-block;
    position: relative;
  }

  header .navi .button .toggle .hamburger-box .hamburger-inner {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    display: block;
    top: 50%;
    margin-top: -2px;
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease;
  }

  header .navi .button .toggle .hamburger-box .hamburger-inner:before,
  header .navi .button .toggle .hamburger-box .hamburger-inner:after {
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .3s;
    transition-timing-function: ease;
  }

  header .navi .button .toggle .hamburger-box .hamburger-inner:before {
    top: -8px !important;
    content: "";
    display: block;
  }

  header .navi .button .toggle .hamburger-box .hamburger-inner:after {
    bottom: -8px !important;
    content: "";
    display: block;
  }

  header .navi .button .toggle .hamburger-box .hamburger-inner.is-active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    height: 0;
  }

  header .navi .button .toggle .hamburger-box .hamburger-inner.is-active:before {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
    top: 0px !important;
    width: 30px;
    left: -3px;
  }

  header .navi .button .toggle .hamburger-box .hamburger-inner.is-active:after {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
    top: 0px !important;
    width: 30px;
    left: -3px;
  }

  footer>.blank {
    height: 0;
  }

  footer nav.menu {
    width: 100%;
  }

  footer nav.menu a {
    border: none;
    border-bottom: 1px solid #4b351b;
    width: 100%;
    display: block;
    font-size: .7rem;
    text-align: left;
    padding: .5rem 1rem;
    letter-spacing: 1px;
  }

  footer nav.menu a span {
    font-size: 1.3rem;
  }

  footer nav.menu p {
    display: none;
  }

  footer .original_shop {
    display: flex !important;
    margin-top: 1rem;
    margin-bottom: 4rem;
    border-top: 1px solid #4b351b;
  }

  footer .original_shop a {
    font-size: 1.1rem !important;
  }

  footer p.footer_subtxt {
    font-size: 1.1rem;
  }

  footer p.copy {
    margin-bottom: 65px;
  }

  footer address {
    padding-bottom: 0;
  }

  .social a {
    padding-top: 1rem;
  }

  .social i {
    font-size: 1.6rem;
  }

  .f_res {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col3 {
    width: calc(100%);
    text-align: center;
  }

  .kv_top_inner {
    width: 100%;
  }

  .mainvisual h2 {
    width: auto;
    font-size: 3.5rem;
  }

  article.main_content .f_res {
    justify-content: flex-start;
  }

  article.load {
    margin: auto;
    padding: 0;
  }

  article.lead {
    width: inherit;
  }

  article .w50 {
    width: calc(65% - 1rem);
    margin: 0 auto;
  }

  article .deg {
    width: 100%;
  }

  article .deg h2.box {
    margin-bottom: 0;
  }

  article .deg h2.box span {
    display: block;
    font-size: 1.2rem;
  }

  article .deg figure {
    margin: 0 auto;
  }

  article .deg img {
    width: 100%;
    max-width: inherit;
  }

  article .order_1 {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }

  .top_visit .deg h2.title {
    z-index: 1;
    background: #f4eadd;
    padding: 1.5em;
  }

  .top_visit ul li:nth-child(n + 1) {
    margin-top: .75rem;
  }

  .cta .unit-tellist-01 {
    display: none;
  }

  .top_shopMenu {
    display: none !important;
  }

  .footer_shopMenu {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    z-index: 10;
    list-style: none;
    margin: 2rem 0 !important;
    text-align: left;
  }

  .footer_shopMenu li {
    background: rgba(135, 106, 73, 0.8);
    color: #fff;
    width: 50%;
  }

  .footer_shopMenu li:nth-child(6) a {
    pointer-events: inherit;
  }

  .footer_shopMenu li:nth-child(6) a.-call {
    pointer-events: inherit;
  }

  .footer_shopMenu li:nth-child(odd) {
    border-right: 1px solid #fff;
  }

  .footer_shopMenu li:nth-child(n + 3) {
    border-top: 1px solid #fff;
  }

  .footer_shopMenu li a {
    position: relative;
    display: block;
    min-height: 92px;
    padding: 2px 20px 2px 140px;
    text-decoration: none;
    color: inherit;
    transition: .2s;
  }

  .footer_shopMenu li a:hover {
    background: #593616;
  }

  .footer_shopMenu li a h3 {
    font-size: 1.2em;
    margin: .5rem 0;
    line-height: inherit;
    font-weight: bold;
  }

  .footer_shopMenu li a p {
    font-size: 1em;
    line-height: 1.6;
  }

  .footer_shopMenu li img {
    position: absolute;
    top: 9px;
    left: 15px;
    object-fit: cover;
    width: 100px;
    height: 100px;
  }

  .footer_shopMenu li .-call {
    display: block;
    font-size: .8rem;
    min-height: inherit;
    border: 1px solid #fff;
    text-align: center;
    padding: .5rem;
    margin: 0 auto;
    margin-bottom: .5rem;
    width: 340px;
    transition: .3s;
  }

  .footer_shopMenu li .-call:hover {
    background: #fff;
    color: #4b351b;
  }

  .about.bg01 {
    background: none;
  }

  .about.bg01 img {
    height: 200px;
  }

  .about.bg02 {
    background: none;
  }

  .about.bg02 img {
    height: 200px;
  }

  .about.bg03 {
    background: none;
  }

  .about.bg03 img {
    height: 200px;
  }

  .about .main_content .col {
    max-width: 100%;
  }

  .about .main_content .col h3 {
    font-size: 1.4rem;
  }

  .about .main_content .facility li:nth-child(n+1) {
    margin-bottom: .5rem;
  }

  .about .main_content .facility li:nth-child(n+4) {
    margin-top: 0;
  }

  .about .main_content .facility figure img {
    width: 360px;
  }

  .about .main_content .recruit table {
    height: 400px;
  }

  .access .f_box {
    display: block;
  }

  .access table th,
  .access table td {
    white-space: normal;
  }

  .access article .w50 {
    width: 100%;
    margin-bottom: .5rem;
  }

  .access article .w50 .f_box {
    display: flex;
  }

  .media .flex_btn a {
    width: 130px;
  }

  .media .f_box li figure figcaption p {
    white-space: normal !important;
  }

  .bridal {
    overflow: hidden;
  }

  .bridal img.top {
    width: 620px;
    height: 200px;
    object-fit: cover;
    object-position: -135px;
  }

  .bridal a.flex-btn {
    padding: .25rem;
    top: inherit;
    bottom: 13vh;
  }

  .bridal a.flex-btn p {
    font-size: 1rem;
    margin: 0;
  }

  .bridal a.flex-btn i {
    padding-left: .3rem;
    font-size: 1rem;
    padding-bottom: .25rem;
  }

  .bridal .bridal_inner h3 {
    font-size: 1.6rem;
  }

  .bridal .bridal_inner p.circle._min {
    right: 0;
  }

  .bridal .point .point_inner h3 {
    font-size: 1.6rem;
  }

  .bridal .point .point_inner ul li .f_box {
    display: block;
  }

  .bridal .point .point_inner ul li .inner img {
    width: 100%;
  }

  .bridal .point .point_inner ul li .inner .txt {
    width: 100%;
  }

  .bridal .point .point_inner ul li .inner .txt p:first-child {
    font-size: 1.4rem;
  }

  .bridal .voice .voice_inner {
    padding: 0;
    max-width: inherit;
  }

  .bridal .voice .voice_inner .child {
    width: 95%;
  }

  .bridal .voice .voice_inner .child:nth-child(n+3) {
    margin-top: 0;
  }

  .bridal .voice .voice_inner .child:nth-child(n+2) {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 37.5em) {
  img.yokohamap {
    object-fit: contain;
    height: inherit;
  }

  main.home {
    /*            margin-top: -4rem;*/
  }

  a.trial_btn {
    display: none;
  }

  #page_top {
    z-index: 10;
    bottom: 13vh;
    left: 1.5vh;
  }

  .social a {
    padding: 0;
  }

  .social.col {
    padding-right: 0;
  }

  .v-application--wrap .v-breadcrumbs li {
    font-size: .7rem;
  }

  article .w50 {
    width: 100%;
  }

  article .w50 p.text-center {
    text-align: left !important;
  }

  article .deg h2.box {
    font-size: 1.3em;
    line-height: 1.8;
  }

  article .deg h2.box span {
    font-size: .7rem;
  }

  article .deg h2.title {
    padding: .5rem .5rem 1rem .5rem;
  }

  article.main_content.l-shop .col h2 {
    font-size: 1.5rem;
  }

  article.main_content.l-shop .deg h2.box {
    font-size: 1.3em;
    line-height: 1.8;
  }

  article.main_content.l-shop .deg h2.box span {
    font-size: .7rem;
  }

  article.main_content.l-shop .deg h2.title {
    padding: .5rem .5rem 1rem .5rem;
    background: #faf0e2;
  }

  article.main_content.l-shop .table tr {
    display: grid;
  }

  article.main_content.l-shop .table th {
    width: 100%;
  }

  article.main_content.l-shop .d-flex {
    display: block !important;
  }

  article.main_content.l-shop .treatment.d-flex {
    display: flex !important;
  }

  article.main_content.l-shop .treatment img.i-fit {
    width: 80px;
    height: 80px;
  }

  article.main_content.commit h2 {
    text-align: center !important;
    font-size: 1.3rem !important;
  }

  .mainvisual h2 {
    font-size: 2.5rem;
  }

  .mainvisual img {
    height: 280px;
  }

  .mainvisual-slider {
    height: 280px;
  }

  .mainvisual-slider .swiper-button-next,
  .mainvisual-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .mainvisual-slider .swiper-button-next:after,
  .mainvisual-slider .swiper-button-prev:after {
    font-size: 20px;
  }

  .mainvisual.-overlay .shop_name {
    width: 90%;
  }

  .mainvisual.-overlay .shop_name h1 {
    font-size: 1.6rem;
    line-height: 1.5;
    white-space: nowrap;
    text-shadow: 
      1.5px 1.5px 0 #4b351b,
      -1.5px 1.5px 0 #4b351b,
      1.5px -1.5px 0 #4b351b,
      -1.5px -1.5px 0 #4b351b,
      1.5px 0 0 #4b351b,
      -1.5px 0 0 #4b351b,
      0 1.5px 0 #4b351b,
      0 -1.5px 0 #4b351b,
      0 0 10px rgba(75, 53, 27, 0.8),
      0 0 20px rgba(75, 53, 27, 0.6),
      2px 2px 8px rgba(75, 53, 27, 0.9);
    -webkit-text-stroke: 1px #5d4428;
  }

  .mainvisual.-overlay .shop_name h1 span {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 1.6rem;
  }

  .mainvisual.l-page img {
    height: 200px;
  }

  .mainvisual.l-page2 img {
    height: 1518px;
  }

  .slide .swiper-container {
    height: auto !important;
    padding-bottom: 40px;
  }

  .top_visit .deg h2.title {
    padding: .5rem .5rem 1rem .5rem;
  }

  .top_visit ul li a img {
    width: 230px;
    height: 230px;
  }

  .cta h3 {
    font-size: 1.6rem;
  }

  .cta p {
    font-size: .8rem;
  }

  .cta a {
    font-size: 1.6rem;
  }

  .kv_top_inner {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .kv_top_inner h1 img {
    max-height: 80px;
    width: 100px;
  }

  .kv_top .kv_flex_L {
    width: 120px;
    padding-left: .5em;
  }

  .top_visit ul li a img {
    width: 180px;
    height: 180px;
  }

  .footer_shopMenu li {
    width: 100%;
    display: block;
  }

  .footer_shopMenu li:nth-child(odd) {
    border-right: 0;
  }

  .footer_shopMenu li:nth-child(n+2) {
    border-top: 1px solid #fff;
  }

  .footer_shopMenu li a h3 {
    font-size: 1rem;
  }

  .footer_shopMenu li a p {
    font-size: .8rem;
  }

  .about .main_content table {
    font-size: .9rem !important;
  }

  .about .main_content .f_box {
    display: block;
  }

  .about .main_content .facility figure img {
    width: 100%;
  }

  .about .main_content .recruit table {
    width: 100%;
    height: auto;
  }

  .counseling .f_box {
    display: block;
  }

  .trial .order-1 {
    order: 1;
  }

  .trial .f_box {
    flex-direction: column;
  }

  .access table th {
    width: 110px;
  }

  .access .f_box {
    display: block;
  }

  .access article .w50 .f_box {
    display: block;
  }

  .access article .w50 .f_box .btn.main {
    margin-bottom: 1.5rem;
  }

  .media .flex-btn a {
    width: 65px;
    font-size: .7rem;
    padding: .4rem .2rem;
    white-space: nowrap;
  }

  .media .f_box li {
    width: 48%;
  }

  .media .f_box li figure img {
    height: 120px;
  }

  .media h2 {
    padding-top: 0;
  }

  .bridal h3 {
    font-size: 1.4rem;
  }

  .bridal img.arrow {
    width: 150px;
  }

  .bridal .bridal_inner p.circle {
    right: 0;
    box-shadow: none;
    border: 1px solid #fff;
    width: 80px;
    height: 80px;
    font-size: 1.6rem;
    top: -5px;
    line-height: 3.2;
  }

  .bridal .bridal_inner.f_box {
    display: block;
  }

  .bridal .bridal_details {
    margin-top: calc(112 / 1280 * 100vw);
  }

  .bridal .bridal_details .course table {
    min-width: inherit;
    width: 90%;
  }

  .bridal .bridal_details .course table tr th,
  .bridal .bridal_details .course table tr td {
    font-size: .9rem;
    padding: 1rem .5rem;
  }

  .bridal .bridal_details .course table tr td span {
    font-size: .9rem;
    width: 55px;
    height: 55px;
    right: -3vh;
  }
}

/* ============================================
   Menu Section Styles
   ============================================ */

.menu-section {
  align-items: flex-start;
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  width: 100%;
}

.menu-category {
  background: #fff;
  border: 1px solid #e5e1da;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.menu-category:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.menu-category-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #4b351b;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d4b896;
  font-family: 'Marcellus', serif;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dotted #e5e1da;
}

.menu-item:last-child {
  border-bottom: none;
}

.menu-name {
  font-size: 1rem;
  color: #736d5f;
  flex: 1;
}

.menu-price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #4b351b;
  margin-left: 20px;
  white-space: nowrap;
}

.menu-note {
  font-size: 0.9rem;
  color: #999;
  line-height: 1.8;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .menu-section {
    flex-direction: column;
  }

  .menu-category-title {
    font-size: 1.2rem;
  }

  .menu-name {
    font-size: 0.9rem;
  }

  .menu-price {
    font-size: 1rem;
  }
}

/* ============================================
   Mobile Menu Overlay
   ============================================ */

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
  display: flex;
  opacity: 1;
  align-items: center;
  justify-content: center;
}

.mobile-menu-content {
  background: #fff;
  width: 90%;
  max-width: 400px;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 12px;
  position: relative;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.mobile-menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 1;
  transition: color 0.2s;
}

.mobile-menu-close:hover {
  color: #000;
}

.mobile-menu-nav {
  padding: 60px 30px 30px;
}

.mobile-menu-nav a {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid #e5e1da;
  color: #4b351b;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s;
}

.mobile-menu-nav a:first-child {
  border-top: 1px solid #e5e1da;
}

.mobile-menu-nav a:hover {
  background: #f9f7f5;
  padding-left: 10px;
}

.mobile-menu-nav a span {
  display: block;
  font-size: 0.85rem;
  font-weight: normal;
  color: #736d5f;
  margin-top: 5px;
}

/* レスポンシブナビゲーションの幅調整 */
@media (max-width: 768px) {
  .sp.navi .button {
    justify-content: space-between;
  }

  .sp.navi .button a {
    flex: 1;
  }

  .sp.navi .button .toggle {
    flex: 1;
  }
}

/* より小さい画面サイズ用の調整 */
@media (max-width: 480px) {
  .mainvisual.-overlay .shop_name h1 {
    font-size: 1.3rem;
    text-shadow: 
      1.2px 1.2px 0 #4b351b,
      -1.2px 1.2px 0 #4b351b,
      1.2px -1.2px 0 #4b351b,
      -1.2px -1.2px 0 #4b351b,
      1.2px 0 0 #4b351b,
      -1.2px 0 0 #4b351b,
      0 1.2px 0 #4b351b,
      0 -1.2px 0 #4b351b,
      0 0 8px rgba(75, 53, 27, 0.8),
      0 0 15px rgba(75, 53, 27, 0.6),
      2px 2px 6px rgba(75, 53, 27, 0.9);
    -webkit-text-stroke: 0.8px #5d4428;
  }

  .mainvisual.-overlay .shop_name h1 span {
    font-size: 1.3rem;
  }
}

@media (max-width: 360px) {
  .mainvisual.-overlay .shop_name h1 {
    font-size: 1.1rem;
    text-shadow: 
      1px 1px 0 #4b351b,
      -1px 1px 0 #4b351b,
      1px -1px 0 #4b351b,
      -1px -1px 0 #4b351b,
      1px 0 0 #4b351b,
      -1px 0 0 #4b351b,
      0 1px 0 #4b351b,
      0 -1px 0 #4b351b,
      0 0 6px rgba(75, 53, 27, 0.8),
      0 0 12px rgba(75, 53, 27, 0.6),
      1.5px 1.5px 5px rgba(75, 53, 27, 0.9);
    -webkit-text-stroke: 0.6px #5d4428;
  }

  .mainvisual.-overlay .shop_name h1 span {
    font-size: 1.1rem;
  }
}