﻿@charset "utf-8";
/* =============================================================================
   全コンテンツ共通
   ========================================================================== */
   html{
   	width: 100%;
   	height: 100%;
   	font-size: 100%;

   }

   body{
   	margin: 0;
   	padding: 0;
   	background-color: #FFFFFF;
   	-webkit-text-size-adjust: 100%;
   }

   .new{
   	background: #000;
   	padding: 20px;
   	padding: 5px 8px;
   	margin-right: 5px;
   	letter-spacing: 2px;
   	font-weight: bold;
   }

   .t_center{
   	text-align:center;
   }


   .inner{
   	padding:20px;
   }


   .naver-handle{
   	z-index: 99999;
   }

   #container{
   	color: #303030;
   	margin-top: 56px;
   }

   @media screen and (max-width : 960px){
   	body{
   		width: 100%;
   		height: 100%;
   	}
   }

   html, body {
   	line-height: 2;
   	margin: 0;
   	padding: 0;
   }


   img{
   	max-width: 100%;
   	height: auto;
   	width /***/:auto;　
   }

   a{
   	color: #151515;
   }

   h2{
   	font-size: 23px;
   	line-height: 1.5;
   	letter-spacing: 4px;
   	margin-bottom: 30px;
   	font-family: "ヒラギノ明朝","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
   	font-weight: normal;
   }

   h3{
   	font-family: "ヒラギノ明朝","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
   	font-size: 24px;
   	letter-spacing: 5px;
   	margin-bottom: 30px;
   }

   h3 small{
   	font-size: 1.0rem
   }

   .mt20{
   	margin-top: 20px;
   }

   .title{
   	margin: 35px auto 20px;
   	width: 90%;
   }

   .clearfix::after {
   	content: "";
   	display: block;
   	clear: both;
   }

   .tre_name {
   	font-family: "Bebas Neue", sans-serif;
   	font-weight: 400;
   	font-style: normal;
   	font-size:5vw;
   	letter-spacing: 0;
   	line-height: 1.0;
   }

   .tre_name span{
   	font-size:2vw;
   	color:#00ccc7;
   }


   .tre_name span::before {
   	content: "";
   	margin-right: 0.3em;
   	display: inline-block;
   	border-style: solid;
   	border-width: 0.5em 0 0.5em 0.4em;
   	border-color: transparent transparent transparent #00ccc7;
   	transform: translateY(0.1em) scale(0.8) rotate(0deg);
   }

   .tre_name span::after {
   	content: "";
   	margin-left: 0.3em;
   	display: inline-block;
   	border-style: solid;
   	border-width: 0.5em 0 0.5em 0.4em;
   	border-color: transparent transparent transparent #00ccc7;
   	transform: translateY(0.1em) scale(0.8) rotate(180deg);
   }


   .hand .tre_name span{
   	color:#19aaa6;
   }

   .hand .tre_name span::before {
   	border-color: transparent transparent transparent #19aaa6;
   }

   .hand .tre_name span::after {
   	border-color: transparent transparent transparent #19aaa6;
   }


   @media screen and (max-width : 789px){
   	h2{
   		font-size: 18px;
   		line-height: 1.5;
   		letter-spacing: 2px;
   		font-weight: bold;
   	}

   	h3{
   		font-family: "ヒラギノ明朝","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
   		font-size: 15px;
   		letter-spacing: 2px;
   		text-align: center;
   	}

   	.title{
   		margin: 0 auto;
   		width: 100%;
   	}

   	.title img{
   		margin: 0 auto;
   	}
   	.tre_name {
   		font-family: "Bebas Neue", sans-serif;
   		font-weight: 400;
   		font-style: normal;
   		font-size:11vw;
   		letter-spacing: 0;
   		line-height: 1.0;
   		text-align: center;
   		margin-bottom: 30px;
   	}

   	.tre_name span{
   		font-size:5vw;
   	}

   }

