/*
Theme Name: 小郡の舞【公式】
Author: Kunitani
Description: 全室『完全個室』季節の料理とあたたかなおもてなしでお出迎え
*/

@charset "utf-8";

/*=======================================================================

共通

=======================================================================*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: serif;
}

img {
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

@media screen and (min-width:768px) {
    .pc_none {
        display: none !important;
    }
}

@media screen and (max-width:767px) {
    .sp_none {
        display: none !important;
    }
}

/*=======================================================================

smart slider 3のアバブ・ザ・フォールド高さ修正(Above the fold)

=======================================================================*/

.atf {
    position: relative;
}

.atf-title {
    position: absolute;
    bottom: 12%;
    left: 10%;
    z-index: 1;
    color: #fff;
}

.atf-title h1 {
    font-weight: normal;
    letter-spacing: 2px;
    margin-left: 0px;
    text-shadow: 1px 1px 2px #000;
}

.atf-title p {
    line-height: 2.5;
    text-shadow: 1px 1px 2px #000;
}

.atf div#n2-ss-2 .n2-ss-slider-1,
.atf div#n2-ss-2 .n2-ss-slider-2,
.atf div#n2-ss-2 .n2-ss-slider-3,
.atf div#n2-ss-2 .n2-ss-slider-4 {
    height: 100vh;
}

div#n2-ss-2 .n2-style-785355f374be86c332d4665aae819858-dot.n2-active,
div#n2-ss-2 .n2-style-785355f374be86c332d4665aae819858-dot:HOVER,
div#n2-ss-2 .n2-style-785355f374be86c332d4665aae819858-dot:FOCUS {
    background: #660b06 !important;
}


@media screen and (max-width:1200px) {}

@media screen and (max-width:999px) {}

@media screen and (max-width:767px) {

    .atf div#n2-ss-2 .n2-ss-slider-1,
    .atf div#n2-ss-2 .n2-ss-slider-2,
    .atf div#n2-ss-2 .n2-ss-slider-3,
    .atf div#n2-ss-2 .n2-ss-slider-4 {
        height: 45vh;
    }

    .atf-title {
        width: 90%;
        text-align: center;
        bottom: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .atf-title h1 {
        font-size: 26px;
        margin-left: 0;
    }
}

@media screen and (max-width:480px) {
    .atf-title h1 {
        font-size: 20px;
    }
}

@media screen and (max-width:360px) {
    .atf-title {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:350px) {
    .atf-title h1 {
        font-size: 16px;
    }
}

/*=======================================================================

ヘッダー

=======================================================================*/

header {
    width: 100%;
    font-size: 2em;
    text-align: center;
    color: #fff;
    padding: .1em .5em;
    box-sizing: border-box;
    position: absolute;
    z-index: 3;
    background-color: rgba(49, 34, 30, 0.7);
}

#fixed-header {
    position: fixed;
    top: -85px;
    width: 100%;
    height: auto;
    line-height: normal;
    padding: .1em .5em;
    color: #fff;
    background: #31221e;
    box-shadow: 0px 2px 2px #333;
    box-sizing: border-box;
    transition: .5s;
    z-index: 2;
}

#fixed-header.is-show {
    top: 0;
}


#fixed-header h1 {
    text-align: left;
    font-weight: normal;
    font-size: 36px;
}

#fixed-header span {
    margin-left: 20px;
    font-size: 12px;
}

#fixed-header .title-area a {
    color: #fff;
}



.title-area {
    display: flex;
    align-items: center;
}

.title-area a {
    color: #fff;
}

.hour-area {
    margin-left: 20px;
}

header h1 {
    text-align: left;
    font-weight: normal;
    font-size: 36px;
}

header span {
    margin-left: 20px;
    font-size: 12px;
}

.hour-area p {
    font-size: 12px;
    text-align: left;
}


@media screen and (max-width:1200px) {}

@media screen and (max-width:999px) {}

