@charset "UTF-8";
@-webkit-keyframes gradientAnime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientAnime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

html {
  color: #2E3233;
}

body {
  background: #fff;
  color: #2E3233;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
}

a {
  text-decoration: underline;
  color: #2E3233;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

a img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a img:hover {
  opacity: 0.8;
}

/* parts style
--------------------------------------------------------- */
.text-style-big01 {
  font-size: 120%;
}

.text-style-uline01 {
  border-bottom: 2px solid #E17144;
}

.list-style01 .list-item {
  position: relative;
  padding-left: 20px;
}

.list-style01 .list-item:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 16px;
  margin: auto 8px auto 0;
  font-size: 11px;
  font-weight: bold;
  color: #72BC78;
}

/* header
--------------------------------------------------------- */
#header,
#footer,
.fcta,
#content,
.mainv {
  background: transparent;
  padding: 0 80px;
  border-bottom: none;
}

@media (max-width: 1420px) {
  #header,
  #footer,
  .fcta,
  #content,
  .mainv {
    padding: 0 52px;
  }
}

@media (max-width: 1200px) {
  #header,
  #footer,
  .fcta,
  #content,
  .mainv {
    padding: 0 32px;
  }
}

@media (max-width: 1024px) {
  #header,
  #footer,
  .fcta,
  #content,
  .mainv {
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  #header,
  #footer,
  .fcta,
  #content,
  .mainv {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  #header,
  #footer,
  .fcta,
  #content,
  .mainv {
    padding: 0 4px;
  }
}

@media (max-width: 480px) {
  #header,
  .mainv,
  #footer,
  .fcta {
    padding: 0 20px;
  }
}

.header-wrap,
.cont-wrap,
.wrap {
  width: auto;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

#content .wrap {
  padding: 64px 64px 32px;
}

@media (max-width: 1024px) {
  #content .wrap {
    padding: 48px 40px 32px;
  }
}

@media (max-width: 767px) {
  #content .wrap {
    padding: 32px 20px 32px;
  }
}

@media (max-width: 480px) {
  #content .wrap {
    padding: 28px 16px 24px;
  }
}

/* ----- content ----- */
body.home #content,
#content {
  padding-top: 0;
  background-color: #F0EFE9;
  padding-bottom: 4em;
}

@media (max-width: 767px) {
  body.home #content,
  #content {
    padding-bottom: 2em;
  }
}

.one-column #content .wrap {
  width: auto;
  max-width: 980px;
}

.top-wrap {
  clear: both;
}

.post-loop-wrap {
  margin-bottom: 0 !important;
}

body.home.left-content .top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 1024px) {
  body.home.left-content .top-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body:not(.home):not(.archive):not(.search).left-content #content .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 1024px) {
  body:not(.home):not(.archive):not(.search).left-content #content .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.left-content #main {
  float: none;
  margin-right: 5%;
  -ms-flex-basis: 66%;
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
}

@media (max-width: 1024px) {
  .left-content #main {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    float: none;
  }
}

.left-content .main-inner {
  float: none;
  margin-right: 0;
}

.left-content #side {
  -ms-flex-basis: 34%;
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
  float: none;
  margin-left: 0;
}

@media (max-width: 1024px) {
  .left-content #side {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

body.archive .main-inner {
  margin-right: 0;
}

/* header
--------------------------------------------------------- */
#header {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.header-wrap {
  padding: 16px 0;
  font-size: 0;
  position: relative;
}

@media (max-width: 1024px) {
  .header-wrap {
    padding: 24px 0;
  }
}

.headerLogo-box,
.headerNav {
  position: relative;
}

#headerLogo-logo {
  position: absolute;
  left: 0;
  top: -10px;
  width: 116px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  #headerLogo-logo {
    top: -14px;
  }
}

@media (max-width: 767px) {
  #headerLogo-logo {
    width: 48px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  body.home #headerLogo-logo {
    width: 84px;
    margin: 0;
  }
}

.headerLogo-Descriotion {
  font-size: 12px;
  margin-left: 132px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .headerLogo-Descriotion {
    display: none;
  }
}

#header.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.94);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

#header.fixed #headerLogo-logo {
  width: 58px;
}

@media (max-width: 767px) {
  #header.fixed #headerLogo-logo {
    width: 56px;
    margin: 0;
  }
}

#header.fixed .headerLogo-Descriotion {
  margin-left: 72px;
}

@media (max-width: 1024px) {
  #header.fixed .headerLogo-Descriotion {
    font-size: 10px;
  }
}

.headerNav {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  text-align: right;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.headerNav .headerNav_category {
  display: block;
  padding: 12px;
  font-weight: bold;
  color: #2E3233;
  border-top: 2px solid #2E3233;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  min-width: 230px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.headerNav .headerNav_category svg {
  margin-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.headerNav .headerNav_category:hover svg {
  margin-right: 6px;
}

@media (max-width: 767px) {
  .headerNav .headerNav_category {
    min-width: inherit;
    font-size: 12px;
    margin-right: -20px;
  }
  .headerNav .headerNav_category span {
    display: none;
  }
}

/* header - side nav
--------------------------------------------------------- */
.nav-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
  z-index: 2;
}

#gnav {
  width: 312px;
  height: 95%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  z-index: 1000;
  border-radius: 4px;
  border: none;
  background-color: #FFF;
  overflow-y: scroll;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(328px);
  transform: translate(328px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#gnav.open {
  -webkit-transform: translate(0px);
  transform: translate(0px);
}

@media (max-width: 480px) {
  #gnav {
    right: 0;
    width: 280px;
  }
}

