@charset "UTF-8";
/* kaigai.css */

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

:root {
	--page-color01: #6e6d5e;
	--page-color02: #d4d4ca;
	--page-color03: #eeeee7;
	--font-color01: #353531;
}

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

.NotoSerifJp {
	font-family: "Noto Serif JP", serif;
}

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

/* Keyvisual */
.Keyvisual {
	position: relative;
	background-color: var(--page-color03);
}

.Keyvisual__title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, 0.75);
	/* width: 100%; */
	width: 1252px;
	font-size: 5rem;
	font-family: "游明朝", "YuMincho", serif;
	font-weight: 600;
	text-align: center;
	padding: 1rem 0;
	z-index: 2;
	color: #3e3e3e;
}

.Keyvisual__swiper {
	width: 1252px;
	height: 578px;
	margin: 0 auto;
}

.Keyvisual__cassette {
	position: relative;
	cursor: pointer;
}

.Keyvisual__cassette img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 578px;
	object-fit: cover;
	object-position: 50% 45%;
}

.Keyvisual__inner {
	position: relative;
	width: 1024px;
	height: 578px;
	margin: 0 auto;
	z-index: 1;
}

.keyvisual__notice {
	position: absolute;
	bottom: 2rem;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 33.4rem;
	color: #fff;
	padding: 2rem;
}

.Keyvisual__facility {
	font-size: 2rem;
	font-weight: 600;
}

.Keyvisual__place {
	font-size: 1.4rem;
}

.Keyvisual__caption {
	font-size: 1.4rem;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 1rem;
}

.Keyvisual__swiper {
	margin: 0 auto;
	padding-bottom: 0;
	position: static;
	overflow: hidden;
	list-style: none;
	z-index: 1;
}

.Keyvisual__swiper-button-next,
.Keyvisual__swiper-button-prev {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 3.6rem;
	height: 3.6rem;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	transition: opacity 0.3s;
	cursor: pointer;
}

.Keyvisual__swiper-button-next:hover,
.Keyvisual__swiper-button-prev:hover {
	opacity: 0.7;
}

.Keyvisual__swiper-button-next {
	/* right: 2.5rem; */
	right: calc((100% / 2) - (1252px / 2) + 1.8rem);
	transform: translateY(-50%);
}

.Keyvisual__swiper-button-prev {
	/* left: 2.5rem; */
	left: calc((100% / 2) - (1252px / 2) + 1.8rem);
	transform: translateY(-50%) rotate(180deg);
}

.Keyvisual__swiper-button-next:after,
.Keyvisual__swiper-button-prev:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid white;
	border-right: 2px solid white;
}

.Keyvisual__swiper-button-next:after {
	transform: translate(-70%, -50%) rotate(45deg);
}

.Keyvisual__swiper-button-prev:after {
	transform: translate(-60%, -50%) rotate(45deg);
}

.Keyvisual__swiper .swiper-pagination {
	bottom: 0;
}

.Keyvisual__swiper .swiper-pagination-bullet {
	background: #bfbfbf;
	width: 1rem;
	height: 1rem;
	opacity: 1;
}

.Keyvisual__swiper .swiper-pagination-bullet-active {
	background: var(--page-color01);
}

/* tab */
.Sec__tab {
	background-color: var(--page-color03);
}

.Tab__items {
	/* display: flex;
	flex-wrap: wrap;
	gap: 20px 10px; */
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 20px 10px;
	padding: 2rem 0;
}

.Tab__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border: solid 1px #b1af98;
	border-radius: 4px;
	width: 100%;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	padding: 0.75rem 0;
	transition: box-shadow 0.3s, opacity 0.5s;
	cursor: pointer;
}

.Tab__item:hover {
	opacity: 0.5;
}

.Tab__item::before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	width: 32px;
	height: 30px;
	margin-bottom: 0.5rem;
}

.Tab__nature::before {
	background-image: url(/attending/kaigai/zekkei/images/icon01.svg);
}

.Tab__building::before {
	background-image: url(/attending/kaigai/zekkei/images/icon02.svg);
}

.Tab__vehicle::before {
	background-image: url(/attending/kaigai/zekkei/images/icon03.svg);
}

