@charset "utf-8";
/* CSS Document */


@font-face {
  font-family: "fui";
  src: url(/import/tenant_1/133.167.99.236/html/font/HuiFont29.eot);
  src: url(/import/tenant_1/133.167.99.236/html/font/HuiFont29.eot) format('embedded-opentype'),
    url(/import/tenant_1/133.167.99.236/html/font/HuiFont29.woff) format('woff'),.rec
    url(/import/tenant_1/133.167.99.236/html/font/HuiFont29.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: "DK_Nanuk";
  src: url(/import/tenant_1/133.167.99.236/html/font/DK_Nanuk.eot);
  src: url(/import/tenant_1/133.167.99.236/html/font/DK_Nanuk.eot) format('embedded-opentype'),
    url(/import/tenant_1/133.167.99.236/html/font/DK_Nanuk.woff) format('woff'),
    url(/import/tenant_1/133.167.99.236/html/font/DK_Nanuk.otf) format('opentype');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: "fontawesome-webfont";
  src: url(/import/tenant_1/133.167.99.236/html/font/fontawesome-webfont.eot);
  src: url(/import/tenant_1/133.167.99.236/html/font/fontawesome-webfont.eot) format('embedded-opentype'),
    url(/import/tenant_1/133.167.99.236/html/font/fontawesome-webfont.woff) format('woff'),
    url(/import/tenant_1/133.167.99.236/html/font/fontawesome-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;

}

.i {
  font-family: "fontawesome-webfont";
  font-weight: normal;
}

/* resetcss */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  /*
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;*/
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 160%;
  color: #535353;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

/*フォント系*/

h2 {
  font-size: 45px;
}

h3 {
  font-size: 38px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.fs-34 {
  font-size: 34px;
}

.fs-36 {
  font-size: 36px;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.white {
  color: #fff;
}

.h3t {
  font-size: 28px;
  text-align: center;
  padding: 30px 0;
}

.tug {
  background: #5e5e5e;
  color: #fff;
}

.more_c {
  display: block;
  width: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  padding: 5px 0;
  border: 1px solid #535353;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
}

.more_c:before {
  content: url(/import/tenant_1/133.167.99.236/html/images/blog/icon_01.png);
  top: 6px;
  right: 15px;
  position: absolute;
}

.formback:before {
  font-family: FontAwesome;
    content: "\f104";
    position: absolute;
    right: 0;
    padding-right: 10px;
}




.more_c a{
  display: block;
}

/*クリアフィックス*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  display: block;
  content: "";
  clear: both;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

iframe {
  max-width: 100%;
}

img {
  vertical-align: top;
  border: none;
  max-width: 100%;
  height: auto !important;
}

.bkimg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bkimg img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #535353;
}

a:hover {
  opacity: 0.6;
  color: inherit;
  text-decoration: none;
}

a[href*="tel"] {
  pointer-events: none;
}

a[data-href="#"] {
  border: solid red 5px;
  display: block;
  position: relative !important;
  opacity: 1;
}

a[data-href*="."] {
  border: solid red 5px;
  display: block;
  position: relative !important;
  opacity: 1;
}

a[data-href="#"]:hover:before {
  content: "リンクが設定されていない可能性があります。";
  position: absolute !important;
  width: 100%;
  bottom: 100%;
  color: red;
  font-weight: bold;
  background: #555;
  padding: 5px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a[data-href*="."]:hover:before {
  content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
  position: absolute !important;
  width: 100%;
  bottom: 100%;
  color: red;
  font-weight: bold;
  background: #555;
  padding: 5px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
  content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
  display: block;
  line-height: 1.8;
  font-weight: bold;
  color: red;
  clear: both;
  background: #4c4c4c;
  padding: 5px;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  z-index: 1000;
  font-size: 12px;
}

[data-collection-list-content]:hover:before {
  content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
  display: block;
  line-height: 1.8;
  font-weight: bold;
  color: red;
  clear: both;
  background: #4c4c4c;
  padding: 5px;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  z-index: 1000;
  font-size: 12px;
}

ul,
li {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

dl,
dt,
dd {
  text-align: left;
  padding: 0;
  margin: 0;
}

/*トランスフォーム親*/

.tfm_p {
  position: relative;
}

/*左右中央寄せ*/

.tfm_x {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/*上下中央寄せ*/

.tfm_y {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/*上下左右中央寄せ*/

.tfm_xy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*トリミング*/

/*
.trimming {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/

/*
.trimming:after {
  display: block;
  content: "";
  padding-top: 100%;
  100%で正方形にカット。100%以下で横長、100%以上で縦長
}*/

.trimmingInner {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*フレックス*/

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*フレックスセンター*/

.flex_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}


.flex_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex_dr{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}


.flex > div[data-collection-list-content],
.flex_c > div[data-collection-list-content] {
  width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flex_c > div[data-recommend-collection-list-content] {
  width: 100%;
}

.flex .sec2 {
  width: 46%;
  margin: 0% 2% 4% 2%;
}

.flex_c .sec2 {
  width: 46%;
  margin: 0% 2% 4% 2%;
}

.flex .sec3 {
  width: 29%;
  margin: 0% 2% 4% 2%;
}

.flex_c .sec3 {
  width: 29%;
  margin: 0% 2% 4% 2%;
}

.flex .sec4 {
  width: 21%;
  margin: 0% 2% 4% 2%;
}

.flex_c .sec4 {
  width: 21%;
  margin: 0% 2% 4% 2%;
}

.flex .sec5 {
  width: 16%;
  margin: 0% 2% 4% 2%;
}

.flex_c .sec5 {
  width: 16%;
  margin: 0% 2% 4% 2%;
}

@media only screen and (max-width: 1024px) {
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 28px;
  }

  a[href*="tel"] {
    pointer-events: initial !important;
  }

  .flex .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
  }

  .flex_c .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
  }

  .flex .sec4 {
    width: 29%;
    margin: 0% 2% 4% 2%;
  }

  .flex_c .sec4 {
    width: 29%;
    margin: 0% 2% 4% 2%;
  }

  .flex .sec5 {
    width: 46%;
    margin: 0% 2% 4% 2%;
  }

  .flex_c .sec5 {
    width: 46%;
    margin: 0% 2% 4% 2%;
  }

  .h3t {
    font-size: 24px;
  }
}

@media only screen and (max-width: 599px) {
  .flex .sec3 {
    width: 46%;
    margin: 0% 2% 4% 2%;
  }

  .flex_c .sec3 {
    width: 46%;
    margin: 0% 2% 4% 2%;
  }

  .flex .sec4 {
    width: 46%;
    margin: 0% 2% 4% 2%;
  }

  .flex_c .sec4 {
    width: 46%;
    margin: 0% 2% 4% 2%;
  }

  .h3t {
    font-size: 20px;
  }
}


.line-w {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.line-b {
  border-bottom: 1px solid #535353;
  padding-bottom: 5px;
}


.fead-mv {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.mv {
  opacity: 1;
}

#wrapper {
  max-width: 100%;
  overflow: hidden;
}


#header{
  background: rgba(255,255,255,0.8)
  
}


#header .headernav {
  padding: 5px 0;
}

#header .hederlogo {
  width: 25%;
  position: relative;
  z-index: 101;
}

@media only screen and (max-width: 1024px) {
  #header .hederlogo {
    width: 30%;
    min-width: 200px;
  }
}

#gnav {
    width: 75%;
    height: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 15px;
}

#gnav ul {
  letter-spacing: -5px;
  text-align: left;
}

#gnav li {
  display: inline-block !important;
  letter-spacing: 0;
  font-size: 13px;
  /*  font-family: 'EB Garamond', serif;*/
  padding: 0 1%;
}



#gnav li.dropdown {
  position: relative;
  color: #535353;
    font-weight: 700;
    text-align: center;
}

#gnav li ul.subcon {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 3;
  /* text-align: center; */
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-align: center;
}

[data-element-id]#gnav li.dropdown ul.subcon{
  opacity: 1.0;
  visibility: visible;
  top: 100%;
  cursor: pointer;
}


#gnav li.dropdown:hover ul.subcon {
  opacity: 1.0;
  visibility: visible;
  top: 100%;
  cursor: pointer;
}

#gnav li ul.subcon li {
  border-bottom: 1px dotted #535353;
  width: 100%;
  text-align: center;
  padding: 20px 5px;
}


#header.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
}

/* #header.fixed #gnav{
  padding-top: 0;
} */

#header.fixed ul {
  margin-left: auto;
}

.btm {
  margin-bottom: 108.8px;
}

#gnav p {
  display: none;
}

#gnav li.spnav-item {
  display: none !important;
}

/* Effect 15: scale down, reveal */
.cl-effect-15 a {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  text-shadow: none;
  position: relative;
  display: block;
}

.cl-effect-15 a::before {
  color: #535353;
  content: attr(data-hover);
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.cl-effect-15 a:hover::before,
.cl-effect-15 a:focus::before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.subcon li a {
  color: #535353;
}



@media only screen and (max-width: 1024px) {
  .btm {
    margin-bottom: 0;
  }

  #header .inner h1 {
    padding-right: 60px;
  }

  #gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: none;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding: 0;
    z-index: 101;
    border: none;
    padding-bottom: 0;

  }

  #gnav.fixed {
    top: 0;
    right: 0;
    left: auto;
    width: 200px;
    border: none;
    z-index: 101;
    padding-top: 0;
    padding-bottom: 0;
  }

  #gnav.fixed ul {
    padding: 0;
  }

  #gnav p {
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0;
    left: -44px;
    border: 1px solid #fff;
    background: #000;
    cursor: pointer;
    opacity: 0.8;
    margin: 2px;
    box-shadow: 0px 0px 0px 2px #000;
    -moz-box-shadow: 0px 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 0px 2px #000;
  }

  #gnav li {
    float: none;
    width: auto;
    border-bottom: 1px dotted #cacad9;
    padding: 0;
    margin-top: 0;
    display: block !important;
  }

  #gnav li:first-child {
    display: block !important;
  }

  #gnav ul li a {
    height: auto;
    text-align: center;
    display: block !important;
    padding: 8px 2.5% 8px 2.5%;
  }



  #gnav.action {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }

  #gnav p span.n {
    display: block;
    background: #fff;
    height: 2px;
    width: 26px;
    text-indent: -9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
  }

  #gnav p span.n:before {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
  }

  #gnav p span.n:after {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
  }

  #gnav.action p span.n {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: ease .10s;
    transition: ease .10s;
  }

  #gnav.action p span.n:after,
  #gnav.action p span.n:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
  }

  #gnav ul {
    width: auto;
    height: 100%;
    overflow-y: auto;
    background: #FFF;
    padding: 0;
  }

  .overlay:after,
  .overlay #header .inner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 99;
  }

  #gnav ul.subcon {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  #gnav li.spnav-item {
    display: block !important;
  }
  
  #gnav li ul.subcon li{
    padding: 0;
    border-bottom: 1px dotted #cacad9;
  }
  
  #gnav li.dropdown span{
    display: none;
  }

}

#footer {
  background: #434343;
}

#footer .inner {
  max-width: 1135px;
  margin: 0 auto;
  padding: 43px 0 60px 0;
  width: 95%;
}

#footer h3 {
  text-align: center;
  padding: 0 0 45px 0;
  font-size: 14px;
}

#footer li a {
  color: #fff;
  font-family: 'EB Garamond', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#footer li {
  padding: 0 0px 15px 22px;
}

#footer li:before {
  font-family: FontAwesome;
  content: '\f105';
  color: #fff;
  padding-right: 7px;
}

#footer ul {
  max-width: 840px;
  margin: 0 auto;

}

#footer li img {
  vertical-align: middle;
  margin-right: 0.5em;

}


#footer .left {
  width: 50%
}

#footer .left .infobox {
  border: 1px solid #fff;
  padding: 10px;
  width: 80%;
}

#footer .left .infobox.second {
  margin-top: 20px;
}


#footer .left dt {
  position: relative;
}

/* #footer .left dt:after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f16d';
  font-size: 40px;
  top: -3px;
  right: 0;
  color: #fff;
} */

#footer .left dt a:hover {
  color: #fff;
}

#footer .left dd a {
  color: #fff;
}


.line {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

#footer .left dd {
  padding-top: 10px;
}

#footer .left dd.tel:before {
  font-family: FontAwesome;
  content: '\f095';
  color: #fff;
  padding-right: 5px;
}

#footer .insta{
  position: absolute;
  right: 0;
}

#footer .insta .fa-instagram{
  color: #fff;
    font-size: 35px;
}



#footer .right {
  width: 50%
}

#footer .right ul {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
   #footer{
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 599px) {
  #header h1{
    font-size: 10px;
  }
  #header .h1sp{
    display: none;
  
    
  }
  
  /* #footer{
    padding-bottom: 120px;
  } */

  #footer .left,
  #footer .right {
    width: 100%;
  }

  #footer .left .infobox {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  #footer .right {
        padding: 30px 0;
    max-width: 400px;
  }
  
  #footer li{
    padding: 0 0px 15px 10px;
    font-size: 12px;
  }
}




.sidenav {
  position: fixed;
  top: 120px;
  right: -480px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
  z-index: 90;
}

/* [data-element-id].sidenav{
  position: relative;
    transform: rotate(0deg);
    top: 0;
    right: 0;
    margin-bottom: 150px;
} */


.sidenav li {
  /*  background: rgba(0, 0, 0, 0.8);*/
  background: #5e5e5e;
  width: 230px;
  height: 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0 3px;
  font-family: 'EB Garamond', serif;
  font-size: 24px;
  padding-top: 20px;
}

.sidenav li a {
  color: #fff;
}

