﻿h5.ttl {
    position: relative;
    padding: 20px 16px;
    background: #fff;
    color: #333;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 1.8rem;
    font-weight: normal;
} 
h5.ttl b {
    display: inline-block;
    padding: 0 0 0 8px;
    color: #999;
    font-size: 1.1rem;
    font-weight: normal;
}
a h5.ttl svg {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    fill: #F88AC3;
}
/*お気に入りボタン*/
a.bt_fav {
    display: block;
    width: 180px;
    height: 44px;
    line-height: 44px;
    margin: 20px auto;
    border-radius: 4px;
    box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, .4),inset -1px -1px 1px 0 rgba(0, 0, 0, .1);
    background: #f90;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}
a.bt_fav.a_favorite {
    box-shadow: none;
    background: #f99;
    text-shadow: none;
}
a.bt_fav img {
    display: inline-block;
    width: 20px;
    margin: 12px 2px 0 0;
}

.link_round {
    margin: 30px 0;
    text-align: center;
}
.link_round_bottom {
    margin: 50px 0 30px 0;
    text-align: center;
}

.link_round a,
.link_round_bottom a{
    padding: 8px 72px;
    border-radius: 100px;
    background: #F88AC3;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
}
/*--------------------------------------

  カスタマイズ

---------------------------------------*/
#customize {
    box-sizing: border-box;
    margin: 12px;
    background: #fff;
}
/*画像一枚*/
#customize img.w100 {
    width: 100%;
}

