@charset "UTF-8";

/* mainv_block
----------------------------------------*/
.mainv_block {
	padding: 105px 0 0;
}
.mainv_block img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.mainv_merit {
	background: #B8AE7F;
	padding: 5px 0 15px;
	text-align: center;
}
.mainv_merit ul {
	display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1.3;
}
.mainv_merit ul li {
  color: #fff;
  font-size: 2.5rem;
  text-align: left;
}
.mainv_merit ul li span {
  font-size: 3rem;
  font-family: 'Noto Serif JP', serif;
}
.mainv_merit ul li span.num {
  font-size: 4.4rem;
}
.mainv_merit ul li small {
  font-size: 1.6rem;
}
.mainv_merit ul li small.cap {
  font-size: 1rem;
  display: block;
  transform: translateX(47px);
}
.mainv_merit ul li + li {
}
.mainv_merit ul li + li::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 36px;
  background: url("../img/index/slash.svg") center no-repeat;
  background-size: cover;
  vertical-align: -5px;
  margin: 0 10px 0 15px;
}
.mainv_merit ul li a {
  position: relative;
}
.mainv_merit ul li a::before {
  content: '';
  position: absolute;
  bottom: -9px;
  right: 1px;
  width: 60px;
  height: 1px;
  background: #fff;
  transition: all .4s;
}
.mainv_merit ul li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0px;
  width: 14px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  transition: all .4s;
}
.mainv_merit p {
	max-width: 1100px;
	width: calc(100% - 20px);
	margin: 0 auto;
}
.mainv_price {
	background: #6B665C;
	padding: 20px 0 15px;
	text-align: center;
}
/*.mainv_price p {
	max-width: 1100px;
	width: calc(100% - 50px);
	margin: 0 auto;
	text-align: right;
}*/


.mainv_price .price{	
	display: flex;	
	margin: 0 auto;
	width: calc(100% - 50px);
	justify-content: center;	
}


.mainv_price .price .pay{	
	position:relative;
	margin-right: 35px;
	
}

.mainv_price .price .pay::after{
	content:"";
	display:inline-block;
	width: 1px;
	height: 50px;
	background-color: #fff;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	right: -20px;
}

.mainv_price .price p a {
	color: #fff;
	font-size: 1.2rem;
	text-decoration: underline;
	display: flex;
		justify-content: end;
}
.mainv_price p a:hover {
	text-decoration: none;
}









@media only screen and (min-width: 767px) {
	.mainv_merit ul li a:hover::before {
		right: -5px;
	}
	.mainv_merit ul li a:hover::after {
		right:-7px;
	}
}
@media only screen and (max-width: 768px) {
	.mainv_block {
		padding: 65px 0 0;
	}
	.mainv_merit {
		padding: 3px 0 5px;
	}
  .mainv_merit ul {
    flex-wrap: wrap;
  }
  .mainv_merit ul li {
    font-size: 3.9vw;
    margin: 8px 0;
    letter-spacing: 0.05em;
  }
  .mainv_merit ul li span {
    font-size: 4.6vw;
  }
  .mainv_merit ul li span.num {
    font-size: 6.4vw;
  }
  .mainv_merit ul li small {
    font-size: 2.4vw;
  }
  .mainv_merit ul li small.cap {
    font-size: 1.5vw;
    transform: translateX(3.4vw) scale(0.9);
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.2;
  }
  .mainv_merit ul li + li {
  }
  .mainv_merit ul li + li::before {
    width: 3.2vw;
    height: 7vw;
    margin: 0 1vw 0 1.2vw;
  }
  .mainv_merit ul li:nth-child(3)::before {
    display: none;
  }
  .mainv_merit ul li a::before {
    bottom: -8px;
    right: 3px;
    width: 30px;
  }
  .mainv_merit ul li a::after {
    bottom: -5px;
    right: 2px;
    width: 11px;
  }
	
	.mainv_price{
		padding: 20px 10px;
	}
	
	.mainv_price .price{	
		display: block;
		width: 80%;
		margin: 0 auto;
	}


	.mainv_price .price .pay{	
		position:relative;
		margin-right: 0;
		margin-bottom: 10px;

	}

	.mainv_price .price .pay::after{
		width: 100%;
		height: 0;
		position: relative;
		top: 0;
		transform: none;
		right: 0;
		border-bottom: 1px solid #fff;
	}

	.mainv_price .price p a {
		margin-top: 6px;
	}
	
	.mainv_price p {
		max-width: 480px;
	}
}

