@charset "UTF-8";
/*
Theme Name: SWING SHACK
Theme URI: 
Version: 1.0
Author: M.S

*/
/* CSS Document */
::selection {
	background:#efefef;
}
::-moz-selection {
	background:#efefef;
}
@font-face {
    font-family: 'Intensa';
    src: url('css/font/Intensa-BoldExpanded.woff2') format('woff2'),
        url('css/font/Intensa-BoldExpanded.woff') format('woff'),
        url('css/font/Intensa-BoldExpanded.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IntensaCondensed';
    src: url('css/font/Intensa-RegularCondensed.woff2') format('woff2'),
        url('css/font/Intensa-RegularCondensed.woff') format('woff'),
        url('css/font/Intensa-RegularCondensed.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IntensaCondensed';
    src: url('css/font/Intensa-BoldCondensed.woff2') format('woff2'),
        url('css/font/Intensa-BoldCondensed.woff') format('woff'),
        url('css/font/Intensa-BoldCondensed.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IntensaCondensed';
    src: url('css/font/Intensa-ExtraBoldCondensed.woff2') format('woff2'),
        url('css/font/Intensa-ExtraBoldCondensed.woff') format('woff'),
        url('css/font/Intensa-ExtraBoldCondensed.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IntensaCondensed';
    src: url('css/font/Intensa-HeavyCondensed.woff2') format('woff2'),
        url('css/font/Intensa-HeavyCondensed.woff') format('woff'),
        url('css/font/Intensa-HeavyCondensed.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Intensa';
    src: url('css/font/Intensa-RegularExpanded.woff2') format('woff2'),
        url('css/font/Intensa-RegularExpanded.woff') format('woff'),
        url('css/font/Intensa-RegularExpanded.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Intensa';
    src: url('css/font/Intensa-MediumExpanded.woff2') format('woff2'),
        url('css/font/Intensa-MediumExpanded.woff') format('woff'),
        url('css/font/Intensa-MediumExpanded.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Intensa';
    src: url('css/font/Intensa-ExtraBoldExpanded.woff2') format('woff2'),
        url('css/font/Intensa-ExtraBoldExpanded.woff') format('woff'),
        url('css/font/Intensa-ExtraBoldExpanded.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Commons';
    src: url('css/font/TTCommons-DemiBold.woff2') format('woff2'),
        url('css/font/TTCommons-DemiBold.woff') format('woff'),
        url('css/font/TTCommons-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Commons';
    src: url('css/font/TTCommons-Regular.woff2') format('woff2'),
        url('css/font/TTCommons-Regular.woff') format('woff'),
        url('css/font/TTCommons-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.intensa{
    font-family: 'Intensa';
}
.intensa_condensed{
    font-family: 'IntensaCondensed';
}
.ttcomons{
    font-family: 'TT Commons';
}
.zen{
    font-family: "Zen Kaku Gothic New", sans-serif;
}
html, html body {
    color: #FFF;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    background: #487744;
}
body.is_menu_open {
    overflow: hidden;
}
b, strong, .bold{
 font-family: "Zen Kaku Gothic New", sans-serif;
}
p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.t-size-20 {
    font-size: 20px;
}
ul{
    list-style: none;
}
th {
    width: 150px;
    padding: 10px;
}
img{
  width: 100%;
    height: auto;
}
table {
    width: 100%;
}
body a,body a:hover{
  color: #000;
  text-decoration: none;
  -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}
body a:hover{
    color: #AAA;
    text-decoration: none;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}
a.underline {
    border-bottom: 1px solid #333333;
    font-size: 15px;
    font-family: 'TT Commons';
    font-weight: normal;
}
a.box_link {
    color: #000;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 25px;
    margin: 1em 0;
    display: inline-block;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
a.box_link:hover {
    color: #fff;
    background:#aaa;
}
span.link_arrow {
    display: inline-block;
    position: relative;
    background: #000;
    width: 30px;
    height: 1px;
    transition: 0.5s;
    border-radius: 1px;
    transform-origin: right center;
    line-height: 1em;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    margin-left: 60px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
a:hover span.link_arrow {
    background: #FFF;
    transform: translateX(5px);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
span.link_arrow:before,
span.link_arrow:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    background: #000;
    width: 10px;
    height: 1px;
    transform-origin: 10px center;
    transition: 0.5s;
    border-radius: 1rem;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
a:hover span.link_arrow:before,
a:hover span.link_arrow:after {
    background: #fff;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
span.link_arrow:before {
    transform: rotate(-35deg);
}
span.link_arrow:after {
    transform: rotate(35deg);
}
button{
    outline: 0;
    text-decoration: none;
}
button:focus {
    outline:0;
}
.v_center{
    display: table;
    height: 100%;
    width: 100%;
    z-index: 100;
    position: relative;
}
.v_center .v_center_wrap{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
figcaption {
    font-size: 12px;
    color: #aaa;
}
.break_out {
    width: 100VW !important;
    position: relative;
    left: calc(-1 *(100vw - 101%)/2) !important;
}
.t-size-small {
    font-size: 80%;
}
/*-----------Loading Box-------*/
#loading {
    width: 100vw;
    height: 100vh;
}
#loading .sec {
    width: 100%;
}
.loading_box {
    width: 100vw;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
svg#logosvg {
    width: 50%;
}
body.loaded #loading {
    opacity: 0;
    transition: .5s ease;
    display: none !important;
}
/*------------NAV--------------*/
.e-hidden {
    overflow: hidden;
}
.general_nav {
    height: 120px;
    width: 100%;
    opacity: 1;
    position: fixed;
    z-index: 200;
    background: rgba(0,0,0,0);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.shrunk.general_nav {
    height: 80px;
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.6);
}
.main_nav {
    display: flex;
    justify-content: center;
    padding: 15px 30px;
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}
.shrunk .main_nav {
    padding: 5px 30px;
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}
h1 img {
    height: 80px;
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}

.shrunk h1 img {
    height: 55px;
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}
nav ul {
    list-style: none;
    margin: 0 auto;
}

.pc_menu {
    display: flex;
    max-width: none;
}
.home .tohome {
    display: none;
}
.main_nav li {
    padding: 0 5px;
    line-height:2.2em;
}
li.wrapped.top_border {
    border-top: 1px solid #fff;
}
li.left_border {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 15px;
    margin-left: 15px;
}
.main_nav li a {
    color: #333333;
    font-size: 13px;
    font-weight: normal;
}
.main_nav li a:hover {
    color: #AAA;
}
.main_nav li.circle_link a {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2em;
    padding: 7px 15px;
    margin-right: 10px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.main_nav li.circle_link a:hover {
    background: #FCC600;
    color: #000;
    border: 1px solid #FCC600;
}
.main_nav #menu-menu_right {
    text-align: right;
}
.navicon {
    position: absolute;
    width: 30px;
    height: 25px;
    cursor: pointer;
    margin: 15px 0;
    left: 20px;
    top: 12px;
}
.navicon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
}
.navicon, .navicon span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.navicon span:nth-of-type(1) {
  top: 0;
}
.navicon span:nth-of-type(2) {
    top: 12px;
}
.navicon span:nth-of-type(3) {
  bottom: 0;
}
.is_menu_open .navicon span:nth-of-type(1),
.is_menu_open .navicon span:nth-of-type(3) {
  width: 40px;
}
.is_menu_open  .navicon span:nth-of-type(1) {
  -webkit-transform: translate(-1px,12px) rotate(-45deg);
  transform: translate(-4px,12px) rotate(-45deg);
}
.is_menu_open  .navicon span:nth-of-type(3) {
  -webkit-transform: translate(-1px,-12px) rotate(45deg);
  transform: translate(-4px,-12px) rotate(45deg);
}
.is_menu_open .navicon span:nth-of-type(2) {
  width: 0px;
}
body.is_main_menu_open {
    overflow: hidden; 
}
body.is_capehorn_menu_open {
    overflow: hidden; 
}
.nav_pc {
    display: flex;
    align-self: center;
}
.menu_mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    transform: translateX(-100%);
}
.menu_mobile__holder {
    height: 100vh;
    width: 30vw;
    min-width: 500px;
    position: relative;
    z-index: 1;
    transform: translateX(-100%);
    transition: .5s ease;
    background: rgba(0, 0, 0, 1);
}
body.is_main_menu_open .general_sp_menu .menu_mobile__holder {
    transform: translateX(100%);
}
.menu_mobile_list ul li a {
    color: #fff;
}
button {
    color: #fff;
    outline: none;
    display: block;
    position: relative;
    cursor: pointer;
}
#close {
    overflow: hidden;
    position: absolute;
    border: none;
    padding: 0;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: transparent;
    color: #000;
    font: inherit;
    text-indent: 100%;
    cursor: pointer;
    bottom: 60px;
    left: 50%;
    right: auto;
    margin-left: -2.5em;
}
button#close:after, button#close:before {
    position: absolute;
    top: 15%;
    left: calc(50% - .0625em);
    width: .125em;
    height: 70%;
    border-radius: .125em;
    transform: rotate(45deg);
    background: currentcolor;
    content: '';
}
button#close:after{
    transform: rotate(-45deg);
}
.menu_mobile_list {
   text-align: center;
    padding: 100px 20px 0;
}
.menu_mobile_list ul li a {
    display: block;
    font-size: 16px;
    line-height: 70px;
    font-family: 'TT Commons';
    letter-spacing: 1px;
    position: relative;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sp_menu li.circle_link a {
    border-bottom: none;
    border: 1px solid #000;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 3px;
    line-height: 45px;
}
.menu_mobile_list ul li.twitter_link a {
    color: #38A3F7;
}
.menu_mobile_list ul li a:hover {
    color: #aaa;
}
.menu_mobile_list ul li.twitter_link a:hover {
    color: #4267b2;
}
.menu_mobile_list ul li a:after {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 0;
}
.menu_mobile_list ul li a:hover:after {
    width: 100%;
}
.menu_mobile_list ul#menu-general {
    position: relative;
}
.wrap {
    display: flex;
    justify-content: space-between;
}
.menu_mobile__back {
    top: 30px;
    right: 30px;
    font-size: 15px;
    padding: 0;
    background: none;
    border: none;
}
nav hr {
    border-color: #fff;
    max-width: 300px;
    margin: 1rem auto;
}
.twitter_link {
    display: inline-block;
    margin: 1rem 15px;
}
.has-text-align-center {
    text-align: center;
}
/*----------CONTACT----------*/
.page main.contact {
    padding: 60px 20px 0;
}
.contactforms {
    padding: 30px 0 0;
}
.contact .contact_form {
    background: #2F2725;
    padding: 45px 30px;
    border-radius: 1em;
    color: #2F2725;
}
.contact .contact_form .wp-block-group__inner-container {
    width: 100%;
    max-width: 800px;
}
h3+.formbloc {
    padding: 30px 0 0;
}
.formbloc {
    margin-bottom: 11px;
}
.wpcf7-form h3 {
    font-weight: normal;
    margin: 0;
}
.wpcf7-form h3 {
    font-family: 'TT Commons',sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.wpcf7-form .formbloc h3 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 2em;
}
.wpcf7-form span.required {
    color: #E5632A;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.wpcf7-form .wpcf7-not-valid {
    border: 1px solid #E5632A;
}
span.req {
    color: #E5632A;
    font-size: 12px;
    border: 1px solid #E5632A;
    padding: 3px 5px;
    margin-left: 1em;
}
.wpcf7-form p.form-row {
    position: relative;
}
.wpcf7-form label {
    color: #737373;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.22857em;
    margin-left: 1px;
    padding: 0 0.91667em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    opacity: 1;
}
.wpcf7-form input {
    border: none;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: #f4f4f4;
    color: #000;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form textarea {
    border: none;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: #f4f4f4;
    color: #000;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
    height: 15em;
}
.wpcf7-form select{
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form input[type="submit"] {
    margin: 0;
    line-height: 1.7;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 10px 20px;
    font-size: 13px;
    left: auto;
    color: #000;
    background-color: #F4F4F4;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    width: auto;
    border-radius: 2em;
}
div.wpcf7-response-output {
    border: none;
    padding: 0;
    font-size: 15px;
    margin: 0;
}
.colored_box {
    width: 90%;
    margin: 0 auto;
    background: #dee;
    padding: 45px;
}
.colored_box .wpcf7-form input[type="submit"] {
    background: #aaa;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
        border-color: #E5632A;
}
.wp-block-contact-form-7-contact-form-selector{
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 30px;
    border-radius: 15px;
}
/*------------TOP--------------*/
main.hero{
    padding: 0;
}
section#hero {
    width: 100vw;
    height: 80vh;
}
.heroimage{
    position: relative;
    height:100%;
    overflow: hidden;
}
.maincopy {
    position: relative;
    z-index: 10;
    padding-right: 10%;
    min-width: 0;
    display: flex;
    width: 100vw;
    height: 80vh;
    align-items: center;
    justify-content: flex-end;
}
.maincopy h2 {
    writing-mode: vertical-rl;
    font-family: 'Zen Kaku Gothic New';
    font-weight: bold;
    font-size: clamp(2.813rem, 2.284rem + 2.64vw, 6.25rem);
}
.maincopy h2 span {
    display: block;
    margin-top: 2em;
}
.main_image {
    position: absolute;
    width: 100vw;
    height: 80vh;
    z-index: 0;
    top: 0;
}
.heroimage img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: transform 0.1s linear;
  will-change: transform;
}
section.top_header {
    padding: 30px 15px;
}
.grand_opening h2 {
    font-size: clamp(3.125rem, 2.443rem + 3.41vw, 5rem);
}
.aboutus .wp-block-stackable-feature {
    border-bottom: 1px solid #fff;
    padding: 30px 0;
}
section.trackman {
    background: #c75a21;
    padding: 60px 20px 30px;
}
section.wellputt {
    background: #000;
    padding: 60px 20px 30px;
}
section.location {
    padding: 60px 20px 60px;
}
section.membership {
    padding: 60px 20px 60px;
    background: url('img/ms_bg.webp') repeat;
}
main section.membership .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table {
    width: 100%;
    overflow-x: scroll;
    overflow-y: visible;
}
main section.membership figure.wp-block-flexible-table-block-table::-webkit-scrollbar {
    height: 6px;
}
main section.membership table {
    min-width: 1210px !important ;
    max-width: 1600px !important;
    margin: 0 auto;
}
main section.membership table td.table_title {
    background-color: transparent !important;
    border: none !important;
}
main section.membership .wp-block-flexible-table-block-table table tr td {
    color: #000;
    border: none;
    min-width: 1210px;
}
/* ベース設定 */
main section.membership table.has-fixed-layout {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  table-layout: fixed;
}

main section.membership table.has-fixed-layout td {
  padding: 10px 15px;
  vertical-align: middle;
}

/* 左端（項目名） */
main section.membership .table_title {
  font-weight: bold;
  color: #333;
  background: #fff;
  width: 10%;
  text-align: center;
  border-right: 2px solid #e0e0e0;
  font-size: 14px;
}

/* 各プラン共通 */
main section.membership table.has-fixed-layout td.light,
main section.membership table.has-fixed-layout td.base,
main section.membership table.has-fixed-layout td.premium,
main section.membership table.has-fixed-layout td.midnight {
  padding: 20px 15px;
}
main section.membership .wp-block-flexible-table-block-table table tr td.plan_title {
    border-radius: 10px 10px 0 0;
    padding-top: 50px;
    padding-bottom: 0;
}
main section.membership .wp-block-flexible-table-block-table table tr td.price {
    border-radius: 0 0 10px 10px;
    color: #3b7e3d;
    font-size: 35px;
    font-family: 'TT Commons';
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1em;
}
main section.membership .wp-block-flexible-table-block-table table tr td.price span{
    color: #000;
    font-size: 15px;
    font-family: "Zen Kaku Gothic New";
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1em;
}
main section.membership .plan_title {
    color: #000;
    font-family: 'IntensaCondensed';
    font-size: 40px;
    font-weight: 700;
    line-height: 1em;
}
main section.membership .wp-block-flexible-table-block-table table tr td.light {
  background: #e6f1e1; /* ライトグリーン */
}
main section.membership .light.plan_title {
  color: #93c572;
}

main section.membership .wp-block-flexible-table-block-table table tr td.base {
  background: #cadfbf; /* グリーン */
  position: relative;
}
main section.membership .base.plan_title {
  color: #3b7e3d;
}
/* “オススメ” バッジ */
main section.membership .base.plan_title::before {
    content: "RECOMMEND";
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: #1b8a4c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px 0;
    border-radius: 8px;
    line-height: 1.5em;
}

main section.membership .wp-block-flexible-table-block-table table tr td.premium {
  background: #e6f1e1;
}
main section.membership .premium.plan_title {
  color: #046535;
}

main section.membership .wp-block-flexible-table-block-table table tr td.midnight {
  background: #e6f1e1; 
}
main section.membership .midnight.plan_title {
  color: #0c6bb0;
}
main section.membership .wp-block-flexible-table-block-table table tr td.separate_table {
    background: transparent;
    padding: 15px;
}
/* 価格部分 */
main section.membership .price {
  font-weight: 700;
  font-size: 22px;
  color: #222;
}
main section.membership .price .yen {
  font-size: 16px;
}
main section.membership .table_smalltext {
  display: block;
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}

/* 下部 追加チケット部分 */
main section.membership tr:last-child td {
  background: #f5f8f4;
  border-radius: 10px;
  padding: 20px;
  font-size: 14px;
}
main section.membership tr:last-child .midnight {
  background: #f1f4fa;
}
main section.membership .wp-block-flexible-table-block-table table tr td.ticket {
    font-size: 35px;
    font-family: 'TT Commons';
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1em;
    color: #3b7e3d;
}
main section.membership .wp-block-flexible-table-block-table table tr td.ticket span {
    font-size: 15px;
    line-height: 0.5em;
    color: #000;
    margin: 0;
    position: relative;
}
article.wp-block-group.other_plans {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 10px;
}
main section.membership .wp-block-stackable-column.other_plan>div {
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}
main section.membership .wp-block-stackable-column.other_plan_price p {
    color: #3b7e3d;
    font-size: 35px;
    font-family: 'TT Commons';
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1em;
}
main section.membership .wp-block-stackable-column.other_plan_price p span {
    color: #000;
    font-size: 15px;
    font-family: "Zen Kaku Gothic New";
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1em;
}
section.wellputt p {
    color: #fff;
}
article.access_info p {
    color: #fff;
}
article.access_info a {
    color: #fff;
    font-size: 20px;
}
/*------------Page--------------*/
.text_body {
    padding: 150px 0;
    color: #fff;
}
section.faq p {
    color: #fff;
}

section.faq h4.stk-block-heading__text {
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
}
section.faq section.inner_contact {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px 0;
    color: #487744;
}
section.faq section.inner_contact  p{
    color: #487744;
}
/*------------Float--------------*/
.float_area {
    position: fixed;
    bottom: 0;
    z-index: 100;
    left: 0;
    right: 0;
}
.opening_banner {
    background: #3c823e;
    text-align: center;
    height: auto;
    padding: 20px 0px 30px;
}
.opening_banner a {
    font-size: 15px;
    padding: 10px 10px;
    font-weight: bold;
    color: #fff;
}
.contact_banner {
    background: #3C8D5B;
    text-align: center;
    height: auto;
    padding: 20px 0px 30px;
    color: #fff;
}
.contact_banner a {
    font-size: 15px;
    padding: 10px 10px;
    font-weight: bold;
    color: #fff;
}
/*------------Footer--------------*/
footer {
    background: #3E3A39;
    color: #fff;
}
.footer_body{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px 20px 120px;
}
.footer_logo img {
    width: 125px;
}
ul#menu-mainmenu-2 {
    display: flex;
}
.footer_list ul li{
    padding: 2px 5px;
    line-height: 2em;
}
.footer_list ul li.circle_link{
    margin-bottom: 20px;
    margin-left: -5px;
}
.footer_list ul li.left_border{
    border-left: 1px solid rgba(255,255,255,1);
    padding-left: 15px;
    margin-left: 15px;
}
.footer_list ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}
.footer_list ul li.circle_link a {
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 2em;
    padding: 7px 15px;
    margin-right: 10px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.footer_list ul li.circle_link a:hover{
    background: #FCC600;
    color: #000;
    border: 1px solid #FCC600;
}

footer address {
    background: #000;
    margin: 0 -15px 0;
    font-size: 12px;
    padding: 5px;
    font-family: 'TT Commons';
    font-weight: normal;
}
@media (max-width: 1279px){
}
@media (max-width: 1200px){
}
@media (max-width: 768px){
    section.faq section.inner_contact .label-left .nf-field-label {
        width: 100%;
        display: block;
        text-align: left;
    }
    section.faq section.inner_contact .label-left .nf-field-element {
        display: block;
        width: 100%;
    }
    section.faq section.inner_contact .nf-after-field {
        width: 100%;
        text-align: left;
        margin: 0;
        font-size: 12px;
    }
}
@media (max-width: 375px){
}