/* common */
.general-section .inner {
  max-width: 1200px;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .flex.pc-none {
    display: flex;
  }
  .flex.sp-none {
    display: none;
  }
}
.flex.reverse {
  flex-direction: row-reverse;
}

.note .fz_l {
  font-size: 150%;
}

.fz12 {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
}

.en-text {
  margin: 0 auto;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  .en-text {
    max-width: 340px;
  }
}

.block-title {
  color: #5B736E;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 35px;
  padding-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .block-title {
    font-size: 12px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}
.block-title .times {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .block-title .times {
    font-size: 2.4rem;
  }
}
.block-title::after {
  border-bottom: 1px solid rgba(91, 115, 110, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50px;
}

.tab-none {
  display: none;
}
@media screen and (max-width: 960px) {
  .tab-none {
    display: block;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb25 {
  margin-bottom: 25px;
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .mb25_sp {
    margin-bottom: 25px;
  }
}

/* common */
/* main */
.equipment-mv {
  position: relative;
}
.equipment-mv .primary-heading {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

/* main */
/* intro-section */
.intro-section {
  background: url(../images/equipment/intro_bg.jpg) no-repeat center;
  background-size: cover;
}
.intro-section .image-wrap {
  width: 40.6666666667%;
}
@media screen and (max-width: 767px) {
  .intro-section .image-wrap {
    margin: 0 auto 34px;
    width: 69.8666666667%;
  }
}
.intro-section .image-wrap figure {
  box-shadow: -15px 15px 0 #B8CECA;
}
@media screen and (max-width: 767px) {
  .intro-section .image-wrap figure {
    box-shadow: -10px 10px 0 #B8CECA;
  }
}
.intro-section .text-wrap {
  width: 49.5%;
}
@media screen and (max-width: 767px) {
  .intro-section .text-wrap {
    text-align: center;
    width: 100%;
  }
}
.intro-section .text-wrap .intro-section-lead {
  border-bottom: 1px solid rgba(62, 58, 57, 0.5);
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .intro-section .text-wrap .intro-section-lead {
    font-size: 2.4rem;
  }
}

/* intro-section */
/* cols */
.cols {
  margin: 50px auto 0;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .cols {
    margin-top: 10px;
  }
}
.cols-text {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.cols-text.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .cols-text.pc-none {
    display: flex;
  }
  .cols-text.sp-none {
    display: none;
  }
}
.cols-text-num {
  align-items: center;
  background: #5B736E;
  color: #fff;
  display: flex;
  font-size: 2rem;
  height: 25px;
  justify-content: center;
  margin-right: 10px;
  width: 25px;
}
@media screen and (max-width: 767px) {
  .cols-text-num {
    font-size: 1.6rem;
    height: 20px;
    width: 20px;
  }
}
.cols-text-title {
  color: #5B736E;
  font-size: 2rem;
  font-feature-settings: "palt";
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cols-text-title {
    font-size: 1.6rem;
  }
}
.cols-text-title_bg {
  background: #77A196;
  color: #fff;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .cols-text-title_bg {
    padding: 10px;
  }
}
.cols-text-title_border {
  border-top: 1px solid rgba(91, 115, 110, 0.5);
  border-bottom: 1px solid rgba(91, 115, 110, 0.5);
  padding: 10px;
}
.cols-text-note {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 10px 0;
}
.cols-image {
  margin-bottom: 20px;
}
.cols li {
  width: 22.5%;
}
@media screen and (max-width: 767px) {
  .cols li {
    width: 47.7611940299%;
  }
}
.cols li.col_double {
  margin-bottom: 40px;
  width: 48.3333333333%;
}
@media screen and (max-width: 767px) {
  .cols li.col_double {
    width: 100%;
  }
}
.cols li.col_double .col_double_1 {
  width: 46.5517241379%;
}
.cols.col2 li {
  width: 46.6666666667%;
}
@media screen and (max-width: 767px) {
  .cols.col2 li {
    width: 100%;
  }
}
.cols.col3 li {
  border: 1px solid rgba(62, 58, 57, 0.5);
  margin-bottom: 30px;
  padding: 40px 25px 5px;
  width: 31.6666666667%;
}
@media screen and (max-width: 767px) {
  .cols.col3 li {
    padding: 20px 20px 5px;
    width: 100%;
  }
}

/* cols */
/* wic-wrap */
.wic-wrap {
  align-items: stretch;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .wic-wrap {
    margin-bottom: 50px;
  }
  .wic-wrap .img-wrapper {
    margin-bottom: 2em;
  }
}
.wic-wrap-main {
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  .wic-wrap-main {
    width: 100%;
  }
}
.wic-wrap_1 {
  flex-direction: column;
  width: 22.6666666667%;
}
@media screen and (max-width: 767px) {
  .wic-wrap_1 {
    width: 100%;
  }
}
.wic-wrap_1 .cols-text-title {
  width: calc(100% - 35px);
}
@media screen and (max-width: 767px) {
  .wic-wrap_3 {
    width: 47.7611940299%;
  }
}

/* wic-wrap */
/* beaute-wrap */
.beaute-wrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .beaute-wrap {
    margin-bottom: 50px;
  }
}
.beaute-wrap .cols-text-title {
  width: calc(100% - 35px);
}
.beaute-wrap_1 {
  width: 100%;
}
.beaute-wrap_1 li {
  width: 30%;
}
.beaute-wrap-main {
  width: 49.6666666667%;
}
@media screen and (max-width: 767px) {
  .beaute-wrap-main {
    margin-bottom: 2em;
    width: 100%;
  }
}
.beaute-wrap_2 {
  width: 46.3333333333%;
}
@media screen and (max-width: 767px) {
  .beaute-wrap_2 {
    width: 100%;
  }
}
.beaute-wrap_2 li {
  width: 46.7625899281%;
}
@media screen and (max-width: 767px) {
  .beaute-wrap_2 li {
    width: 47.7611940299%;
  }
}

/* beaute-wrap */
/* cup-wrap */
.cup-wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cup-wrap {
    margin-bottom: 20px;
  }
}
.cup-wrap .cols-text-title {
  width: calc(100% - 35px);
}
.cup-wrap_1 {
  width: 56.1666666667%;
}
@media screen and (max-width: 767px) {
  .cup-wrap_1 {
    margin-bottom: 2em;
    width: 100%;
  }
}
.cup-wrap_1 li {
  width: 48.9614243323%;
}
.cup-wrap_2 {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .cup-wrap_2 {
    width: 100%;
  }
}
.cup-wrap_3 .text {
  width: 54.8780487805%;
}
.cup-wrap_3 .image {
  width: 39.6341463415%;
}

/* cup-wrap */
/* equipment-btns */
.btn-block {
  background: #F2EDEB;
}
.btn-block .inner {
  padding: 50px 0 45px;
}
@media screen and (max-width: 767px) {
  .btn-block .inner {
    padding: 40px 0 30px;
  }
}
.btn-block .equipment-btns {
  justify-content: center;
  margin: 0 auto;
  max-width: 840px;
}
.btn-block .equipment-btns .equipment-btn-wrap {
  width: 50%;
}
.btn-block .equipment-btns .equipment-btn-wrap:first-child {
  border-right: 1px solid #000;
}
.btn-block .equipment-btns .equipment-btn {
  padding: 20px 0;
  width: 80%;
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #999999;
  position: relative;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn-block .equipment-btns .equipment-btn {
    padding: 12px 0;
    width: 88%;
    font-size: 12px;
    letter-spacing: normal;
  }
}
.btn-block .equipment-btns .equipment-btn.equipment-btn02 {
  margin-left: auto;
}
.btn-block .equipment-btns .equipment-btn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #452F27;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .btn-block .equipment-btns .equipment-btn::after {
    border-width: 4px 0 4px 6px;
    right: 2px;
  }
}
.btn-block .equipment-btns .equipment-btn.is-active {
  background: #fff;
  border: 2px solid #DB8086;
}
@media screen and (max-width: 767px) {
  .btn-block .equipment-btns .equipment-btn.is-active {
    border-width: 1px;
  }
}
.btn-block .equipment-btns .equipment-btn.is-active::before, .btn-block .equipment-btns .equipment-btn.is-active::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 18px 10px 0 10px;
  position: absolute;
  top: auto;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .btn-block .equipment-btns .equipment-btn.is-active::before, .btn-block .equipment-btns .equipment-btn.is-active::after {
    border-width: 12px 6px 0 6px;
  }
}
.btn-block .equipment-btns .equipment-btn.is-active::after {
  border-color: #fff transparent transparent transparent;
  bottom: -16px;
}
@media screen and (max-width: 767px) {
  .btn-block .equipment-btns .equipment-btn.is-active::after {
    bottom: -10px;
  }
}
.btn-block .equipment-btns .equipment-btn.is-active::before {
  border-color: #DB8086 transparent transparent transparent;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .btn-block .equipment-btns .equipment-btn.is-active::before {
    bottom: -12px;
  }
}

