/*# sourceURL=css/home.css */
/*@ sourceURL=css/home.css */
/*@ sourceURL=css/home.css */
@charset "utf-8";
/* ------------------------------------------ */
/* HOME CSS */
/* ------------------------------------------ */
/* main-slide-area */
#main-slide-area {
    width: 100%;
    /* 	max-height: 600px; */
}

#main-slide-area .main-slideWrap {
    display: flex;
    width: 100%;
}

#main-slide-area .main-slideWrap .slide-left-wrap {
}

#main-slide-area .main-slideWrap .slide-right-wrap {
}

#main-slide-area .main-slideWrap .slidesWrap {
    width: 50% !important;
    height: auto !important;
}
@media (max-width: 991px) {
	#main-slide-area .main-slideWrap {
	    display: block;
	    width: 100%;
	    height: 100vh;
	}
	#main-slide-area .main-slideWrap .slidesWrap {
	    width: 100% !important;
	    height: 50% !important;
	}
}

.slidesWrap .slides {
}

.slidesWrap .slides .slide {
}

.slidesWrap .slides .slide .image-box {
    display: block;
    overflow: hidden;
}

.slidesWrap .slides .slide .image-box img {
}

.slidesWrap .slides .slide.active .image-box img {
    -webkit-animation: zoom ease-out 1s;
    animation: zoom ease-out 1s;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1.08) translate(0);
        transform: scale(1.08) translate(0);
    }

    100% {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0);
    }
}

@media (max-width: 991px) {
	.slidesWrap .slides {
		height: 100% !important;
	}
	.slidesWrap .slides .slide {
		height: 100% !important;
	}
	.slidesWrap .slides .slide .image-box {
		height: 100% !important;
	}
	.slidesWrap .slides .slide .image-box img {
		height: 100% !important;
	}
}



/* sec-wrap */
.sec-wrap .wrap {
    position: relative;
}

.sec-wrap .sec-title {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
    transform-origin: left top;
}

.sec-wrap .sec-title .sttl-num {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.1em;
}

.sec-wrap .sec-title .sttl-text {
    font-size: 26px;
    line-height: 1;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #000;
    letter-spacing: 0.05em;
}

@media (max-width: 991px) {
    .sec-wrap .sec-title {
        position: inherit;
        transform: inherit;
        /* justify-content: inherit; */
        margin-bottom: 30px;
    }

    .sec-wrap .sec-title .sttl-num {
        font-size: 20px;
    }

    .sec-wrap .sec-title .sttl-text {
        padding-left: 10px;
        margin-left: 10px;
        font-size: 20px;
    }
}

/* sec-news */
#sec-news {
}

.news-wrap {
    width: 100%;
    overflow: hidden;
}
@media (max-width: 991px) {
	.news-wrap {
	    width: 90%;
	    margin: 0 auto;
	}
}

