body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  max-width: 390px; /* 最大幅を390pxに設定 */
  margin: auto; /* 中央揃え */
  background: #f7f7f7;
}

body,
pre,
input,
textarea,
select {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",
    "Times New Roman", Times, Garamond, Georgia, serif;
}

header,
nav,
section,
footer {
  text-align: center;
}

header {
  width: 100%;
  position: absolute;
  z-index: 100;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0);
}

header img {
    z-index: 200;
    position: relative;
    left: -100px;
    top: 10px;
    width: 170px;
}


/* ハンバーガーメニューの記述--------------------------------------------- */

.h-menu_wrap .btn {
  display: none;
}

.menu-btn {
  position: absolute;
  top: -5px;
  right: -1px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content ul {
  padding: 70px 10px 70px;
  display: block;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content {
  width: 100%;
  height: 100vh;
  position: relative;
  top: -100px;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #796553;
  transition: all 0.5s; /*アニメーション設定*/
  display: none;
  padding-top: 80px;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
  display: block;
}

/* ここまで------------- */

nav {
  background-color: #e9ecef;
}
section {
  background: #fff;
}

/* セクション１--------------------------------------------- */
#lp-top {
  background: #fff;
  padding: 0 0 80px 0;
}

img.top-img {
  width: 100%;
}
.banner-area {
  margin: 80px 0 120px 0;
}

.banner-area p {
  font-size: 2rem;
}

.banner-area .crowd-01 {
  width: 30%;
  position: relative;
  left: -35%;
  top: -20px;
}

.banner-area .crowd-02 {
  width: 50%;
  position: absolute;
  right: 0px;
}

#lp-top .banner {
  background-color: #ecebeb;
}

.banner img {
  position: relative;
  top: -30px;
}

.cta01 {
  margin-bottom: 10px;
  width: 90%;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
}
.cta02 {
  margin-bottom: 10px;
  width: 90%;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
}
.cta03 {
  margin-bottom: 10px;
  width: 90%;
}

.banner .banner-title {
  display: inline-block;
  position: relative;
  padding-inline: 20px;
  top: -30px;
}

.banner-title {
  display: inline-block;
  position: relative;
  padding-inline: 20px;
}
.banner-title::before,
.banner-title::after {
  content: "";
  height: 80%;
  width: 1px;
  background-color: #333;
  position: absolute;
  top: 0;
}
.banner-title::before {
  left: 0;
  transform: rotate(-30deg);
}
.banner-title::after {
  right: 0;
  transform: rotate(30deg);
}

.banner-title {
  font-size: 1.4rem;
  font-weight: 600;
}

.banner-title span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff722f;
}

/* セクション２--------------------------------------------- */

#section2 {
  padding: 0px 0px 70px 0px;
}

#section2 p {
  padding: 15px;
}
.message {
  margin-bottom: 50px;
  width: 100%;
}

/* セクション３-------------------------------------------- */

#section3 {
  background: #f5ede6;
  padding: 20px;
}

.reason {
  background-color: #b9965f;
  padding: 20px;
}

.reason-title {
  background-color: #b9965f;
  display: inline-flex;
  align-items: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  color: #ffffff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",
    "Times New Roman", Times, Garamond, Georgia, serif;
}

.label {
  background-color: #fff;
  border-radius: 50px;
  padding: 5px 18px;
  margin-right: 10px;
  font-size: 1.6rem;
  color: #b9965f;
}

.heading {
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
}

.balloon {
  position: relative;
  display: inline-flex;
  margin: 1.5em 0;
  padding: 7px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 2rem;
  background: #796553;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 6px solid #796553;
}

.balloon p {
  margin: 0;
  padding: 0;
}

.hexagon {
  position: relative;
  width: 22px;
  height: 20px;
  clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: #fff;
  top: 7px;
  left: 2px;
}

.hexagon p {
  position: relative;
  color: #796553;
  top: -6px;
}

.reason-01 {
  margin-bottom: 30px;
}

.reason-01 img {
  margin: 30px 0;
  width: 50%;
}

.reason-01 p {
  color: #796553;
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: solid 1px #796553;
}

.box1 {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: double 3px #796553;
}

.box1 h2 {
  color: #796553;
  font-size: 2.4rem;
}

.box1 p {
  margin-top: 10px;
}

.box1 {
  width: 100%;
  height: auto;
  margin: 40px auto;
  padding: 30px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: url("https://prier.life/wp-prier/wp-content/themes/prier/img/lp20240823/frame.png"),
    /*左上*/
      url("https://prier.life/wp-prier/wp-content/themes/prier/img/lp20240823/frame-02.png"),
    url("https://prier.life/wp-prier/wp-content/themes/prier/img/lp20240823/frame-03.png"),
    url("https://prier.life/wp-prier/wp-content/themes/prier/img/lp20240823/frame-04.png");
  background-position: top left, top right, bottom left, bottom right;
  border: 3px double #796553;
}

.box1 img {
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
}

.price {
  margin: 10px 0px 0 auto;
  text-align: right;
  font-size: 40px;
  color: #796553;
}

