/* 基本 */
#shopdetail .contents__left > section .colBox .text {
    font-size: 12px;
    color: #545454;
}
#shopdetail .contents__left > section:first-of-type .titleMain--wrapper {
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    #shopdetail .contents__left > section:first-of-type .titleMain--wrapper {
        margin-bottom: 2rem;
    }
}
#shopdetail .contents__left > section:first-of-type .titleMain::before {
    display: none;
}
#shopdetail .contents__left > section:first-of-type .titleMain p {
    display: inline-block;
    padding: 0.25rem 1rem;
    margin-bottom: 8px;
    font-size: 16px;
    color: #fff;
    background-color: #d82300;
    border-radius: 50vw;
}
@media (min-width: 768px) {
    #shopdetail .slide__wrap01 {
        max-width: 864px;
        padding-right: 0;
        padding-left: 0;
    }
}
#shopdetail .shop__detail {
    margin-top: 2rem;
}
#shopdetail .shop__detail--leadTxt {
    margin: 2rem 0;
}
#shopdetail .shop__detail--parking {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    #shopdetail .shop__detail--parking {
        margin-top: 4rem;
    }
}
#shopdetail .shop__detail .titleSub + table {
    margin-top: 1rem;
}
@media (min-width: 768px) {
    #shopdetail .shop__detail .titleSub + table {
        margin-top: 2rem;
    }
}
#shopdetail .shop__detail table {
    width: 100%;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
    margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
    #shopdetail .shop__detail table {
        margin-top: 4rem;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    #shopdetail .shop__detail table.table1 {
        margin-top: 2rem;
    }
}
#shopdetail .shop__detail table caption {
    position: relative;
    padding-left: 36px;
    font-size: 18px;
    font-weight: bold;
}
#shopdetail .shop__detail table caption::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 26px;
    height: 26px;
    content: "";
    background: url("/app/wp-content/themes/otakaraya/assets/img/shop/area/detail/icn_parking.png")
        no-repeat center center;
    background-size: contain;
}
@media (max-width: 767px) {
    #shopdetail .shop__detail table caption {
        margin-bottom: 0.5rem;
    }
}
@media (min-width: 768px) {
    #shopdetail .shop__detail table caption {
        padding-left: 42px;
        margin: 0 auto;
        margin-bottom: 1rem;
    }
    #shopdetail .shop__detail table caption::before {
        width: 32px;
        height: 32px;
        margin-top: -4px;
    }
}
#shopdetail .shop__detail table tr {
    font-size: 13px;
    border-top: solid 1px #e6e6e6;
}
#shopdetail .shop__detail table tr:last-of-type {
    border-bottom: solid 1px #e6e6e6;
}
#shopdetail .shop__detail table tr th {
    width: 23%;
    padding: 0.5rem 0;
}
#shopdetail .shop__detail table tr td {
    width: 77%;
    padding: 0.5rem 0;
    color: #545454;
}
#shopdetail .shop__detail table tr td span {
    padding-left: 10px;
    font-weight: bold;
    color: #d82300;
}
@media (max-width: 767px) {
    #shopdetail .shop__detail table tr th,
    #shopdetail .shop__detail table tr td {
        display: block;
        width: 100%;
    }
    #shopdetail .shop__detail table tr td {
        padding-top: 0;
    }
}
#shopdetail .shop__detail table + table {
    margin-top: 2rem;
}
#shopdetail .shop__detail .flex {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
}
@media (max-width: 767px) {
    #shopdetail .shop__detail .flex {
        margin-top: 2rem;
    }
}
#shopdetail .shop__detail .flex__tab .tab__item {
    width: 50%;
}
#shopdetail .shop__detail .flex__tab .tab__item a {
    font-size: 16px;
}
@media (min-width: 768px) {
    #shopdetail .shop__detail .flex__tab .tab__item a {
        padding: 20px 6px;
    }
}
#shopdetail .shop__detail .flex__tabContents {
    position: relative;
}
#shopdetail .shop__detail .flex__content {
    overflow: hidden;
    visibility: hidden;
    background: #f2f2f2;
}
@media (max-width: 767px) {
    #shopdetail .shop__detail .flex__content {
        width: 100%;
        padding: 1rem;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 768px) {
    #shopdetail .shop__detail .flex__content {
        padding: 1rem;
        border-radius: 0;
    }
}
#shopdetail .shop__detail .flex__content.active {
    visibility: visible;
}
#shopdetail .shop__detail .flex__content:not(:first-child) {
    position: absolute;
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) {
    #shopdetail .shop__detail .flex__content:not(:first-child) {
        width: 100%;
    }
}
#shopdetail .shop__detail .flex__content img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    #shopdetail .shop__detail .flex__content img {
        width: 88%;
        object-fit: contain;
        margin: auto;
    }
}

