@charset "UTF-8";
/*====================================
common
=====================================*/
html{
    font-size: 62.5%;
}

body{
    font-family: "Noto Sans JP";
    font-style: normal;
    color: #000;
    background-color: #fff;
    line-height: 1.5;
}

img{
    max-width: 100%;
    height: auto;
}

h2{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal; 
}

.price__number{
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
}

.price{
    font-size: 14px;
    font-weight: 700;
}

h3{
    font-size: 16px;
    font-weight: 700;
}

/*====================================
PC
=====================================*/
@media screen and (min-width:769px) {
    .bg{
        width: 100%;
        background-image: url(../images/pc-top.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        background-position:top center;
        position: fixed;      
    }
    

    .mbg{
        width: 375px;
        margin-left: 20%;
   /*      margin: 0 auto; */
        background-color: #fff;
        position: sticky;

    }


    #top-chiken {
        position: fixed;
        left: calc(20% + 305px);
        bottom: 10px;
        z-index: 2;
        /*はじめは非表示*/
        opacity: 0;
        transform: translateY(100px);
    }

    .fixed{
        position: sticky;            
    }

    .nav{
        padding: 0 30%;
    }
    
}

/*====================================
header
=====================================*/

nav{
    position: absolute;
    right: 5%;
    top: 10px;
}

.header__icon{
    margin-left: 35px;
}

.header__btn{
    margin-left: 35px;
    margin-bottom: 5px;
}

.top__main{
    position: relative;
}

.top__logo{
    width: 195px;
    height: 195px;
    flex-shrink: 0;
    position: absolute;
    right: 25%;
    top: 150px;
}


/*menu画面*/
.nav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
    background: #fff;
    width: 100%;
    height: 100%;
}

.nav.active{
    transform: translateX(0);
}

.nav__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20%;
}

.nav__logo{
    width: 70%;
    margin-left: 10%;
}

.nav__btn{
    width: 4%;
    margin-right: 40px;
}

.nav__list{
    background-color: #F6F5EA;
    padding: 0 10px 50px 20px;
}

.nav__item{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    padding-top: 5.5rem;
}


/*====================================
about_section
=====================================*/

h2 {
    display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	text-align: center;
    margin-top: 47px;
    margin-bottom: 47px;
}

h2::before,
h2::after {
	content: '';
	width: 54px;
	height: 1px;
	background-color: #000;
}

h2::before {
	margin-right: 17px;
}
h2::after {
	margin-left: 20px;
}

.about__intro{
    margin: 0 20px;
    position: relative;
}

.about__text::before {
        content: "";
        display: inline-block;
        width: 20px;
        background-image: url('assets/images/attention.svg');
        background-size: contain;
        margin-right: 8px;
      }

.about__text{
    line-height: 2;
}

.attention{
    position: absolute;
    top: -10px;
    left: 4px;
}

.attention__text{
    font-weight: 700;
}

.about__maindish{
    display: flex;
    flex-direction: column; /* 垂直方向に並べる場合 */
    justify-content: center; /* 垂直方向に中央揃え */
    align-items: center; /* 水平方向に中央揃え */
}
  
.about__img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.about__item{
    margin: 8px;
    font-weight: 700;
    padding: 0.5em;
    border-bottom: solid 1px black;
    width: 50%; 
}

.about__item{
    text-align: center;
}

.about__container{
    margin: 40px;
    text-align: center;
}

h3{
    margin: 20px 0 5px;
    background-color: #F6F5EA;
}

.about__train li{
    font-size: 16px;
}

/*====================================
point_section
=====================================*/
.point{
    padding: 0 20px;
}

.point__number{
    font-size:36px ;
    display: inline-block; /* インラインブロック要素として表示 */
    transform: translateY(-4px); /* 文字を5ピクセル上に移動 */
}

.point__intro{
    margin: 0 20px 30px;
}

.grid-list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2カラムに設定 */
    gap: 10px; /* アイテム間のスペースを設定 */
    list-style: none; /* リストのデフォルトのマーカーを削除 */
    padding: 0;
  }
  
