@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

* {
    box-sizing: border-box
}

::after,
::before {
    box-sizing: inherit
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0
}

main {
    display: block
}

dl,
form,
iframe,
p,
table {
    margin: 0
}

h1,
h2,
h3,
h4 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

a {
    background-color: transparent;
    text-decoration: none !important;
    color: inherit
}

b {
    font-weight: bolder
}

code {
    font-family: monospace, monospace;
    font-size: inherit
}

img {
    border-style: none;
    vertical-align: bottom
}

embed,
iframe,
object {
    border: 0;
    vertical-align: bottom
}

button,
input,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: 0 0;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

[type=radio] {
    -webkit-appearance: radio;
    appearance: radio
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

select::-ms-expand {
    display: none
}

option {
    padding: 0
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    text-align: left
}

td,
th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: 700
}

[hidden] {
    display: none
}

.section-width {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px
}

#global-container {
    overflow: hidden
}

.l-body__sec {
    padding-top: 86px
}

.l-body-main__sec {
    padding-top: 100px
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

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

body {
    color: #333;
    background-color: #c5c7c9;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    max-width: 100vw;
    min-width: 350px;
    width: 100%;
    overflow-x: hidden
}

img,
object,
video {
    max-width: 100%;
    height: auto;
    border: none;
    display: block
}

a {
    color: #1ca9e3;
    text-decoration: underline;
    position: relative
}

a:hover {
    text-decoration: none
}

a:hover img {
    text-decoration: none;
    opacity: .8;
    transition: all .4s
}

a,
button,
input,
label {
    transition: all .4s
}

@keyframes scrollDownLine {
    0% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    50.1% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    100% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

/* 動き */
.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
    transition: all 1s
}

@keyframes fadeUpAnime {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

/* ヘッダー */

.btn-a {
    width: 150px;
    display: block;
    margin: 0 auto;
    background: white;
    color: #505f6d !important;
    padding: 10px;
}

#header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .4);
}

#header .site-title {
    width: 100px;
    line-height: 1px
}

#header .site-title a {
    display: block
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px
}

@media screen and (max-width:980px) {
    .header__inner {
        height: 60px
    }
}

@media screen and (max-width:980px) {
    .header__inner {
        background: rgba(0, 0, 0, .4);
        transition: .3s;
        border: 1px solid gray
    }
}

.header__center {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width:1280px) {
    .header__center {
        left: 35%;
        top: 20px;
    }
}

@media screen and (max-width:980px) {
    .header__center {
        left: 50%;
        top: 23px;
    }
}

.header__r {
    display: flex;
    align-items: center
}

@media screen and (max-width:980px) {
    .header__r {
        display: none
    }
}

.header__r-l {
    display: flex;
    align-items: center
}

.header__li {
    margin-right: 20px
}

.header__li>a {
    display: flex;
    padding: 5px 15px;
    background-color: #333;
    border-radius: 20px;
    font-size: 14px;
    color: #fff
}

.header__recruit {
    width: 190px;
    height: 80px;
    background-color: #505f6d;
    text-align: center;
    line-height: 80px
}

.header__recruit.sp {
    display: none
}

@media screen and (max-width:980px) {
    .header__recruit.sp {
        display: block;
        width: 100%
    }
}

.header__recruit.sp>a {
    font-size: 18px
}

.header__recruit>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    letter-spacing: .3em
}

.header__recruit>a:hover {
    opacity: .7
}

.header-sp {
    display: none
}

@media screen and (max-width:980px) {
    .header-sp {
        display: flex;
        align-items: center;
        margin-top: 10px;
        margin-right: 10px
    }
}

@media screen and (max-width:980px) {
    #header .site-title {
        width: 80px;
        position: relative;
        bottom: 10px;
    }
}

.header-sp-logo01 {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 15px
}

.header-sp-logo01>img {
    width: 100%
}

.header-sp-logo02 {
    display: block;
    width: 30px;
    height: 30px
}

.header-sp-logo02>img {
    width: 100%
}

.hamburger {
    width: 100px;
    height: 80px;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    cursor: pointer;
    transition: .3s
}

@media screen and (max-width:980px) {
    .hamburger {
        top: -13px
    }
}

