@charset "shift_jis";
/* CSS Document */
/*************************************************/
/*common.cssはサイト個別で変更をかける時の       */
/*CSSになります。変更する際は気をつけてください  */
/* コメントアウト例（その他cssファイルでも活用してください） */
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* ----------------------------------------
　ディレクトリ名・ページ名等
---------------------------------------- */
/* 対象箇所
---------------------------------------- */
/*************************************************/
/* ----------------------------------------
　common
---------------------------------------- */
body {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 45px 0 0 0;
	padding: 0;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Arial', sans-serif;
	font-weight: 500;
}
H1 {
	color: #333;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 43px;
	padding-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.maru {
	/*font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;*/
}
.head_title {
	color: #333;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.login_show {
	display: none;
}
.logout_show {
	display: none;
}
/* ----------------------------------------
全体のタイトルスタイル統一
---------------------------------------- */
/* H1 */
.rhs_title_h1 {
	margin: 50px auto 30px auto;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	border-bottom: 3px solid #DDD;
	width: auto !important;
	float: none;
	color: #333 !important;
	z-index: 0;
	overflow: initial;
	white-space: normal;
	text-overflow: clip;
}
.rhs_title_h1:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 3px #FFAB49;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}
.container .rhs_title_h1 {
	margin-top: 20px;
}
/* H2 */
.rhs_title_h2 {
	margin: 50px auto 30px auto;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	border-bottom: 3px solid #DDD;
}
.rhs_title_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 3px #FFAB49;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}
.container .rhs_title_h2 {
	margin-top: 20px;
}
/* 物件詳細のH3 */
.rhs_title_h3 {
	margin: 0 0 15px 0;
	padding: 0 0 12px 0;
	border-bottom: 2px solid #DDD;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-align: left;
	position: relative;
}
.rhs_title_h3:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 2px #FFAB49;
	bottom: -2px;
	width: 50px;
	display: block;
	left: 0px;
}
/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school{
	display:none;
}
*/
/* ----------------------------------------
　来店予約システム
---------------------------------------- */
/* ----------------------------------------
　利用する場合はこちらを読み込む
---------------------------------------- */
.on_raiten {
	display: none !important;
}
/* ----------------------------------------
　利用しない場合はこちらを読み込む
---------------------------------------- */
/*
.off_raiten{
	display:none !important;
}
*/
/* ----------------------------------------
　header 固定
---------------------------------------- */
.new_header {
	background-color: #FFF;
	width: 100%;
	height: 43px;
	position: fixed;
	top: 0;
	z-index: 100;
}
.new_header_inner {
	width: 1200px;
	margin: 0 auto;
	overflow: auto;
}
.new_header_icon {
	float: left;
	margin: 8px 0 0 0;
}
.new_header_menu {
	float: right;
	margin-top: 6px;
}
.new_header_menu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.new_header_menu li {
	width: 120px;
	list-style-type: none;
	float: left;
	padding: 0;
	margin-right: 6px;
	text-align: center;
}
.new_header_menu a {
	color: #303030;
	text-decoration: none;
	display: block;
	background-color: #f7f7f7;
	border-radius: 15px;
	padding: 7px 10px;
	line-height: 16px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
.new_header_menu li:last-child a {
	background: #FFAB49;
	color: #FFF;
}
.new_header_menu a i {
	margin: 0 5px 0 0;
}
.new_header_menu a img {
	float: left;
}
#header_home {
	width: 40px !important;
	background: none !important;
}
#header_home a {
	padding: 0px !important;
	height: 22px !important;
	width: 100% !important;
}
#header_home a img {
	margin: 0px auto;
	float: none;
}
.new_header_icon:hover,
.new_header_menu li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.new_header_home {
	width: 75px !important;
}
.new_header_home a {
	padding: 3px 5px;
}
/* --　ここから下は削除してOK　-- */
/* ----------------------------------------
　header
---------------------------------------- */
/* ----------------------------------------
new_top
---------------------------------------- */
#re_top {
	color: #3d3d3d;
}
#re_h_wrap {
	padding: 0 0 10px 0;
	border-bottom: 2px solid #FFAB49;
}
#re_h_wrap a {
	text-decoration: none;
}
#re_h_wrap .re_h_upper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 50px);
	margin: 0 auto 25px auto;
}
#re_h_wrap .re_h_upper .re_h_box {
	display: flex;
	align-items: center;
	gap: 0 25px;
}
#re_h_wrap .re_h_upper .re_h_box .re_h_tel {
	display: flex;
	align-items: center;
	gap: 0 8px;
	margin: 0 0 5px 0;
	font-size: 35px;
	line-height: 40px;
	font-weight: bold;
}
#re_h_wrap .re_h_upper .re_h_box .re_h_tel:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/img/new_common/header/tel_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#re_h_wrap .re_h_upper .re_h_box .re_h_time {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 8px;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
#re_h_wrap .re_h_upper .re_h_box .re_h_time span {
	display: inline-block;
	width: 70px;
	padding: 2px 0;
	background: #333;
	border-radius: 12px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.05em;
}
#re_h_wrap .re_h_upper .re_h_box a {
	padding: 14px 65px 14px 60px;
	background: #b54294;
	border-radius: 3px;
	border: 2px solid #FFF;
	color: #FFF;
	font-weight: bold;
	position: relative;
	transition: all 0.2s;
}
#re_h_wrap .re_h_upper .re_h_box a:hover {
	background: #FFAB49;
}
#re_h_wrap .re_h_upper .re_h_box a:before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: auto;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
}
#re_h_wrap .re_h_upper .re_h_box a:after {
	content: "";
	display: inline-block;
	background-color: #b54294;
	width: 8px;
	height: 12px;
	margin: auto;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 22px;
	transition: all 0.2s;
}
#re_h_wrap .re_h_upper .re_h_box a:hover:after {
	background-color: #FFAB49;
}
#re_h_wrap .re_h_upper .re_h_box a div {
	font-size: 22px;
	line-height: 26px;
}
#re_h_wrap .re_h_upper .re_h_box a div:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 23px;
	margin: auto;
	background: url(/img/new_common/header/mail_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
}
#re_h_wrap .re_h_upper .re_h_box a div span {
	display: block;
	margin: 0 0 2px 0;
	font-size: 16px;
	line-height: 20px;
}
#re_h_wrap nav ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
#re_h_wrap nav li {
	padding: 0 5px;
	position: relative;
}
#re_h_wrap nav li:not(:last-child):after {
	content: "";
	display: inline-block;
	width: 1px;
	height: calc(100% - 10px);
	margin: auto;
	background: #FFAB49;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
