@charset "utf-8";
/* CSS Document */

.___________________SP-MAIN____________________{}

	.gallery-grid {
		margin-bottom: 50px;
	}

	.gallery-grid ul,
	.gallery-grid.p01 ul,
	.gallery-grid.p02 ul,
	.gallery-grid.p03 ul,
	.gallery-grid.p04 ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		gap: 10px;
		width: 100%;
	}

	.gallery-grid img {
		width: 100%;
		height: auto;
		object-fit:contain;
		vertical-align: bottom;
	}

	/* p01～p02
	   img
	   img｜img
	   img
	*/
	.gallery-grid.p01 li,
	.gallery-grid.p02 li {
		grid-column: auto;
		grid-row: auto;
	}

	.gallery-grid.p01 li:first-child,
	.gallery-grid.p02 li:first-child,
	.gallery-grid.p01 li:nth-child(4),
	.gallery-grid.p02 li:nth-child(4) {
		grid-column: 1 / -1;
	}

	/* p03～p04
	   img
	   img
	*/
	.gallery-grid.p03 li,
	.gallery-grid.p04 li,
	.gallery-grid.p04 li:first-child,
	.gallery-grid.p04 li:nth-child(2) {
		grid-column: 1 / -1;
		grid-row: auto;
	}


._{}
#common-flow {
	margin-bottom: 40px!important;
}

#common-flow .box {
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

#common-flow .box::before {
	width: 18px;
	height: 37px;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -37px;
	transform: translateX(-50%);
	background-image: url(../../image/common-flow/common-flow_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#common-flow .box::after {
	content: "";
	display: block;
	clear: both;
}

#common-flow .box:last-of-type {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none;
}

#common-flow .box:last-of-type::before {
	display: none;
}

#common-flow .box .top-col,
#common-flow .box .bottom-col {
	width: 100%;
}

#common-flow .box .top-col .item {
	width: 100%;
	height: auto;
}

#common-flow .box .top-col .item img {
	display: block;
	width: 100%;
	height: auto;
}

#common-flow .box .bottom-col {
	width: 100%;
	padding-top: 20px;
}

#common-flow .box .bottom-col h3 {
	background-color: #e8f7ff;
	padding-left: 110px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	position: relative;
	background-image: url("../../image/estate/activity/activity-ttl_line.png");
	background-repeat: repeat-x;
	background-position: center bottom 6px;
	border-radius: 10px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #0e62c0;
	font-weight: 600;
}

#common-flow .box :nth-of-type(2) .bottom-col h3, 
#common-flow .box :nth-of-type(5) .bottom-col h3{
padding-left: 60px;
}

#common-flow .box .bottom-col h3::before {
 content: "";
 display: block;
 position: absolute;
 background-size: cover;
 width: 100px;
 height: 62px;
 left: 0;
 bottom: 0;
}

#common-flow .box:nth-of-type(1) .bottom-col h3::before {
	background-image: url("../../image/common-flow/common-flow_ttl_01.png");
}

#common-flow .box:nth-of-type(2) .bottom-col h3::before {
	background-image: url("../../image/common-flow/common-flow_ttl_02.png");
}

#common-flow .box:nth-of-type(3) .bottom-col h3::before {
	background-image: url("../../image/common-flow/common-flow_ttl_03.png");
}

#common-flow .box:nth-of-type(4) .bottom-col h3::before {
	background-image: url("../../image/common-flow/common-flow_ttl_04.png");
}

#common-flow .box:nth-of-type(5) .bottom-col h3::before {
	background-image: url("../../image/common-flow/common-flow_ttl_05.png");
}

#common-flow .box:nth-of-type(6) .bottom-col h3::before {
	background-image: url("../../image/common-flow/common-flow_ttl_06.png");
}

#common-flow .box .top-col .item img {
}

#common-flow .box .bottom-col .txt {
 font-size: 15px;
 line-height: 28px;
 font-weight: 400;
 margin-bottom: 20px;
}

#common-flow .box .bottom-col .txt:last-of-type {
 margin-bottom: 0px;
}

._{}

#contents-header {
	margin-bottom: 20px;
}
#contents-header .inner{}
#contents-header .txt br{
	display: none;
}

#contents-header ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 5px;
	margin-top: 25px;
	margin-bottom: 5px;
}

#contents-header ul li {
	grid-column: span 2;
	min-width: 0;
}

#contents-header ul li:first-child {
	grid-column: 2 / span 2;
}

#contents-header ul li img {
	display: block;
	width: 100%;
	height: auto;
}

#contents-header .message {
	font-family: "aralet-n", sans-serif;
	font-size: 15px;
	font-weight: 400;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

#contents-header .message + .txt{
	margin-top: 15px;
}

._{}

#footer-contents{}

#footer-contents .item{}

#footer-contents .item img{
	width: 100%;
}

#footer-contents .more-btn{
	display: none;	
}

._{}

.REFORM #reform-menu {
	margin-bottom: 50px;
	margin-top: 20px;
}

.REFORM #reform-menu .inner{
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 15px;
}

.REFORM #reform-menu .box a{
	border: 1px solid #bdbdbd;
	border-radius: 8px;
	display: block;
	background-image: url(../../image/common/common-marker.png);
	background-repeat: no-repeat;
	background-position: right 5px bottom 5px;
	background-size: 13px auto;
	padding-top: 5px;
	padding-bottom: 10px;
}

.REFORM #reform-menu .box a:hover{
 transition: all 0.2s ease;
 transform:translateY(-3px);
}

.REFORM #reform-menu .box dl {
	text-align: center;
}

.REFORM #reform-menu .box dl dt {
	width: 50%;
	background-image: url(../../image/common/d-line.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 3px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.REFORM #reform-menu .box dl dt img {
	width: 60px;
}

.REFORM #reform-menu .box dl dd {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.REFORM #reform-menu .banner {
	margin-top: 40px;
}

.REFORM #reform-menu .banner img {
	width: 100%;
}

.REFORM #reform-menu .more-btn {
	margin-top: 10px;
}

._{}

.REFORM #reform-flow {
	margin-bottom: 30px;	
}

.REFORM #reform-flow .bottom-col dl {
 width: 13.7%;
 margin-right: 3.56%;
 float: left;
 background-color: #e8f7ff;
 padding-top: 15px;
 padding-bottom: 25px;
 position: relative;
 margin-bottom: 20px;
}

.REFORM #reform-flow .bottom-col dl:last-of-type{
 margin-right: 0px;
}

.REFORM #reform-flow .bottom-col dl::after {
 content: "";
 display: block;
 background-image: url("../../image/estate/owner/sale-flow_arrow.png");
 background-size: cover;
 width: 11px;
 height: 9px;
 position: absolute;
 top: 50%;
 right: -12px;
 transform: translateY(-50%) ;
}

.REFORM #reform-flow .bottom-col dl:last-of-type::after {
 display: none;
}

.REFORM #reform-flow .bottom-col dl dt {
 font-family: 'Quicksand', sans-serif;
 font-size: 25px;
 font-weight: 600;
 color: #0e62c0;
 border-bottom: 1px solid #c1c1c1;
 padding-bottom: 10px;
 margin-bottom: 20px;
 margin-right: 5px;
 margin-left: 5px;
 text-align: center;
}

.REFORM #reform-flow .bottom-col dl dt span {
 font-size: 12px;
 display: block;
}

