@charset "utf-8";

/* ------------------------------------------ */
/* HOME CSS */
/* ------------------------------------------ */
/* slide-area */
.slide-area {
    width: 100%;
    max-height: 717px;
    position: relative;
    overflow: hidden;
    margin-top: 85px;
}

@media (max-width: 1024px) {
    .slide-area {
        margin-top: 100px;
    }
}

.slide-area .slider-layer {
    position: relative;
}

.slide-area .slider-layer img {
    min-height: 300px;
}

.slide-animation .slide-img-box .slide-img {
    animation: fadezoom 10s 0s forwards;
}

@keyframes fadezoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.slide-img-box img {
    display: block;
}

.slider {
    opacity: 0;
    transition: opacity .3s linear;
}

.slider.slick-initialized {
    opacity: 1;
}

.slide-area .wrap {
    position: relative;
}

.slide-area .wrap .slide-msg {
    position: absolute;
    z-index: 2;
    left: 60px;
    bottom: 100px;
}

.slide-area .wrap .slide-msg .msg-title {
    margin-bottom: 30px;
}

.slide-area .wrap .slide-msg .msg-title img {
    width: auto;
    max-width: 100%;
}

.slide-area .wrap .slide-msg .msg-text {
    color: #fff;
    display: block;
}

.slide-area .wrap .slide-msg .msg-text .text {
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

@media (max-width: 480px) {
    .slide-area .wrap .slide-msg {
        /* position: absolute; */ /* z-index: 9999; */ left: 5%;
        bottom: 5%;
    }

    .slide-area .wrap .slide-msg .msg-title {
        margin-bottom: 10px;
    }

    .slide-area .wrap .slide-msg .msg-title img {
        width: auto;
        max-width: 100%;
        width: 90%;
    }

    .slide-area .wrap .slide-msg .msg-text {
        color: #fff;
        display: block;
    }

    .slide-area .wrap .slide-msg .msg-text .text {
        display: block;
        letter-spacing: 0.1em;
        line-height: 1.5;
        font-size: 1.7rem;
    }
}

/* sec-concept */
#sec-concept {
}

#sec-concept .wrap {
    position: relative;
}

#sec-concept .c-ttl {
    display: block;
    text-align: center;
    line-height: 1;
}

#sec-concept .c-ttl .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.3em;
}

#sec-concept .c-text {
    display: block;
    width: 420px;
    margin: 0 auto;
}

#sec-concept .c-text .text {
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.89;
}

#sec-concept .c-item {
    position: absolute;
    display: block;
    right: 3%;
    top: 50px;
}

#sec-concept .c-item img {
    width: auto;
    max-width: 100%;
}

@media (max-width: 768px) {
    #sec-concept .c-ttl .text {
        /* display: block; */ /* line-height: 1.1; */ letter-spacing: 0.1em;
    }

    #sec-concept .c-text .text {
        display: block;
        letter-spacing: 0.01em;
        line-height: 1.89;
    }

    #sec-concept .c-item {
        right: -3%;
        top: 50px;
        width: 155px;
    }

    #sec-concept .c-item img {
    }
}

@media (max-width: 480px) {
    #sec-concept .c-text {
        width: 100%;
    }

    #sec-concept .c-item {
        display: none;
    }

    #sec-concept .c-item img {
    }
}

/* instagram */
#sec-instagram {
}

#sec-instagram .sec-contents {
    overflow: hidden;
    width: calc(100% + 10px);
    margin: 0 -5px;
}

#sec-instagram .sec-contents .insta-wrap {
    display: flex;
    flex-wrap: wrap;
}

#sec-instagram .sec-contents .insta-wrap .item {
    display: block;
    width: 25%;
    padding: 0 5px 10px;
}

@media (max-width: 768px) {
    #sec-instagram .sec-contents .insta-wrap .item {
        width : 33.33333% ;
        width : -webkit-calc(100% / 3) ;
        width : calc(100% / 3) ;
    }
}

@media (max-width: 480px) {
    #sec-instagram .sec-contents .insta-wrap .item {
        width: 50%;
    }
}

#sec-instagram .sec-contents .insta-wrap .item a {
    display: block;
}

