@charset "UTF-8";
/* ===================================================================
Theme Name: KAFK_teaser
Theme URI:
Description:
Author: FURAZOA inc
Author URI: http://furazoa.com
Version: 1.0.1
=================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  height: 100%;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  background: #fff;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.legacy-ie {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.legacy-ie a {
  text-decoration: none;
}

.noscript {
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

ol, ul {
  list-style: none;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #F2F5F8;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #F2F5F8;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  position: fixed;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .header {
    height: 100px;
  }
}

.header .header-logo {
  position: absolute;
  left: 5%;
  width: 140px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .header .header-logo {
    left: 3%;
    width: 190px;
  }
}

.header .header-logo .logo {
  position: relative;
  line-height: 1.0;
}

.header .header-logo .logo .wh {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header .header-logo .logo .bl {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header .header-gnav {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #EFF0F2;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header .header-gnav::before {
  width: 40%;
  height: 100%;
  background-image: url(../img/header_gnav_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 769px) {
  .header .header-gnav::before {
    content: "";
  }
}

@media screen and (min-width: 992px) {
  .header .header-gnav::before {
    width: 50%;
  }
}

.header .header-gnav .header-gnav__list {
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  counter-reset: number 0;
  /* number のカウンタを 0 にセット */
  margin-top: 52px;
}

@media screen and (min-width: 769px) {
  .header .header-gnav .header-gnav__list {
    width: 60%;
    height: 100%;
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .header .header-gnav .header-gnav__list {
    width: 50%;
  }
}

.header .header-gnav .header-gnav__list .list {
  padding-left: 5%;
}

@media screen and (min-width: 769px) {
  .header .header-gnav .header-gnav__list .list {
    padding-left: 60px;
  }
}

@media screen and (min-width: 992px) {
  .header .header-gnav .header-gnav__list .list {
    padding-left: 80px;
  }
}

@media screen and (min-width: 1260px) {
  .header .header-gnav .header-gnav__list .list {
    padding-left: 152px;
  }
}

.header .header-gnav .header-gnav__list .list .list-item {
  font-size: 20px;
  margin: 12px 0;
  letter-spacing: 0.05em;
  position: relative;
}

@media screen and (min-width: 769px) {
  .header .header-gnav .header-gnav__list .list .list-item {
    font-size: 26px;
  }
}

@media screen and (min-width: 992px) {
  .header .header-gnav .header-gnav__list .list .list-item {
    font-size: 32px;
    margin: 20px 0;
  }
}

@media screen and (min-width: 1460px) {
  .header .header-gnav .header-gnav__list .list .list-item {
    font-size: 38px;
    margin: 32px 0;
  }
}

.header .header-gnav .header-gnav__list .list .list-item a span {
  display: inline-block;
  padding: 0 16px 0 24px;
  background: #EFF0F2;
  position: relative;
}

@media screen and (min-width: 769px) {
  .header .header-gnav .header-gnav__list .list .list-item a span {
    padding: 0 28px 0 48px;
  }
}

.header .header-gnav .header-gnav__list .list .list-item a span::before {
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: "0" counter(number) " ";
  /* 表示形式を指定 */
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1.0;
}

@media screen and (min-width: 769px) {
  .header .header-gnav .header-gnav__list .list .list-item a span::before {
    font-size: 20px;
    top: 12px;
  }
}

.header .header-gnav .header-gnav__list .list .list-item a::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 1px #000;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header .header-gnav .header-gnav__list .list .list-item a:hover::before {
  width: 540px;
  opacity: 1;
}

.header .header-gnav .header-gnav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 5%;
}

@media screen and (min-width: 769px) {
  .header .header-gnav .header-gnav__sns {
    display: none;
  }
}

.header .header-gnav .header-gnav__sns .btn {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  margin: 0 0 0 12px;
}

.header .header-gnav .header-gnav__sns .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: solid 1px #707070;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header .header-gnav .header-gnav__sns .btn:hover::before {
  border: solid 1px #fff;
}

.header .header-gnav.open {
  opacity: 1;
  pointer-events: auto;
}

.header .header-info {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
}

@media screen and (min-width: 769px) {
  .header .header-info {
    display: block;
  }
}

.header .header-info .map {
  margin-bottom: 30px;
}

.header .header-info .map a {
  display: block;
  width: 27px;
  margin: 0 auto;
}

.header .header-info .map a:hover {
  opacity: 0.6;
}

.header .header-info .reservation {
  display: block;
  width: 116px;
  height: 160px;
  background: #373737;
  color: #fff;
  text-align: center;
}

.header .header-info .reservation span {
  width: 100%;
  height: 100%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 116px;
}

.header .header-info .reservation:hover {
  background: #EFF0F2;
  color: #373737;
}

.header .js-menu {
  position: absolute;
  z-index: 2000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
  top: 50%;
  display: block;
  width: 30px;
  height: 12px;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .header .js-menu {
    right: 3%;
    width: 40px;
  }
}

.header .js-menu .js-menu-line {
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .header .js-menu .js-menu-line {
    width: 40px;
  }
}

