@charset "utf-8";

/*------------------------------------------------------------------------------------------------ ▼ #conditions --*/

#conditions {
	background: #fff;
	padding: 15px 20px;
	
	li {
		margin-left: 30px;
		padding: 5px 0;
		list-style: disc;
	}
	
	li:not(:first-child) {
		border-top: 1px dashed #eee;
	}
}

/*------------------------------------------------------------------------------------------------ ▼ #cover --*/

#detail-cover {
	height: 400px;
	margin-bottom: 50px;
	background-position: center;
	background-size: cover;

	@media (width <= 767px) {
		.tour-cover {
			height: 300px;
			margin-bottom: 0;
		}
	}
}

/*------------------------------------------------------------------------------------------------ ▼ .itinerary --*/

#itinerary {
	background: #fff;
	
	th, td {
		border: 1px solid #ccc;
	}
	
	th {
		padding: 15px 0;
		background: #eee;
		text-align: center;
	}
	
	tbody {
		th {
			width: 80px;
		}
	}
	
	td {
		width: calc(100% - 80px);
		padding: 10px 15px;
		
		div, p {
			font-size: 16px;
		}
	}
}

/*------------------------------------------------------------------------------------------------ ▼ general --*/

.wrap-tour-header {
	margin-top: 0px;
}

.tour-header {
	padding: 30px 0;
	border-radius: var(--border-radius);
	background: rgba(255, 255, 255, 1.95);
}

.copy.title {
	font-family: YakuHan-R, YuGo-R;
	font-size: 45px;
	text-align: center;
}

@media (width <= 767px) {
	.tour-header {
		padding: 30px 0 0;
	}
	
	.tour-header .title {
		font-size: 26px;
		text-align: left;
	}
}

/*------------------------------------------------------------------------------------------------ ▼ #overview --*/

#overview {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 8;
	margin-top: 30px;
}

/*------------------------------------------------------------------------------------------------ ▼ .photo --*/

.photos {
	display: flex;
	margin: 30px 0 100px;
	
	a {
		width: calc((100% - 30px) / 3);
		margin-right: 15px;
		aspect-ratio: 16 / 12;
		background-position: center;
		background-size: cover;
	}
	
	a:nth-child(3n) {
		margin-right: 0;
	}
}

/*------------------------------------------------------------------------------------------------ ▼ #points --*/

#points {		
    th, td {
		padding: 10px 15px;
        border: 1px solid #ccc;
		background: #fff;
    }

    th {
        width: 200px;
		background: #eee;
		font-size: 16px;
    }

	td {
		width: calc(100% - 200px);
		font-size: 16px;
	}
}

/*------------------------------------------------------------------------------------------------ ▼ .price-list --*/

#price-list {
	thead {
		background: #eee;
	}
	
	tbody {
		background: #fff;
	}
	
	th, td {
		border: 1px solid #ccc;
		text-align: center;
	}
	
	th {
		width: 18%;
		padding: 10px 0;
		font-size: 14px;
		
	}
	
	td {
		width: 32%;
	}
	
}

/*------------------------------------------------------------------------------------------------ ▼ #slider --*/

