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

li {
	list-style: none;
}

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

p {
	margin: 0;
}

a,
a:link {
	background: none;
	text-decoration: none;
}

.for_sp {
	display: none;
}

.for_tb {
	display: none;
}

.for_610 {
	display: none;
}

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

.pic02 {
	margin-top: 20px;
}

.indent-line {
	padding-left: 5.25em;
	/* ← 2 行目の開始位置 */
	text-indent: -5.25em;
	/* ← 1 行目を戻して揃える */
	display: block;
}

.indent-list {
	padding-left: 0.5em;
	/* 全体を右へ */
	text-indent: -0.5em;
	/* 「・」だけ左に出す */
	display: block;
	margin-bottom: 10px;
}

.indent-item {
	padding-left: 1.25em;
	/* 全体を右へ */
	text-indent: -1.25em;
	/* 「・」だけ左に出す */
	display: block;
}
.mb-sm{
	margin-bottom: 20px;
}
.heading-orange{
	color: #ff4b4b;
	font-weight: bold;
}
.tight {
  letter-spacing: 0.1em;
}
.img-center {
  display: block;
  margin: 20PX auto;
  width: 80%;
}
.mt-sm{
	margin-top: 20px;
}
.line-text {
  text-align: center;
  margin: 0 0 20px;
  padding: 20px 0;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  font-size: 1.5em;
  color: #875fcf;
  line-height: 1.8;
  font-weight: 600;
}
/* 全体 */
.lightup-section {
  max-width: 900px;
  margin: 40px auto;
  font-size: 14px;
}

/* タイトルの囲み */
.lightup-title {
  background-color: #c4d1f7;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  margin: 0 0 20px;
}

/* 左右2カラム */
.lightup-body {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

/* 画像側 */
.lightup-photo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lightup-caption {
  margin-top: 4px;
  font-size: 12px;
}

/* テキスト側 */
.lightup-text .lead {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 16px;
}

.lightup-text .sub-title {
  font-weight: 700;
  margin: 0 0 8px;
}

.lightup-list {
  margin: 0;
  padding-left: 1.2em;
  line-height: 1.7;
}

/* スマホ用：縦並びにする */
@media (max-width: 768px) {
  .lightup-section {
    padding: 0 16px;
  }

  .lightup-title {
    font-size: 22px;
    padding: 8px 24px;
  }

  .lightup-body {
    flex-direction: column;
  }
}

/*-------------------------------------------  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: '>';
}
/*ボタン*/
.red-outline-btn {
  display: inline-block;
  max-width: 100%;
  padding: 12px 18px;
  border: 2px solid #d9534f;
  color: #d9534f;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  word-break: break-word;
  transition: .25s;
  margin-top: 50px;
}

/* ホバー時（枠と背景が少し濃くなる） */
.red-outline-btn:hover {
  background: #d9534f;
  color: #fff;
}


/*-------------------------------------------  追加  -------------------------------------------*/

.collabo img {
	margin-bottom: 0px;
}

.plan_p {
	text-align: center;
}

.plan_p02 p {
	text-align: center;
}

.tour03-p {
	text-align: center;
	margin-bottom: 40px;
}

.note-white-outline {
	color: #e60033;
	text-shadow:
		-1px -1px 0 #ffffff,
		1px -1px 0 #ffffff,
		-1px 1px 0 #ffffff,
		1px 1px 0 #ffffff,
		0 -1px 0 #ffffff,
		1px 0 0 #ffffff,
		0 1px 0 #ffffff,
		-1px 0 0 #ffffff;
	margin-bottom: 30px;
}

.tour_01_p {
	text-align: center;
}

.tour_01_p span {
	color: red;
}

#tour_01 .title-pill {
	font-size: 12px;
}

.tour04-note {
	color: red;
	text-align: center;
}


/*-------------------------------------------  追加  -------------------------------------------*/
.wrap_left a {
	width: 100%;
	margin: 30px 0;
}

