@charset "utf-8";

/* ---------------------------------------------------
01: setup
02: css hack
03: base
04: plugin
05: mobile
--------------------------------------------------- */

/* 01: setup
--------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
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,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  color: #fff;
  background: #000;
  font-size: 14px;
  font-family: serif;
  background: #1b100d;
}
body {
  _font-size: 75%;
  _letter-spacing: 1px;
} /*for IE6*/
* + html body {
  font-size: 75%;
  letter-spacing: 0;
} /*for IE7*/

ul,
ol,
dl,
li,
dt,
dd {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  cursor: pointer;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
}
a {
  color: #245fbb;
  text-decoration: none;
}
a:link {
  color: #245fbb;
}
a:visited {
  color: #245fbb;
}
a:hover,
a:active {
  color: #245fbb;
  text-decoration: underline;
}
a img,
a:link img,
a:visited img,
a:hover img,
a:active img {
  border: none;
  text-decoration: none;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

/* 02: css hack
--------------------------------------------------- */
/* floating box clear */
.x:after,
.box:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.x,
.box {
  display: inline-table;
  min-height: 1%;
}
/* Hide from mac IE5 \*/
* html .clr {
  height: 1%;
}
.x {
  display: block;
}
/* End Hide from mac IE5 */

/* hide text */
.hidetxt {
  text-indent: -9999px;
  overflow: hidden;
}
.hidetxt a {
  overflow: hidden;
  display: block;
}

/* 03: base
--------------------------------------------------- */
h2 {
  font-size: 18px;
  margin: 2rem auto 1em;
}
/* body{background: url(/img/sushiyaono.jpg); background-size: cover; background-repeat: no-repeat; background-attachment:fixed;background-position: center; height:100%;} */
.main {
  width: 100%;
  height: 100vh;
  z-index: 1;
  text-align: center;
  background: url(/img/sushiyaono.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  height: 100vh;
  overflow: auto;
  letter-spacing: 0.01rem;
}
.main .information h2 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}
.main p {
  line-height: 1.6;
  margin-bottom: 10px;
}
.header {
  width: 100%;
  text-align: center;
  z-index: 20;
}
.menu ul {
  display: block;
  margin-top: 5%;
}
.menu li {
  display: inline-block;
}
.menu li a {
  padding: 10px;
  color: #fff;
  text-shadow: -1px 1px 8px rgba(0, 0, 0, 0.45);
  font-size: 20px;
  display: block;
  font-weight: 700;
}
.menu li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.logo img {
  width: 160px;
  margin-top: 4%;
  margin-left: -4%;
}
.information {
  position: relative;
  max-width: 560px;
  padding: 16px;
  min-height: 200px;
  margin: 4em auto 1em;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  background: rgba(24, 10, 9, 0.7);
}

img {
  max-width: 100%;
}

#introTxt,
#access {
  color: #111;
  line-height: 1.75;
  padding: 4%;
}
#introTxt p  {
  margin: 15px 0px;
  font-size: 15px;
  font-feature-settings: "palt";
}
#introTxt li {
  margin: 2px 0px;
  font-size: 15px;
}
#access {
  padding: 20px 20px 0px 10px;
}
#access img {
  max-width: 460px;
  margin: 20px　0;
}
p.right {
  text-align: right;
}
p.l {
  font-size: 1.25em;
}
p span {
  font-size: 0.7em;
}
footer {
  margin: 4em 0;
}

.news {
  max-width: 500px;
  border: 1px solid #fff;
  padding: 24px 20px 16px;
  margin: 4em auto 2em;
  background: rgba(0, 0, 0, 0.25);
}
.news p {
  margin-top: 2%;
}
.news a {
  color: #fff;
}
.news a:hover {
  opacity: 0.95;
  color: #ccc;
}
.news img {
  max-width: 40%;
}

._small {
  font-size: 0.8em;
}
.sp {
  display: none;
}

