@charset "utf-8";

/*基本設定
----------------------------------------------------*/

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

html {   
		overflow-y:scroll;   
}  


a {
		color:#00aaa6;
		text-decoration:underline;
}

a:hover {
		color:#00aaa6;
		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:#e00;
}


/*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;
}

.text_ul01{
		font-weight: bold;
		color: #ed7514;
		text-decoration: underline;
}

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

.strong01{
	font-size: 1.4em;
	font-weight: bold;
}

.strong02{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

.point01{
	font-size: 1.3em;
	font-weight: bold;
}


/*ヘッダー
----------------------------------------------------*/
#header{
	border-top: 15px solid #164a95;
	border-bottom: 3px solid #164a95;
}

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

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

.h_copy h1{
	font-size: 12px;
	line-height: 1.5;
}

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

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

.h_tel{
	margin-top: 3px;
}

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

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

.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{
	display: block;
	background: #ed7514;
	color: #fff;
	padding: 10px 25px;
	
	text-align: center;
	border-radius: 5px;	
	line-height: 1;
	
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;

}

.h_contact_btn a img{
	margin-right: 10px;
	vertical-align: sub;
}

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

.h_access{
	background: url("../images/common/h_access.png") no-repeat left center;
	padding: 2px 0 0 25px;
	margin-top: 0px;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

#sp_head{
	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 #164a95;
	
	text-align: center;
	padding: 5px 0;
}

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

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



/*ナビ
----------------------------------------------------*/
#scroll_menu{
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #000;
	padding: 15px 0;
	height: 59px;
	
	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: 100%;
	max-width: 150px;
}

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

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

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


/*main-image
----------------------------------------------------*/

#mainimage{
	background: #f1f7ff url("../images/top/bg_mainimage.png") no-repeat 80% 20%;
	background-size: cover;
	width: 100%;
	max-height: 855px;
}

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

#mainimage p img{
	width: 100%;
	max-width: 1250px;
}

.mainimage_sp{
	display: none;
}

/*top_ekiten_conts
----------------------------------------------------*/
.top_ekiten_conts{
	padding: 20px 0 30px !important;
}


/*catchcopy_conts
----------------------------------------------------*/
#catchcopy_conts{
	width: 100%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.cc01,
.cc02,
.cc03_conts,
.cc04{
	padding: 50px 0;
	color: #fff;
}

.cc01_wrap,
.cc02_wrap,
.cc03_wrap,
.cc04_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 0 auto;
}

.cc01{
	font-size: 23px;
	line-height: 1.7;
	
	background: #164a95 url("../images/top/bg_cc01.png") no-repeat right center;
	background-size: cover;
}

.cc01_text01,
.cc01_text02{
	margin-bottom: 25px;
}

.cc01_text01 span,
.cc01_text02 span{
	font-size: 1.5em;
	text-decoration: underline;
	font-weight: bold;
}

.cc01_btn a{
	display: inline-block;
	
	color: #fff;
	border: 1px solid #fff;
	padding: 13px 40px 13px 15px;
	
	font-size: 16px;
	font-weight: bold;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	text-decoration: none;

	position: relative;
}

.cc01_btn a img{
	width: 10px;
	height: 12px;
	
	position: absolute;
	right: 15px;
	top: calc(50% - 6px);
}


.cc02{
	font-size: 23px;
	line-height: 1.7;
	
	background: #32a7a3 url("../images/top/bg_cc02.png") no-repeat right center;
	background-size: cover;
}

.cc02_wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}

.cc02_ttl{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}

.cc02_text p{
	font-size: 16px;
	line-height: 2;
}


.cc02_img{
	margin-left: 50px;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	
	position: relative;
	bottom: -50px;
	
}

.cc02_img figure{
	position: relative;
	bottom: 0;
}


.cc03_head{
	background: #d4f939;
	padding: 30px 0;
	text-align: center;
}

.cc03_ttl01{
	font-size: 48px;
	font-weight: bold;
	color: #222;
	text-align: center;
	line-height: 1;
}

.cc03_conts{
	background: #164a95 url("../images/top/bg_cc03.png") no-repeat center top;
	background-size: cover;
	
	position: relative;
}

