@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: #3c5472;
}

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_BP25-014118D.jpg);
	background-repeat: no-repeat;
	background-position: 50% 77%;
	background-size: cover;
	width: 100%;
	height: 500px;
	/* margin-bottom: 37.5px; */
	margin: 0 auto;
}
/* .keyvisual::after {
	content: "";
	position: absolute;
	background-image: url(../images/mv_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 37.5px;
	left: 0;
	bottom: -37.5px;
} */

.keyvisual__title {
	position: absolute;
	inset: 0px 50% auto;
	width: 1024px;
	transform: translate(-50%);
}

/* Sec_seo */
.Sec__seo {
	background-color: #8d0096;
}

.Sec__seo p {
	max-width: 1024px;
	width: 100%;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	color: white;
	margin: 0 auto;
	padding: 24px 0;
}

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

.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: 40px;
	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% / 2) - 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: url(../images/icn.svg) no-repeat center / contain;
	flex-shrink: 0;
}

.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: url(../images/icn.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.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;
}
