@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
header
****************************************************************************************************/
#header #logo,
#header #wakohre {
	filter: invert(100%) brightness(1000%);
}
#header.bgnone #logo,
#header.bgnone #wakohre {
	filter: none;
}
#header.bgnone::after {
	background: rgba(255,255,255,.95);
	opacity: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}
#header.bgnone.active::after {
	opacity: 1;
}
#header.bgnone #hnavi .outline a {
	color: #000;
}
#header.bgnone #gNavi > ul > li {
	border-left: 1px solid rgba(0,0,0,0.25);
}
#header.bgnone #gNavi > ul > li:nth-last-of-type(1) {
	border-right: 1px solid rgba(0,0,0,0.25);
}
#header.bgnone #gNavi > ul > li > a,
#header.bgnone #gNavi > ul > li > span {
	color: #46A36B;
}
#header.bgnone #gNavi > ul > li.select > a {
	color: #B28500;
}
#header.bgnone #gNavi > ul > li > a span.small {
	color: #000;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
	padding-top: 112px;
	padding-top: 121px;
}
#wrap.pt0 {
	padding-top: 0;
}
#wrap.location {
	background: url(../img/location/bg.png) right top no-repeat;
}
#contents {
	padding: 0;
}
#contents .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}
#contents .inner.w1240 {
	width: 1240px;
}

figure.img-box {
	position: relative;
	display: inline-block;
}
figure.img-box figcaption {
	margin-top: 0.8em;
	font-size: 0.866rem;
	line-height: 1.4;
	text-align: right;
}
figure.img-box figcaption.large {
	margin-top: 0.6em;
	font-size: 1rem;
	line-height: 1.4;
	text-align: right;
}
figure.img-box figcaption.left {
	text-align: left;
}
figure.img-box figcaption.cap-in {
	position: absolute;
	right: 0.6em;
	bottom: 0.6em;
	color: #000;
	font-size: 0.733rem;
}
figure.img-box figcaption.cap-in.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1);
}
figure.img-box figcaption.cap-in.white.large {
	right: auto;
	left: 10px;
	bottom: 0;
	padding: 0.4em 0.8em;
	background: #46A36B;
	font-size: 1.2rem;
	text-shadow: none;
}
.caption {
	margin: 100px 0 0 0;
	padding: 1.6em 0 0 0;
	border-top: 1px solid rgba(0,0,0,.25);
	font-size: 0.866rem;
	line-height: 1.6;
	text-align: left;
}



/****************************************************************************************************
col
****************************************************************************************************/

.col-block + .col-block {
	position: relative;
	margin-top: 100px;
	padding-top: 100px;
}
.col-block + .col-block::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
	background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,.25), rgba(0,0,0,0));
}

.ttl-box {
}
.ttl-box h2.large {
	font-size: 3.066rem;
	line-height: 1.6;
}
.ttl-box h2 {
	font-size: 2.4rem;
	line-height: 1.6;
}

.col-box {
}
.col-box p {
	font-size: 1.2rem;
	line-height: 2.0;
}
.col-box p.large {
	font-size: 1.333rem;
}
.col-box p.small {
	font-size: 0.866rem;
}
.col-box p .small {
	display: inline-block;
	font-size: 0.866rem;
}
.col-box p.lh180 {
	line-height: 1.8;
}
.quality-midashi {
	margin-bottom: 2rem;
	padding: 0.5em;
	background: #002040;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
}

