@charset "UTF-8";

* {
	box-sizing: border-box;
}

a:hover {
	opacity: 0.7;
}

/* ========================================
  contents
======================================== */
.mainVisual {
	text-align: center;


}

.mainVisual img {
	max-width: 100%;
	max-height: 100%;
}

.mainVisual h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 604px;
}



@media screen and (max-width: 768px) {
	.mainVisual {
		background-size: cover;
		background-image: url(/content/sp/kouyou/images/bg_mv_kansai_sp.webp);
	}

	.mainVisual h1 {
		height: auto;
	}


	.contents img {
		max-width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.mainVisual {
		background: url(/content/sp/kouyou/images/bg_mv_kansai_pc.webp) no-repeat center / cover;
		/*padding: 80px 0 140px;
		margin: 0 0 50px;*/
		height: 604px;
		box-sizing: border-box;
	}
}



/**/
.contents {
	padding: 0;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	line-height: 1.7;
	text-align: center;
}

.leadBlock {
	text-align: center;
	padding: 60px 0;
	background: #fbf5d5;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

}

.leadTxt01 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 70px;
}

.leadTxt01 span {
	font-size: 2.0rem;
	vertical-align: 4px;
}

.leadTxt02 {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 0 40px 50px;
}

.leadTxt03 {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 0 60px 50px;
}

@media screen and (max-width: 768px) {
	.contents {
		padding: 0;
		line-height: 1.6;
	}

	.leadBlock {
		padding: 30px 15px;
	}

	.leadTxt01 {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

	.leadTxt01 span {
		font-size: 1.4rem;
		vertical-align: 2px;
	}

	.leadTxt02,
	.leadTxt03 {
		text-align: center;
		font-size: 1.6rem;
		margin: 0 0 40px;
	}

	.contents img {
		max-width: 100%;
	}
}


/*====================================================
ナビゲーション
途中からハンバーガーメニューに変化するのためのCSS 
======================================================*/

/*========= ボタンのためのCSS ===============*/

/*ボタン全体の形状*/
.openbtn {
	/*はじめは非表示に*/
	display: none;
	/*ボタンの位置*/
	position: fixed;
	top: 16px;
	right: 16px;
	z-index: 999;
	/*ボタンの形状*/
	background: #de553c;
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 50px;
}

/*ボタンのアイコン設定*/
.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 17px;
	height: 3px;
	border-radius: 2px;
	background-color: #fff;
	width: 45%;
}

.openbtn span:nth-of-type(1) {
	top: 20px;
}

.openbtn span:nth-of-type(2) {
	top: 30px;
}

.openbtn span:nth-of-type(3) {
	top: 40px;
}

/*activeクラスが付与された後のボタンのアイコン設定*/
.openbtn.active span:nth-of-type(1) {
	top: 22px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 40%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
	top: 34px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 40%;
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
	animation-name: fadeDownAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
	display: block;
}

@keyframes fadeDownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/*========= ナビのためのCSS ===============*/

/*==ナビの形状*/
#menu {
	height: 330px;
	width: 100%;
	text-align: center;
	padding: 0;
}

/*.doneクラスがついたナビ*/
#menu.dnone {
	opacity: 1;
	/*透過0にして非表示に*/
	transition: all 0.4s;
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
#menu.dnone.panelactive {
	opacity: 1;
	/*不透明にして出現*/
	transition: all 0.6s;
}


/*==ナビゲーションの形状*/
nav {
	padding: 0;
	box-sizing: border-box;
}


.anchor {
	width: 950px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}

.anchor01,
.anchor02 {
	margin: 0 auto 32px;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.anchor01 li {
	position: relative;
	display: table;
	width: 30%;
	margin: 4px;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.2;
	height: 66px;

}

.anchor01 li.anchor01Ttl {
	width: 100%;
	color: #de553c;
	font-size: 4.2rem;
}

.anchor02 li {
	position: relative;
	display: table;
	width: 30%;
	border-radius: 50px;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.2;
	height: 52px;
	margin-bottom: 20px;
	vertical-align: middle;
}

.anchor01 li a::before,
.anchor02 li a::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0px 6px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 30px;
	bottom: 0;
	margin: auto;
}

