@charset "UTF-8";

/* 2025/5 追加 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html {
    font-size: 62.5%;
}

body {
    background-color: #fff;
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    color: #0d0d0d;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'HiraMinProN-W3', '游明朝', YuMincho, 'HGS明朝E', 'HG明朝E', 'メイリオ', Meiryo, serif;
    font-weight: normal;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.8;
}

a[href] {
    color: #44678b;
    text-decoration: none;
    outline: none;
}

.infinity a[href] {
    color: #498480;
}

a[href]:hover {
    text-decoration: none;
}

a[href].a_reverse,
.a_reverse a[href] {
    text-decoration: none;
}

@media screen and (min-width: 769px) {
    a[href].a_reverse:hover,
    .a_reverse a[href]:hover {
        text-decoration: underline;
    }
}

a[href^='http'],
a[href^='mailto:'] {
    display: inline-block;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

label {
    cursor: pointer;
}

input,
select,
textarea,
button {
    max-width: 100%;
    margin: 0;
    vertical-align: middle;
    font-family: inherit;
    outline: none;
    font-size: 100%;
}

button {
    cursor: pointer;
}

iframe {
    max-width: 100%;
    vertical-align: middle;
}

.hidden {
    display: none;
}

.slick-slider * {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* 2025/5 追加 */
h2,
p {
    color: #3c3c3c;
}

.top-info__desc,
.announce__content {
    font-family: 'Noto Sans JP', sans-serif;
}
.sp-br {
    display: none;
}

/* color
============================================================================================================ */
.bg_gray {
    background-color: #f7f7f7;
}

.bg_light {
    background-color: #f2efe4;
}

.c_red {
    color: #da0011;
}

/* display
============================================================================================================ */
.db {
    display: block;
}

.dib {
    display: inline-block;
}

/* position
============================================================================================================ */
.pos-r {
    position: relative;
}

/* font family
============================================================================================================ */
.ff_min {
    font-family: 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'HiraMinProN-W3', '游明朝', YuMincho, 'HGS明朝E', 'HG明朝E', 'メイリオ', Meiryo, serif;
    font-weight: normal;
}

/* font
============================================================================================================ */
.fwb {
    font-weight: bold;
}

.fz_l {
    line-height: 1.8;
}

@media screen and (min-width: 769px), print {
    .fz_l {
        font-size: 1.6rem;
    }
}

/* hover
============================================================================================================ */
@media screen and (min-width: 769px), print {
    a.hv_wh,
    button.hv_wh,
    a .hv_wh,
    .hv_wh a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
    }
    a.hv_wh::after,
    button.hv_wh::after,
    a .hv_wh::after,
    .hv_wh a::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0);
        -webkit-transition: background 0.2s;
        -o-transition: background 0.2s;
        transition: background 0.2s;
        z-index: 3;
    }
    a[href].hv_wh:hover::after,
    button.hv_wh:hover::after,
    a[href]:hover .hv_wh::after,
    .hv_wh a[href]:hover::after {
        background-color: rgba(255, 255, 255, 0.3);
    }
    a[href].hv_wh.a20:hover::after,
    button.hv_wh.a20:hover::after,
    a[href]:hover .hv_wh.a20::after,
    .hv_wh.a20 a[href]:hover::after {
        background-color: rgba(255, 255, 255, 0.2);
    }
    a[href].hv_wh.a10:hover::after,
    button.hv_wh.a10:hover::after,
    a[href]:hover .hv_wh.a10::after,
    .hv_wh.a10 a[href]:hover::after {
        background-color: rgba(255, 255, 255, 0.1);
    }
    a[href] .hv_op {
        -webkit-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    a[href].hv_op:hover,
    a[href]:hover .hv_op,
    .hv_op a[href]:hover {
        opacity: 0.7;
    }
    a[href].hv_op.a20:hover,
    a[href]:hover .hv_op.a20,
    .hv_op.a20 a[href]:hover {
        opacity: 0.8;
    }
    a[href].hv_op.a10:hover,
    a[href]:hover .hv_op.a10,
    .hv_op.a10 a[href]:hover {
        opacity: 0.9;
    }
    a[href] .hv_zoom {
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -o-transition: -o-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01);
    }
    a[href]:hover .hv_zoom {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
}

/* target
============================================================================================================ */
.target {
    display: block;
    position: relative;
    width: 1px;
    top: -60px;
}

.target.pt {
    top: -80px;
}

@media screen and (max-width: 370px) {
    .target {
        top: -50px;
    }
    .target.pt {
        top: -70px;
    }
}

/* w
============================================================================================================ */
.w {
    position: relative;
    margin: 0 auto;
    width: auto;
    padding: 0;
}

.w::after {
    content: '';
    display: table;
    clear: both;
}

.mw {
    min-width: 0;
}

/* spパディング
============================================================================================================ */
.sp_pd {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.sp_full {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.sp_full {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.sp_pd {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, 0, 0);
    z-index: 9;
    display: block;
}

#header > .flex {
    padding: 5vw;
    align-items: center;
    background: #fff;
    position: relative;
    z-index: 10;
    justify-content: space-between;
}

#header h1 {
    text-align: center;
    width: 57vw;
    margin: 0 5vw 0 0;
    padding: 0;
    line-height: 1;
}

#header .logo-img {
    display: block;
    padding-left: 1rem;
}

#header .sns_btn {
    width: 15vw;
    margin-right: 5vw;
}

#header .nav_btn {
    width: 10vw;
    height: 10vw;
    position: relative;
}

@media screen and (max-width: 768px) {
    #header .sns_btn,
    #header .header-banner {
        display: none;
    }
}

#header .nav_btn span {
    display: block;
    position: relative;
    width: 10vw;
    height: 10vw;
}

#header .nav_btn .line {
    width: 10vw;
    height: 10vw;
}

#header .nav_btn .line:before,
#header .nav_btn .line > *:before,
#header .nav_btn .line > *:after {
    content: '';
    position: absolute;
    width: 10vw;
    border-top: 2px solid #44678b;
    transition: all 0.2s;
    top: 50%;
    left: 50%;
    margin-left: -5vw;
    margin-top: -2vw;
}

#header .nav_btn .line > *:before {
    transform: translateY(-2vw);
}

#header .nav_btn .line > *:after {
    transform: translateY(2vw);
}

#header .nav_btn p {
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-size: 0.9em;
    text-align: center;
    position: relative;
    bottom: 0;
    line-height: 1;
    margin-top: -2vw;
}

#header.open .nav_btn .line:before {
    opacity: 0;
}

#header.open .nav_btn .line > *:before,
#header.open .nav_btn .line > *:after {
    border-top-color: #595757;
}

#header.open .nav_btn .line > *:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

#header.open .nav_btn .line > *:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

#header.open .nav_btn p {
    opacity: 0;
}

#header nav {
    position: fixed;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    z-index: 9;
    top: 0;
    bottom: 0;
}

#header nav .nav_inner {
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 23vw 5vw 0;
    background: #fff;
}

#header nav .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

#header nav .box {
    width: 48%;
    font-size: 1.2em;
    text-align: center;
}

#header nav .box p {
    line-height: 1.5;
    font-size: 0.8em;
}

#header nav .inner_logo {
    width: 50%;
    margin-bottom: 20px;
}

#header nav ul {
    padding-bottom: 20vw;
}

#header nav li:first-of-type {
    border-top: 1px solid #a2b3c5;
}

#header nav li a {
    padding: 20px 0;
    line-height: 1;
    border-bottom: 1px solid #a2b3c5;
    font-size: 1.3em;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-weight: normal;
    letter-spacing: 1px;
    display: block;
}

#header nav li.sns img {
    width: 7vw;
    margin-right: 1em;
}

#header .sns_list {
    background: #fff;
    position: fixed;
    padding: 0 5vw 5vw;
    -webkit-transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    z-index: 8;
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%);
}

