@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

body {
    background-color: #F9F9F4;
    font-size: 15px;
    line-height: 1.5;
    color: #3F3F3E;
}
.clear{
	clear: both
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

ul {
    list-style: none;
}

a {
    text-decoration: underline;
    color: #3F3F3E;
}
a:hover {
    text-decoration: underline;
}

.inner {
    width: 980px;
    margin: 0 auto;
}

.mincho {
    /*font-family: 'Sawarabi Mincho';*/
    font-family: "source-han-serif-japanese",serif;
    font-style: normal;
    font-weight: 200;
}

.basefont {
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

.gothic {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-style: normal;
    font-weight: 200;
}
.red{
	color: #ff0000;
	font-weight: bold
}


#header {
    width: 100%;
    position: relative;
}

#header .hdBanner {
    display: block;
    width: 100%;
    overflow: hidden;
}
#header .hdBanner img {
    max-width: inherit;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

#header .hdSlogan {
    font-weight: normal;
    color: #ffffff;
    text-shadow:0px 0px 2px rgba(0,0,0,0.65);
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
}

#header .hdContent {
    width: 100%;
    background: url(../img/common/header-posi-banner.png) no-repeat center bottom;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 80px 0 10px;
    z-index: 1;
}
#header .hdContent .hdLogo {
    width: 196px;
    margin-left: 70px;
    margin-bottom: 35px;

}
#header .hdContent .hdLogo a {
    display: block;
}
#header .hdContent .mainMenu {

}
#header .hdContent .mainMenu ul {
    width: 100%;
}
#header .hdContent .mainMenu ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 36px 20px 0;
    /*width: 150px;*/
}
#header .hdContent .mainMenu ul li a {
    color: #1d1d1d;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    padding-left: 25px;
}
#header .hdContent .mainMenu ul li:nth-child(1) a{
    background: url('../img/common/menu_1.png') no-repeat left top 3px/20px;
}
#header .hdContent .mainMenu ul li:nth-child(2) a{
    background: url('../img/common/menu_2.png') no-repeat left top 3px/20px;
}
#header .hdContent .mainMenu ul li:nth-child(3) a{
    background: url('../img/common/menu_3.png') no-repeat left top 3px/20px;
}
#header .hdContent .mainMenu ul li:nth-child(4) a{
    background: url('../img/common/menu_4.png') no-repeat left top 3px/20px;
}
#header .hdContent .mainMenu ul li:nth-child(5) a{
    background: url('../img/common/menu_5.png') no-repeat left top 3px/20px;
}
#header .hdContent .mainMenu ul li:nth-child(6) a{
    background: url('../img/common/menu_6.png') no-repeat left top 3px/20px;
}
#header .hdContent .mainMenu ul li a:hover {
    text-decoration: underline;
}
#header .hdContent .mainMenu ul li a span {
    font-size: 12px;
    color: #A1A199;
    display: block;
    text-align: center;
    line-height: 1;
}

#header .hdContent .breadcrumb {
    width: 100%;
    float: left;
    margin-top: 15px;
}
#header .hdContent .breadcrumb ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
#header .hdContent .breadcrumb ul li:after {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 11px;
    color: #7B7B7B;
}
#header .hdContent .breadcrumb ul li:last-child:after {
    display: none;
}
#header .hdContent .breadcrumb ul li + li {
    margin-left: 2px;
}
#header .hdContent .breadcrumb ul li a {
    color: #7B7B7B;
    text-decoration: none;
}
#header .hdContent .breadcrumb ul li a:hover {
    text-decoration: underline;
}



#content {
    width: 100%;
    padding: 50px 0 60px;
}
#content .inner:after {
    content: "";
    display: table;
    clear: both;
}


/* Pagination */
.pagination {
    width: 100%;
}
.pagination ul {
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    width: 30px;
    margin: 0 3px 5px;
}
.pagination ul li a {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 4px 0;
    text-decoration: none;
    border: 1px solid #76B536;
    background-color: #76B536;
}
.pagination ul li.active a,
.pagination ul li a:hover {
    background-color: #FFF;
    color: #76B536;
}



