@charset "utf-8";


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

	create	20260114-
*/

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



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



/* main
---------------------------------------- */
/* ----- .spotSection ----- */
main .spotSection {
	margin: 0;
	padding: 50px 15px;
}
main .spotSection.headArea {
	margin: 0;
	padding: 50px 0;
}
main .spotSection:nth-child(odd) {
	background-color: #fff;
}
main .spotSection h2 {
	width: 255px;
	margin: 0 auto 20px;
}
main .spotSection h2 img {
	width: 100%;
}

/* ----- .searchBlock ----- */
main .spotSection .searchBlock {
	width: 300px;
	margin: 0 auto 30px;
	padding: 0;
}
main .spotSection .searchBlock form {
	margin: 0 0 10px;
}
main .spotSection .searchBlock form p {
	width: 100%;
	border: 2px solid #000;
	background-color: #fff;
}
main .spotSection .searchBlock form p input {
	width: calc(100% - 30px);
	padding: 5px;
	border: none;
}
main .spotSection .searchBlock form p .searchBtn {
	width: 20px;
	height: 20px;
	margin: 6px 5px 5px;
	display: inline-block;
}
main .spotSection .searchBlock ul {
	list-style: none;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	gap: 5px;
}
main .spotSection .searchBlock ul li {
	width: calc((100% - 20px) / 5);
}
main .spotSection .searchBlock ul li a {
	color: var(--text-color);
	font-size: 1.4rem;
	text-decoration: none;
	margin: 0;
	padding: 8px 0;
	border: 2px solid #000;
	background-color: #fff;
	display: block;
}
main .spotSection .searchBlock ul li:nth-child(6),
main .spotSection .searchBlock ul li:nth-child(7),
main .spotSection .searchBlock ul li:nth-child(8) {
	width: calc((100% - 10px) / 3);
}
main .spotSection .searchBlock ul li.select.date a {
	color: #fff;
	background-color: var(--area-date);
	border-color: var(--area-date);
}
main .spotSection .searchBlock ul li.select.hobara a {
	color: #fff;
	background-color: var(--area-hobara);
	border-color: var(--area-hobara);
}
main .spotSection .searchBlock ul li.select.yanagawa a {
	color: #fff;
	background-color: var(--area-yanagawa);
	border-color: var(--area-yanagawa);
}
main .spotSection .searchBlock ul li.select.ryozen a {
	color: #fff;
	background-color: var(--area-ryozen);
	border-color: var(--area-ryozen);
}
main .spotSection .searchBlock ul li.select.tukidate a {
	color: #fff;
	background-color: var(--area-tukidate);
	border-color: var(--area-tukidate);
}
main .spotSection .searchBlock ul li.select.cat1 a {
	color: #fff;
	background-color: var(--cat-taberu);
	border-color: var(--cat-taberu);
}
main .spotSection .searchBlock ul li.select.cat2 a {
	color: #fff;
	background-color: var(--cat-kau);
	border-color: var(--cat-kau);
}
main .spotSection .searchBlock ul li.select.all a {
	color: #fff;
	background-color: var(--cat-kau);
	border-color: var(--cat-kau);
}

/* ----- .spotList ----- */
main .spotSection .spotList {
}
main .spotSection .catBox {
	text-align: center;
	margin: 0 auto 10px;
}
main .spotSection .catBox .area {
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	display: inline-block;
}
main .spotSection .catBox .area.area1 {
	background-color: var(--area-date);
}
main .spotSection .spotList .kensu {
	color: var(--title-color);
	font-size: 1.4rem;
	text-align: left;
	margin: 0 0 10px;
}
main .spotSection .spotList ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	gap: 10px;
}
main .spotSection .spotList ul li {
	width: calc((100% - 10px) / 2);
}
main .spotSection .spotList ul li a {
	color: var(--text-color);
	text-decoration: none;
	margin: 0 0 10px;
	display: block;
}
main .spotSection .spotList ul li a .photo {
	width: 100%;
	margin: 0 0 10px;
	padding: 66% 0 0 0;
	border: 2px solid #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	overflow: hidden;
}
main .spotSection .spotList ul li a h3 {
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.3;
	margin: 0 0 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}
