@charset "utf-8";

p {
    font-family: serif;
}


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

    /*ファーストビュー*/
    #top3{
        width: 100%!important;
        height: 25vh!important;
        overflow: hidden!important;
    }
    .n2-section-smartslider {
        width: 100%!important;
        height: 25vh!important;
    }
    div#n2-ss-2 .n2-ss-slider-3{
        width: 100%!important;
        height: 25vh!important;
    }
    div#n2-ss-2 .n2-ss-slide-backgrounds{
        height: 25vh!important;
    }
}




#concept {
    background-image: url(../img/back1.png);
    background-size: cover;
}

#concept p {
    line-height: 50px;
    font-size: 20px;
}

#concept {
    padding: 0 0 100px 0;
}

#concept p {
    margin: 80px 0;
}


.pc_br {
    display: inline;
}

.mb_br {
    display: none;
}

.breadcrumb {
    padding: 20px 0;
}

#room {
    /*padding: 0 0 170px 0;*/
}

#room h2 {
    text-align: center;
}

#room h2 img {
    width: 220px;
}

#room > p {
    text-align: center;
    margin: 60px 0;
    font-size: 20px;
    font-family: serif;
    letter-spacing: 3px;
    line-height: 40px;
}

.denwatel {
    text-align: center;
}

.denwatel a {
    font-size: 20px;
}


/*====================================================================
slick
====================================================================*/
.marginb10 {
    margin-bottom: 10px;
}


.sliderArea {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1000px;
}

.sliderArea.w300 {
    max-width: 300px;
}

.slick-slide {
    margin: 0 5px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.thumb {
    margin: 20px 0 0;
}

.thumb .slick-slide {
    cursor: pointer;
}

.thumb .slick-slide:hover {
    opacity: .7;
}

.slick-prev {
    left: -2%;
}

.slick-next {
    right: -2%;
}

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

    .slick-prev,
    .slick-next {
        display: none !important;
    }
}

/* 虎乃湯のこだわり */
#sensitu {
    /*background-image: url(../img/back2.png);*/
    background-size: cover;
}

#sensitu h2 img {
    width: 220px;
}

.sensitu_container h2 {
    font-size: 30px;
    text-align: center;
    font-family: serif;
    font-weight: 100;
    margin-bottom: 60px;
}

.sensitu_container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}

.sensitu_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 10px 90px 10px;
}

.sensitu_flex img {
    width: 50%;
}

.sensitu_flex div {
    margin-left: 30px;
}

.sensitu_flex div p:first-child {
    font-size: 24px;
    margin-bottom: 30px;
}

.sensitu_flex div p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
}

.sensitu_flex_center div {
    margin-left: 0;
    margin-right: 30px;
}

@media screen and (max-width:1000px) {
    .sensitu_flex {
        margin: 0 25px 90px 25px;
    }

    .sensitu_flex p br {
        display: none;
    }
}

/* 美しいご飯へのこだわり */
#u_kodawari {
    max-width: 1200px;
    margin: 0 auto;
}

.u_kodawari {
    width: 100%;
}

.u_kodawari_flex {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 60px auto;
    justify-content: space-between;
}

.u_kodawari_flex img {
    width: 55%;
}

.u_kodawari_flex div p:first-child {
    font-size: 22px;
    font-family: serif;
    text-align: left;
    margin-top: 60px;
}

.u_kodawari_flex div p:nth-child(2) {
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    font-family: serif;
    margin: 40px 0;
}

/* メニュー */
#menu {
    /*background-image: url(../img/back2.png);*/
    background-size: cover;
}

#menu h2 img {
    width: 220px;
}

#menu h2 {
    font-size: 30px;
    text-align: center;
    font-family: serif;
    font-weight: 100;
    margin-bottom: 60px;
}

.menu_container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}

.morning_top {
    width: 100%;
}

.morning_menu {
    font-size: 24px;
    text-align: center;
}

.morning_text {
    font-size: 18px;
    margin: 20px 0;
    text-align: center;
    line-height: 25px;
}