.gnavParts {
  margin-bottom: 2em;
  padding: 0 24px;
}

@media (max-width: 480px) {
  .gnavParts {
    padding: 0 16px;
  }
}

.gnavParts h3 {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 12px;
}

.gnav_close {
  background-color: #26393E;
  color: #fff;
  margin-bottom: 0;
  cursor: pointer;
}

.gnav_close-btn {
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.gnav_close-btn svg {
  margin-right: 4px;
}

.gnav_search {
  background-color: #F0EFE9;
  padding-top: 16px;
  padding-bottom: 16px;
}

.gnav_search h3 {
  text-align: center;
  margin-bottom: 4px;
}

.gnav_search #searchform {
  border-radius: 2px;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gnav_search #searchform:focus {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.gnav_search #searchform button,
.gnav_search #searchform input[type=text] {
  padding: 12px 8px;
  font-size: 12px;
}

.gnav_search #searchform button {
  font-size: 14px;
  color: #2E3233;
}

#gnav .gnav_category ul {
  border-bottom: 2px solid #F0EFE9;
}

#gnav .gnav_category li {
  float: none;
  padding: 0;
  border: 2px solid #F0EFE9;
  border-bottom: none;
  font-size: 13px;
  font-weight: bold;
}

#gnav .gnav_category li a {
  padding: 14px 8px;
  margin: 0;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#gnav .gnav_category li a:hover {
  padding: 14px 8px 14px 16px;
}

.gnav_info .logo {
  max-width: 84px;
  margin: 0 auto 12px;
}

.gnav_info .description {
  font-size: 12px;
  text-align: center;
}

/* footer-cta
--------------------------------------------------------- */
.fcta {
  background: #26393E;
  color: #fff;
  padding-top: 48px;
  padding-bottom: 48px;
}

.fctaWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.fctaText,
.fctaPdf {
  -ms-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

@media (max-width: 1024px) {
  .fctaText,
  .fctaPdf {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.fctaText {
  text-align: center;
}

@media (max-width: 1024px) {
  .fctaText {
    margin-bottom: 2em;
  }
}

.fctaText_title {
  position: relative;
  font-weight: bold;
  font-size: 23px;
}

@media (max-width: 480px) {
  .fctaText_title {
    font-size: 17px;
    margin-bottom: 8px;
  }
}

.fctaText_title:before {
  content: "";
  background-image: url(../images/icon-house.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 60px;
  margin: auto;
  width: 40px;
  height: 46px;
  display: block;
  margin-bottom: 8px;
}

.fctaText_desc {
  font-size: 14px;
  margin-bottom: 16px;
}

.fctaText_atten {
  font-size: 15px;
  font-weight: bold;
  color: #FFDC72;
  margin-bottom: 4px;
}

.fctaText_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

.fctaText_list-item {
  -ms-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 480px) {
  .fctaText_list-item {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.fctaText_list-item a {
  display: block;
  padding: 12px 4px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.fctaText_list-item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.fctaText_list-item svg {
  color: #72BC78;
  margin-left: 4px;
  font-size: 10px;
}

.fctaText_list-item:first-child {
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.fctaPdf {
  padding: 48px;
  background-color: #253237;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .fctaPdf {
    padding: 48px;
  }
}

@media (max-width: 480px) {
  .fctaPdf {
    padding: 16px;
  }
}

.fctaPdf_text {
  font-size: 12px;
  margin-right: 180px;
}

@media (max-width: 767px) {
  .fctaPdf_text {
    margin-right: 0;
  }
}

.fctaPdf_text p {
  margin-bottom: 1em;
}

.fctaPdf_text-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media (max-width: 480px) {
  .fctaPdf_text-title {
    font-size: 14px;
  }
}

.fctaPdf_text-btn {
  margin-bottom: 0;
  overflow: hidden;
}

.fctaPdf_text-btn a {
  display: block;
  color: #fff;
  background-color: #E17144;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  max-width: 480px;
  width: 100%;
  padding: 12px 8px;
  margin: auto;
  width: 180px;
  float: left;
}

.fctaPdf_text-btn a:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

@media (max-width: 480px) {
  .fctaPdf_text-btn a {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .fctaPdf_text-btn a {
    float: none;
    margin: auto;
    text-align: center;
  }
}

.fctaPdf_img {
  float: right;
  width: 160px;
}

@media (max-width: 767px) {
  .fctaPdf_img {
    float: none;
    margin: auto;
    text-align: center;
    margin-bottom: 1em;
  }
}

/* footer
--------------------------------------------------------- */
#footer .wrap {
  padding: 3em 0 1em !important;
  margin-left: auto;
  margin-right: auto;
}

/* ----- fcontact ----- */
.fcontact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 2em;
}

@media (max-width: 1024px) {
  .fcontact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.fcontactText,
.fcontactTel {
  -ms-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (max-width: 1024px) {
  .fcontactText,
  .fcontactTel {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
}

.fcontactText_title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .fcontactText_title {
    font-size: 19px;
  }
}

.fcontactText_link a {
  font-size: 12px;
  text-decoration: underline;
  color: #2E3233;
}

.fcontactText_link a:hover {
  text-decoration: none;
}

.fcontactTel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .fcontactTel {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #F0EFE9;
  }
}

.fcontactTel_tel,
.fcontactTel_booking {
  -ms-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
}

.fcontactTel_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  .fcontactTel_title {
    font-size: 11px;
  }
}

.fcontactTel_tel-number {
  font-size: 34px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 0.8;
  margin-bottom: 4px;
}

.fcontactTel_tel-number a {
  display: none;
  text-decoration: none;
}

@media (max-width: 767px) {
  .fcontactTel_tel-number span {
    display: none;
  }
  .fcontactTel_tel-number a {
    display: block;
  }
}

.fcontactTel_tel-time {
  font-size: 12px;
}

.fcontactTel_booking {
  margin-left: 16px;
}

.fcontactTel_booking-btn a {
  display: block;
  color: #fff;
  background-color: #72BC78;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  max-width: 480px;
  width: 100%;
  padding: 12px 8px;
  margin: auto;
  padding: 16px 8px;
}

.fcontactTel_booking-btn a:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

@media (max-width: 480px) {
  .fcontactTel_booking-btn a {
    font-size: 12px;
  }
}

.fcontactTel_booking-btn a svg {
  margin-left: 8px;
}

.footer-02 {
  text-align: center;
  border-top: 3px solid #F0EFE9;
  background: transparent;
}

.footer-02 .footer-copy {
  text-align: center;
}

.menu-footer-nav-container {
  margin-bottom: 3em;
}

#footer-nav {
  font-size: 0;
}

#footer-nav li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-right: 12px;
}

#footer-nav li:last-child {
  margin-right: 0;
}

/* footer - fixed contact
--------------------------------------------------------- */
.fixedContact .fixed {
  position: fixed;
  bottom: 0;
  right: 40px;
  z-index: 10;
}

.fixedContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 280px;
  position: fixed;
  right: 0px;
  bottom: 0;
  width: 100%;
  border-radius: 4px 0 0 0;
}

.fixedContact_tel,
.fixedContact_mail {
  background-color: rgba(240, 239, 233, 0.9);
  padding: 6px 0 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fixedContact_tel:hover,
.fixedContact_mail:hover {
  background-color: rgba(40, 57, 62, 0.9);
}

.fixedContact_tel:hover a, .fixedContact_tel:hover svg,
.fixedContact_mail:hover a,
.fixedContact_mail:hover svg {
  color: #fff;
}

.fixedContact_tel {
  -ms-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  text-align: center;
  line-height: 1.2;
}

.fixedContact_tel-link {
  display: block;
  text-decoration: none;
}

.fixedContact_tel-sub,
.fixedContact_tel-time {
  font-size: 10px;
}

.fixedContact_tel-sub {
  margin-bottom: 2px;
}

.fixedContact_tel-main {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.fixedContact_tel-main svg {
  margin-right: 4px;
  font-size: 16px;
  vertical-align: inherit;
}

.fixedContact_mail {
  -ms-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.9);
}

.fixedContact_mail a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.fixedContact_mail a svg {
  position: absolute;
  width: 16px;
  height: 25px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pagetop {
  bottom: 82px;
  right: 16px;
  z-index: 10;
}

.pagetop span {
  width: 40px;
  height: 40px;
  line-height: 2;
  font-size: 18px;
  border-radius: 2px;
  background-color: rgba(39, 57, 62, 0.95);
}

.pagetop span svg {
  font-size: 18px;
}

/* index -- mainv
--------------------------------------------------------- */
.mainv {
  position: relative;
  margin: 6em 0 2em;
  position: relative;
}

@media (max-width: 1024px) {
  .mainv {
    margin: 6em 0 1em;
  }
}

@media (max-width: 767px) {
  .mainv {
    margin: 4em 0 1em;
  }
}

.mainv:before {
  content: "";
  background-image: url(../images/bg-img01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 800px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.1;
}

.mainv:after {
  content: "";
  position: absolute;
  background-color: #F0EFE9;
  top: 80%;
  left: 0;
  right: 0;
  width: 100%;
  height: 500px;
  z-index: -1;
}

.mainvTitle {
  text-align: center;
  margin: auto;
  margin-bottom: 4em;
}

.mainvTitle_title {
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .mainvTitle_title {
    font-size: 18px;
    font-size: 5.625vw;
    margin: 0 0 8px;
  }
}

@media (max-width: 480px) {
  .mainvTitle_title {
    font-size: 20px;
    font-size: 6.25vw;
  }
}

.mainvTitle_text {
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.mainvTitle_btn a {
  display: block;
  color: #fff;
  background-color: #72BC78;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  max-width: 480px;
  width: 100%;
  padding: 12px 8px;
  margin: auto;
  max-width: 348px;
  padding: 24px 8px;
  font-size: 14px;
}

.mainvTitle_btn a:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

@media (max-width: 480px) {
  .mainvTitle_btn a {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .mainvTitle_btn a {
    max-width: 240px;
    padding: 16px 8px;
  }
}

/* ----- mainPosts ----- */
.mainPosts_title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .mainPosts_title {
    font-size: 15px;
  }
}

.mainPosts_posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-right: -28px;
}

@media (max-width: 1024px) {
  .mainPosts_posts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }
}

.mainPosts_posts-item {
  -ms-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 28px;
}

@media (max-width: 1024px) {
  .mainPosts_posts-item {
    margin-right: 0;
    margin-bottom: 16px;
    -ms-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media (max-width: 480px) {
  .mainPosts_posts-item {
    -ms-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }
}

.mainPosts_posts-item a {
  display: block;
  text-decoration: none;
}

.mainPosts_posts-item a, .mainPosts_posts-item a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mainPosts_posts-item a:hover {
  color: #72BC78;
}

.mainPosts_posts-item a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.mainPosts_posts-img {
  overflow: hidden;
}

.mainPosts_posts-img img {
  width: 100%;
  max-height: 180px;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainPosts_posts-title {
  font-size: 15px;
  font-weight: bold;
  padding: 8px 20px 20px;
}

@media (max-width: 1024px) {
  .mainPosts_posts-title {
    font-size: 13px;
    padding: 8px 16px 12px;
  }
}

/* index -- content
--------------------------------------------------------- */
#content .wrap {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.top-wrap:last-child {
  margin-top: 3em;
}

@media (max-width: 1024px) {
  .top-wrap:last-child {
    margin-top: 0;
  }
}

.top-wrap:after {
  content: "";
  clear: both;
  display: block;
}

.cPosts_title {
  position: relative;
  font-weight: bold;
  font-size: 19px;
  padding-bottom: 20px;
  margin-bottom: 28px;
  border-bottom: 3px solid #F0EFE9;
}

@media (max-width: 767px) {
  .cPosts_title {
    font-size: 15px;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
}

.cPosts_title:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  background-color: #72BC78;
  left: -64px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
}

@media (max-width: 1024px) {
  .cPosts_title:before {
    left: -40px;
  }
}

@media (max-width: 767px) {
  .cPosts_title:before {
    left: -20px;
    width: 2px;
  }
}

@media (max-width: 480px) {
  .cPosts_title:before {
    left: -16px;
  }
}

.cPosts_more {
  position: absolute;
  right: 0;
  bottom: -3px;
  padding: 0 12px 24px;
  color: #72BC78;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid #72BC78;
}

@media (max-width: 767px) {
  .cPosts_more {
    padding: 0 12px 16px;
  }
}

.cPosts_more svg {
  margin-left: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cPosts_more:hover svg {
  margin-left: 6px;
}

.postsStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex−start;
  -ms-justify-content: flex−start;
  -webkit-box-pack: flex−start;
          justify-content: flex−start;
  -ms-flex-pack: flex−start;
}

.postsStyle01,
.postsStyle02 {
  margin: 0 -28px 2.5em 0;
}

@media (max-width: 1024px) {
  .postsStyle01,
  .postsStyle02 {
    margin: 0 -16px 2em 0;
  }
}

.postsStyle01 .postsStyle_item,
.postsStyle02 .postsStyle_item {
  -ms-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
}

.postsStyle01 .postsStyle_item a,
.postsStyle02 .postsStyle_item a {
  margin-right: 28px;
}

@media (max-width: 1024px) {
  .postsStyle01 .postsStyle_item a,
  .postsStyle02 .postsStyle_item a {
    margin-right: 16px;
  }
}

.postsStyle01 .postsStyle_item a, .postsStyle01 .postsStyle_item a img,
.postsStyle02 .postsStyle_item a,
.postsStyle02 .postsStyle_item a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.postsStyle01 .postsStyle_item a:hover,
.postsStyle02 .postsStyle_item a:hover {
  color: #72BC78;
}

.postsStyle01 .postsStyle_item a:hover img,
.postsStyle02 .postsStyle_item a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 480px) {
  .postsStyle01 .postsStyle_item,
  .postsStyle02 .postsStyle_item {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .postsStyle01 .postsStyle_item:first-child,
  .postsStyle02 .postsStyle_item:first-child {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.postsStyle02 .postsStyle_item {
  -ms-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media (max-width: 767px) {
  .postsStyle02 .postsStyle_item {
    margin-bottom: 1.5em;
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .postsStyle02 .postsStyle_item:first-child {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.postsStyle_item {
  margin-bottom: 1em;
}

.postsStyle_item a {
  display: block;
  text-decoration: none;
}

.cPosts_posts-img {
  overflow: hidden;
  margin-bottom: 6px;
}

.cPosts_posts-img img {
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border: 1px solid #F0EFE9;
  border-radius: 4px;
  max-height: 161px;
}

.cPosts_posts-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1px;
  margin-bottom: 0.5em;
}

@media (max-width: 1024px) {
  .cPosts_posts-title {
    font-size: 13px;
  }
}

.cPosts-posts-date {
  font-size: 11px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  opacity: 0.3;
}

.cPosts-posts-date svg {
  margin-right: 2px;
}

.sideWidget_title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

#side {
  margin: 0;
}

@media (max-width: 1024px) {
  #side {
    margin: 1em 0 4em;
  }
}

#side .side-inner,
#side .side-widget-area {
  height: 100%;
}

body:not(.home) .sideWidget {
  margin-bottom: 3em;
}

#side #text-6 {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: sticky;
  top: 82px;
}

/* side about
--------------------------------------------------------- */
.sideAbout p {
  margin-bottom: 2em;
  font-size: 14px;
}

.sideAbout_title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1.4em;
}

.sideAbout_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  border-top: 2px solid #F0EFE9;
}

.sideAbout_list-item {
  -ms-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 2px solid #F0EFE9;
  padding: 12px 0;
}

@media (max-width: 1024px) {
  .sideAbout_list-item {
    -ms-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media (max-width: 480px) {
  .sideAbout_list-item {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.sideAbout_list-item svg {
  margin-left: 6px;
  font-size: 10px;
  color: #72BC78;
}

.sideAbout_fb {
  border: 2px solid #F0EFE9;
  padding: 12px 16px;
  font-size: 0;
}

.sideAbout_fb p:last-child {
  display: none;
}

.sideAbout_fb-text,
.sideAbout_fb .fb_iframe_widget {
  display: inline-block;
  width: 50%;
  margin-bottom: 0 !important;
  vertical-align: middle;
}

.sideAbout_fb-text {
  font-weight: bold;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}

.sideAbout_fb-btn {
  text-align: right;
}

.sidePosts_bnr {
  max-width: 378px;
  margin-bottom: 2em;
}

.sidePosts_bnr img {
  width: 100%;
}

/* side popular - new
--------------------------------------------------------- */
#side .wpt_widget_content {
  border: 2px solid #F0EFE9;
}

#side .wpt_widget_content a {
  text-decoration: none;
}

#side .wpt_widget_content a:hover {
  color: #72BC78;
}

#side #popular-tab-content {
  counter-reset: popular-num;
}

@media (max-width: 1024px) {
  #side .tab-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  #side .tab-content li {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (max-width: 767px) {
  #side .tab-content ul {
    display: block;
  }
  #side .tab-content li {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#side .wpt_widget_content .tab_title a {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  background-color: #F0EFE9;
  border: none;
}

#side .wpt_widget_content .tab_title.selected a {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}

#side .wpt_widget_content .tab-content li {
  border-bottom: 1px solid #F0EFE9;
  padding: 4px 16px 8px;
}

.sidePosts-item {
  overflow: hidden;
  padding: 6px 0;
}

.sidePosts-item a {
  text-decoration: none;
}

#side .wpt_thumbnail,
.sidePosts-item-img {
  float: left;
  position: relative;
}

#side #popular-tab-content .wpt_thumbnail:before {
  position: absolute;
  content: "" counter(popular-num);
  counter-increment: popular-num;
  padding: 1px;
  top: 0;
  left: 0;
  right: 0;
  width: 16px;
  font-size: 10px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  background-color: #26393E;
  border-radius: 2px;
  z-index: 1;
}

#side .wpt_widget_content .wp-post-image,
.sidePosts-item-img img {
  width: 72px;
  height: 72px;
  border-radius: 4px;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
}

#side .wpt_widget_content .entry-title,
.sidePosts-item-ttl {
  margin-left: 82px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
}

.sidePosts-title {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 12px;
  margin: 0 0 12px;
  border-bottom: 2px solid #F0EFE9;
}

.sidePosts-title:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background-color: #72BC78;
  bottom: -2px;
  left: 0;
}

.wpt_widget_content .wpt-postmeta,
.wpt_comment_content, .wpt_excerpt {
  text-align: right;
}

#side .wpt_widget_content .wpt-pagination {
  display: none;
}

