




.site,
.index-site {
   width: 100%;
   padding: 6rem .5rem 0;
}
@media only screen and (min-width: 768px) {
.site,
.index-site {
   width: 100%;
   padding: 0 0 0;
}
}
.container {
	margin: 0 auto;
	padding: 5rem 0 3rem;
}
.single-container,
.archive-container {
	padding: 1rem 0 0;
}
.content-box {
	padding: 0 0 1rem;
}
.container-inner,
.content-box-inner {
	width: 100%;
	margin: 0;
	padding: 0 .625rem 0;
}
.others-inner {
}
.archive-content-area {
	padding: 0 0 5rem;
}
.archive-sideber-area {
	padding: 0 0 0 0;
}
@media only screen and (min-width: 768px) {
	.container {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 3rem 0 5rem;
	}
	.archive-container {
		padding: 3rem 0 0;
	}
	.content-box {
		padding: 0 0 2rem;
	}
	.container-inner,
	.content-box-inner {
		width: 68.75rem;
		margin: 0 auto;
	}
	.others-inner {
	}
	.archive-content-area {
		padding: 0 0 0;
	}
	.archive-sideber-area {
		padding: 0 1.25rem 0 0;
	}
}


.sonomama-announce {
	width: 100%;
}
.sonomama-announce div img {
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 768px) {
	.sonomama-announce {
		width: 100%;
	}


}


/*--------------------------------------------------------------
 * Header CSS
 ------------------------------------------------------------ */
.header-inner {
	position: relative;
}
@media only screen and (min-width: 768px) {
	.header-inner {
		max-width: 68.75rem;
		margin: 0 auto;
	}
}
/* PC ver */
.header-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
}
.header-h1-area {
	background-color: #333;
}
.header-description {
	margin: 0;
	padding: 3px 0;
	font-size: 1rem;
	color: #fff;
	font-weight: normal;
}
.header-logo-area {
	width: 292px;
}
.header-tel-area {
	width: 401px;
}
.header-main-area {
	padding: 1rem 0;
}
.header-member-area {
	width: 300px;
	text-align: right;
}
.header-member-name {
	margin: 0 0 .3rem;
}
.header-member-btn {
}
.header-nonmember-btn {
   position:absolute;
   top: -25px;
   right: 0;
   z-index: 100;
}

.header-nav-area {
}
/**/
.header-navigation {
	background-color: #000;
}
.header-navigation ul {
	width: 68.75rem;
	margin: 0 auto;
	position: relative;
	padding: 0;
	list-style: none;
}
.header-navigation ul::after {
	display: block;
	clear: both;
	content: '';
}
.header-navigation ul li {
	position: relative;
	float: left;
	width: 13.75rem;
}
.header-navigation ul li:not(:first-child) {
	border-left: none;
}
.header-navigation ul li:hover {
	background-color: rgba(0,0,0,.8);
}
.header-navigation ul li a {
	display: inline-block;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
.header-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0px;
}
.header-navigation ul ul li {
	float: none;
	margin: 0;
	background-color: #000;
	font-size: 20px;
	padding: 1.5rem 1rem;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.header-navigation ul ul li:last-child {
	border-bottom: 0px solid #fff;
}
.header-navigation ul ul li:before {
	font-family: FontAwesome;
	content: "\f0da";
	padding-right : 1rem;/*文字との隙間*/
	color: #fff;/*アイコンの色*/
}
.header-navigation ul ul li a {
	font-size: 20px;
}
.header-navigation ul ul {
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out;
}
.header-navigation ul li:hover > ul {
	width: 13.75rem;
	visibility: visible;
	opacity: 1;
}
.header-navigation ul ul li:not(:first-child) {
/*	border: 2px solid #fff; */
	border-top: none;
}
.header-navigation ul ul ul {
	position: absolute;
	top: -2px;
	left: 100%;
}

/* SP ver */
.sp-header {
	position: fixed;
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #ddd;
	height: 3.75rem;
	z-index: 10;
}
.sp-logo {
	width: 250px;
	height: 60px;
	margin: 0 auto;
	padding: 12px 0 5px;
}
.sp-logo img {
	width: 98%;
}
.sp-line {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 45px;
	height: 45px;
}
.sp-line img {
	width: 100%;
}
.drawer-hamburger:hover {
	background-color: #fff !important;
}


/*--------------------------------------------------------------
 * Pankuzu CSS
 ------------------------------------------------------------ */
.pankuzu {
	margin-top: 179px;
	background-color: #f8f8f8;
}
.pankuzu p {
	margin: 0;
	line-height: 75px;
}
.pankuzu p a.parentsLink {
	margin-right: 7px;
	text-decoration: none;
}


/*--------------------------------------------------------------
 * Footer Anaunce CSS
 ------------------------------------------------------------ */
.footer-anaunce-area {
	width: 100%;
	padding-bottom: 3rem;
	background: url(./images/footer-anaunce-area_bg.png) no-repeat bottom left;
}
.footer-anaunce {
	width: 1060px;
	height: 170px;
	margin: 0 auto 3rem;
	position: relative;
	background: url(./images/footer_anaunce_bg.png) no-repeat;
}
.footer_anaunce_btn01 { 
	position: absolute;
	top: 45px;
	left: 10px;
}
.footer_anaunce_btn02 {
	position: absolute;
	top: 45px;
	left: 200px;
}


/*--------------------------------------------------------------
 * Footer ticker-area
 --------------------------------------------------------------*/
.ticker-area {
	width: 100%;
	padding: 1rem .5rem 3rem;
}
.ticker-inner {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #000;
}
.ticker-title {
	padding: .5rem;
	text-align: center;
}
.ticker-container {
	padding: .5rem;
}
.ticker-sp-box {
	margin: 0;
	list-style: none;
}
.ticker-next {
	padding: .5rem;
	text-align: right;
}
.footer-ticker-item {
	padding: 1rem 0;
}
@media only screen and (min-width: 768px) {
	.ticker-area {
		width: 1060px;
		margin: 0 auto;
		padding: 0 0 3rem;
	}
	.ticker-inner {
		border: 1px solid #000;
	}
	.ticker-title {
		padding: 1rem 0;
	}
	.ticker-container {
		padding: 0 .5rem;
	}
	.ticker-box {
		margin: 0;
		padding: .5rem;
		list-style: none;
	}
	.ticker-next {
		padding: 1rem 0;
		text-align: center;
	}
	.footer-ticker-item {
		padding: 1rem 0;
	}
}


/*--------------------------------------------------------------
 * Footer DisplaySet
 --------------------------------------------------------------*/
.site-footer {
	background-color: #333;
}
.footer-area {
	width: 100%;
	margin: 0 auto;
	padding: 1rem 0 0;
}
.footer-area-inner {
	width: 100%;
	margin: 0;
}
.footer-area-box {
	padding: 0 1rem;
	color: #fff;
}
.footer-area-box a {
	color: #fff;
}
.footer-area-box h2 {
	width: 100%;
	margin: 0 0 1rem;
	padding: .5rem;
	font-size: 1.1rem;
	color: #000;
	background-color: #fff;
	border-radius: 6px;
	text-align: center;
}
.footer-area-box img {
	margin: 0 0 1rem;
}
.footer-tel-img {
	width: 100%;
	text-align: center;
}
.footer-tel-title {
	text-align: center;
}
.footer-tel {
	font-size: 2rem;
	text-align: center;
	color: #ff0;
	letter-spacing: 1px;
}
.footer-copyright {
	max-width: 100%;
	padding: 1rem;
	text-align: center;
}
.footer-copyright p {
	font-size: 0.8rem;
	color: #fff;
}
@media only screen and (min-width: 768px) {
	.footer-area {
		width: 68.75rem;
		padding: 2rem 0 1rem;
	}
	.footer-area-box {
		padding: 0 .2rem;
	}
	.site-copyright {
		max-width: 68.75rem;
	}
}
/*--------------------------------------------------------------
 * Contents Title DisplaySet
 --------------------------------------------------------------*/
.content-title-area {

}
.content-title {
	font-size: 1.3rem;
	margin-bottom: 10px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	font-weight: normal;
	color: #000;
}
.content-title {
	color: #000;
	border: 2px solid #000;
}
.content-title::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	border-radius: 4px;
	background-color: #000;
}
@media only screen and (min-width: 768px) {
	.content-title {
		font-size: 1.4rem;
	}
}

/*--------------------------------------------------------------
 * Single Caroucel DisplaySet
 --------------------------------------------------------------*/
.single-recommend-caroucel-area {
	width: 100%;
	padding: 0 0 0;
	margin: 0 auto 0;
}
.single-recommend-caroucel-area h2 {
	margin-bottom: .7rem;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #000;
	color: #000;
	font-size: 1.3rem;
}
.single-recommend-caroucel-area h2::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #000;
	border-radius: 4px;
}
.single-recommend-caroucel_item a,
.single-recommend-caroucel_item p {
	text-decoration: none;
	color: #000;
}
.single-recommend-caroucel_item img {
	width: 100%;
	height: auto;
	max-height: 270px;
	object-fit: cover;
	margin-bottom: .5rem;
}
@media only screen and (min-width: 768px) {
	.single-recommend-caroucel-area {
		width: 100%;
		padding: 0 0 0;
		margin: 0 auto;
	}
	.single-recommend-caroucel_item img {
		max-height: 190px;
	}
}


/*--------------------------------------------------------------
 * Sideber Contents CSS
 ------------------------------------------------------------ */
