<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


.form{
    margin-top: 40px;
}
.form .form-group{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.form .form-group .ttl{
    width: 30%;
    font-weight: bold;
}
.form .form-group .ttl .badge-danger{
    display: inline-block;
    background-color: red;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    margin-left: 10px;
}
.form .form-group .info{
    width: 70%;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form select,
.form input[type="tel"],
.form input[type="date"]
{
    border-radius: 5px;
    border:1px solid #ccc;
    padding: 10px;
}
.form input[name="user_password"]{
padding-right: 40px;
}
.input-wrap{
    position: relative;
}
.toggle-pass{
    position:absolute;
    top:50%;
    right: 10px;
    transform: translateY(-50%);
}

.form textarea
{
    border-radius: 5px;
    border:1px solid #ccc;
    padding: 10px;
    width: 100%;
}

.console {
    color: red;
}

.hide {
    display: none;
}

.form-row{
    width: 70%;
}
@media (max-width: 768px) {
    .form-row{
        width: 100%;
    }
}
.form-row
.col-sm-2,
.form-row
.col-sm-1
{
    display: inline-block;
}

.form .group select:first-child,
.form .group input:first-child{
    border-radius: 10px 0px 0px 10px;
}
.form .group select:last-child,
 .form .group input:last-child{
     border-radius: 0px 10px 10px 0px;
 }

.form-ex{
    font-size: 12px;
}

.contact-header{
    text-align: center;
}
.contact-header img{
    width: 250px;
    margin: 0 auto;
}

.form{
    border: 1px solid #ccc;
    padding:40px 20px;
    border-radius: 50px;
    max-width: 800px;
    margin: 0 auto;
}
.main-ttl{
    text-align: center;
    font-size: 19px;
    color: #4698b1;
}


.main-ttl p{
    display: inline-block;
    color: #fff;
    font-size: 11px;
    padding: 5px;
    line-height: 1em;
    border-radius: 20px;
    background-color: #ea3b3b;
}
.sub-ttl{
    text-align: center;
}

.plan-list{

}
.plan-list&gt;div{
    text-align: center;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
}
.plan-list&gt;div:hover{
    background-color: #efefef;
}

.plan-list .ttl{
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
}
.plan-list .price{
    margin-top: 20px;
    font-weight: bold;
}
.plan-list .ptn{
    margin-top: 20px;
}
.plan-list .limit{
    margin-top: 20px;
}
.plan-list .test{
    margin-top: 20px;
    color: red;
    font-weight: bold;
}

#card-element{
    border: 2px solid #333;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    max-width: 500px;
    margin: 10px auto 0;
}
#card-errors{
    color: red;
    font-weight: bold;
}

.alert-ptn{
    background-color: #efefef;
    color:#000;
    font-size: 13px;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
}
.plan-item{
    text-align: center;
    border-radius: 40px;
    background-color: #cde3ea;
    padding: 20px;
    margin-top: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.plan-item .ttl{
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
    border-radius: 25px;
    color: #fff;
    background: #8db2c6;
}
.plan-item .price{
    margin-top: 20px;
    font-weight: bold;
    font-size: 22px;
}
.plan-item .taxin{
    font-size: 12px;
    color: #999;
}
.plan-item .ptn{
    margin-top: 20px;
}
.plan-item .limit{
    margin-top: 20px;
}
.plan-item .test{
    margin-top: 20px;
    color: red;
    font-weight: bold;
}
.plan-item .test2{
    font-size: 15px;
    margin-top: 10px;
}
.price_off{
    font-weight: bold;
    color: red;
    font-size: 13px;
}
.price_defo{
}
.kiyaku h1{
    margin-bottom: 40px;
}
.kiyaku h2{
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .form {
        padding: 20px 10px;
        border-radius: 20px;
    }
    .form .form-group {
        padding: 10px;

    }
    .form .form-group .ttl {
        width: 100%;
        margin-bottom: 10px;
    }

    .form .form-group .info {
        width: 100%;
    }

    select[name="url_protocol"]{
        width: 86px;
    }
}


#weekly-calendar {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* 蛻怜ｹ�ｒ蝮�ｭ峨↓ */
    border: 4px solid #b0d2d2;
}

#weekly-calendar td{
    background-color: #e8f0ee;
}

#weekly-calendar th, #weekly-calendar td {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    padding: 10px;
}

#weekly-calendar thead th {
    background-color: #f5f5f5;
    color: #333;
}

#week-picker, #next-week, #prev-week {
    padding: 5px 10px;
    margin: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f5f5f5;
    cursor: pointer;
}

#week-picker:hover, #next-week:hover, #prev-week:hover {
    background-color: #e6e6e6;
}

.calender-wrap{
    max-width:650px;
    width: 100%;
    margin: 20px auto;
    overflow-x: scroll;
}
.calender-scroll{
    min-width: 650px;
}
.reserve-info{
    text-align: center;
}
.reserve-info .ttl{
    margin-top: 20px;
    margin-bottom: 10px;
}

#weekly-calendar th button{
    font-weight: bold;
    color: #2aabd2;
    background-color: #f1faff;
    border: 1px solid #b5cbcb;
    line-height: 1em;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    appearance: none;
    padding: 10px;
    display: inline-block;
}

@media (max-width: 768px) {
    #weekly-calendar th, #weekly-calendar td {
        padding: 5px;
        font-size: 12px;
    }

    #week-picker, #next-week, #prev-week {
        padding: 3px 6px;
        font-size: 12px;
    }
}


#weekly-calendar td{
    position: sticky;
    left: 0;
}

.contact-header{
    margin: 20px 0;
}
.contact-header img{
    width: 150px;
}

#weekly-calendar td::before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.calender-nav{
    text-align: center;
}

.copyright{
    margin-top: 20px;
    font-size: 12px;
}
.type-console{
    width: 100%;
}

.type-console b{
    color: #c7254e;
}</pre></body></html>