.bc_wrap {
  overflow: hidden;
}

.breadcrumb {
  float: right;
  padding: 16px 0;
  margin: 0;
  font-size: 10px;
}

@media (max-width: 767px) {
  .bc_wrap {
    margin: 0;
    overflow-x: scroll;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bc_wrap .breadcrumb {
    min-width: 800px;
    margin: 0 0 0;
    padding: 0 0 0;
    float: inherit;
  }
}

.pagination {
  overflow: hidden;
  font-size: 0;
  margin: 0 0 64px;
  text-align: center;
}

@media (max-width: 480px) {
  .pagination {
    margin: 0 0 32px;
  }
}

.pagination span, .pagination a {
  float: none;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  border-radius: 2px;
}

.pagination .current {
  background-color: #72BC78;
  color: #fff;
}

.pagination a:hover {
  background-color: #F0EFE9;
}

.postsParts {
  margin-bottom: 3em;
}

@media (max-width: 767px) {
  .postsParts {
    margin-bottom: 3em;
  }
}

/* posts-header
--------------------------------------------------------- */
.cat-content .post-title,
article.page .post-title,
.post .post-title {
  margin: 0 0 36px;
  font-size: 28px;
  clear: both;
  font-weight: bold;
}

@media (max-width: 767px) {
  .cat-content .post-title,
  article.page .post-title,
  .post .post-title {
    font-size: 19px;
    margin: 0 0 16px;
  }
}

.cat-content .post-title {
  text-align: center;
}

.post-meta {
  overflow: hidden;
  font-size: 11px;
  margin-bottom: 1em;
}

.post-meta li {
  float: left;
}

.post-meta .category a,
.post-meta .category svg {
  margin-right: 6px;
}

.post-meta .category svg {
  color: #72BC78;
}

@media (max-width: 767px) {
  .post-meta .category {
    float: none;
    border-bottom: 1px dotted #F0EFE9;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}

.post-meta .last-date, .post-meta .date {
  float: right;
}

.post-meta .last-date svg, .post-meta .date svg {
  margin-right: 6px;
}

@media (max-width: 767px) {
  .post-meta .last-date, .post-meta .date {
    font-size: 11px;
  }
}

.post-meta .last-date {
  margin-left: 16px;
}

.post-header-meta {
  text-align: center;
}

@media (max-width: 767px) {
  .post-header-meta {
    margin-bottom: 1em;
  }
}

.post-header-meta .bzb-sns-btn {
  padding: 16px 16px 4px;
  margin-bottom: 0;
  border: 2px solid #F0EFE9;
}

.post-header-meta .bzb-sns-btn li {
  margin: 0 4px;
}

.postSns {
  padding: 6px 16px 12px;
  background-color: #F0EFE9;
  font-size: 0;
}

.postSns_view {
  font-size: 13px;
  font-weight: bold;
}

.postSns_view .number {
  font-size: 140%;
}

.post-thumbnail {
  float: right;
}

@media (max-width: 767px) {
  .post-thumbnail {
    float: none;
    text-align: center;
    margin-bottom: 1em;
  }
}

.post-thumbnail img {
  border: 1px solid #F0EFE9;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .post-thumbnail img {
    margin: 0 0 0 !important;
  }
}

@media (max-width: 480px) {
  .post-thumbnail img {
    width: 100%;
  }
}

/* posts-content
--------------------------------------------------------- */
.post-content {
  overflow: inherit;
}

.post-content a {
  color: #2581c4;
}

.post-content p, .post-content pre {
  line-height: 2;
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .post-content p, .post-content pre {
    font-size: 15px;
  }
}

.post-content h3, .post-content h4, .post-content h5, .post-content ul, .post-content ol, .post-content table, .post-content img, .post-content dl {
  margin: 1em 0 2em;
}

.post-content .aligncenter {
  margin: 1em auto 2em;
}

.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 480px) {
  .post-content img.alignleft {
    float: none;
    margin-right: 0;
  }
}

.post-content img.aligncenter {
  margin: 0 auto;
  clear: inherit;
}

.post-content h2 {
  position: relative;
  font-weight: bold;
  font-size: 25px;
  padding: 12px 0;
  margin: 3em 0 1.5em;
  border-bottom: none;
}

@media (max-width: 767px) {
  .post-content h2 {
    margin: 1em 0 2em;
    font-size: 21px;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
}

.post-content h2:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  background-color: #72BC78;
  left: -64px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
}

@media (max-width: 1024px) {
  .post-content h2:before {
    left: -40px;
  }
}

@media (max-width: 767px) {
  .post-content h2:before {
    left: -20px;
    width: 2px;
  }
}

@media (max-width: 480px) {
  .post-content h2:before {
    left: -16px;
  }
}

.post-content h3 {
  font-size: 19px;
  font-weight: bold;
  padding: 12px;
  border-left: 2px solid #72BC78;
  background-color: #F0EFE9;
}

@media (max-width: 767px) {
  .post-content h3 {
    font-size: 17px;
  }
}

.post-content h4 {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 12px;
  border-bottom: 2px solid #F0EFE9;
}

.post-content h4:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background-color: #72BC78;
  bottom: -2px;
  left: 0;
}

