@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*
Theme Name: Original
Theme URI: https://lebon.jp/
Description: オリジナルテーマ
Version: 1.1.1
Author: BonMarche
Author URI: https://lebon.jp/
*/
/*--------------------------------------
  リセット
--------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: top;
  border: 0;
}

button {
  font-size: 100%;
}

.clear {
  clear: both;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input,
textarea {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

img#wpstats {
  position: absolute;
  width: 0px;
  height: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}

pre {
  overflow: auto;
}

html,
body {
  overflow-x: hidden;
}

/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.s {
  font-size: 70%;
}

.ss {
  font-size: 50%;
}

.l {
  font-size: 150%;
  line-height: 130%;
}

.ll {
  font-size: 200%;
  line-height: 120%;
}

.b {
  font-weight: bold;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

span.futo {
  font-weight: bold;
}

span.futoaka {
  font-weight: bold;
  color: #ff0000;
}

span.futomido {
  font-weight: bold;
  color: #149b14;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 80%;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

/*--------------------------------------
  ボックス
--------------------------------------*/
.gray_box {
  width: 85%;
  margin: 2em auto;
  padding: 5%;
  background-color: #efefef;
  overflow: hidden;
}

#entry_body .gray_box ul:last-child,
#contents #entry_body .gray_box p:last-child {
  margin-bottom: 0;
}

blockquote {
  width: 85%;
  background: #fff url(images/bq24.png) left top no-repeat;
  margin: 24px auto 36px auto;
  padding: 30px 15px 15px;
  border-radius: 4px;
  box-shadow: 1px 1px 2px #000;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
}

#contents blockquote p:last-child {
  margin-bottom: 0;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
  width: 100% !important;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 auto 24px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
  max-width: 100% !important;
  height: auto;
}

.alignright {
  float: right;
  margin: 0 0 24px 24px;
}

.alignleft {
  float: left;
  margin: 0 24px 24px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

img.float-left {
  float: left;
  margin: 0 24px 24px 0;
}

img.float-right {
  float: right;
  margin: 0 0 24px 24px;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

#contents .wp-caption-text {
  font-size: 90%;
  margin: 0;
}

#article_body .wp-caption {
  margin-bottom: 24px;
}

#article_body .wp-caption img {
  margin-bottom: 4px;
}

/*--------------------------------------
  リンク
--------------------------------------*/
a {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*--------------------------------------
  CSSはPC・タブレット・スマホの順に
  記述しています。
--------------------------------------*/
/*--------------------------------------
  全体定義
--------------------------------------*/
html {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1d1d1d;
  background-color: #fff;
  background-image: url(./img/bg_texture.png);
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  margin: 0;
  padding: 0;
  background-image: url(./img/head_bg_img.png), url(./img/bottom_bg_img.png);
  background-position: right top, center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

/*--------------------------------------
  ヘッダー
--------------------------------------*/
.h_top {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 1000px;
}

.logoimg {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

.h_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.h_box i {
  margin-right: 5px;
}

.h_web {
  background: #382a28;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 90%;
}

.btn_01 {
  background: rgba(232, 236, 239, 0.3529411765);
  border: 1px solid #a1a4a7 !important;
  color: #1d1d1d;
  padding: 0 !important;
  font-size: 20px !important;
  font-family: "Crimson Text", serif;
}
.btn_01 a {
  font-weight: normal;
  width: auto;
  height: 100%;
  display: block;
  padding: 0 20px !important;
}
.btn_01 a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  .btn_01 {
    padding: 0 !important;
  }
  .btn_01 a {
    width: 100%;
    height: 100% !important;
    padding: 0 !important;
    line-height: 1;
  }
}

.h_tel {
  margin-right: 15px;
  font-weight: 700;
  font-size: 120%;
}

.h_box a {
  font-family: "Crimson Text", serif;
}

.btn_menu {
  display: none;
}

@media screen and (min-width: 480px) {
  #recruit_btn {
    display: none !important;
  }
}
/*--------------------------------------
  ナビゲーション
--------------------------------------*/
#nav {
  padding: 10px 0;
  background: #fff;
  border-top: 1px solid #e8ecef;
  border-bottom: 1px solid #e8ecef;
}

.navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navi li {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-size: 20px;
  /*font-family: 'Allura', cursive;	*/
  font-family: "Crimson Text", serif;
}

.navi li a {
  display: block;
}

.navi .h_web {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navi .h_web:hover {
  opacity: 0.8;
}
.navi .has_child {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: -30px;
}
@media screen and (max-width: 480px) {
  .navi .has_child {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.navi .has_child .child_open {
  display: none;
}
@media screen and (max-width: 480px) {
  .navi .has_child .child_open {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0px;
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
.navi .has_child .child_menu {
  display: none;
  position: absolute;
  background-color: rgba(232, 236, 239, 0.8509803922);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  padding: 0px 20px;
}
@media screen and (max-width: 480px) {
  .navi .has_child .child_menu {
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #e8ecef;
  }
}
.navi .has_child .child_menu a {
  margin: 10px auto;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .navi .has_child .child_menu a {
    margin: 0 auto;
    border-top: 1px solid #c3bbad;
  }
}
.navi .has_child .child_menu a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.navi .has_child.active .child_open {
  rotate: 90deg;
  background-color: #e8ecef;
}

@media screen and (max-width: 480px) {
  .navi .h_web {
    margin-top: 20px;
    padding: 10px 20px !important;
    font-size: 20px;
    line-height: 1;
  }
}
.h_box_sp {
  display: none;
}

/*--------------------------------
 見出し
---------------------------------*/
.ttl_1 {
  font-family: "Crimson Text", serif;
  text-align: center;
  font-size: 38px;
  margin-bottom: 10px;
}

/*--------------------------------------
  コンテンツエリア
--------------------------------------*/
#contents {
  width: 1000px;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 60px;
}

#top_kv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  #top_kv {
    margin: 0 -10% 20px;
  }
}

.kvimg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 990/597;
}

#main_top {
  margin-bottom: 20px;
}

#main_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

#main_left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 49%;
}

#main_right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 49%;
}

.contents_box {
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px 20px;
  background-image: url(./img/frame_top_left.png), url(./img/frame_top_right.png), url(./img/frame_bottom_left.png), url(./img/frame_bottom_right.png);
  background-repeat: no-repeat;
  background-position: left top, right top, left bottom, right bottom;
  background-size: 55px;
}

