@charset "utf-8";

html,
body {
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

#breadcrumb li a {
	background-position: right center;
}

dl,
dt,
dd,
ul,
li,
ol,
li {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

a,
a:link {

	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

.for_sp {
	display: none;
}

.for_tb {
	display: none;
}

.for_610 {
	display: none;
}

.indent-list {
	padding-left: 0.5em;
	text-indent: -0.5em;
	display: block;
	margin-bottom: 10px;
}

.indent-list2 {
	padding-left: 1em;
	text-indent: -1em;
	display: block;
	margin-bottom: 10px;
}

.indent-item {
	padding-left: 0.6em;
	text-indent: -0.6em;
	display: block;
}
.indent-item2 {
	padding-left: 1em;
	text-indent: -1em;
	display: block;
	margin-bottom: 30px;
}

.border-text {
	background-color: #fff0f5;
	padding: 3px 6px;
	margin: 10px 0;
	display: inline-block;
	border-radius: 3px;
}

.supple-title {
	text-align: center;
}

.marker-underline {
	background: linear-gradient(transparent 60%, #f7f0b3 60%);
}

.mochiy-pop-one-regular {
	font-family: "Mochiy Pop One", serif;
	font-weight: 400;
	font-style: normal;
}

.red-border {
	border: 2px solid #E60026;
	padding: 10px;
	width: 100%;
	margin-top: 10px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.5);
}

.bnr-title {
	margin: 50px 0 20px;
	text-align: center;
	font-size: 1.3rem;
	color: #564a7e;
}

.bnr-title span {
	color: #f67b33;
}

.highlight-red {
	color: #E60026;
}


/* Googleマップ*/
.map-container {
	width: 100%;
	line-height: 0;
	margin-top: 50px;
}

.map-container iframe {
	width: 100%;
	height: 400px;
	border: none;
}

@media (max-width: 768px) {
	.map-container iframe {
		height: 300px;
	}
}

/* arphoto */
.arphoto img {
	margin: 0 0 30px;
}

/* */

.spot-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	padding: 20px;
	background: rgba(255, 255, 255, .55);
	border-radius: 15px;
	font-weight: 600;
}

.spot-item {
	padding: 10px;
	border-bottom: 1px dashed #fff;
	font-size: 16px;
	padding-left: 1.7em;
	text-indent: -1.7em;
}


/* PC（画面幅が広い時）は2列にする */
@media (min-width: 600px) {
	.spot-grid {
		grid-template-columns: 1fr 1fr;
	}
}

/* --- 共通：ベース設定 --- */
.prize-section {
	margin: 50px auto;
	max-width: 900px;
	padding: 0 15px;
	font-family: sans-serif;
}

/* --- PC版：表のデザイン --- */
.prize-table {
	width: 100%;
	border-collapse: collapse;
	background-color: #ffffff;
}

.prize-title {
	color: #fff;
}

.prize-note {
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}

.prize-note2 {
	max-width: 820px;
	margin: 20px auto 0;
	line-height: 1.8;
	font-size: 1rem;
	color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}

/* PC版の見出し(th)とセル(td) */
.prize-table th,
.prize-table td {
	border: 1px solid #777;
	padding: 12px;
	text-align: center;
}

.prize-table th {
	background-color: #f2f2f2;
}

/* 「3つ」などのピンク背景（詳細度を高く保つためクラスを連結） */
.prize-table tbody td.count-cell {
	background-color: #f5eef5;
	font-weight: bold;
	text-align: center;
}


/*  */
.ar-title {
	text-align: center;
	font-size: 1.5rem;
	background: #f8f8f8;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 0 #ddd;
	margin-bottom: 40px;
	color: #444;
}

.title-icon {
	width: 30px;
	margin-right: 20px;
}

.ar-section {
	margin: 20px auto;
	max-width: 1200px;
	width: 95%;
	padding: 0 15px;
	box-sizing: border-box;
}

.ar-table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	border: 1px solid #777;
}

.ar-table th {
	background-color: #f2f2f2;
	border: 1px solid #777;
	padding: 15px;
	font-weight: bold;
}

