@charset "UTF-8";
/*
#gHead
*/
#gHead {
	z-index: 1000;
	position: relative;
}
#gHead .gh-menu {
	position: fixed;
	top: 0;
	right: 0;
	/*height: 55px;*/
	height: 45px;
	width: 64px;
	padding: 0;
	margin: 0;
	border: none;
	background: #000;
}
#gHead .gh-menu div {
	height: 24px;
	width: 30px;
	position: relative;
	margin: 0 auto;
}
#gHead .gh-menu .gh-menu-bar {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all .3s;
}
#gHead .gh-menu.scrollover .gh-menu-bar {
	background-color: #000;
}
#gHead .gh-menu .gh-menu-bar.mod-top {
	top: 0;
}
#gHead .gh-menu .gh-menu-bar.mod-middle {
	top: 11px;
}
#gHead .gh-menu .gh-menu-bar.mod-bottom {
	bottom: 0;
}
#gHead .gh-menu.is-open .gh-menu-bar.mod-top {
	top: 11px;
	transform: rotate(-45deg);
}
#gHead .gh-menu.is-open .gh-menu-bar.mod-middle {
	background-color: transparent;
}
#gHead .gh-menu.is-open .gh-menu-bar.mod-bottom {
	bottom: 11px;
	transform: rotate(-135deg);
}
@media only screen and (max-width: 767px) {
	#gHead .gh-menu {
		height: 45px;
	}
	#gHead .gh-menu div {
		height: 17px;
		width: 26px;
	}
	#gHead .gh-menu .gh-menu-bar {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
	}
	#gHead .gh-menu .gh-menu-bar.mod-top {
		top: 0;
	}
	#gHead .gh-menu .gh-menu-bar.mod-middle {
		top: 8px;
	}
	#gHead .gh-menu .gh-menu-bar.mod-bottom {
		bottom: 0;
	}
	#gHead .gh-menu.is-open .gh-menu-bar.mod-top {
		top: 8px;
		transform: rotate(-45deg);
	}
	#gHead .gh-menu.is-open .gh-menu-bar.mod-middle {
		background-color: transparent;
	}
	#gHead .gh-menu.is-open .gh-menu-bar.mod-bottom {
		bottom: 8px;
		transform: rotate(-135deg);
	}
}

#gHead .banner {
	position: fixed;
	top: 45px;
	right: 0;
}
#gHead .banner ul {
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
}
#gHead .banner li {}
#gHead .banner li a {
	display: block;
	padding: 30px 15px;
}
#gHead .banner li.request a {
	background: #b81c24;
}
#gHead .banner li.contact a {
	background: #ffffff;
}
#gHead .banner li.request a:hover {
	background: #000000;
}
#gHead .banner li.contact a:hover {
	background: #000000;
}
#gHead .banner li a .def {
	display: inline;
}
#gHead .banner li a .over {
	display: none;
}
#gHead .banner li a:hover .def {
	display: none;
}
#gHead .banner li a:hover .over {
	display: inline;
}
@media only screen and (max-width: 767px) {
	#gHead .banner {
		display: none;
	}
}


/*
#gNav
*/
#gNav {
	height: 0;
	overflow: hidden;
	transition: all .3s;
	z-index: 1001;
	position: fixed;
	right: 0;
	top: 45px;
	width: auto;
}
#gNav ul {}
#gNav li {
	padding: 20px 20px;
	background: #000;
	border-bottom: 1px solid #ccc;
}
#gNav a {
	display: block;
	font-weight: bold;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	#gNav {
		top: 45px;
	}
	#gNav li {
		padding: 12px 20px;
	}
}







/*
heizoLp
汎用スタイル
*/
.heizoLp {
	max-width: 1280px;
	margin: 0 auto;
}
.heizoLp section {
	padding: 150px 0;
}
.heizoLp p {
	font-size: 0.875em;
}
@media only screen and (max-width: 767px) {
	.heizoLp section {
		padding: 40px 0;
	}
}

/*h2.title*/
.heizoLp h2.title {
	font-size: 24px;
}
.heizoLp h2.title span {
	letter-spacing: 0;
}
.heizoLp h2.title strong {
	letter-spacing: 0;
	font-size: 1.4em;
	line-height: 1.4;
	display: block;
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	.heizoLp h2.title strong {
		font-size: 1.3em;
	}
}