.side-content-box {
}
.side-content-title {
	font-size: 1.4rem;
	margin-bottom: 10px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 2px solid #000;
	font-weight: normal;
	color: #000;
}
.side-content-title::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #000;
	border-radius: 4px;
}
.side-content-box ul li {
	margin: 0 0 .5rem;
}
.side-content-box ul ul li a,
.side-content-box ul li a {
	color: #000;
}
#sidebar_request {
   margin-bottom: 2rem;
}
#sidebar_request img { width: 100%; }
#sidebar_member {
   margin-bottom: 2rem;
}
#sidebar_member h2 {
   margin-bottom: .9rem;
   padding-bottom: .5em;
   border-bottom: 1px solid #000;
   font-size: 1.5rem;
   color: #000;
}

.sidebar-member {
}
.sidebar-member li {
   line-height: 1.5rem;
}
.sidebar-member li span {
   display: block;
}
.sidebar-member .sidebar_logout {
   margin-bottom: .5rem;
   padding: .4rem;
   background-color: #f7931e;
   border-radius: 5px;
    -webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 5px;/* for Firefox 対応*/
   color: #fff;
   font-size: 1.4rem;
   font-weight: bold;
   text-align: center;
}
.sidebar-member .sidebar_mypage {
   padding: .4rem;
   background-color: #808080;
   border-radius: 5px;
    -webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 5px;/* for Firefox 対応*/
   color: #fff;
   font-size: 1.4rem;
   font-weight: bold;
   text-align: center;
}
.sidebar-member .sidebar_mypage a,
.sidebar-member .sidebar_logout a {
   color: #fff;
}

#side-franchise { margin: 0 0 .5rem; }
#side-franchise img { width: 100%; }

.sidespace_image_area {
}
.sidespace_image {
	margin: 0 0 .5rem;
}
.sidespace_image img {
	width: 100%;
}

/*--------------------------------------------------------------
 * Contact Form Table DisplaySet
 --------------------------------------------------------------*/
.contact-form {
	width: 100%;
	margin: 0 auto;
}
.contact-form th {
	background: #eee;
	border: solid 1px #ccc;
	color: #000;
	padding: 1rem 10rem 1rem 1rem;
	position: relative;
}
.contact-form td {
	border: solid 1px #ccc;
	padding: 1rem;
}
.contact-form th span {
	position: absolute;
	top: 1.5rem;
	right: 1rem;
	width: 50%;
	height: 25px;
	background: url(./images/hissu.png) no-repeat center right;
	text-indent: -99999px;
}
.submit {
	width: 33%;
	margin: 0 auto;
	padding: 2rem 0;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	.contact-form {
		width: 100%;
	}
	.contact-form th,
	.contact-form td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	.contact-form th span {
		top: 1rem;
	}
	.submit {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
}
.wpcf7-form input{width: 97% !important;}
.wpcf7-form textarea{width: 97% !important;}

.mail-privacy {
	height: 15rem;
	overflow-y: scroll;
	border: 1px solid #aaa;
	margin: 2rem auto;
	padding: 0.5rem;
}
.mail-privacy h3 {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	text-align: center;
}
.mail-privacy h4 {
	margin-bottom: 1rem;
	font-size: 1.2rem;
}
.mail-privacy h5 {
	margin-bottom: 1rem;
	font-size: 1.2rem;
	text-align: left;
}
.mail-privacy p.right-1rem {
	margin-left: 2.3rem;
}
.submit-privacy-no {
	text-align: center;
}
.privacy-info-block {
	padding: 1rem;
	border: 1px solid #000;
}
.mail-privacy-dl {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mail-privacy-dl dt {
	width: 5%;
}
.mail-privacy-dl dd {
	width: 95%;
}
.privacy-right {
	text-align: right;
}
@media only screen and (min-width: 768px) {
	.mail-privacy h5 {
		text-align: center;
	}
}


/*--------------------------------------------------------------
 * PC or SP DisplaySet
 --------------------------------------------------------------*/
.only_sp {
  display: block;
}
@media only screen and (min-width: 768px) {
  .only_sp {
    display: none;
  }
}

.only_pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .only_pc {
    display: block;
  }
}

br.only_sp {
  display: inline;
}
@media only screen and (min-width: 768px) {
  br.only_sp {
    display: none;
  }
}

br.only_pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  br.only_pc {
    display: inline;
  }
}

span.only_sp {
  display: inline;
}
@media only screen and (min-width: 768px) {
  span.only_sp {
    display: none;
  }
}

span.only_pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  span.only_pc {
    display: inline;
  }
}














































/* ------------------------------------------------------- */
/* 旧サイト引継ぎ */
/* ------------------------------------------------------- */

@media screen and (max-width: 767px) {

img {
	height: auto;
}
.sbc_field {
    ime-mode: disabled;
}

/* sp メニュー内のログイン周り */
.sp_btn_login {
   margin: .5rem 0;
   padding: 12px;
   background-color: #eee;
}
.sp_btn_login ul li {
   line-height: 1.7rem;
}
.sp_btn_login ul li span {
   display: block;
}
.sp_line_push {
   background-color: #00b900;
}
.sp_line_push img {
   width: 100%;
}








/* Archive site CSS
------------------------------------------------------------------- */
p.sp-archive-sub_title {
   font-size: 1rem;
   font-weight: bold;
   color: #0b1f65;
   line-height: 1.3rem;
}

/**/
.wp-pagenavi {
   padding: 10px 0px 10px !important;
   display:block !important;
   clear:both !important; 
   text-align: center;
}
.wp-pagenavi a ,
.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
   display: inline-block;
   color:#333333 !important;
   text-shadow:0px 1px #F6F6F6 !important;
   padding:6px 9px 6px 9px !important;
   border:solid 1px #B6B6B6 !important;
   box-shadow:0px 1px #EFEFEF !important;
   -moz-box-shadow:0px 1px #EFEFEF !important;
   -webkit-box-shadow:0px 1px #EFEFEF !important;
   background:#E6E6E6 !important;
   background:-moz-linear-gradient(top,#FFFFFF 1px,#F3F3F3 1px,#E6E6E6) !important;
   background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FFFFFF),color-stop(0.02,#F3F3F3),color-stop(1,#E6E6E6)) !important;
   font-size:12px !important;
   margin-right:3px !important;
   text-decoration:none !important; 
}
.wp-pagenavi a:hover {
   display: inline-block;
   color:#fff !important;
   text-shadow:0px 1px #3C3C3C !important;
   border-color:#202020 !important;
   background:#525252 !important;
   background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252) !important;
   background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252)) !important;
   color:#FFFFFF !important;
   box-shadow:0px 1px #E7E7E7 !important; -moz-box-shadow:0px 1px #E7E7E7 !important;
   -webkit-box-shadow:0px 1px #E7E7E7 !important;
}
.wp-pagenavi span.current{
   display: inline-block;
   padding:6px 9px 6px 9px !important;
   border:solid 1px #DCDCDC !important;
   color:#fff !important;
   box-shadow:0px 1px #E7E7E7 !important;
   -moz-box-shadow:0px 1px #E7E7E7 !important;
   -webkit-box-shadow:0px 1px #E7E7E7 !important;
   margin-right:3px !important;
   text-shadow:0px 1px #3C3C3C !important;
   border-color:#202020 !important;
   background:#525252 !important; background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252) !important;
   background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252)) !important;
}

/* Single site CSS
------------------------------------------------------------------- */
/* temporary_registration site CSS : 無料仮会員登録 2017/06/30
------------------------------------------------------------------- */
.entry-content h2.register_title {
	position: relative;
	padding: .25em 0 .5em .75em;
	font-size: 1rem;
	border-left: 6px solid #000;
}
.entry-content h2.register_title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #000;
}






/* temporary_registration site CSS : 無料仮会員登録
------------------------------------------------------------------- */
.sp-temporary_registration-form {
   padding: 15px 0;
}
.sp-temporary_registration-form h2 {
   margin-top: 1rem;
   margin-bottom: 1rem;
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
}
.sp-temporary_registration-form h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.sp-temporary_registration-form h3 {
   margin-top: 1rem;
   margin-bottom: 1rem;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}
.sp-temporary_registration-form h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}
.sp-temporary_registration-form textarea {
   margin-top: 1rem;
   width: 95%;
}
.sp-temporary_registration-form p.trf-hissu {
   margin-top: .8rem;
   width: 80%;
   height: 25px;
   background: url(../images/estate_contact-form_hissu.png) no-repeat center right;
}
.sp-temporary_registration-form p.trf-hissu span {
   line-height: 25px;
   font-weight: bold;
}
.sp-temporary_registration-form p.trf-nohissu {
   margin-top: .8rem;
   font-weight: bold;
}
.sp-temporary_registration-form input { margin:5px 0; }
span.trf-chack { font-size: 80%; margin: 10px 0 20px 25px; }

/* contact form site CSS : お問合せ
------------------------------------------------------------------- */


/* single footer 新着物件情報 */
.sp-single_new-estate-area {
   padding-top: 20px;
   margin-bottom: 2rem;
}
.sp-single_new-estate-title {
   height: 70px;
}
.sp-single_new-estate-title h2 {
   font-size: 1.4rem;
   margin-bottom: 10px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #000;
   font-weight: normal;
   color: #000;
}
.sp-single_new-estate-title h2::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #000;
	border-radius: 4px;
}

