/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 07 2025 | 06:54:22 */
@import url( 'https://fonts.googleapis.com/css2?family=Julee&display=swap' );

header#masthead {
	display: none;
}


header#header_org .header_fixed {
	position: fixed;
	display: flex;
	padding: 0 20px;
	width: 100%;
	top: 95px;
	transition: all ease .6s;
	z-index: 9999;
}
body.home header#header_org .header_fixed { top: auto; }
body:not(.home) #header_org .rtc_cautionary_note {
	display: none;
}
body.home .rtc_cautionary_note { display: none; }
body.home #header_org .rtc_cautionary_note { display: block; }

header#header_org .header_fixed h1.header_logo {
	margin-right: auto;
}
header#header_org .header_fixed h1.header_logo img {
	max-width: 200px;
	filter: drop-shadow( 0px 0px 5px rgba( 255, 255, 255, 0.6 ) );
}
header#header_org .header_fixed a {
	text-decoration: none;
}

.header_nav {
	list-style: none;
	margin: 0;
	display: flex;
	align-items: center;
}
.header_nav > li:not(:last-child) {
	box-shadow: 0 0 5px rgba( 0, 0, 0, .3 );
}
.header_nav > li, .header_nav > li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_nav > li.phone, .header_nav > li.mail {
	width: 150px;
	height: 40px;
	background: #fff;
}

.header_nav > li.phone {
	border-radius: 30px 0 0 30px;
	font-weight: bold;
}
.header_nav > li.mail {
	border-radius: 0 30px 30px 0;
	background: #162d5e;
}
.header_nav > li.mail a {
	color: #fff;
}

.header_nav > li.history, .header_nav > li.favorite {
	margin-left: 10px;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
}

.header_nav > li.history .history-count,
.header_nav > li.favorite .favorite-count {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	top: -5px;
	right: -15px;
	font-size: 14px;
	border-radius: 50%;
	color: #828282;
	background-color: #ddd;
}
.header_nav > li.history .history-count.em, .header_nav > li.favorite .favorite-count.em {
	color: #fff;
	background-color: red;
}

.header_nav > li:last-child {
	margin-left: 20px;
}
.header_nav > li.menu {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}
.header_nav > li.menu::before {
	font-family: 'Material Icons Round';
	content: '\e5d2';
	font-size: 30px;
}

.header_nav > li a::before {
	font-family: 'Material Icons Round';
	font-size: 24px;
}
.header_nav > li.history a::before { content: '\e889'; }
.header_nav > li.favorite a::before { content: '\e87d'; }


/* ナビ
-------------------------------------------------- */
nav#nav_org {
	position: fixed;
	top: 0;
	right: -100%;
	width: 800px;
	height: 100vh;
	background: #fff;
	box-shadow: 0 0 5px rgba( 0, 0, 0, .5 );
	z-index: 9998;
	transition: 1s all ease;
	display: flex;
	justify-content: center;
	align-items: center;
}
nav#nav_org.is_active {
	right: 0;
	overflow-y: auto;
}

nav#nav_org .nav_inner {
	padding: 100px 20px;
    width: 100%;
    height: 90%;
    overflow-y: scroll;
}

nav#nav_org .nav_ttl {
	display: flex;
	align-items: center;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
nav#nav_org .nav_ttl::before {
	margin-right: 5px;
	font-family: 'Material Icons Round';
	font-size: 36px;
	font-weight: normal;
	content: '\e8b8';
}

nav#nav_org .nav_list {
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
nav#nav_org .nav_list > li {
	width: 50%;
}

nav#nav_org ul.icon_link_list > li {
	width: 23.5%;
}
nav#nav_org ul.icon_link_list > li:not(:nth-child(5n)) {
	margin-right: 0;
}
nav#nav_org ul.icon_link_list > li:not(:nth-child(4n)) {
	margin-right: 2%;
}

nav#nav_org ul.icon_link_list > li a {
	min-height: 80px;
}
nav#nav_org ul.icon_link_list > li a i {
	font-size: 20px;
}
nav#nav_org ul.icon_link_list > li a span {
	font-size: 12px;
}

