html {
  scroll-behavior: smooth;
}

#miracle_Page {
  background-color: #f9f5ed;
}

#miracle_Page .sp {
  display: none;
}

#miracle_Page figure {
  position: relative;
}

/* #miracle_Page figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

#miracle_Page .cap_Txt {
  position: absolute;
  bottom: 10px;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.1em;
}

#miracle_Page .cap_R {
  right: 6px;
}

#miracle_Page .cap_L {
  left: 6px;
}

#miracle_Page .cap_W {
  color: #fff;
}

#miracle_Page .tab_Box .bottom {
  bottom: -20px;
}

#miracle_Page .cap_ShaB {
  text-shadow: 0 0 2px #000, 0 -2px 2px #000, 0 2px 2px #000, 2px 0 2px #000, -2px 0 2px #000;
}

#miracle_Page .cap_Txt02 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
}

#miracle_Page .sub_Txt {
  margin-top: 5px;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#miracle_Page .flex {
  display: flex;
}

#miracle_Page .inner_1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

#miracle_Page a {
  display: block;
  transition: .3s;
}

#miracle_Page a:hover {
  opacity: .6;
}

#miracle_Page .notes {
  font-size: 12px;
  line-height: 1.4;
}

#miracle_Page ul.notes {
  padding-left: 1.5em;
  list-style-type: '※';
  box-sizing: border-box;
}

[class*="fade"] {
  opacity: 0;
  transition: 1s;
}

[class*="fade"][class*="_up"] {
  transform: translateY(50px);
}

[class*="fade"][class*="_right"] {
  transform: translateX(80px);
}

[class*="fade"][class*="_left"] {
  transform: translateX(-80px);
}

[class*="fade"].active {
  opacity: 1;
}

[class*="fade"][class*="_up"].active {
  transform: translateY(0);
}

[class*="fade"][class*="_right"].active,
[class*="fade"][class*="_left"].active {
  transform: translateX(0);
}

#hero_Vis {
  position: relative;
  width: 100%;
  border-bottom: 15px solid #f8b856;
}

#hero_Vis h2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#hero_Vis h2 picture {
  display: block;
  width: 100%;
  height: 100%;
}

/* 共通タイトル */
.head_Block01 {
  text-align: center;
  margin-bottom: 2em;
}

.head_Block01>h3 {
  margin-bottom: 1em;
  font-size: min(6vw, 28px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

.head_Block01>h3 span {
  font-size: 80%;
}

.head_Block01>h3 sup {
  font-size: 10px;
  vertical-align: top;
}

.head_Block01>p {
  font-size: 15px;
  line-height: 2;
}

.sidewave_Ttl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 1em;
  color: #94252a;
  font-size: min(6vw, 26px);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}

.sidewave_Ttl::before,
.sidewave_Ttl::after {
  display: block;
  content: '';
  width: 3em;
}

.sidewave_Ttl::before {
  background: url(../img/ttl_line01.png) no-repeat center center;
  background-size: 100%;
}

.sidewave_Ttl::after {
  background: url(../img/ttl_line02.png) no-repeat center center;
  background-size: 100%;
}

.sidewave_Ttl.fill_c {
  mix-blend-mode: luminosity;
}

.linebtm_Ttl {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 2em;
  color: #000;
  font-size: min(5vw, 24px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.linebtm_Ttl::after {
  display: block;
  content: '';
  width: 100%;
  height: 20px;
  margin-top: 15px;
  background: url(../img/ttl_btmline.png) no-repeat center center;
  background-size: contain;
}

.illust_pos {
  position: absolute;
  z-index: 0;
}

/* */
#beppu_Area01 {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

#beppu_Area01 .beppu_Photo {
  flex-wrap: wrap;
  gap: 15px;
  max-width: 715px;
  width: 100%;
  margin: 0 auto;
}

#beppu_Area01 .beppu_Photo figure {
  width: calc((100% - 15px) / 2);
}

#beppu_Area01 .beppu_Photo figure:first-child {
  width: 100%;
}

#beppu_Area01 .pos01 {
  top: 15%;
  left: 0;
  max-width: 145px;
  width: 10vw;
}

#beppu_Area01 .pos02 {
  top: 25%;
  right: 5%;
  max-width: 190px;
  width: 12vw;
}

/* タブ切り替え */
#tab_Wrap {
  padding: 80px 0 0;
}

.tab_BtnArea {
  justify-content: center;
  align-items: flex-start;
  gap: 2%;
  width: 90%;
  margin: 0 auto;
}

.tab_Btn {
  position: relative;
  max-width: 500px;
  width: 49%;
  padding: 20px 0;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
  transition: .3s;
  cursor: pointer;
}

.tab_Btn>img {
  display: block;
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
}

.tab_Btn01 {
  background-color: #f8b856;
}

.tab_Btn02 {
  background-color: #428594;
}

