@charset "utf-8";
/* CSS Document */

main {
  padding-top: 50px;
}

dt,
dd {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
/*メインCSS*/

.main__top-visual,
.main__top-visual img {
  width: 100%;
  margin: 0 auto;
}

.main__contents {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}
/*
.main__contents p{
    padding: 0 7px;
    font-size: 1.92rem;
}
*/
.main__title {
  width: 100%;
  max-width: 800px;
  height: 110px;
  line-height: 40px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-bottom: 9.9rem;
}
.main__title h2 {
  font-size: 4.3rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  padding-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #4c4948;
}
.main__title--small {
  font-size: 2.5rem;
}
.main__contents--text {
  font-size: 1.74rem;
  text-align: center;
  margin-bottom: 3rem;
}
.main__contents--price {
  font-size: 1.92rem;
  background: #d7b98f;
  color: #000;
  max-width: 80rem;
  width: 100%;
  height: 10rem;
  border-radius: 20px;
  text-align: center;
  margin: 1rem auto 0;
  justify-content: center;
  align-items: center;
  line-height: 2;
  padding: 1rem;
}
.main__contents--catch {
  text-align: center;
  font-size: 1.74rem;
  font-weight: bold;
  margin-top: 3rem;
}
.main__contents--target {
  border-top: 3px solid #d7b98f;
  border-bottom: 3px solid #d7b98f;
  position: relative;
  margin-top: 6rem;
  height: 13.9rem;
}

.target__title {
  font-size: 1.74rem;
  background: #d7b98f;
  border-radius: 100vh;
  width: 16.2rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.target__text {
  font-size: 1.74rem;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
}
.target__text--space {
  margin-left: 7rem;
}
.main__contents--about {
  position: relative;
}
.about__title {
  font-size: 2.76rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5rem;
}
.about__text {
  font-size: 2.18rem;
  text-align: center;
  margin: 0.7rem;
}
.about__catch--wrap {
  display: flex;
  justify-content: center;
}
.about__catch {
  font-size: 2.61rem;
  text-align: center;
  color: #fff;
  flex: 1;
  margin: 1rem;
  padding: 2rem;
  line-height: 3rem;
}
.about__catch--space {
  margin-left: 3.2rem;
}
.about__catch span {
  font-size: 2rem;
}

.yellow {
  background: #ffb508;
}
.blue {
  background: #2577ff;
}
.beige {
  background: #f1e9cf;
  color: #363636;
  font-weight: 400;
  margin-top: 3rem;
}

.about__catch--note {
  font-size: 1.31rem;
  position: absolute;
  top: 20rem;
  left: 50rem;
}
.about__link {
  background: #d7b98f;
  color: #fff;
  display: block;
  width: 30rem;
  height: 4rem;
  border-radius: 100vh;
  text-align: center;
  padding-top: 0.6rem;
  margin: 5rem auto;
}
.about__link--mitsubishi {
  background: #d78e55;
  color: #fff;
  display: block;
  width: 78rem;
  height: 4rem;
  text-align: center;
  padding-top: 0.6rem;
  margin: 3rem auto;
}
.main__contents--banner {
  max-width: 80rem;
  margin: 6rem auto;
}
.banner__text {
  font-size: 2.18rem;
  text-align: center;
  margin-bottom: 1rem;
}
.banner__flex {
  display: flex;
  justify-content: center;
}
.banner__wrap {
  margin: 1rem 1rem 4rem 1rem;
  max-width: 28rem;
  width: 100%;
}
/* 2024.03更新追加 */

.date {
  margin-top: 3rem;
}

.date__item--text {
  font-size: 2rem;
  padding-bottom: 0.5rem;
}
.date__font_size {
  font-size: 2.61rem;
}
.date__container {
  background: rgba(215, 185, 143, 0.2);
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 3rem;
  text-align: center;
  font-size: 2.61rem;
}

.date__title {
  font-size: 2.83rem;
  font-weight: bold;
  text-align: center;
}
.date__list {
  max-width: 100rem;
  margin: 2rem auto;
  display: flex;
  justify-content: space-around;
}
.date__item {
  text-align: center;
  padding: 1.5rem;
}

.date__item--notice {
  font-size: 1.38rem;
  margin: 0 auto;
  line-height: normal;
  padding-bottom: 5px;
}
.about__catch--small {
  align-items: center;
}
/*----------------
      content
------------------*/
.content__container {
  background: rgba(215, 185, 143, 0.2);
  padding-top: 10.6rem;
  padding-bottom: 10.6rem;
}
.content__title {
  font-size: 2.76rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5.3rem;
}
.content__box {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content__wrap img {
  max-width: 48.6rem;
}
.content__name {
  font-weight: bold;
  text-align: center;
  margin: 1rem;
}
.content__text {
  max-width: 48.6rem;
  margin-bottom: 8rem;
  font-weight: 300;
  text-align: justify;
}
.content__wrap:nth-of-type(4) > .content__text {
  margin-bottom: 0;
}
.content__link {
  background: #fff;
  border: 1px solid #000;
  display: block;
  width: 30rem;
  height: 4rem;
  border-radius: 100vh;
  text-align: center;
  padding-top: 0.6rem;
  margin: 0rem auto;
}
/*----------------
     program
------------------*/
.program__container {
  padding-top: 10.6rem;
}
.program__title {
  font-size: 2.76rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5.3rem;
}
.program__text {
  font-size: 1.79rem;
  text-align: center;
}
.program__link {
  background: #ffb508;
  color: #fff;
  font-size: 1.94rem;
  width: 35rem;
  height: 4rem;
  border-radius: 100vh;
  text-align: center;
  margin: 3rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.program__content {
  font-weight: bold;
  margin-bottom: 1rem;
}
.program__small {
  font-weight: 300;
  max-width: 28.9rem;
}
/*タブ実装*/
.tab__area {
  color: #333;
  margin: 30px 10px;
  width: auto;
  font-size: 14px;
  line-height: 1.6;
}
.tab__list {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 100rem;
  zoom: 1;
  table-layout: fixed;
  border-spacing: 0;
}
.tab__item {
  display: table-cell;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab__item a {
  display: block;
  padding: 15px;
  overflow: hidden;
  position: relative;
  color: #333;
  background-color: #fff;
  font-size: 1.79rem;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab__item:first-child a {
  background: #fff8e6;
  color: #ffcb52;
}
.tab__item:nth-child(2) a {
  background: #e9f1ff;
  color: #66a0ff;
}
/* hover時の指定 */
.tab__item a:hover {
  opacity: 0.7;
}
/* タブ選択時の文字色の指定 */
.tab__item a.selected {
  color: #fff;
}
/* タブ01の背景色と文字色の指定 */
.tab__item:first-child a.selected {
  background-color: #ffb508;
}
/* タブ02の背景色と文字色の指定 */
.tab__item:nth-child(2) a.selected {
  background-color: #2577ff;
}
.tab__inner {
  /*    border: 1px solid #ccc;*/
  max-width: 100rem;
  margin: 0 auto;
}
/* タブ01選択時のコンテンツ内の背景色の指定 */
.tab__inner .tab01 {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #d7b98f;
}
/* タブ02選択時のコンテンツ内の背景色の指定 */
.tab__inner .tab02 {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #2577ff;
}
/*対象項目ボタン*/
.program__banner--content {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}
.program__banner--content:nth-of-type(3) {
  margin-bottom: 0;
}
.program__banner--content div {
  width: 100%;
  max-width: 180px;
  text-align: left;
}
.program__banner--content p {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
}
.program__banner--content nav {
  width: 100%;
  /*    max-width: 406px;*/
  display: flex;
  justify-content: left;
}
.program__banner--content ul {
  width: 100%;
  max-width: 96rem;
  text-align: left;
}
.program__banner--content--list {
  display: flex;
  flex-wrap: wrap;
}
.program__banner--content ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ea2127;
  text-align: left;
  margin-bottom: 10px;
  background: #fff;
  flex: 0 0 30%;
  margin-right: 3rem;
}

.program__banner--content ul li a {
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  color: #000;
}
.program__banner--content ul li a > span {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ea2127;
  padding-right: 10px;
}
/*対象項目ボタン動き*/
.program__banner--content ul li > a {
  position: relative;
}

.program__banner--content ul li {
  position: relative;
  width: 100%;
  z-index: 99;
}
.program__banner--content ul li::before {
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.7s;
}
.program__banner--content ul li:hover::before {
  width: 100%;
  background-color: #ea2127;
}
.program__banner--content ul li:hover a,
.program__banner--content ul li:hover a > span {
  color: #fff;
}

.program__facility--box {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.program__facility--wrap {
  margin-bottom: 8rem;
}
.program__facility--wrap img {
  max-width: 48.6rem;
}
.program__facility--name {
  font-weight: bold;
  text-align: center;
  margin: 1rem;
}
.program__facility--text {
  max-width: 48.6rem;
  font-weight: 300;
}
.program__rental {
  border: 1px solid #000;
  max-width: 48.6rem;
  padding: 2rem 1.9rem;
  margin-top: 1.5rem;
}
.program__rental--type {
  font-weight: 500;
}
.program__rental--description {
  font-weight: 300;
}
.program__font--red {
  color: #ea2127;
  font-weight: 500;
}

/*----------------
     rental
------------------*/
.rental__container {
  max-width: 100rem;
  margin: 7.3rem auto 8.6rem;
}
.rental__title {
  font-size: 2.76rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5.3rem;
}
.rental__note {
  font-size: 1rem;
  vertical-align: top;
}
.rental__container table {
  margin: 0 auto;
}
table,
td,
th {
  border: 1px solid #595959;
  border-collapse: collapse;
}
td,
th {
  padding: 5px 17px;
  height: 48px;
  font-size: 1.74rem;
  vertical-align: middle;
}
th {
  background: #d7b98f;
  text-align: left;
}
th:first-of-type {
  width: 35.5rem;
}
th:nth-of-type(2) {
  width: 61.5rem;
}
tr:last-of-type > td:first-of-type {
  width: 13.5rem;
}
.rental__font--red1 {
  color: #ef001e;
  font-weight: bold;
  font-size: 1.89rem;
}
.rental__font--red2 {
  color: #ef001e;
  font-size: 1.45rem;
  display: table;
  margin: 0 auto;
}
.rental__note--text {
  font-size: 1.6rem;
  margin-left: 1.6rem;
}
/*----------------
     benefit
------------------*/
.benefit__container {
  background: rgba(215, 185, 143, 0.2);
  padding-top: 10.6rem;
  padding-bottom: 17.6rem;
  position: relative;
}
.benefit__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 138px 78px 0 0;
  border-color: rgba(215, 185, 143, 0.5) transparent transparent transparent;
}
.benefit__box {
  background: #fff;
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 15rem;
}
.benefit__title {
  font-size: 2.76rem;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 7%;
  left: 6.5%;
  letter-spacing: 1.5rem;
}
.benefit__text--wrap {
  max-width: 80rem;
  margin: -5rem auto 0;
}
.benefit__text {
  font-weight: 300;
}
.benefit__text--margin {
  font-weight: 500;
  margin-left: -1.6rem;
}
.benefit__text--wrap dt {
  color: #bb0009;
  margin-top: 3rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.benefit__text--wrap dd {
  font-weight: 500;
  font-size: 1.6rem;
}
.benefit__text--space {
  margin-left: 3rem;
}
.benefit__text--wrap dd,
dt {
  letter-spacing: 0.2rem;
}
.benefit__banner img {
  max-width: 80rem;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.main__info--container {
  background: rgba(215, 185, 143, 0.2);
  margin: 1rem 0;
}
/*ボタンの個別設定*/
.main__info--wrap {
  max-width: 54rem;
}
.main__info--wrap a {
  margin: 3rem 1rem;
  max-width: 24.7rem;
}
.main__return-top {
  margin-top: 3rem;
}

/*============================= レスポンシブ ===================================*/

@media screen and (max-width: 1100px) {
  .main__title {
    max-width: 75rem;
    height: 12rem;
  }
  .target__text {
    font-size: 1.6rem;
  }
  .content__box {
    display: block;
    text-align: center;
  }
  .content__text {
    margin: 0 auto 3rem;
    text-align: left;
  }
  .content__wrap:nth-of-type(4) > .content__text {
    margin-bottom: 3rem;
  }
  .program__text {
    max-width: 75rem;
    margin: 0 auto;
  }
  .program__banner--content ul li {
    flex: 0 0 29%;
  }
  .program__banner--content ul li a {
    font-size: 1.3rem;
  }
  .program__small {
    max-width: 21.6rem;
  }
  .benefit__box {
    max-width: 75rem;
  }
  .benefit__text--wrap {
    max-width: 60rem;
  }
  .benefit__banner {
    width: 64.5rem;
  }
  .benefit__banner img {
    max-width: 28.9rem;
  }
}
/*==================================================================*/

@media screen and (max-width: 750px) {
  .main__contents {
    padding-top: 2rem;
  }
  .main__contents--text {
    max-width: 33rem;
    margin: 0 auto;
  }
  .main__title {
    max-width: 350px;
    height: 70px;
    line-height: 1;
    position: absolute;
    top: -60px;
  }
  .main__title h2 {
    font-size: 2.24rem;
    letter-spacing: 0.3rem;
    padding-top: 1rem;
  }
  .main__title--small {
    font-size: 1.1rem;
  }
  .main__contents--price {
    margin-top: 2rem;
    max-width: 35rem;
    height: 13rem;
    line-height: 1.5;
  }

  .main__contents--target {
    margin-top: 4rem;
    height: 10rem;
  }
  .target__text {
    width: 100%;
    max-width: 21rem;
    text-align: center;
  }
  .target__text--space {
    margin-left: 2rem;
  }
  .about__title {
    font-size: 2rem;
  }
  .about__text {
    font-size: 1.8rem;
  }
  .about__catch {
    font-size: 1.8rem;
    padding: 1.5rem 0.8rem;
    line-height: 2.5rem;
    height: auto;
  }
  .about__catch span {
    font-size: 1.5rem;
  }
  .about__link--mitsubishi {
    width: 100%;
  }
  .main__contents--banner {
    margin: 4rem auto 0;
  }
  .banner__text {
    font-size: 1.8rem;
  }
  .content__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .content__title {
    font-size: 2rem;
  }
  .content__text {
    max-width: 33rem;
  }
  .program__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .program__container {
    padding-top: 5rem;
    padding-bottom: 0;
  }
  .program__text {
    max-width: 33rem;
  }
  .program__small {
    max-width: 29rem;
  }
  .tab__list {
    max-width: 33rem;
  }
  .tab__item a {
    font-size: 1.6rem;
  }
  .tab__inner {
    max-width: 33rem;
  }
  .program__banner--content nav {
    display: block;
  }
  .program__banner--content ul {
    max-width: 29rem;
    display: block;
  }
  .program__facility--wrap {
    margin-bottom: 5rem;
  }
  .program__facility--text {
    max-width: 33rem;
    margin: 0 auto;
  }
  .program__rental {
    max-width: 33rem;
    margin: 0 auto;
    padding: 1.5rem;
  }
  .benefit__container {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .benefit__box {
    max-width: 100%;
    padding-bottom: 3rem;
  }
  .benefit__text--wrap {
    max-width: 33rem;
  }
  .benefit__title {
    font-size: 2rem;
    top: 5%;
    left: 15%;
  }
  .benefit__banner img {
    position: initial;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);

    max-width: 95%;
    margin-top: 2rem;
  }
  .main__info--container {
    padding: 1rem 0;
  }
  .main__info--wrap {
    max-width: 350px;
  }
  .main__info--wrap a {
    margin: 1rem auto;
  }
  /* 2024.6.11 */
  .club_flex {
    margin: 0 auto;
  }
  .main__contents--link_club_flex {
    justify-content: center;
    flex-wrap: wrap;
  }
}
