/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 13 2026 | 04:51:53 */
body {
	background: url( '/app/uploads/sites/1205/2024/05/bg_body.png' ) #f9f7f0;
    background-position: 50% 0;
    background-repeat: no-repeat;
}


/* ページ：パンくず - page:breadcrumb
-------------------------------------------------- */
.main-header-bar.es-header-breadcrumb {
	margin-bottom: 1rem;
	background-color: transparent;
}
.main-header-bar.es-header-breadcrumb .es-container {
	text-align: center;
	border-bottom: 1px dotted #333;
}
.main-header-bar.es-header-breadcrumb .es-container .breadcrumb-list > li:first-child {
	color: #db5004;
}
.main-header-bar.es-header-breadcrumb .es-container .breadcrumb-list > li a {
	color: #db5004;
	text-decoration: underline;
}


/* ページ：共通 - page:common
-------------------------------------------------- */
.rtc_link_underline a { text-decoration: underline; }

body.es-page-download .es-container.page-header, body.es-page-privacypolicy .es-container.page-header,
body.es-page-company .es-container.page-header { display: none; }
.es-container.page-header { display: none; }
 
.rtc_title_sub {
	background-color: #fff;
}

.rtc_btn_reservation figure a img {
	transition: all ease .6s;
}
.rtc_btn_reservation figure a:hover img {
	opacity: .6;
	transform: scale( 1 ) !important;
}


/* ページ：お部屋さがしの流れ - page:flow
-------------------------------------------------- */
body.es-page-flow .es-container {
	max-width: 980px;
	width: auto;
}

.rtc_title_step > span {
	margin-right: 10px;
	color: #58abdb;
}
.rtc_title_step > span em {
	display: inline-flex;
	justify-content: center;
    align-items: center;
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #58abdb;
	font-style: normal;
	border-radius: 5px;
}

.rtc_title_search {
	display: flex;
	align-items: center;
}
.rtc_title_search::before {
	margin-right: 1rem;
	content: '\f002';
	font-family: 'Font Awesome 5 Free';
	font-size: 36px;
	font-weight: 900;
}

.rtc_naiken_check > span {
	position: relative;
}
.rtc_naiken_check > span::after {
	content: '';
	position: absolute;
	right: -90px;
	bottom: 0;
	width: 105px;
    height: 110px;
	background-image: url( '/app/uploads/sites/1205/2024/06/flow_15.png' );
	background-repeat: no-repeat;
	background-size: contain;
}


/* ページ：売買物件をさがす - page:sale_top
-------------------------------------------------- */
.rtc_list_saletop li {
	list-style: disc;
}

.rtc_sale_ankerlink {
	display: flex;
	margin: 0;
	list-style: none;
}
.rtc_sale_ankerlink > li {
	width: 33.3%;
}
.rtc_sale_ankerlink > li:not(:last-child) {
	border-right: 1px solid #fff;
}
.rtc_sale_ankerlink > li a {
	display: block;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #db5004;
	transition: all ease .6s;
}
.rtc_sale_ankerlink > li a:hover {
	text-decoration: none;
	background-color: #ec3b0e;
}

.rtc_contact_box {
	margin: 2rem auto;
	max-width: 1140px;
	display: flex;
	border: 5px solid #db5004;
}
.rtc_contact_box > h2:after { display: none; }
.rtc_contact_box > h2 {
	margin-bottom: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	font-size: 18px !important;
	color: #fff;
	background-color: #db5004;
}

.rtc_contact_box .rtc_contact_phone {
	padding: 15px 20px;
	width: 40%;
}
.rtc_contact_box .rtc_contact_phone a {
	font-size: 36px;
}
.rtc_contact_box .rtc_contact_phone a > span {
	color: #818072;
}
.rtc_contact_box .rtc_contact_mail {
	display: flex;
	align-items: center;
	padding: 20px;
	width: 40%;
	border-left: 1px dotted #db5004;
}
.rtc_contact_box .rtc_contact_mail a::before {
	content: '\f0e0';
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-size: 36px;
	font-weight: 900;
	color: #db5004;
}
.rtc_contact_box .rtc_contact_mail a {
	display: flex;
}
.rtc_contact_box .rtc_contact_mail a:hover {
	text-decoration: none;
}
.rtc_contact_box p:first-child {
	margin-bottom: .5rem !important;
	font-weight: bold;
}
.rtc_contact_box p {
	margin-bottom: 0 !important;
	line-height: 1 !important;
}

.rtc_newblock_saletop p {
	margin-bottom: 0 !important;
	line-height: 1.75 !important;
}
.rtc_price_saletop {
	font-weight: bold !important;
}
.rtc_price_saletop > span {
	font-size: 24px;
	color: #db5004;
}

.rtc_ticket {
	margin-bottom: 10px !important;
	padding: 0 10px !important;
	width: fit-content;
}

.rtc_list_saletop {
	margin: 10px 0;
	padding-top: 10px;
	list-style: none;
	border-top: 1px solid #b8b7b1;
}


/* ページ：店舗のご案内／マップ - page:shops
-------------------------------------------------- */
.rtc_shop_change a {
	color: #548cc1 !important;
	transition: all ease .6s;
}
.rtc_shop_change a:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #548cc1;
}

.rtc_ttl_shop {
	display: flex;
}
.rtc_ttl_shop > h2 {
	margin-bottom: 0;
	padding-right: 50px;
	display: flex;
	align-items: center;
	color: #fff;
	background-color: #548bc0;
}
.rtc_ttl_shop > h2 span {
	margin-right: 50px;
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .05em;
	border-right: 1px dotted #ffffff;
}
.rtc_ttl_shop > h2:after {
	display: none;
}

.rtc_ttl_shop p {
	margin-bottom: 0 !important;
	padding-left: 20px;
	display: flex;
	flex: 1;
	align-items: center;
	color: #5d3e34;
	background-color: #fff;
}
.rtc_ttl_shop p > span {
	color: #548cc1;
}

.rtc_shops_address {
	padding: 2rem 0;
	line-height: 1.5 !important;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}

.rtc_shops_address span {
	font-weight: bold;
    font-size: 24px;
    color: #548bc0;
}

.rtc_shop_img .wp-block-image {
	margin-bottom: 0 !important;
}
.rtc_shop_img figcaption {
	margin-bottom: 0 !important;
}


/* ページ：会社概要 - page:company
-------------------------------------------------- */
.rtc_ttl_company {
	font-size: 16px !important;
}
.rtc_tbl_company table tr:nth-child(odd) {
	background-color: #fff !important;
}
.rtc_tbl_company table tr:nth-child(even) {
	background-color: #f5f9fc;
}

