@charset "UTF-8";

/*
Theme Name: suns 
Template: habakiri
*/
/* ---------------------------------------------------------
common
--------------------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Lato", "メイリオ", Meiryo,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
    margin-top: -15px;
}

h2 {
    margin-top: 0;
    margin-bottom: 25px;
}

section h2 {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 400;
    text-align: center;
    position: relative;
    display: block;
    line-height: 1.2;
    margin-top: 0;
}

section h2::before {
    content: "";
    position: absolute;
    bottom: 30px;
    display: inline-block;
    width: 30%;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #7f7977;
}

section h2 span {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    margin-top: 20px;
}

h2.ttl::before {
    width: 100%;
    bottom: -15px;
}

h3 {
    font-size: 22px;
    font-size: 2.2rem;
    color: #005bab;
    margin-top: 0;
}

ol,
ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home .page-header {
    display: none;
}

.home #main {
    margin-bottom: 60px;
}

#contents {
    margin-top: 0 !important;
}

.responsive-nav-contents {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#nendebcopy {
    display: none;
}

.btn_common {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 10px;
    width: 20%;
    margin: 0 auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: url(https://mb-sample.site/norimono/wp-content/themes/norimono/images/btn_arrow) no-repeat 85% center;
    color: #000 !important;
}

.sub-page-contents {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .habakiri-slider__transparent-layer {
        height: 230px;
    }

    section h2 {
        width: auto;
    }

    section h2::before {
        width: 90%;
    }

    h2.ttl {
        text-align: center;
    }

    h3.lead {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .site-content,
    .container {
        max-width: 100%;
        margin: 0 15px;
    }

    .btn_more {
        width: 100%;
    }

    .btn_common {
        width: 100%;
    }
}

.mb {
    margin-bottom: 0 !important;
}

/* ---------------------------------------------------------
header
--------------------------------------------------------- */
.header {
    padding: 30px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 10px solid #dcdddd;
}

.header p {
    position: absolute;
    top: 75%;
}

.header nav {
    margin-top: 30px;
}

.header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header nav li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.header nav li ul {
    display: block;
}

.header nav li ul li {
    border: none !important;
}

.header nav li ul li a {
    color: #fff !important;
    background-color: #005bab !important;
    padding-left: 20px;
}

.header nav li+li {
    border-left: 2px solid #d0d0d0;
}

.header nav li:first-child {
    border-left: 2px solid #d0d0d0;
}

.header nav li:last-child {
    border-right: 2px solid #d0d0d0;
}

@media screen and (max-width: 767px) {
    .header p {
        display: none;
    }

    .header h1 {
        margin-left: -60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
    .header {
        padding: 30px 20px;
    }

    .header img {
        width: 90%;
    }
}

/* ---------------------------------------------------------
responsive-nav
--------------------------------------------------------- */
.responsive-nav {
    margin-left: auto;
}

.responsive-nav .jg {
    border: 1px solid #364838;
}

.responsive-nav .ct {
    border: 1px solid #364838;
    background-color: #364838;
}

.responsive-nav .ct a {
    color: #fff !important;
}

/* ---------------------------------------------------------
page-header
--------------------------------------------------------- */
.page-header {
    height: 370px;
    position: relative;
    background-color: #fff !important;
    border-bottom: none;
}

.page-header .page-header__title {
    display: none;
}

.senior .page-header {
    background: url("https://suns-wb.com/wp-content/themes/suns/images/ph_senior.jpg") no-repeat center center;
}

.handicapped .page-header {
    background: url("https://suns-wb.com/wp-content/themes/suns/images/ph_handicapped.jpg") no-repeat center center;
}

.syofu .page-header {
    background: url("https://suns-wb.com/wp-content/themes/suns/images/ph_gallery.jpg") no-repeat center center;
}

.gallery .page-header {
    background: url("https://suns-wb.com/wp-content/themes/suns/images/ph_gallery.jpg") no-repeat center center;
}

.contact .page-header {
    background: url("https://suns-wb.com/wp-content/themes/suns/images/ph_contact.jpg") no-repeat center center;
}

.company .page-header {
    background: url("https://suns-wb.com/wp-content/themes/suns/images/ph_company.jpg") no-repeat center center;
}

.recruit .page-header {
    background: url("https://suns-wb.com/wp-content/themes/suns/images/ph_recruit.jpg") no-repeat center center;
}

.single .page-header,
.archive .page-header,
.category .page-header {
    background: url("https://suns-wb.com/wp-content/themes/suns/images/ph_news.jpg") no-repeat center center;
}

@media screen and (max-width: 767px) {
    .page-header {
        height: 150px;
    }
}

/* ---------------------------------------------------------
subject
--------------------------------------------------------- */
.subject {
    background-color: #dcdddd;
}

.subject .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subject .box>div {
    width: 48%;
    padding: 50px 0;
}

.subject .box>div h3 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    color: #000;
    font-weight: 400;
}

