/*
Theme Name: bacchus
Theme URL: www.bacchus-osaka.com
Description: bacchusオリジナルテーマ
Author: Bee Systems
Version: 1.0.0
*/
/* この下に通常のcssを書いていく */

*{
    margin: 0;padding: 0;
}

*:focus {
    outline: none;
}

a {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
}

body{
    background-color: #E4DAC1;
    font-family: serif;
    color: #5F5A4F;
}

#btns {
    display: none;
}

/* header */

header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: #E4DAC1;
}

#header-container {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 2% 2% 0 2%;
}

.header-left {
    float: left;
}

.header-left img {
    width: auto;
    height: 70px;
}

.header-right {
    float: right;
}

.header-right a {
    display: inline-block;
    line-height: 70px;
    font-size: 20px;
    text-decoration: none;
    vertical-align: bottom;
    color: #5F5A4F;
}

.header-right a span {
    font-size: 40px;
    border-bottom: 1px solid #5F5A4F;
    transition: .3s;
}

.header-right a span:hover {
    color: #CFB35B;
    border-bottom: 1px solid #CFB35B;
}


/* navbar */

.nav-bar {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.nav-bar ul {
    padding: 0;
}

.nav-bar ul li {
    list-style: none;
    display: inline-block;
    margin: auto;
    padding: 1% 2%;
}

.nav-bar ul li a {
    text-decoration: none;
    color:#5F5A4F;
    transition: .7s;
}

.nav-bar ul li a:hover {
    text-decoration: underline;
    color: #CFB35B;
}


/* slick */

#background {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.slick-dots{
    display: none;
}

#slick-main .slick-active figure.image{
    /* transform: translateX(-100px);
    transition: all 7.0s ease-in-out; */
}

.slick-track {
    height: 60vh;
    box-sizing: border-box;
}

.slideobject{
    position: relative;
    z-index: 10;
    overflow: hidden;
    vertical-align: bottom;
    width: 100%;
    height: 60vh;
}

.slideobject figure.image{
    width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-position: bottom;
}

.slideobject figure.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: calc(100vw);
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slideobject .slick-active　figure　.image {
    transform: translateX(-150px);
    transition: all 6.0s ease-in-out;
    vertical-align: top;
}


/* SNS button for pc */

#sns-pc {
    width: 100%;
    display: inline-block;
    background-color: #E4DAC1;
}

#sns-pc .sns-pc-container {
    text-align: center;
}

#sns-pc .sns-pc-container a {
    display: inline-block;
    padding: 1% 2%;
    font-size: 30px;
    color: #5F5A4F;
}

