/************************************************/
/*                                              */
/*  共通部分                                    */
/*                                              */
/************************************************/

body,
div,
p,
h1,
h2,
h3,
h4,
ul,
li,
dl,
dt,
dd,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 16px;
  color: #131313;
  position: static !important;
}

h1,
h2,
h3,
h4 {
  font-family: YakuHanJP, "Noto Serif JP", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.mincho {
  font-family: YakuHanJP, "Noto Serif JP", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
}

img {
  max-width: 100%;
  max-height: 100%;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  color: #fff;
  background-color: #191919;
  z-index: 999;
}

header.scr {
  position: fixed;
  z-index: 1001;
}

header .container {
  position: relative;
  max-width: 1280px;
  height: 100%;
  margin: auto;
}

header h1 {
  position: absolute;
  top: 20px;
  left: 10px;
  line-height: 1em;
  font-size: 150%;
}

header h1 a {
  text-decoration: none;
  color: #fff;
}

header h1 img {
  /*height: 1.5em;*/
  height: 2.4em;
  margin-right: 0.5em;
  vertical-align: bottom;
}

header.scr h1 {
  top: 10px;
}

header.scr h1 img {
  height: 1.5em;
}

@media screen and (max-width: 767px) {
  header h1 img {
    height: 2em;
  }
  header.scr h1 {
    top: 20px;
  }
  header.scr h1 img {
    height: 2em;
  }
}

/*ロゴのh1が無い版*/
header .header_h1_logo {
  position: absolute;
  top: 20px;
  left: 10px;
  line-height: 1em;
  font-size: 150%;
}

header .header_h1_logo a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

header .header_h1_logo img {
  /*height: 1.5em;*/
  height: 2.4em;
  margin-right: 0.5em;
  vertical-align: bottom;
}

header.scr .header_h1_logo {
  top: 10px;
}

header.scr .header_h1_logo img {
  height: 1.5em;
}

.fixed_coupon a {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3px;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  background-color: #e65407;
  background-repeat: no-repeat;
  background-position: top 20% center;
  background-size: auto 50%;
  line-height: 2em;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  background-image: url(./img/coupon2.png);
  background-size: 45%;
}
.fixed_menu {
  display: flex;
  padding: 0 10%;
  background-color: #191919;
}
.fixed_menu li {
  width: 20%;
  list-style: none;
  background-color: #191919;
  border: 1px solid #191919;
  text-align: center;

  justify-content: center;
}
.fixed_menu li:first-child {
  border-left: none;
}
.fixed_menu li:last-child {
  border-right: none;
}
.fixed_menu li img {
  width: 16.86px;
}
.fixed_menu li a {
  display: block;
  justify-content: center;
  align-items: flex-end;
  box-sizing: border-box;
  background-color: #191919;
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-size: 16.86px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.fixed_menu li a img {
  margin-right: 8px;
}
.fixed_menu li:nth-child(2) img {
  width: 21.25px;
}
.fixed_menu li:nth-child(3) img {
  width: 19px;
}
.fixed_menu li:nth-child(4) img {
  width: 20px;
}
.fixed_menu li:nth-child(5) img {
  width: 30.78px;
}
@media screen and (max-width: 767px) {
  header .header_h1_logo img {
    height: 2em;
  }
  header.scr .header_h1_logo {
    top: 20px;
  }
  header.scr .header_h1_logo img {
    height: 2em;
  }
  .fixed_menu {
    padding: 0;
  }

  .fixed_menu li a {
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    font-size: 12px;
  }
  .fixed_menu li a img {
    margin-right: 0;
  }
  .fixed_menu li:nth-child(2) img {
    margin-bottom: 5px;
  }
}

/*end ロゴのh1が無い版*/

header nav li {
  position: relative;
  height: 2.625em;
  margin-right: 0.8em;
  list-style: none;
}

header nav li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2.125em;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}

#header_translate {
  position: absolute;
  right: -589px;
  bottom: 14px;
  height: 2.1em;
  pointer-events: all;
  width: 50px;
  background-image: url(./img/translate2.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

#header_translate > a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  box-sizing: border-box;
}

#header_tel {
  display: block;
  position: absolute;
  top: 10px;
  right: 420px;
  height: 2.1em;
  color: #e65407;
  font-size: 125%;
  font-weight: bold;
  line-height: 2.1em;
  text-decoration: none;
}

#header_coupon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 100px;
  width: 100px;
  background-color: #fff;
  background-image: url(./img/coupon.png);
  background-repeat: no-repeat;
  font-size: 90%;
  color: #e65407;
  text-decoration: none;
}

#header_coupon {
  height: 100px;
  background-position: top 20% center;
  background-size: 50%;
  line-height: 3em;
  font-weight: bold;
}

header.scr #header_coupon {
  height: 100%;
  background-position: top 20% center;
  background-size: 30%;
  line-height: 1.5em;
}

#header_takeout {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 200px;
  width: 100px;
  background-color: #ffa621;
  background-image: url(./img/top/takeout.svg);
  background-repeat: no-repeat;
  font-size: 90%;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100px;
  background-position: top 20% center;
  background-size: 50%;
  line-height: 3em;
  font-weight: bold;
}

#header_takeout:hover {
  background-color: #ffc84b;
}

#header_takeout.shop {
  right: 200px;
}

#header_delivery {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 100px;
  width: 100px;
  background-color: #59a236;
  background-image: url(./img/top/delivery.svg);
  background-repeat: no-repeat;
  font-size: 90%;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100px;
  background-position: top 20% center;
  background-size: 50%;
  line-height: 3em;
  font-weight: bold;
}

#header_delivery:hover {
  background-color: #75c54e;
}

#header_delivery.shop {
  right: 100px;
}

#header_reserve {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  background-color: #e65407;
  background-image: url(./img/reserve.png);
  background-repeat: no-repeat;
  font-size: 90%;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100px;
  background-position: top 20% center;
  background-size: 50%;
  line-height: 3em;
  font-weight: bold;
}

#header_reserve:hover {
  background-color: #ff8342;
}

header.scr #header_takeout,
header.scr #header_delivery,
header.scr #header_reserve {
  height: 100%;
  background-position: top 20% center;
  background-size: 30%;
  line-height: 1.5em;
}

#header_description {
  position: relative;
  max-width: 1280px;
  line-height: 1.25em;
  max-height: calc(2.5em + 18px);
  font-size: 50%;
  box-sizing: border-box;
  z-index: 1000;
  pointer-events: none;
  left: 380px;
  top: 48px;
}

#header_description.grand {
  left: 210px;
  top: 54px;
}

#header_description p {
  max-width: 300px;
  color: #c1c1c1;
  line-height: 1.8em;
}

#header_description.grand p {
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  .scr #header_description {
    display: none;
  }
}

.mv .slick-slide img {
  width: 100%;
}

/* .mv .slick-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.mv .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.mv .slick-dots button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: -9999px;
	border: 0;
	height: 2px;
	width: 30px;
	background: #ddd2cc;
	cursor: pointer;
}

.mv .slick-dots .slick-active button {
	background: #e65407;
}
 */

.mv .slick-dots {
  bottom: -30px;
}
.mv .slick-dots li button:before {
  font-size: 2.5rem !important;
}

.mv .slick-dotted.slick-slider {
  margin-bottom: 40px;
}
.mv .slick-slider .slick-slide:not(.slick-center) {
  transition: 0.8s linear;
  opacity: 0.3;
}

.mv_news {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .mv_news .news {
    font-size: 18px;
  }
}
.mv_news .news {
  font-size: 11px;
  display: flex;
}
.mv_news .news dt {
  padding: 10px;
  padding-bottom: 0;
}
.mv_news .news dd {
  padding: 10px;
}
.mv_news .news a {
  color: #131313;
}

.mv2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-position: center right;
  background-size: cover;
  text-align: center;
}

article .container {
  max-width: 1100px;
  margin: auto;
  padding: 3em 0;
  box-sizing: border-box;
}

article .container > h2 {
  position: relative;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.25em;
  padding-bottom: 0.25em;
}

article .container > h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1em;
  height: 1px;
  margin: auto;
  background: #e65407;
}

article .container > h2 > span {
  display: block;
}

article .container > h2 .eng {
  margin-bottom: 0.5em;
  font-size: 65%;
  font-weight: normal;
}

article .container > h2 .jpn {
  line-height: 1.35em;
}

article a.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 15em;
  margin: 0 auto;
  border: 1px solid #e65407;
  color: #e65407;
  text-decoration: none;
  text-align: center;
  line-height: 3em;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

article a.btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(./img/arrow.png) center center no-repeat;
  background-size: contain;
  corsor: none;
}

article a.btn:hover {
  background-color: #e65407;
  color: #fff;
}
article a.btn:hover:after {
  background: url(./img/arrow_on.png) center center no-repeat;
  background-size: contain;
}

article a.btn2 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 15em;
  margin: 0 auto;
  border: 1px solid #e65407;
  color: #fff;
  background: #e65407;
  text-decoration: none;
  text-align: center;
  line-height: 3em;
}

article a.btn2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(./img/arrow2.png) center center no-repeat;
  background-size: contain;
  corsor: none;
}

.totop {
  position: fixed;
  right: 1em;
  width: 3em;
  height: 3em;
  text-align: right;
  z-index: 999;
}

footer {
  background-position: center center;
  background-size: cover;
  color: #fff;
}

footer > .reserve {
  position: relative;
  height: 3em;
  padding: 0;
  line-height: 1.5em;
  font-size: 125%;
  box-sizing: border-box;
}

footer > .reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: #e65407;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer > .reserve a:hover {
  background: #ff8342;
}

footer > .reserve a:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
  background: url(./img/reserve.png) center center no-repeat;
  background-size: contain;
  corsor: none;
}

footer > .reserve a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(./img/footer_arrow.png) center center no-repeat;
  background-size: contain;
  corsor: none;
}

footer .container {
  max-width: 1100px;
  margin: auto;
  padding: 2em 0;
}

footer h1 {
  max-width: 240px;
  margin-bottom: 1em;
  font-size: 100%;
}

footer nav {
  font-weight: bold;
}

footer nav a {
  color: #fff;
  text-decoration: underline;
}

footer nav a:hover {
  text-decoration: none;
}

footer nav li {
  list-style: none;
  line-height: 2em;
}

