@charset "utf-8";

@import url("/jutaku/common/css/rn03/fonts2.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
body {
	color: #595757;
}
.subHeader_id {
	display: -webkit-box;
	display: flex;
	align-items: center;
	max-width: 117px;
	height: 60px;
	margin: 0 70px 0 0;
}
.cmnNav02_tit,
.cmnNav02_txt {
	display: none;

}
.cmnNav02_menu {
	margin-top:0;
}
/* ==

　01. モジュール

=============================================================================== */
/* メインビジュアル
------------------------------------------------------------------------------- */
.kaVisual01 {
	position: relative;
}
.kaVisual01::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100px;
	background: linear-gradient(180deg, rgba(69,60,55,0) 0%, rgba(69,60,55,1) 100%);
}
.kaVisual01_in {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 685px;
	background-image: url(../images/visual_bg01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.kaVisual01_tit {
	line-height: 1;
	margin: 0;
	font-size: 10px;
}
.kaVisual01_note {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	line-height: 1;
	margin: 0;
	color: #fff;
	font-size: 100%;
	font-weight: 400;
	text-align: center;
	z-index: 1;
}
/* 体験レポート
------------------------------------------------------------------------------- */
.kaReport01 {
	padding: 0 30px;
}
.kaReport01_in {
	max-width: 1000px;
	margin: 0 auto;
}
.kaReport01_tit {
	position: relative;
	line-height: 1;
	margin: 0 0 30px;
	padding: 23px 10px 25px;
	border-top: 1px solid #ABAAAA;
	border-bottom: 1px solid #ABAAAA;
	font-family: 'Noto Serif JP', serif;
	font-size: 167%;
	font-size: 500;
	text-align: center;
}
.kaReport01_tit::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background-color: #fff;
}
.kaReport01_tit::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -4px;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #595757;
	border-right: 1px solid #595757;
	margin: 0 auto;
	transform: rotate(135deg);
}
.kaReport01_bnr {
	display: block;
}
/* 展示場検索
------------------------------------------------------------------------------- */
.kaSearch01 {
	margin: 45px 0 0;
	background-color: #F5F2EE;
}
.kaSearch01 a {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	position: relative;
	text-decoration: none;
	color: #595757;
}
.kaSearch01_img {
	display: block;
	width: 50%;
}
.kaSearch01_info {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	padding: 20px 20px 20px;
	box-sizing: border-box;
}
.kaSearch01_tit {
	display: inline-block;
	position: relative;
	line-height: 1.35;
	margin: 0 0 13px;
	padding: 0 0 0 30px;
	font-family: 'Noto Serif JP', serif;
	font-size: 175%;
	font-weight: 500;
	text-align: center;
}
.kaSearch01_tit::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 26px;
	height: 26px;
	background: url(../images/search_ico01.svg) center center no-repeat;
	background-size: contain;
	margin: -13px 0 0;
}
.kaSearch01_txt {
	line-height: 1.85;
	font-size: 117%;
	font-weight: 400;
	text-align: center;
}
.kaSearch01_btn {
	display: block;
	position: relative;
	max-width: 255px;
	line-height: 1.5;
	margin: 13px auto 0;
	padding: 8px 20px 10px 15px;
	background-color: #863535;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 117%;
	font-weight: 500;
	text-align: center;
}
.kaSearch01_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0;
	background: url(../images/arw_ico01.svg) center center no-repeat;
	background-size: contain;
}
/* カタログ請求
------------------------------------------------------------------------------- */
.kaCatalog01 {
	margin: 45px 0 0;
}
.kaCatalog01 a {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	position: relative;
	text-decoration: none;
	color: #fff;
}
.kaCatalog01_img {
	display: block;
	width: 50%;
}
.kaCatalog01_info {
	position: relative;
	width: 50%;
	padding: 10px;
	background: url(../images/catalog_bg01.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
.kaCatalog01_info::before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 14px;
	width: 1px;
	height: 12px;
	background-color: #DFCE9F;
	transform: rotate(45deg);
}
.kaCatalog01_info::after {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	right: 14px;
	width: 1px;
	height: 12px;
	background-color: #DFCE9F;
	transform: rotate(-45deg);
}
.kaCatalog01_wrap {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 25px 20px 26px;
	border: 1px solid #DFCE9F;
	box-sizing: border-box;
}
.kaCatalog01_wrap::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 9px;
	left: 14px;
	width: 1px;
	height: 12px;
	background-color: #DFCE9F;
	transform: rotate(-45deg);
}
.kaCatalog01_wrap::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 9px;
	right: 14px;
	width: 1px;
	height: 12px;
	background-color: #DFCE9F;
	transform: rotate(45deg);
}
.kaCatalog01_tit {
	line-height: 1.1;
	margin: 5px 0 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 200%;
	font-weight: 500;
	text-align: center;
}
.kaCatalog01_tit::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0 0 10px;
	background: url(../images/arw_ico01.svg) center center no-repeat;
	background-size: contain;
	vertical-align: 0.2em;
}
.kaCatalog01_txt {
	line-height: 1.85;
	color: #DFCE9F;
	font-size: 117%;
	font-weight: 400;
	text-align: center;
}
/* メインビジュアル
------------------------------------------------------------------------------- */
.kaVisual02 {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	height: 685px;
}
.kaVisual02-t2 {
	background-color: #675041;
	color: #fff;
}
.kaVisual02-t4 {
	background-color: #425C90;
	color: #fff;
}
.kaVisual02_info {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33.357%;
	height: 100%;
}
.kaVisual02_bg {
	position: relative;
	width: 66.643%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.kaVisual02_bg-t1 {
	background-image: url(../images/visual_bg02.jpg);	
}
.kaVisual02_bg-t2 {
	background-image: url(../images/visual_bg03.jpg);	
}
.kaVisual02_bg-t3 {
	background-image: url(../images/visual_bg04.jpg);	
}
.kaVisual02_bg-t4 {
	background-image: url(../images/visual_bg05.jpg);	
}
.kaVisual02_catch {
	position: absolute;
	top: 80px;
	left: 40px;
	line-height: 1.5;
	margin: 0;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 300%;
	font-weight: 500;
}
.kaVisual02_tit {
	line-height: 1;
	margin: 0;
}
.kaVisual02-t1 img {
	width: 230px;
}
.kaVisual02-t2 img {
	width: 291px;
}
.kaVisual02-t3 img {
	width: 294px;
}
.kaVisual02-t4 img {
	width: 294px;
}
.kaVisual02_ico {
	line-height: 1;
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
.kaVisual02_ico span {
	display: inline-block;
	line-height: 24px;
	padding: 0 5px 1px;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}
.kaVisual02_ico-t1 span {
	border-color: #D6C493;
	color: #AD8A28;
}
.kaVisual02_ico-t2 span {
	border-color: #B3A8A0;
	color: #fff;
}
.kaVisual02_ico-t3 span {
	border-color: #A0ADC7;
	color: #425C90;
}
.kaVisual02_ico-t4 span {
	border-color: #A1AEC7;
	color: #fff;
}
/* リード
------------------------------------------------------------------------------- */
.kaLead02 {
	padding: 78px 30px 80px;
}
.kaLead02_in {
	max-width: 1000px;
	margin: 0 auto;
}
.kaLead02-t1 {
	background-color: #FBF8F0;
}
.kaLead02-t2 {
	background-color: #EFEBE5;
}
.kaLead02-t3 {
	background-color: #F5F6FA;
}
.kaLead02-t4 {
	background-color: #F9F5FA;
}
.kaLead02_in {
}
.kaLead02_catch {
	line-height: 1.333;
	margin: 0 0 38px;
	font-family: 'Noto Serif JP', serif;
	font-size: 300%;
	font-weight: 500;
	text-align: center;
}
.kaLead02-t1 .kaLead02_catch {
	color: #AD8A28;
}
.kaLead02-t2 .kaLead02_catch {
	color: #675041
}
.kaLead02-t3 .kaLead02_catch {
	color: #425C90;
}
.kaLead02-t4 .kaLead02_catch {
	color: #956395;
}
.kaLead02_block {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
.kaLead02_info {
	width: -webkit-calc(100% - 316px);
	width: calc(100% - 316px);
	padding: 0 40px 0 0;
	box-sizing: border-box;
}
.kaLead02_img {
	width: 316px;
}
.kaLead02_info-t2 {
	width: 52%;
}
.kaLead02_img-t2 {
	width: 48%;
}
.kaLead02_txt {
	line-height: 2;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
}
.kaLead02_txt-center {
	text-align: center;
}
.kaLead03 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	font-size: 100%;
}
.kaLead03_item {
	width: 47.619%;
	padding: 10px 15px 10px;
	background-color: #fff;
	box-sizing: border-box;
}
.kaLead03_tit {
	position: relative;
	line-height: 1.5;
	margin: 0 0 10px;
	padding: 8px 0 8px;
	color: #AD8A28;
	font-size: 117%;
	font-weight: 400;
	text-align: center;
}
.kaLead03_tit::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	background: url(../images/tit_ico01.svg) center center no-repeat;
	background-size: contain;
}
.kaLead03_tit::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 8px;
	height: 8px;
	background: url(../images/tit_ico02.svg) center center no-repeat;
	background-size: contain;
}
.kaLead03_txt {
	line-height: 1.5;
	margin: 0;
	font-size: 100%;
	font-weight: 400;
}
.kaLead03_img {
	display: block;
	margin: 15px auto 0;
}
.kaLead03_img-w1 {
	max-width: 94px;
	margin-top: 18px;
}
.kaLead03_img-w2 {
	max-width: 113px;
}
/* 動画
------------------------------------------------------------------------------- */
.kaMovie01 {
	padding: 80px 30px 80px;
	background: url(../images/movie_bg01.jpg) center top no-repeat;
	background-size: cover;
}
.kaMovie01_in {
	max-width: 800px;
	margin: 0 auto;
}
.kaMovie01_tit {
	line-height: 1;
	margin: 0 0 27px;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
}
.kaMovie01_tit span {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 2px 3px 3px;
	border: 1px solid #D6C493;
	color: #AD8A28;
	font-size: 13px;
	vertical-align: middle;
}
.kaMovie01_tit .kaMovie01_cc {
	border-color: #A0ADC7;
	color: #425C90;
}
.kaMovie01_img {
	display: block;
}
.kaMovie01_txt {
	line-height: 2;
	margin: 30px 0 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 117%;
	font-weight: 500;
	text-align: center;
}
.kaMovie01_btn {
	display: block;
	position: relative;
	max-width: 478px;
	line-height: 1.75;
	margin: 60px auto 0;
	padding: 15px 20px 17px;
	border: 1px solid #425C90;
	font-family: 'Noto Serif JP', serif;
	font-size: 134%;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
}
.kaMovie01_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0;
	background: url(../images/arw_ico05.svg) center center no-repeat;
	background-size: contain;
}
/* スペック
------------------------------------------------------------------------------- */
.kaSpec01 {
	padding: 90px 30px 70px;
	background-color: #fff;
}
.kaSpec01-t1 {
	background: url(../images/spec_bg01.jpg) center top no-repeat;
	background-size: cover;
}
.kaSpec01-t3 {
	background: url(../images/spec_bg02.jpg) center top no-repeat;
	background-size: cover;
}
.kaSpec01_in {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}
.kaSpec01_in-block {
	display: block;
}
.kaSpec01_info {
	width: 48%;
}
.kaSpec01_img {
	display: block;
	width: 48%;
}
.kaSpec01_en {
	line-height: 1.2;
	margin: 0 0 19px;
	color: #AD8A28;
	font-family: 'Noto Serif JP', serif;
	font-size: 117%;
	text-decoration: underline;
}
.kaSpec01-t2 .kaSpec01_en {
	color: 	#675041;
}
.kaSpec01-t3 .kaSpec01_en {
	color: 	#425C90;
}
.kaSpec01_in-block .kaSpec01_en {
	text-align: center;
}
.kaSpec01_tit {
	line-height: 1.333;
	margin: 0 0 37px;
	color: #AD8A28;
	font-family: 'Noto Serif JP', serif;
	font-size: 300%;
	font-weight: 500;
}
.kaSpec01-t2 .kaSpec01_tit {
		color: 	#675041;
}
.kaSpec01-t3 .kaSpec01_tit {
		color: 	#425C90;
}
.kaSpec01_in-block .kaSpec01_tit {
	text-align: center;
}
.kaSpec01_txt {
	line-height: 2;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
}
.kaSpec01_caption {
	line-height: 1.5;
	margin: 10px 0 0;
	font-size: 84%;
	font-weight: 400;
}
.kaSpec01_txt span {
	font-size: 75%;
}
.kaSpec01_footer {
	max-width: 1000px;
	margin: 37px auto 0;
}
.kaSpec01_note {
	line-height: 1.5;
	margin: 0 0 0 1em;
	font-size: 84%;
	font-weight: 400;
	letter-spacing: -0.03em;
	text-indent: -1em;
}
.kaSpec01_notes {
	line-height: 1.5;
	margin: 0;
	font-size: 84%;
	font-weight: 400;
	letter-spacing: -0.03em;
}
.kaSpec01_notes li {
	margin: 0 0 0 2.4em;
	text-indent: -2.4em;
}
.kaSpec01_imgs {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 35px 0 30px;
}
.kaSpec01_imgs span {
	display: block;
	width: 48%;
}
/* 解説
------------------------------------------------------------------------------- */
.kaAbout02 {
	padding: 90px 30px 120px;
}
.kaAbout02_in {
	max-width: 1000px;
	margin: 0 auto;
}
.kaAbout02_sub {
	line-height: 1.2;
	margin: 0 0 6px;
	font-family: 'Noto Serif JP', serif;
	font-size: 100%;
	font-weight: 500;
	text-align: center;	
}
.kaAbout02_en {
	line-height: 1.2;
	margin: 0 0 25px;
	font-family: 'Noto Serif JP', serif;
	font-size: 117%;
	font-weight: 500;
	text-align: center;
	text-decoration: underline;
}
.kaAbout02_tit {
	line-height: 1.333;
	margin: 0 0 40px;
	font-family: 'Noto Serif JP', serif;
	font-size: 300%;
	font-weight: 500;
	text-align: center;
}
.kaAbout02_img {
	display: block;
	margin: 30px 0 0;
}
.kaAbout02_caption {
	line-height: 1;
	margin: 23px 0 38px;
	color: #A18273;
	font-size: 117%;
	font-weight: 400;
	text-align: center;
}
.kaAbout02_txt {
	line-height: 2;
	margin: 0 0 20px;
	font-size: 134%;
	font-weight: 500;
	text-align: center;
}
.kaAbout02_btn {
	display: block;
	position: relative;
	max-width: 400px;
	line-height: 1.5;
	margin: 32px auto 0;
	padding: 12px 0 14px;
	font-family: 'Noto Serif JP', serif;
	background-color: #A18273;
	color: #fff;
	font-size: 150%;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
}
.kaAbout02_soon {
	display: block;
	max-width: 400px;
	line-height: 78px;
	margin: 32px auto 0;
	padding: 0 0 2px;
	font-family: 'Noto Serif JP', serif;
	background-color: #BFBFBF;
	color: #fff;
	font-size: 150%;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
}
.kaAbout02_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0;
	background: url(../images/arw_ico01.svg) center center no-repeat;
	background-size: contain;
}
/* Other
------------------------------------------------------------------------------- */
.kaOther01 {
	position: relative;
	margin: 73px 0 0;
	padding: 3px;
	border: 1px solid #ABAAAA;
}
.kaOther01::before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 18px;
	height: 18px;
	background-color: #fff;
}
.kaOther01::after {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	right: -2px;
	width: 18px;
	height: 18px;
	background-color: #fff;
}
.kaOther01_in {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 35px 35px 25px;
	border: 1px solid #ABAAAA;
}
.kaOther01_in::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: -2px;
	width: 18px;
	height: 18px;
	background-color: #fff;
}
.kaOther01_in::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 18px;
	height: 18px;
	background-color: #fff;
}
.kaOther01_info {
	width: 48.387%;
}
.kaOther01_img {
	display: block;
	width: 48.5%;
	text-align: center;
}
.kaOther01_en {
	position: absolute;
	top: -6px;
	left: 0;
	line-height: 1;
	margin: 0;
	padding: 0 5px 0 0;
	background-color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 117%;
	font-weight: 500;
}
.kaOther01_tit {
	line-height: 1.5;
	margin: 0 0 17px;
	font-family: 'Noto Serif JP', serif;
	font-size: 200%;
	font-weight: 500;
}
.kaOther01_txt {
	line-height: 1.8;
	margin: 0;
	font-size: 117%;
	font-weight: 400;
}
/* ラインナップ
------------------------------------------------------------------------------- */
.kaLineup01 {
	position: relative;
	margin: 0 0 120px;
	background-color: #A18273;
}
.kaLineup01_in {
	max-width: 1000px;
	margin: 0 auto;
}
.kaLineup01::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 26px;
	left: 26px;
	height: 1px;
	background-color: #D0C0B9;
}
.kaLineup01::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 10px;
	right: 26px;
	left: 26px;
	height: 1px;
	background-color: #D0C0B9;
}
.kaLineup01_in {
	padding: 76px 30px 80px;
}
.kaLineup01_in::before {
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	left: 10px;
	bottom: 26px;
	width: 1px;
	background-color: #D0C0B9;
}
.kaLineup01_in::after {
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	right: 10px;
	bottom: 26px;
	width: 1px;
	background-color: #D0C0B9;
}
.kaLineup01_sub {
	line-height: 1;
	margin: 0 0 10px;
	color: #fff;
	font-size: 100%;
	font-weight: 300;
	text-align: center;	
}
.kaLineup01_tit {
	line-height: 1.5;
	margin: 0;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 250%;
	font-weight: 500;
	text-align: center;
}
.kaLineup01_tit::before {
	content: "";
	display: block;
	width: 104px;
	height: 17px;
	margin: 0 auto 10px;
	background: url(../images/logo_ico01.svg) center center no-repeat;
	background-size: contain;
}
.kaLineup01_list {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 37px 0 0;
	font-size: 100%;
}
.kaLineup01_item {
	width: 47.619%;
	background-color: #fff;
	box-sizing: border-box;
}
.kaLineup01_item a {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	text-decoration: none;
}
.kaLineup01_img {
	display: block;
	width: 180px;
}
.kaLineup01_info {
	position: relative;
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
}
.kaLineup01_txt {
	line-height: 1;
	margin: 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 200%;
	font-weight: 500;
	text-align: center;
}
.kaLineup01_txt-t1 {
	color: 	#AD8A28;
}
.kaLineup01_txt-t2 {
	color: 	#675041;
}
.kaLineup01_txt-t3 {
	color: 	#425C90;
}
.kaLineup01_txt span {
	display: inline-block;
	position: relative;
}
.kaLineup01_txt-t1 img {
	width: 93px;
}
.kaLineup01_txt-t2 img {
	width: 116px;
}
.kaLineup01_txt-t3 img {
	width: 119px;
}
.kaLineup01_info::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.kaLineup01_item-t1 .kaLineup01_info::after {
	background-image: url(../images/arw_ico04.svg);
}
.kaLineup01_item-t2 .kaLineup01_info::after {
	background-image: url(../images/arw_ico02.svg);
}
.kaLineup01_item-t3 .kaLineup01_info::after {
	background-image: url(../images/arw_ico03.svg);
}
.kaLineup01_ico {
	line-height: 1;
	margin: 10px 0 0;
	font-size: 100%;
	font-weight: 500;
	text-align: center;
}
.kaLineup01_ico span {
	display: inline-block;
	line-height: 21px;
	padding: 0 5px 1px;
	border-width: 1px;
	border-style: solid;
}
.kaLineup01_ico-t1 span {
	border-color: #D6C493;
	color: #AD8A28;
}
.kaLineup01_ico-t2 span {
	border-color: #B2A79F;
	color: #675041;
}
.kaLineup01_ico-t3 span {
	border-color:#A0ADC7;
	color: #425C90;
}
/* ビジュアル
------------------------------------------------------------------------------- */
.kaVisual03 {
	padding: 120px 20px 60px;
	background: url(../images/visual_bg06.jpg) center 30px no-repeat;
	background-size: 1325px auto;
}
.kaVisual03_in {
	max-width: 1000px;
	margin: 0 auto;
}
.kaVisual03_sub {
	line-height: 1;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}
