
*{
    margin: 0;
    padding: 0;
}
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}
body {
    font-size: 1.6rem;
    color: #697176;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  }
h1{
    font-size: 5rem; /* 50px */
}
h2{
    font-size: 3rem; /* 30px */
}
p{
    font-size: 1.5rem; /* 15px */
}

.sp{
    display: none;
}

.pc{
    display: block;
}

a:hover{
    opacity: 0.8;
}

@font-face {
    font-family: "my-font";
    src: url(Amiri-Regular.ttf);
  }

@font-face {
    font-family: "my-font-2";
    src: url(AcademyEngravedLetPlain.ttf);
}

.menu__item--price h2{
    font-family: "my-font-2";
    font-size: 4rem;
    font-weight: normal;
}


/* Webフォントを定義 */
@font-face {
    font-family: 'Amiri'; /* フォント名 */
    /* フォーマットごとにパスを指定 */
    src: url(
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Amiri&display=swap" rel="stylesheet">
    ) format('woff');
  }
  
/*====================
START→PCデザイン
====================*/
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 25px;
    bottom: 50px;
    background: #008896;
    border-radius: 50%;
    z-index: 10;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
  }
  #page_top a::before{
    font-family: "Font Awesome 5 Free";
    content: '\f106';
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0px;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: auto;
  }

.title--box{
    width: 100%;
    padding-top: 120px;
    padding-bottom: 50px;
}
.slide__title--img{
    margin: auto;
    width: 40px;
}
.slide__title--img img{
    margin: auto;
    width: 100%;
}
.slide__title--text {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #008896;
    font-family: 'Amiri', serif;
}

.slide__title--ber{
    margin: auto;
    height: 4px;
    background-color: #008896;
    width: 60px;
}
/*==header==*/
.header{
    position: fixed;
    z-index: 4;
    height: 70px;
    width: 100%;
}
.header__logo{
    width: 220px;
    display: flex;
}
.header__utility{
    height: 70px;
    display: flex;
    align-items: center; /* 中の要素を上下中央に並べる */
    position: fixed;
    left: 50px;
}
.header__utility--box{
    height: 70px;
    position: fixed;
    right: 50px;
    height: 70px;
    display: flex;
    align-items: center; /* 中の要素を上下中央に並べる */
    font-family: 'Amiri', serif;
}
.header__utility--box li{
    padding-left: 50px;
}
.header__utility--box li a{
    color: white;
    text-decoration: dashed;
}

.headerColor-default {
    background-color: #E7E7DF;
    color: #697176;
/* （画像よりも下までスクロールした時に変えたい文字色） */
}

.headerColor-default li a{
    color: #697176;
}