footer nav li a {
  padding: 0.25em 0;
}

footer nav .ttl a {
  position: relative;
  padding-left: 2em;
}

footer nav .ttl a:before {
  content: "■";
  display: block;
  position: absolute;
  left: 0;
  top: 0em;
  height: 2em;
  line-height: 2em;
}

footer nav > ul > li li {
  position: relative;
  margin-left: 2em;
}

footer nav > ul > li li:before {
  content: "-";
  display: block;
  position: absolute;
  left: -1em;
  top: 0em;
  height: 1.5em;
  line-height: 1.5em;
}

footer nav .outer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 100%;
  width: 1em;
  height: 1em;
  background: url(./img/footer_link.png) center center no-repeat;
  background-size: contain;
}

footer .container h2 {
  max-width: 230px;
  margin: 30px auto 1em auto;
  font-size: 100%;
}

footer .description {
  position: relative;
  margin: auto;
  padding: 0 3em;
  box-sizing: border-box;
  text-align: center;
  line-height: 2em;
  font-weight: bold;
}

footer .description:before,
footer .description:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 3em;
  height: 100%;
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

footer .description:before {
  left: 0;
  background-image: url(./img/footer_left.png);
}

footer .description:after {
  right: 0;
  background-image: url(./img/footer_right.png);
}

footer .description em {
  font-size: 125%;
  font-weight: bold;
  font-style: normal;
}

footer .copy {
  padding-top: 2em;
  font-size: 90%;
  text-align: center;
  clear: both;
}

footer .footer_logoarea {
  display: flex;
  justify-content: space-evenly;
}

footer .footer_instagram {
  text-align: center;
  margin-bottom: 1.5rem;
}

footer .footer_instagram img {
  width: 40px;
  height: auto;
}

@media screen and (max-width: 1280px) {
  #header_description {
    padding-left: 360px;
  }

  #header_description p {
    width: 320px;
  }

  #header_translate {
    width: 50px;
    background-image: url(./img/translate2.png);
  }
}

@media screen and (max-width: 1100px) {
  #header_translate {
    right: 250px;
  }

  #header_tel .num {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  /* PC */

  .sp {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  header nav {
    position: absolute;
    top: 10px;
    left: 380px;
  }

  header.scr {
    height: calc(100px - 2.5em);
  }

  header.scr nav {
    top: 15px;
    left: 360px;
  }

  header.scr #header_translate {
    display: none;
  }

  header nav li {
    display: inline-block;
  }

  .mv {
    /* margin-top: 99px; */
    margin-top: 151px;
    font-size: 80%;
  }
  .mv_news {
  }
  .mv_news .news {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    color: #191919;
    font-size: 18px;
  }
  .mv_news .news dt {
    padding: 10px;
  }
  .mv_news .news dd {
    padding: 10px;
  }
  .mv_news .news a {
    color: #191919;
  }
  .mv2 {
    margin-top: 152px;
    font-size: 80%;
    height: calc(100vw * 0.131);
  }

  .mv2 h1 {
    font-size: 225%;
  }

  article .container h2 {
    font-size: 180%;
  }

  .totop {
    bottom: 1em;
  }

  footer {
    background-image: url(./img/footer_bg.jpg);
  }

  footer > .reserve {
    height: 100px;
    font-size: 24px;
  }

  footer > .reserve a:before {
    width: 40px;
    height: 40px;
  }

  footer .left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    position: relative;
  }

  footer .right {
    float: left;
    width: 50%;
  }

  footer nav {
    font-size: 90%;
  }

  footer nav > ul {
    display: flex;
  }

  footer nav > ul > li {
    margin-right: 2em;
  }

  footer nav > ul > li:last-child {
    margin-right: 0;
  }

  footer nav > ul > li:last-child p {
    margin-bottom: 1em;
  }

  footer .description {
    font-size: 90%;
    max-width: 420px;
  }

  footer .footer_logoarea {
    display: block;
  }

  footer .footer_instagram {
    position: absolute;
    left: 252px;
    top: 32px;
  }

  footer .footer_instagram img {
    width: 40px;
    height: auto;
  }
}

@media screen and (max-width: 1136px) and (min-width: 768px) {
  /* small PC */

  article .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .menu .container {
    padding-left: 0;
    padding-right: 0;
  }

  .menu .menu_example,
  .menu .menu_origin,
  .menu .menu_main,
  .menu .menu_sub,
  .menu .menu_course {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }

  footer .left {
    padding-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  /* SP */

  .no-sp {
    display: none;
  }

  header {
    height: 70px;
  }

  header h1,
  header .header_h1_logo {
    top: 20px;
    left: 20px;
    font-size: 110%;
    line-height: 1em;
  }

  header nav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
  }
  header nav ul {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    padding: 5px;
  }
  header nav .square {
    display: block;
    text-align: center;
    margin-right: 0;
    width: calc(25% - 4px);
    height: auto;
    background-color: #e65407;
  }
  header nav .big_square {
    display: block;
    text-align: center;
    margin-right: 0;
    width: calc(50% - 3px);
    height: auto;
    background-color: #e65407;
  }
  header nav .square a {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 14vw;
    font-size: 13px;
  }
  header nav .big_square a {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 16vw;
    font-size: 13px;
  }
  header nav .square:after {
    content: "";
    display: block;
    padding-top: 100%;
  }
  header nav .big_square:after {
    content: "";
    display: block;
    padding-top: 56%;
  }
  header nav .square_menu a {
    background: url(./img/icons/nav01.svg) no-repeat center 17px;
    background-size: 30%;
  }
  header nav .square_takeout a {
    background: url(./img/icons/nav02.svg) no-repeat center 17px;
    background-size: 30%;
  }
  header nav .square_delivery a {
    background: url(./img/icons/nav03.svg) no-repeat center 17px;
    background-size: 45%;
  }

  header nav .square_kodawari a {
    background: url(./img/icons/nav04.svg) no-repeat center 17px;
    background-size: 40%;
  }
  header nav .square_news a {
    background: url(./img/icons/nav05.svg) no-repeat center 17px;
    background-size: 65%;
  }
  header nav .square_coupon a {
    background: url(./img/icons/nav06.svg) no-repeat center 17px;
    background-size: 40%;
  }
  header nav .square_voice a {
    background: url(./img/icons/nav07.svg) no-repeat center 17px;
    background-size: 30%;
  }
  header nav .square_shop a {
    background: url(./img/icons/nav08.svg) no-repeat center 17px;
    background-size: 30%;
  }
  header nav .big_square a {
    background-size: 20%;
  }
  header nav .square_takeout.big_square a {
    background-size: 23%;
  }
  header nav .square_delivery.big_square a {
    background-size: 30%;
  }
  header nav .square_news.big_square a {
    background-size: 35%;
  }
  header nav .big_shop {
    border: 3px solid #e65407;
    background: #fff;
    color: #e65407;
    text-align: center;
    position: relative;

    margin-right: 0;
    list-style: none;
    font-weight: bold;
    width: 100%;
  }
  header nav .big_shop a {
    color: #e65407;
    line-height: 1;
    padding: 10px 0 10px 33px;
    font-size: 20px;
    background: url(./img/icons/nav09.svg) no-repeat calc(50% - 38px) center;
    background-size: 20px;
  }
  header nav ul .line,
  header nav ul .webreserve {
    width: calc(50% - 2.5px);
    margin-right: 0;
  }
  header nav ul .line a,
  header nav ul .webreserve a {
    height: 60px;
    padding-left: 70px;
    line-height: 60px;
  }
  header nav ul .line {
    background-color: #00b900;
    height: 60px;
  }
  header nav ul .webreserve {
    background-color: #e62607;
    height: 60px;
  }
  header nav ul .line a {
    background: url(./img/icons/nav_line.svg) no-repeat 26px;
    background-size: 30px;
  }
  header nav ul .webreserve a {
    background: url(./img/icons/nav_reserve.svg) no-repeat 26px;
    background-size: 30px;
  }
  header nav .header_tel {
    border: 3px solid #e65407;
    background: #fff;
    color: #e65407;
    text-align: center;
    position: relative;
    height: 60px;
    margin-right: 0;
    list-style: none;
    font-size: 31px;
    font-weight: bold;
    width: 100%;
    line-height: 55px;
  }
  header nav .header_tel a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header nav .header_tel img {
    vertical-align: middle;
  }
  header nav .header_tel .num {
    padding-left: 10px;
  }
  header nav .header_tel .mobilephone {
    padding-bottom: 6px;
  }
  #header_tel,
  #header_coupon,
  #header_reserve,
  #header_delivery,
  #header_takeout,
  #header_description {
    display: none;
  }

  header nav li.header_tel a {
    color: #e65407;
  }

  header .menu_btn {
    position: absolute;
    top: 28px;
    right: 24px;
    width: 22px;
    height: 16px;
  }

  header .menu_btn a {
    display: block;
    width: 100%;
    height: 100%;
  }

  header .menu_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.1s ease-out;
  }

  header .menu_btn span:nth-of-type(3n + 1) {
    top: 0;
  }

  header .menu_btn span:nth-of-type(3n + 2) {
    top: 7px;
  }

  header .menu_btn span:nth-of-type(3n + 3) {
    bottom: 0;
  }

  header.active .menu_btn span:nth-of-type(3n + 1) {
    top: 6px;
    transform: rotate(45deg);
  }

  header.active .menu_btn span:nth-of-type(3n + 2) {
    display: none;
  }

  header.active .menu_btn span:nth-of-type(3n + 3) {
    bottom: 8px;
    transform: rotate(-45deg);
  }

  #header_translate {
    top: calc(100% - 45px);
    right: 45%;
  }

  #gt_lightbox {
    top: 10%;
    left: 5%;
    max-width: 90%;
    height: 80%;
    margin: 0;
    box-sizing: border-box;
  }

  #gt_lightbox .gt_languages {
    column-count: 1;
  }

  .mv {
    /* margin-top: 70px; */
    margin-top: 121px;
  }

  .mv2 {
    margin-top: 90px;
    height: calc(260vw * 0.198);
  }
  .mv2 h1 {
    font-size: 1.5em;
  }

  article .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  article .container h2 {
    font-size: 135%;
  }

  .totop {
    bottom: 5.5em;
  }

  footer {
    background-image: url(./img/footer_bg_sp.jpg);
    margin-bottom: 4.5em;
  }

  footer h1 {
    max-width: 35%;
    /*margin: 1em auto 2em auto;*/
  }

  footer nav {
    padding: 0 1em;
  }

  footer nav > ul {
    margin-bottom: 1em;
  }

  footer nav > ul:after {
    content: "";
    display: block;
    clear: both;
  }

  footer nav > ul > li {
    float: left;
    width: 50%;
  }

  footer nav > ul > li:last-child {
    width: 100%;
    margin-top: 1em;
    clear: both;
  }

  footer .description {
    max-width: 75%;
    font-size: 75%;
  }

  footer .lnk {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  footer .lnk:after {
    content: "";
    display: block;
    clear: both;
  }

  footer .lnk li {
    float: left;
    width: 25%;
    height: 4.5em;
    border-right: 1px solid #5b5b5b;
    box-sizing: border-box;
    list-style: none;
  }

  footer .lnk li:last-child {
    border-right: 0;
  }

  footer .lnk li a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    background-color: #383838;
    background-repeat: no-repeat;
    background-position: top 20% center;
    background-size: auto 50%;
    line-height: 2em;
    font-size: 90%;
    color: #fff;
    text-decoration: none;
  }

  footer .lnk li.access a {
    background-image: url(./img/access.png);
  }

  footer .lnk li.coupon a {
    background-image: url(./img/coupon2.png);
  }

  footer .lnk li.reserve a {
    background-image: url(./img/reserve.png);
  }

  footer .lnk li.tel a {
    background-image: url(./img/tel.png);
  }
  footer .lnk li.line a {
    background-image: url(./img/icon_line2.png);
  }
}

