@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
strong{
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}


/***/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font-size: 10px;
}

body{
	font-family: 'Roboto', NotoSansJP, sans-serif;
	font-size: 16px;
	font-weight: 200;
}

#saleAndSale{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.4rem;
}

a{
	color: inherit;
	text-decoration: none;
	transition: opacity .3s;
}

a:hover{
	opacity: .7;
}

ul{
	list-style: none;
}

img , iframe{
	max-width: 100%;
	vertical-align: middle;
}

table{
    border-collapse: collapse;
}

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.contentIn{
	width: 1020px;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.flexBox{
	display: flex;
}

.i_flex{
	display: inline-flex;
}

.ai_c{
	align-items: center;
}

.ai_fs{
	align-items: flex-start;
}

.ai_fe{
	align-items: flex-end;
}

.ai_s{
    align-items: stretch;
}

.jc_sb{
	justify-content: space-between;
}

.jc_sa{
	justify-content: space-around;
}

.jc_c{
	justify-content: center;
}

.jc_fe{
	justify-content: flex-end;
}

.fw_wp{
    flex-wrap: wrap;
}

.flexL{
	order: 1;
}

.flexC{
	order: 2;
}

.flexR{
	order: 3;
}

.va_m{
	vertical-align: middle;
}

.txa_c{
	text-align: center;
}

.txa_r{
	text-align: right;
}

.txa_l{
	text-align: left;
}

.fwB{
    font-weight: bold;
}

.youtubeWrap{
    position: relative;
    width: 100%;
    padding-top: 56.25%;;
}

.youtubeWrap iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.SmoothScroll_pageTop{
    text-align:right;
    position: fixed;
    bottom: 3%;
    right: 5%;
    display: none;
	z-index: 901;
}
.SmoothScroll_pageTop a{
	width:120px;
    height:120px;
    display:inline-block;
    background-color:rgba(37, 169, 164, 1.0);
    padding:0;
    margin:10px 0;
    color:#FFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	text-align:center;
}
.SmoothScroll_pageTop a:hover{
    background-color:rgba(37, 169, 164, 0.6);
}

.SmoothScroll_pageTop a img{
        width: 20px;
	    height: 20px;
	    margin: 25px auto 0;
}
.SmoothScroll_pageTop a span{
        display:block;
	    line-height: 1.2;
	    font-size: 16px;
	    text-align: center
}


.slide-menu {
    width: 44px;
    display: block;
    /*transition-duration: 0.5s;*/
}

.zdo_drawer_nav_wrapper .slide-menu {
    width: 44px;
    display: block;
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 99999;
}

.zdo_drawer_nav_wrapper {
    background: #25A9A4;
    box-shadow: none;
	padding: 15px 25px 25px 25px;
}

.zdo_drawer_nav_wrapper ul.g_nav{
	width: 100%;
	margin-bottom: 15px;
}

.zdo_drawer_nav_wrapper ul.g_nav li{
	width: 100%;
	border-bottom: 1px solid #FFF;
}

.zdo_drawer_nav_wrapper ul.g_nav li a{
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.2;
}

.zdo_drawer_nav_wrapper ul.g_nav li a span{
	display: inline-block;
	width: 30px;
	margin-right: 0.5em;
	line-height: 0;
}

.zdo_drawer_nav_wrapper a.sub_nav{
	display: block;
	color: #FFF;
	line-height: 1.2;
	margin-bottom: 8px;
}

.zdo_drawer_nav_wrapper ul.sns_nav{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}

.zdo_drawer_nav_wrapper ul.sns_nav li{
	width: 42px;
	padding: 0 6px;
}

.search_box .LR a {
	transition-duration: initial;
}

.accordion {text-align: center;}
.accordion .inner {
	display: none;
	position: absolute;
	top: 40px;
	left: -10px;
	z-index: 99;
	background: #FFF;
	padding: 10px;
}
.accordion .inner li{
	width: 100%;
	display: block;
	padding: 2px 5px 2px 0!important;
}

.accordion .inner li a{
	width: 240px;
    height: 39px;
    font-size: 14px;
    display: block;
    padding: 8px 8px 8px 25px;
    border: 1px solid #666;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
	color: #333;
}

.accordion .ac1 span img,
.accordion .ac2 span img{
	width: 12px!important;
    height: 8px!important;
}

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}


/*==================================

全ページ共通CSS

==================================*/

.ttlStyle01{
	margin: 2em 0;
	color: #25A9A4;
	font-size: 2.4rem;
	font-weight: bold;
    text-align: center;
}

.ttlStyle01 .txt_s{
    display: block;
	font-size: 1.6rem;
    font-weight: 700;
    color: #808080;
    line-height: 1.2em;
    margin-bottom: 12px;
}

.listStyle01 > li{
	display: flex;
	align-items: center;
}

.listStyle01 > li:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin-right: 3px;
	background: #fff;
	border-radius: 50%;
}

/*==================================

セール＆セール

==================================*/

#saleAndSale table th{
	vertical-align: middle;
}

.salebanner {
	margin-top: 80px;
}
.saleCatBtn{
	margin: 3.5% 0 6%;
}

.saleCatBtn > li{
	position: relative;
	flex-basis: 20%;
	margin: 70px 1.5% 0;
	cursor: pointer;
}

.saleCatBtn > li.active{
	flex-basis: 22%;	
}

.saleCatBtn > li:not(.active):hover{
	opacity: .7;
}

.saleCatBtn > li.active:before{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	display: block;
	height: 65px;
	transform: translateY(-100%);
}

.saleCatBtn.blu > li.active:before{
	background: url("../images/active_blu.png") no-repeat center center / contain;
}

.saleCatBtn.mer > li.active:before{
	background: url("../images/active_mer.png") no-repeat center center / contain;
}

/*.saleCatBtn > li:first-of-type{
	margin-left: 0;
}

.saleCatBtn > li:last-of-type{
	margin-right: 0;
}*/

.shopAbout > *{
	position: relative;
}

