@charset "UTF-8";
/*------------------------------------
  全体設定　ここから
-------------------------------------*/
/* 初期設定 */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: 0.05em;
  font-family: 'RocknRoll One', sans-serif !important;
  background-color: #F6EFE1;
  font-weight: 400;
}

body,
header,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a,
dl,
dd,
dt,
div,
span,
time,
figure,
figcaption,
article,
section,
aside {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-weight: normal;
  letter-spacing: .05rem;
}
h2 {
  font-size: 3.5rem;
  /* font-weight: bold; */
  margin-bottom: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #8B1F0D;
}
h3 {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  border-bottom: 1px solid #8B1F0D;
  margin-top: 3.5em;
  margin-bottom: 1.25em;
}
p{
  font-size: 1.8rem;
}
img,
svg {
  vertical-align: bottom;
  width: 100%;
}
a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
a.underline{
  text-decoration: underline;
}
ul li {
  list-style-type: none;
}

.flex-container{
  display: flex;
  flex-wrap: wrap;
}
.sp-view,
.sp-newline,
.sp-only{
  display: none!important;
}
@media screen and (max-width: 900px){
  .pc-view,
  .pc-newline,
  .pc-only{
    display: none!important;
  }
  .sp-view,
  .sp-newline,
  .sp-only{
    display: block!important;
  }
}
@media screen and (max-width: 570px){
  body {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 2.4rem;
    margin-bottom: 2.2rem;
    padding-bottom: 0rem;
  }
  h3 {
    font-size: 1.8rem;
    padding-bottom: 0.5rem;
    padding-left: 0rem;
    margin-top: 4rem;
    margin-bottom: 1.25em;
  }
  p{
    font-size: 1.5rem;
  }
}
/* 初期設定----------------------------------------------- */

/* セクション設定 */
.section-wrapper {
  padding: 5rem 2.7rem 2rem;
}
.lp-width{
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 570px){
  .section-wrapper {
    padding: 1rem 2.7rem 3rem;
  }
}
/* セクション設定-------------------------------------------- */

/*------------------------------------
  トップページ（index.html）設定
-------------------------------------*/
#header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 9rem;
  padding: 0 5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #fff;
}
/* #header.active{
  opacity: 1;
  z-index: 30;
} */
#header .logo{
  width: 7.339rem;
}
#header .gnav-pc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 70%;
}
#header ul.gnav-pc{
	display: flex;
  justify-content: flex-end;
	text-align: center;
  width: 100%;
}
#header ul.gnav-pc li {
  display: inline;
  margin-left: 4.5%;
}
#header ul.gnav-pc li a {
	transition:	all .2s;
  position: relative;
  color: #000;
}
#header ul.gnav-pc li a::after{
  position: absolute;
  content: "";
  bottom: -0.0rem;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #8B1F0D;
  transition:	all .3s;
}
#header ul.gnav-pc li a:hover::after{
  width: 100%;
}
#header ul.gnav-pc li a.tel{
  padding-left: 2.7rem;
}
#header ul.gnav-pc li a.tel::before{
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 22.47px;
  height: 22.47px;
  background-image: url(../images/icon-tel-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: .2s;
}
#header ul.gnav-pc li a.tel:hover,
#header ul.gnav-pc li a.tel:hover::before{
  opacity: 0.7;
}
#header ul.gnav-pc li a.tel:hover::after{
  width: 0%;
}
@media screen and (max-width: 900px){
  #header{
    padding: 0 0.8rem;
    height: 4.5rem;
  }
  #header .logo{
    width: 4.069rem;
  }
  #header ul.gnav-pc li a.tel{
    padding-left: 2.1rem;
    margin-right: 5rem;
  }
  #header ul.gnav-pc li a.tel::before {
    top: 28%;
    width: 14.73px;
    height: 14.73px;
  }
}
@media screen and (max-width: 570px){
  #header ul.gnav-pc li a.tel{
    font-size: 1.6rem;
  }
  #header ul.gnav-pc li a.tel::before {
    top: 17%;
  }
}

