@charset "utf-8";



/* Header
------------------------------------------------------------- */

header h1 {
	margin: 0 auto;
}

header h1 a {
	background-image: url(../img/logo.png);
}



/*Cover
------------------------------------------------------------- */

.cover_bg {
	margin: 0;
	width: 100%;
	height: 185px;
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.cover_bg::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/cover/cover_bg.png);
	background-repeat: repeat;
	background-size: 55px;
}

.cover_bg > div {
	z-index: 2 !important;
}

.cover_bg > header {
	z-index: 5 !important;
}

.cover_contents {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 68px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	z-index: 10 !important;
}

.cover_contents .cover_title {
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 700;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6), -2px 2px 2px rgba(0,0,0,0.6), 2px -2px 2px rgba(0,0,0,0.6), -2px -2px 2px rgba(0,0,0,0.6);
}

.cover_contents .cover_catch {
	display: none;
}

.img_preload {
	display: none;
}



/* Google Search (Cover)
------------------------------------------------------------- */

.cover_bg header #header_google_box {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -115px;
	box-shadow: 2px 2px 2px rgba(255,255,255,0.2), -2px 2px 2px rgba(255,255,255,0.2), 2px -2px 2px rgba(255,255,255,0.2), -2px -2px 2px rgba(255,255,255,0.2);
}



/* Catchcopy (English)
------------------------------------------------------------- */

.catch_en_box {
	margin: 0;
	padding: 0;
	background-color: transparent;
	position: relative;
}

.catch_en_box p {
	line-height: 1.3;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	padding: 0;
}

.catch_en_box p.catch_en_title {
	width: 100%;
	height: 20px;
	padding: 0;
	color: #fff;
	font-weight: 500;
	font-size: 0.75rem;
	text-align: center;
	position: absolute;
	top: -60px;
	left: 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6), -2px 2px 2px rgba(0,0,0,0.6), 2px -2px 2px rgba(0,0,0,0.6), -2px -2px 2px rgba(0,0,0,0.6);
}

.catch_en_box p.catch_en_sub {
	display: none;
}



/* Search Menu (TopPage)
------------------------------------------------------------- */

#search_top_box {
	margin: 0;
	padding: 0;
}

#search_top_box p:first-child {
	margin-top: 10px;
	padding: 0 5px;
}


/* Search Title */

#search_top_box h3 {
	margin: 0;
}

#search_top_box h3 {
	margin-bottom: 10px;
}

#search_top_box h4 {
	margin: 0 0 15px 0;
	padding: 0 2px;
	line-height: 1;
	border: 0;
	border-left: 3px solid #444;
}

#search_top_box h4 span.search_ti_j {
	display: inline-block;
	font-size: 1rem;
	margin-right: 2px;
}

#search_top_box h4 span.search_ti_e {
	display: inline-block;
	color: #888;
	font-weight: 300;
	font-size: 0.75rem;
}

#search_top_box h4.short_title {
	margin: -5px 0 15px 0;
}

#search_top_box h4.short_title span.search_ti_j,
#search_top_box h4.short_title span.search_ti_e {
	display: block;
	margin-bottom: 2px;
}

#search_top_box .select_box select {
	font-size: 16px;
}

#search_top_box .submit_box {
	padding: 10px 0 40px 0;
}

#search_top_box .submit_box input[type=submit] {
	padding: 18px 10px;
	font-size: 1.1rem;
}


/* Category of Shop List */

#cate_menu_box {
	margin: 10px 0 30px 0;
}

#cate_menu_box::after {
	content:"";
	display:block;
	clear:both;
}

dl.cate_menu_list {
	margin: 0;
	padding: 0;
}

dl.cate_menu_list dt {
	margin: 0 0 5px 0;
	padding: 10px 5px 10px 22px;
	font-size: 0.85rem;
	line-height: 1.3;
	background-color: #f99;
	text-indent: -13px;
}

dl.cate_menu_list dd {
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 32px;
	font-size: 0.85rem;
	line-height: 1.3;
	border-bottom: 1px solid #f99;
	text-indent: -13px;
}

dl.cate_menu_list dd:last-child {
	border-bottom: 0;
}

dl.cate_menu_list dt label, dl.cate_menu_list dd label {
	cursor: pointer;
}

dl.cate_menu_list dt a, dl.cate_menu_list dd a {
	text-decoration: none;
	color: #222;
}

dl.cate_menu_list dt a:hover, dl.cate_menu_list dt a:active,
dl.cate_menu_list dd a:hover, dl.cate_menu_list dd a:active {
	text-decoration: none;
	color: #222;
}

dl.cate_menu_list dt .txt_j {
	margin-right: 2px;
	font-weight: bold;
}

dl.cate_menu_list dd .txt_j {
	margin-right: 2px;
	font-weight: normal;
}

