@charset "utf-8";
/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* http://www.webplus.jp/                                       */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/




/* -----------------------------------------------------------

　post

-------------------------------------------------------------- */

/* -----------------------------------------------------------
　#loop
-------------------------------------------------------------- */
#loop li {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    list-style-type: none;
}

/* タイトル */
#loop li h3 {
    font-size: 1.4rem;
}

#loop li h3 a::before {
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "\f02e";
}

#loop li h3 a::after {
    visibility: hidden;
    position: relative;
    top: -3px;
    color: rgba(255, 255, 255, 1.0);
    font-size: 1.0rem;
    font-family: "FontAwesome";
    content: "\f061";
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

#loop li h3 a:hover::after {
    visibility: visible;
    margin-left: 5px;
    color: rgba(255, 102, 0, 1.0);
}

/* カテゴリー */
#loop li div a {
    margin-left: 10px;
    font-weight: bold;
}

#loop li div a::before {
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "\f111";
}

#loop li div a:hover::before {
    content: "\f058";
}

#loop li div a.information {
    color: rgba(234, 85, 6, 1.0);
}

#loop li div a.tanabata {
    color: rgba(105, 130, 27, 1.0);
}

#loop li div a.product {
    color: rgba(0, 123, 187, 1.0);
}

#loop li div a.other,
#loop li div a.sendaitanabata,
#loop li div a.othertanabata,
#loop li div a.events,
#loop li div a.others {
    color: rgba(136, 127, 122, 1.0);
}

#loop li div a:hover {
    color: rgba(243, 152, 0, 1.0);
}

/* ページャー */
.postNav .current {
    padding: 0.5rem 0.65rem;
    border-radius: 4px;
    background: rgba(0, 0, 0, 1.0);
    color: rgba(255, 255, 255, 1.0);
}

@media only screen and (min-width:768px) {

    #loop li {
        margin-right: 25px;
    }

}

@media only screen and (min-width:992px) {

    #loop li {
        margin-right: 40px;
    }

}

@media only screen and (min-width:1200px) {

    #loop li {
        margin-right: 50px;
    }

}

/* -----------------------------------------------------------
　#postContent
-------------------------------------------------------------- */
#postContent h2 {
    margin: 0;
    margin-bottom: 30px;
    padding: 15px 10px;
    background: rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
    line-height: 2.0rem;
}

#postContent h2:first-child {
    margin-top: 0;
}

#postContent h3,
#postContent h4,
#postContent h5,
#postContent h6 {
    margin: 0;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

#postContent h3 {
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    font-size: 1.4rem;
}

#postContent h4,
#postContent h5,
#postContent h6 {
    font-size: 1.2rem;
}

#postContent h4 {
    border-bottom: 2px solid rgba(0, 67, 124, 0.3);
    color: rgba(0, 67, 124, 1.0);
}

#postContent h5 {
    border-bottom: 1px solid rgba(235, 97, 0, 0.3);
    color: rgba(235, 97, 0, 1.0);
}

#postContent h6 {
    border-bottom: 1px solid rgba(0, 175, 235, 0.3);
    color: rgba(0, 175, 235, 1.0);
}

/* p, li */
#postContent ul {
    margin: 20px 0 20px 26px;
}

#postContent ul li {
    list-style-type: disc;
}

#postContent ol {
    margin: 20px 0 20px 30px;
}

#postContent ol li {
    list-style-type: decimal;
}

#postContent dl {
    margin: 20px 0;
}

#postContent dt {
    margin: 0;
}

#postContent dd {
    margin: 0;
    margin-bottom: 20px;
    padding-left: 20px;
}

/*　image
/*-------------------------------------------*/
#postContent img[class*="wp-image"] {
    max-width: 100%;
    height: auto;
}

#postContent img.alignright {
    float: right;
    margin: 0 0 0 20px;
}

#postContent img.alignleft {
    float: left;
    margin: 0 20px 0 0;
}

#postContent img.aligncenter {
    margin: 20px auto;
}

