@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family:  'Noto Serif JP', serif;
  font-size: 1.6rem;
  line-height: 2.4;
  text-align: center;
  background-image:url("../image/so-white.png");/* Background pattern from Toptal Subtle Patterns */
}
section {
  margin-bottom: 50px;
  padding: 0 10px;
}
section h2 {
  font-size: 2.4rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
a:hover {
  opacity: 0.5;
}
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
img {
  width: 100%;
  height: auto;
}
.clear::after {
  content: "";
  display: block;
  clear: both;
}
/* slide */
.index-fade__items {
  position: relative;
  width: 100%;
  height: auto;
  height: 70vh;
  overflow: hidden;
  min-height: 320px;
}

.index-fade__items li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-fade__items li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

 .cal_wrapper {
  max-width: 260px;
  min-width: 300px;
  margin: 0 auto;
}

.googlecal {
  position: relative;
  padding-bottom: 130%;
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 320px) {
  .section h2 {
    font-size: 2.0rem;
  }
}
@media screen and (min-width: 768px) {
  .cal_wrapper {
    max-width: 420px;
  }
  .map-flex {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 900px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .index-fade__items {
    height: 56vw;
  }
  .cal_wrapper {
    max-width: 350px;
    min-width: 350px;
    margin: 2.0833% auto;
  }

  .googlecal {
    position: relative;
    padding-bottom: 100%;
    height: 450px;
    overflow: hidden;
  }
  .googlecal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (min-width: 1260px) {
  body {
    font-size: 2.0rem;
  }
}
