body {
  font-family: "Montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: .05em;
  color: #333;
  background-color: #F7F2ED;
  min-width: 300px;
}

/*-------------------------

　　　　レイアウト

-------------------------*/
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #343a40;
}

section,
.menu-section {
  padding-left: 8%;
  padding-right: 8%;
}

section:nth-of-type(even) {
  background-color: #E8D2BE;
}

.container {
  max-width: 1340px;
  padding: 70px 0;
}

.sp-br {
  display: none;
}


@media screen and (max-width: 630px) {
  .sp-br {
    display: block;
  }
}


@media screen and (max-width: 500px) {
  section {
    padding-left: 8%;
    padding-right: 8%;
  }
}


.sub-h1 {
  padding-left: 1.3rem;
}


/*-------------------------

          header

-------------------------*/

.navigation {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #893839;
  height: 88px;

}

.navigation h1 {
  width: 184px;
  height: 72px;
  margin: 20px 0;
  padding: 5px 20px;
  background-color: white;
}

.navigation h1 img {
  width: 100%;
}

.pc-only {
  position: absolute;
  top: 20%;
  left: 8%;
  z-index: 105;
}

.pc-only p {
  color: #ffffff;
  font-size: 50px;
  font-weight: bolder;
  text-shadow: 4px 3px 9px black;
}

#catch-top {
  font-size: 110px;
}

.kanji {
  font-size: 65px;
}

/*-----------------------
NAV
----------------------- */
ul.gnav-list {
  margin: 0px;
  padding: 0px 0px 0px 15px;
  background-color: #893839;

}

/*pcメニュー*/

ul.gnav-list li {
  width: 125px;
  display: inline-block;
  list-style-type: none;
  position: relative;
  z-index: 110;
}


ul.gnav-list a {
  background-color: #893839;
  color: white;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

li.gnav-item {
  margin: 0px;
}

/*下線.背景色*/

.gnav-item a:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #ffffff;
  width: 0;
  height: 3px;
  bottom: 0px;
  left: 0;
  transition: .4s ease 0s;
  -webkit-transition: .4s ease 0s;
}

.gnav-item a:hover:after {
  width: 100%;
}

ul.gnav-list ul li a:hover:after {
  width: 0%;
}

ul.gnav-list ul li a:hover {
  background-color: #d8595b;

}

/*/下線.背景色*/



/*子メニュー*/

ul.gnav-list ul {
  margin-top: 0px;
  padding: 0px;
  position: absolute;
  display: none;
}

ul.gnav-list li:hover>ul {
  display: block;
}

ul.gnav-list ul li {
  width: 135px;
  border-top: 1px solid #772c2d;
}

ul.gnav-list ul li a {
  line-height: 35px;
  text-align: left;
  padding-left: 5px;
  font-weight: normal;
}

/*孫メニュー*/

ul.gnav-list ul ul {
  margin: 0px;
  padding: 0px;
  display: none;
  position: absolute;
  top: -1px;
  left: 100%;
  border-left: 1px solid #772c2d;

}

.gnav-list {
  display: flex;
  justify-content: center;
}

.gnav-item {
  margin: 40px;
  font-weight: 600;
}


#drawer-nav,
#drawer,
.line-box,
.sp-logo {

  display: none;
}

