@charset "utf-8";


/*
	ぷらり！伊達の五感旅。伊達鶏メニュー一覧用CSS
	/spot/index.html

	create	20260114-
*/

/* ---------------------------------------------------------
	約560px未満の画面向けスタイル mobile first
--------------------------------------------------------- */



/* header
---------------------------------------- */



/* main
---------------------------------------- */
/* ----- .courseSection ----- */
main .courseSection {
	margin: 0;
	padding: 50px 15px;
}
main .courseSection:nth-child(odd) {
	background-color: #fff;
}
main .courseSection h2 {
	width: 180px;
	margin: 0 auto 30px;
}
main .courseSection:nth-child(odd) h2 {
	width: 260px;
}
main .courseSection h2 img {
	width: 100%;
}
main .courseSection ul {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
main .courseSection ul li {
	width: calc(50% - 5px);
}
main .courseSection ul li a {
	width: 100%;
	height: 248px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 3px solid #000;
	position: relative;
	display: block;
}
main .courseSection ul li a span {
	position: absolute;
}
main .courseSection ul li a span img {
	width: 100%;
}
main .courseSection ul li a span.tori {
	width: 95px;
	bottom: -10px;
	right: -8px;
}
main .courseSection ul li a span.gori {
	width: 111px;
	top: -10px;
	left: -10px;
}
main .courseSection ul li a span.ino {
	width: 111px;
	top: -10px;
	left: 5px;
}
main .courseSection ul li a span.manzoku {
	width: 111px;
	bottom: -15px;
	left: -5px;
}

/* ----- .courseDetail ----- */
main .courseSection .courseDetail {
}
main .courseSection .courseDetail h3 {
	font-size: 2rem;
	width: auto;
	margin: 0 auto 22px;
	padding: 10px 30px;
	border: 2px solid #000;
	border-radius: 25px;
	background-color: #fff;
	display: inline-block;
	position: relative;
	display: inline-block;
}
main .courseSection .courseDetail h3 span {
	width: 18px;
	position: absolute;
	bottom: -23px;
	left: 33px;
}
main .courseSection .courseDetail h3 span img {
	width: 100%;
}
main .courseSection .courseDetail .youtube {
	margin: 0 auto 10px;
}
main .courseSection .courseDetail .youtube iframe {
	width: 100%;
	max-width: 560px;
}
main .courseSection .courseDetail > .setumei {
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: left;
	margin: 0 auto 30px;
	max-width: 560px;
}
main .courseSection .courseDetail .courseBlock {
	width: 100%;
	max-width: 888px;
	margin: 0 auto;
	background-image: url(../course/img/road_bar.png);
	background-position: center;
	background-repeat: repeat-y;
}
main .courseSection .courseDetail .courseBlock .start {
	margin: 0 auto 20px;
}
main .courseSection .courseDetail .courseBlock .start p:first-of-type {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
	background-color: var(--body-bgcolor);
}
main .courseSection .courseDetail .courseBlock .start p:last-of-type {
	font-size: 1.6rem;
	width: 250px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 18px;
}
main .courseSection .courseDetail .courseBlock .ido {
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	gap: 50px;
}
main .courseSection .courseDetail .courseBlock .ido p:first-of-type {
	font-size: 2.4rem;
	text-align: right;
	width: 50%;
}
main .courseSection .courseDetail .courseBlock .ido p:last-of-type {
	font-size: 1.6rem;
	text-align: left;
	width: 50%;
	padding-top: 5px;
}
main .courseSection .courseDetail .courseBlock .ido {
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	gap: 50px;
}
main .courseSection .courseDetail .courseBlock .spot {
	margin: 0 auto 20px;
	padding: 20px;
	border: 2px solid #000;
	background-color: #fff;
}
main .courseSection .courseDetail .courseBlock .spot .spotSlide {
	width: 100%;
	margin-bottom: 20px;
}
main .courseSection .courseDetail .courseBlock .spot .spotSlide img {
	width: 100%;
	margin-bottom: 5px;
}
.thumbnail1 {	cursor: pointer; }
.thumbnail1 .slick-track {	transform: unset !important; }
.thumbnail2 {	cursor: pointer; }
.thumbnail2 .slick-track {	transform: unset !important; }
.thumbnail3 {	cursor: pointer; }
.thumbnail3 .slick-track {	transform: unset !important; }
.thumbnail4 {	cursor: pointer; }
.thumbnail4 .slick-track {	transform: unset !important; }
.thumbnail5 {	cursor: pointer; }
.thumbnail5 .slick-track {	transform: unset !important; }
.slick-img {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 0 420px;
	background-color: #f0f0f0;
}
.thumbnail-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0 0 88px;
	background-color: #f0f0f0;
}
main .courseSection .courseDetail .courseBlock .spot figure {
	width: 100%;
	margin-bottom: 20px;
}
main .courseSection .courseDetail .courseBlock .spot figure img {
	width: 100%;
	margin-bottom: 5px;
}
main .courseSection .courseDetail .courseBlock .spot figure figcaption {
	font-size: 1.4rem;
}
main .courseSection .courseDetail .courseBlock .spot .setumei h4 {
	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 15px;
}
main .courseSection .courseDetail .courseBlock .spot .setumei h4 span {
	font-size: 1.2rem;
	margin: 0 2px;
	padding: 1px 3px;
}
main .courseSection .courseDetail .courseBlock .spot .setumei h4 span.area1 {
	color: #fff;
	background-color: var(--area-date);
	border: 1px solid var(--area-date);
}
main .courseSection .courseDetail .courseBlock .spot .setumei h4 span.cat1 {
	border: 1px solid var(--cat-taberu);
}
main .courseSection .courseDetail .courseBlock .spot .setumei p {
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: left;
}
main .courseSection .courseDetail .courseBlock .spot .setumei .btnMore a {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin: 10px auto 0;
	padding: 15px 0;
	background-color: var(--title-color);
	display: block;
}
main .courseSection .courseDetail .courseBlock .finish {
	margin: 0 auto 20px;
}
main .courseSection .courseDetail .courseBlock .finish p:first-of-type {
	font-size: 1.6rem;
	width: 250px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 18px;
}
main .courseSection .courseDetail .courseBlock .finish p:last-of-type {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 0;
	background-color: var(--body-bgcolor);
}



