@charset "UTF-8";
/* CSS Document */

/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap");

img {
	width: 100%;
	height: auto;
}

main {
	font-family: "Noto Sans JP", "Noto Sans TC", sans-serif;
	font-weight: 700;
	--accent-color: #67170d;
}

main p {
	margin: 0;
	padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin: 0;
}

.Common_inner {
	position: relative;
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* .pc {
	display: block;
}

.sp {
	display: none;
} */

/* keyvisual */

.keyvisual.sp {
	display: none;
}
.keyvisual {
	position: relative;
	background-image: url(../images/kv_BP23-033482D.jpg);
	background-repeat: no-repeat;
	background-position: 50% 77%;
	background-size: cover;
	width: 100%;
	height: 500px;
	/* margin-bottom: 37.5px; */
	margin: 0 auto;
}
.keyvisual__title {
	position: absolute;
	inset: 27% 50% auto;
	width: 560px;
	transform: translate(-50%);
}
/* .keyvisual__title img[src="https://traveltojapan-test.hankyu-travel.com/jp/autumn_leaves/images/tc_tittle.png"] {
	position: absolute;
	inset: 27% 50%;
	width: 560px;
	transform: translate(-50%);
} */

h3 {
	display: block;
	font-family: serif;
	font-weight: 500;
	color: #fcf1e8;
	font-size: 34px;
	letter-spacing: 0.09em;
	line-height: 1.4;
	text-align: center;
	padding: 70px 0 20px;
	position: relative;
	margin: 0 auto 40px;
}
h3::after {
	content: "";
	display: block;
	width: 300px;
	height: 2px;
	background-image: linear-gradient(90deg, #e38e89, transparent);
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.brsp {
	display: none;
}

/* --------- Sec__spot --------- */
.Sec__spot {
	position: relative;
	background-image: url(../images/deco.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
	background-position: top -30px left 0;
}
.spot_box02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px 30px;
	padding-bottom: 50px;
}
.spot_box02 .spot .spot_details {
	display: flex;
	justify-content: space-between;
	width: 321px;
	height: 100%;
	flex-direction: column;
	gap: 20px;
}
.spot_box02 .spot .spot_details .spot__photo {
	position: relative;
	width: 321px;
	height: auto;
	overflow: hidden;
}
.spot_ttl {
	text-align: center;
	font-family: serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1;
	color: #fff;
	margin: 20px 0 12px;
}
/* .spot_ttl span {
	font-size: 15px;
	color: #fad0cd;
	margin-left: 5px;
} */
.spot_txt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #fff;
}
.spot .best_time {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #faf27d;
	margin-top: 10px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.spot .best_time span {
	font-size: 13px;
	color: #fff;
	margin-right: 10px;
}
.spot_btn02 .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	background-color: #728742;
	border: 1px solid #728742;
	font-family: serif;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 13px 10px 0;
	text-align: center;
	position: relative;
	box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s;
	margin: 20px auto 0;
}
.spot_btn02:first-child .btn {
	margin-top: 0;
}
.spot_btn02 .btn::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	right: 10px;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.spot_btn02 .btn::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	right: 16px;
	border-top: 1px solid #728742;
	border-right: 1px solid #728742;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}
.spot_btn02 .btn:hover {
	opacity: 0.8;
}
/* .spot_btn_Wrap:first-of-type {
	margin: 0 auto;
} */

/* --------- Sec__contents --------- */
.Sec__contents {
	position: relative;
	background-image: url(../images/deco.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
	background-position: top 0 left 0;
}

.Heading__h3 {
	position: relative;
	font-size: 28px;
	color: #fff;
	text-align: center;
	width: auto;
	height: 135px;
	padding-top: 100px;
}

.Heading__h3:before {
	content: "TOUR";
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	font-weight: 900;
}

.Group__contents-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 30px;
	grid-row-gap: 50px;
	padding: 50px 0;
}

.Contents__item {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	width: calc((100% / 3) - 20px);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.Contents__item figure {
	/* display:flex;
	align-items: center;
	overflow:hidden; */
}
.Contents__item figure img {
	width: 100%;
	height: 267px;
	object-fit: cover;
	object-position: 50% 50%;
}

.Title {
	font-size: 16px;
	line-height: 1.6;
	padding: 15px 20px 0;
	color: #333;
}

.Block__information {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
	padding: 15px 20px 0;
}

.Icons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
}

.Icon {
	border-radius: 5px;
	padding: 3px 10px;
	background: #00a1e8;
	color: #fff;
}

.nowrapIcns .Icon {
	white-space: nowrap;
}

.Departure {
	font-size: 14px;
	color: #999;
}

.Charge {
	font-size: 20px;
	color: #db2100;
	text-align: right;
	/*margin-top: auto;*/
	padding: 0 20px 15px;
}

.Charge span {
	font-size: 14px;
	color: #999;
	margin-left: 5px;
}

.item-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: auto;
	padding: 0 20px 15px;
}

.item-btn.yoko {
}

.item-btn li {
	border-radius: 5px;
	background: #000;
}

.tour-block:nth-of-type(1) .item-btn li {
	border-left: 10px solid #f94b4b;
}

.tour-block:nth-of-type(2) .item-btn li {
	border-left: 10px solid #2bcc6c;
}

.tour-block:nth-of-type(3) .item-btn li {
	border-left: 10px solid #59b0d4;
}

.tour-block:nth-of-type(4) .item-btn li {
	border-left: 10px solid #926fdd;
}

.tour-block:nth-of-type(5) .item-btn li {
	border-left: 10px solid #97c659;
}

.tour-block:nth-of-type(6) .item-btn li {
	border-left: 10px solid #f4c52f;
}

.item-btn.yoko li {
	width: calc((100% - 0.5rem) / 2);
}

.item-btn li a {
	display: block;
	position: relative;
	color: #fff;
	width: 100%;
	line-height: 1.6;
}

.item-btn li a span {
	font-size: 18px;
	line-height: 1.6;
	padding-right: 1rem;
}

.item-btn.yoko li a span {
	display: block;
	padding-right: 0;
	font-size: 15px;
}

.item-btn.yoko li a span span {
	display: inline;
	font-size: 14px;
}

.item-btn li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid rgba(255, 255, 255, 1);
	border-right: 2px solid rgba(255, 255, 255, 1);
	transform: translateY(-50%) rotate(45deg);
}