.for-foreigners {
  margin-top: 32px;
  padding: 24px 16px 16px;
  border: solid 1px #fff;
}
.for-foreigners .basic-list {
  display: table;
  margin: 12px auto 0;
}
.for-foreigners .basic-list > li {
  position: relative;
  display: table;
  padding-left: 1em;
  line-height: 1.175;
  text-align: left;
}
.for-foreigners .basic-list > li:not(:first-child) {
  margin-top: 6px;
}
.for-foreigners .basic-list > li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.for-foreigners h2.en {
  font-size: 16px;
}
.for-foreigners-mail {
  margin-top: 24px;
}
.for-foreigners-mail a:link {
  color: #fff;
  text-decoration: underline;
}
.for-foreigners-mail a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.menu { margin: 24px auto;}

/* 04: plugin
--------------------------------------------------- */
.lightbox {
  display: none;
}
.featherlight .featherlight-close-icon {
  margin: 5px;
}

.yt-video {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 48px;
}
.yt-video::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(691 / 1229 * 100%);
}
.yt-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-content {
  padding: 16px 16px 0;
}

/* 05: mobile
--------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 480px) {
  .main {
    width: 100%;
    z-index: 1;
    text-align: center;
    position: initial;
  }
  .logo img {
    width: 120px;
  }
  .information,
  .news {
    width: 90%;
    padding: 15px 16px;
    margin: 6% auto 0.5%;
  }
  #access {
    /* width: 100%; */
  }
  #access img {
    width: 100%;
    margin: 40px 0 20px;
  }
  .featherlight .featherlight-close-icon {
    margin: 8px;
  }
  .sp {
    display: block;
  }
}

/* line-height: 1.15; だったh2用。コンテンツエリア内だけに限定 */
.container h2.lineheight-tight {
  line-height: 1.15;
}

/* 英語表記の小さい文字をclass指定で再現 */
.en-small {
  font-size: 0.8rem;
  font-weight: normal;
  margin-top: 0.5rem;
}
.en-tiny {
  font-size: 0.7rem;
}
.en-x-tiny {
  font-size: 0.65rem;
}

/* lang属性と組み合わせたfontサイズ微調整 */
span[lang="en"].en-tiny { font-size: 0.7rem; }
span[lang="en"].en-x-tiny { font-size: 0.65rem; }

/* 予約ボタン系 */
.reservation-buttons {
  width: 100%;
  max-width: 100%;
  padding: 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 20px 0 30px 0;
  overflow: visible;
}
.reserve-btn {
  width: 100%;
  max-width: 360px;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  padding: 0.9em 2.5em;
  font-size: 1.1em;
  color: #fff;
  background: linear-gradient(90deg, #9b8144 0%, #d1b673 30%, #d1b673 70%, #9b8144 100%);
  border: none;
  border-radius: 2em;
  box-shadow: 0 3px 12px rgba(100, 80, 10, 0.16);
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: filter 0.2s, box-shadow 0.2s;
  text-shadow: 0 2px 5px rgba(80, 50, 0, 0.14);
  letter-spacing: 0.03em;
  user-select: none;
  text-decoration: none;
  white-space: nowrap;
  overflow-wrap: anywhere;
}
.reserve-btn:hover,
.reserve-btn:focus {
  filter: brightness(1.08) contrast(1.05);
  box-shadow: 0 5px 24px rgba(100, 80, 10, 0.23);
  outline: none;
}
/* ボタンのa要素は白 */
.reservation-buttons a:link,
.reservation-buttons a:visited,
.reservation-buttons a:hover,
.reservation-buttons a:active,
.reservation-buttons a:focus {
  color: #fff;
}

/* .containerレイアウト補強 */
.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* 既存 ._small も上書きしないよう上位でクラス名ユニーク化してます */

/* --- レスポンシブ対応 --- */
@media (max-width: 600px) {
  .reservation-buttons {
    padding: 0;
  }
  .reserve-btn {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
