*,
::before,
::after {
    background-repeat: no-repeat;
    box-sizing: inherit
}

body {
    line-height: 1.7;
    letter-spacing: 0.025em
}

@media screen and (min-width:768px) {
    .pc-only {
        display: block
    }

    .sp-only {
        display: none !important
    }
}

@media screen and (max-width:767px) {
    .pc-only {
        display: none !important
    }

    .sp-only {
        display: block
    }
}

img {
    width: 100%;
    height: auto
}

.content-wrap {
    position: relative;
    width: 86.71875%;
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto
}

@media only screen and (max-width:767px) {
    .content-wrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px
    }
}

.title {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal
}

.title span {
    display: block
}

.title__english {
    font-size: 3rem;
    letter-spacing: 0.1em
}

@media screen and (max-width:767px) {
    .title__english {
        font-size: 2rem
    }
}

.title__english--white {
    color: #fff
}

.title__japanese {
    font-size: 1.5rem;
    letter-spacing: 0.05em
}

@media screen and (max-width:767px) {
    .title__japanese {
        font-size: 1rem
    }
}

.title__japanese--white {
    color: #fff
}

.description {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.7
}

.description--white {
    color: #fff
}

.button {
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0.1em;
    max-width: 400px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    position: relative;
    text-align: center;
    transition: 0.3s
}

.button--small {
    font-size: 0.75rem;
    height: 32px;
    line-height: 32px;
    padding-left: 12px !important
}

.button:hover {
    opacity: 0.7
}

.button::after {
    content: "";
    display: block;
    width: 11px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%)
}

.button--black {
    background: #000;
    color: #fff
}

.button--black::after {
    background-image: url(../img/common/ico-arrow-white.svg)
}

.button--border {
    border: 1px solid #000;
    color: #000;
    text-align: left;
    padding-left: 24px
}

.button--border::after {
    background-image: url(../img/common/ico-arrow-black.svg)
}

@media screen and (max-width:767px) {
    .button--border {
        height: 32px;
        line-height: 32px;
        font-size: 0.875rem
    }
}

.text-link {
    display: inline-block;
    padding-left: 16px;
    position: relative
}