.heizoLp h2.title2 {
	font-size: 30px;
    text-align: center;

}
.heizoLp h2.title2 span {
	letter-spacing: 0;
}
.heizoLp h2.title2 span2 {
	font-size: 260%;
}
.heizoLp h2.title2 strong {
	letter-spacing: 0;
	font-size: 1.4em;
	line-height: 1;
	display: block;
	margin-top: 5px;
    margin-bottom: -2%;
}
@media only screen and (max-width: 767px) {
	.heizoLp h2.title2 {
        font-size:24px;
        line-height: 1.2;
    }
    .heizoLp h2.title2 strong {
		font-size: 1.3em;
	}
    
	.heizoLp h2.title2 span2 {
		display: block;
		padding: 0 30px;
	}
}




/*nav.btn*/
.heizoLp nav.btn {}
.heizoLp nav.btn ul {}
.heizoLp nav.btn li {
	margin: 10px 0;
	text-align: center;
}
.heizoLp nav.btn li a {
	display: block;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	padding: 10px 0;
	letter-spacing: 0.15em;
}
.heizoLp nav.btn li.request a {
	background: #b81c24;
}
.heizoLp nav.btn li.contact a {
	background: #000000;
}
.heizoLp nav.btn li.request a:hover {
	background: #000000;
}
.heizoLp nav.btn li.contact a:hover {
	background: #b81c24;
}
@media only screen and (max-width: 767px) {
	.heizoLp nav.btn li {
		margin: 15px 0;
	}
	.heizoLp nav.btn li a {
		font-size: 1.2em;
	}
}






/*
fullsc
メインビジュアル
*/
.fullsc {
	margin: 0;
	width: 100%;
	height: 100vh;
	position: relative;
}

.fullsc > div {
	height: 100%;
}

