@charset "utf-8";

html {
	width:100%;
}
body {
	width:100%;
	background-color:#ccbba8;
}
#wrap {
	width: 100%;
	max-width: 568px;
	margin: 0 auto;
	background: #fff;
	position:relative;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
#wrap.wideview {
	max-width: initial;
}

body #header {
	margin:0;
	padding:8px 0 10px 8px;
	width:auto;
}

body>img,
body>iframe {
    display: none;
}

/* header
----------------------------------------------------*/
header.global {
	display:block;
	position:relative;
	height:43px;
	background-color: #fff;
	border-bottom: 1px solid #E0E0E0;
	z-index:8000;
}
.header_box {
	display: flex;
	padding: 2px 0;
	gap: 4px;
}
.global_header_icon {
	display: block;
	position:relative;
	height: 40px;
	width: 48px;
}
.header_icon_wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.icon_favoriteshop {
	width: 16px;
	height: 16px;
	background: url(../img/share/icon_favorite.png) no-repeat 0 0;
	background-size: 16px 16px;
	display: block;
	position: relative;
	top: 5px;
}

.icon_search {
	width: 16px;
	height: 16px;
	background: url(../img/share/icon_search.png) no-repeat 0 0;
	background-size: 16px 16px;
	display: block;
	position: relative;
	top: 5px;
}
	.icon_text {
		font-size: 9px;
		margin: 0 auto;
		color: #3c3c3c;
		position: relative;
		bottom: 5px;
		font-weight: bold;
		line-height: 10px;
	}

	header.global .site_logo_c {
		display: block;
		margin-left: 16px;
		width: 110px;
		height: 40px;
		position: relative;
		flex: 1;
	}
		header.global .site_logo_c a {
			display: block;
			width: 110px;
			height: 22px;
			position: absolute;
			top: 10.5px;
			left: 0px;
		}
			header.global .site_logo_c a .logo {
				display: block;
				height: 22px;
				text-indent: -9999px;
				background: url(../img/share/site_logo_nopost.png) no-repeat 0 0;
				background-size: auto 22px;
				z-index:400;
			}

	a.g_menu_btn {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 48px;
	}
		a.g_menu_btn_open i {
			width: 24px;
			height: 18px;
			display: block;
			text-indent: -9999px;
			background: url(../img/share/btn_menu_open.png) no-repeat 0 0;
			background-size: 24px 18px;
		}
		a.g_menu_btn_close i {
			width: 24px;
			height: 24px;
			display: block;
			text-indent: -9999px;
			background: url(../img/share/btn_menu_close.png) no-repeat 0 0;
			background-size: 24px 24px;
		}

.g_menu {
	display:none;
	position:absolute;
	right:0px;
	font-size:12px;
	background-color:#fff;
	z-index:9000;
	width:185px;
}
	.g_menu ul {
		
	}
		.g_menu ul li {
			border-width: 0px 0px 1px 1px;
			border-style: solid;
			border-color: #E0E0E0;
		}
			.g_menu ul li a {
				display:table;
				background-color:#F4F4F4;
				padding: 12px 0 12px 16px;
				color:#3c3c3c;
				font-weight:bold;
				table-layout: fixed;
				vertical-align: middle;
				width: 100%;

				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				-ms-box-sizing: border-box;
				-o-box-sizing: border-box;
				box-sizing: border-box;
			}
				.g_menu li a .text {
					display: table-cell;
					vertical-align: middle;
					font-size: 12px;
					font-weight: bold;
					line-height: 16px;
					color: #3c3c3c;
				}
				.g_menu li a .arrow {
					display: table-cell;
					vertical-align: middle;
					width: 26px;
					background: url(../img/share/btn_menu_arrow.png) no-repeat 0 0;
					background-size: 16px 16px;
				}

