/*
Theme Name:golfplaza-shibukawa
Description:雛形用
Author:maru-sin.co.jp
Version:1.0
*/
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
ul {
  list-style: none
}
button, input, select, textarea {
  margin: 0
}
html {
  box-sizing: border-box
}
*, *:before, *:after {
  box-sizing: inherit
}
img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%
}
iframe {
  border: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
p, a, h3, h4, tr {
  font-family: 'Noto Sans JP';
}
h1, h2 {
  font-family: 'Noto Serif JP';
}
a {
  text-decoration: none
}
:root {
  --main-color: #387161; /*濃い緑*/
  --main-sab-color: #91C6B7; /*うすい緑*/
  --sab-color: #EDF5EF; /*もっとうすい緑*/
  --sab-color-orange: #E55B04; /*オレンジ*/
  --sab-color-yellow: #FFEB00; /*黄色*/
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.inner_min {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
html {
  font-size: 62.5%;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP';
}
body.no-scroll {
  overflow: hidden;
}
h1 {
  font-weight: bold; /*メインビジュアル*/
}
h2 {
  font-size: 2.5rem; /*見出し*/
}
h3 {
  font-size: 2.0rem;
  font-weight: bold;
}
h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
p, th, td {
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 3.5rem /*見出し*/
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  p, th, td {
    font-size: 1.4rem;
  }
}
a {
  font-size: 15px;
  transition: 0.3s;
}
a:hover {
  filter: opacity(0.6);
}
.br_sp, .br_tb, .br_sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .br_tb {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .br_sp-only {
    display: block;
  }
}
/*---------------見出し---------------*/
.ttl__container {
  margin: 100px 0 60px;
  letter-spacing: 3px;
}
.ttl_eng {
  font-weight: 500;
  color: var(--main-sab-color);
  font-size: 1.6rem;
}
.ttl .ttl_jp {
  margin: 0 12px 0 0;
}
.ttl .ttl_line {
  display: flex;
  align-items: center;
  margin: 0 auto;
  border-bottom: solid 2px var(--main-color);
  width: 300px;
  position: relative;
  padding-left: 50px;
  padding-bottom: 5px;
  margin-bottom: 70px;
}
.price-ttl .ttl_line {
  width: 240px;
}
.ttl .ttl_line::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 45px;
  background-image: url('image/title_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  left: 0;
  bottom: -2px;
  margin-right: 20px;
}
.ttl__news .ttl_line:after {
  content: "";
  margin: 0 auto;
  display: block;
  border-bottom: solid 2px var(--main-color);
  padding-top: 15px;
  width: 50px;
}
.ttl__news {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ttl .ttl_line::before {
    width: 35px;
    height: 40px;
  }
  .ttl .ttl_line {
    width: 250px;
    padding-left: 48px;
  }
  .ttl__news .ttl_line:after {
    width: 40px;
  }
  .price-ttl .ttl_line {
    width: 200px;
  }
}
/*-------------------------------------------
main
-------------------------------------------*/
.main-visual {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), url("image/main-visual_design-top.png"), url("image/main-visual_design-bottom.png"), url("image/main-visual.jpg");
  background-position: left, right;
  background-size: cover;
  width: 100%;
  height: 750px;
  position: relative;
}
.main-visual__text {
  position: relative;
  align-content: center;
  color: #fff;
  height: 550px;
  text-shadow: 2px 2px 6px #272727;
}
.main-visual h1 {
  font-size: clamp(33px, 3.8vw, 50px);
  margin-bottom: 25px;
}
.main-visual p {
  font-size: clamp(16px, 1.8vw, 23px);
}
.main-visual h1 {
  letter-spacing: 10px;
}
.main-visual__icon {
  position: absolute;
  bottom: 90px;
}
.main-visual__icon img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .main-visual {
    height: 550px;
  }
  .main-visual__text {
    height: 400px;
  }
  .main-visual h1 {
    letter-spacing: 0.1em;
  }
  .main-visual p {
    letter-spacing: 3px;
  }
  .main-visual__icon {
    bottom: 50px;
  }
  .main-visual__icon img {
    width: 150px;
  }
}
.about__container {
  margin-bottom: 150px;
}
.about__bk {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  width: 100%;
  color: #555;
  background: #387161;
}
.about__bk:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35px;
  border: 40px solid transparent;
  border-top: 20px solid #387161;
}
.about__list-item {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0 50px;
}
.about__item {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  width: 200px;
  height: 180px;
  border-radius: 10px;
  border: solid 0.5px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .2);
  position: relative;
  top: -40px;
}
.about__text-box {
  background-color: #E55B04;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  font-size: 2.0rem;
  padding: 5px 0px;
  display: inline-block;
  width: 130px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about__text-box {
    font-size: 1.6rem;
  }
}
.about__text-center {
  height: 90%;
}
.about__text-center h3 {
  height: 90%;
  align-content: center;
  color: #387161;
  font-size: 3.0rem;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about__text-center h3 {
    font-size: 2.8rem;
  }
}
.about__item:nth-child(1) h3, .about__item:nth-child(2) h3 {
  font-size: 5.0rem;
  line-height: 30px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about__item:nth-child(1) h3, .about__item:nth-child(2) h3 {
    font-size: 3.4rem;
  }
}
.about__text-center span {
  font-size: 2.4rem;
}
.about__text-line {
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.about__text-line-content {
  display: flex;
  align-items: center;
  border-bottom: #91C6B7 2px dotted;
  padding-bottom: 5px;
}
.about__text-line h3 {
  letter-spacing: 3px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about__text-line h3 {
    font-size: 1.8rem;
  }
}
.about__text-line-content img {
  width: 30px;
}
@media (max-width: 768px) {
  .about__list-item {
    flex-wrap: wrap;
    padding: 0;
    gap: 20px;
  }
  .about__item {
    width: calc(50% - 40px);
    height: 180px;
    padding: 20px;
  }
  .about__text-box {
    font-size: 1.8rem;
    width: 100px;
  }
  .about__item:nth-child(1) h3, .about__item:nth-child(2) h3 {
    font-size: 4.3rem;
    letter-spacing: 0;
  }
  .about__text-center span {
    font-size: 1.8rem;
  }
  .about__text-center h3 {
    font-size: 3.0rem;
  }
}
.about__sb-list {
  margin: 30px auto 80px;
}
.about__sb-item {
  display: flex;
  width: 100%;
  justify-content: center;
}
.about__sb-item p {
  background-color: #387161;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  margin: 10px 0;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
}
/*※幅のサイズはhtmlの方でwidth調整*/
@media (min-width: 768px) and (max-width: 1024px) {
  .about__sb-item p {
    font-size: 1.8rem;
  }
}
.about__sb-item p::before {
  content: '';
  background-image: url('image/check-mark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: static;
  margin-right: 8px;
  width: 20px;
  height: 14px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .about__sb-list p {
    margin: 10px;
  }
}
@media (max-width: 768px) {
  .about__sb-item {
    display: block;
  }
  .about__sb-list p {
    font-size: 15px;
    padding: 10px 0;
    width: 100% !important;
  }
}
.information__box {
  max-width: 720px;
  border: #91C6B7 2px dotted;
  margin: 0 auto;
  display: flex;
}
.information__box > h4 {
  color: #387161;
  margin: auto 0;
  padding: 00px;
  align-content: center;
  text-align: center;
}
.information__text-group {
  display: flex;
  margin: 20px 0;
  align-items: center;
}
.information__text-group div {
  width: 100px;
  display: flex;
  color: #387161;
  background-color: #EDF5EF;
  margin-right: 20px;
  padding: 5px 0;
  line-height: 30px;
  justify-content: center;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 1.6rem;
}
.information__text-group span {
  font-size: 12px;
  letter-spacing: 0;
}
.about__information-group_left {
  align-content: center;
  text-align: center;
  color: #387161;
}
.about__information-group_left p {
  font-weight: 500;
  font-size: 2.0rem;
}
@media (max-width: 580px) {
  .information__box {
    display: block;
  }
  .about__information-group_left, .about__information-group {
    margin: 0 auto;
    display: table;
  }
  .about__information-group_left {
    margin-top: 20px;
  }
  .about__information-group {
    padding: 0 20px;
  }
  .information__text-group {
    align-items: baseline;
  }
  .information__text-group div {
    width: 70px;
    font-size: 14px;
    white-space: nowrap;
    padding: 0 20px;
  }
  .information__box > p {
    font-size: 12px;
    margin: 25px;
  }
}
@media screen and (min-width: 580px) {
  .about__information-group {
    width: 70%;
  }
  .about__information-group_left {
    width: 25%;
  }
  .information__box {
    padding: 20px 0;
  }
}
/*スワイパー*/
.swiper-slide img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear !important;
  padding-bottom: 30px;
}
.swiper-slide i {
  transition-timing-function: linear;
  position: relative;
}
.swiper-slide {
  padding: 0 10px;
  max-width: 400px;
}
.swiper {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .swiper-slide {
    max-width: 240px;
  }
}
@media (max-width: 580px) {
  .swiper-slide {
    max-width: 240px;
  }
}
.slide {
  background-color: #EDF5EF;
  width: 90%;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  margin-bottom: 100px;
  text-align: center;
  height: 590px;
}
.slide-box {
  color: #387161;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
  padding: 40px 0 30px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.silhouette_picture {
  position: absolute;
  bottom: 20px;
  right: -50px;
}
.silhouette_picture img {
  width: 50px;
}
.slide-text-box {
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 10px;
}
.slide-text-box p {
  margin: 0 10px;
  font-size: 2.5rem;
}
.slide-text-box img {
  width: 15px;
}
.slide-box h3 {
  font-weight: bold;
  font-size: 3.0rem;
  display: inline;
  background-image: linear-gradient(to bottom, transparent 75%, #fff 75%);
  background-size: 100% 1.5em;
  background-repeat: repeat;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slide-box h3 {
    font-size: 2.4rem;
  }
  .slide-text-box p {
    font-size: 2.0rem;
  }
}
.text-color-orange {
  color: #E55B04;
}
@media screen and (max-width: 768px) {
  .slide {
    height: 400px;
  }
  .slide-box h3 {
    font-size: 2.0rem;
  }
  .slide-text-box p {
    font-size: 1.4rem;
  }
  .slide-text-box img {
    width: 10px;
  }
  .silhouette_picture img {
    width: 40px;
  }
}
/*スワイパー*/
.price_container {
  text-align: center;
  margin-bottom: 150px;
}
.admission {
  text-align: left;
  margin-bottom: 70px;
}
.admission h4 {
  background-color: #EDF5EF;
  padding: 20px;
  color: #387161;
  font-size: 2.0rem;
}
.admission h4:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: #387161;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.admission__table {
 	margin-bottom: 0;
	width:92%;
}
.inner__none{
	padding: 0;
}
.admission-group {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
  padding: 20px 30px;
}
.admission-group p:nth-child(2) {
  color: #387161;
  font-weight: bold;
}
.admission-group span {
  color: #7C7C7C;
  font-size: 12px;
}
@media (max-width: 768px) {
  .admission p {
    align-content: center;
  }
  .price_container {
    margin-bottom: 100px;
  }
}
.table > div {
  background-color: #91C6B7;
}
.table ul {
  background-color: #91C6B7;
}
table {
  table-layout: fixed;
  width: 92%;
}
tbody tr > td:last-child, thead tr > th:last-child {
  border: none;
}
tbody th, thead td {
  background-color: #EDF5EF;
}
table tr {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
table th, table td {
  padding: 1.3em 5px 1.3em 5px;
  border-right: 1px solid #bbb;
  text-align: center;
}
table td {
  color: #387161;
  font-weight: 500;
}
table th {
  font-weight: 400;
}
.table__attention {
  margin-top: 10px;
}
.attention_content {
  margin-top: 100px;
  margin-bottom: 10px;
}
.attention-ttl {
  padding: 20px 0;
  color: #fff;
}
.attention-ttl h4 {
  letter-spacing: 5px;
  font-weight: bold;
  font-size: 2.2rem;
}
.pl-ttl {
  background-color: #387161;
}
.pr-ttl {
  background-color: #E55B04;
}
.attention_sb-text {
  display: flex;
  justify-content: center;
  font-size: 15px;
}
.pl-box {
  display: flex;
  color: #387161;
  font-weight: bold;
  justify-content: center;
  padding: 50px 0;
  border: #91C6B7 1px dotted;
}
.pl-box span {
  color: #000;
  font-weight: 400;
  margin-right: 20px;
}
.attention-group_price {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 50px;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.attention-group_price p {
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: opacity .3s;
}
@media only screen and (min-width: 450px) and (max-width: 1024px) {
  .attention-group_price p:not(:last-child):after {
    background: #000;
    bottom: 0;
    content: "";
    display: inline-block;
    height: calc(100% - .4em);
    margin-left: 50px;
    position: relative;
    right: 0;
    top: 3px;
    width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .attention-group {
    width: 40%;
    font-size: 1.8rem;
  }
  .attention-group_price {
    width: 60%;
    font-size: 1.8rem;
  }
  .attention_sb-text p:nth-child(2) {
    margin-left: 30px
  }
}
@media screen and (max-width: 768px) {
  .attention_content {
    margin-top: 50px;
  }
  .attention-ttl {
    padding: 10px 0;
  }
  .pl-box {
    padding: 20px 0 30px;
  }
  .attention-group_price {
    margin: 20px 20px 0 20px;
  }
  .attention-group p, .attention-group_price p {
    font-size: 1.6rem;
  }
  .pl-box {
    display: block;
  }
  .attention_sb-text {
    display: block;
  }
  .attention-ttl h4 {
    font-size: 1.6rem;
  }
}
.attention-price > p {
  margin: 30px 0;
}
.pr-box {
  border: #E55B04 1px dotted;
  position: relative;
  display: inline-block;
  padding: 20px 20px;
  width: 100%;
}
.pr-box span {
  background-color: #fff;
  color: #E55B04;
  padding: 3px;
  position: absolute;
  top: -12%;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .pr-box div {
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
  }
  .pr-box {
    margin-top: 40px;
    font-size: 0.8rem;
  }
  .pr-box span {
    top: -7%;
    font-size: 1.5rem;
  }
  .attention_sb-text p {
    font-size: 1.2rem;
  }
}
.pr-box {
  display: flex;
}
.pr-box div {
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.pr-box div > p {
  margin-right: 20px;
  border-bottom: #E55B04 1px dotted;
  font-weight: 500;
}
.pr-box img {
  max-width: 150px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pr-box img {
    width: 80%;
  }
  .pr-box div > p {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.premium-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 42px;
}
.premium-title h2 {
  font-size: 4.5rem;
  letter-spacing: .18rem;
  color: #387161;
  font-weight: 500;
  margin: 0 50px;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .premium-title h2 {
    font-size: 4.0rem;
  }
}
.premium-title span {
  background-color: #387161;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  padding: 5px 20px;
}
.premium-title span.seven {
  font-size: 6.5rem;
  background-color: unset;
  color: #387161;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .premium-mg {
    padding: 70px;
  }
}
.premium-container {
  margin: 0 auto;
  height: 0 auto;
  max-width: 1000px;
  background-color: var(--main-color);
  ;
  background-image: url("image/7benefit_bk-top.png"), url("image/7benefit_bk-bottom.png");
  background-position: right top, left bottom;
  background-size: cover;
  margin-bottom: 100px;
  color: #fff;
}
.premium-list div {
  font-size: 25px;
  display: flex;
  margin-bottom: 20px;
  border-bottom: #91C6B7 2px dotted;
  font-weight: 500;
  align-items: center;
}
.premium-list div:last-child {
  border: none;
  margin-bottom: 0;
}
.premium-list p, .premium-list h3 {
  margin-bottom: 20px;
  align-content: center;
}
.premium-list p {
  min-width: 40px;
  height: 40px;
  background-color: #fff;
  color: #387161;
  border-radius: 50px;
  /*	line-height: 50px;*/
  text-align: center;
  margin-right: 20px;
  font-size: 2.4rem;
}
.premium-list h3 {
  letter-spacing: 3px;
  font-size: 3.0rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .premium-list h3 {
    letter-spacing: 3px;
    font-size: 2.4rem;
  }
}
.text-color-yellow {
  color: #FFEB00;
}
.text-saiz:last-child {
  font-size: 15px;
  font-weight: 400;
}
.text-saiz {
  font-size: 20px;
}
.member {
  width: 90%;
  margin: 0 auto;
}
.premium-mg img {
  margin-bottom: 50px;
}
.premium-price {
  background-color: #fff;
  color: #387161;
  padding: 20px 0;
  display: flex;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.premium-price-box {
  padding: 0 50px;
  border-right: solid 2px #E8E8E8;
  align-content: center;
}
.premium-price-box p {
  font-weight: bold;
  font-size: 2.0rem;
}
.premium-price-box2 {
  color: #000;
  padding: 0 50px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .premium-title {
    margin-bottom: 15px;
  }
  .premium-title h2 {
    font-size: 2.4rem;
    margin: 0 15px;
    line-height: 30px;
  }
  .premium-title span {
    font-size: 1.3rem;
    font-weight: 400;
    padding: 3px 10px;
  }
  .premium-title span.seven {
    font-size: 3.0rem;
  }
  .premium-title img {
    width: 20px;
  }
  .premium-mg {
    padding: 30px;
  }
  .premium-list div {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .member {
    width: 100%;
    font-size: 13px;
  }
  .premium-price-box {
    padding: 0 10px 0 5%;
    text-align: center;
  }
  .premium-price-box {
    white-space: nowrap;
  }
  .premium-price-box2 {
    padding: 0 10px;
    line-height: 20px;
  }
  .premium-list h3 {
    font-size: 1.8rem;
  }
  .premium-list p {
    min-width: 30px;
    height: 30px;
    font-size: 1.4rem;
    margin-right: 10px;
  }
  .text-saiz {
    font-size: 1.4rem;
  }
  .text-saiz:last-child {
    font-size: 1.2rem;
  }
  .premium-price-box p {
    font-size: 1.4rem;
  }
  .premium-attention p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 508px) {
  .premium-bnr_pc {
    display: none;
  }
  .premium-price-box2 {
    padding: 0 10px;
    line-height: 20px;
  }
}
@media screen and (min-width: 508px) {
  .premium-bnr_sp {
    display: none;
  }
  .premium-price-box2 {
    letter-spacing: 3px;
  }
}
.inner-box {
  width: 100%;
  display: flex;
  margin: 10px auto 80px;
}
.inner-box h3 {
  color: #387161;
}
.inner-box {
  align-items: center;
}
.inner-box li {
  border-bottom: #91C6B7 2px dotted;
  padding: 15px 0;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP';
}
.inner-box li:last-child {
  border-bottom: none;
}
.access li {
  border: none;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .text-box li {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .inner-box {
    margin: 10px auto 30px;
  }
}

.inner-box li>span {
  font-size: 1.2rem;
}

.inner-box .text-box__pd {
  padding: 20px 20px 20px 57px;
}
.inner-box .text-box__pd {
  width: 100%;
}
@media screen and （min-width: 769px） and （max-width: 799px）{
	.inner-box .text-box__pd {
	  padding: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.inner-box .text-box__pd {
	 padding: 20px 20px 20px 42px;
	}
}
.text-box {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text-box li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #387161;
  border-radius: 50%;
  margin-right: 10px;
}
.access .text-box p {
  font-size: 2.5rem;
  letter-spacing: 4px;
  border-bottom: #91C6B7 2px dotted;
  padding: 15px 0;
}
.text-box ul li {
 padding-left: 1em;
    text-indent: -1.2em;
	line-height: 30px;
}
.text-box ul {
  margin-top: 20px;
	list-style-position: inside;
}
.access .text-box p > span {
  font-size: 2.0rem;
}
.access .inner-box .text-box__pd {
  text-align: right;
  font-size: 11px;
}
@media only screen and (max-width: 768px) {
  .inner-box {
    display: block;
    text-align: center;
  }
  .text-box ul {
    text-align: left;
  }
  .inner-box img {
    margin-bottom: 20px;
  }
  .access .text-box p {
    font-size: 1.8em;
    text-align: left;
  }
  .access .text-box p > span {
    font-size: 1.6rem;
  }
  .access .text-box li {
    font-size: 1.2rem;
  }
  .access li {
    padding: 5px 0;
  }
}
@media screen and (min-width: 800px) {
  .text-box {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .inner-box img {
    max-width: 450px;
    min-width: 300px;
    width: 100%;
  }
  .text-box {
    margin-left: 50px;
  }
}
.map {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 100px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .map {
    height: 270px;
    margin-bottom: 80px;
  }
}
.contact {
  margin-bottom: 100px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
}
.contact__btn {
  margin: 30px 0 0;
  position: relative;
}
.contact__btn a, .wpcf7 input[type=submit], .wpcf7-previous {
  background-color: #E55B04;
  border-radius: 8px;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2.0rem;
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 56px 0 50px;
  font-weight: 500;
  box-shadow: 3px 3px 3px 0px #ccc;
}
.contact__btn a::after, .wpcf7 input[type=submit]::after, .wpcf7-previous::after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 8%;
  position: absolute;
  top: 51%;
  right: 20px;
  transform: translateY(-50%);
}
.contact__btn a:active, .wpcf7 input[type=submit]:active, .wpcf7-previous:active {
  top: 4px;
  box-shadow: 0 0 0 #C62828;
}
.contact__btn a:hover, .wpcf7 input[type=submit]:hover, .wpcf7-previous:hover {
  background-color: #FF8131;
}
@media only screen and (max-width: 1024px) {
  .contact, .contact__btn a, .wpcf7 input[type=submit], .wpcf7-previous {
    font-size: 1.6rem;
  }
}
/*-------------------------------------------
header
-------------------------------------------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--main-color);
  padding: 20px 45px;
  z-index: 1000; /* 最前面に表示。どの要素よりも高く設定 */
}
.header__logo {
  height: 100%;
  line-height: 100%;
  z-index: 1010;
}
.header__list { /* PC版のナビゲーションリスト */
  display: flex;
  font-weight: 500;
  gap: 45px;
}
.header__list a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  letter-spacing: 3px;
}
@media only screen and (max-width: 1024px) {
  header {
    padding: 15px 25px;
  }
  .header__logo img {
    width: 170px;
  }
  /* PC版のヘッダーリストをスマホでは非表示に */
  .header__list:not(.hamburger-menu__list) { /* 安全策としてPC用のリストのみを非表示にする */
    display: none;
  }
}
/* --- ハンバーガーメニューリストのスタイル --- */
@media only screen and (max-width: 1024px) {
  .hamburger-menu__list {
    position: fixed; /* 画面に固定 */
    top: 0; /* アニメーションの開始点 */
    left: 0;
    width: 100%;
    height: 430px;
    background-color: #387161; /* メニューの背景色 */
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 2rem 0;
    box-sizing: border-box;
    overflow-y: auto; /* メニュー内容が長くなった場合にスクロールできるように */
    z-index: 900; /* ヘッダー(1000)より低く、オーバーレイ(800)より高い */
    /* ★アニメーションの初期状態（画面外上部に隠す）★ */
    transform: translateY(-100%); /* 上に完全に隠す */
    opacity: 0; /* 非表示 */
    visibility: hidden; /* クリック不可 */
    pointer-events: none; /* イベントを無効化 */
    transition: transform 0.3s ease-out; /* アニメーション設定 */
    /* PCサイズでは非表示にするためのデフォルト設定 */
    display: none; /* ★重要: デフォルトで非表示にする */
  }
  .header__list { /* PC版のナビゲーションリスト */
    gap: 0px;
  }
}
.hamburger-menu__input {
  display: none;
}
/* ハンバーガーメニューが開いた時のスタイル（スマホサイズのみ適用） */
@media screen and (max-width: 1024px) {
  .hamburger-menu__list {
    display: flex; /* スマホサイズで表示状態にする */
  }
  #hamburger:checked ~ .hamburger-menu__list {
    transform: translateY(0); /* 画面内にスライド */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
/* --- 黒いオーバーレイのスタイル --- */
/* @media screen and (max-width: 1024px) 内の定義を外し、全体に適用 */
@media screen and (max-width: 1024px) {
  .hamburger-menu__bg {
    background-color: #000;
    cursor: pointer;
    left: 0;
    opacity: 0.4;
    position: fixed; /* 全画面を覆うために固定 */
    top: 0; /* 画面の最上部から */
    width: 100%;
    height: 100vh;
    z-index: 800; /* ★ヘッダー(1000)より低く、メニューリスト(900)より低い */
    /* PCサイズでは非表示にするためのデフォルト設定 */
    display: none; /* ★重要: デフォルトで非表示にする */
  }
}
/* ハンバーガーメニューが開いた時の背景表示（スマホサイズのみ適用） */
@media screen and (max-width: 1024px) {
  #hamburger:checked ~ .hamburger-menu__bg {
    display: block; /* メニューが開いたら表示 */
  }
}
/* PCサイズでオーバーレイを確実に非表示にする */
@media screen and (min-width: 1025px) {
  .hamburger-menu__bg {
    display: none !important; /* PCでは完全に非表示 */
  }
}
/* --- ハンバーガーボタンのスタイル --- */
.hamburger-menu__button {
  display: none; /* PCでは非表示 */
}
@media screen and (max-width: 1024px) {
  .hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex; /* スマホで表示 */
    flex-direction: column;
    gap: 5px;
    height: 32px;
    justify-content: center;
    width: 32px;
    z-index: 1001; /* ボタンがヘッダーの上、かつメニューやオーバーレイの上に表示されるように */
  }
}
/* --- ハンバーガーアイコンのマーク（変更なし） --- */
@media screen and (max-width: 1024px) {
  .hamburger-menu__button-mark {
    background-color: #fff;
    display: block;
    height: 1px;
    transition: 0.3s;
    width: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #hamburger:checked ~ .hamburger-menu__button .hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg);
    transform-origin: 0%;
  }
  #hamburger:checked ~ .hamburger-menu__button .hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked ~ .hamburger-menu__button .hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg);
    transform-origin: 0%;
  }
}
/* メニュー内のリストアイテムのスタイル */
@media screen and (max-width: 1024px) {
  .hamburger-menu__list li {
    border-bottom: #91C6B7 2px dotted;
    display: block;
    width: 100%;
  }
  .hamburger-menu__list li a {
    padding: 15px 0;
    display: block;
    color: #fff;
    text-decoration: none;
  }
}
/* --- チェックボックスの非表示（変更なし） --- */
body.menu-open {
  overflow: hidden;
}
/*-------------------------------------------
footer
-------------------------------------------*/
footer {
  background-color: #EDF5EF;
  text-align: center;
}
.footer__contenr {
  padding: 50px 27px;
}
footer img {
  margin-bottom: 30px;
}
.footer__text p:last-of-type {
  margin: 20px 0 50px;
}
.footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.footer__list a {
  color: #000;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: opacity .3s;
  font-size: 1.5rem;
}
.footer__list a:hover {
  text-decoration: underline;
}
.footer__list a:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.7em;
  background: #000;
  margin-left: 20px;
  vertical-align: middle;
}
.footer__credit {
  background-color: #387161;
  padding: 10px 0;
  color: #fff;
}
.footer__credit p {
  font-size: 1.1rem;
}
@media only screen and (max-width: 1024px) {
  .footer img {
    margin-bottom: 15px;
  }
  .footer__contenr {
    padding: 25px 0;
  }
  .footer__text p:last-of-type {
    margin: 10px 0 25px;
  }
  .footer__credit p {
    font-size: 1.0rem;
    letter-spacing: 0;
  }
  .footer__text p, .footer__list a {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
/*-------------------------------------------
single-page
-------------------------------------------*/
.top-container {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), url("image/main-visual.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
  align-content: center;
  text-align: center;
}
.top-title {
  color: #fff;
  text-shadow: 2px 2px 6px #272727;
}
.top-title h1 {
  font-size: clamp(20px, 3.8vw, 45px);
  font-weight: 500;
  letter-spacing: 7px;
}
@media screen and (max-width: 768px) {
  .top-container {
    height: 150px;
  }
}
/*------------パンくずリスト------------*/
.breadcrumb {
  max-width: 1000px;
  margin: 0 auto 70px;
  padding: 0 30px;
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb-list li {
  color: #777;
  font-size: 12px;
}
.breadcrumb-list a {
  color: #777;
  font-size: 13px;
  text-decoration: underline;
}
.breadcrumb-list li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
}
/*------------パンくずリスト------------*/
.single-container {
  font-family: "Noto Sans JP";
  margin: 60px 0 150px;
}
.main_post {
  margin: 30px 0 30px;
}
.single_post_container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
.post_time {
  font-size: clamp(14px, 3.0vw, 18px);
  color: #91C6B7;
}
.single_post_container .post_time {
  margin-bottom: 10px;
}
.single_ttl {
  border-bottom: solid 2px #E8E8E8;
  font-weight: 500;
  font-size: clamp(18px, 3.8vw, 20px);
  font-family: "Noto Sans JP";
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.post_body {
  font-size: clamp(13px, 3.0vw, 15px);
  line-height: 30px;
}
.post_body p {
  margin-bottom: 40px;
}
.arrow-link-btn {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: flex-end;
}
.arrow-link-btn a {
  color: #387161;
  display: flex;
  font-size: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .arrow-link-btn a {
    font-size: 14px;
  }
}
.arrow-link-btn a > span {
  margin-left: 10px;
}
.arrow-link-btn img {
  width: 5px;
}
.policy_ttl .post_body {
  font-weight: normal;
}
.policy_ttl h3 {
  margin-bottom: 20px;
  font-weight: 500;
}
.single_container_center {
  text-align: center;
}
.single_container_center h3 {
  font-size: clamp(20px, 3.0vw, 25px);
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.post_body li {
  list-style-type: disc;
  margin-left: 20px;
}
.post_body .number-list li {
  list-style-type: decimal;
}
.post_body .number-list {
  padding-left: 20px;
}
.archive_container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
.top__archive_container {
  max-width: 800px;
}
.archive_line {
  display: flex;
  border-bottom: solid 2px #E8E8E8;
  padding-bottom: 30px;
}
.top__archive_line {
  border-bottom: #91C6BB 2px dotted;
}
.top__archive_line.no-border-bottom {
  border-bottom: none !important; /* または border-bottom: 0 !important; */
  padding-bottom: 0 !important; /* 必要であれば下側の余白も調整 */
}
.top__arrow-link-btn {
  max-width: 800px;
}
.archive_container .post_time {
  margin-right: 20px;
  align-content: center;
}
.archive_container .single_ttl {
  color: #000;
  font-size: clamp(14px, 2.8vw, 18px);
  border: none;
  padding: 0;
  margin: 0 30px 0 0;
}
.title_icon_wrap {
  display: flex;
  justify-content: space-between; /* 子要素（h1とimg）を両端に配置します */
  align-items: center; /* 垂直方向の中央に配置します (任意ですが、よく使われます) */
  width: 100%; /* コンテナが親の幅全体を使うようにします */
}
.title_icon_wrap:hover {
  opacity: 0.7;
}
.title_icon_wrap img {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .archive_line {
    display: block;
  }
  .archive_container .post_time {
    margin-bottom: 5px;
  }
  .title_icon_wrap img {
    width: 15px;
  }
}
.wp-pagenavi {
  text-align: right;
}
.wp-pagenavi .page {
  display: inline-block;
  text-align: center;
  border: none;
  margin: auto 4px;
  transition: 0.3s ease-out;
  color: #000;
  text-decoration: underline;
}
.wp-pagenavi .current {
  display: inline-block;
  text-align: center;
  border: none;
  margin: auto 4px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .extend, .wp-pagenavi .first, .wp-pagenavi .last {
  line-height: 42px;
  transition: 0.3s ease-out;
  border: none;
  color: #000;
}
.wp-pagenavi .page:hover, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
  color: #387161;
}
.last .first {
  margin-left: 0;
}
.contact_container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}
.contact__time_text {
  border: solid 1px;
  margin: 15px 0;
  padding: 5px 0;
}
.contact_container span {
  font-size: 12px;
}
/*フォーム*/
.wpcf7 {
  max-width: 600px;
  margin: -40px auto 150px;
}
.wpcf7-form {
  padding: 0 30px;
}
.wpcf7 input, .wpcf7 textarea {
  background-color: #F5F5F5;
  width: 100%;
  border: none;
  line-height: 1.2;
  padding: 10px;
  border-radius: 5px;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: flex !important;
  margin-bottom: 20px;
}
.wpcf7-list-item input {
  margin-bottom: 10px;
}
.wpcf7 select, .wpcf7 input[type=checkbox] {
  width: auto;
}
.form_box_label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 500;
}
.required {
  color: #E55B04;
  font-size: 10px;
  padding: 0 10px;
  font-weight: 500;
}
.policy_group {
  text-align: center;
}
.policy_group .policy_text {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 25px;
}
.policy_group .policy_text a {
  text-decoration: underline;
}
.wpcf7-list-item {
  margin: 0 0 0 0 !important;
}
.wpcf7 .wpcf7-list-item-label {
  font-size: 14px;
}
.wpcf7 input[type=submit], .wpcf7-previous {
  margin: 0 auto;
  display: block;
  letter-spacing: 2px;
  cursor: pointer;
}
.contact_page {
  max-width: 300px;
  margin: 0 auto;
}
.wpcf7-previous {
  background-color: #fff !important;
  color: #E55B04;
  border: solid 2px #E55B04 !important;
  border-radius: 30px !important;
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
  color: #E55B04 !important;
  display: flex !important;
}
.wpcf7-response-output {
  color: #E55B04;
}
.wp-block-heading {
  border-left: solid 5px #91C6B7;
  padding-left: 10px;
  margin-bottom: 10px;
}
.wp-block-image .aligncenter{
	margin-bottom: 50px;
}
/*
.wpcf7-form-control-wrap{
    margin: 0 auto!important;
    text-align: center!important;
}
*/
/*
.wpcf7 textarea {
	width: 100%!important;
}
*/
/*
.accept-this{
	text-align: center;
}


/*
.wpcf7 dt{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
}
*/