/*	ハンバーガーメニュー（ボタン）	*/
.openbtn{
	position: fixed;
	cursor: pointer;
  width: 35px;
  height:35px;
	margin-left: 20px;
	transition: all .3s;
  background-color: #8B1F0D;
  z-index: 9999;
  top: 0.5rem;
  right: 0.6rem;
}
.openbtn span{
  display: inline-block;
  transition: all .4s;/*アニメーションの設定*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
	background: #fff;
	width: 70%;
}
.openbtn span:nth-of-type(1) {
	top:8px;
}
.openbtn span:nth-of-type(2) {
	top:17px;
}
.openbtn span:nth-of-type(3) {
	top:26px;
}
/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
    top: 11px;
    left: 4px;
    transform: translateY(6px) rotate(-45deg);
    width: 80%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}
.openbtn.active span:nth-of-type(3){
    top: 23px;
    left: 4px;
    transform: translateY(-6px) rotate(45deg);
    width: 80%;
}

/*	ハンバーガーメニュー（メニュー）	*/
#header .gnav-sp-wrap{
  display: none;
  width: 50%;
	z-index: 7;
}
.gnav-sp-list{
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 100;
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	transition: all 0.3s;
  overflow: auto;
}
.gnav-sp-list.is-active{
	visibility: visible;
	opacity: 1;
}
.gnav-sp-list .menu{
  padding: 12rem 10% 3rem;
  width: 100%;
  background-color: #F6EFE1;
  position: relative;
}
.gnav-sp-list .menu .logo{
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  width: 45.69px;
}
ul.gnav-sp {
  padding-left: 2rem;
}
ul.gnav-sp li {
  display: block;
}
ul.gnav-sp li a {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  text-align: left;
}
.gnav-sp-list .menu ul.gnav-sp li a{
  position: relative;
  display: inline-block;
  z-index: 2;
  padding: 0 0.8em 0 0.7em;
}
.gnav-sp-list .menu ul.gnav-sp li a::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1.3rem;
  background-image: url(../images/menu-line.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  left: 0;
  bottom: -0.5rem;
  opacity: 0.65;
  z-index: -1;
}
.gnav-sp-list .menu ul.gnav-sp li a:hover::after{
  opacity: 1;
}
.gnav-sp-list .menu ul.gnav-sp li a.tel{
  padding-left: 2.5rem;
}
.gnav-sp-list .menu ul.gnav-sp li a.tel::before{
  content: "";
  position: absolute;
  top: 27%;
  left: 0.7rem;
  width: 14.73px;
  height: 14.73px;
  background-image: url(../images/icon-tel.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.gnav-sp-list .bland-list{
  background-color: #8B1F0D;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 2rem 10% 5rem;
}
.gnav-sp-list .bland-list .title{
  border-bottom: 2px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
.gnav-sp-list .bland-list a{
  color: #fff;
}
.gnav-sp-list .bland-list .flex-container{
  margin-top: 3rem;
  justify-content: center;
  align-items: center;
}
.gnav-sp-list .bland-list .flex-container img{
  width: 28.23px;
  margin: 0 1.5rem;
}
@media screen and (max-width: 900px){
	#header .gnav-sp-wrap{
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	#header .gnav-sp{
		display: block;
	}
}
@media screen and (max-width: 570px){
  .gnav-sp-list .menu{
    padding-top: 7rem;
  }
}

/* メインビジュアル */
#mainvisual{
	width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-top: 9rem;
}
#mainvisual .mainvisual-img{
  position: relative;
  z-index: 5;
}
#mainvisual .mainvisual-img .mainvisual-logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.main-title{
  margin: 0 auto 3rem;
  background-color: #8B1F0D;
  max-width: 455px;
  padding: 1rem;
  position: relative;
}
.main-title h2{
  text-align: center;
  color: #fff;
  border: double 4px;
  padding: 1rem 0;
  margin-bottom: 0;
}
@media screen and (max-width: 900px){
  #mainvisual{
    /* padding-top: 5.92rem; */
    margin-top: 4.5rem;
  }
  #mainvisual::after{
    width: 72.5%;
    height: 35%;
    top: 47%;
    right: auto;
    left: 0;
  }
  
}
@media screen and (max-width: 570px){
  #mainvisual::after{
    height: 33%;
  }
  .main-title{
    max-width: 250px;
  }
}