/*--------------------------------------------------
  パンくず
--------------------------------------------------*/
.breadcrumb {
	position: relative;
	overflow: hidden;
}
.breadcrumb.is-rightEnd::after {
	content: "";
	position: absolute;
	top: 0;
    right: 0;
	width: 30px;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0),#fff 60%);
    background: -moz- oldlinear-gradient(left,rgba(255,255,255,0),#fff 60%);
    background: linear-gradient(to right,rgba(255,255,255,0),#fff 60%);
	z-index: 3;
}
.breadcrumb.is-leftEnd::before {
	content: "";
    position: absolute;
    top: 0;
	left: 0;
	width: 30px;
    height: 100%;
	background: -webkit-linear-gradient(right,rgba(255,255,255,0),#fff 60%);
	background: -moz- oldlinear-gradient(right,rgba(255,255,255,0),#fff 60%);
	background: linear-gradient(to left,rgba(255,255,255,0),#fff 60%);
	z-index: 3;
}
.breadcrumb_list {
	position: relative;
    overflow-x: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
    width: auto;
    min-width: 100%;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.breadcrumb_list_item {
	position: relative;
	font-size: 11px;
	padding: 15px 10px;
}
.breadcrumb_list_item::after {
	content: "";
	display: block;
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #dccfbe;
}
.breadcrumb_list_item:last-child::after {
	content: none;
}
.breadcrumb_list_item a {
	display: block;
	color: #3C3C3C;
}
	

/*--------------------------------------------------
  鎌田追加　共通クラス
--------------------------------------------------*/
.bg_item {
	display:block;
	background-image:url(../img/share/item_v4.png?18061100);
	background-repeat:no-repeat;
	background-size:280px 250px;
	text-indent:-9999px;
	overflow:hidden;
}
.bg_item_text {
	text-indent:inherit;
}
.bg_item_btn {
	outline:none;
}
.bg_item_submit {
	outline:none;
	border:none;
	background-color:#fff;
}



.section_unit {
	margin:0 0 15px;
}

.section_head_A {
	height:22px;
	margin:0 0 5px;
}
.section_head_B {
	height:14px;
	margin:0 0 5px;
}
.section_box_A {
	background-color:#f8f8f8;
	border:1px solid #ccc;
	padding:7px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position:relative;
	/*behavior: url(http://www.shufoo.net/site/201009/css/ie-css3.htc);*/
}
.section_box_B {
	background-color:#ecf5ff;
	border:1px solid #accdfa;
	padding:7px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position:relative;
	/*behavior: url(http://www.shufoo.net/site/201009/css/ie-css3.htc);*/
}

.section_box_A .section_box_inner {
	background-color:#fff;
	border:1px solid #ccc;
	padding:7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position:relative;
	/*behavior: url(http://www.shufoo.net/site/201009/css/ie-css3.htc);*/
}
.section_box_B .section_box_inner {
	background-color:#fff;
	border:1px solid #accdfa;
	padding:7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position:relative;
	/*behavior: url(http://www.shufoo.net/site/201009/css/ie-css3.htc);*/
}
.section_box_head {
	margin:0 0 7px;
	padding:0 0 0 14px;
	position:relative;
}
.section_box_head i {
	height:10px;
	width:10px;
	position:absolute;
	top:0;
	left:0;
	background-position:-165px 0;
}
.section_box_head .section_box_head_text {
	height:10px;
	font-size:10px;
}
#sectionPickup .section_box_head i {
	top:1px;
}
#sectionPickup .section_box_head .section_box_head_text {
	height:12px;
	font-size:12px;
}
.section_box_A .section_box_head .section_box_head_text em {
	color: #E71E0A;
	font-weight:normal;
}

.section_side {
	margin:0 0 10px;
}




.section_head_type_A {
	font-size:12px;
	color:#3c3c3c;
	padding:10px;
	font-weight:bold;
	padding:0 0 0 14px;
	margin:0 0 6px;
	position:relative;
	background-position:0 100%;
	text-indent:0;
	zoom: 1;
	overflow:inherit;
	z-index:1000;
}
	.section_head_type_A a {
		color:#3c3c3c;
	}
.section_box_type_A {
	position:relative;
	z-index:1000;
}

.section_head_type_B_TOP {
	font-size:14px;
    padding: 7px 10px 5px;
    margin: 0 0 0;
    background-color: #f4f0ea;
    border-bottom: 2px solid #ddcfbe;
}

.section_head_type_B {
	font-size:14px;
	padding: 9px 10px 8px;
	margin: 0 0 0;
	background-color: #aca69f;
	color: #fff;
	font-weight: normal;
}

.section_head_type_B .text {
}

.section_box_type_B {
	padding:10px 10px 10px;
	background-color: #f4f0ea;
}

.section_box_type_C {
	padding:20px 10px 20px;
	background-color: #f4f0ea;
}

.section_box_paddingTop {
	padding-top:10px;
}

.section_head_nm {
	margin:0;
}


.btn_ui_box {
	margin:0 0 10px;
	position:relative;
	min-height:2em;
	height:auto !important;
	height:2em;
}
.btn_ui {
	font-size: 12px;
	line-height: 22px;
}
.btn_ui_large a,
.btn_ui_large input {
	font-size: 14px !important;
	line-height: 24px;
}

.btn_ui_medium a,
.btn_ui_medium input {
	font-size: 11px !important;
	line-height: 20px;
}

.btn_ui_small a,
.btn_ui_small input {
	font-size: 10px !important;
	line-height: 16px;
}
.btn_ui a,
.btn_ui input {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	padding: 0.45em 0.75em;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
    outline: none;
    border: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	text-decoration:none;
	
	-webkit-appearance: none;

}
.btn_ui_off {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


.btn_ui_A {
}
	.btn_ui_A a,
	.btn_ui_A input {
		background-color: #ddcfbe;
		color:#3c3c3c;
        
        -moz-border-radius: 3px;
		-webkit-border-radius: 3px;
        border-radius: 3px;
		
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis; /* Opera9,10対応 */
	}
	.btn_ui_A a:hover,
	.btn_ui_A input:hover {
		opacity: 0.7;
	}
	.btn_ui_A[class*=btn_ui_off] a:hover,
	.btn_ui_A[class*=btn_ui_off] input:hover {
		opacity: 0.7;
	}
	.btn_ui_A a.active,
	.btn_ui_A input.active {
		background-color: #f4f0ea;
	}	

.btn_ui_B {
}
	.btn_ui_B a,
	.btn_ui_B input {
		background-color: #aca69f;
		color:#fff;
        
        -moz-border-radius: 3px;
		-webkit-border-radius: 3px;
        border-radius: 3px;
		
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis; /* Opera9,10対応 */
	}
	.btn_ui_B a:hover,
	.btn_ui_B input:hover {
		opacity: 0.7;
	}
	.btn_ui_B[class*=btn_ui_off] a:hover,
	.btn_ui_B[class*=btn_ui_off] input:hover {
		opacity: 0.7;
	}
	.btn_ui_B a.active,
	.btn_ui_B input.active {
		opacity: 0.7;
	}	

.btn_ui_C {
}
	.btn_ui_C a,
	.btn_ui_C input {
		background-color: #69bfab;
		color:#fff;
        
        -moz-border-radius: 3px;
		-webkit-border-radius: 3px;
        border-radius: 3px;
		
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis; /* Opera9,10対応 */
	}
	.btn_ui_C a:hover,
	.btn_ui_C input:hover {
		opacity: 0.7;
	}
	.btn_ui_C[class*=btn_ui_off] a:hover,
	.btn_ui_C[class*=btn_ui_off] input:hover {
		opacity: 0.7;
	}
	.btn_ui_C a.active,
	.btn_ui_C input.active {
		opacity: 0.7;
	}	

.btn_ui_D {
}
	.btn_ui_D a,
	.btn_ui_D input {
		background-color: #787878;
		color:#fff;
        
        -moz-border-radius: 3px;
		-webkit-border-radius: 3px;
        border-radius: 3px;
		
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis; /* Opera9,10対応 */
	}
	.btn_ui_D a:hover,
	.btn_ui_D input:hover {
		opacity: 0.7;
	}
	.btn_ui_D[class*=btn_ui_off] a:hover,
	.btn_ui_D[class*=btn_ui_off] input:hover {
		opacity: 0.7;
	}
	.btn_ui_D a.active,
	.btn_ui_D input.active {
		background-color: #aeaeae;
	}

.btn_text_ui_box {
}
	.btn_text_ui {
		font-size: 12px;
	}
	.btn_text_ui_large a,
	.btn_text_ui_large input {
		font-size: 14px !important;
	}
	
	.btn_text_ui_small a,
	.btn_text_ui_small input {
		font-size: 10px !important;
	}
	.btn_text_ui a {
	}
	
	.btn_text_ui_A {
	}
		.btn_text_ui_A a {
			display:inline-block;
			padding:0 0 0 1.2em;
			position:relative;
			color:#3c3c3c;
		}
		.btn_text_ui_A i {
			position: absolute;
			top: 0.4em;
			left: 0.3em;
			width:5px;
			height:6px;
			background-position:-33px -44px;
		}
		.btn_text_ui_A a:hover {
			color:#987767;
			background-color:#eae2d9;
		}
	.btn_text_rihgt {
		text-align:right;
	}


.ddb {
	display:none;
	position:absolute;
}
	.ddb_head {
	}
	.ddb_body {
	}

.dob {
	display:none;
	width: 100%;
}
	.dob_head {
	}
		.dob_head_arrow {
		}
	.dob_body {
	}


.search_btn_list {
    margin: 0 0 0 0;
    padding: 5px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.section_box_type_C .search_btn_list {
    margin: 0;
    padding: 0;
}
	.sbl_item {
		/* float:left; */
	}
		.sbl_item a {
			display:block;
			position:relative;
		}

	.sbl_2 .sbl_item  {
		width: calc(49.99999% - 5px);
	}

	.sbl_2 .sbl_item.sbl_category {
		margin-left: 10px;
	}

	.section_box_type_C .sbl_2 .sbl_item {
		width: 100%;
	}

	.section_box_type_C .sbl_2 .sbl_item.sbl_category {
		margin-left: 0;
	}



	/* チラシ掲載中の店舗のみ表示する */
	.checkbox_btn {
		border: none;
	}

	.checkbox_btn label {
		display: flex;
		align-items: center;
		gap: 8px;
		position: relative;
		width: 100%;
		box-sizing: border-box;
		padding: 9px 10px;
		gap: 8px;
		flex: 1 0 0;
		border-radius: 4px;
		background: #FFF;
		cursor: pointer;
		font-size: 12px;
		font-weight: 600;
		line-height: 20px;
		margin-top: 10px;
	}

	.checkbox_btn label:has(:checked) {
	}

	.checkbox_btn label::before {
		width: 20px;
		height: 20px;
		box-sizing: border-box;
		border-radius: 4px;
		border: 1px solid #ACA69F;
		background-color: #fff;
		content: '';
	}

	.checkbox_btn label:has(:checked)::after {
		position: absolute;
		top: 11px;
		left: 16px;
		transform: rotate(45deg);
		width: 6px;
		height: 10px;
		border: solid #3c3c3c;
		border-width: 0 2px 2px 0;
		content: '';
	}

	.checkbox_btn input {
		display: none;
	}



	.sbl_2 .sbl_item.sbl_todofuken,
	.sbl_2 .sbl_item.sbl_station {
		width:100%
	}

		.sbl_2 .sbl_item a {
			display:block;
			margin: 10px 0 0 0;
            padding: 0;
            height: 38px;
            line-height: 38px;
			vertical-align:middle;
		}
			.sbl_2 .sbl_item a .text {
				display:inline-block;
				position: relative
			}
				.sbl_2 .sbl_item a i.icon {
					position: absolute;
					left: 0;
				}
			.sbl_2 .sbl_location a .text {
				padding-left: 32px;
			}
				.sbl_2 .sbl_location a i.icon {
					top: 7px;
					width: 25px;
					height: 25px;
					background-position: -1px -81px;
				}
			.sbl_2 .sbl_category a .text {
				padding-left: 31px;
			}
				.sbl_2 .sbl_category a i.icon {
					top: 10px;
					width: 24px;
					height: 19px;
					background-position: -27px -81px;
				}
		.sbl_2 .sbl_todofuken a {
			margin: 10px 0 0 0;
		}
			.sbl_2 .sbl_todofuken a .text {
				padding-left: 32px;
			}
				.sbl_2 .sbl_todofuken a i.icon {
					top: 7px;
					width: 25px;
					height: 25px;
					background-position: -231px -215px;
				}
		.sbl_2 .sbl_station a {
			margin: 10px 0 0 0;
		}
			.sbl_2 .sbl_station a .text {
				padding-left: 27px;
			}
				.sbl_2 .sbl_station a i.icon {
					top: 7px;
					width: 21px;
					height: 24px;
					background-position: -206px -217px;
				}

	.sbl_2 .sbl_familiar_shop {
		width:100%;
		margin: auto;
		display: block;
		justify-content:center;
	}
	.sbl_2 .sbl_familiar_shop a {
		/* display:block;
		margin: 6px 0 0 0;
		height: 30px;
		line-height: 30px;
		vertical-align:middle; */
	}
	.sbl_2 .sbl_familiar_shop a .text {
		display:inline-block;
		position: relative;
		padding-left: 27px;
	}
	.sbl_2 .sbl_familiar_shop a i.icon {
		position: absolute;
		left: 0;
		top: 6px;
		width: 21px;
		height: 24px;
		background-position: -18px -116px;
	}

	.sbl_3 .sbl_item {
		width:33.33333%
	}
		.sbl_3 .sbl_item a {
			display:block;
			margin:0 0 0 10px;
            padding: 0 0 5px;
			line-height: 1.1;
		}
	
			.sbl_3 a i.icon {
				display:block;
				margin:6px auto;
			}

			.sbl_3 .sbl_all a i.icon {
				width:22px;
				height:29px;
				background-position: -74px -81px;
				margin-bottom: 6px;
			}
			.sbl_3 .sbl_location a i.icon {
				width: 25px;
                height: 25px;
				background-position: -1px -81px;
				margin-bottom: 10px;
			}
			.sbl_3 .sbl_shop_peripheral a i.icon {
				width:21px;
				height:27px;
				background-position:-52px -81px;
				margin-bottom: 8px;
			}


.list_ui {
	font-size:14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.list_ui_A {
	border:1px solid #aca69f;
	margin:0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
	.list_ui_A li {
		border-bottom:1px dotted #dbcfc0;
	}
	.list_ui_A li:last-child {
		border-bottom:none;
	}
		.list_ui_A li a {
			display:table;
			background-color:#fff;
			padding:0.8em 0 0.8em 1em;
			color:#000;
			font-weight:bold;
            table-layout: fixed;
            vertical-align: middle;
            width: 100%;
            
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
		}
            .list_ui_A li a .text {
                display: table-cell;
                vertical-align: middle;
                
            }
            .list_ui_A li a .arrow {
                display: table-cell;
                vertical-align: middle;
                width: 26px;
                background-position: -59px -116px;
            }
                .list_ui_A li a .arrow i {
                    display: inline-block;
                    width: 6px;
                    height: 8px;
                    background-position: -59px -116px;
                    margin: 0 0 0 10px;
                }
		.list_ui_A li:first-child a {
				border-radius: 3px 3px 0 0 / 3px 3px 0 0;
			
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-topright: 3px;
				-moz-border-radius-bottomleft: 0px;
				-moz-border-radius-bottomright: 0px;
				
				-webkit-border-top-left-radius: 3px;
				-webkit-border-top-right-radius: 3px;
				-webkit-border-bottom-left-radius: 0px;
				-webkit-border-bottom-right-radius: 0px;
		}
		.list_ui_A li:last-child a {
				border-radius: 0 0 3px 3px / 0 0 3px 3px;
			
				-moz-border-radius-topleft: 0px;
				-moz-border-radius-topright: 0px;
				-moz-border-radius-bottomleft: 3px;
				-moz-border-radius-bottomright: 3px;
				
				-webkit-border-top-left-radius: 0px;
				-webkit-border-top-right-radius: 0px;
				-webkit-border-bottom-left-radius: 3px;
				-webkit-border-bottom-right-radius: 3px;
		}
		.list_ui_A li:only-child a {
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		.list_ui_A li a:hover {
			background-color:#fff;
		}

		
.list_ui_B {
	margin:0 0;
}
	.list_ui_B li {
		border-bottom:1px dotted #aca69f;
	}
	.list_ui_B li:last-child {
		border-bottom:none;
	}
		.list_ui_B li a {
			display:table;
			background-color:#fff;
			padding:0.8em 0 0.8em 1em;
			color:#3c3c3c;
			font-weight:bold;
            table-layout: fixed;
            vertical-align: middle;
            width: 100%;
            
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
			
		}
		.list_ui_B li:first-child a {
		}
		.list_ui_B li:last-child a {
		}
		.list_ui_B li:only-child a {
		}
		.list_ui_B li a:hover {
			background-color:#fbf9f7;
		}
			.list_ui_B li a .content {
                display: table-cell;
                vertical-align: middle;
                
            }
				.list_ui_B li a .thumb {
					display:block;
					width:104px;
					float:left;
				}
					.list_ui_B li a .thumb img {
						width:94px;
						margin:0 auto;
					}
				.list_ui_B li a .title {
					display:block;
					line-height:1.3;
					padding:0 0 0 104px;
				}

            .list_ui_B li a .arrow {
                display: table-cell;
                vertical-align: middle;
                width: 26px;
                background-position: -59px -116px;
            }
                .list_ui_B li a .arrow i {
                    display: inline-block;
                    width: 6px;
                    height: 8px;
                    background-position: -59px -116px;
                    margin: 0 0 0 10px;
                }

.list_ui_C {
	border:1px solid #dbcfc0;
	margin:10px 0 0;
	font-size:12px;
}
	.list_ui_C li {
		background-color:#fff;
		border-bottom:1px dotted #dbcfc0;
	}
	.list_ui_C li:last-child {
		border-bottom:none;
	}
		.list_ui_C li a {
			display:block;
			position:relative;
			background-image:url(../img/share/arrow_A.png);
			background-position:100% 50%;
			background-size:18px 13px;
			background-repeat:no-repeat;
			padding:0.8em 30px 0.8em 1em;
			color:#3c3c3c;
			font-weight:bold;
		}
		.list_ui_C li:first-child,
		.list_ui_C li:first-child a {
				border-radius: 3px 3px 0 0 / 3px 3px 0 0;
			
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-topright: 3px;
				-moz-border-radius-bottomleft: 0px;
				-moz-border-radius-bottomright: 0px;
				
				-webkit-border-top-left-radius: 3px;
				-webkit-border-top-right-radius: 3px;
				-webkit-border-bottom-left-radius: 0px;
				-webkit-border-bottom-right-radius: 0px;
		}
		.list_ui_C li:last-child,
		.list_ui_C li:last-child a {
				border-radius: 0 0 3px 3px / 0 0 3px 3px;
			
				-moz-border-radius-topleft: 0px;
				-moz-border-radius-topright: 0px;
				-moz-border-radius-bottomleft: 3px;
				-moz-border-radius-bottomright: 3px;
				
				-webkit-border-top-left-radius: 0px;
				-webkit-border-top-right-radius: 0px;
				-webkit-border-bottom-left-radius: 3px;
				-webkit-border-bottom-right-radius: 3px;
		}
		.list_ui_C li:only-child,
		.list_ui_C li:only-child a {
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		.list_ui_C li:hover {
			background-color:#fbf9f7;
		}

.list_ui_D {
	border:1px solid #dbcfc0;
	margin:0 10px;
}
	.list_ui_D li {
		
	}
	.list_ui_D li:last-child {
		
	}
		.list_ui_D li a,
		.list_ui_D li span {
			display:block;
			position:relative;
			background-color:#fff;
			padding:1.25em 1.25em 1.25em 1.25em;
			color:#3c3c3c;
			font-weight:bold;
			border-bottom:1px dotted #aca69f;
		}
		.list_ui_D li.selected a,
		.list_ui_D li.selected span {
			background-color: #f4f0ea;
		}
		.list_ui_D li:first-child a,
		.list_ui_D li:first-child span {
				border-radius: 3px 3px 0 0 / 3px 3px 0 0;
			
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-topright: 3px;
				-moz-border-radius-bottomleft: 0px;
				-moz-border-radius-bottomright: 0px;
				
				-webkit-border-top-left-radius: 3px;
				-webkit-border-top-right-radius: 3px;
				-webkit-border-bottom-left-radius: 0px;
				-webkit-border-bottom-right-radius: 0px;
		}
		.list_ui_D li:last-child a,
		.list_ui_D li:last-child span {
				border-radius: 0 0 3px 3px / 0 0 3px 3px;
			
				-moz-border-radius-topleft: 0px;
				-moz-border-radius-topright: 0px;
				-moz-border-radius-bottomleft: 3px;
				-moz-border-radius-bottomright: 3px;
				
				-webkit-border-top-left-radius: 0px;
				-webkit-border-top-right-radius: 0px;
				-webkit-border-bottom-left-radius: 3px;
				-webkit-border-bottom-right-radius: 3px;
			
			border-bottom:none;
		}
		.list_ui_D li:only-child a,
		.list_ui_D li:only-child span {
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		.list_ui_D li:not(.selected) a:hover {
			background-color:#f4f0ea;
		}

.list_ui_E {
	margin:0 0;
}
.list_ui_E.border_top {
	border-top:1px dotted #aca69f;
}
	.list_ui_E li {
		border-bottom:1px dotted #aca69f;
	}
	.list_ui_E li:last-child {
		border-bottom:none;
		margin-bottom:9px;
	}
		.list_ui_E li a {
			display:table;
			background-color:#fff;
			padding:0.8em 0 0.8em 1em;
			color:#000;
			font-weight:bold;
            table-layout: fixed;
            vertical-align: middle;
            width: 100%;
            
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
		}
            .list_ui_E li a .text {
                display: table-cell;
                vertical-align: middle;
                
            }
            .list_ui_E li a .arrow {
                display: table-cell;
                vertical-align: middle;
                width: 26px;
                background-position: -59px -116px;
            }
                .list_ui_E li a .arrow i {
                    display: inline-block;
                    width: 6px;
                    height: 8px;
                    background-position: -59px -116px;
                    margin: 0 0 0 10px;
                }

.list_ui_F {
	margin:0 0;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	border-bottom: 1px solid #ACA69F;
}
	.list_ui_F li {
		width: 50%;
		box-sizing: border-box;
		border-bottom: 1px solid #ACA69F;
	}
	.list_ui_F li:nth-child(odd) {
		border-right: 1px solid #ACA69F;
	}
	.list_ui_F li:nth-child(2n+1):nth-last-child(2) {
		border-bottom: none;
	}
	.list_ui_F li:last-child {
		margin: 0;
		border-bottom: none;
	}
		.list_ui_F li a {
			font-size: 12px;
			display:table;
			background-color:#fff;
			padding:0.8em 0 0.8em 1em;
			color:#000;
			font-weight:bold;
			table-layout: fixed;
			vertical-align: middle;
			width: 100%;
			
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			-o-box-sizing: border-box;
			box-sizing: border-box;
		}
		.list_ui_F li a .text {
			display: table-cell;
			vertical-align: middle;
			
		}
		.list_ui_F li a .arrow {
			display: table-cell;
			vertical-align: middle;
			width: 26px;
			background-position: -59px -116px;
		}
			.list_ui_F li a .arrow i {
				display: inline-block;
				width: 6px;
				height: 8px;
				background-position: -59px -116px;
				margin: 0 0 0 10px;
			}


.bnr_box {
	margin:15px 10px 20px;
}
	.bnr_box_item {
		margin:0 auto 10px;
		max-width:420px;
	}
		.bnr_box_item img {
			width:100%;
		}


.kero_sorry {
    text-align: center;
    margin: 15px 0 30px;
}
    .kero_sorry img {
        width: 136px;
        height: 203px;
    }


/*--------------------------------------------------
  static sectionSearchBox
--------------------------------------------------*/
/* セクション　チラシを探す */
#sectionSearchBox {
	margin:-10 0 0;
	z-index:1900;
    background-color: #f4f0ea;
}
#sectionSearchBox .section_head_type_B {

}
.already_myarea #sectionSearchBox .section_head_type_B {
	margin-top:10px;
}
	#sectionSearchBox .section_head_type_B i {
		position:absolute;
		top:5px;
		left:0px;
		width:14px;
		height:14px;
		background-position:-1px -24px;
	}
.search_keyword_box {
	margin:0 0 8px;
	position:relative;
}
	.search_option_area {
		width:63px;
		position:absolute;
		top:0;
		left:0;
		z-index:300;
	}
		.search_option_select {
			font-size: 12px;
			line-height:28px;
		}
			.search_option_select a {
				position:relative;
				
				cursor: pointer;
				display: block;
				font-weight: bold;
				text-align:center;
				text-decoration: none;
				vertical-align: top;
				white-space: nowrap;

				border-radius: 3px 0 0 3px / 3px 0 0 3px;
			
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-bottomleft: 3px;
				-moz-border-radius-topright: 0px;
				-moz-border-radius-bottomright: 0px;
				
				-webkit-border-top-left-radius: 3px;
				-webkit-border-bottom-left-radius: 3px;
				-webkit-border-top-right-radius: 0px;
				-webkit-border-bottom-right-radius: 0px;

				user-select: none;
				-moz-user-select: none;
				-khtml-user-select: none;
				-webkit-user-select: none;
				text-decoration:none;

				background-color: #f0f0f0;
				
				background: linear-gradient(bottom, #eae4dc, #fff);
				background: -o-linear-gradient(bottom, #eae4dc, #fff);
				background: -moz-linear-gradient(bottom, #eae4dc, #fff);
				background: -webkit-linear-gradient(bottom, #eae4dc, #fff);
				background: -ms-linear-gradient(bottom, #eae4dc, #fff);
			
				background: -webkit-gradient(linear, left bottom, left top, from(#eae4dc), to(#fff));
				border: 1px solid #b8a48d;
				border-bottom-color: #a99177;
				color:#3c3c3c;
			}
			.search_option_select a i {
				position: absolute;
				top: 13px;
				right:6px;
				width: 7px;
				height: 4px;
				background-position: -2px -45px;
			}
		#searchOptionSelectBoxDOB {
			display:none;
			position:absolute;
			z-index:100;
			top:-10px;
			left:-10px;
			width:100%;
		}
			#searchOptionSelectBoxDOB .ddb_inner {
				position:relative;
				background-color:#fff;
				border:1px solid #dbcfc0;
				padding:3em 10px 0.5em;
				width:100%;
				box-shadow:2px 2px 15px rgba(0, 0, 0, 0.4);
				-moz-box-shadow:2px 2px 15px rgba(0, 0, 0, 0.4);
				-webkit-box-shadow:2px 2px 15px rgba(0, 0, 0, 0.4);
				-o-box-shadow:2px 2px 15px rgba(0, 0, 0, 0.4);
				-ms-box-shadow:2px 2px 15px rgba(0, 0, 0, 0.4);
			}
				.st_search_option_select_list {
				}
					.st_search_option_select_list_item {
						font-size:14px;
						line-height:20px;
					}
						.st_search_option_select_list_item a {
							display:block;
							color:#3c3c3c;
							padding:0.5em 10px 0.5em 28px;
							position:relative;
							zoom: 1;
						}
						.st_search_option_select_list_item i {
							display:none;
							position:absolute;
							top:0.9em;
							left:10px;
							width: 13px;
							height: 9px;
							background-position: -89px -270px;
						}
					.st_search_option_select_list_item_on {
						font-weight:bold;
						background-color:#e8e0d5;
					}
						.st_search_option_select_list_item_on i {
							display:block;
						}
						
	.search_title {
		font-size: 12px;
		color: #3c3c3c;
		font-weight: bold;
		text-indent: 0;
        padding: 6px 0 6px 24px;
	}
        .search_title .icon {
            position: absolute;
            left: 0;
        }
        .search_title_area .icon {
            width: 17px;
            height: 16px;
            background-position: -1px -116px;
            top: 6px;
        }
        .search_title_shopname .icon {
            width: 19px;
            height: 18px;
            background-position: -19px -116px;
            top: 5px;
        }
	.search_main_area {
		margin:0;
		position:relative;
		z-index:300;
	}
		.search_keyword_box_text {
			display:block;
			height:28px;
			position:relative;
			margin:0 63px 0 0;
            background-color:#fff;
            border:1px solid #ccbba8;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
		}
			.search_keyword_box_text input {
				display:block;
				width:92%;
				height:24px;
				line-height:24px;
				font-size:12px;
				outline:none;
				background-color:#fff;
				border:none;
				padding:2px 8px;
				margin:0;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
			}
		.search_keyword_box_btn {
			display:block;
			width:60px;
			height:30px;
			position:absolute;
			top:0;
			right:0;
		}
			.search_keyword_box_btn input {
				font-size:12px !important;
				height:30px;
				width:60px;
				padding:0;
			}
	#sectionSearchBox .sbl_item_A a {
		margin:0 0 0 9px;
	}

    .myarea_set_btn {
        margin: 9px 0 0;
    }
        .myarea_set_btn a {
            display:block;
            text-align: center;
            border: 2px solid #fff;
            background-color: #69bfab;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }
            .myarea_set_btn_text {
                display:inline-block;
                height: 48px;
                line-height: 48px;
                padding: 0 0 0 32px;
                color: #fff;
                font-size: 14px;
                position: relative;
            }
                .myarea_set_btn a .icon {
                    position: absolute;
                    left:0;
                    top:10px;
                    width: 24px;
                    height: 28px;
                    background-position: -1px -31px;
                }


/* category list
----------------------------------------------------*/
#searchCategoryBoxDOB {
	padding:0 0 0 0;
}
	#searchCategoryBoxDOB ul li {
		background-position:7px 50%;
		background-repeat:no-repeat;
		
	}
		#searchCategoryBoxDOB ul li a {
			padding-left:10px; /*padding-left:50px;*/
		}

#searchCategoryBoxDOB ul li.category-101 {background-image:url(../img/icon/icon_category101.gif);}
#searchCategoryBoxDOB ul li.category-102 {background-image:url(../img/icon/icon_category102.gif);}
#searchCategoryBoxDOB ul li.category-103 {background-image:url(../img/icon/icon_category103.gif);}
#searchCategoryBoxDOB ul li.category-104 {background-image:url(../img/icon/icon_category104.gif);}
#searchCategoryBoxDOB ul li.category-105 {background-image:url(../img/icon/icon_category105.gif);}
#searchCategoryBoxDOB ul li.category-106 {background-image:url(../img/icon/icon_category106.gif);}
#searchCategoryBoxDOB ul li.category-107 {background-image:url(../img/icon/icon_category107.gif);}
#searchCategoryBoxDOB ul li.category-108 {background-image:url(../img/icon/icon_category108.gif);}
#searchCategoryBoxDOB ul li.category-109 {background-image:url(../img/icon/icon_category109.gif);}
#searchCategoryBoxDOB ul li.category-110 {background-image:url(../img/icon/icon_category110.gif);}
#searchCategoryBoxDOB ul li.category-111 {background-image:url(../img/icon/icon_category111.gif);}
#searchCategoryBoxDOB ul li.category-112 {background-image:url(../img/icon/icon_category112.gif);}
#searchCategoryBoxDOB ul li.category-113 {background-image:url(../img/icon/icon_category113.gif);}
#searchCategoryBoxDOB ul li.category-114 {background-image:url(../img/icon/icon_category114.gif);}
#searchCategoryBoxDOB ul li.category-115 {background-image:url(../img/icon/icon_category115.gif);}
#searchCategoryBoxDOB ul li.category-116 {background-image:url(../img/icon/icon_category116.gif);}
#searchCategoryBoxDOB ul li.category-117 {background-image:url(../img/icon/icon_category117.gif);}
#searchCategoryBoxDOB ul li.category-118 {background-image:url(../img/icon/icon_category118.gif);}
#searchCategoryBoxDOB ul li.category-119 {background-image:url(../img/icon/icon_category119.gif);}
#searchCategoryBoxDOB ul li.category-120 {background-image:url(../img/icon/icon_category120.gif);}
#searchCategoryBoxDOB ul li.category-121 {background-image:url(../img/icon/icon_category121.gif);}
#searchCategoryBoxDOB ul li.category-122 {background-image:url(../img/icon/icon_category122.gif);}
#searchCategoryBoxDOB ul li.category-123 {background-image:url(../img/icon/icon_category123.gif);}
#searchCategoryBoxDOB ul li.category-124 {background-image:url(../img/icon/icon_category124.gif);}
#searchCategoryBoxDOB ul li.category-125 {background-image:url(../img/icon/icon_category125.gif);}
#searchCategoryBoxDOB ul li.category-126 {background-image:url(../img/icon/icon_category126.gif);}
#searchCategoryBoxDOB ul li.category-127 {background-image:url(../img/icon/icon_category127.gif);}
#searchCategoryBoxDOB ul li.category-128 {background-image:url(../img/icon/icon_category128.gif);}
#searchCategoryBoxDOB ul li.category-129 {background-image:url(../img/icon/icon_category129.gif);}
#searchCategoryBoxDOB ul li.category-130 {background-image:url(../img/icon/icon_category130.gif);}
#searchCategoryBoxDOB ul li.category-131 {background-image:url(../img/icon/icon_category131.gif);}
#searchCategoryBoxDOB ul li.category-132 {background-image:url(../img/icon/icon_category132.gif);}



/* main_header
----------------------------------------------------*/
.main_header {
    position:relative;
	background:#fff;
	/* border-bottom: 2px solid #ddcfbe; */
    padding: 16px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
    .main_header h1 {
        font-size:12px;
        font-weight: bold;
    }
    .main_header h1.main_header_large {
        font-size:18px;
    }
	 .main_header_inner .search_header_text {
		font-size: 12px;
		line-height: 1.5;
		margin-top: 10px;
	}
	.main_header_inner  .search_header_link {
		font-size: 14px;
		margin-top: 10px;
		display: block;
	}

/* pageTop
----------------------------------------------------*/
.pageTop {
	margin: 20px 0;
	text-align: right;
}
	.pageTop a {
		padding-left: 13px;
		color: #06f;
		position:relative;
		display:inline-block;
	}
		.pageTop a i {
			width:8px;
			height:4px;
			position:absolute;
			top:0.6em;
			left:0;
			background-position:-41px -45px;
			text-indent:0;
		}
		
/* adArea
----------------------------------------------------*/
.adArea {
		padding: 0;
		text-align: center;
	}
    .adArea div {
		margin: 0 auto;
	}


/* footer
----------------------------------------------------*/
footer.global {
	padding: 0 0;
	position:relative;
	z-index:100;
}
	footer.global ul {
		list-style: none;
		margin: 0;
		text-align: center;
        background-color: #f4f0ea;
        font-size: 10px;
        padding: 15px 0 10px;
	}
		footer.global ul li {
			margin: 0 10px 5px;
			display: inline-block;
		}
			footer.global ul li a {
				color: #3c3c3c;
			}
    a.footer_sitetop,
    a.footer_app {
        display: block;
        background-color: #aca69f;
        color: #fff;
        text-align: center;
        font-size: 12px;
    }
    a.footer_sitetop {
        height: 35px;
        line-height: 35px;
    }
    a.footer_app {
        position: relative;
        height: 44px;
        line-height: 44px;
    }
        a.footer_app .icon {
            width: 50px;
            height: 35px;
            background-position: -59px -31px;
            position: absolute;
            bottom: 0;
            left: 10px;
        }

	footer.global p.copyright {
        height: 31px;
        line-height: 31px;
		text-align: center;
        font-size: 10px;
        background-color: #fff;
	}
	
/* .a_page_top
----------------------------------------------------*/
.a_page_top {
    width: 50px;
    height: 77px;
    background-position: -144px -81px;
    position: absolute;
    bottom: 63px;
    right: 10px;
    z-index: 2000;
}



/* .app_appeal_btn
----------------------------------------------------*/
a.app_appeal_btn {
    display: block;
    position: relative;
    height: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 108px;
    background-color: #f4f0ea;
    border-top: 1px dotted #aca69f;
    border-bottom: 1px dotted #aca69f;
}

a.app_appeal_btn_chirashi_DB {
    display: block;
    position: relative;
    height: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 60px;
    background-color: #f4f0ea;
    border-top: 1px dotted #aca69f;
    border-bottom: 1px dotted #aca69f;
}

a.app_appeal_btn_v3 {
    padding: 0 90px 0 62px;
}

a.app_appeal_btn_arrow {
    padding-right: 20px;
}
    a.app_appeal_btn .icon_1 {
        width: 42px;
        height: 42px;
        background-position: -110px -31px;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    a.app_appeal_btn .icon_2 {
        width: 42px;
        height: 42px;
        background-position: -153px -31px;
        position: absolute;
        top: 10px;
        left: 57px;
    }
    a.app_appeal_btn .icon_3 {
        width: 91px;
        height: 39px;
        background-position: 0 -211px;
        position: absolute;
        top: 12px;
        left: 10px;
    }
    a.app_appeal_btn .text {
        font-size: 14px;
        color: #3c3c3c;
        display: table-cell;
        height: 64px;
        vertical-align: middle;
    }
    a.app_appeal_btn .arrow {
        width: 6px;
        height: 8px;
        background-position: -59px -116px;
        position: absolute;
        top: 27px;
        right: 10px;
    }
a.app_appeal_btn_sd {
	height: 78px;
}
	a.app_appeal_btn_sd .icon_1 {
        top: 17px;
    }
    a.app_appeal_btn_sd .icon_2 {
        top: 17px;
    }
	a.app_appeal_btn_sd .text {
		line-height: 18px;
		height: 78px;
    }


input.chirashi_DB_button {
	display: inline;
	float: right;
	font-size: 10px;
	position: absolute;
	right: 10px;
	top: 28px;
}

/* .app_appeal_btn_v2
----------------------------------------------------*/
a.app_appeal_btn_v2 {
	background-color: #b2e7da;
}
    a.app_appeal_btn_v2 .icon_1 {
    }
    a.app_appeal_btn_v2 .icon_2 {
        width: 47px;
        height: 37px;
        background-position: -95px -211px;
        position: absolute;
        top: 12px;
        left: 55px;
    }
a.app_appeal_btn_sd.app_appeal_btn_v2 {
	height: auto;
}
	a.app_appeal_btn_sd.app_appeal_btn_v2 .icon_1 {
        top: 17px;
    }
    a.app_appeal_btn_sd.app_appeal_btn_v2 .icon_2 {
        top: 19px;
        left: 55px;
    }
	a.app_appeal_btn_sd.app_appeal_btn_v2 .text {
		line-height: 18px;
		height: 78px;
    }

/* .tabNavChild
----------------------------------------------------*/

ul.tabNavChild {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 10px 0 5px;
    border-bottom: 1px solid #aca69f;
}


    ul.tabNavChild li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 49.9999%;
    }
        ul.tabNavChild li a {
            display: block;
            position: relative;
            
            margin: 0 0 -1px 5px;
            padding: 2px 0 0;

            background-color: #e9e1d5;
            color: #3c3c3c;
            height: 30px;
            line-height: 30px;
            font-weight: bold;
            text-align: center;
            
            border-bottom: 1px solid #aca69f;

            border-radius: 3px 3px 0 0 / 3px 3px 0 0;

            -moz-border-radius-topleft: 3px;
            -moz-border-radius-topright: 3px;
            -moz-border-radius-bottomleft: 0px;
            -moz-border-radius-bottomright: 0px;

            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            -webkit-border-bottom-left-radius: 0px;
            -webkit-border-bottom-right-radius: 0px;
        }
        ul.tabNavChild li a.active {
            background-color: #aca69f;
            color: #fff;
            border-bottom: 1px solid #e61e0a;
        }
            ul.tabNavChild li a .text {
                display:inline-block;
                font-size: 12px;
				padding-left: 19px;
				position: relative;
            }
				ul.tabNavChild li a .icon {
					display:block;
					position: absolute;
					top: 6px;
					left: 0;
					width: 12px;
					height: 17px;
				}
                ul.tabNavChild li.search-address a .icon {
                    background-position: -14px -141px;
                }
                ul.tabNavChild li.search-address a.active .icon {
                    background-position: -1px -141px;
                }
                ul.tabNavChild li.search-station a .icon {
                    background-position: -40px -141px;
                }
                ul.tabNavChild li.search-station a.active .icon {
                    background-position: -27px -141px;
                }
                ul.tabNavChild li.search-cities a .text {
					padding-left: 24px;
                }
                ul.tabNavChild li.search-cities a .icon {
					background-position: -260px -203px;
					width: 17px;
					height: 17px;
                }
                ul.tabNavChild li.search-cities a.active .icon {
					background-position: -260px -223px;
					width: 17px;
					height: 17px;
                }
                ul.tabNavChild li.search-line a .icon {
                    background-position: -40px -141px;
                }
                ul.tabNavChild li.search-line a.active .icon {
                    background-position: -27px -141px;
                }


            ul.tabNavChild li a .arrow {
                display: none;
                width: 100%;
                height: 7px;
                position: absolute;
                bottom: -7px;
                left: 0;
                text-align: center;
            }
                ul.tabNavChild li a .arrow i {
                    display: block;
                    width: 8px;
                    height: 7px;
                    margin: 0 auto;
                    background-position: -66px -116px;
                }
            ul.tabNavChild li a.active .arrow {
                display: block;
            }

/* .label_sponsor_link
----------------------------------------------------*/
.label_sponsor_link {
	text-align: center;
	font-size: 12px;
	color: #666;
	padding: 5px 0 0;
}

/* #headerad_banner
----------------------------------------------------*/
#headerad_banner {
	left: 0;
	top: 0px;
	width: 100%;
	font-family: 'Helvetica Neue',sans-serif;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

/*--------------------------------------------------
  static sectionMyBox
--------------------------------------------------*/
/* セクション　チラシを探す */
#sectionMyBox {
	position:relative;
	margin:0 0 0;
	z-index:2000;
}

#sectionMyBox .section_box_type_B {
    padding-left: 0;
}
	.myarea_set {
		position:relative;
		font-size:12px;
	}
		.myarea_set_text {
			padding: 3px 100px 4px 0;
			margin: 0 0 9px 9px;
		}
		.myarea_edit_btn {
			position:absolute;
			top:0;
			right:0;
		}
		
.mybox_btn_list {
    margin: 0;
}
    .mbl_item {
        float:left;
        width:49.99999%;
        font-size: 14px
    }
        .mbl_item a {
            display:block;
            position:relative;
            height: 80px;
            
            cursor: pointer;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            vertical-align: top;
            white-space: nowrap;
            outline: none;
            border: none;
            user-select: none;
            -moz-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            text-decoration:none;
            
            margin: 0 0 0 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }
            .mbl_item a .text {
                display: block;
                position: absolute;
                bottom: 4px;
                left: 0;
                text-align: center;
                width: 100%;
            }

        .mbl_delivery a {
            border: 2px solid #d72617;
            background-color: #ffe8e6;
            color: #d72617;
            padding-left: 32px;
        }
            .mbl_delivery a i.icon {
                width:98px;
                height:43px;
                margin: 4px auto;
                background-position:-1px -161px;
                text-indent:0;
                position:relative;
            }
                .mbl_delivery a i.icon em {
                    width:32px;
                    height: 32px;
                    line-height:32px;
                    position:absolute;
                    top:0;
                    right:0;
                    font-size:14px;
                    text-decoration:none;
                    font-style:normal;
                    /*font-family:Verdana, Geneva, sans-serif;*/
                    font-weight: normal;
                    color: #fff;
                }
        .mbl_all a {
            background-color: #d72617;
            color: #fff;
            padding: 8px 0 0;
        }
            .mbl_all a i.icon {
                width:32px;
                height:41px;
                background-position:-26px -31px;
                margin: 0 auto;
            }
.mybox_minichira_btn {
    margin: 14px 0 0;
}

    .mmb_item {
        float:left;
        width:99.99999%;
        font-size: 14px
    }
        .mmb_item a {
			display:block;
			position:relative;

            height: 52px;
            
            cursor: pointer;
            font-weight: normal;
            text-align: center;
            text-decoration: none;
			line-height: 52px;
			vertical-align: middle;
            white-space: nowrap;
            outline: none;
            border: solid #fff 2px;
            -moz-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            text-decoration:none;
            
            margin: 0 0 0 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;

            background-color: #0ea9e2;
            color: #fff;
        }
            .mmb_item a .text {
				display:inline-block;
				position: relative;
                text-align: center;
				vertical-align: middle;
                margin-top: -2px;
				padding-left: 40px
            }
            .mmb_item a i.icon {
				width: 26px;
				height: 30px;
				background-position: -203px -71px;
				position: absolute;
				top: 10px;
				left: 10px;
            }

.mybox_favoriteshop_btn {
    margin: 14px 0 0;
}

    .mfb_item {
        float:left;
        width:99.99999%;
        font-size: 14px
    }
        .mfb_item a {
			display:block;
			position:relative;

            height: 52px;
            
            cursor: pointer;
            font-weight: normal;
            text-align: center;
            text-decoration: none;
			line-height: 52px;
			vertical-align: middle;
            white-space: nowrap;
            outline: none;
            border: solid #fff 2px;
            -moz-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            text-decoration:none;
            
            margin: 0 0 0 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;

            background-color: #FEAD0A;
            color: #fff;
        }

		.mfb_item_1 a {
		    margin: 0 0;
		}

            .mfb_item a .text {
				display:inline-block;
				position: relative;
                text-align: center;
				vertical-align: middle;
                margin-top: -2px;
				padding-left: 40px;
            }
            .mfb_item a i.icon {
				position: absolute;
				width: 26px;
				height: 30px;
				background-position: -203px -111px;
				top: 10px;
				left: 10px;
            }

    .mfb_item_2 {
    	float: none;
    }

	    .mfb_item_2 a {
	    	margin: 0;
	    	background-color: #FEAD0A;
	    	height: 52px;
	    	line-height: 52px;
	    	border: solid #fff 2px;
	    	font-weight: normal;
	    }

.mybox_history {
    margin: 14px 0 0;
}
    .mh_item {
        float:left;
        width:49.99999%;
        font-size: 14px
    }
        .mh_item_ttl {
            margin: 0 0 3px 12px;
            font-size: 12px;
        }
        .mh_item_list {
            margin: 0 0 0 10px;
            padding: 7px 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 12px;
            border: 1px solid #aca69f;
            background-color: #fff;
            
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            
            min-height: 118px;
        }

.dialog_overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2147483647;
	background-color: rgba(0,0,0,.8);
	top: 0;
}
	.dialog_wrapper {
	    margin: 0 auto;
		max-width: 540px;
	}
	.dialog {
		background-color: #fff;
	    border-radius: 8px;
	    margin: 20px 10px;
        font-weight: bold;
	}
	.dialog_noborder {
	    border-radius: 0;
        background-color: transparent;
	}
	.dialog_top {
	    padding: 20px;
	    border-bottom: #eee solid 1px;
	}
	.dialog_bottom {
	    overflow: hidden;
	    color: #007AFF;
	}
	.dialog_btn {
	    text-align: center;
	    padding: 10px 0;
	    width: 100%;
	}
	.dialog_btn_left {
	    width: 49%;
	    float: left;
	    font-weight: normal;
	}
	.dialog_btn_right {
	    width: 49%;
	    float: right;
	    border-left: #eee solid 1px;
	    padding-left: 1%;
	}

	.dialog_overlay img {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-size: cover;
		width: 100%;
	}

.margin_top0 {
	margin-top: 0px !important;
}

.margin_top10 {
	margin-top: 10px !important;
}

.padding_top0 {
	padding-top: 0px !important;
}

.padding_top4 {
	padding-top: 4px !important;
}

.padding_top8 {
	padding-top: 8px !important;
}

.padding_bottom8 {
	padding-bottom: 8px !important;
}

p.search_border {
	border-bottom: 1px solid #ddcfbe;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*-------------------------
Ad
-------------------------*/
[id^="div-gpt-ad"]:not(#div-gpt-ad-9981254-1) {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  text-align: center;
}

#appOffer {
   height: 61px;
}

/*--------------------------------------------------
  よく行くお店ボタン追加
--------------------------------------------------*/
.search-func-region-name {
	padding: 9px 10px 8px;
	margin: 0 0 0;
	background-color: #aca69f !important;
	color: #fff;
	font-weight: normal;
}

/*--------------------------------------------------
  SNS公式アカウント
--------------------------------------------------*/
.sns_list_wrap{}

.sns_list{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}
.sns_list_item a {
	display: block;
}

/*--------------------------------------------------
  フッタ―改修
--------------------------------------------------*/
.footer_services {
	background-color:#ACA69F;
	padding: 10px;
}

.footer_section_head {
	font-weight: normal;
	color: #FFFFFF;
}

.footer_services_head {
	font-weight: bold;
	padding-bottom: 4px;
}

.footer_app_appeal {
	display: flex;
	background-color: #FFFFFF;
	border: 1px solid #EBE7E2;
	border-radius: 5px;
	margin-top: 10px;
}

.footer_services_icon {
	width: 50px;
	height: 50px;
	margin: 11px 10px 11px 11px;
}

.footer_services_content {
	display: flex;
	flex-flow: column;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 12px;
	color: #3C3C3C;
}

.footer_menu_container {
	/* display: flex; */
	background-color:#FFFFFF;
	padding: 10px 10px 20px 10px;
}

.footer_menu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.footer_menu_content {
	width: 50%;
}

.footer_menu_content:nth-child(odd) a {
	margin-right: 5px;
}

.footer_menu_content:nth-child(even) a {
	margin-left: 5px;
}

.footer_menu_content a {
	background-color: #FFFFFF;
	border: 1px solid #EBE7E2;
	border-radius: 5px;
	padding: 13px 0 13px 0;
	text-align: center;
	display: block;
	color: #3C3C3C;
	font-size: 12px;
	margin-top: 10px;
}

.footer_menu_content a.text_11px {
	color: #3C3C3C;
	font-size: 11px;
}

.footer_summary_text {
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
}

p.copyright {
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 10px;
	background-color: #fff;
}

/* お店を探す */
.footer_search_shop{
}

.footer_search_shop_contents{
}

.footer_search_shop_title{
}

.footer_search_shop_box{
}

.footer_search_shop_left{
}

.footer_search_block{
}

.footer_search_title_block{
	display: flex;
	padding: 9px 10px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	background: #DEDAD3;
}

.footer_search_title_block .icon {
	width: 20px;
	height: 20px;
}

.footer_search_title{
	font-size: 14px;
	line-height: 18px;
	flex: 1 0 0;
}

.footer_search_contents{
	padding: 20px 10px 20px;
	background-color: #f4f0ea;
}

.footer_search_region_row{
	margin-top: 8px;
}

.footer_search_region_row:nth-of-type(1){
	margin-top: 0px;
}

.footer_search_region_row:nth-of-type(1) .footer_search_region_name {
	padding: 0 0 8px;
}

.footer_search_region_name{
	font-size: 12px;
	line-height: 16px;
	padding: 8px 0;
}

.footer_search_content_wrap{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 3px;
	align-self: stretch;
	flex-wrap: wrap;
}

.footer_search_content_wrap .footer_search_link {
	display: flex;
	padding: 9px 15px;
	flex-direction: column;
	align-items: center;
	border-radius: 5px;
	border: 1px solid #EBE7E2;
	background: #FFF;
	color: #3C3C3C;
	font-size: 12px;
	line-height: 18px;
}

.footer_search_shop_right{
}


/*--------------------------------------------------
  categorylistページ内main_header_inner
--------------------------------------------------*/
.main_header_inner h2 {
	font-size: 14px;
	margin-top: 18px;
}
.search_location_category {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.search_location_btn {
	background-color: #e61e0a;
	padding: 10px 20px;
	border-radius: 5px;
	width: 70%;
	text-align: center;
}
.search_location_btn .text {
	color: #ffffff;
}