.anchor01 li span {
	font-size: 1.8rem;

}

.anchor01 a {
	background: #de553c;
	display: table-cell;
	vertical-align: middle;
	border-radius: 50px;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 0 0 0 16px;
}

.anchor02 a {
	background: #d9a535;
	display: table-cell;
	vertical-align: middle;
	border-radius: 50px;
	width: 100%;
	height: 100%;
	color: #fff;
}

.anchor02 {
	display: none;

}



@media screen and (max-width: 768px) {
	#menu {
		height: 330px;
	}

	.anchor {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		text-align: center;
	}

	.anchor01 li {
		width: 48%;
		height: 52px;
		margin: 2px;
		font-size: 1.6rem;
	}

	.anchor01 li.anchor01Ttl {
		width: 100%;
		color: #de553c;
		font-size: 2.8rem;
	}


	.anchor02 li {
		width: 48%;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	.anchor01 li a::before,
	.anchor02 li a::before {
		left: 10px;
	}

	.anchor01 li a span {
		font-size: 1.4rem;
	}

}




/*.dnoneクラスがついたテキストナビゲーションの形状（バーガーオープン）*/
#menu.dnone .anchor {
	/*固定位置にして最背面に*/
	position: fixed;
	top: 0;
	right: -120%;
	z-index: -1;
	/*高さと幅*/
	width: 500px;
	height: 100vh;
	/*はじめは透過0に*/
	opacity: 1;
	transition: all 0.6s;
	padding: 80px 30px 30px;
	text-align: center;
	background: #c99628;
}


#menu.dnone .anchor li a {
	background: none;
}

#menu.dnone .anchor li.recommendBtn {
	display: none;
}



#menu.dnone .anchor01 li a::before,
#menu.dnone .anchor02 li a::before {
	content: none;
}

@media screen and (max-width: 768px) {
	#menu.dnone .anchor {
		width: 100%;
	}

	#menu.dnone .anchor li {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

}



/*メニューボタンをクリックした際に付与される
panelactiveクラスがついたナビゲーションの形状（バーガーオープン）*/
#menu.dnone.panelactive .anchor {
	opacity: 1;
	/*不透明に*/
	z-index: 3;
	/*最前面に*/
	right: 0;


}

#menu.dnone.panelactive .anchor ul {
	display: block;
	/*flexの横並びをblockにして縦並びに*/
}

#menu.dnone.panelactive .anchor li {
	background-color: transparent;
	border: none;
	width: 100%;
	display: inline-block;
	height: auto;
}



#menu.dnone.panelactive .anchor li.recommendBtn {
	display: none;
}



/*リストの形状*/

#menu.dnone.panelactive .anchor li a {
	color: #fff;
	text-decoration: none;
	padding: 4px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	transition: all 0.3s;
	background: none;
}

#menu.dnone.panelactive .anchor01 li.anchor01Ttl h2 {
	font-size: 3.0rem;
	margin-bottom: 20px;
	color: #fff;

}

#menu.dnone.panelactive .anchor02 a {
	font-size: 2.2rem;
	margin-bottom: 20px;

}

@media screen and (max-width: 768px) {
	#menu.dnone.panelactive .anchor li {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

	#menu.dnone.panelactive .anchor01 li.anchor01Ttl h2 {
		font-size: 2.2rem;
		margin-bottom: 20px;
		color: #fff;

	}
}



/*バーガーオープン時
menuNoneクラスがついた<br>を非表示*/
.dnone .menuNone {
	display: none;
}

/*バーガーオープン時
リンクボタンの三角形を非表示*/
.dnone .anchor01 li a::after {
	display: none;

}

.dnone .anchor02 li a::after {
	display: none;
}

.dnone .anchor02 {
	display: block;
}