.morning_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.morning_flex div {
    width: 30%;
}

.morning_flex div p:nth-child(2) {
    margin: 10px 0;
    font-size: 18px;
}

.morning_flex div img {
    width: 100%;
}

.bar {
    text-align: center;
}

.bar img {
    width: 100px;
}

/* 季節メニュー */
#season_menu {
    background-image: url(../img/season_back.png);
    background-size: cover;
    padding: 60px 0 90px 0;
}

#season_menu h2 {
    text-align: center;
    font-family: serif;
    font-size: 30px;
    color: #9C6900;
    font-weight: normal;
    margin-bottom: 30px;
}

.season_flex {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.season_flex img {
    width: 55%;
}

.season_flex p {
    margin-left: 30px;
    line-height: 30px;
}



/*下層コンセプトタイトル箇所*/
#concept_k {
    background-color: #fff;
    background-size: cover;
    padding: 0 0 170px 0;
    position: relative;
    z-index: 3;
}

#concept_k h2 {
    font-family: 'UtsukushiFONT', serif;
    margin: 0 0 0 30px;
    font-size: 24px;
    letter-spacing: 3px;
    text-align: center;
}

#concept_k h2 img {
    width: 220px;
}

#concept_k p {
    text-align: center;
    font-family: serif;
    letter-spacing: 3px;
}

#concept_k p:nth-child(3) {
    color: #9c6900;
    font-size: 28px;
    margin: 50px 0 0 0;
}

#concept_k p:nth-child(4) {
    font-size: 16px;
    font-family: "Kokoro";
    margin: 15px 0;
    line-height: 25px;
    margin: 0px 15px;
}







/* お食事処 */
#annnai {
    /*padding: 100px 0 200px 0;*/
    /*background-image: url(../img/back3.png);*/
    background-size: cover;
    padding-bottom: 50px;
}

.annnai{
    padding: 20px 0 200px 0!important;
}

.annnai_container {
    margin: 0 auto;
    max-width: 1000px;
}

.annnai_container h2 {
    font-size: 30px;
    text-align: center;
    font-family: serif;
    font-weight: 100;
    margin-bottom: 60px;
}

.slide2_under p:first-child {
    font-size: 22px;
    font-family: serif;
    text-align: center;
    margin-top: 60px;
}

.slide2_under p:nth-child(2) {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    font-family: serif;
    margin: 40px 0;
}

.slide2_under div {
    text-align: center;
}

.slide2_under div a img {
    width: 350px;
}

/* スライド部分 */
.heading01 {
    margin-top: 80px;
    margin-bottom: 10px;
    text-align: center;
}

.heading01 span {
    display: block;
    line-height: 1;
}

.heading01 .main {
    margin-bottom: 5px;
    font-size: 28px;
    letter-spacing: 0.1em;
    font-family: serif;
}

.heading01 .sub {
    font-size: 10px;
    margin-bottom: 15px;
    font-family: serif;
}

.slide {
    display: block;
    width: 600px;
    margin: 0 auto;
    /*margin-bottom: 30px;*/
}

.slide_under_concept {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-top: 7px;
}

.slide_under {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-top: 25px;
}

.slide_underh3 {
    font-size: 20px;
    text-align: center;
    font-family: serif;
}

.slide_under1 {
    font-size: 20px;
}

.btn {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 20px;
    text-align: center;
}

.btn a {
    background: #000;
    color: #fff;
    padding: 25px 40px;
    transition: all 0.5s;
    font-family: serif;
}

.btn a:hover {
    color: #fff;
    background: #9C6900;
}

.text_line {
    text-decoration: underline;
}

.text_line a,
.text_line a:hover {
    color: #000;
}

@media screen and (max-width:767px) {
    .slide {
        width: 100%;
    }

    .slide_under {
        font-size: 16px;
        line-height: 25px;
    }

    .btn {
        font-size: 14px;
    }

    .btn a {
        padding: 15px 20px;
    }
}