@media screen and (min-width: 768px) {
  body.home .contents_box#news {
    border: 1px solid #c8c9ca;
  }
  body.home .contents_box#style {
    border: 1px solid #c8c9ca;
  }
}
@media screen and (min-width: 768px) {
  body.home .squarebox.cast {
    padding: 0 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#news {
  margin-bottom: 30px;
}

.top_news_list li {
  clear: both;
}

.thumb_box {
  width: 120px;
  height: 120px;
  float: left;
  margin-bottom: 23px;
  margin-right: 10px;
}

.thumb_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.entry_box {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.date-time {
  color: gray;
  font-size: 75%;
  font-weight: 700;
}

.btn_more {
  text-align: center;
  border: 2px solid #c8c9ca;
  line-height: 1;
  padding: 12px 0;
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 230px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .btn_more {
    margin: auto;
  }
}

.btn_more:hover {
  background: #382a28;
  color: #fff;
}

.btn_more:after {
  content: "»";
  position: absolute;
  width: 1em;
  height: 1em;
  line-height: 1;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
}

.content_box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.squarebox {
  width: 100%;
  position: relative;
}
.squarebox .ttl_1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 30px 4px;
  border-bottom: 2px solid #1d1d1d;
}
.squarebox .subttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 40px;
  font-size: 16px;
  color: gray;
}

.ttl_2_white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: 1em;
  line-height: 1;
  color: #1d1d1d;
  font-family: "Crimson Text", serif;
  font-size: 40px;
  z-index: 1;
}

.squarebox a {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .squarebox a {
    width: 80%;
    margin: auto;
  }
}

.squarebox a:hover .squarebox_img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0.8;
}

.squarebox_img {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  width: 100%;
  height: 188px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

#pullexte {
  margin-bottom: 20px;
}

.banner_pull {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #c5bfaf;
}

.top_insta {
  margin-bottom: 20px;
}

#main_bottom {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#access {
  width: 100%;
}

#access .access_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

#access .access_box a {
  width: calc(50% - 10px);
  position: relative;
}
#access .access_box a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5882352941);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#access .access_box a:hover img {
  opacity: 1;
}
#access .access_box a:hover::before {
  background-color: rgba(0, 0, 0, 0.3568627451);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#access .access_box a .shop_name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #access .access_box {
    gap: 10px;
  }
  #access .access_box a {
    width: 100%;
  }
  #access .access_box a .shop_name {
    font-size: 24px;
  }
}
body.home #main_block2 #news_area {
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 1%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  body.home #main_block2 #news_area {
    height: auto;
    margin: 0 auto 50px;
  }
}
body.home #main_block2 #news_area .news_ttl {
  width: 69.5%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.home #main_block2 #news_area .news_ttl {
    width: 100%;
    height: 200px;
  }
}
body.home #main_block2 #news_area .news_ttl .news_bg {
  max-width: unset;
  min-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.home #main_block2 #news_area .news_ttl .news_filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
}
body.home #main_block2 #news_area .news_ttl .ttl_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
body.home #main_block2 #news_area .news_ttl .ttl_box .ttl_1 {
  color: #1d1d1d;
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 1;
  padding: 0 10px 10px;
  border-bottom: 2px solid #1d1d1d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body.home #main_block2 #news_area .news_ttl .ttl_box .ttl_1 {
    font-size: 38px;
  }
}
body.home #main_block2 #news_area .news_ttl .ttl_box .sub_ttl {
  text-align: center;
  color: gray;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}
body.home #main_block2 #news_area .news_article {
  width: 29.5%;
  height: 100%;
  background-color: #e8ecef;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  body.home #main_block2 #news_area .news_article {
    width: 100%;
    padding: 30px 10px;
  }
}
body.home #main_block2 #news_area .news_article .top_news_list {
  width: 100%;
}
body.home #main_block2 #news_area .news_article .top_news_list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed gray;
}
body.home #main_block2 #news_area .news_article .top_news_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: 10px;
}
body.home #main_block2 #news_area .news_article .top_news_list li .thumb_box {
  width: 100px;
  height: 100px;
  float: unset;
  margin: 0;
}
body.home #main_block2 #news_area .news_article .top_news_list li .thumb_box img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home #main_block2 #news_area .news_article .top_news_list li .entry_box {
  padding: 0;
  width: calc(100% - 110px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.home #main_block2 #news_area .news_article .top_news_list li .entry_box .cate {
  display: block;
  margin-bottom: 6px;
}
body.home #main_block2 #news_area .news_article .news_more {
  width: 100px;
  display: block;
  margin: 0px auto;
  padding: 10px 40px;
  border: 1px solid gray;
  background-color: #fff;
  color: gray;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 2px;
}
body.home #main_block2 #news_area .news_article .news_more .en {
  font-family: "Crimson Text", serif;
}
body.home #main_block2 #news_area .news_article .news_more:hover {
  opacity: 0.8;
}
body.home #main_block2 #style_area {
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  body.home #main_block2 #style_area {
    margin: 0 auto 50px;
  }
}
body.home #main_block2 #style_area .ttl_1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 30px 4px;
  border-bottom: 2px solid #1d1d1d;
}
body.home #main_block2 #style_area .subttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 40px;
  font-size: 16px;
  color: gray;
}
body.home #main_block2 #style_area .style_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  body.home #main_block2 #style_area .style_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px 2%;
  }
}
body.home #main_block2 #style_area .style_list img {
  width: calc(24% - 20px);
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body.home #main_block2 #style_area .style_list img {
    width: 49%;
  }
}
body.home #main_block2 #style_area .style_list .slick-next:before,
body.home #main_block2 #style_area .style_list .slick-prev:before {
  color: #1d1d1d;
}
@media screen and (max-width: 767px) {
  body.home #main_block2 #style_area .style_list .slick-next {
    right: -14px;
  }
}
@media screen and (max-width: 767px) {
  body.home #main_block2 #style_area .style_list .slick-prev {
    left: -14px;
  }
}
body.home #main_block2 #style_area .style_more {
  width: 100px;
  display: block;
  margin: 0px auto;
  padding: 10px 40px;
  border: 1px solid gray;
  background-color: #fff;
  color: gray;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 2px;
}
body.home #main_block2 #style_area .style_more .en {
  font-family: "Crimson Text", serif;
}
body.home #main_block2 #style_area .style_more:hover {
  opacity: 0.8;
}
body.home #salon {
  margin-top: 80px;
}
body.home #salon .ttl_1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 30px 4px;
  border-bottom: 2px solid #1d1d1d;
}
body.home #salon .subttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 40px;
  font-size: 16px;
  color: gray;
}
body.home #salon .salon_box .link {
  margin-bottom: 20px;
  display: block;
}
body.home #salon .salon_box .link span {
  font-size: 28px;
  color: gray;
  margin-bottom: 6px;
  display: block;
  font-family: "Crimson Text", serif;
  line-height: 1;
}
body.home #salon .salon_box .link img {
  width: 80%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4392156863);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.4392156863);
}
@media screen and (max-width: 767px) {
  body.home #salon .salon_box .link img {
    height: 100px;
  }
}
body.home #salon .salon_box .link.right {
  text-align: right;
}
body.home #salon .salon_box .link.right img {
  margin: 0 0 0 auto;
}

