@charset "utf-8";
/*============================
基本設定
============================*/
body {
	min-width: auto;
	overscroll-behavior-y: none;
}

/*============================
総合トップ
============================*/
.top {
	height: 100vh;
	position: relative;
}

/* ボタン */
.top .lang_btn {
	position: absolute;
	width: 100%;
	top: 45%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.top .lang_btn .btn {
	max-width: 2.50rem;
	margin: auto;
	padding: 0.20rem 0;
}

.top .lang_btn .btn .text {
	font-size: 0.16rem;
	font-weight: 700;
	color: #EC2B62;
	padding-bottom: 0.10rem;
	text-align: center;
}

.top .lang_btn .btn a {
	display: block;
	text-align: center;
	background-color: #EC2B62;
	padding: 0.15rem 0;
	border-radius: 0.30rem;
	font-size: 0.16rem;
	font-weight: 700;
	color: #FFF;
	box-shadow: 0 0.03rem 0 rgba(0,0,0,0.2);
}

.top .lang_btn .btn a:hover {
	opacity: 0.7;
}

.top .copyright {
	position: absolute;
	bottom: 0.30rem;
	left: 0;
	width: 100%;
}

.top .copyright .text {
	text-align: center;
	font-size: 0.11rem;
	font-family: "Poppins", sans-serif;
	text-shadow: 0 1px 0 #FFF;
}


/*============================
PC背景
============================*/
.pc_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/202404/pc_bg.jpg);
	background-position: center;
	background-size: cover;
	z-index: 0;
}

/* .pc_bg::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/pc_bg_deco.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
} */

/*============================
言語ごと
============================*/
/* 簡体字 */
html[lang="zh-cmn-Hans"] body {
	font-family: "Noto Sans SC", sans-serif;
}

html[lang="zh-cmn-Hans"] .tw,
html[lang="zh-cmn-Hans"] .en,
html[lang="zh-cmn-Hans"] .ko,
html[lang="zh-cmn-Hans"] .th {
	display: none;
}

html[lang="zh-cmn-Hans"] #page_top {
	width: 0.63rem;
	height: 0.63rem;
	background-image: url(../img/back_to_top_cn.png);
	background-repeat: no-repeat;
	background-size: contain;
}

html[lang="zh-cmn-Hans"] .pc_bg::before {
	content: none;
}

/* 繁体字 */
html[lang="zh-cmn-Hant"] body {
	font-family: "Noto Sans TC", sans-serif;
}

html[lang="zh-cmn-Hant"] .cn,
html[lang="zh-cmn-Hant"] .en,
html[lang="zh-cmn-Hant"] .ko,
html[lang="zh-cmn-Hant"] .th {
	display: none;
}

html[lang="zh-cmn-Hant"] #page_top {
	width: 0.63rem;
	height: 0.63rem;
	background-image: url(../img/back_to_top_tw.png);
	background-repeat: no-repeat;
	background-size: contain;
}

html[lang="zh-cmn-Hant"] .pc_bg::before {
	content: none;
}

/* 英語 */
html[lang="en"] body {
	font-family: "Roboto", sans-serif;
}

html[lang="en"] .cn,
html[lang="en"] .tw,
html[lang="en"] .ko,
html[lang="en"] .th {
	display: none;
}

html[lang="en"] #page_top {
	width: 0.63rem;
	height: 0.63rem;
	background-image: url(../img/back_to_top_en.png);
	background-repeat: no-repeat;
	background-size: contain;
}

html[lang="en"] .pc_bg::before {
	content: none;
}

/* 韓国語 */
html[lang="ko"] body {
	font-family: "Noto Sans KR", sans-serif;
}

html[lang="ko"] .cn,
html[lang="ko"] .tw,
html[lang="ko"] .en,
html[lang="ko"] .th {
	display: none;
}

html[lang="ko"] #page_top {
	width: 0.63rem;
	height: 0.63rem;
	background-image: url(../img/back_to_top_ko.png);
	background-repeat: no-repeat;
	background-size: contain;
}

html[lang="ko"] .pc_bg::before {
	content: none;
}

/* タイ語 */
html[lang="th"] body {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
}

html[lang="th"] .cn,
html[lang="th"] .tw,
html[lang="th"] .en,
html[lang="th"] .ko {
	display: none;
}

