/* --------------------------------------------------

	レストラン・ファストフード

-------------------------------------------------- */

.head {
	background-color: #7b877b;
	color: #fff;
	background-color: #333;
	background-color: #33691E;
	background-color: #1B5E20;
	background-color: #18531c;
	margin: 0;
	width: 100%;
}

.head>.content {
	max-width: 940px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

.head>.content:after {
	content: '';
	display: block;
	clear: both;
}


.head>.content>.title>p {
	font-size: 93%;
	font-size: 1.2rem;
	margin-top: 10px;
}

.head img {
	vertical-align: top;
}


.head>.content>.img {
	max-width: 300px;
	float: right;
}



.main_area>.content {
	max-width: 940px;
	margin: 0 auto;

}


/* ----- レイアウト ----- */

.main_block>.contents_area {
	width: 700px;
	display: table-cell;
	vertical-align: top;
}

/* ----- タブ ----- */

#rc_tab>ul>li>a i {
	display: none;
}


/* ----- ビジュアルエリア ----- */
#rest_visual_area {
	margin-top: 25px;
}

#rest_visual_area>img {
	max-width: 100%;
	vertical-align: top;
}



/* ----- レストランリスト ----- */
#rc_rest_list {
	margin-top: 40px;
	margin-top: 20px;
	margin-top: 25px;
	margin-top: 0;
}


#rc_rest_list>.sort_panel {
	max-width: 940px;
	margin: 0 auto;
	margin-top: 20px;
	border: 2px solid #ddd;
	padding: 15px;
}


#rc_rest_list>.sort_panel {
	position: relative;
	background: #ffffff;
	border: 2px solid #dddddd;
}

#rc_rest_list>.sort_panel:after,
#rc_rest_list>.sort_panel:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#rc_rest_list>.sort_panel:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 20px;
	margin-left: -20px;
}

#rc_rest_list>.sort_panel:before {
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #dddddd;
	border-width: 23px;
	margin-left: -23px;
}


#rc_rest_list>.sort_panel ul>li {
	display: inline-block;
	margin-right: 2em;
	margin-right: 15px;
	line-height: 2.2;
}


#rc_rest_list>.sort_panel label {
	font-size: 123.1%;
	margin-left: 0.4em;
	font-size: 108%;
	margin-left: 5px;
	font-size: 100%;
	font-size: 93%;
	font-size: 1.2rem;
}

#rc_rest_list>.sort_panel>p {
	font-size: 100%;
	font-size: 1.3rem;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	font-weight: bold;
}


#rc_rest_list>.sort_panel>.btn {
	margin-top: 20px;
	text-align: center;
	margin-top: 15px;
	background-color: #eaeaea;
	padding: 9px;
}


#rc_rest_list>.sort_panel>.btn>div.on {
	cursor: pointer;
}


#rc_rest_list>.sort_panel>.btn>div.on>a {
	color: #188542;
	text-decoration: none;
	padding: 8px 0;
	display: block;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

#rc_rest_list>.sort_panel>.btn>div.on>a:hover {
	background-color: #f1f8e9;
}


#rc_rest_list>.sort_panel>.btn>div.off {
	display: block;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #188542;
	font-size: 1.4rem;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
	color: #ccc;
	background-color: #f7f7f7;
	display: none;
}

#rc_rest_list>.sort_panel>.btn>div i {
	margin-right: 0.5em;
}


#rc_rest_list>.content {
	max-width: 940px;
	margin: 0 auto;
	margin-top: 20px;
	margin-top: 30px;
}




/* ----- 店舗リスト ----- */

table.shop_list {
	width: 100%;
}
table.shop_list :is(th,td){
	text-align: left;
	vertical-align: middle;
}

table.shop_list th {
	background-color: #eee;
	padding: 10px;
	border: 1px solid #ddd;
}

table.shop_list th.pw {
	text-align: center;
}

table.shop_list th.pw span {
	background-color: #2e7d32;
	border-radius: 4px;
	color: #fff;
	padding: 4px 6px;
	font-size: 93%;
	font-size: 1.2rem;
}


table.shop_list td {
	padding: 10px;
	border: 1px solid #ddd;
	color: #555;
}

table.shop_list td.name {
	font-weight: bold;
	width: 35%;
	color: #555;
	font-size: 1.2rem;
}


table.shop_list td.jenre {
	width: 35%;
	width: 30%;
	width: 34%;
}

