@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.sp_br {
  display: none;
}

.pc_br {
  display: block;
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#teelounge {
  background-image: url(../images/nomal-back.png);
  background-repeat: repeat;
}

.wrapper {
  width: 1250px;
  margin: 0 auto;
}

.site-header {
  padding: 10px 20px;
}

.header-inner {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  width: 40%;
  max-width: 500px;
}

.nav ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 19px;
}

.nav ul li a:hover {
  opacity: 0.5;
}

.reserve-btn {
  background: #806134;
  color: #fff !important;
  padding: 20px 30px;
  text-decoration: none;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.hamburger span {
  width: 35px;
  height: 2px;
  background: #fff;
  display: block;
}

h1 {
  font-size: 34px;
  text-align: center;
  color: #231815;
}

h1 span {
  font-size: 22px;
  color: #9b8046;
  font-family: adobe-caslon-pro, serif;
  font-style: italic;
  font-weight: 600;
}

h2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
}

h2 span {
  font-size: 18px;
}

h3 {
  font-size: 20px;
}

p {
  font-size: 17px;
  line-height: 1.4;
}

.kv img {
  width: 100%;
  margin-bottom: 60px;
}

.campaign {
  background-image: url(../images/gold.jpg);
  background-size: cover;
  width: 45%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 34px;
  border-radius: 30px 0 30px 0;
  font-weight: 500;
  font-style: italic;
}

.feature {
  padding: 60px 0;
}

.feature-box {
  display: flex;
  justify-content: space-between;
}

.item {
  width: 20%;
  margin-top: 60px;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.item.visible {
  opacity: 1;
  transform: translateX(0);
}

.item.visible {
  opacity: 1;
  transform: translateX(0);
}

.item img {
  width: 100%;
}

.item h2 {
  margin: 20px 0;
  min-height: 65px;
  vertical-align: center;
}

.simulator {
  background-image: url(../images/dot-back.jpg);
  background-size: contain;
  background-repeat: repeat;
  padding: 60px 0;
}

.simulator h1 {
  color: #fff;
}

.simulator h3 {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  padding: 60px 0;
}

.point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.point .point-txt {
  width: 45%;
}

.point .point-txt .point-tit {
  color: #9b8046;
  font-family: adobe-caslon-pro, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 2px;
}

.point .point-txt h2 {
  color: #fff;
  text-align: left;
}

.point .point-txt .ex-p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}

.point .point-img {
  width: 45%;
}

.point .point-img img {
  width: 100%;
}

.p-2 {
  align-items: center;
}

.p-2 {
  flex-direction: row-reverse;
}

.system {
  padding: 60px 0;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 60px;
}

.price-table th,
.price-table td {
  border: 2px solid #dad0ba;
  padding: 12px;
  text-align: left;
  font-size: 25px;
}

.price-table td {
  background-color: #fff;
  padding: 30px;
  line-height: 1.5;
}

.price-table td p {
  font-size: 25px;
}

.list {
  display: flex;
  align-items: center;
}

.list p:first-child {
  width: 50%;
}

.list p:nth-child(n + 2) {
  width: 25%;
}

.price-table th {
  background-color: #dad0ba;
  border-bottom: 2px solid #fff;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}

.highlight {
  color: red;
  font-weight: bold;
}

#faq {
  padding-bottom: 60px;
}

.question-area {
  margin-top: 60px;
}

.question-area h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: fot-tsukumin-pr6n, sans-serif;
}

.accordion {
  background-color: #2d211c;
  color: #fff;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  border: none;
  outline: none;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 5px;
  position: relative;
  font-size: 22px;
  margin-bottom: 15px;
}

button {
  font-family: fot-tsukumin-pr6n, sans-serif;
}

.accordion::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #9b8046;
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}

.accordion::before {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #9b8046;
  position: absolute;
  right: 27px;
  transition: opacity 0.3s ease;
}

.accordion.open::before {
  opacity: 0; /* 縦棒を非表示にして－に */
}

.accordion span,
.panel span {
  color: #9b8046;
  margin-right: 10px;
}

.panel {
  background-color: #fff;
  display: none;
  font-size: 20px;
  text-indent: -1em;
  padding-left: 1em;
}

.answer {
  padding: 15px 20px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.answer a {
  text-decoration: underline;
}

.panel.show {
  display: block;
}

.access {
  padding: 60px 0;
  background-color: #fff;
}

.map-area {
  margin-top: 60px;
}

.map-area iframe {
  width: 100%;
  height: 480px;
  margin-top: 20px;
}

.address {
  font-size: 22px;
}

.train {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  margin-top: 20px;
}

.contact {
  background-image: url(../images/dot-back.jpg);
  background-size: contain;
  background-repeat: repeat;
  padding: 60px 0;
}

.contact h1 {
  color: #fff;
}

.p-num {
  font-size: 67px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width: 479px) and (max-width: 840px) {
  .wrapper {
    width: 90%;
    padding: 30px 0;
  }
}

/*-----------------------------------------------------*/
/* スマホ用のCSS */
/*-----------------------------------------------------*/
@media only screen and (max-width: 479px) {
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .wrapper {
    width: 90%;
  }
  .site-header {
    background-color: #251e1c;
    position: fixed;
    z-index: 10;
  }
  .header-inner {
    width: 90%;
  }
  .nav {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background: #251e1c;
    position: fixed;
  }

  .nav ul {
    flex-direction: column;
    padding: 10px;
    text-align: center;
    height: 230px;
    color: #fff;
  }

  .nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
  }

  .hamburger {
    display: flex;
  }

  .nav.open {
    display: block;
    width: 100%;
  }

  .reserve-btn {
    background: #806134;
    color: #fff !important;
    padding: 10px 20px;
    text-decoration: none;
  }

  h1 {
    font-size: 24px;
    text-align: center;
    color: #231815;
  }

  h1 span {
    font-size: 14px;
    color: #9b8046;
    font-family: adobe-caslon-pro, serif;
    font-style: italic;
    font-weight: 600;
  }

  h2 {
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
  }

  h2 span {
    font-size: 12px;
  }

  h3 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
    line-height: 1.4;
  }

  .kv {
    padding-top: 70px;
  }

  .kv .wrapper {
    width: 100%;
  }

  .campaign {
    width: 80%;
    font-size: 20px;
  }

  .feature-box {
    flex-wrap: wrap;
  }

  .item {
    width: 48%;
    margin-top: 60px;
  }

  .point {
    flex-direction: column;
  }

  .point .point-txt {
    width: 100%;
  }

  .point .point-txt .point-tit {
    font-size: 22px;
  }

  .point .point-txt .ex-p {
    font-size: 15px;
  }

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

  .price-table,
  .price-table thead,
  .price-table tbody,
  .price-table th,
  .price-table td,
  .price-table tr {
    display: block;
    width: 100%;
  }

  .price-table tr {
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
  }

  .price-table th {
    background-color: #dad0ba;
    font-weight: bold;
    border: none;
    padding: 10px 0;
    font-size: 20px !important;
  }

  .price-table td {
    border: none;
    padding: 8px 0;
    font-size: 16px;
    text-align: center;
  }
  .price-table td p {
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
  }
  .list {
    display: flex !important;
  }
  .question-area h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .accordion {
    font-size: 14px;
    padding: 20px 10px;
    text-align: left;
  }
  .panel {
    font-size: 14px;
    line-height: 1.3;
  }
  .accordion span,
  .panel span {
    margin-right: 5px;
  }
  .address {
    font-size: 16px;
  }

  .train {
    font-size: 16px;
  }
  .p-num {
    font-size: 40px;
  }
}
