/*共通---------------------------------------------------------------------------------------------------------------*/

p,
h2,
h3 {
    font-family: "メイリオ", Meiryo, Osaka;
}

p {
    font-size: 18px;
    line-height: 32px;
    color: #673c2e;
}

a {
    text-decoration: none;
}

.sp {
    display: none;
}

.pc {
    display: block;
    text-align: center;
    margin: 0 auto;
}

/*PC---------------------------------------------------------------------------------------------------------------*/

/*-------header-------*/
#wrapper .pc_navi {
    display: block;
}

#wrapper .sp_navi {
    display: none;
}

#wrapper header .pc_navi {
    background: #f5f2ee;
    z-index: 100;
    width: 100%;
    position: fixed;
    border: none;
    border-bottom: 1px #dbcbc5 solid;
}

#wrapper header .pc_navi ul {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

#wrapper header .pc_navi ul li {
    float: left;
    text-align: center;
    padding: 10px 0 10px;
    width: 240px;
}

#wrapper header .pc_navi ul li img {
    width: 160px;
}

#wrapper header .pc_navi ul li:nth-child(1) {
    background: #582d1e;
    display: block;
    border-radius: 2px;
    margin: 13px 0 0;
    width: 180px;
}

#wrapper header .pc_navi ul li:nth-child(3) img {
    padding: 0 0 0 5px;
}

#wrapper header .pc_navi ul li:nth-child(4) img {
    width: 100px;
    margin: -8px 0 0;
}

#wrapper header .pc_navi ul li:hover img {
    opacity: 0.6;
    transition: 0.5s;
}

#wrapper header .pc_navi ul li a {
    font-size: 18px;
    color: #673c2e;
}

#wrapper header .pc_navi ul li:nth-child(1):hover {
    opacity: 0.8;
    transition: 0.5s;
}

#wrapper header .pc_navi ul li:nth-child(1) a {
    color: #fff;
    font-size: 15px;
    display: block;
}

#wrapper header .pc_navi ul li:nth-child(1) a:hover {
    text-decoration: none;
}

/*-------title-------*/

#wrapper .title {
    padding: 110px 0 0;
    text-align: center;
    background-size: 180px auto;
}

#wrapper .title h1 img {
    width: 400px;
}

#wrapper .title .copy {
    margin: 30px 0 30px;
}

/*フィードイン　アニメーション*/

#wrapper .feder {
    height: 600px;
    overflow: hidden;
    position: relative;
}

.image-crossfader-inner {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    background-size: contain cover;
    transition:
        opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955),
        transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.image-crossfader-inner.is-visible {
    z-index: 1;
    opacity: 1;
}

.sun .image-crossfader-inner:nth-child(1) {
    background-image: url('../img/san02.jpg');
}
.sun .image-crossfader-inner:nth-child(2) {
    background-image: url('../img/san03.jpg');
}
.sun .image-crossfader-inner:nth-child(3) {
    background-image: url('../img/san04.jpg');
}
.sun .image-crossfader-inner:nth-child(4) {
    background-image: url('../img/san01.jpg');
}

/*-------hearth-------*/
.hearth .image-crossfader-inner:nth-child(1) {
    background-image: url('../../hearthbrown/img/hearth01.jpg');
}
.hearth .image-crossfader-inner:nth-child(3) {
    background-image: url('../../hearthbrown/img/hearth03.jpg');
}

.hearth .image-crossfader-inner:nth-child(2) {
    background-image: url('../../hearthbrown/img/hearth04.jpg');
}
.hearth .image-crossfader-inner:nth-child(4) {
    background-image: url('../../hearthbrown/img/hearth02.jpg');
}


/*-------contents-------*/

#wrapper .contents {
    background: url(../img/bg.gif) 0 0 repeat;
    background-attachment: fixed;
    background-size: 180px auto;
    padding: 80px 0 0;
}

#wrapper .contents h2 {
    width: 500px;
    margin: 0 auto 60px;
    display: block;
    position: relative;
    height: 55px;
    line-height: 60px;
    text-align: center;
    padding: 0 0px 15px;
    font-size: 30px;
    background: #a82121;
    color: #FFF;
    box-sizing: border-box;
}

