@charset "utf-8";

/*********************************************************************
 *
 *  </css/base.css>
 *
*********************************************************************/
/* page fade */
/* --------------------------------------------------------------------------- */
.fade-layer,
body:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999;
}

body.fade-layer-off:before {
	content: none;
}

@media print,
screen and (min-width: 768px) {

	/* html body */
	/* --------------------------------------------------------------------------- */
	html {
		width: 100%;
		height: 100%;
		-webkit-text-size-adjust: 100%;
		/* iPhone */
		overflow-y: scroll;
	}

	body {
		width: 100%;
		min-width: 1200px;
		min-height: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFF;
		color: #252525;
		font-size: 14px;
		line-height: 1.55;
		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	}

	/* wrap */
	/* --------------------------------------------------------------------------- */
	#wrap {
		max-height: 999999px;
		/* android chrome フォントサイズバグ回避 */
	}

	/* header */
	/* --------------------------------------------------------------------------- */
	header {
		position: relative;
		width: 100%;
		min-width: 1200px;
		height: 100px;
		z-index: 100;
		background-color: rgba(0, 0, 0, 0.4);
	}

	header h1 {
		position: absolute;
		left: 0;
		top: 0;
	}

	header h1 a {
		display: block;
		width: 304px;
		height: 100px;
		background-image: url(../img/header/h1_pc.png);
		background-size: auto 100px;
	}

	header .btnFb {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 92px;
		height: 92px;
		background-image: url(../img/header/btn_fb_pc.png);
		background-color: #3b5997;
		background-size: auto 20px;
		border: 4px solid #3b5997;
	}

	header .btnFb:hover {
		border: 4px solid #768bb6;
	}

	header #navgToggle {
		display: none;
	}

	/* navG */
	/* --------------------------------------------------------------------------- */
	#navG {
		display: block !important;
		position: absolute;
		right: 145px;
		top: 0;
	}

	#navG li {
		float: left;
		margin-left: 35px;
	}

	#navG li:first-child {
		margin-left: 0;
	}

	#navG li a {
		display: block;
		font-size: 115%;
		color: #FFF;
		text-decoration: none;
		line-height: 88px;
		border-top: 4px solid transparent;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	#navG li a:hover {
		border-top: 4px solid #FFF;
	}

	#navGbg {
		display: none;
	}

	/* footer */
	/* --------------------------------------------------------------------------- */
	footer {
		padding: 35px 0;
	}

	footer h3 {
		margin-bottom: 28px;
		text-align: center;
		font-size: 93%;
	}

	footer .copyright {
		padding-bottom: 90px;
		text-align: center;
		font-size: 93%;
		background: url(../img/footer/logo_pc.png) center bottom no-repeat;
		background-size: auto 60px;
	}

	footer .btnPagetop {
		position: fixed;
		right: 0;
		display: block;
		width: 100px;
		height: 100px;
		background-image: url(../img/footer/btn_pagetop_pc.png);
		background-color: rgba(255, 255, 255, 0.5);
		background-size: auto 61px;
	}

	footer .btnPagetop:hover {
		background-color: rgba(210, 210, 210, 0.8);
	}

	/* navF */
	/* --------------------------------------------------------------------------- */
	#navF {
		display: table;
		margin: 0 auto 30px;
	}

	#navF li {
		display: table-cell;
		padding: 0 12px;
		border-left: 1px solid #d6d6d6;
	}

	#navF li:first-child {
		border-left: none;
	}

	#navF li a {
		display: block;
		color: #252525;
		text-decoration: none;
		line-height: 1;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	#navF li a:hover {
		text-decoration: underline;
	}

	/* section */
	/* --------------------------------------------------------------------------- */
	section {}

	section .narrow {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}

	.pageCp #columnM section {
		padding: 60px 0;
	}

	.boxL {
		float: left;
		width: 480px;
	}

	.boxR {
		float: right;
		width: 480px;
	}

	/* columnT */
	/* --------------------------------------------------------------------------- */
	#columnT {
		color: #FFF;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-color: #d6d6d6;
	}

	#columnT .overlay {
		margin-top: -100px;
		padding: 210px 0 60px;
		background-color: rgba(0, 0, 0, 0.05);
	}

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

	#columnT h2 {
		margin-bottom: 20px;
		text-align: center;
		line-height: 1;
		-moz-text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.5);
		-webkit-text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.5);
		-ms-text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.5);
		text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.5);
	}

	#columnT h2 .en {
		margin-bottom: 18px;
		font-size: 344%;

	}

	#columnT h2 .ja {
		margin-bottom: 20px;
		font-size: 172%;
	}

	#columnT h2 span {
		display: block;
		margin: 0 auto;
		width: 120px;
		height: 4px;
		background-color: #FFF;
	}

	#columnT .description {
		text-align: center;
	}

	/* navP */
	/* --------------------------------------------------------------------------- */
	#navP {
		display: table;
		margin: 50px auto 0;
	}

	#navP li {
		display: table-cell;
		padding: 0 5px;
	}

	#navP li a {
		display: block;
		width: 242px;
		line-height: 52px;
		color: #FFF;
		font-size: 115%;
		text-decoration: none;
		text-align: center;
		background-image: url(../../common/img/btn/arrow_wt_d_pc.png);
		background-position: center right;
		background-repeat: no-repeat;
		background-size: auto 14px;
		background-color: rgba(227, 195, 15, 1);
		border: 4px solid #e3c30f;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	#navP li a:hover {
		background-color: rgba(227, 195, 15, 0.3);
	}

	/* h */
	/* --------------------------------------------------------------------------- */
	h3.ttl {
		margin-bottom: 40px;
		text-align: center;
		line-height: 1;
	}

	h3.ttlWt {
		color: #FFF;
	}

	h3.ttl .en {
		margin-bottom: 10px;
		font-size: 230%;
	}

	h3.ttl .ja {
		margin-bottom: 20px;
		font-size: 122%;
		font-weight: bold;
	}

	h3.ttl span {
		display: block;
		margin: 0 auto;
		width: 120px;
		height: 4px;
		background-color: #a60a13;
	}

	h3.ttlWt span {
		background-color: #FFF;
	}

	h4.ttl {
		margin-bottom: 30px;
		position: relative;
		text-align: center;
		font-size: 122%;
		font-weight: bold;
		line-height: 1;
	}

	h4.ttl p {
		display: inline-block;
		padding: 0 20px;
		background-color: #FFF;
	}

	.bgGray h4.ttl p {
		background-color: #f4f4f0;
		white-space: nowrap;
	}

	h4.ttl span {
		margin-top: -9px;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #d6d6d6;
	}

	/* information */
	/* --------------------------------------------------------------------------- */
	#information {
		padding: 20px 0;
		min-height: 440px;
		background: url(../img/information/bg_pc.jpg) center center no-repeat #d6d6d6;
		background-size: cover;
	}

	#information h3 {
		margin-top: 90px;
		margin-bottom: 40px;
		-moz-text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.5);
		-webkit-text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.5);
		-ms-text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.5);
		text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.5);
	}

	#information h3 span {
		display: none;
	}

	#information .logo {
		display: none;
		margin-bottom: 40px;
		height: 73px;
		background-image: url(../img/information/fb_pc.png);
		background-size: auto 73px;
	}

	#information .boxR {
		text-align: center;
	}

	#information .btnFb2{
		min-width:200px;
	}
	#information .btnFb2+.btnFb2{
		margin-top: 20px;
	}



}