.Tab__spring::before {
	background-image: url(/attending/kaigai/zekkei/images/icon04.svg);
}

.Tab__summer::before {
	background-image: url(/attending/kaigai/zekkei/images/icon05.svg);
}

.Tab__autumn::before {
	background-image: url(/attending/kaigai/zekkei/images/icon06.svg);
}

.Tab__winter::before {
	background-image: url(/attending/kaigai/zekkei/images/icon07.svg);
}

.Tab__scenery::before {
	background-image: url(/attending/kaigai/zekkei/images/icon08.svg);
}

.Tab__heritage::before {
	background-image: url(/attending/kaigai/zekkei/images/icon09.svg);
}

.Tab__longing::before {
	background-image: url(/attending/kaigai/zekkei/images/icon10.svg);
}

.Tab__item.current {
	position: relative;
	box-shadow: 0px 0px 0px 2px #b1af98 inset;
}

.Tab__item::after {
	content: "";
	border-color: transparent transparent transparent transparent;
	transition: border-color 0.3s;
}

.Tab__item.current::after {
	position: absolute;
	bottom: calc(-1.4rem - 1px);
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	border-style: solid;
	border-width: 1.4rem 0.8rem 0 0.8rem;
	border-color: #b1af98 transparent transparent transparent;
}

.Tab__cts {
	padding: 7rem 0;
}

.Heading__h2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 3.4rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	margin-bottom: 3.8rem;
}

.Heading__h2::before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	width: 26px;
	height: 24px;
	margin-right: 2rem;
}

.Heading__nature::before {
	background-image: url(/attending/kaigai/zekkei/images/icon01.svg);
}

.Heading__building::before {
	background-image: url(/attending/kaigai/zekkei/images/icon02.svg);
}

.Heading__vehicle::before {
	background-image: url(/attending/kaigai/zekkei/images/icon03.svg);
	margin-top: 0.5rem;
}

.Heading__spring::before {
	background-image: url(/attending/kaigai/zekkei/images/icon04.svg);
	margin-top: 0.5rem;
}

.Heading__summer::before {
	background-image: url(/attending/kaigai/zekkei/images/icon05.svg);
	margin-top: 0.5rem;
}

.Heading__autumn::before {
	background-image: url(/attending/kaigai/zekkei/images/icon06.svg);
	margin-top: 0.5rem;
}

.Heading__winter::before {
	background-image: url(/attending/kaigai/zekkei/images/icon07.svg);
}

.Heading__scenery::before {
	background-image: url(/attending/kaigai/zekkei/images/icon08.svg);
}

.Heading__heritage::before {
	background-image: url(/attending/kaigai/zekkei/images/icon09.svg);
}

.Heading__longing::before {
	background-image: url(/attending/kaigai/zekkei/images/icon10.svg);
}

.Group__contents {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.Tab__modal-link {
	display: flex;
	width: 100%;
	height: 100%;
}

.Tab-contents {
	display: flex;
	flex-direction: column;
	border: solid 1px #bdbba8;
	width: 32.8rem;
	padding: 2rem;
}

.information__place {
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: normal;
	margin-top: 1rem;
	padding-left: 2rem;
}

.information__place::before {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	background-image: url(/attending/kaigai/zekkei/images/mark01.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.4rem;
	height: 1.6rem;
	top: 7px;
}

.information__country {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	color: #575757;
}

.information__country small {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	color: #575757;
}

.information__country small::before {
	content: "/";
	display: inline-block;
	margin: 0 0.25rem;
}

.information__caption {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 1rem 0 2rem;
	color: #000;
	line-height: 22px;
}

.information__link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--page-color03);
	border: solid 1px #afaf98;
	border-radius: 4px;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--font-color01);
	margin-top: auto;
	padding: 1.2rem 0;
	transition: all 0.3s;
}

.information__link:hover {
	opacity: 0.5;
}

.js_viewModal {
	transition: all 0.3s;
}

.js_viewModal:hover {
	opacity: 0.5;
}

.information__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.8rem;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid var(--font-color01);
	border-right: 2px solid var(--font-color01);
	transform: translateY(-50%) rotate(45deg);
}

