@charset "UTF-8";


.pagination {
    margin: 50px 0;
}

.pagination ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li:first-child a {
    border-left: 1px solid #ddd;
}

.pagination ul li.b_prev a,
.pagination ul li.b_next a {
    position: relative;
    width: 50px;
    color: transparent;
}

.pagination ul li.b_prev a:before,
.pagination ul li.b_next a:before {
    content: "";
    background: url(../images/share/svg/chevron_up.svg) no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 14px;
    width: 14px;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.pagination ul li.b_next a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pagination ul li a {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-left: none;
}

@media all and (max-width: 768px) {
    .pagination ul li a {
        font-size: 13px;
    }
}

.pagination ul li a:hover {
    background: #f1f1f1;
}

.pagination ul li span.current {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    background: #d6000f;
    color: #fff;
    border: 1px solid #d6000f;
}

@media all and (max-width: 768px) {
    .pagination ul li span.current {
        font-size: 13px;
    }
}

.pagination ul li.activepage a {
    background: #d6000f;
    color: #fff;
    border: 1px solid #d6000f;
}

.pagination ul li.neardot a {
    border-left: 1px solid #ccc;
}

.headtitle {
    position: relative;
    background-size: cover;
    z-index: 1;
    background: #F8FAFB;
    padding: 50px 0;
    margin-bottom: 15px;
}

@media all and (max-width: 768px) {
    .headtitle {
        padding: 40px 0;
        margin-bottom: 30px;
        margin-top: 80px;
    }
}

.headtitle .container {
    position: relative;
    z-index: 9;
}

.headtitle .container h1 {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

@media all and (min-width: 960px) {
    .headtitle .container h1 {
        min-width: 440px;
    }
}

@media all and (max-width: 960px) {
    .headtitle .container h1 {
        font-size: 30px;
    }
}

@media all and (max-width: 768px) {
    .headtitle .container h1 {
        font-size: 22px;
    }
}

.breadcrumb {
    background: #ffffff;
    margin-bottom: 40px;
}

@media all and (max-width: 520px) {
    .breadcrumb {
        display: none;
    }
}

.breadcrumb li {
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase;
    color: #333;
}

.breadcrumb li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.breadcrumb li a {
    color: #000;
    padding: 15px 0;
    position: relative;
    padding-right: 15px;
}

.breadcrumb li a::before {
    content: '';
    background: transparent;
    position: absolute;
    width: 6px;
    height: 6px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.breadcrumb li a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

@media all and (max-width: 960px) {
    .breadcrumb {
        margin-bottom: 3%;
    }
}

@media all and (max-width: 768px) {
    .breadcrumb {
        display: none;
    }
}

@media all and (max-width: 1024px) {
    .breadcrumb .container {
        padding: 0 3%;
    }
}

@media all and (max-width: 768px) {
    .breadcrumb .container {
        padding: 0;
    }
}

.breadcrumb li {
    font-size: 12px;
}

.breadcrumb li a {
    color: #000;
    font-size: 12px;
}

.secondpage .textdemo {
    padding: 200px 0;
}

.page-news .headtitle {
    display: none;
}

.page-news .note {
    background: #BA2626;
    color: #fff;
    padding: 0 20px 1px;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
}

.page-news .txt {
    padding: 0 20px;
    line-height: 1.8;
}

.page-news .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-news .time {
    background: #000;
    color: #fff;
    padding: 0 20px 1px;
    display: inline-block;
    font-size: 14px;
}

.page-news h3 {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: 15px;
    line-height: normal;
}

@media all and (max-width: 520px) {
    .page-news h3 {
        font-size: 17px;
    }
}

.page-news .normalbtn {
    margin-top: 30px;
}

.page-news .normalbtn span {
    font-size: 16px;
}

.page-contact_form {
    max-width: 900px;
    margin: 0 auto;
}

.page-contact_form .table_template {
    margin-top: 40px;
}

@media all and (max-width: 768px) {
    .page-contact_form .table_template {
        margin-top: 30px;
    }
}

.page-contact_form .table_template .confirm_submit {
    text-align: center;
    margin: 20px auto;
    font-size: 16px;
}

.page-contact_form .table_template .confirm_submit input {
    margin-right: 5px;
}

.page-contact_form .btn_view {
    margin: 20px auto;
    margin-bottom: 60px;
}

.page-contact_form .btn_view .btn_normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: #000;
    width: 360px;
    height: 60px;
    border-radius: 0px;
    border: #000;
    cursor: pointer;
}

.page-contact_form .btn_view .btn_normal:hover {
    background: #e6e6e6;
}

@media all and (max-width: 520px) {
    .page-contact_form .btn_view .btn_normal {
        width: 80%;
        height: 50px;
    }
}

.page-contact_form .btn_view .btn_normal span {
    font-size: 16px;
}

@media all and (max-width: 520px) {
    .page-contact_form .btn_view .btn_normal span {
        font-size: 16px;
    }
}

.page-contact_form .btn_view button.btn_normal {
    border: none;
}

.page-contact_form .btn_view .btn_normal {
    position: relative;
}

.page-contact_form .btn_view .btn_normal img {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
}

.page-contact_form .btn_view .btn_normal:hover {
    opacity: 0.8;
}

.page-contact_form .form_submit {
    margin: 40px 0;
}

@media all and (min-width: 768px) {
    .page-contact_form .form_submit {
        margin: 70px 0;
    }
}

.page-contact_form .form_submit .lable {
    line-height: 2;
    letter-spacing: 2px;
}

.page-contact_form .form_submit_btn {
    max-width: 260px;
    margin: 0 auto;
    margin-top: 30px;
}

.page-contact_form .form_submit_btn span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.page-contact_form .form_submit_btn button {
    width: 100%;
    max-width: 260px;
    height: 50px;
    border-radius: 10px;
    background: #000;
}

.page-contact_form .form_submit_btn button::after {
    height: 50px;
}

.page-contact_form .form_submit_btn img {
    position: relative;
    margin-left: 20px;
    z-index: 99;
    top: 3px;
}

.page-contact_form table {
    border: 1px solid #afaeae;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-collapse: separate;
}

.page-contact_form table input[type="radio"],
.page-contact_form table input[type="checkbox"] {
    vertical-align: -0.1em;
    margin-right: 10px;
}

.page-contact_form table th,
.page-contact_form table td {
    line-height: 1.6;
    text-align: justify;
    border: 1px solid #afaeae;
    padding: 25px;
    color: #000;
}

@media all and (max-width: 768px) {

    .page-contact_form table th,
    .page-contact_form table td {
        display: block;
        width: 100%;
        padding: 15px;
        border: none;
        border-bottom: 1px solid #afaeae;
    }

    .page-contact_form table th:after,
    .page-contact_form table td:after {
        clear: both;
        content: "";
        display: block;
    }
}

.page-contact_form table tr:last-child td {
    border-bottom: none;
}

.page-contact_form table input[type="text"],
.page-contact_form table input[type="email"],
.page-contact_form table input[type="name"],
.page-contact_form table input[type="tel"],
.page-contact_form table input[type="number"],
.page-contact_form table input[type="password"],
.page-contact_form table select,
.page-contact_form table textarea {
    height: 40px;
    padding-left: 10px;
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
    border-radius: 7px;
}

@media all and (max-width: 768px) {

    .page-contact_form table input[type="text"],
    .page-contact_form table input[type="email"],
    .page-contact_form table input[type="name"],
    .page-contact_form table input[type="tel"],
    .page-contact_form table input[type="number"],
    .page-contact_form table input[type="password"],
    .page-contact_form table select,
    .page-contact_form table textarea {
        height: 42px;
    }
}

.page-contact_form table select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.page-contact_form table textarea {
    padding: 10px;
    height: 170px;
}

@media all and (max-width: 768px) {
    .page-contact_form table textarea {
        height: 150px;
    }
}

.page-contact_form table .checkboxtt span label {
    width: 33.3%;
    display: inline-block;
}

@media all and (max-width: 768px) {
    .page-contact_form table .checkboxtt span label {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .page-contact_form table .w35 {
        width: 60% !important;
    }
}

.page-contact_form table th {
    background: #fafafa;
    font-weight: bold;
    width: 25%;
    font-size: 14px;
    vertical-align: middle;
}

.page-contact_form table th .required,
.page-contact_form table th .nonerequired {
    display: table;
    float: left;
    margin-right: 10px;
}

.page-contact_form table th .required:before,
.page-contact_form table th .nonerequired:before {
    content: "必須";
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    color: #fff;
    padding: 2px 8px;
    background: #000;
}

@media all and (max-width: 768px) {

    .page-contact_form table th .required:before,
    .page-contact_form table th .nonerequired:before {
        font-size: 11px;
    }
}

.page-contact_form table th .required:before {
    content: "必須";
    background: #000;
}

.page-contact_form table th .nonerequired:before {
    content: "任意";
    background: #404855;
}

.page-contact_form table th .flexbox {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-contact_form table th .flexbox li {
    min-width: 300px;
    margin: 5px 0;
}

.page-contact_form table th .flexbox li:last-child {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-contact_form table th .flexbox li:last-child label {
    min-width: 100px;
}

@media all and (max-width: 768px) {
    .page-contact_form table th .flexbox li {
        width: 48%;
        min-width: inherit;
    }
}

@media all and (max-width: 768px) {

    .page-contact_form table tr,
    .page-contact_form table tbody,
    .page-contact_form table th,
    .page-contact_form table td {
        display: block;
        width: 100%;
    }
}

.page-contact .txttop {
    line-height: 2;
}

.page-contact .txttop a {
    color: red;
}

.page-contact table {
    border-top: 0 solid #333;
    border-left: none;
    border-right: none;
}

.page-contact table th,
.page-contact table td {
    font-weight: normal;
    border-left: none;
    border-right: none;
    border-bottom: 0;
}

.page-contact table th {
    font-weight: bold;
}

.page-contact table .vertitop {
    vertical-align: top;
}

.p-search .bgmv {
    height: auto;
    min-height: inherit;
}

.p-search .bgmv .searchbar {
    position: relative;
    bottom: inherit;
}

.p-search .bgmv .searchbar * {
    color: #000 !important;
}

.p-search .bgmv .searchbar .form-control {
    margin: 0;
}

.p-search .bgmv .filter-bar select,
.p-search .bgmv .filter-bar .btn-showall {
    color: #000 !important;
}

h2.tit {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media all and (max-width: 768px) {
    h2.tit {
        font-size: 20px;

    }
}

.blockitem .flexbox {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blockitem .item {
    margin-bottom: 40px;
    width: calc(19.85% - 15px);
    width: -ms-calc(19.85% - 15px);
    width: -o-calc(19.85% - 15px);
    margin-right: 20px;
    float: left;
}

@media all and (min-width: 961px) {
    .blockitem .item:nth-child(5n) {
        margin-right: 0;
    }
}

@media all and (max-width: 960px) {
    .blockitem .item {
        width: calc(24.9% - 15px);
        width: -ms-calc(24.9% - 15px);
        width: -o-calc(24.9% - 15px);
        margin-right: 20px;
        float: left;
    }

    .blockitem .item:nth-child(4n) {
        margin-right: 0;
    }
}

@media all and (max-width: 768px) {
    .blockitem .item {
        width: calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -o-calc(50% - 10px);
        margin-right: 20px;
        float: left;
        margin-bottom: 20px;
    }

    .blockitem .item:nth-child(2n) {
        margin-right: 0px;
    }
}

.blockitem .item h3 {
    font-size: 16px;
    margin-top: 10px;
}

@media all and (max-width: 1200px) {
    .blockitem .item h3 {
        line-height: 1.4;
    }
}

@media all and (max-width: 768px) {
    .blockitem .item h3 {
        font-size: 15px;
    }
}

.blockitem .item .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 768px) {
    .blockitem .item .location {
        margin-top: 5px;
    }
}

.blockitem .item .location img {
    margin-right: 10px;
}

@media all and (max-width: 1200px) {
    .blockitem .item .location img {
        margin-right: 5px;
        height: 24px;
    }
}

@media all and (max-width: 768px) {
    .blockitem .item .location img {
        height: 20px;
    }
}

.blockitem .item .imgbox {
    position: relative;
    /* height: 223px; */
}

.blockitem .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blockitem p {
    margin-top: 10px;
}

.blockitem p img {
    margin-right: 10px;
    max-height: 26px;
}

.blockitem p.price img {
    max-height: 24px;
}

.pagination {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 100%;
}

.pagination img {
    height: 22px;
    margin: 0 20px;
}

@media all and (max-width: 375px) {
    .pagination img {
        margin: 0;
    }
}

.pagination .txt {
    margin: 0 50px;
}

@media all and (max-width: 375px) {
    .pagination .txt {
        margin: 0 30px;
    }
}

.alink {
    text-decoration: underline;
    color: blue;
}

.alink:hover {
    text-decoration: none;
}

.secmain {
    padding-bottom: 60px;
}

.page-policy .secmain strong,
.page-terms .secmain strong {
    margin-top: 20px;
    display: block;
}

.page-policy .secmain p,

.page-terms .secmain p{
    margin-bottom: 5px;
    /* phuong fix 25-23 */
    text-indent: -25px;
    margin-left: 25px;
}

.page-terms .secmain span{
    margin-bottom: 5px;
    text-indent: -31px;
    margin-left: 30px;
    display: inline-block;
}

.page-terms .secmain strong {
    margin-top: 20px;
    display: block;
}


.form-group {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0;
}





.form-group input[type="text"],
.form-group input[type="number"],
.form-group input[type="password"],
.form-group input[type="email"],
.form-group select,
.form-group textarea {
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 7px;
    background: #fff;
}

.form-group input[type="checkbox"],
.form-group input[type="radio"] {
    margin-right: 10px;
}

.form-group button {
    background: #040734;
    border-radius: 6px;
    color: #fff;
    padding: 14px 50px;
    font-weight: bold;
}

.form-group button:hover {
    opacity: 0.7;
}

.form-group.form-mw400 {
    max-width: 400px;
}

.form-group.form-mw500 {
    max-width: 500px;
}

.form-control {
    margin-top: 30px;
    margin-bottom: 15px;
}

.form-control:first-child {
    margin-top: 0;
}

@media all and (max-width: 768px) {
    .form-control {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.form .lable {
    margin-bottom: 10px;
}

.form .error {
    color: red;
    margin-top: 5px;
    /* display: inline-block; */
}

.form textarea {
    margin-bottom: 10px;
}

.form-btn {
    text-align: center;
    margin: 30px 0 20px 0;
}

#btn-reservation.hide{
    pointer-events: none;
    /*background-color: #F8FAFB;*/
}

.form-btn.disabled button {
    background: #ccc;
    border: 1px solid #ccc;
    color: #040734;
    pointer-events: none;
}

#post_code_btn.noclick{
    pointer-events: none;
}

#post_code_btn.noclick:hover{
    opacity: 1;
}

.form-txt p {
    text-align: center;
    margin-bottom: 10px;
}

.form-txt a {
    display: inline-block;
}

.form .typepass {
    position: relative;
}

.form .pass-icon {
    position: absolute;
    z-index: 9;
    top: 15px;
    right: 10px;
    height: 14px;
    display: block;
    cursor: pointer;
}

.form .pass-icon img {
    height: 14px;
}

.form .col3 select,
.form .col3 input {
    width: 31%;
    margin-right: 2.5%;
}

.form .col3 select:last-child,
.form .col3 input:last-child {
    margin-right: 0;
}

@media all and (max-width: 768px) {

    .form .col3 select,
    .form .col3 input {
        margin-right: 2.2%;
    }
}

@media all and (max-width: 375px) {

    .form .col3 select,
    .form .col3 input {
        margin-right: 2%;
    }
}

.form .col3 #usrdate {
    margin-right: 0 !important;
}

.search_detail .headtitle,
.page-search .headtitle {
    display: none;
}

.search_detail .breadcrumb,
.page-search .breadcrumb {
    margin-top: 20px;
}

.noform .secmain {
    padding-top: 50px;
}

.noform .headtitle,
.noform .breadcrumb {
    display: none;
}

.noform h2 {
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.noform h2 img {
    height: 65px;
}

.noform h2 span {
    display: block;
    width: 100%;
    margin-top: 20px;
}

@media all and (max-width: 768px) {
    .noform h2 {
        font-size: 20px;
    }

    .noform h2 img {
        height: 40px;
    }
}

.noform .boxtxt {
    background: #f3f3f3;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 30px 70px;
}

.noform .boxtxt a {
    text-decoration: underline;
}

@media all and (max-width: 768px) {
    .noform .boxtxt {
        padding: 20px;
    }
}

.noform .boxbtn {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.noform .boxbtn .normalbtn {
    font-size: 14px;
    width: auto;
    height: auto;
    padding: 14px 50px;
    line-height: 1.2;
}

@media all and (max-width: 768px) {
    .noform .boxbtn .normalbtn {
        padding: 14px 10px;
        width: 48%;
    }
}

.plans {
    max-width: 800px;
    margin: 0 auto;
}

@media all and (min-width: 769px) {
    .plans {
        min-width: 660px;
    }
}

.plans .txt {
    margin-top: 50px;
}

@media all and (max-width: 640px) {
    .plans .txt {
        margin-top: 0;
    }
}

.plans .flexbox {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 50px 0;
}

@media all and (max-width: 640px) {
    .plans .flexbox {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 40px 0 0;
    }
}

.plans .plan {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

@media all and (max-width: 640px) {
    .plans .plan {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
}

.plans .plan-head {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.plans .plan-head .ico {
    height: 36px;
    line-height: 1;
}

.plans .plan-head .ico img {
    height: 36px;
}

.plans .plan-head label {
    margin: 0 7px;
    cursor: pointer;
}

.plans .plan-body {
    padding: 20px 5px;
}

.plans .plan-body img {
    height: 24px;
    margin-right: 8px;
}

.plans .plan-body .price {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.plans .plan-body p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.plans .plan-body p span span {
    color: red;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {

    input[type='checkbox'],
    input[type='radio'] {
        --active: #000;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #BBC1E1;
        --border-hover: #275EFE;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
        transition: background .3s, border-color .3s, box-shadow .2s;
    }

    input[type='checkbox']:after,
    input[type='radio']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    }

    input[type='checkbox']:checked,
    input[type='radio']:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }

    input[type='checkbox']:disabled,
    input[type='radio']:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: .9;
    }

    input[type='checkbox']:disabled:checked,
    input[type='radio']:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

    input[type='checkbox']:disabled+label,
    input[type='radio']:disabled+label {
        cursor: not-allowed;
    }

    input[type='checkbox']:hover:not(:checked):not(:disabled),
    input[type='radio']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    input[type='checkbox']:focus,
    input[type='radio']:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    input[type='checkbox']:not(.switch),
    input[type='radio']:not(.switch) {
        width: 21px;
    }

    input[type='checkbox']:not(.switch):after,
    input[type='radio']:not(.switch):after {
        opacity: var(--o, 0);
    }

    input[type='checkbox']:not(.switch):checked,
    input[type='radio']:not(.switch):checked {
        --o: 1;
    }

    input[type='checkbox']+label,
    input[type='radio']+label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }

    input[type='checkbox']:not(.switch) {
        border-radius: 7px;
    }

    input[type='checkbox']:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 6px;
        top: 3px;
        -webkit-transform: rotate(var(--r, 20deg));
        -ms-transform: rotate(var(--r, 20deg));
        transform: rotate(var(--r, 20deg));
    }

    input[type='checkbox']:not(.switch):checked {
        --r: 43deg;
    }

    input[type='checkbox'].switch {
        width: 38px;
        border-radius: 11px;
    }

    input[type='checkbox'].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        -webkit-transform: translateX(var(--x, 0));
        -ms-transform: translateX(var(--x, 0));
        transform: translateX(var(--x, 0));
    }

    input[type='checkbox'].switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }

    input[type='checkbox'].switch:disabled:not(:checked):after {
        opacity: .6;
    }

    input[type='radio'] {
        border-radius: 50%;
    }

    input[type='radio']:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        -webkit-transform: scale(var(--s, 0.7));
        -ms-transform: scale(var(--s, 0.7));
        transform: scale(var(--s, 0.7));
    }

    input[type='radio']:checked {
        --s: .5;
    }
}

.p-mypage .beginner_ct#camp1 {
    display: block !important;
    padding-top: 0;
    background: none;
}

.p-mypage .beginner_ct#camp1 .plan {
    border: 0;
}

.p-mypage .beginner_ct#camp1 .beginner_ct_e {
    padding: 50px 0;
    background: none;
}