.REFORM #reform-flow .bottom-col dl dd {
 font-size: 13px;
 line-height: 20px;
 font-weight: 500;
 width: 16px;
 margin-right: auto;
 margin-left: auto;
	padding-top: 60px;
	position: relative;
}

.REFORM #reform-flow .bottom-col dl dd img{
	width: 40px;
 position: absolute;
	top:0;
 left: 50%;
 transform: translateX(-50%);
}

.REFORM #reform-flow .top-col .item {
 width: 50%;
 margin-right: auto;
 margin-left: auto;
 clear: both;
}

.REFORM #reform-flow .top-col .item img {
 width: 100%;
}


._{}

#case-list-tmb {
	margin-bottom: 50px;	
}

#case-list-tmb .common-ttl {}

#case-list-tmb .inner{
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 20px;
}

#case-list-tmb .box {}

#case-list-tmb .box a {
	display: block;
	height: 100%;
}

#case-list-tmb .box dl {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#case-list-tmb .box dl dt {
	border-radius: 12px;
	overflow: hidden;
}

#case-list-tmb .box dl dt img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

#case-list-tmb .box dl dd {
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	flex: 1;
	background-repeat: repeat-x;
	background-image: url(../../image/common/d-line.png);
	background-size: auto 2px;
	background-position: center bottom;
	padding-bottom: 10px;
	margin-top: 20px;
}

#case-list-tmb .box dl dd span{
	background-repeat: no-repeat;
	background-image: url(../../image/common/common-marker.png);
	background-size: 12px auto;
	background-position: right top 4px;
	display: block;
	padding-right: 20px;
}

#case-list-tmb .more-btn{
	margin-top: 20px;	
}

._{}

.more-btn {
	text-align: center;
}

.more-btn a {
	background-color: #0e62c0;
	font-size: 14px;
	line-height: 50px;
	font-weight: 500;
	color: #F9F9F9;
	display: block;
	clear: both;
	text-align: center;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../image/estate/top/activity-info_arrow.png);
	background-size: 30px auto;
	background-position: right 14px center;
	background-repeat: no-repeat;

}

.more-btn a:hover {
 background-position: right 10px center;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____TOP-PAGE____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.TOP-PAGE  #main-inner{
 width: 100%!important;
 background-color: transparent!important;
 padding: 0px!important;
 border-radius: 0px!important;
}

.TOP-PAGE  main section{
 margin-bottom: 0px;
}

.TOP-PAGE #contents{
 padding-top: 0px!important;
 padding-bottom: 0px!important;
}

.TOP-PAGE #contents-inner{
 width: 100%!important;
 margin-right: 0;
 margin-left: 0;
}

.TOP-PAGE #main-image img{
 width: 100%;
}

._{}

.TOP-PAGE #main-image {
	background-color: #E8F7FF;
}

.TOP-PAGE #main-image img{
 width: 100%;
}

._{}

.TOP-PAGE .top-ttl {
	margin-bottom: 25px;
	text-align: center;
}

.TOP-PAGE .top-ttl span{
 display: block;
}

.TOP-PAGE .top-ttl span:nth-of-type(1){
	font-family: 'Quicksand', sans-serif;
 font-size: 26px;
 font-weight: 700;
	color: #0e62c0;
}

.TOP-PAGE .top-ttl span:nth-of-type(2){
 font-size: 13px;
 line-height: 24px;
 font-weight: 400;
}

._{}

.TOP-PAGE #news-list-slick {
	padding-top: 55px;
	padding-bottom: 80px;
	overflow: hidden;
	background: #fff;
	background-image: url(../../image/estate/top/recommend-list_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 60px;
}

.TOP-PAGE #news-list-slick .inner {
	position: relative;
}

.TOP-PAGE #news-list-slick h3 {}

/* Slick表示エリア */
.TOP-PAGE #news-list-slick .scroll {
	position: relative;
}

/* 横は隠す／上はカテゴリタブ分だけ逃がす */
.TOP-PAGE #news-list-slick .slick-list {
	padding-top: 15px;
	overflow: hidden;
}

.TOP-PAGE #news-list-slick .scroll .box {
	padding-right: 20px;
	padding-left: 20px;
}

.TOP-PAGE #news-list-slick .scroll .box a {
	position: relative;
	display: block;
	width: 100%;
	height: 460px;
	padding: 20px;
	text-decoration: none;
	color: #222;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	transition: opacity 0.3s ease;
}

.TOP-PAGE #news-list-slick .scroll .box a:hover {
	opacity: 0.75;
}

/* カテゴリタブ：カード上に飛び出す */
.TOP-PAGE #news-list-slick .category-ttl {
	position: absolute;
	top: -13px;
	left: 20px;
	z-index: 2;
	width: 88px;
	height: 25px;
	border: 1px solid #d7d7d7;
	background: #fff;
	color: #333;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
}

/* 日付 */
.TOP-PAGE #news-list-slick .date {
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #888;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.08em;
}

/* 画像 */
.TOP-PAGE #news-list-slick .item {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}

.TOP-PAGE #news-list-slick .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.TOP-PAGE #news-list-slick .box a:hover .item img {
	transform: scale(1.04);
}

/* テキスト */
.TOP-PAGE #news-list-slick dt {
	margin-bottom: 13px;
	padding-bottom: 11px;
	border-bottom: 1px solid #1767d7;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}

.TOP-PAGE #news-list-slick dd {
	color: #333;
	font-size: 13px;
	line-height: 1.8;

	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.TOP-PAGE #news-list-slick dd.more {
	margin-top: 10px;
	background-image: url(../../image/common/estate/more_marker_bl.png);
	background-repeat: no-repeat;
	background-size: 5px auto;
	background-position: right 8px;
	display: inline-block;
	padding-right: 15px;
}

/* 矢印 */
.TOP-PAGE #news-list-slick .slick-arrow {
	position: absolute;
	top: calc(50% + 6px);
	z-index: 30;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity 0.3s ease;
}

.TOP-PAGE #news-list-slick .slick-arrow:hover {
	opacity: 0.7;
}

.TOP-PAGE #news-list-slick .slick-prev {
	left: 10px;
	background-image: url("../../image/top-page/pickup-arrow_l.png");
}

.TOP-PAGE #news-list-slick .slick-next {
	right: 10px;
	background-image: url("../../image/top-page/pickup-arrow_r.png");
}

.TOP-PAGE #news-list-slick .slick-prev::before,
.TOP-PAGE #news-list-slick .slick-next::before {
	display: none;
}

._{}

.TOP-PAGE #service-list {
	padding-top: 60px;
	padding-bottom: 90px;
	background-color: #9ed8f6;
	background-image: url(../../image/estate/top/news-list_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 60px;	
}

.TOP-PAGE #service-list .inner {
	width: calc(100% - 30px);
	margin-right: auto;
	margin-left: auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
 row-gap: 25px;    /* 縦の間隔 */
 column-gap: 15px; /* 横の間隔 */
	counter-reset: service-num;
}

.TOP-PAGE #service-list .box {
	width: 100%;
	max-width: none;
	position: relative;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 12px;
	background-image: url(../../image/common/bias-line.jpg);
	counter-increment: service-num;
}

/* 5つ目だけ1列で全幅 */
.TOP-PAGE #service-list .box:nth-child(5) {
	grid-column: 1 / -1;
}

