@charset "UTF-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#shop #pagetitle::after {
	content: "SHOP GUIDE";
}

#shopLeadHead {
	margin-bottom: 20px;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
}

#shopLeadTxt {
	margin-bottom: 30px;
	font-size: 1.4rem;
	line-height: 1.71;
	letter-spacing: 0;
	text-align: center;
}

#shopGuideList {
	margin-bottom: -30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#shopGuideList li {
	width: 48.5%;
	margin-bottom: 30px;
	border: 1px solid #bfbfbf;
	border-radius: 6px;
}

.shopGuideItem {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.shopGuideImg {
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}

.shopGuideImg img {
	width: 100%;
	height: 100%;
	border-radius: 6px 6px 0 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.shopGuideBody {
	padding: 25px;
	color: #333333;
	background: transparent url(../../img/common/icon_next_green.svg) no-repeat center right 20px/28px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.shopGuideName {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 700;
}

.shopGuideBody .infoAddress {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

.shopGuideBody .infoAddress::after {
	content: none;
}

.shopGuideBody .infoTel,
.shopGuideBody .infoFax {
	margin-bottom: 0.2em;
	padding-left: 25px;
	background-size: 14px auto;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.shopGuideBody .telSubtext {
	font-size: 1.2rem;
	margin: -0.3em 0 0.2em 0;
}

.shopGuideInfo {
	font-size: 1.3rem;
}

.shopGuideInfo dt {
	margin-right: 1em;
	float: left;
}

/* ------------------------------------ */
/* 店舗詳細 */
/* ------------------------------------ */
#shop-kasugabaru #pagetitle::after {
	content: "REAL ESTATE LEASING KASUGABARU";
}

#shop-futsukaichi #pagetitle::after {
	content: "REAL ESTATE LEASING FUTSUKAICHI";
}

#shop-ohashi #pagetitle::after {
	content: "REAL ESTATE LEASING OHASHI";
}

#shop-buy-sell #pagetitle::after {
	content: "REAL ESTATE BUYING AND SELLING";
}

#shop-asset #pagetitle::after {
	content: "UTILIZATION OF REAL ESTATE ASSETS";
}

#shop-asset-fukuoka #pagetitle::after {
	content: "UTILIZATION OF REAL ESTATE ASSETS FUKUOKA";
}

#shopMvSlide {
	margin-bottom: 15px;
}

#shopMvSlide .sp-mask {
	border-radius: 8px;
	z-index: 1;
}

.sp-slides-container {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#shopMvSlide .sp-mask {
	display: block;
	position: relative;
}

/* 左右のレイヤー */
#shopMvSlide .sp-mask::before,
#shopMvSlide .sp-mask::after {
	content: "";
	width: 10%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
}

#shopMvSlide .sp-mask::before {
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 8px 0 0 8px;
}

#shopMvSlide .sp-mask::after {
	right: 0;
	background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 0 8px 8px 0;
}

/* 左右の矢印 */
.sp-arrows {
	z-index: 2;
}

#shopMvSlide .sp-previous-arrow:before,
#shopMvSlide .sp-next-arrow:before {
	content: none;
}

#shopMvSlide .sp-previous-arrow:after,
#shopMvSlide .sp-next-arrow:after {
	width: 28px;
	height: 26px;
	top: 0;
	-webkit-transform: none;
	transform: none;
}

#shopMvSlide .sp-previous-arrow:after {
	left: 0;
	background: transparent url(../../img/common/icon_prev_white.svg) no-repeat center center/contain;
}

#shopMvSlide .sp-next-arrow:after {
	right: 0;
	background: transparent url(../../img/common/icon_next_white.svg) no-repeat center center/contain;
}

/* ナビゲーション */
.sp-button {
	width: 5px;
	height: 5px;
	margin: 4px 8px;
	border-color: #535353;
	background-color: #535353;
}

.sp-selected-button {
	border-color: #009843;
	background-color: #009843;
}

/* お問い合わせ */
/* ------------------------------------ */
#commonContact.ccShop {
	margin-bottom: 60px;
}

.ccShop #ccTxt {
	margin-bottom: 5px;
}

.ccShop .telLink {
	line-height: 1.2;
}

/* 回遊ナビ */
/* ------------------------------------ */
#shopLinkWrap {
	margin-bottom: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

a.shopLink {
	width: 31%;
	padding: 30px 0px 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	background-color: #009843;
	border-radius: 8px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.shopLinkBuySell {
	background: url(../../img/common/icon_arrow_white.svg) no-repeat center right 12px/18px, url(../../img/shop/illust01.png) no-repeat bottom center/124px;
}

.shopLinkAstUtl {
	background: url(../../img/common/icon_arrow_white.svg) no-repeat center right 12px/18px, url(../../img/shop/illust02.png) no-repeat bottom center/115px;
}

.shopLinkOwner {
	background: url(../../img/common/icon_arrow_white.svg) no-repeat center right 12px/18px, url(../../img/shop/illust03.png) no-repeat bottom center/87px;
}

/* 新着賃貸物件 */
/* ------------------------------------ */
.newListSlide {
	margin-bottom: 25px;
}

/*
.new {
	text-align: center;
}
*/

.estateLink {
	width: auto !important;
	text-align: center;
}

.estateLink a {
	display: inline-block;
	width: auto !important;
}

/* 新着情報 */
/* ------------------------------------ */
#shopTopics {
	margin-bottom: 70px;
}