.p-mypage .beginner_ct#camp1 .medalsec_e .ins>img.medalic {
    height: 50px;
    top: -25px;
}

.p-mypage .beginner_ct#camp1 .medalsec_e .ins h4 {
    margin: 0 auto;
    margin-top: 55px;
    font-size: 16px;
    max-width: 80%;
}

.p-mypage .beginner_ct#camp1 .medalsec_e .ins .medalsec_price {
    font-size: 14px;
    margin-top: -15px;
}

.p-mypage .beginner_ct#camp1 .medalsec_e .ins .medalsec_price .p {
    font-size: 20px;
}

.p-mypage .beginner_ct#camp1 .medalsec_e .ins .medalcam {
    margin-bottom: 40px;
    font-size: 14px;
}

.p-mypage .beginner_ct#camp1 .medalsec_e .ins .medalcam span.fct {
    font-size: 20px;
}

.p-mypage .beginner_ct#camp1 .medalsec {
    margin-top: 0;
}

.p-mypage .beginner_ct#camp1 .medalsec_e {
    width: 220px;
    height: 220px;
}

/*.p-mypage .boxshowhide .item { display: none; }*/

.p-mypage .boxshowhide .item .normalbtn {
    background: #ddd;
}

.p-mypage .headtitle {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.p-mypage .titblock {
    font-size: 20px;
    border-left: 5px solid #000;
    line-height: 1.2;
    padding-left: 10px;
    margin-top: 80px;
}

.p-mypage .titblock:first-child {
    margin-top: 50px;
}

@media all and (max-width: 768px) {
    .p-mypage .titblock {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

@media all and (max-width: 768px) {
    .p-mypage .titblock {
        margin-top: 50px;
    }

    .p-mypage .titblock:first-child {
        margin-top: 40px;
    }
}

.p-mypage .blockhead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
}

@media all and (max-width: 640px) {
    .p-mypage .blockhead {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
}

.p-mypage .blockhead .blockleft {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    padding: 10px;
    border: 1px solid #ccc;
}

@media all and (max-width: 640px) {
    .p-mypage .blockhead .blockleft {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.p-mypage .blockhead .price {
    padding-left: 20px;
}

.p-mypage .blockhead .price span {
    font-weight: bold;
}

.p-mypage .blockhead .name {
    font-weight: bold;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-top: 5px;
}

.p-mypage .blockhead .name img {
    height: 30px;
    max-height: 30px;
    margin-right: 10px;
}

.p-mypage .blockhead .date {
    border-top: 1px solid #ccc;
    font-size: 13px;
    text-align: center;
    padding: 10px 0 0;
}

.p-mypage .blockhead .blockright {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 20px;
}

@media all and (max-width: 640px) {
    .p-mypage .blockhead .blockright {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }
}

.p-mypage .blockhead .blockright h2 {
    font-size: 30px;
    margin-bottom: 25px;
    padding-top: 20px;
}

@media all and (max-width: 640px) {
    .p-mypage .blockhead .blockright h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.p-mypage .blockhead .blockright ul {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-mypage .blockhead .blockright ul img {
    height: 20px;
    margin-right: 10px;
}

@media all and (max-width: 640px) {
    .p-mypage .blockhead .blockright ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 2px;
        padding-right: 0;
    }
}

.p-mypage .blockhead .blockright li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media all and (max-width: 640px) {
    .p-mypage .blockhead .blockright li {
        margin: 5px 0;
    }
}

@media all and (min-width: 769px) {
    .p-mypage .item {
        width: calc(24.9% - 15px);
        width: -ms-calc(24.9% - 15px);
        width: -o-calc(24.9% - 15px);
        margin-right: 20px;
        float: left;
        margin-top: 30px;
    }

    .p-mypage .item:nth-child(4n) {
        margin-right: 0;
    }

    .p-mypage .item:nth-child(5n) {
        margin-right: 20px;
    }
}

.p-mypage .item .checkdetail {
    width: 80%;
    font-size: 14px;
    padding: 8px 0;
    color: #000;
    height: auto;
    border: 1px solid #ccc;
    background: none;
    margin-top: 15px;
}

.p-mypage .item .checkdetail:hover {
    background: #000;
    color: #fff;
}

@media all and (max-width: 375px) {
    .p-mypage .item .checkdetail {
        font-size: 12px;
        width: 90%;
    }
}

@media all and (max-width: 640px) {
    .page-news .secmain .note {
        margin-top: 88px;
     }
    .page-news .secmain .time {
       margin-top: 88px;
    }
}

.pupconfirm .modal-content {
    padding: 30px 0 20px 0;
}

@media all and (max-width: 768px) {
    .pupconfirm .modal-content {
        max-height: 90vh;
        overflow-y: scroll;
    }
}

.pupconfirm .modal-head,
.pupconfirm .modal-body {
    padding-left: 40px;
    padding-right: 40px;
}

@media all and (max-width: 768px) {

    .pupconfirm .modal-head,
    .pupconfirm .modal-body {
        padding: 0 15px;
    }
}

.pupconfirm .modal-ft {
    padding-left: 40px;
    padding-right: 40px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

#confirm .modal-ft{

}

.pupconfirm .modal-ft span {
    font-weight: bold;
}

.pupconfirm .modal-ft .btn a,
.pupconfirm .modal-ft .btn button {
    width: auto;
    padding: 0 20px;
    margin-left: 20px;
}

@media all and (max-width: 768px) {
    .pupconfirm .modal-ft {
        padding: 0 15px;
        padding-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pupconfirm .modal-ft .btn {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 5px;
        width: 100%;
    }

    .pupconfirm .modal-ft .btn a,
    .pupconfirm .modal-ft .btn button {
        font-size: 13px;
        padding: 0 10px;
        margin: 0;
        margin-left: 0;
        width: 48%;
    }
}

@media all and (max-width: 768px) and (max-width: 420px) {

    .pupconfirm .modal-ft .btn a,
    .pupconfirm .modal-ft .btn button {
        font-size: 12px;
        padding: 0 5px;
    }
}

.pupconfirm h3.title {
    font-size: 20px;
    text-align: left !important;
    margin-bottom: 5px;
}

@media all and (max-width: 768px) {
    .pupconfirm h3.title {
        font-size: 18px;
    }
}

.pupconfirm .adddress {
    background: url(../images/location.png) no-repeat left center;
    padding-left: 25px;
    background-size: 16px;
}

.pupconfirm .flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pupconfirm .flexbox .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 15px;
}

/* .pupconfirm .flexbox .block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
} */

@media all and (max-width: 768px) {
    .pupconfirm .flexbox .block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 10px;
    }
}

.pupconfirm .flexbox .tit {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pupconfirm .flexbox .tit img {
    height: 20px;
    margin-right: 10px;
}

.pupconfirm .flexbox .value {
    font-size: 16px;
    padding-left: 30px;
}

@media all and (max-width: 768px) {
    .pupconfirm .flexbox .value {
        font-size: 15px;
    }
}

@media all and (max-width: 420px) {
    .pupconfirm .flexbox .value {
        font-size: 12px;
    }
}

.pupconfirm h4 {
    margin-top: 15px;
}

.pupconfirm .txt {
    margin-bottom: 20px;
    padding-left: 30px;
}

.pupconfirm .txt p {
    font-size: 12px;
}

.pupcancel .title {
    font-size: 18px;
}

@media all and (max-width: 420px) {
    .pupcancel .modal-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .pupcancel .btn {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pupcancel .normalbtn {
        max-width: 48%;
        margin: inherit;
    }
}

.tabslist li {
    cursor: pointer;
}

.tabslist li.active span {
    font-weight: bold;
}

#tab2 h3.titblock {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 80px;
}

#tab2 h3.titblock:first-child {
    margin-top: 50px;
}

@media all and (max-width: 768px) {
    #tab2 h3.titblock {
        margin-top: 50px;
    }

    #tab2 h3.titblock:first-child {
        margin-top: 40px;
    }
}

#tab2 .form-group,
#tab2 .txt {
    margin: 0 auto;
    max-width: 700px;
    padding: 30px 0 40px;
    padding-right: 40px;
}

@media all and (max-width: 768px) {

    #tab2 .form-group,
    #tab2 .txt {
        padding: 20px 0;
        padding-right: 40px;
    }

    #tab2 .form-group.fwidth,
    #tab2 .txt.fwidth {
        padding-right: 0;
    }
}