/*　table
/*-------------------------------------------*/
#postContent table {
    margin: 0;
    margin: 10px 0 20px;
    width: 98.5%;
}

body:not(.recruit) #postContent th {
    padding: 5px 10px 0;
    background: rgba(105, 130, 27, 0.1);
    border: 1px solid rgba(204, 204, 204, 1.0);
    font-weight: 400;
    vertical-align: top;
    white-space: nowrap;
}

body:not(.recruit) #postContent td {
    padding: 5px 10px 0;
    border: 1px solid rgba(204, 204, 204, 1.0);
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

#postContent .table-responsive {
    clear: both;
    border: none;
    text-align: center;
}

#postContent caption {
    padding: 3px 5px;
    background: rgba(245, 245, 245, 1.0);
    color: rgba(255, 0, 0, 1.0);
    font-size: 1.0rem;
}

/*　prev, next
/*-------------------------------------------*/
#postContent .navigation {
    clear: both;
    margin: 50px 0 0;
    padding: 12px 0 40px;
    background: rgba(0, 0, 0, 0.05);
}

#postContent .navigation a {
    font-size: 1.0rem;
    text-decoration: none;
}

#postContent .prev {
    float: left;
    width: 45%;
    text-align: right;
}

#postContent .prev a::before {
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "\f060";
}

#postContent .next {
    float: right;
    width: 45%;
    text-align: left;
}

#postContent .next a::after {
    margin-left: 5px;
    font-family: "FontAwesome";
    content: "\f061";
}

@media only screen and (min-width:768px) {

    #postContent ul {
        margin: 20px 0 20px 35px;
    }

    #postContent ol {
        margin: 20px 0 20px 40px;
    }

    #postContent table {
        margin: 10px 0 20px 10px;
    }

}

@media only screen and (min-width:992px) {

    #postContent h2 {
        margin-bottom: 50px;
        font-size: 2.0rem;
        line-height: 2.4rem;
    }

    #postContent ul {
        margin: 20px 0 20px 30px;
    }

    #postContent ol {
        margin: 20px 0 20px 38px;
    }

    #postContent th {
        white-space: normal;
    }

    #postContent td {
        white-space: normal;
    }

    #postContent caption {
        display: none;
    }

}

/* -----------------------------------------------------------

　.cases

-------------------------------------------------------------- */
.cases #postContent img {
    width: 100%;
    height: auto;
}

.cases #postContent ul {
    margin-left: 0;
}

.cases #postContent .view li {
    padding: 0.2%;
    background: rgba(0, 0, 0, 1.0);
}

.cases #postContent .thumb li {
    margin: 0 1px;
    border: 3px solid rgba(255, 255, 255, 1.0);
}

.cases #postContent .thumb li:hover {
    border: 3px solid rgba(228, 94, 50, 0.5);
}

.cases #postContent .thumb li.slick-current {
    border: 3px solid rgba(248, 181, 0, 1.0);
}

.cases #postContent .thumb .slick-slide:not(.slick-current) img {
    opacity: 0.5;
}

.cases #postContent a img:hover {
    opacity: 1.0;
}

.cases #postContent .slick-slide {
    position: relative;
}

.cases #postContent .slick-slide .caption {
    display: none;
}

ul[class*='view'],
ul[class*='thumb'] {
    display: none;
}

ul[class*='view'].slick-initialized,
ul[class*='thumb'].slick-initialized {
    display: block;
}

@media only screen and (min-width:576px) {

    .cases #postContent .slick-slide .caption {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 1%;
        padding: 5px 10px;
        width: 98%;
        background: rgba(0, 0, 0, 0.5);
        color: rgba(255, 255, 255, 1.0);
        opacity: 0;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .cases #postContent .slick-current .caption {
        font-size: 1.0rem;
        opacity: 1.0;
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

}