.subject .box>div p {
    line-height: 1.7;
}

.gallery_btn_s {
    padding: 0;
    background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_subject.jpg) no-repeat;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

    & h4 {
        font-size: 1.8rem;
        font-weight: 400;
        color: #fff;
    }

    & a {
        color: #fff;
        font-weight: 400;
        padding: 10px 30px;
        border: 1px solid;
        margin: 0 20px;
        font-size: 31px;

        @media screen and (max-width: 767px) {
            line-height: 1.2;
        }
    }
}


/* .subject .box>div+div {
    padding: 0;
    background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_subject.jpg) no-repeat;
    position: relative;
    text-align: center;
} */

.subject .box>div+div p {
    font-size: 34px;
    font-size: 3.4rem;
    color: #fff;
    font-weight: 700;
    position: absolute;
    width: 460px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #e5e5e4;
}

.subject .box>div+div p span {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    position: absolute;
    top: 115%;
    left: 6%;
}

.subject .box>div+div p a {
    color: #fff;
    font-weight: 400;
    padding: 10px 30px;
}

/* .subject .box .btn_common {
    border: none;
    width: 40%;
} */

@media screen and (max-width: 767px) {
    .subject .box {
        display: block;
    }

    .subject .box>div {
        width: 100%;
    }

    .subject .box>div p {
        width: 100%;
        margin: 0 15px;
    }

    .subject .box>div+div {
        height: 400px;
    }

    /* .subject .box>div+div p {
        font-size: 34px;
        font-size: 3.4rem;
        width: 90%;
        margin: 0 auto;
    }

    .subject .box>div+div p span {
        font-size: 14px;
        font-size: 1.4rem;
        left: 5%;
    } */

    /* .subject .box .btn_common {
        border: none;
        width: 40%;
    } */
}

/* ---------------------------------------------------------
about
--------------------------------------------------------- */
.abouts {
    padding-top: 50px;
}

.abouts .box {
    padding: 100px 0;
    background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_about.jpg) no-repeat;
}

.abouts .box p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
    width: 760px;
    position: relative;
    left: 10%;
}

.abouts .box p.large {
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .abouts .box {
        display: block;
        padding: 40px 0;
    }

    .abouts .box p {
        font-size: 14px;
        font-size: 1.4rem;
        width: 90%;
        left: 5%;
    }

    .abouts .box p.large {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

/* ---------------------------------------------------------
attempt
--------------------------------------------------------- */
.attempt {
    padding: 50px 0;
}

.attempt h2 {
    color: #000;
    margin-bottom: 40px;
}

.attempt h2::before {
    background-color: #000;
    bottom: -20px;
}

.attempt h3 {
    color: #fff;
}

.attempt h4 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
}

.attempt .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_attempt.png) no-repeat center center;
    background-size: 100% auto;
    height: 640px;
    padding-top: 40px;
    color: #fff;
}

.attempt .box>div {
    text-align: center;
    margin: 30px 50px 0;
}

.attempt .box>div p {
    font-size: 14px;
    font-size: 1.4rem;
    width: 500px;
    min-height: 100px;
    margin: 0 auto;
    line-height: 1.7;
    text-align: left;
}

.attempt .box>div p img {
    display: block;
    margin: auto;
}

.attempt a {
    width: 200px;
    margin: 25px auto 0;
    padding: 5px;
    border: 2px solid #fff;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .attempt h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .attempt .box {
        display: block;
        height: auto;
        background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_attempt2.png) repeat-x 0 0;
        padding-bottom: 50px;
    }

    .attempt .box>div {
        margin: 30px 0 30px 0;
    }

    .attempt .box>div p {
        width: 90%;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
    .attempt .box {
        background-size: cover;
    }
}

/* ---------------------------------------------------------
info
--------------------------------------------------------- */
.info {
    padding: 80px 0;
    background-color: #005bab;
}

.info .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info .box>div {
    margin: 0 15px;
    padding: 40px 80px;
    border-radius: 5px;
    border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
    .info .box {
        display: block;
    }

    .info .box>div {
        margin-bottom: 30px;
    }
}

/* ---------------------------------------------------------
senior
--------------------------------------------------------- */
.senior .about {
    padding-top: 50px;
    margin-bottom: 50px;
}

.senior .about h2.ttl {
    font-size: 46px;
    font-size: 4.6rem;
    font-weight: 700;
    padding-bottom: 10px;
    background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_lead01.png) no-repeat center bottom;
}

.senior .about h2.ttl::before {
    background-color: transparent !important;
}

.senior .strength {
    background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_strength01.png) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.senior .strength h2.sttl {
    text-align: left;
}

