@charset "UTF-8";
/* Scss Document */
@import url(//use.fontawesome.com/releases/v5.12.0/css/all.css);
/*============================================================
	Reset
============================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*============================================================
	Common
============================================================*/
html,
body {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  html,
  body {
    height: 100%;
    min-height: 100vh;
  }
}

html {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: .1em;
  color: #111;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.7vw;
    -webkit-text-size-adjust: 100%;
  }
}
html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) and (max-width: 1600px) {
  html {
    font-size: 1vw;
  }
}

body {
  background: #fff;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -moz-animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}
body::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 12.5rem;
  background: #111;
  left: 0;
  bottom: 0;
  z-index: -1;
}
body#sub {
  background: #111;
}
body#law__wrap::after {
  display: none;
}

img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
}

a,
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #111;
  text-decoration: none;
}

header,
main,
section,
footer {
  width: 100%;
}

header, footer {
  flex-shrink: 0;
}

main {
  flex: 1 0 auto;
  min-height: 1px;
}

section {
  padding: 6.25rem 0;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 13.03781vw 0;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.container {
  width: 90%;
  max-width: 960px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 89.56975vw;
  }
}

/* Headings
------------------------------*/
h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 7.82269vw;
  }
}

h3 {
  font-size: 1.875rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 6.25815vw;
  }
}

/* Buttons
------------------------------*/
.btn {
  width: 25rem;
  height: 4.375rem;
  line-height: 4.375rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 3.125rem auto 0;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn {
    width: 90%;
    height: 15.64537vw;
    line-height: 15.64537vw;
    font-size: 5.47588vw;
    margin: 6.5189vw auto 0;
  }
}
.btn::after {
  position: absolute;
  content: "";
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 2.5rem;
  height: 0.3125rem;
  right: 1.875rem;
  top: 50%;
  -moz-transform: skew(45deg) translateY(-50%);
  -ms-transform: skew(45deg) translateY(-50%);
  -webkit-transform: skew(45deg) translateY(-50%);
  transform: skew(45deg) translateY(-50%);
  transform-origin: left;
}
.btn:hover::after {
  -moz-transform: skew(45deg) translateY(-50%) scale(1.3, 1);
  -ms-transform: skew(45deg) translateY(-50%) scale(1.3, 1);
  -webkit-transform: skew(45deg) translateY(-50%) scale(1.3, 1);
  transform: skew(45deg) translateY(-50%) scale(1.3, 1);
}

/*============================================================
	Layout
============================================================*/
/* Header
------------------------------*/
/* mv
------------------------------*/
#mv {
  height: 100vh;
  background: url("img/mv.jpg") no-repeat center bottom;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#mv h1 {
  position: relative;
  width: 15%;
}
@media only screen and (max-width: 767px) {
  #mv h1 {
    width: 50%;
  }
}
#mv h1::after {
  position: absolute;
  content: "SUSHI KIWAMI";
  font-family: cardo, serif;
  color: #fff;
  letter-spacing: .1em;
}
@media print, screen and (min-width: 768px) {
  #mv h1::after {
    font-size: 1.875rem;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -18.75rem;
  }
}
@media only screen and (max-width: 767px) {
  #mv h1::after {
    font-size: 6.25815vw;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10.16949vw;
    white-space: nowrap;
  }
}

/* intro
------------------------------*/
#intro {
  background: #111;
  color: #fff;
}
#intro p {
  text-align: center;
  line-height: 1.8;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  #intro p {
    text-align: justify;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    font-size: 4.1721vw;
  }
}

/* 鮨と和食
------------------------------*/
#sushi .container div {
  display: -webkit-flex;
  display: flex;
  margin-top: 6.25rem;
}
@media only screen and (max-width: 767px) {
  #sushi .container div {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 13.03781vw;
  }
}
#sushi .container div article {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #sushi .container div article {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: .2em;
  }
}
#sushi .container div article::after {
  position: absolute;
  font-family: salamat, sans-serif;
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  color: rgba(17, 17, 17, 0.1);
  bottom: 0;
  writing-mode: horizontal-tb;
  z-index: -1;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  #sushi .container div article h3 {
    margin-left: 6.25rem;
  }
}
@media only screen and (max-width: 767px) {
  #sushi .container div article h3 {
    margin-top: 6.5189vw;
    text-align: center;
  }
}
#sushi .container div article p {
  margin-top: 3.125rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #sushi .container div article p {
    margin-top: 6.5189vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  #sushi .container div.sushi article {
    padding-left: 6.25rem;
  }
}
#sushi .container div.sushi article::after {
  font-size: 12.5rem;
  content: "Sushi";
  left: 0;
}
@media only screen and (max-width: 767px) {
  #sushi .container div.sushi article::after {
    font-size: 31.29074vw;
  }
}
@media only screen and (max-width: 767px) {
  #sushi .container div.washoku {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  #sushi .container div.washoku article {
    padding-right: 6.25rem;
  }
}
#sushi .container div.washoku article::after {
  content: "Washoku";
}
@media print, screen and (min-width: 768px) {
  #sushi .container div.washoku article::after {
    font-size: 9.375rem;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #sushi .container div.washoku article::after {
    font-size: 22.16428vw;
    left: 0;
  }
}

