@charset "UTF-8";

/*フッターバナー
---------------------------------------------------------*/
#f_menu {
	width: 100%;
	border-top: solid 1px #afa390;
}

.f_med_menu {
	padding: 50px 0;
}
.f_med_menu h5 {
	color: #009784;
	font-size: 180%;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.f_med_menu li {
	width: 24%;
	margin-left: 1%;
	float: left;
}
.f_med_menu li a {
	display: block;
	background: url(../images/arrow1.png) no-repeat left center;
	background-size: 18px;
	padding: 10px 0;
	padding-left: 30px;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
}
.f_med_menu li a:hover {
	color: #c9bdaa;
}

.com_bnr_box,
.top_bnr_box {
	background: rgba(201,189,170,0.3);
	padding: 60px 0;
}
.com_sns_box {
	padding: 60px 0;
}
.com_sns_box .w1300 {
	max-width: 1270px;
}

.com_bnr_box ul,
.top_bnr_box ul,
.com_sns_box ul {
	text-align: center;
}
.top_bnr_box ul,
.com_bnr_box ul,
.com_sns_box ul {
	margin-left: -1.4%;
}
.com_bnr_box ul{
    display: flex;
    justify-content: space-between;
    justify-content: center;
	flex-wrap: wrap;
}
.com_bnr_box li {
	width: 23.6%;
	max-width: 310px;
	margin-left: 1.4%;
	float: left;
}
.top_bnr_box li {
	width: 23.6%;
	max-width: 310px;
	margin-left: 1.4%;
	float: left;
}
.com_sns_box li {
	width: 23.6%;
	max-width: 300px;
	margin-left: 1.4%;
	float: left;
}

.com_bnr_box a,
.top_bnr_box a,
.com_sns_box a {
	display: block;
}

/* 問診票バナー */
.com_bnr_box .bnr_monshin dl {
	position: relative;
}
.com_bnr_box .bnr_monshin dt {
	position: relative;
	z-index: 0;
}
.com_bnr_box .bnr_monshin dd {
	position: absolute;
	z-index: 1;
	width: 96%;
	padding: 2%;
	left: 0;
	bottom: 0;
}
.com_bnr_box .bnr_monshin dd p {
	width: 49%;
	float: left;
}
.com_bnr_box .bnr_monshin dd p:last-child {
	float: right;
}

.com_sns_box a:hover {
	background: rgba(201,189,170,0.3);
}
.com_sns_box .bnr_fb a:hover {
	background: rgba(59,89,151,0.1);
}
.com_sns_box .bnr_line a:hover {
	background: rgba(44,178,19,0.1);
}

/* SNSアイコン */
.com_sns_icon {
	margin: 30px auto 0 !important;
	width: 60%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.com_sns_icon li {
	margin-right: 3%;
}
.com_sns_icon li:last-child {
	margin-right: 0;
}
.com_sns_icon li.icon_fb {
	width: 35%;
	max-width: 197px;
}
.com_sns_icon li.icon_line {
	width: 24%;
	max-width: 142px;
}
.com_sns_icon li.icon_inst {
	width: 35%;
	max-width: 204px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.f_med_menu {
	padding: 5% 0;
}
.f_med_menu h5 {
	margin-bottom: 3%;
}
.f_med_menu li a {
	font-size: 2.0vw;
}

.com_bnr_box,
.top_bnr_box,
.com_sns_box {
	padding: 4% 0;
}
/* SNSアイコン */
.com_sns_icon {
	margin-top: 2% !important;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.f_med_menu {
	padding: 6% 0;
}
.f_med_menu h5 {
	font-size: 160%;
	margin-bottom: 0;
}
.f_med_menu li {
	width: 50%;
	margin-left: 0;
}
.f_med_menu li a {
	background-size: 14px;
	padding-left: 24px;
	font-size: 106%;
	letter-spacing: .1em;
}

.com_bnr_box,
.top_bnr_box,
.com_sns_box {
	padding: 6% 0;
}
.com_bnr_box ul,
.top_bnr_box ul,
.com_sns_box ul {
	margin-left: 0;
}

/*.com_bnr_box li {
	width: 70%;
	max-width: 310px;
	margin: 10px auto 0;
	display: block;
	float: none;
}
.com_bnr_box li:first-child {
	margin-top: 0;
}*/

.com_bnr_box li,
.top_bnr_box li,
.com_sns_box li {
	width: 47%;
	max-width: 310px;
	margin: 1%;
	float: none;
	display: inline-block;
}
/* SNSアイコン */
.com_sns_icon {
	margin-top: 4% !important;
	width: 96%;
}
}



/*pagetop
---------------------------------------------------------*/
#page_top {
	position:fixed;
	bottom:10px;
	left:10px;
	z-index:1000;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#page_top {
	bottom: 85px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#page_top {
	width: 60px;
	height: 60px;
	left: 5px;
	bottom: 110px;
}
}



/*footer
---------------------------------------------------------*/
#footer .bg_brown {
	background: #988575;
	padding-top: 80px;
	padding-bottom: 60px;
}
#footer .bg_brown,
#footer .bg_brown a {
	color: #fff;
}
#footer .bg_brown .f_inf {
	width: 36%;
	max-width: 460px;
	float: left;
	font-size: 110%;
	letter-spacing: .12em;
	line-height: 1.6em;
}
#footer .bg_brown .f_map {
	margin-left: 3%;
	width: 40%;
	max-width: 515px;
	float: left;
	text-align: right;
}
#footer .bg_brown .f_parking {
	width: 18%;
	max-width: 220px;
	float: right;
	text-align: center;
}

