@charset 'UTF-8';


.contents_width {
	width: 100%;
	max-width: 896px;
	margin:0 auto;
}
.box .mvbox {
	position: relative;
	width: 70%;
	margin: 0 15%;
	padding: 0;
	overflow: hidden;
}
.box .mvbox video {
	width: 100%;
}

/* header */
/* -------------------------------------------------- */
header {
	position: fixed;
	width:100%;
	height: 65px;
	margin: 0;
	padding: 0;
	z-index: 1;
	background: #000;
}
#h_contents {
	padding: 2px 0 0;
	text-align: left;
	position: relative;
}

#h_contents h1 {
	text-align: left;
	overflow: hidden;
}
#h_contents h1 img {
	height: 60px;
	width: auto;
}



.cont-btn {
	position:absolute;
	top: 0;
	right: 65px;
	width: 65px;
	height: 65px;
	z-index:999;
	text-align:center;
}
.cont-btn a {
	padding: 0;
	text-align:center;
}
.cont-btn img {
	margin: 6px auto 0;
	width: 50px;
	height: 38px;
}
.cont-btn:after {
	content: attr(data-txt-MENU);
	margin: -6px 0 0;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 10px;
}
@media only screen and (max-width: 360px){
	.cont-btn {
		display: none;
	}
}


/* 開閉用ボタンのスタイル */
/* -------------------------------------------------- */
.menu-btn,
.menu-btn2 {
	position:absolute;
	top: 0;
	right: 0;
	width: 65px;
	height: 65px;
	z-index:999;
	background: #966500;
	cursor: pointer;
}
.menu-btn-box,
.menu-btn-box2 {
	width: 56px;
	height: 44px;
	margin: 0 auto;
	padding: 8px 0 ;
}
.menu-trigger,
.menu-trigger span,
.menu-btn:after,
.menu-trigger2,
.menu-trigger2 span,
.menu-btn2:after  {
	display: block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger,
.menu-trigger2 {
	position: relative;
	font-size:70% !important;
	width: 100%;
	margin: auto;
	padding:0 10px;
}
.menu-trigger span,
.menu-trigger2 span {
	left: 0;
	height: 3px;
	background-color: #fff;
	border-radius: 0px;
	margin: 6px auto;

}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 20px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger2 span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger2 span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger2 span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

.menu-btn:after,
.menu-btn2:after {
	content: attr(data-txt-MENU);
	color: #fff;
	text-align:center;
	display:block;
	font-size:10px;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn:after,
.open .menu-btn2:after {
	content: attr(data-txt-close);
	color: #FFF;
}
.open .menu-trigger span,
.open .menu-trigger2 span {
	background-color: #FFF;
}
body.open {
	height:100%;
	overflow:hidden;
}

/* -- モーダルウィンドウのスタイル ---------------------- */
#trigger_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	visibility: hidden;
	@include opacity(0);
	z-index:600;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open #trigger_menu {
	-webkit-transition: all .3s;
	transition: all .3s;
	visibility: visible;
	opacity: 1;
}

/* -- モーダルNavi内部 ---------------------- */
#trigger_menu #trigger_menu_area {
	width: 90%;
	max-width: 896px;
	margin: auto;
	text-align: left;
	padding-right: 50px;
}
#trigger_menu ul {
	letter-spacing:-0.4em;
}
#trigger_menu li {
	display:inline-block;
	width: 50%;
	margin-bottom:3%;
	letter-spacing:normal;
	text-align:center;
}
@media screen and (max-width: 420px) {
	#trigger_menu li {
		width: 50%;
	}
}
#trigger_menu li a {
	display:block;
	width: 90%;
	margin:auto;
	background: #966500;
	padding:7px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border-radius:3px;
	text-decoration:none;
	line-height:1;
	color:#FFF;
}
#trigger_menu li a p {
	height:2em;
}
#trigger_menu li a p:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}
#trigger_menu li a p span {
	display: inline-block;
	vertical-align: middle;
}
#trigger_menu li a p span i {
	font-style:normal;
	display:inline-block;
}
#trigger_menu li a:before {
	content:"";
	display:block;
	width: 35%;
	padding-top: 35%;
	margin: auto;
	background:no-repeat center center;
	background-size:contain;
}
#trigger_menu li.icon-home a:before {
	background-image:url(../images/icon_home.png);
}
#trigger_menu li.icon-faci a:before {
	background-image:url(../images/icon_faci.png);
}
#trigger_menu .home_link {
	display:block;
	position:relative;
	width:96%;
	margin-left:1.5%;
	margin-bottom:3%;
	padding:12px 0px 12px 10px;
	text-align:center;
	background: #fff;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border-radius: 12px;
	border-radius: 3px;
	color:#000;
}
#trigger_menu .home_link:before {
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #005ca7;
	top:50%;
	margin-top:-5px;
	margin-left:-10px;
}
@media screen and (max-width: 420px) {
	#trigger_menu .home_link {
		width:95%;
		margin-left:2.5%;
	}
}
#trigger_menu li.icon-house {
	display:inline-block;
	width: 100%;
	margin-bottom:3%;
	letter-spacing:normal;
	text-align:center;
}
#trigger_menu li.icon-house a {
	display:block;
	width: 95%;
	margin:auto;
	padding:7px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border-radius:3px;
	text-decoration:none;
	line-height:1;
	color:#FFF;
}
#trigger_menu li.icon-house a p {
	height: 2em;
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
}
#trigger_menu li.icon-house a:before {
	content:"";
	display:block;
	width: 100%;
	padding: 0;
}
#trigger_menu li a:hover {
	text-decoration: underline;
}


