#page.in.mimosa section.intro {
  padding: 80px 0 30px;
}
#page.in.mimosa section.intro .intro-ttl {
  margin-bottom: 30px;
}
#page.in.mimosa section.intro .intro-ttl-logo {
  width: 130px;
  margin: 0 auto 16px;
}
#page.in.mimosa section.intro .intro-ttl-main {
  text-align: center;
  color: #282828;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#page.in.mimosa section.intro .intro-lead {
  text-align: center;
  font-weight: 500;
  line-height: 2.0625;
  margin-bottom: 90px;
}
#page.in.mimosa section.intro .intro-lead:last-child {
  margin-bottom: 0;
}
#page.in.mimosa section.intro .intro-gallery-main-item img {
  width: 100%;
}
#page.in.mimosa section.intro .intro-gallery-thumb {
  margin-top: 30px;
  padding: 0 36px;
  position: relative;
}
#page.in.mimosa section.intro .intro-gallery-thumb:before,
#page.in.mimosa section.intro .intro-gallery-thumb:after {
  content: "";
  width: 36px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
#page.in.mimosa section.intro .intro-gallery-thumb:after {
  left: auto;
  right: 0;
}
#page.in.mimosa section.intro .intro-gallery-thumb-arrow {
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.in.mimosa section.intro .intro-gallery-thumb-arrow:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  height: 0;
  background: url(../img/base/arrow.png) no-repeat center/contain, #ff5254;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#page.in.mimosa section.intro .intro-gallery-thumb-arrow--prev {
  right: auto;
  left: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#page.in.mimosa section.intro .intro-gallery-thumb-arrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
#page.in.mimosa section.intro .intro-gallery-thumb-item {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #page.in.mimosa section.intro {
    padding: 40px 0 46px;
  }
  #page.in.mimosa section.intro .intro-ttl-logo {
    width: 124px;
  }
  #page.in.mimosa section.intro .intro-ttl-main {
    font-size: 32px;
  }
  #page.in.mimosa section.intro .intro-lead {
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
  #page.in.mimosa section.intro .intro-gallery-thumb {
    margin-top: 16px;
    padding: 0 20px;
  }
  #page.in.mimosa section.intro .intro-gallery-thumb:before,
  #page.in.mimosa section.intro .intro-gallery-thumb:after {
    width: 20px;
  }
  #page.in.mimosa section.intro .intro-gallery-thumb-arrow {
    width: 12px;
  }
}
#page.in.mimosa section.feature {
  padding: 80px 0 96px;
}
#page.in.mimosa section.feature .feature-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
#page.in.mimosa section.feature .feature-flex:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#page.in.mimosa section.feature .feature-flex:last-child {
  margin-bottom: 0;
}
#page.in.mimosa section.feature .feature-flex-lft {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 44.7%;
          flex: 0 1 44.7%;
}
#page.in.mimosa section.feature .feature-flex-rig {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#page.in.mimosa section.feature .feature-flex .image img {
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 420/450;
}
#page.in.mimosa section.feature .feature-flex .ttl {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.43;
  margin-bottom: 45px;
}
#page.in.mimosa section.feature .feature-flex .text {
  font-weight: 500;
  line-height: 2.0625;
}
@media screen and (max-width: 767px) {
  #page.in.mimosa section.feature {
    padding: 65px 0 45px;
  }
  #page.in.mimosa section.feature .feature-flex {
    display: block;
    margin-bottom: 64px;
  }
  #page.in.mimosa section.feature .feature-flex-lft {
    margin-bottom: 28px;
  }
  #page.in.mimosa section.feature .feature-flex .image img {
    border-radius: 16px;
    aspect-ratio: 330/305;
  }
  #page.in.mimosa section.feature .feature-flex .ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #page.in.mimosa section.feature .feature-flex .text {
    letter-spacing: 0.02em;
  }
}
#page.in.mimosa section.overview {
  padding: 82px 0 100px;
  background: #fff7f2;
  color: #282828;
}
#page.in.mimosa section.overview .overview-dl {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
#page.in.mimosa section.overview .overview-dl:last-child {
  margin-bottom: 0;
}
#page.in.mimosa section.overview .overview-dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
#page.in.mimosa section.overview .overview-dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#page.in.mimosa section.overview .overview-map {
  margin: 32px 0 40px;
  position: relative;
}
#page.in.mimosa section.overview .overview-map iframe {
  width: 100% !important;
  height: 500px !important;
}
#page.in.mimosa section.overview .overview-more {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  #page.in.mimosa section.overview {
    padding: 50px 0 40px;
  }
  #page.in.mimosa section.overview .overview-dl {
    padding: 16px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    margin-bottom: 6px;
  }
  #page.in.mimosa section.overview .overview-dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  #page.in.mimosa section.overview .overview-map {
    margin: 16px 0;
  }
  #page.in.mimosa section.overview .overview-more {
    margin-top: 38px;
  }
}
#page.in.mimosa section.other .other-ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #page.in.mimosa section.other .other-ttl {
    font-size: 26px;
    margin-bottom: 32px;
  }
}