/* 内側の白背景 */
.TOP-PAGE #service-list .box::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border-radius: 8px;
	background-color: #fff;
	transform: translate(-50%, -50%);
}

/* 左上の連番 */
.TOP-PAGE #service-list .box::after {
	content: counter(service-num, decimal-leading-zero);
	position: absolute;
	top: -12px;
	left: 18px;
	z-index: 2;
	font-family: "Quicksand", sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #0e62c0;
	text-shadow: 1px 1px 0 #fff;
}

.TOP-PAGE #service-list .box > a,
.TOP-PAGE #service-list .box > ul {
	position: relative;
	z-index: 1;
}

.TOP-PAGE #service-list .box > a {
	width: calc(100% - 40px);
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.TOP-PAGE #service-list dl dt {
	margin-bottom: 15px;
	background-image: url(../../image/common/d-line.png);
	background-repeat: repeat-x;
	background-size: auto 3px;
	background-position: left bottom;
}

.TOP-PAGE #service-list dl dt img{
 width: 60px;
}


.TOP-PAGE #service-list dl dd span {
	display: block;
}

.TOP-PAGE #service-list dl dd span:nth-of-type(1) {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	background-image: url(../../image/common/common-marker.png);
	background-repeat: no-repeat;
	background-position: right 6px;
	background-size: 14px auto;
	padding-right: 18px;
}

.TOP-PAGE #service-list dl dd span:nth-of-type(2) {
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	color: #0e62c0;
	display: block;
}

.TOP-PAGE #service-list ul {
	position: relative;
	z-index: 1;
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.TOP-PAGE #service-list ul li {
	position: relative;
	padding-left: 15px;
	border-bottom: 1px solid #c9c9c9;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}

.TOP-PAGE #service-list ul li a {
	display: block;
	background-image: url(../../image/common/estate/more_marker_bl.png);
	background-size: 6px auto;
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
}

.TOP-PAGE #service-list ul li a b{
 display: block;
}


.TOP-PAGE #service-list .box:nth-of-type(5) ul{
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 20px;
}

.TOP-PAGE #service-list ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 9999px;
	background-color: #f3df4b;
	transform: translateY(-50%);
}


._{}

.TOP-PAGE #property-list {
	background-color: #FFFFFF;
	background-image: url(../../image/estate/top/recommend-list_bg_2.png);
	background-size: 100%;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 60px;	
	padding-top: 40px;
	padding-bottom: 80px;
	position: relative;
}

.TOP-PAGE #property-list .inner{
	padding-left: 20px;
	padding-right: 20px;
}

.TOP-PAGE #property-list .box-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

.TOP-PAGE #property-list .box-summary .box:nth-child(3){
  grid-column: 1 / -1;
  width: calc((100% - 20px) / 2);
  justify-self: center;
}

.TOP-PAGE #property-list h3{
 border-bottom: 1px solid #dddddd;
 position: relative;
 margin-bottom: 20px;
 text-align: center;
 padding-bottom: 15px;
}

.TOP-PAGE #property-list h3 span{
 font-size: 18px;
 line-height: 20px;
 font-weight: 500;
 color: #136dd2;
 display: block;
}

.TOP-PAGE #property-list .box .item  {
	margin-bottom: 15px;
}

.TOP-PAGE #property-list .box .item img {
	width: 100%;
	vertical-align: bottom;
}

.TOP-PAGE #property-list .box dl  {
}

.TOP-PAGE #property-list .box dl dt {
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
	color: #444444;
}

.TOP-PAGE #property-list .box dl dd {
	font-family: 'Quicksand', sans-serif;
	font-size: 10px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #0e62c0;
}

.TOP-PAGE #property-list .box:last-of-type dl dd {
	margin-bottom: 0px!important;
}

.TOP-PAGE #property-list .box span.small{
 font-size: 10px;
 line-height: 18px;
 font-weight: 400;
	letter-spacing: 0px!important;
	color: #9a9a9a;
	display: block;
}

._{}

	.TOP-PAGE #news-list-tmb {
		min-width: 0;
		padding-top: 50px;
		padding-bottom: 40px;
		background-image: url(../../image/estate/top/select-user_bg.jpg);
		background-position: center top;
		background-repeat: repeat;
	}

	.TOP-PAGE #news-list-tmb .inner {
		width: calc(100% - 30px);
		max-width: none;
		margin-right: auto;
		margin-left: auto;
	}

	.TOP-PAGE #news-list-tmb .top-ttl {
		margin-bottom: 35px !important;
	}

	.TOP-PAGE #news-list-tmb .box-summary {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 15px;
		align-items: stretch;
	}

	.TOP-PAGE #news-list-tmb .box {
		min-width: 0;
	}

	.TOP-PAGE #news-list-tmb .box a {
		display: block;
		height: 100%;
		padding-top: 8px;
		padding-bottom: 30px;
		position: relative;
		background-color: #FFFFFF;
		border-radius: 6px;
		transition: all 0.2s ease;
	}

	.TOP-PAGE #news-list-tmb .box .category-ttl {
		float: right;
		display: block;
		max-width: calc(100% - 16px);
		margin-right: 8px;
		padding-right: 6px;
		padding-left: 6px;
		overflow: hidden;
		border: 1px solid #dadada;
		font-size: 10px;
		line-height: 18px;
		font-weight: 400;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.TOP-PAGE #news-list-tmb .box .date {
		float: left;
		margin-left: 8px;
		color: #939393;
		font-size: 10px;
		line-height: 20px;
		font-weight: 400;
	}

	.TOP-PAGE #news-list-tmb .box .item {
		clear: both;
		overflow: hidden;
		aspect-ratio: 16 / 9;
		padding-top: 8px;
	}

	.TOP-PAGE #news-list-tmb .box .item img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.35s ease;
	}

	.TOP-PAGE #news-list-tmb .box a:hover .item img {
		transform: none;
	}

	.TOP-PAGE #news-list-tmb .box dl {
		padding-top: 12px;
		padding-right: 10px;
		padding-bottom: 15px;
		padding-left: 10px;
	}

	.TOP-PAGE #news-list-tmb .box a dl dt {
		margin-bottom: 8px;
		font-size: 13px;
		line-height: 20px;
		font-weight: 600;
	}

	.TOP-PAGE #news-list-tmb .box dl dd {
		color: #8f8f8f;
		font-size: 11px;
		line-height: 18px;
	}

	.TOP-PAGE #news-list-tmb .box dl dd.more {
		position: absolute;
		right: 10px;
		bottom: 8px;
		color: #222222;
	}

	.TOP-PAGE #news-list-tmb .box dd.more {
		display: inline-block;
		margin-top: 10px;
		padding-right: 12px;
		background-image: url(../../image/common/estate/more_marker_bl.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 5px auto;
	}

	.TOP-PAGE #news-list-tmb .more-link {
		float: right;
		margin-top: 20px;
	}

	.TOP-PAGE #news-list-tmb .more-link a {
		display: block;
		padding-right: 24px;
		background-image: url(../../image/common/common-marker.png);
		background-position: right center;
		background-size: 14px auto;
		background-repeat: no-repeat;
	}

._{}

.TOP-PAGE #access{
	padding-top: 40px;
	padding-bottom: 40px;
}