/* おすすめ商品 */
#recommend .recommend{
  background-image: url(../images/recommend_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -7rem;
  padding: 0 3rem;
}
#recommend .flex-container{
  max-width: 1040px;
  margin: 0 auto;
  padding: 8rem 1rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#recommend .twocontainer{
  display: flex;
  padding-bottom: 4rem;
}
#recommend .flex-twocontainer{
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  padding: 1rem;
}
#recommend .flex-container .text-area{
  width: 50%;
  padding: 4rem;
}
#recommend .flex-twocontainer .text-area{
  padding-top: 2rem;
}
#recommend .flex-container .text-area span,
#recommend .twocontainer .text-area span{
  color: #DD0C11;
}
#recommend .flex-container .text-area .title,
#recommend .twocontainer .text-area .title{
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
#recommend .flex-container .text-area .price,
#recommend .twocontainer .text-area .price{
  font-size: 2rem;
  margin-bottom: 0.6em;
  color: #DD0C11;
}
#recommend .flex-container .img-area{
  width: 50%;
}
@media screen and (max-width: 900px){
  #recommend{
    padding-right: 0;
    padding-left: 0;
  }
  /* #recommend h2{
    margin-right: 2.7rem;
    margin-left: 2.7rem;
  } */
  #recommend .flex-container{
    padding: 8rem 1rem 4rem;
  }
  #recommend .flex-twocontainer{
    padding: 2rem;
  }
  #recommend .flex-container .img-area{
    width: 100%;
  }
  #recommend .flex-container .text-area{
    width: 86.66%;
    position: relative;
    margin-top: -26px;
  }
}
@media screen and (max-width: 570px){
  #recommend .recommend{
    background-image: url(../images/recommend_bg_sp.png);
  }
  #recommend .twocontainer{
    display: block;
  }
  #recommend .flex-container .text-area{
    padding: 4rem 0 0 0;
    margin-top: -2rem;
    width: 100%;
  }
  #recommend .flex-container .text-area .title,
  #recommend .twocontainer .text-area .title{
    font-size: 1.8rem;
  }
  #recommend .flex-container .text-area .price,
  #recommend .twocontainer .text-area .price{
    font-size: 1.7rem;
  }
}

/* お店の雰囲気 */
#atmosphere .main-title{
  background-color: #E27900;
}
#atmosphere .flex-container{
  justify-content: center;
  padding-bottom: 5rem;
  border-bottom: 2px solid #E27900;
}
#atmosphere .flex-container .flex-item{
  width: 32%;
  margin: 0 0.66%;
}
#atmosphere .flex-container .flex-item .img{
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 900px){
  #atmosphere .flex-container{
    padding-bottom: 2rem;
  }
  #atmosphere .flex-container .flex-item{
    width: 100%;
    margin: 0 0 2rem;
  }
}

/* お席 */
#seat .main-title{
  background-color: #E27900;
}
#seat .flex-container{
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 3rem;
  border-bottom: 2px solid #E27900;
}
#seat .flex-container .flex-img{
  width: 32%;
  margin-bottom: 3.53rem;
}
/* #seat .flex-container .flex-img:nth-of-type(3){
  margin-bottom: 0;
} */
#seat .flex-container .flex-img .img{
  margin-bottom: 1.5rem;
}
/* #seat .flex-container .flex-text{
  width: 50%;
} */
#seat .flex-container .flex-text table{
  width: 100%;
  margin: 1.5rem 0;
}
#seat .flex-container .flex-text table tr{
  border-bottom: 1px solid ;
}
#seat .flex-container .flex-text table tr td{
  padding: 0.2em 0;
}
@media screen and (max-width: 900px){
  #seat .flex-container .flex-img{
    width: 100%;
    margin-bottom: 2rem;
  }
  #seat .flex-container .flex-text{
    width: 100%;
  }
  #seat .flex-container .flex-text table tr td.title{
    width: 10rem;
  }
}
@media screen and (max-width: 570px){
  #seat .flex-container .flex-text table{
    margin: 0.6rem 0;
  }
  #seat .flex-container{
    padding-bottom: 1rem;
  }
}