#header .sns_list li {
    margin: 0 3vw;
}

#header .sns_list img {
    width: 7vw;
}

#header.open nav {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

#header .sns_list.open {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

@media screen and (min-width: 769px) {
    #header {
        font-size: 1.6rem;
        width: 100%;
        background: #fff;
    }
    #header > .flex {
        max-width: 1180px;
        width: 100%;
        margin: 0 auto;
        padding: 30px 20px;
        justify-content: space-between;
    }
    #header .nav-right {
        display: flex;
        align-items: center;
        gap: 4rem;
    }
    #header h1 {
        max-width: 35rem;
        width: 100%;
        flex: 0.8;
        /* margin-right: 34.5%; */
    }
    #header .header-banner {
        max-width: 20.5rem;
        width: 100%;
        padding: 0 0 1rem 2.4rem;
    }
    #header .sns_btn {
        width: 60px;
        /* margin-right: 30px; */
        margin-right: 0;
    }
    #header .sns_btn-img {
        display: block;
        width: 7rem;
        padding-right: 0.2rem;
    }

    #header .nav_btn {
        width: 44px;
        height: 44px;
    }
    #header .nav_btn span {
        width: 44px;
        height: 44px;
    }
    #header .nav_btn .line {
        width: 44px;
        height: 40px;
    }
    #header .nav_btn .line:before,
    #header .nav_btn .line > *:before,
    #header .nav_btn .line > *:after {
        width: 44px;
        margin-left: -20px;
        margin-top: -10px;
    }
    #header .nav_btn .line > *:before {
        transform: translateY(-13px);
    }
    #header .nav_btn .line > *:after {
        transform: translateY(10px);
    }
    #header .nav_btn p {
        font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
        font-size: 1.2rem;
        text-align: center;
        margin-top: -10px;
    }
    #header nav {
        width: 100%;
    }
    #header nav .nav_inner {
        margin: 0 auto;
        padding: 130px 160px 0;
    }
    #header nav .flex {
        width: 400px;
        margin: 0 auto;
    }
    #header nav .box {
        width: 40%;
        font-size: 1em;
    }
    #header nav .box p {
        font-size: 1.4rem;
        margin-top: 10px;
    }
    #header nav .box a {
        transition: opacity 0.5s;
    }
    #header nav .box a:hover {
        opacity: 0.7;
    }
    #header nav .inner_logo {
        display: none;
    }
    #header nav ul {
        padding-bottom: 50px;
        margin-top: 50px;
    }
    #header nav li a {
        font-size: 1em;
        transition: background 0.5s;
        padding-left: 20px;
        padding-right: 20px;
    }
    #header nav li a:hover {
        background: #ecf0f3;
    }
    /* #header nav li.sns img {
		width: 25px;
		margin-right: 1em;
	} */
    /* sns link */
    /* #header .sns-links__list {
        display: flex;
        justify-content: center;
    }
    #header .sns-links__link {
        border-bottom: none;
    }
    #header .sns-links__item {
        border-top: none !important;
    }
    #header .sns-links__icon {
        width: 32px;
        margin-right: 1em;
    }
    #header .sns_list {
        padding: 0 20px 20px;
    }
    #header .sns_list li {
        margin: 0 15px;
    }
    #header .sns_list img {
        width: 30px;
    } */
}

#header .sns-links__list {
    display: flex;
    justify-content: center;
    gap: 3rem;
}
#header .sns-links__link {
    border-bottom: none;
}
#header .sns-links__item {
    border-top: none !important;
}
#header .sns-links__icon {
    width: 50px;
    /* margin-right: 1em; */
}
#header .sns_list {
    padding: 0 20px 20px;
}
#header .sns_list li {
    margin: 0 15px;
}
#header .sns_list img {
    width: 30px;
}

.infinity #header .nav_btn .line:before,
.infinity #header .nav_btn .line > *:before,
.infinity #header .nav_btn .line > *:after {
    border-top: 2px solid #498480;
}

.infinity #header nav li a:hover {
    background: #edf3f2;
}

#footer {
    background: #ecf0f3;
    padding: 15vw 7vw;
}

#footer .sitemap {
    margin-bottom: 30px;
}

#footer .sitemap h1 {
    font-size: 2.1em;
    color: #44678b;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    text-align: center;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 20px;
}

/* @media screen and (max-width: 768px) {
    #footer .sitemap li {
        width: 30%;
        margin-right: 5%;
        margin-top: 5%;
    }
    #footer .sitemap li:nth-of-type(3n) {
        margin-right: 0;
    }
    #footer .sitemap li:nth-of-type(1),
    #footer .sitemap li:nth-of-type(2),
    #footer .sitemap li:nth-of-type(3) {
        margin-top: 0;
    }
} */

#footer .sitemap a {
    width: 100%;
    background: #fff;
    text-align: center;
    line-height: 1;
    padding: 0.8em 0;
    font-size: 1.15em;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    color: #44678b;
    display: inline-block;
}

#footer .sns_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 15vw;
}

#footer .sns_block li {
    width: 10vw;
    margin: 0 5vw;
}

#footer-btm {
    text-align: center;
    color: #44678b;
}

#footer-btm h1 {
    width: 40vw;
    margin: 0 auto 8vw;
    line-height: 1;
}

#footer-btm .btn {
    margin-top: 20px;
}

.infinity #footer {
    background: #edf3f2;
}

.infinity #footer .sitemap h1 {
    color: #498480;
}

.infinity #footer .sitemap a {
    color: #498480;
}

.infinity #footer-btm {
    color: #498480;
}

@media screen and (min-width: 769px) {
    #footer {
        padding: 100px 0;
        font-size: 1.6rem;
    }
    /* #footer .sitemap {
        width: 1000px;
        margin: 0 auto 80px;
    } */
    #footer .sitemap {
        max-width: 1000px;
        width: 90%;
        margin: 0 auto 80px;
    }
    #footer .sitemap h2 {
        font-size: 2.4rem;
    }

    #footer .sitemap li {
        max-width: 241px;
        width: 100%;
        margin-right: 10px;
        margin-top: 10px;
    }
    #footer .sitemap li:last-child {
        margin-right: 0;
    }
    #footer .sitemap a {
        /* padding: 7px; */
        font-size: 1.6rem;
    }
    #footer .sns_block {
        margin-bottom: 80px;
    }
    #footer .sns_block li {
        width: 40px;
        margin: 0 30px;
    }
    #footer .sns_block li a img {
        display: block;
        width: 50px;
    }
    #footer-btm h1 {
        width: 250px;
        margin: 0 auto 30px;
    }
}
@media screen and (max-width: 1100px) {
    #footer .sitemap {
        width: 100%;
        text-align: center;
    }
    #footer .sitemap li {
        max-width: 100%;
        width: calc((100% - 2rem) / 2);
        margin: 0;
    }
    #footer .flex {
        flex-wrap: wrap;
        gap: 2rem;
        width: 90%;
        margin: 0 auto;
    }
}

/* ==============================================================================

INDEX

-> ##index
-> ##template
-> ##concept
-> ##pickup
-> ##coupon
-> ##information
-> ##itemlist
-> ##contents
-> ##brand

=================================================================================*/
@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
    .ofc,
    .page-information #container .box .photo img,
    .page-contents #point_block .photo .left img,
    .page-contents #trouble_block img {
        object-fit: cover;
        width: 100%;
        font-family: 'object-fit:cover;';
    }
    .ofc.height500,
    .page-information #container .box .photo img.height500,
    .page-contents #point_block .photo .left img.height500,
    .page-contents #trouble_block img.height500 {
        height: 500px;
    }
    .pc-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
}

/* ==============================================================================

##template

=================================================================================*/
.en,
#container header h1,
#container #page_title h1 {
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
}

