@charset "UTF-8";

html,body{height:100%;}

body{
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	color: #222222;
	font-feature-settings: "palt";
}

/* default */

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
.aligncenter{text-align:center;}
img{vertical-align: bottom;line-height: 1;}
a{text-decoration: none;}
a[href^="tel:"] {pointer-events: none;}

/* common item ---------------------------------------*/

.clearfix:after,
.inner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.font12{
	font-size:12px;
}
.font10{
	font-size:10px;
}

/* layout ---------------------------------------*/

.wrapper{
	width:1080px;
	margin:0 auto 100px auto;
}

.inner{
	width:980px;
	margin:0 auto;
}

.overlay{
	display: none;
}



/* header ---------------------------------------*/

header{
	position:relative;
}

.headerInner{
	width: 1080px;
	height: 90px;
    margin:0 auto;
	position:relative;
}

header .headerLogo{
	display: block;
	background: url(../img/common/logo.png) 0 0 no-repeat;
	width:100%;
	height:50px;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	left:0px;
	top:20px;
}

.topBnrHead{
	height: 50px;
	background:#ffdc00;
}

.topBnrHead img{
	display: block;
	margin: 0 auto;
	padding-top: 8px;
}

.headerSubMenu ul{
	position: absolute;
    right: 0;
    top: 20px;
    display: flex;
}

.headerSubMenu ul li{
	font-size: 13px;
	display: flex;
	line-height: 1.0;
}
.headerSubMenu ul li:last-child{
	margin-left: 25px;
	-webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: 290px;
    height: 50px;
}
.headerSubMenu .contactSub a{
	padding: 18px;
    background: linear-gradient(#B6000F 50%, #AB000E 50%);
    color: #fff;
    border-radius: 5px;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.headerSubMenu .contactSub a:hover{
	opacity: 0.7;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrowRight::before{
	left: 6px;
    width: 14px;
    height: 1px;
    background: #fff;
}
.arrowRight::after{
	left: 15px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* gnav ---------------------------------------*/

#gnav{
	border-top: 2px solid #B6000F;
	padding:5px 0;
}

#gnav ul{
	width:1080px;
	margin-top: 15px;
	margin:0 auto;
	overflow: hidden;
}

#gnav ul li{float:left;}
#gnav ul li span{
	font-size:12px;
	display: block;
	position: relative;
    top: 8px;
}

#gnav ul li a{
	width: 144px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    align-items: center;
}
#gnav ul li a.current{
	border-bottom:4px solid #3C82C2;
	box-sizing: border-box;
}

#gnav ul li a:hover{
	color:#B6000F;
}

#gnav li:first-child:before{
	content:url(../img/common/header_line.png);
	position: absolute;
}
#gnav li::after{
	content:url(../img/common/header_line.png);
	position: absolute;
}
#gnav ul li.homeGnav a{
	width: 50px;
}
#gnav ul li.nav03Gnav a{
	width: 165px;
}
#openMenu{display:none;}


/* footer ---------------------------------------*/

footer{
	height: 360px;
	background-color:#B6000F;
}

footer .footerInner{
	width: 1080px;
    height: 260px;
    margin: 0 auto;
    position: relative;
    display: flex;
    padding: 40px 0 0;
}

footer .footerInner nav{
	display: inline-flex;
	padding:0 0 0 70px;
}
footer .footerCopy{
	background-color: #98000B;
}
footer .footerCopyInner{
	width: 1080px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
footer .copyright{
	display: block;
    text-align: right;
    font-size: 13px;
    color: #CC8085;
}

footer .footerLeft h4{
	padding: 20px 0 10px;
	color: #fff;
	font-weight:bold;
	font-size:14px;
}
footer .footerLeft p{
	font-size: 12px;
    color: #fff;
}
footer nav ul:first-child{
	width: 104px;
}
footer nav ul:nth-child(2){
	width: 290px;
}
footer nav ul:last-child{
	width: 277px;
}
#footerMainNav a{
	color: #fff;
	font-size:13px;
}
#footerMainNav a:hover{
	opacity: 0.7;
}
#footerMainNav li{
	padding-bottom: 15px;
}
#footerMainNav li:last-child{
	padding-bottom: 0px;
}

