@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/*固定ページのタイトル非表示*/
.page .entry-title{display: none;}

/*サイト幅*/
#main #header-in, #navi-in, #body-in, #footer-in{
    width: 1000px;
	padding: 0px;
}

#main-visual {
    margin:-15px auto 0px;
	
}

@media screen and (max-width: 640px) {
  #navi-in{
    display: flex;
    justify-content: center;
  }
}


	
#main {
	border: none;
}

/*---------------------------------
グローバルナビ
--------------------------------*/
#navi {
 border-top:6px solid #ff9999;
 margin-bottom: 0px;
 background-color:#ffffff !important;

}


#navi-in{
    display: flex;
    justify-content: center;
}


@media screen and (min-width: 640px) {
  #navi-in{
    display: flex;
    justify-content: center;
  }
}

/************************************
** メニュー（menu）フォントのみ変更
************************************/


#navi ul li a{
  font-size:18px;
  display: block;
  color:#555;
  margin-top:0px;
  margin-bottom:0px;
  padding: auto 5px;
  text-decoration:none;
  z-index:99;
  text-align:center;
	font-weight: bold;

}


/*---------------------------------
グローバルナビのホバー時の線と文字の色を変更
--------------------------------*/
#navi ul li a:hover{
    color: #e95098 !important;
　　background-color:#ffffff !important;
}
#navi ul li a:before{
   background:#e95098 !important;
}

 #navigation{
  position: relative;
}

#slide-line{
    position: absolute;
    bottom: 0;
    height: 0px;
    background-color:#e95098;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*---------------------------------
グローバルナビの均等幅表示
--------------------------------*/

#navi ul{
  display: flex; /*フレキシブルボックス*/
  text-align: center; 
}
 
#navi ul li{
  width: 180px; 
}

/*---------------------------------
ボックス緑
--------------------------------*/

.box {
    padding: 20px;
    margin: 20px;
    font-weight: bold;
    border: solid 3px #66cdaa;
}
.box p {
    margin: 0; 
    padding: 0;
}

/*---------------------------------
線
--------------------------------*/

hr {
 height: 2px;
 background-color: #eeeeee;
 width: 70%;
 border: none;
 margin: auto;
}

/*---------------------------------
レスポンシブテーブル
--------------------------------*/

