@charset "utf-8";
/* Fumiki Keyaki */

/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	max-height: 100%;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
}

/* clear fix */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: inline-table;
}
* html .cf {
	height: 1%;
}
.cf {
	display: block;
}

/* float, align */
.floatR{
	float: right;
}

.floatL{
	float: left;
}

.alignR{
	text-align: right;
}

.alignL{
	text-align: left;
}

.alignC{
	text-align: center;
}

/* text-decoration */
.txt_decoration_underline{
	text-decoration: underline;
}

/* margin */
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt45{margin-top:45px;}
.mt50{margin-top:50px;}
.mt55{margin-top:55px;}
.mt60{margin-top:60px;}

/* common */
body{
	font: 14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #000;
	line-height: 1;
	text-align: justify;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #333333;
}

a:hover{
	opacity: 0.6;
}

.wrapper{
	width: 960px;
	margin: 0 auto;
}

/*---- 赤字 ----*/
.red_color{
	color: #FF0000;
}

.red2_color{
	color: #FF3F00;
}

.red2_borderDashed1px{
	border: dashed 1px #FF3F00;
}

/* header */
header h1{
	font-size: 12px;
	font-weight: normal;
	padding: 3px 0;
}

header p{
	font-size: 12px;
	padding: 3px 0;
}
/* mv */
#mv{
	margin-top: 10px;
	height: 400px;
}

#mv .wrapper{
	position: relative;
}

#logo{
	position: absolute;
	top: 10px;
	left: 10px;
}

#mv_contact{
	position: absolute;
	top: 10px;
	right: 10px;
}
/* gnav */
#gnav{
	height: 50px;
	margin-top: 10px;
	width: 100%;
	z-index: 999;
}

.gnav_wrapper{
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
	height: 50px;
}

#gnav ul{
	background-color: #EEEEEE;
	border-bottom: #EEEEEE;
	box-sizing: border-box;
	height: 50px;
	width: 960px;
	margin: 0 auto;
	display: table;
	border: 1px solid #EEEEEE;
}

#gnav li{
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 20%;
	font-size: 18px;
	border-bottom: solid 4px #EEEEEE;
	background: url(images/common/bg_gnav.png) left 4px no-repeat;
}

#gnav li.gnav01{
	background: none;
}

#gnav li#gnav06{
	display: none;
}

#gnav li a{
	opacity: 1;
	display: block;
	padding: 10px 0;
}

.display_760px_below{
	display: none;
}

.navAreaFix{
	position: fixed;
	top: 0;
	opacity: 0.9;
}

/* content */
.content{
	margin-top: 20px;
}

/* article */
article{
	float: right;
	width: 740px;
}
/* aside */
aside{
	float: left;
	width: 200px;
}

#submenu{
	box-sizing: border-box;
	margin-bottom: 10px;
}

.submenu_header{
	height: 30px;
}

.submenu_header p{
	color: #fff;
	background: url(images/common/aside/icon01.png) 6px 5px no-repeat;
	padding: 8px 0 8px 30px;
}

#submenu ul{
	margin: 15px 0 15px 10px;
	line-height: 2.0;
	font-size: 12px;
}

#submenu a{
	text-decoration: underline;
	margin-left: 5px;
}

#aside_bnr2{
    margin-top: 10px;
}

#aside_bnr3{
    margin-top: 10px;
}

#aside_access{
	box-sizing: border-box;
	margin-top: 10px;
	padding-bottom: 10px;
}

.aside_access_header{
	height: 30px;
}

.aside_access_header p{
	color: #fff;
	background: url(images/common/aside/icon02.png) 6px 3px no-repeat;
	padding: 8px 0 8px 30px;
}

.aside_map_link{
	font-size: 12px;
	padding: 6px 0 0 6px;
}

.aside_address{
	padding: 10px 0 0 6px;
	font-size: 12px;
	line-height: 1.4;
}

.aside_access_map{
	height: 100px;
}

.aside_tel{
	padding: 10px 0 0 6px;
	font-size: 18px;
	font-weight: bold;
}

.aside_bnr {
	margin-top: 15px;
}

