:root {
  --mainFont: "Noto sans JP", "sans-serif";
  --subFont: "Poppins";

  --Wh: #fff;
  --txt: #1a1a1a;
  --BG-primary: #fff1f7;
  --BG-secondary: #f3feff;
  --main-primary: #1c3362;
  --main-secondary: #154dbe;
  --main-tertiary: #b46ba6;
  --primary_sub: #bcebef;
  --secondary_sub: #ffe8e3;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-origin: border-box;
}

body {
  font-family: var(--mainFont);
  background: #f6f6f6;
  color: var(--txt);
}
main {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--txt);
}
a:hover {
  opacity: 0.9;
}
p,
ul,
ol,
li {
  list-style: none;
  line-height: 180%;
}
img {
  display: block;
  width: 100%;
}
table {
  width: 100%;
}
tr {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 0;
}
tr:nth-child(2),
.three_table tr:nth-child(3) {
  background-image: linear-gradient(to right, var(--txt), var(--txt) 6px, transparent 6px);
  background-size: 10px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}
.three_table tr:nth-child(2) {
  background-image: none;
}
th {
  position: relative;
  padding: 0 0 0 16px;
  display: flex;
  align-items: flex-start;
}
th::after {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  transform: rotate(45deg); /*45度回転*/
}
td {
  text-align: right;
  line-height: 200%;
  letter-spacing: -0.5px;
}
.nav-title {
  width: 100%;
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
  background: #f7f7f7;
  margin: 1rem 0;
  padding: 0 10%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
h1 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
}
h2 {
  color: var(--main-primary);
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 16px;
}
h2::before {
  position: absolute;
  content: "";
  background-image: url(../img/title-icon01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
.inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.common_btn {
  display: inline-block;
  width: 90%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 1rem 5rem;
  margin: 2rem 0;
  border-radius: 50px;
  background: var(--main-primary);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .nav-title {
    width: 100%;
    top: 0.8rem;
    padding: 0.8rem 20px;
  }
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 1.5rem;
  }
  .common_btn {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: 1rem 0;
    margin: 1.5rem 0;
  }
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.c-btn {
  width: 100%;
  display: flex;
  padding: 20px 10px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 5px;
  font-size: 1.3rem;
  max-width: 480px;
  margin: 0 auto;
}

.kv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 101;
  height: auto;
}

.kv-bg {
  width: 100%;
  object-fit: cover;
}
.kv-bg img {
  width: 100%;
}
.comingsoon {
  background-image: none;
  position: relative;
  pointer-events: none;
}
.comingsoon::before {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 50px;
  z-index: 20;
}
.title_sub {
  /* margin-top: 100px; */
  margin-bottom: 8px;
  position: relative;
  color: #04679a;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 43.2px */

  &::before,
  &::after {
    position: absolute;
    content: url("../img/snowflower.svg");
    top: 4px;
  }
  &::before {
    left: -30px;
  }
  &::after {
    right: -30px;
  }
}
.title_sub:not(:first-child) {
  margin-top: 100px;
}

#restaurant .title_sub {
  margin: 0;
}

.btn_box {
  width: 500px;
  margin: 120px auto;
}
.r-color {
  border: 1px solid linear-gradient(270deg, #da8406 0%, #b93740 100%) !important;
  background: none !important;
}

.outer-button {
  display: flex;
  width: 100%;
  height: 56px;
  /* background: linear-gradient(0deg, #da8406 0%, #b93740 100%); */
  border: 1px solid var(--mainColor);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  transition: all 0.3s;

  &:hover {
    box-shadow: 1px 1px 4px var(--mainColor);
  }
}
.inner-button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--mainColor);
  border-bottom: 2px solid var(--mainColor);
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 10;
  transform: translate(0, -50%) rotate(-45deg);
}

.inner-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  width: 99.3%;
  height: 52px;
  /* background: #1e1f38; */
  border-radius: 9999px;
  text-align: center;
}
/*======= footer ========*/

/*========================== ハンバーガーメニュー ========================== */