.text-link::before {
    content: "";
    display: block;
    width: 11px;
    height: 9px;
    background-image: url(../img/common/ico-arrow-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.page-mv {
    margin-bottom: 64px
}

@media screen and (max-width:767px) {
    .page-mv {
        margin-bottom: 48px
    }
}

.page-mv__image {
    display: none
}

@media screen and (max-width:767px) {
    .page-mv__image {
        display: block;
        width: 100vw;
        margin-left: -20px;
        margin-bottom: 40px
    }
}

.page-mv__title {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2rem !important;
    margin-bottom: 24px;
    font-weight: normal
}

@media screen and (max-width:767px) {
    .page-mv__title {
        font-size: 1.5rem !important
    }
}

.p-header-content {
    position: relative;
    height: auto !important;
}
.p-header-content img{
    width: 100%;
}

@media screen and (max-width:767px) {
    .p-header-content {
        
    }
}

.p-header-content .groom-logo {
    max-width: 525px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

@media screen and (max-width:767px) {
    .p-header-content .groom-logo {
        max-width: 220px
    }
}

@media screen and (max-width:767px) {
    .p-header-youtube {
        height: 140%;
        margin-top: -10%
    }
}

@media screen and (max-width:767px) {
    .p-header-youtube #iframe_js-header-youtube__player {
        top: 0 !important;
        margin-top: 0 !important;
        height: 100% !important
    }
}

.groom-concept {
    padding: 20px 0 120px
}

@media screen and (max-width:767px) {
    .groom-concept {
        padding: 26px 0 64px
    }
}

.groom-concept__content {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .groom-concept__content {
        flex-wrap: wrap
    }
}

.groom-concept__text {
    width: 46%;
    padding-left: 50px;
    position: relative
}

@media screen and (max-width:767px) {
    .groom-concept__text {
        width: 100%;
        padding-left: 0
    }
}

.groom-concept__sub-title {
    transform: rotate(90deg);
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    font-size: 1rem;
    position: absolute;
    top: 40px;
    left: -20px
}

@media screen and (max-width:767px) {
    .groom-concept__sub-title {
        transform: inherit;
        top: inherit;
        left: inherit;
        position: relative;
        margin-bottom: 12px;
        display: inline-block
    }
}

.groom-concept__sub-title::after {
    content: "";
    width: 100px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 60%;
    right: -108px;
    transform: translateY(-50%)
}

@media screen and (max-width:767px) {
    .groom-concept__sub-title::after {
        top: 50%
    }
}

.groom-concept__title {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    font-size: 3rem;
    white-space: nowrap;
    margin-bottom: 80px;
    line-height: 1.7
}

@media screen and (max-width:767px) {
    .groom-concept__title {
        font-size: 1.5rem;
        margin-bottom: 48px
    }
}

@media screen and (max-width:767px) {
    .groom-concept__description {
        margin-bottom: 40px
    }
}

.groom-concept__image {
    width: 48%
}

@media screen and (max-width:767px) {
    .groom-concept__image {
        margin-left: -20px;
        width: 81.6%
    }
}

.groom-concept__image-content:first-of-type {
    width: 76%;
    padding-left: 24%
}

@media screen and (max-width:767px) {
    .groom-concept__image-content:first-of-type {
        padding-left: 0
    }
}

.groom-concept__image-content:nth-of-type(2) {
    width: 47.5%;
    margin-top: -120px
}

@media screen and (max-width:767px) {
    .groom-concept__image-content:nth-of-type(2) {
        margin-top: -72px;
        margin-left: 60%
    }
}

.groom-reason {
    padding: 120px 0 80px;
    background: #F7F7F7
}

@media screen and (max-width:767px) {
    .groom-reason {
        padding: 64px 0
    }
}

.groom-reason__title {
    text-align: center;
    margin-bottom: 56px
}

@media screen and (max-width:767px) {
    .groom-reason__title {
        margin-bottom: 48px
    }
}

.groom-reason__description {
    margin-bottom: 80px;
    text-align: center
}

@media screen and (max-width:767px) {
    .groom-reason__description {
        margin-bottom: 48px;
        text-align: left
    }
}

@media screen and (max-width:767px) {
    .groom-reason__list {
        width: 100vw;
        margin-left: -16px;
        padding-left: 16px;
        overflow-x: scroll;
        padding-right: 16px
    }
}

.groom-reason-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    counter-reset: number 0;
    list-style: none
}

@media screen and (max-width:767px) {
    .groom-reason-list {
        flex-wrap: nowrap;
        width: 1364px
    }
}

.groom-reason-list--page {
    display: block
}

@media screen and (max-width:767px) {
    .groom-reason-list--page {
        width: 100%
    }
}

.groom-reason-list__content {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    background: #fff;
    position: relative
}

@media screen and (max-width:767px) {
    .groom-reason-list__content {
        width: 260px;
        margin-bottom: 0
    }
}

.groom-reason-list__content::before {
    counter-increment: number 1;
    content: "0" counter(number);
    display: block;
    font-size: 6rem;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #fff;
    position: absolute;
    top: -46px;
    left: 0;
    z-index: 2
}

@media screen and (max-width:767px) {
    .groom-reason-list__content::before {
        font-size: 3.5rem;
        top: -26px;
        z-index: 2
    }
}

.groom-reason-list__content:first-of-type {
    width: 100%;
    display: flex;
    align-items: center
}

@media screen and (max-width:767px) {
    .groom-reason-list__content:first-of-type {
        width: 260px;
        display: block
    }
}

.groom-reason-list__content:first-of-type .groom-reason-list__image {
    width: 50%
}

.groom-reason-list__content:first-of-type .groom-reason-list__image img {
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:767px) {
    .groom-reason-list__content:first-of-type .groom-reason-list__image {
        width: 100%
    }
}

.groom-reason-list__content:first-of-type .groom-reason-list__text {
    width: 50%;
    padding: 20px 40px
}

@media screen and (max-width:767px) {
    .groom-reason-list__content:first-of-type .groom-reason-list__text {
        width: 100%;
        padding: 16px
    }
}

.groom-reason-list__content--page {
    width: 100%;
    margin-left: 0 !important
}

@media screen and (max-width:767px) {
    .groom-reason-list__content--page {
        width: 100%;
        margin-bottom: 40px
    }
}

.groom-reason-list__content--page::before {
    top: -66px
}

@media screen and (max-width:767px) {
    .groom-reason-list__content--page::before {
        top: -38px
    }
}

.groom-reason-list__content--page:first-of-type {
    display: block
}

@media screen and (max-width:767px) {
    .groom-reason-list__content--page:first-of-type {
        width: 100%
    }
}

.groom-reason-list__content--page:first-of-type .groom-reason-list__image {
    width: 100%
}

.groom-reason-list__content--page:first-of-type .groom-reason-list__text {
    width: 100%;
    padding: 20px 0
}

@media screen and (max-width:767px) {
    .groom-reason-list__content--page:first-of-type .groom-reason-list__text {
        padding: 20px 0
    }
}

.groom-reason-list__text {
    padding: 40px 32px
}

@media screen and (max-width:767px) {
    .groom-reason-list__text {
        padding: 16px
    }
}

.groom-reason-list__text--page {
    padding: 20px 0
}

@media screen and (max-width:767px) {
    .groom-reason-list__text--page {
        padding: 20px 0
    }
}

.groom-reason-list__text h3 {
    font-size: 1.25rem !important
}

.groom-reason-list__title {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2rem !important;
    margin-bottom: 32px;
    font-weight: normal
}

@media screen and (max-width:767px) {
    .groom-reason-list__title {
        font-size: 1.125rem !important;
        margin-bottom: 16px
    }
}

.groom-reason-list__image {
    position: relative
}

.groom-reason-list__image--page::before {
    content: "";
    display: block;
    padding-top: 40%
}

.groom-reason-list__image--page img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:767px) {
    .groom-reason-list__image {
        position: relative
    }

    .groom-reason-list__image::before {
        content: "";
        display: block;
        padding-top: 61.5%
    }

    .groom-reason-list__image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.groom-reason-list__description {
    margin-bottom: 0 !important
}

@media screen and (max-width:767px) {
    .groom-reason-list__description {
        font-size: 0.875rem
    }
}

.groom-reason-list__button-list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .groom-reason-list__button-list {
        margin-top: 16px
    }
}