.cc03_conts:before{
	content: "";
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	
	width: 0;
	height: 0;
	
	border-right: 30px solid transparent;
	border-top: 30px solid #d4f939;
	border-left: 30px solid transparent; 
	
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	
	margin: 0 auto;
	text-align: center;
}

.cc03_wrap{
	font-size: 18px;
	line-height: 2;
	text-align: center;
}

.cc03_text01{
	margin-top: 20px;
}

.cc03_img{
	margin: 50px auto;
}

.cc03_ttl02{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 40px;
}

.cc03_ttl02 span{
	height: 100%;
	position: relative;
}

.cc03_ttl02 span:before{
	content: "";
	display: block;
	width: 4px;
	height: 10vw;
	max-height: 110px;
	background: #fff;
	
	position: absolute;
	left: -50px;
	top: 0;
	
	transform: rotate(-10deg);
}

.cc03_ttl02 span:after{
	content: "";
	display: block;
	width: 4px;
	height: 10vw;
	max-height: 110px;
	background: #fff;
	
	position: absolute;
	right: -50px;
	top: 0;
	
	transform: rotate(10deg);
}

.cc03_img_ba{
	position: relative;
}

.cc03_img_ba ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.cc03_img_ba ul li{
	margin: 0 25px;
}

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

.cc03_img_ba ul li p{
	margin-top: 10px;
	font-size: 20px;
}

.cc03_img_ba_arrow{
	position: absolute;
	top: calc(50% - 93px);
	left: 0;
	right: 0;
}

.cc03_img_ba_arrow img{
	width: 15vw;
	max-width: 174px;
}

.cc03_text02{
	margin: 40px auto;
}

.cc03_text02 strong{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
}


.cc04{
	font-size: 23px;
	line-height: 1.7;
	
	background: #dffe60 url("../images/top/bg_cc04.png") no-repeat right center;
	background-size: cover;
	
	color: #222;
}

.cc04_wrap{
	font-size: 18px;
	line-height: 2.2;
	text-align: center;
}

.cc04_ttl{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
}

.cc04_text01 span{
	font-size: 1.4em;
	color: #222;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	  position: relative;
  	padding-bottom: 0em;
	border-bottom: dashed 1px #000;
}


.cc04_text01{
	line-height: 2.4;
	font-size: 1.1em;
	font-weight: bold;
}


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

.bg_skyblue{
	background: #deebeb;
}

.bg_blue{
	background: #f1f7ff;
}

.bg_markergreen{
	background: #d4f939;
}

.mintblue{
	background: #00aaa6;
}

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

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

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

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

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

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

.ttl02_sub{
	border: 1px solid #453f39;
	border-left: none;
	border-right: none;
	padding: 10px 0;
	
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #453f39;
}

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

.ttl04{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #fff;
	background: #22539a;
	border-radius: 5px;
	width: calc(100% - 40px);
	padding: 10px 20px;
	margin-bottom: 10px;
}

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

/* メディアに掲載されています */
.mediaimg_pc{
	text-align: center;
	line-height: 0;
	margin-bottom: 50px;
}

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

.media_text{
	margin-top: 30px;
	color: #fff;
	text-align: center;
}

.media_text p{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	line-height: 1.8;
}

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


/* 患者様の声　一番上 */
.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: #164a95;
	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: #164a95;	
	line-height: 1;	
	margin-right: 5px;	
	margin-left: -20px;
}


/* あなたは、こんな悩みはありませんか？ */
.nayami_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	margin-top: 35px;
	border-bottom: 1px solid;
	margin-bottom: 40px;
}

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

.nayami_img img{
	width: 100%;
}

.nayami_list{
	margin-bottom: 30px;
}

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

