@charset "utf-8";

/* CSS Document */



.bx-wrapper {

    margin-bottom: 0;

    border: none;

    box-shadow: none;

}

.bx-wrapper .bx-pager {

    bottom: 30px;

}

.bx-wrapper .bx-pager.bx-default-pager a {

    background: #fff;

}

.bx-wrapper .bx-pager.bx-default-pager a.active,

.bx-wrapper .bx-pager.bx-default-pager a:focus,

.bx-wrapper .bx-pager.bx-default-pager a:hover {

    background: #0091d7;

}



.btn a {

    display: block;

    width: 192px;

    margin: 0 auto;

    padding: 8px;

    border-radius: 3px;

    text-decoration: none;

    font-weight: bold;

    font-size: 15px;

}



section {

    

}



#magokoro {

    display: flex;

    justify-content: space-between;

    align-items: center;

    border-top: 10px solid #311301;

}

#magokoro .magokoro_text {

    width: 50%;

    padding-left: 120px;

    box-sizing: border-box;

}

#magokoro .magokoro_text p {

    margin: 20px 0;

    font-size: 15px;

}

#magokoro .btn {

    text-align: center;

}

#magokoro .btn a {

    background: #ec6c00;

    margin: 0;

    border: 2px solid #fff;

    color: #fff;

}

#magokoro .btn:hover a {

    background: #fff;

    border: 2px solid #ec6c00;

    color: #ec6c00;

}



#whats {

    position: relative;

    padding: 30px 0 35px;

    border-bottom: 10px solid #311301;

    text-align: center;

    overflow: hidden;

}

#whats::after {

    position: absolute;

    content: "";

    display: block;

    width: 100%;

    height: 100%;

    top: 0;

    background: url(../images/bg_whats.jpg) no-repeat center center;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -ms-background-size: cover;

    background-size: cover;

    -webkit-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -ms-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}

#whats:hover:after {

    opacity: 0.8;

    -moz-transform: scale(1.2);

    -webkit-transform: scale(1.2);

    -ms-transform: scale(1.2);

    transform: scale(1.2);

}

#whats .inner {

    z-index: 1;

    position: relative;

}

#whats .btn {

    position: absolute;

    right: 0;

    bottom: 30px;

    left: 0;

    text-align: center;

}

#whats .btn a {

    background: #fff;

    border: 2px solid #fff;

    color: #42210b;

}

#whats .btn:hover a {

    background: #42210b;

    border: 2px solid #42210b;

    color: #fff;

}



#shop {

    background-image: url(../images/bg_shop_7c3aa7.jpg);

    background-repeat: no-repeat;

    text-align: center;

}

#shop .inner {

    margin: 0 366px;

    /* padding: 86px 0 20px; */

    /* padding: 64px 0 20px; */

    padding: 59px 0 20px;

    border-right: 10px solid #29abe2;

    border-left: 10px solid #dd2b1d;

}

#shop .btn {

    margin-top: 8px;

}

#shop .btn a {

    background: #42210b;

    border: 2px solid #42210b;

    color: #fff;

}

#shop .btn a:hover {

    background: #fff;

    border: 2px solid #42210b;

    color: #42210b;

}



#recruit {

    padding: 35px 45px;

    border-top: 10px solid #311301;

    border-bottom: 10px solid #311301;

    overflow: hidden;

}

#recruit .inner {

    text-align: center;

}

#recruit .right {

    float: right;

}

#recruit h1 {

    padding: 20px 0 10px;

    margin-bottom: 33px;

}

#recruit .text {

    text-align: center;

}

#recruit .text p {

    margin: 24px 0 27px;

    font-size: 16px;

    font-weight: bold;

    color: #2c0501;

}

#recruit .btn {

    /* margin-left: 200px; */

}

#recruit .btn a {

    background: #42210b;

    margin: 0 auto;

    border: 2px solid #42210b;

    color: #fff;

    text-align: center;

}

#recruit .btn a:hover {

    background: #fff;

    border: 2px solid #42210b;

    color: #42210b;

}



#news {

    display: inline-block;

    width: 530px;

    padding: 35px 45px 35px 60px;

    vertical-align: top;

}

#news h1 + p {

    margin-top: -8px;

    margin-left: 56px;

}

#news ul {

    margin: 18px 0 0;

    font-size: 0;

}

#news li {

    display: inline-block;

    background-image: url(../images/bg_news_odd.png);

    background-repeat: no-repeat;

    width: 155px;

    height: 180px;

    margin: 0 30px 25px 0;

    vertical-align: top;

}

#news li a {

    color: #fff;

    text-decoration: none;

}

#news li:nth-of-type(even) {

    background-image: url(../images/bg_news_even.png);

}

#news li:nth-of-type(3n) {

    margin-right: 0;

}

