@charset "utf-8";
/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.webplus.jp/                                       */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/




/* -----------------------------------------------------------

　header

-------------------------------------------------------------- */
header {
    width: auto;
    background: rgba(0, 0, 0, 1.0);
}

.carousel-item {
    min-height: 240px;
}

.carousel-item h2 {
    font-weight: 500;
}

.carousel-item:nth-child(1) {
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.9) 100%), url(../images/heroimage01.jpg) center left no-repeat scroll;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(25%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.9))), url(../images/heroimage01.jpg) center left no-repeat scroll;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.9) 100%), url(../images/heroimage01.jpg) center left no-repeat scroll;
    background-size: cover;
}

.carousel-item:nth-child(2) {
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.9) 100%), url(../images/heroimage02.jpg) center center no-repeat scroll;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(25%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.9))), url(../images/heroimage02.jpg) center center no-repeat scroll;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.9) 100%), url(../images/heroimage02.jpg) center center no-repeat scroll;
    background-size: cover;
}

.carousel-item:nth-child(3) {
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.9) 100%), url(../images/heroimage03.jpg) center right no-repeat scroll;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(25%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.9))), url(../images/heroimage03.jpg) center right no-repeat scroll;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.9) 100%), url(../images/heroimage03.jpg) center right no-repeat scroll;
    background-size: cover;
}

.carousel-item:nth-child(4) {
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.9) 100%), url(../images/heroimage04.jpg) center center no-repeat scroll;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(25%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.9))), url(../images/heroimage04.jpg) center center no-repeat scroll;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.9) 100%), url(../images/heroimage04.jpg) center center no-repeat scroll;
    background-size: cover;
}

/* -----------------------------------------------------------

　.breadCrumb

-------------------------------------------------------------- */
.breadCrumb {
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.05);
    font-size: 1.0rem;
}

/* -----------------------------------------------------------

　#contact_thanks

-------------------------------------------------------------- */
#mfp_thanks {
    margin-bottom: 30px;
    padding: 30px 0;
    background: rgba(255, 250, 235, 1.0);
    font-size: 1.4rem;
}

#mfp_thanks strong {
    display: block;
    font-size: 1.8rem !important;
    font-weight: 700;
}

.thanksMessage h3 {
    margin-bottom: 30px;
    color: rgba(0, 89, 130, 1.0);
    font-size: 1.6rem;
}

.thanksMessage .caution ul {
    margin: 30px 0 30px 30px;
    color: rgba(255, 0, 0, 1.0);
    font-weight: 700;
    list-style: disc;
}

.thanksMessage .inquiry .tele {
    font-size: 1.4rem;
}

.thanksMessage .inquiry .tele a {
    color: rgba(51, 51, 51, 1.0);
}

.thanksMessage .inquiry .tele span {
    display: block;
    font-size: 2.0rem;
}

.thanksMessage .inquiry i {
    position: relative;
    top: -4px;
    margin-right: 0.2rem;
    font-size: 1.8rem;
}

.thanksMessage strong {
    letter-spacing: 0.2rem;
}

@media only screen and (min-width:768px) {

    #mfp_thanks {
        font-size: 1.8rem;
    }

    #mfp_thanks strong {
        display: inline;
        position: relative;
        top: 2px;
        padding: 0 3px;
        font-size: 2.2rem !important;
    }

    .thanksMessage h3 {
        font-size: 1.8rem;
    }

    .thanksMessage .inquiry .tele span {
        display: inline;
        font-size: 2.4rem;
    }

    .thanksMessage .inquiry i {
        font-size: 2.4rem;
    }

}

/* -----------------------------------------------------------

　#sitemap

-------------------------------------------------------------- */
#sitemap li ul {
    margin-top: 20px;
}

#sitemap li ul li {
    margin-bottom: 1.0rem !important;
}

#sitemap a {
    color: rgba(51, 51, 51, 1.0);
    font-size: 1.125rem;
}

#sitemap a:hover {
    color: rgba(234, 85, 6, 1.0);
}

#sitemap a::after {
    color: rgba(255, 255, 255, 1.0);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f061";
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    visibility: hidden;
}

#sitemap a:hover::after {
    padding-left: 10px;
    content: "\f061";
    color: rgba(234, 85, 6, 1.0);
    visibility: visible;
}

/* -----------------------------------------------------------

　post

-------------------------------------------------------------- */

/* -----------------------------------------------------------
　#postContent
-------------------------------------------------------------- */
#postContent h3, #postContent h4, #postContent h5, #postContent h6 {
    margin: 0;
    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;
    font-weight: 700;
}

#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 p, #postContent li, #postContent dt, #postContent dd {
    color: rgba(0, 0, 0, 1.0);
    font-size: 1.2rem;
}

#postContent ul {
    margin: 1.0rem 0 1.0rem 1.125rem;
}

#postContent ul li {
    margin-bottom: 0.5rem;
    list-style-type: disc;
}

#postContent ol {
    margin: 1.0rem 0 1.0rem 1.125rem;
}

#postContent ol li {
    margin-bottom: 0.5rem;
    list-style-type: decimal;
}

#postContent dl {
    margin: 1.0rem 0;
}

#postContent dt {
    margin: 0;
    font-weight: 700;
}

#postContent dd {
    margin: 0;
    margin-bottom: 0.5rem;
    padding-left: 1.125rem;
}

/*　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;
    border: 3px solid rgba(204, 204, 204, 1.0);
}


#postContent th {
    padding: 5px 10px;
    background: rgba(0, 175, 235, 0.1);
    border: 1px solid rgba(204, 204, 204, 1.0);
    font-weight: 400;
    vertical-align: top;
    white-space: nowrap;
}

#postContent td {
    padding: 5px 10px;
    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 {
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f060";
}

#postContent .next {
    float: right;
    width: 45%;
    text-align: left;
}

#postContent .next a::after {
    padding-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f061";
}

/*　slick
/*-------------------------------------------*/
#slickContent ul.list-inline {
    margin-top: 30px;
}

