@charset "utf-8";
@import "reset.css";

/*--( font layout )--*/
.fBold{font-weight:bold;}
.fVerdana{font-family:Verdana;}
.fArial{font-family:Arial;}
.fYu{ font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;}
.elps{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

/*--( rollover )--*/
a:hover img.ro{filter:alpha(opacity=80);opacity:0.8;-webkit-opacity:0.8;-moz-opacity:0.8;-ms-opacity:0.8;-o-opacity:0.8;}

/*--( common class )--*/
.wrapper{
	width:980px;
	margin:0 auto;
}
.bgKey{background:#FF6600;}
.bgKey02{background:#FFC000;}
.bdKey{border:1px solid #FF6600;}
.clKey{color:#55BB11;}
.lKey,
#pnkz a,
#footer .secLink a,
.copyright a{
	color:#09c;
	text-decoration:none;
}
.lKey:hover,
#pnkz a:hover,
#footer .secLink a:hover,
.copyright a:hover{ text-decoration:underline; }

.btnKey,
.btnCommon01,
.btnCommon02,
.btnCommonFooter01,
.btnCommonFooter02,
.btnCommonFooter03,
.btnSubmit,
.btnFormBack{
	display:block;
	box-sizing:border-box;
	color:#fff;
	text-decoration:none;
	text-align:center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position:relative;
}
.btnKey span,
.btnCommon01 span,
.btnCommon02 span,
.btnCommonFooter01 span,
.btnCommonFooter02 span,
.btnCommonFooter03 span,
.btnSubmit span,
.btnFormBack span{
	position:absolute;
	top:48%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.btnKey{
	background:#55BB11;
	-webkit-box-shadow: 0 -4px 0 #4CA80F inset;
	box-shadow: 0 -4px 0 #4CA80F inset;
}
.btnCommon01{
	background:#50AF10;
	-webkit-box-shadow: 0 -4px 0 #319F2D inset;
	box-shadow: 0 -4px 0 #319F2D inset;
}
.btnCommon02{
	background:#f66;
	-webkit-box-shadow: 0 -4px 0 #E55C5C inset;
	box-shadow: 0 -4px 0 #E55C5C inset;
}
.btnCommonFooter01{
	background:#3399CC;
	-webkit-box-shadow: 0 -4px 0 #2E89B7 inset;
	box-shadow: 0 -4px 0 #2E89B7 inset;
}
.btnCommonFooter02{
	background:#FF9900;
	-webkit-box-shadow: 0 -4px 0 #E58900 inset;
	box-shadow: 0 -4px 0 #E58900 inset;
}
.btnCommonFooter03{
	background:#FF3300;
	-webkit-box-shadow: 0 -4px 0 #E52E00 inset;
	box-shadow: 0 -4px 0 #E52E00 inset;
}
.btnSubmit{
	background:#C30D24;
	-webkit-box-shadow: 0 -4px 0 #AF0C20 inset;
	box-shadow: 0 -4px 0 #AF0C20 inset;
}
.btnFormBack{
	background:#666;
	-webkit-box-shadow: 0 -4px 0 #5C5C5C inset;
	box-shadow: 0 -4px 0 #5C5C5C inset;
}
a.btnKey:hover{ background:#77C941; }
a.btnCommon01:hover{ background:#73BF40; }
a.btnCommon02:hover{ background:#FF8585; }
.btnCommonFooter01:hover{background:#5CADD6;}
.btnCommonFooter02:hover{background:#FFAD33;}
.btnCommonFooter03:hover{background:#FF5C33;}
a.btnSubmit:hover{ background:#CF3D50; }
a.btnFormBack:hover{ background:#858585; }

.imgFrame{ position:relative; }
.imgFrame img.center{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	border-radius: 5px;
}

/*--( blockTitPage )--*/
.blockTitPage{
	display:table;
	width:980px;
	height:100px;
	margin:0 auto;
}
.blockTitPage .bgKey{
	display:table-cell;
	width:5px;
}
.blockTitPage .tit{
	display:table-cell;
	vertical-align:middle;
	padding:0 0 0 30px;
	background:#fff;
	border:1px solid #D7D1CC;
	border-left:none;
}


body{
	font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	font-size:12px;
	color:#333;
}

/** header
========================================*/
/*--( secTitle )--*/
#header .secTitle{
	height:30px;
}
#header .secTitle .title{
	font-weight:normal;
	color:#fff;
	padding:9px 0 0;
	float:left;
}
#header .secTitle .btn{
	display:block;
	box-sizing:border-box;
	width:120px;
	height:34px;
	padding:12px 0 0;
	text-align:center;
	text-decoration:none;
	color:#fff;
	float:right;
}
#header .secTitle .btn01{ background:#37342D; }
#header .secTitle .btn02{ background:#F82525; }
#header .secTitle .btn03{ background:#C96; }
#header .secTitle .btn01:hover{ background:#5F5D57; }
#header .secTitle .btn02:hover{ background:#FFAD33; }
#header .secTitle .btn03:hover{ background:#D6AD85; }
/*#header .secTitle .btn:hover{text-decoration:underline;}*/

/*--( secHeader )--*/
#header .secHeader{
	width:980px;
	margin:0 auto;
	padding:0 0 22px;
}
#header .secHeader .logo{
	float:left;
	padding:25px 0 0;
}
#header .secHeader .blockTel{
	float:left;
	padding:26px 0 0 30px;
}
#header .secHeader .txt01{
	padding:0 0 0 2px;
}
#header .secHeader .txtTel{
	display:block;
	padding:0 0 0 53px;
	margin:6px 0 0;
	font-size:30px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	background:url(../img/common/icoHeaderTel01.gif) left top no-repeat;
}
#header .secHeader .txtTime{
	padding:7px 0 0 3px;
}
#header .secHeader .btn{
	float:right;
	width:150px;
	height:70px;
	margin:23px 0 0 10px;
}
#header .secHeader .btnContact{
	display:block;
	box-sizing:border-box;
	text-align:center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position:relative;
	background:#39c;
	-webkit-box-shadow: 0 -4px 0 #2E89B7 inset;
	box-shadow: 0 -4px 0 #2E89B7 inset;
}
#header .secHeader .btnContact:hover{ background:#5CADD6; }
#header .secHeader .btnContact span{
	position:absolute;
	top:48%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}


/** gNav
========================================*/
#gNav{
	border-top:1px solid #D7D1CC;
	border-bottom:1px solid #D7D1CC;
}
#gNav li{
	height:69px;
	position:relative;
	background:url(../img/common/bgGnav01.gif) right center no-repeat;
}
#gNav li:nth-child(n+2):not(:last-child){
	flex-grow: 1;
}
#gNav ul{
	display: flex;
}
#gNav li a{
	display:block;
	box-sizing:border-box;
	width:100%;
	height: 69px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}