.header .js-menu .js-menu-line:nth-of-type(1) {
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header .js-menu .js-menu-line:nth-of-type(2) {
  top: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header .js-menu.open .js-menu-line {
  background: #373737;
}

.header .js-menu.open .js-menu-line:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header .js-menu.open .js-menu-line:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header.js-hd .header-logo .logo .wh {
  opacity: 0;
}

.header.js-hd .header-logo .logo .bl {
  opacity: 1;
}

.header.js-hd .js-menu .js-menu-line {
  background: #373737;
}

.origo .header-gnav::before {
  background-image: url(../img/origo/header_gnav_bg.jpg);
}

.origo.origo-thanks .header-logo .logo {
  display: block;
  height: 31px;
}

@media screen and (min-width: 769px) {
  .origo.origo-thanks .header-logo .logo {
    height: 42px;
  }
}

.origo.origo-thanks .header-logo .logo .bl {
  opacity: 1 !important;
}

.angolocaffe .header-gnav::before {
  background-image: url(../img/angolocaffe/header_gnav_bg.jpg);
}

.angolocaffe .header-logo {
  top: 20px;
  width: 70px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media screen and (min-width: 769px) {
  .angolocaffe .header-logo {
    top: 40px;
    width: 170px;
  }
}

.angolocaffe .header.js-hd .header-logo {
  width: 48px;
  top: 24px;
}

@media screen and (min-width: 769px) {
  .angolocaffe .header.js-hd .header-logo {
    width: 70px;
  }
}

.hibou .header-gnav::before {
  background-image: url(../img/hibou/header_gnav_bg.jpg);
}

.hibou .header-logo {
  top: 20px;
  width: 70px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media screen and (min-width: 769px) {
  .hibou .header-logo {
    top: 40px;
    width: 160px;
  }
}

.hibou .header.js-hd .header-logo {
  width: 48px;
  top: 24px;
}

@media screen and (min-width: 769px) {
  .hibou .header.js-hd .header-logo {
    width: 70px;
  }
}

@media screen and (min-width: 992px) {
  .footer {
    padding-top: 120px;
  }
}

.footer .l-container {
  padding: 0;
}

.footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .footer .footer-content {
    background: #373737;
  }
}

.footer .footer-content .footer-content__contact {
  width: 100%;
  padding: 56px 5% 40px;
  background: #fff;
}

@media screen and (min-width: 992px) {
  .footer .footer-content .footer-content__contact {
    width: 50%;
    padding: 120px 30px 160px;
  }
}

@media screen and (min-width: 554px) {
  .footer .footer-content .footer-content__contact .table .sp {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .footer .footer-content .footer-content__contact .table {
    margin: 5px 56px 0 40px;
  }
}

.footer .footer-content .footer-content__contact .table table {
  width: 100%;
}

.footer .footer-content .footer-content__contact .table table tbody, .footer .footer-content .footer-content__contact .table table tr {
  width: 100%;
}

.footer .footer-content .footer-content__contact .table table th {
  width: 90px;
  vertical-align: baseline;
  padding: 24px 0 16px;
}

@media screen and (min-width: 992px) {
  .footer .footer-content .footer-content__contact .table table th {
    width: 125px;
    padding: 48px 0 32px;
  }
}

.footer .footer-content .footer-content__contact .table table td {
  width: calc(100% - 90px);
  padding: 24px 0 16px;
  border-bottom: solid 1px #707070;
  position: relative;
}

@media screen and (min-width: 992px) {
  .footer .footer-content .footer-content__contact .table table td {
    width: calc(100% - 125px);
    line-height: 2.0;
    padding: 48px 0 32px;
  }
}

.footer .footer-content .footer-content__contact .table table td::before {
  content: "";
  width: 66px;
  height: 0;
  border-top: solid 1px #707070;
  position: absolute;
  left: -90px;
  bottom: 0;
}

@media screen and (min-width: 992px) {
  .footer .footer-content .footer-content__contact .table table td::before {
    left: -125px;
    width: 92px;
  }
}

.footer .footer-content .footer-content__contact .table table td a:hover {
  opacity: 0.6;
}

.footer .footer-content .footer-content__contact .table .map {
  margin-top: 12px;
  padding-left: 24px;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .footer .footer-content .footer-content__contact .table .map {
    margin-top: 16px;
  }
}

.footer .footer-content .footer-content__contact .table .map::before {
  content: "";
  width: 14px;
  height: 20px;
  background-image: url(../img/common/footer_map_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer .footer-content .footer-content__contact .attention {
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0;
  margin: 24px 0 0;
}

.footer .footer-content .footer-content__contact .attention::before {
  content: "※";
}

@media screen and (min-width: 992px) {
  .footer .footer-content .footer-content__contact .attention {
    font-size: 14px;
    margin: 48px 0 0 48px;
  }
}

.footer .footer-content .footer-content__info {
  width: 100%;
  background: #373737;
  padding: 40px 0 88px;
}

@media screen and (min-width: 554px) {
  .footer .footer-content .footer-content__info {
    padding: 40px 0 130px;
  }
}

@media screen and (min-width: 769px) {
  .footer .footer-content .footer-content__info {
    padding: 40px 0 40px;
  }
}

@media screen and (min-width: 992px) {
  .footer .footer-content .footer-content__info {
    width: 50%;
    padding: 0 30px;
    background: none;
  }
}

.footer .footer-content .footer-content__info .logo {
  max-width: 140px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .footer .footer-content .footer-content__info .logo {
    max-width: 190px;
  }
}

.footer .footer-content .footer-content__info .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .footer-content .footer-content__info .sns .sns-btn {
  display: block;
  position: relative;
  color: #fff;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  margin: 32px 8px 0;
}

@media screen and (min-width: 992px) {
  .footer .footer-content .footer-content__info .sns .sns-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin: 48px 16px 0;
  }
}

.footer .footer-content .footer-content__info .sns .sns-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: solid 1px #707070;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer .footer-content .footer-content__info .sns .sns-btn:hover::before {
  border: solid 1px #fff;
}

.footer .footer-content .footer-content__info .copyright {
  margin-top: 32px;
  line-height: 1.0;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .footer .footer-content .footer-content__info .copyright {
    margin-top: 80px;
  }
}

.footer .footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .footer .footer-fixed {
    display: none !important;
  }
}

.footer .footer-fixed .footer-fixed__inner {
  padding: 8px 5%;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 554px) {
  .footer .footer-fixed .footer-fixed__inner {
    padding: 16px 5%;
  }
}

.footer .footer-fixed .footer-fixed__inner .btn--reservation {
  width: calc(95% - 24px);
}

@media screen and (min-width: 554px) {
  .footer .footer-fixed .footer-fixed__inner .btn--reservation {
    width: calc(95% - 30px);
  }
}

.footer .footer-fixed .footer-fixed__inner .btn--reservation a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #373737;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

@media screen and (min-width: 554px) {
  .footer .footer-fixed .footer-fixed__inner .btn--reservation a {
    height: 60px;
    line-height: 60px;
  }
}

.footer .footer-fixed .footer-fixed__inner .btn--map {
  width: 24px;
  height: 38px;
}

@media screen and (min-width: 554px) {
  .footer .footer-fixed .footer-fixed__inner .btn--map {
    width: 30px;
    height: 44px;
  }
}

.angolocaffe .footer .footer-content .footer-content__info {
  padding: 40px 0 40px;
}

@media screen and (min-width: 992px) {
  .angolocaffe .footer .footer-content .footer-content__info {
    padding: 0 30px;
  }
}

.angolocaffe .footer-content__info .logo img {
  display: block;
  margin-left: 15px;
}

.origo-thanks .footer .footer-content .footer-content__info {
  padding: 40px 0 40px;
}

@media screen and (min-width: 992px) {
  .origo-thanks .footer .footer-content .footer-content__info {
    padding: 0 30px;
  }
}

.hibou .footer .footer-content .footer-content__info {
  padding: 40px 0 40px;
}

@media screen and (min-width: 992px) {
  .hibou .footer .footer-content .footer-content__info {
    padding: 0 30px;
  }
}

.m-en {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 300;
}

.m-sectitle {
  overflow: hidden;
}

.m-sectitle .inner {
  position: relative;
  padding-bottom: 20px;
  padding-left: 22px;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .m-sectitle .inner {
    padding-bottom: 32px;
    padding-left: 38px;
  }
}

.m-sectitle .num {
  line-height: 1.0;
  font-size: 14px;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 769px) {
  .m-sectitle .num {
    font-size: 20px;
  }
}

.m-sectitle .en {
  line-height: 1.0;
  font-size: 30px;
  letter-spacing: 0.1em;
  display: inline;
}

@media screen and (min-width: 769px) {
  .m-sectitle .en {
    font-size: 34px;
  }
}

@media screen and (min-width: 992px) {
  .m-sectitle .en {
    font-size: 46px;
  }
}

.m-sectitle .ja {
  line-height: 1.0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-top: 6px;
  position: absolute;
  left: 22px;
  bottom: 0;
  width: 120%;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .m-sectitle .ja {
    font-size: 16px;
    left: 38px;
    width: 150%;
  }
}

@media screen and (min-width: 769px) {
  .m-sectitle--center {
    text-align: center;
  }
  .m-sectitle--center .inner {
    padding-left: 0;
  }
  .m-sectitle--center .num {
    left: -38px;
  }
  .m-sectitle--center .ja {
    left: 0;
  }
}

.m-text {
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .m-text {
    letter-spacing: 0.1em;
    line-height: 2.0;
  }
}

.m-btn {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 48px;
  border: solid 2px #000;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.m-btn::before {
  content: "";
  width: calc(100% + 4px);
  height: 0;
  border-top: solid 2px #000;
  position: absolute;
  bottom: -8px;
  right: -6px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.m-btn::after {
  content: "";
  width: 0;
  height: calc(100% + 4px);
  border-left: solid 2px #000;
  position: absolute;
  bottom: -8px;
  right: -8px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (min-width: 769px) {
  .m-btn {
    width: 210px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .m-btn:hover {
    -webkit-transform: translate(3px, 3px);
    -ms-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
  }
  .m-btn:hover::before {
    width: 0;
    opacity: 0;
  }
  .m-btn:hover::after {
    height: 0;
    opacity: 0;
  }
}

.origo-thanks .m-sectitle .inner {
  padding-left: 0;
}

.origo-thanks .m-sectitle .ja {
  left: 0;
}

.l-container {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .l-container {
    max-width: 1500px;
    padding: 0 30px;
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.fadein.active {
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#index .mainvis {
  width: 100%;
  height: 100vh;
}

#index .mainvis .mainvis-slider {
  width: 100%;
  height: 100%;
}

#index .mainvis .mainvis-slider .slick-list, #index .mainvis .mainvis-slider .slick-track {
  height: 100%;
}

#index .mainvis .mainvis-slider .mainvis-slider__item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#index .mainvis .mainvis-sns {
  position: absolute;
  z-index: 1;
  left: 3%;
  bottom: 4%;
  display: none;
}

@media screen and (min-width: 769px) {
  #index .mainvis .mainvis-sns {
    display: block;
  }
}

#index .mainvis .mainvis-sns .mainvis-sns__btn {
  display: block;
  position: relative;
  color: #373737;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  margin: 16px 0 0;
}

#index .mainvis .mainvis-sns .mainvis-sns__btn::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #EFF0F2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#index .mainvis .mainvis-sns .mainvis-sns__btn:hover {
  color: #fff;
}

#index .mainvis .mainvis-sns .mainvis-sns__btn:hover::before {
  background: #373737;
}

#index .about {
  padding: 40px 0 0;
}

