/*
Theme Name: originalChild
Template: original

*/

@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url("../original/style.css");
@import url("style-block.css");

body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

/*common*/
.widget {
  margin-bottom: 30px;
}


.blog-title {
  font-size: 22px;
  line-height: 140%;
  font-weight: bold;
  color: #333;
  margin: 20px 0px 40px 0px;
  padding: 18px 0px 15px 0px;
  border-color: #9D4932;
  border-bottom: 2px solid #9D4932;
  border-top: none;
}

.pagetitle,
h2.wp-block-heading {
  border-bottom: 2px solid #9D4932;
  font-weight: 700;
  font-size: 20px !important;
  letter-spacing: 0.01em;
  padding: 0px 0px 20px 0px !important;
  margin: 0px auto 50px auto !important;
  max-width: 60%;
  text-align: center;
}

h3.wp-block-heading {
  font-size: 20px;
  color: #9D4932;
  border: none;
}

.bn_link {
  text-align: center;
}

.bn_link a {
  display: inline;
  font-weight: 700;
  color: #9D4932;
  border-radius: 50px;
  border: 2px solid #FAC884;
  background: #FFF39F;
  padding: 1rem 3rem;
  text-shadow: 2px 2px 5px #fff,
    -2px 2px 5px #ffff,
    2px -2px 5px #fff,
    -2px -2px 5px #ffff;

}

@media only screen and (max-width: 767px) {
  .wrapper {
    padding-top: 0px;
    padding-bottom: 10px;
    width: 90%;
  }

  .page-contents {
    margin-bottom: 50px;
  }

  .blog-title {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .pagetitle,
  h2.wp-block-heading {

    max-width: 80%;
  }

  .bn_link a {
    padding: 0.7rem 2rem;
  }

  iframe {
    height: 250px;
  }
}

/*header*/

@media only screen and (min-width: 960px) {
  .logo img {
    height: 90px;

  }

  #nav {
    margin: 0 auto 20px auto;
  }
}

.nav-menu li a {
  font-size: 100%;
}

@media only screen and (max-width: 767px) {
  .toggle {
    top: 25px;
  }

  .logo img {
    width: 50%;
    height: auto;

  }

  .top-header {
    margin-top: 0;
  }

  .header-inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }

}


.nav-menu .current_page_item>a,
.nav-menu .current_page_ancestor>a,
.nav-menu .current-menu-item>a,
.nav-menu .current-menu-ancestor>a,
.nav-menu .current-post-ancestor>a {
  background: #FFFAD3;
}

.nav-menu li:hover>a,
.nav-menu li a:hover {
  background: #FFFAD3;
}

/*footer*/
#footer {
  background: none;
  font-size: 100%;
}

.footer_address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;

}

.footer_address>div:first-child {
  width: 25%;
}

.footer_address>div:last-child {
  width: 68%;
}

.footer_address_txt span {
  font-weight: 700;
}

#copyright {
  background: none;
  color: #9D4932;
  font-size: 13px;
  padding: 2rem 0 3rem;
  font-weight: 700;
}

#copyright a {
  color: #9D4932;
}

@media only screen and (max-width: 767px) {
  .footer-inner {
    width: 90%;
  }

  .footer_address>div {
    width: 100% !important;
  }

  .footer_address_logo {
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .footer_address_logo img {
    width: 60%;

  }
}

/*pager*/
.pager {
  font-size: 1.2rem;
}

a.page-numbers,
.pager .current {
  padding: 10px 15px;
}

a.page-numbers,
.pager .current {
  background: #FFFAD3;
  color: #9D4932;
}

.pager .current {
  background: #F5991C;
  color: #fff;
}

/*Archive*/
.item h2 {
  text-decoration: none;
}

.item-date {
  color: #666;
  font-size: 12px;
}


/*index*/
.top-header {
  position: relative;
}

.top_main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);

}

.top_maintxt {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  width: 100%;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 6px rgba(255, 255, 255, 1), 0px 0px 6px rgba(255, 255, 255, 1), 0px 0px 6px rgba(255, 255, 255, 1);
  font-weight: 700;
}

.top_maintxt span {
  color: #9D4932;
}

.home .pager {
  margin: 0px 0 80px 0;
}

@media only screen and (max-width: 767px) {
  .top_main {
    width: 100%;
  }

  .top_maintxt {
    font-size: 1rem;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
  }

  .top_maintxt span {}

  li.item {
    margin-bottom: 20px;
  }

  .top_info {
    margin-bottom: 4rem !important;
  }

  .item-img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}

.top_info {
  margin-bottom: 8rem;
}


/*single*/
.block-two {
  font-weight: 700;
}