.rtc_tbl_company table tr td {
	border: 1px solid #c5b9b0 !important;
}
.rtc_tbl_company table tr td:first-child {
	width: 15%;
}
.rtc_tbl_company table tr td:last-child {
	width: 85%;
}


/* ページ：採用活動（新卒・キャリア） - page:recruit
-------------------------------------------------- */
.rtc_recruit_banner figure a img {
	transition: all ease .6s;
}
.rtc_recruit_banner figure a:hover img {
	transform: scale(1) !important;
	opacity: .6;
}


/* ページ：西荻賃貸ライフとは - page:about
-------------------------------------------------- */
.rtc_about_cover {
	margin: 0 auto;
	max-width: 980px;
}
.rtc_about_img {
	position: relative;
	width: 100%;
	height: 300px;
	background-image: url( '/app/uploads/sites/1205/2024/05/about_cover.png' );
	background-position: center right;
	background-repeat: no-repeat;
	z-index: 10;
}

.rtc_about_txt h1 {
	position: absolute;
	top: -22px;
	left: 13px;
	z-index: 1000;
}
.rtc_about_txt {
	margin-top: -30px;
    margin-bottom: 42px;
	padding: 20px;
	width: 868px;
    padding-top: 50px;
    background-color: #da4f04;
    position: relative;
    overflow: visible;
}

.rtc_about_txt p {
	font-size: 14px;
	color: #fff;
	line-height: 1.5 !important;
    margin-bottom: .5rem !important;
}

.rtc_about_links p {
	margin-bottom: .5rem !important;
}

.rtc_about_links a img {
	transition: all ease .6s;
}
.rtc_about_links a:hover img {
	opacity: .6;
	transform: scale(1) !important;
}
.rtc_about_links figure {
   border: 1px solid #f7dbcc; 
}
.rtc_about_links figcaption {
	margin-bottom: 0 !important;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

.rtc_search_links p {
	line-height: 1.5 !important;
	margin-bottom: .5rem !important;
}
.rtc_search_links a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	padding: 20px 10px;
    font-size: 24px;
    border: 5px solid #f7dbcc;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
}
.rtc_search_links a:hover {
	color: #da4f04;
	background-color: #fef9f9;
}



/* ページ：スタッフ詳細 - page:staffInfo
-------------------------------------------------- */
.rtc_staff_maintitle {
	position: relative;
	background-color: #fff;
}
.rtc_staff_maintitle::after {
	position: absolute;
	top: 53px;
    right: 13px;
	content: '';
	display: block;
	width: 408px;
	height: 66px;
	background-image: url( '/app/uploads/sites/1205/2024/05/catch_staff.png' );
	background-size: contain;
	background-position: center center;
    background-repeat: no-repeat;
}

.rtc_staffinfo_change {
	margin: 30px auto 10px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	max-width: 780px;
}
.rtc_staffinfo_change > li {
	width: 25%;
	text-align: center;
}
.rtc_staffinfo_change > li:not(:last-child) {
	border-right: 1px solid #ab9991;
}

.rtc_staffinfo_change > li a {
	display: block;
}

.rtc_name_holder {
	position: relative;
	padding-left: 100px;
}
.rtc_name_holder::before {
	content: '';
	position: absolute;
	top: -50px;
	left: -50px;
	display: flex;
	width: 130px;
    height: 126px;
	background-image: url( '/app/uploads/sites/1205/2024/05/img_holder.png' );
	background-position: center center;
    background-repeat: no-repeat;
}
.rtc_name_holder::after {
	content: '';
	margin: 0 !important;
	position: absolute;
	top: 20px;
    left: -25px;
	display: flex !important;
	width: 74px !important;
    height: 23px !important;
	background-color: transparent !important;
	background-image: url( '/app/uploads/sites/1205/2024/05/yajima_dai.png' ) !important;
	background-position: center center !important;
    background-repeat: no-repeat !important;
	background-size: contain !important;
}

.rtc_name_holder.rtc_name_staff02::after { background-image: url( '/app/uploads/sites/1205/2024/05/yosidome_makoto.png' ) !important; }
.rtc_name_holder.rtc_name_staff03::after { background-image: url( '/app/uploads/sites/1205/2024/05/tazima_tomoe.png' ) !important; }
.rtc_name_holder.rtc_name_staff04::after { background-image: url( '/app/uploads/sites/1205/2024/05/sionoya_ayumi.png' ) !important; }
.rtc_name_holder.rtc_name_staff05::after { background-image: url( '/app/uploads/sites/1205/2024/05/hukusima_daisuke.png' ) !important; }
.rtc_name_holder.rtc_name_staff06::after { background-image: url( '/app/uploads/sites/1205/2024/05/yanagida_yumiko.png' ) !important; }
.rtc_name_holder.rtc_name_staff07::after { background-image: url( '/app/uploads/sites/1205/2024/05/wakabayashi_yuusuke.png' ) !important; }
.rtc_name_holder.rtc_name_staff08::after { background-image: url( '/app/uploads/sites/1205/2024/05/yamamoto_yumi.png' ) !important; }
.rtc_name_holder.rtc_name_staff09::after { background-image: url( '/app/uploads/sites/1205/2024/05/kawaguti_mititaka.png' ) !important; }
.rtc_name_holder.rtc_name_staff10::after { background-image: url( '/app/uploads/sites/1205/2024/05/akahori_takanori.png' ) !important; }
.rtc_name_holder.rtc_name_staff11::after { background-image: url( '/app/uploads/sites/1205/2024/05/takano_rikio.png' ) !important; }
.rtc_name_holder.rtc_name_staff12::after { background-image: url( '/app/uploads/sites/1205/2024/05/takahashi_tsubasa.png' ) !important; }

