/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 20 2023 | 07:19:52 */
/* オリジナルヘッダー
-------------------------------------------------- */
header.site-header { display: none; }

/* ヘッダー
-------------------------------------------------- */
.rtc_custom_header {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 3px rgba( 0, 0, 0, .3 );
	z-index: 9;
}

.rtc_header_inner {
	display: flex;
	align-items: center;
	margin: 0 auto;
	max-width: 1280px;
}

.rtc_header_inner nav {
	display: flex;
}


/* ロゴ
-------------------------------------------------- */
.rtc_header_inner > h1 {
	margin-right: auto;
	padding: 10px;
}
.rtc_header_inner > h1 img {
	max-width: 80%;
}


/* ナビ
-------------------------------------------------- */
.rtc_list_nav {
	display: flex;
	align-items: center;
	margin: 0;
}

.rtc_list_nav > li {
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
	text-align: center;
	cursor: pointer;
}
.rtc_list_nav > li:not(:last-child)::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background: linear-gradient(180deg, rgba(230,0,18,1) 50%, rgba(0,104,183,1) 50%);
	opacity: 0;
	transition: ease all .6s;
}
.rtc_list_nav > li:hover::before {
	opacity: 1;
}

.rtc_list_nav > li > p {
	margin-bottom: 0 !important;
	font-size: 14px;
	font-weight: bold;
	transition: ease all .6s;
}
.rtc_list_nav > li > a {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.rtc_list_nav > li > p:hover,
.rtc_list_nav > li > a:hover {
	color: rgba( 230, 0, 18, 1 );
	text-decoration: none;
}
.rtc_list_nav > li:not(:last-child) {
	margin-right: 20px;
}

.rtc_list_nav > li:last-child a {
	display: block;
	padding: 20px;
	color: #fff;
	background-color: rgba( 230, 0, 18, 1 );
}

.rtc_list_nav > li:last-child a i {
	margin-right: 10px;
}


/* サブメニュー
-------------------------------------------------- */
.rtc_list_submenu {
	display: none;
	position: absolute;
	top: 50px;
	margin: 0;
	width: 250px;
    background-color: rgba( 68, 173, 228, 1 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .3 );
	border-radius: 10px;
	opacity: 0;
	transition: all ease .6s;
	z-index: -1;
	overflow: hidden;
}
.rtc_list_submenu > li a {
	display: block;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	transition: all ease .6s;
}
.rtc_list_submenu > li a:hover {
	background-color: rgba( 230, 0, 18, 1 );
}

.rtc_list_nav > li:hover .rtc_list_submenu {
	display: block;
	opacity: 1;
	z-index: 8;
}


.rtc_header_inner .es_user_identity ul.header_links__list > li.ac_menu, .rtc_nav_sp {
	display: none;		
}


/* スマホ版 - sp
-------------------------------------------------- */
@media ( width <= 480px ) {
	
	.rtc_list_nav { display: none; }
	
	.rtc_header_inner > h1 {
		padding: 0;
		padding-left: 10px;
	}
	
	.rtc_header_inner > h1 img {
		max-width: 100%;
	}
	
	.rtc_custom_header .header_links__list {
		width: 170px;
	}
	
	.rtc_header_inner .es_user_identity ul.header_links__list > li.ac_menu {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px;
		height: 43px;
		font-weight: bold;
		text-align: center;
		color: #fff;
		background-color: #333;
	}
	
	
	.rtc_nav_sp {
		display: block;
		position: fixed;
		padding: 50px 20px;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		background-color: rgba( 255, 255, 255, .8 );
		transition: ease all .6s;
		overflow: auto;
		z-index: 99;
	}
	
	.rtc_nav_sp.is_active {
		right: 0;
	}
	
	.rtc_list_navsp {
		margin: 0 0 30px;
		list-style: none;
	}
	.rtc_list_navsp > li {
		padding: 10px;
	}
	.rtc_list_navsp > li:not(:last-child) {
		border-bottom: 1px solid #333;
	}
	.rtc_list_navsp > li p, .rtc_list_navsp > li a {
		position: relative;
		display: block;
	}
	.rtc_list_navsp > li p::after,
	.rtc_list_navsp > li > a::after {
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY( -50% );
		content: '\f078';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		width: 20px;
		text-align: center;
	}
	.rtc_list_navsp > li:nth-child(2) p::after,
	.rtc_list_navsp > li:nth-child(2) > a::after,
	.rtc_list_navsp > li:nth-child(3) > a::after {
		content: '\f054';
	}
	
	.rtc_list_navsp > li p {
		margin-bottom: 0 !important;
	}
	.rtc_list_navsp > li a {
		color: #333;
	}
	
	.rtc_list_navsp_icon {
		list-style: none;
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
	}
	.rtc_list_navsp_icon > li {
		list-style: none;
		width: 31%;
		background-color: #fff;
	}
	.rtc_list_navsp_icon > li > a {
		padding: 5px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.rtc_list_navsp_icon > li > a p {
		margin-bottom: 0 !important;
		color: #333;
		font-size: 12px;
		font-weight: bold;
	}
	
	.rtc_list_navsp_submenu {
		list-style: none;
		height: 0;
		overflow: hidden;
		opacity: 0;
		transition: ease all .6s;
	}
	
	.rtc_list_navsp_submenu > li a {
		padding: 10px;
	}
	.rtc_list_navsp_submenu > li:not(:last-child) {
		border-bottom: 1px dashed #333;
	}
	
	.rtc_list_navsp > li.is_active > .rtc_list_navsp_submenu {
		margin: 20px 0;
		height: auto;
		opacity: 1;
	}
	
	.rtc_nav_close {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 43px;
		height: 43px;
		color: #fff;
		background-color: #333;
	}
	
	.rtc_nav_sp ul {
		margin-left: 0;
		list-style: none;
	}
	.rtc_nav_sp ul > li { list-style: none; }
	
	.rtc_list_spnav_other > li a {
		display: block;
		padding: 10px;
		text-align: center;
		font-weight: bold;
		color: #fff;
		background-color: rgba( 230, 0, 18, 1 );
	}
	
	.rtc_list_spnav_other > li:nth-child(2) a { background-color: #e4aa01; }
	.rtc_list_spnav_other > li:nth-child(3) a {
		position: relative;
		background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	}

	.rtc_list_spnav_other > li:not(:last-child) {
		margin-bottom: 10px;
	}
	.rtc_list_spnav_other > li a i {
		margin-right: 10px;
	}
	
	.rtc_list_spnav_shopinfo > li {
		text-align: center;
	}
	.rtc_list_spnav_shopinfo > li:not(:last-child) {
		margin-bottom: 10px;
	}
	.rtc_list_spnav_shopinfo > li span {
		display: inline-block;
		margin-right: 10px;
		padding: 5px 10px;
		text-align: center;
		color: #fff;
		background-color: #44ade4;
		border-radius: 10px;
	}
	.rtc_list_spnav_shopinfo > li a {
		color: #44ade4;
		font-size: 21px;
		font-weight: bold;
	}
	
	/* ログイン時処理 - login
	-------------------------------------------------- */
	body.admin-bar .rtc_nav_sp {
		margin-top: 46px;
	}

}