@charset "utf-8";
/*------ベース-----*/
/* web font */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

figure.campaign{margin: 0 auto;
display: block;}

h1,h2,h3,h4,h5,h6,a,ul,ol,li,td,th,dd,dt,dl,p,a{	max-height:999999px}

* {
	padding: 0;
	margin: 0;
}
html{
	scroll-behavior: smooth;
	font-size: 100%;
}

body {
	font-family: -apple-system, BlinkMacSystemFont,  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic","Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  Arial, sans-serif;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
	line-height: 1.7;

}
.clear{
	clear: both;
	height: 0px;
	padding: 0;
	margin: 0;
	display: block;
	background-color: transparent;
	line-height: 1px;}

aside{display:block;}

p {margin: 0 0px 1.5em;}

a {border: none;
	text-decoration: none;}
a:hover {
	transition: color 0.3s ease 0s;
	text-decoration: none;
}
a img {border: none;}
a:hover img{text-decoration: none;}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	transition: opacity 0.6s ease;
}

img{width: 100%;
	height:auto;
	max-width:100%;
	max-height: auto;}

table{border-collapse:collapse;}

.box{padding: 1em;}
/*--※付きコメントにする dl and span-----*/

dl.kome{
	overflow:hidden;}

dl.kome dt{float: left;}
dl.kome dd{padding: 0 0 5px 1.5em;}


.kome{
	padding: 0 0 5px 1.5em;
	display: block;
	position: relative;
	margin: 5px 0 0 0;
	overflow: hidden;
}
.kome:before{
	content: "※";
	position: absolute;
	top: 0px;
	left: 0px;
}


/*スペーサーブロック*/

.wp-block-spacer{
	display: block;
	height: 30px;
}

/*imageのシャドウ*/
.shadow img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px #888888;
	box-shadow: 0px 0px 5px #888888;
	border: 3px solid #FFFFFF;
}

.maru img{
	border-radius: 10px;
}

/*チェックリスト*/

