@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

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 {
    border: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

* html .clearfix {
    zoom: 1;
}


/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}


/* IE7 */

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 4rem;
    font-family: 游明朝, yu-mincho-pr6, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .1rem;
    text-align: left;
    color: #000;
    -webkit-text-size-adjust: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    will-change: transform;
}

.linkdeco {
    color: mediumvioletred;
    text-decoration: underline;
}

a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    will-change: transform;
}

a:hover img {
    opacity: 0.6;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    will-change: transform;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    margin: 0;
    padding: 0;
}


/* --- base --- */

img {
    width: 100%;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.wrapper {
    width: 100%;
    position: relative;
}


/* --- header --- */

header #header_nav {
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    transition: .3s;
}

header #header_nav .nav_contents {
    position: relative;
    width: 96%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 20px 40px;
}

header #header_nav .nav_contents nav {
    position: absolute;
    top: 35px;
    right: 20px;
    width: 70%;
    text-align: right;
    transition: .3s;
}

header #header_nav .nav_contents nav ul li {
    color: #fff;
    display: inline-block;
    margin-right: 2%;
    font-size: 1.6rem;
}

header #header_nav .nav_contents nav ul li:last-child {
    margin-right: 0;
}

header #header_nav .nav_contents h1 {
    position: absolute;
    top: 30px;
    left: 20px;
    color: #fff;
    font-size: 3rem;
    line-height: 2rem;
    text-align: center;
}

header #header_nav .nav_contents h1 img {
    width: 240px;
}

header .catch {
    margin-top: 200px;
    margin-left: 55px;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
}

header #header_nav.fix {
    background: #000;
    transition: .3s;
    box-shadow: 0 0 8px #000;
    height: 120px;
    /*2カラム時180px*/
    z-index: 999;
}

#top header #header_nav.fix {
    height: 210px;
    /*2カラム時180px*/
}

header #header_nav.fix .nav_contents nav {
    top: 45px;
    transition: .3s;
    width: 70%;
    text-align: right;
}

header #header_nav.fix .nav_contents h1 {
    top: 20px;
    transition: .3s;
}

.at {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


/* --- footer --- */

footer {
    background: #000;
    padding: 30px 0 150px;
    text-align: center;
    min-width: 96%;
}

footer p {
    color: #fff;
    font-size: 1.4rem;
}

footer .footer_nv {
    color: #fff;
    margin-bottom: 30px;
}

footer .footer_nv li {
    display: inline;
}


/* --- fixed btn --- */

.fixed_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.fixed_btn ul {}

.fixed_btn li {
    width: 50%;
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    float: left;
}


/* .fixed_btn li:first-child {
    display: block;
    overflow: hidden;
    width: 100%;
    background-color: #000;
} */

.fixed_btn li img {
    width: 40px;
    height: auto;
    vertical-align: middle;
}

.news-bt {
    text-decoration: underline;
}

.fixed_btn .telpc {
    background-color: #2E3092;
}

.fixed_btn .telsp {
    display: none;
}

.fixed_btn .reservation {
    background-color: #ad6d0d;
}


/*== sp ==*/


/*==================================================================================*/

@media (max-width: 769px) {
    /* --- base --- */
    body {
        height: 100%;
        font-size: 1.4rem;
        line-height: 2rem;
        letter-spacing: .2rem;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none!important;
    }
    a:hover {
        -moz-opacity: 1;
        opacity: 1;
    }
    a:hover img {
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        will-change: transform;
    }
    /* --- hamburgermenu --- */
    .hamburger {
        display: block;
        width: 87px;
        height: 93px;
        position: fixed;
        top: 0;
        /* top: 4rem; */
        right: 0;
        z-index: 10000;
        padding: 25px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        content: url("../img/hamnv_menu.png");
        cursor: pointer;
    }
    #top .hamburger {
        top: 4rem;
    }
    .hamburger.active {
        content: url("../img/hamnv_close.png");
    }
    .hamburger__icon {
        position: relative;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .hamburger__icon,
    .hamburger__icon:before,
    .hamburger__icon:after {
        display: block;
        width: 43px;
        height: 4px;
        background-color: #D4D2D2;
        -moz-transition-property: background-color, -moz-transform;
        -o-transition-property: background-color, -o-transform;
        -webkit-transition-property: background-color, -webkit-transform;
        transition-property: background-color, transform;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }
    .hamburger__icon:before,
    .hamburger__icon:after {
        position: absolute;
        content: "";
    }
    .hamburger__icon:before {
        top: -10px;
    }
    .hamburger__icon:after {
        top: 10px;
    }
    .hamburger.active .hamburger__icon {
        background-color: transparent;
    }
    .hamburger.active .hamburger__icon:before,
    .hamburger.active .hamburger__icon:after {
        background-color: #D4D2D2;
    }
    .hamburger.active .hamburger__icon:before {
        -moz-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .hamburger__icon:after {
        -moz-transform: translateY(-12px) rotate(-45deg);
        -ms-transform: translateY(-12px) rotate(-45deg);
        -webkit-transform: translateY(-12px) rotate(-45deg);
        transform: translateY(-12px) rotate(-45deg);
    }
    .fat-nav {
        top: 0;
        left: 0;
        z-index: 9999;
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .fat-nav__wrapper {
        width: 100%;
        height: 100%;
        display: table;
        table-layout: fixed;
    }
    .fat-nav.active {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .fat-nav ul {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 0;
    }
    .fat-nav li {
        list-style-type: none;
        text-align: center;
        padding: 4%;
        font-size: 1.4em;
    }
    .fat-nav li,
    .fat-nav li a {
        color: #fff;
    }
    .fat-nav li a {
        text-decoration: none;
        position: relative;
    }
    .fat-nav li .pdf::before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../img/pdf.png) center/contain no-repeat;
        top: 50%;
        right: -3rem;
        transform: translateY(-50%);
    }
    .fat-nav li img {
        width: 60%;
    }
    header {
        text-align: left;
    }
    header .catch {
        margin-top: 2%;
        margin-left: 0;
        font-size: 1.4rem;
        line-height: 2rem;
        text-align: left;
        text-shadow: 1px 1px 1px #000;
        letter-spacing: 1px;
        transition: .7s;
    }
    /* --- footer --- */
    .fixed_btn .telsp {
        display: block;
        background-color: #2E3092;
    }
    .fixed_btn .telpc {
        display: none;
    }
    .fixed_btn li img {
        width: 35px;
        haight: auto;
    }
    footer {
        padding: 10% 0 30%;
        text-align: center;
        min-width: 100%;
    }
}