@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
} 
body {
	font-size: 16px;
	letter-spacing: 1px;
	word-wrap : break-word;
	overflow-wrap : break-word;
	background-color: #000b2b;
	background-image: url(../img/contents_bg.png);
	background-position: left top;
	background-repeat: repeat;
	background-size: 270px auto;
	color: #4d4d4d;
	font-family: 'Arapey',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
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.7;
}
address{
	font-style: normal;
}
#wrap{
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-width: 1000px;
}
/*ヘッダー*/
header{
	background-color: rgba(9,34,127,0.8);
	padding: 20px 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	box-sizing: border-box;
	border-bottom: 5px solid #fcee21;
}
header #header{
	display: table;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
header #header h1{
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	text-align: center;
}
header #header h1 img{
	width: 100%;
}
header #header #header_right{
	display: table-cell;
	width: 70%;
	padding:0;
	vertical-align: middle;
	text-align: right;
}
header #header #header_right #tel{
	width: 40%;
	margin-left: 60%;
	margin-bottom: 30px;
}
header #header #header_right #main_menu ul li{
	display: inline-block;
	margin: 0 2%;
}
header #header #header_right #main_menu ul li a{
	color: #fff;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
header #header #header_right #main_menu ul li.on_page a{
	color: #fcee21;
}
/*ページタイトル*/
#page_title{
	padding: 250px 0 50px;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#page_title h2{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
}
#page_title h2 img{
	height: 50px;
	width: auto;
}
/*地図*/
#map #map_custmomize{
	width: 100%;
	height: 500px;
}
/*info*/
#info{
	display: table;
}
#info #info_wrap,#info figure{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	padding: 2%;
}
#info #info_wrap h2{
	margin-bottom: 30px;
	text-align: left;
}
#info #info_wrap h2 img{
	width:60%;
}
#info #info_wrap #info_box,#info #info_wrap #info_box .box p a{
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,1.0);
}
#info #info_wrap #info_box .box{
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
#info #info_wrap #info_box .box h4,#info #info_wrap #info_box .box p{
	display: table-cell;
}
#info #info_wrap #info_box .box h4{
	width: 100px;
}
#info #info_wrap #info_box .box p{
}
/*フッター*/
footer{
	padding: 10px;
}
footer #footer{
	text-align: center;
}
footer #footer #footer_nav {
	padding: 20px 10px;
}
footer #footer #footer_nav ul{
	text-align: center;
}
footer #footer #footer_nav ul li{
	margin: 0 5px;
	display: inline-block;
	font-size: 14px;
}
footer #footer #footer_nav ul li a{
	color: #fff;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
footer #footer h2{
	display: inline-block;
	text-align: left;
	margin: 10px;
	color: #fcee21;
	font-weight: bold;
}
footer #copyright{
	text-align: center;
	color: #ddd;
}
footer #copyright a{
	color: #ddd;
}
#page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
	z-index: 99;
}
#page-top a img{
	height: 80px;
	width:180px;
}
/*drawer-menu*/

.drawer-toggle{
	position: fixed;
	right: 10px!important;
	top: 10px!important;
	z-index: 9999;
}
.drawer-nav{
	background-color: #000b2b;
	font-size: 14px;
}
.drawer-nav .drawer-menu{
	padding: 20px;
	background-color: #000b2b;
}
.drawer-nav .drawer-menu li{
	line-height: 1.8;
	margin-bottom: 20px;
	border-left: 3px solid #fff;
	padding-left: 7px;
}
.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;
	margin: 0 auto;
	overflow: hidden;
}
.pc_hide{
	display: none;
}
/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
.width_wrap{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.tb_hide{
	display: none;
}
#wrap{
	min-width: 100%;
}
header{
	background-color: rgba(9,34,127,0.8);
	padding: 20px 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	box-sizing: border-box;
}
header #header{
	display: table;
	width: 100%;
	margin: 0 auto;
}
header #header h1{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	padding: 0 8%;
}
header #header #header_right{
	display: table-cell;
	width: 50%;
	padding:0;
	vertical-align: bottom;
}
header #header #header_right #tel{
	width: 70%;
	margin: 0;
}
header #header #header_right #tel a{
	display: block;
	border: 1px solid #fcee21;
	padding: 5%;
	border-radius: 5px;
}
header #header #header_right #main_menu{
	display: none;
}
/*ページタイトル*/
#page_title{
	padding: 150px 0 50px;
	background-position: center top;
	background-attachment: scroll;
}

#page_title h2 img{
	height: 40px;
	width: auto;
}
/*地図*/
#map #map_custmomize{
	height: 400px;
}
/*info*/
#info{
	padding: 50px;
}
#info #info_wrap,#info figure{
	display: block;
	width: 100%;
	margin: 10px auto;
	padding: 0;
}
#info #info_wrap h2{
	margin-bottom: 30px;
	text-align: left;
}
#info{
	display: block;
}

/*フッター*/
footer{
	padding: 10px;
}
footer #footer{
	text-align: center;
}
footer #footer #footer_nav {
	display: none;
}
footer #footer h2{
	display: inline-block;
	text-align: left;
	margin: 10px;
	color: #fcee21;
	font-weight: bold;
}
footer #copyright{
	text-align: center;
	color: #ddd;
}
footer #copyright a{
	color: #ddd;
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
	z-index: 99;
}
#page-top a img{
	height: 60px;
	width:auto;
}
}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
.sp_hide{
	display: none;
}
.pc_hide{
	display: block;
}
header{
	background-color: rgba(9,34,127,0.8);
	padding: 10px 5px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	box-sizing: border-box;
}
header #header{
	display: table;
	width: 100%;
	margin: 0 auto;
}
header #header h1{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	padding: 0 5%;
}
header #header #header_right{
	display: table-cell;
	width: 50%;
	padding:0;
	vertical-align: bottom;
}
header #header #header_right #tel{
	width: 70%;
	margin: 0;
}
header #header #header_right #tel a{
	display: block;
	border: 1px solid #fcee21;
	padding: 5px;
	border-radius: 5px;
}
header #header #header_right #tel a img{
	vertical-align: middle;
}
.drawer-toggle{
	position: fixed;
	right: 0px!important;
	top: 0px!important;
	z-index: 9999;
}
/*ページタイトル*/
#page_title{
	padding: 100px 0 50px;
	background-position: center top;
	background-attachment: scroll;
}

#page_title h2 img{
	height: 20px;
	width: auto;
}
/*info*/
#info{
	padding: 30px;
}
#info #info_wrap{
	width: 100%;
	margin-left: 0;
}
#info #info_wrap #info_box .box{
	font-size: 14px;
}
#info #info_wrap #info_box .box h4{
	width: 80px;
}
/*フッター*/
footer{
	padding: 10px 10px 60px;
}
footer #footer h2{
	font-size: 14px;
}
footer #copyright{
	text-align: center;
	color: #ddd;
	font-size: 12px;
}
footer #copyright a{
	color: #ddd;
}
#page-top a img{
	height: 50px;
	width:auto;
}
}