@charset "utf-8";
/* ------------------------------------------ */
/* HOME CSS */
/* ------------------------------------------ */
#home-anc01 {
	margin-top: -70px;
	padding-top: 70px;	
}

.shop-slide {
    opacity: 0;
    transition: opacity .25s ease;
}

.shop-slide.slick-initialized {
    opacity: 1;
}

#home .sec-wrap {
    width: 90%;
    height: 100%;
    max-width: 890px;
    margin: 0 auto;
    position: relative;
}

#home main {
    background-color: #f9f9f9;
}

@media (max-width: 991px) {
    #home .sec-wrap {
    }
}

.main-slide {
    padding: 50px 10% 0;
    background-color: #221814;
}
@media (max-width: 991px) {
	.main-slide {
	    padding: 0;
	}
}

.main-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.main-slide .slide-box:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.main-slide .slide-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* sec-shoplink */
.sec-shoplink {
    background-color: #221814;
    height: 85px;
    position: relative;
}

@media (max-width: 991px) {
    .sec-shoplink {
        height: 120px;
    }
}

.sec-shoplink .sec-title {
    display: block;
    line-height: 1.1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sec-shoplink .sec-title .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #fefefe;
}

@media (max-width: 991px) {
    .sec-shoplink .sec-title {
        position: inherit;
        width: 100%;
        top: 50px;
    }
}

.sec-shoplink .sec-title .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #fefefe;
    text-align: center;
}

.sec-shoplink .navi-box {
    display: table;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .sec-shoplink .navi-box {
        display: table;
        position: inherit;
        margin: 20px auto 0;
    }
}

.sec-shoplink .navi-box .nav-list {
}

@media (max-width: 991px) {
    .sec-shoplink .navi-box .nav-list {
        display: flex;
    }
}

.sec-shoplink .navi-box .nav-list .link {
    display: table;
    line-height: 1.1;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

.sec-shoplink .navi-box .nav-list .link:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .sec-shoplink .navi-box {
        display: table;
        position: inherit;
        margin: 0 auto;
    }

    .sec-shoplink .navi-box .nav-list .link {
        display: table;
        line-height: 1.1;
        position: relative;
        margin: 0 15px;
        margin-bottom: 0;
        padding-left: 14px;
    }

    .sec-shoplink .navi-box .nav-list .link:last-child {
    }
}

.sec-shoplink .navi-box .nav-list .link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 7px;
    border-color: transparent transparent transparent #fefefe;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sec-shoplink .navi-box .nav-list .link a {
    display: block;
}

.sec-shoplink .navi-box .nav-list .link a .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #fefefe;
}

.sec-shoplink .navi-box .nav-list .link a:hover .text {
    text-decoration: underline;
}

/* shop-gallery */
.shop-gallery {
}

.shop-gallery .sec-wrap {
    width: 100% !important;
}

.shop-gallery .sg-wrap {
}

.shop-gallery .sg-wrap .shop-slide {
}

.shop-gallery .sg-wrap .shop-slide .slide-item {
    padding: 0 5px;
}

.shop-gallery .sg-wrap .shop-slide .slide-item .img-wrap {
    display: block;
}

.shop-gallery .sg-wrap .shop-slide .slide-item .img-wrap a {
    display: block;
    position: relative;
}

.shop-gallery .sg-wrap .shop-slide .slide-item .img-wrap a .shop-name {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: rgba(200,21,29,0.5);
    transition: all 0.28s ease;
    opacity: 0;
    visibility: hidden;
}

.shop-gallery .sg-wrap .shop-slide .slide-item .img-wrap a:hover .shop-name {
    opacity: 1;
    visibility: visible;
}

.shop-gallery .sg-wrap .shop-slide .slide-item .img-wrap a .shop-name .name {
    display: block;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.shop-gallery .sg-wrap .shop-slide .slide-item .img-wrap a .shop-name .name {
}

.shop-gallery .sg-wrap .shop-slide .slide-item .img-wrap a .image {
    display: block;
    position: relative;
}

.shop-gallery .sg-wrap .shop-slide .slide-item .img-wrap a .image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(254,254,254,0.3);
}

.shop-gallery .sg-wrap .shop-slide .slide-item .img-wrap a .image img {
    display: block;
}

/* modal-contents */
.modal-contents {
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999;
}

.modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 810px;
    background: white;
    padding: 30px;
}

body.modal-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

.modal-content .c-wrap {
    position: relative;
}

.modal-content .c-wrap .btn-close {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
    right: -45px;
    top: -45px;
    border: 2px solid #fff;
}

.modal-content .c-wrap .btn-close span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.modal-content .c-wrap .btn-close span:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
    top: 17px;
    left: 6px;
}

.modal-content .c-wrap .btn-close span:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #fff;
    transform: rotate(-45deg);
    top: 17px;
    left: 6px;
}

.modal-content .c-wrap .shop-name {
    display: block;
    line-height: 1.1;
    text-align: center;
    background-color: #6dc095;
    padding: 5px;
}

