@charset "UTF-8";
/* Scss Document */
.mainvisual {
  width: 100%;
  padding-top: 150px;
  height: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    padding-top: 19.53125%;
  }
}
.mainvisual .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 40px 40px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  background: url("../img/mvbg.png") top right/cover no-repeat, linear-gradient(to bottom, #9dc93b 0%, #bed97c 100%);
}
.mainvisual .inner .title_set {
  position: absolute;
  left: 40px;
  top: 40px;
  color: #fff;
}
.mainvisual .inner .title_set h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2.125em;
}
.mainvisual .inner .title_set h3 {
  font-family: "Questrial", sans-serif;
  font-size: 1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .mainvisual .inner {
    border-radius: 0 0 5.208vw 5.208vw;
  }
  .mainvisual .inner .title_set {
    left: 5.208333vw;
    top: 5.208333vw;
  }
  .mainvisual .inner .title_set h2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 4.427083vw;
  }
  .mainvisual .inner .title_set h3 {
    font-family: "Questrial", sans-serif;
    font-size: 2.083333vw;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 414px) {
  .mainvisual .inner .title_set h2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 5.314vw;
  }
  .mainvisual .inner .title_set h3 {
    font-family: "Questrial", sans-serif;
    font-size: 3.38vw;
    margin-top: 0.5em;
  }
}

.area01 .bus_intro {
  width: 100%;
  max-width: 740px;
  margin: 1.5em auto 0;
}
.area01 .bus_intro .bus {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.375em;
  position: relative;
  padding-left: 1.75em;
  color: red;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .area01 .bus_intro .bus {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 414px) {
  .area01 .bus_intro .bus {
    font-size: 4.58937vw;
  }
}
.area01 .bus_intro .bus::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: inline-block;
  width: 1.18em;
  height: 1.27em;
  background: url("../img/ic01.png") center center/contain no-repeat;
  transform: translateY(-50%);
}
.area01 .bus_intro .read {
  margin-top: 1em;
  line-height: 1.7;
}
.area01 hr {
  border: none;
  margin: 30px 0;
  padding: 0;
  height: 1px;
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .area01 hr {
    margin: 3.97vw 0;
  }
}
.area01 .list ul {
  margin-top: 0.75em;
}
.area01 .list ul li {
  padding: 0.375em 0 0.375em 1em;
  font-size: 1em;
}
@media screen and (max-width: 600px) {
  .area01 .list ul li {
    font-size: 0.875em;
  }
}
.area01 .list ul li dl {
  display: flex;
  align-items: flex-start;
}
.area01 .list ul li dl dt {
  width: 4.68em;
  padding: 0.3em 0;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 8em;
  background: linear-gradient(to bottom, #003792 0%, #59c4f1 100%);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.area01 .list ul li dl dd {
  margin-left: 1em;
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
.area01 .list ul li dl dd .point {
  margin-top: 0.75em;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 0.75em 1em;
  font-size: 0.9375em;
}
.area01 .entry {
  width: 100%;
  max-width: 250px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .area01 .entry {
    margin: 5.29vw auto 0;
  }
}
.area01 .entry p {
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
  color: red;
}
.area01 .entry a {
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.area01 .entry a:hover {
  opacity: 0.8;
}

.area02 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .area02 {
    margin-top: 7.8125vw;
  }
}
.area02 .inner {
  width: 100%;
  max-width: 712px;
  margin: 45px auto 0;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .area02 .inner {
    font-size: 0.875em;
    margin: 5.86vw auto 0;
  }
}
.area02 .inner .car {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  position: relative;
  padding-left: 3.5em;
}
.area02 .inner .car::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: inline-block;
  width: 2.55em;
  height: 2.55em;
  transform: translateY(-50%);
  background: url("../img/ic02.png") center center/contain no-repeat;
}
.area02 .inner .train {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  position: relative;
  padding-left: 3.5em;
}
.area02 .inner .train::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: inline-block;
  width: 2.55em;
  height: 2.55em;
  transform: translateY(-50%);
  background: url("../img/ic03.png") center center/contain no-repeat;
}
.area02 .inner .catch {
  box-sizing: border-box;
  padding-left: 4.375em;
  line-height: 1.5;
  margin-top: 1em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-feature-settings: "palt" 1;
}
.area02 .inner .box {
  box-sizing: border-box;
  border: 1px solid #ccc;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em calc(4.375em - 1px);
  margin: 0.75em 0 0;
}
@media screen and (max-width: 768px) {
  .area02 .inner .box {
    padding: 0.5em 0.5em 0.5em 0.5em;
  }
}
.area02 .inner .parking {
  margin-top: 1em;
  box-sizing: border-box;
  padding: 0 0 0 4.375em;
}
@media screen and (max-width: 768px) {
  .area02 .inner .parking {
    padding: 0 0 0 0;
  }
}
.area02 .inner .parking dl {
  display: flex;
  align-items: center;
}
.area02 .inner .parking dl dt {
  width: 1.9375em;
  height: 1.9375em;
  box-sizing: border-box;
  background: #4e84ff;
  position: relative;
  border: 3px solid #222;
}
.area02 .inner .parking dl dt p {
  font-size: 1.25em;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.area02 .inner .parking dl dd {
  font-weight: 700;
  padding-left: 0.25em;
}
.area02 .inner .parking .comment {
  box-sizing: border-box;
  padding-left: 3em;
  margin-top: 0.5em;
  line-height: 1.5;
}
.area02 .inner .maps {
  width: 100%;
  max-width: 616px;
  margin: 40px auto 0;
  box-sizing: border-box;
  border: 1px solid #666;
}
@media screen and (max-width: 768px) {
  .area02 .inner .maps {
    margin: 5.21vw auto 0;
  }
}
.area02 .inner .maps .iflame {
  width: 100%;
  padding-top: 75%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.area02 .inner .maps .iflame iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.area02 .inner .zip {
  margin-top: 1.25em;
  font-size: 1.125em;
  text-align: center;
}
.area02 .inner .map2 {
  width: 100%;
  max-width: 684px;
  margin: 40px auto 0;
}
.area02 .inner .map3 {
  width: 100%;
  max-width: 630px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .area02 .inner .map3 {
    display: block;
    text-align: center;
    margin: 4.2vw auto;
  }
}
.area02 .inner .map3 li {
  font-size: 1.125em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .area02 .inner .map3 li {
    font-size: 2.083vw;
  }
}
@media screen and (max-width: 480px) {
  .area02 .inner .map3 li {
    font-size: 3.75vw;
  }
}

.kome {
  position: relative;
  padding-left: 1em;
}
.kome::before {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}

.sc_namex {
  margin-top: 40px;
  width: 100px;
  height: 40px;
  border-radius: 8px;
  font-size: 20px;
  text-align: center;
  align-content: center;
  font-weight: 700;
  color: #fff;
}
.sc_namex.kasuga {
  background: #ff70a6;
}
.sc_namex.hikami {
  background: #73b1e5;
}

.sc_name_border {
  border: none;
  margin: 12px 0 0;
  border-top: 1px solid #bfc3c8;
}/*# sourceMappingURL=style.css.map */