html[lang="th"] #page_top {
	width: 0.63rem;
	height: 0.63rem;
	background-image: url(../img/back_to_top_th.png);
	background-repeat: no-repeat;
	background-size: contain;
}

html[lang="th"] .pc_bg::before {
	content: none;
}


/*============================
SPコンテンツ
============================*/
.sp_cont_wrap {
	width: 100%;
	max-width: 3.75rem;
	margin: auto;
	box-shadow: 0 0 0.08rem rgba(0,0,0,0.3);
	position: relative;
	z-index: 2;
	background-color: #FFF;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.sp_cont_wrap {
		max-width: 100%;
	}
}

/*============================
MV
============================*/
.mv {
	width: 100%;
	position: relative;
	z-index: 0;
}

.mv img {
	display: block;
	position: relative;
	z-index: 0;
}

.mv::after {
	content: "";
	width: 100%;
	height: 0.80rem;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

/*============================
検索パネル
============================*/
.search_panel_wrap {
	position: relative;
	z-index: 1;
	padding: 0 0.15rem;
	margin-top: -0.30rem;
}

.search_panel_wrap .wrap_in {
	background-color: #EC2B62;
	border-radius: 0.10rem;
	box-shadow: 0 0.03rem 0.06rem rgba(0,0,0,0.15);
	padding: 0.15rem 0.15rem 0;
	position: relative;
}

.search_panel_wrap .wrap_in::before,
.search_panel_wrap .wrap_in::after {
	content: none;
}

.search_panel_wrap .wrap_in .search_title {
	text-align: center;
	font-size: 0.20rem;
	font-weight: 700;
	color: #FFF;
}

.search_panel_wrap .wrap_in .search_title span {
	position: relative;
}

.search_panel_wrap .wrap_in .search_title span::before {
	content: "";
	width: 0.185rem;
	height: 0.185rem;
	display: inline-block;
	background-image: url(../img/icon_search.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.05rem;
	position: relative;
	top: 0.02rem;
}

.search_panel_wrap .wrap_in .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.10rem 0 0.20rem;
}

.search_panel_wrap .wrap_in .list .text {
	width: 48.25%;
	margin-top: 0.10rem;
}

.search_panel_wrap .wrap_in .list .text.full {
	width: 100%;
}

.search_panel_wrap .wrap_in .list .text span {
	display: block;
	background-color: #FFF;
	border-radius: 0.30rem;
	text-align: center;
	font-size: 0.15rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 0.12rem 0.10rem 0.14rem;
	transition: all 0.3s;
	cursor: pointer;
}

.search_panel_wrap .wrap_in .list .text span:hover,
.search_panel_wrap .wrap_in .list .text.select span {
	background-color: #EBBF3E;
}

/*============================
検索結果一覧
============================*/
.shop_list {
	position: relative;
	padding-top: 0.20rem;
}

.shop_list .shop_box {
	position: relative;
	padding:0 0.15rem 0.40rem;
	background-color: #FCF9EF;
}

/* .shop_list .shop_box::before {
	content: "";
	width: 100%;
	height: calc(100% - 1.60rem);
	background-color: #FCF9EF;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
} */

/* 店舗名 */
.shop_list .shop_box .shop_name {
	text-align: center;
	font-size: 0.24rem;
	font-weight: 700;
	color: #EC2B62;
	line-height: 1.33;
	padding-top: 0.30rem;
	position: relative;
}
.shop_list .shop_box .shop_name::before {
	content: "";
	width: calc(100% + 0.40rem);
	height: calc(100% + 1.00rem);
	position: absolute;
	left: -0.20rem;
	top: 0;
	z-index: -1;
	background-color: #FFF;
}

.shop_list .shop_box .tag_wrap {
	padding: 0.10rem 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.shop_list .shop_box .tag_wrap .tag {
	display: inline-block;
	font-size: 0.13rem;
	background-color: #EBBF3E;
	padding: 0.06rem 0.10rem 0.08rem;
	border-radius: 0.30rem;
	margin: 0 0.05rem 0.10rem;
}

.shop_list .shop_box .shop_ph_wrap {
	position: relative;
	margin-bottom: 0;
}

.shop_list .shop_box .shop_ph_wrap .slide {
	height: 2.6rem;
}

.shop_list .shop_box .shop_ph_wrap .slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop_list .shop_box .shop_ph_wrap .slick-list {
	border-radius: 0.10rem;
	overflow: hidden;
	z-index: 1;
}


/* 次へ・前へボタン */
.shop_list .shop_box .shop_ph_wrap .slick-arrow {
	width: 0.30rem;
	height: 0.30rem;
	background-image: url(../img/slick_arrow.png);
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
}

.shop_list .shop_box .shop_ph_wrap .slick-arrow.prev {
	left: -0.15rem;
}

.shop_list .shop_box .shop_ph_wrap .slick-arrow.next {
	right: -0.15rem;
	transform: translateY(-50%) rotate(180deg);
}

.shop_list .shop_box .shop_ph_wrap .slick-dots {
	bottom: 0.10rem;
	z-index: 2;
}

.shop_list .shop_box .shop_ph_wrap .slick-dots li button::before {
	color: #FFF;
	font-size: 0.10rem;
	opacity: 0.6;
}

.shop_list .shop_box .shop_ph_wrap .slick-dots li.slick-active button::before {
	opacity: 1;
}

/* 店舗紹介テキスト */
.shop_list .shop_box .shop_text {
	/* text-align: center; */
	font-size: 0.15rem;
	line-height: 1.8;
	padding: 0.10rem 0.15rem 0.15rem;
}

/* モーダルボタン */
.shop_list .shop_box .more_btn {
	padding: 0 0.15rem;
}

.shop_list .shop_box .more_btn a {
	display: block;
	cursor: pointer;
}

.shop_list .shop_box .more_btn a img {
	display: block;
}

.shop_list .shop_box .more_btn a:hover {
	filter: brightness(130%);
}

/* 店舗情報 */
.shop_list .shop_box .info_box {
	padding: 0.15rem;
}

.shop_list .shop_box .info_box .title {
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 0.16rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	position: relative;
	margin-bottom: 0.10rem;
}

.shop_list .shop_box .info_box .title span {
	display: inline-block;
	padding: 0 0.10rem;
	z-index: 1;
	background-color: #FCF9EF;
}

.shop_list .shop_box .info_box .title::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #9E002C;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}

.shop_list .shop_box .info_box p {
	/* text-align: center; */
	font-size: 0.14rem;
	line-height: 1.6;
}

/* サイト、マップボタン */
.shop_list .shop_box .btn_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.shop_list .shop_box .btn_wrap .btn {
	width: 50%;
	padding: 0 0.06rem;
	box-sizing: border-box;
}

.shop_list .shop_box .btn_wrap .btn a {
	display: block;
	text-align: center;
	padding: 0.13rem 0 0.15rem;
	font-size: 0.15rem;
	font-weight: 700;
	color: #FFF;
	border-radius: 0.30rem;
	box-shadow: 0 0.03rem 0 rgba(0,0,0,0.2);
}

.shop_list .shop_box .btn_wrap .btn a:hover {
	filter: brightness(130%);
}

.shop_list .shop_box .btn_wrap .btn a span {
	display: inline-block;
	padding-right: 0.10rem;
}

.shop_list .shop_box .btn_wrap .btn.website a {
	background-color: #EC2B62;
}

.shop_list .shop_box .btn_wrap .btn.website a span::before {
	content: "";
	width: 0.16rem;
	height: 0.16rem;
	display: inline-block;
	background-image: url(../common/img/icon_urllink_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.06rem;
	position: relative;
	top: 0.02rem;
	opacity: 0.5;
}

.shop_list .shop_box .btn_wrap .btn.map a {
	background-color: #007EB5;
}

.shop_list .shop_box .btn_wrap .btn.map a span::before {
	content: "";
	width: 0.16rem;
	height: 0.16rem;
	display: inline-block;
	background-image: url(../common/img/icon_map_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.06rem;
	position: relative;
	top: 0.02rem;
	opacity: 0.5;
}

/* 検索フィルターで絞り込んだ時に表示 */
.other_search_result_wrap {
	display: none;
}

.shop_list .other_title {
	text-align: center;
	font-size: 0.22rem;
	font-weight: 700;
	position: relative;
	margin: 0.20rem 0.15rem 0;
}

.shop_list .other_title::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #9E002C;
	position: absolute;
	top: 40%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}

.shop_list .other_title::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #9E002C;
	position: absolute;
	top: 60%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}

.shop_list .other_title span {
	display: inline-block;
	background-color: #FFF;
	position: relative;
	z-index: 1;
	padding: 0 0.12rem;
}

/*============================
フッター
============================*/
footer {
	text-align: center;
	position: relative;
	padding-bottom: 0.20rem;
}

footer::before {
	content: "";
	width: 100%;
	height: 2.80rem;
	display: block;
	background-image: url(../img/footer_img.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

footer .logo img {
	display: block;
	width: 100%;
}

footer .copyright {
	font-family: "Poppins", sans-serif;
	font-size: 0.10rem;
}

/*============================
モーダル
============================*/
.modal_cont_wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: none;
}

.modal_cont_wrap .bg {
	background-color: rgba(0,0,0,0.9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 0;
	cursor: pointer;
}

.modal_cont_wrap .cont {
	width: 100%;
	max-width: 3.50rem;
	height: 100%;
	max-height: calc(100vh - 1.30rem);
	position: absolute;
	top: 0.65rem;
	left: 50%;
	transform: translateX(-50%);
}

.modal_cont_wrap .cont .close_btn {
	width: 0.20rem;
	height: 0.20rem;
	background-image: url(../img/lightbox_close_btn.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: -0.30rem;
	z-index: 1;
	cursor: pointer;
}

.modal_cont_wrap .cont iframe {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	border: 2px solid #9E002C;
	border-radius: 0.10rem;
}


/*============================
モーダル個別ページ
============================*/
.modal_wrap {
	padding: 0.20rem;
}

.modal_wrap .shop_name {
	text-align: center;
	font-size: 0.24rem;
	font-weight: 700;
	color: #EC2B62;
	line-height: 1.33;
	padding-bottom: 0.20rem;
}

.modal_wrap .shop_ph {
	position: relative;
}

.modal_wrap .shop_ph .ph_wrap {
	min-height: 2.0rem;
	max-height: 8.50rem;
	border-radius: 0.06rem;
	overflow: hidden;
}

.modal_wrap .shop_ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
}

.modal_wrap .shop_ph .deco_text {
	position: absolute;
	font-family: "Poppins", sans-serif;
	font-size: 0.15rem;
	font-weight: 500;
	color: #FFF;
	background-color: #000;
	padding: 0.03rem 0.10rem;
	border: 2px solid #FFF;
	border-radius: 0.20rem;
	bottom: -0.13rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.modal_wrap .modal_cont {
	padding: 0.20rem 0;
}

.modal_wrap .modal_cont.jp {
	border-top: 1px dotted #9E002C;
	margin-top: 0.10rem;
}

.modal_wrap .modal_cont .coupon_text {
	/* text-align: center; */
	font-size: 0.24rem;
	font-weight: 700;
	color: #EC2B62;
	line-height: 1.33;
	padding-bottom: 0.10rem;
}

.modal_wrap .modal_cont .limit {
	text-align: center;
	padding-bottom: 0.10rem;
}

.modal_wrap .modal_cont .limit span {
	font-size: 0.15rem;
	font-weight: 700;
	color: #FFF;
	background-color: #EC2B62;
	padding: 0.06rem 0.10rem 0.06rem;
	display: block;
}

.modal_wrap .modal_cont .text {
	font-size: 0.14rem;
	line-height: 1.875;
	text-align: justify;
	padding-bottom: 0.10rem;
}

.modal_wrap .modal_cont .caption {
	font-size: 0.13rem;
	font-weight: 700;
	color: #EC2B62;
	text-align: center;
	line-height: 1.65;
}

.modal_wrap .footer_close_btn {
	width: 100%;
	max-width: 1.68rem;
	margin: auto;
	padding-bottom: 0.20rem;
}

.modal_wrap .footer_close_btn a {
	display: block;
	background-color: #007EB5;
	border-radius: 0.30rem;
	text-align: center;
	font-size: 0.15rem;
	font-weight: 700;
	color: #FFF;
	padding: 0.15rem 0;
	box-shadow: 0 0.03rem 0 rgba(0,0,0,0.2);
	cursor: pointer;
	transition: all 0.3s;
}

.modal_wrap .footer_close_btn a:hover {
	opacity: 0.7;
}

.modal_wrap .footer_close_btn a span::before {
	content: "";
	width: 0.13rem;
	height: 0.13rem;
	display: inline-block;
	background-image: url(../img/modal_close_btn.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right:0.06rem;
	position: relative;
}
