<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   innerLink

--------------------------------------------------------------------------------------------- */
.mean-container .mean-bar {
	position: fixed;
}

#innerLink {
	background-color: #3e3e3e;
	position: fixed;
	/* margin-top: 30px; */
	top: 73px;
	width: 100%;
	z-index: 3;
}

#innerLink .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

#innerLink .container li a {
	font-size: .75rem;
}

/* #innerLink .container li {
	padding: 0.5rem 0;
} */

#innerLink .container li a {
	padding: 2px 0.5em 4px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 16px;
}

.pan {
	background: #fff;
	color: #000;
}

@media only screen and (min-width: 767px) {
	#innerLink {
		top: 70px;
        /* top: 40px; */
	}

	#innerLink .container {
		gap: 5rem;
		padding: 1rem;
	}

	#innerLink .container li a {
		font-size: 1rem;
	}
}

/* ---------------------------------------------------------------------------------------------

　   Loading

--------------------------------------------------------------------------------------------- */
/* ローディング画面 */
/* #loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: rgba(0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
} */
/* ローディングアニメーション */
/* .loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
#loading p {
  position: relative;
  top: calc(50% + 100px);
  text-align: center;
  color: #ffffff;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: calc(50% - 70px);
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
} */


/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
video {
	width: 100%;
}

@media only screen and (max-width : 991px) {}

@media only screen and (max-width : 767px) {}

@media print,
screen and (min-width : 768px) {}

@media print,
screen and (min-width : 992px) {}


/* ---------------------------------------------------------------------------------------------

　   about

--------------------------------------------------------------------------------------------- */
.about-title {
	margin-bottom: 10px;
}

.about-text {
	width: 70%;
}

.about-img {
	width: 30%;
}

.operate-img {
	position: relative;
}

.operate-text {
	font-size: 20px;
	margin: 0 10px;
}

.operate-img p {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	background: rgb(255 255 255 / 50%);
}

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

@media only screen and (max-width : 991px) {
	.operate-img {
		margin-bottom: 30px;
	}

	.operete_order {
		width: 40%;
	}
}

@media only screen and (max-width : 767px) {
	.about-text {
		width: 100%;
	}

	.about-img {
		width: 100%;
	}

	.about-title {
		font-size: 24px;
	}

	.operate-icon {
		margin-right: 80%;
		width: 20%;
	}

	.operate-text {
		font-size: 16px;
		margin: 0;
	}
}

@media print,
screen and (min-width : 768px) {
	.about-title {
		font-size: 32px;
	}
}

@media print,
screen and (min-width : 992px) {}

/* ---------------------------------------------------------------------------------------------

　   timelapse

--------------------------------------------------------------------------------------------- */
.timelapse_title {
	position: absolute;
	top: -15px;
	left: 0;
	background: #d2cbb0;
	padding: 10px 30px;
}

#timelapse .wrap {
	position: relative;
	background: #ede7db;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

@media only screen and (max-width : 991px) {
	.timelapse_title {
		padding: 5px 15px;
		font-weight: bold;
	}

	#timelapse .wrap {
		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width : 767px) {}

@media print,
screen and (min-width : 768px) {
	.timelapse_title {
		font-size: 24px;
	}
}

@media print,
screen and (min-width : 992px) {}

/* ---------------------------------------------------------------------------------------------

　   drone

--------------------------------------------------------------------------------------------- */
#drone .drone_img {
	width: 48.5%;
}

.iframe-responsive {
	position: relative;
	width: 100%;
	padding: calc(315 / 560 * 100%) 0 0;
}

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

.gallery-contents h3 {
	text-align: center;
	margin-bottom: 10px;
}

.gallery-contents p {
	margin-top: 10px;
}

.gallery-contents a {
	display: block;
	position: relative;
	margin: auto;
	width: fit-content;
	width: -moz-fit-content;
}

.gallery-contents a:before {
	content: url(../img/start_movie.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.2);
}

@media print,
screen and (min-width : 992px) {
	/* .gallery-contents {
    width: 50%;
  } */
}

/* ---------------------------------------------------------------------------------------------

　   location

--------------------------------------------------------------------------------------------- */
#location h2 img {
	width: 100%;
}

#location p {
	display: block;
	/* width: 49%;
  margin: 0 auto 30px; */
	font-size: 24px;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	#location p {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	#location p {
		font-size: 18px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   設置仕様

--------------------------------------------------------------------------------------------- */
/* #specifications h2 {
  position: relative;
}
#specifications h2:before {
  content: '----------';
  position: absolute;
  left: 32%;
}
#specifications h2::after {
  content: '----------';
  position: absolute;
  right: 32%;
} */
#specifications h2 {
	display: flex;
	align-items: center;
}

#specifications h2::before,
#specifications h2::after {
	content: '';
	flex-grow: 1;
	border-top: dashed 3px #333;
	display: block;
}

#specifications h2:before {
	margin-right: 30px;
	margin-left: 150px;
}

#specifications h2::after {
	margin-left: 30px;
	margin-right: 150px;
}

#specifications h3 {
	background: #191919;
	color: #fff;
	margin-top: 30px;
	padding: 5px 20px;
	font-size: 24px;
	font-weight: normal;
}

.machinery ul li {
	margin-bottom: 11px;
}

.machinery_img {
	max-width: calc(1100px / 3);
}

.machinery_comment {
	font-size: 13px;
	padding-left: 24px;
}

#specifications .package td {
	font-size: 15px;
}

#specifications .package tr {
	border: solid 1px;
}

#specifications .package td {
	border-right: solid 1px;
	padding: 5px;
	vertical-align: middle;
}

.contents:not(footer .contents) {
	margin-top: 30px;
}

.package-name,
.contents-name {
	width: 220px;
}

.contents h4 {
	position: relative;
}

.contents h4 sub {
	position: absolute;
	bottom: 0;
	right: 0;
}

#specifications .package {
	padding-bottom: 30px;
	border-bottom: solid;
	margin: 0 auto 30px;
	width: 75%;
}

#specifications .package table {
	width: 100%;
}

.price {
	margin-top: 10px;
}

.price dt,
.price dd {
	width: 50%;
	margin-top: 10px;
	background: url(../img/dotted_line.png) repeat-x left center
}

.price dd {
	text-align: right;
}

.price dt span,
.price dd span {
	padding: 5px;
	background: #fff;
}

#notes .wrap {
	max-width: calc(1200px - 100px);
	border: solid 2px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#notes h2 {
	border-bottom: solid 2px;
	padding-bottom: 10px;
}

#notes object {
	width: 30px;
	vertical-align: bottom;
	margin-right: 10px;
}

#notes ul {
	width: 48%;
}

#notes ul li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 16px;
}

@media only screen and (max-width: 1023px) {

	#specifications .package,
	#specifications .package div,
	#specifications .package div table,
	#notes ul {
		width: 100%;
	}

	.machinery ul li {
		width: 32%;
		margin-right: 2%;
	}

	.machinery ul li:last-child {
		margin-right: 0;
	}

	.machinery_img {
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {

	.package-name,
	.contents-name {
		width: 100%;
		display: block;
		background: #ddd;
	}

	#specifications .package td {
		display: block;
	}

	#specifications h2:before {
		margin-right: 30px;
		margin-left: 20px;
	}

	#specifications h2::after {
		margin-left: 30px;
		margin-right: 20px;
	}

	#specifications h3 {
		font-size: 20px;
	}

	.machinery ul li {
		width: 100%;
		margin-right: 0;
	}

	.machinery_name {
		font-size: 18px;
	}

	.price dt,
	.price dd {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}</pre></body></html>