/* アクセス */
#access .map{
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 5rem;
}
#access .map iframe{
  width: 100%;
  height: clamp(169.1px,50vw,529.26px);
  margin-bottom: 1rem;
}
#access .map p{
  line-height: 1.7;
}
#access .info{
  max-width: 1050px;
  margin: 0 auto;
  background-image: url(../images/menu_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 7rem 5rem; 
}
#access .info p.attention{
  font-size: 1.6rem;
  padding-left: 2rem;
}
#access table{
  width: 100%;
}
#access table tr td.title{
  width: 31%;
  min-width: 25rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}
#access h3{
  display: inline-block;
  background-color: #8B1F0D;
  color: #fff;
  line-height: 1.6666;
  padding: 0 1.5rem;
  font-weight: normal;
}
#access table tr td a{
  line-height: 2.1;
}
@media screen and (max-width: 900px){
  #access .info{
    padding: 0 4rem 5rem; 
  }
  #access table tr,
  #access table td{
    display: block;
  }
  #access table tr{
    padding-bottom: 1.5rem;
  }
  #access table tr td.title{
    width: 100%;
    padding-bottom: 0.5rem;
    padding-left: 0;
  }
  #access .info p.attention{
    padding-left: 0;
  }
}
@media screen and (max-width: 570px){
  #access .info{
    padding: 0 2rem 4rem; 
    background-image: url(../images/menu_bg_sp.png);
  }
}


/* ページトップリンク */
/*リンクの形状*/
.page-top{
  position: fixed;
  justify-content: center;
  align-items: center;
  right: 3rem;
  bottom:5rem;
  z-index: 2;
	display: flex;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	transition:all 0.3s;
  background-color: #8B1F0D;
  color: #fff;
  opacity: 0;
  font-size: 2.5rem;
  font-weight: bold;
  padding-top: 1rem;
}
.page-top::after{
  position: absolute;
  content: "";
  width: 21.62px;
  height: 12.36px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/arrow-white.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/*　上に上がる動き　*/
.page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*　下に下がる動き　*/
.page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
  }
  to {
  	opacity: 0;
  }
}
@media screen and (max-width: 570px){
  .page-top{
    width: 6rem;
    height: 6rem;
    font-size: 1.5rem;
    bottom: 3rem;
    right: 1.3rem;
  }
  .page-top::after{
    width: 14.29px;
    height: 8.17px;
    top: 15px;
  }
}

/* フッター */
#footer{
  margin-top: 14rem;
}
#footer .snslogo{
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .snslogo a{
  width: 45px;
  margin: 0 30px;
}
#footer .footer-info{
  background-image: url(../images/footer_sakaba.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 4.2rem 2.5rem 2.2rem;
  margin-top: 7rem;
}
#footer .footer-info .info-area{
  max-width: 1061px;
  width: 100%;
  margin: 0 auto;
}
#footer .footer-info .info-area .flex-container{
  justify-content: space-between;
}
#footer .footer-info .info-area .img{
  width: 14.2%;
}
#footer .footer-info .info-area .text{
  width: 79%;
}
#footer .footer-info .info-area .text table{
  width: 100%;
}
#footer .footer-info .info-area .text table td.title{
  width: 17rem;
  padding-bottom: 1.5rem;
}
#footer .footer-info .info-area .text table td.title p{
  background-color: #fff;
  color: #000;
  width: 12rem;
  line-height: 3rem;
  padding: 0 1.5rem;
}
#footer .copyright{
  text-align: center;
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 6.9rem;
  letter-spacing: .1rem;
}
@media screen and (max-width: 900px){
  #footer .footer-info{
    background-image: url(../images/footer_sakaba_sp.png);
  }
  #footer .footer-info .info-area .flex-container{
    flex-direction: column;
    align-items: center;
  }
  #footer .footer-info .info-area .img{
    width: 95.41px;
    margin-bottom: 3rem;
  }
  #footer .footer-info .info-area .text{
    width: 100%;
  }
  #footer .footer-info .info-area .text table tr,
  #footer .footer-info .info-area .text table tr td{
    display: block;
  }
  #footer .footer-info .info-area .text table tr{
    padding-bottom: 1.5rem;
  }
  #footer .footer-info .info-area .text table tr td.title{
    width: 100%;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 570px){
  #footer{
    margin-top: 8rem;
  }
  #footer .snslogo a{
    width: 28.23px;
    height: 28.23px;
    margin: 0 15px;
  }
  #footer .footer-info{
    margin-top: 3rem;
  }
  #footer .footer-info .info-area{
    max-width: 290px;
    margin: 0 auto;
  }
  #footer .copyright{
    font-size: 1rem;
    margin-top: 3rem;
  }
}

