@charset "utf-8";
/* CSS Document */
.step_cardwrap {
  gap: 40px;
    width: 100%;
}


.step_cardwrap .step_card {
  background: rgba(243, 243, 243, 0.4);
  border: 1px solid #e2e2e2;
  padding: 50px clamp(20px, 5vw, 30px);
  position: relative;
  max-width: 1280px;
  width: 100%;
}

.step_cardwrap .step_card_inner {
  gap: clamp(24px, 6vw, 60px);
  align-items: center;
}

.step_cardwrap .step_card .imgbox {
  width: clamp(260px, 30vw, 420px);
}

.step_cardwrap .step_card .imgbox img {
  width: 100%;
  height: auto;
  display: block;
}

.step_cardwrap .step_card_body {
  flex: 1;
  min-width: 0;
}

.step_cardwrap .step_tag {
  display: inline-block;
  background: #2f3437;
  padding: 0 22px 5px;
  margin-bottom: 18px;
   
}

.step_cardwrap .step_tag p {
  margin: 0;
  color: #fff;
 letter-spacing: 0.1em;
    line-height: 1;
}
.step_cardwrap .step_tag span{
    font-size: 32px;
    line-height: 1;
}

.step_cardwrap .step_title {
  margin: 0 0 14px 0;
}

.step_cardwrap .step_desc {
  line-height: 2;
}

.step_cardwrap .step_arrow {
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3f3f3;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step_cardwrap .step_arrow .icon {
  transform: rotate(90deg);
}

.step_cardwrap .step_arrow .icon img {
  width: 10px;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
    .step_cardwrap .step_card_body {
    margin-right: auto;
     margin-left: auto;
        max-width: 600px;
        width: 100%;
}
    
  .step_cardwrap .step_card_inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .step_cardwrap .step_card .imgbox {
    width: 100%;
    max-width: 600px;
  }
}
.menu_spa {
    gap: 60px;
    max-width: 1280px;
        margin-right: auto;
     margin-left: auto;
}

.menu_spa_inner {
  background: #efefef;
  padding: 12px 14px 40px;
    width: 100%;
}

.menu_spa_head {
  border-top: 3px solid #3f3935;
  border-bottom: 1px solid #c8c2bc;
  text-align: center;
  padding: 18px 0 14px;
  margin-bottom: 22px;
}

.menu_spa_head h2 {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #2f2a27;
}

.menu_spa_circlewrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 4vw, 40px);
  margin-bottom: 28px;
}

.menu_spa_circle {
  position: relative;
  width: clamp(180px, 26vw, 280px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #fff;
  flex: 0 0 auto;
}

.menu_spa_circle .imgbox,
.menu_spa_circle .imgbox img {
  width: 100%;
  height: 100%;
}

.menu_spa_circle .imgbox img {
  object-fit: cover;
  display: block;
}

.menu_spa_circle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.menu_spa_circle .txtbox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 16px;
}

.menu_spa_circle .en {
  margin: 0 0 10px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.12em;
}

.menu_spa_circle .jp {
  margin: 0;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.menu_spa_circle .en,
.menu_spa_circle .jp {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.menu_spa_circle img {
  transition: 0.4s;
}

.menu_spa_circle:hover .imgbox img {
  transform: scale(1.05);
}

.menu_spa_circle .imgbox {
  overflow: hidden;
  border-radius: 50%;
}

.menu_spa_circle .imgbox img {
  border-radius: 50%;
}

.menu_spa_circlewrap .cross {
  line-height: 1;
  color: #4b4540;
  flex: 0 0 auto;
}

.menu_spa_desc {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 18px 24px;
  text-align: center;
}

.menu_spa_desc p {
  margin: 0;
  color: #2f2a27;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .menu_spa_circlewrap {
    flex-direction: column;
    gap: 18px;
  }

  .menu_spa_desc {
    padding: 16px 14px;
       text-align: left;
  }

  .menu_spa_desc p {
    line-height: 1.9;
  }
}
.cate3 .nav_grid4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.cate3 .nav_grid4 .nav_card {
    aspect-ratio: 370 / 290;
}
@media (max-width: 1080px) {
    .cate3 .nav_grid4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.default_title2 {
    font-size: clamp(20px, 3.0vw, 32px);
}
.default_title3 {
    font-size: clamp(20px, 2.8vw, 28px);
}


/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

