@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}
@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;}
}

/* ページタイトル */
.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}

@media only screen and (max-width: 767px) {
    .pagettl_type1 h2{font-size: 40px}
    .pagettl_type1 h2 span{font-size: 14px;}
    .pagettl_sub{width: 90%;margin: 0 auto;margin-bottom: 30px}
}

/*----------------------- 店舗 ---------------------------*/
/* カテゴリー　タブ */
.swiper-container2{
    border-bottom:2px solid #ff8c82;
    margin-bottom: 50px}
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,
    #tab-ctrl6:checked ~ .swiper-container2 ul li label#tab-label6,
    #tab-ctrl7:checked ~ .swiper-container2 ul li label#tab-label7,
    #tab-ctrl8:checked ~ .swiper-container2 ul li label#tab-label8{
       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,
    #tab-ctrl6:checked ~ .swiper-container2 ul li label#tab-label6 span,
    #tab-ctrl7:checked ~ .swiper-container2 ul li label#tab-label7 span,
    #tab-ctrl8:checked ~ .swiper-container2 ul li label#tab-label8 span{
        color:#fff}
/* taxonomy-のカテゴリータブのカレント表示 */
.store_tab_set li.current-cat a,
.term-gourmet a.gourmet,
.term-beauty a.beauty,
.term-skillup a.skillup,
.term-housing a.housing,
.term-carlife a.carlife,
.term-lifestyle a.lifestyle,
.term-help a.help,
.term-gourmet a.gourmet span,
.term-beauty a.beauty span,
.term-skillup a.skillup span,
.term-housing a.housing span,
.term-carlife a.carlife span,
.term-lifestyle a.lifestyle span,
.term-help a.help 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,
    #tab-ctrl6:checked ~ #panels article#panel_6,
    #tab-ctrl7:checked ~ #panels article#panel_7,
    #tab-ctrl8:checked ~ #panels article#panel_8{
        height: initial;
        opacity: 1}

/* タクソノミーのページ */
.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 2px ;
        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_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:0}
    .swiper-scrollbar{height: 5px;margin-bottom:40px;}
}


/* タグ　*/
.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: 10px 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_list li{margin:10px 5px}
}


/* 店舗　リスト　*/
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: 4px;
	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;
    padding-top:20px!important}
.archive_cateBar{
    box-sizing:content-box;
    position: absolute;
    top:-20px;
    background: #ff8c82;
    color: #fff;
    border-top-right-radius:20px;
    border-bottom-right-radius: 20px;
    line-height:1;
    font-size:  16px;
    padding:9px 20px 8px 10px;
    display: inline-block;
    font-family: 'TTC',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    }
.cateBar.gourmet:after{ content: "GOURMET"}
.cateBar.other:after{ content: "OTHER"}
.cateBar.gourmetbeauty:after{ content: "GOURMET / BEAUTY"}
.cateBar.gourmetlifestyle:after{ content: "GOURMET / LIFE STYLE"}
.cateBar.gourmetskillup:after{ content: "GOURMET / SKILLUP"}
.cateBar.gourmethelp:after{ content: "GOURMET / HELP"}
.cateBar.gourmetcarlife:after{ content: "GOURMET / CAR LIFE"}
.cateBar.gourmethousing:after{ content: "GOURMET / HOUSING"}
.cateBar.beauty:after{ content: "BEAUTY"}
.cateBar.beautylifestyle:after{ content: "BEAUTY / LIFE STYLE"}
.cateBar.beautyskillup:after{ content: "BEAUTY / SKILLUP"}
.cateBar.beautyhelp:after{ content: "BEAUTY / HELP"}
.cateBar.beautycarlife:after{ content: "BEAUTY / CAR LIFE"}
.cateBar.beautyhousing:after{ content: "BEAUTY / HOUSING"}
.cateBar.skillup:after {content: "SKILLUP";}
.cateBar.skilluphousing:after {content: "SKILLUP / HOUSING";}
.cateBar.skillupcarlife:after {content: "SKILLUP / CAR LIFE";}
.cateBar.skilluplifestyle:after{ content: "SKILLUP / LIFE STYLE"}
.cateBar.skilluphelp:after {content: "SKILLUP / HELP";}
.cateBar.housing:after{ content: "HOUSING";}
.cateBar.housingcarlife:after{ content: "HOUSING / CAR LIFE";}
.cateBar.housinglifestyle:after{ content: "HOUSING / LIFE STYLE"}
.cateBar.housinghelp:after{ content: "HOUSING / HELP";}
.cateBar.carlife:after{ content: "CAR LIFE"}
.cateBar.carlifelifestyle:after{ content: "CAR LIFE / LIFE STYLE"}
.cateBar.carlifehelp:after{ content: "CAR LIFE / HELP"}
.cateBar.lifestyle:after{ content: "LIFE STYLE"}
.cateBar.lifestylehelp:after{ content: "LIFE STYLE / HELP"}
.cateBer.help:after{ content: "HELP";}
.gourmet:after,
.gourmetbeauty:after,
.gourmetlifestyle:after,
.gourmetskillup:after,
.gourmethelp:after,
.gourmetcarlife:after,
.gourmethousing:after,
.beauty:after,
.beautylifestyle:after,
.beautyskillup:after,
.beautyhelp:after,
.beautycarlife:after,
.beautyhousing:after,
.skillup:after,
.skilluphousing:after,
.skillupcarlife:after,
.skilluplifestyle:after,
.skilluphelp:after,
.housing:after,
.housingcarlife:after,
.housinglifestyle:after,
.housinghelp:after,
.carlife:after,
.carlifelifestyle:after,
.carlifehelp:after,
.lifestyle:after,
.lifestylehelp:after,
.cateBer.help:after{
    margin-left: 5px;
    padding:4px;
    border: 1px solid #ff8c82;}
.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{
    font-size: 18px;font-weight: 700;margin-bottom: 6px}
.archive_txt{
    height: 48px;
    overflow: hidden;
    font-size: 15px}

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

/* プラグイン　ページナビ用 */
.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;
	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{}
    .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}
}

/* 店舗データ */
.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_map{
    width: 100%;
    max-width: 1200px}
.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 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%}
.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%}
}
fieldset{
  border: none;
  width: 100%;
}