.tab_Btn .illust_pos {
  bottom: 10px;
  max-width: 50px;
  width: 6vw;
  transition: 1s;
}

.tab_Btn01 .pos03 {
  left: 2%;
}

.tab_Btn02 .pos04 {
  right: 2%;
}

.tab_Btn:hover {
  opacity: .6;
}

.tab_Btn.active .illust_pos {
  max-width: 70px;
}

.tab_BtnArea.bottom {
  margin-bottom: 80px;
  justify-content: center;
}

.tab_BtnArea.bottom .tab_Btn {
  border-radius: 0 0 20px 20px;
}

.tab_Btn.bottom .illust_pos {
  top: 10px;
  bottom: auto;
}

.tab_Box {
  display: none;
  position: relative;
  overflow: hidden;
}

.tab_Box .special-btn_wrap {
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tab_Box .btn {
  margin: 15% auto 0;
  width: 45%;
  max-width: 500px;
  padding-block: min(25px, 3%);
  text-align: center;
  color: #fff;
  border-radius: 5px;
  position: relative;
  transition: .5s;
  scale: 1;
  position: relative;
}

.tab_Box .btn::before {
  content: "";
  position: absolute;
  width: 75%;
  aspect-ratio: 10/1;
  left: 50%;
  top: -50%;
  transform: translateX(-50%);
}

.tab_Box .btn .arrow {
  position: absolute;
  width: 7%;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  transition: .5s;
}

.tab_Box .btn .arrow::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 170%;
  aspect-ratio: 1/1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 100px;
}

.tab_Box .btn:hover {
  transform: translateY(9px);
}

.tab_Box .btn:hover .arrow {
  right: 5%;
}

.tab_Box .btn:hover .arrow::before {
  left: 50%;
}

.tab_Box .btn a:hover {
  opacity: 1 !important;
}

.tab_Box .btn.special-btn_1 {
  background-color: #f8b856;
  box-shadow: 0px 9px 0px 0px #ad7e3e;
}

.tab_Box .btn.special-btn_1:hover {
  box-shadow: 0px 0px 0px 0px #ad7e3e;
}

.tab_Box .btn.special-btn_1::before {
  background: transparent url("../img/btn1_text.svg") left top / cover no-repeat;
}

.tab_Box .btn.special-btn_1 .imgBox {
  width: 38%;
  margin-inline: auto;
}

.tab_Box .btn.special-btn_1 .btnDeco {
  left: 2%;
}

.tab_Box .btn.special-btn_2 {
  background-color: #428594;
  box-shadow: 0px 9px 0px 0px #2c5c64;
}

.tab_Box .btn.special-btn_2:hover {
  box-shadow: 0px 0px 0px 0px #2c5c64;
}

.tab_Box .btn.special-btn_2::before {
  background: transparent url("../img/btn2_text.svg") left top / cover no-repeat;
}

.tab_Box .btn.special-btn_2 .imgBox {
  width: 40%;
  margin-inline: auto;
}

.tab_Box.active {
  display: block;
  background-color: #fff;
  box-sizing: border-box;
}

.tab_Box .tab_Ttl {
  position: relative;
}

