@charset "utf-8";

/*基本設定
----------------------------------------------------*/
@font-face{
	font-family: 'GenJuuXP-bold';
	font-weight: 700;
	src:url(../fonts/GenJyuuGothicX-P-Bold.ttf) format('truetype'),
		url(../fonts/GenJyuuGothicX-P-Bold.eot) format('embedded-opentype'),
		url(../fonts/GenJyuuGothicX-P-Bold.woff) format('woff');
}

body {
		margin:0;
		padding:0;
		font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
		color:#554a4a;
		line-height:2;
		font-size:15px;
		-webkit-text-size-adjust: 100%;
		position: relative;
}

html {   
		overflow-y:scroll;   
}  


a {
		color:#f78377;
		text-decoration:underline;
}

a:hover {
		color:#f78377;
		text-decoration:none;
		opacity: 0.8;
}

img {
		border:0;
}

h1,h2,h3,h4,h5,p {
		margin:0;
		padding:0;
		font-weight:normal;
}

ul,li,dl,dt,dd {
		margin:0;
		padding:0;
		list-style-type:none;
}

table {
		width:100%;
		border:0;
}

figure{
	margin: 0;
	padding: 0;
	line-height: 0;
}

.clear {
		clear:both;
}

.fix:after {
		content: "."; 
		display:block; 
		clear:both;
		height:0;
		visibility:hidden;
}

.fix {
		min-height:1px;
}

* html .fix {
		height:1px;
		/*\*//*/
		height: auto;
		overflow: hidden;
		/**/
}

.red {
		color:#f46245;
}

.orange{
		color:#f67b44;
}

.img01 img{
	width: auto;
	max-width: 100%;
	height: auto;
}


/*section p
----------------------------------------------------*/

.section {
		margin:0 0 30px 0;
		width:100%;
}
.inner {
		width:100%;
}
.ml30 {
		margin-left: 30px;
}
.mr30{
		margin-right: 30px;
}

.btm0 {
		margin-bottom: 0!important;
}

.btm5 {
		margin-bottom:5px;
}

.btm10 {
		margin-bottom:10px;
}

.btm15 {
		margin-bottom:15px;
}

.btm20 {
		margin-bottom:20px;
}

.btm25 {
		margin-bottom:25px;
}

.btm30 {
		margin-bottom:30px;
}

.btm40 {
		margin-bottom:40px;
}


.top5 {
		margin-top:5px;
}

.top10 {
		margin-top:10px;
}

.top20 {
		margin-top:20px;
}
.top30 {
		margin-top: 30px;
}

.f10 {
		font-size:10px;
}

.f12 {
		font-size:12px!important;
}

.f13 {
		font-size: 13px!important;
}

.f14 {
		font-size:14px;
}

.f18 {
		font-size:18px!important;
}

p.l11 {
		line-height:1.1;
}

p.l13 {
		line-height:1.3;
}

.m0 {
		margin:0!important;
}

.tar {
		text-align:right;
}

.tac {
		text-align:center;
}

.f-l {
		float:left;
}

.f-r {
		float:right;
}

.lh15{
		line-height: 1.5;
}

.hover a:hover{
 	   opacity: 0.7; 
 	   filter: alpha(opacity=70); 
  	  -moz-opacity: 0.7;
}

.list_disc{
		margin-left: 20px;
}

.list_disc li{
		list-style: disc;
}

.list_num{
		margin-left: 20px;
		margin-bottom: 20px;
}

.list_num li{
		list-style-type: decimal;
}

.marker{
	font-size: 1.5em;
	background: #ffdd22;
	display: inline;
	font-weight: bold;
}

.strong01{
	font-weight: bold;
	color: #f67b44;
	border-bottom: solid 2px #f67b44;
}

.strong02{
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: solid 1px;
}

.strong03{
	font-size: 1.5em;
	font-weight: bold;
	color: #f78377;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 4px;
}

.strong04{
	font-size: 1.5em;
	font-weight: bold;
	color: #f78377;

}

.bold{
	font-weight: bold;
}


/*ヘッダー
----------------------------------------------------*/
#header{
	border-top: 6px solid #f78377;
	border-bottom: 3px solid #f78377;
}

.h_wrap{
	width: 95%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 2.5%;
}

.h_copy{
	margin-top: 7px;
	display: block;
}

.h_copy h1{
	font-size: 12px;
	line-height: 1.5;
	color: #968a8a;
}

.h_conts{
	margin-top: 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


.h_logo p img{
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.h_strong{
	display: -webkit-flex;
	display: flex;
}

.h_strong p{
	margin-left: 15px;
}

.h_strong p:first-of-type{
	margin-left: 0;
}

.h_strong p img{
	height: 27px;
}

.h_tel_contact{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.h_tel_num{
	line-height: 0;
	margin-bottom: 10px;
}

.h_tel_num img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.h_tel_text p{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 12px;
}

.h_tel_text p:first-of-type{
	margin-top: 0;
}

.h_tel_contact dl{
	display: -webkit-flex;
	display: flex;
	font-size: 12px;
	line-height: 1.5;
}

.h_tel_contact dl dt{
	width: 5em;
}

.h_contact{
	margin-left: 25px;
}

.h_contact_btn{
	display: block;
}

.h_contact_btn a img{
	vertical-align: bottom;
}

.h_map{
	background: url(../images/common/ico_h_map.png) 2px center no-repeat;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 5px;
	padding: 6px 0 6px 30px;
}

.h_access{
	background: url(../images/common/ico_h_access.png) left center no-repeat;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 0;
	padding: 6px 0 6px 30px;
}

.h_access.h_access-walk{
	background-image: url("../images/common/icon_walk.png");
	background-position: 4px center;
}

#sp_head,
#sp_top{
	display: none;
}


/*ナビ
----------------------------------------------------*/

.h_nav{
	margin-top: 30px;
}

.h_nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.h_nav ul li{
	width: calc(100% / 7 - 1px);
	border-left: 1px dotted #cbbcaa;
	text-align: center;
	padding: 5px 0;
}

.h_nav ul li:last-child{
	width: calc(100% / 7 - 2px);
	border-right: 1px dotted #cbbcaa;
}

.h_nav ul li a{
	color: #554a4a;
	text-decoration: none;
}


/*ナビ　スクロール時
----------------------------------------------------*/
#scroll_menu{
	width: 100%;
	background: #fff;
	border-bottom: 2px solid #f78377;
	padding: 15px 0;
	height: 50px;
	position: fixed;
	top: -86px;
	z-index: 99999;
	opacity: 0;
	transition: top 0.15s linear 0s, opacity 0.15s linear 0s;
}

.scroll_menu_wrap{
	width: 95%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 2.5%;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.scroll_logo p{
	line-height: 0;
}

.scroll_logo img{
	width: 29vw;
	max-width: 330px;
	height: auto;
}

.scroll_menu ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.scroll_menu ul li{
	margin-left: 15px;
	line-height: 1.2;
}

.scroll_menu ul li a{
	font-size: 14px;
	color: #554a4a;
	text-decoration: none;
}


/*メインイメージ
----------------------------------------------------*/

#mainimage{
	background: url(../images/top/mainimg_bg.jpg) top center repeat;
	width: 100%;
	max-height: 1250px;
}

#mainimage p{
	text-align: center;
	line-height: 0;
}