#sec-instagram .sec-contents .insta-wrap .item a img {
    transition: all 0.28s ease;
}

#sec-instagram .sec-contents .insta-wrap .item a:hover img {
    opacity: 0.85;
}

/* menu */
#sec-menu {
    background-color: #f7f7f7;
}

#sec-menu .wrap {
    position: relative;
}

#sec-menu .wrap .sec-item01 {
    display: table;
    position: absolute;
    right: 0;
    top: -196px;
}

#sec-menu .wrap .sec-item01 img {
    width: auto;
    max-width: 100%;
}

#sec-menu .sec-contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto;
}

#sec-menu .sec-contents .item-box {
    max-width: 380px;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 50px;
}

#sec-menu .sec-contents .item-box .c-ttl {
    display: inline-flex;
    align-items: center;
    line-height: 1.1;
}

#sec-menu .sec-contents .item-box .c-ttl .text-en {
    display: block;
    line-height: 1;
    letter-spacing: 0.2em;
}

#sec-menu .sec-contents .item-box .c-ttl .text-jp {
    display: block;
    line-height: 1.1;
    padding-left: 5px;
    letter-spacing: 0.01em;
    margin-top: -10px;
}

#sec-menu .sec-contents .item-box .c-box {
}

#sec-menu .sec-contents .item-box .c-box dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-left: 10px;
    /* padding-right: 10px; */
}

#sec-menu .sec-contents .item-box .c-box dl dt {
    line-height: 1.1;
}

#sec-menu .sec-contents .item-box .c-box dl dt .text {
    letter-spacing: 0.03em;
}

#sec-menu .sec-contents .item-box .c-box dl dd {
    line-height: 1.1;
    width: 95px;
    margin-right: -10p;
}

#sec-menu .sec-contents .item-box .c-box dl dd .text {
}

#sec-menu .sec-contents .item-box .text-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#sec-menu .sec-contents .item-box .text-box .c-text {
    display: block;
}

#sec-menu .sec-contents .item-box .text-box .c-text ul {
}

#sec-menu .sec-contents .item-box .text-box .c-text ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

#sec-menu .sec-contents .item-box .text-box .c-text ul li:before {
    content: "※";
    position: absolute;
    left: 0;
    top: -3px;
}

#sec-menu .sec-contents .item-box .text-box .c-text ul li .text {
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.3;
}

@media (max-width: 768px) {
    #sec-menu .wrap .sec-item01 {
        display: table;
        position: absolute;
        right: 0;
        top: -96px;
        width: 80px;
    }

    #sec-menu .wrap .sec-item01 img {
        width: auto;
        max-width: 100%;
    }

    #sec-menu .sec-contents {
        display: block;
    }

    #sec-menu .sec-contents .item-box {
        max-width: inherit;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    #sec-menu .sec-contents .item-box .c-box dl dd {
        line-height: 1.1;
        width: 95px;
        margin-right: -10p;
    }
}

/* sec-tansansen */
#sec-tansansen {
}

#sec-tansansen .sec-header {
    padding-top: 220px;
    padding-bottom: 180px;
    background: url("../img/home/tansansen.jpg") no-repeat center center;
    background-size: cover;
}

#sec-tansansen .tansan-title {
    display: table;
    line-height: 1;
}

#sec-tansansen .tansan-title .text {
    display: block;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 700;
}

#sec-tansansen .tansan-subtitle {
    display: table;
    line-height: 1;
}

#sec-tansansen .tansan-subtitle .text {
    display: block;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #fff;
}
#sec-tansansen .tansan-jptitle {
    display: table;
    line-height: 1;
}

#sec-tansansen .tansan-jptitle .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.05em;
    color: #fff;
}


#sec-tansansen .tansan-text {
    display: block;
/*     padding-top: 70px; */
    margin-bottom: 100px;
}

#sec-tansansen .tansan-text .text {
    display: block;
    line-height: 1.9;
    color: #fff;
    letter-spacing: 0.01em;
}

