@charset "shift_jis";
/* CSS Document */
/*************************************************/
/*common.cssはサイト個別で変更をかける時の       */
/*CSSになります。変更する際は気をつけてください  */
/* コメントアウト例（その他cssファイルでも活用してください） */
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* ----------------------------------------
　ディレクトリ名・ページ名等
---------------------------------------- */
/* 対象箇所
---------------------------------------- */
/*************************************************/
/* ----------------------------------------
　common
---------------------------------------- */
body {
	width: 100%;
	box-sizing: border-box;
	border-right: 5px solid #333;
	border-bottom: 5px solid #333;
	border-left: 5px solid #333;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	font-weight: 500;
	margin: 0;
	padding: 35px 0 0 0 !important;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Arial', 'メイリオ', 'Meiryo', sans-serif;
	font-weight: 500;
}
H1 {
	color: #fff;
	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;
}
.head_title {
	color: #fff;
	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;
}
.pc_off {
	display: none !important;
}
/* ----------------------------------------
全体のタイトルスタイル統一
---------------------------------------- */
/* 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 #333333;
	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 #333333;
	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 #333333;
	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;
}
*/
/**********
2023.05 お気に入り関連項目
******************************/
.maincontents .fav_checkbtn input[type="button"] {
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
/**********
2023.05 お気に入り関連項目 end
******************************/
/* ----------------------------------------
　header 固定
---------------------------------------- */
.new_header {
	background-color: #333333;
	width: 100%;
	height: 35px;
	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: 110px;
	list-style-type: none;
	background-color: #EEEEEE;
	float: left;
	padding: 0;
	margin-right: 6px;
	text-align: center;
}
.new_header_menu li:nth-child(5),
.new_header li:nth-child(6) {
	background-color: #D33F0E;
}
.new_header_menu li:nth-child(5) a,
.new_header li:nth-child(6) a {
	color: #ffffff;
}
.new_header_menu a {
	color: #303030;
	text-decoration: none;
	display: block;
	box-sizing: content-box;
	padding: 3px 10px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	letter-spacing: 1px;
}
.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
---------------------------------------- */
#h_wrap {
	width: 100%;
	margin: 0 0 20px 0;
}
#h_wrap p {
	margin: 0;
	padding: 0;
}
#h_wrap a {
	color: #333333;
}
#h_wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#h_wrap a {
	text-decoration: none;
}
#h_wrap .h_upper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	padding: 15px 0;
}
#h_wrap .h_upper a {
	display: block;
}
#h_wrap .h_upper a.h_logo {
	width: 420px;
}

#h_wrap .h_upper a.h_logo img{
    width: 100%;
}


#h_wrap .h_upper .h_upper_box {
	display: flex;
	align-items: center;
	gap: 0 20px;
}
#h_wrap .h_upper .h_upper_box ul {
	display: flex;
	align-items: center;
}
#h_wrap .h_upper .h_upper_box ul.h_sns {
	gap: 0 7px;
}
#h_wrap .h_upper .h_upper_box ul.h_sns a {
	transition: all 0.2s;
}
#h_wrap .h_upper .h_upper_box ul.h_sns a:hover {
	opacity: 0.8;
}
#h_wrap .h_upper .h_upper_box ul.h_btn {
	gap: 0 10px;
}
#h_wrap .h_upper .h_upper_box .h_tel_num {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0 6px;
	margin: 0 0 8px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
