@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "";
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.customer__header {
  width: 100vw;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  height: auto;
  background-color: #000;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__inner {
    flex-direction: column;
  }
}

.header__name {
  width: 20%;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .header__name {
    display: flex;
    width: 100%;
    padding: 10px 0;
    justify-content: space-between;
  }
}

.header__nav {
  display: flex;
  flex-direction: column;
}

.nav__sub__items {
  display: flex;
  justify-content: end;
}

.header__sub__link {
  color: #fff;
  margin-right: 20px;
  font-size: 16px;
}

.header__items {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .header__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

.header__link {
  font-size: 20px;
  padding: 5px 40px;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 1100px) {
  .header__link {
    font-size: 16px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .header__link {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1440px) {
  .header__link {
    font-size: 16px;
    padding: 5px 20px;
  }
}

main {
  width: 100%;
  height: 1000px;
  background-color: gray;
}

.nav__sub__item {
  margin-right: 20px;
  font-size: 16px;
}

.header__link,
.nav__sub__item {
  color: #fff;
}

.phone-nunber {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .phone-nunber {
    font-size: 13px;
  }
}

.logo {
  width: 200px;
}

.gnavi {
  width: 100%;
  background-color: #000;
}

.gnavi__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50px 50px 50px;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.gnavi__item{
  border: 1px solid #fff;
  text-align: center;
  padding: 5px 10px;
}

.gnavi__item:nth-child(2n+1) {
  border-right: 1px solid #fff;
}

.gnavi__item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.gnavi__item a {
  color: #fff;
  font-size: 20px;
}

.gnavi__sub__items {
  padding: 20px 0 20px;
  display: flex;
  justify-content: center;
}

.gnavi__sub__item a {
  color: #fff;
  font-size: 13px;
  padding: 0 5px;
}

.customer__footer {
  width: 100%;
  background-color: #000;
}

.footer__inner {
  display: flex;
  align-items: end;
  padding: 50px 50px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 15px;
  }
}

.footer__logo {
  width: 60%;
  height: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 100%;
    max-width: 450px;
  }
}

.logo__img {
  display: inline-block;
  height: inherit;
  width: 100%;
}

.footer__adress {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-top: 20px;
}

.tel {
  color: #fff;
  text-align: center;
}

.footer__item {
  width: 50%;
  justify-items: end;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__item {
    width: 90%;
    justify-content: center;
  }
}

.footer__buttons {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer__buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.button {
  color: #fff;
  width: 200px;
  border: 0.5px solid #fff;
  border-radius: 3px;
  padding: 20px 30px;
  margin-right: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .button {
    margin-top: 10px;
  }
}

.footer__sub__item {
  color: #fff;
  padding: 30px 20px 5px;
}
@media screen and (max-width: 768px) {
  .footer__sub__item {
    padding: 10px 10px;
  }
}

.item__button {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .item__button {
    font-size: 14px;
  }
}

.footer__sub {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer__sub {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}