.top_access {
  margin-bottom: 0px;
  width: 100%;
  aspect-ratio: 470/112;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media screen and (max-width: 767px) {
  #access .access_box a {
    height: 86px;
    margin-bottom: 16px;
  }
  .top_access {
    height: 100%;
    aspect-ratio: unset;
  }
}
.address {
  text-align: center;
}

.shop_img {
  width: 49%;
}

#intro_title > h2 {
  font-family: Cinzel;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #6d6b6b;
  margin-bottom: 8px;
}

#intro_title .left_text h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

.text_inner .right_text_sp {
  font-size: 12px;
  font-weight: 400;
  line-height: 8px;
  letter-spacing: 0.05em;
}

.text_inner .right_text_sp li {
  margin-bottom: 16px;
}

.text_inner .right_text_sp li:last-child {
  margin-bottom: 0;
  margin-bottom: 40px;
}

.left_text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.08em;
  text-align: left;
}

.text_inner {
  margin-bottom: 173px;
}

#intro_title .right_text {
  display: none;
}

.vision_title {
  font-family: Cinzel;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.08em;
  margin-bottom: 23px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.vision_title .vision_title_back {
  font-family: "Allura", cursive;
  position: absolute;
  color: #e8ecef;
  top: 10px;
  left: 60px;
  text-transform: lowercase;
  font-size: 60px;
  z-index: -1;
}
.vision_title .vision_title_back::first-letter {
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .vision_title .vision_title_back {
    left: 30px;
  }
}

.vision_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.08em;
  text-align: justify;
}

.history_img_sp {
  height: auto;
  width: 70%;
  margin-bottom: 120px;
}

.history_img {
  display: none;
}

/* 🌟🌟ここ🌟🌟 */
#intro {
  position: relative;
}

.vision_title_img {
  position: absolute;
  top: 7px;
  left: 25px;
  width: 90px;
}

#intro .sub_title {
  margin-top: 10px;
  font-size: 2.2rem;
  line-height: 3rem;
}

#intro .apply_btn {
  display: none;
}

@media screen and (min-width: 460px) {
  #intro_title .english_title {
    font-family: Cinzel;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #6d6b6b;
    margin-bottom: 16px;
  }
  #intro .vision_title {
    font-family: Cinzel;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.08em;
    margin-bottom: 23px;
  }
}
#intro {
  margin-bottom: 56px;
}

#intro .sub_heading {
  position: relative;
  top: -215px;
  left: 24px;
}

#intro .sub_imgWrapper {
  right: 0;
  top: -91px;
}

@media screen and (max-width: 767px) {
  #intro .sub_heading {
    top: -320px;
  }
}
@media screen and (max-width: 500px) {
  #intro .sub_heading {
    top: -400px;
  }
}
#intro .second_img {
  position: absolute;
  right: 22px;
  top: -202px;
  width: 42vw;
  height: 32vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60% 0%;
     object-position: 60% 0%;
  z-index: 3;
}

#intro .sub_heading span {
  display: block;
  width: 42vw;
  background-color: #e8ecef;
  height: 32vw;
  position: absolute;
  top: -189px;
  right: 10px;
  z-index: 1;
}

#intro .sub_title {
  text-align: bottom;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 22%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.05em;
}

#intro .text {
  height: 100%;
  margin-bottom: 38px;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.1em;
}

#intro .apply_btn {
  width: 100%;
  height: 68px;
  margin: 0 auto;
  text-align: center;
  background: rgba(245, 161, 161, 0.6);
  border: 1px solid #fcfbf7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  font-size: 20px;
  line-height: 68px;
}

.vision_box {
  margin-bottom: 80px;
}

.vision_contents {
  position: relative;
}