/* reserve_block
----------------------------------------*/
.reserve_block {
	text-align: center;
	position: relative;
  padding-top: 55px;
}
.reserve_block p {
	font-size: 1.7rem;
  color: #007B8C;
	margin-bottom: 15px;
}
.reserve_block h2 {
	font-size: 3.7rem;
	font-size: 4.4rem;
	/*font-size: 6.2rem;*/
	font-weight: normal;
	letter-spacing: .05em;
	margin-bottom: 40px;
	border-bottom: 5px double #BCA641;
	padding: 0 0.5em;
	display: inline-block;
}
.reserve_btn {
  display: flex;
  justify-content: center;
}
.reserve_btn li {
  margin: 0 10px;
}
.reserve_btn a {
	display: block;
	color: #fff;
	font-size: 2rem;
	background: #0092A7;
  width: 300px;
  height: 70px;
  line-height: 70px;
	letter-spacing: .1em;
	transition: opacity .3s;
}
.reserve_btn a.reserve_btn {
	background: #AB3E32;
}
.reserve_btn a::after {
	content: '';
	display: block;
	height: 1px;
	width: 26px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
}
.reserve_btn a:hover {
	opacity: .6;
}
.reserve_btn span {
	font-size: 1.1rem;
	letter-spacing: .1em;
}
@media only screen and (max-width: 768px) {
	.reserve_block {
		padding: 35px 5% 30px;
	}
	.reserve_block h2 {
		font-size: 6vw;
		font-size: 8vw;
		/*font-size: 14vw;*/
		line-height: 1.35;
		margin-bottom: 20px;
	}
	.reserve_btn {
		justify-content: space-between;
	}
	.reserve_btn li {
		margin: 0;
		width: 48%;
	}
	.reserve_btn li + li {
	}
	.reserve_btn a {
		width: 100%;
		font-size: 1.5rem;
		height: 53px;
		line-height: 53px;
	}
	.reserve_btn a::after {
		width: 22px;
	}
	.reserve_btn a:hover {
		opacity: 1;
	}
}

/* information_block
----------------------------------------*/
.information_block {
	width: 1000px;
	margin: 72px auto 40px;
	padding: 27px 24px 27px 35px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  display: flex;
  position: relative;
}
.information_block h2 {
	font-weight: normal;
	color: #393428;
	letter-spacing: .19em;
	padding-left: .19em;
	font-size: 2.6rem;
	margin-right: 77px;
}
.information_block div {
  flex: 1;
}
.information_block div > p {
  position: absolute;
  top: -15px;
  right: 0; 
  width: 64px;
  height: 64px;
  background: url("../img/index/open.svg") center no-repeat;
  background-size: cover;
  cursor: pointer;
}
.information_block div > p.active {
  background: url("../img/index/close.svg") center no-repeat;
  background-size: cover;
}
.information_block dl {
  font-family: 'Noto Sans JP', sans-serif;
}
.information_block dl.accordion {
	display: none;
}
.information_block dl dt {
	width: 90px;
	letter-spacing: .1em;
	position: absolute;
  color: #007B8C;
  margin-top: 10px;
}
.information_block dl dd {
	padding: 6px 0 6px 105px;
	line-height: 2.3;
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: .1em;
}
.information_block dl.accordion dd {
	/*border-top: 1px solid #EEE;*/
}
@media only screen and (max-width: 768px) {
	.information_block {
		flex-direction: column;
		width: auto;
		margin: 20px 5% 50px;
		padding: 15px 20px 5px 25px;
	}
	.information_block h2 {
		font-weight: normal;
		font-size: 2.2rem;
		margin: 0 0 20px;
		text-align: center;
	}
	.information_block dl {
		width: auto;
	}
	.information_block dl dt {
		margin-top: 0;
		position: relative;
	}
	.information_block dl dd {
		padding: 5px 0 17px;
		line-height: 2;
	}
	.information_block dl dd:last-child {
		margin-bottom: 0;
	}
}