#slickContent ul.list-inline span {
    font-weight: 900;
}

#slickContent ul.list-inline li {
    margin-bottom: 1.0rem;
}

@media only screen and (min-width:768px) {

    #postContent ul {
        margin: 1.0rem 0 1.0rem 1.5rem;
    }

    #postContent ol {
        margin: 1.0rem 0 1.0rem 1.5rem;
    }

    #postContent table {
        margin: 10px 0 20px 10px;
    }

    #slickContent ul.list-inline li div {
        margin-left: 1.125rem;
    }

}

@media only screen and (min-width:992px) {

    #postContent h2 {
        margin-bottom: 50px;
        font-size: 2.0rem;
        line-height: 2.4rem;
    }

    #postContent th {
        white-space: normal;
    }

    #postContent td {
        white-space: normal;
    }

    #postContent caption {
        display: none;
    }

}

/* -----------------------------------------------------------

　archive

-------------------------------------------------------------- */
#news li {
    margin-bottom: 1.0rem;
}

#news h3 {
    font-size: 1.125rem;
    font-weight: 500;
}

#news h3::after {
    color: rgba(255, 255, 255, 1.0);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f061";
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    visibility: hidden;
}

#news h3:hover::after {
    padding-left: 10px;
    content: "\f061";
    color: rgba(234, 85, 6, 1.0);
    visibility: visible;
}

#news a {
    color: rgba(51, 51, 51, 1.0);
    font-size: 1.125rem;
}

#news a:hover {
    color: rgba(234, 85, 6, 1.0);
}

#news .postMeta {
    color: grba(204, 204, 204 1.0);
    font-size: 0.9rem;
}

/* pager */
.postNav {
    margin-top: 50px;
    text-align: center;
}

.new {
    margin-left: 10px;
    color: rgba(255, 0, 0, 1.0);
    font-size: 0.8rem;
    font-weight: 500;
}

section .pager a {
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 5px 0;
    border-bottom: 2px solid rgba(204, 204, 204, 1.0);

    color: rgba(255, 255, 255, 1.0);
}

section .pager a:hover {
    border-bottom: 2px solid rgba(234, 85, 6, 1.0);
    color: rgba(234, 85, 6, 1.0);
}

section .pager a.prev, section .pager a.next {
    border: none;
}

section .pager a:hover.prev, section .pager a:hover.next {
    border: none;
}

section .pager .current {
    color: rgba(254, 209, 54, 1.0);
    font-size: 1.8rem;
    font-weight: 500;
}

/* -----------------------------------------------------------

　#sidebar

-------------------------------------------------------------- */
#sidebar {
    margin-top: 10vh;
    padding-top: 5vh;
    border-top: 3px solid rgba(204, 204, 204, 1.0);
}

#sidebar ul {
    list-style: none;
}

#sidebar li {
    border-bottom: 1px dotted rgba(204, 204, 204, 1.0);
}

#sidebar li:last-child {
    border-bottom: none;
}

#sidebar .widget {
    margin-bottom: 40px;
}

#sidebar .widget a {
    font-size: 1.2rem;
}

#sidebar .widget h3 {
    margin: 0;
    margin-bottom: 10px;
    padding: 5px 0;
    background: rgba(0, 89, 130, 1.0);
    color: rgba(255, 255, 255, 1.0);
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}

#sidebar .widget label {
    display: none;
}

#sidebar .widget select {
    padding-left: 10px;
    width: 100%;
    height: 40px;
}

#sidebar .cat-item-1 {
    display: none;
}

@media only screen and (min-width:768px) {

    #sidebar {
        margin-top: -3px;
        padding-top: 0;
        border-top: none;
    }

    #sidebar ul ul {
        margin-left: 1.125rem;
    }

    #sidebar .widget a {
        font-size: 1.0rem;
    }

    #sidebar .widget select {
        height: 30px;
    }

}

@media only screen and (min-width:992px) {

    #sidebar .widget a {
        font-size: 1.125rem;
    }

    #sidebar .widget select {
        height: 40px;
        font-size: 1.125rem;
    }

}

/* -----------------------------------------------------------

　.search

-------------------------------------------------------------- */
#search h3.none {
    padding: 10px;
    border: 1px solid rgba(204, 204, 204, 1.0);
    color: rgba(255, 0, 0, 1.0);
    font-weight: 500;
}

#search .list {
    margin-bottom: 1.0rem;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(204, 204, 204, 1.0);
}

#search .list a::before {
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f02e";
}

#search .list a::after {
    color: rgba(255, 255, 255, 1.0);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f061";
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    visibility: hidden;
}

#search .list a:hover::after {
    padding-left: 10px;
    content: "\f061";
    color: rgba(234, 85, 6, 1.0);
    visibility: visible;
}

#search .navigation {
    margin: 50px auto;
    text-align: center;
}

#search .prev, #search .next {
    display: inline-block;
}

#search .prev::after {
    content: "｜";
}

#search .prev a::before {
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f060";
}

#search .next a::after {
    padding-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f061";
}

/* searchform-search.php */
.searchBox .field {
    padding-left: 30px;
    width: 200px;
    height: 40px;
    border: 1px solid rgba(204, 204, 204, 1.0);
    background: rgba(255, 255, 255, 1.0) url(../images/icon_search.png) 5px 10px no-repeat;
    background-size: 20px 20px;
    vertical-align: bottom;
}

.searchBox .searchsubmit {
    margin: 0 auto;
    width: 80px;
    height: 40px;
    vertical-align: bottom;
}