@charset "UTF-8";

.forpc { display: block!important; }
.forsp { display: none!important; }
.forpcinline { display: inline!important; }
.forspinline { display: none!important; }

.wrapper {
	min-width: 1250px;
	text-align: left;
	margin: 0 auto;
}

#menuBtn {
	width: 84px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: fixed;
	top: 35px;
	right: 40px;
	z-index: 3;
	cursor: pointer;
}
#menuBtn { background-image: url(../images/b_menu.gif); }
#menuBtn.opened { background-image: url(../images/b_menu_opened.gif); }

#menu {
	width: 270px;
	background: rgba(255,255,255,.67);
	padding: 100px 20px 20px;
	position: fixed;
	top: 35px;
	right: 40px;
	display: none;
	z-index: 2;
}
#menu li {
	font-size: 18px;
	line-height: 1.6;
	text-align: right;
	border-bottom: solid 1px #003c87;
}
#menu li a {
	color: #000;
	text-decoration: none;
	padding: 10px 0;
	display: block;
}

footer {
	color: #fff;
	background: #403e3b;
	padding: 10vw 0 3vw;
}
footer .inner {
	margin: 0 20%;
}
footer .inner .name {
	margin: 0 0 30px;
}
footer .inner .name figure {
	width: 275px;
	margin: 0 0 5px;
}
footer .inner .name figure img {
	width: 100%;
}
footer .inner .name p {
	font-size: 1.64rem;
}
footer .inner .address {
	margin: 0 0 1em;
}
footer .inner p {
	line-height: 1.55;
}
footer .fcopy {
	text-align: center;
	margin: 10vw 0 0 0;
}

.subTit {
	font-size: 1.5rem;
}
.copyright {
	font-size: .6rem;
}
.tatemidashi {
	font-size: 1.93rem;
	line-height: 1.8;
	writing-mode: vertical-rl;
}
.lowheight {
	line-height: 1.8;
}


p.indent-1,
ul.indent-1 > li {
	text-indent: -1em;
	padding-left: 1em;
}
ul.disclist {
	list-style: disc;
	margin-left: 1.8em;
}
ul.disclist > li {
	margin: 0 0 10px;
}

.linkarea,
.linkarea a{
	position: relative;
}
.linkarea a:hover,
.linkarea:hover{
	opacity: .7;
}
.linkarea a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	font-size: 0;
	text-indent: -9999px;
	overflow: visible;
	z-index: 999;
}

/* ----------- jq効果 --------- */
.fadeIn {
	transition: .8s;
	opacity: 0;
	transform: translate(0, 60px); 
	-webkit-transform: translate(0, 60px); 
}
.fadeIn.active {
	opacity: 1.0;
	transform: translate(0, 0); 
	-webkit-transform: translate(0, 0);
}
.enlarge {
	transition: .6s;
	opacity: 0;
	transform: scale(0); 
	-webkit-transform:  scale(0); 
}
.enlarge.active {
	opacity: 1;
	transform: scale(1); 
	-webkit-transform:  scale(1); 
}
.delay1 { transition-delay: .2s; }
.delay2 { transition-delay: .4s; }
.delay3 { transition-delay: .6s; }


/* FOR smartphone portrait
***************************************************************************/
@media (orientation: portrait) and (max-width: 767px) {

	.forpc { display: none!important; }
	.forsp { display: block!important; }
	.forpcinline { display: none!important; }
	.forspinline { display: inline!important; }
	img { width: 100%; }

	#menuBtn {
		width: 42px;
		height: 40px;
		top: 5vw;
		right: 5vw;
		z-index: 3;
	}

	#menu {
		width: 90vw;
		background: #fff;
		padding: 60px 5vw 5vw;
		top: 5vw;
		right: 5vw;
		z-index: 2;
	}
	#menu li {
		text-align: left;
	}

	.wrapper {
		width: 100vw;
		min-width: 100vw;
	}

	footer {
		padding: 10vw 5vw 5vw;
	}
	footer .inner {
		margin: 0;
	}
	footer .inner .name {
		margin: 0 0 5vw;
	}
	footer .inner .name figure {
		width: 60%;
	}
	footer .inner .name figure img {
	}
	footer .inner .name p {
		font-size: 1.4rem;
	}
	footer .inner .address {
	}
	footer .inner p {
	}
	footer .fcopy {
		font-size: .9rem;
		line-height: 1.4;
	}

	.subTit {
		font-size: 1.3rem;
	}
	.copyright {
	}
	.tatemidashi {
		font-size: 1.8rem;
	}
	.lowheight {
	}


}