@media screen and (min-width:480px) {

    /* greeting */
    #greeting {
        width: 100%;
        height: 50vh;
        text-align: center;
        background-image: url(/bacchus-osaka/images/table_z.jpg);
        background-size: cover;
        background-position: center;
        text-shadow: 0 0 1px #000;
    }

    #greeting .greeting-box {
        width: 100%;
        height: 50vh;
        margin: auto;
    }

    #greeting .greeting-box .greeting-msg {
        width: 100%;
        height: 50vh;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, .7);
    }

    #greeting .greeting-box .greeting-msg h1{
        font-size: 40px;
        padding: 2% 0;
    }


    #greeting .greeting-box .greeting-msg p{
        font-size: 20px;
        line-height: 2;
        padding-bottom: 3%;
    }

    .close-btn {
        display: none;
    }


    /* mid section */
    #mid-section {
        width: 100%;
        background-color: #5F5A4F;
        display: inline-block;
        color: #E4DAC1;
        border-top: 8px double #E4DAC1;
        border-bottom: 8px double #E4DAC1;
    }

    .mid-container {
        display: inline-block;
        width: 100%;
    }


    #whats-new {
        float: left;
        width: 50%;
    }

    .new-container {
        box-sizing: border-box;
        margin: 5%;
        padding-right: 10%;
        border-right: 1px solid #E4DAC1;
    }
    
    .new-container h2 {
        padding-bottom: 5%;
        font-size: 30px;
        color: #CFB35B;
        text-shadow: .5px .5px .5px #000;
    }
    
    #whats-new .new-container .su-post{
        border-bottom: 1px solid #E4DAC1;
        padding-bottom: 5px;
    }
    
    #whats-new .new-container .new-info {
        color: #E4DAC1;
    }
    
    #whats-new .new-container .new-info span {
        font-size: 14px;
    }
    
    #whats-new .new-container .new-info p {
        padding-bottom: 1%;
        font-size: 18px;
    }
    
    #whats-new .new-container .new-info a {
        color: #E4DAC1;
        text-decoration: none;
    }

    #whats-new .new-container .new-info:nth-of-type(4) p {
        float: right;
        color: #CFB35B;
        font-size: 24px;
        text-shadow: .5px .5px .5px #000;
    }

    #newInfo  {
        width: 60%;
        margin: auto;
        padding-top: 5%;
    }

    #newInfo .new-container .new-contents table {
        width: 30%;
        border-collapse: collapse;
        border: 1px solid #CFB35B;
    }

    #newInfo .new-container .new-contents table td {
        background-color: rgba(255, 255, 255, 0.7);
    }

    #newInfo .new-container .new-contents table td:nth-of-type(1) {
        text-align: center;
        width: 20%;
        font-size: 14px;
    }

    #newInfo .new-container .new-contents table td:nth-of-type(2) {
        width: 80%;
        padding-left: 4%;
        font-size: 14px;
    }

    /* bottom-section */
    #bottom-section {
        display: inline-block;
        width: 100%;
        height: auto;
        background-color: #E4DAC1;
    }

    #map {
        width: 100%;
        margin-bottom: 3%;
    }

    .map-container {
        padding: 0;
    }

    .map-contents {
        padding: 3%;
        font-size: 18px;
    }

    .map-container .map-contents h2 {
        padding-bottom: 3%;
        font-size: 30px;
        color: #CFB35B;
        text-shadow: 1px 1px 1px #5F5A4F;
    }

    .map-container .map-contents p {
        margin-bottom: -2%;
    }

    .google-map {
        padding: 0 3%;
        margin: auto;
        width: 100%;
        box-sizing: border-box;
    }

    .br_479 {
        display: none;
    }


    /* transport */
    #transport {
        float: right;
        width: 50%;
    }

    .transport-container {
        box-sizing: border-box;
        margin: 5%;
        padding-right: 10%;
    }
    
    .transport-container h2 {
        padding-bottom: 5%;
        font-size: 30px;
        color: #CFB35B;
        text-shadow: .5px .5px .5px #5F5A4F;
    }

    .transport-info p {
        font-size: 14px;
    }

    .transport-info p span {
        font-size: 22px;
    }

    /* background */
    #background {
        display: inline-block;
        width: 100%;
        height: 60vh;
        margin-top: 150px;
    }

    .bg-img {
        min-height: 83vh;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /* background-image: none !important; */
    }

    #system {
        width: 90%;
        height:auto;
        margin: auto;
        box-sizing: border-box;
        padding: 4% 0;
    }

    #system .system-container {
        background-color: rgba(240, 231, 208, .9);
        border: 1px solid #cfb35b;
        overflow-y: scroll;
        transform: translate3d(0, 0, 0);
    }

    #system .system-container h1 {
        padding-top: 3%;
        padding-bottom: 1%;
        text-align: center;
        font-size: 50px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
        color: #CFB35B;
    }

    #system .system-container .system-contents {
        width: 90%;
        height: auto;
        margin: auto;
        margin-bottom: 5%;
        background-color: #5F5A4F;
        border: 5px double #E4DAC1;
        overflow-y: scroll;
    }

    #system .system-container .system-contents p {
        margin: auto;
        width: 70%;
        padding: 2% 0;
        font-size: 20px;
        color: #E4DAC1;
    }

    #system .system-container .system-contents table {
        margin: auto;
        width: 70%;
        font-size: 20px;
        border-collapse: separate;
        border-spacing: 2px;
    }

    #system .system-container .system-contents table tr:nth-of-type(1) td{
        background-color: #D8C17A;
    }

    #system .system-container .system-contents table td {
        padding: 1px 1px 1px 3%;
        border: 1px solid #DFCB92;
        background-color: #fff;
    }

    /* cast */
    #cast-list {
        width: 90%;
        height: 100vh;
        margin: auto;
        margin-bottom: 25%;
        overflow-y: scroll;
    }

    #cast-list .cast-container {
        width: 100%;
        margin: 5% 0;
        background-color: rgba(240, 231, 208, .9);
        border: 1px solid #CFB35B;
    }

    #cast-list .cast-container h1 {
        padding-top: 5%;
        padding-bottom: 3%;
        text-align: center;
        font-size: 50px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
        color: #CFB35B;
    }

    #cast-list .cast-container .cast-box {
        display: flex;
        width: 80%;
        height: auto;
        margin: auto;
        box-sizing: border-box;
        padding: 1%;
        margin-bottom: 1%;
        background-color: #fff;
        border: 1px solid #CFB35B;
    }

    #cast-list .cast-container .cast-box .cast-img {
        width: 30%;
        height: 100%;
        text-align: center;
        float: left;
    }

    #cast-list .cast-container .cast-box table {
        float: right;
        width: 70%;
        height: auto;
        font-size: 18px;
        border-collapse: separate;
        border-spacing: 2px;
    }

    #cast-list .cast-container .cast-box table td {
        padding: 14px;
        border: 1px solid #DFCB92;
    }

    #cast-list .cast-container .cast-box table td:nth-of-type(1) {
        width: 25%;
        background-color: #D8C17A;
        text-align: center;
        color: #5F5A4F;
    }

    /* menu */
    #bottle-menu {
        width: 90%;
        height: 100vh;
        margin: auto;
        margin-bottom: 100px;
        overflow-y: scroll;
    }

    #bottle-menu .menu-container {
        margin: 5% 0 100px 0;
        background-color: rgba(240, 231, 208, .9);
        border: 1px solid #CFB35B;
    }

    #bottle-menu .menu-container  h1 {
        padding-top: 5%;
        padding-bottom: 3%;
        text-align: center;
        font-size: 50px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
        color: #CFB35B;
    }

    #bottle-menu .menu-container .menu-contents {
        width: 50%;
        height: auto;
        margin: auto;
        margin-bottom: 5%;
    }

    #bottle-menu .menu-container .menu-contents p {
        margin: 10% 0;
        font-size: 16px;
    }

    #bottle-menu .menu-container .menu-contents table {
        margin: auto;
        margin-bottom: 5%;
        width: 100%;
        font-size: 20px;
        border-collapse: separate;
        border-spacing: 1px;
    }

    #bottle-menu .menu-container .menu-contents table tr:nth-of-type(1) td{
        background-color: #D8C17A;
    }

    #bottle-menu .menu-container .menu-contents table td {
        padding: 1px 1px 1px 3%;
        border: 1px solid #DFCB92;
        background-color: #fff;
    }

    #bottle-menu .menu-container .menu-contents table td:nth-of-type(1) {
        width: 65%;
    }

    /* pictures */
    #pictures {
        width: 90%;
        height: 100vh;
        margin: auto;
        margin-bottom: 25%;
        overflow-y: scroll;
    }

    #pictures .pic-container {
        margin: 5% 0 100px 0;
        background-color: rgba(240, 231, 208, .9);
        border: 1px solid #CFB35B;
    }

    #pictures .pic-container h1 {
        padding-top: 5%;
        padding-bottom: 3%;
        text-align: center;
        font-size: 50px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
        color: #CFB35B;
    }

    #pictures .pic-container .pic-contents {
        width: 80%;
        height: auto;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #pictures .pic-container .pic-contents a {
        display: inline-block;
        width: calc(100% / 3 - 2%);
        height: 32vh;
        padding: 1%;
    }

    #pictures .pic-container .pic-contents a img {
        width: 100%;
    }

    /* access */
    #access {
        width: 90%;
        height: 100vh;
        margin: auto;
        margin-bottom: 25%;
        overflow-y: scroll;
    }

    #access .access-container {
        margin: 5% 0 100px 0;
        background-color: rgba(240, 231, 208, .9);
        border: 1px solid #CFB35B;
    }

    #access .access-container h1 {
        padding-top: 5%;
        padding-bottom: 3%;
        text-align: center;
        font-size: 50px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
        color: #CFB35B;
    }

    #access .access-container .access-contents {
        width: 94%;
        height: auto;
        margin: auto;
        display: block;
        flex-wrap: wrap;
        justify-content: center;
    }

    #access .access-container .access-contents p {
        font-size: 20px !important;
    }

    .google-map {
        padding: 1% 3% 3%;
    }

    /* recruit */
    #recruit {
        width: 90%;
        height: 100vh;
        margin: auto;
        margin-bottom: 25%;
        overflow-y: scroll;
    }

    #recruit .recruit-container {
        display: inline-block;
        width: 100%;
        margin: 5% 0;
        padding-bottom: 5%;
        background-color: rgba(240, 231, 208, .9);
        border: 1px solid #CFB35B;
        font-size: 18px;
    }

    #recruit .recruit-container h1 {
        padding-top: 5%;
        padding-bottom: 3%;
        text-align: center;
        font-size: 50px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
        color: #CFB35B;
    }

    #recruit .recruit-container .recruit-contents {
        width: 100%;
        height: 100%;
        float: left;
    }

    #recruit .recruit-container .recruit-contents .recruit-img {
        float: left;
        width: 50%;
    }

    #recruit .recruit-container .recruit-contents .recruit-img img {
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
    }

    #recruit .recruit-container .recruit-contents .recruit-msg-wrap {
        float: right;
        width: 50%;
    }

    #recruit .recruit-container .recruit-contents .recruit-msg {
        width: 90%;
        box-sizing: border-box;
        padding: 3% 5%;
    }

    #recruit .recruit-container .recruit-contents center {
        width: 90%;
        padding: 2% 0;
        margin: auto;
        border: 3px double #CFB35B;
        background-color: #5F5A4F;
        color: #fff;
    }

    #recruit .recruit-container .recruit-contents p {
        padding-bottom: 3%;
    }

    #recruit .recruit-container .recruit-contents p a {
        color: #5F5A4F;
        font-size: 24px;
    }

    #recruit .recruit-container .recruit-contents .inquiry {
        width: 111%;
        padding: 1% 0;
        margin: auto;
        margin-bottom: 3%;
        text-align: center;
        border: 3px double #5F5A4F;
        background-color: #fff;
        color: #5F5A4F;
    }

    #recruit .recruit-container .recruit-contents .person {
        border-top: 0 !important;
    }


    /* footer */
    footer {
        width: 100%;
        background-color: #E4DAC1;
        position: fixed;
        bottom: 0;
        z-index: 1000;
    }

    .footer-container {
        width: 100%;
        display: inline-block;
    }
    .footer-container i {
        display: none;
    }

    .footer-container p {
        text-align: center;
        padding: 1% 0;
    }

}


