@charset "utf-8";



/* Common
------------------------------------------------------------- */

#wrapper {
	padding: 0;
	width: 100%;
}

#contents_box {
	width: 100%;
	margin: 0;
}

#contents_box::after {
	content:"";
	display:block;
	clear:both;
}



/* Header
------------------------------------------------------------- */

#header_box {
	width: 100%;
	height: 110px;
	background-color: #931111;
	background-image: url(../img/bg_header.png);
	background-repeat: repeat;
}

header {
	width: 100%;
	padding: 8px 0 0 8px;
	position: relative;
}

header h1 {
	margin: 0;
	padding: 0;
	width: 150px;
	height:55px;
}

header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	background-image: url(../img/logo_w.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

header h1 a:hover {
	text-decoration: none;
}



/* Google Search (Header)
------------------------------------------------------------- */

#header_google_box {
	display: block;
	width: 98%;
	width: calc(100% - 10px);
	height: 30px;
	margin-top: 8px;
	position: relative;
}

#header_google_box form {
	margin: 0;
}

#header_google_box form input {
	margin: 0;
	padding: 2px;
	width: 85%;
	max-width: 85%;
	height: 30px;
	border: 1px solid #444;
	background-color: #f5f5f5;
	color: #444;
	font-size: 16px;
}

#header_google_box form input.google_submit {
	width: 15%;
	margin-left: -5px;
	color: #fff;
	text-indent: -5000px;
	background-color: #444;
	background-image: url(../img/icon_search.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px;
	border-radius: 0;
	box-shadow: none;
}

input.google_submit:hover {
	top: 0;
}

form#cse-search-box input[type="text"] {
	border: 1px solid #444 !important;
	border-radius: 0;
}

form#cse-search-box input[type="text"]:focus {
	background-color: #fff9f9 !important;
}



/* Footer
------------------------------------------------------------- */

#footer_box {
	width: 100%;
	background-color: #931111;
	background-image: url(../img/bg_header.png);
	background-repeat: repeat;
}

#footer_box::after {
	content:"";
	display:block;
	clear:both;
}

footer {
	padding: 10px;
	text-align: center;
	position: relative;
}

footer address {
	margin-bottom: 10px;
	font-style: normal;
	line-height: 1.5;
	clear: both;
}

footer address p.footer_title {
	margin: 0;
	padding: 10px 0 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 0.8rem;
}

#copyright {
	margin: 0;
	padding-bottom: 10px;
	line-height: 1.5;
	font-size: 0.7rem;
	color: #fff;
	opacity: 0.8;
}



/* Navigation Button
------------------------------------------------------------- */

#navibtn_box {
	background-color: #333;
	position: relative;
	height: 70px;
}

#navibtn_box p {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 5px;
}

#navibtn_box p.btn_pagetop {
	margin: 0 auto;
	left: 0;
	right: 0;
}

#navibtn_box p.btn_back {
	left: 10%;
}

#navibtn_box p.btn_home {
	right: 10%;
}

#navibtn_box p a {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	color: #f5f5f5;
	text-align: center;
	position: relative;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center top;
}

#navibtn_box p.btn_pagetop a {
	background-image: url(../img/navibtn_pagetop_w.png);
}

#navibtn_box p.btn_back a {
	background-image: url(../img/navibtn_back_w.png);
}

#navibtn_box p.btn_home a {
	background-image: url(../img/navibtn_home_w.png);
}

#navibtn_box p a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.3s all;
}

#navibtn_box p a span {
	display: block;
	padding-top: 42px;
	font-size: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
}



/* Title & ContentsBox
------------------------------------------------------------- */

h2 {
	margin: 40px 0 0 0;
	padding: 5px 8px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	color: #222;
	letter-spacing: 0.05rem;
	text-shadow: 2px 2px 0 #ddd;
	border-bottom: 1px solid #ccc;
	position: relative;
	clear: both;
}

.h2_box {
	padding: 20px 10px;
	line-height: 1.5rem;
}

h3 {
	margin: 20px 0 10px 0;
	padding: 4px 8px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1.6;
	color: #fff;
	background-color: #931111;
	background-image: url(../img/bg_header.png);
	background-repeat: repeat;
	clear: both;
	position: relative;
}

.h3_box {
	padding: 0 0 30px 10px;
}

