@charset "utf-8";

/**
*
*  客室
*
*/

img{
    border: 0;
    vertical-align: top;
}



/*--------------------------------------------------------------------------
overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
#pageHeader .lead{
    margin-bottom: 0;
    font-size: 124%;
    font-weight: 400;
}
#pageHeader .lead br{
    display: block;
}


/*--------------------------------------------------------------------------
#works
---------------------------------------------------------------------------*/
#works{
    padding: 60px 0 40px 0;
    background: #fafafa;
    text-align: center;
}
/* #works > .list-group */
.list-group{
    padding: 0 0 40px 0;

    /* padding: 0 0 40px 0;*/
}
.list-group .list-block .list-inner{
    overflow: hidden;
    letter-spacing: -0.4em;
    /*margin-right: -30px;*/
    width: 80%;
    margin: 0 10%;
}
.list-group .list-block .list-inner h3{
    letter-spacing: 0;
    font-size: 1.2rem;
    font-weight: 600;
}
.list-group .list-block .list-inner p{
    letter-spacing: 0;
    margin-top: 30px;
}
.list-group .list-block .unit{
    display: inline-block;
    letter-spacing: 0;
    width: 23%;
    margin: 1%;
    vertical-align: top;
    /
    display: inline;
    /
    zoom: 1;
}
.list-group .list-block .unit-detail{
    display: none;
    overflow: hidden;
}


/* #works > .list-group > .card */
.list-group .card{
    position: relative;
    display: block;
    border: 1px solid #e7e7e7;
    background: #fff;
    transition: color 0.3s ease-out;
}
.list-group .card.active{
    color: #348aa1;
}
.list-group .card .frame{
    border-bottom: 1px solid #c1c1c1;
    height: auto;
    padding: 5px;
}
.list-group .card .thumb{
    position: relative;
}
.list-group .card .thumb p.hover{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease-in-out;
    /*	background: url(../images/bg_card_on.png) repeat 0 0;
    background-color: rgba(0,150,182,0.80);*/
    background-color: rgba(0,0,0,0.60);
}
.list-group .card:hover .thumb p{
    opacity: 1;
    filter: alpha(opacity=100);
}
.list-group .card .thumb p span{
    width: 100%;
    height: 100%;
    font-size: 11px;
    font-size: 1.2rem;
    /* font-family: "Brandon Grot W01 Bold"; */
    font-weight: normal;
    color: #FFF;
    letter-spacing: 0.08em;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 45%;
    left: 0;
    /* background-color: rgba(0,0,0,0.50);*/
    opacity: 0.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.list-group .card:hover .thumb p span{
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 0.3s;
}

.list-group .card .hdg{
    padding: 10px 18px 10px;
    font-weight: normal;
    line-height: 1.5;
    /* font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif; */
    word-wrap: break-word;
    font-size: 1.2rem;
}
.list-group .card .btn{
    display: none;
}

/* #works > .list-group > .detail */
.list-group .unit-detail{
    padding: 50px 5% 50px;
    overflow: auto;
}
.list-group .unit-detail .photo-box{
    width: 96%;
    padding: 1% 2%;
    float: left;
}
.list-group .unit-detail .photo-box .pic01{
    padding: 0 0 0px;
}

.list-group .unit-detail .photo-box .pic01 img{
    width: 22.5%;
    padding: 0 1%;
    float: left;
}


.list-group .unit-detail .photo-box .pic02,
.list-group .unit-detail .photo-box .pic03{
    width: 48%;
    height: auto;

}
.list-group .unit-detail .photo-box .pic02{
    float: left;
}
.list-group .unit-detail .photo-box .pic03{
    float: left;
}

.list-group .unit-detail .photo-box .pic02,
.list-group .unit-detail .photo-box2 .pic02{
    float: left;
}
.list-group .unit-detail .photo-box .pic03,
.list-group .unit-detail .photo-box2 .pic03{
    float: left;
}

.list-group .unit-detail .photo-box2 {
    margin: 0 auto;
    width: 100%;
}

table.tbl_01 {
    width: 95%;
    font-size: 110%;
    border-collapse: separate;
    border-spacing: 0px 1px;
    margin:2%;
    padding: 0 3%;
    color: #fff;
}

table.tbl_01 img{
    margin:0;
}

table.tbl_01 th {
    font-weight: 500;
    font-size: 1.2rem;
    padding: 8px 0;
    padding-left:5px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #fff 1px solid;
    /*border-bottom: #999 1px solid;*/
}

table.tbl_01 td {
    padding: 8px 2%;
    color: #fff;
    text-align: left;
    border-bottom: #fff 1px solid;

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

table.tbl_01 td.r2 {
    width: 10%;
    text-align: right;
    /* border-right: #999 1px solid;
    background: #447791;*/
}



}
.pic02,
.pic03{
    width: 48%;
    height: auto;
    padding: 1%;
    /* background-color: #444; */
    float: left;
}
.pic01 img{
    height: 60%;
}
.pic02 img,
.pic03 img{
    width:100%; 
}

.list-group .unit-detail .photo-box li img{
    /*	box-shadow: 0 2px 1px #3c3c3c;*/
    display: block;
}
.list-group .unit-detail .data-box{
    width: 46%;
    padding: 0 2%;
    color: #fff;
    text-align: left;
    float: left;
}

.list-group .unit-detail .detail-header dl{
    padding: 5px 0 0 0;
    letter-spacing: -0.4em;
}
.list-group .unit-detail .detail-header dt,
.list-group .unit-detail .detail-header dd{
    display: inline-block;
    letter-spacing: 0;
    /display: inline;
    /zoom: 1;
}
.list-group .unit-detail .detail-header dt{
    color: #fff;
    font-size: 1.3rem;
}
.list-group .unit-detail .detail-header dd{
    font-weight: 400;
    color: #fff;
    padding: 0 10px 0 5px;
    word-wrap: break-word;
    font-size: 1.3rem;
}
.list-group .unit-detail .detail-header .hdg{
    color: #fff;
    padding: 10px 0;
    font-size: 1.2rem;
    line-height: 1.5;
    /*font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;*/

    word-wrap: break-word;
}
.list-group .unit-detail .note{
    line-height: 1.5;
    font-size: 1.1rem;
    color: #fff;
    word-wrap: break-word;
}

.data-box a.btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #297fdf;
    border: solid 1px #297fdf;
    background-color: #fff;
    transition: .4s;
    margin: 20px auto;
}