/* equipment-btns */
/* equipment-title-block */
.equipment-title-block {
  background: url(../images/equipment/ttl_bg.png) no-repeat center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .equipment-title-block {
    padding: 40px 0;
  }
}
.equipment-title-block .equipment-title {
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .equipment-title-block .equipment-title {
    font-size: 2.6rem;
  }
}
.equipment-title-block .equipment-title-sub {
  margin-top: 35px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .equipment-title-block .equipment-title-sub {
    margin-top: 20px;
    font-size: 12px;
  }
}

/* equipment-title-block */
/* equipment-bathroom-block */
.equipment-bathroom-block {
  background: rgba(234, 255, 242, 0.5);
}

/* equipment-bathroom-block */
/* equipment-restroom-block */
.equipment-restroom-block .rest_1 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .equipment-restroom-block .rest_1 {
    margin-bottom: 2em;
    width: 100%;
  }
}
.equipment-restroom-block .rest_2 {
  width: 67.6666666667%;
}
@media screen and (max-width: 767px) {
  .equipment-restroom-block .rest_2 {
    width: 100%;
  }
  .equipment-restroom-block .rest_2 .ta_c_sp {
    text-align: center;
    width: 100%;
  }
}
.equipment-restroom-block .rest_3 {
  align-items: flex-start;
  width: 49.5073891626%;
}
@media screen and (max-width: 767px) {
  .equipment-restroom-block .rest_3 {
    width: 100%;
  }
}
.equipment-restroom-block .rest_4 {
  align-items: flex-start;
  width: 46.7980295567%;
}
@media screen and (max-width: 767px) {
  .equipment-restroom-block .rest_4 {
    width: 100%;
  }
}
.equipment-restroom-block .rest_5 {
  width: 44.776119403%;
}
@media screen and (max-width: 767px) {
  .equipment-restroom-block .rest_5 {
    width: 47.7611940299%;
  }
}
@media screen and (max-width: 767px) {
  .equipment-restroom-block .rest_6 {
    width: 47.7611940299%;
  }
  .equipment-restroom-block .rest_6 .img-wrapper {
    margin-bottom: 1em;
  }
}
.equipment-restroom-block .rest_7 {
  width: 47.3684210526%;
}
@media screen and (max-width: 767px) {
  .equipment-restroom-block .rest_7 {
    width: 100%;
  }
}
.equipment-restroom-block .rest_8 {
  width: 44.776119403%;
}
@media screen and (max-width: 767px) {
  .equipment-restroom-block .rest_8 {
    width: 100%;
  }
  .equipment-restroom-block .rest_8 .img-wrapper {
    margin: 0 auto;
    width: 90%;
  }
}