.TOP-PAGE #access .inner{
	margin-right: 20px;
	margin-left: 20px;
}

.TOP-PAGE #access .arrow{
 font-size: 11px;
 line-height: 20px;
 font-weight: 400;
	padding-left: 15px;
	background-size: 8px auto;
	background-position: left center;
	background-repeat: no-repeat;	
	float: right;
}

.TOP-PAGE #access .arrow.top{
	background-image: url(../../image/top-page/gmap_arrow_top.png);
}

.TOP-PAGE #access .arrow.bottom{
	background-image: url(../../image/top-page/gmap_arrow_bottom.png);
}

.TOP-PAGE #access ul  {
	margin-top: 30px;
}

.TOP-PAGE #access ul li {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
}

.TOP-PAGE #access ul li + li{
	margin-top: 5px;
}

.TOP-PAGE #access ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #0e62c0;
  border-radius: 50%;
  transform: translateY(-50%);
}

.TOP-PAGE #access .gmap {
  width: 100%;
  aspect-ratio: 1200 / 600;
}

.TOP-PAGE #access .gmap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

._{}

.TOP-PAGE #for-traders{
 padding-top: 25px;
 padding-bottom: 25px;
 background-color: #fcfcfc;
 border-top: 1px solid #231f20;
 padding-right: 20px;
 padding-left: 20px;
}

.TOP-PAGE #for-traders .inner{
 margin-right: auto;
 margin-left: auto;
}

.TOP-PAGE #for-traders .ttl{
 font-size: 14px;
 font-weight: 500;
 letter-spacing: 3px;
 display: inline-block;
 position: relative;
 cursor: pointer; 
}


.TOP-PAGE #for-traders .ttl::after,
.TOP-PAGE #for-traders .ttl.open::after{
 font-size: 10px;
 font-weight: 400;
 color: #FFFFFF;
 letter-spacing: 0;
 width: 18px;
 line-height: 18px;
 border-radius: 9999px;
 display: block;
 text-align: center;
 position: absolute;
 right: -20px;
 top: 4px;
}

.TOP-PAGE #for-traders .ttl::after{
 content: "＋";
 background-color: #c60033;
}

.TOP-PAGE #for-traders .ttl.open::after{
 content: "－";
 background-color: #ababab;
}

.TOP-PAGE #for-traders .body{
 padding-top: 30px;
 overflow: hidden;
}

.TOP-PAGE #for-traders .body .item {
 float: left;
 width: 45%;
 margin-right: 5%;
}

.TOP-PAGE #for-traders .body .item img{
 width: 100%;
}

.TOP-PAGE #for-traders .body .txt{
 font-size: 12px;
 line-height: 20px;
 font-weight: 400;
 margin-bottom: 20px;
}

.TOP-PAGE #for-traders .body .txt br {
 display: none;
}

.TOP-PAGE #for-traders .body span {
 display: block;
}



.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____CASE____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.CASE #contents-inner{
	background-color: #FFFFFF;
	border-radius: 12px;
}

.CASE.TOP main,
.CASE.SUB main{

}

.CASE #main-inner{
 width: auto!important;
}

._{}

.CASE main #case-list ul{
 
}

.CASE main #case-list ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.CASE main #case-list ul li {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.CASE main #case-list ul li a {
	display: block;
	overflow: hidden;
 height: 100%;
}

.CASE main #case-list ul li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.CASE main #case-list ul li a:hover img {
	transform: scale(1.08);
}

._{}

.CASE #sub{
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

.CASE.POST #sub{
 display: none;
}

.CASE #sub .common-ttl {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0E62C0;
	color: #FFFFFF;
}

.CASE  #sub #category-list .common-list{
 margin-bottom: 40px;
}

.CASE  #sub #category-list .common-list ul li a{
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	text-decoration: none;
	font-weight: 400;
	display: block;
	border-bottom: 1px solid #BFBFBF;
	padding-left: 10px;
	background-image: url(../../image/common/common-marker.png);
	background-repeat: no-repeat;
 background-size: 14px auto;
	background-position: right 10px center;
}

._{}

.CASE #sub #tag-list .common-list{
	padding-top: 20px;
	padding-bottom: 25px;
}

.CASE #sub #tag-list .common-list ul {
 overflow: hidden;
}

.CASE #sub #tag-list .common-list ul li a{
	font-size: 12px;
 line-height: 14px;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
	margin-right: 8px;
	border: 1px solid #0E62C0;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____searchandfilter_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

#refined-search {
 margin-bottom: 15px;
 background-color: #FFFFFF;
 padding-left: 10px;
 padding-right: 10px;
}
 
#refined-search .acc-toggle{
 font-size: 14px;
 font-weight: 500;
 text-align: center;
 padding-top: 20px;
 padding-bottom: 20px;
}

#refined-search .acc-toggle span{
 display: inline-block;
 position: relative;
}

#refined-search .acc-toggle span::before{
 color: #FFFFFF;
 text-align: center;
 font-size: 10px;
 line-height: 10px;
 font-weight: 300;
 content: "＋";
 display: block;
 position: absolute;
 background-size: cover;
 right: -24px;
 top: -2px;
 padding-top: 3px; 
 padding-right: 3px;
 padding-bottom: 4px;
 padding-left: 3px;
 background-color: #231f20;
}

#refined-search .acc-toggle.open span::before{
 content: "－";
}

 
#refined-search .acc-toggle:hover{
 cursor: pointer;
}
 
#refined-search .acc-body{
 padding-bottom: 25px;
}
 
#refined-search .searchandfilter {

}
 
#refined-search .searchandfilter > ul {
 margin-top: 5px; 
}
 
/*親のセル*/
#refined-search .searchandfilter > ul > li {
 margin-bottom: 10px!important;
}
 
#refined-search .searchandfilter > ul > li:last-of-type {
 margin-bottom: 0px!important;
}
 
/*左のセル*/
#refined-search .searchandfilter ul li h4 {
 font-size: 13px;
 line-height: 22px;
 font-weight: 500;
 text-align: left;
 vertical-align: middle;
 padding-top: 5px;
 padding-right: 5px;
 padding-left: 5px;
 padding-bottom: 5px;
}
 
/*右のセル*/
#refined-search .searchandfilter ul li ul {
 overflow: hidden;
}
 
#refined-search .searchandfilter ul li ul li {
 display: inline-block;
 margin-right: 5px;
}
 
#refined-search .searchandfilter ul li ul li label {
 display: block;
 padding: 5px;
 margin-bottom: 5px;
 font-size: 11px;
 border: 1px solid #d3d3d3;
 transition: all 0.2s ease;
}
 
#refined-search .searchandfilter ul li ul li input[type="checkbox"] {
 display: none;
}
 
#refined-search .searchandfilter ul li ul li input[type="checkbox"]:checked + label {
 background-color: #0e66b9;
 color: #FFFFFF;
 cursor: pointer;
 transition: all 0.2s ease;
}
 
/*既存のCSSリセット*/
#refined-search .searchandfilter ul li {
 padding: 0px!important;
}
 
#refined-search .searchandfilter ul li ul li {
 padding: 0px!important;
}

#results-found{
 font-size: 13px;
 margin-bottom: 20px;
 text-align: right;
 }

#results-not-found{
 font-size: 14px;
 width: 100%;
 height: 300px;
 position: relative;
 border: 1px solid #F2F2F0;
 margin-bottom: 60px;
}