/* bnr_wrap */
.bnr_wrap {
  width: 1000px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
}
.bnr_wrap > div {
  width: 480px;
}
.bnr_wrap > div a {
  transition: .4s;
}
.bnr_wrap > div a:hover {
  opacity: .7;
}
@media only screen and (max-width: 768px) {
	.bnr_wrap {
		width: 90%;
		margin: 0 auto 40px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.bnr_wrap > div {
		max-width: 480px;
		width: 100%;
	}
	.bnr_wrap > div + div {
		margin-top: 20px;
	}
	.bnr_wrap > div a:hover {
		opacity: 1;
	}
}

/* bnr_room */

.bnr_room {
  width: 1000px;
  margin: 0 auto 40px;
}

.bnr_room > div a {
  transition: .4s;
}
.bnr_room > div a:hover {
  opacity: .7;
}


/* bnr_paypay */
.bnr_paypay {
  width: 1000px;
  margin: 0 auto 100px;
  display: flex;
  justify-content:space-between;
}
.bnr_paypay > div {
  width: 700px;
}

.bnr_paypay > div + div {
  width: 280px;
  font-size:11px;
}

.bnr_paypay > div a {
  transition: .4s;
}
.bnr_paypay > div a:hover {
  opacity: .7;
}
@media only screen and (max-width: 768px) {
	.bnr_paypay {
		width: 90%;
		margin: 0 auto 60px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.bnr_paypay > div {
		max-width: 480px;
		width: 100%;
	}
	.bnr_paypay > div + div {
		margin-top: 20px;
		width: 100%;
	}
	.bnr_paypay > div a:hover {
		opacity: 1;
	}

	/* bnr_room */

	.bnr_room {
 	 	width: 90%;
  	margin: 0 auto 20px;
	}
}

/* menu_block
----------------------------------------*/
.menu_block {
}
.menu_block .menu_item {
	height: 450px;
	background: url("../img/index/concept_bg.jpg") left center no-repeat;
	background-size: cover;
}
.menu_block .menu_item:nth-child(2) {
	background: url("../img/index/location_bg.jpg") right center no-repeat;
	background-size: cover;
}
.menu_block .menu_item:nth-child(3) {
	background: url("../img/index/design_bg.jpg") right center no-repeat;
	background-size: cover;
}
.menu_block .menu_item:nth-child(4) {
	background: url("../img/index/plan_bg.jpg") right center no-repeat;
	background-size: cover;
}
.menu_block .menu_item:nth-child(5) {
	background: url("../img/index/gallery_bg.jpg") right center no-repeat;
	background-size: cover;
}
.menu_block .menu_item:nth-child(6) {
	background: url("../img/index/equipment_bg.jpg") right center no-repeat;
	background-size: cover;
}
.menu_block .menu_item .menu_item_inner {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.menu_block .menu_item:nth-child(even) .menu_item_inner {
	align-items: flex-start;
}
.menu_block .menu_item .menu_item_inner a {
	color: #fff;
	width: 320px;
	height: 320px;
	background-color: rgba(0,0,0,.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	letter-spacing: 0.1em;
}
.menu_block .menu_item .menu_item_inner a h3 {
	font-size: 2.7rem;
	font-weight: normal;
	z-index: 10;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.menu_block .menu_item .menu_item_inner a p {
	font-size: 1.7rem;
	z-index: 10;
	text-align: center;
}
.menu_block .menu_item .menu_item_inner a p.view {
	font-size: 1.3rem;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.menu_block .menu_item .menu_item_inner a p.view::after {
	content: "";
	display: block;
	background: url("../img/index/arrow.svg") center no-repeat;
	width: 25px;
	height: 4px;
	background-size: cover;
	margin-left: 13px;
	transition: .6s;
}
.menu_block .menu_item .menu_item_inner a:hover p.view::after {
	transform: translateX(7px);
}
.menu_block .menu_item .menu_item_inner a::after {
	content: "";
	display: block;
	width: 310px;
	height: 310px;
	box-sizing: border-box;
	position: absolute;
	top: 5px;
	left: 5px;
	border: 1px solid #fff;
	opacity: 0.3;
}
@media only screen and (max-width: 768px) {
	.menu_block .menu_item {
		height: 260px;
	}
	.menu_block .menu_item .menu_item_inner,
	.menu_block .menu_item:nth-child(even) .menu_item_inner {
		width: 94%;
		height: 100%;
		align-items: center;
	}
	.menu_block .menu_item .menu_item_inner a {
		width: 260px;
		height: 220px;
	}
	.menu_block .menu_item .menu_item_inner a h3 {
		font-size: 2.2rem;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.menu_block .menu_item .menu_item_inner a p {
		font-size: 1.4rem;
	}
	.menu_block .menu_item .menu_item_inner a p.view {
		font-size: 1.2rem;
		margin-top: 20px;
	}
	.menu_block .menu_item .menu_item_inner a::after {
		width: 250px;
		height: 210px;
	}
}


.gallery_wrap {
	width: 1000px;
	margin: 60px auto 80px;
	text-align: center;
}
.gallery_wrap h3 {
	font-size: 3rem;
	font-weight: 300;
	margin-bottom: 10px;
	position: relative;
}
.gallery_wrap h3 span {
	position: relative;
	padding: 0 1.5em;
	background-color: #fff;
	z-index: 10;
}
.gallery_wrap h3::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #333;
	top: 50%;
	left: 0;
	z-index: 1;
}
.gallery_wrap h3 + p {
	margin-bottom: 30px;
}
.gallery_wrap .bnr_wrap {
	margin-bottom: 10px;
}
.gallery_wrap .bnr_wrap + p {
	font-size: 11px;
	text-align: right;
}
.remodal {
  position: relative;
	padding: 0;
}
.remodal img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.remodal-cancel {
	position: absolute;
	z-index: 2;
	top: -35px;
	right: -35px;
	display: inline-block;
	min-width: auto;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border: none;
	background: transparent;
}
.remodal-cancel:hover {
	background-color: transparent;
}
.remodal-cancel:before {
	transform: rotate(45deg)
}

.remodal-cancel:after {
	transform: rotate(-45deg)
}
.remodal-cancel:before,
.remodal-cancel:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	background: #fff;
	border-radius: 5px;
	margin-top: -4px;
}
.remodal-overlay {
	background-color: rgba(0,0,0,0.5);
}
@media only screen and (max-width: 768px) {
	.gallery_wrap {
		max-width: 480px;
		width: 90%;
		margin: 30px auto 40px;
		text-align: center;
	}
	.gallery_wrap .bnr_wrap {
		width: 100%;
	}
	.gallery_wrap h3 {
		font-size: 2.4rem;
	}
	.gallery_wrap h3 span {
		padding: 0 1em;
	}
	.gallery_wrap h3 + p {
		margin-bottom: 20px;
	}
	.remodal-cancel {
		right: 0;
	}
}

.mainv_obi {
	background-color: #0092A7;
	padding: 20px;
}
.mainv_obi p {
	font-size: 3.8rem;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
}
.mainv_obi p span {
	display: inline-block;
}
.mainv_obi p span + span {
	margin-left: 10px;
}
@media only screen and (max-width: 768px) {
	.mainv_obi {
		padding: 15px;
	}
	.mainv_obi p {
		font-size: 8vw;
		line-height: 1.2;
	}
	.mainv_obi p span + span {
		font-size: 6vw;
		margig: 10px 0 0;
	}
}

.popup_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	animation-fill-mode: forwards;
	animation-duration: 1.4s;
	animation-delay: 1s;
	animation-name: popup;
	opacity: 0;
	z-index: 99999;
}
.popup_wrap.hide {
	animation-fill-mode: forwards;
	animation-duration: 1s;
	animation-delay: 0s;
	animation-name: popup_hide;
	opacity: 1;
	pointer-events: none;
}
.popup_inner {
	max-height: 90vh;
	max-width: 90vw;
	position: relative;
}
.popup_inner .close_btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	z-index: 10;
	background-color: rgba(221,134,140,0.6);
	border-radius: 0 0 0 10px;
	padding: 8px 10px;
	cursor: pointer;
}
.popup_inner figure,
.popup_inner figure img {
	height: 100%;
}
@keyframes popup {
	0% {
		opacity: 0;
		filter: blur(5px);
	}
	100% {
		opacity: 1;
		filter: blur(0px);
	}
}
@keyframes popup_hide {
	0% {
		opacity: 1;
		filter: blur(0px);
	}
	100% {
		opacity: 0;
		filter: blur(5px);
		display: none;
		z-index: 0;
	}
}
@media only screen and (max-width: 768px) {
	.popup_inner .close_btn {
		width: 30px;
		height: 30px;
		padding: 0 8px;
	}
}

.no1_area {
	padding: 60px 15px 0;
}
.no1_area div {
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 30px;
}
@media only screen and (max-width: 768px) {
	.no1_area {
		padding: 30px 5%;
	}
	.no1_area div {
		max-width: 400px;
		width: 100%;
		display: block;
	}
	.no1_area div figure:nth-child(1) {
		width: 70%;
		margin: 0 auto 30px;
	}
}
