@charset "UTF-8";

html {
    font-size: 62.5%;
    min-width: 350px;
}
body {
    color: #222222;
    font-size: 1.6rem;
    font-family: "Zen Kaku Gothic New", "Kaisei Tokumin", serif;
}
section {
    position: relative;
    padding: 80px 8.4%;
}
section .contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
h2 {
    color: #990000;
}
h2,h3,h4,h5 {
    font-weight: 500;
}
p {
    line-height: 1.6;
}
a {
    color: #222222;
}
a:hover {
    opacity: .8;
}
.sp-br {
    display: none;
}
.pc-none {
    display: none;
}
.sp-none {
    display: block;
}
.hide {
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

nav.header-menu {
    display: flex;
    position: fixed;
    top: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 40px 15px;
    border-bottom: 1px solid #cccccc;
    background-color: #F5F3F3EE;
    z-index: 9;
}
nav.header-menu h1 img {
    width: auto;
    height: 72px;
}
nav.header-menu .menu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    font-weight: 500;
}
nav.header-menu ul {
    display: flex;
    gap: 25px;
}
nav.header-menu .menu-btn {
    display: flex;
    gap: 25px;
}
nav.header-menu .menu-btn img {
    width: 35px;
    height: 35px;
}
nav.header-menu .menu-btn a {
    display: flex;
    gap: 2px;
    color: #ffffff;
}
nav.header-menu .menu-btn a:first-of-type {
    background-color: #990000;
    padding: 8px 10px;
    border-radius: 5px;
}
nav.header-menu .menu-btn a:first-of-type img {
    width: 20px;
    height: 20px;
}

#mv {
    color: #ffffff;
    height: 100vh;
    min-height: 800px;
    max-height: 950px;
    padding: 120px 0 0;
    background-color: #F5F3F3;
}
#mv img {
    height: 400px;
}
#mv .slick-slider, #mv .slick-item, #mv .slick-list, #mv .slick-track {
    height: 100%;
}
#mv .slick-item {
    position: relative;
}
#mv .slick-item01 {
    background: linear-gradient(to right, #00000066 0%, #00000066 100%), url("../images/shop.jpg");
    background-size: cover;
    background-position: center;
}
#mv .slick-item02 {
    background: linear-gradient(to right, #00000066 0%, #00000066 100%), url("../images/glover.jpg");
    background-size: cover;
    background-position: center;
}
#mv .slick-item03 {
    background: linear-gradient(to right, #00000066 0%, #00000066 100%), url("../images/tubaki-top.png");
    background-size: cover;
    background-position: center;
}
#mv .mv-contents {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    text-shadow: 1px 2px 2px #99000066;
    z-index: 2;
}
#mv .mv-tx {
    font-family: "Kaisei Tokumin", serif;
    line-height: 1.8;
}
#mv .mv-tx h2{
    font-size: 3.4rem;
    color: #ffffff;
}
#mv .mv-tx .sub-title {
    font-size: 2.4rem;
}

#lead {
    padding: 60px 8.4%;
    background-color: #F5F3F3;
}
#lead h2 {
    font-family: "Kaisei Tokumin", serif;
    font-size: 2.4rem;
    line-height: 1;
}
#lead img {
    width: 620px;
    border-radius: 5px;
}
#cafe .cafe-img, #info .map {
    max-width: 780px;
    width: 100%;
    height: 350px;
    border-radius: 10px;
}
#cafe .cafe-img {
    background-image: url("../images/shop-street.jpg");
    background-size: cover;
    background-position: top;
}
section#lead .contents {
    gap: 30px;
}

.flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
}
.flex-box-rev {
    flex-direction: row-reverse;
}
.flex-box-img {
    max-width: 600px;
}
.detail-box {
    max-width: 550px;
}
.detail-box h2 {
    font-family: "Kaisei Tokumin", serif;
    font-size: 3.4rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.detail-box h2 span {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
}
.detail-box .tx-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.detail-box .tx-box .p-link {
    text-align: right;
}
.detail-box .tx-box .p-link a {
    border-bottom: 1px solid #666666;
}

.form-btn {
    text-align: center;
}
.form-btn a {
    display: inline-block;
    font-size: 2.0rem;
    font-weight: 500;
    padding: 20px 70px 20px 40px;
    color: #ffffff;
    background-color: #990000;
    position: relative;
    line-height: 1;
}
.form-btn a::before {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background-color: #ffffff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.flex-box-img img {
    min-width: 450px;
    height: 660px;
    object-fit: contain;
    border-radius: 10px;
}
#kodawari .flex-box:first-of-type .flex-box-img img {
    object-fit: cover;
}

#soap .flex-box .flex-box-img img {
    height: auto;
}

#soap {
    background-color: #F5F3F3;
}
#soap .voice {
    margin: 0 9%;
    padding: 40px;
    background-color: #ffffff;
    border: 2px solid #990000;
    border-radius: 20px;
}
#soap .voice h3 {
    font-family: "Kaisei Tokumin", serif;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    color: #990000;
}
#soap .voice p {
    position: relative;
    padding-left: 15px;
    margin-top: 10px;
    line-height: 1.5;
}
#soap .voice p span {
    font-weight: 500;
}
#soap .voice p::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #990000;
    position: absolute;
    top: 8px;
    left: 0;
}

#hanpu .flex-box .flex-box-img img {
    height: 300px;
    object-fit: cover;
}
#hanpu .coffee-belt {
    margin-top: 30px;
    padding: 30px 20px;
    background-color: #F5F3F3;
    border-radius: 10px;
}
#hanpu .coffee-belt img {
    margin: 10px 0;
}
#hanpu .coffee-belt p {
    font-size: 1.5rem;
}