/************************************************/
/*                                              */
/*  TOP、店舗TOP                                */
/*                                              */
/************************************************/

img {
  vertical-align: bottom;
}

article .container .copy {
  margin: 1em 0 1em 0;
  text-align: center;
  line-height: calc(35 / 16);
}

.menu_index {
  position: relative;
  background: url(./img/top/menu_bg.jpg) top center repeat-y;
  background-size: 100% auto;
  overflow: hidden;
  color: #fff;
}

.menu_index .container {
  max-width: 100%;
}

.menu_index .container > h2 {
  z-index: 2;
}

.menu_index .img1,
.menu_index .img2 {
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

.menu_index .img1 img,
.menu_index .img2 img {
  width: 133%;
  max-width: 133%;
}

.menu_index .img1 {
  top: 180px;
  left: 0;
  width: 360px;
  height: 386px;
}

.menu_index .img1.top {
  top: 40px;
  left: 0;
  width: 360px;
  height: 386px;
}

.menu_index .img2 {
  top: 230px;
  right: 0px;
  width: 263px;
  height: 168px;
}

/*.menu_index .img1 {
	top: -80px;
	left: 0;
	width: 360px;
	height: 386px;
}

.menu_index .img2 {
	top: 40px;
	right: 0px;
	width: 263px;
	height: 168px;
}*/

.menu_index .img1 img {
  margin-left: -34%;
}

.menu_index .copy {
  position: relative;
  z-index: 2;
}

.menu_index .menu_example,
.menu_index .menu_course {
  max-width: 1100px;
  margin: auto;
}

.menu_index .menu_example li,
.menu_index .menu_course li {
  list-style: none;
  margin-bottom: 60px;
}

.menu_index .menu_example li h2,
.menu_index .menu_course li h2 {
  text-align: left;
  font-weight: normal;
}

.menu_index .menu_example li .txt,
.menu_index .menu_course li .txt {
  font-size: 90%;
}

.menu_index .menu_example li h1 {
  font-size: 125%;
  font-weight: bold;
  margin: 0.5em 0;
}

.menu_index .tag {
  display: inline-block;
  padding: 0.1em 0.25em;
  margin-right: 0.5em;
  border: 1px solid #fff;
  font-size: 65%;
}
.menu_index .tag_orange {
  display: inline-block;
  padding: 0.1em 0.25em;
  margin-right: 0.5em;
  background: #e65407;
  font-size: 65%;
  color: #fff;
}

.menu_index .price {
  margin: 0.5em 0;
  color: #ff4545;
}

.menu_index .daisendori {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}
.menu_index .daisendori .description {
  width: calc(50% - 16px);
}
.menu_index .daisendori .img {
  width: calc(50% - 16px);
}
.menu_index .daisendori h2 {
  text-align: left;
  font-weight: normal;
}
.menu_index .daisendori .pc {
  display: none;
}

.menu_index .daisendori h1 {
  font-size: 125%;
  line-height: 2;
  margin-bottom: 20px;
}

.menu_index .daisendori .txt {
  font-size: 75%;
}

.menu_index .menu_course li h2 {
  font-size: 125%;
  font-weight: bold;
  margin: 0.5em 0;
}

.voice .enquete {
  position: relative;
  width: 100%;
  overflow: auto;
}

.voice .enquete iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  border: 0;
  overflow-y: scroll;
}

.policy {
  position: relative;
  background-position: top center;
  background-size: cover;
}

.policy h3 {
  font-size: 180%;
  text-align: center;
}

.policy .img1,
.policy .img2 {
  position: absolute;
  width: 291px;
  height: 683px;
  overflow: hidden;
  z-index: 1;
}

.policy .img1 img,
.policy .img2 img {
  width: 130%;
  max-width: 130%;
}

.policy .img1 {
  top: 50px;
  left: 0px;
}

.policy .img2 {
  top: 50px;
  right: 0px;
}

.policy .img1 img {
  margin-left: -30%;
}

.policy .secrets {
  position: relative;
  z-index: 2;
}

.policy .secrets li {
  margin-bottom: 2em;
  list-style: none;
}

.policy .secrets h4 {
  margin: 1em 0 0.75em 0;
  font-size: 125%;
  font-weight: normal;
}

.policy .secrets .txt {
  font-size: 90%;
}

.policy .feature {
  position: relative;
}

.policy .feature li {
  list-style: none;
}

.policy .feature li h3,
.policy .feature li .copy {
  text-align: left;
}

.policy .feature li.img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 490px;
  height: 217px;
  margin: auto;
  z-index: 2;
}

.policy .img3,
.policy .img4 {
  position: absolute;
  width: 50%;
  height: auto;
  overflow: hidden;
  z-index: 1;
}

.policy .img3 {
  bottom: calc(3em + 100vw * 0.5 * 0.66 + 2em);
  left: -5%;
}

.policy .img4 {
  bottom: 3em;
  right: 0;
}

.seat .container {
  padding-bottom: 0;
}

.seat h3 {
  font-size: 180%;
  text-align: center;
}

.seat .seats {
  margin: 2em 0;
}

.seat .seats:after {
  content: "";
  display: block;
  clear: both;
}

.seat .seats li {
  float: left;
  width: calc(33.333% - 0.75em);
  list-style: none;
  margin-right: 1em;
}

.seat .seats li:last-child {
  margin-right: 0;
}

.news_index li:first-child {
  margin-left: 0 !important;
}

.news_index li:first-child .img {
  float: none !important;
  width: 100% !important;
}

.news_index li:first-child .description,
.news_index li:first-child h3 {
  margin-left: 0 !important;
}

.news_index .list li h3 {
  text-decoration: underline;
}

.news_index .list li a:hover h3 {
  text-decoration: none;
}

