@charset "UTF-8";
/* CSS Document */

/*　category_gourmet-map　*/

.beauty2015-mark-box {
    font-size: 21px;
    text-align: center;
    width: 30px;
    margin: 0 0 0 10px;
    padding: 10px 5px 5px;
    float: left;
    color: #fff;
    background: url(../img/category/bg-special.png) no-repeat center center;
}

h2.archive-title {
    font-size: 21px;
    margin: 0 0 0 55px;
    padding: 10px 0 0 0;
}

@media (max-width: 739px) {
    h2.archive-title {
        letter-spacing: 0.1em;
    }
}

@media (min-width: 740px) {
    h2.archive-title {
        letter-spacing: 0.8em;
    }
}

h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 30px;
    background-color: #fff;
    width: 100%;
}
.msg-box {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 30px;
    line-height: 150%;
    background-color: #fff;
    width: 100%;
}
.msg-box span {
    font-weight: bold;
    color: #e92763;
}

.item.breadcrumb-list-box {
    width: 100%;
    text-align: left;
    background-color: #fff;
    padding: 10px;
    margin: 0;
}

.item.breadcrumb-list-box ul li {
    float: left;
}

.item .beauty2015-link-box1,
.item .beauty2015-link-box2 {
    width: 47%;
    text-align: center;
    padding: 10px;
    margin: 20px 1%;
    background-color: #1fb4da;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    font-size: 24px;
    font-weight: bold;
}

#main-cont .item .beauty2015-link-box1 a,
#main-cont .item .beauty2015-link-box2 a {
    color: #fff;
    text-decoration: none;
}

.beauty2015 h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.beauty20152015-kubuntitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px dotted #76a315;
}

.keiko-yellowbox {
    background-color: #fff57f;
    margin: 10px 10px 20px;
    padding: 10px;
}

@media (min-width: 740px) {
    .item.forsmaho {
        display: none;
    }
    /*
	.beauty2015 .thumb-img {
        width: 230px;
        padding: 15px 15px 10px;
        text-align:center;
	}

	.beauty2015 .beauty2015-detailbox {
        width: 230px;
        padding: 0 10px 10px;
	}
*/
    .beauty2015 .thumb-img {
        width: 230px;
        padding: 15px 15px 10px;
        text-align: center;
    }

    .beauty2015 .beauty2015-detailbox {
        width: 230px;
        padding: 0 10px 10px;
    }
}

@media (max-width: 739px) {
    .item.forpc {
        display: none;
    }
    .item.beauty2015_title {
        height: auto;
    }
    .beauty2015 .thumb-img {
        width: 100%;
        text-align: center;
        clear: both;
        padding: 10px;
    }

    .beauty2015 .beauty2015-detailbox {
        width: 100%;
        clear: both;
        padding: 10px;
    }

    .beauty2015 h4 {
        text-align: center;
    }

    .beauty2015 .article-detail-box1 {
        text-align: left;
    }
}

@media (min-width: 1246px) {
    .item.beauty2015_title {
        height: 250px;
    }
    .beauty2015 .beauty2015-detailbox {
        width: 230px;
    }
}

@media (max-width: 1245px) {
    .item.beauty2015_title {
        height: 145px;
    }
}

@media (max-width: 739px) {
    .item.beauty2015_title {
        height: auto;
    }
}
/*
@media (min-width: 1246px) {
    .item.beauty2015 { width: 470px; }
    .item.beauty2015 .thumb-img { float: left; margin-right:10px; }
    .item.beauty2015 .beauty2015-detailbox { float:right; }

}
*/
@media (max-width: 500px) {
    .item.beauty2015 {
        width: 100%;
        height: auto;
    }
}

/*----------------------------------
 ここからグルメマップ専用cssを追加
---------------------------------- */

/* 強制的にMasornyの影響をなくしています */

.item.breadcrumb-list-box {
    position: relative !important;
}

#main-cont.courmet-map {
    height: auto !important;
}

#main-cont #content {
    padding-left: 2em;
    padding-right: 2em;
}

img {
    max-width: 100%;
}

.gourmet-map-title {
    img {
        max-width: 100%;
        margin-bottom: 2em;
    }
}

.gourmet-map-maps {
    width: 100%;
    img {
        margin-bottom: 2em;
        width: 100%;
    }
}

.gourmet-map-cont-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2em;
}

.gourmet-map-cont {
    padding: 1em;
    display: grid;
    gap:0.5em;
    grid-row: span 5;
    grid-template-rows: subgrid;
    background-color: #fff;
}

.thumb-img {
    text-align: center;
    margin-bottom: 1em;
}

.heading-gourmet-map-shop-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0.5rem 0;
}

.gourmet-shop-info {
    dl {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 8px;
    }
    dl dt {
        font-weight: bold;
        float: left;
        &::after {
            content: '：';
        }
    }
}

.gourmet-shop-copy {
    font-size: 14px;
    font-weight: bold;
}

/*　Google map */
.gourmet-map-gmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.gourmet-map-gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shopinfo-maplink-box {
    margin: 0.5em 0;
    a {
        background-color: #ad1827;
        color: #fff !important;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        padding: 3px 8px;
        border-radius: 5px;
    }
}