.post-content ul li, .post-content ol li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 1em;
  font-size: 15px;
  list-style: none;
}

.post-content ul li:last-child, .post-content ol li:last-child {
  margin-bottom: 0;
}

.post-content ul li:before, .post-content ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 12px auto 0;
}

.post-content ul li:before {
  content: "◎";
  color: #FFDC72;
  font-weight: bold;
}

.post-content ol {
  counter-reset: ol-num;
}

.post-content ol li:before {
  content: counter(ol-num) ".";
  counter-increment: ol-num;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.post-content table {
  font-size: 12px;
  width: 100%;
  display: table;
  white-space: initial;
}

.post-content table tbody th {
  background-color: #26393E;
  font-weight: bold;
  text-align: center;
}

.post-content table tbody td p, .post-content table tbody td span, .post-content table tbody td ul li {
  font-size: 12px;
}

.post-content blockquote {
  position: relative;
  border: 2px solid #F0EFE9;
  background-color: transparent;
  padding: 24px;
  font-size: 14px;
}

.post-content blockquote:before {
  content: "”";
  position: absolute;
  color: #2E3233;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  background-color: #fff;
  left: -14px;
  line-height: 1;
  padding: 6px 10px 0;
  top: -10px;
  margin: auto;
  height: 24px;
}

.post-content blockquote p {
  line-height: 1.6;
}

.post-content .dot,
.post-content .imgcaption,
.post-content .box01,
.post-content .box02,
.post-content .box03 {
  position: relative;
  padding: 24px;
  border: 2px solid #F0EFE9;
  font-size: 14px;
  margin-bottom: 3em;
  border-radius: 2px;
  z-index: 2;
  width: 100%;
  background-color: #fff;
}

.post-content .dot p,
.post-content .dot ul,
.post-content .dot ul li,
.post-content .imgcaption p,
.post-content .imgcaption ul,
.post-content .imgcaption ul li,
.post-content .box01 p,
.post-content .box01 ul,
.post-content .box01 ul li,
.post-content .box02 p,
.post-content .box02 ul,
.post-content .box02 ul li,
.post-content .box03 p,
.post-content .box03 ul,
.post-content .box03 ul li {
  font-size: 14px;
  line-height: 1.4;
}

.post-content .dot p:last-child,
.post-content .dot ul:last-child,
.post-content .dot ul li:last-child,
.post-content .imgcaption p:last-child,
.post-content .imgcaption ul:last-child,
.post-content .imgcaption ul li:last-child,
.post-content .box01 p:last-child,
.post-content .box01 ul:last-child,
.post-content .box01 ul li:last-child,
.post-content .box02 p:last-child,
.post-content .box02 ul:last-child,
.post-content .box02 ul li:last-child,
.post-content .box03 p:last-child,
.post-content .box03 ul:last-child,
.post-content .box03 ul li:last-child {
  margin-bottom: 0;
}

.post-content .dot:before,
.post-content .imgcaption:before,
.post-content .box01:before,
.post-content .box02:before,
.post-content .box03:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  right: 0;
  margin: auto;
  bottom: -4px;
}