.sp-single_new-estate {

}
#sp-single_new-estate li {
    width: 280px;
    text-align: center;
}
#sp-single_new-estate li img {
    margin: 0 auto 6px;
}
#sp-single_new-estate li a,
#sp-single_new-estate li p {
   font-size: .7rem;
   line-height: 1.9rem;
   text-decoration: none;
   color: #000;
}


/* single 非公開物件 header */
.sp-single_estate-area-header02 {
   padding: 0 0 1.5rem;
}
.sp-estate_contact h1,
.sp-single_estate-area-header02 h1 {
   font-size: 1.4rem;
   margin-bottom: 10px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
   font-weight: bold;
   color: #3498db;
}
.sp-estate_contact h1::after,
.sp-single_estate-area-header02 h1::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}
.sp-single_estate-area-header02 p {
   line-height: 1.7rem;
}

.sp-estate_contact p {
   line-height: 1.7rem;
}



/* 非公開物件 */
.archive_ticker {
   clear: both;
   width: 100%;
   height: auto;
   margin-bottom: 40px;
/*   padding: 10px;*/
   position: relative;
}
.archive_ticker h1 a,
.archive_ticker h1 {
   margin: 10px 0 10px 10px;
   font-size: 1.5rem;
   line-height: 1.7rem;
   font-weight: bold;
   text-decoration: none;
   color: #000;
}

/* ニーズ情報 */
.archive-needs_title {
   margin: 2.1rem 0 2rem;
   font-size: 1.5rem;
   text-align: center;
   line-height: 2rem;
}
.archive-needs_title span {
   margin: 0 .3rem;
   font-size: 2rem;
   color: #f00;
   font-weight: bold;
}
.archive_needs {
   margin-bottom: 3rem;
   border-bottom: 1px dotted #e8e8e8;
}
.archive_needs h1 {
   margin: 1rem 0 2rem;
   font-size: 1rem;
   line-height: 1.75rem;
   font-weight: bold;
   text-decoration: none;
   color: #000;
   display: block;
}
.archive_needs h1 span {
   display: block;
   color: #f00;
}
.archive_needs-flow { margin-bottom: 1.5rem; overflow: hidden; }
.archive_needs-flow_right, .archive_needs-flow_left { width: 100%; }
.archive_needs-flow_right img, .archive_needs-flow_left img { width: 100%; }

/* Detail site CSS
------------------------------------------------------------------- */
/* お店を貸したい方 */
.sp-shop_rental {
}
.sp-shop_rental h2 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #F7931E;
}
.sp-shop_rental h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

/* お店譲渡したい方 */
.sp-shop_close {
}
.sp-shop_close h1 {
   font-size: 1.4rem;
   margin-bottom: 1rem;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 2px solid #000;
   font-weight: normal;
   color: #fff;
	background-color: #000;
}
.sp-shop_close h1::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #fff;
	border-radius: 4px;
}
.sp-shop_close_title {

}
.sp-shop_close_title h2 {
   height: 115px;
   margin: 1rem 0 2rem;
   font-size: 1.5rem;
   line-height: 2.3rem;
   color: #000;
   padding-left: 130px;
   background: url(../images/shop_close_title_bg.png) no-repeat left center;
}
/* 買取・譲渡をご検討中のオーナー様 */
.sp-shop_kaitori_cont01 {
   margin-bottom: 2rem;
}
.sp-shop_kaitori_cont01 h2 {
   margin: 1rem 0 .5rem;
   font-size: 2rem;
   color: #000;
}
.sp-shop_kaitori_cont01 p {
   line-height:;
}
.sp-shop_kaitori_cont02,
.sp-shop_kaitori_cont03,
.sp-shop_kaitori_cont04 {
   clear: both;
   margin-bottom: 2rem;
}
.sp-shop_kaitori_cont04 h2,
.sp-shop_kaitori_cont03 h2,
.sp-shop_kaitori_cont02 h2 {
	position: relative;
   margin-bottom: 1rem;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #000;
   font-size: 1.6rem;
}
.sp-shop_kaitori_cont04 h2::after,
.sp-shop_kaitori_cont03 h2::after,
.sp-shop_kaitori_cont02 h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.sp-shop_kaitori_cont02 ul {
   margin: 1rem 0;
/*   display: flex;*/
}
.sp-shop_kaitori_cont02 ul li {
   margin-right: 1rem;
   margin-bottom: .9rem;
   border: 1px solid #000;
}
.sp-shop_kaitori_cont02 ul li h3 {
   background-color: #000;
   color: #fff;
   font-size: 1.1rem;
   line-height: 1.7rem;
   text-align: center;
}
.sp-shop_kaitori_cont02 ul li p {
   margin: .5rem;
}
.sp-shop_kaitori_cont03 h3 {
   margin: 1rem 0 .7rem;
   padding: 0 1rem;
   background-color: #000;
   color: #fff;
   font-size: 1.1rem;
   line-height: 1.7rem;
   text-align: center;
}
.sp-shop_kaitori_cont03 h3 span {
   margin-right: .8rem;
   color: #ff0;
}
.sp-shop_kaitori_cont04 p {
   margin-bottom: 1rem;
}
.sp-shop_kaitori_space {
   width: 100%;
   height: 1rem;
   text-indent: -99999px;
}

/* 引継ぎ・委託先を探しているオーナー */
.sp-shop_hikitsugi_cont01 {
   margin-bottom: 2rem;
}
.sp-shop_hikitsugi_cont01 h2 {
   margin: 1rem 0 .5rem;
   font-size: 2rem;
   color: #000;
}
.sp-shop_hikitsugi_cont01 p {
   line-height:;
}
.sp-shop_hikitsugi_cont03,
.sp-shop_hikitsugi_cont02 {
   margin-bottom: 2rem;
}
.sp-shop_hikitsugi_cont03 p,
.sp-shop_hikitsugi_cont02 p {
   margin-bottom: 1rem;
}
.sp-shop_hikitsugi_cont03 h2,
.sp-shop_hikitsugi_cont02 h2 {
	position: relative;
   margin-bottom: 1rem;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #000;
   font-size: 1.6rem;
}
.sp-shop_hikitsugi_cont03 h2::after,
.sp-shop_hikitsugi_cont02 h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

/* 譲渡ページ成約事例 */
.sp-shop_close_casearea {
   margin-bottom: 2rem;
}
.sp-shop_close_casebody {
	position: relative;
   border: 2px solid #000;
   border-radius: 5px;
}
.sp-shop_close_casebody h3 {
	position: absolute;
	left: 1rem;
	top: -15px;
}
.sp-shop_close_casebody ul {
   padding: 2rem 1rem 0 0;
}
.sp-shop_close_casebody ul li {
   margin-top: -1px;
   padding: 10px 5px 10px 20px;
   border-top:1px solid #CCC;
   background: url(../images/shop_close_caseyajirushi.png) no-repeat 0 18px;
}
.sp-shop_close_casebody ul li:first-child {
   border-top:none;
}






.sp-shop_close_cont01 {
   margin-bottom: 2rem;
}
.sp-shop_close_cont01 h2 {
   margin: 1rem 0 .5rem;
   font-size: 2rem;
   color: #000;
}
.sp-shop_close_cont01 p {
   line-height:;
}
.sp-shop_close_cont02,
.sp-shop_close_cont03 {
   margin-bottom: 2rem;
}
.sp-shop_close_cont03 h2,
.sp-shop_close_cont02 h2 {
	position: relative;
   margin-bottom: 1rem;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #000;
   font-size: 1.4rem;
}
.sp-shop_close_cont03 h2::after,
.sp-shop_close_cont02 h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.sp-shop_close_space {
   width: 100%;
   height: 1rem;
   text-indent: -99999px;
}
.shop_close_contact-form {
   width: 100%;
   padding: 15px 0;
}
.shop_close_contact-form h2 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #000;
}
.shop_close_contact-form h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.shop_close_contact-form p {
   line-height: 1.714285714;
}
.sp-shop_close h4 {
   width: 100%;
   padding: 10px;
   background-color: #eee;
   
}
.sp-shop_close p.borderred {
   padding: 10px;
   border: 1px solid #f00;
   color: #f00;
   text-align: center;
}
.sp-shop_close dl {
   width: 100%;
   margin: 0 auto 20px;
   border: 1px solid #F7931E;
   box-sizing: border-box;
}
.sp-shop_close dl dt {
   padding-left: 60px;
   font-size: 1.5rem;
   line-height: 45px;
   color: #F7931E;
}
.sp-shop_close dl dd {
	padding: 1.2rem;
}
.sp-shop_close dl.step01 dt {
   background: url(../images/shop_close_step01_bg.png) no-repeat left center;
}
.sp-shop_close dl.step02 dt {
   background: url(../images/shop_close_step02_bg.png) no-repeat left center;
}
.sp-shop_close dl.step03 dt {
   background: url(../images/shop_close_step03_bg.png) no-repeat left center;
}
.sp-shop_close dl.step04 dt {
   background: url(../images/shop_close_step04_bg.png) no-repeat left center;
}
.sp-shop_close dl.step05 dt {
   background: url(../images/shop_close_step05_bg.png) no-repeat left center;
}
.sp-shop_close dl.step06 dt {
   background: url(../images/shop_close_step06_bg.png) no-repeat left center;
}
.sp-shop_close dl.step07 dt {
   background: url(../images/shop_close_step07_bg.png) no-repeat left center;
}
.sp-shop_close dl.step08 dt {
   background: url(../images/shop_close_step08_bg.png) no-repeat left center;
}
.sp-shop_close dl.step09 dt {
   background: url(../images/shop_close_step09_bg.png) no-repeat left center;
}
.sp-shop_close dl.step10 dt {
   background: url(../images/shop_close_step10_bg.png) no-repeat left center;
}
.sp-shop_close p.p-right {
   text-align: right;
}
.p-red,
.sp-shop_close p.p-red {
   color: #f00;
   font-weight: bold;
}
.sp-shop_close p.p-closesub {
   width: 100%;
   margin: 0 auto 20px;
   line-height: 1.8rem;
   background-color: #F7931E;
   color: #fff;
   text-align: center;
}
.sp-shop_close table {
   margin: 0 auto;
   border: 1px solid #ddd;
}
.sp-shop_close table td,
.sp-shop_close table th {
   width: 280px;
   padding: 15px 20px;
   font-weight: normal;
   vertical-align: middle;
   border: 1px solid #ddd;
}
.sp-shop_close table th {
   background-color: #eee;
}
.sp-shop_close table td {
}

