@charset "UTF-8";

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #736357;
    background-color: #eff6ec;
    letter-spacing: 2%;
}

#wrap {
    width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width:1279px) {
    #wrap {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width:979px) {
    #wrap {
        width: 100%;
        padding: 0 10px;
    }
}

/*----------------------------------------
header
----------------------------------------*/

.header-top img {
    max-width: 100%;
    height: auto;
}

.sm-header-top img {
    display: none;
}

@media screen and (max-width:979px) {
    .header-top img {
        display: none;
    }

    .sm-header-top img {
        display: block;
        width: 100%;
        height: 30px;
    }
}

/*----------------------------------------
togglemenu
----------------------------------------*/

#togglemenu {
    display: none;
}

.toggle-sm {
    display: none;
}

@media screen and (max-width:979px) {
    #togglemenu {
        display: flex;
        position: absolute;
        top: 30px;
        right: 0;
        margin-top: 10px;
        /*      
        text-align: right;
        margin-bottom: 0;
*/
    }

    .toggle-sm {
        display: none;
    }

    .toggle-sm ul {
        margin: 0;
        padding: 0;
    }

    .toggle-sm ul li {
        list-style-type: none;
        border-bottom: 1px dotted #736357;
        text-align: center;
    }

    .toggle-sm ul li a {
        color: #736357;
        display: block;
        padding: 20px 0 5px 0;
        text-decoration: none;
    }

    .toggle-sm ul li a:hover {
        opacity: 0.5;
    }
}

.header-body {
    background-image: url(../img/header-bg-item.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media screen and (max-width:979px) {
    .header-body {
        background-image: none;
    }
}

.header-body .header-smallmenu ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

@media screen and (max-width:979px) {
    .header-body .header-smallmenu ul {
        display: none;
    }
}

.header-body .header-smallmenu ul li {
    display: inline-block;
    list-style-type: none;
}

.header-body .header-smallmenu ul li a {
    display: block;
    padding: 5px 15px;
    color: #f29726;
}

.header-body .header-smallmenu ul li a:last-child {
    padding-right: 0;
}

.header-body .header-smallmenu ul li a:hover {
    opacity: 0.5;
}

/*----------------------------------------
h-logo
----------------------------------------*/

#h-logo {
    text-align: center;
    margin: 0;
    margin-bottom: 50px;
}

#h-logo img {
    max-width: 50%;
    height: auto;
}

#sm-logo {
    display: none;
}

@media screen and (max-width:979px) {
    #h-logo {
        display: none;
    }

    #sm-logo {
        display: block;
        text-align: center;
        margin: 0;
        margin-top: 40px;
    }

    #sm-logo img {
        width: 100%;
    }
}

/*----------------------------------------
header-menu
----------------------------------------*/

.header-menu {
    width: 1024px;
    margin: 0 auto;
}

.header-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
}

@media screen and (max-width:979px) {
    .header-menu ul {
        display: none;
    }
}

.header-menu ul li {
    list-style-type: none;
}

.header-menu ul li a {
    display: block;
    padding-right: 20px;
}

.header-menu ul li a img {
    width: 100%;
    height: auto;
}

/*----------------------------------------
slide
----------------------------------------*/

.slide {
    width: 1024px;
    height: auto;
    margin: 0 auto 80px;
}

.slide img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:1024px) {
    .slide {
        width: 100%;
        height: auto;
    }

    .slide img {
        max-width: 100%;
        height: auto;
    }
}

/*----------------------------------------
container
----------------------------------------*/

.container {
    width: 1024px;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
    .container {
        width: 100%;
        margin-bottom: 80px;
    }
}

/*----------------------------------------
right-cont
----------------------------------------*/

.right-cont {
    float: right;
    width: 45%;
}

@media screen and (max-width:1024px) {
    .right-cont {
        width: 70%;
        margin: 0 auto;
        float: none;
    }
}

@media screen and (max-width:767px) {
    .right-cont {
        width: 95%;
        margin: 0 auto;
        float: none;
    }
}


/*----------------------------------------
contbox
----------------------------------------*/

.contbox {
    width: 100%;
    margin-bottom: 80px;
}

h2.conttile {
    text-align: center;
    margin: 0;
}

h2.conttile img {
    width: 50%;
    height: auto;
}

@media screen and (max-width:1024px) {
    h2.conttile img {
        width: 70%;
        height: auto;
    }
}

.w70 {
    width: 70% !important;
    height: auto;
}

@media screen and (max-width:1024px) {
    .w70 {
        width: 80% !important;
        height: auto;
    }
}

.gridbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.grid-item {
    text-align: center;
}

.grid-item a {
    display: block;
    color: #736357;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
}

@media screen and (max-width:767px) {
    .grid-item {
        width: 50%;
        height: auto;
    }

    .grid-item img {
        width: 90%;
        height: auto;
    }

    .grid-item a {
        display: block;
        color: #736357;
        text-decoration: underline;
        font-weight: bold;
        font-size: 15px;
        line-height: 1.5;
    }
}

/*----------------------------------------
bannerbox
----------------------------------------*/

.bannerbox {
    margin-top: 80px;
}

@media screen and (max-width:767px) {
    .bannerbox {
        margin-top: 80px;
        width: 100%;
    }

    .bannerbox img {
        width: 100%;
        height: auto;
    }
}


/*----------------------------------------
left-cont
----------------------------------------*/

.left-cont {
    float: left;
}

@media screen and (max-width:1024px) {
    .left-cont {
        width: 70%;
        display: block;
        margin: 0 auto;
        float: none;
    }
}

@media screen and (max-width:767px) {
    .left-cont {
        width: 95%;
        margin: 0 auto;
        float: none;
    }
}

/*----------------------------------------
infolistbox
----------------------------------------*/

.infolistbox ul {
    margin: 0;
    padding: 0;
}

.infolistbox ul li {
    list-style-type: none;
    border-bottom: 2px dotted #736357;
}

.infolistbox ul li a {
    display: flex;
    text-decoration: none;
    color: #736357;
    padding: 20px 15px 10px;
}

@media screen and (max-width:767px) {
    .infolistbox ul li a {
        display: flex;
        text-decoration: none;
        color: #736357;
        padding: 20px 15px 10px;
        font-size: 12px;
    }
}

.infolistbox ul li a .date {
    margin-right: 20px;
}

/*----------------------------------------
accessbox
----------------------------------------*/

.accessbox {
    margin-top: 20px;
}

@media screen and (max-width:767px) {
    .accessbox iframe {
        width: 100%;
    }
}

/*----------------------------------------
footer
----------------------------------------*/

.footer {
    clear: both;
    width: 100%;
    height: auto;
}

@media screen and (max-width:979px) {
    .footer {}
}

