/*共通*/
.l-header__nav .store {
    width: 0px;
    font-size: 0;
    height: 84px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {/*SP*/
    .l-header__btn {
        background: #F6F6F6;
    }
    .l-header__btn .store {
        display: none;
    }
}
.l-pagetitle h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}
.c-table1 th {
    width: 280px;
}
@media screen and (max-width: 767px) {/*SP*/
    .c-table1 th {
        width: 100px;
    }
}

/*トップ*/
.p-top__about {
    margin-top: 0;
}
.p-top__about-block1 .wrap {
    padding-top: 28px;
}
@media screen and (max-width: 767px) {/*SP*/
    .p-top__about-block1 .wrap {
        padding-top: 25px;
    }
}
.p-top__product {
    padding-bottom: 155px;
}
@media screen and (max-width: 767px) {/*SP*/
    .p-top__product {
        padding-bottom: 40px;
    }
}

/*こだわり*/
.p-commitment__lead .block1 {
    flex-direction: row;
}
.p-commitment__lead .block1 .heading p,
.p-commitment__lead .block1 .heading h3,
.p-commitment__lead .block1 .content p {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}
.p-commitment__lead .block1 .heading p {
    margin-left: 0;
}
.p-commitment__lead .block1 .content {
    padding-top: 45px;
    max-width: 520px;
}
@media screen and (max-width: 767px) {/*SP*/
    .p-commitment__lead .block1 .content {
        padding-top: 0;
    }
}

.p-commitment__material-heading h3,
.p-commitment__comment-heading h3 {
    height: auto;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}

.p-commitment__comment-heading {
    padding-top: 200px;
    padding-bottom: 240px;
}
@media screen and (max-width: 767px) {/*SP*/
    .p-commitment__comment-heading {
        padding-top: 40px;
    }
    .p-commitment__comment-heading h3 {
        font-size: 2rem;
    }
}

/*市島の商品*/
.p-product__content .block1 .txt1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 767px) {/*SP*/
    .p-product__content .block1 .txt1 {
        display: flex;
        flex-direction: column;
    }
}
.p-product__content .block1 .txt1::before,
.p-product__content .block1 .txt1::after {
    display: none;
}
.p-product__content .block1 .txt1 h3,
.p-product__content .block1 .txt1 p {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}
.p-product__content .block1 .txt1 p {
    margin-right: 0;
    margin-left: 0;
}

.p-product-detail__lead .heading h3 {
    margin-bottom: 20px;
}
.p-product-detail__lead .heading p {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}
@media screen and (max-width: 767px) {/*SP*/
    .p-product-detail__lead .heading h3 {
        margin-bottom: 0;
    }
}



/*酒造見学*/
.p-tour__tasting .block1 li {
    padding: 30px 0;
}

.c-table1__thin th {
    width: 180px;
}
@media screen and (max-width: 767px) {/*SP*/
    .c-table1 th {
        width: 100px;
    }
}

.p-tour__facility-heading {
    padding-top: 360px;
}
@media screen and (max-width: 767px) {/*SP*/
    .p-tour__facility-heading {
        padding-top: 160px;
    }
}
.p-tour__facility-heading .heading {
    padding: 30px 60px 20px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}
.p-tour__facility-heading .heading:before {
    top: -88px;
}

/*アクセス*/
.p-access__info .img1 {
    margin: 40px 0 0;
} 

.p-access-intro {
    margin-bottom: 80px;
}
.p-access-intro h2 {
    font-weight: normal;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 160%;
    margin-bottom: 30px;
    color: #1F2C5C;
}
@media screen and (max-width: 767px) {/*SP*/
    .p-access-intro h2 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.p-access__lead {
    margin-bottom: 40px;
    text-align: center;
}
.p-access__lead p {
    margin-bottom: 1em;
}
.p-access__lead .c-btn1__thin a {
    max-width: 640px;
}

.p-access-direction__block { padding: 20px; }
.p-access-direction__block:nth-child(odd) { background: #f9f9f9; }
.p-access-direction__block:nth-child(even) { padding: 40px 20px; }
@media screen and (max-width: 1080px) { .p-access-direction__block { padding: 15px; width: 100%; overflow-x: scroll; }
  .p-access-direction__block:nth-child(even) { padding: 30px 15px; } }

.p-access-direction__row { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; flex-wrap: nowrap; }
.p-access-direction__row + div { margin-top: 16px; padding-left: 120px; }
@media screen and (max-width: 768px) { .p-access-direction__row { width: 100%; } }

.p-access-direction__label01 { display: inline-block; font-size: 1.8rem; background: #1F2C5C; color: #ffffff; line-height: 1em; text-align: center; letter-spacing: 0.04em; min-width: 120px; padding: 6px; }
.p-access-direction__label01 { font-size: 1.6rem; min-width: 82px; }

.p-access-direction__label02 { display: inline-block; font-size: 1.8rem; border: 1px solid #eaeaea; line-height: 1em; text-align: center; letter-spacing: 0.04em; min-width: 120px; padding: 6px; }
.p-access-direction__label02 { font-size: 1.4rem; min-width: 82px; }

.p-access-direction__arrow { display: inline-block; font-size: 1.4rem; text-align: center; line-height: 1.3; margin: 0 12px; padding: 0 32px; background-image: url(/en/img/access/arrow-before.svg), url(/en/img/access/arrow-after.svg); background-repeat: no-repeat , no-repeat; background-position: left center , right center; }
.p-access-direction__arrow { font-size: 1.2rem; letter-spacing: 0; }

.p-access-direction .is-attention { color: #f34b4b; }

.p-access-link-route { margin: 0.5em 0 2em; display: inline-block; color: #e06a15; text-decoration: underline; }

.p-access-link-time { margin-top: 6px; display: inline-block; color: #e06a15; }


