@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠

=============================================================================== */
.r2Header-hide,
.r2SubHeader .r2SubHeader_wrapper-hide {
	display: none;
}
/* ==

　02. モジュール

=============================================================================== */
/* 見出し
------------------------------------------------------------------------------- */
.kHeading01 {
	position: relative;
	height: 260px;
	margin: 0;
	padding: 0 20px;
}
.kHeading01_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.kHeading01_bg img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.kHeading01_in {
	position: relative;
	height: 100%;
	max-width: 1024px;
	margin: 0 auto;
	color: #fff;
}
.kHeading01_front {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	text-align: center;
}
.kHeading01_wrap {
	width: 100%;
}
.kHeading01_tit {
	line-height: 1.25;
	font-size: 334%;
	font-weight: 400;
}
.kHeading01_txt {
	line-height: 1.25;
	margin: 19px 0 0;
	font-size: 159%;
	font-weight: 400;
	letter-spacing: 0.15em;
}
/* 現在地から拠点を探す
------------------------------------------------------------------------------- */
.kBnr01 {
	padding: 80px 0;
	background-color: #fff;
}
.kBnr01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.kBnr01_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 140px;
	line-height: 1.5;
	padding: 0 50px 0 90px;
	font-size: 200%;
	font-weight: 400;
	text-decoration: none;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.kBnr01_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/bnr_bg01.jpg) center center no-repeat;
	background-size: cover;
	transition: all .3s;
}
.d_hover .kBnr01_item:hover::before {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.kBnr01_item::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 40px;
	width: 42px;
	height: 42px;
	margin: -22px 0 0;
	background: url(../images/kyoten_ico01.png) center center no-repeat;
	background-size: 42px 42px;
}
.kBnr01_item span {
	display: inline-block;
	position: relative;
	padding: 0 48px 0 0;
}
.kBnr01_item span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 31px;
	height: 17px;
	margin: -8px 0 0;
	background: url(/common/images/rn03/arw_ico02.png) right top no-repeat;
	transition: all 0.2s;
	background-size: 51px 17px;
}
.d_hover .kBnr01_item:hover span::after {
	margin-right: -20px;
	width: 51px;
}
/* 都道府県を選択
------------------------------------------------------------------------------- */
.kBlock01 {
	padding: 0 0 60px;
	background-color: #fff;
}
.kBlock01_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	max-width: 1240px;
	margin: 0 auto;
}
.kBlock01_head {
	width: 213px;
}
.kBlock01_tit {
	position: relative;
	line-height: 1.083;
	padding: 7px 0 8px 15px;
	font-size: 200%;
	font-weight: 500;
}
.kBlock01_tit::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #fa0046;
}
.kBlock01_body {
	width: -webkit-calc(100% - 213px);
	width: calc(100% - 213px);
}
.kBlock01_form {
	display: inline-block;
	position: relative;
}
.kBlock01_form::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 22px;
	width: 9px;
	height: 9px;
	margin: -8px 0 0;
	border-right: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.kBlock01_pref {
	-webkit-appearance: none;
	width: 240px;
	height: 60px;
	line-height: 60px;
	padding: 0 40px 0 30px;
	border: none;
	border-radius: 0;
	background-color: #dce1e4;
	font-family: inherit;
	font-size: 142%;
	font-weight: 500;
	cursor: pointer;
	box-sizing: border-box;
}
.kBlock01_pref::-ms-expand {
	display: none;
}
.kBlock01_pref option {
	background-color: #fff;
	color: #1e1e1e;
}
/* カテゴリを選択
------------------------------------------------------------------------------- */
.kBlock02 {
	padding: 0;
	background-color: #fff;
}
.kBlock02_in {
	max-width: 1240px;
	margin: 0 auto;
}
.kBlock02_head {
	position: relative;
	margin: 0 0 18px;
}
.kBlock02_tit {
	position: relative;
	line-height: 1.083;
	padding: 7px 0 8px 15px;
	font-size: 200%;
	font-weight: 500;
}
.kBlock02_tit::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #fa0046;
}
.kBlock02_fs {
	font-size: 67%;
}
.kBlock02_reset {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	line-height: 33px;
	border: 1px solid #b2b9be;
	color: #6e6e6e;
	font-size: 125%;
	font-weight: 400;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	transition: border .4s, background .4s, color .4s;
}
.d_hover .kBlock02_reset:hover {
	border-color: #1e1e1e;
	background-color: #1e1e1e;
	color: #fff;
}
.kBlock02_body {
	background-color: #f1f4f6;
}
.kBlock02_block {
	padding: 20px 30px 30px;
	box-sizing: border-box;
}
.kBlock02_block-w {
	border-top: 1px solid #fff;
}
.kBlock02_stit {
	line-height: 1.5;
	margin: 0 0 10px;
	font-size: 150%;
	font-weight: 500;
}
.kBlock02_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
	font-size: 150%;
}
@media only screen and (max-width: 1240px) {
	.kBlock02_block {
		padding: 18px 25px 25px;
	}
	.kBlock02_list {
		font-size: 134%;
	}
}
@media only screen and (max-width: 1140px) {
	.kBlock02_block {
		padding: 15px 20px 20px;
	}
	.kBlock02_list {
		font-size: 117%;
	}
}
.kBlock02_item {
	display: table;
	width: 100%;
	line-height: 1.461;
	margin: 0 5px;
	background-color: #fff;
	cursor: pointer;
	table-layout: fixed;
	transition: background .4s, color .4s;
}
.kBlock02_item-active {
	background-color: #000;
	color: #fff;
}
.kBlock02_list-t1 .kBlock02_item {
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);
}
.kBlock02_list-t2 .kBlock02_item {
	width: -webkit-calc(20% - 10px);
	width: calc(20% - 10px);
}
.kBlock02_item div {
	display: table-cell;
	padding: 23px 10px 23px;
	vertical-align: middle;
	text-align: center;
}
.kBlock02_item span {
	display: block;
	margin: 6px 0 0;
	color: #969696;
	font-size: 72%;
	transition: color .4s;
}
.kBlock02_item-active span {
	color: #ccc;
}
/* その他カテゴリ導線
------------------------------------------------------------------------------- */
.kBlock03-modal {
	padding: 30px 20px 0;
	background-color: #fff;
}
.kBlock03_in {
	max-width: 1240px;
	margin: 0 auto;
}
.kBlock03_tit {
	position: relative;
	line-height: 1.083;
	margin: 30px 0 17px;
	padding: 2px 0 5px 15px;
	font-size: 150%;
	font-weight: 500;
}
.kBlock03_tit:first-child {
	margin-top: 0;
}
.kBlock03_tit::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #fa0046;
}
.kBlock03_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.5;
	margin: -20px -5px 0;
	font-size: 134%;
	font-weight: 400;
}
.kBlock03_list-w {
	width: -webkit-calc(75% - 10px);
	width: calc(75% - 10px);
}
.kBlock03_list-n {
	width: -webkit-calc(25% - 10px);
	width: calc(25% - 10px);
}
.kBlock03_item {
	margin: 20px 5px 0;
}
.kBlock03_list-w .kBlock03_item {
	width: -webkit-calc(33.333% - 10px);
	width: calc(33.333% - 10px);
}
.kBlock03_list-n .kBlock03_item {
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);
}
.kBlock03_item a {
	display: inline-block;
	position: relative;
	padding: 0 48px 0 0;
	color: #1e1e1e;
	text-decoration: none;
}
.kBlock03_item a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 12px;
	margin: -6px 0 0;
	background: url(/common/images/rn03/arw_ico03.png) right top no-repeat;
	transition: all 0.2s;
	background-size: 39px 12px;
}
.d_hover .kBlock03_item a:hover::after {
	margin-right: -20px;
	width: 39px;
}
.kBlock03_ico {
	display: block;
}
.kBlock03_item a .kBlock03_ico::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1e1e1e;
	transition: width .2s;
}
.d_hover .kBlock03_item a:hover .kBlock03_ico::before {
	width: 100%;
}
.kBlock03_item a[target=_blank] .kBlock03_ico::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 10px;
	margin: 0 0 0 5px;
	background: url(/common/images/rn03/svg/blank_ico01.svg) left top no-repeat;
	background-size: 15px 10px;
	vertical-align: 0.1em;
}
.kBlock03_ico span {
	font-size: 87%;
}
.kBlock03_bnr {
	margin: 30px 0 0;
}
.kBlock03_bnr-modal {
	letter-spacing: -0.5em;
}
.kBlock03_bnr li {
	margin: 10px 0 0;
}
.kBlock03_bnr-modal li {
	display: inline-block;
	margin: 0 20px 0 0;
	letter-spacing: normal;
}
.kBlock03_bnr li:first-child {
	margin-top: 0;
}
@media only screen and (max-width: 1240px) {
	.kBlock03_list {
		font-size: 125%;
	}
	.kBlock03_item a[target=_blank] .kBlock03_ico::after {
		vertical-align: 0;
	}
}
@media only screen and (max-width: 1140px) {
	.kBlock03_list {
		font-size: 109%;
	}
}
/* 検索する
------------------------------------------------------------------------------- */
.kSubmit01 {
	padding: 66px 20px 100px;
	background-color: #fff;
}
.kSubmit01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.kSubmit01_btn {
	text-align: center;
}
.kSubmit01_btn span {
	display: inline-block;
	position: relative;
	width: 360px;
	line-height: 78px;
	border: 1px solid #6e6e6e;
	font-size: 150%;
	font-weight: 500;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	transition: border .4s, background .4s, color .4s;
}
.d_hover .kSubmit01_btn span:hover {
	border-color: #1e1e1e;
	background-color: #1e1e1e;
	color: #fff;
}
.kSubmit01_btn span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 19px;
	width: 24px;
	height: 24px;
	margin: -12px 0 0;
	background: url(../images/btn_ico01.png) center center no-repeat;
	background-size: 24px 24px;
}
.d_hover .kSubmit01_btn span:hover::before {
	background-image: url(../images/btn_ico02.png)
}
/* 検索結果
------------------------------------------------------------------------------- */
.kResult01 {
	padding: 65px 20px 65px;
	background-color: #f1f4f6;
}
.kResult01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.kResult01_in-loaded {
	margin-bottom: 55px;
}
.kResult01_loader {
	position: relative;
	height: 300px;
}
.kResult01_loader::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(../images/svg/loader.svg) center center no-repeat;
	background-size: 100px 100px;
}
.kResult01_empty {
	line-height: 1;
	margin: 68px 0 126px;
	font-size: 217%;
	font-weight: 500;
	text-align: center;
}
.kResult01_tit {
	line-height: 1.357;
	font-size: 234%;
	font-weight: 400;
}
.kResult01_tit::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	background: url(../images/kyoten_ico01.png) center center no-repeat;
	background-size: 30px 30px;
	vertical-align: -0.15em;
}
.kResult01_tag {
	line-height: 1.846;
	margin: 28px 0 0;
	font-size: 109%;
	font-weight: 500;
	letter-spacing: -0.5em;
}
.kResult01_tag li {
	display: inline;
	letter-spacing: normal;
}
.kResult01_tag li::after {
	content: "／";
	display: inline;
	margin: 0 2px;
}
.kResult01_tag li:last-child::after {
	content: none;
}
.kResult01_link {
	line-height: 1.529;
	margin: 0;
	font-size: 142%;
	font-weight: 500;
	text-align: center;
}
.kResult01_link a {
	display: inline-block;
	position: relative;
	padding: 0 80px 0 0;
	color: #1e1e1e;
	text-decoration: none;
}
.kResult01_link a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 12px;
	margin: -5px 0 0;
	background: url(/common/images/rn03/arw_ico03.png) right top no-repeat;
	transition: all 0.2s;
	background-size: 39px 12px;
}
.d_hover .kResult01_link a:hover::after {
	margin-right: -20px;
	width: 39px;
}
.kResult01_bnr {
	display: block;
	line-height: 100px;
	margin: 40px 0 30px;
	background: url(../images/bnr_bg02.png) center center no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 200%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.kResult01_bnr span {
	display: inline-block;
	position: relative;
	padding: 0 50px 0 0;
}
.kResult01_bnr span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 31px;
	height: 17px;
	margin: -8px 0 0;
	background: url(/common/images/rn03/arw_ico06.png) right top no-repeat;
	transition: all 0.2s;
	background-size: 51px 17px;
}
.d_hover .kResult01_bnr:hover span::after {
	margin-right: -20px;
	width: 51px;
}
.kResult01_filters {
	line-height: 20px;
	margin: 55px 0 15px;
	font-size: 125%;
	font-weight: 500;
	text-align: right;
	letter-spacing: -0.5em;
}
.kResult01_filter {
	display: inline-block;
	position: relative;
	width: 135px;
	text-align: center;
	letter-spacing: normal;
	cursor: pointer;
}
.kResult01_filter-active {
	cursor: default;
}
.kResult01_filter::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #b2b9be;
}
.kResult01_filter:last-child::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #b2b9be;
}
.kResult01_filter span {
	display: inline-block;
	position: relative;
}
.kResult01_filter span::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #1e1e1e;
	transition: width .2s;
}
.d_hover .kResult01_filter:hover span::before,
.kResult01_filter-active span::before {
	width: 100%;
}
.kResult02 {
	position: relative;
}
.kResult02-expand {
	display: none !important;
}
.kResult02-more {
	padding: 0 0 80px;
}
.kResult02-more::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 360px;
	background: rgb(241,244,246);
	background: linear-gradient(180deg, rgba(241,244,246,0) 0%, rgba(241,244,246,1) 50%);
	z-index: 10;
}
.kResult02_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 142%;
	font-weight: 500;
	text-align: center;
	z-index: 10;
}
.kResult02_btn span {
	display: inline-block;
	position: relative;
	width: 280px;
	line-height: 58px;
	border: 1px solid #1e1e1e;
	background-color: #f1f4f6;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	transition: border .4s, background .4s, color .4s;
}
.kResult02_btn span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 19px; 
	width: 17px;
	height: 1px;
	background-color: #1e1e1e;
	transition: background .4s;
}
.kResult02_btn span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 27px; 
	width: 1px;
	height: 17px;
	margin: -8px 0 0;
	background-color: #1e1e1e;
	transition: background .4s;
}
.d_hover .kResult02_btn span:hover {
	border-color: #1e1e1e;
	background-color: #1e1e1e;
	color: #fff;
}
.d_hover .kResult02_btn span:hover::before {
	background-color: #fff;
}
.d_hover .kResult02_btn span:hover::after {
	background-color: #fff;
}
.kResult02_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: start;
	align-items: start;
	margin: 0 -19px 0;
}
.kResult02_item {
	position: relative;
	width: -webkit-calc(33.333% - 38px);
	width: calc(33.333% - 38px);
	margin: 40px 19px 0;
	background-color: #fff;
}
@media only screen and (max-width: 1240px) {
	.kResult01_filters {
		margin: 55px 0 30px;
	}
	.kResult02_list {
		margin: 0 -8px 0;
	}
	.kResult02_item {
		position: relative;
		width: -webkit-calc(33.333% - 16px);
		width: calc(33.333% - 16px);
		margin: 20px 8px 0;
	}
}
.kResult02_wrap-link {
	cursor: pointer;
}
.kResult02_img {
	display: block;
	position: relative;
	padding: 61.85% 0 0;
}
.kResult02_img span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background-color: #eee;
	text-align: center;
}
.kResult02_img img {
	max-width: 100%;
	height: auto;
	width: auto;
	max-height: 100%;
	flex-shrink: 0;
}
.kResult02_ico {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 41px;
	padding: 0 25px;
	background-color: #1e1e1e;
	color: #fff;
	font-size: 142%;
	font-weight: 500;
}
.kResult02_ico-kyoten {
	background-color: #cc6410;
}
.kResult02_ico-taiken {
	background-color: #a79615;
}
.kResult02_ico-tenji {
	background-color: #4c1b7e;
}
.kResult02_ico-bunjo {
	background-color: #a71a26;
}
.kResult02_ico-mansion {
	background-color: #24719f;
}
.kResult02_ico-shinrin {
	background-color: #3c7627;
}
.kResult02_info {
	min-height: 180px;
	padding: 28px 35px 28px;
	box-sizing: border-box;
}
.kResult02_info-short {
	position: relative;
	height: 180px;
	overflow: hidden;
}
.kResult02_more {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 48px;
	padding: 32px 0 0;
	font-size: 100%;
	text-align: center;
	cursor: pointer;
}
.kResult02_more-open {
    position: relative;
    margin: -28px 0 0;
    padding: 0;
    overflow: hidden;
}
.kResult02_more::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: rgb(241,244,246);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	z-index: 8;
}
.kResult02_more span {
	display: inline-block;
	position: relative;
	padding: 0 15px 0 0;
	z-index: 9;
}
.kResult02_more span::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 7px;
	margin: -6px 0 0;
	border-right: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.15s ease-in-out;
}
.kResult02_more-open span::after {
	margin: -1px 0 0;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.kResult02_sub {
	line-height: 1.65;
	margin: 0 0 2px;
	font-size: 134%;
	font-weight: 500;
}
.kResult02_tit {
	line-height: 1.65;
	margin: 0 0 15px;
	font-size: 167%;
	font-weight: 500;
}
.kResult02_tit:last-child {
	margin-bottom: 0;
}
.kResult02_tit a {
	display: inline-block;
	padding: 0 48px 0 0;
	position: relative;
	color: #1e1e1e;
	text-decoration: none;
}
.kResult02_tit a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 12px;
	margin: -5px 0 0;
	background: url(/common/images/rn03/arw_ico03.png) right top no-repeat;
	transition: all 0.2s;
	background-size: 39px 12px;
}
.d_hover .kResult02_wrap-hover .kResult02_tit a::after {
	margin-right: -20px;
	width: 39px;
}
.kResult02_tit span {
	display: block;
}
.kResult02_tit a span::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1e1e1e;
	transition: width .2s;
}
.d_hover .kResult02_wrap-hover .kResult02_tit a span::before {
	width: 100%;
}
.kResult02_tit a[target=_blank] span::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 10px;
	margin: 0 0 0 10px;
	background: url(/common/images/rn03/svg/blank_ico01.svg) left top no-repeat;
	background-size: 15px 10px;
	vertical-align: 0.15em;
}
.kResult02_txt {
	line-height: 1.5;
	color: #969696;
	font-size: 134%;
	font-weight: 400;
}
.kResult02_data {
	margin: 14px 0 0;
	-webkit-text-size-adjust: none;
}
.kResult02_data th,
.kResult02_data td {
	line-height: 1.714;
	color: #969696;
	font-size: 117%;
	font-weight: 400;
}
.kResult02_w1 {
	width: 5.5em;
}
.kResult02_w2 {
	width: 9.5em;
}
.kResult02_w3 {
	width: 9.5em;
}
.kResult02_map {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 87%;
	vertical-align: 0.1em;
}
.kResult02_map::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 13px;
	margin: 0 4px 0 0;
	background: url(../images/kyoten_ico02.png) center center no-repeat;
	background-size: 9px 13px;
	vertical-align: -0.15em;
}
.kResult02_label {
	font-size: 100%
	letter-spacing: -0.5em;
}
.kResult02_label li {
	display: inline;
	letter-spacing: normal;
}
.kResult02_label li:after {
	content: "|";
	display: inline-block;
	margin: 0 5px;
	vertical-align: 0.1em;
}
.kResult02_label li:last-child:after {
	content: none;
}
.kResult02_jigyo {
	color: #969696;
	margin: -5px 0 0 -5px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.5em;
}
.kResult02_jigyo li {
	display: inline-block;
	margin: 5px 0 0 5px;
	padding: 1px 4px 3px;
	border: 1px solid #D6D6D6;
	letter-spacing: normal;
	vertical-align: top;
}
/* 地図から探す
------------------------------------------------------------------------------- */
.mContainer {
	display: none !important;
	position: fixed;
	top: 0;
	right: 100%;
	bottom: 0;
	left: 0;
	height: 100%;
	background-color: #f1f4f6;
	overflow: hidden;
	z-index: 10;
}
.mContainer-show {
	display: block !important;
	animation: mContainerShow 0.4s ease-out both;
}
.mContainer-hide {
	display: block !important;
	animation: mContainerHide 0.15s ease-in both;
}
@keyframes mContainerShow {
	0% {
		right: 100%;
		opacity: 0;
	}
	100% {
		right: 0;
		opacity: 1;
	}
}
@keyframes mContainerHide {
	0% {
		right: 0;
		opacity: 1;
	}
	100% {
		right: 100%;
		opacity: 0;
	}
}
.mBar01 {
	position: relative;
	min-width: 950px;
	padding: 0 80px 0 40px;
	background-color: #f1f4f6;
	box-sizing: border-box;
}
.mBar01_close {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 29px;
	height: 29px;
	margin: -15px 0 0;
	background: url(../images/close_ico01.png) center center no-repeat;
	background-size: 29px 29px;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
}
.mBar01_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 80px;
	padding: 0 0 2px;
	box-sizing: border-box;
}
.mBar01_head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: -webkit-calc(100% - 170px);
	width: calc(100% - 170px);
}
.mBar01_tit {
	width: 155px;
	line-height: 1;
	font-size: 209%;
	font-weight: 500;
}
.mBar01_help {
	position: relative;
	line-height: 1.428;
	margin: 0 0 0 76px;
	padding: 0 48px 0 0;
	font-size: 117%;
	font-weight: 400;
	cursor: pointer;
}
.mBar01_help::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -26px;
	width: 20px;
	height: 20px;
	margin: -10px 0 0;
	background: url(../images/kyoten_ico01.png) center center no-repeat;
	background-size: 20px 20px;
}
.mBar01_help span::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1e1e1e;
	transition: width .2s;
}
.d_hover .mBar01_help:hover span::before {
	width: 100%;
}
.mBar01_help span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 12px;
	margin: -5px 0 0;
	background: url(/common/images/rn03/arw_ico03.png) right top no-repeat;
	transition: all 0.2s;
	background-size: 39px 12px;
}
.d_hover .mBar01_help:hover span::after {
	margin-right: -20px;
	width: 39px;
}
.mBar01_guide {
	position: relative;
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	letter-spacing: -0.03em;
	transition: opacity 13s 14s;
	opacity: 0;
}
.mContainer-show .mBar01_guide {
	animation: mGuideShow .01s .4s ease-in both;
}
@keyframes mGuideShow {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.mBar01_markers {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	line-height: 1.1;
	font-size: 100%;
	font-weight: 400;
	letter-spacing: -0.03em;
	-webkit-text-size-adjust: none;
}
.mBar01_item {
	margin: 3px 11px 0 0;
}
.mBar01_item::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 20px;
	margin: 0 3px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px 20px;
	vertical-align: -0.6em;
}
.mBar01_item-o1::before {
	background-image: url(../images/office_marker01_pc.png);
}
.mBar01_item-o2::before {
	background-image: url(../images/office_marker02_pc.png);
}
.mBar01_item-o3::before {
	background-image: url(../images/office_marker03_pc.png);
}
.mBar01_item-t1::before {
	background-image: url(../images/taiken_marker01_pc.png);
}
.mBar01_item-t2::before {
	background-image: url(../images/taiken_marker02_pc.png);
}
.mBar01_item-t3::before {
	background-image: url(../images/taiken_marker03_pc.png);
}
.mBar01_item-t4::before {
	background-image: url(../images/taiken_marker04_pc.png);
}
.mBar01_item-j1::before {
	background-image: url(../images/tenji_marker01_pc.png);
}
.mBar01_item-j2::before {
	background-image: url(../images/tenji_marker02_pc.png);
}
.mBar01_item-j3::before {
	background-image: url(../images/tenji_marker03_pc.png);
}
.mBar01_item-b1::before {
	background-image: url(../images/bunjo_marker01_pc.png);
}
.mBar01_item-b2::before {
	background-image: url(../images/bunjo_marker02_pc.png);
}
.mBar01_item-m1::before {
	background-image: url(../images/mansion_marker01_pc.png);
}
.mBar01_item-s1::before {
	background-image: url(../images/shinrin_marker01_pc.png);
}
.mBar01_body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 170px;
}
.mBar01_btn {
	display: block;
	position: relative;
	width: 100%;
	line-height: 40px;
	padding: 0 0 0 15px;
	background-color: #fff;
	font-size: 125%;
	font-weight: 500;
	box-sizing: border-box;
	cursor: pointer;
	transition: border .4s, background .4s, color .4s;
}
.mBar01_btn span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 19px;
	width: 13px;
	height: 1px;
	background-color: #1e1e1e;
	transition: background .4s;
}
.mBar01_btn span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 1px;
	height: 13px;
	margin: -6px 0 0;
	background-color: #1e1e1e;
	transition: background .4s;
}
.d_hover .mBar01_btn:hover {
	border-color: #1e1e1e;
	background-color: #1e1e1e;
	color: #fff;
}
.d_hover .mBar01_btn:hover span::before {
	background-color: #fff;
}
.d_hover .mBar01_btn:hover span::after {
	background-color: #fff;
}
.mBody01 {
	position: relative;
	height: -webkit-calc(100% - 80px);
	height: calc(100% - 80px);
}
.mBody01_map {
	width: -webkit-calc(100% - 430px);
	width: calc(100% - 430px);
	height: 100%;
	background-color: #eee;
}
.mBody01_map-marker {
	width: -webkit-calc(100% - 595px);
	width: calc(100% - 595px);
	padding: 0 0 0 165px;
}
.mBody01_map.opLoading::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	margin: -45px 0 0 -45px;
	background: url(../images/svg/loader.svg) center center no-repeat;
	background-size: 100% 100%;
	z-index: 100;
}
#mapCanvas {
	height: 100%;
}
.mResult01 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 430px;
	padding: 0 30px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.mResult01.opLoading::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(../images/svg/loader.svg) center center no-repeat;
	background-size: 100px 100px;
}
.mResult01_empty {
	line-height: 300px;
	font-size: 150%;
	font-weight: 500;
	text-align: center;
}
.mResult01_list {
	font-size: 100%;
}
.mResult01_item {
	position: relative;
	padding: 65px 0 29px;
}
.mResult01_item::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d3d3d4;
}
.mResult01_item:last-child::before {
	content: none;
}
.mResult01_category {
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 0;
	line-height: 19px;
	padding: 0 10px 1px;
	background-color: #1e1e1e;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	-webkit-text-size-adjust: none;
}
.mResult01_category-kyoten {
	background-color: #cc6410;
}
.mResult01_category-taiken {
	background-color: #a79615;
}
.mResult01_category-tenji {
	background-color: #4c1b7e;
}
.mResult01_category-bunjo {
	background-color: #a71a26;
}
.mResult01_category-mansion {
	background-color: #24719f;
}
.mResult01_category-shinrin {
	background-color: #3c7627;
}
.mResult01_wrap {
	display: block;
	color: #1e1e1e;
	text-decoration: none;
}
.mResult01_head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: start;
	align-items: start;
	justify-content: start;
}
.mResult01_img {
	width: 160px;
}
.mResult01_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	height: 99px;
	background-color: #eee;
	text-align: center;
}
.mResult01_img img {
	max-width: 100%;
	height: auto;
	width: auto;
	max-height: 100%;
	flex-shrink: 0;
}
.mResult01_maker {
	position: relative;
	min-height: 33px;
	line-height: 1.5;
	margin: 10px 0 0;
	padding: 5px 0 5px 27px;
	font-size: 10px;
	font-weight: 400;
	box-sizing: border-box;
}
.mResult01_maker span {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 34px;
	margin: -17px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px 34px;
}
.mResult01_tit {
	position: relative;
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	line-height: 1.65;
	margin: -6px 0 0;
	padding: 0 0 0 20px;
	font-size: 167%;
	font-weight: 500;
	box-sizing: border-box;
}
a.mResult01_wrap .mResult01_tit {
	padding: 0 48px 0 20px;
}
a.mResult01_wrap .mResult01_tit::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 12px;
	margin: -6px 0 0;
	background: url(/common/images/rn03/arw_ico03.png) right top no-repeat;
	transition: all 0.2s;
	background-size: 39px 12px;
}
.d_hover a.mResult01_wrap:hover .mResult01_tit::before {
	margin-right: -20px;
	width: 39px;
}
a.mResult01_wrap[target=_blank] .mResult01_tit::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 10px;
	margin: 0 0 0 10px;
	background: url(/common/images/rn03/svg/blank_ico01.svg) left top no-repeat;
	background-size: 15px 10px;
	vertical-align: 0.1em;
}
.mResult01_body {
	margin: 14px 0 0;
}
.mResult01_txt {
	line-height: 1.733;
	margin: 0 0 3px;
	color: #969696;
	font-size: 125%;
	font-weight: 400;
}
.mResult01_txt:last-child {
	margin-bottom: 0;
}
.mSearch01 {
	display: none !important;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-width: 950px;
	height: 100%;
	padding: 120px 20px 0;
	background-color: #fff;
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 10;
}
.mSearch01-show {
	display: block !important;
	animation: mSearchShow 0.4s both;
}
@keyframes mSearchShow {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.mSearch01_close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 58px;
	height: 58px;
	background: url(../images/close_ico02.png) center center no-repeat;
	background-size: 58px 58px;
	overflow: hidden;
	text-indent: -99999px;
	cursor: pointer;
}
.mResult01 .mCSB_inside > .mCSB_container {
	margin-right: 0;
}
.mResult01 .mCSB_scrollTools{
	width: 1px;
	right: -15px;
}
.mResult01 .mCSB_scrollTools .mCSB_draggerRail {
	background: #f00;
	width: 1px;
}
.mResult01 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.d_ipad .mBody01_map {
	width: -webkit-calc(100% - 320px);
	width: calc(100% - 320px);
}
.d_ipad .mBody01_map-marker {
	width: -webkit-calc(100% - 460px);
	width: calc(100% - 460px);
	padding: 0 0 0 140px;
}
.d_ipad .mMarker01 {
	width: 140px;
	padding: 17px 14px;
}
.d_ipad .mResult01 {
	top: 0;
	right: 0;
	width: 320px;
	padding: 0;
}
.d_ipad .mResult01_list {
	padding: 0 15px;
}
.d_ipad .mResult01_item {
	position: relative;
	padding: 15px 0;
}
.d_ipad .mResult01_item-category {
	padding: 50px 0 15px;
}
.d_ipad .mResult01_category {
	top: 15px;
}
.d_ipad .mResult01_img {
	width: 130px;
}
.d_ipad .mResult01_in {
	height: 80px;
}
.d_ipad .mResult01_tit {
	width: -webkit-calc(100% - 130px);
	width: calc(100% - 130px);
	padding: 0 30px 0 13px;
	font-size: 142%;
}
.d_ipad a.mResult01_wrap .mResult01_tit::before {
	right: 0;
}
.d_ipad .mResult01_txt {
	font-size: 117%;
}
.cluster-1,
.cluster-2,
.cluster-3 {
	line-height: 52px;
	background-color: #d8152b;
	color: #fff;
	border-radius: 100%;
	font-size: 209%;
}
/* 関連リンク
------------------------------------------------------------------------------- */
.kNav01 {
	padding: 120px 20px 30px;
	background-color: #fff;
}
.kNav01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.kNav01_wrap {
	display: block;
	position: relative;
	color: #1e1e1e;
	text-decoration: none;
}
.kNav01_img {
	position: relative;
	width: 780px;
	overflow: hidden;
}
.kNav01_img img {
	transition: all .3s;
}
.d_hover a.kNav01_wrap:hover .kNav01_img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.kNav01_info {
	position: relative;
	width: 580px;
	margin: -260px 0 0 auto;
	padding: 63px 20px 66px;
	background-color: rgba(30, 30, 30, 0.85);
	background: rgba(30, 30, 30, 0.85);
	box-sizing: border-box;
}
.kNav01_label {
	line-height: 1.642;
	color: #fff;
	font-size: 234%;
	font-weight: 400;
	text-align: center;
}
.kNav01_more {
	line-height: 1;
	margin: 52px 0 0;
	color: #fff;
	font-size: 125%;
	font-weight: 400;
	text-align: center;
}
.kNav01_more span {
	display: inline-block;
	position: relative;
	width: 120px;
	padding: 0 0 11px;
	border-bottom: 1px solid #fff;
	letter-spacing: 0.1em;
	transition: all .2s;
	text-align: left;
}
.kNav01_more span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 19px;
	height: 12px;
	margin: -12px 0 0;
	background: url(/common/images/rn03/arw_ico04.png) right top no-repeat;
	transition: all 0.2s;
	background-size: 39px 12px;
}
.d_hover a.kNav01_wrap:hover .kNav01_more span {
	width: 140px;
}
.d_hover a.kNav01_wrap:hover .kNav01_more span::after {
	width: 39px;
}
@media all and (-ms-high-contrast:none){
	_:-ms-lang(x)::-ms-backdrop, .kResult01_loader::before {
		background: url(../images/svg/loader.gif) center center no-repeat;
	}
	_:-ms-lang(x)::-ms-backdrop, .mResult01.opLoading::before {
		background-image: url(../images/svg/loader.gif);
	}
}
/* マーカー説明
------------------------------------------------------------------------------- */
.mHelp01 {
	display: none !important;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-width: 950px;
	height: 100%;
	padding: 100px 0 120px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 100;
}
.mHelp01-show {
	display: block !important;
	animation: mSearchShow 0.4s both;
}
@keyframes mSearchShow {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.mHelp01_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	max-width: 1240px;
	min-height: 100%;
	margin: 0 auto;
}
.mHelp01_close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 58px;
	height: 58px;
	background: url(../images/close_ico02.png) center center no-repeat;
	background-size: 58px 58px;
	overflow: hidden;
	text-indent: -99999px;
	cursor: pointer;
}
.mHelp01_blocks {
	width: 100%;
}
.mHelp01_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 37px 0;
	background-color: #fff;
}
.mHelp01_block:nth-child(even) {
	background-color: #f1f4f6;
}
.mHelp01_tit {
	width: 312px;
	line-height: 1;
	padding: 0 0 0 58px;
	font-size: 184%;
	font-weight: 400;
	box-sizing: border-box;
}
.mHelp01_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: start;
	align-items: start;
	width: -webkit-calc(100% - 312px);
	width: calc(100% - 312px);
}
@media only screen and (max-width: 1240px) {
	.mHelp01_tit {
		width: 220px;
		padding: 0 0 0 30px;
		font-size: 167%;
	}
	.mHelp01_list {
		width: -webkit-calc(100% - 220px);
		width: calc(100% - 220px);
	}
}
.mHelp01_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	width: 25%;
	min-height: 56px;
	line-height: 1.5;
	padding: 0 20px 0 50px;
	font-size: 134%;
	font-weight: 400;
	box-sizing: border-box;
}
.mHelp01_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 57px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 37px 57px;
}
.mHelp01_item-o1::before {
	background-image: url(../images/office_marker01.png);
}
.mHelp01_item-o2::before {
	background-image: url(../images/office_marker02.png);
}
.mHelp01_item-o3::before {
	background-image: url(../images/office_marker03.png);
}
.mHelp01_item-t1::before {
	background-image: url(../images/taiken_marker01.png);
}
.mHelp01_item-t2::before {
	background-image: url(../images/taiken_marker02.png);
}
.mHelp01_item-t3::before {
	background-image: url(../images/taiken_marker03.png);
}
.mHelp01_item-t4::before {
	background-image: url(../images/taiken_marker04.png);
}
.mHelp01_item-j1::before {
	background-image: url(../images/tenji_marker01.png);
}
.mHelp01_item-j2::before {
	background-image: url(../images/tenji_marker02.png);
}
.mHelp01_item-j3::before {
	background-image: url(../images/tenji_marker03.png);
}
.mHelp01_item-b1::before {
	background-image: url(../images/bunjo_marker01.png);
}
.mHelp01_item-b2::before {
	background-image: url(../images/bunjo_marker02.png);
}
.mHelp01_item-m1::before {
	background-image: url(../images/mansion_marker01.png);
}
.mHelp01_item-s1::before {
	background-image: url(../images/shinrin_marker01.png);
}
.mHelp01_item-l1::before {
	background-image: url(../images/livness_k_marker01.png);
}
.mHelp01_item-l2::before {
	background-image: url(../images/livness_m_marker01.png);
}