.header--pc {
  margin: 1.5rem auto;
  position: fixed;
  left: 25rem;
  z-index: 999;
}
.header--pc a {
  width: 80%;
  display: block;
}
.hamburger_menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: fit-content;
  background: #f7f7f7;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 204;
  opacity: 0;
  transform: translatey(-100vw);
  transition: all 0.6s;
  visibility: hidden;
}
.hamburger_menu .inner h3 {
  font-size: 2.5rem;
  font-weight: 100;
  text-align: center;
  margin-bottom: 2.5rem;
}
.open .hamburger_menu {
  transform: translatey(0);
  left: 0;
  opacity: 1;
  visibility: visible;
}
.hamburger_menu .inner {
  margin: 2rem auto;
}
.hamburger_menu .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hamburger_menu .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #000;
}
.hamburger_menu .inner ul li a:hover {
  background: #e4e4e4;
}

@media screen and (max-width: 768px) {
  .hamburger_menu {
    width: 100%;
    height: auto;
  }
  .hamburger_menu .inner {
    margin: 6rem 5%;
    padding: 0;
  }
  .hamburger_menu .inner h3 {
    font-size: 1.7rem;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
}
/*----------.toggle_btn ----------=*/
.toggle_btn {
  display: inline;
  position: fixed;
  background: #fff;
  color: #293f36;
  font-size: 24px;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 180;
}
.toggle_btn::before {
  position: absolute;
  content: "";
  background-image: url("../images/common/nav_img.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 14px;
  width: 2rem;
  height: 3px;
  background-color: #473636;
  border-radius: 50px;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 1.2rem;
}
.toggle_btn span:nth-child(2) {
  top: 1.9rem;
}
.toggle_btn span:nth-child(3) {
  bottom: 1rem;
}
.open .toggle_btn {
  background: #fff;
  z-index: 208;
}
.open .toggle_btn::before {
  display: none;
}
.open .toggle_btn span {
  background-color: #000;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) translateX(0) rotate(-315deg);
  transform: translateY(10px) translateX(0) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-12px) translateX(0) rotate(315deg);
  transform: translateY(-12px) translateX(0) rotate(315deg);
}

.nav_language {
  display: none;
}

.open .nav_language {
  display: block;
  position: fixed;
  font-size: 1rem;
  top: 1.8rem;
  right: 5.5rem;
  z-index: 204;
}
/*----------#link_list ----------*/
.link_list {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100vh;
  padding-bottom: 2rem;
}
.header-logo {
  width: 10%;
  margin: 14px auto;
}
.link_box h4 {
  font-size: 1rem;
  color: #fff;
  background: #000;
  font-weight: 400;
  padding: 0.2rem 1rem 0.3rem;
  border-radius: 50px;
}
.link_box h4 span {
  float: right;
  font-size: 0.8rem;
  line-height: 2;
}
.link_icon {
  display: flex;
  flex-direction: row;
  gap: 56px;
  padding: 24px 1rem;
  justify-content: center;
}
.link_icon p {
  font-size: 13px;
  font-weight: 500;
  color: var(--main-primary);
  padding-top: 0.5rem;
}
.link_banner {
  width: 40%;
  margin: 0 auto 2rem;
}
.link_contents {
  max-width: 1080px;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
}
.link_contents a {
  width: 100%;
  color: var(--main-primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 0.5rem 0;
  border-bottom: solid 2px var(--main-primary);
  background: none;
}
.link_contents a span {
  font-size: 0.8rem;
}
.link_artist {
  width: 17.3rem;
  display: block;
  margin-bottom: 1rem;
}
.link_artist h4 span {
  font-size: 0.8rem;
}
.link_website h4 {
  color: #000 !important;
  background: #fff !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 1440px) {
  .hamburger_menu .inner {
    margin: 0;
    height: 100vh;
    overflow-y: auto;
    margin: 0 auto;
  }
  .link_areas {
    height: auto;
  }
  .link_artist,
  .link_website {
    width: auto;
  }
  .link_box {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .link_list {
    flex-direction: column;
    height: 100vh;
  }
  .header-logo {
    width: 25%;
    margin: 14px auto;
  }
  .link_contents {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .link_contents a {
    background: var(--Wh);
  }
  .link_icon {
    gap: 16px;
    padding: 13px 1rem;
  }
  .link_banner {
    width: 80%;
    margin: 0 auto;
  }
  .link_artist {
    width: 100%;
  }
  .link_box h4 {
    line-height: 1.3;
  }
  .link_box h4 span {
    line-height: 1.7;
  }
  .link_box .guest-room {
    margin: 1rem 0 0;
  }
  .toggle_btn {
    left: auto;
  }
  .header--pc {
    left: 1rem;
  }
  .header--pc a {
    width: 50%;
  }
}

/*---------- #mask ----------*/
#mask {
  display: none;
  transition: all 0.5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 102;
  cursor: pointer;
}

/* =================== lead-recommended =================== */

#point {
  margin: 7.5rem 0;
  text-align: center;
}
#point .point-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 5rem 0;
}
#point .point-box {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
}
#point .point-text,
#point .point-img {
  text-align: left;
  width: 50%;
}
#point .row-reverse {
  flex-direction: row-reverse;
}
#point .point-text h4 {
  font-family: var(--subFont);
  color: var(--main-secondary);
  font-size: 2rem;
  letter-spacing: 0.72px;
  background: linear-gradient(transparent 50%, #ffe89c 30%);
  display: inline-block;
}
#point .point-text h3 {
  color: var(--main-primary, #1c3362);
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  padding-top: 1rem;
}
#point .point-text p {
  color: var(--main-primary, #1c3362);
  font-size: 1rem;
  padding-top: 1rem;
}
#point .point-text p span {
  color: var(--txt);
  font-size: 13px;
}
#point .point_btn {
  position: relative;
  display: block;
  margin: 20px 0;
  /* margin-left: 20px; */
  color: #154dbe;
  text-decoration: underline;
  max-width: fit-content;
}
#point .point_btn::before {
  position: absolute;
  content: ">";
  font-size: 30px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  color: #154dbe;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  #point {
    margin: 4rem 0;
  }
  #point .point-list {
    margin: 2.5rem 0;
  }
  #point .point-box,
  #point .row-reverse {
    flex-direction: column;
    gap: 0;
  }
  #point .point-text {
    width: 90%;
    margin: 0 auto;
  }
  #point .point-img {
    width: 95%;
    margin-left: auto;
  }
  #point .row-reverse .point-img {
    margin-left: inherit;
  }
}