#news li .photo {

    position: relative;

    width: 155px;

    height: 100px;

    overflow: hidden;

}

#news li .photo img {

    -moz-transition: -moz-transform 0.5s linear;

    -webkit-transition: -webkit-transform 0.5s linear;

    -o-transition: -o-transform 0.5s linear;

    -ms-transition: -ms-transform 0.5s linear;

    transition: transform 0.5s linear;

}

#news li:hover .photo img {

    -webkit-transform: scale(1.2);

    -moz-transform: scale(1.2);

    -o-transform: scale(1.2);

    -ms-transform: scale(1.2);

    transform: scale(1.2);

}

#news li p {

    margin: 0 8px;

    font-size: 15px;

    word-wrap: break-word;

    line-height: 120%;

}

#news li p.date {

    margin: 15px 8px 5px;

    font-size: 10px;

}

#news .btn {

    text-align: center;

}

#news .btn a {

    background: #42210b;

    width: 150px;

    border: 2px solid #42210b;

    border-radius: 30px;

    color: #fff;

}

#news .btn a:hover {

    background: #fff;

    border: 2px solid #42210b;

    color: #42210b;

}



#instagram {

    display: inline-block;

    background: #c7b299;

    width: 540px;

    padding: 50px;

    text-align: center;

    vertical-align: top;

}



#contact {

    position: relative;

    padding: 100px 0 70px;

    text-align: center;

    color: #fff;

    overflow: hidden;

}

#contact::after {

    position: absolute;

    content: "";

    display: block;

    width: 100%;

    height: 100%;

    top: 0;

    background: url(../images/bg_contact.jpg) no-repeat center center;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -ms-background-size: cover;

    background-size: cover;

    -webkit-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -ms-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}

#contact:hover:after {

    opacity: 0.8;

    -moz-transform: scale(1.2);

    -webkit-transform: scale(1.2);

    -ms-transform: scale(1.2);

    transform: scale(1.2);

}

#contact .inner {

    z-index: 1;

    position: relative;

}



#contact p {

    margin: 20px 0 30px;

}

#contact a {

    background-image: url(../images/btn_contact.png);

    background-repeat: no-repeat;

    text-indent: -9999px;

}

#contact a:hover {

    background-image: url(../images/btn_contact_a.png);

}



@media screen and (max-width: 767px) {

    .bx-wrapper:first-of-type {

        display: none;

    }



    #magokoro {

        display: block;

        border-top: none;

    }

    #magokoro .magokoro_text {

        width: 100%;

        padding: 8% 4% 3%;

        text-align: center;

    }

    #magokoro .magokoro_text p {

        font-size: 12px;

        line-height: 180%;

    }

    #magokoro .btn a {

        margin: 0 auto;

    }



    #whats {

        background: url(../images/bg_whats.jpg) no-repeat center center;

        background-size: cover;

        padding: 25% 0 10%;

        border: none;

    }

    #whats::after {

        background: none;

    }

    #whats .inner {

        width: 70%;

        margin: 0 auto;

    }

    #whats .btn {

        position: relative;

        bottom: 0;

        margin: 10% 0 0;

    }



    #shop {

        background: none;

    }

    #shop .inner {

        margin: 0;

        padding: 10% 3%;

    }



    #recruit {

        padding: 34vw 4.2% 26.6vw;

    }

    #recruit h1 {

        padding: 0;

        margin: 0 0 10.6vw;

    }

    #recruit .text {

        margin: 0 0 8%;

    }

    #recruit .text p {

        margin-left: 8%;

        font-size: 13px;

    }

    #recruit .btn {

        margin: 0;

    }

    #recruit .btn a {

        font-size: 12px;

        width: 32.6vw;

    }



    #news {

        display: block;

        width: 90%;

        padding: 8% 5%;

        border-bottom: 10px solid #311301;

    }

    #news h1 + p {

        margin: 2% 0 0 8%;

    }

    #news ul {

        margin: 5% 2% 0;

    }

    #news li {

        background-position: left bottom;

        background-size: cover;

        width: 48%;

        margin: 0 1% 8% 0;

    }

    #news li .photo {

        width: 100%;

    }

    #news li .photo img {

        height: auto;

        position: relative;

        top: 50%;

        transform: translateY(-50%);

        transition: unset;

    }

    #news li:hover .photo img {

        transform: translateY(-50%);

    }

    #news li p {

        margin: 0 8%;

        font-size: 14px;

    }

    #news li p.date {

        margin: 7% 8%;

        font-size: 12px;

    }



    #instagram {

        display: block;

        width: 90%;

        margin-bottom: 8%;

        padding: 5%;

    }



    #contact {

        background-image: url(../images/bg_contact.jpg);

        background-repeat: no-repeat;

        background-size: cover;

        padding: 30% 20%;

    }

    #contact::after {

        display: none;

    }

}

