@charset "utf-8";

.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

body {
    /*  background-color:#e4e4e4;*/
}

img {
    max-width: 100%;
}

@media screen and (max-width:640px) {
    body #body_inner {
        /*
        position: absolute !important;
        top: 0 !important;
*/
    }

    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }
}

#body_inner {
    background: rgba(138, 163, 211, .32);
    overflow: hidden;
}

.bgWhite {
    background: #fff !important;
}

.bgArea {
    width: 100%;
    height: 50%;
    background: #f3f5fa;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.imgLoad {
    width: 100%;
    height: 100%;
    display: none;
}

#contents {
    width: 960px;
    margin: 0 auto;
    padding: 145px 0 50px;
    position: relative;
    z-index: 20;
}

.pTop0 {
    padding: 35px 0 50px !important;
}

#contents .breadcrumb {
    margin: 0 0 100px 0;
}

#contents .breadcrumb ul li {
    display: inline-block;
}

#contents .breadcrumb ul li:nth-of-type(-n+1):after {
    content: ">>";
    margin: 0 10px;
}

#contents .breadcrumb ul li a {
    color: #898989;
}

#contents .pageTitle {
    margin: 0 0 60px 0;
}

#contents .pageTitle h1 {
    font-size: 36px;
    color: #8aa3d3;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

#contents #items {
    margin: 0 -10px;
}

/*add 210324*/
#contents #items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#contents #items ul li {
    display: inline-block;
    width: 30.994%;
    height: 303.73px;
    margin: 1.169%;
    position: relative;
    overflow: hidden;
}

#contents #items ul li.icn01:before {
    content: "";
    display: block;
    width: 130px;
    height: 76px;
    background: url(/du-an-tham-khao/images/icn_new01.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#contents #items ul li.icn02:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url(/du-an-tham-khao/images/icn_new02.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#contents #items ul li.icn03:before {
    content: "";
    display: block;
    width: 130px;
    height: 76px;
    background: url(/du-an-tham-khao/images/icn_new03.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#contents #items ul li.icn04:before {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    background: url(/du-an-tham-khao/images/icn_new04.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#contents #items ul li.icn05:before {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    background: url(/du-an-tham-khao/images/icn_new05.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#contents #items ul li img {
    position: absolute;
    max-width: none;
    width: auto;
    height: 79%;
    top: 0;
}

#contents #items ul li img.img-left {
    left: 0;
}

#contents #items ul li img.img-middle {
    left: -50%;
}

#contents #items ul li img.img-right {
    right: 0;
}

#contents #items ul li.wid-double {
    width: 64.262%;
}

#contents #items ul li.wid-double img {
    position: static;
    width: auto;
}

@media screen and (min-width:641px) {
    #contents #items ul li.wid-double-pc {
        width: 64.262%;
    }

    #contents #items ul li.wid-double-pc img {
        position: static;
        width: auto;
    }
}

#contents #items ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#contents #items ul li a .cover {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 21%;
    padding: 0 19px 0 28px;
    background: rgba(255, 255, 255, 1.0);
    background-size: 24px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#contents #items ul li.wid-double a:hover .cover {
    height: 100%;
    /*    padding-top: 16%!important;*/
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#contents #items ul li a:hover .cover {
    height: 100%;
    /*    padding-top: 27%!important;*/
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
}

/*
#contents #items ul li a:hover .cover.single {
    padding-top: 30%!important;
}
*/
/*
#contents #items ul li a .cover:after {
    content: ">";
    font-size: 3.5em;
    color: #5c5c5c;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    top: calc(50% - 29px);
    right: 4%;
}
*/
#contents #items ul li a .cover h2 {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.4;
    color: #5c5c5c;
    margin-bottom: 0;
}

#contents #items ul li a:hover .cover h2 {
    font-size: 2.4em;
}

#contents #items ul li a:hover .cover h2.mini {
    font-size: 2em;
}

#contents #items ul li.wid-double a .cover h2 {
    font-size: 1.5em;
}

#contents #items ul li.wid-double a:hover .cover h2 {
    font-size: 2.4em;
}