/* =================== ビジネスマンにおすすめタワー =================== */
#recommended {
  background-color: #f1faff;
  padding: 7.5rem 0;
}
#recommended .inner h2::before {
  background-image: url(../img/title-icon04.svg);
}
#recommended .recomd-text {
  margin-top: 48px;
}
#recommended .recomd-text .title {
  line-height: 1.6;
  letter-spacing: 1.2px;
  background: var(--_Blue, linear-gradient(62deg, #1b2e55 23.04%, #71c6ff 112.49%));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
#recommended .recomd-text .text {
  color: #1c3362;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.16px;
  margin-bottom: 64px;
}
#recommended .recomd-list {
  display: flex;
  gap: 32px;
}
#recommended .recomd-list .list {
  flex: 1;
  color: #1c3362;
}
#recommended .recomd-list .list .list-text {
  margin-top: 32px;
}
#recommended .recomd-list .list .list-text h5 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7;
}
#recommended .recomd-list .list .list-text p {
  margin-top: 16px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.16px;
  min-height: 82px;
}
#recommended .recomd-list .list .list-text dl {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 0.8fr 3.5fr;
  column-gap: 80px;
  border-top: 1px solid #1c3362;
  border-bottom: 1px solid #1c3362;
  padding: 8px 0;
  margin-bottom: 30px;
}
#recommended .recomd-list .list .list-text dl dt,
#recommended .recomd-list .list .list-text dl dd {
  color: #1c3362;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.16px;
}
#recommended .recomd-list .list .list-text dl dt {
  text-align: right;
}
#recommended .recomd-list .list .list-text dl dd {
  text-align: left;
}
#recommended .color-y {
  background-color: #ffe89c;
  color: var(--main-primary);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #recommended {
    padding: 4rem 0;
  }
  #recommended .recomd-text,
  #recommended .recomd-list {
    padding: 0 20px;
  }
  #recommended .recomd-text {
    margin-top: 40px;
  }
  #recommended .recomd-text .title {
    margin-bottom: 24px;
  }
  #recommended .recomd-text .text {
    margin-bottom: 40px;
    text-align: left;
  }
  #recommended .recomd-list {
    flex-direction: column;
  }
  #recommended .recomd-list .list .list-text {
    margin-top: 16px;
  }
  #recommended .recomd-list .list .list-text h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1.2px;
  }
  #recommended .recomd-list .list .list-text p {
    margin-top: 8px;
  }
  #recommended .recomd-list .list .list-text dl {
    margin: 24px 0;
  }
}
/* =================== おすすめの過ごし方 =================== */