.senior .strength h2.sttl::before {
    background-color: transparent !important;
}

.senior .strength .leads {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    color: #ea5514;
}

.senior .strength p:last-child {
    width: 800px;
    line-height: 2;
    padding-bottom: 15px;
}

.senior .outline {
    background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_outline.png) repeat 0 0;
    padding: 80px 0;
}

.senior .outline .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.senior .outline .box>div {
    width: 48%;
}

.senior .outline ul li {
    border-bottom: 1px dotted #b9baba;
    padding: 10px 0;
}

.senior .outline ul li span {
    width: 135px;
    display: inline-block;
}

.senior .flow {
    padding: 80px 0;
    position: relative;
    text-align: center;
}

.senior .flow .liner {
    position: relative;
    background-color: #fbb03b;
    width: 90%;
    height: 5px;
    top: 108px;
    z-index: -1;
}

.senior .flow ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0;
}

.senior .flow ul li {
    margin: 0 15px;
}

.senior .flow ul li span {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
}

.senior .flow .tp,
.senior .flow .bt {
    position: absolute;
}

.senior .flow .tp {
    top: -60px;
    left: 13%;
}

.senior .flow .bt {
    bottom: 0;
    left: 72%;
}

@media screen and (max-width: 767px) {
    .senior .about h2.ttl {
        font-size: 24px;
        font-size: 2.4rem;
        padding-left: 15px;
        padding-right: 15px;
        background-size: contain;
    }

    .senior .strength .leads {
        font-size: 20px;
        font-size: 2rem;
    }

    .senior .strength p:last-child {
        width: auto;
    }

    .senior .outline {
        background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_outline2.png) repeat 0 0;
        padding: 50px 0;
    }

    .senior .outline .box {
        display: block;
    }

    .senior .outline .box>div {
        width: 100%;
    }

    .senior .outline ul li span {
        display: block;
    }

    .senior .flow .liner {
        display: none;
    }

    .senior .flow ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .senior .flow ul li {
        width: 48%;
        margin: 0;
    }

    .senior .flow .tp,
    .senior .flow .bt {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
    .senior .strength {
        background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_strength01.png) no-repeat 40% center;
    }

    .senior .flow .bt {
        left: 80%;
    }
}

/* ---------------------------------------------------------
handicapped
--------------------------------------------------------- */
.handicapped .about {
    padding-top: 50px;
    margin-bottom: 50px;
}

.handicapped .about h2.ttl {
    font-size: 46px;
    font-size: 4.6rem;
    font-weight: 700;
    padding-bottom: 10px;
    background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_lead02.png) no-repeat center bottom;
}

.handicapped .about h2.ttl::before {
    background-color: transparent !important;
}

.handicapped .strength {
    background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_strength02.png) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.handicapped .strength h2.sttl {
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 700;
    width: 820px;
    color: #ea5514;
    text-align: left;
    padding: 30px 0;
    border-bottom: 2px solid #ef8a5c;
}

.handicapped .strength h2.sttl::before {
    background-color: transparent !important;
}

.handicapped .strength .leads {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    color: #ea5514;
}

.handicapped .strength p:last-child {
    font-size: 18px;
    font-size: 1.8rem;
    width: 800px;
    line-height: 2.3;
}

.handicapped .strength_kai {
    background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_strength03.png) no-repeat;
    background-size: cover;
    padding: 80px 0;
    margin-top: 80px;
}

.handicapped .strength_kai .wrap {
    width: 875px;
    float: right;
}

.handicapped .strength_kai h2.sttl {
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 700;
    color: #21a6b1;
    text-align: left;
    padding: 30px 0;
    border-bottom: 2px solid #77c9d2;
}

.handicapped .strength_kai h2.sttl::before {
    background-color: transparent !important;
}

.handicapped .strength_kai .leads {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    color: #21a6b1;
}

.handicapped .strength_kai p:last-child {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.3;
    padding-bottom: 35px;
}

.handicapped .forte {
    padding: 80px 0;
}

.handicapped .forte .leads {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
}

.handicapped .forte img {
    float: left;
}

.handicapped .forte a {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.handicapped .forte .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.handicapped .forte .box>div {
    width: 31%;
}

.handicapped .forte p:last-child {
    padding-top: 25px;
}

.handicapped .outline {
    background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_outline.png) repeat 0 0;
    padding: 80px 0;
}

.handicapped .outline .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.handicapped .outline .box>div {
    width: 48%;
}

.handicapped .outline ul li {
    border-bottom: 1px dotted #b9baba;
    padding: 10px 0;
}

.handicapped .outline ul li span {
    width: 135px;
    display: inline-block;
}