#results-not-found p{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%) translateX(-50%);
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____CASE-POST____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.CASE {}

.CASE.one-column main{
 width: 100%!important;
}



	.CASE #case-detail #case-gallery {
		margin-bottom: 50px;
	}

	.CASE #case-detail #case-gallery .slider,
	.CASE #case-detail #case-gallery .slider .slick-slide,
	.CASE #case-detail #case-gallery .slider .slick-slide > div {
		height: auto;
	}

	.CASE #case-detail #case-gallery .slider .slick-slide {
		text-align: center;
	}

	.CASE #case-detail #case-gallery .slider img {
		display: inline-block;
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 420px;
		margin: 0;
		vertical-align: top;
	}

	.CASE #case-detail #case-gallery .thumbnail {
		margin-top: 10px;
		padding: 0 25px;
	}

	.CASE #case-detail #case-gallery .thumbnail .thumbnail-img {
		padding: 0 4px;
	}

	.CASE #case-detail #case-gallery .thumbnail img {
		display: block;
		width: 100%;
		aspect-ratio: 1 / 1;
		height: auto;
		margin: 0;
		object-fit: cover;
		opacity: 0.5;
		transition: opacity 0.5s;
	}

	.CASE #case-detail #case-gallery .thumbnail .slick-current img {
		opacity: 1;
	}

.CASE #case-detail #concept #concept-body {
 font-size: 13px;
 line-height: 20px;
 font-weight: 400;
}

.CASE #case-detail #concept .case_txt_001 {
	margin-bottom: 10px;
}

.CASE #case-detail #concept .case_txt_001 li{
	display: inline-block;
}

.CASE #case-detail #concept .case_txt_001 li:not(:last-child)::after {
	content: "／";
}


.CASE #case-detail #outline{}

.CASE #case-detail #outline .box{
 width: 100%;
}

.CASE #case-detail #outline .top-col{

}

.CASE #case-detail #outline .top-bottom{

}

.CASE #case-detail #outline table{
 width: 100%;
}

.CASE #case-detail #outline table tr{
 text-align: left;
}

.CASE #case-detail #outline table th{
 background-color: #f8f8f8;
}

.CASE #case-detail #outline table th,
.CASE #case-detail #outline table td{
 font-size: 13px;
 line-height: 24px;
 font-weight: 400;	
	display: block;
 padding-bottom: 10px;
 padding-top: 10px;
 padding-left: 10px;
 padding-right: 10px;
}

.CASE #case-detail #outline table td{
	margin-bottom: 15px;
}


/*施工事例詳細*/

.CASE .local-nav{
 text-align: center;
 margin-bottom: 60px;
}

.CASE .local-nav ul{
 display: inline-block;
}

.CASE #before-after-list .local-nav ul li{
	font-size: 12px;
	font-weight: 400!important;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	position: relative;
	float: left;
	transition: all 0.2s;
	border-radius: 9999px;
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 20px;
	border: 1px solid #B7B7B7;
	margin-bottom: 10px;
}

.CASE #before-after-list .local-nav ul li::after{
	content: "";
	width: 8px;
	height: 4px;
	display: block;
	background-image: url(../../image/reform/case/local-nav_marker_bk.png);
	background-size: cover;
	position: absolute;
	right: 6px;
	top: 13px;
	transition: all 0.2s;
}

._{}

.CASE .before-after {
	margin-bottom: 80px!important;
}

.CASE .before-after .box {
	align-items: center;
	position: relative;
}

.CASE .before-after .box + .box {
	margin-top: 80px;
}

.CASE .before-after .box .top-col {
	position: relative;
	margin-bottom: 60px;
}

.CASE .before-after .box .top-col::before {
 content: "";
 display: block;
 background-image: url("../../image/reform/case//before-after_arrow_down.png");
 background-size: cover;
 width: 26px;
 height: 15px;
 position: absolute;
	bottom: -45px;
 left: 50%;
 transform: translateX(-50%);
}

.CASE .before-after .box .top-col::after {
 content: "BEFORE";
 display: block;
 position: absolute;
 left: 0;
 right: 0px;
 bottom: -20px;
 margin-right: auto;
 margin-left: auto;
 text-align: center;
 font-family: 'Quicksand', sans-serif;
 font-size: 13px;
 font-weight: 700;
}

.CASE .before-after .box .bottom-col {
 position: relative;
}

.CASE .before-after .box .bottom-col::after {
 content: "AFTER";
 display: block;
 position: absolute;
 left: 0;
 right: 0px;
 bottom: -20px;
 margin-right: auto;
 margin-left: auto;
 text-align: center;
 font-family: 'Quicksand', sans-serif;
 font-size: 13px;
 font-weight: 700;
}

.CASE .before-after .box.before-only::before,
.CASE .before-after .box.before-only .top-col::after,
.CASE .before-after .box.before-only .top-col {
 display: none;
}

.CASE .before-after .comment {
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 30px;
	border-top: 1px dashed #dbdbdb;
}

.CASE .before-after .comment p + p{
 margin-top: 15px;
}

.CASE .before-after .comment p:last-of-type(){
 margin-bottom: 0px;
}

.CASE .before-after .box .top-col .before-image ,
.CASE .before-after .box .bottom-col .after-image {
 width: 100%;
}

.CASE .before-after .box .top-col .before-image img,
.CASE .before-after .box .bottom-col .after-image img{
 max-width: 100%!important;
 height: auto!important;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____main_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

/* WP用の設定 ローカル上では影響なし */

/*
main > #main-inner{
 width: 100%!important;
 background-color: transparent!important;
 padding-top: 0px!important;
 padding-right: 0px!important;
 padding-bottom: 0px!important;
 padding-left: 0px!important;
 border-radius: 0px!important;
 overflow: hidden;
}
*/


.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____ttl_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}


.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____page-ttl_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

#page-ttl{

}

#page-ttl .inner{
 width: 100%;
 height: 155px; 
 margin-right: auto;
 margin-left: auto;
 position: relative;
}

#page-ttl #heading-box {
position: absolute;
left: 10%;
top: 50%;
transform: translateY(-50%); 
}

#page-ttl #heading-box h1{
 font-family: 'Quicksand', sans-serif;
 font-size: 26px;
 font-weight: 700;
 letter-spacing: 2px;
}

#page-ttl #heading-box h2{
 font-size: 13px;
 font-weight: 400;
 margin-bottom: 15px;
 margin-top: 10px;
 letter-spacing: 3px;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____section_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

main section{
 margin-bottom: 60px;
 clear: both;
}

main section:last-of-type{
 margin-bottom: 0px;
}

main section::after{
	content: "";
	display: block;
 clear: both;
}


.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____01_COMPANY____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.COMPANY #message {
}

.COMPANY #message .item {
  width: 50%;
  float: left;
  margin-right: 30px;
}

.COMPANY #message .item img{
	width: 100%;
}

.COMPANY #message .txt:first-of-type {
  float: right;
}

.COMPANY #message .txt p{
 font-size: 13px;
 line-height: 24px;
 margin-bottom: 20px;
}

.COMPANY #message .txt p br {
	display: none;
}

.COMPANY #message .txt p.sign{
	line-height: 22px;
	margin-top: 30px;
	text-align: right;
}