.tab_Box .tab_Ttl>div {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: min(3.5vw, 20px);
  line-height: 2;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.tab_Box .tab_Ttl>div img {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 20px;
}

.tab_Box .tab_Ttl img {
  object-fit: cover;
}

.tab_Box .inner_1000 {
  padding: 80px 0;
}

.tab_Box .scene_Box {
  gap: 50px;
}

.tab_Box .scene_Box h3 {
  margin-bottom: 1em;
  font-size: min(7vw, 20px);
  line-height: 1.5;
}

.tab_Box .scene_Box h3 .en {
  display: block;
  margin-bottom: 0.5em;
  color: #f8b856;
  font-size: 180%;
  font-family: "Caveat Brush", cursive;
  font-style: italic;
  letter-spacing: 0.05em;
}

.tab_Box .scene_Box p,
.tab_Box .scene_Box02 p {
  font-size: 15px;
  line-height: 2;
}

.tab_Box .scene_Box figure {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.tab_Box .scene_Box02 {
  position: relative;
}

.tab_Box .scene_Box02:not(:first-child) {
  margin-top: 80px;
}

.tab_Box .scene_Box02 figure {
  display: block;
  border-radius: 10px;
}

.tab_Box .scene_Box .text_R,
.tab_Box .scene_Box02 .text_R {
  text-align: right;
}

.tab01 {
  border: 20px solid #f8b856;
}

.tab01 .scene_Block {
  background: url(../img/line.svg) no-repeat left 40% top;
  background-size: 70% 100%;
}

.tab02 {
  border: 20px solid #428594;
}

/* 個別設定 */
.scene_Box.box01 .flex {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
}

.tab01_img01 {
  max-width: 650px;
  width: 60vw;
}

.scene_Box.box02 {
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  margin-top: 80px;
}

.tab01_img02 {
  max-width: 460px;
  width: 40vw;
  margin-left: -50px;
}

.pos_tab01_01 {
  top: -5vw;
  left: -10%;
  max-width: 160px;
  width: 20vw;
}

.scene_Box.box03 {
  position: relative;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 50px;
  margin-top: 80px;
  margin-bottom: 100px;
}

.tab01_img03 {
  max-width: 540px;
  width: 50vw;
  margin-right: -50px;
}

.pos_tab01_02 {
  top: 0;
  left: 30%;
  max-width: 60px;
  width: 10vw;
}

.pos_tab01_03 {
  top: -40%;
  right: -10%;
  max-width: 280px;
  width: 20vw;
}

.scene_Box.box04 {
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.scene_Box.box05 {
  position: relative;
  margin-bottom: 100px;
}

.scene_Box.box05>.flex:first-child {
  position: relative;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 50px;
  margin-top: 80px;
  padding-bottom: 5%;
  z-index: 1;
}

.scene_Box.box05 .flex>div {
  width: 60%;
}

.tab01_img05 {
  align-items: center;
  gap: 10px;
  width: 100%;
}

.tab01_img05 img {
  max-width: 250px;
  width: 25vw;
}

.tab01_img05 .sub_Txt {
  white-space: nowrap;
}

.scene_Box.box05>.flex:last-child {
  position: relative;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
  z-index: 0;
}

.tab01_img07 {
  max-width: 200px;
  width: 20vw;
  margin-top: 30px;
  margin-left: -20px;
}

.tab01_img08 {
  max-width: 410px;
  width: 40vw;
}

.tab01_img06 {
  max-width: 380px;
  width: 35vw;
  margin-top: -5vw;
}

.pos_tab01_04 {
  top: 0;
  left: 23%;
  max-width: 100px;
  width: 15vw;
}

.scene_Box.box06 {
  position: relative;
  margin-bottom: 100px;
}

.scene_Box.box06>.flex:first-child {
  position: relative;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  z-index: 1;
}

.scene_Box.box06>.flex:nth-child(2) {
  position: relative;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 50px;
  margin-top: -1vw;
  z-index: 1;
}

.scene_Box.box06>.flex:last-child>div {
  width: 40%;
}

.tab01_img10 {
  max-width: 370px;
  width: 35vw;
  margin-top: 50px;
  margin-right: -20px;
}

.tab01_img09 {
  max-width: 270px;
  width: 25vw;
}

.tab01_img11 {
  max-width: 470px;
  width: 40vw;
}

.pos_tab01_05 {
  top: 5%;
  left: 3%;
  max-width: 300px;
  width: 30vw;
}

.pos_tab01_06 {
  top: 30%;
  right: 10%;
  max-width: 100px;
  width: 15vw;
  z-index: 2;
}

.pos_tab01_07 {
  bottom: 0;
  left: -10%;
  max-width: 80px;
  width: 10vw;
}

.pos_tab01_08 {
  bottom: 0;
  right: -13%;
  max-width: 100px;
  width: 10vw;
}

.scene_Box07 .sidewave_Ttl {
  justify-content: flex-start;
}

.scene_Box.box07 {
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 50px;
  z-index: 1;
}

.scene_Box.box07>div {
  width: 40%;
}

.tab01_img12 {
  max-width: 450px;
  width: 45vw;
}

.pos_tab01_09 {
  top: 0;
  left: 40%;
  max-width: 60px;
  width: 10vw;
}

.pos_tab01_10 {
  bottom: 0;
  left: -20%;
  max-width: 180px;
  width: 20vw;
}

/* tab02 */
.scene_Box02.box01 .flexBox01 {
  position: relative;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 50px;
  z-index: 1;
}

.scene_Box02.box01 .flexBox01>div {
  width: calc(100% - (38% + 50px));
}

.scene_Box02.box01 .flexBox01 .img_Area {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.tab02_img01 {
  max-width: 380px;
  width: 38%;
}

.tab02_img02 {
  position: relative;
  max-width: 310px;
  width: 30vw;
  margin-left: 10px;
  z-index: 1;
}

.tab02_img03 {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 215px;
  width: 15vw;
  transform: translateY(-50%);
  z-index: 0;
}

.tab02_img04 {
  position: relative;
  max-width: 310px;
  width: 30vw;
  margin-top: 20px;
  margin-left: -20px;
  z-index: 1;
}

.scene_Box02.box01 .flexBox02 {
  position: relative;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 50px;
  margin-top: -4vw;
  padding-right: 5%;
  box-sizing: border-box;
  z-index: 0;
}

.tab02_img05 {
  max-width: 320px;
  width: 32%;
}

.scene_Box02.box01 .pos_tab02_01 {
  top: 10%;
  left: -10%;
  max-width: 80px;
  width: 10vw;
  z-index: 2;
}

.scene_Box02.box02 .flex {
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.tab02_img06 {
  margin-bottom: 20px;
}

.scene_Box02.box02 .pos_tab02_02 {
  top: 14%;
  right: -2%;
  max-width: 100px;
  width: 10vw;
  z-index: 2;
}

.scene_Box02.box03>.flex {
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.tab02_img08 {
  align-items: flex-end;
  gap: 10px;
  width: 55%;
}

.tab02_img08 figcaption {
  display: block;
  white-space: nowrap;
}

.tab02_img10 {
  position: relative;
  max-width: 550px;
  width: 40vw;
  margin-top: 20px;
  z-index: 1;
}

.tab02_img09 {
  position: relative;
  max-width: 500px;
  width: 40vw;
  margin-top: 20px;
  z-index: 1;
}

.scene_Box02.box04 .flexBox01 {
  position: relative;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
  z-index: 1;
}

.tab02_img11 {
  max-width: 420px;
  width: 50vw;
}

.scene_Box02.box04 .flexBox02 {
  position: relative;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  margin-top: -2vw;
  z-index: 0;
}

.scene_Box02.box04 .flexBox02>div {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-25%);
}

.tab02_img12 {
  width: 75%;
}

.tab02_img13 {
  max-width: 200px;
  width: 20vw;
  margin: 20px 0 0 auto;
}

.scene_Box02.box05 .pos_tab02_03 {
  top: -8%;
  right: -5%;
  max-width: 100px;
  width: 10vw;
  z-index: 2;
}

.scene_Box02.box05>.flex {
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.tab02_img14 {
  max-width: 450px;
  width: 50vw;
  margin-top: 20px;
  margin-left: -20px;
}

.tab02_img15 {
  max-width: 450px;
  width: 50vw;
  margin-top: 20px;
}

/* 6刀流 */
#six_Area {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 150px auto;
}

#six_Area .six_Chart {
  position: relative;
  background: url(../img/chart_img.png) no-repeat center center;
  background-size: 45%;
  aspect-ratio: 1/1;
}

#six_Area .six_Chart>div {
  position: absolute;
  max-width: 330px;
  width: 25vw;
}

#six_Area .six_Chart .chart_01 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#six_Area .six_Chart .chart_01 .cap_R {
  right: 20px;
  bottom: 5px;
}

#six_Area .six_Chart .chart_02 {
  top: 20%;
  right: 0;
}

#six_Area .six_Chart .chart_03 {
  bottom: 20%;
  right: 0;
}

