@charset "utf-8";

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

l_common

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

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
  color: #333;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.pb0 {
  padding-bottom: 0;
}

.tab_sm,
.sm_only {
  display: none;
}

/* fonts */
.cabin {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
}
.josefin {
  font-family: 'Josefin Sans', "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.selif {
 font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

h2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  text-align: center;
  color: #819876;
  letter-spacing: .1em;
  font-weight: 400;
}

h3 {
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  color: #abbda2;
  border: 1px solid #abbda2;
  padding: .25em 0;
  letter-spacing: .25em;
  font-weight: normal;
}

/* flex */
.columnsb {
    -ms-flex-line-pack: justify;
        align-content: space-between;
}

.fead-mv {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

.mv {
  opacity: 1;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

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

l_components

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

/* ボタン */
.btn {
  font-family: 'Josefin Sans', sans-serif;
  display: block;
  position: relative;
  text-align: center;
  padding: 1em 0;
  color: white;
  letter-spacing: .25em;
}

.btn:after {
  position: absolute;
  top: 30%;
  right: 6%;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.big {
  background: #434343;
  margin: 0 auto;
  letter-spacing: .2em;
  font-weight: bold;
}

.big:hover {
  color: #fff;
}

/* ページャー */
.pager {
  width: 50%;
  margin: 60px auto 0;
}

.pager ul li {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  position: relative;
  width: 46px;
  height: 46px;
  font-size: 30px;
  border: 1px solid #333;
}

.pager li span,
.pager li a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pager li a {
  display: block;
  width: 100%;
  text-align: center;
}

.pager li.prev,
.pager li.next,
.pager li.current {
  border: none;
}

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

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

.pager li.current {
  background: #434343;
  color: #fff;
}


/* imgのborder */
.img_border,
.img_border_r {
  position: relative;
  margin-bottom: 7px;
}

.img_border:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  border: 1px solid #abbda2;
  right: -6px;
  left: 6px;
  top: 6px;
  bottom: -6px;
}

.img_border_r:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  border: 1px solid #abbda2;
  right: 6px;
  left: -6px;
  top: 6px;
  bottom: -6px;
}

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

m_common,
m_components

********************************/
@media only screen and (max-width: 1024px){
  .pc_only {
    display: none;
  }

  .tab_sm {
    display: block;
  }

  .header_reserve {
    bottom: 0;
    left: 10%;
  }

  .sp_tel {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }

.sp_tel>.flexb {
  min-width: 100%;
}

  .sp_tel .box{
    width: 33%;
    background: #434343;
    padding: .5em;
  }
  
  .sp_tel .box .fs18{
    text-align: center;
    color: #fff;
    font-weight: bold;
  }

  .sp_tel .box .fs18 span {
    padding-right: .5em;
  }

  .sp_tel .box .tel,
  .sp_tel .box .tel a {
    text-align: center;
    color: #fff;
  }

  .sp_tel .box .tel:before {
      content: 'TEL. ';
      font-size: .5em;
  }

  .sp_tel .totop{
    position: fixed;
    right: 2%;
    bottom: 0;
    text-align: center;
    background: #434343;
    font-size: 12px;
    padding: 1em 1.5em;
    color: #fff;
    z-index: 10;
  }

  /* ページャー */
  .pager ul li {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }
}

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

s_common,
s_components

********************************/
@media only screen and (max-width: 599px){
  .sm_only {
    display: block;
  }

  .pc_tab {
     display: none;
  }

  h2 {
    margin-bottom: 40px;
  }

  /* ページャー */
  .pager {
    width: 70%;
  }

  .pager ul li {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }

}

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

l_header,
l_footer

********************************/
header {
  position: relative;
}

.mainimg {
  position: relative;
  width: 100%;
}

.mainimg ul li .pic {
  background: #5D7347;
}

.mainimg ul li .pic img {
  opacity: .6;
  display: block;
}

.scroll {
  position: absolute;
  bottom: 23px;
  right: 83px;
}

.header_reserve {
  position: fixed;
  bottom: 17%;
  
}

.r_btn {
  opacity: 0.85;
  display: block;
  width: 100%;
  margin-top: .5em;
  background: #333;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 1em .5em;

}

.r_btn span {
  display: block;
  color: #b8c8b0;
  font-weight: normal;
}

.r_btn:hover {
  color: #fff;
}

.nav_wrap {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.nav_wrap .inner {
  padding: 25px 0;
  margin-top: 0;
}

.globalnav ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
}

.globalnav ul li {
  padding-left: 30px;
  padding-bottom: 15px;
  font-size: 14px;
}

.globalnav ul li a,
.globalnav ul .parent
 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: .1em;
  display: block;
}

.globalnav ul .parent {
  position: relative;
}

.globalnav ul .parent:hover {
  cursor: pointer;
}

.globalnav ul .parent ul {
  position: absolute;
  display: none;
  top: 25px;
  right: 0;
}

.globalnav ul li:hover>ul {
  display: block;
}

.globalnav ul li ul li {
  width: 200px;
  text-align: right;
  padding-bottom: 8px;
}

.globalnav ul li ul li a {
  background: #fff;
  color: #333;
  padding: .5em;
}

#gnav {
  position: fixed;
  -webkit-transition: .8s;
  transition: .8s;

}

#gnav .accordion-body {
  width: 48%;
  margin-right: 30px;
}

/********** footer **********/ 

footer {
  background: #b8c8b0;
}

.underpage .content footer .inner {
  padding: 40px 0;
}

.footer_top {
  padding-bottom: 40px;
}

.footer_top .logo,
.footer_top nav.mini li a {
  color: #fbfef3;
}

.footer_top nav.mini ul li {
  font-size: 16px;
  padding-left: 30px;
}

nav.mini .mini_conta:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1d8";
  font-weight: 900;
  padding-right: 10px;
}

nav.mini .mini_insta:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
  font-weight: 900;
  padding-right: 10px;
}

