    @charset "utf-8";

/*
*
*レスポンシブ調整　PC用
*
*/


/*top featrue*/

#topFeature .txtBox01 {
    width: 202px;
    margin: 5px 0 10px 15px;
    float: left;
    min-height: 250px;
    position: relative;
}

#topFeature .snsWrapper + .txtBox01 {
    margin-left: 0;
}

#topFeature .txtBox01 img {
    width: 100%;
    max-height: 120px;
    margin-bottom: 14px;
}

#topFeature .txtBox01 img.mark {
    z-index: 1;
    position: absolute;
    width: 55px;
}

#topFeature .txtBox01 .time {
    color: #000;
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
}

.time:before {
    position: relative;
    content: "";
    background-repeat: no-repeat;
    background-image: url(../images/clock.png);
    background-size: auto 70%;
    background-position: center center;
    display: block;
    width: 20px;
    height: 21px;
    right: 0;
    z-index: 100;
    top: 0;
    float: left;
    margin-right: 3px;
}

#topFeature .txtBox01 .titS02 {
    background: none;
    padding-left: 0;
    font-size: 15px;
    border-bottom: none;
}

#topFeature .txtBox01:hover {
    margin: 4px -1px 9px 14px;
    border: 2px solid #0067ca;
    cursor: pointer;
}

#topFeature .snsWrapper + .txtBox01:hover {
    margin: 4px -1px 9px -1px;
    border: 2px solid #0067ca;
}


/*top feature // */


/*--- 共通 ---*/

.pcnone {
    display: none;
}

header .inner > div {
    width: 980px;
}

nav {
    background-color: #FFF !important;
}

.show {
    display: block !important;
}

header {
    background-color: #fff !important;
}

header {
    border: none;
}

.SP_footer {
    display: none;
}

footer .sky {
    min-height: 500px;
}

.switch {
    text-align: center;
}

.switch #btnPC {
    text-align: center;
}

/*
.announce dd img.spnone {
    display: block;
    margin: 20px;
}
*/


/*
 dl.announce dd img.pcnone {
        display: block !important;
    }
*/

.switch #btnPC:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-image: url(../images/PC.png);
    background-size: auto 50%;
    background-position: center center;
    display: block;
    width: 100%;
    height: 40px;
    left: -51px;
    bottom: 60px;
    z-index: 99999;
}

.switch #btnSP {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    font-size: 20px;
    display: block;
    border: 3px solid #aaa;
}


/*bxslider*/

.bx-controls-direction {
    display: none;
}

.bgWood01 .bx-controls-direction {
    display: block;
}


/* スマホ用メニュー */

@media screen and (min-width:768px) {
    #spMenu {
        display: block!important;
    }
}

#spMenu {
    display: block;
}

#spMenu,
x:-moz-any-link {
    margin-top: 42px;
}

#SP_close {
    display: none;
}

body .wrapper .inner {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}


/*shienRegistration　ページ用調整*/

body .wrapper fieldset .inner {
    width: auto;
}

header .inner ul {
    margin-bottom: 6px;
}

/*table inner*/
body .wrapper table.inner {
    width: auto;
}

.heiMax .bx-viewport{
    height: 435px!important;
}

/*works_detail.html */

@media screen and (min-width:768px) {
    .time_table {
        display: block !important;
    }
    .time_toggle {
        pointer-events: none;
    }
    .Img35Pc {
        width: 35%;
    }
    .Img130 {
        width: 130px;
    }
    .Img130 img {
        width: 100%;
    }
}
/*articles.html */
@media screen and (min-width:768px) {
.ogpImg img {
        width: 100%;
}
}

.PC_footer ul.switch{
    display: none;
}