@charset "UTF-8";
/*
Theme Name: nanoBeryl
Version: 1.0
Author: nanoBeryl
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: This is our original theme.
*/

@font-face {
    font-family: "handWriting";
    font-style: normal;
    font-weight: 400;
    src: url('./handWriting.ttf');
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    font-size: 16px;
    font: normal 1.6rem/1.5 Arial, 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: unset;
    -moz-osx-font-smoothing: grayscale;
    color: #424242;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
}

body::-webkit-scrollbar {
    display: none;
}

a,
a:hover {
    color: #333;
}

.breadcrumbs {
    font-size: 1.4rem;
    width: 100%;
    margin: 0;
    padding: 6px 0;
}

.breadcrumbs span > a {
    color: #74b816;
    text-decoration: underline;
}

/***************************************************************************************************
* main
***************************************************************************************************/

.main__area {
    margin: 24px 0;
    padding: 0;
    background-color: white;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .18);
    box-shadow: 0 0 2px rgba(0, 0, 0, .18);
}

.main__article {
    width: 100%;
}

@media (max-width: 959px) {
    .main__area {
        margin: 12px 0;
    }
}

.main__ttl {
    font-size: 2rem;
    color: #689F38;
    margin: 12px 0;
    padding: 6px 12px;
    background-color: #DCEDC8;
    border: 1px solid #9CCC65;
    border-left: 6px solid #689F38;
}

.main__txt {
    text-align: justify;
    width: 100%;
    margin: 12px 0;
    padding: 0 12px;
}

.main__btn > a {
    font-size: 1.6rem;
    padding: 12px 18px;
    border: 1px solid black;
    display: inline-block;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer;
}

.main__btn > i::before {
    content: " ";
}

.main__btn > a:hover {
    background-color: rgba(116, 184, 22, 0.4);
}

.main__table th,
.main__table td {
    padding: 12px;
    border: 1px solid #eee;
}

.main__table th {
    width: 200px;
}

@media (max-width: 959px) {
    .main__txt {
        padding: 0;
    }
    .main__table,
    .main__table > tbody,
    .main__table tr,
    .main__table th,
    .main__table td {
        width: 100%;
        display: block;
    }
    .main__table th {
        padding: 6px 12px;
        background-color: #eee;
    }
    .main__table td {
        font-size: 1.4rem;
    }
}

.main__ul {
    width: 100%;
    counter-reset: list;
    list-style-type: none;
    font: 14px/1.6 'arial narrow', sans-serif;
    padding: 0;
}

.main__ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 7px 0 7px 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    border-bottom: dashed 1px rgba(186, 205, 49, .6);
}

