@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
@import url(https://fonts.googleapis.com/css?family=Kameron);

body{
	background: #020202;
	font-size:13px;
	line-height:1.6em;
	text-align: justify;
	color: #E6E6E6;
}

@media (min-width:481px){
	body{
		font-size: 14px;
	}
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.left{
	float: left;
}
.right{
	float: right;
}

img { max-width:100%; height:auto; vertical-align: top;; }

a{
    color: #E6E6E6;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
    text-decoration: none;
}
a:hover {
    color: #B2995B;
    text-decoration: none;
}

.hover-light a img  {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	backface-visibility: hidden;
}
.hover-light a:hover img {
	opacity: .8;
}

p , a , span , li , dd, dt, h2, h3, h4, th, td, time{
/*    font-family: Futura-Medium, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;*/
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 13px;
    line-height: 1.5
}
@media screen and (min-width: 522px) {
p , a , span , li , dd, dt, h2, h3, h4, th, td, time{
    font-size: 15px;
    line-height: 1.8;
}
}

h1,h2{
	font-weight: 400;
}

.sp{
	display: none !important;
}

@media screen and (max-width: 640px) {
.sp{
	display: block !important;
}
.pc{
	display: none !important;
}
}


/* -------------------------------------------------------　
  ナビゲーション
------------------------------------------------------- */
.inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    line-height: 1;
    z-index: 999;
    background: rgba(0,0,0,0.7);
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
    margin-bottom: 0;
}
#top-head .logo img {
	width: 150px;
}
@media screen and (max-width: 1300px) {
#top-head .logo img {
width: 80px;
}
}

#global-nav ul {
    list-style: none;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
    line-height: 1.0;
}
#global-nav ul li a {
    padding: 0 30px;
    font-weight: bold;
    font-size: 14px;
    display: block;
}
@media screen and (max-width: 1500px) {
#global-nav ul li a {
    padding: 0 22px;
    font-size: 13px;
}
}
@media screen and (max-width: 1400px) {
#global-nav ul li a {
    padding: 0 20px;
    font-size: 13px;
}
}
#global-nav ul li a:hover{
    color: #EFDDB1;
}
#global-nav ul li a span {
 	display: block;
 	font-weight: normal;
    font-family: 'EB Garamond', serif;
    color: #EFDDB1;
    text-align: center;
    line-height: 0.8;
    font-size: 13px;
}
@media screen and (max-width: 1300px) {
#global-nav ul li a span {
 	display: none;
}
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
	background: rgba(0,0,0,0.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 30px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #b2995b;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}


@media screen and (max-width: 1300px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #000;
        width: 100%;
        height: 50px;
        z-index: 999;
        position: relative;
        border-top: 3px solid #B0975A;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 12px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -520px;
        background: #333;
    background: rgba(0,0,0,0.8);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }

	@media screen and (max-width: 1300px) {
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        padding: 12px 0;
    }
	}

    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}
#header-right-btn{
    position: absolute;
    right: 100px;
    font-size: 14px;
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
#header-right-btn{
	display: none;
}
}
#header-right-btn p:first-child{
	margin-right: 10px;
}
#header-right-btn p a{
	display: inline-block;
	border: 1px solid #b2995b;
    color: #b2995b;
    padding: 5px 10px;
	font-size: 14px;
    font-weight: bold;
}
#mobile-event-btn{
    display: none;
}
@media screen and (max-width: 1300px) {
#mobile-event-btn{
    display: block;
    position: absolute;
    top: 17px;
    right: 60px;
    z-index: 1000;
}
#mobile-event-btn a{
    background: #b0975a;
    padding: 5px 10px;
    font-size: 12px;
}
}

/* -------------------------------------
  フォント設定
--------------------------------------- */
.fz09{
 	font-size: 9px;
}
.fz10{
 	font-size: 10px;
}
.fz-middle{
 	font-size: 1.3em;
}
.fz-large{
 	font-size: 1.5em;
}
.ta-left{
 	text-align: left;
}
.ta-right{
 	text-align: right;
}
.ta-center{
 	text-align: center;
}
/* -------------------------------------
  カラー設定
--------------------------------------- */

.col-deep-blue{
	background: #141A25;
}
.col-deep-red{
	background: #190000;
}

.bg-black-felt{
	background: url(../img/black_felt_bg.png);
}
.bg-special{
	background: url(../img/special_bg.jpg);
}
.txcolor-red{
	color: #ff0000 !important;
}
.txcolor-orange{
	color: #ef7828 !important;
}
/* -------------------------------------
  余白設定
--------------------------------------- */

.m20{
	margin: 20px 0;
}
.m30{
	margin: 30px 0;
}
.m40{
	margin: 40px 0;
}
.m50{
	margin: 50px 0;
}
.p20{
	padding: 20px 0;
}
.p30{
	padding: 30px 0;
}
.p40{
	padding: 40px 0;
}
.p50{
	padding: 50px 0;
}
.p-side-10{
	padding-left: 10px;
	padding-right: 10px;
}
.p-side-15{
	padding-left: 15px;
	padding-right: 15px;
}
.p-left-10{
	padding-left: 10px;
}
.p-left-20{
	padding-left: 20px;
}
.p-left-30{
	padding-left: 30px;
}
.p-left-40{
	padding-left: 40px;
}
.p-left-50{
	padding-left: 50px;
}

.p-right-10{
	padding-right: 10px;
}
.p-right-20{
	padding-right: 20px;
}
.p-right-30{
	padding-right: 30px;
}
.p-right-40{
	padding-right: 40px;
}
.p-right-50{
	padding-right: 50px;
}
.w90{
	width: 90%;
	margin: 0 auto;
}
.w80{
	width: 80%;
	margin: 0 auto;
}
.w70{
	width: 70%;
	margin: 0 auto;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt70{
	margin-top: 70px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.bold{
	font-weight: bold;
}

/* -------------------------------------
  ライン
--------------------------------------- */

hr.line-naname{
	height: 4px;
	background: url(img/line_naname.png);
	border-style: none;
}

hr.line-giza{
	height: 4px;
	background: url(img/line_giza.png);
	border-style: none;
}


/* -------------------------------------
  テーブル
--------------------------------------- */
table.table-normal{
	width: 1000px;
	margin: auto;
	line-height: 2.0;
}
table.table-normal tr {
}
table.table-normal th, table td {
	padding: 10px 0;
	border-bottom: 1px dotted #a6a6a6;
}
table.table-normal td {
    width: 800px;
}
table.table-normal th {
	font-weight: bold;
	vertical-align: top;
	color: #B1985A;
}
h3.title-table-headline{
	text-align: center;
    font-size: 1.4em;
    margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
table.table-normal {
	width: auto;
	margin: auto 0;
	line-height: 1.5;
}
table.table-normal th {
	text-align: left;
    display: block;
    color: #B1985A;
    font-weight: bold;
    font-size: 1.1em;
}
table.table-normal td {
	width: auto;
	display: block;
}
}


/* -------------------------------------
  ボタン
--------------------------------------- */
.btn{
	display:inline-block;
    width: 160px;
    padding: 8px;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    font-size: 13px;
    padding: 8px;
}
@media screen and (min-width: 522px) {
.btn{
	padding: 10px;
	font-size: 15px;
	width: 250px;
}
}
.btn-gold{
    border: 1px solid #b2995b;
    color: #b2995b;
}
.btn-gold:hover{
	background: #b2995b;
	color: #333;
}