.rtc_name_holder.rtc_name_staff13::after { background-image: url( '/app/uploads/sites/1205/2024/05/wada_kyouhei.png' ) !important; }
.rtc_name_holder.rtc_name_staff14::after { background-image: url( '/app/uploads/sites/1205/2024/05/iwamoto_satiko.png' ) !important; }
.rtc_name_holder.rtc_name_staff15::after { background-image: url( '/app/uploads/sites/1205/2024/05/takahashi_yoshiko.png' ) !important; }
.rtc_name_holder.rtc_name_staff16::after { background-image: url( '/app/uploads/sites/1205/2024/05/yoshinari_natsuki.png' ) !important; }
.rtc_name_holder.rtc_name_staff17::after { background-image: url( '/app/uploads/sites/1205/2024/05/wakayama_rui.png' ) !important; }
.rtc_name_holder.rtc_name_staff18::after { background-image: url( '/app/uploads/sites/1205/2024/05/takaiwa_kazue.png' ) !important; }
.rtc_name_holder.rtc_name_staff19::after { background-image: url( '/app/uploads/sites/1205/2024/05/nishi_zo.png' ) !important; }
.rtc_name_holder.rtc_name_staff20::after { background-image: url( '/app/uploads/sites/1205/2026/02/fukushima_keiko.png' ) !important; }
.rtc_name_holder.rtc_name_staff21::after { background-image: url( '/app/uploads/sites/1205/2026/02/nomura_yurika.png' ) !important; }
.rtc_name_holder.rtc_name_staff22::after { background-image: url( '/app/uploads/sites/1205/2026/02/hayashi_naoko.png' ) !important; }



.rtc_staff_info p.rtc_staff_message {
	margin-bottom: 10px !important;
}

.rtc_table_staff table {
	border: none;
}
.rtc_table_staff table td {
	display: block;
	padding: 0;
	width: 100%;
	color: #fff;
	border: none;
}
.rtc_table_staff table td:first-child {
	font-size: 12px;
}
.rtc_table_staff table td:last-child {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	border-bottom: 1px dotted #fff;
}

.rtc_staff_fukidashi {
	position: relative;
	overflow: visible;
}

.rtc_staff_fukidashi::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -75px;
	transform: translateY(-50%);
	width: 100px;
	height: 120px;
	background-color: #806e5b;
	clip-path: polygon( 100% 35%, 0 0, 100% 100% );
}

.rtc_staff_fukidashi > .uagb-column__overlay {
	border-radius: 10px;
}

.rtc_staff_info figure, .rtc_staff_info .es-list.staffs.staff a {
	overflow: visible !important;
}

.rtc_staff_info .img_4_3,
.rtc_staff_info .img_4_3::before {
	padding-top: 250px;
}

/* ページ：ダウンロード - page:download
-------------------------------------------------- */
.rtc_title_download {
	display: flex;
	justify-content: center;
	align-items: center;
}
.rtc_title_download::before, .rtc_btn_dl::after {
	margin-right: 10px;
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url( '/app/uploads/sites/1205/2024/05/icon_arrow.png' );
	background-repeat: no-repeat;
	background-size: contain;
}

.rtc_block_downlaod {
	display: flex;
	margin: 2rem auto;
	padding: 20px;
	max-width: 480px;
	border: 4px solid #f2e9de;
	text-decoration: none !important;
	transition: all ease .6s;
}
.rtc_block_downlaod > img {
	flex: 1;
	flex-shrink: 0;
	border: 1px solid #dfd1cc;
}
.rtc_block_downlaod:hover > img {
	transform: scale( 1 ) !important;
}
.rtc_block_downlaod > .rtc_right_box {
	margin-left: 1rem;
	width: 200px;
}
.rtc_block_downlaod > .rtc_right_box h3 {
	margin-bottom: .5rem !important;
	font-size: 18px !important;
	color: #db5004 !important;
}
.rtc_block_downlaod > .rtc_right_box > p {
	margin-bottom: .5rem;
	font-size: 14px !important;
	color: #333;
	line-height: 1.5;
}

.rtc_block_downlaod > .rtc_right_box > p.rtc_text_downlaod {
	padding-bottom: .5rem;
	border-bottom: 1px dotted #5c3e34;
}
    
.rtc_block_downlaod > .rtc_right_box > p.rtc_btn_dl {
	margin-bottom: 0;
}

.rtc_btn_dl {
	display: flex;
	align-items: center;
	color: #db5004 !important;
	text-decoration: underline;
}
.rtc_btn_dl::after {
	margin-right: 0;
	margin-left: 5px;
	width: 20px;
	height: 20px;
}

.rtc_block_downlaod:hover {
	opacity: .6;
}


/* ページ：お部屋探しの流れ - page:flow
-------------------------------------------------- */
.rtc_flow_cover {
	position: relative;
}
.rtc_flow_cover figcaption {
	position: absolute;
	margin: 0;
	font-size: 11px;
    bottom: 0;
}


.rtc_flow_profile {
	position: relative;
	overflow: visible;
}
.rtc_flow_profile::before {
	content: '';
	position: absolute;
	top: -5px;
    left: -35px;
	width: 100px;
	height: 100px;
	background-image: url( '/app/uploads/sites/1205/2024/06/flow_01.png' );
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
.rtc_flow_paper {
	position: relative;
}
.rtc_flow_paper::after {
	content: '';
	display: block;
	background-color: #fff;
	box-shadow: 1.4px 1.4px 2px rgba(73, 81, 83, 0.15);
	position: absolute;
	top: -10px;
	left: 0;
	z-index: -1;
	transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
}

.rtc_flow_profile::after {
	width: 400px;
    height: 200px;
}
.rtc_flow_profile p {
	margin-bottom: 0 !important;
	padding-left: 50px;
}

.rtc_flow_step2 {
	margin-top: 3rem;
	padding: 20px;
}
.rtc_flow_step2::before {
	content: '';
	position: absolute;
	top: -40px;
    left: 350px;
	display: block;
	width: 100px;
	height: 100px;
	background-image: url( '/app/uploads/sites/1205/2024/06/flow_07.png' );
	background-repeat: no-repeat;
	background-size: contain;
}
.rtc_flow_step2::after {
	width: 410px;
    height: 230px;
}

.rtc_flow_step2 h3 {
	margin-bottom: .5rem !important;
	font-size: 21px !important; 
}

.rtc_flow_step2 ul li {
	color: #bc4503;
	font-size: 14px;
}


.rtc_line_dots {
	border-bottom: 5px dotted #db5004;
}

div.checkpoint {
	margin: 0 auto 27px;
	width: 100%;
	height: auto;
	background-color: #fff;
	border: 1px solid #db5004;
	border-radius: 12px;
	margin-bottom: 27px;
	
	/*overflow: hidden;*/
}

div.checkpoint div.ttl {
	text-align: center;
	/*border-bottom: 1px solid #db5004;*/
	padding-top: 13px;
	padding-bottom: 8px;
}

div.checkpoint div.ttl h6 {
	color: #db5004;
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	display: inline-block;
	margin: 0 auto;
	padding-left: 44px;
	background-image: url( '/app/uploads/sites/1205/2024/05/flow_point.png' );
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 6px;
}

div.checkpoint div.ttl p {
	margin-bottom: 0 !important;
	font-weight: bold;
	font-size: 14px !important;
}

div.checkpoint ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}

