@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;
}
@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;
  }
}

/*プレオープン*/
.preopen{
  text-align: center;
  padding: 40px 0 50px;
}
.preopen div{
  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;
  }
}

/*キャンペーン*/
.campaign {
  background-color: #f68a21;
  background-image: url(../img/campaign_bg_top.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 100%;
  height: 483px;
}
.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;
  padding-top: 40px;
}
.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: 490px;
    background-size: 125px;
  }
  .campaign_bg {
    background-size: 72px;
  }
  .campaign h2 {
    width: 90%;
    max-width: 325px;
  }
  .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;
}
.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;
}
@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 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 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%;
}
/*料金プラン*/
.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;
  margin: 0 auto;
}
.price table tr th {
  border: 1px solid #44892c;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  width: 200px;
  height: 50px;
}
.price table tr td {
  border: 1px solid #44892c;
  width: 200px;
  height: 50px;
  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 .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 p{
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 1.5rem;
  line-height: 1.5;
}
@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: 45px;
    padding: 0 15px;
  }
  .price table tr td {
    height: 45px;
    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;
  }
}

/*よくある質問*/
.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;
}
@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_logo {
  width: 300px;
  margin: 30px auto;
  height: 100px;
}
@media screen and (max-width: 980px) {
  .footer_logo {
    width: 65%;
    height: 110px;
    margin-top: 25px;
  }
}

/*-----------------------------------------
スマホ 予約手順  /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;
}