@charset "UTF-8";
#wrap{
    overflow: hidden;
}
img{
    width: 100%;
    height: auto;
}


.tab-group li{
    position: relative;
    width: 32.5%;
}

/* subhead */
.subhead{
    height: 100vw;
    max-height:400px;
    background: url(../img/pricelist/subhead.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.subhead_ttl {
    display: flex;
    /* margin: 90px 0 0; */
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 110px;
    text-align: center;
}
.subhead_ttl_ja {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
}
/*重複する基本設定*/
.w-content{
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width:1240px){
  .w-content{
    padding: 0 20px;
  }
}
.content_p{
  line-height: 2;
  letter-spacing: 0.1em;
}

/*プレイスリスト1*/
.pricelist_1{
  padding: 100px 0;
  text-align: center;
  background-color: #fff;
}
.pricelist_1 h3{
  font-size: 27px;
  font-weight: bold;
  color: #000;
}
.pricelist_1 h3 .span1{
  font-size: 50px;
}
.pricelist_1 h3 .span2{
  font-size: 24px;
}
.pricelist_1 .price{
  margin-top: 23px;
  margin-bottom: 57px;
  color: #0e7ed0;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.pricelist_1 .price::before{
  position: absolute;
  bottom: -23px;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.phone-br{
  display: none;
}
@media (max-width:600px){
  .phone-br{
    display: inline;
  }
}
/*プレイスリスト2*/
.pricelist_2{
  padding: 100px 0;
  background-color: #e1f2fd;
  text-align: left;
}
.pricelist_2 .w-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:1000px){
  .pricelist_2 .w-content{
    flex-direction: column;
    gap: 60px;
  }
}
/*プレイスリスト2 コンテンツ*/
.pricelist_2_content{
  width: 52.583%;
}
.pricelist_2 h3{
  font-size: 27px;
  font-weight: bold;
  color: #000;
  position: relative;
  margin-bottom: 51px;
}
.pricelist_2 h3::before{
  position: absolute;
  bottom: -20px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
}
/*プレイスリスト2 白い箱*/
.whitebox{
  background-color: #fff;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #000;
  width: 67.373%;
  margin: 40px auto 0;
}
.whitebox .sonohoka{
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.whitebox ul{
  padding: 34px 0 38px;
  margin: 0 auto;
  text-align: left;
  max-width: 60%;
}
.whitebox .nadonado{
  font-size: 16px;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  right: 36px;
}
.pricelist_2_content .sodan{
  font-size: 22px;
  font-weight: bold;
  margin-top: 50px;
  color: #000;
}
@media (max-width:600px){
  .whitebox{
    width: 90%;
  }
  .pricelist_2_content .sodan{
    font-size: 20px;
  }
}
/*プレイスリスト2 画像エリア*/
.pricelist_2_img{
  display: flex;
  justify-content: space-around;
  gap: 0;
  width: 46%;
}
.pricelist_2_img figure{
  max-width: 247px;
}
.pricelist_2 figcaption{
  font-size: 12px;
  text-align: center;
  margin-top: 2px;
}
@media (max-width:1000px){
  .pricelist_2_content,
  .pricelist_2_img{
    width: 100%;
  }
  .pricelist_2_img{
    justify-content: center;
  }
}
/*プレイスリスト3*/
.pricelist_3{
  background-color: #fff;
  text-align: center;
  padding-top: 167px;
  position: relative;
}
.pricelist_3 .w-content{
  z-index: 1;
  position: relative;
}
.pricelist_3::before{
  content: "";
  background-image: url(../img/pricelist/PRICE.png);
  width: 58vw;
  height: calc(58vw * 0.25);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
}
.price3_p{
  font-weight: bold; 
  position: relative;
  margin-bottom: 63px;
}
.cardlist{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 42px;
  margin-bottom: 120px;
}

.price-card{
  background-color: #fff;
  font-weight: bold;
  box-shadow: 0 7px 54px rgba(135, 135, 135, 0.14);
}
.card-title{
  background-color: #0b9371;
  color: #fff;
  padding: 27px 0;
  font-size: 22px;
  font-weight: bold;
}
.card-content{
  padding: 23px 20px 40px;
}
.page{
  font-size: 18px;
  margin-bottom: 18px;
}
.page span{
  font-size: 24px;
}
.time{
  position: relative;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 34px;
  line-height: 1;
}
.time .time0{
  position: relative;
  padding-left: 28px;
}
.time .time0::before{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0b9371;
}
.time .time1{
  font-size: 24px;
}
.time .time2{
  font-size: 18px;
}
.yen-div{
  height: 73px;
  margin-bottom: 26px;
}
.yen{
  font-size: 20px;
}
.yen span{
  font-size: 40px;
}
.cardbox{
  padding-top: 20px;
  min-height: 178px;
  background-color: #f0faf8;
  text-align: left;
  margin-bottom: 20px;
}
.card-inner{
  width: 70%;
  margin: 0 auto;
}
.cardbox-title{
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1;
}
.cardbox ul{
  font-weight: 500;
}
/*青カード*/
.price-card.blue .card-title{
  background-color: #1f9bad;
}
.price-card.blue .time .time0::before{
  background-color: #1f9bad;
}
.price-card.blue .cardbox{
  background-color: #f0fafa;
}

/*オレンジカード*/
.price-card.orange .card-title{
  background-color: #ee9a3a;
}
.price-card.orange .time .time0::before{
  background-color: #ee9a3a;
}
.price-card.orange .cardbox{
  background-color: #faf4f0;
}

/*ピンクカード*/
.price-card.pink .card-title{
  background-color: #f87171;
}
.price-card.pink .time .time0::before{
  background-color: #f87171;
}
.price-card.pink .cardbox{
  background-color: #faf0f2;
}

/*イエローカード*/
.price-card.yellow .card-title{
  background-color: #ebc200;
}
.price-card.yellow .time .time0::before{
  background-color: #ebc200;
}
.price-card.yellow .cardbox{
  background-color: #faf9f0;
}

/*紫カード*/
.price-card.purple .card-title{
  background-color: #b86af4;
}
.price-card.purple .time .time0::before{
  background-color: #b86af4;
}
.price-card.purple .cardbox{
  background-color: #f7f0fa;
}
.purple .card-inner{
  width: 86.024%;
}
.csr-p{
  font-size: 16px;
  line-height: 2;
}
.price-card.purple .yen{
  font-size: 25px;
  line-height: 1.3;
}
.price-card.purple .yen span{
  font-size: 16px;
}


.kochira{
  line-height: 1.6;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width:1200px){
  .card-inner{
    width: 86%;
  }
}
@media (max-width:1130px){
  .purple_br{
    display: none;
  }
}

@media (max-width:1050px){
  .cardlist{
    grid-template-columns: repeat(2, 1fr);
  }
  .card-content{
    padding-top: 16px;
  }
  .time{
    margin-bottom: 15px;
  }
  .yen-div{
    margin-bottom: 18px;
  }
  .purple_br{
    display: block;
  }
}
@media (max-width:768px){
  .pricelist_3{
    padding-top: 90px;
  }
  .cardlist{
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 80px;
  }
  .card-title{
    padding: 15px 0;
  }
  .card-content{
    padding: 15px 20px 20px;
  }
  .card-inner{
    width: 90%;
  }
  .page{
    margin-bottom: 10px;
    font-size: 16px;
  }
  .page span{
    font-size: 20px;
  }
  .time{
    margin-bottom: 10px;
  }
  .time .time2{
    font-size: 15px;
  }
  .yen-div{
    height: 55px;
    margin-bottom: 15px;
  }
  .yen span{
    font-size: 30px;
  }
  .price-card.purple .yen{
    font-size: 20px;
  }
}
@media (max-width:500px){
  .cardbox-title{
    font-size: 18px;
  }
  .kochira{
    font-size: 18px;
  }
  
}
.bottun{
  margin: 0 auto 112px;
  width: 400px;
  height: 80px;
  box-sizing: border-box;
  border: 2px solid #0e7ed0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}
.bottun:hover{
  background: #0e7ed0;
}
.bottun a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.bottun-text{
  display: block;
  flex-grow: 1;
  color: #0e7ed0;
  text-align: center;
  position: relative;
  font-size: 18px;
  width: 100%;
  transition: all 0.5s;
}
.bottun-text::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  box-sizing: border-box;
  transform: rotate(45deg);
  border-top: 2px solid #0e7ed0;
  border-right: 2px solid #0e7ed0;
  width: 11px;
  height: 11px;
  transition: all 0.5s;
}
.bottun-text:hover{
  color: #fff;
}
.bottun-text:hover::after{
  right: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (max-width:500px){
  .bottun{
    width: 85%;
    height: 64px;
  }
  .bottun-text{
    font-size: 16px;
  }
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_up.delay_1{
  transition-delay: 0.3s;
}
.fadeIn_up.delay_2{
  transition-delay: 0.6s;
}

@media all and (-ms-high-contrast: none) {
  .cardlist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price-card{
    width:31%;
    margin:0 0 3%;
  }
}