div.checkpoint ul:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

div.checkpoint ul li {
	border-top: 1px solid #db5004;
	width: 33.33%;
	text-align: center;
	padding: 15px 10px;
/* 	float: left; */
	font-size: 12px;
	min-height: 40px;
	display: table;
	position: relative;
	
}

div.checkpoint.link ul li:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: url( '/app/uploads/sites/1205/2024/05/icon_plus.png' );
	background-position: 0 0;
	background-repeat: no-repeat;
	
	background-size:24px 12px;
	-webkit-background-size: 24px 12px;
	-moz-background-size: 24px 12px;
	
	position: absolute;
	right: 8px;
	bottom: 8px;
	
}

div.checkpoint ul li:last-child {
	border-radius: 0 0 12px 0;
	
}

div.checkpoint ul li:last-child:after {
	background-image: none;
}

div.checkpoint ul li:nth-last-child(3) {
	border-radius: 0 0 0 12px;
}

div.checkpoint.link ul li:hover {
	cursor: pointer;
	background-color: #db5004;
	
}

div.checkpoint.link ul li:hover:after {
	background-position: -12px 0;
}

div.checkpoint ul li:last-child:hover {
	cursor: default;
	background-color: #fff;
}

div.checkpoint.link ul li:hover p {
	color: #fff;
}

div.checkpoint ul li:last-child:hover p {
	color: #222;
}

div.checkpoint ul li:nth-child(3n+2) {
/* 	width: 236px; */
	border-left: 1px solid #db5004;
	border-right: 1px solid #db5004;
}

div.checkpoint ul li p {
	line-height: 1.4;
	display: table-cell;
	vertical-align: middle;
}

div.checkpoint ul li span {
	display: none;
	position: absolute;
	width: 400px;
	max-width: 400px;
	height: auto;
	padding: 10px;
	background-color: white;
	border: 3px solid #db5004;
	border-radius: 12px;
	
	/*bottom: 0px;*/
	left: 70px;
	top: 90%;
	background-color: #fff;
	text-align: left;
	
	-moz-box-shadow: 4px 3px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 4px 3px 10px rgba(0,0,0,0.5);
	box-shadow: 4px 3px 10px rgba(0,0,0,0.5);
	
	z-index: 100000;
}

div.checkpoint ul li:hover span {
	display: block !important;
}

div.checkpoint ul li:nth-child(3n+3) span{
	/*display: block!important;*/
	left: -100px;
}


div.checkpoint ul li span:after, 
div.checkpoint ul li span:before {
	bottom: 100%;
	left: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

div.checkpoint ul li span:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}
div.checkpoint ul li span:before {
	border-color: rgba(219, 80, 4, 0);
	border-bottom-color: #db5004;
	border-width: 26px;
	margin-left: -26px;
}

div.checkpoint ul li:nth-child(3n+3) span:after, 
div.checkpoint ul li:nth-child(3n+3) span:before {
	left: 75%;
}

.rtc_flow_search .uagb-column__inner-wrap {
	padding: 0 !important;
}

.rtc_flow_search h4 {
	margin-bottom: 0;
	padding: 10px;
	color: #fff;
}
.rtc_flow_search .rtc_ttl_before {
	background-color: #80acce;
}
.rtc_flow_search .rtc_ttl_after {
	background-color: #db4f02;
}
.rtc_flow_search p {
	margin-bottom: 0 !important;
	padding: 20px !important;
}

.rtc_overflow_visible {
	overflow: visible;
}

.rtc_align_center {
	align-items: center;
}


.rtc_flowlist_steps {
	position: relative;
	position: fixed;
	top: 150px;
	right: 20px;
	z-index: 999;
	width: 230px;
}
.rtc_flowlist_steps::before {
	content: '';
	position: absolute;
	top: -60px;
	left: 0;
	width: 104px;
	height: 66px;
	display: block;
	background-image: url( '/app/uploads/sites/1205/2024/05/flow_steps.png' );
}

.rtc_flowlist_steps ul {
	margin: 0;
	list-style: none;
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.rtc_flowlist_steps li a {
	display: block;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.rtc_flowlist_steps li a:hover {
	color: #fff;
	background-color: #db4f05;
	text-decoration: none;
}
.rtc_flowlist_steps li span {
	display: block;
	color: #58abdb;
}
.rtc_flowlist_steps li span em {
	display: inline-flex;
	margin-left: 5px;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #58abdb;
    font-style: normal;
    border-radius: 5px;
}
.rtc_flowlist_steps li:not(:last-child) {
	border-bottom: 3px dotted #333;
}
.rtc_flowlist_steps li:last-child {
	background-color: transparent;
}

.rtc_btn_reservation {
	display: block;
	margin-top: 1rem;
}
.rtc_btn_reservation img {
	transition: all ease .6s;
}
.rtc_btn_reservation:hover img {
	opacity: .6;
	transform: scale(1) !important;
}


/* ヘッダー - header
-------------------------------------------------- */
body.home {
	overflow-x: hidden;
}
header.rtc_header_org {
	margin: 0 auto;
	max-width: 980px;
}
header.rtc_header_org .rtc_header_logo {
	position: relative;
	margin-bottom: 20px;
	padding-top: 40px;
}
header.rtc_header_org .rtc_header_logo div {
	margin-bottom: 0 !important;
	position: absolute;
	top: 50%;
	right: 150px;
	transform: translateY( -50% );
}
header.rtc_header_org .rtc_header_logo div a {
	margin-right: 10px;
}
header.rtc_header_org .rtc_header_logo, header.rtc_header_org p {
	text-align: center;
}

.rtc_loop_slider {
	display: flex;
	align-items: center;
	margin: 0;
	list-style: none;
	animation: loop-slide 30s infinite linear 1s both;
}
.rtc_loop_slider li {
	position: relative;
	margin-right: 25px;
	margin-bottom: 20px;
	background-color: #FEFCF5;
	border: 7px solid #FFF;
	-moz-box-shadow: 0 0 0 rgba(41, 42, 43, 0.1);
	-webkit-box-shadow: 0 0 0 rgba(41, 42, 43, 0.1);
	box-shadow: 0 0 0 rgba(41, 42, 43, 0.1);
	flex-shrink: 0;
	z-index: 100;
}

.rtc_home_only {
	position: relative;
	margin-bottom: 20px;
}
.rtc_home_only::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 480px;
	height: 80px;
	background-image: url( '/app/uploads/sites/1205/2024/05/top_00.png' );
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 99;
}
.rtc_home_only::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -200px;
	transform: translateY( -50% );
	width: 430px;
	height: 340px;
	background-image: url( '/app/uploads/sites/1205/2024/05/photo_bg.png' );
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

body:not(.home) .rtc_home_only { display: none; }

.rtc_loop_slider li a {
	display: block;
}

.rtc_loop_slider li:before {
	content: '';
	width: 50%;
	height: 10px;
	display: block;
	background-image: url( '/app/uploads/sites/1205/2024/05/shadow_left.png' );
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -17px;
	left: 0;
}

.rtc_loop_slider li:after {
	content: '';
	width: 50%;
	height: 10px;
	display: block;
	background-image: url( '/app/uploads/sites/1205/2024/05/shodow_right.png' );
	background-position: 100% 0;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -17px;
	right: 0px;
	z-index: 100;
}


@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}