.groom-reason-list__button {
    width: calc(50% - 24px);
    min-width: 258px;
    margin-bottom: 8px
}

@media screen and (max-width:767px) {
    .groom-reason-list__button {
        width: 100%;
        min-width: 100%
    }
}

.groom-voice {
    padding: 120px 0
}

@media screen and (max-width:767px) {
    .groom-voice {
        padding: 64px 0
    }
}

.groom-voice__title {
    text-align: center;
    margin-bottom: 80px
}

@media screen and (max-width:767px) {
    .groom-voice__title {
        margin-bottom: 48px
    }
}

.groom-voice__slider {
    margin-bottom: 80px
}

.groom-voice__button {
    text-align: center
}

.groom-voice .swiper-slide {
    height: auto
}

.groom-voice .swiper-button-next,
.groom-voice .swiper-button-prev {
    top: 58%
}

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

    .groom-voice .swiper-button-next,
    .groom-voice .swiper-button-prev {
        width: 13px;
        top: 50%
    }
}

.groom-voice-content--top {
    border: 1px solid #000;
    padding: 32px 32px 0;
    height: 100%
}

@media screen and (max-width:767px) {
    .groom-voice-content--top {
        padding: 16px 16px 0
    }
}

.groom-voice-content--page {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000
}

@media screen and (max-width:767px) {
    .groom-voice-content--page {
        padding-bottom: 24px;
        margin-bottom: 24px
    }
}

.groom-voice-content__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px
}

@media screen and (max-width:767px) {
    .groom-voice-content__header {
        margin-bottom: 20px;
        align-items: flex-start
    }
}

.groom-voice-content__image {
    width: 72px
}

@media screen and (max-width:767px) {
    .groom-voice-content__image {
        width: 56px
    }
}