.shopAbout > *:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0%;
	right: 0%;
	z-index: -1;
	display: block;
	width: 30vw;
	height: 30vw;
	margin: 0 auto;
	border-radius: 50%;
	transform: translate(20%, -60%);
}

.shopAbout .shopInfoList{
	position: relative;
	z-index: 1;
	width: 95%;
	margin: 0 auto;
}

.cat-switch.shopAbout .shopInfoList > li:not(.active){
	display: none;
}

.shopInfoList:after{
	content: '';
	flex-basis: 31%;
}

.shopInfoList > li{
	position: relative;
	flex-basis: 30.5%;
	max-width: 30.5%;
    margin: 2% 0;
	background: #fff;
	border: 4px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}

.shopInfoList > li.cat_shop-fashion{
	border-color: #e57aad;
}

.shopInfoList > li.cat_shop-goods{
	border-color: #94b745;
}

.shopInfoList > li.cat_shop-foods{
	border-color: #f29d36;
}

.shopInfoList > li.cat_shop-serviceCulture{
	border-color: #51aad8;
}

/*.shopAbout .shopInfoList:after{
	content: '';
	flex-basis: 31%;
	min-height: 200px;
	background: url("../images/blumer_img01.png") no-repeat center center / contain;
}*/

.bazaarAbout .bazaar_bg:after{
	content: '';
	flex-basis: 31%;
	min-height: 200px;
	background: url("../images/blumer_img02.png") no-repeat center center / contain;
}

.shopInfoList > *:first-of-type ,
.shopInfoList > *:nth-of-type(3n+1){
	margin-left: 0;
}

.shopInfoList > *:last-of-type ,
.shopInfoList > *:nth-of-type(3n){
	margin-right: 0;
}

.shopInfoList > li:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	height: 8px;
}

.shopInfoList > li > .shopBoxIn{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.shopInfoList > li .shopT{
    display: flex;
	flex-direction: column;
    justify-content: flex-start;
    flex-basis: 100%;
	width: 100%;
	padding: 0 1.2em;
}

.shopInfoList > li .shopT .shopLogo{
	display: flex;
	align-items: center;
	flex-shrink: 0;
	justify-content: center;
	height: 80px;
	padding: .5em;
}

.shopInfoList > li .shopT .shopLogo img{
	width: auto;
	max-height: 100%;
}

.shopInfoList > li .shopName{
	flex-shrink: 0;
	width: 100%;
	padding: .6em 1em;
	font-size: 1.6rem;
}

.shopInfoList > li.cat_shop-fashion .shopName{
	background: #f5e4ec;
}

.shopInfoList > li.cat_shop-serviceCulture .shopName{
	background: #d4e7f4;
}

.shopInfoList > li.cat_shop-goods .shopName{
	background: #ecf3d0;
}

.shopInfoList > li.cat_shop-foods .shopName{
	background: #f7e8ca;
}

.shopInfoList > li .shopName p.txa_l{
	line-height: 1.4em;
}

.shopInfoList > li .shopName > span {
	display: block;
	flex-shrink: 0;
	width: 2.8em;
	margin-right: .8em;
	color: #fff;
	line-height: 2.8em;
	border-radius: 50%;
}

.shopInfoList > li .shopCategory > li{
	display: inline-flex;
	position: relative;
	margin: .5em .5em .5em 0;
	color: #fff;
	font-size: 13px;
	line-height: 1.5em;
}

.shopInfoList > li .shopCategory > li:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 100%;
}

.shopAbout .shopInfoList > li .shopCategory > li.cat-fashion:before,
.bazaarAbout .shopInfoList > li .shopCategory > li.cat-fashion:before{
	background: url("../images/catBefore_pink.png") no-repeat center right / contain;
}

.shopAbout .shopInfoList > li .shopCategory > li.cat-goods:before,
.bazaarAbout .shopInfoList > li .shopCategory > li.cat-goods:before{
	background: url("../images/catBefore_green.png") no-repeat center right / contain;
}

.shopAbout .shopInfoList > li .shopCategory > li.cat-foods:before,
.bazaarAbout .shopInfoList > li .shopCategory > li.cat-foods:before{
	background: url("../images/catBefore_yellow.png") no-repeat center right / contain;
}

.shopAbout .shopInfoList > li .shopCategory > li.cat-serviceCulture:before,
.bazaarAbout .shopInfoList > li .shopCategory > li.cat-serviceCulture:before{
	background: url("../images/catBefore_blue.png") no-repeat center right / contain;
}

.shopInfoList > li .shopCategory > li span{
	display: inline-block;
	height: 18px;
	padding: 0 1em 0 .5em;
	border-radius: 0 3px 3px 0;
	white-space: nowrap;
}

.shopInfoList > li .saleAbout{
	display: flex;
	flex-basis: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
    max-width: 100%;
	padding: 1em 0;
	font-family: 'Noto Sans JP',"游ゴシック体", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	text-align: left;
	word-break: break-all;
}

.shopInfoList > li .saleAbout > .txt_s{
	font-size: 1.2rem;
}

.txc_red01{
	color: #ef0000;
}

.shopInfoList > li .saleAbout .saleTxt{
	
	font-size: 2.5rem;
}


	
	.shopInfoList > li .saleAbout .saleTxt03{
		font-size: 3.2rem;
		line-height: 1.2em;
	}
	
	.shopInfoList > li .saleAbout .saleTxt03 .txt_s{
		font-size: 1.8rem;
		line-height: 1.2em;
	}

/*.shopInfoList > li .saleAbout .offTxt {
	color: #ef0000;
	font-size: 3.5rem;
	font-weight: normal;
}

.shopInfoList > li .saleAbout .offTxt .txt_s{
	font-size: 2rem;
}*/

.shopInfoList > li .saleAbout .priceTxt {
	color: #ef0000;
	font-size: 4.6rem;
	line-height: 1em;
	font-weight: normal;
}

.shopInfoList > li .saleAbout .priceTxtS{
	color: #ef0000;
	font-size: 3.6rem;
	line-height: 1em;
	font-weight: normal;
}

