/* 背景画像のパスのみ修正（../../images/ → ../images/） */

bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after{content:"";display:block;clear:both}

html {
	font-size: 62.5%;
}
* {
	max-height: 99999px;
}
body {
	font-family: "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 1.6rem;
	color: #333;
	font-weight: 400;
	line-height: 1.75;
	font-feature-settings: "palt";
	letter-spacing: 2px;
}
img,video {
	vertical-align: bottom;
	max-width: 100%;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #555;
}
a:hover {
	opacity: 0.6;
}
.en {
	font-family: "Montserrat", sans-serif;
}
#wrap {
	overflow: hidden;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.inline {
	display: inline-block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.tab {
	display: none;
}
.in {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.in_in {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.flex {
	display: flex;
}
.flex_w {
	flex-wrap: wrap;
}
.palt {
	font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
	body {
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	#wrap {
		width: 100vw;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.tab {
		display: none;
	}
	.in,
	.in_in {
		width: 94%;
		margin: 0 auto;
	}
	.flex_w_sp {
		flex-wrap: wrap;
	}
}


.cor_blue {
	color: #3b8ac4;
}
.cor_gold {
	color: #ceb96e;
}
.cor_yellow {
	color: #fbd336;
}
.cor_red {
	color: #d83f50;
}
.cor_white {
	color: #fff;
}
.bg_white {
	background: #fff;
}
.bg_blue {
	background: #3b8ac4;
}
.bg_blue_02{
	background: #dcf0ff;
}
.bg_yellow {
	background: #fbd336;
}
.bg_red {
	background: #d83f50;
}
.bg_gray {
	background: #f0f0f0;
}
.bg_stripe{
	background: repeating-linear-gradient(90deg, #438fc6 0px, #438fc6 30px, #3b8ac4 30px, #3b8ac4 60px);
}
.bg_stripe_02{
	background: repeating-linear-gradient(90deg, #e4f4ff 0px, #e4f4ff 30px, #dcf0ff 30px, #dcf0ff 60px);
}
.txt_line {
	background: linear-gradient(transparent 50%, #fbd336 50%);
}

@media screen and (max-width: 750px) {}

#header {
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
	padding: 10px 0;
	background: #fff;
}
#header .header_w {
	justify-content: space-between;
	align-items: center;
}
#header .logo {
	
}
#header .logo a{
	align-items: center;
}
#header .logo img{
	width: 220px;
}
#header p {
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin-left: 10px;
}
#header .btns {
	align-items: center;
	margin-left: 20px;
}
#header .btn_i {
	margin-left: 10px;
	display: block;
	padding: 10px 20px;
	border-radius: 100px;
}
@media screen and (max-width: 750px) {
	#header {
		padding-left: 0;
		position: absolute;
		width: 100vw;
	}
	#header .logo {
		width: 45%;
	}
	#header .btns a {
        width: 130px;
        margin-left: 7px;
        line-height: 1.25;
        text-align: center;
        font-weight: 500;
    }
	#header .tel_btn img {
		filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
	}
}

#main_v {
	background-image: url(../images/fv_bg.jpg);  /* 修正: ../../images/ → ../images/ */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 100px;
	margin-top: 68px;
}
@media screen and (max-width: 750px) {
	#main_v{
		margin-top: 77px;
		padding: 0;
	}
	#main_v .in{
		width: 100%;
	}
}