#main_nav:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#main_nav {
	width: 891px;
	margin: 0 auto 23px;
}

#page_home #main_nav {
	margin-bottom: 30px;
}

#main_nav ul {
	margin: 0;
	list-style: none;
}
#main_nav > .rtc_sp_navbox > ul > li {
	float: left;
}

#main_nav .rtc_sp_navbox > ul > li > a {
	display: block;
/* 	height: 75px; */
	height: 90px;
	background-image: url( '/app/uploads/sites/1205/2024/05/parts_nav.png' );
	background-repeat: no-repeat;
	transition: none;
	text-indent: -9999px;
}
#acmenu_sp { display: none; }

.rtc_sp_navbox ul > li > a > span {
	display: none;
}

#nav_01 a {
	width: 203px;
	background-position: 0px 0;
}

#nav_02 a {
	width: 144px;
	background-position: -203px 0;
}

#nav_03 a {
	width: 146px;
	background-position: -347px 0;
}

#nav_04 a {
	width: 146px;
	background-position: -493px 0;
}

#nav_05 a {
	width: 91px;
	background-position: -639px 0;
}

#nav_06 a {
	width: 161px;
	background-position: -730px 0;
}

body#page_about_this #nav_01 a,
#nav_01 a.current,
#nav_01 a.active,
#nav_01 a:hover {
	background-position: 0px -75px;
}

#page_rent #nav_02 a,
#nav_02 a.active,
body#page_voice #nav_02 a,
#nav_02 a:hover {
	background-position: -203px -75px;
}

#page_sale #nav_03 a,
#nav_03 a.active,
#nav_03 a:hover {
	background-position: -347px -75px;
}

#page_owner #nav_04 a,
#nav_04 a:hover {
	background-position: -493px -75px;
}

#nav_04 a.active {
	background-position: -493px -150px;
}

#page_company #nav_05 a,
#nav_05 a:hover {
	background-position: -639px -75px;
}

#nav_05 a.active {
	background-position: -639px -150px;
}

#page_staff #nav_05 a:hover {
	background-position: -639px -150px;
}

body.csr #nav_05 a.active {
	background-position: -639px -75px;
}


#nav_06 a.active,
#nav_06 a:hover {
	background-position: -730px -75px;
}


#nav_01 a:hover {
	background-position: 0px -90px;
}

#nav_02 a:hover {
	background-position: -203px -90px;
}

#nav_03 a:hover {
	background-position: -347px -90px;
}

#nav_04 a:hover {
	background-position: -493px -90px;
}

#nav_05 a:hover {
	background-position: -639px -90px;
}

#nav_06 a:hover {
	background-position: -730px -90px;
}


#main_nav > .rtc_sp_navbox > ul > li#nav_05.company.rtc_pc {
	position: relative;
}
.rtc_sub_menu_forpc {
	position: absolute;
	bottom: 0;
	height: 0;
/* 	display: none; */
	transform: scaleY(0);
	transform-origin: center top;
	transition: all ease .6s;
}
#main_nav > .rtc_sp_navbox > ul > li#nav_05.company.rtc_pc:hover .rtc_sub_menu_forpc {
	display: block;
	transform: scaleY(1);
	z-index: 99;
}
/* .rtc_sub_menu_forpc > li:not(:last-child) {
	margin-bottom: 3px;
} */
.rtc_sub_menu_forpc > li a {
	display: block;
    padding: 10px;
	width: 200px !important;
    font-size: 11px;
	font-weight: bold;
    background-color: #fff;
/* 	box-shadow: 0 0 5px rgba( 0, 0, 0, .2 ); */
    color: #744d41;
    border-radius: 10px;
}
.rtc_sub_menu_forpc > li a:hover {
	color: #fff;
	background-color: #db5004;
	text-decoration: none;
}




/* TOP - top
-------------------------------------------------- */
.site-content {
	padding-top: 0 !important;
/* 	overflow-x: hidden; */
}

body.home a img {
	transition: all ease .6s;
}
body.home a:hover img {
	opacity: .6;
	transform: scale(1) !important;
}

header#masthead { display: none; }

.rtc_bg_top a img {
	transition: all ease .6s;
}
.rtc_bg_top a:hover img {
	transform: scale(1) !important;
}


.rtc_block_news {
	position: relative;
	border-bottom: 1px solid #d9d1c9;
}
.rtc_block_news::after {
	content: '';
	position: absolute;
	left: 50px;
	bottom: 0;
	width: 81px;
	height: 194px;
	background-image: url( '/app/uploads/sites/1205/2024/05/top_16.png' );
	background-repeat: no-repeat;
	background-size: contain;
}

.rtc_list_news ul.es-list-items > li {
	border-bottom: none;
}
.rtc_list_news ul.es-list-items > li .es-list-content {
	display: flex;
}
.rtc_list_news ul.es-list-items > li span.date {
	margin-right: 20px;
	color: #db5004;
}

/* フッター - footer
-------------------------------------------------- */
body.home footer.rtc_footer_org .rtc_footer_banner {
	display: none;
}
footer.site-footer { display: none; }

footer.rtc_footer_org {
	padding-top: 100px;
	padding-bottom: 50px;
}
footer.rtc_footer_org .rtc_footer_inner {
	margin: 0 auto;
	width: clamp( 768px, 90%, 1600px );
}

