@charset "utf-8";
/* CSS Document */
body,html{ -webkit-text-size-adjust: 100%;
height: 100%;
}
.redbold{color:#c00000; font-weight:bold;}
@media screen and (orientation : landscape) {
.sp_box{
	width: 60%;
	margin: 0 auto 0 auto;
	position: relative;
}
}

.txt{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	
}
.font16{font-size:16px;}
h2#fv_img {margin:0px;}

/* -------------------------------
			header
----------------------------------*/
#header-sticky-wrapper{
	height: 0px!important;}
.h1_logo{
	position: relative;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/h_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14%;
	height: 100%;
}
.h1_logo a{
	display: block;
	position: absolute;
	text-indent: -999px;
	width: 85%;
	height: 100%;
	top: -1px;
}
.h_menubtn{
	position: absolute;
	margin-top: 0%;
	margin-bottom: 0%;
	margin-left: 3%;
	margin-right: 3%;
	left: 88%;
	top: 25%;
	width: 7%;
	cursor: pointer;
}
/* iphone,ipad横 */
@media screen and (orientation : landscape){
	#header{
	background-image: url(../img/h_bg01.png);
	position: fixed;
	margin: 0px;
	width: 60%!important;
	height: 60px;
	z-index: 999;
}
#menu_box{
	position: fixed;
	width: 60%!important;
	height: 100%!important;
	top: -200%;
	z-index: 1000;}
#header02{
	background-color: #C00000;
	position: absolute;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 60px;
}
#h_nav{ 
position: relative;
top: 60px;
     }
}
/* iphone縦 */
@media screen and (max-width: 680px) {
	#header{
	background-image: url(../img/h_bg01.png);
	position: fixed;
	margin: 0px;
	width: 100%;
	height: 50px;
	z-index: 999;
}
	#menu_box{
	position: fixed;
	width: 100%;
	height: 100%;
	top: -200%;
	z-index: 1000;
}
#header02{
	background-color: #C00000;
	position: absolute;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 50px;
}
#h_nav{ 
position: relative;
top: 50px;
     }
}
/* ipad */
@media screen and (min-width: 700px) {
	#header{
	background-image: url(../img/h_bg01.png);
	position: fixed;
	margin: 0px;
	width: 100%;
	height: 10%;
	z-index: 999;
}
	#menu_box{
	position: fixed;
	width: 100%;
	height: 100%;
	top: -200%;
	z-index: 1000;
}
#header02{
	background-color: #C00000;
	position: absolute;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 10%;
}
#h_nav{ 
position: relative;
top: 10%;
     }
}
.close_btn01{
	position: absolute;
	margin-left: 3%;
	margin-right: 3%;
	left: 88%;
	top: 25%;
	width: 7%;
	cursor: pointer;
}
.close_btn01 a{
	padding: 3%;
	display:block;}
.h_nav01{
	background-color: #C00000;
	background-image: url(../img/h_bg02.png);
	background-repeat: no-repeat;
	background-size: 80%;
	margin: 0px;
	padding: 0px;
	background-position: center bottom;
	border-top: 1px solid #FFF;
}
.h_nav01 li{
	text-align: center;
	border-bottom: 1px solid #FFF;
	margin: 0px;
	padding: 0px;
}
.h_nav01 li:nth-child(5) {
	display: none;
}
.h_nav01 li a{
	padding-top: 4%;
	padding-bottom: 5%;
	display: block;
}
.h_nav02{
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	background-color: #000;
}
.h_nav02 li{
	float: left;
	width: 33%;
	text-align: center;
	background-color: #000;
	border-right: 1px solid #FFF;
}
.h_nav02 li:last-child{
	border: transparent;}
.h_nav02 li a{
	display: block;
	padding-top: 15%;
	padding-bottom: 17%;
	margin: 0px;
}
.close_btn02{
	background-color: #363636;
	text-align: center;
	width: 100%;
	padding-top: 2%;
	padding-bottom: 4%;
	cursor: pointer;
	margin: 0px;
}
.close_btn02 img{ width: 15%;}


/* -------------------------------
			footer
----------------------------------*/
#footer{
	background-color: #000;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.f_box01{
	background-color: #BF0000;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0px;
}
.f_txt{
	font-size: 10px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.f_txt a{
	color: #FFF;
}
#sns{
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	width: 90%;
    margin: 25px auto;
}
#sns p{
	margin: 0 20px 15px 0;
	width: 35%;
}

#sns_icon{
	/* width: 250px; */
	margin: 0 0 10px;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	display: flex;
	padding: 10px 25px;
	position: relative;
	border: solid 5px #BF0000;
	width: 100%;
	justify-content: center;
}
#sns_icon::after{
	content: '';
	width: 100%;
	height: 100%;
	padding: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: solid 1px #fff;
	pointer-events: none;
}
#sns a{
	width: 25px;
	margin: 0 12px;
}

#sns img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#footer ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#footer ul li{
	color: #FFF;
	text-align: left;
	border-bottom: 1px solid #FFF;
}
#footer ul li a{
	color: #FFF;
	text-decoration: none;
	padding: 5%;
	display: block;
}
.f_logo{
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.f_copy{
	color: #FFF;
	font-size: 9px;
}
