@charset "utf-8";
.vacation_notice {
    font-size: 12pt;
    background-color: #666;
    color: #ffffff;
    padding: 10px 5px 10px 5px;
    margin: 5px 0;
    text-align: center;
}
section#floatingheader.fixed {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background-color: #ffffff;
}

section#floatingheader {
    display: block;
    position: relative;
    padding: 0 auto 0 auto;
    width: 100%;
    z-index: 9999;
}

#header {
    position: relative;
    margin: 0 auto 20px auto;
    top: 0;
    width: 100%;
    font-size: 15px;
    color: #666666;
}

#header a {
    text-decoration: none;
    color: #666666;
}

.headerLine {
    position: relative;
    margin: 0;
    padding: 10px 0 10px 0;
    top: 0;
    width: 100%;
    background-color: #0e6ab2;
}

.headerLine h1,
.headerLine .headerTitle {
    top: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
}

#header .headerIn1 {
    position: relative;
    margin: 010px auto 30px auto;
    width: 100%;
    max-width: 980px;
}

#header .headerList {
    margin-bottom: 3px;
}

#header .headerIn2 {
    position: relative;
    margin: 0 auto 0 30px;
    width: 40%;
    max-width: 390px;
    font-size: 15px;
    text-align: left;
}

#header .headerIn2 h1 {
    font-size: 15px;
    font-weight: normal;
}

#header .logo img {
    position: relative;
    margin: 5px auto;
    width: 70%;
}

#header .mailIcon {
    position: absolute;
    margin: 5px auto;
    top: 0;
    right: 20%;
    width: 14%;
    max-width: auto;
    text-align: center;
}

#header .mailIcon img {
    position: relative;
    top: -10px;
    margin: 0 auto;
    width: 100%;
    max-width: 107px;
}

#header .reservationIcon {
    position: absolute;
    margin: 5px auto;
    top: -10px;
    right: 5%;
    width: 14%;
    max-width: auto;
    text-align: center;
}

#header .reservationIcon img {
    top: 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 107px;
}

#header .eigyooubi {
    position: relative;
    right: 6%;
    top: -10px;
    text-align: right;
}

.header-Banner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 980px;
}

.header-Banner img {
    margin: 10px auto 0 auto;
    padding: 0;
    width: 100%;
    max-width: 980px;
}

#header nav {
    display: block;
    position: relative;
    margin: 0;
    padding: auto 50px;
    width: 100%;
    max-width: 980px;
    height: 30px;
    text-align: center;
    color: #666666;
}

#header nav ul {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: justify;
}

#header nav ul li {
    display: inline-block;
    position: relative;
    margin: auto;
    padding: auto;
    width: 16.6%;
    height: 30px;
    list-style-type: none;
    border: none;
    border-left: 1px solid #666666;
    text-align: center;
    align-items: center;
    font-size: 15px;
    float: left;
}

#header nav ul li:last-child {
    position: relative;
    margin: auto;
    padding: auto;
    width: 16%;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
}

#header nav ul li a {
    display: block;
    height: 1.5em;
    width: 100%;
}

#header #nav-drawer {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

/*********************スマホのバーガーメニューの設定*********************/

/*チェックボックス等は非表示に*/

.nav-unshown {
    display: none;
}