@charset "UTF-8";


/*reset*/
 h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form { margin: 0; padding: 0; border: none; font-style: normal; font-weight: normal;font-size: 100%;-align: left;
} 
html { font-size:100%;}          
body {width: 100%;height: 100%;
background-color: #fff;
font-size: 16px;
line-height: 1.4;
font-family:  "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
overflow-wrap: break-word;
word-break: normal;
color: #000;
-webkit-font-smoothing: antialiased;
animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    position: relative;
}    

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

*{padding:0;margin:0}

.disp_none {
  display:none;
}

li {list-style-type:none;}          



a img {border:none;}


p.line_he18 {
  line-height: 1.8em;
}

/*******

********/


/*******
パンくず
********/

/*******
リンクデザイン
********/
a,
a i          {
color: #000;
            text-decoration: none;
            -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
            } 

a:link { color: #000}
a:visited { color: #000; }
a:hover { color: #e0dad4; }
a:active { color: #e0dad4; }  

a.tex_link {text-decoration:underline;}
a.tex_link:link { color: #08233e;}
a.tex_link:visited { color: #08233e; }
a.tex_link:hover { color: #aaa; }
a.tex_link:active { color: #aaa; }

a.underline {
  text-decoration: underline;
}
a.link01 {
    text-decoration: underline;
    color: #bcbace;
    font-weight: bold;
}



/*******
レイアウト
********/
div#main {
width:100%;
margin:0 auto;
word-break:break-all;
position:relative;
}

div.wrap {
 width:100%;
 margin: 0 auto;
}
div.wrap90 {
  width:100%;
  margin:0 auto;
  padding:90px 0;
}
.wrap1000 {
  width:100%;
  height:100%;
  margin:0 auto;
  position:relative;
  z-index: 111000;
}

.conts_100 {
  width:1116px;
  box-sizing:border-box;
  margin:0 auto;
  padding:90px 0;
}
.conts_no100 {
   width:1116px;
  box-sizing:border-box;
  margin:0 auto; 
}
.conts_80 {
  width:800px;
  box-sizing:border-box;
  margin:0 auto;
  padding:90px 0;
}
.conts_no80 {
  width:800px;
  box-sizing:border-box;
  margin:0 auto;
}
.in_conts80 {
  width:80%;
  box-sizing:border-box;
  margin:0 auto;
  padding:90px 0;
}
.conts80_sp100 {
  width:800px;
  box-sizing:border-box;
  margin: 0 auto;
  padding:90px 0;
}
.conts80_sp100no {
  width:800px;
  box-sizing:border-box;
  margin: 0 auto;
}
.conts100_sp80 {
  width:1116px;
  box-sizing:border-box;
  margin: 0 auto;
  padding:90px 0;
}
/*******
エフェクト
********/
.effect_fadein {
opacity : 0;
transform : translate(0, 45px);
transition : all 1000ms;
}

.effect_fadein.effect_scroll {
opacity : 1;
transform : translate(0, 0);
}
/*******
font
********/
.f_noto200 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
}
.f_noto400 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.f_wh {
  color:#fff;
}
/*******
背景-bg
********/
.bg_mdmenu {
background: rgb(255,255,255);
background: -moz-linear-gradient(192deg, rgba(255,255,255,1) 35%, rgba(224,181,211,1) 100%);
background: -webkit-linear-gradient(192deg, rgba(255,255,255,1) 35%, rgba(224,181,211,1) 100%);
background: linear-gradient(192deg, rgba(255,255,255,1) 35%, rgba(224,181,211,1) 100%);
}

.bg_wh {
  background: #fff;
}
.bg_black{
	background:#000;
}
.bg_eee7e0 {
  background: #f2e9e1;
}
.bg_bejyu {
  background: #e0dad4;
}
.bg_pur {
	background:#e0b5d3;
}
.bg_gray {
  background: #fafafa;
}
.bg_pink {
background:#f9f6f5;
}
.bg1 {
    background: #e0dad4;
    background: -webkit-linear-gradient(to right,rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url(img/bg1.jpg);
    background: linear-gradient(to right, rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url(img/bg1.jpg);
    background-size: cover;
background-position: center;
  }

/**********
テキスト・位置
**********/
.m10{
  margin:10px 0;
}
.m15{
  margin: 15px 0;
}
.m30 {
  margin: 30px 0;
}
.mt15 {
  margin-top: 15px;
}
.mt30 {
  margin-top: 30px;
}
.mt45 {
  margin-top: 45px;
}
.mt60 {
  margin-top: 60px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb45{
  margin-bottom: 45px;
}
.mb60{
  margin-bottom: 60px;
}
.mb75{
  margin-bottom: 75px;
}
.p45 {
  padding:45px 0;
}
.al_center,
.pc_al_center {
  text-align: center;
}
.al_right {
  text-align: right;
}
/*******仕切り線*******/

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

hr {
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ccc), to(transparent));
  background-image: linear-gradient(to right, transparent, #f2e9e1, transparent);
}


/**ボタン**/
.btn{
  width:100%;
  position:relative;
  margin-top: 60px;
  display: block;
  box-sizing:border-box;
}
.btn0 {
  width:360px;
  margin-left:60%;
  position:relative;
  letter-spacing: 0.08em;
  margin-top: 30px;
 display: inline-block;
text-align:center;
padding:10px 0;
border:solid 1px #000;
}
.btn1 {
  width:400px;
  letter-spacing: 0.08em;
  position:relative;
 display: block;
 margin:0 auto;
text-align:center;
padding:10px 0;
background-color: #f2e9e1;
}

.btn2 {
  width:400px;
  letter-spacing: 0.08em;
  position:relative;
 display: block;
 margin:0 auto;
text-align:center;
padding:10px 0;
background-color: #fff;
}
.btn3 {
  width:400px;
  letter-spacing: 0.08em;
  position:relative;
 display: block;
 margin:0 auto;
text-align:center;
padding:10px 0;
background-color: #fff;
}
a span.fontaw {
  position: absolute;
  right:5%;
 display: inline-block;
  text-decoration: none;  
  transition: transform ease .3s; 
}



/**********
header
**********/
#header {
width:100%;
height:70px;
background: #fff;
position:relative;
}
#headin {
  width:100%;
  height:70px;
  margin:0 auto;
  background:#fff;
  position:fixed;
  z-index: 2;
}

.logo {
width:120px;
display:block;
position:relative;
top:16px;
margin:0 auto;
}
.logo_sc,
.logo_scf,
p.modal_logo {
width:120px;
margin:0 auto;
    position: fixed;
    top: 16px;
left:0;
right:0;
text-align:center;
z-index:1000;
}



/*********
sp_nav
**********/


/**menuボタン**/
p.menu_but,
p.close_but {
  width: 60px;
  position: fixed;
  top: 15px;
  right: 5%;
  z-index: 999;
  color:#fff;
}
span.menu_butSmall {
  font-size: 0.7em;
}
a.btn_shadow {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #9dd630;
  color: #000;
  line-height: 0.8em;
  text-align: center;
box-shadow: 2px 2px 4px rgba(137, 120, 88, 0.2);
}
a.btn_shadow2 {
	font-size:0.96em;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #9dd630;
  color: #000;
  line-height: 0.8em;
  text-align: center;
box-shadow: 2px 2px 4px rgba(137, 120, 88, 0.2);
}

#lean_overlay{
  position: fixed;
  z-index:0; 
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
.modal {
  width:100%;
  height:70px;
  background: #fff;
	opacity:;
}
/**ナビゲーション**/
nav#g_nav {
  width:100%;
  margin:0 auto;
margin-top:0px;
padding-bottom: 30px;
}
#sp_nav {
  display: none;
  width: 100%;
  height: 100%;
background: #fff;
}

ul.nav_btn {
  width:100%;
  margin:0 auto;
  display: flex;
  flex-flow:row wrap;
  justify-content: space-around;
}
ul.nav_btn li {
  overflow-wrap: break-word;
  word-wrap: break-word;
    min-width: 0;
    color: #000;
}
ul.nav_btn li a {
  width:200px;
  letter-spacing: 0.08em;
  position:relative;
 display: block;
 margin:0 auto;
text-align:center;
padding:10px 0;
border:solid 1px #000;
color: #000;
}
ul.nav_menu2 {
  width:70%;
  margin: 0 auto;
  margin-top:20px;
  text-align: center;
}
ul.nav_menu2 li {
  font-size: 1.2em;
font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  margin-bottom: 30px;
  color:#fff;
}
ul.nav_menu {
  width:70%;
  margin:0 auto;
  display: flex;
  flex-flow: row wrap;
    justify-content: space-around;
}
ul.nav_menu li {
  margin: 45px;
  font-size: 1.2em;
font-family: 'Noto Serif JP', serif;
font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}
ul.nav_menu li a span {
  font-size: 0.76em;
  color:#000;
  font-weight: normal;
}

nav#g_nav a,
nav#g_nav a i          {
color: #000;
            text-decoration: none;
            -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
            } 

nav#g_nav a:link { color: #000}
nav#g_nav a:visited { color: #000; }
nav#g_nav a:hover { color: #dcd0c0; }
nav#g_nav a:active { color: #dcd0c0; } 

/*********
footer
**********/
#footer h2 {
  font-size: 2em;
  letter-spacing: 0.12em;
  color: #fff;
}


.foot {
  width:800px;
  position:relative;
  margin: 0 auto;
  text-align: center;
}
a.foot_logo {
  display:block;
  width:90px;
  margin: 0 auto;
  margin-bottom: 30px;
}
a.foot_logo2 {
  display:block;
  width:60px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.foot_tel {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 60px;
}
.foot_tel span {
  font-size: 0.76em;
  font-weight: normal;
}
.foot dl {
  width:600px;
  margin:0 auto;
  text-align: left;
  display:table;
  margin-bottom: 15px;
}
.foot dl dt {
display:table-cell;
width:30%;
}
.foot dl dd {
display:table-cell;
width:70%;
}
ul.footMenu  {
  width:100%;
  margin:0 auto;
  display: flex;
  flex-flow: row wrap;
}
.footMenu li {
  margin: 30px;
}
.footMenu li a {
  color:#fff;
}
.footMenu li a span {
  font-size: 0.76em;
  color:#e0dad4;
}
/**copy_bottom**/
p.fooTex {
  padding-top: 30px;
  font-size: 0.76em;
  color: #666;
  text-align: right;
  margin-right: 15px;
}
ul.foot_nav4 li {
	font-size:0.7em;
	text-align:right;
	margin-right:15px;
	margin:5px 15px 5px 0;
}
ul.foot_nav4 li a {
	color:#666;
}

ul.copy {
  width:100%;
  box-sizing:border-box;
  padding:15px;
  text-align: right;
}
ul.copy li {
  font-size: 12px;
  display:inline-block;
  margin-left: 15px;
}
ul.copy li a {
  color:#666;
}
li#copyR {
  font-size:12px;
  color:#888;
}

/*********
TOP
**********/
#hero_top {
 position: relative;
    width: calc(100% - 40px);
    height: calc(100vh - 90px);
    overflow: hidden;
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    background-color: #999; 
}
#hero_top_img {
     position: absolute;
    top: 0;
    width: 100%;
    height: 100%; 
}
/***swiper***/
@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
    -webkit-animation: zoomUp 12s linear 0s;
    animation: zoomUp 12s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slide-img {
    background-size: cover; 
    background-position: center center; /* 背景画像は中央を軸に表示させる */
    height: 100vh; /* 600pxの高さで表示させる */
}
/**swiper***/