@media (max-width: 768px) {
	#sec-tansansen .wrap {
	width: 75%;
	}	

    #sec-tansansen .sec-header {
        padding-top: 50px;
        padding-bottom: 90px;
        background-position-x: 65%;
        background: url("../img/home/tansansen-sp.jpg") no-repeat center center;
        background-size: cover;
   }

    #sec-tansansen .tansan-text {
        padding-top: 15px;
        padding-bottom: 0px;
        margin-bottom: 60px;
    }

	#sec-tansansen .tansan-title {
	    display: table;
	    line-height: 1;
	    width: 100%;
	}
	
	#sec-tansansen .tansan-title .text {
	    display: block;
	    line-height: 1;
	    letter-spacing: 0.1em;
	    color: #fff;
	    font-weight: 700;
	    text-align: center;
	    font-size: 7.3rem;
	}
	
	#sec-tansansen .tansan-subtitle {
	    display: table;
	    line-height: 1;
	    width: 100%;
	}
	
	#sec-tansansen .tansan-subtitle .text {
	    display: block;
	    line-height: 1;
	    letter-spacing: 0.2em;
	    color: #fff;
	    text-align: center;
	}
	#sec-tansansen .tansan-jptitle {
	    display: table;
	    line-height: 1;
	}
	
	#sec-tansansen .tansan-jptitle .text {
	    display: block;
	    line-height: 1.3;
	    letter-spacing: 0.05em;
	    color: #fff;
	    font-size: 2.5rem;
	}
	
	
	#sec-tansansen .tansan-text {
	    display: block;
	    padding-top: 0px;
	    margin-bottom: 50px;
	}
	
	#sec-tansansen .tansan-text .text {
	    display: block;
	    line-height: 2.2;
	    color: #fff;
	    letter-spacing: 0.01em;
	    font-size: 1.4rem;
	}

    #sec-tansansen .sec-header .btn-tp02 {
	    display: table;
	    width: 175px;
	    height: 30px;
   }

    #sec-tansansen .sec-header .btn-tp02 .b-wrap .text {
	    display: block;
	    color: #1d4b79;
	    line-height: 30px;
	    padding-top: 5px;
	    letter-spacing: 0.25em;
	    transition: all 0.28s ease;
	    font-size: 1.5rem;
	}

    #sec-tansansen .sec-header .btn-tp02 .b-wrap .arrow {
	    display: table;
	    position: absolute;
	    right: 15px;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    transform: translateY(-50%);
	    transition: all 0.28s ease;
	}

}


#sec-tansansen .sec-contents {
    background: url("../img/home/bg_tansan_03.jpg") no-repeat center top;
    background-size: cover;
}
#sec-tansansen .sec-contents .c-container {
	padding-bottom: 0;
}

#sec-tansansen .sec-contents.c-open .c-container {
    padding-bottom: 100px;
}

#sec-tansansen .sec-contents .wrap {
    background-color: rgba(255,255,255,0.85);
}

#sec-tansansen .sec-contents .wrap .c-open {
    display: block;
    padding: 50px 0;
    cursor: pointer;
}

#sec-tansansen .sec-contents .wrap .c-open .open {
    display: table;
    margin: 0 auto;
}

#sec-tansansen .sec-contents .wrap .c-open .open img {
    width: auto;
}

#sec-tansansen .sec-contents .wrap .c-box {
/*     display: none; */
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
}

#sec-tansansen .sec-contents .wrap .c-box img {
    max-width: 976px;
}

@media (max-width: 768px) {
    #sec-tansansen .sec-contents .wrap .c-open {
        display: block;
        padding: 30px 0;
    }

    #sec-tansansen .sec-contents .wrap .c-open .open img {
        width: 30px;
    }
}

/* sec-esthetic */
#sec-esthetic {
    border-bottom: 1px solid #444;
}

#sec-esthetic .wrap {
}

#sec-esthetic .sec-contents {
}

#sec-esthetic .sec-contents .c-wrap {
    position: relative;
}

#sec-esthetic .sec-contents .c-wrap .c-box {
    position: absolute;
    width: 100%;
    height: 100%;
}

#sec-esthetic .sec-contents .c-wrap .c-box .text-wrap {
    display: table;
    margin: 0 auto;
}

