.h_type2 {
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 2px solid #cfcfcf;

    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 18px;
    text-align: left;
    color: #272727;
}

/*aside contents*/

.inner1200 {
    width: 92%;
    margin: 0 auto;
    max-width: 1200px;
}

.inner800 {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}

.flex-contents {
    padding-top: 140px;
    display: flex;
    justify-content: space-between;
}

.flex-contents aside {
    order: 2;
    width: 200px;
    margin-left: 60px;
}

.aside-title {
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #cfcfcf;
}

.aside-title .jp {
    text-align: center;
    display: block;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #272727;
}

.aside-title .en {
    text-align: center;
    display: block;
    font-family: EB Garamond;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 30px;
    text-align: center;
    color: #272727;
}

.aside-categories {
}

.aside-categories li {
    list-style-type: none;
}

.aside-categories a {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 31px;
    text-align: left;
    color: #272727;
}

@media screen and (max-width: 767px) {
    .flex-contents aside {
        order: 2;
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }

    .flex-contents {
        padding-top: 80px;
        flex-wrap: wrap;
    }
}

.main-inner {
    margin-top: 10px;
    order: 1;
    flex: 1;
}

.single-title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.12em;
    line-height: 36px;
    text-align: left;
    color: #333;
}

.single-column-image-cont,
.single-column-image-cont img {
    width: 100%;
    height: auto;
}

.single-column-image-cont {
    width: 70%;
    margin-bottom: 40px;
}

.date-cat {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
    text-align: left;
    color: #272727;

    display: flex;
    justify-content: space-between;
}

.date-cat .category {
    padding: 0 20px;
    height: 26px;
    background: #333;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .single-column-image-cont {
        width: 100%;
        /* margin-bottom: 40px; */
    }
}

/*voice*/

#voice-single .global-banner-header {
    padding-top: 120px;
    height: 211px;
}

#voice-single .global-banner-header1 {
    margin-bottom: 30px;

    font-weight: normal;
    font-size: 26px;
    letter-spacing: 0.2em;
    line-height: 43px;
    text-align: center;
    color: #272727;
}

#works-single .global-banner-header {
    padding-top: 120px;
    height: 131px;
}

@media screen and (max-width: 767px) {
    #voice-single .global-banner-header {
        padding-top: 100px;
        height: 121px;
    }
}

#works-single .house-type {
    margin-right: 30px;
    color: #888;
    font-size: 16px;
}

#works-single .place img {
    margin-top: 2px;
    margin-right: 8px;
}

@media screen and (max-width: 767px) {
    #works-single .house-type {
        font-size: 14px;
    }
    #works-single .place {
        font-size: 14px;
    }
    #works-single .place img {
        vertical-align: -2px;
    }
}

/*back btn*/

.back-btn {
    max-width: 341px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #777777;
    margin: 0 auto;
    margin-bottom: 90px;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 26px;
    color: #272727;
    box-sizing: border-box;
}

.back-btn:hover {
    opacity: 0.75;
}

.back-btn img {
    margin-left: 9px;
    margin-right: -9px;
    width: 21px;
    height: 4px;
}

/*.staff-banner*/
.staff-banner a {
    position: relative;
    margin-bottom: 100px;
    line-height: 0;
    height: 245.48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f6f6f6;
    transition: 0.3s;
}

.staff-banner a:hover {
    opacity: 0.7;
}

.staff-banner a .text {
    padding-bottom: 10px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.staff-banner a .title {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 33px;
    text-align: left;
    color: #272727;
}

.staff-banner a .btn {
    position: absolute;
    bottom: 40px;
    right: 49px;
    display: flex;
    align-items: center;

    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
    text-align: right;
    color: #333;
}

.staff-banner a .btn img {
    margin-left: 8px;
}

@media screen and (max-width: 767px) {
    /*voice*/

    #voice-single .global-banner-header1 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .staff-banner a .btn {
        bottom: 30px;
    }

    /*.staff-banner*/
    .staff-banner a {
        height: auto;
        flex-wrap: wrap;
    }

    .staff-banner a .image img {
        width: 100%;
        height: auto;
    }

    .staff-banner a .text {
        align-items: flex-start;
        height: 140px;
        padding-top: 31px;
    }
}

/*gallery_slider*/

.gallery_slider {
    line-height: 0;
    margin: 0 auto;
    margin-bottom: 65px;
    width: 90%;
}

.gallery_slider .slider_for img {
    width: 100%;
    height: 490px;
    object-fit: cover;
}
.gallery_slider img + span {
    display: block;
    font-size: 14px;
    line-height: 150%;
    padding: 15px 0;
    text-align: center;
}

