@charset "UTF-8";



/* ////////////////////////////// reset ////////////////////////////// */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Verdana, Roboto, 'Droid Sans', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.25em;
	-webkit-text-size-adjust: 100%;/* iPhoneのリサイズ対策 */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img, iframe {
	vertical-align: bottom;
}



/* ////////////////////////////// 基本設定 ////////////////////////////// */
html, button, input, select, textarea {
	color: #000;
}
/* floating : 回り込み関係 */
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.clear_c {
	clear: left;
}
.clear_r {
	clear: right;
}
.clear_b {
	clear: both;
}
/* align設定 */
.align_c {
	text-align: center !important;
}
.align_l {
	text-align: left !important;
}
.align_r {
	text-align: right !important;
}
/* clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1; /* IE6-7 */
}
/* 画像ボタンhoverで半透明設定 */
.transparent a:hover img, a.transparent:hover img, .transparent a:hover {
	filter: alpha(opacity=60); /* IE5.5-7 */
	-ms-filter: alpha(opacity=60); /* IE8 */
	opacity: 0.6;
}
/* aタグ設定 */
a {
	color: #16a6ee;
	text-decoration: underline;
}
a:visited {
	color: #16a6ee;
}
a:hover {
	color: #ffc587;
}
/* 外部リンクマーク */
i.fa-external-link {
	text-indent: .2em;
	font-size: 1.2em;
	vertical-align: middle;
}



/* ////////////////////////////// 基本構造 ////////////////////////////// */
body{
	width: 100%;
	line-height: 1.5;
}
.wrapper {
	width: 100%;
	background: #fff;
}

@media screen and (max-width: 630px){/*:::::::::: SP ::::::::::*/
body {
	width: 100%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Verdana, Roboto, 'Droid Sans', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;/* iPhoneのリサイズ対策 */
	font-size: 5vw;
	line-height: 1.55;
	text-align: justify;
}
}/*::::::::::SP(max-width: 630px)::::::::::*/

