@charset "utf-8";
.head_cont { position: relative; }
.head_cont .ttl {
    color: rgba(63, 72, 69, 0.8);
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 15px;
    font-size: clamp(3.5rem, 4.166666vw, 7rem);
    letter-spacing: 0.01em;
    line-height: 1;
    position: relative;
    z-index: 1;
    margin-left: -4.6vw;
}
.head_cont .ttl::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #787e7c;
    position: relative;
    bottom: 5px;
}
.head_cont .icon {
    position: absolute;
    left: -19%;
    top: -24%;
    width: clamp(160px, 21.428571428571428571vw, 360px);
}
.head_cont .txt {
    font-size: clamp(1.4rem, 1.6rem, 1.6rem);
    line-height: 2.0;
    margin-left: 14%;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1366px) {
    .head_cont .ttl { margin-left: 0;}
}
@media screen and (max-width: 1024px) {
    .head_cont .icon { left: -15px;}
}
@media screen and (max-width: 767px) {
    .head_cont .txt { 
        font-size: 1.4rem; 
        margin-left: 0;
        letter-spacing: 0.01em;
    }
}
.bg_green { background-color: #bbc5bc;}
.item_cont { margin-top: 10px;}
.item_cont .ttl {
    font-size: clamp(1.4rem, 1.0714285714285714286vw, 1.8rem);
    letter-spacing: 0.08em;
    line-height: 1.7;
}
.item_cont .txt {
    font-size: clamp(1.2rem, 0.83333333333333333333vw, 1.4rem);
    letter-spacing: 0.1em;
}
.item_cont .txt .lg { 
    font-size: 272%;
    line-height: 1;
}
@media screen and (max-width: 1024px) {
    .mb30SP { margin-bottom: 30px;}
    
}
@media screen and (max-width: 767px) {
    .item_cont .ttl { line-height: 1.6;}
}
/* sec_city */
.sec_city {
    position: relative;
    color: #fff;
}
.city_bg img {
    height: 100%;
    object-fit: cover;
}
.city_ttl {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    text-align: center;
}
.city_ttl .ttl {
    font-size: clamp(1.8rem, 1.3095238095238095238vw, 2.2rem);
    letter-spacing: 0.2em;
    line-height: 1.7;
    margin-bottom: clamp(15px,4.1666666666666666667vw, 70px);
}
.city_ttl .txt {
    font-size: clamp(1.14rem, 0.95238095238095238095vw, 1.6rem);
    letter-spacing: 0.2em;
    line-height: 2.5;
}
@media only screen and (max-width: 767px) {
    .city_bg { height: 356px;}
    .city_ttl { top: 7%;}
    .city_ttl .ttl { 
        letter-spacing: 0.1em;
        margin-bottom: 4px;
    }
    .city_ttl .txt {
        letter-spacing: 0.1em;
        line-height: 1.8;
    }
}
/* sec_residence */
.sec_residence {
	padding: clamp(130px,14.880952380952380952vw,250px) 0 clamp(60px,5.3571428571428571429vw,90px);
	overflow: hidden;
	position: relative;
}
.sec_residence::before {
	content: "";
	background: url(../imgs/leaf_icon01.png) no-repeat top right/ contain;
	width: 32%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.residence_block {
	position: relative;
	width: 100%;
}
.residence_ttl {
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
	color: #3f4845;
	position: absolute;
	left: -15vw;
	top: -16.7%;
	top: 0;
	width: 100vw;
	transform: translateY(-42%);
}
.residence_ttl .ttl {
	font-size: clamp(4.5rem,5.952380952380952381vw,10rem);
	letter-spacing: 0.015em;
	line-height: 1.08;
}
.residence_ttl .txt {
	font-size: clamp(1.4rem,1.3095238095238095238vw,2.2rem);
	letter-spacing: 0.08em;
	line-height: 1.7;
	margin-bottom: clamp(5px,0.5952380952380952381vw,10px);
}
.residence_img {
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.residence_img .img { height: 100%;}
.residence_img img {
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}
.residence_img .residence_ttl { color: #fff; }
.residence_img .simpleParallax  { height: 100%;}
.residence_green { margin-top: clamp(40px, 5.3571428571428571429vw,90px);}
.residence_green .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.residence_green .desc .ttl {
    font-size: clamp(1.6rem, 1.1904761904761904762vw,2rem);
    letter-spacing: 0.08em;
    line-height: 1.75;
    margin-bottom: clamp(10px,1.1904761904761904762vw, 20px)
}
.residence_green .desc .txt {
    font-size: clamp(1.2rem, 0.83333333333333333333vw,1.4rem);
    letter-spacing: 0.1em;
    line-height: 2.2;
}
.residence_green .item_cont .txt { font-size: clamp(1.4rem, 1.0714285714285714286vw,1.8rem);}
@media screen and (max-width: 767px) {
	.residence_ttl {
		right: 0;
		justify-content: center;
		left: 0;
		margin: auto;
		transform: translateY(-48%);
	}
	.residence_img { height: 400px;}
    .residence_green { text-align: center;}
    .residence_green .info {
        margin-bottom: 20px;
        height: auto;
    }
    .residence_green .desc .txt { letter-spacing: 0.01em;}
}
/* sec_shopping */
.sec_shopping {
    padding: clamp(30px, 10.416666666666666667vw, 175px) 0 clamp(30px, 5.6547619047619047619vw, 95px);
}
@media only screen and (max-width: 767px) {
    .location_list.row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .location_list.row [class^="col"]{
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* sec_seasons */
.season_wrapper { 
    position: relative;
    overflow: hidden;
}                        
.season_item .ttl .en {
    color: rgba(255, 255, 255, 0.5);
    font-size: clamp(4.5rem, 5.35714286vw, 9rem);
    line-height: 1;
}
.season_item .ttl .jp { font-size: clamp(1.4rem, 1.07142857vw, 1.8rem); }
.season_item .txt { font-size: clamp(1.2rem, 0.83333333333333333333vw, 1.4rem); line-height: 2.2; letter-spacing: 0.05em;}
.season_thumb { position: relative;}
.season_thumb_sliders {
    position: absolute!important;
    left: calc(50% + 15px - 25px);
    bottom: 0;
    width: 100%;
}
.season_thumb_item { opacity: 0.5; margin-left: 25px; }
.season_thumb_sliders .season_thumb_item:first-child { display: none!important; }
@media screen and (max-width: 1024px) {
    .season_thumb_sliders { left: calc(50% + 15px - 15px);}
    .season_thumb_item { margin-left: 15px;}
}
@media screen and (max-width: 767px) {
    .season_item .ttl { margin-top: 15px;}
    .season_item .txt { 
        line-height: 1.6; 
        margin-bottom: 15px;
        letter-spacing: 0;
    }
    .season_thumb_sliders {
        margin: 0 -5px;
        position: relative!important;
        left: 0;
        width: auto;
    }
    .season_thumb_item {margin: 0 5px; }
}
/* sec_national */
.sec_national {
	background: #bbc5bc;
	padding: clamp(60px, 9.5238095238095238095vw,160px) 0 clamp(60px, 11.904761904761904762vw,200px);
	position: relative;
	z-index: 0;
}
.sec_national .block_national + .block_national { margin-top: clamp(60px, 6.547619047619047619vw,110px); }
.sec_national .image_playground {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}
.sec_national .gourmet_list .ttl {
	font-size: clamp(1.4rem,1.0714285vw,1.8rem);
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: #3f4845;
	margin: 5px 0;
}
.sec_national .gourmet_list .ttl .small { font-size: 78%; }
.sec_national .gourmet_list .txt {
	color: #323232;
	font-size: clamp(1rem,0.7142857vw,1.2rem);
	letter-spacing: 0.05em;
	line-height: 1.7;
}
.sec_national .gourmet_list .item_small {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.sec_national .gourmet_list .item_small + .item_small { margin-top: 60px; }
.sec_national .gourmet_list .item_small .cont {
	width: 50.5%;
	padding-left: 15px;
}
.sec_national .gourmet_list .item_small .img { width: 49.5%;}
.sec_national .gourmet_list .item_small .img img {
	width: 123%;
	margin-right: -23%;
	max-width: unset;
}
.sec_national .gourmet_list .item_small:nth-child(1) { flex-direction: row-reverse;}
.sec_national .gourmet_list .item_small:nth-child(1) .cont { padding: 0 15px 0 0;}
.sec_national .gourmet_list .item_small:nth-child(1) .img img {
	margin-right: 0;
	margin-left: -23%;
}
.sec_national > .pic_cap {
	bottom: 15px;
	right: 5%;
}
@media screen and (max-width: 1000px) {
	.gourmet_list { margin-top: 40px; }
	.sec_national .gourmet_list .item_small .img img {
		width: 100%;
		margin: 0 !important;
	}
	.sec_national .gourmet_list .ttl { letter-spacing: -0.02em; }
}
@media screen and (max-width: 767px) {
	.sec_national { padding: 100px 0 60px;}
	.sec_national .block_national + .block_national { margin-top: 60px;}
	.sec_national .gourmet_list .item_small { margin-top: 30px !important; }
	.sec_national .gourmet_list .item_small .img {
		width: 100%;
		margin: 0 0 15px;
	}
	.sec_national .gourmet_list .item_small .cont {
		width: 100%;
		padding: 0;
	}
	.sec_national .gourmet_list .item_small:nth-child(1) .cont { padding: 0;}
	.sec_national > .pic_cap {
		bottom: 5px;
		right: 5px;
	}
}

/* sec_education */
.sec_education {
    padding: clamp(60px, 11.607142857142857143vw, 195px) 0 clamp(30px, 6.8452380952380952381vw, 115px);
}
/* sec_life */
.sec_life {
    
	padding: clamp(30px,3.8690476190476190476vw, 65px) 0 0;   
}
.sec_life .inner { max-width: 1000px;}
.sec_life .life_ttl {
    color: rgba(63, 72, 69, 0.8);
    margin: 0 0 20px;
    text-align: center;
}
.sec_life .life_ttl .ttl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: clamp(2.2rem,1.7857142857142857143vw,3rem);
    letter-spacing: 0.015em;
    line-height: 1;
    position: relative;
    z-index: 0;
    padding: clamp(50px,6.25vw, 105px) 0 clamp(25px,1.7857142857142857143vw, 30px);
}
.sec_life .life_ttl .ttl .small { font-size: 42.8%;}
.sec_life .life_ttl .ttl:before {
    content: "";
    background: url(../imgs/leaf_icon03.png) no-repeat top right / auto 100%;
    width: 100vw;
    height: 100%;
    position: absolute;
    right: 100%;
    transform: translateX(5.5%);
    top: 0;
    z-index: -1;
}
.sec_life .life_content {
	background: #fff;
	margin: clamp(40px,6.25vw, 105px) 0 0;
}
.belx-list li {
	color: #323232;
    display: flex;
    font-size: clamp(1rem, 0.77380952380952380952vw,1.3rem);
    letter-spacing: 0;
	padding: 5px 0;
	overflow: hidden;
    position: relative;
    z-index: 0;
}
.belx-list li::after {
	content: "............................................................................................................................................................";
	white-space: nowrap;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 1.2rem;
    letter-spacing: 0.01em;
	z-index: -1;
	right: 0;
	margin-top: -3px;
}
.belx-list li dl {
    width: 100%;
    height: 100%;
}
.belx-list li dt {
	float: left;
	background: #ffffff;
	padding-right: 5px;
}
.belx-list li dd {
	float: right;
    background: #ffffff;
	padding-left: 5px;
}
.loclist_title {
    font-size: clamp(1.4rem, 1.0714285714285714286vw, 1.8rem);
    color: #fff;
    letter-spacing: 0.12em;
    text-align: center;
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(129,145,138,1)),color-stop(25%, rgba(59,87,83,1)),color-stop(75%, rgba(59,87,83,1)),to(rgba(129,145,138,1)));
    background: -o-linear-gradient(left,  rgba(129,145,138,1) 0%,rgba(59,87,83,1) 25%,rgba(59,87,83,1) 75%,rgba(129,145,138,1) 100%);
    background: linear-gradient(to right,  rgba(129,145,138,1) 0%,rgba(59,87,83,1) 25%,rgba(59,87,83,1) 75%,rgba(129,145,138,1) 100%);
    margin-bottom: clamp(15px,1.7857142857142857143vw, 30px);
    padding: clamp(2px, 0.23809523809523809524vw, 4px);
}


/* */
.park_map_note{color:#355c75; font-size: 16px; text-align: center;margin-bottom: 30px;}
.modal_ttl img {max-width: 26px; margin-right: 15px; margin-top: 15px; vertical-align: bottom;}
.modal_ttl {font-size: 16px; color: #355c75;}
.modal_copy{margin-top: 15px; font-size: 13px;}
.park_map_modal{max-width: 900px; margin-left: auto; margin-right: auto; }
.pos_num1, .pos_num2, .pos_num3a, .pos_num3b, .pos_num3c,
.pos_num4, .pos_num5, .pos_num6, .pos_num7, .pos_num8{
	position: absolute;
	width: 3%;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.park_map_note{margin-bottom: 20px; font-size: 14px;}
	.pos_num1, .pos_num2, .pos_num3a, .pos_num3b, .pos_num3c,.pos_num4, .pos_num5, .pos_num6, .pos_num7, .pos_num8{width: 5%;}
}
.pos_num1{top: 43%;left: 50.5%;}
.pos_num2{top: 61.5%;left: 63%;}
.pos_num3a{top: 97%;left: 82%;}
/*.pos_num3b{top: 92%;left: 83%;}
.pos_num3c{top: 13%;left: 69%;}*/
.pos_num4{top: 85%;left: 46%;}
.pos_num5{top:52% ;left: 25%;}
.pos_num6{top: 25%;left: 5%;}
.pos_num7{top: 62%;left: 3%;}
.pos_num8{top: 42%;left: 69.5%;}

@media screen and (max-width: 767px) {
	.pos_num1{top: 43%;left: 50.5%;}
	.pos_num2{top: 60.5%;left: 61%;}
	.pos_num3a{top: 95%;left: 80%;}
	.pos_num4{top: 83%;left: 43%;}
	.pos_num5{top:52% ;left: 25%;}
	.pos_num6{top: 23%;left: 3%;}
	.pos_num7{top: 60%;left: 1%;}
	.pos_num8{top: 40%;left: 67.5%;}
}
/* オーバーレイ */
.modal_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
}

/* モーダル本体 */
.modal_wrap {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 620px;
	background: #fff;
	background: rgba(255,255,255, .9);
	padding: 4% 5% 3%;
	border-radius: 2px;
}

/* コンテンツ */
.modal_content img {
	width: 100%;
	height: auto;
}

/* 閉じるボタン */
.modal_close {
    position: absolute;
    top: 4%;
    right: 5%;
    background: none;
    border: none;
    cursor: pointer;
    width: 8%;
}

/* スマホ調整 */
@media (max-width: 768px) {
	.modal_wrap {
		width: 95%;
		padding: 40px 15px 15px;
	}
}

/* 親を基準にする */
.num_ani {
	position: relative;
	display: inline-block;
	line-height: 0;
}

/* 画像もブロック化 */
.num_ani img {
	display: block;
	width: 100%;
	height: auto;
}

/* 光彩 */
.num_ani::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 180%;
	aspect-ratio: 1 / 1;
	transform: translate(-50%, -50%) scale(0.6);
	border-radius: 50%;
	background: radial-gradient(
		circle,
		rgba(53, 92, 117, 0.35) 0%,
		rgba(53, 92, 117, 0.15) 40%,
		rgba(53, 92, 117, 0) 70%
	);
	/*background: #355c75;*/
	background: #0000ff;
	opacity: 0.6;
	pointer-events: none;
	animation: pulseGlow 2s ease-out infinite;
}

/* 常時：呼吸アニメーション */
.num_ani::after {
	animation: pulseGlow 2.2s ease-out infinite;
}

/* hoverで強調 */
.num_ani:hover::after {
	animation: pulseGlowHover 1.2s ease-out infinite;
}

/* hover時に軽く拡大（クリック可能感） */
.num_ani:hover img {
	transform: scale(1.08);
}

.num_ani img {
	transition: transform 0.2s ease;
}

/* アニメーション定義 */
@keyframes pulseGlow {
	0% {
		transform: translate(-50%, -50%) scale(0.6);
		opacity: 0.5;
	}
	70% {
		transform: translate(-50%, -50%) scale(1.5);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes pulseGlowHover {
	0% {
		transform: translate(-50%, -50%) scale(0.7);
		opacity: 0.6;
	}
	70% {
		transform: translate(-50%, -50%) scale(1.6);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.modal_trigger:hover .num_ani img {
	transform: scale(1.1);
}

.num_ani img {
	transition: transform 0.2s ease;
}