@media screen and (min-width: 769px) {
  #index .about {
    padding: 160px 0 0;
  }
}

#index .about .m-sectitle {
  margin-bottom: 32px;
}

@media screen and (min-width: 769px) {
  #index .about .m-sectitle {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 992px) {
  #index .about .m-sectitle {
    padding-left: 50%;
  }
}

#index .about .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  #index .about .about-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

#index .about .about-content .about-content__image {
  width: 100%;
  margin-top: 32px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  #index .about .about-content .about-content__image {
    width: 50%;
    margin-top: 0;
    padding-right: 50px;
    text-align: left;
  }
}

#index .about .about-content .about-content__image img {
  max-width: 540px;
}

@media screen and (min-width: 992px) {
  #index .about .about-content .about-content__textbody {
    width: 50%;
  }
}

#index .about .about-content .about-content__textbody .content p:nth-child(n+2) {
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  #index .about .about-content .about-content__textbody .content p:nth-child(n+2) {
    margin-top: 40px;
  }
}

#index .story {
  padding-top: 40px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #index .story {
    padding-top: 180px;
  }
}

#index .story .m-sectitle {
  margin-bottom: 32px;
}

@media screen and (min-width: 769px) {
  #index .story .m-sectitle {
    margin-bottom: 40px;
  }
}