@media screen and (max-width: 850px) {

  #global-nav,
  .navigation,
  .pc-only {
    display: none;
  }

  #drawer-nav,
  #drawer,
  .sp-logo {
    display: block;
  }

  .navigation {
    position: absolute;
    z-index: 1;
  }

  /* spメニュー */


  /*ハンバーガーメニュー*/
  /*中身*/

  #spnav-logo {
    width: 200px;

  }

  #drawer-nav {
    position: absolute;
    height: 145vh;
    width: 100%;
    left: 0;
    top: -145vh;
    background: rgba(137, 56, 57, 0.8);
    transition: 1.0s;
    z-index: 150;
  }




  .drawer-list {
    font-weight: bold;
    font-size: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    margin-left: 14%;
  }

  .drawer-list span,
  .drawer-list a {
    padding: 18px 0;
    color: white;
  }

  #drawer-in,
  #drawer-in2 {
    padding-left: 14%;
    margin: 15px;
  }

  #drawer-in li {
    padding: 15px 0;
  }

  .dr-menuItem {
    padding: 10px 0;
  }

  #tannpinn li {
    padding: 10px;
  }



  /*三本線*/
  /*クリック前*/

  .line-box {
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 180;
    background-color: #893839;
  }

  #drawer {
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 25px;
    height: 25px;
    z-index: 200;
  }

  .drawer-line {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 4px;
    border-radius: 10px;
    background: rgb(255, 253, 253);
    transition: 0.5s;
  }

  #line1 {
    top: 0;
  }

  #line2 {
    top: 10px;
  }

  #line3 {
    bottom: 0;
  }

  /*クリック後*/
  .in {
    transform: translateY(100%);
  }

  .drawer-line.line_1 {
    transform: translateY(9px) rotate(-45deg);
  }


  .drawer-line.line_2 {
    opacity: 0;
  }


  .drawer-line.line_3 {
    transform: translateY(-12px) rotate(45deg);
  }

  .sp-logo {
    position: absolute;
    text-align: center;
    top: 5.7rem;
    left: 10px;
    z-index: 105;
  }


  .sp-logo img {
    width: 80%;

  }

  #sp-h1 {
    position: relative;
    top: -50px;
    left: -53px;
    width: 60%;
  }
}


/*--------------------------------------------------
      アコーディオン
-------------------------------------------------------*/
ul {
  display: none;
}

span {
  cursor: pointer;
}

li {
  cursor: pointer;
}



/*-------------------------

          main

-------------------------*/


/*----------------------------------------------------

   スライドショー

------------------------------------------------------*/

#sl-con {
  margin: 0;
  padding: 0;
}

.slider {
  position: relative;
  width: 100%;
  padding-top: 57.8%;
  z-index: 90;
}

.slid {
  margin: -75px;
}

.slider img {
  position: absolute;
  width: 100%;
  max-height: 791px;
  top: 0;
  left: 0;
  opacity: 0;
  animation: slideshow 24s linear infinite;
  z-index: 100;
}

.slider img:nth-child(2) {
  animation-delay: 6s;
}


.slider img:nth-child(3) {
  animation-delay: 12s;
}

.slider img:nth-child(4) {
  animation-delay: 18s;

}

@keyframes slideshow {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  28% {
    opacity: 1;
  }

  38% {
    opacity: 0;
  }

  100% {
    opacity: 0;

  }
}

#catchphrase {
  z-index: 200;
  position: absolute;
  top: 200px;
  left: 100px;
}


#catchphrase img {
  width: 100%;
}


@media screen and (max-width: 1350px) {

  .slider {
    padding-top: 66.8%;
  }
}

@media screen and (max-width: 640px) {

  #catchphrase {
    left: 0;
    width: 65%;
  }
}



/*----------------------------------------------------
  topお知らせ一覧
------------------------------------------------------*/
.container h2:not(.post-title) {
  text-align: center;
}

section.news-list {
  margin-top: 50px;
}

.container h2 {

  font-size: 25px;
  font-weight: bold;
}

.scroll {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.info {
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 27em;
  margin: 0 auto;
  overflow-y: scroll;
  border: solid 2px rgb(200, 197, 197);
  background-color: #fff;
}

@media (min-width:768px) {
  .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap
  }
}

.info dd,
.info dt {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: .5em;
  padding-left: .5em
}


.info dt {
  font-style: normal;
  font-weight: initial
}

@media (min-width:768px) {
  .info dt {
    width: 12.5em;
    margin-bottom: .5em;
    border-bottom: 1px dotted #343a40
  }
}

.info dt:first-of-type {
  padding-top: .5em;
  border-top: 1px dotted #343a40
}

.info dt time {
  margin-right: .5em
}