.price_s {
	font-size: 2rem;
	color: #6e6e6e;
}

.shopInfoList > li .saleAbout .priceTxt .txt_s {
	font-size: 3rem;
}

.shopInfoList > li .saleAbout .priceTxtS .txt_s{
	font-size: 2.4rem;
}

.shopInfoList > li .saleAbout .saleTxt .txt_s{
	font-size: 2rem;
}

.shopInfoList > li .saleAbout .saleTxt02{
	font-size: 1.8rem;
}

.shopInfoList > li .saleAbout dl dt{
	margin-right: 1em;
	font-size: 1.6rem;
	line-height: 1.4em;
	max-width: 145px;
}

.shopInfoList > li .saleAbout .txt_s{
	font-size: 1.2rem;
	font-weight: normal;
}

.shopInfoList .txt_red {
	color: #ef0000;
}

.shopInfoList .txt_black {
	color: black;
}

.shopInfoList > li .saleAbout dl dd{
	color: #ef0000;
	font-size: 2.8rem;
	font-family: 'Noto Sans JP',"游ゴシック体", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: normal;
	line-height: 1em;
	text-align: right;
}

.shopInfoList > li .saleAbout dl dd .txt_s{
	font-size: 2rem;
	line-height: 1em;
}

.shopAbout .shopInfoList > li .notes,
.bazaarAbout .shopInfoList > li .notes{
	max-width: 100%;
}

.shopAbout .shopInfoList > li .btnStyle01,
.bazaarAbout .shopInfoList > li .btnStyle01{
	position: relative;
	display: inline-block;
	margin-top: 5px;
	padding: 10px 30px;
	color: #fff;
	border-radius: 100px;
	transition: .3s;
}

.shopAbout .shopInfoList > li .btnStyle01:hover,
.bazaarAbout .shopInfoList > li .btnStyle01:hover
{
	opacity: .8;
}

.shopAbout .shopInfoList > li .btnStyle01:after,
.bazaarAbout .shopInfoList > li .btnStyle01:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg)translateY(-50%);
}

.shopAbout .shopInfoList > li .btnStyle01 img{
	display: block;
}

/*.shopAbout #list_shop-fashion:after{
	background: url("../images/bk_stripe_pink.png") repeat center center;
}

.shopAbout #list_shop-goods:after{
	background: url("../images/bk_stripe_blue.png") repeat center center;
}

.shopAbout #list_shop-foods:after{
	background: url("../images/bk_stripe_green.png") repeat center center;
}

.shopAbout #list_shop-serviceCulture:after{
	background: url("../images/bk_stripe_yellow.png") repeat center center;
}*/


.shopAbout #list_shop-fashion .shopInfoList > li .shopImg:after ,
.shopAbout #list_shop-fashion .shopInfoList > li .shopName > span ,
.shopAbout .shopInfoList > li .shopCategory > li.cat-fashion span ,
.shopAbout #list_shop-fashion .shopInfoList > li .btnStyle01,
.bazaarAbout .shopInfoList > .cat_shop-fashion .shopImg:after ,
.bazaarAbout .shopInfoList > .cat_shop-fashion .shopName > span ,
.bazaarAbout .shopInfoList > .cat_shop-fashion .shopCategory > .cat-fashion span ,
.bazaarAbout .shopInfoList > .cat_shop-fashion .btnStyle01{
	background: url("../images/texture01_pink.jpg") no-repeat center center / cover;	
}



.bazaarAbout #list_shop-goods .shopInfoList > li .shopImg:after ,
.bazaarAbout #list_shop-goods .shopInfoList > li .shopName > span ,
.bazaarAbout .shopInfoList > li .shopCategory > li.cat-goods span ,
.bazaarAbout #list_shop-goods .shopInfoList > li .btnStyle01,
.shopAbout #list_shop-goods .shopInfoList > li .shopImg:after ,
.shopAbout #list_shop-goods .shopInfoList > li .shopName > span ,
.shopAbout .shopInfoList > li .shopCategory > li.cat-goods span ,
.shopAbout #list_shop-goods .shopInfoList > li .btnStyle01 ,
.bazaarAbout .shopInfoList > .cat_shop-goods .shopImg:after ,
.bazaarAbout .shopInfoList > .cat_shop-goods .shopName > span ,
.bazaarAbout .shopInfoList > .cat_shop-goods .shopCategory > .cat-goods span ,
.bazaarAbout .shopInfoList > .cat_shop-goods .btnStyle01{
	background: url("../images/texture01_green.jpg") no-repeat center center / cover;	
}

.shopAbout #list_shop-foods .shopInfoList > li .shopImg:after ,
.shopAbout #list_shop-foods .shopInfoList > li .shopName > span ,
.shopAbout .shopInfoList > li .shopCategory > li.cat-foods span ,
.shopAbout #list_shop-foods .shopInfoList > li .btnStyle01 ,
.bazaarAbout .shopInfoList > .cat_shop-foods .shopImg:after ,
.bazaarAbout .shopInfoList > .cat_shop-foods .shopName > span ,
.bazaarAbout .shopInfoList > .cat_shop-foods .shopCategory > .cat-foods span ,
.bazaarAbout .shopInfoList > .cat_shop-foods .btnStyle01{
	background: url("../images/texture01_yellow.jpg") no-repeat center center / cover;	
}


.shopAbout #list_shop-serviceCulture .shopInfoList > li .shopImg:after ,
.shopAbout #list_shop-serviceCulture .shopInfoList > li .shopName > span ,
.shopAbout .shopInfoList > li .shopCategory > li.cat-serviceCulture span ,
.shopAbout #list_shop-serviceCulture .shopInfoList > li .btnStyle01 ,
.bazaarAbout .shopInfoList > .cat_shop-serviceCulture .shopImg:after ,
.bazaarAbout .shopInfoList > .cat_shop-serviceCulture .shopName > span ,
.bazaarAbout .shopInfoList > .cat_shop-serviceCulture .shopCategory > .cat-serviceCulture span ,
.bazaarAbout .shopInfoList > .cat_shop-serviceCulture .btnStyle01{
	background: url("../images/texture01_blue.jpg") no-repeat center center / cover;	
}

