@charset "utf-8";
html,
body {
/*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size:13px;
	line-height:1.6;
	text-align:center;
	color:#fff;
//	background-color:#725126;
//	background-color:#4f371d;
	background-color:#24150e;
}
h1,h2,h3,h4,h5,h6{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a {
	color:#fff;
	-webkit-transition : all 0.4s;
	transition : all 0.4s;
}
a img{
	opacity:1;
}
a:hover {
	color:#eec29e;
	-webkit-transition : all 0.4s;
	transition : all 0.4s;
}
a:hover img {
	opacity:0.8;
	-webkit-transition : all 0.4s;
	transition : all 0.4s;
}


#wrapper{
	width:1200px;
	margin:auto;
	padding-top:40px;
	background:#000 url(../images/bg.jpg)no-repeat center top;
	box-shadow:0px 0px 10px #000;
	position:relative;
}
#wrapper_top{
	width:1200px;
	margin:auto;
	padding-top:40px;
	background:#000 url(../images/bg_top.jpg)no-repeat center top;
	box-shadow:0px 0px 10px #000;
	position:relative;
}
.mb0{
	margin-bottom:0 !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb25{
	margin-bottom:25px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mb60{
	margin-bottom:60px !important;
}
.mb100{
	margin-bottom:100px !important;
}

.only_smart,
.only_smart_ib{
	display:none;
}
.clear{
	clear:both;
}
a:focus{
  outline: none;
}
.list{
	margin-left:1em;
	text-indent:-1em;
	text-align: justify;
	text-justify: inter-ideograph;
}

/******************************

 ヘッダー

******************************/
header{
}
header .logo{
	margin-bottom:14px;
	padding-right:60px;
}

/******************************

 ナビゲーション

******************************/
#smart_nav{
	display:none;
}

#global_nav{
	margin-bottom:38px;
}

#global_nav ul li{
	display:inline-block;
	margin:0;
	padding:0;
	text-align:center;
	position:relative;
}
#global_nav ul li a,
#global_nav ul li span{
	display:block;
	line-height:55px;
	padding:0 15px;
	font-size:13px;
	white-space: nowrap;
	cursor:pointer;
	-webkit-transition : all 0.4s;
	transition : all 0.4s;
}
#global_nav ul  li:hover span{
	color:#eec29e;
	-webkit-transition : all 0.4s;
	transition : all 0.4s;
}
#global_nav ul li ul{
	width:120px;
	position:absolute;
	top:100%;
	left:-25px;
	background-color:#231816;
	margin:0;
	padding:0;
	display:none;
	z-index:10;
}
#global_nav ul li ul li{
	width:120px;
	margin:0;
	padding:0;
}
#global_nav ul li ul li a{
	line-height:40px;
}
#global_nav ul li ul li a:hover{
	color:#fff;
	background-color:rgba(255,255,255,0.2);
	transition : all 0.4s ease 0s;
	-webkit-transition : all 0.4s ease 0s;
}


/******************************

 article

******************************/
article{
	width:1024px;
	min-height:400px;
	margin:0 auto 80px;
}

/******************************

 footer

******************************/
footer{
}

footer div.cont{
	margin:60px 0 0;
	padding:60px 0 0;
	background-color:#000;
}
footer div.cont > ul{
	width:1024px;
	margin:auto;
	letter-spacing:-0.5em;
}
footer div.cont ul li{
	width:22%;
	display:inline-block;
	margin-right:3%;
	padding:0x;
	vertical-align:top;
	letter-spacing:normal;
	text-align:left;
}
footer div.cont > ul > li:first-child{
	width:21.5%;
	padding-top:70px;
}
footer div.cont > ul > li:last-child{
	width:260px;
	margin-right:0;
}
footer div.cont ul li ul li{
	width:100%;
	display:block;
}
footer div.cont p{
	font-size:14px;
	text-align: justify;
	text-justify: inter-ideograph;
}
footer div.cont p.copyrights{
	line-height:4;
	margin-top:30px;
	font-size:12px;
	background-color:#DCDDDD;
	color:#000;
}
footer div.cont p.copyrights span,
footer div.cont .footcopy span {
	width:1024px;
	margin:auto;
	display:block;
}
footer div.cont .footcopy{
    line-height: 4;
    margin-top: 30px;
    font-size: 12px;
    background-color: #DCDDDD;
    color: #000;
    text-align: justify;
    text-justify: inter-ideograph;
    display: block;
}

/******************************

 notfound

******************************/
#notfound h2{
	font-size:21px;
	margin-bottom:50px;
}


/******************************

 open_wrapper

******************************/
html.overlay {
	overflow:hidden;
	height:100%;
}
#open_wrapper{
	width:100%;
	height:100vh;
	padding:30px;
	background-color:rgba(0,0,0,0.6);
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	z-index:999999;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	display:none;
}
#overlay{
	width:90%;
	max-width:800px;
	margin:0 auto;
	padding:30px;
	background-color:#fff;
	overflow:hidden;
}
#overlay iframe{
	width:100%;
	border:none;
}
#overlay_close{
	width:40px;
	height:40px;
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}
#overlay_close span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 3px;
	margin: -1px 0 0 -14px;
}
#overlay_close span:before{
	content:'';
	display:block;
	width: 28px;
	height: 3px;
	margin: -2px 0 0 0px;
	background-color:#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#overlay_close span:after{
	content:'';
	display:block;
	width: 28px;
	height: 3px;
	margin: -2px 0 0 0px;
	background-color:#fff;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

