@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);

body{
    font-family: 'Noto Sans CJK JP', serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

@media screen and (max-width: 768px){
    section {
        margin: 0;
    }
}


/*parks/detail----------------------------------------------------------------*/
.main860{
    width: 860px;
    margin: 0 auto;
}
@media screen and (max-width:768px){
    .main860 {
        width: 100%;
    }
}

h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
@media screen and (max-width: 768px){
    h2 {
        font-size: 16px;
    }
}

.back_gray {
    background: #F7F7F7;
    padding: 35px 0;
}
@media screen and (max-width:768px){
    .back_gray {
        padding: 20px;
    }
}

.back_white {
    background: #FFFFFF;
    padding: 30px;
}
@media screen and (max-width:768px){
    .back_white {
        padding: 20PX;
    }
}

.park_title_bg {
    background-image: url(/img/users/park_title_back.png);
    background-size: cover;
    background-position: center;
}
div.park_title {
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 30px;
}
@media screen and (max-width:768px){
    div.park_title {
        text-align: left;
        font-size: 18px;
        padding: 20px;
    }
}

.sign_unladen {
    background: #249dd1;
}
.sign_full{
    background: #AB0003;
}
.sign_unladen, .sign_full {
    width: 200px;
    font-size: 22px;
    padding: 5px;
    font-weight: bold;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border: solid 2px #FFFFFF;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
}
@media screen and (max-width:768px){
    .sign_unladen, .sign_full {
        width: 100%;
        font-size: 16px;
    }
}

.title_feature span {
    font-size: 14px;
    border: 1px solid #FFFFFF;
    padding: 2px 10px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
}
@media screen and (max-width:768px){
    .title_feature span {
        font-size: 12px;
        display: inline-block;
    }
}

.button_area button{
    border-radius: 25px;
    color: #FFFFFF;
    padding: 13px 32px;
    font-size: 16px;
    transition:all 0.7s;
    -webkit-transition: all 0.7s;
}
.button_area button:hover{
    opacity: 0.7;
    cursor: pointer;
}
button.space {
    background: #5CB5BC;
}
button.waiting {
    background: #5CB5BC;
}
span.gray_box {
    background: #F7F7F7;
    padding: 5px 10px;
    display: inline-block;
    margin: 10px 0;
}
@media screen and (max-width:768px){
    span.gray_box {
        margin: 10px 0;
    }
}
.gray_btn {
    color: #FFFFFF;
    background: #444444;
    display: inline-block;
    margin-top: 3px;
    padding: 5px 15px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    transition:all 0.7s;
    -webkit-transition: all 0.7s;
}
.gray_btn a{
    color: #FFFFFF;
}
.gray_btn:hover{
    opacity: 0.7;
    cursor: pointer;
    text-decoration:none;
}
span.price_txt {
    color: #5CB5BC;
    font-size: 32px;
}
.label-danger {
    background-color: #AB0003;
    padding: 5px !important;
    font-size: 14px !important;
    margin: 2px;
}
.table_right {
    text-align: right;
    position: absolute;
    right: 10px;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  max-width: 750px;
  margin: 20px auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.btn_popup{
    border-radius: 25px;
    color: #FFFFFF;
    padding: 13px 32px;
    font-size: 16px;
    transition:all 0.7s;
    -webkit-transition: all 0.7s;
}
.btn_popup:hover{
    opacity: 0.7;
    cursor: pointer;
}
.btn_popup {
    background: #5CB5BC;
}
td.relative {
    position: relative;
}
#parks_detail .alert-danger {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    color: #AB0003;
    background-color: #f2dede;
    font-size: 20px;
}
@media screen and (max-width:768px){
    #parks_detail .alert-danger {
        width: 90%;
    }
    .table_right {
        right: 5px;
    }
}
.park_no_box:hover{
    background:#e6e6e6;
}

@media screen and (max-width:768px){
    table.vertical, .vertical tbody, .vertical tr, table.side, .side tbody, .side tr{
        display: block;
        width: 100%;
    }
    .vertical th, .vertical td, .side th, .side td {
        clear:both;
        width: 100%;
        height: 100%;
    }
    .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
    }
}
.bx-wrapper .bx-controls-direction a {
    z-index: 100 !important;
}


/*parks/entry-----------------------------------------------------------------*/
#entry .btn{
    width: 140px;
    background: #DDDDDD;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0 10px;
}
#entry .btn:hover{
    opacity: 0.7;
}
#entry .return {
    background: #DDDDDD;
}
#entry .entry{
    background: #5CB5BC;
    color: #FFFFFF;
}
img.no_sample {
    width: 100%;
    max-width: 380px;
    border: solid 1px #DDDDDD;
}
label {
    font-weight: normal;
}
.label-info {
    background-color: #AB0003;
    padding: 5px;
    position: absolute;
    right: 0;
}
.label-info.optional{
        background-color: #444444;
}
p.annotation_txt {
    color: #999999;
}
.form-control02 {
    height: 50px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #F7F7F7;
    background-image: none;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.button-area {
    text-align: center;
    width: 100%;
    margin: 30px 0;
    padding: 15px 0;
    background: #F7F7F7;
}
input[type='radio']:after {
    background-color: red;
}
@media screen and (max-width:768px){
    .label-info {
        position: inherit;
    }
}
@media screen and (max-width:768px){
    #entry .btn {
        width: 110px;
        font-size: 16px;
        margin: 0;
    }
}