.price-box {
  display: flex;
}

.price-box p {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 7px 10px;
  min-width: 100px;
  max-width: 100%;
  color: #fff;
  font-size: 2rem;
  background: #796553;
}

.per-month {
    position: relative;
    font-size: 20px;
    color: #796553;
    bottom: 2px;
}

table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border: 1px solid #c2ac98;
}

th,
td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #c2ac98;
}

th {
  width: 34%;
  text-align: center;
  background-color: #796553;
  font-weight: bold;
  color: #fff;
}

tr:last-child td {
  border-bottom: none;
}

.category {
  margin-bottom: 50px;
}

.category ul {
  margin-bottom: 10px;
}

.category ul li {
  width: calc(100% / 3 - 3px);
  list-style-type: none;
}

.category ul li span {
  display: block;
  background: #b9965f;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.2em;
}

.category-left {
  display: flow;
  position: relative;
  left: 2px;
}

.warning {
    text-align: left;
    position: relative;
    font-size: 10px;
    top: -30px;
}


.section3-bn {
  background: #f5ede6;
  padding-top: 30px;
}

.section3-bn .banner-area {
  text-align: center;
  margin: 0px 0 160px 0;
}

.banner {
  text-align: center;
}

.section3-bn .banner img {
  position: relative;
  top: -20px;
}

/* section4-------------------------------------------- */

#section4 {
  padding: 20px;
}

.reason02 {
  background: #fff;
}

.reason02 .box {
  display: flex;
  background: #f5ede6;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
}

.reason02 img {
  width: 100%;
  padding: 2px;
  background-color: #ffffff;
  border-radius: 5px;
}

.reason02 .box:nth-child(even) {
  flex-direction: row-reverse; /* ★ポイント★ */
}

.reason02 .box:nth-child(odd) .desc {
  padding-left: 20px;
}

.reason02 .box:nth-child(even) .desc {
  padding-right: 20px;
}

.reason02 .box .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: right;
}

.ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #796553;
  display: inline-block;
  text-align: left;
}

.txt {
  font-size: 1.2rem;
  display: inline-block;
  text-align: left;
}

/* section5--------------------------------------------- */
#section5 {
  padding: 20px 20px 60px 20px;
}

.category-area {
  padding: 0 20px 70px 20px;
  margin-top: -30px;
}

.section5-title {
  background: #fff;
}

.section5-title .box {
  display: flex;
  border-radius: 5px;
  margin-bottom: 10px;
}

.section5-title img {
  padding: 2px;
  background-color: #ffffff;
  border-radius: 5px;
}

.section5-title .box:nth-child(even) {
  flex-direction: row-reverse; /* ★ポイント★ */
}

.section5-title .box:nth-child(odd) .desc {
  padding-left: 20px;
}

.section5-title .box:nth-child(even) .desc {
  padding-right: 20px;
}

.section5-title .box .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: right;
}

.category02 {
  margin-bottom: 35px;
}
.category02 ul li {
  width: calc(100% / 4 - 3px);
  list-style-type: none;
}

.category02 ul li span {
  border: 1px solid #796553;
  background: #f5ede6;
  display: block;
  border-radius: 5px;
  color: #796553;
  text-decoration: none;
  text-align: center;
  padding: 0.2em;
}

.box2 {
  padding: 3em 2em 2em; /* ボックス内側余白 */
  position: relative; /* 配置(ここを基準に)*/
  display: flex;
  background: #f5ede6;
  border-radius: 5px;
  padding: 20px 0px 0px 0px;
  margin-bottom: 25px;
}
.box2 .box-title {
  background-color: #796553; /* タイトル背景色 */
  font-size: 1em; /* タイトル文字の大きさ */
  color: #fff; /* タイトル文字色 */
  padding: 7px 20px; /*タイトルの余白*/
  line-height: 1; /*タイトルの行の高さ*/
  position: absolute; /* 配置(ここを動かす) */
  top: -10px; /*上からの距離*/
  left: 30px;
  border-radius: 15px;
}

.box3 {
  padding: 3em 2em 2em; /* ボックス内側余白 */
  position: relative; /* 配置(ここを基準に)*/
  display: flex;
  background: #f5ede6;
  border-radius: 5px;
  padding: 20px 0px 0px 0px;
  margin-bottom: 25px;
}
.box3 .box-title {
  background-color: #796553; /* タイトル背景色 */
  font-size: 1em; /* タイトル文字の大きさ */
  color: #fff; /* タイトル文字色 */
  padding: 7px 25px; /*タイトルの余白*/
  line-height: 1; /*タイトルの行の高さ*/
  position: absolute; /* 配置(ここを動かす) */
  top: -10px; /*上からの距離*/
  left: 55px;
  border-radius: 15px;
}

/* section6--------------------------------------------- */
.reason-title-2 {
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
}

#section6 {
  background: #f5ede6;
  padding: 20px;
}

.flow-box {
  display: flex;
  background: #fff;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.flow-icon {
  position: relative;
  margin-bottom: 40px;
}
.flow-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #b9965f;
  border-bottom-width: 0;
}