.vision_future ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.back_office {
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.vision_future ul > li {
  width: 100px;
  margin-bottom: 10px;
}

.vision_info_title {
  margin: 0 42px;
}

.vision_info_title_2024 {
  margin: 0 32px;
}

.vision_info_title_2025 {
  margin: 0 24px;
}

.vision_info_title p {
  color: #1d1d1d;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 12px;
  padding-left: 9px;
  padding-bottom: 2px;
  width: 36px;
  height: 30px;
  background-color: #e8ecef;
  border-radius: 50%;
}

.vision_info_title_2024 p {
  color: #1d1d1d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 21px;
  padding-left: 9px;
  width: 56px;
  height: 43px;
  background-color: #e8ecef;
  border-radius: 50%;
}

.vision_info_title_2025 p {
  color: #1d1d1d;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 29px;
  padding-left: 16px;
  padding-right: 8px;
  padding-bottom: 3px;
  width: 62px;
  height: 52px;
  background-color: #e8ecef;
  border-radius: 50%;
}

.vision_info {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.future2023 {
  margin-top: 12px;
}

.future2024 {
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .future2025 {
    margin-top: 28px;
  }
}
.future2025 .staff {
  white-space: nowrap;
}
.vision_border {
  position: absolute;
  top: 0;
  left: 64px;
  z-index: -1;
  background-color: rgba(63, 32, 4, 0.3019607843);
  height: 330px;
  width: 1px;
}

.vision_border_dashed {
  position: absolute;
  top: 329px;
  left: 64px;
  z-index: -1;
  border-left: 1px dashed rgba(63, 32, 4, 0.3019607843);
  height: 151px;
}

.info_btn_inner1 {
  margin-bottom: 40px;
}

.info_btn_inner2 {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  #intro .sub_heading {
    position: relative;
    top: -169px;
    left: 24px;
  }
}
@media screen and (min-width: 700px) {
  #intro .vision_text {
    width: 50%;
  }
  #intro .sub_heading span {
    top: -173px;
    right: -14px;
  }
  .vision_wrapper {
    position: relative;
  }
  #intro .vision_title {
    color: #3f2004;
    font-family: Cinzel;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0.08em;
    text-align: left;
  }
  #intro .vision_title_img {
    width: 150px;
    height: auto;
  }
  #intro .vision_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.16em;
    text-align: left;
  }
  .history_img {
    display: block;
    margin-bottom: 40px;
  }
  .history_img_sp {
    display: none;
  }
  .vision_box {
    margin-bottom: 160px;
  }
  .vision_contents {
    position: relative;
  }
  .vision_info {
    width: 28%;
    display: block;
  }
  .vision_info_last {
    width: 44%;
  }
  .vision_contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .vision_info_title {
    margin: 28px 0 24px;
  }
  .vision_info_title_2024 {
    margin: 18px 0;
  }
  .vision_info_title_2025 {
    margin: 9px 0;
  }
  .vision_border {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
    background-color: rgba(63, 32, 4, 0.3019607843);
    height: 1px;
    width: 58%;
  }
  .vision_border_dashed {
    position: absolute;
    top: 50px;
    left: 62%;
    z-index: -1;
    border-bottom: 1px dashed rgba(63, 32, 4, 0.3019607843);
    height: 1px;
    width: 21%;
  }
  .vision_future ul li {
    width: 100px;
    margin-bottom: 12px;
  }
  .vision_info_title p {
    color: #1d1d1d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 11px;
    padding-left: 9px;
    width: 40px;
    height: 33px;
    background-color: #e8ecef;
    border-radius: 50%;
  }
  .vision_info_title_2024 p {
    color: #1d1d1d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 18px;
    padding-left: 5px;
    width: 60px;
    height: 43px;
    background-color: #e8ecef;
    border-radius: 50%;
  }
  .vision_info_title_2025 p {
    color: #1d1d1d;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 6px;
    width: 60px;
    height: 50px;
    background-color: #e8ecef;
    border-radius: 50%;
  }
  .vision_future ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .vision_future ul {
    margin-left: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .back_office {
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  #intro .sub_title {
    margin-top: 10px;
    font-size: 2.2rem;
    line-height: 3rem;
  }
  #intro .apply_btn {
    display: none;
  }
  .info_btn_sp {
    display: none;
  }
  .info_btn {
    display: block;
  }
  .info_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 760px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 240px;
  }
  .career_education_btn {
    position: relative;
    width: 286px;
    height: 149px;
  }
  .btn_text {
    font-family: Cinzel;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.08em;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-bottom: 16px;
  }
  .btn_text span {
    font-family: Hiragino Sans;
    font-size: 14px;
    font-weight: 250;
    letter-spacing: 0.02em;
    display: inline-block;
    margin-top: 10px;
  }
  .first_bracket {
    position: absolute;
    top: 0;
    left: 0;
  }
  .last_bracket {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .intro-arrow {
    position: absolute;
    top: 84%;
    right: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  .intro-arrow::before,
  .intro-arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .arrow-dec::before {
    left: 3px;
    width: 40px;
    height: 1px;
    background: rgba(245, 161, 161, 0.8);
  }
  .arrow-dec::after {
    left: 37px;
    width: 6px;
    height: 6px;
    border-top: 1px solid rgba(245, 161, 161, 0.8);
    border-right: 1px solid rgba(245, 161, 161, 0.8);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .career_education_btn_bg {
    position: absolute;
    top: 41%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: auto;
    width: 93px;
  }
  .flow_btn_bg {
    position: absolute;
    top: 39%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 68px;
    height: auto;
  }
}
@media screen and (min-width: 865px) {
  #intro_title h2 {
    font-family: Cinzel;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #d6c8ac;
    margin-bottom: 16px;
  }
  #intro .sub_imgWrapper::after {
    width: 440px;
    height: 320px;
    top: 54px;
    right: -56px;
  }
  #intro .vision_text {
    width: 50%;
  }
  .right_text_sp {
    display: none;
  }
  #intro_title .right_text {
    display: block;
  }
  .text_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 277px;
  }
  .left_text {
    width: 50%;
    margin-right: 80px;
  }
  .right_text li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 44px;
  }
  .right_text li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  #intro_title h2 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  #intro .second_img {
    width: 440px;
    height: 320px;
  }
  #intro .sub_heading span {
    top: -173px;
    right: -14px;
    width: 440px;
    height: 320px;
  }
  #intro .sub_imgWrapper::after {
    width: 440px;
    height: 320px;
    background-color: rgba(214, 200, 172, 0.5019607843);
    position: absolute;
    top: 54px;
    right: -56px;
  }
  .history_img {
    width: 70%;
    margin-bottom: 160px;
  }
  .info_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 984px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 240px;
  }
  .career_education_btn {
    position: relative;
    width: 412px;
    height: 149px;
    display: table;
  }
  .career_education_btn {
    position: relative;
    width: 412px;
    height: 149px;
    display: table;
  }
  .first_bracket {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* 矢印のcss-------------------- */
  .intro-arrow {
    position: absolute;
    top: 77%;
    right: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  .intro-arrow::before,
  .intro-arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .arrow-dec::before {
    left: 3px;
    width: 40px;
    height: 1px;
    background: rgba(245, 161, 161, 0.8);
  }
  .arrow-dec::after {
    left: 37px;
    width: 6px;
    height: 6px;
    border-top: 1px solid rgba(245, 161, 161, 0.8);
    border-right: 1px solid rgba(245, 161, 161, 0.8);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* ここまで矢印のcss--------------- */
  .last_bracket {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .career_education_btn_bg {
    position: absolute;
    top: 38%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .flow_btn_bg {
    position: absolute;
    top: 38%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: 30px;
  }
  .btn_text {
    font-family: Cinzel;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.08em;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-bottom: 16px;
  }
  .btn_text span {
    font-family: Hiragino Sans;
    font-size: 14px;
    font-weight: 250;
    line-height: 21px;
    letter-spacing: 0.02em;
  }
  .text_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 277px;
  }
  .left_text {
    width: 50%;
    margin-right: 80px;
  }
  #intro_title h2 {
    font-family: Cinzel;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #d6c8ac;
    margin-bottom: 16px;
  }
  .left_text h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.2em;
    text-align: left;
    margin-bottom: 40px;
  }
  .left_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.16em;
    text-align: justify;
  }
  .right_text {
    width: 50%;
  }
  .right_text li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 44px;
  }
  .right_text li:last-child {
    margin-bottom: 0;
  }
}
#intro_title .horizontal_line {
  display: inline-block;
  border-bottom: 1px solid #3f2004;
  width: 12px;
  margin-right: 0.8rem;
  vertical-align: super;
}

