@charset "utf-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	margin-bottom: 30px;
}
.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_text :first-child {
	overflow: hidden;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.box_color {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 40px;
	background: #f5f5f5;
	border-radius: 15px;
}

.box_color_success {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 40px;
	background: #d4edda;
	border-radius: 15px;
}

.box_border {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 40px;
	border: 3px solid #444;
	border-radius: 15px;
}

.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: 450px;
	vertical-align: top;
}

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

.custom_ttl {
	margin: 90px 0 40px;
	line-height: 1;
	font-family: 'Schibsted Grotesk', sans-serif;
}
.custom_ttl_en {
	margin-right: 18px;
	font-family: 'Schibsted Grotesk', sans-serif;
	font-size: 56px;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.custom_ttl_ja {
	display: inline-block;
	margin: 0 !important;
	padding: 27px 0 0 0 !important;
	border: none !important;
	font-size: 18px !important;
	font-weight: bold;
	letter-spacing: 0.03em;
	vertical-align: top;
}
.custom_ttl_ja::before {
	display: none;
}

.tbl_underline th,
.tbl_underline td {
	padding: 30px 0 !important;
}
.tbl_underline th {
	width: 18% !important;
}

.box_faq {
	padding: 40px 0;
	border-bottom: 1px solid #bbb;
}
.box_faq_icon {
	float: left;
	margin-right: 45px;
	line-height: 1;
	font-family: 'Schibsted Grotesk', sans-serif;
	font-size: 40px;
	font-weight: 700;
}
.box_faq_detail {
	overflow: hidden;
}
.box_faq_list dt {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.box_line {
	padding: 35px 0;
	border-bottom: 1px solid #bbb;
}
.box_line.-top {
	border-top: 1px solid #bbb;
}
.box_line h4 {
	margin: 0 0 15px !important;
}

.entry_btn a {
	display: inline-block;
	width: 220px;
	height: 60px;
	margin-top: 30px;
	border: 2px solid #3cbbb0;
	border-radius: 30px;
	line-height: 56px;
	color: inherit;
	font-family: 'Schibsted Grotesk', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.04em;
}
.entry_btn a:hover {
	opacity: 1;
	background: #3cbbb0;
	color: #fff;
}

.calender_wrap iframe{
	width: 100%;
	height: 700px;
}


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

/* コンセプト */
.box_read {
	margin-bottom: 70px;
	line-height: 1 !important;
	text-align: center;
}
.box_read h2 {
	margin: 0 0 10px !important;
	padding: 0 !important;
	border: none !important;
	font-family: 'Schibsted Grotesk', sans-serif;
	font-size: 60px !important;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.box_read h2::before {
	display: none;
}
.box_read p {
	margin: 0;
	padding: 0 !important;
	border: none !important;
	font-family: 'Schibsted Grotesk', sans-serif;
	font-size: 20px !important;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.section {
	margin: 110px -100% 120px;
	background: #f7f7f7;
}
.section_inner {
	width: 1200px;
	margin: 0 auto;
	padding: 110px 0 100px;
}

.simple_ttl {
	margin: 0 0 25px !important;
	padding: 0 !important;
	font-size: 30px !important;
}
.simple_ttl::before {
	display: none !important;
}