.border-top {
    border-top: 1px solid #a2b3c5;
}

.infinity .border-top {
    border-top-color: #a4cac0;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* 
.flex.col3,
.flex.col2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
} */

@media screen and (max-width: 768px) {
    body {
        font-size: 3.7vw;
    }
}

ul.disc li {
    display: flex;
    /* padding-left: 1em; */
}

ul.disc li:before {
    content: '●';
    color: #44678b;
}

.infinity ul.disc li:before {
    color: #498480;
}

p.btn {
    text-align: center;
}

p.btn a {
    color: #44678b;
    /* font-size: 1.2em; */
    font-size: 1.6rem;
    border: 1px solid #44678b;
    display: inline-block;
    width: 70vw;
    padding: 5vw 10vw;
    line-height: 1;
    text-align: center;
    position: relative;
}

p.btn a:after {
    position: absolute;
    content: '';
    width: 8vw;
    height: 2vw;
    border-right: 2px solid #44678b;
    border-bottom: 1px solid #44678b;
    transform: skewX(45deg) translateY(-50%);
    top: 50%;
    right: 5vw;
}

@media screen and (min-width: 769px) {
    p.btn a {
        font-size: 1.8rem;
        width: 50%;
        padding: 1.5em 2em;
        transition: all 0.5s;
    }
    p.btn a:after {
        width: 20px;
        height: 5px;
        right: 2em;
        transition: all 0.5s;
    }
    p.btn a:hover {
        background: #44678b;
        color: #fff;
    }
    p.btn a:hover:after {
        border-right-color: #fff;
        border-bottom-color: #fff;
    }
}

/* .infinity p.btn a {
    color: #498480;
    border-color: #498480;
} */

.infinity p.btn a:after {
    border-right-color: #498480;
    border-bottom-color: #498480;
}

.infinity p.btn a:hover:after {
    border-right-color: #fff;
    border-bottom-color: #fff;
}

@media screen and (max-width: 768px) {
    .pd {
        /* padding-left: 7vw;
        padding-right: 7vw; */
        padding: 0 4.8vw;
    }
}

@media screen and (min-width: 769px) {
    /* .pd {
        width: 1000px;
        margin: 0 auto;
    } */
    .pd {
        max-width: 1000px;
        width: 100%;
        padding: 0 24px;
        margin: 0 auto;
    }
}

.pd .detail-back-btn {
    margin-top: 30px;
}

@media screen and (min-width: 769px) {
    #container {
        font-size: 1.6rem;
    }
}

#container p + p {
    margin-top: 1em;
}

#container section {
    padding: 15vw 0;
    line-height: 2;
}

/* ファーストビュー */
#hero .hero__fv-pc {
    display: inline-block;
    width: 100%;
}
#hero .hero__fv-sp {
    display: none;
}

@media screen and (max-width: 480px) {
    #hero .hero__fv-pc {
        display: none;
    }
    #hero .hero__fv-sp {
        display: inline-block;
        width: 100%;
        padding-top: 0.5rem;
    }
}

#hero .hero__sp-banner {
    display: none;
}
@media screen and (max-width: 480px) {
    #hero .hero__sp-banner {
        display: block;
        width: 90%;
        margin: 2rem auto 0;
        text-align: center;
    }
}

#container section:first-of-type {
    /* margin-top: 21vw; */
    margin-top: 5vw;
}

@media screen and (min-width: 769px) {
    #container section {
        padding: 100px 0;
    }
    #container section:first-of-type {
        /* margin-top: 120px; */
        padding: 67px 0 0;
    }
}

#container header h1,
#container #page_title h1 {
    text-align: center;
    font-size: 3.3em;
    line-height: 1;
    font-weight: 100;
    letter-spacing: 5px;
    color: #44678b;
    text-align: center;
}

@media screen and (min-width: 769px) {
    #container header h1,
    #container #page_title h1 {
        font-size: 8rem;
    }
}

.infinity #container header h1,
.infinity #container #page_title h1 {
    color: #498480;
}

#container header h1 {
    margin: 0 0 12vw;
}

#container header h2,
#footer .sitemap h2 {
    /* font-size: 1.8em; */
    font-size: 2.4rem;
    line-height: 1.8;
    margin: 0 auto 7vw;
    font-weight: normal;
    text-align: center;
    color: #44678b;
}

@media screen and (min-width: 769px) {
    #container header h1 {
        margin: 0 0 70px;
    }
    #container header h2 {
        /* font-size: 4rem; */
        font-size: 2.4rem;
        line-height: 1.8;
        margin: 24px auto 0;
        font-weight: normal;
    }
}

.infinity #container header h2 {
    color: #498480;
}

#container #page_title p {
    text-align: center;
    margin-top: 12vw;
}

@media screen and (min-width: 769px) {
    #container #page_title p {
        margin-top: 50px;
    }
}

/* swiperの高さ 謎の高さ */
#pickup_slider .swiper-wrapper,
#coupon_slider .swiper-wrapper {
    height: auto !important;
}

.normal_subject {
    font-size: 1.8em;
    line-height: 1.5;
    color: #44678b;
    text-align: center;
    font-weight: 100;
    margin-bottom: 1em;
}

.infinity .normal_subject {
    color: #498480;
}

@media screen and (min-width: 769px) {
    .normal_subject {
        font-size: 4rem;
    }
}

.main_copy {
    font-size: 2.4em;
    line-height: 1.8;
    margin: 0 auto 7vw;
    font-weight: normal;
    text-align: center;
}

.sub_copy {
    font-size: 2.2em;
    text-align: center;
    line-height: 1;
    color: #44678b;
    font-weight: 100;
    margin-bottom: 20px;
}

@media screen and (min-width: 451px) {
    .w450 {
        display: none;
    }
}

.light_bg {
    background: #ecf0f3;
}

.infinity .light_bg {
    background: #edf3f2;
}

/* ==============================================================================

##index

=================================================================================*/
.page-index #container #visual {
    width: 100vw;
    padding: 0;
}

.page-index #container #visual img {
    width: 100%;
}

.page-index #container #top_block {
    color: #44678b;
    border-top: #a2b3c5 1px solid;
}

.page-index #container #top_block h2 {
    font-size: 2.2em;
    line-height: 1.8;
    margin: 0 auto 7vw;
    font-weight: normal;
    text-align: center;
}

.page-index #container #top_block p {
    line-height: 2.2;
}

.page-index #container #top_block p + p {
    margin-bottom: 10vw;
}

.page-index #container #top_block .btm_photo {
    text-align: center;
}

.page-index #container #map {
    margin: 10vw auto;
}

.page-index #container #map iframe {
    margin: 0 auto;
}

.page-index #container #pickup .photo {
    position: relative;
}

.page-index #container #pickup .photo.men:before,
.page-index #container #pickup .photo.women:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    height: 4.8vw;
}

.page-index #container #pickup .photo.men:before {
    background: url(../common/images/parts/icon_men.svg) top left no-repeat;
    background-size: cover;
    width: 11vw;
}

.page-index #container #pickup .photo.women:before {
    background: url(../common/images/parts/icon_women.svg) top left no-repeat;
    background-size: cover;
    width: 15.7vw;
}

.page-index #container #pickup .photo img {
    border: 1px solid #ccc;
}

.page-index #container #pickup .swiper-wrapper > div {
    text-align: center;
}

.page-index #container #pickup .swiper-wrapper > div p {
    color: #0d0d0d;
    line-height: 1.3;
    margin-top: 10px;
}

.page-index #container #pickup .swiper-wrapper > div strong {
    font-size: 1.5em;
}

.page-index #container #coupon {
    background: #ecf0f3;
}

.page-index #container #coupon .swiper-wrapper > div {
    border: 1px solid #ccc;
}