.shopInfoList > *[class*="cat_shop-"] .shopLogo{
	border-bottom-width: 6px;
	border-bottom-style: solid;
}

.shopInfoList > .cat_shop-fashion .shopLogo{
	-moz-border-image: url(../images/border_dotted_pink.png) 27 repeat;
	-webkit-border-image: url(../images/border_dotted_pink.png) 27 repeat;
	-ms-border-image: url(../images/border_dotted_pink.png) 27 repeat;
	border-image: url(../images/border_dotted_pink.png) 27 repeat;
}

.shopInfoList > .cat_shop-goods .shopLogo{
	-moz-border-image: url(../images/border_dotted_green.png) 27 repeat;
	-webkit-border-image: url(../images/border_dotted_green.png) 27 repeat;
	-ms-border-image: url(../images/border_dotted_green.png) 27 repeat;
	border-image: url(../images/border_dotted_green.png) 27 repeat;
}

.shopInfoList > .cat_shop-foods .shopLogo{
	-moz-border-image: url(../images/border_dotted_orange.png) 27 repeat;
	-webkit-border-image: url(../images/border_dotted_orange.png) 27 repeat;
	-ms-border-image: url(../images/border_dotted_orange.png) 27 repeat;
	border-image: url(../images/border_dotted_orange.png) 27 repeat;
}

.shopInfoList > .cat_shop-serviceCulture .shopLogo{
	-moz-border-image: url(../images/border_dotted_blue.png) 27 repeat;
	-webkit-border-image: url(../images/border_dotted_blue.png) 27 repeat;
	-ms-border-image: url(../images/border_dotted_blue.png) 27 repeat;
	border-image: url(../images/border_dotted_blue.png) 27 repeat;
}

.bazaar {
	margin-top: 180px;
    padding: 80px 0 40px;
    background: url("../images/winter_bk.jpg") no-repeat top center / cover;
}

.bazaar .bazaarAbout{
    margin-bottom: 40px;
}

.bazaar_area {
	margin-top: 70px;
	padding-bottom: 10px;
}

#graydisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%!important;
  height: 100%;
  background: rgba(0,0,0,0.45);
	z-index: 999;
}
#graydisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 85%;
  max-height: 85%;
}



/*==================================

下層ページ共通CSS

==================================*/

/*==================================

下層ページ:ページ名

==================================*/


/*==================================

@media screen PC

==================================*/