/* テーブル */
.table_block {
    width: 600px;
    margin: 0 auto;
}

.table_block h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: serif;
}

.table_block table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid rgb(200, 200, 200);
    margin-bottom: 30px;
}

.table_block tr {
    border-top: 1px solid rgb(200, 200, 200);
}

.table_block th {
    font-size: 14px;
    width: 85px;
    padding: 10px 15px;
    text-align: left;
    border-left: 1px solid rgb(200, 200, 200);
    border-right: 1px solid rgb(200, 200, 200);
    color: #fff;
    background-color: #2b2b2b;
    font-family: serif;
}

.table_block td {
    font-size: 14px;
    padding: 10px;
    border-right: 1px solid rgb(200, 200, 200);
    font-family: serif;
}

@media screen and (max-width: 767px) {
    .table_block {
        width: calc(100% - 20px);
        padding: 10px;
    }
}




/* ギャラリー部分 */
#gallery {
    margin-bottom: 100px;
}

#gallery h2 {
    text-align: center;
}

.gallery_area {
    display: block;
    width: 100%;
}

.gallery_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto 10px;
}

.gallery_flex li {
    display: block;
    margin: 0 10px 10px;
    width: calc(100% / 4 - 20px);
}

.gallery_flex li img {
    width: 100%;
}

@media screen and (max-width:1000px) {
    .gallery_flex {
        max-width: 700px;
    }
}

@media screen and (max-width:767px) {
    .gallery_flex li {
        width: calc(100% / 2 - 20px);
    }
}



/*   レスポンシブ */
@media screen and (min-width:1600px) {
    #concept {
        background-image: url(../img/back1_wide.png);
    }

    #sensitu {
        /*background-image: url(../img/back2_wide.png);*/
        background-size: cover;
    }
}

@media screen and (max-width: 1000px) {
    main {
        padding: 0 10px;
    }
}

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

    .mb_br {
        display: inline;
    }

    #concept p {
        font-size: 16px !important;
        margin: 80px 10px;
    }

    .sensitu_flex {
        flex-wrap: wrap;
    }

    .sensitu_flex_center {
        flex-wrap: wrap-reverse;
    }

    .sensitu_flex div {
        margin-left: 0;
        margin-top: 20px;
    }

    .sensitu_flex div p:first-child {
        font-size: 20px;
    }

    .sensitu_flex div p:nth-child(2) {
        font-size: 16px;
    }

    .marginb10 {
        padding: 0 30px;
        text-align: left !important;
    }

    .u_kodawari_flex {
        flex-flow: column;
    }

    .flexc {
        padding: 0 30px;
    }

    .morning_text {
        padding: 0 30px;
    }

    .morning_flex div p:nth-child(2) {
        margin: 10px 5px;
    }

    .morning_flex div p:nth-child(3) {
        margin: 0 5px;
    }

    .season_flex {
        flex-flow: column;
    }

    .slide2_under p:nth-child(2) {
        padding: 0 30px;
        text-align: left;
    }

    #concept_k h2 {
        margin: 0;
        margin-bottom: 10px;
    }

    .slide_under_concept,
    .slide_under {
        margin: 0 10px !important;
        text-align: left !important;
    }

    .slide_underh3 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .slide_under_concept {
        line-height: 25px;
    }

    #annnai {
        padding-bottom: 100px;
    }
}


/*タイトル*/
.titlearea {
    margin: 50px auto;
    max-width: 1000px;
}

.titlearea h2 {
    margin: 0 !important;
    font-family: 'UtsukushiFONT', serif !important;
    font-size: 24px !important;
}

.titlearea p {
    margin: 0 !important;
    font-size: 30px;
    font-size: 16px !important;
    position: relative;
    padding: 0.4rem;
    text-align: center;
}

.titlearea p span {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
}

.titlearea p:before {
    position: absolute;
    bottom: -6px;
    left: calc(50% - 30px);
    width: 55px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #9C0100;
}

.titlearea p {
    margin-top: 10px;
    color: #9C6900;
}