.slider_for {
    width: 100%;
    margin-bottom: 20px;
}

.slider_nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}

.works_slider_nav div {
    margin-bottom: 20px;
}

.gallery_slider .slider_nav img {
    width: 100%;
    height: 88px;
    object-fit: cover;
}

.slider_nav div {
    width: 18%;
    margin-right: 2.5%;
}

.slider_nav div:nth-child(5n) {
    margin-right: 0;
}

.slider_nav .slick-slide {
    margin: 0 10px;
    filter: saturate(0.3);
    box-sizing: border-box;
}

.slider_nav .slick-current {
    position: relative;
    filter: saturate(2);
}

.slider_nav .slick-current:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 4px solid #e3e2d9;
    box-sizing: border-box;
    top: 0;
    left: 0;
}

.slider_for .slick-next.slick-arrow,
.slider_for .slick-prev.slick-arrow {
    top: 45%;
    border-bottom: 2px solid #9f9f9f;
    border-right: 2px solid #9f9f9f;
}

.slick-prev:before,
.slick-next:before {
    color: transparent !important;
}

.slider_for .slick-next {
    transform: rotate(-45deg);
}

.slider_for .slick-prev {
    transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
    .gallery_slider {
        flex-wrap: wrap;
        width: 80%;
        justify-content: space-between;
        margin: 0 auto;
    }

    .slider_for {
        width: 100%;
        margin-bottom: 20px;
    }

    .slider_nav {
        width: 77%;
        margin: 0 auto;
    }
}

.meta-info-block {
    margin-bottom: 90px;
}

.meta-info-block .graybox {
    padding: 46px 52px;
    background: #f6f6f6;
}

.meta-info-block .set-info {
    display: flex;
}

.meta-info-block .set-info .label {
    width: 120px;

    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 39px;
    text-align: left;
    color: #272727;
}

.meta-info-block .set-info .content {
    flex: 1;

    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 39px;
    text-align: left;
    color: #272727;
}

@media screen and (max-width: 767px) {
    .meta-info-block .graybox {
        padding: 0;
    }

    .meta-info-block .set-info {
        flex-wrap: wrap;
        background: #fff;
    }

    .meta-info-block .set-info .label {
        width: 100%;
        font-weight: 700;
        padding: 0 20px;
        background: #f6f6f6;
    }

    .meta-info-block .set-info .content {
        color: #272727;
        padding: 0 20px 10px;
    }
}

/*event*/

.event-info-block {
    margin-bottom: 60px;
    display: flex;
}

.event-info-block .image {
    width: 420px;
    margin-right: 55px;
}

.event-info-block .image img {
    width: 100%;
    height: auto;
}

.event-info-block .inf0-box {
    flex: 1;
}

.event-info-block .inf0-box .set-info {
    display: flex;
    margin-bottom: 10px;
}

.event-info-block .inf0-box .set-info .label {
    width: 65px;

    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 24px;
    text-align: left;
    color: #272727;
}

.event-info-block .inf0-box .set-info .content {
    flex: 1;

    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 24px;
    text-align: left;
    color: #272727;
}

/*alert-box*/

.alert-box {
    margin-bottom: 80px;
    padding: 51px 51px 67px;
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alert-box .alert-title {
    margin-bottom: 38px;

    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 36px;
    text-align: center;
    color: #272727;
}

.alert-box .text {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 32px;
    text-align: left;
    color: #272727;
}

@media screen and (max-width: 767px) {
    /*event*/

    .event-info-block {
        flex-wrap: wrap;
    }

    .event-info-block .image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    /*alert-box*/

    .alert-box {
        padding: 21px 31px 37px;
    }

    .alert-box .alert-title {
        margin-bottom: 8px;
    }
}

/* Booking */

#booking {
    background-color: #f6f6f6;
    width: 100%;
    height: auto;
    padding-top: 71px;
    padding-bottom: 80px;
}

#booking .booking-title {
    width: 640px;
    margin: 0 auto 61px;
}

#booking .booking-title div:first-child {
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 36px;
    text-align: center;
    padding-bottom: 16px;
}

#booking .booking-title div:last-child {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
    text-align: left;
}

#booking .booking-white-cont {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 59px 60px 62px;
    box-sizing: border-box;
}

#booking .booking-line-flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 60px;
}

#booking .booking-line-flex1 .booking-line-text-cont {
    margin-right: 88px;
}

#booking .booking-line-text-cont {
    width: auto;
    height: auto;
}

#booking .booking-line-title-flex {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 36px;
}