#modelcourse {
  padding: 7.5rem 0;
  background: var(--Wh);
}
#modelcourse .tab-list {
  margin: 5rem 0;
}
.subtitle {
  margin-top: 80px;
  text-align: center;
}
.subtitle h4 {
  color: #891c32;
  font-weight: bold;
  text-align: center;
}
.subtitle p {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.subtitle p::before {
  position: absolute;
  content: "";
  background-image: url(../img/subtitle-icon01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  top: 4px;
  left: -48px;
  width: 33px;
  height: 48px;
}
.subtitle p::after {
  position: absolute;
  content: "";
  background-image: url(../img/subtitle-icon02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  top: 4px;
  right: -48px;
  width: 33px;
  height: 48px;
}
.subtitle h4 > span {
  font-size: 3.5em;
  line-height: 1.6;
  font-weight: bold;
  background: var(--_Blue, linear-gradient(62deg, #1b2e55 23.04%, #71c6ff 112.49%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.subtitle h4 strong {
  border-bottom: solid 10px #ffe89c;
}
.subtitle h5 {
  display: inline-block;
  font-size: 2.5rem;
  color: var(--main-primary);
  margin-top: 5rem;
  padding-bottom: 1rem;
  border-bottom: solid 2px var(--main-primary);
}

@media screen and (max-width: 768px) {
  #modelcourse {
    padding: 4rem 0 3rem;
  }
  #modelcourse .tab-list {
    margin: 2.5rem 0;
  }
  .subtitle {
    padding: 4rem 0 0;
    margin: 0;
  }
  .subtitle p {
    font-size: 1rem;
  }
  .subtitle p::before {
    top: 0;
    left: -26px;
    width: 19px;
    height: 27px;
  }
  .subtitle p::after {
    top: 0;
    right: -26px;
    width: 19px;
    height: 27px;
  }
  .subtitle h4 > span {
    font-size: 2em;
    line-height: 1.6;
  }
  .subtitle h4 > span::before {
    display: none;
  }
  .subtitle h4 > span::after {
    display: none;
  }
  .subtitle h5 {
    font-size: 1.5rem;
    margin: 2rem 0;
  }
}

/* ----- タブ切り替え ------ */

.listbox::before {
  content: "";
  position: absolute;
  background-image: url(../img/blue-arrows.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 56px;
  bottom: -104px;
  left: 50%;
}
.listbox:last-child::before {
  display: none;
}
#modelcourse .contents {
  background-color: #fcfcfc;
}
#modelcourse .timeline {
  width: 100%;
}
#modelcourse .timeline li {
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
}
#modelcourse .timeline dl dd .wrap-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 140px;
}
#modelcourse .timeline dl dd .section {
  max-width: 1080px;
  margin: 0 auto;
}
#modelcourse .timeline dl dd .section .tabBox {
  position: relative;
}
#modelcourse .timeline dl dd .tabBox .tabArea.bottom .one_tab.select {
  color: #bfbfbf;
}
.tabBox .tabArea {
  width: 100%;
  height: 104px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.tabBox .tabArea .one_tab {
  width: 49.5%;
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  height: 104px;
}
.tabBox .tabArea .one_tab:hover {
  text-decoration: none;
}
.tabBox .tabArea .one_tab .tab_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 104px;
  line-height: 1.7;
  transition-duration: 0.3s;
  background: #bbbdc4;
  border-radius: 10px 10px 0 0;
}
.tabBox .tabArea #tab01,
.tabBox .tabArea #tab02 {
  position: relative;
}