@media screen and (min-width: 631px){/*:::::::::: PC ::::::::::*/
body {
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrapper {
	margin: 0 auto;
	max-width: 1050px;
}
}/*::::::::::PC(min-width: 631px::::::::::)*/



/* ////////////////////////////// 院情報 ////////////////////////////// */
/*■■■■■■■■■■■■■■■■■■■■ 目次 ■■■■■■■■■■■■■■■■■■■■*/
.ttl_list{
	clear: both;
	margin-bottom: 2em;
	background-color: #ffb;
}
.ttl_list li{
	text-indent: -1.75rem !important;
}
.ttl_list svg {
	margin-right: .3em;
}
.ttl_list a{
	color: #000;
	text-decoration: none;
}
.ttl_list a:before{
	left: -7.5vw;
}
.ttl_list svg {
	border-radius: .2em;
	background: #fff;
	width: 1.2em;
	height: 1.2em;
	vertical-align: sub;
}
.ttl_list .li_arrow {
	fill: #720;
}

@media screen and (max-width: 630px){/*:::::::::: SP ::::::::::*/
.ttl_list {
	padding: 4vw 2.5vw 4vw 9vw;
}
.ttl_list li{
	line-height: 1.3em;
}
.ttl_list li~li{
	margin-top: 5vw;
}
}/*::::::::::SP(max-width: 630px)::::::::::*/

@media screen and (min-width: 631px){/*:::::::::: PC ::::::::::*/
.ttl_list{
	padding: .75em .5em .75em 2.75rem;
	border-radius: .4rem;
}
.ttl_list li{
	line-height: 1.5em;
}
.ttl_list li~li{
	margin-top: .75em;
}
.ttl_list a:before{
	left: -2.1rem;
}
.ttl_list a:hover,.ttl_list a:hover:before{
	color: #f80;
}
}/*::::::::::PC(min-width: 631px::::::::::)*/

/*■■■■■■■■■■■■■■■■■■■■ 個別コンテンツ ■■■■■■■■■■■■■■■■■■■■*/
.info_sec~.info_sec{margin-top:5em;}
.info_name{
	margin-bottom: .5em;
	padding-left: .25em;
	border-bottom: 2px solid #720;
	font-size: 1.4em;
	font-weight: bold;
}
.info_sec>dl{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.info_sec>dl>dt~dt,.info_sec>dl>dd~dd:not(.map){
	margin-top: 2em;
}
.info_sec>dl>dd.tel_sp{margin-top: -2vw;}
.info_sec>dl>dt{
	display: inline-block;
	width: 4em;
	padding: .2em .4em;
	background: #720;
	color: #fff;
	text-align: center;
}
.info_sec>dl>dd:not(.map){padding-top: .2em;}
/*平日・土日祝関連*/
.info_sec>dl>dd>dl>dt~dt{
	margin-top: .6em;
}
.info_sec>dl>dd>dl>dt{
	display: inline-block;
	margin-bottom: .4em;
	padding: .1em .75em;
	width: 3em;
	border-radius: 1em;
	background: #940;
	color: #fff;
	text-align: center;
}
.info_sec>dl>dd>dl>dt.hei{background:#2a8;}
.info_sec>dl>dd>dl>dt.kyu{background:#f55;}
.info_sec>dl>dd>dl>dd{
	line-height: 1.5em;
}
.info_img img{width: 100%;}

.map,.route_div{width: 100%;}
@media screen and (max-width: 630px){/*:::::::::: SP ::::::::::*/
.info_sec>dl{
	justify-content: flex-start;
	column-gap: 3vw;
}
.info_img{width: 100%;}
.info_sec>dl>dd:not(.map){width: 71%;}
.info_sec>dl>dd.tel{padding-top: 0;}
.page_access .info_sec dl>.info_img{display: none;}
.page_guide .info_sec dl>dd>.info_img{display: none;}
.page_guide .info_img{margin-bottom: 1em;}
}/*::::::::::SP(max-width: 630px)::::::::::*/

@media screen and (min-width: 631px){/*:::::::::: PC ::::::::::*/
.info_sec>dl>dd:not(.map){width: 87.5%;}
.info_sec dl>dd>.info_img{display: none;}
.page_access .info_sec dl>.info_img{
	position: absolute;
	margin: 0 0 1.25em 10px;
	width: 55%;
	right: 0;
}
.page_guide .info_img{
	margin: 0 auto 1.25em;
	width: 100%;
	text-align: center;
}
.page_guide .info_img img{width: 70%;}
}/*::::::::::PC(min-width: 631px::::::::::)*/

/***********電話番号***********/
/*電話発信閉じるボタン*/
.close_btn {
	border: 1px solid #333;
	background: #555;
	background: linear-gradient(to bottom, #888 0%, #555 100%);
	border-radius: .35em;
	width: 32%;
	margin: 0 auto;
}
.close_btn a {
	color: #fff;
	padding: .15em .35em .25em;
	text-decoration: none;
	display: block;
	text-align: center;
}
.close_btn a:after {
	color: #fff;
	font-family: FontAwesome;
	content: '\f057';
	font-size: 1.25em;
	font-weight: normal;
	speak: none;
}
.close_btn a:after {
	margin-left: .25em;
}
@media screen and (max-width: 630px){/*:::::::::: SP ::::::::::*/
.tel_pc{display: none;}
.tel_sp{
	display: flex;
	flex-flow: column;
	row-gap: 3vw;
	padding-top: 0 !important;
}
.tel_sp a{
	display: inline-block;
	margin: 0 auto;
}
.tel_sp a:nth-child(1){
	color: #f60;
	font-size: 1.75em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
}
.tel_sp a:nth-child(2){width: 85%;}
.tel_sp a:nth-child(2) img{width: 100%;}
}/*::::::::::SP(max-width: 630px)::::::::::*/
@media screen and (min-width: 631px) {/*:::::::::: PC ::::::::::*/
.tel_sp{display: none;}
}/*::::::::::PC(min-width: 631px::::::::::)*/

/***********メール***********/
.mail_a{display: block;height: 1.25em;}

/***********Googlemap関連***********/
.map,.map iframe:not(:first-child){margin-top: .5em;}
.gmap_btn {
	margin-top: .5em;
	text-align: center;
}
.gmap_btn a {
	display: inline-block;
	margin: 0 auto;
	padding: .4em .75em;
	background: #ccc;
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #d5d5d5 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #d5d5d5 100%);
	border: 1px solid #888;
	box-shadow: -2px -2px 4px 0 rgba(0,0,0,0.25) inset, 2px 2px 2px 0 rgba(255,255,255,0.25) inset;
	border-radius: .3em;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.1em;
}
.gmap_btn a:after {
	font-family: FontAwesome;
	font-size: 1.15em;
	font-weight: normal;
	speak: none;
	content: '\f138';
	margin-left: .3em;
}
.gmap_btn a:hover {
	color: #16a6ee;
}
.gmap_btn a span {
	font-size: 1.25em;
	font-weight: bold;
	color: #58f;
}
.gmap_btn a span:nth-child(2),.gmap_btn a span:last-child {
	color: #d43;
}
.gmap_btn a span:nth-child(3) {
	color: #ea0;
}
.gmap_btn a span:nth-child(5) {
	color: #4a5;
}
@media screen and (max-width: 630px){/*:::::::::: SP ::::::::::*/
.map iframe{height: 125vw;}
}/*::::::::::SP(max-width: 630px)::::::::::*/

@media screen and (min-width: 631px) {/*:::::::::: PC ::::::::::*/
.map iframe{height: 400px;}
}/*::::::::::PC(min-width: 631px::::::::::)*/


/***********当院への行き方ボタン***********/
.route_div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:0.5em!important;
}
.route_div:has(p:only-of-type){
	justify-content: center;
}
.route_div .route_btn a {
	border-radius: 0.25em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #ffa9d0;
	background: -webkit-linear-gradient(top, #ffa9d0 0%, #ff5fa8 100%);
	background: linear-gradient(to bottom, #ffa9d0 0%, #ff5fa8 100%);
	border: 1px solid #f28;
	color: #000;
	display: block;
}
.route_div .route_btn a:after {
	font-family: FontAwesome;
	content: '\f138';
	font-size: 1.15em;
	font-weight: bold;
	margin-left: .2em;
	speak: none;
}

@media screen and (max-width: 630px){/*:::::::::: SP ::::::::::*/
.route_div .route_btn{
	flex-basis:100%;
}
.route_div .route_btn~.route_btn{
	margin-top:0.5em !important;
}
.route_div .route_btn a {
	padding-top: 0.4em;
	padding-bottom: 0.35em;
	font-size: 1.0em;
}
}/*::::::::::SP(max-width: 630px)::::::::::*/

@media screen and (min-width: 631px) {/*:::::::::: PC ::::::::::*/
.route_div .route_btn{
	flex-basis: 49.5%;
}
.route_div .route_btn:nth-child(n+3){
	margin-top:0.5em !important;
}
.route_div .route_btn a{
	display:block;
	padding-top:0.25em;
	padding-bottom:0.2em;
}
}/*::::::::::PC(min-width: 631px::::::::::)*/