/*==header==*/
/*==slider==*/
.slider {
    position:relative;
    z-index: 1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

/* pc */
.slider-item01 {
    background:url(img/top-img-1.png);
}

.slider-item02 {
    background:url(img/top-img-2.png);
}

.slider-item03 {
    background:url(img/top-img-3.png);
}

/* sp */
.slider-item04 {
    background:url(img/top-img-4.png);
}

.slider-item05 {
    background:url(img/top-img-5.png);
}

.slider-item06 {
    background:url(img/top-img-6.png);
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

.slider__box--logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}
.slider__box--logo img{
    margin: auto;
    width: 300px;
}
/*==slider==*/

/*==白枠==*/
/*==白枠==*/

/*==news==*/
.news__box{
    width: 1080px;
    margin: auto;
}
.news-list{
    list-style: none outside;
    margin: 0;
    padding: 0;
  }
.news-list .item{
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #697176;
    border-bottom: 1px solid #008896;
    padding: 20px 20px;
}
.news-list .item .date{
    margin: 0;
    min-width: 120px;
    color: #999;
    padding: 0 20px 0 0;
}
.news-list .item .title{
    margin: 0;
    width: 100%;
}
/*==news==*/

/*==concept==*/
.concept__text--box{
    width: 1080px;
    margin: auto;
    text-align: center;
    line-height:50px;
    padding-bottom: 50px;
}

.concept__text--box-p{
    padding-top: 10px;
    line-height:30px;
}
/*==concept==*/

/*==parallax==*/
.slider-box,.news,.concept,.access,.footer{
    background-color: #fff;
}

.parallax {
    min-height: 400px;
    width: 100%;
}
.parallax::before {
    content: "";
    width: 100%;
    height: 100vh;
    background: url(img/parallax.png) no-repeat center / cover;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
  }
/*==parallax==*/

/*==menu==*/
.menu{
    background-color: #E7E7DF;
    width: 100%;
    padding-bottom: 50px;
}
.menu__item--title{
    width: 1080px;
    margin: auto;
    color: #008896;
    padding-bottom: 50px;
    font-family: 'Amiri', serif;
}

.menu__item--group{
    width: 1080px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.menu__item--menu{
    width: 490px;
    padding-bottom: 25px;
}
.menu__item--price{
    padding: 5px 0;
    width: 150px;
}

.menu__item--category{
    padding-bottom: 50px;
}
.menu__btn{
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 100px;
}
.btn {
    background: white; /* 背景色 */
    color: #008896; /* 文字色 */
    padding: 16px 40px; /* 上下の余白、左右の余白 */
    text-decoration: none; /* デフォルトで入るリンクの下線を消す */
    border-radius: 30px; /* 角を丸くする */
  }
/*==menu==*/
/*==access==*/
.access__box{
    display: flex;
    justify-content: center;
}
.googlemap {
    position: relative; /* 子要素の基準とする */
    padding-bottom: 300px;
    overflow: hidden;
    width: 30%;
    border: #d1d1d1 solid 2px;
    margin-bottom: 100px;
}
.googlemap iframe {
    position: absolute; /* 親要素のパディング領域に配置するために絶対配置を指定 */
    top: 0; /* 垂直方向トップに配置 */  
    left: 0; /*  水平方向左に配置 */
    width: 100%; /* 親コンテナの幅いっぱいに表示 */
    height: 300px; /* 親コンテナの高さいっぱいに表示 */
}

.access__box--sns{
    display:flex;
    align-items:flex-end;
}
.access__box--text{
    padding-left: 100px;
}
.SNS{
    display:flex;
}

.SNS a{
    width: 40px;
    padding-left: 15px;
}

.access__box--text-1,
.access__box--text-2,
.access__box--text-3,
.access__box--text-4{
    padding-bottom: 26px;
}
/*==access==*/
/*==shop==*/
.shop{
    width: 1080px;
    margin: auto;
    width: 100%;
    background-color: #E7E7DF;
    display: flex;
    justify-content:center;
    align-items: center;
}
.shop__img--logo{
    padding:  40px 35px 35px 0;
}
.shop__img--logo img{
    width: 70%;
    float: right;
}
.shop__box{
    padding: 30px 0 25px 0;
}

.shop__box--h2{
    padding: 0 0 10px 0;
}

.shop__box--p{
    padding: 0 0 10px 0;
}
.shop__box a{
    text-decoration:none; 
}
.shop__box a h4{
    padding: 0 0 5px 0;
    color: #008896;
}
/*==shop==*/

/*==footer==*/
.footer__logo{
    width: 100%;
    text-align: center;
}

.footer__logo img{
    width: 300px;
    margin: auto;
    padding: 100px 0;
}
.footer__text{
    text-align: center;
    padding-bottom: 5px;
}

.access__box--text-1 h2{
    font-family: "my-font";
}

/*==footer==*/
/*====================
END→PCデザイン
====================*/


/*====================
START→タブレットデザイン
====================*/
@media screen and (max-width: 1080px) {
    .news__box{
        width: 80%;
        margin: auto;
    }

    .concept__text--box{
        width: 80%;
        margin: auto;
        text-align: center;
        line-height:50px;
        padding-bottom: 50px;
    }
    .menu__item--title{
        width: 80%;
        margin: auto;
    }

    .menu__item--group{
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .menu__item--menu{
        width: 100%;
        padding-bottom: 25px;
    }

    .menu__item--category{
        padding: 40px;
    }

    .googlemap {
        position: relative; /* 子要素の基準とする */
        padding-bottom: 300px;
        overflow: hidden;
        width: 40%;
        border: #d1d1d1 solid 2px;
        margin-bottom: 100px;
    }

    .access__box--text{
        padding-left: 50px;
    }

    /*==shop==*/
    .shop{
        width: 100%;
        margin: auto;
        background-color: #E7E7DF;
        display: flex;
        justify-content:center;
        align-items: center;
        padding: 30px;
    }
    .shop__img--logo{
        padding:  30px 35px 25px 0;
    }
    .shop__box{
        padding: 40px 0 25px 0;
    }

    .shop__box--h2{
        padding: 0 0 10px 0;
    }

    .shop__box--p{
        padding: 0 0 10px 0;
    }
    .shop__box a{
        text-decoration:none; 
    }
    .shop__box a h3{
        padding: 0 0 5px 0;
        color: #008896;
    }
    /*==shop==*/
}



/* アニメーションスタイル */
/* ---------------------------- */

/* アニメーション前 */
.title--box{
    -webkit-perspective: 500px;
    perspective: 500px;

}
/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active{
    -webkit-animation : u-fade-type-up 1s linear 0s 1 normal;
}

@keyframes u-fade-type-up {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

/* ローディングアニメーション */
/* ---------------------------- */
/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 999;
      background:#1f9dab;
      text-align:center;
      color:#fff;
    }
    
    /* Loading画像中央配置　*/
    #splash_logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    
    /* Loading アイコンの大きさ設定　*/
    #splash_logo img {
      width:260px;
    }
    
    /* fadeUpをするアイコンの動き */
    .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);
      }
    }

   
/*====================
END→タブレットデザイン
====================*/