.COMPANY #message .txt p.sign br{
 display: block;
}

._{}

.COMPANY main section{
 margin-bottom: 40px!important;
}

.COMPANY #philosophy .item,
.COMPANY #business-policy .item,
.COMPANY #history .item {
 width: 100%;
 height: 160px;
 margin-bottom: 20px;
 position: relative;
 /* box-shadow */
 box-shadow: 0px 0px 0px 1px #c9c9c9 inset;
}

.COMPANY #philosophy .item p,
.COMPANY #business-policy .item p,
.COMPANY #history .item p{
 font-size: 20px;
 line-height: 36px;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%) translateX(-50%);
}

.COMPANY #philosophy .txt,
.COMPANY #business-policy .txt,
.COMPANY #history .txt{
 font-size: 12px;
 line-height: 24px!important;
 position: relative;
}

.COMPANY #business-policy .txt p,
.COMPANY #history  .txt p{
 font-size: 12px;
 line-height: 24px;
}

.COMPANY #business-policy .txt p br,
.COMPANY #history  .txt p br{
  display: none;
}

._{}

.COMPANY #philosophy .txt p {
 font-size: 13px;
 line-height: 28px;
 font-weight: 400;
}

.COMPANY #philosophy .txt p br{
 display: none;
}

._{}

.COMPANY #business-policy {
}

.COMPANY #business-policy .txt {
 font-size: 14px;
 line-height: 40px;
}

._{}

.COMPANY #company-profile {
	overflow: hidden;
	width: 100%;
}

.COMPANY #company-profile table{

}

.COMPANY #company-profile table p::before{
 content: "■";
}

.COMPANY #company-profile table ul {
 margin-left: 16px;
}

.COMPANY #company-profile table ul li{
 display: inline-block;
}

.COMPANY #company-profile table ul li::after{
 content: "／";
}

.COMPANY #company-profile table ul li:last-child::after{
 display: none;
}

.COMPANY #company-profile table dl{
 margin-bottom: 20px;
}

.COMPANY #company-profile table dl dt{
}

.COMPANY #company-profile table dl dd{
}

._{}

.COMPANY #history {
}

.COMPANY #history .txt{
}

.COMPANY #history #history-detail {
 clear: both;
 padding-top: 50px;
}

.COMPANY #history #history-detail dl{
 font-size: 13px;
 clear: both;
 padding-bottom: 40px;
 position: relative;
}

.COMPANY #history #history-detail dl:last-of-type{
 padding-bottom: 0px!important;
}

.COMPANY #history #history-detail dl::before{
 content: "";
 width: 1px;
 height: 100%;
 display: block;
 position: absolute;
 top: 4px;
 left: 6px;
 background-color: #bdd7f3;
}

.COMPANY #history #history-detail dl:last-child::before{
 display: none;
}


.COMPANY #history #history-detail dl dt{
 line-height: 22px;
 font-weight: 500;
 position: relative;
 padding-left: 25px;
}

.COMPANY #history #history-detail dl dt::before{
 content: "";
 width: 14px;
 height: 14px;
 border-radius: 9999px;
 display: block;
 background-color: #0e62c0;
 position: absolute;
 top: 3px;
 left: 0px;
}

.COMPANY #history #history-detail dl dd{
 line-height: 22px; 
 font-weight: 400;
 padding-left: 25px;
}

._{}

.COMPANY #group-company {
}

.COMPANY #group-company .chart {
 width: 100%!important;
 background-color: #f5f5f5;
 padding-top: 30px;
 padding-bottom: 30px;
 text-align: center;
}

.COMPANY #group-company .chart img {
	width: 90%;
}

._{}

.COMPANY #financial {}

.COMPANY #financial .txt {
 font-size: 13px;
 line-height: 24px;
 font-weight: 400;
 float: none;
}

.COMPANY #financial .txt a{
 margin-left: 10px;
 font-size: 16px;
 text-align: left;
 clear: both;
}
 
.COMPANY #financial .txt a img {
 vertical-align: middle;
 margin-top: -2px;
 margin-right: 8px;
}


.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____A-02_STAFF____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.STAFF .local-nav {
 margin-bottom: 30px;
}

.STAFF .local-nav::after {
 content: "";
 display: block;
 clear: both; 
}

.STAFF .local-nav .box {
 width: 48%;
 float: left;
 background-color: #fff;
 border-radius: 6px;
 position: relative;
 transition: all 0.2s ease;
 margin-right: 4%;
 margin-bottom: 20px;
 padding-top: 10px;
 text-align: center;
}

.STAFF .local-nav .box:nth-of-type(even) {
 margin-right: 0;
}


.STAFF .local-nav .box::before{
 content: "";
 display: block;
 width: 17px;
 height: 17px;
 background-image: url(../../image/estate/staff/local-nav_marker.png);
 background-size: cover;
 position: absolute;
 right: 0px;
 left: 0px;
 margin-right: auto;
 margin-left: auto;
 top: -7px;
}

.STAFF .local-nav .box:nth-of-type(4),
.STAFF .local-nav .box:nth-of-type(8){
 margin-right: 0px;
}

.STAFF .local-nav .box .tmb {
 width: 90%;
 text-align: center;
 margin-right: auto;
 margin-left: auto;
}

.STAFF .local-nav .box .tmb img{
 width: 100%;
}

.STAFF .local-nav .box dl{
 margin-top: 10px;
 margin-bottom: 20px;
}

.STAFF .local-nav .box dl dt{
 font-size: 11px;
 margin-bottom: 10px;
}

.STAFF .local-nav .box dl dd{
 font-size: 14px;
 font-weight: 500;
 color: #0e62c0;
}

._{}

.STAFF .staff-list {
}

.STAFF .staff-list .box {
 background-image: url(../../image/estate/staff/bg-dot.jpg);
 padding-top: 15px;
 padding-right: 15px;
 padding-bottom: 15px;
 padding-left: 15px;
 margin-bottom: 30px;
 position: relative;
}
 
.STAFF .staff-list .box::after {
 content: "";
 display: block;
 clear: both; 
}

.STAFF .staff-list .box .inner {
 background-color: #FFFFFF;
 padding-left: 15px;
 padding-top: 30px;
 padding-bottom: 25px;
 border-radius: 12px;
 min-height: 270px;
}

.STAFF .staff-list .box .inner .uniform-number {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 80px;
}

.STAFF .staff-list .box .inner .uniform-number img {
 width: 100%;
}

.STAFF .staff-list .box .inner .staff-image {
 position: absolute;
 bottom: -2px;
 right: 0px; 
 width: 45%;
 z-index: 1;
}

.STAFF .staff-list .box .inner .staff-image img {
	width: 100%;
}

.STAFF .staff-list .box .inner .name {
 margin-bottom: 40px;
 text-align: center;
}

.STAFF .staff-list .box .inner .name dl{
}

.STAFF .staff-list .box .inner .name dl dt{
 font-size: 13px;
 margin-bottom: 12px;
}

.STAFF .staff-list .box .inner .name dl dd{

}

.STAFF .staff-list .box .inner .name::after{
 content: "";
 display: block;
 width: 220px;
 height: 8px;
 background-size: 110px auto;
 background-image: url(../../image/estate/staff/triangle-dot.png);
 margin-top: 15px;
 position: absolute;
 left: 50%;
 transform : translateX(-50%);
}

