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

:root {
	--page--color01: #b9a560;
}

.Heading__h3__wrapper {
	position: relative;
	text-align: center;
}

.Heading__h3 {
	position: relative;
	font-size: 32px;
	font-family: "RocknRoll One", sans-serif;
	color: var(--main-color);
}

/* .Heading__h3::before,
.Heading__h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
}

.Heading__h3::before {
	left: 40px;
	background-image: url(/attending/kokunai/event/common/images/deco__fireworks01.png);
	width: 180px;
	height: 183px;
}

.Heading__h3::after {
	right: 40px;
	background-image: url(/attending/kokunai/event/common/images/deco__fireworks02.png);
	width: 146px;
	height: 148px;
} */

.Heading__h3__inner {
	position: relative;
	display: inline-block;
	background: #fff;
	border: 1px solid var(--main-color);
	padding: 4px 16px;
	z-index: 1;
}

.Heading__h3__inner:not(:last-child) {
	margin-bottom: 5px;
}

.Heading__h3__inner::before,
.Heading__h3__inner::after {
	content: "";
	position: absolute;
	top: -1px;
	background: #fff;
	border: 1px solid var(--main-color);
	width: 10px;
	height: calc(100% + 2px);
}
.Heading__h3__inner::before {
	left: -10px;
}
.Heading__h3__inner::after {
	right: -10px;
}

/* .Heading__h3__inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #254d7c;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.Heading__h3__inner::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	background-color: #b9a560;
	border: solid 1px #254d7c;
	width: 100%;
	height: 100%;
	z-index: -2;
} */

/* .Deco__none::before,
.Deco__none::after {
	content: none;
} */

.Heading__h4__wrapper {
	text-align: center;
}

.Heading__h4--text {
	position: relative;
	font-size: 32px;
	font-weight: var(--bold);
	line-height: 1.2;
	color: var(--main-color);
}

.Heading__h4--text::before {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(/attending/kokunai/event/common/images/deco__heading03.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 105px;
	height: 52px;
	font-size: 12px;
	font-family: "Lato", sans-serif;
	color: #fff;
	padding-bottom: 10px;
}

.Heading__h4__inner {
	position: relative;
	display: inline-block;
}

.Heading__h4__inner::before,
.Heading__h4__inner::after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	background-image: url(/attending/kokunai/event/common/images/deco__heading04.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 105px;
	height: 53px;
}

.Heading__h4__inner::before {
	left: -125px;
	transform: translateY(-50%);
}

.Heading__h4__inner::after {
	right: -125px;
	transform: translateY(-50%) scaleX(-1);
}

/* =================================
keyvisual
================================= */
.Keyvisual__titleh2 {
	width: 495px;
	height: 471px;
}

.Takayama .Keyvisual {
	background-image: url(/attending/kokunai/event/takayama/images/img__keyvisual--EBP16-44011.jpg);
}

.Gion .Keyvisual {
	background-image: url(/attending/kokunai/event/gion/images/img__keyvisual--BL18-000451.jpg);
}

.Yosakoi .Keyvisual {
	background-image: url(/attending/kokunai/event/yosakoi/images/img__keyvisual--BP19-016099.jpg);
}

.Awaodori .Keyvisual {
	background-image: url(/attending/kokunai/event/awaodori/images/img__keyvisual--BL18-015101.jpg);
}

.Owara .Keyvisual {
	background-image: url(/attending/kokunai/event/owara/images/img__keyvisual--EBL16-26237.jpg);
}

.Nagaoka .Keyvisual {
	background-image: url(/attending/kokunai/event/nagaoka-hanabi/images/img__keyvisual--BP20-011495.jpg);
}

.Oomagari .Keyvisual {
	background-image: url(/attending/kokunai/event/oomagari/images/img__keyvisual--EBP14-28804.jpg);
}

/* =================================
開催スケジュール
================================= */
.Sec__departure {
	padding-bottom: 80px;
}

/* .Heading__depature {
	margin-bottom: 10px;
} */

.Departure__items {
	position: relative;
	display: flex;
	justify-content: center;
}

.Departure__item {
	width: 100%;
}

.Departure__item:not(:last-child) {
	border-right: solid 1px rgba(0, 0, 0, 0.15);
}

.Event__name {
	font-size: 21px;
	font-weight: var(--bold);
	line-height: 1.4;
	text-align: center;
}

.Oomagari .Event__name {
	font-size: 18px;
	line-height: 1.3;
	min-height: 70px;
}

.Event__date {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--bg-color01);
	border-radius: 8px;
	padding: 8px;
}

