@charset "utf-8";

/**
*
*  蓼科の魅力
*
*/

/*--------------------------------------------------------------------------
overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
.blockTtl.en{
    margin-top:40px;
    margin-bottom: 30px;

}



/*--------------------------------------------------------------------------
Main
---------------------------------------------------------------------------*/

/* #service
-----------------------------------------------------------------*/
#service{
    background: #000;
    width: 100%
}
#service .wrap{
    /*	position: relative;*/
}
#service .note{
    width: 100%;
    text-align: right;
}

#service .ttl{
    margin: 10px 0 0px;
}

/*  1  */
.note .title_j {
    position: absolute;
    top: 140px;
    left: 10px;
    color: #d2a257;
    font-size: 110%;
}
.note .title_e{
    position: absolute;
    top: 110px;
    left: 10px;
    color: #d2a257;
    font-size: 120%;
}
#service .wrap > note{
    margin-left: 5px;
    position: absolute;  
    top: 10px;  
    left: 15px;  
}


.right {
    float: right;
    margin-right:10px;
    padding: 5px 0 5px 5px;
}

#service .img{
    padding:5px;

}


#canvas01{
    margin: -50px 30px 0 0;
    float: right;
}
.oldbrowse #canvas01{
    display: none;
}
.oldbrowse #service .img{
    display: block;
}




/* リスト
-----------------------------------------------------------------*/
.gaiyou {
    width:90%;
    margin: 0 auto;
    text-align: center;
    padding-top:30px;
    background: #fff;
}
.gaiyou p{
    font-size: 110%;
}

table.brwsr1 {
    width: 100%;
    font-size: 110%;
    border-collapse: separate;
    border-spacing: 0px 1px;
    margin-bottom:10px;
    margin-left:0;
    color: #1f0d00;
}

table.brwsr1 img{
    margin:0;
}

table.brwsr1 th {
    padding: 8px 0;
    padding-left:5px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #1f0d00 1px solid;
    /*border-bottom: #999 1px solid;
    color: #fff;*/
}

table.brwsr1 td {
    padding: 8px 0;
    text-align: left;
    border-bottom: #1f0d00 1px solid;

}

table.brwsr1 th.r1 {
    width: 60%;
    text-align: left;
    /* border-right: #999 1px solid;
    background: #447791;*/
}

table.brwsr1 td.r2 {
    width: 10%;
    text-align: left;
    font-size: 100%;
    /* border-left: #fff 1px solid;
    border-right: #999 1px solid;
    background: #5893b1;*/
}
table.brwsr1 td.r3 {
    width: 30%;
    text-align: right;
    font-size: 100%;
    /* border-left: #fff 1px solid;
    border-right: #999 1px solid;
    background: #5893b1;*/
}

.listA{
    width: 95%;
    color: #000;
    font-size: 120%;
    margin: auto 0;
    padding: 5px 5px;
}

.listA ul{
    margin-left:10px;
    letter-spacing: 1em;
}
.listA li{
    margin-bottom: 2px;
    line-height: 1.3;
    letter-spacing: 0;
    padding: 0 0 0 30px;
    background: url(../../common/images/icon_logo.png) no-repeat 0 40%;
}
.listA span{
    padding: 0 5px;
}
.listA .active span{
    color: #f89523;
    font-weight: bold;
}

/* #mission
-----------------------------------------------------------------*/
#mission_sub{
    width: 100%;
    margin: 5% 0%;
    padding: 10px 0 50px;
}
#mission_sub .lead{
    margin: 15px 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #6c341e;
}

#mission_sub .lead:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #6c341e;
}

#mission_sub .txtbox{
    width: 100%;
    margin: 1% 0;
    padding: 2% 0;
}

.c-spring{background: #ffebeb;}
.c-summer{background: #d0f2ff;}
.c-autumn{background: #f1ebe0;}
.c-winter{background: #96c2d6;}


#mission_sub .subtitle{
    padding: 2% 2% 3%;
    /* margin-top: 20px; */
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
}

.frame-sp{
    border-radius: 30px;
    background: #fb8b8f;
    margin: 5%;
}

.frame-su{
    border-radius: 30px;
    background: #3bb1f1;
    margin: 5%;
}

.frame-au{
    border-radius: 30px;
    background: #3a1f14;
    margin: 5%;
}

.frame-wi{
    border-radius: 30px;
    background: #0a7ab7;
    margin: 5%;
}

#mission_sub .txt{
    padding: 4%;
    margin-bottom: 30px;
    font-size: 1.1rem;
    text-align: left;
    letter-spacing: 0.08em;
    font-weight: 500;
    font-size: 1.1em;
}
#mission_sub .imgbox{
    width: 90%;
    margin: 0 5%;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
#mission_sub .imgbox img{
    width: 92%;
    padding: 2% 4%;

}
.oldbrowse #mission_sub .img{
    display: block;
}
#mission_sub #canvas02{
    display: block;
    margin: 0 auto 30px;
    background: #f6f4ed;
    border-radius: 3px;
}
.oldbrowse #mission_sub #canvas02{
    display: none;
}
#mission_sub .btn{
    text-align: center;
    letter-spacing: -0.4em;
}
#mission_sub .btn li{
    width: 340px;
    margin-left: 16px;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    letter-spacing: normal;
}
#mission_sub .btn li:first-child{
    margin-left: 0;

}
#mission_sub .btn li span{
    padding: 18px 20px 19px 0;
    font-size: 131%;
}
/* IE9・10 */
#mission_sub .btn li span:not(:target){
    padding: 22px 20px 15px 0\9;
}
/* IE11 */
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, #mission .btn li span {
        padding: 22px 20px 15px 0;
    }
}
#mission_sub .btnLink span:after{
    font-size: 27px;
    font-weight: normal;
}
.btnLink.blank span{
    background: url(../images/ico_blank.png) no-repeat 100% 49%;
}