.main__ul li:before {
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: rgb(186, 205, 49);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main__ul li:after {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main__link {
    color: #74b816;
    text-decoration: underline;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.main__link:hover {
    color: white;
    background-color: rgba(116, 184, 22, 0.8);
}

.sub__ttl {
    margin: 12px 0;
    border-bottom: 1px solid rgb(186, 205, 49);
}

.sub__txt {
    font-size: .9em;
    color: #7d7d7d;
}

/***************************************************************************************************
* header
***************************************************************************************************/

header {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    position: relative;
    z-index: 75000;
}

.header__logo {
    width: auto;
    max-width: 100%;
    height: 51px;
    margin-right: 12px;
}

@media (max-width: 959px) {
    .header__logo {
        width: calc(100% - 76px);
        height: auto;
    }
    .hamburger-box {
        height: 20px;
    }
}

.menu {
    margin-right: auto;
    z-index: 80000;
}

.menu__ul li > a {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;
    margin: 6px;
    padding: 6px;
    display: inline-block;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer;
}

.menu__ul li > a:hover {
    background-color: rgba(116, 184, 22, 0.3);
}

@media (max-width: 959px) {
    .menu {
        color: #333;
        width: 220px;
        height: 100%;
        padding-bottom: 6px;
        background-color: #fff;
        -webkit-box-shadow: 0 -5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 -5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
        position: fixed;
        top: 0;
        right: -220px;
        overflow: auto;
    }
    .menu__ul {
        margin-top: 60px;
        position: relative;
        display: block;
        z-index: 85000;
    }
    .menu__ul li {
        margin: 0;
        border-bottom: 1px solid #ddd;
        position: relative;
        z-index: 85000;
    }
    .menu__ul li:first-child {
        border-top: 1px solid #ddd;
    }
    .menu__ul li > a {
        text-align: left;
        font-size: 1.6rem;
        width: 100%;
        margin: 0;
        padding: 14px 12px;
    }
}

.header__contact {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    width: auto;
    margin: 6px;
    padding: 6px;
    display: inline-block;
}

.backScreen {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 70000;
}

.hamburger {
    position: relative;
    z-index: 99999;
}

/***************************************************************************************************
* front
***************************************************************************************************/

/* hero
--------------------------------------------------*/

@media (min-width: 2000px) {
    .homeHero__img {
        margin: 0 auto;
    }
}

/* top
--------------------------------------------------*/

.top__article {
    width: 100%;
    padding: 84px 24px;
    background-color: white;
    position: relative;
    display: inline-block;
}

.top__ttl {
    font-family: "handWriting", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 3rem;
    width: 100%;
}

.top__txt {
    font-family: "handWriting", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1.6rem;
    line-height: 1.8;
    width: 100%;
    margin-top: 12px;
}

.top__txt > span {
    text-align: right;
    font-weight: bold;
    margin-top: 12px;
    display: block;
}

@media (max-width: 959px) {
    .top__article {
        padding: 36px 6px;
    }
    .top__ttl {
        text-align: center;
        font-size: 2.6rem;
    }
    .top__txt {
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.8;
    }
}

/* item
--------------------------------------------------*/

.home__item {
    text-align: center;
    margin: 12px 0;
    padding: 84px 36px;
}

.home__imgArea {
    width: 100%;
    padding-bottom: 48%;
}

.home__blog {
    background: url(../../uploads/aboutA.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.home__service {
    background: url(../../uploads/serviceA.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.home__feature {
    background: url(../../uploads/featureA.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.home__contact {
    background: url(../../uploads/messageA.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

@media (max-width: 959px) {
    .home__blog {
        background: url(../../uploads/aboutA.jpg) no-repeat center center;
        background-attachment: scroll;
        background-size: cover;
    }

    .home__service {
        background: url(../../uploads/serviceA.jpg) no-repeat center center;
        background-attachment: scroll;
        background-size: cover;
    }

    .home__feature {
        background: url(../../uploads/featureA.jpg) no-repeat center center;
        background-attachment: scroll;
        background-size: cover;
    }

    .home__contact {
        background: url(../../uploads/messageA.jpg) no-repeat center center;
        background-attachment: scroll;
        background-size: cover;
    }
}

.home__ttl {
    text-align: center;
    font-size: 5rem;
    margin-bottom: 36px;
    position: relative;
}

.home__ttl::before {
    content: '';
    position: absolute;
    bottom: -6px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgb(186, 205, 49);
    border-radius: 2px;
}

.home__ttl--sub {
    font-size: 1.8rem;
    color: #aaa;
    margin-bottom: 12px;
}

.home__txt {
    text-align: justify;
    font-size: 1.4rem;
    color: #7d7d7d;
    margin-bottom: 12px;
}

@media (max-width: 959px) {
    .home__item {
        margin: 12px 0;
        padding: 48px 12px;
    }
    .home__ttl {
        font-size: 4rem;
        margin-bottom: 36px;
    }
    .home__ttl--sub {
        font-size: 1.4rem;
    }
}

/* blog
--------------------------------------------------*/

.home__blog--article {}

.post__ul {}

.post__ul > li {
    padding: 6px;
    border-bottom: 1px solid #eee;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer;
}

.post__ul > li:first-child {
    border-top: 1px solid #eee;
}

.post__figure--list {
    width: 70px;
    height: 70px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.post__figure--list > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 500;
}

.post__item {
    text-align: left;
    margin-left: 6px;
}

.post__date--list {
    font-size: 1.4rem;
    color: #aaa;
    display: block;
}

.post__ttl--list {
    font-size: 1.6rem;
    font-weight: normal;
}

/***************************************************************************************************
* hero sub
***************************************************************************************************/

.heroSub__area {
    width: 100%;
    background: url(../../uploads/serviceA.jpg) no-repeat center center;
    background-size: cover;
}

/*********/

.heroSub--about {
    background: url(../../uploads/aboutA.jpg) no-repeat bottom center;
    background-size: cover;
}

.heroSub--service {
    background: url(../../uploads/serviceA.jpg) no-repeat center center;
    background-size: cover;
}

.heroSub--feature {
    background: url(../../uploads/featureA.jpg) no-repeat center center;
    background-size: cover;
}

/*********/

.heroSub__container {
    height: 280px;
    position: relative;
}

.heroSub__ttl {
    font-size: 4rem;
    text-shadow: rgb(84, 140, 73) 2px 0, rgb(84, 140, 73) -2px 0, rgb(84, 140, 73) 0 -2px, rgb(84, 140, 73) 0 2px, rgb(84, 140, 73) 2px 2px, rgb(84, 140, 73) -2px 2px, rgb(84, 140, 73) 2px -2px, rgb(84, 140, 73) -2px -2px, rgb(84, 140, 73) 1px 2px, rgb(84, 140, 73) -1px 2px, rgb(84, 140, 73) 1px -2px, rgb(84, 140, 73) -1px -2px, rgb(84, 140, 73) 2px 1px, rgb(84, 140, 73) -2px 1px, rgb(84, 140, 73) 2px -1px, rgb(84, 140, 73) -2px -1px;
    color: white;
}

@media (max-width: 599px) {
    .heroSub__ttl {
        font-size: 2.4rem;
    }
}

/***************************************************************************************************
* introduction
***************************************************************************************************/

.introduction__ttl {
    font-size: 2.2rem;
    padding: 0 12px;
}

@media (max-width: 959px) {
    .introduction__ttl {
        text-align: center;
        font-size: 2rem;
        width: 100%;
        padding: 12px 0 0;
    }
}

/***************************************************************************************************
* message
***************************************************************************************************/

.timeline {
    list-style: none;
}

.timeline > li {
    margin-bottom: 30px;
}

@media (min-width: 600px) {
    .timeline > li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
    .timeline-date {
        width: 100px;
        float: left;
        padding: 6px 24px;
    }
    .timeline-content {
        width: 76%;
        float: left;
        border-left: 3px #e5e5d1 solid;
        padding: 6px 0 6px 30px;
    }
    .timeline-content:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #6fc173;
        position: absolute;
        left: 96px;
        top: 11px;
        border-radius: 100%;
    }
}

@media (max-width: 959px) {
    .profile__img {
        width: 50%;
        max-width: 240px;
        margin: 0 auto;
    }
}

/***************************************************************************************************
* sidebar
***************************************************************************************************/

.sidebar__area {
    margin: 24px 0;
    padding: 12px 24px 0;
    background-color: white;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .18);
    box-shadow: 0 0 2px rgba(0, 0, 0, .18);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar__ul {
    width: 100%;
    margin-bottom: 24px;
    position: -webkit-sticky;
    position: sticky;
    top: 12px;
    counter-reset: list;
    list-style-type: none;
    font: 14px/1.6 'arial narrow', sans-serif;
    padding: 0;
}

.sidebar__ul li {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 30px;
    border-bottom: dashed 1px rgba(186, 205, 49, .6);
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer;
}

.sidebar__ul li:hover {
    background-color: rgba(116, 184, 22, 0.3);
}

.sidebar__ul li > a:before {
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: rgb(186, 205, 49);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar__ul li > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar__ul li > a {
    width: 100%;
    padding: 12px 24px;
    display: inline-block;
}

/***************************************************************************************************
* archive
***************************************************************************************************/

.archive__ul {}

.archive__ul > li {
    margin: 12px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.archive__figure {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.archive__figure > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 500;
}

.archive__ttl {
    color: #424242;
    padding: 12px 12px 0;
}

.archive__txt {
    font-size: 1.4rem;
    color: #828282;
    padding: 6px 12px 22px;
}

.archive__date {
    font-size: 1.4rem;
    font-style: italic;
    color: #7d7d7d;
    padding: 0 12px;
    position: absolute;
    right: 0;
    bottom: 0;
}

/***************************************************************************************************
* footer
***************************************************************************************************/

.footer {
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.footer__txt {
    font-size: .9em;
    color: white;
    padding: 6px 0;
}

/***************************************************************************************************
* add
***************************************************************************************************/

.homeContainer__img {
    width: 100%;
    padding-bottom: 50%;
    background-color: white;
    background: url(../../uploads/sample__img.jpg) center center / cover no-repeat fixed;
}

@media (max-width: 959px) {
    .homeContainer__img {
        background: none;
    }
    .homeContainer__img:before {
        content: "";
        background: url(..../../uploads/sample__img.jpg) center center / cover no-repeat;
        position: fixed;
        top: 0;
        left: 0;
        display: block;
    }
}