.grid-list li {
    padding: 10px;
}
  
.poimt__p{
    display: block;
    text-align: center;
}

.point__last{
    display: block;
    text-align: center;
}

.point__last-img{
    margin-top: 5px;
    width:calc((100% - 30px)/2);
}
/*====================================
lunch_section
=====================================*/
.lunch__section-tittle{
    margin-bottom: 20px;
}

.lunch__time{
    display: block;
    text-align: center;
}

.lunch__intro{
    display: block;
    text-align: center;
    margin: 35px; 
    font-size: 16px;
}

.lunch__intro-bold{
    font-weight: 700;
}

.lunch__dish1{
    background-image: url(../images/item1.png);
    background-size: cover;
    aspect-ratio: 325/260;
    height: auto;
}

.lunch__dish2{
    background-image: url(../images/item2.png);
    background-size: cover;
    aspect-ratio: 325/260;
    height: auto;
    margin: 40px 0;
}

.lunch__dish3{
    background-image: url(../images/item3.png);
    background-size: cover;
    aspect-ratio: 325/260;
    height: auto;
    margin-bottom: 40px;
}

.text-over{
    margin-left: 60%;
    text-align: center;
    padding: 50px 0 ;
}

.text-over2{
    margin-right: 60%;
    text-align: center;
    padding: 55px 0 ; 
}

.text-over3{
    margin-left: 68%;
    text-align: center;
    padding-top: 55px; 
}

.lunch__tittle{
    font-size: 20px;
    font-weight: 700;
}

.lunch__rice{
    padding: 7px 0;
}

.lunch__rice3{
    padding: 25px 0 0 15px;
}

.lunch__price{
    border-top: solid 1px #000;
    text-align: center;
    width: 95%;
    padding-top: 10px;
    padding-left: 16%;
}

.more__btn{
    background-color: #E42D24;
    color: #fff;
    padding: 13px 50px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    width: 300px;
    height: 43px;
    margin: 20px auto;
}

.sauce__intro{
    margin: 36px auto;
    text-align: center;
    line-height: 35px;
}

.sauce__number{
    font-size: 32px;
    font-weight: 700;
}

.sauce__bold{
    font-weight: 700;
}

.sauce__img{
    width: 70px;
    height: 70px;
}

.sauce__container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* 3カラムに設定 */
    gap: 30px 0px; /* カラム間のスペースを設定 */
    margin: 19px;
    margin-bottom: 40px;
}

.sauce__item{
  box-sizing: border-box; /* パディングとボーダーを含む幅と高さを計算 */
  text-align: center;
}

.sauce__tittle{
    font-size: 12px;
}

/*====================================
dinner_section
=====================================*/
/* .dinner{
    padding: 0 16px;
} */

.dinner__section-tittle{
    margin-top: 70px;
    margin-bottom: 30px;
}

.dinner__time{
    text-align: center;
}

.dinner__intro{
    text-align: center;
    margin: 10px;
}

 h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding: 0.5em;
    background: #F6F5EA;
    color: #000;
    margin: 40px 50px 30px;
  }
  
  h4::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
  } 


.cource__img{
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.cource__text{
    text-align: center;
    width: 70% ;
    margin: 0 auto;
    padding: 20px 0;
}

.anniversary {
    font-size: 14px;
    background: #fff;
    border: 2px solid #ddd;
    padding: 15px;
    position: relative;

    /* 以下は不要です */
    width: 80%;
    margin: 40px auto 25px;
}
.anniversary::before,
.anniversary::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 10px 16px 10px;
    position: absolute;
    left: calc(50% - 5px);
}
.anniversary::before {
    border-color: transparent transparent #ddd transparent;
    top: -16px;
}
.anniversary::after {
    border-color: transparent transparent #fff transparent;
    top: -12px;
}

.anniversary__container{
    margin: 20px 10px;
}

.anniversary_point{
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}

.anniversary_tittle{
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    padding: 5px;
}

.anniversary_text{
    font-size: 16px;
    line-height: 1.8;
    margin-top: 5px;
}