#re_h_wrap nav li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px 0;
	width: 200px;
	padding: 10px 0 10px 0;
	border-radius: 3px;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
	transition: all 0.2s;
}
#re_h_wrap nav li a:hover {
	background: #fff5ea;
}
#re_h_wrap nav li a:before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: auto;
}
#re_h_wrap nav li:nth-child(1) a:before {
	background: url(/img/new_common/header/search_icon.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
#re_h_wrap nav li:nth-child(2) a:before {
	background: url(/img/new_common/header/home_icon.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
#re_h_wrap nav li:nth-child(3) a:before {
	background: url(/img/new_common/header/home_icon.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
#re_h_wrap nav li:nth-child(4) a:before {
	background: url(/img/new_common/header/staff_icon.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
#re_h_wrap nav li:nth-child(5) a:before {
	background: url(/img/new_common/header/voice_icon.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
#re_h_wrap nav li:nth-child(6) a:before {
	background: url(/img/new_common/header/nav_com_icon.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
/* ----------------------------------------
　footer
---------------------------------------- */
#re_f_wrap {
	width: 100%;
	margin-top: 70px;
	padding: 50px 0 40px 0;
	background: #FFAB49;
}
#re_f_wrap .re_f_inner {
	width: 1100px;
	margin: 0 auto;
}
#re_f_wrap .re_f_inner .re_f_box {
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px 0;
}
#re_f_wrap .re_f_inner .re_f_box div {
	width: 630px;
	padding: 20px 0 15px 0;
	border-radius: 5px;
	background: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}
#re_f_wrap .re_f_inner .re_f_box div .re_f_tel_txt {
	margin: 0 0 5px 0;
	font-size: 20px;
	line-height: 30px;
}
#re_f_wrap .re_f_inner .re_f_box div .re_f_tel_num {
	margin: 0 0 5px 0;
	font-size: 45px;
	line-height: 55px;
	color: #FFAB49;
}
#re_f_wrap .re_f_inner .re_f_box div .re_f_tel_time {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}
#re_f_wrap .re_f_inner .re_f_box ul {
	display: flex;
	gap: 0 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#re_f_wrap .re_f_inner .re_f_box ul a {
	display: block;
	width: 220px;
	padding: 30px 0 27px 0;
	border-radius: 5px;
	background: #FFF;
	color: #333333;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s;
}
#re_f_wrap .re_f_inner .re_f_box ul a:hover {
	background: #fff5ea;
}
#re_f_wrap .re_f_inner .re_f_box ul a picture {
	display: inline-block;
	margin: 0 0 14px 0;
}
#re_f_wrap .re_f_inner .re_f_box ul a p {
	margin: 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#re_f_wrap .re_f_list {
	display: flex;
	justify-content: space-between;
}
#re_f_wrap .re_f_inner .re_f_menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#re_f_wrap .re_f_inner .re_f_part {
	margin: 0 0 45px 0;
}
#re_f_wrap .re_f_inner .re_f_part p {
	margin: 0 0 20px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #FFF;
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#re_f_wrap .re_f_inner .re_f_part div {
	display: flex;
	gap: 0 40px;
}
#re_f_wrap .re_f_inner .re_f_part ul {
	margin: 0;
	padding: 0 40px 0 0;
}
#re_f_wrap .re_f_inner .re_f_part ul li {
	display: flex;
	align-items: center;
	gap: 0 6px;
}
#re_f_wrap .re_f_inner .re_f_part ul li:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 1px;
	background: #FFF;
}
#re_f_wrap .re_f_inner .re_f_part ul li:not(:last-child) {
	margin: 0 0 10px 0;
}
#re_f_wrap .re_f_inner .re_f_part ul li a {
	font-size: 15px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	position: relative;
}
#re_f_wrap .re_f_inner .re_f_part ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
#re_f_wrap .re_f_inner .re_f_part ul li a:hover:after {
	transform: scale(1, 1);
}
#re_f_wrap .re_f_inner .re_f_menu nav ul {
	display: flex;
	gap: 0 10px;
	margin: 0;
	padding: 0;
}
#re_f_wrap .re_f_inner .re_f_menu nav ul li {
	display: flex;
	align-items: center;
	gap: 0 10px;
}
#re_f_wrap .re_f_inner .re_f_menu nav ul li:not(:last-child):after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 15px;
	background: #FFF;
	transform: rotate(20deg);
}
#re_f_wrap .re_f_inner .re_f_menu nav ul li a {
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none;
	position: relative;
	position: relative;
}
#re_f_wrap .re_f_inner .re_f_menu nav ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
#re_f_wrap .re_f_inner .re_f_menu nav ul li a:hover:after {
	transform: scale(1, 1);
}
.re_t_copy {
	padding: 10px 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}