#contents #items ul li a .cover .place {
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1.4;
    color: #5c5c5c;
    /*    margin-bottom: 1em;*/
    display: none;
    margin-bottom: .7em;
}

#contents #items ul li a:hover .cover .place {
    display: block;
}

#contents #items ul li.wid-double a .cover .place {
    margin-bottom: .7em;
}

#contents #items ul li a .cover .viewMore {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1;
    color: #8aa3d3;
    display: none;
}

#contents #items ul li a:hover .cover .viewMore {
    display: block;
}

#contents #items ul li .dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
    display: none;
}

@media screen and (min-width:641px) {
    #contents #items ul li.wid-double-pc a .cover .place {
        margin-bottom: .7em;
    }

    #contents #items ul li.wid-double-pc a .cover h2 {
        font-size: 1.5em;
    }

    #contents #items ul li.wid-double-pc a:hover .cover h2 {
        font-size: 2.4em;
    }

    #contents #items ul li.wid-double-pc a:hover .cover {
        height: 100%;
        padding-top: 0 !important;
        text-align: center;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
}

/*add 210324*/
#contents .pager {
    margin: 50px 0 0 0;
}

#contents .pager ul {
    text-align: center;
}

#contents .pager ul li {
    display: inline-block;
    margin: 0 0 10px 0;
}

#contents .pager ul li span {
    display: inline-block;
    width: 24px;
    margin: 0 5px;
    padding: 4px 0;
    font-size: 0.875;
    line-height: 1;
    text-align: center;
    border: 1px solid #212121;
    cursor: pointer;
}

#contents .pager ul li span.active {
    background-color: #212121;
    color: #FFF;
    cursor: default;
}

#contents .btn {
    width: 290px;
    margin: 50px auto;
}

.toTopBtnArea {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 140px;
    /*    right: 0;*/
    z-index: 200;
}

.toTopBtnArea a {
    display: block;
    width: 100%;
    height: 100%;
    background: #8aa3d3;
    border-radius: 50%;
    font-size: 1.2em;
    font-weight: 600;
    color: #333;
    line-height: 1;
    text-align: center;
    padding-top: calc(50% - 26px);
    float: right;
    margin-right: -1000px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.toTopBtnArea a:hover {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.toTopBtnArea a:before {
    content: ">";
    display: block;
    width: 9px;
    height: 17px;
    margin: 0 auto 1px;
    padding-right: 0px;
    font-size: 1.6em;
    line-height: 1;
    font-weight: 200;
    color: #333;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.toTopBtnArea a:hover:before {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.gb-common-2019_footer {
    z-index: 30;
}

@media screen and (min-width:1500px) {
    .toTopBtnArea {
        bottom: 120px;
    }
}

@media screen and (max-width:640px) {
    #contents {
        width: 100%;
        padding: 28px 15px;
    }

    .bgArea {
        display: none;
    }

    #contents .breadcrumb {
        display: none;
    }

    #contents .pageTitle {
        margin: 0 0 28px 0;
    }

    #contents .pageTitle h1 {
        font-size: 21px;
    }

    #contents #items {
        margin: 0 -8px;
    }

    #contents #items ul li {
        width: 46%;
        height: 44.5vw;
        margin: 2%;
    }

    #contents #items ul li img {
        width: 207.37%;
    }

    #contents #items ul li img.img-left {
        left: auto;
    }

    #contents #items ul li img.img-middle {
        left: auto;
    }

    #contents #items ul li img.img-right {
        right: auto;
    }

    #contents #items ul li img.img-left-sp {
        left: 0;
    }

    #contents #items ul li img.img-middle-sp {
        left: -50%;
    }

    #contents #items ul li img.img-right-sp {
        right: 0;
    }

    #contents #items ul li.wid-double {
        width: 100%;
    }

    #contents #items ul li.wid-double a .cover h2 {
        font-size: 3.2vw;
    }

    #contents #items ul li.icn01:before {
        width: 25vw;
        height: 15vw;
    }

    #contents #items ul li.icn02:before {
        width: 18vw;
        height: 18vw;
    }

    #contents #items ul li.icn03:before {
        width: 25vw;
        height: 15vw;
    }

    #contents #items ul li.icn04:before {
        width: 18vw;
        height: 18vw;
    }

    #contents #items ul li.icn05:before {
        width: 18vw;
        height: 18vw;
    }

    #contents #items ul li a .cover {
        height: 21%;
        padding: 7px 16px 8px 9px;
        background: rgba(255, 255, 255, 0.8);
        background-size: 14px;
    }

    #contents #items ul li.wid-double a .cover {
        padding: 10px 16px 8px 9px;
    }

    #contents #items ul li a .cover:after {
        font-size: 2.2em;
        top: calc(50% - 4.5vw);
        right: 2%;
    }

    #contents #items ul li a .cover h2 {
        font-size: 3.2vw;
        line-height: 1.2;
        /*
        display: table;
        margin: auto;
*/
    }

    #contents #items ul li a .cover .place {
        font-size: .75em;
        margin-bottom: .5em;
    }

    #contents #items ul li a:hover .cover {
        height: 21%;
        padding-top: 0;
        text-align: left;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    #contents #items ul li.wid-double a:hover .cover {
        height: 21%;
        padding-top: 0;
        text-align: left;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    #contents .pager {
        margin: 40px 0 0 0;
    }

    #contents .pager ul li {
        margin: 0 0 10px 0;
    }

    #contents .btn {
        width: 225px;
        margin: 40px auto;
    }

    .toTopBtnArea {
        right: 0;
        left: 80vw;
    }

    .toTopBtnArea a {
        margin-right: 0;
    }
}