/* 店舗情報 */
/* ------------------------------------ */
#shopInfo {
	margin-bottom: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shopInfoBody {
	width: 50%;
	padding-right: 20px;
}

.shopInfoImg {
	width: 100%;
	height: 154px;
	margin-bottom: 20px;
}

.shopInfoImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 6px;
}

.shopInfoNameWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.shopInfoName {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.shopInfoSns {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopInfoSnsItem {
	margin-left: 10px;
}

.shopInfoSnsItem a {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.shopInfoSnsItem img {
	width: 20px;
	vertical-align: middle;
}

.shopInfoAddressWrap {
	margin-bottom: 10px;
}

.shopInfoAddress {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.1;
	vertical-align: middle;
}

.shopInfoAddressLink {
	padding: 0.5em;
	display: inline-block;
	color: #ffffff;
	background-color: #009843;
	border-radius: 12px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

.shopInfoAddressLink::after {
	content: "";
	width: 9px;
	height: 12px;
	display: inline-block;
	background: transparent url(../../img/common/icon_map.svg) no-repeat center center/contain;
	vertical-align: bottom;
}

a.shopInfoAddressLink {
	color: #ffffff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.shopInfoNumWrap .infoTel {
	margin-right: 10px;
	padding-left: 22px;
	display: inline-block;
	font-size: 2.2rem;
	letter-spacing: 0.025em;
	background-size: 18px auto;
}

.shopInfoNumWrap .infoFax {
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	background-size: 0.8em auto;
}

.shopInfoHour {
	margin-bottom: 5px;
	font-size: 1.2rem;
	line-height: 1.4;
}

.shopInfoSpace {
	margin-bottom: 3px;
	padding: 0.2em;
	color: #777777;
	border: 1px solid #eeeeee;
	font-size: 1.4rem;
	text-align: center;
}

.shopInfoSpace span {
	margin-right: 1em;
	display: inline-block;
}

.shopInfoAccess {
	padding: 10px 15px;
	background-color: #eeeeee;
}

.shopInfoAccess dt {
	margin-bottom: 5px;
	font-size: 1.4rem;
	font-weight: 700;
}

.shopInfoAccess dd {
	padding-left: 20px;
	font-size: 1.2rem;
	line-height: 1.8;
	background: transparent url(../../img/common/icon_access.png) no-repeat center left/13px auto;
}

.shopInfoMap {
	width: 50%;
}

.shopInfoMap>iframe {
	width: 100%;
	height: 100%;
}

/* FAQ */
/* ------------------------------------ */
#shopFaq {
	margin-bottom: 70px;
}

/* スタッフ紹介 */
/* ------------------------------------ */
#shopStaff {
	margin-bottom: 70px;
}

.staffSlideItem {
	width: 230px;
	height: auto;
	border: 2px solid #cccccc;
	border-radius: 10px;
}

.staffSlideItem a {
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.staffSlideImg {
	height: 200px;
}

.staffSlideImg img {
	width: 100%;
	height: 100%;
	border-radius: 8px 8px 0 0;
}

.staffSlideBody {
	padding: 15px;
	color: #333333;
}

.staffSlideBodyRole {
	font-size: 1.1rem;
}

.staffSlideBodyName {
	font-size: 1.6rem;
	font-weight: 700;
}

.staffSlideBodyKana {
	margin-bottom: 10px;
	font-size: 1.1rem;
}

.staffSlideBodyQual {
	padding-top: 10px;
	border-top: 1px solid #d2d2d2;
}

.staffSlideBodyQual li {
	font-size: 1.3rem;
}

.staffModalWrap {
	display: none;
}

/* モーダルウインドウ：JSで付与するもの */
#mdWindow {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
}

#mdWindowInner {
	width: 100%;
	height: 100%;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow-y: auto;
}

@media screen and (max-height: 800px) {
	#mdWindowInner {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

#mdOverlay {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #000000;
	display: none;
	z-index: 110;
}

#mdClose {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	z-index: 112;
	cursor: pointer;
	background: url(../../img/common/icon_close.svg) center center no-repeat;
	background-size: contain;
}

/*
#mdClose:after {
	width: 100%;
	height: auto;
	display: inline-block;
	position: absolute;
	bottom: -1.5em;
	left: 0;
	content: "閉じる";
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #009843;
	font-weight: bold;
	text-align: center;
}
*/

#contWrap {
	width: calc(100% - 40px);
	max-width: 780px;
	position: relative;
	font-family: "Hiragino Sans", "Noto Sans CJK JP", sans-serif;
	z-index: 111;
}