h4 {
	margin: 30px 0 10px -10px;
	padding: 2px 8px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.6;
	color: #222;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	clear: both;
	position: relative;
}

.h3_box > h4:first-child {
	margin-top: 15px;
}

.h4_box {
	padding: 0 0 20px 0;
}

h5 {
	margin: 20px 0 10px 0;
	padding: 2px 6px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 1.4;
	clear: both;
	position: relative;
	background-color: #e6b4b4;
}

.h4_box > h5:first-child {
	margin-top: 15px;
}

.h5_box {
	padding: 0 0 10px 0;
}

h6 {
	margin: 20px 0 10px 0;
	padding: 1px 5px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 0.9rem;
	line-height: 1.2;
	color: #333;
	border-left: 8px solid #931111;
	clear: both;
	position: relative;
}

.h5_box > h6:first-child {
	margin-top: 15px;
}

.h6_box {
	padding: 0 0 10px 0;
}

h2 > span.text_e, h3 > span.text_e, h4 > span.text_e, h5 > span.text_e, h6 > span.text_e {
	display: inline-block;
	margin: 0 0 0 2px;
	font-size: 0.8em;
	font-weight: normal;
	font-weight: 300;
	color: inherit;
}

.h2_box::after, .h3_box::after, .h4_box::after, .h5_box::after, .h6_box::after {
	content: "";
	clear: both;
	display: block;
}



/* Text Button
------------------------------------------------------------- */

p.btn_txt {
	margin: 15px 10px;
	padding: 0px;
	text-align: center;
	font-size: 0.9rem;
	position: relative;
}

p.btn_txt a {
	display: inline-block;
	position: relative;
	margin: 0px;
	padding: 8px;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: normal;
	color: #333;
	border-radius: 4px;
	border: 1px solid #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	background-color:#e2aeae;
	background: -moz-linear-gradient(top, #f5f5f5, #d5d5d5);
	background: -webkit-linear-gradient(top, #f5f5f5, #d5d5d5);
	background: linear-gradient(to bottom, #f5f5f5, #d5d5d5);
}

p.btn_txt a:hover {
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	background-color: #eac0c0;
	background: -moz-linear-gradient(top, #f2dfdf, #eac0c0);
	background: -webkit-linear-gradient(top, #f2dfdf, #eac0c0);
	background: linear-gradient(to bottom, #f2dfdf, #eac0c0);
	top: 2px;
}



/* Search Menu
------------------------------------------------------------- */

#search_box {
	padding: 0;
}

section.checkSection {
	position: relative;
	margin: 0 0 10px 0;
	padding: 5px 10px 10px 10px;
	border-bottom: 1px dotted #444;
}


/* Search BtnCheckAll */

.btnCheckAll {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: -2px;
	width: 110px;
	height: 32px;
	cursor: default;
}

#search_form_box section:first-child {
	margin-top: -8px;
}

#search_form_box section:first-child .btnCheckAll {
	top: 7px;
}

.btnCheckAll input[type=checkbox] {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
}

.btnCheckAllInner > span {
	display: none;
}

.btnCheckAllInner {
	display: block;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	border-radius: 4px;
	border: 1px solid #999;
	background-color: #f5f5f5;
	background-image: url(../img/btn_select.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 85px;
	
}

:checked + .btnCheckAllInner {
	background-color: #666;
	border: 1px solid #666;
	background-image: url(../img/btn_unselect.png);
}


/* Search Title */

#search_google_box {
	display: none;
}

#search_google_box h3, #search_form_box h3 {
	margin: 0;
	padding: 2px 6px;
	font-size: 1rem;
	color: #333;
	background-color: #e6b4b4;
	background-image: none;
}

#search_google_box h3 {
	line-height: 0.9;
	padding: 6px 6px;
}

#search_form_box h3 {
	margin-bottom: 15px;
}

#search_form_box h4 {
	margin: 0 0 15px 0;
	padding: 0 2px;
	line-height: 1;
	border: 0;
	border-left: 3px solid #444;
}

#search_form_box h4.short_title {
	width: 10em;
}

#search_form_box h4 span.search_ti_j {
	display: inline-block;
	font-size: 1rem;
	margin-right: 2px;
}