header.rtc_header_org .rtc_footer_sns,
footer.rtc_footer_org .rtc_footer_sns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin: 0 auto;
	max-width: 180px;
}
header.rtc_header_org .rtc_footer_sns > li,
footer.rtc_footer_org .rtc_footer_sns > li {
	width: 24%;
	text-align: center;
}
header.rtc_header_org .rtc_footer_sns > li:first-child,
footer.rtc_footer_org .rtc_footer_sns > li:first-child {
	color: #5d3e34;
	font-size: 12px;
	letter-spacing: .05em;
	font-weight: bold;
}
header.rtc_header_org .rtc_footer_sns > li a,
footer.rtc_footer_org .rtc_footer_sns > li a {
	transition: all ease .6s;
}
header.rtc_header_org .rtc_footer_sns > li a:hover,
footer.rtc_footer_org .rtc_footer_sns > li a:hover {
	opacity: .6;
}
header.rtc_header_org .rtc_footer_sns > li img,
footer.rtc_footer_org .rtc_footer_sns > li img {
	width: 24px;
}

header.rtc_header_org .rtc_footer_sns > li:last-child a,
footer.rtc_footer_org .rtc_footer_sns > li:last-child a {
	color: #FF0000;
	font-size: 1.6rem;
	line-height: 1.5;
}
header.rtc_header_org .rtc_footer_sns > li:last-child a:hover,
footer.rtc_footer_org .rtc_footer_sns > li:last-child a:hover {
	color: #FF0000;
	opacity: .6;
}

footer.rtc_footer_org .rtc_footer_banner {
	margin: 20px auto 50px;
	max-width: 980px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
footer.rtc_footer_org .rtc_footer_banner > li:not(:last-child) {
	margin-right: 2%;
	margin-bottom: 10px;
	width: 18%;
}
footer.rtc_footer_org .rtc_footer_banner > li:nth-child(5n) {
	margin-right: 0;
}
footer.rtc_footer_org .rtc_footer_banner > li:nth-child(10),
footer.rtc_footer_org .rtc_footer_banner > li:last-child {
	width: 100%;
}

footer.rtc_footer_org .rtc_footer_banner > li a {
	transition: ease all .6s;
}
footer.rtc_footer_org .rtc_footer_banner > li a:hover {
	opacity: .6;
}

footer.rtc_footer_org ul {
	list-style: none;
	margin: 0;
}
footer.rtc_footer_org .rtc_footer_title {
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-top: 1px solid #d9d1c9;
    border-bottom: 1px solid #d9d1c9;
}
footer.rtc_footer_org .rtc_footer_title > li:first-child {
	margin-right: auto;
	display: block;
}
footer.rtc_footer_org .rtc_footer_title > li:last-child {
	margin-left: 10px;
}

footer.rtc_footer_org .rtc_footer_title > li a {
	transition: all ease .6s;
}
footer.rtc_footer_org .rtc_footer_title > li a:hover {
	opacity: .6;
}

footer.rtc_footer_org address {
	margin-bottom: 0 !important;
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
}
footer.rtc_footer_org address span {
	font-weight: bold;
}
footer.rtc_footer_org address span#num_tokyo-to_license {
	font-weight: normal;
}
footer.rtc_footer_org address span a {
	color: #333;
}

footer.rtc_footer_org .rtc_footer_sitemap {
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
footer.rtc_footer_org .rtc_footer_sitemap ul.rtc_list_main {
	width: 20%;
}
footer.rtc_footer_org .rtc_footer_sitemap .rtc_list_main > li a {
	font-size: 14px;
	font-weight: bold;
	color: #444;
}

footer.rtc_footer_org .rtc_list_footer_keyword {
	padding-right: 20px;
	width: 40%;
}
footer.rtc_footer_org .rtc_list_footer_keyword h3 {
	font-size: 14px;
	font-weight: bold;
}
.rtc_list_search {
	margin: 0;
	list-style: none;
}
.rtc_list_search > li {
	display: inline;
	font-size: 11px;
}
.rtc_list_search > li:first-child {
	padding: 0 5px;
}
.rtc_list_search > li:not(:last-child) {
	border-right: 1px solid #444;
}
.rtc_list_search > li > a {
	padding: 0 5px;
	font-size: 11px;
	color: #444;
}

footer.rtc_footer_org p.copyright {
	padding-top: 20px;
	font-size: 10px;
	text-align: right;
	color: #744d41;
	border-top: 1px solid #d9d1c9;
}

footer.rtc_footer_org address span.rtc_company_footerinfo {
	font-weight: normal;
}

/* 固定フッター - LINE配色 */
.footer_bt_bar .bt_group .custom-link-button a {
	color: #fff;
	background-color: #06C755;
}
.footer_bt_bar .bt_group .custom-link-button a .icon-line {
	color: #fff !important;
	font-weight: 100 !important;
}

.rtc_bg_top {
	background-image: url( '/app/uploads/sites/1205/2024/05/bg_line.png' );
    background-position: 50% 0;
    background-repeat: repeat-y;
    padding-bottom: 15px;
}

.rtc_bnr_imgs .uagb-column__inner-wrap {
	padding: 0 !important;
}
.rtc_bnr_imgs .wp-block-image {
	margin-bottom: 0 !important;
}
.rtc_bnr_imgs figure {
	margin: 0;
	display: block !important;
}
.rtc_bnr_imgs figure img {
	width: 100%;
}


.rtc_to_reservation {
	position: fixed;
	top: 50px;
	right: 10px;
	z-index: 999;
}


.tab_area {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab_area p { margin-bottom: 0 !important; }

.tab_label {
	padding-left: 0 !important;
	width: 32%;
	height: 190px;
/* 	border-bottom: 3px solid #5ab4bd; */
/* 	background-color: #d9d9d9; */
	line-height: 50px !important;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}
.tab_label:hover {
	opacity: 0.75;
}

.tab_area input[name="tab_items"],
.tab_label::before, 
.tab_label::after {
	display: none !important;
}

.tab_content {
	display: none;
	margin-top: 20px;
	padding: 20px;
	width: 100%;
	background-color: #fff;
	border: 5px solid #db5004;
	overflow: hidden;
}

.tab_content ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}
.tab_content ul > li {
	width: 25%;
}
.tab_content ul > li a::before {
	margin-right: 5px;
	content: '\f0da';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

#tab_01:checked ~ #tab01_content,
#tab_02:checked ~ #tab02_content,
#tab_03:checked ~ #tab03_content {
	display: block;
}

.tab_area input:checked + .tab_label {
/* 	background-color: #5ab4bd; */
	color: #fff;
}

#tab_01 + label, #tab_02 + label, #tab_03 + label {
	background-image: url( '/app/uploads/sites/1205/2024/05/top_02.png' );
	background-repeat: no-repeat;
	background-size: contain;
}
#tab_01:checked + label {
	background-image: url( '/app/uploads/sites/1205/2024/05/top_02_hover.png' );
}
#tab_02 + label {
	background-image: url( '/app/uploads/sites/1205/2024/05/top_03.png' );
}
#tab_02:checked + label {
	background-image: url( '/app/uploads/sites/1205/2024/05/top_03_hover.png' );
}
#tab_03 + label {
	background-image: url( '/app/uploads/sites/1205/2024/05/top_04.png' );
}
#tab_03:checked + label {
	background-image: url( '/app/uploads/sites/1205/2024/05/top_04_hover.png' );
}

