@charset 'UTF-8';

/*
Copyright (c) 2009,Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txtversion:2.7.0 reset
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td,
a,
hr,
span,
p,
address
{
    margin: 0;
    padding: 0;
}

fieldset,
img
{
    border: 0;
}

caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup
{
    font-weight: inherit;
    font-style: inherit;
}

del,
ins
{
    text-decoration: none;
}

li
{
    list-style: none;
}

ol,
ul
{
    list-style: none;
}

caption,
th
{
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after
{
    content: '';
}

abbr,
acronym
{
    font-variant: normal;

    border: 0;
}

sup
{
    vertical-align: baseline;
}

sub
{
    vertical-align: baseline;
}

*html sub
{
    vertical-align: sub;
}

legend
{
    color: #000;
}

input,
button,
textarea,
select,
optgroup,
option
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}

input,
button,
textarea,
select
{
    *font-size: 100%;
}

li
{
    zoom: normal;
}

a
{
    outline: 0 none #fff;
}

hr
{
    display: block;

    height: 1px;

    text-align: left;

    border: 0 none #333;
    background: #333;
}

img
{
    display: inline;
}

sup
{
    vertical-align: super;
}

sup.Blue,
h4.feaet sup,
h4.feaet-mi sup
{
    vertical-align: top;
}

*:first-child + html sup
{
    vertical-align: super;
}

*html sup
{
    vertical-align: super;
}

.dent
{
    padding-left: 1em;

    text-indent: -1em;
}

em
{
    font-style: normal;
}

.cap sup,
.mini sup
{
    vertical-align: top !important;
}

strong
{
    font-weight: bold;
}

body
{
    font: 13px/1.231 arial, helvetica, clean, sans-serif;

    *font-size: small;
    *font: x-small;
}

select,
input,
button,
textarea,
button
{
    font: 99% arial, helvetica, clean, sans-serif;
}

table
{
    font: 100%;
    font-size: inherit;
}

pre,
code,
kbd,
samp,
tt
{
    font-family: monospace;
    line-height: 100%;

    *font-size: 108%;
}

/* common */

body
{
    font-family: 'Hiragino Kaku Gothic', 'ヒラギノ角ゴ', 'MS P Gothic', 'ＭＳ Ｐゴシック', Verdana, Geneva, Arial, sans-serif;
    font-size: 100%;
    line-height: 1.8;
}

a
{
    text-decoration: none;

    color: #000;
}

a:hover
{
    text-decoration: underline;
}

html,
body,
.wrap
{
    height: 100%;
}