table.shop_list td.jenre>ul>li {
	display: inline-block;
	padding: 2px 4px;
	background-color: #1faa37;
	color: #fff;
	font-size: 1.1rem;
	margin-bottom: 1px;
}

table.shop_list td.place {
	width: 20%;
	width: 25%;
	width: 22%;
	font-size: 1.2rem;
}

table.shop_list td.pw {
	text-align: center;
	width: 10%;
	width: 6%;
	width: 9%;
	font-size: 1rem;
}

/* --------------------------------------------------

	レストラン・ファストフード　追記分

-------------------------------------------------- */

table.shop_list th {
	font-size: 1.2rem;
	font-weight: bold;
}

table.shop_list td.place {
	white-space: nowrap;
}

table.shop_list td.jenre>ul>li {
	background-color: #268300;
	background-color: #009688;
	background-color: #e4e4e4;
	color: #444;
	background-color: #d5e3d4;
	color: #555;
	padding: 2px 5px;
	margin-bottom: 2px;
}


/* ----- 注意書き ----- */
#rc_rest_list .caution_box {
	max-width: 940px;
	margin: 0 auto;
	margin-top: 10px;
}


#rc_rest_list .caution_box>p {
	line-height: 1.6;
}

#rc_rest_list .caution_box>p>span {
	background-color: #2e7d32;
	border-radius: 4px;
	color: #fff;
	padding: 3px 6px;
	line-height: 1;
	font-size: 1.2rem;
}



#rc_rest_list .caution_box>p.attention {
	color: #c00;
	font-size: 1.1rem;
	font-weight: bold;
	margin-top: 5px;
}

p.kome {
	text-indent: -1em;
	padding-left: 1em;
}


div.caution_box p.kome {
	font-size: 1.2rem;
}

.red {
	color: #c00;
}

strong {
	font-weight: bold;
}


/* ----- スライダー ----- */
#rest_slider {
	margin-top: 20px;
}




/* - 2023/9/22　追記　youtubeリンク
---------------------------------------------------------------------- */
.movie_area{
    border-top: 1px solid #ddd;
}

.movie_area h3{
	font-weight: bold;
    color: #444;
    font-size: 1.6rem;
}

.movie_area .panel>.sub_header {
	background-color: #333;
}

.movie_area .item_flex_list.col2>div,
.movie_area .panel .img_flex_list>div {
	margin-bottom: 0;
}

.movie_area .item_flex_list .panel>.content {
	background: #ebebeb;
}

.movie_area .panel .movie {
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 450px;
	height: auto;
}

.movie_area .panel .movie a {
	position: relative;
	display: inline-block;
}

.movie_area .item_flex_list.col2>div .movie a {
	display: block;
}

.movie_area .panel .movie a img {
	vertical-align: top;
}

.movie_area .panel .movie a>.icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -20px;
	font-size: 1.8rem;
	color: #eee;
	background-color: rgba(0, 0, 0, 0.8);
	width: 60px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.movie_area .panel .movie a>.icon i {
	position: relative;
	left: 1px;
}

.no-touch .movie_area .panel .movie a:hover>.icon,
.no-touch .movie_area .panel .movie a:focus>.icon {
	background-color: rgba(0, 0, 0, 0.5);
}


/* ------------------------------------------------------------

	?480px

------------------------------------------------------------ */

@media screen and (max-width : 768px) {
	table.shop_list td.place {
		white-space: normal;
	}

	/* - 2023/9/22　追記　youtubeリンク
    ---------------------------------------------------------------------- */
	.movie_area .item_flex_list.col2>div+div {
		margin-top: 20px;
	}

}


/* ------------------------------------------------------------

	?639px

------------------------------------------------------------ */

@media screen and (max-width : 639px) {


	#rc_tab>ul>li {
		display: block;
		width: auto;
		padding: 2px 2px;
	}

	#rc_tab>ul>li:first-child>a {
		border: none;
		border-bottom: solid #fff 1px;
	}

	#rc_tab>ul>li.current>a:after {
		top: 0;
		left: 0;
		border-width: 0;
		margin-left: 0;
	}

	#rc_tab>ul>li a i {
		display: inline-block;
		margin-right: 0.4rem;
	}

	#rc_tab>ul>li a i {
		color: #188542;
	}

	#rc_tab>ul>li.current a i {
		color: #fff;
	}


}