.chicken-bowl{
    width: 250px;
    display: block;
    margin: 0 auto;
}

.chicken-bowl__container{
    text-align: center;
    margin-bottom: 70px;
}

.alacarte__tittle{
    margin-top: 20px;
}

.alacarte__text{
    margin:10px;
}

.alacarte__price{
    padding-top: 15px;
    border-top: solid 1px #000;
    width: 330px;
    margin: 0 auto;
}

.drink__intro{
    text-align: center;
}

.drink{
    text-align: center;
    margin: 20px;
}

.drink1{
    width: 35%;
}

.drink2{
    width: 65%;
}

.drink__container{
    margin: 0 auto;
    padding: 20px;
}

.drink__tittle{
    font-weight: 700;
    padding: 0 0 10px 4px;
}

.drink__price{
    border-top: solid 1px #000;
    width: 150px;
    margin: 0 auto;
    padding-left: 20px;
}

.drink__text{
    font-size: 14px;
    padding: 10px 0;
}

/*====================================
access_section
=====================================*/
.access__container{
    padding: 25px;
}

.address{
    padding: 10px;
}

.store{
    padding: 20px;
    border-top: solid 1px #000;
    border-bottom:solid 1px #000;
}

.train{
    padding: 5px;
    padding-bottom: 20px;
}

.suidoubashi{
    text-indent: 1em;
}

h5{
    font-size: 16px;
    font-weight: 700;
}

.irregular{
    margin-top: 14px;
}

.info{
    padding: 20px;
    padding-bottom: 40px;
}

/*====================================
top-chiken
=====================================*/
#top-chiken{
    width: 70px;

}

.top-chiken{
    margin: 0 10px 60px 0;
}

/*リンクを右下に固定*/
#top-chiken {
	position: fixed;
	right: 2%;
    bottom: 10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/
#top-chiken.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(150px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#top-chiken.DownMove{
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(150px);
  }
}

/*画像の切り替えと動き*/
#top-chiken a {
    /*aタグの形状*/
	display: block;
	width: 70px;
	height: 100px;
	color: #333;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
    /*背景画像の指定*/
	background: url("../images/top-chiken1.png") no-repeat center;
	background-size: contain;
}

#top-chiken.floatAnime a{
	width: 70px;
	height: 130px;
    /*背景画像の指定*/
	background: url("../images/top-chiken2.png") no-repeat center;
	background-size: contain;
    /*アニメーションの指定*/
	animation: floatAnime 2s linear infinite;
	opacity: 0;
}

@keyframes floatAnime {
  0% { transform: translateX(0); opacity: 0; }
  25% { transform: translateX(-6px);opacity: 1; }
  50% { transform: translateX(0) }
  100% { transform: translateX(6px);opacity: 1; }
}


/*====================================
footer
=====================================*/
.fixed{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    height: 60px;

    position: fixed;
    bottom: 0;
    width: 100%;
    position: sticky;
}

.fixed img{
    margin-right: 5px;
}

.fixed a{
    background-color: #E42D24;
    color: #fff;
    font-size: 14px;
    width: calc((100% - 2px)/3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer{
    background-color: #F6F5EA;
    padding: 20px;
    height: 485px;
    text-align: center;
}

.footer__btn-container{
    display: flex;
}

.footer li{
    font-size:12px;
    display: block;
    margin: 15px;
}

.footer a{
    position: relative;
}

.footer__name{
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 25px;
}

.footer__btn{
    margin: 20px 10px;
    padding: 10px;
    background-color: rgb(0 149 72 / 80%);
    color: #fff;
    width: 160px;
    height: 40px;
    border-radius: 10px;
}

.footer__btn::after{
    display: block;
    content: '';
    width: 2.4rem;
    height: 2.4rem;    
    background-image: url(../images/arrow-forward.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    position: absolute;
    top: 12px;
    left: 24px;
}

.footer__btn:hover{
    opacity: 0.5;
}

.footer__icon{
    margin: 25px;
    gap: 20px;
}

.footer__icon img{
    margin-left: 15px;
}


