.sidenav li .s {
  font-size: 10px;
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.sidenav li:nth-child(1) .s {
  padding-left: 1em;
}

.sidenav li:nth-child(2) .s {
  display: block;
  line-height: 1;
  color: #fff;
}

.sidenav li:nth-child(2) .tel {
  display: block;
  line-height: 1;
}

.sidenav li:nth-child(2) .tel:before {
  font-family: FontAwesome;
  content: '\f095';
  color: #fff;
  padding-right: 5px;
}

.sidenav li:nth-child(2) img {
  vertical-align: bottom;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-right: 5px;
}

.sidenav li:nth-child(2) .w {
  display: inline-block !important;
  vertical-align: middle;
}

.homemain-wrap .pic img {
  width: 100%;

}
.homemain-wrap .pic .uk-slidenav-position{
    position: relative;
    max-width: 100%;
}

.homemain-wrap .pic .uk-slideshow{
   position: relative;
}
.homemain-wrap .pic{
	position: relative;
	overflow: hidden;
}

.homemain-wrap .pic img {
	width: 100%;
}

.homemain-wrap .pic .uk-slidenav-position {
	position: relative;
	overflow: hidden;
}

.homemain-wrap .pic .uk-slidenav-position:after {
	padding-top: 50%;
	content: '';
	display: block;
}

.homemain-wrap .pic .uk-slideshow {
	position: absolute;
	top: 0;
}



@media only screen and (max-width: 1024px) {
  .sidenav li {
    height: 40px;
    padding-top: 0;
  }
  
  .sidenav {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
    /* max-width: 720px; */
    margin: 0 auto;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-shadow: 0px -3px 4px -1px rgba(0, 0, 0, 0.4);
        box-shadow: 0px -3px 4px -1px rgba(0, 0, 0, 0.4);
  }
  
  .sidenav li{
    width: 50%;
    height: 40px;
    margin: 0;
    box-sizing: border-box;
  }
  
  .sidenav li:nth-of-type(1) {
    border-right: 1px solid #fff;
}

.sidenav li a{
      font-size: 20px;
}

.sidenav li:nth-child(2) .tel:before{
  font-size: 18px;
}
  

}

@media only screen and (max-width: 599px) {
.sidenav {
  position: fixed;
  top: auto;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0px -3px 4px -1px rgba(0, 0, 0, 0.4);
      box-shadow: 0px -3px 4px -1px rgba(0, 0, 0, 0.4);
}

.sidenav li{
  width: 50%;
  height: 40px;
  margin: 0;
  box-sizing: border-box;
}

.sidenav li:nth-of-type(1) {
  border-right: 1px solid #fff;
}

.sidenav li a{
    font-size: 20px;
}

.sidenav li:nth-child(2) .tel:before{
font-size: 18px;
}

  
}

/*下層共通*/
.w120 {
  max-width: 1200px;
  margin: 0 auto;

}

.w135 {
  max-width: 1135px;
  margin: 0 auto;
  width: 103%;
}

.subtit h2 {
  font-size: 72px;
  font-family: 'EB Garamond', serif;
  font-weight: normal;
  text-align: center;
  padding-bottom: 80px;
}

.subtit h2:after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #000;
  margin: 20px auto 0 auto;
}

.moreD > * {
  display: inline-block;
  border: 1px solid #757575;
  max-width: 225px;
  width: 95%;
  font-size: 16px;
  font-family: 'EB Garamond', serif;
  padding: 15px 0;
  position: relative;
  text-align: center;
}

.moreD > *:before {
  content: url(/import/tenant_1/133.167.99.236/html/images/blog/icon_01.png);
  top: 50%;
  right: 15px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 1024px) {
  .subtit h2 {
    font-size: 40px;
    padding-top: 30px;
  }
  .w135 {
  width: 98%;
}
}

@media only screen and (max-width: 599px) {
  .subtit h2 {
    font-size: 26px;
  }
  .w135 {
  width: 94%;
}
}