/* コース料理
------------------------------*/
#course {
  background: url("img/bg_course.jpg") no-repeat center top #111;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  #course {
    -moz-background-size: 200% auto;
    -o-background-size: 200% auto;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
  }
}
#course .container h2 {
  color: #fff;
}
#course .container > p {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  margin-top: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #course .container > p {
    font-size: 4.1721vw;
    margin-top: 6.5189vw;
    line-height: 1.4;
  }
}
#course .container > ul > li {
  width: 100%;
  background: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #course .container > ul > li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: 3.125rem;
    padding: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  #course .container > ul > li {
    margin-top: 6.5189vw;
    padding: 3.91134vw;
  }
}
@media print, screen and (min-width: 768px) {
  #course .container > ul > li article {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: .2em;
  }
}
@media print, screen and (min-width: 768px) {
  #course .container > ul > li article h3 {
    margin-left: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  #course .container > ul > li article h3 {
    margin-bottom: 3.91134vw;
  }
}
#course .container > ul > li article h3 span {
  display: inline-block;
  background: #de2726;
  color: #fff;
  font-size: 1.125rem;
  padding: 0.625rem 0.3125rem;
  margin-left: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #course .container > ul > li article h3 span {
    font-size: 3.91134vw;
    padding: 1.30378vw 2.60756vw;
    margin-bottom: 1.30378vw;
    margin-left: 0;
  }
}
#course .container > ul > li article p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  #course .container > ul > li .price {
    position: absolute;
    right: 3.125rem;
    bottom: 3.125rem;
    text-align: center;
    width: 15rem;
    background: #111;
    color: #fff;
    padding: 0.9375rem 0;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  #course .container > ul > li .price {
    text-align: right;
    margin: 3.91134vw 0;
  }
}
#course .container > ul > li .price strong {
  font-size: 1.5rem;
  font-family: cardo, serif;
}
@media only screen and (max-width: 767px) {
  #course .container > ul > li .price strong {
    font-size: 5.47588vw;
  }
}
#course .container > ul > li .menu {
  width: 69%;
}
@media only screen and (max-width: 767px) {
  #course .container > ul > li .menu {
    width: 100%;
  }
}
#course .container > ul > li .menu .pix {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #course .container > ul > li .menu .pix figure {
    width: calc(100% / 3);
  }
}
#course .container > ul > li .menu .content {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #course .container > ul > li .menu .content {
    padding: 1.875rem 1.875rem 0 1.875rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #course .container > ul > li .menu .content ul {
    margin-top: 3.91134vw;
  }
}
@media print, screen and (min-width: 768px) {
  #course .container > ul > li .menu .content ul li {
    font-size: 0.875rem;
    margin-left: 2em;
  }
}
@media only screen and (max-width: 767px) {
  #course .container > ul > li .menu .content ul li {
    margin-bottom: .8em;
  }
}
#course .container > ul > li .menu .content ul li::before {
  content: "◆";
}
#course .container > ul > li .menu .content ul li.option {
  line-height: 1.4;
}
#course .container > ul > li .menu .content ul li.option::before {
  content: "※";
}
#course .container > ul > li .menu .content small {
  line-height: 1.8;
  text-indent: -1em;
}
@media print, screen and (min-width: 768px) {
  #course .container > ul > li .menu .content small {
    position: absolute;
    left: 1.875rem;
    top: 1.875rem;
    font-size: 0.875rem;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #course .container > ul > li .menu .content small {
    margin-left: 1em;
    font-size: 3.12907vw;
    display: block;
  }
}
#course .container > ul > li .menu .content small::before {
  content: "※";
}
#course .container .btn {
  border: solid 1px #fff;
  color: #fff;
}
#course .container .btn::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

