@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Caption:400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap&subset=japanese');
/* CSS Document */
/* ---------------------------------
reset
-----------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}
body {
   line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
   display: block;
}
nav ul {
   list-style: none;
}
.nav>li {
   text-align: left;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
   content: '';
   content: none;
}
a {
   margin: 0;
   padding: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}
/* change colours to suit your needs */
ins {
   background-color: #ff9;
   color: #000;
   text-decoration: none;
}
/* change colours to suit your needs */
mark {
   background-color: #ff9;
   color: #000;
   font-style: italic;
   font-weight: bold;
}
del {
   text-decoration: line-through;
}
abbr[title], dfn[title] {
   border-bottom: 1px dotted;
   cursor: help;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
   display: block;
   height: 1px;
   border: 0;
   border-top: 1px solid #cccccc;
   margin: 1em 0;
   padding: 0;
}
input, select {
   vertical-align: middle;
}
li {
   list-style: none;
}
address {
   font-style: normal;
}
input[type="text"]:focus, sekect:focus {
   outline: 0;
}
:focus {
   outline: none;
}
button {
   background-color: transparent;
   border: none;
   cursor: pointer;
   outline: none;
   padding: 0;
   appearance: none;
}
button, input, select, textarea {
   font-family: inherit;
   font-size: 100%;
}
select::-ms-expand {
   display: none;
}
/* ---------------------------------
共通設定
-----------------------------------*/
html {
   font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}
