@charset "UTF-8";
/* CSS Document */

h1{
	background-color:transparent;
}

header{
	height:120px;
	display:flex;
	justify-content:center;
	align-items:center;
}

#indiv_header_image{
}

#article{
	text-align:center;
}

#over_bg{
	height:600px
}

#container01{
	height:auto;
	color:#333;
	background-color:rgba(255,255,255,0.8);
	text-align:center;
	padding:32px 4px 16px;
	line-height:1.5;
	font-size:1.125em;
	box-sizing:border-box;
}

h2{
	border-bottom:none;
	padding-bottom:0;
}

#container01 h2.tag{
	font-size:3em;
	font-weight:bold;
	margin-bottom:16px;
}

#container02{
	height:auto;
	color:#333;
	background-color:rgba(255,255,255,0.8);
	text-align:center;
	padding:32px 4px 16px;
	line-height:1.5;
	font-size:1.125em;
	box-sizing:border-box;
}

.branch{
	margin-bottom:40px;
	padding:24px;
	box-sizing:border-box;
	background-color:#FFF;
	
}

#container02 h3.tag{
	background-color:#066;
	color:#FFF;
	font-size:1.5em;
	padding:8px 0;
	margin-bottom:24px;
	box-sizing:border-box;
}


#container02 .stem{
	padding:0 8px;
	box-sizing:border-box;
}

#tokuten_naiyou_wrap{
	display:flex;
	justify-content:space-between;
}


#tokuten_naiyou_wrap .tokuten_image{
	width:49%;
	padding:16px;
	text-align:left;
	border:2px solid #366;
	box-sizing:border-box;
	margin-bottom:24px;
}

#tokuten_naiyou_wrap .tokuten_image p{
	height:140px;
	display:flex;
	align-items:center;
}

.tokuten_tag{
	font-size:1.25em;
	font-weight:bold;
	border-bottom:1px solid #333;
	margin-bottom:8px;
	margin:0 auto;
}

.nyukai_rei{
	margin-bottom:24px;
}

.nyukai_rei + .nyukai_rei{
	margin-bottom:0;
}

.nyukai_rei_tag {
	font-weight:bold;
	background-color:#DFD;
	line-height:2;
	padding:4px;
	box-sizing:border-box;
}

dl{
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid #CCC;
	font-size:0.875em;
}

dt{
	flex:0 1 25%;
	padding:8px 0;
}

dd{
	flex:1;
	padding:8px 0;
}

dd.sp_only{
	display:none;
}

ul#tyuiziko li{
	text-indent:-1em;
	padding-left:1em;
}

.branch:nth-child(4) ul{
	text-align:left;
}

#otoi_wrap{
	display:flex;
	justify-content: space-between;
}

#otoi_wrap .box{
	border: 2px solid #066;
	padding:16px;
	text-align:center;
	width:49%;
	box-sizing:border-box;
}

.otoi_wrap_box_tag{
	font-size:1.25em;
	border-bottom:1px solid #999;
	padding-bottom:16px;
	margin-bottom:16px;
}

.tel_mobile{
	display:none;
}

.tel_pc{
	pointer-events: none;
	text-decoration:none;
	margin:0 auto;
	font-size:1.5em;
	line-height:1.5;
	color:#39F;
}

.tel_pc img{
	display:;
	vertical-align:-4px;
}

.tel_pc p{
	display:inline-block;
	vertical-align:middle;
}

#form_kotira{
    display: inline-block;
	color:#FFF;
    padding: 0.5em 1em;
    text-decoration: none;
    background-color: #39F;
    border-radius: 3px;
}

#form_kotira img{
	display:inline-block;
	margin-right:4px;
	vertical-align:middle;
}

#form_kotira p{
	display:inline-block;
	vertical-align:middle;
}


@media only screen and (max-width: 750px) {

header{
	height:auto;
	padding:8px 0;
}

#indiv_header_image{
	margin-top:64px;
	height:20vw;
}

h1{
	margin-top:60vw;
	background-color:rgba(255,255,255,0.8);
	color:#333;
	
}

#article{
	text-align:center;
}

#over_bg{
	height:0;
}

#container01{
	padding:24px 8px 16px;
	font-size:1em;
	background-color:;
}

#container01 h2.tag{
	font-size:2em;
	margin-bottom:16px;
}

#container02{
	height:auto;
	color:#333;
	background-color:rgba(255,255,255,0.8);
	text-align:center;
	padding:24px 0px 16px;
	line-height:1.5;
	font-size:1em;
	box-sizing:border-box;
}

.branch{
	margin-bottom:24px;
	padding:12px;
	box-sizing:border-box;
	background-color:#FFF;
}

.branch > p{
	text-align:left;
}

#container02 h3.tag{
	font-size:1.5em;
	padding:4px 0;
	margin-bottom:12px;
}

ul#tyuiziko li{
	font-size:0.875em;
}

.tokuten_tag{
	text-align:center;
}



#tokuten_naiyou_wrap{
	display:block;
	justify-content:flex-start;
	margin-bottom:;
}

#tokuten_naiyou_wrap .tokuten_image{
	width:100%;
	padding:16px;
	margin-bottom:12px;
}

.nyukai_rei_tag{
	margin-bottom:8px;
	background-color:;
	font-size:1.25em;
	line-height:1.5;
}

dl:first-child{
	display:none;
}

.dl_wrap{
	text-align:left;
}

dl{
	flex-wrap:wrap;
	border:none;
	margin-bottom:8px;
}

dt{
	flex:1 0 100%;
	font-weight:bold;
	padding-left:;
	box-sizing:border-box;
	border-bottom:1px solid #999;
}

dd.sp_only{
	display:block;
}

dd{
	flex:1 0 50%;
	border-bottom:1px dotted #CCC;
}

#otoi_wrap{
	display:block;
}

#otoi_wrap .box{
	width:100%;
}

#otoi_wrap .box:first-child{
	margin-bottom:16px;
}

.tel_pc{
	display:none;
}

.tel_mobile{
	display:inline;
	font-size:1.5em;
	color:#39F;
}

.tel_mobile_wrap{
	padding-bottom:1px;
	border-bottom:2px solid #39F;
}

.tel_mobile img{
	vertical-align:-3px;
	height:20px;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root body {
        background-color: #eee;
    }
}