@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 {
	background: none;
	text-decoration: none;
}
p{
	margin: 0;
	padding: 0;
}
/* th {
	font-family: 'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック', sans-serif;
} */

.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-item {
  padding-left: 1em;    /* 全体を右へ */
  text-indent: -1em;    /* 「・」だけ左に出す */
  display: block;
}
.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;
}
/*-------------------------------------------  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: #333333;
	letter-spacing: 0.1em;
}

/* .fullsize {
	margin: 0 -300px;
	padding: 0 300px;

} */

.fullsize {
	margin: 0 -200%;
	padding: 0 200%;
	/* position: relative; */
}

.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%;
	/* margin: auto; */
	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);
}
.thum-tb_en {
	display: none;
	background-image: url(../img/mainvisual_tb_en.jpg);
}

.thum-sp_en {
	display: none;
	background-image: url(../img/mainvisual_sp_en.jpg);
}
.thum-tb_zh {
	display: none;
	background-image: url(../img/mainvisual_tb_zh.jpg);
}

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

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

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

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




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

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

/* #h2_jp {
	font-size: 2.1em;
	font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", 'YuMincho', serif;
}

#h2_en {
	font-size: 1.6em;
	font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", 'YuMincho', serif;
}

#h2_zh {
	font-size: 2.1em;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
} */

.into-p {
	line-height: 2.6em;
	margin: 0 auto 1em;
	width: 73%;
}


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

.intphoto li {
	flex-basis: 23%;
	max-width: 23%;
	font-size: 0.9em;
	list-style-type: none; 
}

.intphoto li img {
	width: 100%;
}

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

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

#introduction #h2_zh:after {
	content: "";
	display: block;
	position: absolute;
	right: -2em;
	top: -2em;
	width: 60%;
	height: 60%;
	background: url(../img/comment_zh.png) no-repeat center top;
	background-size: contain;
	z-index: 20;
}

#introduction #h2_en:after {
	content: "";
	display: block;
	position: absolute;
	right: -4em;
	top: -2em;
	width: 60%;
	height: 60%;
	background: url(../img/comment_en.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: 2em;
	display: block;
	line-height: 1.5;
	padding-bottom: 1em;
	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;
	/* font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", 'YuMincho', serif; */
}

/* #event_en {
	display: block;
	line-height: 1.5;
	padding-bottom: 1em;
	padding-left: 0em;
	margin: 0 auto;
	text-align: center;
	font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", 'YuMincho', serif;
}

#event_zh {
	display: block;
	line-height: 1.5;
	padding-bottom: 1em;
	padding-left: 0em;
	margin: 0 auto;
	text-align: center;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
} */

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

/* ライン */
.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: #FFF;
    background: #f6f5e7;
}
/*-------------------------------------------  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: #a487d7;
	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: 0.5em;
	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 dd p a {
	background: #f52e58;
	border-bottom: 3px solid #d87862;
} */
.bookarea a {
	background: #f52e58;
	border-bottom: 3px solid #d87862;
}

/* .bookarea dd p a:hover {
	opacity: 0.8;
} */

.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;
}
/*-------------------------------------------  tour_01 bookarea  -------------------------------------------*/

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





/* .bookarea a:hover {
	opacity: 0.8;
} */

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

/* .bookarea 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;
} */




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

.map-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 比率 */
  margin: 40px 0;
}

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

#etiquette {
	background-color: #F1FCFF;
	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: #005BAB;
	margin: 1em auto;
	font-weight: bold;
	font-size: 1em;
	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;
}

.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;
}

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;          /* 50%中央寄せはやめる */
  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;                /* 3つを均等幅に */
}

.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; /* ← remove */
}
.info-indent {
  padding-left: 6em;        /* 左揃え開始位置 */
  text-indent: -6em;        /* 1行目だけ戻す */
  line-height: 1.6;
  display: block;
}



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

	1232px対応

-----------------------------------------------------------------------------------------*/
@media (max-width: 1232px) { 
.thumbnail {
	height: 600px;

}

}

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

	970px対応

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

	.container {
		width: 100%;
		padding: 0 2%;
		/* overflow-x: hidden; */
	}
.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;
	}
}




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

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

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

	#introduction #h2_en:after {
		content: "";
		display: block;
		position: absolute;
		right: -2em;
		top: -2em;
		width: 60%;
		height: 60%;
		background: url(../img/comment_en.png) no-repeat center top;
		background-size: contain;
	}
}

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

	660px

-----------------------------------------------------------------------------------------*/
@media screen and (max-width: 660px) {
	#introduction #h2_en:after {
		right: -2em;
		top: -3em;
	}
}

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

	610px

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

	.for_610 {
		display: block;
	}

	/* comment */

	#introduction #h2_jp:after {
		content: "";
		display: block;
		position: absolute;
		right: -2em;
		top: -3em;
		width: 60%;
		height: 60%;
		background: url(../img/comment.png) no-repeat center top;
		background-size: contain;
	}


}

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

	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;
	}

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

	#introduction h2:after {
		right: -4em;
		top: -3em;
		width: 75%;
		height: 75%;
		z-index: 21;

	}

	.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;
	}

	/* 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;
		/* font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
	}

	#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;
	}

	.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 {
		background-size: cover;
		background-position: center center;
		padding-top: 130%;
		height: 100%;
		width: 100%;
	}

	/* introduction */

	#introduction h2 {
		position: relative;
		display: block;

		padding: 0em 0em 1em;
		text-align: center;
		letter-spacing: 1px;
		line-height: 1.5em;
	}

	#introduction #h2_jp {
		font-size: 1.5em;
		padding-top: 30px;
	}

	#introduction #h2_jp:after {
		right: -4em;
		top: -3em;
		width: 100%;
		height: 100%;
	}

	#introduction #h2_zh {
		font-size: 1.5em;
		padding-top: 30px;
	}

	#introduction #h2_zh:after {
		right: -4em;
		top: -4em;
		width: 100%;
		height: 100%;
	}

	#introduction #h2_en {
		font-size: 1.5em;
	}

	#introduction #h2_en:after {
		right: -3.5em;
		top: -5.5em;
		width: 100%;
		height: 100%;
	}

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

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

	.intphoto li img {
		width: 80%;
	}

  dl.data {
    display: block;   /* flexをやめて普通の縦並びにする */
  }

  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.2em;
		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;
}
}

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

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

-----------------------------------------------------------------------------------------*/
@media screen and (max-width: 370px) {
	#introduction #h2_en {
		font-size: 1.4em;
	}

	#introduction #h2_en:after {
		right: -2em;
		top: -4.5em;
		width: 70%;
		height: 70%;
	}
}