.tabBox .tabArea #tab01::before,
.tabBox .tabArea #tab02::before {
  content: url("../img/schedule/course_icon01.png");
  position: absolute;
  vertical-align: middle;
  transform: scale(0.6);
  top: -170px;
  left: -30px;
  z-index: 10;
}
.tabArea #tab02::before {
  content: url("../img/schedule/course_icon02.png") !important;
}
.tabBox .tabArea .one_tab.select {
  border-radius: 10px 10px 0 0;
}
.tabBox .tabArea .one_tab.select .tab_inner {
  background: linear-gradient(359deg, #1c3362 0.97%, #3968c8 164.74%);
  border-radius: 8px 8px 0 0;
  color: var(--Wh);
  background-clip: content-box;
  font-size: 2rem;
  font-weight: 500;
  height: 104px;
}
.contents .tab_main {
  display: none;
  border: 4px solid var(--main-primary, #1c3362);
  text-align: left;
  min-height: 280px;
  transition-duration: 0.3s;
}
.tab_main.is_show {
  display: block;
  background: #f1faff;
}
#modelcourse .timeline dl dd .change {
  flex-direction: row-reverse;
}
#modelcourse .timeline dl dd .listbox {
  position: relative;
  background-color: #fcfcfc;
  margin: 96px 0;
}
#modelcourse .timeline dl dd .space {
  margin-bottom: 40px;
}
#modelcourse .timeline dl dd .listbox .wrap-box {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  gap: 2.5rem;
}
#modelcourse .timeline dl dd .listbox .wrap-box div {
  position: relative;
  width: 100%;
}
#modelcourse .timeline dl dd .listbox .wrap-box .time_1 {
  color: var(--main-secondary);
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 2px;
}
#modelcourse .timeline dl dd .listbox .wrap-box .time_1 span {
  font-size: 24px;
}
#modelcourse .timeline dl dd .listbox .wrap-box p {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1rem;
}
#modelcourse .timeline dl dd .listbox .wrap-box p span {
  font-size: 14px;
}
#modelcourse .timeline dl dd .listbox .wrap-box p .note {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .listbox::before {
    left: 45%;
    bottom: -84px;
  }
  .tabBox .tabArea {
    height: 50px;
  }
  .tabBox .tabArea #tab01::before,
  .tabBox .tabArea #tab02::before {
    transform: scale(0.4);
    top: -155px;
    right: 16%;
  }
  .tabBox .tabArea .one_tab {
    font-size: 1rem;
    height: 50px;
  }
  .tabBox .tabArea .one_tab .tab_inner {
    height: 50px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 4px 4px 0 0;
  }
  .tabBox .tabArea .one_tab.select .tab_inner {
    height: 50px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px 4px 0 0;
  }
  #modelcourse .timeline dl dd .listbox {
    background: none;
    margin: 0;
  }
  #modelcourse .timeline dl dd .listbox .wrap-box {
    padding: 0 20px;
    flex-direction: column-reverse;
    gap: 0;
    margin-bottom: 96px;
  }
  #modelcourse .timeline dl dd .listbox .wrap-box p {
    margin-right: 0;
  }
  #modelcourse .timeline dl dd .listbox .box-type {
    background-color: var(--Wh);
    padding: 1rem;
  }
  #modelcourse .timeline dl dd .listbox .wrap-box .time_1 {
    font-size: 18px;
    letter-spacing: 0;
  }
}

/* =================== reおすすめ宿泊プラン =================== */

#stay {
  padding: 7.5rem 0;
  position: relative;
}
#stay::before {
  content: "";
  position: absolute;
  background-image: url(../img/stay-plan_top.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15rem;
  height: 15rem;
  top: 0;
  left: 0;
}
#stay::after {
  content: "";
  position: absolute;
  background-image: url(../img/stay-plan_buttom.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15rem;
  height: 15rem;
  bottom: 0;
  right: 0;
}
#stay .flex-list {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin: 5rem 0 0;
}
#stay .common_btn {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #stay {
    padding: 4rem 0;
  }
  #stay::before,
  #stay::after {
    width: 6.5rem;
    height: 6.5rem;
  }
  #stay .flex-list {
    flex-direction: column;
    margin: 2.5rem 20px 0;
  }
  #stay .common_btn {
    width: 90%;
    margin: 2rem auto;
  }
}

/* =================== アクセス =================== */

#access {
  padding: 7.5rem 0;
  background: #ebfaff;
  text-align: center;
}
.access-list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin: 5rem 0 2rem;
}
#access .common_btn {
  margin-bottom: 30px;
  width: 70%;
  background-image: none;
  position: relative;
  pointer-events: none;
  color: var(--main-secondary);
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-weight: 700;
}
#banner {
  padding: 7.5rem 0;
}
#banner img {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #access {
    padding: 4rem 0;
  }
  .access-list {
    gap: 2rem;
    margin: 2.5rem 0 2rem;
  }
  #access .common_btn {
    width: 90%;
    margin: 0 auto 1.5rem;
  }
  #banner {
    padding: 4rem 0;
  }
  #banner img {
    width: 90%;
    margin: 0 auto;
  }
}