.info dt span {
  box-sizing: border-box;
  display: inline-block;
  width: 7em;
  margin-right: .5em;
  padding: 0 .5em;
  background-color: #009688;
  color: #fff;
  font-size: .8em;
  line-height: 1.75;
  text-align: center
}

.info time {
  color: #333
}

.info dd {
  margin-left: 0;
  margin-bottom: .5em;
  border-bottom: 1px dotted #343a40
}

.info a {
  display: block;
}

.info dd a:hover {
  opacity: 0.5;
}



@media (min-width:768px) {
  .info dd {
    width: calc(100% - 12.5em)
  }

  .info dd:first-of-type {
    padding-top: .5em;
    border-top: 1px dotted #343a40
  }
}

.info dd:nth-of-type(-n+3) {
  position: relative
}




/*--------------------------------
instagram
---------------------------------*/
.sns-content {
  padding-left: 5%;
  padding-right: 5%;
}

#Instagram {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.inst {
  padding: 20px 10px;
  width: auto;
}

.inst img {
  width: 100%;
}

@media (max-width:800px) {

  .inst {

    width: 300px;
  }
}


@media (max-width:500px) {

  .inst {
    padding: 20px 0;
  }
}



/*------------------------

      フッター

-------------------------*/


/*--------------------------------
 ページトップ
---------------------------------*/
.page-top {
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #893839;
  width: 100%;
}

.page-top .material-icons-outlined {
  vertical-align: bottom;
  color: #fff;

}



/*丸TOP*/


.button {
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 50px;
  color: #fff;
  background-color: #893839;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  font-size: 12px;
  text-align: center;

  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}


/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}



/*フッターのスタイルを追加*/
footer {
  position: relative;

}

/*このクラスが付与されると表示する*/
.absolute {
  position: absolute;
  top: -70px;
  bottom: auto;
  opacity: 0;
  visibility: hidden;
}


/*  /丸TOP  */

/*フッターメイン*/


footer {
  background-color: #612646;
  color: #ffffff;
}

#footer-con {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}


.footer-title p {
  font-size: 18px;
  margin: 0px;
}

.footer-title h1 {
  position: relative;
  margin: 0;
}

.footer-title #name {
  font-size: 16px;
  font-weight: bold;
  margin-top: -1.5rem;
}

.time {
  margin: 30px 0 15px;
}

.time h4 {
  font-size: 16px;
  margin: 21px 0 0 0;
}

.time p {
  padding-bottom: 25px;
  margin: 0;
  font-weight: 600;
}

.sns-icon {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.sns-icon .icon {
  display: flex;
}

.sns-icon .icon div {
  width: 50px;
  margin-left: 15px;
  margin-top: 20px;
}

.sns-icon img {
  width: 100%;
}

.sns-icon .line {
  width: 200px;
}

.sns-icon .line img {
  width: 100%;
}


.footer-right img {
  width: 500px;
  height: auto;
}

.copyright {
  text-align: center;
  padding: 10px;
}


@media screen and (max-width: 940px) {

  #footer-con {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer-right {
    margin-bottom: 40px;
    width: 100%;
  }

  .footer-right .carender {
    width: 100%;
  }

  .footer-right .carender img {
    width: 100%;

  }

  .waper {
    padding-left: 10%;
    padding-right: 10%;
  }
}



/*-------------------------

    店舗紹介

--------------------------*/
#about-ma {
  margin: 0px;
}


#cl1,
#cl3 {
  background-color: #E8D2BE;
  position: relative;

}

#cl1 {
  padding-top: 60px;
}

#cl3 {
  padding: 60px 0;
}

#cl1::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #E8D2BE;
  transform: skewY(4deg);
  transform-origin: top left;
  z-index: -1;

}



#cl3::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #E8D2BE;
  transform: skewY(-4deg);
  transform-origin: top left;
  z-index: -1;
}

div#cl2 {
  padding-top: 70px;
  padding-bottom: 40px;
}