/*最近見たお店*/
.recent_shop {
    margin: 0 0 12px 0;
    background: #fff;
}
.recent_shop .ttl {
    padding-left: 12px;
    font-size: 1.6rem;
}
.recent_shop a.gtm_recentShop {
    float: left;
    display: block;
    width: 33.3%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 8px 12px 16px 12px;
    background: #fff;
    font-size: 1.1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recent_shop a .img_box {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    margin: 0 auto;
    text-align:center;
}
.recent_shop a img {
    width: 100%;
}
.recent_shop a .shop {
    margin: 8px 0 4px;
    display: block;
    overflow: hidden;
    color: #666;
    font-size: 1.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.recent_shop a .shop_info {
    display: block;
    line-height: 1.2;
    overflow: hidden;
    color: #666;
    font-size: 1.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*近隣のお店*/
.nearbyshop {
	margin-bottom: 16px;
}
.nearbyshop_ttl{
    position: relative;
    margin: 8px 0;
    padding: 8px 0 8px 30px;
    font-size: 1.6rem;
    font-weight: normal;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.nearbyshop_ttl:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 6px;
    height: 20px;
    margin: auto;
    border-radius: 2px;
    background-color: #F88AC3;
}
.nearbyshop_shoplist{
    padding: 0 12px;
    box-sizing: border-box;
}
.nearbyshop_shop {
	display: block;
	margin: 0 0 8px 0;
	padding: 12px;
    box-shadow: 2px 2px 0px rgba(102,102,102,0.1);
    border: 1px solid #999;
    background: #fff;
}
.nearbyshop_image {
	display: table-cell;
	width: 45%;
    padding: 0 12px 0 0;
}
.nearbyshop_image img {
	width: 100%;
}
.nearbyshop_text {
    display: table-cell;
    width: 55%;
}
.nearbyshop_gyoshu {
    display: block;
	margin: 0 0 4px 0;
    color: #333;
    font-size: 1.0rem;
    font-weight: normal;
}
.nearbyshop_shopname {
    display: inline;
    line-height: 1.5;
    padding: 0;
    margin: 0 0 8px 0;
    color: #F772B7;
    font-size: 1.6rem;
	font-weight: bold;
    text-decoration: underline;
}
.nearbyshop_info {
	line-height: 1.6;
    margin: 0;
    color: #333;
    font-size: 1.2rem;
}
/*よるとも、ぬきなび宣伝アイコン*/
.ic_senden {
    height: 80px;
    width: 80px;
    display: inline-block;
    position: fixed;
    bottom: 0px;
    right: 8px;
    z-index: 99;
    margin-bottom: 25%;
}
.ic_senden.yorutomo {
    background: url(/img/shop/icon_yorutomo.png?date=20191212) no-repeat;
    background-size: contain;
}
.ic_senden.nukinavi {
	width: 110px;
	height: 59px;
    background: url(/img/shop/icon_nukinavi.png?date=20191212) no-repeat;
    background-size: contain;
}
.ic_senden.oubo_tokuten {
    background: url(/img/shop/icon_oubo_tokuten.png?date=20210709) no-repeat;
    background-size: contain;
    height: 120px;
    width: 120px;
    right: -2px;
    margin-bottom: 100px;
}
.ic_senden.offical{
   height: 88px;
   width: 88px;
   bottom: 10px;
}
/*フッターボタン*/
.sh-cm-cvbtn {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 99;  
    padding: 6px;
    box-sizing: border-box;
    background-color: rgba(254, 239, 247, 0.8);
}
.sh-cm-cvbtn.txt_15000::before {
    content:"＼【今だけ】2日働けば、いちごなびから15,000円！／";
    display: block;
    line-height: 1;
    position: absolute;
    top: -22px;
    left: 0;
    height: 14px;
    width: 100%;
    padding: 8px 0 0 0;
    background-color: rgba(254, 239, 247, 0.8);
    color: #EA447F;
    font-size: 1.1rem;
    text-align: center;
}
.sh-cm-cvbtn.txt_5000::before {
    content:"＼【今だけ】2日働けば、いちごなびから5,000円！／";
    display: block;
    line-height: 1;
    position: absolute;
    top: -22px;
    left: 0;
    height: 14px;
    width: 100%;
    padding: 8px 0 0 0;
    background-color: rgba(254, 239, 247, 0.8);
    color: #EA447F;
    font-size: 1.1rem;
    text-align: center;
}
.sh-cm-cvbtn.txt_10000::before {
    content:"＼【今だけ】2日働けば、いちごなびから10,000円！／";
    display: block;
    line-height: 1;
    position: absolute;
    top: -22px;
    left: 0;
    height: 14px;
    width: 100%;
    padding: 8px 0 0 0;
    background-color: rgba(254, 239, 247, 0.8);
    color: #EA447F;
    font-size: 1.1rem;
    text-align: center;
}

.sh-cm-cvbtn li {
    width: 20%;
    flex-grow: 1;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 2px 2px 0px rgba(102,102,102,0.1);
    margin: 0 4px 0 0;
    text-align: center;
}
.sh-cm-cvbtn li a {
    display: block;
    padding: 6px 0 8px;
}
.sh-cm-cvbtn .tel {
    background: #B68AF8;
}
.sh-cm-cvbtn .no_btn {
    background: #dcdcdc;
}
.sh-cm-cvbtn .mail {
    background: #8AC5F8;
}
.sh-cm-cvbtn .line {
    background: #00C12C;
}
.sh-cm-cvbtn .oubo {
    background: #F8BA8A;
}
.sh-cm-cvbtn .keep_btn {
    width: 28%;
    background: #fff;
}
.sh-cm-cvbtn .keep_btn svg {
    fill: #F88AC3;
}
.sh-cm-cvbtn .keeped_btn {
    background: #ffdbec;
}
.sh-cm-cvbtn .keeped_btn svg {
    fill: #f55aaa;
}
.sh-cm-cvbtn li svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    margin: 0 auto 2px;
}
.sh-cm-cvbtn li span {
    display: block;
    color: #fff;
    font-size: 1.0rem;
    text-align: center;
}
.sh-cm-cvbtn li.keep_btn span {
    color: #666;
}
.sh-cm-cvbtn li.keeped_btn span {
    color: #f55aaa;
}
.text_identity {
    margin: 10px auto;
    width: 95%;
    padding: 8px 3px;
    border: solid 1px #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
}
.text_identity a {
    line-height: 1.8;
    color: #ff82b4;
    text-decoration: underline;
}

/*お店トップ以外の共通ヘッダー*/
.ic_pickup img {
    width: 80px;
    height: 20px;
}
.shop_name {
    width: 100%;
    position: relative;
    padding: 16px 12px;
    box-sizing: border-box;
}
.shop_name .gyousyu {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    align-items: flex-start;
    -webkit-box-align: start;
}
.shop_name h1,
.shop_name h4,
.shop_name .notop {
    line-height: 1.4;
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
}
h4 span {
    font-size: 1.4rem;
    font-weight: normal;
}
.shop_name h1 a,
.shop_name h4 a,
.shop_name .notop a {
    color: #F772B7;
    text-decoration: underline;
}
.shop_name h1 a.group_name,
.shop_name .notop a.group_name {
    text-decoration:underline;
}
.shop_name h1 a span,
.shop_name .notop a span {
    font-size: 1.4rem;
    font-weight: normal;
}
.shop_name h1 a.groupname span,
.shop_name .notop a.groupname span {
    line-height: 1;
    font-size: 1.2rem;
    font-weight: normal;
}
.shop_name_top a{
    color: #333;
}
.shop_name .gyousyu p {
    line-height: 1.4;
    margin-bottom: 4px;
    padding: 0;
    color: #666;
    font-size: 1.1rem;
    text-align: left;
}
.shop_name #mobile-bar {
    top: 0;
}
/*条件で絞り込むボタン*/
.search_narrow_link {
    width: 95%;
    height: 44px;
    line-height: 44px;
    border: solid 2px #fff;
    margin: 0 auto 5px auto;
    background: #e9e9e9;
    font-size: 1.6rem;
    text-align: center;
}
.search_narrow_link a {
    display: block;
    color: #333;
}
/*検索結果に戻る*/
.back_searchlist {
    width: 80%;
    margin: 0 auto 10px auto;
    padding: 10px 0 0 0;
    text-align: center;
}
.back_searchlist a {
    display: block;
    height: 35px;
    line-height: 35px;
    border: solid 1px #ccc;
    border-radius: 6px;
    background-color: #eee;
    color: #666;
    font-size: 1.2rem;
}
footer {
    padding-bottom: 80px;
}
/*  お店ページ追従ヘッダー  */

.header_shop {
    display: flex;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    border-top: solid 2px #F88AC3;
    border-bottom: solid 1px #eee;
    background: #FEEBF5;
    animation: show_header 0.25s ease;
    -webkit-animation: show_header 0.25s ease;
}
.header_shop h4 {
	width: calc(100% - 65px);
    flex-grow: 1;   
    margin: 0;
}

.header_shop h4 a {
    display: block;
    line-height: 50px; 
    padding: 0 10px;
    color: #333;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-weight: normal;
    font-size: 1.4rem;
	white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
}
.header_shop h4.tgt_ouenkin::before {
    display: block;
    content: "";
    width: 46px;
    height: 64px; 
    position: absolute;
    top: 2px;
    left: 6px;
    background: url(/img/search/medal_ouenkin_header.png) center /contain no-repeat;
}
.header_shop h4.tgt_ouenkin a {
    padding: 0 10px 0 60px;
}
.header_shop .bt_menu {
    display: block;
    height: 50px;
    width: 65px;
    z-index: 101;
    position: relative;
    border-left: solid 1px #fff;
    text-align: center;
}
.header_shop .bt_menu svg {
    width: 36px;
    height: 36px;
    fill: #F88AC3;
}
.header_shop .bt_menu::after {
    display: block;
    content: "メニュー";
    position: relative;
    bottom: 3px;
    color: #F88AC3;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-weight: normal;
    font-size: 0.9rem;
    text-align: center;
}

/*  お店ページメニュー  */
.header_shop.active .bt_menu + .wrap_header_shop {
    display: block;
}
.header_shop.active ~ #main {
    display: none;
}
.wrap_header_shop {
    display: none; 
    background: #fff;
    position: fixed;
    width: 100%;
    top: 56px;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    animation: show_menu 0.25s ease;
    -webkit-animation: show_menu 0.25s ease;
}