/* おすすめ
------------------------------*/
#recommend .container h2 {
  margin-bottom: 6.25rem;
}
@media only screen and (max-width: 767px) {
  #recommend .container h2 {
    margin-bottom: 13.03781vw;
  }
}
#recommend .container ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  #recommend .container ul li:first-child {
    width: 100%;
    margin-bottom: 3.125rem;
  }
  #recommend .container ul li:nth-child(2) {
    width: 33.33%;
  }
  #recommend .container ul li:last-child {
    width: 61.45%;
  }
}
@media only screen and (max-width: 767px) {
  #recommend .container ul li {
    width: 100%;
  }
  #recommend .container ul li:not(:last-child) {
    margin-bottom: 6.5189vw;
  }
}
#recommend .container ul li h3 {
  margin: 1.875rem 0;
}
@media only screen and (max-width: 767px) {
  #recommend .container ul li h3 {
    margin: 3.91134vw 0;
  }
}
#recommend .container ul li p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  line-height: 1.8;
}

/* お持ち帰り用お土産
------------------------------*/
#takeout {
  background: url("img/bg_wood.jpg") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #takeout .container h2 {
    line-height: 1.4;
  }
}
#takeout .container > p {
  text-align: center;
  line-height: 1.8;
  margin: 3.125rem 0;
}
@media only screen and (max-width: 767px) {
  #takeout .container > p {
    margin: 6.5189vw 0;
  }
}
@media print, screen and (min-width: 768px) {
  #takeout .container .pudding {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
#takeout .container .pudding figure {
  width: 31.25%;
}
@media only screen and (max-width: 767px) {
  #takeout .container .pudding figure {
    width: 100%;
    margin-bottom: 6.5189vw;
  }
}
#takeout .container .pudding article {
  width: 63.54%;
}
@media only screen and (max-width: 767px) {
  #takeout .container .pudding article {
    width: 100%;
  }
}
#takeout .container .pudding article h3 {
  margin-bottom: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  #takeout .container .pudding article h3 {
    margin-bottom: 3.91134vw;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
#takeout .container .pudding article h3 span {
  display: block;
  background: #de2726;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
}
@media print, screen and (min-width: 768px) {
  #takeout .container .pudding article h3 span {
    width: 7.5rem;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 1.125rem;
    margin-bottom: 1.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  #takeout .container .pudding article h3 span {
    font-size: 3.91134vw;
    padding: 1.30378vw 2.60756vw;
    margin-right: 3.91134vw;
  }
}
#takeout .container .pudding article p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  line-height: 1.8;
}

/* 店内の雰囲気
------------------------------*/
#seat {
  background: #111;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #seat ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 6.25rem;
  }
}
@media only screen and (max-width: 767px) {
  #seat ul {
    margin-top: 13.03781vw;
  }
}
#seat ul li {
  width: 47.395%;
}
@media only screen and (max-width: 767px) {
  #seat ul li {
    width: 100%;
  }
  #seat ul li:not(:last-child) {
    margin-bottom: 13.03781vw;
  }
}
#seat ul li h3 {
  margin: 1.875rem 0;
}
@media only screen and (max-width: 767px) {
  #seat ul li h3 {
    margin: 3.91134vw 0;
  }
}
#seat ul li p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  line-height: 1.8;
}

/* Instagram
------------------------------*/
#insta h2 img {
  width: 18.75rem;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #insta h2 img {
    width: 50%;
    margin-bottom: 6.5189vw;
  }
}
#insta ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  #insta ul li {
    width: 31.25%;
  }
  #insta ul li:nth-child(n+4) {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  #insta ul li {
    width: 48%;
  }
  #insta ul li:nth-child(n+3) {
    margin-top: 4%;
  }
}
#insta ul li a {
  width: 100%;
  height: 0;
  padding-top: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
#insta ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #111;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 9;
}
#insta ul li a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  z-index: 10;
}
#insta ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#insta ul li a:hover::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#insta ul li a:hover::after {
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#insta ul li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#insta ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#insta .btn {
  border: solid 1px #111;
  color: #111;
}
#insta .btn::after {
  border-right: solid 1px #111;
  border-bottom: solid 1px #111;
}
#insta .qr {
  width: 20%;
  margin: 3.125rem auto 0;
}
@media only screen and (max-width: 767px) {
  #insta .qr {
    width: 40%;
  }
}

