/* Scss Document */
/* Loading */
#loader-wrap {
  background-color: #FFF;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  #loader-wrap #loader {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -48%);
    transform: translate(-50%, -48%); }
    #loader-wrap #loader h1 {
      margin: 0 auto; }
    #loader-wrap #loader p {
      font-size: 76%; }

/* Style */
#header {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 2rem; }
  #header h1 a {
    display: inline-block; }

#footer {
  font-size: 83%;
  margin-bottom: 0.5rem;
  padding: 0 2rem; }

#top-page .container {
  max-width: 1152px;
  margin: 0 auto; }
#top-page .cont02 {
  text-align: center; }
  #top-page .cont02 .concept {
    line-height: 3em;
    padding: 5rem 0; }
#top-page .cont03 {
  margin-bottom: 8rem;
  text-align: center; }
  #top-page .cont03 h3 {
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    font-size: 115%;
    margin-bottom: 2rem;
    padding: 3rem 0; }
  #top-page .cont03 .googlemaps {
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden; }
  #top-page .cont03 .googlemaps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.is-eventNone {
  pointer-events: none; }

a {
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s; }
  a object {
    pointer-events: none; }

.image img {
  width: 100%;
  height: auto; }

.smp {
  display: none; }

.tab-none {
  display: block; }