@media screen and (min-width: 960px) {
  #intro_title .horizontal_line {
    width: 20px;
    margin-right: 16px;
  }
}
/* VISION */
#vision {
  margin: 0 auto;
  margin-bottom: 160px;
}

/* message */
#message .video {
  text-align: center;
  margin-bottom: 130px;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

#message .video iframe {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (min-width: 960px) {
  #message .video iframe {
    -o-object-fit: cover;
       object-fit: cover;
    height: 674px;
    width: 960px;
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
/*--------------------------------------
 page
---------------------------------------*/
#pankuzu {
  margin-bottom: 20px;
}

.pankuzu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 90%;
}

.pankuzu_list li {
  font-size: 85%;
  font-weight: 700;
}

.pankuzu_list li a:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}

.pankuzu_list li a {
  font-weight: 700;
}

.page_ttl {
  text-align: center;
  font-family: "Crimson Text", serif;
  font-size: 45px;
  margin-bottom: 20px;
}

.page_txt {
  text-align: center;
  margin-bottom: 30px;
}

.page_ttl2 {
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 24px;
  background: none;
  padding: 8px 0;
  color: #1d1d1d;
  letter-spacing: 4px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/*---------------------------------------
 News
---------------------------------------*/
.page_news_list {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.page_news_list li {
  margin: 0 1.5% 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #fff;
  width: 30%;
  -webkit-box-shadow: 0 2px 5px rgba(147, 138, 111, 0.34);
          box-shadow: 0 2px 5px rgba(147, 138, 111, 0.34);
}

.archive_thumb {
  width: 100%;
  height: 20vh;
}

.archive_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive_entry_box {
  padding: 10px 0;
}

.news_metabox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.cate {
  font-size: 80%;
  background: #e8ecef;
  color: #1d1d1d;
  line-height: 1;
  display: inline-block;
  padding: 3px 0px;
}

#single_title {
  font-size: 130%;
  font-weight: 500;
  margin-bottom: 5px;
}

.meta_box {
  margin-bottom: 20px;
}

#page_pn {
  display: block;
  margin: 30px 0;
}

.prenex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 80%;
  border-left: 1px solid #dad6d0;
}

.pre,
.nex {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dad6d0;
  border-left: 0;
  position: relative;
  width: 50%;
}

.pre a,
.nex a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px;
}

.pre a:hover,
.nex a:hover {
  background: rgba(226, 224, 221, 0.48);
}

.pre:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: auto;
}

.nex:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: auto;
}

.pn_ttl {
  display: block;
}

.pn_sp {
  display: none;
}

.pager {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.page-numbers.current {
  background: gray;
  color: #fff;
}

.page-numbers {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #e8ecef;
  margin: 0 2px;
}

/*-------------------------------------
　Cast
--------------------------------------*/
.cast_list li {
  display: inline-block;
  width: 23.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  margin: 0 0.5% 2%;
  text-align: lef;
}

.cast_thumb {
  height: 270px;
}

@media screen and (max-width: 767px) {
  .cast_thumb {
    height: 46vw;
  }
}
.cast_thumb a {
  height: 100%;
  width: 100%;
}

.cast_thumb a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cast_meta {
  padding: 10px 0;
}

.cast_position {
  font-size: 74%;
  color: rgba(128, 128, 128, 0.7215686275);
}

.cast_img {
  width: 38%;
  float: left;
}

@media screen and (min-width: 768px) {
  .cast_img img {
    width: 100%;
  }
}
.cast_prof {
  width: 62%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
}

.cast_sub {
  font-size: 84%;
  color: gray;
}

.cast_name {
  font-size: 115%;
}

.name_en {
  margin-left: 10px;
  font-size: 70%;
  font-weight: 700;
}

.sns_ico {
  font-size: 20px;
  margin-right: 5px;
}

.cast_content {
  margin: 10px 0;
  font-size: 85%;
}

#article_body .tb_cast {
  font-size: 90%;
}

#article_body table.tb_cast tr {
  border-bottom: 1px solid gray;
}

#article_body table.tb_cast th {
  background: none;
  width: 32%;
  padding: 10px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

#article_body table.tb_cast td {
  padding: 10px;
}

.cast_sec {
  margin-bottom: 30px;
}

#sbi_load {
  display: none;
}

#insta_link {
  text-align: center;
}

#insta_link #sbi_load .sbi_load_btn,
#insta_link .sbi_follow_btn a {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  padding: 7px 14px;
  margin: 5px auto 0 auto;
  background: #333;
  border: none;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#insta_link .sbi_follow_btn {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  text-align: center;
}

#insta_link .sbi_follow_btn.sbi_top {
  display: block;
  margin-bottom: 5px;
}

#insta_link .sbi_follow_btn a {
  background: #408bd1;
  color: #fff;
}

#insta_link .sbi_follow_btn a,
#insta_link .sbi_follow_btn a,
#insta_link #sbi_load .sbi_load_btn {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#insta_link #sbi_load .sbi_load_btn:hover {
  outline: none;
  -webkit-box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, 0.25);
}

#insta_link .sbi_follow_btn a:hover,
#insta_link .sbi_follow_btn a:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 10px 20px #359dff;
          box-shadow: inset 0 0 10px 20px #359dff;
}

#insta_link .sbi_follow_btn a:active,
#insta_link #sbi_load .sbi_load_btn:active {
  -webkit-box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, 0.3);
}

#insta_link .sbi_follow_btn .fa,
#insta_link .sbi_follow_btn svg {
  margin-bottom: -1px;
  margin-right: 7px;
  font-size: 15px;
}

#insta_link .sbi_follow_btn svg {
  vertical-align: -0.125em;
  height: 1em;
  display: inline-block;
}

#insta_link #sbi_load .sbi_follow_btn {
  margin-left: 5px;
}