#main_u_area{
	padding: 40px 0 60px;	
}
#main_u_area .main_u_area_h{
	align-items: center;
	justify-content:space-between;
	margin-bottom: 30px;
}
#main_u_area .main_u_area_h .txt{
	font-size: 3.0rem;
	font-weight: 400;
	letter-spacing: 8px;
}
#main_u_area .main_u_area_b{
	justify-content: space-between;
}
#main_u_area .main_u_area_b .main_u_area_b_i{
	width: 33%;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	border-left: 2px solid #fff;
}
#main_u_area .main_u_area_b .main_u_area_b_i:nth-last-of-type(1){
	border-right: 2px solid #fff;
}
#main_u_area .main_u_area_b .main_u_area_b_i .imgarea{
	margin-right: 15px;
}
#main_u_area .main_u_area_b .main_u_area_b_i .txt{
	font-size: 1.8rem;
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	#main_u_area{
		padding: 30px 0 30px;	
	}
	#main_u_area .main_u_area_h{
		position: relative;
	}
	#main_u_area .main_u_area_h .txt {
    	font-size: 1.75rem;
    	font-weight: 400;
    	letter-spacing: 4px;
    	line-height: 1.5;
		width: 61%;
		flex-shrink: 0;
	}	
	#main_u_area .main_u_area_h .imgarea{
		position: absolute;
		width: 43%;
		right: -3%;
	}
	#main_u_area .main_u_area_b .main_u_area_b_i{
		display: block;
	}
	#main_u_area .main_u_area_b .main_u_area_b_i .txt{
		font-size: 1.4rem;
		text-align: center;
	}
	#main_u_area .main_u_area_b .main_u_area_b_i .imgarea{
		margin-right: 0;
		padding:0 30%;
		margin-bottom: 10px;
		
	}
}


.sec_ttl_w{
	text-align: center;
	margin-bottom: 60px;
}
.sec_ttl_w .ico{
	margin-bottom: 10px;
}
.sec_ttl_w .ico img{
	width: 100px;
}
.sec_ttl_w .en{
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
}
.sec_ttl_w .s_txt {
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
}
.sec_ttl_w .sec_ttl{
	font-size: 3.2rem;
	font-weight: 600;
	letter-spacing: 4px;
	line-height: 1;
}
@media screen and (max-width: 750px) {
	.sec_ttl_w{
		margin-bottom: 40px;
	}
	.sec_ttl_w .ico img {
		width: 88px;
	}
	.sec_ttl_w .sec_ttl{
		font-size: 2.4rem;
		letter-spacing: 3px;
	}
	.sec_ttl_w .en {
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1;
		margin-bottom: 5px;
	}
	.sec_ttl_w .s_txt{
		font-size: 1.8rem;
	}
}

#point{
	padding: 70px 0 60px;
	position: relative;
	overflow: hidden;
}
#point::before {
	content: "";
	display: block;
	background: url(../images/deco.svg);  /* 修正: ../../images/ → ../images/ */
	width: calc(600 / 1400 * 100vw);
	height: calc(460 / 1400 * 100vw);
	background-size: cover;
	background-position: center;
	position: absolute;
	right: calc(-200 / 1400 * 100vw);
	top: calc(-230 / 1400 * 100vw);
}
#point::after {
	content: "";
	display: block;
	background: url(../images/deco.svg);  /* 修正: ../../images/ → ../images/ */
	width: calc(600 / 1400 * 100vw);
	height: calc(460 / 1400 * 100vw);
	background-size: cover;
	background-position: center;
	position: absolute;
	left: calc(-200 / 1400 * 100vw);
	bottom: calc(-230 / 1400 * 100vw);
	transform: rotate(45deg);
}
#point .point_w{
	justify-content:space-between;
}
#point .point_w .point_i{
	width: 48%;
}
#point .point_w .point_i .txtarea{
	position: relative;
	z-index: 2;
	margin-top: -20px;
	padding-left: 20px;
}
#point .point_w .point_i .txtarea h3{
	font-weight: 400;
	font-size: 2.2rem;
	padding: 10px 10px;
	display: table;
	line-height: 1;
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	#point{
		padding: 40px 0;
	}
	#point .in{
		width: 100%;
	}
	#point::before{
		width: 300px;
    	height: 210px;
	}
	#point::after{
		width: 300px;
    	height: 210px;
	}
	#point .point_w .point_i{
		width: 100%;
		padding-right: 4%;
		margin-bottom: 30px;
	}
	
	#point .point_w .point_i:nth-of-type(2){
		padding-right: 0;
		padding-left: 4%;
		margin-bottom: 0;
	}
	#point .point_w .point_i .txtarea{
		padding-left: 0;
	}
	#point .point_w .point_i .txtarea h3{
		font-size: 1.8rem;
		padding-left: 10%;
		margin-bottom: 10px;
		width: 75%;
	}
	#point .point_w .point_i:nth-of-type(2) .txtarea h3{
		margin-left: auto;
		padding-left: 10px;
		padding-right: 10%;
	}
	#point .point_w .point_i .txtarea p{
		padding-left: 4%;
	}
	#point .point_w .point_i:nth-of-type(2) .txtarea p {
        padding-left: 12.5%;
        padding-right: 0%;
    }
}