#tab2 .form-control {
    position: relative;
}

@media all and (max-width: 768px) {
    #tab2 .form-control .col3 select {
        margin-right: 2.2%;
    }
}

@media all and (max-width: 375px) {
    #tab2 .form-control .col3 select {
        margin-right: 2%;
    }
}

#tab2 .icoedit {
    position: absolute;
    right: -40px;
    top: 42px;
    cursor: pointer;
}

#tab2 .icoedit.none {
    pointer-events: none;
}

#tab2 .icoedit img {
    height: 24px;
}

#tab2 .txt.flexbox {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media all and (max-width: 420px) {
    #tab2 .txt.flexsp {
        padding-right: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #tab2 .txt.flexsp .txt-left {
        margin-right: 10px;
    }

    #tab2 .txt.fwidth .txt-left {
        width: 100%;
    }
}

#tab2 .txt-left p {
    margin-top: 0;
    margin-bottom: 15px;
}

#tab2 .btninfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#tab2 .btninfo img {
    height: 30px;
    margin-right: 10px;
}

#tab2 .btninfo.gold {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 6px 20px;
}

@media all and (max-width: 768px) {
    #tab2 .btninfo.gold {
        padding: 6px 10px 7px;
        min-width: 150px;
    }
}

#tab2 .btninfo.visa {
    margin-bottom: 10px;
}

