/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 19 2026 | 04:15:37 */
body.is-custom-layout #content, body.es-page-kanri, body.es-page-seiwafudousan-e #content, body.es-page-seiwafudousan-w #content { background: #eeeeee; }
body.is-custom-layout #content > .es-container:nth-of-type(2) {
    margin-bottom: 50px;
    padding: 30px;
    background-color: #fff;
}

body.es-page-advantage.is-custom-layout #content > .es-container:nth-of-type(2) {
	padding-top: 0;
}

body.is-custom-layout .main-header-bar.es-header-breadcrumb {
	background-color: #fff;
}

body.es-page-company #primary, body.es-page-tokyo #primary,
body.es-page-chofu #primary, body.es-page-kanagawa #primary {
	padding-bottom: 0;
}

body.is-custom-layout .es-container.page-header {
	margin: 0 0 40px;
    padding: 40px;
    width: 100%;
    max-width: 100%;
	border-bottom: none;
	background-color: #fff;
}
body.is-custom-layout .entry-header.es-no-meta {
	margin: 0 auto;
	max-width: 1140px;
}


.es-link-container {
	margin-top: 0 !important;
}


.rtc_pageTopWrap {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 100;
}
.rtc_pageTopWrap a {
    display: block;
}
.rtc_pageTopWrap a img {
	width: 60px;
    height: 60px;
}


/* サブビジュアル
-------------------------------------------------- */
header#rtc-custom-subheader {
	min-height: 160px;
	background-image: url( '/app/uploads/sites/1491/2026/05/headersub_bg.jpg' );
}
.rtc_headersub_inner {
	margin: 0 auto;
	max-width: 1140px;
}
.rtc_headersub_inner > p {
	margin-bottom: 0 !important;
	padding-top: 10px;
	font-size: 12px;
}

.rtc_sub_nav {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.rtc_sub_nav > a {
	margin-right: auto;
	display: block;
}
.rtc_sub_nav > ul {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 25px;
	list-style: none;
}
.rtc_sub_nav > ul > li a {
	color: #003399;
	font-weight: bold;
}

header#rtc-custom-subheader .rtc_search_container .rtc_search_form {
	max-width: 400px;
	border: 2px solid #003399;
	border-radius: 2px;
	background: #fff;
}

header#rtc-custom-subheader .rtc_search_container .rtc_search_input_wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

header#rtc-custom-subheader .rtc_search_container .rtc_placeholder_overlay {
	position: absolute;
	left: 12px;
	display: flex;
	align-items: center;
	gap: 6px;
	pointer-events: none;
	color: #70757a;
	font-family: sans-serif;
	font-size: 15px;
	transition: opacity 0.2s ease;
}

header#rtc-custom-subheader .rtc_search_container .rtc_google_logo {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -0.5px;
}

header#rtc-custom-subheader .rtc_search_container .rtc_search_field {
	width: 100%;
	border: none;
	padding: 5px 12px;
	outline: none;
	font-size: 16px;
	background: transparent;
}

header#rtc-custom-subheader .rtc_search_container .is_hidden {
	opacity: 0;
}


/* 支店一覧
-------------------------------------------------- */
.rtc_shop_list {
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.6;
}

.rtc_area_section {
	margin-bottom: 40px;
}

.rtc_area_title {
	display: block;
	text-align: center;
	color: #003399 !important;
	font-size: 1.2rem !important;
	padding-bottom: 10px;
	margin-bottom: 0 !important;
	border-bottom: 1px solid #003399;
}

.rtc_row {
	display: grid;
	grid-template-columns: 2fr 4fr 1.5fr 2fr 40px;
	align-items: center;
	padding: 15px 10px;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #333;
	transition: background 0.2s;
}

.rtc_row:hover {
	text-decoration: none;
	background-color: #f9f9f9;
}
.rtc_office_header.rtc_row:hover {
	background-color: #fff;
}

.rtc_office_header {
	margin-bottom: 20px;
	color: #999;
	font-size: 13px;
	border-bottom: none;
}
.rtc_office_header > div {
	padding: 0 15px;
	border-left: 1px solid #ccc;
}