.ar-table td {
	border: 1px solid #777;
	padding: 20px 15px;
	text-align: center;
}



.prize-table td[data-label]::before {
	content: attr(data-label) "：";
	position: absolute;
	left: 10px;
	top: 10px;
	font-weight: bold;
	width: 4em;
}



/* --- レスポンシブ設定 --- */
@media screen and (max-width: 768px) {

	/* 表のヘッダーを隠す */
	.prize-table thead {
		display: none;
	}

	.prize-table,
	.prize-table tbody,
	.prize-table tr,
	.prize-table td {
		display: block;
		width: 100%;
	}

	.prize-table tr {
		border: 0.5px solid #888;
	}

	/* 「3つ」「5つ」などのセルをグループの見出しにする */
	.count-cell {
		background-color: #f9f0f9;
		font-weight: bold;
		font-size: 1.2rem;
		border-bottom: 2px solid #ccc !important;
	}

	/* 市町と商品のラベルを疑似要素で表示 */
	.prize-table td[data-label]::before {
		content: attr(data-label) ": ";
		font-weight: bold;
		color: #666;
		display: inline-block;
		width: 50px;
	}

	.prize-table td {
		text-align: left;
		border: none;
		border-bottom: 1px solid #eee;
	}

	.prize-table td:not(.count-cell) {
		display: block;
		position: relative;
		padding: 10px 15px 10px 4.5em;
		border-left: 1px solid #aaa;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		background: #fff;
		text-align: left;
		box-sizing: border-box;
	}
}

/*  */

.card {
	background: #7acfdc;
	border-radius: 22px;
	padding: 24px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
	font-family: system-ui, -apple-system, "Noto Sans JP", sans-serif;
}

.card__title {
	text-align: center;
	margin: 0 0 20px;
	font-size: clamp(20px, 2.6vw, 32px);
	font-weight: 800;
	color: #ffffff;
}

.listBox {
	background: rgba(255, 255, 255, .55);
	border-radius: 14px;
	padding: 16px;
}

.listBox__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 28px;
}

.spotList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.spotList li {
	padding: 12px 14px;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 2px dotted rgba(255, 255, 255, .9);
}

.spotList li:last-child {
	border-bottom: none;
}

.card__subtitle {
	text-align: center;
	margin: 24px 0 0;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 800;
	color: #fff;
}

.notice {
	background: rgba(255, 255, 255, .8);
	border-radius: 14px;
	padding: 30px 10%;
	font-size: 14px;
	line-height: 1.8;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.notice p {
	width: 100%;
	max-width: 510px;
	text-align: left;
	margin-bottom: 1.5em;
}

.notice p:last-child {
	margin-bottom: 0;
}


@media (max-width: 680px) {
	.listBox__grid {
		grid-template-columns: 1fr;
	}
}

/*  */
.app-download {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 20px 0 50px;
	align-items: center;
}

.app-download__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ff335c;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	max-width: 350px;
	height: 60px;
	border-radius: 50px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transition: opacity 0.3s;
}

.app-download__btn:hover {
	transform: translateY(-2px);
	box-shadow:
		0 12px 26px rgba(255, 95, 183, 0.55),
		inset 0 -2px 0 rgba(0, 0, 0, 0.18);
}


.app-download__btn:active {
	transform: translateY(1px);
	box-shadow:
		0 4px 12px rgba(255, 95, 183, 0.4),
		inset 0 2px 0 rgba(0, 0, 0, 0.2);
}



/*-------------------------------------------  common  -------------------------------------------*/
.container {
	width: 950px;
	margin: 0 auto;
	font-family: '游ゴシック Bold', 'YuGothic Bold', '游ゴシック', 'YuGothic', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Helvetica', 'Arial', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-feature-settings: "palt";
	word-wrap: break-word;
	overflow-wrap: break-word;
	color: #555555;
	letter-spacing: 0.1em;
}

.fullsize {
	margin: 0 -200%;
	padding: 0 200%;
}

.con_event {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 6em;
	padding-bottom: 4em;
}

