@charset "utf-8";
#itineraries{
	/* margin: 0 auto; */
	padding: 0rem 0 16rem;

	@media (width <= 767px) {/* SP */
		padding: 3.2rem 0 10rem;
	}
	.pageCnt{
		margin: 20rem auto 0;

		@media (width > 767px) {/* PC */
			/* width: 120rem; */
		}
		@media (width <= 767px) {/* SP */
			/* width: 33rem; */
			margin-top: 8rem;
		}
		.list{
			margin-left: auto;
			margin-right: auto;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			@media (width > 767px) {/* PC */
				gap: 9.5rem 0;
				width: 120rem;
			}
			@media (width <= 767px) {/* SP */
				gap: 6rem;
				width: 33rem;
			}
			li{
				@media (width > 767px) {/* PC */
					width: 52.8rem;
					padding-left: 3.3rem;
				}
			}
			.th{
				display: block;
				position: relative;
				width: 100%;
				.th__txtarea{
					display: flex;
					flex-direction: column;
					align-items: flex-start;
					@media (width > 767px) {/* PC */
						margin-top: 3.3rem;
						adding-left: 1rem;
					}
					@media (width <= 767px) {/* SP */
						margin-top: 2.5rem;
					}
				}
				.th__date{
					line-height: 1;
					border-bottom: solid 1px var(--cc-red);
					padding-bottom: .8rem;
					letter-spacing: .12em;
					font-size: 1.5rem;
					margin-bottom: 1.5rem;
				}
				.th__ttl{
					font-family: var(--ff-zen);
					font-weight: 500;
					line-height: 1.5;
					letter-spacing: .1em;
					font-size: 2.2rem;
					@media (width <= 767px) {/* SP */
						line-height: 1.5;
						font-size: 1.8rem;
						letter-spacing: .1em;
					}
				}
				.th__txt{
					color: var(--cc-gray-text);
					letter-spacing: .12em;
					line-height: 1.8;
					font-size: 1.4rem;
					overflow: hidden;

					margin-top: 2.5rem;
					@media (width <= 767px) {/* SP */
						display: -webkit-box;
						-webkit-line-clamp: 3;
						-webkit-box-orient: vertical;
						font-size: 1.6rem;
						margin-top: 1.6rem;
					}
				}
				.th__tag{
					position: absolute;
					color: var(--cc-red);
					font-family: var(--ff-avenir);

					line-height: 1;
					letter-spacing: .12em;
					font-size: 1.4rem;
					top: 0;
					transform: rotate(90deg);
                    transform-origin: left top;
					white-space: nowrap;
					@media (width > 767px) {/* PC */
						left: -.8rem;
					}
					@media (width <= 767px) {/* SP */
						left: 34.6rem;
						font-size: 1.2rem;
					}
				}
			}
		}

		.imgList{
			display: flex;
			justify-content: center;
			margin-top: 16rem;
			@media (width <= 767px) {/* SP */
				flex-wrap: wrap;
				margin-top: 8rem;
			}
			li{
				@media (width > 767px) {/* PC */
					width: 25%;
				}
				@media (width <= 767px) {/* SP */
					width: 50%;
				}
				img{
					width: 100%;
				}
			}
		}
	}
}