.Event__schedule {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: var(--bg-color03);
	border-radius: 4px;
	font-size: 12px;
	font-weight: var(--bold);
	color: #fff;
	margin-right: 15px;
	padding: 6px 8px 6px 10px;
}

.Event__schedule::before,
.Event__schedule::after {
	content: "";
	display: block;
}

.Event__schedule::before {
	display: block;
	background-image: url(/attending/kokunai/event/common/images/icon__calendar.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 13px;
	height: 15px;
	margin-right: 3px;
}

.Event__schedule::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5px;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent var(--bg-color03);
}

.Event__date.Vertical {
	flex-direction: column;
}

.Event__date.Vertical .Event__schedule {
	margin-bottom: 5px;
	margin-right: 0;
}

.Event__date.Vertical .Event__schedule::after {
	top: inherit;
	bottom: -5px;
	left: 50%;
	right: inherit;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: var(--bg-color03) transparent transparent transparent;
}

.Event__days {
	font-size: 24px;
	font-family: "Lato", sans-serif;
	font-weight: var(--bold);
}

.Event__days span {
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

/* =================================
祭りを知る
================================= */
.Sec__about--festival {
	background-image: url(/attending/kokunai/event/common/images/bg__blur.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 100px 150px;
}

.Group__about {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 40px;
}

.About__image {
	position: relative;
	box-shadow: 0 2.5rem 2rem -2rem rgba(0, 0, 0, 0.5);
	border: solid 10px var(--page--color01);
	border-radius: 24px;
	/* width: 354px;
	height: 354px; */
	width: 400px;
	height: 330px;
	overflow: hidden;
	z-index: 5;
}

.About__text {
	display: flex;
	flex-direction: column;
	width: calc((100% - 354px) - 40px);
	row-gap: 16px;
}

.About__name {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	font-size: 40px;
	font-family: "RocknRoll One", sans-serif;
	color: #fff;
}

.About__name::before,.About__name::after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
}

.About__name::after {
	margin: 0 0 10px 10px;
}

/* .About__name.Icn__spring::before {
	background-image: url(/attending/kokunai/event/takayama/images/text__spring.png);
	width: 96px;
	height: 88px;
} */

/* .About__name.Icn__autumn::before {
	background-image: url(/attending/kokunai/event/takayama/images/text__autumn.png);
	width: 94px;
	height: 87px;
} */

.About__name.About__il__spring::after {
	background-image: url(/attending/kokunai/event/common/images/about__il--spring.png);
	width: 54px;
	height: 46px;
}
.About__name.About__il__summer::after {
	background-image: url(/attending/kokunai/event/common/images/about__il--summer.png);
	width: 50px;
	height: 44px;
}
.About__name.About__il__autumn::after {
	background-image: url(/attending/kokunai/event/common/images/about__il--autumn.png);
	width: 50px;
	height: 41px;
}

.Oomagari .About__name {
	position: relative;
	font-size: 32px;
	line-height: 1.3;
}
.Oomagari .About__name::after {
	margin: 0 0 30px 5px;
}
.Oomagari .About__name.About__il__spring::after {
	position: absolute;
	top: -8px;
	left: 9.6em;
}

.About__name span {
	font-size: 24px;
	font-weight: var(--bold);
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 3px;
}

.About__caption {
	font-weight: var(--bold);
	color: #fff;
}

/* slide */
.slideShow {
	position: relative;
	/* width: 354px; */
	width: 400px;
	height: auto;
}

.slideShow figure {
	position: absolute;
	left: 0;
	top: 0;
}

.slideShow .thumbNail {
	overflow: hidden;
	position: relative;
	/* width: 354px; */
	width: 400px;
}
.slideShow .thumbNail ul {
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}
.slideShow .thumbNail ul li {
	cursor: pointer;
	background-color: #fff;
	border: solid 2px var(--page--color01);
	border-radius: 100px;
	float: left;
	width: 16px;
	height: 16px;
	margin: 20px 5px 0;
	overflow: hidden;
}
.slideShow .thumbNail ul li.active {
	background-color: var(--page--color01);
	opacity: 1;
}

.slideShow02 {
	position: relative;
	width: 354px;
	height: auto;
}

.slideShow02 figure {
	position: absolute;
	left: 0;
	top: 0;
}

.slideShow02 .thumbNail02 {
	overflow: hidden;
	position: relative;
	width: 354px;
}
.slideShow02 .thumbNail02 ul {
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}
.slideShow02 .thumbNail02 ul li {
	cursor: pointer;
	background-color: #fff;
	border: solid 2px var(--page--color01);
	border-radius: 100px;
	float: left;
	width: 16px;
	height: 16px;
	margin: 20px 5px 0;
	overflow: hidden;
}
.slideShow02 .thumbNail02 ul li.active {
	background-color: var(--page--color01);
	opacity: 1;
}

/* =================================
春の高山祭(山王祭)のおすすめツアー
秋の高山祭(八幡祭)のおすすめツアー
================================= */
.Sec__recommended {
	position: relative;
	padding: 80px 0;
}

.Tour__btn--more {
	text-align: center;
	margin: 40px auto 0;
	width: 750px;
}

.Tour__btn--link {
	position: relative;
	display: inline-block;
	background-color: var(--main-color);
	border-radius: 100px;
	font-size: 21px;
	font-weight: var(--bold);
	color: #fff;
	padding: 16px 52px 16px 32px;
	transition: opacity 0.5s;
}

.Tour__btn--link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.Tour__btn--link:hover {
	opacity: 0.5;
}


/* =================================
会場案内
================================= */
.Sec__venue {
	padding-bottom: 80px;
}

.Sec__about--festival+.Sec__venue {
	position: relative;
	padding-top: 60px;
}

.Sec__about--festival+.Sec__venue::before {
	content: "";
	position: absolute;
	top: -40px;
	left: 50%;
	display: block;
	transform: translate(-50%, -50%);
	background-image: url(/attending/kokunai/event/common/images/bg__triangle.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1300px;
	height: 80px;
}

.Sec__venue .Common21__inner {
	position: relative;
}

.Sec__venue .Common21__inner::before,
.Sec__venue .Common21__inner::after,
.Sec__venue.Spring .Common21__inner::before,
.Sec__venue.Spring .Common21__inner::after {
	content: "";
	position: absolute;
	transform: translateX(-50%);
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.Sec__venue .Common21__inner::before,
.Sec__venue.Spring .Common21__inner::before {
	top: 0;
	left: calc(50% - 550px);
	background-image: url(/attending/kokunai/event/common/images/il__recommended01.png);
	width: 318px;
	height: 365px;
}

.Sec__venue .Common21__inner::after,
.Sec__venue.Spring .Common21__inner::after {
	bottom: -70px;
	left: calc(50% + 490px);
	background-image: url(/attending/kokunai/event/common/images/il__recommended02.png);
	width: 501px;
	height: 401px;
}

.Sec__venue.Autumn .Common21__inner::before,
.Sec__venue.Autumn .Common21__inner::after {
	content: "";
	position: absolute;
	transform: translateX(-50%);
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.Sec__venue.Autumn .Common21__inner::before {
	top: 0;
	left: calc(50% + 530px);
	background-image: url(/attending/kokunai/event/common/images/il__recommended03.png);
	width: 273px;
	height: 353px;
}

.Sec__venue.Autumn .Common21__inner::after {
	bottom: -70px;
	left: calc(50% - 490px);
	background-image: url(/attending/kokunai/event/common/images/il__recommended04.png);
	width: 501px;
	height: 401px;
}

.Sec__venue__inner {
	position: relative;
	background-color: var(--bg-color01);
	border-radius: 16px;
	padding: 40px;
}

.Sec__venue__inner::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(/attending/kokunai/event/common/images/deco__recommended.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 70px;
	height: 33px;
}

.Heading__venue {
	font-size: 32px;
	/* font-weight: var(--bold); */
	color: var(--main-color);
	font-family: "RocknRoll One", sans-serif;
	text-align: center;
	margin-bottom: 48px;
}

.Venue__notice {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	text-align: center;
	translate: 0 -48px;
}

.Route__items {
	display: flex;
	justify-content: center;
	column-gap: 16px;
}

.Route__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	width: 100%;
	padding: 24px;
}

.Route__item table {
	display: block;
	border-top: solid 1px #ced3d9;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
}

.Heding__route {
	font-size: 21px;
	font-weight: var(--bold);
	color: var(--main-color);
	text-align: center;
}

.Route__date {
	font-weight: var(--bold);
	color: var(--main-color);
}

.Route__time {
	width: 50px;
	vertical-align: middle;
	vertical-align: top;
	padding: 5px 0;
}

.Route__time span {
	display: inline-block;
	background-color: var(--page--color01);
	border-radius: 100px;
	width: 100%;
	font-size: 14px;
	font-weight: var(--bold);
	line-height: 1;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}

.Route_place {
	width: calc(100% - 50px);
	font-weight: var(--bold);
	vertical-align: middle;
	padding: 5px 0 5px 10px;
}

.Venue__temple {
	text-align: center;
}

.Venue__temple__inner {
	position: relative;
	font-size: 21px;
	font-weight: var(--bold);
	padding-left: 48px;
}

.Venue__temple__inner::before,
.Venue__temple__inner::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
}

.Venue__temple__inner::before {
	left: calc((40px - 16px) / 2);
	background-image: url(/attending/kokunai/event/common/images/icon__mark02.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 20px;
	z-index: 1;
}

.Venue__temple__inner::after {
	left: 0;
	background-color: var(--page--color01);
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.Venue__caption {
	text-align: center;
	margin-top: 20px;
}

.Sec__venue figure {
	margin-top: 40px;
}

.Venue__link__wrapper {
	text-align: center;
	margin-top: 30px;
}

.Venue__link {
	font-size: 16px;
	font-weight: var(--bold);
	color: var(--main-color);
	text-decoration: underline;
	margin-right: 30px;
	transition: opacity 0.5s;
}

.Venue__link:last-of-type {
	margin-right: 15px;
}

.Gion.Venue__link,.Gion.Venue__link:last-of-type {
	margin-left: 0;
}

.Venue__link::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
	transform: translateY(10%) rotate(45deg);
	margin-bottom: 2.5px;
}

.Venue__link:hover {
	opacity: 0.5;
}

.Venue__link__wrapper span{
	font-size: 12px;
}

/* =================================
交通手段のご案内
================================= */
.Sec__transportation {
	background-color: var(--bg-color01);
	padding: 80px 0;
}

.Sec__venue figure img {
	border-radius: 16px;
	border: 8px solid #CED3D9;
}

.Sec__venue figcaption {
	position: absolute;
	bottom: -24px;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 400;
	background-color: transparent;
}

.Sec__venue figcaption .red-line {
	color: #fb4f30;
}

.Transportation__caption {
	text-align: center;
	margin: 40px 0;
}

.Group__transportation {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 8px;
	row-gap: 32px;
	padding: 39px;
}

.Group__transportation--col2 {
	display: flex;
	justify-content: center;
	column-gap: 18px;
}

figcaption {
	background-color: var(--bg-color01);
	font-weight: var(--bold);
	color: var(--main-color);
	text-align: left;
	margin-bottom: 32px;
	padding: 8px 16px;
}

.Transportation__notice {
	margin-top: 10px;
	font-size: 14px;
}

/* =================================
魅力と特徴
================================= */
.Sec__charm-features {
	padding: 80px 0;
}

.Group__charm-features {
	position: relative;
	display: flex;
	column-gap: 24px;
	margin-top: 40px;
}

.Group__charm-features::before {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	background-image: url(/attending/kokunai/event/common/images/deco__qinghaiwave.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 201px;
	height: 115px;
	z-index: -1;
}

.Group__charm-features:nth-child(even) {
	justify-content: flex-start;
}

.Group__charm-features:nth-child(even)::before {
	left: calc(50% + 530px);
	transform: translateX(-50%) translateY(-50%);
}

.Group__charm-features:nth-child(odd) {
	justify-content: flex-end;
}

.Group__charm-features:nth-child(odd)::before {
	left: calc(50% - 530px);
	transform: translateX(-50%) scale(-1, 1) translateY(-50%);
}

.Charm-features__images--large {
	position: relative;
	mask-image: url(/attending/kokunai/event/images/mask01__shape.png);
	-webkit-mask-image: url(/attending/kokunai/event/images/mask01__shape.png);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	width: 400px;
	height: 300px;
}

.Charm-features__images--large::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-image: url(/attending/kokunai/event/images/mask01__line.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 300px;
}

.Charm-features__caption01 {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc((800px - 400px) - 24px);
	text-align: left;
}

.Charm-features__caption01::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	width: 82px;
	height: 83px;
	margin-bottom: 16px;
}

.Charm-features__caption01.Icn__charm::before {
	background-image: url(/attending/kokunai/event/takayama/images/text__charm.png);
}

.Charm-features__caption01.Icn__feature::before {
	background-image: url(/attending/kokunai/event/takayama/images/text__feature.png);
}

.Sec__charm-features__inner {
	position: relative;
	display: flex;
	background-color: var(--bg-color01);
	border-radius: 16px;
	column-gap: 24px;
	margin-top: 80px;
	padding: 40px;
}

.Sec__charm-features__inner::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(/attending/kokunai/event/common/images/deco__recommended.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 70px;
	height: 33px;
}

.charm-features__text {
	display: flex;
	flex-direction: column;
	width: calc((100% - 400px) - 24px);
	text-align: left;
	row-gap: 16px;
}

.Heading__charm-features {
	font-size: 24px;
	font-weight: var(--bold);
	color: var(--main-color);
}

/* =================================
動画で楽しむ
================================= */
.Sec__movie {
	background-image: url(/attending/kokunai/event/common/images/bg__blur.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 100px;
}

.Group__movie {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

.Block__movie {
	border-radius: 16px;
	margin-top: 40px;
	overflow: hidden;
}

.Movie__notice {
	font-size: 12px;
	color: #fff;
	text-align: right;
	margin-top: 8px;
}

/* =================================
公式サイト
================================= */
.Sec__official {
	padding: 80px 0;
}

.Sec__official__inner {
	position: relative;
	background-color: var(--bg-color01);
	border-radius: 16px;
	padding: 40px;
}

.Sec__official__inner::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(/attending/kokunai/event/common/images/deco__recommended.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 70px;
	height: 33px;
}

.Heading__official {
	font-size: 24px;
	font-weight: var(--bold);
	color: var(--main-color);
	text-align: center;
}

.Official__notice {
	font-size: 12px;
	text-align: center;
}

.Official__items {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	margin-top: 32px;
}

.Official__link {
	position: relative;
	display: block;
	background-color: #fff;
	border-radius: 8px;
	width: 100%;
	font-weight: var(--bold);
	line-height: 1;
	color: var(--main-color);
	padding: 24px;
	transition: opacity 0.5s;
}

.Official__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);
	transform: translateY(-50%) rotate(45deg);
}

.Official__link:hover {
	opacity: 0.5;
}

/* =================================
グルメ
================================= */
.Sec__gourmet {
	padding: 80px 0;
}

.Heading__h4--text.Gourmet::before {
	content: "GOURMET";
}

.Gourmet__items {
	display: flex;
	justify-content: space-between;
	column-gap: 32px;
	margin-top: 40px;
}

.Gourmet__item {
	width: calc(100% / 3);
	text-align: left;
}

.Gourmet__item figure {
	border-radius: 16px;
	overflow: hidden;
}

.Gourmet__item dt {
	font-weight: var(--bold);
	margin-top: 5px;
}

.Gourmet__item h3 {
	font-weight: var(--bold);
	margin-top: 5px;
}

/* =================================
温泉
================================= */
.Sec__hot-spring {
	padding: 80px 0;
}

.Heading__h4--text.Hot-spring::before {
	content: "HOT SPRING";
	padding-bottom: 0;
}

.Hot-spring__items {
	display: flex;
	justify-content: space-between;
	column-gap: 32px;
	margin-top: 40px;
}

.Hot-spring__item {
	width: calc(100% / 3);
	text-align: left;
}

.Hot-spring__item figure {
	border-radius: 16px;
	overflow: hidden;
}

.Hot-spring__item dd h3 {
	font-weight: var(--bold);
	margin-top: 5px;
}

.Hot-spring__btn--more {
	text-align: center;
	margin-top: 40px;
}

.Hot-spring__btn--link {
	position: relative;
	display: inline-block;
	background-color: var(--main-color);
	border-radius: 100px;
	font-weight: var(--bold);
	color: #fff;
	padding: 16px 52px 16px 32px;
	transition: opacity 0.5s;
}

.Hot-spring__btn--link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.Hot-spring__btn--link:hover {
	opacity: 0.5;
}

/* =================================
観光
================================= */
.Sec__sightseeing {
	padding: 120px 0 80px;
}

.Heading__h4--text.Sightseeing::before {
	content: "SIGHTSEEING";
	padding-bottom: 0;
}

.Sightseeing__items {
	display: flex;
}

.Sightseeing__item dd h3 {
	font-weight: 700;
}

.Sightseeing__btn--more {
	text-align: center;
}

.Sightseeing__btn--link {
	position: relative;
	display: inline-block;
	background-color: var(--main-color);
	border-radius: 100px;
	font-weight: var(--bold);
	color: #fff;
	padding: 16px 52px 16px 32px;
	transition: opacity 0.5s;
}

.Sightseeing__btn--link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.Sightseeing__btn--link:hover {
	opacity: 0.5;
}

/* 2カラム */
.Sightseeing__items.col2 {
	flex-wrap: wrap;
	gap: 32px;
	margin: 40px 0;
}

.Sightseeing__items.col2 .Sightseeing__item {
	display: flex;
	background-color: #fff;
	border-radius: 16px;
	width: calc((100% / 2) - 16px);
	overflow: hidden;
}

.Sightseeing__items.col2 .Sightseeing__item figure {
	width: 220px;
}

.Sightseeing__items.col2 .Sightseeing__text {
	width: calc((100% - 220px));
	padding: 14px 16px;
}

.Sightseeing__items.col2 .Sightseeing__text dt {
	font-weight: var(--bold);
}

.Sightseeing__items.col2 .Sightseeing__text dd {
	line-height: 1.3;
	letter-spacing: -0.01em;
	margin-top: 5px;
}

/* 3カラム */
.Sightseeing__items.col3 {
	display: flex;
	justify-content: space-between;
	column-gap: 32px;
	margin: 40px 0;
}

.Sightseeing__items.col3 .Sightseeing__item {
	width: calc(100% / 3);
	text-align: left;
}

.Sightseeing__items.col3 .Sightseeing__item figure {
	border-radius: 16px;
	overflow: hidden;
}

.Sightseeing__items.col3 .Sightseeing__item dd h3 {
	font-weight: var(--bold);
	margin-top: 5px;
}

/* 4カラム */
.Sightseeing__items.col4 {
	column-gap: 32px;
	margin: 40px 0;
}

.Sightseeing__items.col4 .Sightseeing__item {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 16px;
	width: calc((100% / 4) - 24px);
	overflow: hidden;
}

.Sightseeing__items.col4 .Sightseeing__text {
	padding: 14px 16px;
}

.Sightseeing__items.col4 .Sightseeing__text dt {
	font-weight: var(--bold);
}

.Sightseeing__items.col4 .Sightseeing__text dd {
	line-height: 1.3;
	letter-spacing: -0.01em;
	margin-top: 5px;
}

/* =================================
トリビア
================================= */
.Sec__trivia {
	padding: 120px 0 80px;
}

.Heading__h4--text.Trivia::before {
	content: "TRIVIA";
}

.Trivia__items {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin: 40px 0;
}

.Trivia__item {
	display: flex;
	background-color: #fff;
	border-radius: 16px;
	width: calc((100% / 2) - 16px);
	overflow: hidden;
}

.Trivia__item figure {
	width: 220px;
}

.Trivia__item figure img {
	height: 100%;
	object-fit: cover;
}

.Trivia__text {
	background-color: var(--bg-color01);
	width: calc(100% - 220px);
	padding: 14px 16px;
}

.Trivia__text dd h3 {
	font-weight: var(--bold);
}

.Trivia__text dd {
	line-height: 1.3;
	letter-spacing: -0.01em;
	margin-top: 5px;
}

/* =================================
各地域の日本の祭り・花火大会はこちら！
================================= */
.Sec__other--region {
	padding: 120px 0 80px;
}

/* =================================
特集トップに戻る
================================= */
.Sec__dir-top {
	padding: 80px 0;
}

.Dir-top__btn {
	position: relative;
	background-image: url(/attending/kokunai/event/common/images/img__dir-top--BP23-011046D.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100px;
	width: 640px;
	margin: 0 auto;
	padding: 32px;
	overflow: hidden;
}

.Dir-top__btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	transition: opacity 0.5s;
}

.Dir-top__btn:hover::after {
	opacity: 0;
}

.Dir-top__btn--link {
	position: relative;
	display: block;
	font-size: 24px;
	font-family: "RocknRoll One", sans-serif;
	color: #fff;
	text-align: left;
	padding-left: 10px;
	z-index: 5;
}

.Dir-top__circle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-color: var(--bg-color02);
	border-radius: 50%;
	width: 25px;
	height: 25px;
}

.Dir-top__arrow {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.Dir-top__arrow::before,
.Dir-top__arrow::after {
	content: "";
	position: absolute;
	background-color: var(--main-color);
	border-radius: 1px;
	width: 3px;
}

.Dir-top__arrow::before {
	top: calc(50% - 2px);
	left: 50%;
	height: 10px;
	transform: translateY(-50%) rotate(-45deg);
}

.Dir-top__arrow::after {
	top: calc(50% + 4px);
	left: calc(50% - 1px);
	height: 6px;
	transform: translateY(-50%) rotate(45deg);
}