#container:after,
.content:after,
.inner:after,
dl:after,
.clearfix:after {
	display: none;
}

/*-------------------------------------------  breadcrumb  -------------------------------------------*/

#breadcrumb li a {
	font-size: 14px;
}

#breadcrumb {
	margin: 15px auto;
	width: 1000px;
	font-size: .85em;
}

#breadcrumb ul {
	padding: 0 0 5px;
	_zoom: 1;
}

#breadcrumb li {
	float: left;
	list-style: none;
}

#breadcrumb li+li:before {
	margin: 0 8px;
	content: '>';
}

/*-------------------------------------------  breadcrumb  language -------------------------------------------*/

.bc-lang {
	display: flex;
	width: 950px;
	margin: auto;
}

#breadcrumb {
	font-size: 14px;
}

/*-------------------------------------------  mainvisual  -------------------------------------------*/
#mainvisual {
	position: relative;
}

.title-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.titlelogo img {
	position: absolute;
	max-width: 450px;
	max-height: 450px;
	top: 0;
	right: 0%;
	object-fit: contain;
	width: 600px;
	height: 100%;
}

.titlelogo02 img {
	position: absolute;
	top: -10%;
	left: 0;
	object-fit: contain;
	width: 500px;
	height: 40%;
}

.titlelogo03 img {
	position: absolute;
	bottom: -100px;
	left: 0;
	object-fit: contain;
	width: 40%;
	height: 40%;
}

.thum-pc {
	display: block;
	background-image: url(../img/mainvisual.jpg);
}

.thum-tb {
	display: none;
	background-image: url(../img/mainvisual_tb.jpg);
}

.thum-sp {
	display: none;
	background-image: url(../img/mainvisual_sp.jpg);
}

.thumbnail {
	background-size: cover;
	background-position: center;
	height: 660px;
	-webkit-backface-visibility: hidden;
	object-fit: cover;
}

.mv-bg {
	width: 100%;
	background-color: #ffffff;
	padding: 0px 0;
}

.mv-inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}




/*-------------------------------------------  introduction  -------------------------------------------*/
#introduction {
	position: relative;
	text-align: center;
	padding-top: 0%;
	padding-bottom: 100px;
	background: url(../img/bg01.png)no-repeat center top;
}

#introduction h2 {
	position: relative;
	display: block;
	padding-top: 2em;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.5em;
}

.into-p {
	line-height: 3rem;
	margin: 0 auto 100px;
	width: 60%;
	font-size: 1.4rem;
}

.intphoto {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2em 0 0;
	text-align: left;
}

.intphoto li {
	flex-basis: 48%;
	max-width: 48%;
	font-size: 0.9em;
	margin-bottom: 30px;
	list-style-type: none;
	position: relative;
}

.intphoto li img {
	width: 100%;
	border: 5px solid white;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	display: block;
	margin: 0;
	color: white;
}

.intphoto span {
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	padding: 2px 8px;
	font-size: 0.7rem;
	border-radius: 5px 0 5px 0;
	pointer-events: none;
}

.intphoto li span {
	display: block;
	margin: 5px 0;
	font-size: 0.9em;
}

#introduction #h2_jp img {
	margin: 0;
	width: 80%;
}

/* comment */
#introduction #h2_jp:after {
	content: "";
	display: block;
	position: absolute;
	right: 0em;
	top: 0em;
	width: 200px;
	height: 200px;
	background: url(../img/comment.png) no-repeat center top;
	background-size: contain;
	z-index: 20;
}

/* 背景 */
#into-bg01 img {
	width: 60%;
}

#into-bg02 img {
	width: 60%;
}

#into-bg01 {
	position: absolute;
	top: 0px;
	right: 800px;
	z-index: 11;
}

#into-bg02 {
	position: absolute;
	bottom: 0px;
	left: 1000px;
	z-index: 11;
}


/*-------------------------------------------  section common  -------------------------------------------*/

section[id^="tour_"] h2:after {
	content: "";
	display: block;
	clear: both;
}