.news_index .recruit {
  position: relative;
  background: url(./img/top/recruit_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}

.news_index .recruit .recruit_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.news_index .recruit h3 {
  font-size: 180%;
}

.news_index .recruit p {
  padding: 0 1em;
  font-size: 80%;
  line-height: 2em;
  text-align: center;
}

.news_index .recruit a.btn {
  color: #fff;
  border-color: #fff;
}

.news_index .recruit a.btn:after {
  display: none;
}

@media screen and (min-width: 768px) {
  /* PC */

  .menu_index .menu_example,
  .menu_index .menu_course {
    margin-bottom: 2em;
  }

  .menu_index .menu_example:after,
  .menu_index .menu_course:after {
    content: "";
    display: block;
    clear: both;
  }

  .menu_index .menu_example li,
  .menu_index .menu_course li {
    float: left;
    width: calc(50% - 1em);
    margin-right: 2em;
  }

  .menu_index .menu_example li:nth-child(2n + 2),
  .menu_index .menu_course li:nth-child(2n + 2) {
    margin-right: 0;
  }

  .menu_index .daisendori {
    margin-bottom: 60px;
  }

  .menu_index .daisendori .pc {
    display: block;
  }
  .voice .enquete {
    padding-top: 30%;
  }

  .policy {
    background-image: url(./img/top/policy_bg.jpg);
  }

  .policy .secrets {
    padding-top: 4em;
  }

  .policy .secrets:after {
    content: "";
    display: block;
    clear: both;
  }

  .policy .secrets li {
    float: left;
    width: 30%;
    margin-right: 5%;
  }

  .policy .secrets li:last-child {
    margin-right: 0;
  }

  .policy .feature {
    margin-top: 3em;
  }

  .policy .feature li .txt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .policy .feature li + li {
    margin-top: 80px;
  }
  .policy .feature li .txt .desc {
    width: 51.5%;
    padding-left: 50px;
    box-sizing: border-box;
  }
  .policy .feature li .txt .thumb {
    width: 48.5%;
  }
  .policy .feature li:last-child .txt {
    flex-direction: row-reverse;
  }
  .policy .feature li:last-child .txt .desc {
    padding-left: 0;
  }

  .policy .feature li .btn {
    margin-left: 0;
  }

  .news_index li {
    float: right !important;
    margin-left: 2em !important;
    margin-right: 0 !important;
  }

  .news_index li:first-child {
    float: left !important;
    width: calc(100% / 2 - 2em);
  }

  .news_index li:nth-child(2n + 1) {
    clear: none !important;
  }

  .news_index .recruit {
    padding-top: 50%;
  }

  .news_index .recruit p {
    margin: 3em 0;
  }
}

@media screen and (max-width: 1280px) {
  .policy .feature li.img {
    display: none;
  }
}
.menu_index .menu_example li {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  /* SP */

  .menu_index .container {
    padding-left: 1em !important;
    padding-right: 1em !important;
    padding-bottom: 1em !important;
    box-sizing: border-box;
  }

  .menu_index .daisendori {
    margin-bottom: 60px;
  }
  .menu_index .daisendori .description {
    width: 100%;
  }
  .menu_index .daisendori .description .img {
    width: calc(100% + 1em);
  }

  .menu_index .daisendori > .img {
    display: none;
  }
  .menu_index .daisendori > .keijyan {
    display: none;
  }

  .voice .container {
    margin-top: -80px;
    padding-top: calc(80px + 3em);
  }

  .voice .enquete {
    padding-top: 100%;
  }

  .policy {
    background-image: url(./img/top/policy_bg_sp.jpg);
  }

  .policy .secrets {
    font-size: 90%;
  }

  .policy .secrets li:after {
    content: "";
    display: block;
    clear: both;
  }

  .policy .secrets li .img {
    float: left;
    width: 30%;
  }

  .policy .secrets li h4,
  .policy .secrets li .txt {
    margin-left: 30%;
    padding-left: 1rem;
  }

  .policy .feature {
    margin-top: 3em;
  }

  .policy .feature li {
    margin-bottom: 2em;
  }

  .policy .feature h3 {
    font-size: 135%;
  }

  .policy .feature li .img {
    display: none;
  }

  .policy .feature li img {
    margin-bottom: 1em;
  }

  .seat .seats {
    margin-bottom: 0;
  }

  .news_index .recruit {
    width: 100%;
    padding-top: 120%;
  }

  .news_index .recruit h3 {
    font-size: 135%;
  }

  .news_index .recruit p {
    margin: 1em 0;
  }

  .access .container {
    padding-top: 80px;
    margin-top: -80px;
  }
}

/************************************************/
/*                                              */
/*  メニュー                                    */
/*                                              */
/************************************************/

.breadcrumb {
  background: #000;
  color: #fff;
}

.breadcrumb ul {
  max-width: 1100px;
  margin: auto;
  font-size: 80%;
  line-height: 2.5em;
}

.breadcrumb li {
  display: inline-block;
  list-style: none;
}

.breadcrumb li:after {
  content: "\203A";
  margin-left: 0.25em;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb li h1 {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 13px;
}

.menu .container {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}

.menu .tabs {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 2em auto;
  font-weight: bold;
}

.menu .tabs:after {
  content: "";
  display: block;
  clear: both;
}

.menu .tabs li {
  list-style: none;
  line-height: 3em;
  background: #e7e2e0;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}

.menu .tabs li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #e65407;
  border-top: 2px solid #e7e2e0;
  border-bottom: 2px solid #e7e2e0;
  text-decoration: none;
  box-sizing: border-box;
}

.menu .tabs li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(./img/arrow.png) center center no-repeat;
  background-size: contain;
}

.menu a.btn {
  margin: 2em auto;
}

.menu a.btn2 {
  margin-top: 1em;
  max-width: 100%;
  width: 100%;
}

.menu .menu_origin,
.menu .menu_main,
.menu .menu_sub {
  padding: 2em 0;
}

.menu .menu_origin > h2,
.menu .menu_main > h2,
.menu .menu_sub > h2 {
  position: relative;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.25em;
  padding-bottom: 0.25em;
}

.menu .menu_origin > h2:after,
.menu .menu_main > h2:after,
.menu .menu_sub > h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1em;
  height: 1px;
  margin: auto;
  background: #e65407;
}

.menu .menu1,
.menu .menu2,
.menu .menu3,
.menu .menu4,
.menu_detail .menu_course {
  margin-bottom: 1em;
}

.menu .menu1 li,
.menu .menu2 li,
.menu .menu3 li,
.menu .menu4 li,
.menu_detail .menu_course li {
  list-style: none;
}

.menu .menu1 li h2,
.menu .menu2 li h2,
.menu .menu3 li h2 {
  font-size: 125%;
  font-weight: bold;
  margin: 0.5em 0;
}

.menu .menu1 li .txt,
.menu .menu2 li .txt,
.menu .menu3 li .txt,
.menu .menu4 li .txt {
  font-size: 90%;
}

.menu .menu1 li h1,
.menu .menu2 li h1,
.menu .menu3 li h1 {
  font-size: 110%;
  font-weight: bold;
  margin: 0.5em 0;
}

.menu .menu1 li .price,
.menu .menu2 li .price,
.menu .menu3 li .price {
  margin: 0.5em 0;
  color: #f00;
  font-size: 90%;
}

.menu .menu4 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}

.menu .menu4 li {
  border-bottom: 2px solid #131313;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.menu .menu4 li h3 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.25em;
  height: 2.5em;
  display: flex;
  align-items: top;
}

