/* 全体共通 
-------------------------------------------------------------- */
body {
    font-family: 'Kosugi Maru', sans-serif;
}

.content-wrapper {
    background-color: #a7d8fb;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

footer.main-footer {
    bottom:0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 5rem;
}

.shop_nm, .recommend_area, .link_area, .shop_info, .location_area {
    margin-top: 1rem;
}

p, figure, .card {
    margin: 0;
    font-size: 0.85rem;
}

dl, dt, dd {
    margin: 0;
}

ul {
    font-size: 0.9rem;
}

img {
    max-height: calc(95vw * 9 / 15);
} 

figure {
    padding-bottom: 2rem;
}

.figure-caption {
    font-size: 0.85rem;
}

.swiper-pagination-bullet-active {
    background-color: #ce5242 !important;
}

.card {
    margin: 0 0.5rem;
}

p.cate_p {
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

::-webkit-scrollbar {
    display: none;
}
/* 上部メニュー */
ul.cell-menu {
    display: table;
    table-layout: fixed;
    width: 100vw;
    height: 3rem;
    padding: 0 0.5rem;
    margin: 0;
    text-align: center;
    font-size: 0.9rem;
    font-family: 'Kosugi', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

.cell-menu li.item {
    display: table-cell;
    vertical-align: middle;
    background-color: #ffffff;
    border-bottom: 0.3rem solid #331012;
    height: 3rem;
    z-index: 2;
}

.cell-menu li.item.check {
    color: #c53d43;
    font-weight: bold;
    border-bottom: 0.3rem solid #c53d43;
}

/* TOP 
-------------------------------------------------------------- */
/* 店舗名 */
.shop_nm .view_nm {
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
}

.shop_nm .shop_cap {
    font-weight: 700;
    font-size: 1.05rem;
}

.shop_nm p.shop_cont {
    color: #808080;
    font-size: 0.9rem;
}

/* こだわりポイント */
.recommend_area .kodawari{
    font-size: 1rem;
    font-weight: 900;
}
.recommend_area .recommend figcaption{
    color: #808080;
}

/* ちょい見せ */
.link_area ul a.nav-link {
    padding: 0.5rem 0.65rem;
    white-space: nowrap;
}

.link_area .card {
    margin-bottom: 1rem;
}

/* 店舗情報 */
.shop_info table {
    font-size: 0.85rem;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    table-layout: fixed;
}

.shop_info table th {
    width: 40%;
    font-weight: bold;
    /* background-color: #e0e0e0; */
}

.shop_info table td {
    width: 60%;
    word-wrap: break-word;
}

.shop_info table td *{
    word-wrap: break-word;
}

.shop_info table td ul {
    list-style: none;
    padding: 0;
}

.shop_info table td ul li {
    text-indent: -1rem;
}

.shop_info table td ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f3cd";
    padding-right: 0.5rem;
}

.shop_info table td .cash_kbn {
    font-weight: 900;
}


/* Second 
-------------------------------------------------------------- */
.second {
    font-size: 0.9rem;
    font-family: 'Noto Sans JP', sans-serif;
}

/* ▼メニュー */
ul.second-menu {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
    text-align: center;
    font-weight: bold;
}

.second-menu li.item {
    display: table-cell;
    vertical-align: middle;
    background-color: #ffffff;
    font-size: 0.8rem;
    height: 1.5rem;
    border: 1px solid #e6e6e6;
}

.second-menu li.item.check {
    color: #c53d43;
}
/* ▲メニュー */

.frame {
    padding: 0.5rem;
    border: 1px solid #e6e6e6;
}

.second figcaption{
    color: #000000;
}

/* 画像付きメニュー */
.second figcaption .contents {
    padding: 0 0.5rem;
    padding-right: 2rem;
    position: relative;
} 

.second .contents .title {
    font-weight: bold;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 

.second .contents .price {
    font-size: 0.9rem;
    color: #c53d43;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.second figcaption .contents .title, 
.second figcaption .contents .price {
    font-size: 1.0rem;
} 

.second figcaption .contents::after{
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    content: "\f054";
    font-size: 2rem;
    font-weight: 900;
    right: 0.25rem;
    top: 30%;
    margin-top: -12px;
    color: #66533e;
}

.second ul.list-group a{
    position: relative;
}

.second ul.list-group a::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    /* content: ">"; */
    content: "\f054";
    font-size: 1rem;
    right: 0.5rem;
    top: 50%;
    margin-top: -12px;
    color: #66533e;
}

.second dt.list_title{
    margin: 0;
    padding: 0.5rem;
    font-size: 1rem;
    color: #ffffff;
    background-color: #a9a4a4;
}

.second ul a{
    color: hsl(0, 0%, 0%);
    padding: 0.5rem;
    padding-right: 2rem;
} 

.second ul a.list-group-item-action:focus, .second ul a.list-group-item-action:hover {
    background-color: none;
}

/* Third 
-------------------------------------------------------------- */
.third .contents .title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 0.95rem;
}

.third .contents .sub {
    margin-top: 0.5rem;
}

.map_area{
    margin: 0.5rem;
}

.arrival_report_area {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.arrival_report_area ul {
    list-style: none;
}

.arrival_report_area .new_list_title {
    font-size: 0.95rem;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.arrival_report_area .new_list_date,
.arrival_report_area .new_list_creater {
    font-size: 0.85em;
    font-family: 'Kosugi Maru', sans-serif;
}

.arrival_report_area .product-list-in-card>.item:first-of-type {
    border-top-width: initial;
    border-top: 1px solid #e0e0e0;
}

.arrival_report_area .product-list-in-card>.item:last-of-type {
    border-bottom-width: initial;
    border-bottom: 1px solid #e0e0e0;
}


/* 個別ページ 
-------------------------------------------------------------- */
p.menu_title {
    font-size: 1.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

p.menu_price {
    font-size: 1.1rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #c53d43;
    font-weight: 700;
    text-align: right;
}

p.menu_description {
    font-family: 'Kosugi Maru', sans-serif;
}

/* Buttons 
-------------------------------------------------------------- */
.a_btn {
    width: 1000%;
    background-color: #e2dfdf;
    margin-bottom: 10px;
    height: 40px;
    line-height: 30px;
    outline: none;
    font-size: 1em;
    font-family: 'Kosugi Maru', sans-serif;
}

.a_btn:hover {
    background-color: #a9a4a4;
}

.btn_reserve {
    background-color: #ff6868;
    color: white;
    height: 3rem;
    line-height: 2rem;
    font-size: 1.2em;
    font-family: 'Kosugi Maru', sans-serif;
}

/* 電話ボタン */
a.btn_tel1 {
    height: 3rem;
    line-height: 2.1rem;
    font-size: 1.2em;
    /* width: 3rem; */
}

a.btn_tel2 {
    height: 3rem;
    line-height:2.1rem;
    font-size: 1.2em;
    width: 3rem;
}

.btn-block {
    margin: 0 auto;
}

/* 店舗お気に入りボタン */
button.btn_favo_shop {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 0;
    text-align: center;
    /* filter: drop-shadow(0.3rem 0.4rem 0.3rem rgba(0, 0, 0, 0.6)); */
    height: 3rem;
    line-height: 2rem;
    font-size: 1.2rem;
    width: 3rem;
}

button.btn_favo_shop:active {
    /* opacity: 0.8; */
    filter: none;
}

button.btn_favo_shop.usual {
    background-color: #fff;
    color: #dcdcdc;
}

button.btn_favo_shop.love {
    background-color: #fff;
    color: #fcc800;
}

/* クーポン表示ボタン */
button.btn_coupon_report, button.btn_coupon_report:hover{
    padding: 0;
    text-align: center;
    width: 3rem;
    height: 3rem;
    /* filter: drop-shadow(0.3rem 0.4rem 0.3rem rgba(0, 0, 0, 0.6)); */
}

button.btn_coupon_report:active{
    filter: none;
    bottom:  0.8rem;
}

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

/* テイクアウト表示ボタン */
button.btn_takeout, button.btn_takeout:hover{
    padding: 0;
    text-align: center;
    width: 3rem;
    height: 3rem;
    /* filter: drop-shadow(0.3rem 0.4rem 0.3rem rgba(0, 0, 0, 0.6)); */
}

button.btn_coupon_report:active{
    filter: none;
    bottom:  0.8rem;
}

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



/* トップページボタン */
button#top {
    width: 100%;
    background-color: #e2dfdf;
    height: 3rem;
    line-height: 1.5rem;
    outline: none;
    font-size: 1em;
    margin-top: 1rem;
    font-family: 'Kosugi Maru', sans-serif;
}

button#top:hover {
    background-color: #a9a4a4;
}

/* SweetAlert2 */
.swal-height {
    height: 120px;
    opacity: 0.9;
    border-radius: 50%;/*角丸*/
}

.swal-height * {
    color: #fff;
}

.swal-height p {
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
}

p.strong {
    font-weight: 700;
}

/* swiper */
.pages > .swiper-wrapper {
    top: 3.5rem;
}

.pages > .swiper-wrapper > .swiper-slide {
    height: calc(100vh - 5rem) !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
    overflow-x: hidden;
    will-change: transform;
    padding-bottom: 3.5rem;
}

/* .pages > .swiper-wrapper > .swiper-slide > * {
    overflow-y: hidden;
} */