/* equipment-restroom-block */
/* comfort_1 */
@media screen and (max-width: 767px) {
  .comfort-wrap .cols li:not(:last-child) {
    margin-bottom: 25px;
  }
}
.comfort-wrap .cols li .flex .cols-text-note {
  margin: 0;
}

.comfort_1 {
  align-items: center;
  margin-top: 20px;
}
.comfort_1 .fz12 {
  width: 41.0714285714%;
}
@media screen and (max-width: 767px) {
  .comfort_1 .fz12 {
    width: 100%;
  }
}
.comfort_1 .image {
  width: 56.6071428571%;
}
@media screen and (max-width: 767px) {
  .comfort_1 .image {
    margin: 0 auto;
    width: 70%;
  }
}
.comfort_2 {
  margin-top: 20px;
}
.comfort_2 .cols-text-note {
  width: 58.0357142857%;
}
.comfort_2 .image {
  width: 35.7142857143%;
}
.comfort_3 {
  margin-top: 20px;
}
.comfort_3 .cols-text-note {
  width: 50.5357142857%;
}
@media screen and (max-width: 767px) {
  .comfort_3 .cols-text-note {
    width: 71.6417910448%;
  }
}
.comfort_3 .image {
  width: 46.7857142857%;
}
@media screen and (max-width: 767px) {
  .comfort_3 .image {
    width: 21.7910447761%;
  }
}

/* comfort_1 */
/* scroll */
@keyframes scrollIcon {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .security-wrap {
    overflow-x: scroll;
    margin-left: 1.5%;
    margin-bottom: 5%;
    position: relative;
  }
  .security-wrap img {
    width: 200%;
  }
  .security-scroll {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50% !important;
  }
  .security-scroll01 {
    opacity: 0;
    visibility: visible !important;
    transition: 0.8s;
  }
  .security-scroll02 {
    opacity: 0;
    visibility: visible !important;
    transition: 0.8s;
  }
  .security-scroll01.wow-finished {
    opacity: 1;
    animation: scrollIcon 1.6s 0.8s forwards 2;
  }
  .security-scroll02.wow-finished {
    opacity: 1;
    animation: scrollIcon 1.6s 0.8s forwards 2;
  }
}
/* scroll */
.mincho, .block-title, .cols-text-num, .cols-text-title {
  font-family: serif;
}/*# sourceMappingURL=equipment.css.map */