﻿@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 481px){
	.cat{
		display: none !important;
	}
	.sp_br{
		display:none;
	}
	
	.sp_only{
		display: none;
	}
	
}


@media only screen and (max-width: 480px){
	
	#header .logo {
    	position: absolute;
    	top: -96px !important;
    	left: 0px;
    	width: 62% !important;
	}
	
	.wrapper {
    	top: 500px !important;
		z-index: 9999;
	}
	
	#main_image {
    	margin-top: 205px;
	}
	
	.wrapper{
		width: 100vw !important;
	}
	
	.section_01_contents{
		width: 100vw !important;
	}
}


.wrapper{
    border-top: 8px solid #00b7ee;
	z-index:9999;
	position:relative;
	top: 520px;	
	width:100%;
	background-color:#fff;
}

#footer{
	top: 520px;
}

section.section_00 {
    width: 1000px;
    margin: 0 auto;
    top: -42px;
}

.top_bnrs {
	color: #fff;
	font-size: 15px;
    width: 28%;
    float: left;
    margin: 0px 13px;
    padding: 6px 0px;
	text-align: center;
}

.top_bnr_01{
    background-color: #009944;
}

.top_bnr_02{
    background-color: #0e439a;
}

.top_bnr_03{
    background-color: #00b7ee;
}

.top_bnrs a{
	color: #fff;
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
	padding-top: 10px;
}

.top_bnrs{
	position: relative;
    height: 30px;
    width: 30.7%;
}

.section_01_bg{
	background-image:url(../img/top_27.jpg);
	background-repeat:no-repeat;
	background-position:left top;	
	background-size:40%;
	padding: 100px 0 0 0;
}

.section_01{
	/*background-image:url(../img/bg_02_05.jpg);*/
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:40px 0px 0px 0px;
	background-size:80%;
}

.section_01_contents{
	width:1000px;
	margin:0 auto;	
}



.section_01_contents h2{
	font-family: 'Noto Serif JP', serif;
	font-size:63px;
	line-height:180%;
	text-align:center;
	text-shadow: 0px 0 11px #fff, 0px 0 11px #fff, 0px 0 11px #fff, 0px 0 11px #fff;
	padding-bottom: 1em;
}


.section_02 h2{
	font-family: 'Noto Serif JP', serif;
	font-size:63px;
	line-height:180%;
	color:#fff;
	border-bottom:1px solid #fff;
	display:inline-block;
}


.section_02 p{
	font-family: 'Noto Serif JP', serif;
	font-size:23px;
	line-height:180%;
	color:#fff;
}


.section_01_contents h2 span{
	font-size:75px;
	border-top:1px solid #333;
}

.section_01_contents_naka{
	width:600px;
	float:right;	
}

.section_01_contents_naka2{
	width:400px;
	float:left;
	padding-top: 60px;	
}

.section_01_bana .bana_01{
	float:left;
	width:49%;
}

.section_01_bana .bana_02{
	float:right;
	width:49%;
}

.section_01_bana img{
	width:100%;
	box-shadow: 3px 0px 9px #ccc;
}

.section_01_bana{
	margin-top:30px;	
}

.p_link a{
	border:1px solid #000;
	background-color:#fff;
	padding:20px 60px;	
}

.p_link{
	margin:130px 0px 0px 75px;	
}





.section_02 {
	background: url(../img/bg_02_07.jpg) 50% 0 no-repeat #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
	z-index: 9999;
}


.section_03{
	/*background-image:url(../img/bg_02_05.jpg);	*/
	padding:35px 0px;
	margin-bottom:0px;
}

section_03 html{
	margin-top: 0px;
}

.section_03_contents{
	width:1000px;
	margin:0 auto;	
}

.section_03_contents h3{
	font-size:20px;
	color:#2c89ca;
	border-left:5px solid #2c89ca;
	padding:10px;
	font-weight:bold;
}

.news_box{
	width: 1000px;
	margin: 0 auto;
	background-color: white;
	border:thin #666;
	padding:30px;
}


.section_04{
	background: url(../img/bg_02_12.jpg) 50% 0 no-repeat fixed #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	margin-bottom: 0px;
	z-index: 9999;
	padding-top: 20px;
	padding-bottom: 30px;
}

.section_04_contents h3{
	font-family: 'Old Standard TT', serif;
	color: white;
	font-size: 110px;
	text-shadow:4px 3px 3px #5b5b5b;
	text-align:center;
	padding-bottom: 30px;
    padding-top: 20px;
}

.four_contents{
	background-image: url(../img/bg_02_05.png);
	width: 1000px;
	margin: 0 auto;
	padding-top:20px;
	margin-bottom: 30px;
}



.four_contents_up, .four_contents_down{
	width: 916px;
	height: 270px;
	margin: 0 auto;
	text-align: center;
}


.four_contents_up p{
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.four_contents_down p{
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.four_contents_up img{
	box-shadow: 2px 2px 4px gray;
}

.four_contents_down img {
    box-shadow: 2px 2px 4px grey;
    height: auto;
    width: 447px;
}


.footer_l p{
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
}

.footer_l h2{
	font-family: 'Noto Serif JP', serif;
    font-size: 60px;
	margin-top: -15px;
}

.footer_r span{
	padding-left: 20px;
}

.footer_btn{
	float: right;
    padding-top: 55px;
}

.footer_btn img{
	padding: 0px 5px;
}

.footer_btn p{
	float: left;
}

.footer_top{
	display: inline-block;
}

.info_btn{
	padding: 20px 50px 20px 50px;
    border: solid 1.5px #000000;
	background-color:#FFF;
}

.pc{
	background-image: url(../img/circle_17.png);
	background-repeat: no-repeat;
	padding-bottom: 8px !important;
}

.pc a{
	padding-left: 20px;
	border-bottom: solid 1px;
}

.footer_info{
	float:left;
    padding-top: 15px;
	padding-bottom: 0px;
    margin-top: 10px;
	width: 100%;
	background-color: #0d439a;
}

.ft_in{
	width: 1000px;
	margin: 0 auto;
}

.footer_contact{
	margin-top:25px;	
}
.footer_bottom{
	float: left;

}

.footer_bottom p{
	color: white;
}

.footer_bottom a{
	color: blue;
}

.tel_info{
	padding-left: 50px;
}

.bold p{
	font-weight: bold;
    font-size: 20px;
}


.copyright{
	color: white;
	background-color:#000;
}

.copyright p{
	color: white;
	padding:10px 0px 10px 0px;
}

.copyright a{
	color: white;
}


#news_info{
	padding-top: 160px;
	margin-top: -130px;
}

.top_bnr {
    display: block;
    width: 1000px;
    margin: 0 auto;
}