/* Sidebar */
#sideBar {
    width: 220px;
    float: left;
}

#sideBar .sbarTitle {
    width: 100%;
    background-color: #509F48;
    font-size: 18px;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    padding: 1px;
    position: relative;
    line-height: 1.4;
    margin-bottom: 20px;
}
#sideBar .sbarTitle span {
    padding: 9px 5px;
    display: block;
    border: 1px solid #FFF;
}

#sideBar .sbarNav {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 23px;
}
#sideBar .sbarNav li {
    margin-bottom: 13px;
    background: url(../img/common/sbar-nav-icon.png) no-repeat left top 3px;
    padding-left: 14px;
}
#sideBar .sbarNav li a {

}
#sideBar .sbarNav li ul {
    margin-top: 5px;
}
#sideBar .sbarNav li ul li {
    margin-bottom: 5px;
}

#sideBar .sbarBanner {
    width: 100%;
    margin-bottom: 12px;
    padding-top: 20px;
    border-top: 2px dashed #707070;
}
#sideBar .sbarBanner li {
    text-align: center;
}
#sideBar .sbarBanner li+li {
    margin-top: 5px;
}

#sideBar .sbarSocial {
    width: 100%;
    text-align: center;
}
#sideBar .sbarSocial li {
    width: 32px;
    display: inline-block;
    margin: 0 2px;
}


/* Blog Calendar */
.sbarBanner .widget_calendar {
    width: 100%;
    background-color: #FFF;
    padding: 8px 9px 10px;
    text-align: left;
    margin-bottom: 15px;
}
.sbarBanner .widget_calendar .widget-title {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    color: #0D8A40;
    margin-bottom: 8px;
}
.sbarBanner .widget_calendar .calendar_wrap {
    width: 100%;
}
.sbarBanner .widget_calendar #wp-calendar {
    width: 100%;
    font-size: 12px;
}
.sbarBanner .widget_calendar #wp-calendar caption {
    text-align: center;
    font-size: 12px;
    color: #76B536;
    padding-bottom: 3px;
}
.sbarBanner .widget_calendar #wp-calendar thead {
    border-bottom: 1px solid #C7C7C7;
}
.sbarBanner .widget_calendar #wp-calendar thead th {
    font-weight: normal;
    color: #76B536;
    text-align: center;
}
.sbarBanner .widget_calendar #wp-calendar tbody {
    padding-top: 2px;
}
.sbarBanner .widget_calendar #wp-calendar tbody td {
    text-align: center;
    padding-bottom: 2px;
}
.sbarBanner .widget_calendar #wp-calendar tbody td a {
    display: block;
    background-color: #D9F0C2;
}
.sbarBanner .widget_calendar #wp-calendar tbody tr:first-child td {
    padding-top: 5px;
}
.sbarBanner .widget_calendar #wp-calendar tfoot #prev {
    text-align: left;
    padding-top: 10px;
}
.sbarBanner .widget_calendar #wp-calendar tfoot #next {
    text-align: right;
    padding-top: 10px;
}


/* Main Content */
#mainContent {
    width: 730px;
    float: right;
}
#mainContent .primary {
    width: 100%;
    overflow: hidden;
}

.pageTitle {
    text-align: center;
    font-size: 35px;
    font-weight: normal;
    color: #3B3B3B;
    margin-bottom: 30px;
}

.areaBgTitle {
	font-weight: 300;
    color: #FFF;
    padding: 6px 10px;
    background: url('../img/common/area-bg-title.png');
    font-size: 22px;
    position: relative;
    letter-spacing: 1px;
}
.areaBgTitle:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #FFF;
    bottom: 1px;
    left: 0;
}

