@charset "utf-8";

@media screen and (min-width: 768px) {
.sp {
	display: none !important;
}
}

@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}
}
.lf_sec_body{
	padding: 88px 0 100px;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.lf_sec_body{
	padding: 88px 15px 100px;
}
}
.btn{
  border: none;
}
.under_page #lf_main_view{
	background-image: url(/images/ons-office/main.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/* cross */
.lf_cross_under:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/images/common/icon_cross.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  left: -20px;
}

.lf_cross_under:after {
	content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/images/common/icon_cross.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  right: -20px;
}
@media screen and (max-width: 767px) {
.lf_cross_under:before,
.lf_cross_under:after{
  display: none;
}
}

/* btn */
.btn_wrap {
	margin: 0 auto;
}

.btn {
	border-radius: 30px;
	display: inline-block;
	padding: 10px 18px;
	text-align: center;
	transition: .2s;
	width: 100%;
}

a.btn:hover {
	opacity: .75;
}

/* ttl */
.ttl {
	font-size: 24px;
	font-weight: 700;
	position: relative;
	text-align: center;
	margin-bottom: 120px;
	padding-top: 100px;
}

.ttl:before {
	background: url(/images/ons-office/bd-ttl.png) center no-repeat;
	content: '';
	position: absolute;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	bottom: -50px;
}

@media screen and (min-width: 768px) {
.ttl {
	align-items: center;
	display: flex;
	justify-content: center;
}
}

@media screen and (max-width: 767px) {
/* cross */
.lf_cross_under:before {
	width: 10px;
	height: 10px;
	bottom: -5px;
	left: -10px;
}

.lf_cross_under:after {
	width: 10px;
	height: 10px;
	bottom: -5px;
	right: -10px;
}

/* btn */
.btn {
	/* border-radius: 8vw; */
	border-radius: 30px;
	/* padding: 1.33vw 4.8vw; */
	padding: 5px 18px;
}

/* ttl */
.ttl {
	font-size: 5.33vw;
	/* font-size: 20px; */
	/* margin-bottom: 12vw; */
	margin-bottom: 80px;
	padding-top: 21.33vw;
}

.ttl:before {
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	bottom: -30px;
}
}

/* lf_ons_head */
.lf_ons_head {
	background: rgb(208,211,233);
	background: linear-gradient(90deg, rgba(208,211,233,0.2) 0%, rgba(62,138,194,0.2) 100%);
	text-align: center;
	margin: 0 auto;
	padding: 0 0 80px;
}

.ons_head-logo {
	margin-right: 30px;
	margin-top: 10px;
}

.ons_head-ttl {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	text-align: center;
}

.ons_head-ttl small {
	display: block;
	font-size: 28px;
}

.ons_head-ttl:before {
	bottom: -26px;
}

.ons_head-lead {
	font-size: 18px;
	text-align: center;
}

@media screen and (min-width: 768px) {
.lf_ons_head .ttl:before {
	bottom: -65px;
}
}

@media screen and (max-width: 767px) {
/* lf_ons_head */
.lf_ons_head {
	padding: 0 10px 80px;
}

.ons_head-logo {
	margin: 0 auto 30px;
	padding: 30px 30px 0;
	width: 64vw;
	/* width: 240px; */
}

.ons_head-ttl {
	font-size: 9.6vw;
	/* font-size: 36px; */
	letter-spacing: -.01em;
	margin-bottom: 56px;
}

.ons_head-ttl small {
	font-size: 5.33vw;
	/* font-size: 20px; */
}

.ons_head-ttl:before {
	bottom: -26px;
}

.ons_head-lead {
	font-size: 3.2vw;
	/* font-size: 12px; */
}
}

/* summaryBox */
.summary {
	margin-bottom: 60px;
}

.summaryBox {
	border: 2px solid #f0f0f0;
	display: flex;
	flex-wrap: wrap;
	padding: 40px;
	width: 100%;
}

.summaryBox-item {
	display: flex;
	flex-wrap: nowrap;
	min-height: 125px;
	padding: 60px 0;
	width: 50%;
}

.summaryBox-item-img {
	text-align: center;
	width: 156px;
}

