@charset "UTF-8";
/*--------------------------------------------------------
共通設定
--------------------------------------------------------*/
main {
	margin: 30px 0 0;
}
main figure {
	margin: 0 0 16px;
	padding-top: 100%;
}

section {
	padding: 50px 2.5%;
}

.content_wrap {
	padding: 50px 2.5%;
	justify-content: space-between;
}
.content_wrap section {
	padding: 0;
	width: 60%;
}
.content_wrap aside {
	width: calc(40% - 40px);
}
.content_wrap aside .aside_box {
	margin-bottom: 20px;
}
.content_wrap aside h3 {
	margin-bottom: 15px;
	padding: 15px;
	color: #b22418;
	font-size: 20px;
	font-size: 1.25rem;
	background: #F0F0F0;
	border-radius: 4px;
}
.content_wrap aside h3 i {
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}
.content_wrap aside h3 a {
	float: right;
	margin-top: 2px;
	font-weight: normal;
	color: #4e4e4e;
	font-size: 17px;
	font-size: 1.0625rem;
}
.content_wrap aside h3 a:after {
	content: "";
	display: block;
	border-style: solid;
	border-width: 0 1px 1px 0;
	content: "";
	display: inline-block;
	height: 10px;
	width: 10px;
	border-color: #808080;
	transform: rotate(-45deg);
}
.content_wrap .br_title {
	color: #000;
	border-bottom: 4px solid #b22418;
}
.content_wrap .br_title a {
	float: right;
	margin-top: 2px;
	font-weight: normal;
	color: #4e4e4e;
	font-size: 17px;
	font-size: 1.0625rem;
}
.content_wrap .br_title a:after {
	content: "";
	display: block;
	border-style: solid;
	border-width: 0 1px 1px 0;
	content: "";
	display: inline-block;
	height: 10px;
	width: 10px;
	border-color: #808080;
	transform: rotate(-45deg);
}

@media all and (max-width: 740px) {
  main {
	margin: 0;
  }

  .content_wrap {
	display: block;
	padding: 40px 3.5% 0;
  }
  .content_wrap section {
	width: 100%;
  }
  .content_wrap aside {
	width: 100%;
  }
  .content_wrap aside h3 {
	font-size: 14px;
	font-size: 0.875rem;
  }
  .content_wrap aside h3 a {
	margin-top: 5px;
	font-size: 12px;
	font-size: 0.75rem;
  }
}
.br_title {
	position: relative;
	margin-bottom: 30px;
	padding: 0 0 15px;
	font-size: 20px;
	font-size: 1.25rem;
	color: #b22418;
	border-bottom: 1px solid #a2a2a2;
}

.user {
	display: flex;
	align-items: center;
}
.user dt {
	margin-right: 10px;
}
.user dt img {
	border-radius: 100%;
}
.user dd {
	width: calc(100% - 70px);
	font-size: 15px;
	font-size: 0.9375rem;
}
.user dd span {
	display: block;
	margin-top: 4px;
	color: gray;
	font-size: 12px;
	font-size: 0.75rem;
}
.user dd a {
	color: #000;
}

.repeat {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 5px 10px;
	background: #f0f0f0;
}
.repeat dt {
	color: #4e4e4e;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-right: auto;
}
.repeat dd {
	width: 36px;
	height: 36px;
}
.repeat dd img {
	width: 36px;
	border-radius: 100%;
}

