@charset "UTF-8";

/* 共通部分
---------------------- */
html {
	font-size: 100%;
}

body {
	font-family: 'Noto Serif JP', serif;
	line-height: 1.8;
	color: #000;
	background-color: #f9f8f4;
}

a {
	text-decoration: none;
	color: #000;
}

img {
	max-width: 100%;
	/* 横幅：レスポンシブの設定 */
	height: auto;
	/* 高さ：横幅の比率に合わせる */
}

.sm {
	display: none;
}

/* スライダー（トップページ） */
.bx-slider {
	width: 100%;
}

#width-limit {
	max-width: 1000px;
	margin: 0 auto;
}

/* スライダーの枠線の削除 */
.bx-wrapper {
	background-color: transparent;
	margin: 0;
	border: none;
	box-shadow: none;
	width: 100%;
}

.bx-wrapper img {
	display: block;
	margin: 0;
}

/* スライダー（ツアーページ） */
.slider img {
	width: 100%;
	/*スライダー内の画像を横幅100%に*/
	height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
	margin: 0 10px;
	/*スライド左右の余白調整*/
}


/* ヘッダー部分
---------------------- */
header {
	background: #fff url(../images/renga2.jpg) repeat;
	height: 200px;
}

.stamp {
	position: absolute;
	width: 180px;
	top: 25px;
	right: 0;
}

.headobi {
	position: absolute;
	top: 25px;
	background-color: #40210f;
	border-radius: 0 8px 8px 0;
	height: 36px;
	width: 250px;
	color: #fff;
	font-size: 21px;
	padding-left: 86px;
	padding-top: 0px;
	font-weight: bold;
}

.headobi::before {
	content: url(../images/italia.png);
	display: block;
	position: absolute;
	left: 5px;
	top: -12px;
}

/* ナビバー
---------------------- */
nav {
	background: linear-gradient(to right, #ca9326, #f5e489 30%, #fbf5d4, #f5e489 70%, #ca9326);
	box-shadow: 0px 3px #b28146;
	height: 40px;
	line-height: 40px;
	margin-bottom: 25px;
}

nav ul {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	list-style: none;
}

nav li {
	padding-right: 50px;
	font-size: 17px;
	font-weight: bold;
}

nav li a {
	color: #000;
}

nav #current {
	color: #cc0000;
}

nav li a:hover,
.check_table2 a:hover {
	color: #800000;
}

nav li:last-child {
	padding-right: 0px;
}

.fas {
	font-size: 20px;
}

#cat {
	font-size: 24px;
}

h1 {
	text-align: center;
}

h2 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-left: 10px;
	background-image: url(../images/circle.png);
	border-top: 2px solid #bf783e;
	border-bottom: 2px solid #bf783e;
	height: 35px;
	line-height: 28px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

h2 .number {
	margin-left: 3px;
	margin-right: 13px;
	color: #fff;
}

h2 .number2 {
	margin-left: -2px;
	margin-right: 13px;
	color: #fff;
}

.mini_midasi {
	color: #994500;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-left: -10px;
	margin-top: -8px;
}

h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-top: 2px dotted #a0522d;
	border-bottom: 2px dotted #a0522d;
	height: 32px;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #994500;
}

h4 {
	margin-top: 12px;
	margin-left: 54px;
	font-family: 'Kaisei Decol', serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1rem;
}


/* イントロ部分 */
.wrapper {
	margin: 0px auto;
	padding: 0 7%;
}