body {
   font-size: 1.4em;
   font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
   color: #000;
   font-weight: 300;
   width: 100%;
   line-height:1.6em;
}
.h1, .h2, .h3, h1, h2, h3 {
   margin-top: 0;
}
h1 {
   font-size: 1.2rem;
}
h2 {
   font-size: 2.4rem;
   margin-bottom: 30px; /*adjustable*/
}
.container-fluid {
   padding: 0;
}
img {
   max-width: 100%;
   height: auto;
   -webkit-backface-visibility: hidden; /*GoogleChrome対策*/
}
/* Bootstrapのガター幅を調整するための汎用CSS */
.row {
   margin-right: 0;
   margin-left: 0;
}
.row-0 {
   margin-left: 0px;
   margin-right: 0px
}
.row-0 > div {
   padding-right: 0px;
   padding-left: 0px
}
.row-10 {
   margin-left: -5px;
   margin-right: -5px
}
.row-10 > div {
   padding-right: 5px;
   padding-left: 5px
}
.row-20 {
   margin-left: -10px;
   margin-right: -10px
}
.row-20 > div {
   padding-right: 10px;
   padding-left: 10px
}
.row-30 {
   margin-left: -15px;
   margin-right: -15px
}
.row-30 > div {
   padding-right: 15px;
   padding-left: 15px
}
.row-40 {
   margin-left: -20px;
   margin-right: -20px
}
.row-40 > div {
   padding-right: 20px;
   padding-left: 20px
}
.row-50 {
   margin-left: -25px;
   margin-right: -25px
}
.row-50 > div {
   padding-right: 25px;
   padding-left: 25px
}
/* Bootstrapのカラムの下余白設定*/
.row-10-b > div {
   margin-bottom: 10px;
}
.row-20-b > div {
   margin-bottom: 20px;
}
.row-30-b > div {
   margin-bottom: 30px;
}
.row-40-b > div {
   margin-bottom: 40px;
}
.row-50-b > div {
   margin-bottom: 50px;
}
/*カラムの高さを揃える設定*/
.row-eq-height {
   display: -webkit-box;
   display: -moz-flex;
   display: -ms-flex;
   display: -webkit-flex;
   display: flex;
   flex-wrap: wrap;
}
.mr0 {
   margin-right: 0 !important;
}
.pc {
   display: none;
}
a img:hover {
   opacity: 0.7;
}
.flex-reverse {
   display: -webkit-box;
   display: -moz-box;
   display: -webkit-flexbox;
   display: -moz-flexbox;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: -moz-flex;
   display: flex;
   -webkit-box-direction: reverse;
   -moz-box-direction: reverse;
   -webkit-box-orient: vertical;
   -moz-box-orient: vertical;
   -webkit-flex-direction: column-reverse;
   -moz-flex-direction: column-reverse;
   flex-direction: column-reverse;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
   background: #fff;
}
/*セクション下余白設定*/
.mb10 {
   margin-bottom:0.98039%;
}
.mb20 {
   margin-bottom:1.96078%;
}
.mb30 {
   margin-bottom:2.94117%;
}
.mb40 {
   margin-bottom:3.92156;
}
.mb50 {
   margin-bottom:4.90196%;
}
.mb60 {
   margin-bottom:5.88235%;
}
.mb70 {
   margin-bottom:6.86274%;
}
.mb80 {
   margin-bottom:7.84313%;
}
.mb90 {
   margin-bottom:8.82352%;
}
.mb100 {
   margin-bottom:9.8039%;
}
/*セクション上余白設定*/
.mt10 {
   margin-top:0.98039%;
}
.mt20 {
   margin-top:1.96078%;
}
.mt30 {
   margin-top:2.94117%;
}
.mt40 {
   margin-top:3.92156;
}
.mt50 {
   margin-top:4.90196%;
}
.mt60 {
   margin-top:5.88235%;
}
.mt70 {
   margin-top:6.86274%;
}
.mt80 {
   margin-top:7.84313%;
}
.mt90 {
   margin-top:8.82352%;
}
.mt100 {
   margin-top:9.8039%;
}
/*コンテンツ*/
#contents {
   margin-bottom: 40px;
}
#contents p {
   line-height: 1.6em;
   margin-bottom: 40px;
}
/*見出し*/
h2.ttl  {
   font-family: acumin-pro, sans-serif;
   font-weight: 600;
   font-style: normal;
   font-size: 2.8rem;
   text-align: center;
}
h3.ttl  {
   font-family: acumin-pro, sans-serif;
   font-weight: 600;
   font-style: normal;
   font-size: 1.8rem;
   text-align: center;
   margin:10px 0;
}
/* ---------------------------------
ヘッダー
-----------------------------------*/
#header_top {
   margin-bottom: 37px;
   padding-top: 36px;
}
.navbar {
   min-height: 0;
   font-family: 'PT Sans Caption', sans-serif;
   margin-bottom: 0;
}
.navbar-header {
   position: relative;
}
.navbar-header .insta {
   position: absolute;
   right: 50px;
   width: 22px;
}
.navbar-default {
   background: transparent;
   border: none;
   margin-top: 10px;
   text-align: center;
}
.navbar-brand {
   height: 108px;
}
.navbar-brand > img {
   width: 98px;
   display: inline;
   padding-top: 3px;
}
a.navbar-brand {
   width: 100%; /*adjustable*/
   padding: 0;
}
.navbar-default .navbar-toggle {
   position: absolute;
   right: 0;
   top: 0;
   margin-top: 0;
   margin-right: 0;
   padding: 4px 6px;
   border-radius: 6px;
   border-color: #C1B9B9;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
   text-align: center;
}
.navbar-default .navbar-toggle .icon-bar {
   background: #aaa;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
   background: #fff;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
   background: none;
}
main {
   display: block;
}
.navbar-collapse {
   position: absolute;
   width: 110%;
   margin: 0 -15px;
   z-index: 99999;
   background: rgba(0,0,0,0.7);
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a {
   color: #fff;
}
/* ---------------------------------
トップページ
-----------------------------------*/
/*メイン画像*/
.page-id-704.page-template-default #main_visual {
   position: relative;
   margin-bottom: 45px;
   width: 100%;
   height: 70vh;
   overflow: hidden;
}
.page-id-704 #main_visual img {
   width: 100%;
   vertical-align: bottom;
   /* object-position: top center;*/
   object-position: 70% top;
   object-fit: cover;
   height: 70vh;
}
.page-id-704 #main_visual .main_txt {
   position: relative;
   top: 400px;
   left: 0;
   text-align: left;
   padding: 36px;
   width: 100%;
}
.main_txt h1 {
   font-size: 1.8rem;
   font-weight: bold;
   line-height: 1.8;
   text-align: center;
   margin-bottom: 20px;
}
.main_txt p {
   font-size: 1.4rem;
   line-height: 1.4;
}
#topics p {
   margin-bottom:20px;
}