@media only screen and (min-width:992px) {

    .cases #postContent .slick-slide .caption {
        padding: 10px 20px;
    }

    .cases #postContent .thumb li {
        border: 5px solid rgba(255, 255, 255, 1.0);
    }

    .cases #postContent .thumb li:hover {
        border: 5px solid rgba(228, 94, 50, 0.5);
    }

    .cases #postContent .thumb li.slick-current {
        border: 5px solid rgba(248, 181, 0, 1.0);
    }

}

@media all and (-ms-high-contrast:none) {

    /* IEハック */
    .cases #postContent li:nth-child(-n+4) .nav-link {
        padding-top: 12px;
        padding-bottom: 4px;
    }

}

/* -----------------------------------------------------------

　.search

-------------------------------------------------------------- */
.search #pageContent h3.none {
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid rgba(255, 0, 0, 0.3);
    color: rgba(255, 0, 0, 1.0);
}

.search #pageContent .list {
    margin: 20px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

/* タイトル*/
.search #pageContent .list h3 {
    font-size: 1.4rem;
}

.search #pageContent .list h3 a::before {
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "\f002";
}

.search #pageContent .list h3 a::after {
    visibility: hidden;
    position: relative;
    top: -3px;
    color: rgba(255, 255, 255, 1.0);
    font-size: 1.0rem;
    font-family: "FontAwesome";
    content: "\f061";
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.search #pageContent .list h3 a:hover::after {
    visibility: visible;
    padding-left: 5px;
    color: rgba(255, 102, 0, 1.0);
}

/* カテゴリー*/
.search #pageContent .list div a {
    margin-left: 10px;
    font-weight: bold;
}

.search #pageContent .list div a::before {
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "\f111";
}

.search #pageContent .list div a:hover::before {
    content: "\f058";
}

.search #pageContent .list div a.information {
    color: rgba(234, 85, 6, 1.0);
}

.search #pageContent .list div a.tanabata {
    color: rgba(105, 130, 27, 1.0);
}

.search #pageContent .list div a.product {
    color: rgba(0, 123, 187, 1.0);
}

.search #pageContent .list div a.other {
    color: rgba(136, 127, 122, 1.0);
}

.search #pageContent .list div a:hover {
    color: rgba(243, 152, 0, 1.0);
}

.search #pageContent .navigation {
    margin: 50px auto;
    text-align: center;
}

.search #pageContent .prev {
    display: inline-block;
}

.search #pageContent .prev::after {
    content: "｜";
}

.search #pageContent .prev a::before {
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "\f060";
}

.search #pageContent .next {
    display: inline-block;
}

.search #pageContent .next a::after {
    margin-left: 5px;
    font-family: "FontAwesome";
    content: "\f061";
}

#sidebar .searchForm {
    margin-bottom: 20px;
}

#sidebar .searchForm .field,
.searchBox .field {
    float: left;
    padding-left: 30px;
    width: 210px;
    height: 40px;
    background: rgba(255, 255, 255, 1.0) url(../images/bg_search.png) 5px 12px no-repeat;
    background-size: 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

#sidebar .searchForm .field {
    margin: 0 auto;
}

#sidebar .searchForm .searchsubmit {
    width: 80px;
    height: 40px;
}

.searchBox .searchsubmit {
    float: left;
    width: 80px;
    height: 40px;
}

@media only screen and (min-width:768px) {

    #sidebar .searchForm .field {
        width: 100%;
    }

}

@media only screen and (min-width:992px) {

    #sidebar .searchForm .field {
        width: 72%;
    }

    #sidebar .searchForm .searchsubmit {
        margin: inherit;
        width: 28%;
    }

}

@media only screen and (min-width:1200px) {

    .search #pageContent h3.none {
        text-align: center;
    }

}

@media all and (-ms-high-contrast:none) {

    /* IEハック */
    #sidebar .searchForm .field,
    .searchBox .field {
        padding-top: 5px;
    }

    #sidebar .searchForm .searchsubmit {
        padding-top: 5px;
    }

    #sidebar select {
        padding-top: 7px;
    }

}