/* お店を出したい方 */
.sp-shop_open {
}
.sp-shop_open h2 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #A9BF26;
}
.sp-shop_open h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.sp-shop_open ul {
   list-style-type: none;
}
.sp-shop_open ul li {
   padding-left: 40px;
   font-size: 1rem;
   line-height: 35px;
   background: url(../images/shop_close_li.png) no-repeat;
}
.sp-shop_open_sub01 ol {
   list-style-type: none;
}
.sp-shop_open_sub01 ol li {
   padding-left: 40px;
   font-size: 1.4rem;
   line-height: 35px;
   background: url(../images/shop_close_li.png) no-repeat;
}
.sp-shop_open h3 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}
.sp-shop_open h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #A9BF26;
}
.sp-shop_open h4 {
   width: 100%;
   padding: 10px;
   background-color: #eee;
   
}
.sp-shop_open p.borderred {
   padding: 10px;
   border: 1px solid #f00;
   color: #f00;
   text-align: center;
}
.sp-shop_open dl {
   width: 100%;
   margin: 0 auto 20px;
   border: 1px solid #A9BF26;
   box-sizing: border-box;

}
.sp-shop_open dl dt {
   padding-left: 60px;
   font-size: 1.5rem;
   line-height: 45px;
   color: #A9BF26;
}
.sp-shop_open dl dd {
	padding: 1.2rem;
}
.sp-shop_open dl.step01 dt {
   background: url(../images/shop_open_step01_bg.png) no-repeat left center;
}
.sp-shop_open dl.step02 dt {
   background: url(../images/shop_open_step02_bg.png) no-repeat left center;
}
.sp-shop_open dl.step03 dt {
   background: url(../images/shop_open_step03_bg.png) no-repeat left center;
}
.sp-shop_open dl.step04 dt {
   background: url(../images/shop_open_step04_bg.png) no-repeat left center;
}
.sp-shop_open dl.step05 dt {
   background: url(../images/shop_open_step05_bg.png) no-repeat left center;
}
.sp-shop_open dl.step06 dt {
   background: url(../images/shop_open_step06_bg.png) no-repeat left center;
}
.sp-shop_open dl.step07 dt {
   background: url(../images/shop_open_step07_bg.png) no-repeat left center;
}
.sp-shop_open dl.step08 dt {
   background: url(../images/shop_open_step08_bg.png) no-repeat left center;
}
.sp-shop_open dl.step09 dt {
   background: url(../images/shop_open_step09_bg.png) no-repeat left center;
}
.sp-shop_open dl.step10 dt {
   background: url(../images/shop_open_step10_bg.png) no-repeat left center;
}
.sp-shop_open p.p-right {
   text-align: right;
}
.p-red,
.sp-shop_open p.p-red {
   color: #f00;
   font-weight: bold;
}
.sp-shop_open p.p-opensub {
   width: 100%;
   margin: 0 auto 20px;
   line-height: 1.8rem;
   background-color: #A9BF26;
   color: #fff;
   text-align: center;
}
.sp-shop_open table {
   margin: 0 auto;
   border: 1px solid #ddd;
}
.sp-shop_open table td,
.sp-shop_open table th {
   width: 280px;
   padding: 15px 20px;
   font-weight: normal;
   vertical-align: middle;
   border: 1px solid #ddd;
}
.sp-shop_open table th {
   background-color: #eee;
}
.sp-shop_open table td {
}

/* Archive report CSS
------------------------------------------------------------------- */
.archive-report {
}
header .sp-archive-report-list-header {
   margin-bottom: 1.2rem;
}
h1.sp-archive-report-list-title {
   font-size: 1.5rem;
   margin-bottom: 10px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
   font-weight: normal;
   color: #3498db;
}
h1.sp-archive-report-list-title::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}
.sp-archive-report-list {
   clear: both;
   margin-bottom: 1.5rem;
   overflow: hidden;
}
.sp-archive-report-list_img {
   width: 100%;
   margin-bottom: 1rem;
   text-align: center;
}
.sp-archive-report-list_com {
   width: 100%;
}
.sp-archive-report-list_com p {
   line-height: 2rem;
}
.sp-archive-nextlink {
   clear: both;
   font-size: 1.2rem;
   background-color: #f7931e;
   color: #fff;
   text-align: center;
   line-height: 2rem;
}
.sp-archive-nextlink a {
   color: #fff;
}

/* フランチャイズページ css
------------------------------------------------------------------- */
.sp-franchise {
}
.sp-franchise h1 {
   margin-bottom: 2rem;
   padding: 1rem;
   font-size: 1.3rem;
   text-align: center;
   color: #fff;
   background-color: #000;
}
.sp-franchise h1 span {
   font-size: .9rem;

}
.sp-franchise-osusume {
   margin-bottom: 2rem;
   padding: 0 0 0 1rem;
   border: 2px solid #000;
   position: relative;
}
.sp-franchise-osusume h2 {
   padding: 0 1rem;
   position: absolute;
   left: 1rem;
   top: -15px;
   background-color: #000;
   color: #fff;
   border-radius: 5px;
}
.sp-franchise-osusume ul {
   padding: 2rem 1rem 0 0;
}
.sp-franchise-osusume ul li {
   list-style-type: disc;
}
.sp-franchise_cont01 {
   margin-bottom: 2rem;
}
.sp-franchise_cont01-title {
   margin-bottom: 2rem;
   position: relative;
}
.sp-franchise_cont01-title h2 {
   font-size: 1rem;
   text-align: center;
   line-height: 1.5rem;
   color: #000;
}
.sp-franchise_cont01-title h3 {
   font-size: 1.5rem;
   text-align: center;
   line-height: 2rem;
   color: #000;
}
.sp-franchise_imgcenter {
   width: 100%;
   text-align: center;
}
.sp-franchise_cont01_yajirushi {
   padding: 1.1rem 0 1.1rem 7rem;
   line-height: 4.125rem;
   background: url(../images/franchise_cont1_yajirushi.png) no-repeat 2rem center;
}
.sp-franchise_cont01 h3 {
   font-size: 1.5rem;
}
.sp-franchise_cont01 h3 span {
   font-size: 2.6rem;
   color: #f00;
}
.sp-franchise_cont02 {
   margin-bottom: 2rem;
}
.sp-franchise_cont02 h2 {
   margin-bottom: 1rem;
   padding-bottom: .5em;
   border-bottom: 1px solid #ccc;
   font-size: 1.2em;
}
.sp-franchise_cont02 h2:first-letter {
   margin-right: .1em;
   font-size: 1.2em;
}
.sp-franchise_cont03 {
   margin-bottom: 2rem;
   padding: 2rem 1rem 1rem;
   border: 2px solid #000;
   position: relative;
}
.sp-franchise_cont03 h2 {
   padding: 0 1rem;
   position: absolute;
   left: 1rem;
   top: -15px;
   background-color: #000;
   color: #fff;
   border-radius: 5px;
}





}/* アーカイブ店舗一覧 */
.sp-archive_estate {
	padding: 0 0 2rem;
}
.sp-archive_estate-img {
   position: relative;
}
.sp-archive_estate-img img {
   object-fit: cover;
   width: 100%;
}
.sp-archive_estate-img_pointnew {
   position:absolute;
   top: 7px;
   left: 7px;
}
.sp-archive_estate-img_pointsub {
   position:absolute;
   bottom: 7px;
   right: 7px;
}

.sp-archive_estate-com {
   padding: .3rem;
}
.sp-archive_estate-com h1 {
   margin: .7rem 0 1rem;
   font-size: 1rem;
   line-height: 1.2rem;
   font-weight: bold;
   text-decoration: none;
   color: #000;
}
.sp-archive_estate-com p {
   color: #000;
}
.sp-archive_estate_contact {
   width: 100%;
   background-color: #000;
   text-align: center;
}
.sp-archive_estate_contact a {
   line-height: 1.5rem;
   font-weight: bold;
   color: #fff;
}
.sp-archive_estate_contact a {
   color: #fff;
}
/*

* Kitaden Inc. sonomama-sapporo.com Style.css
* Powerd By : Millecom Inc.

*/


/* site layout CSS
------------------------------------------------------------------- */

.clearfix{ /zoom: 1; }
.clearfix:after{ content: ''; display: block; clear: both; }

.detail_company_how-close,
.detail_company_how-open,
.detail_shop_readmore-close,
.detail_shop_readmore-open {
   width: 100%;
   margin: 1rem 0;
   text-align: center;
}

body { position: relative;}

img {
	max-height: 100%;
}
.sbc_field {
    ime-mode: disabled;
}