section[id^="tour_"] h3 {
	font-size: 1.8em;
	margin-bottom: 1em;
}

section[id^="tour_"] p.notes {
	font-size: 14px;
	color: #666666;
}

section h2 {
	font-size: 2rem;
	display: block;
	line-height: 1.5;
	padding-bottom: 0em;
	padding-left: 0em;
	margin: 0 auto;
	text-align: center;
}


#event_jp {
	display: block;
	line-height: 1.5;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
	margin: 0 auto;
	text-align: center;
}


/*-------------------------------------------  tour_01  -------------------------------------------*/
#tour_01 {
	position: relative;
	background-image: url("../img/papyrus-texture.jpg");
	background-repeat: repeat;
	background-size: auto;
}

/* ライン */
.line_img {
	margin: 1em auto 2em;
}

/* 背景 */
#tour_01-bg01 img {
	width: 80%;
}

#tour_01-bg01 {
	position: absolute;
	top: -140px;
	right: -300px;

}

/* 背景下 */
.position {
	position: relative;
}

#tour_01-bg02 img {
	width: 90%;
}

#tour_01-bg02 {
	position: absolute;
	bottom: 0px;
	left: -500px;

}

/*-------------------------------------------  tour_02 -------------------------------------------*/

#tour_02 {
	position: relative;
	background-color: #f8f9ea;
}

/*-------------------------------------------  tour_03 -------------------------------------------*/
#tour_03 {
	position: relative;
	background-color: #FFF;
	background: rgba(242, 225, 251, 0.7);
}

#tour_03 .plan_p {
	width: 700px;
	margin: 0 auto;
}

.plan_p02 {
	text-align: center;
}

/*-------------------------------------------  tour_01 evtitle -------------------------------------------*/

.evtitle {
	position: relative;
	display: block;
	width: 600px;
	margin: auto;
	text-align: center;
}

.eventnom {
	position: absolute;
	display: flex;
	width: 7em;
	color: #FFF;
	font-weight: bold;
	line-height: 1.2;
	font-size: 1em;
	align-items: center;
	transform: rotate(-6deg);
	background-color: #344F7B;
	top: -3em;
	left: 0em;
}

.eventnom b {
	padding: 0 8px;
}

.eventnom span {
	font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

	padding: 0.3em 1.1em;
	background: url(../img/bg03.png) no-repeat right center;
}


/*-------------------------------------------  tour_01 wrap_left  -------------------------------------------*/
.wrap_left {
	flex-basis: 50%;
	max-width: 50%;
	line-height: 1.4;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 10px;
}

.wrap_left p {
	font-size: 0.85em;
}

.wrap_left .photo img {
	width: 100%;
	margin-bottom: 4em;
}

/*-------------------------------------------  tour_01 wrap_right  -------------------------------------------*/
.wrap_right {
	flex-basis: 44%;
	max-width: 464;
}

.wrap_right .plan_p {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2em;
	margin-bottom: 3em;
}

dl.data {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2em 0 2em;
}

dl.data dt {
	flex-basis: 6em;
	max-width: 6em;
	background-color: #7acfdc;
	padding: 0.5em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 2px;
	color: #fff;
}

dl.data dd {
	flex-basis: calc(100% - 6em);
	max-width: calc(100% - 6em);
	padding: 1em;
	margin-bottom: 2px;
	border-bottom: 1px solid #fff;
}

dl.data dd span {
	font-weight: 500;
}

.con_event:nth-child(odd) dl.data dd {
	background-color: #fff;
}

.supplement {
	background-color: #fff;
	padding: 20px;
}

.supplement li {
	list-style: none;
}

.supplement ul:first-of-type {
	margin: 10px 0;
}

/*-------------------------------------------  tour_01 bookarea  -------------------------------------------*/

.bookarea {
	margin-top: 1em;
	text-align: center;
}

.bookarea dt {
	background-color: #a487d7;
	color: #FFF;
	padding: 0.3em 1em;
	font-weight: bold;
	position: relative;
}

.bookarea dd {
	background-color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.5em 1em;
	border-bottom: thin solid #F0EEF1;
}