#lineup{
	padding: 70px 0;
}
#lineup .lineup_w{
	justify-content: space-between;
}
#lineup .lineup_w .lineup_i{
	width: 49%;
}
#lineup .lineup_w .lineup_i .pc_img{
	width: 48%;
	margin-right: 20px;
	flex-shrink: 0;
}

/* LINEUP: DB画像（3枚）差し替え */
#lineup .lineup_w .lineup_i .pc_img{
	position: relative;
}
#lineup .lineup_w .lineup_i.is-dynamic .pc_img > img{
	opacity: 0;
}
#lineup .lineup_w .lineup_i.is-dynamic .pc_img .lineup_gallery{
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 6px;
	background: #fff;
}
#lineup .lineup_w .lineup_i.is-dynamic .pc_img .lineup_gallery img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	background: #fff;
}
#lineup .lineup_w .lineup_i.is-dynamic .pc_img .lineup_gallery img.img-a{
	grid-row: 1;
}
#lineup .lineup_w .lineup_i.is-dynamic .pc_img .lineup_gallery img.img-b{
	grid-row: 2;
}
#lineup .lineup_w .lineup_i.is-dynamic .pc_img .lineup_gallery img.img-c{
	grid-row: 3;
}

@media screen and (max-width: 750px) {
	#lineup .lineup_w .lineup_i.is-dynamic .u_img.sp .lineup_u_grid{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	#lineup .lineup_w .lineup_i.is-dynamic .u_img.sp .lineup_u_grid img{
		width: 100%;
		height: auto;
		display: block;
		object-fit: cover;
	}
}
#lineup .lineup_w .lineup_i .lineup_h{
	margin-bottom: 10px;
}
#lineup .lineup_w .lineup_i .lineup_h .imgarea{
	width: 40%;
	margin-right: 15px;
}
#lineup .lineup_w .lineup_i .lineup_h .txtarea{}
#lineup .lineup_w .lineup_i .lineup_h .txtarea .txt{
	font-size: 1.8rem;
	font-weight: 600;
}
#lineup .lineup_w .lineup_i .lineup_h .txtarea .car_name{
	font-size: 2.0rem;
	font-weight: 600;
}
@media screen and (max-width: 750px) {
	#lineup{
		padding: 50px 0;
	}
	#lineup .lineup_w .lineup_i {
		width: 100%;
		margin-bottom: 40px;
	}
	#lineup .lineup_w .lineup_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	#lineup .lineup_w .lineup_i .lineup_h {
		margin-bottom: 15px;
	}
	#lineup .lineup_w .lineup_i:nth-of-type(2n) .lineup_h{
		flex-direction: row-reverse;
	}
	#lineup .lineup_w .lineup_i .lineup_h .imgarea{
		flex-shrink: 0;
	}
	#lineup .lineup_w .lineup_i:nth-of-type(2n) .lineup_h .imgarea{
		margin-right: 0;
		margin-left: 15px;
	}
	#lineup .lineup_w .lineup_i .lineup_h .txtarea {
		width: 100%;
	}
	#lineup .lineup_w .lineup_i .u_img{
		margin-top: 15px;
	}
}

/* 他エリア車種セクション */
#other_area {
	padding: 70px 0;
	border-top: 1px solid #e0e0e0;
}
#other_area .other_area_w {
	justify-content: space-between;
	gap: 20px;
}
#other_area .other_area_i {
	width: 48%;
	border-radius: 15px;
	padding: 30px;
	background: #dcf0ff;
	box-sizing: border-box;
}
#other_area .area_name {
	display: table;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 100px;
	margin-bottom: 15px;
}
#other_area .car_list {
	gap: 10px;
	margin-bottom: 20px;
	min-height: 50px;
}
#other_area .car_list li {
	width: auto;
	padding: 8px 15px;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	background: #fff;
	border-radius: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 1.5rem;
}
#other_area .car_list li:before {
	content: "●";
	color: #3b8ac4;
	font-size: 1.2rem;
	margin-right: 8px;
}
#other_area .area_link_w {
	text-align: center;
	margin-top: 20px;
}
#other_area .area_link {
	display: inline-block;
	padding: 15px 30px;
	border-radius: 100px;
	font-size: 1.8rem;
	font-weight: 500;
	transition: all 0.3s ease;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}