@media screen and (max-width:767px) {

    header span {
        display: block;
        margin-left: 0;
    }

    header h1 {
        font-size: 32px;
    }

    header .hour-area {
        display: none;
    }


    #fixed-header {
        top: -145px;
        padding: .5em 1em;
    }

    #fixed-header h1 {
        margin-bottom: 10px;
        font-size: 32px;
    }

    #fixed-header span {
        display: block;
        margin-left: 0;
    }

    #fixed-header .title-area {
        margin-right: 50px;
        flex-wrap: wrap;
    }

    #fixed-header .title-area a {}

    #fixed-header .hour-area {
        margin-left: 0;
    }
}

@media screen and (max-width:400px) {
    #fixed-header {
        top: -175px;
    }
}

/*=======================================================================

ハンバーガーメニュー

=======================================================================*/

.menu-wrapper {
    position: relative;
}

.menu-icon {
    width: 40px;
    height: auto;
    position: fixed;
    top: 5px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
    display: inline-block;
}

.menu-icon span {
    display: block;
    height: 2px;
    margin: 6px 0;
    background: #fff;
    border-radius: 2px;
    transition: 0.4s;
}

.menu-icon p {
    font-size: 11px;
    color: #fff;
    transition: 0.4s;
}

.header-dark .menu-icon span {
    background: #fff;
}

.header-dark .menu-icon p {
    color: #fff;
}


/* ハンバーガーがXに変形 */
#menu-toggle:checked + .menu-icon span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
    background-color: #000;
}

#menu-toggle:checked + .menu-icon span:nth-child(2) {
    opacity: 0;
}

#menu-toggle:checked + .menu-icon span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    background-color: #000;
}

#menu-toggle:checked + .menu-icon p {
    color: #000;
}

/* オーバーレイ背景 */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
    z-index: 1;
    cursor: pointer;
}

#menu-toggle:checked ~ .overlay {
    opacity: 1;
    pointer-events: auto;
}

/* メニュー本体(右から出す) */
.menu {
    position: fixed;
    top: 0;
    right: -80%;
    width: 80%;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease;
    z-index: 2;
}

#menu-toggle:checked ~ .menu {
    right: 0;
}

.menu ul {
    list-style: none;
    padding: 60px 20px;
}

.menu li {
    margin: 10px 0;
}

.menu a {
    text-decoration: none;
    color: #333;
    font-size: 1.2rem;
    transition: color 0.3s;
}

.menu a:hover {
    color: #660b06;
}


/*=======================================================================

右側追従

=======================================================================*/

.right_banner {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 3;
    display: grid;
    gap: 1px;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 280px);
}

.right_banner a {
    text-align: center;
    background-color: #31221e;
    display: block;
    padding: 8px 15px 8px 38px;
    color: #fff;
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 16px;
    max-width: 30px;
    width: 100%;
    margin-bottom: 10px;
    text-decoration: none;
    outline: 1px solid rgb(255, 255, 255);
    outline-offset: -3px;
    border-radius: 10px 0 0 10px;
    transition: 0.3s;
}

.right_banner .color01 {
    font-weight: bold;
}

.right_banner .color02 {
    background-color: #8b6b69;
    font-size: 14px;
}

.right_banner .color01:hover {
    background-color: #8b6b69;
}

.right_banner .color02:hover {
    background-color: #660b06;
}


@media screen and (max-width:1200px) {}

@media screen and (max-width:999px) {}

@media screen and (max-width:767px) {

    .right_banner {
        width: 100%;
        display: flex;
        gap: 0;
        top: auto;
        right: auto;
        left: 0;
        bottom: 0;
    }

    .right_banner a {
        padding: 15px 10px;
        border-radius: 10px 10px 0 0;
        writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        max-width: 100%;
        margin-bottom: 0;
    }

    .right_banner .color02 {
        font-size: 12px;
    }
}

/*=======================================================================

メイン

=======================================================================*/


#content {
    background: url(common/images/bk.jpg);
    background-position: center;
    background-repeat: repeat-y;
    background-size: 100%;
}