#shopdetail .shop__detail .flex__content iframe {
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) {
    #shopdetail .tab_img {
        height: clamp(569px, 20vh, 151.73vw);
        max-height: 569px;
    }
}
@media (min-width: 768px) and (max-width: 999px) {
    #shopdetail .tab_img {
        height: clamp(440px, 70vh, 57.08vw);
        max-height: 569px;
    }
}
@media (max-width: 767px) {
    #shopdetail .tab_img {
        height: clamp(300px, 90vh, 79.92vw);
        max-height: 569px;
    }
}
#shopdetail .shop__detail--services {
    margin-top: 2rem !important;
}
#shopdetail .shop__detail--services .colBox {
    gap: 0 0;
    margin: 2rem auto 0;
}
#shopdetail .shop__detail--services .colBox .text {
    color: #545454;
}
@media (max-width: 767px) {
    #shopdetail .shop__detail--services .colBox__col06 {
        padding: 0 1rem;
    }
}
#shopdetail .shop__detail--services .colBox__col06 > .col {
    width: 14.5%;
    margin: 2rem 0 0 2%;
}
@media (max-width: 767px) {
    #shopdetail .shop__detail--services .colBox__col06 > .col {
        margin-top: 1rem;
    }
    #shopdetail .shop__detail--services .colBox__col06 > .col .text {
        font-size: 0.875rem;
    }
}
#shopdetail .shop__detail--services .colBox__col06 > .col:nth-child(6n + 1) {
    margin-left: 0;
}
#shopdetail .shop__detail--services .colBox__col06 > .col:nth-child(-n + 6) {
    margin-top: 0;
}
@media (max-width: 767px) {
    #shopdetail .shop__detail--services .colBox.sp__col04 {
        width: 100%;
        padding: 0 0.5rem;
    }
    #shopdetail .shop__detail--services .colBox.sp__col04 > .col {
        width: 21.35%;
        margin: 2rem 0 0 4.8%;
    }
    #shopdetail
        .shop__detail--services
        .colBox.sp__col04
        > .col:nth-child(3n + 1),
    #shopdetail
        .shop__detail--services
        .colBox.sp__col04
        > .col:nth-child(-n + 3),
    #shopdetail
        .shop__detail--services
        .colBox.sp__col04
        > .col:nth-child(7n + 1),
    #shopdetail
        .shop__detail--services
        .colBox.sp__col04
        > .col:nth-child(-n + 7),
    #shopdetail
        .shop__detail--services
        .colBox.sp__col04
        > .col:nth-child(11n + 1),
    #shopdetail
        .shop__detail--services
        .colBox.sp__col04
        > .col:nth-child(-n + 11) {
        margin: 1rem 0 0 4.8%;
    }
    #shopdetail
        .shop__detail--services
        .colBox.sp__col04
        > .col:nth-child(4n + 1) {
        margin-left: 0;
    }
    #shopdetail
        .shop__detail--services
        .colBox.sp__col04
        > .col:nth-child(-n + 4) {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    #shopdetail .shop__detail--access .flex__content {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    #shopdetail .shop__detail--access .numbox {
        padding-bottom: 32px;
        margin: 0;
    }
}
@media (min-width: 768px) {
    #shopdetail .shop__detail--access .numbox .numbox__slide {
        gap: 0 20px;
    }
}
#shopdetail .shop__detail--access .numbox .numbox__slide > div {
    width: 100%;
}
@media (max-width: 767px) {
    #shopdetail
        .shop__detail--access
        .numbox
        .numbox__slide
        > div
        .numbox__slide--inner {
        width: 100%;
        padding: 0 25px;
    }
}
#shopdetail
    .shop__detail--access
    .numbox
    .numbox__slide
    > div
    .numbox__slide--inner
    .numbox__slide--img {
    position: relative;
    border-radius: 24px;
}
#shopdetail
    .shop__detail--access
    .numbox
    .numbox__slide
    > div
    .numbox__slide--inner
    .numbox__slide--img
    img {
    display: block;
    width: 100%;
    border-radius: 24px;
}
#shopdetail
    .shop__detail--access
    .numbox
    .numbox__slide
    > div
    .numbox__slide--inner
    .numbox__slide--img
    span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 3% 4%;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background: #d82300;
    border-radius: 24px 0;
}
#shopdetail
    .shop__detail--access
    .numbox
    .numbox__slide
    > div
    .numbox__slide--inner
    .numbox__slide--img
    span
    + img {
    height: auto;
}
#shopdetail
    .shop__detail--access
    .numbox
    .numbox__slide
    > div
    .numbox__slide--inner
    .numbox__slide--text {
    margin: 0.5rem 0 1rem;
    color: #545454;
    text-align: justify;
}
@media (max-width: 767px) {
    #shopdetail
        .shop__detail--access
        .numbox
        .numbox__slide
        > div
        .numbox__slide--inner
        .numbox__slide--text {
        padding: 0 0.5rem;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    #shopdetail .shop__detail--access .numbox .numbox__slide > div {
        width: calc(49% - 10px);
    }
    #shopdetail
        .shop__detail--access
        .numbox
        .numbox__slide
        > div:nth-of-type(odd) {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    #shopdetail .shop__detail--access .numbox .numbox__slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0;
    }
}
#shopdetail .shop__detail--access .numbox .numbox__slide .slick-arrow {
    position: absolute;
    top: 100%;
    z-index: 100;
    width: 60px;
    height: 60px;
    margin-top: -33px;
    font-size: 0;
    cursor: pointer;
    border: none;
    outline: none;
}
#shopdetail .shop__detail--access .numbox .numbox__slide .slick-arrow::before {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 1px solid #fff;
    border-width: 3px 3px 0 0;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#shopdetail
    .shop__detail--access
    .numbox
    .numbox__slide
    .slick-arrow.slick-next {
    right: 0;
}
#shopdetail
    .shop__detail--access
    .numbox
    .numbox__slide
    .slick-arrow.slick-next::before {
    left: 8%;
}
#shopdetail
    .shop__detail--access
    .numbox
    .numbox__slide
    .slick-arrow.slick-prev {
    left: 0;
}
#shopdetail
    .shop__detail--access
    .numbox
    .numbox__slide
    .slick-arrow.slick-prev::before {
    right: 8%;
    border-width: 0 0 3px 3px;
}
#shopdetail .shop__detail--access .numbox .numbox__slide .slick-dots {
    position: absolute;
    bottom: 0;
    left: 5%;
    display: block;
    width: 90%;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    background: #d82300;
    border-radius: 50px;
}
#shopdetail .shop__detail--access .numbox .numbox__slide .slick-dots li {
    display: inline-block;
    margin-bottom: 10px;
}
#shopdetail .shop__detail--access .numbox .numbox__slide .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 8px;
    font-size: 0;
    cursor: pointer;
    background: #fff;
    border: 0;
    border-radius: 50%;
    outline: none;
    opacity: 0.3;
}
#shopdetail
    .shop__detail--access
    .numbox
    .numbox__slide
    .slick-dots
    li
    button::before {
    content: none;
}
#shopdetail
    .shop__detail--access
    .numbox
    .numbox__slide
    .slick-dots
    .slick-active
    button {
    opacity: 1;
}
#shopdetail .shop__detail--access .slick-slider {
    margin-bottom: 0;
}
#shopdetail .shop__detail--access .flex--slide__pagenation {
    margin-top: 0;
    background: none;
}
#shopdetail .shop__detail--access .flex--slide__pagenation .slick-dots button {
    background: #d82300;
}
#shopdetail .shop__detail--access .pagenation--arrows {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#shopdetail .shop__detail--access .pagenation--arrows .slick-arrow {
    position: relative;
    top: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    font-size: 0;
    cursor: pointer;
    background-color: #d82300;
    background-position: center;
    background-size: 22%;
    border: none;
    border-radius: 50vw;
    outline: none;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.31' height='14.595'%3E%3Cpath fill='%23fff' d='M0 7.295a.851.851 0 0 0 .286.649l6.537 6.401a.83.83 0 0 0 .611.25.882.882 0 0 0 .445-.112.848.848 0 0 0 .431-.754.856.856 0 0 0-.261-.62L2.101 7.295l5.948-5.808A.878.878 0 0 0 8.193.425a.841.841 0 0 0-.314-.313A.883.883 0 0 0 7.433 0a.83.83 0 0 0-.61.25L.285 6.65A.846.846 0 0 0 0 7.295Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 20% auto;
}
#shopdetail .shop__detail--access .pagenation--arrows .slick-arrow::before {
    content: "";
}
#shopdetail .shop__detail--access .pagenation--arrows .slick-prev {
    left: unset;
}
#shopdetail .shop__detail--access .pagenation--arrows .slick-next {
    right: unset;
    -webkit-transform: translate(0, 0) rotate(180deg);
    -ms-transform: translate(0, 0) rotate(180deg);
    transform: translate(0, 0) rotate(180deg);
}
#shopdetail .shop__detail--shoplist .shop__detail--shopBtnList {
    padding: 16px;
    background-color: #f2f2f2;
    border-radius: 24px;
}