/* #404 Not Found
------------------------------------------------------------------- */
.error404-how {
}
.error404-how h3.heading404 {
   clear: both;
   margin-top: 20px;
   padding-top: 30px;
   background: url(../images/error-h3_bg.png) no-repeat;
   font-weight: bold;
   color: #333;
   zoom: 1;
}
.list404 {
   zoom: 1;
   display: block;
   min-height: 1%;
}
.list404 li {
   display: inline-block;
   vertical-align: top;
   float: left;
   width: 25%;
   padding-left: 15px;
   margin-bottom: 2rem;
   background: url(../images/list404_bg.png) no-repeat 0 0.6rem;
}


/* PageNavi CSS
------------------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
   width: 100%;
   height: 50px;
   margin: 60px 0 20px;
   text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 7px 15px;
	margin: 7px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: normal;
	background-color: #eee;
}




/* Line-Push CSS
------------------------------------------------------------------- */
.line-push { position: fixed; bottom: 1rem; right: 1rem; }

/* sonomama-announce CSS
------------------------------------------------------------------- */
.sonomama_announce {
   clear: both;
   width: 1060px;
   height: 135px;
   margin: 1rem auto;
   text-align: center;
}

/* Index site CSS
------------------------------------------------------------------- */
.index-site-area {
   max-width: 66.25rem;
   margin: 0 auto 0;
}

.index_new-estate-area .bx-viewport {
    min-height: 565px !important;
}
/*
.index_new-estate-area h2 {
   width: 1060px;
   height: 70px;
   margin-bottom: 1.6rem;
   background: url(../images/index_new-estate-title.png) no-repeat;
   text-indent: -99999px;
   margin-bottom: 1.6rem;
  padding: .5em .75em;
  background-color: #000;
  border-bottom: 1px solid #ccc;
   color: #fff;
   font-size: 2rem;
}
*/
.index_new-estate-area h4 {
   clear: both;
   padding: 0.5em 0;
   background-color: #0071BC;
   border-radius: 6px;
   margin-bottom: 1.6rem;
   text-align: center;
}
.index_new-estate-area h4 a {
   font-size: 1.8rem;
   line-height: 2.5rem;
   font-weight: bold;
   color: #fff;
}
.index_new-estate {
}

#index_new-estate li {
    width: 200px;
/*    text-align: center;*/
}
#index_new-estate li img {
    margin: 0 auto 7px;
}
#index_new-estate li a,
#index_new-estate li p {
   font-size: 1.1rem;
   line-height: 1.4rem;
   text-decoration: none;
   color: #000;
}
.index_new-estate-area .bx-wrapper .bx-prev {
	left: -70px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.index_new-estate-area .bx-wrapper .bx-next {
	right: -70px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

/* トップページ　画像フリースペース
------------------------------------------------------------------- */
.index_freespace {
   margin-bottom: 1.5rem;
   overflow: hidden;
}
.index_freespace_right,
.index_freespace_left {
   width: 520px;
   height: 180px;
}
.index_freespace_left {
   float: left;
   margin-right: 20px;
}
.index_freespace_right {
   float: right;
}

/* トップページ　フローチャート
------------------------------------------------------------------- */
.index_flowinfomation {
   margin-bottom: 1.5rem;
   overflow: hidden;
}
.index_flow_right,
.index_flow_left {
   width: 520px;
   height: 243px;
}
.index_flow_left {
   float: left;
   margin-right: 20px;
}
.index_flow_right {
   float: right;
}


/* 新着・各種セミナー情報
------------------------------------------------------------------- */
.index_newsinfomation {
   clear: both;
   width: 100%;
   margin: 0 auto;
}
.index_news {
   float: left;
   width: 49%;
   margin-right: 2%;
}
.index_topics {
   float: right;
   width: 49%;
}
.index_topics h2,
.index_news h2 {
   font-size: 1.4rem;
   margin-bottom: 10px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 2px solid #000;
   font-weight: normal;
   color: #000;
   position: relative;
}
.news-next-btn {
	position: absolute;
	top: 5px;
	right: 10px;
}
.index_topics h2::after,
.index_news h2::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #000;
	border-radius: 4px;
}
.index_topics h2.index_topicstitle02 {
   font-size: 1.4rem;
   margin-top: 30px;
   margin-bottom: 10px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 2px solid #000;
   font-weight: normal;
   color: #000;
}
.index_topics h2.index_topicstitle02::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #000;
	border-radius: 4px;
}

.index_topics img,
.index_news img {
   margin: 0.3rem 0;
}
.index_topics ul,
.index_news ul {
	list-style: none;
	margin: 0;
	padding: 1rem 0;
   overflow: hidden;
}
.index_topics ul li,
.index_news ul li {
	clear: both;
	margin: 0 0 1em;
	padding: 0;
}
.index_topics ul li p,
.index_news ul li p {
	margin: .7rem 0 0;
	line-height: 1.85rem;
}
.index_topics ul li span,
.index_news ul li span {
	display: block;
	float: left;
	width: 7.5em; /*ターム名による*/
	margin: 0 10px 0 0;
	padding: 5px 7px;
	text-align: center;
}
.index_topics ul li span.oshirase {
	background: #ccc;
}
.index_topics ul li span.seminar {
	background: #efe3ec;
}
.index_news ul li span.newsestate {
	background: #000;
	color: #fff;
}
.index_topics ul li span.open-report {
	background: #efefe3;
}
.index_topics ul li span.sale-report {
	background: #ccc;
}

.index_news ul li span.estateid {
	display: inline;
	float: none;
   width: 8rem;
	padding: 0 5px;
	font-size: 1rem;
	color: #000;
   line-height: 26px;
}
.index_topics ul li span.ymd,
.index_news ul li span.ymd {
	display: inline;
	float: none;
	padding: 0 5px;
	font-size: 0.8rem;
	color: #999;
   line-height: 26px;
}

.index_open-area {
   clear: both;
   width: 100%;
   padding-top: 20px;
   margin: 0 auto;
}
.index_open-area h2 {
   margin-bottom: 1.6rem;
  padding: .5em .75em;
  background-color: #000;
  border-bottom: 1px solid #ccc;
   color: #fff;
   font-size: 1.8rem;
   text-align: center;
}
.index_open-area .bx-viewport {
    min-height: 200px !important;
}
#index_open {

}
#index_open li {
   height: auto;
   text-align: center;
}
#index_open li img {
	max-height: 165px;
    margin: 0 auto 7px;
}
#index_open li a,
#index_open li p {
   padding: 0 0 .5rem;
   line-height: 1.3rem;
   text-decoration: none;
   color: #000;
}

/* Archive site CSS
------------------------------------------------------------------- */
p.archive-sub_title {
   font-size: 1rem;
   font-weight: bold;
   color: #0b1f65;
   line-height: 2rem;
}
.archive_estate {
   clear: both;
   width: 100%;
   height: 425px;
   margin-bottom: 40px;
   border-top: 7px solid #333;
   padding: 0 10px;
   box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2);
   position: relative;
	box-sizing: border-box;
}
.archive_estate h1 a,
.archive_estate h1 {
   margin: 15px 0 10px 10px;
   font-size: 1.3rem;
   line-height: 1.7rem;
   font-weight: bold;
   text-decoration: none;
/*   color: #0071BC;*/
   color: #000;
}
.archive_estate-h1_area {
   position: relative;
}
.archive_estate-h1_point {
   position:absolute;
   top: 0;
   right: 10px;
}

.archive_estate table {
/*   width: 764px;*/
   width: 100%;
   height: auto;
/*   margin: 10px;*/
	padding: 10px;
   border: 1px solid #eee;
	box-sizing: border-box;
}
.archive_estate table td,
.archive_estate table th {
   padding: 10px;
   vertical-align: middle;
   line-height: 1.5rem;
   border: 1px solid #eee;
}
.archive_estate table th {
   background-color: #ddd;
}
.archive_estate_contact {
   width: 100%;
   height: 60px;
   margin-top: 15px;
   background-color: #333;
   position: absolute;
   bottom: 0;
   left: 0;
}
.archive_estate_contact_btn {
   width: 97%;
   text-align: right;
}

/* 非公開物件 */

/* 出店ニーズ情報 */
.archive-needs_title {
   margin: 2.1rem 0 2rem;
   font-size: 2.3rem;
   text-align: center;
}
.archive-needs_title span {
   font-size: 2.3rem;
   color: #f00;
   font-weight: bold;
}
.archive_needs {
   margin-bottom: 3rem;
   border-bottom: 1px dotted #e8e8e8;
}
.archive_needs h1 {
   margin: 1rem 0 2rem 10px;
   font-size: 1.5rem;
   line-height: 2rem;
   font-weight: bold;
   text-decoration: none;
   color: #000;
   display: block;
}
.archive_needs h1 span {
   display: block;
   color: #f00;
}

.archive_needs-flow { margin-bottom: 1.5rem; overflow: hidden; }
.archive_needs-flow_right, .archive_needs-flow_left { width: 392px; height: 243px; }
.archive_needs-flow_left { float: left; }
.archive_needs-flow_right { float: right; }
.archive_needs-flow_right img, .archive_needs-flow_left img { width: 100%; }