#wrapper .contents h2:before,
#wrapper .contents h2:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

#wrapper .contents h2:before {
    top: 0;
    left: 0;
    border-width: 28px 0px 28px 15px;
    border-color: transparent transparent transparent #EFE9E5;
    border-style: solid;
}

#wrapper .contents h2:after {
    top: 0;
    right: 0;
    border-width: 28px 15px 28px 0px;
    border-color: transparent #EFE9E5 transparent transparent;
    border-style: solid;
}

#wrapper .contents ul {
    width: 950px;
    margin: 0 auto 80px;
    overflow: hidden;
}

#wrapper .contents ul li {
    width: 300px;
    float: left;
    margin: 0 25px 0 0;
    height: 520px;
}

#wrapper .contents ul li:nth-child(3n) {
    margin: 0;
}

#wrapper .contents ul li img {
    width: 100%;
    border-radius: 5px;
    filter: drop-shadow(2px 2px 2px rgba(20, 50, 10, 0.1));
}

#wrapper .contents ul li h3 {
    text-align: center;
    color: #a82121;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin: 45px 0 20px;
}

#wrapper .contents ul li p {
    line-height: 1.6;
    font-size: 18px;
    height: 120px;
}

/*-------shop-------*/

#wrapper .shop {
    padding: 30px 0 60px;
}

#wrapper .shop .shop_tit {
    font-size: 30px;
    margin: 10px 0 10px;
}

#wrapper .shop h3 {
    color: #a82121;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 10px;
}

#wrapper .shop h2 img {
    width: 600px;
    display: block;
    margin: 0 auto;
}

#wrapper .shop .box {
    width: 900px;
    margin: 50px auto 30px;
    overflow: hidden;
}

#wrapper .shop .box .txt_area {
    float: left;
    width: 500px;
}

#wrapper .shop .box .img_area {
    float: right;
    width: 350px;
}

#wrapper .shop .box .img_area img.main {
    width: 90%;
    border-radius: 5px;
    border: #c1c1c1 1px solid;
}

#wrapper .shop .box .img_area img.icon {
    width: 80px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

/*-------map-------*/

#wrapper .map {
    background: #90725f;
    background-attachment: fixed;
    padding: 50px 0;
}

#wrapper .map .box {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
}

#wrapper .map .img_area {
    width: 400px;
    float: left;
}

#wrapper .map .img_area img {
    width: 100%;
    margin: 0 0 20px;
}

#wrapper .map .img_area dl {
    font-size: 16px;
    overflow: hidden;
    line-height: 26px;
    color: #fff;
}

#wrapper .map .img_area dt {
    float: left;
    width: 80px;
    display: block;
}

#wrapper .map .img_area dd {
    width: 300px;
    float: left;
}

#wrapper .map .map_area {
    float: right;
}

/*-------list-------*/


#wrapper .shoplist_title {
    background:
        url(../img/shop_bg.png) left bottom repeat-x,
        url(../img/bg.gif) right top repeat;
    padding: 50px 0 50px;
    text-align: center;
}

#wrapper .shoplist_title h1 img {
    width: 600px;
    filter: drop-shadow(0px 0px 10px rgba(75, 54, 54, 0.38));
}

#wrapper .list_navi {
    background: #593D34;
    padding: 20px 0;
}

#wrapper .list_navi ul {
    overflow: hidden;
    width: 900px;
    margin: 0 auto;
}

#wrapper .list_navi ul li {
    float: left;
    border: #e8e8e8 solid 1px;
}

#wrapper .list_navi ul li a {
    display: block;
    width: 298px;
    background: #fff;
    text-align: center;
    padding: 25px 0;
    font-size: 20px;

}

#wrapper .list_navi ul li a:hover {
    text-decoration: none;
    background: #fff7d3;
    transition: 0.5s;
}


#wrapper .list {
    width: 1000px;
    margin: 0 auto 100px;
}