.page-index #container #information .info_block {
    margin-bottom: 50px;
}

.page-index #container #information .box {
    border-bottom: 1px solid #ccc;
    position: relative;
}

.page-index #container #information .box:first-of-type {
    border-top: 1px solid #ccc;
}

.page-index #container #information .box:after {
    position: absolute;
    content: '';
    width: 7vw;
    height: 2vw;
    border-right: 2px solid #44678b;
    border-bottom: 1px solid #44678b;
    transform: skewX(45deg) translateY(-50%);
    top: 50%;
    right: 5vw;
}

.page-index #container #information .box a {
    padding: 5vw 5vw 5vw 0;
    display: block;
}

.page-index #container #information .date {
    background: #44678b;
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    line-height: 1;
    padding: 0.5em 1.7em;
    margin-bottom: 10px;
}

.page-index #container #information .text {
    font-size: 1.3em;
    color: #0d0d0d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

/* .page-index #container #information .text:before {
    content: '';
    width: 15.8vw;
    height: 12.2vw;
    background: url(../images/parts/logo_inf.png) center left no-repeat;
    background-size: cover;
    display: block;
    margin-left: 10px;
} */

.page-index #container #information .text p {
    margin-left: 10px;
}

.page-index #container #information .ssc .text:before {
    background: url(../images/parts/logo_ssc.png) center left no-repeat;
    background-size: cover;
}

.page-index #container #brand {
    border-top: 1px solid #a2b3c5;
}

.page-index #container #brand .col3 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
}

.page-index #container #brand .col3 li {
    width: 30%;
    margin-bottom: 15px;
}

.page-index #container #itemlist {
    background: #ecf0f3;
}

.page-index #container #itemlist ul {
    margin-bottom: 7vw;
    text-align: center;
}

.page-index #container #itemlist li {
    color: #44678b;
}

.page-index #container #contents h2 {
    font-size: 2em;
    text-align: center;
    line-height: 1;
    color: #0d0d0d;
    font-weight: 100;
    margin-bottom: 20px;
}

.page-index #container #contents h2 + p {
    margin-bottom: 20px;
}

.page-index #container #contents .content:first-of-type {
    border-bottom: 1px solid #a2b3c5;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.page-index #container #line {
    background: #ecf0f3;
}

.page-index #container #line header h1 span {
    font-size: 0.8em;
}

.page-index #container #line .content {
    background: #fff;
    border-radius: 7px;
    text-align: center;
    padding: 7vw;
}

.page-index #container #line h2 {
    font-size: 1.8em;
    color: #44678b;
    font-weight: 100;
}

.page-index #container .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-index #container .swiper-pagination-bullet {
    opacity: 0.3;
    background: #44678b;
    width: 10px;
    height: 10px;
    margin: 0 6px;
}

.page-index #container .swiper-pagination-bullet-active {
    background: #44678b;
    opacity: 1;
}

.page-index #container #access .btm {
    text-align: center;
}

.page-index #container #access .btm h2 {
    font-size: 2em;
    line-height: 1.2;
    font-weight: 100;
}

.page-index #container #access .btm span {
    color: #44678b;
}

@media screen and (min-width: 769px) {
    .page-index #container .w {
        width: 1000px;
    }
    .page-index #container #top_block h2 {
        font-size: 4rem;
        margin: 0 auto 50px;
    }
    .page-index #container #top_block p {
        text-align: center;
    }
    .page-index #container #top_block p + p {
        margin-bottom: 70px;
    }
    .page-index #container #top_block .btm_photo {
        display: none;
    }
    .page-index #container #map {
        margin: 50px auto;
    }
    .page-index #container #map iframe {
        margin: 0 auto;
    }
    .page-index #container .swiper-wrapper > div {
        width: 300px;
        margin-right: 50px;
    }
    .page-index #container .swiper-wrapper > div:nth-of-type(3n) {
        margin-right: 0;
    }
    .page-index #container .swiper-wrapper > div a img {
        transition: opacity 0.2s;
    }
    .page-index #container .swiper-wrapper > div a:hover img {
        opacity: 0.7;
    }
    .page-index #container .btn {
        margin-top: 50px;
    }
    .page-index #container #pickup .swiper-wrapper > div p {
        margin-top: 15px;
    }
    .page-index #container #pickup .swiper-wrapper > div strong {
        font-size: 1.8rem;
    }
    .page-index #container #information .box:after {
        width: 30px;
        height: 6px;
        right: 0;
    }
    .page-index #container #information .box a {
        padding: 30px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }
    .page-index #container #information .date {
        padding: 10px 15px;
        margin-bottom: 0;
        margin-right: 15px;
    }
    .page-index #container #information .text {
        font-size: 1.8rem;
    }
    .page-index #container #information .text:before {
        width: 60.76923px;
        height: 46.92308px;
        margin-left: 10px;
    }
    .page-index #container #information .text p {
        margin-left: 15px;
    }
    .page-index #container #brand {
        border-top: 1px solid #a2b3c5;
    }
    .page-index #container #brand .col3 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
        width: 100%;
    }
    .page-index #container #brand .col3 li {
        width: 30%;
        margin-bottom: 15px;
    }
    .page-index #container #itemlist .pc-flex {
        justify-content: center;
    }
    .page-index #container #itemlist ul {
        margin-bottom: 50px;
        margin: 0 25px 50px;
    }
    .page-index #container #itemlist ul li {
        margin-bottom: 1em;
        text-align: left;
    }
    .page-index #container #contents h2 {
        font-size: 4rem;
        margin-bottom: 30px;
    }
    .page-index #container #contents h2 + p {
        text-align: center;
    }
    .page-index #container #contents .content:first-of-type {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .page-index #container #line header h1 span {
        font-size: 0.8em;
    }
    .page-index #container #line .content {
        border-radius: 7px;
        padding: 50px;
    }
    .page-index #container #line h2 {
        font-size: 3rem;
    }
    .page-index #container #line .left,
    .page-index #container #line .right {
        width: 48%;
    }
    .page-index #container #line img {
        transition: opacity 0.5s;
    }
    .page-index #container #line img:hover {
        opacity: 0.7;
    }
    .page-index #container #access .btm h2 {
        font-size: 3rem;
    }
}

.page-index .infinity #container #top_block {
    color: #498480;
    border-bottom: #a4cac0 1px solid;
}

.page-index .infinity #container #pickup p.price {
    color: #0d0d0d;
    line-height: 1.3;
    font-size: 1.3em;
    margin-top: 10px;
}

.page-index .infinity #container #pickup p.price strong {
    font-size: 1.5em;
    font-weight: 100;
}

.page-index .infinity #container #coupon {
    background: #edf3f2;
}

.page-index .infinity #container #information .info_block {
    margin-bottom: 50px;
}

.page-index .infinity #container #information .box:after {
    border-right: 2px solid #498480;
    border-bottom: 1px solid #498480;
}

.page-index .infinity #container #information .date {
    background: #498480;
}

.page-index .infinity #container #information .text {
    color: #0d0d0d;
}

.page-index .infinity #container #brand {
    border-top: 1px solid #a4cac0;
}

.page-index .infinity #container #itemlist {
    background: #edf3f2;
}

.page-index .infinity #container #itemlist li {
    color: #498480;
}

.page-index .infinity #container #contents .content:first-of-type {
    border-bottom: 1px solid #a4cac0;
}

.page-index .infinity #container #line {
    background: #edf3f2;
}

.page-index .infinity #container #line h2 {
    color: #498480;
}

.page-index .infinity #container .swiper-pagination-bullet {
    background: #498480;
}

.page-index .infinity #container .swiper-pagination-bullet-active {
    background: #498480;
}

.page-index .infinity #container #access .btm span {
    color: #498480;
}