#h_wrap .h_upper .h_upper_box .h_tel_num:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(/img/common/header/h_icon_tel.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#h_wrap .h_upper .h_upper_box .h_tel_time {
	font-size: 12px;
	line-height: 16px;
}
#h_wrap .h_upper .h_upper_box .h_btn li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px 0;
	width: 112px;
	box-sizing: border-box;
	padding: 6px 0 5px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	transition: all 0.2s;
}
#h_wrap .h_upper .h_upper_box .h_btn li a:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 20px;
	transition: all 0.2s;
}
#h_wrap .h_upper .h_upper_box .h_btn li:nth-child(1) a {
	border: 2px solid #000000;
}
#h_wrap .h_upper .h_upper_box .h_btn li:nth-child(1) a:hover {
	background: #000000;
	color: #FFF
}
#h_wrap .h_upper .h_upper_box .h_btn li:nth-child(2) a,
#h_wrap .h_upper .h_upper_box .h_btn li:nth-child(3) a {
	border: 2px solid #00ff00;
}
#h_wrap .h_upper .h_upper_box .h_btn li:nth-child(2) a:hover,
#h_wrap .h_upper .h_upper_box .h_btn li:nth-child(3) a:hover {
	background: #00ff00;
}
#h_wrap .h_upper .h_upper_box .h_btn li:nth-child(1) a:before {
	background: url(/img/common/header/h_icon_cal.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#h_wrap .h_upper .h_upper_box .h_btn li:nth-child(2) a:before,
#h_wrap .h_upper .h_upper_box .h_btn li:nth-child(3) a:before {
	background: url(/img/common/header/h_icon_mail.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#h_wrap .h_upper .h_upper_box .h_btn li:nth-child(1) a:hover:before {
	background: url(/img/common/header/h_icon_cal_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#h_wrap .h_upper .h_upper_box .h_btn li:nth-child(2) a:hover:before,
#h_wrap .h_upper .h_upper_box .h_btn li:nth-child(3) a:hover:before {
	background: url(/img/common/header/h_icon_mail_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#h_wrap .h_nav_wrap {
	width: 100%;
	position: relative;
	z-index: 2;
}
#h_wrap .h_nav_inner {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	background: #f8f6f5;
	list-style: none;
	position: relative;
}
#h_wrap .h_nav_inner:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 5px;
	background: #e5e5e5;
	position: absolute;
	bottom: 0;
	left: 0;
}
#h_wrap .menu_single {
	width: 184px;
	text-align: center;
	box-sizing: border-box;
	color: #333;
	font-size: 15px;
	line-height: 72px;
	height: 72px;
	font-weight: bold;
	cursor: context-menu;
}
#h_wrap .menu_single a:hover {
	color: #c4a840;
}
#h_wrap .menu_single:hover span.h_menu_txt {
	color: #c4a840;
}
#h_wrap .h_menu_arrow span.h_menu_txt {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 0 0 10px;
	position: relative;
	transition: all 0.3s;
}
#h_wrap .h_menu_arrow span.h_menu_txt:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 5px;
	background: #e5e5e5;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
#h_wrap .h_menu_arrow span.h_menu_txt:after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 0 0 10px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(135deg);
	transition: all 0.3s;
}
#h_wrap .menu_single:hover span.h_menu_txt:after {
	border-top: 1px solid #c4a840;
	border-right: 1px solid #c4a840;
}
#h_wrap .menu_second-level {
	position: absolute;
	top: 72px;
	left: 0;
	width: 100%;
	background: #333;
	background: RGBA(0, 0, 0, 0.8);
	/*-webkit-transition: all .2s ease;
	transition: all .2s ease;*/
	z-index: 999;
	border: none;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	border: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