/*=======================================================================

コンセプト

=======================================================================*/

.concept-area {
    background: url(common/images/important_bk.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 20px;
}

.concept-box {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 200px;
}

.concept-box h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
    line-height: 2;
}

.concept-box p {
    line-height: 2.5;
    text-align: center;
}

.concept-box .minagi {
    text-align: right;
}


.concept-area img {
    width: 100%;
}


@media screen and (max-width:1200px) {}

@media screen and (max-width:999px) {
    .concept-box {
        padding: 50px 100px;
    }
}

@media screen and (max-width:767px) {
    .concept-box {
        padding: 40px 0px;
    }
}

@media screen and (max-width:480px) {
    .concept-box p {
        text-align: left;
    }
}

@media screen and (max-width:360px) {
    .concept-area {
        padding: 50px 20px;
    }

}

/*=======================================================================

お知らせ

=======================================================================*/

.news-area {
    background-color: #fff;
    padding: 200px 20px;
}

.news-container h3 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

.news-container .news-list {
    max-width: 1200px;
    list-style: none outside;
    margin: 50px auto 0;
    padding: 0;
}

.news-container .news-list .item a {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none;
    color: #333;
    border-bottom: 2px dashed #b3b3b3;
    padding: 24px 60px;
}

.news-container .news-list .item:first-child a {
    border-top: 2px dashed #b3b3b3;
}

.news-container .news-list .item .date {
    min-width: 120px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #b3b3b3;
    padding: 2px;
    margin: 0 20px 0 0;
    font-family: sans-serif;
}

.news-container .news-list .item .title {
    margin: 0;
    width: 100%;
}

.news-container .news-list .item a:hover .title {
    color: #8c1007;
}

.news-list-area {
    max-width: 1300px;
    margin: 0 auto;
}

.news-list-btn {
    margin: 50px auto;
    text-align: center;
}

.news-list-btn a {
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    transition: 0.3s;
}

.news-list-btn a:hover {
    color: #8c1007;
}


@media screen and (max-width:1200px) {}

@media screen and (max-width:999px) {
    .news-area {
        padding: 100px 20px;
    }

    .news-list-btn {
        margin: 50px auto 0;
    }
}

@media screen and (max-width: 767px) {
    .news-container .news-list .item a {
        flex-wrap: wrap;
        padding: 24px 20px;
    }

    .news-container .news-list .item .date {
        min-width: 100px;
    }

    .news-container .news-list .item .title {
        margin-top: 10px;
    }
}

@media screen and (max-width: 360px) {
    .news-area {
        padding: 50px 20px;
    }

}

/*=======================================================================



=======================================================================*/


.detail-btn {
    max-width: 400px;
    margin: 0 auto;
}

.detail-btn .button01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin: 20px 0 50px;
    background-color: #31221e;
    border: 1px solid #31221e;
    border-radius: 50px;
    color: #fff;
    position: relative;
    transition: 0.3s;
}

.detail-btn .button01:before,
.detail-btn .button01:after {
    position: absolute;
    top: 50%;
    right: 22px;
    height: 1px;
    background: #fff;
    content: '';
    transition: 0.3s;
}

.detail-btn .button01:before {
    width: 30px;
    transform: translateY(-50%);
}

.detail-btn .button01:after {
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
}

.detail-btn .button01:hover {
    background-color: #68453e;
    color: #fff;
    border-color: #68453e;
}

/* ホバー時の矢印の色変更 */
.detail-btn .button01:hover:before,
.detail-btn .button01:hover:after {
    background: #fff;
}




@media screen and (max-width:767px) {
    .detail-btn .button01 {
        margin: 50px 0 0;
    }
}

/*=======================================================================

イメージ

=======================================================================*/

.landscape-img img {
    width: 100%;
}

.imgarea-container {
    padding: 0 20px;
    max-width: 1300px;
    margin: 0 auto;
}