#search_form_box h4 span.search_ti_e {
	display: inline-block;
	color: #888;
	font-weight: 300;
	font-size: 0.75rem;
}


/* Search List */

p.search_ti_dining {
	margin: -5px 0 5px 0;
	padding: 10px 5px;
	line-height: 1.1;
	font-size: 0.85rem;
	background-color: #eee;
}

p.search_ti_dining .check_txt_j {
	display: inline-block;
	margin: 0px 2px;
	font-weight: bold;
}

p.search_ti_dining .check_txt_e {
	display: inline-block;
	color: #888;
	font-weight: normal;
	font-size: 0.7rem;
}

ul.list_check {
	margin: 0;
	padding: 0;
}

ul.list_check_sub {
	margin: 0;
	padding-left: 15px;
}

ul.list_check li {
	margin-bottom: 5px;
	padding: 10px 5px;
	list-style-type: none;
	list-style-position: outside;
	font-size: 0.85rem;
	line-height: 1.3;
	text-indent: -1.5em;
	padding-left: 1.5em;
	background-color: #eee;
}

ul.list_check_sub li {
	margin-bottom: 5px;
	padding: 5px;
	list-style-type: none;
	list-style-position: outside;
	font-size: 0.85rem;
	line-height: 1.3;
	text-indent: -1.6em;
	padding-left: 1.5em;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

ul.list_check_sub li:last-child {
	border-bottom: 0;
}

ul.list_check li label, ul.list_check_sub li label {
	display: block;
}

ul.list_check li a {
	display: block;
	text-decoration: none;
}

ul.list_check li a:hover, ul.list_check li a:active {
	text-decoration: none;
}

ul.list_check li input[type=checkbox], ul.list_check_sub li input[type=checkbox] {
	margin: 0 0 0 5px;
	padding: 0;
}

ul.list_check li .check_txt_j {
	margin-right: 2px;
	font-weight: bold;
}

ul.list_check_sub li .check_txt_j {
	margin-right: 2px;
	font-weight: normal;
}

ul.list_check li .check_txt_e, ul.list_check_sub li .check_txt_e {
	color: #888;
	font-weight: normal;
	font-size: 0.7rem;
}

.select_box {
	margin-bottom: 5px;
}

.select_box select {
	font-size: 13px;
}

ul.list_radio {
	margin: 0;
	padding: 0;
}

ul.list_radio li {
	margin-bottom: 5px;
	padding: 10px 5px;
	list-style-type: none;
	list-style-position: outside;
	font-size: 0.85rem;
	line-height: 1.3;
	text-indent: -1.5em;
	padding-left: 1.5em;
	background-color: #eee;
}

ul.list_radio li:nth-child(even) {
	margin-right: 0;
}

ul.list_radio li label {
	display: block;
}

ul.list_radio li input[type=radio] {
	margin: 0 0 0 5px;
	padding: 0;
}

ul.list_radio li .check_txt_j {
	margin-right: 2px;
	font-weight: normal;
}

ul.list_radio li .check_txt_e {
	color: #888;
	font-weight: normal;
	font-size: 0.7rem;
}

.submit_box {
	text-align: center;
	padding: 5px 0 20px 0;
}

.submit_box input[type=submit] {
	width: 90%;
	padding: 10px;
	font-size: 1rem;
}



/* Search Result
------------------------------------------------------------- */

/*Common*/

.text_j {
	font-size: 0.9rem;
	line-height: 1.5;
	margin-bottom: 3px;
}

.text_e {
	font-size: 0.8rem;
	line-height: 1.3;
	margin-bottom: 2px;
	opacity: 0.7;
}


/*Search Result Title*/

h2.search_index_title {
	margin: 4px 0;
	font-size: 1rem;
	font-weight: 500;
	background-color: #931111;
	color: #fff;
	letter-spacing: 0;
	text-shadow: none;
	border-bottom: 0;
}


/*Search Result Condition*/

dl.search_index_condition {
	margin: 0 0 2px 0;
	padding: 0 5px;
	font-size: 0.85rem;
	line-height: 1.4;
	color: #555;
}

dl.search_index_condition::after {
	content:"";
	display:block;
	clear:both;
}

dl.search_index_condition dt {
	margin: 0;
	padding: 0;
	float: left;
	width: 6em;
	text-align: right;
	clear: left;
	font-weight: normal;
}

dl.search_index_condition dd {
	margin: 0;
	padding: 0 0 0 6.5em;
	width: 100%;
	border-bottom: 1px solid #eee;
}

dl.search_index_condition dd:last-child {
	border-bottom: 0;
}

dl.search_index_condition dt::after {
	content: " :";
}


/* Search Result List */

.search_index_cont {
	width: 100%;
	margin: 0 0 4px 0;
	padding: 8px 8px 3px 8px;
	background-color: #eee;
	position: relative;
}

.search_index_cont::after {
	content:"";
	display:block;
	clear:both;
}

.search_index_img {
	width: 95px;
	height: 95px;
	float: right;
	margin-bottom: 25px;
	position: relative;
	z-index: 5;
}

.search_index_img a, .search_index_img a:hover, .search_index_img a:active {
	text-decoration: none;
}

.search_index_img a img {
	width: 100%;
	height: 100%;
}

.search_index_img a:hover img, .search_index_img a:active img {
	opacity: 1;
}

.search_index_cont h3 {
	display: block;
	margin: 0 100px 5px 0;
	padding: 0 0 5px 2px;
	line-height: 1.2;
	background-color: transparent;
	background-image: none;
	border-bottom: 1px solid #fff;
	clear: none;
}

.search_index_cont h3 a, .search_index_cont h3 a:hover, .search_index_cont h3 a:active {
	color: #222;
}

.search_index_cont h3 span.text_j {
	display: block;
	font-weight: 500;
	font-size: 1.2rem;
	color: #222;
}

.search_index_cont h3 span.text_e {
	display: block;
	font-weight: 300;
	font-size: 0.9rem;
}

.search_index_address, .search_index_access {
	margin-bottom: 2px;
	padding: 3px 3px 3px 24px;
	position: relative;
	z-index: 1;
}

.search_index_address::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f3c5";
	color: #ac0e0e;
	font-size: 17px;
	position: absolute;
	left: 3px;
	top: 2px;
}