/* Archive report CSS
------------------------------------------------------------------- */
.archive-report {
}
header .archive-report-list-header {
   margin-bottom: 1.2rem;
}
h1.archive-report-list-title {
   font-size: 1.5rem;
   margin-bottom: 10px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 2px solid #000;
   font-weight: normal;
   color: #000;
}
h1.archive-report-list-title::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #000;
	border-radius: 4px;
}
.archive-report-list {
   clear: both;
   margin-bottom: 1.5rem;
   overflow: hidden;
}
.archive-report-list_img {
   float: left;
   width: 211px;
   margin-right: 23px;
}
.archive-report-list_com {
   float: right;
   width: 518px;
}
.archive-report-list_com p {
   line-height: 2rem;
}
.archive-nextlink {
   clear: both;
   font-size: 1.2rem;
   background-color: #333;
   color: #fff;
   text-align: center;
   line-height: 2rem;
}
.archive-nextlink a {
   color: #fff;
}

/* Archive open CSS
------------------------------------------------------------------- */
.archive-open {
}
header .archive-open-list-header {
   margin-bottom: 1.2rem;
}
h1.archive-open-list-title {
   font-size: 1.5rem;
   margin-bottom: 10px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 2px solid #000;
   font-weight: normal;
   color: #000;
}
h1.archive-open-list-title::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #000;
	border-radius: 4px;
}
.archive-open-list {
   clear: both;
   margin-bottom: 3.5rem;
   overflow: hidden;
}
.archive-open-list_img {
   float: left;
   width: 211px;
   margin-right: 15px;
}
.archive-open-list_com {
   float: right;
   width: 525px;
}
.archive-open-list_com p {
   line-height: 2rem;
}
.archive-nextlink {
   clear: both;
   font-size: 1.2rem;
   background-color: #333;
   color: #fff;
   text-align: center;
   line-height: 2rem;
}
.archive-nextlink a {
   color: #fff;
}

/* Single site CSS
------------------------------------------------------------------- */

.single_estate-area-infomation {
   padding: 1rem 0 1rem;
   overflow: hidden;
}
.single_estate-area-infomation h1 {
   font-size: 1.4rem;
   margin-bottom: 10px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 2px solid #000;
   font-weight: normal;
   color: #000;
}
.single_estate-area-infomation h1::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #000;
	border-radius: 4px;
}
.single_estate-area-info p {
   line-height: 1.9rem;
}
ul.estate-imageslist li {
   margin-bottom: 1.3rem;
}
ul.estate-imageslist li p {
   line-height: 1.5rem;
}
ul.estate-imageslist li img {
   margin: 0 auto;
}
.single_estate-area-detail {
   clear: both;
   padding: 0 0 3rem;
}
ul.estate-imageslist02 li {
   float: left;
   width: 220px;
   margin: 5px 2px;
}
ul.estate-imageslist02 li img {
   margin: 0 auto;
}
.single_estate-area-detail h1 {
   font-size: 1.4rem;
   margin-bottom: 10px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 2px solid #000;
   font-weight: normal;
   color: #000;
}
.single_estate-area-detail h1::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #000;
	border-radius: 4px;
}
.single_estate-area-detail table {
   width: 100%;
   margin-bottom: 10px;
   border: 1px solid #000;
}
.single_estate-area-detail table td,
.single_estate-area-detail table th {
   padding: 10px;
   line-height: 1.4rem;
   border-bottom: 1px solid #000;
   vertical-align: middle;
   border: 1px solid #000;
}
.single_estate-area-detail table td p {
   line-height: 1.4rem;
   font-size: 0.8rem;
}
.single_estate-area-detail table th {
   width: 100px;
	background-color: #ccc;
}
.single_estate-area-detail table td {
   width: 285px;
}
/* single 非公開物件 header */
.single_estate-area-header02 {
   padding: 0 0 1.5rem;
}
.single_estate-area-header02 h1 {
   font-size: 1.4rem;
   margin-bottom: 10px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
   font-weight: bold;
   color: #3498db;
}
.single_estate-area-header02 h1::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}
.single_estate-area-header02 p {
   line-height: 1.7rem;
}

/* 会員ログイン可否 */
.member_login {
   width: 100%;
}
.member_login h2 {
   width: 100%;
   margin: 1.5rem 0;
   text-align: center;
   font-size: 1.2rem;
   color: #000;
}
.member_login ul.member_loginul {
   width: 590px;
   margin: 0 auto;
}
.member_login ul.member_loginul li {
   float: left;
   margin: 0 10px;
}


/* Single Menber Next CSS
------------------------------------------------------------------- */
.single_member_login_btn {
   clear: both;
   width: 100%;
   margin: 2rem auto;
   
}
.single_member_login_btn h2 {
   text-align: center;
   margin-bottom: 1rem;
}
.single_member_login_btn img {
   width: 270px;
   height: 70px;
   margin: 0 auto 1rem;
   text-align: center;
}

/* Single report CSS
------------------------------------------------------------------- */
.single-report {
}
header .single-report-list-header {
   margin-bottom: 1.2rem;
}
h1.single-report-list-title {
   font-size: 1.4rem;
   margin-bottom: 10px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #000;
   font-weight: normal;
   line-height: 1.7rem;
   color: #000;
}
h1.single-report-list-title::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #000;
	border-radius: 4px;
}
.single-report-list {
   clear: both;
   margin-bottom: 1.5rem;
   overflow: hidden;
}
.single-report-images {
   margin: 1.5rem 0;
   text-align: center;
}
.single-report-images img {
   max-width: 100%;
   height: auto;
}
.single-report-body {
   margin-bottom: 2rem;
}
.single-report-body p {
   line-height: 2rem;
}
.single-report-how {
   margin-bottom: 2rem;
}
.single-report-how table {
   width: 100%;
   border: 1px solid #ccc;
}
.single-report-how table td,
.single-report-how table th {
   padding: 1rem;
   line-height: 1.7rem;
   border: 1px solid #ccc;
   vertical-align: middle;
}
.single-report-how table th {
}
.single-report-map {
}
.single-report-map h2,
.single-report-how h2 {
   font-size: 1.2rem;
   line-height: 1.7rem;
   margin-bottom: 2rem;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #000;
}
.acf-map {
	width: 100%;
	height: 400px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/* Single open CSS
------------------------------------------------------------------- */
.single-open {
}
header .single-open-list-header {
   margin-bottom: 1.2rem;
}
h1.single-open-list-title {
   font-size: 1.4rem;
   margin-bottom: 10px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
   font-weight: normal;
   color: #3498db;
}
h1.single-open-list-title::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}
.single-open-list {
   clear: both;
   margin-bottom: 1.5rem;
   overflow: hidden;
}
.single-open-body {
   margin-bottom: 2rem;
}
.single-open-body p {
   line-height: 2rem;
}
.single-open-how {
   margin-bottom: 2rem;
}
.single-open-how table {
   width: 100%;
   border: 1px solid #ccc;
}
.single-open-how table td,
.single-open-how table th {
   padding: 1rem;
   line-height: 1.7rem;
   border: 1px solid #ccc;
   vertical-align: middle;
}
.single-open-how table th {
}
.single-open-map {
}
.single-open-map h2,
.single-open-how h2 {
   font-size: 1.2rem;
   line-height: 1.7rem;
   margin-bottom: 2rem;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #ccc;
}
.acf-map {
	width: 100%;
	height: 400px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}




h2.nairankai-title {
   padding: .8rem 0;
   font-size: 1.2rem;
   text-align: center;
   border: 1px solid #ccc;
}
.contact-form-area {
margin-top: 0px;
    display: table;
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}

.contact-form-row {
display: table-row;
}

.contact-form-name {
width: 25%;
    background: #f5f5f5;
    font-weight: bold;
}

.contact-form-body,
.contact-form-name {
vertical-align: top;
    padding: 24px;
    display: table-cell;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

/* single footer 新着物件情報 */
.single_new-estate-area {
   padding-top: 20px;
}
.single_new-estate-area h2 {
/*
   width: 1060px;
   height: 70px;
   margin-bottom: 1.6rem;
   background: url(../images/index_new-estate-title.png) no-repeat;
   text-indent: -99999px;
*/
   margin-bottom: 1.6rem;
  padding: .5em .75em;
  background-color: #000;
  border-bottom: 1px solid #ccc;
   color: #fff;
   font-size: 1.8rem;
   text-align: center;
}
.single_new-estate {

}
#single_new-estate li {
    width: 280px;
    text-align: center;
}
#single_new-estate li img {
    margin: 0 auto 7px;
}
#single_new-estate li a,
#single_new-estate li p {
   line-height: 1.3rem;
   text-decoration: none;
   color: #000;
}

