@charset "utf-8";
.header.UpMove{
  animation: UpAnime 0.5s forwards;
}
.hamBtn.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.header.DownMove{
  animation: DownAnime 0.5s forwards;
}
.hamBtn.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.h__fixed {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1.25rem, 0.542rem + 1.48vw, 2.313rem);
      position: fixed;
    top: clamp(8.75rem, 6.75rem + 4.17vw, 11.75rem);
    right: 0;
  z-index: 9999;
}
.h-fixed__btn {
      display: flex;
        width: clamp(2.5rem, 1.083rem + 2.95vw, 4.625rem);
    padding-bottom: 18px;
    background-color: #FFDC48;
    border: 2px solid #FFDC48;
    column-gap: 10px;
    align-items: center;
      box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.h-fixed__btn--2 {
  background-color: #28AC00;
  border: 2px solid #28AC00;
}
.h-fixed-btn__line {
      width: 100%;
    height: 14px;
    background-color: #fff;
}
.h-fixed-btn__text {
      font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-weight: 500;
    letter-spacing: 0.2em;
  margin-top: 9px;
}
.h-fixed-btn__text--2 {
  color: #fff;
}
.h-fixed-btn__text u {
      text-decoration: none;
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    letter-spacing: 0.2em;
}
.h-fixed-btn__icon {
      width: 0;
    height: 0;
    border-style: solid;
    border-top: clamp(0.375rem, 0.232rem + 0.22vw, 0.5rem) solid transparent;
    border-bottom: clamp(0.375rem, 0.232rem + 0.22vw, 0.5rem) solid transparent;
    border-left: clamp(0.75rem, 0.536rem + 0.33vw, 0.938rem) solid #000;
    border-right: 0;
}
.h-fixed-btn__icon--2 {
  border-left: clamp(0.75rem, 0.536rem + 0.33vw, 0.938rem) solid #fff;
}
.h__fixed--sp {
  display: none;
}
  
.header {
      width: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    padding-bottom: 12px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.header__inner {
  padding-left: clamp(1.25rem, -4.179rem + 8.48vw, 6rem);
}
.header__top {
      display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__left {
      display: flex;
    align-items: center;
    column-gap: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
}
.header__logo {
    width: clamp(10rem, -0.357rem + 16.18vw, 19.063rem);
    height: auto;
    object-fit: contain;
}
.header-left__text {
      font-weight: 500;
    font-size: clamp(0.75rem, 0.464rem + 0.45vw, 1rem);
}
.header__right {
      display: flex;
    align-items: center;
}
.header__phone {
      display: flex;
    align-items: center;
    column-gap: clamp(0.625rem, 0.292rem + 0.69vw, 1.125rem);
}
.header-phone__img {
    width: clamp(0.875rem, 0.304rem + 0.89vw, 1.375rem);
    height: auto;
    object-fit: contain;
}
.header-phone__text {
      font-size: clamp(1.25rem, 0.393rem + 1.34vw, 2rem);
    font-weight: 700;
}
.header-phone__text a {
  transition: all 0.5s;
}
.header-phone__text a:hover {
  opacity: 0.5;
}
.header-right__text {
      margin-left: 8px;
    padding: 8px 12px;
    font-size: clamp(0.625rem, 0.482rem + 0.22vw, 0.75rem);
    line-height: 1.5;
    font-weight: 500;
    background-color: #F8DFE1;
}
.header__contact  {
     margin-left: clamp(0.5rem, -0.071rem + 0.89vw, 1rem);
    display: flex;
    align-items: center;
    background-color: #C7081C;
    height: clamp(3.75rem, 2.893rem + 1.34vw, 4.5rem);
    padding: 0 clamp(0.5rem, -0.5rem + 1.56vw, 1.375rem);
    column-gap: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
}
.header-contact__icon {
    width: clamp(1rem, 0.429rem + 0.89vw, 1.5rem);
    height: auto;
    object-fit: contain;
}
.header-contact__text {
      font-size: clamp(0.875rem, 0.446rem + 0.67vw, 1.25rem);
    font-weight: 600;
    color: #fff;
}
.header-contact__arrow {
        width: 0;
    height: 0;
    border-style: solid;
    border-top: clamp(0.375rem, 0.232rem + 0.22vw, 0.5rem) solid transparent;
    border-bottom: clamp(0.375rem, 0.232rem + 0.22vw, 0.5rem) solid transparent;
    border-left: clamp(0.75rem, 0.536rem + 0.33vw, 0.938rem) solid #ffffff;
    border-right: 0;
}
.header__items {
      margin-top: 22px;
    display: flex;
    justify-content: center;
  padding-right: clamp(1.25rem, -4.179rem + 8.48vw, 6rem);
}
.header__item {
  border-left: 1px solid #CECECE;
  height: clamp(1.5rem, 0.5rem + 2.08vw, 3rem);
    font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
    font-weight: 700;
    padding: 0 clamp(1.25rem, -0.417rem + 3.47vw, 3.75rem);
      display: flex;
    align-items: center;
    transition: all 0.5s;
}
.header__item:hover {
  color: #DD0000;
}
.header__item--last {
  border-right: 1px solid #CECECE;
}
.header__toggle {
  position: relative;
}
.header-toggle__item {
  cursor: pointer;
  border-left: 1px solid #CECECE;
      height: clamp(1.5rem, 0.5rem + 2.08vw, 3rem);
    display: flex;
    align-items: center;
    padding: 0 clamp(3rem, 2.5rem + 1.04vw, 3.75rem);
  padding-right: clamp(3.75rem, 2.917rem + 1.74vw, 5rem);
    transition: all 0.5s;
}
.header-toggle-item__text {
    font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
    font-weight: 700;
  transition: all 0.5s;
}
.header-toggle__item::after {
      content: '';
    width: clamp(0.5rem, 0.25rem + 0.52vw, 0.875rem);
    height: clamp(0.5rem, 0.25rem + 0.52vw, 0.875rem);
    border: 0;
    border-bottom: solid 3px #DD0000;
    border-right: solid 3px #DD0000;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 40px;
  transition: all 0.5s;
}
.header-toggle__item.rotated::after {
  transform: rotate(-135deg);
}

.header-toggle__item:hover .header-toggle-item__text {
  color: #DD0000;
}
.header-toggle__box {
  width: 100%;
      position: absolute;
    left: 0;
  top: clamp(2.5rem, 1.417rem + 2.26vw, 4.125rem);
    padding: 0 clamp(0.625rem, 0.292rem + 0.69vw, 1.125rem) clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
    background-color: #fff;
    display: none;
}
.header-toggle-box__text {
      margin-top: clamp(0.625rem, 0.292rem + 0.69vw, 1.125rem);
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 700;
    transition: all 0.5s;
}
.header-toggle-box__text:hover {
  color: #DD0000;
}

.hamBtn {
  display: none;
}
.sp-menu {
  display: none;
}


@media (max-width: 1023px) {
  .header__left {
        flex-direction: column;
    row-gap: 8px;
    align-items: flex-start;
  }
  .header-left__text {
    font-size: clamp(0.625rem, 0.249rem + 0.78vw, 0.75rem);
  }
}

@media (max-width: 767px) {
  .h__fixed {
    display: none;
  }
  .h__fixed--sp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
        position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
  }
  .f-fixed-sp__btn {
        padding-top: 5px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #C7081C;
    height: 100%;
  }
  .f-fixed-sp__btn--1 {
    border-right: 2px solid #fff;
  }
  .f-fixed-sp__btn--yellow {
    background-color: #FFDC48;
  }
  .f-fixed-sp__btn--green {
    background-color: #29AB03;
  }
  .f-fixed-sp__text {
        font-size: 12px;
    font-weight: 700;
    color: #fff;
  }
  .f-fixed-sp__text--black {
    color: #000;
  }
  .f-fixed-sp__icon1 {
        width: 18px;
    height: auto;
    object-fit: contain;
  }
  .f-fixed-sp__icon2 {
        width: 26px;
    height: auto;
    object-fit: contain;
  }
  .f-fixed-sp__icon3 {
        width: 20px;
    height: auto;
    object-fit: contain;
  }
  .f-fixed-sp__icon4 {
        width: 30px;
    height: auto;
    object-fit: contain;
  }
  .f-fixed-sp__btn--yellow {
    background-color: #FFDC48;
  }
  
  
  .header {
        padding-bottom: 0;
    height: 69px;
  }
  .header__inner {
    height: inherit;
  }
  .header__container {
    height: inherit;
  }
  .header__top {
    height: inherit;
  }
  .header__logo {
    width: 189px;
  }
  .header-left__text {
    font-size: 12px;
  }
  .header__right {
    display: none;
  }
  .header__items {
    display: none;
  }
  
  .hamBtn {
        display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    cursor: pointer;
    transition: all .7s;
    color: #fff;
    background-color: #C7081C;
    position: fixed;
    z-index: 9999;
    right: 0;
    height: 69px;
  }
  .hamBar {
        position: relative;
    width: 41px;
    height: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hamBar > div {
        position: absolute;
    right: 0;
    width: 100%;
    height: 5px;
    background: #fff;
    transition: .7s;
  }
  .hamBar>div:nth-child(1) {
    top: 0;
  }
  .hamBar>div:nth-child(2) {
    top: 50%;
  }
  .hamBar>div:nth-child(3) {
    top: 100%;
  }
  .hamBar.active>div:nth-child(1) {
    top: 10px;
    transform: rotate(-45deg);
  }
  .hamBar.active>div:nth-child(2) {
    opacity: 0;
  }
  .hamBar.active>div:nth-child(3) {
    top: 10px;
    transform: rotate(45deg);
  }
  
  .sp-menu {
    display: block;
        background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100svh;
    transition: 0.5s;
    visibility: hidden;
    padding-top: 108px;
    padding-bottom: 130px;
    overflow: scroll;
    z-index: 9995;
  }
  .sp-menu.active {
    transform: translateX(0%);
    visibility: visible;
  }
  .sp-menu__inner {
    padding: 0 40px;
  }
  .sp-menu__container {
    width: 100%;
  }
  .sp-menu__items {
    padding: 0 32px;
        display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  .sp-menu-item {
        width: 100%;
    max-width: 300px;
  }
  .sp-menu__item {
        width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 13px;
    padding-bottom: 16px;
    border-bottom: 1px solid #CECECE;
  }
  .sp-menu-item__icon {
        width: 12px;
    height: 2px;
    background-color: #C7081C;
  }
  .sp-menu-item__text {
        font-size: 18px;
    font-weight: 500;
    transition: all 0.5s;
  }
  .sp-menu__toggle {
        width: 100%;
    max-width: 300px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #CECECE;
  }
  .sp-menu-toggle__item {
        width: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
  }
  .sp-menu-toggle__item::after {
      content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-bottom: solid 3px #DD0000;
    border-right: solid 3px #DD0000;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;
    transition: all 0.5s;
  }
  .sp-menu-toggle__item.rotated::after {
    transform: rotate(-135deg);
  }
  .sp-menu-toggle-item__text {
        font-size: 18px;
    font-weight: 700;
    transition: all 0.5s;
  }
  .sp-menu-toggle__box {
        display: none;
    width: 100%;
  }
  .sp-menu-toggle-box__item {
        display: flex;
    column-gap: 13px;
    align-items: center;
    margin-top: 24px;
    transition: all 0.5s;
  }
  .sp-menu-toggle__icon {
        width: 12px;
    height: 2px;
    background-color: #C7081C;
  }
  .sp-menu-toggle__text {
        font-size: 15px;
    font-weight: 700;
    transition: all 0.5s;
  }
  .sp-menu__item:hover .sp-menu-item__text {
    color: #DD0000;
  }
  .sp-menu-toggle__item:hover .sp-menu-toggle-item__text {
    color: #DD0000;
  }
  .sp-menu-toggle-box__item:hover .sp-menu-toggle__text {
    color: #DD0000;
  }
  .sp-menu__bottom {
        max-width: 300px;
    margin: 0 auto;
    margin-top: 80px;
  }
  .sp-menu__access {
        margin-top: 18px;
    font-size: 12px;
    font-weight: 500;
  }
  .sp-menu__map {
        font-size: 10px;
    font-weight: 500;
    color: #C7081C;
    margin-top: 4px;
  }
  .sp-menu__info {
        margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
  }
  .sp-menu__info a {
    transition: all 0.5s;
  }
  .sp-menu__info a:hover {
    opacity: 0.5;
  }
}

@media (max-width: 374px) {
  .f-fixed-sp__text {
    font-size: 12px;
  }
  .header-left__text {
    font-size: 10px;
  }
  .sp-menu__inner {
    padding: 0 20px;
  }
  .sp-menu__items {
    padding: 0 clamp(1.25rem, -6.157rem + 37.04vw, 2.5rem);
  }
}