/*common*/

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.asc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.ase {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.spa {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.spb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


.reverse {
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.odd > *:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.even > *:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ol > li {
  padding-left: 1.5em;
  position: relative;
}

.ol > li:before {
  content: "●";
  position: absolute;
  left: 0;
}

.z1 {
  position: relative;
  z-index: 1;
}

.z2 {
  position: relative;
  z-index: 2;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.row2 {
  width: 48%;
  margin: 1%;
}

.row3 {
  width: 31.333%;
  margin: 1%;
}

.row4 {
  width: 23%;
  margin: 1%;
}

.row5 {
  width: 18%;
  margin: 1%;
}

.w100 {
  width: 100%;
  display: block;
}

.w20 {
  width: 20%;
  margin: 1% 0;
}

.w25 {
  width: 25%;
  margin: 1% 0;
}

.w26 {
  width: 26%;
  margin: 1% 0;
}

.w30 {
  width: 30%;
  margin: 1% 0;
}

.w36 {
  width: 56%;
  margin: 1% 0;
}

.w40 {
  width: 40%;
  margin: 1% 0;
}

.w46 {
  width: 46%;
  margin: 1% 0;
}

.w48 {
  width: 48%;
  margin: 1% 0;
}

.w56 {
  width: 56%;
  margin: 1% 0;
}

.w60 {
  width: 60%;
  margin: 1% 0;
}

.w66 {
  width: 66%;
  margin: 1% 0;
}

.w70 {
  width: 70%;
  margin: 1% 0;
}

.w76 {
  width: 76%;
  margin: 1% 0;
}

.w80 {
  width: 80%;
  margin: 1% 0;
}

.w86 {
  width: 86%;
  margin: 1% 0;
}

.w80r {
  width: 76%;
  margin: 1% 4% 1% 0;
}

.w80l {
  width: 76%;
  margin: 1% 0 1% 4%;
}

.w70r {
  width: 66%;
  margin: 1% 4% 1% 0;
}

.w70l {
  width: 66%;
  margin: 1% 0 1% 4%;
}

.w60r {
  width: 56%;
  margin: 1% 4% 1% 0;
}

.w60l {
  width: 56%;
  margin: 1% 0 1% 4%;
}

.m600 {
  max-width: 600px;
  margin: auto;
}

.m700 {
  max-width: 700px;
  margin: auto;
}

.m800 {
  max-width: 800px;
  margin: auto;
}

.m900 {
  max-width: 900px;
  margin: auto;
}

.m960 {
  max-width: 960px;
  margin: auto;
}

.m1000 {
  max-width: 1020px;
  margin: auto;
  width: 98%;
}

.m1200 {
  max-width: 1250px;
  width: 96%;
  margin: auto;
}

.harea {
  padding: 60px 0;
}

.area {
  padding: 80px 0;
}

.area60 {
  padding: 60px 0;
}

.area40 {
  padding: 40px 0;
}

.area20 {
  padding: 20px 0;
}

.m80 {
  margin: 80px 0;
}

.m60 {
  margin: 60px 0;
}

.m40 {
  margin: 40px 0;
}

.m20 {
  margin: 20px 0;
}

.mb80 {
  margin-bottom: 80px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac599 {
  text-align: center;
}

.tar599 {
  text-align: right;
}

.tarc599 {
  text-align: right;
}

.lh160 {
  line-height: 160%;
}

.lh200 {
  line-height: 200%;
}

.bkimg1024 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.bkimg1024 img {
  width: 100%;
  min-width: 1200px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bkimg599 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.bkimg599 img {
  width: 100%;
  min-width: 1200px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width:1024px) {
  .m600 {
    width: 96%;
  }

  .m700 {
    width: 96%;
  }

  .m800 {
    width: 96%;
  }

  .m900 {
    width: 96%;
  }

  .m960 {
    width: 96%;
  }

  .m1000 {
    width: 96%;
  }

  .harea {
    padding: 50px 0;
  }

  .area {
    padding: 60px 0;
  }

  .area60 {
    padding: 50px 0;
  }

  .area40 {
    padding: 30px 0;
  }

  .row4 {
    width: 31.333%;
  }

  .row5 {
    width: 23%;
  }

  .mb80 {
    margin-bottom: 60px;
  }

  .mb60 {
    margin-bottom: 50px;
  }

  .mb40 {
    margin-bottom: 30px;
  }

  .bkimg1024 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .bkimg1024 img {
    min-width: auto !important;
  }

  .br1024 br {
    display: none;
  }
}

@media only screen and (max-width:599px) {

  .bkimg599 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .bkimg599 img {
    min-width: auto !important;
  }

  .tac599 {
    text-align: left;
  }

  .tar599 {
    text-align: left;
  }

  .tarc599 {
    text-align: center;
  }

  .w20 {
    width: 100%;
    margin: 2% auto;
  }

  .pic.w20 {
    max-width: 400px;
  }

  .w26 {
    width: 100%;
    margin: 2% auto;
  }

  .pic.w26 {
    max-width: 400px;
  }

  .w30 {
    width: 100%;
    margin: 2% auto;
  }

  .pic.w30 {
    max-width: 400px;
  }

  .w36 {
    width: 100%;
    margin: 2% auto;
  }

  .pic.w36 {
    max-width: 400px;
  }

  .w40 {
    width: 100%;
    margin: 2% auto;
  }

  .pic.w40 {
    max-width: 400px;
  }

  .w46 {
    width: 100%;
    margin: 2% auto;
  }

  .w48 {
    width: 100%;
    margin: 2% auto;
  }

  .w56 {
    width: 100%;
    margin: 2% auto;
  }

  .w60 {
    width: 100%;
    margin: 2% auto;
  }

  .w66 {
    width: 100%;
    margin: 2% auto;
  }

  .w70 {
    width: 100%;
    margin: 2% auto;
  }

  .w76 {
    width: 100%;
    margin: 2% auto;
  }

  .w80 {
    width: 100%;
    margin: 2% auto;
  }

  .w86 {
    width: 100%;
    margin: 2% auto;
  }

  .w60r {
    width: 100%;
    margin: 2% auto;
  }

  .w60l {
    width: 100%;
    margin: 2% auto;
  }

  .w70r {
    width: 100%;
    margin: 2% auto;
  }

  .w70l {
    width: 100%;
    margin: 2% auto;
  }

  .w80r {
    width: 100%;
    margin: 2% auto;
  }

  .w80l {
    width: 100%;
    margin: 2% auto;
  }

  .m600 {
    width: 94%;
  }

  .m700 {
    width: 94%;
  }

  .m800 {
    width: 94%;
  }

  .m900 {
    width: 94%;
  }

  .m960 {
    width: 94%;
  }

  .m1000 {
    width: 94%;
  }

  .m1200 {
    width: 94%;
  }

  .harea {
    padding: 40px 0;
  }

  .area {
    padding: 40px 0;
  }

  .area60 {
    padding: 40px 0;
  }

  .area40 {
    padding: 20px 0;
  }

  .row2 {
    width: 98%;
  }

  .row3 {
    width: 48%;
  }

  .row4 {
    width: 48%;
  }

  .row5 {
    width: 31.333%;
  }

  .mb80 {
    margin-bottom: 40px;
  }

  .mb60 {
    margin-bottom: 40px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .br599 br {
    display: none;
  }
}

/*menu*/

.menu h3,
.h3s {
  font-size: 60px;
  font-family: 'EB Garamond', serif;
  font-weight: normal;
}

.menu .pagelink {
  padding-bottom: 60px;
}

.menu .pagelink li {
  width: 11%;
  background: #454545;
}

.menu .pagelink li:not(:last-child) {
  margin-right: 2%;
}


.menu .pagelink li a {
  display: block;
  color: #fff;
  text-align: center;
  opacity: 1;
  height: 100%;
}



.menu .box {
  border-left: #ffb8b4 solid 10px;
  padding: 0 0 0 1.76%;
  margin-bottom: 64px;
}

.menu .box dl {
  width: 46.87%;
  margin: 0 6.26% 0 0;
  padding: 30px 0 10px 0;
  border-bottom: 1px dotted #000;
}

.menu .box dl:nth-child(2n + 2) {
  margin-right: 0;
}

.menu .box dt {
  float: left;
  font-size: 18px;
  padding: 0 0 10px 0;
}

.menu .box dt + dd {
  text-align: right;
  font-size: 18px;
  padding: 0 0 10px 0;
}

.menu .box dd + dd {
  clear: both;
  padding: 0 0 10px 0;
}

.menu .box:nth-child(2) {
  border-color: #ffe3b4;
}

.menu .box:nth-child(3) {
  border-color: #feffb4;
}

.menu .box:nth-child(4) {
  border-color: #d8ebb6;
}

.menu .box:nth-child(5) {
  border-color: #b6e0eb;
}

.menu .box:nth-child(6) {
  border-color: #feddff;
}

.menulist {
  padding-bottom: 80px;
}




.menu .pagelink li a span {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu .pagelink li a span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px;
}

.menu .pagelink li a:hover span,
.menu .pagelink li a:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}

.menu .pagelink ul li:nth-of-type(1) a span:before {
  background: #ffb8b4;
}

.menu .pagelink ul li:nth-of-type(2) a span:before {
  background: #ffe3b4;
}

.menu .pagelink ul li:nth-of-type(3) a span:before {
  background: #feffb4;
}

.menu .pagelink ul li:nth-of-type(4) a span:before {
  background: #d8ebb6;
}

.menu .pagelink ul li:nth-of-type(5) a span:before {
  background: #b6e0eb;
}

.menu .pagelink ul li:nth-of-type(6) a span:before {
  background: #feddff;
}

/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .menu .pagelink li  {
    background: #000;
    transition: all 0.5s;
  }
  *::-ms-backdrop, .menu .pagelink li a {
    color:#fff;
  }
  
  *::-ms-backdrop, .menu .pagelink li a span {
   transform-style: none; 
   transform-origin: none;
  }
  
  *::-ms-backdrop, .menu .pagelink li a:hover span,
.menu .pagelink li a:focus span {
  -webkit-transform: none;
  transform: none;
}
  
  *::-ms-backdrop, .menu .pagelink li:nth-of-type(1):hover  {
   background: #ffb8b4;
  }
  
 *::-ms-backdrop, .menu .pagelink li:nth-of-type(2):hover  {
  background: #ffe3b4;
}

*::-ms-backdrop, .menu .pagelink li:nth-of-type(3):hover  {
  background: #feffb4;
}

*::-ms-backdrop, .menu .pagelink li:nth-of-type(4):hover  {
  background: #d8ebb6;
}

*::-ms-backdrop, .menu .pagelink li:nth-of-type(5):hover  {
  background: #b6e0eb;
}

*::-ms-backdrop, .menu .pagelink li:nth-of-type(6):hover  {
  background: #feddff;
}

  
}

.menu .menutxt {
  width: 80%;
  padding: 40px;
}

.menu .table{
  width: 90%;
}
  



@media only screen and (max-width: 1024px) {
  .menu .box dt {
    font-size: 15px;
    width: 100%;
  }

  .menu .box dt + dd {
    font-size: 15px;
  }

  .h3s {
    font-size: 30px;
  }

  .menu .pagelink ul {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    max-width: 790px;
    margin: 0 auto;
  }

  .menu .pagelink li {
    width: 26%;
    margin-bottom: 10px;
  }

  .menu .pagelink li:not(:last-child) {
    margin-right: 0;
  }
  
 

}

@media only screen and (max-width: 599px) {
  .menu .box dl {
    width: 100%;
    margin-right: 0;
  }

  .menu h3 {
    font-size: 30px;
  }

  .h3s {
    font-size: 24px;
  }

  .menu .pagelink li {
    width: 35%;
  }
  
  .menu .menutxt {
    padding: 20px;
  }
}

.mainImg {
  position: relative;
  overflow: hidden;
}

.mainImg .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 600px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.mainImg .pic:before {
  content: "";
  display: block;
  padding-top: 35%;
  background: rgba(0, 0, 0, 0.2);
}

.mainImg .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.mainImg .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  z-index: 2;
}

.salon01list .salon01item:nth-of-type(odd) dd.pic {
  border-bottom: 4px solid #f59e9e;
}

.salon01list .salon01item:nth-of-type(even) dd.pic {
  border-bottom: 4px solid #f1ef2d;
}

.salon01item dt {
  font-size: 24px;
  font-weight: 700;
  margin: 1em 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dddddd;
}

.salon01item dd.pic a {
  display: block;
}

.salon01item li {
  line-height: 200%;
}

.salon3 .map iframe {
  vertical-align: bottom;
}

.salon3 h3 {
  padding-bottom: 10px;
}

.salonwrap {
  position: relative;

}

.salonwrap .bk {
  position: relative;
}

.salonwrap .bk img {
  width: 100%;
  height: auto;
}

.salonwrap .bk:before {
  content: "";
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
}

.salonwrap .slidewrap {
  max-width: 1200px;
  margin: 100px auto;
  position: relative;
  z-index: 1;
}

.salonwrap .slidenav {
  padding: 35px 0 0 0;
}

.salonwrap .slidenav li {
  width: 10px;
  height: 10px;
  background: #cdcdcd;
  text-indent: -9999px;
  margin: 0 9px;
  border-radius: 50%;
  cursor: pointer;
}

.salonwrap .slidenav li.st,
.salonwrap .slidenav li:hover {
  background: #535353;
}

.uk-slidenav-position {
    position: relative;
    width: 100%;
    /*max-width: 600px;*/
    /* overflow: hidden;
    min-width: 500px;
    left: 50%; 
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);*/
}
@media only screen and (max-width: 599px){
.uk-slidenav-position {
    /*max-width: 300px;*/
}
}

.salonwrap .uk-slidenav-position:after {
    display: block;
    content: '';
    padding-top: 60%;
}

.concept1 .uk-slidenav-position:after {
    display: block;
    content: '';
    padding-top: 50%;
}

.uk-slideshow{
  position: absolute;
    top: 0;
}


.salon2box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 2.5% 30px 2.5%;
  background: #eeeeee;
}

.salon2 h3 {
  font-size: 12px;
  text-align: center;
  margin-bottom: 1em;
}

.salon2 p {
  text-align: center;
  padding: 0 0 5px 0;
}

.salon2 dt {
  font-size: 24px;
  font-family: 'EB Garamond', serif;
  text-align: center;
}

.salon2 dt .s {
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.salon2 dd {
  text-align: center;
  padding: 0 0 5px 0;
}

.salon2 .more a {
  display: block;
  width: 230px;
  height: 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0 5px;
  font-family: 'EB Garamond', serif;
  font-size: 24px;
  padding-top: 20px;
  border: 2px solid #535353;
  margin: 0 auto;
}

.salon2 .more .s {
  margin-left: 1em;
  font-size: 10px;
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.salon2 dl {
  padding-bottom: 25px;
}

.salon02bnr li {
  border: 1px solid;
}

.salon02bnr a {
  display: block;
  height: 100%;
}

.salon02bnr dl {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

.salon02bnr dt {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  letter-spacing: 5px;
}

.salon02bnr dd {
  padding-bottom: 0;
}

.salon02bnr .trimmingInner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

/*concept*/

.concept1 .tit {
  background: #333;
  position: relative;
  overflow: hidden;
}

.concept1 .tit .bk {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;

}

.concept1 .tit .bk img {
  width: 100%;
  opacity: 0.5;
}

.concept1 .tit .in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  z-index: 1;
  padding: 60px 2.5% 60px 2.5%;
}

.concept1 .tit h3 .s {
  display: block;
  font-size: 18px;
  color: #fff;
}

.concept1 .tit h3 {
  text-align: center;
  padding: 0 0 30px 0;
}

.concept1 .tit .in p {
  color: #fff;
  text-align: center;
  padding: 0 0 20px 0;
}

.concept1 .txt {
  padding: 35px 0 30px 0;
}

.concept1 .txt p {
  padding: 0 0 20px 0;
  font-size: 14px;
}

.concept1 li {
  width:100%;
  padding: 0 3.09% 20px 0;
}

.concept1 li:nth-child(3n + 3) {
  padding-right: 0;
}

.concept1 {
  padding-bottom: 120px;
}

.concept1 .tit h3 .ss{
    display: block;
  }

.h3s .n {
  display: block;
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1;
}

.concept2 h3 {
  text-align: center;
  padding: 0 0 95px 0;
}

.concept2 .tbox {
  width: 50%;
  float: right;

}

.concept2 .pic {
  float: left;
  width: 38.32%;
  padding: 0 0 20px 0;
}

.concept2 .tbox h4 {
  font-size: 28px;
  padding: 0 0 30px 0;
}

.concept2 .tbox .txt {
  border: 1px solid #000;
  margin: 0 0 20px 5.28%;
  padding: 5.28% 5.28% 10px 5.28%;
}

.concept2 .tbox .txt p {
  padding: 0 0 20px 0;
}

.concept2 .box {
  padding-bottom: 100px;
}

.concept2 .box:nth-child(2n + 2) .tbox {
  float: left;
}

.concept2 .box:nth-child(2n + 2) .pic {
  float: right;
}

.concept3 h3 {
  font-size: 28px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.concept3item {
  padding: 20px 20px 40px;
  background-color: #F1F0EE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.concept3item dl {
  height: 100%;
}

.concept3item dt {
  margin: 0.5em 0;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #bf6562;
}

.concept4 h3 {
  font-size: 28px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.concept4list li {
  padding: 1em;
}

.concept4list li dt {
  color: #bf6562;
  padding-bottom: 5px;
  border-bottom: 1px dotted #aba381;
}

.concept4list li dd {
  margin: 1em 0;
}

.concept4couponitem {
  border-bottom: solid 1px #cfcfcf;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 90%;
}



ul.concept4couponlist {
    border-top: solid 2px #000;
}

.concept4couponitem .left {
  width: 23%;
  margin-right: 2%;
  position: relative;
}

.concept4couponitem .label {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 12%;
  height: 100%;
  background: #4ba6b6;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.concept4couponitem .label.r {
  background: #bf6562;
}

.concept4couponitem .l {
  color: #fff;
}

.concept4couponitem .pic {
  width: 82%;
  float: right;
  margin-left: 18%;
  /*background: #ccc;*/
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.concept4couponitem .center {
  width: 56%;
}

.concept4couponitem .tit {
  text-decoration: underline;
  margin-bottom: 20px;
}

.concept4couponitem .txt {
  margin-bottom: 20px;
}

.concept4couponitem ul {
  padding: 10px;
  background: #f2f2f2;
}

.concept4couponitem .right {
  width: 17%;
  margin-left: 2%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.concept4couponitem .normal {
  width: 100%;
  text-align: right;
  font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif;
}

.concept4couponitem .price {
  width: 100%;
  text-align: right;
  font-weight: 500;
  letter-spacing: 4px;
  font-size: 34px;
}

@media only screen and (max-width: 1024px) {
  .concept1 .tit .in{
    width: 100%;
   padding: 0;
  }
  
  .concept1 .tit h3{
    padding: 0 0 15px 0; 
  }
  
  .concept1 .tit h3 .s{
    font-size: 16px;
  }
  
  
  
  .concept2 .tbox h4 {
    font-size: 20px;
  }

  .concept3 h3 {
    font-size: 24px;
  }

  .concept3item {
    padding: 15px 15px 30px;
  }

  .concept3item dt {
    font-size: 16px;
  }

  .concept4 h3 {
    font-size: 24px;
  }

  .concept4couponitem {
    max-width: 700px;
    margin: 0 auto;
  }

  .concept4couponitem .right {
    width: 100%;
    margin: 2% 0 0;
  }

  .concept4couponitem .left {
    width: 30%;
  }

  .concept4couponitem .center {
    width: 68%;
  }

  .concept4couponitem {
    padding: 30px 0 20px;
  }
}

@media only screen and (max-width: 599px) {
  .concept1 .tit .in{
   position: static;
    -webkit-transform: none;
    -ms-transform: none;
            transform: none;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .concept1 .tit h3 .s {
    color: #000;
    line-height: 160%;
    padding-bottom: 20px;
}

.concept1 .tit h3 .ss {
  display: inline;
}

.concept1 .tit .in p {
  color: #000;
  padding: 0;
}
 
.concept1 .tit .in p br{
  display: none;
}  
  
  .concept2 .tbox {
    width: 100%;
    float: none !important;
  }

  .concept2 .pic {
    width: auto;
    float: none !important;
    text-align: center;
  }

  .concept2 .tbox h4 {
    font-size: 18px;
  }

  .concept3 h3 {
    font-size: 20px;
  }

  .concept4couponitem .left {
    width: 100%;
    margin: 0;
  }

  .concept4couponitem .center {
    width: 100%;
    margin: 4% 0;
  }

  .concept4couponitem .label {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: auto;
    height: auto;
    position: static !important;
    margin-bottom: 0.5em;
  }

  .concept4couponitem .pic {
    width: 100%;
    margin-left: 0;
  }
}

/*style*/
.w50 {
  max-width: 1050px;
  width: 95%;
  margin: 0 auto;
}

.stylenav{
  width: 80%;
  margin: 0 auto;
  
}


.stylenav li {
  font-size: 24px;
  font-family: 'EB Garamond', serif;
  padding-bottom: 5px;
  position: relative;
  width: 20%;
  margin-right: 3%;
}

.stylenav li:nth-of-type(4n+4) {
  margin-right: 0;
}

.stylenav li a{
display: block;
text-align: center;
  
}


.stylenav li a span{
 position: relative; 
}


.stylenav li a span:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #535353;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.stylenav li:hover a span:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.stylenav {
  padding: 0 0 50px 0;
}

.stylenav .sy_in{
  line-height: 1;
}

.stylenav .stylenav_in{
  font-size: 18px;
}



.stylelist li {
  margin: 0 1.97% 50px 0;
  width: 23.52%;
  border-bottom: 10px solid #85a8ba;
}

.stylelist li:nth-child(4n+4) {
  margin-right: 0;
  border-color: #d0cac8;
}

.stylelist li:nth-child(4n+2) {
  border-color: #e3d3cc;
}

.stylelist li:nth-child(4n+3) {
  border-color: #fdf6b0;
}

.stylelist {
  padding: 0 0 35px 0;
}





.pagenav li img {
  vertical-align: middle;
}

.pagenav li {
  font-size: 18px;

}

.pagenav li {
  padding: 0 6px 12px 6px;
}

.pagenav li a {
  border: 1px solid #535353;
  display: block;
  width: 39px;
  text-align: center;
  line-height: 39px;
}

.pagenav li.prev a {
  border: none;
}

.pagenav li.next a {
  border: none;
}

.pagenav {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .stylenav{
    width: 100%;
  }
  
  .stylenav li {
    font-size: 24px;
    width: 24%;
    margin-right: 1%;
  }
  .stylenav li:nth-of-type(4n+4){
  
    margin-right: 1%;
  }
  
  .stylenav li:nth-of-type(3n+3){
    margin-right: 0;
  }
  
}

@media only screen and (max-width: 599px) {
  .stylelist li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    max-width: 247px;
  }
  
  .stylenav li {
    font-size: 20px;
    width: 31%;
    margin-right: 1%;
  }
  
  .stylenav .stylenav_in {
    font-size: 16px;
  }
  
}

.style2 h3 {
  padding-bottom: 30px;
}

.style1 .imgs {
  float: left;
  width: 44%;
}

.style1 .right {
  float: right;
  width: 49.33%;
}

.style1 .right h3 {
  font-size: 48px;
  padding: 0 0 20px 0;
  font-weight: normal;
}

.style1 .right .txt {
  border: 1px solid #000;
  padding: 5.28% 5.28% 10px 5.28%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.style1 .right .txt p {
  padding: 0 0 20px 0;
}

.style1 .right dt {
  width: 100%;
}

.style1 .right dd {
  width: 100%;
}

.style1 dl + dl {
  border-top: 1px dotted #000;
}

.style1 .right dl {
  padding: 15px 0;
}

.style1 .right .table {
  border-bottom: 1px dotted #000;
}

.style1 .table2 li {
  max-width: 70px;
  width: 16.74%;
  background: #eeeeee;
  text-align: center;
  padding: 10px 0 5px 0;
  margin: 0 4.07% 0 0;
}

.style1 .table2 strong {
  display: block;
  text-align: center;
  padding-top: 5px;
}

.style1 .table2 li:nth-child(5n+5) {
  margin-right: 0;
}

.style1 .right ul.flex.lv5 li:nth-of-type(-n+1) {
    background: #a8cdd1;
    color: #fff;
}
.style1 .right ul.flex.lv6 li:nth-of-type(-n+2) {
    background: #a8cdd1;
    color: #fff;
}
.style1 .right ul.flex.lv7 li:nth-of-type(-n+3) {
    background: #a8cdd1;
    color: #fff;
}
.style1 .right ul.flex.lv8 li:nth-of-type(-n+4) {
    background: #a8cdd1;
    color: #fff;
}
.style1 .right ul.flex.lv9 li:nth-of-type(-n+5) {
    background: #a8cdd1;
    color: #fff;
}
.style1 .right ul.flex.lv10 li:nth-of-type(-n+6) {
    background: #a8cdd1;
    color: #fff;
}
.style1 .right ul.flex.lv11 li:nth-of-type(-n+7) {
    background: #a8cdd1;
    color: #fff;
}
.style1 .right ul.flex.lv12 li:nth-of-type(-n+8) {
    background: #a8cdd1;
    color: #fff;
}
.style1 .right ul.flex.lv13 li:nth-of-type(-n+9) {
    background: #a8cdd1;
    color: #fff;
}
.style1 .right ul.flex.lv14 li:nth-of-type(-n+10) {
    background: #a8cdd1;
    color: #fff;
}
.style1 .right ul.flex.lv15 li:nth-of-type(-n+11) {
    background: #a8cdd1;
    color: #fff;
}

.style1 .right li.st {
  background: #a8cdd1;
  color: #fff;
}

.style1 .right li {
  color: #d4d4d4;
  background: #eeeeee;
}

.style1 .table3 li {
  width: 30%;
  text-align: center;
  padding: 5px 0;
  margin: 5px 2.39% 5px 0;
}

.style1 .table3 dl {
  padding: 10px 0;
}

.style1 .table3 dt,
.style1 .table4 dt {
  padding-top: 10px;
}

.style1 .table3 {
  border-bottom: 1px dotted #000;
}

.style1 .table4 li {
  width: 7.17%;
  text-align: center;
  padding: 5px 0;
  margin: 5px 1.67% 5px 0;
}

.style1 .imgs .pic {
  padding: 0 0 25px 0;
}

.style1 .imgs li {
  width: 30.98%;
  padding: 0 3.53% 20px 0;
}

.style1 .imgs li:nth-child(3n+3) {
  padding-right: 0;
}

.stylist {
  padding: 45px 0 10px 0;
}

.stylist h4 {
  font-size: 24px;
  padding: 0 0 20px 0;
  font-family: 'EB Garamond', serif;
  font-weight: normal;
  width: 100%;
  border-bottom: 1px dotted #000;
  margin-bottom: 30px;
}

.stylist h4 .n {
  font-size: 10px;
  display: inline-block !important;
  vertical-align: middle;
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  padding-left: 1.5em;
}

.stylist dl {
  width: 25%;
}

.stylist dd {
  display: inline-block !important;
  vertical-align: middle;
  padding: 10px 0;
}

.stylist dt {
  display: inline-block !important;
  vertical-align: middle;
  font-size: 14px;
  /*
  padding-left: 1em;
  padding: 10px 0 10px 1.5em;
*/
  text-align: center;
}

.stylist .txt {
  width: 68%;
}

.stylist .txt p {
  padding: 0 0 20px 0;
}

.stylist {
  margin-bottom: 85px;
}

.back {
  text-align: center;

}

.back a {
  display: inline-block !important;
  border: 2px solid #757575;
  width: 225px;
  font-size: 16px;
  font-family: 'EB Garamond', serif;
  padding: 20px 0;
  background: url(/import/tenant_1/133.167.99.236/html/images/gallery/back.gif) 15px 25px no-repeat;
}

.style1 {
  padding: 0 0 100px 0;
}

@media only screen and (max-width: 1024px) {
  .style1 .right h3 {
    font-size: 20px;
  }

  .style1 .imgs {
    float: none;
    width: auto;
  }

  .style1 .right {
    float: none;
    width: auto;
  }

  .style1 .imgs .pic {
    padding: 0 0 25px 0;
    width: 90%;
    margin: 0 auto;
    max-width: 540px;
  }

  .stylist dt {
    display: block !important;
    padding-left: 0;
  }
}

@media only screen and (max-width: 599px) {
  .style1 .right dt {
    float: none;
  }

  .style1 .right dd {
    padding-left: 0;
  }

  .stylist dl {
    float: none;
    width: auto;
    text-align: center;
    width: 100%;
  }

  .stylist dt {
    text-align: center;
  }

  .stylist .txt {
    width: auto;
    float: none;
  }
}


/*voice*/

.voice .stylist {
  border-bottom: none;
  margin-bottom: 0;
}

.voice .stylist .txt h5 {
  font-size: 18px;
  font-family: 'EB Garamond', serif;
  font-weight: normal;
  padding: 0 0 10px 0;
}

.voice .box .more a {
  display: inline-block !important;
  border: 2px solid #757575;
  width: 225px;
  font-size: 16px;
  font-family: 'EB Garamond', serif;
  padding: 20px 0;
  position: relative;
  text-align: center;
}

.voice .box .more a:before {
  content: url(/import/tenant_1/133.167.99.236/html/images/blog/icon_01.png);
  top: 20px;
  right: 15px;
  position: absolute;
}

.voice .more {
  padding: 0 0 60px 0;
}

.voice .box2 .pic {
  float: left;
  width: 44.05%;
  padding: 0 0 20px 0;
}

.voice .box2 .tbox {
  width: 50%;
  float: right;
}

.voice .box2 .tbox h3 {
  font-size: 48px;
  padding: 0 0 30px 0;
}

.voice .box2 .tbox .txt {
  border: 1px solid #000;
  margin: 0 0 20px 5.28%;
  padding: 5.28% 5.28% 10px 5.28%;
}

.voice .box2 .tbox .txt p {
  padding: 0 0 20px 0;
}

.voice .box {
  padding-bottom: 50px;
  border-bottom: 1px dotted #000;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .voice .box2 .tbox h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .voice .box2 .pic {
    float: none;
    width: auto;
    text-align: center;
  }

  .voice .box2 .tbox {
    width: auto;
    float: none;
  }
}

/*faq*/

.faq .box h3 {
  font-size: 18px;
  padding: 18px 40px 15px 96px;
  font-weight: normal;
  position: relative;
  min-height: 56px;
  background: url(/import/tenant_1/133.167.99.236/html/images/faq/faq_01.gif) right 19px no-repeat;
  cursor: pointer;
}

.faq .box .q {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: #87cbc8;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #fff;
  font-family: 'EB Garamond', serif;
}

.faq .box {
  border-bottom: 1px dotted #000;
  margin-bottom: 30px;
}

.faq .box .txt p {
  padding: 0 0 20px 0;
}

.faq .box .txt {
  display: none;
}

.faqlist {
  padding-bottom: 100px;
}

@media only screen and (max-width: 599px) {
  .faq .box h3 {
    font-size: 14px;
    padding: 10px 40px 15px 50px;
    background-position: right 5px;
    min-height: 30px;
  }

  .faq .box .q {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
}

/*order*/



.order1 .pic {
  padding: 0 0 20px 0;
}

.order1 h3 {
  text-align: center;
  font-size: 30px;
  padding: 0 0 30px 0;
  font-weight: normal;
}

.order1 h3 + p {
  text-align: center;
  padding: 0 0 80px 0;
}


.order2 .contensbox {
  padding: 40px 0;
}

.order2 .kodawari {
  padding-bottom: 60px;
}

.order2 .kodawari .pic {
  width: 50%;
}

.order2 .kodawari .txtbox {
  width: 50%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.order2 .kodawari .txtbox dt {
  font-size: 28px;

  color: #535353;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.order2 .kodawari .txtbox dt.colorcut {
  border-bottom: 3px solid #ffb8b4;
}

.order2 .kodawari .txtbox dt.colorcolor {
  border-bottom: 3px solid #ffe3b4;
}

.order2 .kodawari .txtbox dt.colorperm {
  border-bottom: 3px solid #feffb4;
}

.order2 .kodawari .txtbox dt.colorstraight {
  border-bottom: 3px solid #d8ebb6;
}

.order2 .kodawari .txtbox dd {
  color: #535353;
}

.order2 .picitems .picitem {
  width: 25%;
}

.order2 .picitems .picitem .txt {
  padding: 30px 0;
}

.order2 .picitems .picitem .txt dt {
  border-bottom: 1px dotted #535353 !important;
  border-bottom: 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .order1 h3 {
    font-size: 20px;
  }

  .order2 .kodawari .pic {
    width: 35%;
  }

  .order2 .kodawari .txtbox {
    width: 65%;
  }

  .order2 .kodawari .txtbox dt {
    font-size: 20px;
  }

  .order2 .picitems .picitem {
    width: 40%;
  }





}



@media only screen and (max-width: 599px) {
  .order2 .kodawari .pic {
    width: 100%;
  }

  .order2 .kodawari .txtbox {
    width: 100%;
  }

  .order2 .picitems .picitem {
    width: 100%;
  }

  .order2 .picitems .picitem .pic {
    width: 60%;
    margin: 0 auto;
  }

  .order2 .kodawari {
    padding-bottom: 30px;
  }



}



/*product*/

.product .wrap dl {
  width: 23.25%;
  padding: 0 2.33% 40px 0;
}

.product .wrap dl:nth-child(4n+4) {
  padding-right: 0;
}

.product .wrap .pic {
  padding: 0 0 15px 0;
}

.product .wrap dt {
  font-size: 15px;
  padding: 0 0 10px 0;
}

.product .wrap dt + dd {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 5px 0;
  margin-bottom: 15px;
}

.product .wrap dd + dd {
  font-size: 18px;
  font-family: 'EB Garamond', serif;
}

.product .wrap dd + dd strong {
  font-size: 20px;
  font-weight: normal;
  padding-left: 1.5em;
}

.product .wrap {
  padding-bottom: 70px;
}

.product .wrap h3 {
  text-align: center;
  padding: 0 0 40px 0;
}

.ac {
  position: relative;
  height: 1px;
  font-size: 1px;
  margin-top: -1px;
}

.ac a {
  position: absolute;
  top: -68.8px;
}

@media only screen and (max-width: 1024px) {
  .product .wrap dt {
    font-size: 16px;
  }

  .product .wrap dd + dd {
    font-size: 16px;
  }

  .product .wrap dd + dd strong {
    font-size: 18px;
  }

  /* .product .stylenav li {
    padding-left: 0.5em;
    padding-right: 0.5em;
  } */

  .ac a {
    top: 0;
  }
}

@media only screen and (max-width: 599px) {
  .product .wrap dl {
    width: 48%;
    padding-left: 1%;
    padding-right: 1% !important;
  }
  
  .product .wrap {
  padding-bottom: 0;
}
}

/*kids*/

.kids1 h3 {
  text-align: center;
  padding: 0 0 40px 0;
}

.pickup1 .left {
  width: 44.93%;
  float: left;
}

.pickup1 .right {
  float: right;
  width: 49.51%;
}

.pickup1 .left .pic {
  padding: 0 0 35px 0;
}

.pickup1 .left p {
  padding: 0 0 20px 0;
}

.pickup1 h3 {
  text-align: center;
  font-size: 48px;
  font-weight: normal;
  padding: 0 0 30px 0;
}

.pickup1 .right .box1 .pic {
  float: left;
  width: 37.9%;
}

.pickup1 .right .box1 .tbox {
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

.pickup1 .right .box1 h4 {
  text-align: right;
}

.pickup1 .right .box1 .txt {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 8% 40px 8%;
}

.pickup1 .right .box1 .txt p {
  padding: 0 0 20px 0;
}

.pickup1 .right .box1 {
  padding-bottom: 13px;
}

.pickup1 .right ul.box2 {
  width: 30%;
}

.pickup1 .right .box2 li {
  width: 100%;
  padding: 20px 0;
}

.pickup1 .right .txt dl {
  padding-bottom: 20px;
}

.pickup1 .right dt.question {
  cursor: pointer;
  border-bottom: 1px solid #535353;
}

.pickup1 .right dt.question:after {
  font-family: FontAwesome;
  content: '\f107';
  padding-left: 5px;
  font-size: 18px;
}

.pickup1 .right dt.question.on:after {
  font-family: FontAwesome;
  content: '\f107';
  padding-left: 5px;
  font-size: 18px;
  position: absolute;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  padding-right: 5px;
}

.pickup1 .right .txt dl dd {
  display: none;
}




.pickup1 .right .stylist {
  padding-top: 0;
  border: none;
}

.pickup1 .right .stylist .txt {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 8% 40px 8%;
  width: 53.38%;
}

.pickup1 .right .stylist dl {
  width: 44.48%;
}

@media only screen and (max-width: 1024px) {
  .pickup1 h3 {
    font-size: 24px;
  }

  .pickup1 .left {
    /*
    float: none;
    width: auto;
*/
  }

  .pickup1 .left .pic {
    text-align: center;
  }

  .pickup1 .right {
    /*
    width: auto;
    float: none;
    max-width: 562px;
    margin-left: auto;
    margin-right: auto;
*/
  }

  .pickup1 .right .stylist dt {
    display: inline-block !important;
    padding-left: 0.5em;
  }

  .pickup1 .right ul.box2 {
    width: 100%;
  }

  .pickup1 .right .box2 li {
    width: 33.333%;
    padding: 20px 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pickup1 .right .box1 .tbox {
    width: 100%;
    padding: 30px 0;
  }
}

@media only screen and (max-width: 599px) {
  .pickup1 .right .stylist dl {
    width: auto;
    float: none;
  }

  .pickup1 .right .stylist .txt {
    width: auto;
    margin-top: 10px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .pickup1 .left {
    width: 100%;
    float: none;
    max-width: 450px;
    margin: 0 auto;
  }

  .pickup1 .right {
    float: none;
    width: 100%;

  }

}

/*blog*/

.bloglist dl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  width: 23.08%;
  padding-bottom: 25px;
  margin: 0 2.56% 33px 0;
}

.bloglist dl:nth-child(4n+4) {
  margin-right: 0;
}

.bloglist dt .d {
  display: block;
  font-size: 12px;
}

.bloglist dt {
  font-size: 18px;
  text-align: center;
  padding: 10px 2.5% 20px 2.5%;
  height: 100px;
  overflow: hidden;
}

.bloglist dt + dd {
  text-align: center;
}

.bloglist dt + dd a {
  display: inline-block !important;
  border: 2px solid #757575;
  max-width: 187px;
  width: 90%;
  position: relative;
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  padding: 20px 0;
}

.bloglist dt + dd a:before {
  content: url(/import/tenant_1/133.167.99.236/import/tenant_1/153.126.164.202/html/images/blog/icon_01.png);
  top: 20px;
  right: 15px;
  position: absolute;
}

.bloglist {
  padding-bottom: 50px;
}

/*-------------------------編集画面小さく---------------------*/
[data-element-id].flex > div[data-collection-list-content],
.flex_c > div[data-collection-list-content],
.voicelist > div[data-collection-list-content] {
  overflow: hidden;
  height: 350px;
}

@media only screen and (max-width: 1024px) {
  .bloglist dt {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .bloglist dt + dd a {
    font-size: 14px;
  }

  .bloglist dt + dd a {
    padding: 10px 0;
  }

  .bloglist dt + dd a:before {
    top: 12px;
  }
}

@media only screen and (max-width: 599px) {
  .bloglist dl {
    width: 48%;
    margin-left: 1%;
    margin-right: 1% !important;
  }
}


#side dt {
  font-size: 38px;
  font-family: 'EB Garamond', serif;
  padding: 0 0 10px 0;
}

#side dl {
  width: 33.33%;
  padding-bottom: 40px;
}

#side dl.clearfix {
  width: 66.66%;
}

#side dd {
  padding: 0 0 15px 2.5%;
}

#side dd a {
  display: inline-block !important;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

#side dd .i {
  margin-right: 0.5em;
}

#side dl.clearfix dd {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#side {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  #side dt {
    font-size: 24px;
  }
}

@media only screen and (max-width: 599px) {
  #side dl {
    width: 100% !important;
  }
}

.blogsingle .tit li {
  text-align: center;
  padding: 0 0 15px 0;
}

.blogsingle .tit .cat .w {
  display: inline-block !important;
  border: 1px solid #000;
  padding: 5px 1.5em;
}

.blogsingle h3 {
  text-align: center;
  font-size: 48px;
  padding: 0 0 30px 0;
}

.blogsingle .txt .pic {
  text-align: center;
  padding: 0 0 25px 0;
}

.blogsingle .txt p {
  padding: 0 0 20px 0;
}

.blogsingle .txt {
  padding-bottom: 45px;
}

.blogsingle {
  padding-bottom: 90px;
}

/*----------------レコメンド-------------------*/
.subtit h2.reco {
  font-size: 60px;
}

.bloglist.reco02 dl {
  border: none;
}

.bloglist.reco02 dt {
  height: auto;
}

/*--------------------------署名-------------------------*/
.blogsingle .txt dl {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 20px 0;
  margin-top: 40px;
  border-top: 2px dashed #ddd;
}

.blogsingle .txt dl p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.blogsingle .txt dl dt {
  float: left;
}

.blogsingle .txt dl dd {
  margin: 0 0 10px 120px;
}

@media only screen and (max-width: 1024px) {
  .blogsingle h3 {
    font-size: 20px;
  }

  .subtit h2.reco {
    font-size: 35px;
  }
}

@media only screen and (max-width: 599px) {
  .bloglist.reco02 dt {
    height: 100px;
    overflow: hidden;
  }

  .bloglist.reco02 dl {
    margin-bottom: 0;
  }

  .subtit h2.reco {
    font-size: 25px;
  }
}

/*news*/

.newslist dt {
  float: left;
  font-size: 18px;
}

.newslist dd {
  font-size: 18px;
  padding: 0 0 0 178px;
}

.newslist dl {
  border-bottom: 1px dotted #000;
  padding: 18px 0;
}

.newslist {
  padding-bottom: 100px;
}

.newslist dt .i {
  padding-right: 0.5em;
}

@media only screen and (max-width: 599px) {
  .newslist dt {
    font-size: 14px;
    float: none;
  }

  .newslist dd {
    font-size: 14px;
    padding-left: 0;
  }
}


/*coupon*/

.coupon .box {
  width: 48.72%;
  background: url(/import/tenant_1/133.167.99.236/html/images/coupon/bg.jpg) center bottom no-repeat;
  background-size: cover;
  margin: 0 2.56% 60px 0;
  position: relative;
  padding: 0 0 25px 0;
}

.coupon .box:nth-child(2n+2) {
  margin-right: 0;
}

.coupon .box .c img {
  vertical-align: middle;
}

.coupon .box .c {
  font-size: 48px;
  font-family: "DK_Nanuk";
  color: #fff;
  display: inline-block !important;
}

.coupon .box .type {
  display: inline-block !important;
  float: right;
  width: 90px;
  height: 90px;
  line-height: 90px;
  color: #fff;
  background: #ae996a;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
}

.coupon .box .wk {
  padding: 10px;
}

.coupon .box .c .w {
  padding: 0 0.25em;
}

.coupon .box .wk2 {
  padding: 0 3.63% 0 3.6%;
}

.coupon .box h3 {
  font-size: 24px;
  font-family: "fui";
  color: #96e5de;
}

.coupon .box dl {
  text-align: center;
}

.coupon .box dt {
  display: inline-block !important;
  vertical-align: middle;
  font-size: 36px;
  font-family: "DK_Nanuk";
  color: #fff;
}

.coupon .box dt .y {
  font-family: "fui";
}

.coupon .box dd {
  display: inline-block !important;
  vertical-align: middle;
  color: #ffc4f7;
  font-family: "DK_Nanuk";
  font-size: 54px;
}

.coupon .box dt:after {
  content: "→";
  font-size: 38px;
  font-family: "fui";
  color: #fff;
  display: inline-block !important;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  margin: 0 0.5em;
}

.coupon .box dd .y {
  font-family: "fui";
}

.coupon .box .txt p {
  color: #fff;
  font-family: "fui";
  padding: 0 0 20px 0;
}

.coupon .box:before {
  content: url(/import/tenant_1/133.167.99.236/html/images/coupon/icon_03.png);
  bottom: 25px;
  left: 10px;
  position: absolute;
}

.coupon .box:after {
  content: url(/import/tenant_1/133.167.99.236/html/images/coupon/icon_04.png);
  bottom: 15px;
  right: 10px;
  position: absolute;
}

.coupon .box .j {
  padding: 0 0 0 65px;
}

.coupon .box .j li {
  color: #fff;
}

.coupon .flex.w135 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .coupon .box:after {
    display: none;
  }

  .coupon .box .c {
    font-size: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .coupon .box {
    width: 100%;
    margin-right: 0;
  }
}

/*home*/
.compad {
  padding: 40px 0;
}

.top0 .topnews-box dl {
  width: 60%;
  margin: 0 auto;
  padding: 20px;
}

.top0 .topnews-box dt {
  display: inline-block;
  padding-right: 10px;
}

.top0 .topnews-box dd.tug {
  padding: 0 20px;
}

.top0 .topnews-box dd {
  display: inline-block;
  padding: 0 30px;
}

.top0 .topnews-box dd a {
  text-decoration: underline;
}

.top0  p.more{
  text-align: center;
    padding-top: 20px;
}

.top0  p.more a{
  display: inline-block !important;
    border: 1px solid #757575;
    max-width: 225px;
    width: 95%;
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    font-weight: bold;
}
  
.top0  p.more a:before{
  content: url(/import/tenant_1/133.167.99.236/html/images/blog/icon_01.png);
    top: 12px;
    right: 15px;
    position: absolute;
}




.top1 h3 {
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
  line-height: 120%;
}

.top1 .pic {
  float: left;
  padding: 0 0 20px 6.6%;
  width: 40.52%;
}

.top1 .tbox h4 {
  font-size: 18px;
  padding: 0 0 20px 0;
}

.top1 .tbox p {
  padding: 0 0 20px 0;
}

.top1 .tbox p.more {
  text-align: right;
  padding-top: 20px;
}

.top1 .tbox p.more a {
  display: inline-block !important;
  border: 1px solid #757575;
  max-width: 225px;
  width: 95%;
  font-size: 16px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  font-weight: bold;
}

.top1 .tbox p.more a:before {
  content: url(/import/tenant_1/133.167.99.236/html/images/blog/icon_01.png);
  top: 12px;
  right: 15px;
  position: absolute;
}

.top1 {
  /*  padding-bottom: 180px;*/
}

.top1 .tbox {
  width: 45.28%;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 50px 3.5% 20px 3.5%;
  margin-bottom: 20px;
}

.topbg {
  background: url(/import/tenant_1/133.167.99.236/html/images/top/style-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.top2 .js-tabnav {
  width: 40%;
  margin: 0 auto;
}

.top2 .js-tabnav li {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

.top2 .js-tabnav li:hover {
  border-bottom: 1px solid #000;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.top2 .js-tabnav li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.top2 .js-tabnav li a:hover {
  opacity: 1;
}

.top2 .js-tab .stylebox {
  width: 80%;
  margin: 0 auto;
  padding: 40px;
}

.top2 .js-tab .stylebox .picbox {
  width: 30%;
  position: relative;
}

.top2 .js-tab .stylebox .pic {
  width: 100%;
}

.top2 .js-tab .stylebox dl {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
}

.top2 .js-tab .stylebox .picbox a:hover dl {
  opacity: 1.0;
}

.top2 .js-tab .stylebox dl dt {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  visibility: hidden;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.top2 .js-tab .stylebox .picbox a:hover dl dt {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.top2 .js-tab .stylebox dl dd {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  visibility: hidden;
}

.top2 .js-tab .stylebox .picbox a:hover dl dd {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.top2  p.more{
  text-align: center;
    padding-top: 20px;
}

.top2  p.more a{
  display: inline-block !important;
    border: 1px solid #757575;
    max-width: 225px;
    width: 95%;
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    font-weight: bold;
    background: #fff;
    margin-bottom: 20px;
}
  
.top2  p.more a:before{
  content: url(/import/tenant_1/133.167.99.236/html/images/blog/icon_01.png);
    top: 12px;
    right: 15px;
    position: absolute;
}

.top3 .blogboxinn {
  padding: 30px 0 !important;
}

.top3 .blogbox {
  position: relative;
  overflow: hidden;
}

.top3 .blogbox .bkimg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0.5;
  min-width: 1400px;
}

.top3 .blogbox .bkimg .trimmigInner {
  height: 100%;
}

.top3 .blogbox .bkimg img {
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.top3 .blogboxinn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.top3 .blogboxinn h3 {
  width: 100%;
}

.top3 .blogbox .thum {
  width: 60%;
}

.top3 .blogbox .blogtxt {
  width: 40%;
  background: #ebebe3;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -60px;
  position: relative;
  z-index: 1;
}

.top3 .blogbox .blogtxt dd a {
  text-decoration: underline;
  word-wrap: break-word;
}

.top3 .blogbox .blogtxt dt {
  padding-bottom: 10px;
}

.top3 .blogbox .blogtxt dd {
  padding-bottom: 10px;
}

.top3 .blogbox .blogtxt dd.tug {
  padding-bottom: 0px;
  display: inline-block;
  width: 100px;
  max-width: 100%;
  text-align: center;
}

.top3  p.more{
  text-align: center;
    padding-top: 20px;
}

.top3  p.more a{
  display: inline-block !important;
    border: 1px solid #757575;
    max-width: 225px;
    width: 95%;
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    font-weight: bold;
    background: #fff;
    margin-bottom: 20px;
}
  
.top3  p.more a:before{
  content: url(/import/tenant_1/133.167.99.236/html/images/blog/icon_01.png);
    top: 12px;
    right: 15px;
    position: absolute;
}




.top4 .contentsbox {
  width: 80%;
  margin: 0 auto;
}

.top4 .item {
  width: 20%;
  position: relative;
}

.top4 .item .pic {
  width: 100%;

}

.top4 .item dd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  font-weight: bold;
}


.top5 {
  padding-top: 100px;
}

.top5 .staffbox {
  width: 80%;
  margin: 0 auto;
}

.top5 .staffbox li {
  width: 25%;
  position: relative;
}

.top5 .staffbox li.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.top5 .staffbox li a {
  display: block;
  position: relative;
}

.top5 .staffbox li a:hover {
  opacity: 1;
}


.top5 .staffbox li a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border: 7px solid;
  -webkit-transform: translateY(-10px) translateX(10px);
  -ms-transform: translateY(-10px) translateX(10px);
  transform: translateY(-10px) translateX(10px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}


.top5 .staffbox li a:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px) translateX(0px);
  -ms-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top6 .instabox {
  width: 80%;
  margin: 0 auto;
}

.top6 a {
  display: block;
}

.top6 ul {
  position: relative;
  overflow: hidden;
}

.top6 ul .item {
  width: 19%;
  margin: 5px 0;
}

.top6 ul .item:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 20%;
  height: 100%;
  z-index: 1;
  background: #929292;
}
.top6 ul .item:nth-of-type(1) a {
  padding: 10px;
}
.top6 ul .item:nth-of-type(1) a {
  padding: 10px;
}
.top6 .item:nth-of-type(1) dl.efe00 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  position: relative;
}
.top6 .item:nth-of-type(1) dl dt.efe01,
.top6 .item:nth-of-type(1) dl dd.efe02 {
  padding: 0 0 5px 0;
}

.top6 ul .item:nth-of-type(9n + 3) {
  margin-right: 21%;
}

.top6 ul .item:nth-of-type(9n + 7) {
  margin-right: 21%;
}


.top6 .itemf {
  width: 100%;
  height: 100%;
  background: #929292;
}

.top6 .itemf > dl > dt {
  width: 90%;
  margin: 5% auto 0;
}

.top6 .itemf > dl > dd > dl {
  padding: 5%;
}

.top6 .itemf > dl > dd > dl > dt {
  color: #fff;
  text-align: right;
}

.top6 .itemf > dl > dd > dl > dd {
  color: #fff;
}

.top6 .instabox .efe {
  position: relative;
}

.top6 .instabox .efe:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
}

.top6 .instabox .efe:hover:after {
  visibility: visible;
  opacity: 1;
}


.top6 dl.efe00 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.top6 .efe:hover dl.efe00 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}




.top6 dl dt.efe01,
.top6 dl dd.efe02 {
  color: #fff;
  padding: 10px;
}

.top6 .efe:hover dl dt.efe01 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/*
.top6 dl dd.efe02 {
  color: #fff;
  padding: 10px;

}
*/

.top6 .efe:hover dl dd.efe02 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none){
  *::-ms-backdrop, .top6 li:nth-of-type(2).item {
    margin-left: -10px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 599px){
  *::-ms-backdrop, .top6 li:nth-of-type(2).item {
    margin-left: 0px;
  }
}









@media only screen and (max-width: 1024px) {
  .compad {
    padding: 40px 0;
  }

  /*
  .top1 {
    padding-top: 60px;
  }
*/

  .top2 .js-tabnav {
    width: 60%;
  }

  .top2 .js-tab .stylebox {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }

  .top4 .contentsbox {
    max-width: 600px;
    margin: 0 auto;
  }

  .top4 .item {
    width: 48%;
    max-width: 260px;
    margin-bottom: 5%;
  }

  .top5 .staffbox li {
    width: 50%;
  }

  .top5 .staffbox {
    max-width: 600px;
  }



}

@media only screen and (max-width: 599px) {
  .compad {
    padding: 20px 0;
  }

  .top0 .topnews-box dl {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .top1 .pic {
    float: none;
    width: auto;
    padding: 0;
  }

  .top1 .tbox {
    width: auto;
    float: none;
  }

  .top1 .tbox p.more {
    text-align: center;
  }

  .top2 .js-tab .stylebox {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }

  .top2 .js-tab .stylebox .picbox {
    width: 45%;
    margin: 0 auto 20px;
    position: relative;
  }
  
    .top2 .js-tabnav {
    width: 80%;
  }
  .top2 .js-tabnav li{
        width: 33%;
    text-align: center;
  }

  .top4 .contentsbox {
    width: 100%;
  }

  .top5 .staffbox {
    width: 100%;
  }

  .top6 .instabox {
    width: 100%;
  }

  .top6 ul .item:nth-of-type(1) {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    z-index: 1;
  }

  .top6 ul .item:nth-of-type(9n + 3) {
    margin-right: 0;
  }

  .top6 ul .item:nth-of-type(9n + 7) {
    margin-right: 0;
  }

  .top6 ul .item {
    width: 23%;
    margin: 5px 0;

  }
  
  
}









/*
  .home-style h3 {
    text-align: right;
    line-height: 120%;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
  }

  .hmore a {
    display: inline-block !important;
    border: 2px solid #757575;
    max-width: 225px;
    width: 95%;
    font-size: 16px;
    font-family: 'EB Garamond', serif;
    padding: 20px 0;
    position: relative;
    text-align: center;
  }

  .hmore a:before {
    content: url(/import/tenant_1/133.167.99.236/html/images/blog/icon_01.png);
    top: 20px;
    right: 15px;
    position: absolute;
  }

  .home-style dl {
    margin: 0 0.88% 50px 0.88%;
    width: 21.76%;
  }

  .home-style dl dd {
    border-bottom: 10px solid #85a8ba;
    margin-bottom: 20px;
  }

  .home-style dl:nth-child(4n+2) dd {
    border-color: #e3d3cc;
  }

  .home-style dl:nth-child(4n+3) dd {
    border-color: #fdf6b0;
  }

  .home-style dl:nth-child(4n+4) dd {
    border-color: #d0cac8;
  }

  .home-style dt {
    text-align: center;
    font-size: 24px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  }

  .home-style dt .e {
    display: block;
    font-size: 16px;
    font-family: 'EB Garamond', serif;
  }

  .home-style .hmore {
    text-align: center;
  }

  .home-style {
    padding-bottom: 250px;
  }
*/

@media only screen and (max-width: 1024px) {
  .home-style dt {
    font-size: 16px;
  }

  .home-style dt .e {
    font-size: 14px;
  }

  .home-style h3 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .home-style dl {
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.home4 h3 {
  position: absolute;
  line-height: 120%;
  top: -60px;
}

.home-staff,
.home-news {
  width: 47.13%;
  float: left;
  position: relative;
  padding-bottom: 40px;
}

.home-news {
  float: right;
}

.home4 .pic {
  text-align: right;
  padding-left: 14.39%;
  margin-bottom: 20px;
}

.home-news h3 {
  top: -40px;

}

.home4 .txt,
.home4 dl {
  padding-left: 14.39%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 90px;
}

.home4 .hmore {
  text-align: right;
}

.home4 .txt p {
  padding: 0 0 20px 0;
}

.home-news dt {
  float: left;
}

.home-news dd {
  padding: 0 0 20px 105px;
}

.home-news dd a {
  color: #c42354;
}

.home4 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 599px) {

  .home-staff,
  .home-news {
    width: 100%;
    float: none !important;
  }

  .home-news h3 {
    position: relative;
    top: auto;
  }
}

.home-blog dl {
  width: 28.01%;
  padding: 0 7.98% 30px 0;
}

.home-blog dl:nth-child(3n+3) {
  padding-right: 0;
}

.home-blog h3 {
  line-height: 120%;
  padding-left: 5%;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}

.home-blog dd {
  border-bottom: 10px solid #85a8ba;
}

.home-blog dt {
  padding: 18px 0 20px 0;
}

.home-blog dt .d {
  display: block;
  float: left;
}

.home-blog dt a {
  display: block;
  padding: 0 0 0 105px;
}

.home-blog {
  padding-bottom: 150px;
}

@media only screen and (max-width: 1024px) {
  .home-blog h3 {
    margin-bottom: 20px;
  }

  .home-blog dt a {
    padding-left: 0;
  }

  .home-blog dt .d {
    float: none;
  }
}

@media only screen and (max-width: 599px) {
  .home-blog dl {
    width: 31.33%;
    padding-left: 1%;
    padding-right: 1%;
  }
}

.home-salon h3 {
  line-height: 120%;
  text-align: right;
  margin-bottom: -30px;
  padding: 0 3.87% 0 0;
  position: relative;
  z-index: 2;
}

.home-salon .right {
  float: right;
  padding: 0 3.87% 20px 0;
  margin-left: -40px;
  position: relative;
  z-index: 1;
}

.home-salon .salon2 {
  float: right;
  margin-top: 114px;
  margin-bottom: 40px;

}

.home-salon .salon2 h4 {
  font-size: 12px;
  text-align: center;
}

.home-salon .right .pic {
  padding: 0 0 40px 0;
}

.home-salon .right .hmore {
  text-align: right;
}

.home-salon {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1024px) {
  .home-salon h3 {
    margin-bottom: 20px;
  }

  .home-salon .right {
    float: none;
    text-align: right;
  }

  .home-salon .salon2 {
    float: none;
    margin-top: 20px;
  }
}


.staff .subtit h2 {
  padding-bottom: 0;
  margin-bottom: 100px;
}

.staff .shop p {
  font-size: 26px;
    font-family: 'EB Garamond', serif;
    font-weight: normal;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 60px;
}

.staff1 .pic {
  float: left;
  width: 44.66%;
  padding: 0 0 20px 0;
}

.staff1 .tbox {
  float: right;
  width: 51.98%;
  padding: 0 0 20px 0;
}

.staff1 .tbox .p {
  display: inline-block !important;
  border: 1px solid #000;
  padding: 2px 1.5em;
  margin-bottom: 20px;
}

.staff1 p.shop {
  text-align: right;
  font-size: 25px;
  padding-right: 10px;
}


.staff1 h3 {
  font-size: 60px;
  padding: 0 0 20px 0;
}

/* .staff1 h3 .instai:after {
  font-family: FontAwesome;
  content: '\f16d';
  padding-left: 20px;
  font-size: 45px;
} */

.staff1 .insta{
  font-size: 45px;
}



.staff1 h3 .e {
  display: block;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  font-family: 'EB Garamond', serif;
}

.staff1 h3 .k {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.staff1 .table {
  border-top: 1px dotted #000;
}

.staff1 .table dt {
  float: left;
  font-weight: bold;
}

.staff1 .table dd {
  padding: 0 0 0 154px;
}

.staff1 .table dl {
  border-bottom: 1px dotted #000;
  padding: 20px 0;
}

.staff1 {
  padding-bottom: 30px;
}

.staff-messa {
  float: right;
  width: 51.98%;
  margin-bottom: 20px;
}

.staffblog {
  float: left;
  width: 44.66%;
  padding: 0 0 20px 0;
}

.staffblog dt {
  float: left;
}

.staffblog dd {
  padding: 0 0 0 120px;
}

.staffblog dd a {
  color: #c42354;
}

.staffblog dl {
  padding: 0 0 5px 0;
}

.staff-messa .box {
  border: 1px solid #000;
  padding: 25px 5% 10px 5%;
}

.staff-messa .box p {
  padding: 0 0 20px 0;
}

.staff2 {
  padding-bottom: 50px;
}

.staff3 h3 {
  padding-bottom: 30px;
}



.staff3 .pagenav {
  padding-bottom: 20px;
  width: 30%;
  margin: 0 auto;
}

.staff3 .list li {
  width: 18.76%;
  padding: 0 1.55% 30px 0;
}

.staff3 .list li:nth-child(5n+5) {
  padding-right: 0;
}

.staff3 {
  padding-bottom: 50px;
}



@media only screen and (max-width: 1024px) {
  .staff1 h3 .e {
    font-size: 14px;
  }

  .staff1 h3 {
    font-size: 24px;
  }

  .staff .subtit p {
    font-size: 22px;
  }

  .staff3 .pagenav {
    width: 50%;
    max-width: 285px;
  }
}

@media only screen and (max-width: 599px) {
  .staff1 .pic {
    float: none;
    width: auto;
    text-align: center;
  }

  .staff1 .tbox {
    float: none;
    width: auto;
  }

  .staffblog,
  .staff-messa {
    float: none;
    width: auto;
  }

  .staff .subtit p {
    font-size: 18px;
    text-align: center;
  }

  .staff3 .pagenav {
    width: 90%;
    max-width: 274px;
  }

}

.stafflist dl {
  width: 22.11%;
  margin: 0 3.85% 54px 0;
}

.stafflist dl:nth-child(4n+4) {
  margin-right: 0;
}

.stafflist dd.pic {
  margin-bottom: 20px;
  position: relative;
}

.staffback {
  margin-bottom: 40px;
}

.staffback a {
  display: block;
}

.stafflist dd a{
  display: block;
}

.stafflist dd a:hover{
  opacity: 1;
}


.stafflist dd.pic .moreefe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  webkit-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  visibility: hidden;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 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;
}


.stafflist dd.pic:hover .moreefe {
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
  transform: rotate3d(0, 1, 0, 0deg);
  visibility: visible;
}

.stafflist dd.pic:hover .moreefe:hover {
  opacity: 1;
}

 /* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .stafflist dd.pic .moreefe { 
   -webkit-transform: none;
   -ms-transform: none;
   transform: none;
   -webkit-transform-style: none;
           transform-style: none;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
  }
  
  *::-ms-backdrop, .stafflist dd.pic:hover .moreefe { 
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
  }
  
}


.stafflist dd.pic + dd {
  display: inline-block !important;
  margin-bottom: 14px;
}

.stafflist dd.pic + dd span{
  display: inline-block !important;
  border: 1px solid #000;
  padding: 2px 1em;
}

.stafflist dt .n {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
}

.stafflist dt {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 20px 0;
}

.stafflist {
  padding-bottom: 55px;
}

@media only screen and (max-width: 1024px) {
  .stafflist dl {
    width: 29%;
    margin: 0 2% 54px 2%;
    }
    .stafflist dl:nth-child(4n+4) {
  margin-right: 0;
}
}

@media only screen and (max-width: 599px) {
  .stafflist dl {
    width: 48%;
    margin-left: 1%;
    margin-right: 1% !important;
  }
  .stafflist dd.pic + dd{
    font-size: 12px;
  }
}

/*recruit*/
.rec1 h3 {
  padding: 0 0 50px 0;
  text-align: center;
}

.rec1 p {
  text-align: center;
  padding: 0 0 20px 0;
}

.rec1 {
  padding: 0 0 100px 0;
}

.rec2 h3 {
  text-align: center;
  padding: 0 0 90px 0;
}

.rec2 .block {
  background: url(/import/tenant_1/133.167.99.236/html/images/recruit/recruit_zu.gif) 0 0 no-repeat;
  padding: 29px 0 0 35px;
}

.rec2 .box h4 {
  font-size: 48px;
  color: #fff;
  float: left;
  font-family: 'EB Garamond', serif;
  line-height: 120px;
}

.rec2 .box dt {
  font-size: 30px;
  font-weight: normal;
}

.rec2 .box dl {
  padding-left: 264px;
}

.rec2 .box:nth-child(2) dl {
  padding-left: 418px;
}

.rec2 .box:nth-child(3) dl {
  padding-left: 547px;
}

.rec2 .box:nth-child(4) dl {
  padding-left: 682px;
}

.rec2 {
  padding: 0 0 150px 0;
}
.second-key {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}
.second-key .left {
    width: 34.5%;
    margin-right: 0.5%;
}
.second-key .left ul {
    width: 100%;
    position: relative;
    min-height: 482px;
        overflow: hidden;
}
.second-key .left ul li {
   position: absolute !important;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.second-key .left ul li img {
    width: 100% !important;
}
.second-key .left ul li:nth-of-type(1) {
top: 0;
    left: 0;
    width: 100%;
    max-height: 52.5%;
}
.second-key .left ul li:nth-of-type(2) {
    top: 53.5%;
    width: 55%;
    padding-right: 0.5%;
    max-height: 47%;
}
.second-key .left ul li:nth-of-type(3) {
 top: 53.5%;
    right: 0;
    width: 45%;
    padding-left: 0.5%;
    max-height: 47%;    
}
.second-key .right {
    width: 65%;
}
.second-key .right ul {
  width: 100%;
    position: relative;
    min-height: 482px;
        overflow: hidden;
}
.second-key .right ul li{
  position: absolute !important;
    height: auto;
    overflow: hidden;
        box-sizing: border-box;
}
.second-key .right ul li img {
    width: 100% !important;
}
.second-key .right ul li:nth-of-type(1) {
    width: 69.7%;
    top: 0;
    left: 0;
    max-height: 31.5%;
}
.second-key .right ul li:nth-of-type(2) {
    right: 0;
    top: 0;
    width: 30%;
    padding-left: 0.2%;
    max-height: 63.3%;
}
.second-key .right ul li:nth-of-type(3) {
    top: 32.5%;
    left: 0;
    width: 30%;
    padding-right: 0.2%;
}
.second-key .right ul li:nth-of-type(4) {
    width: 39.5%;
    left: 30.2%;
    top: 32.2%;
    padding-top: 0.3%;
    padding-left: 0.3%;
    max-height: 31%;
}
.second-key .right ul li:nth-of-type(5) {
    top: 64.4%;
    width: 69.5%;
    right: 0;
    max-height: 36%;
}
@media only screen and (max-width: 1024px) {
.second-key {
    width: 95%;
    margin: 0 auto 40px auto;
}
.second-key .right ul {
    min-height: 330px;
}
.second-key .left ul {
    min-height: 330px;
}
}
@media only screen and (max-width: 599px) {
  .second-key {
    margin-bottom: 40px;
}
  .second-key .left {
   /* width: 100%;
    margin-right: 0;*/
}
.second-key .left ul {
    min-height: 150px;
    margin-bottom: 1%;
}
.second-key .right {
    /*width: 100%;*/
}
.second-key .right ul {
    min-height: 150px;
}
}
.h3s .n {
  display: block;
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1;
}

.rec5 .box2 .pic iframe {
  width: 100%;
}

.staffvoicearea {
    margin-bottom: 80px;
}


.staffvoiceitem{
  border: 1px solid #535353;
  margin: 20px 0;
  padding: 20px 0;
}

.staffvoiceitem dl{
  padding: 0 30px;
  -webkit-box-sizing: border-box;
               box-sizing: border-box;
}

.staffvoiceitem dt{
  display: inline-block;
}

.staffvoiceitem dt span{
  display: inline-block;
   border-bottom: 2px solid #535353;
}

.staffvoiceitem dd{
  padding: 40px 0;
}

@media only screen and (max-width: 1024px) {
  .staffvoiceitem{
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
 .staffvoiceitem .pic{
   max-width: 200px;
 } 
}


@media only screen and (max-width: 1024px) {
  .rec2 .box h4 {
    float: none;
    line-height: 160%;
    text-align: center;
    background: #e2c98c;
    font-size: 24px;
    margin-bottom: 20px;
    width: 70%;
  }

  .rec2 .box:nth-child(2) h4 {
    background: #8fbb7c;
    width: 80%;
  }

  .rec2 .box:nth-child(3) h4 {
    background: #7ca8bb;
    width: 90%;
  }

  .rec2 .box:nth-child(4) h4 {
    background: #d8b297;
    width: 100%;
  }

  .rec2 .box dl {
    padding-left: 0;
    padding-bottom: 40px;
  }

  .rec2 .block {
    background: none;
    padding: 0;
  }

  .rec2 .box dt {
    font-size: 20px;
  }

  .rec2 .box:nth-child(2) dl {
    padding-left: 0;
  }

  .rec2 .box:nth-child(3) dl {
    padding-left: 0;
  }

  .rec2 .box:nth-child(4) dl {
    padding-left: 0;
  }
}

.rec3 h3 {
  line-height: 120%;
  padding: 0 0 45px 0;
}

.rec3 li{
   border: 1px solid #5e5e5e;
    margin-bottom: 20px;
}

.rec3 li dt {
  border-bottom: 1px solid #5e5e5e;
  padding: 24px 0 24px 129px;
  font-size: 30px;
  position: relative;
  color: #5e5e5e;
}

.rec3 li .n {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  background: #5e5e5e;
  width: 98px;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-family: 'EB Garamond', serif;
  line-height: 160%;
}

.rec3 li dd {
  padding: 20px
}

.rec3 li:nth-of-type(even) dd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}



.rec3 {
  padding-bottom: 140px;
}

@media only screen and (max-width: 1024px) {
  .rec3 li dt {
    font-size: 22px;
   padding: 10px 0 10px 50px
  }

  .rec3 li .n {
    font-size: 30px;
    width: 45px;
     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;
  }
}

@media only screen and (max-width: 599px) {
   .rec3 li dt {
     font-size: 20px;
   }
}

.rec4 h3 {
  text-align: center;
  padding: 0 0 55px 0;
}

.rec4 .txt h4 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 20px 0;
}

.rec4 .txt p {
  text-align: center;
  padding: 0 0 20px 0;
}

.rec4 .txt {
  padding-bottom: 50px;
}

.rec4 .box {
  width: 32.77%;
  background: #91c39a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 2.11% 0 2.11%;
  margin: 0 0.84% 40px 0;
}

.rec4 .box .pic {
  border-radius: 100%;
  padding: 0 0 0 0;
  margin-bottom: 35px;
}

.rec4 .box:nth-child(3n+2) {
  background: #96becb;
}

.rec4 .box:nth-child(3n+3) {
  margin-right: 0;
  background: #e0c096;
}

.rec4 .box dt {
  font-size: 18px;
  padding: 0 0 20px 0;
  color: #fff;
  text-align: center;
}

.rec4 .box dt + dd {
  text-align: center;
  color: #fff;
  padding: 0 0 20px 0;
}

.rec4 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 599px) {
  .rec4 .box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}


.rec5.pab {
  padding-bottom: 50px;
}
.rec5 h3 {
  text-align: center;
  padding: 0 0 55px 0;
}

.rec5 .box1 {
  padding-bottom: 60px;
}

.rec5 .box1 .w135 {
  width: 70%;
  margin: 0 auto;
}

.rec5 .box1 .pic {
  width: 33.3333%;
  padding: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rec5 .box1 .pic .trimmingInner{
  -webkit-border-radius: 50%;
             border-radius: 50%;
}






.rec5 .box2 .pic {
  float: left;
  width: 38.32%;
  padding: 0 0 20px 0;
}

.rec5 .box2 .tbox {
  float: right;
  width: 56.91%;
  padding: 30px;
  -webkit-box-sizing: bordesr-box;
  box-sizing: border-box;
}

.rec5 .box2 .tbox dt {
  font-size: 30px;
  padding: 0 0 20px 0;
}

.rec5 .box2 .tbox dd {
  padding: 0 0 40px 20px;
}

.rec5 {
  padding-bottom: 140px;
}

.rec5 .box3 {
  width: 80%;
  margin: 0 auto;
  padding: 30px;
}

.rec5 .box3 .rec-list{
  padding: 30px 0;
}

.rec5 .box3 .rec-list dl{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

.rec5 .box3 .rec-list dl:not(:last-child) {
  border-bottom: 1px solid #535353;
}

.rec5 .box3 .rec-list dl:nth-child(even) {
  background: #efefef;
}


.rec5 .box3 .rec-list dt {
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
}

.rec5 .box3 .rec-list dd {
  display: inline-block;
  width: 65%;
  border-left: 1px solid #535353;
  padding: 10px 5px;
}


.rec5 .box3 .h3t {
  padding-bottom: 0;
}

.rec5 .box3 .contactmeth dt{
  border-bottom: 1px solid #535353;
  padding-bottom: 10px;
}

.rec5 .box3 .contactmeth dd{
  padding-bottom: 10px;
}



@media only screen and (max-width: 1024px) {
  .rec5 .box2 .tbox dt {
    font-size: 18px;
  }

  .rec5 .box1 .pic {
    width: 50%;
  }


}

@media only screen and (max-width: 599px) {
  .rec5 .box1 .w135 {
    width: 100%;
  }

  .rec5 .box2 .tbox {
    width: auto;
    float: none;
  }

  .rec5 .box2 .pic {
    width: auto;
    float: none;
  }

  .rec5 .box3 {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .rec5 .box3  {
    width: 100%;
    border-right: none;
  }

 .rec5 .box3 .rec-list dt{
    width: 100%;
  }
  .rec5 .box3 .rec-list dd{
    width: 100%;
    border-left: none;
    text-align: center;
  }

  .rec5 .box3 dl {
    padding: 15px;
  }
  .rec5 .box3 .rec-list dl{
    display: block;
  }

}

.flowbox{
padding-top: 60px;
  
}


.flowarea .txtarea{
  width: 50%;
    border: 1px solid;
    position: relative;
    top: -50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 15px;
    background: #fff;
    padding: 10px;
}

.flowarea .txtarea dt{
  position: relative;
}

.flowarea .picbox{
  width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.flowarea .picbox .pic{
  width: 100%;
    position: relative;
}

.flowarea .picbox .pic:after{
   position: absolute;
    content: "";
    width: 120%;
    background: #efefef;
    height: 110%;
    top: 50%;
    left: 44%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  
}

.flowarea li.item {
  position: relative;
  margin-bottom: 250px;
}

.flowarea li.item:nth-of-type(even) {
   -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

.flowarea li.item:nth-of-type(even) .txtarea {
  top: 0;
  right: 0;
}

.flowarea li.item:nth-of-type(even) .pic{
  top: -50px;
  left: -15px;
}

.flowarea li.item:nth-of-type(even) .pic:after{
  left: 56%;
}



.flowarea li.item:nth-of-type(odd):after{
  content: "";
    position: absolute;
    height: 1px;
    background: #000;
    width: 45px;
    top: 50%;
    right: -60px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.flowarea li.item:nth-of-type(even):after {
     content: "";
    position: absolute;
    height: 1px;
    width: 1000px;
    bottom: -90px;
    left: -7%;
    background: #000;
    -webkit-transform: translateX(-50%) rotate(-20deg);
    -ms-transform: translateX(-50%) rotate(-20deg);
    transform: translateX(-50%) rotate(-16deg);
    z-index: -2;
}

.flowarea li.item:last-child:after {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .flowarea li.item {
    width: 100%;
    margin-bottom: 150px;
    
  }

  
 .flowarea li.item:nth-of-type(odd):after {
   display: none;
 }
 
 .flowarea li.item:nth-of-type(even):after {
   display: none;
 }
  
.flowarea li.item:before {
    content: "";
    position: absolute;
    background: #000;
    height: 1px;
    width: 408px;
    z-index: -2;
    bottom: -40px;
    left: 40%;
    -webkit-transform: translatex(-50%) rotate(-20deg);
        -ms-transform: translatex(-50%) rotate(-20deg);
            transform: translatex(-50%) rotate(-20deg);
}

.flowarea li.item:last-child:before {
  display: none;
}
}

@media only screen and (max-width: 599px) {
  .flowbox{
padding-top: 60px;
  
}
  
  .flowarea .picbox{
    width: 100%;
  }
  
  .flowarea .txtarea{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    border: none;
  }
  
  .flowarea .txtarea dt{
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    font-size: 20px;
  }
  
  .flowarea li.item{
  background: #efefef;
    padding: 20px;
    margin-bottom: 60px;
    
  }
  
  
  .flowarea li.item:nth-of-type(even) .pic{
  position: relative;
  top: 0;
  left: 0;
}

.flowarea li.item:nth-of-type(even) .pic:after{
  position: relative;
  left: 0;
}

.flowarea .picbox .pic:after{
  display: none;
}

.flowarea li.item:before {
  display: none;
}
}




.rec6 h3 {
  text-align: center;
  padding: 0 0 55px 0;
}

.rec6 .txt h4 {
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 20px 0;
  text-align: center;
}

.rec6 .txt p {
  text-align: center;
  padding: 0 0 20px 0;
}

.rec6 .txt {
  padding-bottom: 35px;
}

.rec6 table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
}

.rec6 .table th {
  border-bottom: 1px solid #c9c9c9;
  width: 143px;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  font-weight: normal;
  text-align: left;
  height: 85px;
}

.rec6 .table td {
  border-bottom: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  width: 81px;
  position: relative;
}

.rec6 .table thead th {
  height: 58px;
  background: #c9c9c9;
}

.rec6 .table thead td {
  background: #c9c9c9;
  text-align: center;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.rec6 {
  padding-bottom: 95px;
}

.rec6 tr:nth-child(1) td .w {
  position: absolute;
  width: 180%;
  font-size: 18px;
  top: 7px;
  bottom: 7px;
  line-height: 69px;
  left: 7px;
  background: #a8cad0;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.rec6 tr:nth-child(1) td:nth-child(4) .w {
  background: #96bbc2;
}

.rec6 tr:nth-child(1) td:nth-child(6) .w {
  background: #7ca4ab;
}

.rec6 tr:nth-child(1) td:nth-child(8) .w {
  background: #65929a;
}

.rec6 tr:nth-child(1) td:nth-child(10) .w {
  background: #4d7f88;
}

.rec6 tr:nth-child(1) td:nth-child(12) .w {
  background: #31707b;
}

.rec6 tr:nth-child(2) td .w {
  position: absolute;
  width: 280%;
  font-size: 18px;
  top: 7px;
  bottom: 7px;
  line-height: 69px;
  left: 7px;
  background: #e7daa8;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.rec6 tr:nth-child(2) td:nth-child(5) .w {
  background: #d2c593;
}

.rec6 tr:nth-child(2) td:nth-child(8) .w {
  background: #c1b482;
}

.rec6 tr:nth-child(2) td:nth-child(11) .w {
  background: #ae9e62;
}

.rec6 tr:nth-child(3) td .w {
  position: absolute;
  width: 280%;
  font-size: 18px;
  top: 7px;
  bottom: 7px;
  line-height: 69px;
  left: 7px;
  background: #f7c8c9;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.rec6 tr:nth-child(3) td:nth-child(5) .w {
  background: #f2bcbd;
}

.rec6 tr:nth-child(3) td:nth-child(8) .w {
  background: #e8a6a8;
}

.rec6 tr:nth-child(3) td:nth-child(11) .w {
  background: #e99a9c;
}

@media only screen and (max-width: 1024px) {
  .rec6 table {
    width: 1135px;
  }

  .rec6 .table {
    overflow: auto;
  }
}
.rec7 {
    padding: 0 0 60px 0;
}
.rec7 h3 {
    padding: 0 0 50px 0;
    text-align: center;
}
.rec7 .pic{
    width: 100%;
    padding: 0 0 20px 0;
}
.rec7 .pic img{
    width: 100% !important;
}
@media only screen and (max-width: 1024px) {
.rec7 {
    padding: 0 0 40px 0;
}
}
/*kodawari*/
.kodawari02 .w135 {
  border-bottom: 1px solid #535353;
}

.kodawari02 dl {
  width: 75%;
  margin: 0 auto;
}

.kodawari02 dd {
  padding: 30px 20px;
}

.kodawari03 .pic {
  width: 30%;
}

.kodawari03 .txt {
  counter-reset: number;
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}

.kodawari03 .h3t {
  padding: 10px 0;
  background: #535353;
  color: #fff;
  width: 80%;
  margin: 0 auto;
}

.kodawari03 .txt dl {
  padding: 30px;
  width: 80%;
    margin: 0 auto;
}

.kodawari03 .txt dt {
  padding-left: 1em;
    text-indent: -1em;
}

.kodawari03 .txt dt:before {
  counter-increment: number;
  content: counter(number);
  padding-right: 5px;
}

.kodawari04 .w135 {
  width: 80%;
}

.kodawari04 .txtbox {
  width: 60%;
  position: relative;
  z-index: 1;
}

.kodawari04 .txtbox .h3t {
  border-bottom: 1px solid #535353;
  padding: 10px;
  margin-bottom: 30px;
}

.kodawari04 {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}




.kodawari04 .pic {
  width: 40%;
  margin-left: -50px;
  position: relative;
}

.kodawari04 .pic:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

@media only screen and (max-width: 1024px) {
  .kodawari03 .pic {
    width: 80%;
    margin: 0 auto;
  }

  .kodawari03 .txt {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
  }

  .kodawari04 .w135 {
    width: 95%;

  }
}

@media only screen and (max-width: 599px) {
  .kodawari02 dl {
    width: 100%;
  }

  .kodawari03 .pic {
    width: 100%;
  }

  .kodawari03 .txt {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .kodawari04 {
    padding: 0;
  }

  .kodawari04 .txtbox {
    width: 100%
  }

  .kodawari04 .pic {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
  }


}


/*contact*/

.contact1 .tit {
  position: relative;
  overflow: hidden;
}

.contact1 .tit .bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;

}

.contact1 .tit .bk img {
  width: 100%;
  opacity: 1;
}

.contact1 .tit .in {
  position: relative;
  z-index: 1;
  padding: 350px 2.5% 300px 2.5%;
}

.contact1 .tit h3 .s {
  display: block;
  font-size: 18px;
  color: #fff;
}

.contact1 .tit h3 {
  text-align: center;
  padding: 0 0 30px 0;
}

.contact1 .tit .in p {
  color: #fff;
  text-align: center;
  padding: 0 0 20px 0;
}

.contact1 .txt {
  padding: 35px 0 30px 0;
}

.contact1 .txt p {
  padding: 0 0 20px 0;
  font-size: 14px;
}

.contact1 li {
  width: 31.27%;
  padding: 0 3.09% 20px 0;
}

.contact1 li:nth-child(3n + 3) {
  padding-right: 0;
}

.contact1 {
  padding-bottom: 120px;
}

.h3s .n {
  display: block;
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1;
}

.contact2 .h3s {
  text-align: center;
}



.contact2 {
  padding: 45px 0 45px 0;
  margin-bottom: 80px;
}


.contact2 .wrap {
  padding: 40px 0;
}

.contact2 .ch {
  max-width: 677px;
  margin: 0 auto 20px;
  color: #d85030;
}

.contact2 .table {
  max-width: 677px;
  margin: 0 auto;
}

.contact2 dt {
  font-size: 20px;
  font-weight: bold;
  float: left;
}

.contact2 dt span {
  color: #d85030;
}

.contact2 dd {
  padding: 0 0 0 200px;
}

.contact2 dd .size1 {
  border: 1px solid #dddddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
}

.contact2 dl {
  padding: 0 0 45px 0;
}




.contact2 dd .item {
  display: block;
  border: 1px solid #dddddd;
  padding: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  text-align: center;
  background: #fff;
}

.contact2 dd .ItemConfirm {
  display: block;
  padding: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  /*background:#fff;*/
}

.contact2 dd textarea {
  border: 1px solid #dddddd;
  width: 100%;
  height: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
}

.contact2 .table {
  padding-bottom: 25px;
}

.contact2 .formbtn {
  text-align: center;
}



.contact2 .formbtn .BtnType {
  width: 200px;
  border: 1px solid #333333;
  background: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 0;
  display: block;
  margin: 0 auto;
}

.contact2 .formbtn .formback {
  margin-top: 20px;
}

.contact2 .formcheck{
  max-width: 677px;
  margin: 0 auto 20px;
}

.contact2 p.formend{
  text-align: center;
    padding: 40px;
}


.contact2 .formbtn .BtnType:hover {
  cursor: pointer;
}

.contact2 .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 677px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .contact2 dt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .contact1 {
    padding-bottom: 60px;
  }

  .contact1 .tit .in {
    padding: 60px 2.5% 150px 2.5%;
  }

  .contact2 dt {
    float: none;
    padding-bottom: 10px;
  }

  .contact2 dd {
    padding-left: 0;
  }
}

.contact3 {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.contact3 .txt {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}

.contact3 .txt p {
  padding: 0 0 20px 0;
}

.contact3 dt {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
}

.contact3 dl {
  padding-bottom: 30px;
}

.contact3 dd ul {
  padding: 30px 0 0 4%;
}


/* lightbox */
.uk-lb img {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.uk-lb img:hover {
    cursor: pointer;
    opacity: 0.6;
}

.insta00 li {
  width: 23%;
  margin: 5px auto;
}

@media only screen and (max-width: 599px) {
  .insta00 li {
  width: 45%;
}
}

/*****2021/04/19******/
.flowarea .txtarea.end {
  height: 180px;
}

@media only screen and (max-width: 599px) {
  .flowarea .txtarea.end {
  height: auto;
}
}

/*****2021/06/04追加*****/

.mt50 {
  margin-top: 50px;
}
.online_box {
  display: flex;
}
.online_txt {
  width: 58%;
  margin-right: 2%;
}
.online_img {
  width: 40%;
}
.online_img img {
  width: 100%;
}

/*****2021/06/28*****/
.tmi_box {
    width: 35%;
}
.insta_box {
    width: 20%;
}

@media only screen and (max-width: 1024px) {
  .tmi_box {
    width: 50%;
}
}

@media only screen and (max-width: 599px) {
  .tmi_box {
    width: 100%;
  }
  .insta_box {
    width: 60%;
    margin-top: 5px;
  }
}

/**スタッフ一覧**/

.shop .tit {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .shop .tit {
    font-size: 22px;
  }
}

@media only screen and (max-width: 599px) {
  .shop .tit {
    font-size: 18px;
  }
}

/**固定バナー変更**/
.sidenav {
  top: 80px;
}
.sidenav li {
    height: 80px;
    padding-top: 10px;
    font-size: 18px;
    width: 170px;
  }
  .sidenav li a { 
    line-height: 1.4;
  }
  .sidenav {
    right: -530px;
  }
  .sidenav li:nth-child(1) .s {
    padding-left: 1em;
  }
  
  .sidenav li:nth-child(2) .s {
    padding-left: 1em;
    display: inline;
  }
  
  .sidenav li:nth-child(3) .s {
    display: block;
    line-height: 1;
    color: #fff;
  }
  
  .sidenav li:nth-child(3) .tel {
    display: block;
    line-height: 1;
  }
  
  .sidenav li:nth-child(3) .tel:before {
    font-family: FontAwesome;
    content: '\f095';
    color: #fff;
    padding-right: 5px;
  }
  
  .sidenav li:nth-child(3) img {
    vertical-align: bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: 5px;
  }
  
  .sidenav li:nth-child(3) .w {
    display: inline-block !important;
    vertical-align: middle;
    padding-top: 15px;
  }
  
  @media only screen and (max-width: 1024px) {
    .sidenav {
      right: 0;
      top: initial;
    }
    .sidenav li {
      height: 80px;
      width: calc(100% / 3);
      line-height: 1.0;
      padding-top: 15px;
    }
    .sidenav li:nth-of-type(1) {
      padding-top: 10px;
    }
    .sidenav li:nth-of-type(2) {
      border-right: 1px solid #fff;
      padding-top: 10px;
    }
    .sidenav li:nth-child(3) .w {
      padding-top: 10px;
    }
    .sidenav li:nth-child(3) .s {
      margin-bottom: 5px;
    }
  }
  
  @media only screen and (max-width: 599px) {
    .sidenav li {
      height: 60px;
      line-height: 0.8;
      padding-top: 10px;
    }
    .sidenav li:nth-of-type(1) ,  .sidenav li:nth-of-type(2) {
      width: calc(100% / 2);
    }
    .sidenav li:nth-child(3) {
      width: calc(100% / 1);
      padding-top: 5px;
      border-top: 1px solid #fff; 
    }
    .sidenav li a {
      line-height: 1;
    }
  }

/**hitowaページ**/
.tacl {
  text-align: center !important;
}
.hito-box {
  margin-bottom: 80px;
}
.hito-box h3 {
  margin-bottom: 30px;
}
.h3m {
  font-size: 30px;
  font-family: 'EB Garamond', serif;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #275240;/*左線*/
}
.box02 {
  margin-bottom: 50px;
}
.flex02 {
  display: flex;
  flex-wrap: wrap;
}
.box02 .pic {
  width: 46%;
}
.box02 .pic img {
  width: 100%;
}
.box02 .tbox {
  margin-left: 2%;
  width: 52%;
}
.box02.revers .tbox {
  margin-left: initial;
  margin-right: 2%;
}
.yoyaku {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: auto;
}
.yoyaku div {
  width: 300px;
  margin: auto;
}
.yoyaku div a {
  display: block;
  width: 100%;
  background: #5e5e5e;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: 'EB Garamond', serif;
}

@media only screen and (max-width: 1024px) {
  .tacl {
    text-align: left !important;
  }
  .h3m {
    font-size: 26px;
  }
  .yoyaku {
    width: 100%;
  }
  .yoyaku div {
    width: 40%;
  }
}

@media only screen and (max-width: 599px) {
  .h3m {
    font-size: 22px;
  }
  .box02 {
  margin-bottom: 0;
  }
  .flex02.column {
    flex-direction: column-reverse;
  }
  .box02 .pic {
    width: 100%;
  }
  .box02 .tbox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .box02.revers .tbox {
    margin-right: auto;
    margin-left: auto;
  }
  .yoyaku div {
    width: 45%;
  }
  .yoyaku div a {
    padding: 10px 0;
    font-size: 16px;
  }
}


.salon-p{
font-family: 'EB Garamond', serif;
    font-size: 30px;
    font-weight: bold;
    padding-top: 4rem;
    padding-bottom: 1rem;
}

.top-info{
  width: 80%;
    margin: 0 auto;
}

.info-tel{
  font-size: 20px;
  font-weight: bold;
}


@media only screen and (max-width: 599px) {
.top-info {
    width: 97%;
}
}

/* 2026/06/08 */
.insta {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
}
.insta .insta-in {
  width: 48%;
  margin: auto;
}
.insta .insta-in .insta_box {
  width: 100%;
}
.insta .insta-in img {
  width: 100%;
}
.insta .insta-in .name {
  text-align: center;
  font-weight: bold;
}

@media (max-width: 599px){
  .insta {
    width: 50%;
  }
}
