@charset "utf-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. モジュール

******************************************************************************* */
a {
	color: #9A5228;
}
em {
	font-weight: 600;
}
.dHeading03 {
	background-color: #77583E;
}
.mg_kaiketsu img.mfp-img {
	padding: 0;
}
.mg_kaiketsu .mfp-image-holder .mfp-close {
	right: 0;
}
.mg_kaiketsu .mfp-figure:after {
	content: none;
}
.mg_kaiketsu .mfp-content {
	margin: 0;
	padding: 44px 0 0;
	border-bottom: 20px solid transparent;
}
.mfp-container {
	padding: 0 20px;
}
.dNav01_item a {
	color: #9A5228;
}
.dNav01-top .dNav01_item-current a {
	border-top: 3px solid #77583E;
}
@media only screen and (max-width: 767px) {
	.fnkZoom_trigger {
		display: inline-block;
		position: relative;
		cursor: pointer;
	}
	.fnkZoom_trigger::before {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 48px;
		height: 48px;
		border-radius: 6px;
		background-color: #000;
		background: rgba(0, 0, 0, .6);
	}
	.fnkZoom_trigger::after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 48px;
		height: 48px;
		background: url(/dfc/common/images/rn/kaiketsu/zoom_ico01.png) center center no-repeat;
		background-size: 28px 28px;
	}
}
/* ==

　01. モジュール

=============================================================================== */
/* リード
------------------------------------------------------------------------------- */
.kLead01 {
	line-height: 1.6875;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.kLead01 {
		line-height: 1.714;
		font-size: 117%;
	}
}
/* ローカルナビ
------------------------------------------------------------------------------- */
.kNav01 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 45px 0 0;
}
.kNav01_item {
	width: 48.828%;
	margin: 20px 0 0;
	padding: 0 15px 28px;
	border: 1px solid #77583E;
	border-radius: 8px;
	box-sizing: border-box;
}
.kNav01_item:nth-child(1),
.kNav01_item:nth-child(2) {
	margin-top: 0;
}
.kNav01_tit {
	display: -webkit-box;
	display: flex;
	align-items: center;
	position: relative;
	min-height: 79px;
	line-height: 1.5;
	margin: 0 0 31px;
	padding: 0 0 0 60px;
	border-bottom: 1px solid #77583E;
	color: #000;
	font-size: 150%;
	font-weight: 500;
}
.kNav01_tit::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 5px;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.kNav01_tit-t1::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico01_2.png);
}
.kNav01_tit-t2::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico02_2.png);
}
.kNav01_tit-t3::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico03_2.png);
}
.kNav01_tit-t4::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico04_2.png);
}
.kNav01_tit-t5::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico05_2.png);
}
.kNav01_tit-t6::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico06_2.png);
}
.kNav01_tit-t7::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico07_2.png);
}
.kNav01_tit-t8::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico08_2.png);
}
.kNav01_tit-t9::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico09_2.png);
}
.kNav02 {
	line-height: 1.6875;
	color: #9A5228;
	font-size: 134%;
	font-weight: 500;
}
.kNav02 li {
	position: relative;
	margin: 5px 0 0;
	padding: 0 0 0 32px;
}
.kNav02 li:first-child {
	margin-top: 0;
}
.kNav02 li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.7em;
	left: 15px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #77583E;
}
.kNav02 a {
	color: #9A5228;
}
.kNav03 {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6875;
	color: #9A5228;
	font-size: 134%;
	font-weight: 500;
}
.kNav03_item {
	width: 24.414%;
	min-height: 81px;
	margin: 8px 0.781% 0 0;
}
.kNav03_item:nth-child(1),
.kNav03_item:nth-child(2),
.kNav03_item:nth-child(3),
.kNav03_item:nth-child(4) {
	margin-top: 0;
}
.kNav03_item:nth-child(4n) {
	margin-right: 0;
}
.kNav03_item a {
	display: block;
	position: relative;
	height: 100%;
	padding: 15px 15px 15px 30px;
	border: 1px solid #77583E;
	border-radius: 8px;
	background-color: #fff;
	color: #9A5228;
	text-decoration: underline;
	box-sizing: border-box;
}
.d_hover .kNav03_item a:hover {
	text-decoration: none;
}
.kNav03_item-current a {
	border-color: #FAF6F0;
	background-color: #FAF6F0;
	color: #333;
	text-decoration: none;
	cursor: default;
}
.kNav03_item a::before {
	content: "";
	display: block;
	position: absolute;
	top: 1.6em;
	left: 15px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #77583E;
}
@media only screen and (max-width: 767px) {
	.kNav01 {
		display: block;
		margin: 30px 0 0;
	}
	.kNav01_item,
	.kNav01_item:nth-child(2) {
		width: auto;
		margin: 15px 0 0;
		padding: 0 9px 27px;
	}
	.kNav01_tit {
		min-height: 64px;
		margin: 0 0 29px;
		padding: 0 0 0 68px;
		font-size: 134%;
	}
	.kNav01_tit::before {
		top: 14px;
		left: 10px;
	}
	.kNav02 {
		line-height: 1.714;
		font-size: 117%;
	}
	.kNav02 li {
		margin: 4px 0 0;
		padding: 0 0 0 28px;
	}
	.kNav02 li:first-child {
		margin-top: 0;
	}
	.kNav02 li::before {
		top: 0.7em;
		left: 10px;
	}
	.kNav03 {
		display: block;
		line-height: 1.5;
	}
	.kNav03_item,
	.kNav03_item:nth-child(2),
	.kNav03_item:nth-child(3),
	.kNav03_item:nth-child(4) {
		width: auto;
		min-height: 0;
		margin: 15px 0 0;
	}
	.kNav03_item a {
		height: auto;
		padding: 14px 20px 15px 38px;
	}
	.kNav03_item a::before {
		top: 1.5em;
		left: 19px;
	}
}
/* リード
------------------------------------------------------------------------------- */
.renewLead01 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 0 -500% 64px;
	padding: 48px 500%;
}
.renewLead01-t1 {
	background-color: #F4EFE9;
}
.renewLead01-t2 {
	padding-top: 64px;
	background-color: #fff;
}
.renewLead01_w {
	width: 64%;
}
.renewLead01_n {
	width: 30%;
}
.renewLead01_txt {
	line-height: 1.5;
	margin: 0 0 24px;
	font-size: 134%;
	font-weight: 400;
}
.renewLead01_txt:last-child {
	margin-bottom: 0;
}
.renewLead01_btns {
	font-size: 100%;
	font-weight: 300;
}
.renewLead01_btn {
	margin: 16px 0 0;
	font-size: 134%;
	font-weight: 500;
}
.renewLead01_btn:first-child {
	margin-top: 0;
}
.renewLead01_btn a {
	display: block;
	position: relative;
	line-height: 48px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: opacity .3s;
}
.renewLead01_btn-t1 a {
	background-color: #98896E;
}
.renewLead01_btn-t2 a {
	background-color: #5A4437;
}
.renewLead01_btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 8px;
	height: 14px;
	margin: -7px 0 0;
	background-image: url(/dfc/common/images/rn/link_ico04.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.d_hover .renewLead01_btn a:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 767px) {
	.renewLead01 {
		display: block;
		margin: 0 -20px 40px;
		padding: 28px 20px 30px;
	}
	.renewLead01-t2 {
		padding-top: 48px;
	}
	.renewLead01_w {
		width: auto;
	}
	.renewLead01_n {
		width: auto;
	}
	.renewLead01_txt {
		line-height: 1.714;
		margin: 0 0 15px;
		font-size: 117%;
	}
	.renewLead01_btns {
		display: -webkit-box;
		display: flex;
		justify-content: space-between;
		margin: 22px 0 0;
	}
	.renewLead01_btn {
		width: 49.253%;
		margin: 0;
		font-size: 100%;
	}
	.renewLead01_btn a {
		line-height: 1.4;
		padding: 12px 15px 11px;
	}
	.renewLead01_btn a::after {
		right: 10px;
	}
}
@media only screen and (max-width: 374px) {
	.renewLead01_btn {
		font-size: 84%;
	}
}
/* 注釈
------------------------------------------------------------------------------- */
.renewNote01 {
	line-height: 1.5;
	font-size: 100%;
	font-weight: 400;
	margin: 0 0 0 1em;
	text-indent: -1em;
}
.renewNotes01 {
	line-height: 1.5;
	font-size: 100%;
	font-weight: 400;
}
.renewNotes01 li {
	margin: 3px 0 0 1em;
	text-indent: -1em;	
}
.renewNotes01 li:first-child {
	margin-top: 0;
}
.renewEm01 {
	color: #f00;
}
@media only screen and (max-width: 767px) {
	.renewNote01 {
		font-size: 92%;
	}
	.renewNotes01 {
		font-size: 92%;
	}
}
/* ★【セクション】1
------------------------------------------------------------------------------- */
.dSection01,
.dSection01 .dSection01 {
	margin: 48px 0;
}
@media only screen and (max-width: 767px) {
	.dSection01,
	.dSection01 .dSection01 {
		margin: 32px 0;
	}
}
/* タブナビ
------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.dNav01-kaiketsu .dNav01_item a {
		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;
		height: 100%;
	}
}
/* 見出し
------------------------------------------------------------------------------- */
.kHeading01 {
	display: -webkit-box;
	display: flex;
	align-items: center;
	position: relative;
	min-height: 48px;
	line-height: 1.194;
	margin: 0 0 48px;
	padding: 0 0 0 82px;
	font-size: 300%;
	font-weight: 500;
}
.kHeading01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.kHeading01-t1::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico01.png);
}
.kHeading01-t2::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico02.png);
}
.kHeading01-t3::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico03.png);
}
.kHeading01-t4::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico04.png);
}
.kHeading01-t5::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico05.png);
}
.kHeading01-t6::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico06.png);
}
.kHeading01-t7::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico07.png);
}
.kHeading01-t8::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico08.png);
}
.kHeading01-t9::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico09.png);
}
@media only screen and (max-width: 767px) {
	.kHeading01 {
		line-height: 1.384;
		margin: 0 0 32px;
		padding: 0 0 0 69px;
		font-size: 217%;
	}
}
/* 見出し
------------------------------------------------------------------------------- */
.kHeading02 {
	display: -webkit-box;
	display: flex;
	align-items: center;
	position: relative;
	min-height: 40px;
	line-height: 1.5;
	margin: 0 0 24px;
	padding: 0 0 0 64px;
	font-size: 150%;
	font-weight: 500;
}
.kHeading02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.kHeading02-t1::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico01_2.png);
}
.kHeading02-t2::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico02_2.png);
}
.kHeading02-t3::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico03_2.png);
}
.kHeading02-t4::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico04_2.png);
}
.kHeading02-t5::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico05_2.png);
}
.kHeading02-t6::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico06_2.png);
}
.kHeading02-t7::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico07_2.png);
}
.kHeading02-t8::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico08_2.png);
}
.kHeading02-t9::before {
	background-image: url(/dfc/common/images/rn/kaiketsu/nav_ico09_2.png);
}
@media only screen and (max-width: 767px) {
	.kHeading02 {
		margin: 0 0 32px;
		padding: 0 0 0 58px;
		font-size: 134%;
	}
}
/* 見出し
------------------------------------------------------------------------------- */
.kHeading03 {
	line-height: 1.611;
	margin: 24px 0 14px;
	font-size: 150%;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
	.kHeading03 {
		line-height: 1.625;
		margin: 28px 0 14px;
		font-size: 134%;
	}
}
/* 見出し
------------------------------------------------------------------------------- */
.kHeading04 {
	line-height: 1.611;
	margin: 28px 0 10px;
	font-size: 150%;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
	.kHeading04 {
		line-height: 1.625;
		margin: 25px 0 8px;
		font-size: 134%;
	}
}
/* コンテンツ下部
------------------------------------------------------------------------------- */
.kFooter01 {
	position: relative;
	padding: 49px 0 0;
}
.kFooter01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background-color: #ccc;
}
.kFooter01_btn {
	position: relative;
	margin: 48px 0 0;
	padding: 65px 0 0;
	text-align: center;
}
.kFooter01_btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background-color: #77583E;
}
.kFooter01_btn a {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 288px;
	line-height: 48px;
	padding: 0;
	background-color: #9A5228;
	color: #fff;
	font-size: 134%;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	transition: opacity .3s;
}
.kFooter01_btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 8px;
	height: 14px;
	margin: -7px 0 0;
	background-image: url(/dfc/common/images/rn/link_ico04.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.d_hover .kFooter01_btn a:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 767px) {
	.kFooter01 {
		padding: 32px 0 0;
	}
	.kFooter01::before {
		right: -20px;
		left: -20px;
	}
	.kFooter01_btn {
		margin: 50px 0 0;
		padding: 50px 0 0;
	}
	.kFooter01_btn::before {
		right: -20px;
		left: -20px;
	}
	.kFooter01_btn a {
		max-width: 165px;
		line-height: 40px;
		font-size: 100%;
	}
	.kFooter01_btn a::after {
		right: 10px;
	}
}
/* リスト
------------------------------------------------------------------------------- */
.kList01 {
	list-style: decimal;
	line-height: 1.6875;
	margin: 20px 0 20px 1.1em;
	font-size: 134%;
	font-weight: 400;
}
.kList01-tbl {
	margin-left: 1.5em;
}
.kList01 li {
	margin: 30px 0 0;
}
.kList01 li:first-child {
	margin-top: 0;
}
.kList01_block {
	margin: 20px 0 0;
	font-size: 12px;
}
.kList02 {
	line-height: 1.6875;
	margin: 20px 0;
	font-size: 134%;
	font-weight: 400;
}
.kList02 li {
	position: relative;
	margin: 5px 0 0;
	padding: 0 0 0 20px;
}
.kList02 li:first-child {
	margin-top: 0;
}
.kList02 li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.75em;
	left: 3px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #77583E;
}
@media only screen and (max-width: 767px) {
	.kList01 {
		line-height: 1.714;
		margin: 15px 0 15px 1.1em;
		font-size: 117%;
	}
	.kList01-tbl {
		margin-left: 1.5em;
	}
	.kList01 li {
		margin: 26px 0 0;
	}
	.kList01_block {
		margin: 15px 0 0;
	}
	.kList02 {
		line-height: 1.714;
		margin: 15px 0;
		font-size: 117%;
	}
}
_:lang(x)+_:-webkit-full-screen-document, .kList01 {
	margin-left: 1.5em;
}
/* 補足事項
------------------------------------------------------------------------------- */
.kNote01 {
	line-height: 1.6875;
	margin: 30px 0 0 1.3em;
	font-size: 134%;
	font-weight: 400;
	text-indent: -1.3em;
}
.kNote02 {
	line-height: 1.6875;
	margin: 30px 0 0 3em;
	font-size: 134%;
	font-weight: 400;
	text-indent: -3em;
}
@media only screen and (max-width: 767px) {
	.kNote01 {
		line-height: 1.714;
		margin: 26px 0 0 1.3em;
		font-size: 117%;
	}
	.kNote02 {
		line-height: 1.714;
		margin: 26px 0 0 3em;
		font-size: 117%;
	}
}
/* 画像
------------------------------------------------------------------------------- */
.kImg01 {
	margin: 30px auto;
	text-align: center;
}
.kImg01-w1 {
	max-width: 700px;
}
.kImg01-w2 {
	max-width: 600px;
}
.kImg01-w3 {
	max-width: 500px;
}
.kImg01-w4 {
	max-width: 400px;
}
.kImg01-w6 {
	max-width: 400px;
}
.kImg02 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}
.kImg02-w1 {
	max-width: 700px;
}
.kImg02-w2 {
	max-width: 850px;
}
.kImg02 > span,
.kImg02 > div {
	display: block;
	width: 48.572%;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.kImg01 {
		margin: 26px auto;
	}
	.kImg01-w1 {
		max-width: 335px;
	}
	.kImg01-w2 {
		max-width: 276px;
	}
	.kImg01-w3 {
		max-width: 276px;
	}
	.kImg01-w4 {
		max-width: 200px;
	}
	.kImg01-w5 {
		max-width: 160px;
	}
	.kImg01-w6 {
		max-width: 330px;
	}
	.kImg02 {
		display: block;
	}
	.kImg02-w1 {
		max-width: 276px;
	}
	.kImg02-w2 {
		max-width: 330px;
	}
	.kImg02 > span,
	.kImg02 > div {
		width: auto;
		margin: 28px 0 0;
	}
	.kImg02 > span:first-child,
	.kImg02 > div:first-child {
		margin-top: 0;
	}
}
/* レイアウト
------------------------------------------------------------------------------- */
.kBlock01 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}
.kBlock01_info {
	padding: 0 40px 0 0;
	box-sizing: border-box;
}
.kBlock01_info-w1 {
	width: -webkit-calc(100% - 240px);
	width: calc(100% - 240px);
}
.kBlock01_img-w1 {
	width: 240px;
}
@media only screen and (max-width: 767px) {
	.kBlock01 {
		display: block;
		margin: 26px auto;
	}
	.kBlock01_info {
		width: auto;
		padding: 0;
	}
	.kBlock01_img {
		display: block;
		margin: 24px auto 0;
	}
}