@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: 35px 0px 0px 0px;
	padding: 0;
	font-family: YuGothic, 'Yu Gothic', sans-serif;
}
H1 {
	color: #aaa;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: absolute;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.head_title {
	color: #aaa;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: absolute;
	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;
}
.pc_off {
	display: none !important;
}
ul,
li,
a,
p {
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ----------------------------------------
全体のタイトルスタイル統一
---------------------------------------- */
/* 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 #042455;
	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 #042455;
	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 #042455;
	bottom: -2px;
	width: 50px;
	display: block;
	left: 0px;
}
/*サイドナビ左右入れ替え*/
.l-roomlist {
	width: 780px;
	float: left;
}
.l-sidenavi {
	width: 200px;
	float: right;
}
.side {
	width: 200px;
	float: right;
}
/*--side_contents--*/
.side_contents_wrap {
	& h2 {
		font-size: 20px;
		font-weight: bold;
		font-family: "Carlito variant0",
			Tofu;
		text-align: center;
		& span {
			font-size: 12px;
			font-weight: bold;
			font-family: YuGothic,
				'Yu Gothic',
				sans-serif;
		}
	}
}
.side_cate_tl {
	display: flex;
	align-items: center;
	& .tab02 {
		font-size: 15px;
		font-weight: bold;
		width: 100px;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	& .is-active02 {
		background-color: #eeeeee;
		border-top: 3px solid #000;
	}
}
.side_cate_inside {
	& .is-show02 {
		background-color: #eee;
		padding: 25px 10px;
		box-sizing: border-box;
		& h3 {
			font-size: 12px;
			font-weight: bold;
			margin-bottom: 10px;
		}
		& ul li {
			margin-bottom: 5px;
			& a {
				width: 180px;
				height: 40px;
				border: 1px solid #aaaaaa;
				display: flex;
				align-items: center;
				justify-content: left;
				position: relative;
				background-color: #fff;
				font-size: 12px;
				font-weight: bold;
				position: relative;
				color: #000;
				padding-left: 20px;
				box-sizing: border-box;
				& i {
					color: #aaaaaa;
					position: absolute;
					right: 8px;
				}
			}
		}
	}
}
/*--side_user--*/
.side_user_cate {
	margin: 20px 0 30px;
	& h2 {
		background-color: #000;
		width: 200px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: left;
		box-sizing: border-box;
		padding-left: 20px;
		& span {
			font-size: 15px;
			font-weight: bold;
			color: #fff;
		}
	}
	& ul li a {
		display: flex;
		align-items: center;
		justify-content: left;
		width: 200px;
		height: 55px;
		border-bottom: 1px solid #000;
		position: relative;
		font-size: 12px;
		font-weight: bold;
		color: #000;
		box-sizing: border-box;
		padding-left: 15px;
		gap: 20px;
		& i {
			color: #000;
		}
		& .fa-chevron-right {
			position: absolute;
			right: 10px;
			color: #aaa;
		}
	}
}
/*--side_sale--*/
.side_sale {
	margin-bottom: 20px;
}
.side_sale_inside {
	background-color: #eee;
	padding: 25px 15px;
	box-sizing: border-box;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	& span {
		display: block;
		margin-bottom: 20px;
		position: relative;
	}
	& span a {
		font-size: 12px;
		font-weight: bold;
		& i {
			position: absolute;
			right: 0;
			top: 3px;
		}
	}
	& ul {
		padding-left: 10px;
		box-sizing: border-box;
	}
	& ul li {
		margin-bottom: 10px;
		& a {
			font-size: 12px;
			display: flex;
			align-items: center;
			gap: 5px;
			&::before {
				width: 5px;
				height: 1px;
				content: "";
				display: block;
				background-color: #000;
			}
		}
	}
}
.side_sale_tousi {
	& a {
		font-size: 12px;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: left;
		width: 200px;
		height: 55px;
		background-color: #eee;
		padding-left: 15px;
		box-sizing: border-box;
		position: relative;
		& i {
			position: absolute;
			right: 10px;
			top: 22px;
		}
	}
}
/*--side_owner--*/
.side_owner {
	margin-bottom: 30px;
}
/*--side_info--*/
.side_info {
	background-color: #eeeeee;
	margin-bottom: 20px;
}
.side_info_inner {
	width: 180px;
	margin: 0 auto;
	padding: 23px 0;
	box-sizing: border-box;
	text-align: center;
	& h3 {
		font-family: "Carlito",
			sans-serif,
			Tofu;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	& p {
		font-size: 12px;
		font-weight: bold;
	}
}
.s_news_iframe {
	background-color: #fff;
	width: 100%;
	height: 310px;
	margin: 15px 0;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 0 10px;
	& iframe {
		width: 100%;
		height: 375px;
	}
}
.side_info_btn a {
	width: 180px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #000;
	margin: 0 auto;
	background-color: #fff;
	font-size: 12px;
}
/*--side_company--*/
.side_company {
	margin-bottom: 25px;
	& h3 {
		background-color: #333333;
		width: 100%;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: "Carlito",
			sans-serif,
			Tofu;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		margin: 0;
	}
}
.side_company_txt {
	margin: 15px 0;
	& span {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	& p {
		font-size: 10px;
		line-height: 1.5;
	}
}
.side_company_btn a {
	width: 160px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #000;
	margin: 0 auto 20px;
	background-color: #fff;
	font-size: 12px;
}
.side_company_sonta {
	background-color: #eeeeee;
	padding: 15px;
	box-sizing: border-box;
	font-size: 10px;
	line-height: 1.5;
}
/*--side_bnrs--*/
.side_bnrs {
	margin-bottom: 15px;
}
/*--side_eria--*/
.side_eria {
	background-color: #eeeeee;
	box-sizing: border-box;
	padding: 20px 10px;
	text-align: center;
	margin-bottom: 20px;
	& ul li a p {
		font-size: 10px;
		font-weight: bold;
	}
	& ul li:first-child {
		margin-bottom: 10px;
	}
}
/*************************************************/
/*  tab  */
/*************************************************/
.tab02 {}
.tab-group02 .is-active02 {}
.panel02 {
	display: none;
}
.panel-group02 .is-show02 {
	display: block;
}
/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.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;
}
*/
/**********
2023.05 お気に入り関連項目
******************************/
.maincontents .fav_checkbtn input[type="button"] {
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
/**********
2023.05 お気に入り関連項目 end
******************************/
/* ----------------------------------------
　header
---------------------------------------- */
header {
	display: flex;
	position: relative;
	border-bottom: 1px solid #ccc;
	justify-content: space-between;
	align-items: end;
	padding: 0 20px;
}
.s_t_logo {
	height: 68px;
}
.s_t_logo img {
	height: 100%;
	margin-top: 15px;
}
.s_t_h_right {
	display: flex;
}
.top_navi {
	background-color: #ffffff;
}
.global_menu {
	/* メニュー全体のスタイル */
	width: 100%;
	color: #333;
	text-align: center;
	box-sizing: border-box;
}
.global_menu_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
.global_menu_list>li {
	box-sizing: border-box;
	cursor: pointer;
	box-sizing: border-box;
	text-align-last: left;
	background-image: url(/img/h_menu_icon1.png);
	background-repeat: no-repeat;
	background-position: bottom right 45px;
}
.global_menu_list>li:first-child {}
.global_menu_list>li:nth-child(2) {
	background-image: url(/img/h_menu_icon2.png);
}
.global_menu_list>li:nth-child(3) {
	background-image: url(/img/h_menu_icon3.png);
}
.global_menu_list>li:nth-child(4) {
	background-image: url(/img/h_menu_icon4.png);
	background-position: bottom 15px right 45px;
}
.global_menu_list:after {}
.child_menu_span {
	position: relative;
}
.child_menu_span.arrow {
	position: relative;
}
.child_menu_span>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 50px;
	text-align: left;
	text-decoration: none;
	position: relative;
	transition: 0.5s;
	border-left: 1px solid #eeeeee;
}
@media(min-width: 601px) and (max-width: 1600px) {
	.child_menu_span>a {
		width: 180px;
	}
}
@media(min-width: 601px) and (max-width: 1000px) {
	.child_menu_span>a {
		width: 110px;
	}
}
.child_menu_span>a:after {
	position: absolute;
	content: "";
	width: 0px;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background-color: #455b88;
	transition: 0.5s;
}
.child_menu_span>a:hover p {
	color: #455b88;
}
.child_menu_span>a:hover:after {
	width: 100%;
}
.child_menu_span:after {}
.global_menu_list li .menu_link {
	display: block;
	padding: 20px 30px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	position: relative;
}
.global_menu_list li .menu_link:hover {
	background: #fff;
}
.s_c_h_tel {
	margin-left: 30px;
}
.s_c_h_tel p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin: 15px 0 -8px;
}
.s_c_h_tel span {
	font-size: 10px;
	line-height: 1;
}
.s_c_h_inq a {
	display: block;
	width: 140px;
	line-height: 40px;
	color: #fff;
	background-color: #ff9c00;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	margin: 10px 0 0 30px;
	font-size: 14px;
	transition: 0.3s;
}
.s_c_h_inq a:hover {
	background-color: #c67a00;
}
.child_menu_span span {
	/* 各項目のスタイル */
	display: block;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}
.child_menu_span p {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 0;
	text-align: left;
}
.global_menu_list li:last-child .menu_link:after {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 1px;
	/*画像の幅*/
	height: 60px;
	background: #6e6e6e;
	position: absolute;
	bottom: 0;
	right: 0;
}
.child_menu_link {
	text-decoration: none;
}
.child_menu a {
	text-decoration: none;
	color: #333;
}
.menu:hover span {}
.child_menu>li>span {
	/* 子項目のスタイル */
	font-size: 0.8em;
}
.child_menu {
	/* 下層メニューのスタイル */
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0;
	position: absolute;
	top: calc(101%);
	/* 親項目の直下に配置 */
	left: 0;
	color: #333;
	/* 文字色 */
	background: #f5f5f5;
	/* 背景色 */
	visibility: hidden;
	/* 下層メニューを非表示 */
	z-index: 999;
	border-top: 1px solid #ccc;
}
.menu:hover .child_menu {
	/* 下層メニューのスタイル（親項目ホバー時） */
	visibility: visible;
	/* 下層メニューを表示 */
	animation-duration: .3s;
	animation-name: fade-in;
}
@keyframes fade-in {
	0% {
		visibility: hidden;
		opacity: 0;
		transform: translateY(-10px);
	}
	100% {
		visibility: visible;
		opacity: 1;
		transform: translateY(0px);
	}
}
.child_menu_inner {
	width: 1150px;
	margin: 0 auto;
}
.child_menu_inner a {
	text-align: left;
	font-weight: bold;
	&:hover {
		text-decoration: underline;
	}
}
.child_menu_inner .child_menu_box {
	display: block;
	width: 180px;
	box-sizing: border-box;
	padding: 24px 0 30px 0;
	position: relative;
	border-right: 1px dotted #aaa;
}
.child_menu_inner .child_menu_box p {
	margin: 0 auto;
	font-size: 20px;
	line-height: 20px;
	position: relative;
}
.child_menu_inner .child_menu_btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
.child_menu_inner .child_menu_btn li {
	width: 150px;
	margin-right: 40px;
	margin: 10px 0;
}
.child_menu_inner .child_menu_btn a {
	display: block;
}
.child_menu_inner .child_menu_btn a:hover {
	text-decoration: underline;
}
.child_menu_inner .child_menu_btn p {
	font-size: 13px;
	line-height: 16px;
	position: relative;
	margin: 0;
}
.child_menu_inner .child_menu_btn p:before {
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 7px;
	margin: auto;
	z-index: 1;
}
.child_menu_inner .child_menu_btn p:after {
	content: "";
	vertical-align: middle;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	background-color: #f4f0eb;
}
.child_menu_btn_01 {
	width: 730px;
	box-sizing: border-box;
	padding: 0 50px;
}
.child_menu_btn_01 li:nth-child(3n) {
	margin-right: 0;
}
.child_menu_btn_01 li:nth-child(1),
.child_menu_btn_01 li:nth-child(2),
.child_menu_btn_01 li:nth-child(3) {
	margin-bottom: 22px;
}
.child_menu_btn_02 {
	width: 1010px;
	box-sizing: border-box;
	padding: 0 0 0 50px;
}
.child_menu_inner .child_menu_btn_02 li {
	margin-right: 43px;
}
.child_menu_btn_02 li:nth-child(5n) {
	margin-right: 0;
}
.child_menu_btn_02 li:nth-child {
	margin-bottom: 20px;
}
.child_menu_inner .child_menu_list {
	width: 220px;
	display: block;
	box-sizing: border-box;
	padding: 15px 50px 0 15px;
	text-align: left;
	position: relative;
}
.child_menu_inner .child_menu_list:before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 1px;
	/*画像の幅*/
	height: 240px;
	background: #6e6e6e;
	position: absolute;
	top: 0;
	left: 0;
}
.child_menu_inner .child_menu_list li {
	position: relative;
	padding: 0 0 0 13px;
	margin: 0 0 10px 0;
}
.child_menu_inner .child_menu_list li:before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 4px;
	/*画像の幅*/
	height: 4px;
	border-radius: 50%;
	background: #333;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.child_menu_inner .child_menu_list a {
	display: block;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	position: relative;
}
.child_menu_inner .child_menu_list a:after {
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	margin: auto;
}
.child_flex {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
	align-items: center;
	&>ul {
		display: flex;
		gap: 10px;
		& li a {
			width: 120px;
			height: 35px;
			box-sizing: border-box;
			border: 1px solid #cccccc;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 5px;
			background-color: #fff;
			color: #000;
			gap: 7px;
			font-size: 12px;
			font-weight: bold;
			&:hover {
				background-color: #eee;
			}
		}
	}
}
.child_flex02 {
	display: flex;
	& ul {
		margin-right: 50px;
	}
	& ul li a {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 12px;
		display: block;
		&:hover {
			color: #042455;
			text-decoration: underline;
		}
	}
}
.child_tl {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-right: 50px;
	& span {
		font-size: 12px;
		font-weight: bold;
	}
}
.child_tl02 {
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	& img {
		margin-right: 10px;
	}
}
.new_header {
	width: calc(100vw - 10vw);
	margin: 0 auto;
	background-color: #fff;
	display: flex;
	justify-content: right;
	position: absolute;
	top: 0;
	& ul {
		display: flex;
		gap: 12px;
		& li:nth-child(1) a {
			background-color: #760101;
			color: #fff;
			border: 1px solid #760101;
			&:hover {
				background-color: #fff;
				color: #760101;
			}
		}
		& li:nth-child(2) a {
			background-color: #dcdcdc;
			color: #000;
			border: 1px solid transparent;
			&:hover {
				color: #dcdcdc;
				background-color: #000;
			}
		}
		& li a {
			width: 120px;
			height: 35px;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 12px;
			font-weight: 500;
			gap: 5px;
			transition-duration: .3s;
			border-bottom-right-radius: 5px;
			/*要素の右下角にborder-radius30pxを指定*/
			border-bottom-left-radius: 5px;
			/*要素の左下角にborder-radius90pxを指定*/
		}
	}
}
/* ----------------------------------------
/header
---------------------------------------- */
/* ----------------------------------------
footer
---------------------------------------- */
footer {
	background-color: #000000;
	position: relative;
	padding-top: 40px;
	box-sizing: border-box;
}
.footer_flex {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.f_company_inside {
	width: 265px;
	position: relative;
	padding: 50px 0;
	border-right: solid 1px #fff;
}
.f_contents {
	padding: 50px 0;
}
.footer_gaiyo {
	margin: 30px 0 50px;
	width: 220px;
	&>.flex {
		display: flex;
		gap: 15px;
		margin-bottom: 15px;
		& p {
			font-size: 12px;
			color: #fff;
			font-weight: 500;
		}
		& i {
			color: #fff;
		}
	}
}
.footer_inq {
	& li {
		margin-bottom: 20px;
		&:last-child {
			margin-bottom: 0;
		}
	}
	& li a {
		width: 180px;
		height: 40px;
		background-color: #fff;
		color: #000;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		font-weight: bold;
		border: 1px solid #fff;
		transition-duration: .3s;
		&:hover {
			background-color: #000;
			color: #fff;
		}
	}
}
.f_contents {
	margin-left: 70px;
	& ul {
		display: flex;
		& li {
			margin-right: 70px;
			width: 110px;
			&>.magin {
				margin-top: 35px;
			}
		}
	}
}
.f_conts_tl {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.f_conts_wrap {
	margin-top: 21px;
	& a {
		color: #fff;
	}
	& a span {
		font-size: 12px;
		font-weight: 500;
		color: #fff;
		margin-bottom: 10px;
		display: table;
		position: relative;
		&:hover::after {
			width: 100%;
		}
		&::after {
			position: absolute;
			content: '';
			bottom: -3px;
			left: 0%;
			width: 0;
			height: 2px;
			background: #fff;
			transition: all .3s ease 0s;
		}
	}
}
.copy_right {
	color: #fff;
	text-align: center;
	padding: 15px 0;
}
/* ----------------------------------------
/footer
---------------------------------------- */
/**********
2023.03 マイページ改修
******************************/
/* main_mypage_menu */
.main_mypage_menu {
	margin: 0 0 30px 0;
}
.main_mypage_menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 382px;
	margin: 0;
	box-sizing: border-box;
	border: 1px solid #333;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px #333;
	font-weight: bold;
	text-decoration: none;
}
.main_mypage_menu ul li a {
	padding: 26px 12px 24px 20px;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a.mypage_menu_ac {
	padding: 27px 12px 23px 20px;
	background: #333;
	color: #FFF;
}
.main_mypage_menu ul li a {
	color: #333;
	transition: all 0.2s;
}
.main_mypage_menu ul li p i.mypage_menu_icon,
.main_mypage_menu ul li a i.mypage_menu_icon {
	font-size: 22px;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a i.fa-angle-right {
	font-size: 16px;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a.mypage_menu_ac i.fa-angle-right {
	color: #333;
}
.main_mypage_menu ul li p span,
.main_mypage_menu ul li a span {
	padding: 0 20px 0 0;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.8px;
}
.main_mypage_menu ul li a:hover {
	transform: translateY(2px);
	box-shadow: 0px 0px 0px 0px #333;
	background: #333;
	color: #FFF;
}
.main_mypage_menu ul li a.mypage_menu_ac:hover {
	transform: translateY(0px);
	box-shadow: 0px 2px 0px 0px #333;
}
/* -----------------------
マップ検索調整
---------------------- */
.maps-sear-komoku .line_a2 li label {
	padding: 8px 0 0 30px;
}
.school_disp {
	margin-bottom: 5px !important;
	& label {
		border: dotted 1px #aaa;
		background-color: #fff;
		padding: 0px 10px;
		border-radius: 5px;
		width: 96%;
		display: inline-block;
		box-sizing: border-box;
		line-height: 2;
		& input {
			margin: 0 5px 10px 0;
		}
	}
}
.search_check_list li {
	margin-bottom: 5px;
	& label {
		width: 96%;
		box-sizing: border-box;
		background-color: #fff;
	}
}
.maps-kodawari-more label {
	width: 100%;
	display: inline-block;
	background-color: #eee;
	text-align: center;
	padding: 15px 0;
	font-size: 14px;
	margin: 10px 0;
}
.map-side-list ul li {}
li.map-side-shurui {
	margin: 5px 0;
	line-height: 18px;
	display: inline-block;
	padding: 2px 10px;
	width: 100%;
	box-sizing: border-box;
	background-color: #eee;
	color: #333;
}
.gmap-side {
	width: 270px;
}
.map-side-list {
	width: 230px;
	margin: 0 auto;
	text-align: left;
}
.map-side-list ul {
	background: none;
}
li.map-side-img img {
	max-width: 90px;
}
li.map-side-more a {
	width: 100%;
	background: none;
	background-color: brown;
	border-radius: 5px;
}
li.map-side-name {
	margin: 0 !important;
	display: none;
}
.gmap-side-container {
	right: -272px;
}
/*--top--*/
.top_wrap {
	overflow: hidden;
}
span.s_number {
	font-size: 18px !important;
	vertical-align: middle !important;
	margin: 0 !important;
	padding: 0 !important;
	&:before {
		content: "【";
	}
	&:after {
		content: "】";
	}
}