#six_Area .six_Chart .chart_03 .cap_R {
  right: 35px;
  bottom: 18px;
}

#six_Area .six_Chart .chart_04 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#six_Area .six_Chart .chart_05 {
  bottom: 20%;
  left: 0;
}

#six_Area .six_Chart .chart_05 .cap_R {
  right: 35px;
  bottom: 10px;
}

#six_Area .six_Chart .chart_06 {
  top: 20%;
  left: 0;
}

#six_Area .six_Chart .chart_06 .cap_R {
  right: 35px;
  bottom: 10px;
}

#six_Area .six_Chart>div p {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

#six_Area .six_Chart .cap_R {
  right: 25px;
}

#six_Area .pos_six01 {
  top: 0;
  left: 20%;
  max-width: 90px;
  width: 10vw;
}

#six_Area .pos_six02 {
  top: 0;
  right: 15%;
  max-width: 120px;
  width: 10vw;
}

/* my温泉 */
#onsen_Area {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 150px;
  padding-bottom: 100px;
}

#onsen_Area .flex {
  gap: 30px;
}

#onsen_Area .pos_onsen01 {
  top: 15%;
  left: 2%;
  max-width: 150px;
  width: 15vw;
}

#onsen_Area .pos_onsen02 {
  top: 8%;
  right: 25%;
  max-width: 65px;
  width: 4vw;
}

#onsen_Area .pos_onsen03 {
  bottom: 0;
  right: 10%;
  max-width: 300px;
  width: 35vw;
}

/* アクセス */
#access_Area {
  position: relative;
  margin-bottom: 150px;
  padding-bottom: 30px;
}

#access_Area .cap_R {
  right: 20px;
}

#access_Area .access_Map {
  margin-top: -5vw;
}

#access_Area .access_Block {
  margin-top: -15vw;
}

.access_Block .head_Block01>p {
  font-size: clamp(10px, 1.1vw, 15px);
  line-height: 2;
}

#access_Area .parking_Block {
  position: relative;
  margin-top: 50px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

#access_Area .parking_Block h4 {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#access_Area .parking_Block h4 img {
  display: block;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}

#access_Area .parking_Block .flex {
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 30px 0;
}

#access_Area .parking_Block .flex>div {
  text-align: center;
}

#access_Area .parking_Block h5 {
  margin-bottom: 0.5em;
  font-size: min(8vw, 32px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

#access_Area .parking_Block h5 span {
  font-size: 80%;
}