dl.cate_menu_list dd .txt_e {
	color: #888;
	font-weight: normal;
	font-size: 0.7rem;
}

dl.cate_menu_list dt .txt_e {
	color: #900;
	font-weight: normal;
	font-size: 0.7rem;
}

dl.cate_menu_list dt::before, dl.cate_menu_list dd::before {
	content: "\0bb";
	color: #666;
	font-size: 1rem;
	margin-right: 4px;
}


/* GoogleMap
------------------------------------------------------------- */

#googlemap_box {
	margin: 0 auto 30px auto;
	padding: 0;
	width: 300px;
	height: 240px;
	text-align: center;
}

#googlemap_box iframe {
	width: 100%;
	height: 100%;
}



/* Banner
------------------------------------------------------------- */

#banner_box {
	margin: 0;
	padding: 10px 0 0 0;
	width: 100%;
}

ul.banner_list {
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.banner_list li {
	list-style-type: none;
	list-style-position: outside;
	padding-bottom: 20px;
}

ul.banner_list li a img {
	width: 220px;
	border: 1px solid #ccc;
}

ul.banner_list li a:hover img {
	border: 1px solid #fff;
	opacity: 1;
}






/* for SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:360px) {

	/*Cover
	------------------------------------------------------------- */

	.cover_contents {
		padding-top: 72px;
	}

	.cover_bg {
		height: 190px;
	}


	/* Catchcopy (English)
	------------------------------------------------------------- */

	.catch_en_box p.catch_en_title {
		font-size: 0.75rem;
		top: -60px;
	}


	/* GoogleMap
	------------------------------------------------------------- */

	#googlemap_box {
		width: 340px;
		height: 260px;
	}

}





/* for MiddleSize(480-)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:480px) {

	header h1 {
		margin: 0;
	}

	/*Cover
	------------------------------------------------------------- */

	.cover_contents {
		padding-top: 80px;
	}

	.cover_bg {
		height: 220px;
	}

	.cover_contents .cover_title {
		font-size: 24px;
	}


	/* Google Search (Cover)
	------------------------------------------------------------- */

	.cover_bg header #header_google_box {
		bottom: -140px;
	}

	/* Catchcopy (English)
	------------------------------------------------------------- */

	.catch_en_box p.catch_en_title {
		font-size: 0.8rem;
		top: -70px;
	}


	/* GoogleMap
	------------------------------------------------------------- */

	#googlemap_box {
		width: 460px;
		height: 320px;
	}


	/* Search Menu (TopPage)
	------------------------------------------------------------- */

	#search_top_box h4.short_title {
		margin: 0 0 20px 0;
	}

	#search_top_box h4.short_title span.search_ti_j,
	#search_top_box h4.short_title span.search_ti_e {
		display: inline-block;
	}

}





/* for MiddleSize(560-787)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:560px) {

	/* Header
	------------------------------------------------------------- */

	header {
		padding: 10px 0 0 10px;
	}

	header h1 {
		width: 165px;
		height:62px;
	}


	/*Cover
	------------------------------------------------------------- */

	.cover_contents {
		padding-top: 80px;
	}

	.cover_bg {
		height: 180px;
	}

	.cover_contents .cover_title {
		font-size: 26px;
	}


	/* Google Search (Cover)
	------------------------------------------------------------- */

	.cover_bg header #header_google_box {
		margin: 0 0;
		left: auto;
		right: 60px;
		bottom: auto;
		top: 22px;
	}


	/* Catchcopy (English)
	------------------------------------------------------------- */

	.catch_en_box p.catch_en_title {
		font-size: 0.85rem;
		top: -25px;
	}


	/* GoogleMap
	------------------------------------------------------------- */

	#googlemap_box {
		width: 520px;
		height: 380px;
	}


	/* Banner
------------------------------------------------------------- */

	#banner_box {
		margin: 0 auto;
		padding: 10px 0;
		width: 500px;
	}

	ul.banner_list {
		margin: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	ul.banner_list li {
		margin: 0 15px;
	}

}





