@charset "UTF-8";
/* カラー *
base ピンク　{ color: #ff8c82 }
薄ピンク　{ color: #fff6f5 } */
.fit_img{object-fit: cover;font-family:'object-fit:cover';}
/* TypeType - TT Chocolates Medium */
@font-face {
  font-family: 'TTC';
  src: url('../font/TTChocolates-medium.otf') format('truetype');
  font-weight:400;}
/* TypeType - TT Chocolates bold */
@font-face {
  font-family: 'TTC';
  src: url('../font/TTChocolates-bold.otf') format('truetype');
  font-weight: 700;}
/*----------------------- 一覧 ---------------------------*/
.newopen_archive{
    width: 1200px;
    margin: 0 auto 150px;
    position: relative}
    .line-shop{width: 340px; margin: 40px auto;}
@media only screen and (max-width: 1400px) {
    .newopen_archive{
        width: calc(100% - 160px);
        margin: 0 auto 150px}
    .store_tab_area{width: 100%;margin: 0}
}
@media only screen and (max-width: 767px) {
    .newopen_archive{
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 0 0 80px}
    .ch{width: 100%;padding: 0;}
    .store_tab_area{
        width: 100%!important;
        margin: 0 ;
        line-height: 0;}
    .store_tab_area #tax2{line-height: 1.2}
}
/*  追加　*/
.taxonomy_ym{text-align: center;margin: 0 auto 20px}
.taxonomy_ym select{display:inline-block;color:#000;padding:4px 10px}
.term_title{font-size: 22px; font-weight: 700;text-align: center;margin:-40px 0 30px}
.archive.taxonomy.newopen_area.current-item:after{content:'の新店一覧'}
.breadcrumbs_area a:after{content:'の新店一覧　/'}
.cate_area{margin:0 auto 30px;width:100%;max-width:1200px;line-height: 1.2}

.swiper-container2{
    box-sizing: border-box;
    border-bottom:2px solid #ff8c82;
    margin-bottom: 40px}
.swiper-wrapper{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between!important;
    align-items:stretch!important}

.swiper-wrapper li{
    width: 100%;height: 100%;
    box-sizing: border-box;position: relative;
    border-radius: .3em .3em 0 0;
    border-top:2px solid #ff8c82;
    border-left:1px solid #ff8c82;
    border-right:1px solid #ff8c82}
.swiper-wrapper li:first-child{border-left:2px solid #ff8c82;}
.swiper-wrapper li:last-child{border-right:2px solid #ff8c82;}
.swiper-wrapper li a{
    display:inline-block;width: 100%; height: 100%!important;
    text-align: center;color:#000;
    font-size: 12px;vertical-align: middle;
    line-height: 1.3;letter-spacing: 0;
    padding: 25px 0 10px;
    background: #fff;
    box-sizing: border-box}
.swiper-wrapper li a:hover{
    cursor: pointer;
    background:#ffeeec }
.swiper-wrapper li a.current:hover{background: #ff8c82;opacity: 1}
.swiper-wrapper li a:before{
    width: 100%;font-size:8px;color:#ff8c82;line-height: 1.1;
    position: absolute;top:6px;left:0}
a.allCate:before{content: "All"}
a.gift:before{content: "GIFT"}
a.gourmet:before{content: "GOURMET"}
a.school:before{content: "SCHOOL"}
a.other:before{content: "OTHER"}
a.beauty:before{content: "BEAUTY"}
a.lifestyle:before{content: "LIFE STYLE"}
a.realestate:before{content: "REALSTYLE"}
a.housing:before{content: "HOUSING"}
a.family:before{content: "FAMILY"}
a.sightseeing:before{content: "SIGHTSEEING"}
.swiper-wrapper a.current{background:#ff8c82;color:#fff}
.swiper-wrapper li a.current:before{color:#fff}
@media only screen and (max-width:1250px) {
    .taxonomy_ym{margin: -2px auto 25px}
    .taxonomy_ym select{line-height: 1; color:#000;padding:2px 10px 2px 6px!important;border-radius:8px}
    .swiper-wrapper li,
    .swiper-wrapper li a{height:65px}
}

#tax2{
    width:100%;margin:0 auto 15px;font-size: 14px;
    display: flex;flex-wrap: wrap;justify-content: center}
#tax2 li{display:inline-block;margin: 6px 10px;position: relative}
#tax2 .current-cat a,
#tax2 a.current{font-weight:700;color:#ff8c82}
.archive_area li:nth-child(1):before{content: "エリア： ";color:#888;font-size: 12px;padding-right:6px}
.taxonomy_area li:nth-child(1):before{content: "エリア別： ";color:#888;font-size: 12px;padding-right:6px}
.taxonomy_cate li:nth-child(1):before{content: "カテゴリー別： ";color:#888;font-size: 12px;padding-right:6px}

.date_area{text-align: center;margin-top: 12px}
.no_post{width: 100%;text-align: center}
@media only screen and (max-width: 767px) {
    .term_title{font-size:18px;margin:-30px 0 18px}
    .cate_area{margin:0 auto 20px}
    #tax2{width:94%;margin-bottom:12px;font-size: 13px;letter-spacing:0;justify-content: flex-start;}
    #tax2 li{display:inline-block;margin:3px 7px;position: relative}
    .archive_area li:nth-child(1):before,
    .taxonomy_area li:nth-child(1):before,
    .taxonomy_cate li:nth-child(1):before{font-size: 10px;padding-right:0}
}

/* ページタイトル */
.pagettl_type1{
    text-align: center}
.pagettl_type1 h2{
    position: relative;
    text-align: center;
    font-family: 'TTC';
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 60px;
    letter-spacing:0.05em;
    color: #ff8c82}
.pagettl_type1 h2:before {
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 1px;
    height: 40px;
    content: '';
    background: #ff8c82}
.pagettl_type1 h2 span{
    font-size: 10px;
    margin-bottom: 10px;
    display: block}
.pagettl_sub{
    text-align: center;
    font-size: 14px;
    margin-bottom: 80px}

.wp-pagenavi .first,
.wp-pagenavi .last{border: none;padding-top:6px}
.wp-pagenavi .extend{border: none}
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover{background-color: transparent;}

@media only screen and (max-width: 767px) {
    .pagettl_type1 h2{font-size: 40px;margin-bottom:40px}
    .pagettl_type1 h2 span{font-size: 14px}
    .pagettl_type1 h2:before {bottom: -30px;height:30px}
    .pagettl_sub{width: 90%;margin: 0 auto}
    .wp-pagenavi .current,
    .wp-pagenavi .page{margin: 0 4px}
    .wp-pagenavi a.previouspostslink,
    .wp-pagenavi a.nextpostslink {width:20px}
    .wp-pagenavi .first,
    .wp-pagenavi .last{padding:23px 4px;margin: 0 ;font-size: 11px}
    .wp-pagenavi .extend{padding-top:18px;margin: 0 ;}
}

/*----------------------- 店舗 ---------------------------*/
/*  */



/* カテゴリー　タブ */

input.tab-radios {display: none}
.tab-label {cursor: pointer;}
.store_tab_set{line-height: 0}
.store_tab_set li label,
.store_tab_set li a{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.4;
    padding: 10px 0;
    background: #fff;
    border-radius: .3em .3em 0 0;
    border-top:2px solid #ff8c82;
    border-left:2px solid #ff8c82;
    border-right:2px solid #ff8c82}
.store_tab_set li label span,
.store_tab_set li a span{
    display: block;
    color: #ff8c82;
    font-family: 'TTC';
    font-size: 10px}
.store_tab_set li:hover label{
    cursor: pointer;
    background:#ffeeec }
/* タブのカレント表示 */
    #tab-ctrl1:checked ~ .swiper-container2 ul li label#tab-label1,
    #tab-ctrl2:checked ~ .swiper-container2 ul li label#tab-label2,
    #tab-ctrl3:checked ~ .swiper-container2 ul li label#tab-label3,
    #tab-ctrl4:checked ~ .swiper-container2 ul li label#tab-label4,
    #tab-ctrl5:checked ~ .swiper-container2 ul li label#tab-label5{
       background:#ff8c82;color:#fff}
    #tab-ctrl1:checked ~ .swiper-container2 ul li label#tab-label1 span,
    #tab-ctrl2:checked ~ .swiper-container2 ul li label#tab-label2 span,
    #tab-ctrl3:checked ~ .swiper-container2 ul li label#tab-label3 span,
    #tab-ctrl4:checked ~ .swiper-container2 ul li label#tab-label4 span,
    #tab-ctrl5:checked ~ .swiper-container2 ul li label#tab-label5 span{
        color:#fff}
/* taxonomy-のカテゴリータブのカレント表示 */
.store_tab_set li.current-cat a,
.term-gourmet a.gourmet,
.term-beauty a.beauty,
.term-lifestyle a.lifestyle,
.term-other a.other,
.term-gourmet a.gourmet span,
.term-beauty a.beauty span,
.term-lifestyle a.lifestyle span,
.term-other a.other span{background:#ff8c82;color:#fff }
/* タブを表示 */
.store_tab_cont{
        box-sizing: border-box;
        height: 0;
        opacity: 0;
         -webkit-transition: opacity 600ms;
        transition: opacity 600ms;
        overflow-y: hidden}
    #tab-ctrl1:checked ~ #panels article#panel_1,
    #tab-ctrl2:checked ~ #panels article#panel_2,
    #tab-ctrl3:checked ~ #panels article#panel_3,
    #tab-ctrl4:checked ~ #panels article#panel_4,
    #tab-ctrl5:checked ~ #panels article#panel_5{
        height: initial;
        opacity: 1}

ul.store_tab_set a:hover{background:#ff8c82;color:#fff}
ul.store_tab_set a:hover span,.current-cat a span,.current-cat a:hover span{color:#fff!important}

/* タクソノミーのページ */
.store_tab_cont_tag{
        box-sizing: border-box;
         -webkit-transition: opacity 600ms;
        transition: opacity 600ms;}
@media only screen and (max-width:900px) {
    .store_tab_set li {font-size: 14px}
}
@media only screen and (max-width: 767px) {
    .swiper-container2{
        margin: 0 0 20px ;
        border-bottom:2px solid #ff8c82;
      position: relative;
      overflow: hidden;
      list-style: none;
      padding: 0;
      /* Fix of Webkit flickering */
        z-index: 1}
    .swiper-container2 .swiper-wrapper{box-sizing: border-box}
    .store_tab{line-height: 1}
    .store_tab_set{ font-feature-settings: "palt";}
    .store_tab_set li {
        line-height: 1.4;
        margin-bottom: 0;
        font-feature-settings: "palt";
        font-size: 12px}
}
/* タブ  */
@media only screen and (max-width: 767px) {
    .swiper-container2 .swiper-wrapper{margin-left: 10%}
}


/* タグ　*/
.store_tag{
    width: 70%;
    text-align: center;
    margin: 0 auto 60px}
.store_tag_ttl{
    font-weight: 700;
    margin-bottom: 20px}
.store_tag_list li{
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    margin: 5px}
.store_tag_list li a{
    padding: 6px 12px;
    border-radius: 20px;
    background: #f0f0f0}
.store_tag_list li a:hover{
    color: #fff!important;
    background: #ff8c82}
/* タグのカレント */
.store_tag_list li.current-cat a{
    background: #ff8c82;
    font-weight: 700;
    color:#fff}

@media only screen and (max-width: 767px) {
    /* タグ　*/
    .store_tag{
        width:  100%;
        margin: 0 auto 30px}
    .store_tag_ttl{margin-bottom:16px}
    .store_tag_list li{font-size: 12px;font-feature-settings: "palt";}
}


/* 店舗　リスト　*/
ul.archive_list{
    display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between
}
.archive_list:after{content:"";display: block;width:30%;}
.archive_list li{
    position: relative;
    width: 31%;
    margin-bottom: 50px}
.archive_img{
    width: 100%;
	height: 0;
	line-height: 0;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 69%;
	position: relative}
.archive_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    border-top-right-radius:40px}
.archive_data_box{
    position: relative}
.archive_cateBar{
    box-sizing:content-box;
    position: absolute;
    top:-30px;
    background: #ff8c82;
    color: #fff;
    border-top-right-radius:20px;
    border-bottom-right-radius: 20px;
    line-height:1;
    font-size:  16px;
    padding:8px 20px 7px 10px;
    display: inline-block;
    font-family: 'TTC',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    }


.cateBar.school:before{ content: "SCHOOL"}
.cateBar.realestate:before{ content: "REALSTYLE"}
.cateBar.housing:before{ content: "HOUSING"}
.cateBar.sightseeing:before{ content: "SIGHTSEEING"}
.cateBar.family:before{ content: "FAMILY"}
.cateBar.gift:before{ content: "GIFT"}

.cateBar.gourmet:before{ content: "GOURMET"}
.cateBar.beauty:before{ content: "BEAUTY"}
.cateBar.lifestyle:before{ content: "LIFE STYLE"}
.cateBar.other:before{ content: "OTHER"}
.archive_cateBar span{
    display: inline-block;
    font-size: 13px;
    line-height:1;
    padding:0 0 0 8px;
    margin: -2px 0 0 8px;
    border-left:1px solid #fff}

.archive_date{
    text-align: right;
    font-family: 'TTC',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #ff8c82}
.archive_data_box h3{
    word-break: break-all;/*英単語の途中でも折り返し*/
    font-size: 18px;font-weight: 700;margin-bottom: 6px}
.archive_txt{
    height: 48px;
    overflow: hidden;
    font-size: 15px}

/* taxonomy-store_cate.php用 */
.store_cate_storeH3{padding-top:16px}
@media only screen and (max-width: 767px) {
    .archive_list{width: 90%;margin:0 auto}
    .archive_list li{
        width: 48%;
        margin-bottom: 15px!important}
    .archive_data_box{
        padding-top:20px!important}
    .archive_cateBar{padding:6px 20px 5px 10px;font-size: 12px;top:-20px}
    .archive_cateBar span{font-size: 11px}
    .archive_date{
        margin:2px 0 13px;
        text-align:left}
    .archive_txt{display: none}
    .archive_data_box h3{
        line-height: 1.4;
        font-size: 16px;
        padding-top:5px}
}

/* プラグイン　ページナビ用 */
.wp-pagenavi{display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 14px;}
.wp-pagenavi .pages{display: none}
.wp-pagenavi .current,
.wp-pagenavi .page{
	padding:0;
	display: inline-block;
	background-color:#f0f0f0;
    border: none;
	line-height: 40px;
	width: 40px;
	height: 40px;
    border-radius: 50%;
	margin: 0 10px}
.wp-pagenavi a:hover {
    border: none;
	background-color:#999;
	opacity: 1;}
.wp-pagenavi .current{
    color: #fff;
    background-color: #646464;
    border: none}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	padding:0;
	border: none;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	width: 40px;
	height: 40px;
	margin: 0 ;
	background-color:transparent;;
	color:#333}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
	color: #fff;
	background-color: transparent;}

.wp-pagenavi .first,
.wp-pagenavi .last{border: none;padding-top:6px}
.wp-pagenavi .extend{border: none}
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover{background-color: transparent;}

@media only screen and (max-width: 767px) {
    .wp-pagenavi .current,
    .wp-pagenavi .page{margin: 0 4px}
    .wp-pagenavi a.previouspostslink,
    .wp-pagenavi a.nextpostslink {width:20px}
    .wp-pagenavi .first,
    .wp-pagenavi .last{padding:23px 4px;margin: 0 ;font-size: 11px}
    .wp-pagenavi .extend{padding-top:18px;margin: 0 ;}
}

/*------------------------------- info　詳細 ------------- --------------------*/
.newopen_single{
    width: 1200px;
    margin: 0 auto 150px;
    position: relative}
@media only screen and (max-width: 1400px) {
    .newopen_single{
        width: calc(100% - 160px);
        margin: 0 auto 150px}
}
@media only screen and (max-width: 767px) {
    .newopen_single{
        width: 90%;
        margin: 0 auto 80px}
}

.store_single_img{width: 48%}
.store_single_img img{
    border-top-right-radius:40px;
    margin-bottom: 8px}
.store_single_cap{
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px}

.store_single_main{width: 46%}
.single_cateBar{
    box-sizing:content-box;
    background: #ff8c82;
    color: #fff;
    border-top-right-radius:20px;
    border-bottom-right-radius: 20px;
    line-height:1;
    font-size:  16px;
    padding:6px 20px 5px 10px;
    margin-bottom: 25px;
    display: inline-block;
    font-family: 'TTC',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif}
.single_cateBar span{
    display: inline-block;
    font-size: 13px;
    line-height:1;
    padding:0 0 0 8px;
    margin: -2px 0 0 8px;
    border-left:1px solid #fff}

.store_single_date{
    display: inline-block;
    margin-left: 15px;
    font-family: 'TTC',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #ff8c82}

h3.store_single_h3{
    letter-spacing: 0.03em;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom:6px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ff8c82}

.store_single_header{
    letter-spacing: 0.02em;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 10px}
.store_single_body{
    text-align: justify;
    font-size: 16px;
    margin-bottom: 80px}
@media only screen and (max-width: 767px) {
    .store_single_img{width: 100%;margin-bottom: 30px}
    .store_single_main{width: 100%}
    h3.store_single_h3{font-size: 24px}
    .store_single_body{margin-bottom: 50px}
}

/* ピックアップ */
.store_picup{
    font-size: 14px;
    position: relative;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 70px;
    background: #ffe8e6}
.store_picup:after{
    content: '';
    position: absolute;
    left:calc(50% - 28px);
    bottom:-28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ffe8e6}
.store_picup h4{
    position: absolute;
    top:-15px;
    left:30px;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    display: inline-block;
    background: #fff;
    border: 1px solid #333;
    padding:4px 10px;
    line-height: 1;
    font-size: 22px;
    font-family: 'TTC';
    font-weight: 700}
.tore_picup_img{
    float: right;
    margin-left:10px;
    width: 37%}
@media only screen and (max-width: 767px) {
    .store_picup{
        margin-bottom: 50px;
        padding: 30px}
    .store_picup:after{
        position: absolute;
        left:calc(50% - 20px);
        bottom:-20px;
        width: 40px;
        height: 40px}
    .store_picup h4{font-size: 18px}
    .tore_picup_img{
        width: 100%;
        max-width: 400px;
        margin:15px auto 0}
}

.cpn_btn a{
    display: block;
    background-color: #ff8c81;
    border: 0;
    border-radius: 25px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

/* 店舗データ */
.store_data{
    word-break: break-all;
    letter-spacing: 0.02em;
    margin-bottom:100px}
.store_data h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px}
.store_data dl{
    font-size: 15px;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between}
.store_data dl:nth-of-type(1){border-top: 1px solid #e6e6e6;}
.store_data dt{
    width: 20%;
    padding:12px 0;
    font-weight: 700}
.store_data dd{
    width: 80%;
    padding:12px 0}

.store_btn{margin-bottom: 20px;}
.store_btn ul{
    width: 100%;
}
.store_btn ul li{
    margin-bottom: 10px;
}
.store_btn ul li a{
     width: 100%;
     display: block;
     border-radius: 25px;
     box-sizing: border-box;
     background-color: #ff8c81;
     padding: 10px;
     color:#ffffff;
     text-align: center;
}

.store_sns{margin-bottom: 100px;}
.store_sns ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.store_sns ul li{
    width: 48%;
    margin-bottom: 10px;
}
.store_sns ul li a{
    width: 100%;
    display: block;
    border-radius: 25px;
    border: 1px solid #ff8c81;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}
.store_sns::after{
    content: "";
    display: block;
    width: 48%;
    height: 0;
}

.store_map{
    width: 100%;
    max-width: 1200px}

    .shop_gmap{
      width: 100%;
      max-width: 1200px;
      height: 320px;
      margin-bottom: 20px;
      }

      
.store_map h3{
    text-align: center;
    margin-bottom: 25px;
    font-family: 'TTC';
    font-size: 22px;
    font-weight: 700}
.store_map iframe{
    width: 100%;
    height: 320px}

@media only screen and (max-width: 767px) {
    .store_data{margin-bottom:50px}
    .store_data h5{font-size: 18px}
    .store_data dl.pc{display: none;}
    .store_data dt{
        width: 100%;
        padding:12px 0 6px}
    .store_data dd{
        width: 100%;
        padding:0px 0 12px}
    .store_map iframe{height: 240px}
}



 /*   詳細ページのリスト  */
.store_foot_area{
    padding-top:100px;
    margin: 100px 0 80px;
    border-top:1px solid #ccc}
.store_foot_area h4{
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700}
.store_foot_list li{width: 23% ; line-height: 1.4}
.store_foot_list:before,
.store_foot_list:after{content:"";
    display:block;
    width:24%;
    height:0}
.store_foot_list:before{order:1}

@media only screen and (max-width: 767px) {
    .store_foot_area{
        padding-top:60px;
        margin: 70px 0 50px }
    .store_foot_area h4{
        /*margin-bottom: 30px;*/
        font-size: 20px}
    .store_foot_list li{
        margin-bottom: 20px;
        width: 48%}
}


/*  MK  */
.mk .pagettl_type1 h2,
.mk .archive_date,
.mk .store_single_date { color:#3EAAE5}
.mk .pagettl_type1 h2:before,
.mk .archive_cateBar,
.mk .single_cateBar{background:#3EAAE5}
.mk h3.store_single_h3 {border-bottom: 1px solid #3EAAE5}

.mk .swiper-container2{border-bottom:2px solid #3EAAE5}
.mk .swiper-wrapper li{
    border-top:2px solid #3EAAE5;
    border-left:1px solid #3EAAE5;
    border-right:1px solid #3EAAE5}
.mk .swiper-wrapper li:first-child{border-left:2px solid #3EAAE5}
.mk .swiper-wrapper li:last-child{border-right:2px solid #3EAAE5}
.mk .swiper-wrapper li a:before{color:#3EAAE5}
.mk .swiper-wrapper li a.current:before{color:#fff}
.mk .swiper-wrapper li a:hover{background:#F0F8FD}
.mk .swiper-wrapper li a.current:hover,
.mk .swiper-wrapper a.current{background:#3EAAE5}
.mk #tax2 .current-cat a,
.mk #tax2 a.current {color:#3EAAE5}
.mk .store_tag_list li.current-cat a{background:#f0f0f0}
.mk .store_tag_list li a:hover {background:#3EAAE5}
.mk .cate_area .current-cat-parent a{color:#3EAAE5;font-weight: 700}