.menu .menu4 li .price {
  margin: 0.5em 0;
  font-size: 90%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.menu_detail .menu_course li {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 2px solid #e65407;
}

.menu_detail .menu_course h2 {
  color: #e65407;
  font-weight: bold;
}

.menu_detail .menu_course .price {
  background: #fafafa;
  font-weight: bold;
}

.menu_detail .menu_course .txt {
  margin: 0.5em 0;
}

.menu_detail .menu_course h3 {
  border-top: 2px solid #e65407;
  border-bottom: 2px solid #e65407;
  text-align: center;
  color: #e65407;
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 0.25em;
}

.menu_detail .menu_course .detail {
  margin: 0.5em 0;
}

.menu_detail .menu_course .detail p {
  line-height: 1.5em;
  margin-bottom: 0.25em;
}

.menu_detail .menu_course .notice {
  font-size: 75%;
}

.menu_detail .comment {
  max-width: 1100px;
  margin: 0 auto 2em auto;
}

@media screen and (min-width: 768px) {
  .menu_header.recommended {
    background-image: url(./img/menu/recommended_bg.jpg);
  }
  .menu_header.course {
    background-image: url(./img/menu/course_bg.jpg);
  }
  .menu_header.food {
    background-image: url(./img/menu/food_bg.jpg);
  }
  .menu_header.drink {
    background-image: url(./img/menu/drink_bg.jpg);
  }
  .menu_header.lunch {
    background-image: url(./img/menu/lunch_bg.jpg);
  }
}
@media screen and (max-width: 767px) {
  .menu_header.recommended {
    background-image: url(./img/menu/recommended_bg_sp.jpg);
  }
  .menu_header.course {
    background-image: url(./img/menu/course_bg_sp.jpg);
  }
  .menu_header.food {
    background-image: url(./img/menu/food_bg_sp.jpg);
  }
  .menu_header.drink {
    background-image: url(./img/menu/drink_bg_sp.jpg);
  }
  .menu_header.lunch {
    background-image: url(./img/menu/lunch_bg_sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  /* PC */

  .menu_header {
    background-image: url(./img/menu/header_bg.jpg);
  }

  .menu .tabs {
    text-align: center;
  }

  .menu .tab-4 {
    max-width: calc(1100px / 5 * 4);
  }

  .menu .tabs li {
    float: left;
    width: 20%;
    box-sizing: border-box;
  }

  .menu .tab-4 li {
    width: 25%;
  }

  .menu .tab-6 li {
    width: calc(100% / 6);
  }

  .menu .tabs li a {
    text-align: center;
  }

  .menu .tabs li a:after {
    content: "";
    display: inline-block;
    position: relative;
    margin-left: 1em;
  }

  .menu .tabs li.active a,
  .menu .tabs li a:hover {
    border-bottom-color: #e65407;
  }

  .menu .menu_origin > *,
  .menu .menu_main > *,
  .menu .menu_sub > * {
    max-width: 1100px;
    margin: auto;
  }

  .menu .menu_sub:nth-of-type(2n + 1) {
    background: url(./img/menu/menu_detail_bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
  }

  .menu .menu_sub:nth-of-type(2n + 1) .menu4 li {
    border-bottom-color: #fff;
  }

  .menu .menu1:after,
  .menu .menu2:after,
  .menu .menu3:after,
  .menu .menu4:after {
    content: "";
    display: block;
    clear: both;
  }

  .menu .menu2 li {
    float: left;
    width: calc(50% - 1em);
    margin-right: 2em;
  }

  .menu .menu2 li:nth-child(2n + 1) {
    clear: both;
  }

  .menu .menu2 li:nth-child(2n + 2) {
    margin-right: 0;
  }

  .menu .menu3 li {
    float: left;
    width: calc(33% - 2em);
    margin-right: 3em;
  }

  .menu .menu3 li:nth-child(3n + 1) {
    clear: both;
  }

  .menu .menu3 li:nth-child(3n + 3) {
    margin-right: 0;
  }

  .menu .menu4 li {
    float: left;
    width: calc(25% - 1em);
    margin-right: 1.33em;
  }

  .menu .menu4-2 li {
    float: left;
    width: calc(33% - 2em);
    margin-right: 3em;
  }

  .menu .height3 li h3 {
    height: 3.75em;
  }

  .menu .menu4 li:nth-child(4n + 1) {
    clear: both;
  }

  .menu .menu4 li:nth-child(4n + 4) {
    margin-right: 0;
  }

  .menu .menu4-2 li:nth-child(4n + 1) {
    clear: none;
  }

  .menu .menu4-2 li:nth-child(3n + 1) {
    clear: none;
  }

  .menu .menu4-2 li:nth-child(4n + 4) {
    margin-right: 3em;
  }

  .menu .menu4-2 li:nth-child(3n + 3) {
    margin-right: 0;
  }

  .menu_detail .menu_course {
    max-width: 1100px;
    margin: auto;
  }

  .menu_detail .menu_course li:after {
    content: "";
    display: block;
    clear: both;
  }

  .menu_detail .menu_course .description,
  .menu_detail .menu_course .detail {
    float: right;
    width: 50%;
  }

  .menu_detail .menu_course .img {
    float: left;
    width: 48%;
  }

  .menu_detail .menu_course .reserve {
    float: left;
    width: 100%;
    clear: left;
    padding-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  /* SP */

  .menu_header {
    background-image: url(./img/menu/header_bg_sp.jpg);
  }

  .breadcrumb {
    padding: 0 1em;
  }

  .menu .container {
    padding-left: 0;
    padding-right: 0;
  }

  .menu_detail .tabs {
    padding: 0 1em;
  }

  .menu .tabs li {
    float: left;
    display: block;
    width: 50%;
  }

  .menu .tabs li:nth-child(2n + 1) {
    margin-right: 0;
  }

  .menu .tab-5 li:nth-child(5n + 5) {
    margin-left: 25%;
  }

  .menu .tabs li a {
    padding-left: 0.5em;
    border-bottom-color: #fff;
    font-size: 85%;
  }

  .menu .tabs li a:after {
    right: 1em;
  }

  .menu .tabs li.active a {
    border-bottom-color: #e65407;
  }

  .menu .menu_origin,
  .menu .menu_main,
  .menu .menu_sub {
    padding-left: 1em;
    padding-right: 1em;
  }

  .menu .menu_sub:nth-child(2n + 1) {
    background: url(./img/menu/menu_detail_bg_sp.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
  }

  .menu .menu_sub:nth-child(2n + 1) .menu4 li {
    border-bottom-color: #fff;
  }

  .menu_detail .menu_course .detail {
    margin-bottom: 2em;
  }

  .menu .menu3:after,
  .menu .menu4:after {
    content: "";
    display: block;
    clear: both;
  }

  .menu .menu3 li,
  .menu .menu4 li {
    float: left;
    width: calc(50% - 0.5em);
    margin-right: 1em;
  }

  .menu .menu4 li.long {
    width: 100%;
  }

  .menu .menu3 li:nth-child(2n + 1),
  .menu .menu4 li:nth-child(2n + 1) {
    clear: both;
  }

  .menu .menu3 li:nth-child(2n + 2),
  .menu .menu4 li:nth-child(2n + 2) {
    margin-right: 0;
  }

  .menu .menu3 li h1,
  .menu .menu4 li h3 {
    font-size: 90%;
  }

  .menu .menu_course .price {
    margin-bottom: 0.25em;
  }

  .menu_detail .menu_course {
    padding-left: 1em;
    padding-right: 1em;
  }

  .menu_detail .comment {
    padding-left: 1em;
    padding-right: 1em;
  }
}

/************************************************/
/*                                              */
/*  店舗検索                                    */
/*                                              */
/************************************************/

.search_result .container {
  padding-bottom: 0;
}

.search_result h3 {
  position: relative;
  text-align: center;
  color: #e65407;
  border-bottom: 1px solid #e65407;
  line-height: 2.5em;
  font-size: 120%;
  z-index: -1;
  cursor: pointer;
}

.search_result h3:after {
  content: "";
  position: absolute;
  bottom: 2.5em;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e65407;
}

.search_result .result > li {
  padding: 1em;
  border: 1px solid #e65407;
  box-sizing: border-box;
  list-style: none;
  font-size: 90%;
}

.search_result li h2,
.search_result li .tel {
  position: relative;
  font-size: 150%;
  margin-left: 1rem;
}

.search_result li .tel,
.search_result li .tel a {
  color: #e65407;
  font-weight: bold;
  text-decoration: none;
}

.search_result li .addr {
  position: relative;
  margin-left: 1rem;
}

.search_result li h2:before,
.search_result li .tel:before,
.search_result li .addr:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1rem;
  width: 1rem;
  height: 1em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.search_result li h2:before {
  bottom: 0;
  margin: auto;
  border-left: 0.3rem solid #e65407;
}

.search_result li .tel:before {
  bottom: 0;
  height: 1rem;
  margin: auto;
  background-image: url(./img/tel2.png);
}

.search_result li .addr:before {
  top: 0.25em;
  background-image: url(./img/access2.png);
}

.search_result li .description {
  margin: 0.5em 0;
}

.search_result .btns:after {
  content: "";
  display: block;
  clear: both;
}

.search_result .btns li {
  float: left;
  /*width: calc(100% / 3 - 1em);*/
  width: calc(100% / 2 - 1em);
  margin-right: 1em;
  margin-bottom: 8px;
  line-height: 2.5em;
  list-style: none;
}

.search_result .btns li:last-child {
  margin-right: 0;
}

.search_result .btns li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #e65408;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search_result .btns li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(./img/arrow2.png) center center no-repeat;
  background-size: contain;
}

.search_result .btns li a:hover {
  background: #ff8342;
}

.search .map,
.search .area {
  color: #b3b3b3;
}

.search .area li {
  list-style: none;
}

.search .map a,
.search .area a {
  color: #121212;
  text-decoration: none;
}

.search .map a:hover,
.search .area a:hover {
  color: #e65408;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  /* PC */

  .search_header {
    background-image: url(./img/search/header_bg.jpg);
  }

  .search_result h3 {
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 2rem;
  }

  .search_result ul:after {
    content: "";
    display: block;
    clear: both;
  }

  .search_result .result > li {
    float: left;
    width: calc(50% - 1rem);
    margin-right: 2rem;
    margin-bottom: 2rem;
  }

  .search_result .result > li:nth-child(2n + 1) {
    clear: both;
  }

  .search_result .result > li:nth-child(2n + 2) {
    margin-right: 0;
  }

  .search {
    position: relative;
    font-size: 85%;
    background: url(./img/top/search_bg.jpg) top center repeat;
    background-size: 100% auto;
  }

  .search .container:after {
    content: "";
    display: block;
    clear: both;
  }

  .search .map,
  .search .area {
    position: relative;
    max-width: 480px;
    margin: auto;
    font-weight: bold;
  }

  .search .map {
    float: left;
    width: 50%;
    margin-top: 150px;
  }

  .search .area {
    float: left;
    width: 48%;
    margin-left: 2%;
  }

  .search .map > div {
    position: absolute;
    width: 8em;
  }

  .search .map .area1 {
    top: 10%;
    left: 45%;
  }

  .search .map .area2 {
    top: 30%;
    left: 45%;
  }

  .search .map .area3 {
    top: 52%;
    right: 0;
  }

  .search .map .area4 {
    top: 72%;
    right: 8%;
  }

  .search .map .area5 {
    bottom: 8%;
    right: 30%;
  }

  .search .map .area6 {
    top: 45%;
    left: 25%;
  }

  .search .map .area7 {
    bottom: 8%;
    left: 25%;
  }

  .search .map .area8 {
    top: 50%;
    left: 0;
  }

  .search .area dt {
    margin: 1.5em 0 1em 0;
  }

  .search .area dt span {
    display: inline-block;
    padding: 0 0.5em;
    background: #e65408;
    color: #fff;
  }

  .search .area dd {
    margin-left: 1em;
  }

  .search .area li {
    display: inline-block;
  }

  .search .area li:after {
    content: "/";
    color: #131313;
    padding-left: 0.25em;
  }

  .search .area dd.tokyo li:after,
  .search .area li:last-child:after {
    content: "";
  }

  .search .area dd.tokyo dt span {
    display: inline-block;
    padding: 0 0.5em;
    border: 1px solid #e65408;
    background: transparent;
    color: #e65408;
  }

  .search .area dd.tokyo dd {
    margin-left: 1em;
    margin-right: 1em;
  }

  .search .area dd.tokyo dd:after {
    content: "";
    display: block;
    clear: both;
  }

  .search .area dd.tokyo li {
    position: relative;
    display: block;
    float: left;
    width: 45%;
    list-style: none;
    box-sizing: border-box;
    margin-bottom: 5px;
  }

  .search .area dd.tokyo li:before {
    content: "-";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1em;
    width: 0.75em;
    height: 1em;
    line-height: 1em;
    margin: auto;
    color: #131313;
  }
}

@media screen and (max-width: 767px) {
  /* SP */

  .search_header {
    background-image: url(./img/search/header_bg_sp.jpg);
  }

  .search_result h3 {
    margin-top: -80px;
    padding-top: 80px;
    margin-bottom: 1rem;
  }

  .search_result li {
    margin-bottom: 1rem;
  }

  .search_result .btns li a {
    font-size: 75%;
  }

  .search {
    background: url(./img/top/search_bg_sp.jpg) top center repeat;
    background-size: 100% auto;
  }

  .search .map,
  .search .area .tokyo {
    display: none;
  }

  .search .area dt {
    position: relative;
    border: 1px solid #968566;
    padding: 0.5em 0;
    margin-top: 0.5em;
    text-align: center;
    color: #968566;
    font-size: 135%;
  }

  .search .area dt:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5em;
    width: 1em;
    height: 1em;
    line-height: 1em;
    margin: auto;
    pointer-events: none;
    background: url(./img/arrow3.png) center center no-repeat;
    background-size: 0.75em;
  }

  .search .area dt.active:after {
    transform: rotate(180deg);
  }

  .search .area dt a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .search .area dd {
    display: none;
    border: 1px solid #968566;
    border-top: 0;
    padding: 1em;
  }

  .search .area ul {
    width: 15.2em;
    margin: 0.5em auto 0 auto;
    font-size: 110%;
  }

  .search .area li {
    display: inline-block;
    width: 4.5em;
    margin-right: 0.25em;
    margin-bottom: 0.5em;
    text-align: center;
    line-height: 3em;
    border: 1px solid #000;
    border-radius: 5px;
  }

  .search .area li:nth-child(3n + 3) {
    margin-right: 0;
  }

  .search .area li a {
    display: block;
    width: 100%;
    height: 100%;
  }
}

/************************************************/
/*                                              */
/*  ニュース                                    */
/*                                              */
/************************************************/

.news .tabs {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 3em auto;
  font-weight: bold;
}

.news .tabs:after {
  content: "";
  display: block;
  clear: both;
}

.news .tabs li {
  display: inline-block;
  list-style: none;
  line-height: 3em;
}

.news .tabs li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #e65407;
  text-decoration: none;
  box-sizing: border-box;
}

.news .tabs li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(./img/arrow.png) center center no-repeat;
  background-size: contain;
}

.news .list {
  margin-bottom: 3em;
}

.news .list li {
  position: relative;
  list-style: none;
  margin-bottom: 1em;
}

.news .list li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #131313;
}

.news .list li:after {
  content: "";
  display: block;
  clear: both;
}

.news .cat {
  position: absolute;
  top: 0;
  left: 0;
  width: 5em;
  text-align: center;
  color: #fff;
  font-size: 80%;
}

.news .cat_news {
  background: #e35408;
}

.news .cat_column {
  background: #e38708;
}

.news .list li .img {
  float: left;
  width: 30%;
}

.news .list li .img img {
  width: 100%;
}

.news .list li .description {
  position: relative;
  margin: 0.5em 0 0.5em 32%;
  font-size: 80%;
}

.news .list li .description .shop {
  width: 5em;
  padding: 2px;
  text-align: center;
  color: #e35408;
  border: 1px solid #e35408;
  font-size: 80%;
}

.news .list li .description .date {
  position: absolute;
  top: 3px;
  right: 0;
}

.news .list li h3 {
  margin-left: 32%;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  /* PC */

  .news_header {
    background-image: url(./img/news/header_bg_sp.jpg);
  }

  .news .tabs {
    border-top: 2px solid #e65407;
    border-bottom: 2px solid #e65407;
    text-align: center;
  }

  .news .tabs li {
    margin: 0 2em;
  }

  .news .tabs li a {
    padding-right: 2em;
    text-align: center;
  }

  .news .list:after {
    content: "";
    display: block;
    clear: both;
  }

  .news .list li {
    float: left;
    width: calc(100% / 2 - 1em);
    margin-right: 2em;
  }

  .news .list li:nth-child(2n + 1) {
    clear: both;
  }

  .news .list li:nth-child(2n + 2) {
    margin-right: 0;
  }

  .news .list li h3 {
    font-size: 100%;
    line-height: 2em;
  }
}

@media screen and (max-width: 767px) {
  /* SP */

  .news_header {
    background-image: url(./img/news/header_bg_sp.jpg);
  }

  .news .tabs li {
    float: left;
    display: block;
    width: calc(50% - 0.5em);
    margin-right: 1em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #e65407;
  }

  .news .tabs li:first-child {
    width: 100%;
    margin-right: 0;
  }

  .news .tabs li:nth-child(2n + 1) {
    margin-right: 0;
  }

  .news .list li h3 {
    font-size: 90%;
    line-height: 1em;
  }
}

/************************************************/
/*                                              */
/*  アクセス・クーポン                          */
/*                                              */
/************************************************/

.coupon .container {
  padding-bottom: 0;
}

.coupon li {
  position: relative;
  background-size: 100% 100%;
  margin-bottom: 2em;
  list-style: none;
}

.coupon .container h2 {
  font-size: 135%;
  margin-bottom: 1rem;
}

.coupon li {
  border: 1px solid #b1b1b1;
}

.coupon .container li h2 {
  padding: 1.5rem;
  margin-bottom: 0;
  background: #ffeec4;
  font-size: 120%;
}

.coupon li dl {
  box-sizing: border-box;
}

.coupon li dt {
  float: left;
  width: 5em;
  background: #eee;
  text-align: center;
  font-weight: bold;
  font-size: 75%;
  padding: 0.25em 0.75em;
}

.coupon li dd {
  margin-left: 6em;
  margin-bottom: 1rem;
}

.coupon li .reserve {
  padding: 1em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.coupon li .reserve a.btn {
  line-height: 1.5em;
  padding: 1.25em 1em 1.25em 0;
}

.coupon li .reserve a.btn:after {
  width: 1.5em;
  height: 1.5em;
}

.access .map .img {
  position: relative;
}

.access .map .img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 4.5em);
}