@media screen and (max-width: 768px) {
    .page-index #container #pickup p.price {
        font-size: 1.6rem;
    }
    .page-index #container #pickup p.price strong {
        font-size: 2.4rem;
    }
}

/* ==============================================================================

##concept

=================================================================================*/
.page-concept #container {
    color: #44678b;
}

.infinity .page-concept #container {
    color: #498480;
}

.page-concept #top_block {
    background: url(../../concept/images/bg.jpg) top left no-repeat;
    background-size: cover;
    color: #fff;
}

.infinity .page-concept #top_block {
    background: url(../../infinity/concept/images/bg.jpg) top left no-repeat;
    background-size: cover;
}

.page-concept #top_block header h2 {
    color: #fff;
}

.page-concept #top_block p {
    line-height: 2.2;
}

@media screen and (min-width: 769px) {
    .page-concept #top_block p {
        text-align: center;
    }
}

.page-concept #mid_block {
    border-bottom: 1px solid #a2b3c5;
}

.infinity .page-concept #mid_block {
    border-bottom-color: #a4cac0;
}

.page-concept #btm_block .photo {
    margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
    .page-concept #btm_block .photo {
        margin-bottom: 50px;
    }
}

.page-concept #btm_block p + ul,
.page-concept #btm_block ul + p,
.page-concept #btm_block p + p {
    margin-top: 2em;
}

.page-concept #btm_block .line_c li {
    text-indent: -1em;
    padding-left: 1em;
}

.page-concept #btm_block .line_c li:before {
    content: '○';
}

/* ==============================================================================

##pickup

=================================================================================*/
.page-pickup #container #page_title {
    padding-bottom: 0;
}

.page-pickup .box {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .page-pickup .box:last-of-type {
        margin-bottom: 0;
    }
}

.page-pickup .box .photo {
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
}

.page-pickup .box .category {
    font-size: 1.1em;
    border: 1px solid #44678b;
    color: #44678b;
    display: inline-block;
    position: absolute;
    line-height: 1;
    padding: 2vw 0;
    min-width: 18.75vw;
    text-align: center;
    top: 3vw;
    left: 3vw;
}

.page-pickup .box .performance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 3vw;
    right: 3vw;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', Verdana, Arial, Helvetica, sans-serif;
    width: 57vw;
}

.page-pickup .box .performance li {
    background: #dae1e8;
    color: #fff;
    line-height: 1;
    min-width: 18vw;
    text-align: center;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 0.8em;
    margin-right: 1vw;
    margin-bottom: 1vw;
}

.page-pickup .box .performance li:nth-of-type(3n) {
    margin-right: 0;
}

.page-pickup .box .performance li.on {
    background: #7c95ae;
}

.page-pickup .box .price {
    color: #0d0d0d;
    line-height: 1.5;
    font-size: 1.3em;
    margin-top: 10px;
    position: relative;
}

.page-pickup .box .price strong {
    font-size: 1.3em;
}

.page-pickup .box .price .icon {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    font-size: 0.7em;
    border: 1px solid #498480;
    color: #498480;
    display: inline-block;
    padding: 2vw 3vw;
    text-align: center;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', Verdana, Arial, Helvetica, sans-serif;
}

.page-pickup .box .name {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

.page-pickup .box h2 {
    font-size: 1.6em;
    font-weight: 100;
    margin-bottom: 0.5em;
}

.page-pickup .box .btn {
    margin-top: 1.5em !important;
}

.page-pickup .box .btn a {
    font-size: 1em;
}

.page-pickup .recommend {
    background: #dae1e8;
}

.page-pickup .recommend .box {
    margin-bottom: 0;
}

.page-pickup .recommend .box .photo {
    border: none;
}

@media screen and (min-width: 769px) {
    .page-pickup #container #page_title {
        padding-bottom: 100px;
    }
    .page-pickup .box {
        width: 450px;
        margin-bottom: 50px;
    }
    .page-pickup .box:nth-of-type(2n) {
        margin-left: 50px;
    }
    .page-pickup .box.mb30 {
        margin-bottom: 50px !important;
    }
    .page-pickup .box .photo {
        border: 1px solid #ccc;
        background: #fff;
        position: relative;
        margin-bottom: 10px;
    }
    .page-pickup .box .category {
        font-size: 1.2rem;
        padding: 10px 20px;
        min-width: 70px;
        top: 20px;
        left: 20px;
    }
    .page-pickup .box .performance {
        top: 20px;
        right: 20px;
        width: 310px;
    }
    .page-pickup .box .performance li {
        min-width: 100px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1.2rem;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .page-pickup .box .performance li:nth-of-type(3n) {
        margin-right: 0;
    }
    .page-pickup .box .price {
        color: #0d0d0d;
        line-height: 1.5;
        font-size: 1.3em;
        margin-top: 10px;
        position: relative;
    }
    .page-pickup .box .price strong {
        font-size: 1.3em;
    }
    .page-pickup .box .price .icon {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 1;
        font-size: 0.7em;
        border: 1px solid #498480;
        color: #498480;
        display: inline-block;
        padding: 2vw 3vw;
        text-align: center;
        font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', Verdana, Arial, Helvetica, sans-serif;
    }
    .page-pickup .box .name {
        font-size: 2.2rem;
        margin-bottom: 0;
    }
    .page-pickup .box h2 {
        font-size: 2.8rem;
        margin-bottom: 0;
    }
    .page-pickup .box .btn a {
        width: 80%;
    }
    .page-pickup .recommend {
        background: #dae1e8;
    }
    .page-pickup .recommend .box {
        margin-bottom: 0;
    }
    .page-pickup .recommend .box .photo {
        border: none;
    }
}

/* ==============================================================================

##coupon

=================================================================================*/
.page-coupon #top_block {
    margin-bottom: 7vw;
}

.page-coupon #container .box {
    background: #fff;
    padding: 7vw;
    margin-bottom: 7vw;
}

.page-coupon #container .box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.page-coupon #container .box .top .logo {
    width: 20vw;
    margin-right: 5vw;
}

.page-coupon #container .box .top .effect {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', Verdana, Arial, Helvetica, sans-serif;
    background: #44678b;
    color: #fff;
    text-align: center;
    line-height: 1;
    display: inline-block;
    padding: 2vw 3vw;
}

.page-coupon #container .box .top p + p {
    margin-top: 0.5em !important;
}

.page-coupon #container .box .mid {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', Verdana, Arial, Helvetica, sans-serif;
}

.page-coupon #container .box .photo {
    margin-bottom: 15px;
}

.page-coupon #container .box .name {
    font-size: 1.4em;
    line-height: 1.3;
    margin-bottom: 10px;
}

.page-coupon #container .box .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .page-coupon #container .box .price {
        align-items: center;
    }
}

.page-coupon #container .box .price_box {
    background: #d64860;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.3;
    display: inline-block;
    padding: 1.5vw 3.5vw;
    margin-right: 3vw;
}

.page-coupon #container .box .price h3 {
    font-size: 1.4em;
    color: #d64860;
    line-height: 1.5;
}

.page-coupon #container .box .price h3 span {
    font-size: 1.8em;
}

.page-coupon #container .box .price h3 em {
    color: #0d0d0d;
    font-size: 0.8em;
}

.page-coupon #container .box .note {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 0.8em;
}

.page-coupon #container .box .note li {
    text-indent: -1em;
    padding-left: 1em;
}

.page-coupon #container .box .note li:before {
    content: '※';
}

.page-coupon #container .box.inf .effect {
    background: #498480;
}

