/*$color_02: #ffd5c9;*/
@media screen and (min-width: 769px), print {
  .ttl h2 span:nth-of-type(1) {
    padding-left: 62px;
  }
  .ttl h2 span:nth-of-type(1)::before {
    width: 39px;
    height: 39px;
    background-image: url("../images/ttl_ic.png");
  }
  .ttl h2 span:nth-of-type(1) {
    letter-spacing: 0;
  }
  .ttl h2 span:nth-of-type(2) {
    margin-left: 62px;
  }
  .block_lst {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block_lst > li {
    width: 437px;
    margin-right: 28px;
    margin-bottom: 25px;
    min-height: 250px;
  }
  .block_lst > li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .block_lst > li a {
    display: block;
    height: 100%;
    position: relative;
    padding: 28px 25px 40px 206px;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    border: 1px solid #cdcdcd;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .block_lst > li a:hover {
    opacity: .7;
  }
  .block_lst > li figure {
    position: absolute;
    top: 28px;
    left: 29px;
    width: 154px;
    max-height: 220px;
    margin: 0;
  }
  .block_lst > li figure img {
    max-width: 100%;
    max-height: 220px;
  }
  .block_lst > li .tags {
    font-size: 1.6rem;
    letter-spacing: .8px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 8px;
    text-indent: -8px;
  }
  .block_lst > li .block_item_title {
    font-size: 1.8rem;
    letter-spacing: .9px;
    font-weight: bold;
    line-height: 26px;
    min-height: 52px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ff6000;
    margin-bottom: 13px;
  }
  .block_lst > li .block_item_title.auto {
    min-height: auto;
  }
  .block_lst > li p {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 23px;
    color: #757575;
  }
  .block_lst > li time {
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    position: absolute;
    right: 20px;
    bottom: 12px;
  }
  .pagination {
    margin: 20px auto 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pagination > li {
    margin: 5px 7px;
  }
  .pagination > li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 53px;
    width: 53px;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    border: 1px solid #cdcdcd;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .pagination > li a span {
    display: inline-block;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease;
  }
  .pagination > li a.active, .pagination > li a:hover {
    color: #fff;
    background-color: #ff6000;
    border-color: #ff6000;
  }
  .pagination > li a.mute {
    color: #cdcdcd !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
    pointer-events: none !important;
  }
  .pagination > li a.navi {
    width: 78px;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .pagination > li:first-of-type span {
    margin-right: 7px;
  }
  .pagination > li:first-of-type a:hover span {
    -webkit-transform: translateX(-5px);
       -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .pagination > li:last-of-type span {
    margin-left: 7px;
  }
  .pagination > li:last-of-type a:hover span {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .shop_info_detail_cont {
    display: block;
    margin: 17px 0 50px 34px;
    border: 1px solid #cdcdcd;
  }
  .shop_info_detail_cont .article_label {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    color: #6e6e6e;
    position: relative;
    background-color: #f8f8f8;
    padding: 15px 10px 10px 63px;
  }
  .shop_info_detail_cont .article_label span {
    position: absolute;
    text-align: center;
    width: 82px;
    height: 82px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #ff6000;
    font-family: "Poppins", sans-serif;
    font-size: 2.6rem;
    color: #fff;
    letter-spacing: 3px;
    top: -18px;
    left: -35px;
    font-weight: normal;
    padding-top: 15px;
  }
  .shop_info_detail_cont .article_label span strong {
    font-size: 3.8rem;
    font-weight: normal;
    vertical-align: baseline;
  }
  .shop_info_detail_cont .article_cont {
    padding: 20px 67px 30px;
  }
  .shop_info_detail_cont .article_cont .article_title {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }
  .shop_info_detail_cont .article_cont time {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 1.8px;
  }
  .shop_info_detail_cont .article_cont figure {
    text-align: center;
    margin-top: 31px;
    margin-bottom: 44px;
  }
  .shop_info_detail_cont .article_cont p {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .shop_info_detail_cont .back_btn {
    display: block;
    text-align: center;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    font-weight: 500;
    text-decoration: none;
    background-color: #f8f8f8;
    border-top: 1px solid #efefef;
    margin-top: 8px;
    padding: 28px 0 31px;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .shop_info_detail_cont .back_btn span {
    display: inline-block;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease;
  }
  .shop_info_detail_cont .back_btn:hover {
    opacity: .7;
  }
  .shop_info_detail_cont .back_btn:hover span {
    -webkit-transform: translateX(-5px);
       -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

@media screen and (max-width: 768px) {
  .ttl h2 span:nth-of-type(1) {
    padding-left: 11.97917vw;
  }
  .ttl h2 span:nth-of-type(1)::before {
    width: 7.8125vw;
    height: 7.8125vw;
    background-image: url("../images/ttl_ic.png");
  }
  .ttl h2 span:nth-of-type(2) {
    padding-left: 11.97917vw;
  }
  .block_lst {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0.65104vw;
  }
  .block_lst > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2.86458vw;
  }
  .block_lst > li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .block_lst > li a {
    display: block;
    height: 100%;
    position: relative;
    border: 1px solid #cdcdcd;
    text-decoration: none;
    padding: 3.90625vw 3.90625vw 10.41667vw;
  }
  .block_lst > li figure {
    margin: 0;
    height: 29.55729vw;
    margin-bottom: 2.60417vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block_lst > li figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .block_lst > li .tags {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 3.64583vw;
    letter-spacing: 0.18229vw;
    font-weight: 500;
    text-indent: -1.82292vw;
    margin-bottom: 2.60417vw;
  }
  .block_lst > li .block_item_title {
    font-size: 3.38542vw;
    letter-spacing: 0.09115vw;
    font-weight: bold;
    color: #ff6000;
    margin-bottom: 1.30208vw;
  }
  .block_lst > li p {
    font-size: 3.38542vw;
    color: #757575;
  }
  .block_lst > li time {
    font-family: "Poppins", sans-serif;
    font-size: 3.64583vw;
    letter-spacing: 0.36458vw;
    position: absolute;
    right: 3.90625vw;
    bottom: 3.90625vw;
  }
  .pagination {
    margin: 3.25521vw auto 6.51042vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pagination > li {
    margin: 1.30208vw;
  }
  .pagination > li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 7.8125vw;
    width: 7.8125vw;
    font-family: "Poppins", sans-serif;
    font-size: 4.6875vw;
    border: 1px solid #cdcdcd;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .pagination > li a.active, .pagination > li a:hover {
    color: #fff;
    background-color: #ff6000;
    border-color: #ff6000;
  }
  .pagination > li a.mute {
    color: #cdcdcd !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
    pointer-events: none !important;
  }
  .pagination > li a.navi {
    width: 15.625vw;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 3.64583vw;
  }
  .shop_info_detail_cont {
    display: block;
    margin: 10.41667vw 0 6.51042vw 4.55729vw;
    border: 1px solid #cdcdcd;
  }
  .shop_info_detail_cont .article_label {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: bold;
    font-size: 3.38542vw;
    color: #6e6e6e;
    position: relative;
    background-color: #f8f8f8;
    padding: 2.60417vw 2.60417vw 2.60417vw 10.41667vw;
  }
  .shop_info_detail_cont .article_label span {
    position: absolute;
    text-align: center;
    width: 11.71875vw;
    height: 11.71875vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #ff6000;
    font-family: "Poppins", sans-serif;
    font-size: 4.6875vw;
    color: #fff;
    letter-spacing: 0.52083vw;
    top: -5.20833vw;
    left: -5.20833vw;
    font-weight: normal;
    padding-top: 1.30208vw;
  }
  .shop_info_detail_cont .article_label span strong {
    font-size: 6.51042vw;
    font-weight: normal;
    vertical-align: baseline;
  }
  .shop_info_detail_cont .article_cont {
    padding: 3.90625vw 7.8125vw;
  }
  .shop_info_detail_cont .article_cont .article_title {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: bold;
    font-size: 4.94792vw;
    letter-spacing: 0.26042vw;
  }
  .shop_info_detail_cont .article_cont time {
    font-family: "Poppins", sans-serif;
    font-size: 3.64583vw;
    letter-spacing: 0.36458vw;
  }
  .shop_info_detail_cont .article_cont figure {
    text-align: center;
    margin: 5.20833vw 0;
  }
  .shop_info_detail_cont .article_cont p {
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 3.38542vw;
  }
  .shop_info_detail_cont .back_btn {
    display: block;
    text-align: center;
    font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 3.64583vw;
    letter-spacing: 0.36458vw;
    font-weight: 500;
    text-decoration: none;
    background-color: #f8f8f8;
    border-top: 1px solid #efefef;
    margin-top: 3.90625vw;
    padding: 3.90625vw 0;
  }
}
