/* .sp-mode {
  display: none;
}

@media ( max-width: 700px ) {
  .sp-mode {
    display: block;
  }
  .pc-mode {
    display: none;
  }
} */
#frame-card-1 {
  margin-bottom: 0!important;
}

h1.card-header {
  background-color: #fff;
  border-left: 14px solid #6495ed;
  border-bottom: 2px solid #6495ed;
  font-weight: bold;
  font-size: clamp(24px, 3vw, 32px);
  margin-top: 30px;
  background-color: #f0f8ff;
  broder-radius: 30px;
}
p,li {
  font-size: clamp(14px, 2vw, 18px);
}
h2 {
  border-left: 8px solid #6495ed; 
  padding-left: 10px;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: bold;
}
h3 {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: bold;
  background-color: #f0f8ff;
  padding: 8px 15px;
  display: inline-block;
}
.footersitemap {
  background-color: #e6e6fa;
  padding-top: 20px;
  padding-bottom: 20px;
}
a img {
  transition: 0.5s;
}
a img:hover {
  opacity: 0.7;
}
.p-0.col-12.in-site-link.plugin-contents.contents-default {
  margin-top: 50px;
  margin-bottom: 50px;
}
.access-map {
  margin-bottom: 50px;
}
span.h5 {
  background-color: lightblue;
  padding: 5px 10px;
  border-radius: 10px;
}
.card-header.bg-none.cc-none-font-color {
  margin-bottom: 20px;
}
.p-0.col-12.zone-reserve.plugin-contents.contents-default {
  margin-top: 60px;
}
.card.mb-3.border-0.frame-design-none {
  margin-top: 0;
}
.p-0.col-12.zone-reserve.plugin-forms.forms-default {
  margin-top: 100px;
}
.h-orange h1 {
  border-left: 14px solid orange;
  border-bottom: 2px solid orange;
  background-color: lightyellow;
}
.h-blue h1 {
  border-left: 14px solid blue;
  border-bottom: 2px solid blue;
  background-color: lightblue;
}
.h-red h1 {
  border-left: 14px solid red;
  border-bottom: 2px solid red;
  background-color: mistyrose;
}
.h-aqua h1 {
  border-left: 14px solid deepskyblue;
  border-bottom: 2px solid deepskyblue;
  background-color: lightcyan;
}
.h-green h1 {
  border-left: 14px solid green;
  border-bottom: 2px solid green;
  background-color: lightgreen;
}
.h-hotpink h1 {
  border-left: 14px solid hotpink;
  border-bottom: 2px solid hotpink;
  background-color: linen;
}
.span-h5-orange span.h5 {
  background-color: orange;
  color: #fff;
  font-weight: bold;
}
.span-h5-blue span.h5 {
  background-color: blue;
  color: #fff;
  font-weight: bold;
}
.span-h5-red span.h5 {
  background-color: red;
  color: #fff;
  font-weight: bold;
}
.span-h5-aqua span.h5 {
  background-color: deepskyblue;
  color: #fff;
  font-weight: bold;
}
.span-h5-green span.h5 {
  background-color: green;
  color: #fff;
  font-weight: bold;
}
.span-h5-hotpink span.h5 {
  background-color: hotpink;
  color: #fff;
  font-weight: bold;
}
.span-h5-purple span.h5 {
  background-color: purple;
  color: #fff;
  font-weight: bold;
}
.h-purple h1 {
  border-left: 14px solid purple;
  border-bottom: 2px solid purple;
  background-color: #F0EEF7;
}