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

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

:root {
	--primary-color: #047ac3;
	--secondary-color: #e8f3fa;
	--toyama-color: #04a851;
	--nagano-color: #0a91b1;
	--opacity: 0.5;
}

/* 終了告知文 */
/* .Post {
  font-size: 22px;
  font-weight: 600;
  color: #c00;
  text-align: center;
  margin-top: 10px;
} */

/* H1 */
#PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: bold;
}

.contents {
	font-family: "Noto Sans JP", sans-serif;
}

.break {
	display: none;
}

[class^="Sec__"] {
	padding: 80px 0;
}

.Heading--h2 {
	position: relative;
	font-size: 32px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	text-align: center;
}

.Heading--h2::before {
	content: "";
	display: block;
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(/attending/kokunai/alpine/images/il__mountain--blue.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 194px;
	height: 64px;
}

/* =================================
Keyvisual
================================= */
.Keyvisual {
	position: relative;
	width: 100%;
	height: 450px;
	/* background-image: url(/attending/kokunai/alpine/images/keyvisual-EBP17-07373D.jpg); */
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.Keyvisual div {
	position: absolute;
	top: 50%;
	left: calc(50% - 150px);
	transform: translate(-50%, -50%);
	width: 350px;
	height: 450px;
}

/* =================================
アンカー
================================= */
.Block__anchor {
	background-color: var(--secondary-color);
	margin-bottom: 50px;
}

.Anchor__items {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 880px;
	height: 128px;
	margin: 0 auto;
}

.Anchor__items::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: block;
	background-color: #c8d9e5;
	width: 1px;
	height: 60%;
}

.Anchor__item {
	position: relative;
	display: flex;
	justify-content: center;
	width: calc(100% / 4);
	height: 100%;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	transition: background-color 0.5s;
}

.Anchor__item.active {
	background-color: #d7e9f5;
}

.Anchor__item:hover {
	background-color: #d7e9f5;
}

.Anchor__item::before,
.Anchor__item::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}

.Anchor__item::before {
	transform: translateY(-50%);
	right: 0;
	display: block;
	background-color: #c8d9e5;
	width: 1px;
	height: 60%;
}

.Anchor__item::after {
	right: 15px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #b3cfe3;
	border-right: 3px solid #b3cfe3;
	transform: translateY(-50%) rotate(45deg);
}

.Anchor__item.Anchor__wear::after {
}

.Anchor__item.Anchor__access::after {
	transform: translateY(-50%) rotate(135deg);
}

.Block__anchor_top .Anchor__item.Anchor__access .Anchor__link {
	pointer-events: none;
}

.Anchor__link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-top: 10px;
}

.Anchor__link::before,
.Anchor__link::after {
	content: "";
	display: block;
	position: absolute;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-size: contain;
}

.Anchor__link::before {
	top: 10px;
	left: 50%;
	width: 45px;
	height: 45px;
}

.Anchor__link::after {
	bottom: 30px;
	left: 50%;
	width: 100px;
	height: 7px;
}

.Anchor__tour .Anchor__link::before {
	background-image: url(/attending/kokunai/alpine/images/il__anchor--tour.png);
}

.Anchor__info .Anchor__link::before {
	background-image: url(/attending/kokunai/alpine/images/il__anchor--info.png);
}

.Anchor__wear .Anchor__link::before {
	background-image: url(/attending/kokunai/alpine/images/il__anchor--wear.png);
}

.Anchor__access .Anchor__link::before {
	background-image: url(/attending/kokunai/alpine/images/il__anchor--access.png);
}

.Anchor__tour .Anchor__link::after {
	background-image: url(/attending/kokunai/alpine/images/line__anchor--tour.png);
}

.Anchor__info .Anchor__link::after {
	background-image: url(/attending/kokunai/alpine/images/line__anchor--info.png);
}

.Anchor__wear .Anchor__link::after {
	background-image: url(/attending/kokunai/alpine/images/line__anchor--wear.png);
}

.Anchor__access .Anchor__link::after {
	background-image: url(/attending/kokunai/alpine/images/line__anchor--access.png);
}

.Block__anchor:last-of-type .Anchor__item::after {
	transform: translateY(-50%) rotate(45deg);
}

.Block__anchor:last-of-type .Anchor__item.Anchor__wear::after {
}