.search_index_access::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f54b";
	color: #0c845a;
	font-size: 16px;
	transform: rotate(-90deg);
	position: absolute;
	left: 0;
	top: 2px;
}

.icon_gmap {
	display: block;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 22px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 12px;
}

.icon_gmap a {
	display: block;
	padding-top: 4px;
	width: 100%;
	height: 100%;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
	color: #222;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 11px;
}

.icon_gmap a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f124";
	color: #444;
	font-size: 12px;
	margin-right: 3px;
}

.icon_gmap a:hover, .icon_gmap a:active {
	text-decoration: none;
	background-color: #e4f2fd;
	border: 1px solid #bbb;
	color: #0061aa;
}

.icon_gmap a:hover::before, .icon_gmap a:active::before {
	color: #0061aa;
}

.search_index_tags {
	margin-bottom: 2px;
	padding: 5px 3px 5px 24px;
	position: relative;
	font-size: 0.8rem;
	color: #888;
	line-height: 1.4;
}

.search_index_tags::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f002";
	color: #0061aa;
	font-size: 17px;
	position: absolute;
	left: 2px;
	top: 2px;
}

.search_index_tags a::before, .search_index_tags a:last-child::after  {
	content: " | ";
	color: #444;
}


/*PlanMenu Icons*/

.search_index_plans {
	width: 100px;
	height: 25px;
	position: absolute;
	right: 3px;
	top: 108px;
	font-size: 0;
	line-height: 1;
}

.search_index_plans p {
	display: inline-block;
	margin: 0 4px 0 0;
	width: 21px;
	height: 21px;
	position: relative;
}

.search_index_plans p::before {
	content: "";
	width: 21px;
	height: 21px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
}

.search_index_plans p span {
	font-size: 0;
}

.search_index_plans p span::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	top: 4px;
	line-height: 1;
}

.search_index_plans p.plan_not {
	opacity: 0.25;
}

.search_index_plans p.plan_lunch span.text_j::before {
	content: "\f0f4";
	color: #f89624;
	left: 2px;
}

.search_index_plans p.plan_dinner span.text_j::before {
	content: "\f2e7";
	color: #90a202;
	left: 4px;
}

.search_index_plans p.plan_night span.text_j::before {
	content: "\f186";
	color: #0062ad;
	left: 3px;
}

