
@media screen and (min-width:835px) {
img {
	image-rendering: -webkit-optimize-contrast;
}

main {
	padding-top: 50px;
	padding-bottom: 190px;
}

.hv {
  transition: opacity 0.2s ease-in-out;
}
.hv:hover {
	opacity: 0.7;
}
.nospi {
	display: inline;
}
.nosp {
	display: block;
}
.nopci,
.nopc {
	display: none;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
}

}






/* header */

@media screen and (min-width:835px) {

header {
	height: 50px;
}

header > div {
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	padding-top: 8px;
}

h1.logo {
	width: 350px;
	margin: 0 0 0 20px;
}

.global_navi {
	left: 50%;
	transform: translateX(-50%);
	max-width: 1200px;
}

}


/* maiimage */

@media screen and (min-width:835px) {

.mainimage {
	max-width: 1200px;
	margin: 0 auto;
}



/* menu */

.menu {
	max-width: 1200px;
	margin: 0 auto 40px;
}



.contents {
	max-width: 1200px;
}

.block {
	padding-top: 80px;
	margin-top: -50px;
}

.totop {
	max-width: 1200px;
	margin: 50px auto;
}
.totop img {
	width: 200px;
	height: auto;
}


.category_title {
	margin-bottom: 50px;;
}




.section_area {
	display: flex;
	justify-content: space-between;

}

.section_area > figure {
	width: 41%;
}

.section_area > div {
	width: 55%;
}

.section_area > div p {
	font-size: 1.7rem;
	line-height: 1.8;
	margin-top: 10px;
}
.section_area > div figure {
	margin-top: 0;
}
.section_area > div p + figure {
	margin-top: 40px;
}




.floor_list > li {
	width: 47.5%;
	background: #ffc9dd;
	padding: 0px;
	box-sizing: border-box;
	margin-top: 5%;
	position: relative;
	cursor: pointer;
}
.floor_list > li.soldout {
	cursor: auto;
}

.floor_list > li p {
	font-size: 1.7rem;
	line-height: 1.7;
	margin-top: 20px;
}

.floor_list > li > div span {
	font-size: 2.0rem;
	padding: 20px 0;
}


.modal_close {
	width: 80px;
	height: 80px;
	background-size: 30px;
	cursor: pointer;
}


#gallery-slide {
	max-width: 1200px;
	margin: 0 auto;
}

.swiper-container {
	width: calc(100% - 180px);
	margin: 0 auto;
}

.gallery-prev,
.gallery-next {
	width: 80px;
	height: 80px;
	cursor: pointer;
}

.gallery-prev,
.gallery-next {
	background-size: 17px 34px;
}

.modal_close {
	width: 80px;
	height: 80px;
	background-size: 30px;
	cursor: pointer;
}


.naisou_fv {
	display: flex;
	justify-content: space-between;
}

.naisou_fv figure {
	width: 58%;
}

.naisou_fv p {
	width: 38%;
	font-size: 1.8rem;
	line-height: 1.7;
	margin-top: 0;
}


.facility_list li {
	width: 31%;
	margin-top: 5%;
}

.facility_copy {
	font-size: 1.8rem;
	margin-top: 10px;
}
.facility_text {
	font-size: 1.6rem;
	margin-top: 8px;
}

.facility_list:after {
	content: "";
	display: block;
	width: 31%;
	height: 0;
}


.area_fv {
	display: flex;
	justify-content: space-between;
}

.area_fv figure {
	width: 58%;
}

.area_fv p {
	width: 38%;
	font-size: 1.8rem;
	line-height: 1.7;
	margin-top: 0;
}

.area_list li {
	width: 31%;
	margin-top: 5%;
}

.area_copy {
	font-size: 1.8rem;
	margin-top: 10px;
}
.area_text {
	font-size: 1.6rem;
	margin-top: 8px;
}

.area_list:after {
	content: "";
	display: block;
	width: 31%;
	height: 0;
}


.area_text_list {
	margin: 40px 0 0 1.5em;
}

.area_text_list li {
	font-size: 1.7rem;
}



.gmap iframe {
	width: 100%;
	height: 500px;
	vertical-align: bottom;
}


.carnavi {
	text-align: right;
	font-size: 1.5rem;
	margin-top: 8px;
}

.bgaiyou {
	font-size: 1.7rem;
	margin-top: 15px;
}


.banner {
	width: 90%;
	max-width: 900px;
	margin: 50px auto 0;
}
.banner li {
	margin-top: 20px;
}




footer {
	width: 100%;
	max-width: 1200px;
	left: 50%;
	transform: translateX(-50%);
}

footer a {
	display: block;
	width: 50%;
}





}





