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

@import url("https://fonts.googleapis.com/css2?family=Marcellus+SC&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");

.fontMarcellusSC {
	font-family: "Marcellus SC", serif;
}

/*---------------------*/

.contents {
	font-family: "Zen Kaku Gothic New", serif;
}

.posiRe {
	position: relative;
}

a.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition-duration: 0.3s;
}

.anchor__button.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition-duration: 0.3s;
}

.fw_m {
	font-weight: 500;
}

.fw_b {
	font-weight: bold;
}

.mt12 {
	margin-top: 12px;
}

/*---------------------*/

.mainvisualWrap01 {
	height: 560px;
	margin-top: 28px;
}

.mainTit01 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.mainTit01 img {
	width: auto;
	height: 560px;
}

.mainBg01 {
	position: absolute;
	top: 13px;
	left: -141px;
}

.mainSlideWrap01 {
	text-align: right;
	padding-top: 13px;
	position: relative;
	z-index: 0;
}

.mainSlideWrap01 li img {
	width: 658px;
	height: auto;
}

.mainSlideWrap01 .slick01 {
	width: 658px;
	margin: auto 0px auto auto;
}

/*------------------*/

.slick-dots {
	display: inline-flex;
	gap: 0px 10px;
}

.slick-dots li {
	width: 20px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	flex-shrink: 0;
}

.slick-dots li button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	width: 20px;
	height: 4px;
	background-color: #d9d9d9;
}

.slick-dots li.slick-active button {
	background-color: #c38257;
}

/*--------------------*/

.arrow_box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 20px 0 0;
	position: relative;
}

.anchor {
	height: 100%;
}

.anchor_list {
	width: 100%;
	height: 98px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0 70px 0;
	z-index: 1;
	background-color: #145e07;
}

.anchor-list a:hover {
	transition: all 0.3s;
}