/*下層ページ共通*/
#refPage .mvArea {
    margin: 0 calc(50% - 50vw) 1em;
    width: 100vw;
}

#refPage .mvArea .slider {
    margin-bottom: 2em;
}

#refPage .mvArea ul.slider li img {
    margin-bottom: 2em;
}

#refPage .mvArea ul li {
    width: 100%;
}

#refPage .mvArea ul.slider li img {
    width: 100%;
}

#refPage .mvArea .thumbnail-wrapper ul li {
    width: 55px;
    margin-right: 20px;
}

#refPage .mvArea .thumbnail-wrapper ul li.last {
    margin-right: 0;
}

#refPage .mainContents {
    width: 100%;
    margin-bottom: 4em;
}

#refPage .mainContents h1 {
    font-size: 3em;
    font-weight: 600;
    color: #8aa3d3;
    margin-bottom: .6em;
}

#refPage .mainContents p {
    font-size: 1.19em;
    font-weight: 500;
    color: #333;
    margin-bottom: 1.5em;
    line-height: 1.6;
    position: relative;
}

#refPage .mainContents p span {
    font-size: 115%;
    line-height: 0;
    position: relative;
    bottom: -.4em;
}

#refPage .mainContents .tableArea {
    width: 100%;
    padding-top: 1em;
    margin-bottom: 5em;
}

#refPage .mainContents .tableArea table {
    display: inline-block;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

#refPage .mainContents .tableArea table tr th:nth-child(1) {
    width: 244px;
}

#refPage .mainContents .tableArea table tr th:nth-child(2) {
    width: 327px;
}

#refPage .mainContents .tableArea table tr th:nth-child(3) {
    width: 230px;
}

#refPage .mainContents .tableArea table tr th:nth-child(4) {
    width: 159px;
}

#refPage .mainContents .tableArea table th {
    font-size: 1em;
    color: #333;
    font-weight: 500;
    background: #d9d9d9;
    border: 1px solid #d9d9d9;
    padding: 0.1em;
}

#refPage .mainContents .tableArea table th:nth-child(even) {
    background: #C4C4C4;
    border: 1px solid #C4C4C4;
}

#refPage .mainContents .tableArea table td {
    text-align: center;
    font-size: 1.1em;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: .5em 0;
}

#refPage .mainContents .featuedProductsArea {
    width: 100%;
}

#refPage .mainContents .featuedProductsArea h2 {
    font-size: 2.4em;
    font-weight: 600;
    color: #333;
    margin-bottom: .5em;
}

#refPage .mainContents .featuedProductsArea ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6em;
}

#refPage .mainContents .featuedProductsArea ul li {
    width: 18.4%;
    margin-right: 2%;
}