/*parks/entry_confirm---------------------------------------------------------*/
.border_red_r {
    border-right: solid 2px #AB0003;
}
.border_black_r{
    border-right: solid 2px #444444;
}
.border_g {
    border: solid 1px #F5F5F5;
}
p.annotation_txt {
    color: #999999;
}
@media screen and (max-width:768px){
    .border_red_l {
        border-left: solid 2px #AB0003;
    }
    .border_black_l{
        border-left: solid 2px #444444;
    }
    .border_red_r, .border_black_r {
        border-right: solid 2px #FFFFFF;
    }
    p.annotation_txt {
        font-size: 12px;
    }
    label.title.border_red_l, label.title.border_black_l {
        margin-right: 10px;
        padding-left: 5px;
    }
}

.agree_check {
    border: solid 2px #DDDDDD;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

.green_btn {
    color: #FFFFFF;
    background: #5CB5BC;
    display: inline-block;
    margin-top: 3px;
    padding: 5px 15px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
}
.green_btn a{
    color: #FFFFFF;
}
.green_btn:hover{
    opacity: 0.7;
    cursor: pointer;
    text-decoration:none;
}

.ECM_CheckboxInput {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 400px;
    margin: 0 auto;
}

.ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  background: #e6e6e6;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #5CB5BC;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #5CB5BC;
}
.ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px transparent;
  background: rgba(0,0,0, .1);
  border-radius: 4px;
}
.ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.3;
}

/*スライドショー---------------------------------------------------------------*/
#parks_detail .bx-wrapper img {
    max-width: 100%;
    display: block;
    padding: 10px;
}
#parks_detail .img_slide {
    padding: 0px;
}
@media screen and (max-width:768px){
    #parks_detail .img_slide {
        padding: 0;
    }
}

/*テーブル縦-------------------------------------------------------------------*/
table.vertical {
    border: 1px solid #DDDDDD;
    border-collapse: separate;
    overflow: hidden;
    border-spacing: 0;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
}
table.vertical th {
    background: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
table.vertical th, table.vertical td {
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width:768px){
    table.vertical th, table.vertical td {
        font-size: 12px;
        float:left;
    }
    table.vertical td {
        font-size: 18px !important;
    }
}

/*テーブル横-------------------------------------------------------------------*/
table.side {
    border: 1px solid #DDDDDD;
    border-collapse: separate;
    overflow: hidden;
    border-spacing: 0;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
}
table.side th {
    width: 30%;
    text-align: center;
    background: #F7F7F7;
    border-right: 1px solid #DDDDDD;
}
table.side th, table.side td {
  padding: 10px;
  vertical-align: middle;
}
@media screen and (max-width:768px){
    table.side th {
        width: 100%;
        border-right: none;
         padding: 5px;
    }
    table.side th, table.side td {
      padding: 10px;
      text-align: center;
      font-size: 12px;
      padding: 10px;
      float:left;
      white-space: normal;
    }
}

/*テーブル横(小)---------------------------------------------------------------*/
table.type {
    border: 1px solid #DDDDDD;
    border-collapse: separate;
    overflow: hidden;
    border-spacing: 0;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    margin-bottom:10px;
}
table.type th {
    width: 20%;
    text-align: center;
    background: #F7F7F7;
}
table.type td {
  padding: 8px;
}
table.type th, table.type td {
  vertical-align: middle;
}
@media screen and (max-width:768px){
    table.type th, table.type td {
        font-size: 12px;
    }
    table.type td {
      padding: 5px;
    }
}



img.qrsign_flow_pc {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 415px) {
    img.qrsign_flow_sp {
        display: none;
    }
    }
@media screen and (max-width:414px){
    img.qrsign_flow_sp {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }
    img.qrsign_flow_pc {
        display: none;
    }
}

.bold{
 font-weight: bold;
}


/*input-----------------------------------------------------------------------*/
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
    box-shadow: none;
    border: solid 2px #DDDDDD;
	background-color: #FFFDED;
}

#entry .type td{
    display:flex;justify-content: space-between;align-items: center;
}
#entry .type td .type-text{
    font-size:11px;
    line-height:1.3;
}
.type-modal-btn{
    padding: 5px 10px;
    border-radius: 5px;
}
#typeListModal .modal-content{
    padding: 15px 0;
}
#typeListModal h4{
    text-align: center;
}
#typeListModal .typeListModalClose{
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 13px 32px;
    font-size: 16px;
    color: white;
    background-color: #5CB5BC;
    border-radius: 10px;
}
#typeListModal table th{
    background:#5CB5BC;
    color:#FFFFFF;
    border:1px solid #5CB5BC;
}
@media screen and (max-width:768px){
#typeListModal table td{
    font-size: 11px!important;
}
}
#typeListModal table td span{
    color: #5CB5BC;
    margin-left: 10px;
}
.car_image_wrap img{
    width: 100%;
}