@charset "utf-8";

/* ========================= */
/* 							 */
/* 	atelier CSS				 */
/* 	last update 210521		 */
/* 							 */
/* ========================= */



/* 内容部分全体：container（base.css上書
-------------------------------------------- */

#container {
	}


/* コンテンツ：contents（base.css上書
---------------------------------------------------- */

#contents___ {
	position: relative;
	top: -20px;
	width: 867px;/*前述書換え記述*/
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 100px;
	}

/*---- ページタイトル（base.css上書 ----*/

#con_title___ {
	width: 200px;
	position: relative;
	top: -44px;
	left: 234px;
	margin-bottom: -29px;
	}


/* 枠：コメント：con_comment
---------------------------------------------------- */

/*---- 枠：項目全体 ----*/
#con_comment___ {
	overflow: hidden;
	height: 270px;
	padding: 0 0 80px;
	background: url(../img/bg_comment.gif) no-repeat 42px 0px;
	}
#con_comment {
	max-width: 820px;
	margin: 0 auto 100px;
	padding: 0 10px 0 0;
	/*overflow: hidden;*/
	min-height: 240px;
	/*padding: 0 0 80px;*/
	background: url(../img/bg_comment.png) no-repeat 28px 0px;
	}
#con_comment p {
	padding-left: 300px;
	/*margin-top: 18px;*/
	/*font-size: 11px;*/
	font-size: 0.85em;
	line-height: 234%;
	letter-spacing: 1px;
	}



/* 枠：店舗リスト：shop
---------------------------------------------------- */

/*---- 枠：ページデータ全体 ----*/
#shop {
	max-width: 846px;
	margin: 0 auto 60px;
	/*padding: 130px 0 10px;*//**/
	padding: 0px 0 40px;
	position: relative;
	background: url(../../common/images/bg_paper1.jpg) repeat-y center top;
	}
	
#shop ul {
	list-style: none;
	/*padding-left: 10px;*/
	}


/*ショップリスト：navベース*/
#shop_nav____ {
	width: 100%;
	padding-left: 56px;
	position: absolute;
	top: -51px;
	letter-spacing: 1px;
	background: url(../img/bg_paper-notop.jpg) no-repeat 11px 30px;
	}
#shop_nav {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	max-width: 810px;
	margin: 0 auto -10px;
	/*padding-left: 56px;*/
	position: relative;
	top: -52px;
	/*position: absolute;
	top: -51px;*/
	letter-spacing: 1px;
	/*background: url(../img/bg_paper-notop.jpg) no-repeat 11px 30px;*/
	}
#shop_nav li.shop_navsec {
	/*float: left;*/
	background: url(../img/line_nav-stop.gif) no-repeat right 0px;
	}
#shop_nav li.shop_navsec #shopsec_top {
	background: url(../img/line_nav-stop.gif) no-repeat left 0px;
	}
#shop_nav li.shop_navsec a {
	display: block;
	width: 100%;
	/*padding: 0 22px 0 20px;*/
	padding: 0 10px 0 8px;
	}
#shop_nav li.shop_navsec img {
	padding-right: 6px;
	}
#shop_nav li.shop_navsec span.spttl {
	position: relative;
	top: -32px;
	}
#shop_nav li.shop_navsec span.spttl span {
	display: none;
	}
/*nav：history*/
#shop_nav li.navHistory {
	position: absolute;
	top: 10px;
	right: 72px;

	display: none;
	}
#shop_nav li.navHistory a {
	display: block;
	width: 160px;
	height: 50px;
	background: #ff9790;
	/*border: 1px dotted #999999;*//*仮枠*/
	}

@media screen and (max-width: 802px) { /* 802px */ 

	/* shop nav */
	#shop_nav li.shop_navsec {
	    width: 25%;
		}
	#shop_nav li.shop_navsec a {
	    text-align: center;
        padding: 0 0 0 0;
		}
	#shop_nav li.shop_navsec img {
	    padding-right: 0px;
	    display: block;
	    margin: 0 auto;
		}
	#shop_nav li.shop_navsec span.spttl {
	    top: 0px;
		}
}

/*ショップリスト：gベース*/
#shop_gbase {
	max-width: 980px;
	margin: 0 auto;
	letter-spacing: 1px;
	}
#shop_gbase .shop_sec .aj_sc {
	position: absolute;
	top: -20px;
	}

#shop_gbase .title {
	margin: 0 auto 28px;
	padding: 12px 0;
	text-align: center;
	font-size: 15px;
	max-width: 750px;
	height: 40px;
	background: url(../img/frameTitle.png) no-repeat center top;

	/*top: -40px;*/
	}

/*ショップリスト：ベースセクション*/

#shop_gbase .shop_sec {
	max-width: 870px;
	padding: 0 0 120px 0;
	margin: 0 auto 64px;
	position: relative;
	/*background: url(../img/line_base.gif) no-repeat 186px 222px;*/
	background: url(../../common/images/line_base01.png) no-repeat 186px 222px;
	}