#index .story .story-textbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  #index .story .story-textbody {
    margin: 0 -32px;
  }
}

@media screen and (min-width: 1460px) {
  #index .story .story-textbody {
    margin: 0 -64px;
  }
}

#index .story .story-textbody .m-text {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #index .story .story-textbody .m-text {
    width: 50%;
    padding: 0 32px;
  }
}

@media screen and (min-width: 1460px) {
  #index .story .story-textbody .m-text {
    padding: 0 64px;
  }
}

@media screen and (min-width: 769px) {
  #index .story .story-textbody .text--ja {
    line-height: 33px;
  }
}

#index .story .story-textbody .text--en {
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  #index .story .story-textbody .text--en {
    margin-top: 0;
    letter-spacing: 0.05em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

#index .story .story-image {
  max-width: 900px;
  margin: 32px auto 0;
}

@media screen and (min-width: 769px) {
  #index .story .story-image {
    margin: 104px auto 0;
  }
}

#index .menu {
  padding: 48px 0 0;
}

@media screen and (min-width: 769px) {
  #index .menu {
    padding: 160px 0 160px;
  }
}

#index .menu .m-sectitle {
  margin-bottom: 32px;
}

@media screen and (min-width: 769px) {
  #index .menu .m-sectitle {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 769px) {
  #index .menu .menu-textbody {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  #index .menu .menu-textbody .text--ja {
    font-size: 19px;
  }
}

#index .menu .menu-textbody .text--en {
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  #index .menu .menu-textbody .text--en {
    margin-top: 32px;
  }
}

#index .menu .menu-content {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  #index .menu .menu-content {
    margin-top: 72px;
  }
}

#index .menu .menu-content .menu-content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 560px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  #index .menu .menu-content .menu-content__block {
    max-width: none;
    margin: 0;
  }
}

#index .menu .menu-content .menu-content__block .m-text {
  letter-spacing: 0;
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody {
  width: 100%;
}

