@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: #277605;
}
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: inherit;
}
.sp {
	display: none;
}
@media screen and (max-width: 500px){
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
}

/* keyvisual */

.keyvisual {
	position: relative;
	background-image: url(/tc/summer/images/bg_img.jpg);
	background-repeat: no-repeat;
	background-position: center 80%;
	background-size: cover;
	width: 100%;
	height: 500px;
	margin: 0 auto;
}

.keyvisual__title {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 460px;
	height: 460px;
}

@media screen and (max-width: 960px){
	.keyvisual.pc {
		display: inherit !important;
		height: 400px;
	}
	.keyvisual__title {
		top: 4vw;
        width: 400px;
        left: 27vw;
    }
}
@media screen and (max-width: 768px){
	.keyvisual__title {
		top: 5vw;
        left: 33vw;
    }
}
@media screen and (max-width: 550px){
	.keyvisual__title {
		top: 5vw;
        left: 39vw;
    }
}
@media screen and (max-width: 500px){

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

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

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

/* Sec_seo */
.Sec__seo {
	background: linear-gradient(to right, #1882ab, #0c3f76);
}

.Sec__seo p {
	max-width: 800px;
	width: 100%;
	font-size: 16px;
	line-height: 1.6;
	color: white;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	z-index: 1;
	@media screen and (max-width: 768px){
		padding: 2vw;
		max-width: 100%;
	}
}

@media screen and (max-width: 768px){
	.Sec__seo p::after {
		width: 15vw;
		inset: auto 0 -3vw;		
	}
}
@media screen and (max-width: 500px){

}
/* Sec__contents */
.Sec__contents {
	position: relative;
	background-image:  url(/tc/summer/images/bg.jpg);
	background-repeat: repeat;
	background-position: top;
}

.Sec__contents::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 748px;
	height: 263px;
	transform: translateX(-200px);
	/* background: url(/tc/summer/images/Sec__contents__deco.png) no-repeat center / contain; */
}

@media screen and (max-width: 768px){
	.Sec__contents::before {
		width: 638px;
		height: 224px;
	}
}
@media screen and (max-width: 500px){
	.Sec__seo p {
		font-size: 14px;
		padding: 15px;
	}
	.Sec__contents::before {
		width: 568px;
		height: 200px;
	}
}


.Heading__h3 {
	position: relative;
	font-size: 28px;
	color: var(--accent-color);
	text-align: center;
	width: auto;
	height: 135px;
	padding-top: 90px;
}

.Heading__h3:before {
	content: "TOUR";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	font-weight: 900;
}
@media screen and (max-width: 500px){
	.Heading__h3 {
		font-size: 24px;
		padding-top: 65px;
	}

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

	.Heading__h3:after {
		background-image: url(/tc/summer/images/Deco__heading-sp.png);
		width: 363px;
		height: 80px;
	}
}

.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: 0;
	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 > * {
	z-index: inherit;
}
.Contents__item:before  {
	content:'';
	position: absolute;
	height: 124%;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	top: -50px;
	width: 24vw;
	max-width: 550px;
}
.Contents__item:nth-of-type(6n + 3):before /* 奇数かつ3の倍数 */ {
	background-image: url(/tc/summer/images/hanabi01.png);
	margin-left: calc(100% - 50vw);
	left: 0;
}
.Contents__item:nth-of-type(1):before {
	background-image: url(/tc/summer/images/hanabitopl.png);
	margin-left: calc(100% - 50vw);
	left: 0px;
	top: -122px;
    width: 21vw;
}
.Contents__item:nth-of-type(6n):before /* 偶数かつ3の倍数 */ {
	background-image: url(/tc/summer/images/hanabi02.png);
	margin-right: calc(100% - 55vw);
	right: 0;
}
.Contents__item:nth-of-type(2):before {
	background-image: url(/tc/summer/images/hanabi_topr.png);
	margin-right: calc(100% - 50vw);
	right: 0;
	top: -90px;
}
.Contents__item:nth-last-child(2):before {
	background-image: url(/tc/summer/images/hanabitopl.png);
    margin-right: calc(100% - 50vw);
    margin-left: calc(100% - 50vw);
}
@media screen and (max-width: 1000px){
	.Contents__item:before  {
		top: 5vw;
	}	
	.Contents__item:nth-of-type(1):before {
		top: -18vw;
	}
	.Contents__item:nth-of-type(2):before {
		top: -9vw;
	}
}
@media screen and (max-width: 500px){
	.Contents__item:nth-of-type(1):before,
	.Contents__item:nth-of-type(2):before,
	.Contents__item:before  {
		top: -15px;
	}	
	.Contents__item:nth-of-type(odd):before {
		background-image: url(/tc/summer/images/hanabi01.png);
        margin-left: -50px;
        left: 0;
        width: 24vw;
		top: -48px;
	}
	.Contents__item:nth-of-type(even):before {
		background-image: url(/tc/summer/images/hanabi02.png);
        margin-right: -51px;
		right: 0;
		top: -48px;
	}
	.Contents__item:nth-of-type(1):after {
		content:'';
		position: absolute;
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: -1;
		background-image: url(/tc/summer/images/hanabi_topr.png);
        margin-left: calc(100% - 50vw);
        width: 30vw;
        left: 32vw;
        top: -15vw;
	}
}


.Contents__item figure{
	display:flex;
	align-items: center;
	/* overflow:hidden; */
	position: relative;
}

.Contents__item figure img{
	height:250px;
	width:100%;
	object-fit: cover;
	object-position: 50% 50%;
}
/* 画像個別の位置調整_start */
.Contents__item figure img[src="/tc/summer/images/00000-ALLUP-360093.jpg"]{
	object-position: 50% 100%;
}
.Contents__item figure img[src="/tc/summer/images/00000-ALLUP-334030.jpg"]{
	object-position: 50% 100%;
}
.Contents__item figure img[src="/tc/summer/images/00000-BP25-00854.jpg"]{
	object-position: 50% 20%;
}
.Contents__item figure img[src="/tc/summer/images/00056-BL18--00038.jpg"],
.Contents__item figure img[src="/tc/summer/images/00831-EBP15-00486.jpg"]{
	object-position: 50% 90%;
}
.Contents__item figure img[src="/tc/summer/images/00831-EBP15-00483.jpg"]{
	object-position: 50% 20%;
}
/* 画像個別の位置調整_end */

/* 画像個別の要クレジット_start */
.Contents__item figure:has(img[src="/tc/summer/images/SP24-065438D.jpg"])::after {
	content: '©公益財団法⼈ ⽇本相撲協会';
	position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 12px;
    color: #fff;
	text-shadow: 
	-1px -1px 2px rgba(0, 0, 0, 0.9),
	1px 1px 2px rgba(0, 0, 0, 0.9),
	-1px 1px 2px rgba(0, 0, 0, 0.9),
	1px -1px 2px rgba(0, 0, 0, 0.9)
	;
}
/* 画像個別の要クレジット_end */

.Contents__item figure.fl_st{
	align-items:flex-start;
}
@media screen and (max-width: 1000px){
	.Group__contents-items {
		padding: 5vw 2.6vw;
	}
}
@media screen and (max-width: 768px){
	.Group__contents-items {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
	}

	.Contents__item {
		width: calc((100% / 2) - 8px);
	}
	.Contents__item figure{
		align-items:flex-start;
	}
	.Contents__item figure img{
		height:200px;
	}
}
@media screen and (max-width: 500px){
	.Group__contents-items {
		padding: 20px 20px 50px;
	}

	.Contents__item {
		width: 100%;
	}
	.Contents__item figure img{
		height:auto;
	}
}



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

.Block__information {
	display: flex;
	justify-content: flex-end;
	padding: 15px 20px;
	background-color: inherit;
}
.Icons {
	display: flex;
	gap:7px;
	align-items: center;
	background-color: inherit;
}
.Icon{
	border-radius: 5px;
	padding: 3px 10px;
	background:#0f4988;
	color:#fff;
}

.Departure {
	font-size: 14px;
	color: #999;
}
@media screen and (max-width: 768px){
	.Block__information{
		flex-wrap:wrap;
	}
	.Icons{
		flex-wrap:wrap;
	}
	.Icon{
		white-space: nowrap;
	}
	.Anc_list li{
		width: 100%;
		background-position: 5% 50%;
	}
	.Departure{
		width: 100%;
		margin-bottom:0.5rem;
	}
}

.nowrapIcns .Icon{
	white-space:nowrap;
}
.Charge {
	font-size: 20px;
	color: #db2100;
	text-align: right;
	/*margin-top: auto;*/
	padding: 0 20px 15px;
	background-color: inherit;
}
.Charge span {
	font-size: 14px;
	color: #999;
	margin-left: 5px;
}

.item-btn{
	display:flex;
	flex-direction: column;
	gap:1.5rem;
	margin-top:auto;
	margin-bottom: 0;
	padding: 0 20px 25px;
	flex-wrap: wrap;
	background-color: inherit;
}

.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.fuk{
	border-left: 10px solid #F4C52F;
}
.item-btn li.ngo{
	border-left: 10px solid #f43fff;
}

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

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

.item-btn.yoko li{
	/* width:calc(97%/3); */
	width:calc(97%/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 .btn_txt{
	font-size:18px;
	line-height:1.4;
	padding-right:1rem;
}

.item-btn.yoko li a .btn_txt{
	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;
}
.btn_txt02{
	font-size:13px;
}

.item-btn.yoko li a::after{
	right: 6px;
    width: 8px;
    height: 8px;
}
@media screen and (max-width: 768px){
	.item-btn.yoko{
		flex-direction:column;
	}
	.item-btn.yoko li{
		width:100%;
	}
	.item-btn li a .btn_txt{
		display:block;
	}
}
@media screen and (max-width: 500px){
	.item-btn.yoko li a{
		padding-left:1.6rem;
	}
	.item-btn.yoko li a::after{
		right:16px;
	}
}

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

.Anc_list li {
	width: calc(100%/2);
    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: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: -2px;
	background: url(/tc/summer/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);
}
@media screen and (max-width: 768px){
	.Anc_list{
		flex-direction: column;
		margin-bottom: 40px;
		padding:40px 20px 0;
	}
}
@media screen and (max-width: 500px){
	.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%;
	}
}


.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(/tc/summer/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;
}
@media screen and (max-width: 768px){

	.Heading__h4 {
		padding: 16px;
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.Heading__h4::after{
		left: 3.5rem;
	}
	.Heading__h4 span{
		position: static;
		display: block;
		font-size: 12px;
		margin-top: 5px;
	}
}
@media screen and (max-width: 500px){
	.Heading__h4 span{
		text-indent:0;
	}
}

.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;
}
@media screen and (max-width: 768px){
	.copyr p{
		bottom: 10px;
	}
}
@media screen and (max-width: 500px){
	.copyr p{
		bottom: 5px;
	}
}


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





.backtop{
	font-size: 1rem;
}
@media screen and (max-width: 768px){
	.backtop{
		font-size: 0.8rem;
	}
}