@charset "UFT-8";

/* body */
body {
    background-color: #f4f6f8;
}
@media screen and (max-width:1280px) {
    img {
    max-width: 100%;
    height: auto;
    }
}
@media screen and (max-width:767px) {
    img {
    max-width: 100%;
    height: auto;
    }
}
/* header */
a {
    text-decoration: none;
    color: #fad4af;
}
a:hover {
    opacity: 0.7;
    cursor: pointer;
}
header {
    position: fixed;
    height: 70px;
    width: 100%;
    background-color: #001d42cc;
    z-index: 9;
}
.logo-mark {
    position: absolute;
    top: 14px;
    left: 25px;
}
#g-nav ul {
    position: absolute;
    display: flex;
    font-size: 22px;
    font-family: gyst-variable, sans-serif;
    font-variation-settings: "wght" 550;
    letter-spacing: 0.1em;
    gap: 32px;
    top: 27px;
    right: 40px;
}
@media screen and (max-width:376px) {
    header {
        height: 50px;
    }
    .logo-mark {
        position: absolute;
        top: 8px;
        left: 13px;
    }
    .logo-mark img {
     max-width: 77%;
     height: auto;
    }
}

/* hamburger */

@media screen and (max-width:767px) {
/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #001d42;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	right:-50px;
    top:-50px;
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: flex;
    /* 追加の記述・フレックスをかけ */
    flex-direction: column;
    /* 追加の記述・カラムを指定 */
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
}
#g-nav li a{
	color: #fad4af;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
    font-size: 22px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 9999;/*ボタンを最前面に*/
	cursor: pointer;
    width: 50px;
    height:50px;
}	
@media screen and (max-width:376px) {
.openbtn {
    top: 2px;
    right: 2px;
}
}
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 1px;
    border-radius: 2px;
	background-color: #fad4af;
  	width: 58%;
  }
.openbtn span:nth-of-type(1) {
	top:16px;	
}
.openbtn span:nth-of-type(2) {
	top:23px;
}
.openbtn span:nth-of-type(3) {
	top:30px;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
    } 
    @media screen and (max-width:470px) {
        #g-nav li a {
            font-size: 21px;
        }
    }   
     @media screen and (max-width:376px) {
        #g-nav li a {
            font-size: 20px;
        }
    }
    @media screen and (max-width:321px) {
        #g-nav li a {
            font-size: 18px;
        }
    }

/* main */

main {
    color: #001d42;
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.top {
    max-width: 100%;
    height: 887px;
    background-image: url(../image/menu/menu-top.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    /* フレックスをかけ */
    flex-direction: column;
    /* カラムをかけ */
    justify-content: center;
    /* 縦の中で中央になり */
    align-items: center;
    /* 真ん中に来る */
}
@media screen and (max-width:1280px) {
    .top {
        max-width: 100%;
        height: 730px;
    }
}
@media screen and (max-width:767px) {
    .top {
        max-width: 100%;
        height: 682px;
    }
}
@media screen and (max-width:376px) {
    .top {
        max-width: 100%;
        height: 632px;
    }
}
h1 {
    text-align: center;
    font-size: 44px;
    font-family: gyst-variable, sans-serif;
    font-variation-settings: "wght" 550;
    color: aliceblue;
    padding-top: 180px;
    letter-spacing: 0.1em;
}
h2 {
    text-align: center;
    font-size: 34px;
    font-family: gyst-variable, sans-serif;
    font-variation-settings: "wght" 550;
    color: #001d42;
    letter-spacing: 0.1em;
    padding: 100px 0 5px;
    /* 余白:上50 左右0 下5 */
}
h3 {
    color: #001d42;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-bottom: 90px;
}
h4 {
    text-align: center;
    color: #8eaac4;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 20px 0 10px;
    /* 余白:上10 左右0 下10 */
}
h5 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width:1280px) {
    h1 {
        font-size: 41px;
    }
    h2 {
        font-size: 31px;
    }
    h3 {
        font-size: 14px;
    }
    h4 {
        font-size: 15px;
    }
    h5 {
        font-size: 18px;
    }
}
@media screen and (max-width:376px) {
    h1 {
        font-size: 32px;
        padding-top: 65px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 12px;
        padding-bottom: 70px;
    }
    h4 {
        font-size: 14px;
    }
    h5 {
        font-size: 16px;
    }
}
/* drink */

.drink-raw {
    display: flex;
    justify-content: center;
    gap: 65px;
}
@media screen and (max-width:1280px) {
    .section-drink {
        padding: 0 20px 0;
    }
}
@media screen and (max-width:767px) {
    .section-drink {
        padding: 0 20px 0;
    }
    .drink-raw {
     flex-direction: column;
     /* columをかけ縦にして */
     text-align: center;
     /* 中央に */
    }
}
@media screen and (max-width:376px) {
    .drink-raw {
        gap: 30px;
        padding-bottom: 10px;
    }
}

/* accordion */
/*アコーディオン全体*/

.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}
.accordion-area li{
    margin: 10px 0;
}
.accordion-area section {
	border: 1px solid #868484;
    border-radius: 10px;
}
/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
    text-align: center;
}
@media screen and (max-width:376px) {
.title {
    font-size: 13px;
    padding: 5% 3% 5% 17px;
}
}
/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*closeというクラスがついたら形状変化*/
.title.close::before{
	transform: rotate(45deg);
}
.title.close::after{
	transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
	margin:0 3% 3% 3%;
    padding: 3%;
}

