@charset "utf-8";

/*============================
ヘッダー
============================*/
header {
	transition: transform 0.5s 0.3s;
}

@media screen and (max-width: 640px) {
	header {
		/* スマホ用の記述 */
	}
}

/* --------- 以下、必要に応じて有効化 ---------- */

/* ヘッダーが上に消える
header.hide {
	transform: translateY(-1.50rem);
}
 */

/* スクロールで表示された状態
header.scr {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
 */

header .logo {
	width: 2.00rem;
	margin: auto;
}

@media screen and (max-width: 640px) {
	header .logo {
		width: 1.20rem;
		padding: 0.06rem 0;
	}
}

/*============================
MV
============================*/
.mv {
	background-image: url(../img/mv_bg2024.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0.30rem;
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	.mv {
		background-image: url(../img/mv_bg_sp202410.jpg);
		padding-top: 0.05rem;
	}
	.mv .in {
		padding: 0;
	}
}

.mv .mv_img {
	text-align: center;
}

/*============================
MV下
============================*/
.mv_bottom {
	position: relative;
	z-index: 1;
	padding: 0.30rem 0;
	background-color: #2A0500;
}

.mv_bottom::before {
	content: "";
	width: 100%;
	height: 0.98rem;
	display: block;
	background-image: url(../img/mv_bottom_bg.png);
	background-position: center;
	background-repeat: repeat-x;
	background-size: contain;
	position: absolute;
	top: -0.10rem;
	left: 0;
}

@media screen and (max-width: 640px) {
	.mv_bottom::before {
		background-image: url(../img/mv_bottom_bg.png);
		background-position: center top;
		background-size: auto 100%;
		top: -0.10rem;
	}
}

.mv_bottom .area {
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	.mv_bottom .area {
		padding-bottom: 0;
		position: relative;
		top: -0.15rem;
	}
}

.mv_bottom img {
	display: block;
	margin: auto;
}

/*============================
共通
============================*/
.deco_title {
	text-align: center;
	font-size: 0.32rem;
	font-weight: 800;
	letter-spacing: 0.075em;
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 640px) {
	.deco_title {
		font-size: 0.21rem;
		margin-bottom: 0.30rem;
		letter-spacing: 0.05em;
	}
}

.deco_title span {
	position: relative;
}

.deco_title span::before {
	content: "";
	width: 1.28rem;
	height: 0.03rem;
	display: inline-block;
	background-image: url(../img/title_dot.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: -0.10rem;
	margin-right: 0.15rem;
}

@media screen and (max-width: 640px) {
	.deco_title span::before {
		width: 0.70rem;
		height: 0.03rem;
		top: -0.05rem;
		margin-right: 0.10rem;
	}
}

.deco_title span::after {
	content: "";
	width: 1.28rem;
	height: 0.03rem;
	display: inline-block;
	background-image: url(../img/title_dot.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: -0.10rem;
	margin-left: 0.15rem;
}

@media screen and (max-width: 640px) {
	.deco_title span::after {
		width: 0.70rem;
		height: 0.03rem;
		top: -0.05rem;
		margin-left: 0.10rem;
	}
}

/*============================
イントロ
============================*/
.introduction {
	background-image: url(../img/texture_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 0.70rem 0 1.10rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	.introduction {
		padding: 0.50rem 0 0.40rem;
	}
}

.introduction::before {
	content: "";
	width: 100%;
	height: 0.10rem;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 640px) {
	.introduction::before {
		height: 0.05rem;
	}
}

/* おしらせ */
.introduction .news_wrap {
	padding-bottom: 0.50rem;
	width: 100%;
	max-width: 8.00rem;
	margin: auto;
}

.introduction .news_wrap .entry_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 0.30rem;
}

.introduction .news_wrap .entry_wrap .date {
	width: 1.00rem;
	font-size: 0.20rem;
	font-weight: 700;
	line-height: 1.55;
}

@media screen and (max-width: 640px) {
	.introduction .news_wrap .entry_wrap .date {
		width: 100%;
		font-size: 0.13rem;
		padding-bottom: 0.05rem;
	}
}

.introduction .news_wrap .entry_wrap .textbox {
	width: 100%;
	max-width: 6.50rem;
}

.introduction .news_wrap .entry_wrap .textbox .title {
	font-size: 0.20rem;
	font-weight: 700;
	line-height: 1.55;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
	.introduction .news_wrap .entry_wrap .textbox .title {
		font-size: 0.16rem;
		padding-bottom: 0.05rem;
	}
}

.introduction .news_wrap .entry_wrap .textbox p {
	font-size: 0.16rem;
	line-height: 1.875;
	text-align: justify;
}

@media screen and (max-width: 640px) {
	.introduction .news_wrap .entry_wrap .textbox p {
		font-size: 0.14rem;
		line-height: 1.75;
	}
}

/* スタンプ取得のルールについて */
.introduction .howto_wrap {
	background-color: #FFF;
	border: 3px solid #A71100;
	padding: 0.60rem;
	border-radius: 0.10rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	.introduction .howto_wrap {
		padding: 0.50rem 0.20rem 0.30rem;
	}
}

.introduction .howto_wrap .howto_title {
	text-align: center;
	font-size: 0.32rem;
	letter-spacing: 0.075em;
	font-weight: 800;
	color: #FFF;
	background-color: #A71100;
	width: 100%;
	max-width: 4.40rem;
	padding: 0.12rem 0 0.14rem;
	border-radius: 0.40rem;
	position: absolute;
	top: -0.32rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.introduction .howto_wrap .howto_title {
		font-size: 0.18rem;
		letter-spacing: 0.05em;
		max-width: 2.50rem;
		top: -0.25rem;
	}
}

.introduction .howto_wrap .flow_list {
	background-image: url(../img/howto_flow_border.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: auto 4px;
	padding-bottom: 0.60rem;
}

@media screen and (max-width: 640px) {
	.introduction .howto_wrap .flow_list {
		padding-bottom: 0.30rem;
	}
}

.introduction .howto_wrap .flow_list .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0.30rem;
}

@media screen and (max-width: 640px) {
	.introduction .howto_wrap .flow_list .list {
		padding: 0 0.10rem;
	}
}

.introduction .howto_wrap .flow_list .list .detail {
	width: 100%;
	max-width: 2.30rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	.introduction .howto_wrap .flow_list .list .detail {
		max-width: 100%;
		padding-bottom: 0.60rem;
	}
	.introduction .howto_wrap .flow_list .list .detail:last-child {
		padding-bottom: 0;
	}
}

.introduction .howto_wrap .flow_list .list .detail::after {
	content: "";
	width: 0.96rem;
	height: 0.30rem;
	background-image: url(../img/howto_flow_arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -1.10rem;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
	.introduction .howto_wrap .flow_list .list .detail::after {
		width: 0.14rem;
		height: 0.30rem;
		background-image: url(../img/howto_flow_arrow_sp.svg);
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		bottom: 0.20rem;
		transform: translateY(0);
	}
}

.introduction .howto_wrap .flow_list .list .detail:last-child::after {
	content: none;
}

.introduction .howto_wrap .flow_list .list .detail .step_num {
	text-align: center;
	font-size: 0.32rem;
	font-weight: 700;
}

@media screen and (max-width: 640px) {
	.introduction .howto_wrap .flow_list .list .detail .step_num {
		font-size: 0.18rem;
	}
}

.introduction .howto_wrap .flow_list .list .detail .step_num span {
	font-size: 0.42rem;
	color: #A71100;
}

@media screen and (max-width: 640px) {
	.introduction .howto_wrap .flow_list .list .detail .step_num span {
		font-size: 0.22rem;
	}
}

.introduction .howto_wrap .flow_list .list .detail .img_wrap {
	padding: 0.25rem 0;
	width: 100%;
	height: 1.60rem;
	margin: auto;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.introduction .howto_wrap .flow_list .list .detail .img_wrap {
		padding: 0.20rem 0 0.10rem;
		height: 1.30rem;
	}
	.introduction .howto_wrap .flow_list .list .detail .img_wrap img {
		width: auto;
		height: 100%;
	}
}

.introduction .howto_wrap .flow_list .list .detail .text {
	font-size: 0.16rem;
	line-height: 1.875;
	text-align: justify;
}

@media screen and (max-width: 640px) {
	.introduction .howto_wrap .flow_list .list .detail .text {
		font-size: 0.14rem;
	}	
}

.introduction .howto_wrap .flow_list .list .detail .text a {
	color: #A71100;
	font-weight: 600;
	text-decoration: underline;
}

.introduction .howto_wrap .flow_list .list .detail .text a:hover {
	text-decoration: none;
}

/* スタンプ取得のルールについて */
.introduction .howto_wrap .howto_rule_wrap {
	padding-top: 0.60rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

@media screen and (max-width: 640px)  {
	.introduction .howto_wrap .howto_rule_wrap {
		padding-top: 0.30rem;
	}
}

.introduction .howto_wrap .howto_rule_wrap .ph_wrap {
	width: 100%;
	max-width: 3.47rem;
}

@media screen and (max-width: 640px)  {
	.introduction .howto_wrap .howto_rule_wrap .ph_wrap {
		max-width: 100%;
	}
}

.introduction .howto_wrap .howto_rule_wrap .ph_wrap img {
	display: block;
	box-shadow: 0 2px 0.06rem rgba(0,0,0,0.2);
}

.introduction .howto_wrap .howto_rule_wrap .textbox {
	width: 100%;
	max-width: 6.29rem;
}

.introduction .howto_wrap .howto_rule_wrap .textbox .title {
	font-size: 0.26rem;
	font-weight: 800;
	line-height: 1.75;
}

@media screen and (max-width: 640px)  {
	.introduction .howto_wrap .howto_rule_wrap .textbox .title {
		font-size: 0.18rem;
		text-align: center;
		padding: 0.20rem 0 0.10rem;
	}
}

.introduction .howto_wrap .howto_rule_wrap .textbox .text {
	font-size: 0.16rem;
	line-height: 1.75;
	text-align: justify;
}

@media screen and (max-width: 640px)  {
	.introduction .howto_wrap .howto_rule_wrap .textbox .text {
		font-size: 0.14rem;
	}
}

/*============================
スタンプ集めて抽選で当たる!
============================*/
.present {
	background-color: #FFD010;
	position: relative;
	z-index: 1;
}

.present .present_title {
	text-align: center;
	font-size: 0.46rem;
	font-weight: 800;
	position: absolute;
	top: -0.30rem;
	left: 0;
	width: 100%;
}

@media screen and (max-width: 640px) {
	.present .present_title {
		font-size: 0.22rem;
		top: -0.10rem;
	}
}

.present .present_title span {
	border-bottom: 5px solid #A71100;
}

@media screen and (max-width: 640px) {
	.present .present_title span {
		border-bottom: 4px solid #A71100;
	}
}

.present .list {
	display: flex;
	justify-content: space-around;
	padding: 0.60rem 0;
}

@media screen and (max-width: 640px) {
	.present .list {
		padding: 0.40rem 0 0.20rem;
		flex-wrap: wrap;
	}
}

.present .list .detail:nth-child(1) {
	padding-right: 0.50rem;
}

@media screen and (max-width: 640px) {
	.present .list .detail {
		padding-bottom: 0.15rem;
	}
	.present .list .detail:nth-child(1) {
		padding-right: 0;
	}
}

.present .list img {
	display: block;
}

/*============================
注意事項
============================*/
.attention {
	padding: 0.60rem 0;
}

@media screen and (max-width: 640px) {
	.attention {
		padding: 0.40rem 0;
	}
}

.attention .title {
	position: relative;
	text-align: center;
	margin-bottom: 0.20rem;
}

.attention .title::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #2A0500;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.attention .title span {
	font-size: 0.26rem;
	font-weight: 800;
	display: inline-block;
	background-color: #FFF;
	padding: 0 0.20rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.attention .title span {
		font-size: 0.20rem;
	}
}

.attention .text {
	font-size: 0.14rem;
	line-height: 2;
	text-align: justify;
	padding-bottom: 0.30rem;
	border-bottom: 1px solid #2A0500;
}

@media screen and (max-width: 640px) {
	.attention .text {
		font-size: 0.13rem;
		line-height: 1.875;
	}
}

/*============================
写真帯
============================*/
.ph_obi_wrap {
	display: flex;
	overflow: hidden;
	width: 100vw;
}

.ph_obi {
	display: flex;
}

@media screen and (max-width: 640px) {
	.ph_obi {
		flex-wrap: wrap;
	}
}

.ph_obi .ph {
	width: calc(100% / 4);
}

.ph_obi .ph img {
	display: block;
}

/*============================
スタンプ設置場所
============================*/
.place {
	padding: 0.60rem 0;
}

.place .tab_wrap .list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.place .tab_wrap .list .tab {
	width: 49.8%;
	border-radius: 0.10rem 0.10rem 0 0;
	background-color: #C79F62;
	text-align: center;
	font-size: 0.26rem;
	font-weight: 800;
	color: #FFF;
	padding: 0.15rem 0;
	cursor: pointer;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.place .tab_wrap .list .tab {
		border-radius: 0.06rem 0.06rem 0 0;
		font-size: 0.18rem;
		padding: 0.13rem 0;
	}
}

.place .tab_wrap .list .tab span {
	transition: all 0.3s;
	position: relative;
	top: 0;
}

@media screen and (max-width: 640px) {
	.place .tab_wrap .list .tab em {
		display: none;
	}
}

.place .tab_wrap .list .tab:hover {
	padding-top: 0.20rem;
	background-color: #A71100;
}

@media screen and (max-width: 640px) {
	.place .tab_wrap .list .tab:hover {
		padding-top: 0.16rem;
	}
}

.place .tab_wrap .list .tab:hover span {
	top: -0.05rem;
}

@media screen and (max-width: 640px) {
	.place .tab_wrap .list .tab:hover span {
		top: -0.03rem;
	}
}

.place .tab_wrap .list .tab.active {
	background-color: #2A0500;
	padding-top: 0.20rem;
}

@media screen and (max-width: 640px) {
	.place .tab_wrap .list .tab.active {
		padding-top: 0.16rem;
	}
}

.place .tab_cont {
	background-color: #2A0500;
	padding: 0.20rem 0.20rem 0.10rem;
	border-radius: 0 0 0.10rem 0.10rem;
	display: none;
}

@media screen and (max-width: 640px) {
	.place .tab_cont {
		background-color: #2A0500;
		padding: 0.10rem 0.10rem 0.05rem;
		border-radius: 0 0 0.06rem 0.06rem;
	}
}

.place .tab_cont.active {
	display: block;
}

.place .tab_cont .list {
	display: flex;
	/* justify-content: center; */
	flex-wrap: wrap;
	margin: 0 -0.05rem;
}

.place .tab_cont .list .link {
	width: calc(100% / 7 - 0.10rem);
	padding:0 0.05rem 0.10rem;
}

@media screen and (max-width: 640px) {
	.place .tab_cont .list .link {
		width: calc(100% / 2 - 0.10rem);
	}
}

.place .tab_cont .list .link span {
	display: block;
	background-color: #FFF;
	color: #2A0500;
	font-size: 0.20rem;
	font-weight: 700;
	text-align: center;
	line-height: 0;
	padding: 0.20rem 0 0.22rem;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}

@media screen and (max-width: 640px) {
	.place .tab_cont .list .link span {
		font-size: 0.16rem;
	}
}

.place .tab_cont .list .link span:hover {
	background-color: #FFD010;
}

@media screen and (max-width: 640px) {
	.place .tab_cont .list .link span:hover {
		background-color: #FFF;
	}
}

.place .tab_cont .list .link span.active,
.place .tab_cont .list .link span.active:hover {
	background-color: #FFD010;
}

.place .tab_cont .list .link span.active::before {
	content: "";
	width: 0.14rem;
	height: 0.14rem;
	background-image: url(../img/icon_check.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0.10rem;
	top: 50%;
	transform: translateY(-50%);
}

/* カテゴリのみ */
.place .tab_cont.category .list .link {
	width: calc(100% / 4 - 0.10rem);
	padding:0 0.05rem 0.10rem;
}

@media screen and (max-width: 640px) {
	.place .tab_cont.category .list .link {
		width: calc(100% - 0.10rem);
		padding:0 0.05rem 0.10rem;
	}
}

/* 検索パネル */
.place .search_back_btn {
	position: fixed;
	top: -1.00rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: #2A0500;
	text-align: center;
	font-size: 0.16rem;
	font-weight: 700;
	color: #FFF;
	width: 2.60rem;
	padding: 0.15rem;
	border-radius: 0.40rem;
	box-shadow: 0 2px 0.06rem rgba(0,0,0,0.3);
	transition: all 0.3s;
	z-index: 10;
	cursor: pointer;
}

.place .search_back_btn.active {
	top: 0.20rem;
}

.place .search_back_btn a {
	display: block;
	color: #FFF;
}

.place .search_back_btn span {
	position: relative;
	display: inline-block;
	padding-left: 0.20rem;
}

.place .search_back_btn span::before {
	content: "";
	width: 0.15rem;
	height: 0.15rem;
	background-image: url(../common/img/icon_arrow_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
}

/* 店舗リスト */
.place .shop_list {
	padding: 0.60rem 0;
}

.place .shop_list .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.20rem;
}

.place .shop_list .list .detail {
	width: 100%;
	max-width: 2.50rem;
	padding-bottom: 1.05rem;
	position: relative;
	margin: 0 0.20rem 0.50rem;
}

@media screen and (max-width: 640px) {
	.place .shop_list .list .detail {
		max-width: 100%;
		padding-bottom: 0.30rem;
		border-bottom: 1px solid #CCC;
		margin: 0 0.20rem 0.30rem;
	}
}

/* アイコン */
.place .shop_list .list .detail::before {
	content: "";
	width: 0.50rem;
	height: 0.50rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -0.15rem;
	left: -0.15rem;
	z-index: 1;
}

.place .shop_list .list .detail.炭::before {
	background-image: url(../img/shop_icon01.svg);
}

.place .shop_list .list .detail.鉄::before {
	background-image: url(../img/shop_icon02.svg);
}

.place .shop_list .list .detail.港::before {
	background-image: url(../img/shop_icon03.svg);
}


.place .shop_list .list .detail .ph_wrap {
	width: 100%;
	height: 1.66rem;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 640px) {
	.place .shop_list .list .detail .ph_wrap {
		height: 56vw;
	}
}

.place .shop_list .list .detail .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.place .shop_list .list .detail .textbox {
	padding-top: 0.15rem;
}

.place .shop_list .list .detail .textbox .area_cat_wrap {
	display: flex;
	align-items: center;
	padding-bottom: 0.10rem;
}

.place .shop_list .list .detail .textbox .area_cat_wrap .area {
	width: 0.80rem;
	border: 1px solid #2A0500;
	text-align: center;
	font-size: 0.13rem;
	font-weight: 700;
	color: #2A0500;
	border-radius: 0.30rem;
	padding: 0.03rem 0 0.04rem;
}

@media screen and (max-width: 640px) {
	.place .shop_list .list .detail .textbox .area_cat_wrap .area {
		font-size: 0.12rem;
	}
}

.place .shop_list .list .detail .textbox .area_cat_wrap .cat {
	font-size: 0.14rem;
	font-weight: 700;
	padding-left: 0.10rem;
}

@media screen and (max-width: 640px) {
	.place .shop_list .list .detail .textbox .area_cat_wrap .cat {
		font-size: 0.13rem;
	}
}

.place .shop_list .list .detail .textbox .shop_name {
	font-size: 0.18rem;
	font-weight: 700;
	line-height: 1.35;
	padding-bottom: 0.07rem;
}

@media screen and (max-width: 640px) {
	.place .shop_list .list .detail .textbox .shop_name {
		font-size: 0.16rem;
	}
}

.place .shop_list .list .detail .textbox .address {
	font-size: 0.14rem;
	line-height: 1.45;
	padding-bottom: 0.07rem;
}

@media screen and (max-width: 640px) {
	.place .shop_list .list .detail .textbox .address {
		font-size: 0.13rem;
	}
}

.place .shop_list .list .detail .textbox .tel_num {
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
	.place .shop_list .list .detail .textbox .tel_num {
		padding-bottom: 0.20rem;
	}
}

.place .shop_list .list .detail .textbox .tel_num a {
	font-size: 0.15rem;
	color: #2A0500;
	pointer-events: none;
}

@media screen and (max-width: 640px) {
	.place .shop_list .list .detail .textbox .tel_num a {
		font-size: 0.16rem;
		font-weight: 600;
		text-decoration: underline;
		pointer-events: all;
	}
}

@media screen and (max-width: 640px) {
	.place .shop_list .list .detail .textbox .btn_wrap {
		display: flex;
		justify-content: center;
		margin: 0 -0.05rem;
	}
}

.place .shop_list .list .detail .textbox .gmap_btn {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0.55rem;
}

@media screen and (max-width: 640px) {
	.place .shop_list .list .detail .textbox .gmap_btn {
		position: relative;
		max-width: 49%;
		margin: 0 0.05rem;
		bottom: auto;
		left: auto;
	}
}

.place .shop_list .list .detail .textbox .gmap_btn a {
	display: block;
	background-color: #E38C00;
	padding: 0.14rem 0 0.16rem 0.12rem;
	text-align: center;
	border-radius: 0.30rem;
	font-size: 0.15rem;
	font-weight: 700;
	color: #FFF;
}

@media screen and (max-width: 640px) {
	.place .shop_list .list .detail .textbox .gmap_btn a {
		display: block;
		background-color: #E38C00;
		padding: 0.14rem 0 0.16rem 0.12rem;
		text-align: center;
		border-radius: 0.30rem;
		font-size: 0.14rem;
		font-weight: 700;
		color: #FFF;
	}
}

.place .shop_list .list .detail .textbox .gmap_btn a span {
	position: relative;
}

.place .shop_list .list .detail .textbox .gmap_btn a span::before {
	content: "";
	width: 0.12rem;
	height: 0.17rem;
	background-image: url(../img/icon_map.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -0.17rem;
	top: 52%;
	transform: translateY(-50%);
}

.place .shop_list .list .detail .textbox .web_btn {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 640px) {
	.place .shop_list .list .detail .textbox .web_btn {
		position: relative;
		max-width: 49%;
		margin: 0 0.05rem;
		bottom: auto;
		left: auto;
	}
}

.place .shop_list .list .detail .textbox .web_btn a {
	display: block;
	background-color: #00A79A;
	padding: 0.14rem 0 0.16rem 0.12rem;
	text-align: center;
	border-radius: 0.30rem;
	font-size: 0.15rem;
	font-weight: 700;
	color: #FFF;
}

.place .shop_list .list .detail .textbox .web_btn a span {
	position: relative;
}

.place .shop_list .list .detail .textbox .web_btn a span::before {
	content: "";
	width: 0.14rem;
	height: 0.17rem;
	background-image: url(../img/icon_web.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -0.20rem;
	top: 52%;
	transform: translateY(-50%);
}

.place .shop_list .list .detail .textbox a:hover {
	opacity: 0.7;
}

/*============================
イベント概要
============================*/
.information {
	background-image: url(../img/texture_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 0.90rem 0;
	position: relative;
}

@media screen and (max-width: 640px) {
	.information {
		padding: 0.40rem 0;
	}
}

.information .info_box {
	background-color: #FFF;
	padding: 0.50rem;
	border: 3px solid #2A0500;
	border-radius: 0.10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
	.information .info_box {
		padding: 0.20rem;
	}
}

.information .info_box .logo_box {
	width: 100%;
	max-width: 3.14rem;
}

@media screen and (max-width: 640px) {
	.information .info_box .logo_box {
		max-width: 1.50rem;
		margin: auto;
	}
}

.information .info_box .textbox {
	width: 100%;
	max-width: 6.70rem;
}

.information .info_box .textbox .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 0.30rem;
}

.information .info_box .textbox .list:last-child {
	padding-bottom: 0;
}

.information .info_box .textbox .list .title {
	width: 1.30rem;
	font-size: 0.20rem;
	font-weight: 700;
	line-height: 1.75;
}

@media screen and (max-width: 640px) {
	.information .info_box .textbox .list .title {
		width: 100%;
		font-size: 0.15rem;
		padding-bottom: 0.10rem;
		border-bottom: 1px dotted #2A0500;
	}
}

.information .info_box .textbox .list .detail {
	width: 100%;
	max-width: 4.90rem;
	box-sizing: border-box;
	padding-left: 0.25rem;
	border-left: 1px dotted #2A0500;
	line-height: 1.75;
}

@media screen and (max-width: 640px) {
	.information .info_box .textbox .list .detail {
		max-width: 100%;
		padding-left: 0;
		padding-top: 0.10rem;
		border-left: 0;
	}
}

.information .info_box .textbox .list .detail .big_text {
	font-size: 0.20rem;
}

@media screen and (max-width: 640px) {
	.information .info_box .textbox .list .detail .big_text {
		font-size: 0.16rem;
	}
}

.information .info_box .textbox .list .detail .text {
	font-size: 0.16rem;
}

@media screen and (max-width: 640px) {
	.information .info_box .textbox .list .detail .text {
		font-size: 0.13rem;
	}
}

.information .info_box .textbox .list .detail .text a {
	color: #2A0500;
	text-decoration: underline;
}

.information .info_box .textbox .list .detail .text a:hover {
	text-decoration: none;
}

.information .info_box .textbox .list .detail .info_title {
	font-size: 0.20rem;
	font-weight: 700;
	padding-top: 0.15rem;
}

@media screen and (max-width: 640px) {
	.information .info_box .textbox .list .detail .info_title {
		font-size: 0.16rem;
		letter-spacing: 0;
		line-height: 1.45;
		padding-bottom: 0.05rem;
	}
}

.information .info_box .textbox .list .detail .info_title:first-child {
	padding-top: 0;
}

.information .bnr_box {
	padding-top: 0.60rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.information .bnr_box {
		padding-top: 0.30rem;
	}
}

.information .bnr_box a:hover {
	opacity: 0.7;
}

/*============================
フッター
============================*/
footer {
	background-color: #2A0500;
	padding: 0.30rem 0;
	text-align: center;
	color: #FFF;
}

@media screen and (max-width: 640px) {
	footer {
		padding-bottom: 0.90rem;
	}
}

footer .logo {
	width: 100%;
	max-width: 4.15rem;
	margin: auto;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
	footer .logo {
		max-width: 2.35rem;
	}
}

footer .text {
	font-size: 0.15rem;
	line-height: 1.75;
}

@media screen and (max-width: 640px) {
	footer .text {
		font-size: 0.12rem;
	}
}

.floating_bnr {
	position: fixed;
	right: 0;
	bottom: 0.30rem;
	z-index: 1;
	width: 3.40rem;
	box-shadow: 0 2px 0.08rem rgba(0,0,0,0.4);
}

@media screen and (max-width: 640px) {
	.floating_bnr {
		position: fixed;
		right: 0.15rem;
		bottom: 0.15rem;
		z-index: 1;
		width: calc(100% - 0.30rem);
		border-radius: 0.06rem;
		overflow: hidden;
	}
}

.floating_bnr img {
	display: block;
	width: 100%;
}

.floating_bnr a {
	display: block;
	filter: brightness(1);
}

.floating_bnr a:hover {
	filter: brightness(1.25);
}