.search_index_plans p.plan_banquet span.text_j::before {
	content: "\f000";
	color: #a10cad;
	left: 3px;
}


/*Explanatory Notes*/

.ex_notes_box {
	margin: 10px;
	padding: 0;
	color: inherit;
	border: #666 1px solid;
	background-color: #eee;
	clear: both;
}

.ex_notes_box h4 {
	margin: 0 0 10px 0;
	padding: 6px;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	background-color: #666;
}

.ex_notes_box h4 span.text_e {
	margin-left: 3px;
	font-weight: 200;
	font-size: 0.8rem;
}

.ex_notes_box p {
	display: inline-block;
	margin: 0 0 10px 20px;
	padding: 0 0 0 25px;
	width: 9em;
	font-size: 0.8rem;
	line-height: 1.3;
	height: auto;
	position: relative;
}

.ex_notes_box p::before {
	content: "";
	width: 21px;
	height: 21px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
}

.ex_notes_box p span.text_j {
	font-size: 0.8rem;
	margin-bottom: 0;
	display: inline-block;
	min-width: 8em;
}

.ex_notes_box p span.text_e {
	font-size: 0.75rem;
	display: inline-block;
}

.ex_notes_box p span::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	top: 4px;
	line-height: 1;
}

.ex_notes_box p.plan_lunch span.text_j::before {
	content: "\f0f4";
	color: #f89624;
	left: 2px;
}

.ex_notes_box p.plan_dinner span.text_j::before {
	content: "\f2e7";
	color: #90a202;
	left: 4px;
}

.ex_notes_box p.plan_night span.text_j::before {
	content: "\f186";
	color: #0062ad;
	left: 3px;
}

.ex_notes_box p.plan_banquet span.text_j::before {
	content: "\f000";
	color: #a10cad;
	left: 3px;
}



/* Shop Details
------------------------------------------------------------- */

/*Shop Title*/

.shop_title_box {
	width: 100%;
	margin: 4px 0;
	padding: 8px 8px 3px 8px;
	min-height: 96px;
	background-color: #eee;
	position: relative;
}

.shop_title_box::after {
	content:"";
	display:block;
	clear:both;
}

.shop_logo_img {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 8px 5px 0;
}

.shop_logo_img img {
	width: 100%;
	height: 100%;
}

.shop_title_box h3 {
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 5px 2px;
	width: calc(100% - 88px);
	line-height: 1.2;
	color: #222;
	background-color: transparent;
	background-image: none;
	border-bottom: 1px solid #fff;
	clear: none;
	float: right;
}

.shop_title_box h3 span.text_j {
	display: block;
	font-weight: 500;
	font-size: 1.2rem;
}

.shop_title_box h3 span.text_e {
	display: block;
	font-weight: 300;
	font-size: 0.9rem;
}

.shop_tel {
	margin: 0 0 2px 0;
	padding: 3px 3px 3px 24px;
	position: relative;
	float: left;
}

.shop_tel::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f095";
	color: #0061aa;
	font-size: 18px;
	position: absolute;
	left: 2px;
	top: 0;
}

.shop_tel a, .shop_tel a:hover, .shop_tel a:active {
	font-size: 1.1rem;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #222;
	text-decoration: none;
}

.shop_access {
	margin-bottom: 2px;
	padding: 3px 3px 3px 24px;
	position: relative;
	clear: both;
}

.shop_access::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f54b";
	color: #0c845a;
	font-size: 16px;
	transform: rotate(-90deg);
	position: absolute;
	left: 0;
	top: 2px;
}


/*Shop leader*/

.shop_lead_box {
	margin: 0 0 4px 0;
	padding: 8px;
}

.shop_lead_box p.text_j {
	line-height: 1.7;
	margin-bottom: 5px;
}

.shop_lead_box p.text_e {
	line-height: 1.5;
}


/*Shop Images*/

.shop_photo_box {
	margin: 0;
	width: auto;
	text-align: center;
}

.shop_photo_box::after {
	content:"";
	display:block;
	clear:both;
}

ul.shop_photo_list {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 0;
}

ul.shop_photo_list li {
	display: inline-block;
}

ul.shop_photo_list li a {
	display: block;
	width: 100%;
	height: 100%;
}

ul.shop_photo_list li a img {
	width: 100%;
	height: 100%;
}

