/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
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%;
  background: transparent;
}

body {
  line-height: 1;
}

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

/* Accessibility helpers shared by every page
---------------------------------------------------------------------------*/
.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.u-skip-link {
  position: fixed;
  top: 0;
  left: 16px;
  z-index: 10000;
  padding: 12px 16px;
  color: #fff;
  background: #000;
  transform: translateY(-120%);
}

.u-skip-link:focus {
  transform: translateY(0);
}

button.toggle-btn {
  padding: 0;
  color: inherit;
  font: inherit;
  background: transparent;
  appearance: none;
  cursor: pointer;
}

nav ul {
  list-style: none;
}

/* Mobile navigation is enabled only inside each page's responsive breakpoint. */
#navArea {
  display: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #111;
  /*リンクテキストの色*/
  transition: 0.2s;
  /*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* Shared SVG icon styles
---------------------------------------------------------------------------*/
.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  object-fit: contain;
  vertical-align: -0.125em;
}

.icon-svg-light {
  filter: brightness(0) invert(1);
}

.icon-svg-button {
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.6em;
  flex: 0 0 auto;
}

.icon-svg-contact {
  width: 1em;
  height: 1em;
}

.icon-svg-social {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.icon-svg-external {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

.menubar .menu_list a .icon-svg-external {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: -0.125em;
}

.menubar_line a,
.footer_line a,
.footer_tel a,
.buffet_line_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}