.ttl-box + .col-box,
.col-box + .col-box {
	margin-top: 1rem;
}
.col-box + .col-box.line {
	margin-top: 6.0rem;
	padding-top: 6.5rem;
	border-top: 1px solid rgba(255,255,255,.5);
}
.col-box + .col-box.mt0rem {
	margin-top: 0rem;
}
.ttl-box + .col-box.mt1rem,
.col-box + .col-box.mt1rem {
	margin-top: 1rem;
}
.ttl-box + .col-box.mt15rem,
.col-box + .col-box.mt15rem {
	margin-top: 1.5rem;
}
.ttl-box + .col-box.mt2rem,
.col-box + .col-box.mt2rem {
	margin-top: 2rem;
}
.ttl-box + .col-box.mt25rem,
.col-box + .col-box.mt25rem {
	margin-top: 2.5rem;
}
.ttl-box + .col-box.mt3rem,
.col-box + .col-box.mt3rem {
	margin-top: 3rem;
}
.ttl-box + .col-box.mt4rem,
.col-box + .col-box.mt4rem {
	margin-top: 4rem;
}
.ttl-box + .col-box.mt5rem,
.col-box + .col-box.mt5rem {
	margin-top: 5rem;
}
.ttl-box + .col-box.mt6rem,
.col-box + .col-box.mt6rem {
	margin-top: 6rem;
}
.col1 {
	color: #46A36B;
}



/****************************************************************************************************
location
****************************************************************************************************/
#location-title {
	position: absolute;
	top: calc(120px + 40px);
	left: 60px;
	color: #000;
	text-align: left;
	text-shadow:
		0 0 10px rgba(255,255,255,1),
		0 0 10px rgba(255,255,255,1),
		0 0 10px rgba(255,255,255,1);
}
#location-title h3 {
	color: #46A36B;
	font-size: 6.666rem;
	font-weight: normal;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#location-title p {
	margin-top: 0.1em;
	font-size: 2.133rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0;
}
.location-img-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}
.location-img-block + .location-img-block.v2 {
	margin-top: 20px;
}
.location-img-block.v2 {
	gap: 20px;
}
.location-facility-box {
	width: 585px;
	padding: 25px;
	background: #46A36B;
	color: #FFF;
	text-align: left;
}
.location-facility-box h4 {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(255,255,255,.5);
	font-size: 1.2rem;
}
.location-facility-box ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 1em;
	font-size: 1.2rem;
	line-height: 1.6;
}
.location-facility-box ul li::before {
	content: "・";
}



/****************************************************************************************************
position
****************************************************************************************************/
#position-title {
	position: absolute;
	top: calc(120px + 5vw);
	left: 0;
	right: 0;
	color: #FFF;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
#position-title h3 {
	font-size: 4.266rem;
	font-weight: normal;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#position-title p {
	margin-top: 0.1em;
	font-size: 2.133rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0;
}
.movie-block {
	margin-top: 3rem;
}
.movie-block a {
	display: inline-block;
	box-shadow: 0 0 10px rgba(0,0,0,1);
}



/****************************************************************************************************
design
****************************************************************************************************/
.design-main {
	position: relative;
}
.design-main > figure {
	position: relative;
}
.design-main > figure > img {
	width: 100%;
	height: auto;
}
.design-main > figure > figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.866rem;
	font-weight: bold;
	text-shadow:
		0px 0px 10px rgba(0,0,0,1),
		0px 0px 10px rgba(0,0,0,1);
	z-index: 2;
}
.design-main-text {
	position: absolute;
	z-index: 10;
}
.design-main-text h2 {
	color: #FFF;
	font-size: 2.533rem;
	line-height: 1.4;
	text-shadow:
		0px 0px 10px rgba(0,0,0,1);
}
#design-main2 .design-main-text {
	left: 4vw;
	top: 4vw;
}
#design-main4 > figure::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 200px;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	z-index: 1;
}
#design-main4 .design-main-text {
	left: 4vw;
	bottom: 4vw;
}
#architect-block {
	position: absolute;
	width: 600px;
	right: 60px;
	top: 60px;
	padding: 35px;
	background: rgba(0,0,0,.95);
	color: #FFF;
	text-align: left;
}
#architect-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	font-size: 0.866rem;
	line-height: 1.4;
}
#architect-name {
	font-size: 2.133rem;
}
#architect-message {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-top: 20px;
	line-height: 1.6;
}
#architect-message h3 {
	margin-bottom: 0.4em;
	font-size: 1.333rem;
}