.fix_sns{
	position: fixed;
	bottom: 10px;
	right: 10px;
}

/* ----------------------------------------
　side
---------------------------------------- */
/*サイドナビ左右入れ替え*/
.l-roomlist {
	width: 780px;
	float: left;
	margin-right: 20px;
}
.l-sidenavi {
	width: 200px;
	float: right;
}
.side {
	float: right;
}
.s_member {
	display: block;
	margin: 0 0 40px 0;
}
#s_sr_wrap {
	margin: 0 0 40px 0;
}
#s_sr_wrap ul {
	padding: 0;
	list-style: none;
}
#s_sr_wrap ul a {
	text-decoration: none;
	color: #333;
}
#s_sr_wrap .s_sr_wrap_tl {
	width: 150px;
	margin: 0 auto;
	padding: 5px 0 3px 0;
	border-radius: 9px 8px 0 0;
	background: #FFAB49;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#s_sr_wrap .s_sr_wrap_tl p {
	margin: 0 0 3px 0;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
}
#s_sr_wrap .s_sr_wrap_tl h2 {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
}
.s_sr_inner {
	box-sizing: border-box;
	padding: 10px 0 15px 0;
	border: 2px solid #FFAB49;
	border-radius: 2px;
}
.s_sr_area {
	margin: 0 0 15px 0;
}
.s_sr_area div {
	width: 186px;
	margin: 0 auto 10px auto;
	padding: 7px 0;
	background: #f7f7f7;
	border-radius: 5px;
}
.s_sr_area h3 {
	margin: 0 0 5px 0;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #b2dd57;
	text-align: center;
}
.s_sr_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px 0;
	width: 180px;
	margin: 0 auto;
}
.s_sr_area div ul li a {
	display: block;
	width: 86px;
	box-sizing: border-box;
	background: #cbe967;
	border: 1px solid #FFF;
	border-radius: 5px;
	padding: 6px 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.s_sr_area .s_sr_area_other {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px 0;
	width: 180px;
}
.s_sr_area .s_sr_area_other li a {
	display: block;
	width: 86px;
	box-sizing: border-box;
	background: #b2dd57;
	border: 1px solid #FFF;
	border-radius: 5px;
	padding: 6px 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.s_sr_area .s_sr_area_other li:last-child a {
	background: #f7f7f7;
}
.s_sr_btn {
	width: 180px;
	margin: 0 auto;
}
.s_sr_btn h3 {
	margin: 0 0 5px 0;
	font-size: 11px;
	line-height: 13px;
}
.s_sr_btn_t {
	margin: 0 0 10px 0;
}
.s_sr_btn_t ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px 0;
}
.s_sr_btn_t ul li a {
	display: block;
	width: 88px;
	box-sizing: border-box;
	border: 1px solid #FFAB49;
	border-radius: 5px;
	padding: 11px 0;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
}
.s_sr_btn_w ul li:not(:last-child) {
	margin: 0 0 5px 0;
}
.s_sr_btn_w ul li a {
	display: block;
	box-sizing: border-box;
	border: 1px solid #FFAB49;
	border-radius: 5px;
	padding: 8px 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
}
.s_sr_btn_point {
	margin: 0 0 10px 0;
}
.s_sr_btn_point ul li a {
	display: flex;
	align-items: center;
	gap: 0 12px;
	padding: 5px 0 5px 10px;
}
.s_sr_btn_point ul {
	border: 1px solid #FFAB49;
	border-radius: 10px;
}
.s_sr_btn_point ul li:not(:last-child) a {
	border-bottom: 1px solid #FFAB49;
}
.s_bnr {
	display: block;
	margin: 0 0 20px 0;
}
#s_com_wrap {
	margin: 0 0 15px 0;
	padding: 10px 8px;
	border: 2px solid #f7f7f7;
	border-radius: 5px;
}
#s_com_wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#s_com_wrap ul a {
	text-decoration: none;
}
#s_com_wrap img {
	margin: 0 0 10px 0;
}
#s_com_wrap div p:nth-of-type(1) {
	margin: 0 0 10px 0;
	font-size: 23px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
}
#s_com_wrap div p:nth-of-type(2) {
	margin: 0 0 10px 0;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}