#cafe {
    background-color: #F5F3F3;
}
#cafe h2, #info h2 {
    font-family: "Kaisei Tokumin", serif;
    font-size: 3.4rem;
    font-weight: 600;
    padding-bottom: 10px;
}
#cafe .contents, #info .contents {
    gap: 30px;
}
#cafe .flex-3box {
    display: flex;
    gap: 30px;
}
#cafe .flex-3box img, #cafe .flex-3box a {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
}
#cafe .flex-3box a {
    background-image: url("../images/instagram.png");
    background-size: contain;
}

#info .shop-info h4 {
    font-weight: bold;
}
#info .shop-info {
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}
#info .shop-info .map, #info .shop-info .map iframe {
    width: 100%;
}
.flex-2box {
    display: flex;
    gap: 80px;
    position: relative;
}
.flex-2box p {
    width: 50%;
    min-width: 350px;
}
.flex-2box::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #990000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

footer {
    padding: 20px 0;
    background-color: #990000;
    text-align: center;
}
footer small {
    font-size: 1.4rem;
    line-height: 1;
    color: #ffffff;
}
.bottom-img img, #lead .bottom-img {
    position: absolute;
    bottom: 20px;
    right: 10%;
    width: auto;
    height: 55px;
}

@media screen and (max-width: 1023px) {
    .pc-none {
        display: block;
    }
    .sp-none {
        display: none;
    }
    nav.header-menu {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 50px;
        padding-top: 60px;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        transition: .3s;
    }
    nav.header-menu h1 img {
        height: 100px;
    }
    nav.header-menu .menu-list {
        gap: 25px;
        align-items: center;
    }
    nav.header-menu.open {
        opacity: 1;
        visibility: visible;
    }
    nav.header-menu ul {
        flex-direction: column;
        align-items: center;
        font-size: 1.8rem;
        gap: 20px;
    }
    nav.header-menu p {
        margin-top: 80px;
    }
    nav.header-menu img {
        width: 130px;
    }
    nav.header-menu .menu-btn {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }
    #mv {
        padding-top: 0;
    }
    #mv .mv-contents {
        gap: 50px;
    }
    #mv img {
        height: 300px;
    }
    .flex-box {
        flex-direction: column;
        gap: 20px;
    }
    .flex-box-img {
        margin-bottom: 30px;
    }
    .flex-box-img img, #soap .flex-box .flex-box-img img {
        min-width: 300px;
        height: 400px;
    }
    .detail-box {    
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .detail-box h2 {
        margin-bottom: 20px;
        width: 100%;
    }
    #cafe .flex-3box img, #cafe .flex-3box a {
        width: 150px;
        height: 150px;
    }
    #info .shop-info {
        font-size: 1.6rem;
    }
    .flex-2box {
        flex-direction: column;
        gap: 40px;
    }
    .flex-2box::before {
        width: 100%;
        height: 2px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    
    .hb-menu {
        position: fixed;
        top: 15px;
        right: 15px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        z-index: 99;
        cursor: pointer;
    }
    .hb-menu span {
        display: inline-block;
        width: 35px;
        height: 2px;
        background-color: #990000;
        box-shadow: 0px 1px 0px #ffffff99;
        transition: .2s;
        border-radius: 2px;
    }
    .hb-menu.open span:first-of-type {
        width: 40px;
        transform: translateY(10px) rotate(-40deg);
    }
    .hb-menu.open span:nth-last-of-type(2) {
        display: none;
    }
    .hb-menu.open span:last-of-type {
        width: 40px;
        transform: translateY(0) rotate(40deg);
    }
}
@media screen and (max-width: 767px) {
    section {
        padding: 80px 5.5%;
    }
    
    #mv {
        min-height: 700px;
        max-height: 750px;
    }
    #mv .mv-contents {
        flex-direction: column;
        gap: 60px;
    }
    #mv .mv-tx h2 {
        font-size: 2.6rem;
        text-align: center;
    }
    #mv .mv-tx .sub-title {
        font-size: 1.8rem;
    }
    #lead {
        padding: 60px 5.5%;
    }
    #lead h2 {
        font-size: 2.0rem;
    }
    #lead img {
        width: 100%;
    }
    .form-btn a {
        font-size: 1.8rem;
        padding: 18px 60px 18px 30px;
    }
    .form-btn a::before {
        width: 35px;
        right: 15px;
    }
    .detail-box h2 {
        font-size: 2.4rem;
    }
    .detail-box h2 span {
        font-size: 1.6rem;
    }
    .flex-box-img {
        padding: 0 15px;
    }
    #lead img, #cafe img {
        object-fit: cover;
        object-position: right;
    }
    #soap .flex-box-img img {
        min-width: inherit;
        max-width: 250px;
    }
    #soap .voice {
        margin: 0;
        padding: 25px 20px;
    }
    #cafe h2, #info h2 {
        font-size: 2.6rem;
    }
    #cafe .flex-3box {
        gap: 15px;
    }
    #cafe .flex-3box img, #cafe .flex-3box a {
        width: 30%;
        height: auto;
    }
    #cafe .cafe-img {
        width: 100%;
    }
    .flex-2box p {
        min-width: 100%;
    }
    .bottom-img img, #lead .bottom-img {
        position: absolute;
        bottom: 5px;
        right: 5%;
        width: auto;
        height: 42px;
    }
}
@media screen and (max-width: 374px) {
    .flex-box-img {
        padding: 0;
    }
}