#shopdetail
    .shop__detail--shoplist
    .shop__detail--shopBtnList
    .btn__normal--back {
    margin-top: 0 !important;
}

#shopdetail
    .shop__detail--shoplist
    .shop__detail--shopBtnList
    .btn__normal--back
    a {
    padding: 0.75rem 3.2rem 0.75rem 25px !important;
}

@media (min-width: 768px) {
    #shopdetail .shop__detail--shoplist .shop__detail--shopBtnList {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }
}
@media (max-width: 767px) {
    #shopdetail .shop__detail--shoplist .titleMain--wrapper {
        margin-top: 0;
    }

    #shopdetail .shopAcod__city .btn__normal--back > a {
        padding: 0.75rem 3.2rem 0.75rem 25px !important;
    }
}
@media (max-width: 767px) {
    #shopdetail .shop__detail--shoplist .titleSub {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
}
@media (min-width: 768px) {
    #shopdetail .shop__detail--shoplist .titleSub {
        margin-top: 4rem;
        margin-bottom: 2rem;
    }
}
#shopdetail .shop__detail--shoplist .shop__detail--shopBtnList .btn__wrap {
    /* max-width: 320px;
    margin: 0.5rem auto; */
}
@media (min-width: 768px) {
    #shopdetail .shop__detail--shoplist .shop__detail--shopBtnList .btn__wrap {
        /* margin: 0; */
    }
}
#shopdetail .shop__detail--rate h3.titleSub {
    margin-top: 2rem;
    font-size: 24px;
}
@media (min-width: 768px) {
    #shopdetail .shop__detail--rate h3.titleSub {
        margin-top: 4rem;
    }
}
#shopdetail .shop__detail--rate h3.titleSub + p {
    margin-top: 8px;
    line-height: 1.5;
    color: #545454;
    text-align: center;
}
#shopdetail .shop__detail--rate h4.titleH4 {
    margin: 1rem 0;
}
@media (min-width: 768px) {
    #shopdetail .shop__detail--rate h4.titleH4 {
        margin: 2rem 0;
    }
}
#shopdetail .another {
    margin-top: 10px;
}
#shopdetail .brand-result-cat {
    padding: 0.75rem 1.25rem;
    margin-top: 4rem;
    background: #f2f2f2;
    border-radius: 24px;
}
#shopdetail .brand-result-cat.another {
    margin-top: 10px;
}
@media (max-width: 767px) {
    #shopdetail .brand-result-cat {
        padding: 0.75rem 1rem;
        margin: 0 -0.5rem;
        margin-top: 2rem;
    }
}
#shopdetail .brand-result-cat__ttl {
    position: relative;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.4444444444;
    text-align: center;
}
@media (min-width: 768px) {
    #shopdetail .brand-result-cat__ttl.acod__switch {
        pointer-events: none;
    }
}
@media (max-width: 767px) {
    #shopdetail .brand-result-cat__ttl {
        padding: 0 0.5rem;
        text-align: left;
        cursor: pointer;
    }
    #shopdetail .brand-result-cat__ttl.acod__switch::after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        vertical-align: middle;
        content: "";
        background: url("/app/wp-content/themes/otakaraya/assets/img/common/icon_plus_red01.png")
            no-repeat right center;
        background-size: contain;
    }
    #shopdetail .brand-result-cat__ttl.acod__switch.open::after {
        background: url("/app/wp-content/themes/otakaraya/assets/img/common/icon_minus_red01.png")
            no-repeat right center;
        background-size: contain;
    }
}
#shopdetail .brand-result-cat__item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.75rem;
    -webkit-column-gap: 4.854368932%;
    -moz-column-gap: 4.854368932%;
    column-gap: 4.854368932%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 824px;
    margin: 1.5625rem auto 0.8125rem;
}
#shopdetail .brand-result-cat__item ul li {
    position: relative;
    width: 47.572815534%;
    max-width: 392px;
}
@media (max-width: 767px) {
    #shopdetail .brand-result-cat__item ul li {
        width: 100%;
        max-width: 100%;
    }
}
#shopdetail .brand-result-cat__item ul li a {
    display: block;
    padding: 0.625rem 2.25rem 0.625rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    background: #fff;
    border: solid 2px rgba(0, 0, 0, 0);
    border-radius: 24px;
}
#shopdetail .brand-result-cat__item ul li a:hover {
    border-color: #d82300;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