.gotop{
	display: inline-block;
    text-decoration: none;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    border: solid 4px #B6000F;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    transition: .4s;
    position: absolute;
    right: -35px;
    background: #FFF;
    top: -35px;
    font-size: 25px;
}
.gotop a{
	color: #B6000F;
	display: block;
}
.gotop a img{width:100%;}


/* title ---------------------------------------*/


/* text ---------------------------------------*/


/* list ---------------------------------------*/


/* pager ---------------------------------------*/

.pager{}

.pager ul{
	overflow:hidden;
	text-align:center;
	padding:20px 0;
}

.pager ul li{
	display:inline-block;
	margin:0 7px;
}

.pager ul li a,
.pager ul li span{
	display:block;
	border:1px solid #3699E6;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	font-size:18px;
	color:#3699E6;
}

.pager ul li a:hover,
.pager ul li span{
	background-color:#3699E6;
	color:#fff;
	text-decoration:none;
}

.pager ul li.pagerPrev a,
.pager ul li.pagerNext a{
	width:50px;
	background-color:#3699E6;
	color:#fff;
	font-weight:bold;
}

/* pageHeader ---------------------------------------*/
.pageHeader{
	height: 80px;
    background: #B6000F;
}
.pageHeaderWrapper{
	width: 1080px;
	margin: 0 auto;
}
.pageHeaderWrapper h1{
	color: #FFF;
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
}

/* pankuzu ---------------------------------------*/
.pankuzu{
	height: 50px;
}
.pankuzuWrapper{
	width: 1080px;
	margin: 0 auto;
}
.pankuzuContent{
	font-size:12px;
    font-weight: bold;
    line-height: 50px;
}
.pankuzuContent span{
	color: #B6000F;
}
.navActive :after{
	content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    position: absolute;
    bottom: -8px;
}

/* pageWrapper ---------------------------------------*/
.pageWrapper{
	margin: 0 auto;
	width: 900px;
	position: relative;
}

