@charset "utf-8";
/* CSS Document */ :root {
    /* color */
    --orange: #ff8a17;
    --red: #ff2a00;
    /* style */
    --p-main-color: var(--orange);
    --p-sub-color: var(--orange);
    --d-main-color: var(--red);
    --p-sub-color: var(--orange);
}
html {
    font-size: 62.5%;
    height: 100%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
body {
    background: #fff;
    color: #222;
    font-family: "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, 游ゴシック, Meiryo, メイリオ, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Hiragino Sans, "\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    height: 100%;
    line-height: 1.85;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}
a {
    display: block;
    color: #222;
    max-width: 100%;
    max-height: 100%;
    text-decoration: none;
    outline: none;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li, li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p, figure {
    margin: 0;
}
p {
    text-align: justify;
    line-height: 1.75;
    font-weight: 400;
}
p + p {
    margin-top: 1em;
}
/*===================================
animation
===================================*/
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*===================================
section
===================================*/
.section {
    padding-bottom: clamp(70px, 9vw, 100px);
    padding-top: clamp(70px, 9vw, 100px);
}
.section:not(._bg) + .section:not(._bg) {
    padding-top: 0px;
}
._bg {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}
/* bg type */
.bg-type01 {
    background: #222;
}
.bg-type02 {
    background: #ff8a17;
    color: #fff;
}
.bg-type03 {
    background: var(--d-main-color);
    color: #fff;
}
.bg-type04 {
    background: #f0f0f0;
}
.bg-type05 {
    background: var(--p-main-color);
    color: #fff;
}
/* img */
.bg-img01 {
    background: url(../img/mv.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}
.bg-img02 {
    background: url("../img/diet/food.jpg") center center no-repeat;
    background-size: cover;
    /*z-index: -1;*/
}
/* bg bg mask */
.bg-mask {
    position: relative;
}
.bg-mask::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -10;
}
.bg-mask > * {
    position: relative;
    z-index: 1;
}
.bg-mask-blk::after {
    background-color: rgba(0, 0, 0, .8);
}
.bg-mask-wht::after {
    background-color: rgba(255, 255, 255, .9);
}
.bg-mask-org::after {
    background-color: rgba(255, 138, 23, 0.8);
}
.bg-mask-red::after {
    background-color: rgb(255 42 0 / .8);
}
/*===================================
wrap
===================================*/
._inner {
    width: min(92%, 1200px);
    margin: auto;
}
*:first-child + ._container {
    margin-top: 50px;
}
._container + ._container {
    margin-top: 50px;
}
._box + ._box {
    margin-top: 30px;
}
._box-child + ._box-child {
    margin-top: 20px;
}
* + ._describe {
    margin-top: 30px;
}
/*===================================
flexbox
===================================*/
.f {
    display: flex;
    flex-direction: column;
}
.f._wrap {
    flex-wrap: wrap;
}
ß /* reserve */
.f._reserve-sp {
    flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
    .f._row {
        flex-direction: row;
    }
    .f._row_reserve {
        flex-direction: row-reverse;
    }
    .f._column_reserve {
        flex-direction: column-reverse;
    }
}
/*===================================
font
===================================*/
.en {
    font-family: 'Roboto', sans-serif;
}
.font01 {
    font-family: 'Noto Sans JP', sans-serif
}
.font02 {}
.font03 {}
/*===================================
heading
===================================*/
.scm-head {}
.scm-head + * {
    margin-top: 40px;
}
.cnt-head {}
.cnt-head + * {
    margin-top: 30px;
}
.box-head {}
.box-head + * {
    margin-top: 15px;
}
/* heading size */
.heading-lv1 {
    font-size: clamp(24px, 5vw, 30px);
    min-height: 0vw;
}
.heading-lv2 {
    font-size: clamp(18.72px, 5vw, 24px);
    min-height: 0vw;
}
.heading-lv3 {
    font-size: clamp(16px, 5vw, 18.72px);
    min-height: 0vw;
}
.heading-lv4 {
    font-size: clamp(13.28px, 5vw, 16px);
    min-height: 0vw;
}
.heading-lv5 {
    font-size: clamp(10.72px, 5vw, 13.28px);
    min-height: 0vw;
}
.heading-lv6 {
    font-size: 8px;
    min-height: 0vw;
}
/* heading style */
.heading01 {
    text-align: center;
}
.heading02 {
    text-align: center;
    color: #fff;
    background: #222;
}
.heading03 {
    text-align: center;
}
.heading04 {}
.heading05 {}
/*===================================
btn
===================================*/
/* btn wrap */
.btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
* + .btns {
    margin-top: 20px;
}
/* btn base */
.btn {
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: relative;
    padding: 1rem 4rem;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
}
/* btn type */
.btn-type01 {
    color: #fff;
    background-color: #eb6100;
}
.btn-type01:hover {
    color: #fff;
    background: #f56500;
}
.btn-type02 {}
.btn-type03 {}
/* btn color */
.btn-red {
    background: var(--d-main-color);
}
.btn-org {
    background: var(--p-main-color);
}
.btn-grn {
    background: #2ca900;
    width: 200px;
}
.btn-ylw {
    background: #fff600;
    color: #222;
    width: 200px;
}
/*===================================
list
===================================*/
.list {}
.list-item {}
.list-item + .list-item {
    margin-top: 10px;
}
.list._bdd .list-item + .list-item {
    border-top: 1px dashed;
}
/*===================================
table
===================================*/
/* スクロールバーの表示 */
._scroll-bar {
    overflow-x: auto;
}
._scroll-bar::-webkit-scrollbar {
    height: 8px;
}
._scroll-bar::-webkit-scrollbar-track {
    border-radius: 8px;
    background: rgba(238, 238, 238, 1);
}
._scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: rgba(169, 170, 161, 1);
}
/*===================================
effect
===================================*/
.TextTyping span {
    display: none;
}
.TextTyping::after {
    content: "|";
    animation: typinganime .8s ease infinite;
}
@keyframes typinganime {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
/*===================================
header
===================================*/
/* header */
#header {
    position: static;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 100px;
    display: flex;
    color: #fff;
    padding: 10px;
    background: #222
}
#header.HeightMin {
    position: fixed;
    z-index: 999;
    height: 70px;
    background: #fff;
    transition: .5s all;
    animation: HeaderDownAnime 0.5s forwards;
}
#header.HeightMin a {
    color: #222;
}
#header.HeightMin > .mv {}
@keyframes HeaderDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.header-logo {
    line-height: 1;
    letter-spacing: .2em;
}
.header-logo a {
    color: #fff;
}
.header-logo span {
    display: block;
    font-size: .5em;
    font-weight: 400;
    letter-spacing: .4em;
    text-align: left;
}
@media screen and (min-width:960px) {
    #header {
        padding: 20px 50px;
    }
}
/* nav */
#nav {
    position: fixed;
    z-index: 999;
    top: 85px;
    right: -120%;
    width: 100%;
    height: 100vh;
    transition: .5s all;
}
#header.HeightMin #nav.panelactive {
    top: 70px;
}
#nav.panelactive {
    right: 0;
}
#nav.panelactive #nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: rgb(255 255 255 / .95);
    overflow: auto;
    transition: .5s all;
}
#nav #menu-list {
    display: block;
    margin: 40px auto 0 auto;
    width: 90%;
}
#nav #menu-list li:last-child {
    border: 1px solid var(--p-main-color);
    border-radius: 100vh;
}
#nav #menu-list li:last-child:hover {
    background: var(--p-main-color);
    border-color: var(--p-main-color);
    transition: .3s all;
}
#header.HeightMin #nav #menu-list li:last-child:hover {
    border-color: var(--p-main-color);
}
#header.HeightMin #nav #menu-list li:last-child:hover > a {
    border-color: var(--p-main-color);
    color: #fff;
}
#nav #menu-list li + li {
    margin-top: 20px;
}
#nav #menu-list li a {
    transition: all .3s;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.5;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #222;
    padding: 20px;
    letter-spacing: .2em
}
#nav #menu-list li a i {
    margin-left: 5px;
}
@media screen and (min-width:960px) {
    #nav {
        display: flex;
        justify-content: flex-end;
        padding: 10px;
        transition: all 0.6s;
        position: relative;
        transform: translate(-50%, -50%);
        top: 30px;
        right: -45%;
        height: auto;
        gap: 10px;
    }
    #nav #menu-list {
        width: 100%;
        display: flex;
        align-items: stretch;
        margin: 0 auto;
    }
    #nav #menu-list li + li {
        margin-top: 0;
    }
    #nav #menu-list li {
        padding: 10px 20px;
    }
    #nav #menu-list li a {
        padding: 0;
        color: #fff;
    }
    #header.HeightMin #nav #menu-list li a {
        color: #222;
    }
}
/*===================================
hamburger menu
===================================*/
.nav-openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    right: 0;
    cursor: pointer;
    width: 65px;
    height: 60px;
}
#header.HeightMin .nav-openbtn {}
.nav-openbtn .openbtn-area {
    transition: all .4s;
}
.nav-openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 20px;
    height: 2px;
    border-radius: 2px;
    width: 50%;
    background: #fff;
    z-index: 999;
}
#header.HeightMin .nav-openbtn span {
    background: #222;
}
.nav-openbtn span:nth-of-type(1) {
    top: 17px;
}
.nav-openbtn span:nth-of-type(2) {
    top: 28px;
}
.nav-openbtn span:nth-of-type(3) {
    top: 40px;
}
.nav-openbtn.active span:nth-of-type(1) {
    top: 28px;
    left: 25px;
    transform: rotate(45deg);
    width: 30%;
}
.nav-openbtn.active span:nth-of-type(2) {
    transform: scale(0, 1);
    transform-origin: left top;
}
.nav-openbtn.active span:nth-of-type(3) {
    top: 28px;
    left: 25px;
    transform: rotate(-45deg);
    width: 30%;
}
@media screen and (min-width:960px) {
    .nav-openbtn {
        display: none;
    }
}
/*===================================
main
===================================*/
#main {
    overflow: hidden;
}
/*===================================
footer
===================================*/
#footer {
    background: #222;
    padding-top: 50px;
}
#footer ._inner {
    width: 100%;
}
.footer-logo a {
    color: #fff;
    font-size: clamp(16px, 6vw, 32px);
    font-weight: 600;
    text-align: center;
    line-height: 1;
    letter-spacing: .2em;
}
.footer-logo a span {
    display: block;
    font-size: .5em;
    font-weight: 400;
    letter-spacing: .4em;
}
#footer ._reserve .btn {
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 100vh;
    border: 1px solid var(--p-main-color);
    background: #222;
}
#footer ._reserve .btn:hover {
    background: var(--p-main-color);
    border-color: var(--p-main-color);
}
.map {
    position: relative;
    margin: 30px auto 0;
}
.map ifream {
    width: 100%;
    height: 100%;
}
.list {
    margin-top: 50px;
    padding: 0 0 20px;
    text-align: center;
    color: #fff;
}
.list .list-item + .list-item {
    margin-top: 20px;
}
.footer-link {}
.footer-link .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}
.footer-link .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}
.footer-link .list .list-item {
    margin-top: 0;
}
.footer-link a {
    color: #fff;
    font-weight: 500;
}
.sns-link .list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 20px;
}
.sns-link .list .list-item {
    margin-top: 0;
}
.sns-link img {
    width: 30px;
    height: auto
}
#footer small {
    font-size: 8px;
    padding: 20px 0;
    display: block;
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
}
.grecaptcha-badge {
    opacity: 0;
}
@media (min-width: 960px) {}
@media (min-width: 768px) {
    .footer-link .list {
        flex-wrap: wrap;
        flex-direction: row;
        width: min(100%, 800px);
        margin: 50px auto;
        gap: 5px;
        column-gap: 30px;
    }
}
/*===================================
page top
===================================*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 60px;
    height: 60px;
    color: #222;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all 0.3s;
}
#page-top a:hover {
    color: #222;
    background: #ccc;
    transform: translateY(-5px);
}
#page-top {
    position: fixed;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
}
#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}
@-webkit-keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}
@-webkit-keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}
@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(100px);
    }
}