#s_com_wrap a {
	display: block;
}
.s_com_btn {
	margin: 0 0 10px 0;
	padding: 12px 0;
	background: #FFAB49;
	border-radius: 2px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#s_com_wrap ul li a {
	padding: 12px 0;
	background: #fff5ea;
	border-radius: 5px;
	font-size: 14px;
	line-height: 16px;
	color: #FFAB49;
	font-weight: bold;
	text-align: center;
}
#s_com_wrap ul li:not(:last-child) {
	margin: 0 0 5px 0;
}
/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
	width: 720px;
	margin: 0 auto;
}
.rental_inq a {
	box-sizing: border-box;
	border: 3px solid #ff7f00;
	background: #ff7f00;
	color: #fff;
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 18px;
	padding: 30px 0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
.rental_inq a:after {
	position: absolute;
	bottom: -5px;
	content: "";
	vertical-align: middle;
	right: -5px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #FFF;
	transform: rotate(45deg);
}
.rental_inq a:hover {
	background: #fff;
	color: #ff7f00;
}
.rental_inq a:hover:after {
	border-left: 10px solid #ff7f00;
}

/*-----------------------------------------------
	shosai s_r_
-----------------------------------------------*/
.sho_member{
	width:780px;
	margin: 10px auto;
	display:flex;
	justify-content: space-between;
}

.sho_member a {
}

.sho_member a img{
	width: 100%;
}