.summaryBox-item-detail {
	margin-left: 20px;
	width: 320px;
}

.summaryBox-item-head {
	font-size: 18px;
	margin-bottom: 24px;
}

.summaryBox-item-lead {
	font-size: 14px;
}

.summaryBox-item:nth-child(2n) {
	padding-left: 30px;
	position: relative;
}

.summaryBox-item:nth-child(2n):after {
	background: url(/images/ons-office/summary_bg.png) center no-repeat;
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: -60px;
	left: -40px;
}

.summaryBox-item .btn_wrap.-ons {
	margin-top: 10px;
}

.btn_wrap.-ons {
	width: 160px;
}

.btn_wrap.-ons .btn {
	background: #A277A6;
	color: #fff;
	font-size: 14px;
}

.link_blank {
	position: relative;
}

.link_blank:after {
	background: url(/images/ons-office/icon.png) center no-repeat;
	content: '';
	display: inline-block;
	height: 7px;
	width: 8px;
	position: absolute;
	right: -10px;
	top: 0;
}

@media screen and (max-width: 767px) {
/* summaryBox */
.summary {
	margin-bottom: 40px;
}

.summaryBox {
	border: 2px solid #f0f0f0;
	padding: 0;
}

.summaryBox-item {
	border-bottom: 2px solid #f0f0f0;
	flex-direction: column;
	justify-content: center;
	min-height: inherit;
	padding: 26px 10px;
	width: 100%;
}

.summaryBox-item:last-of-type {
	border-bottom: none;
}

.summaryBox-item-img {
	margin-bottom: 15px;
	width: 100%;
}

.summaryBox-item:first-of-type .summaryBox-item-img img {
	width: 34.67vw;
}

.summaryBox-item:nth-of-type(2) .summaryBox-item-img img {
	width: 37.33vw;
}

.summaryBox-item:nth-of-type(3) .summaryBox-item-img img {
	width: 26.67vw;
}

.summaryBox-item:nth-of-type(4) .summaryBox-item-img img {
	width: 40vw;
}

.summaryBox-item:nth-of-type(5) .summaryBox-item-img img {
	width: 36.8vw;
}

.summaryBox-item-detail {
	margin-left: 0;
	width: 100%;
}

.summaryBox-item-head {
	font-size: 4.27vw;
	/* font-size: 16px; */
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}

.summaryBox-item-lead {
	font-size: 3.2vw;
	/* font-size: 12px; */
	line-height: 1.5;
	letter-spacing: -.01em;
}

.summaryBox-item:nth-child(2n) {
	padding-left: 10px;
}

.summaryBox-item:nth-child(2n):after {
	display: none;
}

.btn_wrap.-ons {
	width: 34.67vw;
	/* width: 130px; */
}

.btn_wrap.-ons .btn {
	font-size: 3.2vw;
	/* font-size: 12px; */
}

.link_blank:after {
	right: -10px;
	top: 0;
}
}

/* floor */
.floor {
	margin: 0 auto 20px;
}

.floor-img {
	position: relative;
}

.floor-btn.-ons {
	position: absolute;
	right: 355px;
	top: 222px;
	width: 11.43vw;
	max-width: 160px;
	min-width: 154px;
}

.floor-btn .btn {
	padding: 8px 18px;
}

@media screen and (min-width: 1350px) {
.floor-btn.-ons {
	width: 160px;
}
}

@media screen and (max-width: 767px) {
/* floor */
.floor {
	margin: 0 auto 20px;
}

.floor-btn.-ons {
	position: absolute;
	right: 1.87vw;
	top: 32vw;
	width: 29.33vw;
	/* max-width: 160px; */
	min-width: inherit;
}

.floor-btn .btn {
	padding: 1.33vw;
	/* padding: 5px 18px; */
}

/* .floor-btn .btn .link_blank:after {
	display: none;
} */

.floor-roomList {
	display: flex;
	flex-wrap: wrap;
}

.floor-roomList-item {
	margin-top: 14px;
	width: 50%;
}

.floor-roomList-head {
	font-size: 3.2vw;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	padding-left: 16px;
}

.floor-roomList-head:before {
	background: #000;
	content: '';
	display: inline-block;
	height: 4.27vw;
	/* height: 16px; */
	width: 2px;
	position: absolute;
	left: 0;
	top: 2px;
}

.floor-roomList-item.-ons {
	align-items: center;
	display: flex;
	width: 100%;
}

.floor-roomList-item.-ons .floor-roomList-head {
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 0;
}

.floor-roomList-item.-ons .floor-roomList-head:before {
	background: #A277A6;
}

.floor-roomList-item.-ons .btn_wrap.-ons {
	margin: 0;
}
}