/****************************************************************************************************
landplan
****************************************************************************************************/
#landplan-title {
	position: absolute;
	top: calc(120px + 5vw);
	left: 0;
	right: 0;
	color: #FFF;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
#landplan-title h3 {
	font-size: 4.266rem;
	font-weight: normal;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0;
}
#landplan-title p {
	margin-top: 0.1em;
	font-size: 2.133rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#landplan-title2 {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	padding: 15px 15px 15px 30px;
	left: 30px;
	bottom: 30px;
	background: rgba(0,0,0,.65);
	color: #FFF;
	font-size: 1.333rem;
	line-height: 1.6;
	text-align: left;
}
#landplan-title2 figure {
	position: relative;
}
#landplan-title2 figure figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.666rem;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
#landplan-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
	text-align: left;
}
.landplan-box,
.landplan-box a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 580px;
	gap: 10px;
}
.landplan-box.green,
.landplan-box.green a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 10px;
	background: #6D9754;
	color: #FFF;
}
.colLink {
	display: inline-block;
	margin-top: 0.2em;
}
.landplan-txt {
	flex: 1;
}
.landplan-txt h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	margin-bottom: 0.3em;
	font-size: 1.6rem;
	line-height: 1.4;
}
.landplan-box.green .landplan-txt h3 {
	margin-bottom: 0;
	font-size: 1.5rem;
	line-height: 1.2;
}
.landplan-txt h3 .num {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 34px;
	height: 34px;
	background: #547840;
	color: #FFF;
	font-size: 1.333rem;
}
#contents .landplan-txt p {
	line-height: 1.8;
}
#contents .landplan-box.green .landplan-txt p {
	font-size: 1.066rem;
}



/****************************************************************************************************
plan
****************************************************************************************************/
.movie-block2 {
	position: absolute;
	right: 3.2vw;
	bottom: 3.2vw;
	box-shadow: 0 0 10px rgba(0,0,0,1.00);
	background: #000;
}
#plan-title {
	position: absolute;
	top: calc(120px + 4.5vw);
	left: 0;
	right: 0;
	color: #004C66;
}
#plan-title h3 {
	font-size: 3.6rem;
	font-weight: normal;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#plan-title h4 {
	margin-top: 0.6em;
	font-size: 2.0rem;
	font-weight: normal;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#plan-title #request-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	margin-top: 35px;
}
#plan-title p {
	margin-top: 0.2em;
	font-size: 2.133rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0;
}
#sasshi {
	padding: 50px;
	background: #EDEAE6;
}
#sasshi a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}
#sasshi-text {
	text-align: left;
}
#sasshi-text h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.5em 0.8em;
	color: #8C6900;
	font-size: 1.866rem;
	line-height: 1.4;
}
#sasshi-text h3 .sasshi-btn {
	display: inline-block;
	padding: 0.3em 1em;
	background: #8C2300;
	border-radius: 1.2rem;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.4;
}
#sasshi-text ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	margin-top: 1rem;
}
#sasshi-text ul li {
	width: calc(100%/3);
}
#sasshi-text ul h4 {
	padding: 0.4em;
	background: #8C6800;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
}
#contents #sasshi-text ul p {
	margin-top: 0.6em;
	font-size: 1.0rem;
	line-height: 1.6;
}
#sasshi-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
#sasshi-img figure figcaption {
	margin-top: 0.6em;
	font-size: 0.866rem;
	line-height: 1.4;
	text-align: right;
}
#sasshi .movie-block {
	display: inline-block;
	margin-top: 2rem;
}
.movie-block a {
	display: inline-block;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
#plan-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	margin: auto;
	gap: 30px;
	width: 100%;
	width: 790px;
}
.plan-box {
	position: relative;
}
.plan-box ul {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}
.plan-box ul li + li {
	margin-top: 5px;
}

