/* ==================================
   店舗案内
=================================== */

.store_title {
    font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
    font-weight: 700;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","sans-serif";
    margin-bottom: .3em;
}
.store_title::before {
    content: "■";
    color: #00A73C;
    margin-bottom: .2em;
}

.store_title_sub { font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);}

.store_pic img { display: block; width: 100%; height: auto;}

.store_data {
    width: 100%;
}
.store_data th {
    font-weight: 400;
    text-align: left;
    width: 25%;
}
.store_data td { width: 70%;}
.store_data th,.store_data td {
    display: table-cell;
    padding: .5em;
}
.store_data tr { border-bottom: 1px #00A73C solid;}
.store_data tr:last-child {
    border-bottom: 0;
}

.datatable {
    background: #fff;
    border: solid 1px #00A73C;
    padding: 1em;
    width: 90%;
    margin: -2em auto 0 auto;
    position: relative;
    z-index: 1;
}
@media print, screen and (min-width: 1025px) {
.datatable {
    margin: -4em auto 0 auto;
    padding: 1.5em;
}
}

.store_list li + li { margin-top: 1.5em;}
@media print, screen and (min-width: 768px) {
.store_list {
    display: flex;
    justify-content: space-between;
}
.store_list li { width: 46%;}
.store_list li + li { margin-top: 0;}
}

/* マップ */
.store_map { margin-top: 2em;}
.store_map .gmap { padding-bottom: 73.25%;}
@media print, screen and (min-width: 768px) {
.store_map .gmap { padding-bottom: 34.25%;}
}

/* 背景 */
.store_cont { position: relative;}
.store_cont::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 80%;
    background: #ebf9f0;
    z-index: -1;
}
@media print, screen and (min-width: 768px) {
.store_cont::before { height: 40%;}
}


/* =============================
   店舗サービスのご案内 */

.service_pic img {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}
.service_pic2 img { display: block; width: 100%; height: auto;}
.service_pic {
    height: 110px;
    padding-bottom: 1em;
    width: max-content;
    margin: 0 auto 0 auto;
}
.service_pic2 { width: 110px; padding-bottom: 1em; margin: auto;}
@media print, screen and (min-width: 1025px) {
.service_pic { height: 180px; padding-bottom: 1.5em;}
.service_pic2 { width: 150px; padding-bottom: 1.5em;}
}

.service_txt { border-top: solid 1px #00A73C; padding-top: 1em;}
@media print, screen and (min-width: 1025px) {
.service_txt { padding-top: 1.5em;}
}


.service_list { counter-reset: number 0;}
.service_list li .service_title span::after {
    counter-increment: number 1;
    content: counter(number,decimal-leading-zero) "";
    display: block;
    font-size: clamp(1.875rem, 0.739rem + 5.68vw, 5rem);
    font-family: Impact, "Haettenschweiler", "Franklin Gothic Bold", "Charcoal", "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
    line-height: 1;
}

.service_title {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","sans-serif";
    font-weight: 700;
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    display: flex;
    align-items: center;
    line-height: 1.6;
}
.service_title span {
    display: block;
    text-align: center;
    margin-right: 1.5em;
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
    font-weight: 400;
    color: #00A73C;
    font-family: "Montserrat", sans-serif;
}
@media print, screen and (min-width: 768px) {
.service_title span { margin-right: 2em;}
}

.service_list li {
    border: solid 1px #18AF4E;
    border-radius: .5em;
    padding: 1em;
}
.service_list li + li { margin-top: 1em;}
@media print, screen and (min-width: 768px) {
.service_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service_list li {
    padding: 1.5em;
    width: 48%;
}
.service_list li + li { margin-top: 0;}
.service_list li:nth-last-child(-n+2) { margin-top: 2em;}
}


/* キャッシュレス */
.payment_pic img { display: block; width: 100%; height: auto;}
.payment01 { display: flex; justify-content: space-between;}
.payment_item01 { width: 40%;}
.payment_item02 { width: 56%;}

.payment02 { margin-top: 1.5em;}

.payment_title { margin-bottom: .3em;}
.payment_title::before { content: "■"; color: #18AF4E;}


/* ボタン */
.service_btn { text-align: center;}
.service_btn a {
    background: #fff;
    background: #00A73C;
    color: #fff;
    border: solid 1px #00A73C;
    border-radius: .5em;
    padding: 0.5em 1.5em;
    text-decoration: none;
    letter-spacing: .1rem;
    transition: all .2s ease;
    display: inline-block;
}
@media print, screen and (min-width: 1025px) {
.service_btn a:hover {
    background: #fff;
    color: #00A73C;
}
}

/* アプリ */
.app_point {
    display: flex;
    justify-content:
    space-between;
    font-size: 85%;
    align-items: center;
    background: #FAFAFA;
    padding: .7em;
}
.app_point_title { width: 20%;}
.app_point_txt { width: 73%;}

.app_point_list {
    display: flex;
    justify-content: center;
}
.app_store img {display: block; width: 100%; height: 100%;}
.app_store a {
    display: inline-block;
    height: 48px;
    transition: all .2s ease;
    margin: 1em .5em 0 .5em;
}
@media print, screen and (min-width: 1025px) {
.app_store a:hover { opacity: .7;}
}