.STAFF .staff-list .box .inner .name dl dd .kanji {
 font-size: 18px;
 color: #0e62c0;
 font-weight: 500;
 display: inline;
}

.STAFF .staff-list .box .inner .name dl dd .katakana {
 font-size: 12px;
 margin-top: 6px;
}

.STAFF .staff-list .box .inner .taxonomy > ul{
}

.STAFF .staff-list .box .inner .taxonomy > ul > li{
 font-size: 13px;
 font-weight: 400;
 line-height: 18px;
 margin-bottom: 5px;
 padding-left: 15px;
 padding-right: 10px;
 position: relative;
}

.STAFF .staff-list .box .inner .taxonomy > ul > li::before{
 content: "";
 display: inline-block;
 width: 7px;
 height: 7px;
 background-size: cover;
 background-image: url("../../image/estate/staff/taxonomy_marker.png");
 margin-right: 15px;
 margin-bottom: 2px;
 position: absolute;
 top: 6px;
 left: 0px;
}

.STAFF .staff-list .box .inner .taxonomy > ul > li:nth-of-type(1) span::before{
 content: "出身地：";
}

.STAFF .staff-list .box .inner .taxonomy > ul > li:nth-of-type(2) span::before{
 content: "趣　味：";
}

.STAFF .staff-list .box .inner .taxonomy > ul > li > .license::before{
 content: "資　格：";
}

.STAFF .staff-list .box .inner .taxonomy > ul > li ul {
 margin-top: 5px;
}


.STAFF .staff-list .box .inner .taxonomy > ul > li ul li {

 display: inline-block;
 margin-right: 15px;
 font-size: 12px;
}

.STAFF .staff-list .box .inner .taxonomy > ul > li ul li::before {
 content: "■";
 font-size: 8px;
 margin-right: 4px;
 color: #92CDF7;
}

.STAFF .staff-list .box .inner .comment {
 margin-top: 20px;
}


.STAFF .staff-list .box .inner .comment dl dt{
 font-size: 12px;
 font-weight: 400;
 line-height: 18px;
 margin-bottom: 5px;
 padding-left: 15px;
 position: relative;
 display: inline-block;
 cursor: pointer; 
}

.STAFF .staff-list .box .inner .comment dl dt::after{
 content: "＋";
 display: block;
 position: absolute;
 width: 20px;
 line-height: 20px;
 right: -25px;
 top: 0px;
 background-color: #0e62c0;
 border-radius: 9999px;
 color: #FFFFFF;
 font-size: 10px;
 text-align: center;
}

.STAFF .staff-list .box .inner .comment dl dt.open::after{
 content: "－";
}

.STAFF .staff-list .box .inner .comment dl dt::before{
 content: "";
 display: inline-block;
 width: 7px;
 height: 7px;
 background-size: cover;
 background-image: url("../../image/estate/staff/taxonomy_marker.png");
 margin-right: 10px;
 margin-bottom: 2px;
 position: absolute;
 top: 6px;
 left: 0px;
}

.STAFF .staff-list .box .inner .comment dl dd{
 font-size: 12px;
 line-height: 18px;
 font-weight: 300;
 margin-top: 10px;
 display: none;
 padding-right: 15px;
 z-index: 999;
 width: 65%;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____A-03_STORE____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.STORE #main-image {
 margin-bottom: 60px;
}

.STORE #main-image.show {
 display: none;
}


.STORE #main-image img{
 width: 100%;
}

.STORE .banner{
 margin-bottom: 30px;
}

.STORE .banner img {
  width: 100%;
}

.STORE #store-detail .top-col {
  margin-bottom: 30px;
}

.STORE #store-detail .top-col dl {
 clear: both;
 margin-bottom: 10px;
}

.STORE #store-detail .top-col dl dt {
 float: left;
}

.STORE #store-detail .top-col dl dt img {
 width: 32px;
 margin-right: 15px;
}

.STORE #store-detail .top-col dl dd {
 overflow: hidden;
 padding-top: 8px;
 font-size: 12px;
 line-height: 18px;
 font-weight: 400; 
}

.STORE #store-detail .top-col dl dd p {
 margin-bottom: 15px;
}

.STORE #store-detail .bottom-col {
 position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.STORE #store-detail .bottom-col iframe {
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____A-04_INQUIRY____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.INQUIRY main{
}

.INQUIRY .common-table th.address {
 display: none;
}

._ESTATE{}

.INQUIRY #ESTATE{

}

.INQUIRY .inquiry-tel .inner{
 background-image: url(../../image/estate/owner/masuki-system_bg.jpg);
 margin-bottom: 30px;
 margin-top: 30px;
 overflow: hidden;
}

.INQUIRY .inquiry-tel .top-col {
}

.INQUIRY .inquiry-tel .top-col .item {
 margin-top: 20px;
 margin-left: 20px;
 margin-right: 20px;
}

.INQUIRY .inquiry-tel .top-col .item img {
 width: 100%;
}

.INQUIRY .inquiry-tel .bottom-col {
 text-align: center;
 padding-top: 20px;
}

.INQUIRY .inquiry-tel .bottom-col .ttl {
 font-size: 15px;
 line-height: 24px;
 font-weight: 500;
 text-align: center;
 color: #FFFFFF;
 background-color: #0e62c0;
 border-radius: 10px;
 display: inline-block;
 margin-right: 20px;
 margin-left: 20px;
 margin-bottom: 10px;
 padding: 10px;
}

.INQUIRY .inquiry-tel .bottom-col .tel-box {
 margin-top: 5px;
}

.INQUIRY .inquiry-tel .bottom-col .tel-box a {
}

.INQUIRY .inquiry-tel .bottom-col .tel-box .number {
}

.INQUIRY .inquiry-tel .bottom-col .tel-box a p.business-hours {
}
.INQUIRY #inquiry-mail{} 


header .estate-contents .inquiry-box .tel {
}

.INQUIRY .inquiry-tel .bottom-col .tel-box a{
 text-align: center;
 position: relative;
 display: inline-block;
 padding-bottom: 15px;
margin-right: 10px;
margin-left: 10px;
}

.INQUIRY .inquiry-tel .bottom-col .tel-box a::before {
 content: "";
 display: block;
 width: 30px;
 height: 30px;
 background-image: url(../../image/common/estate/header_tel-icon.png);
 background-size: cover;
 position: absolute;
 top: 0px;
 left: 7%;
}

.INQUIRY .inquiry-tel .bottom-col .tel-box .number {
 font-family: 'Quicksand', sans-serif;
 font-size: 26px;
 font-weight: 700;
 display: block;
 color: #0e62c0;
 border-bottom: 3px dotted #0e62c0;
 padding-bottom: 10px;
 padding-left: 30px;
 margin-bottom: 12px;
}

.INQUIRY .inquiry-tel .bottom-col .tel-box .business-hours {
 font-size: 13px;
}

.INQUIRY .inquiry-mail .common-table  th{
}

.INQUIRY .inquiry-mail .common-table  td {

}

._{}

.INQUIRY #thanks-message .txt {
 font-size: 12px;
 line-height: 20px;
 margin-bottom: 20px;
}

.INQUIRY #thanks-message .txt br{
 display: none;
}

