    @charset "utf-8";

/* CSS Document */

@import url("reset.css");
@font-face {
    font-family: 'Comfortaa';
    src: url('/_c/fonts/Comfortaa-Regular.ttf') format('truetype');
}

.wpcf7-textarea {
    width: 600px;
    max-width: 100%;
}


/*----------------------------------------

 setting

----------------------------------------*/

body {
    background: url(/_c/img/body-bg.png) 0 0 repeat-x fixed #fff;
}

body .container {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    line-height: 1.4;
    font-size: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    color: #800000;
}

strong {
    font-weight: bold;
}


/*----------------------------------------

 global class

----------------------------------------*/


/* clear fix */

.clear:before,
.clear:after {
    content: "";
    display: block;
    overflow: hidden;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

.fit {
    max-width: 100%;
}

.box p {
    margin-bottom: 1em;
}

ul.normal {
    list-style-position: inside;
    list-style-type: disc;
    margin: 0 0 1em 1em;
}

ul.normal li {
    margin-bottom: 0.5em;
}

ol.normal {
    list-style-position: inside;
    list-style-type: decimal;
    margin: 0 0 1em 1em;
}

ol.normal li {
    margin-bottom: 0.5em;
}


/*----------------------------------------

 layout

----------------------------------------*/

body .container {
    max-width: 960px;
    margin-left: 40px;
    z-index: 1;
    padding-top: 72px;
}


/* header
----------------------------------------*/

body header {
    z-index: 99;
    background: url(/_c/img/header-bg.png) 0 0 repeat-x transparent;
    height: 72px;
    width: 100%;
    position: fixed;
}

body header .wrap {
    max-width: 960px;
    height: 72px;
    margin-left: 40px;
    position: relative;
}

body header .title {
    position: absolute;
    left: -30px;
    top: 0;
}

body header .gnav {
    position: absolute;
    right: 0px;
    top: 44px;
}

body header .gnav ul li {
    float: left;
}

body header .gnav ul li a {
    display: block;
    color: #fff;
    margin-right: 1.5em;
    height: 24px;
    line-height: 25px;
    border-bottom: solid 4px #231A15;
    font-family: 'Comfortaa';
}

body header .gnav ul li a:hover {
    border-bottom: solid 3px #fff;
}


/* main
----------------------------------------*/
.main .hero-image {
    max-width: 100%;
    margin: 25px 0 0 25px;
}

.main .clear > div.left {
    width: 300px;
}

.main .clear > div.right {
    width: 100%;
    max-width: 620px;
}

.main .clear > div.left {
    float: left;
}

.main .clear > div.right {
    float: right;
}

.main .clear > div.sidemenu {
    width: 300px !important;
}

.main .clear > div.sidemenu h2 {
    background: none;
}

.main .clear > div.sidemenu .box {
    padding-top: 20px;
}

.main .clear > div.nav-fixed {
    position: fixed;
    top: 60px;
}

.main .clear > div.sidemenu ul li {
    padding: 10px;
    background-color: #eee;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.main .clear > div.sidemenu ul li a {
    display: block;
    font-weight: bold;
}

.home .main .clear > div.left,
.home .main .clear > div.right {
    width: 50%;
    max-width: 460px;
    min-width: 300px;
}

.main .camera_caption a {
    color: #fff;
    text-decoration: underline;
}

.main .box {
    display: block;
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 40px 20px 20px 20px;
    margin-left: 20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.main .box p.radius {
    border-radius: 5px;
    background-color: #ddd;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 8px;
    font-size: 93%;
}

.main .box p.radius-caution {
    border-radius: 5px;
    background-color: #ffa0a7;
    text-align: center;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 8px;
    font-size: 93%;
}

.main h2 {
    font-family: 'Comfortaa';
    height: 50px;
    background: url(/_c/img/h_bg01.png) 0 0 no-repeat;
    position: relative;
    top: 30px;
    z-index: 5;
}

.main h2 a img {
    position: absolute;
    right: 0;
    top: 8px;
}

.main h2 a {
    display: block;
    height: 50px;
    line-height: 46px;
    color: #fff;
    font-size: 146.5%;
    padding-left: 20px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

.main h2 a:hover img {
    right: -15px;
}

.main .box h3 {
    border-left: solid 5px #231A15;
    padding: 2px 5px;
    margin-bottom: 1em;
    font-size: 108%;
    font-weight: bold;
}

table.normal {
    border-collapse: separate;
    border-spacing: 5px;
    margin-bottom: 20px;
    border: solid 1px #231A15;
    width: 100%;
    border-radius: 5px;
}

table.normal th,
table.normal td {
    vertical-align: top;
}

table.normal th {
    padding: 1px 2em 1em 5px;
    font-weight: bold;
    white-space: nowrap;
}

table.normal td {
    border-left: solid 1px #231A15;
    padding: 0.7em 5px 0.7em 1em;
}


/* fotter
----------------------------------------*/

footer {
    background-color: #231A15;
}

body footer .wrap {
    max-width: 960px;
    padding: 7px 0 7px 20px;
    margin-left: 10px;
    position: relative;
    text-align: left;
    color: #fff;
}

@media screen and (max-width: 640px) {
    .main .hero-image {
        margin: 5px;
    }
    table.normal th {
        padding-right: 1em;
    }
    table.normal th img {
        max-width: 150px;
    }
    body {
        background: none;
    }
    body .container {
        margin-left: 0;
        z-index: 1;
        padding-top: 10px;
    }
    body header {
        z-index: 99;
        background: url(/_c/img/header-bg.png) 0 0 repeat-x transparent;
        height: auto;
        width: 100%;
        position: inherit;
    }
    body header .wrap {
        max-width: 960px;
        height: auto;
        margin-left: 40px;
        position: inherit;
    }
    body header .title {
        position: inherit;
        left: inherit;
        top: inherit;
        text-align: center;
    }
    body header .gnav {
        position: inherit;
        left: inherit;
        top: inherit;
    }
    body header .gnav ul li {
        float: left;
    }
    body header .gnav ul li a {
        display: block;
        color: #fff;
        margin: 1px;
        font-family: 'Comfortaa';
        background-color: #231A15;
        padding: 6px 10px 4px 10px;
    }
    body header .wrap {
        margin: 0;
    }
    .main .clear > div.left {
        float: none;
    }
    .main .clear > div.right {
        float: none;
    }
    .main .box {
        display: block;
        background-color: #fff;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 40px 10px 10px 10px;
        margin: 0 10px;
        position: relative;
        z-index: 1;
    }
    .main h2 {
        font-family: 'Comfortaa';
        height: 50px;
        background: url(/_c/img/h_bg01.png) 0 0 no-repeat;
        position: relative;
        top: 30px;
        z-index: 5;
    }
    .main h2 a img {
        position: absolute;
        right: 0;
        top: 8px;
    }
    .main h2 a {
        display: block;
        height: 50px;
        line-height: 46px;
        color: #fff;
        font-size: 146.5%;
        padding-left: 20px;
    }
    .home .main .clear > div.left,
    .home .main .clear > div.right {
        width: 100%;
        max-width: auto;
        min-width: auto;
    }
    footer {
        background-color: #231A15;
    }
    body footer .wrap {
        max-width: 960px;
        padding: 10px;
        position: relative;
        text-align: left;
        color: #fff;
    }
    .main .clear > div.sidemenu {
        display: none;
    }
}