@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;700;900&display=swap");
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

li {
  list-style: none;
}

html {
  margin: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  height: auto;
}
html body {
  margin: 0;
  overflow-x: hidden;
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
}
html body .sp_menu_btn {
  position: fixed;
  right: 15px;
  top: 15px;
  background: #ffc327;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 9999;
  display: none;
}
html body .sp_menu_btn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}
html body .sp_menu_btn span:nth-of-type(1) {
  top: 15px;
  width: 45%;
}
html body .sp_menu_btn span:nth-of-type(2) {
  top: 23px;
  width: 35%;
}
html body .sp_menu_btn span:nth-of-type(3) {
  top: 31px;
  width: 20%;
}
html body .sp_menu_btn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}
html body .sp_menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
html body .sp_menu_btn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}
html body header.global_header {
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #5b2b0d;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.06));
}
html body header.global_header .global_header .header_left {
  margin-left: 30px;
  margin-left: 30px;
  max-width: 200px;
  width: 100%;
}
html body header.global_header .header_right {
  padding-right: 30px;
}
html body header.global_header .header_right nav.header_menu_wrapper .header_menu {
  display: flex;
  flex-direction: row;
}
html body header.global_header .header_right nav.header_menu_wrapper .header_menu li {
  padding: 0 17px;
}
html body header.global_header .header_right nav.header_menu_wrapper .header_menu li a {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
}
html body .global_header--sub {
  top: 115px;
}
/*2023/06/19|追記*/
.boxes .boxs_table2 tr th {
  width: 33%;
  font-size: 15px;
}
html main h2 {
  color: black;
  font-size: 48px;
  font-weight: 500;
}
html main h2 .orange {
  color: #cc8120;
}
html main br.sp_only {
  display: none;
}
html main #FV {
  height: 113.7vh;
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  min-height: 1000px;
  overflow: hidden;
}
html main #FV::before {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  min-width: 1000px;
  height: 150%;
  transform: skewX(30deg);
  top: -20%;
  left: 0%;
  z-index: -1;
  background-image: linear-gradient(181deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 60%, rgb(255, 255, 255) 100%), linear-gradient(145deg, rgb(70, 32, 9) 0%, #5b2b0d 43%, #5b2b0d 66%, #703600 100%);
}
html main #FV .fv_main_img {
  position: absolute;
  height: 100%;
  left: 42%;
  overflow: hidden;
  width: 100%;
}
html main #FV .fv_main_img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
html main #FV h2 > span {
  position: absolute;
  font-size: 48px;
  color: white;
  white-space: nowrap;
}
html main #FV h2 .first_text {
  top: 14.55%;
  left: 11.18%;
  font-size: 64px;
  font-weight: bold;
}
html main #FV h2 .first_text .small {
  font-size: 48px;
}
html main #FV h2 .first_text .light {
  font-weight: normal;
}
html main #FV h2 .second_text {
  top: 26.16%;
  left: 11.25%;
  font-size: 120px;
  line-height: 140px;
  font-weight: bold;
  padding-right: 48px;
}
html main #FV h2 .second_text .small {
  font-size: 48px;
  line-height: 48px;
}
html main #FV h2 .second_text .light {
  font-weight: normal;
}
html main #FV h2 .second_text::before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  background-color: rgb(73, 39, 0);
  right: 0;
  bottom: 0;
  z-index: -1;
}
html main #FV h2 .third_text {
  top: 43.21%;
  left: 11.25%;
  font-size: 120px;
  line-height: 140px;
  font-weight: bold;
  padding-left: 48px;
}
html main #FV h2 .third_text .small {
  font-size: 48px;
  line-height: 48px;
}
html main #FV h2 .third_text .light {
  font-weight: normal;
}
html main #FV h2 .third_text::before {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  position: absolute;
  background-color: rgb(73, 39, 0);
  left: 0;
  bottom: 0;
  z-index: -1;
}
html main #FV h2 .fourth_text {
  top: 60.69%;
  left: 28.06%;
  font-size: 80px;
  font-weight: bold;
}
html main #FV p.fv_sub_text {
  position: absolute;
  display: block;
  width: 49.11%;
  font-size: 32px;
  color: white;
  top: 77.96%;
  left: 11.25%;
  text-shadow: 0 0 2px black;
}
html main #WORRIES {
  width: 100%;
  background-color: transparent;
  margin-bottom: 66px;
  display: none;
}
html main #WORRIES .worries_wrapper {
  width: 93%;
  margin: auto;
  background-color: white;
  border: 4px solid #5b2b0d;
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html main #WORRIES .worries_wrapper h2 {
  text-align: center;
  padding-top: 53px;
  padding-bottom: 20px;
  z-index: 10;
}
html main #WORRIES .worries_wrapper .worries_figure {
  width: 100%;
  padding: 70px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html main #WORRIES .worries_wrapper .worries_figure::before {
  content: "";
  width: 60%;
  height: 120%;
  background: radial-gradient(rgb(154, 98, 41), rgba(255, 237, 215, 0) 65%);
  position: absolute;
  bottom: -10%;
}
html main #WORRIES .worries_wrapper .worries_figure .worries_background_star {
  position: absolute;
  height: 80%;
  z-index: 1;
}
html main #WORRIES .worries_wrapper .worries_figure .worries_women {
  z-index: 3;
}
html main #WORRIES .worries_wrapper .worries_figure .worries_item {
  position: absolute;
  font-size: 26px;
  font-weight: normal;
  padding: 5px;
  background-color: white;
  display: block;
  border: 3px solid #5b2b0d;
  border-radius: 10px;
  z-index: 2;
}
html main #WORRIES .worries_wrapper .worries_figure .worries_item:nth-of-type(1) {
  top: 8%;
  right: 53.5%;
}
html main #WORRIES .worries_wrapper .worries_figure .worries_item:nth-of-type(2) {
  top: 27%;
  right: 57.2%;
}
html main #WORRIES .worries_wrapper .worries_figure .worries_item:nth-of-type(3) {
  top: 46%;
  right: 61.2%;
}
html main #WORRIES .worries_wrapper .worries_figure .worries_item:nth-of-type(4) {
  top: 65%;
  right: 55.2%;
}
html main #WORRIES .worries_wrapper .worries_figure .worries_item:nth-of-type(5) {
  top: 6%;
  left: 52%;
}
html main #WORRIES .worries_wrapper .worries_figure .worries_item:nth-of-type(6) {
  top: 27%;
  left: 58%;
}
html main #WORRIES .worries_wrapper .worries_figure .worries_item:nth-of-type(7) {
  top: 46%;
  left: 58%;
}
html main #WORRIES .worries_wrapper .worries_figure .worries_item:nth-of-type(8) {
  top: 65%;
  left: 56%;
}
html main #INTRO {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle at 105% 6%, rgb(255, 194, 124) 0%, rgba(91, 43, 13, 0.7) 14%, #5b2b0d 47%);
}
html main #INTRO .intro_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}
html main #INTRO .intro_wrapper .intro_left {
  width: 50%;
}
html main #INTRO .intro_wrapper .intro_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 600px;
  padding: 5% 5% 5% 0;
}
html main #INTRO .intro_wrapper .intro_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}
html main #INTRO .intro_wrapper .intro_right h2 {
  margin-top: 82px;
  margin-bottom: 10px;
  color: white;
  font-size: 1.75rem;
}
html main #INTRO .intro_wrapper .intro_right p.intro_text {
  color: white;
  font-size: 16px;
  font-weight: normal;
  width: 90%;
  line-height: 32px;
}
html main #INTRO .intro_wrapper .intro_right .intro_btn {
  color: #5b2b0d;
  border: solid 2px transparent;
  background-color: white;
  text-decoration: none;
  padding: 20px 32px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 68px;
}
html main #INTRO .intro_wrapper .intro_right .intro_btn:hover {
  background-color: transparent;
  border: white 2px solid;
  color: white;
}
html main #REASON {
  margin-top: 163px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 116px;
}
html main #REASON h2 {
  margin-bottom: 78px;
}
html main #REASON .reason_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html main #REASON .reason_wrapper .reason_item {
  display: flex;
  min-width: 70%;
  max-width: 80%;
  margin-bottom: 68px;
  padding: 22px 17px;
}
html main #REASON .reason_wrapper .reason_item:nth-of-type(even) {
  flex-direction: row;
  transform: translateX(5%);
  position: relative;
}
html main #REASON .reason_wrapper .reason_item:nth-of-type(even)::before {
  content: "";
  display: block;
  width: 200%;
  position: absolute;
  background-color: #ffedd7;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 32px;
}
html main #REASON .reason_wrapper .reason_item:nth-of-type(even) .reason_item_text {
  padding: 50px 0px 50px 30px;
}
html main #REASON .reason_wrapper .reason_item:nth-of-type(odd) {
  flex-direction: row-reverse;
  transform: translateX(-5%);
  position: relative;
}
html main #REASON .reason_wrapper .reason_item:nth-of-type(odd)::before {
  content: "";
  display: block;
  width: 200%;
  position: absolute;
  background-color: #ffedd7;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 32px;
}
html main #REASON .reason_wrapper .reason_item:nth-of-type(odd) .reason_item_text {
  padding: 50px 30px 50px 0px;
}
html main #REASON .reason_wrapper .reason_item .reason_item_img {
  width: 45%;
  flex-shrink: 0;
}
html main #REASON .reason_wrapper .reason_item .reason_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  max-height: 350px;
}
html main #REASON .reason_wrapper .reason_item .reason_item_text {
  width: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