#refPage .mainContents .featuedProductsArea ul li:nth-child(5n) {
    margin-right: 0;
}

#refPage .mainContents .featuedProductsArea ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#refPage .mainContents .featuedProductsArea ul li a:hover {
    background: #efefef;
}

#refPage .mainContents .featuedProductsArea ul li:last-child {
    margin-right: 0;
}

#refPage .mainContents .featuedProductsArea ul li .itemImg {
    width: 100%;
    margin-bottom: .5em;
}

#refPage .mainContents .featuedProductsArea ul li .itemName {
    font-size: 1.4em;
    font-weight: 600;
    color: #333;
    margin-bottom: .05em;
    text-align: center;
    position: relative;
}

#refPage .mainContents .featuedProductsArea ul li .itemCont {
    width: 100%;
    margin-bottom: .3em;
}

#refPage .mainContents .featuedProductsArea ul li .itemCont>div {
    text-align: center;
}

#refPage .mainContents .featuedProductsArea ul li .itemCont dl {
    width: 100%;
    /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
*/
}

#refPage .mainContents .featuedProductsArea ul li .itemCont span.dt {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    text-align: right;
    padding-right: .5em;
    position: relative;
}

#refPage .mainContents .featuedProductsArea ul li .itemCont span.dd {
    font-size: 1em;
    font-weight: 600;
    color: #333;
    text-align: left;
    position: relative;
}

/*
#refPage .mainContents .featuedProductsArea ul li .itemCont span {
    display: inline-block;
    width: 50%;
    margin-right: .5em;
    border: 1px solid #5c5c5c;
    padding: 1px;
    font-size: .8em;
    font-weight: 500;
    color: #333;
    text-align: left;
}
*/
#refPage .mainContents .featuedProductsArea ul li .viewBtn {
    width: 100%;
    font-size: 1.3em;
    font-weight: 500;
    color: #fff;
    background: #697791;
    padding: .5em 0;
    text-align: center;
    margin-top: 1em;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#refPage .mainContents .featuedProductsArea ul li .viewBtn:hover {
    background: #4D576A;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#refPage .mainContents .featuedProductsArea ul li .viewBtn a {
    width: 51%;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

#refPage .mainContents .featuedProductsArea ul li .viewBtn a:hover {
    color: #fff;
}

#refPage .mainContents .featuedProductsArea .detailBtnArea {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#refPage .mainContents .featuedProductsArea .detailBtnArea .detailBtn {
    width: 307px;
    height: 92px;
    margin: 0 auto 1.5em;
    overflow: hidden;
}

#refPage .mainContents .featuedProductsArea .detailBtnArea .detailBtn .neorest {
    background: url(/du-an-tham-khao/images/common/detailBtn_neorest.png) top center no-repeat #000;
    background-size: cover;
    -webkit-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#refPage .mainContents .featuedProductsArea .detailBtnArea .detailBtn .washlet-plus {
    background: url(/du-an-tham-khao/images/common/detailBtn_washlet-plus.png) top center no-repeat #000;
    background-size: cover;
    -webkit-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#refPage .mainContents .featuedProductsArea .detailBtnArea .detailBtn .washlet {
    background: url(/du-an-tham-khao/images/common/detailBtn_washlet.png) top center no-repeat #000;
    background-size: cover;
    -webkit-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#refPage .mainContents .featuedProductsArea .detailBtnArea .detailBtn .faucet-shower {
    background: url(/du-an-tham-khao/images/common/detailBtn_faucetandshower.png) top center no-repeat #000;
    background-size: cover;
    -webkit-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#refPage .mainContents .featuedProductsArea .detailBtnArea .detailBtn .public-restrooms {
    background: url(/du-an-tham-khao/images/common/detailBtn_public-restrooms.png) top center no-repeat #000;
    background-size: cover;
    -webkit-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#refPage .mainContents .featuedProductsArea .detailBtnArea .detailBtn:hover {
    /*
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.15, 1.15);
*/
    opacity: 0.8;
}

#refPage .mainContents .featuedProductsArea .detailBtnArea .detailBtn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 28px 0;
}