@media ( max-width: 480px ) {
	.tab_label {
		padding-left: 0 !important;
		width: calc( 100%/2 );
	}
}

/* トップへ - toTop
-------------------------------------------------- */
body.es-page-flow .rtc_to_reservation {
	display: none;
}
.rtc_to_top {
	position: fixed;
	right: 10px;
	bottom: 75px;
    z-index: 1000;
}
.rtc_to_top a {
	font-size: 36px;
	color: #5d3e34;
}


/* 色系 - color
-------------------------------------------------- */
.clr_orange { color: #db5004; }
.rtc_sp { display: none; }


@media ( max-width: 480px ) {
	.rtc_pc { display: none; }
	.rtc_sp { display: block; }
	
	.rtc_forsp_flex_reverse .uagb-columns__inner-wrap { /* ★ SP時上下反転 */
		display: flex;
		flex-direction: column-reverse;
	}
	
	/* ヘッダー - header
	-------------------------------------------------- */
	header.rtc_header_org {
		overflow: hidden;
	}
	header.rtc_header_org .rtc_header_logo p,
	header.rtc_header_org p {
		display: none;
	}
	.rtc_home_only::before {
		width: 100%;
		background-image: url( '/app/uploads/sites/1205/2024/05/top_sp00.png' );
	}
	
	header.rtc_header_org .rtc_header_logo {
		padding-top: 20px;
	}
	header.rtc_header_org .rtc_header_logo img {
		width: 200px;
	}
	
	header.rtc_header_org .rtc_header_logo div {
		position: static;
		margin-top: 10px;
		transform: none;
	}
	header.rtc_header_org .rtc_header_logo div > a > img {
		width: 80px;
	}
	header.rtc_header_org .rtc_footer_sns {
		max-width: 120px;
	}
	
	header.rtc_header_org .rtc_footer_sns > li {
		width: 32%;
	}
	header.rtc_header_org .rtc_footer_sns > li:first-child {
		display: none;
	}
	
	.es-separate-container #primary {
		padding-bottom: 0;
	}
	
	#main_nav {
		width: 100%;
	}
	#acmenu_sp {
		display: block;
		position: fixed;
		top: 55px;
        right: 15px;
        width: 40px;
        height: 40px;
		z-index: 9999;
	}
	
	.rtc_sp_navbox {
		position: fixed;
        top: 0;
/*         right: -100%; */
		width: 100%;
/* 		height: 0; */
/* 		overflow: hidden; */
		transform: scaleY(0);
		transform-origin: center top;
		background-color: #fff;
		transition: all ease .6s;
		z-index: 999;
	}
	
	body.logged-in.admin-bar .rtc_sp_navbox {
		top: 46px;
	}
	.rtc_sp_navbox.is_active {
/* 		right: 0; */
/* 		height: auto; */
		height: 450px;
		overflow-y: scroll;
		transform: scaleY(1);
/* 		overflow: visible; */
	}
	#main_nav .rtc_sp_navbox > ul {