.handicapped .link {
    margin: 80px 0;
    display: block;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .handicapped .about h2.ttl {
        font-size: 24px;
        font-size: 2.4rem;
        padding-left: 15px;
        padding-right: 15px;
        background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_lead02.png) no-repeat center bottom;
        background-size: contain;
    }

    .handicapped .strength {
        background-size: cover;
    }

    .handicapped .strength h2.sttl {
        font-size: 30px;
        font-size: 3rem;
        width: auto;
    }

    .handicapped .strength .leads {
        font-size: 20px;
        font-size: 2rem;
    }

    .handicapped .strength p:last-child {
        font-size: 16px;
        font-size: 1.6rem;
        width: auto;
    }

    .handicapped .strength_kai {
        background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_strength03.png) no-repeat 40% center;
        background-size: cover;
    }

    .handicapped .strength_kai .wrap {
        width: auto;
        float: none;
    }

    .handicapped .strength_kai h2.sttl {
        font-size: 30px;
        font-size: 3rem;
    }

    .handicapped .strength_kai .leads {
        font-size: 20px;
        font-size: 2rem;
    }

    .handicapped .strength_kai p:last-child {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .handicapped .forte {
        padding: 25px 0;
    }

    .handicapped .forte .leads {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
    }

    .handicapped .forte img {
        float: left;
    }

    .handicapped .forte .box {
        display: block;
    }

    .handicapped .forte .box>div {
        width: 100%;
    }

    .handicapped .forte p:last-child {
        padding-top: 25px;
    }

    .handicapped .outline {
        background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_outline2.png) repeat 0 0;
        padding: 50px 0;
    }

    .handicapped .outline .box {
        display: block;
    }

    .handicapped .outline .box>div {
        width: 100%;
    }

    .handicapped .outline ul li span {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
    .handicapped .strength {
        background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_strength02.png) no-repeat 40% center;
    }

    .handicapped .strength_kai {
        background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_strength03.png) no-repeat 45% center;
    }
}

/* ---------------------------------------------------------
gallery
--------------------------------------------------------- */
.about {
    & p {
        text-align: center;
    }

    & span {
        display: grid;
        justify-content: center;
        padding-left: 20px;
        text-align: left;
    }
}

.photo {
    background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_gallery.png) no-repeat;
    background-size: cover;
    height: 1592px;
    padding: 80px 0;
    margin-bottom: 50px;
}

.photo h3 {
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}

.photo .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.photo .box>div {
    width: 32%;
    height: 320 px;
    margin-right: 2%;
    background: url(https://suns-wb.com/wp-content/themes/suns/images/pic.png) no-repeat;
    padding: 28px;
    margin-bottom: 30px;
}

.photo .box>div:nth-child(3n) {
    margin-right: 0;
}

.photo .box>div img {
    border: 1px solid #000;
    margin-bottom: 10px;
    width: 295px;
    height: 187px;
    object-fit: cover;
}

.photo .box>div p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding-top: 10px;
}

.photo .box>div p.ttl {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
}

.pagination {
    width: 100%;
    text-align: center;
    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;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination a {
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #fff;
    color: #000;
}

.pagination span.current {
    border: 1px solid #ddd;
    padding: 5px 10px;
    background-color: #b3b3b3;
    margin: 0 5px;
}

.page_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page_nav .page-numbers {
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 0 5px;
}

.page_nav .current {
    border: 1px solid #ddd;
    padding: 5px 10px;
    background-color: #c9caca;
    margin: 0 5px;
}

.paginapage_navtion .prev {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
}

.page_nav .next {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
}

.page_nav .dots {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .photo {
        background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_gallery.png) no-repeat 35% center;
    }

    .photo .box {
        display: block;
    }

    .photo .box>div {
        width: 100%;
        margin-right: 0;
    }

    .photo .box>div:nth-child(3n) {
        margin-right: 0;
    }

    .photo .box>div p {
        padding-top: 20px;
    }
}

/* ---------------------------------------------------------
companys
--------------------------------------------------------- */
.companys {
    padding-top: 50px;
}

.companys .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.companys .large {
    font-size: 50px;
    font-size: 5rem;
    font-weight: 700;
    border-top: 1px solid #b7b6b6;
    border-bottom: 1px solid #b7b6b6;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 50px;
}

.companys table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

.companys table tr:nth-child(even) {
    background-color: #efefef;
}

.companys table th,
.companys table td {
    border: 1px solid #7c7b7b;
    padding: 10px;
}

.companys table th {
    width: 160px;
}

.companys table a {
    display: inline-block;
    color: #000;
}

