@charset "utf-8";

/********************************
/********************************
/********************************

l_reset_reset

********************************/

body,
div,
dl,
dt,.t_prefooter.inner ul li.gr211

dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
  color: #261e1b;
}

a {
  color: #261e1b;
}

body {
  position: relative;
}

/* コンタクトフォームのボタンをリセット（chromeのUA） */
input[type="button"i],
input[type="submit"i],
input[type="reset"i],
input[type="file"i]::-webkit-file-upload-button,
button {
  border-color: none;
  border-style: none;
  border-width: 0;
  padding: 0;
}

h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
  font-size: 100%;
}

/* FONT */



.ds {
  font-family: 'Dancing Script', cursive;
}

.cinzel {
  font-family: 'Cinzel', serif;
}

/********************************
/********************************

m_reset_reset

********************************/
@media only screen and (max-width: 1024px) {

  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  form,
  input,
  button,
  p {
    font-size: 14px;
  }

  .tab_sm_list {
    display: block;
  }

}

/********************************
/********************************
/********************************

l_common

********************************/
.black {
  color: #261e1b;
}

.enji {
  color: #9b5d40;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.m0 {
  margin: 0 !important;
}

.mb6p {
  margin-bottom: 6%;
}

.accent {
  background: #eee5d4;
}

.sink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}


.sink:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.btn {
  background: #fff;
  border: 1px solid #e0ca9b;
  border-radius: 1.5rem;
  padding: .25rem 2rem;
  line-height: 1;
}

.btn.bg {
  color: #fff;
  background: #e0ca9b;
  border: none;
}

.btn.long {
  padding: .25rem 4rem;
}

.bd_btn {
  display: block;
  position: relative;
  margin: auto;
  width: 50%;
  text-align: center;
  padding: 2rem 0;
  border: 1px solid #261e1b;
}

.bd_btn:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -1.25rem;
  right: -1.25rem;
  background: #eee5d4;
  z-index: -1;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.bd_btn:hover {
  opacity: 1;
}

.bd_btn:hover:after {
  bottom: 0;
  right: 0;
}

.btn_wrap {
  width: 100%;
  text-align: center;
}

.r_side {
  padding-left: 2rem;
}

.l_side {
  padding-right: 2rem;
}

.c_wrap {
  position: relative;
  display: block;
}

.c_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

/********** title_見出し_common **********/
.i_heading_group {
  border-bottom: 1px solid #929292;
  padding-bottom: 1rem;
}

.i_heading_group .i {
  width: 66px;
  padding-right: 1rem;
}

.bb_heading {
  position: relative;
  margin-bottom: 4rem;
}

.bb_heading:after {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  width: 80px;
  background: #261e1b;
  bottom: -1rem;
  left: 0.5rem;
}

.enji_heading {
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
  color: #9b5d40;
}

.enji_heading::after {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  width: 200px;
  background: #9b5d40;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bsb_heading {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
}

.bsb_heading:before {
  content: "";
  display: block;
  border-top: solid 1px #261e1b;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.bsb_heading span {
  background: #fff;
  padding: 0 6rem;
  position: relative;
  z-index: 5;
}

.red_heading {
  position: relative;
  color: rgba(110, 27, 35, 255);
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: bold;
  width: 60%;
  margin: 0 0 3rem auto;
}

.red_heading:after {
  position: absolute;
  background: rgba(110, 27, 35, 255);
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  bottom: -1rem;

}

.c_heading {
  margin-bottom: 2% !important;
  display: block !important;
}

.cb_heading {
  position: relative;
  display: inline-block;
  margin: 0 auto 3%;
  font-size: 22px;
  font-weight: normal;
  padding: 0 30px;
}

.cb_heading:before,
.cb_heading:after{
  position: absolute;
  background: #261e1b;
  display: inline-block;
  content: "";
  width: 20px;
  height: 1px;
  bottom: 1rem;
}

.cb_heading:before {
  left: 0;
}

.cb_heading:after {
  right: 0;
}

.c_lead-txt{
    line-height: 2;
    margin-bottom: 5%;
}

/********** 画像の角カット **********/

.c_cut {
  position: relative;
}

.c_cut:before,
.c_cut:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  z-index: 2;
}

.c_cut:before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 6rem 6rem 0 0px;
  border-color: #ffffff transparent transparent transparent;
}

.c_cut::after {
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 6rem 6rem;
  border-color: transparent transparent #ffffff transparent;
}

/*------------エフェクト ------------*/
.to-right {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-25px, 0);
  transform: translate(-25px, 0);
  visibility: hidden;
}

.to-left {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(25px, 0);
  transform: translate(25px, 0);
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  visibility: hidden;
}

.rightnow,
.leftnow {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}


  .underLineCenter{
  position: relative;
  display: inline-block !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.underLineCenter:after{
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
}

.active.underLineCenter:after{
  -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
}
.enji_heading .underLineCenter:after{
  background: #9b5d40;
  height: 2px;
}

.bb_heading .underLineCenter:after{
  height: 2px;
}
.s.underLineCenter:after{
  background: none;
  border-bottom: 1px dashed #261e1b;
}
.aftNone:after{
  display: none !important;
}

@media only screen and (min-width: 1025px){
  .pcnone{
    display: none;
  }
}

/********** topのアイコン付き見出し **********/
.heading_group {
  width: 100%;
  margin: auto;
  text-align: center;
}

.h_inline {
  position: relative;
  display: inline-block;
}

.heading {
  text-align: center;
  margin: auto;
  display: inline-block;
  font-family: 'Cinzel', serif;
  letter-spacing: 2px;
}

.heading .s {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 14px;
}

.h_inline .r_i {
  position: absolute;
  width: 75px;
  right: -5.5rem;
  top: -1rem;
}

.h_inline .l_i {
  position: absolute;
  width: 75px;
  left: -5.5rem;
  top: -1rem;
}

.h_inline .l_i.i_2 {
  width: 55px;
  left: -4rem;
}

.hidden {
  display: none;
}

/********** pager **********/
.list-pager {
  width: 20%;
  margin: 6% auto;
}

.list-pager li {
  border-bottom: 1px solid #261e1b;
}

.list-pager li span,
.list-pager li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 26px;
}


.list-pager li.prev,
.list-pager li.next {
  border-bottom: none;
}

.list-pager li.prev {
  padding-right: 1.5rem;
}

.list-pager li.next {
  padding-left: 1rem;
}

/* ##### bevel_list ##### */
.bevel_list li {
  width: 23%;
  min-height: 14.5rem;
  margin: 1% 1% 5% 1%;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.8rem;
  padding-right: 0.8rem;
}

.bevel_list li:nth-of-type(4n+1) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.bevel_list li:nth-of-type(4n+2) {
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
}

.bevel_list li:nth-of-type(4n+3) {
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
}

.bevel_list li:nth-of-type(4n+4) {
  -webkit-transform: translateY(180%);
  transform: translateY(180%);
}

.bevel_list li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: repeating-linear-gradient(90deg, #ede6d4 0, #ede6d4 5px, #fefaf7 5px, #fefaf7 10px);
  z-index: -1;
}

.bevel_list li:nth-of-type(even):after {
  background: #fff;
  border: 1px solid #cacccb;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  top: calc(1rem - 2px);
  left: calc(1rem - 2px);
}

.bevel_list li .text_area {
  border: 1px solid #cacccb;
  background-color: #fff;
  height: 100%;
}

.bevel_list li:nth-of-type(even) .text_area {
  border: 1px solid #fff;
  background-color: #ede6d4;
}

.bevel_list li .text_area:before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  background-color: #fff;
  border: 1px solid #cacccb;
  position: absolute;
  top: calc(-4rem - 1px);
  left: calc(-4rem - 1px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.bevel_list li:nth-of-type(even) .text_area:before {
  border: 1px solid #fff;
}

.bevel_list .h {
  width: calc(100% - 1rem);
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: bold;
  color: rgba(110, 27, 35, 255);
  margin: 0.5rem;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.bevel_list .text {
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bevel_list.no-trans li {
  width: 31%;
  min-height: 14.5rem;
  margin: 1% 1% 5% 1%;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.8rem;
  padding-right: 0.8rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.bevel_list.no-trans .h {
  color: #261e1b;
  font-family: inherit;
}

.bevel_list li ul li {
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 0 1rem 2.5rem !important;
  margin: 0 !important;
  text-indent: -1.5rem;
}

.bevel_list li ul li .no {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  font-weight: bold;
  padding-right: 1rem;
}

.bevel_list li ul li:after {
  display: none;
}

.bevel_list .text-is-list {
  margin: 1% 0;
}

.bevel_list .text-is-list li{
  padding: 5px !important;
  text-indent: 1rem;
}

.bevel_list .text-is-list li:before{
  content: '・';
}

/********************************
/********************************

m_common

********************************/
@media only screen and (max-width: 1024px) {
  .r_side {
    padding-left: 1rem;
  }

  .l_side {
    padding-right: 1rem;
  }

  .t_concept .heading {
    width: 70%;
  }

  .bd_btn {
    width: 60%;
  }

  .bsb_heading span {
    padding: 0 2rem;
  }

  /********** pager **********/

  .list-pager {
    width: 50%;
    padding: 13% 0;
  }

  .list-pager li span,
  .list-pager li a {
    font-size: 20px;
  }

  /********** 画像の角カット **********/
  .c_cut:before {
    border-width: 4rem 4rem 0 0px;
  }

  .c_cut::after {
    border-width: 0 0 4rem 4rem;
  }




  .bevel_list li,
  .bevel_list.no-trans li {
    width: 40%;
    margin: 1% 5% 5% 5%;
  }

  .bevel_list li:nth-of-type(4n+1),
  .bevel_list li:nth-of-type(4n+2),
  .bevel_list li:nth-of-type(4n+3),
  .bevel_list li:nth-of-type(4n+4) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

}

/********************************

s_common

********************************/
@media only screen and (max-width: 599px) {

  .r_side,
  .l_side {
    padding: 0;
  }

  .t_concept .heading {
    width: 100%;
  }

  .i_heading_group .i {
    padding: 0;
  }

  .h_inline .r_i {
    width: 65px;
    top: -40px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .heading_group .heading {
    margin-top: 2rem;
  }

  .bsb_heading {
    border-bottom: 1px solid #261e1b;
  }

  .bsb_heading:before {
    display: none;
  }

  .recruit .bsb_heading span {
    padding: 0;
  }

  .t_staff .h_inline .r_i {
    width: 40px;
    right: -5rem;
  }

  .bd_btn {
    width: 75%;
    padding: 1rem 0;
  }

  .bd_btn:after {
    bottom: -0.75rem;
    right: -0.75em;
  }

  /********** pager **********/

  .list-pager {
    width: 60%;
    padding: 10% 0;
  }

  .list-pager li span,
  .list-pager li a {
    font-size: 16px;
  }

  .bevel_list li,
  .bevel_list.no-trans li {
    width: 75%;
    margin: 1% 12.5% 5% 12.5%;
    min-height: 16rem;
  }

}

/********************************
/********************************
/********************************

l_header

********************************/
header .logo_wrap {
  padding: 2rem 0;
}

header .logo {
  max-width: 253px;
  margin: auto;
}

.mainimage {
  width: 100%;
  margin: auto;
  max-width: 1500px;
  position: relative;
}

#gnav ul {
  width: 100%;
  max-width: 1500px;
  margin: auto;
}

#gnav li {
  text-align: center;
}

#gnav li.nav_top,
#gnav li.nav_fixed_top {
  margin-left: auto;
}

#gnav li a{
    padding: 1rem;
  display: block;
}

#gnav li .s {
  display: block;
  font-size: 10px;
}