#tab2 .btninfo.visa span {
    word-break: keep-all;
    font-size: 13px;
}

#tab2 .normalbtn {
    font-size: 14px;
    width: auto;
    height: auto;
    padding: 14px 50px;
    line-height: 1.2;
}

#tab2 .normalbtn:hover {
    opacity: 0.7;
}

#tab2 .address {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 15px;
}

#tab3 table {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    table-layout: auto;
}

#tab3 table th {
    background: #f3f3f3;
}

#tab3 table th,
#tab3 table td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
}

.searchbar,
.shawdow {
    box-shadow: 1px 0 10px rgba(236, 235, 232, 0.6);
}

.filter-bar {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-bar .btn-showall {
    background: #ffffff url("../common_img/showall.png") no-repeat left 15px center;
    background-size: 20px;
    padding: 10px 15px 10px 45px;
    margin-left: 10px;
    border: 1px solid #aaaaaa;
    font-size: 16px;
    border-radius: 10px;
    min-width: 158px;
}

@media all and (max-width: 768px) {
    .filter-bar .btn-showall {
        margin-left: auto;
        margin-right: 0;
        font-size: 13px;
        background-position: left 10px center;
        padding-left: 35px;
        min-width: inherit;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37%;
        -ms-flex: 0 0 37%;
        flex: 0 0 37%;
    }
}

.filter-bar .tg-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-bar .tg-list-item {
    padding: 5px 0;
}

.filter-bar .tg-list-item:not(:last-child) {
    margin-right: 10px;
}

@media all and (max-width: 768px) {
    .filter-bar .tg-list-item:not(:last-child) {
        margin-right: 5px;
    }
}

.filter-bar .tgl {
    display: none;
}

.filter-bar .tgl,
.filter-bar .tgl:after,
.filter-bar .tgl:before,
.filter-bar .tgl *,
.filter-bar .tgl *:after,
.filter-bar .tgl *:before,
.filter-bar .tgl+.tgl-btn {
    box-sizing: border-box;
}

.filter-bar .tgl::-moz-selection,
.filter-bar .tgl:after::-moz-selection,
.filter-bar .tgl:before::-moz-selection,
.filter-bar .tgl *::-moz-selection,
.filter-bar .tgl *:after::-moz-selection,
.filter-bar .tgl *:before::-moz-selection,
.filter-bar .tgl+.tgl-btn::-moz-selection {
    background: none;
}

.filter-bar .tgl::selection,
.filter-bar .tgl:after::selection,
.filter-bar .tgl:before::selection,
.filter-bar .tgl *::selection,
.filter-bar .tgl *:after::selection,
.filter-bar .tgl *:before::selection,
.filter-bar .tgl+.tgl-btn::selection {
    background: none;
}

.filter-bar .tgl+.tgl-btn {
    outline: 0;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-bar .tgl-light+.tgl-btn {
    margin-left: 0;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    text-align: center;
    padding: 10px 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 16px;
    line-height: 1;
}

@media all and (max-width: 768px) {
    .filter-bar .tgl-light+.tgl-btn {
        font-size: 13px;
        padding: 10px 10px;
    }
}

.filter-bar .tgl-light:checked+.tgl-btn {
    border: 1px solid #f57c01;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.filter-bar .select-wrapper {
    display: inline-block;
}

.filter-bar .select-wrapper select {
    font-size: 16px;
    height: auto;
    width: auto;
    padding: 10px 40px 10px 20px;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    background: url(../common_img/arrowdown.png) no-repeat right 5px center;
    background-size: 12px;
}

@media all and (max-width: 768px) {
    .filter-bar .select-wrapper select {
        font-size: 13px;
        padding-right: 30px;
        padding-left: 10px;
        width: 100%;
    }
}

.filter-bar .select-wrapper.titleright::after {
    border: 0;
}

@media all and (max-width: 768px) {
    .filter-bar .select-wrapper.titleright {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .filter-bar .select-wrapper.titleright::after {
        right: 10px;
    }
}

.filter-bar .filter-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
    position: relative;
}

.filter-bar .filter-head .select-wrapper {
    margin-right: 10px;
}

.filter-bar .filter-head .select-wrapper:last-child {
    margin-right: 0;
}

@media all and (max-width: 768px) {
    .filter-bar .filter-head .select-wrapper {
        margin-right: 5px;
    }
}

.filter-bar .filter-head::before {
    position: absolute;
    content: "";
    background: #aaaaaa;
    width: 2px;
    height: 80%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    margin-right: -21px;
}

@media all and (max-width: 768px) {
    .filter-bar .filter-head {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 0;
        border-right: 1px solid #000;
        padding-right: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }

    .filter-bar .filter-head::before {
        display: none;
    }
}

.filter-bar .modal-content {
    padding: 40px;
    max-width: 630px;
}

@media all and (max-width: 768px) {
    .filter-bar .modal-content {
        padding: 20px 10px;
    }
}

.filter-bar .modal-content .normalbtn {
    margin-top: 40px;
    background: #000;
    font-size: 18px;
    width: 200px;
    height: 50px;
    border: 1px solid #ccc;
}

@media all and (min-width: 769px) {
    .filter-bar .modal-content .normalbtn:hover {
        background: #fff;
        color: #333;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
}

@media all and (max-width: 768px) {
    .filter-bar .modal-content .normalbtn {
        font-size: 16px;
        margin-top: 20px;
    }
}

.filter-bar .modal-content .modal-content-box .tg-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (max-width: 768px) {
    .filter-bar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin: 30px 0 10px;
    }

    .filter-bar .filter-body {
        display: none;
    }

    .filter-bar .filter-body .tg-list {
        margin: 20px 0 20px;
        padding-top: 15px;
        border-top: 1px solid #aaaaaa;
    }
}

.puppayment .modal-content {
    padding: 40px 100px;
}

@media all and (max-width: 768px) {
    .puppayment .modal-content {
        padding: 20px 15px;
    }
}

.puppayment .title {
    margin-bottom: 20px;
}

.puppayment .lable {
    margin-bottom: 5px;
}

.puppayment .form-group {
    margin: 0 auto;
    padding: 0;
}

.puppayment .form-control {
    margin: 10px 0;
}

.puppayment .form-btn {
    margin: 15px 0 0;
}

.pupplan .modal-content {
    padding: 40px 50px;
}

@media all and (max-width: 768px) {
    .pupplan .modal-content {
        padding: 20px 15px;
        height: 90vh;
        overflow-y: scroll;
    }

    .pupplan .modal-content .plan {
        margin-bottom: 15px;
    }
}

.pupplan .title {
    margin-bottom: 20px;
}

.pupplan .mt20 {
    margin-top: 10px !important;
}

.pupplan .flexbox {
    margin: 10px 0;
}

.pupplan .plan-body {
    padding: 5px;
}

@media all and (max-width: 768px) {
    .pupplan .plan-body .price {
        margin-bottom: 5px;
    }
}

.pupplan .txt {
    margin-top: 0;
}

.pupplan .form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.pupplan .form-btn .normalbtn {
    font-size: 16px;
    height: 40px;
    width: auto;
    margin: 0 10px;
    min-width: 160px;
}

@media all and (max-width: 768px) {
    .pupplan .form-btn .normalbtn {
        min-width: 140px;
    }
}

select {
    cursor: pointer;
}

.search_detail .blockimg .imgfix {
    position: relative;
    background: #eee;
    cursor: pointer;
}

.search_detail .blockimg .imgfix img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search_detail .blockimg .imgleft {
    width: 608px;
    margin-right: 40px;
    height: 424px;
}

@media all and (max-width: 1199px) {
    .search_detail .blockimg .imgleft {
        width: 55%;
        margin-right: 2%;
    }
}

@media all and (max-width: 768px) {
    .search_detail .blockimg .imgleft {
        height: 250px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.search_detail .blockimg .imgright {
    width: calc(100% - 648px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (max-width: 1199px) {
    .search_detail .blockimg .imgright {
        width: 43%;
    }
}

@media all and (max-width: 768px) {
    .search_detail .blockimg .imgright {
        width: 100%;
    }
}

.search_detail .blockimg .imgright li {
    width: calc(33.33% - 6.66667px);
    width: -ms-calc(33.33% - 6.66667px);
    width: -o-calc(33.33% - 6.66667px);
    margin-right: 10px;
    float: left;
    height: 99px;
}

.search_detail .blockimg .imgright li:nth-child(3n) {
    margin-right: 0;
}

.search_detail .blockimg .imgright li:nth-of-type(n+4) {
    margin-top: 10px;
}

@media all and (max-width: 768px) {
    .search_detail .blockimg .imgright li {
        height: 80px;
    }

    .search_detail .tit{
        margin-top: 88px;
        /* キャンプ場名が出るように修正 */
    }
    
}

.blockdetail .blockimg{
    align-items: flex-start;
}

.search_detail .location-tit {
    font-size: 20px;
    padding-left: 34px;
    background: url("../images/location.png") no-repeat center left;
    margin-bottom: 20px;
    background-size: 25px;
}

@media all and (max-width: 768px) {
    .search_detail .location-tit {
        font-size: 18px;
    }
}

.search_detail .sub-tit {
    font-size: 20px;
    margin-bottom: 25px;
}

@media all and (max-width: 768px) {
    .search_detail .sub-tit {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.search_detail .sidebar-tit {
    font-size: 20px;
    margin: 30px 0 15px;
    padding-left: 10px;
    border-left: 5px solid #000;
    line-height: 1.2;
}

@media all and (max-width: 768px) {
    .search_detail .sidebar-tit {
        font-size: 18px;
    }
}

.search_detail .totalfee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

.search_detail .totalfee-left p,
.search_detail .totalfee-right p {
    font-size: 16px;
    flex: 0 0 100%;
    margin-bottom: 10px;
}

.search_detail .totalfee-left,
.search_detail .totalfee-right {
    flex: 0 0 100%;
}

.search_detail .search-totalfee .totalfee-left,
.search_detail .search-totalfee .totalfee-right {
    flex: 0 0 50%;
}

.search_detail .search-totalfee .totalfee-left p,
.search_detail .search-totalfee .totalfee-right p{
    margin-bottom: 0;
}

.search_detail .totalfee-right p.flexbox {
    justify-content: flex-start;
    margin-bottom: 0;
}

.search_detail .totalfee-left p span,
.search_detail .totalfee-right p span {
    font-weight: bold;
    display: block;
    line-height: 1.2;
}

.search_detail .totalfee-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.search_detail .totalfee-right img {
    width: 30px;
    margin-right: 5px;
}

.blockinpop img{
    width: 30px;
    margin-right: 5px;
}

.blockinpop p{
    margin-bottom: 5px;
}

.blockinpop p.flexbox{
    margin-bottom: 0;
}

.search_detail .totalfee-right span {
    font-size: 18px;
    font-weight: bold;
}

@media all and (max-width: 768px) {
    .search_detail .totalfee-right span {
        font-size: 16px;
    }
}

.search_detail .blockartical {
    margin-top: 50px;
}

.search_detail .blockartical .artical {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.search_detail .blockartical .artical-boxes {
    width: 60%;
}

@media all and (max-width: 768px) {
    .search_detail .blockartical .artical-boxes {
        width: 100%;
    }
}

.search_detail .blockartical .artical-sidebar {
    width: 36%;
    border: 1px solid #000;
    padding: 20px 20px;
    border-radius: 15px;
}

@media all and (max-width: 1199px) {
    .search_detail .blockartical .artical-sidebar {
        width: 38%;
    }
}

@media all and (max-width: 768px) {
    .search_detail .blockartical .artical-sidebar {
        width: 100%;
        margin-top: 30px;
        padding: 10px;
        border-radius: 10px;
    }
}

.search_detail .blockartical .artical-sidebar .sidebar-box {
    border: 1px solid #000;
    border-radius: 15px;
}

@media all and (max-width: 768px) {
    .search_detail .blockartical .artical-sidebar .sidebar-box {
        border-radius: 10px;
    }
}

.search_detail .blockartical .artical-sidebar .select-box li {
    padding: 10px 15px;
}

.search_detail .blockartical .artical-sidebar .select-box li:first-child {
    border-bottom: 1px solid #000;
}

.search_detail .blockartical .artical-sidebar .select-box li span {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.search_detail .blockartical .artical-sidebar .select-box li .select-wrapper {
    position: relative;
}

.search_detail .blockartical .artical-sidebar .select-box li .select-wrapper::before {
    position: absolute;
    content: "";
    background: transparent;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 50%;
    right: 15px;
    margin-top: -7.5px;
}

@media all and (max-width: 768px) {
    .search_detail .blockartical .artical-sidebar .select-box li .select-wrapper::before {
        width: 6px;
        height: 6px;
        margin-top: -6px;
    }
    body {
       touch-action: pan-y, pan-x;
    }
}

.search_detail .blockartical .artical-sidebar .select-box li .select-wrapper select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    width: 100%;
    height: 100%;
    background: #F8FAFB url("../common_img/user.png") no-repeat center left 15px;
    padding: 15px 15px 15px 60px;
    border-radius: 5px;
    font-size: 16px;
}

.search_detail .blockartical .artical-sidebar .select-box li .select-numpeople select {
    background-size: 23px;
}

.search_detail .blockartical .artical-sidebar .select-box li .select-plan select {
    background: #F8FAFB url("../images/icoplan.png") no-repeat center left 15px;
    background-size: 26px;
    color: #000000;
}

#number_of_users{
    color: #000000;
}


.search_detail .blockartical .artical-sidebar .date-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.search_detail .blockartical .artical-sidebar .date-box li {
    padding: 10px 15px;
    width: calc(50% - 0px);
    width: -ms-calc(50% - 0px);
    width: -o-calc(50% - 0px);
    margin-right: 0px;
    float: left;
}

.search_detail .blockartical .artical-sidebar .date-box li:first-child {
    border-right: 1px solid #000;
}

.search_detail .blockartical .artical-sidebar .date-box .datechoose img {
    margin-right: 15px;
    max-height: 24px;
}

.search_detail .blockartical .artical-sidebar .date-box .datechoose .form-control {
    margin-top: 0;
    margin-bottom: 0;
    max-width: inherit;
}

.search_detail .blockartical .normalbtn {
    width: 100%;
}

@media all and (max-width: 768px) {
    .search_detail .blockartical {
        margin-top: 20px;
    }
}

.search_detail .blockresult {
    margin-top: 50px;
}

.search_detail .archorlink {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.search_detail .archorlink li a {
    padding: 10px 40px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

@media all and (max-width: 1199px) {
    .search_detail .archorlink li a {
        padding: 10px 25px;
    }
}

@media all and (max-width: 960px) {
    .search_detail .archorlink li a {
        font-size: 14px;
        padding: 10px 15px;
    }
}

@media all and (max-width: 768px) {
    .search_detail .archorlink li {
        width: calc(50% - 2.5px);
        width: -ms-calc(50% - 2.5px);
        width: -o-calc(50% - 2.5px);
        margin-right: 5px;
        float: left;
    }

    .search_detail .archorlink li:nth-child(2n) {
        margin-right: 0;
    }

    .search_detail .archorlink li a {
        background: #eee;
        font-size: 11px;
    }

    .search_detail .archorlink li:nth-of-type(n+3) {
        margin-top: 5px;
    }
}

.search_detail .archorlink .active a {
    background: #F8FAFB;
}

.search_detail .blockitem .item {
    width: calc(25% - 15px);
    width: -ms-calc(25% - 15px);
    width: -o-calc(25% - 15px);
    margin-right: 20px;
    float: left;
    margin-bottom: 0;
}

.search_detail .blockitem .item:nth-child(4n) {
    margin-right: 0;
}

@media all and (max-width: 768px) {
    .search_detail .blockitem .item {
        width: calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -o-calc(50% - 10px);
        margin-right: 20px;
        float: left;
    }

    .search_detail .blockitem .item:nth-child(2n) {
        margin-right: 0;
    }

    .search_detail .blockitem .item:nth-child(n+3) {
        margin-top: 20px;
    }
}

.search_detail .checkdetail {
    width: 80%;
    font-size: 14px;
    padding: 8px 0;
    color: #000;
    height: auto;
    border: 1px solid #ccc;
    background: none;
    margin-top: 15px;
}

@media all and (max-width: 375px) {
    .search_detail .checkdetail {
        font-size: 12px;
        width: 90%;
    }
}

@media all and (min-width: 768px) {
    .search_detail .checkdetail:hover {
        background: #000;
        color: #fff;
    }
}

.search_detail .blockcontent {
    margin: 0px 0 50px;
}

@media all and (max-width: 768px) {
    .search_detail .blockcontent {
        margin: 0 0 30px;
    }
}

.search_detail .blockcontent .block-inner {
    margin: 30px 0 0 30px;
}

.search_detail .blockcontent .block-inner h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

@media all and (max-width: 768px) {
    .search_detail .blockcontent .block-inner h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 768px) {
    .search_detail .blockcontent .block-inner {
        margin: 20px 0 0px 10px;
    }
}

.search_detail .blockcontent .blockitems {
    margin-top: 30px;
}

@media all and (max-width: 768px) {
    .search_detail .blockcontent .blockitems {
        margin-top: 20px;
    }
}

.search_detail .blockcontent .sidebar-tit {
    margin: 50px 0 30px;
}

.search_detail .table-style th,
.search_detail .table-style td {
    text-align: left;
    padding: 10px 20px;
}

@media all and (max-width: 768px) {

    .search_detail .table-style th,
    .search_detail .table-style td {
        padding: 5px;
    }
}

.search_detail .table-style th {
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    max-width: 200px;
}

@media all and (max-width: 768px) {
    .search_detail .table-style th {
        font-size: 14px;
        width: 130px;
        min-width: 130px;
    }
}

.search_detail .table-style tr:first-child th,
.search_detail .table-style tr:first-child td {
    padding-top: 0;
}

.search_detail .table-style a {
    text-decoration: underline;
}

.search_detail .list-equipment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media all and (max-width: 768px) {
    .search_detail .list-equipment {
        margin-bottom: 10px;
    }
}

.search_detail .list-equipment li {
    border: 1px solid #aaaaaa;
    padding: 5px 20px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

@media all and (max-width: 768px) {
    .search_detail .list-equipment li {
        padding: 2px 5px;
    }
}

.search_detail .blockitems1 {
    margin-bottom: 50px;
}

.search_detail p.price img {
    height: 25px;
    margin-right: 10px;
}

.search_detail p.people img {
    height: 25px;
    margin-right: 10px;
}

.search_detail .showdetail .modal-content {
    padding: 40px;
}

@media all and (max-width: 768px) {
    .search_detail .showdetail .modal-content {
        padding: 10px;
        /*overflow-y: scroll;*/
        max-height: 90vh;
    }
    .search_detail .showdetail .scroll {
        overflow-y: scroll;
        height: 80vh;
    }
    .modal-content .btn_close{
        z-index: 9999;
    }
}

.search_detail .showdetail h3 {
    font-size: 22px;
}

@media all and (max-width: 768px) {
    .search_detail .showdetail h3 {
        font-size: 18px;
        margin: 10px 0 5px;
    }
}

.search_detail .showdetail-box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

@media all and (max-width: 768px) {
    .search_detail .showdetail-box {
        margin-bottom: 15px;
    }
}

.search_detail .showdetail-box figure {
    width: 40%;
    max-width: 380px;
    height: 250px;
}

.search_detail .showdetail-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media all and (max-width: 768px) {
    .search_detail .showdetail-box figure {
        width: 100%;
        height: 200px;
    }
}

.search_detail .showdetail-box .text {
    width: 55%;
}

@media all and (max-width: 768px) {
    .search_detail .showdetail-box .text {
        width: 100%;
    }

    .search_detail .showdetail-box .text p.content {
        height: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.search_detail .showdetail-box p.people,
.search_detail .showdetail-box p.price {
    margin-bottom: 10px;
}

.search_detail .showdetail-box h3 {
    margin-bottom: 10px;
}

@media all and (max-width: 768px) {
    .search_detail .showdetail-box h3 {
        margin-bottom: 10px;
    }
}

.search_detail .showdetail .table-wrapper {
    height: 180px;
    overflow-y: scroll;
    margin: 10px 0 20px;
}

.search_detail .showdetail .table-wrapper table {
    width: 100%;
    table-layout: auto;
}

@media all and (max-width: 768px) {
    .search_detail .showdetail .table-wrapper {
        margin: 10px 0 5px;
    }
}

.search_detail .showdetail .table-wrapper th {
    width: 200px;
}

@media all and (max-width: 768px) {
    .search_detail .showdetail .table-wrapper th {
        width: 110px;
        min-width: 110px;
    }
}

.search_detail .showdetail .table-wrapper th,
.search_detail .showdetail .table-wrapper td {
    padding: 3px 0;
}

.search_detail .showdetail .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search_detail .showdetail .btn-group .checkdetail {
    max-width: 250px;
    width: 250px;
    font-size: 16px;
    padding: 15px 0;
    margin: inherit;
}

.search_detail .showdetail .btn-group .checkdetail:first-child {
    margin-right: 50px;
}

@media all and (max-width: 768px) {
    .search_detail .showdetail .btn-group .checkdetail {
        width: 48%;
        padding: 10px 0;
    }

    .search_detail .showdetail .btn-group .checkdetail:first-child {
        margin-right: 2%;
    }
}

.search_detail .moretext {
    display: none;
}

.search_detail .moreless-button {
    cursor: pointer;
    position: relative;
    display: block;
}

.search_detail .moreless-button:hover {
    text-decoration: underline;
}

.search_detail .moreless-button.opened::before {
    content: '';
}

.pupcheck .form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.pupcheck .form-btn .normalbtn {
    font-size: 16px;
    height: 40px;
    width: auto;
    margin: 0 10px;
    min-width: 160px;
}


/* 新規作成部分 */
@media all and (min-width: 501px) {
    .price_banner_light{
        display: none;
    }
}

@media all and (max-width: 500px) {
    .price_banner_light{
        background: #ffffff;
        height: 40px;
        position: fixed;
        z-index: 105;
        width: 100%;
        bottom: 0;
        display: flex;
        padding-left: 20px;
        align-items: flex-end;
        border-top: inset 1px  #cccccc;
        border-bottom: inset 1px #737373;
    }

    

    .price_banner_light p{
        display: inline-block;
        bottom: 0;
        margin: 0;   
        
    }
    .price_banner_light p:nth-of-type(1){
        color: #000000;
        font-size: 15px;
        margin-bottom: 4px;
        padding-right: 3px;
        
    }
    .price_banner_light p:nth-of-type(2){
        color: #000000;
        font-size: 20px;
        /* font-weight: bold; */
        padding-left: 6px;
       
    }
    .price_banner_light p:nth-of-type(3){
        color: #050505;
        font-size: 11px;
        margin-bottom: 5px;
       
    }
    .price_banner_light p:nth-of-type(4){
        color: #eca900;
        font-size: 20px;
        padding-left: 7px;
        font-weight: bold;
        
    }
    .price_banner_light p:nth-of-type(5){
        color: #010101;
        font-size: 15px;
        /* font-weight: bolder; */
        margin-bottom: 3px;
        
    }
    .price_banner_light p:nth-of-type(6){
        color: #080808;
        font-size: 16px;
        padding-left: 5px;
        margin-bottom: 2px;
       
    }
   
    .price_banner_light img{
        margin-bottom: 4.5px;
    }
}
/* 新規作成部分 */

/* 320対応 */
@media all and (max-width: 320px) {
    .price_banner_light p{
        display: inline-block;
        bottom: 0;
        margin: 0;   
        
    }
    .price_banner_light p:nth-of-type(1){
        color: #000000;
        font-size: 10px;
        margin-bottom: 4px;
        /* padding-right: 2px; */
        
    }
    .price_banner_light p:nth-of-type(2){
        color: #000000;
        font-size: 18px;
        /* font-weight: bold; */
        padding-left: 6px;
       
    }
    .price_banner_light p:nth-of-type(3){
        color: #050505;
        font-size: 11px;
        margin-bottom: 5px;
       
    }
    .price_banner_light p:nth-of-type(4){
        color: #eca900;
        font-size: 20px;
        padding-left: 7px;
        font-weight: bold;
        
    }
    .price_banner_light p:nth-of-type(5){
        color: #010101;
        font-size: 15px;
        /* font-weight: bolder; */
        margin-bottom: 3px;
        
    }
    .price_banner_light p:nth-of-type(6){
        color: #080808;
        font-size: 13px;
        padding-left: 5px;
        margin-bottom: 3px;
       
    }
   
    .price_banner_light img{
        margin-bottom: 4px;
    }
    
    }
/* 320対応 */




@media all and (max-width: 375px) {
    .pupcheck .form-btn .normalbtn {
        min-width: 130px;
    }
}

@media all and (max-width: 768px) {
    .maplink {
        display: block;
    }
}

.clred {
    color: red;
}

.faq ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
}

@media all and (max-width: 768px) {
    .faq ul {
        padding: 0 10px;
    }
}

.faq ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    margin-bottom: 2%;
}

@media all and (max-width: 768px) {
    .faq ul li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
    }
}

.faq ul li a {
    background: #f1f1f1;
    color: #000;
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

.faq ul li a::before {
    content: '';
    background: transparent;
    position: absolute;
    width: 8px;
    height: 8px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.faq ul li a::before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
    margin-top: -7px;
}

@media all and (max-width: 768px) {
    .faq ul li a {
        font-size: 14px;
        text-align: left;
        padding: 10px 5px;
    }

    .faq ul li a::before {
        right: 5px;
    }
}

.faq-tit {
    margin-top: 20px;
}

.faq-tit h2 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-left: 20px;
}

@media all and (max-width: 768px) {
    .faq-tit h2 {
        padding-left: 0;
    }
}

.faq-content {
    margin-top: 30px;
    padding: 0 20px;
}

@media all and (max-width: 768px) {
    .faq-content {
        padding: 0;
        margin-top: 20px;
    }
}

.faq-content dl {
    margin-bottom: 30px;
}

@media all and (max-width: 768px) {
    .faq-content dl {
        margin-bottom: 20px;
    }
}

.faq-content dt {
    background: #ccc;
    cursor: pointer;
    padding: 15px 20px;
    position: relative;
}

.faq-content dt::before,
.faq-content dt::after {
    position: absolute;
    content: "";
    background: #000;
    right: 40px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.faq-content dt::before {
    width: 14px;
    height: 2px;
    right: 21px;
}

.faq-content dt::after {
    height: 14px;
    width: 2px;
    right: 27px;
}

.faq-content dt.open::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media all and (max-width: 768px) {
    .faq-content dt {
        padding: 15px 10px;
    }

    .faq-content dt::before {
        right: 11px;
    }

    .faq-content dt::after {
        right: 17px;
    }
}

.faq-content dt span {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    display: block;
    padding-left: 40px;
}

.faq-content dt span::before {
    content: 'Q';
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    left: 0;
    top: -3px;
    line-height: 1;
}

@media all and (max-width: 768px) {
    .faq-content dt span {
        font-size: 14px;
        padding-left: 30px;
        padding-right: 20px;
    }

    .faq-content dt span::before {
        font-size: 24px;
    }
}

.faq-content dd {
    padding: 20px;
    display: none;
}

.faq-content dd span {
    position: relative;
    padding-left: 40px;
    display: block;
}

.faq-content dd span::before {
    content: 'A';
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    left: 0;
    top: 3px;
    line-height: 1;
}

.btnviewmore a {
    text-decoration: underline;
}

.artical-sidebar .datechoose input {
    background: url(../images/ico-cal2.png) no-repeat left center;
    background-size: 26px;
}

.pupconfirmcancle .canceltxt,
.pupcfpayment .canceltxt {
    background: #000 !important;
    color: #fff !important;
    width: 120px !important;
}

.artical-boxes .text {
    position: relative;
    word-wrap: break-word;
    word-break: break-all;
}

/*.artical-boxes .text:after {*/
/*    content: '...';*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    right: 0;*/
/*    width: 1em;*/
/*    height: 1em;*/
/*    margin-top: 0.2em;*/
/*    background: #fff;*/
/*}*/

.artical-boxes .text.open:after {
    content: '';
    height: 0;
    width: 0;
    display: none;
}

.calendar .incalendar {
    display: none !important;
}

.calendar .datepicker-inline {
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #000;
    width: 95%;
    max-width: 327px;
}

@media all and (max-width: 480px) {
    .calendar .datepicker-inline {
        width: 76%;
    }
}

@media all and (max-width: 420px) {
    .calendar .datepicker-inline {
        width: 100%;
    }
}

#btnreserve {
    position: fixed;
    right: 60px;
    bottom: 12px;
    height: 30px;
}

@media all and (min-width: 769px) {
    #btnreserve {
        display: none;
    }
}

#btnreserve a {
    background: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    border: 1px solid #000;
}

.page-manager .texthead {
    max-width: 600px;
    margin: 0 auto;
}

.page-manager .form-group a {
    text-decoration: underline;
}

.page-manager .lable {
    border-left: 5px solid #000;
    padding-left: 10px;
    margin-bottom: 10px;
}

.page-manager .form-input,
.page-manager .form-select,
.page-manager .form-textarea {
    margin-left: 15px;
}

@media all and (max-width: 420px) {
    .page-manager .fixsize {
        font-size: 10px;
    }
}

.search_detail .pupconfirm .flexbox .block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

@media all and (max-width: 768px) {
    .search_detail .pupconfirm .flexbox .block:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media all and (max-width: 960px) {
    .faq ul li{
        align-self: stretch !important;
    }
    .faq ul li a{
        padding-right: 20px !important;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}

.search_detail .pupconfirm .value select {
    width: 70%;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #000;
}

.fa-eye-slash{
    width: 20px;
    height: 14px;
    position: relative;
}

.fa-eye-slash:after{
    content: '';
    background: url(../common_img/visibility.png) no-repeat center center;
    background-size: 20px;
    width: 20px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

.fa-eye-slash img{
    display: none;
}

.boxscroll{
    padding: 15px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 7px;
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 10px;
}

.boxscroll strong{
    display: block;
    margin-top: 10px;
}

.ckpptern{
    position: relative;
}

#ckpp-error, #ckterms-error{
    position: absolute;
    left: 0;
    bottom: -25px;
}

#check-policy-error {
    position: absolute;
    left: 45%;
    display: block !important;
}

/* .flatpickr-calendar{
    box-shadow: none;
    margin-top: 10px;
    border: 1px solid #000;
    border-radius: 0;
    width: 324px;
    font-size: 16px;
} */

/* .flatpickr-calendar.inline{
    top: 0;
}

span.flatpickr-weekday{
    font-size: 100%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
} */

/* .flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month{
    width: 46px;
    height: 46px;
}

.flatpickr-months .flatpickr-month{
    height: 46px;
} */

/* .flatpickr-current-month{
    font-size: 100%;
    font-weight: normal;
} */

/* .flatpickr-days{
    width: 324px;
}

.flatpickr-day{
    width: 46px;
    max-width: 46px;
    height: 46px;
    line-height: 38px;
    width: 324px;
    border-radius: 0;
    font-weight: normal;
    border: 0;
}

.dayContainer{
    width: 324px;
    max-width: inherit;
    min-width: 324px;
} */

/* .flatpickr-calendar::before, .flatpickr-calendar::after{
    content: '';
    border: 0;
    background: none;
} */

.element-below-date{
    top: 14px;
    width: 100%;
    text-align: center;
    left: 0;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover{
    color: #999;
}

/* .flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
    background-color: rgb(204, 229, 255);
    color: #39f;
} */

/*.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month{*/
/*    z-index: 0;*/
/*}*/

/* .flatpickr-weekdays{
    height: 36px;
} */

.noindent{
    /* text-indent: 0;
    margin-left: 0; */
    text-indent: unset !important;
    margin-left: 0px !important;
}

.search_detail .showdetail-box > .text > .content{
    height: 150px;
    overflow-y: auto;
}


@media all and (max-width: 639px) {
    .search_detail .showdetail-box > .text > .content{
        height: 100px !important;
        overflow: auto !important;
    }
}

.artical-boxes .text {
    text-align: left;
}