.cast_gallery .cast_gallery_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .cast_gallery .cast_gallery_box {
    margin-bottom: 20px;
  }
}
.cast_gallery .cast_gallery_box img {
  width: calc((100% - 20px) / 3);
  margin: 0 !important;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .cast_gallery .cast_gallery_box img {
    width: calc((100% - 20px) / 3);
    aspect-ratio: 1/1;
  }
}

#myModal {
  position: fixed;
  top: 10%;
  max-height: 80vh;
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 101;
}
@media screen and (max-width: 768px) {
  #myModal {
    width: 90%;
  }
}
#myModal .modal-dialog {
  height: 100%;
}
#myModal .modal-dialog * {
  max-height: 80vh;
}
#myModal .modal-dialog .modal-content {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#myModal .modal-dialog .modal-content .modal-header {
  text-align: right;
}
#myModal .modal-dialog .modal-content .modal-header button {
  font-size: 70px;
  line-height: 0;
  width: 45px;
  border: none;
  background: transparent;
  color: #fff;
}
#myModal .modal-dialog .modal-content .modal-body {
  height: 100%;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#myModal .modal-dialog .modal-content .modal-body img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#myModal .modal-dialog .close:after {
  content: none;
}

#ModalBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100;
}

/*---------------------------------
　Menu
---------------------------------*/
.content_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.menu_list {
  margin-bottom: 40px;
}

.menu_list li {
  border-bottom: 1px dotted #b7b2af;
  padding: 20px 0;
}

.menu_title {
  font-size: 110%;
  font-weight: 700;
  margin-bottom: 10px;
}

.menu_thumb {
  width: 100px;
  height: 150px;
  float: left;
  margin-right: 30px;
}

.menu_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu_price {
  font-size: 110%;
  font-weight: 700;
  margin-bottom: 5px;
}

.menu_content {
  font-size: 80%;
}

.site_link:hover {
  color: #e20052;
}

.menu_label {
  padding: 6px 10px;
  background: rgba(56, 42, 40, 0.35);
  color: #fff;
  font-weight: 500;
  font-size: 90%;
}

.menu_box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*--------------------------------------
 contact
--------------------------------------*/
#article_body .tb_contact th {
  width: 30%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d0cabf;
}

#article_body .tb_contact td {
  border: 1px solid #d0cabf;
}

.req {
  color: #e20000;
  font-weight: 600;
}

input[type=text],
input[type=email],
textarea {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-family: inherit;
}

.btn_area {
  padding: 3% 0;
  text-align: center;
}

.btn_con {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 300px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 600;
  padding: 15px 0;
  text-align: center;
  border: 0;
  background: #908b7a;
  color: #fff;
  cursor: pointer;
  margin: 0 10px;
}

.btn_back {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 300px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 600;
  padding: 15px 0;
  text-align: center;
  border: 0;
  background: #c3c3c3;
  color: #fff;
  cursor: pointer;
  margin: 0 10px;
}

.mw_wp_form .error {
  font-size: 90% !important;
  color: #e20000 !important;
}

.thanks_txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3%;
  text-align: center;
  background: #fff;
  border: 2px solid #eae5db;
}

/*--------------------------------------
 access
--------------------------------------*/
#article_body .access_box tr {
  border-bottom: 1px dotted #d0cbbd;
}

#article_body .access_box th {
  width: 26%;
  background: none;
  padding: 2%;
  vertical-align: middle;
}

#article_body .access_box td {
  padding: 2%;
  vertical-align: middle;
}

/*-----------------------------------
　プルエクステ
-----------------------------------*/
.page_ttl2 span {
  display: inline-block;
  font-family: "Allura", cursive;
  font-size: 38px;
  margin-right: 15px;
}

.page_ttl2 p {
  display: inline-block;
  font-weight: 700;
}

.concept_box {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.concept_txt {
  width: 55%;
}

.concept_img {
  width: 40%;
  margin: 0 !important;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*------------------------------------
 shop
-------------------------------------*/
.shop_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5em;
}

.shop_map {
  width: 40%;
  border: 2px solid #3a2c2a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.shop_map iframe {
  width: 100%;
  height: 100%;
}

.shop_info {
  width: 55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tb_shopinfo th {
  width: 22%;
  border: 1px solid #dfd5bf;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tb_shopinfo td {
  border: 1px solid #dfd5bf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.shop_reserve {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 120%;
  font-weight: 700;
  background: #a91443;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
}

.shop_slide {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #contents.salon {
    width: 100%;
    padding: 0 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#main.salon .contents_box {
  padding: 10px 0 20px;
}
#main.salon .page_ttl {
  margin-bottom: 0px;
}
#main.salon .subttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  font-size: 16px;
  color: gray;
}
#main.salon .salon_cat_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: 40px 4%;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #main.salon .salon_cat_area {
    padding: 0 20px;
  }
}
#main.salon .salon_cat_area .salon_cat_box {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #main.salon .salon_cat_area .salon_cat_box {
    width: 100%;
  }
}
#main.salon .salon_cat_area .salon_cat_box .cat_ttl {
  font-size: 26px;
  border-bottom: 2px solid;
  font-family: "Crimson Text", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