#sec-esthetic .sec-contents .c-wrap .c-box .text-wrap .h-text {
    display: block;
    padding-bottom: 10px;
}

#sec-esthetic .sec-contents .c-wrap .c-box .text-wrap .h-text .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.01em;
    text-align: center;
}

#sec-esthetic .sec-contents .c-wrap .c-box .text-wrap .c-title {
    line-height: 1;
    display: block;
    padding-bottom: 25px;
}

#sec-esthetic .sec-contents .c-wrap .c-box .text-wrap .c-title .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.01em;
    text-align: center;
}

@media (max-width: 480px) {
    #sec-esthetic .wrap {
        width: 100%;
    }

    #sec-esthetic .sec-contents .c-wrap .c-box {
        padding-top: 40px;
    }

    #sec-esthetic .sec-contents .c-wrap .c-box .text-wrap .h-text .text {
        font-size: 15px;
    }

    #sec-esthetic .sec-contents .c-wrap .c-box .text-wrap .c-title .text {
        font-size: 28px;
    }
}

#sec-esthetic .sec-contents .c-wrap .c-box .text-wrap .btn-tp03 {
}

#sec-esthetic .sec-contents .c-wrap .foot-text {
    position: absolute;
    right: 30px;
    bottom: 20px;
    display: table;
    line-height: 1;
}

#sec-esthetic .sec-contents .c-wrap .foot-text .text {
    color: #fefefe;
    display: block;
    line-height: 1;
    letter-spacing: 0.01em;
}

@media (max-width: 480px) {
    #sec-esthetic .sec-contents .c-wrap .foot-text {
        position: absolute;
        right: 30px;
        bottom: 20px;
        display: table;
        line-height: 1;
    }

    #sec-esthetic .sec-contents .c-wrap .foot-text .text {
        color: #fefefe;
        display: block;
        line-height: 1;
        letter-spacing: 0.01em;
    }
}

#sec-esthetic .sec-contents .c-wrap .circle-text {
    position: absolute;
    display: block;
    width: 114px;
    height: 114px;
    border-radius: 50%;
    background-color: #000;
    z-index: 2;
    right: 5%;
    top: -57px;
}

#sec-esthetic .sec-contents .c-wrap .circle-text .text {
    display: block;
    text-align: center;
    letter-spacing: 0.01em;
    line-height: 1.1;
    color: #fff;
    padding-top: 36px;
}

@media (max-width: 991px) {
    #sec-esthetic .sec-contents .c-wrap .circle-text {
        width: 90px;
        height: 90px;
        right: 3%;
        top: -42px;
    }

    #sec-esthetic .sec-contents .c-wrap .circle-text .text {
        padding-top: 28px;
    }
}

@media (max-width: 480px) {
    #sec-esthetic .sec-contents .c-wrap .circle-text {
        width: 70px;
        height: 70px;
        right: 3%;
        top: -35px;
    }

    #sec-esthetic .sec-contents .c-wrap .circle-text .text {
        padding-top: 24px;
        font-size: 15px;
    }
}

#sec-esthetic .sec-contents .c-wrap .bg-image {
}

#sec-esthetic .sec-contents .c-wrap .bg-image img {
}

/* sec-gallery */
#sec-gallery {
}

#sec-gallery .wrap {
}

#sec-gallery .contnts-wrap {
    width: 100%;
    overflow: hidden;
}

#sec-gallery .contnts-wrap .c-ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 50px);
    overflow: hidden;
    margin: 0 -25px;
}

#sec-gallery .contnts-wrap .c-ul .c-list {
    width: 25%;
    padding: 25px;
}

#sec-gallery .contnts-wrap .c-ul .c-list .img-box {
    display: block;
}

#sec-gallery .contnts-wrap .c-ul .c-list .img-box a {
    display: block;
    position: relative;
}

#sec-gallery .contnts-wrap .c-ul .c-list .img-box a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    transition: opacity .28s linear;
    opacity: 0;
}

#sec-gallery .contnts-wrap .c-ul .c-list .img-box a:hover:before {
    opacity: 1;
}

#sec-gallery .contnts-wrap .c-ul .c-list .img-box a .image {
    display: block;
}

