@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
} 
body {
	font-size: 16px;
	color: #4d4d4d;
	letter-spacing: 1px;
	font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	word-wrap : break-word;
overflow-wrap : break-word;
}
img{
	vertical-align:bottom;
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
h1,h2,h3,h4,h5{
	font-size:100%;
}
h2{
	font-weight: normal; 
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
}
address{
	font-style: normal;
}
#wrap{
	width: 100%;
	max-width: 1280px;
	min-width: 1000px;
	margin: 0 auto;
	position: relative;
	box-shadow: 5px 0px 5px #ddd , -5px 0px 5px #ddd;
	overflow: hidden;
}
/*ヘッダー*/
header{
	position: static;
	top: 0;
	width: 100%;
	max-width: 1280px;
	min-width: 1000px;
	z-index: 99;
}
header h1{
	width: 30%;
	top: 50px;
	text-align: center;
	position: absolute;
	z-index: 999;
}
header h1 img{
	width: 190px;
	height: auto;
}
header #header{
	background-color:rgba(1,15,59,1.00);
	padding-top: 50px;
	padding-left: 30%;
}
header nav{
}
header nav ul{}
header nav ul li{
	display: inline-block;
	width: 120px;
	margin-right: 20px;
	margin-bottom: 20px;
}
header nav ul li a{
	color: #fff;
	letter-spacing: 2px;
	transition: all 1s;
}

header nav ul li a .nav_en{
	text-align: right;
	border-bottom: 2px solid #fff;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header nav ul li a:hover .nav_en{
	border-bottom: 2px solid #01126e;
	color: #B0B0B0;
}
header nav ul li a .nav_jp{
	font-size: 18px;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header nav ul li a:hover .nav_jp{
	color: #B0B0B0;
}
header #sp_nav{
	display: none;
}
/*ページタイトル*/
#page_title{
	text-align: right;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid  #ccc;
}
#page_title figure{
	padding-top: 30px;
	margin-bottom: 30px;
}
#page_title figure img{
	width: 55%;
	padding-right: 5%;
}
#page_title h2,#page_title p{
	margin-left: 40%;
	text-align: left;
	font-size: 30px;
	letter-spacing: 5px;
}
#page_title h2{
	color: #010f3b;
	border-bottom: 3px solid #010f3b;
	line-height: 1;
	padding-bottom: 10px;
	padding-left: 2%;
}
#page_title p{
	background-color: #ccc;
	padding: 5px 0;
	padding-left: 4%;
	color: #fff;
}

/*info*/
#info{
	background-image: url(../img/info_bg2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 50px 0;
}
#info ul{
}
#info ul li{
	border: 5px solid #010f3b;
	background-color: rgba(255,255,255,0.70);
	width: 28.3333%;
	height: 300px;
	float: left;
	margin: 0 1%;
	padding: 1%;
	text-align: center;
}
#info ul li h3{
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	letter-spacing: 10px;
}
#info ul #info_ad p{
	display: inline-block;
	text-align: left;
}
#info ul #info_ad p span{
	font-size: 20px;
	display: block;
}
#info #info_tel p{
	margin-bottom: 30px;
	font-size:20px;
}
#info #info_link div{
	display: inline-block;
	text-align: left;
}
#info #info_link div p{
	margin-bottom: 10px;
	font-size:20px;
}
#info #info_link div p a{
	color: #01126e;
	padding: 0 5px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#info #info_link div p a:hover{
	color: #eee;
	border-bottom: 1px solid #01126e;
}
/*フッター*/
footer{
}
footer #footer_menu{
	text-align: center;
	padding: 10px 0;
	margin-bottom: 50px;
}
footer #footer_menu li{
	display: inline-block;
	margin: 0 1%;
}
footer #footer_menu li a{
	color: #01126e;
}
footer #copyright{
	text-align: center;
	color: #fff;
	background-color: #01126e;
	padding: 40px 0 10px;
	position: relative;
}
footer #copyright a{
color:#fff;
}
footer #top_bt {
	text-align: center;
}
footer #copyright #top_bt a{
	position: absolute;
	top: 0;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
	-moz-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.clearfix::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