footer .stores .gr321 {
  border: 1px solid #fbfef3;
  padding: 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
        flex-direction: column;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
        justify-content: space-between;

}

footer .stores h3,
footer .stores .address,
footer .stores .tel {
  text-align: center;
}

footer .stores h3 {
  font-family:inherit;
  border: none;
  margin: 0;
  font-weight: bold;
  color: inherit;
  letter-spacing: 0;
}

footer .stores h3 span {
  font-family: 'Josefin Sans', sans-serif;
  padding-right: .5em;
  font-size: 1.6em;
  font-weight: normal;
}

footer .stores .tel {
  font-weight: bold;
  margin-bottom: 1em;
}

footer .stores .tel:before {
  content: 'TEL. ';
  font-size: .5em;
}

footer .stores .btn { 
  background: #333;
  font-size: inherit;
}

footer .stores .btn:hover {
  color: #fff;
}

.footernav {
  position: relative;
  width: 100%;
  background: #fbfef3;
}

.footernav ul {
  width: 65%;
  margin: auto;
}

.footernav ul li a,
.footernav .parent {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  color: #819876;
  padding: 0 1em;
}

.footernav ul .parent {
  position: relative;
}

.footernav ul .parent:hover {
  cursor: pointer;
}

.footernav ul .parent ul {
  position: absolute;
  display: none;
  bottom: 1.5em;
}

.footernav ul li:hover>ul {
  display: block;
}

.footernav ul li ul li {
  width: 200px;
  padding-top: 8px;
}

.footernav ul li ul li a {
  background: #fff;
  color: #333;
  padding: .5em;
  display: block;
}


.footernav .totop{
  position: fixed;
  right: 2%;
  bottom: 17%;
  text-align: center;
  background: #434343;
  font-size: 12px;
  padding: .5em 1em;
  color: #fff;
  z-index: 10;
}

.copyright {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  width: 100%;
  background: #434343;
  text-align: center;
  padding: 1em 0 6em;
  color: #fff;
}


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

m_header

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

@media only screen and (max-width: 1024px){
  #gnav {
    height: 71px;
  }

  #gnav.nav_wrap .toggle .bar,
  #gnav.action .toggle .bar{
    border-style: inherit;
  }

  #gnav.action .toggle .bar,
  #gnav.action .toggle .bar:before,
  #gnav.action .toggle .bar:after {
    background: #333;
  }

  #gnav .toggle {
    background: none;
    margin-top: 1%;
  }

  #gnav .accordion-body {
    top: 71px;
    left: inherit;
    right: 0;
    width: 80%;
  }

  #gnav .inner {
     padding: .25em 0;
  }
   h1.logo {
     width: 50vw;
     margin: 0 auto;
     text-align: center;
     padding: 2% 0;
   }

   .gnav_reserve {
     margin-bottom: 1em;
   }

    #gnav .gnav_reserve .r_btn{
      display: block;
      width: 75%;
      margin-top: 1em;
      background: #333;
      text-align: center;
      color: #fff;
      font-weight: bold;
      padding: 1em;
     }
  
     #gnav .gnav_reserve .r_btn span {
    color: #b8c8b0;
    font-weight: normal;
  }

  .globalnav {
    padding-bottom: 80px;
  }

  .globalnav ul .parent span {
    color: #888;
    display: block;
    padding: 10px 15px;
  }

  .globalnav ul .parent ul {
    position: inherit;
    display: block;
    top: 0;  
  }

  #gnav ul li ul li a {
    padding: 15px 10px 15px 25px;
  }

   .nav_wrap .globalnav {
    display: none;
  }

   .action .globalnav {
     display: block;
     z-index: 9999;
    }

    .accordion-body {
      position: relative;
    }

    .accordion-inner {
      position: absolute;
      left: 0;
      top: 0;
    }


}
/********************************

s-header,
s-footer

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

@media only screen and (max-width: 599px){
  #gnav {
    height: 60px;
  }

  #gnav .accordion-body {
    top: 60px;
  }

  .mainimg ul li p.pic {
    width: 100%;
  }

  .scroll {
    bottom: 3%;
    right: 14%;
  }

  .scroll .pic {
    width: 50%;
  }

  .footer_top .logo,
  .footer_top nav.mini {
    margin: 0 auto;
  }

  .footer_top .logo {
    margin-bottom: 1em;;
  }

  .footernav ul {
    width: 65%;
  }

  .sp_tel .box .fs18 span {
    padding-right: 0;
    display: block;
  }
  
  .sp_tel .tel {
    font-size: 10px;
  }
}



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

l_index (TOP)

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

/* information */
.info {
  background: #fbfef3;
}

.info .lead {
  color: #819876;
  padding-bottom: 1.25em;
}

.info .flex {
  margin-top: 2em;
}

.info .flexc div{
  width: 58%;
}

.info .btn {
  background: #b8c8b0;
}

/* menu */

.menu .box {
  margin-bottom: 100px;
  position: relative;
}

.menu .box .gr221 {
  margin: 0;
}

.menu .box .gr221:first-of-type {
  padding-bottom: 60px;
}

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

.menu h3 {
  margin-bottom: 0;
  width: 100%;
}

.menu .box .btn_wrap {
  position: absolute;
  bottom: 0;
  margin: 0 4% 0 0;
}

.menu .box:nth-of-type(odd) .btn_wrap {
  left: 53.5%;
}

.menu .menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  margin: 0 4% 0 0;
}

.menu .lead {
  font-weight: bold;
  color: #819876;
  margin-top: .5em;
}

.menu .price {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  margin-top: 20px;
}

.menu .price span {
  display: block;
  font-weight: normal;
}

.menu .btn {
  background: #b8c8b0;
  font-size: 18px;
}

.menu .tomenu {
  width: 50%;
  margin: 0 auto;
  font-size: 24px;
  background: #434343;
}

.menu .tomenu:hover {
  color: #fff;
}