/* サムネイル画像 */
.open-modal-img {
	width: 100%;
	height: auto;
	cursor: pointer;
	border-radius: 10px;
	transition: 0.3s;
}

.open-modal-img:hover {
	opacity: 0.8;
}

/* モーダル全体の背景 */
.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 60px;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
}

/* 真ん中に出る拡大画像 */
.modal-content {
	display: block;
	margin: auto;
	max-width: 90%;
	max-height: 80%;
	border-radius: 10px;
	animation: zoom 0.3s ease;
}

@keyframes zoom {
	from {
		transform: scale(0.7);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

/* ×ボタン */
.close {
	position: absolute;
	top: 20px;
	right: 35px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s;
}

.close:hover {
	color: #bbb;
	transform: scale(1.15);
}

.event-intro {
	margin: 50px auto;
	width: 600px;
	text-align: center;
}


/*---------------------------------- img-wrap  ------------------------------------*/

.img-wrap {
	position: relative;
	/* 重ねるために必要 */
	display: inline-block;
	/* 画像サイズに合わせる */
}

.img-wrap img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-note {
	color: #FFF;
	position: absolute;
	right: 8px;
	bottom: 8px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 12px;
	padding: 2px 6px;
	border-radius: 3px;
	white-space: nowrap;
}


/*---------------------------------- note-box  ------------------------------------*/
.note-box {
	text-align: center;
}

.note-box_p {
	border: 2px solid #e60033;
	background: #fff;
	padding: 8px 12px;
	border-radius: 6px;
	font-size: 14px;
	color: #333;
	display: inline-block;
	line-height: 1.4;
	margin: 30px 0;
}

/*---------------------------------- Section Title with Apple  ------------------------------------*/
.title-block__inner {
	max-width: 1200px;
	margin: 0 auto 30px;
	align-items: center;
	text-align: center;
}

/* 左：りんごアイコン */
.title-block__icon {
	position: relative;
	width: 100px;
	top: -10px;
	aspect-ratio: 1 / 1;
	transform: rotate(-10deg)
}

.title-block__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.title-block__num {
	position: absolute;
	inset: 60px auto auto 50px;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 900;
	font-size: 33px;
	text-shadow: 1px 1px 0 #111;
	pointer-events: none;
}

/* 右：角丸帯＋見出し */
.title-pill {
	position: relative;
	margin: 0;
	border-radius: 999px;
	background: #ff5e5a;
	/* ピンク帯 */

	box-shadow:
		0 0 0 4px #9ed1b5 inset,
		/* 内側ミント枠 */
		0 0 0 4px #9ed1b5;
	/* 外側ミント枠 */
}

.title-pill span {
	display: block;
	padding: 12px 100px;
	border-radius: 999px;
	color: #fff;
	font-weight: 900;
	font-size: clamp(18px, 2.2vw, 28px);
	letter-spacing: .02em;
	text-align: center;
}

/* レスポンシブ */
@media (max-width: 640px) {
	.title-block {
		padding: 14px 12px;
	}

	.title-block__icon {
		width: 52px;
	}

	.title-pill span {
		padding: 10px 50px;
	}
}


/*-------------------------------------------  common  -------------------------------------------*/
.container {
	width: 950px;
	margin: 0 auto;
	font-family: '游ゴシック', '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";
	overflow-wrap: break-word;
	color: #333333;
	letter-spacing: 0.05em;
}

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

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

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

/*-------------------------------------------  breadcrumb  language -------------------------------------------*/
.bc-lang {
	display: flex;
	width: 950px;
	margin: auto;
}

#breadcrumb {
	font-size: 14px;
}

/*-------------------------------------------  mainvisual  -------------------------------------------*/
#mainvisual {
	position: relative;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}

