<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">strong{
    font-weight: bold;
}
p {
    font-size: 16px;
    line-height: 1.5em;
}

h2, h3 {    margin: 1em 0 0.5em;}

/* ========== */
.present_period {
    color: #ff0000;
    font-weight: 700;
    font-size: 20px;
    margin: 2rem 0;
}

.present-name {
    font-weight: 700;
    font-size: 20px;
}

.number {
    font-weight:700;
    font-size:20px;
    margin-top:1em;
    color:#003CFF;
}

.present_stay {
    background-color: #e6e6e6;
    padding: 0.5em;/*譁�ｭ怜捉繧翫�菴咏區*/
    border-radius: 0.5em;/*隗剃ｸｸ*/
    margin: 2rem 35%;
}

.present_stay p {
    color: #000;/*譁�ｭ苓牡*/
    font-weight: 700;
    text-align: center;
}

.present_content {
    margin: 2rem 0;
}

.present_form {
    margin: 2rem 0;
    text-align: center;
}

.red {
    color: #FF0000;
}

.caution {
    font-size: small;
    color: #666;
}
/* ======= */
.contents {
    min-width: 970px;
    color: #000!important;
}

.main {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
}
.main h1{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.liquid-content .liquid-content-inner {
    padding: 20px;
    margin: 0 auto 30px;
    min-width: 970px;
    max-width: 1200px/*1240px*/;
    background: #fff !important;
}

.liquid-content .liquid-content-inner .liquid-content-item {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0px;
}

/*---content[s]---*/
.cont_header{    margin-bottom: 2em;}
.cont_box-ttl{
    margin-bottom: 1em;
    padding: 0.5em;
    text-align: center;
    line-height: 1.4em;
    color: #00a0e9;
    border: 1px solid #00a0e9;
    }
    h2.cont_box-ttl{    font-size: 2em;}
.cont_header .ttl_present .ttl_sub{    font-size: 0.8em;}
.cont_header  p{
    margin:  1em auto;
    width: 90%; 
    }

.cont_box{
    margin: 2em auto 0;
    max-width: 100%;
    min-width: 870px;
}
.cont_box .cont_box-thumb{
    width: 27.5%;    
    margin: 0 2% 1em 0;
    }
.cont_box .cont_box-ttl{
    font-weight: bold;
    font-size: 2em;
    color: #f0027f;
    border: 1px solid #f0027f;
    }
.cont_box .cont_box-ttl p{
    margin: 1em 0;
    font-size: 1.5em;
    }
.cont_box .cont_box-detail{
    padding: 1em 3em 1em;
    }
.cont_box .cont_box-detail h2{
    font-size: 1.5em;
    color: #00a0e9;
    }
    
.cont_box .cont_box-check{
    max-width: 1000px;
    min-width: 770px;
    margin: 2em auto;
    clear: both;
    border: 1px solid #c00;
    }
    
.cont_box .detail_check-ttl{
    width: 7em;
    padding: 1em 0 1em 1em;
    background: url(../img/bg_ttl_check.gif) left top repeat;
    color: #cc0000;
    font-weight: bold;
    border-right: 1px solid #c00;
    }
.cont_box .detail_check-cont{
    padding: 1em;
    }
    .cont_box .detail_check-cont h3{
    line-height: 1.5em;
    }

.cont_caution{
    max-width: 100%;
    margin: 2em auto;
    padding: 1em;
    background-color: #e6e6e6;
    line-height: 1.5em;
    }    
.cont_caution .list-caution li:before{
    content: "窶ｻ";
    }
    
.cont-howto{
    background-color: #f39800;
    text-align: center;
    color: #fff;
    }
    
    .box{    padding: 1em;}
    
    .box-border .box{ border: 4px solid #cacaca;}
    
    /*===culmn2===*/
.culmn2{
    padding-top:20px;
    vertical-align: top;
}

.culmn2 .box{
    display: inline-block;
    width:47%;
    margin-right:2%;
    margin-bottom: 1em;
    padding:1%;
    text-align: left;
}
.culmn2 .box .ttl{
    clear: both;
    margin: 0;
    font-weight:bold;
}

.culmn2 .box .thumb{
    margin: 1em 0;
    }
.culmn2 .box .thumb img{
    width: 49%;
    margin-right: 1%;
    
}

    /*===culmn5===*/
.culmn5{
    padding-top:20px;
    color: #fff;
}

.culmn5 .box{
    float:left;
    width:205px;
    margin-right:15px;
    margin-bottom: 25px;
    padding-bottom:10px;
    background-color: #000;
}

.culmn5 .box h4{
    font-weight:bold;
    text-align:center;
}
.culmn5 .box .img{
    margin:0 0 10px 0;
}
.txt_wide{    padding: 8px 0;}

/*---content[e]---*/
.btn{
    text-align: center;
    margin: 1em auto 0;
    vertical-align: middle;
}
    .btn a{
        -webkit-transition: .3s ease-out 0s;
        transition: .3s ease-out 0s;
        text-decoration: none;
            }
    .btn a:hover{
      -webkit-transition: opacity .3s ease-out 0s;
        transition: .3s ease-out 0s;
            }

.btn-howto {
    display:block;
    margin: 1em auto 0;
    width: 50%;
    padding: 1em;
    border: 1px solid #fff;
    background: #f39800;
    color: #fff;
    font-weight: bold;
   }
   .btn-howto:hover {
    background: #fff;
    color: #f39800;
   }

.btn_submit{
    display: block;
    width: 80%;
    padding: 0.5em 1em;
    margin: 0.5em auto 0;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: .3s ease-out 0s;
    }
    
.btn_submit-tw{
    border: 1px solid #34A6DD;
    background-color: #34A6DD;
    color: #fff;
    }
    .btn_submit-tw:hover{
    background-color: #fff;
    color: #34A6DD;
    transition: .3s ease-out 0s;
    }
    
    .btn_submit-null{
    border: 1px solid #808080;
    background-color: #808080;
    color: #fff;
    }    

.foot_info  {
    width: 100%;
    margin: 0;
    background: #fff;
}

.foot_info .info_midashi--ch1  {
    width: 100%;
    margin: 0;
    background: #fff;
    color: #f0027f;
}
.foot_info .info_midashi--ch2  {
    width: 100%;
    margin: 0;
    background: #fff;
    color: #00a0c6;
}
.foot_info .foot_info-box  {
    min-width: 970px;
    max-width: 1280px;
    margin: 20px auto;
border-bottom: 1px solid #ccc;
padding: 10px 0px 30px;
}

.foot_info .foot_info-box p  {
    margin: 10px auto 0;
    line-height: 25px;
}


/*---decoration---*/
h3{ font-weight: bold;}

.f-left {    float: left;}
.f-right {    float: right;}
.fz-l{    font-size: 2em;}
.fz-ml{    font-size: 1.5em;}
.fz-ms{    font-size: 1.3em;}
.fz-s{    font-size: 0.8em;}
.fc-red{    color: #c00;}
.fc-blue{    color: #00a0e9;}
.ta-center{    text-align: center;}

.a_blue{
    color: #00a0e9 !important; 
    text-decoration: underline;
    }
    .a_blue:hover{
    color: #025ccb !important; 
    }
    
    
/*===tw_follow===*/
#widget{
    width: 65%;
}

.xl{
    font-size: 2em !important;
}

.icon_badge{
    padding: 0.5em;
    background-color: #c00;
    color: #fff;
    border-radius: 0.5em;
    vertical-align: middle;
}</pre></body></html>