#gnav .line img {
  width: 50%;
  padding-top: 5px;
}

.global_m.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(240, 240, 240, .9);
  width: 100%;
  border-bottom: 1px solid #e0c99c;
}

#gnav .nav_fixed_top {
  display: none;
}

#gnav.fixed .nav_fixed_top {
  display: block;
  width: 150px;
}

#gnav.fixed .nav_fixed_top a:hover img {
  opacity: .6;
}

#gnav.fixed .nav_top {
  display: none;
}

#gnav.fixed li a {
  padding: .75rem;
}

#gnav .line img {
  width: 35px;
}

#totop {
  display: block;
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 30px;
  width: 50px;
  background: #e0ca9b;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  font-size: 30px;
  border-radius: 50%;
}

#reserve {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    width: 110px;
    transition: .5s;
}

#totop a,
#reserve a {
  color: #fff;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
#totop a:hover,
#reserve a:hover{
  opacity: 1;
}

#totop:hover,
#reserve:hover{
  transform: translate(0,-10px);
}

#totop[data-element-id] {
  position: static;
}

#reserve[data-element-id] {
  position: static;
}
.telbox {
    bottom: 150px !important;
}

.telbox .in{
   width:100%;
   position: relative;
}

.telbox {
    bottom: 28px !important;
    right: 145px !important;
}
.telbox a {
    width: 100%;
    display: block;
    height: 100%;
}
.telbox .backimg {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
.telbox .backimg img{
  width: 100% !important;
}
.telbox .tbox {
    position: relative;
    z-index: 2;
    padding-top: 33%;
    padding-left: 13%;
    padding-right: 10%;
    font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #722229;
    padding-bottom: 11.5%;
}
[data-element-id] .telbox .tbox {
    padding-top: 50%;
}
.telbox .tbox .tl {
    font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 4%;
    background: #e0ca9b;
    border-radius: 20px;
    padding: 4% 3%;
    margin-top: 1.5%;
}
.telbox .tbox .tl a {
    color: #722229 !important;
}

/********************************
/********************************

m_header

********************************/
@media only screen and (max-width: 1024px) {

  header .logo {
    width: 30%;
  }


  #gnav .toggle {
    background: #e0c99c;
  }

  #gnav .nav_fixed_top {
    display: block;
    width: 40%;
    margin: 0 auto 1rem;
    border-bottom: none;
  }

  #gnav li .s {
    display: inline-block;
    padding-left: 1rem;
  }
  
  #totop {
    width: 34px;
    font-size: 20px;
    bottom: 140px;
  }

  #reserve {
    width: 100px;
  }
.telbox {
    width: 110px !important;
    bottom: 30px !important;
    right: 140px !important;
}
.telbox .tbox {
    font-size: 12px;
    padding-top: 31%;
  
}
.telbox .tbox .tl {
    font-size: 12px;
  
}
}




/********************************

s_header

********************************/
@media only screen and (max-width: 599px) {
  header .logo_wrap {
    padding: 1rem 0;
  }

  header .logo {
    width: 35%;
  }

  .mainimage .pic {
    width: 100%;
  }

  #gnav .nav_fixed_top {
    width: 50%;
    padding: 0;
  }

  #gnav .nav_fixed_top .pic {
    width: 100%;
  }
#totop {
    right: 10px;
    bottom: 80px;
}

  #reserve {
    display: none;
    right: 10px;
    bottom: 30px;
  }
.telbox {
    right: 118px !important;
}
}

/********************************
/********************************
/********************************

l_footer

********************************/
.f_nav {
  border-top: 1px solid #dddfda;
}

.f_nav li {
  padding: 0 .5rem;
}

.copyright {
  background: #e0c99c;
  padding: .25rem 0;
}

.copyright .c {
  color: #ffffff;
  text-align: center;
}


/********************************
/********************************

m_footer

********************************/
@media only screen and (max-width: 1024px) {}




/********************************

s_footer

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_index（01_トップページ)

********************************/
.toppage {
  overflow: hidden;
}

.t_news {
  border-bottom: 1px solid #e3e3e3;
}

.t_news .t_heading {
  padding-right: 3rem;
  width: 15%;
}

.t_news dl {
  width: 75%
}

.t_news .cat {
  margin: 0 2rem 0 1rem;
}

.t_news .cat .s {
  color: #ffffff;
  background: #e0ca9b;
  padding: .25rem 1rem;
  margin-right: .1rem;
  line-height: 1;
  display: inline-block;
}

.t_news dt {
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 65%;
}

.t_news .btn {
  margin-left: auto;
}

.t_concept .i_heading_group {
  margin-top: 2rem;
  border-bottom: none;
}

.t_concept .text {
  margin: 1rem 0 2rem;
  line-height: 2;
}

.over {
  overflow: hidden;
}

.t_sg .slide_wrap {
  position: relative;
  background: #ffe7e5;
  padding-left: 9999px;
  margin-left: -9999px;
  padding-right: 9999px;
  margin-right: -9999px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.t_sg .slide_wrap .inner {
  padding: 0;
}

.t_sg .btn_wrap {
  position: relative;
  z-index: 2;
}

.t_sg .slide_wrap:before {
  position: absolute;
  display: block;
  content: "";
  background: url(/import/tenant_1/160.16.96.139/html/images/top/sg_bgi_top.png) no-repeat;
  z-index: -1;
  height: 51%;
  width: 100vw;
  background-size: contain;
  margin: auto;
  top: -21%;
}

.t_treatment {
  background: #f5f1e6;
  text-align: center;
}

.t_treatment .treatmint-list{
    margin-bottom: 3%;
}

.t_treatment .treatmint-list .circle {
    background: #fff;
    border-radius: 50%;
    position: relative;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin: auto;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
            padding: 1em;
    text-align: center;
        line-height: 200%;
}

.t_treatment .treatmint-list li dl{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    height: auto;
    display: block;
    text-align: center;
    line-height: 2;
}

.t_treatment .treatmint-list li dt{
    text-align: center;
    margin-bottom: 8%;
}

.t_treatment .treatmint-list li dd{
    margin-bottom: 8%;
}


.t_proposal {
  background: #eee5d4;
  text-align: center;
}

.t_proposal .proposal-list{
    margin-bottom: 3%;
}

.t_proposal .proposal-list li .circle{
    position: relative;
    background: #fff;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    margin: auto;
}

.t_proposal .proposal-list li .circle span{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    height: auto;
    display: block;
    text-align: center;
    line-height: 2;
}

.t_staff:before {
  position: absolute;
  display: block;
  content: "";
  /* background: url(/import/tenant_1/160.16.96.139/html/images/top/sg_bgi_btm.png) no-repeat; */
  z-index: -1;
  height: 47%;
  width: 100vw;
  background-size: contain;
  margin: auto;
  z-index: 0;
  top: -5%;
}

.t_staff {
  background: url(/import/tenant_1/160.16.96.139/html/images/top/staff_bgi.jpg)repeat;
  background-size: contain;
  padding: 9% 0 200px;
  position: relative;
}

.t_staff .top_slider {
  margin: 50px 0;
}

.t_blog {
  position: relative;
  background: #f5f1e6;
}

.t_blog .blog_inner {
  position: relative;
  -webkit-transform: translateY(-220px);
  transform: translateY(-220px);
}

.t_blog .bloglist_wrap {
  position: relative;
  margin: 50px 0;
}

.t_blog .pic_wrap {
  position: relative;
}

.t_blog .bloglist_wrap li:last-child {
  display: none;
}

.t_blog .bloglist_wrap .illust {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 133px;
}

.t_staff:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  left: 0;
  bottom: 30px;
  border-top: 180px solid transparent;
  border-right: 100vw solid transparent;
  border-left: 100vw solid #eee5d4;
  border-bottom: 40px solid #eee5d4;
}

.t_blog:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  left: 0;
  top: -60px;
  border-bottom: 200px solid transparent;
  border-right: 100vw solid transparent;
  border-left: 100vw solid #eee5d4;
  border-top: 80px solid #eee5d4;
}

.t_blog:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 200px solid #fff;
  border-right: 100vw solid #fff;
  border-left: 100vw solid transparent;
  border-top: 80px solid transparent;
}

.t_staff .heading,
.t_blog .heading {
  padding-bottom: .25rem;
  border-bottom: 1px solid #858177;
  margin-bottom: .5rem;
}

.t_staff .h_inline .r_i {
  width: 50px;
  right: -5rem;
  top: -2rem;
}

.t_blog .article {
  position: relative;
}

.t_blog .staff_img {
  position: absolute;
  width: 25%;
  right: 0;
  bottom: -17.5%;
  border: 1px solid #fff;
}

.t_blog .blog_head {
  margin: .5rem 0;
  padding-right: 25%;

}