/* salon info  */
.salon_info {
  background: #eceee2;
}

 .salon_info .gr321 {
  margin: 0 0 5%;
}

 .salon_info .pic {
  margin-bottom: 20px;
}

 .salon_info h3 {
  color: #819876;
  border-color: #819876;
  margin-bottom: 20px;
  letter-spacing: 0;
}

 .salon_info .address,
 .salon_info .tel,
 .salon_info .tel a {
  color: #666;
  text-align: center;
}

 .salon_info .address {
  margin-bottom: 1em;
}

 .salon_info .tel {
  font-weight: bold;
  margin-bottom: .75em;
}

 .salon_info .tel:before {
  content:'TEL：'
}

.tosalon_info {
  background: #abbda2;
  margin-bottom: 20px;
}

.reserve {
  background: #333;
}

.reserve:hover {
  color: #fff;
}

.reserve span {
  display: block;
  color: #b8c8b0;
}

 .salon_info .lead {
  text-align: center;
  border: 1px solid #333;
  padding: .5em 0;
  letter-spacing: .1em;
}

/* style gallery  */
.style_gallery {
  background: #fbfef3;
}

.style_gallery .gr422 {
  position: relative;
}

.style_gallery .gr422 .s_name {
  color: #819876;
  z-index: 5;
  font-size: 30px;
}

 .style_gallery .short .s_name {
  position: absolute;
  top: 10%;
  left: 8%;
 }

 .style_gallery .bob .s_name {
  position: absolute;
  top: 67%;
  left: 13%;
 }

 .style_gallery .long .s_name {
  position: absolute;
  top: 17%;
  left: 53%;
}

.style_gallery .arrange .s_name {
  position: absolute;
  top: 67%;
  left: 18%;
}


/* voice + Q&A */
.voice_part,
.qa_part {
  border: 1px solid #b8c8b0;
}

.voice_part h2,
.qa_part h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  text-align: center;
  border-bottom: 1px solid #b8c8b0;
  padding: .3em 0;
  margin: 0;
}

.voice_qa .gr221 {
  margin: 0 0 6%;
}

.voice_qa .col {
  height: 85%;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
       justify-content: space-between;
}

.voice_part ul li,
.qa_part dl dt,
.qa_part dl dd {
  padding-bottom: 1em;
}

.voice_part ul li,
.qa_part dl dd {
  font-size: 16px;
}

.voice_part ul li .persona {
  display: block;
  text-align: right;
  padding-top: 1em;
}

.voice_part ul li .persona:before {
  content: '〈';
}

.voice_part ul li .persona:after {
  content: '〉';
}

.qa_part dl dt:before {
  content: url(/import/tenant_1/153.126.145.185/html/images/top/q.png);
  padding-right: 5px;
}

.qa_part dl dd:before {
  content: url(/import/tenant_1/153.126.145.185/html/images/top/a.png);
  padding-right: 10px;
}

.qa_part dl dt,
.qa_part dl dd {
  text-indent: -43px;
  padding-left: 43px;
}

.qa_part dl dt {
  color: #666;
  font-weight: bold;
  font-size: 16px;
}

.voice_qa .btn {
  background: #b8c8b0;
  width: 100%;
}

/* staff */

/* recruit */
.recruit {
  background: #fbfef3;
}

.recruit .wrap {
  position: relative;
  margin-bottom: 60px;
}

.recruit .wrap .textarea {
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%,-78%);
}

.recruit h3,
.recruit .lead{
  text-align: center;
  text-shadow: 0 0 12px #000
}

.recruit h3 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  font-weight: bold;
  color: #fff;
  border: none;
  margin: 0;
}

.recruit .lead {
  color: #fff;
  font-weight: bold;
}

/* instagram */
.insta {
  background: #fbfef3;
}

/* blog */
.blog {
  background: #eceee2;
}

.blog h3 {
  font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
  letter-spacing: 0;
  color: #819876;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.blog .date {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  text-align: right;
  color: #666;
  padding: 1em 0;
}

.blog .date:before {
  content: '— '
}

.blog .desc {
  margin: 1em 0;
}

.blog .btn {
  background: #abbda2;
}

/* news */
.news .box {
  border: 1px solid #abbda2;
}

.news h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #b8c8b0;
  padding: .3em 0;
  margin: 0;
}

.news .col {
  padding: 5% 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
        flex-direction: column;
}

.news dl {
  margin-bottom: 2em;
}

.news dl dt {
  width: 36%;
}

.news dl dt:after {
  content: ' …'
}

.news dl dd {
  width: 60%;
  padding-left: 3%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news .btn {
  background: #b8c8b0;
  margin-top: auto;
}

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

m_index (TOP)

********************************/
@media only screen and (max-width: 1024px){  
    /* style gallery  */
  .style_gallery .gr422 .s_name {
      font-size: 46px;
    }
  }
  

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

s_index (TOP)

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

  .menu .box .gr221:first-of-type {
    padding-bottom: 20px;
  }

  .menu .box:nth-of-type(even) .btn_wrap,
  .menu .box:nth-of-type(odd) .btn_wrap {
    left: 0;
  }

  .menu .box .btn_wrap {
    position: inherit;
    padding-top: 30px;
  }

  .menu .tomenu {
    width: 100%;
  }
  
  /* style gallery  */
  .style_gallery .gr422 .s_name {
    font-size: 24px;
  }

  .style_gallery .short .s_name {
      left: 18%;
  }

  .style_gallery .bob .s_name {
    left: 23%;
  }

  .style_gallery .long .s_name {
    left: 53%;
  }

  .style_gallery .arrange .s_name {
    left: 18%;
  }

  /* salon_info */

  .salon_info .gr321 {
    width: 100%;
  }

  /* recruit */
  .recruit .wrap .textarea {
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
  }

  .recruit h3,
  .recruit .lead {
    text-shadow: none;
    color: inherit;
  }

  .recruit h3 {
    font-size: 6vw;
  }
}

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