/* 店舗情報
------------------------------*/
#info {
  background: url("img/bg_paper.jpg") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  #info .container .information {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 6.25rem;
  }
}
@media only screen and (max-width: 767px) {
  #info .container .information {
    margin-top: 13.03781vw;
  }
}
#info .container .information figure {
  width: 36.45%;
}
@media only screen and (max-width: 767px) {
  #info .container .information figure {
    width: 100%;
    margin-bottom: 6.5189vw;
  }
}
#info .container .information .data {
  width: 58.85%;
}
@media only screen and (max-width: 767px) {
  #info .container .information .data {
    width: 100%;
  }
}
#info .container .information .data h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  border-bottom: solid 1px #111;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
#info .container .information .data h3 .tel {
  font-family: cardo, serif;
}
#info .container .information .data h3 .tel::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f879";
  font-size: 1.5rem;
  margin-right: 0.625rem;
}
@media only screen and (max-width: 767px) {
  #info .container .information .data p {
    font-size: 4.1721vw;
    line-height: 1.4;
  }
}
#info .container .information .data p a {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  #info .container .information .data dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  #info .container .information .data dl {
    margin-top: 3.91134vw;
  }
}
#info .container .information .data dl dt {
  background: #111;
  color: #fff;
  text-align: center;
  display: block;
}
@media print, screen and (min-width: 768px) {
  #info .container .information .data dl dt {
    width: 17.85%;
    padding: 0.4375rem;
    font-size: 0.875rem;
    margin-right: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  #info .container .information .data dl dt {
    padding: 1.30378vw;
    font-size: 3.12907vw;
    margin-bottom: 2.60756vw;
  }
}
#info .container .information .data dl dd {
  line-height: 1.5;
}

/* Form
------------------------------*/
#form {
  background: #111;
  color: #fff;
}
#form > h3 {
  text-align: center;
  margin-top: 3.125rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #form > h3 {
    margin-top: 6.5189vw;
  }
}
#form > p {
  text-align: center;
  font-size: 1.125rem;
  margin: 3.125rem 0;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #form > p {
    font-size: 4.1721vw;
    margin: 6.5189vw 0;
  }
}
#form > p span {
  color: #de2726;
}
#form .btn {
  border: solid 1px #fff;
  color: #fff;
}
#form .btn::after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
#form .container {
  background: #fff;
  color: #111;
  padding: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #form .container {
    padding: 3.91134vw;
  }
}
#form .container #reservation_form > ul > li {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #form .container #reservation_form > ul > li {
    margin-bottom: 3.91134vw;
  }
}
#form .container #reservation_form > ul > li:not(:last-of-type) {
  padding-bottom: 1.875rem;
  border-bottom: solid 1px #111;
}
@media only screen and (max-width: 767px) {
  #form .container #reservation_form > ul > li:not(:last-of-type) {
    padding-bottom: 3.91134vw;
  }
}
#form .container #reservation_form > ul > li p {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #form .container #reservation_form > ul > li p {
    font-size: 3.65059vw;
    line-height: 1.4;
    margin-bottom: 3.91134vw;
  }
}
#form .container #reservation_form > ul > li p span {
  background: #de2726;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  padding: 2px 8px;
  margin-left: 0.625rem;
}
@media only screen and (max-width: 767px) {
  #form .container #reservation_form > ul > li p span {
    font-size: 3.12907vw;
    margin-left: 1.30378vw;
  }
}
@media print, screen and (min-width: 768px) {
  #form .container #reservation_form > ul > li ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  #form .container #reservation_form > ul > li ul li {
    width: 48.837%;
  }
  #form .container #reservation_form > ul > li ul li:nth-child(n+3) {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  #form .container #reservation_form > ul > li ul li:not(:last-child) {
    margin-bottom: 2.60756vw;
  }
}
#form .container #reservation_form .agreement {
  border: solid 1px #111;
  padding: 1.875rem;
  height: 18.75rem;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  #form .container #reservation_form .agreement {
    padding: 2.60756vw;
    height: 65.18905vw;
  }
}
#form .container #reservation_form .agreement h3 {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #form .container #reservation_form .agreement h3 {
    margin-bottom: 2.60756vw;
    font-size: 4.69361vw;
  }
}
#form .container #reservation_form .agreement h3:not(:first-of-type) {
  margin-top: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #form .container #reservation_form .agreement h3:not(:first-of-type) {
    margin-bottom: 2.60756vw;
  }
}
#form .container #reservation_form .agreement p {
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
#form .container #reservation_form .agreement p strong {
  font-size: 1.125rem;
  font-weight: 600;
  color: #de2726;
}
@media only screen and (max-width: 767px) {
  #form .container #reservation_form .agreement p strong {
    font-size: 3.65059vw;
  }
}
#form .container #reservation_form .agreement p:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #form .container #reservation_form .agreement p:not(:last-child) {
    margin-bottom: 2.60756vw;
  }
}
#form .container #reservation_form .agreement p.right {
  text-align: right;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #form .container #reservation_form .agreement p.right {
    margin-top: 2.60756vw;
  }
}
#form .container #reservation_form .agreement > ul > li {
  padding-bottom: 0.9375rem;
  border-bottom: solid 1px #ccc;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