.con_event:nth-child(odd) .bookarea dd {
	background-color: rgba(255, 255, 255, 0.85);
}

.bookarea dd p {
	margin: 0.5em;
	flex-grow: 1;
	text-align: center;
}

.bookarea a {
	background: #f52e58;
	border-bottom: 3px solid #d87862;
}

.bookarea dd p.double {
	max-width: 47%;
}

.bookarea dd p span {
	background: #ffc0bc;
}

.btn a {
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 1.2;
	padding: 0.8em 1em;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
}

.btn span {
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 1.2;
	padding: 0.8em 1em;
	border-radius: 5px;
	font-weight: bold;
}

.btn a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.d-stamp {
	margin-bottom: 50px;
}

/*-------------------------------------------  map  -------------------------------------------*/

.map-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 40px 0;
}

.map-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/*-------------------------------------------  etiquette  -------------------------------------------*/

#etiquette {
	background-color: #7acfdc;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: solid 1px #015BAC;
	border-bottom: solid 1px #015BAC;
}

p.jigyo {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #fff;
	margin: 1em auto;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
}

.inquiry {
	background-color: rgba(255, 255, 255, 1);
	margin: 2em 0 4em;
	padding: 1em;
	border-radius: 10px;
	border: 1px solid #CCC;
	flex-basis: 100%;
	max-width: 100%;
}

.inquiry div {
	border: #004ea2 2px solid;
	padding: 1em;
	border-radius: 20px;
}

.inquiry .mwt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.inquiry .mwt dt {
	flex-basis: 8em;
	max-width: 8em;
}

.inquiry .mwt dt p {
	background-color: #CCC;
	color: #FFF;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 6em;
	height: 6em;
	font-size: 1.2em;
}

.inquiry .mwt dd {
	flex-basis: calc(100% - 11em);
	max-width: calc(100% - 11em);
	padding-left: 1em;
}

.inquiry .mwt h3 {
	color: #333;
	margin: 8px 0;
}

ul.detail li {
	display: inline-block;
	font-size: 14px;
}

ul.detail li.shop {
	line-height: 1;
	font-weight: bold;
	/*color: #004ea2;*/
	margin: 5px 0;
	font-size: 1.1em;
}

ul.detail li.logo img {
	width: 15em;
	margin-right: 10px;
}

ul.detail li.detail-email {
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
	color: #015BAC;
}

ul.detail li.tel {
	width: 100%;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
}

ul.detail li.tel a {
	color: #015BAC;
}


ul.detail li.eml {
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
}

ul.detail li.eml a {
	color: #015BAC;
}

ul.detail li.open {
	font-size: 14px;
	padding-right: 20px;
}

ul.detail li.close {
	font-size: 14px;
}

/* アイコン */
ul.detail li i {
	background: #015BAC;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.3em;
	border-radius: 1em;
	margin-top: 3px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}


/*-------------------------------------------  plan3  -------------------------------------------*/

/* 全体 */
.stamp-section {
	width: 100%;
	margin: 0 auto;
	background: #f6ee9d;
	padding: 30px;
	border-radius: 8px;
}

/* 上の説明ボックス */
.stamp-summary {
	border: 1px solid #e0ddc7;
	padding: 20px 24px;
	background: #fffdf9;
	text-align: center;
}

.stamp-title {
	font-weight: 700;
	color: coral;
	font-size: 1.7em;
	margin: 0;
}

.stamp-sub {
	margin: 4px 0 12px;
}

/* ピンク帯部分 */
.stamp-benefits {
	margin: 12px auto;
	padding: 12px 16px;
	background: #ffe5ea;
	text-align: left;
	border-top: 1px solid #e0ddc7;
	border-bottom: 1px solid #e0ddc7;
}

.stamp-benefits p {
	margin: 0 0 4px;
}

.stamp-note {
	margin: 2px 0;
	text-align: left;
}

.benefit-item {
	position: relative;
	padding-left: 1.4em;
	margin: 6px 0;
}

/* PC用 */
.benefit-item::before {
	content: "◆";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #f67b33;
	font-size: 0.9em;
	line-height: 1;
}