html main #REASON .reason_wrapper .reason_item .reason_item_text h3 {
  font-size: 32px;
  color: black;
  font-weight: normal;
}
html main #REASON .reason_wrapper .reason_item .reason_item_text h3 .reason_item_point {
  width: 100%;
  height: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 500;
  line-height: 20px;
  padding: 4px 17px;
  position: relative;
  margin-right: 24px;
}
html main #REASON .reason_wrapper .reason_item .reason_item_text h3 .reason_item_point::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: -1;
  border-radius: 18px;
  background-color: #a16516;
  position: absolute;
  left: 0;
  top: 0;
}
html main #REASON .reason_btn {
  display: block;
  color: white;
  background-color: #5b2b0d;
  padding: 22px 42px;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  border: #5b2b0d 2px solid;
}
html main #REASON .reason_btn:hover {
  background-color: transparent;
  border: #5b2b0d 2px solid;
  color: #5b2b0d;
}
html main #SYMPTOMS {
  background-image: url("../img/symptoms_bg.png");
  background-position: top center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
html main #SYMPTOMS::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  top: 0;
  left: 0;
  filter: grayscale(100%);
  z-index: -1;
}
html main #SYMPTOMS::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(106, 51, 0, 0.8);
  top: 0;
  left: 0;
  filter: none;
  z-index: -1;
}
html main #SYMPTOMS h2 {
  margin-top: 82px;
  margin-bottom: 50px;
  color: white;
  max-width: 1200px;
}
html main #SYMPTOMS .symptoms_text_wrapper {
  width: 65%;
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
}
html main #SYMPTOMS .symptoms_text_wrapper .symptoms_text {
  margin-bottom: 40px;
  font: size 16px;
  line-height: 32px;
  color: #5b2b0d;
  font-weight: normal;
}
html main #SYMPTOMS .symptoms_text_wrapper .symptoms_btn {
  color: white;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  padding: 16px 34px;
  background-color: #5b2b0d;
  text-decoration: none;
  display: block;
  border: #5b2b0d 2px solid;
}
html main #SYMPTOMS .symptoms_text_wrapper .symptoms_btn:hover {
  background-color: transparent;
  border: #5b2b0d 2px solid;
  color: #5b2b0d;
}
html main #SYMPTOMS .symptoms_list_wrapper {
  display: flex;
  flex-direction: row;
  width: 65%;
  margin-top: 21px;
  margin-bottom: 27px;
  max-width: 1200px;
}
html main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_left {
  width: 63.8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_left ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 44px 0 0;
}
html main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_left ul li {
  flex-grow: 0;
  flex-shrink: 0;
  width: 31%;
  min-width: 150px;
  text-align: center;
  border-radius: 32px;
  background-color: #5b2b0d;
  border: 3px solid #ffffff;
  margin-bottom: 15px;
}
html main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_left ul li a {
  font-size: 16px;
  line-height: 16px;
  padding: 24px 0;
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
}
html main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_right {
  width: 36.2%;
}
html main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_right img {
  border-radius: 7px;
}
html main #PRICE {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
html main #PRICE .price_wrapper {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1200px;
}
html main #PRICE .price_wrapper .price_left {
  width: 44.2%;
  height: 100%;
}
html main #PRICE .price_wrapper .price_left img {
  bottom: 0;
}
html main #PRICE .price_wrapper .price_right {
  width: 55.8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html main #PRICE .price_wrapper .price_right h2 {
  margin-bottom: 56px;
}
html main #PRICE .price_wrapper .price_right .price_text {
  margin-bottom: 77px;
  font-size: 16px;
  line-height: 31px;
}
html main #PRICE .price_wrapper .price_right .price_btn {
  display: block;
  padding: 22px 34px;
  color: white;
  background-color: #5b2b0d;
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 47px;
  border: #5b2b0d 2px solid;
}
html main #PRICE .price_wrapper .price_right .price_btn:hover {
  background-color: transparent;
  border: #5b2b0d 2px solid;
  color: #5b2b0d;
}
html main #STORE .top01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: radial-gradient(circle at 105% 6%, rgb(255, 194, 124) 0%, rgba(91, 43, 13, 0.7) 14%, #5b2b0d 47%);
  margin-bottom: 30px;
}
html main #STORE .top01 .inner {
  max-width: 1150px;
  width: 97.916666667%;
  height: auto;
  margin: 0 auto;
  padding: 45px 0 50px 0;
  display: table;
}
html main #STORE .top01 .inner strong {
  font-size: 46px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
}
html main #STORE .top01 .inner strong span {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
}
html main #STORE .top01 .inner a {
  width: 52.17391304%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
}
html main #STORE .top01 .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
html main #STORE .top01 .inner a:hover img {
  transition: 1s;
  opacity: 0.5;
}
html footer.global_footer {
  background-color: #5b2b0d;
  padding-top: 116px;
  color: #5b4534;
}
html footer.global_footer .footer_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}
html footer.global_footer .footer_wrapper .footer_site_link {
  width: 25%;
  min-width: 138px;
  display: flex;
  flex-direction: column;
}
html footer.global_footer .footer_wrapper .footer_site_link a {
  margin-bottom: 35px;
  min-width: 138px;
  width: 80%;
  border: solid 1px #5b4534;
  color: #5b4534;
  text-decoration: none;
}
html footer.global_footer .footer_wrapper .footer_site_link a.footer_btn {
  padding: 10px;
  background-color: #ffb218;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-block;
}
html footer.global_footer .footer_wrapper .footer_site_link a.footer_btn:hover {
  opacity: 0.7;
}
html footer.global_footer .footer_wrapper .footer_site_link a svg {
  width: 16px;
  display: inline;
  fill: #fff;
  margin-left: 5px;
}
html footer.global_footer .footer_wrapper .footer_nav {
  width: 75%;
}
html footer.global_footer .footer_wrapper .footer_nav a {
  color: #5b4534;
  text-decoration: none;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  font-size: 14px;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_heading {
  font-weight: bold;
  font-size: 15px;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_first {
  padding: 0 30px;
  border-left: solid 1px #5b4534;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_first ul {
  margin-top: 30px;
  padding-left: 10px;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_first ul li {
  width: 100%;
  max-width: 150px;
  padding-right: 2%;
  margin-bottom: 20px;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_first ul li a {
  position: relative;
  transition: 0.3s;
  display: inline-block;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_first ul li a::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #5b4534;
  border-right: 1px solid #5b4534;
  transform: rotate(45deg);
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_first ul li a:hover {
  opacity: 0.7;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_second {
  border-left: solid 1px #5b4534;
  padding: 0 30px;
  flex-shrink: 0.5;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_second ul {
  margin-top: 30px;
  padding-left: 10px;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_second ul li {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_second ul li a {
  position: relative;
  transition: 0.3s;
  display: inline-block;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_second ul li a::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #5b4534;
  border-right: 1px solid #5b4534;
  transform: rotate(45deg);
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_second ul li a:hover {
  opacity: 0.7;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_third {
  border-left: solid 1px #5b4534;
  padding: 0 30px;
  flex-shrink: 0.5;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_third ul {
  margin-top: 30px;
  padding-left: 10px;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_third ul li {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_third ul li a {
  position: relative;
  transition: 0.3s;
  display: inline-block;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_third ul li a::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #5b4534;
  border-right: 1px solid #5b4534;
  transform: rotate(45deg);
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_third ul li a:hover {
  opacity: 0.7;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_last {
  padding-left: 30px;
  border-left: solid 1px #5b4534;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_last ul {
  margin-top: 30px;
  padding-left: 10px;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_last ul li {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_last ul li a {
  position: relative;
  transition: 0.3s;
  display: inline-block;
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_last ul li a::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #5b4534;
  border-right: 1px solid #5b4534;
  transform: rotate(45deg);
}
html footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_last ul li a:hover {
  opacity: 0.7;
}
html footer.global_footer .footer_copyright {
  text-align: center;
  color: #5b4534;
  padding-bottom: 33px;
  margin-top: 50px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1262px) {
  html body .sp_menu_btn {
    display: block;
  }
  html body header.global_header {
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transform: translateY(-100%);
    transition-duration: 300ms;
  }
  html body header.global_header.active {
    transform: translateY(0);
  }
  html body header.global_header .global_header .header_left {
    margin: 0 0 20px 0;
    max-width: 200px;
    width: 100%;
  }
  html body header.global_header .header_right {
    margin: 0;
    padding: 0;
  }
  html body header.global_header .header_right nav.header_menu_wrapper .header_menu {
    flex-direction: column;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
  }
  html body header.global_header .header_right nav.header_menu_wrapper .header_menu li {
    font-size: 24px;
    /* margin-bottom: 20px; */
  }
}
@media screen and (max-width: 1024px) {
  html body main h2 {
    font-size: 32px;
  }
  html body main #FV::before {
    max-width: none;
    min-width: 0;
    width: 150%;
  }
  html body main #FV .fv_main_img {
    left: 0;
    width: 100%;
  }
  html body main #FV .fv_main_img img {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  html body main #FV h2 .first_text {
    top: 8%;
    left: 24.18%;
    font-size: 32px;
  }
  html body main #FV h2 .first_text .small {
    font-size: 24px;
  }
  html body main #FV h2 .second_text {
    top: 14.2%;
    left: 24.25%;
    font-size: 64px;
    line-height: 84px;
  }
  html body main #FV h2 .second_text .small {
    font-size: 24px;
  }
  html body main #FV h2 .third_text {
    top: 25.2%;
    left: 24.25%;
    font-size: 64px;
    line-height: 84px;
  }
  html body main #FV h2 .third_text .small {
    font-size: 24px;
  }
  html body main #FV h2 .third_text::before {
    width: 300%;
  }
  html body main #FV h2 .fourth_text {
    top: 35%;
    left: 41.25%;
    font-size: 48px;
  }
  html body main #FV p.fv_sub_text {
    top: 44%;
    left: 10%;
    font-size: 18px;
    width: 80%;
  }
  html body main #WORRIES .worries_wrapper .worries_figure::before {
    width: 100%;
  }
  html body main #WORRIES .worries_wrapper .worries_figure .worries_background_star {
    transform: rotate(90deg);
    width: 60%;
  }
  html body main #WORRIES .worries_wrapper .worries_figure .worries_item {
    font-size: 18px;
  }
  html body main #INTRO .intro_wrapper {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  html body main #INTRO .intro_wrapper .intro_right {
    width: 100%;
    align-items: center;
  }
  html body main #INTRO .intro_wrapper .intro_right h2 {
    text-align: center;
    margin-top: 10px;
  }
  html body main #INTRO .intro_wrapper .intro_right .intro_text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  html body main #INTRO .intro_wrapper .intro_left {
    width: 100%;
  }
  html body main #INTRO .intro_wrapper .intro_left img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  html body main #REASON {
    margin-top: 5rem;
  }
  html body main #REASON .reason_wrapper .reason_item:nth-of-type(even), html body main #REASON .reason_wrapper .reason_item:nth-of-type(odd) {
    flex-direction: column;
  }
  html body main #REASON .reason_wrapper .reason_item .reason_item_img {
    width: 100%;
  }
  html body main #REASON .reason_wrapper .reason_item .reason_item_text {
    width: 100%;
  }
  html body main #REASON .reason_wrapper .reason_item .reason_item_text h3 {
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  html body main #REASON .reason_wrapper .reason_item .reason_item_text h3 .reason_item_point {
    margin-bottom: 10px;
    display: block;
    width: auto;
  }
  html body main #SYMPTOMS .symptoms_text_wrapper {
    width: 90%;
  }
  html body main #SYMPTOMS .symptoms_list_wrapper {
    width: 90%;
    flex-direction: column-reverse;
  }
  html body main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_left {
    width: 100%;
    margin-top: 30px;
  }
  html body main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_left ul {
    width: 100%;
    padding: 0;
    justify-content: space-evenly;
    align-items: center;
  }
  html body main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_left ul li {
    width: 46%;
  }
  html body main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_right {
    width: 100%;
  }
  html body main #SYMPTOMS .symptoms_list_wrapper .symptoms_list_right img {
    width: 100%;
  }
  html body main #PRICE .price_wrapper {
    flex-direction: column-reverse;
  }
  html body main #PRICE .price_wrapper .price_right {
    width: 100%;
  }
  html body main #PRICE .price_wrapper .price_left {
    width: 100%;
  }
  html body footer.global_footer .footer_wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  html body footer.global_footer .footer_wrapper .footer_site_link {
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  html body footer.global_footer .footer_wrapper .footer_nav {
    width: 80%;
  }
  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu {
    flex-wrap: wrap;
  }
  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu > div {
    margin-bottom: 30px;
  }
  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_first {
    width: 50%;
    padding: 0 15px;
  }
  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_first ul {
    width: 100%;
  }
  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_second {
    width: 50%;
    padding: 0 15px;
  }
  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_second ul {
    width: 100%;
  }
  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_third {
    width: 50%;
    padding: 0 15px;
  }
  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_third ul {
    width: 100%;
  }
  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_last {
    width: 50%;
    padding: 0 15px;
  }
  html body footer.global_footer .footer_wrapper .footer_nav .footer_menu .footer_menu_last ul {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  html body main br.sp_only {
    display: inherit;
  }
  html body main #FV::before {
    width: 160%;
  }
  html body main #FV h2 .first_text {
    left: 10px;
    font-size: 32px;
  }
  html body main #FV h2 .second_text {
    font-size: 48px;
    left: 10px;
  }
  html body main #FV h2 .third_text {
    right: 10px;
    font-size: 48px;
    text-align: right;
    padding: 0;
  }
  html body main #FV h2 .fourth_text {
    right: 10px;
    font-size: 32px;
  }
  html body footer.global_footer {
    padding-top: 30px;
  }
  html body footer.global_footer .footer_wrapper .footer_site_link {
    flex-wrap: wrap;
  }
  html body footer.global_footer .footer_wrapper .footer_site_link a {
    width: 80%;
  }
  html body footer.global_footer .footer_wrapper .footer_site_link a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* 店舗一覧ページ エリア */