.pchide{
	display: none;
}
#page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
	z-index: 9999;
}
#page-top img{
	height: 100px;
	width: auto;
}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
.pchide{
	display: block;
}
.sphide{
	display: none;
}
#wrap{
	width: 100%;
	min-width: 100%;
}
/*ヘッダー*/
header{
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 1280px;
	min-width: 100%;
	z-index: 99;
}
header h1{
	width: 24%;
	top: 50px;
	left: 5px;
	text-align: center;
	position: absolute;
	z-index: 9999;
}
header h1 img{
	width: 100%;
	height: auto;
}
header #header{
	display: none;
}
/*ページタイトル*/
#page_title{
	padding-top: 50px;
}
#page_title figure img{
	width: 65%;
	padding-right: 5%;
}
#page_title h2,#page_title p{
	margin-left: 30%;
	font-size: 26px;
}
/*info*/
#info{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 50px 0;
}
#info ul{
}
#info ul li{
	border: 5px solid #010f3b;
	background-color: rgba(255,255,255,0.70);
	width: 28%;
	height: 300px;
	float: left;
	margin: 0 1%;
	padding: 1%;
	text-align: center;
}
#info ul li h3{
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	letter-spacing: 10px;
}
#info ul #info_ad p{
	display: inline-block;
	text-align: left;
}
#info ul #info_ad p span{
	font-size: 20px;
	display: block;
}
#info #info_tel p{
	margin-bottom: 30px;
	font-size:20px;
}
#info #info_link div{
	display: inline-block;
	text-align: left;
}
#info #info_link div p{
	margin-bottom: 10px;
	font-size:20px;
}
#info #info_link div p a{
	color: #01126e;
	padding: 0 5px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#info #info_link div p a:hover{
	color: #eee;
	border-bottom: 1px solid #01126e;
}
/*フッター*/
footer{
}
footer #footer_menu{
	text-align: center;
	padding: 10px 0;
	margin-bottom: 50px;
}
footer #footer_menu li{
	display: inline-block;
	margin: 0 1%;
}
footer #footer_menu li a{
	color: #01126e;
}
footer #copyright{
	text-align: center;
	color: #fff;
	background-color: #01126e;
	padding: 40px 0 10px;
	position: relative;
}
footer #top_bt {
	text-align: center;
}
footer #copyright #top_bt a{
	position: absolute;
	top: 0;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
	-moz-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
}
@media screen and (max-width: 767px){
/*info*/
#info{
	background-size: cover;
	padding: 50px 0;
}
#info ul{
}
#info ul li{
	border: 5px solid #010f3b;
	background-color: rgba(255,255,255,0.70);
	width: 80%;
	height: auto;
	float: none;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 3%;
}
#info ul li:last-child{
	margin-bottom: 0;
}
#info ul li h3{
	font-size: 20px;
}
#info ul #info_ad p{
	display: inline-block;
	text-align: left;
}
#info ul #info_ad p span{
	font-size: 16px;
	display: block;
}
#info #info_tel p{
	margin-bottom: 30px;
	font-size:18px;
}
#info #info_link div{
	display: inline-block;
	text-align: left;
}
#info #info_link div p{
	margin-bottom: 10px;
	font-size:20px;
}
#info #info_link div p a{
	color: #01126e;
	padding: 0 5px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#info #info_link div p a:hover{
	color: #eee;
	border-bottom: 1px solid #01126e;
}
}
/*ここからスマートフォン用(480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 480px){
/*ページタイトル*/
#page_title h2,#page_title p{
	font-size: 20px;
}
/*フッター*/
footer{
}
footer #footer_menu{
	display: none;
}
footer #copyright{
	text-align: center;
	color: #fff;
	background-color: #01126e;
	padding: 20px 0 10px;
	position: relative;
	font-size: 10px;
}
footer #copyright #top_bt a{
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}
}