.t_blog .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.calendar-table-day > span{
    padding: 10px;
    height:100%;
    margin-top: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.calendar-table-day span{
    display: block;
    font-size: 10px;
    text-align: right;
    margin-bottom: 3px;
}
.calendar-table-day {
    min-height: 60px;
}
/* カレンダー */
.t_calender .inner {
    width: 100%;
    max-width: 850px;
}
.calWrap .defList{
  max-width: 67%;
  margin: 1em auto;
}
.calWrap .defList li{
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  margin-right: 1em;
}
.calWrap .defList li:before{
          content: "";
      position: absolute;
      left: 0;
          width: 14px;
    height: 14px;
    top: 0.25em;
}
.calWrap .defList li.定休日:before{
      background: #ffe7e5;
}
.calWrap .defList li.臨時休業日:before{
          background: #eee5d4;
}
.calWrap .defList li.営業時間変更日:before{
          background: #ddebd7;
}
.calWrap .defList li.スタッフ休み:before{
          background: #e7e5ff;
}

.calendar-table-day{
  padding: 0 !important;
}
/*定休*/

.calendar-table-day.tue > span{
    background: #ffe7e5;
}
.calendar-table-day.wed-2 > span {
    background: #ffe7e5;
}
/*定休ここまで*/

/*カスタムコンテンツ設定 臨時休業日*/


.calendar-table-day .calendar-c-7 {
    background: #eee5d4 !important;
}
/*カスタムコンテンツ設定 営業時間変更日*/


.calendar-table-day .calendar-c-13 {
    background: #ddebd7 !important;
}
/*各スタッフ 休み*/
.calendar-table-day .c-c-8 {
    /* background: #e5fff4; */
    background: #e7e5ff;
    text-align: center;
}
.calendar-table-day .c-c-11 {
    /* background: #e5fdff; */
    background: #e7e5ff;
    text-align: center;
}

.calendar-table-day .c-c-12 {
    /* background: #e7e5ff; */
    background: #e7e5ff;
    text-align: center;
}

.calendar-table-day .c-c-15 {
    /* background: #f0ffe5; */
    background: #e7e5ff;
    text-align: center;
}

.calendar-table-day .c-c-16 {
    /* background: #ffe5fd; */
    background: #e7e5ff;
    text-align: center;
}

.calendar-table-day .c-c-17 {
    /* background: #fff3e5; */
    background: #e7e5ff;
    text-align: center;
}



.calendar-prev-month, .calendar-next-month {
    position: relative;
    z-index: 1;
}


.calendar-table-day span.calendar-c-3:after {
    display: block;
    content: "";
    color: red;
    font-size: 12px;
    text-align: center;
        font-weight: 700;
}
.calendar-table-day span.calendar-c-4:after {
    display: block;
    content: "";
    color: #6ab346;
    font-size: 12px;
    text-align: center;
        font-weight: 700;
}
.calendar-table-day span.calendar-c-5:after{
  display: none !important;
}
.calendar-table-day span.calendar-c-6:after{
  display: block;
    content: "で";
    color: blue;
    font-size: 10px;
    text-align: center;
        font-weight: 700;
}
.calendar-current-month{
      border-bottom: 1px solid #e0ca9b;
          font-size: 14px;
          font-weight: 700;
}

.calendar-table-week {
    border-bottom: 1px solid #eee5d4;
}

.calendar-table-week .calendar-table-day:first-of-type {
    border-left: 1px solid #eee5d4;
}

.calendar-table-week-head .calendar-table-day {
    padding: 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e0ca9b;
    color: #fff;
    font-size: 12px;
    min-height: 50px;
    padding-top: 3% !important;    
}

.calendar-table-day {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #eee5d4;
    background: #fff;
    line-height: 100%;
}

.calendar-table-week-body .calendar-table-day.sat,
.calendar-table-week-body .calendar-table-day.sun {
    color: #261e1b;
}

@media only screen and (max-width: 1024px){
  .calWrap .defList {
    max-width: calc(100% - 40px);
}
.t_calender .inner {
    max-width: 75%;
}
}
@media only screen and (max-width: 599px){
.t_calender .inner {
    max-width: 95%;
}
}

.t_prefooter.inner {
  padding-top: 0;
  max-width: 1200px;
}
.t_prefooter.inner .in {
    width: 100%;
    max-width: 500px;
    margin: 3em auto 0;
}
.t_prefooter.inner .in dl dt {
    width: 100%;
    line-height: 200%;
}
.t_prefooter.inner .in dl dd {
    width: 100%;
    line-height: 200%;
}
.t_prefooter.inner .in .fs12{
  font-size: 14px;
}
.t_prefooter .t_recruit .h {
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

.t_prefooter .t_recruit .h .s {
  display: block;
  font-size: 14px;
  margin-top: 1rem;
}

.t_prefooter .t_recruit .c_wrap:after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 9px);
  height: calc(100% - 9px);
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

 .t_prefooter .t_indoorview {
  margin: auto;
  height: 290px;
  overflow: hidden;
 }

 .t_prefooter .indoorview {
  position: relative;
  padding-bottom: 52%;
  height: 0;
  overflow: hidden;
 }


.t_prefooter .indoorview iframe,
.t_prefooter .indoorview object,
.t_prefooter .indoorview embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.t_prefooter .f_logo {
  width: 20%;
  margin: 0 auto 1rem;
}

.t_prefooter .f_logo:hover {
  opacity: .6;
}

.t_info {
  margin-top: 0;
  text-align: center;
}

.t_info .c_box {
  width: 70%;
}

.t_info dl {
  margin-bottom: .5rem;
}

.t_info dt {
  width: 30%;
}

.t_info dd {
  width: 70%;
}
@media only screen and (max-width: 599px) {
  .t_prefooter.inner .in {
    max-width: 96%;
}
}
.address-box,.time-box {
  width: 100%;
  line-height: 1.8rem;
}
.address-box.w50, .time-box.w50 {
    width: 50%;
    padding-right: 2%;
    box-sizing: border-box;
}
.time-box .box{
  margin: 20px 0;
}

  .time-box .box h3 {
    text-align: center;
    margin-bottom: 10px;
}

footer .address-box.w50, .time-box.w50{
  width: 40%;
  padding: 0;
  margin: 1rem 0;
}
/*
.address-box {
   margin-right: 3rem;
}
*/

/* 
.address-box span {
  margin-right: 1rem;
}
 */

/* 
.time-box span {
  margin-left: 1rem;
}
 */

.t_prefooter .f_black:before {
  background: rgba(0, 0, 0, 0.7);
}

.t_map .btn_wrap {
  position: absolute;
  bottom: 2rem;
  text-align: left;
}

.t_map .btn {
  position: relative;
  margin-left: 3rem;
  padding: .25rem 3rem;
}

.t_map .btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #e0c99c;
  position: absolute;
  display: block;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 1024px){
 footer .address-box.w50, .time-box.w50 {
   width: 100%;
 } 
}

