@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
.footer ul li a {
  background: #0FAAB2;
}

.column ul li .img .category {
  background: #0FAAB2;
}

.side a {
  background: #E2558F;
}

.single-wrap .category {
  background: #0FAAB2;
}

.single-wrap .title {
  background: #0FAAB2;
  color: #fff;
  padding: 20px;
}

@media screen and (min-width: 420px) {
  .single-wrap .title {
    font-size: 28px;
  }
}

.single-wrap h2 {
  background: #0FAAB2;
  color: #fff;
  padding: 10px 15px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .single-wrap h2 {
    margin-top: 30px;
  }
}

.single-wrap h3 {
  padding: 7px 10px;
  background: #A7DFE1;
  border-bottom: none;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .single-wrap h3 {
    margin-top: 20px;
  }
}

.single-wrap figure {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .single-wrap figure {
    margin: 10px 0;
  }
}

.section-btn a {
  color: #E2558F;
}

.single-wrap p {
  margin-bottom: 10px;
}

.wp-block-separator {
  border-top: 1px solid #707070;
  margin: 10px 0;
}

.column_post_img img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.common-heading .logo {
  width: 290px;
}

@media screen and (max-width: 767px) {
  .common-heading .logo {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .side-drawer {
    display: block;
  }
  .side-drawer a {
    margin-bottom: 20px;
    padding: 15px 0;
    font-size: 14px;
  }
  .drawer-icon-nav {
    width: 100%;
    max-width: 300px;
  }
  .side a {
    margin-bottom: 20px;
    padding: 15px 0;
    font-size: 14px;
  }
}

.drawer-icon {
  cursor: pointer;
}

.drawer-icon {
  display:none;
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 300;
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
}

@media screen and (min-width: 420px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.drawer-icon-bars {
  width: 25px;
  height: 16px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 25px;
  height: 2px;
  background: #000;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 16px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #0FAAB2;
  z-index: 250;
  display: none;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.drawer-content.is-active {
  display: block;
}

.drawer-icon-nav {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.drawer-icon-nav ul li {
  margin-bottom: 50px;
}

.drawer-icon-nav ul li a {
  display: block;
  color: #ffffff;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 220;
  display: none;
}

.drawer-mask.is-active {
  display: block;
}