.fullsc .cover {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.fullsc .cover h1 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.fullsc .cover .ico {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.fullsc .cover .ico img {
	animation: down 1.5s infinite;
	-webkit-animation: down 1.5s infinite;
}
@keyframes down {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translateY(0);
  }
}

@-webkit-keyframes down {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
	.fullsc .cover h1 {
		width: 70%;
		margin: 0 auto;
	}
}






/*
sec01
*/
.heizoLp .sec01 {
	max-width: 1100px;
	margin-left: auto;
	padding-bottom: 50px;
}
.heizoLp .sec01 .inner {
	display: flex;
}
.heizoLp .sec01 .inner .text {
	flex: 1;
	padding-right: 7%;
}
.heizoLp .sec01 .inner .text h2 {
	margin: 1em 0;
}
.heizoLp .sec01 .inner .text .btn {
	margin-top: 25px;
}
.heizoLp .sec01 .inner figure {
	width: 60%;
	text-align: center;
}
@media only screen and (max-width: 999px) {
	.heizoLp .sec01 {
		padding-bottom: 20px;
	}
	.heizoLp .sec01 .inner {
		flex-direction: column;
	}
	.heizoLp .sec01 .inner .text {
		max-width: 600px;
		margin: 0 auto;
		padding: 15px;
	}
	.heizoLp .sec01 .inner .text h3 {
		text-align: center;
		width: 70%;
		margin: 0 auto;
	}
	.heizoLp .sec01 .inner .text h2 {
		text-align: center;
	}
	.heizoLp .sec01 .inner .text .btn li {
		width: 90%;
		margin: 15px auto;
	}
	.heizoLp .sec01 .inner figure {
		width: 100%;
	}
}






/*
sec02
*/
.heizoLp .sec02 {
	max-width: 1100px;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.heizoLp .sec02 .inner {
	display: flex;
	align-items: center;
	flex-flow: row-reverse;
}
.heizoLp .sec02 .inner .text {
	flex: 1;
	padding-left: 7%;
}
.heizoLp .sec02 .inner .text dt {
	padding: 15px 0;
}
.heizoLp .sec02 .inner .text dd {
	padding: 15px 0;
}
.heizoLp .sec02 .inner figure {
	width: 52%;
	text-align: center;
}
@media only screen and (max-width: 999px) {
	.heizoLp .sec02 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.heizoLp .sec02 .inner {
		flex-direction: column;
	}
	.heizoLp .sec02 .inner .text {
		max-width: 600px;
		margin: 0 auto;
		padding: 15px;
	}
	.heizoLp .sec02 .inner figure {
		padding: 15px;
		width: 100%;
	}
}






/*
sec03
*/
.heizoLp .sec03 {
	padding-top: 50px;
}
.heizoLp .sec03 h2 {
	text-align: center;
	margin-bottom: 50px;
}
.heizoLp .sec03 ul {
	display: flex;
	justify-content: space-between;
}
.heizoLp .sec03 li {
	width: 30%;
	box-sizing: border-box;
	position: relative;
}
.heizoLp .sec03 li:nth-child(2) {
	width: 35%;
	padding: 0 2.5%;
}
.heizoLp .sec03 li:nth-child(2):before {
	content: '';
	position: absolute;
	left: 0;
	top: 20%;
	display: inline-block;
	width: 1px;
	height: 40%;
	background-color: black;
}
.heizoLp .sec03 li:nth-child(2):after {
	content: '';
	position: absolute;
	right: 0;
	top: 20%;
	display: inline-block;
	width: 1px;
	height: 40%;
	background-color: black;
}
.heizoLp .sec03 li figure {
	text-align: center;
	margin-bottom: 20px;
}
.heizoLp .sec03 li h3 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.3em;
}


.heizoLp .sec03 .room_tour{
	max-width:48%;
    margin:0 auto;
    margin:0 0.5%;
    display:inline-block;
}

.heizoLp .sec03 .room_tour img{
    margin:0 auto;
}


@media only screen and (max-width: 767px) {
	.heizoLp .sec03 {
		padding-top: 20px;
	}
	.heizoLp .sec03 h2 {
		margin-bottom: 20px;
	}
	.heizoLp .sec03 ul {
		flex-direction: column;
	}
	.heizoLp .sec03 li {
		width: 80%;
		margin: 15px auto;
	}
	.heizoLp .sec03 li:nth-child(2) {
		width: 80%;
		padding: 30px 0;
	}
	.heizoLp .sec03 li:nth-child(2):before {
		content: none;
	}
	.heizoLp .sec03 li:nth-child(2):after {
		content: none;
	}

	
	
}






/*
sec04
*/
.heizoLp .sec04 {
	background: #d4e5eb;
	padding-bottom: 100px;
}
.heizoLp .sec04 .inner {
	background: #fff;
	padding: 60px 80px;
}
.heizoLp .sec04 .inner h2 {
	text-align: center;
	margin-bottom: 50px;
}
.heizoLp .sec04 .box {
	margin: 40px 0;
}
.heizoLp .sec04 .box h3 {
	background: #000;
	border-left: 10px solid #8bbbc8;
	color: #fff;
	padding: 10px 15px;
	margin-bottom: 25px;
}
.heizoLp .sec04 .box figure {
	text-align: center;
}
.heizoLp .sec04 .colum1 {
	display: flex;
	justify-content: space-between;
}
.heizoLp .sec04 .colum1 .box {
	width: 45%;
}
.heizoLp .sec04 .colum2 {
	padding: 1px 0;
}
.heizoLp .sec04 .colum2 .flexBox1 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.heizoLp .sec04 .colum2 .flexBox1 .text {
	flex: 1;
	margin-right: 5%;
}
.heizoLp .sec04 .colum2 .flexBox1 .text h4 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.heizoLp .sec04 .colum2 .flexBox1 .text div {
	margin-top: 10px;
}
.heizoLp .sec04 .colum2 .flexBox1 figure {
	width: 44%;
}
.heizoLp .sec04 .colum2 .flexBox2 {
	background: #f2f2f2;
	padding: 30px 20px;
	margin-top: 30px;
}
.heizoLp .sec04 .colum2 .flexBox2 h4 {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 20px;
}
.heizoLp .sec04 .colum2 .flexBox2 ul {
	display: flex;
	justify-content: space-between;
}
.heizoLp .sec04 .colum2 .flexBox2 li {
	width: 23.5%;
	font-weight: bold;
	font-size: 0.875em;
}
.heizoLp .sec04 .colum2 .flexBox2 li figure {
	margin-bottom: 5px;
}
.heizoLp .sec04 .colum3 {
	padding: 1px 0;
}
.heizoLp .sec04 .colum3 .flexBox1 {
	display: flex;
	justify-content: space-between;
}
.heizoLp .sec04 .colum3 .flexBox1 .text {
	flex: 1;
	margin-right: 5%;
}
.heizoLp .sec04 .colum3 .flexBox1 .text figure {
	text-align: left;
	margin: 1.5em 0 0.5em 0;
}
.heizoLp .sec04 .colum3 .flexBox1 .flexBox2 {
	width: 50%;
	background: #f2f2f2;
	padding: 30px 20px;
}
.heizoLp .sec04 .colum3 .flexBox1 .flexBox2 h4 {
	text-align: center;
}
.heizoLp .sec04 .colum3 .flexBox1 .flexBox2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.heizoLp .sec04 .colum3 .flexBox1 .flexBox2 li {
	width: 50%;
	font-weight: bold;
	/*font-size: 0.75em;*/
	text-align: center;
	margin: 15px 0;
}
.heizoLp .sec04 .colum4 {
	padding: 1px 0;
}
.heizoLp .sec04 .colum4 .box {
	margin-bottom: 0;
}
.heizoLp .sec04 .colum4 .flexBox1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.heizoLp .sec04 .colum4 .flexBox1 .text {
	flex: 1;
	margin-right: 5%;
}
.heizoLp .sec04 .colum4 .flexBox1 .text figure {
	text-align: left;
	margin: 0.5em 0 0.5em 0;
}
.heizoLp .sec04 .colum4 .flexBox1 .text2 {
	width: 50%;
	padding: 20px 30px;
	border: 2px solid #000;
}
.heizoLp .sec04 .colum4 .flexBox1 .text2 h4 {
	line-height: 1.6;
}
.heizoLp .sec04 .contactBox {
	margin-top: 60px;
}
.heizoLp .sec04 .contactBox h3 {
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 30px;
}
.heizoLp .sec04 .contactBox nav.btn ul {
	display: flex;
	justify-content: center;
}
.heizoLp .sec04 .contactBox nav.btn li {
	width: 35%;
	margin: 0 2%;
}
@media only screen and (max-width: 939px) {
	.heizoLp .sec04 {
		padding: 100px 0 80px 0;
	}
	.heizoLp .sec04 .inner {
		padding: 60px 40px;
	}
	.heizoLp .sec04 .contactBox {
		margin-top: 40px;
	}
	.heizoLp .sec04 .contactBox nav.btn li {
		width: 50%;
		margin: 0 2%;
	}
}
@media only screen and (max-width: 767px) {
	.heizoLp .sec04 {
		padding: 60px 0 60px 0;
	}
	.heizoLp .sec04 .inner {
		padding: 40px 20px;
	}
	.heizoLp .sec04 h2 {
		padding-bottom: 10px;
		border-bottom: 1px solid #000;
		margin-bottom: 20px;
	}
	.heizoLp .sec04 .box {
		margin: 30px 0;
	}
	.heizoLp .sec04 .colum1 {
		flex-direction: column;
	}
	.heizoLp .sec04 .colum1 .box {
		width: 100%;
	}
	.heizoLp .sec04 .colum2 .flexBox1 {
		align-items: flex-start;
		flex-direction: column;
	}
	.heizoLp .sec04 .colum2 .flexBox1 .text {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.heizoLp .sec04 .colum2 .flexBox1 .text div {
		text-align: center;
	}
	.heizoLp .sec04 .colum2 .flexBox1 figure {
		width: 100%;
	}
	.heizoLp .sec04 .colum2 .flexBox2 {
		background: #f2f2f2;
		padding: 30px 20px;
		margin-top: 30px;
	}
	.heizoLp .sec04 .colum2 .flexBox2 h4 {
		text-align: center;
		font-size: 1.2em;
		margin-bottom: 10px;
	}
	.heizoLp .sec04 .colum2 .flexBox2 ul {
		flex-wrap: wrap;
	}
	.heizoLp .sec04 .colum2 .flexBox2 li {
		width: 48%;
		text-align: center;
		margin: 10px 0;
	}
	.heizoLp .sec04 .colum3 .flexBox1 {
		flex-direction: column;
	}
	.heizoLp .sec04 .colum3 .flexBox1 .text {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.heizoLp .sec04 .colum3 .flexBox1 .text figure {
		text-align: left;
		margin: 0.5em 0 0.5em 0;
	}
	.heizoLp .sec04 .colum3 .flexBox1 .flexBox2 {
		width: 100%;
		padding: 30px 20px;
	}
	.heizoLp .sec04 .colum4 .flexBox1 {
		flex-direction: column;
	}
	.heizoLp .sec04 .colum4 .flexBox1 .text {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.heizoLp .sec04 .colum4 .flexBox1 .text2 {
		width: 100%;
	}
	.heizoLp .sec04 .contactBox h3 {
		text-align: left;
		font-size: 1.2em;
		margin-bottom: 20px;
	}
	.heizoLp .sec04 .contactBox nav.btn ul {
		flex-direction: column;
	}
	.heizoLp .sec04 .contactBox nav.btn li {
		width: 90%;
		margin: 7px auto;
	}
}






/*
sec05
*/
.heizoLp .sec05 {
	padding-bottom: 50px;
}
.heizoLp .sec05 h2 {
	text-align: center;
	margin-bottom: 30px;
}
.heizoLp .sec05 ul.point {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.heizoLp .sec05 ul.point li {
	width: 49%;
	margin: 10px 0;
	background: #d4e5eb;
	padding: 15px 25px;
	display: flex;
	align-items: center;
}
.heizoLp .sec05 ul.point li span {
	padding: 15px 0;
	padding-right: 20px;
	border-right: 2px solid #000;
	margin-right: 20px;
}
.heizoLp .sec05 ul.point li h3 {
	font-size: 1.2em;
}
.heizoLp .sec05 figure {
	text-align: center;
	margin-top: 30px;
}
.heizoLp .sec05 .inner {
	background: #f2f2f2;
	padding: 60px 80px;
	margin-top: 60px;
}
.heizoLp .sec05 .inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.heizoLp .sec05 .inner li {
	width: 47%;
	margin: 15px 0;
}
.heizoLp .sec05 .inner li h3 {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.heizoLp .sec05 .inner li h3 span {
	position: relative;
}
.heizoLp .sec05 .inner li h3 strong {
	display: inline-block;
	background: #fff;
	padding: 10px 25px;
	padding-left: 40px;
	margin-left: -30px;
}
.heizoLp .sec05 .inner .box {
	background: #fff;
	padding: 10px 30px;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.heizoLp .sec05 .inner .box h3 {
	margin-right: 30px;
}
.heizoLp .sec05 .inner .box p {
	flex: 1;
}
@media only screen and (max-width: 767px) {
	.heizoLp .sec05 {
		padding-bottom: 20px;
	}
	.heizoLp .sec05 h2 {
		margin-bottom: 10px;
	}
	.heizoLp .sec05 ul.point li {
		width: 86%;
		margin: 10px auto;
		padding: 15px 15px;
	}
	.heizoLp .sec05 ul.point li h3 {
		font-size: 1.0em;
	}
	.heizoLp .sec05 .inner {
		padding: 40px 20px;
		margin: 0 -16px;
		margin-top: 40px;
	}
	.heizoLp .sec05 .inner li {
		width: 100%;
		margin: 10px 0;
	}
	.heizoLp .sec05 .inner li h3 {
		display: block;
		position: relative;
		padding-top: 30px;
	}
	.heizoLp .sec05 .inner li h3 span {
		position: relative;
		position: absolute;
		left: 45%;
		top: 0;
		transform: translateX(-50%);
	}
	.heizoLp .sec05 .inner li h3 strong {
		padding: 10px 25px;
		min-width: 45%;
		margin-left: 0;
	}
	.heizoLp .sec05 .inner li p {
		padding-left: 25px;
	}
	.heizoLp .sec05 .inner .box {
		padding: 20px 25px;
		margin-top: 20px;
		flex-direction: column;
	}
	.heizoLp .sec05 .inner .box h3 {
		margin-right: auto;
		margin-bottom: 10px;
	}
}






/*
sec06
*/
.heizoLp .sec06 {
	padding-top: 50px;
}
.heizoLp .sec06 h2 {
	text-align: center;
	margin-bottom: 50px;
}
.heizoLp .sec06 .flexBox {
	display: flex;
	align-items: center;
}
.heizoLp .sec06 .flexBox .text {
	flex: 1;
	margin-right: 4%;
}
.heizoLp .sec06 .flexBox .text h3 {
	font-size: 1.2em;
	margin: 15px 0 10px 0;
}
.heizoLp .sec06 .flexBox figure {
	width: 47%;
}
@media only screen and (max-width: 767px) {
	.heizoLp .sec06 {
		padding-top: 20px;
	}
	.heizoLp .sec06 h2 {
		margin-bottom: 30px;
	}
	.heizoLp .sec06 .flexBox {
		flex-direction: column;
	}
	.heizoLp .sec06 .flexBox .text {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.heizoLp .sec06 .flexBox .text h3 {
		font-size: 1.2em;
	}
	.heizoLp .sec06 .flexBox figure {
		width: 100%;
		text-align: center;
	}
}






/*
sec07
*/
.heizoLp .sec07 {
	background: #d4e5eb;
	padding-top: 100px;
	padding-bottom: 100px;
}
.heizoLp .sec07 h2 {
	text-align: center;
	margin-bottom: 20px;
}
.heizoLp .sec07 h3 {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 50px;
}
.heizoLp .sec07 ul {
	display: flex;
	justify-content: space-between;
}
.heizoLp .sec07 li {
	width: 44%;
}
.heizoLp .sec07 li h4 {
	background: #fff;
	padding: 10px 15px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
	.heizoLp .sec07 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.heizoLp .sec07 h2 {
		margin-bottom: 10px;
	}
	.heizoLp .sec07 h3 {
		font-size: 1.1em;
		line-height: 1.4;
		text-align: left;
		margin-bottom: 20px;
	}
	.heizoLp .sec07 ul {
		flex-direction: column;
	}
	.heizoLp .sec07 li {
		width: 100%;
		margin: 15px 0;
	}
}






/*
sec08
*/
.heizoLp .sec08 {}
.heizoLp .sec08 h2 {
	text-align: center;
	margin-bottom: 50px;
}
.heizoLp .sec08 .flexBox {
	display: flex;
	align-items: center;
}
.heizoLp .sec08 .flexBox .text {
	flex: 1;
	margin-right: 4%;
}
.heizoLp .sec08 .flexBox .text h3 {
	font-size: 1.0em;
	margin: 20px 0;
}
.heizoLp .sec08 .flexBox .text h3 strong {
	font-size: 1.6em;
	display: block;
	margin-bottom: 5px;
}
.heizoLp .sec08 .flexBox figure {
	width: 49%;
}
.heizoLp .sec08 nav.btn {
	margin-top: 40px;
}
.heizoLp .sec08 nav.btn ul {
	display: flex;
	justify-content: center;
}
.heizoLp .sec08 nav.btn li {
	width: 35%;
	margin: 0 2%;
}
@media only screen and (max-width: 767px) {
	.heizoLp .sec08 h2 {
		margin-bottom: 30px;
	}
	.heizoLp .sec08 .flexBox {
		flex-direction: column;
	}
	.heizoLp .sec08 .flexBox .text {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.heizoLp .sec08 .flexBox figure {
		width: 100%;
		text-align: center;
	}
	.heizoLp .sec08 nav.btn ul {
		flex-direction: column;
	}
	.heizoLp .sec08 nav.btn {
		margin-top: 30px;
	}
	.heizoLp .sec08 nav.btn li {
		width: 90%;
		margin: 7px auto;
	}
}




/*
sec09
*/
.width100{
    width: 100%;
    margin-bottom: 3%;
}
.flex_item{
    display: flex;
}

.heizoLp .sec09 {
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.heizoLp .sec09 .inner {
	/*display: flex;*/
}

.heizoLp .sec09 .inner .text {
	flex: 1;
	/*padding-right: 7%;*/
    margin: 0 0 0 3%;
    
}
.heizoLp .sec09 .inner .text h2 {
	margin: 1em 0;
}
.heizoLp .sec09 .inner .text .btn {
	margin-top: 25px;
}
.heizoLp .sec09 .inner figure {
	width: 40%;
	text-align: center;
}
.heizoLp .sec09 .inner .leftside {
	width: 49%;
    margin:1% 1% 2% 0 ;
}
.heizoLp .sec09 .inner .leftside h1{
	font-size: 140%;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1.5%;
    border: 2px black solid;
    border-left: none;
    border-right: none;
    padding: 0.5% 0 1% 0 ;
}
.heizoLp .sec09 .inner .leftside p{
	font-size: 100%;
    text-align: left;
}
.heizoLp .sec09 .inner .leftside .kome{
	font-size: 80%;
}

.heizoLp .sec09 .inner .rightside {
	width: 49%;
    margin:1% 0 2% 1% ;
}
.heizoLp .sec09 nav.banner {
	text-align: center;
	margin-top: 5%;
}



@media only screen and (max-width: 999px) {
	.heizoLp .sec09 {
		padding-bottom: 20px;
	}
	.heizoLp .sec09 .inner {
		flex-direction: column;
	}
	.heizoLp .sec09 .inner .text {
		max-width: 600px;
		margin: 0 auto;
		padding: 15px;
	}
	.heizoLp .sec09 .inner .text h3 {
		text-align: center;
		width: 70%;
		margin: 0 auto;
	}
	.heizoLp .sec09 .inner .text h2 {
		text-align: center;
	}
	.heizoLp .sec09 .inner .text .btn li {
		width: 90%;
		margin: 15px auto;
	}
	.heizoLp .sec09 .inner figure {
		width: 90%;
        margin: 1% 5% 1% 5%;
	}
    .heizoLp .sec09 .inner .leftside {
		width: 90%;
        margin: 1% 5% 1% 5%;
	}
    .heizoLp .sec09 .inner .leftside h1{
	font-size: 120%;
    line-height: 1.5;
    margin-bottom: 2%;
}
.heizoLp .sec09 .inner .leftside p{
	font-size: 90%;
    text-align: left;
}
.heizoLp .sec09 .inner .leftside .kome{
	font-size: 70%;
}
    
    .heizoLp .sec09 .inner .rightside {
		width: 90%;
        margin: 1% 5% 1% 5%;
	}
}

@media only screen and (max-width: 767px) {
.flex_item{
display:block;
}

}




.modelimg{
    width:22.5%;
    display: inline-block;
    margin: 1% 1% 2% 1%;

}
.modelimg img{
    width:100%;
}

@media only screen and (max-width: 767px) {
  .modelimg{
    width:47%;
    display: inline-block;
    margin: 1% 1%;

}
.modelimg img{
    width:100%;
}  
}



.hover{-webkit-transition: .3s;
	transition: .3s;}
.hover:hover {
 	opacity: 0.7;
	-khtml-opacity: .70;
	-moz-opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
 	}

.hover img:hover {
 	filter: alpha(opacity=60);/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
 	}
@media only screen and (max-width: 767px) {
    
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}








/*20231223追加*/
/*
sec10
*/
.heizoLp .sec10 {
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 50px;
    padding-top:20px!important;
}
.heizoLp .sec10 h3 {
	max-width: 600px;
	margin: 0 auto;
    font-size: 140%;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1.5%;
    border: 2px black solid;
    border-left: none;
    border-right: none;
    padding: 0.5% 0 1% 0;
}
.heizoLp .sec10 h4 {
	font-size: 175%;
	text-align: center;
}
.heizoLp .sec10 figure {
	text-align: center;
}
.heizoLp .sec10 figure.image1 {
	margin: 40px 0;
}
.heizoLp .sec10 figure.image2 {
	margin: 20px 0;
}
.heizoLp .sec10 nav.banner {
	text-align: center;
	margin-top: 50px;
}
/* --- 販売価格 全体ブロック --- */
.price-wrap {
  max-width: 640px;
  margin: 3em auto;
  text-align: center;
}

/* --- 販売価格ラベル --- */
.price-label {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0.4em 1em;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 1em;
}

/* --- 価格エリア（旧・新） --- */
.price-box {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  flex-wrap: wrap;
}

/* --- 個別価格ボックス --- */
.price-item {
  flex: 1 1 240px;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 10px;
}

/* --- 金額フォント --- */
.price-item .amount {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0.3em;
}

/* --- 旧価格：打ち消し線＆グレー --- */
.price-item.old .amount {
  color: #999;
  text-decoration: line-through;
}

/* --- 新価格：目立つ赤 --- */
.price-item.new .amount {
  color: #b81c24;
}

/* --- 注記（公表日など） --- */
.price-item .note {
  font-size: 0.9em;
  color: #666;
}

.price-box.center-layout {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.price-arrow.inline-arrow {
  width: 0;
  height: 0;
  position: relative; 
 top:28px;   
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;   
  border-left: 15px solid #000; /* 黒い矢印 */
   display: flex;
  align-items: center;   
}


/* --- スマホ対応 --- */
@media (max-width: 767px) {
 .price-box {
    flex-direction: column;
    align-items: center; /* 中央揃えキープ */
     gap: 0px;
  }
    
   .price-item {
    flex: 1 1 auto; /* ← 最低限の幅に変更 */
    width: 100%;    /* or auto。中央揃えにしたいなら不要 */
    max-width: none;
  }  
    
    

  .price-arrow.inline-arrow {
    margin: 0.5em 0;
       width: 0;
  height: 0;
  position: relative; 
 top:3px;   
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;   
  border-top: 15px solid #000; /* 黒い矢印 */
   display: flex;
  align-items: center;    
      
      
      
      
      
  }
}

.slider {
  display: block;
  clear: both;
  margin-top: 20px; /* 必要であればマージンも調整 */
}

.slider div img{
    padding:1%;
}

.map{
    width:1000px;
    margin:5% auto;
}
.map h1{
    font-size:135%;
    text-align: center;
}


@media only screen and (max-width: 767px) {
	.heizoLp .sec10 .inner {
		width: 90%;
		margin: 0 auto;
	}
	.heizoLp .sec10 figure.image1 {
		margin: 20px 0;
	}
	.heizoLp .sec10 figure.image2 {
		margin: 20px 0;
	}
	.heizoLp .sec10 nav.banner {
		margin-top: 30px;
	}

.map{
    width:100%;
    margin:3% auto;
}
    
   .map h1{
    font-size:100%;
    text-align: center;
} 

    
}
/*
sec11
*/
.heizoLp .sec11 {
	background: #d4e5eb;
    padding-bottom: 100px;
}
.heizoLp .sec11 .inner {
	background: #fff;
	padding: 60px 80px;
}
.heizoLp .sec11 .inner h2 {
	text-align: center;
	margin-bottom: 50px;
}
.heizoLp .sec11 h3 {
	font-size: 1.4em;
	margin-bottom: 30px;
}
.heizoLp .sec11 h3 span {
	display: inline-block;
	margin-bottom: 10px;
}
.heizoLp .sec11 h4 {
	font-size: 1.25em;
	margin-bottom: 10px;
}
.heizoLp .sec11 hr {
	margin: 50px 0;
}
.heizoLp .sec11 figure.image1 {
	text-align: center;
}
.heizoLp .sec11 figure.image2 {
	margin: 40px 0;
}
.heizoLp .sec11 figure.image3 {
	max-width: 170px;
	margin-bottom: 10px;
}
.heizoLp .sec11 figure.image2 figcaption {
	margin-top: 10px;
	font-weight: 700;
}
.heizoLp .sec11 p.txt {
	font-size: 1.125em;
	margin-bottom: 10px;
}
.heizoLp .sec11 ul.list4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.heizoLp .sec11 ul.list4 li {
	width: 23%;
}
.heizoLp .sec11 ul.list4 li span {
	display: inline-block;
	font-weight: 700;
	margin-top: 10px;
	padding-left: 1.3em;
	text-indent: -1.3em;
	line-height: 1.4;
}
.heizoLp .sec11 .flexBottom {
	display: flex;
	align-items: flex-end;
	margin: 10px 0;
}
.heizoLp .sec11 .flexBottom .image {
	width: 240px;
	margin-right: 30px;
}
.heizoLp .sec11 .flexBottom p {
	flex: 1;
	font-size: 1.0em;
	font-weight: 700;
	padding-bottom: 1.0em;
}
.heizoLp .sec11 .plan {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.heizoLp .sec11 .plan span {
	display: block;
	width: 200px;
}
.heizoLp .sec11 .plan:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
	margin-left: .4em;
	background: #000;
}
.heizoLp .sec11 .contactBox {
	margin-top: 60px;
}
.heizoLp .sec11 .contactBox h3 {
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 30px;
}
.heizoLp .sec11 .contactBox nav.btn ul {
	display: flex;
	justify-content: center;
}
.heizoLp .sec11 .contactBox nav.btn li {
	width: 35%;
	margin: 0 2%;
}
@media only screen and (max-width: 939px) {
	.heizoLp .sec11 {
		padding: 100px 0 80px 0;
	}
	.heizoLp .sec11 .inner {
		padding: 60px 40px;
	}
	.heizoLp .sec11 .contactBox {
		margin-top: 40px;
	}
	.heizoLp .sec11 .contactBox nav.btn li {
		width: 50%;
		margin: 0 2%;
	}
}
@media only screen and (max-width: 767px) {
	.heizoLp .sec11 {
		padding: 60px 0 60px 0;
	}
	.heizoLp .sec11 .inner {
		padding: 40px 20px;
	}
	.heizoLp .sec11 h2 {
		padding-bottom: 10px;
		border-bottom: 1px solid #000;
		margin-bottom: 20px;
	}
	.heizoLp .sec11 h3 {
		font-size: 1.4em;
		margin-bottom: 20px;
	}
	.heizoLp .sec11 h4 {
		font-size: 1.125em;
		margin-bottom: 10px;
	}
	.heizoLp .sec11 p.txt {
		font-size: 1.0em;
		margin-bottom: 10px;
	}
	.heizoLp .sec11 hr {
		margin: 30px 0;
	}
	.heizoLp .sec11 figure.image2 {
		margin: 20px 0;
	}
	.heizoLp .sec11 ul.list4 li {
		width: 47%;
		margin: 10px 0;
	}
	.heizoLp .sec11 ul.list4 li span {
		font-size: 0.875em;
		margin-top: 5px;
	}
	.heizoLp .sec11 .flexBottom {
		display: flex;
		align-items: center;
		margin: 20px 0;
	}
	.heizoLp .sec11 .flexBottom .image {
		width: 160px;
		margin-right: 10px;
	}
	.heizoLp .sec11 .flexBottom p {
		font-size: 0.875em;
	}
	.heizoLp .sec11 .plan {
		margin-bottom: 30px;
	}
	.heizoLp .sec11 .plan span {
		width: 160px;
	}
	.heizoLp .sec11 .contactBox h3 {
		text-align: left;
		font-size: 1.2em;
		margin-bottom: 20px;
	}
	.heizoLp .sec11 .contactBox nav.btn ul {
		flex-direction: column;
	}
	.heizoLp .sec11 .contactBox nav.btn li {
		width: 90%;
		margin: 7px auto;
	}
    
    
    .heizoLp .sec03 .room_tour{
     max-width:100%;
    width:100%;
        margin:4% auto;
    display:block;
}
    
    
    
    
}