#refPage .mainContents .featuedProductsArea .detailBtnArea .detailBtn .blackLine {
    display: block;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: rgba(51, 51, 51, .6);
    font-size: 20px;
    padding: 2px 0;
    position: relative;
}

#refPage .mainContents .featuedProductsArea .detailBtnArea .detailBtn .blackLine:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 24px;
}

#refPage .mainContents .featuedProductsArea .optionBtnArea {
    width: 51%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#refPage .mainContents .featuedProductsArea .optionBtnArea .optionBtn {
    width: 45%;
    border: 1px solid #767676;
    padding: .5em 0;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#refPage .mainContents .featuedProductsArea .optionBtnArea .optionBtn:hover {
    background: #efefef;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#refPage .mainContents .featuedProductsArea .optionBtnArea .optionBtn a {
    display: block;
    width: 100%;
    height: 100%;
}

#refPage .mainContents .featuedProductsArea .optionBtnArea .shere:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 21px;
    background: url(/du-an-tham-khao/images/common/icn_shere.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(50% - 10px);
    left: 1em;
}

#refPage .mainContents .featuedProductsArea .optionBtnArea .pdf:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/du-an-tham-khao/images/common/icn_pdf.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(50% - 12px);
    left: 1em;
}

#refPage .footBtnArea {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
}

#refPage .footBtnArea .footBtn {
    width: 307px;
    margin: 0 auto;
    background: #8aa3d3;
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    /*    padding: .7em 0;*/
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}

#refPage .footBtnArea .footBtn:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 24px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#refPage .footBtnArea .footBtn:hover:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*
#refPage .footBtnArea .footBtn:hover {
    background: #9dbaf1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
*/
#refPage .footBtnArea .footBtn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    padding: 8px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#refPage .footBtnArea .footBtn a:hover {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#refPage .thumbnail-wrapper {
    width: 960px;
    margin: 0 auto;
}

#refPage .thumbnail-list {
    width: 100%;
    margin: 0 0 3em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#refPage .thumbnail-item {
    height: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#refPage .thumbnail-item:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: .3s opacity linear;
    transition: .3s opacity linear;
}

#refPage .thumbnail-current:after {
    opacity: 0;
}

#refPage .thumbnail-item img {
    position: absolute;
    max-width: none;
    width: auto;
    height: 100%;
    top: 0;
    left: -41%;
}

#refPage sup {
    font-size: 115%;
    line-height: 0;
    position: absolute;
    bottom: 32%;
    padding-right: 0px;
}

#refPage .mainContents .featuedProductsArea ul li .itemCont span.dt sup {
    bottom: 19%;
}

.pc-only {
    display: inline !important;
}

.sp-only {
    display: none !important;
}

@font-face {
    font-family: 'entyporegular';
    src: url('Entypo-webfont.eot');
    src: url('Entypo-webfont.eot?#iefix') format('embedded-opentype'),
        url('Entypo-webfont.woff') format('woff'),
        url('Entypo-webfont.ttf') format('truetype'),
        url('Entypo-webfont.svg#entyporegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#refPage a[class*="entypo-"]:before,
span[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}

#refPage .button {
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 24px;
    /* height: 40px; */
    line-height: 40px;
    text-align: center;
    -webkit-transition: -webkit-transform .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateZ(1);
    width: 40px;
}

#refPage .snsBtnwrapper {
    display: none;
}

#refPage .snsBtnArea {
    width: 150px;
    background: #f0f0f0;
    padding: 1em;
    margin: 13px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#refPage .snsBtnArea:before {
    content: "";
    display: block;
    background: #f0f0f0;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -10px;
    left: 30px;
}

#refPage .snsBtnArea>div:first-child {
    margin-right: 1em;
}

#refPage .snsBtnArea .twitter {
    background: #00acee;
}

#refPage .snsBtnArea .facebook {
    background: #3B5998;
}