.access .map .description {
  line-height: 2em;
}

.access .map .description dt {
  float: left;
  width: 7.25em;
  clear: both;
  padding-top: 0.5em;
  font-weight: bold;
}

.access .map .description dd {
  padding: 0.5em 0 0.5em 7.5em;
  border-bottom: 1px solid #bcbcbc;
}

.access .map .description a {
  color: #131313;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  /* PC */

  .access_header {
    background-image: url(./img/access/header_bg.jpg);
  }

  .coupon li {
    width: 100%;
    min-height: 250px;
  }

  .coupon li h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 28%;
    height: 100%;
    border-right: 1px solid #b1b1b1;
    box-sizing: border-box;
  }

  .coupon li dl {
    width: calc(100% - 28% - 34%);
    margin-left: 28%;
    padding: 1.5rem;
  }

  .coupon li .reserve {
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
    height: 100%;
    border-left: 1px solid #b1b1b1;
  }

  .access .map:after {
    content: "";
    display: block;
    clear: both;
  }

  .access .map .img {
    float: left;
    width: calc(100% / 2 - 1em);
    margin-right: 2em;
    padding-top: 50%;
  }

  .access .map .description {
    float: left;
    width: calc(100% / 2 - 1em);
  }
}

@media screen and (max-width: 767px) {
  /* SP */

  .access_header {
    background-image: url(./img/access/header_bg_sp.jpg);
  }

  .coupon li {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    font-size: 80%;
  }

  .coupon .container li h2 {
    border-bottom: 1px solid #b1b1b1;
    padding: 0.75rem;
  }

  .coupon li dl {
    font-size: 90%;
    padding: 0.75rem;
  }

  .coupon li dt {
    font-size: 85%;
    padding: 0.25em 0.5em;
  }

  .coupon li .reserve {
    width: 100%;
    border-top: 1px solid #b1b1b1;
  }

  .coupon li .reserve a.btn {
    max-width: 100%;
  }

  .coupon li .reserve a.btn br {
    display: none;
  }

  .access .map .img {
    padding-top: 100%;
    margin-bottom: 4.5em;
  }

  .access .map .img .btn {
    position: absolute;
    top: calc(100% - 2.5em);
    left: 0;
    right: 0;
  }

  .access.takeout {
    margin-top: 50px;
  }

  .access .map .description {
    width: 86%;
    margin: 0 auto;
  }
  .access .map .description dt {
    float: none;
    width: 100%;
  }

  .access .map .description dd {
    padding-left: 0;
    padding-top: 0;
  }
}

.policy.under,
.takeout.under,
.space.under,
.seat.under {
  background-image: url(./img/top/policy_bg.jpg);
}
.policy.under .secrets {
  padding-top: 1em;
}
.policy.under .secrets h3 {
  font-size: 125%;
  font-weight: normal;
  text-align: left;
  margin: 1em 0 0.5em 0;
}
@media screen and (min-width: 768px) {
  .policy.under .secrets li:nth-child(3) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .policy.under .secrets li .img {
    float: none;
    width: 100%;
  }
  .policy.under .secrets h3 {
    font-size: 135%;
    font-weight: bold;
    text-align: left;
    margin: 1em 0 0.5em 0;
  }
  .policy.under .secrets li h3,
  .policy.under .secrets li .txt {
    margin-left: 0%;
    padding-left: 0rem;
  }
  .policy.under .secrets .txt {
    font-size: 16px;
    line-height: 2em;
  }
}

@media screen and (max-width: 767px) {
  article.policy .container .copy,
  article.takeout .container .copy,
  article.seat .container .copy {
    text-align: left;
  }
}

.under_btn li {
  padding-bottom: 20px;
  list-style-type: none;
}

ul.attention_btn.top {
  padding: 1em 0;
}

ul.attention_btn {
  max-width: 1100px;
  margin: auto;
  padding: 0 0 3em 0;
  box-sizing: border-box;
}

ul.attention_btn li {
  list-style: none;
  display: inline-block;
  width: 47%;
  background: #e65306;
  margin: 1%;
  position: relative;
}

ul.attention_btn li.ubereats {
  background: #142328;
}

ul.attention_btn li.ubereats img {
  height: 24px;
  width: auto;
}

ul.attention_btn li.GoToEat {
  background: #fff;
  border: 1px solid #e65305;
}

ul.attention_btn li.GoToEat a:after {
  background: url(./img/footer_arrow_orange.png) center center no-repeat;
  background-size: contain;
}

ul.attention_btn li.GoToEat img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 767px) {
  ul.attention_btn li.GoToEat img {
    height: 32px;
    width: auto;
  }
}
ul.attention_btn li.GoToEat a {
  padding: 2% 4%;
}

ul.attention_btn li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 4%;
}

ul.attention_btn li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(./img/footer_arrow.png) center center no-repeat;
  background-size: contain;
  corsor: none;
}

@media screen and (max-width: 767px) {
  ul.attention_btn {
    padding: 0 0 3em 0;
  }
  ul.attention_btn.top li {
    width: 92%;
    display: block;
    margin: 3% auto;
  }

  ul.attention_btn li {
    width: 98%;
    display: block;
    margin: 3% 1%;
  }

  ul.attention_btn li a {
    padding: 4%;
  }
}
/************************************************/
/*                                              */
/*  テイクアウト                          */
/*                                              */
/************************************************/
@media screen and (min-width: 768px) {
  /* PC */

  .takeout_img_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* SP */

  .takeout_img_pc {
    display: none;
  }
}

.takeout.under .copy.pc {
  display: block;
}
.takeout.under .copy.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .takeout.under .copy.pc {
    display: none;
  }
  .takeout.under .copy.sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  /**0526鈴木追記**/
  header .sub_nav {
    display: flex;
    justify-content: center;

    list-style: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
    gap: 0 27px;
  }

  header .sub_nav li {
  }
  header .sub_nav li a {
    color: #fff;
    text-decoration: none;
  }
}

.lunch_otoku {
  width: 400px;
}

.lunch_otoku dt {
  color: #e65407;
  float: left;
}

.lunch_otoku dd {
  margin-left: 100px;
  margin-bottom: 10px;
}

.lunch_otoku.img {
  text-align: center;
  margin-bottom: 60px;
}

.lunch_otoku.img img {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .lunch_otoku {
    width: 100%;
  }

  .lunch_otoku dt {
    float: none;
  }

  .lunch_otoku dd {
    margin-left: 0px;
  }

  .lunch_otoku.img img {
    margin-right: 0px;
  }
}

.txt_c {
  text-align: center;
}
.fs-30 {
  font-size: 30px;
}
.mt60 {
  margin-top: 60px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}

.img_flex {
  display: flex;
}

.bk {
  color: black !important;
}

.mb05 {
  margin-bottom: 0.5em;
}

.takeout_2021.menu .menu_sub:nth-of-type(2n + 1) .menu3 li {
  border-bottom: 2px solid #000;
}

.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #e65407;
  margin: 15px auto !important;
}
/* .arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
	
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow:before{
    left: 4px;
    width: 6px;
    height: 2px;
    background: #7a0;
}
.arrow:after{
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
} */

@media screen and (max-width: 767px) {
  .menu .menu3 li h3 {
    font-size: 90%;
  }
  .menu .menu3 li h3 {
    font-size: 90%;
  }
  .fs-30 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .img_flex {
    display: block;
  }
  .img_flex img {
    margin: 0 auto 20px;
    display: block;
  }
}