@media screen and (max-width:479px) {
    .br479 {
        display: none;
    }

    header {
        display: none;
    }

    #sns-pc {
        display: none;
    }

    #background {
        position: fixed;
        width: 100%;
        min-height: 110vh;
        z-index: -1;
    }

    .bg-img {
        width: 100%;
        min-height: 110vh;
        background-size: cover;
        background-position: center;
    }

    .slick-dots{
        display: none;
    }

    .slick-dots li{
        display: none;
    }

    .slick-track {
        height: 250px;
        box-sizing: border-box;
    }

    #slick-main .slick-active figure.image{
        transform: translateX(-100px);
        transition: all 7.0s linear;
    }

    .slideobject{
        position: relative;
        z-index: 10;
        overflow: hidden;
        vertical-align: bottom;
        width: 100%;
        min-height: 100vh;
    }

    .slideobject figure.image{
        width: 100%;
        min-height: 100vh;
        background-size: cover;
        background-position: center;
    }

    .slideobject figure.image{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width: calc(100vw + 100px);
        height: 100%;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #btns {
        display: inline-block;
        width: 100%;
        position: fixed;
        top: 0;
        z-index:1000000;
    }

    .btn-container {
        margin: auto;
        width: 100%;
        height: 70px;
        box-sizing: border-box;
        padding: 15px;
        background-color: #E4DAC1;
    }

    #btns img {
        width: 40px;
        filter: drop-shadow(0 0 2px #E4DAC1);
    }

    #bcs-logo {
        width: 120px !important;
    }

    #btns img:active {
        filter: drop-shadow(0 0 0 #E4DAC1)
    }

    .btn-left {
        float: left;
    }

    .btn-mdl {
        float: left;
        width: 54%;
        text-align: right;
    }

    .btn-right {
        float: right;
    }

    .btn-right a {
        display: inline-block;
    }

    .sb-navbar {
        background-color: #E4DAC1;
    }

    .sb-navbar i {
        position: absolute;
        top: 2%;
        right: 5%;
        font-size: 35px;
        color: #5F5A4F;
    }

    .sb-navbar ul {
        padding: 0;
        margin-top: 15%;
    }

    .sb-navbar ul li {
        padding: 5% 10%;
    }

    .sb-navbar ul li a {
        color: #5F5A4F;
        text-decoration: none;
    }

    .btn-right a:nth-of-type(1) {
        display: inline-block;
        margin-bottom: 10%;
    }

    /* map */
    #map {
        position: fixed;
        width: 100%;
        min-height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
        transform: translateY(-5%);
        z-index: 10;
        display: none;
    }

    #map .map-container {
        width: 90%;
        height: 75vh;
        margin: auto;
        margin-bottom: 200px;
        background-color: rgb(240, 231, 208);
        border: 1px solid #CFB35B;
        overflow-y: scroll;
        transform: translateY(130px);
    }

    #map .map-container .map-contents {
        width: 90%;
        height: auto;
        margin: auto;
    }

    #map .map-container .map-contents h2 {
        padding-top: 5%;
        text-align: center;
        font-size: 40px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
        color: #CFB35B;
    }

    #map .map-container .map-contents p {
        box-sizing: border-box;
        padding: 5%;
    }

    .google-map {
        width: 90%;
        margin: auto;
        padding-bottom: 5%;
    }

    .br_479 {
        display: block;
    }

    /* greeting */
    #greeting {
        width: 100%;
        height: 100vh;
        display: inline-block;
        position: fixed;
        top: 10%;
        z-index: 10000;
        background-color: rgba(0,0,0,.5);
    }

    .greeting-box {
        width: 90%;
        margin: auto;
        text-align: center;
        background-color: #E4DAC1;
        border: 1px solid #CFB35B;
        position: absolute;
        top: 5%;
        left:5%;
    }

    .greeting-box .greeting-msg {
        box-sizing: border-box;
        padding: 8%;
    }

    .greeting-box .greeting-msg h1 {
        padding-top: 3%;
        padding-bottom: 5%;
        font-size: 20px;
    }

    .greeting-box .greeting-msg p {
        font-size: 13px;
    }

    .close-btn {
        position: absolute;
        top: 3%;
        right: 3%;
        font-size: 25px;
    }


    /* whats new */
    #whats-new {
        position: fixed;
        bottom: 210px;
        width: 100%;
        height: 75px;
    }

    #whats-new .new-container {
        width: 90%;
        margin: auto;
    }

    #whats-new .new-container h2 {
        text-shadow: 0 0 3px #000;
        color: #CFB35B;
    }

    #whats-new .new-container .su-post{
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
    }

    #whats-new .new-container .new-info {
        color: #fff;
    }

    #whats-new .new-container .new-info span {
        text-shadow: 0 0 3px #000;
        font-size: 10px;
    }

    #whats-new .new-container .new-info p {
        text-shadow: 0 0 3px #000;
        padding-bottom: 1%;
        font-size: 14px;
    }

    #whats-new .new-container .new-info a {
        color: #fff;
        text-decoration: none;
    }


    /* transport */
    #transport {
        display: none;
    }

    /* system */
    #system {
        width: 90%;
        height: 100vh;
        margin: auto;
        margin-bottom: 25%;
        overflow-y: scroll;
    }

    #system .system-container {
        margin: 25% 0 100px 0;
        background-color: rgba(240, 231, 208, .9);
        border: 1px solid #CFB35B;
    }

    #system .system-container h1 {
        padding-top: 10%;
        padding-bottom: 5%;
        text-align: center;
        font-size: 35px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
        color: #CFB35B;
    }

    #system .system-container .system-contents {
        width: 80%;
        height: auto;
        margin: auto;
        margin-bottom: 5%;
    }

    #system .system-container .system-contents p {
        margin: 10% 0;
        font-size: 16px;
    }

    #system .system-container .system-contents table {
        margin: auto;
        margin-bottom: 5%;
        width: 100%;
        font-size: 14px;
        border-collapse: separate;
        border-spacing: 1px;
    }

    #system .system-container .system-contents table tr:nth-of-type(1) td{
        background-color: #D8C17A;
    }

    #system .system-container .system-contents table td {
        padding: 1px 1px 1px 3%;
        border: 1px solid #DFCB92;
        background-color: #fff;
    }

    /* cast */
    #cast-list {
        width: 90%;
        height: 100vh;
        margin: auto;
        margin-bottom: 20%;
        overflow-y: scroll;
    }

    #cast-list .cast-container {
        margin: 25% 0 200px 0;
        background-color: rgba(240, 231, 208, .9);
        border: 1px solid #CFB35B;
    }

    #cast-list .cast-container h1 {
        padding-top: 10%;
        padding-bottom: 5%;
        text-align: center;
        font-size: 35px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
        color: #CFB35B;
    }

    #cast-list .cast-container .cast-box {
        width: 90%;
        height: auto;
        margin: auto;
        margin-bottom: 5%;
        background-color: #fff;
        border: 1px solid #CFB35B;
    }

    #cast-list .cast-container .cast-box .cast-img {
        width: 100%;
        text-align: center;
        margin: auto;
        padding: 7% 0 1%;
    }

    #cast-list .cast-container .cast-box img {
        width: 50%;
    }

    #cast-list .cast-container .cast-box table {
        margin: auto;
        margin-bottom: 5%;
        width: 90%;
        font-size: 12px;
        border-collapse: separate;
        border-spacing: 2px;
    }

    #cast-list .cast-container .cast-box table td {
        padding: 1px;
        border: 1px solid #DFCB92;
    }

    #cast-list .cast-container .cast-box table td:nth-of-type(1) {
        width: 25%;
        background-color: #D8C17A;
        text-align: center;
        color: #5F5A4F;
    }

    /* menu */
    #bottle-menu {
        width: 90%;
        height: 100vh;
        margin: auto;
        margin-bottom: 100px;
        overflow-y: scroll;
    }

    #bottle-menu .menu-container {
        margin: 25% 0 200px 0;
        background-color: rgba(240, 231, 208, .9);
        border: 1px solid #CFB35B;
    }

    #bottle-menu .menu-container  h1 {
        padding-top: 10%;
        padding-bottom: 5%;
        text-align: center;
        font-size: 35px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
        color: #CFB35B;
    }

    #bottle-menu .menu-container .menu-contents {
        width: 80%;
        height: auto;
        margin: auto;
        margin-bottom: 5%;
    }

    #bottle-menu .menu-container .menu-contents p {
        margin: 10% 0;
        font-size: 16px;
    }

    #bottle-menu .menu-container .menu-contents table {
        margin: auto;
        margin-bottom: 5%;
        width: 100%;
        font-size: 14px;
        border-collapse: separate;
        border-spacing: 1px;
    }

    #bottle-menu .menu-container .menu-contents table tr:nth-of-type(1) td{
        background-color: #D8C17A;
    }

    #bottle-menu .menu-container .menu-contents table td {
        padding: 1px 1px 1px 3%;
        border: 1px solid #DFCB92;
        background-color: #fff;
    }

    #bottle-menu .menu-container .menu-contents table td:nth-of-type(1) {
        width: 65%;
    }

    /* pictures */
    #pictures {
        width: 90%;
        height: 100vh;
        margin: auto;
        margin-bottom: 25%;
        overflow-y: scroll;
    }

    #pictures .pic-container {
        margin: 25% 0 200px 0;
        background-color: rgba(240, 231, 208, .9);
        border: 1px solid #CFB35B;
    }

    #pictures .pic-container h1 {
        padding-top: 10%;
        padding-bottom: 5%;
        text-align: center;
        font-size: 35px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
        color: #CFB35B;
    }

    #pictures .pic-container .pic-contents {
        width: 96%;
        height: auto;
        margin: auto;
        margin: 5% 2%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #pictures .pic-container .pic-contents a {
        display: inline-block;
        width: calc(100% / 3 - 2%);
        height: 10vh;
        padding: 1%;
    }

    #pictures .pic-container .pic-contents a img {
        width: 100%;
    }

    /* access */
    #access{
        width: 90%;
        height: 100vh;
        margin: auto;
        overflow-y: scroll;
    }

    #access .access-container {
        margin: 25% 0 200px 0;
        background-color: rgba(240, 231, 208, .9);
        border: 1px solid #CFB35B;
    }

    #access .access-container  h1 {
        padding-top: 10%;
        padding-bottom: 5%;
        text-align: center;
        font-size: 35px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
        color: #CFB35B;
    }

    #access .access-container .access-contents {
        width: 80%;
        height: auto;
        margin: auto;
    }

    #access .access-container .access-contents p {
        margin: 10% 0;
        font-size: 16px;
    }

    /* recruit */

    #recruit {
        width: 90%;
        height: 99vh;
        margin: auto;
        margin-bottom: 25%;
        overflow-y: scroll;
    }

    #recruit .recruit-container {
        margin: 25% 0 200px 0;
        background-color: rgba(240, 231, 208, .9);
        border: 1px solid #CFB35B;
    }

    #recruit .recruit-container h1 {
        padding-top: 10%;
        padding-bottom: 5%;
        text-align: center;
        font-size: 35px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
        color: #CFB35B;
    }

    #recruit .recruit-container .recruit-contents {
        width: 80%;
        height: auto;
        margin: auto;
        margin-bottom: 5%;
    }

    #recruit .recruit-container .recruit-contents .recruit-img {
        width: 100%;
        margin: 0;
    }

    #recruit .recruit-container .recruit-contents .recruit-img img {
        width: 100%;
    }

    #recruit .recruit-container .recruit-contents p {
        box-sizing: border-box;
        padding: 4%;
        font-size: 14px;
    }

    #recruit .recruit-container .recruit-contents p a {
        color: #5F5A4F;
        font-size: 18px;
    }

    #recruit .recruit-container .recruit-contents .recruit-msg .inquiry {
        margin: 5% 0 0;
        padding: 3% 0;
        text-align: center;
        background-color: #fff;
        border: 3px double #5F5A4F;
        box-sizing: border-box;
        color: #5F5A4F;
    }


    #recruit .recruit-container .recruit-contents center {
        margin: 5% 0 0;
        padding: 5% 0;
        background-color: #5F5A4F;
        border: 3px double #CFB35B;
        box-sizing: border-box;
        color: #fff;
    }


    /* footer */
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 75px;
        background-color: #E4DAC1;
        z-index: 100;
    }

    footer .footer-container {
        width: 70%;
        margin: auto;
        text-align: center;
    }

    footer .footer-container i {
        display: inline-block;
        font-size: 25px;
        padding: 5%;
        color: #5F5A4F;
    }

    footer .footer-container p {
        font-size: 12px;
    }

    /* new */

    #newInfo .new-container {
        width: 90%;
        height: 100%;
        margin: auto;
        margin-top: 5%;
        padding-bottom:10%;
        background-color: rgb(240, 231, 208);
        border: 1px solid #CFB35B;
        overflow-y: scroll;
    }

    #newInfo .new-container .new-contents {
        width: 90%;
        height: 100%;
        margin: auto;
    }

    #newInfo .new-container .new-contents h2 {
        padding-top: 15%;
        text-align: center;
        font-size: 20px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
        color: #CFB35B;
    }

    #newInfo .new-container .new-contents p {
        box-sizing: border-box;
        padding: 10% 5% 0% 5%;
        margin-bottom: 5%;
    }

    #newInfo .new-container .return2top {
        text-align: right;
        padding: 5%;
    }

    #newInfo .new-container .return2top a {
        color: #5F5A4F;
        text-decoration: none;
    }

    #newInfo .new-container .new-contents table {
        margin: auto;
        width: 90%;
        border-collapse: collapse;
        border: 1px solid #CFB35B;
    }

    #newInfo .new-container .new-contents table td {
        background-color: rgba(255, 255, 255, 0.7);
    }

    #newInfo .new-container .new-contents table td:nth-of-type(1) {
        text-align: center;
        width: 20%;
        font-size: 14px;
    }

    #newInfo .new-container .new-contents table td:nth-of-type(2) {
        width: 80%;
        padding-left: 4%;
        font-size: 14px;
    }

}