.midashi {
	margin-top: 80px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.intro_mark {
	float: right;
	width: 110px;
	margin-left: 26px;
	margin-bottom: 40px;
}

.intro_mark p {
	font-size: 14px;
	line-height: 1rem;
	text-align: center;
}

.intro_text {
	text-indent: 1rem;
	padding-left: -1rem;
}

.intro::after {
	content: '';
	display: block;
	clear: both;
}


/* SECTION
---------------------- */
section {
	margin: 30px 7%;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

article {
	border: 1px solid #c38743;
	padding: 15px;
}

.empty_element {
	border: none;
}

article span {
	display: inline-block;
	color: #fff;
	padding: 3px 6px;
	border-radius: 5px;
	margin: 3px 0 5px 0px;
	font-size: 14px;
	width: 70px;
	text-align: center;
	margin-right: 10px;
}

.spot_mark {
	clear: both;
}

.spot_mark span {
	display: inline-block;
	color: #fff;
	padding: 1px 6px;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	width: 70px;
	text-align: center;
	margin-top: 35px;
	margin-left: 2px;
	margin-bottom: 5px;
	margin-right: 10px;
}

.tour_info {
	text-align: center;
}

.tour_mini {
	margin-bottom: 30px;
	font-size: 12px;
}

.tour_title {
	margin-top: 40px;
	margin-bottom: 0px;
	text-align: center;
}

.tour_title p {
	margin: 15px 0 10px 0;
	font-size: 36px;
	line-height: 2.5rem;
	font-weight: bold;
	color: #000;
}

.tour_title span {
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
	text-align: center;
	width: 160px;
	height: 34px;
	line-height: 34px;
}

.mark_b {
	background: #203744;
}

.mark_c {
	background: #a22041;
}

.mark_d {
	background: #eb6101;
}

.mark_e {
	background: #e83929;
	width: 110px;
}

article p {
	line-height: 1.2rem;
}

#tour_table {
	border-collapse: collapse;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5rem;
	font-size: 15px;
}

#tour_table .table_head th,
#tour_table .table_head td {
	padding: 0px;
	background: #f5deb3;
	text-align: center;
	font-weight: normal;
}

#tour_table tr th {
	width: 50px;
}

#tour_table .hotel {
	width: 120px;
	text-align: center;
}

#tour_table .meal {
	width: 50px;
	text-align: center;
}

#tour_table tr th,
#tour_table tr td {
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	padding: 10px;
}

#tour_table tr td {
	border-left: 1px dotted #999;
}

#tour_table tr td {
	text-indent: -8px;
	padding-left: 16px;
}

#tour_table tr td .tour_main {
	color: #0000cd;
	text-indent: 0;
	padding-left: 0px;

}

/* GRID
---------------------- */
.grid1 {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
	margin-top: 0px;
	margin-bottom: 0px;
}

.grid2 {
	clear: both;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
	margin-top: 0px;
	margin-bottom: 0px;
}

.grid3 {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 15px;
	margin-bottom: 0px;
}

.img_text,
.grid3 p {
	margin-top: -5px;
	font-size: 14px;
	line-height: 1rem;
	text-align: left;
}

.img_float25 {
	float: right;
	width: 25%;
	margin-top: 7px;
	margin-left: 26px;
	margin-bottom: 40px;
}

.img_float50 {
	float: right;
	width: 50%;
	margin-top: 7px;
	margin-left: 26px;
	margin-bottom: 50px;
}

.img_float25::after,
.img_float50::after {
	content: '';
	display: block;
	clear: both;
}

.column_top {
	clear: both;
	margin-top: 25px;
	border-bottom: 2px solid #bf783e;
	margin-bottom: 37px;
}

.column1 {
	background: #eaeea2;
	border-radius: 14px;
	padding: 10px 20px;
	position: relative;
	margin-bottom: -13px;

}

.column1::after {
	content: url(../images/column_mark.png);
	display: block;
	position: absolute;
	left: -10px;
	top: -55px;
}

.column_hr {
	margin-top: 8px;
	border: 2px dotted #d1de4c;
	margin-right: 5px;
}

.column_p {
	margin: 10px 0 14px 0;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5rem;
}

.column2 {
	display: flex;
	gap: 10px;
}

.column_left {
	flex: 1 1 auto;
}

.column_img {
	flex: 0 0 180px;
	margin-top: 14px;
	margin-bottom: 14px;
}


.space25 {
	/* clear:both; */
	height: 25px;
}

.last_space {
	clear: both;
	height: 100px;
}

