@charset "UTF-8";
/************************************************************
*  TOPページに読み込ませるcss
*************************************************************/
/*
#overview
料金表ページ

料金表のスタイルを定義
*/
/************************************************************
*  Global
*  汎用的な関数や変数を格納する
*************************************************************/
/************************************************************
*  Global
*  Mixinを定義
*************************************************************/
/*
#overview
カラーパレット

本サイトで使用するカラーコード一覧です。
*/
/*
#colors

@$mainWhiteBlue #f5f6fc
@$mainLightBlue #d5dffe
@$mainBlue #859be3
@$mainDarkBlue #5268b1

@$accentRed #ff4b4b

@$txtBlack #000
@$txtBlack2 #333333

@$borderGray #cccccc
*/
/************************************************************
*  Global
*  Mixinを定義
*************************************************************/
/************************************************************
*  Global
*  関数を定義
*************************************************************/
.p-price__tabs {
  margin-top: clamp(50px, 6.5vw, 65px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: clamp(3px, 1vw, 10px);
}

.p-price__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e3ecf6;
  cursor: pointer;
}

.p-price__tab.is-active {
  height: 80px;
  background-color: #4a6e9d;
}

.p-price__tab.is-active .p-price__cate {
  color: #fff;
  margin-top: 10px;
}

.p-price__cate {
  font-size: clamp(14px, 2.8vw, 28px);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #4a6e9d;
  padding-inline: clamp(5px, 1vw, 10px);
  text-align: center;
}

.p-price__ankerWrap {
  padding: clamp(16px, 2vw, 20px) clamp(12px, 1.5vw, 15px);
  border: 1px solid #4a6e9d;
  background-color: #f5f7fa;
}

.p-price__ankerList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.p-price__ankerTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebf3fe;
}

.p-price__ankerTitle-text {
  color: #4a6e9d;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding-left: 20px;
}

.p-price__ankerTitle-img {
  max-width: 232px;
}

.p-price__ankerTitle-img img {
  width: 100%;
}

.p-price__anker {
  font-size: clamp(13px, 1.5vw, 15px);
  color: #fff;
  min-height: clamp(60px, 7vw, 70px);
  padding-inline: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #88a2be;
  border-radius: 5px;
  position: relative;
  line-height: 1.3;
}

.p-price__anker:hover {
  opacity: 0.7;
}

.p-price__anker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

.p-price__opinfo {
  position: relative;
}

.p-price__opinfo::before {
  content: "";
  width: 64%;
  height: 100%;
  background-color: #f5f7fa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-price__opinfo-name {
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 700;
  color: #fff;
  margin-top: clamp(20px, 4vw, 40px);
  padding: 10px;
  text-align: center;
  background-color: #4a6e9d;
}

.p-price__opinfo-cont {
  border: 1px solid #ccd8e5;
  border-top: none;
  padding-block: clamp(13px, 1.9vw, 19px);
  padding-inline: clamp(5px, 1vw, 10px);
}

.p-price__opinfo-cont-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-price__opinfo-item {
  width: 64%;
  padding-inline: clamp(10px, 2vw, 20px);
}

.p-price__opinfo-item-name {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  color: #4a6e9d;
}

.p-price__opinfo-item-text {
  font-size: clamp(12px, 1.5vw, 15px);
  margin-top: 4px;
}

.p-price__opinfo-item-price {
  width: 36%;
  padding-inline: clamp(10px, 2vw, 20px) clamp(5px, 1vw, 10px);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.p-price__opinfo-item-info {
  font-size: clamp(12px, 2vw, 20px);
  color: #4a6e9d;
  margin-right: 20px;
}

.p-price__opinfo-item-num {
  font-size: clamp(18px, 2.6vw, 26px);
  color: #4a6e9d;
}

.p-price__opinfo-item-num span {
  font-size: clamp(14px, 2vw, 20px);
}

.p-price__opinfo-group {
  color: #fff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  padding: 8px 10px;
  text-align: center;
  background-color: #88a2be;
}

.p-price__opinfo-option {
  border: 1px solid #ccd8e5;
  border-top: none;
  padding-block: clamp(13px, 1.9vw, 19px);
  padding-inline: clamp(5px, 1vw, 10px);
}

.p-price__opinfo-option-inner:not(:first-of-type) {
  margin-top: 17px;
}

.p-price__opinfo-option-box {
  padding-block: clamp(10px, 1.2vw, 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e3ecf6;
}

.p-price__opinfo-option-box + .p-price__opinfo-option-box {
  margin-top: 10px;
}

.p-price__opinfo-option-item {
  padding-inline: clamp(10px, 2vw, 20px);
}

.p-price__opinfo-option-item-name {
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 700;
  line-height: 1.7;
}

.p-price__opinfo-option-item-text {
  font-size: clamp(12px, 1.5vw, 15px);
}

.p-price__opinfo-option-price {
  padding: clamp(10px, 2vw, 20px) 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  font-weight: 700;
  line-height: 1;
}

.p-price__opinfo-option-price-info {
  font-size: clamp(12px, 2vw, 20px);
  color: #4a6e9d;
  margin-right: 20px;
}

.p-price__opinfo-option-price-num {
  font-size: clamp(18px, 2.6vw, 26px);
  color: #4a6e9d;
}

.p-price__opinfo-option-price-num span {
  font-size: clamp(14px, 2vw, 20px);
}

.p-price__pay {
  margin-top: 100px;
}

.p-price__payIcons {
  margin-block: clamp(10px, 4vw, 40px) clamp(20px, 3vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.p-price__payIcon {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .p-price__tab {
    height: 50px;
  }
  .p-price__tab.is-active {
    height: 60px;
  }
  .p-price__ankerList {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-price__ankerTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-price__ankerTitle-text {
    padding: 20px 10px;
  }
  .p-price__ankerTitle-img {
    max-width: 100%;
  }
  .p-price__anker {
    padding-inline: 6px;
  }
  .p-price__anker::before {
    bottom: 6px;
  }
  .p-price__opinfo::before {
    width: 71%;
  }
  .p-price__opinfo-name {
    padding: 16px 10px;
  }
  .p-price__opinfo-item {
    width: 71%;
  }
  .p-price__opinfo-item-name {
    margin-bottom: 0;
  }
  .p-price__opinfo-item-text {
    line-height: 2;
  }
  .p-price__opinfo-item-price {
    width: 29%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p-price__opinfo-item-info {
    margin-right: 0;
    text-align: right;
  }
  .p-price__opinfo-item-num {
    font-size: min(18px, 4.8vw);
    line-height: 1.3;
  }
  .p-price__opinfo-group {
    padding: 11px 10px;
  }
  .p-price__opinfo-option-item {
    padding-right: 10px;
  }
  .p-price__opinfo-option-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.3;
  }
  .p-price__opinfo-option-price-info {
    margin-right: 0;
    text-align: right;
  }
  .p-price__opinfo-option-price-num {
    font-size: min(18px, 4.8vw);
  }
  .p-price__payIcons {
    gap: 18px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-price__payIcon {
    width: 33.3333333333%;
  }
}
/*# sourceMappingURL=maps/price.min.css.map */
