@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
form, input, button, textarea, select {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Sans-Serif;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a,
a img,
input[type=button], input[type=submit], input[type=reset], button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover img {
    opacity: 0.8;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*==================================================================================================
    サイト基礎   
==================================================================================================*/
body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}

a {
    color: #333;
    text-decoration: none;
}

/* -------------------- header --------------------*/
.site-header {
    max-width: 980px;
    margin: 0 auto;
}

.site-header * {
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.site-header a {
    -webkit-transition: 0s;
    transition: 0s;
}

.site-header a img {
    -webkit-transition: 0s;
    transition: 0s;
}

.site-header a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.site-header img {
    max-width: none;
}

.site-header__inner {
    margin: 0 10px;
}

.site-header__toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    background-color: #004DA1;
    width: 50px;
    height: 50px;
    color: #FFF;
    line-height: 1.4;
    font-size: 8px;
    font-size: 0.8rem;
    z-index: 9999999;
}

.site-header__toggle:after {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
}

.site-header__toggle.navi_open:after {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}

.site-header #zone_header {
    /*position:relative;
        height: 110px;*/
    width: auto;
    max-width: 960px;
    /*#logo {
            float:left;
            padding:22px 0 0;
        }*/
}

.site-header #zone_header #headnavi {
    /*float:right;
            color:#8994A0;*/
    font-size: 10px;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    max-width: 870px;
    /*a {
                color:#8994A0;
                
                &:hover {
                    color:#2274AC;
                }
            }*/
}

.site-header #zone_header #headnavi #metanavi {
    /*margin-top:15px;*/
}

.site-header #zone_header #headnavi #metanavi ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em;
}

* html .site-header #zone_header #headnavi #metanavi ul {
    height: 1%;
}

.site-header #zone_header #headnavi #metanavi ul li {
    /*padding: 0 8px 0 9px;
                        float: left;*/
    background: url("../images/navi_line.png") no-repeat;
    line-height: 1.2;
    /*&.first{
                            background-image: none;
                        }
                        &.last{
                            padding-right:0px;
                        }*/
}

.site-header #zone_header #headnavi #metanavi ul li a br {
    display: none;
}

.site-header #zone_header #headnavi #main_menu .main_gnavi > li#model_navi .navi_model_list_sp {
    display: none;
}

.site-header #zone_header #headnavi #main_menu .main_gnavi > li.shop_info ul li a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.site-header #zone_header #headnavi #main_menu .main_gnavi > li.shop_info ul li a:hover {
    background: #CFD7D9;
}

.site-header #headline {
    text-align: right;
    padding: 17px 0 11px;
    border-top: 1px solid #CDD7DB;
    font-size: 0px;
    font-size: 0rem;
    width: auto;
    height: auto;
}