@media screen and (min-width:769px){
    
	.spOnly,
    .sp{
		display: none !important;
	}

	header .globalNav{
		display: block !important;
	}
	
	body{
		min-width: 1200px;
	}
    
    

/*==================================

ヘッダー

==================================*/

header{
		width: 100%;
		min-width: 1100px;
		border-top: 5px solid #25A9A4;
		position: fixed;
		top: 0;
		z-index: 9990;
	}
	
	header div.header_inner{
		width: 100%;
		min-width: 1100px;
		border-bottom: 1px solid #25A9A4;
		padding-top: 20px;
		padding-bottom: 15px;
		position: relative;
		background: rgba(255,255,255,0.95);
	}
	
	header div.header_inner h1{
		width: 186px;
		position: absolute;
		top: 10px;
		left: -webkit-calc(50% - 93px);
		left: -moz-calc(50% - 93px);
		left : calc(50% - 93px);
	}
	
	header div.header_inner ul{
		width: 1000px;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	header div.header_inner ul li{
		display: inline-block;
	}
	
	header div.header_inner ul li ul.h_nav{
		width: auto!important;
		display: inline-block!important;
		padding-top: 25px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: flex-end;
	}
	
	.zdo_drawer_menu nav ul.serch_nav{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: flex-end;
	}
	
	header div.header_inner ul li ul.h_nav li,
	.zdo_drawer_menu nav ul.serch_nav li{
		display: inline-block;
		margin-left: 5px;
		position: relative;
	}
	
	.zdo_drawer_menu nav ul.serch_nav li{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}
	
	header div.header_inner ul li ul.h_nav li a,
	.zdo_drawer_menu nav ul.serch_nav li a{
		width: 30px;
		display: inline-block;
	}
	
	li.form_wrap span{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	/*a.form_wrap a {
		vertical-align: top;
		display: inline-block;
	}*/
	
	header form#siteSearch{
		display: inline-block;
		margin-right: 0;
		position: relative;
		transition: .3s;
	}
	
	#siteSearch02 {
		display: inline-block;
	}
	
	header form#siteSearch.serch_open,
	.zdo_drawer_menu form#siteSearch02.serch_open{
		width: auto;
		margin-right: 10px;
	}
	
	input.serch_input,
	.zdo_drawer_menu form#siteSearch02 input.serch_input{
		width: 0px;
		transition: .3s;
		border: none;
		font-size: 1.2rem;
		border-bottom: 0 solid #ccc;
		margin: 0;
		padding: 0;
		background:rgba(255,255,255,0.0);
	}
	
	header form#siteSearch.serch_open input.serch_input{
		width: 150px !important;
		-webkit-transition: .3s;
		transition: .3s;
		border-bottom: 1px solid #ccc;
		margin: 0;
		background:rgba(255,255,255,0.0);
	}
	
	.zdo_drawer_menu form#siteSearch02.serch_open input.serch_input{
		width: 140px !important;
		-webkit-transition: .3s;
		transition: .3s;
		border-bottom: 1px solid #FFF;
		padding: 2px;
		/*background-color: rgba(255,255,255,0.3);*/
	}
	
		.zdo_drawer_menu form#siteSearch02 input::placeholder {
			color: #FFF;
		}
		.zdo_drawer_menu form#siteSearch02 input:-ms-input-placeholder {
			color: #FFF;
		}
		.zdo_drawer_menu form#siteSearch02 input::-ms-input-placeholder {
			color: #FFF;
		}
	
	#searchsubmit input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
	}
	
	#searchsubmit02 input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #25A9A4 inset;
	}
	
	#searchsubmit{
		border: none;
		display: none;
		position: absolute;
		padding: 0 0 0 8px;
		color: #000;
		vertical-align: middle;
		text-decoration: none;
		font-size: 15px;
		background-image: url(../images/arrow_right_b.png);
		background-repeat: no-repeat;
		background-size: 8px 12px;
		background-color: transparent;
		top: 5px;
		right: 0;
		cursor: pointer;
	}
	
	#searchsubmit02{
		border: none;
		display: none;
		position: absolute;
		padding: 0 0 0 16px;
		color: #000;
		vertical-align: middle;
		text-decoration: none;
		font-size: 15px;
		background-image: url(../images/arrow_right.png);
		background-repeat: no-repeat;
		background-size: 8px 12px;
		background-color: transparent;
		top: 7px;
		right: 2px;
		cursor: pointer;
	}
	
	header form#siteSearch.serch_open #searchsubmit,
	.zdo_drawer_menu form#siteSearch02.serch_open #searchsubmit02{
		display:block;
	}
	
	header nav{
		background: rgba(255,255,255,0.95);
		border-bottom: 1px solid #25A9A4;
	}
	
	header ul.g_nav{
		width: 668px;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
		align-items: flex-end;
	}
	
	header ul.g_nav li{
		padding-top: 15px;
		padding-bottom: 25px;
		display: inline-block;
		text-align: center;
		line-height: 0;
		position: relative;
		overflow: hidden;
	}
	
	header ul.g_nav li.active{
		background: url(../images/active_bg.png) repeat-x bottom;
		background-size: 8px 5px;
	}
	
	header ul.g_nav li span{
		width: 34px;
		font-size: 10px;
		display: block;
		color: #FFF;
		background: #ff0000;
		padding: 2px 6px 1px;
		line-height: 1.2;
		position: absolute;
		top:0;
		left: -webkit-calc(50% - 17px);
		left: -moz-calc(50% - 17px);
		left : calc(50% - 17px);
	}
	
	header ul.g_nav li a{
		display: block;
		text-align: center;
		color: #25A9A4;
	}
	
	header ul.g_nav li a div.icon{
		width: 52px;
		height: 48px;
		overflow: hidden;
		margin: 0 auto;
		line-height: 0;
		transition-duration: 0.5s;
	}
	
	header ul.g_nav li a div.icon.slideup{
		margin-top: -52px;
		opacity: 0;
	}
	
	header ul.g_nav li a h2{
		font-size: 16px;
		line-height: 1.2;
		padding-top: 8px;
		margin-bottom: 3px;
	}
	
	header ul.g_nav li a p{
		font-size: 10px;
		line-height: 1.2;
		color: #808080;
		font-weight: 700;
	}
	
	header div.dot {
		height: 6px;
		background: url(../images/bg_dot_g.png) repeat;
		background-size: 8px 8px;
	}
	
	.site-header{
		background: rgba(255,255,255,0.8);
		padding: 20px;
		position: fixed;
		top: 0;
		transition: .5s;
		width: 100%;
		z-index: 999;
	}
	
	.site-header.hide{
		transform: translateY(-100%);
	}

    
    /*  footer検索 */
    
	div.shop_search {
		width: 100%;
		background: url(../images/bg_dot_gr.png) repeat;
		background-size: 8px 8px;
		padding: 20px 0;
	}
	
	div.shop_search div.search_inner{
		width: 1000px;
		margin: 0 auto;
		background: #FFF;
		padding: 30px 20px;
	}
	
	div.shop_search div.search_inner h4{
		font-size: 24px;
		font-weight: 700;
		color: #25A9A4;
		display: inline-block;
		margin-right: 0.5em;
	}
	
	div.shop_search div.search_inner h5{
		font-size: 16px;
		font-weight: 700;
		color: #808080;
		display: inline-block;
	}
	
	div.shop_search div.search_inner ul.search_box{
		width: 100%;
		padding-top: 20px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR{
		width: 456px;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul{
		width: 100%;
		padding-bottom: 10px;
		border-bottom: 1px dotted #333;
		margin-bottom: 12px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li{
		position: relative;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR.search_ul ul li:first-child{
		font-size: 16px;
		color: #25A9A4;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li form{
		position: relative;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li a,
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li form input{
		width: 240px;
		height: 39px;
		font-size: 14px;
		display: block;
		padding: 8px 8px 8px 25px;
		border: 1px solid #666;
		border-radius: 24px;
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		position: relative;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li a p{
		font-size: 14px;
		color: #b3b3b3;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li a span{
		width: 30px;
		height: 30px;
		background: #25A9A4;
		display: block;
		position: absolute;
		top: 3px;
		right: 3px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li a span img{
		width: 8px;
		height: 12px;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li.free_word{
		position: relative;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li.free_word input:-ms-input-placeholder{
		color: #b3b3b3;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li.free_word input::-ms-input-placeholder{
		color: #b3b3b3;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li.free_word input::placeholder{
		color: #b3b3b3;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li form input[type="submit"] {
		padding: 0;
		border: none;
		position: absolute;
		top: 4px;
		background-color: #25A9A4;
		width: 30px;
		height: 30px;
		right: 4px;
		display: block;
		z-index: 5;
		background-color: transparent;
		cursor: pointer;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li.free_word:hover:after {
		opacity: 0.7;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li.free_word:after {
		background-size: contain;
		background-position: center;
		content: "";
		background-image: url(../images/search_icon.png);
		background-position: center;
		background-size: 50%;
		position: absolute;
		right: 4px;
		top: 4px;
		height: 30px;
		width: 30px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		background-color: #25A9A4;
		background-repeat: no-repeat;
		-webkit-transition: .3s;
		transition: .3s;
	}
	
    /*  footer */
	footer{
		width: 100%;
		min-width: 1100px;
		background: #FFF;
		clear: both;
	}
	
	div.f_banner{
		width: 100%;
		min-width: 1100px;
		padding: 60px 0 40px;
		margin: 0 auto;
		background: #FFF;
	}
	
	div.f_banner ul{
		width: 662px;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	div.f_banner ul li{
		width: 208px;
		line-height: 0;
	}
	
	div.f_banner ul li a{
		display: block;
		border: 1px solid #FFF;
	}
	
	div.f_banner ul li.insta a{
		border: 1px solid #CCC;
	}
	
	footer div.f_inner{
		width: 100%;
		min-width: 1100px;
		padding: 34px 0;
		margin: 0 auto;
		background: #25A9A4;
	}
	
	footer div.f_inner ul.f_contents{
		width: 810px;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
		color: #FFF;
	}
	
	footer div.f_inner ul.f_contents li.f_logo{
		width: 160px;
	}
	
	footer div.f_inner ul.f_contents li.f_info,
	footer div.f_inner ul.f_contents li.f_nav{
		display: inline-block;
		font-size: 14px;
	}
	
	footer div.f_inner ul.f_contents li.f_info p{
		padding-left: 28px;
		padding-top: 2px;
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 8px;
		min-height: 24px;
		font-weight: 200!important;
	}
	
	footer div.f_inner ul.f_contents li.f_info p span{
		font-size: 14px;
	}
	
	footer div.f_inner ul.f_contents li.f_info p:nth-child(1){
		background: url(../images/f_icon_time.png) no-repeat left top;
		background-size: 24px 24px;
	}
	
	footer div.f_inner ul.f_contents li.f_info p:nth-child(2){
		background: url(../images/f_icon_place.png) no-repeat left top;
		background-size: 24px 24px;
	}
	
	footer div.f_inner ul.f_contents li.f_info p:nth-child(3){
		background: url(../images/f_icon_tel.png) no-repeat left top;
		background-size: 24px 24px;
	}
	
	footer div.f_inner ul.f_contents li.f_nav p{
		font-size: 10px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}
	
	footer div.f_inner ul.f_contents li.f_nav a{
		color: #FFF;
		font-size: 14px;
		margin-left: 0.2em;
	}
	
	footer p.copy {
		font-size: 14px;
		text-align: center;
		line-height: 1.2;
		padding: 20px 0;
		text-align: center;
	}
}


/*==================================

@media screen SP

==================================*/

@media screen and (max-width:768px){
	
    .pc,
	.pcOnly{
		display: none !important;
	}
	
	.sp_bk{
		display: block;
	}
	
	/*==================================

	全ページ共通CSS

	==================================*/
	
	.ttlStyle01{
		margin: .4em 0 .2em;
		line-height: 1.4em;
	}
	
	.ttlStyle01 .txt_s{
		display: block;
		margin-left: 0;
		line-height: 1.2em;
	}

	/*==================================

	ヘッダー

	==================================*/
	
	.accordion .inner li{
		width: -webkit-calc(95vw - 43px);
		width: -moz-calc(95vw - 43px);
		width : calc(95vw - 43px);
	}
	
	#menu-wrap {
		position: fixed;
		z-index: 9999;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #25A9A4;
		transition: .3s;
		border: 1px solid #FFF;
	}
	
	#menu-wrap ul{
		width: 98%;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
		border: 1px solid #FFF;
		border-width: 0 1px;
	}
	
	#menu-wrap.disappear {
		bottom: -200px;
		transition: .3s;
	}
	
	#menu-wrap ul li{
		width: 25%;
		background: #25A9A4;
		border-left: 1px solid #FFF;
	}
	
	#menu-wrap ul li:first-child{
		border-left: none;
	}
	
	#menu-wrap ul li a{
		color: #FFF;
		display: block;
		font-size: 10px;
		font-size: 1.0rem;
		text-align: center;
		padding: 5px 0;
	}
	
	#menu-wrap ul li a div{
		width: 34px;
		margin: 0 auto;
		line-height: 0;
	}
	
	#menu-wrap ul li a p{
		letter-spacing: -0.1em;
	}
	
	header{
		width: 100%;
		border-top: 5px solid #25A9A4;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9990;
		transition: .3s;
	}
	
	header div.header_inner{
		width: 100%;
		height: 87px;
		border-bottom: 2px solid #25A9A4;
		background-color: rgba(255, 255, 255, 0.9);
		padding-top: 15px;
		padding-bottom: 15px;
		position: relative;
	}
	
	header div.header_inner h1{
		width: 130px;
		position: absolute;
		top: 17px;
		left: -webkit-calc(50% - 65px);
		left: -moz-calc(50% - 65px);
		left : calc(50% - 65px);
	}
	
	header div.header_inner ul{
		width: 95%;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	header div.header_inner ul li{
		display: inline-block;
	}
	
	#icon_menu {
		width: 100%;
	}
	
	#icon_menu ul{
		width: 95%;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	#icon_menu ul:nth-child(2){
		border-top: 1px solid #25A9A4;
	}
	
	#icon_menu ul li{
		width: 33.3%;
		padding: 10px 0;
		position: relative;
	}
	
	#icon_menu ul li.active{
		background: url(../images/active_bg.png) repeat-x bottom;
		background-size: 8px 5px;
	}
	
	#icon_menu ul li span{
		width: 34px;
		font-size: 10px;
		display: block;
		color: #FFF;
		background: #ff0000;
		padding: 2px 6px 1px;
		line-height: 1.2;
		position: absolute;
		top:0;
		left: -webkit-calc(50% - 17px);
		left: -moz-calc(50% - 17px);
		left : calc(50% - 17px);
	}
	
	#icon_menu ul li a{
		display: block;
		text-align: center;
		color: #25A9A4;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	#icon_menu ul li a div{
		width: 48px;
		line-height: 0;
		margin: 0 auto;
	}
	
	#icon_menu ul li:nth-child(2) a{
		border: 1px solid #25A9A4;
		border-width: 0 1px;
	}
	
	.zdo_drawer_menu nav ul.serch_nav{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: flex-end;
	}
	
	.zdo_drawer_menu nav ul.serch_nav li{
		display: inline-block;
		margin-left: 5px;
		position: relative;
	}
	
	.zdo_drawer_menu nav ul.serch_nav li{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}
	
	.zdo_drawer_menu nav ul.serch_nav li a{
		width: 30px;
		display: inline-block;
	}
	
	li.form_wrap {
		display: inline-block;
	}
	
	li.form_wrap span{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	#siteSearch02 {
		display: inline-block;
	}
	
	.zdo_drawer_menu form#siteSearch02.serch_open{
		width: auto;
		margin-right: 10px;
	}
	
	.zdo_drawer_menu form#siteSearch02 input.serch_input{
		width: 0px;
		transition: .3s;
		border: none;
		font-size: 1.2rem;
		border-bottom: 0 solid #FFF;
		margin: 0;
		padding: 0;
		background:rgba(255,255,255,0.0);
	}
	
	.zdo_drawer_menu form#siteSearch02.serch_open input.serch_input{
		width: 140px !important;
		-webkit-transition: .3s;
		transition: .3s;
		border-bottom: 1px solid #FFF;
		background-color: rgba(255,255,255,0.0);
	}
	
	.zdo_drawer_menu form#siteSearch02 input::placeholder {
			color: #FFF;
		}
		.zdo_drawer_menu form#siteSearch02 input:-ms-input-placeholder {
			color: #FFF;
		}
		.zdo_drawer_menu form#siteSearch02 input::-ms-input-placeholder {
			color: #FFF;
		}
	
	#searchsubmit02 input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #25A9A4 inset;
	}
	
	#searchsubmit02{
		border: none;
		display: none;
		position: absolute;
		padding: 0 0 0 16px;
		color: #000;
		vertical-align: middle;
		text-decoration: none;
		font-size: 15px;
		background-image: url(../images/arrow_right.png);
		background-repeat: no-repeat;
		background-size: 8px 12px;
		background-color: transparent;
		top: 5px;
		right: 0;
		cursor: pointer;
	}
	
	.zdo_drawer_menu form#siteSearch02.serch_open #searchsubmit02{
		display:block;
	}
    
	/*==================================

	フッター

	==================================*/
