@charset "UTF-8";
/* CSS Document */
.contents {
  margin: 30px auto;
}
.mv_ttl_bg {
  background-color: #3D3D3D;
  height: 250px;
  /*  display:flex;
 align-items:center;*/
  position: relative
}
.mv_ttl_bg h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  font-size: 31px
}
.term_list_block h3 {
  font-size: 19px;
  color: #fff;
  margin-bottom: 15px;
}
.term_list_block p {
  font-size: 16px;
  color: #fff;
  margin: 15px auto;
}
.term_list_block ul, .term_list_block ol {
  font-size: 16px;
  color: #fff;
  margin: 15px auto;
  margin-left: 1em;
  text-indent: -1em
}
main .list_icon_disk {
  list-style-type: disc;
  font-size: 16px;
  color: #fff
}
.term_list_block {
  margin-bottom: 25px
}
.term_list_block:last-child {
  margin-bottom: 0
}
.term_list_inbox {
  background-color: #1b1b1b;
  padding: 30px 30px;
  margin: 15px auto;
}
@media screen and (max-width: 599px) {
  .mv_ttl_bg h2 {
    font-size: 18px
  }
  .term_list_block h3 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .mv_ttl_bg {
    height: 180px;
  }
  .term_list_block ul, .term_list_block ol, .term_list_block p {
    font-size: 15px;
  }
}
.contents_ttl {
  font-size: 37px;
  color: #fff;
  font-weight: bold;
  background: url("../img/common/icon_ttl.png")no-repeat center 100% / 100px auto;
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 15px
}
@media screen and (max-width: 767px) {
  .contents_ttl {
    font-size: 29px;
  }
}
@media screen and (max-width: 414px) {
  .contents_ttl {
    font-size: 22px;
  }
}
/*!------------------------------------*\
    店舗案内・ポイント
\*!------------------------------------*/
.box_gray {
  background-color: #3d3d3d;
  padding: 50px 50px;
  margin: 0 auto
}
.box_logo {
  max-width: 180px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.box_logo_mini {
  max-width: 120px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px
}
.box_ttl {
  font-size: 31px;
  display: inline-block;
  position: relative;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 50px;
  width: 100%;
}
.box_ttl:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #6FBE03; /*下線の色*/
}
.box_txt {
  text-align: center;
  font-size: 16px
}
@media screen and (max-width: 767px) {
  .box_logo {
    max-width: 130px;
  }
  .box_logo_mini {
    max-width: 90px;
  }
  .box_ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 414px) {
  .box_gray {
    padding: 30px 15px;
  }
  .box_logo {
    max-width: 100px;
  }
  .box_ttl {
    font-size: 18px;
    margin: 0 auto 30px;
  }
  .box_txt {
    text-align: center;
    font-size: 14px
  }
}
.box_gray_container:not(:last-child) {
  margin-bottom: 50px
}
/** 施設内容 **/
.service_item_note h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px
}
.service_item_note p {
  font-size: 16px;
}
.service_item > img {
  margin-bottom: 30px
}
.service_item_note > p {
  font-size: 15px;
}
.service_item_block {
  display: flex;
  flex-wrap: wrap;
}
.service_item_block li {
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
}
.service_item_block li:nth-child(2n) {
  margin-right: 0;
}
.service_item_block li:not(:last-child) {
  margin-bottom: 50px
}
@media screen and (max-width: 767px) {
  .service_item_note h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px
  }
  .service_item > img {
    margin-bottom: 15px
  }
  .service_item_note > p {
    font-size: 15px;
  }
}
@media screen and (max-width: 414px) {
  .service_item_block {
    display: flex;
    flex-wrap: wrap;
    display: block
  }
  .service_item_block li {
    width: 100%;
    margin-right: 0;
  }
  .service_item_note > p {
    font-size: 13px;
  }
}
.check_list li {
  margin-bottom: 10px;
  font-size: 18px;
  text-indent: -1em;
  margin-left: 1em
}
.check_list li:before {
  background: url("../img/common/icon_check.png")no-repeat left center/contain;
  display: inline-block;
  width: 19px;
  height: 19px;
  content: "";
  margin-right: 2px;
  transform: translateY(3px)
}
@media screen and (max-width: 414px) {
  .check_list li {
    font-size: 14px;
  }
}
/*　店舗案内　*/
.shop_2row {
  display: flex;
}
.googlemap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.shop_2row_map {
  width: 545px;
  margin-right: 40px;
}
.shop dt {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.shop_hours {
  font-size: 27px;
  font-weight: bold;
}
.shop_reception {
  font-size: 22px;
  font-weight: bold;
  /* margin-bottom: 10px; */
}
/* .shop_reception span {
  font-size: 14px
} */
.shop_tel {
  font-size: 22px;
  font-weight: bold;
}
.shop_add {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .shop_2row {
    flex-direction: column;
    align-items: center;
  }
  .shop_2row_map {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px
  }
  .shop_2row_shop {
    width: 100%;
    margin-left: 10px
  }
}
@media screen and (max-width: 414px) {
  .shop dt {
    font-size: 22px;
  }
  .shop_hours {
    font-size: 18px;
  }
  .shop_tel {
    font-size: 18px;
  }
  .shop_reception {
    font-size: 18px;
  }
  .shop_add {
    font-size: 14px;
  }
}
/*!------------------------------------*\
    料金案内
\*!------------------------------------*/
/**** 入会金 ******/
.admission_ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.admission_fee {
  font-size: 66px;
  font-weight: bold;
  color: #6fbe03;
  text-align: center;
  margin-bottom: 10px
}
@media screen and (max-width: 414px) {
  .admission_ttl {
    font-size: 19px;
  }
  .admission_fee {
    font-size: 39px;
  }
}
.admission_fee_en {
  font-size: 37px;
  font-weight: bold;
}
.admission_list {
  font-size: 19px;
  font-weight: bold;
  max-width: 575px;
  margin: auto
}
.admission_list li:before {
  background: url("../img/common/icon_check.png")no-repeat left top /contain;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle
}
.admission_list li {
  margin-bottom: 10px;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.admission_block {
  max-width: 780px;
  border: 9px solid #3D3D3D;
  background-color: #1B1B1B;
  padding: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .admission_list li:before {
    width: 18px;
    height: 18px;
    transform: translateY(-.1em);
  }
}
@media screen and (max-width: 414px) {
  .admission_ttl {
    font-size: 23px;
  }
  .admission_fee {
    font-size: 39px;
  }
  .admission_list {
    font-size: 15px;
  }
}
/**** プレミアム　ライト会員 ******/
.premium {
  background: url("../img/common/bg_gold.jpg")no-repeat center top /781px 235px;
  height: 235px;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 25px 5px 15px;
  margin-bottom: 35px;
}
.light {
  background: url("../img/common/bg_silver.jpg")no-repeat center top /781px 235px;
  height: 235px;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 40px 5px 15px;
}
.premium dt {
  font-size: 29px;
}
.premium dd {
  font-size: 16px;
  font-weight: bold;
}
.premium dd {
  font-size: 16px;
  font-weight: bold;
  max-width: 700px;
  margin: 8px auto 15px;
}
.light dt {
  font-size: 29px;
}
.light dd {
  font-size: 16px;
  font-weight: bold;
  max-width: 530px;
  margin: 8px auto 15px;
}
.premium .line_ttl_bg:after {
  content: "";
  display: block;
  text-align: center;
  width: 100%;
  height: 2px;
  background: url("../img/common/line_gold.jpg")no-repeat center bottom / 60px auto;
}
.ico_mirise img {
  max-width: 64px;
  height: auto;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle
}
.light .line_ttl_bg:after {
  content: "";
  display: block;
  text-align: center;
  width: 100%;
  height: 2px;
  background: url("../img/common/line_silver.jpg")no-repeat center bottom / 60px auto;
}
@media screen and (max-width: 767px) {
  .premium dd {
    font-size: 14px;
    padding: 0px 8px
  }
  .light dd {
    font-size: 14px;
    margin: 10px auto 15px;
    padding: 0px 8px
  }
}
@media screen and (max-width: 599px) {
  .premium dd {
    font-size: 13px;
    line-height: 1.4
  }
  .light dd {
    font-size: 13px;
    line-height: 1.4
  }
  .premium dt, .light dt {
    font-size: 26px;
  }
}
/*＝＝　会員料金表＝＝*/
.light_fee_table {
  font-weight: bold;
  border-collapse: collapse;
  border-spacing: 1px
}
.light_fee_table_fee, .premium_fee_table_fee {
  color: #6fbe03;
  font-size: 28px;
  text-align: center
}
.light_fee_table_fee span, .premium_fee_table_fee span {
  font-size: 16px
}
.light_fee_table_ttl {
  color: #fff;
  font-size: 24px;
  text-align: center
}
.light_fee_table_head {
  color: #999;
  font-size: 24px;
  text-align: center
}
.table_bg_3d_tr {
  background-color: #3d3d3d;
  border-top: 3px solid #0f0f0f;
}
.table_bg_1b_tr {
  background-color: #1b1b1b
}
.fee_ttl {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fee_ttl_sub {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 7px;
}
@media screen and (max-width: 599px) {
  .fee_ttl {
    font-size: 26px;
  }
  .fee_ttl_sub {
    font-size: 18px;
  }
  .light_fee_table_head {
    font-size: 14px;
  }
  .light_fee_table_ttl {
    font-size: 14px;
  }
  .light_fee_table_fee, .premium_fee_table_fee {
    font-size: 14px;
  }
  .light_fee_table_fee span, .premium_fee_table_fee span {
    font-size: 11px
  }
}
.usage_time_block_ttl {
  font-size: 21px;
  font-weight: bold;
  margin-left: 1em;
  text-indent: -1em;
  width: 140px;
}
@media screen and (max-width: 599px) {
  .usage_time_block_ttl {
    font-size: 18px;
  }
}
.usage_time_block_ttl:before {
  background: url("../img/common/icon_clock.png")no-repeat left top / cover;
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  transform: translateY(13%);
  margin-right: 5px
}
.premium_fee_table {
  font-weight: bold
}
.premium_fee_table_head {
  color: #999;
  font-size: 20px
}
.premium_fee_table_ttl {
  color: #fff;
  font-size: 22px;
  text-align: center
}
.premium_fee_table_ttl span {
  color: #fff;
  font-size: 17px
}
.premium_fee_table:last-of-type {
  margin-top: 50px
}
.premium_fee_table_nb {
  font-size: 17px;
  text-align: center
}
/*＝＝　ご利用時間＝＝*/
.fulltime, .daytime {
  font-size: 18px
}
dl.fulltime {
  display: flex;
  margin-bottom: 10px
}
.daytime {
  margin-bottom: 10px
}
@media screen and (max-width: 599px) {
  .fulltime, .daytime {
    font-size: 14px
  }
  .premium_fee_table_head {
    font-size: 14px
  }
  .premium_fee_table_ttl span {
    color: #fff;
    font-size: 14px
  }
  .premium_fee_table_ttl {
    font-size: 13px;
  }
  .premium_fee_table_nb {
    font-size: 13px;
  }
}
.usage_time_block_inner {
  display: flex;
  margin-bottom: 30px;
  /*justify-content: center;*/
}
@media screen and (max-width: 767px) {
  .usage_time_block_inner {
    flex-direction: column;
  }
}
.usage_time_block_inner li:first-child {
  margin-right: 25px;
}
.usage_time_block_inner li:last-child {
  margin-top: 2px
}
.usage_time_block {
  margin-top: 50px;
}
.light_block {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #434240;
  border-bottom: 1px solid #434240;
  padding-top: 60px;
  padding-bottom: 60px;
}
.premium_block {
  margin: 60px auto;
}
.fee_ttl_sub_top {
  background-color: #3D3D3D;
  padding: 10px;
  margin-bottom: 25px
}
@media screen and (max-width: 414px) {
  .fee_ttl_sub_top {
    font-size: 13px;
  }
}
/*＝＝　ご予約の注意点 ＝＝*/
.caution_block {
  background-color: #1b1b1b;
  background-color: rgba(27, 27, 27, 0.7);
  padding: 30px 40px;
  margin-bottom: 60px;
}
.caution_block_light {
  background-color: #3D3D3D;
  padding: 30px 40px;
  margin-bottom: 60px;
}
.caution_block dt, .caution_block_light dt {
  font-size: 16px;
  font-weight: bold;
  color: #fff
}
.caution_block dd, .caution_block_light dd {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
}
.reserve dd {
  margin-left: 1em;
  text-indent: -1em;
}
.caution_block_ttl {
  margin-bottom: 5px;
}
.caution_block_2row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px
}
.caution_block_2row li {
  margin-right: 40px;
  width: 50%;
  margin-left: 1em;
  text-indent: -1em;
}
.caution_block_2row li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .caution_block_2row {
    flex-direction: column
  }
  .caution_block_2row li {
    margin-right: 0;
    width: 100%
  }
  .caution_block_2row li:last-child {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .caution_block {
    padding: 30px 15px;
  }
}
/* ライト・プレミアムボタン*/
.lp_btn {
  display: flex;
  justify-content: space-between;
}
.lp_btn_l {
  width: 38%;
  background: url("../img/common/bg_silver.jpg")no-repeat left center /100% 100%;
  padding: 20px 5px;
}
.lp_btn_p {
  width: 58%;
  background: url("../img/common/bg_gold.jpg")no-repeat left center /100% 100%;
  padding: 20px 5px;
}
.lp_btn_l a {
  color: #000;
  font-weight: bold;
  font-size: 22px;
  display: block;
  text-align: center;
}
.lp_btn_p a {
  color: #000;
  font-weight: bold;
  font-size: 22px;
  display: block;
  text-align: center;
}
.lp_btn_l a:before, .lp_btn_p a:before {
  content: "\025bc";
  color: #000;
  font-weight: bold;
  font-size: 22px;
  display: inline-block;
}
.lp_btn_l, .lp_btn_p {
  transition: filter 0.3s ease;
  filter: brightness(1);
}
.lp_btn_l:hover, .lp_btn_p:hover {
  -webkit-filter: brightness(1.3);
  -moz-filter: brightness(1.3);
  -ms-filter: brightness(1.3);
  filter: brightness(1.3);
  transition: filter 0.5s;
}
@media screen and (max-width: 767px) {
  .lp_btn_l a, .lp_btn_p a {
    font-size: 16px;
  }
  .lp_btn_l a:before, .lp_btn_p a:before {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .lp_btn_l, .lp_btn_p {
    padding: 10px 5px;
  }
  .lp_btn_l a, .lp_btn_p a {
    font-size: 13px;
    line-height: 1.25
  }
  .lp_btn_l a:before, .lp_btn_p a:before {
    font-size: 13px;
  }
}
.box_gray2_ttl {
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  background-color: #1B1B1B;
  padding: 8px 5px 8px 20px;
}
.box_gray2_txt_wrap {
  background-color: #3D3D3D;
  padding: 10px 20px 20px;
}
.box_gray2_txt {
  color: #fff;
  font-size: 16px;
}
.box_gray2_item {
  background-color: #4D4D4D;
  border: 1px solid #666;
  padding: 10px 20px;
  margin-top: 10px
}
.box_gray2_item dt {
  background-color: #3D3D3D;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .box_gray2_ttl {
    font-size: 16px;
    padding: 8px 10px 8px;
  }
  .box_gray2_txt, .box_gray2_item dt, .box_gray2_item dd {
    font-size: 13px
  }
}
.box_gray2_txt p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px
}
.box_gray2_txt img {
  margin: 0
}
.enable_pict {
  margin: 0;
  max-width: 100%;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .box_gray2_txt p {
    font-size: 13px;
  }
}
/***　miriseへのリンク　***/
.mirise_container {
  background-color: #1B1B1B;
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto
}
.mirise_container_txt {
  font-size: 16px;
  font-weight: bold;
}
.mirise_container_txt a:after {
  content: "";
  background: url("../img/common/icon_external.png")no-repeat right center/contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
}
.mirise_container_logo {
  max-width: 177px;
  margin-right: 20px
}
@media screen and (max-width: 599px) {
  .mirise_container {
    background-color: #1B1B1B;
    padding: 20px 30px;
    display: block;
    text-align: center;
  }
  .mirise_container_logo {
    max-width: 177px;
    margin: 0 auto 15px
  }
  .mirise_container_txt {
    font-size: 13px;
    font-weight: bold;
  }
}
/*!------------------------------------*\
    ご利用の流れ・体験利用
\*!------------------------------------*/
.flow_member {
  max-width: 1000px;
  margin: 0 auto
}
.flow_member li span {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  display: block !important;
  width: 100%
}
.flow_member li {
  padding: 45px 40px 40px
}
.flow_line {
  border-bottom: 1px solid #666;
  position: relative;
  padding: 45px 40px 40px
}
.flow_line_last {
  border-bottom: 1px solid #666;
  padding: 45px 40px 40px
}
.flow_line:before {
  bottom: -16px;
  border-right: 16px solid transparent;
  border-top: 16px solid #666;
  border-left: 16px solid transparent;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}
.flow_line:after {
  bottom: -14px;
  border-right: 16px solid transparent;
  border-top: 16px solid #0f0f0f;
  border-left: 16px solid transparent;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}
.flow_line_1b:after {
  bottom: -14px;
  border-right: 16px solid transparent;
  border-top: 16px solid #1b1b1b;
  border-left: 16px solid transparent;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}
.flow_line:last-child:before {
  bottom: 0;
  border: none;
  content: '';
  display: block;
}
.flow_line:last-child:after {
  bottom: 0;
  border: none;
  content: '';
  display: block;
}
.flow_line_last {
  border: none;
  border-bottom: 1px solid #666;
}
.flow_line_last_1b {}
.flow_member_link {
  font-size: 18px
}
.flow_reserve_box {
  display: flex;
  align-items: center;
}
.flow_reserve_box_icon img {
  max-width: 97px;
  height: auto;
}
.flow_reserve_box_txt {
  font-size: 24px;
  font-weight: bold;
  margin-left: 40px
}
.flow_reserve_box_txt span {
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
.flow_reserve {
  max-width: 1000px;
  margin: 0 auto
}
.flow_reserve_container_bg {
  background-color: #1B1B1B
}
.flow_reserve_box_last {
  margin-bottom: 40px
}
@media screen and (max-width: 599px) {
  .flow_member li span {
    font-size: 19px;
  }
  .flow_member_link {
    font-size: 14px !important;
  }
  .flow_reserve_box_txt {
    font-size: 16px;
    margin-left: 15px;
  }
  .flow_reserve_box_txt span {
    font-size: 13px;
  }
  .flow_reserve_box_icon img {
    max-width: 50px;
    height: auto;
  }
  .flow_reserve_box {
    align-items: flex-start
  }
  .flow_member li {
    padding: 45px 20px 40px
  }
  .flow_line {
    border-bottom: 1px solid #666;
    position: relative;
    padding: 45px 20px 40px
  }
  .flow_line_last {
    border-bottom: 1px solid #666;
    padding: 45px 20px 40px
  }
}
/* バナー ======*/
.bnr {
  max-width: 1000px;
  margin: 100px auto
}
.bnr_top {
  max-width: 1000px;
  margin: 0 auto 100px
}
@media screen and (max-width: 767px) {
  .bnr {
    max-width: 1000px;
    margin: 50px auto
  }
}
/* 体験利用 ======*/
.trial_ttl {
  color: #E08936;
  font-size: 34px;
  font-weight: bold;
  text-align: center
}
.trial_txt {
  font-size: 25px;
  /*font-weight: bold;*/
  text-align: center
}
.trial {
  /*background-color: #3D3D3D;*/
  padding: 15px 30px;
  margin-top: -50px;
}
.trial p {
  text-align: center !important;
}
.admission_fee_ttl {
  font-size: 25px;
}
.admission_yen {
  font-size: 25px;
}
.admission_free {
  color: #6FBE03;
  font-size: 41px;
  font-weight: bold;
}
.admission_fee2 {
  font-size: 41px;
  font-weight: bold;
  padding-left: 5px
}
.trial_outer {
  margin-top: 65px;
  max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.trial_notes {
  font-size: 17px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .trial_txt {
    font-size: 19px;
  }
}
@media screen and (max-width: 450px) {
  .admission_free {
    display: block
  }
}
@media screen and (max-width: 414px) {
  .trial_ttl {
    font-size: 21px;
  }
  .admission_fee_ttl {
    font-size: 13px
  }
  .admission_fee2 {
    font-size: 20px;
  }
  .admission_yen {
    font-size: 13px
  }
  .admission_free {
    font-size: 20px;
  }
  .trial_notes {
    font-size: 13px
  }
}


.trial_container{
  padding-bottom: 0;
}

.trial_btn_container{
  background: linear-gradient(90deg, rgba(21, 22, 87, 1) 0%, rgba(19, 20, 65, 1) 80%, rgba(15, 15, 15, 1) 100%);
  padding: 80px 0;
}

.trial_btn_container .btn_container{
  margin: 0 auto;
  max-width: 1000px;
  justify-content: center;
  gap: 80px;
}

.trial_btn_container .btn_container .contents_ttl{
  font-size: 28px;
  background: url(../img/common/icon_ttl.png) no-repeat center 100% / 30px auto;
  margin-bottom: 36px;
}