.br_pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
}

/*hotpepper CP*/
.news_under img.mv {
  margin-top: 0px;

  height: auto;
  margin: 0 auto;
  display: block;
}

.news_under img.cp {
  height: auto;
  margin: 0 auto;
  display: block;
}

.news_under h3 {
  text-align: center;
  font-size: 160%;
  background: #e65407;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 30px;
  margin-top: 40px;
}

.news_under .hotpepper_flow {
  width: 43%;
  display: inline-table;
  height: 100px;
  padding: 2%;
  margin: 1%;
  background: #f3f3f3;
}

.news_under .hotpepper_flow dt {
  font-weight: bold;
  color: #e65407;
  margin-bottom: 10px;
}

.news_under .hotpepper_flow dd {
}

.news_under .menu_detail .menu_course h3 {
  background: #fff;
  margin-top: 20px;
}

.news_under .menu_detail .menu_course .reserve {
  float: none;
  width: 100%;
  clear: both;
  padding-top: 1em;
}

.news_under .menu_detail .menu_course li {
  margin-bottom: 2em;
  padding-bottom: 0;
  border-bottom: none;
}

.news_under h4 {
  text-align: center;
  font-size: 140%;
  background: #000;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.news_under h5 {
  text-align: center;
  font-size: 140%;
  color: #e65407;
  border-bottom: 1px dashed #ffc4a5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.news_under ul.taishoutenpo {
  /*text-align: justify;
	margin-bottom: 60px;*/
}

.news_under ul.taishoutenpo li {
  list-style: none;
  display: inline-block;
  width: 19%;
  margin-right: 0.5%;
}
.news_under ul.taishoutenpo li a {
  color: #e65407;
  text-decoration: none;
  border: 1px solid #e65407;
  padding: 5px 0px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_under ul.taishoutenpo li a:hover {
  color: #fff;
  background: #e65407;
}

@media screen and (max-width: 767px) {
  .news_under ul.taishoutenpo {
    text-align: center;
  }

  .news_under h3 {
    font-size: 120%;
  }

  .news_under .hotpepper_flow {
    width: 88%;
    display: block;
    height: auto;
    padding: 4%;
    margin: 2%;
  }

  .news_under ul.taishoutenpo li {
    width: 47%;
    margin: 0 1%;
  }

  .news_under h4 {
    font-size: 110%;
  }

  .news_under .pc img.cp {
    display: none;
  }
}

ul.lunch_shops li {
  list-style: none;
  display: inline-block;
  width: 19%;
  margin-right: 0.5%;
}
ul.lunch_shops li a {
  color: #e65407;
  text-decoration: none;
  border: 1px solid #e65407;
  padding: 5px 0px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.lunch_shops li a:hover {
  color: #fff;
  background: #e65407;
}

@media screen and (max-width: 767px) {
  ul.lunch_shops li {
    width: 47%;
    margin: 0 1%;
  }
}

/*font-page　バナー追加*/
.bnr_wide_2021_set {
  display: flex;
}

@media screen and (max-width: 767px) {
  .bnr_wide_2021_set {
    display: block;
  }
}

.bnr_wide_2021.takeout_2021,
.bnr_wide_2021.delivery_2021 {
  width: 50%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .bnr_wide_2021.takeout_2021,
  .bnr_wide_2021.delivery_2021 {
    width: 100%;
    display: block;
  }
}

.bnr_wide_2021.takeout_2021 {
  /*background-image: url(./img/top/bg_takeout.png);
	background-size: cover;
    background-position: center;
    background: #ffbc00;*/
  background: url(./img/takeout/bg_takeout_delivery_menu.png) center center
    repeat;
  background-size: 240px;
}

.bnr_wide_2021.delivery_2021 {
  /*background-image: url(./img/top/bg_delivery.png);
	background-size: cover;
    background-position: center;
    background: #59a236;*/
  background: url(./img/takeout/bg_takeout_delivery_menu_green.png) center
    center repeat;
  background-size: 240px;
}

.bnr_wide_2021 .bnr_wide_2021_link_outline {
  text-align: center;
  padding: 2% 10%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bnr_wide_2021 .bnr_wide_2021_link_outline {
    width: auto;
  }
}

.bnr_wide_2021 .bnr_wide_2021_link_outline a {
  text-decoration: none;
  display: block;
  /*border: 1px solid #fff;*/
  background: #fff;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bnr_wide_2021.takeout_2021 .bnr_wide_2021_link_outline a {
  color: #ef8400;
}

.bnr_wide_2021.delivery_2021 .bnr_wide_2021_link_outline a {
  color: #59a236;
}

.bnr_wide_2021 a:hover {
  background: rgba(255, 255, 255, 0.8);
}

.bnr_wide_2021 .bnr_wide_2021_link_outline a .bnr_wide_2021_link {
  margin: 3% 0;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
}

.bnr_wide_2021 .bnr_wide_2021_link_outline a .bnr_wide_2021_link img {
  width: 72px;
  height: auto;
  display: block;
  margin: 0 auto 1%;
  padding-top: 2%;
}

.bnr_wide_2021 .bnr_wide_2021_link_outline a .bnr_wide_2021_link span {
  display: block;
  font-size: 16px;
  margin: 0.6% 0;
  padding-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .bnr_wide_2021_set
    .bnr_wide_2021
    .bnr_wide_2021_link_outline
    a
    .bnr_wide_2021_link
    img {
    width: 30px;
    display: inline;
    margin-top: 10px;
  }
}

.takeout_2021.menu,
.delivery_2021.menu {
  background: url(./img/takeout/bg_takeout_delivery_menu.png) center center
    repeat;
  background-size: cover;
  background-size: auto;
  background-repeat: repeat;
  color: #000;
  padding: 50px 0;
  font-weight: bold !important;
  font-size: 18px;
}

.takeout_2021.menu.green,
.delivery_2021.menu.green {
  background: url(./img/takeout/bg_takeout_delivery_menu_green.png) center
    center repeat;
}

.takeout_2021.menu .menu4 li h3,
.delivery_2021.menu .menu4 li h3 {
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .takeout_2021.menu,
  .delivery_2021.menu {
    background-size: 30%;
    padding: 60px 0;
  }
}

.takeout_2021.menu .menu_sub:nth-of-type(2n + 1),
.delivery_2021.menu .menu_sub:nth-of-type(2n + 1) {
  background: none;
  color: #000;
}

.takeout_2021.menu .menu_sub:nth-of-type(2n + 1) .menu4 li,
.delivery_2021.menu .menu_sub:nth-of-type(2n + 1) .menu4 li {
  border-bottom-color: #000;
}

.takeout_2021.menu .menu_sub .menu_tax,
.delivery_2021.menu .menu_sub .menu_tax {
  text-align: right;
  font-size: 80%;
}

.takeout_2021.menu .container,
.delivery_2021.menu .container {
  width: 80%;
  max-width: 1400px;
  background: #fff;
  padding: 3em 2rem;
}

@media screen and (max-width: 767px) {
  .takeout_2021.menu .container,
  .delivery_2021.menu .container {
    width: 94%;
    padding: 0rem;
  }
}

.takeout_2021.menu .container dl {
  padding: 2em 0 0;
  margin: auto;
  width: 520px;
}
.takeout_2021.menu .container .lv2 {
  width: 500px;
}
.delivery_2021.menu .container dl {
  padding: 2em 0 0;
  margin: auto;
  width: 660px;
}
.delivery_2021.menu .container .lv2 {
  width: 640px;
}
@media screen and (max-width: 767px) {
  .takeout_2021.menu .container dl,
  .delivery_2021.menu .container dl {
    padding: 0.5em 0 0;
    margin: auto;
    width: 90%;
  }
  .takeout_2021.menu .container .lv2,
  .delivery_2021.menu .container .lv2 {
    width: 85%;
  }

  .takeout_2021.menu .container dl#acMenu,
  .delivery_2021.menu .container dl#acMenu {
    width: 100%;
  }
}

.takeout_2021.menu .container dt,
.delivery_2021.menu .container dt {
  color: #e65407;
  border: 1px solid #e65407;
  border-radius: 15px;
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
}

.takeout_2021.menu.green .container dt,
.delivery_2021.menu.green .container dt {
  color: #6ab744;
  border: 1px solid #6ab744;
}

@media screen and (max-width: 767px) {
  .takeout_2021.menu .container dt,
  .delivery_2021.menu .container dt {
    float: none;
  }
}

.takeout_2021.menu .container dd,
.delivery_2021.menu .container dd {
  margin-left: 160px;
  height: auto;
}
.delivery_2021 .btn_search {
  margin-top: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .takeout_2021.menu .container dd,
  .delivery_2021.menu .container dd {
    margin: 16px 0;
    height: auto;
  }
}

.takeout_2021.menu .container dd a,
.delivery_2021.menu .container dd a {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .takeout_2021.menu .container dd a,
  .delivery_2021.menu .container dd a {
    margin-left: 0px;
    display: block;
  }
}

.takeout_2021.menu .container .btn_tel a,
.takeout_2021.menu .container .btn_search a,
.delivery_2021.menu .container .btn_tel a,
.delivery_2021.menu .container .btn_search a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 30em;
  margin: 0 auto 20px;
  border: 1px solid #e65407;
  color: #e65407;
  text-decoration: none;
  text-align: center;
  line-height: 3em;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .delivery_2021.menu .container .btn_search a {
    max-width: 18em;
  }
}
.delivery_2021.menu .container .btn_search a img {
  vertical-align: -8px;
  padding-right: 10px;
}
.takeout_2021.menu .container .btn_tel a:after,
.takeout_2021.menu .container .btn_search a:after,
.delivery_2021.menu .container .btn_tel a:after,
.delivery_2021.menu .container .btn_search a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(./img/arrow.png) center center no-repeat;
  background-size: contain;
  corsor: none;
}

.takeout_2021.menu .container .txt_attention,
.delivery_2021.menu .container .txt_attention {
  text-align: center;
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .takeout_2021.menu .container .menu_sub .pc {
    display: none;
  }
}