/* 医院情報 */
#footer .bg_brown .f_clinic {
	margin-bottom: 20px;
}
#footer .bg_brown .f_clinic dt {
	letter-spacing: .14em;
	margin-bottom: 5px;
}
#footer .bg_brown .f_clinic dd {
	font-size: 180%;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.2em;
}
#footer .bg_brown .f_clinic .ft_web {
	margin-top: 10px;
	font-size: 80%;
	font-weight: normal;
	letter-spacing: .12em;
	line-height: 1.2em;
}

#footer .bg_brown .f_tel {
	margin-top: 5px;
	margin-bottom: 10px;
}
#footer .bg_brown .f_tel li {
	float: left;
}

#footer .bg_brown .f_timetable li {
	border-top: solid 1px rgba(255,255,255,0.3);
	padding: 5px 0;
	text-align: center;
}
#footer .bg_brown .f_timetable li:first-child {
	border-top: none;
}
#footer .bg_brown .f_timetable li:last-child {
	padding: 15px 0 0;
	text-align: left;
}
#footer .bg_brown .f_timetable li:last-child span.col_yel {
	color: #ffff80;
}
#footer .bg_brown .f_timetable li:last-child p.flt_l {
	width: 70%;
	font-size: 90%;
	line-height: 1.5em;
}
#footer .bg_brown .f_timetable li:last-child p.flt_r {
	width: 30%;
	max-width: 120px;
}
#footer .bg_brown .f_timetable li:last-child a{
	text-decoration: underline;
}
#footer .bg_brown .f_timetable li:last-child span.indent{
	text-indent:-1em;
	padding-left: 1em;
	display: block;
}


/* 地図 */
/*#footer .bg_brown #map_canvas {
	width: 100%;
	height: 470px;
	margin-bottom: 5px;
}*/
#footer .bg_brown .map_box {
	margin-bottom: 5px;
}
#footer .bg_brown iframe {
	width: 100%;
	height: 470px;
}
#footer .bg_brown .map_link {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.2em;
}
#footer .bg_brown .map_link i {
	font-size: 140%;
	margin-left: 5px;
	line-height: 1.2em;
}

/* 駐車場 */
#footer .bg_brown .f_parking dt {
	padding-top: 50px;
	background: url(../images/parking.svg) no-repeat center top;
	background-size: 48px 46px;
	font-size: 220%;
	font-weight: normal;
	letter-spacing: .02em;
	line-height: 1.2em;
	margin-bottom: 5px;
}
#footer .bg_brown .f_parking dd {
	margin-bottom: 10px;
	font-size: 84%;
	font-weight: bold;
	letter-spacing: .14em;
	line-height: 1.8em;
}

/*********/
/* ライン */
/*********/
#footer .f_line {
	background: #f9f6ec;
	padding: 40px 0;
	color: #5e4821;
	font-weight: bold;
	font-size: 94%;
	letter-spacing: .1em;
}
#footer .f_line ul {
	display: table;
	table-layout: fixed;
}
#footer .f_line li {
	display: table-cell;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	padding: 0 1%;
	border-left: solid 1px #5e4821;
}
#footer .f_line li:first-child {
	border-left: none;
}
#footer .f_line .line_lead {
	text-align: left;
	width: 41%;
}
#footer .f_line .line_btn {
	width: 21%;
}
#footer .f_line .line_id {
	width: 21%;
	vertical-align: middle;
}
#footer .f_line .line_qr {
	width: 17%;
}
#footer .f_line .line_lead dl {
	max-width: 420px;
}
#footer .f_line .line_lead dt {
	font-size: 136%;
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1.4em;
	margin-bottom: 20px;
}
#footer .f_line .line_lead dt span {
	color: #2cb213;
}
#footer .f_line .line_btn dt {
	margin-bottom: 10px;
}
#footer .f_line .line_id dt {
	max-width: 180px;
	margin: 0 auto 15px;
	padding: 20px 0;
	background: #fff;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
}
#footer .f_line .line_qr dt {
	margin-bottom: 5px;
}