.dnone .anchor01 {
	border-bottom: 2px dotted #fff;
	margin-bottom: 25px;
	padding-bottom: 25px;
}



.spot {
	padding: 80px 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	background: url(/content/sp/kouyou/images/bg_kouyou.png) repeat;
	background-size: 227px 227px;
}

.anchor01Ttl h2,
.spot h2,
.tour h2 {
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	margin: 0 0 50px 40px;
	font-size: 4.2rem;
	color: #de553c;
	font-weight: bold;
	position: relative;
}

.anchor01Ttl h2::before {
	position: absolute;
	display: block;
	content: "";
	width: 66px;
	height: 88px;
	background: url(/content/sp/kouyou/images/leaves01.png) no-repeat;
	background-size: contain;
	top: -20px;
	left: -100px;
}

.spot h2::before,
.tour h2::before {
	position: absolute;
	display: block;
	content: "";
	width: 66px;
	height: 88px;
	background: url(/content/sp/kouyou/images/leaves03.png) no-repeat;
	background-size: contain;
	top: 20px;
	left: -100px;
}


.spot h2::after,
.tour h2::after {
	position: absolute;
	display: block;
	content: "";
	width: 66px;
	height: 88px;
	background: url(/content/sp/kouyou/images/leaves02.png) no-repeat;
	background-size: contain;
	top: 20px;
	right: -80px;
}

.spot h2 span {
	font-size: 2.8rem;
	vertical-align: 4px;
}

@media screen and (max-width: 768px) {

	.spot {
		padding: 60px 0;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		background: url(/content/sp/kouyou/images/bg_kouyou.png) repeat;
		background-size: 227px 227px;
	}


	.anchor01Ttl h2 {
		text-align: center;
		display: inline-block;
		margin: 0 0 50px 40px;
		font-size: 2.8rem;
		color: #de553c;
		font-weight: bold;
		position: relative;
	}


	.spot h2,
	.tour h2 {
		text-align: center;
		display: inline-block;
		margin: 0 0 50px 10px;
		font-size: 2.8rem;
		color: #de553c;
		font-weight: bold;
		position: relative;
	}

	.anchor01Ttl h2::before {
		position: absolute;
		display: block;
		content: "";
		width: 60px;
		height: 74px;
		background: url(/content/sp/kouyou/images/leaves01.png) no-repeat;
		background-size: contain;
		top: -12px;
		left: -68px;
	}

	.spot h2::before,
	.tour h2::before {
		position: absolute;
		display: block;
		content: "";
		width: 50px;
		height: 74px;
		background: url(/content/sp/kouyou/images/leaves03.png) no-repeat;
		background-size: contain;
		top: -12px;
		left: -60px;
	}

	.spot h2::after,
	.tour h2::after {
		position: absolute;
		display: block;
		content: "";
		width: 50px;
		height: 74px;
		background: url(/content/sp/kouyou/images/leaves02.png) no-repeat;
		background-size: contain;
		top: 20px;
		right: -44px;
	}



	.spot h2 span {
		font-size: 2.0rem;
		vertical-align: 2px;
	}
}


/*===========
table
===========*/

.spot_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.spot_table th,
.spot_table td {
	text-align: center;
	vertical-align: middle;
	padding: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
	font-size: 1.6rem;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 1px;
}

.spot_table tr {
	background: #fbf5d5;
}

.spot_table tr:nth-child(even) {
	background: #fbf8ea;
}

.spot_table tr:nth-child(2) {
	background: #fde97a;
}

.kouyou_month {
	color: #de553c;
	font-weight: bold;
	background: #fde97a;

}

.kouyou_month td {
	width: 70px;
}

.sticky01 {
	position: sticky;
	top: 0;
	left: 0;
	background: none;
	border-left: none;
	border-right: none;
	width: 90px;
	color: #fff;
}

.sticky02 {
	position: sticky;
	top: 0;
	left: 98px;
	background: none;
	border-left: none;
	border-right: none;
	color: #fff;

}