#about2 {
  flex-direction: row-reverse;
}



.about-in {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;

}

.about-img img {
  width: 500px;
}


.about-in div {
  padding: 20px;
}


h4 {
  font-size: 18px;
}




/*写真*/
.about-img {
  position: relative;
}

.about-img::before,
.about-img::after {
  content: '';
  position: absolute;
  transform: rotate(-40deg);
  width: 90px;
  height: 35px;
  background-color: #E8D2BE;
  z-index: 1;
}

#about-img2::before,
#about-img2::after {
  background-color: #F7F2ED;

}


.about-img::before {
  top: 10px;
  left: -10px;
}

.about-img::after {
  bottom: 19px;
  right: 3px;
  width: 55px;
  height: 25px
}

/*ギャラリー*/

#gallery {
  padding: 85px 0;
  text-align: center;

}

.gallery-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery-img div {
  width: 45%;
  padding: 3px;
}

.gallery-img img {
  width: 100%;
}

@media screen and (max-width: 1200px) {

  .about-in {
    display: block;

  }


  .about-img img {
    width: 100%;
    height: auto;
  }

}

@media screen and (max-width: 900px) {

  .about-in {
    display: block;
  }


}

@media screen and (max-width: 500px) {


  .gallery-img {
    display: block;
    text-align: -webkit-center;
  }

  .gallery-img div {
    padding: auto;
    width: 90%;
  }
}



/*-------------------------

    お知らせ

--------------------------*/

/*archive記事*/

.archive-news {

  margin: 70px 0;
}

.photo {
  position: relative;
  margin: 50px 0;
}

.blog-item:hover {
  opacity: 0.5;
}


.photo::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #dedede;
  position: absolute;
  top: -25px;
}




.thumbnail {
  text-align: center;
  margin-bottom: 30px;
}

.thumbnail img {
  max-width: 650px;
}



#archive-img {
  max-width: 300px;
}


/*single*/
.post-header {
  margin-bottom: 20px;
}

.post-title {
  text-align: initial;
}

.post-date {
  text-align: right;
}

.back {
  margin: 40px;

}

.back a {
  background: #eee;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 10px 25px;
  color: #666;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border: 1px solid #ccc;
}

.back a:hover {
  background: #893839;
  color: #FFF;
}


@media screen and (max-width: 700px) {

  .thumbnail img {
    width: 100%;
  }
}

/*-------------------------

    メニューページ

--------------------------*/


.menutop {

  padding-left: 8%;
  padding-right: 8%;
}

.ninnki {
  margin-bottom: 15%;
}

#menu {
  max-width: none;
}


#menutitle h2 {
  font-size: 30px;
}

.no1,
.no2 {
  display: flex;
  justify-content: space-between;

  margin: 3em 0 1.5em;
  padding: 1em 1.5em;
  line-height: 1.8;
  border: dotted 3px #333;
  align-items: flex-start
}

.no2 {
  flex-direction: row-reverse;
}

.bg-item h4 {
  text-align: center;
  color: #ff484a;
  font-size: x-large;
  font-weight: bold;

}




.ribbon,
.ribbon3 {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  transform: rotate(-15deg);
  z-index: 1;
  top: 100px;
  left: -25px;
}


.ribbon p {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 18px;
  color: #FFF;
  background: #F64A66;
  width: 200px;
  /*真ん中の背景色*/
}

.ribbon3 p {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 0px;
  font-size: 18px;
  color: #FFF;
  background: #F64A66;
  width: 200px;
  /*真ん中の背景色*/

}

.ribbon p:before,
.ribbon3 p:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px#d75a6f;
  /*左の折り返し部分*/
}

.ribbon p:after,
.ribbon3 p:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #d75a6f;
  /*右の折り返し部分*/
}

#r2 p,
#r3 p {
  background: #ff14f1;
}




.zairyou {
  background-color: #ff690021;
}


.bg-img,
.bg-item {
  padding: 20px;
  width: 50%;
}

