@charset "UTF-8";
/*---------------　展示場*/
.case {
	position: relative;
}
.case .section {
	padding: 60px 0 0;
}
@media screen and (max-width: 480px) {
	.case .section {
		padding: 40px 0 0;
	}
}

.btn_contact_case {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 600px;
	height: 80px;
	padding: 0.5em 1em;
	margin: 0 auto;
	color: #1e73be;
	background: transprent;
	border: 1px solid #1e73be;
	border-radius: 40px;
	font-size: 2rem;
	text-align: center;
	z-index: 1;
	transition: ease .3s;
}
.btn_contact_case::before {
	content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #1e73be;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.btn_contact_case:hover {
	color: #ffffff;
}
.btn_contact_case:hover::before {
	transform-origin: 0% 50%;
  transform: scaleX(1);
}
@media screen and (max-width: 768px) {
	.btn_contact_case {
		width: 90%;
		height: 60px;
		font-size: 1.6rem;
	}
}

.exhibition_img {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
	margin: 0 auto 3em;
}
.exhibition_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	object-position: center bottom;
}
@media screen and (max-width: 768px) {
	.exhibition_img {
		padding-top: 66%;
		margin: 1em auto 2em;
	}
}


.case a.text_link {
	display: inline-block;
	padding-left: 1.5em;
	position: relative;
	cursor: pointer;
	color: #1e73be;
	transition: .2s;
}
.case a.text_link::before {
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	border-top: 1px solid #1e73be;
	border-right: 1px solid #1e73be;
	position: absolute;
	left: 0;
	top: 0.7em;
	transform: rotate(45deg);
}
.case a.text_link:hover {
	opacity: .6;
}

.case .list_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.case .list_btn li {
	/*width: 24%;*/
	margin: 0 7px 10px;
}
.case .list_btn li .btn_link {
	width: 200px;
}
@media screen and (max-width: 480px) {
	.case .list_btn li {
		margin-bottom: 15px;
	}
}