.eval {
	margin: 0 0 10px;
	color: #696969;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}
.eval li {
	display: inline-block;
	margin-right: 8px;
}
.eval li i {
	vertical-align: middle;
	font-size: 16px;
	margin-right: 4px;
}
.eval .active {
	color: #b22418;
}
.eval .special {
	padding: 6px 20px;
	color: #b22418;
	font-size: 12px;
	font-size: 0.75rem;
	background: #fdf382;
	border-radius: 25px;
	border: 1px solid #edb357;
}
.eval .special i {
	font-size: 16px;
	font-size: 1rem;
}

/*----------------------------------------------
コンテンツカード 
----------------------------------------------*/
.item {
	width: calc(33.3333% - 20px);
	margin: 0 0 30px 20px;
}
.item p {
	margin: 0 0 10px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.61538;
}
.item a {
	color: #000;
}
.item .info {
	margin: 0 0 10px;
	color: #4e4e4e;
}
.item .comment {
	color: #4e4e4e;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
}

@media all and (max-width: 980px) {
  .item {
	width: calc(50% - 10px );
	margin: 0 0 30px 10px;
  }
}
.col_5 {
	margin-left: -20px;
}
.col_5 .item {
	width: calc(20% - 20px);
	margin: 0 0 45px 20px;
}

@media all and (max-width: 980px) {
  .col_5 {
	margin-left: -20px;
  }
  .col_5 .item {
	width: calc(25% - 20px );
	margin: 0 0 30px 20px;
  }
}
@media all and (max-width: 740px) {
  .col_5 {
	margin-left: -10px;
  }
  .col_5 .item {
	width: calc(50% - 10px );
	margin: 0 0 30px 10px;
  }
}
.aside_item {
	margin-bottom: 10px;
	border-radius: 6px;
	border: 1px solid #F0F0F0;
}
.aside_item a.flex {
	color: #000;
}
.aside_item figure {
	width: calc(40% - 25px);
	max-width: 120px;
	margin: 0 25px 0 0;
	padding-top: 0;
	border-radius: 6px 0 0 6px;
}
.aside_item article {
	padding: 3.5% 0;
	width: 60%;
}
.aside_item h4 {
	margin: 0 0 20px;
	font-size: 20px;
	font-size: 1.25rem;
}
.aside_item .info {
	margin: 0 0 10px;
	color: gray;
	font-size: 14px;
	font-size: 0.875rem;
}
.aside_item .eval {
	color: gray;
	font-weight: normal;
	font-size: 15px;
	font-size: 0.9375rem;
}
.aside_item .eval i {
	margin-right: 5px;
}
.aside_item .eval span {
	display: inline-block;
	margin-right: 12px;
}
.aside_item .eval .icon-pin {
	font-size: 18px;
	vertical-align: middle;
}

.emblem_list {
	margin-left: -10px;
}
.emblem_list li {
	margin: 0 0 10px 10px;
	width: calc(33.3333% - 10px);
	background: #F0F0F0;
}

.emblem h3 {
	margin: 0 0 15px;
	padding: 10px;
	font-size: 20px;
	font-size: 1.25rem;
	color: #b22418;
	background: #F0F0F0;
	border-radius: 4px;
}
.emblem h3 i {
	margin-right: 5px;
	vertical-align: middle;
	font-size: 24px;
	font-size: 1.5rem;
}
.emblem li {
	width: calc((100%/8) - 10px );
}
@media all and (max-width: 740px) {
  .emblem li {
	width: calc((100%/3) - 10px );
  }
}

/*---------------------------------------------------
検索結果ページ 
---------------------------------------------------*/
.search_result, .col_3 {
	margin-left: -20px;
}
@media all and (max-width: 980px) {
  .search_result, .col_3 {
	margin-left: -10px;
  }
}

h1.result_title {
	margin: 0 0 10px;
	font-weight: normal;
	color: #4e4e4e;
	font-size: 16px;
	font-size: 1rem;
}
h1.result_title em {
	font-weight: 700;
}

#search_map {
	width: 523px;
	height: 1000px;
}
@media all and (max-width: 980px) {
  #search_map {
	width: 400px;
  }
}
@media all and (max-width: 740px) {
  #search_map {
	width: 100%;
	height: 300px;
  }
}