l_underpage

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

.mainimg h2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.underpage .content .inner {
  padding: 8.5em 0;
}

 .underpage .content .lead {
  margin: 0 auto;
  padding-bottom: 3.57rem;
  color: #819876;
  text-align: center;
}
 .underpage .content .color_area .lead {
  color:#fff;

}

.underpage .content .text {
  text-align: center;
  line-height: 2;
}

.underpage .btn {
  background: #ABBDA2;
}

.underpage .btn.back {
  background: #434343;
  color: #fff;
  width: 80%;
  margin-left: 20%;
}

.underpage .btn.back:before {
  position: absolute;
  top: 30%;
  left: 6%;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: 900;
}

.underpage .btn.back:after {
  content: none;
}

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

s_underpage

********************************/
@media only screen and (max-width: 599px){
  .underpage .content .inner {
    padding: 5em 0;
  }
  
  .underpage .btn.back {
    width: 100%;
    margin-left: 0;
  }
  
}


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

l_menu

********************************/
.menupage .menu_title {
  border: none;
  line-height: 1em;
}

.menupage .menulist_wrap {
  margin-bottom: 15%;
}

.menupage .menu_title span {
  font-size: 14px;
  display: block;
  letter-spacing: 0;
}

.menupage dl dt {
  font-weight: bold;
  width: 100%;
  color: #666;
  font-size: 16px;
  padding-bottom: 1em;
}

.menupage dl dt span {
  display: block;
  width: 100%;
  text-align: right;
}

.menupage dl dd {
  width: 100%;
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #abbda2;
}

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

l_style-Gallery_list

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

.sg_list ul.sg_menu {
  width: 100%;
  margin: 0 auto 80px;
}

.sg_list ul.sg_menu li a {
  font-family: 'Josefin Sans', sans-serif;
  border-left: 1px solid #333;
  padding: 0 50px;
}

.sg_list ul.sg_menu li:first-child a {
  border-left: none;
}

.sg_list .sg_ul li {
  position: relative;
}

.sg_list .sg_ul .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(93, 115, 71, .4);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 50;
}