/* ヘッダー画像 */
#mainvisual-img{
  padding-top: 0;
}
.mainvisual-img{
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 3rem;
  padding-top: 9rem;
}
.page-title{
  position: absolute;
  top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.page-title h1{
  font-size: clamp(5rem,2.2vw,6rem);
  color: #fff;
  line-height: 0.8em;
}
@media screen and (max-width: 1024px){
  .page-title{
    top: 52%;
  }
  .page-title h1{
    font-size: clamp(3rem,2vw,4rem);
  }
}
@media screen and (max-width: 900px){
  #mainvisual-img{
    padding-top: 0;
  }
  .mainvisual-img{
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 570px){
  .page-title{
    top: 55%;
  }
  .page-title h1{
    font-size: clamp(2rem,1.8vw,3rem);
    line-height: 1em;
  }
  .mainvisual-img{
      padding-bottom: 2rem;
  }
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
  padding-left: 10%;
  margin-bottom: 12px;
  display: flex;
}
#pagePath li {
  position: relative;
}
#pagePath li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 49px;           /* 好きな位置で */
  top: calc(50% - 1px);  /* ボーダーの太さ分を引く */
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: #8B1F0D;
}
#pagePath li span{
  padding: 0 20px;
}
@media all and (max-width: 570px) {
  #pagePath {
      margin-bottom: 24px;
      padding-left: 20px;
  }
  #pagePath li, #pagePath p {
      margin-right: 1px;
      font-size: 1rem;
  }
  #pagePath li::after {
    width: 5px;
    height: 5px;
    position: absolute;
    left: 25px;           /* 好きな位置で */
  }
  #pagePath li span{
    padding: 0 10px;
  }
}

/* こだわり */
#quality{
  padding: 4rem 2rem;
  background-image: url(../images/quality/quality_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#quality .quality{
  max-width: 920px;
  margin: 0 auto;
  background-image: url(../images/quality/quality_mv.png);
  background-repeat:no-repeat;
  text-align: center;
  background-size: cover;
  position: relative;
}
#quality .quality .pin1,
#quality .quality .pin2,
#quality .quality .pin3,
#quality .quality .pin4{
  position: absolute;
  width: 2%;
  padding-bottom: 0;
}
#quality .quality .pin1{
  top: 10px;
  left: 10px;
}
#quality .quality .pin2{
  top: 10px;
  right: 10px;
}
#quality .quality .pin3{
  bottom: 10px;
  left: 10px;
}
#quality .quality .pin4{
  bottom: 10px;
  right: 10px;
}
#quality .quality .text{
  padding: 4rem 2rem 8rem;
}
#quality .quality img{
  width: 20%;
  padding-bottom: 5rem;
}
#quality .quality p{
  line-height: 1.5;
}

@media all and (max-width: 570px) {
  #quality{
    padding: 1rem;
  }
  #quality .quality .text{
    padding: 2rem 2rem 3rem;
  }
  #quality .quality img{
    width: 30%;
    padding-bottom: 2rem;
  }
}