.plan-link {
	width:800px;
	margin:0 auto;
	margin-top:100px;
}
.plan-link select {
	width:100%;
	height:auto;
	padding:1.0em;
	background:#EEE;
	font-size:1.2rem;
}



/****************************************************************************************************
common-space
****************************************************************************************************/

#common-space0,
#common-space1,
#common-space2,
#common-space3 {
	position: relative;
	background: #000;
	color: #FFF;
}
#common-space1,
#common-space2,
#common-space3 {
	border-top: 2px solid #42A469;
}
#common-space0-img,
#common-space1-img,
#common-space2-img,
#common-space3-img {
	width: 100%;
}
#common-space0-img figure,
#common-space1-img figure,
#common-space2-img figure,
#common-space3-img figure {
	position: relative;
}
#common-space0-img figure::after,
#common-space2-img figure::after,
#common-space3-img figure::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 200px;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.5));
	z-index: 10;
}
#common-space0-img figure img,
#common-space1-img figure img,
#common-space2-img figure img,
#common-space3-img figure img {
	width: 100%;
	height: auto;
}
#common-space0-img figure figcaption,
#common-space1-img figure figcaption,
#common-space2-img figure figcaption,
#common-space3-img figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.833rem;
	font-weight: bold;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
	z-index: 11;
}
#common-space1-text {
	position: absolute;
	left: 50px;
	top: 40px;
	z-index: 12;
	text-align: left;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
#common-space0-text,
#common-space2-text,
#common-space3-text {
	position: absolute;
	left: 50px;
	bottom: 40px;
	z-index: 12;
	text-align: left;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
#common-space0-text h3,
#common-space1-text h3 {
	font-size: 6.666rem;
	font-weight: normal;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.2em;
}
#common-space2-text h3,
#common-space3-text h3 {
	font-size: 4.266rem;
	font-weight: normal;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.2em;
}
#common-space0-text p,
#common-space1-text p,
#common-space2-text p,
#common-space3-text p {
	margin-top: 0.1em;
	font-size: 2.133rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
}



/****************************************************************************************************
zeh-m
****************************************************************************************************/
#zeh-m-logo1 {
}
#zeh-m-logo2 {
	margin-top: 80px;
}
.zeh-m-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 30px;
	background: #F7F5E5;
	text-align: left;
}
.zeh-m-text h3 {
	margin-bottom: 0.4em;
	font-size: 1.733rem;
	line-height: 1.4;
}
.zeh-m-text p {
	font-size: 1.2rem;
	line-height: 1.8;
}
.zeh-m-text p.small {
	margin-top: 0.4em;
	font-size: 0.866rem;
}
.zeh-m-facility-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}
.zeh-m-facility-box {
	width: 380px;
}
.zeh-m-facility-img figcaption {
	margin-top: 0.8em;
	font-size: 0.866rem;
	text-align: right;
}
.zeh-m-facility-text {
	margin-top: 1rem;
}
.zeh-m-facility-text div {
	font-size: 1.066rem;
	line-height: 1.6;
}
.zeh-m-facility-text h3 {
	margin-top: 0.2em;
	font-size: 1.6rem;
	line-height: 1.4;
}
.zeh-m-facility-text p.small {
	margin-top: 1.5em;
	font-size: 0.666rem;
	line-height: 1.2;
	text-align: left;
}



/****************************************************************************************************
mg
****************************************************************************************************/
#contents.mg .inner {
	padding: 180px 0 100px 0;
}
#contents.mg h2 {
	color: #FFF;
	font-size: 2.4rem;
	line-height: 1.4;
}
.information {
	margin-top: 60px;
	margin-bottom: 40px;
}
#contents .information h3 {
	padding: 1.2em;
	background: #8C2300;
	color: #FFF;
	font-size: 1.266rem;
	line-height: 1.8;
}
.information div {
	padding: 1.2em;
	background: #F6F6F6;
	border: 1px solid #CCCCCC;
	color: #000;
	font-size: 1.266rem;
	line-height: 1.8;
}

