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

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

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

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

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

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

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

.pc {
	display: block;
}

.sp {
	display: none;
}

/* keyvisual */
.keyvisual {
	position: relative;
	background-image: url(../images/kv_BP25-045791D_BP24-039795D.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 500px;
	margin: 0 auto;
}


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


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

.Sec__seo p {
	max-width: 960px;
	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:250px;
	object-fit: cover;
	object-position: 50% 50%;
}
.Contents__item figure img[src="/tc/autumn/images/00000-ALLUP-363550.jpg"]{
	object-position: 50% 100%;
}

.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;
	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-direction: column;
	gap:1.5rem;
	margin-top:auto;
	padding: 0 20px 15px;
}

.item-btn.yoko{
	flex-direction:row;
	gap:0.8rem;
}

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

.item-btn li.osa{
	border-left: 10px solid #F94B4B;
}

.item-btn li.kyo{
	border-left: 10px solid #F4C52F;
}

.item-btn li.tyo {
	border-left: 10px solid #2BCC6C;
}

.item-btn li.ngo {
	border-left: 10px solid #59b0d4;
}

.item-btn li.fuk {
	border-left: 10px solid #926fdd;
}

.item-btn li.spk {
	border-left: 10px solid #97c659;
}

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

.item-btn li a{
	display: block;
    position: relative;
    padding: 1rem 4rem 1rem 1.5rem;
    color: #fff;
    width: 100%;
    font-size: 16px;
    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: 13px;
}

.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.6rem 1.3rem 0.6rem 0.6rem;
	font-size:13px;
}

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

.Anc_list{
	display:flex;
	gap:16px;
	padding-top:88px;
	flex-wrap: wrap;
}

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

.Anc_list li a {
	position:relative;
	width: 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 a::before {
	content: '';
	display: inline-block;
	width: 28px;
    height: 28px;
    margin-right: 8px;
    vertical-align: -7px;
	background: url(../images/icn.svg) no-repeat center / contain;
}

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

.Anc_list li a::after{
	content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 40px;
    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 {
	position: relative;
	margin: 50px 0 0;
	padding: 16px;
	color: var(--accent-color);
	font-size: 21px;
	font-weight: 600;
	background: white;
}

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

.Heading__h4 span {
	position: absolute;
	right: 16px;
	bottom: 16px;
	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;
}

@media screen and (max-width: 768px){
	.keyvisual.pc {
		display: block !important;
		height: 400px;
	}

	.keyvisual__title {
		width: 280px;
		top: 59px;
	}

	.keyvisual__title::before {
		width: 336px;
		height: 336px;
	}

	.keyvisual__title::after {
		width: 314px;
		height: 314px;
	}

	.keyvisual::before {
		bottom: -50px;
		transform: translateX(-360px);
	}

	.Sec__contents::before {
		width: 182px;
        height: 124px;
	}
	
	.Sec__contents::after {
		width: 182px;
        height: 124px;
	}

	.Group__contents-items {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		padding: 50px 20px;
	}

	.Contents__item {
		width: calc((100% / 2) - 8px);
	}
	.Contents__item figure{
		/* align-items:flex-start; */
	}
	.Contents__item figure img{
		height:25.13vw;
	}
	.Anc_list{
		flex-direction: column;
		margin-bottom: 40px;
		padding:20px 20px 0;
	}
	.Heading__h4 {
		padding: 16px;
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.Block__information{
		flex-wrap:wrap;
	}
	.Departure{
		width: 100%;
		margin-bottom:0.5rem;
	}
	.Icons{
		flex-wrap:wrap;
	}
	.Icon{
		white-space: nowrap;
	}
	.Anc_list li{
		width: 100%;
		background-position: 5% 50%;
	}
	.Heading__h4::after{
		left: 3.5rem;
	}
	.Contents__item figure{
		/* height:200px; */
	}
	.copyr p{
		bottom: 10px;
	}

	.item-btn.yoko{
		flex-direction:column;
	}
	.item-btn.yoko li{
		width:100%;
	}
	.item-btn li a span{
		display:block;
	}
	.Heading__h4 span{
		position: static;
		display: block;
		font-size: 12px;
		margin-top: 5px;
	}

}

@media screen and (max-width: 500px){
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.keyvisual.pc {
		display: none !important;
	}

	.keyvisual.sp {
		display: block;
		background-image: none;
		width: auto;
		height: auto;
	}

	.keyvisual.sp h2 img {
		width: 100%;
		height: 100%;
	}

	.keyvisual::before {
		bottom: -50px;
		transform: translateX(-210px);
		width: 130px;
	}

	.keyvisual::after {
		transform: translateX(130px);
	}

	.Sec__seo p {
		font-size: 14px;
		padding: 18px;
	}

	.Heading__h3 {
		font-size: 24px;
		padding-top: 105px;
	}

	.Heading__h3:before {
		bottom: -18px;
		font-size: 12px;
	}

	.Heading__h3:after {
		background-image: url(../images/Deco__heading-sp.png);
		width: 363px;
		height: 80px;
	}
	
	.Sec__contents {
    background-position: top -30px left 0, top;
	}
	
	.Anc_list {
		/* padding-top: 70px; */
	}

	.Sec__contents::before {
		width: 158px;
        height: 90px;
		transform: translateX(-130px);
		
	}
	
	.Sec__contents::after {
		width: 158px;
        height: 90px;
		transform: translateX(130px);
		
	}

	.Group__contents-items {
		padding: 20px 20px 50px;
	}

	.Contents__item {
		width: 100%;
	}
	.Contents__item figure img{
		height:47.2vw;
	}
	.copyr p{
		bottom: 5px;
	}
	.item-btn.yoko li a{
		padding-left:1.6rem;
	}
	.item-btn.yoko li a::after{
		right:16px;
	}
	.Heading__h4 span{
		text-indent:0;
	}
	.Anc_list li{
		background-size:16%;
	}
	.Anc_list li a::after{
		right: 20px;
	}
	.Anc_list li a{
		display:flex;
		align-items:center;
		justify-content: center;
		height:100%;
	}
}