/* スマホでは1行目に合わせて上固定 */
@media (max-width: 768px) {
	.benefit-item::before {
		top: 0.3em;
		transform: none;
	}
}

/* スポットボックス 2カラム */
.spot-box-wrap {
	display: flex;
	gap: 20px;
	margin-top: 24px;
}

.spot-box {
	flex: 1;
	border: 2px solid #000;
	padding: 16px 18px;
	background: #fff;
}

.spot-heading {
	font-weight: 700;
	margin: 0 0 8px;
}

.spot-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.spot-box li {
	margin: 2px 0;
}

/* 特典引換所 */
.exchange-area {
	margin-top: 32px;
}

.exchange-title-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 20px 0;
}

.exchange-title {
	font-weight: 700;
	white-space: nowrap;
}

.exchange-line {
	flex: 1;
	height: 2px;
	background: #000;
}

.exchange-block {
	margin-top: 12px;
}


.exchange-heading {
	position: relative;
	padding-left: 1.6em;
	font-weight: 700;
	color: #f67b33;
	line-height: 1.6;
}

/* マーク位置の調整 */
.exchange-heading::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0.4em;
	transform: none;
	color: #f67b33;
	font-size: 0.9em;
	line-height: 1;
}

.exchange-text {
	margin: 0;
	line-height: 1.6;
}

/* スマホで縦並び */
@media (max-width: 768px) {
	.spot-box-wrap {
		flex-direction: column;
	}

	.stamp-summary {
		padding: 16px;
	}

	.spot-box {
		padding: 12px 14px;
	}
}

/*-------------------------------------------  pagetop  -------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 50;
	width: 4em;
	height: 4em;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
}

#pagetop a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	background-image: none;
	background-color: rgba(119, 119, 119, 0.4);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#pagetop a:before {
	content: "▲";
	display: block;
	position: absolute;
	color: #FFF;
	font-size: 2em;
	text-indent: 0;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}

#pagetop a:hover {
	text-decoration: none;
	background-color: #a5a5a5;
}




/* ボタン */
div .purple-btn {
	display: inline-block;
	background-color: #a487d7;
	color: #fff !important;
	padding: 12px 24px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 6px;
	border: 2px solid #a487d7;
	transition: background-color 0.25s, border-color 0.25s;
}

div .purple-btn:hover {
	background-color: #8b6ac5;
	border-color: #8b6ac5 !important;
	color: #fff !important;
}

.btn-center {
	text-align: center;
	margin-top: 30px;
}





/* banner */
.banner-wrap {
	display: flex;
	gap: 16px;
	margin-bottom: 50px;
}

.banner-item {
	flex: 1;
}

.banner-item img {
	display: block;
	width: 70%;
	height: auto;
	margin: 0 auto;
	transition: 0.3s;
}

.banner-item:hover {
	opacity: 0.7;
}

.bnr-tamana img {
	display: block;
	width: 60%;
	height: auto;
	margin: 0 auto;
	transition: 0.3s;
}

.bnr-tamana:hover {
	opacity: 0.7;
}

.mail-link {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	color: #0044cc;
	text-decoration: underline;
	text-decoration: none;
}

.mail-link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.15em;
	width: 20px;
	height: 20px;
	background: url("../img/mail-icon.png") no-repeat center center;
	background-size: contain;
	transform: none;
}

.info-indent {
	padding-left: 6em;
	text-indent: -6em;
	line-height: 1.6;
	display: block;
}



/* スマホなど幅が狭い時は縦並びにする */
@media (max-width: 768px) {
	.banner-wrap {
		flex-direction: column;
	}
}


/*----------------------------------------------------------------------------------------

	970px対応

-----------------------------------------------------------------------------------------*/
@media only screen and (max-width: 970px) {

	.container {
		width: 100%;
		padding: 0 2%;

	}

	.thumbnail {
		height: 500px;

	}

	/* introduction bg */
	#into-bg01 img {
		width: 50%;
	}

	#into-bg02 img {
		width: 50%;
	}

	#into-bg01 {
		top: 0px;
		right: 100px;
	}

	#into-bg02 {
		bottom: 0px;
		left: 800px;
	}

	/* tour_01 bg */
	#tour_01-bg01 {
		top: -9em;
		right: -200px;
	}
}


