@charset "UTF-8";

/* チェックボックス */
#trouble + section .trouble_list {
    position: relative;
    list-style: none;
    padding-left: 30px;
}

#trouble + section .trouble_list::after {
    content: '✔';
    position: absolute;
    left: 4px;
    top: 0;
    color: var(--i_btn_color);
    font-size: 20px;
}

#trouble + section .trouble_list::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--i_txt_color);
    background-color: transparent;
}

.trouble_title,
.trouble_text {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.5;
}

.trouble_title span {
    color: var(--i_main_color);
    font-size: 3.5rem;
}

.trouble_item {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 1rem;
}

.trouble_text {
    margin-top: 2rem;
}


/* 当ゴルフスクールの強み */
#strong_point + section .point_item {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

#strong_point + section .point_list {
    width: 30%;
    background: transparent;
    border-radius: 999px;
    aspect-ratio: 1/1;
    border: 10px solid var(--i_txt_color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
}

.point_list::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 5px solid var(--i_btn_color);
  background: #fff;
  border-radius: 999px;
  z-index: -1;
}

#strong_point + section .point_list a {
  color: var(--i_txt_color);
  text-decoration: none;
}

#strong_point + section .point_list-title {
  position: relative;
  font-style: italic;
  text-align: center;
  padding-bottom: 5px;
    font-size: 2rem;
    padding: 0 20px;
    padding-top: 20%;
}

#strong_point + section .point_list-title span {
    display: inline-block;
    padding-left: 5px;
  font-size: 3rem;
}

#strong_point + section .point_list-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 100%;
  height: 3px;
  background: var(--i_btn_color);
}

#strong_point + section .point_list-text {
  margin-top: 10px;
  text-align: center;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media screen and (min-width: 1201px) {
#strong_point + section .point_list-title {
    padding-top: 30%;
}
}

@media screen and (max-width: 700px) {
#strong_point + section .point_list {
    max-width: 400px;
    justify-content: center;
}

#strong_point + section .point_list {
    width: 100%;
}

#strong_point + section .point_list-title {
    padding-top: 0;
}
}


/* ポイント */
#point + section .heading.block_header_3 .h {
    font-size: 2.5rem;
}

#point + section .heading.block_header_3 p {
    font-size: 2rem;
}

@media screen and (max-width: 800px) {
#point + section .heading.block_header_3 .h {
    font-size: 2.5rem;
}

#point + section .heading.block_header_3 p {
    font-size: 2rem;
}

.heading.block_header_3 {
    padding: 5px;
}
}


/* 料金案内 */
#top_menu + section .menu {
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    text-align: center;
    border-radius: 10px;
    padding: 20px 0;
}

.menu_title {
    font-size: 2.5rem;
    font-weight: 600;
}

.menu_price span {
    font-size: 3.5rem;
    font-weight: 600;
}