@charset "UTF-8";

/*固定ボタン*/
.fixd_btn {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 100;
}

.fixd_btn ul li {
  margin-bottom: 20px;
}

.fixd_btn ul li a {
  display: block;
  padding: 20px 13px 15px;
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
}

.fixd_btn ul .trial {
  background-color: #f68a21;
}

.fixd_btn ul .line {
  background-color: #06c755;
}

.fixd_btn ul .line img {
  width: 38px;
  display: inline;
  padding-top: 8px;
}

@media screen and (max-width: 980px) {
  .fixd_btn {
    top: auto;
    bottom: 0;
    right: auto;
    width: 100%;
  }

  .fixd_btn ul {
    display: flex;
  }

  .fixd_btn ul li {
    margin-bottom: 0;
    text-align: center;
  }

  .fixd_btn ul li a {
    writing-mode: horizontal-tb;
    font-size: 1.4rem;
    padding: 18px 0 18px;
  }

  .fixd_btn ul .trial {
    width: 50%;
  }

  .fixd_btn ul .line {
    width: 50%;
  }

  .fixd_btn ul .line img {
    width: 22px;
    margin-left: 8px;
    padding-top: 0;
    vertical-align: text-top;
  }
}

/*ヘッダー*/
header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 50px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 100;
}

header .header_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}

header .header_wrap div {
  width: 240px;
}

header .header_wrap ul {
  display: flex;
  gap: 30px;
}

header .header_wrap ul li {
  padding-top: 7px;
}

header .header_wrap ul li a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
}

/*メインビジュアル*/
.main {
  position: relative;
  /* background: url(../img/main_bg.jpg) no-repeat; */
  /* background-position: center; */
  /* background-size: cover; */
  height: 750px;
  padding-left: 10%;
}

.main .bg {
  position: relative;
  /* background: url(../img/main_people.png) no-repeat;
  background-position: bottom left;
  background-size: 649px; */
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
}

.main_txt {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 660px;
}

.main_txt_grandopen {
  background-image: linear-gradient(rgba(0 0 0 / 0) 45%, rgba(52 102 34 / .7) 45%);
  margin: 0 0 15px 20px;
}

.main_txt p {
  font-size: 3.6rem;
  font-weight: bold;
  color: red;
  margin-left: 15px;
  margin-bottom: 13px;
}

.main_btn {
  width: 481px;
  margin: auto;
  margin-top: 25px;
}

.main_btn_sp {
  display: none;
}

/* メインビジュアルのスライド */
.slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  height: 750px;
}

.slider img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .main {
    padding-left: 0;
    height: 640px;
  }

  .main .bg {
    background-size: 420px;
    max-width: 420px;
  }

  .main .logo {
    width: 90%;
    margin: 0 auto 15px;
    padding-top: 35px;
    animation: size-down 0.5s ease-in 2s forwards;
  }

  .main_txt_grandopen {
    margin: 5px 0 10px 10px;
  }

  .main_txt {
    top: 97px;
    transform: translateY(0);
    right: 50%;
    transform: translateX(50%);
    width: 95%;
  }

  .main_txt p {
    font-size: 2.7rem;
    margin-bottom: 8px;
  }

  .main_btn {
    display: none;
  }

  .main_btn_sp {
    display: block;
    position: absolute;
    width: 57%;
    max-width: 300px;
    bottom: 50px;
    right: 15px;
  }

  /* メインビジュアルのスライド */
  .slider {
    height: 640px;
  }

  .slider img {
    width: 100vw;
    height: 640px;
    object-fit: cover;
  }
}

/* 無限ループ画像 */
.loop-slide {
  padding: 0px 0 80px;
}

.loop-slide .swiper-wrapper {
  transition-timing-function: linear;
}

#grayDisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* コンテンツ全てに対して固定的に 1160pxとか指定されているときの対応で、
  ダサいが!importantつける */
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 5;
}

#grayDisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  height: 80%;
  object-fit: contain;
}

@media screen and (max-width: 980px) {}

/*プレオープン*/
.preopen {
  text-align: center;
  padding: 40px 0 50px;
}

.preopen div {
  text-align: left;
  background: #fff;
  display: inline-block;
  border-top: 5px solid #5AA21B;
  padding: 38px 80px 40px;
  width: 730px;
}

.preopen div h3 {
  font-size: 3.3rem;
  line-height: 1.3;
  color: #5AA21B;
  margin-bottom: 35px;
}

.preopen div h3 span {
  font-size: 2.2rem;
  display: block;
}

.preopen div p {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.preopen div table {
  text-align: left;
  font-size: 1.6rem;
}

.preopen div table th {
  padding-right: 20px;
}

.preopen div table td a {
  color: #DC3900;
  text-decoration: underline;
  font-weight: 600;
}

@media screen and (max-width: 980px) {
  .preopen div {
    padding: 40px 4% 20px;
    width: 90%;
    max-width: 450px;
  }

  .preopen div h3 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }

  .preopen div h3 span {
    font-size: 1.9rem;
    display: block;
  }

  .preopen div p {
    font-size: 1.4rem;
    margin-bottom: 18px;
  }

  .preopen div table {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 30px;
  }

  .preopen div table th {
    display: block;
  }

  .preopen div table td {
    display: block;
    margin-bottom: 10px;
  }

  .preopen div table td a {
    color: #DC3900;
    text-decoration: underline;
    font-weight: 600;
  }

}