main .spotSection .spotList ul li a .setumei {
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.3;
	margin: 0 0 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}
main .spotSection .spotList ul li a h4 {
	font-size: 1.2rem;
	text-align: left;
	margin: 0 0 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-break: break-all;
}
main .spotSection .catBox {
	display: flex;
	justify-content: left;
	gap: 5px;
}
main .spotSection .catBox span {
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 2px 5px;
	border: 1px solid var(--cat-taberu);
}
main .spotSection .catBox span.area1 {
	background-color: var(--area-date);
	border-color: var(--area-date);
}
main .spotSection .catBox span.area2 {
	background-color: var(--area-hobara);
	border-color: var(--area-hobara);
}
main .spotSection .catBox span.area3 {
	background-color: var(--area-yanagawa);
	border-color: var(--area-yanagawa);
}
main .spotSection .catBox span.area4 {
	background-color: var(--area-ryozen);
	border-color: var(--area-ryozen);
}
main .spotSection .catBox span.area5 {
	background-color: var(--area-tukidate);
	border-color: var(--area-tukidate);
}
main .spotSection .catBox span.cat1 {
	color: var(--cat-taberu);
	background-color: #fff;
	border-color: var(--cat-taberu);
}
main .spotSection .catBox span.cat2 {
	color: var(--cat-kau);
	background-color: #fff;
	border-color: var(--cat-kau);
}
main .spotSection .catBox span.tori1 {
	color: var(--title-color);
	background-color: #fff;
	border-color: var(--title-color);
}
main .spotSection .catBox span.tori2 {
	color: #f08300;
	background-color: #fff;
	border-color: #f08300;
}
main .spotSection .spotList .btnMore a {
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
	width: 200px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: var(--title-color);
	display: block;
}

/* ----- .pager ----- */
main .spotSection .pager {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
			justify-content: center;
	margin: 0 0 15px;
}
main .spotSection .pager ul {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
			justify-content: center;
	gap: 3px;
}
main .spotSection .pager ul li a {
	color:  var(--title-color);
	text-decoration: none;
	width: 38px;
	height: 38px;
	padding: 9px 0 0 0;
	background-color: #fff;
	border: 1px solid var(--title-color);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
			border-radius: 20px;
	display: block;
}
main .spotSection .pager ul li.select span {
	color: #fff;
	text-decoration: none;
	width: 38px;
	height: 38px;
	padding: 9px 0 0 0;
	border: 1px solid var(--title-color);
	background-color: var(--title-color);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
			border-radius: 20px;
	display: block;
}

