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

/* th {
	font-family: 'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック', sans-serif;
} */

.for_sp {
	display: none;
}

.for_tb {
	display: none;
}

.for_610 {
	display: none;
}
.plan00{
	width: 500px;
	margin: 0 auto 50px;
}

ul.detail li.detail-email {
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
	color: #015BAC;
}
.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 */
}
.TravelTerms {
  text-align: center;
  border: 1px solid #ccc;
  padding: 12px 16px;
  margin: 20px auto;
  max-width: 400px;
}
.TravelTerms a {
  display: inline-block;
}
/*-------------------------------------------  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;
}

/* .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: 14em;
	padding-bottom: 6em;
}

#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;
  align-items: center;        /* 縦中央揃え */
  justify-content: space-between; /* 左：パンくず 右：プルダウン */
}
#breadcrumb {
	font-size: 14px;
}

/*-------------------------------------------  mainvisual  -------------------------------------------*/
.mainvisual-wave{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;          /* 波の高さ */
  fill: #fff;             /* ← 背景色に合わせる */
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 767px){
  .mainvisual-wave{ height: 90px; }
  .titlelogo{ bottom: 60px; }
}
#mainvisual {
  position: relative;
  margin: 0;
  overflow: hidden; /* 波のために必須 */
}

/* キャプション設定 */
#mainvisual .mv-caption {
  position: absolute;
  right: 20px;        /* 右下の余白 */
  bottom: 20px;
  z-index: 5;         /* ロゴより上に表示 */

  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.4;
  max-width: 80%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  text-align: right;
}

/* スマホ調整 */
@media (max-width: 480px) {
  #mainvisual .mv-caption {
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    padding: 6px 10px;
  }
}


.titlelogo img {
	position: absolute;
	max-width: 400px;
	max-height: 300px;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	width: 100%;
	height: 100%;
	/* transform: rotate(-10deg); */
}

.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: 700px;
	-webkit-backface-visibility: hidden;
	object-fit: cover;
}

/*-------------------------------------------  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;
	padding: 0;
	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: 1em auto 5em;
	width: 71%;
}


.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: 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: -3em;
	top: -2.5em;
	width: 60%;
	height: 60%;
	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: -3em;
	top: -2em;
	width: 40%;
	height: 40%;
	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: -3em;
	top: -2em;
	width: 50%;
	height: 50%;
	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-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 -------------------------------------------*/
#tour_01 {
	position: relative;
	background-color: #fef3f8;
	background: url(../img/bg01.png) repeat top;
}

#tour_02 {
	position: relative;
	background-color: #FFF;
	background: url(../img/bg02.png) repeat top;
}

#tour_03 {
	position: relative;
	background-color: #e9f7fa;
	/* background: url(../img/bg02.png) repeat top; */
}

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

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

#tour_01-bg01 {
	position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
}

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

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

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

}


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

.eventnom {
	position: absolute;
	display: flex;
	width: 6em;
	color: #FFF;
	font-weight: bold;
	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;
}

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

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

/*-------------------------------------------  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: 8em;
	max-width: 8em;
	background-color: #e84646;
	padding: 0.5em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 2px;
	color: #fff;
}

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

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

/* .con_event:nth-child(odd) dl.data dd {
	background-color: #ffffff;
} */
.con_event dl.data dd {
	background-color: #ffffff;
}
.plan-supplement{
	margin-bottom: 2em;
}

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

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

.bookarea dt {
	background-color: #534741;
	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: #e84646;
	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;
}

/*-------------------------------------------  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;
}
/******************************************************************************* inquiry */
.inquiry {
	background-color: rgba(255, 255, 255, 1);
	margin: 0.8em 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.tel {
	width: 100%;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
}

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

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

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

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

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

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

#etiquette {
	background-color: #534741;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: solid 1px #534741;
	border-bottom: solid 1px #534741;
}

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



/* アイコン */
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;
}

/*-------------------------------------------  banner  -------------------------------------------*/
.banner-link {
	color: #333;
}

.banner-box {
	width: 100%;
	max-width: 400px;
	margin: 50px auto 0;
	height: auto;
	background: none;
	border-radius: 8px;
	overflow: hidden;
}

.banner-box img {
	width: 100%;
	display: block;
}

.banner-box:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.banner-title {
	margin-top: 6px;
	margin-bottom: 50px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;

}

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

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

	1040px対応

-----------------------------------------------------------------------------------------*/
/* @media only screen and (max-width: 1040px) {
		.thum-pc {
		display: none;
		background-image: url(../img/mainvisual.jpg);
	}

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

	.thum-sp {
		display: none;
		background-image: url(../img/mainvisual_sp.jpg);
	}
		.thumbnail {
	height: 800px;
		padding-top: 60%;
		width: 100%;
		/* height: auto; 
	} 

}*/
/*----------------------------------------------------------------------------------------

	970px対応

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

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

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

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

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

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

}


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

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

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


	.for_pc {
		display: none;
	}

	.for_tb {
		display: block;
	}
		.into-p {
		width: 70%;
		text-align: left;
	}
}

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

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

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

	#breadcrumb {
		display: none;
	}

	.con_event {
		padding-top: 12em;
		padding-bottom: 6em;
	}



	/* 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);
	}
.thum-tb_en {
	display: block;
	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: block;
	background-image: url(../img/mainvisual_tb_zh.jpg);
}

.thum-sp_zh {
	display: none;
	background-image: url(../img/mainvisual_sp_zh.jpg);
}
	.thumbnail {
		height: 800px;
		padding-top: 60%;
		width: 100%;
		/* height: auto; */
	}

	/* introduction */
.plan00{
	width: 500px;
}
	#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_jp:after {
	right: -2em;
	top: -4em;
	width: 50%;
	height: 50%;
}

	#introduction #h2_en:after {
	right: -1em;
	top: -5em;
	width: 50%;
	height: 50%;
	}
		#introduction #h2_zh:after {
	right: -1em;
	top: -5em;
	width: 50%;
	height: 50%;
	}


	#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 {
	position: absolute;
  top: -180px;
  width: 400px;
}

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


}




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

	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%;
	}
		.thum-pc {
		display: none;
		background-image: url(../img/mainvisual.jpg);
	}

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

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

.thum-sp_en {
	display: block;
	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: block;
	background-image: url(../img/mainvisual_sp_zh.jpg);
}
.mv-bg {
	padding: 40px 0 0;
}
	/* 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: 2em;
		padding-top: 30px;
	}

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

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

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

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

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

	.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%;
	}
#tour_01-bg01 {
	position: absolute;
  top: -160px;
  width: 350px;
}
	/* dl.data dd */
	dl.data dt {
		flex-basis: 6em;
		max-width: 6em;
		padding: 0.5em;
	}

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

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



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

	.for_pc {
		display: none;
	}

	.for_sp {
		display: block;
	}

	/* inquiry */
	.inquiry {
		padding-top: 1em;
		padding-bottom: 1em;
		margin: 0 4%;
	}

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

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