/* 店舗情報 */

#access .access_title{
  text-align: center;
  padding-bottom: 4rem;
}
#access .access_title h2{
  border-bottom: none;
  margin-bottom: 0;
}
#access #access-info{
  margin-bottom: 8rem;
}
@media all and (max-width: 570px) {
  
}

/* クーポン */
#coupon{
  padding: 4rem 2rem;
}
#coupon .coupon .text{
  padding: 2rem 0;
  text-align: center;
}
@media all and (max-width: 570px) {
  #coupon{
    padding: 1rem;
  }
}

/* お品書き(タブメニュー) */
.tab-items{
  display: flex;
  justify-content: center;
}
.tab-items1{
  display: flex;
  padding: 1rem 0;
}
.tab-items li{
  margin: 0 0.5rem;
}
.tab-items li a{
  background-color: #8B1F0D;
  border: 1px solid #8B1F0D;
  padding: 0.8rem 1.8rem;
  /* width: 250px; */
  text-align: center;
  color: #fff;
}
.tab-items li a:hover{
  background-color: #fff;
  color: #8B1F0D;
}
@media all and (max-width: 1100px) {
  .tab-items{
    display: block;
  }
  .tab-items1{
    padding: 0.5rem 0;
    justify-content: center;
  }
}
@media all and (max-width: 570px) {
  .tab-items{
    padding-bottom: 2rem;
  }
  .tab-items1{
    display: block;
    padding: 0;
    text-align: center;
  }
  .tab-items1 li{
    padding: 0.5rem;
  }
  .tab-items li a{
    padding: 0.8rem 0;
    width: 250px;
    text-align: center;
  }
  /* .tab-items li{
    margin: 0 0.5rem;
  }
  .tab-items1 li a{
    width: 180px;
    font-size: 1.3rem;
  } */
}

/* お品書き */
#menu .motsu{
  max-width: 1200px;
  margin: 0 auto 6rem;
  background-image: url(../images/menu/motsu_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#menu .motsu .flex-container{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 3rem;
}
#menu .motsu .motsu-img{
  max-width: 580px;
  padding: 2rem;
}
#menu .motsu .motsu-text{
  padding: 2rem;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#menu .motsu .motsu-text .motsu-logo{
  width: 87%;
  position: relative;
}
#menu .motsu .motsu-text h3{
  position: absolute;
  top: 9%;
  left: 18%;
  font-size: 3rem;
}
#menu .motsu .flex-img{
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
#menu .motsu .flex-img .miso-syoyu{
  padding: 1.1rem;
}
#menu .motsu .motsu-text p{
  text-align: left;
}
#menu .kushikatsu{
  max-width: 740px;
  margin: 0 auto 7rem;
  background-image: url(../images/menu/motsu_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#menu .kushikatsu img{
  padding: 2rem 4rem;
  width: 80%;
}
#recommend .menu-recommend{
  margin-top: 0;
}
#recommend .menu-recommend .flex-twocontainer{
  padding-top: 4rem;
}
#recommend .menu-recommend .flex-twocontainer .price{
  color: #8B1F0D;
}
#menu .position{
  position: relative;
  padding-bottom: 3rem;
}
#menu .position img{
  width: 100%;
}
#menu .lp-width {
  padding-bottom: 2rem;
}
#menu .menu {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-left: 1.1rem;
}
#menu .menu-box{
  padding: 0 2rem 6rem;
  width: 33%;
}
#menu .menu-box_{
  padding: 0 2rem 6rem;
  width: 66%;
}
#menu .menu-title{
  border-bottom: 1px solid #E27900;
  padding-bottom: 10px;
}
#menu h3{
  margin-top: 0;
  border-bottom: none;
  font-size: 2.2rem;
  padding-left: 0;
  margin-bottom: 1rem;
  height: 50px;
}
#menu .price{
  color: #8B1F0D;
}
/* コース */
#menu .attention{
  text-align: center;
  margin-bottom: 3rem;
}
#menu .course{
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: -1rem;
}
#menu .course .course-list{
  background-image: url(../images/course/menu_bg.png);
  background-repeat: no-repeat;
  max-width: 380px;
  margin-left: 2rem;
  border-radius: 20px;
  margin-bottom: 4rem;
}
#menu .course .course-list_{
  background-image: url(../images/course/menu_bg_.png);
  background-repeat: no-repeat;
  max-width: 380px;
  margin-left: 2rem;
  border-radius: 20px;
  padding-bottom: 4rem;
}
#menu .course .course-list a,
#menu .course .course-list_ a{
  padding: 3rem 2rem;
}
#menu .course .course-list a:hover,
#menu .course .course-list_ a:hover{
  transition: 0.2s;
  opacity: 0.7;
}
#menu .course .course-list img{
  width: 100%;
  padding-bottom: 1rem;
}
#menu .course .icon{
  display: flex;
}
#menu .course h3,
#menu .course-list h3,
#menu .course-list_ h3{
  text-align: left;
  height: auto;
}
#menu .course h3{
  text-align: left;
}
#menu .course .icon,
#menu .course p{
  text-align: left;
  padding-bottom: 1rem;
}
#menu .icon1,
#menu .icon2,
#menu .icon3{
  position: relative;
}
#menu .icon1{
  padding-left: 2.6rem;
}
#menu .course .icon2{
  padding-left: 4.7rem;
}

