@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700&display=swap&subset=japanese);

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Noto Serif JP";
    line-height: 1.7em;
    color: #222222;
    font-size: 15px;
    min-width: 1130px;
}

p {
    line-height: 1.8em;
    color: #222222;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #222;
    -webkit-transition: all 0.s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul li {
    list-style-type: none;
    line-height: 1em;
}

img {
    border: 0;
    vertical-align: bottom;
}

a:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);

}







/*******************/
.ttl_01 {
    font-size: 30px;
    line-height: 1.3em;
    font-weight: normal;
    background-image: url("../images/common/ttl_01.png");
    background-position: top left;
    padding: 73px 0 0 42px;
    margin-bottom: 30px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .ttl_01 {
        background-image: url("../images/common/ttl_01@2x.png");
        background-size: 92px 111px;
    }
}

.ttl_01::first-letter {
    font-size: 35px;
}

.ttl_01 span {
    color: #AF8807;
    font-size: 15px;
    display: block;
    line-height: 1.4em;
    margin-top: 10px;

}


.ttl_02 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: normal;
    font-size: 30px;
    position: relative;
    background-image: url("../images/common/ttl_01.png");
    padding-right: 57px;
    background-position: right 15px;
    margin-bottom: 40px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .ttl_02 {
        background-image: url("../images/common/ttl_01@2x.png");
        background-size: 92px 111px;
    }
}

.ttl_02:before {
    content: "";
    position: absolute;
    border-right: 1px solid #222222;
    height: 64px;
    width: 1px;
    top: -80px;
    left: 39px;
}

.ttl_02 span {
    color: #AF8807;
    font-size: 15px;
    display: block;
    line-height: 1.4em;
    margin-right: 7px;
}


.ttl_03 {
    border-bottom: 1px solid #222222;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 1.4em;
}



.ttl_04 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: normal;
    font-size: 30px;
}

.ttl_04 span {
    color: #AF8807;
    font-size: 15px;
    display: block;
    line-height: 1.4em;
    margin-right: 7px;
}



.ttl_05 {
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 30px;
    font-weight: normal;
}


.ttl_06 {
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 30px;
    font-weight: normal;
    position: relative;
    padding-bottom: 20px;

}

.ttl_06:before {
    position: absolute;
    border-bottom: 1px solid #222;
    width: 570px;
    content: "";
    bottom: 0;
}



.ttl_07 {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: normal;
    border-radius: 50px;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    border: 1px solid #707070;
    margin-bottom: 30px;
}
.ttl_10{
    background-image: url("../images/share-kitchen/ttl_01.png");
    background-repeat: no-repeat;
    text-align: center;
    display: block;
    width: 287px;
    font-size: 20px;
    font-weight: normal;
    padding: 14px 10px 20px;
    margin-bottom: 30px;
}

.ttl_10_b{
    background-image: url("../images/share-kitchen/ttl_01_b.png");
    background-repeat: no-repeat;
    text-align: center;
    display: block;
    width: 448px;
    font-size: 20px;
    font-weight: normal;
    padding: 14px 10px 20px;
    margin-bottom: 30px;
}


/*******************/
.link_01 {
    margin-top: 25px;
}

