/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 14 2024 | 02:50:39 */
/* 共通箇所 - common
-------------------------------------------------- */
body.es-page-support .main-header-bar.es-header-breadcrumb,
body.es-page-support .site-content,
body.es-page-support footer.site-footer {
	margin-left: 300px;
}

body.nav_moved .rtc_list_qa_anker {
	padding-top: 90px;
}

.rtc_support_cover {
	padding: 0 !important;
}

.rtc_flex_column { flex-direction: column; }


/* サイドメニュー - side_menu
-------------------------------------------------- */
.rtc_side_menu {
	position: fixed;
	padding: 200px 10px 80px;
	top: 0;
	left: 0;
	width: 300px;
/* 	height: 100vh; */
	height: 100%;
	flex-direction: column;
	background: #fff;
	z-index: 101;
	overflow: auto;
}
.rtc_side_menu > li {
	width: 100%;
	border: none;
	border-radius: 0;
}
.rtc_side_menu > li:not(:last-child) {
	margin-bottom: 10px;
}


.rtc_list_qa_anker {
	margin: 20px 0;
	list-style: none;
	display: flex;
/* 	flex-wrap: wrap; */
	transition: all ease .6s;
}

.rtc_list_qa_anker > li a {
	display: flex;
	align-items: center;
	padding: 10px;
	color: #fff;
	background-color: rgba( 145, 191, 82, 1 );
	border-radius: 50vh;
	text-decoration: none;
	transition: ease all .6s;
}
.rtc_list_qa_anker > li a::before {
	display: inline-block;
	content: '';
	margin-right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.rtc_list_qa_anker > li a:hover {
	background-color: rgba( 239, 181, 33, 1 );
}
.rtc_list_qa_anker > li:nth-child(1) a::before { background-image: url( '/app/uploads/sites/471/2023/11/support_icon01.png' ); }
.rtc_list_qa_anker > li:nth-child(2) a::before { background-image: url( '/app/uploads/sites/471/2023/11/support_icon02.png' ); }
.rtc_list_qa_anker > li:nth-child(3) a::before { background-image: url( '/app/uploads/sites/471/2023/11/support_icon03.png' ); }
.rtc_list_qa_anker > li:nth-child(4) a::before { background-image: url( '/app/uploads/sites/471/2023/11/support_icon04.png' ); }
.rtc_list_qa_anker > li:nth-child(5) a::before { background-image: url( '/app/uploads/sites/471/2023/11/support_icon05.png' ); }
.rtc_list_qa_anker > li:nth-child(6) a::before { background-image: url( '/app/uploads/sites/471/2023/11/support_icon06.png' ); }
.rtc_list_qa_anker > li:nth-child(7) a::before { background-image: url( '/app/uploads/sites/471/2023/11/support_icon07.png' ); }
.rtc_list_qa_anker > li:nth-child(8) a::before { background-image: url( '/app/uploads/sites/471/2023/11/support_icon08.png' ); }
.rtc_list_qa_anker > li:nth-child(9) a::before { background-image: url( '/app/uploads/sites/471/2023/11/support_icon09.png' ); }


/* タイトル - title
-------------------------------------------------- */
.rtc_title_fukidashi {
	position: relative;
	padding: 10px 20px;
	color: #fff !important;
	text-align: left;
	background: rgba( 113, 176, 211, 1 );
	border-radius: 10px;
}
.rtc_title_fukidashi::before {
  position: absolute;
	content: '';
	display: block;
	width: 25px;
	height: 20px;
	left: 50px;
	bottom: -15px;
	background: rgba( 113, 176, 211, 1 );
	clip-path: polygon( 50% 100%, 0 0, 100% 0 );
}


/* Q&Aリスト - qalist
-------------------------------------------------- */
.rtc_qa_list {
	margin: 30px 0;
}
.rtc_qa_list dt {
	cursor: pointer;
	display: flex;
	margin-top: 20px;
	padding: 10px 20px;
	width: 100%;
	color: #555;
	background: rgba( 228, 240, 248, 1 );
	border-radius: 10px;
	transition: ease all .6s;
	float: none;
}
.rtc_qa_list dt:nth-child(even) {
	background: rgba( 231, 244, 245, 1 );
}
.rtc_qa_list dt::before,
.rtc_qa_list dd::before {
	content: '';
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background-image: url( '/app/uploads/sites/471/2023/11/support_icon_q.png' );
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	color: rgba( 45, 144, 250, 1 );
	flex-shrink: 0;
}
.rtc_qa_list dd:before {
	background-image: url( '/app/uploads/sites/471/2023/11/support_icon_a.png' );
	color: rgba( 193, 38, 131, 1 );
}

.rtc_qa_goukakumae dt::before { background-image: url( '/app/uploads/sites/471/2021/06/Q.png' ); }
.rtc_qa_goukakumae dd::before { background-image: url( '/app/uploads/sites/471/2021/06/A.png' ); }
.rtc_qa_list dd p {
	margin-bottom: 0 !important;
}

.rtc_qa_list dt::after {
	margin-left: auto;
	content: '\f055';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	transition: all ease .6s;
	color: rgba( 239, 181, 33, 1 );
	align-self: center;
}

.rtc_qa_list dt.is_active::after {
	color: rgba( 50, 136, 196, 1 );
	transform: rotate( 45deg );
}
.rtc_qa_list dt.is_active {
	border-radius: 10px 10px 0 0;
}

.rtc_qa_list dd {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 20px;
	width: 100%;
	height: 0;
	font-size: 14px;
	border-radius: 0 0 10px 10px;
	background: rgba( 228, 240, 248, 1 );
	overflow: hidden;
	transition: all ease .6s;
	float: none;
}
.rtc_qa_list dd div {
	display: flex;
/* 	flex-wrap: wrap; */
	flex: 1;
}
.rtc_qa_list dd img {
	margin-left: auto;
	padding-left: 20px;
	max-width: 350px;
	align-self: flex-start;
}

.rtc_qa_list dt.is_active + dd {
	padding: 20px;
	height: auto;
}

.rtc_btn_support {
	display: block;
	margin-top: 10px;
	padding: 5px 30px;
	width: 100%;
	color: #fff;
	text-align: center;
	border-radius: 50vh;
	background-color: rgba( 92, 165, 216, 1 );
}
.rtc_btn_support:hover {
	color: #fff;
	text-decoration: none;
	opacity: .6;
}

.rtc_qa_list dt.rtc_color_blue, .rtc_qa_list dd.rtc_color_blue {
	background-color: rgba( 231, 244, 245, 1 );
}


/* 駐車場 - parking
-------------------------------------------------- */
body.es-page-parking .main-header-bar.es-header-breadcrumb, body.es-page-parking .site-content, body.es-page-parking footer.site-footer {
	margin-left: 300px;
}

.rtc_list_parking_anker > li:nth-child(1) a::before { background-image: url( '/app/uploads/sites/471/2024/06/parking_icon01.png' ); }
.rtc_list_parking_anker > li:nth-child(2) a::before { background-image: url( '/app/uploads/sites/471/2024/06/parking_icon02.png' ); }
.rtc_list_parking_anker > li:nth-child(3) a::before { background-image: url( '/app/uploads/sites/471/2024/06/parking_icon03.png' ); }
.rtc_list_parking_anker > li:nth-child(4) a::before { background-image: url( '/app/uploads/sites/471/2024/06/parking_icon04.png' ); }
.rtc_list_parking_anker > li:nth-child(5) a::before { background-image: url( '/app/uploads/sites/471/2024/06/parking_icon05.png' ); }

.rtc_parking_list dt::before {
	background-image: url( '/app/uploads/sites/471/2024/06/icon_check.png' );
}
.rtc_parking_list dd::before {
	background-image: url( '/app/uploads/sites/471/2024/06/icon_arrow.png' );
}
.rtc_btn_parking {
	margin-top: 20px;
	display: block;
	padding: 10px 20px;
	text-align: center;
	font-size: 16px;
	border-radius: 40px;
	color: #555555;
	background-color: #faf500;
	transition: .6s all ease;
}
.rtc_btn_parking:hover {
	text-decoration: none;
	opacity: .6;
}

.rtc_parking_list dd div {
	flex-direction: column;
}

.rtc_parking_note {
	color: #cf2e2e;
	text-align: center;
}


.rtc_tbl_parking table tr td {
	border: 1px solid #A4A4A4 !important;
}

.rtc_tbl_parking table tr:nth-child( odd ) td {
	background-color: rgba( 113, 176, 211, .3 );
}
.rtc_tbl_parking table tr:nth-child( even ) td {
	background-color: transparent;
}

.rtc_color_red { color: #cf2e2e; }


/* スマホ版 - sp
-------------------------------------------------- */
@media ( max-width:768px ) {
	/* 共通箇所 - common
	-------------------------------------------------- */
	body.es-page-support .main-header-bar.es-header-breadcrumb,
	body.es-page-support .site-content,
	body.es-page-support footer.site-footer {
		margin-left: 0;
	}

	body.nav_moved .rtc_list_qa_anker {
		padding-top: 0;
	}
	
	.rtc_sp { display: none; }
	
	.rtc_support_cover {
		margin-bottom: 0;
		min-height: 100% !important;
	}
	
	/* タイトル - title
	-------------------------------------------------- */
	.rtc_title_fukidashi {
		margin: 0 10px;
	}
	
	/* サイドメニュー - side_menu
	-------------------------------------------------- */
	.rtc_side_menu {
		position: static;
		padding-top: 0;
		width: 100%;
		height: auto;
		box-shadow: none;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.rtc_list_qa_anker {
		margin: 0;
		padding: 20px 10px !important;
	}
	.rtc_list_qa_anker > li:not(:last-child) {
		border-bottom: none;
	}
	.rtc_list_qa_anker > li a {
		padding: 10px;
		font-size: 14px;
	}
	.rtc_list_qa_anker > li {
		margin-bottom: 10px;
/* 		width: 48%; */
		width: 32%;
		border-radius: 10px;
/* 		background: rgba( 245, 245, 245, 1 ); */
	}
/* 	.rtc_list_qa_anker > li:nth-child( odd ) {
		margin-right: 4%;
	} */
	.rtc_list_qa_anker > li:not(:nth-child(3n)) {
		margin-right: 2%;
	}
		
	
	.rtc_qa_list dt {
		font-size: 14px;
	}
	.rtc_qa_list dd div {
		flex-direction: column;
	}
	.rtc_qa_list dd div img {
		margin: 10px 0 0;
		padding-left: 0;
	}
	
	.rtc_btn_support {
		margin: 10px auto;
		width: 100%;
	}
	
	/* 駐車場 - parking
	-------------------------------------------------- */
	body.es-page-parking .main-header-bar.es-header-breadcrumb,
	body.es-page-parking .site-content,
	body.es-page-parking footer.site-footer {
		margin-left: 0;
	}
	.rtc_list_parking_anker > li > a {
		font-size: 11px;
	}
	
	.parkingPriceSP p {
		font-size: 10px !important;
		font-weight: bold;
	}
	
	.rtc_tbl_parking table tr td {
		font-size: 9px;
	}
}

/* タブレット版 - tablet
-------------------------------------------------- */
@media ( max-width:480px ) {
	.rtc_list_qa_anker > li {
		width: 49%;
	}
	.rtc_list_qa_anker > li:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.rtc_list_qa_anker > li:nth-child( odd ) {
		margin-right: 2%;
	}
}