/* モーダル中身 */
.staffModal {
	padding: 0 20px;
	background: #FFFFFF;
	padding: 60px 90px 40px;
	border-radius: 8px;
}

.staffModalBody {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.staffModalBodyImg {
	width: 46%;
	max-width: 260px;
	margin: 0 auto;
	position: relative;
}

.staffModalBodyImg img {
	width: 100%;
	border-radius: 6px;
}

.staffModalBodyTxt {
	width: 48%;
	letter-spacing: 0.06em;
}

.staffModalBodyRole {
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.staffModalBodyName {
	margin-bottom: 10px;
	font-size: 2.2rem;
	font-weight: 700;
}

.staffModalBodyKana {
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.staffModalBodyProfile dt {
	padding-top: 15px;
	border-top: 1px solid #d2d2d2;
	font-size: 1.4rem;
	font-weight: 700;
}

.staffModalBodyProfile dd {
	padding: 10px 0;
	font-size: 1.4rem;
	line-height: 1.42;
}

.staffModalComment {
	padding: 10px 20px;
	background-color: #eeeeee;
	font-size: 1.4rem;
	line-height: 1.42;
}

/* 採用情報 */
/* ------------------------------------ */
#shopRecruitImg {
	margin-bottom: 70px;
}

#shopRecruitImg a {
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#shopRecruitImg img {
	width: 100%;
}

/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
	.shopGuideItem:hover img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.shopGuideItem:hover .shopGuideBody {
		background-position: center right 10px;
	}

	a.shopLink:hover,
	a.shopInfoAddressLink:hover {
		opacity: 0.7;
	}

	.shopInfoSnsItem a:hover {
		opacity: 0.7;
	}

	.staffSlideItem a:hover {
		opacity: 0.8;
	}

	#shopRecruitImg a:hover {
		opacity: 0.7;
	}
}

/* -------------------------------------------------- */
/* PC調整 */
/* -------------------------------------------------- */
@media screen and (max-width: 1279px) {
	.shopGuideBody .infoAddress {
		font-size: 1.4rem;
	}

	.shopGuideBody .infoTel,
	.shopGuideBody .infoFax {
		padding-left: 20px;
		background-size: 12px auto;
		font-size: 1.4rem;
	}

	.shopGuideName .spbr.mq1280 {
		display: inline-block;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.staffModal {
		padding: 80px 60px 40px;
	}
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#shopLeadHead {
		margin-bottom: 20px;
		font-size: 2.2rem;
	}

	#shopLeadTxt {
		font-size: 1.3rem;
		text-align: left;
	}

	/*
	.shopGuideItem {
		width: 49.5%;
	}
*/

	.shopGuideBody {
		padding: 12px 6px;
		background: none;
	}

	.shopGuideName {
		margin-bottom: 10px;
		font-size: 1.3rem;
	}

	.shopGuideBody .infoAddress,
	.shopGuideBody .infoTel,
	.shopGuideBody .infoFax {
		font-size: 1.2rem;
	}

	.shopGuideInfo {
		font-size: 1rem;
	}

	/* 店舗詳細 */
	/* ------------------------------------ */
	#shopMvSlide .sp-previous-arrow:after,
	#shopMvSlide .sp-next-arrow:after {
		width: 20px;
		height: 18px;
	}

	#shopMvSlide .sp-mask::before,
	#shopMvSlide .sp-mask::after {
		width: 15%;
	}

	/* 回遊ナビ */
	a.shopLink {
		width: 100%;
		height: 100px;
		padding: 20px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-size: 2rem;
	}

	a.shopLink:not(:last-child) {
		margin-bottom: 20px;
	}

	.shopLinkBuySell {
		background: url(../../img/common/icon_arrow_white.svg) no-repeat center right 12px/18px, url(../../img/shop/illust01.png) no-repeat bottom right 50px/74px;
	}

	.shopLinkAstUtl {
		background: url(../../img/common/icon_arrow_white.svg) no-repeat center right 12px/18px, url(../../img/shop/illust02.png) no-repeat bottom right 50px/70px;
	}

	.shopLinkOwner {
		background: url(../../img/common/icon_arrow_white.svg) no-repeat center right 12px/18px, url(../../img/shop/illust03.png) no-repeat bottom right 55px/52px;
	}

	/* 店舗情報 */
	.shopInfoBody {
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0;
	}

	.shopInfoMap {
		width: 100%;
		height: 300px;
	}

	/* スタッフ紹介 */
	#mdWindowInner {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	#contWrap {
		width: 100%;
	}

	.staffModal {
		padding: 65px 20px 20px;
	}

	.staffModalBodyImg {
		width: 100%;
		margin-bottom: 20px;
	}

	.staffModalBodyTxt {
		width: 100%;
	}

	#mdClose {
		width: 32px;
		height: 32px;
		top: 10px;
		right: 10px;
	}
}