.page-id-704.page-template-default #main_visual video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom center;
}
/*プロフィール・コンセプト・オーダー*/
.area_first .col-md-4 {
   text-align: center;
}
.area_first .col-md-4:last-of-type {
   margin-bottom: 0;
}
.area_first .img_wrap {
   overflow: hidden;
   width: 100%;
   height: auto;
   position: relative;
}
.area_first .img_wrap--img {
   display: block;
   transition-duration: 0.3s;
}
.area_first .img_wrap--img:hover {
   transform: scale(1.1);
   transition-duration: 0.3s;
}
.area_first .img_wrap h2 {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%); /* Safari用 */
   transform: translate(-50%, -50%);
   background-color: rgba(0, 0, 0, 0.4);
   color: #fff;
   padding: 20px;
   width: 70%;
   text-align: center;
   font-size: 2.4rem;
   font-family: acumin-pro, sans-serif;
   font-weight: 600;
   font-style: normal;
}
.area_first .img_wrap h2 span {
   font-size: 1.2rem;
   display: block;
   margin-top: 12px;
}
/*固定ページ*/
.page-template-default #main_visual {
   height:auto;
}
/*BRAND*/
.area_brand {
   overflow: hidden;
}
.area_brand h2 {
   margin-bottom: 30px;
}
.reservation {
   background: url("images/top/bg_reservation.png") right center no-repeat;
   color:#fff;
}
.parallax-window {
   height: 0;
   padding-top: 84%;
   position: relative;
}
.parallax-window .container {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%); /* Safari用 */
   transform: translate(-50%, -50%);
   text-align: center;
}
.animated {
 /* ５秒かけてアニメーションする */
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  /* 1秒待ってからアニメーションする */
  -webkit-animation-duration: 0.5s;
  animation-delay:0.5s;
}
.parallax-window .parallax-ttl {
   font-size: 4.4rem;
   font-family: acumin-pro, sans-serif;
   font-weight: bold;
   color:#fff;
}
.parallax-window p {
   display: flex;
   justify-content: center;
   margin-top: 40px;
}
.brand_detail {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
}
.brand_detail .link {
   color: #04cebe;
   background:#fff;
   text-align: center;
   width: 130px;
   height: 42px;
   display: flex;
   justify-content: center;
   align-items: center;
}
/*NEWS*/
.col-md-6.area_news {
   margin: 0;
   padding: 0;
}
.area_news img:hover {
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   filter: grayscale(100%);
}
.area_news a {
   color: #000;
}
.area_news dt {
   font-size: 1.5rem;
   margin-bottom: 6px;
}
.area_news dd {
   font-size: 1.2rem;
}
.area_news dd h3 {
   font-size: 1.8rem;
   margin-bottom: 18px;
}
.blog_detail {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
}
.blog_detail .link {
   color: #000;
   width: 210px;
   height: 32px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.6rem;
   border:1px solid #000;
}
.link:hover {
   opacity: 0.8;
   text-decoration: none;
}
.wp-block-column h3 {
   font-family: acumin-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8rem;
    margin: 10px 0;
}
/* ---------------------------------
フッター
-----------------------------------*/
footer {
   padding-top: 60px;
   background: #461900;
   color:#fff;
}
.area_ftbnr .col-md-6 + .col-md-6 {
   margin-top: 30px;
}
.area_ftbnr .img_wrap {
   overflow: hidden;
   width: 100%;
   height: auto;
   position: relative;
}
.area_ftbnr .img_wrap--img {
   display: block;
   transition-duration: 0.3s;
}
.area_ftbnr .img_wrap--img:hover {
   transform: scale(1.1);
   transition-duration: 0.3s;
}
.area_ftbnr .img_wrap h2 {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%); /* Safari用 */
   transform: translate(-50%, -50%);
   background-color: rgba(0, 0, 0, 0.4);
   color: #fff;
   padding: 10px;
   width: 168px;
   text-align: center;
   font-size: 1.1rem;
   font-family: acumin-pro, sans-serif;
   font-weight: 600;
   font-style: normal;
}
.area_ftbnr .img_wrap h2 span {
   font-size: 1.2rem;
   display: block;
   margin-top: 12px;
}
footer .copyright {
   text-align: center;
   color: #fff;
   /*background: #000;*/
   padding: 10px 0;
   font-size: 1.3rem;
}
footer .ft_bottom {
   width: 100%;
   margin: 0 auto 30px auto;
}
footer .logo_ft {
   text-align: center;
   margin: 0 auto 15px auto;
}
footer .logo_ft img {
   width: 100%;
}
footer .ft_bottom ul {
   display: flex;
   flex-wrap: wrap;
}
footer .ft_bottom ul li {
   margin-right: 40px;
   margin-bottom: 10px;
   font-size: 1.2rem;
}
footer .ft_bottom ul li a {
   color:#fff;
   font-weight: 400;
}
address {
   text-align: center;
}
footer .logo_ft {
   width: 151px;
   text-align: center;
   margin: 0 auto 15px auto;
}
/* ---------------------------------
ブログページ
-----------------------------------*/
.single #contents aside h3.widget-title,
.blog #contents aside h3.widget-title {
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 10px;
}
.single #contents aside,
.blog #contents aside {
   margin-bottom: 30px;
}
.single #contents h3,
.blog #contents h3, .archive #contents h3 {
   margin-bottom: 20px;
   font-size: 18px;
   font-weight: bold;
   text-align: left;
}
#contents time {
   display: block;
   font-size: 12px;
   font-weight: bold;
   margin-bottom: 5px;
}
/* ---------------------------------
メニュー
-----------------------------------*/