/* ----- .spoDetail ----- */
main .spotSection .spotDetail {
	max-width: 1200px;
	margin: 0 auto;
}
main .spotSection .spotDetail h1 {
	font-size: 2.4rem;
	text-align: left;
	margin: 0 10px 10px;
}
main .spotSection .spotDetail .titleShop {
	margin: 0 10px 10px;
}
main .spotSection .spotDetail .titleShop .shop {
	font-size: 1.2rem;
	text-align: left;
}
main .spotSection .spotDetail > figure {
	width: 100%;
	margin: 0 0 20px;
}
main .spotSection .spotDetail > figure img {
	width: 100%;
	font-size: 0;
	margin: 0 auto 10px;
	border: 3px solid #000;
}
main .spotSection .spotDetail > figure figcaption {
	font-size: 1.4rem;
}
main .spotSection .spotDetail .spotDetailBox {
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: left;
	margin: 0 15px;
}
main .spotSection .spotDetail .spotDetailBox .boxSetumei {
	margin: 0 0 30px;
}
main .spotSection .spotDetail .spotDetailBox .boxType1 {
	margin: 0 0 10px;
}
main .spotSection .spotDetail .spotDetailBox .boxType1 h3 {
	font-size: 2rem;
	margin: 0 0 10px;
}
main .spotSection .spotDetail .spotDetailBox .boxType2 {
	margin: 0 0 10px;
}
main .spotSection .spotDetail .spotDetailBox .boxType2 h3 {
	font-size: 2rem;
	margin: 0 0 10px;
}
main .spotSection .spotDetail .spotDetailBox .boxType2 .boxText {
	margin: 0 0 10px;
}
main .spotSection .spotDetail .spotDetailBox .boxType2 > figure {
	margin: 0 0 10px;
}
main .spotSection .spotDetail .spotDetailBox .boxType2 > figure img {
	width: 100%;
	border: 3px solid #000;
}
main .spotSection .spotDetail .spotDetailBox .boxType2 > figure figcaption {
	font-size: 1.2rem;
	text-align: center;
	margin: 0;
}
main .spotSection .spotDetail .spotDetailBox .boxType3 {
	margin: 0 0 10px;
}
main .spotSection .spotDetail .spotDetailBox .boxType3 > figure {
	margin: 0 0 10px;
}
main .spotSection .spotDetail .spotDetailBox .boxType3 > figure img {
	width: 100%;
	border: 3px solid #000;
}
main .spotSection .spotDetail .spotDetailBox .boxType3 > figure figcaption {
	font-size: 1.2rem;
	text-align: center;
	margin: 0;
}
main .spotSection .spotDetail .spotDetailBox .boxType4 {
	margin: 0 0 10px;
}
main .spotSection .spotDetail .spotDetailBox .boxType5 {
	margin: 0 0 10px;
}
main .spotSection .spotDetail .spotDetailBox .boxType5 iframe {
	width: 100%;
}
main .spotSection .spotDetail .spotDetailBox .boxType5 {
	margin: 0 0 10px;
}
main .spotSection .spotDetail .spotDetailBox .boxType6 {
	margin: 0 0 10px;
}
main .spotSection .spotDetail .spotDetailBox .boxType6 > figure {
	margin: 0 0 10px;
}
main .spotSection .spotDetail .spotDetailBox .boxType6 > figure img {
	width: 100%;
	border: 3px solid #000;
}
main .spotSection .spotDetail .spotDetailBox .boxType6 > figure figcaption {
	font-size: 1.2rem;
	text-align: center;
	margin: 0;
}
main .spotSection .spotDetail .spotDetailBox .shopData {
	margin: 0 0 10px;
}
main .spotSection .spotDetail .spotDetailBox .shopData h3 {
	color: var(--title-color);
	font-size: 2rem;
	margin: 0 0 10px;
}
main .spotSection .spotDetail .spotDetailBox .shopData table {
	font-size: 1.4rem;
	width: 100%;
	margin: 0;
	border-top: 1px solid #999;
}
main .spotSection .spotDetail .spotDetailBox .shopData table tr th {
	margin: 0;
	padding: 20px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #999;
	display: block;
}
main .spotSection .spotDetail .spotDetailBox .shopData table tr td {
	margin: 0;
	padding: 20px;
	background-color: #fff;
	border-bottom: 1px solid #999;
	display: block;
}
main .spotSection .spotDetail .spotDetailBox .shopData table tr td ul {
	list-style: none;
}
main .spotSection .spotDetail .spotDetailBox .shopData table tr td ul li {
	margin: 0 0 10px;
	word-break: break-word;
}
main .spotSection .spotDetail .spotDetailBox .shopData table tr td ul li span {
	width: 30px;
	display: inline-block;
}
main .spotSection .spotDetail .spotDetailBox .shopData table tr td ul li > i {
	margin-left: 5px;
}
main .spotSection .spotDetail .spotDetailBox .shopData iframe {
	width: 100%;
}



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



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

}



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

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

	/* main
	---------------------------------------- */
	/* ----- .spotSection ----- */
	/* .searchBlock */
	main .spotSection .searchBlock form {
		margin: 0 auto 10px;
		width: 300px;
	}
	main .spotSection h2 {
		width: 333px;
		margin: 0 auto 20px;
	}

	/* .spotList */
	main .spotSection .spotList ul li {
		width: calc((100% - 30px) / 4);
	}
	main .spotSection .spotList ul li a h3 {
		font-size: 1.6rem;
	}
	main .spotSection .spotList ul li a .setumei {
		font-size: 1.4rem;
		margin: 0 0 15px;
	}
	main .spotSection .spotList ul li a h4 {
		font-size: 1.6rem;
	}

	/* .shopDetail */
	main .spotSection .spotDetail .titleShop {
	}
	main .spotSection .spotDetail .titleShop .shop {
		font-size: 1.4rem;
		text-align: right;
	}

	/* .spotDetail */
	main .spotSection .spotDetail .spotDetailBox {
		font-size: 1.6rem;
		margin: 0 30px;
	}
	main .spotSection .spotDetail > figure {
		margin: 0 0 20px;
	}
	main .spotSection .spotDetail > figure figcaption {
		font-size: 1.6rem;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType1 {
		margin: 0 0 20px;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType1 h3 {
		font-size: 2.4rem;
		margin: 0 0 15px;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType2 {
		display: flex;
		justify-content: space-between;
		margin: 0 0 20px;
		gap: 30px;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType2 h3 {
		font-size: 2.4rem;
		margin: 0 0 15px;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType2 .boxText {
		order: 2;
		width: 50%;
		margin: 0 0 20px;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType2 > figure {
		order: 1;
		width: 50%;
		margin: 0 0 20px;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType2 > figure img {
		width: 100%;
		border: 3px solid #000;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType2 > figure figcaption {
		font-size: 1.4rem;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType2.right > figure {
		order: 2;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType2.right .boxText {
		order: 1;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType3 {
		margin: 0 0 20px;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType3 > figure {
		margin: 0 0 20px;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType3 > figure figcaption {
		font-size: 1.4rem;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType4 {
		margin: 0 0 20px;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType5 {
		margin: 0 0 20px;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType5 iframe {
		width: 100%;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType5 {
		margin: 0 0 20px;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType6 {
		margin: 0 0 20px;
		display: flex;
		justify-content: space-between;
		gap: 30px;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType6 > figure {
		width: 50%;
		margin: 0 0 20px;
	}
	main .spotSection .spotDetail .spotDetailBox .boxType6 > figure figcaption {
		font-size: 1.4rem;
	}
	main .spotSection .spotDetail .spotDetailBox .shopData {
		margin: 0 0 20px;
	}
	main .spotSection .spotDetail .spotDetailBox .shopData h3 {
		font-size: 2.4rem;
	}
	main .spotSection .spotDetail .spotDetailBox .shopData table {
		font-size: 1.6rem;
	}
	main .spotSection .spotDetail .spotDetailBox .shopData table tr th {
		width: 180px;
		display: table-cell;
	}
	main .spotSection .spotDetail .spotDetailBox .shopData table tr td {
		display: table-cell;
	}

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

}



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

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



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



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

}



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

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



	/* main
	---------------------------------------- */
	/* .searchBlock */
	main .spotSection .searchBlock {
		width: auto;
	}
	main .spotSection .searchBlock ul {
		justify-content: center;
	}
	main .spotSection .searchBlock ul li {
		width: 80px;
	}
	main .spotSection .searchBlock ul li:nth-child(6),
	main .spotSection .searchBlock ul li:nth-child(7),
	main .spotSection .searchBlock ul li:nth-child(8) {
		width: 80px;
	}
	main .spotSection .searchBlock ul li a {
		font-size: 1.6rem;
	}
	main .spotSection .spotList ul li a .photo {
		border: 3px solid #000;
	}

	/* .shopDetail */
	main .spotSection .spotDetail .spotDetailBox {
		font-size: 1.8rem;
	}
	main .spotSection .spotDetail > figure {
		margin: 0 0 30px;
	}
	main .spotSection .spotDetail > figure img {
		margin: 0 auto 15px;
	}
	main .spotSection .spotDetail > figure figcaption {
		font-size: 1.6rem;
	}
	main .spotSection .spotDetail .titleShop {
		margin: 0 auto 15px;
		max-width: 960px;
	}
	main .spotSection .spotDetail h1 {
		font-size: 3.3rem;
		margin: 0 auto 15px;
		max-width: 960px;
	}
	main .spotSection .spotDetail .spotDetailBox {
		max-width: 960px;
		margin: 0 auto 50px;
	}
	main .spotSection .spotDetail .spotDetailBox .shopData h3 {
		font-size: 2.8rem;
	}
	main .spotSection .spotDetail .spotDetailBox .shopData table tr th {
		width: 222px;
	}
	main .spotSection .searchBlock ul li a {
		border: 3px solid #000;
	}

	/* pager */
	main .spotSection .pager ul li a:hover {
		color: #fff;
		background-color:  var(--title-color);
	}
}



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

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

	/* main
	---------------------------------------- */
	/* ----- .spotSection ----- */
	main .spotSection {
		padding: 80px calc(50% - 512px);
	}
	main .spotSection h2 {
		width: 444px;
		margin: 0 auto 10px;
	}
	main .spotSection .searchBlock ul li.date a:hover {
		color: #fff;
		background-color: var(--area-date);
		border-color: var(--area-date);
	}
	main .spotSection .searchBlock ul li.hobara a:hover {
		color: #fff;
		background-color: var(--area-hobara);
		border-color: var(--area-hobara);
	}
	main .spotSection .searchBlock ul li.yanagawa a:hover {
		color: #fff;
		background-color: var(--area-yanagawa);
		border-color: var(--area-yanagawa);
	}
	main .spotSection .searchBlock ul li.ryozen a:hover {
		color: #fff;
		background-color: var(--area-ryozen);
		border-color: var(--area-ryozen);
	}
	main .spotSection .searchBlock ul li.tukidate a:hover {
		color: #fff;
		background-color: var(--area-tukidate);
		border-color: var(--area-tukidate);
	}
	main .spotSection .searchBlock ul li.cat1 a:hover {
		color: #fff;
		background-color: var(--cat-taberu);
		border-color: var(--cat-taberu);
	}
	main .spotSection .searchBlock ul li.cat2 a:hover {
		color: #fff;
		background-color: var(--cat-kau);
		border-color: var(--cat-kau);
	}
	main .spotSection .searchBlock ul li.all a:hover {
		color: #fff;
		background-color: var(--cat-kau);
		border-color: var(--cat-kau);
	}

	/* .spotList */
	main .spotSection .spotList ul {
		gap: 20px;
	}
	main .spotSection .spotList ul li {
		width: calc((100% - 60px) / 4);
	}
	main .spotSection .spotList ul li a h3 {
		font-size: 2rem;
	}
	main .spotSection .spotList ul li a .setumei {
		font-size: 1.6rem;
	}
	main .spotSection .spotList .btnMore a {
		width: 300px;
	}
	main .spotSection .catBox span {
		font-size: 1.4rem;
		padding: 5px 8px;
	}
	main .spotSection .spotList ul li a .photo {
		border: 4px solid #000;
	}

	/* .shopDetail */
	main .spotSection .spotDetail h1 {
		font-size: 4rem;
	}
	main .spotSection .spotDetail > figure img {
		border: 4px solid #000;
	}
}



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

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

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



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

}