.flow-box_left img {
  width: 100%;
}

.flow-box_right {
  width: 100%;
  margin-left: 10px;
}

.flow-title h2 {
  font-size: 1.8rem;
  text-align: left;
  color: #796553;
}

.flow-box_right p {
  text-align: justify;
  font-size: 12px;
}

.category03 {
  width: 100%;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-top: 5px;
}

.category03 ul li {
  width: calc(100% / 3 - 3px);
  list-style-type: none;
}

.category03 ul li span {
  display: block;
  background: #b9965f;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.2em;
}

.flow-left-title {
  position: relative;
  border-bottom-right-radius: 90px;
  border-top-left-radius: 15px;
  top: -12px;
  left: -37px;
  margin: 0 auto;
  width: 50px;
  height: 40px;
  background-color: #b9965f;
  margin-bottom: 10px;
}

.flow-left-title p {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  left: -5px;
}

.arrange ul {
	justify-content: left;
}

.arrange li {
	margin-right: 4px;
}




/* section７--------------------------------------------- */

#section7 {
  padding: 90px 20px;
}

.prire-message {
  margin: 0px 0 90px 0;
}

.prire-message p {
  font-size: 2.5rem;
  font-weight: 600;
  color: #796553;
}

.prire-message .crowd-05 {
  width: 50%;
  position: relative;
  left: -20%;
  top: -10px;
}

.prire-message .crowd-06 {
  width: 50%;
  position: absolute;
  right: 30px;
}

.message_area {
  display: flex;
  position: relative;
  height: 100%;
  margin-bottom: 100px;
}

.message_area_left {
  padding-right: 5px;
  width: 150%;
  font-size: 1.3rem;
  text-align: right;
}

.message_area_right {
  position: relative;
  width: 50vh;
  right: -20px;
}

.message_area_right img {
  width: 100%;
}

.staff_area {
  border-radius: 5px;
  display: flex;
  border: 1px solid #b9965f;
  padding: 15px;
  margin-bottom: 10px;
}

.staff_area_left {
  width: 35%;
  max-width: 75px;
}

.staff_area_right {
  font-size: 1.3rem;
  width: 100%;
  margin-left: 15px;
}

.staff_area_left img,
.staff_area_right img {
  width: 100%;
}

.staff_name {
  font-weight: 700;
  font-size: 1.4rem;
  color: #796553;
  margin-top: 10px;
}

.banner02 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
}

.banner02 .cta01 {
  width: 100%;
}

.banner02 .cta02 {
  width: 100%;
}

/* section8--------------------------------------------- */
#section8 {
  background: #f5ede6;
  padding: 50px 20px 40px 20px;
}

.user-box-area {
  margin: 50px 0 50px 0;
}

.user-box {
  background: #fff;
  border: 1px solid #b9965f;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.user-box h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #b9965f;
  border-bottom: solid 1px #b9965f;
  display: inline-block;
  margin-bottom: 20px;
}

.user-box p {
  font-size: 1.4rem;
  line-height: 25px;
}

.user-title {
  position: relative;
  top: -20px;
  left: 90px;
  width: 120px;
  height: 60px;
  border-radius: 50% / 0 0 100% 100%;
  background: #b9965f;
}

.user-title p {
  color: #fff;
}

.user-title span {
  color: #fff;
  font-size: 2rem;
}

.warning-02 {
	 font-size: 10px;
    text-align: left;
    position: relative;
    top: -40px;
}

/* section9-------------------------------------------- */

#section9 {
  padding: 70px 20px 40px 20px;
}

#section9 h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #796553;
}

.Qa-area {
  margin: 50px 0 30px 0;
}

.Qa {
  background: #f5ede6;
  padding: 20px;
  margin-bottom: 15px;
}

.Qa dt,
.Qa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
  text-align: left;
}

.Qa dt {
  border-bottom: 1px solid #796553;
  padding-bottom: 15px;
}

.Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
  font-size: 1.4rem;
}

.Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
  font-size: 1.4rem;
}

.Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #796553;
  color: #fff;
  width: 35px;
  height: 35px;
}

.Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff722f;
  color: #fff;
  width: 35px;
  height: 35px;
}

/* フッターについて--------------------------------------------- */
footer {
  background-color: #f5ede6;
  text-align: center;
}

ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
a {
  text-decoration: none;
  color: #007bff; /* リンクの色 */
}
a:hover {
  text-decoration: underline; /* ホバー時のスタイル */
}

.lp-footer {
  margin-bottom: 30px;
  padding: 30px 0 60px;
}

.lp-footer img {
  margin: 30px;
  width: 40%;
}

/* 既存CSSの打ち消し -----------------------------------------------------------------------*/

.header__menu .header__menu--lt {
  display: none;
}

.header__menu--rt {
  display: none;
}

header .header__cv .header__cv--block01 {
  display: none;
}

header .header__cv .header__cv--block02 {
  display: none;
}

.inner {
  padding: 0px;
  width: 100%;
  max-width: 100%;
}

#sub_page .sub_page__contents {
  background: #fff;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px solid #fff;
}

.footer {
  display: none;
}
