@charset "UTF-8";
/* Scss Document */
/* 共通 --------------------*/
.card-benefits {
  background-color: #0071c5;
  color: #fff;
  padding: 5px 15px;
  font-weight: bold;
  display: inline-flex;
}

.benefits-content {
  border: 1px solid #0071c5;
  padding: 15px;
}

.square-image-container {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}

.square-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  padding: 10px;
}

@media screen and (max-width: 575px) {
  .square-image-container img {
    padding: 0;
  }
}

/* 詳細ページ（entry.html） --------------------*/
.store-headline {
  color: #000;
  font-size: 1.75rem;
  padding-bottom: 20px;
  border-bottom: 3px solid #0071c5;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
}

.store-headline span {
  font-size: 1.25rem;
  border-radius: 100px;
  padding: 6px 10px;
  letter-spacing: 0;
  margin-right: 20px;
}

@media screen and (max-width: 575px) {
  .store-headline {
    font-size: 1.125rem;
  }
}

.small-headline {
  font-size: 1.6875rem;
  font-weight: bold;
  padding-bottom: 10px;
}

.small-headline.service {
  border-bottom: 3px solid #0071c5;
}

.small-headline.shop-name {
  border-bottom: 3px solid #e40e77;
}

@media screen and (max-width: 575px) {
  .small-headline {
    font-size: 1.25rem;
  }
}

.service-box {
  background-color: #fef2f6;
  padding: 30px;
  margin-bottom: 20px;
  line-height: 2.5;
  border-radius: 10px;
  position: relative;
}

.service-box::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 113, 197, 0);
  border-top-color: #fef2f6;
  border-width: 25px;
  margin-left: -25px;
}

.contents-info {
  border: solid 1px #a0a0a0;
  padding: 60px 30px;
  border-radius: 10px;
}

@media screen and (max-width: 575px) {
  .contents-info {
    padding: 30px 15px;
  }
}

.contents-info .border-space {
  border-bottom: 1px dotted #a0a0a0;
  padding: 15px 0;
  margin: auto;
}

.shop-card {
  border: 1px solid #0071c5;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.shop-image-container {
  position: relative;
}

.shop-image-container .shop-area-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 2px 10px;
  font-size: 0.875rem;
}

.shop-label {
  background-color: #00bad8;
  color: #fff;
  font-weight: bold;
  padding: 2px 15px;
  border-radius: 20px;
  display: inline-block;
}

.shop-title {
  color: #333;
  font-size: 1.25rem;
  font-weight: bold;
  margin-left: 10px;
}

/* ショップ一覧のみ（entrylist.html）--------------------- */
.club-info {
  color: #333;
  line-height: 1.8;
}

.more-info-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0071c5;
  border: 1px solid #0071c5;
  border-radius: 25px;
  padding: 8px 20px;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}

.wrapper {
  display: flex;
  align-items: stretch;
  background-color: #f8f8f8;
  padding: 60px 40px;
  margin-bottom: 100px;
}

@media screen and (max-width: 575px) {
  .wrapper {
    display: block;
    padding: 0;
    margin-bottom: 60px;
    background-color: unset;
  }
}

.left-section {
  flex: 0 0 38%;
  position: relative;
}

@media screen and (max-width: 575px) {
  .left-section {
    background-color: #f8f8f8;
  }
}

.image-placeholder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.image-placeholder img {
  width: 100%;
  padding: 15px;
}

.image-placeholder::before {
  content: "";
  position: absolute;
  bottom: 45px;
  left: -10px;
  width: 70px;
  height: 70px;
  /* z-index: 2; */
  background-color: #d9f2f7;
}

.image-placeholder::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -660px;
  width: 110px;
  height: 110px;
  z-index: 2;
  background-color: #d9f2f7;
}

@media screen and (max-width: 575px) {
  .image-placeholder::after {
    right: 0;
    top: auto;
    bottom: -110px;
    width: 80px;
    height: 80px;
  }
}

.right-section {
  flex: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 25px 0 0 30px;
}

@media screen and (max-width: 575px) {
  .right-section {
    padding: 15px;
    margin: 15px 0;
  }
}

.text-box {
  position: relative;
  padding: 50px;
  margin: 50px;
}

@media screen and (max-width: 575px) {
  .text-box {
    padding: 20px;
    margin: 0;
  }
}

.text-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border: 2px solid #d9f2f7;
  border-right: none;
  border-bottom: none;
}

@media screen and (max-width: 575px) {
  .text-box::before {
    width: 60px;
    height: 60px;
  }
}

.text-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border: 2px solid #d9f2f7;
  border-left: none;
  border-top: none;
}

@media screen and (max-width: 575px) {
  .text-box::after {
    width: 60px;
    height: 60px;
  }
}

.text-content {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  line-height: 2;
}

@media screen and (max-width: 575px) {
  .text-content {
    font-size: 1.0625rem;
    line-height: 2;
    letter-spacing: -0.03em;
  }
}