.page-id-11 .wp-block-columns {
   margin-bottom: 40px;
}

/* ---------------------------------
カレンダー
-----------------------------------*/
#wp-calendar {
   background: #fff;
}
#wp-calendar {
   table-layout: fixed;
   line-height: 2;
   width: 100%;
   margin: 0 auto;
   padding: 0;
   border-collapse: collapse;
   border-spacing: 0;
   font-size: 12px;
   font-size: 1.2rem;
}
#wp-calendar caption {
   color: inherit;
   background: #fff;
}
#wp-calendar caption {
   padding: 2px;
   width: auto;
   text-align: center;
   font-weight: 700;
   border: thin solid #ccc;
   border-radius: 3px 3px 0 0;
   caption-side: top;
}
#wp-calendar th {
   font-style: normal;
   font-weight: 700;
   color: #fff;
   border-left: thin solid #ccc;
   border-right: thin solid #ccc;
   background: #58330d;
}
#wp-calendar th, #wp-calendar td {
   line-height: 2;
   vertical-align: middle;
   text-align: center;
}
#wp-calendar td {
   border: thin solid #ccc;
}
#wp-calendar .pad {
   background: #eee;
}
/*---------------------------
テーブル設定
---------------------------*/
.page-id-21 h3 {
   font-size: 22px;
   color: #ffffff;
   background: #58330d;
   height: 50px;
   line-height: 50px;
   text-align: center;
   font-size: 14px;
   margin-top: -1px;
   margin-bottom: 20px;
}
.page-id-21 h3.facial_menu {
   background: #ad9981;
}
.is-style-regular table {
   border-collapse: collapse;
   border-spacing: 0;
   width: 100%;
}
.is-style-regular td {
   border: 1px solid #ddd;
    border-top: none;
    background: #fff;
    padding: 15px 10px 13px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.is-style-regular td:first-child,td:last-child {
   width:60px;
   text-align: center;
   vertical-align: middle;
   font-size: 12px;
}
 .page-id-21 .wp-block-table table {
   margin-bottom: 20px;
}
/*---------------------------
予約スケジュール設定
---------------------------*/
.content-form button {
   border: 1px solid #000;
}
@media (min-width: 999px) {
   /*セクション下余白設定*/
   .mb10 {
      margin-bottom:10px;
   }
   .mb20 {
      margin-bottom:20px;
   }
   .mb30 {
      margin-bottom:30px;
   }
   .mb40 {
      margin-bottom:40px;
   }
   .mb50 {
      margin-bottom:50px;
   }
   .mb60 {
      margin-bottom:60px;
   }
   .mb70 {
      margin-bottom:70px;
   }
   .mb80 {
      margin-bottom:80px;
   }
   .mb90 {
      margin-bottom:90px;
   }
   .mb100 {
      margin-bottom:100px;
   }
   /*セクション上余白設定*/
   .mt10 {
      margin-top:10px;
   }
   .mt20 {
      margin-top:20px;
   }
   .mt30 {
      margin-top:30px;
   }
   .mt40 {
      margin-top:40px;
   }
   .mt50 {
      margin-top:50px;
   }
   .mt60 {
      margin-top:60px;
   }
   .mt70 {
      margin-top:70px;
   }
   .mt80 {
      margin-top:80px;
   }
   .mt90 {
      margin-top:90px;
   }
   .mt100 {
      margin-top:100px;
   }
   h2.ttl  {
      text-align: center;
      font-size: 2.8rem;
   }
   .pc {
      display: block;
   }
   .sp {
      display: none;
   }
   #header_top #logo {
      text-align: center;
   }
   #header_contact {
      text-align: left;
   }
   #gnavi ul.navbar {
      min-height: 0;
   }
   .navbar-nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
   }
   .navbar-nav > li {
      width: 14%;
   }
   .navbar-nav > li:last-of-type {
      width: 12%;
   }
   .navbar-nav > li:last-of-type a {
      display:inline-block;
   }
   .navbar-nav > li > a {
      line-height: 1;
   }
   .navbar-collapse {
      position: static;
      width: auto;
      margin: 0;
      background: transparent;
   }
   #gnavi ul.navbar-nav li:last-child {
      border: none;
   }
   #gnavi ul.navbar-nav li > ul > li > a {
      color: #fff;
      font-size: 1.4rem;
   }
   .navbar-nav > li {
      font-size: 1.6rem;
      text-align: center;
   }
   .navbar-nav > li > a {
      padding-top: 0;
      padding-bottom: 0;
      color: #231716 !important;
   }
   #gnavi ul.navbar-nav li > ul {
      border: none;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.6);
   }
   #gnavi ul.navbar-nav li > ul > li {
      border: none;
      text-align: center;
   }
   .caret {
      border: none;
   }
   .dropdown:hover > .dropdown-menu {
      display: block;
      width: 100%;
      min-width: auto;
   }
   #main_visual {
      width: 100%;
      position: relative;
      margin: 20px 0 95px 0;
      overflow: hidden;
   }
   #main_visual img {
      height: auto;
   }
   .main_txt p {
      font-size: 1.6rem;
      line-height: 2;
   }
   .main_txt h1 {
      margin-bottom: 16px;
      font-size: 2.2rem;
      font-weight: normal;
   }
   #main_visual .main_txt {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.4);
      color: #fff;
      width: 564px;
      text-align: center;
      padding: 36px;
   }
   .navbar-brand {
      display: none;
   }
   .flex-reverse {
      display: block;
   }
   .area_ftbnr .col-md-6 + .col-md-6 {
      margin-top: 0;
   }
   footer .logo_footer, address {
      text-align: left;
   }
   footer .footer_bottom ul li {
      margin-right: 40px;
   }
   footer .copyright {
      text-align: center;
      color: #fff;
      /*background: #000;*/
      padding: 10px 0;
      font-size: 1.3rem;
   }
   footer .ft_bottom {
      width: 100%;
      margin: 0 auto 30px auto;
   }
   footer .ft_bottom ul {
      display: flex;
      flex-wrap: wrap;
   }
   footer .ft_bottom ul li {
      margin-right: 40px;
      margin-bottom: 10px;
      font-size: 1.2rem;
   }
   footer .ft_bottom ul li a {
      font-weight: 400;
   }
   .area_first {
      margin-top: 50px;
   }
   .area_ftbnr .img_wrap h2 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%); /* Safari用 */
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.4);
      color: #fff;
      padding: 20px;
      width: 268px;
      text-align: center;
      font-size: 2rem;
      font-family: acumin-pro, sans-serif;
      font-weight: 600;
      font-style: normal;
   }
   .area_ftbnr .img_wrap h2 span {
      font-size: 1.2rem;
      display: block;
      margin-top: 12px;
   }
   footer .logo_ft {
      /*width: 100px;*/
      text-align: left;
      margin: 0 auto;
   }
   .page-template-default #main_visual {
      height: 280px;
  }
  .page-id-6 #main_visual {
   height: 650px;
}
.page-id-11 #main_visual {
   background: url(images/about_visual.jpg) center center no-repeat;
}
.page-id-19 #main_visual {
   background: url(images/access_visual.png) center center no-repeat;
}
.page-id-21 #main_visual {
   background: url(images/menu_visual.png) center center no-repeat;
}
.navbar-nav > li {
      font-size: 1.6rem;
      text-align: center;
 }