/*****TOP*****/

#top_contents h1{
font-size: 1.6em;
text-align: center;
line-height: 1.8em;
}
#top_contents p {
width:100%;
text-align: center;
line-height: 2.2em;
margin-top: 60px;
}

.top_index_section,
.top_index_section2 {
 display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; 
}
.top_index_section2 {
  margin-top: 180px;
  margin-bottom: 90px;
}
.top-index__image {
   margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.top-index__image2 {
   margin-left: 0;
    -webkit-box-ordinal-group:11;
    -ms-flex-order: 10;
    order: 10;
}
.top-index__image a img,
.top-index__image2 a img {
  display:block;
  width:100%;
  height:auto;
}
.top-index__image-target {
    display: block;
    position: relative;
    overflow: hidden;
}
.top-index__text {
    margin-top: 0;
    min-width: 519px;
    max-width: 519px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.top-index__text p {
line-height: 1.6em;
}
.top-index__text-inner {
  width:50%;
    margin-right: auto;
    margin-left: 88px;
  }
 .top-index__text-inner2 {
  width:50%;
    margin-right: 88px;
    margin-left: auto;
  } 
 .top-index__text h2 {
  font-size: 1.6em;
  line-height: 1.6em;
  margin-bottom: 30px;
  }
 .btn_top_index2 {
  padding-right: 56px;
 }


/***** informations *****/
div.area {
width:100%;
margin:0 auto;
padding:90px 0;
}
div.pageTit {
	font-size:1.4em;
text-align:center;
}
div.area_herf {
width:1120px;
margin:0 auto;
display:table;
}
div.area_herf2 {
width:900px;
margin:0 auto;
display:table;
}
 div.area_herfbox {
width:50%;
display:table-cell;
vertical-align:top;
}
div.area_box {
width:500px;
heigh:auto;
margin:0 auto;
box-sizing:border-box;
padding:60px 15px;
background:#f1f2f3;
}
div.area_box ul {
width:400px;
margin:0 auto;
margin-top:30px;
}
div.area_box ul li {
margin-bottom:15px;
}

div.info_link {
width:100px;
margin:0 auto;
position:relative;
left:-10px;
margin-top:15px;
}

a.link_sora {
color:#123468;
width:100px;
display:inline-block;
border:solid 1px #123468;
text-align:center;
padding:6px 8px;
}
a.link_sora:hover {
color:#fff;
background:#123468;
}
div.pageTit2 {
	font-size:1.4em;
text-align:center;
	margin-bottom:60px;
}





/***** all-info *****/
.blog_allpost {
	padding-bottom:90px;
}
.post_day {
	margin-bottom:15px;
}
.blog_post_tit {
	width:100%;
	font-size:1.2em;
	border-bottom:solid 2px #000;
	padding-bottom:2px;
}
.btn_box {
	margin-top:30px;
}
/****** map ******/
.map {
  width:100%;
  height:600px;
  position:relative;
  margin-top: 90px;
}
.map img {
	height:100%;
	width:100%;
}
.map iframe {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}  

/****** access ******/
#access h2 {
  font-size: 2em;
  letter-spacing: 0.12em;
  color: #000;
}
#access h2 span {
  font-size: 0.6em;
}
.access_inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 728px;
}
.access_table {
  width:100%;
border-collapse: collapse;
color:#000;
text-align: left;
}
.access_table tr:not(:last-child) th, 
.access_table tr:not(:last-child) td {
    border-bottom-color: #27596f;
}
.access_table tr:not(:last-child) th,
.access_table tr:not(:last-child) td {
    border-bottom: solid 1px #43515d;
}
.access_table th {
    width: 36.53846%;
    font-family: 'Noto Serif JP', serif;
  font-weight: 200;
    line-height: 1.46667;
}
.access_table th,
.access_table td {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: top;
}
.access_table span {
  font-size: 0.8em;
}
/******** concept *******/
/*****コンテンツヘッダー******/
h1.all_h1,
p.all_h1 {
  font-size: 0.76em;
  color:#bbb;
  text-align: right;
  position:relative;
  right:3%;
}
.conts_title {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 2em;
    letter-spacing: 0.12em;
    margin-bottom: 60px;
    margin-top:90px;
}
.conts_title span,
.conts_title2 span,
.conts_title3 span {
  font-size: 0.6em;
}
.conts_title2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 2em;
    letter-spacing: 0.12em;
    margin-bottom: 30px;
}
.conts_mes {
  font-weight: normal;
     letter-spacing: 0.12em;
 line-height: 1.8em;
	margin-bottom:15px;
}
.conts_title3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 2em;
    letter-spacing: 0.12em;
    margin-bottom: 60px;
    margin-top:90px;
}
.inner {
  width: 1116px;
  max-width: 100%;
  max-height:280px;
  margin: 0 auto;
  background: #eee;
  position:relative;
}
.full {
  margin:calc(50% - 50vw) 0;
  width: 100vw;
  height:100%;
  position: relative;
}
.full img {
  display:block;
  width:100%;
  height:auto;
  overflow:hidden;
}
.content_header_image {
  height:280px;
  overflow:hidden;
}