.titlelogo img {
	position: absolute;
	max-width: 450px;
	max-height: 450px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.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 {
	display: block;
	background-image: url(../img/mainvisual.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 56%;
	width: 100%;
	height: auto;
}


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

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

.into-p {
	line-height: 2.6em;
	letter-spacing: 0.3em;
	margin: 0 auto 5em;
	width: 80%;
	font-weight: 600;
	text-shadow: 1px 1px 2px #ffffff;
}

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

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

.intphoto li img {
	width: 100%;
	font-size: 0.9em;
	/* border: #ffffff solid 5px; */
}

.intphoto .cap-bg {
	display: inline-block;
	color: #333;
	margin: 5px 0;
	padding: 5px;
	/* background: rgba(0, 0, 0, 0.5); */
}

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

/* 背景 */
#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 {
	color: #9b8155;
	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-bottom: 0.5em;
	padding-left: 0em;
	margin: 0 auto;
	text-align: center;
}

.event_sub {
	text-align: center;
	color: rgb(36, 58, 201);
	font-size: 1.2rem;
}

/*-------------------------------------------  tour  -------------------------------------------*/
#tour_01 {
	position: relative;
	background-color: #faf5df;
}

#tour_02 {
	background-color: #f8e4f8;
}

#tour_03 {
	background-color: #faf5df;
}

#tour_04 {
	background-color: #fff;
}
#tour_05 {
	background-color: #f9f9f5;
}

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

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

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

}

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


/*-------------------------------------------  tour_01 evtitle -------------------------------------------*/
.evtitle {
	position: relative;
	display: block;
	width: 800px;
	margin: auto;
}

.eventnom {
	position: absolute;
	display: flex;
	width: 6em;
	color: #FFF;
	line-height: 1.2;
	font-size: 0.9em;
	align-items: center;
	transform: rotate(-6deg);
	background-color: #E84728;
	left: 0;
	top: -3em;
	left: 0em;
	text-align: center;
}

.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;
	margin-top: 30px;
}

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

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

/*-------------------------------------------  tour_01 wrap_right  -------------------------------------------*/
.wrap_right {
	flex-basis: 47%;
}

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

dl.data {
	/* display: flex; */
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2em 0 2em;
	letter-spacing: 0.3px;
}

dl.data dt {
	/* flex-basis: 6em;
	max-width: 6em; */
	background-color: #9161b5;
	padding: 0.5em;
	text-align: center;
	margin-bottom: 2px;
	color: #fff;
	font-weight: bold;
}

dl.data dd {
	/* flex-basis: calc(100% - 6em);
	max-width: calc(100% - 6em); */
	padding: 1em;
	margin-bottom: 2px;
	border-bottom: 1px solid #F0EEF1;
	letter-spacing: 0.15em;
	line-height: 1.4em;
	
}

dl.data dd .fw-bold {
	font-weight: 600;
}

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

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

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

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

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

.bookarea dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.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: #ff5e5a;
	border-bottom: 3px solid #9b8155;
}

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

/*-------------------------------------------  fryer-box  -------------------------------------------*/
#fryer {
	position: relative;
	background-color: #ffffff;
}

.fryer-box {
	display: block;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0px auto;
	background-color: #ffffff;
	text-align: center;

	padding: 30px 30px;
}

.fryer-img01 {
	width: 50%;
}

.fryer-img02 {
	width: 50%;
}

.fryer-img {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	gap: 50px;
}

.fryer-img a {
	color: #333;
	font-size: 0.9em;
}

.fryer-img img {
	width: 100%;
}

.ftyer001 {
	width: 48%;
}

.ftyer002 {
	width: 48%;
}

/*-------------------------------------------  bunner-box  -------------------------------------------*/
.bunner {
	margin: 60px 0;
}

.bunner img {
	border-radius: 5px;
}

.yoyakuk {
	text-align: center;
	max-width: 80%;
	margin: 0px auto;
	padding: 0 0px 10px;

}

/*-------------------------------------------  yoyaku-box  -------------------------------------------*/

.yoyaku-box {
	position: relative;
	background: #99001F;
	box-shadow: 0px 0px 0px 5px #99001F;
	border: dashed 2px white;
	padding: 0.8em;
	margin-top: 20px;
	color: #fff;
	letter-spacing: 1px;
}