.contactArea {
    width: 100%;
    margin-top: 85px;
}
.contactArea .ctaBanner {
    width: 100%;
    margin-bottom: 35px;
}
.contactArea .ctaSubTitle {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 25px;
}
.contactArea .ctaBtn {
    width: 100%;
    overflow: hidden;
}
.contactArea .ctaBtn li {
    width: 355px;
    float: left;
}
.contactArea .ctaBtn li:nth-child(2n) {
    float: right;
}
.contactArea .ctaBtn li .noteBtn {
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}


/* Fancybox Style */
body .fancybox-close {
    top: auto;
    right: 0;
    bottom: -30px;
    background: url(../img/common/popup_close.png) no-repeat center center;
    width: 22px;
    height: 22px;
}
body .fancybox-nav span {
    visibility: visible;
    width: 25px;
    height: 25px;
}
body .fancybox-next span {
    background: url(../img/common/popup_next.png) no-repeat center center;
    right: 7px;
}
body .fancybox-prev span {
    background: url(../img/common/popup_prev.png) no-repeat center center;
    left: 7px;
}

/* FixBanner */
#siteFixBanner {
    position: fixed;
    bottom: 8%;
    right: 0;
    z-index: 999;
}

#siteFixBanner .listFixed li{
    margin-bottom: 20px;
}

#footer {
    width: 100%;
    background-color: #509F48;
}

#footer .ftContent {
    width: 100%;
    padding: 47px 0 85px;
}
#footer .ftContent .inner {
    overflow: hidden;
}
#footer .ftInfo {
    float: left;
    padding-top: 80px;
}
#footer .ftInfo .ftLogo {
    width: 144px;
    float: left;
    margin-right: 10px;
}
#footer .ftInfo .ftPar {
    float: left;
    width: 200px;
    float: left;
    color: #FFF;
}
#footer .ftInfo .ftPar .ftTitle {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
    margin: 5px 0 10px;
}
#footer .ftInfo .ftPar p {
    font-size: 11px;
    margin-bottom: 3px;
    line-height: 1.4;
}
#footer .ftInfo .ftPar .ftAdress {
    margin-bottom: 7px;
}

#footer .ftNav {
    width: 610px;
    float: right;
}
#footer .ftNav .navTitle {
    color: #FFF;
    font-weight: normal;
    font-size: 17px;
    position: relative;
}
#footer .ftNav .navTitle:after {
    content: "";
    width: calc(100% - 87px);
    height: 1px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    right: 0;
}
#footer .ftNav .navRow {
    width: 100%;
    padding-left: 27px;
    margin-top: 15px;
    overflow: hidden;
}
#footer .ftNav .navRow .navCol {
    width: 150px;
    float: left;
}
#footer .ftNav .navRow .navCol + .navCol {
    margin-left: 15px;
}
#footer .ftNav .navRow .navCol.col3 {
    width: 250px;
}
#footer .ftNav .navCol .ft-menu {
    width: 100%;
}
#footer .ftNav .navCol .ft-menu li {
    background: url(../img/common/footer-nav-icon.png) no-repeat left top 4px;
    padding-left: 15px;
    font-size: 13px;
}
#footer .ftNav .navCol .ft-menu li + li {
    margin-top: 5px;
}
#footer .ftNav .navCol .ft-menu li a {
    color: #FFF;
    text-decoration: none;
}
#footer .ftNav .navCol .ft-menu li a:hover {
    text-decoration: underline;
}
#footer .ftNav .navCol .ftSocial {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
#footer .ftNav .navCol .ftSocial li {
    float: left;
    width: 32px;
    margin-bottom: 10px;
}
#footer .ftNav .navCol .ftSocial li + li {
    margin-left: 10px;
}
#footer .ftNav .navCol .ft-menu li ul {
    margin-top: 4px;
}

#footer .copyright {
    width: 100%;
    display: block;
    padding: 9px 0;
    border-top: 1px solid #96c691;
    text-align: center;
    font-size: 18px;
    color: #FFF;
}

#footer .areaBnr {
    display: block;
    text-align: right;
}

#footer .areaBnr img{
    width: 60%;
    margin: 30px 0px;
}


