@charset "UTF-8";
/* =====================
	グローバル系
 ======================= */
.header {
  padding: 40px 0;
  border-bottom: 1px solid #EEEEEE;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 12px;
}

.header_logo {
  margin: 0;
}

.header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}

.header_logo a img {
  width: 228px;
}

.header_logo a span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.header_logo a:hover {
  color: #000000;
  opacity: 0.7;
}

.header_logo a:hover img {
  opacity: 1.0;
}

.header .gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .gnav_list li {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.0;
  padding: 0 24px;
  border-right: 1px solid #CBA258;
  text-align: center;
}

.header .gnav_list li:first-child {
  padding-left: 0;
}

.header .gnav_list li:last-child {
  border-right: 0;
  padding-right: 0;
}

.header .gnav_list li a {
  font-size: 16px;
  line-height: 1.4375;
  display: block;
}

.header .gnav_list li span {
  font-size: 14px;
  font-weight: 400;
}

.sidenav_title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 16px 16px;
  margin: 0;
}

.sidenav_list {
  border-top: 2px solid #CBA258;
  margin-bottom: 24px;
}

.sidenav_list > li {
  padding: 24px 16px;
  border-bottom: 1px solid #C7C7C7;
}

.sidenav_list_all {
  font-size: 18px;
}

.sidenav_list_children {
  margin-top: 8px;
}

.sidenav_list_children li {
  padding: 8px;
}

.sidenav_list_children li a:before {
  content: "-";
}

.guide_bnr li {
  margin-bottom: 16px;
}

.guide_bnr li a {
  position: relative;
  color: #ffffff;
  display: block;
}

.guide_bnr li a:hover {
  opacity: 0.7;
}

.guide_bnr li a:hover img {
  opacity: 1.0;
}

.guide_bnr li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}

.guide_bnr li a:after {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #ffffff;
  position: absolute;
  top: 4px;
  left: 4px;
}

.guide_bnr li a img {
  display: block;
}

.guide_bnr li a span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

#pagetop {
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  z-index: 100;
}

#pagetop a {
  width: 40px;
  height: 40px;
  background: url("https://kyoyaec.itembox.design/item/images/common/pagetop.svg") no-repeat center/16px, #EEEEEE;
  border-radius: 4px;
  display: block;
  margin-left: auto;
}

#pagetop a:hover {
  opacity: 0.7;
}

.footer {
  background: #EEEEEE;
  padding: 64px 0 32px;
  position: relative;
}

.footer_guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 64px;
}

.footer_guide_item {
  background: #ffffff;
  width: 375px;
  min-height: 270px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  border-radius: 4px;
}

.footer_guide_item > * {
  margin: 0 auto;
  font-size: 14px;
  width: 100%;
}

.footer_guide_item > *:last-child {
  margin-top: auto;
}

.footer_guide_title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.footer_guide_title img {
  width: 40px;
  display: block;
  margin: 0 auto 8px;
}

.footer_guide .cmn_btn {
  font-size: 14px;
}

.footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
}

.footer_nav_list li a:hover {
  color: #000000;
  opacity: 0.7;
}

.footer .copy {
  text-align: center;
  margin: 16px 0 0;
  line-height: 1.0;
}

.footer .copy small {
  font-size: 14px;
}

/* タブレット
  ------------------------ */
@media (max-width: 1200px) {
  .header_logo a span {
    display: none;
  }
  .header .gnav_list li {
    padding: 0 16px;
  }
  .sidenav {
    max-width: 260px;
  }
}

/* スマホ
  ------------------------ */
@media (max-width: 767px) {
  .header {
    padding: 12px 0;
  }
  .header_inner {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .header_logo {
    width: 143px;
  }
  .header .spnav {
    margin-left: auto;
  }
  .header .spnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .header .spnav_list li {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
  }
  .header .spnav_list li img {
    display: block;
    width: 24px;
    margin: 0 auto;
  }
  .sidenav_list {
    margin-bottom: 16px;
  }
  .sidenav_list > li {
    padding: 16px;
  }
  .sidenav_guide {
    margin-bottom: 16px;
  }
  .sidenav_guide li {
    margin-bottom: 8px;
  }
  .sidenav_guide li:last-child {
    margin-bottom: 0;
  }
  .sidenav_guide li a {
    display: block;
    border: 1px solid #CBA258;
    padding: 16px;
    font-size: 14px;
  }
  .sidenav_contact_title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
  }
  .sidenav_contact_num {
    text-align: center;
  }
  .sidenav_contact_num a {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.0;
    font-style: normal;
    color: #CBA258;
    text-decoration: underline;
  }
  .sidenav_contact_txt {
    text-align: center;
    margin: 8px 0 0;
    font-size: 14px;
  }
  .sidenav_logout {
    text-align: center;
    font-size: 14px;
    margin: 16px 0 0;
  }
  .sidenav_logout a {
    text-decoration: underline;
  }
  .sidenav .guide_bnr {
    display: none !important;
  }
  .guide_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .guide_bnr li {
    width: calc((100% - 8px) / 2);
    margin: 0;
  }
  .guide_bnr li a span {
    font-size: 15px;
  }
  #pagetop {
    position: fixed;
    right: 10px;
    left: auto;
    top: auto;
    bottom: 10px;
  }
  #pagetop a {
    width: 32px;
    height: 32px;
    background-color: rgba(238, 238, 238, 0.8);
  }
  .footer {
    padding: 40px 0 24px;
  }
  .footer_guide {
    gap: 16px;
    margin-bottom: 32px;
  }
  .footer_guide_item {
    width: 100%;
    min-height: auto;
    row-gap: 16px;
  }
  .footer_guide_title {
    font-size: 20px;
  }
  .footer_guide .cmn_btn {
    font-size: 16px;
  }
  .footer_nav_list {
    padding: 0 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 14px;
  }
  .footer .copy {
    margin-top: 40px;
  }
  .footer .copy small {
    font-size: 12px;
  }
}

/*# sourceMappingURL=map/global.css.map */