/*トライアルチケット*/
.ticket {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 45px 0 80px;
  background-image: linear-gradient(90deg, #decfbc 0%, #decfbc 20%, #ebe3d7 40%, #ebe3d7 60%, #decfbc 80%, #decfbc 100%);
}

.ticket img {
  width: 750px;
}

@media screen and (max-width: 980px) {
  .ticket {
    padding: 20px 0 40px;
  }

  .ticket img {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
  }
}

/*キャンペーン*/

/*終了告知202502 */
.campaign_end2502 {
  text-align: right;
  color: #fff;
  font-size: 18px;
  padding: 6px 0;
  width: 816px;
  margin: 0 auto;
}

.campaign_img {
  max-width: 816px;
  margin: 0 auto;
  padding-bottom: 4.6rem;
}

.campaign_img img {
  border-radius: 20px;
}

@media screen and (max-width: 980px) {
  .campaign_end2502 {
    width: 90%;
  }

  .campaign_img {
    width: 90%;
  }
}

/*終了告知202502 */

.campaign {
  background-color: #f68a21;
  background-image: url(../img/campaign_bg_top.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 100%;
  /* height: 420px; */
}

.campaign_bg {
  background: url(../img/campaign_bg_bottom.png) no-repeat;
  background-position: bottom right;
  height: 100%;
}

.campaign h2 {
  /* width: 587px; */
  margin: 0 auto 35px;
  font-size: 3.8rem;
  color: #fff;
  padding-top: 60px;
}

.campaign_txt {
  width: 816px;
  margin: 0 auto;
  position: relative;
}

.campaign_btn {
  position: absolute;
  width: 362px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.campaign_btn ul {
  margin-top: 8px;
}

.campaign_btn ul li {
  margin-left: 25px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (max-width: 980px) {
  .campaign {
    /* height: 510px; */
    background-size: 125px;
  }

  .campaign_bg {
    background-size: 72px;
  }

  .campaign h2 {
    width: 90%;
    max-width: 325px;
    font-size: 3.2rem;
    line-height: 1.3;
  }

  .campaign_txt {
    width: 90%;
    max-width: 325px;
  }

  .campaign_btn {
    width: 268px;
    right: 50%;
    transform: translate(50%, 0);
    top: auto;
    bottom: 22px;
  }
}



/*マシン説明*/
.machine {
  margin-bottom: 100px;
}

.machine_main {
  background: url(../img/machine_bg.jpg) no-repeat;
  height: 563px;
  background-size: cover;
}

.machine_main_wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
  justify-content: center;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.machine_left {
  width: 596px;
  margin: 35px 0 0 50px;
}

.machine_right {
  margin: auto;
}

.machine_right h2 {
  width: 519px;
}

.machine_right div {
  width: 424px;
  margin: 10px 0 20px;
}

.machine_right p {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.5;
}

.machine_point01 {
  display: flex;
  gap: 50px;
  width: 90%;
  max-width: 1000px;
  margin: 80px auto 60px;
}

.machine_point01 h3 {
  font-style: italic;
  font-size: 4.8rem;
  line-height: 1.2;
}

.machine_point01 .point01_left {
  margin: auto;
}

.machine_point01 .point01_right {
  width: 60%;
}

.machine_point01 p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 40px;
}

.machine_li01 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
}

.machine_li01 ul li h4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
}

.machine_li01 ul li h4::after {
  width: 80px;
  height: 2px;
  background-color: #5aa21b;
  margin-top: 5px;
}

.machine_li01 ul li p {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.machine_li01 ul li img {
  width: 310px;
}

.machine_point02 {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  width: 90%;
  max-width: 1000px;
  margin: 100px auto 60px;
}

.machine_point02 h3 {
  font-style: italic;
  font-size: 4.1rem;
  line-height: 1.3;
}

.machine_point02 p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 35px;
}

.machine_point02 .movie {
  width: 60%;
  height: 300px;
}

.machine_point02 .point02_txt {
  margin: auto;
}

.machine_li02 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
  margin-bottom: 70px;
}

.machine_li02 ul li h4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
}

.machine_li02 ul li h4::after {
  width: 80px;
  height: 2px;
  background-color: #5aa21b;
  margin-top: 5px;
}

.machine_li02 ul li div {
  width: 310px;
  height: 191px;
}

.machine .trial_btn {
  width: 595px;
  margin: 0 auto;
}

