/* CSS Document */
.single-column .trvlHtlSubNav_space {
     margin-bottom: 0; 
}
.single-column #htlMainContent {
	margin: 0!important;
}
body {
	margin: 0;
}
#simple-content-region {
	section{scroll-margin-top:8vw;}
	position: relative;
	img {
		width: 100%;
		vertical-align: bottom;
	}
	a {
		display: block;
		transition: all 0.3s;
	}
	a:hover{
		opacity:0.7;
	}
	.header-menu-region{
		background-color:#206270;
		width:100%;
		padding-top: 1rem;
		padding-bottom:1.25rem;
        position: sticky;
        top: 0;
		z-index: 9999;
	}
	.header-menu-flex{
		margin: auto;
		width:90%;
		max-width:1259px;
		display:flex;
		justify-content: center;
		align-items:center;
		column-gap: 3%;
	}
	.header-menu-logo,.header-menu{
		width:100%;
	}
	.header-menu img{height: 47px;}
	.header-menu-logo{max-width:83px;}
	.header-menu1{max-width:57px;}
	.header-menu2{max-width:59px;}
	.header-menu3{max-width:126px;}
	.header-menu4{max-width:99px;}
	.header-menu5{max-width:113px;}
	.header-menu6{max-width:91px;}
	.header-menu7{max-width:67px;}
	.header-menu8,.header-menu8 img{
		max-width:178px;
		aspect-ratio:178/42;
		height:auto;
	}
	
	.nav-flex{
		width:80%;
		margin: 0 auto 2%;
		display: flex;
		justify-content: space-between;
		position: absolute;
		top: 70%; 
		left: 50%; 
		transform: translate(-50%, -50%); 
	}
	.nav-flex-chi{
		width:31%;
		margin: auto;
	}
	.plan-flex2{
		width:50%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		max-width:700px;
	}
	.kasou-plan-flex{margin:5% auto;}
	.plan-flex2-chi{
		width:47.5%;
		margin: auto 0;
	}
	/*以下フッター*/
	footer{
		background-image: url('https://m-ine.net/verde/img/top/footer.jpg');
		background-size:100% 100%;
		width:100%;
		aspect-ratio:2160/762;
		position:relative;
	}
	.footer-menu1{
		display:flex;
		justify-content: space-between;
		align-items: flex-start;
		position:absolute;
		top: 55%; 
		left: 50%; 
		transform: translate(-50%, -50%); 
		width:60%;
	}
	.footer-menu2{
		display:flex;
		justify-content: space-between;
		align-items: center;
		position:absolute;
		top: 75%; 
		left: 50%; 
		transform: translate(-50%, -50%); 
		width:37.5%;
		column-gap: 8%;
	}
	.footer-menu{height:auto;}
	.footer-menu-chi1{width: 6%;}
	.footer-menu-chi2{width: 6%;}
	.footer-menu-chi3{width: 12%;}
	.footer-menu-chi4{width: 10%;}
	.footer-menu-chi5{width: 11%;}
	.footer-menu-chi6{width: 9%;}
	.footer-menu-chi7{width: 6.75%;}
	
	/* --- 全スライダー共通基本スタイル --- */
	.rk-slider-outer {
	  position: absolute; /* ⚠️高さが潰れて下の要素が被る場合は relative に戻してください */
	  width: 100%;
	  overflow: hidden;
	  padding: 0 0 5% 0; /* 下部にドット用の余白 */
	  box-sizing: border-box;
	}
	.rk-slider-outer input[type="radio"] {
	  display: none; /* ラジオボタン本体は隠す */
	}
	.rk-slider-main {
	  display: flex;
	  width: 100%;
	  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	.rk-slide-item {
	  flex: 0 0 77.5%; /* ★75% ➔ 77.5% に変更（左右のチラ見せは各11.25%になります） */
	  width: 77.5%;    /* ★75% ➔ 77.5% に変更 */
	  padding: 0 3%;   /* 画像同士の間隔 */
	  box-sizing: border-box;
	}
	.rk-slide-item img {
	  width: 100%;
	  height: auto;
	  display: block;
	}

	/* --- 矢印ボタン共通スタイル --- */
	.rk-arrow-box {
	  display: none;
	  position: absolute;
	  top: 45%;
	  transform: translateY(-50%);
	  width: 100%;
	  justify-content: space-between;
	  padding: 0 9%;
	  box-sizing: border-box;
	  pointer-events: none;
	  z-index: 10;
	}
	.rk-arrow-box label {
	  display: block;
	  width: 4vw;
	  height: 3vw;
	  cursor: pointer;
	  pointer-events: auto;
	  transition: opacity 0.2s;
	}
	.rk-arrow-box label:hover {
	  opacity: 0.8;
	}
	.rk-prev { background: url('https://m-ine.net/verde/img/top/prev.png') no-repeat center/contain; }
	.rk-next { background: url('https://m-ine.net/verde/img/top/next.png') no-repeat center/contain; }

	/* --- ドット（ページネーション）共通スタイル --- */
	.rk-dot-box {
	  position: absolute;
	  bottom: 15px;
	  left: 50%;
	  transform: translateX(-50%);
	  display: flex;
	  gap: 15px;
	  z-index: 10;
	}
	.rk-dot-box label {
	  width: 0.8vw;
	  height: 0.8vw;
	  background: #dbdbdb; /* 通常時のドットの色 */
	  border-radius: 50%;
	  cursor: pointer;
	  transition: background 0.3s, transform 0.2s;
	}
}