@media screen and (min-width: 992px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody {
    width: 54%;
  }
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .title {
  margin-bottom: 8px;
}

@media screen and (min-width: 769px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .title {
    margin-bottom: 0;
  }
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .title .m-en {
  font-size: 28px;
  line-height: 1.0;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .title .m-en {
    font-size: 48px;
  }
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .title .ja {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.0;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .title .ja {
    margin-top: 15px;
    font-size: 16px;
  }
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 24px;
}

@media screen and (min-width: 1260px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .list1 {
    margin: 36px -20px 0;
    padding-bottom: 44px;
  }
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .list1 .item {
  width: 100%;
  margin-top: 4px;
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .list1 .item:nth-child(odd) {
  margin-top: 16px;
}

@media screen and (min-width: 1260px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .list1 .item {
    width: 50%;
    padding: 0 20px;
    margin-top: 32px;
  }
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .list1 .item:nth-child(odd) {
    margin-top: 32px;
  }
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .list1 .item--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .list1 .item--price .price-text1 {
  padding-right: 24px;
  background: #fff;
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .list1 .item--price .price-text1::before {
  content: "";
  width: 80%;
  height: 0;
  border-top: solid 1px rgba(112, 112, 112, 0.45);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .list1 .item--price .price-text2 {
  padding-left: 24px;
  background: #fff;
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 12px 0 0;
}

@media screen and (min-width: 769px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .list2 {
    margin: 32px -8px 0;
  }
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .list2 .item {
  width: 100%;
  padding: 0 0 0 28px;
  margin-top: 8px;
  position: relative;
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .list2 .item span {
  font-size: 12px;
}

@media screen and (min-width: 554px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .list2 .item {
    width: 50%;
    padding: 0 8px 0 28px;
  }
}

@media screen and (min-width: 769px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .list2 .item {
    width: 33.3%;
    font-size: 16px;
    margin-top: 24px;
  }
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .list2 .item span {
    font-size: 13px;
  }
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .list2 .item::before {
  content: "";
  width: 12px;
  height: 0;
  border-top: solid 1px #373737;
  position: absolute;
  left: 8px;
  top: 12px;
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .text1 {
  border-top: solid 1px rgba(112, 112, 112, 0.45);
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .text1 {
    padding-top: 40px;
  }
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .text1 .m-text {
  width: 100%;
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .text1 .m-text:nth-child(n+2) {
  margin-top: 12px;
}

@media screen and (min-width: 769px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .text1 .m-text {
    width: 50%;
  }
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .text1 .m-text:nth-child(n+2) {
    margin-top: 0;
  }
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .text2 {
  border-top: solid 1px rgba(112, 112, 112, 0.45);
  padding-top: 24px;
}

@media screen and (min-width: 769px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .text2 {
    padding-top: 40px;
  }
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .text2 .text--en {
  margin-top: 16px;
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .attention {
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .attention {
    margin-top: 60px;
  }
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .btn {
  margin: 24px 0 8px;
}

@media screen and (min-width: 769px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .btn {
    margin: 32px 0 0;
  }
}

#index .menu .menu-content .menu-content__block .menu-content__block-textbody .btn a {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: solid 1px #373737;
}

@media screen and (min-width: 769px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-textbody .btn a:hover {
    background: #373737;
    color: #fff;
  }
}

#index .menu .menu-content .menu-content__block .menu-content__block-slider, #index .menu .menu-content .menu-content__block .menu-content__block-image {
  width: 100%;
  margin-top: 16px;
}

@media screen and (min-width: 554px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-slider, #index .menu .menu-content .menu-content__block .menu-content__block-image {
    margin-top: 24px;
  }
}

@media screen and (min-width: 769px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-slider, #index .menu .menu-content .menu-content__block .menu-content__block-image {
    margin-top: 32px;
  }
}

@media screen and (min-width: 992px) {
  #index .menu .menu-content .menu-content__block .menu-content__block-slider, #index .menu .menu-content .menu-content__block .menu-content__block-image {
    width: 46%;
    margin-top: 0;
  }
}

#index .menu .menu-content .menu-content__block:nth-child(n+2) {
  margin-top: 52px;
}

@media screen and (min-width: 992px) {
  #index .menu .menu-content .menu-content__block:nth-child(n+2) {
    margin-top: 136px;
  }
}

@media screen and (min-width: 992px) {
  #index .menu .menu-content .menu-content__block:nth-child(odd) .menu-content__block-textbody {
    padding-right: 55px;
  }
  #index .menu .menu-content .menu-content__block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  #index .menu .menu-content .menu-content__block:nth-child(even) .menu-content__block-textbody {
    padding-left: 55px;
  }
  #index .menu .menu-content .menu-content__block:nth-child(even) .menu-content__block-textbody .list {
    margin-top: 32px;
  }
}

#index .openingdays {
  padding: 72px 0 0;
}

@media screen and (min-width: 769px) {
  #index .openingdays {
    padding: 160px 0 80px;
  }
}

#index .openingdays .openingdays-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index .openingdays .openingdays-content .openingdays-content__title {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #index .openingdays .openingdays-content .openingdays-content__title {
    width: 50%;
  }
}

#index .openingdays .openingdays-content .openingdays-content__textbody {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #index .openingdays .openingdays-content .openingdays-content__textbody {
    width: 50%;
  }
}

#index .openingdays .openingdays-content .openingdays-content__textbody .m-text {
  margin: 24px 0 0;
  font-size: 16px;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  #index .openingdays .openingdays-content .openingdays-content__textbody .m-text {
    font-size: 20px;
    max-width: 340px;
    margin: 0 auto;
  }
}

#index .openingdays .openingdays-content .openingdays-content__textbody .m-text span {
  display: inline-block;
  padding-left: 8px;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  #index .openingdays .openingdays-content .openingdays-content__textbody .m-text span {
    padding-left: 16px;
    font-size: 14px;
  }
}

#index .openingdays .openingdays-content .openingdays-content__textbody .list {
  width: 100%;
  margin: 32px auto 0;
}

@media screen and (min-width: 769px) {
  #index .openingdays .openingdays-content .openingdays-content__textbody .list {
    max-width: 480px;
    margin: 0 auto;
  }
}

#index .openingdays .openingdays-content .openingdays-content__textbody .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  position: relative;
  font-size: 15px;
}

#index .openingdays .openingdays-content .openingdays-content__textbody .list .item:nth-child(n+2) {
  margin-top: 16px;
}

@media screen and (min-width: 769px) {
  #index .openingdays .openingdays-content .openingdays-content__textbody .list .item {
    font-size: 16px;
  }
  #index .openingdays .openingdays-content .openingdays-content__textbody .list .item:nth-child(n+2) {
    margin-top: 32px;
  }
}

@media screen and (min-width: 992px) {
  #index .openingdays .openingdays-content .openingdays-content__textbody .list .item {
    font-size: 20px;
  }
}

#index .openingdays .openingdays-content .openingdays-content__textbody .list .item .item-text1 {
  padding-right: 24px;
  background: #fff;
}

#index .openingdays .openingdays-content .openingdays-content__textbody .list .item .item-text1 .small {
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  #index .openingdays .openingdays-content .openingdays-content__textbody .list .item .item-text1 .small {
    font-size: 15px;
  }
}

