﻿@charset "utf-8";

/* ■■■メインイメージ■■■*/


#header-bg_base {
width: 100%;
z-index:0;
background-color: #FFF;
position: relative;
height: 250px !important;
}

#header-bg::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 74%;
background-image : url(../images/bg01.jpg);
height: 100%;
background-position: 0 center !important;
background-repeat: no-repeat !important;
background-size: cover;

}


#header-bg p.ty01 {
position: absolute;
bottom: 0;
right: 0;
width: 46%;
z-index: 1;
padding: 60px 0 40px 0;
font-size: 34px;
font-weight: bold;
background: url(../../common/images/navi_icon3.svg) center 12px no-repeat #f0f8ff;
background-size: 30px 30px;
color: #459dc1;
}

/* max-width: 768px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 768px){

#header-bg_base {
height: 180px !important;
}

#header-bg::after {
width: 74%;
}

#header-bg p.ty01 {
width: 56%;
padding: 45px 0 20px 0;
font-size: 24px;
background-size: 23px 23px;
}

}
/* max-width: 768px @end */




/* ■■■その他診療案内■■■*/

.cont01 {
margin-top: 20px;
padding-right: 20px;
float: left;
}

.cont02 {
margin-top: 20px;
padding-left: 20px;
float: right;
}

.cont03 {
margin-top: 20px;
padding-right: 20px;
margin-bottom: 20px;
float: left;
font-weight: bold;
}

.cont04 {
margin-top: 20px;
padding-left: 20px;
margin-bottom: 20px;
float: right;
font-weight: bold;
}

.cont05 {
padding: 20px;
text-align: left;
background: url(../../common/images/bg01.gif) 0 0;
}

.ap_f_nav01 ul{
margin-top: 40px;
width: 100%;
letter-spacing: 0;
font-size: 0;
}

.ap_f_nav01 ul li{
display: inline-block;
width: 48%;
margin-right: 10px;
margin-top: 20px;
}

.ap_f_nav01 ul li:nth-child(2n) {
margin-right: 0;
}

.ap_f_nav01 ul li a{
display: flex;
border: 3px solid #F7F7F7;
height: 100px;
font-size: 16px;
justify-content: center; /*左右中央揃え*/
align-items: center;     /*上下中央揃え*/
letter-spacing: 0.2em;
}

.ap_f_nav01 ul li a{
text-decoration: none;
-webkit-transition: color 0.7s, background-color 1.0s;
-moz-transition: color 0.7s, background-color 1.0s;
transition: color 0.7s, background-color 1.0s;
position: relative;
}

.ap_f_nav01 ul li a:hover{
background-color: #F7F7F7;
}

.ap_f_nav01 ul li a::before {
font-family: 'FontAwesome';
content: '\f101';
position: absolute;
right: 3px;
top: 3px;
color: #333
font-size: 80%;
letter-spacing: normal;
line-height: 1.0em;
}

/* max-width: 768px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 768px){

.cont01 {
margin-top: 20px;
float: none;
text-align: center;
padding-right: 0;
}



.cont02 {
margin-top: 20px;
float: none;
text-align: center;
padding-left: 0;
}

.cont03 {
margin-top: 20px;
float: none;
text-align: center;
padding-right: 0;
}

.cont04 {
margin-top: 20px;
float: none;
text-align: center;
padding-left: 0;
}

.cont01 img,
.cont02 img,
.cont03 img,
.cont04 img {
width: 80%;
height: auto;
}

.cont05 {
padding: 10px;
}

}
/* max-width: 768px @end */