#sec-gallery .contnts-wrap .c-ul .c-list .img-box a .image img {
}

#sec-gallery .contnts-wrap .c-ul .c-list .img-box a .image-title {
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    transition: opacity .28s linear;
    opacity: 0;
}

#sec-gallery .contnts-wrap .c-ul .c-list .img-box a:hover .image-title {
    opacity: 1;
}

#sec-gallery .contnts-wrap .c-ul .c-list .img-box a .image-title .text {
    display: block;
    width: 100%;
    line-height: 1.2;
    letter-spacing: 0.02em;
    padding-bottom: 10px;
    position: relative;
}

#sec-gallery .contnts-wrap .c-ul .c-list .img-box a .image-title .text:after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

#sec-gallery .contnts-wrap .c-ul .c-list .img-box a .image-title .text-en {
    display: block;
    line-height: 1.2;
    letter-spacing: 0.02em;
    padding-top: 10px;
}

@media (max-width: 768px) {
    #sec-gallery .contnts-wrap .c-ul {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 20px);
        overflow: hidden;
        margin: 0px -10px;
    }

    #sec-gallery .contnts-wrap .c-ul .c-list {
        padding: 10px;
        width: 33.33333%;
        width : -webkit-calc(100% / 3);
        width : calc(100% / 3);
    }
}

@media (max-width: 480px) {
    #sec-gallery .contnts-wrap .c-ul {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 20px);
        overflow: hidden;
        margin: 0px -10px;
    }

    #sec-gallery .contnts-wrap .c-ul .c-list {
        width: 50%;
        padding: 10px;
    }
}

/* sec-about */
#sec-about {
    background-color: #f7f7f7;
}

#sec-about .sec-contents {
    display: flex;
}

#sec-about .sec-contents .col-info {
    width: 49%;
    padding: 0 6% 0 4%;
}

#sec-about .sec-contents .col-info dl {
    border-bottom: 1px solid #999;
    padding: 0 10px 20px;
    margin: 0 0 20px;
    display: flex;
}

#sec-about .sec-contents .col-info dl dt {
    width: 120px;
}

#sec-about .sec-contents .col-info dl dt .text {
    display: block;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

#sec-about .sec-contents .col-info dl dd {
    width: 100%;
    flex: 1;
}

#sec-about .sec-contents .col-info dl dd .text {
    display: block;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

#sec-about .sec-contents .col-image {
    width: 51%;
}

#sec-about .sec-contents .col-image .shop-slide-wrap {
}

#sec-about .sec-contents .col-image .shop-slide-wrap .shop-slider {
    position: relative;
    opacity: 0;
    transition: opacity .3s linear;
}

#sec-about .sec-contents .col-image .shop-slide-wrap .shop-slider.slick-initialized {
    opacity: 1;
}

#sec-about .sec-contents .col-image .shop-slide-wrap .shop-slider li {
}

#sec-about .sec-contents .col-image .shop-slide-wrap .shop-slider li img {
}

.slick-prev, .slick-next {
    position: absolute;
    z-index: 3;
    top: 50%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    height: 20px;
    width: 20px;
}

.slick-prev {
    left: 5%;
    transform: rotate(-135deg);
}

.slick-next {
    right: 5%;
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    #sec-about .sec-contents {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    #sec-about .sec-contents .col-info {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }

    #sec-about .sec-contents .col-image {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #sec-about .sec-contents {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    #sec-about .sec-contents .col-info {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }

    #sec-about .sec-contents .col-info dl {
        border-bottom: 1px solid #999;
        padding: 0 10px 15px;
        margin: 0 0 15px;
        display: block;
    }

    #sec-about .sec-contents .col-info dl dt {
        width: 100px;
        margin-bottom: 10px;
    }

    #sec-about .sec-contents .col-info dl dt .text {
        font-weight: bold;
    }

    #sec-about .sec-contents .col-image {
        width: 100%;
    }
}

#sec-map {
    position: relative;
    width: 100%;
}

#sec-map:before {
    content: "";
    display: block;
    padding-top: 49.21875%;
}

#sec-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 480px) {
    #sec-map:before {
        content:"";
        display: block;
        padding-top: 80%;
    }
}