@media screen and (max-width: 767px) {
    .companys h2.ttl {
        line-height: 0.7;
    }

    .companys h2.ttl span {
        margin-top: 0;
    }

    .companys .large {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .companys .box {
        display: block;
    }

    .companys .box>div {
        width: 100%;
    }

    .companys .box>div p {
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }

    .companys dl dt {
        display: block;
        width: auto;
        margin-bottom: 0;
        float: none;
    }

    .companys dl dd {
        padding-left: 0;
    }

    .companys dl dd img {
        display: none;
    }

    .companys dl dd.st {
        width: 100%;
    }
}

/* ---------------------------------------------------------
recruit_top
--------------------------------------------------------- */
.recruit_top {
    text-align: center;
    color: #fff;
    padding: 80px 0;
    background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_recruit.jpg) no-repeat;
    background-size: cover;
}

.recruit_top h3 {
    font-size: 48px;
    font-size: 4.8rem;
    color: #fff;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
}

.recruit_top p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.recruit_top p.staff {
    font-size: 40px;
    font-size: 4rem;
    border: 2px solid #dad5d2;
    width: 500px;
    margin: 0 auto 30px;
}

.recruit_top a {
    font-size: 28px;
    font-size: 2.8rem;
    color: #fff;
    font-weight: 700;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .recruit_top {
        background: url(https://suns-wb.com/wp-content/themes/suns/images/bg_recruit.jpg) no-repeat 30% center;
    }

    .recruit_top h3 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .recruit_top p.staff {
        width: auto;
    }
}

/* ---------------------------------------------------------
blog
--------------------------------------------------------- */
.blog dl {
    overflow: hidden;
}

.blog dl dt {
    float: left;
}

.blog dl dd {
    margin-left: 40%;
}

/* ---------------------------------------------------------
examination
--------------------------------------------------------- */
.examination .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.examination .wrap>div {
    width: 17%;
    position: relative;
}

.examination .wrap>div::after {
    content: url(https://mb-sample.site/norimono/wp-content/themes/norimono/images/aroow_step.png);
    position: absolute;
    top: 50%;
    left: 105%;
}

.examination .wrap>div:last-child::after {
    content: "";
}

.examination .table-res-form {
    width: 100%;
    border-collapse: collapse;
}

.examination .table-res-form th,
.examination .table-res-form td {
    padding: 20px;
    border: 1px solid #000;
}

.examination .table-res-form .notice {
    font-size: 12px;
    font-size: 1.2rem;
    background-color: #d7000f;
    color: #fff;
    float: right;
    text-align: center;
    padding: 3px 15px;
    border-radius: 10px;
    font-weight: 400;
}

.examination .table-res-form a {
    display: inline-block;
}

.examination .table-res-form input {
    border: none;
    background-color: #fcdfe3;
    padding: 5px;
}

.examination .submit {
    text-align: center;
}

.examination input[type="submit"] {
    border-radius: 10px;
    padding: 5px 30px;
    border: 1px solid #000;
    background-color: #fff;
}

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

    .examination .table-res-form th,
    .examination .table-res-form td {
        display: block;
        width: 100%;
    }

    .examination .table-res-form .notice {
        font-size: 12px;
        font-size: 1.2rem;
        background-color: #d7000f;
        color: #fff;
        float: right;
        text-align: center;
        padding: 3px 15px;
        border-radius: 10px;
        font-weight: 400;
    }

    .examination .table-res-form a {
        display: inline-block;
    }

    .examination .table-res-form input {
        width: 100%;
    }

    .examination .submit {
        text-align: center;
    }

    .examination input[type="submit"] {
        border-radius: 10px;
        padding: 5px 30px;
        border: 1px solid #000;
        background-color: #fff;
    }
}

/* ---------------------------------------------------------
footer
--------------------------------------------------------- */
.footer .ft_content {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 0;
}

.footer .ft_content .box {
    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;
}

.footer .ft_content .box>div {
    width: 48%;
}

.footer .ft_content .box img {
    margin-bottom: 10px;
}

.footer .ft_content .ft_nav {
    margin-left: auto;
}

.footer .ft_content .ft_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .ft_content .ft_nav li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.footer .ft_content .ft_nav li a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 20px;
    color: #000;
}

.footer .ft_content .ft_nav li+li {
    border-left: 2px solid #d0d0d0;
}

.footer .ft_content .ft_nav li:first-child {
    border-left: 2px solid #d0d0d0;
}

.footer .ft_content .ft_nav li:last-child {
    border-right: 2px solid #d0d0d0;
}

.footer .copyright {
    text-align: center;
    background-color: #dcdddd;
}

@media screen and (max-width: 767px) {
    .footer img {
        margin-bottom: 20px;
    }

    .footer .ft_nav {
        display: none;
    }

    .footer .ft_content {
        height: auto;
        display: block;
    }

    .footer .ft_content p {
        font-size: 14px;
        font-size: 1.4rem;
        top: 50%;
        left: 5%;
    }

    .footer .ft_content .box {
        display: block;
    }

    .footer .ft_content .box>div {
        width: 100%;
    }

    .footer .ft_content .box>div .tel span {
        font-size: 40px;
    }

    .footer .ft_content nav {
        display: none;
    }

    .footer .ft_info .box {
        display: block;
    }

    .footer .ft_info .box>div {
        width: 100%;
    }

    .footer .ft_info ul {
        display: none;
    }

    .footer .copyright {
        padding: 5px 0;
    }
}

