@charset "UTF-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	margin-bottom: 45px;
}
.box::after {
	display: block;
	content: '';
	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: 40px;
	padding: 30px;
	background: #f5f5f5;
}

.box_color_success {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px;
	background: #d4edda;
}

.box_border {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px;
	border: 3px solid #444;
}

.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_simple_btn i::before {
	margin-right: 8px;
}

.box_message_wrap {
	margin: 55px 0 160px;
}
.box.-message {
	margin-bottom: 85px;
}
.box.-message:last-child {
	margin: 0;
}
.box.-message .box_text {
	padding-top: 5px;
	font-size: 15px;
}
.box.-message .box_text h3 {
	margin-bottom: 23px;
	padding: 0;
	background: none;
	color: #222;
	font-size: 22px;
}
.box.-message .box_right {
	margin-left: 55px;
}
.box.-message .box_left {
	margin-right: 55px;
}

.entty_btn_wrap {
	margin-top: 75px;
	text-align: center;
}
.entty_btn_wrap .entry_btn {
	display: inline-block;
	margin: 0 5px;
}
.entty_btn_wrap .entry_btn a {
	display: inline-block;
	width: 280px;
	height: 65px;
	border-radius: 33px;
	background: #6e8689;
	line-height: 65px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.entry_btn.-small {
	display: inline-block;
	margin-right: 5px;
}
.entry_btn.-small:last-child {
	margin: 0;
}
.entry_btn.-small a {
	display: block;
	width: 170px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #6e8689;
	line-height: 50px;
	text-align: center;
	color: #425a5d;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.tbl_underline th,
.tbl_underline td {
	padding: 20px 0 !important;
}

.table_std th {
	width: 20%;
}

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

.tbl_price {
	margin-top: 50px !important;
}
.tbl_price th,
.tbl_price td {
	padding: 0 0 10px 0 !important;
	background: none !important;
	border: none !important;
	border-bottom: 2px solid #555 !important;
	font-size: 20px !important;
	letter-spacing: 0.05em;
}
.tbl_price td {
	text-align: right !important;
	font-weight: bold;
}

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

/* コンセプト */
.page-concept h2 {
	margin-bottom: 50px;
	text-align: left;
	border-bottom: 2px solid #333;
}
.page-concept h2::before {
	display: none;
}

/* 事業案内 */
.page-business h2 {
	margin-bottom: 50px;
	text-align: left;
	border-bottom: 2px solid #333;
}
.page-business h2::before {
	display: none;
}

/* リラクゼーションメニュー */
.page-relaxation h2 {
	margin-bottom: 50px;
	text-align: left;
	border-bottom: 2px solid #333;
}
.page-relaxation h2::before {
	display: none;
}
.page-relaxation

.box_message_wrap {
	margin: 55px 0 115px;
}
.-relaxation {
	margin-bottom: 75px;
}
.-relaxation:last-child {
	margin: 0;
}
.-relaxation .box_text {
	font-size: 15px;
}
.-relaxation .box_text h3 {
	margin-bottom: 23px;
	padding: 0;
	background: none;
	color: #275b61;
	font-size: 22px;
}
.-relaxation .box_text p {
	margin-bottom: 25px;
}
.-relaxation .box_right {
	margin-left: 55px;
}
.-relaxation .box_left {
	margin-right: 55px;
}

/* 求人情報 */
.page-recruit h4 {
	margin-top: 60px !important;
}