.delivery_header {
  background-image: url(./img/delivery/mv_delivery.png);
  background-size: cover;
  background-position: center;
  height: calc(100vw * 0.2);
}
@media screen and (max-width: 767px) {
  .delivery_header {
    background-image: url(./img/delivery/mv_delivery_sp.png);
    background-size: cover;
    background-position: center;
    height: calc(260vw * 0.198);
  }
}

.takeout_header {
  background-image: url(./img/takeout/mv_takeout.png);
  background-size: cover;
  background-position: center;
  height: calc(100vw * 0.2);
}
@media screen and (max-width: 767px) {
  .takeout_header {
    background-image: url(./img/takeout/mv_takeout_sp.png);
    background-size: cover;
    background-position: center;
    height: calc(260vw * 0.198);
  }
}

p.GoToEat .pc {
  padding: 2em 0 0.7rem;
  margin: auto;
  display: block;
  max-width: 1080px;
}
p.GoToEat .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  p.GoToEat .pc {
    display: none;
  }
  p.GoToEat .sp {
    display: block;
    width: 92%;
    margin: 1rem auto 0.5rem;
  }
}

.s_nav {
  max-width: 1100px;
  margin: 30px auto 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;

  text-align: center;
}
.s_nav__top {
  width: calc(33.333%);
  padding: 0 20px 30px;
  box-sizing: border-box;
}
.s_nav__line,
.s_nav__delivery {
  margin-right: 20px;
}
.s_nav__line,
.s_nav__delivery,
.s_nav__takeout {
  margin-bottom: 20px;
}
.s_nav__hotpapper,
.s_nav__gnav,
.s_nav__tblg {
  margin-right: 15px;
}
.s_nav__mini {
  width: 280px;
  font-size: 13px;
  text-align: left;
  padding-top: 12px;
}
.s_nav__mini a {
  color: #e65407;
  position: relative;
  padding-right: 13px;
}
.s_nav__mini a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #e65407;
  border-bottom: 1px solid #e65407;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
.s_nav__mini a img {
  vertical-align: middle;
}
.s_nav__thumb {
  display: inline-block;
  width: 25px;
  text-align: center;
  margin: 8px 7px 6px 0px;
}
@media screen and (max-width: 767px) {
  .s_nav {
    width: 76%;
    margin: 10% auto 30px;
    padding: 0;
    justify-content: space-between;
  }
  .s_nav__top {
    width: 100%;
    padding: 0 0 20px;
  }
  .s_nav__line,
  .s_nav__delivery,
  .s_nav__takeout {
    margin-bottom: 13px;
  }
  .s_nav__line,
  .s_nav__delivery {
    margin-right: 0px;
  }
  .s_nav__hotpapper {
    margin-right: 15px;
    width: calc(50% - 8px);
  }
  .s_nav__gnav {
    width: calc(50% - 7px);
  }
  .s_nav__gnav,
  .s_nav__tblg,
  .s_nav__hotpapper {
    margin-right: 0;
    margin-bottom: 13px;
  }
  .s_nav__tblg {
    width: calc(50% - 7px);
  }
  .s_nav__mini a {
    padding-right: 12px;
  }
}

ul.gotoEat_btn.top {
  padding: 0 0 1rem;
  margin: 0 auto;
}

ul.gotoEat_btn {
  max-width: 1100px;
  margin: auto;
  padding: 0 0 3em 0;
  box-sizing: border-box;
}

ul.gotoEat_btn li {
  list-style: none;
  display: inline-block;
  width: 48%;
  margin: 1% 0% 0% 1%;
  position: relative;
}
ul.gotoEat_btn li:nth-child(odd) {
  margin-right: 0.5%;
}

@media screen and (max-width: 767px) {
  ul.gotoEat_btn {
    width: 92%;
    display: block;
    margin: 3% auto;
  }
  ul.gotoEat_btn li {
    width: 100%;
    margin: 2% 0%;
  }
}

/*アコーディオン*/
#acMenu {
  padding: 0;
}
#acMenu dt {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  cursor: pointer;
  float: none;
  background: #e65407;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
#acMenu .lv2 dt {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background: #883000;
}
@media screen and (max-width: 767px) {
  #acMenu dt {
    height: auto;
    padding: 5px 0;
  }
}

.green #acMenu dt {
  background: #6ab744;
}
.green #acMenu .lv2 dt {
  background: #417726;
}
#acMenu dt:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  #acMenu dt:after {
    right: 10px;
  }
}

#acMenu dt.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

#acMenu dt span {
  background: #fff;
  color: #e65407;
  font-size: 12px;
  display: block;
  height: 14px;
  line-height: 14px;
  width: 100px;
  margin: auto;
  top: 6px;
  position: inherit;
  border-radius: 7px;
  margin-bottom: -6px;
}

@media screen and (max-width: 767px) {
  #acMenu dt span {
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    top: 10px;
    border-radius: 8px;
    margin-bottom: 0px;
  }
}

.delivery_2021.menu #acMenu dt span {
  color: #6ab744;
}

#acMenu dd {
  background: none;
  width: 100%;
  text-align: center;
  border: none;
  display: none;
  margin-left: 0px;
  height: auto;
  margin-bottom: 40px;
}
#acMenu .lv2 dd {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
#acMenu dd h3 {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
#acMenu dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}
#acMenu dd li {
  list-style: none;
  margin-bottom: 10px;
  width: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  #acMenu dd li {
    width: 100%;
  }
}
#acMenu dd li a {
  background: #fff0bc;
  display: block;
  border-radius: 5px;
  /* margin-bottom: 10px; */
  margin: 0 0px 0px;
  padding: 8px 0;
  color: #e65407;
  text-decoration: none;
}
#acMenu dd li .delivery_icon_wrap {
  text-align: left;
  margin: 0 0px;
}
#acMenu dd li .delivery_icon {
  background: none;
  display: inline-block;
  border-radius: 0;
  /* margin-bottom: 10px; */
  margin: 0 3px 0px 0;
  padding: 8px 0;
  text-decoration: none;
}
/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  padding: 10px 30px;
  background-color: #fff;
  text-align: center;
}

.modalWrapper p {
  margin: 50px;
  font-size: 20px;
}

.modalWrapper p span {
  color: #e65407;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  color: #e65407;
  font-size: 32px;
}

/* 以下ボタンスタイル */

#openModal {
  cursor: pointer;
}

#openModal {
  position: relative;
  display: block;
  width: 100%;
  max-width: 15em;
  background: #fff;
  margin: 0 auto 20px;
  border: 1px solid #e65407;
  color: #e65407;
  text-decoration: none;
  text-align: center;
  line-height: 3em;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: bold;
}
#openModal:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(./img/arrow.png) center center no-repeat;
  background-size: contain;
  corsor: none;
}

@media screen and (max-width: 767px) {
  #openModal.pc {
    display: none;
  }
}

.single_shop .attention {
  text-align: center;
  color: #f00;
  background: #fff2f2;
  border: 2px solid #f00;
  max-width: 1050px;
  margin: 40px auto 30px;
  padding: 10px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .single_shop .attention {
    width: 80%;
    margin: 40px auto 0px;
    padding: 10px;
  }
}

.menu_detail .menu_main .menu3.drink img {
  max-height: 230px;
  width: auto;
}

.menu_detail .menu_sub .menu4.drink img {
  max-height: 180px;
  width: auto;
}

.menu_detail .menu_sub .menu3.drink img {
  max-height: 230px;
  width: auto;
}
/* 飲み放題 */
.nomihoudai {
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
  .nomihoudai {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.nomihoudai_inner {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  list-style-type: none;
  border: solid 1px black;
  margin-bottom: 40px;
}

.nomihoudai_inner .img {
  text-align: center;
  width: 100%;
}

.nomihoudai_inner .img img {
  width: 100%;
}

.nomihoudai_inner .nomihoudai-list {
  padding: 30px;
}

.nomihoudai_inner .nomihoudai-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nomihoudai_inner .nomihoudai-list .list.st {
  justify-content: flex-start;
}

.nomihoudai_inner .nomihoudai-list .list li {
  padding-left: 5px;
  list-style: none;
}

.drink-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.sub_title {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .drink-title {
    font-size: 20px;
  }
  .sub_title {
    font-size: 18px;
  }
  .drink {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .mt-20 {
    margin-top: 20px;
  }
}
/* 飲み放題ここまで */
.icon_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.icon_wrap li {
  flex-basis: clamp(52px, 18%, 57px);
  list-style: none;
  margin-bottom: 10px;
}
.icon_wrap li img {
  width: 50px;
}

.coupon .s_nav {
  width: 100%;
  margin: 3% auto 3%;
  padding: 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .coupon .s_nav {
    width: 80%;
    margin: 3% auto 0;
    padding: 0;
    justify-content: space-between;
  }
}

.coupon .s_nav div {
  margin-right: 0px;
  width: calc(25% - 5px);
}
@media screen and (max-width: 767px) {
  .coupon .s_nav div {
    width: calc(50% - 5px);
  }
}
.coupon li .reserve .coupon_attention {
  text-align: center;
  font-size: 12px;
}

.menu_course .s_nav {
  width: 100%;
  margin: 3% auto 3%;
  padding: 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .menu_course .s_nav {
    width: 80%;
    margin: 3% auto 0;
    padding: 0;
    justify-content: space-between;
  }
}

.menu_course .s_nav div {
  margin-right: 0px;
  width: calc(25% - 5px);
}
@media screen and (max-width: 767px) {
  .menu_course .s_nav div {
    width: calc(50% - 5px);
  }
}
.menu_course li .reserve .coupon_attention {
  text-align: center;
  font-size: 12px;
}

.fixed_menu.gakugeidaigaku li {
  width: 50%;
}
#header_takeout.gakugeidaigaku {
  right: 100px;
}
/* うなぎのこだわり */

@media screen and (min-width: 768px) {
  .unagi_header {
    background-image: url(./img/policy/unagi01.jpg);
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .access_header {
    background-image: url(./img/policy/unagi01-1.jpg);
    background-position: center;
  }
}
.unagi .kodawari {
  background: #000;
  color: white;
  width: 120px;
  display: block;
  line-height: 1.72;
  padding: 4px 0;
  text-align: center;
  margin: 20px auto 0;
  font-family: YakuHanJP, "Noto Serif JP", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: bold;
}

.unagi h3 {
  font-weight: bold !important;
}