/*****コンテンツタイトル******/
.conts_tit2 {
   font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 1.6em;
    letter-spacing: 0.12em;
    margin-bottom: 30px;
}

.small_subtit {
    font-size: 0.68em;
}
img.concept_pic {
  width:100%;
  display: block;
 margin: 0 auto;
 margin-bottom: 30px;
}
.concept_tex ,
.recp01 {
line-height: 1.73333em;
}
/*******衛生管理********/
.conts_eisei h3 {
     font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 1.4em;
    letter-spacing: 0.12em;
    margin-bottom: 15px;
}

.eisei_tit {
       font-family: 'Noto Serif JP', serif;
  font-weight: normal;
    letter-spacing: 0.12em;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 45px;
}

/******STAFF******/
.conts_staff h3 {
     font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 1.4em;
    letter-spacing: 0.12em;
    margin-bottom: 15px;
}
.conts_staff h3 span {
  font-size: 0.68em;
}
.staff_tex {
      width: 94%;
    margin: 0 auto;
    padding-top: 15px;
}
/*******はじめて*******/
.table_ex {
  display:table;
  margin-bottom: 60px;
}
.table_ex1 {
  display:table-cell;
  width:28%;
   vertical-align: top; 
}
.tabel_ex2 {
  display:table-cell;
  width:72%;
  vertical-align: top;  
}
.table_ex1 h3 {
       font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 1.4em;
    letter-spacing: 0.12em;
    margin-bottom: 15px;
}
.table_ex2 p {
  line-height: 1.73333em;
  margin-bottom: 45px;
}
.conts_tit3 {
   font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 1.2em;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
}
ul.guest_ul {
    width: 800px;
    margin: 15px auto;
}
ul.guest_ul li {
    display: inline-block;
    background-color: #e0dad4;
    padding: 6px;
    margin-right: 15px;
}
.indent {
    padding-left: 1em;
    text-indent: -1em;
}
.table_ex2 .not_p {
  line-height: 1em;
  font-size: 0.86em;
  margin-top: -15px;
}

