@charset "utf-8";
/*************************************************/
/*　メインカラーを置換してください      */
/*　color:#FF9900;　  */
/*************************************************/
/*main color #2b4156*/
body {
	margin-top: 60px !important;
}
h1 {
	display: none;
}
.fonticon-color {
	color: #2b4156;
}
.fonticon-color_inner i {
	color: #2b4156;
}
.back-color {
	background: #2b4156;
}
.boder-color {
	border-color: #2b4156;
}
.boder_top-color {
	border-top-color: #2b4156;
}
.boder_left-color {
	border-left-color: #2b4156;
}
.headder_boder-color {
	border-top-color: #2b4156;
}
.shadow-color {
	box-shadow: #A66400 0px 2px 0px 0px;
	-webkit-box-shadow: #A66400 0px 2px 0px 0px;
	-moz-box-shadow: #A66400 0px 2px 0px 0px;
}
/*sub color*/
.sub_color {
	background: #401000 !important;
}
.sub-border_color {
	border-color: #401000;
}
.sub-border-top_color {
	border-top-color: #401000;
}
.sub-border-bottom_color {
	border-bottom-color: #401000;
}
.tabList li.active {
	background: #401000;
}
.favorite-01 {
	color: #FFBF00;
}
.favorite-02 {
	color: #2b4156;
}
.favorite-03 {
	color: #663300;
}
.favorite-04 {
	color: #000;
}
.favorite-05 {
	color: #D93600;
}
.favorite-06 {
	color: #684E02;
}
.favorite-07 {
	color: #465614;
}
.slide_list a i,
.slide_list a i {
	color: #2b4156;
}
/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school, .sho_school_ruiji{
	display:none;
}
*/
/* ----------------------------------------
　来店予約システム
---------------------------------------- */
/* ----------------------------------------
　利用する場合はこちらを読み込む
---------------------------------------- */
.on_raiten {
	display: none !important;
}
/* ----------------------------------------
　利用しない場合はこちらを読み込む
---------------------------------------- */
/*
.off_raiten{
	display:none !important;
}
*/
/* ----------------------------------------
フッター固定
---------------------------------------- */
.fixfoot {
	width: 100%;
	position: fixed;
	bottom: -1px;
	height: 60px;
	background-color: #FFF;
	z-index: 999;
	border-top: 2px solid #326598;
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
}
.fixfoot ul {
	width: 100%;
	margin: 0px;
	height: 100%;
	padding: 0px;
	list-style: none;
	display: flex;
}
.fixfoot ul li {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #ddd;
	flex: 1;
	display: block;
}
.fixfoot ul li:last-child {
	border: none;
	background: #ffffff;
}
.fixfoot ul li:last-child i {
	color: #326598;
	display: table;
	font-size: 24px;
}
.fixfoot ul li:last-child span {
	color: #326598;
	display: none;
}
.fixfoot ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 13px;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	color: #333;
}
.fixfoot ul li a img {
	width: 70%;
	max-height: 65px;
}
.fixfoot ul li i {
	width: 100%;
	height: 17px;
	display: block;
	text-align: center;
}
.fixfoot ul li span {
	font-size: 12px;
}
.dra_tl p {
	background: #326598;
	color: #fff;
}
.fixfoot ul li:nth-child(3) i {
	color: #e10000;
}
.fixfoot ul li:nth-child(3) span {
	color: #e10000;
}
/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
	width: 90%;
	margin: 0 auto;
}
.rental_inq a {
	box-sizing: border-box;
	border: 3px solid #ff7f00;
	background: #ff7f00;
	color: #fff;
	position: relative;
	display: block;
	font-size: 5.5vw;
	line-height: 5vh;
	padding: 5% 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);
}
/* ----------------------------------------
header
---------------------------------------- */
header {
	width: 100%;
	box-sizing: border-box;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	padding: 10px 60px 10px 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;
	height: 60px;
	border-bottom: none;
}
.h_logo {}
.h_logo img {
	width: 150px;
}
.top_header {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 60px 0 10px;
	z-index: 100;
}
.top_header .h_con {
	position: absolute;
	top: 0;
	right: 60px;
}
/*============
nav
=============*/
nav {
	display: block;
	position: fixed;
	top: 0;
	right: -300px;
	bottom: 0;
	width: 100%;
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	opacity: 0;
	padding: 20px 5%;
	box-sizing: border-box;
	z-index: -1;
}
nav::-webkit-scrollbar {
	width: 10px;
}
nav::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: none;
}
nav::-webkit-scrollbar-thumb {
	background-color: #fff;
	box-shadow: none;
}
.open nav {
	right: 0;
	opacity: 1;
	z-index: 99;
	display: block;
}
nav .inner {
	padding: 50px 25px 20px;
}
nav .inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: -10px 0 30px;
}
nav .inner ul li {
	position: relative;
	margin: 0;
}
nav .inner ul li a {
	display: block;
	color: #333;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.03em;
	text-decoration: none;
	transition-duration: 0.2s;
	text-align: left;
	position: relative;
	text-indent: 50px;
}
nav .inner ul li a::before {
	content: "";
	background: #aaa;
	display: block;
	width: 10px;
	height: 3px;
	position: absolute;
	top: 17px;
	left: 20px;
}
nav .inner ul li a:hover {
	background: #e4e4e4;
}
nav .f_logo img {
	width: 150px;
}
.nav_top {
	width: auto;
	display: block;
	margin: 0;
	text-align: left;
}
.nav_top ul {
	margin-top: 30px;
}
.nav_btn a {
	display: block;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
	color: #000;
	text-align: left;
	transition: .2s;
}
.nav_btn {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
	color: #000;
	text-align: left;
}
.nav_btn span {
	display: inline-block;
	margin-left: 15px;
	font-size: 15px;
	letter-spacing: 0.05em;
	transition: .2s;
}
.nav_btn a:hover {
	letter-spacing: 0.2em;
	transition: .2s;
}
.nav_btn a:hover span {
	letter-spacing: 0.2em;
	transition: .2s;
}
.nav_satei {
	width: 510px;
	box-sizing: border-box;
	background: #eee;
	height: 150px;
	padding: 20px;
	text-align: center;
}
.nav_satei span {
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.05em;
	position: relative;
}
.nav_satei span::before {
	content: "";
	background: #000;
	width: 125px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 16px;
}
.nav_satei span::after {
	content: "";
	background: #000;
	width: 125px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 16px;
}
.nav_satei ul {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.nav_satei ul li a {
	display: block;
	width: 230px;
	height: 60px;
	text-align: center;
	color: #fff;
	background: #65b820;
	font-size: 15px;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	padding-right: 10px;
	position: relative;
	transition: .3s;
	border: 2px solid #65b820;
}
.nav_satei ul li:nth-child(2) a {
	background: #265300;
	border: 2px solid #265300;
}
.nav_satei ul li a:hover {
	border: 2px solid #265300;
	letter-spacing: 0.2em;
	transition: .3s;
}
.nav_satei ul li:nth-child(2) a:hover {
	border: 2px solid #65b820;
	letter-spacing: 0.2em;
	transition: .3s;
}
.nav_satei ul li a::before {
	content: "";
	background: url(../img/nav_arrow.png);
	display: block;
	width: 7px;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 24px;
}
/*============
.toggle_btn
=============*/
.toggle_btn {
	display: block;
	position: absolute;
	top: 3px;
	right: 15px;
	width: 30px;
	height: 30px;
	transition: all .5s;
	cursor: pointer;
	z-index: 9999;
}
.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	transition: all .5s;
}
.toggle_btn span:nth-child(1) {
	top: 4px;
}
.toggle_btn span:nth-child(2) {
	top: 14px;
}
.toggle_btn span:nth-child(3) {
	bottom: 4px;
}
.open .toggle_btn span {
	background-color: #000;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}
/*============
.toggle_btn_c
=============*/
.toggle_btn_c {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	transition: all .5s;
	cursor: pointer;
	z-index: 100;
	background: #010101;
}
.toggle_btn_c span {
	display: block;
	position: absolute;
	left: 16px;
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
	transition: all .5s;
}
.toggle_btn_c span:nth-child(1) {
	top: 18px;
}
.toggle_btn_c span:nth-child(2) {
	top: 28px;
}
.toggle_btn_c span:nth-child(3) {
	bottom: 19px;
}
.open .toggle_btn_c span {
	background-color: #fff;
}
.open .toggle_btn_c span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn_c span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn_c span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
	transition: all 0.8s;
	opacity: 0;
	z-index: -1;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 98;
	cursor: pointer;
	transition: all 0.8s;
}
.h_con {
	width: 210px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.open .toggle_btn_c {
	z-index: 9999;
}
.h_btn {
	display: flex;
	align-items: center;
}
.h_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #2b4156;
	color: #fff !important;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	box-sizing: border-box;
	text-decoration: none !important;
	&.h_tel {
		border-radius: 100px;
		width: 40px;
		height: 40px;
		margin-right: 8px;
		background-color: #d4dee8;
		& i {
			color: #2b4156;
		}
	}
}
/*ナビゲーション*/
#navArea ul {
	margin-top: 15px;
}
#navArea ul li {
	border-bottom: solid 1px #ccc;
}
#navArea ul li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 15px 0px;
	transition: all 0.15s ease;
	position: relative;
	top: 0;
	left: 0;
}
/* ----------------------------------------
header
---------------------------------------- */
footer {
	padding-bottom: 0;
}
.sp_off {
	display: none !Important;
}
.ft_wrap {
	width: 100%;
	margin-top: 60px;
}
.ft_wrap img {
	width: 100%;
}
#navArea ul li a i {
	text-indent: 0 !important;
	margin-right: 10px;
}
.h_nav_btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.h_nav_btn ul::after {
	content: none;
}
#navArea .h_nav_btn ul li {
	width: 49%;
	border-bottom: none;
	margin-bottom: 2%;
}
#navArea .h_nav_btn ul li a {
	border: 1px solid #2b4156;
	color: #2b4156;
	line-height: 24px;
	text-align: center;
	position: relative;
	font-size: 14px;
	box-sizing: border-box;
	height: 80px;
	transition: .3s;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