@media only screen and (max-width: 599px){
  .time-box .box h3 {
    background: #f5f1e6;
    padding: 5px;
    position: relative;
}
.time-box .box h3:after{
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    margin-left: 10px;　
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.time-box .box h3.action:after {
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}
}

/********** スライダー部分 **********/

.t_sg .slick-slide,
.t_staff .slick-slide {
  margin: 0 1rem;
}

.t_sg .slick-prev,
.t_staff .slick-prev {
  left: -30px;
}

.t_sg .slick-next,
.t_staff .slick-next {
  right: -30px;
}

.t_sg .slick-prev:before {
  content: url(/import/tenant_1/160.16.96.139/html/images/top/sg_prev.png);
}

.t_sg .slick-next:before {
  content: url(/import/tenant_1/160.16.96.139/html/images/top/sg_next.png);
}

.t_staff .slick-prev:before {
  content: url(/import/tenant_1/160.16.96.139/html/images/top/staff_prev.png);
}

.t_staff .slick-next:before {
  content: url(/import/tenant_1/160.16.96.139/html/images/top/staff_next.png);
}

.slick-slide a:hover img {
  opacity: .6;
}



/********************************
/********************************

m_index（01_トップページ)

********************************/
@media only screen and (max-width: 1024px) {
  .t_news .t_heading {
    padding: 0;
    margin: 0 auto 6%;
    width: 100%;
    text-align: center;
  }

  .t_news dl,
  .t_news dt {
    width: 100%;
  }

  .t_news .btn {
    margin: 6% auto;
  }

  .t_blog .bloglist_wrap li:last-child {
    display: block;
  }

  .t_sg .slide_wrap:before {
    top: -13%;
  }

  .t_blog .bloglist_wrap .illust {
    bottom: -60px;
    right: 0;
    width: 110px;
  }
  
  .calendar-main {
      width: 100%;
  }

  .t_prefooter.inner {
    max-width: 768px;
  }
.t_prefooter.inner ul li.gr211{  
  width: 46%;
    margin: 0 2% 6% 2%;
}
  .t_prefooter .t_indoorview {
    height: auto;
    margin-bottom: 3rem;
  }
  
  .address-box,
  .time-box{
    width: 100%;
    margin: 0;
  }
  .time-box span {
    margin-left: 0;
    display: block;
  }
}


/********************************

s_index（01_トップページ)

********************************/
@media only screen and (max-width: 599px) {

  .slick-slide .pic,
  .t_blog .blog_img,
  .t_prefooter .pic {
    width: 100%;
  }
  
  .calendar-table-week-head .calendar-table-day {
      font-size: 10px;
      letter-spacing: -0.1rem;
  }

  .t_treatment .treatmint-list .circle {
      width: 250px;
      height: 250px;
  }
  
  .t_treatment .treatmint-list .circle dt {
      margin-bottom: 5%;
  }
  
  .t_treatment .treatmint-list .circle dd {
      font-size: 12px;
  }

  .t_proposal .proposal-list li .circle{
      width: 140px;
      height: 140px;
  }
  
  .t_proposal .proposal-list li .circle span {
    line-height: 150%;
  }
  
  .t_prefooter .f_logo {
    width: 50%;
  }
.t_prefooter.inner ul li.gr211{  
  width: 96%;
}

.t_prefooter.inner ul li.t_calender {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.t_prefooter.inner ul li.t_recruit {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.t_prefooter.inner ul li.t_indoorview {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.t_prefooter.inner ul li.t_map {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

  .t_sg .slide_wrap:before {
    top: -9%;
  }

  .t_staff:after {
    border-top: 50px solid transparent;
  }

  .t_blog:before {
    border-bottom: 100px solid transparent;
  }

  .t_blog:after {
    border-bottom: 100px solid #fff;
  }

  .t_blog .blog_inner {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
  }

  .t_blog .bloglist_wrap .illust {
    width: 80px;
    right: 10px;
    bottom: -45px;
  }

  .t_info {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .t_info .filter:before {
    display: none;
  }
.t_info {
  margin-bottom: 0;
}
.copyright {
    margin-bottom: 3.2rem;
}
  .t_info .c_box {
    position: relative;
    top: 1rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 90%;
  }

  .t_map .btn_wrap {
    bottom: 1rem;
  }
  
  .t_map .btn {
    margin-left: 0;
}
  
  .t_staff .h_inline .r_i {
    right: -6rem;
    left: auto;
  }
  
  .t_staff .h_inline .l_i {
    left: -6rem;
  }
  
}

/********************************
/********************************
/********************************

l_underpage

********************************/
.underpage header {
  border-bottom: 1px solid #e3e3e3;
}

.breadclumb {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: .5rem;
}

.underpage .mainimage .filter:before {
  background: rgba(0, 0, 0, 0.3);
}

.mainimage .page_heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Cinzel', serif;
  text-align: center;
  color: #ffffff;
  z-index: 10;
  line-height: 1;
  letter-spacing: 4px;
  width: 90%;
}

.mainimage .jpn {
  display: block;
  position: relative;
  margin-top: 3rem;
}

.mainimage .jpn:before {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  content: "";
  height: 1px;
  width: 120px;
  background: #fff;
}

.underpage .t_recruit,
.underpage .t_indoorview,
.underpage .t_calender{
  display: none;
}

.underpage .t_map {
  margin: auto;
}

/********************************
/********************************

m_underpage

********************************/
@media only screen and (max-width: 1024px) {
  .mainimage .jpn {
    margin-top: 2rem;
  }

  .mainimage .jpn:before {
    top: -1rem;
  }

}



/********************************

s_underpage

********************************/
@media only screen and (max-width: 599px) {

  .breadclumb {
    margin-bottom: 6%;
  }

  .mainimage .jpn {
    margin-top: 1rem;
  }

  .mainimage .jpn:before {
    top: -0.5rem;
  }

}

/********************************
/********************************
/********************************

l_menu（02_メニュー・価格)

********************************/
.stripe_bdr {
  position: relative;
  margin-bottom: 6%;
}
.stripe_bdr ul{
  display: none;
}

.stripe_bdr:after {
  position: absolute;
  display: block;
  content: "";
  background: url(/import/tenant_1/160.16.96.139/html/images/menu/stripe_bdr.jpg) repeat;
  z-index: 1;
  height: 6px;
  width: 100%;
  background-size: contain;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.menu .menu_list li {
  margin: 0 .5rem 6rem;
}

.menu .menu_list li a {
  position: relative;
  font-size: 22px;
  padding: .5rem;
  font-family: 'Cinzel', serif;
  letter-spacing: 4px;
  height: 100%;
}

.menu .menu_list li a:after {
  position: absolute;
  display: block;
  content: url(/import/tenant_1/160.16.96.139/html/images/menu/u_shev.png);
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.menu .notice {
  text-align: center;
  line-height: 2;
  margin: 6% 0;
}

.menu .set_dc {
  border: 1px solid #261e1b;
  width: 50%;
  margin: 0 auto 6%;
  padding: 1rem;
}

.menu .set_dc dt {
  width: 30%;
  text-align: center;
  height: 100%;
}

.menu .set_dc dd {
  width: 70%;
  text-align: center;
  border-left: 1px solid #261e1b;
}

.menu .menu_wrap {
  padding: 50px 0;
}

.menu .menu_box {
  margin-bottom: 12%;
}

.menu .text_area {
  width: 100%;
  /* width: 40%; */
}

.menu .head_wrap {
  position: relative;
  /* padding-top: 80px;
  margin-top: -80px; */
  padding-top: 160px;
  margin-top: -160px;
}

.menu .head_wrap .i {
  width: 4rem;
  position: absolute;
  left: 0;
  bottom: .5rem;
}

.menu .text_area .lead {
  line-height: 2;
  margin: 2rem 0;
}

.menu .menu_area dl {
  margin-bottom: 1.5rem;
  border-bottom: 1px dotted #261e1b;
}

.menu .menu_area dt {
  font-weight: bold;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}

.menu .menu_area dt .s {
  font-weight: normal;
  margin-left: 2rem;
}

.menu .menu_area dd {
  text-align: right;
}

.menu .menu_area dd .s {
  display: block;
  font-size: 85%;
  line-height: 150%;
  margin-top: 5px;
}

.menu .menu_box .pic_area {
  width: 60%;
  margin-top: 5rem;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.menu .menu_box .pic_area .pic {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.menu .menu_box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.menu .menu_box .h {
  padding-left: 5rem;
}

.menu .menu_box .text_area {
  padding-right: 2rem;
}
.menu .reservation{
  margin-top: 6%;
    padding-bottom: 4rem;
}

/* タブメニュー */
.tab{
  margin-top: 30px;
}
.tablist.women {
    padding: 30px 2%;
    background: #f5f1e6;
}

.tablist.men {
    padding: 30px 2%;
    background: #eee5d4;
}
#menu{
    position: relative;
    padding-top: 62px;
}
#menu.tab .menu_wrap{
    padding-top: 62px;
}
.tabnav {
    position: absolute;
    top: 0;
    width: 100%;
}
.tabnav.fixed {
    position: fixed;
    width: 100%;
    max-width: 1000px;
    top: 76px;
    background: rgba(255,255,255,0.7);
    z-index: 10;
}
[data-element-id].tabnav.fixed {
  position: relative !important;
  width: auto !important;
  padding: 0 !important;
      top: auto !important;
    background:none !important;
}
.tabnav.fixed li {
     /*  width: 48%; */
     width: 12.3%;
}
.tabnav.fixed .flex{
  max-width: 100%;
}
.tabnav li {
    text-align: center;
    display: block;
    background: rgba(240,240,240,.9);
    color: #e0ca9b;
    /* width: 180px; */
    width: 12.3%;
    /* border-right: 1px solid #fff; */
    border-right: 0px solid #fff;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    cursor: pointer;
    font-weight: 600;
    /* margin-right: 0.2%; */
    margin-right: 0%;
}
.tabnav li a {
  width: 100%;
   /* padding: 20px; */
   padding: 20px 10px;
   box-sizing: border-box;
   display: block;
}
.tabnav .womencate,.tabnav .mencate{
  width: 75%
}
.tabnav .womencate li,.tabnav .mencate li{
  width: 16.4%;
}



.tabnav li.fix_cate a{
  font-family: 'Cinzel', serif;
}

.tabnav li a.on {
    background: #eee5d4;
    color: #2f2422;
    -webkit-transition: none;
    transition: none;
}

.tabnav li.men a.on {
    background: #eee5d4;
    font-weight: 700;
}
.tabnav li.women a.on {
    background: #f5f1e6;
    font-weight: 700;
}

.tabnav li.women a,.tabnav li.men a{
    background: #fdfaf5;
    font-weight: 400;
}

@media only screen and (max-width: 1024px) {
.tabnav.fixed {
    width: 93%;
    top: 0;
    max-width: 768px;
    margin: 0;
}
.tabnav li.fix_cate a{
  font-size: 10px;
}
.tabnav li a{
  padding: 20px 1px;
}
.tabnav .womencate, .tabnav .mencate{
  margin: 0;
}
}

@media only screen and (max-width: 599px) {
.tabnav> ul{
  display: block;
  width: 100%;
}
.tabnav{
  width: 70px;
  position: absolute;
  top: 0px;
}
.tabnav .womencate, .tabnav .mencate{
  width: 100%;
}

.tabnav> ul li{
  width: 100% !important;
}
.tab#menu{
  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;
}
.tab#menu .tablist {
  /*width : -webkit-calc(100% - 80px) ;
  width : calc(100% - 80px) ;
  margin-left: 80px;*/
  width: 100%;
}
.tab#menu{
  position: relative;
}

}


/********************************
/********************************

m_menu（02_メニュー・価格)

********************************/
@media only screen and (max-width: 1024px) {
  .menu .set_dc {
    margin-bottom: 80px;
  }
  
  .menu .menu_list li {
    margin: 0 .5rem 4rem;
  }

  .menu .menu_list li a {
    font-size: 18px;
  }

  .menu .menu_list li a:after {
    bottom: -1rem;
  }
  
  .menu .menu_box .menu_area .dl_wrap dt {
    width: 100%;
    max-width: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  .menu .menu_area dt .s {
    width: 100%;
    margin-left: 1rem;
  }
  
  .menu .menu_box .menu_area .dl_wrap dd {
    width: 100%;
  }

  .menu .head_wrap {
  padding-top: 0;
  margin-top: 0;
  }


  .menu .text_area,
  .menu .pic_area {
    width: 100%;
  }

  .menu .menu_box:nth-of-type(odd) .text_area,
  .menu .menu_box:nth-of-type(even) .text_area {
    padding: 0;
  }

  .menu .menu_box:nth-of-type(odd) .h,
  .menu .menu_box:nth-of-type(even) .h {
    text-align: left;
    padding-left: 5rem;
  }

  .menu .menu_box:nth-of-type(odd) .i,
  .menu .menu_box:nth-of-type(even) .i {
    left: 0;
    right: auto;

  }

}
@media only screen and (max-width: 599px) {
  #menu {
    padding-top: 0;
  }
.tabnav.fixed {
    width: 70px;
    top:0px;
    padding: 0%;
    box-sizing: border-box;
}


}

/********************************

s_menu（02_メニュー・価格)

********************************/
@media only screen and (max-width: 599px) {
  .menu .notice {
    padding: 6% 0;
  }

  .menu .set_dc {
    width: 90%;
  }

  .menu .set_dc dt,
  .menu .set_dc dd {
    width: 100%;
  }

  .menu .set_dc dd {
    border-left: none;
    border-top: 1px solid #261e1b;
    padding-top: 1rem;
    margin-top: 1rem;
  }

  .menu .menu_list li {
    margin: 0 0 3rem;
    /* width: 50%; */
    width: 25%;
    text-align: center;
  }

  .menu .menu_list li a {
    /* font-size: 16px; */
    font-size: 10px;
    letter-spacing: 0;
        padding: .5em .25em;
  }

  .menu .head_wrap .i {
    width: 3rem;
  }

.menu .menu_box .pic_area {
  width: 90%;
}

.menu .menu_box .pic_area .pic {
  width: 100%;
}

.menu .menu_box .pic_area .pic.w50 {
  width: 50%;
}

  .menu .menu_box:nth-of-type(odd) .h,
  .menu .menu_box:nth-of-type(even) .h {
    padding-left: 3rem;
  }
  
/* タブメニュー */
  .tabnav li {
    width: 49% !important;
    border: none;
  }
  .tabnav li.women {
    margin-right: 1%;
  }
  
  .tabnav li.men {
    margin-right: 0;
    /* margin-left: 1%; */
  }

}

/********************************
/********************************
/********************************

l_concept（03_シエスタのこだわり)

********************************/
.concept .kodawari {
  position: relative;
  padding: 100px 0 150px;
}

.concept .kodawari .text {
  width: 75%;
  margin: 0 auto;
}

.concept .proposal {
  text-align: center;
  margin-top : -80px;
  padding-top : 80px;
  margin-bottom: 10%;
}

.concept .proposal-wrap h5 {
  background: #ede5d4;
  padding: 3%;
  border-radius: 10px;
  margin-bottom: 5%;
}

.concept .proposal .bevel_list {
  width: 70%;
  margin: auto;
}

.concept .proposal .bevel_list.no-trans li .text{
    padding: 96px 15px 15px;
}

.concept .proposal .bl1,
.concept .proposal .bl2 {
  position: relative;
  margin-bottom: 8%;
}

.concept .proposal .bl1 .pic,
.concept .proposal .bl2 .pic {
  position: absolute;
  top:1%;
  right: -8%;
  z-index: 1;
}

.concept .proposal .bl1 li:nth-of-type(1) {
  width: 48%;
}

.concept .proposal .bl1 li:nth-of-type(2) {
  width: 100%;
}

.concept .proposal .bl2 li {
  width: 100%;
}

.concept .proposal .bl2 li:first-of-type {
  margin-bottom: 10%;
}

.concept .proposal .bl2 .pic {
  top:20%;
}

.concept .proposal .bl3 li {
  width: 48%;
}


.concept .proposal .bevel_list .h {
    text-align: left;
    color: rgba(110, 27, 35, 255);
    font-family: "游ゴシック",
     YuGothic,
     Hiragino Sans,
     "ヒラギノ角ゴ ProN W3",
     "Hiragino Kaku Gothic Pro",
     Hiragino Kaku Gothic ProN,
     "メイリオ",
     Meiryo,
     'ＭＳ Ｐゴシック',
     sans-serif;
    width: 85%;
}

.concept .logo_bg {
  width: 245px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.concept .topic_wrap {
  margin-bottom: 15%;
}

.concept .topic_wrap .text_area {
  width: 80%;
  margin-bottom: 6%;
}

.concept .topic_wrap .text_area .lead {
  /* line-height: 2.5; */
  line-height: 2;
}

.concept .topic_wrap .c_cut {
  width: 70%;
}
.concept .topic_wrap .c_cut.w50 {
    width: 40%;
}
.concept .topic_wrap .bb_heading:after {
  left: 0;
}

.concept_topic .topic_wrap:nth-of-type(odd) .c_cut,
.concept_topic .topic_wrap:nth-of-type(even) .text_area {
  margin-left: auto;
}

.concept_topic .topic_wrap:nth-of-type(even) .c_cut {
  margin-right: auto;
}



.onlyconcept .bb_heading{
  margin-bottom: 2.5rem;
}
.onlyconcept .enji_heading{
  margin-bottom: 2.5rem;
}

.onlyconcept .inner *{
  letter-spacing: 0;
}

/********************************
/********************************

m_concept（03_シエスタのこだわり)

********************************/
@media only screen and (max-width: 1024px) {
  .concept .proposal {
    margin-top : 0;
    padding-top : 0;
  }
  
  .concept .proposal .bl1,
  .concept .proposal .bl2 {
    margin-bottom: 15%;
  }
  
  .concept .proposal .bl1 .pic,
  .concept .proposal .bl2 .pic {
    position: static;
    width: 90%;
    margin: auto;
  }
  
  .concept .proposal .bl1 li:nth-of-type(1) {
    width: 100%;
  }
  
  .concept .proposal .bl2 li:first-of-type {
    margin-bottom: 5%;
  }
  
  .concept .proposal .bl3 li {
    width: 100%;
  }
    
}


/********************************

s_concept（03_シエスタのこだわり)

********************************/
@media only screen and (max-width: 599px) {
  .concept .proposal .bevel_list {
    width: 100%;
  }
  
  .concept .proposal .bl1 .pic,
  .concept .proposal .bl2 .pic {
    width: 75%;
  }
  
  .concept .topic_wrap .text_area .lead {
    line-height: 2;
  }
}

/********************************
/********************************
/********************************

l_salon_info（04_店舗紹介)

********************************/
.saloninfo .first {
  margin-bottom: 20%;
}

/* .saloninfo .first .h,
.saloninfo .first .text,
.saloninfo .child .h,
.saloninfo .child .text,
.saloninfo .child li {
  margin-bottom: 6%;
} */

.saloninfo .first .h, .saloninfo .first .text, .saloninfo .child .h, .saloninfo .child .text, .saloninfo .child li{
  margin-bottom: 2em;
}

.saloninfo .first {
  position: relative;
}

.saloninfo .first .front {
  width: 75%;
}

.saloninfo .first .back {
  position: absolute;
  right: 0;
  bottom: -15%;
  width: 50%;
  display: block;
  z-index: -1;
}

.accent {
  margin-bottom: 50px;
}

.accent .acc_inn {
  position: relative;
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 6%;
}

.acc_heading {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.saloninfo .accent .text {
  padding: 6% 0;
}

.tri_list {
  min-height: 188px;
}

.tri_list .head_wrap {
  position: relative;
  margin-bottom: 2rem;
  z-index: 2;
}

.tri_list .head_wrap .i {
  width: 4rem;
  position: absolute;
  left: 0;
  bottom: -.5rem;
  z-index: 2;
}

.tri_list .head_wrap .h {
  padding: 1rem 0 0 5rem;
  position: relative;
  z-index: 2;
}

.tri_list .head_wrap:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 188px 188px 0 0;
  border-color: #ffffff transparent transparent transparent;
  top: 0;
  left: 0;
  z-index: 0;
}

.tri_list dd {
  position: relative;
  z-index: 2;
  min-height: 7rem;
  padding-left: 2rem;
}

.tri_list dd a:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 0.5rem 0 1rem;
}

.tri_list dd i {
  font-size: 1.6rem;
}
.tri_list dd i.inst {
    display: inline-block;
    max-width: 30px;
}
.tri_list dd i.inst img {
    width: 100% !important;
}
.saloninfo .accent .btn_wrap {
  margin-top: 6%;
}
.saloninfo .tri_list .btn_wrap{
      margin: 1em 0 2em;
    text-align: left;
    min-height: 0;
}
.saloninfo .tri_list .btn_wrap a:before{
  display: none;
}
.saloninfo .frame_wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 90%;
  margin: auto;
}


.saloninfo .frame_wrap iframe,
.saloninfo .frame_wrap object,
.saloninfo .frame_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tri_list .insta_wrap {
  margin-bottom: 1rem;
}

.tri_list .insta_wrap dt {
  padding-right: 1rem;
  max-width: 75%;
}

.tri_list .insta_wrap dd {
  width: auto;
  min-height: auto;
  z-index: 0;
  padding: 0;
}

.tri_list .insta_wrap dd a{
  display: -webkit-box;
  display: -moz-flexbox: ;
  -ms-flexbox: ;
  flexbox: ;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/********************************
/********************************

m_salon_info（04_店舗紹介)

********************************/
@media only screen and (max-width: 1024px) {
  .concept .kodawari {
    padding: 10% 0;
  }
}


/********************************

s_salon_info（04_店舗紹介)

********************************/
@media only screen and (max-width: 599px) {
  .concept .kodawari {
    padding: 6% 0;
  }

  .concept .topic_wrap .text_area,
  .concept .topic_wrap .c_cut,.concept .topic_wrap .c_cut.w50 {
    width: 100%;
  }

  .tri_list {
    margin-bottom: 10%;
  }
  
  .tri_list dd a {
    display: block;
  }

}

/********************************
/********************************
/********************************

l_access（05_アクセス)

********************************/

.access .info_wrap {
  margin-bottom: 6%;
}

.access .info_wrap dl {
  margin-bottom: 1rem;
}

.access .info_wrap dt {
  width: 10%;
}

.access .info_wrap dd {
  width: 90%;
}

.access .gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 6%;
}

.access .gmap iframe,
.access .gmap object,
.access .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access .info_wrap .btn_wrap {
  margin-bottom: 6%;
}

.access .to_salon .pic {
  margin-bottom: 0.5rem;
}

/********************************
/********************************

m_access（05_アクセス)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_access（05_アクセス)

********************************/
@media only screen and (max-width: 599px) {

  .access .info_wrap dt,
  .access .info_wrap dd {
    width: 100%;
  }
}

/********************************
/********************************
/********************************

l_staff（06_スタッフ紹介)

********************************/
.staff .staff_wrap {
  padding-bottom: 6%;
}

.staff .staff_list {
  position: relative;
}

.staff .staff_list:nth-child(even) {
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
}

.staff .staff_list .name,
.staff .staff_list .posi {
  line-height: 1;
  text-align: center;
}

.staff .staff_list .posi {
  color: #888888;
  font-weight: bold;
}

.staff .staff_list .name {
  font-family: 'Cinzel', serif;
  font-size: 16px;
  font-weight: bold;
  margin: .5rem 0;
}

/********** detail **********/
.staff_box .pic {
  width: 20%;
  margin: 0 5%;
}

.staff_box .text_area {
  width: 70%;
  padding-left: 2rem;
}

.staff_box .posi {
  color: #888888;
  border-bottom: 1px solid #261e1b;
  letter-spacing: 2px;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.staff_box .j_name {
  margin-bottom: 2rem;
}

.staff_box .favorite {
  margin: 6% 0;
}

.staff_box .favorite div,
.staff_box .favorite .pic {
  width: 50%;
}
.staff_box .favorite .pic {
  width: 40%;
  margin: 0 5%;
}
.staff_box .favorite .alt {
  padding: 0 1rem;
}

.staff_box .staff_dl {
  border-bottom: 1px dashed #261e1b;
  padding: 1rem 0;
}

.staff_box .staff_dl dt {
  width: 25%;
}

.staff_box .staff_dl dd {
  width: 75%;
}

.detail .btn_wrap {
  margin: 6% 0;
}

/********************************
/********************************

m_staff（06_スタッフ紹介)

********************************/
@media only screen and (max-width: 1024px) {
  /********** detail **********/

  .staff_box .staff_img {
    width: 60%;
    margin: 0 auto 2rem;
  }

  .staff_box .text_area {
    width: 100%;
    padding: 0;
  }

  .staff_box .posi,
  .staff_box .j_name,
  .staff_box .e_name {
    text-align: center;
  }

}


/********************************

s_staff（06_スタッフ紹介)

********************************/
@media only screen and (max-width: 599px) {

  /********** detail **********/
  .staff_box .favorite .pic {
    width:60%;
    margin: 0 auto;
  }

  .staff_box .favorite div {
    width: 100%;
    margin: .5rem auto 1rem;
  }

  .staff_box .staff_dl dt,
  .staff_box .staff_dl dd {
    width: 100%;
  }

  .staff_box .staff_dl dt {
    font-weight: bold;
  }

  .staff_box .staff_dl dd {
    padding: 0 1rem;
  }
}

/********************************
/********************************
/********************************

l_style（08_スタイルギャラリー)

********************************/
.style .style_menu a {
  font-family: 'Cinzel', serif;
  font-size: 24px;
  font-weight: bold;
  padding: 0 .5rem 1rem;
}

.style .style_menu a:hover {
  border-bottom: 2px solid #261e1b;
}

.style .style_list {
  position: relative;
}

.style .style_list:before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 151px 93px 0 0px;
  border-color: #ffffff transparent transparent transparent;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.style .style_list:hover:before {
  opacity: 1;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;

}

.style .style_list:hover img {
  opacity: .6;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.style .hover_wrap {
  display: none;
}

.style .style_list:hover .hover_wrap {
  display: block;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.style .text_top {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}

.style .text_top .cat {
  font-size: 12px;
  position: relative;
}

.style .text_top .cat:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 32px;
  background: #261e1b;
}

.style .text_top .title {
  font-size: 18px;
  overflow: hidden;
}

.style .date {
  font-size: 12px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

/********** detail **********/
.style.detail .header_wrap {
  margin-bottom: 0.5rem;
}

.style.detail .header_wrap span {
  color: #e0c99c;
}

.style_box .style_pic {
  width: 50%;
}

.style_box .staff_area,
.style_box .style_dl_wrap {
  margin-bottom: 2rem;
}

.style_box .staff_area .staff_pic {
  width: 20%;
}

.style_box .staff_text_area {
  padding: 0 0 1rem 1rem;
  width: 80%;
}

.style_box .staff_text_area .posi {
  color: #888888;
}

.style_box .text_area {
  width: 50%;
  padding-left: 2rem;
}

.style_dl dt {
  width: 80px;
  font-weight: bold;
  font-size: 16px;
}

.style_dl dd {
  width: calc(100% - 80px);
}

.style_box .h {
  position: relative;
  padding: 0 0 0 4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.style_box .h:after {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  width: 3rem;
  background: #261e1b;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.style_box .t {
  margin-bottom: 1rem;
}



/********************************
/********************************

m_style（08_スタイルギャラリー)

********************************/
@media only screen and (max-width: 1024px) {
  .style .style_menu a {
    font-size: 20px;
  }

  /********** detail **********/
  .style_box .style_pic,
  .style_box .text_area {
    width: 80%;
    margin: 0 auto 2rem;
    padding: 0;
  }
}


/********************************

s_style（08_スタイルギャラリー)

********************************/
@media only screen and (max-width: 599px) {
  .style .style_menu a {
    font-size: 16px;
  }

  /********** detail **********/
  .style_box .staff_area .staff_pic {
    width: 30%;
    margin: 0;
  }

  .style_box .staff_text_area {
     width: 70%; 
  }

  .style_dl dt,
  .style_dl dd {
    width: 100%;
  }

  .style_dl dd {
    margin-bottom: 1rem;
  }

}

/********************************
/********************************
/********************************

l_exloop（10_自然エクステ（エクスループについて）)
l_headspa（11_ヘッドスパ)
l_treatment（12_トリートメント)

********************************/
.special .acc_inn {
  padding-top: 3em;

}

.special .lead {
  margin-bottom: 6%;
  line-height: 2.5;
}

.special .tri_list .head_wrap .h {
  padding-left: 2rem;
}

.special .acc_inn ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: .25rem;
  padding-right: 1rem;
  padding-left: 1rem;
  text-indent: -1rem;
}

.special .topic_wrap.posr {
  position: relative;
}

.treatment .ill {
  position: absolute;
  width: 219px;
  bottom: 0;
  left: 0;
}

.exloop .bevel_list li {
  width: 48%;
}

.exloop .bevel_list .h {
  color: rgba(110, 27, 35, 255);
  font-family: "游ゴシック",
    YuGothic,
    Hiragino Sans,
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro",
    Hiragino Kaku Gothic ProN,
    "メイリオ",
    Meiryo,
    'ＭＳ Ｐゴシック',
    sans-serif;
}

.headspa .bevel_list .h {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(110, 27, 35, 255);
  font-family: "游ゴシック",
    YuGothic,
    Hiragino Sans,
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro",
    Hiragino Kaku Gothic ProN,
    "メイリオ",
    Meiryo,
    'ＭＳ Ｐゴシック',
    sans-serif;
}

.headspa .bevel_list .s {
  font-size: 68px;
  padding: 1rem 3rem 0 1rem;
  color: #261e1b;
}

.treatment .bevel_list .h {
  text-align: right;
  color: rgba(110, 27, 35, 255);
  font-family: "游ゴシック",
    YuGothic,
    Hiragino Sans,
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro",
    Hiragino Kaku Gothic ProN,
    "メイリオ",
    Meiryo,
    'ＭＳ Ｐゴシック',
    sans-serif;
  width: 85%;
}

.treatment .ct {
  text-align: center;
  margin-top: -80px;
  padding-top: 80px;
}

.treatment .ct .c_lead-txt{
    margin-bottom: 10%;
}

.treatment .ct .bevel_list.no-trans li {
    width: 98%;
    text-indent: inherit;
}
.treatment .ct .bevel_list .h {
    text-align: left;
}
.treatment .ct .bevel_list.no-trans li .text{
    padding: 96px 3% 3%;
}



.treatment .concept_topic .heading{
  padding-bottom: 2em;
}
.treatment .topic_wrap .c_cut{
  width: 50%;
}

.treatment .treatmentList li{
      text-indent: inherit;
      width: 100%;
    min-height: 0;
    margin: 0;
    position: static;
    padding-bottom: 0.8rem;
    padding-right: 0.8rem;
    -webkit-transform: none;
    transform: none;
}
.treatment .treatmentList li:after {
    display: none;
}

.treatmentList .li:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: repeating-linear-gradient(90deg, #ede6d4 0, #ede6d4 5px, #fefaf7 5px, #fefaf7 10px);
    z-index: -1;
}
.treatmentList .li {
  text-indent: inherit;
      width: 98%;
    min-height: 14.5rem;
    margin: 1% 1% 5% 1%;
    position: relative;
    overflow: hidden;
    padding-bottom: 0.8rem;
    padding-right: 0.8rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.treatmentList h4{
  padding-bottom: 1em;
}




/********************************
/********************************

m_exloop（10_自然エクステ（エクスループについて）)
m_headspa（11_ヘッドスパ)
m_treatment（12_トリートメント)
********************************/
@media only screen and (max-width: 1024px) {
  .treatment .ct {
    margin-top: 0;
    padding-top: 0;
  }
  .treatment .ill {
    width: 164px;
  }
  .treatment .ct .bevel_list.no-trans li {
    width: 90%;
}

  .exloop .bevel_list li {
    width: 40%;
  }

  .headspa .bevel_list .s {
    padding: 1rem 1rem 0 1rem;
  }


}


/********************************

s_exloop（10_自然エクステ（エクスループについて）)
s_headspa（11_ヘッドスパ)
s_treatment（12_トリートメント)
********************************/
@media only screen and (max-width: 599px) {
  .special .lead {
    line-height: 2;
  }

  .treatment .ill {
    position: relative;
    width: 109px;
    margin: 1rem auto;
  }
  
  .treatment .ct .bevel_list.no-trans li {
    width: 75%;
    margin: 1% 12.5% 5% 12.5%;
    min-height: 16rem;
  }

  .exloop .bevel_list li {
    width: 75%;
  }
.treatment .topic_wrap .c_cut {
    width: 100%;
}
}

/********************************
/********************************
/********************************


********************************/



/********************************
/********************************

m_headspa（11_ヘッドスパ)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_headspa（11_ヘッドスパ)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************


********************************/



/********************************
/********************************

m_treatment（12_トリートメント)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_treatment（12_トリートメント)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_voice（13_お客様の声)

********************************/
.voice_wrap {
  margin: 6% 0;
}

.voice_wrap .text_area {
  width: 55%;
  padding-right: 2rem;
}

.voice_wrap .voice_image {
  width: 45%;
}

.voice_wrap .name,
.voice_wrap .item {
  border-bottom: 1px solid #261e1b;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}

.voice_wrap .name .s {
  font-size: 14px;
  display: block;
  margin-left: auto;
}


.voice_wrap .item dt {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2.5rem;
}

.voice_wrap .item dt:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  background: url(/import/tenant_1/160.16.96.139/html/images/voice/logo_s.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 20px;
  z-index: 1;
}

.voice_wrap .item dd {
  padding-left: 2.5rem;
}

.voice_wrap .comment {
  border: 1px solid #261e1b;
  padding: 1.5rem;
  line-height: 2;
}

.voice_wrap .count:nth-of-type(even) {
  background: #f5f1e6;
}

/********************************
/********************************

m_voice（13_お客様の声)

********************************/
@media only screen and (max-width: 1024px) {
  .voice_wrap .text_area {
    padding-right: 1rem;
  }

  .voice_wrap .comment {
    padding: 1rem;
  }
}


/********************************

s_voice（13_お客様の声)

********************************/
@media only screen and (max-width: 599px) {
  .voice_wrap .voice_image {
    width: 80%;
    margin: auto;
  }

  .voice_wrap .text_area {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
  }

}

/********************************
/********************************
/********************************

l_recruit（14_採用（幹部候補）、女性向け採用)

********************************/
.recruit .recruit_menu li {
  width: 45%;
}

.recruit .rec_btn {
  background: #261e1b;
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1.5rem 0;
  position: relative;
}

.recruit .recruit_menu {
  margin: 15% 0;
}

.recruit .rec_btn .pic {
  display: inline-block;
  width: 21px;
  margin-left: 1.5rem;
  vertical-align: top;
}

.recruit .headimage_wrap {
  position: relative;
  margin-bottom: 6%;
  padding-top: 68px;
  margin-top: -68px;
}

.recruit .headimage_wrap .heading {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  line-height: 1;
  color: #ffffff;
  text-shadow: #333 1px 1px 10px,
    #333 -1px 1px 10px,
    #333 1px -1px 10px,
    #333 -1px -1px 10px;
}

.recruit .message {
  text-align: center;
  line-height: 2.5;
  margin-bottom: 10%;
}

.fukidashi_list {
  width: 80%;
  margin: auto;
}

.fukidashi_list li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
  font-size: 16px;
  line-height: 2;
}

.fukidashi_list li:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  background: url(/import/tenant_1/160.16.96.139/html/images/recruit/fukidashi.png) no-repeat;
  background-size: contain;
  width: 38px;
  height: 32px;
}

.accent.rec_acc {
  border-top: 16px solid #f5f1e6;
}

.accent.rec_acc .text {
  width: 80%;
  margin-right: auto;
  line-height: 2.5;
}

.recruit .heading_group {
  margin-bottom: 3rem;
}

.recruit .rec_flow {
  position: relative;
  height: 850px;
}

.rec_flow .exp {
  position: absolute;
  top: 5rem;
  right: 0;
  width: 40%;
  line-height: 2;
}

.rec_flow .illust {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 149px;
}

.carrier_wrap {
  position: relative;
}

.carrier_wrap .text {
  position: absolute;
  width: 45%;
}

.carrier_plan .h {
  position: relative;
  color: rgba(110, 27, 35, 255);
  border-bottom: 2px solid rgba(110, 27, 35, 255);
  margin-bottom: 3rem;
}

.carrier_plan .h:after {
  position: absolute;
  border-bottom: 1px solid rgba(110, 27, 35, 255);
  bottom: 2px;
  display: block;
  content: "";
  width: 100%;
}

.carrier_wrap {
  overflow: hidden;
}

.carrier_wrap .carr_row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.carrier_wrap .carr_row dl {
  width: 23%;
}

.carrier_wrap .carr_ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.carrier_wrap .carr_ul li {
  width: calc(100% - 1rem);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 7rem;
  margin: 0 auto 1rem;
}

.carrier_wrap .carr_ul li .s {
  padding: 1rem;
}

.carrier_wrap .carr_ul li:nth-child(1) {
  background: #f5f1e6;
}

.carrier_wrap .carr_ul li:nth-child(2) {
  background: #eee5d4;
}

.carrier_wrap .carr_ul li:nth-child(3) {
  background: #eedec1;
}

.carrier_wrap .has_border {
  position: relative;
}

.carrier_wrap .has_border:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #261e1b;
  padding-left: 9999px;
  margin-left: -9999px;
  top: -1rem;
}

.carrier_wrap .year {
  text-align: center;
  font-family: "游ゴシック",
    YuGothic,
    Hiragino Sans,
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro",
    Hiragino Kaku Gothic ProN,
    "メイリオ",
    Meiryo,
    'ＭＳ Ｐゴシック',
    sans-serif;
  font-weight: bold;
  margin-top: 1.5rem;
}

.recruit .staff_voice .voice_pic {
  width: 30%;
}

.recruit .staff_voice .text_area {
  width: 70%;
  padding: 0 0 1rem 2rem;
}

.recruit .staff_voice .text_area .p {
  margin-bottom: 1em;
}

.recruit .acc_inn {
  padding-top: 3rem;
}

.recruit .strg_p {
  position: relative;
}

.recruit .strg_p .bgi {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 436px;
  z-index: -1;
}

.recruit .strg_p .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(110, 27, 35, 255);
  text-align: center;
  font-family: "游ゴシック",
    YuGothic,
    Hiragino Sans,
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro",
    Hiragino Kaku Gothic ProN,
    "メイリオ",
    Meiryo,
    'ＭＳ Ｐゴシック',
    sans-serif;
}

.recruit .strg_p .circle {
  position: relative;
  background: #f5f1e6;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  margin: auto;
}

.recruit .strg_p .large {
  width: 100%;
}

.recruit .strg_p .left_side .circle {
  margin-left: 0;
}

.recruit .strg_p .right_side .circle {
  margin-right: 0;
}

.recruit .strg_p .circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  height: auto;
  display: block;
  text-align: center;
  line-height: 2;
}

.recruit .vektor .text {
  width: 60%;
  line-height: 2;
  padding-right: 2rem;
}

.recruit .vektor .pic {
  width: 40%;
}

.recruit .torikumi {
  width: 90%;
  margin: auto;
  background: #eee5d4;
  padding: 2rem;
  border-radius: 45px;
}

.recruit .torikumi .h {
  color: rgba(110, 27, 35, 255);
  font-family: "游ゴシック",
    YuGothic,
    Hiragino Sans,
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro",
    Hiragino Kaku Gothic ProN,
    "メイリオ",
    Meiryo,
    'ＭＳ Ｐゴシック',
    sans-serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
}

.recruit .torikumi .lead {
  margin-bottom: 6%;
}

.recruit .check_list li {
  position: relative;
  font-size: 16px;
  padding-left: 5rem;
  margin-bottom: 3rem;
}

.recruit .check_list li:before {
  position: absolute;
  display: block;
  left: 0;
  content: "";
  background: url(/import/tenant_1/160.16.96.139/html/images/recruit/check.png) no-repeat;
  background-size: contain;
  width: 46px;
  height: 39px;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.recruit .faq dt {
  position: relative;
  background: #f5f1e6;
  min-height: 5.5rem;
  padding: 1.5rem;
}

.recruit .faq .q {
  font-size: 24px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}

.recruit .faq .q span {
  font-family: 'Dancing Script', cursive;
  font-size: 2em;
  padding-right: 1rem;
}

.recruit .faq dt:before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6rem 6rem 0 0;
  border-color: #ffffff transparent transparent transparent;
  top: 0;
  left: 0;
}

.recruit .faq dd {
  padding: 1rem 0 3rem 1rem;
  line-height: 2;
}

.recruit .yoko dl {
  margin-bottom: 1rem;
}


.recruit .yoko dt {
  width: 20%;
  padding: 0 0 1rem 1rem;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #261e1b;
  line-height: 2;
}

.recruit .yoko dd {
  width: 80%;
  border-bottom: 1px solid #261e1b;
  padding: 0 0 1rem 1rem;
  line-height: 2;
}

.recruit .yoko .h_2 {
  margin: 6% 0;
}

.recruit .merit_lead {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 50px;
}

.recruit .interview .lead {
  margin-bottom: 6%;
}

.recruit .interview .staff_box {
  margin-bottom: 6%;
  padding-bottom: 2rem;
  border-bottom: 1px solid #261e1b;
}

.recruit .interview .staff_box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.recruit .interview .staff_box:nth-of-type(odd) .text_area {
  padding-left: 2rem;
}

.recruit .interview .staff_box:nth-of-type(even) .text_area {
  padding-right: 2rem;
}

.recruit .interview .staff_box:last-of-type {
  border-bottom: none;
}

.recruit .interview .staff_pic {
  width: 30%;
}

.recruit .interview .text_area {
  width: 70%;
  padding-bottom: 1rem;
}

.recruit .interview .text_area .p {
  text-align: left;
  margin-bottom: 1rem;
}

.recruit .btn_wrap {
  margin-bottom: 6%;
}

/********************************
/********************************

m_recruit（14_採用（幹部候補）、女性向け採用)

********************************/
@media only screen and (max-width: 1024px) {

  .recruit .heading_group {
    margin-bottom: 6rem;
  }

  .recruit .headimage_wrap {
    padding-top: 0;
    margin-top: 0;
  }

  .recruit .rec_flow {
    height: auto;
    padding-bottom: 40px;
  }

  .rec_flow .exp {
    position: relative;
    top: 0;
    width: 80%;
    margin: 0 auto 6%;
  }

  .rec_flow .illust {
    position: relative;
    width: 20%;
    margin: auto;
    bottom: 0;
  }

  .carrier_wrap .text {
    position: relative;
    width: 80%;
    margin: 0 auto 6%;
  }

  .carrier_wrap .carr_row dl {
    width: 33.33333%;
  }

  .recruit .strg_p .center {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .recruit .strg_p .bgi {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  .recruit .strg_p .large,
  .recruit .strg_p .left_side,
  .recruit .strg_p .right_side {
    width: 50%;
  }

  .recruit .strg_p .circle {
    margin: 3rem auto !important;
    width: 17rem;
    height: 17rem;
  }

  .recruit .strg_p .circle span {
    line-height: 1.6;
  }

  .recruit .torikumi {
    width: 100%;
  }

  .recruit .faq .q {
    font-size: 18px;
  }


  .recruit .yoko dt {
    width: 30%;
  }

  .recruit .yoko dd {
    width: 70%;
  }

  .recruit .interview .text_area {
    padding: 0;
  }

}


/********************************

s_recruit（14_採用（幹部候補）、女性向け採用)

********************************/
@media only screen and (max-width: 599px) {

  .recruit .heading_group {
    margin-bottom: 3rem;
  }

  .recruit .headimage_wrap .pic {
    width: 100%;
  }

  .recruit .headimage_wrap .heading {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .recruit .recruit_menu li {
    width: 80%;
    margin: 0 auto 1rem;
  }

  .recruit .message {
    line-height: 1.6;
  }

  .recruit .strg_p .bgi {
    display: none;
  }

  .fukidashi_list {
    width: 100%;
  }

  .fukidashi_list li {
    margin-bottom: 1.5rem;
    line-height: 2;
  }

  .red_heading {
    width: 100%;
    margin: 0 auto 3rem;
  }

  .accent.rec_acc .text {
    width: 100%;
    line-height: 2;
  }

  .rec_flow .exp {
    width: 100%;
  }

  .carrier_wrap .text {
    width: 100%;
  }

  .carrier_wrap .carr_row dl {
    width: 100%;
    margin-bottom: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .carrier_wrap .carr_row dt,
  .carrier_wrap .carr_row dd {
    width: 100%;
  }

  .carrier_wrap .carr_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .carrier_wrap .year {
    position: relative;
    margin: 0 0 3rem 0;
  }

  .carrier_wrap .year:before,
  .carrier_wrap .has_border:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #261e1b;
    bottom: -1rem;
    top: auto;
  }

  .recruit .staff_voice {
    margin-bottom: 10%;
  }

  .recruit .staff_voice .voice_pic {
    width: 80%;
    margin-bottom: 1rem;
  }

  .recruit .staff_voice .text_area {
    width: 100%;
    padding: 0;
  }

  .tri_list .head_wrap .h {
    padding-left: 2rem;
  }

  .saloninfo .tri_list .head_wrap .h {
    padding-left: 5rem;
}

  .recruit .strg_p .large,
  .recruit .strg_p .left_side,
  .recruit .strg_p .right_side {
    width: 100%;
  }

  .recruit .strg_p .center {
    margin-bottom: 6%;
  }

  .recruit .strg_p .circle {
    margin: 0 auto 3rem !important;
  }

  .recruit .vektor .text {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0;
  }

  .recruit .vektor .pic {
    width: 80%;
  }

  .recruit .torikumi {
    padding: 1rem;
  }

  .recruit .check_list li {
    padding-left: 3rem;
    margin-bottom: 1.5rem;
  }

  .recruit .check_list li:before {
    width: 2rem;
  }

  .recruit .faq dd {
    line-height: 1.5;
  }

  .recruit .yoko dt {
    width: 100%;
    padding-bottom: 0;
  }

  .recruit .yoko dd {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }

.recruit .interview .staff_pic {
    width: 60%;
    margin-bottom: 1rem;
}

  .recruit .interview .text_area {
    width: 100%;
    padding: 0 !important;
  }

}

/********************************
/********************************
/********************************

l_news（15_ニュース)

********************************/
.news_wrap dl {
  border-bottom: 1px solid #261e1b;
  padding-bottom: 1rem;
  margin-bottom: 6%;
}

.news_wrap dl:last-of-type {
  margin-bottom: 0;
}

.news_wrap dt {
  margin-bottom: 1rem;
}

.news .date {
  width: 10%;
}

.news .cat {
  margin-left: 1rem;
  width: 85%;
}

.news .cat .s {
  color: #fff;
  background: #e0ca9b;
  padding: .25rem 1.5rem;
  text-align: center;
  font-size: 12px;
  margin: 0 .5rem .5rem 0;
  display: inline-block;
  
}

.article_cat_list .heading_group {
  border-bottom: 1px solid #261e1b;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}

.article_cat_list .heading {
  position: relative;
  padding-bottom: .25rem;
  margin-bottom: .5rem;
}

.article_cat_list .heading:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 93px;
  background: #858177;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.article_cat_list .h_inline .l_i {
  width: 6rem;
  top: 0;
}

.article_cat_list .h_inline .r_i {
  width: 3.5rem;
  right: -4.5rem;
  top: 0;
}

.article_cat_list li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 0 0 1rem 1rem;
}

.article_cat_list .archive_list li {
  width: 50%;
}

/********** detail **********/
.detail .title {
  border-bottom: 1px solid #261e1b;
  padding-bottom: 1rem;
  margin: 1rem 0 2rem;
}



/********************************
/********************************

m_news（15_ニュース)

********************************/
@media only screen and (max-width: 1024px) {
  .news .date {
  width: 100%;
}

  .news .cat {
  width: 100%;
  margin-left: 0;
  }
}


/********************************

s_news（15_ニュース)

********************************/
@media only screen and (max-width: 599px) {
  .news_wrap .date {
    width: 100%;
  }

  .news_wrap .cat {
    margin-left: 0;
  }

  .article_cat_list .h_inline .r_i {
    right: -12.5rem;
  }

}


/********************************
/********************************
/********************************

l_blog（17_ブログ)

********************************/
.blog .article {
  position: relative;
}

.blog .article .pic_wrap {
  position: relative;
}

.blog .article .staff_img {
  position: absolute;
  width: 25%;
  right: 0;
  bottom: -17.5%;
  border: 1px solid #fff;
}

.blog .article .blog_head {
  margin: .5rem 0;
  padding-right: 25%;
}

.blog .article .blog_head .date{
  width: 40%;
}

.blog .article .blog_head .cat{
  width: 55%;
  margin: 0;
}

.blog .article .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-bottom: 2rem;
}

.blog_footer .t_recruit,
.blog_footer .t_indoorview {
  display: none;
}

/********** detail **********/
  .blog.detail .date {
    width: 10%;
  }
  
  .blog.detail .cat {
  margin-left: 1rem;
  width: 85%;
  }

.blog.detail .cat .s {
  color: #fff;
  background: #e0ca9b;
  padding: .25rem 1.5rem;
  text-align: center;
  font-size: 12px;
  margin: 0 .5rem .5rem 0;
  display: inline-block;
}

.blog.detail .text {
  margin-bottom: 10%;
}

.blog .author {
  width: 50%;
  margin: auto;
  border: 1px solid #261e1b;
  padding: 1rem;
}

.blog .author .author_img {
  width: 20%;
}

.blog .author .text_area {
  width: 80%;
  padding-left: 1rem;
}

.blog .author .posi {
  color: #888888;
}

.blog .recommend {
  background: #eee5d4;
  position: relative;
  padding-top: 70px;
}

.blog .recommend .heading_group {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.blog .recommend .heading .s {
  margin-bottom: 0;
}

.blog .recommend .cate {
  color: rgba(38, 30, 27, 255);
  font-size: 12px;
  margin: 0.5rem 0;
}

/********************************
/********************************

m_blog（17_ブログ)

********************************/
@media only screen and (max-width: 1024px) {
  
  .blog.detail .cat {
    width: 100%;
    margin-left: 0;
  }

  
  .blog.detail .date {
    width: 100%;
  }
}


/********************************

s_blog（17_ブログ)

********************************/
@media only screen and (max-width: 599px) {
  .blog .article .blog_img {
    width: 100%;
  }
  
  .blog .author {
    width: 80%;
  }
  
  .blog .author .author_img {
  width: 80%;
  margin: 0 auto 1rem;
}
  
  .blog .author .text_area {
    width: 100%;
    padding: 0;
  }
  
}

/********************************
/********************************
/********************************

l_blog_detail（18_ブログ（詳細）)

********************************/



/********************************
/********************************

m_blog_detail（18_ブログ（詳細）)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_blog_detail（18_ブログ（詳細）)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_reservation（19_ご予約案内)

********************************/
.reservation .heading_group {
  margin: 0 auto 6%;
}

.dashed_heading {
  text-align: center;
  margin: 0 auto 6%;
}

.dashed_heading .s {
  border-bottom: 1px dashed #261e1b;
  text-align: center;
  padding-bottom: .5rem;
}

.reservation .web_res{
  margin-bottom: 30px;
}

.reservation .web_res .btn_wrap {
  margin-top: 6%;
  padding-bottom: 4rem;
}

.reservation .acc_inn {
  padding-top: 3rem;
}

.reservation .tri_list .head_wrap .h {
  padding-left: 1rem;
}

.reservation .acc_inn.nop {
  padding: 0;
}

.accent.mb0 {
  margin-bottom: 0;
}

.acc_heading.center {
  /* left: 50%;
    -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
    width: 100%;
    text-align: center;
}

.saloninfo .accent .text.tac  {
  text-align: center;
}
@media only screen and (max-width: 599px){
  .saloninfo .accent .text {
  padding: 12% 0 6%;
}
}

/********************************
/********************************

m_reservation（19_ご予約案内)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_reservation（19_ご予約案内)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_contact（20_お問合せ)

********************************/
.contact .lead,
.contact .requier {
  color: rgba(224, 201, 156, 255);
}

.contact .lead,
.contact_form dl {
  margin-bottom: 1.5rem;
}

.contact_form dt {
  width: 30%;
}

.contact_form dd {
  width: 70%;
}

.contact_form .inputtext {
  border: 1px solid #261e1b;
  padding: .5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact button.btn:hover {
  cursor: pointer;
  opacity: .6;
}



/********************************
/********************************

m_contact（20_お問合せ)

********************************/
@media only screen and (max-width: 1024px) {

  .contact_form dt,
  .contact_form dd {
    width: 100%;
  }

  .contact_form dt {
    margin-bottom: 0.5rem;
  }


}

/********************************

s_contact（20_お問合せ)

********************************/
@media only screen and (max-width: 599px) {
  .contact .btn_wrap li {
    width: 90%;
    margin: auto;
    text-align: center;
    margin-bottom: 1rem;
  }

}


/********** A-BiSU管理画面 **********/
[data-element-id] .c_box {
      -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  position: relative;
  top: 0;
  left: 0;
}

[data-element-id] .t_prefooter .t_recruit .h {
  color: #000;
}

[data-element-id] .rec_flow .exp { 
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 3rem;
}

[data-element-id] .bevel_list li {
  transform: translateY(0) !important;
}

[data-element-id] .carrier_wrap .text {
  position: relative;
}

[data-element-id] .recruit .strg_p .circle span {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  width: 95%;
}

[data-element-id] .mainimage .page_heading {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0,0);
  margin: 2rem auto;
  color: #000;
}

[data-element-id] .mainimage .jpn:before {
  background-color: #000;
}
[data-element-id] .pcnone{
  display: block;
}
.footfix{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    max-width: 100%;
    padding: 0;
}
.footfix .flex {
  max-width: 100%;
}
[data-element-id] .footfix {
  position: relative;
    display: block;
}
.footfix .right { 
   float: right;
    width: 50%;
}
 .footfix .right .txt {
    text-align: center;
    display: block;
    padding-bottom: 0.5%;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}
.footfix .right p {
       background: #c5ae80;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.footfix .right p a {
    display: block;
        width: 100%;
    height: 100%;
}
.footfix .right p .pic {
    display: block;
    width: 100%;
    max-width: 30px;
    margin: 0 auto;
    padding: 4% 0 2% 0;
}
 .footfix .left {
   float: left;
    width: 50%;
}
 .footfix .left .txt {
    text-align: center;
    display: block;
    padding-bottom: 0.5%;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}
.footfix .left .tl {
    background: #cca3a3;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.footfix .left .tl.ab {
    background: #ffd580;
}

 .footfix .left .tl a {
    width: 100%;
    height: 100%;
    display: block;
}

.footfix .left .tl.ab a span {
    color: #666;
}

.footfix .left .tl .pic {
    display: block;
    width: 100%;
    max-width: 30px;
    margin: 0 auto;
    padding: 4% 0 2% 0;
}


@media only screen and (max-width: 1024px){
 .footfix {
    display: block;
  }
  
}

.fixed + .menu_wrap,
.fixed + .menu_wrap+ .menu_wrap {
  padding-top: 150px;
}
@media only screen and (max-width: 1024px){

.fixed + .menu_wrap, .fixed + .menu_wrap+ .menu_wrap{
  padding-top: 30px;
}
}
@media only screen and (max-width: 1024px){
  .toppage,
  .underpage {
    padding-bottom: 90px;
  }
}

#gnav li.tel_btn {
margin-left: auto;
height: 75px;
width: 13%;
}

#gnav li.web_btn {
  /* margin-left: 1.5rem; */
  background: #c5ae80;
  width: 12%;
  height: 75px;
}

#gnav li.tel_btn > div > div {
  height: 75px;
}

#gnav li.web_btn a,
#gnav li.tel_btn a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
}
#gnav li.tel_btn a{
 background: #cca3a3;
    color: #fff;
    padding: 0.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    width: 100%;
    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;
}
#gnav li.web_btn a {
    color: #fff;
}

