@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.wrapper {
  max-width: 1140px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}


a {
  text-decoration: none;
  color: #222;
  -webkit-tap-highlight-color: rgba(200, 164, 84, 0.4);
}

a:hover{/*ホバーしたとき*/
    opacity: 0.7;/*不透明度を70%に*/
    cursor: pointer;/*マウスカードルを手のアイコンに*/
    transition:1s;
  }
p{
  font-family: 'NOW-GM','Cinema Letter', sans-serif;
}
.center{
    display: block;
margin: auto;
}

h1{

}
h2{
  text-align: center;
  font-size: 1.6em;
  font-family: 'Folk Medium','Kakumin Regular', sans-serif;
  font-weight: 700;
  margin: 20px 0 20px 0;
}
h3{
  font-size: 1.5em;
  font-family: 'Cinema Letter';
  padding: 8px;
	border-left: 10px solid #FBA848;
	border-bottom: dotted 1px #FBA848;
}
h4{
  font-family: 'Shimanami JIS2004';
  font-size: 1.6em;
}
hr{
  border-top: 1px dashed #8c8b8b;
}
.contentwrap{
  margin: 0 auto;
  padding: 10px 15px 10px 15px;
}
.left{
  float: left;
  margin: 0 15px 10px 15px;
}
.clear{
  clear: both;
}
  /*スライダーのためのcss
  ===================================*/
  #slider {
      width: 100%;
      height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  }
  
  
/*===================お知らせエリア=================*/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.news {
  padding: 50px 0;
  background: #eee8aa;
}


.inner {
  width: 80%;
  border-radius: 10px;
  background-color: #f5f5dc;
  margin: 0 auto;
  padding: 15px 0 0 15px;
}


.sub_ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}






@media screen and (max-width: 1024px) {
    .news_list_item a {
        display: block;
    }
}

@media screen and (max-width: 769px) {
    .news_list_item a  {
        font-size: 14px;
    }


}
@media screen and (max-width: 480px) {
    .arrow {
        display: none;
    }
    .news_list_item a {
        padding-right: 0;
    }

    .news_list_date {
        margin-bottom: 20px;
      }
}
/*===================お知らせ=================*/
.toptxt{
    font-size: 6em;
    font-weight: 700;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #fff;
}
.annai01 {
    position: absolute;
    top: 50px; /* #contents内の上から何pxか */
    right: 150px; /* #contents内の左から何pxか */
}

.annai02 {
        position: absolute;
        top: 300px; /* #contents内の上から何pxか */
        left: 150px; /* #contents内の左から何pxか */
    }
    
    .annai03 {
        position: absolute;
        top: 50px; /* #contents内の上から何pxか */
        right: 30px; /* #contents内の左から何pxか */
    }


.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  background-color: #2fa0f6;
  min-width: 120px;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-align: center;
}

.button svg {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  fill: #fff;
}

.button span {
  display: none;
}

@media (min-width: 600px) {
  .button span {
    display: initial;
  }
}

.button--icon {
  min-width: initial;
  padding: 0.5rem;
}



