@charset "utf-8";

/* ============================================================ *\
    $base
\* ============================================================ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, img, strong, sub, sup, dl, dt, dd, ol, ul, li, label,table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    background-color: #40210f;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    color: #F3e6d1;
    line-height: 1.5;
    vertical-align: baseline;
}

img {
    border: 0;
    vertical-align: bottom;
}

ol, ul { list-style: none outside; }

a { text-decoration: none; }

/* ============================================================ *\
    $common
\* ============================================================ */

header, article, footer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    width: 900px;
}

/* ============================================================ *\
    $header
\* ============================================================ */

header { padding-top: 30px; }

header p {
    padding-left: 2px;
    width: auto;
    font-size: .1em;
}

/* $global navigation */

header nav { margin-top: 10px; }

header nav ul {
    padding-left: 88px;
    width: 812px;
    border-radius: 6px;
    background-color: #220500;
}

header nav ul li {
    float: left;
    margin-right: 67px;
    width: auto;
}
header nav ul li:nth-child(3) { margin-right: 75px; }
header nav ul li:nth-child(4) { margin-right: 72px; }
header nav ul li:nth-child(5) { margin-right: 60px; }
header nav ul li:nth-child(6) { margin-right: 55px; }
header nav ul li:last-child { margin-right: 0; }

header nav ul li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 8px;
}

/* ============================================================ *\
    $article
\* ============================================================ */

article {
    margin-top: 45px;
}

article h1 { display: none; }
#home article h1, #contact article h1 { display: block; }

/* -------------------------------------------------------------------------------------
$home
------------------------------------------------------------------------------------- */

#home article h1 {
    width: 100%;
    height: 392px;
    background: transparent url(../images/bg_home.jpg) 0 0 no-repeat;
    text-indent: -9999px;
}

/* -------------------------------------------------------------------------------------
$policy
------------------------------------------------------------------------------------- */

#policy article {
    font-size: 1.4em;
    line-height: 2;
}

#policy article h1 + p {
    margin-bottom: 6px;
    padding-bottom: 242px;
    background: transparent url(../images/bg_policy.jpg) center bottom no-repeat;
}

/* -------------------------------------------------------------------------------------
$menu
------------------------------------------------------------------------------------- */

#menu article {
    font-size: 1.3em;
    line-height: 2.23;
}

#menu article > div {
    display: table;
    width: 100%;
}

#menu article > div > div, #menu article > div > ul {
    display: table-cell;
    vertical-align: top;
}

#menu article > div > div:first-child {
    position: relative;
    padding-right: 40px;
    width: 260px;
}
#menu article > div > div:nth-child(2) {
    position: relative;
    padding-right: 41px;
    width: 306px;
}
#menu article > div > ul { width: 253px; }

#menu article > div > div:first-child img { margin-bottom: 45px; }

#menu article > div > div:first-child p:last-child,
#menu article > div > div:nth-child(2) ul:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* -------------------------------------------------------------------------------------
$oden
------------------------------------------------------------------------------------- */

#oden article p {
    padding-bottom: 300px;
    background: transparent url(../images/bg_oden.jpg) center bottom no-repeat;
    font-size: 1.8em;
    line-height: 1.7;
}

#oden article p span { font-size: 1.666em; }

/* -------------------------------------------------------------------------------------
$access
------------------------------------------------------------------------------------- */

#access article {
    position: relative;
    width: 900px;
    height: 392px;
    background: transparent url(../images/bg_home.jpg) center 0 no-repeat;
}

#access iframe {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 496px;
    height: 330px;
    border-width: 0;
}

/* -------------------------------------------------------------------------------------
$event
------------------------------------------------------------------------------------- */

#event article h1 + p {
    font-size: 2.6em;
    line-height: 1.4;
}

#event article h1 + p span {
    font-size: .769em;
}

#event article p:nth-child(3) {
    margin-top: 10px;
    padding-top: 143px;
    background: transparent url(../images/bg_event.jpg) center top no-repeat;
    font-size: 2.4em;
    line-height: 1.4;
}

#event article p:nth-child(3) .text-small { font-size: .666em; }

#event article p:nth-child(3) .text-large {
    display: block;
    margin-top: 8px;
    font-size: 1.2em;
}

#event article p:nth-child(4) {
    margin-top: 20px;
    font-size: 1.3em;
}

/* -------------------------------------------------------------------------------------
$contact
------------------------------------------------------------------------------------- */

#contact article {
    padding: 149px 0 6px 280px;
    width: 297px;
    background: transparent url(../images/bg_contact.jpg) 0 0 no-repeat;
    font-size: .1em;
}

#contact article h1 + p { margin-top: 20px; }

#contact article ul { margin-top: 45px; }

#contact article ul li:last-child { margin-top: 22px; }

/* -------------------------------------------------------------------------------------
$link-home
------------------------------------------------------------------------------------- */

p.link-home, p.close {
    margin-top: 17px;
    text-align: center;
}

p.link-home a {
    color: #a8bc5c;
    font-size: 1em;
}

/* ============================================================ *\
    $footer
\* ============================================================ */

footer { padding-top: 17px; }

footer p {
    padding-top: 10px;
    border-top: 1px solid #fff;
    color: #fff;
    text-align: center;
}

/* ============================================================ *\
    $other
\* ============================================================ */

header nav ul:before, header nav ul:after,
#menu article > div:before, #menu article > div:after,
.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}
header nav ul:after,
#menu article > div:after,
.clearfix:after {
    clear:both;
}

.inlineblock { display: inline-block; }

.left { text-align: left !important; }

.right { text-align: right; }

.center { text-align: center; }