.aside_bnr img:not(:last-child) {
	margin-top: 10px;
}

/* lower common */
.lower_h1 h1{
	padding: 10px 20px 10px 45px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

/* footer */
footer{
	margin-top: 60px;
}

.footer_wrapper{
	background: url(images/common/footer/bg_line.png) 0 4px repeat-x;
}

.footer_nav{
/*	display: table; */
	padding-top: 30px;
}

.footer_nav li{
/*	display: table-cell; */
	float: left;
	color: #fff;
	padding-right: 5px;
	line-height: 1.6;
}

.footer_nav li a{
	color: #fff;
}

.footer_copy{
	font-size: 12px;
	color: #fff;
}

/* index */
.index_txt01{
	margin-top: 10px;
	line-height: 1.4;
}

.index_bnrM{
	position: relative;
}

.index_bnrM01{
	float: left;
}

.index_bnrM02{
	float: right;
}

.index_bnrM03{
	float: left;
	margin-top: 30px;
}

.index_bnrM04{
	float: right;
	margin-top: 30px;
}

.index_bnrM a{
	opacity: 1;
}

.index_bnrM_cover{
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index_news_title{
	margin-top: 50px;
	height: 24px;
}

.index_news_title h2{
	float: left;
	color: #fff;
	background: url(images/index/icon01.png) 5px 2px no-repeat;
	padding: 5px 0 4px 30px;
	font-weight: normal;
	font-size: 16px;
}

.index_news_more{
	float: right;
	padding: 5px 5px 0 0;
}

.index_news_more a{
	color: #fff;
	text-decoration: underline;
}

.index_news_list{
	padding: 15px 30px 0 30px;
}

.index_news_list li{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_news_list span{
	width: 90px;
	display: inline-block;
	line-height: 1.6;
}
	
/* treatment */
.lower_h1_treatment h1{
	background: url(images/treatment/icon01.png) 8px 3px no-repeat;
}

.treatment_block01{
	margin: 30px 0 60px 0;
}

.treatment_block01_left{
	float: left;
	width: 450px;
}

.treatment_block01_right{
	float: right;
}

.treatment_h2{
	display: table;
}

.treatment_h2_left{
	width: 30px;
	height: 30px;
	display: table-cell;
}
.treatment_h2_left_inner{
	background: url(images/treatment/bg_h2.png) 5px 0 no-repeat;
	width: 30px;
	height: 30px;
}

.treatment_h2_right{
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

.treatment_h2_right h2{
	font-weight: normal;
	font-size: 18px;
}

.treatment_block01_left p{
	margin: 20px 0 0 12px;
	line-height: 1.4;
}

.treatment_block02{
	margin-bottom: 60px;
}

.treatment_block02_left{
	float: left;
	width: 540px;
}

.treatment_block02_right{
	float: right;
}

.treatment_h4{
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 0 30px;
}

#whiplash{
	margin-top: -60px;
	height: 60px;
}

#flow{
	margin-top: -60px;
	height: 60px;
}

.treatment_h3{
	display: table;
	height: 30px;
	box-sizing: border-box;
	margin-top: 40px;
}

.treatment_h3_left{
	width: 10px;
	height: 30px;
	display: table-cell;
}

.treatment_h3_left div{
	display: table-cell;
	width: 5px;
	border-left: 5px solid #fff;
	height: 23px;
}

.treatment_h3_right{
	vertical-align: middle;
	display: table-cell;
	padding: 0 10px;
}

.treatment_h3_right h3{
	font-weight: normal;
	font-size: 18px;
}

.treatment_txt01{
	margin-top: 5px;
	box-sizing: border-box;
	line-height: 1.4;
	width: 540px;
	padding: 10px;
	border-radius: 10px;
	background-color: #FFEFBF;
}

.treatment_block03_h2{
	border-radius: 10px;
}

.treatment_txt02{
	margin: 25px 0 0 22px;
	font-size: 18px;
	line-height: 1.4;
}

.treatment_block03{
	margin-top: 40px;
}

.treatment_block03_left{
	float: left;
	width: 187px;
}

.treatment_block03_right{
	float: left;
	margin-left: 80px;
}

.treatment_txt03{
	margin: 40px 0 0 20px;
	font-size: 22px;
	line-height: 1.4;
}

.treatment_block03_list{
	padding: 20px;
	border-radius: 10px;
	background-color: #FFEFBF;
	margin-top: 20px;
	margin-left: 15px;
}

.treatment_block03_list_inner{
	background: url(images/treatment/bg_block03.png) right bottom no-repeat;
	padding-right: 30px;
}

.treatment_block03_list_inner ul{
	line-height: 1.4;
	font-size: 16px;
}

.treatment_block03_h3{
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 50px;
	margin-left: 5px;
}

.treatment_txt04{
	margin: 10px 0 0 5px;
	line-height: 1.4;
}

.treatment_txt05{
	margin: 20px 0 0 5px;
	line-height: 1.4;
}

.treatment_block04_h2{
	display: table;
	height: 40px;
	box-sizing: border-box;
	width: 100%;
	margin-top: 60px;
}

.treatment_block04_h2_left{
	display: table-cell;
	width: 40px;
	height: 40px;
	background: url(images/treatment/block4_h2.png) 7px 5px no-repeat;
	box-sizing: border-box;
	vertical-align: middle;
	padding-left: 17px;
	font-size: 18px;
}

.treatment_block04_h2_right{
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
}

.treatment_block04_h2_right h2{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
}

.treatment_block04_h3{
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	box-sizing: border-box;
	padding: 5px 10px;
}

.treatment_txt06{
	margin: 10px 30px 0 30px;
	line-height: 1.4;
}

.treatment_txt07{
	padding: 5px 10px;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	margin: 25px 0 0 30px;
	width: 590px;
	max-width: 100%;
}

.treatment_txt07 span{
	font-size: 18px;
	font-weight: normal;
	padding-left: 20px;
}

.treatment_txt07 span.span02{
	font-size: 14px;
	font-weight: bold;
	padding-left: 0;
}

.treatment_txt08{
	margin: 5px 30px 0 38px;
	line-height: 1.4;
}

.treatment_txt09{
	padding: 5px 10px;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	margin: 20px 0 0 30px;
	width: 590px;
	max-width: 100%;
}

.treatment_txt10{
	margin: 30px 30px 0 38px;
	line-height: 1.4;
}

/* faq */

.lower_h1_faq h1{
	background: url(images/faq/icon01.png) 8px 3px no-repeat;
}

.faq_wrap {
	position: relative;
	overflow: hidden;
	margin-top: 15px;
}
.faq_title{
	position: relative;
	z-index: 2;
	width: 100%;
	background-color: #EEEEEE;
	padding: 10px 14px 14px 14px;
	display: table;
	line-height: 1.4;
	cursor: pointer;
	box-sizing: border-box;
}

.faq_title_q{
	display: table-cell;
	font-size: 20px;
	width: 15px;
}

.faq_title_body{
	display: table-cell;
	font-size: 16px;
	padding-left: 14px;
	font-weight: normal;
}

.faq_answer{
	position: relative;
	z-index: 1;
	padding: 10px 14px 14px 14px;
	display: table;
	line-height: 1.4;
	margin-top: 5px;
}

.faq_answer_a{
	display: table-cell;
	font-size: 20px;
	width: 15px;
}

.faq_answer_body{
	display: table-cell;
	padding-left: 14px;
}

/* information */

.lower_h1_information h1{
	background: url(images/information/icon01.png) 8px 8px no-repeat;
}

.information_block01{
	margin-top: 30px;
}

.information_block01_left{
	float: left;
	width: 240px;
}

.information_block01_right{
	float: left;
	margin-left: 25px;
	font-size: 16px;
	line-height: 1.4;
}

.information_block01_right th{
	font-weight: normal;
	padding-bottom: 10px;
	text-align: left;
}

.information_block01_right td{
	padding-left: 45px;
	padding-bottom: 10px;
}

.information_txt01{
	text-decoration: underline;
	font-size: 18px;
}

.information_h2{
	margin: 30px 5px 0 5px;
	font-size: 18px;
	text-decoration: underline;
	font-weight: normal;
}

.information_h2_2{
	margin: 60px 5px 0 5px;
	font-size: 18px;
	text-decoration: underline;
	font-weight: normal;
}

.information_txt02{
	font-size: 16px;
	margin: 20px 5px 0 5px;
	line-height: 1.4;
}

.information_txt03{
	font-size: 16px;
	margin: 10px 5px 0 0;
	line-height: 1.4;
}

.information_list01{
	margin-top: 60px;
}

.information_list01 li{
	float: left;
}

.information_map{
	width: 100%;
	height: 340px;
	margin-top: 10px;
}

.information_map_link{
	margin-top: 10px;
}

.information_br_display{
	display: none;
}

/* contact */

.lower_h1_contact h1{
	background: url(images/contact/icon01.png) 8px 8px no-repeat;
}

.contact_txt01{
	margin-top: 35px;
	font-size: 19px;
	text-align: center;
}

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

.contact_block01{
	display: table;
	margin: 65px auto 0 auto;
}

.contact_txt02{
	font-size: 26px;
	padding: 10px 13px;
}

.contact_txt03{
	margin: 10px 0 0 10px;
}

.contact_table01{
	margin: 20px 0 0 45px;
	display: table;
}

.contact_table01 input[type=text],
.contact_table01 input[type=tel],
.contact_table01 input[type=email]{
	width: 370px;
	height: 35px;
	padding: 10px;
	border-radius: 5px;
	font: 14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	box-sizing: border-box;
}

.contact_table01 textarea{
	width: 370px;
	height: 170px;
	padding: 10px;
	border-radius: 5px;
	resize: none;
	font: 14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	box-sizing: border-box;
}

.contact_table01 input[type="submit"]{
	border: none;
	color: #fff;
	font: 14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	padding: 5px 13px;
	border-radius: 2px;
	cursor: pointer;
}

.contact_table01 input[type="submit"]:hover{
	opacity: 0.6;
}

.contact_table01_tr{
	display: table-row;
}

.contact_table01_th{
	display: table-cell;
	padding: 22px 20px 10px 0;
	vertical-align: top;
	font-weight: normal;
}

.contact_table01_td{
	display: table-cell;
	padding: 10px 0 10px 0;
	vertical-align: top;
}

.contact_table_button .alignC img{
	width: auto;
}

/* newsinformation */

.lower_h1_newsinformation h1{
	background: url(images/index/icon01.png) 10px 12px no-repeat;
    line-height: 1.4;
	margin-bottom: 20px;
}

.newsinformation_table{
	margin: 15px 30px 0 30px;
	display: table;
}

.newsinformation_tr{
	display: table-row;
}

.newsinformation_th{
	display: table-cell;
	width: 100px;
	padding: 0 0 10px 0;
	line-height: 1.4;
}

.newsinformation_td{
	display: table-cell;
	padding: 0 0 10px 0;
}

.newsinformation_body{
	margin: 15px 30px 0 30px;
    line-height: 1.6;
}

.newsinformation_body img{
    width: auto;
}

.newsinformation_category{
    text-align: right;
}

.pagination {
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	display: table;
	margin: 60px auto 0 auto;
}

.pagination span, .pagination a {
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	color:#fff;
	margin: 2px 2px 2px 0;
}

.news_next_prev_nav{
	display: table;
	width: calc(100% - 60px);
	color: #D1D1D1;
	margin: 100px auto 0 auto;
}

.news_next_prev_nav_left{
	text-align: left;
	display: table-cell;
}

.news_next_prev_nav_center{
	text-align: center;
	display: table-cell;
}

.news_next_prev_nav_right{
	text-align: right;
	display: table-cell;
}

/* post */
.aligncenter{
    display: block;
    margin: 10px auto;
}
.alignleft{
    display: block;
    margin: 10px auto 10px 0;
}
.alignright{
    display: block;
    margin: 10px 0 10px auto;
}

/* sitemap */
.sitemap_ul{
	margin: 15px 0 0 30px;
}

.sitemap_ul li{
	margin: 10px 0 0 0;
	font-size: 16px;
	padding: 5px;
}



@media only screen and (max-width : 960px) {
	/* common */
	.wrapper{
		max-width: 740px;
	}

	#mv{
		height: auto;
	}

	/* gnav */
	.gnav_wrapper{
		max-width: 760px;
	}

	#gnav ul{
		max-width: 740px;
	}

	/* aside */
	aside{
		width: 100%;
		margin-top: 30px;
	}

	#submenu{
		float: left;
		width: 250px;
		margin: 0 20px 0 0;
	}

    #aside_bnr{
        display: table;
    }

    #aside_bnr p{
        display: table-cell;
        border-right: 5px solid #fff;
        border-left: 5px solid #fff;
    }

	#aside_access{
		width: 100%;
		margin : 20px 0 0 0;
	}

    .aside_access_map{
        height: 200px;
    }
		
	.aside_bnr img {
		max-width: 250px;
		margin: 0 auto;
		display: block;
	}
	
}