.sg_list .sg_ul .text span {
  display: block;
  position: absolute;
  z-index: 5;
  color: #fff;
  padding: 0 1em;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sg_list .sg_ul li a {
  display: block;
}

.sg_list .sg_ul li a:hover .text {
  opacity: 1;
}

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

s_style-Gallery_list

********************************/
@media only screen and (max-width: 599px){
  .sg_list ul.sg_menu {
    margin-bottom: 40px;
  }
  
  .sg_list ul.sg_menu li a {
    padding: 0 8px;
  }  
}

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

l_style-Gallery_detail

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

.sg_detail .thumbnail li.gr333 {
  margin: 0;
}

.sg_big {
  margin-bottom: 2em;
}

.sg_image ul {
  width: 100%;
}

.sg_image ul .gr333:hover {
  cursor: pointer;
}

.sg_detail h3 {
  text-align: left;
  font-family:inherit;
  font-size: 20px;
  padding: 0;
  border: none;
  letter-spacing: normal;
  font-weight: bold;
}

 .sg_detail .sg_image a {
   display: block;
   height: 100%;
 }

.sg_detail .detail {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.sg_detail .detail ul {
  margin-bottom: 30px;
}

.sg_detail .detail ul li {
  font-size: 16px;
  background: #abbda2;
  color: #fff;
  padding: .25em 1em;
  margin: 0 .5em .5em 0;
}

.sg_detail .stylist_wrap {
  width: 100%;
  margin: 1em 0;
}

.sg_detail .stylist_wrap .stylist_name {
  width: 60%;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  vertical-align: bottom;
  padding-right: 1em;
}

.sg_detail .stylist_wrap .stylist_name span {
  font-size: 14px;
  display: block;
  font-weight: normal;
}

.sg_detail .stylist_wrap .stylist_img {
  width: 40%;
}

.sg_detail h4 {
  border: none;
  font-size: 48px;
  letter-spacing: .1em;
  color: #819876;
  text-align: center;
}

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

m_style-Gallery_detail

********************************/
@media only screen and (max-width: 1024px){
  .sg_detail .detail {
    margin-bottom: 6%;
  }
}


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

s_style-Gallery_detail

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

@media only screen and (max-width: 599px){
  .sg_detail h3 {
    text-align: center;
  }

  .sg_detail h4 {
    font-size: 36px;
  }
  

  .sg_detail .sg_image p.pic {
    width: 100%;
  }
  
  .sg_detail .detail {
    margin-bottom: 2em;
  }

  .sg_detail .detail .d_text {
    text-align: center;
    margin-bottom: 3em;
  }
  
  .sg_detail .stylist_wrap {
    margin-bottom: 2em;
  }

  .sg_detail .stylist_wrap .stylist_name {
    width: 40%;
    padding-right: 0;
    text-align: center;
  }

  .sg_detail .stylist_wrap .stylist_img {
    width: 60%;
  }
}

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

l_salon,
l_stylist_list

********************************/
.salon_stylist .store {
  margin-bottom: 150px;
}

.salon_stylist .store:last-of-type {
  margin-bottom: 0;
}

.salon_stylist .store .store_sld {
  position: relative;
  margin-bottom: 60px;
}

.salon_stylist .store .store_sld .control .prev,
.salon_stylist .store .store_sld .control .next,
.salon_stylist .store .store_sld .control .pager {
  position: absolute;
  z-index: 100;
}

.salon_stylist .store .store_sld .control .prev {
  top: calc(50% - 53px / 2);
  left: -5%;
}

.salon_stylist .store .store_sld .control .next {
  top: calc(50% - 53px / 2);
  right: -5%;
}

.salon_stylist .store .store_sld .control .pager {
  bottom: 2%;
  left: calc(50% - 132px / 2);
  width: auto;
}

.salon_stylist .store h3 {
  border: none;
  background: #abbda2;
  color: #fff;
}

.salon_stylist .store .desc {
  padding-bottom: 2em;
}

.salon_stylist .store .info {
  background: none;
}

.salon_stylist .store .info dt {
  font-weight: bold;
  font-style: 18px;
  padding-right: 1em;
  width: 25%;
  color: #666;
  border-right: 1px solid #819876;
}

.salon_stylist .store .info dd {
  width: 72%;
  padding:0 0 2% 3%;
}

.salon_stylist .store .time {
  margin: 0;
  padding: 0;
}

.salon_stylist .store .time dt {
  border: none;
  font-weight: normal;
  color: inherit;
  text-align: center;
}

.salon_stylist>.map {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.salon_stylist .sty_name {
  font-weight: bold;
  line-height: 120%;
  margin-top: .25em;
}

.salon_stylist .sty_name span {
  display: block;
  text-transform: uppercase;
}

.salon_stylist .sty_name .occup {
  font-weight: normal;
  font-size: 16px;
  color: #abbda2;
}

.salon_stylist .sty_name .eng {
  font-weight: normal;
  font-size: 14px;
}

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

m_salon

********************************/
@media only screen and (max-width: 1024px){
  .salon_stylist .store .store_sld .control .prev {
    left: -4%;
  }
  
  .salon_stylist .store .store_sld .control .next {
    right: -4%;
  }
}


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

s_stylist_list

********************************/
@media only screen and (max-width: 599px){
  .salon_stylist .sty_name {
    margin-left: 10%;
  }
}

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

l_stylist_detail

********************************/
.stylist_detail>.inner>.flex>.gr221:last-of-type{
  margin-bottom: 6%;
}

.stylist_detail .store_name{
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  color: #abbda2;
  border: 1px solid #abbda2;
  width: 100%;
  height: 2em;
  padding: .25em 0;
  letter-spacing: .25em;
  font-weight: normal;
  margin-bottom: 2em;
}

.stylist_detail .det_sty_name {
  border-bottom: 1px solid #abbda2;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.stylist_detail .det_sty_name span {
  display: block;
  text-transform: uppercase;
}

.stylist_detail .det_sty_name .occu {
  font-size: 18px;
}

.stylist_detail .det_sty_name .name {
  font-size: 30px;
  font-weight: bold;
  text-align: right;
}

.stylist_detail .det_sty_name .eng {
  font-size: 14px;
  text-align: right;
  padding-bottom: .5em;
}

.stylist_detail .message {
  margin-bottom: 70px;
}

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

s_stylist_detail

********************************/
@media only screen and (max-width: 599px){
  
  .stylist_detail .name_wrap {
    width: 100%;
    margin-top: 1em;
  }

  .stylist_detail .det_sty_name .occu,
  .stylist_detail .det_sty_name .eng,
  .stylist_detail .det_sty_name .name {
    display: block;
    width: 100%;
    text-align: center;
  }

}

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

l_cut

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

.cut h3 {
  font-family:inherit;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  color: #819876;
  border: none;
  padding: 0;
  margin-bottom: 1em;
  letter-spacing: normal;
}

.cut>.inner>.box_wrap>.box {
  border: 1px solid #abbda2;
  padding: 20px;
  margin-bottom: 40px;
}

.cut>.inner>.box_wrap>.box:last-of-type {
  margin-bottom: 110px;
}

.cut>.inner>.box>.flexb>.gr221 {
margin: 0;
}

.cut h4 {
  background: #abbda2;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: .1em;;
}

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

s_cut

********************************/
@media only screen and (max-width: 599px){
  .cut h3,
  .cut h4 {
    text-align: center;
  }
}

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

l_color,
l_spa & treatment

********************************/
.underpage .color_spatr {
  overflow: hidden;
}

.underpage .color_spatr .inner {
padding-bottom: 0;
}

.color_spatr .inner div.flexb:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.color_spatr .inner div.flexb:last-of-type {
  margin-bottom: 80px;
}

.effect_wrap {
  width: 100%;
  background: #eceee2;
  margin-left: -999rem;
  padding-left: 999rem;
  margin-right: -999rem;
  padding-right: 999rem;
  margin-bottom: 8.5em;
}

.effect {
  width: 60%;
  margin: 0 auto;
  padding: 2em 0;
}

 .effect h4 {
   text-align: center;
   font-size: 22px;
 }

.effect ul {
  margin: 0 auto;
  width: 75%;
}

.effect ul li {
  width: 45%;
  background: #abbda2;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  padding: .1em 0;
  font-size: 18px;
  letter-spacing: .1em;

}

.color_spatr .inner h3 {
  width: 100%;
  border: none;
  letter-spacing: .1em;
  color: #819876;
  margin-top: 2.5em;
}

.color_spatr .inner h3:first-of-type {
  margin-top: 0;  
}

.color_spatr h4{
  color: #819876;
}

.color_spatr .flow h4{
  text-align: center;
  border: 1px solid #819876;
  font-weight: normal;
}

.color_spatr .flow ul li{
  width: 48%;
  padding-bottom: 2.5em;
}

.color_spatr .flow ul li .no{
  position: relative;
  background: #819876;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-right: .5em;
}

.color_spatr .flow ul li dl{
  width: 90%;
}

.color_spatr .flow ul li dl dt{
  font-weight: bold;
}

.color_spatr .flow ul li .no span{
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-top: 7px;
}

.color_spatr .flow span{
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0.25em;
}


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

s_color,
s_spa & treatment


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

  .color_spatr .flow ul li {
    width: 100%;
  }
  
  .color_spatr .flow ul li dl{
    width: 85%;
  }  

}

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

l_product

********************************/
.product h3 {
  font-family: inherit;
  color: inherit;
  font-size: 16px;
  font-weight: bold;
  border: none;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0;
}

.product .brand {
  color: #abbda2;
}

.product .spec {
  text-align: right;
  padding: 1em 0;
}

.product .spec h6 {
  display: block;
  background: #abbda2;
  color: #fff;
  text-align: left;
  padding-left: 1em;
  margin-top: .5em;
}

.product .spec h6:first-of-type {
  margin-top: 0;
}

.underpage .product .text {
  text-align: left;
  line-height: 1.5;
}

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

l_voice

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

.underpage .voice {
  background: #eceee2;
}

.underpage .voice .box {
  width: 100%;
  margin-bottom: 70px;
  padding: 1em 1.5em;
  border: 1px solid #abbda2;
  outline: 10px solid #ffF;
  background: #fff;  
}

.underpage .voice_namewrap {
  border-bottom: 1px solid #abbda2;
  margin-bottom:2em;
  padding-top: .25em;
}

.underpage .voice .box .gr221 {
  margin: 0;
  width: 48%;
}

.underpage .voice .box .name {
  font-size: 22px;
}

.underpage .voice .box .age {
  display: block;
  font-size: 14px;
  width: 100%;
  text-align: right;
}

.underpage .voice .box .address {
  margin-bottom: 2em;
}

.underpage .voice .box dl dt {
  background: #abbda2;
  color: #fff;
  text-align: center;
  padding-left: 1em;
  margin-top: 3em;
}

.underpage .voice .box dl:first-of-type dt {
  margin-top: 0;
}


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

s_voice

********************************/
@media only screen and (max-width: 599px){
  .underpage .voice .box .gr221 {
    width: 96%;
    margin: 0 2%;
    }
  
  .underpage .voice .box .name {
    margin-top: 20px;
  }

}

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

l_recruit

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

#content.recruit {
  background: #fff;
}

#content.recruit h3 {
  color: #819876;
  margin-bottom: 1.5em;
  text-shadow: none;
  font-weight: normal;
}
#content.recruit .color_area h3 {
  color: #fff;

}