/* マップ
---------------------- */
.spot_map {
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}

#map {
	width: 100%;
	height: 100%;
	/* あると逆におかしくなる */
	/* position:absolute;
	top:0;
	left:0; */
}

#mapspot_01 {
	position: absolute;
	top: 27.6%;
	left: 63%;
	width: 36.6%;
}

#mapspot_02 {
	position: absolute;
	top: 50%;
	left: 62.5%;
	width: 16.2%;
}

#mapspot_03 {
	position: absolute;
	top: 47%;
	left: 45.7%;
	width: 15%;
	z-index: 30;
}

#mapspot_04 {
	position: absolute;
	top: 42.3%;
	left: 49.2%;
	width: 16.4%;
}

#mapspot_05 {
	position: absolute;
	top: 59%;
	left: 48.2%;
	width: 14.8%;
}

#mapspot_06 {
	position: absolute;
	top: 70%;
	left: 47.5%;
	width: 15.5%;
}

#mapspot_07 {
	position: absolute;
	top: 21.7%;
	left: 70%;
	width: 19%;
}

#mapspot_08 {
	position: absolute;
	top: 62.7%;
	left: 83.5%;
	width: 16%;
}

#mapspot_09 {
	position: absolute;
	top: 30.6%;
	left: 31%;
	width: 24%;
}

#mapspot_10 {
	position: absolute;
	top: 46.8%;
	left: 76.8%;
	width: 22.5%;
}

#mapspot_11 {
	position: absolute;
	top: 41.8%;
	left: 65.4%;
	width: 20.5%;
}

#mapspot_12 {
	position: absolute;
	top: 11.6%;
	left: 70.7%;
	width: 15.3%;
}



/* フッター
---------------------- */
.container {
	position: relative;
	box-sizing: border-box;
	padding-bottom: 80px;
}

footer {
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 12px 0;
	position: absolute;
	bottom: 0;
}

footer p {
	color: #432;
	font-size: 0.875rem;
}

