@charset 'utf-8';
.owl-carousel {
	width: 100%;
	margin: 0 auto;
}
.mv_hall_item {
	margin-bottom: 20px;
}
.mv_hall_list {
	margin-bottom: 40px;
}
.mv_hall_list.on {
	margin-bottom: 20px;
}
.top-bnr-link {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}
.top-bnr-link:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
	.mv_hall_item {
		margin-bottom: 12px;
	}
	.mv_hall_list {
		margin-bottom: 20px;
	}
	.mv_hall_list.on {
		margin-bottom: 0;
	}
	.top-bnr-link {
		margin-bottom: 20px;
	}
}
button {
	border: 0;
	padding: 0;
}

/*
 * サムネイル
 */
.owl-thumb-item img {
	height: auto;
}
.owl-thumb-item {
	width: 96px;
	cursor: pointer;
	background: none;
}
.owl-thumb-item:not(:last-child) {
	margin-right: 12px;
}
@media screen and (max-width: 640px) {
	.owl-thumb-item {
		width: calc(100% / 5 - 6.4px);
		cursor: pointer;
		background: none;
	}
	.owl-thumb-item:not(:last-child) {
		margin-right: 8px;
		margin-bottom: 8px;
	}
	.owl-thumb-item:nth-child(5) {
		margin-right: 0;
	}
}
/*
 * ドットナビゲーション
 */
.owl-controls {
	display: none;
}
/* .owl-dots{
  display: none;
} */

/* ===========================================================

	メインビジュアル

=========================================================== */
.hall_page_title__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 12px;
}
.hall_page__heading {
	flex-grow: 1;
	font-size: 42px;
	text-align: left;
}
@media screen and (max-width: 640px) {
	.hall_page__heading {
		font-size: 7vw;
		line-height: 1.2;
	}
}
@media screen and (max-width: 640px) {
	.hall_page_title__cta {
		display: none;
	}
}
.hall_page_title__cta:hover {
	opacity: 0.8;
}
/* 住所テーブル */
.hall_info_table__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.hall_info_table__access {
	width: 48%;
}
.hall_info_access__term {
	clear: both;
	background-color: #fff2f2;
	border-top: solid 1px gray;
	float: left;
	padding: 3px 0;
	position: relative;
	text-align: center;
	width: 100px;
	z-index: 1;
}
.hall_info_access__discription {
	border-top: solid 1px gray;
	padding: 3px 0 3px 120px;
}
.hall_info_access__discription:last-child {
	border-bottom: solid 1px gray;
}
.hall_page__facility_list {
	margin: 0;
	width: 48%;
}
.hall_page__facility_list li {
	margin: 0 14px 15px 0;
}
.hall_page__facility_list li:nth-child(3n) {
	margin-right: 0;
}
.hall_list_gmap {
	margin-bottom: 0;
}
@media screen and (max-width: 640px) {
	.hall_info_table__access {
		margin-bottom: 20px;
		width: 100%;
	}
	.hall_page__facility_list {
		margin: 0;
		width: 100%;
	}
	.hall_page__facility_list li {
		margin: 0 0 10px 0;
	}
	.hall_info_access__term.access {
		height: 55px;
	}
	.hall_info_table__access {
		position: relative;
	}
	.hall_info_table__access::before {
		background-color: #fff2f2;
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		z-index: -1;
	}
}
/* ===========================================================

	プラン

=========================================================== */
#set_plan.section_bg {
	background-color: #fff;
}
/* ===========================================================

	お客様の声

=========================================================== */
.hall_costomer_voice_title {
	font-size: 32px;
	margin-bottom: 60px;
	text-align: center;
}
.customer_voice_wrap {
	background-color: #f7f7f7;
	border: solid 1px #9a9a9a;
	margin-bottom: 30px;
	padding: 20px;
}
.customer_voice_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.user_data {
	width: 10%;
}
.user_data_icon {
	color: #ff7675;
	font-size: 68px;
	text-align: center;
}
.user_data_person {
	font-size: 14px;
	text-align: center;
}
.user_data_date {
	color: #9a9a9a;
	text-align: center;
}
.user_voice {
	width: 88%;
}
.user_voice_item {
	display: inline-block;
	margin-right: 30px;
}
.user_voice_item i {
	margin-right: 8px;
}
.blog_cta_btn {
	width: 304px;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.user_data {
		margin-bottom: 10px;
		width: 100%;
	}
	.user_voice {
		width: 100%;
	}
	.user_data_person {
		font-size: 4.5vw;
	}
}
/* ===========================================================

	資料請求

=========================================================== */

.document_offer__wrap {
	background-color: #e0f5ff;
	border-radius: 2px;
	padding: 30px 165px;
	box-shadow: 1.5px 3px 10px 0px rgba(0, 0, 0, 0.06);
}
.document_offer__title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: -10px;
	text-align: center;
}
.document_offer_img__wrap {
	cursor: pointer;
	position: relative;
}
.document_offer_img__wrap:hover {
	opacity: 0.8;
}
.document_offer_img__wrap a {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.document_offer_img {
	max-width: 110%;
}
.document_offer_tel__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.document_offer_tel__txt {
}
.document_offer_tel__txt01 {
	font-size: 18px;
	font-weight: 700;
}
.document_offer_tel__txt02 {
	font-size: 18px;
}
.document_offer_tel__number {
}
.document_offer_tel__number01 {
	font-size: 48px;
	font-family: "Oswald", sans-serif;
	line-height: 1;
}
.document_offer_tel__number02 {
	display: none;
}
.document_offer_tel__number02 img {
}
.hall_page_offer__middle_wrap {
	padding-bottom: 0;
}
.hall_page_offer__bottom_wrap {
	padding-top: 0;
}
@media screen and (max-width: 640px) {
	.document_offer__wrap {
		padding: 30px 10px;
	}
	.document_offer__title {
		font-size: 4.5vw;
		font-weight: 400;
		margin-bottom: 0;
	}
	.document_offer_img {
		max-width: 100%;
	}
	.document_offer_tel__wrap {
		text-align: center;
	}
	.document_offer_tel__txt {
		width: 100%;
	}
	.document_offer_tel__txt01 {
		font-size: 4.5vw;
		text-align: center;
	}
	.document_offer_tel__txt02 {
		font-size: 4.5vw;
		text-align: center;
	}
	.document_offer_tel__number {
		width: 100%;
	}
	.document_offer_tel__number01 {
		display: none;
	}
	.document_offer_tel__number02 {
		display: block;
		width: 100%;
	}
}