@media screen and (min-width: 769px) {
    .page-coupon #top_block {
        margin-bottom: 100px;
    }
    .page-coupon #container .box {
        padding: 30px;
        margin-bottom: 50px;
        width: 450px;
        margin-right: 50px;
    }
    .page-coupon #container .box:nth-of-type(3n) {
        margin-right: 0;
    }
    .page-coupon #container .box .top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .page-coupon #container .box .top .logo {
        width: 100px;
        margin: 0;
    }
    .page-coupon #container .box .top .effect {
        padding: 13px;
        width: 250px;
    }
    .page-coupon #container .box .top .effect + p {
        text-align: center;
    }
    .page-coupon #container .box .photo {
        margin-bottom: 15px;
    }
    .page-coupon #container .box .name {
        font-size: 2rem;
        text-align: center;
        border-top: 1px solid #a2b3c5;
        border-bottom: 1px solid #a2b3c5;
        line-height: 1;
        padding: 0.5em;
        margin-bottom: 20px;
    }
    .page-coupon #container .box .price_box {
        padding: 10px 15px;
        margin-right: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page-coupon #container .box .price h3 {
        font-size: 1em;
    }
    .page-coupon #container .box .price h3 span {
        font-size: 2.5em;
        line-height: 1.2;
    }
    .page-coupon #container .box .price h3 em {
        font-size: 1em;
    }
    .page-coupon #container .box .note {
        margin-top: 5px;
        font-size: 0.8em;
    }
}

/* ==============================================================================

##information

=================================================================================*/
.page-information #top_block {
    border-top: 1px solid #a2b3c5;
}

.infinity .page-information #top_block {
    border-top-color: #a4cac0;
}

.page-information #container .box {
    margin-bottom: 30px;
    border-bottom: 1px solid #a2b3c5;
}

.page-information #container .box.detail-box {
    border-bottom: none;
}

.page-information #container .box .list-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: baseline;
    padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
    .page-information #container .box .list-item {
        flex-direction: row;
    }
}

.page-information #container .box:last-of-type {
    margin-bottom: 0;
}

.page-information #container .box .date {
    display: inline-block;
    color: #fff;
    background: #44678b;
    text-align: center;
    line-height: 1;
    font-size: 1.2em;
    padding: 2vw 4vw;
    /* margin-bottom: 15px; */
}

@media screen and (min-width: 769px) {
    .page-information #container .box .date {
        padding: 1em 3em;
        font-size: 1.4rem;
    }
}

.page-information #container .box.detail-box .date {
    margin-bottom: 15px;
}

.page-information #container .box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.page-information #container .box .top h2 {
    font-size: 1.5em;
    font-weight: 100;
    line-height: 1.3;
}

@media screen and (min-width: 769px) {
    .page-information #container .box .top h2 {
        font-size: 2.5rem;
    }
}

.page-information #container .box .logo {
    width: 20vw;
    margin-right: 5vw;
}

@media screen and (min-width: 769px) {
    .page-information #container .box .logo {
        width: 100px;
        margin-right: 30px;
    }
}

.page-information #container .box .photo {
    margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
    .page-information #container .box .photo {
        margin-bottom: 30px;
    }
    .page-information #container .box .photo img {
        height: 400px;
        object-fit: contain;
    }
}

/* .page-information #container .box.inf .date {
    background: #498480;
} */

.infinity .page-information .box .date {
    background: #498480;
}

#information-list {
    padding-bottom: 30px;
}

#information-pager .pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
}

/* ==============================================================================

##itemlist

=================================================================================*/
.page-itemlist #top_block {
    border-top: 1px solid #a2b3c5;
}

.page-itemlist #top_block dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 5vw;
}

.page-itemlist #top_block dl:last-of-type {
    margin-bottom: 0;
}

.page-itemlist #top_block dt {
    background: #7c95ae;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 0.8em;
    margin-right: 1vw;
    margin-bottom: 1vw;
    width: 21vw;
}

.page-itemlist #top_block dd {
    width: 46vw;
    position: relative;
}

.page-itemlist #top_block dd br {
    display: none;
}

.page-itemlist #top_block dd.line {
    width: 8vw;
    height: 1px;
    background: #7c95ae;
    top: 2vw;
}

.page-itemlist #top_block dd + dd {
    top: -6px;
}

.page-itemlist #container .item_block {
    padding: 0;
}

.page-itemlist #container .item_block.active {
    margin-bottom: 15vw;
}

.page-itemlist #container .item_block.active header {
    margin-bottom: 7vw;
}

.page-itemlist #container .item_block.active header:after {
    transform: rotate(135deg);
    margin-top: 0;
}

.page-itemlist #container .item_block header {
    background: #44678b;
    margin-bottom: 1px;
    position: relative;
    transition: all 0.5s;
}

.page-itemlist #container .item_block header:after {
    content: '';
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    margin-top: -0.5em;
    right: 5vw;
    width: 0.8em;
    height: 0.8em;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
}

.page-itemlist #container .item_block header h2 {
    color: #fff;
    line-height: 1;
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-size: 1.5em;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .page-itemlist #container .item_block .pd {
        display: none;
    }
}

.page-itemlist #container .item_block .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .page-itemlist #container .item_block .flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.page-itemlist #container .item_block .box {
    width: 47%;
    margin-bottom: 10vw;
}

@media screen and (max-width: 768px) {
    .page-itemlist #container .item_block .box:last-of-type,
    .page-itemlist #container .item_block .box:nth-last-of-type(2) {
        margin-bottom: 0;
    }
}

.page-itemlist #container .item_block .box p {
    line-height: 1.3em;
    min-height: 10vw;
}

.page-itemlist #container .item_block .box p.h14 {
    min-height: 14vw;
}

.page-itemlist #container .item_block .box .category {
    min-height: auto;
    line-height: 1;
    font-size: 0.8em;
    border: 1px solid #44678b;
    color: #44678b;
    display: inline-block;
    padding: 2vw 0;
    min-width: 18.75vw;
    text-align: center;
    top: 3vw;
    left: 3vw;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 7px;
}

.page-itemlist #container .item_block .photo {
    border: 1px solid #ccc;
    margin-bottom: 7px;
}

.page-itemlist #container .item_block .performance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', Verdana, Arial, Helvetica, sans-serif;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 10px;
}

.page-itemlist #container .item_block .performance li {
    background: #dae1e8;
    color: #fff;
    line-height: 1;
    min-width: 48%;
    text-align: center;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 0.8em;
    margin-right: 1vw;
    margin-bottom: 1vw;
}

.page-itemlist #container .item_block .performance li:nth-of-type(2n) {
    margin-right: 0;
}

.page-itemlist #container .item_block .performance li.on {
    background: #7c95ae;
}

.page-itemlist #container .item_block .btn {
    line-height: 1;
    min-height: auto;
}

.page-itemlist #container .item_block .btn a {
    width: 100%;
    font-size: 1em;
    padding: 3vw 8.5vw;
}

.page-itemlist #container .item_block .btn a:after {
    right: 3vw;
    width: 7vw;
}