.data-box a.btn:hover {
    background: #67c5ff;
    color: white;
}

.list-group .unit-detail .solution{
    margin: 25px 0 30px;
    padding: 16px 0;
    border-radius: 5px;
    background-color: #fff;
    letter-spacing: -0.4em;
}
.list-group .unit-detail .solution dt,
.list-group .unit-detail .solution dd,
.list-group .unit-detail .solution li{
    display: inline-block;
    letter-spacing: 0;
    vertical-align: middle;
    /display: inline;
    /zoom: 1;
}
.list-group .unit-detail .solution dt{
    width: 125px;
    text-align: center;
    /* font-family: sans-serif;*/
    font-size: 1.2rem;
}
.list-group .unit-detail .solution dd{
    border-left: 1px solid #393939;
    width: 70%;
    font-size: 1.3rem;
}
.list-group .unit-detail .solution ul{
    padding: 0 20px;
    letter-spacing: -0.4em;
    font-size: 1.3rem;
    color: #a9a9a4;
}
.list-group .unit-detail .solution li span{
    color: #a9a9a4;
    padding: 0 5px;
    font-weight: normal;
}
.list-group .unit-detail .solution li.active,
.list-group .unit-detail .solution li.active a{font-weight: 400;font-size: 1rem;}
.list-group .unit-detail .solution li.active a:hover{
    color: #fab633;
}
.list-group .unit-detail .nav{
    margin-right: -13px;
}
.list-group .unit-detail .nav li{
    float: left;
    width: 115px;
    padding: 0 13px 0 0;
}
.list-group .unit-detail .nav li span{
    padding: 8px 13px 9px 0;
}
/* IE9・10 */
.list-group .unit-detail .nav li span:not(:target){
    padding: 11px 13px 6px 0\9;
}
/* IE11 */
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .list-group .unit-detail .nav li span {
        padding: 11px 13px 6px 0;
    }
}

/* #works > .list-block */
.detail-block{
    overflow: hidden;
    height: 0;
    height: aut;
}
.detail-block .detail-cursor{
    padding: 40px 0 0 0;
    background: url(../images/bg_arrow.png) no-repeat 0 40px;
}

.detail-block .detail-cursor:befor{
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fde7d1 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}