div.shop_search {
		width: 100%;
		background: url(../images/bg_dot_gr.png) repeat;
		background-size: 8px 8px;
		padding: 20px 0;
	}
	
	div.shop_search div.search_inner{
		width: 95%;
		margin: 0 auto;
		background: #FFF;
		padding: 30px 24px;
	}
	
	div.shop_search div.search_inner h4{
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: 700;
		color: #25A9A4;
		display: inline-block;
		margin-right: 0.5em;
	}
	
	div.shop_search div.search_inner h5{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		color: #808080;
		display: inline-block;
	}
	
	div.shop_search div.search_inner ul.search_box{
		width: 100%;
		padding-top: 20px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR{
		width: 100%;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul{
		width: 100%;
		margin-bottom: 15px;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li{
		position: relative;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li:first-child{
		font-size: 16px;
		font-size: 1.6rem;
		color: #25A9A4;
		text-align: center;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li form{
		position: relative;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li a,
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li form input{
		width: 100%;
		height: 39px;
		font-size: 14px;
		font-size: 1.4rem;
		display: block;
		padding: 8px 8px 8px 25px;
		border: 1px solid #666;
		border-radius: 24px;
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		position: relative;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li a p{
		font-size: 14px;
		color: #b3b3b3;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li a span{
		width: 30px;
		height: 30px;
		background: #25A9A4;
		display: block;
		position: absolute;
		top: 3px;
		right: 3px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li a span img{
		width: 12px;
		height: 8px;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li.free_word{
		position: relative;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li.free_word input:-ms-input-placeholder{
		color: #b3b3b3;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li.free_word input::-ms-input-placeholder{
		color: #b3b3b3;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li.free_word input::placeholder{
		color: #b3b3b3;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li form input[type="submit"] {
		padding: 0;
		border: none;
		position: absolute;
		top: 4px;
		background-color: #25A9A4;
		width: 30px;
		height: 30px;
		right: 4px;
		display: block;
		z-index: 5;
		background-color: transparent;
		cursor: pointer;
	}
	
	div.shop_search div.search_inner ul.search_box li.LR ul.search_ul li.free_word:after {
		background-size: contain;
		background-position: center;
		content: "";
		background-image: url(../images/search_icon.png);
		background-position: center;
		background-size: 50%;
		position: absolute;
		right: 4px;
		top: 4px;
		height: 30px;
		width: 30px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		background-color: #25A9A4;
		background-repeat: no-repeat;
		-webkit-transition: .3s;
		transition: .3s;
	}
	
	ul.sns_photo {
		width: 95%;
		margin: 40px auto 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
    border-bottom: 1px solid #666;
	}
	ul.sns_photo.topsns {
    margin-bottom: 40px;
  }
	ul.sns_photo li.LR{
		width: 100%;
    padding-bottom: 40px;
	}
	
	ul.sns_photo li.LR ul{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
		position: relative;
	}
	
	ul.sns_photo li.LR ul li{
		display: inline-block;
	}
	
	ul.sns_photo li.LR ul li:first-child{
		width: 111px;
	}
	
	ul.sns_photo li.LR ul li.balloon{
		width: 62px;
		position: absolute;
		right: 0;
		top: -30px;
	}
	footer{
		width: 100%;
		padding: 0 0 60px 0;
		background: #FFF;
		clear: both;
	}
	
	div.f_banner{
		width: 100%;
		padding: 0;
		margin: 0 auto;
		background: #FFF;
	}
	
	div.f_banner ul{
		width: 100%;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	div.f_banner ul li{
		width: 50%;
		line-height: 0;
	}
	
	div.f_banner ul li.insta{
		width: 100%;
	}
	
	div.f_banner ul li a{
		display: block;
		border: none;
	}
	
	div.f_banner ul li.insta a{
		border: 1px solid #CCC;
	}
	
	footer div.f_inner{
		width: 100%;
		padding: 30px 0 10px;
		margin: 0 auto;
		background: #25A9A4;
	}
	
	footer div.f_inner ul.f_contents{
		width: 92%;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
		color: #FFF;
	}
	
	footer div.f_inner ul.f_contents li.f_logo{
		width: 100%;
	}
	
	footer div.f_inner ul.f_contents li.f_logo a{
		width: 160px;
		display: block;
		margin: 0 auto;
	}
	
	footer div.f_inner ul.f_contents li.f_info,
	footer div.f_inner ul.f_contents li.f_nav{
		width: 100%;
		font-size: 14px;
		margin-bottom: 20px;
		padding-top: 20px;
	}
	
	footer div.f_inner ul.f_contents li.f_nav{
		border-top: 1px solid #FFF;
	}
	
	footer div.f_inner ul.f_contents li.f_info p{
		padding-left: 28px;
		padding-top: 2px;
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 8px;
		min-height: 24px;
		font-weight: 200!important;
	}
	
	footer div.f_inner ul.f_contents li.f_info p a{
		color: #FFF;
	}
	
	footer div.f_inner ul.f_contents li.f_info p span{
		font-size: 14px;
	}
	
	footer div.f_inner ul.f_contents li.f_info p:nth-child(1){
		background: url(../images/f_icon_time.png) no-repeat left top;
		background-size: 24px 24px;
	}
	
	footer div.f_inner ul.f_contents li.f_info p:nth-child(2){
		background: url(../images/f_icon_place.png) no-repeat left top;
		background-size: 24px 24px;
	}
	
	footer div.f_inner ul.f_contents li.f_info p:nth-child(3){
		background: url(../images/f_icon_tel.png) no-repeat left top;
		background-size: 24px 24px;
	}
	
	footer div.f_inner ul.f_contents li.f_nav ul{
		width: 95%;
		max-width: 280px;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	footer div.f_inner ul.f_contents li.f_nav ul li{
		display: inline-block;
	}

	
	footer div.f_inner ul.f_contents li.f_nav p{
		font-size: 10px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}
	
	footer div.f_inner ul.f_contents li.f_nav a{
		color: #FFF;
		font-size: 14px;
		margin-left: 0.2em;
	}
	
	footer p.copy {
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		line-height: 1.2;
		padding: 20px 0;
		text-align: center;
	}
	/*==================================

	トップページ

	==================================*/
	
	#saleAndSale{
		overflow: hidden;
	}
	
	.saleCatBtn{
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.saleCatBtn.blu{
		margin-top: 60px;
	}
    
    .saleCatBtn.mer{
        margin-top: 60px;
    }
	
	.saleCatBtn > li{
		flex-basis: 45% !important;
		margin: 20px 1.5% 0;
	}
	
	.saleCatBtn > li.active:nth-of-type(3),
	.saleCatBtn > li.active:nth-of-type(4){
		margin-top: 60px;
	}
	
	/*.shopAbout > *:after,
	.bazaarAbout > *:after{
		left: -5%;
		width: 80vw;
		height: 80vw;
		margin: 0;
		transform: translate(0);
	}*/
	
	.shopInfoList:after,
	.bazaarInfoList:after{
		flex-basis: 100%;
		margin: 20px 0;
	}
	
	.shopInfoList > li{
		display: flex;
		align-items: center;
		flex-direction: column;
		flex-basis: 100%;
		max-width: 100%;
		margin: 2% 0;
		padding: 30px 0 0px;
		padding-top: 0;
	}
	
	.shopInfoList > li:before{
		display: none;
	}
	
	.shopInfoList > li .shopImg{
		position: relative;
		order: -1;
		width: 100%;
		margin: 0 auto 10px;
		padding-bottom: 8px;
	}
	
	.shopInfoList > li .shopImg:after{
		content: '';
		position: absolute;
		bottom: 0;
		left: -10px;
		right: -10px;
		display: block;
		height: 8px;
	}
	
	
	.shopInfoList > li .shopName{
		/*display: block;*/
		width: 100%;
		padding-bottom: 10px;
		border-bottom: 1px dotted #ccc;
	}
	
	/*.shopInfoList > li .shopName span{
		margin: 0 auto;
	}*/
	
	.shopInfoList > li .shopName p{
		margin-top: .5em;
	}
	
	.shopInfoList > li .shopCategory{
		order: -2;
		margin-top: 5px;
	}
	
	.shopInfoList > li .shopCategory > li{
		margin: 2px 0;
	}
	
	.shopInfoList > li .shopCategory > li span{
		padding: 0 .5em 0 .3em;
		font-size: 10px;
	}
	
	.shopInfoList > li .saleAbout{
		margin-bottom: 10px;
		border-bottom: none;
	}
	
	.shopInfoList > li .shopT{
		padding: 0 .8em;
	}
	
	.shopInfoList > li .saleAbout dl dt{
		margin-right: 0;
	}

	
	.shopInfoList > li .saleAbout dl dd{
		margin-top: .2em;
		font-size: 2.8rem;
		text-align: center;
	}
	
	.shopInfoList > li .saleAbout .saleTxt{
		font-size: 2rem;
	}
	
	.shopInfoList > li .saleAbout .saleTxt .txt_s{
		font-size: 1.6rem;
	}
	
	.shopInfoList > li .saleAbout .saleTxt02{
		font-size: 1.6rem;
	}
	
	.shopInfoList > li .saleAbout .priceTxt{
		/*margin: .2em 0;*/
		font-size: 3.8rem;
	}
	
	.shopInfoList > li .saleAbout .priceTxt .txt_s{
		font-size: 2.2rem;
		line-height: 1em;
	}
	
	.shopInfoList > li .saleAbout dl dd .txt_s{
		font-size: 1.8rem;
	}
}

@media all and (-ms-high-contrast: none) {
    .shopInfoList > li .shopT,
    .shopInfoList > li > .shopBoxIn{display: block;}
    .shopInfoList > li p{max-width: 100%;}
}