@media screen and (min-width: 769px) {
    .page-itemlist #top_block dl {
        align-items: center;
    }
    .page-itemlist #top_block dt {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1em;
        margin-right: 0;
        margin-bottom: 0;
        width: 25%;
    }
    .page-itemlist #top_block dd {
        width: 60%;
    }
    .page-itemlist #top_block dd.line {
        width: 10%;
        top: auto;
    }
    .page-itemlist #top_block dd + dd {
        top: 0px;
    }
    .page-itemlist #container .item_block {
        padding: 0;
        width: 1000px;
        margin: 0 auto;
    }
    .page-itemlist #container .item_block:last-of-type {
        margin-bottom: 100px;
    }
    .page-itemlist #container .item_block header {
        margin-bottom: 50px;
    }
    .page-itemlist #container .item_block header:after {
        display: none;
    }
    .page-itemlist #container .item_block header h2 {
        padding: 20px;
        font-size: 2.4rem;
    }
    .page-itemlist #container .item_block .box {
        width: 300px;
        margin-bottom: 50px;
        margin-right: 50px;
    }
    .page-itemlist #container .item_block .box:nth-of-type(3n) {
        margin-right: 0;
    }
    .page-itemlist #container .item_block .box p {
        line-height: 1.3;
        min-height: auto;
        margin: 15px 0;
    }
    .page-itemlist #container .item_block .box p.h14 {
        min-height: auto;
    }
    .page-itemlist #container .item_block .box .category {
        padding: 10px;
        min-width: 100%;
        top: 0;
        left: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .page-itemlist #container .item_block .box .photo + p,
    .page-itemlist #container .item_block .box .category + p {
        height: 42px;
        display: table-cell;
        vertical-align: middle;
    }
    .page-itemlist #container .item_block .photo {
        margin-bottom: 15px;
    }
    .page-itemlist #container .item_block .performance {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .page-itemlist #container .item_block .performance li {
        min-width: auto;
        width: 148px;
        padding: 10px;
        font-size: 0.8em;
        margin-right: 4px;
        margin-bottom: 4px;
    }
    .page-itemlist #container .item_block .performance li:nth-of-type(2n) {
        margin-right: 0;
    }
    .page-itemlist #container .item_block .btn {
        margin-top: 0;
    }
    .page-itemlist #container .item_block .btn a {
        padding: 20px;
    }
    .page-itemlist #container .item_block .btn a:after {
        right: 20px;
        width: 20px;
    }
}

/* ==============================================================================

##contents

=================================================================================*/
.page-contents #container header h2 {
    margin-bottom: 5px;
}

.page-contents #top_block {
    padding-top: 0 !important;
}

.page-contents #point_block {
    background: #44678b;
    color: #fff;
}

.infinity .page-contents #point_block {
    background: #498480;
}

.page-contents #point_block header h2 {
    color: #fff;
}

.page-contents #point_block .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.page-contents #point_block .photo .left {
    width: 55.1vw;
}

.page-contents #point_block .photo .right {
    width: 27vw;
}

.page-contents #point_block .photo .right .top {
    margin-bottom: 2.5vw;
}

.page-contents #point_block .number {
    counter-reset: number 0;
}

.page-contents #point_block .number li {
    position: relative;
    padding: 5vw 5vw 5vw 12vw;
    line-height: 1.5;
    font-weight: 100;
    border-bottom: 1px solid #a2b3c5;
}

.page-contents #point_block .number li:first-of-type {
    border-top: 1px solid #a2b3c5;
}

.page-contents #point_block .number li p {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.page-contents #point_block .number li:before {
    counter-increment: number 1;
    content: counter(number);
    font-size: 2.2em;
    font-weight: 100;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 3vw;
}

.infinity .page-contents #point_block .number li {
    border-bottom-color: #a4cac0;
}

.infinity .page-contents #point_block .number li:first-of-type {
    border-top-color: #a4cac0;
}

.page-contents #flow_block {
    margin-bottom: 7vw;
}

.page-contents #flow_block header p {
    margin-bottom: 15px;
}

.page-contents #container .box {
    background: #fff;
    padding: 7vw;
    margin-bottom: 3vw;
}

@media screen and (max-width: 768px) {
    .page-contents #container .box:last-of-type {
        margin-bottom: 0;
    }
}

.page-contents #container .box .title {
    text-align: center;
}

.page-contents #container .box .title p {
    width: 30%;
    margin: 0 auto;
}

.page-contents #container .box .title h3 {
    font-size: 1.5em;
    color: #44678b;
    font-weight: normal;
    margin-bottom: 7px;
}

.page-contents #container .box .action {
    text-align: center;
    position: relative;
    transition: all 0.5s;
    margin-top: 10px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', Verdana, Arial, Helvetica, sans-serif;
}

.page-contents #container .box .action .close {
    display: none;
}

.page-contents #container .box .action:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -0.2em;
    width: 0.8em;
    height: 0.8em;
    border: 1px solid;
    border-color: transparent transparent #44678b #44678b;
    transform: rotate(-45deg);
    margin-left: 2vw;
}

.page-contents #container .box .action.active {
    margin-bottom: 15px;
}

.page-contents #container .box .action.active .open {
    display: none;
}

.page-contents #container .box .action.active .close {
    display: inherit;
}

.page-contents #container .box .action.active:after {
    transform: rotate(135deg);
    top: 0.2em;
}

.infinity .page-contents #container .box .title h3 {
    color: #498480;
}

.infinity .page-contents #container .box .action:after {
    border-color: transparent transparent #498480 #498480;
}

.page-contents #container .detail {
    color: #44678b;
}

@media screen and (max-width: 768px) {
    .page-contents #container .detail {
        display: none;
    }
}

.page-contents #container .detail p {
    margin-bottom: 1em;
}

.infinity .page-contents #container {
    color: #498480;
}

.page-contents #container .triangle {
    font-size: 0.8em;
}

.page-contents #container .triangle li {
    text-indent: -1em;
    padding-left: 1em;
}

.page-contents #container .triangle li:before {
    content: '▷';
}

.page-contents #trouble_block {
    background: #44678b;
    color: #fff;
}

.infinity .page-contents #trouble_block {
    background: #498480;
}

.page-contents #trouble_block header h2 {
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.3;
}

.page-contents #trouble_block header h2:after {
    content: '';
    width: 150px;
    height: 20px;
    background: url(../images/speech.png) bottom center no-repeat;
    background-size: 50%;
    display: block;
    margin: 0 auto;
}

.page-contents #trouble_block p + p {
    margin-top: 1.5em;
}

@media screen and (min-width: 769px) {
    .page-contents #container header h2 {
        margin-bottom: 20px;
    }
    .page-contents #top_block {
        padding-top: 0 !important;
    }
    .page-contents #point_block .photo {
        margin-bottom: 50px;
    }
    .page-contents #point_block .photo .left {
        width: 700px;
    }
    .page-contents #point_block .photo .left img {
        height: 558px;
    }
    .page-contents #point_block .photo .right {
        width: 290px;
    }
    .page-contents #point_block .photo .right .top {
        margin-bottom: 10px;
    }
    .page-contents #point_block .number li {
        padding: 20px 0px 20px 80px;
    }
    .page-contents #point_block .number li p {
        font-size: 2.4rem;
        margin-bottom: 10px;
    }
    .page-contents #point_block .number li p br {
        display: none;
    }
    .page-contents #point_block .number li:before {
        font-size: 3.2rem;
        left: 20px;
    }
    .page-contents #flow_block {
        margin-bottom: 0;
        padding-bottom: 50px;
    }
    .page-contents #flow_block header p {
        margin-bottom: 30px;
        text-align: center;
    }
    .page-contents #container .box {
        width: 300px;
        padding: 30px;
        margin-bottom: 50px;
        margin-right: 50px;
    }
    .page-contents #container .box:nth-of-type(3n) {
        margin-right: 0;
    }
    .page-contents #container .box .title p {
        width: 40%;
    }
    .page-contents #container .box .title h3 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .page-contents #container .box .action {
        display: none;
    }
    .page-contents #container .box .photo {
        margin-bottom: 10px;
    }
    .page-contents #attention_block header p {
        text-align: center;
    }
    .page-contents #trouble_block header h2 {
        margin-bottom: 30px;
    }
    .page-contents #trouble_block header h2:after {
        width: 300px;
        height: 40px;
        background: url(../../contents/images/speech.png) bottom center no-repeat;
        background-size: 50%;
    }
    .page-contents #trouble_block p + p {
        margin-top: 1.5em;
    }
    .page-contents #trouble_block strong {
        font-size: 2rem;
    }
    .page-contents #trouble_block img {
        height: 400px;
    }
}

/* ==============================================================================

##brand

=================================================================================*/
.page-brand #top_block {
    border-top: 1px solid #a4cac0;
}