/*******SALON********/
/**swiper**/
  .mb60{
      margin-bottom: 60px;
    } 
    .swiper-container{
      text-align: center;
    }
    .swiper-container .swiper-slide img{
      max-width: 100%;
      width: 100%;
      height: auto;
    }
    .prettyprint{
      border: none;
      background: #fafafa;
      color: #697d86;
    }
    #thumbs {
          height: 20%;
          box-sizing: border-box;
          padding: 10px 0;
      }
      #thumbs .swiper-slide {
          width: 20%;
          height: 100%;
          opacity: 0.2;
          cursor: pointer;
      }
      #thumbs .swiper-slide-active {
          opacity: 1;
      }
/*******Q&A*******/
div.qa_area {
width: 800px;
min-height: 100px;
margin:0 auto;
margin-top: 20px;
margin-bottom: 90px;
padding: 6px 10px;
}

div.qa_area h4 {
width: 90%;
margin:0 auto;
font-size: 1.3em;
color: #000;
padding-top: 20px;
padding-bottom:6px;
border-bottom:solid 1px #b4b4b4;
}

span.big_qa {
font-size: 1em;
font-weight: bold;
color:#e0dad4;
}

div.answer_area {
width: 90%;
margin:0 auto;
margin-top: 30px;
padding-bottom:30px;
}

p.a_p1 {
font-size: 1.3em;
color: #000;
margin-bottom:15px;
padding-left: 1.4em;
  text-indent: -1.4em;

}
/*****MENU******/
ul.tabs,
ul.tabs2 {
  margin-bottom: 45px;
}
ul.tabs li,
ul.tabs2 li {
display:inline-block;
}
a.but_brown {
    color: #000;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    border: solid 1px #eee7e0;
}
.tabs li.active a,
.tabs a:hover,
.tabs2 li.active a,
.tabs2 a:hover {
    color: #000;
    background: #eee7e0;
border:solid 1px #eee7e0;
}
a span.fontaw2 {
  position: absolute;
  left:5%;
 display: inline-block;
  text-decoration: none;  
  transition: transform ease .3s; 
}
.f_smal {
  font-size: 0.74em;
}
/**********
fontawsome
**********/
.fa-bookmark {
padding-right:5px;
}
.fa_gold {
  color:#eee7e0;
}
/*********
menu
**********/
span.tit_menu {
font-size:0.86em;
}