#access_Area .parking_Block h5 em {
  color: #f8b856;
  font-size: 160%;
}

#access_Area .parking_Block p {
  font-size: 15px;
  line-height: 2;
}

#access_Area .parking_Block .flex figure {
  max-width: 350px;
  width: calc((100% - 50px) / 2);
}


/* 資産価値 */
#value_Area {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 150px;
}

#value_Area .value_Block {
  padding: 40px 0;
  color: #fff;
  background: url(../img/value_bg.jpg) no-repeat left top, #071133;
  background-size: contain;
  font-size: 15px;
  line-height: 2;
}

#value_Area .value_Box01 {
  width: 30%;
  margin: 0 0 0 auto;
  padding: 0px 5% 0 0;
  box-sizing: border-box;
}

#value_Area .value_Box01 p {
  margin-top: 1em;
}

#value_Area .value_Box02 {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2em;
}

#value_Area .value_Box02 p {
  margin-top: -4vw;
}

/* 半投半住 */
#hantou_Area {
  max-width: 875px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 150px;
}

/* アフターサポート */
#after_Area {
  max-width: 870px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 150px;
}

#after_Area .after_Block:not(:first-child) {
  margin-top: 80px;
}

#after_Area .after_Block>h4 {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  border-bottom: 5px solid #e9dbc4;
  font-size: min(4vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}

#after_Area .after_Block>h4 strong {
  font-size: min(8vw, 28px);
  font-family: "Zen Maru Gothic", sans-serif;
}

#after_Area .after_Block>h4 sup {
  font-size: 10px;
  vertical-align: top;
}

#after_Area .after_Block h5 {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  font-size: min(5vw, 22px);
  font-weight: 600;
}

#after_Area .after_Block p {
  font-size: 15px;
  line-height: 2;
}

#after_Area .after_Block .notes {
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 2;
}

#after_Area .after_Block .ta_c {
  text-align: center;
}

#after_Area .after_Block .flex {
  align-items: stretch;
  gap: 30px;
}

#after_Area .after_Block .flex>* {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc((100% - 30px) / 2);
}

/* ご来場キャンペーン */
#welcome_Area {
  padding: 80px 0;
  background: url(../img/leben_bg.jpg) no-repeat center center;
  background-size: cover;
}

#welcome_Area h4 {
  color: #fff;
  font-size: min(6vw, 30px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

#welcome_Area h4 small {
  font-size: min(4vw, 20px);
}

#welcome_Area .welcome_Flow {
  margin: 50px auto;
}

#welcome_Area .welcome_Flow>p {
  display: block;
  padding: 15px 0;
  color: #94252a;
  background-color: #fff352;
  font-size: min(5vw, 24px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
}

#welcome_Area .welcome_Flow .flex {
  gap: 10%;
}

#welcome_Area .welcome_Flow li>img {
  display: block;
  width: 30px;
  margin: 0 auto;
  padding: 20px 0;
}

#welcome_Area .welcome_Flow .flex p {
  display: block;
  padding: 15px 0;
  color: #fff;
  background-color: #9d7856;
  font-size: min(2.8vw, 20px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
}

#welcome_Area .notes {
  margin-top: 20px;
  color: #fff;
}

.notes_Block {
  padding: 80px 0;
}


