@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;
	color: #63534c;
    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{
	border-radius: 10px;
}
.box1 .inbox2 .flexbox .con_r{
    width: 45%;
    max-width: 470px;
    text-align: center;
}
.box1 .inbox2 .flexbox .con_r h3{
    color: #49ace3;
    font-size:170%;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    border-bottom: 2px solid #49ace3;
    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 .access_list li{
    position: relative;    
    padding: 1.6em 0 1.4em;
    text-align: center;
    border-bottom: dashed #453b3b 2px;
}
.box1 .inbox2 .access_list dl{
    display: inline-block;
    margin: 0 auto;
	color: #63534c;
    font-size: 115%;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    text-align: left;   
    width: 94%;
}
.box1 .inbox2 .access_list dt{
    position: relative;
    padding-left: 1.2em;
    box-sizing: border-box;
	margin-bottom: .4em;
}
.box1 .inbox2 .access_list dt::before{
    position: absolute;
    display: block;
    content: "・";
    left: 0;
    top:0;
}
.box1 .inbox2 .access_list dd {
	padding-left: 1.2em;
}
.box1 .inbox2 .access_list dd p {
    font-size: 150%;
	line-height: 1.2em;
    letter-spacing: .1em;
	text-indent: -.5em;
}
.box1 .inbox2 .access_list dd .short {
    font-size: 80%;
}
.box1 .inbox2 .access_list dd .color {
    color: #df705b;
}
.box1 .inbox2 .access_list dd .short .color {
    font-size: 140%;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.box1 .inbox1 dl dd{
    letter-spacing: 0.1em;
}
.box1 .inbox2 .flexbox .con_r h3{
    font-size: 160%;
    letter-spacing: .1em;
}
.box1 .inbox2 .access_list dl {
	display: block;
    width: 100%;
}
.box1 .inbox2 .access_list dd {
	font-size: 1.7vw;
}
}

/* 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 dd {
	font-size: 2.0vw;
}
.box1 .inbox2 .access_list dd br.irregular {
	display: none;
}
}

/* 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 p .sp_tel_btn{
    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 dl {
	display: block;
    width: 100%;
}
.box1 .inbox2 .access_list dd {
    font-size: 80%;
}
}






/* 診療時間
---------------------------------------------------------*/
.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.2em;
    margin-bottom: .5em;
}
.box2 .inbox1 .flexbox .con_l .kamoku dt img {
	display: block;
}
.box2 .inbox1 .flexbox .con_l .kamoku dt::before{
    position: absolute;
	font-family: 'fontello';
	content: '\e801';	
	left: 0;
	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% - 150px);
}
.box2 .inbox1 .flexbox .con_l .kamoku dd li{
    position: relative;
    display: inline-block;
    line-height: 1.3em;
    letter-spacing: .15em;
    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 dt::after{
    width: calc(100% - 130px);
}
.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{
	padding-top: 4%;
    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%;
    margin-bottom: .5em;
}
.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_gin {
    padding-left: 1em;
    padding-right: 1em;
}
}







/* 駅からの詳しい道順をご案内
---------------------------------------------------------*/
.box3{
    background:rgba(226,223,208,0.65);
    padding-bottom: 100px;
}
.box3 .box3_tit {
    background: #5fae97;
    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 .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;
}

/*3列*/
.box3 .root_box ul.col3 {
	width: 90%;
	max-width: 904px;
	margin-left: auto;
	margin-right: auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.box3 .root_box ul.col3::after {
	display: none;
}
.box3 .root_box ul.col3 li {
	width: 30%;
    max-width: 268px;
	margin-right: 0;
}

.box3 .root_box ul > li > p {
    line-height: 1.8em;
    letter-spacing: 0.05em;
    margin-top: 1em;
	padding-left: 3.9em;
	background-image: url("../images/no1@2x.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 3.0em auto;
}
.box3 .root_box ul > li:nth-child(1) > p {background-image: url("../images/no1@2x.png");}
.box3 .root_box ul > li:nth-child(2) > p {background-image: url("../images/no2@2x.png");}
.box3 .root_box ul > li:nth-child(3) > p {background-image: url("../images/no3@2x.png");}
.box3 .root_box ul > li:nth-child(4) > p {background-image: url("../images/no4@2x.png");}
.box3 .root_box ul > li:nth-child(5) > p {background-image: url("../images/no5@2x.png");}
.box3 .root_box ul > li:nth-child(6) > p {background-image: url("../images/no6@2x.png");}
.box3 .root_box ul > li:nth-child(7) > p {background-image: url("../images/no7@2x.png");}
.box3 .root_box ul > li:nth-child(8) > p {background-image: url("../images/no8@2x.png");}
.box3 .root_box ul > li:nth-child(9) > p {background-image: url("../images/no9@2x.png");}
.box3 .root_box ul > li:nth-child(10) > p {background-image: url("../images/no10@2x.png");}
.box3 .root_box ul > li:nth-child(11) > p {background-image: url("../images/no11@2x.png");}
.box3 .root_box ul > li:nth-child(12) > p {background-image: url("../images/no12@2x.png");}

/* 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 .root_box ul li{
    width: 23.5%;
	margin-right: 2%;
    margin-bottom: 3%;
}

/*3列*/
.box3 .root_box ul.col3 li {
	width: 31%;
}
	
.box3 .root_box ul > li > p {
    margin-top: .6em;
	padding-left: 2.8em;
	background-size: 2.2em auto;
}
}

/* 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 .root_box ul{
    display: -webkit-block !important;
	display: block !important;
    margin-bottom:0;
}
.box3 .root_box ul li{
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 6%;
}

/*3列*/
.box3 .root_box ul.col3 {
	width: 100%;
	max-width: 100%;
}

.box3 .root_box ul li .img{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.box3 .root_box ul > li > p {
    line-height: 1.6em;
    letter-spacing: normal;
    margin-top: .5em;
	padding-left: 2.6em;
	background-size: 2.1em auto;
}
}