@charset "UTF-8";
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body{
    background: #F7F5F2;
    color: #555;
}
a {
  color: inherit !important;
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit !important;
  text-decoration: none;
}
.navbar-brand {
  color: #555555;
}
.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.font-serif, h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
    color: #555;
}
h1 {
  font-size: clamp(24px, 2.8vw, 28px);
  line-height: 1.75;
    text-align: center;
}
h2 {
  font-size: clamp(28px, 3.5vw, 38px);
  line-height: 1.75;
}

h3 {
  font-size: clamp(24px, 2.8vw, 28px);
  line-height: 1.75;
}

h4 {
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.5;
}

h5 {
  font-size: clamp(20px, 1.8vw, 23px);
  line-height: 1.5;
}

h6 {
  font-size: clamp(20px, 1.8vw, 23px);
  line-height: 1.5;
}
.line-h-2{
    line-height: 2;
}
.navbar>.container{
    display: block;
}
.wrapper {
    padding: 0 0 1.5rem;
}
.bg-intro {
  background: url("../images/bg-intro.png") no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-lightpink{
    background: #EEE6E4;
}
.bg-pink{
    background: #D9C3C2;
}
.font-white{
    color: #FFF;
}
.list-flow li{
    margin-bottom: 1em;
    background: #D9C3C2;
    padding: 1em;
    list-style-position: inside;
}
.has-gray-dark-background-color {
    background-color: #5A4C71;
    border-color: #5A4C71;
}
.btn-secondary,.btn-secondary:hover,.btn-secondary:focus{
    background: none;
    display: inline;
    padding: 0;
    border: none;
    font-size: 1em;
}
.wp-block-latest-posts__post-excerpt, .wp-block-latest-posts__post-full-content {
    font-size: .8125em;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: inherit !important;
}
.ggmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#wrapper-footer{
    background: #EEE6E4;
    padding: 1.5rem 0;
    text-align: center;
}