#shopdetail .brand-result-cat__item ul li a::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    vertical-align: middle;
    content: "";
    background: url("/app/wp-content/themes/otakaraya/assets/img/common/icon_arrow_red01.png")
        no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
}
#shopdetail .brand-result-cat__content {
    margin-top: 10px;
    background-color: #f2f2f2;
    border-radius: 24px;
}
@media (max-width: 767px) {
    #shopdetail .brand-result-cat__content {
        padding: 0.75rem 0.5rem;
        margin: 10px -0.5rem;
    }
}
@media (min-width: 768px) {
    #shopdetail .brand-result-cat__content {
        padding: 0.75rem 50px;
    }
}
#shopdetail .brand-result-cat__content .colBox {
    gap: 2rem 1.3%;
    margin-top: 1.5rem;
}
@media (min-width: 1441px) {
    #shopdetail .brand-result-cat__content .colBox {
        gap: 2rem 1.25rem;
    }
}
@media (max-width: 767px) {
    #shopdetail .brand-result-cat__content .colBox {
        gap: 1rem 0.375rem;
    }
}
@media (max-width: 767px) {
    #shopdetail .brand-result-cat__content .colBox__col04 {
        padding: 0 1rem;
    }
}
#shopdetail .brand-result-cat__content .colBox__col04 > .col {
    width: 24%;
    max-width: 176px;
}
@media (max-width: 767px) {
    #shopdetail .brand-result-cat__content .colBox__col04 > .col {
        max-width: 98px;
    }
}
@media (max-width: 767px) {
    #shopdetail .brand-result-cat__content .colBox.sp__col03 {
        width: 100%;
        padding: 0 0.5rem;
    }
    #shopdetail .brand-result-cat__content .colBox.sp__col03 > .col {
        width: 32.1%;
        max-width: 100px;
    }
}
@media (max-width: 767px) {
    #shopdetail .brand-result-cat__content .acod__result-cat__switch {
        cursor: pointer;
    }
    #shopdetail .brand-result-cat__content .acod__result-cat__switch::after {
        position: absolute;
        top: 50%;
        right: 7px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        vertical-align: middle;
        content: "";
        background: url("/app/wp-content/themes/otakaraya/assets/img/common/icon_plus_red01.png")
            no-repeat right center;
        background-size: contain;
    }
    #shopdetail
        .brand-result-cat__content
        .acod__result-cat__switch.open::after {
        background: url("/app/wp-content/themes/otakaraya/assets/img/common/icon_minus_red01.png")
            no-repeat right center;
        background-size: contain;
    }
}
#shopdetail .another .brand-result-cat {
    margin-top: 0;
}
#shopdetail .another .brand-result-cat:not(:last-of-type) {
    margin-bottom: 10px;
}
#shopdetail .another .brand-result-cat .acod__contents .colBox {
    gap: 2.22vw;
    margin: 2rem 0;
}

