@charset "utf-8";

.pageMap {
	/* scroll-margin-top: 0; */
	.c-kv{
		.c-kv__copy{
			bottom: -8rem;
			width: 62.4rem;
			@media (width > 767px) {/* PC */
				margin-left: 14rem;
			}
			@media (width <= 767px) {/* SP */
				width: 29.3rem;
				right: 1rem;
        bottom: -5rem;
			}
		}
	}
	.pageCnt{
		
		padding-top: 13rem;
		@media (width <= 767px) {/* SP */
			padding-top: 9.5rem;
		}
		.bgBlue{
			position: relative;
			/* overflow: hidden; */
			background: url(../images/plan/bg-blue.webp) center top;
		}
	}
	.cntObj{
		@media (width > 767px) {/* PC */
			background: url(../images/map/cnt-bg-obj.svg) center top /100% auto;
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
			top: 57rem;
			height: 100%;
			width: 100%;
		}
	}
	.mapSec{
		position: relative;
		margin-bottom: 8rem;
		@media (width <= 767px) {/* SP */
			margin-bottom: 6.5rem;
		}
		&:before{
			position: absolute;
			content: '';
			width: 100%;
			height: 50%;
			background: #fff;
			left: 0;
			top: 0;
		}
		.mapSec__cnt{
			position: relative;
			margin: 0 auto;
			@media (width > 767px) {/* PC */
				width: 128rem;
			}
			@media (width <= 767px) {/* SP */
				/* width: 64rem; */
			}
		}
		.mapSec__map{
			position: relative;
			img{
				width: 100%;
			}
		}
		.mapPoint{
			position: absolute;
			left: 0;
			top: 0;
			&.-point1{
				@media (width > 767px) {/* PC */
					left: 66rem;
          top: 50rem;
				}
				@media (width <= 767px) {/* SP */
					top: auto;
					bottom: 2rem;
					left: 14.3rem;
				}
			}
			&.-point2{
				@media (width > 767px) {/* PC */
					left: 28.8rem;
          top: 44.6rem;
				}
				@media (width <= 767px) {/* SP */
					top: auto;
					bottom: 10.5rem;
					left: 14.5rem;
					.mapPoint__txt{
						padding-left: 5rem;
					}
				}
			}
			&.-point3{
				@media (width > 767px) {/* PC */
					left: 83.5rem;
          top: 37rem;
				}
				@media (width <= 767px) {/* SP */
					top: auto;
					bottom: 12.4rem;
					left: 2.4rem;
				}
			}
			&.-point4{
				@media (width > 767px) {/* PC */
					left: 104.7rem;
					top: 19.5rem;
				}
				@media (width <= 767px) {/* SP */
					top: 16rem;
					left: auto;
					right: 2.7rem;
				}
			}
			&.-point5{
				@media (width > 767px) {/* PC */
					left: 93rem;
					top: 7rem;
					.mapPoint__txt{
						bottom: auto;
						top: -4rem;
						margin-left: 8rem;
					}
				}
				@media (width <= 767px) {/* SP */
					left: auto;
					top: .8rem;
					right: 7rem;
					.mapPoint__txt{
						bottom: -3rem;
					}
				}
			}
			&.-point6{
				@media (width > 767px) {/* PC */
					left: 77.5rem;
         	top: 16.5rem;
				}
				@media (width <= 767px) {/* SP */
					left: 19.7rem;
    			top: 13rem;
				}
			}
			&.-point7{
				@media (width > 767px) {/* PC */
					left: 30.3rem;
          top: 20.5rem;
				}
				@media (width <= 767px) {/* SP */
					top: 12rem;
					left: 1.6rem;
				}
			}
			&.-point8{
				@media (width > 767px) {/* PC */
					left: 34.5rem;
    			top: 2rem;
				}
				@media (width <= 767px) {/* SP */
					left: 3.1rem;
					top: 2.4rem;
					.mapPoint__txt{
						top: -1.5rem;
					}
				}
			}

			.mapPoint__img{
				position: relative;
				z-index: 1;
				display: block;
				border-radius: 50%;
				width: 13rem;
				
				@media (width > 767px) {/* PC */
					filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
					padding: .3rem;
					background: #fff;
					transition: transform 0.4s,background .4s;
					&:hover{
						transform: scale(1.07);
						background: #ED9672;
					}
				}
				@media (width <= 767px) {/* SP */
					box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.30);
					background: #ED9672;
					width: 6.4rem;
					padding: .2rem;
				}
				img{
					width: 100%;
				}
			}
			.mapPoint__txt{
				position: absolute;
				display: flex;
				flex-wrap: nowrap;
				
				color: #ED9672;
				letter-spacing: 0.05em;
				text-shadow: 1px 0 white, -1px 0 white, 0 1px white, 0 -1px white, 1px 1px white, -1px -1px white, 1px -1px white, -1px 1px white;
				@media (width > 767px) {/* PC */
					align-items: center;
					bottom: -3.5rem;
					left: 50%;
					transform: translateX(-50%);
					gap: .4rem;
				}
				@media (width <= 767px) {/* SP */
					font-size: 1.1rem;
					left: 50%;
					transform: translateX(-50%);
					margin-top: .2rem;
				}
				dt{
					font-family: var(--ff-josefin);
					font-size: 2.2rem;
					font-weight: 700;
					line-height: 130%; /* 28.6px */
					@media (width <= 767px) {/* SP */
						font-size: 1.3rem;
						position: relative;
						top: -.1rem;
						margin-right: .2rem;
					}
				}
				dd{
					font-family: var(--ff-yugo);
					font-size: 1.8rem;
					font-weight: 700;
					line-height: 130%; /* 23.4px */
					white-space: nowrap;
					@media (width <= 767px) {/* SP */
						letter-spacing: .05em;
						font-size: 1.1rem;
						margin-left: -.1rem;
					}
				}
			}
		}
	}
	/* /mapBlock */

	.placeList{
		position: relative;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		max-width: 128rem;
		gap: 5.6rem;
		padding-bottom: 17rem;
		
		@media (width <= 767px) {/* SP */
			width: 34.3rem;
			gap: 2.4rem;
			padding-bottom: 8.5rem;
		}
	}

	.placeSec{
		position: relative;
		overflow: hidden;
		border-radius: .6rem;

		.js-accordion__content {
			max-height: 0;
			overflow: hidden;
			transition: max-height 0.3s ease;
			@media (width <= 767px) {/* SP */
				transition: max-height 0.5s ease;
			}
		}
		.placeSec__head{
			background: #FBFAEE;
			display: flex;
			justify-content: space-between;
			padding: 2.6rem 8rem;
			@media (width > 767px) {/* PC */
				align-items: center;
			}
			@media (width <= 767px) {/* SP */
				padding: 2.2rem 1.6rem 2.0rem 1.6rem;
			}
			
			.ttl{
				display: flex;
				line-height: 1;
				@media (width > 767px) {/* PC */
					gap: 1.6rem;
					align-items: center;
				}
				.num{
					font-family: var(--ff-josefin);
					font-size: 2.6rem;
					font-weight: 600;
					letter-spacing: 0.05em;
					@media (width <= 767px) {/* SP */
						font-size: 2.2rem;
						width: 3.6rem;
					}
				}
				.txt{
					font-size: 1.8rem;
					font-weight: 400;
					letter-spacing: 0.14em;
					@media (width > 767px) {/* PC */
						display: flex;
						align-items: center;
						gap: .5rem;
					}
					@media (width <= 767px) {/* SP */
						font-size: 1.5rem;
						padding-top: .5rem;
					}
				}
				.enTxt{
					font-family: var(--ff-josefin);
					letter-spacing: 0.03em;
					@media (width <= 767px) {/* SP */
						display: inline-block;
						padding-top: 1.2rem;
						font-size: 1.4rem;
					}
				}
				.accessTxt{
					font-size: 1.4rem;
					letter-spacing: .1em;
					@media (width > 767px) {/* PC */
						margin-left: 2rem;
					}
					@media (width <= 767px) {/* SP */
						display: block;
						font-size: 1.3rem;
            margin-top: 1rem;
					}
				}
			}
			&:after{
				display: block;
				content: '';
				border: solid 1px #222;
				border-radius: 50%;
				transform: rotate(90deg);
				background: url(../images/common/arw-blk.svg) center center /.5rem .6rem no-repeat;
				width: 1.8rem;
				height: 1.8rem;
				@media (width <= 767px) {/* SP */
					position: relative;
					top: .4rem;
					background-size: .4rem .5rem;
					width: 1.4rem;
					height: 1.4rem;
				}
			}
		}
		.placeSec__cnt{
			position: relative;
			border-top: 2px solid #E5E5ED;
			background: #fff;
			display: flex;
			padding: 8rem 0 8rem 8rem;
			@media (width > 767px) {/* PC */
				flex-direction: row-reverse;
				justify-content: space-between;
			}
			@media (width <= 767px) {/* SP */
				flex-direction: column;
				padding: 3.2rem 1.8rem 4.1rem;
			}
		}
		.placeSec__imgBlock{
			img{
				width: 100%;
			}
			@media (width > 767px) {/* PC */
				width: 64rem; /* スライダーの表示幅（次が見切れる基準） */
				
				.js-swiper,.js-swiper-2 {
					width: 110.4rem;
					min-height: 44.6rem;
					.swiper-slide {
						/* width: auto;           */
						/* 画像サイズに合わせる */
						/* margin-right: 1.2rem;  */
						/* スライド間の余白 */
						width: 55.2rem;
					}
					img {
						width: auto;          /* ←ここを100%ではなくautoにするのがポイント */
						max-width: 54rem;     /* 必要なら上限をかける */
						height: auto;
					}
				}
			}
			@media (width <= 767px) {/* SP */
				margin-bottom: 3.5rem;
				min-height: 26.4rem;
			}
			.pageUi{
				display: flex;
				align-items: center;

				margin-top: 2.5rem;
				gap: .8rem;
				@media (width <= 767px) {/* SP */
					margin-top: 1.8rem;
					justify-content: center;
				}
				.btnPrev,.btnNext{
					cursor: pointer;
					border: solid 1px #222;
					border-radius: 50%;
					background: url(../images/common/arw-blk.svg) center center /.4rem .5rem no-repeat;
					width: 1.5rem;
					height: 1.5rem;
					@media(hover) {
						& {
							transition: 0.2s;
						}
						&:hover {
							opacity: 0.6;
						}
					}
				}
				.btnPrev{
					transform: rotate(180deg);
				}
				.pageNum{
					display: flex;
					align-items: center;
					line-height: 1;
					font-family: var(--ff-josefin);
					letter-spacing: .03em;
					font-size: 1.6rem;
					gap: 1.2rem;
					
					.line{
						background: #222;
						width: 1px;
						height: 1.2rem;
					}
					p{
						text-align: center;
						width: 2rem;
					}
				}
			}
		}
		.placeSec__txtarea{
			@media (width > 767px) {/* PC */
				width: 50.3rem;
			}
			.infoTxt{
				text-align: justify;
				font-weight: 400;
				line-height: 240%; /* 38.4px */
				letter-spacing: 0.14em;
				font-size: 1.6rem;
				@media (width <= 767px) {/* SP */
					font-size: 1.4rem;
				}
			}
		}
		.accessBlock{
			position: relative;
			margin-top: 3.8rem;
			@media (width <= 767px) {/* SP */
				margin-top: 5.2rem;
			}
			.accessBlock__ttl{
				display: flex;
				justify-content: space-between;
				align-items: center;
				position: relative;
				font-weight: 400;
				line-height: 1;
				font-size: 1.6rem;
				letter-spacing: .14em;
				margin-bottom: 4rem;
				@media (width <= 767px) {/* SP */
					font-size: 1.5rem;
					margin-bottom: 3rem;
				}
				&:after{
					background:#CACACA;
					content: '';
					width: 37.7rem;
					height: 1px;
					@media (width <= 767px) {/* SP */
						width: 18.7rem;
					}
				}
				span{
					display: inline-block;
					position: relative;
					background: #FFF;
					line-height: 1;

					padding: 0 .8rem;
					border-left: #CACACA solid 1px;
					border-right: #CACACA solid 1px;
				}
			}
			.accessBlock__cnt{
				display: flex;
				@media (width > 767px) {/* PC */
					justify-content: space-between;
				}
				@media (width <= 767px) {/* SP */
					flex-direction: column;
				}
			}
			.itemList{
				display: flex;
				flex-direction: column;
				gap: 2rem;
				@media (width <= 767px) {/* SP */
					gap: 2.4rem;
				}
				.item{
					display: flex;
					gap: .85rem;
					@media (width <= 767px) {/* SP */
						justify-content: space-between;
					}
					.item__ico{
						width: 1.6rem;
						position: relative;
						top: .4rem;
						img{
							width: 100%;
						}
					}
					.item__txt{
						display: flex;
						flex-direction: column;
						word-break: break-all;

						font-size: 1.4rem;
						font-weight: 400;
						line-height: 1.8;
						letter-spacing: .1em;

						gap: 1.2rem;
						@media (width > 767px) {/* PC */
							width: 24.5rem;
						}
						@media (width <= 767px) {/* SP */
							margin-top: -.3rem;
							line-height: 2.2;
							gap: .8rem;
							width: 30rem;
							letter-spacing: .14em;
						}
					}
				}
			}
			.maparea{
				@media (width <= 767px) {/* SP */
					width: 23.5rem;
					margin: 3rem auto 0;
				}
				.maparea__img{
					width: 20.2rem;
					@media (width <= 767px) {/* SP */
						width: 100%;
						height: 18rem;
					}
					img{
						width: 100%;
					}
				}
				.maparea__txt{
					line-height: 1;
					text-align: right;
					letter-spacing: .1em;
					font-size: 1.1rem;

					margin-top: .8rem;
					@media (width <= 767px) {/* SP */
						display: none;
					}
				}
			}
		}
		.illust-1{
			position: absolute;
			left: 40rem;
			bottom: -3rem;
			width: 14rem;
		}
		.illust-3{
			position: absolute;
			left: 4.6rem;
			bottom: -5.6rem;
			width: 18.3rem;
		}
		.illust-5{
			position: absolute;
			right: 20.5rem;
			bottom: 5.2rem;
			width: 12.2rem;
		}
	}
	/* / .placeSec*/

	.spotSec{
		position: relative;
		padding-bottom: 20rem;
		@media (width <= 767px) {/* SP */
			padding-bottom: 12rem;
		}
		.spotSec__head{
			text-align: center;
			line-height: 1;
			margin-bottom: 7rem;
			@media (width <= 767px) {/* SP */
				margin-bottom: 5rem;
			}
			.ttl{
				color: #ED9672;
				font-family: var(--ff-josefin);
				font-weight: 600;
				font-size: 5rem;

				letter-spacing: 0.05em;
				@media (width <= 767px) {/* SP */
					font-size: 4rem;
				}
			}
			.txt{
				font-size: 1.6rem;
				letter-spacing: 0.14em;
				margin-top: 2.3rem;
				@media (width <= 767px) {/* SP */
					font-size: 1.5rem;
				}
			}
		}
		.spotSec__list{
			margin: 0 auto;
			display: grid;
			@media (width > 767px) {/* PC */
				width: 128rem;
				grid-template-columns: repeat(3, 1fr);
				gap: 5rem 5.5rem;
			}
			@media (width <= 767px) {/* SP */
				width: 34.3rem;
				grid-template-columns: repeat(2, 1fr);
				gap: 3.2rem 2.3rem;
			}
			.item{
				background: #fff;
				.item__img{
					height: 29.2rem;
					@media (width <= 767px) {/* SP */
						height: 11.9rem;
					}
					img{
						width: 100%;
					}
				}
				.item__txtarea{
					text-align: center;
					box-sizing: border-box;
					padding-top: 2.5rem;
				
					font-size: 1.8rem;
					@media (width > 767px) {/* PC */
						height: 11.7rem;
					}
					@media (width <= 767px) {/* SP */
						font-size: 1.2rem;
						padding: 1.5rem 1.5rem;
					}
					.txtJ{
						font-weight: 400;
						line-height: 240%; /* 43.2px */
						letter-spacing: .14em;
						font-size: 1.8rem;
						@media (width <= 767px) {/* SP */
							font-size: 1.4rem;
							line-height: 1.2;
						}
					}
					.txtE{
						font-family: var(--ff-josefin);
						font-weight: 600;
						line-height: 100%; /* 18px */
						letter-spacing: .03em;
						@media (width <= 767px) {/* SP */
							font-size: 1.2rem;
							line-height: 1.2;
							margin-top: .8rem;
						}
					}
				}
			}
		}
	}
	/* /spotSec */
	@media (width > 767px) {/* PC */
	}
	@media (width <= 767px) {/* SP */
	}
	/* @media(hover) {
		& {
			transition: 0.2s;
		}
		&:hover {
			opacity: 0.6;
		}
	} */
}