.detail-block.active .detail-cursor{
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.detail-block.cursor1 .detail-cursor{
    background-position: 19% 20px;
}
.detail-block.cursor2 .detail-cursor{
    background-position: 40% 20px;
}
.detail-block.cursor3 .detail-cursor{
    background-position: 60% 20px;
}
.detail-block.cursor4 .detail-cursor{
    background-position: 81% 20px;
}

.detail-block .detail-inner{
    position: relative;
    background: #3e3e3e;
}




.detail-block .detail-inner .close{
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    background: #669ab3 url(../images/ico_close.png) no-repeat 50% 50%;
    cursor: pointer;
    transition: background 0.3s ease-out;
}
.detail-block .detail-inner .close:hover{
    background: #607D8B url(../images/ico_close.png) no-repeat 50% 50%;
    animation: ssAnimate 300ms  ease-out;

}
@keyframes ssAnimate{
    0%   {width: 39px; height: 39px; top: 13px; right: 13px;}
    100% {width: 35px; height: 35px; top: 15px; right: 15px;}
}


#moreBtn{
    width: 960px;
    margin: auto;
    padding: 12px 0;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    background: #fefefe url(../../shared/images/ico_loading.gif) no-repeat 50% 250%;
    cursor: pointer;
    transition: color 0.2s ease-out;
    /*font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;*/
    /* font-family: sans-serif;*/
}
/* IE9・10 */
#moreBtn:not(:target){
    padding: 15px 0 9px\9;
}
/* IE11 */
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, #moreBtn {
        padding: 15px 0 9px;
    }
}
#moreBtn:hover{
    color: #f69600;
    background-color: #fff;
}
#moreBtn.error,
#moreBtn.error:hover{
    color: #f33;
}
#moreBtn.loading{
    text-indent: -9999px;
    background-position: 50% 50%;
}

/** -----------------------------------------------------------------
*
*  [sp]レスポンシブ 1024px
*
----------------------------------------------------------------- */

@media screen and (max-width:1024px) {


    .list-group .list-block .list-inner{
        width: 100%;
        margin: 0;
    }

    .list-group .unit-detail .data-box {
        width: 100%;
    }
    .list-group .unit-detail .photo-box .pic01 img{
        width: 48%;
        padding: 10px 1%;
    }

}
/** -----------------------------------------------------------------
*
*  [sp]レスポンシブ 1024px
*
----------------------------------------------------------------- */
@media screen and (max-width:768px) {


}

/** -----------------------------------------------------------------
*
*  [sp]レスポンシブ 740px
*
----------------------------------------------------------------- */

