/* カスタム CSS をここに入力してください */

.area02-image{
margin-top:60px;
}


/*tablepress_04*/
.tablepress_04 {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	border-collapse: separate; /*セルの間に空間を開ける*/
	border-spacing: 5px 0; /*隣のセルとの距離*/
	padding: 10px 0;
}
.tablepress_04 th,
.tablepress_04 td {
	text-align: center;
}
.tablepress_04 tr td {
	padding: 10px 2px;
}
/* タイトル設定*/
.tablepress_04 th {
	height: 150px;
	padding: 50px 0 0 0;
	background-clip: content-box; /*背景色パディング無効*/
	background-color: #00ACBF !important;
}
/*行設定*/
.tablepress_04 .row-1 td {
	font-size: 2.0em;
	font-weight: bold;
}
.tablepress_04 .row-2 td {
  color:#00ACBF;
}
.tablepress_04 .row-3 td {
	font-weight: bold;
}
.tablepress_04 .row-4 td {
  color:#00ACBF;
}
.tablepress_04 .row-5 td {
	font-weight: bold;
}
.tablepress_04 .row-6 td {
  color:#00ACBF;
}
.tablepress_04 .row-7 td {
	font-weight: bold;
}
.tablepress_04 .row-8 td {
  color:#00ACBF;
}
.tablepress_04 .row-9 td {
	font-weight: bold;
}
.tablepress_04 .row-10 td {
	color: #fff;
	padding: 5px;
	background-clip: content-box; /*背景色パディング無効*/
	background-color: #00ACBF !important;
}
.tablepress_04 .row-11 td {
	font-size: 1.6em;
	font-weight: bold;
}
.tablepress_04 .row-12 td {
	color: #fff;
	padding: 5px;
	background-clip: content-box; /*背景色パディング無効*/
	background-color: #00ACBF !important;
}
.tablepress_04 .row-13 td {
	font-size: 1.6em;
	font-weight: bold;
}
.price-caption{
	width:80%;
		margin-left:auto;
	margin-right:auto;
font-size:1.0em;
	margin-bottom:30px;
}

@media screen and (max-width: 768px){
.price-table {
	width:100%;
}
/*行設定*/
.tablepress_04 .row-1 td {
	font-size: 0.85em;
}
.tablepress_04 .row-2 td {
	font-size: 0.85em;
}
.tablepress_04 .row-3 td {
	font-size: 0.85em;
}
.tablepress_04 .row-4 td {
	font-size: 0.85em;
}
.tablepress_04 .row-5 td {
	font-size: 0.85em;
}
.tablepress_04 .row-6 td {
	font-size: 0.85em;
}
.tablepress_04 .row-7 td {
	font-size: 0.85em;
}
.tablepress_04 .row-8 td {
	font-size: 0.85em;
}
.tablepress_04 .row-9 td {
	font-size: 0.85em;
}
.tablepress_04 .row-10 td {
	font-size: 0.85em;
}
.tablepress_04 .row-11 td {
	font-size: 0.85em;
}
.tablepress_04 .row-12 td {
	font-size: 0.85em;
}
.tablepress_04 .row-13 td {
	font-size: 0.85em;
}
.price-caption{
	width:94%;
		margin-left:auto;
	margin-right:auto;
font-size:0.85em;
	margin-bottom:30px;
}

}


.contents-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 7rem;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.contents-wrap:nth-child(odd) {
	flex-direction: row-reverse;
}

.contents-text {
	width: 60%; /*flex: 2;*/
		font-size:18px;
	line-height:2em;
	text-align: justify;
}
.contents-img {
	width: 35%; /*flex: 1;*/
}

.contents-text h2 {
	margin-bottom: 2rem;
	font-size: 2.2rem;
}

.contents-img img {
	display: block;
	width: 100%;
	height: auto;
}

.contents-wrap .item-title{
font-size:50px;
font-family:serif;
	color:#00ACBF;
}
.contents-wrap .item-sub-title{
font-size:30px;
color:#00ACBF;
	padding-top:5px;
	font-family:serif;
		padding-bottom:20px;
}



@media screen and (max-width: 768px){
.contents-wrap {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}


	.contents-wrap,
	.contents-wrap:nth-child(odd)  {
		flex-direction: column;
	}
.contents-text {
		font-size:14px;
	line-height:2em;
	text-align: justify;
}
	.contents-text,
	.contents-img {
		width: 100%; /*flex: 1;*/
	}
	.contents-text {
		padding: 3rem;
	}
	.contents-text h2 {
		text-align: center;
	}


.contents-wrap .item-sub-title{
		text-align: center;
}
}

/*フロアマップflexbox*/
.content-floor-map{
	text-align:center;
	margin-top:100px;
	padding-top:80px;
	background: linear-gradient(#67BCCD, #E9F5F4 ) fixed;
}
.items2 {
  display: flex;
  flex-direction: column;
}
.items2 .item {
  width: 100%;
}
.item-floor img{
  width: 180px;
	margin-bottom:20px
}
.item-map img{
  width: 80%;
		margin-bottom:120px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

@media screen and (max-width: 768px){
.content-floor-map{
	margin-top:60px;
}
.item-floor img{
  width: 20%;
}
	.item-map img{
  width: 94%;
		margin-bottom:68px
}
}

/*コンタクトフォームカスタマイズ*/
/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #F92931;
	border-radius: 20px;
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #424242;
	border-radius: 20px;
}

/* 項目名を太字にする */
form p {
	font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(255, 255, 142, 0.46);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 100%;
	height: 80px;
	background: #27c038;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}