@charset "UTF-8";
/*//////////////////////////////////////////////////
*
*	設備仕様
*
//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
html {
  background: url("../../images/common/bg-texture.jpg") top left/100% auto repeat;
}

.box {
  margin-bottom: 8rem;
}

.p-attent {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .p-attent {
    font-size: 1.1rem;
  }
}
.mv {
  position: relative;
  z-index: 1;
  margin-bottom: 6rem;
}
.mv .page__ttl {
  position: absolute;
  z-index: 1;
  bottom: 8%;
  left: 0;
  width: 100%;
  font-size: 4.8rem;
  color: #fff;
}
.mv .page__ttl::after {
  content: none;
}
.mv .page__ttl .main {
  line-height: 1;
  margin-bottom: 8px;
  font-size: 1em;
}
.mv .page__ttl .sub {
  line-height: 1;
  font-weight: 500;
  font-size: 0.24em;
}
.mv .page__ttl .wrap {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  background: rgba(0, 0, 0, 0.28);
}

@media screen and (min-width: 768px) {
  .mv {
    margin-bottom: 11rem;
  }
  .mv .page__ttl {
    bottom: 8.2rem;
    font-size: 7.8rem;
  }
  .mv .page__ttl .main {
    margin-bottom: 12px;
  }
  .mv .page__ttl .wrap {
    padding: 1rem 2.4rem;
  }
}
.switch__tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: transparent;
}
.switch__tab .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  aspect-ratio: 170/55;
  padding: 0 1rem;
  color: #A68546;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #A68546;
}
.switch__tab .item::before, .switch__tab .item::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
}
.switch__tab .item::after {
  border-bottom: 1px solid #A68546;
  border-right: 1px solid #A68546;
  transform: rotate(45deg) skew(-10deg, -10deg);
}
.switch__tab .item.active {
  color: #fff;
  background: #A68546;
}

.bottom_tab .item::after {
  transform: rotate(-135deg) skew(-10deg, -10deg);
}

@media screen and (min-width: 768px) {
  .switch__tab {
    max-width: 1100px;
    margin: 0 auto 8rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
  .switch__tab .item {
    aspect-ratio: 265/61;
    padding: 0 1.5rem;
    font-size: 1.5rem;
    transition: all 0.3s;
  }
  .switch__tab .item::before, .switch__tab .item::after {
    width: 1rem;
    height: 1rem;
  }
  .switch__tab .item:hover {
    color: #fff;
    background: #A68546;
  }
}
.q-cont__navi {
  margin-bottom: 4.5rem;
  padding: 2.5rem;
  background: #fff;
}
.q-cont__navi .q-cont__navi_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 1.8rem 0;
}
.q-cont__navi .q-cont__navi_inner .item {
  cursor: pointer;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  gap: 0.3rem;
  font-size: 1.4rem;
  border-left: 1px solid #C6C6C6;
}
.q-cont__navi .q-cont__navi_inner .item:nth-child(even) {
  border-right: 1px solid #C6C6C6;
}
.q-cont__navi .q-cont__navi_inner .item .name {
  flex: 0 0 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
}
.q-cont__navi .q-cont__navi_inner .item .name .en {
  font-size: 0.714em;
}
.q-cont__navi .q-cont__navi_inner .item::after {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
  transform: rotate(45deg) skew(-10deg, -10deg);
}
.q-cont__navi .q-cont__navi_inner .item.active {
  color: #A68546;
}
.q-cont__navi .q-cont__navi_inner .item.active::after {
  border-bottom: 1px solid #A68546;
  border-right: 1px solid #A68546;
}

@media screen and (max-width: 768px) {
  .c-strage .q-cont__navi_inner .item:last-child {
    grid-column: 1/3;
    width: 50%;
    margin: 0 auto;
    border-right: 1px solid #C6C6C6;
  }
}
.quality__cont {
  display: none;
}
.quality__cont.active {
  display: block;
}

.q-cont__wrap {
  margin-bottom: 6rem;
}
.q-cont__wrap .q-cont__title {
  margin-bottom: 2.4rem;
  text-align: center;
  line-height: 1.5;
  font-size: 2.2rem;
}
.q-cont__wrap .q-cont__title .en {
  font-size: 0.56em;
  color: #A68546;
}
.q-cont__wrap .q-cont__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
.q-cont__wrap .q-cont__items .img {
  margin-bottom: 1.2rem;
}
.q-cont__wrap .q-cont__items .name {
  display: flex;
  flex-flow: row wrap;
  column-gap: 0.5em;
  align-items: center;
  margin-bottom: 0.8rem;
  text-align: left;
  font-size: 1.4rem;
  color: #A68546;
}
.q-cont__wrap .q-cont__items .name .label_type {
  display: inline-block;
  padding: 0 1em;
  font-size: 0.7em;
  color: #fff;
  background: #A68546;
}
.q-cont__wrap .q-cont__items .name.anshin::after {
  content: "";
  width: 3.6rem;
  aspect-ratio: 36/29;
  background: url("../../images/quality/icon-anshin.png") center/100% no-repeat;
}
.q-cont__wrap .q-cont__items .name.kaiteki::after {
  content: "";
  width: 3.6rem;
  aspect-ratio: 36/29;
  background: url("../../images/quality/icon-kaiteki.png") center/100% no-repeat;
}
.q-cont__wrap .q-cont__items .name.zizoku::after {
  content: "";
  width: 3.6rem;
  aspect-ratio: 36/31;
  background: url("../../images/quality/icon-zizoku.png") center/100% no-repeat;
}
.q-cont__wrap .q-cont__items .body {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}
.q-cont__wrap .q-cont__items .body.gold {
  color: #A68546;
}
.q-cont__wrap .q-cont__items .attent {
  font-size: 1.1rem;
}
.q-cont__wrap .q-cont__items .sub {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 3.5rem;
}
.q-cont__wrap .q-cont__items .sub .subitem {
  padding: 2rem;
  border: 1px solid #A68546;
}

.return_top {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  height: 5rem;
  color: #fff;
  font-size: 2rem;
  background: #A68546;
}
.return_top::before, .return_top::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
}
.return_top::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg) skew(-10deg, -10deg);
}

@media screen and (min-width: 768px) {
  .q-cont__navi {
    padding: 2.8rem;
  }
  .q-cont__navi .q-cont__navi_inner {
    grid-template-columns: repeat(4, auto);
  }
  .q-cont__navi .q-cont__navi_inner .item {
    width: min(240px, 25vw);
    gap: 0.3rem;
  }
  .q-cont__navi .q-cont__navi_inner .item:nth-child(even) {
    border-right: none;
  }
  .q-cont__navi .q-cont__navi_inner .item:last-child {
    border-right: 1px solid #C6C6C6;
  }
  .q-cont__navi .q-cont__navi_inner .item .name {
    line-height: 1;
    font-size: 1.8rem;
  }
  .q-cont__navi .q-cont__navi_inner .item .name .en {
    font-size: 0.55em;
  }
  .q-cont__wrap {
    margin-bottom: 10rem;
  }
  .q-cont__wrap .q-cont__title {
    margin-bottom: 4.8rem;
    font-size: 3rem;
  }
  .q-cont__wrap .q-cont__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 5rem;
  }
  .q-cont__wrap .q-cont__items .img {
    margin-bottom: 1.8rem;
  }
  .q-cont__wrap .q-cont__items .name {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
  .q-cont__wrap .q-cont__items .name.anshin::after, .q-cont__wrap .q-cont__items .name.kaiteki::after, .q-cont__wrap .q-cont__items .name.zizoku::after {
    width: 4rem;
  }
  .q-cont__wrap .q-cont__items .body {
    font-size: 1.3rem;
  }
  .q-cont__wrap .q-cont__items .column-1_2 {
    grid-column: 1/3;
  }
  .q-cont__wrap .q-cont__items .column-1_3 {
    grid-column: 1/4;
  }
  .q-cont__wrap .q-cont__items .column-2_3 {
    grid-column: 2/4;
  }
  .q-cont__wrap .q-cont__items .sub {
    gap: 2rem;
  }
  .q-cont__wrap .q-cont__items .sub .subitem {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
  }
  .return_top {
    height: 6.4rem;
    font-size: 2.4rem;
  }
  .return_top::before, .return_top::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
/*# sourceMappingURL=style.css.map */