@media all {
/*
#slider-main {
	aspect-ratio: 16 / 9;
	border-radius: var(--border-radius-light);
	background-position: center;
	background-size: cover;
}

#slider-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	background: #f0f0f0;
}

#slider-list a {
	width: calc((100% - 4px) / 6);
	aspect-ratio: 16 / 12;
	cursor: pointer;
	background-position: center;
	background-size: cover;
}

#slider-list a:nth-child(n + 2):not(:nth-child(5n + 1)) {
	margin-left: 1px;
}

#slider-list a:nth-child(n + 7) {
	margin-top: 15px;
}

@media (width <= 767px) {
	#slider-main {
		border-radius: 0;
	}
	
	#slider-list {
		margin-top: 5px;
	}
}


.overview-title {
	font-size: 32px;
}

@media (width <= 767px) {
	.overview-title {
		font-size: 24px;
	}
}

.overview-price {
	display: flex;
}

.overview-price div {
	font-family: Helvetica-M;
	font-size: 50px;
	color: #f80;
}

.overview-price .low::after {
	content: '～';
	padding: 0 15px;
	font-size: 36px;
	color: #444;
}

.overview-price div span {
	padding-left: 5px;
	font-family: NotoSans-B;
	font-size: 24px;
	color: #444;
}


.overview-point {
	margin: 30px 0 15px;
	background: url(/asset/image/tour/point2.png) no-repeat left center / contain;
}

.overview-point div {
	padding-left: 60px;
	line-height: 50px;
	font-size: 24px;
	color: #090;
}

.overview-point div::before {
	content: '＼';
}

.overview-point div::after {
	content: '／';
}

.point {
	padding-bottom: 30px;
	border-bottom: 1px dashed #ccc;
}

.overview-tag {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ccc;
}

.overview-tag a {
	margin: 10px 15px 0 0;
	padding: 5px 0px 3px;
	border: 0px solid #f90;
	border-radius: 9999px;
	font-size: 18px;
	font-family: YuGo-M;
	color: #f90;
	color: #aaa;
}

.overview-tag a::before {
	content: '#';
}

.overview-tag a:nth-child(n + 2) {
	
}

@media (width <= 767px) {
	.overview-tag a {
		margin: 10px 6px 0 0;
		font-size: 14px;
	}
}
	*/
}

/*------------------------------------------------------------------------------------------------ ▼ .tab-menu, .tab-menu-bottom --*/

@media all {
	.tab-menu,
	.tab-menu-bottom {
		display: flex;
		justify-content: center;
		margin: 50px 0;

		div {
			padding: 15px 50px;
			border: 1px solid var(--color-theme);
			background: var(--color-theme);
			background: #eee;
			color: var(--color-theme);
			cursor: pointer;
		}

		div:nth-child(n + 2) {
			margin-left: 5px;
		}

		div.active {
			background: #fff;
			color: var(--color-theme);
		}

		@media (hover: hover) and (pointer: fine) {
			div {
				transition: -var(--transition);
			}

			div:hover {
				border-color: var(--color-theme) !important;
				background: var(--color-theme);
				color: #fff;
			}
		}
	}

	.tab-menu {
		border-bottom: 1px solid var(--color-theme);

		div {
			margin-bottom: -1px;
			border-bottom: 1px solid var(--color-theme);
			border-radius: 0px 15px 0 0;
		}
		
		div.active {
			border-bottom-color: #fff;
		}
	}

	.tab-menu-bottom {
		border-top: 1px solid var(--color-theme);

		div {
			margin-top: -1px;
			border-radius: 0 0 15px 5px;
		}
		
		div.active {
			border-top-color: #fff;
		}
	}
}

/*------------------------------------------------------------------------------------------------ ▼ #tour-title --*/

#tour-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	font-size: 40px;
	font-family: Helvetica-M;
}

/*------------------------------------------------------------------------------------------------ ▼ .detail --*/

table.tour {
	width: 100%;

	table.tour tr {
		border-top: 1px solid #ccc;
	}

	table.tour th,
	table.tour td { 
		padding: 30px;
	}

	table.tour th {
		width: 300px;
		background: #f6f6f6;
	}

	table.tour td {
		width: calc(100% - 300px);
	}
}

/*------------------------------------------------------------------------------------------------ ▼ .schedule --*/

table.schedule {
	width: 100%;
}

.tour-body table.schedule:not(:first-child) {
	margin-top: 75px;
}

table.schedule tr {
	border-top: 1px solid #ccc;
}

table.schedule th {
	padding: 15px 0;
	text-align: center;
	background: #ddf;
}

table.schedule td {
	padding: 15px;
}

table.schedule th,
table.schedule td {
	border: 1px solid var(--color-theme);
	font-size: 18px;
}

table.schedule .mark {
	width: 60px;
	padding: 10px;
}

table.schedule .place {
	width: 250px;
}

table.schedule .time {
	width: 100px;
	text-align: center;
}

table.schedule .body {
	width: calc(100% - 710px);
}

table.schedule .note {
	width: 300px;
}

.summary-title::before {
	content: '＜';
}

.summary-title::after {
	content: '＞';
}

ul.summary {
	display: flex;
}

ul.summary li:nth-child(n + 2) {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #ccc; 
}









