.modal-content .c-wrap .shop-name .text {
    display: block;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    letter-spacing: 0.05em;
}

.modal-content .c-wrap .sub-title {
    display: block;
    text-align: center;
    line-height: 1.3;
    padding-top: 15px;
}

.modal-content .c-wrap .sub-title .text {
}

.modal-content .c-wrap .info-contents {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 15px;
}

.modal-content .c-wrap .info-contents .image {
    display: block;
    width: 47.5%;
}

.modal-content .c-wrap .info-contents .image img {
    display: block;
}

.modal-content .c-wrap .info-contents .info-box {
    display: block;
    width: 47.5%;
}

.modal-content .c-wrap .info-contents .info-box .info-text {
    display: block;
    line-height: 1.1;
}

.modal-content .c-wrap .info-contents .info-box .info-text .text {
}

.modal-content .c-wrap .info-contents .info-box .info-text .text dl {
    display: flex;
    margin-bottom: 5px;
}

.modal-content .c-wrap .info-contents .info-box .info-text .text dl dt {
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.3;
}

.modal-content .c-wrap .info-contents .info-box .info-text .text dl dd {
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.3;
    width: 100%;
    flex: 1;
}

.modal-content .c-wrap .info-contents .info-box .btn-contact {
    display: block;
    width: 100%;
    margin-top: 5px;
}

.modal-content .c-wrap .info-contents .info-box .btn-contact a {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #888;
    position: relative;
}

.modal-content .c-wrap .info-contents .info-box .btn-contact a:hover {
    opacity: 0.8;
}

.modal-content .c-wrap .info-contents .info-box .btn-contact a .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    left: 30px;
}

.modal-content .c-wrap .info-contents .info-box .btn-contact a .icon img {
}