/* infoBox */
.infoBox {
	border: 2px solid #f0f0f0;
	display: flex;
	margin-bottom: 20px;
	padding: 50px;
	width: 100%;
}

.infoBox-wrap {
	width: 50%;
}

.infoBox-wrap:nth-of-type(2) {
	border-left: 2px solid #f0f0f0;
	padding-left: 48px;
	padding-top: 52px;
}

.info-ttl {
	font-size: 18px;
	margin-bottom: 20px;
}

.info-inner {
	display: flex;
	margin-bottom: 20px;
	width: 480px;
}

.info-inner.-office {
	margin-bottom: 40px;
}

.info-head {
	width: 130px;
}

.infoList-item {
	line-height: 20px;
	margin-top: 6px;
	position: relative;
	padding-left: 20px;
}

.infoList-item:first-of-type {
	margin-top: 0;
}

.infoList-item:before {
	background: #000;
	content: '';
	display: inline-block;
	height: 16px;
	width: 2px;
	position: absolute;
	left: 0;
	top: 2px;
}

.room_icon {
	border: 1px solid #DCDCDC;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: -1px;
	width: 12px;
	height: 12px;
}

.room_icon.room_01 {
	background: #FFFBCD;
}

.room_icon.room_02 {
	background: #F6DCC4;
}

.room_icon.room_03 {
	background: #F9D7D7;
}

.room_icon.room_04 {
	background: #EBC6DF;
}

.room_icon.room_05 {
	background: #D4F0FD;
}

.room_icon.room_06 {
	background: #E5F1D4;
}

.btn_list {
	display: flex;
	justify-content: center;
	margin: 70px auto 0;
}

.btn_wrap.-form {
	margin: 0 10px;
	width: 300px;
}

.btn_wrap.-form .btn {
	background: #3E8AC2;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}

/* vr */
.lf_sec_body.-vr .ttl {
	padding-top: 0;
}

.vr_lead {
	font-size: 16px;
	line-height: 2;
	text-align: center;
	margin-bottom: 40px;
}

.vr_wrap {
	margin: 0 auto 70px;
  max-width: 1100px;
}

.vr_inner {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%; /* ������w��(16:9) */
}

.vr_inner iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 767px) {
/* infoBox */
.infoBox {
	border: 2px solid #f0f0f0;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 28px 10px 14px;
}

.infoBox-wrap {
	width: 100%;
}

.infoBox-wrap:nth-of-type(2) {
	border-left: none;
	padding: 0;
}

.info-ttl {
	font-size: 4.8vw;
	/* font-size: 18px; */
	margin-bottom: 18px;
}

.info-inner {
	display: flex;
	margin-bottom: 18px;
	width: 100%;
}

.info-inner.-office {
	margin-bottom: 18px;
}

.info-head {
	width: 22.4vw;
	/* width: 84px; */
}

.info-lead {
	width: 64vw;
}

.infoList-item {
	letter-spacing: -.01em;
	margin-top: 10px;
	padding-left: 18px;
}

.infoList-item:first-of-type {
	margin-top: 0;
}

.infoList-item .small {
	font-size: 2.67vw;
	/* font-size: 10px; */
}

.infoList-item:before {
	height: 4.27vw;
	/* height: 16px; */
	width: 2px;
	top: 2px;
}

.room_icon {
	margin-bottom: -1px;
}

.btn_list {
	flex-direction: column;
	margin: 50px auto 0;
}

.btn_wrap.-form {
	margin-top: 10px;
	width: 80vw;
	/* width: 300px; */
}

.btn_wrap.-form .btn {
	font-size: 4.27vw;
	/* font-size: 16px; */
	padding: 16px;
}

.vr_wrap {
	margin: 50px auto;
}

}