/* Notication Box */
#siteNotiBox {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 995;
    width: 200px;
    background-color: #76B536;
    padding: 0 1px 1px;
}
#siteNotiBox .notiHead {
    width: 100%;
    background-color: #76B536;
}
#siteNotiBox .notiHead a {
    color: #FFF;
    display: block;
    background: url(../img/common/site-notication-closebtn.png) no-repeat left 12px center;
    text-align: center;
    font-weight: normal;
    padding: 12px 0 11px;
    padding-left: 23px;
    text-decoration: none;
}
#siteNotiBox .notiContent {
    width: 100%;
    background-color: #FFF;
    padding: 14px 15px 15px;
    display: none;
}
#siteNotiBox .notiContent .notiTitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    color: #76B536;
}
#siteNotiBox .notiContent .notiInfo {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px
}
#siteNotiBox .notiContent .notiInfo .notiImg {
    width: 61px;
    float: left;
}
#siteNotiBox .notiContent .notiInfo .notiText {
    width: calc(100% - 70px);
    float: right;
    font-size: 12px;
    line-height: 1.4;
}
#siteNotiBox .notiContent .notiBtn {
    text-align: center;
}
#siteNotiBox .notiContent .notiBtn + .notiBtn {
    margin-top: 10px;
}
#siteNotiBox .notiContent .notiBtn a {
    width: 158px;
    display: inline-block;
    background-color: #76B536;
    border-radius: 3px;
    color: #FFF;
    padding: 2px 2px;
    text-decoration: none;
}

/* Site Loading */
#siteLoading {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #FFF;
    top: 0;
    left: 0;
    z-index: 9999999;
}
#siteLoading .loadingIcon {
    display: inline-block;
    position: absolute;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}



.sp {
    display: none;
}



/* STYLE LARGE SCREEN */
@media (min-width: 1920px) {

    #header .hdBanner img {
        width: 100%;
        max-width: 100%;
    }

}