#present {
	margin-top: 10px;
	margin-bottom: 40px;
}
#mg-movie {
	margin-bottom: 40px;
}



/****************************************************************************************************
information
****************************************************************************************************/
#info1 {
	margin-top: 60px;
	padding: 50px 0;
	background: #F9F9F9;
	border: 1px solid #EEE;
}
#info1 h3 {
	color: #8C2300;
	font-size: 4rem;
	font-weight: normal;
	line-height: 1.4;
}
#info1 h3 a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.1em 0.2em;
	color: #8C2300;
}
#info1 h3 a .small {
	font-size: 2.4rem;
}
#info1 h3 a .sub {
	font-size: 2.8rem;
}
#info1 h4 {
	margin-top: 1em;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.8;
}



/****************************************************************************************************
online
****************************************************************************************************/
#contents.online {
	/*background: #000 url(../img/online/main.jpg) no-repeat center top;
	color: #FFF;*/
	background: url(../img/online/main.jpg) no-repeat center top;
	background-size: cover;
}
#contents.online .inner {
	padding: 100px 0 100px 0;
}
#contents.online h2 {
	color: #8C2300;
	font-size: 3.066rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
.online-area {
	margin-top: 60px;
}
.online-info {
	margin-top: 60px;
}
#contents .online-info p {
	font-size: 1.466rem;
	line-height: 1.8;
}
.online-time {
	display: inline-block;
	margin-top: 20px;
	padding: 0.6em 1.0em;
	background: rgba(64,64,64,.8);
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	color: #FFF;
	font-size: 1.733rem;
}
.online-block {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
	gap: 30px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.online-box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	width: 380px;
	padding: 26px 30px 26px 30px;
	background: rgba(197,184,120,.85);
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	text-align: left;
}
.online-box h3 {
	color: #600;
	font-size: 1.333rem;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.online-box h3 strong {
	color: #600;
	font-size: 2.8rem;
	font-weight: normal;
}
#contents .online-box p {
	margin-top: 0.6em;
	padding-top: 0.6em;
	border-top: 1px solid rgba(0,0,0,.3);
	font-size: 1.666rem;
	line-height: 1.6;
}