.groom-voice-content__information {
    width: calc(100% - 96px)
}

@media screen and (max-width:767px) {
    .groom-voice-content__information {
        width: calc(100% - 64px)
    }
}

.groom-voice-content__name {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 4px
}

@media screen and (max-width:767px) {
    .groom-voice-content__name {
        font-size: 0.875rem
    }
}

.groom-voice-content__name span {
    font-size: 0.875rem
}

@media screen and (max-width:767px) {
    .groom-voice-content__name span {
        font-size: 0.75rem
    }
}

.groom-voice-content__review {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .groom-voice-content__review {
        display: block
    }
}

.groom-voice-content__review-all {
    font-size: 1rem;
    font-weight: bold;
    margin-right: 12px !important
}

@media screen and (max-width:767px) {
    .groom-voice-content__review-all {
        font-size: 0.875rem;
        margin-right: 0 !important
    }
}

.groom-voice-content__review-all span {
    display: inline-block;
    margin-left: 8px
}

.groom-voice-content__review-items {
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .groom-voice-content__description {
        font-size: 0.875rem
    }
}

.review-items-list {
    margin: 0;
    margin-right: 12px;
    padding-right: 12px;
    position: relative;
    white-space: nowrap
}

@media screen and (max-width:767px) {
    .review-items-list {
        margin-right: 8px;
        padding-right: 8px
    }
}

.review-items-list::after {
    content: "";
    display: block;
    height: 16px;
    width: 1px;
    background: #000;
    position: absolute;
    top: 6px;
    right: 0
}

@media screen and (max-width:767px) {
    .review-items-list::after {
        height: 12px;
        top: 9px
    }
}

.review-items-list:last-of-type {
    margin-right: 0;
    padding-right: 0
}

.review-items-list:last-of-type::after {
    content: none
}

.review-items-list__title {
    display: inline-block;
    margin-right: 4px
}

@media screen and (max-width:767px) {
    .review-items-list__title {
        font-size: 0.75rem;
        margin-right: 0;
        letter-spacing: 0
    }
}

.review-items-list__description {
    display: inline-block;
    margin: 0
}

@media screen and (max-width:767px) {
    .review-items-list__description {
        font-size: 0.75rem;
        letter-spacing: 0
    }
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: none
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none
}

.p-entry__body .groom-voice-page p,
.p-entry__body .groom-voice-page dl {
    margin: 0
}

.p-entry__body .groom-voice-page dl {
    margin-right: 12px
}

@media screen and (max-width:767px) {
    .p-entry__body .groom-voice-page dl {
        margin-right: 8px
    }
}

.p-entry__body .groom-voice-page dd {
    margin-bottom: 0
}

.groom-menu {
    background-image: url(../img/top/bg-menu.jpg);
    background-size: cover;
    padding: 80px 0
}

@media screen and (max-width:767px) {
    .groom-menu {
        background-image: url(../img/top/bg-menu-sp.jpg);
        padding: 64px 0
    }
}

.groom-menu__content {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .groom-menu__content {
        display: block
    }
}

.groom-menu__text {
    width: 234px
}

@media screen and (max-width:767px) {
    .groom-menu__text {
        width: 100%;
        margin-bottom: 40px
    }
}

.groom-menu__link {
    width: calc(100% - 290px)
}

@media screen and (max-width:767px) {
    .groom-menu__link {
        width: 100%
    }
}

.groom-menu__title {
    margin-bottom: 56px
}

@media screen and (max-width:767px) {
    .groom-menu__title {
        margin-bottom: 48px;
        text-align: center
    }
}

.menu-list__content+.menu-list__content {
    margin-top: 32px
}

@media screen and (max-width:767px) {
    .menu-list__content+.menu-list__content {
        margin-top: 12px
    }
}

.menu-list__link {
    background: #fff;
    display: flex;
    justify-content: space-between
}

.menu-list__link:hover .menu-list__image img {
    transform: scale(1.05)
}