/*====================
START→SPデザイン
====================*/
@media screen and (max-width: 767px) {

    .pc{
        display: none;
    }

    .sp{
        display: block;
    }

    /*==header==*/
    .header{
        position: fixed;
        z-index: 4;
        height: 70px;
        width: 100%;
        display: flex;
    }
    .header__logo{
        width: 90px;
        display: flex;
    }

    .header__utility{
        height: 70px;
        display: flex;
        align-items: center; /* 中の要素を上下中央に並べる */
        position: fixed;
        left: 0;
        top: 0;
    }

    .header__utility img{
        height: 70px;
        position: fixed;
        left: 0;
        top: 0;
    }
    
    .header__utility--box{
        height: 70px;
        position: fixed;
        right: 10px;
        display: flex;
        align-items: center; /* 中の要素を上下中央に並べる */
    }
    .header__utility--box li{
        padding-left: 10px;
    }
    .header__utility--box li a{
        color: white;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
    }

    .headerColor-default {
        background-color:transparent;
        color: #697176;
    /* （画像よりも下までスクロールした時に変えたい文字色） */
    }

    .headerColor-default li a{
        color: #697176;
        font-weight: bold;
    }

    /*==header==*/
    .parallax {
        min-height: 300px;
        width: 100%;
        display:inline-block;
    }
    /*==shop==*/
    
    .title--box{
        width: 100%;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .slide__title--img{
        margin: auto;
        width: 30px;
    }
    .slide__title--img img{
        margin: auto;
        width: 100%;
    }
    .slide__title--text {
        text-align: center;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #008896;
    }
    .slide__title--text h2{
        font-size: 18px;
    }
    
    .slide__title--ber{
        margin: auto;
        height: 3px;
        background-color: #008896;
        width: 30px;
    }
    /*==news==*/
    .news__box{
        width: 95%;
        margin: auto;
    }
    .news-list .item{
        display: block;
        text-decoration: none;
        color: #697176;
        border-bottom: 1px solid #008896;
        padding: 20px 20px;
    }
    .news-list .item a{
        flex-wrap: wrap;
    }
    .news-list .item .date{
        min-width: 100%;
    }
    .news-list .item .title{
        margin-top: 10px;
    }
    /*==news==*/
    .concept__text--box{
        width: 95%;
        margin: auto;
        text-align: center;
        line-height:35px;
        padding-bottom: 50px;
    }
    .concept__text--box h2{
        padding-bottom: 20px;
        font-size: 18px;
        line-height:37px;
    }

    .menu__item--title{
        width: 95%;
        margin: auto;
        padding-bottom: 5px;
    }

    .menu__item--group{
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .menu__item--menu{
        width: 100%;
        padding-bottom: 10px;
    }

    .menu__item--category{
        padding: 5px;
    }

    .menu__item--box{
        padding-bottom: 30px;
    }

    .menu__btn{
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /*==access==*/
    .access__box{
        display: block;
    }
    .googlemap {
        position: relative; /* 子要素の基準とする */
        padding-bottom: 300px;
        overflow: hidden;
        width: 95%;
        border: #d1d1d1 solid 2px;
        margin: auto;
    }
    .googlemap iframe {
        position: absolute; /* 親要素のパディング領域に配置するために絶対配置を指定 */
        top: 0; /* 垂直方向トップに配置 */  
        left: 0; /*  水平方向左に配置 */
        width: 100%; /* 親コンテナの幅いっぱいに表示 */
        height: 300px; /* 親コンテナの高さいっぱいに表示 */
    }

    .access__box--sns{
        display:flex;
        align-items:flex-end;
    }
    .access__box--text{
        width: 90%;
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 0px;
        margin: auto;
    }
    /*==access==*/

    /*==shop==*/
    .shop{
        width: 100%;
        margin: auto;
        background-color: #E7E7DF;
        display: block;
        padding: 50px 0px;
    }
    .shop__img--logo{
        padding: 0 0 20px 0;

        width: 70%;
        margin: auto;
        border-bottom: solid 2px white;
    }
    .shop__img--logo img{
        width: 80%;
        margin: auto;
        float: none;
    }
    .shop__box{
        padding: 20px 0 0px 0;
        width: 90%;
        margin: auto;
    }

    .shop__box--h2{
        font-size: 2rem; /* 15px */
        padding: 0 0 25px 0;
    }

    .shop__box--p{
        padding: 0 0 25px 0;
    }
    .shop__box a{
        text-decoration:none; 
    }
    .shop__box a h3{
        padding: 5px 0 5px 0;
        color: #008896;
        font-size: 1.5rem; /* 15px */
    }
    /*==shop==*/
    .menu__item--price{
        padding: 5px 0;
        width: 100px;
    }

    .menu__item--price h2{
        font-family: "my-font-2";
        font-size: 2.5rem;
        font-weight: normal;
    }
}
/*====================
END→SPデザイン
====================*/