@media only screen and (max-width : 760px) {
	/* common */
	img{
		width: 100%;
	}

	.wrapper{
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}

	/* header */
	header .floatR{
		display: none;
	}

	/* mv */
	#logo{
		top: 5px;
		left: 20px;
		width: 45%;
	}

	#mv_contact{
		top: 5px;
		width: 40%;
		right: 20px;
	}

	/* gnav */
	#gnav{
		height: auto;
		width: 100%;
		z-index: 999;
		margin-top: 0;
		background: none;
	}

	.gnav_wrapper{
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		height: auto;
	}

	#gnav ul{
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		height: auto;
		display: none;
		border: none;
	}

	#gnav li#gnav06{
		display: block;
		padding: 15px 0 15px 20px;
	}

	
	#gnav li{
		font-size: 14px;
		display: block;
		width: 100%;
		text-align: left;
		border-bottom: none;
		padding: 5px 0 5px 20px;
		background: none;
		border-bottom: 1px solid #FFFFFF;
	}
	
	#gnav li a:hover{
		opacity: 0.7;
	}

	#gnav li:hover,
	#home #gnav li.gnav01,
	#treatment #gnav li.gnav02,
	#faq #gnav li.gnav03,
	#information #gnav li.gnav04,
	#contact #gnav li.gnav05{
		border-bottom: 1px solid #FFFFFF;
	}

	.display_760px_below{
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	.display_760px_below p{
		cursor: pointer;
		display: block;
		padding: 15px 0;
		background-color: #eeeeee;
		margin-top: 10px;
	}

	.content{
		margin-top: 10px;
	}

	/* article */
	article{
		width: 100%;
	}

	article .mt30{
		margin-top: 10px;
	}

	/* index */

	.index_bnrM{
		margin: 10px auto 0 auto;
		width: 360px;
		height: 160px;
		float: none;
	}

	.index_news_title{
		margin-top: 20px;
	}

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

	/* treatment */
	.treatment_block01{
		margin: 20px 0 0 0;
	}
	.treatment_block01_left{
		float: none;
		width: 100%;
	}
	.treatment_block01_left p{
		margin: 10px 0 0 0;
	}
	.treatment_block01_right{
		float: none;
		margin: 10px auto 0 auto;
		width: 250px;
	}
	.treatment_h2{
		margin-top: 20px;
	}
	.treatment_h3{
		margin-top: 0;
	}

	.treatment_block01_left{
		width: 100%;
	}
	.treatment_txt01{
		width: 100%;
	}
	.treatment_block02{
		margin-bottom: 0;
	}
	.treatment_block02_left{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.treatment_block02_right{
		float: none;
		margin: 10px auto 0 auto;
		width: 165px;
	}
	.treatment_block03_h2{
		margin-top: 10px;
		border-radius: 5px;
	}

	.treatment_txt02{
		margin: 10px 0 0 0;
		font-size: 16px;
		line-height: 1.4;
	}
	.treatment_block03_left{
		margin: 0 auto;
		float: none;
	}
	.treatment_block03_right{
		float: none;
		margin: 10px 0 0 0;
	}
	.treatment_txt03{
		margin: 10px 0 0 0;
		font-size: 20px;
		text-align: center;
	}
	.treatment_block03_list{
		width: 330px;
		margin: 10px auto 0 auto;
		max-width: 100%;
		box-sizing: border-box;
	}
	.treatment_block03_list_inner{
		padding-right: 10px;
	}

	.treatment_block03_h3{
		margin-top: 20px;
	}

	.treatment_txt05{
		margin-top: 10px;
	}

	.treatment_block04_h2{
		margin-top: 20px;
	}

	.treatment_block04_h3{
		margin-top: 20px;
	}

	.treatment_txt06{
		margin: 10px 10px 0 10px;
	}

	.treatment_txt07{
		margin: 10px 10px 0 10px;
		width: calc(100% - 20px);
		font-size: 16px;
	}

	.treatment_txt08{
		margin: 10px 10px 0 10px;
	}

	.treatment_txt09{
		margin: 10px 10px 0 10px;
		width: calc(100% - 20px);
		font-size: 15px;
	}

	.treatment_txt10{
		margin: 10px 10px 0 10px;
	}

	.treatment_h4{
		margin: 20px 0 0 10px;
	}

	/* faq */
	.faq_title_q{
		font-size: 18px;
	}

	.faq_title_body{
		font-size: 14px;
	}

	.faq_answer_a{
		font-size: 18px;
	}

	.faq_answer_body{
		font-size: 12px;
	}

	/* information */
	
	.information_block01{
		margin-top: 10px;
	}
	
	.information_block01_left{
		float: none;
		margin: 0 auto;
	}
	
	.information_block01_right{
		float: none;
		margin-left: 0;
		font-size: 14px;
		margin-top: 10px;
	}

	.information_block01_right table{
		margin: 0 auto;
	}
	
	.information_txt01{
		font-size: 15px;
	}
	
	.information_h2{
		margin: 20px 0 0 0;
		font-size: 16px;
	}
	
	.information_h2_2{
		margin: 20px 0 0 0;
		font-size: 16px;
	}
	
	.information_txt02{
		font-size: 14px;
		margin: 10px 0 0 0;
	}
	
	.information_txt03{
		font-size: 14px;
		margin: 10px 0 0 0;
	}
	
	.information_list01{
		margin-top: 10px;
	}
	
	.information_list01 li{
		float: none;
		margin: 0 auto;
		width: 370px;
		max-width: 100%;
	}
	
	.information_map{
		height: 200px;
		margin-top: 10px;
	}
	
	.information_map_link{
		margin-top: 5px;
	}

	/* contact */
	.contact_txt01{
		margin-top: 10px;
		font-size: 14px;
		text-align: left;
	}

	.contact_img01{
		margin-top: 10px;
	}

	.contact_block01{
		margin: 20px auto 0 auto;
	}

	.contact_txt02{
		font-size: 22px;
		padding: 10px 0;
		text-align: center;
	}

	.contact_txt03{
		margin: 10px 0 0 10px;
	}

	.contact_table01{
		margin: 0 auto;
		display: block;
	}

	.contact_table01 th{
		padding-right: 10px;
	}

	.contact_table01_tr{
		display: block;
	}
	
	.contact_table01_th{
		display: block;
		box-sizing: border-box;
		padding: 20px 0 0 0;
	}
	
	.contact_table01_td{
		display: block;
		padding: 10px 0 0 0;
	}

	.contact_table01 input[type=text],
	.contact_table01 input[type=tel],
	.contact_table01 input[type=email]{
		width: 100%;
	}
	
	.contact_table01 textarea{
		width: 100%;
	}

	.contact_table01_th_button{
		padding: 0;
	}

	/* aside */

	#submenu{
		float: left;
		width: 200px;
		margin: 0;
	}

	#aside_access{
		float: left;
		width: 100%;
		margin: 10px auto;
	}

	.aside_access_map{
		height: 200px;
	}

	/* footer */
	.footer_wrapper .floatL{
		float: none;
	}

	.footer_wrapper .floatR{
		float: none;
		margin-top: 10px;
	}

	.footer_wrapper .floatR img{
		width: auto;
	}

	/* sitemap */
	.sitemap_ul{
		margin: 15px 0 0 0;
	}
  
}