@media screen and (min-width: 769px) {
    .site-header #zone_header #headnavi #main_menu {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .site-header * {
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .site-header__toggle {
        display: block;
    }
    .site-header #zone_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 52px;
        border-bottom: 2px solid #004DA1;
        z-index: 999999;
        background: #FFF;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
    .site-header #zone_header #logo {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100000;
        padding: 0;
        width: auto;
        height: 50px;
    }
    .site-header #zone_header #logo a {
        position: static;
    }
    .site-header #zone_header #logo img {
        width: auto;
        height: 50px;
        padding: 5px;
    }
    .site-header #zone_header #headnavi {
        float: right;
        position: static;
        height: auto;
        margin: 0 0px 0 0;
        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Sans-Serif;
        width: 46.875%;
    }
    .site-header #zone_header #headnavi a {
        color: #004DA1;
    }
    .site-header #zone_header #headnavi #metanavi {
        position: static;
        padding: 0;
        white-space: normal;
    }
    .site-header #zone_header #headnavi #metanavi ul:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
        font-size: 0.1em;
    }
    * html .site-header #zone_header #headnavi #metanavi ul {
        height: 1%;
    }
    .site-header #zone_header #headnavi #metanavi ul li {
        padding: 0;
        background: none;
        line-height: 1.4;
        display: table;
        text-align: center;
        width: 33.33333%;
    }
    .site-header #zone_header #headnavi #metanavi ul li.first {
        display: none;
    }
    .site-header #zone_header #headnavi #metanavi ul li a {
        font-size: 11px;
        font-size: 1.1rem;
        padding: 0;
        height: 50px;
        border-left: 1px dotted #004DA1;
        vertical-align: middle;
        display: table-cell;
    }
    .site-header #zone_header #headnavi #main_menu {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 50px 0px 0;
        background: #FFF;
        z-index: 99999;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi {
        border-top: 2px solid #004DA1;
        /*border-bottom:2px solid $blue;*/
        overflow-y: scroll;
        height: 100%;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li {
        float: none;
        text-align: left;
        border-top: 1px solid #CCC;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li#model_navi, .site-header #zone_header #headnavi #main_menu .main_gnavi > li.shop_info, .site-header #zone_header #headnavi #main_menu .main_gnavi > li.calendar_navi {
        height: auto;
        width: auto;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li#model_navi > a:after, .site-header #zone_header #headnavi #main_menu .main_gnavi > li.shop_info > a:after, .site-header #zone_header #headnavi #main_menu .main_gnavi > li.calendar_navi > a:after {
        display: inline-block;
        content: "";
        font-family: FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li#model_navi > a.navi_open, .site-header #zone_header #headnavi #main_menu .main_gnavi > li.shop_info > a.navi_open, .site-header #zone_header #headnavi #main_menu .main_gnavi > li.calendar_navi > a.navi_open {
        background: #fafafa;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li#model_navi > a.navi_open:after, .site-header #zone_header #headnavi #main_menu .main_gnavi > li.shop_info > a.navi_open:after, .site-header #zone_header #headnavi #main_menu .main_gnavi > li.calendar_navi > a.navi_open:after {
        display: inline-block;
        content: "";
        font-family: FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li#model_navi .navi_model_list_sp {
        border-left: 10px solid #CCC;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li#model_navi .navi_model_list_sp li {
        width: 50%;
        float: left;
        background: #FFF;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li#model_navi .navi_model_list_sp li a {
        padding: 0 10px;
        line-height: 40px;
        color: #000;
        border-top: 1px dotted #CCC;
        border-right: 1px dotted #CCC;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li#model_navi .navi_model_list_sp li a:after {
        float: right;
        display: inline-block;
        content: "";
        font-family: FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li.dropdown_navi .navi_open {
        display: block;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li.dropdown_navi ul {
        position: static;
        width: auto;
        margin: 0;
        padding: 0;
        border: none;
        border-left: 10px solid #CCC;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li.dropdown_navi ul li {
        width: auto;
        float: none;
        border: none;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li.dropdown_navi ul li a {
        padding: 0 10px;
        line-height: 40px;
        display: block;
        border-top: 1px dotted #CCC;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li.dropdown_navi ul li a:after {
        float: right;
        display: inline-block;
        content: "";
        font-family: FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li.calendar_navi .navi_over {
        position: static;
        height: auto;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li:first-child {
        border: none;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li > a {
        line-height: 40px;
        padding: 0 10px 0 0;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li > a:after {
        float: right;
        display: inline-block;
        content: "";
        font-family: FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .site-header #zone_header #headnavi #main_menu .main_gnavi > li > a img {
        vertical-align: middle;
    }
    .site-header #headline {
        margin-top: 52px;
        padding: 2.66667% 0 2%;
    }
    .site-header #headline img {
        width: 66.66667%;
        height: auto;
        max-width: 320px;
    }
}

@media screen and (max-width: 640px) {
    .site-header #zone_header #headnavi #metanavi ul li a {
        font-size: 9px;
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 540px) {
    .site-header #zone_header #headnavi #metanavi ul li a br {
        display: block;
    }
}

/* -------------------- footer --------------------*/
.site-footer {
    max-width: 980px;
    margin: 80px auto 0;
}

.site-footer * {
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.site-footer__inner {
    margin: 0 10px;
}

.site-footer__backbtn {
    text-align: left;
}

.site-footer__backbtn a {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
}

.site-footer__backbtn a:before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.5em;
}

.site-footer #zone_footer {
    width: auto;
    max-width: 960px;
    line-height: 1.2;
}

.site-footer #zone_footer:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em;
}

* html .site-footer #zone_footer {
    height: 1%;
}

@media screen and (max-width: 768px) {
    .site-footer {
        margin: 50px auto 0;
    }
    .site-footer * {
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .site-footer__inner {
        margin: 0;
    }
    .site-footer #zone_footer {
        height: auto;
        padding: 0;
        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Sans-Serif;
    }
    .site-footer #zone_footer_credit {
        float: none;
        padding: 15px 10px;
    }
    .site-footer #zone_footer_credit ul {
        position: relative;
    }
    .site-footer #zone_footer_credit ul li {
        float: none;
        padding: 0;
        height: auto;
        line-height: 1.6;
        background: none;
    }
    .site-footer #zone_footer_credit ul li.footer_calendar_navi {
        margin-top: 10px;
    }
    .site-footer #zone_footer_credit ul li.footer_calendar_navi .footer_calendar_link {
        color: #FFF !important;
        line-height: 40px;
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        text-decoration: none !important;
        background: #004DA1;
        text-align: center;
    }
    .site-footer #zone_footer_credit ul li.footer_calendar_navi .footer_calendar_link:before {
        display: inline-block;
        content: "";
        font-family: FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #FF871F;
        margin-right: 0.8em;
    }
    .site-footer #zone_footer_credit ul li.footer_calendar_navi > img {
        display: none;
    }
    .site-footer #zone_footer_links {
        float: none;
        text-align: center;
        border-top: 1px dotted #CFD7D9;
        padding: 5px;
    }
}

/* -------------------- カレンダー --------------------*/
.calendar_area .calendar_box table.calendar_eu3, .calendar_area .calendar_box table.next_calendar_eu3 {
    border-collapse: separate;
    width: auto;
}

@media screen and (max-width: 768px) {
    .calendar_area {
        position: static;
        width: auto;
        margin: 0;
        padding: 0;
        border: none;
    }
    .footer_calendar_navi .calendar_area {
        margin-top: 10px;
        margin-left: 0 !important;
    }
    .calendar_area .calendar_box {
        width: auto;
    }
    .calendar_area .calendar_box table.calendar_eu3, .calendar_area .calendar_box table.next_calendar_eu3 {
        width: 49%;
        text-align: center;
    }
    .calendar_area .calendar_box table.calendar_eu3 th img, .calendar_area .calendar_box table.next_calendar_eu3 th img {
        max-width: 100%;
    }
    .calendar_area .calendar_box table.calendar_eu3 td, .calendar_area .calendar_box table.next_calendar_eu3 td {
        width: auto;
        line-height: 23px;
        vertical-align: middle;
    }
    .calendar_area .calendar_box table.calendar_eu3 {
        float: left;
    }
    .calendar_area .calendar_box table.next_calendar_eu3 {
        float: left;
    }
    .calendar_area .calendar_box .calendar_remarks_text {
        display: none;
    }
    .calendar_area .calendar_box .guide_holiday {
        clear: both;
        padding-top: 10px;
    }
}