.news-wrap .item-ul {
    width: calc(100% + 30px);
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.news-wrap .item-ul .item-list {
    width: 33.33333%;
    width : -webkit-calc(100% / 3);
    width : calc(100% / 3);
}

.news-wrap .item-ul .item-list .item-wrap {
    padding: 0 15px 30px;
}

@media (max-width: 991px) {
    .news-wrap .item-ul {
        width: calc(100% + 10px);
        display: flex;
        margin-left: -5px;
        margin-right: -5px;
        flex-wrap: wrap;
    }

    .news-wrap .item-ul .item-list {
        width: 100%;
    }

    .news-wrap .item-ul .item-list .item-wrap {
        padding: 0 0 30px;
    }
}

.news-wrap .item-ul .item-list .item-wrap .img-box {
    display: block;
    overflow: hidden;
}

.news-wrap .item-ul .item-list .item-wrap .img-box a {
    display: block;
    width: 100%;
    transition-duration: 0.3s;
    overflow: hidden;
}

.news-wrap .item-ul .item-list .item-wrap .img-box img {
    transition-duration: 0.3s;
}

.news-wrap .item-ul .item-list .item-wrap .img-box a:hover img {
    transform: scale(1.05);
    transition-duration: 0.3s;
}

.news-wrap .item-ul .item-list .item-wrap.noimage .img-box {
}

.news-wrap .item-ul .item-list .item-wrap.noimage .img-box img {
}

.news-wrap .item-ul .item-list .item-wrap .text-box {
    padding-top: 10px;
}

.news-wrap .item-ul .item-list .item-wrap .text-box .cBox {
    display: flex;
    align-items: center;
}

.news-wrap .item-ul .item-list .item-wrap .text-box .cBox .n-date {
    display: block;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #81A489;
}

.news-wrap .item-ul .item-list .item-wrap .text-box .cBox .n-text {
    display: block;
    font-size: 13px;
    letter-spacing: -0.1em;
    line-height: 1.3;
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 13px;
    margin-left: 13px;
    border-left: 1px solid #3F3B3A;
}

@media (max-width: 991px) {
    .news-wrap .item-ul .item-list .item-wrap .text-box .cBox {
        /* display: block; */
        /* align-items: center; */
    }

    .news-wrap .item-ul .item-list .item-wrap .text-box .cBox .n-date {
        font-size: 13px;
        line-height: 1.1;
    }

    .news-wrap .item-ul .item-list .item-wrap .text-box .cBox .n-text {
        margin: 0;
        padding: 0;
        padding-left: 15px;
        margin-left: 0;
        /* border-top: 1px solid #3F3B3A; */
        border-left: none;
        font-size: 13px;
        width: 100%;
        flex: 1;
    }
}

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

#sec-concept .sec-cWrap {
}
#sec-concept .sec-cWrap .sec-title.sp-only {
	color: #fff;
}
#sec-concept .sec-cWrap .sec-title.sp-only .sttl-text {
    font-size: 20px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #fff;
}

#sec-concept .concept-wrap {
    position: relative;
    background-color: #81A489;
    padding: 80px 30px;
}

#sec-concept .concept-wrap:after {
    content: "";
    display: block;
    width: 156px;
    height: 156px;
    background-image: url("https://fun-dining.com/css/../img/home/bg-sec02.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    top: 30px;
}

#sec-concept .concept-wrap .c-title {
    color: rgba(255,255,255,0.9);
    display: block;
    text-align: center;
    line-height: 1.1;
}

#sec-concept .concept-wrap .c-title span {
    line-height: 1.3;
    letter-spacing: 0.01em;
    font-weight: 200;
}

#sec-concept .concept-wrap .c-text {
    color: rgba(255,255,255,0.9);
    display: block;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 70px;
}

#sec-concept .concept-wrap .c-text span {
    display: block;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

@media (max-width: 991px) {
    #sec-concept .concept-wrap {
        padding: 30px;
    }

    #sec-concept .concept-wrap:after {
        width: 70px;
        height: 70px;
        right: 15px;
        top: 15px;
        background-size: cover;
    }

    #sec-concept .concept-wrap .c-text {
        padding-top: 20px;
    }
}

/* sec-service */
#sec-service {
}

#sec-service .sec-cWrap {
}
@media (max-width: 991px) {
	#sec-service .sec-cWrap .service-wrap {
		width: 90%;
		margin: 0 auto;
	}
}

.service-wrap .srv-wrap {
    padding-bottom: 90px;
}

.service-wrap .srv-wrap .cWrap {
    display: flex;
}

.service-wrap .srv-wrap .cWrap .img-box {
    width: 59%;
}

.service-wrap .srv-wrap:nth-child(2n) .cWrap .img-box {
    order: 2;
}

.service-wrap .srv-wrap .cWrap .img-box img {
}

.service-wrap .srv-wrap .cWrap .text-box {
    width: 41%;
    padding-left: 40px;
}

.service-wrap .srv-wrap:nth-child(2n) .cWrap .text-box {
    order: 1;
    padding-right: 40px;
    padding-left: 0;
}

.service-wrap .srv-wrap .cWrap .text-box .ttl-en {
    display: inline-block;
    padding-bottom: 10px;
}

.service-wrap .srv-wrap .cWrap .text-box .ttl-en img {
}

.service-wrap .srv-wrap .cWrap .text-box .ttl-jp {
    display: block;
    padding-bottom: 30px;
}

.service-wrap .srv-wrap .cWrap .text-box .ttl-jp span {
    display: block;
    letter-spacing: 0.05em;
    color: #9f9f9f;
    line-height: 1.1;
}

