/* [ Contact Header ]
============================================================================== */

#header{
	width: 100%;
	height: 152px;
	min-width: 1042px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 650px){
	#header{
		min-width: 100%;
		height: auto;
	}
}

/* [ header nav ] -------------------------------------------------- */

.header_nav{
	position: relative;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: url(../../img/lang/header_nav_bg.jpg) left top repeat;
	z-index: 1;
}
.header_nav .inner{
	width: 1002px;
	margin: 0 auto;
}
.header_nav .description{
	float: left;
	text-align: left;
	color: #a99a92;
	font-size: 13px;
}

/* [ tab menu ] -------------------------------------------------- */

.tab_menu{
	float: right;
	width: 150px;
	height: auto;
	z-index: 2;
}
.tab_menu > li{
	float: left;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	letter-spacing: .04em;
}
.tab_menu .lang{
	background: url(../../img/common/ic_arrow_under.svg) 18px center no-repeat;
	background-size: 14px 14px;
	padding-left: 18px;
	width: 150px;
	background-color: #111;
}
.tab_menu .lang:hover{
	background-color: #2a2a2a;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.tab_menu > li a{ display: block; color: #fff; }

ul.menu__second-level{
	height: 50x;
	line-height: 50px;
	margin-left: -18px;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
ul.menu__second-level a{
	padding-left: 20px;
	letter-spacing: .05em;
}
.menu__second-level li{ border-top: 1px solid #333; }
.menu__second-level li a:hover{ color: #999; }

li.menu__single ul.menu__second-level{
	position: absolute;
	top: 42px;
	width: 100%;
	background: #000;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level{
	top: 42px;
	visibility: visible;
	opacity: 1;
}
/* 第二階層 */
.init-right:after{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 10px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* float */
.tab_menu:before, .tab_menu:after{ content: " "; display: table; }
.tab_menu:after{ clear: both; }
.tab_menu{ *zoom: 1; }
.tab_menu > li.menu__single{ position: relative; }

/* [ PC menu ] -------------------------------------------------- */

.pc_menu{
	position: relative;
	width: 100%;
	height: 110px;
	background-color: #271c00;
	z-index: 0;
}
.pc_menu .inner{
	position: relative;
	width: 1002px;
	margin: 0 auto;
}
.pc_menu h1.logo{
	float: left;
	width: 60px;
	padding-top: 16px;
}
.pc_menu h1.logo img{
	width: 60px;
	height: auto;
}
.pc_menu ul{
	float: right;
}
.pc_menu li{
	float: left;
	height: 110px;
	line-height: 110px;
	padding-left: 30px;
}
.pc_menu li a{
	color: #fff;
	font-size: 15px;
}
.pc_menu li.reserve{
	background-color: #6c1711;
	padding: 0 20px;
	margin-left: 20px;
}
.pc_menu li.reserve a{
	display: block;
}
.pc_menu a:hover, .pc_menu li.reserve:hover{ opacity: 0.7; filter:alpha(opacity=70); -moz-opacity: 0.7; }
.pc_menu a, .pc_menu li.reserve{ text-decoration: none; outline: none; }
.pc_menu a::before,a img::after, .pc_menu li.reserve::before,a img::after {position: absolute;z-index: -1;display: block;content: ''; }
.pc_menu a,.pc_menu a::before,.pc_menu a::after, .pc_menu li.reserve,.pc_menu li.reserve::before,.pc_menu li.reserve::after { -webkit-transition: all .2s; transition: all .2s; }

/* transition */
#top-head,#top-head:after,#top-head .logo, 
#global-nav ul li,#global-nav ul li a{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* Fixed */
.pc_menu.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.pc_menu.fixed,
.pc_menu.fixed li{
	height: 80px;
	overflow: hidden;
}
.pc_menu.fixed li{
	line-height: 80px;
}
.pc_menu.fixed h1.logo{
	width: 46px;
	padding-top: 10px;
}
.pc_menu.fixed h1.logo img{
	width: 46px;
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (orientation:landscape) {	/* iphone横向き */

	.header_nav .inner{
		width: 100%;
	}
	.header_nav .description{
		font-size: 11px;
	}
	.main_img img{
		top: -30px;
		width: 50%;
		height: auto;
	}
	.pc_menu{
		height: 70px;
	}
	.pc_menu .inner{
		width: 98%;
	}
	.pc_menu h1.logo{
		width: 40px;
		padding-top: 10px
	}
	.pc_menu ul{
		height: 70px;
	}
	.pc_menu li{
		padding: 20px 0 0 20px;
	}
	.pc_menu li a{
		font-size: 12px;
	}
}

@media screen and (max-width: 650px){
	
	.header_nav,
	.pc_menu{
		display: none;
	}
	.main_img img{
		top: 0;
		width: 100%;
		height: auto;
	}
}


/* [ Contents ]
============================================================================== */

.content .inner{
	width: 860px;
	padding: 100px 0 80px;
	margin: 0 auto;
	overflow: hidden;
}
.content h2{
	background: url(../../img/common/h2_underline.png) left bottom repeat-x;
	padding-bottom: 22px;
	margin-bottom: 40px;
	text-align: left;
	font-size: 34px;
	line-height: 40px;
	letter-spacing: .05em;
	font-weight: normal;
}

@media screen and (max-width: 650px){
	
	.content .inner{
		width: 90%;
		padding: 10% 0% 6%;
	}
	.content h2{
		padding-bottom: 20px;
		margin-bottom: 5%;
		font-size: 24px;
		line-height: 26px;
	}
}

/* [ contact form ] -------------------------------------------------- */

#contact{
	padding-bottom: 60px;
}
#contact .txt{
	text-align: left;
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}
#contact .red{
	color: red;
}
#contact .form{
	width: 100%;
	text-align: left;
}
#contact .form dl{
	width: 100%;
	margin-bottom: 20px;
}
#contact .form dt{
	font-weight: bold;
	margin-bottom: 4px;
}
#contact .form input, 
#contact .form textarea{
	width: 100%;
	padding: 15px;
	font-size: 16px;
	border: solid 1px #ccc;
	font-family: sans-serif;
}
#contact .form input:focus,
#contact .form input:hover { opacity: 0.7; }

#contact .check{
	margin: 10px 0;
	font-size: 18px;
}
#contact .check input{
	margin: 0 6px;
}
#contact .send_btn input{
	width: 340px;
	height: 80px;
	margin: 30px auto 0;
	padding-left: 20px;
	border: none;
	font-size: 20px;
	color: #fff;
	background: url(../../img/common/ic_arrow_right.svg) 70px center no-repeat;
	background-size: 18px;
	background-color: #000;
}
#contact .send_btn input:hover{
	background-color: #6c1711;
}

@media screen and (max-width: 650px){
	
	#contact{
		padding-bottom: 10%;
	}
	#contact .txt{
		padding-bottom: 6%;
		margin-bottom: 6%;
	}
	#contact .form dl{
		margin: 4% auto;
	}
	#contact .form dt{
		font-size: 13px;
	}
	#contact .form input, 
	#contact .form textarea{
		padding: 4%;
		font-size: 16px;
	}
	#contact .send_btn input{
		width: 100%;
		height: 70px;
		margin: 5% auto 0;
		padding: 0;
		background-image: none;
	}
}