.modal-content .c-wrap .info-contents .info-box .btn-contact a .text {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

.modal-content .c-wrap .info-contents .info-box .map-box {
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

.modal-content .c-wrap .info-contents .info-box .map-box:before {
    content: "";
    display: block;
    padding-top: 33.23943%;
}

.modal-content .c-wrap .info-contents .info-box .map-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-content .c-wrap .info-contents .info-box .btn-close {
}

@media (max-width: 768px) {
    .modal-content {
        padding: 20px;
    }

    .modal-content .c-wrap .shop-name .text {
        font-size: 18px;
    }

    .modal-content .c-wrap .sub-title .text {
        font-size: 16px;
    }

    .modal-content .c-wrap .btn-close {
        width: 35px;
        height: 35px;
        right: -33px;
        top: -33px;
    }

    .modal-content .c-wrap .btn-close span:before {
        width: 20px;
        height: 2px;
        top: 15px;
        left: 6px;
    }

    .modal-content .c-wrap .btn-close span:after {
        width: 20px;
        top: 15px;
        left: 6px;
    }

    .modal-content .c-wrap .info-contents {
        display: block;
    }

    .modal-content .c-wrap .info-contents .image {
        width: 100%;
    }

    .modal-content .c-wrap .info-contents .info-box {
        display: block;
        width: 100%;
        padding-top: 20px;
    }

    .modal-content .c-wrap .info-contents .info-box .btn-contact {
        margin-top: 10px;
    }

    .modal-content .c-wrap .info-contents .info-box .map-box:before {
        padding-top: 50%;
    }
}

/* sec-about */
.sec-about {
}

.sec-about .sec-wrap {
}

.sec-about .sec-wrap .sec-title {
    display: inline-flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.sec-about .sec-wrap .sec-title .icon {
    display: block;
}

.sec-about .sec-wrap .sec-title .icon img {
}

.sec-about .sec-wrap .sec-title .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.01em;
    padding-left: 15px;
}

.sec-about .sec-wrap .news-wrap {
}

.sec-about .sec-wrap .news-wrap .news-list {
}

.sec-about .sec-wrap .news-wrap .news-list .item {
    margin-bottom: 30px;
}

.sec-about .sec-wrap .news-wrap .news-list .item:last-child {
    margin-bottom: 0;
}

.sec-about .sec-wrap .news-wrap .news-list .item a {
    display: block;
}

.sec-about .sec-wrap .news-wrap .news-list .item a .n-box {
    display: flex;
}

.sec-about .sec-wrap .news-wrap .news-list .item a .n-box .news-col {
    display: block;
    padding: 15px 30px;
    background-color: #fff;
    border-bottom: 1px solid #221814;
    border-top: 1px solid #221814;
    width: 100%;
    flex: 1;
    line-height: 1.1;
}

.sec-about .sec-wrap .news-wrap .news-list .item a .n-box .news-col .n-title {
    display: block;
    line-height: 1;
}

.sec-about .sec-wrap .news-wrap .news-list .item a .n-box .news-col .n-title .text {
    display: block;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

.sec-about .sec-wrap .news-wrap .news-list .item a .n-box .news-col .n-text {
    display: block;
    padding-top: 10px;
    line-height: 1.1;
}

.sec-about .sec-wrap .news-wrap .news-list .item a .n-box .news-col .n-text .text {
    display: block;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.sec-about .sec-wrap .news-wrap .news-list .item a .n-box .news-col .date-box {
    display: block;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-about .sec-wrap .news-wrap .news-list .item a .n-box .news-col .date-box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #000000;
    transition: all 0.28s ease;
}

.sec-about .sec-wrap .news-wrap .news-list .item a:hover .n-box .news-col .date-box:after {
    margin-right: -5px;
}

.sec-about .sec-wrap .news-wrap .news-list .item a .n-box .news-col .date-box .n-date {
}

.sec-about .sec-wrap .news-wrap .news-list .item a .n-box .img-col {
    display: block;
    width: 205px;
}

.sec-about .sec-wrap .news-wrap .news-list .item a .n-box .img-col .image {
    display: block;
    height: 100%;
}

.sec-about .sec-wrap .news-wrap .news-list .item a .n-box .img-col .image img {
    display: block;
    height: 100%;
    transition: all 0.28s ease;
}

.sec-about .sec-wrap .news-wrap .news-list .item a:hover .n-box .img-col .image img {
    opacity: 0.8;
}

@media (max-width: 480px) {
    .sec-about .sec-wrap .news-wrap .news-list .item a .n-box {
        display: block;
    }

    .sec-about .sec-wrap .news-wrap .news-list .item a .n-box .news-col {
        padding: 15px 15px;
    }

    .sec-about .sec-wrap .news-wrap .news-list .item a .n-box .img-col {
        width: 100%;
    }
}

/* sec-about */
.sec-about {
}

.sec-about .about-banner {
    display: block;
    cursor: pointer;
    position: relative;
}

.sec-about .about-banner .text-box {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    margin-top: 15px;
    z-index: 1;
}

.sec-about .about-banner .text-box .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

.sec-about .about-banner .text-box .arrow {
    display: block;
    text-align: center;
    padding-top: 10px;
    transition: all 0.28s ease;
}
@media (min-width: 769px) {
	.sec-about .about-banner:hover .text-box .arrow {
	    padding-top: 15px;
	    margin-bottom: -5px;
	}
}

.sec-about .about-banner .text-box .arrow span {
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18.5px 0 18.5px;
    border-color: #ffffff transparent transparent transparent;
}

@media (max-width: 768px) {
	.sec-about .about-banner .text-box {
	    margin-top: 0;
	}
	
	.sec-about .about-banner .text-box .text {
	font-size: 15px;
	}
	
	.sec-about .about-banner .text-box .arrow {
	padding-top: 5px;
	}
	
	.sec-about .about-banner .text-box .arrow span {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 12px 0 12px;
		border-color: #ffffff transparent transparent transparent;
	}
}

.sec-about .about-banner .banner {
	display: block;
}

.sec-about .about-banner .banner img {
	display: block;
    transition: all 0.28s ease;
}
.sec-about .about-banner:hover .banner img {
	opacity: 0.85;
}

.sec-about .about-navi {
	width: 100%;
	display: none;
}
.sec-about .about-navi .nav-list {
    display: table;
    margin: 0 auto;
}

.sec-about .about-navi .nav-list .list {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 15px;
}

.sec-about .about-navi .nav-list .list:before {
    content: "・";
}

.sec-about .about-navi .nav-list .list a {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 25px;
}

.sec-about .about-navi .nav-list .list a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 20px;
    border-color: transparent transparent transparent #000000;
    transition: all 0.28s ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sec-about .about-navi .nav-list .list a:hover:after {
    opacity: 1;
    visibility: visible;
    right: -5px;
}

.sec-about .about-navi .nav-list .list a .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

.sec-about .about-contents {
}

.sec-about .about-contents .title-wrap {
    display: block;
    background-color: #221814;
    padding: 50px 30px;
}

.sec-about .about-contents .title-wrap .ac-title {
    display: block;
    color: #fff;
    text-align: center;
}

.sec-about .about-contents .title-wrap .ac-title .text {
    display: block;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

.sec-about .about-contents .info-wrap {
    display: block;
    border: 1px solid #221814;
    padding: 40px 40px 100px;
    background-color: #fff;
}

.sec-about .about-contents .info-wrap .img-box {
    display: block;
    margin: 0 auto;
    max-width: 370px;
}

.sec-about .about-contents .info-wrap .img-box img {
    display: block;
    width: 100%;
}

.sec-about .about-contents .info-wrap .text-box {
    display: block;
    max-width: 640px;
    margin: 40px auto 0;
}

.sec-about .about-contents .info-wrap .text-box .text {
    display: block;
    line-height: 1.8;
    letter-spacing: 0.01em;
}
@media (max-width: 768px) {
	.sec-about .about-contents .title-wrap {
	    padding: 25px;
	}
	.sec-about .about-contents .info-wrap {
	    padding: 25px;
	}
	.sec-about .about-contents .info-wrap .text-box {
	    margin: 20px auto 0;
	}
}









