
@charset "utf-8";

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

body {
    min-width: 360px;
    margin: 0 0 76px;
}

a:hover {
    opacity: 1;
}

a[href^="tel:"]{
    pointer-events: auto;
}

.sp {
    display: block;
}

.pc {
    display: none;
}




.nav {
    display: none;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.nav .list {
    display: flex;
    justify-content: space-between;
    width: 940px;
    margin: 0 auto;
}

.nav .list .item a {
    font-weight: 100;
    letter-spacing: 0.14em;
}

.header .right {
    display: none;
}

.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 15px 0 0px;
    box-sizing: border-box;
    background: url(../images/index/top.png) center bottom;
    height: 95px;
    background-size: cover;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    position: relative;
    z-index: 10;
}

.header .left {
    display: flex;
    height: 70px;
    align-items: unset;
    flex-direction: column-reverse;
    position: fixed;
    background: #fff;
    z-index: 1;
    width: 100%;
    padding-top: 10px;
}

.header .left p img {
    position: relative;
    bottom: 5px;
}

.header .left p:nth-child(1) {
    margin: 7px 0 0px 15px;
}

.header .menu_btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 68px;
    height: 68px;
    margin: auto;
}

.header .menu_btn span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 20px;
    height: 2px;
    background: #3c250e;
    transition: all 0.3s;
    z-index: 10;
}

.header .menu_btn span:nth-of-type(1) {
    top: 40%;
}

.header .menu_btn span:nth-of-type(2) {
    top: 49%;
}

.header .menu_btn span:nth-of-type(3) {
    bottom: 40%;
}

.header .menu_btn.active span:nth-of-type(1) {
    top: 48.5%;
    transform: translateX(-10px) rotate(45deg);
}

.header .menu_btn.active span:nth-of-type(2) {
    display: none; 
}

.header .menu_btn.active span:nth-of-type(3) {
    bottom: 48.5%;
    transform: translateX(-10px) rotate(-45deg);
}

.sp_nav .list {
    visibility: hidden;
    position: fixed;
    top: 80px;
    z-index: 200;
    display: block;
    height: 87%;
    width: 100%;
    background: #fff;
    overflow: scroll;
    transition: all 0.3s;
}

.sp_nav .list.active {
    visibility: visible;
    background: #faf4ec;
}

.sp_nav .list.active .item a {
    display: flex;
}

.sp_nav .item {
    border-bottom: solid 2px #ccc;
    margin: 0 3%;
}

.sp_nav .item:last-of-type {
    margin: 0 3% 70px;
}

.sp_nav .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #3c250e;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.sp_nav .item a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    z-index: 1000;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: auto;
}

/* .sp_nav .list .item.pd > a:before {
    right: 22px;
    width: 20px;
    height: 2px;
    background: #3c250e;
}

.sp_nav .list .item.pd > a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    right: 31px;
    z-index: 1000;
    width: 2px;
    height: 20px;
    background: #3c250e;
    transition: 0.3s;
}

.sp_nav .list .item.pd.active a:after {
    display: none;
} */

.sp_nav .sub_list {
    /* display: none; */
}

.sp_nav .sub_list .sub_item {
    border-top: 3px dotted #ddd;
    margin: 0 15px;
}

.sp_nav .sub_list .sub_item a {
    padding: 20px 20px 20px 38px;
    /* background: #fffeee; */
}

h1 {
    font-size: 12px;
    color: #553519;
    margin-left: 8px;
    letter-spacing: -1px;
}

.firstview .text {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.firstview .text .box {
    position: absolute;
    top: 193px;
    right: 23px;
}

.firstview .text .box p:nth-child(1) {
    font-size: 20px;
    letter-spacing: 1px;
}

.firstview .text .box p:nth-child(2) {
    font-size: 16px;
    letter-spacing: 3px;
}

.firstview .text p:nth-child(3) img {
    position: absolute;
    top: 332px;
    right: 21px;
    width: 42%;
}

.firstview .text p:nth-child(2) img {
    position: absolute;
    top: 339px;
    left: 42px;
    width: 13%;
}







.sec02 .contents .last .inner .box {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.sec02 .contents .last .inner .box p:nth-child(3) img {
    position: absolute;
    top: -25px;
    right: 25px;
    width: 19%;
}

.sec02 .contents .last .inner .box p:nth-child(1) img {
    position: relative;
    right: 125px;
    top: 680px;
    /* top: 634px; */
}

.sec02 .contents .last .inner .box p:nth-child(2) {
    font-size: 16px;
    line-height: 3;
    position: relative;
    bottom: 65px;
    width: 90%;
    margin: 0 auto;
}







/* =====return_top===== */

.return_top {
    padding: 50px 0;
    width: 100%;
}

.return_top .scroll_top {
    text-align: center;
}

/* =====return_top===== */

.information .contents {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin: 0 auto 20px;
    flex-wrap: wrap;
}

.information .contents .two {
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.information .contents .two .right {
    text-align: center;
    margin: 20px auto 0;
}

.information .contents .two .right .box p:nth-child(2) {
    font-size: 30px;
    margin-left: 10px;
}

.information .contents .left p:nth-child(3) {
    font-size: 16px;
    text-align: center;
    margin: 5px auto 20px;
}

.information .right .contents {
    width: 100%;
    font-size: 15px;
}

footer .contents {
    background: url(../images/index/footer_back.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -75px;
    backface-visibility: hidden;
    position: relative;
    background-position: center;
}

.sitemap {
    width: 68%;
    margin: 0 auto;
    padding: 50px 0 70px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 2px;
}

footer .contents .lastbigbox {
    display: flex;
    flex-direction: column;
}

footer .contents .lastbox {
    display: block;
    margin-right: 0px;
}
footer .contents .lastbox01 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
}
footer .contents .lastbox02 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
}
footer .contents .lastbox03 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
}

footer .contents p img {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 50%;
}

.reserve_sp {
    position: fixed;
    z-index: 200;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0px;
    height: 80px;
    background: url(../images/index/sp_back.png);
    /* border: 1px solid #3c250e; */
    /* border-radius: 10px; */
    box-sizing: border-box;
    /* box-shadow: 0 0 2px #333; */
    /* transition: 0.5s; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}
}

.reserve_sp .text {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    padding: 10px;
}

.reserve_sp .phone {
    display: block;
    /* width: 180px; */
    padding: 0px 0 0 34px;
    /* margin: 0 auto; */
    background: url(../images/index/tel_last.png) top 14px left 0/28px no-repeat;
    text-align: center;
}

.reserve_sp .phone a {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
}

.fas {
    color: green;
    font-size: 22px;
}


}