@charset "UTF-8";

/*--------------------------------------------------

    header

--------------------------------------------------*/
header {
    position: relative;
}
.js-slide {
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
    header {
        margin-bottom: 60px;
    }
    .js-slide {
        height: calc(100vh - 60px);
        padding: 40px 0 0;
        background-position: center;
    }
    .hd-inner {
        padding: 40px 0 0;
    }
    header h1 {
        width: 100%;
    }
    header .fixed-logo {
        display: none;
    }
    header .hd-basis {
        height: 100%;
        align-items: flex-start;
    }
    header .hd-item {
        color: #fff;
        font-weight: bold;
    }
    header .hd-item address {
        font-size: 1.3rem;
    }
    header .hd-item a {
        display: inline-block;
        vertical-align: middle;
    }
    header .hd-item .c-btn {
        margin-left: 47px;
        background: #fff url(../images/common/icon-mail01.png) no-repeat left 24px center;
        color: #3e2d22;
        padding-right: 39px;
        padding-left: 53px;
    }
    header .hd-item .hd-tel {
        padding-left: 42px;
        font-size: 2.5rem;
        letter-spacing: 0.04em;
        background: url(../images/common/icon-tel.png) no-repeat left center;
    }
    header .gnav {
        width: 100%;
        height: 60px;
        background-color: #fff;
        position: absolute;
        bottom: -60px;
        left: 0;
    }
    header .gnav ul {
        align-items: center;
        justify-content: space-around;
        height: 100%;
        font-weight: bold;
        font-size: 1.5rem;
    }
    header .gnav li:not(.current) {
        transition: 0.5s;
    }
    header .gnav li:not(.current):hover {
        color: #95d5ff;
    }
    header .gnav .current {
        position: relative;
    }
    header .gnav .current::after {
        content: url(../images/common/icon-kinoko.png);
        position: absolute;
        top: 4px;
        left: -30px;
    }
    header .hd-fixed {
        width: 100%;
        height: 90px;
        padding: 0;
        margin: 0;
        background-color: #95d5ff;
        animation: fadein 0.5s ease forwards;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }
    .hd-fixed > div {
        width: 1080px;
        margin: 0 auto;
        padding: 5px 0 0;
        align-items: center;
    }
    .hd-fixed h1 {
        color: #3e2d22;
    }
    .hd-fixed .logo {
        display: none;
    }
    .hd-fixed .fixed-logo {
        display: block;
        transition: .5s;
    }
    .hd-fixed .fixed-logo:hover {
        opacity: .7;
    }
    .hd-fixed .hd-item {
        color: #3e2d22;
    }
    .hd-fixed .hd-item address {
        line-height: 1;
        margin: 0 0 6px;
    }
    .hd-fixed .hd-item .hd-tel {
        line-height: 1.5;
        background: url(../images/common/icon-tel02.png) no-repeat left center;
    }
    .hd-fixed .hd-item .c-btn {
        color: #fff;
        background: #3e2d22 url(../images/common/icon-mail02.png) no-repeat left 24px center;
    }
    .hd-fixed .gnav {
        box-shadow: 0 4px 10px -5px rgba(17, 17, 17, 0.4);
    }
}
@media screen and (max-width: 767px) {
    header {
        margin-top: 71px;
    }
    .js-slide {
        height: 50vh;
        background-position: 25% 0;
    }
    header .hd-basis {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
    }
    header .hd-bar {
        align-items: center;
        width: 100%;
        padding: 10px;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }
    header h1 {
        height: 50px;
    }
    header .hd-tel {
        margin: 0 10px 0 auto;
    }
    header .hd-tel::after {
        content: '\f095';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #3e2d22;
        font-size: 1.6em;
    }
    header .icon-base {
        margin-right: 10px;
    }
    header .icon-base img {
        vertical-align: middle;
    }
    header .scrollDown {
        animation: slideDown 0.5s ease forwards;
    }
    header .scrollTop {
        transform: translateY(-100%);
        animation: slideTop 0.5s 0.5s ease forwards;
    }
    header .spBtn {
        cursor: pointer;
        width: 50px;
        height: 50px;
        position: relative;
        transition: 0.5s;
    }
    header .spBtn span {
        display: block;
        width: 30px;
        height: 2.5px;
        margin: auto;
        background-color: #000;
        transition: all 0.3s;
        position: absolute;
        right: 0;
        left: 0;
    }
    header .spBtn span:first-child {
        top: 13px;
    }
    header .spBtn span:nth-child(2) {
        top: 23px;
    }
    header .spBtn span:last-child {
        top: 33px;
    }
    header .active span:first-child {
        transform: rotate(45deg);
    }
    header .active span:last-child {
        transform: rotate(-45deg);
    }
    header .active span:nth-child(2) {
        opacity: 0;
    }
    header .active span:not(:nth-child(2)) {
        top: 23px;
    }
    header .gnav {
        display: none;
        width: 100%;
        height: 100vh;
        background-color: #f5e3cb;
        padding: 0 0 200px;
        position: absolute;
        top: 71px; left: 0;
        overflow-y: scroll;
    }
    header .gnav ul {
        flex-direction: column;
    }
    header .gnav li {
        padding: 26px 0 0;
        color: #111;
        font-size: 1.6rem;
        font-weight: bold;
        border-bottom: 1px solid #fff;
    }
    header .gnav li a {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        position: relative;
    }
    header .gnav li a::after {
        content: '\f054';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 0.7em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
    }
    header .gnav li span {
        align-self: center;
        width: 61px;
        text-align: left;
        margin-right: 20px;
        color: #40b3ff;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
    }
    header .gnav .cont-btn ~ li {
        font-size: 1.4rem;
        font-weight: normal;
    }
}
.hd-sub {
    background: url(../images/common/sub-bg.png) no-repeat center/cover;
}
.hd-sub h2 {
    font-family: 'YasashisaGothic', sans-serif;
    color: #fff;
    text-align: center;
    background: url(../images/common/sub-title-bg.png) no-repeat center;
}
.hd-sub h2 span {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
    .hd-sub {
        height: 430px;
    }
    .hd-sub h2 {
        width: 667px;
        min-height: 110px;
        padding: 24px 0 0;
        position: absolute;
        top: calc(50% - 5px);
        left: calc(50% - 333.5px);
    }
}
@media screen and (max-width: 767px) {
    .hd-sub .hd-inner {
        height: 30vh;
    }
    .hd-sub h2 {
        min-width: 80%;
        min-height: 50px;
        padding-top: 8px;
        background-size: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/*  ▼ top-nav
------------------------------------- */
.top-nav {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}
.top-nav li {
    width: calc(((768px - 50px) - 100%) * 1000);
    min-width: 22%;
    max-width: 48%;
    text-align: center;
    border-radius: 30px;
    background-image: repeating-linear-gradient(to right, #3e2d22 0%, #3e2d22 8px, #4a3629 8px, #4a3629 16px);
    transition: .5s;
}
.top-nav li:hover {
    opacity: .7;
}
.top-nav li:nth-child(4n-3) {
    box-shadow: 0 2px #ff8080;
}
.top-nav li:nth-child(4n-2) {
    box-shadow: 0 2px #ffe155;
}
.top-nav li:nth-child(4n-1) {
    box-shadow: 0 2px #acef84;
}
.top-nav li:nth-child(4n) {
    box-shadow: 0 2px #80ceff;
}
.top-nav a {
    padding: 15px 0;
}
@media screen and (min-width: 768px) {
    .top-nav {
        padding: 57px 0 37px;
    }
    .top-nav li {
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .top-nav {
        padding: 35px 0 20px;
        font-size: 1.3rem;
    }
    .top-nav li {
        margin: 0 0 15px;
    }
}

/*  ▼ lead
------------------------------------- */
.lead {
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .lead {
        background: url(../images/top/lead/lead-bg-left.png) no-repeat left 58px top, url(../images/top/lead/lead-bg-right.png) no-repeat right center;
    }
}
.lead-title {
    background: url(../images/top/lead/icon.png) no-repeat center top;
}
.lead p {
    text-shadow: 0 0 5px #fff;
}

/*  ▼ point
------------------------------------- */
.point {
    background: url(../images/common/pattern02.png) repeat;
}
.point-wrap {
    color: #fff;
}
.point-title {
    background: url(../images/top/point/icon.png) no-repeat center top;
}
.point-cont {
    text-align: center;
}
.point-list li {
    position: relative;
}
.point-list span {
    font-weight: bold;
}
.point-list .c-btn {
    width: 180px;
    color: #3e2d22;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .point-cont {
        margin-bottom: 84px;
    }
    .point-list li {
        min-height: 258px;
        line-height: 1.87;
        padding: 30px 0 0 348px;
        font-size: 3.0rem;
    }
    .point-list li:not(:last-child) {
        margin-bottom: 141px;
    }
    .point-list li:nth-child(1) {
        background: url(../images/top/point/bg-1.png) no-repeat center right;
    }
    .point-list li:nth-child(1)::before {
        content: url(../images/top/point/point01.png);
        position: absolute;
        top: -89px;
        left: 0;
    }
    .point-list li:nth-child(2) {
        background: url(../images/top/point/bg-2.png) no-repeat center right;
    }
    .point-list li:nth-child(2)::before {
        content: url(../images/top/point/point02.png);
        position: absolute;
        top: -89px;
        left: 0;
    }
    .point-list li:nth-child(3) {
        background: url(../images/top/point/bg-3.png) no-repeat center right;
    }
    .point-list li:nth-child(3)::before {
        content: url(../images/top/point/point03.png);
        position: absolute;
        top: -89px;
        left: 0;
    }
    .point-list span span {
        font-size: 4.0rem;
    }
    .point-list .c-btn {
        position: absolute;
        right: 80px;
        bottom: -18px;
    }
}
@media screen and (max-width: 767px) {
    .point {
        padding-bottom: 80px;
    }
    .point-title {
        text-align: center;
    }
    .point-cont {
        margin: 0 0 88px;
    }
    .point-list li {
        padding: 80px 35px 35px;
    }
    .point-list li:nth-child(1)::before {
        content: '';
        width: 129px;
        height: 150px;
        margin: auto;
        background: url(../images/top/point/point01.png) no-repeat center top/cover;
        position: absolute;
        top: -75px;
        right: 0;
        left: 0;
    }
    .point-list li:nth-child(2)::before {
        content: '';
        width: 129px;
        height: 150px;
        margin: auto;
        background: url(../images/top/point/point02.png) no-repeat center top/cover;
        position: absolute;
        top: -75px;
        right: 0;
        left: 0;
    }
    .point-list li:nth-child(3)::before {
        content: '';
        width: 129px;
        height: 150px;
        margin: auto;
        background: url(../images/top/point/point03.png) no-repeat center top/cover;
        position: absolute;
        top: -75px;
        right: 0;
        left: 0;
    }
    .point-list li:first-child {
        background-image: repeating-linear-gradient(to right, #c40000 0%, #c40000 15px, #bd0000 15px, #bd0000 30px);
    }
    .point-list li:nth-child(2) {
        margin: 120px 0;
        background-image: repeating-linear-gradient(to right, #f8a700 0%, #f8a700 15px, #f79d00 15px, #f79d00 30px);
    }
    .point-list li:last-child {
        background-image: repeating-linear-gradient(to right, #399600 0%, #399600 15px, #348a00 15px, #348a00 30px);
    }
    .point-list span span {
        font-size: 1.8rem;
    }
    .point-list .c-btn {
        position: absolute;
        right: 0;
        bottom: -18px;
        left: 0;
    }
}

/*  ▼ banner
------------------------------------- */
.banner {
    overflow: hidden;
}
.banner li img {
    height: auto;
}

/*  ▼ info
------------------------------------- */
.info .news-inner,
.info aside {
    border-radius: 15px;
    background-color: #fff;
}
.info .news-inner a,
.info aside a {
    transition: .5s;
}
.info .news-inner a:hover,
.info aside a:hover {
    opacity: .7;
}
.info .news-inner p:not(.balloon),
.info aside p:not(.balloon) {
    line-height: 1.3;
    font-family: 'YasashisaGothic';
}
.info .news-inner .balloon,
.info aside .balloon {
    color: #fff;
    font-weight: bold;
    background: url(../images/top/info/balloon.png) no-repeat left center;
}
.info h2 {
    margin: 0 0 20px;
    font-weight: bold;
    position: relative;
}
@media screen and (min-width: 768px) {
    .info {
        padding: 100px 0;
        background: url(../images/common/pattern01.png) repeat;
    }
    .info-basis > * {
        width: 520px;
    }
    .info section {
        margin: 0 0 50px;
    }
    .info h2 {
        padding: 7px 0 8px 75px;
        font-size: 3.5rem;
        background: url(../images/top/info/title-bg.png) no-repeat right center;
    }
    .info h2::after {
        height: 60px;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .info .news-head::after {
        content: url(../images/top/info/icon01.png);
    }
    .info .column-head::after {
        content: url(../images/top/info/icon02.png);
    }
    .info .news-inner {
        padding: 40px;
    }
    .info aside {
        padding: 37px 16px;
    }
    .info aside:first-of-type {
        background: #fff url(../images/top/info/aside01.png) no-repeat right center/50% 100%;
    }
    .info aside:last-of-type {
        background: #fff url(../images/top/info/aside02.png) no-repeat right center/50% 100%;
    }
    .info aside:last-of-type p {
        padding: 42px 0;
    }
    .info aside .balloon {
        padding: 15px;
        margin: 0 0 15px;
        font-size: 1.7rem;
    }
    .info aside p {
        font-size: 3.0rem;
    }
    .info aside p:not(.balloon) {
        padding-left: 10px;
    }
    .top-news ul,
    .top-column ul {
        min-height: 219px;
    }
}
@media screen and (max-width: 767px) {
    .info {
        padding: 50px 0 10px;
        background: url(../images/common/pattern01.png) repeat;
    }
    .info section,
    .info aside {
        width: 100%;
        padding: 0;
    }
    .info section {
        margin: 0 0 40px;
    }
    .info aside {
        margin: 0 0 40px;
    }
    .info aside a {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        min-height: 150px;
    }
    .info aside .balloon {
        padding: 15px;
        margin: 0 0 15px;
        background-position: center;
    }
    .info aside p {
        font-size: 1.8rem;
    }
    .info aside p:not(.balloon) {
        padding-left: 10px;
    }
    .info .news-inner {
        padding: 25px;
    }
    .info h2 {
        padding: 7px 0 8px 35px;
        margin-left: 25px;
        font-size: 2.0rem;
        background-image: repeating-linear-gradient(to right, #80ceff 0%, #80ceff 6px, #8dd3ff 6px, #8dd3ff 12px);
    }
    .info h2::after {
        width: 50px;
        height: 50px;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: -25px;
        transform: translateY(-50%);
    }
    .info .news-head::after {
        content: '';
        background: url(../images/top/info/icon01.png) no-repeat left center/100%;
    }
    .info .column-head::after {
        content: '';
        background: url(../images/top/info/icon02.png) no-repeat left center/100%;
    }
    .top-news ul,
    .top-column ul {
        min-height: 186px;
    }
}

/*--------------------------------------------------

    about

--------------------------------------------------*/
.about h3 {
    text-align: center;
}
.about h3 span:not(.color-blue) {
    color: #3e2d22;
}
.about-conts {
    color: #fff;
    position: relative;
}
@media screen and (min-width: 768px) {
    .about h3 {
        margin-bottom: 102px;
    }
    .about h3 span {
        font-size: 5.0rem;
    }
    .about-conts {
        width: 680px;
        padding: 70px 66px;
        margin-left: auto;
        background: url(../images/about/balloon01.png) no-repeat center;
    }
    .about-conts::before {
        width: 370px;
        position: absolute;
        top: -36px;
    }
    .about-conts:first-of-type {
        margin-bottom: 95px;
    }
    .about-conts:first-of-type::before {
        content: url(../images/about/about-img01.png);
        left: -400px;
    }
    .about-conts:last-of-type {
        margin-left: 0;
        margin-right: auto;
        background: url(../images/about/balloon02.png) no-repeat center;
    }
    .about-conts:last-of-type::before {
        content: url(../images/about/about-img02.png);
        right: -400px;
    }
}
@media screen and (max-width: 767px) {
    .about h3 {
        margin-bottom: 100px;
    }
    .about-conts {
        padding: 87px 20px 20px;
        border-radius: 20px;
        background-image: repeating-linear-gradient(to right, #39291f 0%, #39291f 15px, #3f2d22 15px, #3f2d22 30px);
    }
    .about-conts::before {
        content: '';
        display: block;
        width: 150px;
        height: 150px;
        margin: auto;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: -75px;
        right: 0;
        left: 0;
    }
    .about-conts:first-of-type {
        margin: 0 0 100px;
    }
    .about-conts:first-of-type::before {
        background-image: url(../images/about/about-img01.png);
    }
    .about-conts:last-of-type::before {
        background-image: url(../images/about/about-img02.png);
    }
}
.about-point {
    background-color: #fff;
}
.about-point-list {
    counter-reset: number 0;
}
.about-point li {
    width: calc(((768px - 50px) - 100%) * 1000);
    min-width: 31.5%;
    max-width: 100%;
    position: relative;
}
.about-point li:first-child::after {
    color: #bd0000;
}
.about-point li:first-child dt {
    background-color: #bd0000;
}
.about-point li:nth-child(2)::after {
    color: #f79d00;
}
.about-point li:nth-child(2) dt {
    background-color: #f79d00;
}
.about-point li:last-child::after {
    color: #348a00;
}
.about-point li:last-child dt {
    background-color: #348a00;
}
.about-point li::after {
    content: "0" counter(number);
    counter-increment: number 1;
    font-family: 'londrina';
    font-style: italic;
    letter-spacing: 0.06em;
    position: absolute;
    top: -65px;
    right: 20px;
}
.about-point dt::before, .about-point dt::after {
    border-width: 50px 0 50px 18px;
}
.about-point dt::after {
    top: 0;
    right: 0;
    transform: rotate(-180deg);
}
.about-point h4 {
    padding: 16px 0;
    color: #fff;
    text-align: center;
    position: relative;
}
.about-point h4 br {
    content: normal;
}
.about-point dd {
    letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
    .about-point h3 {
        margin: 0 0 120px;
    }
    .about-point h4 {
        margin: 0 0 24px;
        font-size: 2.5rem;
    }
    .about-point li::after {
        font-size: 5.0rem;
    }
}
@media screen and (max-width: 767px) {
    .about-point h3 {
        margin-bottom: 60px;
    }
    .about-point h4 {
        margin-bottom: 15px;
    }
    .about-point li::after {
        font-size: 4.0rem;
        top: -50px;
    }
    .about-point li:not(:last-child) {
        margin-bottom: 40px;
    }
    .about-point dt::before, .about-point dt::after {
        border-width: 41px 0 41px 18px;
    }
}
.about-flow-list {
    counter-reset: number 0;
}
.about-flow-list li {
    position: relative;
    width: calc(((768px - 50px) - 100%) * 1000);
    min-width: 30.5%;
    max-width: 100%;
    color: #fff;
    border-radius: 9px;
    background-color: #3e2d22;
}
.about-flow-list li::before {
    content: "0" counter(number);
    counter-increment: number 1;
    color: #95d5ff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
}
.about-flow-list li::after {
    content: '\f054';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #95d5ff;
    font-size: 1.5em;
}
.about-flow-list dt {
    text-align: center;
    font-weight: bold;
}
.about-flow-conts {
    border-radius: 9px;
    background-color: #fff;
}
.about-flow-conts h4 {
    width: 100%;
    padding: 11px 0 10px;
    margin: 0 0 25px;
    text-align: center;
    background-image: repeating-linear-gradient(to right, #80ceff 0%, #80ceff 8px, #8dd3ff 8px, #8dd3ff 16px);
}
.about-flow-conts h4::before, .about-flow-conts h4::after {
    border-width: 30px 0 30px 11px;
    top: 0;
}
.about-flow-conts h4::before {
    left: 0;
}
.about-flow-conts h4::after {
    right: 0;
    transform: rotate(-180deg);
}
.about-flow-conts dl {
    width: calc(((768px - 50px) - 100%) * 1000);
    min-width: 30.7%;
    max-width: 100%;
}
.about-flow-conts dl > div {
    margin: 20px 0 16px;
}
.about-flow-conts dt {
    line-height: 1.5;
    font-weight: bold;
    border-bottom: 1px dashed;
}
.about-flow-conts dd {
    letter-spacing: -0.06em;
}
@media screen and (min-width: 768px) {
    .about-flow h3 {
        margin-bottom: 87px;
    }
    .about-flow-list {
        margin: 0 0 50px;
    }
    .about-flow-list li {
        padding: 77px 23px 35px;
    }
    .about-flow-list li:nth-child(-n+3) {
        margin-bottom: 45px;
    }
    .about-flow-list li::before {
        font-size: 3.0rem;
    }
    .about-flow-list li:nth-child(3n)::after {
        content: normal;
    }
    .about-flow-list li::after {
        position: absolute;
        top: 50%;
        right: -30px;
        transform: translateY(-50%);
    }
    .about-flow-list dt {
        margin: 0 0 15px;
        font-size: 2.5rem;
    }
    .about-flow-conts {
        padding: 50px;
    }
    .about-flow-conts dt {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 767px) {
    .about-flow-list {
        margin: 0 0 40px;
    }
    .about-flow-list li {
        padding: 60px 20px 30px;
    }
    .about-flow-list li::before {
        font-size: 2.5rem;
        top: 20px;
    }
    .about-flow-list li::after {
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
    .about-flow-list li:not(:last-child) {
        margin-bottom: 40px;
    }
    .about-flow-list li:last-child::after {
        content: normal;
    }
    .about-flow-list dt {
        margin: 0 0 15px;
        font-size: 1.8rem;
    }
    .about-flow-conts {
        padding: 20px;
    }
    .about-flow-conts h4::before, .about-flow-conts h4::after {
        border-width: 23px 0 23px 8px;
    }
    .about-flow-conts dl:not(:last-child) {
        margin-bottom: 20px;
    }
    .about-flow-conts dt {
        font-size: 1.6rem;
    }
}

/*--------------------------------------------------

    recipe

--------------------------------------------------*/
.recipe-wrap > p {
    text-align: center;
}
.recipe li {
    margin-top: 90px;
}
.recipe button {
    display: block;
    margin-top: 30px;
}
.recipe .thumb {
    padding-top: 30%;
}
.recipe table td {
    letter-spacing: -0.1em;
}
.recipe table td a {
    display: inline-block !important;
    color: #bd0000;
    text-decoration: underline;
}
@media screen and (min-width: 768px) {
    .recipe h3 {
        margin: 0 0 47px;
    }
    .recipe h4 {
        margin-bottom: 32px;
    }
    .recipe .thumb {
        max-width: 510px;
    }
    .recipe article:not(:last-of-type) {
        margin-bottom: 50px;
    }
    .recipe table {
        width: 540px;
        margin-left: 30px;
    }
    .recipe table tr th {
        width: 150px;
    }
}
@media screen and (max-width: 767px) {
    .recipe-wrap > p {
        letter-spacing: -0.04em;
    }
    .recipe li {
        margin-top: 45px;
    }
    .recipe .thumb {
        padding-top: 62.75%;
        margin: 0 0 20px;
    }
}

/*--------------------------------------------------

    voice

--------------------------------------------------*/
.voice h3 {
    width: 100%;
}
.voice-list {
    align-items: stretch;
}
.voice-list li {
    background-color: #95d5ff;
    width: calc(((768px - 50px) - 100%) * 1000);
    min-width: 31.5%;
    max-width: 48%;
    display: flex;
    flex-wrap: wrap;
}
.voice-list li article {
    width: 100%;
    align-self: center;
}
.voice-list a {
    transition: .5s;
}
.voice-list a:hover {
    opacity: .7;
}
.voice .thumb {
    padding-top: 88.46%;
}
.voice-btn {
    width: 100%;
    text-align: center;
}
.voice button {
    display: block;
}
.voice .close-btn {
    display: none;
}
@media screen and (min-width: 768px) {
    .voice h3 {
        margin-bottom: 78px;
    }
    .voice h4 {
        font-size: 2.4rem;
    }
    .voice-list li {
        margin-bottom: 40px;
    }
    .voice-list a {
        padding: 40px;
    }
}
@media screen and (max-width: 767px) {
    .voice-list li {
        margin: 0 0 30px;
    }
    .voice-list a {
        padding: 30px;
    }
}
@media screen and (max-width: 600px) {
    .voice-list li {
        max-width: 100%;
    }
}
.voice-post-basis {
    color: #fff;
    background-image: repeating-linear-gradient(to right, #39291f 0%, #39291f 15px, #3d2c21 15px, #3d2c21 30px);
}
@media screen and (min-width: 768px) {
    .voice-post h3 {
        font-size: 3.0rem;
        margin-bottom: 35px;
    }
    .voice-post-basis {
        padding: 40px;
    }
    .voice-post .thumb {
        width: 500px;
        padding-top: 28%;
        margin-right: 30px;
    }
    .voice-post-conts {
        flex: 1;
        color: #fff;
    }
}
@media screen and (max-width: 767px) {
    .voice-post-basis {
        padding: 20px;
    }
    .voice-post .thumb {
        padding-top: 57%;
        margin: 0 0 20px;
    }
    .voice-post-conts {
        color: #fff;
    }
}

/*--------------------------------------------------

    intro

--------------------------------------------------*/
.intro-conts {
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .intro-wrap {
        min-height: 600px;
        text-align: center;
        background: url(../images/intro/intro01.png) no-repeat left bottom, url(../images/intro/intro02.png) no-repeat center bottom, url(../images/intro/intro03.png) no-repeat right bottom;
    }
    .intro h3 {
        margin-bottom: 67px;
    }
}
.intro-conts-item {
    align-items: flex-start;
}
.intro-conts-item .under-line {
    display: inline-block;
    text-decoration: underline;
}
.intro-conts-inner .heading-deco {
    padding-left: 16.14%;
    position: relative;
}
.intro-conts-inner .heading-deco::before {
    content: '';
    display: block;
    background: url(../images/intro/intro04-02.png) no-repeat left center / contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
    .intro-conts h3 {
        margin-bottom: 70px;
        font-size: 3.0rem;
    }
    .intro-conts h4 {
        border-color: #95d5ff;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .intro-conts-inner .heading-deco::before {
        width: 87px;
        height: 60px;
    }
    .intro-conts-item:first-of-type {
        margin-bottom: 50px;
    }
    .intro-conts-item_box {
        text-align: center;
    }
    .intro-conts-inner.left p:nth-of-type(2) {
        white-space: nowrap;
        padding: 0 0 25px;
    }
    .intro-conts-item.reverse {
        flex-direction: row-reverse;
        padding: 60px 90px 60px 0;
    }
    .intro-conts-item.reverse img {
        height: auto;
    }
    .intro-conts-inner {
        width: 725px;
    }
}
@media screen and (max-width: 767px) {
    .intro {
        margin: 0 0 50px;
        padding-bottom: 32vw;
        background: url(../images/intro/intro01.png) no-repeat left 2% bottom / 31vw, url(../images/intro/intro02.png) no-repeat center bottom / 31vw, url(../images/intro/intro03.png) no-repeat right 2% bottom / 31vw;
    }
    .intro-wrap {
        padding: 0 0 3%;
    }
    .intro-conts h3 {
        text-align: left;
        font-size: 2.0rem;
    }
    .intro-conts-inner .heading-deco {
        width: 100%;
        padding: 20px 0 20px 80px;
    }
    .intro-conts-inner .heading-deco::before {
        width: 66.92px;
        height: 46.15px;
    }
    .intro-conts-item {
        background-position: top 50px center;
    }
    .intro-conts-item:first-of-type {
        margin-bottom: 40px;
    }
    .intro-conts-inner.left {
        margin-top: 20px;
    }
    .intro-conts-inner.left p {
        padding: 0 0 10px;
    }
    .intro-conts-item .lightbox {
        width: 100%;
        position: relative;
        padding-top: 62.25%;
    }
    .intro-conts-item .lightbox img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .intro-conts-item_box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 23px;
    }
    /*.intro-conts-item:first-of-type {
        margin-bottom: 35px;
    }*/
}

/*--------------------------------------------------

    company

--------------------------------------------------*/
.co .map {
    width: 100%;
    height: 300px;
    margin: 20px 0 0;
}
.co-conts {
    align-items: flex-start;
}
.co-conts img {
    height: auto;
}
@media screen and (min-width: 768px) {
    .co h3 {
        margin: 0 0 70px;
    }
    .co-item + table {
        margin-bottom: 50px;
    }
    .co-conts {
        margin-bottom: 45px;
    }
    .co-conts-inner {
        flex: 1 1 0%;
        margin-left: 60px;
    }
}
@media screen and (max-width: 767px) {
    .co-item {
        margin: 0 0 30px;
    }
    .co-conts-fig {
        width: 70%;
        margin: 0 auto 20px;
        text-align: center;
    }
    .co table {
        margin: 0 0 40px;
    }
}

/*--------------------------------------------------

    sitemap

--------------------------------------------------*/
.sitemap-wrap li {
    border-bottom: 2px dashed;
    padding: 0 6px 4px;
    margin: 0 0 15px;
    font-weight: bold;
}
.sitemap-wrap a {
    position: relative;
    transition: all 0.5s;
}
.sitemap-wrap a::after {
    content: '\f054';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: all 0.5s;
}
.sitemap-wrap a:hover {
    opacity: 0.7;
}
.sitemap-wrap a:hover::after {
    right: 4px;
}
@media screen and (min-width: 768px) {
    .sitemap h3 {
        margin-bottom: 53px;
    }
}

/*--------------------------------------------------

    privacy

--------------------------------------------------*/
@media screen and (min-width: 768px) {
    .privacy h3 {
        margin-bottom: 55px;
    }
    .privacy h4 {
        font-size: 2.6rem;
    }
    .privacy .privacy-inner:not(:last-child ){
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 767px) {
    .privacy .privacy-inner:last-child {
        padding-bottom: 0;
    }
}

/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {
    background-color: #fff;
    text-align: center;
}
footer .logo {
    display: inline-block;
}
footer .copy {
    font-size: 1.3rem;
}
footer .copy a {
    display: inline-block;
    text-decoration: underline;
}
@media screen and (min-width: 768px) {
    footer {
        padding-bottom: 50px;
    }
    footer .ft-nav {
        height: 60px;
        background-color: #95d5ff;
    }
    footer .ft-nav ul {
        justify-content: space-around;
        align-items: center;
        height: 100%;
        font-size: 1.4rem;
    }
    footer .ft-nav li {
        transition: 0.5s;
    }
    footer .ft-nav li:hover {
        color: #fff;
    }
    footer .logo {
        margin: 40px 0 12px;
    }
}
@media screen and (max-width: 767px) {
    footer {
        padding: 30px 0;
        background: url(../images/common/pattern01.png) repeat;
    }
    footer .logo {
        height: 60px;
        margin: 0 0 15px;
    }
    footer .logo img {
        height: 100%;
    }
}

/*--------------------------------------------------

    fixed-side

--------------------------------------------------*/
.fixed-side {
    text-align: right;
    position: fixed;
    top: 315px;
    right: 40px;
}
.fixed-side li:nth-child(3) {
    margin: 10px 0;
}
.fixed-side a {
    transition: .5s;
}
.fixed-side a:hover {
    opacity: .7;
}
