@charset "UTF-8";

/***** CSS reset *****/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,address,figure{ 
	margin:0;
	padding:0;
}
body{
	color:#333;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		Osaka,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
	line-height: 1.5;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;vertical-align:bottom;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
a:link		{color:#666;}
a:visited	{color:#666;}
a:hover,a:visited:hover	{
	text-decoration:none ;
	color:#333;
}
.clear{clear:both;}
.clearfix:before,.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
/* IE6/7 support */
.clearfix {*zoom: 1;}

hr{
	height:0;
	border-top: 1px solid #ddd;
}

/***** img *****/
.btn:hover{opacity:0.8;}
.img_blank{vertical-align:middle; margin:0 5px;}

/***** font *****/
.red{color:#a50918;}
.blue{color:#10905b;}
.green{color:#5a900c;}
.bold{font-weight:bold;}
.font_normal{font-weight:normal;}
.f115{font-size:115%;}
.f130{font-size:130%;}

@font-face{ 
  font-family: 'mplus-1p-regular';
  src: url('../images/fonts/mplus-1p-regular.eot');
  src: url('../images/fonts/mplus-1p-regular.eot?#iefix') format('embedded-opentype'),
       url('../images/fonts/mplus-1p-regular.woff') format('woff'),
       url('../images/fonts/mplus-1p-regular.ttf') format('truetype');
}
body{
	font-family: 'mplus-1p-regular';
}

.g-recaptcha{
	margin: 15px 0; 
	display: flex; 
	justify-content: center;
}
/***** p style *****/
p.text_right{text-align:right; padding-right:10px;}

/***** google map *****/
.map_wrapper {
	max-width: 640px;
	min-width: 280px;
	margin: 0 auto 20px auto;
	padding: 4px;
	border: 1px solid #CCC;  
}
.googlemap {
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.access_route{
	max-width: 640px;
	min-width: 280px;
	margin: 0 auto 20px auto;
}

/***** list *****/
.list_area ul{
	list-style-type:disc;
	padding:0 25px 20px 25px;
}
.list_area ul li{
	margin-bottom:10px;
}
.list_area ol{
	list-style-type:decimal;
	padding:0 30px 20px 30px;
}
.list_area ol li{margin-bottom:10px;}

/***** photo_list *****/
.photo_list ul li ul{
	border: 1px solid #ddd;
	padding:10px 5px 10px 10px;
	min-height:120px;
}
.photo_list ul li ul li{
	display:inline-block;
}
.photo_list ul li ul li.w20{
	width:20%;
}
.photo_list ul li ul li.w70{
	width:70%;
}

/***** btn_link *****/
p.btn_link{
	width:250px;
	height:40px;
	margin:0 auto 20px auto;
}
p.btn_link a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	padding-top:11px;
	background:#eba603;
	border:4px solid #fccf64;
	border-radius:5px;
}
p.btn_link a:hover{
	background:#d38101;
}

p.btn_link input{
	display:block;
	width:100%;
	height:60px;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	background:#eba603;
	border:4px solid #fccf64;
	border-radius:5px;
}
p.btn_link input:hover{
	background:#d38101;
}

p.btn_link_back{
	width:250px;
	height:40px;
	margin:0 auto 20px auto;
}
p.btn_link_back input{
	display:block;
	width:100%;
	height:60px;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	background:#ccc;
	border:4px solid #eee;
	border-radius:5px;
}
p.btn_link_back input:hover{
	background:#aaa;
}

/***** news PDF link *****/
/*
a[href^="pdf/"] {
	display: inline-block;
	padding-right: 20px;
	 background: url(/images/pdficon_small.png) no-repeat right center;

*/