#shop_gbase .shop_sec h2 {
	font-size: 188%;
	position: absolute;
	top: -50px;
	left: 60px;
	display: block;
	/*width: 331px;*/
	/*height: 250px;*/
	/*background: url(../img/bg_shoptitle.gif) no-repeat right bottom;*/
	}
#shop_gbase .shop_sec h2 > span {
	display: block;
	/*width: 182px;*/
	/*margin-top: 21px;*/
	line-height: 140%;
	/*text-align: right;*/
	}
#shop_gbase .shop_sec .ssTopics {
	/*position: absolute;*/
	/*bottom: 25px;*/
    /*left: 0;*/
    /*right: 0;*/
    margin: 30px auto 10px;
    max-width: 610px;
    width: 610px;/*ie*/
	}
#shop_gbase .shop_sec .ssTopics a {
	padding: 2px 26px;
	background: #ddd7c4;
	}
#shop_gbase .shop_sec .ssTopics a:hover {
	background: #e3decf;
	}

/*ショップリスト：lilaf*/

#shop_gbase #mslilafSec {
    padding: 0 0 250px 0;
	}
#shop_gbase #mslilafSec .secHead {
	/*position: relative;*/
    bottom: 0px;
    /*left: 0px;*/
	}
#shop_gbase #mslilafSec .ssTopics {
	bottom: -14px;
	}
#shop_gbase #mslilafSec .sec_set {
	/*position: relative;*/
    /*top: 70px;*/
    /*left: 418px;*/
	}

/*ショップリスト：zozo*/

#shop_gbase #mszozoSec {
    padding: 0 0 250px 0;
	}
#shop_gbase #mszozoSec .secHead {
	/*position: relative;*/
    bottom: 0px;
    /*left: 0px;*/
	}
#shop_gbase #mszozoSec .ssTopics {
	bottom: -14px;
	}
#shop_gbase #mszozoSec .sec_set {
	/*position: relative;*/
    /*top: 70px;*/
    /*left: 418px;*/
	}

/*ショップイメージ：各shop*/
#cov_imgFx img____ {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	/*left: 55px;*/
	z-index: 10;
	}
#shop .secImg {
	overflow: hidden;
	clear: both;

	/*position: relative;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);*/
	}
#shop ul.shop_img {/*ベースリセット*/
	/*overflow: hidden;*/
	/*clear: both;*/

	/*margin-bottom: 20px;*/
	/*top: 0;*/
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	max-width: 756px;
	margin: 0 auto 70px;
	}
#shop ul.shop_img li {
	/*left: 50% !important;*/
	/*transform: translateX(-50%);*/
	}
ul.shop_img img.cover {
	/*-webkit-box-shadow: 0px 2px 8px -2px #3e3e3e;
	-moz-box-shadow: 0px 2px 8px -2px #3e3e3e;
	box-shadow: 0px 2px 8px -2px #3e3e3e;
	behavior: url("../../common/css/PIE.htc");*/
	}
#cov_imgFx {
	overflow: hidden;
	width: 100%;

	position: absolute;
	top: 0px;
	left: 0px;
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	z-index: 10;
	}
#cov_imgFx img {
    display: block;
    margin: 0 auto;
	/*position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;*/
	}
	
/*ステータス：各shop*/
p.shopstates {
	position: absolute;
	top: 222px;
	/*left: 292px;*/
	right: 50px;
    padding: 2px 10px;
	/*padding: 2px 26px;
	background: #ddd7c4;*/
	font-size: 0.8em;
    z-index: 300;
	}

/*リスト：topicsヘッダベース（新haadTempl要素追加）*/
.shop_sec .secHead {
	/*position: absolute;*/
    /*bottom: 40px;*/
    /*left: 0;*/
    /*right: 0;*/
    margin: 0 auto;
    font-size: 11px;
    max-width: 610px;
    width: 610px;/*ie*/
	height: 90px;
	background: url(../img/line_topicsbase.gif) no-repeat bottom left;
	}
.shop_sec .secHead .head_item {
	position: relative;
	margin-bottom: 4px;
	}
.shop_sec .secHead .head_item .date {
	float: left;
	}
.shop_sec .secHead .head_item .date:after {
	content: '｜';
	}
.shop_sec .secHead .headCal,
.shop_sec .secHead .headCal_split {
	display: none;
	}
.shop_sec .secHead .head_item .mark_new {
	position: absolute;
	top: 1px;
	left: -46px;
	}


/*ショップリスト：セクションベース【確認後消去】*/
#shop .sec_set {
    width: 328px;
	position: relative;
	/*top: 0px;*/
	/*left: 480px;*/
	float: left;
	/*margin-bottom: 30px;*/
	margin: 0 0 30px 120px;
	}