.Block__anchor:last-of-type .Anchor__item.Anchor__access::after {
	transform: translateY(-50%) rotate(-45deg);
}

/* =================================
アルペンルートへのアクセス
================================= */
.Sec__access {
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.Group__tab {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1024px;
	height: auto;
	margin: 30px auto 0;
}

.tab__common {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f2f2f2;
	border-radius: 15px 15px 0 0;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 0;
	cursor: pointer;
    color: #047ac3;
}

.current.tab__common {
	background-color: #047ac3;
	color: #fff!important;
}

.tab__common span {
	display: block;
	position: relative;
}

.tab__common span::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
}

.tab__car span {
	padding-left: 30px;
}

.tab__car span::before {
	left: -20px;
	background-image: url(/attending/kokunai/alpine/access/images/icn__car.png);
	width: 42px;
	height: 27px;
}

.current.tab__car span::before {
	background-image: url(/attending/kokunai/alpine/access/images/icn__car--current.png);
}

.tab__train span {
	padding-left: 20px;
}

.tab__train span::before {
	left: -20px;
	background-image: url(/attending/kokunai/alpine/access/images/icn__train.png);
	width: 24px;
	height: 35px;
}

.current.tab__train span::before {
	background-image: url(/attending/kokunai/alpine/access/images/icn__train--current.png);
}

.block__access {
	border-top: solid 5px #047ac3;
}

.block__access .Map {
	margin: 40px 0;
}

.block__access .Route__car {
	margin: 40px 0 60px;
}

.block__access .Route__access {
	margin-top: 40px;
}

:is(.block__train h3) {
	margin-top: 60px;
    margin-bottom: 40px;
}

.Heading__access--h3 {
	position: relative;
	font-size: 25px;
	font-weight: 600;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin-top: 30px;
	margin-bottom: 30px;
}

.Heading__access--h3::before,
.Heading__access--h3::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
}

.Heading__access--h3::before {
	bottom: -11px;
	background-color: var(--primary-color);
	width: 40px;
	height: 4px;
	z-index: 2;
}

.Heading__access--h3::after {
	bottom: -10px;
	background-color: #b2d0e5;
	width: 100%;
	height: 2px;
}

.Heading__h3--toyama, .Heading__h4--toyama {
	background-color: #04a851;
	font-size: 24px;
    font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 12px 0;
}

.Heading__h3--nagano, .Heading__h4--nagano {
	background-color: #0a91b1;
	font-size: 24px;
    font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}

.Heading__parking--h3 {
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	margin-top: 80px;
}

.Heading__parking--h3 span {
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
}

.Heading__parking--h3 span::before,
.Heading__parking--h3 span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background-image: url(/attending/kokunai/alpine/images/deco__heading.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 57px;
	height: 60px;
}

.Heading__parking--h3 span::before {
	left: -87px;
	transform: translateY(-50%);
}

.Heading__parking--h3 span::after {
	right: -87px;
	transform: translateY(-50%) scale(-1, 1);
}

.Parking__notice {
	font-size: 14px;
	color: #6e6e6e;
	text-align: center;
	margin: 30px 0 10px;
}

.Block__parking {
	display: flex;
	justify-content: space-between;
}

.Group__parking {
	width: 48%;
}

.Map__inner {
	width: 100%;
	height: 300px;
	margin: 20px 0;
}

.Heading__h5--parking {
	font-size: 20px;
	font-weight: 700;
}

.parkingTbl {
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}

:is(th, td) {
	border: solid 1px #dedede;
	font-size: 14px;
	vertical-align: middle;
	padding: 10px 15px;
}

th {
	background-color: #f2f2f2;
	width: 180px;
	text-align: center;
}

/* =================================
周辺の観光地
================================= */
.Heading__neighborhood--h3 {
	position: relative;
	font-size: 25px;
	font-weight: 600;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin-top: 30px;
}

.Heading__neighborhood--h3::before,
.Heading__neighborhood--h3::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
}

.Heading__neighborhood--h3::before {
	bottom: -11px;
	background-color: var(--primary-color);
	width: 40px;
	height: 4px;
	z-index: 2;
}

.Heading__neighborhood--h3::after {
	bottom: -10px;
	background-color: #b2d0e5;
	width: 100%;
	height: 2px;
}

.Neighborhood__notice {
	background-color: var(--secondary-color);
	border-radius: 10px;
	text-align: center;
	margin-top: 30px;
	padding: 20px 0;
}