/***************/
/* お問い合わせ */
/***************/
#footer .f_contact {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer .f_contact .abs_img {
	position: absolute;
	z-index: 0;
	left: 5%;
	bottom: 0;
}
#footer .f_contact ul {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	z-index: 1;
}
#footer .f_contact li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
#footer .f_contact .cnt_tel {
	width: 55%;
	padding-right: 5%;
}
#footer .f_contact .bnt_reserve {
	width: 38%;
}
#footer .f_contact .cnt_tel dt,
#footer .f_contact .cnt_tel dd {
	display: inline-block;
	vertical-align: middle;
}
#footer .f_contact .cnt_tel dt {
	color: #5e4821;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1.4em;
}
#footer .f_contact .cnt_tel dd,
#footer .f_contact .cnt_tel dd a {
	color: #009784;
}
#footer .f_contact .cnt_tel dd {
	font-size: 280%;
	letter-spacing: normal;
	line-height: 1.2em;
	position: relative;
}
#footer .f_contact .cnt_tel dd i {
	font-size: 70%;
	position: relative;
	left: 0;
	top: -0.15em;
}
#footer .f_contact .bnt_reserve a {
	display: block;
	padding: 40px 3%;
	background: -moz-linear-gradient(45deg,  rgba(0,151,132,1) 0%, rgba(0,151,132,0.7) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(0,151,132,1) 0%,rgba(0,151,132,0.7) 100%);
	background: linear-gradient(45deg,  rgba(0,151,132,1) 0%,rgba(0,151,132,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009784', endColorstr='#b3009784',GradientType=1 );
	position: relative;
}
#footer .f_contact .bnt_reserve a::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 0;
	border-color: transparent #fff transparent transparent;
	opacity: 0.6;
}

#footer .copyright {
	border-top: solid 1px rgba(94,72,33,0.3);
	width: 94%;
	margin: 0 auto;
	padding: 40px 3%;
	text-align: center;
	color: #5e4821;
	font-size: 84%;
	letter-spacing: .12em;
	line-height: 1.6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#footer .bg_brown {
	padding-top: 5%;
	padding-bottom: 5%;
}
#footer .bg_brown .f_inf {
	width: 90%;
	max-width: 100%;
	margin: 0 auto 5%;
	float: none;
	font-size: 100%;
	letter-spacing: .12em;
	line-height: 1.6em;
	text-align: center;
}
#footer .bg_brown .f_map {
	clear: both;
	margin-left: 0;
	width: 60%;
	max-width: 100%;
	float: left;
}
#footer .bg_brown .f_parking {
	width: 38%;
	max-width: 100%;
	float: right;
}

/* 医院情報 */
#footer .bg_brown .f_clinic {
	margin-bottom: 15px;
}
#footer .bg_brown .f_clinic dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

#footer .bg_brown .f_tel li {
	float: none;
	display: inline-block;
}

#footer .bg_brown .f_timetable li:last-child {
	padding: 15px 10% 0;
}
#footer .bg_brown .f_timetable li:last-child p.flt_r {
	float: left;
}

/*********/
/* ライン */
/*********/
#footer .f_line {
	padding: 3% 0;
}
#footer .f_line ul {
	display: block;
	_zoom: 1;
	overflow: hidden;
}
#footer .f_line li {
	display: block;
	padding: 0;
	border-left: none;
	float: left;
}
#footer .f_line .line_lead {
	width: 100%;
	float: none;
	text-align: center;
	padding-bottom: 3%;
}
#footer .f_line .line_btn {
	width: 33.3333%;
}
#footer .f_line .line_id {
	padding: 20px 0 5px;
	width: 33.3333%;
	border-left: solid 1px #5e4821;
	border-right: solid 1px #5e4821;
}
#footer .f_line .line_qr {
	width: 33.3333%;
}
#footer .f_line .line_lead dl {
	max-width: 100%;
}
#footer .f_line .line_lead dt {
	margin-bottom: 5px;
}

/***************/
/* お問い合わせ */
/***************/
#footer .f_contact {
	padding-top: 3%;
	padding-bottom: 10px;
}
#footer .f_contact ul {
	width: 100%;
}
#footer .f_contact .cnt_tel {
	width: 50%;
	padding-right: 0;
	padding-left: 10%;
}
#footer .f_contact .bnt_reserve {
	width: 38%;
}
#footer .f_contact .cnt_tel dt,
#footer .f_contact .cnt_tel dd {
	display: block;
}
#footer .f_contact .cnt_tel dt {
	margin-bottom: 5px;
}
#footer .f_contact .bnt_reserve a {
	padding: 30px 3%;
}