/* 
** The Header Media Queries **
** Tweak as per your needs **
*/
.brand {
    display: inline-block;
    font-weight: bold;
    font-size: 20px; }
    @media (min-width: 600px) {
      .brand {
        margin-bottom: 1rem; } }
  .site-header {
    position: relative;
    background-color: #bdb76b;
z-index: 2; }
  
  .site-header__wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media (min-width: 600px) {
      .site-header__wrapper {
        text-align: center; } }
  @media (min-width: 600px) {
    .nav__wrapper {
      display: inline-flex; } }
  
  @media (max-width: 599px) {
    .nav__wrapper {
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
z-index: 1;
      background-color: #bdb76b;
      visibility: hidden;
      opacity: 0;
      transform: translateY(-100%);
      transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
      .nav__wrapper.active {
        visibility: visible;
        opacity: 1;
        transform: translateY(0); } }
  
  .nav__item a {
    display: block;
    padding: 1rem; 
    font-size: 1.5em;
    font-family: "Shimanami JIS2004";
   
}
  
  .nav__toggle {
    display: none; }
    @media (max-width: 599px) {
      .nav__toggle {
        display: block;
        position: absolute;
        right: 1rem;
        top: 1rem; } }

.ichiranmenu{
  padding: 0 30px;
text-align: center;
}
.ichiranmenu img{
  width: 100%;
  max-width: 800px;

}
.menuwrap{
  margin: 0 auto;
  width: 80%;
  max-width: 800px;
}
.ichiranprice{
  font-family: 'FJun 201', Arial, sans-serif;
  font-size: 1.2em;
  /* color:#c53d43 ; */
}

.toptext{
  padding: 0 15px;
  text-align: center;
  font-size: 1.2em;
  font-family: 'Courier New', Courier, monospace;
  line-height: 4;
}


  /* おすすめメニュー表示部 */
.box_image img {
  display: block;
  max-width: 100%;
}

.box_text {
  box-sizing: border-box;
}

@media screen and (max-width: 767.98px) {
  .box_text {
      padding: 15px 20px 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .box {
      position: relative;
  }
  .box_text {
      padding: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .box_text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 80%;
      background-color: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (min-width: 1100px) {
  .box_text {
      border: 1px solid #000;
      background-color: #fff;
  }
  .box_image {
      position: relative;
      top: 0px;
      left: 50%;
      transform: translateX(-100%);
      width: 50%;
      max-width: 700px;
  }
  .box_text {
      position: absolute;
      top: 50%;
      left: 45%;
      transform: translateY(-50%);
      width: 50%;
      max-width: 700px;
  }
  .box:nth-of-type(even) .box_image {
      transform: translateX(0%);
  }
  .box:nth-of-type(even) .box_text {
      left: 55%;
      transform: translateX(-100%) translateY(-50%);
  }
}
  /* おすすめメニュー表示部 */

  /* パララックス表示エリア */
.p-kv__img{
  width: 100%;
  /* background-position: center; */
    /* background-size: cover; */
  background-repeat: no-repeat;
  position: relative;

}

.p-kv__img p{
  position: absolute;
  color:rgba(255, 255, 255, 0.8);
  font-weight: 800; 
  font-size: 2em;
  font-family :'Maru Folk Medium';
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  
}

.bg-1 {
    background-image: url("img/bg/kyabetu.jpg");
  }
.bg-2 {
    background-image: url("img/bg/moyasi.jpg");
  }
  .bg-3 {
    background-image: url("img/bg/men.jpg");
  }
  .bg-4 {
    background-image: url("img/bg/sosu.jpg");
  }
  .bg-5 {
    background-image: url("img/bg/katuo.jpg");
  }
  .bg-6 {
    background-image: url("img/bg/aji.jpg");
  }
  .bg-7 {
    background-image: url("img/bg/ryo.jpg");
  }
  .bg-8 {
    background-image: url("img/bg/teppannori.jpg");
  }
  .bg-9 {
    background-image: url("img/bg/teppan.jpg");
  }
  .bg-10 {
    background-image: url("img/bg/take.jpg");
  }
  .contents-1 {
    padding: 100px 15px;
    background-color: #dfcdaa;
    height:auto;
  }
.contents-2{
  padding: 100px 15px;
    background-color: #eee8aa;
    height:auto;
  }
.topteppantxt{
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  font-family: 'Maru Folk Medium';
}
.kodawaritxt{
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  font-family: 'Maru Folk Medium';
}

.footer-grid{
  width:100%;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      }
.footer-grid div{
        padding:10px 0 10px 0;
      }
.item{
  text-align: center;
      background: #383838;
      height:auto;
      color: #fff;
      }


footer {
  height: auto;
  color: #fff;
  background-color: #383838;
}

footer .container {
  max-width: 1200px;
  padding: 20px 20px;
  margin: 0 auto;
}

/* ----------------------------- */

.footA {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footA p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

/* ----------------------------- */

.footB {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footB ul {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.footB a {
  display: block;
  padding: 0;
  padding-bottom: 2px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-family: 'Shimanami JIS2004';
  text-decoration: none;
  margin-right: 0px;
  line-height: 20px;
  border-bottom: 3px solid #383838;
  transition: 0.5s;
  letter-spacing: 3px;
}

.footB a:hover {
  border-bottom: 3px solid #fff;
}

@media(min-width:1024px) {
  .footB ul {
    display: flex;
  }

  .footB a {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

/* ----------------------------- */

.footC {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footC ul {
  display: flex;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.footC a {
  display: block;
  border-radius: 20px;
  padding: 5px;
  background-color: #383838;
  font-size: 25px;
  color: #fff;
  width: 30px;
  height: 30px;
}

.footC a {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
}
.footer-bottom{
  width: 100%;
  height: 50px;
  background-color: #bdb76b;
  text-align: center;
  padding-top: 10px;
  font-size: 0.8em;
  color: rgb(255, 255, 255);
  font-family: 'Courier New', Courier, monospace;
}

/*========= ページトップのためのCSS ===============*/

/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background:#556b2f;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}

#page-top a:hover{
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove{
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
    opacity: 1;
  transform: translateX(0);
  }
  to {
    opacity: 1;
  transform: translateX(100px);
  }
}

button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*==================================================
　5-2-8 3本線が横方向に回転して×に
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: relative;
	background:#432f2f;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}

/*ボタン内側*/
.openbtn .openbtn-area{
    transition: all .6s;/*アニメーションの設定*/
	width:50px;
	height:50px;
}

.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background: #fff;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
.openbtn.active .openbtn-area{
	transform: rotate(360deg);
}

.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%;
}

.noyou {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.noyou iframe {
  width: 100%;
  height: 100%;
}