html {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
}

p {
    margin: 20px 0;
}

a {
    color: #6acae8;
    text-decoration: underline;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

td a span {
    vertical-align: middle;
}

@media(max-width: 767px) {
    html {
        font-size: 12px;
    }
}

html,
body {
    width: 100%;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
}

#main {
    background: #401904;
    color: #fff;

}



.bg-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#bg-section01 {
    background-image: url('img/img01.jpg');
}

#bg-section02 {
    background-image: url('img/img02.jpg');
}

#bg-section03 {
    background-image: url('img/img03.jpg');
}



#section-cafe,
#section-bar {
    position: relative;
    padding: 0;
    z-index: 2;

}

#section-location {
    position: relative;
    z-index: 4;
    background-color: rgba(46, 22, 0, 1);
}

.section-bg {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 100px 0 0 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 22, 0, 1);
    z-index: 3;
    display: flex;
    justify-content: center;
}

.section-bg-d {
    font-family: 'Noto Sans JP', sans-serif;
    background-image: linear-gradient(135deg, #fdfcfb 0%, #d6beab 100%);
    color: #401904;
    padding: 100px 0 0 0;
}

h2 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: 'Bodoni Moda', serif;
    letter-spacing: 2px;
    margin-bottom: 30px;
}



.top-line {
    font-family: 'Pinyon Script', cursive;
    font-size: 22px;
}


.oleo {
    font-style: italic;

}

.cont-box {
    width: 100%;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    line-height: 30px;
    font-weight: 200;
}

.cont-box p {
    text-align: center;
    font-weight: 200;
}

.z-depth-2 {
    position: relative;
    z-index: 1;
}

.o-table {
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
    border-bottom: #999 1px solid;
}

.o-table tr {
    border-top: #999 1px solid;
}

.o-table th {
    color: #999;
    padding: 20px 30px 20px 0;
    vertical-align: top;
}

.photobox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    z-index: 4;
}

.photobox-in {
    width: 49%;
    max-width: 500px;
    padding: 20px;
}

.photobox-in img {
    width: 100%;

}

@media(max-width: 767px) {

    .o-table th {
        padding: 20px 10px 20px 0;
    }

    .photobox {
        flex-direction: column;
        margin-top: 80px;
    }

    .photobox-in {
        width: 100%;
        padding: 20px;
    }

}

.o-table td {
    padding: 20px 0 20px 0;
}



.btn-ghost {
    border: 1px solid #fff;
    color: #FFF;
}

.btn-ghost:hover {
    text-decoration: none;
    background: #401904;
    border-color: #401904;
    color: #FFF;
}

#section01 {
    position: relative;
    z-index: 2;
    padding: 45vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section01 .content-inner {
    max-width: 600px;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

#section01 .inner-el {
    font-size: 70px;
    font-weight: 200;
    position: relative;
    text-align: center;
    padding: 0 3px;
}

.col-lg-8 {
    font-size: 14px;
    line-height: 28px;
    font-family: 'Noto Sans JP', sans-serif;
}

@media(max-width: 767px) {
    #section01 .inner-el {
        padding: 0 10px;
        font-size: 3rem;
    }
}


#section02 {

    position: relative;
    z-index: 4;
    padding: 10vh 0;
}

#fog01 {
    position: absolute;
    bottom: -50vh;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.5;
}

#fog01 img {
    width: 100%;
    height: auto;
}

#section03 {
    position: relative;
    z-index: 3;
    padding: 40vh 0;

    overflow: hidden;
}

#fog02 {
    position: absolute;
    bottom: -80vh;
    left: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none;
    opacity: 0.3;
}

#fog02 img {
    width: 100%;
}

#section04 {
    position: relative;

    z-index: 3;
    padding: 10vh 0;
}

#section05 {
    position: relative;
    z-index: 3;
    padding: 50vh 0 0;

    overflow: hidden;
}

#section06 {
    position: relative;

    z-index: 3;
    padding: 10vh 0;
}

#footer {
    color: #FFF;
    padding: 50px 20px;
    font-size: 12px;
    text-align: center;
    background: #000;
}

@media(max-width: 767px) {

    #section02,
    #section04,
    #section06 {
        padding: 40px 0;
    }
    #fog01 {
        bottom: -30vh;
    }
}


/* ナビゲーション */


header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    background-color: rgba(46, 22, 0, 0.3);
    filter: drop-shadow(0px 3px 7px rgba(46, 22, 0, 1));
    width: 100%;
    z-index: 100;
}

.main-menu {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.logo {
    text-align: center;
    padding: 10px;
    color: #fff;
}

.logo img {
    width: 100px;
}

.pc-menu {
    width: auto;
    z-index: 101;
    margin: 0;
}


.pc-menu>ul {
    display: flex;
    list-style: none;
    width: auto;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 20px;
}

.pc-menu>ul>li {
    text-align: center;
    font-size: 16px;
    padding: 0 25px;
}

.pc-menu>ul>li span {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    padding-top: 25px;
}

.pc-menu>ul>li>a {
    font-family: 'Bodoni Moda', serif;
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 60px;
}

.pc-menu>ul>li>a:hover {
    opacity: 0.9;
}

.sp-menu {
    display: none;
}

.sp-menu__box {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 1010;
    background-color: rgba(0, 0, 0, 0);
}

.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: none;
    position: absolute;
}

.sp-menu__box span:before {
    bottom: 8px;
}

.sp-menu__box span:after {
    top: 8px;
}

#sp-menu__check {
    display: none;
}

#sp-menu__check:checked~.sp-menu__box span {
    background: rgba(255, 255, 255, 0);
}

#sp-menu__check:checked~.sp-menu__box span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#sp-menu__check:checked~.sp-menu__box span::after {
    top: 0;
    transform: rotate(-45deg);
}

#sp-menu__check:checked~.sp-menu__content {
    left: 0;
}

.sp-menu__content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
}

.sp-menu__list {
    padding: 70px 10px 0;
}

.sp-menu__item {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}

.sp-menu__link {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
}

@media screen and (max-width: 767px) {
    .logo img {
        width: 80px;
    }

    .pc-menu>ul {
        padding: 0 10px;
    }

    .pc-menu>ul>li {
        padding: 0 10px;
    }
}

@media screen and (min-width: 767px) {
    .sp-menu {
        display: none;
    }
}