.kaVisual03_sub::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 1px;
	margin: 0 5px 0 0;
	background-color: #A5B9B1;
	vertical-align: 4px;
}
.kaVisual03_sub::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 1px;
	margin: 0 5px 0 0;
	background-color: #A5B9B1;
	vertical-align: 4px;
}
.kaVisual03_tit {
	line-height: 1;
	margin: 20px 0 0;
	color: #4D7565;
	font-family: 'Noto Serif JP', serif;
	font-size: 60px;
	font-weight: 500;
	text-align: center;
}
.kaVisual03_img {
	display: block;
	max-width: 582px;
	margin: 50px auto 0;
}
.kaVisual03_txt {
	line-height: 1.8;
	margin: 40px 0 0;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
}
/* スペック
------------------------------------------------------------------------------- */
.kaSpec02 {
	padding: 80px 30px 120px;
	background-color: #fff;
}
.kaSpec02_in {
	max-width: 998px;
	margin: 0 auto;
}
.kaSpec02_tit {
	line-height: 1.5;
	margin: 0 0 36px;
	padding: 12px 0 13px;
	border-top: 1px solid #CAB0CA;
	border-bottom: 1px solid #CAB0CA;
	color: #956395;
	font-family: 'Noto Serif JP', serif;
	font-size: 200%;
	font-weight: 500;
	text-align: center;
}
.kaSpec02_txt {
	line-height: 2;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
}
.kaSpec02_img {
	margin: 35px 0 0;
}
.kaSpec02_stit {
	display: none;
}
.kaSpec02_area {
	position: relative;
	overflow: hidden;
}
.kaSpec02_expand {
	display: block;
}
.kaSpec02_area > div {
	position: relative;
}
.kaSpec02_note {
	line-height: 1.5;
	margin: 40px 0 0;
	font-size: 84%;
	font-weight: 400;
}
/* 選ぶ
------------------------------------------------------------------------------- */
.kaSelect02 {
	padding: 78px 30px 115px;
	background-color: #F0F5EF;
}
.kaSelect02_in {
	max-width: 1000px;
	margin: 0 auto;
}
.kaSelect02_tit {
	line-height: 1.5;
	margin: 0 0 43px;
	color: #4D7565;
	font-family: 'Noto Serif JP', serif;
	font-size: 300%;
	font-weight: 500;
	text-align: center;
}
.kaSelect02_txt {
	line-height: 2;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
}
.kaSelect02_img {
	display: block;
	margin: 57px 0;
}
.kaSelect02_stit {
	line-height: 1.5;
	margin: 80px 0 40px;
	padding: 12px 0 13px;
	border-top: 1px solid #A5B9B1;
	border-bottom: 1px solid #A5B9B1;
	color: #4D7565;
	font-family: 'Noto Serif JP', serif;
	font-size: 200%;
	font-weight: 500;
	text-align: center;
}
.kaSelect03 {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kaSelect03_info {
	width: 48%;
}
.kaSelect03_txt {
	line-height: 2;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
}
.kaSelect03_img {
	width: 48%;
}
.kaSelect03_btn {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 25px 0 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 117%;
	font-weight: 400;
}
.kaSelect03_btn li {
	width: 47.916%;
}
.kaSelect03_btn span {
	display: block;
	position: relative;
	line-height: 1.2;
	padding: 12px 0 14px;
	background-color: #4D7565;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.kaSelect03_btn span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 11px;
	width: 12px;
	height: 12px;
	margin: -6px 0 0;
	background: url(../images/zoom_ico01.svg) center center no-repeat;
	background-size: contain;
}
.kaSelect02_catch {
	line-height: 1.5;
	margin: 80px 0 38px;
	color: #4D7565;
	font-family: 'Noto Serif JP', serif;
	font-size: 200%;
	font-weight: 500;
	text-align: center;
}
.kaSelect02_movie {
	display: block;
	max-width: 800px;
	margin: 0 auto;
}
/* プラン
------------------------------------------------------------------------------- */
.kaPlan01 {
	position: relative;
	background-color: #FDFBF7;
}
.kaPlan01::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 26px;
	left: 26px;
	height: 1px;
	background-color: #DECC9B;
}
.kaPlan01::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 10px;
	right: 26px;
	left: 26px;
	height: 1px;
	background-color: #DECC9B;
}
.kaPlan01_in {
	padding: 90px 30px 80px;
}
.kaPlan01_in::before {
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	left: 10px;
	bottom: 26px;
	width: 1px;
	background-color: #DECC9B;
}
.kaPlan01_in::after {
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	right: 10px;
	bottom: 26px;
	width: 1px;
	background-color: #DECC9B;
}
.kaPlan01_block {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}
.kaPlan01_info {
	width: 48%;
}
.kaPlan01_tit {
	line-height: 1.5;
	margin: 0 0 30px;
	color: #AD8A28;
	font-family: 'Noto Serif JP', serif;
	font-size: 300%;
	font-weight: 500;
}
.kaPlan01_stit {
	line-height: 1.5;
	margin: 57px 0 37px;
	color: #AD8A28;
	font-family: 'Noto Serif JP', serif;
	font-size: 200%;
	font-weight: 500;
}
.kaPlan01_txt {
	line-height: 1.8;
	margin: 0;
	font-size: 117%;
	font-weight: 400;
}
.kaPlan01_img {
	width: 48%;
	margin: 0;
}
/* アフターサービス
------------------------------------------------------------------------------- */
.kaService01 {
	padding: 120px 30px 0;
}
.kaService01_in {
	max-width: 1000px;
	margin: 0 auto;
}
.kaService01_sub {
	line-height: 1;
	margin: 0;
	color: #A18273;
	font-family: 'Noto Serif JP', serif;
	font-size: 117%;
	font-weight: 500;
	text-align: center;
	text-decoration: underline;
}
.kaService01_sub::before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto 10px;
	background: url(../images/service_ico01.svg) center center no-repeat;
	background-size: contain;
}
.kaService01_tit {
	line-height: 1.5;
	margin: 25px 0 28px;
	color: #A18273;
	font-family: 'Noto Serif JP', serif;
	font-size: 300%;
	font-weight: 500;
	text-align: center;
}
.kaService01_txt {
	line-height: 2;
	margin: 0 0 110px;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
}
/* モーダル
------------------------------------------------------------------------------- */
.modal1,
.modal2,
.modal3 {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.modal1 .mfp-close,
.modal2 .mfp-close,
.modal3 .mfp-close {
	top: -60px;
}
.kaPopup01 {
	padding: 23px 19px;
	background-color: #fff;
}
.kaPopup01_wrap {
	position: relative;
	padding: 3px;
	border: 1px solid #A5B9B1;
}
.modal1 .kaPopup01_wrap {
	border: 1px solid #CAB0CA;
}
.kaPopup01_wrap::before {
	content: "";
	display: block;
	position: absolute;
	right: -2px;
	top: -2px;
	width: 18px;
	height: 18px;
	background-color: #fff;
}
.kaPopup01_wrap::after {
	content: "";
	display: block;
	position: absolute;
	left: -2px;
	top: -2px;
	width: 18px;
	height: 18px;
	background-color: #fff;
}
.kaPopup01_in {
	padding: 55px 0 43px;
	border: 1px solid #A5B9B1;
}
.modal1 .kaPopup01_in {
	border: 1px solid #CAB0CA;
}
.kaPopup01_in::before {
	content: "";
	display: block;
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 18px;
	height: 18px;
	background-color: #fff;
}
.kaPopup01_in::after {
	content: "";
	display: block;
	position: absolute;
	left: -2px;
	bottom: -2px;
	width: 18px;
	height: 18px;
	background-color: #fff;
}
.kaPopup01 .swiper-container {
	padding: 0 30px;
	overflow: hidden;

}
.kaPopup01_block {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kaPopup01_info {
	width: -webkit-calc(100% - 275px);
	width: calc(100% - 275px);
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
.kaPopup01_info-t2 {
	padding: 0 55px 0 0;
	width: -webkit-calc(100% - 378px);
	width: calc(100% - 378px);
}
.kaPopup01_info-t3 {
	width: 50%;
}
.kaPopup01_info-t3 .kaPopup01_txt {
	letter-spacing: -0.025em;
}
.kaPopup01_en {
	position: absolute;
	top: -6px;
	left: 0;
	line-height: 1;
	margin: 0;
	padding: 0 5px 0 0;
	background-color: #fff;
	color: #4D7565;
	font-family: 'Noto Serif JP', serif;
	font-size: 117%;
	font-weight: 500;
	z-index: 1;
}
.modal1 .kaPopup01_en {
	color: #956395;
}
.kaPopup01_tit {
	line-height: 1.5;
	margin: 25px 0 17px;
	color: #4D7565;
	font-family: 'Noto Serif JP', serif;
	font-size: 200%;
	font-weight: 500;
}
.modal1 .kaPopup01_tit {
	color: #956395;
}
.kaPopup01_tit:first-child {
	margin-top: 0;
}
.kaPopup01_tit span {
	font-size: 14px;
}
.kaPopup01_txt {
	line-height: 1.8;
	margin: 0;
	font-size: 117%;
	font-weight: 400;
}
.kaPopup01_img {
	display: block;
	width: 275px;
}
.kaPopup01_img-t2 {
	width: 378px;
}
.kaPopup01_img-t3 {
	width: 47.1%;
	max-width: 420px;
}
.kaPopup02 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 15px 0 0;
	font-size: 100%;
}
.kaPopup02_item {
	width: 46.902%;
}
.kaPopup02::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	width: 1px;
	background-color: #DBE3E0;
}
.kaPopup02_tit {
	line-height: 1.5;
	margin: 0 0 18px;
	color: #4D7565;
	font-family: 'Noto Serif JP', serif;
	font-size: 200%;
	font-weight: 500;
}
.kaPopup02_block {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}
.kaPopup02_info {
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.kaPopup02_txt {
	line-height: 1.8;
	margin: 0;
	font-size: 117%;
	font-weight: 400;
}
.kaPopup02_img {
	width: 120px;
}
.kaPopup02_caption {
	line-height: 1.4;
	margin: 8px 0 0;
	font-size: 84%;
	font-weight: 400;
}
.kaPopup03 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 12px 0 0;
	font-size: 100%;
}
.kaPopup03_item {
	width: 45.1%;
	max-width: 115px;
}
.kaPopup03_img {
	display: block;
}
.kaPopup03_img img {
	display: block;
	height: 80px;
	background-color: #000;
}
.kaPopup03_tit {
	line-height: 1.5;
	margin: 8px 0 4px;
	color: #4D7565;
	font-size: 84%;
	font-weight: 500;
}
.kaPopup03_txt {
	line-height: 1.4;
	margin: 0;
	font-size: 84%;
	font-weight: 400;
}
.kaModal .mfp-container {
	padding-right: 40px;
	padding-left: 40px;
}
.kaModal .kaPopup01_btn {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	background-color: #4D7565;
	z-index: 2;
	cursor: pointer;
	transition: opacity .5s;
	letter-spacing: normal;
}
.kaModal .kaPopup01_btn-prev1,
.kaModal .kaPopup01_btn-prev2,
.kaModal .kaPopup01_btn-prev3 {
	left: -41px;
}
.kaModal .kaPopup01_btn-next1,
.kaModal .kaPopup01_btn-next2,
.kaModal .kaPopup01_btn-next3 {
	right: -41px;
}
.kaModal .kaPopup01_btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.kaModal .kaPopup01_btn::after {
	content: none;
}
.kaModal .kaPopup01_btn-prev1::before,
.kaModal .kaPopup01_btn-prev2::before,
.kaModal .kaPopup01_btn-prev3::before {
	background-image: url(../images/arw_ico01.svg);
	transform: rotate(180deg);
}
.kaModal .kaPopup01_btn-next1::before,
.kaModal .kaPopup01_btn-next2::before,
.kaModal .kaPopup01_btn-next3::before {
	background-image: url(../images/arw_ico01.svg);
}
.kaModal .kaPopup01_btn.swiper-button-disabled {
	display: none;
}
.kaModal .kaPopup01_page {
	position: absolute;
	bottom: -40px;
	line-height: 1px;
}
.kaModal .kaPopup01_page .swiper-pagination-bullet {
	display: inline-block;
	width: 24px;
	height: 1px;
	margin: 0 8px 0 0;
	border-radius: 100%;
	background: #fff;
	opacity: .3;
}
.kaModal .kaPopup01_page .swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.kaModal .kaPopup01_page .swiper-pagination-bullet-active {
	opacity: 1;
}
.kaModal.mfp-bg {
    z-index: 1;
    overflow: hidden;
    background: #AA8E80;
    opacity: 1;
    filter: alpha(opacity=80);
}