@charset "utf-8";
/*
Theme Name: econo;
Author: Kotaro Saito;
Theme URI: https://example.com;
Description:econoのテーマ;
version: 1.0.0;
Author: econo;
Author URI: econo; 
*/

/*common
-----------------------------------------------------------------------------------------*/

html,
body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  /* text-align: center; */
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  html {
    font-size: 14.4px;
  }
}
:root {
  /* メインカラー rgba*/
  --black: rgba(51, 51, 51, 1);
  --white: rgba(255, 255, 255, 1);
  --clear-white: rgba(255, 255, 255, 0.3);
  --gray: rgba(102, 102, 102, 1);
  --blue: rgba(20, 78, 148, 1);
  --lightblue: rgba(119, 158, 205, 1);
  --paleblue: rgba(239, 247, 255, 1);
  --clear-blue: rgba(20, 78, 148, 0.3);
  --orange: rgba(226, 90, 13, 1);
  --khaki: rgba(146, 148, 20, 1);
  --green: rgba(75, 148, 20, 1);
  --gradation: rgba(20, 78, 148, 1), rgba(119, 158, 205, 1);
  --soft-gradation: rgba(20, 78, 148, 0.7), rgba(119, 158, 205, 0.7);

  --orange-hover: rgba(226, 90, 13, 0.8);
  --is-active-all: var(--black);
  --is-active-reform: rgba(61, 121, 15, 1);
  --is-active-junk: rgba(116, 118, 15, 1);
  --is-active-snow: rgba(13, 56, 109, 1);

  --shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.15);
}
/*header
-----------------------------------------------------------------------------------------*/

/* ヘッダー */
.header {
  align-items: center;
  margin: 0 auto;
  /* max-width: 1160px; */
  height: 125px;
  padding-top: 12px;
  margin-bottom: 12px;
  color: var(--black);
}
.header-inner {
  display: flex;
  justify-content: space-between;
}
.header-titlebox {
  text-align: left;
}
.header-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 2.125rem;
}
.header-title-subtext {
  font-weight: 400;
  font-size: 0.875rem;
}
.header-title span {
  font-size: 2.625rem;
  letter-spacing: 0.05rem;
  padding-left: 0.1em;
}
.top-link {
  color: var(--blue);
}
.top-link:hover {
  color: var(--blue);
}

.header-contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  column-gap: 45px;
}
.header-contact-text {
  text-align: left;
  line-height: 1;
}
.tel {
  font-weight: 400;
  font-size: 2rem;
  display: flex;
  align-items: center;
  color: var(--orange);
}
.tel span {
  border-bottom: 2px solid transparent;
  transition: 0.6s;
  line-height: 1;
}
.header-tel-icon {
  width: 32px;
}

.tel:hover {
  color: var(--orange-hover);
  /* text-decoration: underline; */
}
.tel:hover span {
  border-bottom: 2px solid var(--orange-hover);
}
.opentime {
  font-weight: 400;
  font-style: Regular;
  font-size: 0.625rem;
}
.header-nav {
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  flex-wrap: wrap;
  column-gap: 24px;
  /* padding-top: 33px; */
}
.header-nav-list {
  margin-left: auto;
}
.header-nav-list-link {
  font-weight: 400;
  font-style: Regular;
  font-size: 1rem;
  transition: initial;
  color: var(--black);
}

.header-nav-list-sp {
  /* 1023px以上は表示しない */
  display: none;
}
.header-nav-list-link:hover {
  font-weight: 700;
  font-style: Bold;
  font-size: 1rem;
}
.header-nav-contact-button {
  color: var(--white);
  background-color: var(--orange);
  padding: 5px 30px;
  border-radius: 50px;
  border: solid 1px var(--orange);
}
.header-nav-contact-button:hover {
  border: solid 1px var(--orange);
  background-color: var(--white);
  color: var(--orange);
}