#index .openingdays .openingdays-content .openingdays-content__textbody .list .item .item-text1::before {
  content: "";
  width: 80%;
  height: 0;
  border-top: solid 1px rgba(112, 112, 112, 0.45);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

#index .openingdays .openingdays-content .openingdays-content__textbody .list .item .item-text2 {
  padding-left: 24px;
  background: #fff;
  width: 170px;
}

@media screen and (min-width: 992px) {
  #index .openingdays .openingdays-content .openingdays-content__textbody .list .item .item-text2 {
    width: 200px;
  }
}

#index .reservation {
  padding-top: 48px;
}

@media screen and (min-width: 769px) {
  #index .reservation {
    padding-top: 160px;
  }
}

#index .reservation .reservation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index .reservation .reservation-content .reservation-content__title {
  width: 100%;
}

@media screen and (min-width: 992px) {
  #index .reservation .reservation-content .reservation-content__title {
    width: 50%;
  }
}

#index .reservation .reservation-content .reservation-content__title .tel {
  padding: 24px 0 0 0;
  font-size: 20px;
}

@media screen and (min-width: 992px) {
  #index .reservation .reservation-content .reservation-content__title .tel {
    padding: 32px 0 0 32px;
    font-size: 32px;
  }
}

#index .reservation .reservation-content .reservation-content__title .tel a {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 240px;
  height: 64px;
  line-height: 64px;
  margin: 0 auto;
  border: solid 1px #373737;
}

#index .reservation .reservation-content .reservation-content__form {
  width: 100%;
  margin-top: 12px;
}

@media screen and (min-width: 554px) {
  #index .reservation .reservation-content .reservation-content__form {
    margin-top: 24px;
  }
}

@media screen and (min-width: 992px) {
  #index .reservation .reservation-content .reservation-content__form {
    width: 50%;
    margin-top: 0;
  }
}

#index .reservation .reservation-content .reservation-content__form dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#index .reservation .reservation-content .reservation-content__form dl dt {
  width: 100%;
  padding: 12px 0 0 0;
}

#index .reservation .reservation-content .reservation-content__form dl dt .required {
  display: none !important;
}

@media screen and (min-width: 554px) {
  #index .reservation .reservation-content .reservation-content__form dl dt {
    padding: 12px 8px 12px 0;
    width: 35%;
  }
}

@media screen and (min-width: 1260px) {
  #index .reservation .reservation-content .reservation-content__form dl dt {
    width: 45%;
  }
}

#index .reservation .reservation-content .reservation-content__form dl dd {
  width: 100%;
  padding: 8px 0 4px;
}

@media screen and (min-width: 554px) {
  #index .reservation .reservation-content .reservation-content__form dl dd {
    width: 65%;
    padding: 12px 0;
  }
}

@media screen and (min-width: 1260px) {
  #index .reservation .reservation-content .reservation-content__form dl dd {
    width: 55%;
  }
}

#index .reservation .reservation-content .reservation-content__form dl .error_blank {
  color: #FF0000;
}

#index .reservation .reservation-content .reservation-content__form dl input[type="text"], #index .reservation .reservation-content .reservation-content__form dl input[type="email"] {
  width: 100%;
  padding: 8px;
  background: #EFF0F2;
}

#index .reservation .reservation-content .reservation-content__form input[type="button"] {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 24px;
  background: #EFF0F2;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

@media screen and (min-width: 554px) {
  #index .reservation .reservation-content .reservation-content__form input[type="button"] {
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  #index .reservation .reservation-content .reservation-content__form input[type="button"] {
    max-width: 280px;
    height: 72px;
    line-height: 72px;
    font-size: 26px;
  }
  #index .reservation .reservation-content .reservation-content__form input[type="button"]:hover {
    background: #373737;
    color: #fff;
  }
}

#index .reservation .reservation-content .reservation-content__form #form_submit {
  margin-top: 32px;
  margin: 32px auto 0;
}

@media screen and (min-width: 554px) {
  #index .reservation .reservation-content .reservation-content__form #form_submit {
    margin: 32px 0 0 35%;
  }
}

@media screen and (min-width: 992px) {
  #index .reservation .reservation-content .reservation-content__form #form_submit {
    margin: 52px 0 0 35%;
  }
}

@media screen and (min-width: 1260px) {
  #index .reservation .reservation-content .reservation-content__form #form_submit {
    margin: 52px 0 0 45%;
  }
}

#index .recruitment {
  padding-top: 48px;
}

@media screen and (min-width: 769px) {
  #index .recruitment {
    padding-top: 120px;
  }
}

#index .recruitment .recruitment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index .recruitment .recruitment-content .recruitment-content__title {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #index .recruitment .recruitment-content .recruitment-content__title {
    width: 50%;
  }
}

#index .recruitment .recruitment-content .recruitment-content__textbody {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #index .recruitment .recruitment-content .recruitment-content__textbody {
    width: 50%;
    max-width: 550px;
  }
}

#index .recruitment .recruitment-content .recruitment-content__textbody a {
  font-weight: bold;
}

#index .recruitment .recruitment-content .recruitment-content__textbody a:hover {
  opacity: 0.6;
}

#index .recruitment .recruitment-content .recruitment-content__textbody .text--ja {
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  #index .recruitment .recruitment-content .recruitment-content__textbody .text--ja {
    margin-top: 0;
  }
}

#index .recruitment .recruitment-content .recruitment-content__textbody .text--en {
  margin-top: 16px;
}