@media screen and (max-width:740px) {

    /*--------------------------------------------------------------------------
    overwrite  - 共通CSSの上書き -
    ---------------------------------------------------------------------------*/
    #pageHeader .lead{
        font-size: 93%;
    }
    #pageHeader .lead br{
        display: none;
    }


    /*--------------------------------------------------------------------------
    #works
    ---------------------------------------------------------------------------*/
    #works{
        padding: 20px 0 25px;
    }
    .list-group{
        padding: 0;
    }
    /* #works > .list-group */
    #Main .list-group .list-block{
        margin: 0;
    }
    .list-group .list-block .list-inner{
        margin-right: 0;
    }
    .list-group .list-block .unit{
        display: block;
        margin: 0 auto;
        padding: 0 0 20px;
        width: auto;
    }

    .list-group .list-block .unit-detail.active{
        display: block;
    }

    /* #works > .list-group > .card */
    .list-group .card{
        border: 0;
        margin: 0 auto 5px;
        max-width: 480px;
    }
    .list-group .card .frame{
        height: auto;
        width: 100%;
        background: #fff;
        border: 1px solid #e7e7e7;
    }
    .list-group .card .thumb p{
        display: none;
    }
    .list-group .card .thumb img{
        width: 100%;
        height: auto;
    }

    .list-group .card .hdg{
        padding: 10px 10px 10px;
        min-height: 30px;
        font-weight: 400;
    }
    .list-group .card .btn{
        display: block;
        text-align: center;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #c1c1c1;
    }
    .list-group .card .btn .open,
    .list-group .card .btn .close{
        padding: 10px 0 10px 17px;
        font-size: 93%;
    }

    .list-group .card .btn .open{
        display: inline-block;
        background: url(../images/ico_open-sp.png) no-repeat 0 50%;
        background-size: 13px;
    }
    .list-group .card .btn .close{
        display: none;
        background: url(../images/ico_close-sp.png) no-repeat 0 50%;
        background-size: 13px;
    }
    .list-group .card.active .btn .open{
        display: none;
    }
    .list-group .card.active .btn .close{
        display: inline-block;
        color: #0d5484;
    }

    /* #works > .list-group > .detail */
    .list-group .unit-detail{
        padding: 0;
    }
    .list-group .unit-detail .detail-outside{
        padding: 15px 0 0;
        background: url(../images/bg_arrow.png) no-repeat 50% 3px;
        background-size: 25px 12px;
    }

    .list-group .unit-detail .detail-inside{
        padding: 30px 0 20px;
        background: #3e3e3e;
    }
    .list-group .unit-detail .photo-box{
        width: 80%;
        margin: 10%;
        padding: 0;
        /*	display: none;　*/
    }
    .list-group .unit-detail .data-box{
        width: auto;
        float: none;
    }

    .list-group .unit-detail .detail-header dl{
        overflow: hidden;
        padding: 0 20px;
    }
    .list-group .unit-detail .detail-header dt,
    .list-group .unit-detail .detail-header dd{
        display: block;
        float: left;
        font-weight: 400;
        font-size: 85%;
    }
    .list-group .unit-detail .detail-header dt{
        clear: both;
    }
    .list-group .unit-detail .detail-header .hdg{
        padding: 10px 20px;
        font-size: 131%;
    }
    .list-group .unit-detail .note{
        padding: 0 20px;
    }
    .list-group .unit-detail .solution{
        margin: 15px 0;
        padding: 0;
    }
    .list-group .unit-detail .solution dt{
        width: auto;
        display: block;
        text-align: left;
        font-size: 1.1rem;
        padding: 7px 20px;
        border-bottom: 1px solid #393939;
    }
    .list-group .unit-detail .solution dd{
        border-left: 0;
        width: auto;
    }
    .list-group .unit-detail .solution ul{
        padding: 20px;
    }

    .list-group .unit-detail .nav{
        margin-right: 0;
        padding: 0 15px;
    }
    .list-group .unit-detail .nav li{
        float: left;
        width: 50%;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .list-group .unit-detail .nav li span{
        padding: 8px 10px 9px 0;
    }






    /* #works > .list-block */
    .detail-block{
        display: none;*/
    }

    #moreBtn{
        width: auto;
        margin: 0 20px;
        padding: 10px 0;
    }
    #moreBtn span{
        display: block;
    }

    .list-group .unit-detail .photo-box .pic01 img{
        width: 90%;
        padding: 10px 5%;
    }

}

/* accordionbox　
--------------------------- */

#accordion {
    width:99%;
    margin: 10px auto;
    border:solid 6px #0d95a6;
}
#accordion dt {
    /*  cursor:pointer;*/
    background-image: url(../guide/images/icon_down.png);
    background-repeat: no-repeat;
    background-position: 90% 80%;
    padding:5px;
    font-size:14px; 
}
#accordion dt p{

}

#accordion2 {
    width:99%;
    margin: 10px auto;
    border:solid 6px #0d95a6;
    background: #0d95a6;
}
#accordion2 dt {
    cursor:pointer;
    background-image: url(../guide/images/icon_down.png);
    background-repeat: no-repeat;
    background-position: 90% 80%;
    padding:5px;
    font-size:14px; 
}


#accordion dd, #accordion2 dd{
    display:none;
    font-size:14px;
    line-height:140%;
    margin:0;
    padding:15px;
    background-color: #fff;
    color: #080058;
}
#accordion dd p, #accordion2 dd p{
    padding:10px 0;
    line-height: 1.5em;
    border-top: 1px #eee solid;
    font-weight: 600;
}
#accordion dd li, #accordion2 dd li{
    font-size:0.9em;
}

#accordion dt.active{
    /*   background-image: url(../guide/images/icon_up.png);*/
}
#accordion dt.over {
    background-color: #fff;
}

#accordion3 {
    width:99%;
    margin: 10px auto;
    padding: 6px;
}

#accordion3 dt {
    cursor:pointer;
    padding:5px;

}

@media screen and (max-width:1024px) {

    #accordion3 {
        width: 100%;
        margin: 10px auto;
        padding: 0;
    }

    #accordion3 dt {
        cursor:pointer;
        padding: 5px 0;
    }

}


@media (min-width: 1180px) {

    #accordion, #accordion2 {
        width:90%;
        margin: 10px auto;
    }

}

/** -----------------------------------------------------------------
*
*  [sp]レスポンシブ 520px
*
----------------------------------------------------------------- */
@media screen and (max-width:520px) {
    .list-group .card{
        margin: 0 20px 5px;
        max-width: auto;
    }
}