#menu .course  .icon3{
  padding-left: 4.2rem;
}
#menu .icon1::before{
  content: url(../images/course/bana_course.png);
  position: absolute;
  top: 0;
  left: 0;
}
#menu .icon2::before{
  content: url(../images/course/bana_course2.png);
  position: absolute;
  top: 0;
  left: 15%;
}
#menu .icon3::before{
  content: url(../images/course/bana_course3.png);
  position: absolute;
  top: 0;
  left: 10%;
}
#menu span.price{
  font-size: 2.2rem;
}
@media screen and ( max-width:1200px){
  #menu .motsu .motsu-img{
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and ( max-width:900px){
  #menu .motsu .flex-container{
    display: block;
  }
  #menu .motsu .motsu-text{
    padding: 1rem;
  }
  #menu .motsu .motsu-text .motsu-logo{
    width: 70%;
  }
  #menu .menu-box,
  #menu .menu-box_{
    width: 100%;
    padding-bottom: 4rem;
  }
  
}
@media all and (max-width: 750px) {
  #menu .motsu{
    margin-bottom: 2rem;
  }
  #menu .motsu .motsu-text h3{
    top: 6%;
    left: 22%;
    font-size: 2.2rem;
  }
  #menu .kushikatsu{
    margin-bottom: 2rem;
  }
  #menu .position{
    padding-bottom: 1.6rem;
    text-align: center;
  }
  #menu .position img{
    width: 90%;
  }
  #menu .menu{
    display: block;
    margin-left: 0;
  }
  #menu h3{
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
  }
  #menu span.price{
    font-size: 1.8rem;
  }
  /* コース */
  #menu .course{
    margin: 0 auto;
  }
  #menu .course .course-list{
    margin-left: 1rem;
  }
  #menu .course .course-list_{
    margin-left: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 3rem;
    background-size: contain;
  }
  #menu .course .icon1{
    padding-left: 2.4rem;
  }
  #menu .course .icon2{
    padding-left: 3.5rem;
  }
  #menu .course  .icon3{
    padding-left: 3rem;
  }
  #menu .course .icon2::before{
    left: 8%;
  }
  #menu .course .icon3::before{
    left: 5%;
  }
  #menu .course span.price{
    font-size: 1.8rem;
  }
}