.profile__list {
    margin-top: 5.5rem;
}

@media (max-width: 767px) {
    .profile__list {
        margin: 5.5rem -0.5rem 0;
    }
}

.profile__list--item {
    padding: min(1.67vw, 24px) min(3.33vw, 48px);
    background-color: #f2f2f2;
    border-radius: 24px;
}

@media (max-width: 767px) {
    .profile__list--item {
        padding: 1rem;
    }
}

.profile__list--item + .profile__list--item {
    margin-top: 3.5rem;
}

.profile__list--person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .profile__list--person {
        display: block;
        max-width: 100%;
    }
}

.profile__list--person .person--left {
    width: 40%;
    margin-top: -3.5rem;
    text-align: center;
}

@media (max-width: 767px) {
    .profile__list--person .person--left {
        width: 100%;
        margin-top: -3.5rem;
    }
}

.profile__list--person .person--left .img {
    width: min(41.03vw, 160px);
    max-width: 160px;
    height: 160px;
    height: min(41.03vw, 160px);
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    border: 8px solid #d82300;
    border-radius: 50%;
}

.profile__list--person .person--left .name {
    margin-top: 12px;
    font-size: 2rem;
}

.profile__list--person .person--left .name span {
    font-size: 1rem;
}

.profile__list--person .person--left .name--a {
    font-size: 0.875rem;
    color: #d82300;
}