.nayami_ttl01{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

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

.nayami_conts02_img{
	margin-bottom: 30px;
}

.nayami_conts02_img li{
	margin: 0 10px 0 0;
}

.nayami_conts02_img li:last-child{
	margin-right: 0;
}

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


/*その悩み、当院にお任せください*/
.omakase_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.omakase_img{
	width: 250px;
}

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

.omakase_text{
	margin-left: 40px;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	
	position: relative;
}

.omakase_text:before{
	content: "";
	display: block;
	
	width: 0;
	height: 0;
	
	border-right: 20px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent; 
	
	
	position: absolute;
	top: 95px;
	left: -20px;
	
	margin: 0 auto;
	text-align: center;
}


/* 患者様の声 */
.voice_ttl01{
	background: #164a95 url("../images/top/icon_voice.png") no-repeat 20px 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 20px 20px 80px;
	border-radius: 10px;
	margin-bottom: 20px;
}

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

.voice_athlete_text{
	
}

.voice_athlete_img{
	width: 60vw;
	max-width: 450px;
	margin-left: 50px;
}

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

.voice_list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	margin-top: 50px;
}

.voice_conts{
	width: calc(50% - 20px);
	max-width: 495px;
	box-shadow: 0 1px 5px #ddd;
	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: #164a95;
	padding: 15px;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.voice_img{
	margin-bottom: 10px;
}

.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: #164a95;
	padding: 10px 15px 10px 35px;
	border-radius: 5px;
	margin-bottom: 10px;
	line-height: 1.8;
	color: #fff;
}

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

.voice_text p{
	padding: 0 15px 15px;
	margin-bottom: 0;
}

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

div.kj {
	margin:30px 0;
}

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


/* 推薦文 */
.recommend_ttl01{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 30px;
}

.recommend_ttl01 .recommend_wrap {
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

.recommend_ttl01 .recommend_wrap:before{
	background: rgba(0, 0, 0, 0) url("../images/top/reco_ttl_l.png") no-repeat scroll left top;
    content: "";
    display: block;
    height: 111px;
    left: -70px;
    position: absolute;
    top: 0;
    width: 40px;
}

.recommend_ttl01 .recommend_wrap:after {
    background: rgba(0, 0, 0, 0) url("../images/top/reco_ttl_r.png") no-repeat scroll left top;
    content: "";
    display: block;
    height: 111px;
    position: absolute;
    right: -70px;
    top: 0;
    width: 41px;
}

.recommend_ttl01 strong{
	color: #fb1e1e;
}

.recommend_ttl01 .br{
	display: block;
}

.recommend_conts{
	margin-bottom: 50px;
}

.recommend_voice{
	border: 10px solid #a5b7cf;
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	
	display: -webkit-flex;
	display: flex;
	
	margin-bottom: 30px;
}

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

.recommend_img{
	width: 100%;
	max-width: 284px;
	margin-right: 30px;
}



.recommend_img figure img{
	width: auto;
	max-width: 100%;
	margin-bottom: 15px;
}

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

.recommend_text{
	width: calc(100% - 314px);
}

.recommend_text_profile{
	margin-bottom: 15px;
	border-bottom: 1px solid #164a95;
}

.recommend_text_profile p{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
}

.reco_profile{
	color: #164a95;
}

.reco_profile span{
	font-size: 1.4em;
	color: #333;
}

.reco_profile_sub{
	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	font-size: 15px !important;
	font-weight: normal;
	color: #333;
}

.reco_profile_sub li:before{
	width: 8px;
	height: 8px;
	background: #164a95;
	border-radius: 100px;
	
	content: "";
	display: block;
	
	position: absolute;
	left: 0;
	top: 10px;
}

.reco_profile_sub li{
	padding-left: 12px;
	margin-right: 20px;
	
	position: relative;
}



/* 院長プロフィール */
.profile_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;
}

.profile_img{
	width: 312px;
	margin-left: 50px;
}

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

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

.profile_name{
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #453f39;
	text-align: center;
}


/* 施術時間について */
.service_time{
	
	width: calc(100% - 62px);
	max-width: 1080px;
	margin: 0 auto;
	border: 1px solid #64cccb;

	padding: 30px;
	border-radius: 5px;
}

.service_time_wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.service_time_text{
	margin-left: 30px;
}