#gNav li:first-child{
	width:70px;
	background:none;
}
#gNav li:first-child a{
	background:url(../img/common/txtGnav01.png) left top no-repeat;
	position:absolute;
	bottom:0;
	height: 80px;
}
#gNav li:first-child a:hover{ background-position:right top; }
#gNav li:nth-last-child(2){ background:none; }
#gNav li:nth-child(2){
	width:163px;
}
#gNav li:nth-child(3){
	width:126px;
}
#gNav li:nth-child(4){
	width:149px;
}
#gNav li:nth-child(5){
	width:102px;
}
#gNav li:nth-child(6){
	width:172px;
}
#gNav li:last-child{
	width:197px;
	background:none;
}
#gNav li:last-child a{
	padding:0 0 0 18px;
	position:relative;
	z-index:10;
}
#gNav li:last-child .bg{
	width:213px;
	height:70px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}
#gNav li:last-child .bg:after{
	content:".";
	display:block;
	width:193px;
	height:113px;
	font-size:0;
	line-height:0;
	background:#f00;
	-webkit-transform-origin: 255px 84px;
    -ms-transform-origin: 255px 84px;
    transform-origin: 255px 84px;
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
}
#gNav li:last-child:hover .bg:after{ background:#f55; }
#gNav li a:hover img.ro{
	filter:alpha(opacity=70);
	opacity:0.7;
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
	-ms-opacity:0.7;
	-o-opacity:0.7;
}
#gNav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000;
	background: #fff;
}
/** pnkz
========================================*/
#pnkz{
	padding:17px 0 20px 2px;
}
#pnkz li{
	font-family:Verdana;
	float:left;
	padding:0 4px 0 11px;
	color:#666;
	background:url(../img/common/icoArrowPnkz.png) left center no-repeat;
}
#pnkz li:first-child{
	padding:0 4px 0 0;
	background:none;
}
#pnkz li a{
	display: inline-block;
	max-width: 320px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*--( btnToHead )--*/