/*--------------------------------------------------------------
ショップ＆ユーザーページ　ヘッダー
--------------------------------------------------------------*/
.shop_header {
	background: #f0f0f0;
}
.shop_header article {
	width: 50%;
	padding: 3% 5%;
}
.shop_header article h1 {
	margin: 0 0 15px;
	color: #b22418;
	font-size: 28px;
	font-size: 1.75rem;
}
.shop_header article h1 + p {
	margin: 0 0 40px;
	color: #4e4e4e;
	font-size: 14px;
	font-size: 0.875rem;
}
.shop_header .shop_info {
	font-size: 14px;
	font-size: 0.875rem;
}
.shop_header .shop_info dt {
	clear: both;
	float: left;
	color: gray;
}
.shop_header .shop_info dt i {
	position: relative;
	top: 2px;
}
.shop_header .shop_info dd {
	margin-bottom: 15px;
	padding: 0 0 0 1.7em;
	color: #4e4e4e;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.42857;
}
.shop_header .shop_info strong {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}
.shop_header .repeat {
	margin: 0 0 20px;
	padding: 5px 0;
}
.shop_header .repeat dt {
	margin-left: 10px;
	font-size: 14px;
	font-size: 0.875rem;
	order: 2;
	font-weight: bold;
}
.shop_header .head_btn li {
	display: inline-block;
}
.shop_header .head_btn a {
	position: relative;
	margin-right: 5px;
	padding: 5px 20px;
	color: #b22418;
	font-size: 14px;
	font-size: 0.875rem;
	border: 1px solid #b22418;
	height: 32px;
	border-radius: 25px;
	background: #FFF;
}
.shop_header .head_btn a:hover {
	color: #FFF;
	background: #b22418;
}
.shop_header .head_btn .num_btn {
	padding-right: 50px;
}
.shop_header .head_btn i {
	margin-right: 4px;
}
.shop_header .head_btn span {
	position: absolute;
	top: -1px;
	right: -1px;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	color: #FFF;
	border-radius: 0 25px 25px 0;
	background: #b22418;
}
@media all and (max-width: 1270px) {
  .shop_header article {
	padding: 3% 2%;
  }
  .shop_header .head_btn a {
	padding: 5px 10px;
  }
}
@media all and (max-width: 980px) {
  .shop_header .head_btn li {
	display: block;
	float: left;
	width: calc(50% - 20px );
  }
  .shop_header .head_btn li:nth-child(2n+1) {
	margin-right: 20px;
  }
  .shop_header .head_btn a {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px 20px;
  }
}
@media all and (max-width: 740px) {
  .shop_header {
	display: block;
  }
  .shop_header article {
	width: 100%;
  }
}

#map {
	width: 50%;
}

.gm-style-iw-d img {
	display: inline-block;
	margin: 0 0 10px;
}
.gm-style-iw-d h3 {
	margin: 0 0 10px;
}
.gm-style-iw-d p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.57143;
}
.gm-style-iw-d a {
	color: #b22418;
}

.gallery {
	width: 50%;
	border-radius: 4px 0 0 4px;
}