/* pageContactBar ---------------------------------------*/
.pageContactBar{
	background-color: #F8E5E7;
    height: 160px;
    width: 100%;
    display: flex;
    margin: 100px 0;
}
.pageContactbarWapper{
    width: 1080px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.pageContactBar .pageContactBarContact a{
	padding: 32px 65px;
    background: linear-gradient(#B6000F 50%, #AB000E 50%);
    color: #fff;
    border-radius: 5px;
    width: 400px;
    display: block;
    font-size: 22px;
    font-weight: bold;
}
.pageContactBar .pageContactBarContact a:hover{
	opacity: 0.7;
}


/* form ---------------------------------------*/


.formArea .submit{
	text-align: center;
}

.formSelect{
	width: 100%;
	padding: 8px 10px;
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: url(../img/icon_select.png) 97% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #fff 50% ,#eee 100%);
	background: url(../img/icon_select.png) 97% 50% no-repeat, linear-gradient(to bottom, #fff 0%, #fff 50% ,#eee 100%);
	background-size: 8px 36px;
	border-radius:0;
}

select::-ms-expand {
    display: none;
}

.formText[type="text"]{
	padding:13px 5px;
	border:1px solid #999;
	width:100%;
	box-sizing:border-box;
}

.formRadio {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  font-size: 12px;
}

.formRadio label {
	background: url(../img/radio.png) left 1px no-repeat;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 28px;
	position: relative;
	vertical-align: top;
}

.formRadio input[type="radio"]{position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}
.formRadio input:checked + label {background-image: url(../img/radio_on.png);}
.formRadio input:disabled + label {opacity: 0.7;}

.formCheckbox {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  font-size: 12px;
}

.formCheckbox label {
	background: url(../img/check.png) left 1px no-repeat;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 28px;
	position: relative;
	vertical-align: top;
}

.formCheckbox input[type="checkbox"]{position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}
.formCheckbox input:checked + label {background-image: url(../img/check_on.png);}
.formCheckbox input:disabled + label {opacity: 0.7;}

.formTextarea{
	padding:13px 5px;
	border:1px solid #999;
	width:100%;
	box-sizing:border-box;
	height:80px;
}




@media screen and (min-width: 769px){
	.sp{display: none !important;}
	.spbr{display: none;}
}



@media screen and (max-width: 768px){

	/* fast to do
	・width:がはいっているものはすべて100%
	・mmin-width:がはいっているものはすべて0
	・floatはすべてnone

	*/

	/* default */
	img{max-width:100%;}
	*{box-sizing:border-box;}
	a[href^="tel:"] {pointer-events: auto;}

	/* common item */
	.pc{display: none !important;}
	.pcbr{display: none;}

	.headerInner,
	.footerInner,
	.inner,
	.wrapper{
		min-width:0;
		width:100%;
	}

	header{
		width:100%;
		background-color:#fff;
		position:relative;
		left:0px;
		top:0px;
		/*z-index: 1000;*/
		padding:0px 0 0 0;
	}

	.headerInner{
		width:auto;
		height: 61px;
		padding:0px 0 0px 0;
		/*border-top: 2px solid #ad0000;*/
		text-align: center;
		background: #fff;
		position: relative;
		z-index: 999;
	}

	/*header.top .headerInner{
		height: 116px;
	}*/

	.overlay{
		content:'';
		display: block;
		position:fixed;
		width:100%;
		height:300px;
		background: rgba(0,0,0,0.9);
		left:0;
		top:0;
		z-index:6;
	}

	#openMenu{
		display:block;
		width:60px;
		height:61px;
		text-indent: -99em;
		overflow: hidden;
		position:absolute;
		right:0;
		top:0;
		z-index: 200;
		background: url(../img/common/sp_menu.png) no-repeat center center;
		background-size: 100%;
		border-left: 2px solid #b80000;
	}
	#openMenu.open{
		background: url(../img/common/sp_menu_close.png) no-repeat center bottom;
		background-size: 100%;
	}

	/*header.top #openMenu{
		top: 55px;
	}*/

/*	#openMenu span{
		content:'';
		display: block;
		width:25px;
		height:2px;
		background: #4083C0;
		position: absolute;
		left:0px;
		transition: all .25s ease;
	}

	#openMenu span:nth-child(1){top:4px;}
	#openMenu span:nth-child(2){top:11px;}
	#openMenu span:nth-child(3){top:18px;}*/

	/*#openMenu.open span:nth-child(1){
		transform:rotate(45deg);
		top:10px;
		left:-2px;
	}

	#openMenu.open span:nth-child(2){
		opacity:0;
		left:-25px;
	}

	#openMenu.open span:nth-child(3){
		transform:rotate(-45deg);
		top:10px;
		left:-2px;
	}*/

	.menuopen{
		position: fixed;
		width: 100%;
		height: 100%;
	}

	/* gnav ---------------------------------------*/

	header #gnav{
		border: none;
		background: #fff;
		padding-bottom: 30px;
		overflow: auto;
		z-index: 100;
		position: absolute;
		left: 0px;
		top: 60px;
		opacity: 0;
		width: 100%;
		padding: 0;
		-webkit-transition: all .5s cubic-bezier(0.895, 0.03, 0.685, 0.22);
		transition: all .5s cubic-bezier(0.895, 0.03, 0.685, 0.22);
		transform: translate3d(0,-100%,0);
	}

	header.top #gnav{top: 60px;}

	#gnav.active{
		transform:translate3d(0,0,0);
		opacity:1;
	}

	#gnav ul{
		width:auto;
		border-left:none;
		border-top:1px solid #b6000f;
		margin-bottom: 25px;
		margin-top: 1px;
	}

	#gnav ul li{float:none;}

	#gnav ul li a{
		text-align: left;
		border-right:none;
		border-bottom:1px solid #b6000f;
		width:auto;
		height:auto;
		line-height:1.0;
		display: block;
		font-size:14px;
		font-weight: bold;
		padding:18px 15px 16px;
		background: #fff;
		color:#b6000f;
		background: url(../img/common/icon_arrow_left.png) no-repeat center right 15px;
		background-size: 15px;
	}

	#gnav .spNaviInnerContact{
		min-height: 340px;
	}
	#gnav .spNaviInnerContact a{
		display: block;
	}
	#gnav .spNaviInnerContact a img{
		display: block;
		margin:0 auto 15px;
	}


	#gnav li:first-child:before,#gnav li::after{
		content: none;
	}

	/* footer ---------------------------------------*/

	.gotop{
	}

	.gotop a{
	}


	footer{
		background:none;
		padding:0px 0 100px 0;
		height: auto;
		padding: 0;
	}

	.headerSubMenu ul{
		position: relative;
		right: auto;
		top: auto;
	}
	header .headerInner .logoBlock{
		border-top: 3px solid #ad0000;
	}
	header .headerLogo{
		position: absolute;
		top: 15px;
		left: 10px;
		height: 33px;
		width: 250px;
		background: url(../img/common/logo_sp.png) no-repeat top left;
		background-size: 100%;
	}

	/*header.top .headerLogo{
		top: 70px;
	}*/

	.headerSubMenu{
		padding: 15px 0;
		background: #f8e5e7;
	}
	.headerSubMenu ul{
		margin:0 15px;
		display: flex;
		justify-content: space-between;
	}
	.headerSubMenu ul li{
		width: 47.8%;
	}
	.headerSubMenu ul li:last-child{
		margin-left: 0;
		width: 47.8%;
		height: auto;
	}

	.topBnrHead{
		height: auto;
		background:#ffdc00;
		z-index: 999;
	}

	.topBnrHead img{
		display: block;
		width: 325px;
		padding-top: 0;
	}

	footer .footerInner{
		width: 100%;
	}

	footer .footerCopyInner{
		width: 100%;
	}


	.contactBar.sp{
		display: block;
		width: 100%;
		height: auto;
		padding: 0 0 10px;
	}
	.contactBar.sp .contactBarContact a {
		padding: 0;
		background: none;
		color: #fff;
		border-radius: 5px;
		width: auto;
		display: block;
		font-size: 22px;
		font-weight: bold;
	}
	.contactbarWapper{
		width : -webkit-calc(100% - 60px) ;
		width : calc(100% - 60px) ;
		display: block;
	}
	.contactbarWapper img.headline{
		width: 100%;
		margin-top: -7px;
	}
	.contactbarWapper .bnrParts img{
		width: 100%;
		margin-bottom: 15px;
	}

	.topCatchWapper{
		width: 100%;
	}

	.gotopSp{
		border-top: 3px solid #b6000f;
		width: 100%;
	}
	.gotopSp img{
		display: block;
		padding: 15px 0 20px;
		margin:0 auto;
		width: 60px;
	}

	footer.sp ul.footerNaviSp{
		display: block;
	}
	footer.sp ul.footerNaviSp li{
		border-top: 1px solid #b6000f;
		display: block;
		padding: 17px 0 17px 15px;
		background: url(../img/common/icon_arrow_left.png) no-repeat center right 15px;
		background-size: 15px;
	}
	footer.sp ul.footerNaviSp li a{
		display: block;
		color: #b6000f;
		font-size: 14px;
	}

	footer.sp .footerLogoBlock{
		background: #b6000f;
		padding: 30px 0;
	}
	footer.sp .footerLogoBlock img{
		width: 282px;
		display: block;
		margin:0 auto 15px;
	}
	footer.sp .footerLogoBlock strong{
		text-align:center;
		font-size:13px;
		color:#FFF;
		font-weight: bold;
		display: block;
		margin-bottom: 7px;
	}
	footer.sp .footerLogoBlock p{
		text-align:center;
		font-size:11px;
		color: #FFF;
	}

	footer.sp .copyright{
		display: block;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		color:rgba(255,255,255,0.5);
	}
	footer.sp .copyright{
		display: block;
		width: 100%;
		text-align: center;
	}



/* pageHeader ---------------------------------------*/
	.pageHeader{
		height: 35px;
		background: #B6000F;
	}
	.pageHeaderWrapper{
		width: 100%;
		margin: 0 auto;
	}
	.pageHeaderWrapper h1{
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		display: block;
		text-align: center;
		line-height: 35px;
	}

	.pageWrapper{
		width: 100%;
	}

	.pankuzu{display: none;}
	.pankuzuWrapper{
		width: 100%;
	}





}




/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){

}