.back-to-top {
    background: #d6c6af;
}

.back-to-top:hover {
    background: #d6c6af;
}

/* ---------------------------------------------------------
contacts
--------------------------------------------------------- */
.contacts {
    padding: 50px 0;
}

.contacts .leads {
    text-align: center;
    margin-bottom: 20px;
}

.contacts a {
    display: inline-block;
}

.contacts .large {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.contacts .large a {
    display: block;
    margin-top: 20px;
}

.contacts .form_layout {
    text-align: left;
    border-top: solid 1px #ddd;
    margin: 30px auto 0;
    position: relative;
}

.contacts .form_layout .list_line {
    margin: 0;
    padding: 15px 0 17px 0;
    border-bottom: solid 1px #ddd;
    position: relative;
    overflow: hidden;
}

.contacts .form_layout .list_name {
    padding: 15px 0;
    width: 17%;
    float: left;
    margin-right: 30px;
}

.contacts .form_layout .list_name .list_contents {
    line-height: 1em;
}

.contacts .form_layout .list_name>span {
    padding: 2px 0 0 10px;
    line-height: 1em;
    color: #000;
    display: block;
}

.contacts .form_layout .list_name>span>span.required {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 20px;
    padding: 5px 10px;
    color: #fff;
    position: relative;
    top: -2px;
    border-radius: 20px;
    background: #ff0000;
}

.contacts .form_layout .list_name>span>span.any {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 20px;
    padding: 5px 10px;
    color: #fff;
    position: relative;
    top: -2px;
    border-radius: 20px;
    background: #00c822;
}

.contacts .form_layout input,
.contacts .form_layout textarea {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px;
    line-height: 1em;
    width: 70%;
}

.contacts input[type="radio"] {
    width: auto;
}

.contacts input[type="submit"] {
    margin: 30px auto 0;
    font-size: 17px;
    font-size: 1.7rem;
    color: #fff;
    border-radius: 10px;
    border: none;
    background: #ea4242;
    width: 220px;
    height: 60px;
    cursor: pointer;
    outline: none;
    display: block;
}

.contacts .notice {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    color: #ff1d25;
}

.contacts .agree {
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .contacts .large {
        font-size: 20px;
        font-size: 2rem;
    }

    .contacts .form_layout .list_name {
        float: none;
        width: auto;
    }

    .contacts .form_layout .list_contents {
        margin-top: 15px;
    }

    .contacts .form_layout input,
    .contacts .form_layout textarea {
        width: 100%;
    }
}

/* ---------------------------------------------------------
recruits
--------------------------------------------------------- */
.recruits {
    padding: 50px 0;
}

.recruits .heads {
    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;
    margin: 25px 0;
    padding: 25px;
    color: #fff;
}

.recruits .heads p {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
}

.recruits .heads p span {
    font-size: 22px;
    font-size: 2.2rem;
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-left: 30px;
}

.recruits .heads.s1 {
    background-color: #f4aa89;
}

.recruits .heads.s2 {
    background-color: #59c2bd;
}

.recruits .sub {
    text-align: center;
    border: 1px solid #f4aa89;
    width: 600px;
    margin: 30px auto;
    padding: 10px;
    color: #ff931e;
}

.recruits .sub2 {
    text-align: center;
    border: 1px solid #00a29a;
    width: 600px;
    margin: 30px auto;
    padding: 10px;
    color: #00a29a;
}

.recruits dl {
    padding: 20px 0;
}

.recruits dl dt,
.recruits dl dd {
    margin-bottom: 30px;
    border-bottom: 1px dotted #b4b4b4;
    padding-bottom: 20px;
}

.recruits dl dt {
    float: left;
    font-weight: 400;
    width: 130px;
    clear: both;
    border-radius: 10px;
    background-color: #dcdddd;
    padding: 5px 15px;
    text-align: center;
}

.recruits dl dd {
    padding-left: 15%;
    line-height: 2;
}

.recruits .form_layout {
    text-align: left;
    margin: 30px auto 0;
    position: relative;
}

.recruits .form_layout .list_line {
    margin: 0;
    padding: 15px 0 17px 0;
    border-bottom: dotted 1px #ddd;
    position: relative;
    overflow: hidden;
}

.recruits .form_layout .list_name {
    padding: 15px 0;
    width: 17%;
    float: left;
    margin-right: 30px;
}

.recruits .form_layout .list_name .list_contents {
    line-height: 1em;
}

.recruits .form_layout .list_name>span {
    padding: 2px 0 0 10px;
    line-height: 1em;
    color: #000;
    display: block;
}

.recruits .form_layout .list_name>span>span.required {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 0 15px;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    position: relative;
    top: -2px;
    background: #ea4242;
}

.recruits .form_layout input,
.recruits .form_layout textarea {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px;
    line-height: 1em;
    width: 70%;
}

.recruits input[type="radio"] {
    width: auto;
}

.recruits input[type="submit"] {
    margin: 30px auto 0;
    font-size: 17px;
    font-size: 1.7rem;
    color: #fff;
    border-radius: 20px;
    border: none;
    background: #ea4242;
    width: 220px;
    height: 60px;
    cursor: pointer;
    outline: none;
    display: block;
}

.recruits .notice {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    color: #ff1d25;
}

.recruits .agree {
    text-align: center;
    margin-top: 30px;
}

.recruits .agree a {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .recruit .heads p {
        text-align: center;
    }

    .recruit .heads p span {
        display: block;
        margin-left: 0;
    }

    .recruit .sub,
    .recruit .sub2 {
        width: auto;
    }

    .recruit dl dt,
    .recruit dl dd {
        margin-bottom: 15px;
    }

    .recruit dl dt {
        float: none;
        width: 100%;
    }

    .recruit dl dd {
        padding-left: 0;
    }

    .recruit .form_layout .list_name {
        float: none;
        width: auto;
    }

    .recruit .form_layout .list_contents {
        margin-top: 15px;
    }

    .recruit .form_layout input,
    .recruit .form_layout textarea {
        width: 100%;
    }

    .recruit .form_layout input[type="radio"] {
        width: auto;
    }
}

/* ---------------------------------------------------------
equipments
--------------------------------------------------------- */
.equipments {
    padding: 50px 0;
}

.equipments .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.equipments .box>div {
    width: 48%;
}

.equipments table {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #322926;
}

.equipments table tr:nth-child(even) {
    background-color: #e6e6e6;
}

.equipments table th,
.equipments table td {
    padding: 10px;
    border: 1px solid #726f6d;
    white-space: nowrap;
}

.equipments table th {
    color: #fff;
    text-align: center;
    background-color: #9fa0a0;
    font-weight: 400;
}

.equipments .box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 30px 0;
}