/*================
sp
================*/
@media screen and (max-width: 768px) {
  #miracle_Page .pc {
    display: none;
  }

  #miracle_Page .sp {
    display: block;
  }

  #miracle_Page .cap_Txt02 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  #miracle_Page .sub_Txt {
    margin-top: 5px;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }

  /* #miracle_Page .flex {
    display: flex;
  } */

  /* #miracle_Page .inner_1000 {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  } */

  #miracle_Page a {
    display: block;
    transition: .3s;
  }

  #miracle_Page a:hover {
    opacity: .6;
  }

  #miracle_Page .notes {
    font-size: 12px;
    line-height: 1.4;
  }

  #miracle_Page ul.notes {
    padding-left: 1.5em;
    list-style-type: '※';
    box-sizing: border-box;
  }

  #hero_Vis figure {
    width: 100%;
    height: 100%;
  }

  #hero_Vis figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* 共通タイトル */
  /* .head_Block01 {
    text-align: center;
    margin-bottom: 2em;
  }

  .head_Block01>h3 {
    margin-bottom: 1em;
    font-size: min(6vw, 28px);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.6;
  }

  .head_Block01>h3 span {
    font-size: 80%;
  }

  .head_Block01>h3 sup {
    font-size: 10px;
    vertical-align: top;
  }

  .head_Block01>p {
    font-size: 15px;
    line-height: 2;
  }

  .sidewave_Ttl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 1em;
    color: #94252a;
    font-size: min(6vw, 26px);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .sidewave_Ttl::before,
  .sidewave_Ttl::after {
    display: block;
    content: '';
    width: 3em;
  }

  .sidewave_Ttl::before {
    background: url(../img/ttl_line01.png) no-repeat center center;
    background-size: 100%;
  }

  .sidewave_Ttl::after {
    background: url(../img/ttl_line02.png) no-repeat center center;
    background-size: 100%;
  }

  .sidewave_Ttl.fill_c {
    mix-blend-mode: luminosity;
  }

  .linebtm_Ttl {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 2em;
    color: #000;
    font-size: min(6vw, 24px);
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .linebtm_Ttl::after {
    display: block;
    content: '';
    width: 100%;
    height: 20px;
    margin-top: 15px;
    background: url(../img/ttl_btmline.png) no-repeat center center;
    background-size: contain;
  }

  .illust_pos {
    position: absolute;
    z-index: 0;
  } */

  /* */
  #beppu_Area01 {
    padding: 60px 0;
  }

  /* #beppu_Area01 .beppu_Photo {
    flex-wrap: wrap;
    gap: 15px;
    max-width: 715px;
    width: 100%;
    margin: 0 auto;
  }

  #beppu_Area01 .beppu_Photo figure {
    width: calc((100% - 15px) / 2);
  }

  #beppu_Area01 .beppu_Photo figure:first-child {
    width: 100%;
  } */

  #beppu_Area01 .pos01 {
    left: -2%;
    width: 15vw;
  }

  #beppu_Area01 .pos02 {
    top: 17%;
    right: -2%;
    width: 20vw;
  }

  /* タブ切り替え */
  #tab_Wrap {
    padding: 60px 0 0;
  }

  /* .tab_BtnArea {
    justify-content: center;
    align-items: flex-start;
    gap: 2%;
    width: 90%;
    margin: 0 auto;
  }

  .tab_Btn {
    position: relative;
    max-width: 500px;
    width: 49%;
    padding: 20px 0;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    transition: .3s;
    cursor: pointer;
  } */

  .tab_Btn>img {
    width: 60%;
  }

  .tab_Btn .illust_pos {
    width: 8vw;
  }

  .tab_Btn01 .pos03 {
    left: 0%;
  }

  .tab_Btn02 .pos04 {
    right: 0%;
  }

  .tab_Box .btn {
    width: 100%;
    margin: 20% auto 0;
    border-radius: 10px;
  }

  .tab_Box .btn .arrow::before {
    top: 64%;
  }

  .tab_Box .tab_Ttl {
    aspect-ratio: 2/1;
  }

  .tab_Box .tab_Ttl figure {
    width: 100%;
    height: 100%;
  }

  .tab_Box .tab_Ttl figure>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tab_Box .tab_Ttl>div {
    width: 100%;
  }

  .tab_Box .tab_Ttl>div img {
    max-width: 150px;
  }

  .tab_Box .inner_1000 {
    padding: 60px 0;
  }

  .tab_Box .scene_Box {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  .tab_Box .scene_Box h3 {
    text-align: center;
  }

  .tab_Box .scene_Box02:not(:first-child) {
    margin-top: 80px;
  }

  .tab_Box .scene_Box02 figure {
    display: block;
    border-radius: 10px;
  }

  .tab01 {
    border: 10px solid #f8b856;
  }

  .tab01 .scene_Block {
    background: unset;
  }

  .tab02 {
    border: 10px solid #428594;
  }

  /* 個別設定 */
  .scene_Box.box01 .flex {
    gap: 20px;
  }

  .tab01_img01 {
    max-width: 100%;
    width: 100%;
  }

  .scene_Box.box02 {
    gap: 20px;
  }

  .tab01_img02 {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    order: 2;
  }

  .pos_tab01_01 {
    top: -100px;
    left: -2%;
    width: 25vw;
  }

  .scene_Box.box03 {
    gap: 20px;
  }

  .tab01_img03 {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .pos_tab01_02 {
    top: 5%;
    left: 0;
  }

  .pos_tab01_03 {
    top: unset;
    bottom: -10%;
    right: unset;
    left: 0;
    width: 50vw;
  }

  .scene_Box.box04 {
    gap: 20px;
  }

  .tab01_img04 {
    order: 2;
  }

  .scene_Box.box05 {
    position: relative;
    margin-bottom: 100px;
  }

  .scene_Box.box05>.flex:first-child {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  .scene_Box.box05 .flex>div {
    width: 100%;
  }

  .tab01_img05 img {
    width: 100%;
  }

  .scene_Box.box05>.flex:nth-child(2) {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  .tab01_img07 {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .tab01_img08 {
    max-width: 100%;
    width: 100%;
  }

  .tab01_img06 {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }

  .pos_tab01_04 {
    top: 0;
    left: 0;
    width: 20vw;
  }

  /* 
  .scene_Box.box06 {
    position: relative;
    margin-bottom: 100px;
  } */
  .scene_Box.box06 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .scene_Box.box06>.flex:first-child {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    order: 2;
  }

  .scene_Box.box06>.flex:nth-child(2) {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 0;
  }

  .scene_Box.box06>.flex:last-child>div {
    width: 100%;
  }

  .tab01_img10 {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .tab01_img09 {
    max-width: 60%;
    width: 100%;
  }

  .tab01_img11 {
    max-width: 100%;
    width: 100%;
    order: 2;
  }

  .pos_tab01_05 {
    top: 0;
    left: 0;
    width: 50vw;
  }

  .pos_tab01_06 {
    top: 23%;
    right: -5%;
    width: 20vw;
  }

  .pos_tab01_07 {
    display: none;
  }

  .pos_tab01_08 {
    bottom: 4%;
    right: 5%;
    width: 20vw;
  }

  .scene_Box07 .sidewave_Ttl {
    justify-content: center;
  }

  .scene_Box.box07 {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  .scene_Box.box07>div {
    width: 100%;
  }

  .tab01_img12 {
    max-width: 100%;
    width: 100%;
  }

  .pos_tab01_09 {
    top: 0;
    left: unset;
    right: 0;
    width: 5vw;
  }

  .pos_tab01_10 {
    display: none;
  }

  /* tab02 */
  .scene_Box02.box01 .flexBox01 {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  .scene_Box02.box01 .flexBox01>div {
    width: 100%;
    order: 1;
  }

  .scene_Box02.box01 .flexBox01 .img_Area {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }

  .tab02_img01 {
    width: 80%;
    margin: 0 auto;
    order: 2;
  }

  .tab02_img02 {
    width: 55%;
    margin-left: 0;
    z-index: 1;
  }

  .tab02_img03 {
    width: 40%;
  }

  .tab02_img04 {
    width: 60%;
    margin-left: -2%;
  }

  .scene_Box02.box01 .flexBox02 {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    padding-right: 0;
  }

  .scene_Box02.box01 .flexBox02 p {
    text-align: left;
  }

  .tab02_img05 {
    width: 100%;
    margin: 0 auto;
  }

  .scene_Box02.box01 .pos_tab02_01 {
    display: none;
  }

  .scene_Box02.box02 .flex {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  .scene_Box02.box02 .flex p {
    text-align: left;
  }

  .scene_Box02.box02 .pos_tab02_02 {
    top: 14%;
    width: 20vw;
  }

  .scene_Box02.box03>.flex {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  .scene_Box02.box03>.flex>div:first-child {
    order: 2;
  }

  .tab02_img10 {
    width: 100%;
  }

  .tab02_img09 {
    width: 100%;
    margin-top: 20px;
  }

  .scene_Box02.box04 .flexBox01 {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  .scene_Box02.box04 .flexBox01>p {
    display: block;
    width: 100%;
    text-align: left;
  }

  .tab02_img11 {
    width: 100%;
  }

  .scene_Box02.box04 .flexBox02 {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }

  .scene_Box02.box04 .flexBox02>div {
    position: unset;
    top: unset;
    right: 0;
    transform: translateY(0);
  }

  .scene_Box02.box04 .flexBox02 p {
    display: block;
    width: 100%;
    text-align: left;
  }

  .tab02_img12 {
    width: 100%;
  }

  .tab02_img13 {
    width: 60%;
    margin: 20px auto 0 0;
  }

  .scene_Box02.box05 .pos_tab02_03 {
    top: -30%;
    right: 0;
    width: 30vw;
  }

  .scene_Box02.box05>.flex {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  .scene_Box02.box05>.flex p {
    text-align: left;
  }

  .tab02_img14 {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .tab02_img15 {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }

  /* 6刀流 */
  #six_Area {
    margin: 60px auto;
  }

  #six_Area .six_Chart {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    padding-top: 110%;
    background: url(../img/chart_img.png) no-repeat center top;
    background-size: 100%;
    aspect-ratio: unset;
  }

  #six_Area .six_Chart>div {
    position: unset;
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
  }

  #six_Area .six_Chart .chart_01 {
    transform: translateX(0);
  }

  #six_Area .six_Chart .chart_04 {
    transform: translateX(0);
  }

  #six_Area .six_Chart>div p {
    font-size: 15px;
    line-height: 2;
    text-align: center;
  }

  #six_Area .pos_six01 {
    top: 0;
    left: 0;
    width: 15vw;
  }

  #six_Area .pos_six02 {
    top: 0;
    right: 0;
    width: 18vw;
  }

  /* my温泉 */
  #onsen_Area {
    margin: 0 auto 60px;
    padding-bottom: 100px;
  }

  #onsen_Area .flex {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 80%;
    margin: 0 auto;
  }

  #onsen_Area .pos_onsen01 {
    top: 0;
    left: -2%;
    width: 15vw;
  }

  #onsen_Area .pos_onsen02 {
    top: 0;
    right: 0;
    width: 12vw;
  }

  #onsen_Area .pos_onsen03 {
    bottom: 0;
    right: 0;
    max-width: 300px;
    width: 80vw;
  }

  /* アクセス */
  #access_Area {
    position: relative;
    width: 90%;
    margin: 0 auto 60px;
    padding-bottom: 30px;
  }

  #access_Area .access_Map {
    margin-top: -5vw;
  }

  #access_Area .access_Block {
    margin-top: -12vw;
  }

  /* #access_Area .parking_Block {
    margin-top: 50px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
  } */

  .access_Block .head_Block01>p {
    font-size: 15px;
    line-height: 2;
  }

  #access_Area .parking_Block h4 {
    padding: 20px 0;
  }

  #access_Area .parking_Block h4 img {
    width: 100%;
  }

  #access_Area .parking_Block .flex {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  #access_Area .parking_Block .flex>div {
    text-align: center;
  }

  /* #access_Area .parking_Block h5 {
    margin-bottom: 0.5em;
    font-size: min(6vw, 32px);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
  } */
  /* 
  #access_Area .parking_Block h5 span {
    font-size: 80%;
  }

  #access_Area .parking_Block h5 em {
    color: #f8b856;
    font-size: 160%;
  } */
  /* 
  #access_Area .parking_Block p {
    font-size: 15px;
    line-height: 2;
  } */

  #access_Area .parking_Block .flex figure {
    max-width: 100%;
    width: 100%;
  }

  /* 資産価値 */
  #value_Area {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 60px;
  }

  #value_Area .value_Block {
    padding: 20px 0 40px;
    background: #071133;
  }

  #value_Area .value_Box01 {
    width: 70%;
    margin: 0 auto 50px;
    padding: 0;
    box-sizing: border-box;
  }

  /* #value_Area .value_Box01 p {
    margin-top: 1em;
  } */

  #value_Area .value_Box02 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 2em;
  }

  #value_Area .value_Box02 figure {
    overflow-x: scroll;
    scrollbar-color: #ddd #888;
    scrollbar-width: thin;
  }

  #value_Area .value_Box02 figure img {
    width: 1200px;
  }

  #value_Area .value_Box02 figure .cap_Txt {
    display: none;
  }

  #value_Area .value_Box02 p {
    margin-top: 20px;
  }

  /* 半投半住 */
  #hantou_Area {
    padding-bottom: 60px;
  }

  /* アフターサポート */
  #after_Area {
    padding-bottom: 60px;
  }

  #after_Area .after_Block:not(:first-child) {
    margin-top: 60px;
  }

  /* #after_Area .after_Block>h4 {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    border-bottom: 5px solid #e9dbc4;
    font-size: min(4vw, 20px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: center;
  } */

  /* #after_Area .after_Block>h4 strong {
    font-size: min(6vw, 28px);
    font-family: "Zen Maru Gothic", sans-serif;
  } */

  #after_Area .after_Block>h4 sup {
    font-size: 10px;
    vertical-align: top;
  }

  /* #after_Area .after_Block h5 {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    font-size: min(4vw, 22px);
    font-weight: 600;
  }

  #after_Area .after_Block p {
    font-size: 15px;
    line-height: 2;
  }

  #after_Area .after_Block .notes {
    margin-bottom: 1em;
    font-size: 12px;
    line-height: 2;
  }

  #after_Area .after_Block .ta_c {
    text-align: center;
  } */

  #after_Area .after_Block .flex {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  #after_Area .after_Block .flex>* {
    width: 100%;
  }

  /* ご来場キャンペーン */
  #welcome_Area {
    padding: 60px 0;
  }

  /* #welcome_Area h4 {
    color: #fff;
    font-size: min(6vw, 30px);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }

  #welcome_Area h4 small {
    font-size: min(4vw, 20px);
  }

  #welcome_Area .welcome_Flow {
    margin: 50px auto;
  }

  #welcome_Area .welcome_Flow>p {
    display: block;
    padding: 15px 0;
    color: #94252a;
    background-color: #fff352;
    font-size: min(5vw, 24px);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    text-align: center;
  } */

  #welcome_Area .welcome_Flow .flex {
    gap: 2%;
  }

  /* #welcome_Area .welcome_Flow li>img {
    display: block;
    width: 30px;
    margin: 0 auto;
    padding: 20px 0;
  } */
  #welcome_Area .welcome_Flow .flex p {
    font-size: min(3.5vw, 20px);
  }

  /* #welcome_Area .welcome_Flow .flex p {
    display: block;
    padding: 15px 0;
    color: #fff;
    background-color: #9d7856;
    font-size: min(2.8vw, 20px);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    text-align: center;
  }

  #welcome_Area .notes {
    margin-top: 20px;
    color: #fff;
  } */

  .notes_Block {
    padding: 60px 0;
  }
}