.store h1 {
  max-width: 1150px;
  width: 97.916666667%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0 auto 30px auto;
  padding: 15px 0 18px 0;
  background: linear-gradient(180deg, #5b2b0d 0%, #5b2b0d 50%, #5b2b0d 50%, #5b2b0d 100%);
  border-radius: 100px;
  margin-top: 30px;
}

.shop01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0;
  background-color: #ffedd7;
}

.shop01 .inner {
  max-width: 1150px;
  width: 97.916666667%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: table;
}

.shop01 .inner ul {
  width: 60%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.shop01 .inner ul li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.shop01 .inner ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0;
  color: #000000;
}

.shop01 .inner ul li a:hover {
  transition: 1s;
  opacity: 0.3;
}

.shop02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.shop02 .inner {
  max-width: 1180px;
  width: 97.916666667%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: table;
  padding-bottom: 100px;
}

.shop02 .inner #area01,
.shop02 .inner #area02,
.shop02 .inner #area03,
.shop02 .inner #area04,
.shop02 .inner #area05 {
  width: 100%;
  height: auto;
  margin: 60px 0 25px 0;
  padding: 0;
}

.shop02 .inner #area01 strong,
.shop02 .inner #area02 strong,
.shop02 .inner #area03 strong,
.shop02 .inner #area04 strong,
.shop02 .inner #area05 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  color: #5b2b0d;
  display: block;
}