.Neighborhood__notice span {
	color: var(--primary-color);
	font-weight: 700;
	margin-left: 10px;
}

.Group__highlight--gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 30px 39.5px;
	margin-top: 40px;
}

.Gallery__item {
	width: 315px;
}

.Gallery__item dl dt {
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0;
}

.Gallery__caption {
	font-size: 14px;
}

.Spot__more {
	text-align: right;
}

.Spot__more--link {
	display: inline-block;
	position: relative;
	font-weight: 600;
	color: var(--primary-color);
	text-decoration: underline;
	top: 10px;
}

.Spot__more--link::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -20px;
	width: 10px;
	height: 10px;
	border-top: 3px solid var(--primary-color);
	border-right: 3px solid var(--primary-color);
	transform: translateY(-50%) rotate(45deg);
}

.Block__button {
	background-color: #f2f2f2;
	margin-top: 80px;
	padding: 60px 0;
}

.Block__button ul {
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto;
	column-gap: 30px;
}

.Block__button ul li {
	width: calc(100% / 2);
	transition: opacity 0.5s;
}

.Block__button ul li:hover {
	opacity: var(--opacity);
}

.Button__link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}

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

.Button__link--hokuriku {
	background-color: var(--primary-color);
}

.Button__link--koshinetsu {
	background-color: #1e8917;
}

/* =================================
立山黒部アルペンルートに関するブログ
================================= */
.Blog__notice {
	font-size: 14px;
	text-align: center;
}

.Group__blog {
	background-color: #f2f2f2;
	margin-top: 30px;
	padding: 50px 0;
}

.Blog__items {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}

.Blog__item {
	background-color: #fff;
	border: solid 1px #dedede;
	border-radius: 10px;
	width: calc(100% / 2);
	padding: 2rem;
}

.Blog__cassette {
	display: flex;
	justify-content: space-between;
}

.Blog__photo {
	width: 20rem;
	height: auto;
}

.Blog__photo img {
	width: 20rem;
	height: 14rem;
	object-fit: cover;
}

.Blog__cassette-inner {
	display: flex;
	flex-direction: column;
	width: calc(100% - 20rem - 2rem);
}

.Blog__day {
	font-size: 14px;
	font-weight: 600;
	color: #999999;
}

.Blog__ttl {
	font-weight: 600;
	margin-top: 10px;
}

.Blog__pref {
	text-align: right;
	margin-top: auto;
}

.Blog__pref-label {
	display: inline-block;
	border: solid 1px var(--primary-color);
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	color: var(--primary-color);
	padding: 2px 10px;
}

.Blog__more {
	text-align: right;
}

.Blog__more--link {
	display: inline-block;
	position: relative;
	font-weight: 600;
	text-decoration: underline;
	margin-top: 20px;
}

.Blog__more--link::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -20px;
	width: 10px;
	height: 10px;
	border-top: 3px solid var(--primary-color);
	border-right: 3px solid var(--primary-color);
	transform: translateY(-50%) rotate(45deg);
}

/* =================================
おすすめ特集
================================= */
.swiper-slider__outer {
	position: relative;
	margin-top: 10px;
}

.bannerCassette_content .bannerImg {
	width: 230px;
	height: 173px;
}

/* swiper */
.swiper-scrollbar {
	background: #e5e5e5;
}

.swiper-scrollbar-drag {
	background: #bebebe;
}

.swiper-wrapper {
	margin-bottom: 30px;
}

.swiper-button-prev {
	top: calc(50% - 15px);
	left: -25px;
}

.swiper-button-next {
	top: calc(50% - 15px);
	right: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	display: none;
}

.swiper-button-prev,
.swiper-button-next {
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border-radius: 50%;

	width: 5rem;
	height: 5rem;
	z-index: 10;
	transition: opacity 0.3s;
	background-image: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: var(--opacity);
}

.swiper-button-prev::before,
.swiper-button-next::before {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 8px;
	height: 8px;
}

.swiper-button-prev::before {
	left: 55%;
	transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::before {
	left: 45%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-container-horizontal > .swiper-scrollbar {
	left: 0;
	width: 100%;
	height: 10px;
}

.swiper-slider__outer .swiper-button-prev::before,
.swiper-slider__outer .swiper-button-next::before {
	border-top: 2px solid white;
	border-right: 2px solid white;
}