.footer-body {
    background-image: url(../img/footer-bg-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    width: 100%;
    height: 360px;
    position: relative;
}

@media screen and (max-width:979px) {
    .footer-body {
        background-image: url(../img/sm-footer-bg-img.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 300px;
    }
}

@media screen and (max-width:767px) {
    .footer-body {
        background-image: url(../img/ssm-footer-bg-img.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 500px;
    }
}

.footer-body .inner {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .footer-body .inner {
        position: absolute;
        bottom: 20px;
        width: 100%;
    }
}

.f-right-cont {
    float: left;
    margin-left: 120px;
    padding-top: 80px;
}

@media screen and (max-width:767px) {
    .f-right-cont {
        float: none;
        width: 85%;
        margin: 0 auto;
        font-size: 10px;
        padding-top: 20px;
    }
}

.f-right-cont ul {
    margin: 0;
    padding: 0;
    margin-right: 20px;
}

.f-right-cont li {
    list-style-type: none;
    display: inline-block;
}

@media screen and (max-width:767px) {
    .f-right-cont li {
        list-style-type: none;
        display: block;
    }
}

.f-right-cont li a {
    display: block;
    text-decoration: none;
    color: #736357;
    font-weight: bold;
    padding: 5px;
}

.f-right-cont li a:hover {
    opacity: 0.5;
}

.f-left-cont {
    float: left;
    margin-left: 120px;
}

@media screen and (max-width:979px) {
    .f-left-cont {
        float: left;
        margin-left: 120px;
    }
    .f-logo img {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .f-left-cont {
        float: none;
        width: 85%;
        margin: 0 auto;
        font-size: 10px;
    }
}

.footer-bottom {
    clear: both;
    background-color: #006934;
    text-align: center;
    color: #fff;
    padding: 20px;
}

/*----------------------------------------
backtotop
----------------------------------------*/

/*
.backtotop {
    position: relative;
    width: 100%;
}
*/

.backtotop p {
    position: fixed;
    bottom: 90px;
    right: 50px;
}

@media screen and (max-width:767px) {
    .backtotop p {
        position: fixed;
        bottom: 50px;
        right: 20px;
    }
}

/*----------------------------------------
page
----------------------------------------*/

.contpagebox {
    width: 100%;
    margin: 40px auto 0;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    color: #736357;
    font-weight: bold;
    padding: 50px 30px;
}

@media screen and (max-width:767px) {
    .contpagebox {
        padding: 50px 30px;
    }
}

.contpagebox .greetingbox {
    padding: 0 50px;
}

@media screen and (max-width:767px) {
    .contpagebox .greetingbox {
        padding: 0;
    }
}


.contpagebox h2 {
    text-align: center;
}

.contpagebox .greeting {
    font-size: 24px;
}

.contpagebox .inner {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.contpagebox .inner .item {
    width: 33.333%;
    padding: 15px;
}

.contpagebox .inner .onedya-item {
    width: 45%;
    padding: 15px;
}

@media screen and (max-width:979px) {
    .contpagebox .inner .onedya-item {
        width: 100%;
        padding: 15px;
    }
    .contpagebox .inner .onedya-item > img {
        width: 100%;
    }
}

.contpagebox .inner .item .title {
    text-align: center;
}

.contpagebox .inner .item .image > img {
    width: 100%;
    height: auto;
}

.contpagebox .innerblock {
    padding: 0 20px;
}

@media screen and (max-width:979px) {
    .contpagebox .innerblock {
        display: block;
        padding: 0;
    }

    .contpagebox .inner {
        display: block;
        /*text-align: center;*/
        padding: 0;
    }

    .contpagebox .inner .item {
        width: 100%;
        padding: 15px;
    }
}

.contpagebox .innerblock .item {
    width: 33.333%;
    padding: 15px;
}

.contpagebox .innerblock .info {
    width: 70%;
    padding: 0;
    margin: 50px auto;
}

@media screen and (max-width:767px) {
    .contpagebox .innerblock .item {
        width: 95%;
        padding: 15px;
        margin: 0 auto;
    }
    .contpagebox .innerblock .info {
        width: 100%;
        padding: 0;
        padding-top: 20px;
        margin: 30px 0 50px;
    }
}

.contpagebox .innerblock .item .title {
    text-align: center;
}

.contpagebox .innerblock .item .image > img {
    width: 100%;
}

.contpagebox .innerblock .item .text {
    line-height: 1.5;
}

.contpagebox .innerblock .item .date {
    line-height: 1.1;
    font-size: 13px;
    font-weight: normal;
}

.contpagebox .tablebox {
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width:979px) {
    .contpagebox .tablebox {
        width: 60%;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .contpagebox .tablebox {
        width: 100%;
    }
}

.contpagebox .tablebox > table {
    width: 100%;
}

.contpagebox .tablebox th,
td {
    padding: 20px;
    border-bottom: 1px solid #736357;
}

@media screen and (max-width:979px) {

    .contpagebox .tablebox th,
    td {
        display: block;
        width: 100%;
        border-bottom: none;
    }

    .contpagebox .tablebox th {
        background-color: #cce4bc;
        padding: 10px;
        border-radius: 20px;
    }
}

.contpagebox .tablebox .map {
    padding-top: 30px;
}

.contpagebox .tablebox .map iframe {
    width: 100%;
}

.contpagebox .innerblock p a {
    color: #736357;
    text-decoration: none;
}

.contpagebox .innerblock h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.recruite-item {
    width: 70%;
    margin: 0 auto;
}

.recruite-item > .title {
    text-align: center;
}

.recruite-item > .text {
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width:979px) {
    .recruite-item .recruit-table table {
        width: 100%;
        text-align: center;
    }

    .recruite-item {
        width: 100%;
    }
}

.recruite-item .recruit-table th {
    border-bottom: 1px solid #736357;
    border-right: 1px solid #736357;
}

.recruite-item .recruit-table td a {
    color: #736357;
    text-decoration: underline;
}

@media screen and (max-width:979px) {
    .recruite-item .recruit-table table th {
        display: block;
        background-color: #cce4bc;
        padding: 10px;
        border-radius: 20px;
        border-bottom: none;
        border-right: none;
    }
}


/*----------------------------------------
UIKIT
----------------------------------------*/

.btn {
    width: 200px;
    margin: 0 auto;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 5px;
}

.btn-pink {
    background-color: #ffcce0;
    color: #fff;
    margin: 30px auto 80px;
}

.btn-yellow {
    background-color: #ffcc00;
    color: #736357;
    margin: 20px auto;
}

.btn-pink a {
    color: #736357;
    text-decoration: none;
}

.hover:hover {
    opacity: 0.5;
}

.flex {
    display: flex;
}

.kome {
    padding-left: 1em;
    text-indent: -1em;
}

.center {
    text-align: center;
}

.w_80 {
    width: 80%;
    margin: 0 auto;
}

.lh2 {
    line-height: 2;
}