/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:788px) {

	/* Header
	------------------------------------------------------------- */

	header h1 {
		width: 170px;
		height:65px;
	}


	/*Cover
	------------------------------------------------------------- */

	.cover_contents {
		padding-top: 85px;
	}

	.cover_bg {
		height: 210px;
	}

	.cover_contents .cover_title {
		font-size: 29px;
		margin-bottom: 10px;
	}

	.cover_contents .cover_catch {
		display: block;
		width: 100%;
		margin: 0 auto;
		font-size: 18px;
		line-height: 1.6;
		color: #fff;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.8), -2px 2px 2px rgba(0,0,0,0.8), 2px -2px 2px rgba(0,0,0,0.8), -2px -2px 2px rgba(0,0,0,0.8);
		font-weight: 500;
	}


	/* Google Search (Cover)
	------------------------------------------------------------- */

	.cover_bg header #header_google_box {
		width: 320px;
		top: 30px;
		right: 10px;
	}


	/* Catchcopy (English)
	------------------------------------------------------------- */

	.catch_en_box {
		margin: 0;
		padding: 8px;
		border-top: 2px solid #444;
		background-color: #e5e5e5;
		background: -moz-linear-gradient(top, #ccc, #fff);
		background: -webkit-linear-gradient(top, #ccc, #fff);
		background: linear-gradient(to bottom, #ccc, #fff);
	}

	.catch_en_box p {
		padding: 0 10px;
		width: 768px;
		margin: 0 auto;
	}

	.catch_en_box p.catch_en_title {
		padding: 5px 0;
		margin-bottom: 5px;
		height: auto;
		color: #222;
		font-size: 1rem;
		border-bottom: 2px dotted #fff;
		position: relative;
		top: 0;
		left: 0;
		text-shadow: none;
	}

	.catch_en_box p.catch_en_sub {
		display: block;
		color: #666;
		font-size: 0.9rem;
		font-weight: 300;
	}


	/* Search Menu (TopPage)
	------------------------------------------------------------- */

	#search_top_box {
		padding: 30px 0;
	}

	/* Category of Shop List */

	dl.cate_menu_list dt {
		width: 49%;
		width: calc(50% - 6px);
		margin-right: 6px;
		float: left;
	}

	dl.cate_menu_list dd,
	dl.cate_menu_list dt.list_check_dining {
		clear: left;
		width: 100%;
	}


	/* GoogleMap
	------------------------------------------------------------- */

	#googlemap_box {
		margin: 0 auto 30px auto;
		width: 700px;
		height: 480px;
	}


	/* Banner
------------------------------------------------------------- */

	#banner_box {
		width: 768px;
	}

	ul.banner_list {
		justify-content: center;
	}

}





/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:980px) {

	/* Header
	------------------------------------------------------------- */

	header h1 {
		width: 190px;
		height:70px;
	}


	/*Cover
	------------------------------------------------------------- */

	.cover_contents {
		padding-top: 100px;
	}

	.cover_bg {
		height: 250px;
	}

	.cover_contents .cover_title {
		font-size: 36px;
	}

	.cover_contents .cover_catch {
		font-size: 20px;
	}


	/* Catchcopy (English)
	------------------------------------------------------------- */

	.catch_en_box p {
		width: 960px;
	}


	/* Search Menu (TopPage)
	------------------------------------------------------------- */

	#search_top_box h4 {
		padding-left: 3px;
		position: absolute;
		left: 10px;
		top: 5px;
	}

	#search_top_box h4 span.search_ti_j {
		display: block;
		margin-bottom: 2px;
	}

	#search_top_box h4 span.search_ti_e {
		display: block;
	}

	#search_top_box h4.short_title span.search_ti_j,
	#search_top_box h4.short_title span.search_ti_e {
		display: block;
	}

	#search_top_box .btnCheckAll {
		left: 12px;
		top: 45px;
	}

	#search_top_box ul.list_check,
	#search_top_box ul.list_check_sub,
	#search_top_box ul.list_radio,
	#search_top_box p.search_ti_dining,
	#search_top_box p.select_box {
		margin-left: 10em;
	}

	/* Category of Shop List */

	dl.cate_menu_list dt {
		width: 49%;
		width: calc(50% - 8px);
		margin-right: 6px;
		float: left;
	}

	dl.cate_menu_list dd {
		width: 49%;
		width: calc(50% - 6px);
		margin-right: 6px;
		float: left;
		clear: none;
	}


	/* Banner
------------------------------------------------------------- */

	#banner_box {
		width: 960px;
	}

}





/* for X-LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1220px) {

	/* Catchcopy (English)
	------------------------------------------------------------- */

	.catch_en_box p {
		width: 1200px;
	}

	.catch_en_box p.catch_en_title {
		padding: 7px 0;
		margin-bottom: 7px;
		font-size: 1.1rem;
	}

	.catch_en_box p.catch_en_sub {
		font-size: 1rem;
	}


	/* Search Menu (TopPage)
	------------------------------------------------------------- */

	#search_top_box ul.list_check_sub {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}


	#search_top_box ul.list_check_sub li {
		width: 49%;
		width: calc(50% - 3px);
	}

	/* Banner
------------------------------------------------------------- */

	#banner_box {
		width: 1200px;
	}

	/* ------------------------------------------------------------- */

}

	/* ADD 20200414
------------------------------------------------------------- */
	#topics_box {
		margin: 2.0em 4px 1.0em 4px;
		padding: 4px 4px;
		text-align: center;
		border: #f99 1px solid;

	}

	.txt_e {
	color: #888;
	font-weight: normal;
	font-size: 0.8rem;
}



