@charset "utf-8";
* {
    margin: 0;
    padding: 0;   
}
.body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #1b1b1b;
    letter-spacing: .075rem;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    opacity: .7;
}
a img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
    display: block;
}
input,
select {
    vertical-align: middle;
}
body {
    font-family: "Noto Serif JP", '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #1b1b1b;
    width: 100%;
    min-width: 1025px;
    overflow-x: hidden;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #ecefe7;
    letter-spacing: .075rem;
    font-size: 16px;
}
.cp {
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
}
img {
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}
ul,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    letter-spacing: normal;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
    letter-spacing: .075rem;
}
li::marker {
    margin: 0;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
ins {
    /* remember to highlight inserts somehow! */
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    /* markup tables with 'cellspacing="0"' */
    border-collapse: collapse;
    border-spacing: 0;
}
.alc {
    text-align: center !important;
}
.all {
    text-align: left !important;
}
.alr {
    text-align: right !important;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.clr {
    zoom: 1;
}
.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}
.clearboth {
    clear: both !important;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
::-moz-selection {
    background-color: #97ba97;
}
::selection {
    background-color: #97ba97;
}
.inner {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
}
.green {
    color: #233f23;
}
h2 {
    font-size: 30px;
    text-align: center;
    margin: 0 auto 50px;
    font-weight: 500;
}
/* ページ切り替え */
.fadeIn {
    opacity: 0;
    bottom: -30px;
    position: relative;
}
.fadeIn.active {
    opacity: 1;
    bottom: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
body {
    display: none;
}
/* fadeIn
=======================*/
.fade_in {
    -webkit-animation-name: fadeInAnime;
    animation-name: fadeInAnime;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}
@-webkit-keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInAnimeTrigger {
    opacity: 0;
}
/* ==================================
header
=====================================*/
header {
    position: fixed;
    width: 100%;
    padding: 60px 0 10px;
    z-index: 9999;
}
header.change-color {
    background-color: rgb(25, 57, 25, .8);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 2px solid #233f23;
}
.header_content {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 9999;
    position: relative;
}
.header_content .header_logo {
    max-width: 145px;
}
.header_menubtn {
    display: none;
}
.header_menulist {
    max-width: 715px;
}
.header_menulist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    width: 100%;
}
.header_menulist ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
    padding: 0 15px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .7);
}
.header_menulist ul.header_tel {
    max-width: 280px;
    margin: 25px 0 0 auto;
}
.header_menulist ul.header_tel li a {
    padding: 0 10px;
}
/* sp_yoyaku */
.sp_yoyaku {
    display: none!important;
}
/* mv */
.mv {
    padding: 200px 0 205px;
    position: relative;
    overflow-x: hidden;
}
.mv::after {
    content: '';
    display: inline-block;
    background: url(../img/mv_bg.png) no-repeat top center / contain;
    width: 125vw;
    height: 100%;
    z-index: -1;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: 0;
    max-width: 1530px;
    min-width: 1400px;
}
.mv ul {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
/* news */
.news {
    max-width: 600px;
    width: 90%;
    margin: 60px auto 0;
    border: 1px solid #052506;
    padding: 60px 5%;
    text-align: center;
}
.news p {
    line-height: 1.7;
    font-weight: 600;
}
/* concept */
.concept {
    padding: 120px 0 140px;
}
.concept p {
    line-height: 2.8;
    text-align: center;
}
/* gallery */
.gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.gallery ul li {
    width: 23%;
    margin-bottom: 60px;
}
/* insta */
.insta {
    text-align: center;
}
.insta h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 auto 25px;
}
.insta .insta_logo {
    width: 45px;
    margin: 0 auto;
}
.insta_cont {
    margin: 50px auto 0;
}
/* info */
.info {
    text-align: center;
    padding: 145px 0 170px;
}
.info p {
    line-height: 1.7;
    margin: 0 auto 30px;
}
.info ul {
    margin: 0 auto 30px;
}
.info ul li a {
    font-size: 35px;
    padding: 5px 0;
    color: #233f23;
}
/* menu */
.menu {
    overflow-x: hidden;
}
.menu_cont {
    padding: 165px 195px;
    position: relative;
    color: #fff;
}
.menu_cont::after {
    content: '';
    display: inline-block;
    background: url(../img/menu_bg.png) no-repeat center /contain;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: 0;
}
.menu_cont p {
    text-align: center;
    margin: 0 auto 50px;
}
.menu_contList {
    max-width: 440px;
    margin: 0 auto;
}
.menu_contList dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 20px;
}
.menu_contList dl:last-of-type {
    margin-bottom: 0;
}
.menu_contList dl dt,
.menu_contList dl dd {
    line-height: 1.7;
}
.menu_contList dl dt {
    font-size: 18px;
}
/* products */
.products {
    padding: 190px 0 130px;
}
.products ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.products ul li {
    width: 30%;
    margin-bottom: 50px;
}
.products ul li img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
/* staff */
.staff {
    position: relative;
    padding: 150px 0 60px;
    overflow-x: hidden;
}
.staff::after {
    content: '';
    display: inline-block;
    background: url(../img/staff_bg.png) no-repeat top left / 100% auto;
    width: 110vw;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 1450px;
    min-width: 1200px;
}
.staff ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 900px;
    margin: 0 auto 70px;
}
.staff ul li {
    width: 47%;
}
.staff ul li h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}
.staff ul li span {
    display: block;
    font-size: 18px;
}
.staff ul li p {
    line-height: 1.7;
    margin-top: 70px;
}
.staff .staff_txt {
    line-height: 1.7;
    text-align: center;
}
.staff_photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px auto 0;
    max-width: 1100px;
    width: 90%;
}
.staff_photo figure {
    width: 30%;
}
/* access */
.access {
    padding: 95px 0 160px;
}
.access_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.access_cont p {
    line-height: 1.7;
}
.access_cont_map {
    width: 55%;
    height: 300px;
}
.access_cont_map iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
}
/* footer */
.footer {
    border-top: 1px solid #0d2c0e;
    padding: 35px 0 15px;
}
.footer_inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}
.footer_cont {
    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;
    margin: 0 auto 30px;
}
.footer_cont h1 {
    max-width: 145px;
    width: 10%;
}
.footer_cont ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 715px;
    width: 80%;
}
.footer_cont ul li a {
    font-weight: 600;
    font-size: 18px;
    padding: 0 15px;
}
.footer_cont ul li a:hover {
    opacity: 1;
    color: #538153;
}
.footer p {
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
}
.footer p a:hover {
    opacity: 1;
    color: #538153;
}
@media only screen and (max-width: 1024px) {
    body {
        min-width: 100%;
        font-size: 14px;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    h2 {
        font-size: 22px;
        margin: 0 auto 30px;
    }
    /* --------------
header
---------------- */
    header {
        padding: 25px 0 10px;
    }
    .header_content .header_logo {
        max-width: 120px;
    }
    .header_menubtn {
        display: block;
        position: relative;
        width: 35px;
        height: 43px;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        cursor: pointer;
    }
    .header_menubtn span {
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 1.5px;
        background: #fff;
        position: absolute;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    .header_menubtn span.top {
        top: 30%;
    }
    .header_menubtn span.bottom {
        bottom: 30%;
    }
    .open .header_menubtn {
        z-index: 999;
    }
    .open .header_menubtn span.top {
        background: #fff;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        top: calc(50% - 2px);
    }
    .open .header_menubtn span.bottom {
        background: #fff;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        bottom: 50%;
    }
    .header_menubg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(35, 63, 35, .9);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 100;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .header_content {
        max-width: 90%;
        width: 100%;
        z-index: 10;
        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;
    }
    .header_menulist {
        display: table;
        width: 100%;
        padding: 0;
        border: none;
        margin: 0 auto;
    }
    .header_menulist ul {
        display: block;
        width: 100%;
        height: 100%;
        padding: 20% 0 0;
        margin: 0 auto;
    }
    .header_menulist ul li:first-child {
        display: block;
    }
    .header_menulist ul li {
        width: 100%;
        margin: auto;
        text-align: center;
        max-width: 400px;
    }
    .header_menulist ul li a {
        display: block;
        color: #fff;
        font-size: 20px;
        text-align: center;
        padding: 15px 0;
    }
    .header_menulist ul.header_tel {
        max-width: 280px;
        margin: 40px auto 0;
        padding: 0;
    }
    .header_menulist ul.header_tel li:first-child {
        margin: 0 auto 15px;
    }
    .header_menulist ul.header_tel li a {
        padding: 0 10px;
    }
    /* 開閉用ボタンがクリックされた時のスタイル */
    .open .header_menubg {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        visibility: visible;
        opacity: 1;
    }
    .header_logo img {
        width: 90px;
    }
    /* sp_yoyaku */
    .sp_yoyaku {
        display: block!important;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
    }
    .sp_yoyaku ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .sp_yoyaku ul li {
        width: 50%;
    }
    .sp_yoyaku ul li:first-child {
        border-right: 1px solid #fff;
    }
    .sp_yoyaku ul li a {
        display: block;
        width: 100%;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
        color: #fff;
        padding: 20px 0;
        background-color: rgba(35, 63, 35, .9);
    }
    /* mv */
    .mv {
        padding: 110px 0 100px;
    }
    .mv::after {
        width: 100%;
        max-width: 1500px;
        min-width: 1090px;
        height: 102%;
        top: -30px;
        left: 47%;
    }
    /* news */
    .news {
        margin: 30px auto 0;
        padding: 40px 5%;
    }
    /* concept */
    .concept {
        padding: 40px 0 80px;
    }
    .concept p {
        line-height: 2.2;
    }
    /* gallery */
    .gallery ul {
        max-width: 600px;
        width: 90%;
        margin: 0 auto;
    }
    .gallery ul li {
        width: 47%;
        margin-bottom: 20px;
    }
    /* insta */
    .insta {
        margin: 20px auto 0;
    }
    /* info */
    .info {
        padding: 80px 0 40px;
    }
    .info p {
        margin: 0 auto 20px;
    }
    .info ul {
        margin: 0 auto 20px;
    }
    .info ul li a {
        font-size: 22px;
    }
    /* menu */
    .menu {
        position: relative;
    }
    .menu::after {
        content: '';
        display: inline-block;
        background: url(../img/menu_bg.png) no-repeat center /contain;
        width: 180%;
        height: 100%;
        z-index: -1;
        position: absolute;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        left: 50%;
        top: 0;
    }
    .menu_cont {
        padding: 80px 0 120px;
    }
    .menu_cont::after {
        content: none;
    }
    .menu_cont p {
        margin: 0 auto 30px;
    }
    .menu_contList dl {
        margin: 0 auto 15px;
    }
    .menu_contList dl dt,
    .menu_contList dl dd {
        line-height: 1.7;
        font-size: 14px;
    }
    .menu_contList dl dt {
        font-size: 14px;
    }
    /* products */
    .products {
        padding: 80px 0 40px;
    }
    .products ul {
        max-width: 600px;
        margin: 0 auto;
    }
    .products ul li {
        width: 45%;
        margin: 0 auto 5px;
    }
    .products ul li img {
        max-width: 100%;
    }
    /* staff */
    .staff {
        padding: 60px 0 40px;
    }
    .staff::after {
        content: '';
        display: inline-block;
        background: url(../img/staff_bg_sp.png) no-repeat top left / contain;
        width: 120%;
        height: 100%;
        z-index: -1;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 0;
        min-width: unset;
    }
    .staff ul {
        display: block;
        max-width: 600px;
        margin: 0 auto 40px;
    }
    .staff ul li {
        width: 100%;
        margin: 0 auto 40px;
    }
    .staff ul li:last-child {
        margin-bottom: 0;
    }
    .staff ul li h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .staff ul li span {
        font-size: 16px;
    }
    .staff ul li p {
        margin-top: 20px;
    }
    .staff_photo {
        display: block;
        margin: 40px auto 0;
        max-width: 600px;
    }
    .staff_photo figure {
        width: 100%;
        margin: 0 auto 20px;
    }
    /* access */
    .access {
        padding: 40px 0 80px;
    }
    .access_cont {
        display: block;
    }
    .access_cont p {
        line-height: 1.7;
        max-width: 600px;
        margin: 0 auto;
    }
    .access_cont_map {
        max-width: 600px;
        width: 100%;
        height: 300px;
        margin: 30px auto 0;
    }
    /* footer */
    .footer {
        padding-bottom: 65px;
    }
    .footer_cont {
        display: block;
        margin: 0 auto 40px;
    }
    .footer_cont h1 {
        width: 150px;
        margin: 0 auto 25px;
        width: 100%;
    }
    .footer_cont ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .footer_cont ul li {
        width: 45%;
        margin: 0 auto 10px;
    }
    .footer_cont ul li a {
        font-size: 14px;
        padding: 5px 15px;
    }
    .footer p {
        font-size: 13px;
        line-height: 1.2;
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .mv {
        padding: 110px 0 min(120px, 27vw);
    }
    .mv::after {
        width: 123vw;
        max-width: 900px;
        min-width: 660px;
    }
}