.bg-img {
  position: relative;
}


.bg-img::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-image-source: repeating-linear-gradient(45deg, rgb(190, 190, 190), rgb(190, 190, 190) 3px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 6px);
  border-image-slice: 20;
  border-image-repeat: round;
  border-style: solid;
  border-width: 20px;
}

.bg-img img {
  width: 100%;
}


#no1img {
  transform: scale(-1, .5);
}


#no2img {
  transform: scale(1, .5);

}

.mi {

  width: 100%;
  margin-top: -7%;
}

.ninnki p {
  padding: 2% 10%;
}

.menu-bgimg {
  background-image: url(../img/menu/menubg.jpg);
  background-size: contain;
  background-repeat: repeat-y;

}

.menu-bgimgray {
  background-color: rgba(247, 242, 237, 0.6);

}

.menu-list h3 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}


.menu-list h3 ::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #c2c2c2;
  position: absolute;
  bottom: -10px;

}


.menu-list h3 span {
  font-weight: 100;
}


.set-name {
  text-align: center;
}

.name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.name:before,
.name:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.name:before {
  left: 0;
}

.name:after {
  right: 0;
}





.menu-list p {
  padding: 25px;
}

.kome {
  text-align: center;
}


.bg-list {

  text-align: left;
  margin: 30px 0;
}

.bg-list tr {
  height: 20px;
}

.bg-list th {
  font-size: 18px;
  padding-bottom: 10px;
}

td {
  padding-left: 10px;
}

.menuitem,
.menuitem2 {
  display: flex;
}

.menuitem2 {
  flex-direction: row-reverse
}


.box {
  border: solid 3px #ededed;
  background-color: #e8e6e682;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 50px;
}


.lunchidr {
  color: #333;
  text-shadow: none;
}



.set-drink {
  margin-left: auto;
  margin-right: auto;
  padding: 5% 10%;
}

#set-dr {

  background-color: #d2e9ffbf;
}


.set-drink tr {
  height: 32px;
}



.set-drink tr:nth-of-type(odd) {
  background-color: #effcae91;
}


.td1 {
  width: 20%;
}



.left {
  width: 50%;
}


.box .topping {
  width: 100%;
}


.type {
  font-size: 25px;
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  background: -webkit-linear-gradient(left, #fff8, #f8e5e5);
}

.type:before,
.type:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}

.type:before {
  left: 7px;
}

.type:after {
  right: 7px;
}


h5 {

  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding: 13px;
  color: #fd0000;
  text-shadow: 2px 2px 3px #565656;
}


.puran {
  width: 100%;
  background-color: #abefef85;
  border: solid 1px #c5c5c5;
  margin: 50px 0;
}

div#party {
  background-color: #fbbbff85;
}

.label {
  text-align: center;
  background-color: #F64A66;
  color: #FFFDFD;
  border: solid 1px #333333;
  width: 200px;
  position: relative;
  left: -70px;
  height: 45px;
  font-weight: bold;
  padding: 10px 0;
  box-shadow: 4px 4px gray;
  transform: rotate(-20deg);
  font-size: medium;
}

#m120 {
  background-color: #FFE920;
  color: #FD0808;
  border: solid 1px #333333;
  text-align: center;
  transform: none;
  display: block;
  position: static;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
  width: auto;
  left: 0px;
  height: 45px;
  font-weight: bold;
  padding: 10px 0;
  box-shadow: none;
  transform: none;

}

.puran-inner {
  padding: 30px 60px;
}

.purantitle {
  padding-bottom: 25px;
}

.naiyou {
  padding: 0 8%;
}

.siro {
  background-color: white;
  border: solid 1px #666;
  margin-bottom: 20px;
}

.siro-in {
  padding: 10px 20px;
}

.ph5 {
  font-weight: bold;
  text-align: left;
  padding: 20px;
}

.ph5 span {
  font-weight: 100;
  font-size: 15px;
}

.puran-table {
  width: 100%;
}

.puran-table td {
  width: 50%;
}

