/* ================================
CSS MAP
概要：shopのstyle.cssではTOPページで使用している装飾の設定をまとめています

1.検索メインページ
2.通常メニュー
3.限定メニュー
4.サイドメニュー
5.アレルギーをお持ちの方
================================ */

/* ================================
1.検索メインページ
================================ */
.page-shop-bg-wrap {
    background-image: url(../../images/shop/archive-shop-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0 180px;
    position: relative;
}
.single-shop.page-shop-bg-wrap {
    padding: 160px 0 180px;
}

.page-shop-head__inner h2{
    text-align: center;
    font-size: 40px;
    color: #2B2925;
    margin-bottom: 72px;
}

.page-shop-search-forms {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.page-shop-search-forms form {
    width: calc((100% / 2) - 37px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-search-form__field-wrap{
    font-size: 20px;
    width: calc(100% - 110px - 12px);
}

button.shop-search-form__submit{
    font-size: 20px;
    padding: 7px;
    background-color: #EA5317;
    border-radius: 10px;
    width: 110px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-search-form__field-wrap select#pref,
.shop-search-form__field-wrap input#keyword {
    display: block;
    width: 100%;
    padding: 16px 32px;
    background: #fff;
    border-radius: 1000px;
    border: 1px solid #DFDAD2;
}


.page-shop-head__inner h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

section.page-shop-head p{
    line-height: 1.7;
}

section.page-shop-content{
    margin-top: 40px;
}

.page-shop-content__inner.w-1100 .page-shop-content__inner__head h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1;
}

.page-shop-content__inner.w-1100 h3.shop-result-head__title {
    font-size: 24px;
    margin-bottom: 20px;
    background: #2B2925;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.page-shop-content__inner__head{
    margin-bottom: 40px;
}

.shop-result-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    background-color: #fff;
}

/* tr は通常表示 */
.shop-result-table thead tr,
.shop-result-table tbody tr {
    display: table-row;
}

/* セル線（外枠なし・中線のみ） */
.shop-result-table th,
.shop-result-table td {
    border-right: 2px solid #E5E1DA;
    border-top: 2px solid #E5E1DA;
}

/* ★ 外枠を消す：左端と上端は border を付けない */
.shop-result-table th:first-child,
.shop-result-table td:first-child {
    border-left: none !important;
}

.shop-result-table thead th {
    border-top: none !important;
}

/* ヘッダー（背景あり） */
.shop-result-table th {
    background-color: #8A7B65;
    color: #FFFAF3;
    height: 68px;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
}

/* 本文セル */
.shop-result-table td {
    padding: 18px 24px;
    vertical-align: middle;
    background-color: #fff;
}
/* 幅比率（1100基準） */
.shop-result-table th:nth-child(1),
.shop-result-table td:nth-child(1) { width: 24.3636%; }

.shop-result-table th:nth-child(2),
.shop-result-table td:nth-child(2) { width: 12.5455%; }

.shop-result-table th:nth-child(3),
.shop-result-table td:nth-child(3) { width: 28.3636%; }

.shop-result-table th:nth-child(4),
.shop-result-table td:nth-child(4) { width: 12.5455%; }

.shop-result-table th:nth-child(5),
.shop-result-table td:nth-child(5) {
  width: 21.4545%;
  border-right: 0 !important;
}


/* 中央寄せ列 */
.shop-result-table td:nth-child(2){
    text-align: center;
    font-size: 16px;
    padding: 18px 12px;
}
.shop-result-table td:nth-child(3) {
    text-align: center;
    font-size: 16px;
}

/* wrap で角丸＋overflow hidden は残してOK */
.shop-result-table-wrap {
    border-radius: 5px;
    overflow: hidden;
}a.shop-result__store-name {
    font-size: 18px;
    color: #EA5317;
    margin-bottom: 8px;
    display: block;
    font-weight: 700;
}
.shop-result__store-address {
    font-size: 14px;
    color: #827F7B;
}

span.shop-result__icon.shop-result__icon--takeout {
    width: 44px;
    height: 50px;
    display: block;
    margin: auto;
}

span.shop-result__icon.shop-result__icon--takeout img{
    width: 44px;
    height: 50px;
}

.shop-search-back {
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    width: 420px;
}

.shop-search-back__btn.btn-style{
    background-color: #EA5317;
    color: #FFFAF3;
}

.single-shop-head__inner__tag {
    display: flex;
    align-items: center;
    background: #2B2925;
    color: #fff;
    padding: 17px 20px;
    border-radius: 10px;
    gap: 10px;
    font-size: 20px;
}
.single-shop-head__inner__tag img {
    width: 30px;
    height: 30px;
    display: block;
}

section.single-shop-content {
    margin-top: 28px;
}
.single-shop-main-ttl h2 {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.single-shop-main-ttl h2 span{
    font-size: 35px;
}

p.single-shop-main-ttl__takeout {
    color: #827F7B;
    margin-top: 13px;
}

.single-shop-main-ttl {
    margin-bottom: 36px;
}
.single-shop-main-comment {
    padding: 25px 35px;
    background: #DFDAD2;
    border-radius: 3px;
    margin-bottom: 36px;
}
.single-shop-main-table h3 {
    display: block;
    background: #EA5317;
    color: #fff;
    padding: 16px 27px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
}
.single-shop-main-comment h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1;
}

.single-shop-main-comment p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

table.single-shop-info-table {
    display: block;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

table.single-shop-info-table tbody{
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
}

table.single-shop-info-table tr{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
table.single-shop-info-table tr th{
    display: block;
    background-color: #8A7B65;
    width: 165px;
    text-align: center;
    color: #fff;
    padding: 12px;
}
table.single-shop-info-table tr td{
    display: flex;
    width: calc(100% - 165px);
    padding: 12px;
    background-color: #FFFFFF;
}
.single-shop-gmap {
    max-width: 780px;
    max-height: 400px;
    margin: 54px auto 0;
}

ul.shop-result-list-sp.sp {
    display: none;
}
@media screen and (max-width:640px) {
table.shop-result-table.pc{
    display: none;
}
ul.shop-result-list-sp.sp {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px;
}
ul.shop-result-list-sp.sp li{
    display: block;
    width: 100%;
}

ul.shop-result-list-sp.sp li a{
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}h3.shop-result-sp-title {
    font-size: 16px;
    color: rgb(255,105,0);
    font-weight: 700;
    margin-bottom: 4px;
}
p.shop-result-sp-address {
    font-size: 13px;
    color: #827F7B;
    margin-bottom: 6px;
}
p.shop-result-sp-hours,
p.shop-result-sp-tel {
    font-size: 13px;
}
ul.shop-result-sp-icons {
    display: flex;
    position: absolute;
    right: 25px;
    top: 16px;
    gap: 0.7px;
}

li.shop-result-sp-icon {
    width: 30px;
    height: 30px;
}
li.shop-result-sp-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
    .page-shop-search-forms {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-direction: column;
    gap: 8px;
}

ul.shop-result-list-sp.sp li a {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 16px;
    background: #fff;
    border-radius: 4px;
}
.page-shop-bg-wrap {
    padding: 90px 0 200px;
}

.single-shop.page-shop-bg-wrap {
    padding: 90px 0 200px;
}

.page-shop-head__inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.shop-result-head__icon {
    width: 14px;
    height: 14px;
}
button.shop-search-form__submit {
    font-size: 14px;
    padding: 0px;
    height: 32px;
    border-radius: 3px;
    width: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-shop-search-forms form {
    width: 100%;
    gap: 10px;
}

.shop-search-form__field-wrap select#pref, .shop-search-form__field-wrap input#keyword {
        display: block;
        width: 100%;
        padding: 8px 18px;
        background: #fff;
        border-radius: 1000px;
        border: 1px solid #DFDAD2;
        font-size: 14px;
        line-height: 2;
}

.page-shop-head__inner h3 {
    font-size: 20px;
    margin-bottom: 14px;
}
.shop-result-table-wrap{
    border-radius: 0;
}
section.page-shop-head p {
    line-height: 1.5;
    font-size: 12px;
}

section.page-shop-head p br{
    display: none;
}

.shop-search-form__field-wrap {
    font-size: 20px;
    width: calc(100% - 72px - 12px);
}

section.page-shop-content{
    margin-top: 0px;
}
.page-shop-content__inner__head p {
    font-size: 12px;
}
.page-shop-content__inner.w-1100.page-shop-content__inner__head h3 {
    font-size: 20px;
    margin-bottom: 14px;
}
.shop-search-back {
    width: 100%;
    margin-top: 24px;
}.page-shop-content__inner.w-1100 h3.shop-result-head__title {
    font-size: 12px;
    margin-bottom: 20px;
    padding: 14px;
    border-radius: 3px;
    gap: 5px;
}
.single-shop-head__inner__tag {
    display: flex;
    align-items: center;
    background: #2B2925;
    color: #fff;
    padding: 10px 10px;
    border-radius: 3px;
    gap: 5px;
    font-size: 12px;
}
.single-shop-head__inner__tag img {
    width: 14px;
    height: 14px;
    display: block;
}
.single-shop-main-ttl h2 {
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.single-shop-main-ttl h2 span {
    font-size: 20px;
}
.single-shop-main-comment {
    padding: 12px 12px;
    background: #DFDAD2;
    border-radius: 3px;
    margin-bottom: 36px;
}
.single-shop-main-comment p {
    font-size: 10px;
    line-height: 1.6;
    font-weight: 400;
}
.single-shop-main-comment h3 {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1;
}.single-shop-main-ttl {
    margin-bottom: 20px;
}
section.single-shop-content {
    margin-top: 14px;
}
p.single-shop-main-ttl__takeout {
    color: #827F7B;
    margin-top: 13px;
    font-size: 9px;
}
.single-shop-main-table h3 {
    display: block;
    background: #EA5317;
    color: #fff;
    padding: 8px 13px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 4px;
}
table.single-shop-info-table tr th {
display: block;
        background-color: #8A7B65;
        width: 100px;
        text-align: center;
        color: #fff;
        padding: 12px 0;
        font-size: 12px;
        font-weight: 500;
}
table.single-shop-info-table tr td {
    display: flex;
    width: calc(100% - 78px);
    padding: 12px;
    font-size: 12px;
    background-color: #FFFFFF;
}
.single-shop-gmap {
    max-width: 780px;
    max-height: 50vw;
    margin: 54px auto 0;
    width: calc(100% - 20px);
    height: 50vw;
}
.single-shop-gmap iframe {
    height: 50vw;
}
.single-shop-gmap {
    max-width: 780px;
    max-height: 50vw;
    margin: 28px auto 0;
    width: calc(100% - 20px);
    height: 50vw;
}
}


td.shop-result__delivery div {
    display: flex;
    gap: 6px;
    width: 100%;
    justify-content: center;
}

td.shop-result__delivery img{
    display: block;
    width: calc(100% / 4);
}

table.single-shop-info-table tr td div.derivary-single-table{
    display: flex;
    gap: 6px;
}


table.single-shop-info-table tr td div.derivary-single-table img{
    width: 28px;
    height: 28px;
    display: block;
}