@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
} 
body {
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	font-family:"游明朝", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",  "MS PMincho", "serif";
	word-wrap : break-word;
	overflow-wrap : break-word;
}
img{
	vertical-align:bottom;
	width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight: normal; 
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
	transition: all 0.3s;
}
a:hover{
	opacity: 0.6;
}
address{
	font-style: normal;
}
#wrap{
	width: 100%;
	max-width: 1280px;
	min-width: 1000px;
	margin: 0 auto;
}
/*ヘッダー*/
header{
}
header #header{
}
header #header nav{
	display: table;
	width: 100%;
}
header #header nav .main_menu,header #header nav h1{
	display: table-cell;
	vertical-align: middle;
}
header #header nav .main_menu{
	width: 40%;
}
header #header nav .main_menu li{
	float: left;
	text-align: center;
	width: 33.333%;
}
header #header nav .main_menu li a{
	transition: all 0.3s;
}
header #header nav .main_menu li a:hover{
	transition: all 0.3s;
	opacity: 0.6;
}
header #header nav .main_menu li a img{
	width: 100px;
	height: 50px;
}
header #header nav h1{
	width: 20%;
	padding: 1%;
}
/*pagetitle*/
#page_title{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 100px;
}
#page_title h2{
	position: relative;
	display: inline-block;
}
#page_title h2 img{
	height: 100px;
	width: auto;
}
#page_title h2::before,#page_title h2::after{
	display: block;
	position: absolute;
	content: "";
	height: 40px;
	width: 150px;
	top: 30px;
	background-position: center center;
	background-size: 100% 100%;
}
#page_title h2::before{
	background-image: url(../img/title_left.png);
	right: 120%;
}
#page_title h2::after{
	background-image: url(../img/title_right.png);
	left: 120%;
}
/*info*/
#info{
	background-color: #71b97f;
	display: table;
	width: 100%;
	padding: 50px 0;
}
#info #map,#info #info_txt{
	display: table-cell;
	padding: 3%;
	vertical-align: top;
}
#map{
	width: 60%;
}
#map #map_custmomize{
	width: 100%;
	height: 550px;
}
#info #info_txt{
	width: 40%;
	color: #fff;
}
#info #info_txt figure{
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	width: 50%;
}
#info #info_txt figure img{
	width: 100%;
}
#info #info_txt h2{
	font-size: 20px;
	letter-spacing: 4px;
	margin-bottom: 10px;
}
#info #info_txt p{
	margin-bottom: 20px;
}
#info #info_txt .more img{
	max-width: 360px;
}
#info #info_txt #link_icon{
	margin-bottom: 20px;
}
#info #info_txt #link_icon li{
	display: inline-block;
	width: 40px;
	margin: 0 20px;
}
#info #info_txt #link_icon li img{
	width: 100%;
	height: auto;
}
/*bottom_menu*/
#bottom_menu{
	text-align: right;
	padding: 20px;
	margin-bottom: 50px;
}
#bottom_menu ul li{
	display: inline-block;
	margin: 0 20px;
}
#bottom_menu ul li a{
	color: #7B7B7B;
}
/*フッター*/
footer{
}
footer #footer{
	text-align: center;
	margin-bottom: 20px;
}
footer #footer h2{
	display: inline-block;
	text-align: left;
	color: #71b97f;
}
footer #copyright{
	background-color: #71b97f;
	color: #fff;
	text-align: center;
}
footer #copyright a{
	color: #fff;
	display: inline-block;
	margin: 0 10px;
}
#page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
	z-index: 99;
}
#page-top a img{
	height: auto;
	width:100px;
}
/*drawer-menu*/

.drawer-toggle{
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 9999;
}
.drawer-nav{
	background-color: #aa2428;
}
.drawer-nav .drawer-menu{
	padding: 20px;
	background-color: #aa2428;
}
.drawer-nav .drawer-menu li{
	line-height: 1.8;
	margin-bottom: 20px;
}
.drawer-nav .drawer-menu li.on_page{
	border-bottom: 4px double #fff;
}
.drawer-nav .drawer-menu li a{
	color: #fff;
	letter-spacing: 3px;
}

.empty:empty{
	display: none;
}
.clearfix::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
.inline_b{
	display: inline-block;
}
.table{
	display: table;
	width: 100%;
}
.table_cell{
	display: table-cell;
}
.width_wrap{
	width: 100%;
	max-width: 1280px;
	min-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.pc_hide{
	display: none;
}
/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
#wrap{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
/*ヘッダー*/
header{
}
header #header{
}
header #header nav{
	display: block;
	width: 100%;
}
header #header nav .main_menu,header #header nav h1{
	display: block;
	vertical-align: middle;
}
header #header nav .main_menu{
	display: none;
}
header #header nav h1{
	width: 30%;
	padding: 1%;
	margin: 0 auto;
}
/*info*/
#info{
	background-color: #71b97f;
	display: block;
	width: 100%;
	padding: 50px 0;
}
#info #map,#info #info_txt{
	display: block;
	padding: 3%;
	vertical-align: top;
}
#map{
	width: 90%;
	margin: 0 auto;
}
#map #map_custmomize{
	width: 100%;
	height: 400px;
}
#info #info_txt{
	width: 100%;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}
#info #info_txt figure{
	width: 50%;
	margin: 0 auto 20px;
}
#info #info_txt figure img{
	width: 100%;
}
	#bottom_menu{
		display: none;
	}
footer #footer{
	text-align: center;
	margin-bottom: 0;
	padding: 10px 0;
	font-size: 14px;
}
}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
	.sp_hide{
		display: none;
	}
/*pagetitle*/
#page_title{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 70px;
}
#page_title h2 img{
	height: 70px;
	width: auto;
}
#page_title h2::before,#page_title h2::after{
	display: block;
	position: absolute;
	content: "";
	height: 20px;
	width: 75px;
	top: 27px;
}
/*info*/
#info{
	background-color: #71b97f;
	display: block;
	width: 100%;
	padding: 20px 0;
}
#info #map,#info #info_txt{
	display: block;
	padding: 3%;
	vertical-align: top;
}
#map{
	width: 90%;
	margin: 0 auto 30px;
}
#map #map_custmomize{
	width: 100%;
	height: 300px;
}
#info #info_txt{
	width: 90%;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}
#info #info_txt figure{
	margin-bottom: 20px;
	width: 60%;
}
#info #info_txt figure img{
	width: 100%;
}
#info #info_txt .more img{
	max-width: 300px;
}
footer #footer h2{
	padding: 10px 5px;
}
footer #copyright{
	font-size: 14px;
}
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
	z-index: 99;
}
#page-top a img{
	height: auto;
	width:50px;
}
}