:root {
  --main-color: #0e7a7d;
  --color-text-red: #EB3512;
  --color-text-pink: #D30054;
  --color-text-yellow: #f4e230;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* background: url(images/bg-repeat.jpg) repeat-x 0 0; */
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, "BIZ UDPGothic", sans-serif;
}

img {
  max-width: 100%;
}

section {
  /* margin-top: 60px; */
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sectionTitle {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

span {
  font-weight: inherit;
}

.bold {
  font-weight: bold;
}

.red {
  color: var(--color-text-red);
}

.pink {
  color: var(--color-text-pink);
}

.yellow {
  color: var(--color-text-yellow);
}

p {
  text-align: justify;
  line-height: 1.6;
}

.text-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.marker {
  background: linear-gradient(transparent 60%, #ffdc7b 40%);
}

@media (min-width: 641px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}

@media (min-width: 641px) {
  .pc {
    display: block;
  }
}

.container {
  width: 100%;
}

.header {
  width: 100%;
  background-color: rgba(239, 236, 230, 0.88);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  opacity: 0.9;
}

.headerInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  padding: 16px 8px;
  max-width: 1020px;
  margin: 0 auto;
}

.logo {
  width: 180px;
}

.contact-btn a {
  margin: 0 auto;
  display: block;
  padding: 8px 0 7px;
  width: 80px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-image: linear-gradient(0deg, #41b5a5, #018c78);
  box-shadow: 0px 0px 27px -13px #777777;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
  transition: .5s;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

header .contact {
  line-height: 1.2;
}

.contact .tel {
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  font-weight: bold;
  text-align: right;
}

.contact .tel span {
  font-size: 12px;
}

.contact .time {
  font-size: 12px;
  font-weight: bold;
}

.time__tag {
  color: #ad976e;
}

.time__tag02 {
  background-color: #ad976e;
  color: #fff;
  padding: 2px 4px;
  margin-left: 2px;
}

.mainVisual {
  padding-top: 70px;
  background: url(images/bg-repeat_02.jpg) repeat 0 0;
}

.mainVisual__image {
  max-width: 640px;
  margin: 0 auto;
}

@media (min-width: 641px) {
  .mainVisual {
    padding-top: 100px;
  }

  .mainVisual__image {
    max-width: 100%;
    margin: 0 auto;
  }
}

.mainVisual__image img {
  width: 100%;
}

.content-main {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.content-main.content2 {
  margin-top: 80px;
}

.cta {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cta p {
  text-align: center;
}

.campaignBanner {
  background: url(images/campaign-bnr-bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  font-weight: bold;
  color: #fff;
  min-height: auto;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}

.campaignBanner p {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}

.campaign__subTitle {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  background-color: #000;
  display: inline-block;
  width: 100%;
  padding: 2px 0;
  color: #D2D2D2;
  letter-spacing: 4px;
}

.campaign__text01 {
  color: #00954a;
  font-size: 28px;
}

.campaign__text02 {
  font-size: 28px;
}

.campaign__text03 {
  margin-bottom: 40px;
}

.campaign__text03 .campaign__price {
  font-size: 36px;
}

.campaign__text04 {
  font-size: 14px;
}

.reserveButton {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sports__item {
  text-align: center;
}

.image__caption {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: 4px;
}

.image__caption::before {
  content: "▲";
  color: #009582;
  margin-right: 5px;
}

.media h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}

.media__item {
  text-align: center;
  background: #ece8df url(img/toppage/index05-01-bg.png) no-repeat center top;
  padding: 40px 20px;
}

.tv__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.tv__item {
  width: calc((100% - 20px) / 2);
}

.reason__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.reason__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reason__item h3 {
  background-image: linear-gradient(90deg, #0e7a7d, #129194 50%, #0e7a7d);
  border-bottom: none;
  color: #fff;
  line-height: 1.2;
  padding: 10px 24px;
  width: 100%;
  font-weight: bold;
}

.voice__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.voice__item {
  background-color: #e9f0f0;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.voice__item h3 {
  font-size: 18px;
  font-weight: bold;
}

.voice__item__comment::after {
  display: block;
  content: "※効果には個人差があります";
  font-size: 12px;
  color: #a2a2a2;
}

footer {
  background-color: #222222;
  color: #fff;
  padding: 40px 20px 0;
}

footer .logo {
  margin: 0 auto;
  margin-bottom: 20px;
}

.copyright {
  text-align: center;
  font-size: 14px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  background-color: #f8f8f8;
}

.accordion-item.open .accordion-content {
  max-height: fit-content;
}

.accordion-button {
  width: 100%;
  padding: 10px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  background-image: linear-gradient(90deg, #0e7a7d, #129194 50%, #0e7a7d);;
  border: none;
  outline: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
  position: relative;
}

.accordion-button:hover, .accordion-button:focus {
  background-color: #ccc;
}

.accordion-button.active {
  background-color: #aaa;
}

.button-sign {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.storeList__items {
  display: flex;
  flex-wrap: wrap;
  /* gap: 20px; */
  padding: 16px;
}

.storeList__item {
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px dashed var(--main-color);
}

@media (min-width: 541px) {
  .storeList__items {
    justify-content: space-between;
  }
  .storeList__item {
  width: calc((100% - 20px) / 2);    
  }
}

.storeList__item__link {
  text-decoration: none;
  color: inherit;
  position: relative;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.storeList__item__link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 4px;
}

.storeList__item__name {
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1.2;
  margin-bottom: 4px;
}

.storeList__item__address {
  font-size: 14px;
  line-height: 1.2;
}