div.menu_area {
width:800px;
margin:0 auto;
margin-bottom: 90px;
padding-top: 30px;
}
p.small_menu {
  font-size: 0.86em;
text-align: right;
}

.all_subTitle3 {
  font-size: 1.8em;
  font-family: 'Montserrat', sans-serif;
font-weight: 500;
  letter-spacing: 0.08em;
margin-bottom: 30px;
}

dl.menu_dl {
width:100%;
display:table;
margin:0 auto;
padding:30px 0;
border-bottom: solid 1px #aaa;
}
dl.no_dl_menu {
width:100%;
display:block;
margin:0 auto;
padding:30px 0;
border-bottom: solid 1px #aaa;
}
dl.menu_in_dl {
width:80%;
display:table;
margin:0 auto;
margin-left: 20%;
padding:10px 0;
}

dl.no_dl_menu dt {
width:80%;
display:table-cell;
padding-left:40px;
}


dl.menu_dl dt,
dl.menu_in_dl dt {
width:80%;
display:table-cell;
padding-left:40px;
}

span.menu_text {
width:90%;
display:inline-block;
margin-top:20px;
color:#555;
line-height:1.4em;
}

dl.menu_dl dd,
dl.menu_in_dl dd {
width:20%;
display:table-cell;
text-align:right;
padding-right:40px;
}

p.link_tap_one {
width:400px;
font-size:1em;
margin:0 auto;
margin-top:30px;
}

p.link_tap_one a {
width:400px;
display:inline-block;
margin:0 auto;
color:#000;
background-color:#fafafa;
padding:15px 10px;
text-align:center;
}

div.nomargin_table {
margin-top:-30px;
margin-bottom: -90px;
}

p#open,
p#open2{
     background: #fff;
     border:solid 1px #000;
     color: #000;
     cursor: pointer;
     width:300px;text-align:center;
margin:0 auto;
     padding:20px 0;
     font-size:1em;
     }
#slideBox {
position:relative;
     padding: 10px;
       display:none;
     }

#slideBox2{
position:relative;
     padding: 10px;
       display:none;
     }
p.s_small_p {
font-size: 1em;
line-height: 1.4em;
position:relative;
text-align: center;
}

#slideBox dl,
#slideBox2 dl {
position:relative;
font-size:1em;
margin: 1em;
}

#slideBox dl dt,
#slideBox2 dl dt {
display:block;
background: #fff;
padding:10px 14px;
margin-bottom:10px;
text-align: center;
}

#slideBox dl dd,
#slideBox2 dl dd {
margin-bottom:45px;
margin-left:6px;
text-align: center;
}

.imgcredit {
width:220px;
height:auto;
}
/*********info journal一覧********/
.wrap3 {
	width:1116px;
 display: flex;
  flex-wrap: wrap;
}

.item {
  padding: ;
  width: 32%;
}
img.catch_all {
	max-width:300px;
}
.item h3 {
	width:80%;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:5px;
}
.item p {
	font-size:0.76em;
		box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
}

.item:not(:nth-child(3n+3)) {
  margin-right: 2%;
}

.item:nth-child(n+4) {
  margin-top: 30px;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }

  .item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }

  .item:nth-child(n+2) {
    margin-top: 30px;
  }
}

/******
blog-info-haircare_single
*****/
.blog_header {
  width:100%;
  height:40px;
}
.singlePost {
width:100%;
padding:20px 0;
overflow-wrap: break-word;
word-break: normal;
}
.singlePost p {
  line-height: 1.8em;
  margin-bottom: 1.6em;
}
.singlePost p img {
  margin-bottom: -1.4em;
}
.singlePost ul {
margin:1em 0;
margin-left:1.2em;
}
.singlePost ul li {
list-style-type:disc;
margin-bottom:1em;
}
.singlePost ol {
margin:1em 0;
margin-left:1.2em;
}
.singlePost ol li {
list-style-type:decimal;
margin-bottom:1em;
}
.singlePost figcaption {
 text-align: center;
 font-size: 0.86em;
 color: #888; 
}
.singlePost h1 {
width:100%;
font-size:1.8em;
font-weight:bold;
border-bottom: solid 2px #000;
padding-bottom: 3px;
margin-bottom: 45px;
}
.singlePost h2 {
width:100%;
font-size:1.6em;
font-weight:bold;
border-top: solid 1px #000;
border-bottom: solid 1px #000;
padding: 8px 0;
margin-bottom: 30px;
margin-top: 60px;
}
.singlePost h3 {
width:100%;
font-size:1.4em;
font-weight:bold;
border-bottom: solid 1px #000;
padding-bottom: 3px;
margin-bottom: 30px;
margin-top: 60px;
}
.singlePost h4 {
width:100%;
font-size:1.2em;
font-weight:bold;
border-bottom: dashed 1px #000;
padding-bottom: 3px;
margin-bottom: 30px;
margin-top: 45px;
}
.singlePost h5 {
width:100%;
font-size:1em;
font-weight:bold;
border-bottom: dotted 1px #000;
padding-bottom: 3px;
margin-bottom: 15px;
margin-top: 15px;
}
.singlePost h6 {
max-width: 80%;
font-size:1em;
font-weight:bold;
display:inline-block;
border-bottom: dotted 1px #000;
padding-bottom: 3px;
margin-bottom: 15px;
margin-top: 15px;
}
.singlePost figure img {
	display:block;
	margin:0 auto;
	text-align:center;
}
.singlePost a {
  color:#08233e;
  text-decoration: underline;
  font-weight: bold;
}