/* Contents */
/* -------------------------------------------------- */
#wrap {
	padding-top: 20px;
}
.box {
	padding: 20px 10px;
	text-align:left;
}

.textbox {
	color: #333333;
	font-size: 1.0em;
	line-height: 1.7em;
}

.imgbox {
	display: block;
	padding: 0;
	width: 100%;
}
.imgbox img {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}


/* subtitle */
/* -------------------------------------------------- */

.subtt {
	padding: 0 0 30px;
	text-align: center;
	line-height: 1.8em;
}
.subtt h2 {
	margin: 0 0 3px;
	font-size: 1.8em;
	color: #fff;
	font-weight: normal;
}
.subtt h6 {
	font-size: 1.1em;
	color: #966500;
	letter-spacing: 0.4em;
	font-weight: normal;
}

.subtt2 {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	background: url(../images/bg_hatch2.png) repeat-x 0 bottom;
	text-align: left;
}
.subtt2 span {
	padding:2px 0 4px 6px;
	font-size: 1.2em;
	color: #f08300;
}




/* PAGETOP
------------------------------------------------------------*/

#pagetop {
	text-align: center;
}
#pagetop a {
	display: block;
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0;
	background: #444;
}
#pagetop a img {
	height: 40px;
	width: auto;
}


/* pagetop
------------------------------------------------------------*/

#sidepgTop {
	position: fixed;
	right: 0px;
	bottom: 60px;
	z-index: 13;
}
#sidepgTop a {
	width: 40px;
	height: 45px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/sidepgtop.png);
	background-size: 80px 45px;
}
a.pageTopBtn {
	background-position: 0px 0px;
}
a.pageTopBtn:hover{ background-position:-40px 0;}

/* IE6 */
* html #pageTop {
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop+100));
	right:0;
}


/* footer*/
/* -------------------------------------------------- */

footer #foot_nav {
	padding: 30px 15px;
	background: linear-gradient(#666, #000 ) fixed;

}
footer #foot_nav ul {
	display:block;
}
footer #foot_nav ul li {
	display: block;
	padding: 0 0 10px;
	text-align: center;
}
footer #foot_nav ul li.ft_txt {
	padding: 15px 0 40px;
	font-size: 0.9em;
	color: #fff;
	line-height: 1.6em;
}
footer #foot_nav ul li.ft_bnr {
	padding: 0 0 16px;
}
footer #foot_nav ul li.ft_bnr img {
	margin: 0 6px 0 0;
	height: 36px;
	width: auto;
}
footer #foot_nav ul li.ft_links {
	color: #fff;
}
footer #foot_nav ul li.ft_links a {
	padding: 0 3px;
	color: #fff;
}
footer #foot_nav ul li a:hover {
	background: #dbefff;
}

footer #foot_nav ul li.pc a:after {
	content:"";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top:-5px;
	width: 14px;
	height: 12px;
	background: url(../../common/images/icon-pc.png) no-repeat center left;
	background-size: contain;
}
footer p {
	display:block;
	text-align:center;
}
footer p span {
	display: inline-block;
	text-align:center;
}
footer .smp_nav {
	width:100%;
	margin: 0;
}
footer .smp_nav ul {
	display: table;
}
footer .smp_nav ul li {
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-align: center;
	line-height: 40px;
	background: #444;
}
footer .smp_nav ul li a {
	display: block;
	color: #eee;
	background: #333;
}
footer .smp_nav ul li.smp {
	color: #eee;
}
footer .flogo {
	padding: 12px 0 4px;
	text-align:center;
}
footer .flogo img {
	margin-left: 100px;
	width: 200px;
	height: auto;
}
footer small {
	display: block;
	padding-bottom: 8px;
	color: #fff;
	text-align: center;
}


