@charset "UTF-8";
/* 目次 */
/*
1.変数
-色
-max-width

2.mixin
-マージンなどリセット
-グラデ関連
-ぼかし
-回転の動き
-縦の動き

3.extend

4.sass
・基本要素
-body
--h
--p
--a
--ul
--dl
--table
--span

-header
--top page menu
--sub page menu

-footer

・各ページコンテンツ専用
-section
--top-content
--info-content
--menu-content
--deli-content
  --plus-alpha
--blog-content

・ather
-scroll
*/
/* body */
body {
  color: #715703;
  background: #fff;
  margin: 0;
  border: 0;
  padding: 0;
}

h1 {
  margin: 0;
  border: 0;
  padding: 0;
  text-align: center;
}
h1 img {
  height: 4rem;
  height: 4rem;
}

p.kome {
  margin: 0;
  border: 0;
  padding: 0;
  text-align: center;
  font-size: 0.9rem;
}
p.delivery {
  margin: 0;
  border: 0;
  padding: 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

a {
  color: #5b6e43;
  text-decoration: none;
}
a:hover {
  color: #b89216;
  text-decoration: underline;
}
a.btn-01 {
  background: -ms-linear-gradient(-90deg, rgb(255, 50, 50) 0%, rgb(152.5, 50, 50) 50.58%, rgb(177.5, 75, 75) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1BB41', endColorstr='#A17C15' ,GradientType=0)";
  background: linear-gradient(180deg, rgb(255, 50, 50) 0%, rgb(152.5, 50, 50) 50.58%, rgb(177.5, 75, 75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1BB41",endColorstr="#A17C15" , GradientType=0);
  display: inline-block;
  color: #fff;
  margin: 0.5rem 0;
  border-radius: 0.3rem;
  padding: 0.5rem 0;
  width: 80%;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
a.btn-01:hover {
  opacity: 0.65;
}
a.btn-02 {
  background: -ms-linear-gradient(-90deg, rgb(50, 200, 50) 0%, #327d32 50.58%, #4b964b 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1BB41', endColorstr='#A17C15' ,GradientType=0)";
  background: linear-gradient(180deg, rgb(50, 200, 50) 0%, #327d32 50.58%, #4b964b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1BB41",endColorstr="#A17C15" , GradientType=0);
  display: inline-block;
  color: #fff;
  margin: 0.5rem 0;
  border-radius: 0.3rem;
  padding: 0.5rem 0;
  width: 80%;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
a.btn-02:hover {
  opacity: 0.65;
}
a.btn-03 {
  background: -ms-linear-gradient(-90deg, rgb(50, 200, 50) 0%, #327d32 50.58%, #4b964b 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1BB41', endColorstr='#A17C15' ,GradientType=0)";
  background: linear-gradient(180deg, rgb(50, 200, 50) 0%, #327d32 50.58%, #4b964b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1BB41",endColorstr="#A17C15" , GradientType=0);
  display: inline-block;
  color: #fff;
  margin: 0.5rem 0;
  border-radius: 0.3rem;
  padding: 0.5rem 0;
  width: 80%;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: 40%;
  height: auto;
  font-size: 1.2rem;
}
a.btn-03:hover {
  opacity: 0.65;
}
a.btn-info {
  display: inline-block;
  color: #fff;
  margin: 0.5rem 0;
  border-radius: 0.3rem;
  padding: 0.5rem 0;
  width: 80%;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  margin: 0 1rem;
  border-radius: 0;
  width: 24.5%;
  height: auto;
  font-size: 1.2rem;
}
a.btn-info:hover {
  opacity: 0.65;
}

table {
  margin: 1rem 2rem;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  margin: 0;
  border: solid 1px #b89216;
  padding: 0.5rem;
  width: 25%;
}

td {
  margin: 0;
  border: solid 1px #b89216;
  padding: 0.5rem;
  width: 60%;
}

span.come-delivery {
  color: #c00;
  font-size: 16px;
  font-weight: bold;
}

header.nav-top::before {
  content: "";
  z-index: -1;
  background: url("/img/top_img.jpg");
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 500px;
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
}
header.b-top::before {
  background: none;
  filter: none;
}
header.nav-top h1 {
  position: relative;
  background: url(/img/top_img.jpg) center bottom;
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  height: 500px;
  max-width: 1280px;
  min-width: 1000px;
}
header.nav-top h1.h25e {
  color: #555;
  font-size: 8px;
  text-align: left;
}
header.nav-top img.rogo {
  position: absolute;
  display: block;
  background: #fff;
  padding: 0 20px;
  left: 0;
  width: 320px;
  height: 500px;
}
header.nav-top .b-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: 1000px;
  height: 500px;
}
header.nav-top .info {
  background: url("/img/top_info.jpg");
  background-position: center 60%;
  background-size: cover;
}
header.nav-top .menu {
  background: url("/img/top_menu.jpg");
  background-position: center;
  background-size: cover;
}
header.nav-top .delivery {
  background: url("/img/top_deli.jpg");
  background-position: center;
  background-size: cover;
}
header.nav-top .blog {
  background: url("/img/top_blog.jpg");
  background-position: center 20%;
  background-size: cover;
}
header article .inner {
  margin: 0 auto;
}
header article .inner::after {
  content: "";
  clear: both;
  display: block;
}
header article#top-head {
  position: absolute;
  top: -101px;
  margin: 600px auto 0;
  padding: 0;
  width: 100%;
  min-width: 1000px;
  z-index: 999;
}
header article#top-head.fixed {
  position: fixed;
  top: 0px;
  padding: 0;
  margin: 0;
  width: 100%;
  transition: top 0.5s ease-in;
  -webkit-transition: top 0.5s ease-in;
  -moz-transition: top 0.5s ease-in;
}
header article#top-head #nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
header article#top-head #nav-toggle div {
  position: relative;
}
header article#top-head #nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  left: 0;
  transition: 0.35s ease-in-out;
}
header article#top-head #nav-toggle span:nth-child(1) {
  top: 0;
}
header article#top-head #nav-toggle span:nth-child(2) {
  top: 11px;
}
header article#top-head #nav-toggle span:nth-child(3) {
  top: 22px;
}
header article#top-head .mobile-head .tel {
  display: none;
}
header article.b-nav {
  margin-top: 101px !important;
}
header article.b-nav.fixed {
  margin-top: 0px !important;
}
header article.b-nav .head_rogo img {
  display: none;
}
header article.a-nav {
  background: -ms-linear-gradient(-90deg, rgb(225, 187, 65) 0%, rgb(184, 146, 22) 50.58%, rgb(161, 124, 21) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1BB41', endColorstr='#A17C15' ,GradientType=0)";
  background: linear-gradient(180deg, rgb(225, 187, 65) 0%, rgb(184, 146, 22) 50.58%, rgb(161, 124, 21) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1BB41",endColorstr="#A17C15" , GradientType=0);
}
header article.a-nav nav {
  color: #fff;
}
header article.a-nav nav ul {
  display: flex;
  justify-content: center;
  color: #fff;
  margin: 0;
  border: 0;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  min-width: 1000px;
}
header article.a-nav nav ul li {
  flex-grow: 1;
  margin: 0;
  border: 0;
  padding: 0;
  margin: 0.3rem 0.5rem 0.05rem;
  list-style: none;
}
header article.a-nav nav ul li img {
  width: 100%;
}
header article.a-nav nav ul li.haitatsu {
  margin-right: 1rem;
  text-align: center;
  line-height: 1rem;
}
header article.a-nav nav ul li.haitatsu span.shinai {
  font-size: 0.8rem;
}
header article.a-nav nav ul li.haitatsu span.tel {
  font-size: 1.4rem;
  font-weight: bold;
}

footer {
  clear: both;
  color: #fff;
  background: #b89216;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  min-width: 1000px;
  text-align: center;
}
footer nav {
  margin: 0;
  border: 0;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  min-width: 1000px;
}
footer nav ul {
  margin: 0;
  border: 0;
  padding: 0;
  padding: 5rem 0 1rem;
  display: flex;
  justify-content: flex-start;
}
footer nav ul li {
  flex-grow: 1;
  list-style: none;
}
footer nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
footer nav ul li a:hover {
  color: #fff;
  background: #5b6e43;
  text-decoration: none;
}
footer hr {
  background: #c00;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 15px;
}
footer small {
  display: block;
  color: #715703;
  background: #fff;
  width: 100%;
  text-align: center;
}

main {
  display: block;
}
main.top-content {
  background: #fff;
  margin: 3rem auto 3rem;
  bprder: 0;
  padding: 3rem 0;
  width: 100%;
  max-width: 1280px;
  min-width: 1000px;
}
main.top-content ul.m_menu {
  margin: 0;
  border: 0;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
main.top-content ul.m_menu li {
  box-sizing: border-box;
  margin: 2rem 1rem;
  width: 25%;
  list-style: none;
}
main.top-content ul.m_menu li h3 {
  color: #b89216;
  margin: 1rem 3rem 0;
  border-bottom: solid 1px #b89216;
  padding-bottom: 0;
  font-family: serif;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5rem;
  text-transform: uppercase;
}
main.top-content ul.m_menu li span {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.5rem;
}
main.top-content ul.m_menu li img {
  width: 100%;
  transition: 0.3s;
}
main.top-content ul.m_menu li img:hover {
  transform: translateY(-10px);
  opacity: 0.8;
}
main.top-content .topics .m_posts {
  background: #fafafa;
  box-sizing: border-box;
  margin: 1rem auto 5rem;
  padding: 0.3rem 1rem 1rem;
  width: 65%;
}
main.top-content .topics .m_posts h2 {
  margin-bottom: 0;
  border-left: solid 10px #5b6e43;
  padding: 0 1rem;
}
main.top-content .topics .m_posts h2 img {
  height: 1.75rem;
  vertical-align: middle;
}
main.top-content .topics .m_posts ul {
  box-sizing: border-box;
  margin: 0;
  padding-left: 1.5rem;
  border-left: solid 4px #5b6e43;
  width: 100%;
  height: 10rem;
  overflow: scroll;
}
main.top-content .topics .m_posts ul li {
  padding: 0.5rem 0 0;
  list-style: none;
}
main.top-content .access h2 {
  text-align: center;
}
main.top-content .access h2 img {
  height: 12rem;
}
main.top-content .access iframe {
  width: 100%;
  height: 450px;
}
main.top-content .access div {
  margin: 0 auto;
  padding: 2rem 0;
  width: 50%;
  max-width: 1280px;
  min-width: 1000px;
  margin: 0;
  width: 100%;
  min-width: inherit;
  text-align: center;
}
main.top-content .access div img {
  display: inline-block;
  margin-left: 20rem;
  border-right: solid 4px #b89216;
  padding: 1rem 2rem 1rem 0;
  height: 95px;
  float: left;
}
main.top-content .access table.access {
  margin: 0;
}
main.top-content .access table.access th, main.top-content .access table.access td {
  border: none;
  padding: 0.1rem 1rem;
  width: auto;
  text-align: left;
}
main.info-content {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3rem;
  width: 100%;
  max-width: 1280px;
  min-width: 1000px;
  padding: 3rem 0;
}
main.info-content article.med-info {
  color: #fff;
  background: url("/info/i_img/info00.jpg") no-repeat center;
  background-size: cover;
  margin: 3rem auto 8rem;
}
main.info-content article.med-info h2.info-title {
  margin: 0 1rem 2rem;
  padding-top: 3rem;
  font-weight: 100;
}
main.info-content article.med-info h2.info-title img {
  display: inline-block;
  border-bottom: solid 2px #fff;
  padding-right: 5rem;
  height: 3rem;
}
main.info-content article.med-info div.yurai {
  background: rgba(0, 0, 0, 0.5);
  height: 10rem;
}
main.info-content article.med-info div.yurai p.kou {
  margin: 2rem 1rem 1rem;
  float: left;
  width: 20%;
  text-align: center;
  font-size: 0.8rem;
}
main.info-content article.med-info div.yurai p.kou img {
  height: 1.5rem;
}
main.info-content article.med-info div.yurai p.otsu {
  margin: 2rem 1rem 2rem;
  float: left;
  width: 7%;
  text-align: center;
  font-size: 0.9rem;
}
main.info-content article.med-info div.info-btn-div {
  margin: 2rem 0 0;
  padding-bottom: 3rem;
}
main.info-content article.med-info div.info-btn-div .btn-red {
  background: -ms-linear-gradient(-90deg, rgb(255, 50, 50) 0%, rgb(152.5, 50, 50) 50.58%, rgb(177.5, 75, 75) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1BB41', endColorstr='#A17C15' ,GradientType=0)";
  background: linear-gradient(180deg, rgb(255, 50, 50) 0%, rgb(152.5, 50, 50) 50.58%, rgb(177.5, 75, 75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1BB41",endColorstr="#A17C15" , GradientType=0);
}
main.info-content article.med-info div.info-btn-div .btn-gold {
  background: -ms-linear-gradient(-90deg, rgb(225, 187, 65) 0%, rgb(137.5, 118.5, 57.5) 50.58%, rgb(162.5, 143.5, 82.5) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1BB41', endColorstr='#A17C15' ,GradientType=0)";
  background: linear-gradient(180deg, rgb(225, 187, 65) 0%, rgb(137.5, 118.5, 57.5) 50.58%, rgb(162.5, 143.5, 82.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1BB41",endColorstr="#A17C15" , GradientType=0);
}
main.info-content article.med-info img.shop-img {
  margin: 2rem 3rem;
  width: 30%;
  float: left;
}
main.info-content article.kodawari h2 {
  text-align: center;
}
main.info-content article.kodawari h2 img {
  height: 12rem;
}
main.info-content article ul {
  margin: 0;
  border: 0;
  padding: 0;
}
main.info-content article ul li {
  position: relative;
  list-style-type: none;
  height: 400px;
}
main.info-content article ul li div {
  box-sizing: border-box;
  position: absolute;
  color: #fff;
  padding: 1rem;
}
main.info-content article ul li div.text-right {
  bottom: 6%;
  right: 3%;
}
main.info-content article ul li div.text-left {
  bottom: 6%;
  left: 3%;
}
main.info-content article ul li div.text-back {
  background: rgba(32, 54, 37, 0.75);
}
main.info-content article ul li div.font-blue {
  color: #0ad;
  max-width: 500px;
}
main.info-content article ul li div h3 {
  margin: 0;
  font-family: serif;
  font-size: 1.75rem;
  font-weight: normal;
  text-align: left;
}
main.info-content article ul li div p {
  margin: 0;
}
main.info-content article ul li.kodawari1 {
  background: url("/info/i_img/info01.jpg") no-repeat center;
  background-size: cover;
  background-position: center 50%;
}
main.info-content article ul li.kodawari2 {
  background: url("/info/i_img/info02.jpg") no-repeat center;
  background-size: cover;
  background-position: center 30%;
}
main.info-content article ul li.kodawari3 {
  background: url("/info/i_img/info03.jpg") no-repeat center;
  background-size: cover;
  background-position: center 50%;
}
main.info-content article ul li.kodawari4 {
  background: url("/info/i_img/info04.jpg") no-repeat center;
  background-size: cover;
  background-position: center 50%;
}
main.info-content article div.info-btn-div-bottom {
  margin: 2rem auto 0;
  padding-bottom: 3rem;
  text-align: center;
}
main.info-content article div.info-btn-div-bottom .btn-red {
  background: -ms-linear-gradient(-90deg, rgb(255, 50, 50) 0%, rgb(152.5, 50, 50) 50.58%, rgb(177.5, 75, 75) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1BB41', endColorstr='#A17C15' ,GradientType=0)";
  background: linear-gradient(180deg, rgb(255, 50, 50) 0%, rgb(152.5, 50, 50) 50.58%, rgb(177.5, 75, 75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1BB41",endColorstr="#A17C15" , GradientType=0);
}
main.info-content article div.info-btn-div-bottom .btn-gold {
  background: -ms-linear-gradient(-90deg, rgb(225, 187, 65) 0%, rgb(137.5, 118.5, 57.5) 50.58%, rgb(162.5, 143.5, 82.5) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1BB41', endColorstr='#A17C15' ,GradientType=0)";
  background: linear-gradient(180deg, rgb(225, 187, 65) 0%, rgb(137.5, 118.5, 57.5) 50.58%, rgb(162.5, 143.5, 82.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1BB41",endColorstr="#A17C15" , GradientType=0);
}
main.menu-content {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3rem;
  width: 100%;
  max-width: 1280px;
  min-width: 1000px;
}
main.menu-content h2 {
  margin: 3rem 3rem 1rem;
  border-bottom: solid 2px #5b6e43;
}
main.menu-content h2 span {
  display: inline-block;
  color: #b89216;
  margin-left: 1rem;
  font-size: 1rem;
}
main.menu-content ul.menu-nav {
  margin: 0;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  margin: 2rem 0;
  border-top: solid 2px #5b6e43;
  border-bottom: solid 2px #5b6e43;
}
main.menu-content ul.menu-nav li {
  margin: 0;
  border: 0;
  padding: 0;
  flex-grow: 1;
  text-align: center;
  list-style: none;
}
main.menu-content ul.menu-nav li a {
  display: block;
  padding: 0.3rem 0;
  color: #5b6e43;
  text-decoration: none;
  line-height: 1.2rem;
}
main.menu-content ul.menu-nav li a:hover {
  color: #fff;
  background: #5b6e43;
}
main.menu-content ul.menu-nav li a:hover span {
  color: #fff;
}
main.menu-content ul.menu-nav li a span {
  display: block;
  color: #b89216;
  font-size: 0.9rem;
}
main.menu-content ul.menu-ryouri {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  border: 0;
  padding: 0;
}
main.menu-content ul.menu-ryouri li {
  flex-grow: 0;
  margin: 1rem 0 2rem;
  padding: 0 0.5rem;
  width: 23.2%;
  list-style: none;
}
main.menu-content ul.menu-ryouri .menu-img {
  display: block;
  position: relative;
  margin: 0;
  border: 0;
  padding: 0;
  margin-bottom: 2rem;
}
main.menu-content ul.menu-ryouri .menu-img a {
  display: block;
  transition: 0.3s;
}
main.menu-content ul.menu-ryouri .menu-img a:before {
  position: absolute;
  background: #bbb;
  box-shadow: 0 13px 8px #bbb;
  content: "";
  top: 10px;
  right: 8px;
  bottom: 10px;
  width: 45.5%;
  max-width: 100%;
  transform: rotate(3.5deg);
  z-index: -1;
}
main.menu-content ul.menu-ryouri .menu-img a:after {
  position: absolute;
  background: #bbb;
  box-shadow: 0 13px 8px #bbb;
  content: "";
  top: 10px;
  left: 8px;
  bottom: 10px;
  width: 45.5%;
  max-width: 100%;
  transform: rotate(-3.5deg);
  z-index: -1;
}
main.menu-content ul.menu-ryouri .menu-img a:hover {
  transform: rotate(-4deg);
}
main.menu-content ul.menu-ryouri .menu-img img {
  width: 100%;
}
main.menu-content ul.menu-ryouri .menu-img span {
  box-sizing: border-box;
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0.15rem 0.7rem;
  color: #fff;
  background: linear-gradient(90deg, rgba(225, 187, 65, 0.8) 0%, rgba(184, 146, 22, 0.75) 50.58%, rgba(161, 124, 21, 0) 100%);
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: left;
  text-shadow: #5b6e43 1px 1px 4px;
  font-size: 0.9rem;
}
main.menu-content ul.menu-ryouri p.menu-title {
  margin: 0;
  border-bottom: dotted 3px #5b6e43;
  padding: 0;
  text-align: left;
  font-size: 1rem;
}
main.menu-content ul.menu-ryouri p.menu-title_en {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  border-bottom: dotted 2px #5b6e43;
  color: #b89216;
  border: none;
  font-size: 0.9rem;
}
main.menu-content ul.menu-ryouri p.menu-price {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: right;
}
main.menu-content ul.menu-ryouri p.menu-price .not-tax {
  font-size: 0.9rem;
  font-weight: normal;
}
main.menu-content ul.menu-ryouri p.menu-price-tax {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  margin-top: 0;
  font-size: 0.9rem;
  text-align: right;
}
main.menu-content ul.menu-ryouri p.menu-comment {
  font-size: 0.9rem;
}
main.deli-content {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3rem;
  width: 100%;
  max-width: 1280px;
  min-width: 1000px;
}
main.deli-content section.plus-alpha {
  padding: 0;
}
main.deli-content section.plus-alpha .heading {
  margin: 0 50px 10px;
  border-bottom: dotted 2px #5b6e43;
  font-size: 22px;
}
main.deli-content section.plus-alpha .heading + small {
  margin: 0 50px;
  font-size: 16px;
}
main.deli-content h2 {
  margin: 3rem 3rem 1rem;
  border-bottom: solid 2px #5b6e43;
}
main.deli-content h2 span {
  display: inline-block;
  color: #b89216;
  margin-left: 1rem;
  font-size: 1rem;
}
main.deli-content p.announcement {
  color: #c00;
  margin: 0 50px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
main.deli-content ul.deli-nav {
  margin: 0;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  margin: 2rem 0;
  border-top: solid 2px #5b6e43;
  border-bottom: solid 2px #5b6e43;
}
main.deli-content ul.deli-nav li {
  margin: 0;
  border: 0;
  padding: 0;
  flex-grow: 1;
  text-align: center;
  list-style: none;
}
main.deli-content ul.deli-nav li a {
  display: block;
  padding: 0.3rem 0;
  color: #5b6e43;
  text-decoration: none;
  line-height: 1.2rem;
}
main.deli-content ul.deli-nav li a:hover {
  color: #fff;
  background: #5b6e43;
}
main.deli-content ul.deli-nav li a:hover span {
  color: #fff;
}
main.deli-content ul.deli-nav li a span {
  display: block;
  color: #b89216;
  font-size: 0.9rem;
}
main.deli-content ul.deli-lunch {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  border: 0;
  padding: 0;
}
main.deli-content ul.deli-lunch li {
  flex-grow: 0;
  margin: 1rem 0 2rem;
  padding: 0 0.5rem;
  width: 23.2%;
  list-style: none;
}
main.deli-content ul.deli-lunch .menu-img {
  display: block;
  position: relative;
  margin: 0;
  border: 0;
  padding: 0;
  margin-bottom: 2rem;
}
main.deli-content ul.deli-lunch .menu-img a {
  display: block;
  transition: 0.3s;
}
main.deli-content ul.deli-lunch .menu-img a:before {
  position: absolute;
  background: #bbb;
  box-shadow: 0 13px 8px #bbb;
  content: "";
  top: 10px;
  right: 10px;
  bottom: 13px;
  width: 47%;
  max-width: 100%;
  transform: rotate(2.5deg);
  z-index: -1;
}
main.deli-content ul.deli-lunch .menu-img a:after {
  position: absolute;
  background: #bbb;
  box-shadow: 0 13px 8px #bbb;
  content: "";
  top: 10px;
  left: 10px;
  bottom: 13px;
  width: 47%;
  max-width: 100%;
  transform: rotate(-2.5deg);
  z-index: -1;
}
main.deli-content ul.deli-lunch .menu-img a:hover {
  transform: rotate(-2deg);
}
main.deli-content ul.deli-lunch .menu-img img {
  width: 100%;
}
main.deli-content ul.deli-lunch .menu-img span {
  box-sizing: border-box;
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0.15rem 0.7rem;
  color: #fff;
  background: linear-gradient(90deg, rgba(225, 187, 65, 0.8) 0%, rgba(184, 146, 22, 0.75) 50.58%, rgba(161, 124, 21, 0) 100%);
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: left;
  text-shadow: #5b6e43 1px 1px 4px;
  font-size: 0.9rem;
}
main.deli-content ul.deli-lunch p.menu-title {
  margin: 0;
  border-bottom: dotted 3px #5b6e43;
  padding: 0;
  text-align: left;
  font-size: 1rem;
}
main.deli-content ul.deli-lunch p.menu-title_en {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  border-bottom: dotted 2px #5b6e43;
  color: #b89216;
  border: none;
  font-size: 0.9rem;
}
main.deli-content ul.deli-lunch p.menu-price {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: right;
}
main.deli-content ul.deli-lunch p.menu-price .not-tax {
  font-size: 0.9rem;
  font-weight: normal;
}
main.deli-content ul.deli-lunch p.menu-price-tax {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  margin-top: 0;
  font-size: 0.9rem;
  text-align: right;
}
main.deli-content ul.deli-lunch p.menu-comment {
  font-size: 0.9rem;
}
main.deli-content ul.deli-lunch li {
  box-sizing: border-box;
  padding: 0 1.5rem;
  width: 33.333%;
}
main.deli-content dl.deli-cuisine {
  display: flex;
  justify-content: flex-start;
  padding: 1rem 3rem;
}
main.deli-content dl.deli-cuisine dt {
  box-sizing: border-box;
  padding: 1rem 0 1rem 4rem;
  width: 40%;
}
main.deli-content dl.deli-cuisine dt .menu-img {
  display: block;
  position: relative;
  margin: 0;
  border: 0;
  padding: 0;
  margin-bottom: 2rem;
}
main.deli-content dl.deli-cuisine dt .menu-img a {
  display: block;
  transition: 0.3s;
}
main.deli-content dl.deli-cuisine dt .menu-img a:before {
  position: absolute;
  background: #bbb;
  box-shadow: 0 13px 8px #bbb;
  content: "";
  top: 10px;
  right: 10px;
  bottom: 13px;
  width: 47%;
  max-width: 100%;
  transform: rotate(2.5deg);
  z-index: -1;
}
main.deli-content dl.deli-cuisine dt .menu-img a:after {
  position: absolute;
  background: #bbb;
  box-shadow: 0 13px 8px #bbb;
  content: "";
  top: 10px;
  left: 10px;
  bottom: 13px;
  width: 47%;
  max-width: 100%;
  transform: rotate(-2.5deg);
  z-index: -1;
}
main.deli-content dl.deli-cuisine dt .menu-img a:hover {
  transform: rotate(-2deg);
}
main.deli-content dl.deli-cuisine dt .menu-img img {
  width: 100%;
}
main.deli-content dl.deli-cuisine dt .menu-img span {
  box-sizing: border-box;
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0.15rem 0.7rem;
  color: #fff;
  background: linear-gradient(90deg, rgba(225, 187, 65, 0.8) 0%, rgba(184, 146, 22, 0.75) 50.58%, rgba(161, 124, 21, 0) 100%);
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: left;
  text-shadow: #5b6e43 1px 1px 4px;
  font-size: 0.9rem;
}
main.deli-content dl.deli-cuisine dt p.menu-title {
  margin: 0;
  border-bottom: dotted 3px #5b6e43;
  padding: 0;
  text-align: left;
  font-size: 1rem;
}
main.deli-content dl.deli-cuisine dt p.menu-title_en {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  border-bottom: dotted 2px #5b6e43;
  color: #b89216;
  border: none;
  font-size: 0.9rem;
}
main.deli-content dl.deli-cuisine dt p.menu-price {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: right;
}
main.deli-content dl.deli-cuisine dt p.menu-price .not-tax {
  font-size: 0.9rem;
  font-weight: normal;
}
main.deli-content dl.deli-cuisine dt p.menu-price-tax {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  margin-top: 0;
  font-size: 0.9rem;
  text-align: right;
}
main.deli-content dl.deli-cuisine dt p.menu-comment {
  font-size: 0.9rem;
}
main.deli-content dl.deli-cuisine dt img {
  width: 100%;
}
main.deli-content dl.deli-cuisine dd {
  box-sizing: border-box;
  padding: 1rem 4rem 1rem 0rem;
  width: 58%;
}
main.deli-content dl.deli-cuisine p {
  text-align: center;
}
main.deli-content dl.deli-cuisine p.menu-title {
  margin: 0;
  border-bottom: dotted 3px #5b6e43;
  padding: 0 0.5rem;
  text-align: left;
  font-size: 1.4rem;
}
main.deli-content dl.deli-cuisine p.menu-title_en {
  margin: 0;
  padding: 0 0.5rem;
  color: #b89216;
  border: none;
  font-size: 0.9rem;
  text-align: left;
}
main.deli-content dl.deli-cuisine p.menu-title_en span.new {
  display: inline-block;
  color: #fff;
  background: #c00;
  margin-right: 0.5rem;
  padding: 0 5px;
  font-size: 0.7rem;
  text-transform: uppercase;
  vertical-align: text-bottom;
}
main.deli-content dl.deli-cuisine p.menu-new {
  font-size: 1.5rem;
  font-weight: bold;
}
main.deli-content dl.deli-cuisine p.menu-new_en {
  font-size: 1rem;
  font-weight: bold;
}
main.deli-content dl.deli-cuisine p.menu-bikou {
  margin: 0.5rem 0;
}
main.deli-content dl.deli-cuisine p.menu-price {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 1.5rem;
}
main.deli-content dl.deli-cuisine p.menu-price .not-tax {
  font-size: 0.9rem;
}
main.deli-content dl.deli-cuisine p.menu-price-tax {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  margin-top: 0;
  font-size: 0.9rem;
}
main.deli-content dl.deli-cuisine p.menu-kome {
  padding: 0 1rem;
  text-align: left;
}
main.deli-content dl.deli-cuisine p.menu-komeR {
  padding: 0 1rem;
  text-align: left;
}
main.deli-content dl.deli-cuisine p.menu-komeR span {
  color: #c00;
  font-size: 1.15rem;
  font-weight: bold;
}
main.deli-content dl.deli-cuisine p.menu-kome_en {
  color: #b89216;
  padding: 0 1rem;
  font-size: 0.9rem;
  text-align: left;
}
main.deli-content dl.deli-cuisine p.menu-small {
  font-size: 0.9rem;
}
main.deli-content dl.about {
  margin: 0;
  padding: 0 3rem 1rem;
}
main.deli-content dl.about dt {
  margin: 0 1rem;
  border-bottom: dotted 1px #b89216;
  font-weight: bold;
}
main.deli-content dl.about dt span.about-ti_en {
  color: #b89216;
  font-size: 14px;
  padding-left: 1rem;
}
main.deli-content dl.about dd {
  margin-bottom: 2rem;
}
main.deli-content dl.about dd span.about-kome_en {
  color: #b89216;
  font-size: 14px;
}
main.blog-content {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3rem;
  width: 100%;
  max-width: 1280px;
  min-width: 1000px;
}
main.blog-content h2 {
  box-sizing: padding-box;
  background: url("/img/b_oyaji.svg") no-repeat left bottom;
  background-size: 2rem;
  margin: 0.5rem 0;
  padding-left: 2.5rem;
  border-bottom: solid 3px #5b6e43;
}
main.blog-content .blog-single {
  float: left;
  margin: 2rem 0;
  width: 75%;
}
main.blog-content .blog-single .blog-date {
  font-size: 0.9rem;
}
main.blog-content .blog-single .blog-honbun {
  margin-bottom: 5rem;
}
main.blog-content .blog-single .blog-tuduki {
  font-size: 0.9rem;
  text-align: right;
}
main.blog-content .blog-single .blog-tuduki a {
  color: #5b6e43;
}
main.blog-content .blog-single .blog-tuduki a:hover {
  color: #fff;
  background: #b89216;
}
main.blog-content .blog-side {
  float: right;
  margin: 2.5rem 0;
  width: 20%;
}
main.blog-content .blog-side h2 {
  background: none;
  margin-bottom: 0;
  border: none;
  border-left: solid 6px #b89216;
  padding: 0.2rem 0;
  padding-left: 0.7rem;
}
main.blog-content .blog-side h2 img {
  height: 20px;
}
main.blog-content .blog-side ul {
  margin-top: 0;
  margin-bottom: 2rem;
  border-left: solid 2px #b89216;
  padding-left: 1rem;
}
main.blog-content .blog-side ul li {
  margin: 0;
  border: 0;
  padding: 0;
  padding: 0.2rem 0;
  list-style: none;
}
main.blog-content .blog-side ul li a {
  color: #5b6e43;
  text-decoration: none;
}
main.blog-content .blog-side ul li a:hover {
  color: #b89216;
  text-decoration: underline;
}
main.blog-content figure.wp-block-image img {
  width: 100%;
  height: auto;
}

/* TOP スクロール */
#kurupon {
  display: none;
  position: fixed;
  right: 4%;
  bottom: 9%;
  margin: 0;
  border: 0;
  padding: 0;
  z-index: 10;
}
#kurupon a {
  display: block;
  color: #fff;
  background: #b89216;
  border-radius: 50%;
  padding: 1rem 1rem;
  width: 3rem;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  transition: 0.6s;
}
#kurupon a:hover {
  background-color: #5b6e43;
  transition: 0.6s;
}

#haitatsu {
  display: none;
}
/* スマホ */
@media only screen and (max-width: 780px) {
  /* 目次 */
  /*
  1.変数
  -色
  -max-width

  2.mixin
  -マージンなどリセット
  -グラデ関連
  -ぼかし
  -回転の動き
  -縦の動き

  3.extend

  4.sass
  ・基本要素
  -body
  --h
  --p
  --a
  --ul
  --dl
  --table
  --span

  -header
  --top page menu
  --sub page menu

  -footer

  ・各ページコンテンツ専用
  -section
  --top-content
  --info-content
  --menu-content
  --deli-content
    --plus-alpha
  --blog-content

  ・ather
  -scroll
  */
  /* body */
  body {
    margin: 0;
    border: 0;
    padding: 0;
  }
  p.kome {
    text-align: left;
  }
  p.delivery {
    font-size: 1rem;
    text-align: left;
  }
  a.btn-01 {
    background: -ms-linear-gradient(-90deg, rgb(255, 50, 50) 0%, rgb(152.5, 50, 50) 50.58%, rgb(177.5, 75, 75) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1BB41', endColorstr='#A17C15' ,GradientType=0)";
    background: linear-gradient(180deg, rgb(255, 50, 50) 0%, rgb(152.5, 50, 50) 50.58%, rgb(177.5, 75, 75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1BB41",endColorstr="#A17C15" , GradientType=0);
    width: 100%;
    font-size: 1rem;
  }
  a.btn-02 {
    background: -ms-linear-gradient(-90deg, rgb(50, 200, 50) 0%, #327d32 50.58%, #4b964b 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1BB41', endColorstr='#A17C15' ,GradientType=0)";
    background: linear-gradient(180deg, rgb(50, 200, 50) 0%, #327d32 50.58%, #4b964b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1BB41",endColorstr="#A17C15" , GradientType=0);
    width: 100%;
    font-size: 1rem;
  }
  a.btn-03 {
    background: -ms-linear-gradient(-90deg, rgb(50, 200, 50) 0%, #327d32 50.58%, #4b964b 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1BB41', endColorstr='#A17C15' ,GradientType=0)";
    background: linear-gradient(180deg, rgb(50, 200, 50) 0%, #327d32 50.58%, #4b964b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1BB41",endColorstr="#A17C15" , GradientType=0);
    width: 100%;
    font-size: 1rem;
  }
  a.btn-info {
    width: 100%;
    font-size: 1rem;
  }
  table {
    margin: 1rem 0;
  }
  th {
    width: 40%;
  }
  td {
    width: 55%;
  }
  span.come-delivery {
    color: #c00;
    font-size: 15px;
    font-weight: bold;
  }
  header.nav-top::before {
    filter: blur(0);
  }
  header.nav-top h1 {
    margin-top: 56px;
    min-width: inherit;
    height: 200px;
    box-shadow: none;
  }
  header.nav-top h1.h25e {
    font-size: 6px;
  }
  header.nav-top img.rogo {
    padding: 0 10px;
    width: 30%;
    max-width: 200px;
    height: 200px;
  }
  header.nav-top .b-img {
    background-position: center;
    margin: 0 auto;
    min-width: inherit;
    height: 200px;
  }
  header article#top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
    min-width: inherit;
  }
  header article#top-head #nav-toggle {
    display: block;
  }
  header article#top-head .mobile-head {
    background: -ms-linear-gradient(-90deg, rgb(225, 187, 65) 0%, rgb(184, 146, 22) 50.58%, rgb(161, 124, 21) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1BB41', endColorstr='#A17C15' ,GradientType=0)";
    background: linear-gradient(180deg, rgb(225, 187, 65) 0%, rgb(184, 146, 22) 50.58%, rgb(161, 124, 21) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1BB41",endColorstr="#A17C15" , GradientType=0);
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  header article#top-head .mobile-head .tel {
    display: inline-block;
    margin-right: 3.5rem;
    float: right;
  }
  header article#top-head .mobile-head .tel img {
    padding: 0.5rem 0.5rem 0.3rem;
    height: 2.1rem;
  }
  header article#top-head #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #5b6e43;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    transition: 0.5s ease-in-out;
  }
  header article#top-head #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  header article#top-head #global-nav ul li {
    float: none;
    position: static;
  }
  header article#top-head.open #nav-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
  }
  header article#top-head.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  header article#top-head.open #nav-toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
  }
  header article#top-head.open #global-nav {
    transform: translateY(556px);
  }
  header article.b-nav {
    margin-top: 0px !important;
  }
  header article.b-nav.fixed {
    margin-top: 0px !important;
  }
  header article.b-nav .head_rogo img {
    display: inline-block;
    margin: 0.2rem 0 0 0.5rem;
    height: 50px;
  }
  header article.a-nav nav ul {
    flex-wrap: wrap;
    min-width: inherit;
  }
  header article.a-nav nav ul li {
    margin: 0 1rem;
    width: 40%;
  }
  header article.a-nav nav ul li.sub_rogo {
    display: none;
  }
  footer {
    min-width: inherit;
  }
  footer nav {
    min-width: inherit;
  }
  footer nav ul {
    flex-direction: column;
    padding: 0;
  }
  footer nav ul li a {
    padding: 0.5rem 0;
    border-top: solid 1px #fff;
  }
  footer nav ul li a:hover {
    text-decoration: none;
  }
  footer hr {
    height: 70px;
  }
  main.top-content {
    margin: 0;
    min-width: inherit;
  }
  main.top-content ul.m_menu {
    flex-wrap: wrap;
  }
  main.top-content ul.m_menu li {
    margin: 1rem 3rem;
    width: 100%;
  }
  main.top-content .topics .m_posts {
    margin: 0;
    margin-bottom: 2rem;
    padding: 0.3rem 2rem 1rem;
    width: 100%;
  }
  main.top-content .topics .m_posts h2 img {
    height: 1.75rem;
    vertical-align: middle;
  }
  main.top-content .access iframe {
    height: 300px;
  }
  main.top-content .access div img {
    margin: 0;
    border: 0;
    padding: 0;
    margin: 2rem 0;
    width: 50%;
    float: none;
  }
  main.top-content .access table.access {
    margin: 0 auto;
  }
  main.info-content {
    padding: 3rem 1rem;
    min-width: inherit;
    padding: 3rem 0;
  }
  main.info-content article.med-info {
    padding: 0;
  }
  main.info-content article.med-info h2.info-title img {
    border-bottom: solid 2px #fff;
    padding-right: 2rem;
    height: 2rem;
  }
  main.info-content article.med-info p {
    margin: 0 1rem 3rem;
  }
  main.info-content article.med-info div.yurai {
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 1rem;
    height: auto;
  }
  main.info-content article.med-info div.yurai p.kou {
    margin: 2rem auto 2rem;
    float: none;
    width: 100%;
    font-size: 1rem;
  }
  main.info-content article.med-info div.yurai p.kou img {
    height: 1.75rem;
  }
  main.info-content article.med-info div.yurai p.otsu {
    margin: 2rem auto 1rem;
    float: none;
    width: 20%;
  }
  main.info-content article.med-info div.info-btn-div {
    text-align: center;
  }
  main.info-content article.med-info div.info-btn-div .btn-red {
    background: -ms-linear-gradient(-90deg, rgb(255, 50, 50) 0%, rgb(152.5, 50, 50) 50.58%, rgb(177.5, 75, 75) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1BB41', endColorstr='#A17C15' ,GradientType=0)";
    background: linear-gradient(180deg, rgb(255, 50, 50) 0%, rgb(152.5, 50, 50) 50.58%, rgb(177.5, 75, 75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1BB41",endColorstr="#A17C15" , GradientType=0);
    box-sizing: border-box;
    margin: 0.5rem auto;
    width: 80%;
  }
  main.info-content article.med-info div.info-btn-div .btn-gold {
    background: -ms-linear-gradient(-90deg, rgb(225, 187, 65) 0%, rgb(137.5, 118.5, 57.5) 50.58%, rgb(162.5, 143.5, 82.5) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1BB41', endColorstr='#A17C15' ,GradientType=0)";
    background: linear-gradient(180deg, rgb(225, 187, 65) 0%, rgb(137.5, 118.5, 57.5) 50.58%, rgb(162.5, 143.5, 82.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1BB41",endColorstr="#A17C15" , GradientType=0);
    box-sizing: border-box;
    margin: 0.5rem auto;
    width: 80%;
  }
  main.info-content article.med-info img.shop-img {
    box-sizing: border-box;
    margin: 2rem auto;
    padding: 0 2.5rem;
    width: 100%;
  }
  main.info-content article ul li {
    margin-bottom: 18rem;
    height: 200px;
  }
  main.info-content article ul li div.text-right {
    top: 200px;
  }
  main.info-content article ul li div.text-left {
    top: 200px;
  }
  main.info-content article ul li div.text-back {
    color: #5b6e43;
    background: none;
  }
  main.info-content article ul li div.font-blue {
    color: #5b6e43;
    max-width: inherit;
  }
  main.info-content article ul li div h3 {
    text-align: center;
  }
  main.info-content article div.info-btn-div-bottom {
    text-align: center;
    padding-bottom: 0;
  }
  main.info-content article div.info-btn-div-bottom .btn-red {
    background: -ms-linear-gradient(-90deg, rgb(255, 50, 50) 0%, rgb(152.5, 50, 50) 50.58%, rgb(177.5, 75, 75) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1BB41', endColorstr='#A17C15' ,GradientType=0)";
    background: linear-gradient(180deg, rgb(255, 50, 50) 0%, rgb(152.5, 50, 50) 50.58%, rgb(177.5, 75, 75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1BB41",endColorstr="#A17C15" , GradientType=0);
    box-sizing: border-box;
    margin: 0.5rem auto;
    width: 80%;
  }
  main.info-content article div.info-btn-div-bottom .btn-gold {
    background: -ms-linear-gradient(-90deg, rgb(225, 187, 65) 0%, rgb(137.5, 118.5, 57.5) 50.58%, rgb(162.5, 143.5, 82.5) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1BB41', endColorstr='#A17C15' ,GradientType=0)";
    background: linear-gradient(180deg, rgb(225, 187, 65) 0%, rgb(137.5, 118.5, 57.5) 50.58%, rgb(162.5, 143.5, 82.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1BB41",endColorstr="#A17C15" , GradientType=0);
    box-sizing: border-box;
    margin: 0.5rem auto;
    width: 80%;
  }
  main.menu-content {
    padding: 3rem 1rem;
    min-width: inherit;
  }
  main.menu-content h2 {
    margin: 3rem 0 1rem;
    text-align: center;
  }
  main.menu-content h2 span {
    display: block;
    margin: 0.1rem 0 0;
    font-size: 0.9rem;
    font-weight: 100;
  }
  main.menu-content ul.menu-nav {
    flex-wrap: wrap;
    border-bottom: solid 1px #5b6e43;
  }
  main.menu-content ul.menu-nav li {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  main.menu-content ul.menu-nav li:nth-child(odd) {
    border-bottom: solid 1px #5b6e43;
    border-right: solid 1px #5b6e43;
  }
  main.menu-content ul.menu-nav li:nth-child(even) {
    border-bottom: solid 1px #5b6e43;
  }
  main.menu-content ul.menu-nav li {
    width: 50%;
  }
  main.menu-content ul.menu-ryouri li {
    margin: 0;
    border: 0;
    padding: 0;
    padding: 0 1rem;
    width: 100%;
  }
  main.menu-content ul.menu-ryouri .menu-img {
    margin-bottom: 1rem;
  }
  main.menu-content ul.menu-ryouri .menu-img a:hover {
    transform: rotate(-4deg);
  }
  main.menu-content ul.menu-ryouri .menu-img img {
    width: 100%;
  }
  main.menu-content ul.menu-ryouri p.menu-title {
    margin: 0;
    margin-top: 0rem;
    border-bottom: dotted 2px #5b6e43;
    padding: 0;
    text-align: left;
    font-size: 0.9rem;
  }
  main.menu-content ul.menu-ryouri p.menu-price .not-tax {
    font-size: 0.9rem;
  }
  main.menu-content ul.menu-ryouri p.menu-price-tax {
    font-size: 0.9rem;
  }
  main.menu-content ul.menu-ryouri p.menu-comment {
    margin: 0 0 3rem;
    font-size: 1rem;
  }
  main.deli-content {
    padding: 3rem 1rem;
    min-width: inherit;
  }
  main.deli-content section.plus-alpha .heading {
    margin: 0 0 10px;
    font-size: 16px;
  }
  main.deli-content section.plus-alpha .heading + small {
    margin: 0 0;
    font-size: 14px;
  }
  main.deli-content h2 {
    margin: 3rem 0 1rem;
    text-align: center;
  }
  main.deli-content h2 span {
    display: block;
    margin: 0.1rem 0 0;
    font-size: 0.9rem;
    font-weight: 100;
  }
  main.deli-content p.announcement {
    margin: 0 0;
    font-size: 16px;
  }
  main.deli-content ul.deli-nav {
    flex-wrap: wrap;
    border-bottom: solid 1px #5b6e43;
  }
  main.deli-content ul.deli-nav li {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  main.deli-content ul.deli-nav li:nth-child(odd) {
    border-bottom: solid 1px #5b6e43;
    border-right: solid 1px #5b6e43;
  }
  main.deli-content ul.deli-nav li:nth-child(even) {
    border-bottom: solid 1px #5b6e43;
  }
  main.deli-content ul.deli-nav li {
    width: 100%;
  }
  main.deli-content ul.deli-nav li:nth-child(odd) {
    border-bottom: solid 1px #5b6e43;
    border-right: none;
  }
  main.deli-content ul.deli-nav li:nth-child(even) {
    border-bottom: solid 1px #5b6e43;
  }
  main.deli-content ul.deli-nav li:last-child {
    border-bottom: none;
  }
  main.deli-content ul.deli-lunch li {
    margin: 0;
    border: 0;
    padding: 0;
    padding: 0 1rem;
    width: 100%;
  }
  main.deli-content ul.deli-lunch .menu-img {
    margin-bottom: 1rem;
  }
  main.deli-content ul.deli-lunch .menu-img a:hover {
    transform: rotate(-2deg);
  }
  main.deli-content ul.deli-lunch .menu-img img {
    width: 100%;
  }
  main.deli-content ul.deli-lunch p.menu-title {
    margin: 0;
    margin-top: 0rem;
    border-bottom: dotted 2px #5b6e43;
    padding: 0;
    text-align: left;
    font-size: 0.9rem;
  }
  main.deli-content ul.deli-lunch p.menu-price .not-tax {
    font-size: 0.9rem;
  }
  main.deli-content ul.deli-lunch p.menu-price-tax {
    font-size: 0.9rem;
  }
  main.deli-content ul.deli-lunch p.menu-comment {
    margin: 0 0 3rem;
    font-size: 1rem;
  }
  main.deli-content dl.deli-cuisine {
    flex-wrap: wrap;
    padding: 0 1rem;
  }
  main.deli-content dl.deli-cuisine dt {
    padding: 0;
    width: 100%;
  }
  main.deli-content dl.deli-cuisine dt img {
    width: 100%;
    float: none;
  }
  main.deli-content dl.deli-cuisine dd {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  main.deli-content dl.deli-cuisine p.menu-title {
    margin: 0;
    margin-top: 0rem;
    border-bottom: dotted 2px #5b6e43;
    padding: 0;
    text-align: left;
    font-size: 1rem;
  }
  main.deli-content dl.deli-cuisine p.menu-title_en {
    margin: 0;
    margin-top: 0rem;
    padding: 0;
    border: none;
    font-size: 0.9rem;
    text-align: left;
  }
  main.deli-content dl.deli-cuisine p.menu-title_en span.new {
    margin-right: 0.5rem;
    padding: 0 4px;
    font-size: 0.6rem;
  }
  main.deli-content dl.deli-cuisine p.menu-new {
    font-size: 1.3rem;
  }
  main.deli-content dl.deli-cuisine p.menu-new_en {
    font-size: 0.95rem;
  }
  main.deli-content dl.deli-cuisine p.menu-price {
    font-size: 1.5rem;
  }
  main.deli-content dl.deli-cuisine p.menu-price-tax {
    font-size: 0.8rem;
  }
  main.deli-content dl.deli-cuisine p.menu-kome {
    padding: 0 0 2rem;
    font-size: 0.9rem;
  }
  main.deli-content dl.deli-cuisine p.menu-komeR {
    padding: 0;
    font-size: 0.9rem;
  }
  main.deli-content dl.deli-cuisine p.menu-kome_en {
    margin: -2rem 0 2rem;
    padding: 0;
    font-size: 0.8rem;
  }
  main.deli-content dl.deli-cuisine p.menu-small {
    font-size: 0.8rem;
  }
  main.deli-content dl.about {
    padding: 0 1rem;
  }
  main.deli-content dl.about dt {
    margin: 0;
    padding: 0;
  }
  main.deli-content dl.about dt span.about-ti_en {
    font-size: 13px;
    padding: 0;
  }
  main.deli-content dl.about dd {
    margin-left: 0.5rem;
    padding: 0;
  }
  main.deli-content dl.about dd span.about-kome_en {
    font-size: 13px;
  }
  main.blog-content {
    padding: 3rem 1rem;
    min-width: inherit;
  }
  main.blog-content h2 {
    padding-top: 0.5rem;
    font-size: 1.1rem;
  }
  main.blog-content .blog-single {
    float: none;
    width: 100%;
  }
  main.blog-content .blog-single img {
    width: 100%;
  }
  main.blog-content .blog-single .blog-honbun {
    width: 100%;
  }
  main.blog-content .blog-single .blog-tuduki a:hover {
    color: #fff;
    background: #b89216;
  }
  main.blog-content .blog-side {
    float: none;
    width: 100%;
  }
  main.blog-content .blog-side h2 img {
    height: 25px;
  }
  main.blog-content .blog-side ul li a {
    font-size: 1.2rem;
  }
  /* TOP スクロール */
  #kurupon {
    right: 6px;
    bottom: 5px;
    margin: 0;
    border: 0;
    padding: 0;
    z-index: 10;
  }
  #kurupon a {
    padding: 0.5rem;
    font-size: 1.1rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  #kurupon a:hover {
    transform: none;
    transition: none;
  }
  #haitatsu {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: fixed;
    color: #fff;
    background: #b89216;
    margin: 0;
    border: 0;
    padding: 0;
    padding: 1vw 3vw;
    width: 100%;
    height: 19vw;
    bottom: 0px;
    text-align: left;
    line-height: 1.2;
    transition: 0.8s;
  }
  #haitatsu .yoyaku {
    font-size: 5vw;
  }
  #haitatsu .yoyaku small {
    font-size: 3vw;
  }
  #haitatsu .time {
    font-size: 3vw;
  }
  #haitatsu .payment {
    font-size: 4vw;
  }
  #haitatsu .h-tel {
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
    float: right;
  }
  #haitatsu .h-tel img {
    width: 55px;
  }
}/*# sourceMappingURL=style.css.map */