/* min-width: 768px */

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

	/* html body */
	/* --------------------------------------------------------------------------- */
	html {
		width: 100%;
		height: 100%;
		-webkit-text-size-adjust: 100%;
		/* iPhone */
		overflow-y: scroll;
		font-size: 62.5%;
	}

	body {
		min-width: 320px;
		width: 100%;
		min-height: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFF;
		color: #252525;
		font-size: 1.3rem;
		line-height: 1.55;
		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	}

	/* wrap */
	/* --------------------------------------------------------------------------- */
	#wrap {
		max-height: 999999px;
		/* android chrome フォントサイズバグ回避 */
	}

	/* header */
	/* --------------------------------------------------------------------------- */
	header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 50px;
		background-color: rgba(255, 255, 255, 0.95);
		border-bottom: 1px solid #252525;
		z-index: 100;
	}

	header h1 {
		position: absolute;
		left: 0;
		top: 0;
		width: 180px;
	}

	header h1 a {
		display: block;
		height: 50px;
		background-image: url(../img/header/h1_sp.png);
		background-size: auto 50px;
		background-position: left top !important;
	}

	header .btnFb {
		display: none;
	}

	header #navgToggle {
		position: absolute;
		right: 10px;
		top: 14px;
		display: block;
		width: 30px;
		height: 22px;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger {
		position: relative;
		width: 30px;
		height: 22px;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #252525;
		border-radius: 0;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}

	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	/* navG */
	/* --------------------------------------------------------------------------- */
	#navG {
		display: none;
		position: fixed;
		left: 0;
		top: 51px;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.95);
		z-index: 100;
	}

	#navG li {
		border-bottom: 1px solid #252525;
	}

	#navG li a,
	#navG li p {
		display: block;
		padding: 15px 15px;
		background: url(../img/btn/arrow_bk_pc.png) right center no-repeat;
		background-size: auto 14px;
		font-size: 1.6rem;
		line-height: 1;
		color: #252525;
		text-decoration: none;
	}

	#navG li p {
		opacity: 0.3;
	}

	#navGbg {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.5);
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		z-index: 50;
	}

	/* footer */
	/* --------------------------------------------------------------------------- */
	footer {
		padding: 35px 0;
	}

	footer h3 {
		margin-bottom: 10px;
		text-align: center;
		font-size: 1.1rem;
	}

	footer .copyright {
		padding-bottom: 60px;
		text-align: center;
		font-size: 1.1rem;
		background: url(../img/footer/logo_pc.png) center bottom no-repeat;
		background-size: auto 40px;
	}

	footer .btnPagetop {
		position: fixed;
		right: 0;
		display: block;
		width: 50px;
		height: 50px;
		background-image: url(../img/footer/btn_pagetop_pc.png);
		background-color: #FFF;
		background-size: auto 40px;
		opacity: 0.5;
	}

	/* navF */
	/* --------------------------------------------------------------------------- */
	#navF {
		display: none;
	}

	/* section */
	/* --------------------------------------------------------------------------- */
	section {}

	section .narrow {}

	.pageCp #columnM section {
		padding: 30px 2%;
	}

	.boxL {
		margin-bottom: 20px;
	}

	.boxR {}

	/* columnT */
	/* --------------------------------------------------------------------------- */
	#columnT {
		color: #FFF;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-color: #d6d6d6;
	}

	#columnT .overlay {
		margin-top: 50px;
		padding: 30px 0;
		background-color: rgba(0, 0, 0, 0.05);
	}

	#columnT h2 {
		margin-bottom: 10px;
		text-align: center;
		line-height: 1;
		-moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		-webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		-ms-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	}

	#columnT h2 .en {
		margin-bottom: 7px;
		font-size: 2.4rem;
	}

	#columnT h2 .ja {
		margin-bottom: 10px;
		font-size: 1.8rem;
		font-weight: bold;
	}

	#columnT h2 span {
		display: block;
		margin: 0 auto;
		width: 80px;
		height: 2px;
		background-color: #FFF;
	}

	#columnT .description {
		text-align: center;
	}

	/* navP */
	/* --------------------------------------------------------------------------- */
	#navP {
		margin: 15px 2% 0;
	}

	#navP li {
		float: left;
		width: 50%;
	}

	#navP li a {
		display: block;
		margin: 5px 0 0;
		padding: 5px 0;
		line-height: 1;
		color: #FFF;
		font-size: 1.2rem;
		text-decoration: none;
		text-align: center;
		background-image: url(../../common/img/btn/arrow_wt_d_pc.png);
		background-position: center right;
		background-repeat: no-repeat;
		background-size: auto 10px;
		background-color: rgba(227, 195, 15, 1);
		border: 4px solid #e3c30f;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	#navP li:nth-child(2n) a {
		margin: 5px 0 0 5px;
	}

	/* h */
	/* --------------------------------------------------------------------------- */
	h3.ttl {
		margin-bottom: 20px;
		text-align: center;
		line-height: 1;
	}

	h3.ttlWt {
		color: #FFF;
	}

	h3.ttl .en {
		margin-bottom: 5px;
		font-size: 2.0rem;
	}

	h3.ttl .ja {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}

	h3.ttl span {
		display: block;
		margin: 0 auto;
		width: 80px;
		height: 2px;
		background-color: #a60a13;
	}

	h3.ttlWt span {
		background-color: #FFF;
	}

	h4.ttl {
		margin-bottom: 25px;
		position: relative;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1;
	}

	h4.ttl p {
		display: inline-block;
		padding: 0 20px;
		background-color: #FFF;
	}

	.bgGray h4.ttl p {
		background-color: #f4f4f0;
	}

	h4.ttl span {
		margin-top: -9px;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #d6d6d6;
	}



	/* information */
	/* --------------------------------------------------------------------------- */
	#information {
		padding: 30px 2% 30px;
		background: url(../img/information/bg_pc.jpg) center center no-repeat #d6d6d6;
		background-size: cover;
	}

	#information h3 {
		margin-bottom: 20px;
		color: #FFF;
		-moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		-webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		-ms-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	}

	#information h3 span {
		background-color: #FFF;
	}

	#information .logo {
		display: none;
	}

	#information .boxR {
		text-align: center;
		overflow: hidden;
	}
	
	#information .btnFb2+.btnFb2{
		margin-top: 10px;
	}
}

/* min-width: 768px */