.post-content .dot {
  border: 2px dotted #F0EFE9;
}

.post-content .imgcaption {
  background-color: #f9f9f7;
}

.post-content .box01 {
  border-left: 3px solid #E17144;
}

.post-content .box02 {
  border-left: 3px solid #FFDC72;
}

.post-content .box03 {
  border-left: 3px solid #509CBC;
}

.post-content .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.post-content .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#content .wp-caption {
  width: 100% !important;
}

#content .wp-caption img {
  margin-bottom: 0;
}

.wpcf7 {
  background-color: #F0EFE9;
}

.wpcf7 form {
  max-width: 600px;
  margin: auto;
  padding: 32px 16px;
}

.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select {
  position: relative;
  width: 100%;
  font-size: 14px;
  padding: 16px !important;
  border: none !important;
  -webkit-appearance: none;
}

.wpcf7 textarea:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 select:focus {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.wpcf7 select {
  background-color: #fff;
}

.wpcf7 select:before {
  content: "aaa";
  display: block;
  position: absolute;
  right: 12px;
  font-size: 12px;
  font-family: "FontAwesome";
  color: #2E3233;
  pointer-events: none;
}

.wpcf7 p {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 14px;
}

.wpcf7 p.policy {
  text-align: center;
  font-size: 12px;
  margin: 0;
}

.wpcf7 input[type="submit"] {
  display: block;
  color: #fff;
  background-color: #72BC78;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  max-width: 480px;
  width: 100%;
  padding: 12px 8px;
  margin: auto;
  padding: 16px 8px;
  margin-top: 2em;
}

.wpcf7 input[type="submit"]:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

@media (max-width: 480px) {
  .wpcf7 input[type="submit"] {
    font-size: 12px;
  }
}

.wpcf7 .response-output {
  padding: 40px 23px 23px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  border: none;
  margin: 0;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.wpcf7 .contactForm1 .mwform-radio-field {
  margin: 0 !important;
  display: block;
}

.wpcf7 .contactForm1 label {
  display: block;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: bold;
}

.wpcf7 .contactForm1 input {
  display: none;
}

.wpcf7 .contactForm1 .mwform-radio-field-text {
  position: relative;
  padding-left: 32px;
}

.wpcf7 .contactForm1 .mwform-radio-field-text:before, .wpcf7 .contactForm1 .mwform-radio-field-text:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
}

.wpcf7 .contactForm1 .mwform-radio-field-text:before {
  border: 1px solid #e1e1e1;
  background-color: #fff;
}

.wpcf7 .contactForm1 .mwform-radio-field-text:after {
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 5px;
  background-color: #72BC78;
}

.wpcf7 .contactForm1 input:hover + .mwform-radio-field-text:before {
  background-color: #72BC78;
  opacity: 0.3;
}

.wpcf7 .contactForm1 input:checked + .mwform-radio-field-text:after {
  opacity: 1;
}

.wpcf7 .contactForm3 {
  margin-bottom: 0;
}

/* posts-footer
--------------------------------------------------------- */
#wpcomm {
  max-width: unset !important;
  padding: 16px !important;
  border: 2px solid #F0EFE9 !important;
  max-height: 500px;
  overflow-y: scroll;
  width: auto;
  overflow-x: hidden;
}