@media all and (max-width: 740px) {
  #map {
	width: 100%;
	height: 350px;
  }

  .gallery {
	width: 100%;
	border-radius: 4px 0 0 4px;
  }
}
.user_box {
	padding: 30px 0 40px;
}
.user_box h1 {
	padding: 0 0 20px;
	font-size: 14px;
	font-size: 0.875rem;
}
.user_box h1 a {
	color: gray;
}
.user_box h1:before {
	display: block;
	content: "";
	margin-right: 7px;
	border-style: solid;
	border-width: 0 2px 2px 0;
	content: "";
	display: inline-block;
	height: 7px;
	width: 7px;
	border-color: #808080;
	transform: rotate(135deg);
}
.user_box article {
	min-height: 577px;
	background: #FFF;
	border-radius: 0 4px 4px 0;
}
.user_box .user {
	margin-bottom: 20px;
}
.user_box .user + p {
	margin-bottom: 24px;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.4;
}
.user_box .user .share {
	margin-left: auto;
}
.user_box .user .share a {
	font-size: 6px;
	font-size: 0.375rem;
	color: #dbdbdb;
}
.user_box .rating {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.user_box .rating i {
	margin-left: 12px;
}
.user_box .rating .eval {
	margin-right: auto;
}
.user_box .rating .eval i {
	margin-left: 0;
}
.user_box .rating .active {
	color: #b22418;
}
.user_box .rating + p {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 25px;
	font-weight: bold;
	color: #4e4e4e;
}
.user_box .comment {
	max-height: 270px;
	overflow: scroll;
}
.user_box .comment > p {
	font-size: 13px;
	font-size: 0.8125rem;
}
.user_box .comment dd strong {
	display: inline-block;
	margin-bottom: 6px;
}
.user_box .comment-replies {
	margin-left: 3rem;
}
.user_box .user_detail {
	align-items: center;
	width: 60%;
}
.user_box .user_detail figure {
	width: calc(30% - 30px );
	margin: 0 30px 0 0;
	padding: 0;
}
.user_box .user_detail figure img {
	width: 100%;
	border-radius: 100%;
}
.user_box .user_detail dl {
	width: 60%;
}
.user_box .user_detail dl dt {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 30px;
	font-size: 1.875rem;
}
.user_box .user_detail dl dd {
	margin-bottom: 15px;
	color: gray;
	font-size: 15px;
	font-size: 0.9375rem;
}
.user_box .user_detail dl dd span {
	display: inline-block;
	margin-right: 15px;
}
.user_box .user_detail dl dd i {
	margin-right: 5px;
}
.user_box .user_detail dl dd:last-child {
	margin-bottom: 0;
	color: #4e4e4e;
}
@media all and (max-width: 980px) {
  .user_box .user_detail {
	width: 100%;
  }
  .user_box .user_detail figure {
	width: calc(30% - 20px );
	margin-right: 20px;
  }
  .user_box .user_detail dl {
	width: 70%;
  }
}
@media all and (max-width: 420px) {
  .user_box .user_detail {
	display: block;
	padding: 0 3.5%;
  }
  .user_box .user_detail figure {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
  }
  .user_box .user_detail dl {
	width: 100%;
  }
}
.user_box .follow_num {
	margin-left: auto;
}
.user_box .follow_num li {
	display: inline-block;
	text-align: center;
	margin-left: 20px;
	font-size: 40px;
	font-size: 2.5rem;
	color: #b22418;
}
.user_box .follow_num li span {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	font-size: 1rem;
	color: gray;
}
@media all and (max-width: 740px) {
  .user_box .follow_num {
	margin: 20px auto 0;
	text-align: center;
  }
  .user_box .follow_num li {
	font-size: 32px;
	font-size: 2rem;
  }
  .user_box .follow_num li:first-child {
	margin-left: 0;
  }
}
@media all and (max-width: 740px) {
  .user_box {
	padding: 30px 0 40px;
  }
  .user_box h1 > .flex {
	display: block;
  }
  .user_box .swiper-slide {
	padding-top: 65%;
  }
}

.infobox {
	position: relative;
	width: 250px;
	padding: 15px 20px;
	color: #fff;
	background-color: #b22418;
	border-radius: 4px;
}
.infobox:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -16px;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-top-color: #b22418;
}
.infobox h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-size: 1.125rem;
}
.infobox p {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.66667;
}
.infobox i {
	margin-right: 5px;
}

.swiper-slide {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.swiper-slide img {
	width: 100%;
}
.swiper-slide:after {
	padding-top: 100%;
}

.search_area {
	text-align: center;
	padding: 20px 2.5%;
	background: #F0F0F0;
}
.search_area label {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 2.5%;
}
@media all and (max-width: 1270px) {
  .search_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .search_area label {
	position: static;
	transform: translateY(0);
  }
}
@media all and (max-width: 740px) {
  .search_area {
	display: block;
  }
  .search_area .att {
	margin: 15px 0 0;
	font-size: 14px;
	font-size: 0.875rem;
  }
}

.content-blank {
	padding: 80px 0 90px;
	text-align: center;
}
.content-blank .blank-title i {
	display: block;
	font-size: 150px;
	color: #DBDBDB;
	margin-bottom: 35px;
}
.content-blank p {
	font-size: 24px;
	font-size: 1.5rem;
	color: #808080;
	font-weight: bold;
}
.content-blank p span {
	display: block;
	margin-top: 20px;
	font-weight: normal;
	font-size: 14px;
	font-size: 0.875rem;
}

.blank_gy {
	background: #F0F0F0;
}

.user-blank {
	position: relative;
	padding: 0;
	height: calc(100% - 88px);
}
.user-blank .center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media all and (max-width: 740px) {
  .user-blank {
	height: 100%;
	min-height: 300px;
	margin-bottom: 40px;
  }
}