﻿@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------*/
/*------------------------ header ----------------------------------*/
/*------------------------------------------------------------------*/

header{
	width:80%;
	max-width:1170px;
	margin:0 auto 0 auto;
	overflow:hidden;
}

h1{
	width:80%;
	max-width:1170px;
	margin:0 auto 0.2em auto;
	text-align:center;
	font-size: 80%;
	color:#001655;
	font-weight: normal;
	display: block;
}

/*------------------------------------------------------------------*/
/*------------------------HOME Key visual --------------------------*/
/*------------------------------------------------------------------*/	

.kv-wrapper{
	background: url(../../img/kv/kv_01.png) no-repeat top center;
	background-size: 100% 100%;
	padding: 2% 0;
	display: block;
}

/* delay ---------------------------------------------------------*/
.delay-show{
	margin:0 auto 1% auto;
	padding:0 0;
	text-align:center;
	list-style:none;
	display: block;
}

.delay-show li{
	margin:0 auto 1% auto;
	text-align:center;
}

figure{
	margin: 0 auto 1em;
}

/*------------------------------------------------------------------*/
/*------------------------FOOTER設定 page.cssと同じ ----------------*/
/*------------------------------------------------------------------*/	
.foot-wrap{
	margin:0 auto 0 auto;
	max-width:1170px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.logo-area{
	float: left;
	width:50%;
	margin: 0 10% 0 0;
}

.info-area{
	float: right;
	width:30%;
	text-align: right;
}

/*------------------------------------------------------------------*/
/*------------------------HOME PICK UP -----------------------------*/
/*------------------------------------------------------------------*/	

.features{
	margin: 0 auto 2em;
}


.features dl{
	box-shadow:0px 0px 3px 0px #cccccc;
	-moz-box-shadow:0px 0px 3px 0px #cccccc;
	-webkit-box-shadow:0px 0px 3px 0px #cccccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background: #fff;
	border: 1px solid #efefef;
	padding: 2% 2% 1% 2%;
	width:49%;
	display: inline-block;
	margin-bottom: 1%;
	vertical-align: top;
}

.features dl.f01{
	background: url(../../img/features_bg01.png) no-repeat left top #fff;
	background-size: auto 100%;
}

.features dl.f02{
	background: url(../../img/features_bg02.png) no-repeat right bottom #fff;
	background-size: auto 100%;
}

.features dl.f03{
	background: url(../../img/features_bg03.png) no-repeat left top #fff;
	background-size: auto 100%;
}

.features dl.f04{
	background: url(../../img/features_bg04.png) no-repeat right bottom #fff;
	background-size: auto 100%;
}

.features dl dt{
	background: url(../img/line_deco.png) top center repeat-x,url(../img/line_deco.png) bottom center repeat-x;
	padding: 4% 0 4% 0;
	text-align: center;
}

.features dl dd{
	text-align: center;
	margin: 0 auto;
}

.features dl dd.f-txt{
		text-align: left;
	line-height: 1.2em;
	margin:0.5em auto;
	font-size: 90%;
	font-weight: bold;
}

.features dl dd .btn_h-lnk{
	background: #AD1F49;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0.1em 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 80%;
	clear: both;
}

.features dl dd .btn_h-lnk:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;	
	opacity:0.70;
	}




/*------------------------------------------------------------------*/
/* ------Information -----------------------------------------------*/
/*------------------------------------------------------------------*/

#info-area, .info-wrap{
	box-shadow: 0px 0px 3px 0px #cccccc;
	-moz-box-shadow: 0px 0px 3px 0px #cccccc;
	-webkit-box-shadow: 0px 0px 3px 0px #cccccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;
	border: 1px solid #efefef;
	padding: 2% 0 0 0;
	margin-bottom: 1.5em;
	overflow: hidden;
}

.info-wrap ul{
	margin-bottom: 0;
}

.info-wrap span{
	display: block;
	text-align: left;
}

#info-area dl{
	display: block;
	margin: 0 auto 1em auto;
	padding: 0;
	font-size: 90%;
	width:96%;
	border-bottom: 1px dotted #E8527C;
}

#info-area dl dt{
	color:#E8527C;
	text-align: left;
	border-top: 1px dotted #E8527C;
	padding-top: 0.5em;
}

#info-area dl dt:before{
display: inline-block;
	font-family: FontAwesome;
	content: "\f2c6";
	font-weight: normal;
	font-style: normal;
	margin-right:0.3em;
}

#info-area dl dd{
	text-align: left;
	margin-left: 1.3em;
	padding-bottom: 0.5em;
}

#info-area dl dt span.date{
	margin-left: 1em;
	color:#A8A8A8;
	font-size: 90%;
}

/*------------------------------------------------------------------*/
/* ------HOME SUMMARY ----------------------------------------------*/
/*------------------------------------------------------------------*/

.home-summary{
	box-shadow:0px 0px 3px 0px #cccccc;
	-moz-box-shadow:0px 0px 3px 0px #cccccc;
	-webkit-box-shadow:0px 0px 3px 0px #cccccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background: #fff;
	border: 1px solid #efefef;
	padding: 2% 0 0 0;
	width: 96%;
	margin: 0 auto;
}