ul.check {
	margin: 0 0 15px;
	padding-left: 0	!important;
}
ul.check li{font-weight: bold;
	list-style-type: none	!important;
	margin: 0 0 5px;
	padding: 0 0 5px 2em;
	background-image: url(../image/common/check.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 1.5em;
}
ul.border li{ border-bottom: 1px dotted #999;
padding-bottom: 10px;
margin-bottom: 10px;}


/*----------------------------
				背景
-----------------------------------*/

.bg01{background:#F98500;}

.bg02{background:#FFF2CE;}

.bg03{background:#eeeee}

.bg_white{background:#fff;}


/*----------------------------
	画像
-----------------------------------*/

.maru_img figure{}
	
.maru_img figure img,
.maru_img img{aspect-ratio:1 / 1;
		object-fit: cover;
	border-radius: 50%;}


/*--使用するフォントの設定----------------------------------------------------*/


/*--明朝フォントセット--*/
.font_mi {
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	transform: rotate(.03deg);
}

/*--Noto Sans JP (web)--*/
.font_noto {font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;}


/*--ScrollTrigger----------------------------------------------------*/

.invisible,
.visible{
	transition: opacity 0.5s ease;
	opacity: 0.0;
}


/*--footer----------------------------------------------------*/

footer p.copy{
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
	color:#fff;
	font-size: 14px;
}

footer p.copy a,footer p.copy a:hover{color:#fff;
text-decoration: none;}

footer .about dl.kyushin{font-size: 1.2em;
	margin: 0.75em 0 1em 0;
	font-weight: bold;
	color:#E60000;
}
footer .about dl.kyushin dt{
	float: left;
}
footer .about dl.kyushin dd{
	padding: 0 0 5px 4em;
}

dl.add{margin: 1.5em 0;
}
dl.add dt{font-size: 0.9em;
	float: left;
	width:4em;
	padding: 5px 5px;
	text-align: center;
	color:#fff;
	background:#F98500;
	font-weight: bold;
	line-height: 1;
}
 dl.add dd{color: #333;
	margin: 0 0 8px;
	padding: 0 0 8px 5.5em;
	border-bottom: 1px dotted #ccc;
}
dl.add dd a{color: #333;}
.time table{
	width: 100%;
	margin: 0 0 5px;
	text-align: center;
	color: #333;
	/*background-color: #FFFFFF;*/
	font-family: 'Noto Sans JP';
	border: 1px solid #333;
}
.time table th,
.time table th:first-of-type{
	padding: 5px 5px;
	
	/*background-color:#fff;*/
	border: none;
	color:#333;
}
.time table th.time{/*background: #fff;*/
color:#333;}

.time table td{
	border:none;
	vertical-align: middle;
	text-align: center;
	padding: 5px 5px;
	color:#333;
}

footer .btmmenu ul li a{
	color: #fff;
	display: block;
}
footer .btmmenu ul li a:hover{
	opacity: 0.7;
}

footer .btmmenu ul li a img{
	display: none;
}


/* メイン写真　*/
.topimg {background-color:#E5A140;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.topimg img{display:block;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	height: auto;}


.infobox{background: #C75D00;
padding: 30px;}

.infobox .info{background: #fff;
width: 100%;
max-width: 1200px;
margin: 0 auto;}

/* スペース　*/
.padding60{
	padding-top:80px!important;
	padding-bottom:80px!important;
}

.space{
	display: block;
	clear: both;
	height: 30px;
}
.space60{
	display: block;
	clear: both;
	height: 60px;}


/*-------------------------------
   TopicPath
-------------------------------*/
.topicpath,
#topicpath {
	padding: 6px 0;
	margin: 0 0 0px;
	color: #888;
	width: 100%;
	font-weight: bold;
	overflow-wrap: break-word;
	background-color: #f1f1f1;

}
.topicpath .box,
#topicpath ul {
	list-style: none;
	padding: 0px 10px;
	margin: 0 auto;
	display: block;
	max-width: 1100px;
	font-size: 14px;
}
#topicpath ul li {
	display: inline;

}

#topicpath ul li:after{ content:"＞"}

#topicpath ul li:last-child:after{ content:none;}

.topicpath .box a,
#topicpath ul li a {
	color: #888;
}

#topicpath ul li span {
}
#topicpath ul::after{content:"";
display: block;
clear: both;}
.topicpath .box strong.current{font-weight:normal}


/*-------------------------------
   ページトップボタン
-------------------------------*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0px;
  opacity: 0.6;
}
#page_top a{
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
	font-family: FontAwesome;
	content: '\f077';
	font-size: 60px;
	color: #B80000;
}







/*-インスタグラム　タイトル-------------------------*/
p.insta_title{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 10px;
	display: block;
	font-size: 20px;
	padding: 0 0 0 30px;
	line-height: 30px;
	background-image: url(../image/common/insta_icon.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	background-size: auto 24px;
	color: #000000;
	border-bottom: 2px solid #F7006B;
	transform: rotate(.03deg);
}

p.insta_title a:hover{
	opacity: 0.7;
}


	
.link a,
.qa dd a{display: block;
	
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	padding:8px 30px 8px 20px;
	font-size: 110%;
		box-sizing: border-box;
	text-align: center;
	margin: 15px 0 1.5em 20px;
float: right;
color: #1093CC;
border: 1px solid #1093CC;
background: #fff;}
	
.link a:after,
.qa dd a:after{content:"";
	display: block;
	width: 15px;
	height: 15px;
	background:url("../image/common/list2.png") no-repeat left top;
	background-size: contain;
	position: absolute;
		right:10px;
		top:35%;
	}	
	
.link a:hover,
.qa dd a:hover{background: rgb(89,179,255);
		background: linear-gradient(270deg, rgba(89,179,255,1) 0%, rgba(16,147,204,1) 100%);
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
		color:#fff;
border: 1px solid #fff;}


.link a:hover:after,
.qa dd a:hover:after{background:url("../image/common/list03.png") no-repeat left top;
	background-size: contain;
	position: absolute;
		right:0px;
		transition: 0.6s ease;
	}

.link2 a{
	width: 100%;
	max-width: 480px;
	display: block;
	margin: 0px auto;
	padding: 15px 40px 15px 15px;
	font-size: 110%;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#A1C755;
	color: #FFFFFF;
	
	text-align: center;
	float: none;
	position: relative;
}

.link2 a:after{content:"";
display: block;
position: absolute;
right: 20px;
top: 20px;
background-image: url(../image/common/list03.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 20px;
width: 20px;
height: 20px;}

.link2 a:hover{background: rgb(82,212,201);
background: linear-gradient(94deg, rgba(82,212,201,1) 0%, rgba(5,104,172,1) 100%);
transition : all 0.5s ease 0s;}


.link2 a:hover:after{right:10px;
transition : all 0.5s ease 0s;}

/*-見出し------------------------------------------------*/

.main_contents_full h2{
	padding:0;
	text-align: center;
	margin: 0 0 40px;
	clear: both;
	font-size: 42px;
	color:#6B4B00;
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;

display: block;
		line-height: 1.3;
		position: relative;}

.bg01 h2{color: #fff;}
	
h3{color:#F98500;
	clear: both;
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	/*
	padding: 0px 0px 0px 15px;
	background: url("../image/common/list02.png") no-repeat left 14px;
	background-size: auto 12px;*/
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 20px;
}


h4{
	padding: 0 0px 10px 0;
	font-size: 22px;
	line-height: 1.5;
	margin: 0 0 20px 0;
	font-weight: bold;
	color:#71582C;
	position: relative;
}
	h4:after{position: absolute;
	content: "";
	display: block;
	bottom: 0;
	width: 15%;
	left: 0;
	border-bottom: 2px solid #A1C755;}


h5{
	background-color:#F4FBEB;
	font-size: 20px;
	color: #333333;
	padding: 5px 10px;
	line-height: 1.5;
	margin: 0 0 15px;
	border-radius: 5px;
	clear: both;
	background-image: url(../image/texture/texture_ws50.png);
	font-weight: bold;
}
h6{padding-bottom: 5px;
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	border-bottom: 2px dotted #A1C755;
	clear: both;
}

.marker{background:linear-gradient(transparent 60%, #ff6 60%);}


/*-コンバージョンエリア-------------------------*/
.contactus{/*background: url("../image/common/contact_bg.jpg") no-repeat center bottom;
	background-size: cover;*/

background: rgb(230,74,18);
background: linear-gradient(164deg, rgba(230,74,18,1) 0%, rgba(255,194,60,1) 100%);
}

.contactus h2{color: #fff;}

ul.contact_link{
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;}


ul.contact_link li.tel a{background-color:#fff;
	color:#F98500;}	
ul.contact_link li.line a{background-color:#4DAE30;
	color: #fff;}

ul.contact_link li a:hover{opacity: 0.7;}

ul.contact_link li a{
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		text-align: center;
	font-weight: bold;
	box-sizing: border-box;
		border: 1px solid #fff;
	}	

p.tel a{font-family:Arial, Helvetica, "sans-serif";
  font-optical-sizing: auto;
  font-weight:bold;
  font-style: normal;
font-size:1.75em;
color:#000;
text-decoration: none;
background: url("../image/common/tel.png") no-repeat left center;
background-size: auto 0.8em;
padding-left:1.25em;}


/*--選ばれる理由-----------------------------*/	
.reason_box .box{background: #fff;
	border: 1px solid #EEE7BD;}	

.reason_box .box:last-of-type{margin-bottom: 0;}

	
.reason_box .box h3{color:#F98500;
	/*border-left: 7px solid #D90003;
	padding:0 0 0 15px;*/
	margin: 0 0px 30px 0;
	clear: right;
	background: none;
	/*border: none;*/
	
	position: relative;}
	
	
.reason_box{counter-reset: titlenum;}

.box p:after{content:"";
	display: block;
	clear: both;
	margin: 0;}
	

/*---------施術内容-------------*/
	

.naiyo_box .box{border-bottom: 1px dotted #F98500;}

.naiyo_box .box:last-of-type{margin-bottom: 0;}



/*-料金表1--------------------------*/

.ryokin1 dl{
	margin: 5px 10px;
	font-size: 120%;
}
.ryokin1 dl dt{color:#6B4B00;
	font-weight: bold;
float: left;
width: 6em;}

.ryokin1 dl dd{
	/*text-align: right;*/
	text-align: left;
	margin: 0 0 10px;
	padding: 0 0 5px 7.5em;
	border-bottom: 1px dotted #888888;
}

/*-料金表2--------------------------*/

.ryokin2 table{
	width: 100%;
	border: 1px solid #aaa;
	margin: 0 0 10px;
	text-align: center;
	white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
	/*font-size: 120%;*/}

.ryokin2 table th{
	padding: 0.25em 0.5em;
	border: 1px solid #aaa;
	/*font-weight: bold;*/
	background-color:#FFD8D8;
	vertical-align: middle;
}

.ryokin2 table td{
	border: 1px solid #aaa;
padding: 0.25em 0.5em;}

/*--比較表-------------------------------*/

.hikaku table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    color: #353535;
	white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
}

.hikaku table thead {
    background-color: #999;
    color: #fff;
}


.hikaku table tr th:first-of-type{font-weight: bold;}

.hikaku table th,
.hikaku table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.hikaku table th.tousya{background:#B80000;
color: #fff;
font-weight: bold;}
.hikaku table td.tousya{background:#DB8B9A;
font-weight: bold;}

/*--院長挨拶、スタッフ紹介-------------------------------*/

.inchou figcaption{font-weight: bold;
	color: #000;
	text-align: center;
	font-size: 120%;
margin: 20px 0 0 0;}
.inchou figcaption strong{
	color:#F98500;
	font-size: 120%;
}

.staffbox{
	overflow: hidden;
border-bottom: 1px solid #aaa;
}

.staffbox dl dt,
.profile dl dt{
	background-color:#F98500;
	text-align: center;
	width: 5em;
	font-weight: bold;
	border-radius: 0px;
	color: #FFFFFF;
	float: left;
	font-size: 0.9em;
}
.staffbox dl dd,
.profile dl dd{
	margin: 0 0 7px;
	padding: 0 0 7px 6em;
		border-bottom: 1px dotted #aaa;
}

.staffbox dl dd:last-of-type,
.profile dl dd:last-of-type{border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;}

/*-------------------------------
   ギャラリー2
※ bxslider を利用している
-------------------------------*/


.gallery2{}
.gallery2 li{}
.gallery2 li img{
	margin: 0 auto;
	display: block;
	max-width: 800px;
}

.custom-thumb{
	margin: -40px auto 0;
	display:flex;
	align-items:center;
	justify-content:space-between;
	align-content:center;
	flex-wrap:wrap;
	max-width: 800px;
}
.custom-thumb a{
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	margin: 0;
	box-sizing: border-box;
}


.voice{background: #fff;
	/*box-shadow: 0 0 4px #DBD9D1;*/
	position: relative;}

	
	.voice h3{/*color: #A1C755;*/
	background: none;
	padding: 0;
	margin: 0;}	
	
	
	.voice p.name{text-align: right;
	font-weight: bold;
	color:#777;
	font-size: 17px;
	/*border-bottom: 1px solid #A1C755;
	padding-bottom: 5px;*/}
	
	.voice .alignleft{
	
	margin: 0 35px 0 0;}

	.voice .alignleft img{aspect-ratio:3 /2;
		object-fit: cover;}
	

	.voice p.right{float: right;
	font-size: 13px;
	color: #666666;
	margin: 0 0 0px 0;}


/*----施術の流れ--------------------*/
.step ol {counter-reset: title;
	list-style-type: none;
	padding:0px;
}

.step ol li {
	width: 100%;
	/*border-bottom: 2px dotted #ccc;
	padding: 0 0 30px;*/
	margin: 0 0 40px;
	box-sizing: border-box;
	overflow: hidden;
}
.step ol li:last-child {
	margin-bottom: 0px;
	border-bottom-style: none;
}



.step ol li p.title {
	font-size: 140%;
	font-weight: bold;
	margin: 0px 0 1em 0px;
padding: 15px 0 15px 3em;
	line-height:1.5;
	color:#333;
	position: relative;
}
.step ol li p.title::before {display: block;
	position: absolute;
	left: 0;
	top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  counter-increment: title; 
  content: counter(title);
	color: #fff;
	border-radius: 50%;
	background-color:#F98500;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
}



/*-------------------------------
   よくある質問
-------------------------------*/

.qa dl{
	margin: 0 0 20px;
}
.qa dt{
	padding: 10px 0 10px 40px;
	margin: 0 0 0px 0;
	position: relative;
	color: #000;
	font-size:1.1em;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
}
.qa dl dt::before {
	content: "Q";
	color:#2560D6;
	text-align: center;
	
	display: block;
	margin: 0px 10px 0 0;
	font-size: 1.5em;
	line-height: 40px;
	font-weight: bold;
	position: absolute;
	left:0px;
	top: 0px;
}



.qa dl dd{
	padding: 10px 0px 20px 40px;
	margin: 0px 0px 20px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #aaa;

}
.qa dl dd::before {font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
	content: "A";
	color:#EC0000;
	text-align: center;
	font-size: 1.5em;
	line-height: 40px;
	display: block;
	position: absolute;
	left:0px;
	top: 0px;
	font-weight: bold;
}





/*-------------------------------
   contact 枠の設定
-------------------------------*/
.contact{
	width: 100%;
	height: 100%;
}
.contact iframe{
	width: 100%;
	height: 100%;
}

/*----コンタクトフォーム--------------------*/

.contact{}
.contact p{
	padding:10px;
	margin: 0 0 10px;
	background-color: #E0F4CC;

}
.contact p label{

}

.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="email"],
.contact select{
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #C4C4C4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 0 5px;
	box-sizing: border-box;
	width: 100%;
}


.contact textarea {
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #C4C4C4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	box-sizing: border-box;
	width: 100%;
}
.contact input[type="submit"] ,
.contact input[type="reset"],
.contact input[type="button"] {
	display: block;
	margin: 5px auto;
	width: 150px;
	font-size: 20px;
	border-radius: 5px;
	line-height: 40px;
	background-color: #289A36;
	color: #FFFFFF;
	border-style: none;
	-webkit-appearance: none;
}



.contact input[type="reset"],
.contact input[type="button"] {
	background-color: #888888;
}

.contact input[type="submit"]:hover,
.contact input[type="reset"]:hover,
.contact input[type="button"]:hover{
	opacity: 0.7;
}