/*---------------------------
トップページ
---------------------------*/
   .navbar-nav {
      width: 824px;
      float: none;
      margin: 0 auto;
   }
   .container {
      width: 1020px; /*adjustable*/
      padding: 0;
   }
   .nav > li > a {
      padding: 0;
   }
   .nav > li > ul > li > a {
      padding: 0;
   }
   .nav > li > a > img {
      width: 22px;
   }
   /*プロフィール・コンセプト・オーダー*/
   .area_first {
      margin-top: 0;
   }
   .area_first .img_wrap {
      overflow: hidden;
      /* max-width: 318px;*/
      max-height: 232px;
      position: relative;
   }
   .area_first .img_wrap--img {
      display: block;
      transition-duration: 0.3s;
   }
   .area_first .img_wrap--img:hover {
      transform: scale(1.1);
      transition-duration: 0.3s;
   }
   .area_first .img_wrap h2 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%); /* Safari用 */
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.4);
      color: #fff;
      padding: 20px;
      width: 225px;
      text-align: center;
      font-size: 2.4rem;
      font-family: acumin-pro, sans-serif;
      font-weight: 600;
      font-style: normal;
   }
   .area_first .img_wrap h2 span {
      font-size: 1.2rem;
      display: block;
      margin-top: 12px;
   }
   /*BRAND*/
   .area_brand h2 {
      margin-bottom: 30px;
   }
   .reservation {
      background: url("images/top/bg_reservation.png") center center no-repeat;
   }
   .parallax-window.pc {
      height: 350px;
      background-size: cover;
      background-attachment: fixed;
      padding-top: 0;
   }
   .parallax-window .parallax-ttl {
      font-size: 5.8rem;
      font-family: acumin-pro, sans-serif;
      font-weight: bold;
      color:#fff;
   }
   .parallax-window p {
      display: flex;
      justify-content: center;
      margin-top: 40px;
   }
   .brand_detail {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
   }
   .brand_detail .link {
      text-align: center;
      width: 130px;
      height: 42px;
      display: flex;
      justify-content: center;
      align-items: center;
   }
   /*NEWS*/
   .area_news dt {
      font-size: 1.5rem;
   }
   .area_news dd {
      font-size: 1.2rem;
   }
   .area_news dd h3 {
      font-size: 1.9rem;
      margin-bottom: 18px;
   }
   .blog_detail .link {
      width: 210px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
   }
   .link:hover {
      opacity: 0.8;
      text-decoration: none;
   }
   footer .ft_bottom {
      width: 810px;
   }
/*---------------------------
テーブル設定
---------------------------*/
.page-id-21 h3 {
   font-size: 22px;
   color: #ffffff;
   background: #58330d;
   height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}
.page-id-21 h3.facial_menu {
   background: #ad9981;
}
.page-id-21 .wp-block-table table {
   margin-bottom: 40px;
}
.page-id-21 .wp-block-table th {
   background: #efefef;
}
.is-style-regular table {
   border-collapse: collapse;
   border-spacing: 0;
   width: 100%;
}
.is-style-regular td {
   border: 1px solid #ddd;
    border-top: none;
    background: #fff;
    padding: 25px 30px 20px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.is-style-regular td:first-child,td:last-child {
   width:180px;
   text-align: center;
   vertical-align: middle;
   font-size: 16px;
}
}
/*---------------------------
フォーム設定
---------------------------*/
.content-form td {
   text-align: left;
}
@media (min-width: 992px) and (max-width: 1024px) {
   /*---------------------------
トップページ
---------------------------*/
   .container {
      width: 980px;
   }
}