@media screen and (max-width:767px) {
    .menu-list__link {
        padding: 10px;
        position: relative
    }

    .menu-list__link::after {
        content: "";
        display: block;
        width: 11px;
        height: 9px;
        background-image: url(../img/common/ico-arrow-black.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%)
    }
}

.menu-list__image {
    width: 36%;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .menu-list__image {
        width: 25%
    }
}

.menu-list__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.3s
}

@media screen and (max-width:767px) {
    .menu-list__image img {
        height: auto
    }
}

.menu-list__text {
    width: 64%;
    padding: 24px
}

@media screen and (max-width:767px) {
    .menu-list__text {
        width: calc(75% - 10px);
        padding: 0;
        padding-right: 24px
    }
}

.menu-list__title {
    font-size: 1.5rem;
    font-weight: normal;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .menu-list__title {
        font-size: 1.125rem;
        margin-bottom: 10px
    }
}

.menu-list__description {
    margin-bottom: 32px
}

@media screen and (max-width:767px) {
    .menu-list__description {
        font-size: 0.875rem;
        margin-bottom: 0
    }
}

.menu-list__cta {
    text-align: right
}

@media screen and (max-width:767px) {
    .menu-list__cta {
        display: none
    }
}

.groom-gallery {
    padding: 120px 0
}

@media screen and (max-width:767px) {
    .groom-gallery {
        padding: 64px 0 100px
    }
}

.groom-gallery__title {
    text-align: center;
    margin-bottom: 80px
}

@media screen and (max-width:767px) {
    .groom-gallery__title {
        margin-bottom: 40px
    }
}

.groom-gallery__list {
    margin-bottom: 44px
}

@media screen and (max-width:767px) {
    .groom-gallery__list {
        margin-bottom: 25px
    }
}

.groom-gallery__button {
    text-align: center
}

.groom-style-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.groom-style-list--top {
    max-width: 860px;
    margin: 0 auto
}

.groom-style-list--top .groom-style-list__content {
    width: calc(25% - 15px);
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .groom-style-list--top .groom-style-list__content {
        width: calc(50% - 7.5px);
        margin-bottom: 15px
    }
}

.groom-style-list--page {
    list-style: none;
    margin: 0;
    padding: 0
}

.groom-style-list--page .groom-style-list__content {
    margin: 0;
    padding: 0;
    width: calc(25% - 15px);
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .groom-style-list--page .groom-style-list__content {
        width: calc(50% - 7.5px);
        margin-bottom: 15px
    }
}

.groom-style-list__content {
    position: relative
}

.groom-style-list__content::before {
    content: "";
    display: block;
    padding-top: 100%
}

.groom-style-list__content img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.3s
}

@media screen and (max-width:767px) {
    .groom-flow {
        width: 100vw;
        padding: 64px 20px;
        margin-left: -20px;
        background: #F7F7F7
    }
}

.groom-flow__title {
    text-align: left;
    margin-bottom: 48px
}

@media screen and (min-width:768px) {
    .groom-flow__title .title__english {
        font-size: 2rem
    }

    .groom-flow__title .title__japanese {
        font-size: 1rem
    }
}

@media screen and (max-width:767px) {
    .groom-flow__title {
        text-align: center
    }
}

.groom-instagram {
    margin-top: 64px
}

@media screen and (max-width:767px) {
    .groom-instagram {
        margin: 64px 0
    }
}

.groom-instagram__title {
    text-align: left;
    margin-bottom: 48px
}

@media screen and (min-width:768px) {
    .groom-instagram__title .title__english {
        font-size: 2rem
    }

    .groom-instagram__title .title__japanese {
        font-size: 1rem
    }
}

@media screen and (max-width:767px) {
    .groom-instagram__title {
        text-align: center
    }
}

.groom-instagram__button {
    margin-top: 32px
}

@media screen and (max-width:767px) {
    .groom-instagram__button {
        text-align: center;
        margin-top: 20px
    }
}

.point-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    counter-reset: number 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.point-list__content {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 24px !important
}

@media screen and (min-width:768px) {
    .point-list__content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }
}

@media screen and (max-width:767px) {
    .point-list__content {
        width: 100%;
        margin-bottom: 40px !important
    }
}