@media screen and (min-width: 769px) {
  #index .recruitment .recruitment-content .recruitment-content__textbody .text--en {
    margin-top: 64px;
  }
}

#index .gallery {
  padding-top: 48px;
}

@media screen and (min-width: 769px) {
  #index .gallery {
    padding-top: 104px;
  }
}

#index .gallery .gallery-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#index .gallery .gallery-content .gallery-content__title {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #index .gallery .gallery-content .gallery-content__title {
    width: 50%;
  }
}

#index .gallery .gallery-content .gallery-content__slider {
  width: 100%;
  max-width: 540px;
  margin: 24px auto 0;
}

@media screen and (min-width: 769px) {
  #index .gallery .gallery-content .gallery-content__slider {
    width: 50%;
    max-width: none;
    margin: 0;
  }
}

.origo #index .mainvis .mainvis-slider .mainvis-slider__item.item1 {
  background-image: url(../img/origo/mainvis_slider1_sp.jpg);
}

.origo #index .mainvis .mainvis-slider .mainvis-slider__item.item2 {
  background-image: url(../img/origo/mainvis_slider2_sp.jpg);
}

.origo #index .mainvis .mainvis-slider .mainvis-slider__item.item3 {
  background-image: url(../img/origo/mainvis_slider3_sp.jpg);
}

.origo #index .mainvis .mainvis-slider .mainvis-slider__item.item4 {
  background-image: url(../img/origo/mainvis_slider4_sp.jpg);
}

.origo #index .mainvis .mainvis-slider .mainvis-slider__item.item5 {
  background-image: url(../img/origo/mainvis_slider5_sp.jpg);
}

@media screen and (min-width: 769px) {
  .origo #index .mainvis .mainvis-slider .mainvis-slider__item.item1 {
    background-image: url(../img/origo/mainvis_slider1_pc.jpg);
  }
  .origo #index .mainvis .mainvis-slider .mainvis-slider__item.item2 {
    background-image: url(../img/origo/mainvis_slider2_pc.jpg);
  }
  .origo #index .mainvis .mainvis-slider .mainvis-slider__item.item3 {
    background-image: url(../img/origo/mainvis_slider3_pc.jpg);
  }
  .origo #index .mainvis .mainvis-slider .mainvis-slider__item.item4 {
    background-image: url(../img/origo/mainvis_slider4_pc.jpg);
  }
  .origo #index .mainvis .mainvis-slider .mainvis-slider__item.item5 {
    background-image: url(../img/origo/mainvis_slider5_pc.jpg);
  }
}

.angolocaffe #index .mainvis .mainvis-slider .mainvis-slider__item.item1 {
  background-image: url(../img/angolocaffe/mainvis_slider1_sp.jpg);
}

.angolocaffe #index .mainvis .mainvis-slider .mainvis-slider__item.item2 {
  background-image: url(../img/angolocaffe/mainvis_slider2_sp.jpg);
}

.angolocaffe #index .mainvis .mainvis-slider .mainvis-slider__item.item3 {
  background-image: url(../img/angolocaffe/mainvis_slider3_sp.jpg);
}

@media screen and (min-width: 769px) {
  .angolocaffe #index .mainvis .mainvis-slider .mainvis-slider__item.item1 {
    background-image: url(../img/angolocaffe/mainvis_slider1_pc.jpg);
  }
  .angolocaffe #index .mainvis .mainvis-slider .mainvis-slider__item.item2 {
    background-image: url(../img/angolocaffe/mainvis_slider2_pc.jpg);
  }
  .angolocaffe #index .mainvis .mainvis-slider .mainvis-slider__item.item3 {
    background-image: url(../img/angolocaffe/mainvis_slider3_pc.jpg);
  }
}

.angolocaffe #index .menu .menu-content .menu-content__block .menu-content__block-textbody .title {
  margin-bottom: 24px;
}

@media screen and (min-width: 769px) {
  .angolocaffe #index .menu .menu-content .menu-content__block .menu-content__block-textbody .title {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 769px) {
  .angolocaffe #index .openingdays .openingdays-content .openingdays-content__textbody .list .item {
    font-size: 15px;
  }
}

@media screen and (min-width: 1260px) {
  .angolocaffe #index .openingdays .openingdays-content .openingdays-content__textbody .list .item {
    font-size: 20px;
  }
}

.angolocaffe #index .openingdays .openingdays-content .openingdays-content__textbody .list .item .item-text1 .small {
  display: block;
}

@media screen and (min-width: 554px) {
  .angolocaffe #index .openingdays .openingdays-content .openingdays-content__textbody .list .item .item-text1 .small {
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  .angolocaffe #index .openingdays .openingdays-content .openingdays-content__textbody .list .item .item-text1 .small {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .angolocaffe #index .openingdays .openingdays-content .openingdays-content__textbody .list .item .item-text1 .small {
    display: inline-block;
  }
}

.angolocaffe #index .openingdays .openingdays-content .openingdays-content__textbody .list .item .item-text2 {
  width: 170px;
}

@media screen and (min-width: 992px) {
  .angolocaffe #index .openingdays .openingdays-content .openingdays-content__textbody .list .item .item-text2 {
    width: 220px;
  }
}

.hibou #index .mainvis .mainvis-slider .mainvis-slider__item.item1 {
  background-image: url(../img/hibou/mainvis_slider1_sp.jpg);
}

.hibou #index .mainvis .mainvis-slider .mainvis-slider__item.item2 {
  background-image: url(../img/hibou/mainvis_slider2_sp.jpg);
}

