@charset "UTF-8";


/*------------------------------------------------------------------------
テキストリンク ＆ ボタン
------------------------------------------------------------------------*/

.btns {
	margin: 2em auto 0 auto;
	text-align:center;
}



input.btn_submit {
	position: relative;
	color: #fff;
	margin: 0.5em 0.5em 0 0;
	padding: 0.6em 1.5em 0.6em 2em;
	font-size: 1em;
	text-align: center;
	float: none;
	display: inline-block;
	text-decoration: none;
	background-color: rgba(0,103,43,1);
	border:none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
input.btn_submit:hover {
	color: #fff;
	background-color: rgba(0,103,43,0.6);
}




a.btn {
	box-sizing: border-box;
	color: #fff;
	margin: 0 0.5em 0.5em 0;
	padding: 0.6em 2em 0.6em 2em;
	font-size: 1.2em;
	text-align: center;
	float: none;
	display:inline-block;
	position: relative;
	text-decoration: none;
	background-color: rgba(101,99,94,1);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}

a:hover.btn {
	color: #fff;
	background-color: rgba(101,99,94,0.5);
}
a:focus.btn {
	color: #fff !important;
}
a.btn:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	margin-left: -2px;
	border-top: 3px solid transparent;
	border-left: 3px solid #fff;
	border-bottom: 3px solid transparent;
	content: "";
}

a.btn.colors {
	background-color: rgba(22,100,51,1);
}

a:hover.btn.colors {
	background-color: rgba(22,100,51,0.5);
}
a:focus.btn.colors {
	color: #fff !important;
}



a.btn_color01 {
	background-color: rgba(0,103,43,1);
	color: #fff;
	margin: 0 0.5em 0.5em 0;
	padding: 0.6em 2em 0.6em 2em;
	font-size: 1.2em;
	text-align: center;
	float: none;
	display:inline-block;
	position: relative;
	text-decoration: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}

a:hover.btn_color01 {
	background-color: rgba(0,103,43,0.5);
}

a.btn_color02 {
	background-color: rgba(145,124,80,1);
	color: #fff;
	margin: 0 0.5em 0.5em 0;
	padding: 0.6em 2em 0.6em 2em;
	font-size: 1.2em;
	text-align: center;
	float: none;
	display:inline-block;
	position: relative;
	text-decoration: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}

a:hover.btn_color02 {
	background-color: rgba(145,124,80,0.5);
}

a.btn_color03 {
	background-color: rgba(182,5,24,1);
	color: #fff;
	margin: 0 0.5em 0.5em 0;
	padding: 0.6em 2em 0.6em 2em;
	font-size: 1.2em;
	text-align: center;
	float: none;
	display:inline-block;
	position: relative;
	text-decoration: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}

a:hover.btn_color03 {
	background-color: rgba(182,5,24,0.5);
}

a.btn_color04 {
	background-color: rgba(0,71,102,1);
	color: #fff;
	margin: 0 0.5em 0.5em 0;
	padding: 0.6em 2em 0.6em 2em;
	font-size: 1.2em;
	text-align: center;
	float: none;
	display:inline-block;
	position: relative;
	text-decoration: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}

a:hover.btn_color04 {
	background-color: rgba(0,71,102,0.5);
}