.btnToHead{
	padding:27px 0 23px;
	text-align:right;
}
.btnToHead a{
	display:inline-block;
	width:160px;
	line-height:30px;
	margin:0 6px 0 0;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background:#ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.btnToHead a:hover{
	background:#D6D6D6;
}

/** footer
========================================*/
#footer{
	font-family:Verdana;
	border-top:5px solid #F7F7F7;
	background:#ECECEC;
}
#footer .wrapper{ background:url(../img/common/bgFooter01.gif) left top repeat-y; }
#footer .secData{
	width:332px;
	min-height:360px;
	box-sizing:border-box;
	padding:25px 0 0;
	float:left;
}
#footer .secData .logo{
	display:block;
	width:300px;
	height:65px;
}
#footer .secData .logo img{
	max-width:300px;
	height:auto;
}
#footer .secData .txtAddress{
	line-height:20px;
	padding:12px 0 9px 2px;
}
#footer .secData .blockTel{
	padding:0 0 18px;
}
#footer .secData .txt01{
	padding:0 0 0 2px;
}
#footer .secData .txtTel{
	display:block;
	padding:0 0 0 53px;
	margin:6px 0 0;
	font-size:30px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	background:url(../img/common/icoHeaderTel01.gif) left top no-repeat;
}
#footer .secData .txtTime{
	padding:7px 0 0 3px;
}
#footer .txtDescription{
	width:300px;
	font-size:11px;
	line-height:18px;
	color:#666;
	padding:0 0 26px;
}
#footer .secLink{
	width:216px;
	min-height:360px;
	box-sizing:border-box;
	padding:21px 6px 14px 12px;
	float:left;
}
#footer .secLink li{
	line-height:18px;
	margin:0 0 18px;
}
#footer .copyright{
	font-size:11px;
	line-height:40px;
	padding:0 0 80px;
	text-align:center;
	background:#F7F7F7;
}
#footer .copyright a{
	text-decoration:underline;
}

/** secFixedNav
========================================*/
.secFixedNav{
	width:100%;
	text-align:center;
	white-space:nowrap;
	padding:11px 0 9px;
	background-color:rgba(51,51,51,0.7);
	position:fixed;
	left:0;
	bottom:0;
	z-index:5000;
}
body.noNav .secFixedNav{ display:none; }
body.noNav #footer .copyright{ padding:0; }
.secFixedNav li{
	display:inline-block;
	width:230px;
	height:60px;
	margin:0 6px;
}
.secFixedNav li a{
	width:100%;
	height:60px;
}
.secFixedNav li span{
	left:5px;
	-webkit-transform:translate(0, -50%);
	transform:translate(0, -50%);
}

