.pchide{
    display: none;
}
#header h1 img.logo {
    display: none;
}
#contents {
    padding-top: 50px;
    line-height: 1.6;
}
#contents .inner {
    margin-top: 40px;
}
#contents .club_inner {
    margin-top: 40px;
    margin-bottom: 80px;
    padding-bottom: 80px;
}
.subnav{
    width: 100%;
    background-color: white;
    text-align: center;
}
.subnav li{
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
}
.subnav li a{
    display: block;
    line-height: 70px;
    padding: 0 20px;
    text-decoration: none;
    color: #000;
}
.subnav li a:hover,
.subnav li a.active{
    color: #EE6F0B;
    border-bottom: 2px solid #EE6F0B;
}
.about_main{
    padding-bottom: 80px;
}
.about_main h3{
    font-size: 22px;
    font-size: 2.2rem;
    color: #EE6F0B;
    line-height: 1.4;
    padding: 36px 0;
}
.about_main h4{
    font-weight: bold;
    margin-bottom: .5em;
}
.about_main p{
    margin-bottom: 1em;
}
.about_main em{
    font-style: normal;
    color: #EE6F0B;
}
.about_main a{
    color: #EE6F0B;
}
.policy{
    font-size: 14px;
    font-size: 1.4rem;
    padding: 30px 60px;
    border-top: 1px solid #4e4e4e;
    border-bottom: 1px solid #4e4e4e;
    color: #4e4e4e;
}
.inq .tabs{
    margin-top: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row;
    align-items: flex-end;
}
.inq .tabs li{
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius : 8px 8px 0px 0px ;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
    border: 1px solid #000;
    padding: 16px;
    background-color: #fff;
    cursor: pointer;
}
.inq .tabs li.actv{
    padding: 20px;
    border-bottom: 0;
    background-color: rgba(255,255,255, .5);
}
.inq form{
    padding: 45px 40px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    background-color: rgba(255,255,255, .5);
}
.inq form dt{
    float: left;
}
.inq form dd{
    margin-left: 14em;
    padding-bottom: 30px;
}
.inq .note{
    margin-top: 20px;
    font-size: 10px;
    font-size: 1rem;
}
.inq sup{
    font-size: 10px;
    font-size: 1rem;
    color: #EE6F0B;
}
.inq input,
.inq textarea{
    padding: 12px;
    margin-bottom: 20px;
    border: 0;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    font-size: 1.6rem;
}
.inq #div_cst input{
    width: 200px;
}
.inq #div_cst .input_zip input,
.inq #div_cst .input_tel input{
    width: 100px;
}
.inq #div_cst .input_address input,
.inq #div_cst .input_mail input{
    width: 100%;
}
.inq #div_cst .input_mail input{
    margin-bottom: 20px;
}
.inq input[type=radio],
.inq input[type=checkbox]{
    width: auto;
    display: none;
}
.inq input[type=radio] + label,
.inq input[type=checkbox] + label{
    box-sizing: border-box;
    position: relative;
    margin: 0 20px 8px 0;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 30px;
}
.inq input[type=radio] + label:after,
.inq input[type=checkbox] + label:after{
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #4e4e4e;
  border-radius: 9px;
  content: '';
}
.inq input[type=radio] + label:before,
.inq input[type=checkbox] + label:before{
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #EE6F0B;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
  opacity: 1;
}
.select_style{
    overflow: hidden;
    position: relative;
    width: 50%;
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 20px;
    vertical-align: middle;
}
.select_style:after{
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid #000;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
}
.select_style select{
    width: 130%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    padding: 10px;
}
.select_date .select_style{
    width: 120px;
    display: inline-block;
}
form input[type=submit]{
    font-size: 21px;
    font-size: 2.1rem;
    background-color: #888;
    color: #fff;
    width: 60%;
    border-radius: 32px;
    display: block;
    margin: auto;
}
.confirm table{
    width: 100%;
    border-bottom: 1px solid #4e4e4e;
}
.confirm tr{
    border-top: 1px solid #4e4e4e;
}
.confirm th,
.confirm td{
    padding: 10px 30px;
}
.confirm th{
    width: 20%;
    text-align: left;
    white-space: nowrap;
}
.confirm input[type=submit],
.confirm input[type=button]{
    width: 46%;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
}
.confirm input[type=button]{
    margin-right: 20px;
    background-color: #fff;
}
.form_submit{
    margin-top: 30px;
    text-align: center;
}
.thanks {
    text-align: center;
}

@media screen and (max-width: 900px){
    .pchide{ display: block; }
}
@media screen and (max-width: 600px){
    #header h1 img.logo-wht,
    #header h1 img.logo-wht-sp {
        display: none;
    }
    h2.heading {
        margin-top: 1em;
    }
    .subnav li a{
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 50px;
    }
    .about_main{
        font-size: 1.4rem;
    }
    .policy{
        padding: 30px 10px;
    }
    .inq .tabs li{
        padding: 10px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .inq .tabs li.actv{
        padding: 14px;
    }
    .inq form {
        padding: 45px 20px;
    }
    .inq form dt,
    .inq form dd{
        display: block;
        float: none;
        margin-left: 0;
    }
    .inq form dt{
        font-weight: bold;
        font-size: 14px;
        font-size: 1.4rem;
        padding-bottom: 20px;
    }
    .select_style{
        width: 100%;
    }
    form input[type=submit]{
        width: 100%;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .confirm th,
    .confirm td{
        display: block;
    }
    .confirm input[type=submit],
    .confirm input[type=button]{
        width: 100%;
    }
    .confirm input[type=button]{
        margin-right: 0;
    }
}