/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
header {
    overflow: hidden;
    position: relative;
}
.key {
    background-color: #f8f0db;
}
body:not(#top) .key {
    background: #f8f0db url(../images/key/key_bg.png) no-repeat center / cover;
}
.h_adr img {
    vertical-align: middle;
}
.h_adr span {
    margin: 0 9px 0 0;
}

.h_insta {
    width: 81px;
    line-height: 81px;
    margin: 0 0 0 18px;
    text-align: center;
    /*background-color: #7ac077;*/
    border-radius: 50%;
}

.h_insta img {
    vertical-align: middle;
}
#top .key {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
@media screen and (min-width: 768px) {
    body#top {
        position: relative;
    }
    header {
        height: 550px;
    }
    #top header {
        height: 840px;
        padding: 20px 0 0;
        background-color: #f8f0db;
        z-index: 0;
    }
    .h_basis {
        width: 100%;
        max-width: 1530px;
        margin: 12px auto 0;
        position: absolute;
        top: 0; left: 0; right: 0;
        z-index: 999;
    }
    p.h_adr {
        text-align: right;
    }
    p.h_adr:not(:last-child) {
        margin: 0 0 10px;
    }
    p.h_adr:last-child {
        padding: 0 21px 0 0;
    }
    .h_dtl {
        align-items: center;
        padding: 8px 0 0;
    }
    /* ▼key */
    .key {
        display: flex;
        align-items: center;
        height: 840px;
        text-align: center;
    }
    body:not(#top) .key {
        height: 550px;
        background-position: top calc(50% + 20px) center;
        background-size: 1500px auto;
    }
    body:not(#top) .key_ttl img {
        transform: translateX(87px);
    }
    /* ▼h1 */
    h1 {
        width: 1500px;
        margin: auto;
        position: absolute;
        bottom: 45px; left: 0; right: 0;
    }
    /* ▼nav */
    .h_nav {
        background-color: #7ac077;
        height: 130px;
        padding: 0 0 19px;
    }
    .h_nav_basis {
        align-items: flex-end;
        height: 100%;
    }
    .h_nav li {
        width: 138px;
        text-align: center;
    }
}
@media screen and (max-width: 1530px) and (min-width: 768px) {
    /*#top .key {
        height: 58vw;
        min-height: 745px;
        background-size: 98% auto;
    }*/
    /*body:not(#top) .key {
        height: 550px;
        background-position: top calc(50% + 25px) center;
        background-size: calc(100% - 60px) auto;
    }*/
    h1 {
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px) {
    /*▼sp_nav*/
    .h_logo img {
        height: 65px;
    }
    .h_basis {
        align-items: center;
        flex-direction: row;
        width: 100%;
        padding: 5px 20px;
        background-color: #f8f0db;
        position: fixed;
        z-index: 999;
    }
    .h_dtl {
        align-items: center;
        margin: 0 50px 0 0;
    }
    p.h_tel {
        margin: 0;
        color: #7ac077;
        font-size: 3rem;
        line-height: 45px;
    }
    .h_insta {
        width: 45px;
        line-height: 45px;
    }
    .h_insta img {
        height: 30px;
        vertical-align: -9px;
    }
    #nav_toggle {
        position: fixed;
        top: 0; right: 0;
        padding: 29.5px 20px;
    }
    #nav_toggle span {
        display: block;
        width: 30px;
        height: 2px;
        margin: 0 auto;
        background-color: #7ac077;
        transition: .3s;
    }
    #nav_toggle span:not(:last-child) {
        margin-bottom: 12px;
    }
    #nav_toggle.active span:nth-of-type(1) {
        -webkit-transform: translate3d(0px, 7px, 0) rotate(45deg);
        transform: translate3d(0px, 7px, 0) rotate(45deg);
    }
    #nav_toggle.active span:nth-of-type(2) {
        -webkit-transform: translate3d(0px, -7px, 0) rotate(-45deg);
        transform: translate3d(0px, -7px, 0) rotate(-45deg);
    }
    .h_nav {
        overflow-y: scroll;
        visibility: hidden;
        display: flex;
        flex-flow: row wrap;
        align-content: space-between;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 20px 5% 50%;
        color: #7ac077;
        background: #f8f0db;
        position: fixed;
        top: 75px; bottom: 0; left: 0; right: 0;
        transition: 0.3s ease-in-out;
        z-index: 999;
        -webkit-overflow-scrolling: touch;
    }
    .h_nav_basis {
        flex-flow: row wrap;
        align-items: stretch;
        width: 100%;
    }
    .h_nav .partition {
        border-bottom: 1px solid;
        margin: 0 0 10px;
        padding: 0 0 20px;
    }
    .h_nav_basis li {
        width: 49%;
        height: 30vw;
    }
    .h_nav_basis li:first-child {
        width: 100%;
    }
    .h_nav_basis li:nth-child(n+2) {
        margin-top: 2%;
    }
    .h_nav_basis li a {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 10px 0;
        background-color: #7ac077;
        border-radius: 15px;
    }
    .f_nav_basis {
        width: 100%;
    }
    .f_nav_basis li {
        width: 100%;
    }
    .f_nav_basis li a {
        padding: 10px 0 10px 25px;
        font-weight: bold;
    }
    .h_nav.open {
        visibility: visible;
        opacity: 1;
    }
    .h_nav {
        opacity: 0;
    }
    /* ▼key */
    .key {
        margin-top: 75px;
    }
    #top .key {
        padding: 20px 0;
        background-size: cover;
    }
    body:not(#top) .key {
        display: flex;
        height: 140px;
        background-position: center;
        align-items: center;
    }
    body:not(#top) .key_ttl {
        text-align: center;
    }
    body:not(#top) .key_ttl img {
        height: 80px;
        transform: translate(26px,-17px);
    }
}
/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    main > section:last-child {
        padding-bottom: 150px;
    }
}
@media screen and (max-width: 767px) {
    main > section:last-child {
        padding-bottom: 70px;
    }
}
/*
    top
--------------------*/
/* ▼poster */
#top .poster {
    background: repeating-linear-gradient(to bottom,#f0f0f0,#f0f0f0 1px,transparent 1px,transparent 7px),
                repeating-linear-gradient(to right,#f0f0f0,#f0f0f0 1px,transparent 1px,transparent 7px);
}
#top .poster_cnt {
    background-size: contain;
}
#top .poster_cnt.campaign {
    background: url(../images/top/poster_bg01.png) no-repeat top;
}
#top .poster_cnt.lottery {
    background: url(../images/top/poster_bg02.png) no-repeat top;
}
#top .poster_cnt .c_btn {
    margin-top: 18px;
}
@media screen and (min-width: 768px) {
    #top .poster_cnt {
        width: 528px;
        height: 619px;
    }
    #top .poster_cnt.campaign {
        padding: 55px 84px;
    }
    #top .poster_cnt.lottery {
        padding: 89px 61px 5px;
    }
    /* ▼campaign */
    #top .poster .campaign .poster_ttl {
        width: 441px;
    }
    /* ▼lottery */
    #top .poster .lottery {
        text-align: center;
        position: relative;
    }
    #top .poster .lottery p:not(:last-of-type) {
        margin: 0 0 11px;
    }
    #top .poster .lottery .poster_ttl {
        margin: 0 0 14px;
    }
    #top .poster .lottery .poster_img {
        position: absolute;
        left: 0; right: 5px; bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    #top .poster {
        padding-top: 20px;
    }
    #top .poster_basis {
        width: 100%;
    }
    #top .poster_cnt {
        max-width: 528px;
        margin: auto;
        background-size: 100% auto;
        padding: 55px 20px 40px;
    }
    #top .poster_cnt:first-child {
        margin-bottom: 20px;
    }
    /* ▼campaign */
    #top .poster .campaign > * {
        max-width: 406px;
    }
    /* ▼lottery */
    #top .poster .lottery {
        padding: 89px 20px 160px;
        text-align: center;
        position: relative;
    }
    #top .poster .lottery p:not(:last-of-type) {
        margin: 0 0 11px;
    }
    #top .poster .lottery .poster_ttl {
        margin: 0 0 14px;
    }
    #top .poster .lottery li {
        width: 49%;
    }
    #top .poster .lottery .poster_img {
        position: absolute;
        left: 0; right: 5px; bottom: 5px;
    }
}
/* ▼about */
#top .about {
    background: url(../images/top/dot_bg.png) no-repeat center / cover,
                url(../images/top/about_deco01.png) no-repeat top / contain,
                url(../images/top/about_deco02.png) no-repeat bottom right / contain;
    background-color: #f8f0db;
}
#top .about_ttl {
    text-align: center;
    margin: 0 0 36px;
}
#top .about_cnt {
    background-color: #fff;
    border-radius: 15px;
}
#top .about_cnt .c_btn {
    width: 100%;
    margin-top: 34px;
}
@media screen and (min-width: 768px) {
    #top .about {
        padding: 80px 0 145px;
    }
    #top .about ul {
        padding: 0 18px;
    }
    #top .about_cnt {
        margin: 40px 0 0;
        padding: 50px 39px 44px 50px;
        flex-direction: row-reverse;
    }
    #top .about_txt {
        width: 498px;
        margin: 8px 0 0;
    }
}
@media screen and (max-width: 767px) {
    #top .about ul li {
        width: 49%;
        text-align: center;
    }
    #top .about ul li:first-child {
        width: 100%;
        margin: 0 auto -4%;
    }
    #top .about ul li:first-child img {
        width: 49%;
    }
    #top .about_ttl {
        margin: 0 -20px 30px;
        width: calc(100% + 40px);
    }
    #top .about_cnt {
        margin: 20px -20px 30px;
        width: calc(100% + 40px);
        padding: 20px;
    }
    #top .about_txt {
        margin: 15px 0 0;
    }
}
/* ▼guide */
.guide li {
    background-image: repeating-linear-gradient(135deg,#ffe5d1,#ffe5d1 28px,#ffe9d8 28px,#ffe9d8 56px);
}
.guide li img {
    transition: all .3s;
}
.guide li:nth-child(2) {
    background-image: repeating-linear-gradient(135deg,#c6e8ee,#c6e8ee 28px,#ceebf1 28px,#ceebf1 56px);
}
.guide li a:hover {
    opacity: 1;
}
.guide li a:hover img {
    transform: scale(1.05);
}
@media screen and (min-width: 768px) {
    .guide li {
        width: 50%;
    }
    .guide li:first-child {
        text-align: right;
    }
    .guide li a {
        padding: 70px 160px 70px 50px;
    }
    .guide li:nth-child(2) a {
        padding: 70px 50px 70px 160px;
    }
}
@media screen and (max-width: 767px) {
    .guide li a {
        padding: 40px 20px;
    }
}
/* ▼voice */
#top .voice {
    overflow: hidden;
    background-color: #5d973e;
}
#top .voice_ttl {
    text-align: center;
    position: relative;
    z-index: 1;
}
#top .voice_ttl:before {
    content: '';
    background: url(../images/top/voice_ttl_deco.png) no-repeat center / contain;
    position: absolute;
    z-index: -1;
}
#top .voice .c_ofi {
    padding-top: 83.3333%;
    border-radius: 15px;
}
#top .voice li span {
    display: block;
    width: 100%;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#top .voice li time {
    display: block;
    width: 115px;
    margin: 0 0 5px;
    font-size: 1.4rem;
    text-align: center;
    color: #5d973e;
    line-height: 2;
    background-color: #fff;
    border-radius: 14px;
}
@media screen and (min-width: 768px) {
    #top .voice_ttl {
        margin: 0 0 60px;
    }
    #top .voice_ttl:before {
        width: 1457px;
        height: 126px;
        top: 44px; left: calc(50% - 728.5px);
    }
    #top .voice ul {
        justify-content: flex-start;
    }
    #top .voice li {
        width: 240px;
    }
    #top .voice li:not(:nth-child(4n)) {
        margin: 0 40px 0 0;
    }
    #top .voice .c_ofi {
        margin: 0 0 34px;
    }
    #top .voice .c_btn_ylw {
        margin-top: 60px;
    }
}
@media screen and (max-width: 767px) {
    #top .voice_ttl {
        margin: 0 0 30px;
    }
    #top .voice_ttl:before {
        width: 100vw;
        min-width: 375px;
        height: 28vw;
        min-height: 105px;
        top: 0; left: calc(50% - 50vw);
    }
    #top .voice li {
        width: 49%;
    }
    #top .voice li:nth-child(n+3) {
        margin-top: 2%;
    }
    #top .voice .c_ofi {
        margin: 0 0 15px;
    }
    #top .voice .c_btn_ylw {
        margin-top: 40px;
    }
}
/* ▼bnr */
.bnr {
    background: #f8f0db url(../images/top/contact_bg.png) no-repeat bottom;
}
.bnr_basis {
    border-radius: 15px;
}
.bnr_adr span {
    display: inline-block;
    width: 120px;
    margin: 0 15px 0 0;
    background-color: #fcec81;
    text-align: center;
    border-radius: 15px;
    line-height: 1.75;
}
.bnr_adr li:not(:last-child) {
    margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
    .bnr_basis {
        background-color: #fbdb00;
        height: 437px;
        padding: 0 53px 0 0;
    }
    .bnr_ttl {
        margin: 0 0 19px;
    }
    .bnr_ttl img {
        transform: translate(-45px,-5px);
    }
    .bnr_adr {
        margin: 13px 0 15px;
    }
    .bnr_cnt {
        width: 560px;
    }
}
@media screen and (max-width: 767px) {
    .bnr_basis {
        background-color: none;
    }
    .bnr_ttl {
        margin: 0 0 19px;
    }
    .bnr_adr {
        margin: 13px 0 15px;
        text-align: center;
    }
    .bnr_cnt {
        width: 100%;
        padding: 15px;
        background-color: #fbdb00;
        border-radius: 15px;
    }
    .bnr_adr span {
        width: 100%;
        margin: 0 0 5px;
    }
    .bnr_btn li {
        width: 100%;
        text-align: center;
        background-color: #856123;
        border-radius: 32px;
    }
    .bnr_btn li:first-child {
        margin: 0 0 10px;
    }
}
/* ▼access */
#top .access {
    background-color: #7ac077;
}
#top .access_ttl {
    text-align: center;
    position: relative;
}
#top .access_ttl:after {
    content: '';
    background: url(../images/top/access_deco.png) no-repeat center / contain;
    position: absolute;
}
#top .access_cnt {
    background-color: #fff;
    border-radius: 15px;
}
.map {
    overflow: hidden;
    border-radius: 15px;
}
@media screen and (min-width: 768px) {
    #top .access_ttl {
        margin: 0 0 30px;
    }
    #top .access_ttl:after {
        width: 252px;
        height: 211px;
        right: -10px; bottom: 44px;
    }
    #top .access_cnt {
        padding: 45px 40px;
    }
    #top .access_txt {
        width: 580px;
    }
    .map {
        height: 300px;
        margin: 45px 0 0;
    }
}
@media screen and (max-width: 767px) {
    #top .access {
        padding-top: 100px;
    }
    #top .access_ttl {
        margin: 0 0 25px;
    }
    #top .access_ttl:after {
        width: 126px;
        height: 105.5px;
        right: calc(50% - 63px); bottom: 100%;
    }
    #top .access_cnt {
        padding: 15px;
    }
    #top .access_txt {
        margin: 0 0 15px;
    }
    .map {
        height: 35vh;
        margin: 25px 0 0;
    }
}
/* ▼story */
#top .story {
    background: url(../images/top/dot_bg.png) no-repeat center,
                repeating-linear-gradient(135deg,#f8f0db,#f8f0db 28px,#f9f2e0 28px,#f9f2e0 56px);
}
#top .story_cnt {
    border-radius: 15px;
    border: 5px solid #fff;
}
#top .story_news {
    background-color: #ffe5d1;
}
#top .story_blog {
    background-color: #c6e8ee;
}
@media screen and (min-width: 768px) {
    #top .story_cnt {
        width: 520px;
        padding: 30px 35px 60px;
    }
    #top .story_blog {
        padding-top: 35px;
    }
    #top .story_ttl {
        margin: 0 0 16px;
    }
    #top .story .c_btn {
        margin-top: 45px;
    }
}
@media screen and (max-width: 767px) {
    #top .story_cnt {
        width: 100%;
        padding: 20px;
    }
    #top .story_cnt:first-child {
        margin: 0 0 20px;
    }
    #top .story_ttl {
        margin: 0 0 16px;
    }
    #top .story .c_btn {
        margin-top: 25px;
    }
}
/*
    concept
--------------------*/
#concept .concept {
    background: #f8f0db url(../images/top/dot_bg.png) no-repeat center;
}
#concept .concept_wrap {
    background: repeating-linear-gradient(to bottom,#f0f0f0,#f0f0f0 1px,transparent 1px,transparent 7px),
                repeating-linear-gradient(to right,#f0f0f0,#f0f0f0 1px,transparent 1px,transparent 7px);
    background-color: #fff;
    border-radius: 15px;
}
#concept .concept_block .block_cnt p {
    letter-spacing: .12em;
}
@media screen and (min-width: 768px) {
    #concept .concept {
        padding-top: 140px;
    }
    #concept .concept_wrap {
        padding: 30px 50px;
    }
    #concept .concept .c_ttl {
        margin-top: -90px;
    }
    #concept .concept_block:not(:last-child) {
        border-bottom: 3px solid;
        border-image: repeating-linear-gradient(to right,#7ac077,#7ac077 3px,transparent 3px,transparent 9px) 1;
    }
    #concept .concept .block_img {
        height: 360px;
    }
    #concept .concept_block:nth-of-type(1) .block_img img {
        transform: translate(31px,-34px);
    }
    #concept .concept_block:nth-of-type(2) .block_img img {
        transform: translate(-28px,-21px);
    }
    #concept .concept_block:nth-of-type(3) .block_img img {
        transform: translate(21px,-26px);
    }
}
@media screen and (max-width: 767px) {
    #concept .concept {
        padding-top: 80px;
    }
    #concept .concept_wrap {
        margin: 0 -20px;
        width: calc(100% + 40px);
        padding: 20px;
    }
    #concept .concept .c_ttl {
        font-size: 2rem;
        margin-top: -50px;
        width: calc(100% - 20px);
    }
    #concept .concept_block:not(:last-child) {
        border-bottom: 3px solid;
        border-image: repeating-linear-gradient(to right,#7ac077,#7ac077 3px,transparent 3px,transparent 9px) 1;
    }
}
/* ▼manu */
#concept .manu {
    background-color: #7ac077;
}
#concept .manu li {
    overflow: hidden;
    border-radius: 15px;
}
#concept .manu li figcaption {
    color: #fff;
    background-color: #5d973e;
    text-align: center;
    padding: 12px 0 8px;
    font-weight: bold;
}
#concept .menu_comment {
    color: #fff;
    background: #5d973e url(../images/concept/manu_deco.png) no-repeat;
    border-radius: 15px;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    #concept .manu li:nth-child(n+4) {
        margin-top: 24px;
    }
    #concept .menu_comment {
        margin: 42px 0 0;
        padding: 30px 0;
        background-position: right 192px bottom 20px;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    #concept .manu li {
        align-self: stretch;
        width: 49%;
    }
    #concept .manu li:nth-child(n+3) {
        margin-top: 2%;
    }
    #concept .manu li figure {
        display: flex;
        flex-flow: column;
        height: 100%;
    }
    #concept .manu li figcaption {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        text-align: left;
        padding: 12px 10px 8px;
    }
    #concept .menu_comment {
        margin: 20px 0 0;
        padding: 20px 20px 90px;
        background-position: right 20px bottom 20px;
    }
}
/*
    menu
--------------------*/
#menu .menu {
    background-color: #f8f0db;
}
#menu .menu_wrap {
    background: repeating-linear-gradient(to bottom,#f0f0f0,#f0f0f0 1px,transparent 1px,transparent 7px),
                repeating-linear-gradient(to right,#f0f0f0,#f0f0f0 1px,transparent 1px,transparent 7px);
    background-color: #fff;
    border-radius: 15px;
}
#menu .menu_cnt:not(:last-of-type) {
    border-bottom: 3px solid;
    border-image: repeating-linear-gradient(to right,#7ac077,#7ac077 3px,transparent 3px,transparent 9px) 1;
}
#menu .menu_cnt:last-of-type {
    border: none;
}
#menu .menu_list {
    background-color: #ffe5d1;
    border-radius: 15px;
}
#menu .menu_list dt {
    font-weight: bold;
}
#menu .menu_list dd {
    letter-spacing: .12em;
}
#menu .menu_ttl {
    width: auto;
    color: #fff;
    background-color: #dc425b;
    border-radius: 15px;
    padding: 3px 28px 1px;
    font-size: 120%;
}
#menu .menu_list .money {
    font-size: 160%;
    color: #dc425b;
}
#menu .menu_list .money:first-letter {
    font-size: 75%;
}
#menu .menu_img {
    margin: 0 0 20px;
}
#menu .menu .c_ofi {
    overflow: hidden;
    padding-top: 32.653%;
    border-radius: 15px;
}
#menu .menu_comment {
    background: repeating-linear-gradient(135deg,#5d973e,#5d973e 28px,#75a65b 28px,#75a65b 56px);
    border-radius: 15px;
    color: #dc425b;
    font-weight: bold;
    font-size: 140%;
    text-align: center;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
#menu .menu_comment:before,
#menu .menu_comment:after {
    display: inline-block;
}
#menu .menu_comment:before {
    content: url(../images/menu/menu_deco01.png);
}
#menu .menu_comment:after {
    content: url(../images/menu/menu_deco02.png);
}
@media screen and (min-width: 768px) {
    #menu .menu {
        padding-top: 140px;
    }
    #menu .menu_wrap {
        padding: 50px;
    }
    #menu .menu_cnt:not(:last-of-type) {
        margin-bottom: 43px;
        padding-bottom: 39px;
    }
    #menu .menu .c_ttl {
        margin-top: -115px;
    }
    #menu .menu_list {
        padding: 22px 25px;
    }
    #menu .menu_list:not(:last-child) {
        margin: 0 0 20px;
    }
    #menu .menu_list dd {
        margin: 15px 0 0;
        padding: 0 24px;
    }
    #menu .menu_comment {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 40px 0 0;
        padding: 23px 0;
    }
    #menu .menu_comment p {
        margin: 0 23px 0 29px;
    }
}
@media screen and (max-width: 767px) {
    #menu .menu {
        padding-top: 80px;
    }
    #menu .menu_wrap {
        margin: 0 -20px 0;
        width: calc(100% + 40px);
        padding: 20px;
    }
    #menu .menu_cnt {
        padding: 0 20px;
    }
    #menu .menu_cnt:not(:last-of-type) {
        margin-bottom: 28px;
        padding-bottom: 24px;
    }
    #menu .menu .c_ttl {
        margin-top: -50px;
        width: calc(100% - 20px);
    }
    #menu .menu_list {
        padding: 15px;
    }
    #menu .menu_list:not(:last-child) {
        margin: 0 0 20px;
    }
    #menu .menu_ttl {
        width: 100%;
        margin: 0 0 5px;
    }
    #menu .menu_list .money {
        width: 100%;
        text-align: right;
    }
    #menu .menu_list dd {
        margin: 5px 0 0;
        padding: 0 5px;
    }
    #menu .menu_comment {
        display: flex;
        flex-flow: row wrap;
        padding: 20px;
    }
    #menu .menu_comment:before,
    #menu .menu_comment:after {
        order: 1;
        width: 50%;
        margin: 15px 0 0;
    }
}
/*
    staff
--------------------*/
#staff .staff {
    background: repeating-linear-gradient(to bottom,#f0f0f0,#f0f0f0 1px,transparent 1px,transparent 7px),
                repeating-linear-gradient(to right,#f0f0f0,#f0f0f0 1px,transparent 1px,transparent 7px);
    background-color: #fff;
    border-radius: 15px;
}
#staff .staff .c_ofi {
    padding-top: 73.5294%;
}
#staff .staff_ttl {
    color: #fce440;
    border-bottom: 3px solid;
    border-image: repeating-linear-gradient(to right,#fce440,#fce440 3px,transparent 3px,transparent 9px) 1;
    text-align: center;
}
#staff .staff_list li {
    overflow: hidden;
    border-radius: 15px;
    background-color: #5d973e;
    color: #fff;
    font-weight: bold;
}
#staff .staff_list li:nth-child(even) {
    background-color: #7ac077;
}
#staff .staff_year {
    padding: 5px 0;
    margin: 0 0 15px;
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    color: #555;
}
@media screen and (min-width: 768px) {
    #staff .staff_list {
        justify-content: flex-start;
    }
    #staff .staff_list li {
        width: 340px;
    }
    #staff .staff_list li:not(:nth-child(3n)) {
        margin-right: 28px;
    }
    #staff .staff_list li:nth-child(n+4) {
        margin-top: 30px;
    }
    #staff .staff_ttl {
        padding: 0 0 12px;
        margin: 0 0 16px;
    }
    #staff .staff_txt {
        padding: 15px 27px 25px;
    }
}
@media screen and (max-width: 767px) {
    #staff .staff_list li {
        width: 100%;
    }
    #staff .staff_list li:nth-child(n+2) {
        margin-top: 20px;
    }
    #staff .staff_ttl {
        padding: 0 0 12px;
        margin: 0 0 16px;
    }
    #staff .staff_txt {
        padding: 15px;
    }
}
/*
    store
--------------------*/
#store .store {
    background-color: #5d973e;
}
#store .store_wrap {
    background: repeating-linear-gradient(to bottom,#f0f0f0,#f0f0f0 1px,transparent 1px,transparent 7px),
                repeating-linear-gradient(to right,#f0f0f0,#f0f0f0 1px,transparent 1px,transparent 7px);
    background-color: #fff;
    border-radius: 15px;
}
#store .gallery_ttl {
    margin-bottom: -35px;
    color: #fff;
    background: url(../images/store/gallery_ttl01.png) no-repeat center / contain;
    text-align: center;
    line-height: 65px;
    font-size: 3.2rem;
    position: relative;
    z-index: 10;
}
#store .gallery li:not(:last-child):not(:first-child) .gallery_ttl {
    background: url(../images/store/gallery_ttl02.png) no-repeat center / contain;
}
#store .gallery {
    background-color: #f8f0db;
}
#store .gallery_wrap {
    background: repeating-linear-gradient(to bottom,#f0f0f0,#f0f0f0 1px,transparent 1px,transparent 7px),
                repeating-linear-gradient(to right,#f0f0f0,#f0f0f0 1px,transparent 1px,transparent 7px);
    background-color: #fff;
    border-radius: 15px;
}
#store .gallery .c_ofi {
    overflow: hidden;
    padding-top: 66.6666%;
    border-radius: 15px;
    border: 3px solid #dc425b;
}
#store .gallery li:not(:last-child):not(:first-child) .c_ofi {
    border: 3px solid #4283dc;
}
@media screen and (min-width: 768px) {
    #store .store {
        padding-top: 140px;
    }
    #store .store_wrap {
        padding: 50px;
    }
    #store .store .c_ttl {
        margin-top: -115px;
    }
    #store .gallery {
        padding-top: 140px;
    }
    #store .gallery_wrap {
        padding: 50px;
    }
    #store .gallery .c_ttl {
        margin-top: -115px;
    }
    #store .gallery li {
        width: 480px;
    }
    #store .gallery li:nth-child(n+3) {
        margin-top: 40px;
    }
}
@media screen and (max-width: 767px) {
    #store .store {
        padding-top: 80px;
    }
    #store .store_wrap {
        margin: 0 -20px;
        width: calc(100% + 40px);
        padding: 20px 40px;
    }
    #store .store .c_ttl {
        margin-top: -50px;
    }
    #store .gallery {
        padding-top: 80px;
    }
    #store .gallery_wrap {
        margin: 0 -20px;
        width: calc(100% + 40px);
        padding: 20px 40px;
    }
    #store .gallery .c_ttl {
        margin-top: -50px;
    }
    #store .gallery li {
        width: 100%;
    }
    #store .gallery li:nth-child(n+2) {
        margin-top: 20px;
    }
    #store .gallery_ttl {
        font-size: 2.5rem;
    }
}