a.btn_detail {
	position: relative;
	color: #fff;
	margin: 0.5em 0.5em 0 0;
	padding: 0.6em 1.5em 0.6em 2em;
	font-size: 1em;
	text-align: center;
	float: none;
	display: inline-block;
	text-decoration: none;
	background-color: rgba(101,99,94,1);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
a.btn_detail:hover {
	color: #fff;
	background-color: rgba(101,99,94,0.6);
}
a.btn_detail:before {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 8px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	margin-left: -2px;
	border-top: 3px solid transparent;
	border-left: 3px solid #fff;
	border-bottom: 3px solid transparent;
	content: "";
}

a.btn_detail:focus {
	color: #fff;
}

a.btn_detail02 {
	width:50%;
	position: relative;
	color: #fff;
	margin: 2em 0;
	padding: 1em 0 1em 0;
	font-size: 1.2em;
	text-align: center;
	float: none;
	display: inline-block;
	text-decoration: none;
	background-color:rgba(67,81,185,1);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
a.btn_detail02:hover {
	color: #fff;
	background-color:rgba(67,81,185,0.6);
}

a.btn_detail02:before {
	position: absolute;
	top: 50%;
	left: 8px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	margin-left: -2px;
	border-top: 3px solid transparent;
	border-left: 3px solid #fff;
	border-bottom: 3px solid transparent;
	content: "";
}
a.btn_detail02:focus {
	color: #fff;
}


a.btn_emp {
	position: relative;
	color: #fff;
	margin: 0.5em 0.5em 0 0;
	padding: 0.6em 1.5em 0.6em 2em;
	font-size: 1em;
	text-align: center;
	float: none;
	display: inline-block;
	text-decoration: none;
	background-color: rgba(22,100,51,1);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
a.btn_emp:hover {
	color: #fff;
	background-color:rgba(22,100,51,0.6);
}
a.btn_emp:before {
	position: absolute;
	top: 50%;
	left: 8px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	margin-left: -2px;
	border-top: 3px solid transparent;
	border-left: 3px solid #fff;
	border-bottom: 3px solid transparent;
	content: "";
}





a.btn_txt {
	padding: 0px 0 0px 10px;
	margin: 1em 0 0 0;
	font-size: 12px;
	display: inline-block;
	text-decoration: none;
	position: relative;
}
a:hover.btn_txt {
	color: #666;
}
a.btn_txt:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -3px;
	vertical-align: top;
	border-top: 3px solid transparent;
	border-left: 4px solid #aaa;
	border-bottom: 3px solid transparent;
	content: "";
}



a.btn_pdf {
	color: #fff;
	margin: 0 0.2em 0.5em 0;
	padding: 0.5em 20px 0.5em 35px;
	font-size: 1em;
	text-align: center;
	float: none;
	display: inline-block;
	position: relative;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	background: url(../img/common/icon_pdf.png) no-repeat 10px center;
	background-size: 14px;
	background-color: rgba(101,99,94,1);
}
a.btn_pdf:hover {
	color: #fff;
	background-color: rgba(101,99,94,0.6);
}



a.btn_pagetop {
	display: block;
	padding: 40px 0 0 0;
	width: 40px;
	height: 0px;
	color: #FFF;
	font-size: 10px;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 5000;
	background-image: url(../img/common/btn_top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}






a.btn_planres {
	box-sizing: border-box;
	color: #fff;
	margin: 0 0 0.5em 0;
	padding: 0.6em 2em 0.6em 2em;
	font-size: 1.2em;
	text-align: center;
	float: none;
	display:block;
	position: relative;
	text-decoration: none;
	background-color: rgba(22,100,51,0.7);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}

a.btn_planres:hover {
	color: #fff;
	background-color: rgba(22,100,51,0.4);
}

a.btn_planres:before{
	position: absolute;
	top: 50%;
	left: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	margin-left: -2px;
	border-top: 3px solid transparent;
	border-left: 3px solid #fff;
	border-bottom: 3px solid transparent;
	content: "";
}



a.btn_seatres {
	box-sizing: border-box;
	color: #fff;
	margin: 0 0 0.5em 0;
	padding: 0.6em 2em 0.6em 2em;
	font-size: 1.2em;
	text-align: center;
	float: none;
	display:block;
	position: relative;
	text-decoration: none;
	background-color: rgba(22,100,51,1);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}

a.btn_seatres:hover {
	color: #fff;
	background-color: rgba(22,100,51,0.5);
}

a.btn_seatres:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	margin-left: -2px;
	border-top: 3px solid transparent;
	border-left: 3px solid #fff;
	border-bottom: 3px solid transparent;
	content: "";
}




/*タブ---------------------------------------*/


#contnav ul.tab {
	display:table;
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
	list-style:none;
	text-align:center;
	font-size:0;
	table-layout:fixed;
	width:100%;
}


#contnav ul.tab li {
	display:table-cell;
	padding: 1px 1px;
	margin: 0;
	font-size:12px;
    overflow: hidden;
    text-overflow: ellipsis;
	width:33%;
}

#contnav ul.tab.linemax li {
	float:none;
	width:100%;
}


#contnav ul.tab li:not(:target) {
	width:auto\9;
}

#contnav ul.tabamount4 li {
	width:25%;
}

#contnav ul.tabamount6 li {
	width:16.5%;
}

#contnav ul.tab li a {
	display: block;
	position: relative;
	padding: 0.8em 1em;
	margin: 0;
	background-color:rgba(204,204,204,0.4);
	color:rgba(0,0,0,1);
	text-decoration: none;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
#contnav ul.tab li.active a {
	background-color:rgba(153,153,153,1);
	color:rgba(255,255,255,1);
	text-decoration: none;
}
#contnav ul.tab li a:hover {
	text-decoration:none;
	background-color:rgba(204,204,204,1);
	color:rgba(0,0,0,1);
}





/*------------------------ 960〜1280px ------------------------*/
@media screen and (max-width: 1280px) {






}





/*------------------------ 481〜960px ------------------------*/
@media screen and (max-width: 960px) {
	


/*タブ---------------------------------------*/


#contnav ul.tab {
	position:relative;
	display:block;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	list-style:none;
	text-align:center;
	font-size:0;
}


#contnav ul.tab li,
#contnav ul.tab li.active {
	display:block;
	padding: 1px 1px;
	margin: 0;
	font-size:12px;
	width:33%;
	box-sizing:border-box;
	float:left;
}
#contnav ul.tab.linemax li ,
#contnav ul.tab.linemax li.active {
	float:none;
	width:100%;
}

#contnav ul.tab li a {
	box-sizing:border-box;
	width:100%;
	padding:0.5em 1em 0.5em 1em;
	margin:0;
	text-align:center;
}

#contnav ul.tab li a:hover {
	display:block;
}
#contnav ul.tab li.active a {
	display: block;
}





}









/*------------------------ 〜480px ------------------------*/
@media screen and (max-width: 480px) {





a.btn {
	padding: 0.5em 2em 0.5em 2em;
	margin-right:0;
	font-size: 1em;
	display:block;
}


a.btn_pdf {
	font-size: 1em;
	display:block;
}




a.btn_detail,
a.btn_emp {
	margin:0 0 1em 0;
	display: block;
}

a.btn_detail02 {
	width:100%;
	margin:1em 0;
}


/*タブ---------------------------------------*/


#contnav ul.tab {
	position:relative;
	display:block;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	list-style:none;
	text-align:center;
	font-size:0;
}


#contnav ul.tab li,
#contnav ul.tab li.active {
	display:block;
	padding: 1px 1px;
	margin: 0;
	font-size:12px;
	width:50%;
	box-sizing:border-box;
	float:left;
}


#contnav ul.tab li a {
	box-sizing:border-box;
	width:100%;
	padding:0.5em 1em 0.5em 1em;
	margin:0;
	text-align:center;
}

#contnav ul.tab li a:hover {
	display:block;
}
#contnav ul.tab li.active a {
	display: block;
}








}