.imgarea-container h3 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #000;
    margin: 200px 0 30px;
}

.imgarea-container img {
    width: 100%;
}

.imgarea-list-area {
    max-width: 1300px;
    margin: 0 auto;
}

.imgarea-list-btn {
    margin: 50px auto;
    text-align: center;
}

.imgarea-list-btn a {
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    transition: 0.3s;
}

.imgarea-list-btn a:hover {
    color: #8c1007;
}

.sb_instagram_header {
    display: none !important;
}

.sbi_load_btn {
    display: none !important;
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:999px) {


    .imgarea-container h3 {
        margin: 100px 0 30px;
    }
}

@media screen and (max-width:767px) {}


@media screen and (max-width:360px) {}

/*=======================================================================

トップに戻る

=======================================================================*/

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 70px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

/*このクラスが付与されると表示する*/
.pagetop.activepage {
    opacity: 1 !important;
    visibility: visible !important;
}


@media screen and (max-width:767px) {
    .pagetop {
        right: 30px;
        bottom: 95px;
    }
}


/*=======================================================================

フッター

=======================================================================*/

footer {
    background-color: #31221e;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 20px;
}

.footer-flexbox {
    display: flex;
    justify-content: space-between;
}

footer .title-area {
    display: block;
    align-items: center;
    width: 37%;
}

footer .iframe-area {
    width: 63%;
    margin-left: 50px;
}

footer .iframe-area p {
    color: #fff;
}

footer .iframe-area iframe {
    width: 100%;
    height: 450px;
}

footer .title-area a {
    color: #fff;
}

footer .hour-area {
    margin-left: 0;
}

footer h1 {
    text-align: left;
    font-weight: normal;
    font-size: 36px;
}

footer span {
    margin-left: 20px;
    font-size: 12px;
}

.footer-telarea {
    margin-top: 20px;
}

.footer-telarea a {
    text-align: center;
    background-color: #fff;
    color: #000 !important;
    display: block;
    border-radius: 10px;
    padding: 15px;
    transition: 0.3s;
}

.footer-telarea span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    margin-left: 0;
}

.footer-telarea img {
    max-width: 32px !important;
    vertical-align: baseline;
    margin-right: 10px;
}

footer .hour-area p {
    font-size: 14px;
    text-align: left;
    color: #fff;
    line-height: 2;
}

footer .hour-area img {
    margin-top: 10px;
    width: 100%;
    max-width: 30px;
}

.tel-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('common/images/tel_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: baseline;
    /*margin-right: 10px;*/
}

.footer-telarea a:hover .tel-icon {
    background-image: url('common/images/tel_icon_w.png');
}

.footer-telarea a:hover {
    background-color: #660b06;
    color: #fff !important;
}

.hour-area .margintop {
    margin-top: 30px;
}


.copy {
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.copy ul {
    display: flex;
    margin-left: auto;
    margin-right: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.copy ul li {
    list-style: none;
}

.copy ul li a {
    font-size: 14px;
    list-style: none;
    color: #fff;
    padding: 4px 10px;
    transition: 0.3s;
}

.copy ul li a:hover {
    color: #8b6b69;
}

.copy small {
    font-size: 12px;
    color: #fff;
}

@media screen and (max-width:1200px) {
    .copy ul {
        position: static;
        justify-content: center;
    }
}

@media screen and (max-width:999px) {

    .footer-flexbox {
        flex-direction: column-reverse;
    }

    footer .iframe-area {
        width: 100%;
        margin-left: 0;
        margin-bottom: 80px;
    }

    footer .title-area {
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
    }

    footer h1 {
        text-align: center;
    }

    footer .hour-area p {
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    footer {
        padding-bottom: 100px;
    }

    footer h1 {
        font-size: 32px;
    }

    footer span {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }



    footer .title-area {
        width: 100%;
    }



    .copy ul {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .footer-telarea span {
        font-size: 18px;
    }

    .tel-icon {
        width: 15px;
        height: 15px;
    }
}