#wrapper .list h2 {
    width: 100%;
    margin: 140px auto 50px;
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 0px;
    font-size: 28px;
    background: #A82122;
    color: #FFF;
    box-sizing: border-box;
    border: 1ps
}

#wrapper .list h2:before,
#wrapper .list h2:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

#wrapper .list h2:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

#wrapper .list h2:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

#wrapper .list h3 {
    color: #582d1e;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 10px;
}

#wrapper .list p {
    line-height: 24px;
    font-size: 16px;
}

#wrapper table.table01 {
    width: 1000px;
    margin: 0 auto;
    border: #e8e8e8 solid 1px;
    border-collapse: collapse;
    color: #3a312e;
}

#wrapper table.table01 thead th {
    background: #f7f6f4;
    padding: 10px 15px;
    border-bottom: #FFF solid 1px;
    font-size: 16px;
}

#wrapper table.table01 tbody tr:last-child th {
    border-bottom: #3EB1C6 solid 1px;
}

#wrapper table.table01 tbody td {
    background: #FFF;
    padding: 10px 15px;
    border-bottom: #e8e8e8 solid 1px;
    vertical-align: top;
}

#wrapper table.table01 tbody td.name {
    width: 240px;
}

#wrapper table.table01 tbody td.tel {
    width: 140px;
}

/*-------footer-------*/
footer {
    background: #593D34;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}



.fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    z-index: 9999;
}

#page-top a {
    background: #593D34;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    opacity: 0.5;
    color: #fff;
}