/* table */
/* 表全体 */

table {
    width: 540px;
    color: #001d42cc;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 auto;
}
@media screen and (max-width:1280px) {
    table {
        font-size: 16px;
    }
}
@media screen and (max-width:767px) {
    table {
    max-width: 380px;
    font-size: 15px;
    }
}
@media screen and (max-width:470px) {
    table {
    max-width: 291px;
    font-size: 15px;
    }
}
@media screen and (max-width:376px) {
    table {
        max-width: 240px;
        font-size: 12px;
    }
    }
th {
    border: 1px solid #727171;
    background-color: #dde1e4;
    letter-spacing: 0.3em;
    padding: 8px;
}
td {
    background-color: rgb(247, 247, 247);
    border: 1px solid #727171;
    letter-spacing: 0.1em;
    padding: 8px;
}


/* food */

.food-firstraw {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    gap: 65px;
}
@media screen and (max-width:1280px) {
    .section-food {
        padding: 0 20px 0;
    }
}
@media screen and (max-width:767px) {
    .section-food {
        padding: 0 20px 0;
    }
    .food-firstraw {
     flex-direction: column;
     /* columをかけ縦にして */
     text-align: center;
     /* 中央に */
    }
}
.food-firstraw p {
    font-size: 26px;
}
.food-secondraw {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    gap: 65px;
}
@media screen and (max-width:767px) {
    .food-secondraw {
     flex-direction: column;
     /* columをかけ縦にして */
     text-align: center;
     /* 中央に */
    }
}
.food-thirdraw {
    display: flex;
    justify-content: center;
    gap: 65px;
}
@media screen and (max-width:767px) {
    .food-thirdraw {
     flex-direction: column;
     /* columをかけ縦にして */
     text-align: center;
     /* 中央に */
    }
}
@media screen and (max-width:376px) {
    .food-firstraw {
        gap: 35px;
    }
    .food-secondraw {
        gap: 35px;
    }
    .food-thirdraw {
        gap: 35px;
        padding-bottom: 10px;
    }
}

/* desert */

.desert-raw {
    display: flex;
    justify-content: center;
    gap: 65px;
}
@media screen and (max-width:1280px) {
    .desert-section {
        padding: 0 20px 0;
    }
}
@media screen and (max-width:767px) {
    .desert-section {
        padding: 0 20px 0;
    }
    .desert-raw {
     flex-direction: column;
     /* columをかけ縦にして */
     text-align: center;
     /* 中央に */
    }
}
@media screen and (max-width:376px) {
    .desert-raw {
        gap: 35px;
        padding-bottom: 10px;
    }
}

/* spacefood */

.spacefood-raw {
    display: flex;
    justify-content: center;
    gap: 65px;
}
@media screen and (max-width:1280px) {
    .section-spacefood {
        padding: 0 20px 0;
    }
}
@media screen and (max-width:767px) {
    .section-spacefood {
        padding: 0 20px 0;
    }
    .spacefood-raw {
     flex-direction: column;
     /* columをかけ縦にして */
     text-align: center;
     /* 中央に */
    }
}
@media screen and (max-width:376px) {
    .spacefood-raw {
        gap: 35px;
        padding-bottom: 10px;
    }
}
.spacefood-raw p {
    text-align: center;
    font-size: 20px;
    padding-bottom: 30px;
}
@media screen and (max-width:1280px) {
    .spacefood-raw p {
        font-size: 18px;
    }
}
@media screen and (max-width:376px) {
    .spacefood-raw p {
        font-size: 16px;
    }
}
/* footer */

footer {
    background-color: #001d42;
    position: relative;
   margin-top: 50px;
}
.footer-navi {
    display: flex;
    justify-content: center;
    font-size: 23px;
    font-family: gyst-variable, sans-serif;
    font-variation-settings: "wght" 550;
    gap: 40px;
    padding-top: 50px;
    box-sizing: border-box;
}
@media screen and (max-width:767px) {
    .footer-navi {
     flex-direction: column;
     /* columをかけ縦に */
     gap: 16px;
     margin-left: 24px;
    }
}
@media screen and (max-width:376px) {
    .footer-navi {
       font-size: 20px;
       }
}
.footer-navi a {
    text-decoration: none;
    color: #fad4af;
}
.footer-navi a:hover {
    opacity: 0.7;
    cursor: pointer;
}
.scroll-button {
    position: absolute;
    top: 50px;
    right: 51px;
}
@media screen and (max-width:1280px) {
    .scroll-button {
        top: 43px;
        right: 51px;
       }
}
@media screen and (max-width:767px) {
    .scroll-button {
     top: 43px;
     right: 32px;
    }
}
@media screen and (max-width:376px) {
    .scroll-button {
     width: 32px;
     height: 18px;
    }
}
.sns-icon {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 75px;
    padding-bottom: 25px;
}
.small {
    text-align: center;
    font-size: 16px;
    font-family: gyst-variable, sans-serif;
    font-variation-settings: "wght" 550;
    color: #fad4af;
    padding-bottom: 20px;
    box-sizing: border-box;
}
@media screen and (max-width:376px) {
.small {
    font-size: 15px;
}
}