#main.salon .salon_cat_area .salon_cat_box .cat_ttl a {
  display: block;
  width: 80%;
}
#main.salon .salon_cat_area .salon_cat_box .cat_ttl a:hover {
  opacity: 0.8;
  cursor: pointer;
}
#main.salon .salon_cat_area .salon_cat_box .cat_ttl .tri {
  font-size: 20px;
  width: 20%;
  text-align: right;
}
#main.salon .salon_cat_area .salon_cat_box .cat_ttl .tri:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #main.salon .salon_cat_area .salon_cat_box .cat_sub_box {
    display: none;
  }
}
#main.salon .salon_cat_area .salon_cat_box .cat_sub_box .salon_name {
  display: block;
  padding: 10px 0;
  font-family: "Crimson Text", serif;
  font-size: 20px;
}
#main.salon .salon_cat_area .salon_cat_box .cat_sub_box .salon_name:hover {
  opacity: 0.8;
  cursor: pointer;
}
#main.salon .cat_name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 40px;
  padding: 0 30px 4px;
  border-bottom: 2px solid #1d1d1d;
  font-family: "Crimson Text", serif;
  text-align: center;
  font-size: 38px;
}
#main.salon .salon_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 40px 4%;
  margin-top: 60px;
}
#main.salon .salon_flex .salonarea {
  width: 48%;
}
#main.salon .salon_flex .salonarea a:hover {
  opacity: 0.8;
}
#main.salon .salon_flex .salonarea .salon_img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #main.salon .salon_flex .salonarea .salon_img {
    margin-bottom: 10px;
  }
}
#main.salon .salon_flex .salonarea .salon_name {
  font-family: "Crimson Text", serif;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  #main.salon .salon_flex .salonarea .salon_name {
    font-size: 20px;
  }
}
#main.salon .salon_flex .salonarea .address {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #main.salon .salon_flex .salonarea .address {
    font-size: 14px;
  }
}
#main.salon .salon_flex .salonarea .map_link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #main.salon .salon_flex .salonarea .map_link {
    display: block;
    margin-top: 6px;
    font-size: 16px;
  }
}
#main.salon .salon_flex .salonarea .hpb_link {
  margin-top: 10px;
  display: inline-block;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #main.salon .salon_flex .salonarea .hpb_link {
    font-size: 16px;
  }
}
#main.salon .salon_flex .salonarea .hpb_link:hover {
  text-decoration: underline;
}

/*-----------------------------------
 404
---------------------------------*/
.btn_home {
  display: block;
  margin: 6% auto;
  text-align: center;
  background: #3a2c2a;
  color: #fff;
  width: 200px;
  text-decoration: none !important;
  padding: 10px 0;
}

/*--------------------------------------
  記事内指定
--------------------------------------*/
#article_body ol {
  list-style: decimal inside;
  margin-bottom: 24px;
}

#article_body ul li,
#article_body ol li {
  margin: 0.8em 0;
  padding-left: 1em;
  text-indent: -1.5em;
  margin-left: 0.5em;
}

#article_body ul > ul,
#article_body ol > ol {
  margin: 0.8em 0 0 1em;
}

/*
#article_body div {
	max-width: 100%;
}*/
#entry_body dl {
  border: 1px solid #ddd;
  margin: 0 auto 24px;
  width: 80%;
  padding: 5%;
  border-radius: 5px;
}

#entry_body dt {
  margin: 1em 0 1em 0;
  padding: 0;
  font-weight: bold;
}

#entry_body dt:first-child {
  margin: 0 0 1em 0;
}

#article_body table {
  max-width: 100%;
  width: 100%;
  margin: 24px 0;
}

#article_body td,
#article_body th {
  padding: 3%;
}

#article_body th {
  background: #efebe3;
  font-weight: bold;
  text-align: center;
}

/*--------------------------------------
  記事内画像
--------------------------------------*/
#article_body img {
  margin-bottom: 24px;
}

/*--------------------------------------
  ページャー
--------------------------------------*/
/*--------------------------------------
  フッター
--------------------------------------*/
#footer {
  padding-bottom: 40px;
}

.logo_footer {
  display: block;
  margin: 0 auto;
  width: 120px;
}

.f_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 15px 0;
}

.f_menu li {
  font-size: 17px;
  font-family: "Crimson Text", serif;
}

.f_menu li :after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
}

#footer p {
  text-align: center;
}

#footer a:hover {
  opacity: 0.8;
}

.f_addr p br {
  display: none;
}

.f_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 15px 0 30px;
}

.f_box i {
  margin-right: 5px;
}

.f_tel {
  width: 200px;
  text-align: center;
  border: 1px solid #a1a4a7 !important;
  padding: 5px 0;
}
.f_tel:hover {
  opacity: 0.8;
}

.f_web {
  width: 200px;
  text-align: center;
  padding: 5px 0;
  background: rgba(232, 236, 239, 0.3529411765);
  border: 1px solid #a1a4a7 !important;
  color: #1d1d1d;
  margin-left: 15px;
  font-family: "Crimson Text", serif;
}
.f_web a {
  font-size: 20px;
  line-height: 1;
}
.f_web:hover {
  opacity: 0.8;
}

.copy {
  font-size: 90%;
}

/*--------------------------------------
  TOPへ戻る
--------------------------------------*/
#page_top {
  position: fixed;
  bottom: 50px;
  right: 3%;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#page-top a {
  display: block;
}

#bottom_reserve {
  display: none;
}