.sticky01::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 98px;
	height: 100%;
	border-right: 2px solid #fff;
	/*ここだけ2pxでOK*/
	box-sizing: border-box;
	background: #a89745;
	z-index: -1;
}

.areaName::before {
	background: #917f29;
}

.sticky02::before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 101%;
	height: 100%;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	background: #d9a535;
	z-index: -1;
}

.spotName::before {
	background: #de753c;
}

.sticky02 {
	position: sticky;
	top: 0;
	left: 90px;
	background: none;
	border-left: none;
	border-right: none;
}

.notice {
	font-size: 1.4rem;
	text-align: right;
	text-indent: -1em;
	margin: 20px 0 20px 1em;
}




@media screen and (max-width: 768px) {

	.spot_table th,
	.spot_table td {
		font-size: 1.3rem;
	}

	.sticky01 {
		width: 90px;
	}

	.sticky02 {
		left: 90px;
	}

	.sticky01::before {
		width: 90px;
	}

	.sticky02 {
		left: 90px;

	}

	.notice {
		text-align: left;
	}

}


/*===========
  .scroll-box
  ===========*/

.scroll-box {
	overflow-x: auto;
	padding-bottom: 20px;
	-webkit-overflow-scrolling: touch;
}

/*===========
  scrollbar
  ===========*/


/*スクロールバー全体の高さ*/

.scroll-box::-webkit-scrollbar {
	height: 4px;
}

/*スクロールバー全体の背景*/

.scroll-box::-webkit-scrollbar-track {
	background: #eee;
}

/*スクロールバーの動く部分*/

.scroll-box::-webkit-scrollbar-thumb {
	background: #aaa;
	border: none;
}

/*スクロールバーの動く部分のホバー（マウスオーバー）*/

.scroll-box::-webkit-scrollbar-thumb:hover {
	background: #999;
}





/*  spot  */

.spot {
	background-color: #f0f3e9;
	padding: 80px 0;
}


.midokoro01Img,
.midokoro02Img {
	display: flex;
	flex-flow: row nowrap;
	text-align: left;
	justify-content: space-between;
	margin-bottom: 20px;

}

.midokoro01Img li {
	width: 374px;
}

.midokoro01Img li:first-child {
	width: 187px;
}

.midokoro02Img li {
	width: 308px;
}

.midokoro02Img li:first-child {
	width: 623px;
}

.midokoro01 dl,
.midokoro02 dl {
	margin-bottom: 80px;
}

.midokoro01 dt,
.midokoro02 dt {
	color: #531d07;
	font-weight: bold;
	font-size: 3.4rem;
	margin-bottom: 20px;
	border-bottom: 4px dotted #531d07;
	display: inline-block;
}

.midokoro01 dd,
.midokoro02 dd {
	text-align: left;
}

.midokoro03Img,
.midokoro04Img {
	margin-bottom: 20px;
}

.midokor03 dl,
.midokor04 dl {
	padding: 20px 0;


}

.midokoro03 dt {
	color: #531d07;
	font-weight: bold;
	font-size: 3.4rem;
	margin-bottom: 20px;
	border-bottom: 4px dotted #531d07;
	display: inline-block;
}


.midokoro03 dd:nth-of-type(even) {
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	justify-content: space-between;
	margin-bottom: 60px;
}

.midokoro03 dd:nth-of-type(odd) {
	display: flex;
	flex-flow: row-reverse wrap;
	text-align: left;
	justify-content: space-between;
	margin-bottom: 60px;
}

.midokoro03 dd .midokoro03Img,
.midokoro03 dd .midokoroDtlWrapper {
	width: calc(98%/2);
}



.midokoro04 {
	background: #fbf5d5;
	padding: 30px;
	margin-bottom: 60px;
}

.midokoro04 .midSubTtl {
	color: #531d07;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 12px 60px;
	display: inline-block;
	border-radius: 50px;
	position: relative;
}

