@charset "UTF-8";
/* setting */
.anime {
  opacity: 0;
  transition: all 0.5s ease;
}

.anime.show {
  opacity: 1;
  transform: none;
}

.anime--lr {
  transform: translate(-10px, 0);
}

.anime--rl {
  transform: translate(10px, 0);
}

.anime--up {
  transform: translate(0, 10px);
}

.anime--down {
  transform: translate(0, -10px);
}

.anime--scaleUp {
  transform: scale(0.5);
}

.anime--scaleDown {
  transform: scale(1.5);
}

.anime--rotateL {
  transform: rotate(180deg);
}

.anime--rotateR {
  transform: rotate(-180deg);
}

/* base setting */
body {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  font-family: "Noto Serif JP", serif;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-weight: 600;
  color: #00614D;
}

h2 {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 30px;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}

h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 30px;
}

h5 {
  font-size: 1rem;
  margin-bottom: 15px;
}

h6 {
  font-size: 0.875rem;
  margin-bottom: 10px;
}

p {
  line-height: 2;
}

ol a, ul a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  text-align: justify;
  margin-bottom: 2em;
}

p.img {
  margin: 0;
}

a,
a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:link,
a:visited {
  text-decoration: none;
  color: #0075DC;
}

a:hover {
  text-decoration: none;
  color: #f90;
}

a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

hr {
  border: none;
}

iframe {
  width: 100%;
}

.lead {
  font-size: 1.125rem;
  line-height: 1.5;
}

ol, ul {
  margin-left: 1rem;
}

figure h3 {
  margin-top: 20px;
  margin-bottom: 0;
}
figure p {
  line-height: 1.25;
  margin: 0;
}

/* header
-------------------- */
header {
  position: fixed;
  width: 100%;
  z-index: 100;
}
header.show .navbar-izu {
  background-color: rgb(249, 250, 251);
}
header .navbar-izu {
  padding: 0 0 0 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
header section {
  margin: 0;
  padding: 0;
}
header .logo {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}
header .logo a {
  text-decoration: none;
}
header .logo svg {
  width: 158px;
  height: auto;
  fill: #EDE9DC;
}
header .navbar-nav .nav-item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: end;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .navbar-nav .nav-item-link li {
  margin-left: 30px;
}
header .navbar-nav .f-sm {
  font-size: 0.875rem;
  line-height: 1;
}
header .navbar-nav .reserve i {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 500;
}
header .navbar-nav .reserve a {
  display: block;
  text-align: center;
  background-color: #E87E2D;
  color: #fff;
  width: 80px;
  height: 80px;
}
header a:link, header a:visited {
  color: #fff;
}
header a:hover {
  color: #fff;
}

header.show .logo svg {
  fill: #323734;
}

.offcanvas-header {
  text-align: right;
  padding: 20px;
}
.offcanvas-header h2 {
  font-size: 1.125rem;
  margin: 0;
}

.offcanvas-body {
  text-align: center;
  background-color: #333;
  color: #fff;
}
.offcanvas-body .logo {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 30px 0;
}
.offcanvas-body .logo a {
  text-decoration: none;
}
.offcanvas-body .logo img {
  width: 158px;
  height: auto;
}

.mobile-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
  line-height: 1;
  background-color: #f0f0f0;
  padding: 5px;
  border: none;
  border-radius: 0;
}
.mobile-icon::after {
  content: "\ef3e";
  font-family: "remixicon";
  text-align: center;
}
.mobile-icon:hover {
  background-color: #000;
  color: #fff;
}

/* footer
-------------------- */
footer {
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
  margin-top: 120px;
  padding-top: 50px;
}
footer a:link,
footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #f90;
}
footer .ft_logo {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}
footer .ft_logo a {
  text-decoration: none;
}
footer .ft_logo svg {
  width: 158px;
  height: auto;
  fill: #EDE9DC;
}
footer .insta {
  font-size: 1.5rem;
}
footer .bnr {
  margin-bottom: 30px;
}
footer .bnr li {
  margin: 10px 15px;
  width: calc(50% - 30px);
}
footer ul, footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .copyright {
  background-color: #000;
  color: #fff;
  padding-bottom: 10px;
}
footer .copyright p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

/* common setting */
section {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* btn */
.btn-block {
  margin-top: 50px;
}
.btn-block .btn-primary {
  position: relative;
  background-color: #333;
  color: #fff;
  min-width: 240px;
  border: none;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 11px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-block .btn-primary:before {
  content: "\ea6e";
  font-family: remixicon;
  font-size: 1rem;
  vertical-align: middle;
}
.btn-block .btn-primary:hover {
  background-color: #E87E2D;
}

.en {
  font-family: "PT Serif", serif;
}

/* top */
.hero {
  position: relative;
}
.hero .mv picture img {
  width: 100%;
  height: auto;
}
.hero .mv picture::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero .top_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.hero .top_logo img {
  width: 226px;
  height: auto;
}
.hero .top_text {
  color: #fff;
  text-wrap: nowrap;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.menu-nav li::after {
  content: "｜";
  padding: 0 0.5em;
}

.open dt {
  width: 6em;
}
.open dd {
  width: calc(100% - 6em);
}

.top-restaurant {
  overflow: hidden;
}
.top-restaurant .tenpo {
  padding-left: 30px;
  margin-right: calc(50% - 50vw);
}

.top-fire {
  background-color: #333;
  color: #E87E2D;
}

h2 small {
  display: block;
  font-size: 1rem;
}

.menu-mds {
  width: 160px;
  height: 160px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  container-type: inline-size;
}
.menu-mds h3 {
  font-size: 2rem;
  font-weight: 500;
  padding: 15px;
}
.menu-mds h3 small {
  display: block;
  font-size: 1rem;
}
.menu-mds h3.small {
  font-size: 1.8125rem;
}

.top-takeout h3 {
  margin-bottom: 20px;
}
.top-takeout .fz-small {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.top-insta {
  position: relative;
}
.top-insta .insta {
  position: absolute;
  top: 50%;
  right: 20%;
  width: 166px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.list-menu {
  margin-left: 0.25em;
  padding-left: 0.25em;
}
.list-menu li:not(.no-dot) {
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.list-menu li:not(.no-dot)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  border-bottom: dotted 2px #aaa;
}
.list-menu li:not(.no-dot) .name,
.list-menu li:not(.no-dot) .price {
  display: inline-block;
  background-color: #fff;
}
.list-menu li:not(.no-dot) .name {
  padding-right: 5px;
}
.list-menu li:not(.no-dot) .name::before {
  display: inline-block;
  content: "●";
  font-size: 8px;
  margin-right: 0.5em;
  vertical-align: 3px;
}
.list-menu li:not(.no-dot) .price {
  padding-left: 5px;
}
.list-menu .no-dot {
  list-style: none;
  font-size: 0.875rem;
  margin-left: 1em;
  margin-top: -10px;
  margin-bottom: 10px;
}

/* page
-------------------- */
/* backto
-------------------- */
#backto {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  background: #616161;
  z-index: 200;
}

#backto .top {
  display: block;
  font-size: 1.5rem;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding-top: 8px;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#backto .top:hover {
  color: #fff;
  background-color: #111;
}

/* @media */
@media (max-width: 768px) {
  .menu-nav li::after {
    display: none;
  }
  .menu-nav a {
    display: block;
    background-color: #f8f8f8;
    margin-bottom: 2px;
    padding: 5px;
  }
  .top-restaurant {
    overflow: hidden;
  }
  .top-restaurant .tenpo {
    padding-left: 0;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .top-insta .insta {
    width: 100px;
  }
}/*# sourceMappingURL=custom.css.map */