.profile__list--person .person--right {
    width: 60%;
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
    .profile__list--person .person--right {
        width: 100%;
        margin-top: 0.5rem;
    }
}

.profile__list--person .person--right table {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.profile__list--person .person--right table tr {
    border-top: 1px solid #e6e6e6;
}

.profile__list--person .person--right table tr > * {
    padding: 0.5rem 0;
    font-size: 0.8125rem;
}

.profile__list--person .person--right table tr td {
    width: 68.96%;
    color: #545454;
}

@media (max-width: 767px) {
    .profile__list--person .person--right table tr td {
        width: 71.42%;
    }
}

.profile__list--comment {
    width: 100%;
    max-width: 720px;
    padding: 20px;
    margin: 1rem auto 0;
    color: #545454;
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
    .profile__list--comment {
        max-width: 100%;
        margin: 0.5rem auto 0;
    }
}
.justify-center {
    justify-content: center;
}

/* 基本2 */
#shop.shop_area .shopAcod .titleMain--wrapper {
    margin-top: 0;
}
#shop .map {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    #shop .map {
        position: relative;
        display: block;
        min-height: 864px;
        max-height: 864px;
        padding: 1.25rem;
        margin-top: 4rem;
        background: url("../img/parts/map/map.png") no-repeat center center;
        background-size: 98% auto;
    }
}
#shop .map .is-pc {
    display: none;
}
#shop #shopSearch {
    margin-top: 2rem;
}
@media (max-width: 767px) {
    #shop #shopSearch {
        margin-top: 1.5rem;
    }
}
@media (max-width: 767px) {
    #shop .shopAcod:first-of-type .titleMain {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    #shop .cta {
        margin-top: 0;
    }
}