.midokoro04 .midSubTtl::before {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 98px;
	background: url(/content/sp/kouyou/images/leaves05.png) no-repeat;
	background-size: contain;
	top: 0;
	left: -50px;
}

.midokoro04 .midSubTtl::after {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 98px;
	background: url(/content/sp/kouyou/images/leaves04.png) no-repeat;
	background-size: contain;
	top: 20px;
	right: -50px;
}

.midokoro04 .midTtl {
	color: #531d07;
	font-weight: bold;
	display: inline-block;
	line-height: 1.8;
	font-size: 3.4rem;
	border-bottom: 4px dotted #531d07;
	margin-bottom: 20px;
}



.midokoro04 dd {
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	justify-content: space-between;
}

.midokoro04 dd .midokoro04Img,
.midokoro04 dd .midokoroDtlWrapper {
	width: calc(98%/2);
}



.figcaption {
	font-size: 1.4rem;
	text-align: left;


}

.note {
	text-align: right;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.midokoroDtl {
	margin: 0 0 20px;
	font-size: 1.8rem;

}



@media screen and (max-width: 768px) {
	.spot {
		padding: 50px 0;
	}

	.midokoro01Img,
	.midokoro02Img {
		display: flex;
		flex-flow: column;
		text-align: left;
		justify-content: space-between;
		margin-bottom: 20px;
	}


	.midokoro01 dl .midokoro02 dl {
		margin-bottom: 60px;
	}

	.midokoro01 dt,
	.midokoro02 dt {
		color: #531d07;
		font-weight: bold;
		font-size: 2.4rem;
	}

	.midokoro01Img li {
		width: 100%;
		margin-bottom: 20px;
	}

	.midokoro01Img li:first-child {
		width: 100%;
		margin-bottom: 20px;
	}

	.midokoro02Img li {
		width: 100%;
		margin-bottom: 20px;
	}

	.midokoro02Img li:first-child {
		width: 100%;
		margin-bottom: 20px;
	}



	.midokor03 dl,
	.midokor04 dl {
		padding: 20px 0;
	}

	.midokoro03 dt {
		color: #531d07;
		font-weight: bold;
		font-size: 2.6rem;
	}

	.midokoro03 dd:nth-of-type(even) {
		display: flex;
		flex-flow: column;
		text-align: left;
		margin-bottom: 60px;
	}

	.midokoro03 dd:nth-of-type(odd) {
		display: flex;
		flex-flow: column;
		text-align: left;
		margin-bottom: 60px;
	}

	.midokoro03 dd .midokoro03Img,
	.midokoro03 dd .midokoroDtlWrapper {
		width: 100%;
	}

	.midokoro04 {
		padding: 15px;
		position: relative;
	}

	.midokoro04 .midSubTtl::before {
		position: absolute;
		display: block;
		content: "";
		width: 40px;
		height: 50px;
		background: url(/content/sp/kouyou/images/leaves05.png) no-repeat;
		background-size: contain;
		top: 18px;
		left: -30px;
	}

	.midokoro04 .midSubTtl::after {
		position: absolute;
		display: block;
		content: "";
		width: 50px;
		height: 50px;
		background: url(/content/sp/kouyou/images/leaves04.png) no-repeat;
		background-size: contain;
		top: 50px;
		right: -26px;
	}

	.midokoro04 .midSubTtl {
		font-size: 1.8rem;
		padding: 15px 30px;
	}

	.midokoro04 .midTtl {
		color: #531d07;
		font-weight: bold;
		font-size: 2.6rem;
	}

	.midokoro04 dd {
		display: flex;
		flex-flow: column;
		text-align: left;

	}

	.midokoro04 dd .midokoro04Img,
	.midokoro04 dd .midokoroDtlWrapper {
		width: 100%;
	}


}




/* tour */


.tourWrapper {
	margin: 0 auto;
	max-width: 950px;

}

.tourListBtn,
.tourListBtnAll {
	position: relative;
	max-width: 460px;
	width: 90%;
	margin: 0 auto 40px;
	font-weight: bold;
	font-size: 1.8rem;

}

.tourListBtn::after,
.tourListBtnAll::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0px 6px 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	margin: auto;
}