h4.special_h4 {
font-size: 22px;
    color: #000;
    margin: 3em 0 1em;
    clear: both;
    background: #eee7e0;
    padding: 10px 20px;
}


/*wp pagenavi*/

.PageNavi {
width:800px;
margin:0 auto;
position:relative;
overflow:hidden;
margin-top:30px;
text-align:center;
font-family: 'Montserrat', sans-serif;
font-weight: 200;
font-size: 1.2em;
}
 
.PageNavi a.page-numbers,
.PageNavi span.page-numbers{
text-decoration: none;
background-color:#eee9e6;
display:inline-block;
padding: 5px 10px;
margin: 2px;
}
 
.PageNavi a.page-numbers:hover {
background: #eee9e6;
color: #FFF;
}
 
.PageNavi span.current {
font-weight: bold;
background-color: #999;
color:#fff;
}

/*********
お客様の声
*********/

/**お客様の声一覧**/
article.all_post {
width: 640px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: solid 1px #f1f1f1;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

header.post_header {
width: 400px;
    float: right;
    display: inline;
}
h3.allpost_title {
font-size:20px;
font-weight:bold;
}
section.allpost_text {
    width: 150px;
    float: left;
    display: inline;

}

section.allpost_text p img{
display:none;
}

img.catch_img {
width:100px;
height:100px;
object-fit:cover;
}

/*****お客様の声シングル*****/

#v_h1 {
font-size: 1.6em;
margin-bottom: 15px;
border-bottom: solid 1px #eee7e0;
padding-top :6px;
padding-bottom: 6px;
}

div.voice_area {
width: 100%;
overflow: hidden;
position: relative;
zoom:1;
margin-bottom: 60px;

}
div.voice_box {
width: 100%;
}

div.voice_text {
font-size: 14px;
margin:0 auto;
margin-top:20px;
width: 100%;box-sizing:border-box;
line-height:1.8em;
background-image: url(img/bg_note.jpg);
padding: 27px 14px;
box-shadow:rgba(224, 224, 224, 0.65098) 3px 3px 12px 1px;
-webkit-box-shadow:rgba(224, 224, 224, 0.65098) 3px 3px 12px 1px;
-moz-box-shadow:rgba(224, 224, 224, 0.65098) 0px 0px 12px 3px;
}

div.voice_text p {
line-height:1.8em;
}

p.voice_name {
text-align: right;
margin-top: 10px;
}

div.v_image {
width: 100%;
display:table;
margin-top: 30px;
margin-bottom:60px;
}
.v_cell {
width:50%;
display:table-cell;
}
.v-cell a img {
text-align:center
}


p.tit_v_pic {
display:inline-block;
background-color: #fa7c92;
color: #fff;
font-weight:bold;
padding:3px 6px;
}

p.v_p_salon {
margin-top:6px;
margin-left:6px;
}

div.bef_text  {
  display:table-cell;
  vertical-align: top;
width: 400px;
box-sizing:border-box;
padding:8px 6px;background-color:#f7f7f7;
}


div.v_image img {
width: 300px;
height:auto;
margin:0 auto;
display:block;
}

div.v_image2 {
display:table-cell;
width: 300px;
}

div.v_image2 img {
width: 120px;
height:160px;
}


dl.voice_dl {
width:100%;
margin:0 auto;
margin-top: 30px;
}

dl.voice_dl dt {
position: relative;
  background: #dcd0c0;
  text-align: center;
  width: 160px;
  font-size: 1em;
  color: #000;
  padding-top: 4px;
  padding-bottom: 4px;
}


dl.voice_dl dd {
width: 100%;
border: solid 1px #dcd0c0;
box-sizing:border-box;
padding: 18px 14px;
margin-top: 0px;
margin-bottom: 40px;
}
.voice_fa {
  color:#dcd0c0;
}

/*********
クーポン
*********/
div.all_sm {
  width:800px;
margin-bottom:60px;
}

p.pick_sm {
position: relative;
  background: #e29399;
  text-align: center;
  width: 160px;
  font-size: 1.2em;font-weight:bold;
  padding-top: 3px;
  padding-bottom: 3px;
   color: #000;z-index:1;margin-bottom:-1px;
}

div.allsm2_tit {
width:100%;
height:auto;
box-sizing: border-box;
border:solid 1px #eee7e0;
border-left:solid 6px #eee7e0;
position: relative;
  margin: 0;
  padding: 30px;
  background: #fff;
  color: #000;
  text-decoration: none;z-index:0;
}


p.alls_tit {
width:90%;display: block;
color:#000;
font-weight: bold;
font-size:1.4em;
line-height:1.4em;
margin-bottom: 20px;
}

.allsm2_tit{
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
.allsm2_tit::before,
.allsm2_tit::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -80%;
    margin: auto;
    content: "";
    vertical-align: middle;
}