@media only screen and (max-width : 480px) {
	/* common */
	.wrapper{
		padding: 0 10px;
	}

	/* header */
	header h1{
		font-size: 11px;
	}

	#logo{
		top: 5px;
		left: 10px;
		width: 45%;
	}

	#mv_contact{
		top: 5px;
		width: 40%;
		right: 10px;
	}

	/* gnav */

	/* aside */

	#submenu{
		float: none;
		width: 100%;
		margin: 0;
	}

	#aside_access{
		float: none;
		width: 100%;
		margin: 10px auto 0 auto;
	}

    #aside_bnr{
        display: block;
    }

    #aside_bnr p{
        display: block;
        width: 200px;
        margin: 10px auto 0 auto;
    }
	
	.aside_access_map{
		height: 100px;
	}

	/* information */
	.information_map{
		height: 100px;
	}

	.information_block01_right th{
		padding-bottom: 10px;
		width: 80px;
		line-height: 1.4;
	}
	
	.information_block01_right td{
		padding-left: 0;
		padding-bottom: 10px;
		line-height: 1.4;
	}

	.information_br_display{
		display: inline;
	}

	/* contact */
	.contact_txt01{
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.4;
	}

	.contact_txt02{
		font-size: 14px;
	}
	.contact_txt03{
		font-size: 12px;
		line-height: 1.4;
	}

	/* newsinformation */
	
	.pagination {
		margin-top: 20px;
		font-size:14px;
	}
	
	.pagination span, .pagination a {
		margin: 2px 2px 2px 0;
		padding:8px 11px 7px 11px;
	}
	 
	.pagination .current{
		padding:8px 11px 7px 11px;
	}

	.blog_title_sp h2{
		font-size: 14px;
	}
		
}

