@charset "utf-8";
/* 共通 */
body,
button {
  font-family: "Noto Serif JP", serif;
  color: #333333;
}
p {
  font-size: 1.5rem;
  line-height: 2;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.common__top {
  display: flex;
  margin-top: 80px;
}
.common__ttl__wrapper {
  position: relative;
  width: 25%;
}
.common__ttl {
  position: absolute;
  top: 50%;
  left: 56%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.common__ttl__en {
  margin-top: 10px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.common__top_img__wrapper {
  width: 75%;
  margin-left: auto;
}
.common__top__img {
  width: 100%;
}
.common__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.common__btn {
  display: block;
  margin: 40px auto 0;
}
.common__btn__link {
  display: block;
  text-decoration: none;
  font-size: 1.5rem;
  border: solid 1px #0d6fb8;
  background: #ffffff;
  color: #0d6fb8;
  text-align: center;
  line-height: 1.5;
}
.common__btn__link--option {
  width: 308px;
  padding: 16px 40px;
  margin: 20px auto;
}
.common__btn__link:hover {
  color: #ffffff;
  border: solid 1px #ffffff;
  background-color: rgba(13, 111, 184, 0.7);
  transition: 0.5s;
}
.common__btn__link:active {
  color: #ffffff;
  border: solid 1px #ffffff;
  background-color: rgba(13, 111, 184, 0.7);
  transition: 0.5s;
}
.common__btn__link:hover .common__btn__arrow:before {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.common__btn__link:active .common__btn__arrow:before {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.common__btn__arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.common__btn__arrow:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #0d6fb8;
  border-right: solid 2px #0d6fb8;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.common__btn__arrow--option:before {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 26px;
}
.common__btn__bottom__space {
  padding-bottom: 50px;
}
.common__sec__ttl {
  font-size: 2.5rem;
  padding: 50px 0 10px;
  text-align: center;
}
.common__sec__ttl__en {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 50px;
}
.common__definition {
  width: 100%;
  font-weight: 600;
}
.common__term {
  display: block;
  clear: left;
  float: left;
  font-size: 1.5rem;
  line-height: 1.7;
}
.common__desc {
  display: block;
  width: 85%;
  float: right;
  font-size: 1.5rem;
  line-height: 1.7;
}
.common__sub__ttl {
  font-size: 1.8rem;
  text-align: center;
  padding: 10px;
  margin: 0 10px 30px;
  color: #ffffff;
  background-color: #0d6fb8;
  line-height: 1.2;
}
.to_contact__btn {
  display: block;
  margin: 45px auto 0;
}
.to_contact__btn--option {
  display: block;
  margin: 14px auto 0;
}
/* header.php SPバーガーメニュー非表示*/
.burger__nav__btn {
  display: none;
}
.burger__nav {
  display: none;
}
.burger__nav.open {
  display: none;
}
.burger__nav__logo__wrapper {
  display: none;
}
/* header.php PCグローバルナビ */
.header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 10;
  padding: 20px;
  background-color: #feffff;
  display: flex;
  justify-content: space-between;
}
.header__nav__logo {
  width: 180px;
}
.header__nav__list {
  display: flex;
  position: relative;
}
.header__nav__item:first-child {
  margin-right: auto;
}
.header__nav__item {
  padding: 0 20px;
  position: relative;
  vertical-align: middle;
  line-height: 38px;
}
.header__nav__child {
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: -15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__nav__child__item {
  border-top: 1px solid #333333;
  font-size: 1.2rem;
}
.header__nav__ttl {
  text-decoration: none;
  color: #333333;
  font-size: 1.3rem;
  font-weight: bold;
}
.header__nav__item:hover .header__nav__ttl {
  color: #aaaaaa;
}
.header__nav__item:hover .header__nav__item__link {
  color: #aaaaaa;
}
.header__nav__item:hover .header__nav__item__link__store {
  color: #40a2ea;
}
.header__nav__item__link__contact {
  text-decoration: none;
  color: #0d6fb8;
  padding: 8px;
  border: solid #0d6fb8 1px;
}
.header__nav__item__link__contact:hover {
  opacity: 0.5;
}
.header__nav__item .header__nav__child {
  position: absolute;
  top: 40px;
  width: 285%;
  background: rgba(254, 255, 255, 0.9);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__nav__item__link {
  display: block;
  color: #333333;
  text-decoration: none;
}
.header__nav__child__item__link {
  display: block;
  padding: 0 10px;
  color: #333333;
  text-decoration: none;
}
.header__nav__child__item__link:hover {
  color: #feffff;
  background: rgba(0, 0, 0, 0.5);
}
.header__nav__item:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header__nav__item:hover .header__nav__child {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
/* パンくずリスト */
.breadcumbs__wrapper {
  position: relative;
  height: 32px;
}
.breadcrumbs {
  position: absolute;
  top: 80px;
  width: 100%;
  height: 32px;
  padding: 10px 0 10px 30px;
  background: #eee;
  text-decoration: none;
  color: #333;
}
.breadcrumbs a,
.archive,
.post {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
/* footer.php PCナビメニュー */
.sp__footer__nav {
  display: none;
}
.footer {
  /* height: 277px;
  position: absolute;
  bottom: 0; */
  width: 100%;
  background-color: #000000;
  color: #ffffff;
}
.footer__inner {
  display: flex;
  padding: 25px 30px 0;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: space-evenly;
}
.footer__logo {
  width: 100px;
  margin-right: 10px;
}
.footer__nav {
  padding: 0px 7px;
}
.footer__nav__list {
  max-width: 161px;
}
.footer__nav__list__ttl {
  font-size: 1.3rem;
  font-weight: bold;
}
.footer__nav__list__ttl--option {
  font-size: 1.3rem;
  font-weight: bold;
  color: #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
  padding-bottom: 4px;
}
.footer__nav__list__item {
  font-size: 1.1rem;
  line-height: 2.5;
}
.footer__nav__list__item__link {
  margin: 0;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.3rem;
}
.footer__nav__list__item__link:hover,
.footer__nav__list__item__link:active {
  color: #96ccf3;
}
.footer__nav__special {
  line-height: 2;
}
.footer__copyright {
  font-size: 1rem;
  padding: 20px;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .footer__inner {
    margin: 0 0 0 19%;
  }
}
@media screen and (max-width: 959px) {
  .common__btn__link {
    width: 262px;
  }
  /* header.php PCナビメニュー非表示 */
  .header__nav {
    display: none;
  }
  .header__nav__logo__wrapper {
    display: none;
  }
  /* header.php SPバーガーメニュー */
  .burger__nav.open {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .burger__nav.close {
    display: none;
  }
  .burger__nav {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background-color: #f5f5f5;
  }
  .burger__nav__list {
    height: 100%;
    padding: 30px 0 100px 30px;
    background-color: #f5f5f5;
  }
  .burger__nav__item__arrow {
    position: relative;
    display: inline-block;
  }
  .burger__nav__item__arrow:after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: -31px;
    margin-top: -9px;
  }
  .burger__nav__item__ttl {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .burger__nav__item__ttl--sub {
    padding-left: 22px;
  }
  .burger__nav__item__ttl--option {
    padding-bottom: 12px;
  }
  .burger__nav__child {
    padding: 6px 0 8px 42px;
    line-height: 2;
  }
  .burger__nav__child__item__link {
    font-size: 1.3rem;
    text-decoration: none;
    color: #333333;
  }
  .burger__nav__item__link,
  .burger__nav__item__link__contact {
    font-size: 1.5rem;
    text-decoration: none;
    color: #333333;
    padding: 5px;
  }
  .burger__nav__child__item__link:hover,
  .burger__nav__item__link:hover,
  .burger__nav__item__link__contact:hover {
    color: #2ba6ff;
  }
  .burger__nav__child__item__link:active,
  .burger__nav__item__link:active,
  .burger__nav__item__link__contact:active {
    opacity: 0.6;
  }
  .burger__nav__logo__wrapper {
    display: block;
  }
  .burger__nav__logo {
    width: 220px;
  }
  .burger__nav__btn {
    display: block;
    cursor: pointer;
    z-index: 20;
    position: relative;
    width: 44px;
    height: 33px;
  }
  .burger__nav__btn,
  .burger__nav__btn__border {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .burger__nav__btn__border {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333333;
    border-radius: 2px;
  }
  .burger__nav__btn__border:nth-of-type(1) {
    top: 0;
  }
  .burger__nav__btn__border:nth-of-type(2) {
    top: 15px;
  }
  .burger__nav__btn__border:nth-of-type(3) {
    bottom: 0;
  }
  .burger__nav__btn.active .burger__nav__btn__border:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  .burger__nav__btn.active .burger__nav__btn__border:nth-of-type(2) {
    opacity: 0;
  }
  .burger__nav__btn.active .burger__nav__btn__border:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
  .breadcrumbs {
    display: none;
  }
  /* page-xxxx.php トップタイトル＆画像 */
  .common__top {
    display: block;
    margin-top: 53px;
  }
  .common__top__border {
    border-bottom: solid 1px #d0d0d0;
    margin: 10px auto;
    width: 90%;
  }
  .common__ttl__wrapper {
    position: static;
    width: 100%;
    margin: 20px 0;
  }
  .common__ttl {
    position: static;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0 auto;
    font-size: 1.8rem;
  }
  .common__ttl__en {
    font-size: 1.3rem;
  }
  .common__top_img__wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .common__top__img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .common__sec__ttl {
    font-size: 2rem;
  }
  .common__desc {
    width: 80%;
    padding: 0 0 0 10px;
  }
  /* footer.php SPナビメニュー */
  .footer {
    height: auto;
    position: static;
    /* bottom: 0;  */
    width: 100%;
    background-color: #000000;
    color: #ffffff;
  }
  .footer__inner {
    display: none;
  }
  .sp__footer__nav {
    display: block;
    padding: 20px 20px 0;
    font-size: 1.3rem;
    line-height: 2.1;
  }
  .sp__footer__nav__list__item__link {
    text-decoration: none;
    color: #ffffff;
  }
  .sp__footer__nav__list__item__link:hover {
    color: #96ccf3;
  }
  .footer__copyright {
    padding: 15px 0;
  }
}