.machine .trial_btn p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 980px) {
  .machine {
    margin-bottom: 60px;
  }

  .machine_main {
    height: 646px;
    background: url(../img/machine_bg_sp.jpg) no-repeat;
    background-size: cover;
  }

  .machine_main_wrap {
    display: block;
  }

  .machine_left {
    width: 90%;
    max-width: 325px;
    margin: 0 auto;
  }

  .machine_right {
    margin: 0 auto 35px;
    width: 90%;
    max-width: 325px;
    padding-top: 45px;
  }

  .machine_right h2 {
    width: 100%;
    margin: 0 0 20px;
  }

  .machine_right div {
    width: 70%;
  }

  .machine_right p {
    font-size: 1.6rem;
  }

  .machine_point01 {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    margin: 45px auto 30px;
  }

  .machine_point01 h3 {
    font-size: 3.2rem;
    line-height: 1.3;
  }

  .machine_point01 p {
    font-size: 1.4rem;
    margin-top: 23px;
  }

  .machine_point01 .point01_right {
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
  }

  .machine_li01 {
    margin: 0 auto;
    max-width: 565px;
  }

  .machine_li01 ul {
    justify-content: left;
    width: 93%;
    gap: 30px 15px;
    margin: auto;
  }

  .machine_li01 ul li {
    width: 165px;
  }

  .machine_li01 ul li h4 {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }

  .machine_li01 ul li h4::after {
    margin-top: 1px;
  }

  .machine_li01 ul li p {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  .machine_li01 ul li img {
    width: 165px;
  }

  .machine_point02 {
    flex-wrap: wrap;
    justify-content: center;
    margin: 65px auto 30px;
  }

  .machine_point02 h3 {
    font-size: 3rem;
    line-height: 1.3;
  }

  .machine_point02 p {
    font-size: 1.4rem;
    margin-top: 23px;
  }

  .machine_point02 .movie {
    width: 100%;
    max-width: 500px;
    height: 225px;
    margin-top: 30px;
  }

  .machine_li02 {
    margin: 0 auto 50px;
    max-width: 565px;
  }

  .machine_li02 ul {
    justify-content: left;
    width: 93%;
    gap: 30px 15px;
    margin: auto;
  }

  .machine_li02 ul li {
    width: 165px;
  }

  .machine_li02 ul li h4 {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }

  .machine_li02 ul li h4::after {
    margin-top: 1px;
  }

  .machine_li02 ul li div {
    width: 165px;
    height: 110px;
  }

  .machine .trial_btn {
    width: 90%;
    max-width: 500px;
    margin-top: 40px;
  }

  .machine .trial_btn p {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

/*ポイント*/
.point {
  padding-top: 80px;
  padding-bottom: 80px;
}

.point_ttl {
  margin: auto;
}

.point_ttl img {
  width: 100% !important;
}

.point_ttl p {
  margin-top: 25px;
  text-align: right !important;
  font-weight: 500 !important;
}

.point ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 35px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.point ul li {
  background-color: #fff;
  width: 310px;
  text-align: center;
  padding: 25px 25px 30px;
}

.point ul li img {
  width: 100px;
  margin: 0 auto;
}

.point ul li h4 {
  font-size: 2rem;
  font-weight: bold;
  margin: 15px 0 10px;
}

.point ul li p {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
}

.point ul li p a {
  font-weight: bold;
  text-decoration: underline;
}

.point ul li p span {
  font-size: 1.2rem;
}

.point ul li:first-of-type {
  background-color: #eeeddb;
}

.point ul li:first-of-type p {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .point_ttl {
    display: block !important;
  }

  .point_ttl img {
    width: 90% !important;
  }

  .point_ttl p {
    margin: 25px auto 20px !important;
    width: 90% !important;
    font-size: 1.8rem !important;
  }

  .point ul {
    display: block;
  }

  .point ul li {
    width: 90%;
    margin: 0 auto 10px;
    display: flex;
    gap: 15px;
    padding: 15px;
  }

  .point ul li div {
    width: 100px;
  }

  .point ul li h4 {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .point ul li img {
    width: 68px;
  }

  .point ul li p {
    width: 65%;
    margin: auto;
  }

  .point_bg01,
  .point_bg02,
  .point_bg03,
  .point_bg04,
  .point_bg05 {
    background-size: 50px;
  }
}

.trial_btn {
  width: 596px;
  margin: 60px auto 0;
}

@media screen and (max-width: 980px) {
  .trial_btn {
    width: 90%;
    max-width: 500px;
    margin: 40px auto 0;
  }
}

/*お知らせ*/
.blog {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 80px;
}

@media screen and (max-width: 980px) {}

.blog h3 {
  font-size: 2.8rem;
  color: #346622;
  margin-bottom: 30px;
}

@media screen and (max-width: 980px) {
  .blog h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.blog ul {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .blog ul {
    width: 90%;
  }
}

.blog ul a {
  text-decoration: underline;
}

.blog ul li {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.blog ul li span {
  color: #346622;
  margin-right: 3rem;
}

@media screen and (max-width: 980px) {
  .blog ul li span {
    display: block;
  }
}

/*予約方法*/
.reserve {
  padding-top: 100px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .reserve {
    padding-top: 80px;
  }
}

.reserve .ttl {
  font-size: 2.8rem;
  color: #346622;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 980px) {
  .reserve .ttl {
    max-width: 320px;
    margin: 0 auto;
  }
}

.reserve .ttl:after {
  content: url(/assets/img/trial_icon.svg);
  width: 32px;
  height: 48px;
  position: absolute;
  top: 7px;
  left: -42px;
}

@media screen and (max-width: 980px) {
  .reserve .ttl:after {
    top: 25px;
    left: 23px;
  }
}

.reserve .ttl a {
  font-size: 2.2rem;
  color: #346622;
  line-height: 1.5;
  text-decoration: underline;
  margin-bottom: 1.5rem;
}

.reserve small {
  text-align: center;
  font-size: 1.4rem;
  margin: 15px auto 50px;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}

@media screen and (max-width: 980px) {
  .reserve small {
    margin-bottom: 0;
  }
}

.reserve_content h4 {
  color: #346622;
  font-size: 1.8rem;
  text-align: left;
  max-width: 1020px;
  margin: 0 auto 50px;
  padding: 0 3%;
}

.reserve_content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 0;
  justify-content: space-between;
  max-width: 1020px;
  overflow: hidden;
  margin: 0 auto 50px;
  padding: 0 3%;
}

.reserve_content ul li {
  text-align: left;
  line-height: 1.5;
  counter-increment: ulcount;
  position: relative;
  margin-top: 75px;
}

.reserve_content ul li::before {
  content: counter(ulcount, decimal);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -63px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #346622;
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
  padding-top: 6px;
}

.reserve_content ul li div {
  background: #fff;
  width: 290px;
  margin-bottom: 20px;
  padding: 15px 14px 0 14px;
}

.reserve_content ul li div h4 {
  color: #346622;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.reserve_content ul li div h4 a {
  color: #346622;
  text-decoration: underline;
}

.reserve_content ul li div p {
  font-size: 1.6rem;
}

.reserve_content ul li div p .small {
  font-size: 1.4rem;
  display: block;
  margin-top: 3px;
}

.reserve_content ul li .firsthalf {
  height: 128px;
}

.reserve_content ul li .firsthalf::after {
  content: "";
  position: absolute;
  width: 120%;
  border-top: 3px #a7c693 solid;
  top: -51px;
  right: 0;
  z-index: -1;
}

.reserve_content ul li .latterhalf {
  height: 146px;
}

.reserve_content ul li .latterhalf::after {
  content: "";
  position: absolute;
  width: 120%;
  border-top: 3px #a7c693 solid;
  top: -51px;
  left: 0;
  z-index: -1;
}

.reserve_content ul li .caution,
.reserve_content_sp ul li .caution {
  border: 4px solid #3c7c71;
  background-color: #d9e7da;
}

.reserve_content ul li img {
  width: 290px;
}

.reserve_content ul li:first-child div::after {
  right: -70%;
}

.reserve_content ul li:last-child::after {
  content: "";
  position: absolute;
  width: 120%;
  border-top: 3px #a7c693 solid;
  top: -44px;
  right: 50%;
  z-index: -1;
}

.reserve_content ul li:last-child div {
  padding-bottom: 15px;
}

.reserve_content ul li:last-child div p {
  margin-bottom: 1.5rem;
}

.reserve_content ul li:last-child div p span {
  color: #346622;
  font-weight: 600;
}

.reserve_content ul li:last-child .line_btn {
  background: #06c755;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  padding: 8px 40px;
  display: flex;
  margin: 20px 0 0;
}

.reserve_content ul li:last-child .line_btn a {
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
}

.reserve_content ul li:last-child .line_btn a img {
  width: 27px;
  float: left;
  margin-right: 10px;
}

.reserve_map {
  max-width: 1020px;
  margin: 0 auto 50px;
  padding: 0 3%;
}

.reserve_map h4 {
  color: #346622;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 1.5rem;
}

.reserve_map div {
  width: 100%;
}

/* ストリートビュー */
.streetview h4 {
  color: #346622;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 1.5rem;
}

.streetview {
  margin: 0 auto 50px;
  padding: 0 3%;
}

.streetview.pc_view {
  max-width: 1020px;
}

@media screen and (max-width: 980px) {
  .streetview h4 {
    font-size: 1.6rem;
  }

  .streetview.sp_view iframe {
    height: 60vh;
  }
}

/*料金プラン*/
.price {
  padding-top: 80px;
}

.price h3 {
  font-size: 2.8rem;
  color: #346622;
  text-align: center;
  margin: 0 auto 50px;
}

.price table {
  border: 1px solid #44892c;
  border-collapse: collapse;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 auto;
}

.price table tr th {
  border: 1px solid #44892c;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  width: 200px;
  height: 75px;
}

.price table tr td {
  border: 1px solid #44892c;
  width: 200px;
  height: 75px;
  text-align: center;
  background-color: #fff;
}

.price table tr .blue {
  background: linear-gradient(to right, #0071bc, #002b82);
  color: #fff;
  font-weight: 600;
}

.price table tr .gold {
  background: linear-gradient(to right, #ada53d, #7c742e);
  color: #fff;
  font-weight: 600;
}

.price table tr .gold_plus {
  background: linear-gradient(to right, #bc7200, #f1cc0e);
  color: #fff;
  font-weight: 600;
}

.price table tr .silver {
  background: linear-gradient(to right, #b2b2b2, #6b6b6b);
  color: #fff;
  font-weight: 600;
}

.price table tr .orange {
  background: linear-gradient(to right, #ef9b20, #b2711b);
  color: #fff;
  font-weight: 600;
}

.price table tr .purple {
  background: linear-gradient(to right, #5c20ef, #621083);
  color: #fff;
  font-weight: 600;
}

/* デイプラン・ナイトプラン用アイコン */
td.day:before {
  content: "";
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M256%20160c-52.9%200-96%2043.1-96%2096s43.1%2096%2096%2096%2096-43.1%2096-96-43.1-96-96-96zm246.4%2080.5l-94.7-47.3%2033.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4%2033.5-47.4-94.8c-6.4-12.8-24.6-12.8-31%200l-47.3%2094.7L92.7%2070.8c-13.6-4.5-26.5%208.4-21.9%2021.9l33.5%20100.4-94.7%2047.4c-12.8%206.4-12.8%2024.6%200%2031l94.7%2047.3-33.5%20100.5c-4.5%2013.6%208.4%2026.5%2021.9%2021.9l100.4-33.5%2047.3%2094.7c6.4%2012.8%2024.6%2012.8%2031%200l47.3-94.7%20100.4%2033.5c13.6%204.5%2026.5-8.4%2021.9-21.9l-33.5-100.4%2094.7-47.3c13-6.5%2013-24.7%20.2-31.1zm-155.9%20106c-49.9%2049.9-131.1%2049.9-181%200-49.9-49.9-49.9-131.1%200-181%2049.9-49.9%20131.1-49.9%20181%200%2049.9%2049.9%2049.9%20131.1%200%20181z%22%2F%3E%3C%2Fsvg%3E');
  width: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  margin-right: 4px;
  margin-bottom: -2px;
}

td.night:before {
  content: "";
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M283.2%20512c79%200%20151.1-35.9%20198.9-94.8%207.1-8.7-.6-21.4-11.6-19.4-124.2%2023.7-238.3-71.6-238.3-197%200-72.2%2038.7-138.6%20101.5-174.4%209.7-5.5%207.3-20.2-3.8-22.2A258.2%20258.2%200%200%200%20283.2%200c-141.3%200-256%20114.5-256%20256%200%20141.3%20114.5%20256%20256%20256z%22%2F%3E%3C%2Fsvg%3E');
  width: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  margin-right: 4px;
  margin-bottom: -2px;
}



.price p {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 1.5rem;
  line-height: 1.5;
}

.price small.bg_black {
  background: #333;
  color: #fff;
  padding: 1px 6px;
}

@media screen and (max-width: 980px) {
  .price {
    padding-top: 80px;
  }

  .price h3 {
    background: url(../img/h3_bg_sp.svg) no-repeat;
    background-position: center;
    width: 90%;
    height: 50px;
    padding-top: 10px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .price .table_wrap {
    overflow-x: auto;
  }

  .price table {
    white-space: nowrap;
    margin: 0 20px 10px;
    font-size: 1.4rem;
  }

  .price table tr th {
    height: 65px;
    padding: 0 15px;
  }

  .price table tr td {
    height: 65px;
    padding: 0 15px;
  }

  .price .table_wrap::-webkit-scrollbar {
    height: 5px;
    /* スクロールバーの高さ */
  }

  .price .table_wrap::-webkit-scrollbar-thumb {
    background: #aaa;
    /* ツマミの色 */
  }

  .price .table_wrap::-webkit-scrollbar-track {
    background: #ddd;
    /* トラックの色 */
  }

  .price p {
    font-size: 14px;
    text-align: left;
    margin: 0 0 20px 20px;
  }
}


/*オプションチケット*/
.option_ticket {
  width: 100%;
  margin: 0 auto;
}
.option_ticket ul{
  margin: 0 auto;
  max-width: 620px;
}
.option_ticket li{
  padding:2rem;
}



/*よくある質問*/
.question {
  padding-top: 80px;
  margin-bottom: 130px;
}

.question h3 {
  font-size: 2.8rem;
  color: #346622;
  text-align: center;
  margin: 0 auto 50px;
}

@media screen and (max-width: 980px) {
  .question {
    padding-top: 80px;
    margin-bottom: 100px;
  }

  .question h3 {
    background: url(../img/h3_bg_sp.svg) no-repeat;
    background-position: center;
    width: 90%;
    height: 50px;
    padding-top: 10px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

/*よくある質問　アコーディオン*/
.qa-007 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transition: all 0.5s ease;
}

@media screen and (max-width: 980px) {
  .qa-007 {
    width: 90%;
  }
}

.qa-007 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 6em;
  color: #000;
  font-weight: 600;
  cursor: pointer;
}

@media screen and (max-width: 980px) {
  .qa-007 summary {
    padding: 0.5em 0.5em 0.5em 3.5em;
    line-height: 1.4;
  }
}

.qa-007 summary::-webkit-details-marker {
  display: none;
}

.qa-007 summary::before,
.qa-007 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.6em;
}

.qa-007 summary::before {
  color: #44892c;
  content: "Q";
  font-size: 3rem;
}

@media screen and (max-width: 980px) {
  .qa-007 summary::before {
    font-size: 2rem;
    top: 5px;
  }
}

.op_plus {
  display: inline-block;
  position: relative;
  width: 27px;
  height: 27px;
}

.op_plus:before,
.op_plus:after {
  display: block;
  content: "";
  background-color: #44892c;
  position: absolute;
  width: 26px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 980px) {

  .op_plus:before,
  .op_plus:after {
    width: 15px;
    height: 2px;
  }
}

.op_plus:before {
  width: 3px;
  height: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 980px) {
  .op_plus:before {
    height: 15px;
    width: 2px;
  }
}

.qa-007[open] .op_plus:before {
  display: none;
}

.qa-007 p {
  position: relative;
  opacity: 0;
  margin: 0;
  padding: 0.5em 3em 2em 6em;
  color: #000;
  line-height: 1.5;
}

@media screen and (max-width: 980px) {
  .qa-007 p {
    padding: 0.5em 3em 2em 3.5em;
  }
}

.qa-007[open] p {
  transform: none;
  opacity: 1;
}

.qa-007 p::before {
  color: #44892c;
  content: "A";
  font-size: 3rem;
}

@media screen and (max-width: 980px) {
  .qa-007 p::before {
    font-size: 2rem;
    top: 5px;
  }
}

/*フッター*/
footer {
  background-color: #000;
  padding: 60px 0;
}

footer .footer_flex {
  display: flex;
  justify-content: space-between;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}

footer .footer_flex h4 {
  font-size: 2.8rem;
  border-left: 4px solid #44892c;
  line-height: 1.2;
  padding-left: 8px;
  margin: 0.5em 0 30px;
}

footer .footer_flex p {
  font-size: 1.6rem;
  margin-bottom: 15px;
  line-height: 1.5;
}

footer .footer_flex a {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}

footer .footer_flex .map {
  text-decoration: underline;
}

footer .footer_flex ul {
  display: flex;
  gap: 20px;
  margin-top: 35px;
}

footer .footer_flex ul li {
  width: 35px;
}

footer .footer_flex ul li img {
  width: 100%;
}

footer .footer_map {
  width: 595px;
  height: 352px;
}

footer .page_link {
  margin-top: 40px;
}

footer .page_link a {
  font-size: 1.3rem;
  text-decoration: underline;
  font-weight: 500;
  margin-right: 2rem;
}

/* 電話番号リンクの制御 */
footer a[href*="tel:"] {
  pointer-events: none;
}

footer .tel-ttl {
  background-color: #fff;
  color: #000;
  padding: 0 20px;
  border-radius: 12px;
  font-weight: bold;
}

footer .footer_flex .tel-no a {
  font-size: 3.2rem;
}

footer .tel {
  padding: 2rem 0 0;
}

@media screen and (max-width: 980px) {
  footer {
    padding: 30px 0;
  }

  footer .footer_flex {
    display: block;
  }

  footer .footer_flex h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  footer .footer_flex p {
    font-size: 1.4rem;
  }

  footer .footer_flex ul li {
    width: 28px;
  }

  footer .footer_flex a {
    font-size: 1.2rem;
  }

  footer .footer_txt {
    width: 337px;
    margin: 0 auto;
  }

  footer .footer_map {
    width: 337px;
    height: 234px;
    margin: 30px auto;
  }

  footer .page_link {
    margin: 30px 0 35px !important;
  }

  /* 電話番号リンクの制御 */
  footer a[href*="tel:"] {
    pointer-events: initial;
  }
}

.footer_logo {
  width: 300px;
  margin: 30px auto;
  height: 100px;
}

@media screen and (max-width: 980px) {
  .footer_logo {
    width: 65%;
    height: 110px;
    margin-top: 25px;
  }
}

/*期間限定クーポン*/
.coupon {
  padding: 80px 0;
  text-align: center;
}

.coupon_wrap {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.coupon_wrap:before {
  content: url(../img/limited-ribbon2023.svg);
  width: 45%;
  position: absolute;
  left: 20px;
  top: -40px;
}

.coupon_wrap .coupon_hl {
  font-size: 3.3rem;
  line-height: 2;
  padding: 80px 0 30px;
}

.coupon_wrap .coupon_btn {
  font-size: 4rem;
  color: #ffffff;
  background-color: #d03c19;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 50px;
  position: relative;
}

.coupon_wrap .coupon_cv {
  padding: 0 200px;
}

.coupon_cv p {
  text-align: right;
  padding: 1rem 1rem 3rem;
}

.coupon_wrap .coupon_cv p a {
  position: relative;
  padding: 0px 0px 0px 1em;
}

.coupon_wrap .coupon_cv p a:before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #000000;
  content: "";
}

.coupon_wrap .coupon_cv p a:hover {
  text-decoration: underline;
}

.coupon_wrap .coupon_btn:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 40px;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}

.coupon_line {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
}

.coupon_line a {
  font-size: 2.5rem;
  color: #ffffff;
  background-color: #3db156;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 50px;
  position: relative;
  max-width: 490px;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 1.6;
}

.coupon_line a:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 30px;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
}

.coupon_wrap .coupon_btn:before,
.coupon_line a:before {
  transition: all .3s;
}

.coupon_wrap .coupon_btn,
.coupon_line a {
  transition-duration: .4s;
}

.coupon_wrap .coupon_btn:hover:before {
  right: 30px;
}

.coupon_line p {
  padding: 0.8rem;
  color: #176a29;
  font-weight: bold;
}

.coupon_line a:hover:before {
  right: 22px;
}

.coupon_wrap .coupon_btn:hover,
.coupon_line a:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 980px) {
  .coupon {
    padding: 80px 20px;
  }

  .coupon_wrap:before {
    width: 90%;
    left: 10px;
    max-width: 500px;
  }

  .coupon_wrap .coupon_hl {
    font-size: 2.4rem;
    line-height: 1.6;
  }

  .coupon_wrap .coupon_cv {
    margin: 0 auto;
    padding: 30px 10px 0;
    max-width: 500px;
  }

  .coupon_wrap .coupon_btn {
    font-size: 2.6rem;
    padding: 10px 0;
    line-height: 1.4;
    max-width: 490px;
  }

  .coupon_line {
    padding: 30px 20px 0;
  }

  .coupon_line a {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

/*202404期間限定プレゼント*/
.campaign202404 {
  padding: 80px 0;
  text-align: center;
}

.campaign202404_wrap {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border: 6px solid #58a77b;
  border-radius: 10px;
  position: relative;
  padding-left: 10%;
}

.pages .campaign202404_wrap {
  max-width: 800px;
  /* トライアル申し込みページのみ適用 */
}

.campaign202404_wrap:before {
  position: absolute;
  content: "";
  background-image: url(https://uemachidai-golf24.com/assets/img/present202406.png);
  background-repeat: no-repeat;
  display: inline-block;
  left: 20px;
  top: -50px;
  background-size: contain;
  vertical-align: middle;
  width: 30%;
  /*画像の幅*/
  height: 120%;
  /*画像の高さ*/
}

.campaign202404_wrap .campaign202404_hl {
  font-size: 3.3rem;
  line-height: 1.5;
  padding: 30px 0 30px;
}

.campaign202404_hl span {
  font-size: 5rem;
  font-weight: bold;
  display: inline-block;
  transform: skewX(-15deg);
  text-shadow: 3px 3px #81c4db;
}

.campaign202404_catch {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 40px 0 0;
  background-color: #0f994b;
  color: #ffffff;
  display: inline-block;
  padding: 2px 30px;
}

.campaign202404_wrap .campaign202404_btn {
  font-size: 4rem;
  color: #ffffff;
  background-color: #d03c19;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 50px;
  position: relative;
  transition-duration: .4s;
}

.campaign202404_wrap .campaign202404_cv {
  padding: 0 120px;
}

.campaign202404_wrap p {
  text-align: right;
  padding: 0rem 1rem 3rem;
  font-size: 1.6rem;
}

.campaign202404_wrap .colorCaution {
  color: #dc3900;
  font-weight: bold;
}

.campaign202404_wrap .campaign202404_btn:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 40px;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  transition: all .3s;
}

.campaign202404_wrap .campaign202404_btn:hover:before {
  right: 30px;
}

.campaign202404_wrap .campaign202404_btn:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .campaign202404 {
    padding: 80px 20px;
  }

  .campaign202404_wrap .campaign202404_hl {
    font-size: 2rem;
    line-height: 1.6;
  }

  .campaign202404_hl span {
    font-size: 3.6rem;
  }

  .campaign202404_catch {
    margin: 40px 0px 0 20px;
  }

  .campaign202404_wrap .campaign202404_cv {
    margin: 0 auto;
    padding: 30px 10px 0;
    max-width: 500px;
  }

  .campaign202404_wrap .campaign202404_btn {
    font-size: 2.6rem;
    padding: 10px 0;
    line-height: 1.4;
    max-width: 490px;
  }

  .campaign202404_wrap {
    padding-left: 0%;
  }

  .campaign202404_wrap:before {
    content: none;
  }

  h2.campaign202404_hl:before {
    position: absolute;
    content: "";
    background-image: url(https://uemachidai-golf24.com/assets/img/present202406.png);
    background-repeat: no-repeat;
    display: inline-block;
    left: 0;
    top: 0px;
    background-size: contain;
    vertical-align: middle;
    width: 30%;
    height: 120%;
  }

  .campaign202404_wrap .campaign202404_hl {
    position: relative;
    padding: 30px 0 30px 40px;
    left: 0px;
  }
}

/*-----------------------------------------
スマホ 予約手順  /reserve
-----------------------------------------*/
.reserve_wrap {
  padding-bottom: 100px;
}

.reserve_title {
  text-align: center;
  margin-top: 50px;
}

.reserve_title h3 {
  font-size: 2.2rem;
  text-align: center;
  color: #346622;
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
}

.reserve_title h3::before {
  content: url(/assets/img/trial_icon.svg);
  width: 25px;
  position: absolute;
  top: 16px;
  left: -38px;
}

.reserve_title small {
  display: block;
  line-height: 1.5;
}

.reserve_content_sp {
  max-width: 400px;
  margin: 30px auto;
}

.reserve_content_sp ul {
  margin: 0 auto 50px 65px;
  padding: 0 3%;
}

.reserve_content_sp ul li {
  text-align: left;
  line-height: 1.5;
  counter-increment: ulcount;
  position: relative;
  margin-top: 50px;
}

.reserve_content_sp ul li::before {
  content: counter(ulcount, decimal);
  position: absolute;
  top: 10px;
  left: -65px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #346622;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  padding-top: 9px;
}

.reserve_content_sp ul li div {
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 14px;
}

.reserve_content_sp ul li div h4 {
  color: #346622;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.reserve_content_sp ul li div h4 a {
  color: #346622;
  text-decoration: underline;
}

.reserve_content_sp ul li div p {
  font-size: 1.6rem;
}

.reserve_content_sp ul li div p .small {
  font-size: 1.4rem;
  display: block;
  margin-top: 3px;
}

.reserve_content_sp ul li div::after {
  content: "";
  position: absolute;
  height: 105%;
  border-left: 3px #a7c693 solid;
  top: 40px;
  left: -42px;
  z-index: -1;
}

.reserve_content_sp ul li:last-child div p {
  margin-bottom: 1.5rem;
}

.reserve_content_sp ul li:last-child div p span {
  color: #346622;
  font-weight: 600;
}

.reserve_content_sp ul li:last-child div::after {
  border: none;
}

.reserve_content_sp ul li:last-child .line_btn {
  background: #06c755;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  padding: 8px 40px;
  display: flex;
  margin: 20px 0 0;
}

.reserve_content_sp ul li:last-child .line_btn a {
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
}

.reserve_content_sp ul li:last-child .line_btn a img {
  width: 27px;
  float: left;
  margin-right: 10px;
}

.reserve_map_sp {
  max-width: 400px;
  margin: 0 auto 50px;
  padding: 0 3%;
}

.reserve_map_sp h4 {
  color: #346622;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 1.5rem;
}

.reserve_map_sp div {
  width: 100%;
}

/*-----------------------------------------
プライバシーポリシー、特定商取引法、会員規約
-----------------------------------------*/
.pages {
  padding: 130px 0 80px;
}

.pages h1 {
  font-size: 2.8rem;
  color: rgb(52, 102, 34);
  text-align: center;
  margin: 0 auto 40px;
}

.pages .contents {
  background: #fff;
  padding: 18px 18px 25px;
  max-width: 800px;
  margin: 0 auto 20px;
}

.pages .contents h3 {
  color: rgb(52, 102, 34);
  font-size: 1.6rem;
  line-height: 1.5;
}

.pages .contents p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.pages .contents ul {
  padding: 2em 0 0 2rem;
}

.pages .contents ul li {
  list-style: decimal;
  line-height: 1.5;
  margin-bottom: 1em;
}

.pages .contents a {
  text-decoration: underline;
}

.pages table {
  text-align: left;
  border-collapse: collapse;
  margin: 30px 80px;
}

.pages table tr th {
  width: 30%;
  line-height: 1.5;
  padding: 15px 0;
  vertical-align: top;
  border-bottom: 1px solid #aaa;
}

.pages table tr td {
  width: 70%;
  line-height: 1.5;
  padding: 15px 0;
  vertical-align: top;
  border-bottom: 1px solid #aaa;
  font-size: 1.4rem;
}

.pages table tr:last-child th,
.pages table tr:last-child td {
  border: none;
}

@media screen and (max-width: 980px) {
  .pages {
    padding: 50px 0;
  }

  .pages h1 {
    font-size: 2.0rem;
    margin: 0 auto 40px;
  }

  .pages .contents {
    padding: 23px 15px 25px;
    width: 90%;
    margin: 0 auto 15px;
  }

  .pages table {
    margin: 0 5px;
  }

  .pages table tr th {
    display: block;
    width: 100%;
    border: none;
    padding: 15px 0 0;
  }

  .pages table tr td {
    display: block;
    width: 100%;
    padding: 5px 0 15px;
  }
}

.space {
  width: 100%;
  height: 1.5rem;
}


/*-----------------------------------------
トライアル予約フォーム
-----------------------------------------*/

.reserve_caution {
    max-width: 600px;
    margin: 80px auto 60px;
    font-size: 1.6rem;
    background-color: #fff;
    padding: 16px;
    border: #f5ed63 solid 6px;
}

.reserve_caution li{
    text-align: left;
    position: relative;
    padding-left: 1.3rem;
    margin-bottom: 1.4rem;
    line-height: 1.4;
}
.reserve_caution li:before{
    content:"・";
    position: absolute;
    left: 0;
    top: 1rem;
}

@media screen and (max-width: 767.99px) {
  .reserve_caution {
      max-width:100%;
      margin: 80px 16px 60px;    
  }
}

ul.trial-flow li {
  padding: 20px;
  position: relative;
}


ul.trial-flow figure {
  position: relative;
}

ul.trial-flow li figure:before {
  position: absolute;
  /* left: 10%; */
  top: 0;
  font-size: 30px;
  font-weight: bold;
  color: #3f5c5a;
  font-family: 'Roboto', sans-serif;
}

ul.trial-flow li:nth-of-type(1) figure:before {
  content: '01';
}

ul.trial-flow li:nth-of-type(2) figure:before {
  content: '02';
}

ul.trial-flow li:nth-of-type(3) figure:before {
  content: '03';
}

ul.trial-flow li:nth-of-type(4) figure:before {
  content: '04';
}

ul.trial-flow img {
  width: 200px;
  margin: 0 auto;
}

.trial-flow h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 155%;
  padding: 44px 0 16px 0;
}

.trial-flow figcaption {
  color: #3e3e3e;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 auto;
}

.trial-flow li:not(:last-child):before {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  content: "";
  position: absolute;
}

.trial-flow li:last-child:before {
  width: 1em;
  height: 1em;
}

.line-entry {
  background-color: #d8e9d9;
  padding: 18px 30px 50px;
  max-width: 980px;
  margin: 40px auto 80px;
  border-radius: 16px;
}

.line-entry p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 2.8rem;
  font-weight: normal;
}

.line-entry h3 {
  color: rgb(52, 102, 34);
  line-height: 1.5;
  text-align: center;
  padding: 18px 0px 25px;
}

.marker {
  background: linear-gradient(transparent 70%, #FFFF00 0%);
}

@media screen and (max-width:767.99px) {
  ul.trial-flow {
    max-width: 700px;
    margin: 60px auto 50px;
  }

  .trial-flow h3 {
    text-align: center;
  }

  ul.trial-flow li figure:before {
    left: 0;
  }

  .trial-flow li:not(:last-child):before {
    bottom: 0;
    right: 50%;
    transform: translate(0, -50%) rotate(135deg);
  }

  .line-entry {
    width: 90%;
  }

  .line-entry h3 {
    font-size: 2.0rem;
  }
}

@media screen and (min-width:768px) {
  ul.trial-flow {
    margin: 60px auto 80px;
    max-width: 980px;
    display: flex;
    justify-content: center;
  }

  ul.trial-flow li {
    width: 25%;
  }

  ul.trial-flow li figure:before {
    left: 10%;
  }

  .trial-flow li:not(:last-child):before {
    transform: translateX(-25%) rotate(45deg);
    top: 25%;
    right: 0px;
  }

  .line-entry h3 {
    font-size: 2.4rem;
  }
}


/* フォーム */
.pages .contents.trialform p {
  margin-bottom: 2.6rem;
  font-size: 1.6rem
}

p.submit-wrap {
  text-align: center;
}

/* 必須赤色表示 */
.wpcf7 .required {
  background-color: #f00;
  color: #fff;
  font-weight: bold;
  padding: 2px 8px;
  margin: 0 4px;
  font-size: 75%;
}

.pages .contents ul li {
  list-style: none;
  /* width:49% */
}

.pages .contents ul.trial-date {
  padding: 0;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end; */
  margin: 0;
}

/* .contents.trialform label {
  font-size: 1.6rem;
} */

.contents.trialform input {
  margin: 6px 0;
}

.contents.trialform span#your-dominant-hand>span {
  margin-right: 10%;
  margin-top: 6px;
}

.wpcf7-select {
  margin: 6px 0;
  height: auto;
  padding: 0.4em 3.6em 0.4em 0.8em;
  font-size: var(--cocoon-default-text-size);
  ;
  cursor: pointer;
}

.wpcf7-date {
  height: 2.8em;
  padding: 0.4em 3.6em 0.4em 0.8em;
  font-size: var(--cocoon-default-text-size);
  ;
  cursor: pointer;
}

.wpcf7-acceptance label {
  font-size: 1.8rem;
}


input.wpcf7-submit {
  max-width: 400px;
  background-color: #64b15a;
  color: #fff;
  font-size: 3rem;
}

.pages .contents.trialform h3 {
  text-align: center;
  margin: 1.8rem auto 6rem;
}

.pages .contents.trialform h4 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1.8rem auto 2rem;
}

.pages .contents.trialform hr {
  border-style: dashed;
  margin: 4rem;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
  -webkit-appearance: none;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date::-webkit-date-and-time-value,
{
text-align: left;
}

div.wpcf7 .wpcf7-spinner {
  display: block;
}

@media screen and (max-width:767.99px) {
  .pages .contents.trialform ul.trial-date p {
    margin: 0;
  }

  .pages .contents.trialform ul.trial-date {
    margin-bottom: 4rem;
  }

  .pages .contents.trialform h3 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width:768px) {
  .pages .contents.trialform ul.trial-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .pages .contents.trialform ul li {
    width: 49%;
  }

  .pages .contents.trialform h3 {
    font-size: 3rem;
  }
}