.tbl_a th, td { padding: 10px; border: 1px solid #ddd; }
.tbl_a th { background: #f4f4f4; }

/* smartPhone */
@media screen and (max-width: 640px) {
.tbl_a th,
.tbl_a td{
display: block;
border-top: none;
	width:100%;
}
}

/*---------------------------------
インフォメーション余白
--------------------------------*/
.info{
	margin-bottom:30px;
}

/*---------------------------------
こだわり２
--------------------------------*/
.kdw2 ul{
	list-style-type: none;
	margin: 20px 0px 28px;
	text-align: center;
	padding-left: 0;
}

.kdw2 ul li{
	object-position:center;
	text-align: center;
	display: inline-block;
	 *display: inline;
     *zoom: 1;
    padding-bottom: 0px;
	margin-right: 10px; 
	margin-left: 10px;
    margin-top:10px;
	margin-bottom:10px;
    width:420px;
}


/* smartPhone */
@media screen and (max-width: 640px) {
	.kdw2 ul{
		margin-top: 20px;
	    width:100%}
	
	.kdw2 ul li{
		margin: 4px 0px;
		max-width:100%;
	}
}
	
	
/*---------------------------------
元こだわり
--------------------------------*/
.kdw ul{
	list-style-type: none;
	margin: 35px 0px 30px;
	text-align: center;
	padding-left: 0;
}

.kdw ul li{
	background: url("https://enjoy-seikotsuin.com/wp-content/uploads/2019/08/stars.png")  no-repeat;
    background-size:110px;
	background-position:center top 0px,0px;
	margin-top:15px;
	margin-bottom: 15px;
	text-align: center;
	display: inline-block;
	 *display: inline;
     *zoom: 1;
	margin-right: auto; 
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
    width:400px;
}

.kdw ul li:first-line{
	font-size: 22px;
	font-weight: bold;
}

.kdw hr {
    height: 2px;
    background-color: #bf5d5d;
    width: 250px;
    border: none;
    margin-right: auto;
    margin-left: auto;
	margin-top: 0px;
	margin-bottom: -8px; 
	border-radius: 25px;
}

/* smartPhone */
@media screen and (max-width: 640px) {
	.kdw ul{
		margin-top: 20px;

	    width:100%}
	.kdw ul li{
		margin: 5px 0px;
		width:100%;
	}
	
	.kdw ul li:first-line{
	font-size: 20px;
	font-weight: bold;
	}}
	

	

/*---------------------------------
施術の流れ
--------------------------------*/
.ngr ul{
	list-style-type: none;
	margin: 0px 10px;
	text-align: center;
	padding-left: 0;
}
.ngr ul li{
	display:inline-block;
     *display: inline;
     *zoom: 1;
    width:270px;
	text-align:left;
	vertical-align:top;
	margin:15px 15px 20px;
	}
.ngr ul li p{
	padding:0px;
}


.ngr dt{
	color:#333;
	background-color: #ffdddd;
	border-radius: 10px 10px;
	font-size: 21px;
	text-align: center;
    padding: 8px 5px 4px;
    margin:auto auto 8px auto;
}

.ngr dl{
	   margin: 0px;
}

.ngr dd{
	border:none;
	border-radius:20px;
	margin: 0px;
	padding: 0px;
}

.ngr .ngr2{
	padding: 0px 5px;
}

/* smartPhone */
@media screen and (max-width: 640px) {
	.ngr ul{
		margin:0;
	    width:100%}
	.ngr ul li{
		padding:0;
		margin: 10px 0px;
		width:100%;
	}}

/*---------------------------------
詳しく表記
--------------------------------*/
.kwsk{
 margin: 15px auto 20px;  
 padding: 10px 0 3px;
 width: 400px; /*幅の調節*/
 color: #ffffff; /*文字色*/
 background-color: #ff8888; /*背景色*/ 
}

/* smartPhone */
@media screen and (max-width: 640px) {
	.kwsk{
 width: 90%; /*幅の調節*/
 margin: 20px auto 15px;
 padding-bottom: 10px;
}
}


/*---------------------------------
詳しくボタン
--------------------------------*/
.kws ul{
	list-style-type: none;
	margin: 0px 10px;
	text-align: center;
	padding-left: 0;
}
.kws ul li{
	display:inline-block;
     *display: inline;
     *zoom: 1;
    width:270px;
	text-align:center;
	vertical-align:top;
	margin: 0 10px 10px;
	line-height:40px;
	}
.kws ul li p{
	padding:0px;
}


.kws .kws2{
	padding: 0px 5px;
}

/* smartPhone */
@media screen and (max-width: 640px) {
	.kws ul{
		margin:0 0 15px 0;
	    width:100%}
	.kws ul li{
		padding-bottom:9px;
		margin: auto;
		width:100%;
	}}


/*---------------------------------
院内紹介
--------------------------------*/
.syo ul{
	list-style-type: none;
	margin: 0px 10px;
	text-align: center;
	padding-left: 0;
}
.syo ul li{
	display:inline-block;
     *display: inline;
     *zoom: 1;
    width:270px;
	text-align:left;
	vertical-align:top;
	margin:15px 15px 20px;
	}
.syo ul li p{
	padding:0px;
}


.syo dt{
	color:#333;
	background-color: #ffdddd;
	border-radius: 10px 10px;
	font-size: 21px;
	text-align: center;
    padding: 8px 5px 4px;
    margin:auto auto 8px auto;
}



.syo dl{
	   margin: 0px;
}

.syo dd{
	border:none;
	margin: 0px;
	padding: 0px;
}

.syo .syo2{
	padding: 0px 5px;
}

/* smartPhone */
@media screen and (max-width: 640px) {
	.syo ul{
		margin:0;
	    width:100%}
	.syo ul li{
		padding:0;
		margin: 20px 0px;
		width:100%;
	}}

/*---------------------------------
スタッフ紹介
--------------------------------*/
.staff{
	width:450px;
	margin: 10px auto;
}

/* smartPhone */
@media screen and (max-width: 640px) {
	.staff{
		margin:0;
		width:100%}}


/*---------------------------------
ご確認ポイント
--------------------------------*/

.point ul{
	list-style-type: none;
	margin-top: 20px;
	margin-bottom:35px;
	padding: 0px;
	
}

.point ul li{
	margin-top:10px;
	margin-bottom: 40px;
}

.point ul li:first-line{
	font-size: 20px;
	font-weight: bold;
	color:#333333;
}

.point hr {
    height: 3px;
    background-color: #bf5d5d;
    width: 280px;
    border: none;
	margin-left: 0;
	margin-bottom: -5px; 
	border-radius: 25px;
}





/*---------------------------------
FAQ
--------------------------------*/


.faq dt,.faq dd {
	position: relative;
	padding: 10px 13px 10px;
	border-radius: 10px;
}
.faq dt {
	margin: 30px -5px 0px;
	background: #ffe2e2;
	font-size: 18px;
}

	
.faq dd {
	margin: 0px 5px 20px;
	background: #fff;
}


/*---------------------------------
見出し
--------------------------------*/

.article h2{
	background: #ffdddd;
    padding: 17px 8px 10px 40px;
	margin-bottom: 5px;
    font-size: 24px;
    border-left: none;
    border-radius: 0px;
	color: #333333;
}

@media only screen and (max-width: 640px) {
	.article h2{
		padding: 10px 10px 10px 40px;
	    margin: auto -10px ;}
}

h2::before{
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    color: #ffffff;
    position: absolute;
	left: 10px;
    font-weight: 900px;
	font-size: 20px;
	top: 12px;
}

@media only screen and (max-width: 640px) {
	h2:before{
		top: auto;}
}

.article h3{
	border-bottom: double 4px #dddddd;
	border-left: solid 4px #dddddd;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:8px;
	margin-top:25px;
	margin-bottom: 5px;
    font-size: 20px;
	color: #e95098;
}

.article h4{
	background: #ffd798;
	padding-left:15px;
	padding-bottom:2px;
	margin-bottom: 5px;
    font-size: 22px;
    border-left: none;
	border-bottom:none;
    border-radius: 5px;
	color: #333333;
}


/*---------------------------------
チェックリスト
--------------------------------*/

.check ul{
  border: none;
  position: relative;
  margin: 20px 0px 20px -20px;
}

.check ul li{
    line-height: 1.5;
    list-style-type: none;
    border-bottom: dashed 2px #f28d00;
    width: 320px;
	padding-top:2px;
	margin-right: auto;
	margin-left: auto;
}

.check ul li:before{
	font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    left: 5px;
    color: #f28d00;
	padding-right: 5px;
}

/*---------------------------------
ボタン
--------------------------------*/

.button {
  display: inline-block;
  text-align: center;
  background-color: #fc7777;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 12px 3px;
  margin: 8px 3px 3px;
  border-radius: 4px;
  border-bottom: 4px solid #dc7777;
  border-top:none;
  border-left:none;
  border-right:none;
}

.button:hover{
    background-color: #fc7777;
    color: #FFF;
}

.button:active {
    transform: translateY(4px);
    background-color: #fcaaaa;
	border-bottom: 4px solid #ea9e9e;
}

.button .fa-car-crash{
	font-size:120%;
	padding-right:7px;
}

/* --------------------------- *
 余白
 * --------------------------- */

@media (max-width: 640px) {
 #body {margin-top: -5px; }
}

header{
  margin: 0px 0px -15px 0px;
}

/* --------------------------- *
 スライドインメニュー
 * --------------------------- */

/**********************
モーダルウィンドウ
**********************/
 
.modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
line-height: 1.3;
display: none9;
}
.modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.is-active.modal-window {
display: block9;
}
.modal-window:target {
display: block9;
}
.modal-window .modal-inner {
position: absolute;
top: 100px;
left: 5%;
z-index: 20;
padding:5%;
margin:0 auto;
width: 80%;
overflow-x: hidden;
border-radius: 6px;
background: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
 
.modal-window .modal-close {
display: block;
text-indent: -100px;
overflow: hidden;
}
.modal-window .modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: #333;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.modal-window .modal-close:after {
content: '\00d7';
position: absolute;
top: 70px;
right:15%;
z-index: 20;
margin:0 auto;
background: #fff;
border-radius: 2px;
padding: 10px 10px;
text-decoration: none;
text-indent: 0;
}
 
.modal-window {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
 
 
 
/**********************
スマホのフッターメニュー
**********************/
ul.footer_menu {
	margin: auto ;
	padding: 6px 0 10px 0;
	width: 100%;
	overflow: hidden;
	display: table;
        table-layout: fixed;
        text-align: center;
        width: 100%;
}
 
ul.footer_menu li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align:middle;
	list-style-type: none;
	font-size: 10px;
    line-height: 15px;
	height: 40px;
	font-weight: bold;
}
 
ul.footer_menu li a i{
	font-size: 28px;
}
 
ul.footer_menu li a {
	border: none;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
 
.footer_menu {
	position: fixed;
	bottom: 0;
	left:0;
	background: #ffaaaa;
	z-index: 9999999999;
	-moz-opacity: 0.9;
	opacity: 0.95;
}
 
 
/**********************
SNSの部分
***********************/
 
 
.modal-window .modal-inner.sns{
	margin:0 auto;
	text-align:center;
}
.modal-inner ul {
	list-style:none;
}
.modal-inner li {
	list-style:none;
	float:left;
	width:25%;
	margin:3%;
}
.modal-inner li a {
	font-size:150%;
	position:relative;
	display:block;
	padding:10px;
	color:#fff;
	border-radius:6px;
	text-align:center;
	text-decoration: none;
}
.modal-inner li a:hover {
	box-shadow:none;
}
 
 
.share li a {display : block;
    padding : 10px 5px;
    color : #fff;
    font-size : 14px;
    text-decoration : none;
    text-align : center;}
.share li a:hover {opacity :0.8;
    color : #fff;}
.share li a:visited{ color: #fff;}
 
.tweet a{background-color : #55acee;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #008fde;}
.line a{background-color: #00c300;}
.pocket a{background-color :#f03e51;}
.rss a {background-color: #ff8c00;}
.feedly a {background-color: #6cc655;}
 
.share-sm {margin:0;}
.share-sm ul:after {content : "";
    display : block;
    clear : both;}

/********************** 
メニューの部分
**********************/
 
.mod li{
  float:none;
  display:block;
  width:100%;
  margin:0;}
 
.mod li a {
  text-align: left;  /* メニューを左寄せ */
  font-weight: bold;  /* メニューを太字に */
  background: #ffaaaa;  /* メニューの背景色 */
  margin: 2%;
font-size: 16px;  /* メニュー文字サイズ */
}

/********************** 
スマホメニュー非表示
**********************/

#footer-mobile-buttons{
    display: none;
}

/********************** 
スマホ縦フッターメニュー
**********************/
@media screen and (max-width: 640px) { 
#footer-navi ul li::before {  /* タイトルの間に表示している「|」の設定 */
  display: block; /* 横並びを縦並び設定「inline」を「block」に変更 */
  margin: 8px 0; 
  content: "";  /*「|」をスマホ画面で非表示 */
  border-bottom: 1px solid #cccccc; /* 文字間に罫線を表示 */  
    }
	#footer-navi-in{
  font-size: 16px;
  border-bottom: 1px solid #cccccc; /* 文字間に罫線を表示 */
  margin-bottom:30px;
  margin-top:-15px;
	}}

/*---------------------------------
レスポンシブメディア
--------------------------------*/

/* パソコンで見たとき際"pc"の画像を表示 */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見た際"sp"の画像を表示 */
@media only screen and (max-width: 640px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/*---------------------------------
レスポンシブメディア横幅
--------------------------------*/

@media screen and (max-width: 640px) {
  .sp-img {
    margin: 0 -10px;
  }
}

.pc-img{
	margin: 0 -29px;
}

/*---------------------------------
マーカー文字
--------------------------------*/

.man{
    background:linear-gradient(transparent 65%, #d5ecff 0%);
}

.woman{
    background:linear-gradient(transparent 65%, #ffdada 0%);
}