/*----------------------------------------------------------------------------------------

	768px以下（タブレット調整）

-----------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

	#breadcrumb {
		display: none;
	}

	.con_event {
		padding-top: 1em;
		padding-bottom: 4em;
	}

	.for_pc {
		display: none;
	}

	.for_tb {
		display: block;
	}

	/* mainvisual */
	#mainvisual {
		position: relative;
		margin: 0px;
	}

	.titlelogo img {
		max-width: 400px;
		max-height: 400px;
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.thum-pc {
		display: none;
		background-image: url(../img/mainvisual.jpg);
	}

	.thum-tb {
		display: block;
		background-image: url(../img/mainvisual_tb.jpg);
	}

	.thum-sp {
		display: none;
		background-image: url(../img/mainvisual_sp.jpg);
	}

	.thumbnail {
		background-size: cover;
		background-position: center;
		padding-top: 60%;
		width: 100%;
		height: auto;
	}



	/* introduction */

	#introduction {
		position: relative;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 100px;
		background: url(../img/bg01.png)repeat center top;
	}

	/* --- スマホ用の設定（画面幅が767px以下のとき） --- */
	@media screen and (max-width: 767px) {
		#introduction {
			background-image: url(../img/bg01_sp.png);
			background-size: cover;
			padding-top: 30px;
			padding-bottom: 50px;
		}
	}

	#introduction h2 {
		position: relative;
		display: block;
		margin-top: 30px;
		font-size: 1.6em;
		text-align: center;
		letter-spacing: 2px;
		line-height: 1.5em;
	}

	#introduction #h2_jp:after {
		right: -1rem;
		top: -3rem;
		width: 170px;
		height: 170px;
	}

	.into-p {
		line-height: 2.6em;
		margin: 0 auto 1em;
		width: 70%;
		text-align: left;
	}


	#introduction p br {
		display: none;
	}

	.intphoto li {
		flex-basis: 49%;
		max-width: 49%;
	}

	.intphoto li span {
		margin: 4px 0 20px;
		font-size: 0.9em;
	}

	.intphoto span {
		right: 5px;
		bottom: -14px;
	}

	/* introduction bg */
	#into-bg01 img {
		width: 50%;
	}

	#into-bg02 img {
		width: 50%;
	}

	#into-bg01 {
		top: 0px;
		right: 100px;
	}

	#into-bg02 {
		bottom: 0px;
		left: 300px;
	}

	/* tour_01 bg */
	#tour_01-bg01 img {
		width: 60%;
	}

	#tour_01-bg01 {
		top: -9em;
		right: -200px;
	}

	#tour_01-bg02 img {
		width: 80%;
	}

	#tour_01-bg02 {
		left: -20px;
		bottom: -180px;
	}

	/* tour_01 eventnom */
	#tour_01 .eventnom {
		width: 6em;
		top: -2.5em;
	}

	.eventnom span {

		padding: 0.3em 1.1em;
	}

	.eventnom span br {
		display: none;
	}

	.eventnom {
		font-weight: bold;
		line-height: 1.2em;
		font-size: 1.2em;
		left: -1em;
		top: -2.2em;
		width: 6em;
		transform: rotate(0);
	}

	#event_jp {
		font-size: 1.7em;
		line-height: 1.5em;
		height: 3em;
	}

	#event_zh {
		font-size: 1.7em;
		line-height: 1.5em;
		height: 3em;
	}

	#event_en {
		font-size: 1.4em;
		line-height: 1.5em;
		height: 3em;
		margin-bottom: 30px;
	}

	/* wrap_left,wrap_right */
	.wrap_left,
	.wrap_right {
		flex-basis: 80%;
		max-width: 80%;
		margin: auto;
	}

	.banner-item img {
		width: 50%;
		margin: 0 auto;
	}
}