/*SP---------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

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

    p,
    h3 {
        font-size: 16px;
    }

    /*-------header-------*/
    #wrapper .pc_navi {
        display: none;
    }

    #wrapper .sp_navi {
        display: block;
        text-align: right;
        background: #f5f2ee;
        border-bottom: 1px #dbcbc5 solid;
    }

    #wrapper .nav-unshown {
        display: none;
    }

    #wrapper #nav-open {
        display: inline-block;
        width: 30px;
        height: 22px;
        vertical-align: middle;
        padding: 10px 10px;
    }

    #wrapper #nav-open span,
    #wrapper #nav-open span:before,
    #wrapper #nav-open span:after {
        position: absolute;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #582d1e;
        display: block;
        content: '';
        cursor: pointer;
    }

    #wrapper #nav-open span:before {
        bottom: -8px;
    }

    #wrapper #nav-open span:after {
        bottom: -16px;
    }

    #wrapper #nav-close {
        display: none;
        position: fixed;
        z-index: 99;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }

    #wrapper #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        width: 50%;
        max-width: 330px;
        height: 100%;
        padding: 20px;
        text-align: left;
        background: #fff;
        transition: .3s ease-in-out;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }

    #wrapper #nav-input:checked ~ #nav-close {
        display: block;
        opacity: .5;
    }

    #wrapper #nav-input:checked ~ #nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    }

    #wrapper .sp_navi ul li {
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    #wrapper .sp_navi ul a {
        display: block;
        padding: 20px 0 20px 20px;
        font-size: 16px;
    }

    #wrapper .sp_navi ul li:before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0px;
        border-top: solid 2px #582d1e;
        border-right: solid 2px #582d1e;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 23px;
        left: -20px;
        margin: 0 20px;
    }

    /*-------title-------*/

    #wrapper .title {
        padding: 30px 0 0;
        text-align: center;
    }

    #wrapper .title h1 img {
        width: 80%;
    }

    #wrapper .title .copy {
        width: 90%;
        text-align: left;
        margin: 20px auto 30px;
    }

    /*フィードイン　アニメーション*/

    #wrapper .feder {
        height: 300px;
        overflow: hidden;
        position: relative;
    }

    /*-------contents-------*/

    #wrapper .contents {
        padding: 60px 0 0;
    }

    #wrapper .contents h2 {
        width: 90%;
        font-size: 24px;
        display: block;
        position: relative;
        height: 50px;
        line-height: 50px;
    }

    #wrapper .contents h3 {
        line-height: 30px;
    }

    #wrapper .contents ul li h3 {
        margin: 25px auto 8px;
    }

    #wrapper .contents ul {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto 40px;
        box-sizing: border-box;
    }

    #wrapper .contents ul li {
        width: 100%;
        float: none;
        margin: 0 0 50px 0;
        height: auto;
        min-height: 350px;
        display: block;
    }

    #wrapper .contents ul.regular li,
    #wrapper .contents ul.regular li:nth-child(3n) {
        margin: 0 0 10px 0;
        min-height: 50px;
    }

    #wrapper .contents ul li:nth-child(3n) {
        margin: 0 0 50px 0;
    }

    #wrapper .contents ul li img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }

    /*-------shop-------*/

    #wrapper .shop {
        padding: 0 0 20px;
    }

    #wrapper .shop h2 img {
        width: 100%;
    }

    #wrapper .shop h3 {
        margin: 30px 0 10px;
    }

    #wrapper .shop .box {
        width: 90%;
        margin: 30px auto 30px;
        overflow: hidden;
        padding: 0 20px;
        box-sizing: border-box;
    }

    #wrapper .shop .box .txt_area {
        float: none;
        width: 100%;
    }

    #wrapper .shop .box .img_area {
        float: none;
        width: 80%;
        margin: 30px auto 0;
    }

    #wrapper .shop .box .img_area img.icon {
        width: 80px;
        position: absolute;
        bottom: 0;
        right: 10%;
    }

    /*-------map-------*/
    #wrapper .map .box {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    #wrapper .map .img_area {
        width: 100%;
        float: none;
    }

    #wrapper .map .img_area img {
        width: 100%;
    }

    #wrapper .map .map_area {
        float: none;
        overflow: hidden;
    }

    #wrapper .map .map_area iframe {
        width: 100%;
        margin: 20px 0 0;
    }

    /*-------shoptitle-------*/


    #wrapper .shoplist_title {
        background:
            url(../img/shop_bg.png) left bottom repeat-x,
            url(../img/bg.gif) right top repeat;
        background-size: 500px auto, auto auto;
        padding: 0 0 20px;
    }

    #wrapper .shoplist_title h1 img {
        width: 80%;
    }

    #wrapper .shoplist_title ul {
        overflow: hidden;
        width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    #wrapper .shoplist_title li {
        width: 50%;
        box-sizing: border-box;
    }

    #wrapper .shoplist_title li a {
        width: 100%;
        box-sizing: border-box;
    }

    /*-------list_navi-------*/

    #wrapper .list_navi {
        padding: 10px;
    }

    #wrapper .list_navi ul {
        width: 100%;
        margin: 0 auto;
    }

    #wrapper .list_navi ul li {
        width: 33.333%;
        box-sizing: border-box;
        border: #e8e8e8 solid 1px;
    }

    #wrapper .list_navi ul li a {
        width: 100%;
        padding: 15px 0;
        font-size: 16px;
        color: #3a312e;

    }

    #wrapper .list {
        width: 100%;
        margin: 0 auto 80px;
        box-sizing: border-box;
    }

    #wrapper .list h2 {
        width: 90%;
        font-size: 24px;
        margin: 60px auto 30px;
    }

    #wrapper .list h3 {
        margin: 10px 15px 15px;
    }

    #wrapper table.table01 {
        width: 90%;
        display: block;
        overflow: hidden;
        margin: 0 auto 50px;
    }

    #wrapper table.table01 thead th {
        display: none;
    }

    #wrapper table.table01 tbody,
    #wrapper table.table01 tbody tr {
        width: 100%;
        display: block;
    }

    #wrapper table.table01 tbody td {
        vertical-align: top;
        font-size: 16px;
        display: block;
        width: 100%;
        box-sizing: border-box;

    }

    #wrapper table.table01 tbody td.name {
        background: #f7f6f4;
        width: 100%;
    }

    #wrapper table.table01 tbody td.tel {
        width: 100%;
    }

    .fadein {
        opacity: 1;
        transform: translateY(0);
    }

    #page-top a {
        padding: 5px 0;
    }


}