#other_area .area_link:hover {
	opacity: 0.8;
}

@media screen and (max-width: 750px) {
	#other_area {
		padding: 40px 0;
	}
	#other_area .other_area_w {
		gap: 15px;
	}
	#other_area .other_area_i {
		width: 100%;
		padding: 20px;
		margin-bottom: 15px;
	}
	#other_area .other_area_i:last-child {
		margin-bottom: 0;
	}
	#other_area .area_name {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	#other_area .car_list {
		min-height: auto;
	}
	#other_area .car_list li {
		width: auto;
		display: inline-flex;
		padding: 6px 12px;
		font-size: 1.3rem;
		margin-right: 5px;
		margin-bottom: 8px;
	}
	#other_area .car_list li:before {
		content: "●";
		font-size: 1.0rem;
	}
	#other_area .area_link {
		font-size: 1.4rem;
		padding: 15px;
		box-sizing: border-box;
		width: 100%;
	}
}

#station{
	padding: 70px 0;
}
.all_station_map_w {
	margin-bottom: 30px;
	position: relative;
}
.all_station_map_w #map {
	width: 100%;
	height: 400px;
	border-radius: 15px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.map_legend {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(255, 255, 255, 0.95);
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	font-size: 14px;
	z-index: 1000;
}
.legend_item {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.legend_item:last-child {
	margin-bottom: 0;
}
.legend_icon {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	border-radius: 50%;
}
.legend_icon.current {
	background: #ff6b6b;
}
.legend_icon.station {
	background: #339af0;
}
.legend_icon.nearest {
	background: #51cf66;
	animation: pulse 2s infinite;
}
.stations_container {
	display: grid;
	gap: 25px;
}
.leaflet-tooltip{
	font-size: 1.4rem;
}
.location_status{
	display: none;
}
.station_w {
	border-radius: 15px;
	overflow: hidden;
	padding: 20px;
	transition: all 0.3s ease;
	border: 3px solid transparent;
	display: none;
}
.station_w.active {
	display: block;
}

.map_w {
	position: relative;
	height: 250px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}
.map_w .leaflet-container {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

/* ナビゲーションボタンのスタイル */
.navigation_btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 16px;
	border: none;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	z-index: 1000;
	background: #3b8ac4;
	color: #fff;
}

.navigation_btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	background: #2d7bb5;
}

.navigation_btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.navigation_icon {
	font-size: 16px;
}

.navigation_text {
	font-size: 14px;
	letter-spacing: 0.5px;
}

/* 距離バッジのスタイル */
.distance_badge {
	background: #51cf66;
	color: white;
	padding: 4px 10px;
	border-radius: 15px;
	font-size: 14px;
	font-weight: 600;
	margin-left: auto;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

#station .station_w .station_i{}
#station .station_w .station_i .station_i_h{
	align-items: center;
	margin-bottom: 20px;
}
#station .station_w .station_i .station_i_h .num{
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	display: flex;
	font-size: 2.0rem;
	font-weight: 600;
	border-radius: 100px;
	line-height: 1;
	margin-right: 15px;
	flex-shrink: 0;
}
#station .station_w .station_i .station_i_h h3{
	font-size: 2.2rem;
}
#station .station_w .station_i .map_w iframe{
	width: 100%;
	height: 400px;
}
#station .station_w .station_i .hotel_li_w{
	margin-bottom: 20px;
}
#station .station_w .station_i .hotel_li_w h4{
	display: table;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 100px;
	margin-bottom: 15px;
}
#station .station_w .station_i .hotel_li_w ul{
	gap: 5px;
}
#station .station_w .station_i .hotel_li_w ul li{
	width: 32.5%;
	padding:5px 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