/*
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____A-05_NEWS____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.NEWS {}

.NEWS main{
}

.NEWS #article-list {
 padding-top: 40px;
}


.NEWS #article-list article {
 clear: both;
 padding-bottom: 25px;
 border-bottom: 1px solid #d9d9d9;
 margin-bottom: 25px;
}

.NEWS #article-list article a {
 text-decoration: none;
 color: #232323;
 display: block;
}

.NEWS #article-list article a::after {
 content: "";
 display: block;
 clear: both; 
}

.NEWS #article-list article a .article-thumbnail {
 position: relative;
 margin-bottom: 20px;
}

.NEWS #article-list article a .article-thumbnail img {
 width: 100%;
 height: auto;
}


.NEWS #article-list article a .category-ttl {
 font-size: 11px;
 border: 1px solid #A7A7A7;
 display: inline-block;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 10px;
 padding-right: 10px;
 margin-right: 10px;
}

.NEWS #article-list article a .date {
 font-family: 'Quicksand', sans-serif;
 color: #707070;
 font-weight: 500;
 font-size: 12px;
 display: inline-block;
}

.NEWS #article-list article a section {
 clear: none;
}

.NEWS #article-list article a section .article-ttl {
 font-size: 14px;
 line-height: 20px;
 font-weight: 500;
 margin-bottom: 15px;
 margin-top: 20px;
}

.NEWS #article-list article a section .article-excerpt {
 font-size: 12px;
 line-height: 20px;
 font-weight: 400;
 overflow: hidden;
}

._{}

.NEWS #sub{
 padding-top: 50px;
}

.NEWS #sub #category-list,
.NEWS #sub #archive-list{
 margin-bottom: 60px;
 overflow: hidden;
}

.NEWS #sub .common-ttl {
 font-family: 'Quicksand', sans-serif;
 font-size: 18px;
 font-weight: 600;
 margin-bottom: 20px;
 text-align: center;
}

.NEWS #sub .inner{

}

.NEWS #sub .common-list ul li {
}

.NEWS #sub .common-list ul li a{
 font-size: 11px;
 display: block;
 padding-top: 20px;
 padding-bottom: 18px;
 padding-left: 3%;
 text-align: left;
 text-decoration: none;
 background-image: url("../../image/common/footer_marker.png");
 background-repeat: no-repeat;
 background-size: 4px auto;
 background-position: right 8px center;
 font-weight: 400;
 border-bottom: 1px solid #C1C1C1;
}

.NEWS #sub #archive-list .common-list ul {
 width: 100%;
 overflow: hidden;
}

.NEWS #sub #archive-list .common-list ul li {

 
}

.NEWS #sub #archive-list .common-list ul li a{
 width: 50%;
 display: block;
 float: left;
 overflow: hidden;
 }
 
 .NEWS #sub #archive-list .common-list ul li a:before {

 }
 
 .NEWS #sub #archive-list .common-list ul li:nth-of-type(odd) a{
 box-shadow: 1px 0px 0px 0px #ddd; 
}

._{}

.NEWS .wp-pagenavi {
	clear: both;
	text-align:center;
	font-size: 12px;
}

.NEWS .wp-pagenavi .pages{
 background-color: #E9E9E9;
 color: #3A3A3A;
}

.NEWS .wp-pagenavi a,
.NEWS .wp-pagenavi span {
	color: #fff;
	background-color: #3A3A3A;
	padding: 8px 10px;
	margin: 0 2px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
 display: inline-block;
}

.NEWS .wp-pagenavi span.current{
	color: #3A3A3A;
	background-color: #E9E9E9;
}

._{}

.NEWS #article-post {}

.NEWS #article-post article {
 overflow: hidden;
 padding-bottom: 30px;
}

.NEWS #article-post article .article-ttl {
 font-size: 16px;
 font-weight: 400;
 border-left: 1px solid #231f20;
 padding-top: 14px;
 padding-bottom: 14px;
 padding-left: 20px;
 margin-bottom: 30px;
 line-height: 26px;
}

.NEWS #article-post article .article-thumbnail {
 position: relative;
 margin-bottom: 20px;
}

.NEWS #article-post article .article-thumbnail img {
 max-width: 100%;
 height: auto;
}

.NEWS #article-post article .category-ttl {
 font-size: 12px;
 border: 1px solid #A7A7A7;
 display: inline-block;
 margin-bottom: 20px;
 margin-right: 5px;
}

.NEWS #article-post article .category-ttl a{
 display: block;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 10px;
 padding-right: 10px;
}

.NEWS #article-post article .date{
	font-family: omnes-cond, sans-serif;
	text-align: right;
	font-size: 12px;
	margin-bottom: 15px;
	letter-spacing: 1.5px;
}

.NEWS #article-post article .date span{
 font-family: kozuka-gothic-pr6n, sans-serif;
 margin-left: 10px;
}

.NEWS #article-post article .article-body {
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
}

.NEWS #article-post article .article-body p {
 margin-top: 15px;
 margin-bottom: 15px;
}

.NEWS #article-post article .article-body figure img {
 max-width:100%;
 height: auto;
}

._{}

.NEWS #post-links {

}

.NEWS #post-links ul {
 overflow: hidden;
}

.NEWS #post-links li {
 float: left;
}

.NEWS #post-links li a{
 font-size: 13px;
}

.NEWS #post-links li.previous {
 float: left;
}

.NEWS #post-links li.previous a::before {
 content: "←";
 margin-right: 10px;
}

.NEWS #post-links li.next {
 float: right;
}

.NEWS #post-links li.next a::after {
 content: "→";
 margin-left: 5px;
}



.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____A-XX_NERROR____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.ERROR{

}

.ERROR section{
 margin-top: 30px;
}

.ERROR section .txt{
 font-size: 12px;
 line-height: 22px;
 font-weight: 400;
}

.ERROR section .txt br{
 display: none;
}

.ERROR #back-home{
 text-align: center;
 margin-top: 30px;
}

.ERROR #back-home a{
 padding-right: 65px;
 padding-left: 65px;
 padding-top: 10px;
 padding-bottom: 10px;
 display: inline-block;
 color: #ffffff;
 text-decoration: none;
 font-size: 13px;
 line-height: 20px;
 cursor: pointer;
 border: none;
 transition: all 0.2s;
 letter-spacing: 1px;
 background-image: url("../../image/common/reform/more_marker_wt.png");
 background-size: 5px auto;
 background-position: right 18px center;
 background-color: #231f20;
 background-repeat: no-repeat;
}

*/

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____A-XX_PRIVACY____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

.PRIVACY section{
 margin-top: 30px;
}

.PRIVACY section h3{
	border-left: 3px solid #0E62C0;
 padding-top: 8px;
 padding-bottom: 8px;
 padding-left: 20px;
 margin-bottom: 20px;
 font-size: 17px;
 font-weight: 600;
 letter-spacing: 3px;
}

.PRIVACY section .txt{
 font-size: 12px;
 line-height: 22px;
 font-weight: 400;
 margin-bottom: 20px;
}

.PRIVACY section ul {
 font-size: 12px;
 line-height: 18px;
}

.PRIVACY section ul li{
 display: block;
 position: relative;
 margin-bottom: 8px;
}

.PRIVACY section ul li:before {
 content: "";
 display: inline-block;
 width: 8px;
 height: 8px;
 border: solid 2px #333;
 border-radius: 50%;
 margin-right: 5px;
 padding-top: 2px;
}