.yoyaku-box:after {
	position: absolute;
	content: '';
	right: -7px;
	top: -7px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: #ffa088 #fff rgb(112, 2, 24);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.yoyaku-box p {
	margin: 0;
	padding: 0;
}

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

#etiquette {
	background-color: #9161b5;
	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: #ffffff;
	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: 1.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;
}

.p-center {
	text-align: center;
}

/*-------------------------------------------  btn  -------------------------------------------*/
.btn-download {
	display: inline-block;
	padding: 14px 24px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff4b4b, #e60033) !important;
	color: #fff !important;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0.05em;
	box-shadow: 0 6px 14px rgba(230, 0, 51, 0.35);
	transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
	text-align: center;
	white-space: normal;
	margin-top: 30px;
}

.btn-download:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(230, 0, 51, 0.45);
	opacity: 0.95;
}

.btn-download:active {
	transform: translateY(1px);
	box-shadow: 0 3px 8px rgba(230, 0, 51, 0.35);
}

.purari {
	text-align: center;
}

.purari img {
	width: 200px;
}

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


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

	970px対応

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

	.container {
		width: 100%;
		padding: 0 4%;
		overflow-x: hidden;
	}

	/* introduction bg */
	.into-p {
		width: 90%;
	}

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

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

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

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

	#introduction h2 {
		margin-top: 0px;
		font-size: 1.55em;
	}

	#introduction #h2_jp:after {
		right: -8em;
		top: -3em;
		width: 80%;
		height: 80%;

	}


}

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

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

-----------------------------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
	.for_pc {
		display: none;
	}

	.for_tb {
		display: block;
	}

}

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

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

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

	/* introduction */

	#introduction {
		position: relative;
		text-align: center;
		padding-top: 80px;
		padding-bottom: 80px;
		background-color: #fbf7ef;
		background: url(../img/bg01-2.png)no-repeat center top;
		background-position: bottom;
	}

	/* 右：角丸帯＋見出し */
	.title-pill {
		padding: 0px;

	}

	.title-block__inner {
		margin-bottom: 30px;
	}


	#breadcrumb {
		display: none;
	}

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

	.yoyakuk {
		max-width: 100%;
		margin: 0px auto;
		padding: 0 0px 10px;
	}

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

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

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

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

	.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: 100%;
	}

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

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


}

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

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

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

	.thum-pc {
		display: none;
	}
}

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

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

-----------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	.title-block__inner {
		gap: 3px;

	}

	#tour_03 p {
		text-align: left;
	}

	.fryer-img01 {
		width: 100%;
	}

	.fryer-img02 {
		width: 100%;
	}

	dl.data {
		flex-direction: column;
	}

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

	.container {
		font-size: 16px;
	}

	.fryer-img {
		gap: 10px;
	}

	/* 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;
		height: 100%;
		width: 100%;
	}

	#introduction {
		position: relative;
		text-align: center;
		padding-top: 80px;
		padding-bottom: 80px;
		background-color: #fbf7ef;
		background: url(../img/bg01-3.png)no-repeat center top;
		background-position: bottom;
	}

	#introduction h2 {

		padding: 2em 0;

	}

	#introduction #h2_jp:after {
		right: -2em;
		top: -3em;
		width: 70%;
		height: 70%;

	}

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

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

	.intphoto li img {
		width: 100%;
	}

	.event_sub {
		text-align: center;
		color: rgb(36, 58, 201);
		font-size: 1rem;
		padding-top: 10px;
	}

	.fryer-btn a {
		padding: 10px 10px;
	}

	#tour_01-bg01 {
		top: -140px;
		right: 0px;

	}

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

	.plan_p {
		text-align: left;
	}

	/* line */
	.line_img {
		margin: 1em auto;
	}

	.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.detail-email {
		font-size: 1.1em;
	}

	.tour_01_p {
		text-align: left;
	}
	ul.detail li.open {
	padding-right: 0px;
}
}