@media only screen and (max-width : 380px) {


	/* gnav */
	#gnav li{
		width: auto;
	}

	/* index */
	.index_bnrM{
		width: 100%;
		height: auto;
	}

	/* contact */


	/* footer */
	.footer_nav{
		font-size: 11px;
	}
}
  
/* 20190417 追記 */
  
.priceList li{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color:#f08b2f;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

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

.mb{
  margin-bottom: 20px;
}

.txt{
  line-height: 1.41425em;
}

.priceTable{
  width:100%;
}

.priceTable th{
  padding: 1em;
  background: #f08b2f;
  border-right: 1px solid #ee7e17;
  color:#fff;
}

.priceTable td{
  padding: 1em;
  background: #f2f2f2;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.priceTable td:first-child{
  border-left: 1px solid #cfcfcf;
}

.priceList2 li{
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

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




/* 院案内ページ：ごあいさつ・アクセス見出し */
.information_h2,
.information_h2_2 {
	margin: 35px 0 20px;
	padding: 8px 14px 8px 38px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	color: #fff;
	background-color: #f28b1a;
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
}

/* 左側の白い四角マーク */
.information_h2::before,
.information_h2_2::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	width: 11px;
	height: 11px;
	border: 3px solid #fff;
	transform: translateY(-50%);
	box-sizing: border-box;
}

/* スマホ */
@media screen and (max-width: 760px) {
	.information_h2,
	.information_h2_2 {
		margin: 25px 0 15px;
		padding: 8px 10px 8px 36px;
		font-size: 16px;
	}
}
.information_block01_right a[href^="tel:"] {
	color: #f28b1a;
	text-decoration: none;
}


/* お知らせ一覧：ページング */
#topics_paging {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin: 30px 0 10px;
	padding: 0;
	list-style: none;
	background: none;
}