.shop02 .inner #area01 strong span,
.shop02 .inner #area02 strong span,
.shop02 .inner #area03 strong span,
.shop02 .inner #area04 strong span,
.shop02 .inner #area05 strong span {
  font-family: "arial";
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 1em;
  color: #222222;
  margin-top: 12px;
  display: block;
}

.shop02 .inner .cover {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}

.shop02 .inner .cover ul {
  width: 30.79096044%;
  height: auto;
  margin: 0 1.27118644%;
  padding-bottom: 30px;
  border-radius: 15px;
  background-color: #ffedd7;
  padding-left: 0;
}

.shop02 .inner .cover ul li {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  padding: 0 15px;
}

.shop02 .inner .cover ul li:first-child {
  margin-bottom: 25px;
  padding: 0;
}

.shop02 .inner .cover ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.shop02 .inner .cover ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-align: left;
  line-height: 1em;
  color: #000000;
}

.shop02 .inner .cover ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 1.15vw, 14.5px);
  font-weight: 400;
  text-align: left;
  line-height: 1.5em;
  color: #000000;
}

.shop02 .inner .cover ul li:last-child ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 15px;
}

.shop02 .inner .cover ul li:last-child ul li {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}

.shop02 .inner .cover ul li:last-child ul li:first-child {
  float: left;
}