#station .station_w .station_i .hotel_li_w ul li:before{
	content: "";
	width: 8px;
	height: 8px;
	background: #3b8ac4;
	display: block;
	border-radius: 100px;
	margin-right: 10px;
}
#station .station_btn_w{
	text-align: center;
}
#station .station_btn_w a{
	display: inline-block;
	width: 70%;
	border-radius: 100px;
	padding: 15px;
	font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
	#station{
		padding: 40px 0;
	}
	#station .all_station_map_w iframe {
		width: 100%;
		height: 230px;
	}
	#station .station_w{
		padding: 5% 3%;
	}
	#station .station_w .station_i .station_i_h .num {
		width: 40px;
		height: 40px;
		align-items: center;
		justify-content: center;
		display: flex;
		font-size: 1.8rem;
		font-weight: 600;
		border-radius: 100px;
		line-height: 1;
		margin-right: 10px;
		flex-shrink: 0;
	}
	#station .station_w .station_i .station_i_h h3 {
		font-size: 1.8rem;
	}
	#station .station_w .station_i .map_w iframe {
		width: 100%;
		height: 160px;
	}
	#station .station_w .station_i .hotel_li_w ul li{
		width: 100%;
	}
	#station .station_w .station_i .hotel_li_w h4{
		font-size: 1.4rem;
	}
	#station .station_btn_w a{
		display: inline-block;
		width: 100%;
		border-radius: 100px;
		padding: 15px;
		font-size: 1.4rem;
		box-sizing: border-box;
	}
	
	/* ナビゲーションボタンのスマホ対応 */
	.navigation_btn {
		font-size: 12px;
		padding: 6px 12px;
		bottom: 8px;
		right: 8px;
	}
	
	.navigation_icon {
		font-size: 14px;
	}
	
	.navigation_text {
		font-size: 12px;
	}
	
	.distance_badge {
		font-size: 12px;
		padding: 3px 8px;
	}
}

.preparation{
	text-align: center;
	padding: 30px 0 40px;
}
@media screen and (max-width: 750px) {}

#point_02_w{
	padding: 70px 0 60px;
	position: relative;
	overflow: hidden;
}
#point_02_w::before {
	content: "";
	display: block;
	background: url(../images/deco.svg);  /* 修正: ../../images/ → ../images/ */
	width: calc(600 / 1400 * 100vw);
	height: calc(460 / 1400 * 100vw);
	background-size: cover;
	background-position: center;
	position: absolute;
	right: calc(-200 / 1400 * 100vw);
	top: calc(-230 / 1400 * 100vw);
}
#point_02_w::after {
	content: "";
	display: block;
	background: url(../images/deco.svg);  /* 修正: ../../images/ → ../images/ */
	width: calc(600 / 1400 * 100vw);
	height: calc(460 / 1400 * 100vw);
	background-size: cover;
	background-position: center;
	position: absolute;
	left: calc(-200 / 1400 * 100vw);
	bottom: calc(-230 / 1400 * 100vw);
	transform: rotate(45deg);
}
#point_02_w .point_02_img_txt_w{
	margin-bottom: 30px
}
#point_02_w .point_02_img_txt_w .flex{
	justify-content: space-between;
}
#point_02_w .point_02_img_txt_w ul li{
	width: 18%;
	text-align: center;
}
#point_02_w .point_02_img_txt_w ul li .imgarea{
	margin-bottom: 15px;
}
#point_02_w .point_02_img_txt_w ul li .txt{
	line-height: 1.5;
	font-weight: 500;
}
#point_02_w .point_02_u_lis_w{
	justify-content: space-between;
}
#point_02_w .point_02_u_lis_w li{
	width: 32.5%;
	padding: 10px;
	box-sizing:border-box;
	font-weight: 600;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
}
#point_02_w .point_02_u_lis_w li:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #3b8ac4;
	display: block;
	border-radius: 100px;
	margin-right: 10px;
	background: url(../images/check.png);  /* 修正: ../../images/ → ../images/ */
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 750px) {
	#point_02_w{
		padding: 40px 0;
	}
	#point_02_w::before{
		width: 300px;
    	height: 210px;
	}
	#point_02_w::after{
		width: 300px;
    	height: 210px;
	}
	#point_02_w .point_02_img_txt_w .flex {
		justify-content: center;
	}
	#point_02_w .point_02_img_txt_w {
		margin-bottom: 10px;
	}
	#point_02_w .point_02_img_txt_w ul li{
		width: 30%;
		margin: 0 5px 5px;
	}
	#point_02_w .point_02_u_lis_w li{
		margin-bottom: 5px;
		width: 100%;
	}
}