.link_01 a {
    font-size: 18px;
    display: inline-block;
    background-image: url("../images/common/btn_01.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 0px 2px 28px 0px;
    letter-spacing: 0.1em;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .link_01 a {
        background-image: url("../images/common/btn_01.png");
        background-size: 169px 35px;
    }
}






.marker {
    background: linear-gradient(transparent 50%, #f1e4cf 0%);
    font-weight: normal;
    color: #000;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
}




/**************/

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

.float_sa {
    display: flex;
    justify-content: space-around;
}

.float_ce {
    display: flex;
    justify-content: center;
}

.float_ft {
    display: flex;
    justify-content: flex-start;
}

.float_en {
    display: flex;
    justify-content: flex-end;
}

/**************/

.main_cont {
    padding: 0 15px;
    width: 1130px;
    margin: auto;
}

.content {
    width: 950px;
    margin: auto;

}


.border_box {
    border: 4px double #707070;
    padding: 18px 38px;
    background-color: #fff;
    box-shadow: 3px 3px 6px #f5f5f5;
}

.dot_box {
    border: 1px dotted #707070;
    padding: 10px 38px;
}

/*******************/

.news_area {
    margin-bottom: 100px;
}

.news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news li {
    width: 245px;
}


.news_area ul.news::after,
.news_area ul.news::before {
    content: "";
    display: block;
    width: 21%;
    height: 0;
}

.news_area ul.news::before {
    order: 1;
}

.news li .up_img {
    margin-bottom: 10px;
    text-align: center;
}

.news li .up_img img {
    border-radius: 5px;
    height: 200px;
    max-width: 245px;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit:cover;";
}


.news .day {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.news .day p {
    font-size: 14px;
    line-height: 1.3em;
    margin-right: 15px;

}

.news .day span {
    display: inline-block;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.4em;
    padding: 2px 5px;
}

.news li h3 {
    font-weight: normal;
    line-height: 1.4em;
}

.news li h3 a:hover {
    text-decoration: underline;
}

/*******************/


.mv_img_area {
    position: relative;
}

.mv_img_area .mv_img img {
    width: 100%;
}

.mv_img_area h2 {
    text-align: center;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4em;
}

.mv_img_area h2 span {
    background-image: url("../images/common/page_ttl.png");
    display: inline-block;
    background-position: bottom center;
    width: 100%;
    margin: auto;
    padding: 30px 10px 30px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .mv_img_area h2 span {
        background-image: url("../images/common/page_ttl@2x.png");
        background-size: 574px 79px;
    }
}


.mv_img_area h2 .f20{
    margin-bottom: -40px;
    display: block;
}

/*******************/


.head_inner {
    display: flex;
    justify-content: space-between;
    width: 1130px;
    padding: 0 15px;
    margin: auto;
    align-items: center;
}

.head_contact_area {
    display: flex;
    align-items: center;
}

.head_contact_area div {
    font-size: 15px;
    margin-left: 15px;
}

.head_contact_area .h_time {
    background-image: url("../images/common/h_line.png");
    background-position: center right;
    padding-right: 30px;
    line-height: 1.2em;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .head_contact_area .h_time {
        background-image: url("../images/common/h_line@2x.png");
        background-size: 18px 36px;
    }
}

.head_contact_area .h_time span {
    padding: 2px;
    display: inline-block;

}

.head_contact_area .h_tel {
    font-size: 18px;
}

.head_contact_area .h_reservation {
    padding-left: 30px;

}




/*******************/
.pc_nav_area {
    background-image: url("../images/common/foot_bg.png");
    background-size: cover;
    background-position: center;
    padding: 16px 0;
}

.pc_nav {
    display: flex;
    justify-content: space-between;
    width: 1130px;
    padding: 15px;
    margin: auto;
}

.pc_nav ul {
    display: flex;
    align-items: center;
}

.nav_l {}

.nav_l li {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: 0 15px;
}

.nav_l li + li {
    border-left: 0;
    border-right: 1px solid #707070;
}

.nav_l li a {
    font-size: 16px;
}

.nav_r {}

.nav_r li {
    padding: 0 13px;
}

.nav_r li:nth-child(2) {
    border-left: 1px dashed #707070;
    border-right: 1px dashed #707070;
}

.nav_r li a {
    font-size: 14px;
}




.pc_nav_area a {
  position: relative;
  display: inline-block;
}

.pc_nav_area a::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #726f65;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.pc_nav_area a:hover::after {
  bottom: -10px;
  opacity: 1;
  visibility: visible;

}

.pc_nav_area a:hover{
    opacity: 1;
}



/*******************/


/**** sp_nav
*******************************************/


.sp_head {
    width: 100%;
    height: 55px;
    position: fixed;
    background: #fff;
    z-index: 99999;
    top: 0;
    display: none;
    border-bottom: 3px solid #222;
}

.sp_box {
    position: fixed;
    height: 100%;
    z-index: 20000;
    background-color: rgba(250, 250, 250, 0.55);
    top: 48px;
    width: 100%;
    display: none;
}

.sp_nav {
    display: none;
    position: absolute;
    top: 7px;
    right: -100%;
    width: 100%;
    overflow-y: scroll;
    height: calc(100% - 60px) !important;

}

.sp_nav > ul {
    width: 90%;
    margin: 0 0 0 10%;
    background-color: #fff;
    z-index: 20000;
    height: 100vh;
    background-image: url("../images/common/sp_icon_logo.png");
    background-position: right top;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .sp_nav > ul {
        background-image: url("../images/common/sp_icon_logo@2x.png");
        background-size: 257px 255px;
    }
}

.sp_nav > ul > li {
    width: 100%;
    border-bottom: 1px solid #000;
    line-height: 1.4em;

}


.sp_nav > ul > li > a {
    color: #000;
    padding: 15px 20px 15px 35px;
    display: block;
    font-weight: 700;
    font-size: 17px;
    position: relative;
}


.sp_nav > ul > li:nth-child(-n+7) {
    background-image: url("../images/common/icon_09.png");
    background-position: 15px center;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .sp_nav > ul > li:nth-child(-n+7) {
        background-image: url("../images/common/icon_09@2x.png");
        background-size: 10px 10px;
    }
}

.sp_nav > ul > li:nth-child(n+8) {
    background-color: #eee;
    background-image: url("../images/common/icon_10.png");
    background-position: 15px center;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .sp_nav > ul > li:nth-child(n+8) {
        background-image: url("../images/common/icon_10@2x.png");
        background-size: 10px 10px;
    }
}

.sp_nav > ul > li:last-child {
    background-image: none;
}







/**** バーガーメニュー
*******************************************/

#navToggle {
    display: block;
    position: fixed;
    right: 12px;
    top: 20px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 1000000;
}

#navToggle div {
    position: relative;
}

#navToggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 100%;
    border-bottom: solid 2px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

#navToggle span:nth-child(1) {
    top: 0;
    width: 100%;
}

#navToggle span:nth-child(2) {
    top: 7px;
    width: 100%;
}

#navToggle span:nth-child(3) {
    top: 14px;
    width: 100%;
}

.openNav #navToggle span:nth-child(1) {
    top: 6px;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0px;
}


/*2番目と3番目のspanを45度に*/

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
    right: 0px;
    top: 6px;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.openNav #navToggle:after {
    content: "";
    text-align: center;
    margin: 0 auto;
    width: 40px;
    left: 0;
    right: 0;
}

.s_logo {
    position: absolute;
    left: 10px;
    top: 9px;
    bottom: 0;
    margin: auto;
    max-height: 46px;
}

.s_logo img {
    max-width: 220px;
    min-width: 170px;
    width: 60%;
}



/*******************/

footer {
    margin-top: 90px;
    background-image: url("../images/common/foot_bg.png");
    background-size: cover;
    padding: 50px 0;
    position: relative;
}

footer:before {
    content: "";
    background-image: url("../images/common/foot_line.png");
    position: absolute;
    height: 5px;
    top: -1px;
    left: 0;
    right: 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    footer:before {
        background-image: url("../images/common/foot_line@2x.png");
        background-size: cover;
    }
}

.foot_inner {
    width: 950px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.foot_inner h2 {
    margin-bottom: 35px;
}

.foot_inner .f_tel {
    line-height: 1.9em;
    margin-top: 40px;
}

.foot_inner p {
    font-size: 16px;
}

.foot_inner p span {
    min-width: 80px;
    display: inline-block;
}

.f_r {
    width: 410px;
}

.foot_inner .f_nav {
    display: flex;
    margin-bottom: 30px;
    padding-top: 40px;

}

.foot_inner .f_nav > li {
    width: 44%;
}

.foot_inner .f_nav > li:first-child {
    border-right: 1px dashed #222;
    margin-right: 30px;
}

.foot_inner .f_nav > li > ul > li a {
    margin-bottom: 15px;
    font-size: 16px;
    display: inline-block;
}

.foot_inner .f_nav > li > ul > li a:hover {
    text-decoration: underline;
}

.foot_inner .f_nav > li:last-child > ul > li a {
    font-size: 14px;
}
.foot_inner .parking_attention{
    font-size: 0.9em;
}
#page_top {
    position: fixed;
    bottom: 40px;
    right: 54px;
    z-index: 300;
}


.copy {
    color: #fff;
    font-size: 13px;
    background-color: #222222;
    line-height: 1.4em;
    padding: 2px 0;
    text-align: right;
}

.copy span {
    width: 1130px;
    padding: 0 15px;
    margin: auto;
    display: block;
}

.sns {
    position: fixed;
    right: 15px;
    bottom: 120px;
    text-align: center;
}

.ticket_bnr{
    margin-bottom: 20px;
}

.ticket_bnr img{
    max-width: 130px;
    width: 100%;
}


.price_tax {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

/*******************/

.f_contact {
    position: relative;
    overflow: hidden;
    margin: 65px 0 0;
    padding: 80px 0 0;
}

.f_contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 90%;
    margin: 3% -10% 0;
    background: #F2F2F2;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: -1;
}

.f_contact_inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 100px 0 100px;
}


.f_contact_tel {
    display: flex;
    justify-content: center !important;
    margin-top: 45px;
    align-items: center;

}

.f_contact_tel p {
    background-image: url("../images/common/tel_icon.png");
    font-size: 37px;
    padding-left: 42px;
    background-position: left 20px;
    margin-right: 50px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .f_contact_tel p {
        background-image: url("../images/common/tel_icon@2x.png");
        background-size: 33px 37px;
    }
}


/**** 
*******************************************/


.sp_nav > ul > li:last-child {
    background-image: none;
    text-align: center;
    background-color: #000;
    color: #fff;
}

.sp_nav > ul > li:last-child a {
    color: #fff;
}



.btn_contact {
	margin-top: 20px;
}



/*******************/
.notfound_area{
    margin: 150px auto;
    text-align: center;
}
.notfound_area h3{
    font-size: 20px;
    margin-bottom: 50px;
    line-height: 1em;
}
.notfound_area h3 span{
    font-size: 35px;
    line-height: 1.4em;
    display: block;
}