#nomiho,
#annai {
  text-align: center;
  font-weight: 600;
}

#nomiho-p,
#annai {
  text-align: center;
  padding: 6px;
}

#party-title {
  text-align: center;
}

.bg-list td {

  font-weight: 100;
}

.max {
  display: none;
}

.sc {
  color: #ffffff00;
}

@media screen and (max-width: 1370px) {

  .max {
    display: block;
  }
}


@media screen and (max-width: 900px) {

  .menu-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .mi {
    display: none;
  }

  .no1,
  .no2 {
    display: block;

  }

  .bg-img,
  .bg-item {

    width: 100%;
  }


  .puran-table td {
    display: block;
    width: 100%;
  }

  .menu-bgimg {
    background-size: contain;
  }
}

@media screen and (max-width: 800px) {


  .menuitem,
  .menuitem2 {
    display: block;
  }

  .left {
    width: 100%;
  }

  .box .topping {
    width: auto;
  }


  .topping td,
  .set-drink td {
    display: block;
    width: auto;
  }

  .topping {
    margin-left: auto;
    margin-right: auto;

  }

  .naiyou {
    padding: 0 0;

  }

  .purantitle {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .puran-inner {
    padding: 30px 10px;
  }

  .label {
    transform: none;
    display: block;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }


  .no1,
  .no2 {
    padding: 0;

  }



  @media screen and (max-width: 500px) {
    .topping {
      padding-left: 0;
      width: auto;
    }

  }
}


/*-------------------------

    アクセスページ

--------------------------*/
#access,
#news,
#single,
#menu {
  margin: 50px 0 20px 0;
}

.title {
  padding-bottom: 20px;
}

.access-t {
  margin: auto;
}

.access-t tr {
  height: 150px;
  border: 50px;
}

.access-t th {
  font-size: 20px;
  padding-right: 30px;
}

.access-t th p {
  border-right: 3px solid #605d5d;
  padding: 10px 20px;
}

.access-t td {
  line-height: 30px;
  font-weight: 600;
}



/*マップ*/

.map-p {
  padding-bottom: 20px;
}

.map-p p {
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.g-map {
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {

  .access-item {
    display: block;
  }
}




/*---------------------------

          その他
-----------------------------*/

/*ページネーション*/

.pagination__item a,
.pagination__item--current,
.pagination__btn--prev,
.pagination__btn--next,
.pagination__btn--first,
.pagination__btn--last {
  display: block;
  color: #666;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  min-width: 1em;
  transition: all .3s;
  padding: .5em .5em;
  margin: 0 .2em;
}

.pagination__item a:hover:not(li),
.pagination__item--current:hover:not(li),
.pagination__btn--prev:hover:not(li),
.pagination__btn--next:hover:not(li),
.pagination__btn--first:hover:not(li),
.pagination__btn--last:hover:not(li) {
  background: #f3f3f3;
}

.pagination {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  color: #666;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}

.pagination__list {
  display: none;
}

.pagination__pos {
  order: 2;
  border: 1px solid #ccc;
  margin: 0 .2em;
  padding: .5em 1em;
}

.pagination__btn--prev {
  order: 1;
}

.pagination__btn--next {
  order: 3;
}

.pagination__btn--first {
  display: none;
}

.pagination__btn--last {
  display: none;
}

@media (min-width: 520px) {
  .pagination__list {
    order: 2;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .pagination__item--current {
    background: #893839d4;
    color: #fff;
    font-weight: bold;
  }

  .pagination__pos {
    display: none;
  }

  .pagination__btn--prev {
    order: 1;
  }

  .pagination__btn--next {
    order: 3;
  }
}

@media (min-width: 960px) {
  .pagination__list {
    order: 3;
  }

  .pagination__btn--prev {
    order: 2;
  }

  .pagination__btn--next {
    order: 4;
  }

  .pagination__btn--first {
    order: 1;
    display: block;
  }

  .pagination__btn--last {
    order: 5;
    display: block;
  }
}