h2{
	background: url(../img/border-silver.png) bottom left repeat-x ;
	background-size:100% auto;
	color:#666;
	padding: 0.3em 0 0.2em 0;
	font-size:130%;
	margin-bottom: 1.5em;
}

h2 br{
	display: none;
}

/* MAP ----------------------------*/
.home-outline-cont iframe{
	border:1px solid #001655;
}

#mapCanvas {
    overflow: hidden;
    border-radius: 8px;
		clear:both;
		border:1px solid #efefef;
		display:block;
}


/* 診療時間　------------*/

.timetable{
	width:100%;
}


	
/*------------------------------------------------------------------*/
/*------------------------HOME ONLY --------------------------------*/
/*------------------------------------------------------------------*/

h3{
	text-align:center;
	color:#fff;
	background:#B0C660;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	width:12em;
	margin-bottom:0.5em;
}

h3.full{
	width:100%;
	margin-bottom:1em;
	padding:0.2em;
}



/* List */

.pt-list-b {
    line-height: 1.4em;
    list-style: outside none none;
    margin-bottom: 1.5em;
    margin-left: 1.5em;
    width: 92%;
}
.pt-list-b li {
    display: block;
    margin-bottom: 0.8em;
    padding-left: 0em;
}
.pt-list-b li:before {
    color: #B0C660;
    content: "\f015";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 0.2em;
		font-size:1.5em;
}






/*------------------------------------------------------------------*/
/*■■■TABLET■■■------------------------------------------------*/
/*------------------------------------------------------------------*/

@media only screen and (max-device-width: 1170px){
	
	.ol-item dd.nw br{
	display:none;
}
}

@media only screen and (max-device-width: 1070px){


h1{
	width: 100%;
}
	
.head-info {
	margin-right: 0em;
	margin-bottom: 1em;
}

.teaser-inner-lst{
	width:100%;
	padding-left:0;
	margin:0 auto;
}

.teaser-inner-lst li{
	margin:0 auto 0.2em auto;
	width:10em;
	font-size:1.2em;
}

.delay-show{
	margin:0 auto;
	padding:0 0 0 0;
	list-style:none;
	width:98%;
}

.timetable{
	width:100%;
}

}

/* --------------------------------------------------------------------------*/
/* ■■■SP■■■ -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	

.head-copy{
	font-size:0.7em;
	margin-bottom:0;
}

h1{
	width: 100%;
	padding-top: 0.3em;
	margin-bottom:0.5em;
	font-size: 60%;
	line-height: 1.2em;
}
	
h2 {
    font-size: 100%;
	line-height: 1.2em;
	padding-bottom: 0.8em;
}
	
h2 br{
	display: block;
}
	
	
	
header{
	width:100%;
	margin:0 auto;
}


.delay-show{
	margin:0 auto;
	padding:0 0 0 0;
	list-style:none;
		width:96%;
}

.delay-show li{
	margin-bottom:1em;
	display:block;
}
	
.delay-show li:first-of-type img{
	width:50%;
	height: auto;
	margin: 0 auto;
	}
	
	

.delay-show li.teaser-lead{
	text-align:left;
}

.delay-show li.teaser-lead br{
	display:none;
}

.teaser-inner-lst{
	width:100%;
	text-align:left;
	margin-bottom:1em;
}
.teaser-inner-lst li{
	width: 48%;
	text-align:left;
	float:left;
	margin:0 0.8% 0.5em 0.8%;
}

/*------------------------------------------------------------------*/
/*------------------------HOME PICK UP -----------------------------*/
/*------------------------------------------------------------------*/	
.features dl{
	padding: 2% 2% 1% 2%;
	width:100%;
	display: block;
	margin-bottom: 5%;
	vertical-align: top;
}
	

/*------------------------------------------------------------------*/
/* ------Information -----------------------------------------------*/
/*------------------------------------------------------------------*/
	
#info-area, .info-wrap {
	width:100%;
	padding: 0.5em 0.5em;
}

#info-area  dl{
	width:100%;
	}	
#info-area dl dd{
	margin-left: 0em;
	line-height: 1.4em;
}	
	


/*------------------------------------------------------------------*/
/* ------HOME SUMMARY ----------------------------------------------*/
/*------------------------------------------------------------------*/
.home-summary{
	width: 100%;
}
.home-map{
	margin-top:1em;
}

/* 診療時間　------------*/
#timetable{
	margin-bottom:0;
	width:96%;
}
	
/*------------------------------------------------------------------*/
/*------------------------FOOTER設定 page.cssと同じ ----------------*/
/*------------------------------------------------------------------*/	
	
.foot-wrap{
	width:100%;
	margin:0 auto 0 auto;
	display:grid;
	}
	
.logo-area{
	float: none;
	width:100%;
	margin: 0 auto 0 auto;
	display: block;
}

.info-area{
	float: none;
	width:60%;
	margin: 0 auto 0 auto;
	display: block;
}	
	

}

/*------------------------PRINT ------------------------------------*/

@media only print {
	
.container{
	width:96%;
			font-size:90%;
}

.head-info img{
	width:60%;
}
	
	
	
}