/*  メニュー/こだわりの切り替え  */
.wrap_header_shop input[type="radio"] {
    display: none;
}
.wrap_header_shop input[type="radio"] + label {
    display: inline-block;
    border: solid 1px #707070;
    width: 40%;
    height: 36px;
}
.wrap_header_shop input[type="radio"]:checked + label {
    background: #F88AC3;
}
.wrap_header_shop #menu_shop + label {
    margin: 12px 0 0 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    position: absolute;
    right: 50%;
    text-align: center;
}
.wrap_header_shop input + label span {
    line-height: 36px;
    color: #333;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-weight: normal;
    font-size: 1.4rem;
}
.wrap_header_shop input[type="radio"]:checked + label span {
    color: #fff;
}
.wrap_header_shop #kodawari_shop + label {
    margin: 12px 0 0 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-left: none;
    position: absolute;
    left: 50%;
    text-align: center;
}
.menu_shop,
.kodawari_shop {
    display: none;
    padding: 56px 0 0;
    background: #fff;
}
.wrap_header_shop #menu_shop:checked ~ .menu_shop {
    display: block;
}
.wrap_header_shop #kodawari_shop:checked ~ .kodawari_shop {
    display: block;
}
.menu_shop ul,
.kodawari_shop ul {
    display: block;
    width: 98%;
    margin: 0 auto;
}
.menu_shop ul li a,
.kodawari_shop ul li a {
    display: block;
    position: relative;
    padding: 16px 12px;
    border-bottom: solid 1px #FEEFF7;
    color: #444;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 1.4rem;
}
.menu_shop ul li a svg,
.kodawari_shop ul li a svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: #F88AC3;
    margin: 0 12px 0 0;
}
.menu_shop ul li svg.externallink {
	width: 16px;
	height: 16px;
	margin: 0 0 5px 5px;
	fill: #999;
}
.menu_shop ul li span {
    display: block;
	line-height: 1.5;
    margin: 4px 0 0 36px;
    font-size: 1.0rem;
}
.menu_shop ul li i {
    padding: 0 2px;
    font-style: normal;
    font-size: 1.1rem;
}
.kodawari_shop ul li.recommend a::after {
    display: inline-block;
    content: "";
    vertical-align: middle;
    width: 68px;
    height: 20px;
    margin: 0 0 0 12px;
    background: url(/img/shop/ic_taiguu_osusume.png) center /contain no-repeat;
}
.kodawari_shop ul li.recommend span svg {
    width: 16px;
    height: 16px;
    margin: 0 2px 0 0;
}
.kodawari_shop ul li ul {
    width: 100%;
    margin: 0;
}
.kodawari_shop ul .all_kodawari {
    padding: 22px 0 17px 10px;
}
.kodawari_shop ul .all_kodawari ul .all_kodawari_ttl {
    display: block;
    padding: 0;
    border: none;
    background: #fff;
    color: #999;
    font-size: 1.2rem;
}
.kodawari_shop ul .all_kodawari ul li {
    display: inline-block;
    line-height: 24px;
    border: solid 1px #fbc9e3;
    border-radius: 2px;
    padding: 0px 8px;
    margin: 0 4px 8px 0px;
    background: #fef5fa;
    color: #F772B7;
    font-size: 1.2rem;
} 
.menu_shop ul li.opinion {
    text-align: right;
    margin: 12px;
}
.menu_shop ul li.opinion a {
    display: inline-block;
    position: relative;
    padding: 4px;
    border: none;
    font-size: 1.2rem;
    text-decoration: underline;
}
.wrap_header_shop .bt_close {
    display: block;
    height: 80px;
    line-height: 80px;
    background: #F6F6F6;
    color: #666;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
}
/*ヘッダー出現時のアニメーション*/
@keyframes show_header {
    from {
        top: -50px;
    }
    to {
        top: 0;
    }
}
@-webkit-keyframes show_header {
    from {
        top: -50px;
    }
    to {
        top: 0;
    }
}
/*メニュー出現時のアニメーション*/
@keyframes show_menu {
    from {
        opacity: 0;
    }
    to {
       opacity: 1;
    }
}
@-webkit-keyframes show_menu {
    from {
        opacity: 0;
    }
    to {
       opacity: 1;
    }
}

#footer {
    padding: 0 0 90px 0;
}







