@charset "utf-8";

/**
topFirstView style
**/
.topFirstView{
    background-image: url(../img/hero_sp.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    height: 540px;
    width: 100%;
    margin-top: 76px;
    position: relative;
    overflow: hidden;
}
@media (min-width:767px) {
    .topFirstView{
        background-image: url(../img/hero.jpg);
        height: 540px;
    }
}
@media (min-width:1366px) {
    .topFirstView{
        width: 1366px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }
}



.topFirstView .topFirstViewTitleBlock{
    position: absolute;
    left: 25px;
    top: 33%;
}
@media (min-width:767px) {
    .topFirstView .topFirstViewTitleBlock{
        left: 55px;
    }
}
.topFirstView .topFirstViewTitleBlock__title{
    font-size: 3.8rem;
    letter-spacing: 1px;
    color: #000;
    font-weight: normal;
    text-shadow:
     2px  2px 4px #ffffff,
    -2px  2px 4px #ffffff,
     2px -2px 4px #ffffff,
    -2px -2px 4px #ffffff;
}
@media (min-width:767px) {
    .topFirstView .topFirstViewTitleBlock__title{
        font-size: 4.6rem;
    }
}
.topFirstView .topFirstViewTitleBlock__txt{
    font-size: 1.2rem;
    margin-top: -15px;
    font-weight: bold;
    color: #000;
    text-shadow:
    2px  2px 4px #ffffff,
    -2px  2px 4px #ffffff,
     2px -2px 4px #ffffff,
    -2px -2px 4px #ffffff;
}
@media (min-width:767px) {
    .topFirstView .topFirstViewTitleBlock__txt{
        font-size: 1.4rem;
    }
}


/**
latestNews style
**/
.latestNews{
    margin-top: 2rem;
}
@media (min-width:767px) {
    .latestNews{
        margin-top: 4rem;
    }   
}
.latestNews .latestNewsPost{
    padding: .5rem 1.5rem;
    border: 3px solid #ccc59b;
    overflow: hidden;
    position: relative;
}
@media (min-width:767px) {
    .latestNews .latestNewsPost{
        padding: 1rem 2rem;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}
.latestNews .latestNewsPost::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-width: 25px 25px 0 0;
    border-style: solid;
    border-color: #ccc59b #fff #ccc59b;
}
.latestNews .latestNewsPost__title{
    font-size: .9rem;
}
@media (min-width:767px) {
    .latestNews .latestNewsPost__title{
        font-size: 1.2rem;
    }
}
.latestNews .latestNewsPost__content{
    display: flex;
    margin-top: .3rem;
}
.latestNews .latestNewsPost__time{
    font-size: .9rem;
    display: inline-block;
    margin-right: 1rem;
}
@media (min-width:767px) {
    .latestNews .latestNewsPost__time{
        font-size: 1.1rem;
    }
}
.latestNews .latestNewsPost .latestNewsPost__link{
    font-size: .9rem;
    color: #333;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media (min-width:767px) {
    .latestNews .latestNewsPost .latestNewsPost__link{
        font-size: 1.1rem;
    }
}

/**
concept style
**/
.concept{
    margin-top: 3rem;
}
@media (min-width:767px) {
    .concept{
        margin-top: 5rem;
    }
}
.concept .conceptContent{
    margin-top: 1.5rem;
}
@media (min-width:1366px) {
    .concept .conceptContent{
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-top: 3rem;
    }
}

@media (min-width:1366px) {
    .concept .conceptTxtBlock{
        width: 48%;
    }
}
.concept .conceptTxtBlock__title{
    font-size: 1rem;
    text-align: center;
}
@media (min-width:767px) {
    .concept .conceptTxtBlock__title{
        font-size: 1.4rem;
        text-align: center;
    }
}
@media (min-width:1366px) {
    .concept .conceptTxtBlock__title{
        font-size: 1.6rem;
    }
}


.concept .conceptTxtBlock__txt{
    margin-top: 1.5rem;
    font-size: .9rem;
    line-height: 1.6rem;
    letter-spacing: 1px;
}
@media (min-width:767px) {
    .concept .conceptTxtBlock__txt{
        margin-top: 2rem;
        font-size: 1rem;
        line-height: 1.8rem;
    }
}
@media (min-width:1366px) {
    .concept .conceptTxtBlock__txt{
        font-size: 1.2rem;
        line-height: 2rem;
    }
}
.concept .conceptTxtBlock__txt.conceptTxtBlock__txt--right{
    text-align: right;
}
.concept .conceptImageBlock{
    margin-top: 1.5rem;
    position: relative;
}
@media (min-width:767px) {
    .concept .conceptImageBlock{
        display: flex;
        align-items: end;
    }
}
@media (min-width:1366px) {
    .concept .conceptImageBlock{
        margin-top: 0px;
        width: 48%;
    }
}
.concept .conceptImage{
    width: 60%;
    position: relative;
}
@media (min-width:767px) {
    .concept .conceptImage{
        width: 50%;
    }
}
.concept .conceptImage.conceptImageBlock2{
    position: absolute;
    bottom: -60px;
    right: 10px;
}
@media (min-width:767px) {
    .concept .conceptImage.conceptImageBlock2{
        position: relative;
        bottom: -80px;
        width: 60%;
    }
}
.concept .conceptImage .conceptImage__img{
    width: 100%;
    position: relative;
    z-index: 1;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.concept .conceptImage.conceptImageBlock3{
    position: absolute;
    right: 0;
    width: 35%;
    top: 20px;
}
@media (min-width:767px) {
    .concept .conceptImage.conceptImageBlock3{
        bottom: -200px;
        display: none;
    }
}
.concept .conceptImage.conceptImageBlock3 .conceptImage__decoration{
    width: 100%;
}

.concept .conceptImage.conceptImageBlock4{
    position: absolute;
    left: 0px;
    bottom: -150px;
    width: 30%;
}
@media (min-width:767px) {
    .concept .conceptImage.conceptImageBlock4{
        display: none;
    }
}
.concept .conceptImage.conceptImageBlock4 .conceptImage__decoration{
    width: 100%;
}
.concept .conceptImage .conceptImage__back{
    width: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 100%;
}
.concept .conceptImage .conceptImage__back.conceptImage__back--gray{
    background-color: #f0f0f0;
}
.concept .conceptImage .conceptImage__back.conceptImage__back--beige{
    background-color: #faf8ed;
}

/**
menu style
**/
.menu{
    padding-top: 9rem;
}
@media (min-width:767px) {
    .menu{
        padding-top: 11rem;
    }
}

/**
information style
**/
.information{
    padding-top: 4rem;
}
@media (min-width:767px) {
    .information{
        padding-top: 5rem;
    }
    .information .alternate{
        flex-direction: row-reverse;
    }
}


/**
review style
**/
.review{
    padding: 2rem 0px 2rem 10px;
    margin-top: 4rem;
    background-image: url(../img/review.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width:767px) {
    .review{
        padding: 4rem 0rem;
    }

    .review .reviewBlock{
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:1366px) {
    .review{
        background-size: cover;
    }
}


.review .reviewSwiper{
    padding-top: 17px;
    margin-top: 1.5rem;
    height: auto;
}
@media (min-width:1366px) {
    .review .reviewSwiper{
        margin-top: 3rem;
    }
}
.review .reviewSwiper .reviewSwiper__slide{
    height: auto;
}
.review .reviewSwiper .reviewSwiper__slide:last-child .reviewPost{
    margin-right: 10px;
}
.review .reviewPost{
    border: 1px solid #333;
    border-radius: 15px;
    background-color: #fff;
    padding: 30px 15px 15px 15px;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media (min-width:1366px) {
    .review .reviewPost{
        padding-top: 50px;
    }
}
.review .reviewPost .reviewPost__title{
    font-size: .9rem;
    line-height: 1.5;
    min-height: 65px;
}
@media (min-width:1366px) {
    .review .reviewPost .reviewPost__title{
        font-size: 1.1rem;
    }
}
.review .reviewPost .reviewPost__txtWrapper{
    border-top: 1px solid #333;
    margin-top: .5rem;
}
.review .reviewPost .reviewPost__txt{
    font-size: .8rem;
    line-height: 1.6;
    margin-top: .5rem;
}
@media (min-width:1366px) {
    .review .reviewPost .reviewPost__txt{
        font-size: 1rem;
        line-height: 1.8rem;
    }
}
.review .reviewPost .reviewPost__customer{
    font-size: .8rem;
    text-align: right;
    margin-top: .5rem;
}
@media (min-width:1366px) {
    .review .reviewPost .reviewPost__customer{
        font-size: 1rem;
    }
}
.review .reviewPost .reviewPost__tag{
    position: absolute;
    font-size: .7rem;
    background-color: #fef4b4;
    padding: .5rem 1rem;
    top: -17px;
    z-index: 2;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
}

@media (min-width:1366px) {
    .review .reviewPost .reviewPost__tag{
        font-size: .9rem;
        padding: .8rem 1rem;
    }
}
.review .swiper-pagination{
    margin-top: 20px;
}
.review .moreTxt{
    margin-top: 1rem;
}
@media (min-width:767px) {
    .review .moreTxt{
        margin-top: 1.5rem;
    }
}
/**
faq style
**/
.faq{
    margin-top: 3rem;
    margin-bottom: 3.5rem;
}
@media (min-width:767px) {
    .faq{
        margin-top: 4rem;
        margin-bottom: 6rem;
    }
}
.faq .faqContent{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
@media (min-width:767px) {
    .faq .faqContent{
        margin-top: 2rem;
    }
}
@media (min-width:1366px) {
    .faq .faqContent{
        margin-top: 3rem;
    }
}

.faq .faqAccordion{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1rem;
}
@media (min-width:1366px) {
    .faq .faqAccordion{
        padding-bottom: 1.2rem;
    }
}
.faq .faqAccordion .faqAccordion__title::before,
.faq .faqAccordion .faqAccordion__txt::before{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    min-width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    margin-right: .8rem;
}
@media (min-width:1366px) {
    .faq .faqAccordion .faqAccordion__title::before,
    .faq .faqAccordion .faqAccordion__txt::before{
        width: 60px;
        height: 60px;
        min-width: 60px;
        line-height: 60px;
        font-size: 1.4rem;
    }
}
.faq .faqAccordion .faqAccordion__title::before{
    content: 'Q';
    background-color: #22a8d1;
}
.faq .faqAccordion .faqAccordion__txt::before{
    content: 'A';
    background-color: #8e2d42;
}
.faq .faqAccordion .faqAccordion__title{
    margin-top: .5rem;
    position: relative;
}
@media (min-width:1366px) {
    .faq .faqAccordion .faqAccordion__title{
        margin-top: 1.2rem;
    }
}
.faq .faqAccordion .faqAccordion__head{
    font-size: .9rem;
    font-weight: normal;
    width: 80%;
}
@media (min-width:767px) {
    .faq .faqAccordion .faqAccordion__head{
        font-size: 1rem;
    }
}
@media (min-width:1366px) {
    .faq .faqAccordion .faqAccordion__head{
        font-size: 1.2rem;
    }
}
.faq .faqAccordion .faqAccordion__txt{
    display: flex;
    font-size: .9rem;
    line-height: 1.6;
    margin-top: .5rem;
}
@media (min-width:767px) {
    .faq .faqAccordion .faqAccordion__txt{
        font-size: 1rem;
    }
}
@media (min-width:1366px) {
    .faq .faqAccordion .faqAccordion__txt{
        font-size: 1.2rem;
        line-height: 1.8;
    }
}

.faq .decoration{
    text-align: center;
    position: relative;
}
.faq .decoration .decoration__img{
    width: 60%;
}
@media (min-width:767px) {
    .faq .decoration .decoration__img{
        width: 30%;
    }
}
.faq .decoration .decoration__txt{
    font-size: .8rem;
    font-style: italic;
    transform: rotate(-90deg);
    position: absolute;
    left: -20px;
    top: 40%;
}
@media (min-width:767px) {
    .faq .decoration .decoration__txt{
        font-size: 1.2rem;
        left: -30px;
    }
}

/**
news style
**/
.news{
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-color: #f0f0f0;
}
@media (min-width:767px) {
    .news{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
.news .newsContent{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
@media (min-width:1366px) {
    .news .newsContent{
        margin-top: 3rem;
    }
}
@media (min-width:767px) {
    .news .moreTxt{
        margin-top: 2rem;
    }
}

.news .newsPost{
    border: 1px solid #333;
    background-color: #fff;
    padding: .5rem;
}
@media (min-width:1366px) {
    .news .newsPost{
        padding: 1rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
.news .newsPost:not(:last-child){
    margin-bottom: .8rem;
}
@media (min-width:767px) {
    .news .newsPost:not(:last-child){
        margin-bottom: 1rem;
    }
}
@media (min-width:1366px) {
    .news .newsPost:not(:last-child){
        margin-bottom: 1.5rem;
    }
}
.news .newsPost .newsPost__link{
    text-decoration: none;
    color: #333;
    position: relative;
    display: block;
}
.news .newsPost .newsPost__link::after{
    font-family: 'Material Symbols Outlined' !important;
    content: "\e5cc";
    position: absolute;
    right: 0;
    top: 33%;
    right: 0;
}
@media (min-width:767px) {
    .news .newsPost .newsPost__link::after{
        font-size: 1.2rem;
    }
}
@media (min-width:1366px) {
    .news .newsPost .newsPost__link::after{
        font-size: 1.8rem;
    }
}
.news .newsPost .newsPost__info{
    display: flex;
    font-size: .8rem;
    align-items: center;
    margin-bottom: .3rem;
}
.news .newsPost .newsPost__info .news__tag{
    font-size: .6rem;
    padding: .3rem;
    color: #fff;
    text-align: center;
    margin-right: .5rem;
}
@media (min-width:767px) {
    .news .newsPost .newsPost__info .news__tag{
        font-size: .7rem;
    }
}
@media (min-width:1366px) {
    .news .newsPost .newsPost__info .news__tag{
        font-size: .9rem;
        padding: .5rem;
    }
}
.news .newsPost .newsPost__info .news__time{
    font-size: .7rem;
}
@media (min-width:767px) {
    .news .newsPost .newsPost__info .news__time{
        font-size: .9rem;
    }
}
@media (min-width:1366px) {
    .news .newsPost .newsPost__info .news__time{
        font-size: 1.1rem;
    }
}

.news .newsPost .newsPost__title{
    font-size: .8rem;
    font-weight: normal;
    width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
@media (min-width:767px) {
    .news .newsPost .newsPost__title{
        font-size: 1rem;
        font-weight: normal;
        width: 90%;
    }
}
@media (min-width:1366px) {
    .news .newsPost .newsPost__title{
        font-size: 1.2rem;
    }
}

/**
instagram style
**/
.instagram{
    margin-top: 3rem;
}
@media (min-width:767px) {
    .instagram{
        margin-top: 4rem;
    }
}
.instagram .instagramContent{
    margin-top: 1.5rem;
}
@media (min-width:767px) {
    .instagram .instagramContent{
        margin-top: 2rem;
    }
}
@media (min-width:1366px) {
    .instagram .instagramContent{
        margin-top: 3rem;
    }
}
.instagramSwiper .swiper-wrapper {
    transition-timing-function: linear;
}
.instagramSwiper .swiper-slide img {
    height: auto;
    width: 100%;
}
.instagram .decoration{
    position: relative;
    text-align: center;
    margin-top: 2rem;
}
@media (min-width:767px) {
    .instagram .decoration{
        margin-top: 3rem;
    }
}
.instagram .decoration .decoration__txt{
    font-size: .8rem;
    transform: rotate(90deg);
    font-style: italic;
    right: -40px;
    top: 40%;
    position: absolute;
}
@media (min-width:767px) {
    .instagram .decoration .decoration__txt{
        top: 35%;
    }
}
@media (min-width:1366px) {
    .instagram .decoration .decoration__txt{
        top: 90%;
        font-size: 1.2rem;
        right: -60px;
    }
}
.instagram .decoration .decoration__link{
    display: inline-block;
    height: 100%;
}
.instagram .decoration .decoration__instagram{
    width: 80%;
}
@media (min-width:767px) {
    .instagram .decoration .decoration__instagram{
        width: 65%;
    }
}
@media (min-width:1366px) {
    .instagram .decoration .decoration__instagram{
        width: 100%;
        position: relative;
        top: 60px;
    }
}
.instagram .decoration .decoration__img{
    width: 35%;
    position: absolute;
    left: 0;
    top: -10%;
}
@media (min-width:767px) {
    .instagram .decoration .decoration__img{
        width: 30%;
        top: -30%;
    }
}

/**
blog style
**/
.blogIndex {
    margin-top: 3rem;
}
@media (min-width:767px) {
    .blogIndex {
        margin-top: 4rem;
    }
}
@media (min-width:1366px) {
    .blogIndex {
        margin-top: 10rem;
    }
}
.blog .blogContent{
    margin-top: 1.5rem;
}
@media (min-width:767px) {
    .blog .blogContent{
        margin-top: 2rem;
    }
}
@media (min-width:1366px) {
    .blog .blogContent{
        margin-top: 3rem;
    }
}
.blog .blogSwiper .swiper-wrapper{
    margin-bottom: 10px;
    box-sizing: border-box;
}
@media (min-width:767px) {
    .blog .blogSwiper .swiper-wrapper{
        margin-bottom: 15px;
    }
}
.blog .blogSwiper .blogSwiper__slide{
    height: auto;
}
/* @media (min-width:1366px) {
    .blog .blogSwiper .blogSwiper__slide{
        height: 100%;
    }
} */
.blog .blogPost{
    height: 100%;
}
.blog .blogPost__link{
    border: 1px solid #333;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    flex-direction: column-reverse;
    text-decoration: none;
    color: #333;
    height: 100%;
    justify-content: flex-end;
}
.blog .blogPost__img{
    width: 100%;
    max-height: 200px;
}

.blog .blogPost__time{
    font-size: .8rem;
}
@media (min-width:1366px) {
    .blog .blogPost__time{
        font-size: 1rem;
    }
}
.blog .blogPost__txtWrapper{
    padding: 0rem .5rem 1rem .5rem;
}
@media (min-width:1366px) {
    .blog .blogPost__txtWrapper{
        padding: .5rem 1rem 1.5rem 1rem;
    }
}
.blog .blogPost__title{
    font-size: .9rem;
    margin: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
@media (min-width:1366px) {
    .blog .blogPost__title{
        font-size: 1.1rem;
    }
}
.blog .tagList{
    display: flex;
    list-style: none;
    color: #bab454;
    font-size: .7rem;
    border-top: 1px solid #ccc;
    margin-top: .5rem;
    padding-top: .5rem;
    flex-wrap: wrap;
}
@media (min-width:1366px) {
    .blog .tagList{
        font-size: .9rem;
    }
}
.blog .tagList .tagList__item{
    margin-right: .5rem;
}
.blog .moreTxt{
    margin-top: 1rem;
}