#content.recruit .gl_wrap {
  width: 83%;
  padding: 4%;
  margin: 0 auto;
  border: 1px solid #abbda2;
}

#content.recruit .gl_wrap {
  font-size: 16px;
  margin-bottom: 100px;
}

#content.recruit .gl_wrap dl dt {
  width: 20%;
  font-weight: bold;
  padding:0 2em 0 0;
  letter-spacing: .2em;
  color: #666;
}

#content.recruit .gl_wrap dl dd {
   padding-bottom: 3em;
   width: 80%;
   color: #666;
  }

#content.recruit .gl_wrap .tel a {
  color: #666;
}

#content.recruit .oneday {
  margin-bottom: 100px;
}
.kari_life{
  margin-bottom: 0;
  padding-bottom: 100px;
}


#content.recruit .oneday .box {
  margin-bottom: 50px;
}

#content.recruit .oneday .gr221 {
  width: 48%;
  margin: 0;
}

#content.recruit .oneday .corner .time {
color: #abbda2;
font-weight: bold;
padding-right: 3%;
width: 17%;
display: block;
}

#content.recruit .oneday .corner .heading {
width: 75%;
}

#content.recruit .oneday .desc {
  padding-left: 15%;
  margin-left: 22px;
  border-left: 6px solid #abbda2;
  height: calc(100% - 35px);
}

#content.recruit .u_shev {
  position: relative;
  /* display: inline-block; */
  border-bottom: solid 1px #5d7347;
  margin-bottom: 6%;
}

#content.recruit .u_shev:before,
#content.recruit .u_shev:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#content.recruit .u_shev:before {
  border: solid 66px transparent;
  border-top: solid 18px #5d7347;
}
#content.recruit .u_shev:after {
  border: solid 80px transparent;
  border-top: solid 22px #fff;
  margin-top: -5px;
}

#content.recruit .u_shev .desc {
  width: 100%;
}

#content.recruit .flow h4 {
  color: #819876;
  font-size: 22px;
  margin-bottom: 2em;
}
/********************************

recruit川口追記

********************************/
.reruit_pic {
    margin: 0 auto 80px auto;
    width: 40%;
    height: auto;
}
.recruit .sch{
  width: 93%;
}
.recruit .year5{
  width: 13px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align:center;
  position: relative;
  color: rgb(184, 200, 176);
  font-weight: bold;
  font-size: 13px;
}
.recruit .year5:before{
  width: 2px;
  height: 30%;
  background:rgb(184, 200, 176);
  content:"";
  display: block;
  top: 0;
  left: calc(50% - 2px);
  position: absolute;
}
.recruit .year5:after{
  width: 2px;
  height: 30%;
  background:rgb(184, 200, 176);
  content:"";
  display: block;
  bottom: 0;
  right:52%;
  position: absolute;
} 
.recruit .year2{
  width: 13px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align:center;
  position: relative;
  color: rgb(184, 200, 176);
  font-weight: bold;
  font-size: 13px;
}
.recruit .year2:before{
  width: 2px;
  height: 30%;
  background:rgb(184, 200, 176);
  content:"";
  display: block;
  top: 0;
  left: calc(50% - 2px);
  position: absolute;
}
.recruit .year2:after{
  width: 2px;
  height: 30%;
  background:rgb(184, 200, 176);
  content:"";
  display: block;
  bottom: 0;
  right:52%;
  position: absolute;
} 
.sch .flexb:nth-of-type(2) .year2:after{
  display: none;
}
.sch .flexb:nth-of-type(2) .year2:before{
  display: none;
}

.recruit .year_box{
  width: 90%;
}
.recruit .year_box dl:before{
  content:"●";
  font-size: 35px;
  position: absolute;
  left: -18px;
  top: 0;
  color: rgb(184, 200, 176);

}
.recruit .year_box dl{
  border-left: 2px solid rgb(184, 200, 176);
  position: relative;
  padding-left: 30px;
  padding-bottom: 5%;
}
.recruit .year_box dt{
color: rgb(184, 200, 176);
}