.service-wrap .srv-wrap .cWrap .text-box .c-text {
    display: block;
    padding-bottom: 25px;
}

.service-wrap .srv-wrap .cWrap .text-box .c-text span {
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.6;
}

.service-wrap .srv-wrap .cWrap .text-box .c-price {
    background-color: #efefef;
    padding: 10px 13px;
}

.service-wrap .srv-wrap .cWrap .text-box .c-price .price-box {
    display: flex;
    align-items: center;
}

.service-wrap .srv-wrap .cWrap .text-box .c-price .price-box .exe {
    display: block;
    width: 100%;
    flex: 1;
    color: #81A489;
    letter-spacing: -0.01em;
    line-height: 1.5;
    padding: 2px 0;
    padding-right: 13px;
    margin-right: 15px;
    border-right: 1px solid rgba(0,0,0,0.3);
}

.service-wrap .srv-wrap .cWrap .text-box .c-price .price-box .price {
    width: 85px;
    letter-spacing: 0.01em;
    line-height: 1;
}

@media (max-width: 991px) {
    .service-wrap .srv-wrap {
        padding-bottom: 50px;
    }

    .service-wrap .srv-wrap .cWrap {
        display: block;
    }

    .service-wrap .srv-wrap .cWrap .img-box {
        width: 100%;
    }

    .service-wrap .srv-wrap:nth-child(2n) .cWrap .img-box {
        order: inherit;
    }

    .service-wrap .srv-wrap .cWrap .text-box {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }

    .service-wrap .srv-wrap:nth-child(2n) .cWrap .text-box {
        order: inherit;
        padding-right: 0;
        padding-left: 0;
    }

    .service-wrap .srv-wrap .cWrap .text-box .ttl-jp {
        padding-bottom: 20px;
    }

    .service-wrap .srv-wrap .cWrap .text-box .c-text {
        padding-bottom: 20px;
    }

    .service-wrap .srv-wrap .cWrap .text-box .c-price .price-box .price {
        width: 85px;
        letter-spacing: 0.01em;
        line-height: 1;
    }
}

#sec-service .sec-cWrap .btn-box {
}

#sec-service .sec-cWrap .btn-box a {
    display: table;
    width: 290px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.3);
    line-height: 1;
}

#sec-service .sec-cWrap .btn-box a .text {
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

#sec-service .sec-cWrap .btn-box a:hover {
    background-color: #81A489;
    border: 1px solid #81A489;
}

#sec-service .sec-cWrap .btn-box a:hover .text {
    color: #fff;
}

/* sec-price */
#sec-price {
}

@media (max-width: 991px) {
	#sec-price {
		margin-bottom: 0;
	    padding-bottom: 30px;
	}
	#sec-price .sec-cWrap {
		width: 90%;
		margin: 0 auto;
	}
}

#sec-price .sec-cWrap .price-image {
    display: block;
}

#sec-price .sec-cWrap .price-wrap {
}

#sec-price .sec-cWrap .price-wrap .c-title {
    display: block;
    text-align: center;
    line-height: 1.1;
}

#sec-price .sec-cWrap .price-wrap .c-title span {
    display: block;
    line-height: 1.1;
}

#sec-price .sec-cWrap .c-wrap {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
}

#sec-price .sec-cWrap .c-wrap .c-box {
    margin-bottom: 50px;
}

#sec-price .sec-cWrap .c-wrap .c-box .c-ttl {
    display: block;
    width: 100%;
    line-height: 1.1;
}

#sec-price .sec-cWrap .c-wrap .c-box .c-ttl span {
    display: block;
    text-align: center;
    padding: 10px 0;
    border: 1px solid rgba(0,0,0,0.3);
    line-height: 1.1;
    letter-spacing: 0.03em;
}

#sec-price .sec-cWrap .c-wrap .c-text {
    display: block;
    padding-top: 20px;
    letter-spacing: -0.02em;
    line-height: 1.9;
}

#sec-price .sec-cWrap .price-wrap .btn-wrap {
}

#sec-price .sec-cWrap .price-wrap .btn-wrap .btn-box {
    display: flex;
    justify-content: space-between;
}