#form .container #reservation_form .agreement > ul > li:not(:last-of-type) {
  margin-bottom: 0.9375rem;
}
#form .container #reservation_form .agreement > ul > li::before {
  content: "■";
}
#form .container #reservation_form .agreement ol {
  counter-reset: privacy;
}
#form .container #reservation_form .agreement ol > li:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #form .container #reservation_form .agreement ol > li:not(:last-child) {
    margin-bottom: 2.60756vw;
  }
}
#form .container #reservation_form .agreement ol > li h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  margin-left: 1.25em;
  text-indent: -1.25em;
}
@media only screen and (max-width: 767px) {
  #form .container #reservation_form .agreement ol > li h4 {
    font-size: 3.91134vw;
    margin-bottom: 2.60756vw;
    line-height: 1.2;
  }
}
#form .container #reservation_form .agreement ol > li h4::before {
  counter-increment: privacy;
  content: counter(privacy) ". ";
}
#form .container #reservation_form .agreement ol > li h4 + p {
  margin-left: 1.5em;
}
#form .container #reservation_form .agreement ol > li ul {
  margin-left: 1.5em;
}
#form .container #reservation_form .agreement ol > li ul li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
}
#form .container #reservation_form .agreement ol > li ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  #form .container #reservation_form .agreement ol > li ul li:not(:last-child) {
    margin-bottom: 1.30378vw;
  }
}
#form .container #reservation_form .agreement ol > li ul li::before {
  content: "・";
}
#form .container #reservation_form .agree {
  font-size: 1.125rem;
  margin-top: 1.875rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #form .container #reservation_form .agree {
    font-size: 4.1721vw;
    margin-top: 3.91134vw;
  }
}
#form .container .submitBtn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #form .container .submitBtn {
    margin-top: 3.91134vw;
  }
}
@media print, screen and (min-width: 768px) {
  #form .container dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 3.125rem;
  }
  #form .container dl dt:not(:last-of-type),
  #form .container dl dd:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  #form .container dl dt:not(:last-of-type),
  #form .container dl dd:not(:last-of-type) {
    margin-bottom: 2.60756vw;
  }
}

@media only screen and (max-width: 767px) {
  #form .container dl {
    margin-bottom: 6.5189vw;
  }
}
@media print, screen and (min-width: 768px) {
  #form .container dl dt {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  #form .container dl dt {
    margin-bottom: 1.30378vw;
  }
}
#form .container dl dd {
  background: #f2f2f2;
}
@media print, screen and (min-width: 768px) {
  #form .container dl dd {
    width: 80%;
    padding: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  #form .container dl dd {
    padding: 1.95567vw;
  }
  #form .container dl dd:not(:last-of-type) {
    margin-bottom: 3.91134vw;
  }
}

/* 特商法
------------------------------*/
#law h2 {
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #law h2 {
    font-size: 1.5rem;
    margin-bottom: 6.5189vw;
  }
}
#law .container dl {
  border-bottom: solid 1px #ccc;
}
@media print, screen and (min-width: 768px) {
  #law .container dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  #law .container dl {
    padding-bottom: 3.91134vw;
  }
}
#law .container dl:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #law .container dl:not(:last-child) {
    margin-bottom: 3.91134vw;
  }
}
@media print, screen and (min-width: 768px) {
  #law .container dl dt {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #law .container dl dt {
    margin-bottom: 1.30378vw;
  }
}
#law .container dl dd {
  line-height: 1.4;
  text-align: justify;
}
@media print, screen and (min-width: 768px) {
  #law .container dl dd {
    width: 65%;
  }
}

