@charset "utf-8";
/* CSS Document */
/* メイン
-------------------------------------------- */
.main-frame {
  margin: 0 auto 0px auto;
  width: 100%;
  height: auto;
  position: relative;
}
.unnamed {
  position: absolute;
  left: 120px;
  top: -20px;
  margin-left: 50%;
  width: 70px;
  z-index: 100;
}
.main-wrap {
  margin: 0 auto 0px auto;
  width: 100%;
  height: auto;
}
.main-text {
  padding: 0 0px 0 0;
  margin: 20px 10px;
  font-size: 3.4rem;
  font-weight: 500;
  width: auto;
  line-height: 1.2;
}
/* scene
-------------------------------------------- */
.scene-wrap, .scene-wrap03, .scene-wrap05 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.scene-wrap {
  margin: 0px 0px 0px 20px;
}
.scene-wrap03 {
  margin: 20px 0px 0 20px;
}
.scene-wrap05 {
  margin: 20px 0px 0 20px;
}
.scene-wrap02, .scene-wrap04 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.scene-wrap02 {
  margin: 20px 0px 0 20px;
}
.scene-wrap04 {
  margin: 20px 0px 0 20px;
}
.scene-img {
  width: 48%;
  margin: 0 0px;
}
.scene-text {
  width: 40%;
  margin: 10px 10px 0 10px;
  font-size: 1.6rem;
}
.touch-title {
  background: url("../../images/touch-title.png") center center no-repeat;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  padding: 40px 20px
}
.touch-box {
  width: 43%;
  margin: 0 5px;
}
.text-with-icon {
  justify-content: center;
  display: inline-flex;
  align-items: center; /* 上下の中央揃え */
  flex-wrap: wrap;
  gap: 0px; /* テキストと画像の間の隙間 */
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
}
/* 左側の画像 */
.text-with-icon::before {
  content: "";
  display: inline-block;
  width: 20px; /* 画像の幅 */
  height: 20px; /* 画像の高さ */
  background-image: url("../../images/touch-l.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* 右側の画像 */
.text-with-icon::after {
  content: "";
  display: inline-block;
  width: 20px; /* 画像の幅 */
  height: 20px; /* 画像の高さ */
  background-image: url("../../images/touch-r.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* Event
-------------------------------------------- */
.event-position {
  margin: 50px 0 0 0;
}
.event01 {}
.event-li {
  margin: 30px 0 30px 0;
}
.event-li li {
  width: 30%;
  margin: 0;
}
.event-catch {
  display: inline-block;
  padding: 0.7rem 0;
  margin-bottom: 0.2rem;
  background-image: repeating-linear-gradient(45deg, transparent 0 3px, #f5b8af 3px 6px);
  background-repeat: no-repeat;
  background-size: 100% 20px;
  background-position: left 0 bottom 5px;
  color: #353535;
  font-weight: bold;
  font-size: 2.4rem;
}
/* flow
-------------------------------------------- */
.flow_list {
  margin: 20px 0 20px 0;
}
.flow_list li {
  width: 45%;
  margin: 0 0 20px 0;
}
/* 料金表
-------------------------------------------- */
.portrait-wrap {
  overflow: auto;
}
.portrait-tbl {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
  text-align: center;
  font-size: 1.7rem;
}
.portrait-tbl th, .portrait-tbl td {
  padding: 0.8em 1.2em;
  border: 1px solid #333;
  font-weight: 500;
  vertical-align: middle;
}
.portrait-tbl thead th {
  border-bottom: 1px solid #333;
  font-weight: 500;
  background-color: #F39091;
}
.portrait-tbl thead th span {
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 30px;
  white-space: nowrap;
}
.portrait-box {
  background: #FBD8D9;
  border-radius: 20px;
  padding: 60px 35px 40px 35px;
  position: relative;
  width: 100%;
  margin: 0 0 50px 0;
}
.ribon {
  position: absolute;
  left: -160px;
  top: -30px;
  margin-left: 50%;
  width: 320px;
}
.portrait-tbl02 {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
}
.portrait-tbl02 th, .portrait-tbl02 td {
  padding: 8px 0;
  border-bottom: 1px dashed #333;
  font-weight: 500;
  vertical-align: middle;
}
.portrait-l {
  width: 25%;
}
.portrait-r {
  width: 70%;
}
.shasen {
  background: url("../../images/shasen.png") left bottom no-repeat;
  padding: 0 0 10px 0;
}
.portrait-poji {
  position: relative;
  margin: 20px 0 0 0;
}
.soryo {
  position: absolute;
  right: -10px;
  bottom: 10px;
  width: 120px;
}
/* voice
-------------------------------------------- */
.voice-box {
  position: relative;
  background-image: url("../../images/voice-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: 390px;
  height: 480px;
  padding: 40px 15px 140px 15px;
  font-size: 1.6rem;
  margin: 30px auto 0 auto;
}
.voice-img01 {
  position: absolute;
  left: 50px;
  bottom: 0px;
  width: 180px;
}
.voice-img02 {
  position: absolute;
  right: 0px;
  bottom: 30px;
  width: 180px;
}
@media print, screen and (min-width : 768px) {
  /* メイン
-------------------------------------------- */
  .main-frame {
    margin: 0 auto 0px auto;
    width: 100%;
    height: auto;
    position: relative;
  }
  .unnamed {
    position: absolute;
    left: 280px;
    top: -5px;
    margin-left: 50%;
    width: 80px;
    z-index: 100;
  }
  .main-wrap {
    margin: 0 auto 0px auto;
    width: 100%;
    height: auto;
  }
  .main-text {
    padding: 0 0px 0 0;
    margin: 20px 60px 20px 20px;
    font-size: 4.6rem;
    font-weight: 500;
    width: 75%;
    line-height: 1.2;
  }
  /* scene
-------------------------------------------- */
  .scene-wrap, .scene-wrap03, .scene-wrap05 {
    width: 45%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
  }
  .scene-wrap {
    margin: 0px 0px 0px 0px;
  }
  .scene-wrap03 {
    margin: -80px 0px 0 0px;
  }
  .scene-wrap05 {
    margin: -60px 0px 0 0px;
  }
  .scene-wrap02, .scene-wrap04 {
    width: 45%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    text-align: center;
  }
  .scene-wrap02 {
    margin: 120px 0px 0 0;
  }
  .scene-wrap04 {
    margin: 40px 0px 0 0;
  }
  .scene-img {
    width: 100%;
    margin: 0 30px;
  }
  .scene-text {
    width: 100%;
    margin: 10px 30px 0 30px;
    font-size: 2.0rem;
    font-weight: 500;
  }
  /* Event
-------------------------------------------- */
  .event-position {
    position: relative;
  }
  .event01 {
    display: flex;
    justify-content: flex-end;
  }
  .event01 img {
    margin: 50px 0 0 0;
  }
  .event02 {
    position: absolute;
    left: 10px;
    top: -20px;
  }
  .event-catch {
    display: inline-block;
    padding: 0.7rem 0;
    margin-bottom: 0.2rem;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #f5b8af 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 20px;
    background-position: left 0 bottom 5px;
    color: #000;
    -webkit-text-stroke: 8px #fff;
    paint-order: stroke;
    font-weight: bold;
    font-size: 2.8rem;
  }
  .text-fuchi {
    color: #000;
    -webkit-text-stroke: 8px #fff;
    paint-order: stroke;
  }
  .text-with-icon {
    justify-content: center;
    display: inline-flex;
    align-items: center; /* 上下の中央揃え */
    flex-wrap: wrap;
    gap: 0px; /* テキストと画像の間の隙間 */
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 2.0rem;
    text-align: center;
    font-weight: 600;
  }
  /* 左側の画像 */
  .text-with-icon::before {
    content: "";
    display: inline-block;
    width: 30px; /* 画像の幅 */
    height: 50px; /* 画像の高さ */
    background-image: url("../../images/touch-l.png");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* 右側の画像 */
  .text-with-icon::after {
    content: "";
    display: inline-block;
    width: 30px; /* 画像の幅 */
    height: 50px; /* 画像の高さ */
    background-image: url("../../images/touch-r.png");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* flow
-------------------------------------------- */
  .flow_list {
    margin: 40px 0 0 0;
  }
  .flow_list li {
    width: 23%;
  }
  /* 料金表
-------------------------------------------- */
  .portrait-wrap {
    overflow: auto;
  }
  .portrait-tbl {
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
    text-align: center;
    font-size: 1.7rem;
  }
  .portrait-box {
    background: #FBD8D9;
    border-radius: 20px;
    padding: 60px 35px 40px 35px;
    position: relative;
    width: 48%;
  }
  .ribon {
    position: absolute;
    left: -160px;
    top: -40px;
    margin-left: 50%;
    width: 320px;
  }
  .portrait-tbl02 {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    font-size: 1.9rem;
  }
  .portrait-tbl02 th, .portrait-tbl02 td {
    padding: 8px 0;
    border-bottom: 1px dashed #333;
    font-weight: 500;
    vertical-align: middle;
  }
  .portrait-l {
    width: 25%;
  }
  .portrait-r {
    width: 70%;
  }
  .soryo {
    position: absolute;
    left: 170px;
    bottom: -30px;
    margin-left: 50%;
    width: 140px;
  }
  /* voice
-------------------------------------------- */
  .voice-box {
    position: relative;
    background-image: url("../../images/voice-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 480;
    height: 530px;
    padding: 40px 15px 40px 15px;
    font-size: 1.6rem;
    margin: 0 15px 30px 15px;
  }
  .voice-img01 {
    position: absolute;
    left: 30px;
    bottom: -20px;
    width: 240px;
  }
  .voice-img02 {
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 240px;
  }
}
@media print, screen and (min-width : 1400px) {
  /* メイン
-------------------------------------------- */
  .main-frame {
    margin: 0 auto 0px auto;
    width: 1400px;
    height: auto;
    position: relative;
  }
  .unnamed {
    position: absolute;
    left: 280px;
    top: -45px;
    margin-left: 50%;
    width: 80px;
    z-index: 100;
  }
  .main-wrap {
    margin: 0 auto 0px auto;
    width: 1400px;
    height: auto;
  }
  .main-text {
    padding: 0 0px 0 0;
    margin: 20px 30px;
    font-size: 5.8rem;
    font-weight: 500;
    width: auto;
    line-height: 1.2;
  }
  /* scene
-------------------------------------------- */
  .scene-wrap, .scene-wrap03, .scene-wrap05 {
    width: 40%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
  }
  .scene-wrap {
    margin: 0px 0px 0px 0px;
  }
  .scene-wrap03 {
    margin: -80px 0px 0 0px;
  }
  .scene-wrap05 {
    margin: -60px 0px 0 0px;
  }
  .scene-wrap02, .scene-wrap04 {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    text-align: center;
  }
  .scene-wrap02 {
    margin: 120px 0px 0 0;
  }
  .scene-wrap04 {
    margin: 40px 0px 0 0;
  }
  .scene-img {
    width: 100%;
    margin: 0 30px;
  }
  .scene-text {
    width: 100%;
    margin: 10px 10px 0 10px;
    font-size: 1.6rem;
  }
  .touch-title {
    background: url("../../images/touch-title02.png") center center no-repeat;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
    padding: 40px 20px;
    margin: 0 0 30px 0;
  }
  .touch-box {
    width: 45%;
    margin: 0 0px;
  }
  .text-with-icon {
    justify-content: center;
    display: inline-flex;
    align-items: center; /* 上下の中央揃え */
    flex-wrap: wrap;
    gap: 15px; /* テキストと画像の間の隙間 */
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
  }
  /* 左側の画像 */
  .text-with-icon::before {
    content: "";
    display: inline-block;
    width: 30px; /* 画像の幅 */
    height: 65px; /* 画像の高さ */
    background-image: url("../../images/touch-l.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* 右側の画像 */
  .text-with-icon::after {
    content: "";
    display: inline-block;
    width: 30px; /* 画像の幅 */
    height: 65px; /* 画像の高さ */
    background-image: url("../../images/touch-r.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* 料金表
-------------------------------------------- */
  .ribon {
    position: absolute;
    left: -215px;
    top: -40px;
    margin-left: 50%;
    width: 430px;
  }
  .soryo {
    position: absolute;
    left: -170px;
    bottom: 30px;
    margin-left: 50%;
    width: 180px;
  }
  /* voice
-------------------------------------------- */
  .voice-box {
    position: relative;
    background-image: url("../../images/voice-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 540px;
    height: 620px;
    padding: 60px 25px 40px 25px;
    font-size: 1.8rem;
    margin: 0 30px;
  }
  .voice-img01 {
    position: absolute;
    left: 0px;
    bottom: -40px;
    width: 380px;
  }
  .voice-img02 {
    position: absolute;
    right: 0px;
    bottom: -50px;
    width: 380px;
  }
}