#booking .booking-line-title-flex img {
    width: 31.5px;
    height: 31.5px;
    margin-right: 14px;
}

#booking .booking-line-text-points {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
}

#booking .booking-line-text-points ul {
    margin-left: 16px;
}

#booking .booking-line-text-points ul li {
    margin-bottom: 10px;
}

#booking .booking-line-icons {
    display: flex;
    align-items: center;
}

#booking .booking-line-icons a {
    width: 164px;
    margin-right: 30px;
}

#booking .booking-line-icons a:hover {
    width: 174px;
    margin-left: -5px;
    opacity: 0.75;
    margin-right: 25px;
}

#booking .booking-line-icons a img {
    width: 100%;
    height: auto;
}

#booking .booking-line-icons div img {
    width: 108px;
    height: 108px;
}

#booking .booking-mail-icon-title-flex {
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 36px;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 36px;
    margin-bottom: 15px;
}

#booking .booking-mail-icon-title-flex img {
    width: 23.51px;
    height: 17px;
    margin-left: 9px;
    margin-right: 11px;
}

#booking .booking-btn {
    width: 340px;
    height: 51px;
    border: 1px solid #272727;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease-in;
}

#booking .booking-btn:hover {
    font-size: 15px;
    width: 350px;
    height: 56px;
    margin-right: -5px;
    margin-top: -2.5px;
    opacity: 0.75;
}

#booking .booking-btn img {
    width: 24.06px;
    height: 4.91px;
    margin-left: 11px;
}

#booking .booking-phone-flex {
    display: flex;
    justify-content: space-between;
}

#booking .booking-phone-header {
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 36px;
}

#booking .booking-phone-header img {
    width: 25.5px;
    height: 25.5px;
    margin-right: 14px;
    margin-left: 6px;
}

#booking .booking-phone-contact a {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-family: "EB Garamond", serif;
    font-weight: normal;
    font-size: 32px;
    letter-spacing: 0.06em;
    line-height: 12px;
    color: #333;
}

#booking .booking-phone-contact a:hover {
    opacity: 0.75;
}

#booking .booking-phone-contact a img {
    width: 30px;
    height: 30px;
    margin-right: 9px;
}

#booking .booking-phone-contact div {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
    color: #333;
}

@media screen and (max-width: 1100px) {
    #booking .booking-line-flex {
        flex-direction: column;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    #booking .booking-line-icons {
        justify-content: center;
    }
    #booking .booking-line-text-cont {
        width: 100%;
        margin: 0 auto 20px;
        text-align: center;
    }
    #booking .booking-btn {
        margin: 0 auto;
    }
    #booking .booking-btn:hover {
        font-size: 15px;
        width: 350px;
        height: 56px;
        margin: -2.5px auto 0;
    }
}

@media screen and (max-width: 767px) {
    #booking {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #booking .booking-title {
        width: auto;
    }
    #booking .booking-title div:last-child {
        text-align: center;
    }
    #booking .booking-white-cont {
        padding: 40px 20px 40px;
        box-sizing: border-box;
    }
    #booking .booking-btn {
        max-width: 340px;
        width: 100%;
    }
    #booking .booking-btn:hover {
        max-width: 340px;
        width: calc(100%);
    }
    #booking .booking-phone-flex {
        flex-direction: column;
        align-items: center;
    }
    #booking .booking-phone-contact a {
        justify-content: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .inner800 {
        width: 92%;
    }

    #works-single .global-banner-header {
        padding-top: 80px;
        height: auto;
        padding-bottom: 30px;
    }
    .gallery_slider .slider_for img {
        height: 230px;
    }

    .slider_nav {
        display: none;
    }
}

/* booking-way */

.booking-way {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.booking-way-title,
.booking-way-description {
    line-height: 200%;
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

.booking-way-btn {
    max-width: 341px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #777777;
    margin: 0 auto;
    margin-top: 16px;
    /* margin-bottom: 90px; */
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 26px;
    color: #272727;
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    gap: 0.5rem;
    transition: 0.3s opacity;

    &:hover {
        opacity: 0.75;
    }
}

.booking-way-2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 3rem;
}

.booking-way-btn.line {
    border-color: #43b800;
    background-color: #43b800;
    color: #fff;
    transition: all ease .5s;
    &:hover {
        background-color: #fff;
        color: #43b800;
    }
}

.booking-way-btn svg {
    width: 21px;
}

.booking-way-btn.line path {
    transition: all ease .5s;
    stroke: #fff;
}

.booking-way-btn.line:hover path {
    stroke: #43b800;
}