div.allsm2_tit:before {
  left: 34px;
    width: 35px;
    height: 35px;
    border-top: 3px solid #eee7e0;
    border-right: 3px solid #eee7e0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


div.set_in {
width:100%;
display:table;
margin:0 auto;
vertical-align:top;
}
div.set_left {
display:table-cell;
width:22%;
vertical-align:top;
}
.set_left p img {
width:120px;
height:auto;
}
div.set_right {
display:table-cell;
width:78%;
vertical-align:top;
}
.set_right p {
width:90%;
}
.set_right ul {
margin-top:10px;
}

.set_right ul li {
font-size:0.8em;
color:#777;
}
/**クーポンsingle**/
p.coup_tex {
  width:680px;
  display:block;
  margin:0 auto;
  margin-bottom: 60px;
}
div.set_box {
width: 620px;
overflow: hidden;
position: relative;
zoom:1;
margin:0 auto;
}

p.pick_sms {
position: relative;
  background: #e29399;
  text-align: center;
  width: 160px;
  margin:0 auto;
  font-size: 1.26em;
  color: #000;
  padding-top: 4px;
  padding-bottom: 4px;
   color: #fff;
}
h2.set_h2 {
width: 620px;
color:#000;
margin:0 auto;box-sizing:border-box;
font-size:1.6em;line-height:1.6em;
font-weight:bold;
background-color:#fff;
border-bottom:solid 1px #eee7e0;
padding-bottom:6px;
margin-bottom: 30px;
margin-top:30px;
text-align: center;
}

div.set_text {
width: 100%;
margin:0 auto;
margin-bottom: 15px;
}



div.set_image {
}
div.set_image p a img {
width:700px;height:auto;

}

div.for_area {
width: 620px;
margin:0 auto;
}

div.for_box {
width:100%;
margin-top:60px;
}

p.for_p {
position: relative;
  background-color:#eee7e0;
  text-align: center;
  width: 160px;
  margin:0 auto;
  font-size: 1em;
font-weight:bold;
  color: #000;
  padding-top: 4px;
  padding-bottom: 4px;
margin-top:60px;
}


.for_box ul.for_ul {
width: 100%;
margin:0 auto;
background-color: #f7f6f5;
-webkit-box-sizing: border-box;/* Safari,Google Chrome逕ｨ */  
    -moz-box-sizing: border-box;/* Firefox逕ｨ */  
    -ms-box-sizing: border-box;/* Internet Explorer 8逕ｨ */  
    box-sizing: border-box;/* Opera逕ｨ */
padding:20px 0;
}
ul.for_ul li {
font-size: 1.2em;
color:#000;
padding-top: 1em;
padding-left:1em;
-webkit-box-sizing: border-box;/* Safari,Google Chrome逕ｨ */  
    -moz-box-sizing: border-box;/* Firefox逕ｨ */  
    -ms-box-sizing: border-box;/* Internet Explorer 8逕ｨ */  
    box-sizing: border-box;/* Opera逕ｨ */
}
svg.fa-check-circle {
color:#dcd0c0;
margin-right:10px;
}




div.for_price_box {
width:100%;
margin:0 auto;
-webkit-box-sizing: border-box;/* Safari,Google Chrome逕ｨ */  
    -moz-box-sizing: border-box;/* Firefox逕ｨ */  
    -ms-box-sizing: border-box;/* Internet Explorer 8逕ｨ */  
    box-sizing: border-box;/* Opera逕ｨ */
}

.open{
  background: #f7f6f5;
  color: #000;
  cursor: pointer;
  width: 100px;text-align:center;
  padding: 8px;
margin:0 auto;
}
#slideBox{
width:300px;
margin:0 auto;box-sizing:border-box;
  padding: 20px; 
  border: 1px #f7f6f5 solid;
  display: none;
}
#slideBox ul li{
list-style-type:none;
margin-bottom:6px;
}

p.set_price {
font-size: 1.4em;
width:100%;
border-bottom:solid 1px #b4b4b4;
color:#000;
margin-top:18px;
text-align: center;
}

p.set_sb {
font-size: 0.86em;text-align:right;
margin-top:-4px;
}
div.res_all {
width: 700px;
overflow: hidden;
position: relative;
zoom:1;
margin:0 auto;
}

div.new_coup {
width:700px;
margin:0 auto;
border:solid 1px #eee7e0;
border-left:solid 5px #eee7e0;
-webkit-box-sizing: border-box;/* Safari,Google Chrome逕ｨ */  
    -moz-box-sizing: border-box;/* Firefox逕ｨ */  
    -ms-box-sizing: border-box;/* Internet Explorer 8逕ｨ */  
    box-sizing: border-box;/* Opera逕ｨ */
padding:30px 15px;
}
.new_coup dl {
display:table;
font-size: 1.4em;
font-weight: bold;
color:#000;
}

.new_coup dl dt {
display:table-cell;
width:560px;
line-height:1.4em;
}
.new_coup dl dd {
display:table-cell;
width:140px;
}
.new_coup p {
font-size: 0.9em;
margin-top: 1em;
}

p.res_sub_tit {
font-size: 1.2em;
background: #eee7e0;
width:700px;
margin: 0 auto;
box-sizing:border-box;
padding:10px 8px;
margin-top:60px;
margin-bottom: 15px;
}
div.res_area {
width: 700px;
display:table;
margin:0 auto;
}
div.res_box {
display:table-cell;
width:300px;
}

dl.coup_dl {
width: 300px;
}

dl.coup_dl dt {
position: relative;
  background: #f7f6f5;
  text-align: center;
  width: 260px;
  font-size: 1.2em;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
   color: lighten(sienna, 7%);
  text-shadow: 0 0 1em rgba(0,0,0,0.4);
}