/*
    contact
--------------------*/
#contact .contact {
    background: repeating-linear-gradient(to bottom,#f0f0f0,#f0f0f0 1px,transparent 1px,transparent 7px),
                repeating-linear-gradient(to right,#f0f0f0,#f0f0f0 1px,transparent 1px,transparent 7px);
    background-color: #fff;
}
#contact table{
    width: 100%;
    margin-bottom: 50px;
    border-collapse: separate;
    border-spacing: 0 5px;
}
#contact tr:focus-within th {
    background-color: #7ac077;
}
#contact td,
#contact th{
    vertical-align: middle;
    font-weight: 400;
}
#contact th{
    background-color: #7ac077;
    font-weight: bold;
    text-align: left;
}
#contact td {
    background-color: #def9dd;
}
#contact td a {
    display: inline;
    text-decoration: underline;
}
/* ▼mark */
[class*="mark"] {
    width: 50px;
    background-color: #ea3623;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    float: right;
}
/* ▼error */
.error-text {
    font-size: 1.4rem;
    color: #d93732;
    margin: 0 0 5px;
}
#contact .contact-recaptcha {
    overflow: hidden;
    margin-bottom: 30px;
}
.g-recaptcha > div {
    margin: auto;
}
#contact td div:not(:last-child) {
    margin: 0 0 10px;
}
main .contact-recaptcha-wrap {
    padding: 0;
}
#contact .contact-submits-wrap_fix {
    text-align: center;
}
#contact .contact_tel {
    background-color: #f8f0db;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
}
#contact .contact_tel span {
    font-size: 150%;
}
@media screen and (min-width: 768px) {
    #contact td,
    #contact th {
        padding: 30px;
    }
    #contact th {
        border-radius: 15px 0 0 15px;
        width: 375px;
    }
    #contact td {
        border-radius: 0 15px 15px 0;
    }
    [class*="mark"] {
        padding: 2px;
        border-radius: 10px;
    }
    .submits_btn_wrap {
        width: 400px;
    }
    /* ▼check_area */
    .check_area th {
        width: 30%;
    }
    #contact .contact_tel {
        padding: 23px 0;
        margin: 0 0 64px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 767px) {
    #contact th {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 0 5%;
        border-radius: 15px 15px 0 0;
    }
    #contact td {
        padding: 10px;
        border-radius: 0 0 15px 15px;
        text-align: center;
    }
    #contact tr {
        margin: 0 0 5px;
        padding: 0 0 10px;
    }
    #contact .input_table tr:last-child {
        text-align: center;
    }
    [class*="mark"] {
        width: 20%;
        padding: 8px 0;
        margin: 0 0 0 auto;
    }
    #contact input[type='submit']:not(:last-child) {
        margin-bottom: 20px;
    }
    .contact-form-table,
    .contact-form-table tbody,
    .contact-form-table tr,
    .contact-form-table th,
    .contact-form-table td {
        width: auto;
        display: block;
    }
    .contact_submits {
        font-size: 1.4rem;
    }
    #contact .contact_tel {
        padding: 15px 0;
        margin: 0 0 45px;
        font-size: 2rem;
    }
}
/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
footer {
    color: #fff;
    background-color: #5d973e;
    position: relative;
}
footer:before {
    content: '';
    width: 100%;
    background: url(../images/common/f_deco.png) repeat-x center / contain;
    position: absolute;
    bottom: 100%; left: 0; right: 0;
}
.f_tel span {
    margin: 0 8px 0 0;
}
.f_tel img {
    vertical-align: middle;
}
.f_insta {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 1px 0 3px;
    border: 3px solid #fff;
    border-radius: 20px;
    font-size: 2rem;
    text-align: center;
}
.f_adr dt {
    font-size: 150%;
    margin: 0 0 5px;
}
.copyright {
    padding: 0 0 15px;
    font-weight: 100;
    text-align: center;
}
.reserve {
    background-color: #dc425b;
    text-align: center;
    position: fixed;
    right: 0; bottom: 0;
    z-index: 990;
}
.top_btn {
    position: fixed;
    right: 0;
    z-index: 990;
}
@media screen and (min-width: 768px) {
    footer:before {
        height: 101px;
    }
    .f_basis {
        padding: 19px 0 69px;
        align-items: flex-end;
    }
    .f_info {
        width: 432px;
    }
    .f_info > * + * {
        margin-left: 10px;
    }
    .f_logo {
        margin: 0 0 26px;
    }
    .f_tel {
        margin: 15px 0 20px 10px;
    }
    .f_nav {
        width: 460px;
    }
    .f_nav ul {
        flex-flow: column wrap;
        justify-content: flex-start;
        height: 350px;
    }
    .f_nav li {
        cursor: pointer;
    }
    .f_nav li:not(:nth-child(5n)) {
        margin-bottom: 40px;
    }
    .f_nav li a:before {
        content: url(../images/common/button/arrow3.png);
        display: inline-block;
        margin: 0 14px 0 0;
        vertical-align: middle;
        transition: all .3s;
    }
    .f_nav li a:hover:before {
        margin: 0 7px 0 7px;
    }
    .copyright {
        font-size: 1.4rem;
    }
    .reserve {
        width: 240px;
        /* padding: 55px 0; */
        padding: 40px 0;

        border-radius: 15px 0 0 15px;
        /* bottom: 130px; */
        bottom: 430px;
    }
    .bnr-staff {
        bottom: 280px;
    }
    .bnr-blog {
        bottom: 130px;
    }
    .top_btn {
        bottom: 32px;
    }
}
@media screen and (max-width: 767px) {
    footer:before {
        height: 40px;
    }
    .f_basis {
        padding: 20px 0 40px;
        align-items: center;
    }
    .f_info {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .f_logo {
        width: 200px;
        margin: 0 0 20px;
    }
    .f_tel {
        margin: 15px 0;
    }
    .f_tel img {
        height: 24px;
    }
    .reserve {
        /* width: 94%; */
        width: 33%;
        padding: 10px 0;
        border-radius: 15px 15px 0px 0;
        /* left: 3%; right: 3%; */
        left: 0%;
    }
    .reserve img{
        width: 80%;
    }
    .bnr-staff {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .bnr-blog {
        left: auto;
        right: 0;
    }
    .top_btn {
        bottom: 80px;
    }
}