/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018/12/04, 19:18:15
    Author     : kater
*/

*{
	margin: 0;
	padding: 0;
}

html{
	font-size: 14pt;	/* pt指定！ */
}

body{
	background-image: url(../img/p0485_l.jpg);
}

header{
	width: 90%;
	max-width: 800px;
	margin: 10px auto 10px auto;
	
	background-image: url(../img/p0426_l.jpg);
/*	background-image: url(../img/p0468_l.jpg);
*/
	border: none;
	border-radius: 10px;
	
	padding: 10px 15px 10px 15px;
}

header a{
	text-decoration: none;
	color: #121212;
}
header a:hover{
	color: #fefefe;
}

header #siteTitle{
	clear: both;
	margin: 10px 5px 5px 15px;
	padding: 10px;
}
header #siteTitle h1{
	margin: 0px;
	border: none;
	border-radius: 10px;
	background-color: #fefefe;
	padding: 0px 0px 0px 10px;
}
header #siteTitle .siteAddr{
	margin-right: 15px;
	text-align: right;
	font-size: 75%
}
header #siteTitle .siteAddr:hover{
}
header #siteTitle .siteAddr .telNo{
	background-color: #fefefe;
	font-size: 140%;
	font-weight: bold;
}

header #siteNavi{
	font-size: 0%;
	text-align: center;
}
header #siteNavi a{
	display: inline-block;
	font-size: 18px;
	width: 195px;
	margin: 10px 0px;
	background-color: rgba( 255, 255, 255, 0.95 );
	border: none;
	border-radius: 18px;
	vartical-align: middle;
	text-align: center;
}
header #siteNavi a:hover{
	background-color: rgba( 123, 123, 123, 0.65 );
}


div.cont{
	width: 90%;
	max-width: 800px;
	margin: 10px auto 10px auto;

	background-image: url(../img/p0426_l.jpg);
	border: none;
	border-radius: 10px;
	padding: 10px 15px 10px 15px;
	
	clear: both;
}
div.cont h2{
	border-left: #53afcf solid 25px;
	border-bottom: #53afcf solid 3px;
}
div.cont h3{
	margin-top: 15px;
	border-left: #53afcf solid 15px;
	border-bottom: #53afcf solid 1px;
	
	clear: both;
}
div.cont h3:first-of-type{
	margin-top: 15px;
}

#schedule{
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	max-width: 100%;
}

span.goannnai{
	vertical-align: middle;
	font-size: 0px;
}
span.goannnaiButton{
	vertical-align: middle;
}
span.goannnaiButton a{
	vertical-align: middle;
}
span.goannnaiButton img{
	width: 400px;
	max-width: 50%;
	vertical-align: top;
}
span.goannnaiButton img:hover{
/*	margin-top: 20px;
*/
	opacity: 0.45;
}

div.cont img.setsubi{
	float: left;
	width: 25%;
	min-width: 150px;
	margin-bottom: 15px;
}
div.cont img.mapImg{
	width: 85%;
}
div.cont p{
	margin: 10px 0px;
	padding: 0px;
	line-height: 1.28;
}

@media (min-width:851px){
	#pcCalendar{
		display: block;
		margin: 0px auto;
	}
	#miniCalendar{
		display: none;
	}
}
@media (max-width:850px){
	#pcCalendar{
		display: none;
	}
	#miniCalendar{
		display: block;
		margin: 0px auto;
	}
}
#dr-messeages{
	min-height: 380px;
}
#dr-messeages iframe{
	background-color: #fefefe;
}
#dr-msg-innner{
	min-height: 380px;
	background-color: #fefefe;
}
#dr-msg-innner topPict{
	font-size: 0px;
}
#dr-msg-innner topPict drPict{
	max-width: 50%;
}
.drPict{
	max-width: 47%;
}

footer{
	clear: both;
	
	width: 90%;
	max-width: 800px;
	margin: 10px auto 10px auto;
	
	background-image: url(../img/p0468_l.jpg);
	border: none;
	border-radius: 10px;
	
	padding: 10px 15px 10px 15px;
}
footer p{
	text-align: right;
	font-size: 75%;
}

#copyright{
	font-size: 75%;
	color: #fefefe;
}

.both{
	clear: both;
	font-size: 0px;
}
.center{
	text-align: center;
}