@charset "euc-jp";
/* CSS Document */

/* ヘッダー */
/* .header_logo {
  padding: 16px;
  height: 56px;
  background-color: #fff;
  box-sizing: border-box;
}
.header_logo .img {
  width: 110px;
}
.header_logo .img img{
  width: 100%;
} */
.p-header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; /* Ensure header is above background images */
}
.p-header__main {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #FFFFFF; /* Assuming a white background for the header */
    height: 85px;
    margin: auto;
    padding-left: 26px;
    
}
.p-header__logo .img {
  width: 110px;
}
.p-header__logo .img img{
  width: 100%;
}


.p-header__title {
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: 800;
    font-size: 21px; /* Adjusted font size */
    line-height: 1.5em;
    color: #1A1A1A;
    margin: 0;
    padding-left: 11px;
    padding-top: 10px;
}

.p-header__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    margin-left: auto;
}

.p-header__contact-text {
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #1A1A1A;
    margin: 0 0 5px 0;
}

.p-header__contact-center {
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #1A1A1A;
    margin: 0 0 5px 0;
}

.p-header__contact-phone {
    font-family: 'Helvetica', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #DC0000;
    margin: 0;
}

.p-header__inquiry-button {
  width: 300px;
  height: 100%;
  padding: 16px 25px 24px;
  margin-left: 10px;
  background-color: #DC0000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Hiragino Kaku Gothic Pro',sans-serif;
}
.p-header__inquiry-button .small {
  font-size: 12px;
  font-weight: 300;
}


/* footer_sp----------*/
.o-footer__nav {
  background: #9f9f9f;
  padding: 20px 10px 10px;
  font-size: 12px;
}
.o-footer__nav .m-nav__item {
  display: inline-block;
  width: 49%;
  margin-right: 0;
  margin-bottom: 18px;
  position: relative;
  padding-left: 14px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.o-footer__nav .m-nav__item a {
  color: #fff;
}
.o-footer__nav .m-nav__item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.o-footer__logo {
  padding: 18px 0;
  background: #fff;
  text-align: center;
}
.o-footer__logo img {
  width: 238px;
  margin: 0 auto;
}

/* sp表示 */
.sp_show {
  display: none;
}
/* pc非表示 */
.pc_show {
  display: block;
}

/* footer_pc --------------*/
.o-footer-pc {
  background: #fff;
}

.TheFooter_footer {
  width: 100%;
  margin: 60px auto 0;
  padding: 20px 0;
  background: url(https://img.goo-net.com/common_v2/img/bg_footer_line.gif) repeat-x 0 0;
}

.TheFooter_footer__logo {
  display: block;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-align: center;
  color: #333;
  font-style: normal;
  float: none;
}

.TheFooter_footer__logo img {
  width: 230px;
  height: 19px;
  margin: 0 auto;
}

.TheFooter_footer__copyright {
  height: 26px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  background: url(https://img.goo-net.com/common_v2/img/bg_copyright.gif) repeat-x 0 0;
  line-height: 2.6;
}

.TheFooter_footerNav--utility {
  text-align: center;
  color: #333;
}

.TheFooter_footerNav--utility__item {
  display: inline-block;
  padding: 0 10px 0 10px;
  border-left: 1px solid #ccc;
  letter-spacing: 0;
  line-height: 1.2;
}

.TheFooter_footerNav--utility__item:first-child {
  border-left: none;
}

.TheFooter_footerNav--utility__item a {
  font-size: 10px;
  color: #676767;
  text-decoration: none;
}

.footer_area {
  width: 100%;
  background: #fff;
}

.TheFooter_footer {
  width: 100%;
  margin: 0 auto 0;
  padding: 20px 0;
  background: url(https://img.goo-net.com/common_v2/img/bg_footer_line.gif) repeat-x 0 0;
}

.TheFooter_footer__nav {
  background: #f1f1f1;
}

.TheFooter_footer__logo {
  display: block;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-align: center;
  color: #333;
  font-style: normal;
  float: none;
}

.TheFooter_footer__logo img {
  width: 230px;
  height: 19px;
  margin: 0 auto;
}

.TheFooter_footer__copyright {
  height: 26px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  background: url(https://img.goo-net.com/common_v2/img/bg_copyright.gif) repeat-x 0 0;
  line-height: 2.6;
}

.TheFooter_footerNav--utility {
  text-align: center;
  color: #333;
}

.TheFooter_footerNav--utility__item {
  display: inline-block;
  padding: 0 10px 0 10px;
  border-left: 1px solid #ccc;
  letter-spacing: 0;
  line-height: 1.2;
}

.TheFooter_footerNav--utility__item:first-child {
  border-left: none;
}

.TheFooter_footerNav--utility__item a {
  font-size: 10px;
  color: #676767;
  text-decoration: none;
}

@media (max-width: 959px) {
  /* sp表示 */
  .sp_show {
    display: block;
  }
  /* pc非表示 */
  .pc_show {
    display: none;
  }
  .p-header__main {
    padding: 15px 13px 15px 16px;
    height: auto;
  }
  .p-header__title {
      font-size: 14px;
      padding-left: 5px;
  }
  .p-header__contact {
      align-items: center;
  }
  .p-header__contact-center {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .p-header__contact-phone {
      font-size: 18px;
  }
}
@media (max-width: 375px) {
  .p-header__logo .img {
    width: 90px;
  }
  .p-header__title {
    font-size: 12px;
  }
}