/* チェックボックス
------------------------------------------------------------------ */
@media (min-width: 1001px) {
	.table_flame {
		margin-top: 50px;
		background: linear-gradient(to right, #ca9326, #f5e489, #f5e489, #ca9326);
		padding: 10px 7%;
		display: flex;
	}

	.check_table {
		font-size: 17px;
		font-weight: bold;
		color: #000;
		background: #fff;
		flex: 0 0 680px;
		width: 680px;
	}

	.plus_2rem {
		margin-right: 2rem;
	}

	.check_table2 {
		font-size: 17px;
		font-weight: bold;
		color: #000;
		background: #fff;
		flex: 1 1 auto;
		margin-left: 10px;
	}

	.check_table tr th,
	.check_table tr td {
		text-align: left;
		padding-left: 20px;
	}

	.check_table2 tr th,
	.check_table2 tr td {
		text-align: center;
	}

	.check_table tr th {
		border-right: 3px solid #f5e489;
		width: 150px;
	}

	.check_table tr td span {
		display: inline-block;
	}
}

/* チェックボックス（1000px以下）
------------------------------------------------------------------ */
@media (max-width: 1000px) {
	.table_flame {
		margin-top: 50px;
		background: linear-gradient(to right, #ca9326, #f5e489, #f5e489, #ca9326);
		padding: 10px 7%;
	}

	.check_table,
	.check_table2 {
		font-size: 17px;
		font-weight: bold;
		color: #000;
		background: #fff;
		width: 100%;
	}

	.check_table {
		margin-bottom: 5px;
	}

	.plus_2rem {
		margin-right: 2rem;
	}

	.plus_2rem,
	.none_rem {
		display: inline-block;
	}

	.check_table tr th,
	.check_table tr td,
	.check_table2 tr th,
	.check_table2 tr td {
		text-align: left;
		padding-left: 20px;
	}

	.check_table tr th {
		border-right: 3px solid #f5e489;
		width: 180px;
	}

}

/* --------------------------------------------------------------- */
/* モバイル版
------------------------------------------------------------------ */
@media (max-width: 680px) {
	.pc {
		display: none;
	}

	.sm {
		display: block;
	}

	.wrapper {
		margin: 0px auto;
		padding: 0 20px;
	}

	.midashi {
		margin-top: 80px;
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: bold;
		color: #000;
		text-align: center;
	}

	.intro_mark {
		float: right;
		width: 100px;
		margin-top: 10px;
		margin-left: 26px;
		margin-bottom: 20px;
	}

	/* ヘッダー部分
---------------------- */
	header {
		background: #fff url(../images/renga1.jpg) repeat;
		height: 170px;
		padding-top: 20px;
	}

	header img {
		margin: 0 auto;
	}

	.stamp {
		position: absolute;
		width: 130px;
		top: 40px;
		right: 0;
	}

	.headobi {
		position: absolute;
		top: 0px;
		left: 50%;
		transform: translate(-50%, 0);
		background-color: #40210f;
		border-radius: 0 0 8px 8px;
		height: 36px;
		width: 270px;
		color: #fff;
		font-size: 20px;
		padding-left: 86px;
		padding-top: 0px;
		font-weight: bold;
	}

	.headobi::before {
		content: url(../images/italia.png);
		display: block;
		position: absolute;
		left: 7px;
		top: 0;
	}

	/* ナビバー
---------------------- */
	nav {
		background: linear-gradient(to right, #ca9326, #f5e489 30%, #fbf5d4, #f5e489 70%, #ca9326);
		box-shadow: 0px 3px #b28146;
		height: 120px;
		line-height: 40px;
		margin-bottom: 25px;
	}

	nav ul {
		display: block;
		margin-top: 20px;
		list-style: none;
	}

	nav ul li {
		padding-left: 20px;
	}

	.fas,
	#cat {
		width: 25px;
		text-align: center;
	}

	nav li {
		font-size: 17px;
		font-weight: bold;
		border-bottom: 1px solid #b28146;
	}

	nav li a {
		color: #000;
	}

	nav li a:hover {
		color: #800000;
	}


	/* チェックボックス
---------------------- */
	.table_flame {
		margin-top: 50px;
		background: linear-gradient(to right, #ca9326, #f5e489, #f5e489, #ca9326);
		padding: 10px 20px;
	}

	.check_table,
	.check_table2 {
		font-size: 17px;
		font-weight: bold;
		color: #000;
		background: #fff;
		width: 100%;
	}

	.check_table {
		margin-bottom: 5px;
	}

	.plus_2rem {
		margin-right: 2rem;
	}

	.plus_2rem,
	.none_rem {
		display: inline-block;
	}

	.check_table tr th,
	.check_table tr td,
	.check_table2 tr th,
	.check_table2 tr td {
		text-align: left;
		padding-left: 15px;
	}

	.check_table tr th {
		padding-right: 15px;
		border-right: 3px solid #f5e489;
		width: 150px;
	}

	/* SECTION
---------------------- */
	/* section {
	margin:30px 20px;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
article{
	height: 200px;
	line-height:180px;
	text-align: center;
	font-size: 30px;
} */

	/* GRID
---------------------- */
	.grid1 {
		display: grid;
		gap: 20px;
		grid-template-columns: 1fr;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.grid2 {
		display: grid;
		gap: 20px;
		grid-template-columns: 1fr;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.grid3 {
		display: grid;
		gap: 30px;
		grid-template-columns: 1fr;
		margin-top: 25px;
		margin-bottom: 0px;
	}

	.img_float50 {
		float: right;
		width: 100%;
		margin-top: 7px;
		margin-left: 26px;
		margin-bottom: 20px;
	}

	.column2 {
		display: block;
		gap: 10px;
	}

	.empty_element {
		display: none;
	}

	#tour_table .hotel {
		display: none;
	}
}


/* モバイル版（さらに幅小）
------------------------------------------------------------------ */
@media (max-width: 400px) {}

/* ---------- end ----------- */