#navArea .h_nav_btn ul li a::before {
	content: "";
	display: block;
	border-top: 15px solid transparent;
	border-right: 15px solid #2b4156;
	border-bottom: 5px solid #2b4156;
	border-left: 5px solid transparent;
	position: absolute;
	width: 0;
	height: 0;
	transform: none;
	left: auto;
	top: auto;
	right: 3px;
	bottom: 3px;
	opacity: 1;
	transition: .3s;
}
#navArea .h_nav_btn ul li a:hover {
	text-indent: inherit;
	background: #2b4156;
	color: #fff;
	transition: .3s;
}
#navArea .h_nav_btn ul li a:hover::before {
	border-right: 15px solid #fff;
	border-bottom: 5px solid #fff;
	transition: .3s;
}
#back-Top {
	margin: 0px !important;
	border: none !important;
}
#back-Top a {
	color: #fff;
	background: #2b4156;
	padding: 15px 0px !important;
}
footer {
	margin: 0px !important;
}
.office-info a {
	margin: 20px 0px !important;
}
.f_sns_icon ul {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 0 0 20px;
}
.chuui {
	color: red;
	font-size: 14px;
	text-align: center;
	margin: 0px 0px 25px;
	& a {
		display: block;
		width: 60%;
		margin: 5px auto;
		background-color: #ffb238;
		border-radius: 5px;
		line-height: 40px;
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		letter-spacing: 1px;
		& i {
			margin-right: 10px;
		}
	}
}
/* -------詳細shosai------- */
.de_mail a {
	background: #ffffff;
	border: 2px solid #cccccc;
	box-shadow: 0 3px 0 #bbbbbb;
}
.de_mail i {
	color: #F59805;
}
.de_mail a {
	color: #000;
}
.de_reserve a {
	background: #F59805 !important;
	border: 2px solid #F59805 !important;
	box-shadow: 0 3px 0 #ce7d04 !important;
}
.de_reserve a i,
.de_reserve a span {
	color: #fff;
}
.shosai_movie {
	width: 94%;
	margin: 10px auto;
	display: block;
}
.shosai_movie iframe {
	width: 100%;
}
.shosai_gallery {
	text-align: center;
	margin-bottom: 20px;
}
.s-icons {
	margin-bottom: 5px;
}
/* ------お気に入り一覧----- */
.sho_fav_list a {
	width: 60%;
	display: block;
	margin: 0 auto 25px;
	background-color: #f5f5f5;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
}
/* ------物件詳細下固定フッター----- */
.sho_fix_foot ul {
	background-color: #0008;
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	padding: 8px 10px 12px;
	justify-content: space-between;
	box-sizing: border-box;
	& li {
		width: 49%;
		& a {
			display: flex;
			justify-content: center;
			align-items: center;
			background-color: #f59805;
			border: 1px solid #f59805;
			color: #fff;
			text-align: center;
			border-radius: 8px;
			line-height: 45px;
			box-shadow: 0 3px 0 #ce7d04;
			box-sizing: border-box;
			& i {
				margin-right: 5px;
				font-size: 20px;
			}
			& span {
				font-size: 15px;
				font-weight: bold;
			}
		}
	}
}
.sho_fix_foot ul li:nth-child(2) a {
	background-color: #fff;
	color: #f59805;
}
/* ----------------------------------------
preview_reserve
---------------------------------------- */
h2.h2_researv {
	background-image: url(/img/researv_bg.jpg);
	height: 140px;
	box-sizing: border-box;
	border-bottom: 0px solid #DDD;
	color: #fff;
	display: flex;
	align-items: center;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 25px;
}
h2.h2_researv:after {
	content: none;
}
h2.h2_researv span {
	width: 1000px;
	margin: 0 auto;
}
.rsv_merit_top {
	margin-bottom: 30px;
}
.rsv_merit_top_l img {
	margin: 20px 0;
}
.rsv_merit_wrap {
	width: 90%;
	margin: 0 auto;
}
.rsv_merit_wrap ul {}
.rsv_merit_wrap ul li {
	width: 100%;
	border: 1px solid #eee;
	box-sizing: border-box;
	margin-bottom: 2%;
}
.rsv_merit_wrap ul li .ti {
	background-color: #d4dee8;
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.rsv_merit_wrap ul li .ti span {
	display: block;
	padding: 5px 5px;
	background-color: #ffe21c;
	border-radius: 3px;
	color: #2b4156;
	margin: 0 10px;
	font-weight: bold;
	font-size: 10px;
}
.rsv_merit_wrap ul li .ti p {
	font-size: 18px;
	font-weight: bold;
}
.rsv_merit_wrap ul li .txt p {
	font-size: 13px;
	padding: 20px 30px;
	line-height: 1.5;
	margin: 0;
}
.raijou_merit {
	margin: 30px 0 30px;
}
/* ----------------
物件詳細ギャラリー
--------------- */
.sh_line_wrap {
	width: 100%;
	background: #3a556a;
	position: relative;
}
.sh_line_inner {
	margin: 0 auto;
	padding: 60px 30px;
	box-sizing: border-box;
}
.sh_line_inner img {
	width: 70%;
	display: block;
	margin: 0 auto 30px;
}
.sh_line_txt {}
.sh_line_txt span {
	display: block;
	font-weight: bold;
	font-size: 4vw;
	letter-spacing: 0.2em;
	line-height: 160%;
	margin: 15px 0;
	color: #fff;
	text-align: center;
}
.sh_line_txt p {
	color: #fff;
	font-size: 3vw;
	line-height: 200%;
	margin: 0;
	padding: 0 5%;
	margin-bottom: 15px;
}
.sh_line_wrap .more a {
	color: #fff;
	text-align: right;
	padding: 10px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.gallery_wrap .ti {
	text-align: center;
	margin: 40px 0 20px;
}
.gallery_wrap .ti p {
	margin: 10px;
	font-size: 15px;
	font-weight: bold;
}
.gallery_wrap iframe {
	width: 90%;
	height: 670px;
	margin: 0 auto;
	display: block;
}
.sh_gallary_list {
	width: 100%;
}
.sh_gallary_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.sh_gallary_list ul li {
	width: 48%;
	margin: 0 0 20px;
	list-style-type: none;
}
.sh_gallary_list ul li a {
	text-decoration: none;
	color: #000;
}
.sh_gallary_list ul li a:hover img {
	transform: translateY(3px);
	object-fit: cover;
}
.sh_gallary_list ul li img {
	width: 100%;
	height: 150px !important;
	object-fit: cover;
	transition: 0.2s;
}
.sh_gallary_list ul li p {
	font-size: 14px;
	margin: 0;
}
.gallery_wrap .more_btn {
	margin-bottom: 80px;
}
.gallery_wrap .more_btn a {
	display: block;
	width: 200px;
	line-height: 40px;
	border: 1px solid #2b4156;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.05em;
	transition: .3s;
}
.gallery_wrap .more_btn a:hover {
	color: #fff;
	background: #2b4156;
	transition: .3s;
}
/* ----------------------------------------
フッター固定
---------------------------------------- */
.f_fix_menu {
	width: 100%;
	position: fixed;
	bottom: -1px;
	height: 70px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	background-color: #2b4156;
	display: none;
}
.f_fix_menu ul {
	width: 100%;
	margin: 0px;
	height: 100%;
	padding: 0px;
	list-style: none;
	display: flex;
}
.f_fix_menu ul li {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	margin: 0px;
	padding: 0px;
	flex: 1;
	display: block;
}
.f_fix_menu ul li:last-child {
	border: none;
	background: #e55757;
}
.f_fix_menu ul li:last-child span {
	color: #2b4156;
	display: none;
}
.f_fix_menu ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #fff;
	justify-content: center;
	align-items: center;
}
.f_fix_menu ul li a i {
	color: #fff;
	margin-right: 5px;
	transform: rotate(90deg);
}
.f_fix_menu ul li p {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.f_fix_menu ul li span {
	font-size: 10px;
	font-weight: 500;
	display: block;
}
/* -------お問合せフォーム-------- */
.form_caution {
	width: 96%;
	margin: 15px auto;
	padding: 10px 4%;
	background: #fff4f4;
	border: 1px solid #efc1c1;
	color: #f00;
	box-sizing: border-box;
	font-size: 3vw;
	text-align: center;
}