/* sp setting */
@media only screen and (max-width: 1024px)
{
    /* common */
    .pc
    {
        display: none;
    }

    .sp
    {
        display: block;
    }

    .overlay
    {
        position: fixed;
        z-index: 100;
        top: 55px;
        left: 0;

        display: none;

        width: 100%;

        border-top: 1px solid #f5f5f5;
        background: url('../img/common/bg_gnavi.png') left top repeat;
    }

    .isShow
    {
        display: block;
    }

    img
    {
        width: 100%;
        height: auto;

        vertical-align: bottom;
    }

    .header
    {
        position: fixed;
        z-index: 200;
        top: 0;
        left: 0;

        width: 100%;

        background: #fff;
    }

    /* header */
    .header .inner
    {
        position: relative;

        width: 100%;
        height: 55px;
    }

    .header .logo
    {
        position: absolute;
        top: 15px;
        left: 2%;

        width: 135px;
    }

    /* gnav */
    .gnavBtn
    {
        position: absolute;
        top: 12px;
        right: 2%;

        width: 30px;
        height: 30px;

        text-indent: -9999px;

        background: url('../img/common/icon_gnav_open.png') 0 0 / 100% no-repeat;
    }

    .gnavBtn.open
    {
        width: 30px;
        height: 30px;

        background: url('../img/common/icon_gnav_close.png') 0 0 / 100% no-repeat;
    }

    .gnav
    {
        position: absolute;
        z-index: 110;
        top: 55px;
        left: 0;

        display: none;

        width: 100%;
    }

    .gnav ul.navi
    {
        padding: 5%;
    }

    .gnav ul.navi li
    {
        margin: 0 0 20px;
    }

    .gnav ul.navi li a
    {
        font-weight: bold;

        position: relative;

        display: block;

        padding: 15px 20px;

        text-align: center;

        border: 1px solid #dcdcdc;
        background: #fff;
    }

    .gnav ul.navi li a::before
    {
        position: absolute;
        top: 46%;
        left: 7%;

        display: inline-block;

        width: 30px;
        height: 5px;
        margin: 0 10px 5px 0;

        content: '';

        background: url('../img/common/icon_gnav_arrow.png') 0 0 / 100% no-repeat;
    }

    .kv
    {
        margin: 55px 0 0;
    }

    /* sitepath */
    .sitepath
    {
        display: none;
    }

    .headerAccessInfo
    {
        text-align: center;
    }

    .headerAccessInfo dl dt
    {
        font-weight: bold;

        padding: 0 0 10px;
    }

    .headerAccessInfo dl dd
    {
        font-size: 14px;
    }

    .headerAccessInfo ul li
    {
        margin: 10px 0 0;
    }

    .headerAccessInfo ul li a,
    .headerAccessInfo ul li span
    {
        font-size: 16px;

        position: relative;

        display: inline-block;

        width: 90%;
        padding: 8px 0;

        letter-spacing: .15em;

        color: #fff;
        background: #e25a12;
    }

    /* contactBox */
    .contactBox
    {
        text-align: center;
        letter-spacing: .1rem;

        background: #f9f8f4;
    }

    .contactBox .bg
    {
        padding: 70% 0 0;

        background: #fff url('../img/top/bg_contact.png') bottom center / 100% no-repeat;
    }

    .contactBox .inner
    {
        margin-top: -130px;
    }

    .contactBox h2
    {
        display: block;

        width: 60px;
        margin-right: auto;
        margin-left: auto;
    }

    .contactBox .lead
    {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
        padding: 25px 0;
    }

    .contactBox .accessInfo
    {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        padding: 20px 0;

        border-top: 1px solid #c09b0f;
    }

    .contactBox .accessInfo dl
    {
        padding: 0 0 25px;
    }

    .contactBox .accessInfo dl dt
    {
        font-size: 16px;
        font-weight: bold;

        padding: 0 0 10px;
    }

    .contactBox .accessInfo dl dd
    {
        font-size: 12px;
    }

    .contactBox .accessInfo dl dd span
    {
        font-weight: bold;
    }

    .contactBox .accessInfo ul li
    {
        display: block;
    }

    .contactBox .accessInfo ul li
    {
        padding: 0 0 10px;
    }

    .contactBox .accessInfo ul li a,
    .contactBox .accessInfo ul li span
    {
        font-size: 14px;

        position: relative;

        display: inline-block;

        width: 100%;
        padding: 8px 0;

        vertical-align: middle;

        color: #fff;
        background: #e25a12;
    }

    .contactBox .accessInfo ul li a:hover
    {
        opacity: .8;
    }

    /* footer */
    .footer
    {
        font-size: 9px;

        padding: 18px 0;

        text-align: center;

        color: #fff;
        background: #493c36 url('../img/common/bg_footer.png') left top repeat-x;
    }
}

/* tb setting */
@media screen and (min-width: 768px) and (max-width: 1024px)
{
    /* common */
    .pc
    {
        display: none;
    }

    .sp
    {
        display: block;
    }

    .inner
    {
        width: 100%;
    }

    img
    {
        width: 100%;
    }

    .kv
    {
        margin: 55px 0 0;
    }

    /* sitepath */
    .sitepath
    {
        display: none;
    }

    .headerAccessInfo
    {
        text-align: center;
    }

    .headerAccessInfo dl dt
    {
        font-weight: bold;

        padding: 0 0 10px;
    }

    .headerAccessInfo dl dd
    {
        font-size: 14px;
    }

    .headerAccessInfo ul li
    {
        margin: 10px 0 0;
    }

    .headerAccessInfo ul li a,
    .headerAccessInfo ul li span
    {
        font-size: 16px;

        position: relative;

        display: inline-block;

        width: 90%;
        padding: 8px 0;

        letter-spacing: .15em;

        color: #fff;
        background: #e25a12;
    }

    /* contactBox */
    .contactBox
    {
        text-align: center;
        letter-spacing: .1rem;

        background: #f9f8f4;
    }

    /* contact */
    .contactBox .inner
    {
        margin-top: -220px;
    }

    .contactBox .bg
    {
        padding: 70% 0 0;

        background: #fff url('../img/top/bg_contact.png') bottom center / 100% no-repeat;
    }

    .contactBox .inner
    {
        margin-top: -220px;
    }

    .contactBox h2
    {
        display: block;

        width: 90px;
        margin-right: auto;
        margin-left: auto;
    }

    .contactBox .lead
    {
        width: 50%;
        margin-right: auto;
        margin-left: auto;
        padding: 25px 0;
    }

    .contactBox .accessInfo
    {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        padding: 20px 0;

        border-top: 1px solid #c09b0f;
    }

    .contactBox .accessInfo dl
    {
        padding: 0 0 25px;
    }

    .contactBox .accessInfo dl dt
    {
        font-size: 16px;
        font-weight: bold;

        padding: 0 0 10px;
    }

    .contactBox .accessInfo dl dd
    {
        font-size: 12px;
    }

    .contactBox .accessInfo dl dd span
    {
        font-weight: bold;
    }

    .contactBox .accessInfo ul li
    {
        display: block;
    }

    .contactBox .accessInfo ul li
    {
        padding: 0 0 10px;
    }

    .contactBox .accessInfo ul li a,
    .contactBox .accessInfo ul li span
    {
        font-size: 14px;

        position: relative;

        display: inline-block;

        width: 100%;
        padding: 8px 0;

        vertical-align: middle;

        color: #fff;
        background: #e25a12;
    }

    .contactBox .accessInfo ul li a:hover
    {
        opacity: .8;
    }

    /* footer */
    .footer
    {
        font-size: 9px;

        padding: 18px 0;

        text-align: center;

        color: #fff;
        background: #493c36 url('../img/common/bg_footer.png') left top repeat-x;
    }
}