#wc-comment-header,
.rp4wp-related-posts h3 {
  position: relative;
  font-weight: bold;
  font-size: 19px;
  padding: 8px 0;
  margin: 1em 0;
  border-bottom: none;
}

@media (max-width: 767px) {
  #wc-comment-header,
  .rp4wp-related-posts h3 {
    font-size: 15px;
  }
}

#wc-comment-header:before,
.rp4wp-related-posts h3:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  background-color: #72BC78;
  left: -64px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
}

@media (max-width: 1024px) {
  #wc-comment-header:before,
  .rp4wp-related-posts h3:before {
    left: -40px;
  }
}

@media (max-width: 767px) {
  #wc-comment-header:before,
  .rp4wp-related-posts h3:before {
    left: -20px;
    width: 2px;
  }
}

@media (max-width: 480px) {
  #wc-comment-header:before,
  .rp4wp-related-posts h3:before {
    left: -16px;
  }
}

/* ----- post-footer under posts-sns ----- */
.post-footer {
  margin-top: 5em;
  background-color: #F0EFE9;
  padding: 12px;
  text-align: center;
}

@media (max-width: 767px) {
  .post-footer {
    margin-top: 2em;
  }
}

.page .post-footer {
  background-color: transparent;
  border: 2px solid #F0EFE9;
}