.point-list__image {
    position: relative;
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .point-list__image {
        width: 30%
    }
}

@media screen and (max-width:767px) {
    .point-list__image--flow {
        margin-bottom: 30px;
        position: relative
    }

    .point-list__image--flow::after {
        counter-increment: number 1;
        content: "Step.0" counter(number);
        display: block;
        background: #000;
        color: #fff;
        font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.625rem;
        width: 118px;
        height: 32px;
        line-height: 32px;
        position: absolute;
        bottom: -16px;
        left: 0;
        text-align: center
    }
}

.point-list__image::before {
    content: "";
    display: block;
    padding-top: 62%
}

.point-list__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media screen and (min-width:768px) {
    .point-list__text {
        width: 65%
    }
}

@media screen and (min-width:768px) {
    .point-list__text--flow::before {
        counter-increment: number 1;
        content: "Step.0" counter(number);
        display: block;
        background: #000;
        color: #fff;
        font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.625rem;
        width: 118px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 16px
    }
}

.point-list__title {
    font-size: 1.25rem !important;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    margin-bottom: 12px !important
}

@media screen and (max-width:767px) {
    .point-list__title {
        margin-bottom: 16px !important
    }
}

.point-list__description {
    font-size: 0.875rem
}

@media screen and (min-width:768px) {
    .point-list__description .button {
        max-width: 240px
    }
}

.point-list__description .button:hover {
    color: #000;
    text-decoration: none
}

.p-entry__body .groom-care-page p,
.p-entry__body .groom-care-page dl,
.p-entry__body .groom-care-page ul,
.p-entry__body .groom-care-page li {
    margin: 0
}

.pb_headline.pb_font_family_type3 span {
    font-size: 0.875rem
}

@media screen and (max-width:767px) {
    .p-entry__img {
        width: 100vw;
        margin-left: -20px
    }
}

.pb-pricemenu__list-title {
    font-size: 1.125rem;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal !important
}

.pb-pricemenu .pb-pricemenu__list-price {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    font-size: 1.125rem
}

.p-index-content__btn {
    background: #3b3f42 !important;
    transition: 0.3s
}

.p-index-content__btn:hover {
    opacity: 0.7
}

.p-page-header__desc {
    color: #000 !important
}

.faq-list {
    list-style: none
}

.faq-list__content {
    margin-left: 0 !important;
    margin-bottom: 33px;
    border-bottom: 1px solid #000
}

.faq-list__title {
    font-size: 1.25rem;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding-left: 1.5em;
    position: relative;
    font-weight: normal;
    margin-bottom: 12px !important
}

.faq-list__title::before {
    content: "Q.";
    display: inline-block;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    position: absolute;
    top: 0;
    left: 0
}

.access-map {
    height: 320px
}

@media screen and (max-width:767px) {
    .access-map {
        height: 240px
    }
}

.access-map iframe {
    width: 100%;
    height: 100%
}

.p-entry__body .button.button--black {
    color: #fff
}

.p-entry__body .button.button--black:hover {
    color: #fff;
    text-decoration: none
}

.p-entry__body .button.button--border {
    color: #000
}

.p-entry__body .button.button--border:hover {
    color: #000;
    text-decoration: none
}

.c-footer-bar a {
    color: #fff !important;
    font-size: 1rem;
    font-weight: bold
}

.c-footer-bar {
    background: #000 !important
}

.c-footer-bar a {
    padding: 8px 0 !important
}

.c-footer-bar__icon::before {
    margin-bottom: 0 !important
}

.p-footer-nav {
    padding: 14px 0;
    flex-wrap: wrap;
    line-height: 32px
}

@media screen and (max-width:767px) {
    .p-footer-nav {
        height: 244px;
        padding: 23px 20px
    }
}

.p-global-nav {
    line-height: 1
}

.c-logo img {
    width: 140px
}

.l-header__desc {
    color: #fff
}

.p-contact__appointment {
    font-weight: bold
}

.p-banner-list__item a {
    display: block;
    position: relative
}

.p-banner-list__item a::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(59, 65, 66, 0.8);
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.p-banner-list__item:last-of-type a::after {
    content: none
}