.Group__pager {
	text-align: center;
	margin-bottom: 10rem;
}

.Pager__items {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
}

.Pager__items li {
	transition: opacity 0.3s;
}

.Pager__items li:not(.active) {
	cursor: pointer;
}

.Pager__items li:not(.active):hover {
	opacity: 0.5;
    background-color: #e4e4e4;
    border-radius: 50%;
}

.Pager__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.4rem;
	height: 4.4rem;
}

.Pager__item.active {
	background-color: var(--page-color01);
	border-radius: 50%;
	color: #fff;
}

.Pager__link {
	display: block;
}

.Pager__prev,
.Pager__next {
	position: relative;
	border: solid 1px #333;
	border-radius: 50%;
	width: 4.4rem;
	height: 4.4rem;
}

.Pager__prev::before,
.Pager__next::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	width: 8px;
	height: 8px;
}

.Pager__prev::before {
	transform: translate(-50%, -50%) rotate(-135deg);
}

.Pager__next::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

/* テーマから絶景を探す */
.Sec__theme {
	background-color: var(--page-color02);
	padding: 3rem 0 2.5rem;
}

.Heading__h3 {
	font-size: 2.6rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1rem;
}

.Sec__theme .Tab__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 10px;
	padding: 2rem 0;
}

.Sec__theme .Tab__item::before,
.Sec__theme .Tab__item.current::after {
	content: none;
}

.Sec__theme .Tab__item {
	border: solid 1px #bdbdad;
	font-size: 1.5rem;
	transition: background-color 0.3s, color 0.3s, opacity 0.3s;
	padding: 1.5rem 0;
}

.Sec__theme .Tab__item.current {
	background-color: var(--page-color01);
	box-shadow: none;
	color: #fff;
}

/* その他 */
.Sec__other {
	background-color: var(--page-color03);
	padding: 7rem 0;
}

.Block__btn {
	width: 52.8rem;
	height: 12.3rem;
	margin: 0 auto;
}

.Btn__link {
	position: relative;
}

.Btn__link::before,
.Btn__link::after {
	content: "";
	position: absolute;
	top: 50%;
}

.Btn__link::before {
	right: 20px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #044a74;
	border-right: 2px solid #044a74;
	transform: translateY(-50%) rotate(45deg);
	z-index: 2;
}

.Btn__link::after {
	right: 10px;
	background-color: #fff;
	border-radius: 50%;
	width: 2.5rem;
	height: 2.5rem;
	transform: translateY(-50%);
}

.Btn__kokunai {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background-image: url(/attending/kaigai/zekkei/images/btn__kokunai.jpg);
	background-size: cover;
	width: 52.8rem;
	height: 12.3rem;
	overflow: hidden;
}

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

.Btn__link:hover .Btn__kokunai::after {
	opacity: 0;
}

.Btn__kokunai .Heading__h4 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	z-index: 2;
}

/* その他おすすめ特集_start */
.Sec__recommended {
	margin-top: 5rem;
}

.Sec__other .Heading__h3 {
	font-size: 3.4rem;
	margin-bottom: 2.6rem;
}

.swiper-slider__outer {
	position: relative;
}

.bannerCassette_content .bannerImg {
	width: 220px;
	height: 165px;
}

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

.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-color: #fff;
	border: solid 1px #333333;
	border-radius: 50%;

	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s;
	background-image: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	transition: all 0.3s;
	opacity: 0.7;
}

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

.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: 8px;
	background-color: #e4e4e4;
}

.swiper-slider__outer .swiper-button-prev::before,
.swiper-slider__outer .swiper-button-next::before {
	border-top: 2px solid #333;
	border-right: 2px solid #333;
}
/* その他おすすめ特集_end */

/* --------------------start_モーダル-------------------- */
body.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	overflow-y: scroll;
}

.js_ViewModal {
	cursor: pointer;
}

.ViewModal {
	position: fixed;
	top: 50%;
	left: 50%;
	opacity: 0;
	z-index: 100;
	width: 1024px;
	font-size: 1.5rem;
	background: white;
	transform: translate(-50%, calc(-50% + 20px));
	transition: opacity 0.3s, transform 0.3s;
	pointer-events: none;
}

