@charset "utf-8";
/* ===================================================================
CSS
 file name  :  store.css
=================================================================== */
.store{
	padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
	.store{
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 480px) {
	.store{
		padding-bottom: 80px;
	}
}
/* =====================================
店舗概要
======================================== */
@media print, screen and (min-width: 769px) {
	.store_head{
		margin: 80px auto auto;
		display: flex;
		justify-content: space-between;
		max-width: 1160px;
		padding: 0 40px;
	}
	.store_head .photo{
		width: 47%;
	}
	.store_head .outline_wrap{
		width: 47%;
	}
}
.store_head .store_info{
	background: #E5ECF6;
	padding: 2em 3em;
}
.store_head .store_info p.store_name{
	color: #202466;
	font-size: 1.6rem;
	font-weight: 500;
}
.store_head .store_info .s_tel{
	font-size: 2.8rem;
	color: #202466;
	font-weight: 700;
}
.store_head .store_info .s_tel{
	text-decoration: none;
}
.store_head .store_info .s_tel::before{
	background: url("../images/sch/icon_tel.png") no-repeat;
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin: -2px 0.2em 0 0;
	background-size: contain;
	vertical-align: middle;
}
.store_head .store_list dl{
	margin-top: 30px;
	border-top: 1px solid #CCCCCC;
}
.store_head .store_list dl dt{
	color: #202466;
	font-weight: 500;
	padding: 0.8em 0;
}
.store_head .store_list dl dd{
	margin-top: -3.6em;
	padding: 0.8em 0 0.8em 6em;
	border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
	.store_head{
		margin-top: 50px;
	}
	.store_head .store_info{
		text-align: center;
		padding: 30px 20px;
	}
	.store_head .store_info p.store_name{
		font-size: 1.4rem;
	}
	.store_head .store_list{
		max-width: 520px;
		margin: auto;
		padding: 20px;
	}
}
/* =====================================
地図
======================================== */
.store_map{
	margin-top: 100px;
}
.store_map iframe{
	width: 100%;
	height: 600px;
}
@media screen and (max-width: 768px) {
	.store_map{
		margin-top: 70px;
	}
	.store_map iframe{
		width: 100%;
		height: 480px;
	}
}
@media screen and (max-width: 480px) {
	.store_map{
		margin-top: 50px;
	}
}
h2.store_subtitle{
	margin-top: 100px;
	text-align: center;
	color: #202466;
	font-size: 2.4rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}
h2.store_subtitle::before,
h2.store_subtitle::after{
	border-top: 1px solid #9AA0A9;
	content: "";
	width: 3em;
}
h2.store_subtitle::before {
	margin-right: 2em;
}
h2.store_subtitle::after {
	margin-left: 2em;
}
@media screen and (max-width: 768px) {
	h2.store_subtitle{
		margin-top: 50px;
		font-size: 1.6rem;
	}
	h2.store_subtitle::before,
	h2.store_subtitle::after{
		width: 2.5em;
	}
	h2.store_subtitle::before {
		margin-right: 1.5em;
	}
	h2.store_subtitle::after {
		margin-left: 1.5em;
	}
}
/* =====================================
店舗スタッフ紹介
======================================== */
h2.store_title{
	background: #E5ECF6;
	padding: 1em 2em;
	color: #202466;
	font-size: 1.6rem;
	font-weight: 700;
    margin-top:20px;
}
ul.staff_list{
	display: flex;
	flex-wrap: wrap;
}
ul.staff_list li{
	border-bottom: 1px solid #9AA0A9;
	padding-bottom: 1.5em;
}
@media print, screen and (min-width: 769px) {
	ul.staff_list{
		margin-left: -3%;
		padding-top: 20px;
	}
	ul.staff_list li{
		width: 22%;
		margin-top: 50px;
		margin-left: 3%;
	}
}
ul.staff_list li a{
	text-decoration: none;
	color: #333;
}
ul.staff_list li a .photo{
	width: 100%;
	height: 240px;
	position: relative;
	margin-bottom: 1em;
}
ul.staff_list li a .photo img{
	width: 100%;
	height: 240px;
	object-fit:cover;
}
ul.staff_list li a:hover .photo{
	opacity: 0.7;
}
ul.staff_list li a .photo .voice_badge{
	position: absolute;
	right: 5px;
	bottom: 15px;
	background: #417FCE;
	border-radius: 100px;
	color: #FFFFFF;
	text-align: center;
	padding: 0.3em 1em;
	min-width: 55px;
	z-index: 1;
}
ul.staff_list li a .photo .voice_badge::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #417FCE transparent transparent transparent;
	border-width: 10px 10px 0 0;
}
ul.staff_list li .position{
	color: #405E96;
}
ul.staff_list li .name{
	font-weight: 700;
}
ul.staff_list li .name .kana{
	font-size: 1.2rem;
	margin-left: 1em;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	h2.store_title{
		font-size: 1.2rem;
		padding: 0.7em 1em;
		max-width: 640px;
		margin: auto;
	}
	ul.staff_list{
		justify-content: space-between;
		max-width: 640px;
		margin: auto;
	}
	ul.staff_list li{
		width: 47%;
		margin-top: 30px;
	}
	ul.staff_list li a .photo .voice_badge{
		min-width: 45px;
	}
	ul.staff_list li .name .kana{
		margin-left: 0;
		display: block;
	}
}
@media screen and (max-width: 480px) {
	ul.staff_list li a .photo{
		width: 100%;
		height: 180px;
	}
	ul.staff_list li a .photo img{
		width: 100%;
		height: 180px;
	}
}
/* =====================================
店舗おすすめ物件
======================================== */
ul.store_bkn_list{
	display: flex;
	flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
	ul.store_bkn_list{
		margin-left: -3%;
		padding-top: 20px;
	}
}
ul.store_bkn_list li{
	margin-top: 50px;
	width: 25%;
	padding-left: 3%;
}
ul.store_bkn_list li a{
	text-decoration: none;
	color: #333;
}
ul.store_bkn_list li a:hover .photo{
	opacity: 0.7;
}
ul.store_bkn_list li .photo{
	width: 100%;
	height:185px;
}
ul.store_bkn_list li .photo img{
	width: 100%;
	height:185px;
	object-fit:cover;
}
ul.store_bkn_list li .k_d_wrap{
	display: flex;justify-content: space-between;
	margin-top: 15px;
}
ul.store_bkn_list li .k_d_wrap .kind{
	color: #202466;
	background: #E5ECF6;
	border-radius: 30px;
	width: 110px;
	text-align: center;
	font-size: 1.2rem;
}
ul.store_bkn_list li .k_d_wrap .date{
	color: #405E96;
	font-size: 1.2rem;
}
ul.store_bkn_list li .bkn_name{
	margin-top: 1em;
	font-weight: 700;
}
ul.store_bkn_list li .access{
	margin-top: 0.5em;
}
ul.store_bkn_list li .plan_price{
	display: flex;
    justify-content: space-between;
	border-top: 1px solid #CCC;
	margin-top: 1em;
	padding-top: 1em;
}
ul.store_bkn_list li .plan{
}
ul.store_bkn_list li .price{
	font-weight: 700;
	line-height: 1.2;
}
ul.store_bkn_list li .price span{
	color: #202466;
	font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
	ul.store_bkn_list{
		margin: 0 auto;
		max-width: 640px;
		justify-content: space-between;
	}
	ul.store_bkn_list li{
		margin-top: 30px;
		width: 47%;
	}
	ul.store_bkn_list li .k_d_wrap .kind{
		width: 100px;
		font-size: 1.0rem;
	}
	ul.store_bkn_list li .k_d_wrap .date{
		color: #405E96;
		font-size: 1.0rem;
	}
	ul.store_bkn_list li .price span{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 480px) {
	ul.store_bkn_list li .photo{
		height:130px;
	}
	ul.store_bkn_list li .photo img{
		height:130px;
	}
}
.store_btn_area{
	margin: 70px auto auto;
	max-width: 460px;
}
@media screen and (max-width: 768px) {
	.store_btn_area{
		margin: 40px auto auto;
	}
}