.tourListBtn a {
	border-radius: 3px;
	background: #d9a535;
	color: #fff;
	display: block;
	padding: 16px 0;
	line-height: 1.4;
	text-align: center;
}

.tourListBtnAll a {
	border-radius: 3px;
	background: #de553c;
	color: #fff;
	display: block;
	padding: 16px 0;
	line-height: 1.4;
	text-align: center;
}

.tourArea {
	background: #d9a535;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	position: relative;
	margin: 40px 0 70px;
}


h3.tourArea:nth-child(odd):before {
	position: absolute;
	display: block;
	content: "";
	width: 90px;
	height: 56px;
	background: url(/content/sp/kouyou/images/leaves03.png) no-repeat;
	background-size: contain;
	left: 6px;
	top: -6px;
}

h3.tourArea:nth-child(odd):after {
	position: absolute;
	display: block;
	content: "";
	width: 100px;
	height: 62px;
	background: url(/content/sp/kouyou/images/leaves02.png) no-repeat;
	background-size: contain;
	right: 4px;
	top: 8px;
}

h3.tourArea:nth-child(even):before {
	position: absolute;
	display: block;
	content: "";
	width: 150px;
	height: 81px;
	background: url(/content/sp/kouyou/images/leaves04.png) no-repeat;
	background-size: contain;
	right: 10px;
	bottom: -12px;
}

h3.tourArea:nth-child(even):after {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 83px;
	background: url(/content/sp/kouyou/images/leaves05.png) no-repeat;
	background-size: contain;
	left: 10px;
	top: 4px;
}

@media screen and (max-width: 768px) {
	.tourArea {
		background: #d9a535;
		padding: 10px;
		color: #fff;
		font-weight: bold;
		font-size: 2.2rem;
		position: relative;
		margin: 0 0 30px;
	}

	h3.tourArea:nth-child(odd):before {
		position: absolute;
		display: block;
		content: "";
		width: 60px;
		height: 37px;
		background: url(/content/sp/kouyou/images/leaves03.png) no-repeat;
		background-size: contain;
		left: 6px;
		top: -6px;
	}

	h3.tourArea:nth-child(odd):after {
		position: absolute;
		display: block;
		content: "";
		width: 48px;
		height: 47px;
		background: url(/content/sp/kouyou/images/leaves02.png) no-repeat;
		background-size: contain;
		right: 4px;
		top: 8px;
	}

	h3.tourArea:nth-child(even):before {
		position: absolute;
		display: block;
		content: "";
		width: 80px;
		height: 43px;
		background: url(/content/sp/kouyou/images/leaves04.png) no-repeat;
		background-size: contain;
		right: 6px;
		bottom: -12px;
	}

	h3.tourArea:nth-child(even):after {
		position: absolute;
		display: block;
		content: "";
		width: 40px;
		height: 42px;
		background: url(/content/sp/kouyou/images/leaves05.png) no-repeat;
		background-size: contain;
		left: 10px;
		top: 4px;
	}

	.tourListBtn a {
		font-size: 2.0rem;
		padding: 10px 0;
	}

	.tourListBtnAll a {
		font-size: 2.0rem;
		padding: 10px 0;
	}

}

.contents .tour {
	padding: 80px 0;
	background-color: #fff;
	margin-bottom: 80px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}




/* contentWidth
---------------------------------------*/
.contentWidth {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	padding: 0;
	width: 950px;
}

@media screen and (max-width: 768px) {
	.contentWidth {
		width: 100%;
		padding: 0 15px;

	}
}




.TxtCenter {
	text-align: center;
	margin-bottom: 60px;
}


.displayNone {
	display: none;
}


@media screen and (max-width: 768px) {
	.contents .tour {
		padding: 50px 10px;
		margin-bottom: 40px;
	}
}