.notfound_area p{
    margin-bottom: 30px;
}
.notfound_area p a{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

/*******************/



.ttl_11{
    display: inline-block;
    margin-bottom: 40px;
}
.ttl_11 span {
    position: relative;
    border: 1px solid #494949;
    z-index: 2;
    padding: 8px 60px 8px 22px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    letter-spacing: 0.08em;
}

.ttl_11 span:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 4px;
    right: -7px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: #f7f1e8;
}


.color_01{
    color: #c14444;
}


.table_01{
    border-collapse: collapse;
    border: 1px solid #e8cdac;
    width: 100%;
}

.table_01 th{
    background-color: #f1e4cf;
    padding: 10px 20px;
    width: 200px;
    text-align: left;
    border-bottom: 1px solid #e8cdac; 
    letter-spacing: 0.05em;
    font-size: 16px;
}
.table_01 td{
    padding: 10px 20px;
    border-bottom: 1px solid #e8cdac; 
    letter-spacing: 0.05em;
}
.table_01 td .color_01{
    font-weight: 700;
}


.table_02{
    border-collapse: collapse;
    width: 100%;
}
.table_02 th{
    width: 300px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding: 5px 0 7px;
    letter-spacing: 0.05em;
}
.table_02 td{
    font-size: 22px;
    padding: 5px 20px 7px;
    letter-spacing: 0.05em;
}

.table_02 td small{
    font-size: 16px;
}

/*-------------------------------
media
--------------------------------*/
.sp_on {
    display: none;
}



@media (min-width: 768px) {

    .sp_nav,
    .sp_box {
        display: none !important;
    }
}



@media (max-width: 767px) {
    body {
        min-width: 100%;
    }

    img {
        max-width: 100%;
    }

    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .sp_on {
        display: block;
    }

    .pc_on {
        display: none;
    }

    .float_sb,
    .float_sa,
    .float_ce,
    .float_en,
    .float_ft {
        display: block;
    }

    .sp_head,
    .sp_nav {
        display: block;
    }

    .head_inner,
    .pc_nav_area {
        display: none;
    }

    .main_cont,
    .content {
        width: 100%;
    }

    .dot_box,
    .border_box {
        padding: 10px 15px;
    }

    /*******************/
    .mv_img_area h2 span {
        background-image: url("../images/common/sp_page_ttl.png");
        display: inline-block;
        background-position: bottom center;
        width: 289px;
        margin: auto;
        padding: 30px 10px 10px;
    }

    @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        .mv_img_area h2 span {
            background-image: url("../images/common/sp_page_ttl@2x.png");
            background-size: 289px 31px;
        }
    }

    .ttl_01{
        padding-left: 3px;
        font-size: 26px;
    }
    
    .ttl_02{
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        padding-right: 0;
        background-position: left top;
        padding-top: 80px;
        text-align: left;
    }
    .ttl_02:before{
        border: 0;
        width: 0;
        height: 0;
    }
    

    
    .ttl_06:before {
        width: 100%;
        font-size: 20px;
        
    }

    .ttl_10_b{
        background: none;
        width: 100%;
        border: 1px solid #000;
    }


    /*******************/

    .mv_img_area {
        margin-top: 55px;
    }

    .mv_img_area h2 {
        font-size: 28px;
    }



    /*******************/
    .news {
        justify-content: space-around;
    }

    .news li {
        margin-bottom: 30px;
        width: 46%;
    }

    .news .day {
        display: block;
    }

    .news .day p {
        margin-bottom: 10px;
    }






    /*******************/
    .notfound_area{
        padding: 0 15px;
    }




    /*******************/
    footer {
        padding-bottom: 80px;
    }

    .foot_inner {
        width: 100%;
        padding: 0 15px;
        display: block;
    }

    .foot_inner .f_nav {
        display: none;
    }

    .f_r {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .copy span {
        width: 100%;
    }

    /*******************/

    .sns {
        display: flex;
        bottom: 40px;
        left: 0;
        right: 0;
        margin: auto;
        justify-content: center;
    }

    .sns li {
        margin: 0 10px;
    }



    /*******************/

    .f_contact_tel {
        display: block;
    }

    .f_contact_tel p {
        margin: 0 auto 30px;
        font-size: 29px;
        background-position: left 14px;
        width: 250px;
    }

    .f_contact_tel div {
        text-align: center;
    }
    .f_contact:before{
        height: 100%;
    }
    .f_contact_inner {
        padding: 30px 15px 100px;
    }
    
    #page_top{
        right: 3px;
        bottom: 20px;
    }
    .ticket_bnr{
        display: none;
    }
    

    /*******************/
    .table_01 th,
    .table_01 td,
    .table_02 th,
    .table_02 td{
        display: block;
        width: 100%;
    }
    .ttl_11 span{
        padding-right: 20px;
        display: block;
        z-index: auto;
    }
}