.recruit .year5 span{
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.recruit .sankaku{
  position: absolute;
  color: rgb(184, 200, 176);
  top: -2px;
  left: -5px;
}
.recruit .sankaku2{
  position: absolute;
  color: rgb(184, 200, 176);
  bottom: -2px;
  left: -5px;
}
.recruit .sch .ico{
  background: rgb(184, 200, 176);
  padding:2px 10px;
  font-size: 12px;
  margin-right: 5px;
  color:#fff;
  text-align: center;
}
.recruit .year2 span{
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.recruit .menu{
  color:rgb(184, 200, 176);
  border: 1px solid rgb(184, 200, 176);
  padding: 5px 10px;
  margin-top: 15px;
  margin-right: 10px;
}
/********************************
/********************************

m_recruit

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

  #content.recruit .gl_wrap dl dt {
    width: 24%;
    padding: 0 1% 0 0;
  }

  #content.recruit .gl_wrap dl dd {
    width: 75%;
  }

}

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

s_recruit

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

@media only screen and (max-width: 599px){
  #content.recruit .gl_wrap dl.flex {
    display: block;
  }

  #content.recruit .gl_wrap dl.flex dt,
  #content.recruit .gl_wrap dl.flex dd {
    width: 100%;
  }

  #content.recruit .gl_wrap dl.flex dt {
    padding-bottom: 0.25em;
  }
  #content.recruit .gl_wrap dl.flex dd {
    padding-left: .5em;
  }

  #content.recruit .oneday .box {
    margin-bottom: 30px;
  }

  #content.recruit .oneday .desc {
    padding-left: 10%;
  }

  #content.recruit .oneday .gr221 {
    width: 98%;
    margin-bottom: 2em;
  }
  
  #content.recruit .u_shev {
    margin-bottom: 12%;
  }
}

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

l_fa

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

.faq dl {
  width: 100%;
  margin-bottom: 80px;
}

.faq dl dt {
  font-size: 22px;
  font-weight: bold;
  color: #819876;
  border-bottom: 1px solid #abbda2;
  padding-bottom: .5em;
  margin-bottom: 1em;
}

.faq dl dt:before {
  content: 'Q';
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  padding: .3em .3em .15em .3em;
  color: #fff;
  background: #819876;
  margin-right: .5em;
  font-weight: normal;
}

.faq dl dt {
  text-indent: -2em;
  padding-left: 2em;

}

.faq dl dd
 {
  text-indent: -3em;
  padding-left: 3em;
}

.faq dl dd:before {
  content: 'A';
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  padding: .3em .35em;
  color: #fff;
  background: #333;
  margin-right: .5em;
  font-weight: normal;
}

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

l_contact

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

.contact .wrap {
  width: 83%;
  padding: 4%;
  margin: 0 auto;
  border: 1px solid #abbda2;
}

.contact .wrap dl {
  margin:0 0 6%;
}

.contact .wrap dl dt {
  color: #666;
  width: 25%;
  font-weight: bold;
}

.contact .wrap dl dt span {
  display: inline-block;
  padding: 0.5em;
  background-color: #c8b0b0;
  color: #fff;
  margin-right: 1em;
  font-size: 0.8em;
}

.contact .wrap dl dd {
  width: 75%;
}

.contact .wrap .inputtext {
  border:0;
  padding:.5em;
  border:solid 1px #abbda2;
  width:100%;
  box-sizing: border-box;
}

.contact .wrap .area {
  height: 12em;
}

.contact .wrap .btn_wrap {
  margin-bottom: 5em;
}

.contact .wrap .btn_wrap li {
  padding: 0;
  margin: 0 auto;
  width: 35%;
}

.contact .wrap .btn_wrap li button{
  border: none;
  cursor: pointer;
  outline: none;
  padding: 1em 0;
  appearance: none;
  background: #434343;
  color: #fff;
  margin: 0 auto;
  letter-spacing: .2em;
  font-weight: bold;
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
}

.contact .wrap .btn_wrap li button:after{
  position: absolute;
  top: 30%;
  right: 6%;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.contact .wrap .btn_wrap li button.modoru:before{
  position: absolute;
  top: 30%;
  left: 6%;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: 900;  
}

.contact .wrap .btn_wrap li button.modoru:after{
  content: none;
}

.contact .wrap .btn_wrap li button:hover{
  opacity: .6;
}

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

m_contact

********************************/
@media only screen and (max-width: 1024px){
  .contact .wrap dl dt {
    width: 35%;
  }
  
  .contact .wrap dl dd {
    width: 65%;
  }
}

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

s_contact

********************************/
@media only screen and (max-width: 599px){
  .contact .wrap dl.flex {
    display: block;
  }
  .contact .wrap dl.flex dt,
  .contact .wrap dl.flex dd{
  width: 100%;
  }

  .contact .wrap dl.flex dt {
    margin-bottom: .25em;
  }

  .contact .wrap .btn {
    width: 47%;
  }
}

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

l_blog_list,
l_blog_detail,
l_news_list,
l_news_detail


********************************/
.article-main li {
  width: 27%;
  padding-bottom: 10%;
  margin-right: 3%;
}

.article-box .date{
  font-weight: bold;
  padding-top: 1em;
}

.article {
  margin-bottom: 100px;
}

.article-box .title,
.article .title{
  color: #819876;
  font-size: 16px;
  font-weight: bold;
  border: none;
  text-align: left;
  font-family: inherit;
  letter-spacing: normal;
  padding: 0 0 .5em 0;
  margin: 0 0 .5em 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article .title{
  border-bottom: 1px solid #a3a3a3;
}

.article .title{
  font-size: 18px;
}

.article-area {
  line-height: 2;
  border-bottom: 1px solid #333;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.article-area img {
  margin: 2em 0;
}

.article .back_list {
  width: 30%;
}

.article .back_list:before {
  position: absolute;
  top: 30%;
  left: 6%;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: 900;
}

.article .back_list:after {
  content: none;
}

.article-detail h4 {
  border: none;
  letter-spacing: .1em;
  color: #819876;
  text-align: center;
}

.side {
  padding-left: 35px;
}

.side.flexb {
  display: block;
}

.side .category,
.side .archive {
  width: 100%;
}

.side .category {
  margin-bottom: 60px;
}

.side .section-title {
  background-color: #333333;
  color: #fff;
  font-size: 24px;
  width: 100%;
  padding: .5em 0;
  text-align: center;
}

.side .category li,
.side .archive li {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #333;
  padding: 1em 0;
}

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

s_blog_list,
s_blog_detail,
s_news_list,
s_news_detail

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

  .article-main {
    margin-bottom: 10%;
  }

  .pager {
    margin-bottom: 10%;
  }

  .article .back_list {
    width: 50%;
  }  

  .side {
    padding-left: 0;
  }

  .side.flexb {
     display: flex;
  }

  .side .category,
  .side .archive {
    width: 46%;
  }

  .side .category {
    margin-bottom: 0;
  }
}

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

l_A-BiSU-reset

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

.uk-dotnav {
  margin-bottom: 17px;
}

.uk-dotnav>*>* {
  width: 10px;
  height: 10px;
}

.uk-slidenav-position .uk-slidenav {
  display: block;
}

.sld_wrap .uk-slidenav-position {
  text-align: center;
  position: relative;
  overflow: hidden;
  min-width: 320px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.sld_wrap .uk-slidenav-position:after {
  padding-top: 43%;
  content: '';
  display: block;
}

.sld_wrap .uk-slidenav-next {
  right: 0;
}

.sld_wrap .uk-slidenav-next:before {
  content: url(/upload/tenant_1/d682ed56c9c86a2b66476aa581c78370.png);
}

.sld_wrap .uk-slidenav-previous {
  left: 0;
}

.sld_wrap .uk-slidenav-previous:before {
  content: url(/upload/tenant_1/0879a2eb1a654d0023f8013ce65e67b3.png);
}

.sld_wrap .uk-slideshow {
  position: absolute;
  top: 0;
}

[data-element-id].store ul{
  height: 500px;
  overflow: hidden;
}

/* ##### faq ##### */
.faq-list {
    margin-bottom: 5rem;
}

.faq-list dt {
    margin-bottom: 1.5rem;
    padding: 1rem 3rem 1rem 5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    font-size: 1.5rem;
    position: relative;
}

.faq-list dd {
    padding: 1rem 1rem 1rem 5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.faq-list dd .text{
  width: 67%;
}
.faq-list dd .pic{
  width: 30%;
}

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



.faq-list dt:before,
.faq-list dd:before {
    content: "Q";
    display: block;
    width: 4rem;
    height: 4rem;
    background-color: #ABBDA2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 0.5rem;
    left: 0;
}

.faq-list dd:before {
    content: "A";
    background-color: #eee;
}

/* .faq-list dt:after {
    font-size: 3rem;
    content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
    color: #ABBDA2;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    margin: auto;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.faq-list dt.action:after {
    -webkit-transform: rotate(180deg) translate(-50%, 50%);
    transform: rotate(180deg) translate(-50%, 50%);
} */

@media (max-width: 1024px) {
    .faq-list dt {
        font-size: 1.6rem;
    }
    
}
@media (max-width: 599px) {
  .faq-list dd .text{
    width: 100%;
    margin-bottom: 5%
  }
  .faq-list dd .pic{
    width: 100%;
  }

  .sld_wrap .uk-slidenav-position:after {
    padding-top: 60%;
  }

}

/*追加*/
/*pcのWEB予約*/
.r_btn span {
    display: block;
    color: #fff;
    font-weight: normal;
}

@media only screen and (max-width: 599px){
  /*SP・WEB予約*/
  li.box {
    margin: auto;
  }
}
.list_credo li{
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.list_credo li:before{
  content:"―";
  position: absolute;
  left: 0;
  top: 0;
}
.staff_voice .catch_copy{
  background: rgb(184, 200, 176);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  text-align: center;
  color: #fff;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.staff_box .name{
  text-align:center;
  margin-bottom: 20px;
}
.staff_box .name .alfabet{
  background: rgb(184, 200, 176);
  padding: 3px 10px;
  margin-right:10px;
}
.staff_box .name .fs12{
  display: block;
}

.underpage .content .staff_box .text{
  text-align: left;
}

.interview h4{
  color: #819876;
  margin-bottom: 1.5em;
  text-shadow: none;
  font-weight: normal;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

#content.interview h3 {
    color: #819876;
    margin-bottom: 1.5em;
    text-shadow: none;
    font-weight: normal;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    border: none;
}
#content.interview .reruit_pic {
    margin: 0 auto 80px auto;
    width: 60%;
    height: auto;
}
.underpage .interview.content .text{
  text-align: left;
  margin-bottom: 10%;
}
#content.recruit .kari_life .corner .time {
  font-weight: normal;
  font-size: 30px;
  margin-top: 12px;
  padding-left: 10px;
}
#content.recruit .kari_life .corner .time.icon {
  font-weight: normal;
  font-size: 18px;
  color:#fff;
  background:#abbda2;
  
}
#content.recruit .kari_life .box {
    margin-bottom: 0;
}
#content.recruit .kari_life .desc{
  padding-bottom: 10%;
  border-left: 3px solid #abbda2;
  margin-left: 24px;
}
@media only screen and (max-width: 599px){
#content.interview .reruit_pic {
    width: 100%;
    height: auto;
}
#content.recruit .color_area h3 {
  color: #819876;

}
 .underpage .content .color_area .lead {
  color:#819876;

}
}

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

.blog .btn_wrap_t a{
  width: 33%;
  display: inline-block;
}

@media only screen and (max-width: 1024px){
  .blog .btn_wrap_t a{
   width: 75%; 
  }
}