#sec-price .sec-cWrap .price-wrap .btn-wrap .btn-box .c-box {
    display: block;
    width: 46%;
    border: 1px solid rgba(0,0,0,0.3);
}

#sec-price .sec-cWrap .price-wrap .btn-wrap .btn-box a.c-box:hover {
    background-color: #81A489;
    border: 1px solid #81A489;
}

#sec-price .sec-cWrap .price-wrap .btn-wrap .btn-box .c-box .text-box {
    display: flex;
    padding: 60px 30px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
}

#sec-price .sec-cWrap .price-wrap .btn-wrap .btn-box .c-box .text-box span {
    width: 100%;
    text-align: center;
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.1;
}

#sec-price .sec-cWrap .price-wrap .btn-wrap .btn-box .c-box .text-box .text01 {
    padding-bottom: 12px;
}

#sec-price .sec-cWrap .price-wrap .btn-wrap .btn-box .c-box .text-box .text02 {
    padding-bottom: 8px;
}

#sec-price .sec-cWrap .price-wrap .btn-wrap .btn-box .c-box .text-box .text03 {
}

#sec-price .sec-cWrap .price-wrap .btn-wrap .btn-box .c-box .text-box .text04 {
    line-height: 1.3;
}

#sec-price .sec-cWrap .price-wrap .btn-wrap .btn-box a.c-box:hover .text-box .text04 {
    color: #fff;
}

@media (max-width: 991px) {
    #sec-price .sec-cWrap .price-wrap .btn-wrap .btn-box {
        display: block;
    }

    #sec-price .sec-cWrap .price-wrap .btn-wrap .btn-box .c-box {
        width: 80%;
        margin: 0 auto;
    }

    #sec-price .sec-cWrap .price-wrap .btn-wrap .btn-box span.c-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    #sec-price .sec-cWrap .price-wrap .btn-wrap .btn-box .c-box {
        width: 100%;
    }

    #sec-price .sec-cWrap .price-wrap .btn-wrap .btn-box span.c-box {
        margin-bottom: 30px;
    }

    #sec-price .sec-cWrap .price-wrap .btn-wrap .btn-box .c-box .text-box {
        padding: 30px 10px;
    }
}

/* sec-about */
#sec-about {
}

#sec-about .bg-gray {
    background-color: #efefef;
}

#sec-about .sec-title {
    top: -20px;
}

#sec-about .sec-cWrap {
}

#sec-about .about-wrap {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

#sec-about .about-wrap .c-box {
    display: flex;
    border-bottom: 1px solid #595757;
    padding: 0 8px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#sec-about .about-wrap .c-box:last-child {
    border-bottom: none;
}

#sec-about .about-wrap .c-box .c-ttl {
    font-size: 16px;
    color: #595757;
    line-height: 1.1;
}

#sec-about .about-wrap .c-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

#sec-about .about-wrap .c-box .c-text {
    font-size: 16px;
    color: #595757;
    line-height: 1.1;
}

#sec-about .map-wrap {
    width: 100%;
    height: 470px;
	padding: 30px;
    background-color: #fff;
}

#sec-about .map-wrap .map-box {
    display: block;
    width: 100%;
    height: 100%;
}

#sec-about .map-wrap .map-box iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    #sec-about .about-wrap {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        padding-top: 60px !important;
    }

    #sec-about .wrap {
        width: 100%;
        padding-right: 0;
    }

    #sec-about .sec-title {
        top: 30px;
/*         left: 15px; */
        margin-bottom: 0;
    }

    #sec-about .map-wrap {
        width: 90%;
        height: 300px;
        margin: 0 auto;
        padding: 15px;
    }
}

@media (max-width: 576px) {
    #sec-about .sec-title {
        /* left: 20px; */
    }

    #sec-about .about-wrap {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    #sec-about .about-wrap .c-box {
        /* display: block; */
        padding: 0 8px;
        padding-bottom: 15px;
        /* margin-bottom: 15px; */
    }

    #sec-about .about-wrap .c-box .c-ttl {
        /* padding-bottom: 10px; */
    }

    #sec-about .about-wrap .c-box .c-text {
    width: 100%;
    flex: 1;
    }
}