/* =============================================================================
   カラム
   ========================================================================== */


   .flex_wrap{
   	display: flex;
   	justify-content: center;
  		align-items: center;
  		padding: 20px;
   }

   .flex_wrap .txt{
   	text-align: left;
   }

   .flex_wrap .left_content{
   	width: 48%;
   	margin-right: 3%;
   }

   .flex_wrap .right_content{
   	width: 49%;
   }

   @media screen and (max-width :600px){
   .flex_wrap{
   	display: block;
  		padding: 0;
   }

   .flex_wrap .txt{
   	text-align: left;
   }

   .flex_wrap .left_content{
   	width: 100%;
   	margin-right: 0;
   	margin-bottom: 30px;
   }

   .flex_wrap .right_content{
   	width: 100%;
   	margin-bottom: 30px;
   }
   }







/* =============================================================================
   フォント
   ========================================================================== */
   .size12{
   	font-size: 12px;
   }

   .size15{
   	font-size: 15px;
   }

   .size20{
   	font-size: 20px;
   }

   .size25{
   	font-size: 25px;
   }

   .size30{
   	font-size: 30px;
   }

   .size35{
   	font-size: 35px;
   }

   .size40{
   	font-size: 40px;
   }

   .font_type{
   	font-family: "ヒラギノ明朝","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
   }

   .new{
   	padding: 2px 5px;
   	letter-spacing: normal;
   	margin-right: 5px;
   	font-size: 14px;
   	vertical-align: text-bottom;
   	color: #fff;
   	background: linear-gradient(#fc5a7e 0%, #fc5a7e 100%);
   }

   @media screen and (max-width : 768px){
   	.size12{
   		font-size: 12px;
   	}

   	.size15{
   		font-size: 14px;
   	}

   	.size20{
   		font-size: 15px;
   	}

   	.size25{
   		font-size: 17px;
   	}

   	.size30{
   		font-size: 18px;
   	}

   	.size35{
   		font-size: 20px;
   	}

   	.size40{
   		font-size: 23px;
   	}
   }

/* =============================================================================
   HEADER NAVI
   ========================================================================== */

   header{
   	background-color: #FFFFFF;
   	width: 100%;
   	height: 46px;
   	padding:10px;
   	top: 0;
   	z-index: 9999;
   	position: fixed;
   	color: #555;
   	box-shadow: 0px 0px 15px -5px #777777;
   }


   h1{
   	display: inline-block;
   	float: left;
   	margin-right:25px;
   	padding-top: 3px;
   	max-width: 173px;
   }

   #nav_contact ul{
   	float: left;
   	display: flex;
   	margin-top: 5px;
   }

   #nav_contact li em{
   	font-weight: bold;
   	font-size: 0.8rem;
   }
   #nav_contact li.line2{
   	line-height: 1.0;
   	margin-right: 15px;
   	font-size: 1.0rem;
   }

   #menu ul{
   	float: right;
   	display: flex;
   	padding-top:10px;
   	font-family: 'PT Serif', serif;
   	padding-right: 8px;
   }

   #menu li{
   	margin-right: 20px;
   	font-size: 1.0rem;
   }


   @media screen and (max-width :1500px){
   	h1 {
   		margin-right: 15px;
   		padding-top:0;
   		max-width: 115px;
   	}

   	#nav_contact ul li.line2{
   		font-size: 0.9rem;
   	}
   	#menu li{
   		margin-right: 7px;
   		font-size: 0.9rem;
   	}
   }

/* ナビアニメーション */
.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	font-family: "Crimson Text", serif;
	font-weight: 600;
   font-style: normal;
   letter-spacing: 0;
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #00B3BA;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}


/* =============================================================================
   FOOTER
   ========================================================================== */

.insta {
    background: rgb(255 232 224);
    background: radial-gradient(circle, rgb(255 242 237) 50%, rgb(255 229 238) 100%);
}

.insta_wrap{
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}

.btn {
    color: #ef7b4f;
    margin: 45px auto 20px;
    display: block;
    text-align: center;
    max-width: 300px;
    background: #ffffff;
    padding: 10px 0;
    font-size: 1.5rem;
    font-family: serif;
    border-radius: 35px;
    width: 100%;
    box-shadow: -5px -5px 12px 1px rgb(234 184 161 / 80%), 5px 5px 12px 1px rgb(235 199 235 / 80%);
    font-weight: bold;
}