ul.shop_photo_list li:first-child {
	width: calc(100% - 10px);
	height: 98vw;
	margin-bottom: 5px;
}

ul.shop_photo_list li:nth-child(n+2) {
	width: calc(50% - 7px);
	height: 48vw;
	margin-bottom: 5px;
}

ul.shop_photo_list li:nth-child(2n) {
	margin-right: 5px;
}


/*Shop DataList*/

.shop_data_box {
	padding: 5px 8px 0 8px;
	background-color: #eee;
}

.shop_data_box h4 {
	margin: 0;
	padding: 2px;
	line-height: 1.4;
	border-top: 0;
	border-bottom: 1px solid #fff;
}

.shop_data_box h4 .text_j {
	font-size: 1.2rem;
	margin-right: 4px;
}

.shop_data_box h4 .text_e {
	font-size: 0.9rem;
	font-weight: 300;
}

.shop_data_tags {
	margin-bottom: 2px;
	padding: 5px 3px;
	font-size: 0.75rem;
	color: #888;
	line-height: 1.4;
	text-align: right;
	border-bottom: 1px solid #fff;
}

.shop_data_tags a::before, .shop_data_tags a:last-child::after  {
	content: " | ";
	color: #444;
}

dl.shop_data_list {
	margin: 0;
	padding: 0;
}

dl.shop_data_list dt {
	margin: 8px 0 5px 0;
	padding: 0 3px;
	line-height: 1;
	border: 0;
	border-left: 3px solid #444;
	clear: both;
	font-family: 'Noto Sans JP', sans-serif;
}

dl.shop_data_list dt span.text_j {
	display: inline-block;
	margin-right: 2px;
	padding-top: 2px;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1;
}

dl.shop_data_list dt span.text_e {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 300;
	font-weight: normal;
}

dl.shop_data_list dd {
	margin: 0;
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #fff;
}

dl.shop_data_list dd .shop_tel {
	float: none;
}

.budget_list {
	margin-bottom: 10px;
}

.budget_list p {
	display: block;
	margin: 0 0 8px 0;
	padding: 2px 0 0 24px;
	width: 100%;
	min-width: 18em;
	height: auto;
	position: relative;
	border-bottom: 1px solid #fff;
}

.budget_list p::before {
	content: "";
	width: 21px;
	height: 21px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
}

.budget_list p span {
	display: inline-block;
	font-size: 0.9rem;
	margin-right: 5px;
}

.budget_list p span.text_j {
	margin-right: 5px;
}

.budget_list p span.text_e {
	font-size: 0.8rem;
	margin-right: 5px;
}

.budget_list p span:last-child {
	position: absolute;
	right: 0;
	top: 2px;
}

.budget_list p span:first-child::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	top: 4px;
	line-height: 1;
}

.budget_list p.plan_not {
	display: none;
}

.budget_list p.plan_lunch span:first-child::before {
	content: "\f0f4";
	color: #f89624;
	left: 2px;
}

.budget_list p.plan_dinner span:first-child::before {
	content: "\f2e7";
	color: #90a202;
	left: 4px;
}

.budget_list p.plan_night span:first-child::before {
	content: "\f186";
	color: #0062ad;
	left: 3px;
}

.budget_list p.plan_banquet span:first-child::before {
	content: "\f000";
	color: #a10cad;
	left: 3px;
}

.shop_url {
	padding: 3px 0 5px 26px;
	position: relative;
}

.shop_url::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f35d";
	color: #0061aa;
	font-size: 17px;
	position: absolute;
	left: 4px;
	top: 0;
}

ul.sns_list {
	margin: 0;
	padding: 0 0 0 5px;
}

ul.sns_list li {
	display: inline-block;
	margin: 0 15px 5px 0;
	padding: 2px 0 0 22px;
	width: auto;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}

ul.sns_list li::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	font-size: 21px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

ul.sns_list li.sns_fb::before {
	content: "\f082";
	color: #315096;
}

ul.sns_list li.sns_insta::before {
	content: "\f16d";
	color: #c13584;
}

ul.sns_list li.sns_tw::before {
	content: "\f081";
	color: #55acee;
}

dl.shop_data_list dd iframe {
	width: 100%;
	height: 60vw;
	border: 3px solid #fff;
}



