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

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

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

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

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

#tour_02 {
	background-color: #e9c5ea;
}

#tour_03 {
	background-color: #ccf8fb;
}

.plan_p02 p {
	text-align: center;
}

#tour_03 p {
	text-align: center;
}

.tour_01_p {
	margin-bottom: 0px;
	line-height: 2em;
}

.data span {
	font-weight: bold;
}

.tour_01_p span {
	color: red;
}

.font-s {
	color: red;
}

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

/*---------------------------------- Section Title with Apple  ------------------------------------*/
.title-block__inner {
	max-width: 1200px;
	margin: 0 auto 30px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	align-items: 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;
}

.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: 100%;
	font-weight: 600;
	text-shadow: 1px 1px 2px #ffffff;
}

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

.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: -12em;
	top: -2em;
	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_01  -------------------------------------------*/
#tour_01 {
	position: relative;
	background-color: #fff2b9;
}

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

.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: #32a357;
	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;
}

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

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

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

/*-------------------------------------------  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: #32a357;
	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.6em;
	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;
}

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



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

	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: 90%;
		height: 90%;

	}

}


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

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

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

	/* 左：りんごアイコン */
	.title-block__icon {
		position: relative;
		width: 60px;
		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: 36px auto auto 30px;
		transform: translate(-50%, -50%);
		color: #fff;
		font-weight: 900;
		font-size: 33px;
		text-shadow: 1px 1px 0 #111;
		pointer-events: none;
	}

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

	}

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


	#breadcrumb {
		display: none;
	}

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

	.for_pc {
		display: none;
	}

	.for_tb {
		display: block;
	}

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

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

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

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

	.into-p {
		line-height: 2.6em;
		margin: 0 auto 1em;
		width: 90%;
		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: 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;
	}



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

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

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

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

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

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

	.fryer-img {

		flex-direction: column;
		align-items: center;

	}

	.ftyer001 {
		width: 90%;
	}

	.ftyer002 {
		width: 90%;
		margin-left: 0px;
		margin-top: 40px;
	}
}