/* footer
---------------------------------------- */



@media screen and (min-width: 375px){
	/*	約375px以上の画面向けスタイル second tablet */

}



@media screen and (min-width: 560px){
	/*	約560px以上の画面向けスタイル second tablet */

	/* header
	---------------------------------------- */

	/* main
	---------------------------------------- */

	/* footer
	---------------------------------------- */

}



@media screen and (min-width: 740px){
	/*	約740px以上の画面向けスタイル second tablet */

	/* header
	---------------------------------------- */



	/* main
	---------------------------------------- */
	/* ----- .courseSection ----- */
	main .courseSection h2 {
		width: 250px;
		margin: 0 auto 20px;
	}
	main .courseSection:nth-child(odd) h2 {
		width: 333px;
	}
	main .courseSection ul li {
		width: calc(25% - 8px);
	}
	main .courseSection .courseDetail h3 {
		font-size: 2.4rem;
		margin: 0 auto 24px;
	}
	main .courseSection .courseDetail .courseBlock .spot {
		border: 3px solid #000;
		display: flex;
		justify-content: space-between;
		gap: 30px;
	}
	main .courseSection .courseDetail .courseBlock .spot .spotSlide {
		width: 50%;
		margin-bottom: 0;
	}
	main .courseSection .courseDetail .courseBlock .spot figure {
		width: 50%;
		margin-bottom: 0;
	}
	main .courseSection .courseDetail .courseBlock .spot figure img {
	}
	main .courseSection .courseDetail .courseBlock .spot .setumei {
		width: 50%;
/*		padding-bottom: 50px; */
		position: relative;
	}
	main .courseSection .courseDetail .courseBlock .spot .setumei h4 {
		font-size: 2rem;
	}
	main .courseSection .courseDetail .courseBlock .spot .setumei h4 span {
		font-size: 1.4rem;
		margin: 0 2px;
		padding: 1px 3px;
	}
	main .courseSection .courseDetail .courseBlock .spot .setumei p {
		font-size: 1.6rem;
	}
	main .courseSection .courseDetail .courseBlock .spot .setumei .btnMore a {
/*
		position: absolute;
		bottom: 0;
		right: 0;
*/
	}


	/* footer
	---------------------------------------- */

}



@media screen and (min-width: 980px){
	/*	約980px以上の画面向けスタイル pc style */

	/* header
	---------------------------------------- */



	/* main
	---------------------------------------- */



	/* footer
	---------------------------------------- */

}



@media screen and (min-width: 1200px){
	/*	約1200px以上の画面向けスタイル pc style */

	/* header
	---------------------------------------- */

	/* main
	---------------------------------------- */
	/* ----- .courseSection ----- */
	main .courseSection {
		padding: 80px calc(50% - 512px);
	}
	main .courseSection h2 {
		width: 300px;
		margin: 0 auto 30px;
	}
	main .courseSection ul li {
		width: calc(25% - 16px);
	}
	main .courseSection ul {
		gap: 20px;
	}
	main .courseSection ul li a {
		height: 400px;
		border: 4px solid #000;
	}
	main .courseSection ul li a span.gori {
		width: 150px;
	}
	main .courseSection ul li a span.tori {
		width: 130px;
	}
	main .courseSection ul li a span.ino {
		width: 150px;
	}
	main .courseSection ul li a span.manzoku {
		width: 150px;
	}
	main .courseSection .courseDetail h3 {
		font-size: 2.8rem;
		margin: 0 auto 30px;
	}
	main .courseSection:nth-child(odd) h2 {
		width: 428px;
	}

	/* ----- .courseDetail ----- */
	main .courseSection .courseDetail .youtube iframe {
		max-width: 800px;
		height: 450px;
	}
	main .courseSection .courseDetail > .setumei {
		font-size: 1.6rem;
		max-width: 800px;
	}
	main .courseSection .courseDetail .courseBlock .spot {
		border: 4px solid #000;
	}
}



@media screen and (min-width: 1366px){
	/*	約1200px以上の画面向けスタイル pc style */

	/* header
	---------------------------------------- */

	/* main
	---------------------------------------- */
	/* ----- .spotSection ----- */
	main .courseSection {
		padding: 80px calc(50% - 600px);
	}



	/* footer
	---------------------------------------- */

}