.equipments .box2>div {
    width: 23%;
    margin-right: 2.5%;
    text-align: center;
    margin-bottom: 30px;
}

.equipments .box2>div:nth-child(4) {
    margin-right: 0;
}

.equipments .box2>div img {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5);
}

.equipments .box3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.equipments .box3>div {
    width: 31%;
}

@media screen and (max-width: 767px) {
    .equipments .container {
        margin: 0;
    }

    .equipments .box {
        display: block;
    }

    .equipments .box>div {
        width: 100%;
    }

    .equipments table th,
    .equipments table td {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 5px;
    }

    .equipments .box2 {
        display: block;
    }

    .equipments .box2>div {
        width: 100%;
    }

    .equipments .box3 {
        display: block;
    }

    .equipments .box3>div {
        width: 100%;
    }
}

/* ---------------------------------------------------------
pagetop
--------------------------------------------------------- */
#pagetop {
    position: fixed;
    right: 0;
    bottom: 420px;
    z-index: 1000;
}

#pagetop img {
    display: block;
    margin-bottom: 15px;
}

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

    #pagetop a:first-child,
    #pagetop a:last-child {
        display: none;
    }
}

/* ---------------------------------------------------------
animate
--------------------------------------------------------- */
.fade-in {
    opacity: 0;
    -webkit-transition-duration: 1500ms;
    transition-duration: 1500ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.fade-in-down {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.fade-in-left {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
}

.fade-in-right {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
}

.scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@-webkit-keyframes fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateTY(0);
        transform: translateTY(0);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateTY(0);
        transform: translateTY(0);
    }
}

@-webkit-keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* ---------------------------------------------------------
news_top
--------------------------------------------------------- */
.news_top {
    padding: 80px 0;
}

.news_top article {
    border-bottom: 2px dotted #bababa;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news_top article span {
    font-size: 14px;
    font-size: 1.4rem;
    color: #06537f;
    font-weight: 700;
    margin-right: 50px;
}

.news_top article a {
    color: #000;
}

