@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&family=Noto+Serif+JP:wght@500&family=Roboto:wght@400;500&display=swap");
html body {
  font-family: "M PLUS 1p", sans-serif;
  overflow-x: hidden;
  position: relative;
  color: #1a1a1a;
  line-height: 1.5;
}

html body {
  overflow-x: hidden;
  font-size: 16px;
  /* 1rem */
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

html a:hover {
  text-decoration: none;
}

html .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-width: 0;
}

.font-weight-medium {
  font-weight: 500;
}

.mplus {
  font-family: "M PLUS 1p", sans-serif;
}

.notoserif {
  font-family: "Noto Serif JP", serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

img.fit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/*ヘッダー*/
nav h1#home {
  font-size: 0;
  margin-bottom: 0;
  line-height: 0;
}

.navbar-nav li.navbar-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-nav li.navbar-nav__item a.navbar-nav__item-link {
  font-size: 13px;
  padding: 5px 30px;
  color: #1a1a1a;
}
.navbar-nav li.navbar-nav__item a.navbar-nav__item-link:hover {
  opacity: 0.7;
}

.navbar-nav__item--blog {
  padding-right: 20px;
}

.navbar-nav li.navbar-nav__item--contact a.navbar-nav__item-link {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  background: #1a1a1a;
  width: 182px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  transition: 0.3s;
  position: relative;
}

.navbar-nav li.navbar-nav__item--contact a.navbar-nav__item-link:hover {
  background: #fd9c9d;
}

.navbar-nav li.navbar-nav__item--contact a.navbar-nav__item-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
}

.header {
  z-index: 500;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #FFFFFF;
}

.logo-wrap {
  display: inherit;
}

img.header-logo {
  width: 341px;
}

/* フッター */
footer {
  background-color: #FFFFFF;
}

.footer-ad {
  font-size: 16px;
}

.footer-tel {
  font-size: 24px;
}

.footer-fax {
  font-size: 18px;
}

.footer-copy {
  padding: 25px 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  border-top: 2px solid #b4e186;
}

.footer-nav-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-nav__item {
  margin-bottom: 10px;
}
.footer-nav__item-link {
  font-size: 16px;
  color: #1a1a1a;
  display: inherit;
}
.footer-nav__item-link:hover {
  color: #1a1a1a;
  opacity: 0.7;
}

a.footer-contact {
  font-size: 14px;
  width: 262px;
  max-width: 100%;
  height: 45px;
  border-radius: 25px;
  color: #1a1a1a;
  background: #fdd118;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: relative;
  margin-top: 26px;
}

a.footer-contact::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  transform: rotate(45deg);
}

a.footer-contact:hover {
  color: #1a1a1a;
  background: rgba(253, 209, 24, 0.6);
}

/* 下層共通 */
main .page-ttl {
  color: #1a1a1a;
  text-align: center;
  padding: 29px 0 23px;
  background: #e9f6db;
}
main .page-ttl__en {
  font-size: 27px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}