#topics_paging li {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	margin: 0;
	padding: 0 10px;
	color: #f28b1a;
	font-size: 14px;
	line-height: 1;
	background: #fff;
	border: 1px solid #f28b1a;
	box-sizing: border-box;
	list-style: none;
}

/* リンクはli全体を使う */
#topics_paging li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% + 20px);
	height: 34px;
	margin: 0 -10px;
	padding: 0 10px;
	color: #f28b1a;
	text-decoration: none;
	box-sizing: border-box;
	transition: 0.2s;
}

#topics_paging li:hover,
#topics_paging li:has(a:hover) {
	color: #fff;
	background: #f28b1a;
}

#topics_paging li a:hover {
	color: #fff;
}

/* 前・次・最初・最後 */
#topics_paging_first,
#topics_paging_previous,
#topics_paging_next,
#topics_paging_last {
	min-width: 40px;
}

/* 空の項目は非表示 */
#topics_paging li:empty {
	display: none;
}

/* トップページ：お知らせ一覧 */
.index_news_list {
	margin: 0;
	padding: 4px 14px 10px;
	background: #fff;
	list-style: none;
}

.index_news_list li {
	margin: 0;
	padding: 9px 4px;
	border-bottom: 1px dotted #d8d8d8;
	list-style: none;
}