/* Footer
------------------------------*/
footer {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 3.125rem 0;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 6.5189vw 0;
  }
}
footer ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
footer ul li:not(:last-child) {
  margin-right: 2em;
}
footer ul li a {
  color: #fff;
  text-decoration: underline;
}
footer small {
  display: block;
  font-family: cardo, serif;
  margin-top: 1em;
}

/*============================================================
	Form
============================================================*/
/* Form tags
------------------------------*/
#form input,
#form select,
#form textarea {
  padding: 0.9375rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  background: #f2f2f2;
  border: solid 1px #f2f2f2;
  font-size: 1rem;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  #form input,
  #form select,
  #form textarea {
    padding: 1.95567vw;
  }
}
#form input:focus,
#form select:focus,
#form textarea:focus {
  border: solid 1px #111;
}
#form input {
  width: 100%;
}
#form input[type="number"]::-webkit-outer-spin-button, #form input[type="number"]::-webkit-inner-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  #form input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
  }
}
#form input[type="checkbox"], #form input[type="radio"] {
  display: none;
}
#form input[type="submit"] {
  color: #fff;
  border: solid 1px #fff;
}
#form input[type="checkbox"][disabled] + span {
  cursor: default;
  color: #ccc;
}
#form input[type="checkbox"][disabled] + span.cb::before {
  color: #ccc;
}
#form input[type="submit"][disabled] {
  background-color: #ddd !important;
  cursor: default;
}
#form input[type="submit"][disabled]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#form input[type="submit"],
#form button {
  display: inline-block;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  #form input[type="submit"],
  #form button {
    width: 25rem;
    height: 4.375rem;
    line-height: 4.375rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #form input[type="submit"],
  #form button {
    width: 48%;
    height: 11.73403vw;
    line-height: 11.73403vw;
    font-size: 4.69361vw;
  }
}
#form input[type="submit"]::-moz-focus-inner,
#form button::-moz-focus-inner {
  border: 0;
}
#form input[type="submit"]:hover,
#form button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#form input[type="submit"],
#form #submit {
  background: #111;
}
#form button {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  background: #999;
}
@media print, screen and (min-width: 768px) {
  #form button {
    margin-right: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  #form button {
    margin-right: 4%;
  }
}
#form label {
  position: relative;
  display: inline-block;
}
#form label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "\f0d7";
  right: 10px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: #999;
  z-index: 5;
}
#form label.checkbox {
  cursor: pointer;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #form label.checkbox {
    width: 100%;
  }
}
#form label.checkbox::after {
  display: none;
}
#form label.checkbox span.cb::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  font-weight: 400;
  color: #999;
  margin-right: 10px;
  font-size: 110%;
}
#form label.checkbox:last-child {
  margin-bottom: 0;
}
#form label.checkbox input[type="checkbox"]:checked + .cb::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 400;
  color: #111;
}
#form select {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  color: #666;
}
@media only screen and (max-width: 767px) {
  #form select {
    line-height: 1.5;
  }
}
#form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #111;
}
#form select::-ms-expand {
  display: none;
}
#form select, #form option {
  outline: 0;
}
#form option {
  font-family: "Shippori Mincho", serif;
}
#form textarea {
  width: 100%;
  height: 150px;
}
@media only screen and (max-width: 767px) {
  #form textarea {
    height: 100px;
  }
}
#form ::placeholder {
  color: #666;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#form ::-ms-input-placeholder {
  color: #666;
}
#form :-ms-input-placeholder {
  color: #666;
}
#form ::-moz-placeholder {
  color: #666;
}
#form :-moz-placeholder {
  color: #666;
}
#form legend {
  display: none;
}

/* Validation
------------------------------*/
.err {
  border: solid 1px #de2726 !important;
}

.errMsg {
  margin-left: 1em;
  padding-bottom: 1px;
  display: block;
  line-height: 1.4;
  text-indent: -.9em;
  color: #FFF;
}

.formError {
  margin-left: 1em;
  padding-bottom: 13px;
  display: block;
}
.formError .formErrorContent {
  padding: 6px;
  position: relative;
  color: #fff;
  background: rgba(222, 39, 38, 0.8);
  font-size: 0.75rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.formError .formErrorContent::after {
  position: absolute;
  content: "";
  left: 20px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 5px 0 5px;
  border-color: rgba(222, 39, 38, 0.8) transparent transparent transparent;
}
.formError .formErrorArrow {
  display: none;
}
.formError.fixed {
  margin-left: 0;
}
.formError.fixed .formErrorContent {
  display: inline-block;
}