#footer .copyright {
	padding: 3%;
	padding-bottom: 100px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#footer .bg_brown {
	padding-top: 10%;
	padding-bottom: 6%;
}
#footer .bg_brown .f_inf {
	width: 100%;
	float: none;
	margin: 0 auto 8%;
	font-size: 100%;
}
#footer .bg_brown .f_map {
	margin-left: 0;
	width: 100%;
	float: none;
	margin: 0 auto 6%;
	padding-bottom: 8%;
	border-bottom: solid 1px rgba(255,255,255,0.3);
}
#footer .bg_brown .f_parking {
	width: 100%;
	max-width: 100%;
	float: none;
	margin: 0 auto;
}

/* 医院情報 */
#footer .bg_brown .f_clinic {
	margin-bottom: 3%;
}

#footer .bg_brown .f_tel {
	margin-bottom: 5%;
}

#footer .bg_brown .f_timetable li:first-child {
	border-top: solid 1px rgba(255,255,255,0.3);
}
#footer .bg_brown .f_timetable li:last-child p.flt_l {
	width: 65%;
}
#footer .bg_brown .f_timetable li:last-child p.flt_r {
	width: 35%;
}

/* 地図 */
/*#footer .bg_brown #map_canvas {
	height: 250px;
}*/
#footer .bg_brown iframe {
	height: 300px;
}

/* 駐車場 */
#footer .bg_brown .f_parking dd {
	font-size: 100%;
	line-height: 1.6em;
}

/*********/
/* ライン */
/*********/
#footer .f_line {
	padding: 6% 0;
	font-size: 100%;
}
#footer .f_line ul {
	display: block;
}
#footer .f_line li {
	display: block;
	padding: 5% 0;
	border-left: none;
	border-top: solid 1px rgba(94,72,33,0.5);
}
#footer .f_line li:first-child {
	padding-top: 0;
	border-top: none;
}
#footer .f_line .line_lead {
	width: 100%;
}
#footer .f_line .line_btn {
	width: 100%;
}
#footer .f_line .line_id {
	width: 100%;
}
#footer .f_line .line_qr {
	width: 100%;
}
#footer .f_line .line_lead dl {
	max-width: 100%;
}
#footer .f_line .line_lead dt {
	font-size: 130%;
	margin-bottom: 5px;
}
#footer .f_line .line_id dt {
	margin-bottom: 10px;
}

/***************/
/* お問い合わせ */
/***************/
#footer .f_contact {
	display: none;
}

#footer .copyright {
	border-top: none;
	padding: 5% 3% 100px;
}
}


/* スマホタップ
------------------------------------------*/
.popup {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9999;
	display:none
}
.underPopup {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.popupInner {
	background: #fff;
	position: absolute;
	z-index:2;
	width: 94%;
	max-width: 400px;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
	padding: 6% 3%;
	text-align: center;
	color: #5e4821;
	overflow: visible;
}
.popup .pop_clinic {
	margin-bottom: .5em;
}
.popup .pop_clinic dt {
	font-size: 90%;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: .4em;
}
.popup .pop_clinic dd {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.2em;
}
.popup .pop_clinic dd.ft_web {
	margin-top: .5em;
	font-size: 70%;
	font-weight: normal;
	letter-spacing: .12em;
	line-height: 1.2em;
}
.popup .pop_tel {
	margin: 1.0em 0;
	background: -moz-linear-gradient(left,  rgba(148,126,97,1) 0%, rgba(148,126,97,0.8) 100%);
	background: -webkit-linear-gradient(left,  rgba(148,126,97,1) 0%,rgba(148,126,97,0.8) 100%);
	background: linear-gradient(to right,  rgba(148,126,97,1) 0%,rgba(148,126,97,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#947e61', endColorstr='#cc947e61',GradientType=1 );
	padding: .8em 0;
}
.popup .pop_tel img {
	line-height: 1.0em;
}
.popup .pop_tel .tap_txt {
	width: 80%;
	margin: .4em auto 0;
	background: #fff;
	padding: .2em 0;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
	border-radius: 50px;
}
.popup .pop_time {
	margin-bottom: 1.0em;
}
.popup .pop_time dt {
	margin-bottom: .5em;
}
.popup .pop_time dd {
	width: 100%;
	max-width: 590px;
	margin: .4em auto 0;
	text-align: left;
	font-size: 80%;
	letter-spacing: normal;
	line-height: 1.4em;
	text-indent: -1.0em;
	margin-left: 1.0em;
}
.popup .pop_time dd.sat_txt {
	background: url(../access/images/circle.svg) no-repeat left .25em;
    padding-left: 1.5em;
    background-size: 1.0em 1.0em;
	text-indent: 0;
	margin-left: 0;
}
.popup .pop_time dd:last-child {
	color: #f37e7e;
	font-weight: bold;
}
.popup .closePopup a {
	display: block;
	padding: .5em 0;
	border: solid 1px #ccc;
	color: #666;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
}