.index_news_list li:last-child {
	border-bottom: none;
}

.index_news_list li a {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #333;
	text-decoration: none;
	line-height: 1.5;
	transition: 0.2s;
}

.index_news_list li a:hover {
	color: #f28b1a;
	padding-left: 4px;
}

/* 日付 */
.index_news_list .topics-date {
	flex: 0 0 82px;
	color: #777;
	font-size: 13px;
}

/* タイトル */
.index_news_list .topics-title {
	flex: 1;
	min-width: 0;
	color: #f28b1a;
}

/* タイトル前の矢印 */
.index_news_list .topics-title::before {
	content: "›";
	margin-right: 8px;
	font-weight: bold;
	color: #f28b1a;
}
.index_news_list a [id^="topics_title"] {
	color: #f28b1a !important;
}
/* スマホ */
@media screen and (max-width: 760px) {
	.index_news_list {
		padding: 4px 10px 8px;
	}

	.index_news_list li a {
		display: block;
	}

	.index_news_list .topics-date {
		display: block;
		margin-bottom: 3px;
		font-size: 12px;
	}

	.index_news_list .topics-title {
		display: block;
	}
}

/* static rebuild adjustments */
:root{--main:#F29800;--accent:#F28B1A}
.main_color_bg{background-color:var(--main)}
#gnav.main_color_bg,.accent_color_bg{background-color:var(--accent)}
.main_color_border_bottom2px{border-bottom:2px solid var(--accent)}
.accent_color_txt,.news_next_prev_nav a,.newsinformation_category a{color:var(--accent)}
.accent_color_border1px{border:1px solid var(--accent)}
.accent_color_borderDashed1px{border:1px dashed var(--accent)}
.main_color_border1px{border:1px solid var(--accent)}
#gnav li:hover,#home #gnav li.gnav01,#treatment #gnav li.gnav02,#faq #gnav li.gnav03,#information #gnav li.gnav04,#topics #gnav li.gnav05{border-bottom:4px solid var(--accent)}
#mv .wrapper>p:first-child img{display:block;width:100%;height:auto}
.aside_access_map iframe,.information_map iframe{width:100%;border:0}
.aside_access_map iframe{height:220px}.information_map iframe{height:400px}
.static-note{padding:14px;background:#fff7ed;border:1px solid #f28b1a;margin-bottom:20px}
.topics-list{border-top:1px solid #ddd}
.topics-item li {border-bottom:1px solid #ddd;
line-height: 1.8;
padding: 0 0 10px;}

.topics-item{display:grid;gap:20px;padding:16px 10px;}
.topics-date{width:110px;flex:none}.topics-title{flex:1}
.topics-item a{color:#f28b1a;text-decoration:none}
.topics-title a:hover{text-decoration:underline}
.topic-body{line-height:1.9}.topic-body img{max-width:100%;height:auto}.topic-meta{margin:0 0 24px;color:#777}.topic-nav{display:flex;justify-content:space-between;gap:15px;margin-top:35px;padding-top:20px;border-top:1px solid #ddd}.topic-nav a{color:#f28b1a}
@media(max-width:760px){.topics-item{display:block}.topics-date{width:auto;margin-bottom:6px}.topic-nav{font-size:13px}.information_map iframe{height:300px}}

@media(max-width:760px){#gnav ul{display:none}#gnav ul.is-open{display:block}#gnav_menu_btn{border:0;background:transparent;color:#F28B1A;font:inherit;padding:10px;width:100%;cursor:pointer}}
