@charset "UTF-8";


html,
body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

html{
	font-size:10px;     /* 1rem = 10px */
	background : #fff;
	margin: 0 auto;
}
body {
	color: #333;
	font-size: 1em;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 400;
}

input[type=text] {
	padding : 0.5em;
	border-radius: 2px;
}


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

.-inner {
	position: relative;
	width: 92.44792%;
	margin: 0 auto;
	max-width : 1170px;
}

.title_note {
	font-size : 1.6rem;
}


.header {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
}

.header .htop {
	background: #221714;
	color : #fff;
}


.header .htop p {
	padding: 1em 0 0;
	text-align : right;
	color : #bbbbbb;
}


.header .hbottom {
	margin-bottom: 2.60417%;
	padding: 2.60417% 0 0;
	text-align: center;
}

.header .hbottom h1 {
	width: 60%;
	margin: 0 auto;
}

.header .htitle {
	text-align: center;
}



#footer {
	background-color: #dbdbdb;
	padding: 3.90625% 0;
	text-align: center;
}

#footer .txt {
	padding-bottom: 1em;
}


.contents_wrap {
	background: #221714;
	color : #fff;
	/* padding : 80px 100px; */
	font-size : 1.6rem;
	margin-bottom : 8.0rem;
	padding : 3rem;
}

.result .contents_wrap{
	padding : 3rem;

}


.contents:not(:last-child) {
	margin-bottom: 2.4rem;;
}


.contents .back_top {
	color : #fff;
}

.contents h2 {
	font-size : 3.2rem;
	border-bottom : 1px solid #fff;
	padding : 0 0 0.5em 0;
	font-weight: 400;
}

.contents_in {
	padding : 2.4rem 0;
	position:relative;
}

.base_btn {
	background: #CC0033;
	color : #fff;
	display: inline-block;
	cursor: pointer;
}

.search_btn {
	font-size : 2.0rem;
	padding : 3.2rem ;
	display: block;
	text-align: center;
	min-width: 30rem;
	width: 40%;
	border-radius: 10px;
}

.inner_btn{
	padding : 0.5em 2em;
	margin-left: 1em;
	width: 20%;
	min-width: 20rem;
}

.note {
	margin-top: 1em;
}
.word_block {
	margin-top: 1em;
}

.link {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.link li {
	display: block;
	width: 48%;;
	}

.link a {
	display: block;
	background: #fff;
	color :#221714;
	margin: 0 1em 1em 0;
	padding : 0.5em;
	border-radius: 2px;
	font-size : 2.2rem;
}

.tab {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin-bottom : 1em;
}
.tab li{
	margin : 0.5em 0.5em 0.5em 0;
	cursor: pointer;
}
.tab li span{
	border-bottom : 2px solid #221714;
}
.tab li.active span{
	border-bottom : 2px solid #fff;
}

.tab li:not(:last-child):after {
	content:"|";
	padding-left : 0.5em;
}
.hide {
	display: none;
}
.relust_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top : 2.4rem;
}
.relust_list li {
	width: 50%;
	padding : 0 2em 1.5em 0;
}

.result_title{
	margin-top: 2.0rem;;
}
.result_link {
	background: #fff;
	color: #221714;
	display: block;
	display: flex;
	justify-content: space-between;
	padding : 0.5em;
}
.result_link:after {
	content: "▼";
	transform: rotate(-90deg);
	display: block;
}
.shop_name {
	font-size : 2.2rem;
	margin-bottom : 1rem;
}
.shop_info {
	font-size : 1.4rem;
	margin-bottom : 1rem;
}


.back_top {
	display: inline-flex;
	justify-content: flex-start;
	padding : 0.5em;
}

.back_top:before {
	content: "▼";
	transform: rotate(90deg);
	display: block;
	margin-right:0.5em;
}


#map { height: 640px; width: 100%}