@charset "UTF-8";

#ttl-area02::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 358px;
	height: 350px;
	background: url("../images/plan/view/v.svg") center no-repeat;
	background-size: contain;
	transform: translateX(-700px);
	z-index: 0;
}
@media screen and (max-width: 767px) {
	#ttl-area02::after {
		left: 10%;
		width: 22%;
		height: 40%;
		transform: translateX(0);
	}
}

.view-inner {
	padding-top: 100px;
	background: url("../images/plan/view/bg.png") right 100px no-repeat;
	background-size: 732px auto;
}
.view-inner h2 {
	font-size: 80px;
	font-weight: 400;
	color: #B1CAD7;
	text-align: center;
	margin-bottom: 40px;
}
.view-inner h3 {
	font-size: 49px;
	color: #4C4945;
	text-align: center;
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.view-inner {
		padding-top: 50px;
		background-size: 60% auto;
	}
	.view-inner h2 {
		font-size: 8vw;
		margin-bottom: 20px;
	}
	.view-inner h3 {
		font-size: 5vw;
		margin-bottom: 20px;
	}
}

.pano_area {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto 100px;
}
.viewWrap {
	height: 600px;
	max-width: 100%;
}
.panoramixImg {
  position:absolute;
  width:auto !important;
  max-width:none;
  margin:auto;
}
.pano_image figure,
.panoramixImg {
	height: 600px !important;
}
.pano {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  margin:auto
}
.pano .controls .left,
.pano .controls .right {
  display:block;
  width:90px;
  height:140px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:20px;
  background:url("../images/plan/view/left.svg") center no-repeat;
	background-size: contain;
}
.pano .controls .left:hover,
.pano .controls .right:hover {
  cursor:move
}
.pano .controls .right {
  background:url("../images/plan/view/right.svg") center no-repeat;
	background-size: contain;
  right:20px;
  left:auto
}
.pano + p {
  font-size: 10px;
	color: #fff;
	text-indent: -1em;
	position: absolute;
	bottom: 0;
	right: 0;
	padding:4px 4px 4px 1em;
}
@media only screen and (min-width: 1921px) {
  .panoramixImg {
    width:3000px !important
  }
}
@media only screen and (min-width: 1024px) {
  .pano .controls .left,
  .pano .controls .right {
    transition:all .4s ease;
    opacity:1
  }
  .pano .controls .left:hover,
  .pano .controls .right:hover {
    opacity:.2
  }
}
@media only screen and (max-width: 767px) {
	.pano_area {
		margin: 0 auto 60px;
	}
	.viewWrap {
		height: 400px;
	}
	.pano_image figure,
	.panoramixImg {
		height: 400px !important;
	}
  .pano .controls .left,
  .pano .controls .right {
    width:45px;
    height:60px
  }
}

.floor_area {
	max-width: 1200px;
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 80px auto 100px;
}
.floor_area div {
	width: 23.8%;
}
.floor_area > div:last-of-type {
	margin-top: 13.5%
}
.floor_area div h4 {
	font-size: 40px;
	text-align: center;
	color: #171C61;
	margin-bottom: 30px;
}
.floor_area div h4 small {
	font-size: 0.6em;
}
.floor_area div li {
	width: 100%;
}
.floor_area div li + li {
	margin-top: 40px;
}
.floor_area div li button {
	font-size: 50px;
	color: #172a88;
	width: 100%;
	cursor: pointer;
	outline: none;
	padding: 0.2em 0 0.3em;
	appearance: none;
	border: 2px solid #172a88;
	background-color: transparent;
	transition: .4s;
}
.floor_area div li button:hover {
	background-color: rgba(240,131,0,0.19);
}
.floor_area figure {
	margin-top: 50px;
	width: 46%;
}
@media screen and (max-width: 767px) {
	.floor_area {
		flex-wrap: wrap;
		margin: 0 auto 80px;
	}
	.floor_area div {
		width: 48%;
		order: 2;
	}
	.floor_area > div:last-of-type {
		margin-top: 0
	}
	.floor_area div h4 {
		font-size: 7vw;
		margin-bottom: 15px;
	}
	.floor_area div li + li {
		margin-top: 15px;
	}
	.floor_area div li button {
		font-size: 5vw;
	}
	.floor_area figure {
		width: 90%;
		margin: 20px 0 10px auto;
	}
}

.modal {
  display: flex;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.5);
}
.modal-content {
  background: #faf6da;
  padding: 30px;
  border-radius: 8px;
	max-width: 1200px;
  width: 80%;
  position: relative;
}
.modal-content .modal-ttl {
  display: flex;
	justify-content: center;
	column-gap: 30px;
	margin-bottom: 30px;
}
.modal-content .modal-ttl h4 {
	font-size: 54px;
	color: #172a88;
}
.modal-content .modal-ttl button {
	font-size: 40px;
	line-height: 1;
	color: #172a88;
	cursor: pointer;
	outline: none;
	padding: 0 1.2em 0.1em;
	appearance: none;
	border: 1px solid #172a88;
	background-color: transparent;
	transition: .4s;
}
.modal-content .modal-ttl button:hover {
	background-color: rgba(240,131,0,0.19);
}
.modal-content p {
  font-size: 1rem;
	text-align: right;
	color: #4D4D4D;
	margin-top: 10px;
}
.hidden {
  display: none;
}
.tab-header {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.tab-link.active {
  font-weight: bold;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.close {
	width: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.modal-content {
		padding: 15px;
		width: 90%;
	}
	.modal-content .modal-ttl {
		flex-wrap: wrap;
		justify-content: flex-start;
		column-gap: 15px;
		row-gap: 15px;
		margin-bottom: 20px;
	}
	.modal-content .modal-ttl h4 {
		font-size: 5vw;
		width: 100%;
	}
	.modal-content .modal-ttl button {
		max-width: 140px;
		width: 35%;
		font-size: 4vw;
		padding: 0.2em 0 0.3em;
	}
	.modal-content p {
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
	}
	.close {
		width: 35px;
		top: 15px;
		right: 15px;
	}
}


