@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500&family=Zen+Old+Mincho:wght@500;600;700;900&display=swap");
/* ブレイクポイント */
/* カラー */
/* フォント設定 */
.pc-none {
  display: none;
}
@media (max-width: 479px) {
  .pc-none {
    display: block;
  }
}

.chofu-lp_wrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Zen Old Mincho", serif;
  -webkit-font-smoothing: antialiased;
  /* Safari, Chrome */
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  color: #e8e7e3;
  letter-spacing: 0.2em;
  line-height: 1.9;
  font-weight: 500;
}

.chofu-lp_container {
  padding: 100px 0;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .chofu-lp_container {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .chofu-lp_container {
    padding: 80px 20px;
  }
}
@media (max-width: 479px) {
  .chofu-lp_container {
    padding: 50px 30px;
  }
}

h3 {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  h3 {
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 1.625rem;
    margin-bottom: 50px;
  }
}

h4 {
  font-size: 1.625rem;
}

@media (min-width: 768px) {
  p {
    font-size: 0.9rem;
    line-height: 1.6;
    letter-spacing: 0.1rem;
  }
}

/* SP用資料請求ボタン */
.sp-cta-btn {
  display: none;
}
@media (max-width: 479px) {
  .sp-cta-btn {
    display: block;
    margin-bottom: 13px;
    position: fixed;
    top: 10%;
    right: 0px;
    z-index: 99999;
    background: linear-gradient(130deg, #a88b39 0%, #89802b 75%);
    padding: 10px;
    transition: opacity 0.5s ease;
  }
  .sp-cta-btn span {
    white-space: pre;
    writing-mode: vertical-rl;
    display: inline-block;
    margin-bottom: 13px;
    width: 30px;
  }
  .sp-cta-btn::before {
    content: "";
    position: absolute;
    bottom: 15px;
    z-index: 99999;
    right: 50%;
    left: 44%;
    width: 5px;
    height: 5px;
    margin: auto;
    border-top: 1px solid #a88b39;
    border-right: 1px solid #a88b39;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  .sp-cta-btn::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #e8e7e3;
    line-height: 1;
    position: absolute;
    width: 0.8em;
    height: 0.8em;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    bottom: 10px;
    left: 36%;
  }
}

/* MV */
.chofu-lp_mv {
  position: relative;
}
.chofu-lp_mv .chofu-lp_mv-obi {
  text-align: center;
  background: url(../images/obi-pc.jpg);
  background-size: 100%;
  padding: 5px 0 10px;
}
.chofu-lp_mv .chofu-lp_mv-obi p {
  font-size: 1rem;
  display: inline;
  margin: 0 10px;
}
.chofu-lp_mv .chofu-lp_mv-obi p span {
  font-size: 1.5625rem;
  margin: 0 2px;
}
@media screen and (max-width: 479px) {
  .chofu-lp_mv .chofu-lp_mv-obi {
    background: url(../images/obi-sp.jpg);
    background-size: 100%;
  }
  .chofu-lp_mv .chofu-lp_mv-obi p {
    display: block;
    line-height: 1.6rem;
  }
}
.chofu-lp_mv .chofu-lp_mv-img {
  width: 100%;
}
.chofu-lp_mv .chofu-lp_mv-img .slick-slide img {
  width: 100% !important;
  height: auto !important;
}
.chofu-lp_mv .chofu-lp_mv-img .slick-slider {
  width: 100% !important;
}
.chofu-lp_mv h1,
.chofu-lp_mv h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.chofu-lp_mv h1 {
  font-size: 3.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 234px;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 768px) {
  .chofu-lp_mv h1 {
    font-size: 1.875rem;
    height: 153px;
    top: 55%;
  }
}
@media screen and (max-width: 479px) {
  .chofu-lp_mv h1 {
    font-size: 2.5rem;
    top: 43.5%;
    height: 200px;
  }
}
.chofu-lp_mv h2 {
  font-size: 1.125rem;
  position: absolute;
  top: 40%;
  left: 56%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .chofu-lp_mv h2 {
    font-size: 0.9375rem;
    top: 50%;
    left: 58%;
    transform: translate(-55%, -55%);
    -webkit-transform: translate(-55%, -55%);
    -ms-transform: translate(-55%, -55%);
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 479px) {
  .chofu-lp_mv h2 {
    top: 35%;
    left: 67%;
  }
}
.chofu-lp_mv ul li {
  background: linear-gradient(150deg, #d5c580 35%, #89802b 80%);
  max-width: 180px;
  max-height: 180px;
  min-width: 85px;
  min-height: 85px;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  position: absolute;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chofu-lp_mv ul li:first-child {
  top: 20%;
  right: 65%;
}
.chofu-lp_mv ul li:nth-child(2) {
  top: 44%;
  right: 75%;
}
.chofu-lp_mv ul li:nth-child(3) {
  bottom: 10%;
  right: 65%;
}
.chofu-lp_mv ul li p {
  margin: 0;
  letter-spacing: 0.1rem;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5rem;
}
.chofu-lp_mv ul li p span {
  font-size: 0.875rem;
  display: block;
}
@media screen and (max-width: 1280px) {
  .chofu-lp_mv ul li p {
    font-size: 1.125rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 1279px) {
  .chofu-lp_mv ul li p {
    font-size: 1rem;
    letter-spacing: 0rem;
    line-height: 1.4rem;
  }
  .chofu-lp_mv ul li p span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .chofu-lp_mv ul li:first-child {
    top: 25%;
    right: 65%;
  }
  .chofu-lp_mv ul li:nth-child(2) {
    top: 44%;
    right: 75%;
  }
  .chofu-lp_mv ul li:nth-child(3) {
    bottom: 10%;
    right: 65%;
  }
  .chofu-lp_mv ul li p {
    font-size: 0.875rem;
    letter-spacing: 0rem;
    line-height: 1.1rem;
  }
  .chofu-lp_mv ul li p span {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 479px) {
  .chofu-lp_mv ul {
    display: flex;
    justify-content: space-around;
    margin-top: -60px;
  }
  .chofu-lp_mv ul li {
    width: 115px;
    height: 115px;
    position: unset;
  }
  .chofu-lp_mv ul li p {
    font-size: 1.0625rem;
    line-height: 1.3rem;
  }
  .chofu-lp_mv ul li p span {
    font-size: 0.75rem;
  }
}
.chofu-lp_mv .pc-cta-btn {
  position: absolute;
  bottom: 8%;
  left: 63%;
}
.chofu-lp_mv .pc-cta-btn button {
  max-width: 545px;
  max-height: 240px;
  width: 360px;
  background: linear-gradient(#d5c580, #89802b);
  background-size: 200% 100%;
  border-radius: 50px;
  font-size: 1.375rem;
  margin-bottom: 40px;
  text-align: center;
  outline: 1px solid rgb(255, 255, 255);
  outline-offset: -7px;
  transition: 0.4s cubic-bezier(0.45, 0, 0.55, 1);
}
.chofu-lp_mv .pc-cta-btn button a {
  display: block;
  padding: 10px 30px;
}
.chofu-lp_mv .pc-cta-btn button:hover {
  box-shadow: 0px 1px 15px #d5c580;
  transform: translateY(-3px);
}
@media (max-width: 479px) {
  .chofu-lp_mv .pc-cta-btn {
    display: none;
  }
}

.chofu-lp_intro {
  background: url(../images/bg-beige.jpg);
  background-size: 100%;
}
.chofu-lp_intro .chofu-lp_container {
  padding-bottom: 0px;
}
.chofu-lp_intro .chofu-lp_intro_flex {
  display: flex;
  justify-content: center;
}
.chofu-lp_intro .chofu-lp_intro_flex img {
  width: 120px;
  margin-right: 100px;
}
.chofu-lp_intro .chofu-lp_intro_flex h3 {
  font-size: 1.875rem;
  margin-bottom: 30px;
  color: #343135;
  padding-top: 7%;
  text-align: left;
}
.chofu-lp_intro .chofu-lp_intro_flex p {
  font-size: 1rem;
  color: #343135;
  line-height: 2;
}
@media (min-width: 768px) {
  .chofu-lp_intro .chofu-lp_intro_flex img {
    margin-right: 50px;
  }
}
@media screen and (max-width: 479px) {
  .chofu-lp_intro {
    margin-top: -55px;
  }
  .chofu-lp_intro .chofu-lp_container {
    padding-bottom: 50px;
    padding-top: 120px;
  }
  .chofu-lp_intro .chofu-lp_intro_flex {
    display: block;
  }
  .chofu-lp_intro .chofu-lp_intro_flex img {
    margin: 0 auto;
    display: block;
  }
  .chofu-lp_intro .chofu-lp_intro_flex h3,
  .chofu-lp_intro .chofu-lp_intro_flex p {
    text-align: center;
  }
  .chofu-lp_intro .chofu-lp_intro_flex h3 {
    font-size: 1.4375rem;
    padding-top: 0;
  }
}

.chofu-lp_reason {
  background: url(../images/bg-purple.jpg);
  background-size: 100%;
}
.chofu-lp_reason .reason_asirai {
  display: block;
  margin: 0 auto 30px;
}
.chofu-lp_reason h3::after {
  content: "";
  width: 0.5px;
  height: 50px;
  background: #e8e7e3;
  display: block;
  margin: 30px auto;
}
.chofu-lp_reason ul {
  display: flex;
  justify-content: space-around;
}
.chofu-lp_reason ul li {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: row;
}
.chofu-lp_reason ul li img {
  max-width: 170px;
  margin-bottom: 45px;
}
.chofu-lp_reason ul li div h4 {
  margin-left: 30px;
}
.chofu-lp_reason ul li div p {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .chofu-lp_reason .reason_asirai {
    width: 10%;
  }
  .chofu-lp_reason ul li div h4 {
    margin-left: 10px;
  }
}
@media (max-width: 479px) {
  .chofu-lp_reason .reason_asirai {
    width: 22%;
  }
  .chofu-lp_reason ul {
    display: unset;
  }
  .chofu-lp_reason ul li {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
    align-items: flex-start;
    position: relative;
  }
  .chofu-lp_reason ul li img {
    margin-bottom: 0;
  }
  .chofu-lp_reason ul li:first-of-type img {
    margin-left: -80px;
    max-width: 240px;
  }
  .chofu-lp_reason ul li:nth-of-type(2) img {
    position: absolute;
    right: -30px;
    max-width: 170px;
  }
  .chofu-lp_reason ul li:nth-of-type(3) img {
    max-width: 56vw;
    margin-left: -90px;
  }
  .chofu-lp_reason ul li div h4 {
    margin-left: 15px;
    font-size: 1.3125rem;
  }
  .chofu-lp_reason ul li div p {
    font-size: 1rem;
  }
}

.chofu-lp_feature {
  background: url(../images/bg-flower.jpg);
  background-size: 100%;
}
.chofu-lp_feature h3 {
  color: #343135;
}
.chofu-lp_feature ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.chofu-lp_feature ul li {
  width: 30.303030303%;
  box-shadow: 10px 10px 15px -18px #777777;
}
.chofu-lp_feature ul li h4 {
  margin-bottom: 20px;
}
.chofu-lp_feature ul li img {
  width: 100%;
}
.chofu-lp_feature ul li .chofu-lp_feature_txt {
  height: 300px;
  background: #f7f6f2;
  color: #343135;
  padding: 25px;
}
.chofu-lp_feature ul li .chofu-lp_feature_txt p span {
  background: linear-gradient(transparent 0%, transparent 50%, #e5e1d1 50%, #e5e1d1 100%);
}
@media (max-width: 768px) {
  .chofu-lp_feature ul {
    justify-content: space-around;
  }
  .chofu-lp_feature ul li .chofu-lp_feature_txt {
    height: 260px;
  }
  .chofu-lp_feature ul li .chofu-lp_feature_txt h4 {
    margin-bottom: 10px;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 479px) {
  .chofu-lp_feature ul {
    display: block;
  }
  .chofu-lp_feature ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .chofu-lp_feature ul li .chofu-lp_feature_txt {
    height: auto;
  }
  .chofu-lp_feature ul li .chofu-lp_feature_txt h4 {
    font-size: 1.4375rem;
  }
}

.chofu-lp_system {
  background-color: #e5e1d1;
}
.chofu-lp_system h3 {
  color: #343135;
}
.chofu-lp_system ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}
.chofu-lp_system ul li {
  width: 28.5714285714%;
  margin-bottom: 50px;
}
.chofu-lp_system ul li img {
  margin-bottom: 30px;
  box-shadow: 10px 10px 15px -18px #777777;
  border-radius: 100px;
  width: 35%;
}
.chofu-lp_system ul li .system_txt {
  text-align: left;
}
.chofu-lp_system ul li .system_txt h5 {
  margin-bottom: 30px;
  color: #545073;
  font-size: 1.3125rem;
  font-weight: 600;
  text-align: left;
  line-height: 1;
  position: relative;
  margin-left: 15px;
}
.chofu-lp_system ul li .system_txt h5::before {
  content: "";
  width: 4px;
  height: 100%;
  margin-right: 10px;
  background: #545073;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -8px;
}
.chofu-lp_system ul li .system_txt span {
  font-size: 0.75rem;
  display: block;
  color: #545073;
  margin-top: -23px;
  margin-left: 15px;
}
.chofu-lp_system ul li .system_txt p {
  color: #343135;
  border-bottom: solid 1px #545073;
  display: inline;
}
@media (max-width: 768px) {
  .chofu-lp_system ul li .system_txt h5 {
    line-height: 1.5;
    margin-left: 20px;
  }
  .chofu-lp_system ul li .system_txt h5::before {
    left: -17px;
  }
}
@media (max-width: 479px) {
  .chofu-lp_system ul {
    justify-content: space-between;
  }
  .chofu-lp_system ul li {
    width: 45.4545454545%;
  }
  .chofu-lp_system ul li img {
    width: 75%;
  }
  .chofu-lp_system ul li .system_txt h5 {
    line-height: 1.4;
    font-size: 1.25rem;
    margin-left: 18px;
  }
  .chofu-lp_system ul li .system_txt h5::before {
    left: -15px;
  }
  .chofu-lp_system ul li .system_txt h5 span {
    font-size: 0.625rem;
  }
}

.chofu-lp_price {
  background: url(../images/bg-purple.jpg);
}
.chofu-lp_price ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chofu-lp_price ul li {
  width: 30.303030303%;
  margin-bottom: 80px;
}
.chofu-lp_price ul li:last-child {
  width: 100%;
}
.chofu-lp_price ul li img {
  margin: 0 auto 30px;
  display: block;
  height: 270px;
}
.chofu-lp_price ul li h5 {
  font-size: 1.3125rem;
  text-align: center;
  margin-bottom: 15px;
}
.chofu-lp_price ul li h4 {
  font-size: 1rem;
}
.chofu-lp_price ul li h4 span {
  font-size: 0.625rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
.chofu-lp_price .parent-line1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.chofu-lp_price .parent-line1 .item1,
.chofu-lp_price .parent-line1 .item2,
.chofu-lp_price .parent-line1 .item3,
.chofu-lp_price .parent-line1 .item4,
.chofu-lp_price .parent-line1 .item5,
.chofu-lp_price .parent-line1 .item6 {
  display: grid;
  place-content: center;
  place-items: center;
}
.chofu-lp_price .parent-line1 .item1 {
  grid-area: 1/1/2/2;
  background-color: #343135;
  padding: 10px 0;
  border-right: 1px solid #545073;
}
.chofu-lp_price .parent-line1 .item1 span {
  margin-top: -8px;
  letter-spacing: 0.1rem;
}
.chofu-lp_price .parent-line1 .item2 {
  grid-area: 1/2/2/3;
  background-color: #343135;
  padding: 10px 0;
}
.chofu-lp_price .parent-line1 .item3 {
  grid-area: 2/1/3/2;
  background-color: #f7f6f2;
  color: #343135;
  padding: 20px 0;
  border-bottom: 1px solid #545073;
  border-right: 1px solid #545073;
}
.chofu-lp_price .parent-line1 .item4 {
  grid-area: 2/2/3/3;
  background-color: #f7f6f2;
  color: #343135;
  padding: 20px 0;
  border-bottom: 1px solid #545073;
  border-right: 1px solid #545073;
}
.chofu-lp_price .parent-line1 .item4 p {
  font-size: 1rem;
}
.chofu-lp_price .parent-line1 .item4 p span {
  font-size: 0.625rem;
}
.chofu-lp_price .grid-container--2row {
  display: flex;
  justify-content: space-around;
}
.chofu-lp_price .grid-container--2row .grid-container--2row-item {
  width: 45.4545454545%;
}
.chofu-lp_price .grid-container--2row .grid-container--2row-item .locker-name {
  font-size: 1.3125rem;
  margin-bottom: 15px;
}
.chofu-lp_price .grid-container--2row .grid-container--2row-item .locker-name::before {
  content: "-";
}
.chofu-lp_price .grid-container--2row .grid-container--2row-item .parent-line3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
}
.chofu-lp_price .grid-container--2row .grid-container--2row-item .parent-line3 .item1,
.chofu-lp_price .grid-container--2row .grid-container--2row-item .parent-line3 .item2,
.chofu-lp_price .grid-container--2row .grid-container--2row-item .parent-line3 .item3,
.chofu-lp_price .grid-container--2row .grid-container--2row-item .parent-line3 .item4,
.chofu-lp_price .grid-container--2row .grid-container--2row-item .parent-line3 .item5,
.chofu-lp_price .grid-container--2row .grid-container--2row-item .parent-line3 .item6 {
  display: grid;
  place-content: center;
  place-items: center;
}
.chofu-lp_price .grid-container--2row .grid-container--2row-item .parent-line3 .item1 {
  grid-area: 1/1/2/2;
  background-color: #343135;
  padding: 10px 0;
  border-right: 1px solid #545073;
}
.chofu-lp_price .grid-container--2row .grid-container--2row-item .parent-line3 .item1 span {
  margin-top: -8px;
  letter-spacing: 0.1rem;
}
.chofu-lp_price .grid-container--2row .grid-container--2row-item .parent-line3 .item2 {
  grid-area: 1/2/2/3;
  background-color: #343135;
  padding: 10px 0;
}
.chofu-lp_price .grid-container--2row .grid-container--2row-item .parent-line3 .item3 {
  grid-area: 2/1/3/2;
  background-color: #f7f6f2;
  color: #343135;
  padding: 20px 0;
  border-bottom: 1px solid #545073;
  border-right: 1px solid #545073;
}
.chofu-lp_price .grid-container--2row .grid-container--2row-item .parent-line3 .item4 {
  grid-area: 3/1/4/2;
  background-color: #f7f6f2;
  color: #343135;
  padding: 20px 0;
  border-bottom: 1px solid #545073;
  border-right: 1px solid #545073;
}
.chofu-lp_price .grid-container--2row .grid-container--2row-item .parent-line3 .item5 {
  grid-area: 4/1/5/2;
  background-color: #f7f6f2;
  color: #343135;
  padding: 20px 0;
  border-right: 1px solid #545073;
}
.chofu-lp_price .grid-container--2row .grid-container--2row-item .parent-line3 .item6 {
  grid-area: 2/2/5/3;
  background-color: #f7f6f2;
  color: #343135;
}
.chofu-lp_price .grid-container--2row .grid-container--2row-item .parent-line3 .item6 p {
  font-size: 1rem;
}
.chofu-lp_price .grid-container--2row .grid-container--2row-item .parent-line3 .item6 p span {
  font-size: 0.625rem;
}
.chofu-lp_price .price_attention {
  text-align: right;
  margin-top: 10px;
  font-size: 0.6875rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .chofu-lp_price ul li {
    width: 31.25%;
  }
  .chofu-lp_price .parent-line1 {
    letter-spacing: 0;
  }
  .chofu-lp_price .parent-line1 .item4 span {
    display: block;
    text-align: center;
  }
  .chofu-lp_price .parent-line3 {
    letter-spacing: 0;
  }
}
@media (max-width: 479px) {
  .chofu-lp_price ul {
    display: block;
  }
  .chofu-lp_price ul li {
    width: 100%;
  }
  .chofu-lp_price .grid-container--2row {
    display: block;
  }
  .chofu-lp_price .grid-container--2row .grid-container--2row-item {
    width: 100%;
  }
  .chofu-lp_price .parent-line1 .item4 span {
    display: inline;
  }
}

.chofu-lp_review {
  background: url(../images/bg-beige.jpg);
}
.chofu-lp_review .chofu-lp_review_tit {
  text-align: center;
}
.chofu-lp_review .chofu-lp_review_tit h3 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  color: #343135;
  margin: 0 auto 50px;
  display: inline-block;
}
.chofu-lp_review ul {
  display: flex;
  justify-content: space-between;
}
.chofu-lp_review ul li {
  width: 30.303030303%;
}
.chofu-lp_review ul li .review_fukidashi {
  background-color: #f7f6f2;
  border-radius: 10px;
  padding: 20px;
  color: #343135;
  text-align: justify;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 10px 10px 15px -18px #777777;
}
.chofu-lp_review ul li .review_fukidashi span {
  background: linear-gradient(transparent 0%, transparent 50%, #e5e1d1 50%, #e5e1d1 100%);
}
.chofu-lp_review ul li .review_fukidashi::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -20px;
  right: 50%;
  left: 50%;
  border-style: solid;
  border-color: #f7f6f2 transparent transparent transparent;
  border-width: 30px 30px 0px 0px;
}
.chofu-lp_review ul li .review_user {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chofu-lp_review ul li .review_user img {
  width: 100px;
}
.chofu-lp_review ul li .review_user p {
  display: inline;
  color: #343135;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1rem;
  margin-left: 20px;
}
@media (max-width: 479px) {
  .chofu-lp_review ul {
    display: block;
  }
  .chofu-lp_review ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .chofu-lp_review ul li .review_user img {
    width: 26%;
  }
}

.chofu-lp_access {
  background: url(../images/bg-purple.jpg);
}
.chofu-lp_access iframe {
  width: 100%;
  height: 370px;
  margin-bottom: 80px;
}
.chofu-lp_access ul {
  display: flex;
  justify-content: space-between;
}
.chofu-lp_access ul li h4 {
  font-size: 1.3125rem;
  margin-bottom: 35px;
}
.chofu-lp_access ul li h4::before {
  content: "";
  padding: 0px 5px;
  margin-right: 10px;
  background: #a88b39;
}
@media (max-width: 768px) {
  .chofu-lp_access ul li:nth-child(2) {
    width: 66.6666666667%;
  }
}
@media (max-width: 479px) {
  .chofu-lp_access iframe {
    margin-bottom: 50px;
  }
  .chofu-lp_access ul {
    display: block;
  }
  .chofu-lp_access ul li {
    margin-bottom: 50px;
  }
  .chofu-lp_access ul li:nth-child(2) {
    width: 100%;
  }
  .chofu-lp_access ul li h4::before {
    padding: 0px 4px;
  }
}

.chofu-lp_faq {
  background: url(../images/bg-beige.jpg);
}
.chofu-lp_faq h4 {
  color: #343135;
  text-align: center;
  margin-bottom: 100px;
}
.chofu-lp_faq dl {
  color: #343135;
  margin-top: 45px;
}
.chofu-lp_faq dl dt {
  font-size: 1.3125rem;
  margin-bottom: 10px;
}
.chofu-lp_faq dl dt::before {
  content: "Q";
  margin-right: 10px;
}
.chofu-lp_faq dl dd {
  font-size: 1rem;
  margin-bottom: 45px;
}
.chofu-lp_faq dl dd::before {
  content: "A";
  margin-right: 10px;
  font-size: 1.3125rem;
}
.chofu-lp_faq dl::after {
  content: "";
  display: block;
  border: solid 1px #a88b39;
}
.chofu-lp_faq dl:last-child::after {
  display: none;
}
.chofu-lp_faq h4 {
  margin-bottom: 50px;
}

.chofu-lp_cta {
  background: url(../images/bg-flower.jpg);
  text-align: center;
}
.chofu-lp_cta h4 {
  color: #343135;
  margin-bottom: 30px;
}
.chofu-lp_cta p {
  margin-bottom: 60px;
  font-size: 1rem;
  color: #343135;
}
.chofu-lp_cta button {
  width: 545px;
  background: linear-gradient(#d5c580, #89802b);
  border-radius: 50px;
  font-size: 32px;
  margin-bottom: 40px;
}
.chofu-lp_cta button a {
  display: block;
  padding: 15px 0;
}
.chofu-lp_cta .cta_tel {
  padding: 50px;
  margin: 0 auto;
  width: 545px;
  background-color: #f7f6f2;
  margin-bottom: 0;
}
.chofu-lp_cta .cta_tel .cta_tel-sub-txt {
  margin-bottom: 0;
}
.chofu-lp_cta .cta_tel .cta_tel-no {
  font-size: 45px;
  margin-bottom: 0;
}
.chofu-lp_cta .cta_tel .cta_tel-no::before {
  content: url(../images/tel.svg);
  width: 25px;
  margin-right: 10px;
  display: inline-block;
}
.chofu-lp_cta .cta_tel .cta_tel-time {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 479px) {
  .chofu-lp_cta h4 {
    margin-bottom: 10px;
  }
  .chofu-lp_cta p {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .chofu-lp_cta button {
    width: 100%;
    padding: 0;
    font-size: 1.25rem;
  }
  .chofu-lp_cta button a {
    padding: 10px 0;
  }
  .chofu-lp_cta .cta_tel {
    padding: 5vw;
    width: 100%;
  }
  .chofu-lp_cta .cta_tel .cta_tel-no {
    font-size: 1.75rem;
  }
  .chofu-lp_cta .cta_tel .cta_tel-no::before {
    width: 20px;
    margin-right: 8px;
  }
  .chofu-lp_cta .cta_tel .cta_tel-time {
    font-size: 0.8rem;
  }
}