.rtc_name {
	font-weight: bold;
	color: #003399;
}

.rtc_tel, .rtc_time {
	font-size: 14px;
}

.rtc_col_arrow {
	position: relative;
}
.rtc_col_arrow::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
	margin-left: 10px;
}

.rtc_single_link {
	grid-template-columns: 1fr 40px;
	padding: 20px 10px;
}


/* 支店詳細
-------------------------------------------------- */
.rtc_tbl_office table, .rtc_tbl_office table tr, .rtc_tbl_office table tr td {
	border: none;
}
.rtc_tbl_office table {
	margin-bottom: 0;
	border-top: 1px solid #ccc;
}
.rtc_tbl_office table tr {
	border-bottom: 1px solid #ccc;
}
.rtc_tbl_office table tr td:first-of-type {
	width: 120px;
}
.rtc_tbl_office table tr td:last-of-type {
	width: 100&;
}

.rtc_tbl_office table tr td a {
	text-decoration: underline;
}
.rtc_tbl_office table tr td a:hover {
	text-decoration: none;
}
.rtc_tbl_office table tr td a::after {
	margin-left: 5px;
	content: '\f054';
	color: #8b8b8b;
	font-size: 16px;
	font-weight: 900;
	font-family: 'Font Awesome 7 Free';
}

.rtc_btn_office a.wp-block-button__link {
	position: relative;
	min-width: 340px;
	border-radius: 0;
}
.rtc_btn_office a.wp-block-button__link::after {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY( -50% );
	content: '\f054';
	font-size: 18px;
	font-weight: 900;
	font-family: 'Font Awesome 7 Free';
}

.rtc_map_link {
	margin-bottom: 0 !important;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.rtc_map_link::after {
	margin-left: 10px;
	content: '\f054';
	font-size: 14px;
	font-weight: 900;
	font-family: 'Font Awesome 7 Free';
}

.rtc_block_recommend p {
	background-color: transparent !important;
}

.rtc_office_photo figure img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}


/* 企業情報
-------------------------------------------------- */
.rtc_company_photo img {
	width: 100%;
	height: auto;
}
.rtc_company_photo figcaption {
	text-align: center;
}


/* 生和の管理
-------------------------------------------------- */
.rtc_ttl_kanri span {
	margin: 0 5px;
	font-size: 48px;
}

.rtc_ttl_num strong {
	display: flex;
	align-items: center;
}
.rtc_ttl_num span {
	margin-right: 10px;
	display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #003399;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
	flex-shrink: 0;
}

.rtc_block_strengths figure {
	margin-bottom: 0;
}
.rtc_block_strengths figure img {
	width: 100%;
	height: auto;
}


/* サイトマップ
-------------------------------------------------- */
body.es-page-sitemap #primary {
	padding-bottom: 0;
}

.rtc_sitemap {
	margin: 0 auto;
	padding: 20px;
	border-top: 1px solid #ddd;
	background: #fff;
}

.rtc_sitemap .rtc_section {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.rtc_sitemap .rtc_grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
	align-items: start;
}

.rtc_sitemap a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	display: flex;
	align-items: center;
	transition: opacity 0.2s;
}

.rtc_sitemap a:hover {
	opacity: 0.7;
}

.rtc_sitemap .rtc_link_bold {
	font-weight: bold;
}

.rtc_sitemap a::after {
    content: '\f054';
	margin-left: 8px;
    font-size: 10px;
    font-weight: 900;
    font-family: 'Font Awesome 7 Free';
}