/* STYLE SP */
@media (max-width: 768px) {

    /* FixBanner */
    #siteFixBanner {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    #siteFixBanner .listFixed{
        overflow: hidden;
    }

    #siteFixBanner .listFixed li{
        float: left;
        width: 50%;
        margin-bottom: 0;
    }

    #siteFixBanner .listFixed li a{
        display: block;
    }

    #siteFixBanner .listFixed li a img{
        width: 100%;
    }

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    .inner {
        width: 100%;
        padding: 0 3%;
    }

    #header .hdSlogan {
        position: static;
        padding: 2px 2% 0;
        font-size: 12px;
        text-align: center;
    color: #7c7c7c;
    text-shadow: none;
    }
    #header .hdBanner {
        position: relative;
    }
    #header .hdBanner:after {
        content: "";
        width: 100%;
        height: 12vw;
        background: url(../img/common/header-posi-banner_sp.png) no-repeat center bottom;
        background-size: 100% 100%;
        position: absolute;
        bottom: -4.2vw;
        left: 0;
        z-index: 1
    }
    #header .hdBanner img {
        width: 100%;
    }
    #header .hdContent {
        position: static;
        background: no-repeat;
        padding: 10px 0 !important;
    }
    #header .hdContent .inner {
        position: relative;
    }
    #header .hdContent .hdLogo {
        text-align: center;
        float: none;
        width: 100%;
        margin: 0;
    }
    #header .hdContent .hdLogo a {
        display: inline-block;
        vertical-align: top;
        width: 90px;
    }
    #header .hdContent .mainMenu {
        display: none;
    }
    #header .hdContent .menuButton {
        width: 55px;
        position: absolute;
        right: 3%;
        top: -2px;
    }
    #header .hdContent .menuButton a {
        display: block;
    }
    #header .hdContent .menuButton .close,
    #header .hdContent .menuButton.open .open {
        display: none;
    }
    #header .hdContent .menuButton.open .close {
        display: block;
    }

    /* Menu SP */
    #header .mainMenuSp {
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 991;
        padding: 0 3%;
        background-color: #FFF;
        margin-top: 8px;
        display: none;
    }
    #header .mainMenuSp .menu-sp {
        width: 100%;
    }
    #header .mainMenuSp .menu-sp li {
        width: 100%;
        border-bottom: 1px solid #D9F0C2;
    }
    #header .mainMenuSp .menu-sp li:first-child {
        border-top: 1px solid #D9F0C2;
    }
    #header .mainMenuSp .menu-sp li a {
        font-size: 16px;
        display: block;
        text-align: center;
        padding: 8px 5px;
        text-decoration: none;
    }
    #header .mainMenuSp .menu-sp > li.has-sub {
        background: url(../img/common/menu_sp_isopen.svg) no-repeat right 5px top 11px;
        background-size: 20px;
    }
    #header .mainMenuSp .menu-sp > li.has-sub.open {
        background-image: url(../img/common/menu_sp_isclose.svg);
        background-size: 20px;
        background-position: inherit bottom 10px;
    }
    #header .mainMenuSp .menu-sp li ul {
        display: none;
    }
    #header .mainMenuSp .menu-sp li ul li:last-child {
        border-bottom: 0;
    }
    #header .mainMenuSp .menu-sp li ul li a {
        background-color: #76B536;
        color: #FFF;
    }
    #header .mainMenuSp .menuClose {
        width: 100%;
        text-align: center;
        font-size: 18px;
        padding: 10px 2%;
    }
    #header .mainMenuSp .menuClose:before {
        content: "";
        width: 19px;
        height: 19px;
        background: url(../img/common/menu_sp_close.svg) no-repeat center center;
        background-size: 100%;
        display: inline-block;
        vertical-align: -10%;
        margin-right: 20px;
    }

    #content {
        padding-bottom: 40px;
        margin-top: 5px;
        padding-top: 25px;
    }

    #sideBar {
        display: none;
    }

    #mainContent {
        width: 100%;
    }
    .pageTitle {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .contactArea .ctaSubTitle {
        margin-bottom: 15px;
    }
    .contactArea .ctaBtn li {
        width: 100%;
        text-align: center;
    }
    .contactArea .ctaBtn li+li {
        margin-top: 12px;
    }

    #content .leftcontent {
        width: 100%;
    }


    .scrollToTop {
        position: fixed;
        right: 3%;
        bottom: 10%;
        width: 65px;
        background-color: #509F48;
        border-radius: 5px;
        z-index: 993;
    }
    .scrollToTop.absolute {
        position: absolute;
        top: 7px;
        bottom: auto;
        height: auto;
    }

    #siteLoading .loadingIcon {
        width: 150px;
    }

    #footer {
        position: relative;
        margin-bottom: 54px;
    }
    #footer .ftContent {
        padding: 55px 0 12px;
    }
    #footer .ftContent .inner {
        padding: 0 4%;
    }
    #footer .ftInfo {
        padding: 0;
        width: 100%;
    }
    #footer .ftInfo .ftLogo {
        width: 103px;
        margin: 0;
    }
    #footer .ftInfo .ftLogo a {
        display: block;
    }
    #footer .ftInfo .ftLogo img {
        width: 100%;
        max-width: 103px;
    }
    #footer .ftInfo .ftPar {
        width: calc(100% - 150px);
        float: right;
    }
    #footer .ftInfo .ftPar .ftTitle {
        margin-top: -2px;
    }
    #footer .ftInfo .ftPar p {
        margin-bottom: 2px;
    }
    #footer .ftInfo .ftPar .ftAdress {
        margin-bottom: 5px;
    }
    #footer .ftNav {
        display: none;
    }
    
    
    #footer .areaBnr {
        display: block;
        text-align: right;
    }
    
    #footer .areaBnr img{
        width: 60%;
        margin: 30px 0px;
    }


}


@media (max-width: 420px) {

    #header .hdSlogan {
        font-size: 2.33vw;
    }

    #footer .ftInfo .ftLogo {
        width: 35%;
    }
    #footer .ftInfo .ftPar {
        width: 58%;
    }

}