/*----------------------------------------------------------------------------------------

	480x以下（スマートフォン）

-----------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {

	.container {
		font-size: 16px;
	}

	/* mainvisual */
	#mainvisual {
		position: relative;
		margin: 0px;
	}

	.intphoto li:nth-child(3) span,
	.intphoto li:nth-child(4) span {
		right: 30px;
		bottom: 5px;
	}

	.titlelogo img {
		position: absolute;
		max-width: 320px;
		max-height: 320px;
		margin: auto;
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.thum-pc {
		display: none;
	}

	.thum-tb {
		display: none;
	}

	.thum-sp {
		display: block;
	}

	.thumbnail {
		height: 600px;
	}

	/* introduction */
	section h2 {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}

	.prize-note {
		text-align: left;
	}

	#introduction h2 {
		position: relative;
		display: block;
		padding: 3em 0em 1em;
		text-align: center;
		letter-spacing: 1px;
		line-height: 1.5em;
	}

	#introduction #h2_jp:after {
		right: -2rem;
		top: -3rem;
		width: 140px;
		height: 140px;
	}

	#introduction #h2_jp img {
		width: 100%;
	}


	.into-p {
		line-height: 2.5rem;
		font-size: 1.1rem;
		margin: 0 auto 1em;
		width: 90%;
		text-align: left;
	}

	.intphoto li {
		flex-basis: 100%;
		max-width: 100%;
		font-size: 0.9em;
		text-align: center;
		padding: 5%;
		margin-bottom: 0;
	}

	.intphoto li img {
		width: 100%;
	}

	dl.data {
		display: block;

	}

	dl.data dt,
	dl.data dd {
		max-width: 100%;
		flex-basis: 100%;
	}

	dl.data dt {
		text-align: left;
		padding: 0.5em 0.75em;
	}

	dl.data dd {
		padding: 0.75em;
	}


	/* tour_01 */
	#event_jp {
		position: relative;
		font-size: 1.6em;
		line-height: 1.5em;
		height: 3em;
	}

	#event_en {
		position: relative;
		font-size: 1.6em;
		line-height: 1.5em;
		height: 5em;
	}

	#event_zh {
		position: relative;
		font-size: 1.6em;
		line-height: 1.5em;
		height: 3em;
	}

	#tour_01 h2:after {
		right: 5em;
		top: 5em;
		width: 100%;
		height: 100%;
	}

	#tour_01 h3 {
		font-size: 1.5em;
		line-height: 1.5em;
		height: 2em;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.wrap_left,
	.wrap_right {
		flex-basis: 90%;
		max-width: 90%;
		margin: auto;
	}

	/* line */
	.line_img {
		margin: 1em auto;
		padding-top: 20px;
	}

	.for_pc {
		display: none;
	}

	.for_sp {
		display: block;
	}

	/* inquiry */
	.inquiry {
		padding-top: 1em;
		padding-bottom: 1em;
	}

	.inquiry .mwt dt,
	.inquiry .mwt dd {
		flex-basis: 100%;
		max-width: 100%;
	}

	.inquiry .mwt dt p {
		background-color: #6594C6;
		color: #FFF;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 1em;
		width: 100%;
		height: auto;
		font-size: 1.2em;
		margin-bottom: 0.5em;
	}

	ul.detail li.tel {

		font-size: 1.2em;

	}

	ul.detail li.detail-email {
		font-size: 1em;
	}

	.stamp-title {
		font-size: 1.5em;
	}

	.banner-item img {
		width: 100%;
	}

	.info-indent {
		padding-left: 4.5em;
		text-indent: -4.5em;
	}

	ul.detail li.open {
		padding-right: 0px;
	}

	.bnr-tamana img {
		width: 100%;
	}

	.bnr-title {
		font-size: 1.2rem;
	}

	.ar-table td {
		border: 1px solid #777;
		padding: 20px 5px;
		text-align: center;
	}

	.ar-title {
		padding: 20px 0;
	}

	.title-icon {
		margin-right: 10px;
	}

	.prize-section {
		padding: 0;
	}
}