@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
		padding-top: 8vw;
	}
	#wrap.location {
		background-size: 64vw auto;
	}
	#contents .inner {
		width: 100%;
		padding: 10vw 4vw 10vw 4vw;
	}
	#contents .inner.w1240 {
		width: 100%;
	}
	
	figure.img-box figcaption {
		font-size: 0.6rem;
	}
	figure.img-box figcaption.large {
		font-size: 0.733rem;
	}
	figure.img-box figcaption.cap-in {
		font-size: 0.533rem;
	}
	figure.img-box figcaption.cap-in.white.large {
		left: 3vw;
		font-size: 1.0rem;
	}
	.caption {
		margin: 10vw 0 0 0;
		padding: 1em 0 0 0;
		font-size: 0.6rem;
	}
	
	
	
	/****************************************************************************************************
	col
	****************************************************************************************************/
	.col-block + .col-block {
		margin-top: 10vw;
		padding-top: 10vw;
	}
	
	.ttl-box {
	}
	.ttl-box h2.large {
		font-size: 1.333rem;
		line-height: 1.6;
	}
	.ttl-box h2 {
		font-size: 1.333rem;
	}
	.ttl-box .eng {
		margin-bottom: 0.3em;
		font-size: 0.8rem;
	}
	
	.col-box {
	}
	.col-box p,
	.col-box ul {
		font-size: 0.933rem;
	}
	.col-box p.large {
		font-size: 1rem;
	}
	.col-box p.small {
		font-size: 0.733rem;
	}
	.col-box p .small {
		font-size: 0.733rem;
	}
	.quality-midashi {
		margin-bottom: 1rem;
		padding: 0.8em;
		font-size: 1.0rem;
	}
	
	.spLeft {
		text-align: left;
	}
	
	.ttl-box + .col-box,
	.col-box + .col-box {
		margin-top: 0.5rem;
	}
	.col-box + .col-box.line {
		margin-top: 2.0rem;
		padding-top: 2.5rem;
	}
	.ttl-box + .col-box.mt1rem,
	.col-box + .col-box.mt1rem {
		margin-top: 0.5rem;
	}
	.ttl-box + .col-box.mt15rem,
	.col-box + .col-box.mt15rem {
		margin-top: 0.8rem;
	}
	.ttl-box + .col-box.mt2rem,
	.col-box + .col-box.mt2rem {
		margin-top: 1rem;
	}
	.ttl-box + .col-box.mt25rem,
	.col-box + .col-box.mt25rem {
		margin-top: 1.5rem;
	}
	.ttl-box + .col-box.mt3rem,
	.col-box + .col-box.mt3rem {
		margin-top: 1.5rem;
	}
	.ttl-box + .col-box.mt4rem,
	.col-box + .col-box.mt4rem {
		margin-top: 2rem;
	}
	.ttl-box + .col-box.mt5rem,
	.col-box + .col-box.mt5rem {
		margin-top: 2.5rem;
	}
	.ttl-box + .col-box.mt6rem,
	.col-box + .col-box.mt6rem {
		margin-top: 3rem;
	}
	
	
	
	/****************************************************************************************************
	location
	****************************************************************************************************/
	#location-main > figure > img {
		width: 140vw;
		margin-left: -8vw;
	}
	#location-title {
		top: 10vw;
		left: 4vw;
	}
	#location-title h3 {
		font-size: 2.0rem;
		letter-spacing: 0;
	}
	#location-title p {
		font-size: 1rem;
	}
	.location-img-block {
		gap: 4vw 2vw;
	}
	.location-img-block > .img-box {
		width: 45vw;
	}
	.location-img-block.spLarge > .img-box {
		width: 100%;
	}
	.location-img-block + .location-img-block.v2 {
		margin-top: 4vw;
	}
	.location-img-block.v2 {
		gap: 2vw;
	}
	.location-facility-box {
		width: 100%;
		padding: 4vw 6vw;
	}
	.location-facility-box h4 {
		margin-bottom: 0.6em;
		padding-bottom: 0.6em;
		font-size: 1.0rem;
	}
	.location-facility-box ul {
		font-size: 1.0rem;
	}
	
	
	
	/****************************************************************************************************
	position
	****************************************************************************************************/
	#position-main > figure > img {
		width: 140vw;
		margin-left: -8vw;
	}
	#position-title {
		top: 14vw;
	}
	#position-title h3 {
		font-size: 2.0rem;
		letter-spacing: 0;
	}
	#position-title p {
		margin-top: 0.4em;
		font-size: 1rem;
		letter-spacing: -0.05rem;
	}
	.movie-block {
		width: 60vw;
		margin: auto;
		margin-top: 1.2rem;
	}
	
	
	
	/****************************************************************************************************
	design
	****************************************************************************************************/
	.design-main > figure > figcaption {
		font-size: 0.533rem;
	}
	.design-main-text h2 {
		font-size: 1.133rem;
	}
	#design-main1 > figure > img {
		width: 120%;
		margin-left: -10%;
	}
	#design-main2 > figure > img {
		width: 120%;
		margin-left: -10%;
	}
	#design-main2 .design-main-text {
		left: 3vw;
		top: 4.5vw;
	}
	#design-main4 > figure::after {
		height: 10vw;
	}
	#design-main4 .design-main-text {
		left: 3vw;
		bottom: 4.5vw;
	}
	#architect-block {
		position: static;
		width: 100%;
		padding: 4vw;
	}
	#architect-info {
		gap: 2vw;
		font-size: 0.666rem;
	}
	#architect-name {
		font-size: 1.4rem;
	}
	#architect-message {
		gap: 3vw;
		margin-top: 4vw;
	}
	#architect-message h3 {
		font-size: 1.066rem;
	}
	#architect-message p {
		font-size: 0.866rem;
	}
	#architect-message img {
		width: 22vw;
	}
	
	
	
	/****************************************************************************************************
	landplan
	****************************************************************************************************/
	#landplan-main > figure > img {
		width: 120vw;
		margin-left: -5vw;
	}
	#landplan-title {
		top: 13vw;
	}
	#landplan-title h3 {
		font-size: 1.6rem;
	}
	#landplan-title p {
		font-size: 1rem;
		letter-spacing: 0;
	}
	#landplan-title2 {
		position: static;
		gap: 2vw;
		padding: 3vw 3vw;
		background: rgba(0,0,0,.9);
		font-size: 0.866rem;
	}
	#landplan-title2 figure {
		width: 30vw;
	}
	#landplan-title2 figure figcaption {
		font-size: 0.533rem;
	}
	#landplan-block {
		gap: 4vw;
	}
	.landplan-box {
		width: 100%;
		gap: 2vw;
	}
	.landplan-box.green {
		padding: 0 0 0 2vw;
	}
	.colLink {
		width: 20vw;
	}
	.landplan-txt {
		width: 72%;
	}
	.landplan-img {
		width: 28%;
	}
	.landplan-txt h3 {
		gap: 2vw;
		font-size: 1.2rem;
	}
	.landplan-txt h3 .num {
		width: 1.4rem;
		height: 1.4rem;
		font-size: 1.0rem;
	}
	#contents .landplan-txt p {
		line-height: 1.4;
	}
	#contents .landplan-box.green .landplan-txt p {
		font-size: 0.866rem;
	}
	
	
	
	/****************************************************************************************************
	plan
	****************************************************************************************************/
	.movie-block2 {
		position: static;
		margin: 4vw;
		box-shadow: 0 0 10px rgba(0,0,0,0.25);
	}
	#plan-main > figure > img {
		width: 240vw;
		margin-left: -70vw;
	}
	#plan-title {
		top: 14vw;
	}
	#plan-title h3 {
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	#plan-title h4 {
		font-size: 1.066rem;
		letter-spacing: 0;
	}
	#plan-title #request-box {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.5vw;
		min-width: initial;
		min-width: auto;
		width: 92vw;
		margin: auto;
		margin-top: 5vw;
	}
	#plan-title p {
		margin-top: 0.4em;
		font-size: 1rem;
		letter-spacing: 0;
	}
	#sasshi {
		padding: 6vw;
	}
	#sasshi a {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 4vw 2vw;
	}
	#sasshi-text h3 {
		margin-bottom: 0.4em;
		gap: 0.2em;
		font-size: 1.4rem;
	}
	#sasshi-text h3 .sasshi-btn {
		font-size: 1rem;
	}
	#sasshi-text ul {
		gap: 1vw;
	}
	#sasshi-text ul h4 {
		font-size: 1.0rem;
	}
	#contents #sasshi-text ul p {
		font-size: 0.866rem;
	}
	#sasshi-img {
		gap: 4vw;
	}
	#sasshi-img figure figcaption {
		font-size: 0.533rem;
	}
	#plan-block {
		gap: 2vw;
		width: 100%;
	}
	#sasshi .movie-block {
		width: 80vw;
		margin-top: 2rem;
	}
	#plan-block div {
		width: 45vw;
	}
	
	.plan-link {
		width:100%;
		margin-top:10vw;
	}
	.plan-link select {
		font-size:0.8rem;
	}
	
	
	
	/****************************************************************************************************
	common-space
	****************************************************************************************************/
	#common-space1-img img {
		width: 110vw !important;
		margin-left: -5vw;
	}
	#common-space0-img figure::after,
	#common-space2-img figure::after,
	#common-space3-img figure::after {
		height: 20vw;
	}
	#common-space0-img figure figcaption,
	#common-space1-img figure figcaption,
	#common-space2-img figure figcaption,
	#common-space3-img figure figcaption {
		right: 0.6em;
		bottom: 0.6em;
		font-size: 0.533rem;
	}
	#common-space1-text {
		left: 4vw;
		top: 4vw;
	}
	#common-space0-text,
	#common-space2-text,
	#common-space3-text {
		left: 4vw;
		bottom: 4vw;
	}
	#common-space0-text h3,
	#common-space1-text h3 {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	#common-space2-text h3,
	#common-space3-text h3 {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	#common-space0-text p,
	#common-space1-text p,
	#common-space2-text p,
	#common-space3-text p {
		font-size: 0.733rem;
		letter-spacing: 0;
	}
	
	
	
	/****************************************************************************************************
	zeh-m
	****************************************************************************************************/
	#zeh-m-logo1 {
		width: 30vw;
		margin: auto;
	}
	#zeh-m-logo2 {
		width: 80vw;
		margin: auto;
		margin-top: 10vw;
	}
	.zeh-m-box {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
		gap: 3vw;
		padding: 5vw;
	}
	.zeh-m-text h3 {
		font-size: 1.2rem;
	}
	.zeh-m-text p {
		font-size: 0.933rem;
	}
	.zeh-m-text p.small {
		font-size: 0.666rem;
	}
	#zeh-m-img2 {
		width: 30vw;
	}
	.zeh-m-facility-block {
		gap: 2vw;
	}
	.zeh-m-facility-box {
		width: 45vw;
	}
	.zeh-m-facility-img figcaption {
		font-size: 0.533rem;
	}
	.zeh-m-facility-text div {
		font-size: 0.666rem;
	}
	.zeh-m-facility-text h3 {
		font-size: 1.0rem;
	}
	.zeh-m-facility-text p.small {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	mg
	****************************************************************************************************/
	#contents.mg .inner {
		padding: 20vw 4vw 10vw 4vw;
	}
	#contents.mg h2 {
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.information {
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
	#contents .information h3 {
		font-size: 1.0rem;
	}
	.information div {
		font-size: 1.0rem;
	}
	
	#present {
		margin-top: 2vw;
		margin-bottom: 5vw;
	}
	#mg-movie {
		width: 100%;
		margin-bottom: 5vw;
	}
	#mg-movie iframe {
		width: 92vw;
		height: 163.47vw;
	}
		
		
		
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#info1 {
		margin-top: 4vw;
		padding: 4vw 0;
	}
	#info1 h3 {
		font-size: 1.333rem;
	}
	#info1 h3 a .small {
		font-size: 0.8rem;
	}
	#info1 h3 a .sub {
		font-size: 1.2rem;
	}
	#info1 h4 {
		font-size: 0.733866rem;
	}
	
	
	
	/****************************************************************************************************
	online
	****************************************************************************************************/
	#contents.online {
		background-size: 200vw auto;
	}
	#contents.online .inner {
		padding: 10vw 4vw 10vw 4vw;
	}
	#contents.online h2 {
		font-size: 2.0rem;
	}
	.online-area {
		margin-top: 10vw;
	}
	.online-info {
		margin-top: 10vw;
	}
	#contents .online-info p {
		font-size: 1.333rem;
	}
	.online-time {
		margin-top: 4vw;
		padding: 0.6em 1.0em;
		font-size: 1.6rem;
	}
	.online-block {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 2vw;
		margin-top: 10vw;
		margin-bottom: 10vw;
	}
	.online-box {
		width: 100%;
		padding: 5vw 6vw 5vw 6vw;
	}
	.online-box h3 {
		font-size: 1.333rem;
	}
	.online-box h3 strong {
		font-size: 2.8rem;
	}
	#contents .online-box p {
		font-size: 1.6rem;
	}
	
}

@media screen and (max-width: 960px) and (orientation: landscape) {
}