/* pc setting */
@media screen and (min-width: 1025px)
{
    /* common */
    .pc
    {
        display: block;
    }

    .sp
    {
        display: none;
    }

    /* inner */
    .inner
    {
        width: 1200px;
        margin: 0 auto;
    }

    /* header */
    .header .inner
    {
        position: relative;

        width: 100%;
        height: 110px;
    }

    /* gnav */
    .gnavBtn
    {
        display: none;
    }
    .gnav
    {
        position: absolute;
        top: 45px;
        right: 50px;
    }

    .gnav ul li
    {
        display: inline;

        padding-left: 50px;
    }

    .gnav ul li a
    {
        font-size: 15px;
        font-weight: bold;
    }

    .headerAccessInfo
    {
        display: none;
    }

    /* sitepath */
    .sitepath
    {
        padding: 35px;

        background: #f0f0f0;
    }

    .sitepath ul li
    {
        font-size: 12px;

        display: inline-block;
    }

    .sitepath ul li:not(:last-child):after
    {
        padding: 0 10px;

        content: '>';
    }

    .sitepath ul li a
    {
        font-size: 12px;
    }

    /* contactBox */
    .contactBox
    {
        text-align: center;
        letter-spacing: .3rem;

        background: #f9f8f4;
    }

    .contactBox .bg
    {
        height: 635px;

        background: #fff url('../img/top/bg_contact.png') top center no-repeat;
    }

    .contactBox .inner
    {
        margin-top: -195px;
        padding-bottom: 130px;
    }

    .contactBox .accessInfo
    {
        padding: 50px 0;

        border-top: 1px solid #c09b0f;
        border-bottom: 1px solid #c09b0f;
    }

    .contactBox .lead
    {
        padding: 80px 0 20px;
    }

    .contactBox .accessInfo dl
    {
        padding: 0 0 25px;
    }

    .contactBox .accessInfo dl dt
    {
        font-size: 20px;
        font-weight: bold;

        padding: 0 0 30px;
    }

    .contactBox .accessInfo dl dd
    {
        font-size: 16px;

        padding: 0 0 15px;
    }

    .contactBox .accessInfo dl dd span
    {
        font-weight: bold;
    }

    .contactBox .accessInfo ul li
    {
        display: inline;
    }

    .contactBox .accessInfo ul li a,
    .contactBox .accessInfo ul li span
    {
        font-size: 16px;

        display: table-cell;

        width: 280px;
        height: 60px;

        vertical-align: middle;

        color: #fff;
        background: #e25a12;
    }

    .contactBox .accessInfo ul li a:hover
    {
        opacity: .8;
    }

    .contactBox .accessInfo ul li a img
    {
        vertical-align: top;
    }

    /* footer */
    .footer
    {
        font-size: 12px;

        padding: 18px 0;

        text-align: right;

        color: #fff;
        background: #493c36 url('../img/common/bg_footer.png') left top repeat-x;
    }

    /*  waypoints animation */
    .animation
    {
        margin-top: 35px;

        transition: .6s;

        opacity: 0;
    }

    .animation.active
    {
        margin-top: 0;

        opacity: 1;
    }
}

/* print */
@media print
{
    body
    {
        color: #000;
        background-color: #fff;
    }
}
