/* CSS Document */

html {
	font-size: 62.5%;
}
body {
	font-size: 1.0rem; /*10px*/
}
body {
	color: #333;
	font-family: 'Open Sans','Noto Sans JP', sans-serif;
	line-height: 1.75;
	box-sizing: border-box;
	position: relative;
}
.min{
	font-family: 'Noto Serif JP', serif;
}
.ttl{
	text-shadow: 0 1px #ffffff;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	position: relative;
	clear:both;
	font-size:1.8rem;
	margin:10px 10px 15px;
	padding:10px 10px 7px; 
	background-color:#f4f4f4;
	border-left: 3px solid #5ead3c;
}
.subttl{
	font-size:1.8rem;
	position: relative;
	padding: 0 .4em .1em ;
	border: 0 none;
	letter-spacing: .1rem;
	font-weight: 400;
	z-index: 1;
}
.subttl::before {
color: rgba(229,147,115,0.80);
	font-size: 2rem;
}
.subttl::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	content: '';
	width: 100%;
	height: 6px;
	border-radius: 5px;
	background-color: rgba(229,147,115,0.80);
}
*{
	margin: 0;
	padding: 0;
}
#catch .inner h1{
	line-height:2;
	z-index: 1;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 0 0;
	font-size: 1.2rem;
	clear: both;
	text-align: center;
	height: 3em;
}
#catch .inner h1 span{
	display: block;
	line-height:1;
	z-index: 1;
	position: relative;
	font-size: 3rem;
	clear: both;
	font-family: Roboto;
	font-weight: 900;
}
#contents section#contact h1{
	line-height:2;
	z-index: 1;
	position: relative;
	padding: 3rem 0 0;
	font-size: 1.2rem;
	clear: both;
	text-align: center;
}
#contents section h1 span{
	display: block;
	line-height:1;
	z-index: 1;
	position: relative;
	font-size: 3rem;
	clear: both;
	font-family: Roboto;
	font-weight: 900;
}
section h1 span {
    color: #e59373;
}
.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
/** pager */

.pager{
	clear:both;
margin: 10px auto;
display: block;
text-align: center;
}
.pager a,.pager span{
	font-size: 1.4rem;
	display: inline-block;
	padding: 0 1px;
	margin:0 2px 0;
	min-width: 2em;
	height: 2em;
	line-height: 2em;
	background: #eee;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
}
.pager a{
	color: #e59373;
}
.pager span{
		color: #bbb;

}

.pager span.now,.pager a:hover{
	background: #e59373 !important;
	color: #fff !important;
}

@media (min-width: 768px) {

	.logo{
		display: block;
		width:100%;
	}
	.tel{
		width:100%;
		flex-basis: 220px;margin-bottom: 10px;
	}
	.tel img{
		width:100%;
	}
	#pcnav{
		float: right;
		display: flex;
		width: 70%;
		margin-top: 5px;flex-wrap: wrap;justify-content: flex-end;
	}
	#pcnav p{
		display: inline-block;
		height: 40px;
		line-height: 40px;
		vertical-align: bottom;    margin: 0 10px;
	}
	#pcnav .btn_block{

	}
	#pcnav .btn_block>div{
		display: inline-block;
		border-radius: 4px;
		box-shadow:0px 0px 4px 0px #cccccc;
		background: #fff;
		color: #000;
	}
	#pcnav .btn_block>div label{
		width: 35px;
		display: inline-block;
		text-align: center;
		font-size: 14px;
		line-height: 35px;
		float: left;
	}
	#change_bc label[for="bc_default"] {
		color:#000;
		background:#fff;border-radius: 4px 0 0 4px;
	}
	#change_bc label[for="bc_blue"] {
		color:#fff;
		background:rgba(0,0,255,1.00);
	}
	#change_bc label[for="bc_yellow"] {
		color:#000;
		background:#FFF500;
	}
	#change_bc label[for="bc_black"] {
		color:#fff;
		background:#000;border-radius:0 4px 4px 0;
	}
	#change_fs label.slct{
		background: #333;
		color: #fff;
	}
	#change_fs label:first-child{
		border-radius: 4px 0 0 4px;
	}
	#change_fs label:last-child{
		border-radius: 0 4px 4px 0;
	}
	#pcnav >div input{
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	#pcnav::after{
		content: "";
		display: block;
		clear: both;
	}
	#contents .inner .ttl h1{
		font-size: 2.4rem;
		font-weight: 400;
		z-index: 2;
	}
	#contents .inner .ttl ul+h1{
		font-weight: 400;
		z-index: 1;
	}

}

@media (min-width: 1040px) {

}


#map_canvas {
width: 100%;
height: 65vh;
}

.isFullscreen #map_canvas {
width: 100%;
height: 85vh;
}

.map_contents p{
	font-size: 1.4rem;
	padding: 10px;
}