/* --------------- office_content --------------- */
.-cross {
	margin-bottom: 140px;
	position: relative;
}

.-cross:after {
	background: url(/images/ons-office/summary_bg.png) center no-repeat;
	content: '';
	height: 60px;
	width: 60px;
	position: absolute;
	bottom: -140px;
	left: calc(50% - 30px);
}

.office_content .ttl {
	padding-top: 0;
}

.office_content_wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.office_box {
	position: relative;
}

.box-lead {
	background: #fff;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
	padding: 30px;
	position: absolute;
	top: 80px;
	left: 120px;
	max-width: 420px;
	width: 120%;
}

.box-head {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

.box-lead p {
	font-size: 14px;
}

.map_inner {
	width: 560px;
	height: 420px;
}

.map_inner iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
.-cross {
	margin-bottom: 26.67vw;
}

.-cross:after {
	bottom: -32vw;
}

.office_content_wrap {
	align-items: baseline;
	flex-direction: column;
}

.office_box {
	width: 100%;
}

.box-img {
	width: 69.33vw;
	/* width: 260px; */
}

.box-img img {
	width: 100%;
}

.box-lead {
	padding: 5.33vw 3.73vw;
	top: 40.53vw;
	left: inherit;
	right: 0;
	width: 73.33vw;
}

.box-head {
	font-size: 5.87vw;
	margin-bottom: 3.2vw;
}

.box-lead p {
	font-size: 3.2vw;
}

.office_box.-map {
	margin-top: 24vw;
}

.map_inner {
	width: 100%;
	height: 67vw;
}
}

/* --------------- price_content --------------- */
.price_wrap {
	display: flex;
	justify-content: space-between;
}

.-box {
	border: 2px solid #F0F0F0;
}

.price_box {
	padding: 20px;
	text-align: center;
	width: 48%;
}

.price_box-head {
	border: 1px solid #F0F0F0;
	background: #DCE9F3;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}

.price_box-lead {
	font-size: 15px;
	margin-top: 18px;
}

.price_box img {
	margin-top: 30px;
}
.price_box.-floatimg img {
	margin-bottom: -23px;
}

.price_box-lead small {
	font-size: 12px;
}

.price_box:first-of-type img {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
.price_wrap {
	flex-wrap: wrap;
}

.price_box {
	padding: 2.67vw 2.67vw 6.4vw;
	width: 100%;
	margin-bottom: 5.33vw;
}

.price_box-head {
	font-size: 4.8vw;
	padding: 1.6vw;
}

.price_box-lead {
	font-size: 3.73vw;
	margin-top: 5.33vw;
}

.price_box img {
	margin-top: 6.93vw;
}
.price_box.-floatimg img {
	margin-bottom: -15.2vw;
}

.price_box-lead small {
	font-size: 2.93vw;
}

.price_box:first-of-type img {
	margin-top: 6.4vw;
}
}

/* --------------- feature_wrap --------------- */
.feature_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.feature_box {
	display: flex;
	margin-top: 38px;
	padding: 15px;
	width: 556px;
}

.feature_box:first-of-type,
.feature_box:nth-of-type(2) {
	margin-top: 0;
}

/* .feature_box:nth-of-type(2n) {
	margin-left: 48px;
} */

.feature_img {
	width: 220px;
}

.feature_txt {
	padding: 10px 15px 0 30px;
	width: calc(100% - 220px);
}

.feature_box-head {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}

.feature_box-lead {
	font-size: 14px;
}

@media screen and (max-width: 767px) {
.feature_box {
	flex-wrap: wrap;
	margin-top: 4.27vw;
	padding: 4.27vw;
	width: 100%;
}

.feature_box:nth-of-type(2) {
	margin-top: 4.27vw;
}

.feature_img {
	width: 100%;
}

.feature_img img {
	width: 100%;
}

.feature_txt {
	padding: 3.2vw 0;
	width: 100%;
}

.feature_box-head {
	font-size: 4.8vw;
	margin-bottom: 2.13vw;
}

.feature_box-lead {
	font-size: 3.43vw;
}
}