.mainimage_pc img{
	width: 95%;
	max-width: 1190px;
}

.mainimage_sp{
	display: none;
}

.mainimage_sp_tel{
	display: none;
}


/*common
----------------------------------------------------*/
#main{
	position: relative;
}

.bg_pink{
	background: #f9f1f0;
}

.bg_pink2{
	background: #e6766a;
}

.bg_pink03{
	background: #f1d5d2;
}

.mainconts{
	padding: 50px 0 60px;
}

.main_conts_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 0 auto;
}

.main_conts_wrap p{
	margin-bottom: 20px;
}

.main_conts_wrap p:last-of-type{
	margin-bottom: 0;
}

.ttl01{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1.9;
	margin-bottom: 50px;
}

.ttl01 span{
	display: inline;
	background: linear-gradient(transparent 92%, #3a4744 0%);
	position: relative;
}

.ttl01 span:before{
	content: "";
	display: block;
	width: 68px;
	height: 114px;
	background: url("../images/top/bracket_l.png") no-repeat left top;
	position: absolute;
	left: -90px;
	bottom: 0;
}

.ttl01 span:after{
	content: "";
	display: block;
	width: 68px;
	height: 114px;
	background: url("../images/top/bracket_r.png") no-repeat left top;
	position: absolute;
	right: -90px;
	bottom: 0;
}

.ttl02{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	color: #554a4a;
	line-height: 1.5;
	margin-bottom: 40px;
}

.ttl02 span{
	color: #f78377;
}

.ttl02_sub{
	border: 2px dotted #f78377;
	border-left: none;
	border-right: none;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #554a4a;
	margin-bottom:30px!important;
}

.ttl03{
	font-size: 20px;
	font-weight: bold;
	color: #f78377;
	line-height: 1.5;
	border-bottom: 2px solid #f78377;
	margin-bottom: 20px;
}

.ttl04{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 50px;
}

.ttl04 .uline{
	font-size: 1.5em;
	border-bottom: solid 2px #fff;
}

.ttl05{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.ttl06{
	display: inline-block;
	color: #ee600a;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px;
	padding-bottom: 4px;
	line-height: 1;
	margin: 40px 0 10px;
	position: relative;
}

.ttl07{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	background: #f78377;
	padding: 12px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.ttl08{
	display: flex;
	justify-content: center;
}

.ttl08_wrap{
	position: relative;
}

.ttl08_wrap:before,
.ttl08_wrap:after{
	content: "";
	display: block;
	height: 100%;
	width: 3px;
	background: #f78377;
	position: absolute;
	bottom: 0;
}

.ttl08_wrap:before{
	left: -2em;
	transform: rotate(-30deg);
}

.ttl08_wrap:after{
	right: -2em;
	transform: rotate(30deg);
}

.ttl08text{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
}

.ttl08text span{
	color: #ee5d4e;
}

.ttl09{
	display: flex;
	justify-content: center;
	position: relative;
}

.ttl09:before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #f78377;
	position: absolute;
	top: 50%;
}

.ttl09 span{
	font-size: 28px;
	font-weight: bold;
	color: #f78377;
	background: #fff;
	box-sizing: border-box;
	padding: 0 12px;
	position: relative;
	z-index: 2;
}

.tbl01,
.tbl01 tbody{
	display: block;
}

.tbl01 tbody tr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-top:1px solid #e7e7e7;
}

.tbl01 tbody tr:last-of-type{
	border-bottom:1px solid #e7e7e7;
}

.tbl01 tbody tr th,
.tbl01 tbody tr td{
	padding: 20px;
	font-size: 18px;
}

.tbl01 tbody tr th{
	width: 10em;
	background: #8dbd3e;
	color: #fff;
}

.tbl01 tbody tr td{
	background: #fff;
	width: calc(100% - 10em);
}


/*トップページ
----------------------------------------------------*/

/* トップメッセージ */
.message_conts{
	margin-bottom: 50px;
}

.message_conts:last-child{
	margin-bottom: 0;
}

.message_conts .img_f-l{
	float: left;
	margin: 0 40px 40px 0;
}

.message_conts .img_f-r{
	float: right;
	margin: 0 0 40px 40px;
}


/* トップイメージ */
.topimage_pc{
	margin-bottom: 0!important;
}

.topimage_pc img{
	vertical-align: bottom;
	max-width:100%;
}

.topimage_sp{
	display:none;
}

.topimage2_pc{
	margin-bottom: 40px !important;
}

.topimage2_pc img{
	width: auto;
	max-width: 100%;
}

.topimage2_sp{
	display: none;
}


.topimage3_pc{
	margin-bottom: 24px !important;
	line-height: 0;
}

.topimage3_pc img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.topimage3_pcbtn{
	margin-bottom: 40px !important;
}

.topimage3_pcbtn img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.topimage3_sp{
	display: none;
}

/* Before After */
.makizume_baconts{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 50px auto 0;
	width: 100%;
	max-width: 900px;
}

.makizume_baconts:first-of-type{
	margin-top: 0;
}

.makizume_baconts-wrap{
	width: 100%;
	max-width: 320px;
}

.makizume_ba-img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.makizume_before{
	margin-right: 140px;
	position: relative;
}

.makizume_before:after{
	content: "";
	display: block;
	width: 100%;
	max-width: 78px;
	height: 100%;
	max-height: 72px;

	background: url("../images/top/icon_ba-arrow.png") no-repeat center center;
	background-size: contain;

	position: absolute;
	right: -110px;
	top: calc(50% - 36px);
	bottom: 0;
}

.makizume_b-text,
.makizume_a-text{
	font-size: 24px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 4px;
	text-align: center;
}

.makizume_b-text{
	background: #f9f1f0;
}

.makizume_a-text{
	background: #f78377;
	color: #fff;
}

.makizume_ba-memo{
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 16px;
}

/* こんな悩みはありませんか？ */
.nayami_wrap{
	padding-bottom: 0 !important;
}

.nayami_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.nayami_img{
	width: 100%;
	max-width: 280px;
	margin-left: 30px;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.nayami_img img{
	width: 100%;
}

.nayami_list{
	margin-bottom: 50px;
}

.nayami_list ul li{
	background: url("../images/top/ico_list01.png") no-repeat left top;
	padding-left: 40px;
	margin-bottom: 18px;	
}


/* 当院にお任せください */
.omakase_conts_ttl{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.omakase_conts{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.omakase_list{
	margin: 25px auto 0;
	background: #fff;
	border: solid 6px #ffc1bb;
	border-radius: 10px;
	padding: 15px 5%;
	max-width: 55%;
	box-sizing: border-box;
}

.omakase_list p{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px!important;
}

.omakase_list ul li{
	padding-left: 40px;
	line-height: 30px;
	margin: 0 0 10px 0;
	font-size: 18px;
	counter-increment: num;
	position: relative;
}

.omakase_list ul li:last-child{
	margin-bottom: 0;
}

.omakase_list ul li:before{
	content: counter(num);
	font-size: 20px;
	font-family: 'GenjuuXP-bold';
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #f78377;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	top:0;
	left: 0;
}

.omakase_img{
	position: absolute;
	bottom: 0;
	left: 5%;
}

.omakase_conts .list_disc{
	text-align: left;
	font-size: 18px;
	font-weight: bold
}


/* 治療の効果 */
.effect{
	background: #ffc9aa;
	padding: 50px 0 60px
}

.effect_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 0 auto;
}

.effect_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.effect_img{
	margin:0 auto;
	text-align:center;
}

.effect_img img{
	width: 100%;
	max-width: 800px;
}

.effect_text{
	margin-left: 30px;
	width: calc(100% - 430px);
}

.effect_text ul{
	margin-top: 25px;
}

.effect_text ul li{
	margin-bottom: 20px;
	font-weight: bold;
	padding-left: 20px;
}

.effect_text ul li a{
	color: #3a4744;
	text-decoration: none;
	border-bottom: solid 1px;
	font-size: 1.2em;
}

.effect_text ul li a::before{
	content: '●';
	margin-left: -20px;
}


/* 患者様の声　一番上 */
.main_voice_wrap{
	width: calc(100% - 40px);
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}

.mainvoice{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.mainvoice_ttl{
	margin: 0 auto;
	line-height: 1.5;
	font-size: 30px;
	font-weight: bold;
	color: #64cccb;
	text-align: center;
}

.mainvoice_movie{
	width: 100%;
	max-width: 700px;
	margin: 20px auto;
}

.mainvoice_movie iframe{
	width: 100%;
	max-width: 700px;
	height: 350px;
}

.mainvoice dl{
	margin-bottom: 30px;
}

.mainvoice dl:last-of-type{
	margin-bottom: 15px;
}

.mainvoice dt{
	font-size: 16px;
	background: #f1f9ff;
	padding: 10px 15px 10px 35px;
	border-radius: 5px;
	margin-bottom: 10px;
	line-height: 1.8;
}

.mainvoice dt:before{
	content: "Q";
	font-size: 1.2em;	
	color: #64cccb;	
	line-height: 1;	
	margin-right: 5px;	
	margin-left: -20px;
}

/* 無料写真相談 */
.soudan_conts{
	background: #fff;
	box-sizing: border-box;
	padding: 32px;
	margin-top: 32px;
}

.soudan_textarea{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.soudan_text-text02{
	margin-top: 16px;
}

.soudan_flow{
	margin-top: 56px;
}

.soudan_flowsec{
	box-sizing: border-box;
	padding: 24px 40px;
	background: #fcf4f3;
	margin-top: 16px;
	counter-reset: num;
}

.soudan_flowconts{
	position: relative;
	padding-left: 54px;
	padding-top: 4px;

	font-size: 18px;
	margin-bottom: 16px;
}

.soudan_flowconts:last-of-type{
	margin-bottom: 0;
}

.soudan_flowconts:before{
	content: counter(num);
	counter-increment: num;

	width: 40px;
	height: 40px;
	background: #f78377;

	font-size: 24px;
	font-weight: bold;
	color: #fff;

	display: flex;
	align-items: center;
	justify-content: center;

	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100px;
}

.soudan_link{
	margin-top: 32px;
}

.soudan_link-wrap{
	display: flex;
	justify-content: center;
}

.soudan_linkconts{
	margin-right: 32px;
	border-radius: 4px;

	width: 50%;
	max-width: 320px;
}

.soudan_linkconts:last-of-type{
	margin-right: 0;
}

.soudan_linkconts a{
	width: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 16px 32px;
	line-height: 1.5;

	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	
}

.soudan_linkconts a img{
	margin-right: 12px;
	width: auto;
	max-width: 32px;
	height: auto;
}

.soudan_link-line{
	background: #1dcd00;
	box-shadow: 0 4px 0 #29af13;
}

.soudan_link-mail{
	background: #f78377;
	box-shadow: 0 4px 0 #e17e74;
}

.soudan_formthotics{
	margin-top: 40px;
}

.soudan_formthotics-img{
	margin-top: 16px;
}

.soudan_formthotics-img img{
	width: auto;
	max-width: 100%;
	height: auto;
}


/* 患者様の声 */
.voice_list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.voice_conts{
	width: calc(50% - 20px);
	max-width: 495px;
	background: #fff;
	box-shadow: 0 1px 5px #e0dbd6;
	margin-left: 0;
	margin-right: 20px;
	margin-top: 40px;
}

.voice_conts:nth-child(1),
.voice_conts:nth-child(2){
	margin-top: 0;
}

.voice_conts:nth-child(2n){
	margin-right: 0;
	margin-left: auto;
}

.voice_ttl{
	background: #f78377;
	padding: 15px 15px 10px;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.voice_ttl span{
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	width: 100%;
}

.voice_ttl span::before{
	content:'';
	display: block;
	width:100%;
	margin: 10px auto;
	border-top: 1px solid #d77166;
}

.voice_img{
	padding: 20px 23px;
}

.voice_img img{
	width: 100%;
}

.voice_img iframe{
	width: 100%;
	height: 27vw;
	max-height: 293px;
}

.voice_text{
	padding: 0 10px 10px;
}

.voice_q{
	font-size: 16px;
	background-color: #f9f1f0;
	padding: 10px 10px 10px 35px;
	border-radius: 5px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.voice_q:before{
	content: "Q";
	font-size: 1.5em;
	font-family: 'GenJuuXP-bold';
	font-weight: 700;
	line-height: 20px;
	color: #f78377;
	margin-left: -23px;
	margin-right: 5px;
}

.voice_text p{
	padding: 0 15px 10px;
}

.kj {
	font-size: 90%;
	color: #888;
}

div.kj {
	margin:30px 0;
}

p.kj {
	margin-top: -8px;
}



/* 院長紹介 */
.profile_wrap{
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.profile_img{
	width: 270px;
	margin-right: 40px;
}

.profile_text{
	width: calc(100% - 310px);
}

.profile_name{
	font-size: 18px;
	font-weight: bold;
}

.profile_name span{
	font-size:1.3em;
}

.profile_text dl{
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
}

.profile_text dl dt{
	width: 3em;
}

.profile_text dl dd{
	width: calc(100% - 3em);
}

.profile_license{
	margin-top:30px;
}

.profile_license img{
	margin-bottom:10px;
}

.profile_recommend{
	width: 100%;
	max-width: 1050px;
	margin: 50px auto 0;
	background: #fff;
	border: 8px solid #ffe0dd;
	padding: 30px;
	box-sizing: border-box;
}

.recommend_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recommend_ttl{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #f78377;
	background: #f9f1f0;
	border-left: 15px solid #f78377;
	border-radius: 5px;
	padding: 7px 20px;
	margin-bottom: 30px;
}

.recommend_ttl span{
	font-size: 1.2em;
}

.recommend_img{
	order: 3;
}

.recommend_comment{
	width: calc(100% - 290px);
	margin-right: 40px;
	order: 2;
}

.recommend_memo {
	font-size: 0.9em;
}

/* スタッフ紹介 */
.staff_wrap{
	margin-top: 50px;
}

.staff_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 50px;
}

.staff_img{
	width: 277px;
}

.staff_img img{
	width: auto;
	max-width: 100%;
}

.staff_info{
	width: calc(100% - 307px);
	margin-left: 30px;
}

.staff_voice{
	background: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #f9a109;
	line-height: 1.5;
	position: relative;
}

.staff_voice:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	left: -27px;
	top: 14px;
}

.staff_name{
	font-size: 24px;
	font-weight: bold;
}

.staff_info dl{
	display: -webkit-flex;
	display: flex;
}

.staff_info dl dt{
	margin-right: 5px;
}


/* 選ばれる理由 */
.select_conts_wrap{
	counter-reset: selectnum;
}

.select_conts{
	margin-top: 80px;
	counter-increment: selectnum;
}

.select_conts:first-of-type{
	margin-top: 40px;
}

.select_ttl01{
	background: #ffc1bb;
	color: #fff;
	padding: 17px;
	border-radius: 5px;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 118px;
	line-height: 1.5;
}

.select_ttl01:before{
	content: "理由" counter(selectnum);
	background: #fff;
	padding: 5px 7px;
	border-radius: 5px;
	margin-right: 1em;
	margin-left: -88px;
	font-weight: bold;
	color: #f78377;
}

.select_conts .ttl06::before{
	content:url(../images/top/arrow_d.png);
	width:24px;
	height:26px;
	position: absolute;
	left: 0;
	top: -40px;
}

.select_conts_inline{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
}

.select_conts_lr{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.select_conts_rl{
	-webkit-flex-direction: row;
	flex-direction: row;
}


.select_conts_lr .select_img,
.select_conts_rl .select_img{
	width: 350px;
}

.select_img img{
	width: auto;
	max-width: 100%;
}

.select_conts_lr .select_text{
	width: calc(100% - 280px);
	margin-right: 30px;
}

.select_conts_rl .select_text{
	width: calc(100% - 280px);
	margin-left: 30px;
}

.select_text .bold{
	font-size:1.1em;
}

.select_conts_tb{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.select_conts_tb .select_img{
	margin-top: 30px;
	min-height: 0%;
}

.select_conts_tb .select_img ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.select_conts_tb .select_img ul li{
	margin-left: 30px;
	width: calc(100% / 3 - 20px);
}

.select_conts_tb .select_img ul li:first-child{
	margin-left: 0;
}

.certificate .select_img{
	width: 353px;
	max-width: 100%;
}

.certificate .select_text{
	width: calc(100% - 383px);
	margin-right: 30px;
}

.select_explanation{
	margin-top: 60px;
}

.explanation_ttl{
	font-size: 20px;
	font-weight: bold;
	color: #f78377;
	border-bottom: dotted 3px #f78377;
	margin-bottom: 30px;
}

.explanation_ttl:before{
	content: '';
	display: inline-block;
	background: #d0d544;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-right: 8px;
}

.explanation_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.explanation_text{
	width: calc(100% - 360px);
	margin-right: 60px;
}

.explanation_list{
	margin-top: 30px;
}

.explanation_list p{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px!important;
}

.explanation_list ul li{
	padding-left: 40px;
	line-height: 30px;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	counter-increment: num;
	position: relative;
}

.explanation_list ul li:last-child{
	margin-bottom: 0;
}

.explanation_list ul li:before{
	content: counter(num);
	font-size: 20px;
	font-family: 'GenjuuXP-bold';
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #f78377;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	top:0;
	left: 0;
}

.explanation_conts figure img{
	width: auto;
	max-width: 100%;
}

.select_tbl{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	line-height: 1.5;
	word-break: break-all;
}

.select_tbl thead tr{
	border: solid 1px #c5bdbb;
}

.select_tbl thead th{
	background: #f7f7f7;
	border-right: solid 1px #c5bdbb;
	padding: 0.5em 10px;
}

.select_tbl thead .this{
	color: #f78377;
	background: #ffe0dd;
}

.select_tbl tbody tr{
	border: solid 1px #c5bdbb;
	background: #fff;
}

.select_tbl tbody tr th{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #c5bdbb;
	width: 7em;
}

.select_tbl tbody tr td{
	font-size: 15px;
	border-right: solid 1px #c5bdbb;
	padding: 1em 10px;
	width: 30%;
}

.select_recommend{
	border: 3px solid #8dbd3e;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recommend_ttl01{
	font-size: 24px;
	font-weight: bold;
	color: #8dbd3e;
	border-bottom: 2px dashed;
	margin-bottom: 15px;
}

.recommend_voice{
	background: #8dbd3e;
	padding: 15px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	color: #fff;
	position: relative;
}

.recommend_voice:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right: 20px solid #8dbd3e;
	position: absolute;
	left: -30px;
	top: 10px;
}

.recommend_text{
	width: 100%;
	margin-top: 30px;
}


/* 施術時間について */
.service_time{
	width: calc(100% - 62px);
	max-width: 780px;
	margin: 0 auto;
	background:#e9f6ee;
	padding: 30px;
	border-radius: 10px;
	display:-webkit-flex;
	display:flex;
}

.service_time_img{
	width:90px;
}

.service_time_text{
	width: calc(100% - 90px);
	margin-left: 40px;
}

.service_time_ttl01{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #1ea955;
	margin-bottom: 15px !important;
	line-height: 1.5;
}

.service_time_text p{
	margin-bottom:0;
}

.service_time_conts{
	margin-top: 20px;
	color: #64cccb;
}

.service_time_conts:first-of-type{
	margin-top: 0;
}

.service_time_ttl02{
	font-size: 24px;
	font-weight: bold;
	color: #64cccb;
	letter-spacing: 0.04em;
	margin-bottom: 0 !important;
}


/* 治療の流れ */
.flow_conts_wrap{
	counter-reset: num;
}

.flow_conts{
	margin-top: 30px;
}

.flow_ttl01{
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
	color: #f78377;
	margin: 0 0 15px 50px;
	position: relative;
	border-bottom: solid 3px #f78377;
	padding-bottom: 3px;
}

.flow_ttl01:before{
	content: counter(num);
	counter-increment: num;
	font-size: 1.238em;
	line-height: 1.4;
	text-align: center;
	font-family: 'GenJuuXP-bold';
	font-weight: 700;
	margin-right: 20px;
	background-color: #f78377;
	color: #fff;
	width: 40px;
	position: absolute;
	top:0;
	left: -50px;
}

.flow_conts_inline{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 30px;
}

.flow_img{
	width: 100%;
	max-width: 310px;
}

.flow_text{
	width: calc(100% - 310px);
	margin-right: 30px
}


/*通院期間*/
.period_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.period_text{
	margin-right: 30px;
	width: calc(100% - 280px);
}

.period_img{
	margin:0 auto;
	text-align:center;
}

.period_img img{
	width: 100%;
	max-width: 250px;
}


/* 施術料金 */
.price_tbl,
.price_tbl tbody{
	display: block;
}

.price_tbl tr{
	display: -webkit-flex;
	display: flex;
	border: 1px solid #c5bdbb;
}

.price_tbl tr:not(:last-of-type){
	border-bottom: 0;
}

.price_tbl tr th{
	display: block;
	width: 20em;
	padding: 20px;
	text-align: center;
	background: #ffe0dd;
	border-right: 1px solid #c5bdbb;
	font-size: 18px;
}

.price_tbl tr th span{
	font-weight: normal;
}

.price_tbl tr td{
	display: block;
	width: calc(100% - 20em);
	padding: 20px;
	font-size: 18px;
}


/* 初回限定価格 */
.price_offer{
	margin-top: 50px;
}

.price_offer_text01{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #554a4a;
}

.price_offer_text01 span{
	display: inline-block;
	font-size: 32px;
	letter-spacing: -0.02em;
	position: relative;
	background: #d6dc33;
	border-radius: 10px;
	padding: 6px 25px;
	margin-bottom: 30px;
}

.price_offer_text01 span::after{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border-style: solid;
	border-width: 22px 10px 0 10px;
	border-color: #d6dc33 transparent transparent transparent;
}

.price_offer_limit01{
	margin-top: 40px;
	border-top: 2px solid #f78377;
	border-bottom: 2px solid #f78377;
	padding: 15px 0;
	font-size: 36px;
	font-weight: bold;
	color: #554a4a;
	text-align: center;
	line-height: 1.25;
}

.price_offer_limit01 span{
	font-size: 54px;
}

.price_offer_mainimg{
	margin: 40px auto 0;
	text-align: center;
}

.price_offer_mainimg img{
	width: auto;
	max-width: 100%;
}

.price_offer_limit02{
	font-size: 30px;
	font-weight: bold;
	color: #282624;
	text-align: center;
	line-height: 1.5;
	background: #fff5cc;
	display: block;
	width: calc(100% - 40px);
	padding: 20px;
	border-radius: 5px;
}

.member_num_close{
	text-decoration: line-through;
}

.member_num_limit{
	font-size: 1.5em;
	text-decoration: underline;
	color: #f73609;
}

.offer_conts_line{
	margin-top: 30px;
}

.offer_conts_line_pc img{
	width: auto;
	max-width: 100%;
}

.offer_conts_line_sp{
	display: none;
}


/* なぜ、初回は */
.conts_divide{
	margin: 40px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.conts_divide_l,
.conts_divide_r{
	width: 47.5%;
	background: #fff;
	border-radius: 10px 10px 0 0;
}

.conts_divide_ttl{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #1ea955;
	padding: 10px 20px;
	border-radius: 10px 10px 0 0;
}

.conts_divide_text{
	padding: 20px;
}

.conts_divide_false li{
	background: url("../images/top/ico_false.png") no-repeat left 4px;
	padding-left: 30px;
	margin-bottom: 12px;
}

.conts_divide_false li:last-child{
	margin-bottom: 0;
}

.conts_divide_true li{
	background: url("../images/top/ico_true.png") no-repeat left 4px;
	padding-left: 30px;
	margin-bottom: 12px;
}

.conts_divide_true li:last-child{
	margin-bottom: 0;
}

.first_recall{
	margin-top: 50px;
}


/* 来院特典 */
.specialgift li{
	width: 100%;
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
}

.specialgift li figure img{
	width:auto;
	max-width:100%;
	margin:0 auto;
}

.specialgift_text{
	margin-left: 40px;
}

.spesialgift_ttl01{
	margin-bottom: 0;
}

.specialgift_ttl01 img{
	vertical-align: bottom;
}

.specialgift_ttl02{
	font-size: 27px;
	font-weight: bold;
	line-height: 1.5;
	color: #f78377;
	display: block;
	margin: 20px 0;
}


/* オファー */
.offer_conts01_ttl{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	display: block;
}

.offer_conts01_ttl span{
	position:relative;
}

.offer_conts01_ttl span::before{
	content:'';
	display:block;
	width:68px;
	height:114px;
	background: url(../images/top/offer_ttl_l.png) left center no-repeat;
	position:absolute;
	top:5%;
	left:-15%;
}

.offer_conts01_ttl span::after{
	content:'';
	display:block;
	width:68px;
	height:114px;
	background:url(../images/top/offer_ttl_r.png) right center no-repeat;
	position:absolute;
	top:5%;
	right:-15%;
}

.offer_conts01_img{
	margin: 30px auto;
	text-align: center;
	width:100%;
}

.offer_conts01_img img{
	width: auto;
	max-width: 100%;
}

.offer_conts02{
	width: calc(100% - 42px);
	background: #fff;
	color: #282624;
	padding: 10px 20px;
	margin: 30px auto;
}

.offer_conts02 p{
	font-size: 42px;
	color: #282624;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.offer_conts02 p span{
	font-size: 1.3em;
	color: #f73609;
}

.offer_conts03_pc,
.offer_conts03_img{
	position: relative;
}

.offer_conts03_sp{
	display: none;
}

.offer_conts03_img img{
	width: auto;
	max-width: 100%;
}

.offer_telbtn{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	position: absolute;
	bottom: 9%;
	right: 4.7%;
}

.offer_telbtn{
	width: 60%;
}

.offer_telbtn img{
	width: auto;
	vertical-align: bottom;
	max-width: 100%;
}

.offer_conts04{
	color: #fff;
	margin-top: 30px;
}

.offer_conts04 p{
	font-size: 13px;
	line-height: 2;
	margin-bottom: 0;
}


/* 施術メニュー */
.menulist_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	margin-top: 50px;
}

.menulist_conts:first-of-type{
	margin-top: 0;
}

.menulist_img{
	width: 200px;
}

.menulist_text{
	width: calc(100% - 230px);
	margin-left: 30px;
}


/* 院の紹介 */
.info-gaikan{
	margin: 30px 0 50px;
}

.info-gaikan ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.info-gaikan ul li{
	width: calc(100% - 25px);
	margin-right: 50px;
}

.info-gaikan ul li:last-child{
	margin-right: 0;
}

.info-gaikan ul li img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.info-naikan{
	margin-top: 30px;
}

.info-naikan ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.info-naikan ul li{
	width: calc(100% / 3);
	max-width: 330px;
	margin-right: 30px;
}

.info-naikan ul li:last-child{
	margin-right: 0;
}

.info-naikan ul li figure{
	margin-bottom: 10px;
}

.info-naikan ul li figure img{
	width: auto;
	max-width: 100%;
}

.info-naikan ul li p{
	line-height: 1.8;
}


/* アクセス */
.access_info_wrap{
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.access_map{
	width: 100%;
	max-width: 540px;
}

.access_map iframe{
	width: 540px;
	height: 395px;
}

.access_mapinfo{
	width: calc(100% - 540px);
	margin-left: 50px;
}

.access_map_conts{
	margin-bottom: 20px;
}

.access_map_conts p{
	margin-bottom: 0;
}

.access_mapinfo dl{
	display: -webkit-flex;
	display: flex;
}

.access_mapinfo dl dt{
	width: 5em;
}

.access_mapinfo dl dd{
	width: calc(100% - 5em);
}

.access_map_ttl01{
	font-size: 15px;
	font-weight: bold;
}

.access_route{
	margin-top: 50px;
}


.access_routelist{
	margin-top: 40px;
	counter-reset: guidenum;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.access_routelist li{
	width: calc(100% / 3 - 50px);
	max-width: 300px;
	position: relative;
	margin-bottom: 25px;
	text-align: center;
	vertical-align: top;
	margin-left: 75px;
}

.access_routelist li:nth-child(3n+1){
	margin-left: 0;
}


.access_routelist li:before {
	content: url("../images/top/arrow_r.png");
	width:26px;
	height:24px;
	position: absolute;
	left: -49px;
	top: 36%;
}

.access_routelist li:first-child:before,
.access_routelist li:nth-child(3n+1):before{
	content: none;
}

.access_routelist li img{
	width: auto;
	max-width: 100%;
}

.access_routelist_text{
	line-height: 1.5;
	margin: 10px 0 0 2em;
	text-align: left;
}

.access_routelist_text:before{
	color: #f78377;
	content: counter(guidenum) ".";
	counter-increment: guidenum;
	font-size: 24px;
	font-family: 'GenJuuXP-bold';
	font-weight: 700;
	line-height: 1;
	margin-left: -1.25em;
	padding:0 8px 0 0;
}


/* よくある質問 */
.faq_conts{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 20px;
}

.faq_ttl{
	color: #ee600a;
	font-size:18px;
	font-weight: bold;
	line-height:30px;
	padding-left:60px;
	position:relative;
	margin-bottom:25px;
}

.faq_ttl::before{
	content:'';
	background:url(../images/top/ico_q.png) left center no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	top:-5px;
	left:0;
}

.faq_text{
	padding-left:60px;
	position:relative;
}

.faq_text::before{
	content:'';
	background:url(../images/top/ico_a.png) left center no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	top:-5px;
	left:0;
}


/* 最後に... */
.last_conts_wrap{
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}

.last_conts_img{
	margin: 0 40px 40px 0;
}

.last_conts_img img{
	width: auto;
	max-width: 100%;
}

.last_conts_text{
	width: calc(100% - 310px);
}

.last_choice{
	font-size: 18px;
	margin-bottom:30px;
}

.last_choice_ttl{
	font-size: 25px;
	font-weight: 700;
	line-height: 1.4;
	color: #f78377;
}

.last_example{
	margin: 0 0 30px;
}

.last_example_ttl{
	font-size: 18px;
	font-weight: bold;
}

.last_example_ttlsub{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	background: #f67b44;
	padding: 0 10px;
	margin: 10px 0;
}

.last_example p{
	margin-bottom: 0;
}

.last_catch{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 15px 30px;
	background: #fff;
	border: solid 5px #ffe0dd;
	border-radius: 10px;
	margin: 0 auto;
}

.last_memo{
	display: block;
	width: 100%;
	font-size: 0.9em;
	text-align: center;
}

/* pagetop */
#pagetop{
	position: absolute;
	bottom: 10px;
	right: 2.5%;
	line-height: 0;
}

#pagetop img{
	width: auto;
	max-width: 100%;
}


/*下層ページ
----------------------------------------------------*/
#breadcrumb{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 5px auto 0;
}

#breadcrumb ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#breadcrumb ul li{
	font-size: 13px;
}

#breadcrumb ul li:before{
	content: ">";
	margin: 0 5px;
}

#breadcrumb ul li:first-child:before{
	content: none;
}


.contact_tel,
.contact_mail{
	margin-top: 40px;
}

.contact_tel p{
	margin-bottom: 5px;
}

.contact_telnum a{
	font-family: 'GenJuuXP-bold';
	font-size: 2em;
	font-weight: bold;
	line-height: 1;
}

.contact_tel dl{
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
}

.contact_tel dl dt{
	width: 5.5em;
}

.contact_tel dl dd{
	width: calc(100% - 5.5em);
}

.contact_form{
	width: calc(100% - 80px);
	background: #f9f1f0;
	padding: 30px 40px;
	margin-top: 40px;
}


.form_tbl tr{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-bottom: 20px;
	border-bottom: 2px dotted #c5bdbb;
	margin-bottom: 20px;
}

.form_tbl tr th{
	width: 100%;
	display: block;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 5px;
}

.form_tbl tr td{
	width: 100%;
	display: block;
}

.form_tbl tr td input{
	font-size: 17px !important;
}

.required{
	background: #f78377;
	padding: 0 5px;
	font-size: 0.8em;
	color: #fff;
	margin-left: 10px;
	display: inline-block;
}


.form_name{
	display: block;
	width: 100%;
	max-width: 25em;
}

.form_mail{
	display: block;
	width: 100%;
	max-width: 30em;
}

.form_tel{
	display: block;
	width: 100%;
	max-width: 10em;
}

.form_reserve01,
.form_reserve02,
.form_reserve03{
	width: 100%;
	max-width: 20em;
}

.form_textarea{
	display: block;
	width: 100%;
	min-height: 200px;
}

.form_confirm{
	font-size: 16px;
	text-align: center;
}

.form_submit{
	margin-top: 15px;
	text-align: center;
}

.form_submit input{
	width: 100%;
	max-width: 500px;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 25px;
	font-weight: bold;
	color: #554a4a;
	letter-spacing: 0.05em;
	border: none;
	background: #d6dc33;
	border-radius: 100px;
	-webkit-appearance: none;
	box-shadow: 0 4px 0 0 #c0c62e;
}

.form_submit input[disabled]{
	background: #ccc;
	box-shadow: 0 4px 0 0 #999;
}


/*wordpress
----------------------------------------------------*/
.blog_conts{
	width: 95%;
	max-width: 1050px;
	padding: 20px 2.5%;
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog_main{
	width: calc(80% - 71px);
}

.single_date{
	background: #d0d544 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 1px 10px;
}

.s_ttl01{
	color: #f78377;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	margin: 15px 0;
	text-align: left;
}

.blog_cat{
	border-bottom: 1px dashed #c5bdbb;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


.blog_side{
	width: 20%;
	max-width: 250px;
	border-left: 1px solid #c5bdbb;
	padding-left: 35px;
	margin-left: 35px;
}

.side_blog_ttl{
	color: #554a4a;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px !important;
}

.blog_single p{
	margin-bottom: 15px;
}

.blog_single img{
	width: auto;
	max-width: 100%;
	height: 100%;
}

.blog_single .single_date{
	margin-bottom: 0;
}

.single_ttl{
	color: #f78377;	
	font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    margin:0;
    text-align: left;
	border: solid 1px #f78377;
	background: #fff;
border-radius: 6px;  
-webkit-border-radius:6px; 
-moz-border-radius:6px; 
	padding: 2%;
}

.single_cat{
	padding-bottom: 20px;
	border-bottom: 1px dashed #c5bdbb;
	margin-bottom: 40px;
	line-height: 1;
}

.single_cat p{
	float: left;
}

.blog_single h3{
	border-left: 10px solid #f78377;
	border-bottom: 1px solid #f78377;
	font-size: 1.6em;
	font-weight: bold;
	color: #554a4a;
	margin: 50px auto 25px;
	padding: 10px 0 10px 15px;
}

.blog_single h4{
	border-bottom: 1px dashed #ffc1bb;
	font-size: 1.4em;
	font-weight: bold;
	color: #f78377;
	margin: 30px auto 15px;
	padding-bottom: 5px;
}

.blog_single ul{
	background: #fff4f3 none repeat scroll 0 0;
    border: 1px solid #f78377;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 15px;
}

.blog_single li{
	background: url("../images/top/ico_list01.png") no-repeat left top;
	border-bottom: 1px dashed;
	font-size: 20px;
    line-height: 1.7;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 38px;
}

.blog_single p {
	margin-bottom: 20px;
}

.wp-pagenavi{
	text-align: center;
}

.side_menu{
	margin-bottom: 30px;
}

.side_menu ul{
	border-top: 2px solid #f78377;
	border-bottom: 1px solid #c5bdbb;
	padding: 5px 10px;
}

.side_menu li{
	border-bottom: 1px dashed #c5bdbb;
	margin-top: 8px;
	padding-bottom: 5px;
	padding-left: 1.3em;
	line-height: 1.6;
}

.side_menu li:before{
	content: url("../images/common/ico01.png");
	margin-left: -1.3em;
	margin-right: 5px;
	padding-top: 2px;
	vertical-align: middle;
}

.side_menu li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.side_menu li a{
	text-decoration: none;
}

.blog_single img.alignright{
	float: right;
	margin-left: 10px;
}

.blog_single img.alignleft{
	float: left;
		margin-right: 10px;
}



/*フッター
----------------------------------------------------*/

#sp_pagebtm{
	display: block;
	width: 100%;
	line-height: 0;
	opacity: 1;
	position: fixed;
	left: 0;
	bottom: -200px;
	transition: all 0.4s linear 0s;
}

.sp_pagebtm_wrap{
	background: rgba(255,255,255,0.6);
	width: 95%;
	padding: 2.5vw 2.5%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.sp_btm_tel{
	margin-right: 10px;
	width: 54%;
}

.sp_btm_tel img{
	width: 100%;
	max-width: 390px;
	height: auto;
}

.sp_btm_line{
	width: 44%;
}

.sp_btm_line img{
	width: 100%;
	max-width: 320px;
	height: auto;
}

#footer{
	border-top: 6px solid #fff;
	background: #f7f7f7;
}

.f_wrap{
	width: 95%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 40px 2.5%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.f_conts_l{
	font-size: 13px;
	color: #968a8a;
	line-height: 1.5;
}

.f_logo{
	margin-bottom: 20px;
}

.f_logo img{
	width: auto;
	max-width: 100%;
	height: auto;
	min-height: 40px;
}

.f_logo a:hover{
	opacity: 1;
}

.f_conts_l dl{
	display: -webkit-flex;
	display: flex;
	margin-bottom: 5px;
}

.f_conts_l dl dt{
	width: 5em;
}

.f_conts_l dl dd{
	width: calc(100% - 6em);
}

.f_storelist{
	display: flex;
	flex-wrap: wrap;
}

.f_storelist li:after{
	content: "/";
	margin: 0 8px;
}

.f_storelist li:last-of-type:after{
	content: none;
	margin: 0;
}

.f_conts_r{
	display: -webkit-flex;
	display: flex;
	font-size:13px;
}

.f_conts_r dl {
	margin-left: 50px;
}

.f_conts_r dl dt{
	font-size: 14px;
	font-weight: bold;
	color: #968a8a;
}

.f_conts_r dl dd a{
	background: url("../images/common/ico01.png") no-repeat left 3px;
	padding-left: 20px;
	color: #968a8a;
	text-decoration: none;
}

.f_btm{
	border-top: 1px dashed #eecac7;
	margin-top: 16px;
	padding: 24px 0 40px;

	width: 95%;
	max-width: 1050px;
	margin: 0 auto;
}

.f_sns img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.f_cr{
	width: 100%;
	font-size: 13px;
	color: #968a8a;
	background: #ffe0dd;
	text-align: center;
	padding: 5px 0;
}

.insta_bnr{
	margin-top: 32px;
}

.insta_bnr p{
	text-align: center;
}

.insta_bnr p img{
	width: auto;
	max-width: 100%;
	height: auto;
}