.cta{
	background: url(../images/cta_bg.jpg);  /* 修正: ../../images/ → ../images/ */
	background-size: cover;
	background-position: center;
	padding: 15px 0 40px;
}
.cta .in_in{
	width: 620px;
}
.cta .cta_h{
	align-items: center;
	justify-content: center;
}
.cta .cta_h .txt{
	position: relative;
	z-index: 2;
	font-size: 2.4rem;
	font-weight: 600;
}
.cta .cta_h .txt .txt_row{
	display: inline-block;
	padding: 5px;
	box-sizing: border-box;
	line-height: 1.25;
	margin-bottom: 5px;
}
.cta .cta_btn_w{
    position: relative;
    z-index: 2;
    margin-top: -30px;
	justify-content: center;
}
.cta .cta_btn_w a{
	padding: 15px;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 100px;
}
.cta .cta_btn_w .ico{
	width: 40px;
	margin-right: 10px;
}
@media screen and (max-width: 750px) {
	.cta {
		padding: 25px 0 25px;
	}
	.cta .in_in {
		width: 94%;
	}
	.cta .cta_h{
		display: block;
	}
	.cta .cta_h .txt{
		font-size: 1.8rem;
		position: relative;
		z-index: 2;
	}
	.cta .cta_h .imgarea{
		position: absolute;
		width: 37%;
		right: 0%;
		top: -5%;
	}
	.cta .cta_btn_w{
		margin-top: 20px;
	}
	.cta .cta_btn_w a{
		font-size: 1.6rem;
	}
	.cta .cta_btn_w .ico{
		width: 35px;
	}
	
}

#case{
	padding: 70px 0;
}
#case .case_h{
	text-align: center;
	margin-bottom: 30px;
}
#case .case_d_w{
	justify-content: space-between;
}
#case .case_d_w .case_i{
	width: 49%;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
}
#case .case_d_w .case_i .imgarea{
	margin-bottom: 10px;
	text-align: center;
}
#case .case_d_w .case_i .imgarea img{
	width: 115px;
}
#case .case_d_w .case_i .txtarea{

}
#case .case_d_w .case_i .txtarea h3{
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 15px;
}
#case .case_d_w .case_i .txtarea ul li{
	padding:5px 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
#case .case_d_w .case_i .txtarea ul li:before{
	content: "";
	width: 8px;
	height: 8px;
	background: #3b8ac4;
	display: block;
	border-radius: 100px;
	margin-right: 10px;
	flex-shrink: 0;
}
@media screen and (max-width: 750px) {
	#case{
		padding: 40px 0 20px;
	}
	#case .case_d_w .case_i{
		width: 100%;
		margin-bottom: 20px;
	}
}

#use {
	padding: 70px 0;
}
#use .use_d_w{
	position: relative;
	z-index: 2;
	margin-top: -30px;
	padding: 0 20px;
	justify-content: space-between;
}
#use .use_d_w .use_d_i{
	width: 32.5%;
	padding: 15px;
	box-sizing: border-box;
	align-items: center;
}
#use .use_d_w .use_d_i .imgarea{
	width: 20%;
	flex-shrink: 0;
	margin-right: 15px;
}
#use .use_d_w .use_d_i .txt{
	line-height: 1.5;
	font-weight: 500;
}
@media screen and (max-width: 750px) {
	#use{
		padding: 40px 0;
	}
	#use .in{
		width: 100%;
	}
	#use .use_d_w{
		padding: 0 3%;
	}
	#use .use_d_w .use_d_i{
		width: 100%;
		margin-bottom: 10px;
	}
}

#flow{
	padding: 70px 0;
}
#flow .flow_h{
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	#flow{
		padding: 40px 0;
	}
}