@media screen and (max-width:640px) {
    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: inline !important;
    }

    #refPage .mainContents {
        width: 94%;
        margin: 0 auto 2em;
    }

    #refPage .mainContents h1 {
        font-size: 6.93vw;
        color: #8aa3d3;
        margin-bottom: .6em;
        line-height: 1.055;
    }

    #refPage .mainContents p {
        font-size: 3.2vw;
        font-weight: 600;
        color: #333333;
        margin-bottom: 1.5em;
        line-height: 1.6;
    }

    .pTop0 {
        padding: 0 0 50px !important;
    }

    #refPage .thumbnail-wrapper {
        width: 100%;
    }

    #refPage .thumbnail-list {
        margin: 0 0 7vw auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #refPage .mvArea .slider {
        margin-bottom: 3vw;
    }

    #refPage .mvArea ul.slider li img {
        margin-bottom: 0;
    }

    #refPage .mvArea .thumbnail-wrapper ul li {
        width: 9.33vw;
        margin-right: 4vw;
        margin-bottom: 4vw;
    }

    #refPage .thumbnail-item {
        height: 9.33vw;
    }

    #refPage .mainContents .tableArea table {
        display: inline-block;
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

    #refPage .mainContents .tableArea table tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    #refPage .mainContents .tableArea table tbody tr {
        width: 50%;
    }

    #refPage .mainContents .tableArea table th {
        width: 100%;
        height: 3.87em;
        border-left: none;
        border-right: none;
        border-bottom: none;
        font-size: 2.66vw;
        color: #333;
        font-weight: 500;
        background: #d9d9d9;
        border: 1px solid #d9d9d9;
        padding: 0.3em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* text-align: left;*/
    }

    #refPage .mainContents .tableArea table td {
        width: 100%;
        height: 3.5em;
        text-align: left;
        font-size: 2.93vw;
        border-top: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
        border-bottom: none;
        padding: 0.3em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #refPage .mainContents .tableArea table td:last-child {
        border-bottom: 1px solid #d9d9d9;
    }

    #refPage .mainContents .tableArea table tr th:nth-child(1) {
        width: auto;
    }

    #refPage .mainContents .tableArea table tr th:nth-child(2) {
        width: auto;
    }

    #refPage .mainContents .tableArea table tr th:nth-child(3) {
        width: auto;
    }

    #refPage .mainContents .tableArea table tr th:nth-child(4) {
        width: auto;
    }

    #refPage .mainContents .featuedProductsArea h2 {
        font-size: 5.33vw;
    }

    #refPage .mainContents .featuedProductsArea ul li:nth-child(5n) {
        margin-right: auto;
    }

    #refPage .mainContents .featuedProductsArea ul li {
        width: 46%;
        margin-right: 8%;
    }

    #refPage .mainContents .featuedProductsArea ul li:nth-child(2n) {
        margin-right: 0;
    }

    #refPage .mainContents .featuedProductsArea ul li .itemName {
        font-size: 3.73vw;
    }

    #refPage .mainContents .featuedProductsArea ul li .itemCont {}

    #refPage .mainContents .featuedProductsArea ul li .itemCont span.dt {
        font-size: 2.4vw;
    }

    #refPage .mainContents .featuedProductsArea ul li .itemCont span.dd {
        font-size: 2vw;
    }

    #refPage .mainContents .featuedProductsArea .detailBtnArea .detailBtn {
        width: 100%;
        margin: 0 0 2em !important;
    }

    #refPage .mainContents .featuedProductsArea .detailBtnArea .detailBtn:last-child {
        margin-bottom: 0;
    }

    #refPage .mainContents .featuedProductsArea .optionBtnArea {
        width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #refPage .mainContents .featuedProductsArea .optionBtnArea .optionBtn {
        width: 47%;
    }

    #refPage .footBtnArea {
        margin-bottom: 0;
    }

    #refPage .footBtnArea .footBtn {
        width: 70%;
        padding: .5em 0;
    }

    #refPage .snsBtnArea {
        width: 100%;
    }
}

#refPage .wide {
    width: 19% !important;
}

#refPage .wide .itemImg img {
    max-width: 97% !important;
}

@media screen and (max-width:640px) {
    #refPage .wide {
        width: 46% !important;
    }

    #refPage .wide .itemImg img {
        max-width: 100% !important;
    }
}

/*下層ページ共通ここまで*/
#contents {
    font-size: 10.4px;
    /*    font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, sans-serif;*/
    /* font-family: 'Poppins', sans-serif; */
}