.ViewModal.active {
	opacity: 1;
	transform: translate(-50%, -50%);
	pointer-events: auto;
}

.ViewModal__contents {
	display: flex;
	flex-wrap: wrap;
	padding: 0 2rem;
}

.ViewModal__contents-inner {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
}

.ViewModal__scroll-area {
	height: calc((1vh * 100) - 30px - 75px);
    overflow-y: auto;
}

.ViewModal__top_cts,
.ViewModal__btm_cts {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}

.ViewModal__carousel {
	width: 53.1rem;
	height: auto;
}

.ViewModal__swiper {
	margin: 0 auto;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	z-index: 1;
}

.ViewModal__swiper figure img {
	/* width: 531px;
	height: 318px; */
	object-fit: cover;
	aspect-ratio: 4 / 3;
}

.ViewModal__swiper .swiper-pagination {
	bottom: 0;
}

.ViewModal__swiper .swiper-pagination-bullet {
	background-color: #d9d9d9;
	width: 1rem;
	height: 1rem;
	opacity: 1;
}

.ViewModal__swiper .swiper-pagination-bullet-active {
	background: var(--page-color01);
}

.ViewModal__information {
	width: 43.3rem;
	height: auto;
}

.ViewModal__heading {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	padding-left: 2rem;
}

.ViewModal__heading::before {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	background-image: url(/attending/kaigai/zekkei/images/mark01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.1rem;
	height: 1.3rem;
	margin-top: 0.5rem;
}

.ViewModal__counrty {
	font-size: 1.8rem;
	font-weight: 500;
}

.ViewModal__counrty small {
	font-size: inherit;
	font-weight: 500;
}

.ViewModal__counrty small::before {
	content: "/";
	display: inline-block;
	margin: 0 0.25rem;
}

.ViewModal__caption {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 4%;
}

.ViewModal__address {
	width: 53.1rem;
	height: auto;
}

.ViewModal__address .details {
	display: flex;
	justify-content: flex-start;
	font-size: 14px;
	margin-bottom: 10px;
}

.ViewModal__address .details:not(:last-child) {
	margin-bottom: 10px;
}

.ViewModal__address .details .label {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eeeee7;
	width: 10rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	margin-right: 10px;
	padding: 1rem 0;
}

.ViewModal__address .details .text {
	display: flex;
	align-items: center;
	flex: 1;
}

.ViewModal__map {
	width: 432px;
	height: 210px;
}

.ViewModal__button {
	text-align: center;
	margin: 4rem 0;
}

.ViewModal__link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--page-color03);
	border: solid 1px #afaf98;
	border-radius: 4px;
	width: 45.2rem;
	height: auto;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--font-color01);
	margin: 0 auto;
	padding: 1.6rem 0;
	transition: all 0.3s;
}

.ViewModal__link:hover {
	opacity: 0.5;
}

.ViewModal__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.8rem;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid var(--font-color01);
	border-right: 2px solid var(--font-color01);
	transform: translateY(-50%) rotate(45deg);
}

.ViewModal__button-close {
	position: relative;
	width: 14rem;
	padding: 10px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 100px;
	border: solid 1px #c3c3c3;
	margin: 0 auto;
	cursor: pointer;
	transition: opacity 0.3s;
}

.ViewModal__button-close::before,
.ViewModal__button-close::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 11px;
	height: 1px;
	background-color: #000000;
}

.ViewModal__button-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.ViewModal__button-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.ViewModal__button-close:hover {
	opacity: 0.7;
}

/* start_閉じるボタン */
.js_ViewModal-close {
	cursor: pointer;
}

.ViewModal__close-wrap {
	height: 30px;
}

.ViewModal__close {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: opacity 0.3s;
}

.ViewModal__close:hover {
	opacity: 0.7;
}

.ViewModal__close::before,
.ViewModal__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 16px;
	height: 2px;
	background-color: #000000;
}

.ViewModal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.ViewModal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
/* end_閉じるボタン */

/* start_オーバーレイ */
.ViewModal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 20;
	opacity: 0.5;
}
/* end_オーバーレイ */
/* --------------------end_モーダル-------------------- */