/* コース詳細 */
#menu .course-detail{
  background-image: url(../images/course/menu_detail_bg.png);
  background-repeat: no-repeat;
  border-radius: 20px;
  background-size: cover;
}
#menu .detail{
  display: flex;
  padding: 2rem 3rem;
  align-items: center;
  margin-bottom: 6rem;
}
#menu .detail_{
  display: block;
  padding: 2rem 3rem;
  margin-bottom: 6rem;
}
#menu .course-detail .text{
  width: 700px;
}
#menu .course-detail .img{
  max-width: 330px;
  margin-right: 5rem;
}
#menu .course-detail h3{
  height: auto;
}
#menu .course-detail h3,
#menu .course-detail .price,
#menu .course-detail .icon{
  border-bottom: 1px solid #8B1F0D;
  padding-bottom: 1rem;
}
#menu .course-detail .price span{
  font-size: 2.2rem;
}
#menu .course-detail .icon{
  overflow: hidden;
  padding-top: 1rem;
}
#menu .course-detail .icon1,
#menu .course-detail .icon2{
  float: left;
  width: 50%;
}
#menu .course-detail .icon2{
  padding-left: 4.5rem;
  border-left: 1px solid #8B1F0D;
}
#menu .course-detail .icon2_{
  padding-left: 6.5rem;
}
#menu .course-detail .icon3{
  padding: 1rem 0 1rem 2.5rem;
  border-bottom: 1px solid #8B1F0D;
}
#menu .course-detail .icon2::before{
  left: 5%;
}
#menu .course-detail .icon3::before{
  top: 17%;
  left: 0%;
}
#menu .course-detail .reserve{
  display: table;
  overflow: hidden;
  padding: 1rem 0;
  width: 100%;
  border-bottom: 1px solid #8B1F0D;
}
#menu .course-detail .reserve-detail,
#menu .course-detail .reserve-detail_{
  display: table-cell;
    width: 50%;
    vertical-align: top;
}
#menu .course-detail .reserve-detail_{
  padding-left: 1.6rem;
  border-left: 1px solid #8B1F0D;
}
#menu .course-detail .detailtext{
  padding-top: 1rem;
}
#menu .course-menu{
  max-width: 1000px;
  margin: 0 auto 3rem;
  border: 1px solid #8B1F0D;
  position: relative;
} 
#menu .course-menu .title{
  position: absolute;
  top: -20px;
  left: 20px;
  background-color: #8B1F0D;
  padding: 1rem 2rem;
  color: #fff;
}
#menu .course-menu .menu-list{
  max-width: 900px;
  margin: 0 auto;
  padding: 5rem 6rem;
}
#menu .course-menu .attention {
  margin: 0 0 6rem 6.5rem;
  text-align: left;
}
#menu .course-menu .menu-list li{
  list-style: disc;
  /* list-style-position: inside; */
  padding-bottom: 1rem;
}
#menu .course-menu .drink{
  padding-left: 2rem;
}
.reserve-btn{
  text-align: center;
}
.reserve-btn li a{
  background-color: #8B1F0D;
  border: 1px solid #8B1F0D;
  padding: 1rem 2rem;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.reserve-btn li a:hover{
  color: #8B1F0D;
  background-color: #fff;
}
.return{
  text-align: center;
  padding-top: 5rem;
}
@media all and (max-width: 1300px) {

}
@media all and (max-width: 900px) {
  #menu .course-detail{
    background-image: url(../images/course/menu_detail_bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #menu .detail{
    display: block;
    padding: 2rem;
  }
  #menu .course-detail .img{
    margin: 0 auto;
    padding-bottom: 1rem;
  }
  #menu .course-detail .text{
    width: 100%;
  }
  #menu .course-detail .price{
    margin-top: 0.7rem;
  }
  #menu .course-detail .price span{
    font-size: 1.8rem;
  }
  #menu .course-detail .icon2{
    padding-left: 4.5rem;
  }
  #menu .course-detail .icon3::before{
    top: 10%;
  }
  #menu .course-detail .reserve-detail,
  #menu .course-detail .reserve-detail_{
    display: block;
    width: 100%;
  }
  #menu .course-detail .reserve-detail_{
    border-left: none;
    padding-left: 0;
  }
  #menu .course-menu .menu-list{
    padding: 4rem 5rem;
  }
  #menu .course-menu .attention {
    margin: 0 0 4rem 3rem;
  }
}