.news_top .btn_common {
    text-align: right;
    border: none;
    width: auto;
    display: block;
    color: #01a669 !important;
    padding-right: 30px;
    background: url(https://suns-wb.com/wp-content/themes/suns/images/btn_arrow2.png) no-repeat right center;
}

@media screen and (max-width: 767px) {
    .news_top {
        width: auto;
    }

    .news_top h2 {
        width: auto;
    }

    .news_top article {
        display: block;
    }
}

/* ---------------------------------------------------------
privacy
--------------------------------------------------------- */
.privacy {
    font-size: 14px;
    font-size: 1.4rem;
}

/* ---------------------------------------------------------
under_area
--------------------------------------------------------- */
.under_area {
    text-align: center;
    font-weight: 700;
}

.under_area .container {
    padding: 50px 0;
    border-bottom: 2px dotted #bababa;
    border-top: 2px dotted #bababa;
}

.under_area p {
    font-size: 22px;
    font-size: 2.2rem;
}

.under_area p+p {
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .under_area p {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .under_area .box {
        display: block;
    }

    .under_area .box>div {
        width: 100%;
        min-height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .under_area {
        display: none;
    }
}

/* ---------------------------------------------------------
404
--------------------------------------------------------- */
.error404 p {
    padding: 50px 0;
    text-align: center;
    color: #ff0000;
    line-height: 2.5;
}

.error404 .footer p {
    padding: 0;
    text-align: left;
    color: #000;
    line-height: auto;
}

.error404 .footer .ft_info ul+p {
    color: #fff !important;
}

/* ---------------------------------------------------------
XO Event Calendar
--------------------------------------------------------- */
.xo-event-calendar {
    margin: 0 auto;
}

.xo-months {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.xo-event-calendar table.xo-month button {
    position: relative;
}

.xo-event-calendar table.xo-month .month-prev,
.xo-event-calendar table.xo-month .month-next {
    width: 37px;
    height: 37px;
    float: none;
    position: absolute;
}

.xo-event-calendar table.xo-month .month-prev {
    left: -15%;
    top: 45%;
    background: url(https://suns-wb.com/wp-content/themes/suns/images/cl_prev.png) no-repeat;
}

.xo-event-calendar table.xo-month .month-next {
    top: 45%;
    right: -140%;
    background: url(https://suns-wb.com/wp-content/themes/suns/images/cl_next.png) no-repeat;
}

.xo-event-calendar table.xo-month>caption {
    background-color: #fff;
    color: #000;
}

.xo-event-calendar table.xo-month {
    width: 80%;
    margin: 0 auto;
}

.xo-month-wrap {
    width: 47%;
}

.dashicons-arrow-left-alt2:before {
    content: "";
}

.dashicons-arrow-right-alt2:before {
    content: "";
}

@media screen and (max-width: 599px) {
    .xo-event-calendar {
        width: 70%;
    }

    .xo-months {
        display: block;
    }

    .xo-month-wrap {
        width: 100%;
    }

    .xo-event-calendar table.xo-month .month-prev {
        left: -35%;
    }

    .xo-event-calendar table.xo-month .month-next {
        right: -35%;
    }
}

@media screen and (max-width: 599px) {
    .xo-month-wrap:last-child {
        display: none;
    }
}

/* ---------------------------------------------------------
hamburger
--------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .hamburger {
        display: block;
        position: fixed;
        z-index: 3;
        right: 13px;
        top: 20px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #000;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    nav.globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff;
        background: rgba(0, 91, 171, 0.9);
        text-align: center;
        width: 100%;
        height: 100%;
        display: none;
        opacity: 0;
        padding-top: 70px;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
        transition: opacity 0.6s ease, visibility 0.6s ease;
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: block;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        -webkit-transition: 0.4s all;
        transition: 0.4s all;
        border-left: none;
    }

    nav.globalMenuSp ul li:first-child {
        border-left: none;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-right: none;
    }

    nav.globalMenuSp ul li:hover {
        background: transparent;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #fff;
        padding: 1em 0;
        text-decoration: none;
        border-bottom: thin solid #fff;
        text-align: left;
    }

    nav.globalMenuSp ul.child {
        display: none;
    }

    nav.globalMenuSp.active {
        opacity: 100;
        display: block;
    }

    nav.globalMenuSp ul li.has-submenu>a {
        position: relative;
        padding-right: 2em;
    }

    nav.globalMenuSp ul li.has-submenu>a::after {
        content: "▼";
        /* サブメニューがあることを示す矢印 */
        position: absolute;
        right: 1em;
        top: 50%;
        transform: translateY(-50%);
    }

    nav.globalMenuSp ul li .submenu {
        display: none;
        padding-left: 20px;
    }

    nav.globalMenuSp ul li.active .submenu {
        display: block;
    }

    .arrow {
        position: relative;
        display: inline-block;
        padding: 0 0 0 16px;
        color: #000;
        vertical-align: middle;
        text-decoration: none;
        font-size: 15px;
    }

    .arrow::before,
    .arrow::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .spL::after {
        width: 10px;
        right: 5px;
        height: 10px;
        border: 2px solid;
        border-color: #fff #fff transparent transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .spL2::after {
        width: 10px;
        right: 5px;
        height: 10px;
        border: 2px solid;
        border-color: #fff #fff transparent transparent;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}