@media screen and (min-width: 769px) {
  .hibou #index .mainvis .mainvis-slider .mainvis-slider__item.item1 {
    background-image: url(../img/hibou/mainvis_slider1_pc.jpg);
  }
  .hibou #index .mainvis .mainvis-slider .mainvis-slider__item.item2 {
    background-image: url(../img/hibou/mainvis_slider2_pc.jpg);
  }
}

.origo-thanks .thanks {
  padding: 90px 0 10px;
}

@media screen and (min-width: 554px) {
  .origo-thanks .thanks {
    padding: 140px 0 70px;
  }
}

@media screen and (min-width: 769px) {
  .origo-thanks .thanks {
    padding: 220px 0 160px;
  }
}

.origo-thanks .thanks .thanks-title {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
}

@media screen and (min-width: 554px) {
  .origo-thanks .thanks .thanks-title {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .origo-thanks .thanks .thanks-title {
    font-size: 22px;
  }
}

.origo-thanks .thanks .thanks-text {
  margin-top: 36px;
}

@media screen and (min-width: 554px) {
  .origo-thanks .thanks .thanks-text {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .origo-thanks .thanks .thanks-text {
    margin-top: 56px;
    line-height: 1.8;
  }
}

.origo-thanks .thanks .thanks-text .text br {
  display: none;
}

@media screen and (min-width: 769px) {
  .origo-thanks .thanks .thanks-text .text {
    font-size: 16px;
  }
  .origo-thanks .thanks .thanks-text .text br {
    display: inline;
  }
}

.origo-thanks .thanks .thanks-text .caption {
  margin-top: 12px;
  color: #707070;
  font-size: 13px;
}

.origo-thanks .thanks .thanks-text .caption br {
  display: none;
}

@media screen and (min-width: 769px) {
  .origo-thanks .thanks .thanks-text .caption {
    font-size: 14px;
  }
  .origo-thanks .thanks .thanks-text .caption br {
    display: inline;
  }
}

.kasaichi .loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  background: #fff;
  justify-content: center;
  align-items: center;
  touch-action: none;
}

.kasaichi .loading__logo {
  position: relative;
  z-index: 1;
  width: 40vw;
  max-width: 300px;
}

.kasaichi .loading__percent {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  transform: translate(-50%, -39%);
  letter-spacing: 0.02em;
}

.kasaichi .page__logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
  fill: #000;
  z-index: 1;
}

.kasaichi .strip {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
}

@media screen and (min-width: 769px) {
  .kasaichi .strip {
    flex-direction: row;
  }
}

.kasaichi .strip__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: all 0.4s;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .kasaichi .strip__item {
    width: 25%;
  }
}

.kasaichi .strip__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  filter: grayscale(80%);
  background-size: cover;
  background-position: center;
}

.kasaichi .strip__item svg {
  max-width: 70%;
  max-height: 80%;
}

@media screen and (min-width: 769px) {
  .kasaichi .strip__item:hover {
    width: 50%;
    cursol: pointer;
  }
}

.kasaichi .strip__item:hover:before {
  filter: none;
  animation: bgroop 60s linear forwards;
}

@keyframes bgroop {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}

.kasaichi .strip__item:hover .strip__logo {
  opacity: 1;
  transition: 0.3s 0.4s;
}

.kasaichi .strip__item.active {
  animation: expand-sp 2s forwards !important;
}

@media screen and (min-width: 769px) {
  .kasaichi .strip__item.active {
    animation: expand 2s forwards !important;
  }
}

@keyframes expand-sp {
  0% {
    height: 25%;
  }
  25% {
    height: 100%;
    opacity: 1;
  }
  75% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes expand {
  0% {
    width: 50%;
  }
  25% {
    width: 100%;
    opacity: 1;
  }
  75% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

.kasaichi .strip__item.remove {
  animation: shrink-sp 2s forwards !important;
}

@media screen and (min-width: 769px) {
  .kasaichi .strip__item.remove {
    animation: shrink 2s forwards !important;
  }
}

@keyframes shrink-sp {
  0% {
    height: 25%;
  }
  25% {
    height: 0%;
  }
  100% {
    height: 0%;
  }
}

@keyframes shrink {
  0% {
    width: 25%;
  }
  25% {
    width: 0%;
  }
  100% {
    width: 0%;
  }
}

.kasaichi .strip__logo {
  width: 120px;
  fill: #fff;
}

@media screen and (min-width: 769px) {
  .kasaichi .strip__logo {
    opacity: 0;
  }
}

.kasaichi .strip .strip1 {
  animation: openning 0.2s linear  0s forwards;
}

.kasaichi .strip .strip1:before {
  background-image: url(../img/common/origo_bg.jpg);
}

.kasaichi .strip .strip2 {
  animation: openning 0.2s linear  0.2s forwards;
}

.kasaichi .strip .strip2:before {
  background-image: url(../img/common/angolocaffe_bg.jpg);
}

.kasaichi .strip .strip3 {
  animation: openning 0.2s linear  0.4s forwards;
}

.kasaichi .strip .strip3:before {
  background-image: url(../img/common/hibou_bg.jpg);
}

.kasaichi .strip .strip4 {
  animation: openning 0.2s linear  0.6s forwards;
}

.kasaichi .strip .strip4:before {
  background-image: url(../img/common/hotel_bg.jpg);
}

@keyframes openning {
  from {
    height: 0;
  }
  to {
    height: 100vh;
  }
}
