<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.title {
  height: 310px;
  background-image: url(../images/concept/bg-main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}
.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}
.title p {
  font-size: 14px;
  margin-top: 15px;
}
.main h2 {
  text-align: center;
  color: #54C3F1;
  font-size: 32px;
  font-weight: 100;
  line-height: 2em;
  margin-top: 20px;
  margin-bottom: 15px;
}
.suiso-txt p {
  color: #6D6C6C;
  font-size: 14px;
  line-height: 2.5em;
  margin-bottom: 30px;
}
@media(max-width: 800px) {
  .main h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .suiso-txt p {
    font-size: 12px;
    line-height: 2.5em;
    margin-bottom: 30px;
  }
}
.footer {
  padding-top: 0px;
}
.maparea {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 6px;
	width: 100% !important;
	height: 90% !important;
}
hr {
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-top: dashed 1px #54C3F1;
  height: 1px;
  color: #FFFFFF;
  max-width: 1000px;
}
@media(max-width: 800px) {
	hr{
		margin: 0 20px;
	}
}
.main h3 {
  text-align: center;
  color: #54C3F1;
  font-size: 32px;
  font-weight: 100;
  line-height: 2em;
  margin-top: 20px;
}
@media(max-width: 800px) {
  .main h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 20px;
  }
}
</pre></body></html>