/*======= footer ========*/

/* footer */
footer {
  min-height: 100px;
  background: var(--main-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--txt);
  padding: 96px 0 0;
}
footer .left a {
  display: block;
  width: 70%;
  margin: 0 auto;
}
footer img {
  margin-bottom: 1.5rem;
}
footer h3 {
  color: var(--Wh);
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 8px;
}
footer .address {
  color: var(--Wh);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 2.08px;
  margin-bottom: 32px;
}
.ft-nav ul {
  display: flex;
  justify-content: center;
}
.ft-nav li {
  list-style-type: none;
  padding: 0 16px;
  margin: 32px 0 120px;
  border-left: 1px solid var(--Wh);
}
.ft-nav li:last-child {
  border-right: 1px solid var(--Wh);
}
.ft-nav a {
  color: var(--Wh);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 12.2px;
}
.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: var(--Wh);
  color: var(--txt);
  text-align: center;
  font-family: "NZen Old Mincho";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 14.4px */
  letter-spacing: 1.28px;
  padding: 8px;
}

.l-btn {
  width: 280px;
  height: 72px;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}
.l-btn::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 10;
  transform: translate(50%, -50%) rotate(45deg);
}
.l-btn p {
  /* width: 238px; */

  color: var(--txt, #030322);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
}
.l-btn p:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  border-radius: 0px 4px 4px 0px;
  background: linear-gradient(0deg, #a2cff9 0%, #04679a 100%);
  position: absolute;
  top: 0;
  right: 0;
}

/* recommended */
.title {
  margin-bottom: 26px;

  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
}
.title img {
  width: 50%;
  margin: 0 auto;
}
.plan {
  width: 1080px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.plan > div {
  width: 50%;
  max-width: 547px;
}
.p-slide {
  /* border: 1px solid #fff; */
  /* border-radius: 8px; */
  /* position: relative; */
}
.p-slide img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-slide img {
    height: auto;
  }
}
.p-content {
  position: relative;
  /* top: -16px; */
  /* max-height: none !important; */
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.p-title {
  font-size: 1.5rem !important;
  line-height: 130%;
  font-weight: 700;
}
.p-sub-title {
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: 700;
  color: var(--main-tertiary);
  padding: 1rem 0;
}
.p-text {
  font-size: 1rem;
  font-style: normal;
  text-align: left;
  font-weight: 500;
  line-height: 180%;
  color: #000;
}
.p-text span {
  padding-bottom: 8px;
}

.f-plan .p-text {
  color: #fff;
}
.p-link {
  display: flex;
  width: 100%;
  height: 56px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  position: relative;
  border-radius: 7px;
  background: var(--main-tertiary);
  transition: all 0.3s;
}
.p-link:hover {
  /* opacity: 0.7; */
  box-shadow: 1px 1px 4px black;
}

.p-link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 10;
  transform: translate(0, -50%) rotate(-45deg);
}
.plan + .plan {
  margin-top: 80px;
}

.p-box {
  background-color: #a7dce6;
  padding-top: 16px;
  margin-bottom: 24px;
}
.p-box td {
  vertical-align: top;
  padding: 0 0 16px 16px;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 769px) {
  .p-title {
    font-size: 18px !important;
  }
  .p-sub-title {
    font-size: 18px;
  }
}

/* recommended-p */
#recommended-p {
  padding: 120px 0 160px;
  background: url(../img/stay_bg.png);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recommended-p-title {
  text-align: center;
  margin: 0 auto 80px;
}
.box-title {
  background: #fbbe3b;
}
.recommended-p-box {
  max-width: 1080px;
  padding: 0 0 80px;
  background-color: #fff;
  border: 4px solid #fbbe3b;
}
.recommended-p-box h5 {
  color: #fbbe3b;
  font-size: 32px;
  font-weight: 700;
  margin: 32px 128px 16px;
}
.recommended-p-box .recommended-banner {
  width: 100%;
}
.schedule-box {
  display: flex;
  margin: 0 128px;
  gap: 42px;
  position: relative;
}
.schedule-box:not(:last-of-type):after {
  content: "";
  display: block;
  width: 2px;
  height: 56px;
  background-color: #fbbe3b;
  position: absolute;
  bottom: 40px;
  right: 50%;
}
.schedule-box > * {
  width: 390px;
  height: 248px;
  margin-bottom: 136px;
}
.schedule-box:last-of-type > * {
  margin: 0;
}
.schedule-title {
  color: #092d77;
  font-size: 18px;
  font-weight: 600;
  line-height: 180%;
}
.schedule-text {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

/* access */

.p-content {
  display: block;
}
.p-text {
  color: var(--mainColor);
}
p,
h5 {
  color: var(--mainColor);
}
.arrow {
  position: relative;
  margin: 9.5rem auto 0 !important;
}
.arrow::after {
  content: url(../img/dots.svg);
  position: absolute;
  left: 50%;
  top: -6.5rem;
}

.ft-link {
  width: 200px;
  height: 48px;
  background: #fff;
  color: #1d2141;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 21.6px */
  display: flex;
  justify-content: center;
  align-items: center;
}

#move-top {
  position: fixed;
  bottom: 40px;
  right: 16px;
  z-index: 10;
}
#move-top img {
  width: 54px;
  border: 1px solid black;
  border-radius: 8px;
}

#cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 150;
}
.cta-inner {
  background: #efece0;
}
.cta-inner .common_btn {
  font-size: 1.5rem;
  margin: 0.5rem 0;
  padding: 1.5rem;
}
.cta-inner .cta-title {
  background: linear-gradient(89deg, #e28b02 5.92%, #e9a740 29.07%, #ffe198 51.35%, #e9a740 74.93%, #d88110 96.77%);
  padding: 0.5rem 0;
  text-align: center;
}
.cta-inner .cta-list {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0 1rem;
  max-width: 900px;
  margin: 0 auto;
}
.cta-inner a {
  font-size: 14px;
}
@media (max-width: 769px) {
  .cta-inner .common_btn {
    font-size: 14px;
    padding: 0.5rem 0;
  }
}

@media (min-width: 1920px) {
  .kv-cont {
    width: 30%;
  }
}
@media (max-width: 769px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .btn_box {
    width: 90%;
    margin: 40px 0 80px;
  }

  #lead-recommended {
    padding: 80px 1rem 120px;
    background-size: cover;
  }
  .kv-bg {
    /* height: 540px; */
  }
  .kv-logo {
    top: 40px;
    right: 5%;
    width: 45%;
  }
  .kv-cont {
    width: 85%;
    top: 110px !important;
  }
  .title {
    font-size: 20px;
  }
  .title_sub {
    font-size: 14px;
  }
  .title img {
    width: 60%;
  }
  #plan nav,
  #plan ul {
    gap: 16px;
  }
  #plan nav {
    margin-bottom: 80px;
  }
  .l-btn {
    width: 156px;
  }
  .l-btn p {
    width: 140px;
    font-size: 14px;
  }
  .recom-title img {
    width: 100%;
  }
  .plan {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .plan > div {
    width: 100%;
  }
  .p-slide {
    /* right: -4px; */
  }
  .recom-title {
    margin-bottom: 40px;
  }
  .plan + .plan {
    margin-top: 100px;
  }
  .even-title {
    top: -110px;
    width: 100%;
  }

  .p-box td {
    padding: 0 0 12px 12px;
    font-size: 16px;
    white-space: nowrap;
  }

  .p-all-link {
    width: 100%;
    font-size: 18px;
  }

  #recommended-p {
    padding: 80px 0;
  }
  .recommended-p-box {
    width: 90%;
  }
  .recommended-p-box .recommended-banner {
    background: #fbbe3b;
    padding: 16px 0 32px;
  }
  .recommended-p-box h5 {
    text-align: center;
    margin: 32px 0;
  }
  .schedule-box {
    margin: 0 1rem;
    margin-bottom: 80px;
    flex-direction: column;
    gap: 16px;
  }
  .schedule-box:last-child {
    margin-bottom: -20px;
  }
  .schedule-box > * {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }
  .schedule-box:not(:last-of-type):after {
    height: 40px;
    bottom: -58px;
  }
  .arrow::after {
    bottom: -87px;
  }
  .ft-nav {
    width: 90%;
  }
  .ft-nav ul {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .ft-nav li {
    padding: 0 8px;
    margin: 16px 0;
    border-right: 1px solid var(--Wh);
    text-align: center;
  }
  .ft-nav a {
    font-size: 16px;
  }
  .copyright {
    font-size: 11px;
  }
}