#gnav li.tel_btn a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  font-size: 2rem;
  padding-right: .5rem;
  }

#gnav li.web_btn a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  font-size: 2rem;
  padding-right: .5rem;
}

#gnav.fixed li.web_btn a:before,
#gnav.fixed li.tel_btn a:before {
    font-size: 1.25rem;
}

@media only screen and (max-width: 1024px){
  #gnav li.web_btn,
  #gnav li.tel_btn {
    display: none;
  }
}
.mainimg .uk-slidenav-position{
  max-width: 80%;
}

.mainimg .uk-slidenav-position:after{
      padding-top: 50%;
}
.mainimg .tbox{
  position: absolute;
    top: 50%;
    left: 50%;
    width: 94%;
    text-align: right;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.mainimg .tbox *{
  text-align: left;
  font-family: 'Cinzel', serif;
  text-shadow: 3px 3px 4px #fff,
               -3px 3px 4px #fff,
               3px -3px 4px #fff,
               -3px -3px 4px #fff,
               3px 3px 4px #fff,
               -3px 3px 4px #fff,
               3px -3px 4px #fff,
               -3px -3px 4px #fff;
}
.mainimg .tbox .txt{
  display: inline-block;
}
.mainimg .tbox .inb{
  display: inline-block;
}

@media only screen and (max-width: 599px){
 .mainimg .tbox{
   text-align: right;
 }
 .mainimg .tbox .txt{
   font-size: 14px;
 }
 .mainimg .tbox .inb {
    display: block;
}
}

.fix{
    position: fixed;
    top: 0;
}


.t_concept.alternate .alt_box:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.t_concept .alt_box .heading {
  margin: 0;
  text-align: left;
}


@media only screen and (max-width: 1024px){
  
.copyright {
  padding-bottom: 90px;
}

}

@media only screen and (max-width: 599px){
.t_concept .alt_box .heading {
  text-align: center;
}
  
.t_concept.alternate .alt_box .uk-width-1-2{
  width: 50%;
}

.t_treatment .c_lead-txt {
  padding: 10px;
  text-align: left;
}

.copyright {
  padding-bottom: 30px;
}

}

.t_prefooter .acc-content {
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}

@media only screen and (max-width: 599px){
  .t_prefooter .acc-content {
  text-align: left;
}

.t_prefooter .time-box.w50 .acc-content{
  display: block !important;
}

.t_prefooter .time-box.w50 .acc-content .tit{
  text-align: center;
}

}

.hasami {
  width: 50px;
}

@media only screen and (max-width: 599px){
  .hasami {
  width: 40px;
}
}

.mt100 {
  margin-top: 100px;
}