.shop02 .inner .cover ul li:last-child ul li:last-child {
  float: right;
}

.shop02 .inner .cover ul li:last-child ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 0.95vw, 15px);
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0;
  padding: 15px 0 15px 1vw;
  display: block;
}

.shop02 .inner .cover ul li:last-child ul li:first-child a {
  color: #000000;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: #ffffff;
  background-image: url("https://mahalo-riha.net/wp/wp-content/uploads/2023/02/shop_tel_icon.png");
  background-position: 7% center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.shop02 .inner .cover ul li:last-child ul li:last-child a {
  color: #ffffff;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #5b2b0d;
  background-image: url("https://mahalo-riha.net/wp/wp-content/uploads/2023/02/shop_home_icon.png");
  background-position: 7% center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.shop02 .inner .cover ul li:last-child ul li a:hover {
  transition: 1s;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  /* 店舗一覧ページ エリア */
  .shop01 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5.208333333% 0;
    background-color: #ffedd7;
  }
  .shop01 .inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 3.90625%;
    display: table;
  }
  .shop01 .inner ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .shop01 .inner ul li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .shop01 .inner ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.3vw;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0;
    color: #000000;
  }
  .shop01 .inner ul li a:hover {
    transition: 1s;
    opacity: 0.3;
  }
}
@media screen and (max-width: 1024px) {
  .shop02 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .shop02 .inner {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0 3.90625%;
    display: table;
    padding-bottom: 100px;
  }
  .shop02 .inner #area01,
.shop02 .inner #area02,
.shop02 .inner #area03,
.shop02 .inner #area04,
.shop02 .inner #area05 {
    width: 100%;
    height: auto;
    margin: 7.8125% 0 -1.302083333% 0;
    padding: 0;
  }
  .shop02 .inner #area01 strong,