.hamburger:hover {
    opacity: .7
}

.hamburger span {
    width: 70px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 25px;
    transition: .3s ease-in-out
}

.hamburger span:nth-child(1) {
    top: 36px
}

.hamburger span:nth-child(2) {
    top: 44px
}

.hamburger span:nth-child(3) {
    top: 52px
}

.hamburger.active span:nth-child(1) {
    top: 47px;
    left: 25px;
    background: #fff;
    transform: rotate(-45deg)
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 47px;
    background: #fff;
    transform: rotate(45deg)
}

#navi {
    width: 100%;
    height: 100vh;
    background-color: gray;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0;
    text-align: center;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden
}

#navi.active {
    opacity: 1;
    visibility: visible
}

#navi .logo {
    width: 100px;
    position: absolute;
    top: 40px;
    left: 50px
}

#navi .menu {
    margin: 80px 0 40px 0
}

#navi .menu li {
    margin-bottom: 20px
}

#navi .menu a {
    color: #fff;
    font-weight: 700
}

#navi .btn {
    width: 250px;
    border: solid 1px #fff;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 15px 0;
    margin: 0 auto;
    position: relative;
    transition: .3s ease-in-out
}

#navi .btn::after {
    content: "　";
    width: 250px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 15px 0;
    position: absolute;
    right: -6px;
    bottom: -6px
}

#navi .btn:hover {
    background-color: #fff;
    color: #ff2a2a
}

.btn {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #000;
    font-weight: 600;
    padding: 10px 40px;
    margin: 10px auto;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #000;
    text-decoration: none !important
}

/* フッター */
.footer {
    margin-top: 120px;
    background-color: #212426;
    padding: 60px 0;
    color: #fff
}

.footer__inner {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto
}

.footer__inner .logo>p {
    font-size: 14px
}

.footer__inner .logo>p:first-child {
    font-size: 16px;
    margin-bottom: 20px
}

.footer__nav {
    margin-top: 90px;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:980px) {
    .footer__nav {
        flex-direction: column;
        margin-top: 40px
    }
}

.footer__ul {
    display: flex
}

@media screen and (max-width:980px) {
    .footer__ul {
        flex-direction: column;
        margin-bottom: 40px
    }
}

.footer__li {
    margin-right: 20px
}

@media screen and (max-width:980px) {
    .footer__li {
        margin-bottom: 10px
    }
}

.footer__li:last-child {
    margin-right: 0
}

.footer__li>a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline !important
}

@media screen and (max-width:1280px) {
    .footer__li>a {
        font-size: 12px
    }
}

.footer__copyright {
    font-size: 12px
}

.ttl {
    text-align: center;
    font-size: 80px !important;
    margin-bottom: 20px;
}

@media screen and (max-width: 980px) {

    .ttl {
        font-size: 40px !important;
    }
}

/* メインビジュアル */
/* 動画 */
#mainvisual {
    margin-bottom: 60px;
}

.c-mv {
    aspect-ratio: 16/9;
    height: auto;
    position: relative;
    width: 100%;

}

video {
    width: 100%;
    /* object-fit: none; */
}

@media screen and (max-width:600px) {

    #mainvisual {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.c-mv__video {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

@media screen and (max-width:600px) {
    .c-mv__video {
        /* position: inherit; */
    }
}

.c-mv__mask {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 2;
}

#mainvisual {
    height: auto !important;
    position: relative
}

#mainvisual .fade li {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    animation: fade 15s infinite
}

#mainvisual .fade li:nth-child(1) {
    animation-delay: 0s
}

#mainvisual .fade li:nth-child(2) {
    animation-delay: 5s
}

#mainvisual .fade li:nth-child(3) {
    animation-delay: 10s
}

#mainvisual .fade li img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top
}

@keyframes fade {
    0% {
        opacity: 0
    }

    15% {
        opacity: 1
    }

    30% {
        opacity: 1
    }

    45% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}


/* スライド */
.swiper-slide {
    overflow: hidden
}

.swiper-slide>img {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    object-fit: cover
}

.swiper-slide-active>img {
    transform: none
}

.slider2 {
    overflow: hidden !important
}