#h_wrap .menu_second-level ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	list-style: none;
}
#h_wrap li.menu_single:hover .menu_second-level {
	top: 72px;
	visibility: visible;
	opacity: 1;
	box-sizing: border-box;
}
#h_wrap .menu_second-level li,
#h_wrap .menu_second-level li a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#h_wrap .menu_second-level li {
	margin: 30px 15px 30px 0;
}
#h_wrap .menu_second-level li a {
	padding: 0 30px 0 0;
	font-weight: bold;
	display: flex;
	line-height: 14px;
}
#h_wrap .menu_second-level li a span {
	position: relative;
}
#h_wrap .menu_second-level li a:hover span {
	color: #c4a840;
}
#h_wrap .h_nav_wrap a {
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	display: block;
	padding: 25px 0;
	/*width: 170px;*/
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
/* ----------------------------------------
　footer
---------------------------------------- */
#f_wrap {
	margin: 100px 0 0 0;
	position: relative;
	overflow: hidden;
}
#f_wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#f_wrap a {
	display: block;
	color: #333;
	text-decoration: none;
}
#f_wrap .f_menu {
	width: 100%;
	padding: 40px 0 40px 0;
	background: #f8f6f5;
}
#f_wrap .f_menu .f_menu_inner {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}
#f_wrap .f_menu .f_menu_inner .f_menu_l .f_menu_box {
	display: flex;
	gap: 0 70px;
	margin: 0 0 35px 0;
}
#f_wrap .f_menu .f_menu_inner .f_menu_l .f_menu_box .f_menu_part p {
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #b3b3b3;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
#f_wrap .f_menu .f_menu_inner .f_menu_l .f_menu_box .f_menu_part div {
	display: flex;
	align-items: flex-start;
	gap: 0 55px;
}
#f_wrap .f_menu .f_menu_inner .f_menu_l .f_menu_box .f_menu_part div ul li:not(:last-child) {
	margin: 0 0 8px 0;
}
#f_wrap .f_menu .f_menu_inner .f_menu_l .f_menu_box .f_menu_part div ul li a {
	display: inline-block;
	font-size: 13px;
	line-height: 16px;
	position: relative;
}
#f_wrap .f_menu .f_menu_inner .f_menu_l .f_menu_box .f_menu_part div ul li a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #c4a840;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
#f_wrap .f_menu .f_menu_inner .f_menu_l .f_menu_box .f_menu_part div ul li a:hover:before {
	transform: scale(1, 1);
}
#f_wrap .f_menu .f_menu_inner .f_menu_bnr {
	width: 200px;
}
#f_wrap .f_menu .f_menu_inner .f_menu_bnr li:not(:last-child) {
	margin: 0 0 20px 0;
}
#f_wrap .f_menu .f_menu_inner .f_menu_bnr li a {
	transition: all 0.2s;
}
#f_wrap .f_menu .f_menu_inner .f_menu_bnr li a img {
	display: block;
	max-width: 100%;
}
#f_wrap .f_menu .f_menu_inner .f_menu_bnr li a:hover {
	opacity: 0.8;
}
#f_wrap .f_menu .f_menu_inner .f_menu_link {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#f_wrap .f_menu .f_menu_inner .f_menu_link .f_menu_btn {
	display: flex;
	align-items: center;
	gap: 0 30px;
	padding: 0 0 0 0;
}
#f_wrap .f_menu .f_menu_inner .f_menu_link .f_menu_btn li a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 18px;
	width: 250px;
	box-sizing: border-box;
	padding: 17px 10px 17px 0;
	background: #FFF;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	position: relative;
	transition: all 0.2s;
}
#f_wrap .f_menu .f_menu_inner .f_menu_link .f_menu_btn li a:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 22px;
	transition: all 0.2s;
}
#f_wrap .f_menu .f_menu_inner .f_menu_link .f_menu_btn li:nth-child(1) a,
#f_wrap .f_menu .f_menu_inner .f_menu_link .f_menu_btn li:nth-child(2) a {
	border: 2px solid #00ff00;
}
#f_wrap .f_menu .f_menu_inner .f_menu_link .f_menu_btn li:nth-child(3) a {
	border: 2px solid #333;
}
#f_wrap .f_menu .f_menu_inner .f_menu_link .f_menu_btn li:nth-child(1) a:hover,
#f_wrap .f_menu .f_menu_inner .f_menu_link .f_menu_btn li:nth-child(2) a:hover {
	background: #00ff00;
}
#f_wrap .f_menu .f_menu_inner .f_menu_link .f_menu_btn li:nth-child(3) a:hover {
	background: #333;
	color: #FFF;
}
#f_wrap .f_menu .f_menu_inner .f_menu_link .f_menu_btn li:nth-child(1) a:before,
#f_wrap .f_menu .f_menu_inner .f_menu_link .f_menu_btn li:nth-child(2) a:before {
	background: url(/img/common/footer/f_mail_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#f_wrap .f_menu .f_menu_inner .f_menu_link .f_menu_btn li:nth-child(3) a:before {
	background: url(/img/common/footer/f_reserve_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#f_wrap .f_menu .f_menu_inner .f_menu_link .f_menu_btn li:nth-child(1) a:hover:before,
#f_wrap .f_menu .f_menu_inner .f_menu_link .f_menu_btn li:nth-child(2) a:hover:before {
	background: url(/img/common/footer/f_mail_icon_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#f_wrap .f_menu .f_menu_inner .f_menu_link .f_menu_btn li:nth-child(3) a:hover:before {
	background: url(/img/common/footer/f_reserve_icon_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#f_wrap .f_menu .f_menu_inner .f_menu_link .f_menu_sns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 15px;
}
#f_wrap .f_info {
	width: 100%;
	padding: 15px 0 20px 0;
	background: #333333;
}
#f_wrap .f_info .f_info_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	color: #FFF;
}
#f_wrap .f_info .f_info_inner a {
	display: block;
	width: 270px;
}
#f_wrap .f_info .f_info_inner .f_info_ad {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}
#f_wrap .f_info .f_info_inner div {
	text-align: center;
}
#f_wrap .f_info .f_info_inner div p.f_info_tel_txt {
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: 18px;
}
#f_wrap .f_info .f_info_inner div p.f_info_tel_num {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 5px;
	margin: 0;
	font-size: 20px;
	line-height: 24px;
}
#f_wrap .f_info .f_info_inner div p.f_info_tel_num:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/img/common/footer/f_tel_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#f_wrap .f_copy {
	margin: 0;
	padding: 10px 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}