.service_time_ttl01{
	display: block;
	font-size: 32px;
	font-weight: bold;
	color: #64cccb;
	text-decoration: underline;
	letter-spacing: 0.04em;
	margin-bottom: 20px !important;
	line-height: 1.5;
	text-align: center;
}

.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: 50px;
	padding: 20px;
	background: url("../images/top/bg_flow.png") repeat left top;
	
	position: relative;
	z-index: 2;
}

.flow_conts:before{
	content: "";
	display: block;
	width: 13px;
	height: 50px;
	
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	z-index: 1;
	
	margin: 0 auto;
	background: #4775b8;
}

.flow_conts:first-of-type:before{
	content: none;
}

.flow_conts_outline{
	padding: 30px;
	background: #fff;
	
	position: relative;
	z-index: 3;
}

.flow_ttl01{
	font-size: 28px;
	font-weight: bold;
	color: #164a95;
	letter-spacing: 0.04em;
	
	position: relative;
}

.flow_ttl01:before{
	content: "step" counter(num);
	counter-increment: num;
	
	font-size: 1.2em;
	font-style: italic;
	margin-right: 5px;
	
	position: absolute;
	top: -60px;
	padding: 0 15px;
	background: #fff;
}

.flow_ttl01:after{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	
	position: absolute;
	bottom: -10px;
	border-bottom: 3px solid #164a95;
}

.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: 314px;
}

.flow_img figure{
	margin-bottom: 20px;
}

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

.flow_strongconts{
	border-top: 1px solid #64cccb;
	padding-top: 25px;
}

.flow_strongpoint{
	text-align: center;
	margin-top: 40px;
}

.flow_strongpoint p{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.2;
	color: #64cccb;
}


/*選ばれる８つの理由*/

.select_conts_wrap{
	counter-reset: selectnum;
}

.select_conts{
	margin-top: 50px;
	counter-increment: selectnum;
	
	background: #fff;
	border-radius: 5px;
}

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

.select_ttl01{
	background: #004c9f;
    color: #fff;
    padding: 17px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 30px;
    font-size: 20px;
    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: #004c9f;
}

.select_conts_inline{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	padding: 0 20px 40px;
	
}

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

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


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

.select_img img{
	width: 100%;
}

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

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



/* 施術料金・初回特別割引 */
.price_tbl{
	margin-bottom: 10px;
}

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

.price_tbl tr{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	
	border-top: 1px solid #e7e7e7;
}

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

.price_tbl tr th{
	display: block;
	width: 15em;
	padding: 40px 20px;
	text-align: center;	
	font-weight: bold;
	background: #164a95;
	color: #fff;
	
	font-size: 16px;
	line-height: 1.7;
}

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

.price_tbl tr td span{
	font-size: 1.2em;
}

.price_offer{
	margin-top: 50px;
}

.price_offer_text01{
	font-size: 35px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #453f39;
}