.shop02 .inner #area02 strong,
.shop02 .inner #area03 strong,
.shop02 .inner #area04 strong,
.shop02 .inner #area05 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 6vw;
    font-weight: 600;
    text-align: center;
    line-height: 1em;
    color: #5b2b0d;
    display: block;
  }
  .shop02 .inner #area01 strong span,
.shop02 .inner #area02 strong span,
.shop02 .inner #area03 strong span,
.shop02 .inner #area04 strong span,
.shop02 .inner #area05 {
    font-family: "arial";
    font-size: 2.3vw;
    font-weight: normal;
    text-align: center;
    line-height: 1em;
    color: #222222;
    margin-top: 1.953125%;
    display: block;
  }
  .shop02 .inner .cover {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .shop02 .inner .cover ul {
    width: 100%;
    height: auto;
    margin-top: 5.208333333%;
    padding-bottom: 2.604166666%;
    border-radius: 15px;
    background-color: #ffedd7;
    display: table;
  }
  .shop02 .inner .cover ul li {
    width: 100%;
    height: auto;
    margin-bottom: 1.953125%;
    padding: 0 3.90625%;
  }
  .shop02 .inner .cover ul li:first-child {
    margin-bottom: 5.208333333%;
    padding: 0;
  }
  .shop02 .inner .cover ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .shop02 .inner .cover ul li strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.5vw;
    font-weight: 600;
    text-align: left;
    line-height: 1em;
    color: #000000;
  }
  .shop02 .inner .cover ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.7vw;
    font-weight: 400;
    text-align: left;
    line-height: 1.5em;
    color: #000000;
  }
  .shop02 .inner .cover ul li:last-child ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 3.90625%;
  }
  .shop02 .inner .cover ul li:last-child ul li {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .shop02 .inner .cover ul li:last-child ul li:first-child {
    float: left;
  }
  .shop02 .inner .cover ul li:last-child ul li:last-child {
    float: right;
  }
  .shop02 .inner .cover ul li:last-child ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3vw;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0;
    padding: 3.5vw 0 3.5vw 2.5vw;
    display: block;
  }
  .shop02 .inner .cover ul li:last-child ul li:first-child a {
    color: #000000;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: #ffffff;
    background-image: url("https://mahalo-riha.net/wp/wp-content/uploads/2023/02/shop_tel_icon.png");
    background-position: 3vw center;
    background-repeat: no-repeat;
    background-size: 3vw;
  }
  .shop02 .inner .cover ul li:last-child ul li:last-child a {
    color: #ffffff;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #5b2b0d;
    background-image: url("https://mahalo-riha.net/wp/wp-content/uploads/2023/02/shop_home_icon.png");
    background-position: 3vw center;
    background-repeat: no-repeat;
    background-size: 3vw;
  }
  .shop02 .inner .cover ul li:last-child ul li a:hover {
    transition: 1s;
    opacity: 0.5;
  }
}
/* 初めての方へ　エリア */
.sub-page__title {
  color: rgb(255, 255, 255);
  text-align: center;
  background-image: url(../img/contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

.sub-page__title p {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  padding: 9rem 2rem 6rem 2rem;
  line-height: 1.6;
  font-weight: bold;
  color: #5B4534;
}

@media screen and (max-width: 820px) {
  .sub-page__title p {
    padding: 6rem 2rem 6rem 2rem;
  }
}
.symptoms__title {
  color: #5B4534;
  font-size: 1.75rem;
  text-align: center;
  background-repeat: no-repeat;
  padding: 4.5rem 2rem 0 2rem;
}

.symptoms__mv {
  width: 100%;
  height: auto;
  background-image: url(../img/7P9A6639_wp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  margin-top: 5rem;
  padding-top: 28rem;
  background-position-y: -3.5rem;
}

@media screen and (max-width: 820px) {
  .symptoms__mv {
    padding-top: 20rem;
    background-position-y: -2rem;
  }
}
.symptoms__contents {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-top: -5rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.symptoms__items {
  letter-spacing: -0.4em;
}

.symptoms__items ul {
  padding-left: 0;
}

.symptoms__item {
  display: inline-block;
  width: 25%;
  padding: 0.1rem;
  border: solid 0px;
}
.symptoms__item a {
  cursor: pointer;
  max-width: 500px;
  position: relative;
  display: block;
  width: 100%;
  transition: 0.3s;
}
.symptoms__item a:hover {
  filter: brightness(70%);
}

@media screen and (max-width: 768px) {
  .symptoms__item {
    width: 50%; 
  }
}
.symptoms__button-box {
  position: relative;
  text-align: center;
  margin-top: 2rem;
}

.symptoms__button {
  color: white;
  font-size: 1rem;
  text-align: center;
  background-color: #ffb218;
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-bottom: 1rem;
  padding-right: 0.5rem;
  border: solid;
  border-width: 1px;
  border-color: #ffb218;
  text-decoration: none;
  line-height: 30px;
  outline: none;
  border-radius: 4px;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  transition: 0.3s;
}
.symptoms__button:hover {
  color: #ffb218;
  background-color: #fff;
}

.intro-section__title {
  color: #ffb218;
  font-size: 1.75rem;
  text-align: center;
  background-repeat: no-repeat;
  padding: 4.5rem 2rem 1.5rem 2rem;
  font-weight: bold;
}

/* CARD例 */
.card__space {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

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

.card__inner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 2.5rem 0rem;
  background-color: #ffedd7;
  height: auto;
}

@media screen and (max-width: 768px) {
  .card__inner {
    padding: 0;
  }
}
.card__item {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .card__item {
    flex-direction: column-reverse;
  }
  .card__item--even {
    flex-direction: column;
  }
}
.card__text-box {
  width: 100%;
  margin-right: 2%;
  padding-left: 2rem;
}

@media screen and (max-width: 768px) {
  .card__text-box {
    width: 100%;
    margin-right: 0;
    padding: 2rem;
  }
}
.card__number {
  letter-spacing: 0.2rem;
  font-size: 1rem;
  color: #ffb218;
  font-weight: bold;
  line-height: 1.6;
}

.card__title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #5B4534;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ffb218;
}

.card__text {
  text-align: justify;
}

.card__img {
  width: 100%;
  background-image: url(https://placehold.jp/554x340.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  padding-top: 20rem;
}

.card__img--step01 {
  background-image: url(../img/7P9A6530_wp.jpg);
}

.card__img--step02 {
  background-image: url(../img/7P9A6551_wp.jpg);
}

.card__img--step03 {
  background-image: url(../img/7P9A6539_wp.jpg);
}

.card__img--step04 {
  background-image: url(../img/7P9A6579_wp.jpg);
}

.card__img--step05 {
  background-image: url(../img/7P9A6539_wp.jpg);
}

.card__img--step06 {
  background-image: url(../img/7P9A6742_wp.jpg);
  background-position: top 30% center;
}

.card__img--reason01 {
  background-image: url(../img/7P9A6546_wp.jpg);
}

.card__img--reason02 {
  background-image: url(../img/7P9A6579_wp.jpg);
}

.card__img--reason03 {
  background-image: url(../img/7P9A6639_wp.jpg);
}

.card__img--reason04 {
  background-image: url(../img/7P9A6704_wp.jpg);
}

.card__img--reason05 {
  background-image: url(../img/7P9A6710_wp.jpg);
}

.card__sankaku {
  position: relative;
  width: 0;
  height: 0;
  border-top: 2rem solid #ffedd7;
  border-right: 2.5rem solid transparent;
  border-bottom: 0rem solid transparent;
  border-left: 2.5rem solid transparent;
  margin: -3px auto 0 auto;
  padding: 0rem 0rem 1.5rem 0rem;
  margin-bottom: 30px;
}

/* アクセス */
.access {
  background-color: #F4F0EA;
  padding-bottom: 50px;
}

.access__wrap {
  display: flex;
  margin: 50px auto 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
}

.access__title h2 {
  color: #726C66;
  font-size: 28px;
  text-align: center;
  padding: 50px 0 0;
  margin: 50px 0 30px;
}

.access__text {
  max-width: 500px;
  width: 100%;
  text-align: center;
  height: auto;
  margin-right: 30px;
}

.access__text p {
  margin: 0px 0 15px;
}

.access__img {
  max-width: 430px;
  width: 100%;
  height: auto;
}

/*****768以下*****/
@media screen and (max-width: 768px) {
  .access__wrap {
    flex-direction: column;
    max-width: 96%;
    margin: 25px auto;
  }
  .access__text {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .access__img {
    width: 100%;
    height: auto;
  }
}
/* お問い合わせフォーム */
#contact .wrap {
  max-width: 1000px;
  margin: 0 auto;
}

#contact .onecolumn_h2 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

#contact .onecolumn_h2 h2 {
  background-color: unset;
  color: #3B362B;
  font-size: 33px;
  line-height: 1.35em;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 10px 0px 10px;
  margin: 0;
  border: none;
}

@media screen and (max-width: 768px) {
  #contact .onecolumn_h2 h2 {
    width: 100%;
    text-align: center;
    font-size: 6.5vw;
    padding: 5px 0 0;
  }
}
#contact .onecolumn_h2 p {
  background-color: unset;
  color: #F3A200;
  line-height: 1em;
  font-size: 14px;
  margin: 12px auto 0;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #contact .onecolumn_h2 p {
    font-size: 4.5vw;
    margin-top: 1.5vw;
  }
}
#contact .cta_text {
  margin-bottom: 50px;
  padding: 0 2%;
}