dl.coup_dl dd {
width: 260px;
color: #000;
font-size: 1.6em;
font-weight: bold;
text-align: center;
padding-top: 20px;
padding-bottom: 10px;
background-color: #fff;
border: solid 1px #f7f6f5;
-webkit-box-sizing: border-box;/* Safari,Google Chrome逕ｨ */  
    -moz-box-sizing: border-box;/* Firefox逕ｨ */  
    -ms-box-sizing: border-box;/* Internet Explorer 8逕ｨ */  
    box-sizing: border-box;/* Opera逕ｨ */
}

dl.coup_dl dd.set_but {
background: #e29399;
  text-align: center;
  width: 260px;
  font-size: 1em;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 6px;
  line-height: 1.4em;
}

dl.coup_dl dd.set_but a {
color: #fff;
}

dl.coup_dl dd.set_but span.res_tell {
font-size: 1.36em;
}

div.tel_res {
  display:table;
width:400px;
}

div.tel_res ul li {
margin-bottom:10px;
}

li.res_tell_point span.sm_no {
font-size:1.16em;
color:#e29399;
}
span.sm_no2 {
font-size:1.16em;
}

li.res_tell_point {
background-color: #f7f6f5;
}

div.tel_but {
width:300px;
margin:0 auto;
font-size:1.14em;
font-weight:bold;
background-color:#f7f7f7;
border:solid 1px #fa8072;
padding:5px;
text-align:center;
}

div.tel_but p {
color:#000;
text-align:center;
margin-bottom:6px;
}
p.setmenu_small_p {
font-size: 0.86em;
line-height: 1.4em;text-align:center;
margin-top:30px;
}




.pick_stylist {
  width:700px;
  margin:0 auto;
}
p.tit_style {
  width:100%;
  margin:0 auto;
font-size:1.4em;
text-align: center;
border-bottom:solid 1px #eee7e0;
margin-bottom:20px;
margin-top:40px;
}

div.pickst_area {
width:700px;
display:table;
margin:0 auto;
margin-bottom: 60px;
vertical-align: middle;
}

.pickst_pic {
width:20%;
display:table-cell;
vertical-align:middle;
}
p.staff_tit {
text-align:center;
}

.pickst2 {
width:30%;
display:table-cell;
vertical-align:middle;
}

.pickst_p {
width:80%;
padding-left:10px;
}



/*********
お問い合せ
*********/
div.cf_tex {
  width:600px;
  margin:0 auto;
  text-align: center;
}
div.cf_area {
  width:700px;
  margin:0 auto;
  border-top: solid 1px #f7f6f5;
}
dl.cf_box {
  width:700px;
display:table;
margin:0 auto;
padding:30px 0;
border-bottom: solid 1px #f7f6f5;
}
.cf_box dt {
  width:200px;
  display:table-cell;
  vertical-align: middle;
  font-size: 1.2em;
}
.cf_box dd {
  width:500px;
  display:table-cell;
  vertical-align: middle;
}
dd.mb_text input{
 width:100%;
 height:60px;
 font-size:1em;
 border-radius: 0.5em;
 box-sizing:border-box;
 padding: 5px 15px;
 border:solid 1px #999;
}
dd.mb_text_year input{
 width:50%;
 height:50px;
 font-size:1em;
 border-radius: 0.5em;
 box-sizing:border-box;
 padding: 5px 5px;
 border:solid 1px #999;
}
dd.mb_select select {
 width:40%;
 height:60px;
 font-size:1em;
 border-radius: 0.5em;
  border:solid 1px #999;
}
dd.mb_text textarea{
 width:100%;
 font-size:1em;
 border-radius: 0.5em;
 box-sizing:border-box;
 padding: 10px 10px;
 border:solid 1px #999;
}
dd.mb_year input {
    width: 25%;
    height: 60px;
    font-size: 1em;
    border-radius: 0.5em;
     border:solid 1px #999;

}

div.cf_btn {
  width: 600px;
    margin: 15px auto 0;
}
input[type=submit]{
  width:100%;
    outline: none;
    cursor: pointer;
    display: inline-block;
    border: none;
    height: 56px;
    line-height: 56px;
    font-size: 1.2em;
    background-color: #08233e;
    color: #fff;
    font-weight: bold;
    letter-spacing: .04em;
    text-indent: .04em;
}


span.ex_mark {
font-size:0.7em;
color: #888;
}

div.cf_check {
  width:100%;
  text-align: center;
  margin-top: 30px;
}



dd.mb_check span.wpcf7-list-item-label {
   font-size:1.2em;margin-left:10px;
  }

p.mb_okcheck input[type=checkbox]{
   -moz-transform-origin: right bottom;
   margin-left:-20px;
   margin-top:30px;
   margin-bottom:30px;
  -moz-transform: scale( 2 , 2 );border-radius: 1em;
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale( 2 , 2 );border-radius: 1em;
}

p.kiyaku_oubo {
  width:100%;
  font-weight:bold;
  margin-bottom: 15px;
}

p.send_p {
width:600px;
margin:0 auto;
margin-top:45px;
}

ul#send_ul li {
width:600px;
margin:0 auto;
margin-top:30px;
}

p.no_shadow {
text-shadow:none;
}


.disp_none {
  display:none;
}