.anchor__items {
	width: 256px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.anchor01 {
	position: relative;
}

.anchor01::after {
	/* downボタン */
	content: "";
	background-image: url("/attending/t/swiss_every/images/pc/anc_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.anchor01::before {
	/* 横線deco */
	content: "";
	display: block;
	width: 1px;
	height: 98px;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	right: -1px;
}

.anchor02 {
	position: relative;
}

.anchor02::after {
	/* downボタン */
	content: "";
	background-image: url("/attending/t/swiss_every/images/pc/anc_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.anchor02::before {
	/* 横線deco */
	content: "";
	display: block;
	width: 1px;
	height: 98px;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	right: -1px;
}

.anchor03 {
	position: relative;
}

.anchor03::after {
	/* downボタン */
	content: "";
	background-image: url("/attending/t/swiss_every/images/pc/anc_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.anchor03::before {
	/* 横線deco */
	content: "";
	display: block;
	width: 1px;
	height: 98px;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	right: -1px;
}

.anchor04 {
	position: relative;
}

.anchor04::after {
	/* downボタン */
	content: "";
	background-image: url("/attending/t/swiss_every/images/pc/anc_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.dropdown__lists {
	display: none;
	/* デフォルトでは非表示の状態にしておく */
	width: 100%;
	position: absolute;
	top: 98px;
	left: 0;
	z-index: 10;
}

.gnavi__list:hover .dropdown__lists {
	display: block;
	/* Gナビメニューにホバーしたら表示 */
}

.dropdown__list {
	background-color: #ffffff;
	border-bottom: 1px solid #145e07;
	border-right: 1px solid #145e07;
	border-left: 1px solid #145e07;
	font-size: 14px;
	padding: 10px;
	transition: all 0.5s;
	position: relative;
}

.dropdown__list:hover {
	background-color: #f3f1e9;
}

.dropdown__list a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333333;
	text-decoration: none;
	position: relative;
}

.dropdown__list a::before {
	/* downボタン */
	content: "";
	background-image: url("/attending/t/swiss_every/images/pc/anc_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}

/*--------------------*/

/* .ancNaviWrap01_list {
	width: 100%;
	flex-grow: 1;
	border-left: 1px solid #f5f5f5;
	color: #ffffff;
	text-decoration: none;
}
.ancNaviWrap01 .anchor__button:first-child {
	border-left: none;
}
.ancNaviWrap01 .anchor__button {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 115px;
	padding: 14px 40px 14px 20px;
	background-color: #145e07;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
}
.ancNaviWrap01 .anchor__item {
	display: block;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	padding: 14px 40px 14px 20px;
	background-color: #145e07;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	position: relative;
}

.ancNaviWrap01_list:visited {
	color: #ffffff;
	text-decoration: none;
}
.ancNaviWrap01_list:hover {
	color: #ffffff;
	text-decoration: none;
}
.ancNaviWrap01_list:active {
	color: #ffffff;
	text-decoration: none;
}

.ancNaviWrap01 .anchor__button::after {
	content: "";
	background-image: url("/attending/t/swiss_every/images/pc/anc_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.ancNaviWrap01 .anchor__item::after {
	content: "";
	background-image: url("/attending/t/swiss_every/images/pc/anc_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
} */

/*--------------------*/

.mainFlex01 {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}

.mainFlex01::before {
	content: "";
	width: 100vw;
	height: 350px;
	background-color: #f3f1e9;
	position: absolute;
	top: 0px;
	right: 50%;
	margin-right: 110px;
}

.mainFlexBox01 {
	position: relative;
	flex-shrink: 0;
	width: 494px;
	display: flex;
	align-items: center;
}

.mainFlexBox02 {
	position: relative;
	width: 450px;
	letter-spacing: -0.02em;
}

.contH201 {
	color: #145e07;
	font-size: 22px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 30px;
}

.text16_18_n {
	font-size: 16px;
	line-height: 1.8em;
}

/*------------------*/

.contBlock01 {
	background-color: #f3f1e9;
	padding: 80px 0px 120px;
}

.contH2Wrap01 {
	text-align: center;
	margin-bottom: 70px;
}

.h2Deco01 {
	margin-bottom: 20px;
}

.h2Deco01 img {
	width: 182px;
	height: auto;
}

.h2Deco03 {
	margin-bottom: 20px;
}

.h2Deco03 img {
	width: 136px;
	height: auto;
}

.contH202 {
	font-size: 28px;
	line-height: 1.6em;
	font-weight: bold;
	color: #145e07;
}

.contTextBox01 {
	text-align: center;
}

/*---------------------*/

.contBox01 {
	position: relative;
	border: 3px solid #145e07;
	background-color: #ffffff;
	padding: 45px 146px 60px;
	margin: 0 auto auto;
	overflow: hidden;
}

.contH301 {
	text-align: center;
	margin: -112px auto 20px;
	position: relative;
}

.route_tit01 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 274px;
	height: auto;
	margin: 0 auto -20px;
	z-index: 3;
	position: relative;
}

.contH301 .s01 {
	display: block;
	margin-bottom: 20px;
}

.contH301 .s01 img {
	width: 261px;
	height: auto;
}

.contH301 .s02 {
	display: block;
	color: #145e07;
	font-size: 24px;
	line-height: 1.8em;
	font-weight: bold;
}

.routeBox01 {
	margin-top: 40px;
}

.routeBox01 img {
	width: 724px;
	height: auto;
}

.routeBoxTtl {
	color: #145e07;
	font-weight: 700;
}

.routeBoxslider {
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 20px;
	width: 724px;
	height: auto;
	position: relative;
}

.ab {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	right: -4%;
	transform: translateY(-67%);
	background: #fff;
	border: solid 2px #145e07;
	cursor: pointer;
	border-radius: 50px;
	z-index: 1;
}

.spot_wapper-button-next05 {
	position: relative;
	height: 40px;
}

.spot_wapper-button-next05::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 14px;
	border-top: 2px solid #145e07;
	border-right: 2px solid #145e07;
	transform: translateY(-62%) rotate(45deg);
}

.swiper-scrollbar {
	position: absolute;
	height: 4px;
	background-color: #ccc;
}

/* start_routeBox01Swiper */

.swiper--routeBox01 {
	position: relative;
}

.swiper-wrapper--routeBox01 {
	align-items: center;
}

.ab.swiper-button-disabled {
	display: none;
}

.ab--next {
	left: -4%;

	.spot_wapper-button-next05 {
		transform: scale(-1, 1);
	}
}

.swiper-container-horizontal > .swiper-scrollbar.swiper-scrollbar--routeBox01 {
	bottom: -15px;
}

/* end_routeBox01Swiper */

/* start_hikingBox01Swiper */
.swiper--hikingBox01 {
	position: relative;
}

.swiper-wrapper--hikingBox01 {
	align-items: center;
}

.hl.swiper-button-disabled {
	display: none;
}

.hl--next {
	left: -4%;

	.spot_wapper-button-next05 {
		transform: scale(-1, 1);
	}
}

.swiper-container-horizontal > .swiper-scrollbar.swiper-scrollbar--hikingBox01 {
	bottom: -15px;
}

/*------------------------*/

.contBlock02 {
	background-color: #145e07;
	padding: 80px 0px 120px;
}

.contBlock02In900 {
	width: 900px;
	margin: auto;
}

.contH203 {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	padding-bottom: 30px;
}

.contH203::after {
	content: "";
	width: 40px;
	height: 2px;
	background-color: #c38257;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.contH203 .s01 {
	display: block;
	font-size: 52px;
	line-height: 1.3em;
	color: #c38257;
	opacity: 0.5;
	position: relative;
}

.contH203 .s02 {
	display: block;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	margin-top: -30px;
}

.block02Flex01 {
	display: flex;
	justify-content: space-between;
	color: #ffffff;
	margin-top: 60px;
}

.block02Flex01 .box01 {
	width: 162px;
	flex-shrink: 0;
}

.block02Flex01 .box02 {
	width: 670px;
}

.block02Box01 {
	margin-top: 60px;
}

.block02Box01 dt {
	color: #f7bd8d;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f7bd8d;
}

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

.block02Box01 dd .ul01 {
	color: #ffffff;
	letter-spacing: 0.1em;
}

.block02Box02 {
	background-color: #fff;
	padding: 40px 60px;
	margin-top: 60px;
}

.contH302 {
	text-align: center;
	margin-bottom: 20px;
}

.contH302 .s01 {
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
}

.contH302 .s02 {
	display: block;
	font-size: 22px;
	line-height: 1.6em;
	font-weight: bold;
	color: #c38257;
}

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

.tLine01::before {
	content: "";
	width: 100%;
	height: 12px;
	background-color: #e7e5d6;
	position: absolute;
	bottom: 3px;
	left: 0px;
}

.block02Box03 {
	margin-top: 20px;
}

.text15_18_n {
	font-size: 15px;
	line-height: 1.8em;
}

.block02Box04 {
	background-color: #e7e5d6;
	padding: 15px 20px;
	margin-top: 20px;
}

.text13_18_n {
	font-size: 13px;
	line-height: 1.8em;
}

.block02Box05 {
	text-align: center;
	margin-top: 60px;
}

.contLink01 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #f7bd8d;
	text-decoration: underline;
	padding-bottom: 5px;
}

.contLink01:link {
	color: #f7bd8d;
	text-decoration: underline;
}

.contLink01:visited {
	color: #f7bd8d;
	text-decoration: underline;
}

.contLink01:hover {
	color: #f7bd8d;
	text-decoration: none;
}

.contLink01:active {
	color: #f7bd8d;
	text-decoration: none;
}

.contLink01::before {
	content: "";
	display: inline-block;
	background-image: url("/attending/t/swiss_every/images/pc/link_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px;
	width: 10px;
	height: 17px;
	margin-right: 10px;
}

.contLink02Box {
	text-align: center;
	margin-top: 16px;
}
.contLink02 {
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	color: #c38257;
	text-decoration: underline;
}
.contLink02:link {
	color: #c38257;
	text-decoration: underline;
}
.contLink02:visited {
	color: #c38257;
	text-decoration: underline;
}
.contLink02:hover {
	color: #c38257;
	text-decoration: none;
}
.contLink02:active {
	color: #c38257;
	text-decoration: none;
}
.contLink02::before {
	content: "";
	display: inline-block;
	background-image: url("/attending/t/swiss_every/images/pc/link_ar02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px;
	width: 10px;
	height: 17px;
	margin-right: 10px;
}

/*-------------------------*/

.contBlock03 {
	background-color: #f3f1e9;
	padding: 80px 0px 120px;
}

.contH204Wrap01 {
	text-align: center;
	margin-bottom: 70px;
}

.contH204Wrap01 .icon01 {
	margin-bottom: 18px;
}

.contH204Wrap01 .icon01 img {
	width: 138px;
	height: auto;
}

.contH204 {
	color: #145e07;
	font-size: 28px;
	line-height: 1.4em;
	font-weight: bold;
}

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

.block03Flex01 .box01 {
	box-sizing: border-box;
	padding: 40px;
	width: 498px;
	background-color: #ffffff;
}

.text14_17_n {
	font-size: 14px;
	line-height: 1.7em;
}

.block03Flex02 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px 28px;
	margin-bottom: 20px;
}

.flex02Box01 {
	width: 80px;
	flex-shrink: 0;
}

.flex02Box02 {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bold;
}

.block03Box01 {
	text-align: center;
	margin-top: 70px;
}

.text18_17_n {
	font-size: 18px;
	line-height: 1.7em;
}

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

.contBtn01 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #145e07;
	box-sizing: border-box;
	width: 360px;
	height: 66px;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
	margin: auto;
}

a.contBtn01:link {
	color: #ffffff;
	text-decoration: none;
}

a.contBtn01:visited {
	color: #ffffff;
	text-decoration: none;
}

a.contBtn01:hover {
	color: #ffffff;
	text-decoration: none;
}

a.contBtn01:active {
	color: #ffffff;
	text-decoration: none;
}

.contBtn01 .s01 {
	font-size: 14px;
	font-weight: normal;
}

.contBtn01::after {
	content: "";
	background-image: url("/attending/t/swiss_every/images/pc/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 19px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

/*------------------------*/

.contBlock04 {
	background-color: #ffffff;
	padding: 80px 0px 120px;
}

.tabAreaTabBlock01 {
	border-top: 1px solid #e9e5e3;
	border-bottom: 1px solid #e9e5e3;
	padding: 20px 0px;
	margin: 40px auto 105px;
	text-align: center;
}

.tabArea01 {
	display: inline-block;
	text-align: left;
}

.tabLinkWrap01 {
	display: flex;
}

.tabLinkWrap01 li {
	padding: 0px 20px;
	border-left: 1px solid #e9e5e3;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
}

.tabLinkWrap01 li a.active {
	color: #c38257;
}

.tabLinkWrap01 li:first-child {
	border-left: none;
}

.tabAreaFlex01 {
	display: flex;
	align-items: center;
	margin: 22px auto;
}

.chiiki01 {
	background-color: #145e07;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 4px 6px;
	width: 80px;
	height: 34px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	margin-right: 30px;
}

.tabContFlex01 {
	display: flex;
	justify-content: space-between;
	gap: 0px 70px;
}

.tabContFlex01 .box01 {
	width: 494px;
}

.tabContFlex01 .box02 {
	width: 460px;
	margin-top: 80px;
}

.Gw {
	padding-top: 80px;
}

.contH303 {
	margin-bottom: 40px;
}

.contH303 .s01 {
	display: block;
	color: #c38257;
	font-size: 60px;
	line-height: 1.5em;
}

.contH303 .s02 {
	display: block;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
}

.spotInfoBox01 {
	background-color: #f3f1e9;
	padding: 25px;
	margin-top: 40px;
}

.spotH401 {
	text-align: center;
	margin-bottom: 20px;
}

.spotH401 .s01 {
	display: inline-block;
	color: #145e07;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
	padding-left: 44px;
	position: relative;
	background-image: url("/attending/t/swiss_every/images/pc/spot_icon_info.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px auto;
}

.text12_18_n {
	font-size: 12px;
	line-height: 1.8em;
}

.text12_18_ac {
	width: 1024px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
	text-align: end;
	position: relative;
	z-index: 5;
}
.text12_18_mp {
	font-size: 12px;
	line-height: 1.8em;
	color: #333;
	text-align: end;
	background-color: #f3f1e9;
	position: relative;
}

.spotLink01 {
	font-weight: bold;
}

a.spotLink01:link {
	color: #145e07;
	text-decoration: underline;
}

a.spotLink01:visited {
	color: #145e07;
	text-decoration: underline;
}

a.spotLink01:hover {
	color: #145e07;
	text-decoration: none;
}

a.spotLink01:active {
	color: #145e07;
	text-decoration: none;
}

.tabImgBox01 {
}

.tabImgBox01 .li01 {
	position: relative;
	height: 480px;
}

.tabImgBox01 .li01 img {
	width: 580px;
	height: 480px;
	object-fit: cover;
	position: absolute;
	top: 0px;
	right: 52px;
}

.tabImgBox01 .li02 {
	text-align: right;
	margin-top: 70px;
}

.tabImgBox01 .li02 img {
	width: 187px;
	height: auto;
}
.tabImgBox01 .li02 img:nth-of-type(2) {
	margin-left: 8px;
}

/*------------------*/

.spotAreaWrap01 {
	overflow: auto;
	margin-top: 80px;
	padding-bottom: 30px;
}

.spotFlex01 {
	display: flex;
	gap: 0px 25px;
	margin-bottom: 35px;
}

.spotFlex01 li {
	width: 270px;
	flex-shrink: 0;
}

.spotFlex01 li .img01 img {
	width: 270px;
	height: 202px;
	object-fit: cover;
}

.spotFlex01 li dt {
	margin: 18px auto 16px;
}

.spotFlex01 li dt .s01 {
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
}

.spotFlex01 li dt .s02 {
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	color: #145e07;
}

/*------------------------------
	simplebarカスタマイズCSS
-------------------------------*/

.simplebar-track {
	background: #e5e5e5;
	/* バーの背景色を設定できます*/
	border-radius: 10px;
	/* バーに丸みをもたせる*/
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
	/* デフォルトだと薄くなっています。*/
}

.simplebar-track .simplebar-scrollbar::before {
	background: #999999;
	/* ここでバーの色を設定 */
}

/*------------------------------*/

.zermattMapBlock01 {
	position: relative;
	margin: 110px auto 90px;
}

.spotH402 {
	position: absolute;
	left: 0px;
	top: -23px;
}

.spotH403 {
	color: #145e07;
	font-size: 24px;
	line-height: 1.8em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.spotH403::before {
	content: "";
	background-image: url("/attending/t/swiss_every/images/pc/spot_tit_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
	width: 22px;
	height: 24px;
	display: inline-block;
	vertical-align: sub;
	margin-right: 20px;
}

.spotH403::after {
	content: "";
	background-image: url("/attending/t/swiss_every/images/pc/spot_tit_deco02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
	width: 22px;
	height: 24px;
	display: inline-block;
	vertical-align: sub;
	margin-left: 20px;
}

.zermatt_contBox01 {
	background-color: #f3f1e9;
	padding: 60px;
	margin-top: 50px;
}

.zermattBox01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0px 54px;
	margin-bottom: 40px;
}

.zermattBox01:first-child {
	margin-top: 0px;
}

.zermattBox01 .box01 {
	width: 400px;
	flex-shrink: 0;
}

.zermattBox01 .box02 {
	width: 450px;
}

.zermatt_summer {
	border: solid 1px #145e07;
}

.zermatt_summerTtl {
	background-color: #145e07;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	border-bottom: none;
	list-style: none;
	position: relative;
	padding: 16px 47px;
}

.zermatt_summerTtl::after {
	content: "";
	background-image: url(/attending/t/swiss_every/images/pc/cont_btn_ar01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 19px;
	position: absolute;
	right: 47px;
	top: 50%;
	transform: translateY(-50%);
}
.zermatt_summerList {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding: 16px 47px;
}

.zermatt_summerTxt_main {
	font-weight: 500;
	padding-bottom: 8px;
}
.zermatt_summerTxt_img {
	width: 370px;
	height: auto;
}
.zermattBox02 {
	background-color: #f3f1e9;
	padding: 60px;
	margin-top: 50px;
}

.zermattDl01 dt {
	margin-bottom: 20px;
}

.zermattDl01 dt .s01 {
	display: block;
	font-size: 20px;
	line-height: 1.8em;
	font-weight: bold;
}

.zermattDl01 dt .s02 {
	display: block;
	color: #145e07;
	font-size: 18px;
	line-height: 1.8em;
}

.zermattDl01 dd {
	font-size: 15px;
	line-height: 1.8em;
}

/*-----------------------*/

.contBlock05 {
	background-color: #f3f1e9;
	padding: 80px 0px 120px;
}

.block05Flex01 {
	display: flex;
}

.block05Flex01 .box01 {
	width: 100%;
	position: relative;
	z-index: 0;
}

.block05Flex01 .mainSlideWrap01 {
	width: 650px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.block05Flex01 .slick-dots {
	margin-right: 100px;
}

.block05Flex01 .box02 {
	width: 450px;
	flex-shrink: 0;
	padding-top: 140px;
	position: relative;
	z-index: 1;
}

.block05BoxIn {
	background-color: #f3f1e9;
	padding: 60px 0px 0px 60px;
}

.block05Dl01 {
	margin-bottom: 35px;
}

.block05Dl01 dt {
	margin-bottom: 10px;
}

.block05Dl01 dt .s01 {
	font-size: 18px;
	line-height: 1.8em;
	font-weight: bold;
}

.block05Dl01 dt .s02 {
	color: #145e07;
	font-size: 16px;
	line-height: 1.8em;
}

.block05Dl01 dd {
}

/*---------------------*/

.contBlock06 {
	background-color: #ffffff;
	padding: 80px 0px 0px;
}

/* --------------------- */
.contBlock_ac01 {
	background-color: #f3f1e9;
	padding: 80px 0px 120px;
}

.contH204Wrap01 .icon02 img {
	width: 138px;
	height: auto;
}

.contH204Wrap01 .icon02 {
	margin-bottom: 18px;
}

.ac01Box_txt {
	margin-top: 56px;
}

.ac01Box_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* 横3列 */
	gap: 20px;
}

.ac01Box_item {
	background-color: #fff;
	padding: 11px 16px 24px;
	position: relative;
}

.ac01Box_item::after {
	content: "";
	position: absolute;
	background-image: url("/attending/t/swiss_every/images/pc/ac01Box_numdeco.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 55px;
	height: 36px;
	top: 8px;
	left: -6px;
}

.itemTxt_num {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	z-index: 10;
}

.itemTxt_h1 {
	margin-top: 5px;
	font-weight: 700;
}

.itemTxt_main {
	margin-top: 10px;
}

/* ------------------------- */
/* --------------------- */
.contBlock_ac02 {
	background-color: #145e07;
	padding: 80px 0px 120px;
	position: relative;
}

.contBlock_ac02::before {
	content: "";
	position: absolute;
	width: 302px;
	height: 220px;
	background-image: url("/attending/t/swiss_every/images/pc/christmas_deco.png");
	top: 0px;
}

.contBlock_ac02::after {
	content: "";
	position: absolute;
	width: 302px;
	height: 220px;
	background-image: url("/attending/t/swiss_every/images/pc/christmas_deco.png");
	top: 0px;
	right: 0px;
}

.ac02Box .contH203::after {
	content: "★ ★ ★";
	width: 62px;
	height: 0px;
	color: #c38257;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.ac02Box_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ac02contBox .ac02Box_btn button {
	background-color: #fff;
	width: 250px;
	height: 80px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

.ac02contBox .ac02Box_btn button:hover {
	background-color: #c38257;
	color: #fff;
	transition: all 0.3s ease;
}

.ac02contBox .ac02Box_btn button.active {
	background-color: #c38257;
	color: #fff;
}

.ac02Box_item {
	background-color: #fff;
	margin-top: 20px;
	padding: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
}

.ac02TtlBox {
	font-weight: 600;
	text-align: center;
}

.ac02Item_mainTtl {
	position: relative;
}

.ac02Item_mainTtl::before {
	content: "★";
	width: 0px;
	height: 0px;
	color: #c38257;
	position: absolute;
	bottom: 25px;
	left: 11%;
}

.ac02Item_mainTtl::after {
	content: "★";
	width: 0px;
	height: 0px;
	color: #c38257;
	position: absolute;
	bottom: 25px;
	right: 14%;
}

.mainTtl_date {
	display: inline-block;
	border: solid 1px #c38257;
	padding: 20px;
	margin-top: 16px;
}

.ac02TxtBox {
	margin-top: 20px;
}
.ac02TxtBox_note {
	color: #717171;
	font-size: 12px;
	line-height: 1.42;
	letter-spacing: 0.1em;
}

.ac02ImgBox img {
	width: 439px;
	height: 292px;
	object-fit: cover;
}

.ac02ImgBox .ac02ImgBoxsub img {
	width: 210px;
	height: 140px;
	object-fit: cover;
}

.ac02ImgBoxsub {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 19px;
	margin-top: 14px;
}

.figureph {
	position: relative;
}

.figcaption {
	position: absolute;
	font-size: 10px;
	bottom: 0px;
	right: 3px;
	color: #fff;
}

.hidden {
	display: none;
}

/* --------------------- */

/* タブ */
/* ------------------------- */
.tab-area {
	display: flex;
	justify-content: center;
}

/*.tourTab {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #145E07;
	color: #ffffff;
	cursor: pointer;
	box-sizing: border-box;
	border-top: 1px solid #145E07;
	border-right: 1px solid #145E07;
	border-left: 1px solid #145E07;
	width: 400px;
	height: 80px;
}*/
/*.tourTab.active {
  background-color: #ffffff;
  color: #333333;
	border-top: 1px solid #D7D5D4;
	border-right: 1px solid #D7D5D4;
	border-left: 1px solid #D7D5D4;
}*/

/* ------------------------- */

.tourTabArea01 {
	position: relative;
}

.tourTabArea01::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #d7d5d4;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.tourTabPanelWrap01 {
	padding: 80px 0px 0px;
}

.tourPanelFlex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 38px;
}

.tourPanelFlex01 li {
	width: 316px;
}

.tourPanelFlex01 li a {
	display: block;
}

.panelBottom {
	padding-bottom: 120px;
}

.tourBox01 {
	display: flex;
	align-items: center;
	margin: 15px auto 12px;
}

.tourBox01 .icon01 {
	width: 16px;
	flex-shrink: 0;
	margin-right: 10px;
}

.tourBox01 .p01 {
	color: #145e07;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
}

.tourPrice01 {
	text-align: right;
}

.tourPrice01 .s01 {
	color: #e80000;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
}

.tourPrice01 .s02 {
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 6px;
}

/*------------------------*/

.mainMapWrap01 {
	position: relative;
	padding-top: 16px;
	margin: 40px auto;
}

a.popup-modal:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition-duration: 0.3s;
}

/*都市用*/
.mfp-content {
}

.inline-wrap {
	position: relative;
	margin: 10px auto;
	/*max-width: 700px;*/
	background: #fff;
	box-sizing: border-box;
	padding: 40px;
	width: 480px;
}

.inline-wrap h1 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px;
}

.inline-wrap .image img {
	width: 100%;
	height: auto;
}

.inline-wrap .image,
.inline-wrap .popup-modal-dismiss {
	text-align: center;
	margin-top: 20px;
}

.inline-wrap .popup-modal-dismiss a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px;
	width: 152px;
	height: 42px;
	border: 1px solid #e9e5e3;
	border-radius: 4px;
	margin: auto;
}

.inline-wrap .popup-modal-dismiss a::before {
	content: "";
	background-image: url("/attending/t/swiss_every/images/pc/modal_close01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 29px auto;
	width: 29px;
	height: 29px;
	margin-right: 10px;
}

.popupText01 {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
	margin: 20px auto 15px;
}

.popupText01::before {
	content: "";
	display: inline-block;
	background-image: url("/attending/t/swiss_every/images/pc/modal_icon_map.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
	width: 16px;
	height: 21px;
	vertical-align: sub;
	margin-right: 10px;
}

.popupText02 {
	text-align: right;
	color: #145e07;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}

/*---------*/

.toshi01 {
	width: 130px;
	position: absolute;
	top: 144px;
	left: 583px;
}

.toshi02 {
	width: 99px;
	position: absolute;
	top: 214px;
	left: 448px;
}

.toshi03 {
	width: 149px;
	position: absolute;
	top: 126px;
	left: 764px;
}

.toshi04 {
	width: 76px;
	position: absolute;
	top: 268px;
	left: 349px;
}

.toshi05 {
	width: 94px;
	position: absolute;
	top: 96px;
	left: 382px;
}

.toshi06 {
	width: 112px;
	position: absolute;
	top: 514px;
	left: 50px;
}

.toshi07 {
	width: 112px;
	position: absolute;
	top: 404px;
	left: 158px;
}

.toshi08 {
	width: 112px;
	position: absolute;
	top: 441px;
	left: 229px;
}

.toshi09 {
	width: 167px;
	position: absolute;
	top: 362px;
	left: 434px;
}

.toshi10 {
	width: 174px;
	position: absolute;
	top: 397px;
	left: 478px;
}

.toshi11 {
	width: 137px;
	position: absolute;
	top: 414px;
	left: 868px;
}

.toshi12 {
	width: 96px;
	position: absolute;
	top: 572px;
	left: 593px;
}

.toshi13 {
	width: 137px;
	position: absolute;
	top: 568px;
	left: 402px;
}
.toshi14 {
	width: 102px;
	position: absolute;
	top: 373px;
	left: 303px;
}
.toshi15 {
	width: 93px;
	position: absolute;
	top: 494px;
	left: 356px;
}
.toshi16 {
	width: 81px;
	position: absolute;
	top: 318px;
	left: 790px;
}
.toshi17 {
	width: 100px;
	position: absolute;
	top: 514px;
	left: 934px;
}
.toshi18 {
	width: 148px;
	position: absolute;
	top: 307px;
	left: 606px;
}
.toshi19 {
	width: 166px;
	position: absolute;
	top: 201px;
	left: 634px;
}
.toshi20 {
	width: 148px;
	position: absolute;
	top: 46px;
	left: 471px;
}
.toshi21 {
	width: 217px;
	position: absolute;
	top: 51px;
	left: 665px;
}

/*鉄道用*/

.popupTrFlex01 {
	display: flex;
	justify-content: space-between;
	gap: 0px 40px;
}

.popupTrBox01 {
	background-color: #f3f1e9;
	padding: 8px 12px;
	color: #145e07;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
}

.popupTrTextBox01 {
	height: 280px;
	overflow: auto;
	padding: 0px 20px 0px 0px;
	margin: 15px auto auto;
}

.mfp-content {
}

.inline-wrap.stWrap01 {
	position: relative;
	margin: 10px auto;
	/*max-width: 700px;*/
	background: #fff;
	box-sizing: border-box;
	padding: 40px;
	width: 920px;
}

.inline-wrap.stWrap01 h1 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px;
}

.inline-wrap.stWrap01 .image {
	width: 400px;
	flex-shrink: 0;
}

.popupTrFlexBox02 {
	width: 400px;
}

.popupTrFlexBox03 {
	width: 840px;
}

.popupTrFlexBox03 .popupTrTextBox01 {
	height: auto;
}

.inline-wrap.stWrap01 .image img {
	width: 100%;
	height: auto;
}

.inline-wrap.stWrap01 .image,
.inline-wrap.stWrap01 .popup-modal-dismiss {
	text-align: center;
	margin-top: 20px;
}

.inline-wrap.stWrap01 .popup-modal-dismiss a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px;
	width: 152px;
	height: 42px;
	border: 1px solid #e9e5e3;
	border-radius: 4px;
	margin: auto;
}

.inline-wrap.stWrap01 .popup-modal-dismiss a::before {
	content: "";
	background-image: url("/attending/t/swiss_every/images/pc/modal_close01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 29px auto;
	width: 29px;
	height: 29px;
	margin-right: 10px;
}

.popupText01 {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
	margin: 20px auto 15px;
}

.stWrap01 .popupText01::before {
	content: "";
	display: inline-block;
	background-image: url("/attending/t/swiss_every/images/pc/modal_icon_railway.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 21px;
	width: 21px;
	height: 25px;
	vertical-align: sub;
	margin-right: 10px;
}

.popupText02 {
	text-align: right;
	color: #145e07;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}

/*---------*/

.train01 {
	width: 364px;
	position: absolute;
	top: 269px;
	left: 665px;
}

.train02 {
	width: 395px;
	position: absolute;
	top: 612px;
	left: 650px;
}

.train03 {
	width: 294px;
	position: absolute;
	top: 222px;
	left: 730px;
}

.train04 {
	width: 294px;
	position: absolute;
	top: 220px;
	left: 5px;
}

.train05 {
	width: 343px;
	position: absolute;
	top: 645px;
	left: 360px;
}

.train06 {
	width: 387px;
	position: absolute;
	top: 0px;
	left: 224px;
}

.train07 {
	width: 318px;
	position: absolute;
	bottom: 60px;
	left: 80px;
}

.train08 {
	width: 395px;
	position: absolute;
	top: 10px;
	right: 0px;
}

.tour__tab-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 395px;
	height: 80px;
	text-decoration: underline;
}

.tour__tab-li:first-child .tour__tab-button:not(.tour__tab-button--single) {
	border-right: none;
}

.tour__tab-button {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #145e07;
	color: #ffffff;
	cursor: pointer;
	box-sizing: border-box;
	border-top: 1px solid #145e07;
	border-right: 1px solid #145e07;
	border-left: 1px solid #145e07;
	width: 400px;
	height: 80px;
	font-size: 22px;
	font-weight: bold;
}

.tour__tab-button[data-state="active"],
.tour__tab-button--single {
	background-color: white;
	border-bottom: none;
	cursor: default;
	color: #333333;
	border-top: 1px solid #d7d5d4;
	border-right: 1px solid #d7d5d4;
	border-left: 1px solid #d7d5d4;
}

.tour__tab-button[data-state="active"]::after,
.tour__tab-button--single::after {
	content: none;
}

.anchor__button--disabled {
	cursor: default;
	opacity: 0.3;
	background-color: #999;
	pointer-events: none;
}

.panel-area [data-state=""] {
	display: none;
}

.panel-area [data-state="active"] {
	display: block;
}

/* start_swiper-arrow */

.swiper-outer {
	position: relative;
	margin-top: 80px;
	margin-bottom: 40px;
}

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

.spot_wapper-button-next,
.spot_wapper-button-prev {
	position: absolute;
	top: 120px;
	z-index: 10;
	width: 50px;
	height: 50px;
	background: white;
	border-radius: 50%;
	border: 2px solid #145e07;
	transition: background-color 0.3s;
	cursor: pointer;
}

.spot_wapper-button-next:hover,
.spot_wapper-button-prev:hover {
	background-color: #145e07;
}

.spot_wapper-button-next {
	right: -25px;
}

.spot_wapper-button-prev {
	left: -25px;
}

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

.swiper-outer .swiper-container-horizontal > .swiper-scrollbar {
	height: 10px;
	z-index: 1;
	background: #f5f5f5;
}

.swiper-outer .swiper-scrollbar-drag {
	background: #ccc;
}

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

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

.spot_wapper-button-next::before,
.spot_wapper-button-prev::before {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 15px;
	height: 15px;
	border-top: 3px solid #145e07;
	border-right: 3px solid #145e07;
}

.spot_wapper-button-next:hover::before,
.spot_wapper-button-prev:hover::before {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.block04Flex01 .box01 {
	box-sizing: border-box;
	padding: 40px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

.block04Flex02 .flex02Box01 {
	width: 156px;
}

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

.block04_right ul {
	margin: 25px 0;
}

.contBtnWrap02 {
	margin-bottom: 50px;
}

.app_wapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	margin-top: 30px;
}

.app_wapper li img {
	height: 60px;
}

.app_wapper a:hover {
	opacity: 0.6;
}

.spotFlex02 {
	margin-bottom: 35px;
}

/* モデルプラン */
/* .acc__content {
	transition: 0.6s ease-in-out;
	height: 0;
	overflow: hidden;
} */

.modelplanTtl {
	background-color: #f3f1e9;
	padding: 18px 32px;
	border-bottom: solid 1px #e9e5e3;
	font-size: 22px;
	font-weight: 700;
	list-style: none;
	position: relative;
}

/* アイコンの初期設定（例：閉じている状態） */
.acc__btn::after {
	content: "";
	position: absolute;
	background-image: url(/attending/t/swiss_every/images/pc/cont_btn_plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 19px;
	right: 46px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.3s ease;
}
.modelplanCont[open] .acc__btn::after {
	content: "";
	position: absolute;
	background-image: url(/attending/t/swiss_every/images/pc/cont_btn_minus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 19px;
	right: 46px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.3s ease;
}

.modelplan {
	background-color: #145e07;
	margin: 80px 0 0;
	padding: 100px 0 120px;
}

.modelplan_box {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

.modelplanTxt01 {
	color: rgb(195 130 87 / 0.4);
	font-size: 60px;
	font-family: "Marcellus SC", serif;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-align: center;
	position: absolute;
	top: -15px;
	right: 0%;
	transform: translateY(-50%);
}

.modelplanTxt02 {
	color: rgb(195 130 87 / 0.4);
	font-size: 60px;
	font-family: "Marcellus SC", serif;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-align: center;
	position: absolute;
	bottom: -92px;
	right: 0%;
	transform: translateY(-50%);
}

.modelplan_boxInner {
	background-color: #f3f1e9;
	padding: 0px 32px;
}

.modelplan_ttl {
	padding: 15px 0;
	font-size: 22px;
	font-weight: 700;
	border-bottom: solid 1px #e9e5e3;
	position: relative;
}

.modelplan_ttl::after {
	content: "";
	position: absolute;
	background-image: url(/attending/t/swiss_every/images/pc/cont_btn_ar01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	width: 18px;
	height: 19px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.modelplan_list {
	display: flex;
	justify-content: space-between;
	padding: 32px;
	/* gap: 8px; */
	position: relative;
	flex-wrap: wrap;
	background-color: #f3f1e9;
}

.modelplan_list::after {
	content: "";
	position: absolute;
	width: 960px;
	height: 2px;
	border-bottom: 3px dotted #145e07;
	top: 110px;
	z-index: 1;
}
.modelplan_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 320px;
	gap: 15px;
	z-index: 3;
}

.modelplan_itemPlace {
	display: flex;
	align-items: center;
	justify-content: center;
	writing-mode: vertical-rl;
	background-color: #fff;
	padding: 15px;
	border: solid 1px #145e07;
	font-weight: 500;
}

.modelplan_itemWay {
	position: relative;
	text-align: center;
	margin-top: 150px;
}

.modelplan_itemWay_walk::before {
	content: "";
	position: absolute;
	width: 31px;
	height: 18px;
	background-image: url("/attending/t/swiss_every/images/pc/modelplanWay_walk.png");
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.modelplan_itemWay_train::before {
	content: "";
	position: absolute;
	width: 34px;
	height: 21px;
	background-image: url("/attending/t/swiss_every/images/pc/modelplanWay_train.png");
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.modelplan_itemWay_ship::before {
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	background-image: url("/attending/t/swiss_every/images/pc/modelplanWay_ship.png");
	top: -26px;
	left: 50%;
	transform: translateX(-50%);
}

.modelplan_itemWay_ropeway::before {
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	background-image: url("/attending/t/swiss_every/images/pc/modelplanWay_ropeway.png");
	top: -29px;
	left: 50%;
	transform: translateX(-50%);
}

.modelplan_itemWay_bus::before {
	content: "";
	position: absolute;
	width: 33px;
	height: 17px;
	background-image: url("/attending/t/swiss_every/images/pc/modelplanWay_bus.png");
	top: -17px;
	left: 50%;
	transform: translateX(-50%);
}

/* ハイキングマップ */
.hikingmap {
	margin-top: 65px;
}
.hikingmap_img {
}
.hmap_Txtbox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}
.hmap_TxtboxInner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
}
.hmap_line01 {
	width: 55px;
	height: 3px;
	background-image: linear-gradient(to right, #000 8px, transparent 8px);
	background-size: 14px 5px;
	background-repeat: repeat-x;
}
.hmap_line02 {
	font-size: 16px;
	letter-spacing: -3px;
	font-weight: 700;
}
.hmap_line03 {
	display: flex;
	align-items: center;
}
.hmap_line04 {
	width: 55px;
	height: 3px;
	border-bottom: #3dafa6 solid 3px;
}
.hmapTxt {
	font-size: 14px;
	line-height: 1.3em;
}

/* ハイキングモデルプラン */
.hikingmodelplan {
	margin: 80px 0;
}

.contH203ac {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	padding-bottom: 30px;
}

.s02ac {
	position: relative;
}

.s02ac::before {
	content: "";
	position: absolute;
	background-image: url("/attending/t/swiss_every/images/pc/spot_tit_deco01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
	width: 22px;
	height: 24px;
	display: inline-block;
	vertical-align: sub;
	top: 50%;
	left: 50px;
	transform: translateY(-50%);
}

.s02ac::after {
	content: "";
	position: absolute;
	background-image: url("/attending/t/swiss_every/images/pc/spot_tit_deco02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
	width: 22px;
	height: 24px;
	display: inline-block;
	vertical-align: sub;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
}

.hikingmodelplan_cont {
	border: solid 2px #145e07;
	padding: 42px 32px 32px 32px;
	margin-bottom: 70px;
	position: relative;
}

.contH203ac .s01ac {
	display: block;
	font-size: 52px;
	line-height: 1.3em;
	color: #f3f1e9;
	opacity: 0.5;
	position: relative;
}

.contH203ac .s02ac {
	display: block;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: bold;
	color: #145e07;
	position: relative;
	margin-top: -30px;
}

.contH203ac .s03ac {
	display: block;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	margin-top: -30px;
}

.hikingmodelplan_Ttl {
	font-size: 24px;
	line-height: 1.3em;
	font-weight: 600;
	color: #145e07;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: -14px;
}
.hikingmodelplan_Ttl::after {
	content: "";
	position: absolute;
	width: 762px;
	height: 84px;
	background-image: url(/attending/t/swiss_every/images/pc/Hiking_modelplan_ttlBG.png);
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateX(-50%);
	top: -24px;
	left: 50%;
	z-index: -1;
}

.hikingmodelplan_ttl {
	width: 568px;
	height: auto;
	margin: 0 auto;
}

.hikingmpdelplan_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 25px;
}

.hikingmpdelplan_list dl {
	width: 308px;
	height: auto;
}

.hikingmpdelplan_list dt {
	background-color: #145e07;
	color: #fff;
	text-align: center;
	padding: 11px 16px;
}

.hikingmpdelplan_list dd {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #f3f1e9;
	/* padding-top: 8px; */
	height: 68px;
}

.hikingmpdelplan_unique {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 24px;
}

.hikingmpdelplan_unique dl {
	width: 508px;
	height: auto;
}

.hikingmpdelplan_unique dt {
	background-color: #145e07;
	color: #fff;
	text-align: center;
	padding: 11px 16px;
}

.hikingmpdelplan_unique dd {
	background-color: #f3f1e9;
	padding: 16px;
}
.hikingmpdelplan_unique_ad {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 24px;
}
.hikingmpdelplan_unique_ad dl {
	width: 100%;
	height: auto;
}
.hikingmpdelplan_unique_ad dt {
	background-color: #145e07;
	color: #fff;
	text-align: center;
	padding: 11px 16px;
}
.hikingmpdelplan_unique_ad dd {
	background-color: #f3f1e9;
	padding: 16px;
}

.modelplaSwiper {
	position: relative;
	width: 428px;
	height: 321px;
}

.swiper--modelPlan {
	overflow: hidden;
}
.swiper-slide--modelPlan {
	width: 428px;
	height: 321px;
	overflow: hidden;
	position: relative;
}
.swiper-slide--modelPlan img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* gmap */
.spotMap {
	height: auto;
	aspect-ratio: 1024/535;
	/* 縦横比を指定 */
	margin-top: 75px;
}

/* タイトル str */
.main__visual {
	position: relative;
	background-image: url("/attending/t/swiss_every/images/pc/main__visual.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 1950px;
	width: 100%;
	height: 524px;
	margin: 0 auto;
}

.main__visual h1 {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.ph01 {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	padding-right: 370px;
}

.ph02 {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin-left: 160px;
}

.ph01 img,
.ph02 img {
	width: auto;
	filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.9));
}

/* タイトル end */
