@charset "UTF-8";
/* main.css
----------------------------------------------------------------- */
@layer components {
  /* ボタン関連 */
  .btnSquare, .btnSquare--sizeSmall, .btnSquare--lsSmall {
    text-align: center;
    display: inline-block;
    max-width: clamp(82px, 16.5364583333vw, 127px);
    width: 100%;
    background: var(--primary-color);
    font-size: clamp(11px, 2.0833333333vw, 16px);
    line-height: 1.625;
    letter-spacing: 0.2em;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    padding-block: 5.5px;
  }
  @media screen and (max-width: 768px) {
    .btnSquare, .btnSquare--sizeSmall, .btnSquare--lsSmall {
      padding-block: 4.5px 2.5px;
    }
  }
  .btnSquare--lsSmall {
    letter-spacing: 0.1em;
  }
  .btnSquare--sizeSmall {
    max-width: clamp(82px, 12.3697916667vw, 95px);
    font-size: clamp(11px, 1.5625vw, 12px);
    letter-spacing: 0.1em;
    padding-block: 5.2px 3.2px;
  }
  /* header */
  .header__fix {
    position: relative;
    z-index: 500;
    width: 100%;
  }
  .header__container {
    width: 100%;
    margin: -1px auto 0;
    position: relative;
    z-index: 2;
  }
  .header__block {
    padding-block: 34px;
  }
  .header__navi {
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    padding: 0 0.8em;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
  }
  .header__naviList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .header__naviItem:nth-child(1) {
    max-width: 130px;
    width: 100%;
    margin: 0 auto;
  }
  .header__logo {
    width: 100%;
    position: relative;
    z-index: 4;
  }
  .header__logoLink {
    display: block;
    width: 100%;
  }
  .header__naviContList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
  }
  .header__naviContItem:nth-child(2) {
    width: 10%;
    padding: 0.1em 2% 0 0;
    max-width: 70px;
  }
  @media (max-width: 1280px) {
    .header__naviContItem:nth-child(2) {
      max-width: 50px;
      width: auto;
      padding: 0.1em 1% 0 0;
    }
  }
  .header__btnList {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
  .header__btnItem {
    padding: 0 1em;
  }
  .header__btnReserve {
    display: block;
    max-width: 201.4px;
    width: 100%;
  }
  .header__btnTel {
    display: block;
    max-width: 234.3px;
    width: 100%;
  }
  .header__naviArea.open .header__drawer {
    top: 0;
    opacity: 1;
  }
  .header__naviArea.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
  .header__drawer {
    display: block;
    position: fixed;
    background: #FFFFFF;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 3;
    opacity: 0;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .header__drawerInner {
    width: 92.3%;
    margin-inline: auto;
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.05em;
    padding-block: 111px 100px;
  }
  @media screen and (max-width: 768px) {
    .header__drawerInner {
      width: 81.3%;
      font-size: 28px;
      padding-block: 100px 100px;
    }
  }
  .header__drawerNaviItem {
    display: flex;
    flex-direction: column;
    gap: 1em;
    position: relative;
  }
  .header__drawerNaviLink, .header__drawerNaviLink--small {
    font-family: var(--en);
    color: var(--secondary-color);
    text-decoration: none;
    display: block;
    width: 100%;
    transition: all 0.2s ease-in-out;
    padding-block: 1.2rem;
  }
  @media screen and (max-width: 768px) {
    .header__drawerNaviLink, .header__drawerNaviLink--small {
      padding-block: 0.8rem;
    }
  }
  .header__drawerNaviLink > span, .header__drawerNaviLink--small > span {
    display: block;
    font-size: 0.52em;
    line-height: 1.38;
  }
  @media (min-width: 767px) {
    .header__drawerNaviLink:hover, .header__drawerNaviLink--small:hover {
      opacity: 0.6;
    }
  }
  .header__drawerNaviLink--small {
    font-size: 33px;
    padding-left: 0.2em;
  }
  @media (max-width: 768px) {
    .header__drawerNaviLink--small {
      font-size: 20px;
    }
  }
  .header__toggleBtn {
    display: block;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 30;
    position: fixed;
  }
  .header__openBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  @media screen and (max-width: 768px) {
    .header__openBtn {
      right: -4px;
    }
  }
  .header__openBtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 20px;
    height: 2px;
    background-color: #707070;
  }
  .header__openBtn span:nth-of-type(1) {
    top: 20px;
    width: 35%;
  }
  .header__openBtn span:nth-of-type(2) {
    top: 27px;
    width: 35%;
  }
  .header__openBtn span:nth-of-type(3) {
    top: 34px;
    width: 35%;
  }
  .header__openBtn.active span {
    background-color: #707070;
  }
  .header__openBtn.active span:nth-of-type(1) {
    top: 25px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
  }
  .header__openBtn.active span:nth-of-type(2) {
    width: 0;
  }
  .header__openBtn.active span:nth-of-type(3) {
    top: 37px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
  }
  .header #mask {
    display: none;
    transition: all 0.5s;
  }
  /* footer */
  .footer {
    background: var(--primary-bg);
    padding-block: 7em 1.5em;
  }
  @media screen and (max-width: 1100px) {
    .footer {
      background: #fff;
      padding-block: 0 1.5em;
    }
  }
  .footer__inner {
    max-width: 1014px;
    width: 79.22%;
    margin: 0 auto;
  }
  @media screen and (max-width: 1100px) {
    .footer__inner {
      max-width: 100%;
      width: 100%;
    }
  }
  .footer__cols {
    display: flex;
    align-items: center;
    gap: 10%;
  }
  @media screen and (max-width: 1100px) {
    .footer__cols {
      flex-direction: column;
    }
  }
  .footer__details {
    flex: 1;
  }
  @media screen and (max-width: 1100px) {
    .footer__details {
      order: 99;
      width: 82%;
      margin-inline: auto;
      padding-top: 6em;
    }
  }
  .footer__logo {
    display: block;
    max-width: clamp(130px, 30.3385416667vw, 233px);
    width: 100%;
  }
  .footer__companyName {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: var(--primary-color);
    margin-top: 1rem;
  }
  @media screen and (max-width: 768px) {
    .footer__companyName {
      margin-top: 1rem;
    }
  }
  .footer__address {
    font-size: clamp(12px, 2.6041666667vw, 20px);
    line-height: 1.33;
    letter-spacing: 0.2em;
    font-weight: 500;
    color: var(--secondary-color);
    margin-top: 2rem;
  }
  @media screen and (max-width: 768px) {
    .footer__address {
      margin-top: 1em;
    }
  }
  .footer__tel {
    display: block;
    font-size: clamp(16px, 3.6458333333vw, 28px);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: var(--secondary-color);
    margin-top: 0.5rem;
    pointer-events: none;
  }
  @media screen and (max-width: 768px) {
    .footer__tel {
      pointer-events: all;
    }
  }
  .footer__groupBox {
    display: flex;
    align-items: center;
    gap: clamp(23px, 3.8888888889vw, 42px);
    margin-top: 4em;
  }
  @media screen and (max-width: 1100px) {
    .footer__groupBox {
      margin-top: 3em;
      justify-content: center;
    }
  }
  .footer__groupLogo {
    display: block;
    width: 100%;
  }
  .footer__groupLogo.ipc {
    max-width: clamp(43px, 10.0260416667vw, 77px);
  }
  .footer__groupLogo.showgun {
    max-width: clamp(46px, 10.8072916667vw, 83px);
  }
  .footer__groupLogo.ipc-houritu {
    max-width: clamp(61px, 14.1927083333vw, 109px);
  }
  .footer__groupLogo.ipc-lounge {
    max-width: clamp(16px, 3.6458333333vw, 28px);
  }
  .footer__mailBox {
    width: 372px;
  }
  @media screen and (max-width: 1100px) {
    .footer__mailBox {
      background: var(--primary-bg);
      width: 100%;
      padding-block: 7em;
    }
  }
  .footer__mailTitle {
    text-align: center;
    font-size: clamp(43px, 10.2864583333vw, 79px);
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    color: var(--primary-color);
  }
  .footer__mailLink {
    display: block;
    text-align: center;
    width: 100%;
    background: var(--primary-color);
    font-size: clamp(15px, 3.125vw, 24px);
    line-height: 1.25;
    letter-spacing: 0.2em;
    font-weight: 500;
    color: #fff;
    padding-block: 13.5px;
  }
  @media screen and (max-width: 1100px) {
    .footer__mailLink {
      width: 54.5%;
      min-width: 206px;
      margin: 0 auto;
      padding-block: 6px;
    }
  }
  .footer__mailTel {
    text-align: center;
    font-size: clamp(30px, 6.7708333333vw, 52px);
    line-height: 1;
    font-weight: 500;
    color: var(--primary-color);
    margin-top: 0.5rem;
  }
  .footer__hours {
    text-align: center;
    font-size: clamp(12px, 2.4739583333vw, 19px);
    line-height: 1.52;
    letter-spacing: 0.2em;
    font-weight: bold;
    color: var(--primary-color);
    margin-top: 1rem;
  }
  @media screen and (max-width: 768px) {
    .footer__hours {
      margin-top: 0;
    }
  }
  .footer__copy {
    text-align: center;
    margin-top: 4em;
  }
  @media screen and (max-width: 768px) {
    .footer__copy {
      margin-top: 1.5em;
    }
  }
  .footer__copyText {
    font-size: clamp(12px, 2.734375vw, 21px);
    line-height: 1.52;
    letter-spacing: 0;
    font-weight: 500;
    color: var(--primary-color);
  }
}