@charset "UTF-8";
/*****************************
sunbeam
*****************************/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
:root {
  --wht-color: #FFF;
  --blk-color: #000;
  --ylw-color: #F9E473;
}
@media (min-width: 751px) {
  /* 電話番号リンクをスマホのみ有効にする */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ------------------------ */
/* Header */
header {
  background: url("../image/header_bg.jpg")center / cover no-repeat;
  color: var(--wht-color);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 61px 0;
  position: relative;
  z-index: 2;
}
header .header_logo {
  max-width: 130px;
  width: 100%;
  position: absolute;
  top: 18px;
  left: 3%;
}
header .header_logo img {
  width: 100%;
}
header .inner {
  max-width: 280px;
  width: 90%;
}
header .ttl_box {
  position: relative;
}
header .icon_josetsuki {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 35px;
}
header .header_main-ttl {
  font-size: 19px;
  line-height: 36px;
  letter-spacing: 2px;
  font-weight: 700;
}
header .header_main-ttl .bdr {
  display: inline-block;
  border-bottom: 1px solid var(--wht-color);
}
header h1 {
  font-size: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/* ------------------------ */
/* Nav */
nav {
  color: var(--blk-color);
  padding: 40px 0 50px;
}
nav .inner {
  width: 90%;
  margin: 0 auto;
}
nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 !important;
}
nav li {
  background: var(--ylw-color);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
nav li:hover {
  opacity: 0.7;
}
nav li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  background: url("../image/icon_arw.svg")center / 100% no-repeat;
  width: 13px;
  height: 13px;
}
nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--blk-color);
}
nav li a:active, nav li a:hover {
  color: var(--blk-color);
  text-decoration: none;
}
nav li a:focus {
  outline: none;
}
nav .nav_main-list {
  flex-wrap: wrap;
  width: 100%;
}
nav .nav_item {
  font-weight: 600;
}
nav .nav_main-list .nav_item {
  max-width: 185px;
  width: 100%;
  font-size: 15px;
  line-height: 24px;
  min-height: 50px;
}
nav .nav_sub-list {
  width: 100%;
  max-width: max-content;
  margin: 16px auto 0;
  display: flex;
  justify-content: flex-start;
}
nav .nav_sub-list .nav_item {
  width: calc(100% / 2 - 3px);
  font-size: 13px;
  line-height: 16px;
  min-height: 42px;
  margin: 0 3px 8px 0;
}
/* ------------------------ */
/* Footer */
footer {
  padding: 20px 0 13px;
}
footer .inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
footer .lft_box {
  width: 100%;
  margin: 0 0 15px;
}
footer .footer_logo {
  line-height: normal;
  max-width: 175px;
  width: 100%;
}
footer .rgt_box h3 {
  font-size: 15px;
  line-height: 26px;
  margin: 0 0 2rem;
  font-weight: 600;
}
footer .rgt_box p {
  font-size: 13px;
  line-height: 24px;
  margin: 0;
}
footer .rgt_box p.address2 {
  margin: 20px 0 0;
}
footer .rgt_box .telephone {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 24px;
  margin-top: 5px;
}
footer .rgt_box .telephone .index {
  max-width: max-content;
  width: auto;
  font-weight: normal;
}
footer .rgt_box .telephone .num {
  flex: 1;
}
footer .rgt_box .icon {
  display: inline-block;
  max-width: 11px;
  width: 100%;
  line-height: 25px;
  position: relative;
  top: 0;
  margin-right: 5px;
}
footer .rgt_box .icon_tel {
  margin-right: 8px;
}
footer .rgt_box .icon_map {
  margin-left: 5px;
}
footer .rgt_box .icon.icon_fax {
  max-width: 14px !important;
}
footer .copyright {
  padding-top: 13px;
}
footer .copyright p {
  font-size: 12px;
}
footer a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: var(--blk-color);
  display: inline-block;
  transition: all 0.3s;
  line-height: 24px;
}
footer a:hover {
  opacity: 0.7;
}
/* ------------------------ */
/* Top Page */
.top-page ol, .top-page ul {
  list-style: none;
  padding: 0;
}
.top-page .container {
  padding: 0 0 44px;
  color: var(--blk-color);
}
.top-page .container .inner {
  width: 90%;
  margin: 0 auto;
}
.top-page .container h2 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}
.top-page .container .container_list {
  border: 1px solid var(--blk-color);
  border-left: none;
  border-right: none;
  padding: 30px 0;
  margin-top: 40px;
}
.top-page .container .container_item:not(:last-of-type) {
  margin-bottom: 28px;
}
.top-page .container .container_item h3 {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px;
}
.top-page .container .container_item p {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
}
.top-page .container .container_item p .index {
  display: block;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  /* ------------------------ */
  /* Header */
  header {
    padding: 139px 0;
  }
  header .header_logo {
    max-width: 262px;
    top: 2%;
    left: 3%;
  }
  header .header_logo a {
    display: block;
  }
  header .inner {
    max-width: 590px;
  }
  header .icon_josetsuki {
    max-width: 67px;
  }
  header .header_main-ttl {
    font-size: 32px;
    line-height: 64px;
    letter-spacing: 7.68px;
  }
  /* ------------------------ */
  /* Nav */
  nav {
    padding: 75px 0 90px;
  }
  nav .inner {
    width: 95%;
  }
  nav li::before {
    width: 15px;
    height: 15px;
    right: 7%;
  }
  nav .nav_main-list .nav_item {
    max-width: 203px;
    font-size: 17px;
    min-height: 67px;
  }
  nav .nav_sub-list {
    max-width: 1200px;
    margin: 24px auto 0;
    justify-content: space-between;
  }
  nav .nav_sub-list .nav_item {
    width: calc(100% / 5 - 6px);
    font-size: 13px;
    line-height: 17px;
    min-height: 63px;
    margin: 0;
  }
  /* ------------------------ */
  /* Footer */
  footer .inner {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    max-width: 1200px;
  }
  footer .lft_box {
    width: 40%;
  }
  footer .rgt_box {
    max-width: max-content;
    margin-left: 10%;
    flex: 1;
    letter-spacing: 1.96px;
  }
  footer .footer_logo {
    max-width: 290px;
  }
  footer .rgt_box .space {
    margin-left: 111px;
  }
  /* ------------------------ */
  /* Top Page */
  .top-page .container {
    padding: 0 0 115px;
  }
  .top-page .container .container_list {
    padding: 30px 0;
    margin-top: 71px;
  }
  .top-page .container .container_item {
    display: flex;
    justify-content: space-between;
  }
  .top-page .container .container_item:not(:last-of-type) {
    margin-bottom: 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid #000;
  }
  .top-page .container .container_item h3 {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
    max-width: 230px;
    width: 40%;
  }
  .top-page .container .container_item p {
    font-size: 14px;
    line-height: 24px;
    flex: 1;
    margin-left: 5%;
  }
  .top-page .container .container_item p .index {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  /* ------------------------ */
  /* Nav */
  nav li::before {
    width: 20px;
    height: 20px;
    right: 8%;
  }
  nav .nav_main-list .nav_item {
    max-width: 243px;
    font-size: 22px;
    line-height: 27px;
  }
  nav .nav_sub-list .nav_item {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {}
@media screen and (max-width: 767px) {
  .row {
    padding: 0 5% !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {}
@media print {}