.slider2 .swiper-slide {
    transform: scale(.8);
    transition: .7s
}

.slider2 .swiper-slide img {
    height: auto;
    width: 100%
}

.slider2 .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1
}

.slider3 {
    /* display: none; */
    overflow: hidden;
}

.slider3 .swiper-slide:nth-child(odd) {
    margin-top: 100px
}

.slider3 .swiper-slide img {
    height: auto;
    width: 100%
}

.sliderArea {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 25px
}

@media screen and (max-width:980px) {
    .sliderArea {
        padding: 0
    }
}

.section {
    width: 50%
}

@media screen and (max-width:980px) {
    .section {
        width: 100%
    }
}

img {
    max-width: 100%;
    vertical-align: bottom
}






/* アバウト */
h2 {
    font-size: 180px;
    color: #828b97;
}

#about {
    margin-top: -100px;
    padding-top: 100px;
}

.about-ttl {
    text-align: center;
    font-size: 80px;
    color: #828b97;
    position: relative;
    top: 90px;
    margin-left: 30px;
    font-style: italic;
}

.about__flex-movie {
    width: 45%;
}

.about-img {
    position: relative;
    bottom: 30px;
    z-index: 2;
    bottom: 100px !important;
}

.about__flex {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width:980px) {
    h2 {
        font-size: 100px;
    }

    .about-ttl {
        font-size: 40px;
        top: 100px;
        margin-left: 0;
        text-align: center;
    }

    .about-img {
        z-index: -1
    }

    .about__flex {
        margin-top: 0px;
        width: 80%;
    }
}



@media screen and (max-width:900px) {
    .about__flex {
        flex-direction: column-reverse
    }
}

.about__flex-txt {
    text-align: center;
    font-size: 16px;
    line-height: 2;
}


@media screen and (max-width:900px) {
    .about__flex-txt {
        width: 100%;
        /* margin-top: 30px */
    }
}


.about__flex-txt>a {
    margin-top: 20%;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    color: #333
}

@media screen and (max-width:900px) {
    .about__flex-txt>a {
        margin-top: 30px
    }
}

.about__flex-txt>a>span {
    display: inline-block;
    position: relative;
    top: 7px;
    left: 10px
}

@media screen and (max-width:600px) {
    .about__flex-movie {
        width: 100%;
    }

    .about__flex {
        width: 90%;
    }
}


.mg {
    margin: 0 0 0 auto !important;
}

@media screen and (max-width: 980px) {
    .mg {
        margin: 0 auto !important;
    }
}

/* ポリシー */
.policy {
    background-color: #212426;
    margin-top: 120px;
    padding: 80px 0
}

.policy-ttl {
    margin-bottom: 30px;
    font-style: italic;
}


.policy-ttl>img {
    margin: 0 auto
}

.policy-txt-top {
    font-size: 16px;
    margin-bottom: 20px;

}

.policy-txt-center {
    font-size: 16px;
}

.policy-txt {
    width: 60%;
    margin: 30px auto 30px;
    text-align: center;
    color: #fff
}

.policy-txt-bottom {
    text-align: left;
    width: 65%;
    margin: 60px auto 0;
    max-width: 1000px;
    font-size: 14px;
}

.policy-txt-bottom div p {
    margin-bottom: 20px;
    line-height: 2;
}

.policy-txt-bottom div p span {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

@media screen and (max-width:1280px) {
    .policy-txt {
        width: 90%;
    }

    .policy-txt-bottom {
        width: 70%;
    }
}


@media screen and (max-width:600px) {
    .about__flex {
        width: 100%;
    }

    .about__flex-txt {
        font-size: 14px;
    }

    .policy {
        margin-top: 60px;
    }

    .policy-ttl {
        width: auto;
        margin: 0 auto 40px;
    }

    .policy-txt-top {
        font-size: 16px;
        text-align: left;
    }

    .policy-txt-center {
        font-size: 16px;
    }

    .policy-txt-bottom {
        width: 90%;
    }

}


/* インスタ */
#insta {
    padding-top: 100px;
    margin-top: -100px;
}

.insta {
    padding-top: 90px;
    /* margin-top: 120px; */
    /* margin-bottom: 120px; */
}

