@charset "UTF-8";
body {
  scrollbar-width: none; /* Firefox用 */
  -ms-overflow-style: none; /* IE 10+ */
}
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.header-logo a {
  display: block;
}

.gNav-link {
  text-decoration: none;
  color: #3D3D3D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .gNav-link {
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 14px;
    padding: 14px 0 14px 20px;
    border-bottom: 1px solid #fff;
    max-width: 330px;
    margin-inline: auto;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.gNav-link .ja {
  font-size: 13px;
  letter-spacing: 1.36px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .gNav-link .ja {
    font-size: 12px;
  }
}
.gNav-link .en {
  font-size: 12px;
  letter-spacing: 1.36px;
  line-height: 2;
  color: #8F8477;
}
@media (max-width: 1000px) {
  .gNav-link .en {
    color: #fff;
  }
}
.gNav-link .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
@media (max-width: 1000px) {
  .gNav-link .arrow {
    display: block;
  }
}

nav.gNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
@media (max-width: 1000px) {
  nav.gNav {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: #6F6B57;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-top: 95px;
  }
}
nav.gNav li {
  list-style: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 30px;
}
nav.gNav li:first-child {
  margin-left: 0;
}
@media (max-width: 1300px) {
  nav.gNav li {
    margin-left: 10px;
  }
}
@media (max-width: 1000px) {
  nav.gNav li {
    width: 100%;
    margin-left: 0;
  }
}
nav.gNav .gNav-brn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  nav.gNav .sp {
    display: none !important;
  }
}

.gNav-brn {
  max-width: 330px;
  margin-inline: auto;
  display: block;
}

.header-btn a {
  text-decoration: none;
}
.header-btn .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-bottom: 3px;
}
@media (max-width: 1200px) {
  .header-btn .ttl {
    margin-bottom: 1px;
  }
}
.header-btn .ttl .line {
  width: 6px;
  height: 9px;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.header-btn .ttl .line img {
  vertical-align: super;
}
.header-btn .global-btn {
  background: #859EAC;
  width: 100%;
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media (max-width: 1200px) {
  .header-btn .global-btn {
    line-height: 1;
  }
}
.header-btn .global-btn .icon {
  width: 18px;
}
.header-btn .global-btn .arrow {
  color: #fff;
  font-size: 10px;
  padding-top: 2px;
}
.header-btn .tx {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.22em;
}
@media (max-width: 1200px) {
  .header-btn .tx {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
  }
}
.header-btn .tx.fzSmall {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .header-btn .tx.fzSmall {
    font-size: 10px;
  }
}
.header-btn .tx.small {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.36px;
}
@media (max-width: 1200px) {
  .header-btn .tx.small {
    line-height: 1;
  }
}
.header-btn .tx.white {
  color: #fff;
}
.header-btn .subTx {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .header-btn .subTx {
    font-size: 10px;
  }
}

.drawer-btn {
  display: none;
  background: #F0F0E8;
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .drawer-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.drawer-btn .btn {
  width: 17px;
  height: 12px;
  position: relative;
}
.drawer-btn .bar {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #3D3D3D;
  left: 0;
}
.drawer-btn .bar:nth-child(1) {
  top: 0;
}
.drawer-btn .bar:nth-child(2) {
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drawer-btn .bar:nth-child(3) {
  top: 100%;
}

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1335px;
  margin: 0 auto;
  background: #fff;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1000px) {
  .header-nav {
    padding: 0 0 0 16px;
  }
}
@media (max-width: 767px) {
  .header-nav {
    padding: 0;
  }
}
.header-nav img {
  max-width: 100%;
}
.header-nav .header-logo {
  width: 180px;
  min-width: 180px;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .header-nav .header-logo {
    width: 113px;
    min-width: 113px;
  }
}
.header-nav .header-btn {
  width: 245px;
  min-width: 245px;
  margin-left: 60px;
}
@media (max-width: 1300px) {
  .header-nav .header-btn {
    margin-left: 14px;
  }
}
@media (max-width: 1200px) {
  .header-nav .header-btn {
    width: 175px;
    min-width: 175px;
  }
}
@media (max-width: 767px) {
  .header-nav .header-btn {
    margin-left: 3.5%;
  }
}
.header-nav nav.gNav {
  width: 100%;
}
@media (max-width: 1000px) {
  .header-nav nav.gNav {
    -webkit-transform: translate(200%);
            transform: translate(200%);
  }
}
.header-nav .drawer-btn {
  width: 65px;
  height: 65px;
  min-width: 65px;
  margin-left: 2.5%;
}

header.header {
  max-width: 1920px;
  margin-inline: auto;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #fff;
}
@media (max-width: 1000px) {
  header.header {
    height: 65px;
  }
}
header.header.header-active .drawer-btn {
  background: #6F6B57;
}
header.header.header-active .drawer-btn .bar {
  background: #fff;
}
header.header.header-active .drawer-btn .bar:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
header.header.header-active .drawer-btn .bar:nth-child(2) {
  display: none;
}
header.header.header-active .drawer-btn .bar:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
header.header.header-active nav.gNav {
  width: 100%;
}
@media (max-width: 1000px) {
  header.header.header-active nav.gNav {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.gNav-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
  background: #fff;
  display: none;
  z-index: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.gNav-sp img {
  max-width: 100%;
}
.gNav-sp .icon {
  width: 40px;
}
.gNav-sp .text {
  font-size: 10px;
  line-height: 1.4;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.gNav-sp li {
  list-style: none;
  width: calc((100% - 25px) / 6);
}
.gNav-sp li a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .gNav-sp.sp {
    display: none !important;
  }
}

.global-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .global-btn:hover {
    opacity: 0.75;
  }
}
.global-btn.common {
  max-width: 350px;
  margin: 40px auto;
  padding: 15px 0;
  border: 1px solid #859EAC;
  background: #859EAC;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.global-btn.common .tx {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.22em;
}
@media (min-width: 768px) {
  .global-btn.common:hover {
    border: 1px solid #696650;
    background: #fff !important;
  }
  .global-btn.common:hover .tx {
    color: #696650;
  }
}
@media (min-width: 768px) {
  .global-btn.hoverBrown:hover {
    background: #8F8477;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .global-btn.hoverOliveGreen:hover {
    background: #696650;
    color: #fff;
  }
}
.global-btn.hoverSkyGray {
  border: 1px solid #859EAC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .global-btn.hoverSkyGray:hover {
    background: #fff;
    color: #859EAC;
  }
}

.reserve-fix {
  display: none !important;
}