#contact .cta_text p {
  margin-bottom: 0.75em;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #contact .cta_text p {
    text-align: left;
  }
}
#contact_form {
  border-spacing: 0;
  border-collapse: collapse;
}

#contact_form tr:nth-child(odd) {
  background: #fdf7e8;
}

#contact_form th span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #ffb218;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
}

#contact_form th,
#contact_form td {
  padding: 35px 5px;
  border: none;
  text-align: left;
}

#contact_form td {
  width: 65%;
  padding-right: 50px;
}

#contact_form th {
  width: 35%;
  padding-left: 50px;
}

#contact_form tbody {
  display: block;
}

#contact_form tr:nth-child(odd) {
  background: #fdf7e8;
  display: flex;
  width: 100%;
}

#contact_form tr:nth-child(even) {
  background: #fff;
}

#contact_form td textarea.wpcf7-textarea,
#contact_form td input.wpcf7-text,
#contact_form td select.wpcf7-select,
#contact_form td input.wpcf7-date {
  width: 100%;
  padding: 15px 15px;
  margin: 5px 0;
  font-weight: 500;
  color: #3a3a3a;
  border: solid 1px #d5d5d5;
  background: #ffffff;
}

#contact_form td input.wpcf7-text,
#contact_form td select.wpcf7-select,
#contact_form td input.wpcf7-date {
  max-width: 650px;
}