@media screen and (max-width: 1024px) {
  .h_top {
    width: 90%;
  }
  .navi {
    width: 90%;
  }
  #contents {
    width: 90%;
  }
}
/*--------------------------------------
  ここからタブレット表示設定
--------------------------------------*/
@media screen and (max-width: 768px) {
  .h_box {
    display: block;
    text-align: center;
    padding-top: 10px;
  }
  .h_tel {
    margin: 0 0 10px;
  }
  #main_block {
    display: block;
  }
  #main_left {
    width: 100%;
    margin-bottom: 20px;
  }
  #main_right {
    width: 100%;
  }
  .top_insta img {
    width: 100%;
  }
  #main_bottom {
    display: block;
  }
  #access {
    width: 100%;
    margin-bottom: 20px;
  }
  .shop_img {
    width: 100%;
  }
  .cast_list li {
    width: 31.5%;
  }
  .cast_img {
    width: 100%;
    float: none;
  }
  .cast_img img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .cast_prof {
    width: 100%;
    float: none;
  }
  .page_news_list li {
    width: 47%;
  }
  .concept_txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .concept_img {
    width: 100%;
  }
} /* タブレット表示ここまで */
/*--------------------------------------
  ここからSP表示設定
--------------------------------------*/
@media screen and (max-width: 767px) {
  .navi {
    width: 96%;
  }
  .navi li {
    font-size: 18px;
    padding: 0;
  }
  .navi li a {
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .archive_thumb {
    height: 40vh;
  }
  .page_txt {
    text-align: left;
  }
  #article_body .tb_contact th {
    display: block;
    width: 100%;
    border: 0;
    text-align: left;
    padding: 10px;
  }
  #article_body .tb_contact td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5% 0;
    border: 0;
    background: none;
  }
  .menu_box2 {
    display: block;
  }
  .shop_box {
    display: block;
  }
  .shop_map {
    width: 100%;
    height: 240px;
    margin-bottom: 1em;
  }
  .shop_info {
    width: 100%;
  }
  .shop_info h3 {
    text-align: center;
  }
  .tb_shopinfo th {
    display: block;
    width: 100%;
    border: 0;
    padding: 5px 0 !important;
  }
  .tb_shopinfo td {
    display: block;
    width: 100%;
    border: 0;
    padding: 15px 0 !important;
    text-align: center;
  }
  .f_menu {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
  }
  .f_menu li {
    font-size: 20px;
  }
  #recruit_btn {
    position: fixed;
    top: 70px;
    right: 0px;
    display: block;
    z-index: 20;
  }
  #recruit_btn a {
    color: #fff;
    padding: 10px 10px;
    font-size: 10px;
    border-radius: 10px;
  }
  #recruit_btn a img {
    width: 100px;
  }
  .wpsisac-slick-carousal.design-1 .slick-arrow {
    -webkit-transform: translateY(-150%) !important;
            transform: translateY(-150%) !important;
  }
}
@media screen and (max-width: 480px) {
  .logoimg {
    height: 70px;
    width: auto;
  }
  .h_box {
    display: none;
  }
  #nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    background: #fff;
    padding: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #nav.sp_open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .navi {
    display: block;
    padding-top: 60px;
    width: 80%;
  }
  .navi li {
    padding: 0px 0;
    border-bottom: 1px solid #c3bbad;
  }
  .btn_menu {
    display: block;
    width: 70px;
    height: 70px;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 70px;
    z-index: 99;
  }
  .btn_menu:after {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-size: 30px;
  }
  .close:after {
    content: "\f00d";
    font-size: 28px;
    text-align: center;
  }
  .h_box_sp {
    display: block;
    margin: 20px auto;
    width: 80%;
    text-align: center;
    font-family: "Crimson Text", serif;
  }
  .h_box_sp a {
    font-weight: bold;
  }
  .h_box_sp i {
    margin-right: 10px;
  }
  .h_web {
    padding: 10px 20px !important;
  }
  .thumb_box {
    width: 90px;
    height: 50px;
  }
  .top_news_list {
    margin-bottom: 0;
  }
  .entry_box .new_entry_title {
    font-size: 86%;
  }
  .entry_box {
    padding: 0;
  }
  .content_inner {
    padding: 20px 0;
  }
  .cast_list li {
    width: 48%;
  }
  .cast_img img {
    width: 80%;
  }
  .cast_prof {
    padding: 0;
  }
  #article_body table.tb_cast th {
    display: block;
    width: 100%;
    padding: 10px 0 0;
  }
  #article_body table.tb_cast td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .page_news_list li {
    width: 100%;
    margin: 0 0 30px;
  }
  .archive_thumb {
    height: 28vh;
  }
  .pn_ttl {
    display: none;
  }
  .pn_sp {
    display: block;
  }
  .pre a,
  .nex a {
    padding: 20px;
    text-align: center;
  }
  .gmap iframe {
    height: 300px;
  }
  #article_body .access_box th {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
  #article_body .access_box td {
    display: block;
    width: 100%;
  }
  .menu_title {
    font-size: 95%;
  }
  .menu_thumb {
    margin-right: 10px;
    width: 32%;
    height: auto;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 10px;
  }
  .menu_box {
    width: 68%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
  .menu_content {
    font-size: 74%;
  }
  .menu_price {
    font-size: 100%;
    color: #bb0040;
    margin: 0;
  }
  #footer p {
    word-break: keep-all;
    margin-bottom: 10px;
  }
  .logo_footer {
    margin-bottom: 20px;
  }
  .f_menu {
    display: none;
  }
  .f_box {
    display: block;
    margin: 0 auto;
    text-align: center;
    display: none;
  }
  .f_tel {
    width: 50%;
    margin: 0 auto 15px;
  }
  .f_web {
    display: block;
    width: 50%;
    margin: 0 auto 15px;
  }
  .f_addr {
    display: block;
    margin: 0 auto 10px;
    width: 90%;
  }
  .f_addr p br {
    display: block;
  }
  #bottom_reserve {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 7px 0;
    z-index: 9;
    /*background: #3a2c2ac9;*/
  }
  .btn_bottom_reserve {
    display: block;
    margin: 0 auto;
    width: 90%;
    padding: 7px 0;
    border-radius: 5px;
    font-weight: 700;
    background: #e8ecef;
    border: 2px solid #1d1d1d;
    color: #1d1d1d;
  }
  #page_top {
    bottom: 60px;
    right: 1%;
  }
  #footer {
    padding-bottom: 60px;
  }
  .copy {
    font-size: 11px;
  }
}
/* SP表示ここまで */
/*追記*/
#top_column {
  padding: 24px 0;
}

ul.column_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

ul.column_list li {
  width: 24%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(121, 113, 92, 0.5);
          box-shadow: 0 2px 6px rgba(121, 113, 92, 0.5);
}

.column_thumb img {
  width: 100%;
}

.column_article {
  padding-bottom: 40px;
}

#single_column_ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid;
  padding: 8px 0;
}

.column_article h2 {
  font-size: 22px;
  font-weight: 700;
  padding: 8px 0 8px 12px;
  border-left: 4px solid #927d4e;
  margin-bottom: 20px;
  background: #f1ede6;
}

.column_article h3 {
  position: relative;
  padding: 16px 0;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.column_article h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #927d4e, #927d4e 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #927d4e, #927d4e 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.column_article p {
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  ul.column_list li {
    width: 48%;
    margin: 0 0 5%;
  }
  .navi li {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #single_column_ttl {
    font-size: 21px;
  }
  .column_article h2 {
    font-size: 19px;
  }
  .column_article h3 {
    font-size: 19px;
  }
  ul.column_list li .date-time {
    font-size: 10px;
  }
  ul.column_list li h3 {
    font-size: 13px;
  }
}
body.single h1,
body.single h2,
body.single h3,
body.single h4,
body.single h5,
body.single h6,
body.single p {
  margin-bottom: 1rem;
}

.shop_slider {
  margin-bottom: 50px;
}
.shop_slider .slick-next,
.shop_slider .slick-prev {
  z-index: 1;
}
.shop_slider .slick-next::before,
.shop_slider .slick-prev::before {
  font-size: 30px;
}
.shop_slider .slick-prev {
  left: 5px;
}
.shop_slider .slick-next {
  right: 15px;
}
.shop_slider .slick-slide {
  padding: 6px;
  width: 100%;
  height: auto;
  aspect-ratio: 288/216;
  -o-object-fit: cover;
     object-fit: cover;
}