.btn:hover{
	color: #ef7b4f;
   box-shadow: -3px -3px 8px 1px rgb(234 184 161 / 80%), 3px 3px 8px 1px rgb(235 199 235 / 80%);
   font-weight: bold;
}

@media screen and (min-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
p { }
}


footer{
	clear: both;
	/*	overflow: hidden;*/
	text-align: right;
	background: #090b0b;
	color: #c3cbcb;
	padding: 8px 0;
}

footer{
	clear: both;
	/*	overflow: hidden;*/
	text-align: right;
	background: #090b0b;
	color: #c3cbcb;
	padding: 8px 0;
}



footer .copy{
	text-align: center;
	padding: 5px 0;
	font-size: 0.9rem;
}

footer .sns {
	display: flex;
	margin: 0 auto;
	display: block;
	text-align: center;
}

footer .sns a{
	padding-right: 10px;
	color: #c3cbcb;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.3rem;
}

footer ul li img{
	margin: 0 10px;
	height: 25px;
}

footer{
	position: relative;
	z-index: 99999;

}
footer a#line #lineQR{
	width: 150px;
	height: 150px;
	position: absolute;
	bottom: 0;
	display: none;
	transition: all 0.5s ease 0s;
	z-index: 99999;
}

@media screen and (min-width : 1024px){
	footer a#line:hover #lineQR{
		display: block;
		transition: all 0.5s ease 0s;
		width: 150px;
		height: 150px;
	}
}

footer ul li img{
	margin: 0 10px;
	height: 25px;
}

/* 
footer ul li img{
	margin: 0 10px;
	height: 25px;
} */
/* 
footer #lineQR{
	width: 150px;
	height: 150px;
	position: absolute;
	bottom: -8px;
	display: none;
	transition: all 0.5s ease 0s;
}

footer #line:hover #lineQR{
	display: block;
	transition: all 0.5s ease 0s;
}

footer #lineQR img{
	width: 100%;
	height: 100%;
}

footer ul li:nth-child(1),
footer ul li:nth-child(3){
	width: 25%;
	font-size: 25px;
	position: relative;
}

footer ul li:nth-child(3) a{
	margin-right: 20px;
	color:#fff;
}

footer ul li:nth-child(2){
	width: 50%;
	font-size: 15px;
	text-align: center;
	vertical-align: 8px;
	letter-spacing: 0.1em;
	font-family: 'PT Serif', serif;
} 

/*------ SP ------*/

@media screen and (max-width : 960px){
	footer{
		width: 100%;
		clear: both;
		overflow: hidden;
	}

	footer ul{
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		margin: 0 0 80px;
		padding-left: 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	footer ul li{
		text-align: center;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	footer ul li img{
		margin: 0 15px 0 0;
		height: 30px;
	}

	footer ul li:nth-child(1){
		display: none;
	}
	
	footer ul li:nth-child(3){
		width: 100%;
		-webkit-order: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 20px;
		text-align: center;
		font-size: 28px;
	}

	footer ul li:nth-child(2){
		width: 100%;
		-webkit-order: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		order: 2;
		font-size: 12px;
		color: #666666;
		letter-spacing: 0.1em;
		font-family: 'PT Serif', serif;
	}
}

/* =============================================================================
   FOOTER -TEL-
   ========================================================================== */
   #foot_tel{
   	background-color: rgba(255,255,255,0.8);
   	font-size: 25px;
   	position: fixed;
   	bottom: 0;
   	left: 0;
   	width: 100%;
   	text-align: center;
   	font-family: "Roboto Condensed",sans-serif;
   }

   #foot_tel .icon-phone2{
   	color: #FFF;
   	background-color: #1b1b1b;
   	padding: 5px;
   	border-radius: 50px;
   	font-size: 21px;
   	margin-right: 10px;
   }


/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/

.sp_btn{
	display: none;
}

@media screen and (max-width : 1199px){
	.sp_btn{
		display: block;
		position: relative;/*ボタン内側の基点となるためrelativeを指定*/
		cursor: pointer;
		width: 50px;
		height:50px;
		border-radius: 5px;
		display: block;
		float: right;
		margin-right:15px;
	}
}