/* Detail site CSS
------------------------------------------------------------------- */
h1.entry-title,
h1.detail-title {
   font-size: 1.4rem;
   margin-bottom: 10px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 2px solid #000;
   font-weight: normal;
   color: #000;
}
h1.entry-title::after,
h1.detail-title::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #000;
	border-radius: 4px;
}
h1.news_category-title {
   font-size: 2.2rem;
   margin-bottom: 10px;
   font-weight: normal;
   color: #3498db;
   font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
/* お店を貸したい方 */
.shop_rental {
}
.shop_rental h2 {
   margin-bottom: 1rem;
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #000;
   font-size: 1.6rem;
}
.shop_rental h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.shop_rental p {
   line-height: 1.75rem;
   margin-bottom: 1rem;
}

.shop_rental_contact-form {
   padding-top: 3rem;
}
.shop_rental_contact-form h2 {
	position: relative;
   margin-bottom: 1rem;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #000;
   font-size: 1.6rem;
}
.shop_rental_contact-form h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

/* お店を譲渡したい方 */
.shop_close {
}
.page_anaunce {
   width: 100%;
   height: 170px;
   margin: 3rem 0 12.5rem;
}

.shop_close h1 {
   font-size: 1.4rem;
   margin-bottom: 10px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 2px solid #000;
   font-weight: normal;
   color: #fff;
	background-color: #000;
}
.shop_close h1::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #fff;
	border-radius: 4px;
}
/* 買取・譲渡を迷っているオーナー */
.shop_kaitori_title {
   margin-bottom: 2.5rem;
   height: 115px;
   padding-left: 130px;
   background: url(../images/shop_close_title_bg.png) no-repeat left center;
}
.shop_kaitori_title h2 {
   margin: 1rem 0;
   font-size: 1.6rem;
   color: #000;
}
.shop_kaitori_title p {
   line-height:;
}
.shop_kaitori_cont01 {
   height: 150px;
   margin-bottom: 2rem;
   background: url(../images/shop_close_cont01_bg.png) no-repeat right center;
}
.shop_kaitori_cont01 h2 {
   margin: 1rem 0 .5rem;
   font-size: 2.5rem;
   color: #000;
}
.shop_kaitori_cont01 p {
   line-height:;
}
.shop_kaitori_cont02,
.shop_kaitori_cont03,
.shop_kaitori_cont04 {
   clear: both;
   margin-bottom: 2rem;
}
.shop_kaitori_cont04 h2,
.shop_kaitori_cont03 h2,
.shop_kaitori_cont02 h2 {
	position: relative;
   margin-bottom: 1rem;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #000;
   font-size: 1.6rem;
}
.shop_kaitori_cont04 h2::after,
.shop_kaitori_cont03 h2::after,
.shop_kaitori_cont02 h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.shop_kaitori_cont02 ul {
   margin: 1rem 0;
   display: flex;
}
.shop_kaitori_cont02 ul li {
   border: 1px solid #000;
}
.shop_kaitori_cont02 ul li h3 {
   background-color: #000;
   color: #fff;
   font-size: 1.1rem;
   line-height: 1.7rem;
   text-align: center;
}
.shop_kaitori_cont02 ul li p {
   margin: .5rem;
}
.shop_kaitori_cont03 h3 {
   margin: 1rem 0 .7rem;
   background-color: #000;
   color: #fff;
   font-size: 1.1rem;
   line-height: 1.7rem;
   text-align: center;
}
.shop_kaitori_cont03 h3 span {
   margin-right: .8rem;
   color: #ff0;
}
.shop_kaitori_cont04 p {
   margin-bottom: 1rem;
}
.shop_kaitori_space {
   width: 100%;
   height: 1rem;
   text-indent: -99999px;
}

/* 売却・譲渡を迷っているオーナー */
.shop_close_title {
   height: 115px;
   padding-left: 130px;
   background: url(../images/shop_close_title_bg.png) no-repeat left center;
}
.shop_close_title h2 {
   margin: 1rem 0;
   font-size: 1.6rem;
   color: #000;
}
.shop_close_title p {
   line-height:;
}
.shop_close_cont01 {
   height: 150px;
   margin-bottom: 2rem;
   background: url(../images/shop_close_cont01_bg.png) no-repeat right center;
}
.shop_close_cont01 h2 {
   margin: 1rem 0 .5rem;
   font-size: 2.5rem;
   color: #000;
}
.shop_close_cont01 p {
   line-height:;
}

.shop_close_cont02,
.shop_close_cont03 {
   margin-bottom: 2rem;
}
.shop_close_cont03 h2,
.shop_close_cont02 h2 {
	position: relative;
   margin-bottom: 1rem;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #000;
   font-size: 1.6rem;
}
.shop_close_cont03 h2::after,
.shop_close_cont02 h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.shop_close_space {
   width: 100%;
   height: 1rem;
   text-indent: -99999px;
}

.shop_close_contact-form {
   padding-top: 3rem;
}
.shop_close_contact-form h2 {
	position: relative;
   margin-bottom: 1rem;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #000;
   font-size: 1.6rem;
}
.shop_close_contact-form h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

/* 引継ぎ・委託先を探しているオーナー */
.shop_hikitsugi_title {
   height: 181px;
   margin-bottom: ;
   padding-left: 130px;
   background: url(../images/shop_close_title_bg.png) no-repeat left center;
}
.shop_hikitsugi_title h2 {
   margin: 1rem 0;
   font-size: 1.5rem;
   color: #000;
}
.shop_hikitsugi_title p {
   line-height:;
}
.shop_hikitsugi_cont01 {
   height: 150px;
   margin-bottom: 2rem;
   background: url(../images/shop_close_cont01_bg.png) no-repeat right center;
}
.shop_hikitsugi_cont01 h2 {
   margin: 1rem 0 .5rem;
   font-size: 2.5rem;
   color: #000;
}
.shop_hikitsugi_cont01 p {
   line-height:;
}
.shop_hikitsugi_cont03,
.shop_hikitsugi_cont02 {
   margin-bottom: 2rem;
}
.shop_hikitsugi_cont03 p,
.shop_hikitsugi_cont02 p {
   margin-bottom: 1rem;
}
.shop_hikitsugi_cont03 h2,
.shop_hikitsugi_cont02 h2 {
	position: relative;
   margin-bottom: 1rem;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #000;
   font-size: 1.6rem;
}
.shop_hikitsugi_cont03 h2::after,
.shop_hikitsugi_cont02 h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.shop_close_casearea {
   margin-bottom: 2rem;
}
.shop_close_casebody {
	position: relative;
   border: 2px solid #000;
   border-radius: 5px;
}
.shop_close_casebody h3 {
	position: absolute;
	left: 1rem;
	top: -15px;
}
.shop_close_casebody ul {
   padding: 2rem 1rem 0 0;
}
.shop_close_casebody ul li {
   margin-top: -1px;
   padding: 10px 5px 10px 20px;
   border-top:1px solid #CCC;
   background: url(../images/shop_close_caseyajirushi.png) no-repeat 0 18px;
}
.shop_close_casebody ul li:first-child {
   border-top:none;
}

/* お店を出したい方 */

#shop_open_charge,
#shop_open_service {
overflow-y:hidden;
}
.shop_open {
}
.shop_open h2 {
   margin: 1rem 0;
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #000;
   font-size: 1.6rem;
}
.shop_open h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.shop_open ul {
   list-style-type: none;
}
.shop_open ul li {
   padding-left: 40px;
   font-size: 1.4rem;
   line-height: 35px;
   background: url(../images/shop_close_li.png) no-repeat;
}
.shop_open_sub01 ol {
   list-style-type: none;
}
.shop_open_sub01 ol li {
   padding-left: 40px;
   font-size: 1.4rem;
   line-height: 35px;
   background: url(../images/shop_close_li.png) no-repeat;
}
.shop_open h3 {
   margin: 1rem 0;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}
.shop_open h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #000;
}
.shop_open h4 {
   margin-bottom: 1rem;
   width: 100%;
   padding: 10px;
   background-color: #eee;
   
}
.shop_open p {
   line-height: 1.75rem;
   margin-bottom: 1rem;
}
.shop_open p.borderred {
   padding: 10px;
   border: 1px solid #f00;
   color: #f00;
   text-align: center;
}
.shop_open dl {
   width: 600px;
   margin: 0 auto 20px;
   border: 1px solid #000;
}
.shop_open dl dt {
   padding-left: 60px;
   font-size: 1.5rem;
   line-height: 45px;
   color: #000;
}
.shop_open dl dd {
	padding: 1.2rem;
}
.shop_open dl.step01 dt {
   background: url(../images/shop_open_step01_bg.png) no-repeat left center;
}
.shop_open dl.step02 dt {
   background: url(../images/shop_open_step02_bg.png) no-repeat left center;
}
.shop_open dl.step03 dt {
   background: url(../images/shop_open_step03_bg.png) no-repeat left center;
}
.shop_open dl.step04 dt {
   background: url(../images/shop_open_step04_bg.png) no-repeat left center;
}
.shop_open dl.step05 dt {
   background: url(../images/shop_open_step05_bg.png) no-repeat left center;
}
.shop_open dl.step06 dt {
   background: url(../images/shop_open_step06_bg.png) no-repeat left center;
}
.shop_open dl.step07 dt {
   background: url(../images/shop_open_step07_bg.png) no-repeat left center;
}
.shop_open dl.step08 dt {
   background: url(../images/shop_open_step08_bg.png) no-repeat left center;
}
.shop_open dl.step09 dt {
   background: url(../images/shop_open_step09_bg.png) no-repeat left center;
}
.shop_open dl.step10 dt {
   background: url(../images/shop_open_step10_bg.png) no-repeat left center;
}
.shop_open p.p-right {
   text-align: right;
}
.p-red,
.shop_open p.p-red {
   color: #f00;
   font-weight: bold;
}
.shop_open p.p-opensub {
   width: 600px;
   margin: 0 auto 20px;
   line-height: 1.8rem;
   background-color: #333;
   color: #fff;
   text-align: center;
}
.shop_open table {
   margin: 0 auto;
   border: 1px solid #ddd;
}
.shop_open table td,
.shop_open table th {
   width: 280px;
   padding: 15px 20px;
   font-weight: normal;
   vertical-align: middle;
   border: 1px solid #ddd;
}
.shop_open table th {
   background-color: #eee;
}
.shop_open table td {
}

.shop_open_sub01 {
}
.shop_open_sub01 ol {
}
.shop_open_sub01 ol li {
   margin: 0 0 0 0;
}