.rtc_sitemap .rtc_sub_group {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.rtc_sp { display: none; }

@media (max-width: 768px) {
	.rtc_sitemap {
		padding: 0;
	}
	.rtc_sitemap .rtc_grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* スマホ版 - sp
-------------------------------------------------- */
@media ( width <= 480px ) {
	.rtc_sp { display: block; }
	.rtc_pc { display: none; }
	
	body.es-page-office #content > .es-container:nth-of-type(2),
	body.es-page-privacypolicy #content > .es-container:nth-of-type(2),
	body.es-page-company #content > .es-container:nth-of-type(2),
	body.es-page-tokyo #content > .es-container:nth-of-type(2) {
		padding: 20px 10px;
	}
	
	#page {
		margin-top: 60px;
	}
	
	.entry-content p {
		font-size: 14px;
	}
	
	
	body.is-custom-layout.es-separate-container #content .es-container.page-header {
		margin-bottom: 0;
		padding: 20px;
		border-bottom: none;
	}
	body.is-custom-layout #content {
		background: #fff;
	}

	body.is-custom-layout #content > .es-container:nth-of-type(2) {
		margin-bottom: 0;
		padding: 20px 10px;
		padding-bottom: 50px;
		background: #eee; 
	}
	body.is-custom-layout #content #primary {
		padding: 25px 10px;
		background: #fff;
	}
	body.es-page-advantage.is-custom-layout #content #primary {
		padding: 0;
	}
	
	
	.page-header h1.entry-title {
		font-size: 16px;
	}
	.es-separate-container .entry-header {
		margin-bottom: 0;
	}

	/* 支店一覧
	-------------------------------------------------- */
	.rtc_office_header {
		display: none;
	}
	.rtc_row {
		grid-template-columns: 1fr 30px;
		gap: 5px;
	}

	.rtc_header {
		display: none;
	}

	.rtc_col {
		grid-column: 1 / 2;
	}
	
	.rtc_table_wrapper a {
		position: relative;
	}
	.rtc_col_arrow {
		position: static;
	}
	.rtc_col_arrow::after {
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY( -50% ) rotate(45deg);
	}

	.rtc_name {
		font-size: 17px;
		margin-bottom: 5px;
	}
	
	
	.rtc_btn_office a.wp-block-button__link {
		min-width: 260px;
		font-size: 14px;
	}
	
	.rtc_photo_container {
		margin: 20px auto;
		text-align: center;
	}
	.rtc_display-area {
		width: 100%;
		height: 300px;
		background: #f0f0f0;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
		overflow: hidden;
	}
	.rtc_photo_buttons {
		display: flex;
		gap: 10px;
		justify-content: center;
	}

	.rtc_photo_btn {
		flex: 1;
		padding: 10px;
		cursor: pointer;
		border: 1px solid #ccc;
		color: #333;
		font-size: 14px;
		background: #cccccc;
		transition: 0.3s;
	}
	.rtc_photo_btn.rtc_active {
		background: #003399;
		color: white;
		border-color: #003399;
	}
	
	.rtc_block_recommend {
		padding-left: 0;
		padding-right: 0;
	}
	.rtc_block_recommend p.has-icon.es_new_block_price { font-size: 12px !important; }
	
	/* 企業情報
	-------------------------------------------------- */
	.rtc_tbl_office table tr td:first-of-type {
		width: 90px;
		font-size: 12px;
	}
	.rtc_tbl_office table tr td:last-of-type {
		font-size: 12px;
	}
	.rtc_company_photo figcaption {
		font-size: 14px;
	}
	
	/* 生和の管理
	-------------------------------------------------- */
	h3.rtc_ttl_num {
		font-size: 14px !important;
	}
	
	
	/* サイトマップ
	-------------------------------------------------- */
	.rtc_sitemap a {
		font-size: 13px;
	}
	.rtc_sitemap .rtc_grid {
		display: block;
	}
	.rtc_sitemap .rtc_grid a {
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}
	.rtc_sitemap .rtc_section {
		padding: 0;
		border-bottom: none;
	}
	.rtc_sitemap .rtc_grid .rtc-sub-group a {
		padding-left: 20px;
	}
	
	.rtc_sitemap a::after {
		margin-left: auto;
	}
	
	/* プライバシーポリシー
	-------------------------------------------------- */
	body.es-page-privacypolicy h2.wp-block-heading {
		font-size: 14px;
	}
	
	
	/* TOTOP
	-------------------------------------------------- */
	.rtc_pageTopWrap {
		display: block;
		position: fixed;
		right: 0px;
		bottom: 300px;
	}
	.rtc_pageTopWrap a { display: block; }
	.rtc_pageTopWrap a img {
		width: 40px;
        height: 40px;
	}
}