.scroll_top {
	display: inline-block;
	position: absolute;
	bottom: 180px;
	right: calc(50% - 650px);
}
/* ----------------------------------------
　side
---------------------------------------- */
/*サイドナビ左右入れ替え*/
.l-roomlist {
	width: 780px;
	float: right;
}
.l-sidenavi {
	width: 200px;
	float: left;
}
.side {
	float: left;
    margin-bottom: 20px;
}
.side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.side a {
	text-decoration: none;
}
.s_regist {
	position: relative;
}
.s_regist .s_regist_bnr {
	display: block;
	margin: 0 0 15px 0;
	background: url(/img/common/sidebar/bnr_regist_h.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
.s_regist .s_regist_bnr picture {
	display: block;
	transition: all 0.2s;
}
.s_regist .s_regist_bnr:hover picture {
	opacity: 0;
}
.s_mem_bnr {
	display: block;
	margin: 0 0 15px 0;
	background: url(/img/common/sidebar/bnr_regist_in_h.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
.s_mem_bnr img {
	display: block;
	transition: all 0.2s;
}
.s_mem_bnr:hover img {
	opacity: 0;
}
.s_regist .s_regist_login {
	width: 90px;
	margin: auto;
	font-size: 10px;
	line-height: 12px;
	color: #FFF !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.s_reserve {
	display: block;
	margin: 0 0 15px 0;
	transition: all 0.2s;
}
.s_reserve:hover {
	opacity: 0.8;
}
.s_sr {
	width: 200px;
	box-sizing: border-box;
	background: #f8f6f5;
	padding: 20px 10px 10px 10px;
	margin: 0 0 15px 0;
}
.s_sr .s_sr_tl {
	display: flex;
	align-items: flex-end;
	gap: 0 5px;
	margin: 0 0 15px 0;
}
.s_sr .s_sr_tl h2 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.06em;
}
.s_sr .s_sr_tl p {
	margin: 0;
}
.s_sr .s_sr_btn {
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px 0 !important;
}
.s_sr .s_sr_btn li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	width: 88px;
	padding: 5px 0 5px 0;
	box-sizing: border-box;
	background: #FFF;
	font-size: 10px;
	line-height: 14px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.06em;
	transition: all 0.2s;
}
.s_sr .s_sr_btn li a:hover {
	background: #e5e5e5;
}
.s_sr .s_sr_btn li a:before {
	content: "";
	display: inline-block;
	width: 42px;
	height: 36px;
}
.s_sr .s_sr_btn li:nth-child(1) a:before {
	background: url(/img/top/sr_area01.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.s_sr .s_sr_btn li:nth-child(2) a:before {
	background: url(/img/top/sr_area02.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.s_sr h3 {
	font-size: 12px;
	line-height: 12px;
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 8px !important;
	border-left: 2px solid #00ff00;
}
.s_sr .s_sr_area {
	margin: 0 0 15px 0;
}
.s_sr .s_sr_box:not(:last-of-type) {
	margin: 0 0 15px 0;
}
.s_sr .s_sr_box:last-of-type li:last-child a {
	width: 179px;
}
.s_sr .s_sr_area li:not(:last-child) {
	margin: 0 0 1px 0;
}
.s_sr .s_sr_area li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	background: #FFF;
	font-size: 10px;
	line-height: 14px;
	color: #333;
	font-weight: bold;
	transition: all 0.2s;
}
.s_sr .s_sr_area ul li a:hover {
	background: #e5e5e5;
}
.s_sr .s_sr_area li a:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 6px;
	background: url(/img/top/reco_ar.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.s_sr .s_sr_box ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
}
.s_sr .s_sr_box ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 89px;
	height: 34px;
	background: #FFF;
	font-size: 10px;
	line-height: 14px;
	color: #333;
	font-weight: bold;
	text-align: center;
	transition: all 0.2s;
}
.s_sr .s_sr_box ul li a:hover {
	background: #e5e5e5;
}
.s_line,
.s_sale {
	display: block;
	margin: 0 0 15px 0;
	transition: all 0.2s;
}
.s_line:hover,
.s_sale:hover {
	opacity: 0.8;
}
.s_useful {
	margin: 0 0 15px 0 !important;
}
.s_useful li a {
	width: 200px;
	display: flex;
	align-items: center;
	gap: 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0 5px 0;
	background: #FFF;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	transition: all 0.2s;
}
.s_useful li a:hover {
	color: #c4a840 !important;
}
.s_useful li a:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	transition: all 0.2s;
}
.s_useful li:nth-child(1) a:before {
	background: url(/img/top/use_icon01.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.s_useful li:nth-child(1) a:hover:before {
	background: url(/img/top/use_icon01_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.s_useful li:nth-child(2) a:before {
	background: url(/img/top/use_icon02.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.s_useful li:nth-child(2) a:hover:before {
	background: url(/img/top/use_icon02_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.s_useful li:nth-child(3) a:before {
	background: url(/img/top/use_icon03.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.s_useful li:nth-child(3) a:hover:before {
	background: url(/img/top/use_icon03_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.s_useful li:nth-child(4) a:before {
	background: url(/img/top/use_icon04.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.s_useful li:nth-child(4) a:hover:before {
	background: url(/img/top/use_icon04_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.s_useful li:nth-child(5) a:before {
	background: url(/img/top/use_icon05.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.s_useful li:nth-child(5) a:hover:before {
	background: url(/img/top/use_icon05_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.s_useful li:nth-child(6) a:before {
	background: url(/img/top/use_icon06.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.s_useful li:nth-child(6) a:hover:before {
	background: url(/img/top/use_icon06_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.s_about {
	width: 180px;
	margin: 0 auto 20px auto;
}
.s_about p {
	margin: 0 0 5px 0 !important;
	font-size: 13px;
}
.s_about .s_about_sns {
	display: flex;
	align-items: center;
	gap: 0 12px;
	margin: 0 0 15px 0 !important;
}
.s_about .s_about_btn a {
	display: block;
	padding: 5px 0;
	background: #333;
	border: 2px solid #333;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	color: #FFF !important;
	text-align: center;
	transition: all 0.2s;
}
.s_about .s_about_btn a:hover {
	background: #FFF;
	color: #333 !important;
}
.s_about .s_about_btn li:not(:last-child) {
	margin: 0 0 10px 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;
}
/**********
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 #607594;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px #607594;
	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: #607594;
	color: #FFF;
}
.main_mypage_menu ul li a {
	color: #607594;
	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: #607594;
}
.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 #607594;
	background: #607594;
	color: #FFF;
}
.main_mypage_menu ul li a.mypage_menu_ac:hover {
	transform: translateY(0px);
	box-shadow: 0px 2px 0px 0px #607594;
}
.mp_side ul {
	margin: 0 auto !important;
}
.mp_side ul li a {
	color: #607594 !important;
}
.mp_side ul li a:hover {
	color: #FFF !important;
}
.mp_side h3 {
	margin: 0px auto 10px auto !important;
	padding: 10px 0 !important;
}
.mp_side h2 {
	margin: 0 0 10px 0 !important;
	padding: 5px 0 !important;
}
.reminder_login p input {
	display: block;
}
#search_dialog {
	height: calc(100vh - 300px) !important;
}
.maincontents {
	float: right;
}