/*ボタン内側*/
.sp_btn span{
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	right: 14px;
	height: 3px;
	border-radius: 5px;
	background:  #151515;
	width: 60%;
}


.sp_btn span:nth-of-type(1) {
	top:10px; 
}

.sp_btn span:nth-of-type(2) {
	top:17px;
}

.sp_btn span:nth-of-type(3) {
	top:24px;
}

.sp_btn span:nth-of-type(3)::after {
	content: "MENU";
	position: absolute;
	top: 2px;
	left: px;
	color: #151515;
	font-size: 0.65rem;
	text-transform: uppercase;
	letter-spacing: -0.3px;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.sp_btn.active span:nth-of-type(1) {
	top: 11px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.sp_btn.active span:nth-of-type(2) {
	opacity: 0;
}

.sp_btn.active span:nth-of-type(3){
	top: 23px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}

.sp_btn.active span:nth-of-type(3)::after {
	content:"Close";/*3つ目の要素のafterにClose表示を指定*/
	transform: translateY(0) rotate(-45deg);
	top:5px;
	left:4px;
}






/* メニュー背景　*/

#smart_navi {
	display: none;
}

#smart_navi {
	position: fixed;
	z-index : 2;
	top  : 56px;
	left : 0;
	color: #fff;
	background: #fff;
	text-align: center;
	width: 100%;
	transform: translateY(-100%);
	transition: all 0.6s;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

#smart_navi ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#smart_navi ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
	display: block;
}
#smart_navi ul li:last-child {
	padding-bottom: 0;
}
#smart_navi ul li:hover{
	background :#ddd;
}

#smart_navi ul li a {
	display: block;
	color: #151515;
	padding: 0.5em 0;
	text-decoration :none;
	width: 90%;
	border-bottom:1px dotted #151515;
	margin: 0 auto;
}

/* クリックでjQueryで追加・削除 */
#smart_navi.active {
	opacity: 100;
	display: block;
	transform: translateY(0%);
}



/* ボディフェイシャルメニューボタン　*/


#special_treatment_menu{
	margin-top: 80px;
	clear: both;
	padding: 20px;
}

#special_treatment_menu ul{
	margin-top: 30px;
}

#special_treatment_menu li a{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	border: 1px solid #ccc;
}

#special_treatment_menu li {
	line-height: 1.2;
}

#special_treatment_menu li span {
	font-size: 16px;
	color: #3acbc7;
	font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#special_treatment_menu li span.hand {
	color: #19aaa6;
}

#special_treatment_menu li img {
	vertical-align: 0;
	width: 12px;
	display: inline;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	text-align: center;
	margin-right: 3px;
}

#special_treatment_menu li a{
	background-color: #FFFFFF;
	display: block;
	padding: 8px 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	letter-spacing: 0;
}

#special_treatment_menu li a:hover{
	transition: all 1s ease 0s;
	background-color: rgba(255,255,255,0.3);
}


#special_treatment_menu .row>* {
	box-sizing: border-box;
	flex-shrink: 0;
	padding:3px;
}


/*お悩みアイコン*/

.icon{
	display: table;
	border-spacing: 7px;
}

.icon {
	margin: 0 auto;
}

.icon li{
	background-color: #00CCC7;
	color: #FFFFFF;
	letter-spacing: 0;
	display: table-cell;
	vertical-align: middle;
	font-size: 19px;
	text-align: center;
	line-height: 1.2;
	width: 105px;
	height: 105px;
	border-radius: 50%; /* CSS3草案 */
	-webkit-border-radius: 50%; /* Safari,Google Chrome用 */
	-moz-border-radius: 50%; /* Firefox用 */ 
}

@media screen and (max-width :992px){
	.icon{
		width: 100%;
	}

	.icon li {
		background-color: #3ACBC7;
		display: inline-block;
		zoom: 1;
		vertical-align: top;
		width: 45%;
		color: #FFFFFF;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.2;
		line-height: 3.0;
		padding: 5px 0;
		margin: 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		height: unset;
	}
}


.sp_br{
	display: none;
}

.sp_none{
	display: block;
}

@media screen and (max-width : 768px){
	.sp_br{
		display: block;
	}
	.sp_none{
		display: none;
	}
}
