@charset "UTF-8";

.contentpage .m_img_area .m_img {background-image: url("../images/m_img@2x.jpg");}


/* アクセスマップ
---------------------------------------------------------*/
.box1 .mapbox .com_btn1{
    margin-top: -2.2em;
    z-index: 2;
    position: relative;
}
.box1 .inbox1{
    position: relative;
    max-width: 1055px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-items: center;
    align-items: center;
}
.box1 .inbox1::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/shadow@2x.png")no-repeat top center;
    background-size: 100% auto;    
    width: 100%;
    max-width: 1500px;
    height: 129px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top:100%;
}
.box1 .inbox1 dl{
    width: 74%;
    margin: 0 auto;
    font-size:140%;
    letter-spacing: 0.15em;
    line-height: 2.4em;
    padding-left: 22%;/*imgと同じ幅*/
    box-sizing: border-box;
}
.box1 .inbox1 dl dd{
    font-size: 160%;
    letter-spacing: 0.18em;
}
.box1 .inbox1 dl dd span{
    letter-spacing: normal;
}
.box1 .inbox1 .img{
    width: 22%;
    max-width: 232px;
}

.box1 .inbox2{
    max-width: 1100px;
    margin: 0 auto;
}
.box1 .inbox2 address{
    text-align: center;
	line-height: 1.4em;
}
.box1 .inbox2 address p {
	margin-bottom: .6em;
}
.box1 .inbox2 address p:last-of-type {
	margin-bottom: 0;
}
.box1 .inbox2 .flexbox{
    display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-items: center;
    align-items: center;
    margin-bottom: 70px;
}
.box1 .inbox2 .flexbox .con_l{
    width: 51%;
    max-width: 557px;
    padding: 3% 2.5%;
    box-sizing: border-box;
}
.box1 .inbox2 .flexbox .con_l{
    background: url("../images/map_bg@2x.png")no-repeat top left;
    background-size: 100% 100%;
}
.box1 .inbox2 .flexbox .con_r{
    width: 45%;
    max-width: 469px;
    text-align: center;
}
.box1 .inbox2 .flexbox .con_r h3{
    color: #529bc2;
    font-size:173%;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    border-bottom: 2px solid #529bc2;
    padding-bottom: .7em;
}
.box1 .inbox2 .flexbox .con_r h3 span{
    position: relative;
    padding-left: 1.9em;
    box-sizing: border-box;
}
.box1 .inbox2 .flexbox .con_r h3 span::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/icon_train.svg")no-repeat top left;
    background-size: 100% auto;
    width: 30px;
    height: 42px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    left: 0;
}
.box1 .inbox2 .flexbox .con_r h3 strong{
    font-weight: normal;
    letter-spacing: normal;
}
.box1 .inbox2 .access_list li{
    position: relative;    
    padding: 1.6rem 0 1.4rem;
    text-align: center;
}
.box1 .inbox2 .access_list li:last-child{
    padding-bottom: 0;
}
.box1 .inbox2 .access_list li::before{
    position: absolute;
    display: block;
    content: "";
    border-bottom: dashed #453b3b 1.5px;
    bottom: 0;
    left: 0;
    width: 100%;
}
.box1 .inbox2 .access_list li:last-child::before{
    display: none;
}
.box1 .inbox2 .access_list li dl{
    display: inline-block;
    margin: 0 auto;
    font-size:115%;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    text-align: left;   
    width: 90%;
}
.box1 .inbox2 .access_list li dt{
    position: relative;
    padding-left: 1.2em;
    box-sizing: border-box;
}
.box1 .inbox2 .access_list li dt::before{
    position: absolute;
    display: block;
    content: "・";
    left: 0;
    top:0;
}
.box1 .inbox2 .access_list li dd{
    font-size:155%;
    line-height: 1.4em;
    letter-spacing: 0.15em;
}
.box1 .inbox2 .access_list li dd .short{
    font-size: 70%;
}
.box1 .inbox2 .access_list li dd .color{
    font-weight: normal;
    color: #e29974;
}
.box1 .inbox2 .access_list li:nth-child(1) dd .color,
.box1 .inbox2 .access_list li:nth-child(2) dd .color{
    font-size:140%;
}
.box1 .inbox2 .com_btn1 span::before {
	transform: rotate(180deg);
    content: '\e803';
    top: 10%;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
.box1 .inbox1 dl dd{
    letter-spacing: 0.1em;
}

.box1 .inbox2 .access_list li dl{
    width: 100%;
}
.box1 .inbox2 .access_list li dd{
    font-size:150%;
    letter-spacing: 0.1em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.box1 .mapbox iframe{
    height: 300px;
}
.box1 .inbox1 dl{
    width: 78%;
    font-size:110%;
    padding-left: 20%;/*imgと同じ幅*/
}
.box1 .inbox1 .img{
    width: 20%;
}
.box1 .inbox2 .flexbox{
    margin-bottom: 5%;
}
.box1 .inbox2 .flexbox .con_r h3{
    font-size:130%;
}
.box1 .inbox2 .flexbox .con_r h3 span::before{
    width: 1.1em;
    top: 75%;
}
.box1 .inbox2 .access_list li{   
    padding: 1.2rem 0 1rem;
}
.box1 .inbox2 .access_list li dl{
    font-size:100%;  
    width: 100%;
}
.box1 .inbox2 .access_list li dd{
    font-size:140%;
    letter-spacing: 0.1em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.box1 .mapbox iframe{
    height:45vw;
}
.box1 .mapbox .com_btn1{
    margin-top:.5rem;
}
.box1 .inbox1{
    display: -webkit-block;
	display: block;
}
.box1 .inbox1 dl{
    width: 100%;
    font-size:110%;
    letter-spacing: 0.1em;
    line-height: 2em;
    padding-left: 0;
}
.box1 .inbox1 dl dd{
    font-size: 150%;
    letter-spacing: 0.1em;
}
.box1 .inbox1 dl dd span{
    letter-spacing: normal;
}
.box1 .inbox1 .img{
    width:50%;
    margin: 0 auto 0;
}
.box1 .inbox2 address{
    text-align: center;
}
.box1 .inbox2 address a {
    text-decoration: underline;
}
.box1 .inbox2 address .sp_small {
	display: block;
	font-size: 90%;
	line-height: 1.6em;
}
.box1 .inbox2 address span{
    text-decoration: underline;
}
.box1 .inbox2 .flexbox{
    display: -webkit-block;
	display: block;
    margin-bottom: 5%;
}
.box1 .inbox2 .flexbox .con_l{
    width:100%;
    margin: 0 auto 6%;
}
.box1 .inbox2 .flexbox .con_r{
    width: 100%;
    max-width: 100%;
}
.box1 .inbox2 .flexbox .con_r h3{
    font-size:130%;
}
.box1 .inbox2 .flexbox .con_r h3 span{
    padding-left: 1.7em;
}
.box1 .inbox2 .flexbox .con_r h3 span::before{
    background-size: 1em auto;
    top: 65%;
}
.box1 .inbox2 .access_list li{   
    padding: .9rem 0 .8rem;
}
.box1 .inbox2 .access_list li dl{
    font-size:100%;
    letter-spacing: 0.05em;
    width:100%;
}
.box1 .inbox2 .access_list li dd{
    font-size:125%;
    letter-spacing: 0.1em;
}
}






/* 診療時間
---------------------------------------------------------*/
.box2 .inbox1 .flexbox{
    display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.box2 .inbox1 .flexbox .con_r{
    width: 53%;
}
.box2 .inbox1 .flexbox .con_l{
    width: 42%;
}
.box2 .inbox1 .flexbox .con_l .bnr{
    position: relative;
    max-width: 511px;
    margin: 0 auto 2.3rem;
}
.box2 .inbox1 .flexbox .con_l .bnr::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/time_bnr_deco.svg")no-repeat bottom left ;
    background-size:100% auto;
    width: 18.5%;
    max-width: 95px;
    height: 97px;
    bottom: .3rem;
    left: -0.5rem;
}
.box2 .inbox1 .flexbox .con_l .com_timetable{
    margin-bottom: 20px;
}
.box2 .inbox1 .flexbox .con_l .com_timetable dd {
	font-size:110%;
    margin-top: .6em;
}
.box2 .inbox1 .flexbox .con_l .kamoku dt{
    position: relative;
    font-size:140%;
    line-height: 1.4em;
    letter-spacing: 0.2em;
    padding-left: 1.5em;
    margin-bottom: 1rem;
}
.box2 .inbox1 .flexbox .con_l .kamoku dt::before{
    position: absolute;
	font-family: 'fontello';
	content: '\e801';	
	left: .4em;
	font-size:80%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    color: #b1aea9;
}
.box2 .inbox1 .flexbox .con_l .kamoku dt::after{
    position: absolute;
    display: block;
    content: "";
    border-bottom: dashed 1px #919aa4;
    top:55%;
	-webkit-transform: translateY(-50%); 
	transform: translateY(-50%); 
    right: 0;
    width: calc(100% - 7em);
}
.box2 .inbox1 .flexbox .con_l .kamoku dd li{
    position: relative;
    display: inline-block;
    line-height: 1.3em;
    letter-spacing: 0.22em;
    padding-left: 1.2em;
    box-sizing: border-box;
    margin-right: 1em;
}
.box2 .inbox1 .flexbox .con_l .kamoku dd li:last-child{
    margin-right: 0;
}
.box2 .inbox1 .flexbox .con_l .kamoku dd li::before{
    position: absolute;
    display: block;
    content: "";
    background: #b1aea9;
    background-size:100% auto;
    width: .9em;
    height: .9em;
    top: 58%;
	-webkit-transform: translateY(-50%); 
	transform: translateY(-50%); 
    left: 0;
    border-radius: 50%;
}
.box2 .inbox1 .flexbox .con_l .kamoku dd li span{
    letter-spacing: 0.05em;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
.box2 .inbox1 .flexbox .con_l .kamoku dd li{
    letter-spacing: normal;
}
.box2 .inbox1 .flexbox .con_l .kamoku dd li span{
    letter-spacing: normal;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.box2 .inbox1 .flexbox .con_r{
    width: 50%;
}
.box2 .inbox1 .flexbox .con_l{
    width: 47%;
}
.box2 .inbox1 .flexbox .con_l .bnr{
    margin: 0 auto 1rem;
}
.box2 .inbox1 .flexbox .con_l .com_timetable{
    margin-bottom: 5%;
}
.box2 .inbox1 .flexbox .con_l .com_timetable dd {
	font-size:100%;
    margin-top: .4em;
}
.box2 .inbox1 .flexbox .con_l .kamoku dt{
    font-size:120%;
    margin-bottom: .4rem;
}
.box2 .inbox1 .flexbox .con_l .kamoku dd li{
    letter-spacing: normal;
    font-size:95%;
    margin-right: .5em;
}
.box2 .inbox1 .flexbox .con_l .kamoku dd li span{
    letter-spacing: normal;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.box2 .inbox1 .flexbox{
    display: -webkit-block;
	display: block;
}
.box2 .inbox1 .flexbox .con_r{
    width:80%;
    margin: 7% auto 0;
    text-align: center;
}
.box2 .inbox1 .flexbox .con_l{
    width:100%;
}
.box2 .inbox1 .flexbox .con_l .bnr{
    margin: 0 auto 1rem;
}
.box2 .inbox1 .flexbox .con_l .com_timetable{
    margin-bottom: 5%;
}
.box2 .inbox1 .flexbox .con_l .com_timetable dd {
	font-size:100%;
    margin-top: .3em;
}
.box2 .inbox1 .flexbox .con_l .kamoku dt{
    font-size:110%;
    letter-spacing: 0.05em;
    margin-bottom: .3rem;
}
.box2 .inbox1 .flexbox .con_l .kamoku dd{
    line-height: 1.4em;
}
.box2 .inbox1 .flexbox .con_l .kamoku dd li{
    font-size:90%;
    letter-spacing: normal;
    padding-left: 1.1em;
    margin-right: .5em;
}
.box2 .inbox1 .flexbox .con_l .kamoku dd li span{
    letter-spacing:normal;
}
.box2 .com_contact .abs_box .ft_min {
    padding-left: 1em;
    padding-right: 1em;
}
}







/* 駅からの詳しい道順をご案内
---------------------------------------------------------*/
.box3{
    background:rgba(226,223,208,0.65);
    padding-bottom: 100px;
}
.box3 .box3_tit{
    background: #bcad37;
    text-align: center;
    color: #fff;
    font-size: 220%;
    letter-spacing: .15em;
    line-height: 1.4em;
	margin-bottom: 70px;
}
.box3 .box3_tit > div{
    position: relative;   
    padding: 1.7em 0;
    max-width: 1100px;
    margin: 0 auto;
}
.box3 .box3_tit .img{
    position: absolute;
    bottom: 0;
    left:4%;
    width: 17.5%;
}
.box3 .ank_list{
    max-width: 1100px;
    margin: 0 auto 70px;
    text-align: center;
    display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.box3 .ank_list li{
    width: 19.3%;
    height: 100%;
    background: #fff;
    background-size: 100% 100%;
    font-size:125%;
    letter-spacing: 0.15em;
    line-height: 1.4em;
    padding: 1.2em 0 3.2em;
    box-sizing: border-box;
    border-bottom: 2px solid #04aa10;
}
.box3 .ank_list li:nth-child(1){
    margin-left: 20.1%;
}
.box3 .ank_list li:nth-child(3){
    margin-right: 20.1%;
}
.box3 .ank_list li:hover{
    cursor: pointer;
    cursor: hand;
}
.box3 .ank_list li:nth-child(2){
    border-bottom: 2px solid #dd6443;}
.box3 .ank_list li:nth-child(3){
    border-bottom: 2px solid #105aa9;}

.box3 .ank_list li a{
    position: relative;
}
.box3 .ank_list li a::before{
    position: absolute;
	font-family: 'fontello';
	content: '\e802';	
	right: 0;
    left: 0;
    margin: 0 auto;
	font-size:140%;
	bottom: -1.3em;
    color: #ac9f8d;
    -webkit-transition: 0.6s;
	-moz-transition:0.6s;
	transition:0.6s;
}
.box3 .ank_list li:hover a::before{
    color: #04aa10;
    -webkit-transition: 0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}
.box3 .ank_list li:nth-child(2):hover a::before{
    color: #dd6443;}
.box3 .ank_list li:nth-child(3):hover a::before{
    color: #105aa9;}

.box3 .root_box h3{
    text-align: center;
    font-size:155%;
    letter-spacing: 0.15em;
    line-height: 1.4em;
    border-top: 1px solid #453b3b;
    border-bottom: 1px solid #453b3b;
    padding: 1em 0;
    margin-bottom: 50px;
}
.box3 .root_box h3 span{
    font-size:150%; 
    margin-left: .3em;
}
.box3 .root_box h3 strong{
    font-weight: normal;
    color: #04aa10;
}
.box3 #bill1 .root_box h3 strong{
    color: #dd6443;}
.box3 #bill2 .root_box h3 strong{
    color: #105aa9;}

.box3 .root_box ul{
    display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.box3 .root_box ul li{
    width: 22%;
	margin-right: 4%;
    margin-bottom: 45px;
}
.box3 .root_box ul li:nth-child(4n) {
	margin-right: 0;
}

.box3 .root_box ul li dl{
    display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-top: 1rem;
}
.box3 .root_box ul li dl dt{
    width: 3.2rem;
    font-size:230%;
    line-height: 1em;
    text-align: center;
    padding-top: .3em;
    color: #fff;
}
.box3 .root_box ul li dl dt p{
    position: relative;
    z-index: 2;
}
.box3 .root_box ul li dl dt p::before{
    position: absolute;
    display: block;
    content: "";
    background: #ac9f8d;
    background-size: 100% auto;
    width: 1.3em;
    height:1.3em;
    top:50%;
	-webkit-transform: translateY(-50%); 
	transform: translateY(-50%); 
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    z-index: -1;
}
.box3 .root_box ul li dl dd{
    width: calc(100% - 3.9rem);
    line-height: 1.8em;
    letter-spacing: 0.05em;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1100px) {
.box3 .box3_tit > div{ 
    padding: 5.1vw 0;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.box3{
    padding-bottom:8%;
}
.box3 .box3_tit{
    font-size:195%;
    letter-spacing: .1em; 
	margin-bottom: 4%;  
}
.box3 .box3_tit > div{ 
    padding: 1.4em 0;
}
.box3 .box3_tit .img{
    left:3%;
}
.box3 .ank_list{
	margin-bottom: 4%;
}
.box3 .ank_list li{
    font-size:110%;
    letter-spacing: 0.1em;
    padding: 1em 0 2.6em;
}
.box3 .ank_list li a::before{
	font-size:120%;
}
.box3 .root_box h3{
    font-size:120%;
    letter-spacing: 0.1em;
    margin-bottom: 3%;
}

.box3 .root_box ul li{
    width: 23.5%;
	margin-right: 2%;
    margin-bottom: 3%;
}

.box3 .root_box ul li dl{
    margin-top: .6rem;
}
.box3 .root_box ul li dl dt{
    width: 2rem;
    font-size:160%;
    padding-top: .4em;
}
.box3 .root_box ul li dl dt p::before{
    width: 1.3em;
    height:1.3em;
}
.box3 .root_box ul li dl dd{
    width: calc(100% - 2.5rem);
    line-height: 1.6em;
    font-size:95%;
    letter-spacing: normal;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.box3{
    padding-bottom: 10%;
}
.box3 .box3_tit{
    font-size: 140%;
    letter-spacing:normal;
	margin-bottom: 6%;
}
.box3 .box3_tit > div{  
    padding: .9em 0;
    margin: 0 auto;
}
.box3 .box3_tit .img{
    left:1%;
    width: 26%;
}
.box3 .ank_list{
	margin-bottom: 3%;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.box3 .ank_list li{
    width: 32%;
    font-size: 95%;
    letter-spacing:normal;
    padding: 1em 0 2.5em;
    margin-bottom: 2%;
}
.box3 .ank_list li:nth-child(1){
    margin-left: 0;
}
.box3 .ank_list li:nth-child(3){
    margin-right: 0;
}
.box3 .ank_list li a::before{
	font-size:120%;
	bottom: -1.3em;
}
.box3 .ank_list:after {/* 最後のコンテンツを左寄せにする指定 */
    content: "";
    display: block;
    width:32%; /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}  

.box3 .root_box{
    margin-bottom: 10%;
}  
.box3 #chiyoda .root_box{
    margin-bottom: 0;
}   
.box3 #chiyoda .root_box ul li:last-child{
    margin-bottom: 0;
}  
.box3 .root_box h3{
    font-size: 100%;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    margin-bottom: 3%;
}
.box3 .root_box h3 span{
    font-size:150%; 
}
.box3 .root_box ul{
    display: -webkit-block;
	display: block;
}
.box3 .root_box ul li{
    width:100%;
    max-width:100%;
    margin-bottom: 6%;
}
	
.box3 .root_box ul li .img{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.box3 .root_box ul li dl{
    margin-top:.5rem;
}
.box3 .root_box ul li dl dt{
    width: 3rem;
    font-size:160%;
    padding-top: .2em;
}
.box3 .root_box ul li dl dd{
    width: calc(100% - 3.2rem);
    line-height: 1.6em;
    letter-spacing: normal;
}
}