.item-btn.yoko li a {
	height: 100%;
	padding: 0.3rem 1rem 0.3rem 0.3rem;
	font-size: 13px;
}

.item-btn.yoko li a::after {
	right: 6px;
	width: 8px;
	height: 8px;
}

.Anc_list {
	display: flex;
	gap: 17px;
	/* padding-top: 88px; */
	flex-wrap: wrap;
}

.Anc_list li {
	width: 330px;
	border: 1px solid var(--accent-color);
	background-color: #fff;
}

.Anc_list li a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	color: var(--accent-color);
	font-size: 18px;
	text-align: center;
	padding: 18px 30px 18px 18px;
	transition: all 0.25s;
}

.Anc_list li span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.Anc_list li span::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 8px;
	vertical-align: -5px;
	background: var(--icon-url, url(../images/icn.svg)) no-repeat center / contain;
	flex-shrink: 0;
}
.Anc_list li span.no-icon::before {
	display: none !important;
}

.Anc_list li a:hover {
	opacity: 0.7;
	color: var(--accent-color);
}

.Anc_list li a::after {
	content: "";
	position: absolute;
	top: calc(50%);
	right: 15px;
	display: block;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(135deg);
	transition: all 0.5s;
	border-top: 2px solid var(--accent-color);
	border-right: 2px solid var(--accent-color);
}

.Heading__h4 {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 0.5rem;
	margin: 50px 0 0;
	padding: 16px;
	color: var(--accent-color);
	font-size: 21px;
	font-weight: 600;
	background: white;
}

.Heading__h4 h4::before {
	content: "";
	display: inline-block;
	width: 27px;
	height: 27px;
	margin-right: 8px;
	vertical-align: -4px;
	background-image: var(--icon-url, url(../images/icn.svg));
	background-repeat: no-repeat;
	background-size: cover;
}
.Heading__h4 h4.no-icon::before {
	display: none !important;
}

.Heading__h4 p {
	color: #333;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.3;
}

.copyr {
	position: relative;
}

.copyr p {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
	color: #fff;
}
.copyr2 {
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	padding: 5px 5px 0;
}
.Contents__item figure.fl_st {
	align-items: flex-start;
}
.other_link {
	width: 100%;
	text-align: right;
}
.other_link a {
	display: inline-block;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	background-color: white;
	padding: 16px;
	border: 1px solid #333;
}

/* --------- Sec__blog --------- */
.Sec__blog {
	position: relative;
	background-image: url(../images/deco.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
	background-position: top -30px left 0;
}
.Blog__notice {
	font-size: 12px;
	font-weight: 500;
	color: #fcf1e8;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 1rem;
}
.brSp {
	display: none;
}
.tabiBlog {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.blog_box_parrent {
	position: relative;
	background-color: #fff;
	width: calc(98% / 2);
	height: 177px;
	padding: 15px;
	box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s;
	cursor: pointer;
}
.tabiBlogTmp {
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.tabiBlogTmp .photo {
	overflow: hidden;
	width: 196px;
	height: 147px;
	margin-right: 15px;
}
.tabiBlogTmp .photo img {
	width: 100%;
}
.tabiBlogTmp .text {
	position: relative;
	width: 255px;
}
.blog_box .text .day {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #e06353;
	margin-bottom: 5px;
}
.blog_box .text .ttl {
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	font-size: 16px;
	font-weight: 500;
}
.blog_box .text .pref {
	display: inline-block;
	background-color: #f7f7f7;
	padding: 5px 15px;
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: 0;
	right: 0;
}

.blog_box_parrent a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.link__btn01 {
	margin: 10px auto 0;
	padding-bottom: 80px;
}
.link__btn01 a {
	display: block;
	width: 530px;
	background-color: #728742;
	border: 1px solid #728742;
	/* font-family: "Noto Serif JP", serif; */
	font-family: serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
	transition:
		background-color 0.3s,
		transform 0.3s;
}
.link__btn01 a::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.link__btn01 a::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	right: 26px;
	border-top: 1px solid #728742;
	border-right: 1px solid #728742;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}
.link__btn01 a:hover {
	opacity: 0.8;
}