/* スマホ版 - sp
-------------------------------------------------- */
@media ( width <= 480px ) {
	nav#nav_org.is_active {
		overflow: scroll;
	}
	nav#nav_org ul.icon_link_list > li {
		margin-right: 0;
		width: 32%;
	}
	nav#nav_org ul.icon_link_list > li:not(:nth-child(4n)) { margin-right: 0; }
	nav#nav_org .nav_inner {
		padding: 200px 20px 50px;
		width: 100%;
		height: 100%;
	}
	nav#nav_org .nav_ttl {
		font-size: 16px;
	}
	nav#nav_org .nav_ttl::before {
		font-size: 24px;
	}
}


/* ヘッダー(ver2) - header
-------------------------------------------------- */
.kari_block {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: gray;
	overflow: hidden;
}
#header_ver2 {
	display: flex;
	align-items: center;
	padding: 20px;
}
#header_ver2 h1 {
	margin-right: auto;
	margin-bottom: 0;
}
#header_ver2 h1 a {
	display: block;
}
#header_ver2 h1 img {
	width: 200px;
}
#header_ver2 h1 a:hover img {
	transform: scale(1);
}

#nav_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 50px;
/* 	background-color: #fff;
	border-radius: 50%; */
	cursor: pointer;
	position: relative;
	z-index: 9;
}
#nav_menu > span {
	position: relative;
	display: block;
	background: #142d62;
	width: 40px;
	height: 3px;
	border-radius: 50vh;
	transition: background 10ms 300ms ease;
}
#nav_menu > span::before, #nav_menu > span::after {
	content: '';
	transition: top 300ms 350ms ease, transform 300ms 50ms ease;
	position: absolute;
	background: #142d62;
	width: 40px;
	height: 3px;
	border-radius: 50vh;
}
#nav_menu > span::before { top: -12px; }
#nav_menu > span::after { top: 12px; }

#nav_menu.is_active > span { background: transparent; }
#nav_menu.is_active > span::before { transform: rotate( 45deg ); }
#nav_menu.is_active > span::after { transform: rotate( -45deg ); }

#nav_menu.is_active > span::before, #nav_menu.is_active > span::after {
	transition: top 300ms 50ms ease, transform 300ms 350ms ease;
	top: 0;
}

#rtc_list_nav {
	position: absolute;
	top: 0;
	right: -120%;
	width: 980px;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 0 3px rgba( 0, 0, 0, .2 );
	transition: all ease .6s;
}
#nav_menu.is_active + #rtc_list_nav {
	right: 0;
}

nav#rtc_list_nav .nav_inner {
    padding: 100px 20px;
    width: 100%;
    height: 90%;
    overflow-y: scroll;
}
nav#rtc_list_nav .nav_ttl {
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #333;
}
nav#rtc_list_nav .nav_ttl::before {
	content: '\f013';
    margin-right: 5px;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 24px;
}
nav#rtc_list_nav .nav_ttl::after {
	display: none;
}

nav#rtc_list_nav ul.icon_link_list > li a i {
	margin-bottom: 10px;
	font-size: 24px;
}
nav#rtc_list_nav ul.icon_link_list > li a span {
	font-size: 14px;
	font-weight: bold;
}

.rtc_list_icon_nav {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.rtc_list_icon_nav > li {
	width: 33.3%;
}
.rtc_list_icon_nav > li:not(:nth-child(3n)) a {
	border-right: dashed 1px #fff;
}
.rtc_list_icon_nav > li a {
	display: block;
	padding: 10px 20px;
	text-align: left;
	color: #fff;
	background-color: #162d5e;
	border-bottom: dashed 1px #fff;
	transition: all ease .6s;
}
.rtc_list_icon_nav > li a:hover {
	text-decoration: none;
	background-color: #4a9af8;
}
.rtc_list_icon_nav > li a i {
	margin-right: 10px;
}

@media ( width <= 480px ) {
	#rtc_list_nav {
		width: 100%;
	}
	.rtc_list_icon_nav > li {
		width: 50%;
	}
	.rtc_list_icon_nav > li:not(:nth-child(3n)) a {
		border-right: none;
	}
	.rtc_list_icon_nav > li:nth-child(odd) a {
		border-right: 1px dashed #fff;
	}
}