main .page-ttl__ja {
  font-size: 14px;
  margin-top: 7px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

main .page-ttl-200 {
  color: #1a1a1a;
  background: url(../../img/common/child-header.jpg) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
main .page-ttl-200__inner {
  width: 321px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  line-height: 1.3;
}

/* フェードインエフェクト */
.fade_up {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.7s;
}
.fade_up-active {
  opacity: 1;
  transform: translateY(0);
}

.fade_in {
  opacity: 0;
  transition: all 0.7s 0.7s;
}
.fade_in-active {
  opacity: 1;
}

@media all and (min-width: 576px) {
  html .container {
    max-width: 540px;
  }
}
@media all and (min-width: 768px) {
  html .container {
    max-width: 720px;
  }
}
@media all and (min-width: 992px) {
  html .container {
    max-width: 960px;
  }
}
@media all and (min-width: 1200px) {
  html .container {
    max-width: 1140px;
  }

  img.footer-logo {
    height: 58px;
  }

  /* 崩れ対策 */
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
  img.footer-logo {
    height: 58px;
  }

  /* 崩れ対策 */
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  img.footer-logo {
    height: 46px;
  }

  /* 崩れ対策 */
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
  img.footer-logo {
    height: 41px;
  }

  /* 崩れ対策 */
}
@media all and (max-width: 1230px) {
  .navbar-nav li.navbar-nav__item a.navbar-nav__item-link {
    padding: 5px 15px;
  }

  img.header-logo {
    width: 300px;
  }
}
/*デスクトップまで*/
@media all and (max-width: 991px) {
  html body {
    font-size: 15px;
  }

  img.header-logo {
    width: 240px;
  }

  .navbar-nav li.navbar-nav__item a.navbar-nav__item-link {
    padding: 5px;
  }

  .navbar-nav__item--blog {
    padding-right: 5px;
  }

  .navbar-nav li.navbar-nav__item--contact a.navbar-nav__item-link {
    width: 135px;
    height: 40px;
  }

  .footer-nav__item-link {
    font-size: 15px;
  }

  main .page-ttl-200 {
    height: 170px;
  }
  main .page-ttl-200__inner {
    width: 260px;
    height: 90px;
  }
}
/*中デバイスまで*/
@media all and (max-width: 767px) {
  ul.navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
  }

  .navbar-toggler,
.navbar-toggler span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }

  .navbar-toggler {
    position: relative;
    width: 35px;
    height: 27px;
    border: none;
    margin-right: 3px;
  }

  .navbar {
    padding: 0;
  }

  .navbar .container {
    max-width: 100%;
    width: 100%;
  }

  .navbar-toggler {
    padding: 0.75rem 0.75rem;
  }

  .navbar-nav li.navbar-nav__item {
    border-right: none;
    border-top: 1px solid #1a1a1a;
    margin: 0;
    width: 100%;
  }

  .navbar-nav li.navbar-nav__item:last-child {
    border-bottom: 1px solid #1a1a1a;
  }

  .navbar-nav li.navbar-nav__item a {
    display: block;
    padding: 10px;
  }

  .navbar-nav li.navbar-nav__item a span {
    top: 3px;
  }

  .navbar-nav li.navbar-nav__item a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .navbar-nav li.nav-contact a:hover {
    background: #d32a37;
  }

  .navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
  }

  .navbar-toggler span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1a1a1a;
    border-radius: 4px;
  }

  .navbar-toggler.collapsed span:nth-of-type(1) {
    top: 0;
  }

  .navbar-toggler.collapsed span:nth-of-type(2) {
    top: 11px;
    opacity: 1;
  }

  .navbar-toggler.collapsed span:nth-of-type(3) {
    bottom: 0;
  }

  .navbar-toggler:not(.collapsed) span:nth-of-type(1) {
    transform: translateY(16px) rotate(-315deg);
    top: -4px;
    background-color: #1a1a1a;
  }

  .navbar-toggler:not(.collapsed) span:nth-of-type(2) {
    opacity: 0;
    background-color: #1a1a1a;
  }

  .navbar-toggler:not(.collapsed) span:nth-of-type(3) {
    transform: translateY(-16px) rotate(315deg);
    bottom: -4px;
    background-color: #1a1a1a;
  }

  .navbar-nav li.navbar-nav__item a.navbar-nav__item-link {
    padding: 6px 8px;
    width: 100%;
    transition: 0.3s;
  }

  .navbar-nav li.navbar-nav__item a.navbar-nav__item-link:hover {
    background: rgba(180, 225, 134, 0.3);
  }

  .navbar-nav li.navbar-nav__item--contact a.navbar-nav__item-link {
    width: 100%;
    height: 34px;
    border-radius: 0;
    font-size: 13px;
  }

  .footer-nav__item-link {
    font-size: 14px;
  }

  main .page-ttl-200 {
    height: 150px;
  }
  main .page-ttl-200__inner {
    width: 250px;
    height: 80px;
  }

  .page-ttl {
    padding: 18px 0;
  }
  .page-ttl__en {
    font-size: 24px;
  }
  .page-ttl__ja {
    margin-top: 5px;
    font-size: 16px;
  }
}
/*小デバイス(横向きモバイル)まで*/
@media all and (max-width: 575px) {
  html body {
    font-size: 14px;
  }

  .footer-nav-wrap {
    justify-content: space-around;
    margin-bottom: 15px;
  }

  .footer-nav, .footer-nav-wrap {
    display: block;
  }

  .footer-nav {
    text-align: center;
  }
  .footer-nav__item {
    display: inline-block;
    padding: 0 4px;
    margin-bottom: 5px;
  }

  img.footer-logo {
    width: 240px;
    height: 41px;
  }

  /* 崩れ対策 */
  main .page-ttl-200 {
    height: auto;
  }
  main .page-ttl-200__inner {
    height: 70px;
  }
}
/*iPhone5:SE*/
/*# sourceMappingURL=base.css.map */