/* 店長コメント */
.profile__list {
    margin-top: 5.5rem;
}

@media (max-width: 767px) {
    .profile__list {
        margin: 5.5rem -0.5rem 0;
    }
}

.profile__list--item {
    padding: min(1.67vw, 24px) min(3.33vw, 48px);
    background-color: #f2f2f2;
    border-radius: 24px;
}

@media (max-width: 767px) {
    .profile__list--item {
        padding: 1rem;
    }
}

.profile__list--item + .profile__list--item {
    margin-top: 3.5rem;
}

.profile__list--person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .profile__list--person {
        display: block;
        max-width: 100%;
    }
}

.profile__list--person .person--left {
    width: 40%;
    margin-top: -3.5rem;
    text-align: center;
}

@media (max-width: 767px) {
    .profile__list--person .person--left {
        width: 100%;
        margin-top: -3.5rem;
    }
}

.profile__list--person .person--left .img {
    width: min(41.03vw, 160px);
    max-width: 160px;
    height: 160px;
    height: min(41.03vw, 160px);
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    border: 8px solid #d82300;
    border-radius: 50%;
}

.profile__list--person .person--left .img img {
    max-width: 100%;
}

.profile__list--person .person--left .name {
    margin-top: 12px;
    font-size: 2rem;
}

.profile__list--person .person--left .name span {
    font-size: 1rem;
}

.profile__list--person .person--left .name--a {
    font-size: 0.875rem;
    color: #d82300;
}

.profile__list--person .person--right {
    width: 60%;
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
    .profile__list--person .person--right {
        width: 100%;
        margin-top: 0.5rem;
    }
}

.profile__list--person .person--right table {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.profile__list--person .person--right table tr {
    border-top: 1px solid #e6e6e6;
}

.profile__list--person .person--right table tr > * {
    padding: 0.5rem 0;
    font-size: 0.8125rem;
}

.profile__list--person .person--right table tr td {
    width: 68.96%;
    color: #545454;
}

@media (max-width: 767px) {
    .profile__list--person .person--right table tr td {
        width: 71.42%;
    }
}

.profile__list--comment {
    width: 100%;
    max-width: 720px;
    padding: 20px;
    margin: 1rem auto 0;
    color: #545454;
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
    .profile__list--comment {
        max-width: 100%;
        margin: 0.5rem auto 0;
    }
}
.justify-center {
    justify-content: center;
}

/* 追加分 */

#shopdetail {
    .colBox > .col .img {
        width: fit-content;
        margin: auto;
    }

    #media_list_wrap {
        width: 65%;
        margin: auto;
        margin-top: 2%;
    }

    .campaign_head_text {
        font-size: min(3.6vw, 46px) !important;
    }

    .shop__detail--parking {
        margin-top: 8% !important;
    }

    @media (max-width: 767px) {
        #media_list_wrap {
            width: 100%;
        }

        .shop__detail--parking {
            margin-top: 10% !important;
        }

        .shopAcod__city .btn__wrap {
            max-width: none !important;
        }
    }
}