#otoku{
	padding: 70px 0;
}
#otoku .otoku_d_w{
	justify-content: space-between;
}
#otoku .otoku_d_w .otoku_d_i{
	width: 48%;
}
#otoku .otoku_d_w .otoku_d_i .imgarea{}
#otoku .otoku_d_w .otoku_d_i .imgarea img{
	width: 100%;
}
#otoku .otoku_d_w .otoku_d_i .txtarea{
	position: relative;
	padding: 30px 20px 20px;
}
#otoku .otoku_d_w .otoku_d_i .txtarea .baloon {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 70%;
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	padding: 3px;
	border-radius: 100px;
	box-sizing: border-box;
}
#otoku .otoku_d_w .otoku_d_i .txtarea h3{
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}
#otoku .otoku_d_w .otoku_d_i .txtarea h3 .l_txt{
	font-size: 2.8rem;
}
@media screen and (max-width: 750px) {
	#otoku{
		padding: 40px 0;
	}
	#otoku .otoku_d_w .otoku_d_i{
		width: 100%;
		margin-bottom: 15px;
	}
	#otoku .otoku_d_w .otoku_d_i .txtarea .baloon{
		font-size: 1.6rem;
	}
	#otoku .otoku_d_w .otoku_d_i .txtarea h3{
		font-size: 2.0rem;
	}
	#otoku .otoku_d_w .otoku_d_i .txtarea h3 .l_txt{
		font-size: 2.6rem;
	}
}

.faq_btn_w{
	margin-top: 70px;
}
.faq_btn_w a{
	display: block;
	width: 70%;
	text-align: center;
	font-size: 1.8rem;
	border: 1px solid;
	border-radius: 100px;
	padding: 15px;
	margin: auto;
}
@media screen and (max-width: 750px) {
	.faq_btn_w{
		margin-top: 40px;
	}
}

#info{
	padding: 70px 0;
}
#info .info_w h3{
	margin-bottom: 15px;
	padding: 10px;
}
#info .info_w h3 span{
	font-size: 2.0rem;
	font-weight: 600;
	border-left: 3px solid #fff;
	padding-left: 10px;
}
#info .info_w dl{
	margin-bottom: 15px;
}
#info .info_w dl .info_i_w{
	padding:10px 20px;
	align-items: center;
	margin-bottom: 5px;
}
#info .info_w dl .info_i_w dt{
	width: 28%;
	text-align: center;
	border-right: 1px solid #898989;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#info .info_w dl .info_i_w dd{
	padding-left: 30px;
}
@media screen and (max-width: 750px) {
	#info{
		padding: 40px 0;
	}
	#info .info_w dl .info_i_w{
		text-align: left;
	}
	#info .info_w dl .info_i_w dt{
		width: 100%;
		height: auto;
		padding-bottom: 10px;
		display: block;
		border-right: 0px solid #898989;
		border-bottom: 1px solid #898989;
		text-align: left;
	}
	#info .info_w dl .info_i_w dd {
		padding-left: 0;
		padding-top: 10px;
	}
}

footer{
	background: #333;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	padding: 20px 0px;
}
@media screen and (max-width: 900px) {
	footer{
		padding-bottom: 80px;
	}
}

.fixed_foot{
	display: none;
}
@media screen and (max-width: 900px) {
	.fixed_foot{
		padding: 5px;
		position: fixed;
		width: 100%;
		background: #fff;
		bottom:0;
		box-sizing: border-box;
		z-index: 999;
	}
	.fixed_foot a{
		padding: 15px;
		justify-content: center;
		font-size: 1.6rem;
		font-weight: 500;
		border-radius: 100px;
	}
	.fixed_foot .ico{
		width: 35px;
		margin-right: 10px;
	}
}

/* 車両lineup用のスタイル（既存のhotel_li_wと同じスタイルを適用） */
#station .station_w .station_i .lineup_li_w{
	margin-bottom: 20px;
}
#station .station_w .station_i .lineup_li_w h4{
	display: table;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 100px;
	margin-bottom: 15px;
}
#station .station_w .station_i .lineup_li_w ul{
	gap: 5px;
}
#station .station_w .station_i .lineup_li_w ul li{
	width: 32.5%;
	padding:5px 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
#station .station_w .station_i .lineup_li_w ul li:before{
	content: "";
	width: 8px;
	height: 8px;
	background: #3b8ac4;
	display: block;
	border-radius: 100px;
	margin-right: 10px;
}

/* スマホ表示用 */
@media screen and (max-width: 750px) {
	#station .station_w .station_i .lineup_li_w ul li{
		width: 100%;
	}
	#station .station_w .station_i .lineup_li_w h4{
		font-size: 1.4rem;
	}
}