@charset "UTF-8";
/*======================
/*設定項目
/*====================*/
#gnav a {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* ----------------------------------------------
default
------------------------------------------------- */
body {
  color: #3E3E3E;
  font-size: 14px;
  line-height: 1.4;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
}

a {
  color: #E01312;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

strong {
  color: #df1312;
  font-size: 18px;
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
#header h1 {
  flex: 1;
  padding: 3px 30px 0 10px;
  color: #e01413;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
#header .logo {
  padding-top: 13px;
  width: 415px;
}
#header .tel {
  flex: 1;
  padding: 10px 10px 0 30px;
  text-align: right;
}
#header .tel:has(.tx) {
  text-align: center;
}
#header .tel:has(.tx) a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#header .tel:has(.tx) a .tx {
  flex: 1;
  text-align: start;
  color: #3E3E3E;
  font-size: 24px;
}
#header .tel:has(.tx) a .tx .small {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 5px;
  font-size: 12px;
}
@media (max-width: 999px) {
  #header h1 {
    display: none;
  }
  #header .logo {
    padding-left: 10px;
  }
  #header .tel:has(.tx) a .tx {
    font-size: 20px;
  }
  #header .tel:has(.tx) a .tx .small {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #header .top {
    align-items: center;
    height: 60px;
    padding-right: 60px;
    margin-bottom: 0;
  }
  #header .logo {
    width: auto;
    padding-top: 0;
  }
  #header .tel {
    display: none;
  }
}

#gnav {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#gnav ul {
  display: flex;
  justify-content: space-between;
}
#gnav li {
  flex: 1 0 auto;
  text-align: center;
}
#gnav a {
  position: relative;
  display: inline-block;
  height: 81px;
  color: #767777;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.5s ease-out;
}
#gnav a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  width: 60px;
  height: 4px;
  margin: 0 auto;
  background: #E21412;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
#gnav img {
  display: inline-block;
  margin-top: 10px;
}
#gnav li.current a,
#gnav a:hover {
  color: #3E3E3E;
}
#gnav li.current a::after,
#gnav a:hover::after {
  opacity: 1;
}
@media (max-width: 767px) {
  #gnav ul {
    flex-direction: column;
  }
  #gnav a {
    line-height: 1.6;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background: #3e3e3e;
}
#footer .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50px;
  padding-bottom: 40px;
  color: #fff;
}
#footer .info {
  width: 44.8%;
}
#footer .logo {
  margin-bottom: 25px;
}
#footer .tel {
  margin-bottom: 25px;
}
#footer .tel:has(.tx) a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer .tel:has(.tx) a .tx {
  flex: 1;
  color: #fff;
  font-size: 24px;
}
#footer .tel:has(.tx) a .tx .small {
  display: block;
  font-size: 12px;
}
#footer .map iframe {
  width: 100%;
  height: 286px;
}
@media (max-width: 999px) {
  #footer .tel:has(.tx) a .tx {
    font-size: 20px;
  }
  #footer .tel:has(.tx) a .tx .small {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #footer .info {
    width: 100%;
  }
  #footer .map iframe {
    height: 150px;
  }
  #footer .tel:has(.tx) {
    font-size: 18px;
  }
}

#fnav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  line-height: 2.4;
}
#fnav > ul {
  margin-right: 3em;
}
#fnav > ul ul li {
  padding-left: 1em;
}
#fnav > ul ul li::before {
  content: "- ";
}
#fnav a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
@media (max-width: 767px) {
  #fnav {
    display: none;
  }
}

#copyright {
  padding: 10px;
  background: #fff;
  font-size: 12px;
  line-height: 2;
  text-align: center;
}/*# sourceMappingURL=style.css.map */