/* 		display: none; */
	}
	#main_nav .rtc_sp_navbox > ul > li {
		float: none;
	}
	#main_nav .rtc_sp_navbox > ul > li:not(:last-child) {
		border-bottom: 1px solid #f0efef;;
	}
	#main_nav .rtc_sp_navbox > ul.is_active {
		transition: all ease .6s;
	}
	#main_nav .rtc_sp_navbox > ul > li > a {
		position: relative;
		display: block;
		padding: 20px 15px;
		width: 100%;
		height: auto;
		font-size: 15px;
		color: #744d41;
		text-indent: 0;
		background-image: none;
	}
	#main_nav .rtc_sp_navbox > ul > li > a:hover {
		text-decoration: none;
	}
	
	.rtc_sp_navbox > ul > li > a span {
		display: inline;
		margin-left: 10px;
		font-size: 10px;
		font-weight: bold;
		color: #db5004;
	}
	
	#nav_05 > a {
		pointer-events: none;
	}
	
	.rtc_sub_menu {
		position: relative;
		opacity: 0;
		height: 0;
		transform: scaleY(0);
		transform-origin: center top;
/* 		transition: all ease .6s; */
	}
	.rtc_sub_menu > li > a {
        display: block;
        padding: 20px 15px;
        width: 100% !important;
        height: auto;
        font-size: 15px;
        color: #744d41;
        text-indent: 0;
	}
	.rtc_sub_menu > li:not(:last-child) {
		border-top: 1px solid #f0efef;
	}
	.rtc_sidemenu > a {
		position: relative;
	}
	.rtc_sidemenu > a::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY( -50% );
		content: '\f0fe';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		color: #db5004;
		transition: all ease .6s;
	}
	.rtc_sidemenu.is_open > a::after {
		content: '\f146';
	}
	
	.rtc_sidemenu.is_open > ul.rtc_sub_menu {
		height: auto;
		opacity: 1;
		transform: scaleY(1);
	}
	
	
	.rtc_loop_slider {
		animation: loop-slide 10s infinite linear 1s both;
	}
	
	/* フッター - footer
	-------------------------------------------------- */
	footer.rtc_footer_org .rtc_footer_inner {
		width: 100%;
	}
	footer.rtc_footer_org {
		padding: 20px 0;
	}
	
	footer.rtc_footer_org .rtc_footer_title, footer.rtc_footer_org .rtc_footer_sitemap,
	footer.rtc_footer_org h2 {
		display: none;
	}
	footer.rtc_footer_org address {
		padding: 20px 20px 0;
		text-align: left;
		background-color: #fff;
	}
	footer.rtc_footer_org address span {
		display: block;
	}
	footer.rtc_footer_org address span.rtc_pc {
		display: none;
	}
	
	footer.rtc_footer_org p.copyright {
		text-align: center;
	}
	
	.rtc_to_reservation {
		top: auto;
		right: auto;
		left: 0;
		bottom: 0;
	}
	.rtc_to_reservation img {
		width: 100%;
	}
	body.es-rent .rtc_to_reservation, body.es-tpl-building-detail .rtc_to_reservation {
		bottom: 60px;
	}
	body.es-rent .rtc_to_top, body.es-tpl-building-detail .rtc_to_top {
		bottom: 120px;
	}
	
	footer.rtc_footer_org .rtc_footer_banner {
		padding: 0 10px;
		justify-content: space-between;
	}
	footer.rtc_footer_org .rtc_footer_banner > li:not(:last-child) {
		margin-right: 0;
		width: 48%;
	}
	
	.rtc_width_full {
		width: 100% !important;
	}
	.rtc_width_full img {
		width: 100%;
	}
	
	/* トップ - top
	-------------------------------------------------- */
	.rtc_bg_top {
		padding: 10px 0 !important;
		background: none;
	}
	
	.tab_area > div.rtc_sp {
		width: 23%;
	}
	
	.rtc_bnr_imgs {
		margin-bottom: 10px !important;
	}
	.rtc_bnr_imgs > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.rtc_bnr_imgs > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 48% !important;
	}
	
	.tab_label {
		width: 24%;
		height: 85px;
	}
	.tab_content {
		margin-top: 10px;
	}
	.tab_content ul > li {
		width: 50%;
	}
	
	
	
	/* ページ：お部屋さがしの流れ - page:flow
	-------------------------------------------------- */
	.rtc_flow_cover figcaption {
		position: static;
	}
	
	.rtc_flow_paper::after {
		top: -35px;
        left: 30px;
	}
	.rtc_flow_profile p br {
		display: none;
	}
	.rtc_flow_profile::before {
		top: -50px;
		left: auto;
		right: 50px;
	}
	
	.rtc_flowlist_steps::before {
		position: static;
		margin: 10px auto;
	}
	.rtc_flowlist_steps {
		position: static;
		width: 100%;
	}
	.rtc_btn_reservation {
		text-align: center;
	}
	
	.rtc_title_step > span {
		display: block;
		margin-bottom: 1rem;
	}
	
	.rtc_flow_step2::after {
		top: 0;
		left: 0;
		width: 315px;
		height: 300px;
	}
	
	.rtc_flow_step2 h3 {
		font-size: 16px !important;
	}
	.rtc_flow_step2 ul {
		margin-left: 10px;
	}
	.rtc_flow_step2 ul li {
		font-size: 11px;
	}
	
	.rtc_flow_step2::before {
		top: -60px;
		left: auto;
		right: -15px;
	}
	
	div.checkpoint {
		width: 100%;
	}
	
	div.checkpoint div.ttl p {
		font-size: 12px !important;
	}
	
	div.checkpoint ul li {
		width: 100%;
	}
	div.checkpoint ul li:nth-child(3n+2) {
		border-left: none;
		border-right: none;
	}
	div.checkpoint ul li p {
		display: block;
		margin-bottom: 0 !important;
	}
	div.checkpoint.link ul li:after {
		top: 8px;
		bottom: auto;
	}
	
	div.checkpoint ul li span {
		position: static;
		display: block;
		width: 100%;
	}
	
	div.checkpoint ul li span:after, div.checkpoint ul li span:before {
		display: none;
	}
	
	.rtc_align_center img {
		transform: rotate(90deg);
	}
	
	.rtc_naiken_check {
		position: relative;
		padding-right: 75px;
		text-align: left;
	}
	.rtc_naiken_check::after {
		content: '';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 105px;
        height: 110px;
		background-image: url( '/app/uploads/sites/1205/2024/06/flow_15.png' );
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	.rtc_naiken_check > span::after {
		display: none;
	}
	
	
	
	/* ページ：売買物件をさがす - page:sale_top
	-------------------------------------------------- */
	.rtc_sale_ankerlink {
		flex-direction: column;
	}
	.rtc_sale_ankerlink > li {
		width: 100%;
	}
	.rtc_sale_ankerlink > li:not(:last-child) {
		border-right: none;
		border-bottom: 1px dotted #fff;
	}
	
	.rtc_contact_box {
		flex-direction: column;
	}
	.rtc_contact_box > h2, .rtc_contact_box .rtc_contact_phone,
	.rtc_contact_box .rtc_contact_mail {
		width: 100%;
	}
	.rtc_contact_box > h2 {
		padding: 20px;
	}
	.rtc_contact_box .rtc_contact_phone a {
		font-size: 21px;
	}
	.rtc_contact_box .rtc_contact_mail {
		border-top: 1px dotted #db5004;
		border-left: none;
		justify-content: center;
	}
	.rtc_contact_box .rtc_contact_phone, .rtc_contact_box .rtc_contact_mail {
		text-align: center;
	}
	.rtc_contact_box .rtc_contact_mail a {
		flex-direction: column;
	}
	
	
	/* ページ：店舗のご案内 - page:shops
	-------------------------------------------------- */
	.rtc_ttl_shop {
		flex-wrap: wrap;
	}
	.rtc_ttl_shop > h2 {
		padding-right: 0;
		width: 100%;
		font-size: 16px !important;
	}
	.rtc_ttl_shop > h2 span {
		margin-right: 10px;
	}
	.rtc_ttl_shop p {
		padding: 10px;
		font-size: 14px !important;
		justify-content: center;
	}
	
	
	/* ページ：会社概要 - page:company
	-------------------------------------------------- */
	.rtc_tbl_company table tr td {
		width: 100% !important;
	}
	.rtc_tbl_company table tr td:first-child {
		border-bottom: 1px dashed #c5b9b0 !important;
	}
	.rtc_tbl_company table tr td:last-child {
		border-top: none !important;
	}
	
	
	/* ページ：西荻賃貸ライフとは - page:about
	-------------------------------------------------- */
	.rtc_about_img img {
		width: 250px;
	}
	.rtc_about_txt {
		width: 100%;
	}
	
	/* ページ：スタッフ詳細 - page:staffInfo
	-------------------------------------------------- */
	.rtc_staff_maintitle::after {
		width: 230px;
		height: 55px;
	}
	
	.rtc_staffinfo_change {
		margin-bottom: 10px;
	}
	.rtc_staff_fukidashi::after { display: none; }
	
	.rtc_name_holder {
		padding: 100px 0 0;
	}
	.rtc_name_holder::before,
	.rtc_name_holder::after {
		left: 50%;
		transform: translateX( -50% );
	}
	
	.rtc_staff_info ul.es-list-items {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.rtc_staff_info ul.es-list-items > li {
		width: 45%;
	}
	
	
	/* ページ：ダウンロード - page:download
	-------------------------------------------------- */
	.rtc_block_downlaod {
		flex-direction: column;
	}
	.rtc_block_downlaod > .rtc_right_box {
		margin-top: 20px;
		margin-left: 0;
		width: 100%;
	}
	
}