/*ショップリスト：項目*/
#shop .sec_set .parts_set:first-child {
/*#shop .sec_set .parts_set.shop_v {*/
	width: calc(100% + 420px);
    position: absolute;
    top: -60px;
    left: -70px;
    margin-bottom: 12px;
    font-size: 2em;
    border-bottom: none;
	}
#shop .sec_set .parts_set.shop_v .value_v {
    display: block;
	}
#shop .sec_set .parts_set.shop_v .value_v span {
    /*display: block;*/
    font-size: 0.6em;
	}
#shop .sec_set .parts_set {
	margin-bottom: 4px;
    padding-bottom: 4px;
   	line-height: 150%;
	font-size: 0.84em;
	position: relative;
	/*border-bottom: 1px solid #D4CDB0;*/
	}
/*ショップリスト：項目*/
#shop .parts_set {
	margin-bottom: 2px;
	line-height: 150%;
	/*font-size: 96%;*/
	position: relative;
	}
#shop .parts_set .title_v {/*項目title部分*/
	position: absolute;
	top: 0px;
    left: -70px;
    width: 64px;
	font-size: 0.8em;
	text-align: center;
	background: #908e8d;
    color: #fbfbf3;
    border-radius: 8px;
	}
#shop .shop {
	font-size: 110%;
	line-height: 130%;
	}



/* 枠：カレンダ：
---------------------------------------------------- */

/*---- カレンダtable（base.css上書 ----*/
.cal_base {
	float: right;
    margin: 0 48px 30px 0;
	}


/* 枠：gマップ：gmap
---------------------------------------------------- */

.gmap {
	/*display: none;*/
	max-width: 608px;
	/*position: relative;*/
	/*top: 18px;*/
	/*left: 418px;*/
	/*margin-bottom: 20px;*/
	margin: 0 auto;
	clear: both;
	/*overflow: hidden;*/
	}
.gmap_link {
	font-size: 12px;
	text-align: right;
	}
.gmap_link span {
	font-size: 9px;
	}
	
.map_flame {
	width: 100%;
	height: 216px;
	margin-bottom: 10px;
	/*border: 1px solid #DDD7C4;*/
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 15px 25px -20px #3e3e3e;
	-moz-box-shadow: 0px 15px 25px -20px #3e3e3e;
	box-shadow: 0px 15px 25px -20px #3e3e3e;
	behavior: url("../../common/css/PIE.htc");
	}
	
img.popup {
	position: absolute;
	bottom: 88px;
	right: 156px;
	}

@media screen and (max-width: 805px) { /* ヨコ805px以下 */ 

/* ショップリスト：項目 */
/* ショップタイトル */
#shop .sec_set .parts_set:first-child {
	width: calc(100vw - 100px);
	}

/*---- カレンダtable（base.css上書 ----*/
.cal_base {
	float: none;
	margin: 0 auto 30px;
	}
}

@media screen and (max-width: 640px) { /* ヨコ640px以下 */ 

#con_title img {
    top: 20px;
	}
#contents {
    top: 210px;
	}
#contents.onMenu {
    top: 332px;
	}

#shop_gbase .shop_sec {
    padding: 0 0 140px 0;
	}

#con_comment {
    padding: 0;
    /*background: url(../img/bg_comment.png) no-repeat center center;*/
    background: none;
	}
#con_comment p {
    padding: 0 26px;
	text-align: justify;
	text-justify: inter-ideograph;
	}

/*ショップリスト：セクションベース【確認後消去】*/
#shop .sec_set {
	max-width: 430px;
	width: calc(100% - 20px);
	float: none;
	margin: 0 auto 40px;
	}
/*ショップリスト：項目*/
#shop .sec_set .parts_set:first-child {
	width: 100%;
    left: 0px;
    text-align: center;
    line-height: 1.3;
	}
#shop .sec_set .parts_set.shop_v .value_v span {
    display: block;
    font-size: 0.6em;
	}
#shop .parts_set .title_v {/*項目title部分*/
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 10px;
	}

/*---- カレンダtable（base.css上書 ----*/
.cal_base___ {
    float: none;
    margin: 0 auto 30px;
	}

.shop_sec .secHead {/* shopEntry */
    width: 100%;
	height: auto;
	background: none;
	}
/*ステータス：各shop*/
p.shopstates {
    top: 180px;
    left: 0;
    right: 0;
    font-size: 0.8em;
    width: 260px;
    margin: 0 auto;
    padding: 4px 10px;
    text-align: center;
	border-radius: 6px;
    background: url(../../common/images/bg_wrap.jpg) center top;
	}
#shop_gbase .shop_sec .ssTopics {
    width: 100%;
	}


/*ショップリスト：lilaf*/

#shop_gbase #mslilafSec {
    padding: 0 0 140px 0;
	}

/*ショップリスト：zozo*/

#shop_gbase #mszozoSec {
    padding: 0 0 140px 0;
	}


}