@media screen and (max-width: 767px) {
}
/* ヘッダー終わり */
/*フッター お問い合わせセクション 始まり */
.section-contact-info {
  background:
    linear-gradient(var(--soft-gradation)), url(./images/contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding-bottom: 50px;
  text-align: center;
}

.section-contact-info-item {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 2px;
}
.section-contact-info-item-inner {
  display: flex;
}
.section-contact-info-item-lead {
  display: block;
  width: 100%;
  /* font-weight: 400; */
  font-size: 1.75rem;
  padding: 30px 0;
}
.section-contact-info-itembox {
  width: 50%;
  /* font-weight: 400; */
}
.section-contact-info-itembox-text {
  padding-bottom: 13px;
}
.section-contact-info-itembox-text-tel {
  padding-top: 13px;
}
.section-contact-info-itembox-text-info {
  text-align: justify;
  width: 85%;
  margin: 0 auto;
}
.section-contact-info-itembox-tel {
  font-weight: 700;
  font-style: Bold;
  font-size: 2.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--orange);
  padding-bottom: 13px;
  position: relative;
  column-gap: 5px;
}
.footer-tel-icon {
  width: 30px;
}

.section-contact-info-itembox-opentime {
  font-size: 0.875rem;
}
.section-contact-info-closed {
  padding-left: 8px;
}
.section-contact-info-button {
  width: 80%;
  background-color: var(--orange);
  padding: 18px 20px;
  margin: 20px auto 0;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--white);
}
.mail-icon {
  width: 22px;
  height: 14px;
  color: var(--white);
}
.mail-icon img {
  height: 100%;
}
.section-contact-info-button:hover {
  background-color: var(--white);
  color: var(--orange);
}
.section-contact-info-button:hover img {
  color: var(--orange);
  filter: invert(45%) sepia(26%) saturate(3294%) hue-rotate(353deg)
    brightness(88%) contrast(101%);
}
.section-contact-info-button-tablet {
  display: none;
}
/* お問い合わせ　終わり */
/*footer
-----------------------------------------------------------------------------------------*/
.footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  padding-top: 60px;
  column-gap: 20px;
}
.footer-titlebox {
  text-align: left;
  margin-right: 50px;
}
.footer-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 2.125rem;
  margin-top: -0.3em;
  margin-bottom: 8px;
}
.footer-title-subtext {
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--black);
}
.footer-title span {
  font-size: 2.625rem;
  letter-spacing: 0.05rem;
  padding-left: 0.1em;
}
.footer-address {
  color: var(--black);
}
.footer-nav {
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  /* column-gap: 50px; */
  /* padding-top: 10px; */
  flex-grow: 1;
}
.footer-nav-list {
  margin-right: auto;
}
.footer-nav-list-link {
  font-size: 1rem;
  transition: initial;
  color: var(--blue);
  margin-right: auto;
}
.footer-nav-list-link:hover {
  font-weight: 700;
  font-style: Bold;
  font-size: 1rem;
}
.copy-right {
  width: 100%;
  padding: 35px 0 20px;
  color: var(--blue);
  text-align: right;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.copy-right a {
  color: var(--blue);
  font-size: 0.875rem;
  border-bottom: 2px solid transparent;
  transition: 0.6s;
}
.copy-right a:hover {
  color: var(--blue);
  font-size: 0.875rem;
  border-bottom: 2px solid var(--blue);
}

/*pcはドロワー表示しない */
.drawer .drawer-hamburger {
  display: none;
}
.drawer .drawer-nav {
  position: initial;
  width: 72%;
  overflow: initial;
}

.drawer .fixed {
  /* position: fixed;
  top: 0; */
}
@media screen and (max-width: 1023px) {
  .word-break-tablet {
    display: block;
  }
  /* ヘッダー */
  .header {
    height: auto;
    width: 100%;
    background-color: white;
    padding-bottom: 12px;
    margin-bottom: 0;
  }
  .header-title {
    font-size: 1.4rem;
  }
  .header-title span {
    font-size: 1.5rem;
  }
  .header-content {
    display: flex;
    flex-direction: column;
  }
  .header-contact {
    column-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
    margin: 6px 0;
    order: 6;
  }
  .header-nav-contact-button {
    display: block;
    padding: 5px 0;
    margin: 0 auto;
    text-align: center;
  }
  .header-nav {
    /* column-gap: 4px; */
    flex-direction: column;
    align-items: flex-start;
    row-gap: 25px;
    /* padding-top: 45px; */
  }
  .header-nav-list {
    margin-right: auto;
    margin-left: 0;
  }
  .header-nav-list-sp {
    display: block;
  }

  /* ドロワー */
  .drawer .drawer-hamburger-icon,
  .drawer .drawer-hamburger-icon::before,
  .drawer .drawer-hamburger-icon::after {
    background-color: var(--gray);
  }
  .drawer .drawer-nav {
    padding-top: 30px;
    padding-left: 15px;
    width: 16.25rem;
    position: fixed;
    overflow: hidden;
  }
  .drawer--right .drawer-nav {
    right: -16.25rem;
  }

  .drawer .drawer-hamburger {
    display: flex;
    top: 15px;
  }
  .drawer .drawer-nav-list-contact {
    width: 95%;
    order: 7;
  }

  /*フッター お問い合わせ セクション */
  .section-contact-info-item {
    /* flex-direction: column; */
  }
  .section-contact-info-itembox {
    width: 100%;
  }
  .section-contact-info-item-lead {
    font-size: 1.7rem;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .section-contact-info-item-lead-break {
    display: block;
  }
  .section-contact-info-itembox-text-tel {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .section-contact-info-itembox-text {
    /* padding-bottom: 4px; */
  }
  .section-contact-info-itembox-tel {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .section-contact-info-itembox-text-info {
    text-align: justify;
    width: 100%;
    margin: 0 auto;
    padding-top: 25px;
  }
  .section-contact-info-button {
    margin-top: 10px;
    width: 75%;
  }

  /* フッター */
  .footer {
    row-gap: 20px;
  }
  .footer-title {
    font-size: 1.4rem;
    margin-top: 1%;
  }

  .footer-title span {
    font-size: 1.5rem;
  }
  .footer-nav {
    width: 100%;
    column-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .word-break-sp {
    display: block;
  }
  .header {
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
  }
  .header-inner {
    justify-content: start;
  }
  .header-content {
    /* display: flex;
    flex-direction: column; */
  }
  .header-contact {
    /* flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
    margin-bottom: 0;
    order: 6; */
  }
  .header-nav {
    /* flex-direction: column;
    align-items: flex-start;
    row-gap: 20px; */
  }
  /* .header-nav-list {
    margin: 0 auto;
  } */
  .header-tel-icon {
    width: 24px;
  }
  .tel {
    font-size: 1.5rem;
  }
  .header-nav-contact-button {
    /* display: block;
    padding: 5px 0;
    margin: 0 auto; */
  }
  /* ドロワー */
  .drawer .drawer-hamburger-icon,
  .drawer .drawer-hamburger-icon::before,
  .drawer .drawer-hamburger-icon::after {
    background-color: var(--black);
  }
  .drawer .drawer-nav {
    padding-top: 30px;
    padding-left: 15px;
    width: 16.25rem;
    position: fixed;
    overflow: hidden;
    z-index: 11;
  }
  .drawer--right .drawer-nav {
    right: -16.25rem;
  }

  .drawer .drawer-hamburger {
    display: flex;
    top: 8px;
  }
  .drawer .drawer-nav-list-contact {
    width: 95%;
    order: 7;
  }

  .section-contact-info-button {
    font-size: 0.75rem;
    gap: 5px;
  }
  .mail-icon {
    width: 14px;
  }
  /* footer */
  .footer {
    padding-top: 30px;
  }
  .footer-nav {
    width: 100%;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    column-gap: 0;
    text-align: left;
  }
  .footer-nav-list {
    width: calc((100% / 2));
    padding-bottom: 10px;
  }
  .copy-right {
    padding-top: 0;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
}
/*single
-----------------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
}

/*404
-----------------------------------------------------------------------------------------*/
div.error-message {
  font-size: 150%;
}

@media screen and (max-width: 767px) {
  div.error-message {
    font-size: 120%;
  }
}