@media screen and (max-width:980px) {
    .insta {
        /* margin-top: 60px; */
        margin-bottom: 60px;
    }
}

.insta-ttl {
    margin-bottom: 20px
}

@media screen and (max-width:600px) {
    .insta-ttl {
        width: 200px;
        margin: 0 auto 20px
    }
}

.insta-ttl>img {
    margin: 0 auto
}

.insta__flex {
    display: grid;
    grid-template-columns: repeat(auto-fit, 20%);
    justify-content: center;
    grid-gap: 1rem
}

@media screen and (max-width:900px) {
    .insta__flex {
        grid-template-columns: repeat(auto-fit, 45%);
        grid-gap: 2rem
    }
}

.insta-more {
    text-align: center
}

.insta-more>a {
    margin-top: 40px;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    color: #333
}

.insta-more>a>span {
    display: inline-block;
    position: relative;
    top: 7px;
    left: 10px
}

/* 予約箇所 */
#reservation {
    padding: 90px 0;
}

/* オンライン */
#online {
    padding-top: 100px;
    margin-top: -100px;
}

.online-bg {
    padding-top: 0px;
    padding-bottom: 90px;
    background-color: #fff;
}

.online-ttl {
    font-style: italic;
}

@media screen and (max-width: 980px) {

    .online-ttl {
        width: auto !important;
    }

}

@media screen and (max-width:600px) {
    .online-ttl {
        width: 200px;
        margin: 0 auto 20px
    }
}

.online-ttl>img {
    margin: 0 auto 60px
}

.online-more {
    text-align: right;
    margin-right: 20px
}

@media screen and (max-width: 980px) {

    .online-more {
        margin-right: 0;
    }
}

.online-more>a {
    margin-top: 40px;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    color: #333
}

.online-more>a>span {
    display: inline-block;
    position: relative;
    top: 7px;
    left: 10px
}


/* アクセス
 */
#access {
    padding: 90px 0;
}

.access {
    margin-top: 120px
}

.access-ttl {
    font-style: italic;
}

@media screen and (max-width:600px) {
    .access-ttl {
        /* width: 130px; */
        margin: 0 auto 20px
    }
}

.access-ttl>img {
    margin: 0 auto 60px
}

.access-btn {
    text-align: center;
    margin-top: 60px
}

.access-btn>a {
    width: 300px;
    border: 1px solid #000;
    display: inline-block;
    color: #333;
    padding: 20px 30px
}

.access-btn>a:hover {
    opacity: .7
}

.access-btn>a>span {
    display: inline-block;
    position: relative;
    top: 5px;
    left: 30px
}

/* リクルート
 */
.recruit-txt {
    text-align: center;
    margin-top: 30px;
    /* font-size: 18px; */
}

.recruit-img {
    max-width: 600px;
    width: 90%;
    margin: 30px auto 0;
}


.more a {
    width: 240px;
    padding: 20px 20px 20px !important;
    justify-content: center;
    position: relative;
    margin: 10px auto 0 !important;
}

.more img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
}

.recruit {
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 100px;
}

.footer {
    margin-top: 0 !important;
}

/*== ボタン共通設定 */
.btn {
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    /*ボタンの形状*/
    text-decoration: none;
    display: flex !important;
    align-items: center;
    border: none !important;
    /* ボーダーの色と太さ */
    padding: 10px 30px 21px !important;
    height: 60px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease 0.2s;
    width: 200px;
    /* background: linear-gradient(to right, #7d7d7d, #bdbdbc); */
    background: linear-gradient(to right, #388e35, #53c70e);
}

.btn img {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
    width: 30px;
}



/*ボタン内spanの形状*/
.btn span {
    position: relative;
    z-index: 3;
    /*z-indexの数値をあげて文字を背景よりも手前に表示*/
    color: #fff;
}

.btn:hover span {
    color: #fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
    content: "";
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background: linear-gradient(to right, #388e35, #53c70e);
    /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.img {
    width: 600px;
    margin: 0 auto;
}

@media screen and (max-width:980px) {
    .img {
        width: 90%;
    }
}


/*# sourceMappingURL=style.css.map */