.bzb-sns-btn li {
  margin: 0 4px;
}

.post-footer-list {
  padding-top: 4px;
  margin-top: 8px;
  border-top: 1px solid #e5e4de;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.post-footer-list svg {
  color: #72BC78;
  margin-right: 4px;
}

/* ----- author ----- */
.ts-fab-latest-posts-link {
  display: none !important;
}

.ts-fab-tab {
  border: 1px solid #333333 !important;
}

.postsParts_author {
  overflow: hidden;
}

.postsParts_author-img {
  float: left;
}

.postsParts_author-img img {
  width: 102px;
  height: 102px;
  border-radius: 50px;
}

@media (max-width: 480px) {
  .postsParts_author-img img {
    width: 64px;
    height: 64px;
  }
}

.postsParts_author-text {
  margin-left: 116px;
  font-size: 14px;
}

@media (max-width: 480px) {
  .postsParts_author-text {
    margin-left: 82px;
  }
}

.postsParts_author-text .name {
  font-weight: bold;
}

/* ----- fb-share ----- */
.postsParts_fb {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 32px 16px;
  overflow: hidden;
  text-align: center;
}

.postsParts_fb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  background-color: rgba(40, 57, 62, 0.9);
}

.postsParts_fb-title,
.postsParts_fb-btn {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  display: block !important;
}

.postsParts_fb-title {
  margin-bottom: 1em;
  line-height: 1.6;
}

/* ----- related posts ----- */
.post-content .rp4wp-related-posts {
  display: none;
  margin-bottom: 2.5em;
}

.rp4wp-related-posts {
  margin-bottom: 2em;
}

.rp4wp-related-posts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-right: -28px;
}

@media (max-width: 767px) {
  .rp4wp-related-posts ul {
    margin-right: -16px;
  }
}

@media (max-width: 480px) {
  .rp4wp-related-posts ul {
    margin-right: 0;
  }
}

.rp4wp-related-posts ul li {
  -ms-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .rp4wp-related-posts ul li {
    -ms-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }
}

.rp4wp-related-posts ul a {
  display: block;
  margin-right: 28px;
}

@media (max-width: 767px) {
  .rp4wp-related-posts ul a {
    margin-right: 16px;
  }
}

@media (max-width: 480px) {
  .rp4wp-related-posts ul a {
    margin-right: 0;
  }
}

.rp4wp-related-post-image {
  overflow: hidden;
  margin-bottom: 6px;
}

.rp4wp-related-post-image img {
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border: 1px solid #F0EFE9;
  border-radius: 4px;
  max-height: 161px;
}

@media (max-width: 480px) {
  .rp4wp-related-post-image img {
    max-height: 94px;
  }
}

.rp4wp-related-post-content a {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1px;
  margin-bottom: 0.5em;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .rp4wp-related-post-content a {
    font-size: 13px;
  }
}

/* ----- posts cta ----- */
.postsCta {
  position: relative;
  background-color: #F0EFE9;
  padding: 32px;
}

@media (max-width: 767px) {
  .postsCta {
    padding: 16px;
  }
}

.postsCta-img {
  position: absolute;
  right: 16px;
  width: 169px;
  top: -8px;
  bottom: 0;
}

@media (max-width: 767px) {
  .postsCta-img {
    position: relative;
    text-align: center;
    margin: 0 auto 16px;
    top: 0;
    right: 0;
  }
}

.postsCta-text {
  margin-right: 180px;
}

@media (max-width: 767px) {
  .postsCta-text {
    margin-right: 0;
  }
}

.postsCta-text-ttl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.8em;
}

.postsCta-text-text {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 1em;
}

.postsCta-text-btn {
  margin-bottom: 0;
  overflow: hidden;
}

.postsCta-text-btn a {
  display: block;
  color: #fff;
  background-color: #E17144;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  max-width: 480px;
  width: 100%;
  padding: 12px 8px;
  margin: auto;
  width: 180px;
  float: left;
}

.postsCta-text-btn a:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

@media (max-width: 480px) {
  .postsCta-text-btn a {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .postsCta-text-btn a {
    float: none;
    margin: auto;
    text-align: center;
  }
}

/* ----- related comments ----- */
#wc-comment-header {
  padding: 0 !important;
}
/*# sourceMappingURL=child-style.css.map */