@charset "utf-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	margin-bottom: 40px;
}
.box::after {
	content: '';
	display: block;
	clear: both;
}

.box_left {
	float: left;
	margin: 0 35px 35px 0;
}

.box_right {
	float: right;
	margin: 0 0 35px 35px;
}

.box_text {
	overflow: hidden;
}

.box_color {
	overflow: hidden;
	margin-bottom: 50px;
	padding: 40px 45px;
	background: #f7f3ed;
}

.box_color_success {
	overflow: hidden;
	margin-bottom: 50px;
	padding: 40px 45px;
	background: #d4edda;
}

.box_border {
	overflow: hidden;
	margin-bottom: 50px;
	padding: 40px 45px;
	border: 1px solid #aca79f;
}

.color_green {
	color: #28a745;
}

.color_red {
	color: #dc3545;
}

.img_frame {
	overflow: hidden;
	padding: 2px;
	border: 2px solid #ddd;
	vertical-align: top;
}

.reset_ttl {
}


/* =============================================== */
/** Project */
/* =============================================== */

.map_wrap iframe {
	width: 100%;
	height: 550px;
	vertical-align: top;
}

.img_shadow img {
	box-shadow: 10px 10px #fafac5;
}

.entry_body .row {
	margin: 0 -15px;
}
.entry_body .row > div {
	margin-bottom: 30px !important;
	padding: 0 15px;
}
.entry_body .row.-banner {
	margin: 0 -30px;
}
.entry_body .row.-banner > div {
	margin-bottom: 50px !important;
	padding: 0 30px;
}

.contents_main_ttl {
	margin: 120px 0 60px !important;
	padding: 0 !important;
	line-height: 1.4 !important;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 42px !important;
	font-weight: 600 !important;
	text-align: center;
}
.contents_main_ttl::before {
	display: none;
}

.contents_ttl {
	margin-bottom: 60px;
}
.contents_ttl_ja {
	margin: 0 0 5px !important;
	padding: 0 !important;
	line-height: 1.3 !important;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 42px !important;
	font-weight: 600 !important;
}
.contents_ttl_en {
	display: block;
	line-height: 1;
	font-family: 'Cormorant', serif;
	font-size: 30px;
	font-weight: 500;
}

.bg_wrap {
	position: relative;
	z-index: 1;
	margin: 140px 0;
	padding: 120px 0;
}
.bg_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -100;
	width: 100vw;
	background: #efe8dc;
	transform: translateX(-50%);
}
.bg_wrap :first-child {
	margin-top: 0 !important;
}
.bg_wrap :last-child {
	margin-bottom: 0 !important;
}

.tbl_underline th,
.tbl_underline td {
	padding: 24px  0 !important;
	font-size: 16px !important;
}
.tbl_underline th {
	font-family: 'Shippori Mincho B1', serif;
	font-size: 18px !important;
	font-weight: 600;
}

.tbl_fixed th,
.tbl_fixed td {
	text-align: center !important;
	vertical-align: middle !important;
}

.tbl_price th,
.tbl_price td {
	padding: 10px  0 !important;
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	background: none !important;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 18px !important;
	font-weight: 600;
}
.tbl_price td {
	text-align: right !important;
}
.bg_wrap .tbl_price th,
.bg_wrap .tbl_price td {
	border-bottom: 1px solid #ccc !important;
}

.contents_feature_group {
	margin-bottom: 120px;
}
.contents_feature {
	margin-bottom: 85px;
}
.contents_feature_group .contents_feature:last-child {
	margin: 0;
}
.contents_feature .box_right {
	margin: 0 0 0 65px;
}
.contents_feature .box_left {
	margin: 0 65px 0 0;
}
.contents_feature .box_text {
	padding-top: 10px;
}
.contents_feature .contents_ttl {
	margin-bottom: 25px;
}
.contents_feature .contents_ttl_ja {
	margin: 0 0 15px;
	border: none !important;
	font-size: 36px !important;
}

.contents_flow {
	margin: 70px 0;
}
.contents_flow_list {
	border-top: 1px solid #ddd !important;
}
.contents_flow_list_item {
	display: flex;
	align-items: center;
	padding: 40px 0 !important;
	border-bottom: 1px solid #ddd !important;
}
.contents_flow_list_item::before {
	display: none;
}
.contents_flow_list_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 12px solid #cfcfd6;
}

.contents_flow_list_icon {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	margin-right: 60px;
	border: 1px solid #aca79f;
	border-radius: 50%;
	line-height: 1.2;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 28px;
}
.contents_flow_list_icon small {
	font-size: 14px;
}
.contents_flow_list_icon br {
	display: none;
}
.contents_flow_list_ttl {
	flex-shrink: 0;
	width: 300px !important;
	margin: 0 0 12px !important;
	padding: 0 !important;
	border: none !important;
	font-size: 26px !important;
	font-weight: 600;
}

.contents_message_group {
	margin-bottom: 120px;
}
.contents_message {
	margin-bottom: 70px !important;
	background: #f7f3ed;
}
.contents_message:last-child {
	margin: 0 !important;
}
.contents_message .box_left,
.contents_message .box_right {
	margin: 0;
}
.contents_message .box_text {
	padding: 60px;
}
.contents_message_ttl {
	padding: 0 !important;
	margin: 0 0 15px !important;
	font-size: 36px;
	border: none !important;
}



/* =============================================== */
/** Page */
/* =============================================== */

/** 施工フロー＆料金 */
.page-flow .row h4 {
	margin: 25px 0 5px !important;
	padding: 0 !important;
	font-size: 27px !important;
}
.page-flow .row h4::before {
	display: none;
}
.page-flow .row {
	margin-bottom: 45px !important;
}

/* 選ばれる理由 */
.page-reason .contents_flow_list_item::before,
.page-reason .contents_flow_list_item::after {
	display: none !important;
}
.page-reason .contents_flow_list_icon {
	width: 100px;
	height: 100px;
}