#contact_form span.wpcf7-list-item {
  margin: 0 0 0.35em 0;
}

#contact_form span.wpcf7-list-item span.wpcf7-list-item-label {
  margin-right: 16px;
  font-size: 16px;
  font-weight: bold;
}

#contact_form td span.gray {
  display: block;
  font-size: 15px;
  color: #dd5218;
  font-weight: bold;
}

#contact_form td span.red {
  display: block;
  font-size: 16px;
  color: #fd7801;
  font-weight: bold;
}

.contact_p1 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.contact_p1 input[type=submit] {
  text-align: center;
  background: #ffb218;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  height: 60px;
  width: 240px;
  border-radius: 8px;
  border: unset;
  box-shadow: none;
  color: #fff;
  letter-spacing: 4.4px;
}

.contact_p1 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.contact_p1 input[type=submit] {
  text-align: center;
  background: #ffb218;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  height: 60px;
  width: 240px;
  border-radius: 8px;
  border: unset;
  box-shadow: none;
  color: #fff;
  letter-spacing: 4.4px;
}

/*new*/
.under_page {
  margin-top: 100px;
}

.form__list {
  width: 100%;
  display: flex;
  vertical-align: middle;
}

.form__list:nth-child(odd) {
  background: #fdf7e8;
}

.form__title span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #ffb218;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
}

.form__title,
.form__text {
  padding: 35px 5px;
  border: none;
  text-align: left;
}

.form__text {
  width: 65%;
  padding-right: 50px;
}

.form__title {
  width: 35%;
  padding-left: 50px;
  display: flex;
  align-items: center;
}

.form__text span.gray {
  display: block;
  font-size: 15px;
  color: #dd5218;
  font-weight: bold;
}

.form__text span.red {
  display: block;
  font-size: 16px;
  color: #fd7801;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .form__list {
    flex-direction: column;
    padding: 4% 3%;
  }
  .form__title,
.form__text {
    width: 100%;
    padding: 1% 0%;
  }
}
/*サンクスページ*/
#thanks_page_wrap {
  margin-top: 30px;
  margin-bottom: 90px;
  padding: 0 5%;
}

#thanks_page_wrap p {
  margin-bottom: 1.55em;
  line-height: 1.45;
}

@media screen and (max-width: 768px) {
  #thanks_page_wrap {
    margin-bottom: 15vw;
  }
}

/*2023/05/18|アクセスページ用*/
.contact01,.contact02,.contact03 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.contact01 {
  width: 100%;
  margin: 40px auto 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.contact01_left {
    width: 44%;
}
.contact01_right {
    width: 54%;
}
.contact01_right tbody tr th {
    width: 20%;
    font-size: 16px;
}
.contact01_right tbody tr td {
    width: 80%;
    font-size: 16px;
}
.contact02 {
    margin-bottom: 20px;
}
.contact03 {
    width: 50%;
    margin: 40px auto 40px;
    padding: 20px;
    background-color: #fcfbf8;
    border: solid 2px #e1dfdd;
    border-radius: 10px;
}
.contact03 ul {
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.contact03 ul li {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 260px;
}
.contact03 ul li p img {
    margin: 0px auto 5px;
}
@media screen and (max-width: 768px) {
  .contact01 {
    width: 100%; 
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .contact01_left {
    width: 90%;
    margin-bottom: 20px;
  }
  .contact01_right {
    width: 90%;
  }
  .contact01_right tbody tr th {
    width: 25%;
    font-size: 14px;
  }
  .contact01_right tbody tr td {
    width: 75%;
    font-size: 14px;
  }
  .contact03 {
    width: 90%;
  }
  .contact03 ul {
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }
  .contact03 ul li {
    width: 280px;
    margin-bottom: 20px;
    font-size: 20px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .contact03 ul li:last-child {
    margin-bottom: 0px;
  }
}

/*2023/05/22|症例中身CSS*/
h2.ttl02 {
  margin-bottom: 10px!important;
  font-size: 32px!important;
  text-align: center;
  color: #704131;
  background-color: #fff!important;
}
.class_list ul {
    width: 100%;
    border: 1px solid #157f75;
    padding: 10px 10px;
    margin-bottom: 1em;
}
.class_list ul li {
    padding: 15px 0;
    border-bottom: 1px dotted #157f75;
    font-weight: bold;
    padding-left: 35px;
    background-image: url(../img/check.png);
    background-size: 25px;
    background-position: left center;
    background-repeat: no-repeat;
}
.entry-content.cf p span {
    font-weight: bold;
    color: #f00;
}
@media screen and (max-width: 768px) {
  h2.ttl02 {
    margin-bottom: 10px!important;
    font-size: 24px!important;
    text-align: center;
    color: #704131;
    background-color: #fff!important;
  }
}