/* 商品 START*/

.tour_box {
	margin: 0 auto 70px;
	width: 100%;
	max-width: 950px;
	text-align: left;
}

.tour_box a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	color: #333;
	font-size: 16px;
}

.tour_box figcaption {
	margin: 6px 0 16px;
	text-align: left;
	font-size: 14px;
}

.tour_box .eyeCatching {
	width: 475px;
	text-align: center;
}

.tour_box .eyeCatching img {
	width: 100%;
}

.tour_box .point {
	border: dotted 2px #4ec4d3;
	margin: 20px 0;
	padding: 10px;
	border-radius: 10px;
}

.tour_box .point p {
	text-align: center;
	color: #4ec4d3;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin: 0 auto 10px;
}

.tour_box .point p::before {
	content: "◆◆◆";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	left: -3.6em;
}

.tour_box .point p::after {
	content: "◆◆◆";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	right: -1.6em;
}

.tour_box .pointList li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 8px;
	text-align: left;
}

.tour_box .pointList li:last-child {
	margin-bottom: 0;
}

.tour_box .detail {
	width: 460px;
}

.tour_box .tag1 {
	font-size: 12px;
}

.tour_box .tag2 {
	font-size: 12px;
}

.tour_box .course {
	border: 1px solid #c9c9c9;
	background: #fffbfa;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}

.tour_box .day {
	border: 1px solid #93812f;
	color: #93812f;
	background: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}

.tour_box .room {
	border: 1px solid #001c58;
	color: #fff;
	background: #001c58;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}

.tour_box .food {
	border: 1px solid #001c58;
	color: #001c58;
	background: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}

.tour_box .subTtl {
	font-size: 16px;
	margin-bottom: 10px;
}

.tour_box .tourTtl {
	font-size: 24px;
	border-bottom: 1px solid #b09f62;
	padding-bottom: 16px;
	margin-bottom: 20px;
}

.tour_box .conductor {
	background: #660066;
	color: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}

.tour_box .participants {
	background: #104196;
	color: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}

.tour_box .children {
	background: #0087cb;
	color: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}

.tour_box .departure {
	position: relative;
	margin-left: 1.2em;
}

.tour_box .station {
	position: relative;
	margin-left: 1.2em;
}

.tour_box .fee {
	position: relative;
	margin-left: 1.2em;
}

.tour_box .fee span {
	color: #e60012;
	font-size: 20px;
	font-weight: bold;
}

.tour_box .departure::before,
.tour_box .station::before {
	display: block;
	content: "";
	width: 0.8em;
	height: 0.8em;
	background-color: #93812f;
	position: absolute;
	top: 5px;
	left: -1.2em;
}

.tour_box .fee::before {
	display: block;
	content: "";
	width: 0.8em;
	height: 0.8em;
	background-color: #93812f;
	position: absolute;
	top: 9px;
	left: -1.2em;
}

.tour_box .detailBtn {
	width: 460px;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.tour_box a {
		flex-flow: column;
	}

	.tour_box .eyeCatching {
		width: 100%;
		text-align: center;
	}

	.tour_box .detail {
		width: 100%;
	}

	.tour_box .subTtl {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.tour_box .tourTtl {
		font-size: 18px;
		border-bottom: 1px solid #b09f62;
		padding-bottom: 16px;
		margin-bottom: 20px;
	}

	.tour_box .detailBtn {
		text-align: center;
		width: 100%;
		max-width: 400px;
	}

	.tour_box .detailBtn img {
		width: 90%;
		margin: 0 auto;

	}
}

/* 商品 END*/




/* 今季終了　メルマガボタン*/

.btnArea {
	text-align: center;
	margin: 0 0 50px;
}

a.btn_next {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	margin: 0 20px 20px;
	padding: 1rem;
	font-weight: bold;
	border: 2px solid #525454;
	background: #525454;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}

a.btn_next:hover {
	color: #525454;
	background: #fff;
}


.update {
	margin-top: 30px;
}