/** News,Event共通
========================================*/
.secTabNE{
	width:980px;
	padding:20px 0 0;
	overflow:hidden;
}
.secTabNE ul{
	width:996px;
}
.secTabNE li{
	display:table;
	width:150px;
	height:69px;
	margin:0 16px 0 0;
	float:left;
	background-color:#FBFAF9;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-ms-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.secTabNE a{
	display:table-cell;
	box-sizing:border-box;
	width:92%;
	height:68px;
	padding:0 4%;
	text-align:center;
	vertical-align:middle;
	font-size:15px;
	background-image:url(../img/news/bgTabIndex.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #D7D1CC;
	border-bottom:none;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-ms-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.secTabNE a.bgKey{
	color:#fff;
	background-image:none;
	border:none;
}
.secTabNE span{
	display:inline-block;
	max-width:90%;
	max-height:30px;
	overflow:hidden;
}
.secTabNE a:hover span{
	text-decoration:underline;
}
.secTabNE .bgKey{
	height:8px;
}

.secNE{ font-family:Verdana; }
.secNE .blockTitNE{
	display:table;
	width:980px;
	height:100px;
	margin:0 auto 20px;
}
.secNE .blockTitNE .txtArea{
	display:table-cell;
	width:150px;
	height:100px;
	font-size:15px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	background:#f90;
}
.secNE .blockTitNE .txtArea span{
	display:inline-block;
	max-width:90%;
	max-height:31px;
	overflow:hidden;
}
.secNE .blockTitNE .tit{
	display:table-cell;
	width:700px;
	padding:0 0 0 32px;
	vertical-align:middle;
	background:#fff;
	border-top:1px solid #D7D1CC;
	border-bottom:1px solid #D7D1CC;
}
.secNE .blockTitNE .txtLink{
	display:table-cell;
	vertical-align:middle;
	border:1px solid #D7D1CC;
	border-left:none;
	font-size:12px;
}
.secNE .blockTitNE .txtLink .lKey:before{
	display:inline-block;
	content:"";
	width:3px;
	height:3px;
	margin:0 8px 0 0;
	border:4px solid #000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

/*--( blockTitInfo )--*/
.secNE .blockTitInfo{
	padding:20px 0 0 15px;
	height:60px;
	box-sizing:border-box;
}
.secNE .blockTitInfo .tit{
	width:880px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:18px;
	line-height:120%;
	font-weight:normal;
	color:#fff;
}
.secNE .blockTitInfo .tit:before{
	display:inline-block;
	content:"";
	width:10px;
	height:10px;
	vertical-align:top;
	margin:0 12px 0 0;
	border:5px solid #fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}
.secNE .blockDate{
	line-height:16px;
	padding:16px 2px 18px;
	margin:0 0 18px;
	border-bottom:1px solid #E5E5E5;
}
.secNE .tagNew{
	margin:0 0 0 8px;
}
.secNE .txtNE{
	font-size:15px;
	line-height:25px;
	padding:0 2px 26px;
}
.secNE .imgNE{
	text-align:center;
	padding:0 0 24px;
}
.secNE .btnCommon02{
	width:300px;
	height:70px;
	margin:50px auto 20px;
	font-size:17px;
}

/*--( blockTel )--*/
.blockTelCommon{
	width:680px;
	height:222px;
	margin:0 auto 21px;
	position:relative;
	z-index:0;
}
.blockTelCommon .bg{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.blockTelCommon .txtTel{
	padding:80px 0 0 39px;
	font-size:55px;
	font-family:Arial;
	color:#FFF;
	position:relative;
	z-index:10;
}
.blockTelCommon .txtHour{
	padding:4px 0 0 41px;
	font-family:Verdana;
	color:#FFF;
	position:relative;
	z-index:10;
}

/** form
========================================*/
.imgFormStep{
	text-align:center;
	margin:0 0 30px;
}
.secForm{
	width:700px;
	padding:30px 49px 0;
	border:1px solid #ccc;
	border-top:none;
	margin:0 auto 23px;
}
.secForm .txtGuideFirst{
	font-size:14px;
	line-height:22px;
	padding:0 0 25px;
}
.secForm .txtRequired{
	color:#f00;
}
.secForm .tableForm table{
	width:100%;
	margin:0 0 25px;
}
.secForm .tableForm th{
	width:135px;
	padding:0 10px 0 13px;
	background:#EAE8DF;
	border:1px solid #ccc;
	font-size:14px;
	line-height:20px;
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
}
.secForm .tableForm th.vTop{
	padding:20px 10px 18px 13px;
	vertical-align:top;
}
.secForm .tableForm td{
	padding:20px 10px 18px 20px;
	background:#fff;
	border:1px solid #ccc;
	font-size:14px;
	line-height:18px;
}
.co .tableForm td{
	vertical-align:middle;
}
.secForm .tableForm .inputTxt,
.secForm .tableForm .inputDate,
.secForm .tableForm select,
.secForm .tableForm textarea{
	border:1px solid #ccc;
}
.secForm .tableForm .required .inputTxt,
.secForm .tableForm .required .inputDate,
.secForm .tableForm .required select{
	background:#FFECEC;
}
.secForm .tableForm .inputTxt{
	padding:0 0 0 5px;
	height:31px;
	font-size:14px;
}
.secForm .tableForm .inputDate{
	margin:0 10px 0 0;
}
.secForm .tableForm .w50{ width:45px; }
.secForm .tableForm .w80{ width:75px; }
.secForm .tableForm .w150,
.secForm .tableForm .inputDate{ width:145px; }
.secForm .tableForm .w300{ width:295px; }
.secForm .tableForm .w400{ width:395px; }
.secForm .tableForm .w500{ width:495px; }
.secForm .tableForm .txtGuide{
	font-size:12px;
	padding:13px 0 0;
}
.secForm .tableForm .txtGuide .txtMail{
	font-weight:bold;
	color:#f90;
}
.secForm .tableForm .rowPad{
	padding:0 0 16px;
}
.secForm .tableForm .blockTel01{
	padding:0 0 10px;
}
.secForm .tableForm .blockCheck{
	display:inline-block;
	width:140px;
}
.secForm .tableForm .blockCheck label{
	display:block;
	white-space:nowrap;
	margin:0 0 4px;
}
.secForm .tableForm .listCheck label{
	display:block;
	margin:0 0 4px;
}
.secForm .tableForm .blockCheck label span,
.secForm .tableForm .listCheck label span{
	vertical-align:middle;
}
.secForm .tableForm .txtGuideTel{
	padding:0 0 6px;
}
.secForm .tableForm .txtError{
	display:none;
	font-size:12px;
	color:#f00;
	padding:0 0 0 18px;
	margin:6px 0 0;
	background:url(../img/common/icoFormError.png) left center no-repeat;
}
.secForm .tableForm .btnPostal{
	display:inline-block;
	line-height:33px;
	font-size:12px;
	color:#fff;
	text-align:center;
	background:#333;
	padding:0 12px;
	margin:0 0 0 5px;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
.secForm .tableForm .btnPostal:hover{
	background:#5C5C5C;
}
.secForm .tableForm textarea{
	width:498px;
	height:148px;
}
.secForm .txtAgreement{
	font-size:14px;
	line-height:24px;
	text-align:center;
	padding:0 0 24px;
}
.secForm .btnSubmit{
	width:300px;
	height:70px;
	margin:0 auto 76px;
	font-size:17px;
}
.secForm .txtError a{
    color:#f00;
}
.co .btnSubmit{
	margin:0 auto 29px;
}
.co .tableForm table{
	margin:0 0 50px;
}
.secForm .btnFormBack{
	width:300px;
	height:40px;
	margin:0 auto 76px;
	font-size:17px;
}
.co .btnFormBack{
	margin:0 auto 60px;
}
.ok{
	color:#666;
	text-align:center;
	padding:0 0 26px;
}
.ok .imgFormStep{
	margin:0 0 48px;
}
.ok .titThanks{
	font-size:22px;
	font-weight:normal;
	padding:0 0 48px;
}
.ok .txtThanks{
	font-size:15px;
	line-height:150%;
	padding:0 0 23px;
}
.ok .txtLinkThanks{
	font-size:22px;
}
