@charset "UTF-8";

.cmnmain {
	padding-bottom: 70px;
}

.hall-ttl {
	background: #EB9100;
}

.desc {
	margin: 35px 15px 0;
}

.hali_img {
	margin-top: 30px;
}

.floor {
	margin-top: 70px;
}

.floor.-floor01 {
	margin-top: 55px;
}

.floor_ttl {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	background: #FCEEBB;
	border-radius: 11px;
	padding: 16px 20px;
}

.floor_desc {
	margin-top: 35px;
}

.floor_row {
	margin-top: 40px;
	position: relative;
}

.floor.-floor01 .floor_row {
	padding-right: 20px;
}

.floor.-floor02 .floor_row {
	padding-bottom: 130px;
}

.floor_col {
}

.floor.-floor01 .floor_col.-col01 {
	width: 36%;
	position: absolute;
	bottom: 0;
	left: 40px;
}

.floor.-floor01 .floor_col.-col02 {
	width: 72%;
	margin-left: auto;
}

.floor.-floor02 .floor_col.-col01 {
	width: 83%;
}

.floor.-floor02 .floor_col.-col02 {
	width: 49%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.floor_kenki {
	background: #F5F5F5;
	border-radius: 15px;
	margin-top: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 25px;
}

.floor_kenki_detail {
	width: 34%;
	margin: 0 65px 0 40px;
}

.floor_kenki_detail_ttl {
	font-size: 20px;
	font-weight: bold;
}

.floor_kenki_detail_desc {
	margin-top: 15px;
}

.floor_kenki_detail_dl {
	display: flex;
	border-top: 1px dashed;
	margin-top: 15px;
	padding-top: 13px;
}

.floor_kenki_img {
	width: 40%;
}

.floor.-floor01 .floor_wrap {
	margin-top: 100px;
}

.floor.-floor02 .floor_wrap {
	margin-top: 40px;
}

.floor_cnt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.floor_cnt:nth-child(n+2) {
	margin-top: 45px;
}

.floor_item {
	width: 48.5%;
}

.floor_item:nth-child(n+3) {
	margin-top: 40px;
}

.floor_item img {
	width: 100%;
	height: auto;
	border-radius: 22px;
}

.floor_group {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.floor_item_name {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}

.floor_item_name span {
	background: #FCEEBB;
	border-radius: 11px;
	padding: 15px 25px;
	display: inline-block;
}

.floor_item_name span {
	padding-top: 20px;
}

.floor_item_txt {
	margin-top: 18px;
}

.floor_item_txt.-way {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.floor_search {
	background: #EFEFEF;
	border-radius: 13px;
	position: relative;
	padding: 80px 6% 50px;
	max-width: 40%;
	margin: 0 auto auto;
	border-radius: 50%;
}

.floor_search:before {
	position: absolute;
	left: 0;
	bottom: 20%;
	transform: rotate(-60deg);
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 20px 0 20px;
	border-color: #efefef transparent transparent transparent;
}

.floor_search_item {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -75px;
}

.floor_search_cnt {
	display: block;
	text-align: center;
}

.floor_search_img {
	margin-top: 20px;
}

.floor_search_item > .floor_search_img {
	margin-top: 0px;
}

.floor_search_txt {
	text-align: left;
	font-size: 14px;
}

/* タブレット以下設定 */
@media screen and (max-width:939px) {
}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.cmnmain {
		padding-bottom: 40px;
	}

	.hall-ttl {
	}

	.desc {
		margin: 20px 0;
	}

	.hali_img {
		margin-top: 20px;
	}

	.floor {
		margin-top: 35px;
	}

	.floor.-floor01 {
		margin-top: 30px;
	}

	.floor_ttl {
		font-size: 18px;
		padding: 13px 15px;
	}

	.floor_desc {
		margin-top: 20px;
	}

	.floor_row {
		margin-top: 20px;
	}

	.floor.-floor01 .floor_row {
		padding-right: 0;
	}

	.floor.-floor02 .floor_row {
		padding-bottom: 60px;
	}

	.floor_col {
	}

	.floor.-floor01 .floor_col.-col01 {
		left: 0;
	}

	.floor.-floor01 .floor_col.-col02 {
		width: 82%;
	}

	.floor.-floor02 .floor_col.-col01 {
	}

	.floor.-floor02 .floor_col.-col02 {
		bottom: 10px;
	}

	.floor_kenki {
		display: block;
		padding: 25px 20px 10px;
		margin-top: 30px;
	}

	.floor_kenki_detail {
		width: 100%;
		margin: 0;
	}

	.floor_kenki_detail_ttl {
		font-size: 18px;
	}

	.floor_kenki_detail_desc {
		margin-top: 10px;
	}

	.floor_kenki_detail_dl {
	}

	.floor_kenki_img {
		width: 100%;
		text-align: center;
	}

	.floor.-floor01 .floor_wrap {
		margin-top: 40px;
	}

	.floor.-floor02 .floor_wrap {
		margin-top: 25px;
	}

	.floor_cnt {
		display: block;
	}

	.floor_cnt:nth-child(n+2) {
		margin-top: 25px;
	}

	.floor_item {
		width: 100%;
	}

	.floor_item:nth-child(n+2) {
		margin-top: 25px;
	}

	.floor_cnt.-epoch .floor_item:first-of-type {
		margin-bottom: -5px;
	}

	.floor_item img {
	}

	.floor_item_name {
		font-size: 17px;
		margin-top: 15px;
	}

	.floor_item_name span {
		padding: 12px 20px;
	}

	.floor_item_name span {
	}

	.floor_item_txt {
		margin-top: 10px;
	}

	.floor_search {
		max-width: 100%;
		padding: 80px 70px 50px;
		margin-top: 60px;
		margin-bottom: 40px;
	}

	.floor_search:before {
		display: none;
	}

	.floor_search_item {
	}

	.floor_search_cnt {
	}

	.floor_search_img {
	}

	.floor_search_txt {
	}

}