.case .catch_wrap {
	margin-bottom: 2em;
}
.case .catch_wrap .heading {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #1e73be;
}
.case .catch_wrap .lead {
	font-size: 1.5rem;
	margin-top: 0.5em;
}
.case_box_wrap .case_box {
	position: relative;
	margin-bottom: 4em;
}
.case_box_wrap .case_box:last-child {
	position: relative;
	margin-bottom: 4em;
}
.case_box_wrap .case_box .title_area {
	margin-bottom: 2em;
}
.case_box_wrap .case_box .title_area h2 {
	font-weight: 600;
	position: relative;
}
.case_box_wrap .case_box .title_area h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgb(240,250,255);
	background: linear-gradient(270deg, rgba(240,250,255,1) 0%, rgba(153,216,255,1) 50%, rgba(30,115,190,1) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.case_box_wrap .case_box .case_box_img {
	width: 70%;
}
.case_box_wrap .case_box:nth-child(odd) .case_box_img {
	margin-left: auto;
}
.case_box_wrap .case_box:nth-child(even) .case_box_img {
	margin-right: auto;
}
.case_box_wrap .case_box .case_box_txt {
	width: 520px;
	padding: 2em 2em 0 0;
	background-color: rgba(255,255,255,0.8);
	margin-top: -30%;
	position: relative;
}
.case_box_wrap .case_box:nth-child(odd) .case_box_txt {
	padding: 2em 2em 2em 0;
}
.case_box_wrap .case_box:nth-child(even) .case_box_txt {
	padding: 2em 0 2em 2em;
	margin-left: auto;
}
.case_box_wrap .case_box .case_box_txt .text {
	letter-spacing: normal;
}
.case_box_wrap .case_box .case_box_txt .btn_link {
	margin: 1em auto 0;
}
@media screen and (max-width: 768px) {
	.case .catch_wrap .heading {
		font-size: 2.6rem;
	}
	.case .catch_wrap .lead {
		font-size: 1.4rem;
	}
	.case_box_wrap .case_box {
		display: flex;
		flex-direction: column;
		margin-bottom: 3em;
	}
	.case_box_wrap .case_box:nth-child(odd) .case_box_txt,
	.case_box_wrap .case_box:nth-child(even) .case_box_txt {
		width: 100%;
		padding: 0;
		margin-top: 2em;
	}
	.case_box_wrap .case_box .case_box_txt .text {
		font-size: 1.6rem;
	}
	.case_box_wrap .case_box .case_box_img {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.case .catch_wrap .heading {
		font-size: 2.4rem;
	}
	.case .catch_wrap .lead {
		font-size: 1.3rem;
	}
	.case_box_txt .text {
		font-size: 1.5rem;
	}
}

.case .case_title {
	font-size: 2.4rem;
	font-weight: 600;
	padding-bottom: 0.6em;
	margin-bottom: 1.6em;
	position: relative;
}
.case .case_title::after {
	content:  "";
	display: block;
	width: 80px;
	height: 1px;
	background-color: #565656;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ex_box {
	padding: 2em 3em;
	background-color: #f0faff;
	margin-bottom: 2em;
}
.ex_box .catch2 {
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	padding: 0.3em 0.8em;
	margin-bottom: 1em;
	position: relative;
}
.ex_box .catch2::before,
.ex_box .catch2::after {
	content: "";
	display: block;
	width: 8px;
	height: 100%;
	position: absolute;
}
.ex_box .catch2::before {
	border-top: 1px solid #3ba5f0;
	border-bottom: 1px solid #3ba5f0;
	border-left: 1px solid #3ba5f0;
	left: 0;
	top: 0;
}
.ex_box .catch2::after {
	border-top: 1px solid #3ba5f0;
	border-bottom: 1px solid #3ba5f0;
	border-right: 1px solid #3ba5f0;
	right: 0;
	top: 0;
}
.ex_box .ex_box_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ex_box .list_case {
	width: 46%;
}
.ex_box .list_case li {
	line-height: 1.6;
	color: #1e73be;
	padding-left: 1.5em;
	margin-bottom: 1em;
	position: relative;
}
.ex_box .list_case li::before {
	content: "";
	display: block;
	width: 1em;
	height: 1px;
	background-color: #1e73be;
	position: absolute;
	left: 0;
	top: 0.8em;
}
.ex_box .list_case li:last-child {
	margin-bottom: 0;
}
.list_note li {
	line-height: 1.6;
	padding-left: 0.8em;
	margin-bottom: 0.7em;
	position: relative;
}
.list_note li::before {
	content: "";
	display: block;
	width: 0.3em;
	height: 0.3em;
	border-radius: 50%;
	background-color: #565656;
	position: absolute;
	left: 0;
	top: 0.65em;
}
.list_note li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.case .case_title {
		font-size: 2.2rem;
	}
	.case .case_title::after {
		width: 70px;
	}
	.ex_box {
		padding: 2em;
	}
	.ex_box .ex_box_inner {
		flex-direction: column;
	}
	.ex_box .list_case {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.case .case_title {
		font-size: 2rem;
	}
	.case .case_title::after {
		width: 60px;
	}
}

.tbl_price {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 2em;
}
.tbl_price tr th {
	background-color: #1e73be;
	padding: 1em;
	font-weight: 600;
	color: #ffffff;
	text-align: left;
}
.tbl_price tr td {
	background-color: #e7f5ff;
	padding: 1em;
}
.tbl_price tr td .text {
	line-height: 1.6;
	margin-bottom: 0.5em;
}
.c_item {
	margin-bottom: 3em;
}
.c_item .c_item_title {
	font-size: 2rem;
	font-weight: 600;
	padding-left: 1em;
	margin-bottom: 0.7em;
	position: relative;
}
.c_item .c_item_title::before {
	content: "";
	display: block;
	width: 0.5em;
	height: 0.5em;
	background-color: #f5c93d;
	position: absolute;
	left: 0;
	top: 0.75em;
	transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	.c_item {
		margin-bottom: 2em;
	}
	.c_item .c_item_title {
		font-size: 1.8rem;
	}
	.tbl_price tr th,
	.tbl_price tr td {
		display: block;
		width: 100%;
		padding: 0.5em 1em;
	}
}
@media screen and (max-width: 480px) {
	.c_item .c_item_title {
		font-size: 1.6rem;
	}
}

.case .section.c_contact {
	padding: 60px 0;
}
.c_contact .catch {
	font-weight: 600;
	color: #1e73be;
	text-align: center;
	margin-bottom: 1em;
}
.c_contact .text {
	font-size: 1.8rem;
	text-align: center;
}
.c_contact .btn_contact {
	display: block;
	width: 80%;
	max-width: 400px;
	margin: 1em auto 0;
	padding: 1.5em 1em;
	font-size: 2.6rem;
	font-weight: 600;
	background-color: #f5c93d;
	color: #ffffff;
	border: 1px solid #f5c93d;
	text-align: center;
	border-radius: 66px;
	transition: .3s;
}
.c_contact .btn_contact:hover {
	background-color: #ffffff;
	color: #f5c93d;
}
@media screen and (max-width: 768px) {
	.c_contact .text {
		font-size: 1.8rem;
	}
	.c_contact .btn_contact {
		font-size: 2.2rem;
		border-radius: 66px;
	}
}
@media screen and (max-width: 480px) {
	.c_contact .text {
		font-size: 1.6rem;
	}
	.c_contact .btn_contact {
		font-size: 2rem;
	}
}

/*--------------- 空き状況*/
.availability {
	margin: 3em 0 0;
	border: 1px solid #1e73be;
	background: #FFFFFF;
	background: linear-gradient(160deg, rgba(255, 255, 255, 1) 60%, rgba(255, 253, 247, 1) 75%, rgba(235, 249, 255, 1) 90%, rgba(222, 243, 255, 1) 100%);
	padding: 2em;
}
.availability .title {
	font-size: 2rem;
	font-weight: 600;
	color: #1e73be;
	margin-bottom: 1em;
}
.availability .list_dia li{
	line-height: 1.6;
	margin-bottom: 0.5em;
	padding-left: 1em;
	position: relative;
}
.availability .list_dia li::before {
	content: "";
	display: block;
	width: 0.5em;
	height: 0.5em;
	background-color: #5EC8FF;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 0.55em;
}
@media screen and (max-width: 768px) {
	.availability {
		margin: 2em 0 0;
	}
	.availability .title {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 480px) {
	.availability .title {
		font-size: 1.6rem;
	}
}


