﻿.sp_only {
    display: none;
}

.pc_only {
    display: block;
}

.main-area.list {
	padding-top: 0px;
}

main.main-area.top {
	padding: 0px 0 0;
}

.main-area.top .block-inner {
	width: initial;
}

.shoplist_detail{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
    display: flex;
    width: 900px;
    margin: 100px auto 50px;
}

.shoplist_detail .right{
    margin-left: 60px;
}

.shoplist_detail .right h1,
.shoplist_detail .right h2{
    font-size: 22px;
    margin:20px auto 28px;
}

.shoplist_detail .right > a{
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 24px;
    border: 1px solid #c0c0c0;
    width: 220px;
    display: inline-block;
    text-align: center;
    padding: 2px 0;
    margin: 18px auto 36px
}

.shoplist_detail .right > a img{
    width: 11px;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-right: 7px;
}

.shoplist_detail .right p{
    font-size: 12px;
    letter-spacing:0.12em;
    line-height: 36px;
}

.shoplist_detail .right p .line{
    text-decoration: underline;
}

.shoplist_detail .right p .color{
    width: 87px;
    color: #fff;
    font-size: 10px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
}

@media all and (-ms-high-contrast: none) {
  .shoplist_detail .right p span {
    padding-top:4px;
  }
  .shoplist_detail .right a{
    padding-top:5px;
  }
}

/*---------------------------------------*/

.red{color:red;}
.top_attention{
    border: 1px solid #000;
    padding: 20px;
    width: 543px;
    margin: 35px auto 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.bag_icon{
    color: #fff;
    background-color: #a6cde0;
    text-align: center;
    padding: 1px 13px;
    font-size: 12px;
   letter-spacing: 0.14em;
}
.sale_icon {
    color: #fff;
    background-color: #58595b;
    text-align: center;
    padding: 1px 13px;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.detail_link{
    display: inline-block;
/*    border: 1px solid;*/
    padding: 1px 8px;
}

/*---------------------------------------*/

.shop_list th {
    text-align: center;
}

.sale_txt {
    font-size: 12px;
    /*font-weight: 600;*/
    /*color: red;*/
}

.sale_attention {
    border-bottom: none!important;
    font-size: 16px!important;
}

.sale_icon {
    color: #fff;
    text-align: center;
    padding: 0px 12px;
    font-size: 14px;
    background: #58595b;
    margin-right: 6px;
    font-family: "Cormorant Garamond", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
    letter-spacing: 0.1em;
}

.main-area.top {
    margin-bottom: 100px;
}

.detail_link::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #777;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    margin-right: 3px;
}

.info{
    color: red;
    font-size: 9px;
    font-weight: 600;
    font-feature-settings: 'palt';
}

 @media screen and (max-width: 1160px){
    body {
        min-width: 1200px;
    }
}

.ttl-main{
    font-family: baskerville-display-pt, serif !important;
    font-style: normal !important;
    letter-spacing: 0.08em !important;
    font-size: 32px !important;
}

.shop_search {
    margin: 50px auto 30px;
    width: 1000px;
    display: flex;
}

.shop_search .searchWord {
    width: 250px;
    height: 35px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: auto;
    line-height: 1.24;
    background: #fff;
    padding: 5px;
    border: 1px solid #000;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shop_search .searchBtn {
    background: #000000;
    padding: 10px 0;
    color: #ffffff;
    width: 80px;
    text-align: center;
    font-size: 14px;
    margin-left: 14px;
    display: block;
}

.shop_list th {
        width: 1000px;
}

/*---------- ▼ shoplist ▼ ----------*/

.attention_wrap{
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: auto;
    text-align: left;
    padding-left: 20%;

}

.attention_wrap li{
    width: 50%;
}

.attention_wrap._1{
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: auto;
    text-align: left;
    padding-left: 17%;
}

.attention_wrap._1 li{
    width: 50%;
}

.attention_wrap._1 li:nth-child(1) {
    width: 50%;
}

.attention_wrap._1 li:nth-child(2) {
    width: 50%;
}

.attention_wrap._2{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding-left: 0;
    justify-content: center;
    width: 100%;
}

.attention_wrap._2 li{
    width: 50%;
}

.attention_wrap._2 li:nth-child(1) {
    width: 40%;
}

.attention_wrap._2 li:nth-child(2) {
    width: 40%;
}

.timelist img{
    width: 105rem;
}

.attention_wrap._202128 {
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        padding-left: 0;
        justify-content: space-between;
        margin: 0 auto;
        margin-left: 25%;
}

.attention_wrap._202128 li {
        width: 47%;
}

.attention_wrap li span {
    font-size: 15px;
}

.attention_wrap._221227 {
        text-align: center;
    margin-left: auto;
    padding-bottom: 10px;
}

.attention_wrap._221227 li {
        width: 50%;
}

.article_shoplist-sale {
    margin-top: 5rem;
    text-align: center;
}
.article_shoplist-sale .article_shoplist-ttl {
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    padding-bottom: 4rem;
    border-bottom: 0.1rem dotted #dedede;
    row-gap: 1rem;
}

.article_shoplist-sale .article_shoplist-ttl > span {
    display: block;
    font-weight: 700;
}

[data-col="col_1"] {
    grid-template-columns: repeat(1, 1fr);
}

[data-col="col_2"] {
    grid-template-columns: repeat(2, 1fr);
}

.article_shoplist-sale .article_shoplist-list {
    display: grid;
        text-align: center;
        width: 60rem;
        column-gap: 0rem;
        margin-inline: auto;
}

.article_shoplist-sale .article_shoplist-txt {
    font-size: 1.8rem;
    font-weight: 700;
    width: 100%;
    margin-top: 5rem;
}

.article_shoplist-sale .article_shoplist-col {
    font-size: 1.5rem;
    line-height: 2;
}

.main-stores {
    width: 700px;
    border: 1px solid;
    padding: 30px;
    margin: 50px auto 0;
    line-height: 1.7;
    font-size: 13px;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
}

.main-stores__head {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.main-stores__title {
    font-size: 18px;
    font-weight: bold;
}

.main-stores__text {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

/*---------- ▲ shoplist ▲ ----------*/