.mMarker01 {
	position: absolute;
	top: 80px;
	left: -200px;
	bottom: 0;
	width: 165px;
	padding: 19px 20px;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 1;
	transition: left .2s;
}
.mMarker01-show {
	left: 0;
}
.mMarker01-hide {
	left: -200px;
}
.mMarker01_btn1 {
	position: absolute;
	top: 0;
	right: -30px;
	width: 30px;
	height: 30px;
	background: #000 url(../images/close_ico03.png) center center no-repeat;
	background-size: 14px 14px;
	cursor: pointer;
}
.mMarker01_btn2 {
	position: absolute;
	top: 80px;
	left: -80px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #fff;
	color: #1e1e1e;
	font-size: 12px;
	z-index: 1;
	text-align: center;
	cursor: pointer;
	transition: left .2s .3s, background .4s, color .4s;
}
.mMarker01_btn2::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0 auto;
	background: url(../images/kyoten_ico01.png) center center no-repeat;
	background-size: 18px 18px;
}
.mMarker01_btn2::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	width: 18px;
	height: 12px;
	margin: 0 auto;
	background: url(/common/images/rn03/arw_ico03.png) right center no-repeat;
	background-size: 40px 12px;
}
.mMarker01_btn2-show {
	top: 80px;
	left: 0;
	width: 80px;
	height: 80px;
}
.mMarker01_btn2:hover {
	background: #000;
	color: #fff;
}
.mMarker01_btn2:hover::after {
	background-image: url(/common/images/rn03/arw_ico04.png);
}
.mMarker01_list {
	line-height: 1.1;
	font-size: 100%;
	font-weight: 400;
	letter-spacing: -0.03em;
	-webkit-text-size-adjust: none;
}
.mMarker01_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	min-height: 37px;
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
}
.mMarker01_item:first-child {
	margin-top: 0;
}
.mMarker01_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 37px;
	margin: -18px 0 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px 37px;
}
.mMarker01_item-o1::before {
	background-image: url(../images/office_marker01.png);
}
.mMarker01_item-o2::before {
	background-image: url(../images/office_marker02.png);
}
.mMarker01_item-o3::before {
	background-image: url(../images/office_marker03.png);
}
.mMarker01_item-t1::before {
	background-image: url(../images/taiken_marker01.png);
}
.mMarker01_item-t2::before {
	background-image: url(../images/taiken_marker02.png);
}
.mMarker01_item-t3::before {
	background-image: url(../images/taiken_marker03.png);
}
.mMarker01_item-t4::before {
	background-image: url(../images/taiken_marker04.png);
}
.mMarker01_item-j1::before {
	background-image: url(../images/tenji_marker01.png);
}
.mMarker01_item-j2::before {
	background-image: url(../images/tenji_marker02.png);
}
.mMarker01_item-j3::before {
	background-image: url(../images/tenji_marker03.png);
}
.mMarker01_item-b1::before {
	background-image: url(../images/bunjo_marker01.png);
}
.mMarker01_item-b2::before {
	background-image: url(../images/bunjo_marker02.png);
}
.mMarker01_item-m1::before {
	background-image: url(../images/mansion_marker01.png);
}
.mMarker01_item-s1::before {
	background-image: url(../images/shinrin_marker01.png);
}
.mMarker01_item-l1::before {
	background-image: url(../images/livness_k_marker01.png);
}
.mMarker01_item-l2::before {
	background-image: url(../images/livness_m_marker01.png);
}

/* 大枠レイアウト
------------------------------------------------------------------------------- */
.kWrapper01 {
	margin: 80px 0 0;
	padding: 0 20px;
}
.kWrapper01-modal {
	margin-top: 40px;
}
.kWrapper01_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	max-width: 1240px;
	margin: 0 auto;	
}
.kMain01 {
	width: 75.807%;
	max-width: 940px;
}
.kSub01 {
	width: 19.355%;
	max-width: 240px;
}