.price_offer_text01 span{
	background: linear-gradient(transparent 60%, #ffef00 60%);
}

.price_offer_limit01{
	margin-top: 40px;
	
	border-top: 1px solid #453f39;
	border-bottom: 1px solid #453f39;
	padding: 25px 0 15px;
}

.price_offer_limit01 p{
	font-size: 30px;
	font-weight: bold;
	color: #453f39;
	text-align: center;
	line-height: 1.5;
}

.price_offer_limit01 span.limitday{
	font-size: 45px;
	display: block;
	margin-top: 10px;
}

.price_offer_limit01 span{
	font-size: 55px;
	color: #fb1e1e;
	line-height: 1.3;
}

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

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

.price_offer_limit02{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	
	background: #f0f7ff;
	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: #fa3e25;
}

.price_repeat{
	margin-top: 90px;
}

.price_repeat_ttl{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.price_dl{
	display: -webkit-flex;
	display: flex;
	margin-bottom: 3px;
}

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


.price_dl dt{
	width: 5em;
}

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

/* 何故、初回は3,980円なのか？ */
.conts_divide{
	margin: 40px auto 0;
	
	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;
	color: #fff;
	background: #004c9f;
	padding: 10px 20px;
	border-radius: 10px 10px 0 0;
}

.conts_divide_text{
	padding: 20px;
}

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

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

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

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


/*さらに、以下の３つの来院特典をお付けしています！*/
.specialgift_conts_wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-around;
	justify-content:space-around;
	
	margin-top: 40px;
}


.specialgift_conts{
	width: 100%;
	max-width: 250px;
	margin-right: 30px;
}

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

.specialgift_conts figure{
	margin: 20px auto;
}

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

.specialgift_conts p{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.special_gift_text{
	margin-left: 40px;
	font-size: 20px;
}

.gift_ttl01{
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #164a95;
	
	text-align: center;
	
	
	position: relative;
}

.gift_ttl01 span{
	display: inline;
	position: relative;
	line-height: 1.5;
}

.gift_ttl01 span:before{
	content: "";
	display: block;
	width: 2px;
	height: 40px;
	background: #164a95;
	
	position: absolute;
	left: -25px;
	top: 6px;
	
	transform: rotate(-10deg);
}


.gift_ttl01 span:after{
	content: "";
	display: block;
	width: 2px;
	height: 40px;
	background: #164a95;
	
	position: absolute;
	right: -25px;
	top: 6px;
	
	transform: rotate(10deg);
	
}

.gift_ttl02{
	font-size: 30px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5;
	color: #64cccb;
	display: block;
	margin: 10px 0;
}



/* オファー */
.offer_mainttl{
	margin-bottom: 30px;
}

.offer_conts01{

}

.offer_ttl01{
	font-size: 54px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.4;
	text-align: center;
	color: #fff;
		
	display: block;
}

.offer_ttl01 span{
	font-size: 0.8em;
	display: block;
}

.offer_conts_ttl01{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 0.04em;
}

.offer_conts01_img{
	margin: 30px auto;
	text-align: center;
	display: block;
}

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

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

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

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


.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: center;
	justify-content: center;
	
	position: absolute;
	bottom: 1vw;
	left: 0;
	right: 0;
}

.offer_telbtn a:hover{
	opacity: 0.9;
}

.offer_telbtn{
	width: 100%;
}

.offer_telbtn img{
	width: auto;
	max-width: 90vw;
}

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

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

.offer_conts_line {
	margin-top: 20px;
}

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

.offer_conts_line_sp {
	display: none;
}


/* 麻痺改善専用サイトリンク */
.frc_conts_wrap{
	padding: 20px 0 30px !important;
}

.frc_conts{
	width: 95%;
	padding: 0 2.5%;
	margin: 0 auto;
	text-align: center;
}

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

.frc_pc{
	display: block;
}

.frc_sp{
	display: none;
}



/* アクセス */
.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: 560px;
}

.access_map iframe {
  width: 560px;
  height: 395px;
  border: none;
}

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

.access_map a{
	color: #000;
}


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

.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_root{
	padding-top: 20px;
}

.access_list{
	margin-bottom: 30px;
}

.access_list ul{
	display: -webkit-flex;
	display: flex;
}

.access_list ul li{
	width: calc(100% / 4 - 1px);
	border-right: 2px solid #fff;
}

.access_list ul li:last-child{
	border-right: none;
}

.access_list ul li a{
	display: block;
	background: #00aaa6;
	color: #fff;
	text-align: center;
	
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
	text-decoration: none;
}

.access_list li a img{
	margin-right: 10px;
}




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

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

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


.access_rootlist li:before {
    content: url("../images/top/access_arrow.png");
    left: -75px;
    position: absolute;
    top: 25%;
}

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

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

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

.access_rootlist_text:before{
	color: #164a95;
	content: counter(guidenum) ".";
	counter-increment: guidenum;
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	margin-left: -1.5em;
	padding: 0 6px;
}


/* 最後に... */
.bg_last{
	background: #f1f7ff url("../images/top/bg_last.png") no-repeat left top;
	background-size: cover;
}

.last_catch_conts{
	margin-bottom: 40px;
}

.last_catch_ttl{
	font-size: 25px;
	font-weight: bold;
	color: #453f39;
}

/* trialbtn */
#trialbtn{
	display: block;
	
	position: absolute;
	top: 300px;
	right: 0;
	
	z-index: 9999;
}

