@charset "UTF-8";
* {
    box-sizing: border-box;
}

body {
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1rem;
    color: #321711;
    margin: 0;
}

.logo {
    height: 40px;
    width: auto;
}

ul.sns-img {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

ul.sns-img img {
    width: 45px;
}

ul.sns-img li {
    display: inline;
}

ul.sns-img li a {
    text-decoration: none;
}

.contact-box {
    display: inline-block;
    text-align: center;
}

.contact-box .contB {
    height: 50px;
    width: auto;
}

.flex-bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container {
    width: min(90%, 1000px);
    margin: 0 auto;
}

.main-v img {
    width: 100%;
}

.sp {
    display: none;
}

header {
    position: absolute;
    width: 100%;
    padding-top: 30px;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

.concept_title {
    height: 100px;
    width: auto;
}

.concept_text {
    height: auto;
    width: 50%;
    padding-right: 40px;
}

.concept_img {
    height: auto;
    width: 50%;
}

.concept_set {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 80px;
    margin-bottom: 70px;
}

.contB {
    height: 60px;
}

.contB_set p {
    margin-bottom: 0;
}

.contB_set {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.reason {
    background-image: url(../images/wh_bg.png);
    background-repeat: repeat;
    margin-top: -5px;
    /* border: 1px solid red; */
    padding-top: 10px;
    padding-bottom: 30px;
}

.title {
    height: 100px;
    width: auto;
    margin-bottom: 20px;
}

.titleB {
    height: 65px
}

h3 {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.point_title {
    height: 100px;
    width: auto;
}

.point_text {
    flex: 1;
}

.point_img {
    flex: 1.2;
    width: 0;
    height: auto;
    object-fit: cover;
}

.point {
    display: flex;
    margin-bottom: 70px;
    gap: 40px;
}

.reverse {
    flex-direction: row-reverse;
}

.work {
    background-color: #fff;
    margin-bottom: 30px;
    /* border: 1px solid red; */
}

.works {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.works-container {
    width: min(90%, 600px);
    height: auto;
    margin: 0 auto;
}

.work h4 {
    color: #640125;
    font-size: 1.8rem;
    padding-top: 30px;
    margin-bottom: 0px;
    letter-spacing: 0.4em;
    font-weight: 600;
}

.work h5 {
    margin-bottom: 0px;
}

.shop_text {
    color: #432f2f;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 0.2rem;
    font-size: 1rem;
}

.divider img {
    width: 100%;
}

.vice_img {
    height: 30px;
    width: auto;
}

.vice_text {
    color: #432f2f;
    display: inline-block;
    text-align: center;
    padding-bottom: 30px;
    width: 110%;
}

.sp-br {
    display: none;
}

.works {
    padding-bottom: 80px;
}

.founder_flex {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
}

.founder_imgs,
.founder_history {
    flex: 1;
}

.founder_imgB {
    width: 100%;
    height: auto;
}

.founder_imgA {
    width: 50%;
    height: auto;
    display: block;
}

.founder_text {
    width: 90%;
    height: auto;
    display: block;
}

.founder_history h4 {
    color: #640125;
    font-size: 1.3rem;
    padding-top: 30px;
    margin-bottom: 0;
    /* border: 1px solid red; */
}

.founder_history p {
    color: #432f2f;
}

.founder {
    padding-bottom: 50px;
}

.contact {
    background-image: url(../images/bg_brownn.png);
    background-repeat: repeat;
    padding-bottom: 30px;
}

.contact h3 {
    padding-top: 30px;
    margin-top: -5px;
    margin-bottom: 0;
}

.contact h3 img {
    height: 40px;
    width: auto;
}

.contC {
    height: 30px;
    width: auto;
}

.contC_set p {
    color: #fff;
    padding: 20px;
}

.contC_set {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.scaleY {
    transform: scaleY(-1);
    margin-top: -5px;
}

.partners {
    text-align: center;
}

.partners h4 {
    color: #640125;
    font-size: 1.8rem;
    padding-top: 30px;
    margin-bottom: 0;
}

.partners a {
    color: #432f2f;
    font-size: 1.1rem;
    padding: 5px 0;
    margin-bottom: 0;
    text-decoration: none;
    display: block;
    font-weight: 700;
    /* border: 1px solid red; */
}

.come {
    height: 150px;
    width: auto;
}

.slider,
.thumbnail {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.slider img {
    width: 100%;
    height: auto;
    display: block;
}

.thumbnail {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    position: relative;
}

.thumbnail li {
    width: calc((100% - 20px) / 4);
    cursor: pointer;
}

.thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(60%);
}

.thumbnail .slick-current img {
    filter: brightness(100%);
}

.slider-wrap {
    position: relative;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 25px;
    height: 25px;
    background: none;
    border: none;
    cursor: pointer;
}

.prev-arrow {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
    left: 20px;
}

.next-arrow {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%)rotate(45deg);
    right: 20px;
}

.relation {
    background-image: url(../images/wh_bg.png);
    background-repeat: repeat;
    margin-top: -5px;
    padding-top: 10px;
    padding-bottom: 100px;
}

.member {
    display: block;
    text-align: center;
    color: #432f2f;
    text-decoration: none;
    padding-top: 40px;
}

.relation h3 img {
    height: 50px;
    width: auto;
}

.relation h3 {
    margin-bottom: 0;
    /* border: 1px solid red; */
}

.members {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: center;
}

.members img {
    width: 85%;
}

.member p {
    margin-top: 2px;
    margin-bottom: 0;
    font-weight: 500;
}

footer {
    background-color: #321711;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4em;
    gap: 1em;
    letter-spacing: 0.2em;
}

footer .logo {
    height: 30px;
    width: auto;
}

footer p {
    margin-bottom: 0;
}

footer a {
    color: #fff;
}

.Copyright {
    font-size: 0.8rem;
}


/* 1000px以下の場合 */

@media(max-width:1000px) {
    .logo {
        height: 30px;
        width: auto;
    }
    img.concept_title {
        margin-top: 40px;
        height: 80px;
        width: auto;
    }
    img.concept_img {
        display: block;
        margin: 0 auto;
    }
    .concept_text {
        padding-right: 0;
        margin: 0 auto;
    }
    .point {
        display: block;
    }
    img.contB {
        height: 60px;
        width: auto;
    }
    .works-container {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .work h4 {
        font-size: 1.5rem;
        letter-spacing: 0.2em;
    }
    .vice_img {
        height: 20px;
        width: auto;
    }
    .contact-box img.contB {
        height: 30px;
    }
    ul.sns-img img {
        height: 30px;
        width: auto;
    }
    .concept_set {
        display: block;
    }
    img.concept_img {
        width: 90%;
    }
    .concept_text {
        width: 100%;
    }
    .title {
        height: 60px;
        width: auto;
        margin-bottom: 20px;
    }
    .point_img {
        width: 90%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .titleB {
        height: 60px;
    }
    .container {
        width: 95%;
        margin: 0 auto;
    }
    .slider-wrap {
        width: 90%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .vice_text {
        color: #432f2f;
        display: inline-block;
        text-align: center;
        padding-bottom: 30px;
        width: 90%;
        font-size: 90%;
    }
    .sp-br {
        display: inline;
    }
    .founder_flex {
        display: block;
        gap: 40px;
    }
    .founder_imgA {
        width: 200px;
        height: auto;
    }
    .founder_imgs {
        display: flex;
        width: 50%;
    }
    .member {
        width: 30%;
    }
    .partner h4 {
        font-size: 1.4rem;
    }
    .partner a {
        font-size: 0.9rem;
    }
    .footer-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 0.2em;
        padding: 20px 0;
        font-size: 0.9rem;
    }
    .kanri {
        font-size: 0.9rem;
    }
}


/* 680px以下の場合 */

@media(max-width:680px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .founder_text {
        font-size: 90%;
    }
}