.shop_open_contact-form {
   padding-top: 3rem;
}
.shop_open_contact-form h2 {
	position: relative;
   margin-bottom: 1rem;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #000;
   font-size: 1.6rem;
}
.shop_open_contact-form h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}


/* Detail Company site CSS
------------------------------------------------------------------- */
.company {
}
.company h2 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #000;
}
.company h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.company h3 {
	position: relative;
	padding-bottom: .0em;
	border-bottom: 4px solid #000;
}
.company h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #000;
}
.company_owner_info img {
   float: left;
   margin-right: 1.2rem;
}
.company_owner_info p.p-right {
   text-align: right;
}
.company ol {
}
.company ol li {
   margin-bottom: 1.4rem;
}
.company table {
}
.company table td,
.company table th {
   padding: 10px 20px;
   border-bottom: 1px solid #ccc;
   font-weight: normal;
   vertical-align: middle;
}
.company table th {
   width: 20%;
}

/* temporary_registration site CSS : 無料仮会員登録
------------------------------------------------------------------- */
.temporary_registration {
}
.temporary_registration-form {
}
.temporary_registration-form h2 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
}
.temporary_registration-form h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.temporary_registration-form h3 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}
.temporary_registration-form h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}
.temporary_registration-form table {
}
.temporary_registration-form table td,
.temporary_registration-form table th {
   padding: 10px;
   border-bottom: 1px solid #C7B299;
   line-height: 1.3rem;
   font-weight: normal;
   vertical-align: middle;
}
.temporary_registration-form table th {
   width: 180px;
}
.temporary_registration-form table th.trf-hissu {
   background: url(../images/estate_contact-form_hissu.png) no-repeat center right;
}
.temporary_registration-form table tr:last-child th{ border-bottom:none; }
.temporary_registration-form table tr:last-child td{ border-bottom:none; }
.temporary_registration-form input { margin:5px 0; }
.temporary_registration-form textarea { margin:10px 0; }
span.trf-chack { font-size: 80%; margin: 10px 0 20px 25px; }

/* Detail Line CSS : LINE＠で札幌の旬な物件情報をゲットしよう♪
------------------------------------------------------------------- */
.detail-line_announce { width: 100%; padding: 2rem 0; }
.detail-line_announce img { width: 100%; }

.detail-line_riyu { margin-bottom: 2rem; }
.detail-line_riyu h3 { margin: 1.5rem 0; padding: .8rem .8rem; font-size: 1.4rem; text-align: center; border: 2px dotted #f7931e; border-radius: .3rem; }
.detail-line_riyu h3 span { font-size: 2rem; font-weight: bold; color: #f7931e; }
.detail-line-row { margin: 0; padding: 1rem 0; display: -webkit-flex; display: flex; justify-content: space-between; }
.detail-line_box_title01, .detail-line_box_title02, .detail-line_box_title03 { width: 649px; }
.detail-line_box_title01, .detail-line_box_title02, .detail-line_box_title03 { font-size: 1.8rem; }
.detail-line_box_title01 span, .detail-line_box_title02 span, .detail-line_box_title03 span { font-size: 2rem; color: #00b900; }

.detail-line_box_title01 { padding: 0 10px 0 135px; background: url(../images/line-point01.png) no-repeat; }
.detail-line_box_title02 { padding: 0 10px 0 135px; background: url(../images/line-point02.png) no-repeat; }
.detail-line_box_title03 { padding: 0 10px 0 135px; background: url(../images/line-point03.png) no-repeat; }
.detail-line_box { width: 135px; height: 135px; }

.detail-lin_box_linelogo { width: 170px; }
.detail-lin_box_title04 { font-size: 2.3rem; }
.detail-lin_box_title04 span { font-size: 2.8rem; color: #00b900; }

.detail-lin_box_lineinfo { padding-right: 1rem; }
.detail-lin_box_lineinfo h4.line_sonomama { font-size: 2rem; }
.detail-lin_box_lineinfo p.lineid { font-size: 1.2rem; }
.detail-lin_box_lineinfo p.lineid span { margin-left: 1.2rem; font-size: 2rem; font-weight: bold; }
.detail-lin_box_lineinfo p { margin-bottom: 1rem; font-size: 1.2rem; }
.detail-lin_box_lineqr { width: 200px; }
.detail-lin_box_lineqr img { width: 100%; }



/* ThermMyLogin register-form CSS
------------------------------------------------------------------- */
.entry-content h2.register_title {
	position: relative;
	padding: .25em 0 .5em .75em;
	font-size: 1.571428571rem;
	border-left: 6px solid #3498db;
}
.entry-content h2.register_title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
#user_service_info01 {
    display:none;
    margin: 25px 0;
    padding:0 25px 25px;
    background:#eee;
    width: 100%;
	box-sizing: border-box;
}
#user_service_info02 {
    display:none;
    margin: 25px 0;
    padding:0 25px 25px;
    background:#eee;
    width: 100%;
	box-sizing: border-box;
}
#user_service_info02 h3,
#user_service_info01 h3 {
}
#user_service_info02 table,
#user_service_info01 table {
}
#user_service_info02 table th,
#user_service_info01 table th,
#user_service_info02 table td,
#user_service_info01 table td {
   font-weight: normal;
}
#user_service_info02 table th,
#user_service_info01 table th {
   vertical-align: middle;
}

table.registerform_table {
   border-top: 1px solid #C7B299;
   border-bottom: 1px solid #C7B299;
}
table.registerform_table td,
table.registerform_table th {
   font-weight: normal;
   border-bottom: 1px solid #C7B299;
}
table.registerform_table th {
   width: 30%;
   vertical-align: middle;
}
table.registerform_table th.hissu {
   background: url(../images/estate_contact-form_hissu.png) no-repeat center right;
}
table.registerform_table td {
   padding: 1rem 0 1rem 1rem;
}

/* セミナースポットフォーム css
------------------------------------------------------------------- */
.spot-form {
   margin: 1.5rem 0 1rem;
}
.spot-form h2 {
   margin-bottom: 1rem;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
}
.spot-form h2::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}
.spot-form table {
   width: 100%;
   border: 1px solid #ccc;
}
.spot-form table td,
.spot-form table th {
   font-weight: normal;
   padding: 0.4rem;
   vertical-align: middle;
   border: 1px solid #ccc;
}

/* フランチャイズページ css
------------------------------------------------------------------- */
.franchise {
}
.franchise h1 {
   margin-bottom: 2rem;
   padding: 1rem;
   font-size: 2rem;
   text-align: center;
   color: #fff;
   background-color: #000;
}
.franchise h1 span {
   font-size: 1rem;

}
.franchise-osusume {
   margin-bottom: 2rem;
   padding: 0 0 0 1rem;
   border: 2px solid #000;
   position: relative;
}
.franchise-osusume h2 {
   padding: 0 1rem;
   position: absolute;
   left: 1rem;
   top: -15px;
   background-color: #000;
   color: #fff;
   border-radius: 5px;
}
.franchise-osusume ul {
   padding: 2rem 1rem 0 0;
}
.franchise-osusume ul li {
   list-style-type: disc;
}
.franchise_cont01 {
   margin-bottom: 2rem;
}
.franchise_cont01-title {
   margin-bottom: 2rem;
   position: relative;
}
.franchise_cont01-title h2 {
   font-size: 2.2rem;
   text-align: center;
   line-height: 2.7rem;
   color: #000;
}
.franchise_cont01-title h2 span {
   font-size: 1rem;
}
.franchise_cont01-title_rightline,
.franchise_cont01-title_leftline {
   width: 2rem;
   height: .4rem;
   background-color: #000;
}
.franchise_cont01-title_leftline {
   position: absolute;
   left: 0;
   top: 50%;
}
.franchise_cont01-title_rightline {
   position: absolute;
   right: 0;
   top: 50%;
}
.franchise_imgcenter {
   width: 100%;
   text-align: center;
}
.franchise_cont01_yajirushi {
   padding: 1.1rem 0 1.1rem 7rem;
   line-height: 4.125rem;
   background: url(../images/franchise_cont1_yajirushi.png) no-repeat 2rem center;
}
.franchise_cont01 h3 {
   font-size: 1.5rem;
}
.franchise_cont01 h3 span {
   font-size: 2.6rem;
   color: #f00;
}
.franchise_cont02 {
   margin-bottom: 2rem;
}
.franchise_cont02 h2 {
   margin-bottom: 1rem;
   padding-bottom: .5em;
   border-bottom: 1px solid #ccc;
   font-size: 1.5em;
}
.franchise_cont02 h2:first-letter {
   margin-right: .1em;
   font-size: 1.5em;
}
.franchise_cont03 {
   margin-bottom: 2rem;
   padding: 2rem 1rem 1rem;
   border: 2px solid #000;
   position: relative;
}
.franchise_cont03 h2 {
   padding: 0 1rem;
   position: absolute;
   left: 1rem;
   top: -15px;
   background-color: #000;
   color: #fff;
   border-radius: 5px;
}



/*
.wpcf7-form-control-wrap {
  display: block;
}
span.wpcf7-list-item {
  margin: 0 30px 0 0;
  position: relative;
}
.wpcf7-list-item-label {
  cursor: pointer;
  font-size: 16px;
}
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.wpcf7-list-item-label::before {
  border: 1px solid #333;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 15px;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  background: url(アイコン画像のURL) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  left: 1px;
  position: absolute;
  top: 10px;
  width: 15px;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #b30a03;
}

*/