#trialbtn img{
	width: auto;
	max-width: 110px;
}

/*
#sp_trialbtn{
	display: none;
	
	width: 95%;
	padding: 5px 2.5% 10px;
	background: #ed7514;
	
	position: fixed;
	bottom: -80px;
	z-index: 999;
	
	transition: bottom 0.1s linear 0s;
}

#sp_trialbtn p{
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	
	font-size: 13px;
}

#sp_trialbtn p span{
	font-size: 1.4em;
}

#sp_trialbtn p.sp_trialbtn_link a{

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

	background: #fff;
	color: #ed7514;
	padding: 3px 0;
	
	margin-top: 5px;
	border-radius: 5px;

	text-decoration: none;
}


#sp_trialbtn p.sp_trialbtn_link a img{
	width: 20px;
	margin-right: 5px;
	
	position: relative;
	top: -2px;
}
*/

#sp_pagebtm{
	display: none;
}

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

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

.sp_pagebtm-tel {
  margin-right: 5px;
}

.sp_pagebtm-tel img {
  width: 100%;
  max-width: 270px;
  height: auto;
}

.sp_pagebtm-mail {
  margin-right: 5px;
}

.sp_pagebtm-mail img {
  width: 100%;
  max-width: 212px;
  height: auto;
}

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


/*下層ページ
----------------------------------------------------*/
#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 !important;
}

.contact_telnum a{
	font-size: 1.5em;
	font-weight: bold;
	color: #164a95;
}

.contact_form{
	width: calc(100% - 80px);
	background: #f1f7ff;
	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: 1px dashed;
	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: #fa3e25;
	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: #fff;
	letter-spacing: 0.05em;
	border: none;
	background: #164a95;
	border-radius: 100px;
	-webkit-appearance: none;
}

.form_submit input[disabled]{
	background: #ccc;
}


/*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: #164a95 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 1px 10px;
}

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

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


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

.side_blog_ttl{
	color: #212121;
    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: #164a95;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin: 15px 0;
    text-align: left;
}

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

.single_cat p{
	float: left;
}

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

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

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

.blog_single li{
	list-style-type: disc;
	margin-left: 1em;
}

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

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

.side_menu{
	margin-bottom: 30px;
}

.side_menu ul{
	border-top: 2px solid #00aaa6;
    border-bottom: 2px solid #00aaa6;
    padding: 5px 10px;
}

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

.side_menu li:before{
	content: url("../images/common/side_icon01.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;
}



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

#footer{
	border-top: 6px solid #a7d2d0;
	background: #323232;
}

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

.f_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px solid #505050;
}

.f_conts:first-of-type{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.f_conts_l{
	font-size: 13px;
	color: #fff;
	line-height: 1.8;
}

.f_logo{
	margin-bottom: 20px;
}

.f_logo a:hover{
	opacity: 1;
}

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

.f_conts_l dl dt{
	width: 4em;
}

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

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

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

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

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

.f_map{
	width: 50vw;
	max-width: 600px;
	min-height: 250px;
	border: 5px solid #fff;
}

.f_bloglist{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	margin-top: 20px;
}

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

.f_bloglist dt{
	display: block;
	width: 100% !important;
	
	font-size: 1.1em;
	margin-bottom: 5px;
	font-weight: bold;
}

.f_bloglist dd{
	width: auto !important;
	margin: 0 20px 5px 0;
} 

.f_bloglist dd a{
	background: rgba(0, 0, 0, 0) url("../images/common/f_icon.png") no-repeat scroll left 3px;
    color: #fff;
    padding-left: 20px;
    text-decoration: none;
}

.f_fb_pc{
	display: block;
}

.f_fb_frame{
	width: 400px;
	height: 300px;
}

.f_fb_sp{
	display: none;
}


.f_conts02 .f_conts_l{
	width: calc(100% - 450px);
}

.f_conts02 .f_conts_r{
	width: 400px;
	margin-left: 50px;
}

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

.f_cr a{
	color: #fff;
	text-decoration: none;
}

/* https://design.webclips.jp/youtube-movie-size/ */
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}