@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠

=============================================================================== */
.r2Header-hide,
.r2SubHeader .r2SubHeader_wrapper-hide {
	display: none;
}
/* ==

　02. モジュール

=============================================================================== */
/* 見出し
------------------------------------------------------------------------------- */
.kHeading01 {
	position: relative;
	height: 200px;
	margin: 0;
	padding: 0 20px;
}
.kHeading01_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	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;
}
.kHeading02 {
	line-height: 1.5;
	margin: 0 0 30px;
	font-size: 267%;
	font-weight: 500;
	text-align: center;
}
/* 現在地から拠点を探す
------------------------------------------------------------------------------- */
.kBnr01 {
	padding: 80px 20px;
	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 126px;
	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: 74px;
	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;
}
/* 注目イベント
------------------------------------------------------------------------------- */
.ePickup01 {
	margin: 0 0 100px;
	padding: 77px 20px 76px;
	background-color: #f1f4f6;
}
.ePickup01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.ePickup01_tit {
	line-height: 1.642;
	margin: 0 0 38px;
	font-size: 234%;
	font-weight: 500;
	text-align: center;
}
.ePickup01_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -26px -10px 0;
}
.ePickup01_item {
	position: relative;
	width: -webkit-calc(33.333% - 20px);
	width: calc(33.333% - 20px);
	margin: 26px 10px 0;
}
.ePickup01_wrap {
	color: #1e1e1e;
	text-decoration: none;
}
.ePickup01_img {
	display: block;
	overflow: hidden;
}
.ePickup01_img img {
	transition: all .3s;
}
.d_hover a.ePickup01_wrap:hover .ePickup01_img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.ePickup01_caption {
	position: relative;
	line-height: 1.942;
	margin: 4px 0 0;
	font-size: 142%;
	font-weight: 500;
}
.ePickup01_caption::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 a:hover .ePickup01_caption::after {
	margin-right: -20px;
	width: 39px;
}
/* 都道府県を選択
------------------------------------------------------------------------------- */
.kBlock01 {
	padding: 0 20px 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_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 -5px;
}
.kBlock01_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;
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	margin: 0 5px;
}
.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,
.kBlock01_date {
	-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,
.kBlock01_date::-ms-expand {
	display: none;
}
.kBlock01_pref option,
.kBlock01_date option {
	background-color: #fff;
	color: #1e1e1e;
}
@media only screen and (max-width: 1140px) {
	.kBlock01_item:nth-child(1) {
		width: -webkit-calc(54% - 10px);
		width: calc(54% - 10px);
	}
	.kBlock01_item:nth-child(2) {
		width: -webkit-calc(46% - 10px);
		width: calc(46% - 10px);
	}
	.kBlock01_item:nth-child(2) .kBlock01_head {
		width: 170px;
	}
	.kBlock01_item:nth-child(2) .kBlock01_body {
		width: -webkit-calc(100% - 170px);
		width: calc(100% - 170px);
	}
}
/* カテゴリを選択
------------------------------------------------------------------------------- */
.kBlock02 {
	padding: 0 20px;
	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 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
	border-top: 1px solid #fff;
}
.kBlock02_block:first-child {
	border-top: none;
}
.kBlock02_stit {
	width: 130px;
	line-height: 41px;
	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;
	width: -webkit-calc(100% - 130px);
	width: calc(100% - 130px);
	margin: -10px 0 0;
	font-size: 134%;
}
.kBlock02_item {
	line-height: 40px;
	margin: 10px 10px 0 0;
	padding: 0 20px;
	background-color: #fff;
	cursor: pointer;
	transition: background .4s, color .4s;
}
.kBlock02_item-active {
	background-color: #000;
	color: #fff;
}
/* 検索する
------------------------------------------------------------------------------- */
.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: 10px 20px 10px;
}
.kResult01-ajax {
	padding: 88px 20px 125px;
	background-color: #f1f4f6;
}
.kResult01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.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_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-e_jutaku,
.kResult02_ico-e_bunjo,
.kResult02_ico-e_mansion,
.kResult02_ico-e_shinrin {
	background-color: #7c0f5b;
}
.kResult02_ico-e_tochikatsu {
	background-color: #305d14;
}
.kResult02_ico-e_business {
	background-color: #8b6011;
}
.kResult02_ico-e_other {
	background-color: #004f9f;
}
.kResult02_info {
	padding: 28px 35px 28px;
}
.kResult02_date {
	min-height: 106px;
	padding: 15px 35px 15px;
	background-color: #dce1e4;
	box-sizing: border-box;
}
.kResult02_date-short {
	position: relative;
	height: 106px;
	overflow: hidden;
}
.kResult02_date p {
	line-height: 1.928;
	font-size: 134%;
}
.kResult02_more {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 48px;
	padding: 58px 0 0;
	font-size: 100%;
	text-align: center;
	cursor: pointer;
}
.kResult02_more-open {
    position: relative;
    margin: 0 0 -15px;
    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(220,225,228,0) 0%, rgba(220,225,228,1) 50%, rgba(220,225,228,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_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_w1 {
	width: 5.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;
}
/* 地図から探す
------------------------------------------------------------------------------- */
.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 20px 0 0;
}
.mBar01_item::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 20px;
	margin: 0 5px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px 20px;
	vertical-align: -0.6em;
}
.mBar01_item-e1::before {
	background-image: url(../images/live_marker01_pc.png);
}
.mBar01_item-e2::before {
	background-image: url(../images/tochikatsu_marker01_pc.png);
}
.mBar01_item-e3::before {
	background-image: url(../images/business_marker01_pc.png);
}
.mBar01_item-e4::before {
	background-image: url(../images/other_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-e_jutaku,
.mResult01_category-e_bunjo,
.mResult01_category-e_mansion,
.mResult01_category-e_shinrin {
	background-color: #7c0f5b;
}
.mResult01_category-e_tochikatsu {
	background-color: #305d14;
}
.mResult01_category-e_business {
	background-color: #8b6011;
}
.mResult01_category-e_other {
	background-color: #004f9f;
}
.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_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;
	justify-content: space-between;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.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: 56px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 37px 56px;
}
.mHelp01_item-e1::before {
	background-image: url(../images/parts_map/live/marker_ico1.png);
}
.mHelp01_item-e2::before {
	background-image: url(../images/parts_map/tochikatsu/marker_ico1.png);
}
.mHelp01_item-e3::before {
	background-image: url(../images/parts_map/business/marker_ico1.png);
}
.mHelp01_item-e4::before {
	background-image: url(../images/parts_map/other/marker_ico1.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-e1::before {
	background-image: url(../images/parts_map/live/marker_ico1.png);
}
.mMarker01_item-e2::before {
	background-image: url(../images/parts_map/tochikatsu/marker_ico1.png);
}
.mMarker01_item-e3::before {
	background-image: url(../images/parts_map/business/marker_ico1.png);
}
.mMarker01_item-e4::before {
	background-image: url(../images/parts_map/other/marker_ico1.png);
}
/* ピックアップ
------------------------------------------------------------------------------- */
.ePickup02 {
	margin: 0 0 100px;
	padding: 77px 20px 76px;
	background-color: #f1f4f6;
}
.ePickup02_in {
	max-width: 1240px;
	margin: 0 auto;
}
.kSlider01 {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
	overflow: hidden;
}
.kSlider01_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
	background-size: contain;
}
.kSlider01_list {
	opacity: 0;
}
.kSlider01_list-show {
	opacity: 1;
}
.kSlider01_item {
	max-width: 840px;
}
.kSlider01.item1 .kSlider01_item {
	margin: 0 auto;
}
.kSlider01_page.swiper-pagination {
	position: static;
	max-width: 846px;
	line-height: 1;
	margin: 10px auto 0;
	font-size: 0;
	text-align: left;
}
.kSlider01_page .swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	margin: 0 3px;
	border-radius: 0;
}
.kSlider01_page .swiper-pagination-bullet-active {
	background: #FD0E3D;
}
.kSlider01_item a {
	display: block;
	position: relative;
}
.kSlider01_item img {
	display: block;
	transition: all .4s ease-in-out .1s;
	opacity: .5;
}
.kSlider01_item.swiper-slide-active img {
	opacity: 1;
}
.kSlider01 .swiper_btn {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	margin: -22px 0 0;
	z-index: 2;
	transition: all .4s ease-in-out;
	cursor: pointer;
	opacity: 0;
}
.kSlider01 .swiper_btn-show {
	opacity: 1;
}
.kSlider01 .swiper_btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 18px;
	margin: -9px 0 0 -8px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.kSlider01 .swiper_btn-prev {
	left: 50%;
	margin-left: -465px;
}
.kSlider01 .swiper_btn-next {
	right: 50%;
	margin-right: -465px;
}
.kSlider01 .swiper_btn-prev::before {
	background-image: url(/common/images/rn04/svg/arw_ico13.svg);
}
.kSlider01 .swiper_btn-next::before {
	background-image: url(/common/images/rn04/svg/arw_ico14.svg);
}
.kSlider01_extend {
	line-height: 1.5;
	margin: 20px 0 0;
	font-size: 134%;
	font-weight: 500;
	text-align: right;
}
.kSlider01_extend a {
	color: #000;
	text-decoration: none;
}
.kSlider01_extend a:hover {
	text-decoration: underline;
}
.kSlider01_extend a::after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 12px;
	margin: 0 0 0 15px;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
	vertical-align: -0.05em;
}
.kSlider01_extend {
	display: none;
}