.page-brand #container .box {
    border-bottom: 1px solid #a4cac0;
    padding-top: 15vw;
    padding-bottom: 15vw;
}

.page-brand #container .box:first-of-type {
    padding-top: 0;
}

.page-brand #container .box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.page-brand #container .box .top p {
    font-size: 1.5em;
    font-weight: 100;
    line-height: 1.3;
}

.page-brand #container .box .logo {
    width: 30vw;
    margin-right: 5vw;
    border: 1px solid #ccc;
}

.page-brand #container .btm {
    padding-top: 15vw;
}

.pickup-text {
    color: #44678b;
    color: #c00;
    text-align: center;
    font-size: 20px;
}

.page-coupon #container .box .price + p {
    line-height: 1.4;
    margin: 2px 0 4px 0;
}
.page-coupon #container .box .price .price_box {
    margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
    .page-coupon #container .box .price + p {
        line-height: 1.8;
        margin-bottom: 2.666vw;
    }
}

.page-index #container #top_info .pickups {
    padding: 0 7vw;
}
.page-index #container #top_info .pickup-row {
    margin: 0;
}
.page-index #container #top_info .pickup-row img {
    vertical-align: bottom;
}
.page-index #container #top_info .pickup-row + .pickup-row {
    margin-top: 7vw;
}
@media screen and (min-width: 768px) {
    .page-index #container #top_info .pickups {
        padding: 0;
    }
    .page-index #container #top_info .pickup-row + .pickup-row {
        margin-top: 48px;
    }
}

/* 2025/5月追加 */
/* 幅指定 */
#content,
#access .access__title-wrap,
#map_detail,
#information.information {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

/* sec: concept　*/

#top_info {
    padding: 9.2rem 0 !important;
    margin-bottom: 2rem;
}
.top-info {
    position: relative;
    overflow: hidden;
}

.top-info__container {
    display: flex;
    justify-content: flex-end;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: 400px;
}

.top-info__container::before {
    content: '';
    background-image: url(/common/images/contents/consept.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 130%;
    opacity: 0.5;
}

.top-info__content {
    width: 55%;
    max-width: 560px;
    padding: 0 3.2rem;
    margin-right: 7.2rem;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1000px) {
    .top-info__content {
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin-right: 0;
    }
}

.top-info__label {
    display: block;
    color: #3b5a8c;
    font-size: 24px;
    margin-bottom: 0.6rem;
    padding-left: 0.7rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.top-info__catch {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 3.2rem;
    line-height: 1.6;
}

.top-info__desc {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: -2rem;
}

.top-info__desc--highlight {
    color: #f9ac3f;
}

/* #top_info .top-info__btn {
    width: 100%;
}
@media screen and (max-width: 1000px) {
    #top_info .top-info__btn {
        width: 50%;
    }
} */

/* アナウンス */
/* Announce section */
#announce {
    padding: 5rem 0 !important;
}
.announce {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 3;
}

.announce__wrap {
    /* background-color: #6a6a6a; */
    background-color: #fcfcfc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 4.6rem 0 3.6rem;
}

.announce__title {
    max-width: 19rem;
    border-bottom: 1px solid #44678b;
}

.announce__content {
    padding: 2.6rem 3rem 3rem 3rem;
    text-align: center;
    /* position: relative; */
}

.announce__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.announce__text--small {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.4;
}

/* content */
@media screen and (max-width: 1023px) {
    /* content */
    #content.content {
        padding-bottom: 6.2rem;
    }
}

#content .content__title {
    text-align: center;
    margin: 1.5rem 0 2.4rem;
}

.content__wrap {
    display: flex;
    justify-content: space-between;
    gap: 2.4rem;
}
@media screen and (max-width: 480px) {
    .content__wrap {
        display: none;
    }
}

.content__wrap--sp {
    display: none;
}
@media screen and (max-width: 480px) {
    .content__wrap--sp {
        display: block;
    }
}

.content__item {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 769px) {
    .content__item {
        width: 98%;
        margin: 0 auto 3.8rem;
    }
}

.content__link {
    display: block;
}

.content__link img {
    /* display: block; */
    width: 100%;
}

/* information 追加 */
#information.information {
    padding-top: 1rem;
}
#information .information__title {
    padding: 3rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}
#information .information__coupon-row {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    margin-bottom: 5.6rem;
}

@media screen and (max-width: 769px) {
    #information .information__coupon-row {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    #information .information__coupon-row {
        display: block;
    }
}

#information .information__coupon-row img {
    display: block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#information .information__coupon {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 4.8rem;
}

/* access */
#access.access {
    padding: 3rem 0 17rem !important;
}

#access .access__title {
    margin: 2.4rem 0 4rem;
}
#map_detail .link-text {
    color: #3b5a8c;
}

@media screen and (max-width: 1100px) {
    /* インフォメーション */
    #information.information {
        /* width: 90.7%; */
        margin: 0 auto;
    }
    #information .information__title {
        padding: 1rem;
    }

    #information .information__coupon-item {
        margin-bottom: 1.8rem;
    }

    .page-index #container #information .text {
        font-size: 1.2rem;
    }

    .page-index #container #information .box a {
        padding: 5vw 0 5vw;
    }

    .page-index #container #information .box:after {
        top: 69%;
    }
}

/* Responsive styles */
@media screen and (max-width: 768px) {
    /* 2025/5 追加 */
    /* p.btn a {
        width: 90vw;
    } */

    ul.disc li {
        display: flex;
        padding-left: 0;
        text-indent: 0;
        font-size: 1.6rem;
    }
    ul.disc li:before {
        font-size: 12px;
    }

    ul.disc li p {
        padding-left: 1.4rem;
        line-height: 1.8;
    }

    .sp-br {
        display: block;
    }

    /* header */
    #header .header-banner,
    #header .sns_btn {
        display: none;
    }

    #header .logo-img {
        width: 95%;
        padding-left: 0;
    }

    /*  */

    #top_info {
        padding: 3rem 0 !important;
    }

    .top-info__catch {
        line-height: 1.7;
        margin-bottom: 2.2rem;
    }

    .top-info__container {
        justify-content: center;
    }

    .top-info__content {
        width: 100%;
        max-width: none;
        padding: 0;
        margin-right: 0;
    }

    .top-info__container::before {
        background-size: 60% auto;
        width: 100%;
        top: 100%;
        left: 58%;
    }

    .top-info__desc {
        margin-bottom: 6.4rem;
    }

    /* announce  */
    #announce {
        width: 91%;
        padding: 8.5rem 0 3.5rem !important;
    }

    .announce__title {
        max-width: 11rem;
        font-size: 2rem !important;
        margin: 0.6rem auto 2rem !important;
        padding-bottom: 0.3rem;
    }

    .announce__wrap {
        padding: 2.6rem 0;
    }

    .announce__content {
        padding: 0 3rem;
    }

    .announce__text {
        font-size: 1.2rem;
        margin-bottom: 0;
        line-height: 2.1;
    }

    .announce__text--small {
        display: block;
        margin-top: 2rem;
        line-height: 1.8;
    }

    /* アクセス */
    #access.access {
        padding: 6rem 0 3rem !important;
        font-size: 1.6rem;
    }
    #access .access__title {
        margin: 2.4rem 0 1rem;
    }
    .page-index #container #map {
        margin: 5vw auto;
    }

    .page-index #container #map iframe {
        height: 34rem;
    }

    #map_detail {
        margin-bottom: -1.2rem;
    }
    #map_detail .sp span {
        display: block;
        margin-top: 2rem;
    }

    .access__address {
        margin-top: -1rem;
    }

    .access__address p:first-child {
        line-height: 1.6;
    }

    .access__address p:nth-child(2) {
        margin-top: 0.5rem !important;
    }
    .access__address p:nth-child(3) {
        margin-top: -0.5rem !important;
    }
}
