@charset "utf-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. モジュール

******************************************************************************* */
a {
	color: #9A5228;
}
/* ==

　01. モジュール

=============================================================================== */
/* お知らせ
------------------------------------------------------------------------------- */
.eInfo01 {
	position: relative;
	min-height: 250px;
	margin: 0 auto 120px;
}
.eInfo01 .sp-loading::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	margin: -45px 0 0 -45px;
	background: url(/dfc/common/images/rn/svg/loading.svg) center center no-repeat;
	background-size: 90px 90px;
}
.eInfo01 .eInfo01_list {
	display: none;
}
.eInfo01.slider-pro-show .eInfo01_list {
	display: block;
}
.eInfo01.slider-pro-showStatic .eInfo01_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px 0 -14px;
}
.eInfo01.slider-pro-showStatic .eInfo01_item {
	position: static;
	width: -webkit-calc(33.33333% -  29px);
	width: calc(33.33333% -  29px);
	margin: 0 15px 0 14px;
}
.eInfo01 .sp-arrows {
	right: 0;
	left: 0;
	max-width: 1100px;
	margin: -30px auto 0 !important;
	z-index: 100;
}
.eInfo01 .sp-arrow {
	width: 30px;
	height: 60px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.6);
}
.eInfo01 .sp-arrow::before {
	top: 50%;
	left: 40%;
	width: 8px;
	height: 8px;
	margin: -5px 0 0;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	background: none;
	transform: none;
	transform: rotate(45deg);
}
.eInfo01 .sp-arrow::after {
	content: none;
}
.eInfo01 .eInfo01_img {
	display: block;
	max-width: 322px;
	margin: 0 auto;
	border: 1px solid #ccc;
	transition: opacity .3s !important;
	box-sizing: border-box;
}
.d_hover .eInfo01 a.eInfo01_img:hover {
	opacity: 0.6;
}
.eInfo01_tit {
	line-height: 1.555;
	margin: 17px 0 0;
	font-size: 150%;
	font-weight: 500;
}
.eInfo01 .eInfo01_tit a {
	color: #000;
	text-decoration: none;
	transition: opacity .3s !important;
}
.d_hover .eInfo01 .eInfo01_tit a:hover {
	opacity: 0.6;
}
.eInfo01_txt {
	line-height: 1.5;
	margin: 14px 0 0;
	color: #666;
	font-size: 117%;
	font-weight: 400;
}

.eInfo01 .sp-buttons {
	display: none;
	position: absolute;
	bottom: -45px;
}
.eInfo01.slider-pro-show .sp-buttons {
	display: block;
}
.eInfo01 .sp-button {
	width: 12px;
	height: 12px;
	margin: 0 4px;
	border: none;
	background-color: #ccc;
	vertical-align: bottom;
}
.eInfo01 .sp-selected-button {
	background-color: #666;
}
@media only screen and (max-width: 767px) {
	.eInfo01 {
		margin: 0 auto 90px;
	}

	.eInfo02 {
		margin-right: -20px;
		margin-left: -20px;
	}
	.eInfo01_wrap {
		max-width: 1024px;
		margin: 0 auto;
	}
	.eInfo01.slider-pro-showStatic  {
		margin: 40px 0;
	}
	.eInfo01.slider-pro-showStatic .eInfo01_list {
		margin: 0 -16px 0;
	}
	.eInfo01.slider-pro-showStatic .eInfo01_item {
		width: -webkit-calc(50% -  32px);
		width: calc(50% -  32px);
		margin: 0 16px 0;
	}
	.eInfo01_tit {
		line-height: 1.5;
		font-size: 134%;
	}
	.eInfo01_txt {
		margin: 14px 0 0;
		font-size: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.eInfo01.slider-pro-showStatic .eInfo01_list {
		max-width: 295px;
		margin: -35px auto 0;
	}
	.eInfo01.slider-pro-showStatic .eInfo01_item {
		width: 100%;
		margin: 35px 0 0;
	}
	.eInfo01_tit {
		margin: 15px 0 0;
	}
	.eInfo01_txt {
		margin: 12px 0 0;
	}
}
/* リード
------------------------------------------------------------------------------- */
.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%;
	}
}
/* レイアウト
------------------------------------------------------------------------------- */
.renewBlock01 {
	margin: 32px 0 0;
	padding: 4.6875%;
	background-color: #f5f5f5;
	box-sizing: border-box;
}
.renewBlock01_tit {
	line-height: 1.6;
	margin: 0 0 22px;
	font-size: 167%;
	font-weight: 500;
}
.renewBlock01_list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.renewBlock01_list li {
	width: 23.707%;
	max-width: 220px;
	margin: 1.724% 1.724% 0 0;
}
.renewBlock01_list li:nth-child(4n) {
	margin-right: 0;
}
.renewBlock01_list li:nth-child(1), 
.renewBlock01_list li:nth-child(2), 
.renewBlock01_list li:nth-child(3), 
.renewBlock01_list li:nth-child(4) {
	margin-top: 0;
}
.renewBlock01_img {
	display: block;
}
.renewBlock01_caption {
	line-height: 1.5;
	margin: 16px 0 0;
	font-size: 134%;
	font-weight: 500;
}
.renewBlock01_btn {
	display: block;
	position: relative;
	width: 100%;
	max-width: 288px;
	line-height: 48px;
	margin: 32px auto 0;
	background-color: #9A5228;
	color: #fff;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	transition: opacity .3s;
}
.renewBlock01_btn::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 .renewBlock01_btn:hover {
	opacity: 0.6;
}
.renewBlock01_note {
	line-height: 1.5;
	margin: 16px 0 0;
	color: #f00;
	font-size: 100%;
	font-weight: 400;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.renewBlock01 {
		margin: 30px 0 0;
		padding: 30px 20px;
	}
	.renewBlock01_tit {
		line-height: 1.375;
		margin: 0 0 21px;
		font-size: 134%;
		text-align: center;
	}
	.renewBlock01_list {
		justify-content: space-between;
		max-width: 400px;
		margin: 0 auto;
	}
	.renewBlock01_list-drop {
		display: block;
	}
	.renewBlock01_list li, 
	.renewBlock01_list li:nth-child(3), 
	.renewBlock01_list li:nth-child(4) {
		width: 47.761%;
		max-width: none;
		margin: 6.2% 0 0 0;
	}
	.renewBlock01_list-drop li, 
	.renewBlock01_list-drop li:nth-child(3), 
	.renewBlock01_list-drop li:nth-child(4) {
		width: auto;
		max-width: 295px;
		margin-right: auto;
		margin-left: auto;
	}
	.renewBlock01_list li:nth-child(2n) {
		margin-right: 0;
	}
	.renewBlock01_list-drop .renewBlock01_img img {
		width: 100%;
	}
	.renewBlock01_caption {
		margin: 10px 0 0;
		font-size: 100%;
	}
	.renewBlock01_btn {
		max-width: 165px;
		line-height: 40px;
		margin: 30px auto 0;
		font-size: 100%;
	}
	.renewBlock01_btn::after {
		right: 10px;
	}
	.renewBlock01_note {
		margin: 11px 0 0;
		font-size: 92%;
	}
}
/* 見出し
------------------------------------------------------------------------------- */
.renewHeading01 {
	line-height: 1.125;
	margin: 65px 0 52px;
	font-size: 200%;
	font-weight: 500;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.renewHeading01 {
		margin: 44px 0 22px;
		font-size: 167%;
	}
}
/* 注釈
------------------------------------------------------------------------------- */
.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%;
	}
}
/* 余白調整
------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.smpMt20 { margin-top: 20px !important; }
}