@charset "UTF-8";
@font-face {
  font-family: "yujisyuku";
  src: url("../font/YujiSyuku-Regular.ttf") format("opentype");
}
/*-------------------------------------
        セレクタの不要CSSをリセット
  -------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
a {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

img {
  pointer-events: none;
}

ol,
ul {
  list-style: none;
}

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

input[type=email],
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
textarea,
select {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=password]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
textarea::-webkit-search-decoration,
select::-webkit-search-decoration {
  display: none;
}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=radio]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  min-width: 1470px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 300px;
  }
}

.fit {
  width: 100%;
  height: auto;
  aspect-ratio: 342/233;
}
.fit .fit__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}

.fit01 {
  width: 100%;
  height: auto;
  aspect-ratio: 570/360;
}
.fit01 .fit01__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .fit01 .fit01__img {
    height: 170px;
  }
}

@media screen and (max-width: 767px) {
  .fit001 {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .fit001 img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  }
}

.spVisible {
  display: none;
}
@media screen and (max-width: 767px) {
  .spVisible {
    display: block;
  }
}

.spInvisible {
  display: block;
}
@media screen and (max-width: 767px) {
  .spInvisible {
    display: none;
  }
}

.spVisibleFlex {
  display: none;
}
@media screen and (max-width: 767px) {
  .spVisibleFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.spInvisibleFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .spInvisibleFlex {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 83px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 78px;
  }
}

main {
  background-color: #C7C6C5;
}

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: #FAFAFA;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 90px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*========= レイアウトのためのCSS ===============*/
#container {
  width: 100%;
  height: 100vh;
  background: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
}

.header {
  width: 100%;
  position: relative;
}
.header__inner {
  width: 100%;
}
.header__top {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100px;
  z-index: 1900;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header__top {
    top: 15px;
    left: 15px;
    width: 80px;
  }
}
.header__block {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__left {
  width: 100%;
  height: auto;
  padding: 14px 10px 9px 10px;
}
.header__humb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 120px;
  border: 0.6px solid #626262;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .header__humb {
    width: 60px;
    height: 90px;
  }
}

#overlay-button {
  position: fixed;
  top: 30px;
  right: 30px;
  padding: 38px 11px 24px 11px;
  z-index: 100000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  #overlay-button {
    top: 15px;
    right: 15px;
  }
}

#overlay-button span {
  height: 1px;
  width: 40px;
  position: relative;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #1C1C1C;
}
@media screen and (max-width: 767px) {
  #overlay-button span {
    width: 30px;
  }
}

#overlay-button span:before {
  top: -15px;
  visibility: visible;
  background: #1C1C1C;
}

#overlay-button span:before {
  height: 1px;
  width: 40px;
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  #overlay-button span:before {
    width: 30px;
  }
}

#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background-color: #1C1C1C;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 0%;
  overflow: hidden;
}

input[type=checkbox]:checked ~ #overlay-button span:before {
  -webkit-transform: rotate(90deg) translate(15px, 1px);
          transform: rotate(90deg) translate(15px, 1px);
}

input[type=checkbox]:checked ~ #overlay-button span {
  -webkit-transform: rotate(-45deg) translate(8px, -7px);
          transform: rotate(-45deg) translate(8px, -7px);
}
@media screen and (max-width: 767px) {
  input[type=checkbox]:checked ~ #overlay-button span {
    -webkit-transform: rotate(-45deg) translate(6px, -4px);
            transform: rotate(-45deg) translate(6px, -4px);
  }
}

#overlay {
  height: 100vh;
  width: 100%;
  z-index: 2000;
  visibility: hidden;
  position: fixed;
  right: -100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(#fdfbfb), to(#ebedee));
  background: linear-gradient(to right, #fdfbfb, #ebedee);
}

#overlay ul {
  width: 40%;
  margin: -20px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  #overlay ul {
    width: 80%;
  }
}

#overlay ul li {
  padding: 1em;
  border-bottom: 1px solid #413D3C;
  text-align: center;
}

#overlay ul li a {
  text-decoration: none;
  font-family: "yujisyuku";
  color: #413D3C;
}

#overlay ul li a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 0 0;
}
.sns__item {
  width: 45px;
  padding: 0 8px;
}

.fix {
  position: fixed;
  right: 14px;
  bottom: 14px;
  display: block;
  width: 165px;
  height: auto;
  background-color: #333333;
  padding: 20px 12px;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fix:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}
.fix__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fix__txt {
  font-size: 12px;
  font-family: "yujisyuku";
  color: #fff;
  letter-spacing: 0.1em;
  text-align: right;
  line-height: 0.9;
}
.fix__txt::after {
  display: block;
  content: "Reserve";
  font-size: 16px;
  font-family: "yujisyuku";
  color: #fff;
  letter-spacing: 0.1em;
}

.fv {
  width: 100%;
  height: auto;
  padding: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 0 0 0 0;
  }
}
.fv__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    position: relative;
    width: 92%;
    padding: 150px 0 0px 0;
  }
}
.fv__box {
  width: 100%;
  height: 50vh;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__box {
    position: absolute;
    top: 0;
  }
}
.fv__flex {
  position: relative;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: -240px 0 0 0;
}
@media screen and (max-width: 767px) {
  .fv__flex {
    display: block;
    margin: 100px 0 0 0;
  }
}
.fv__img {
  width: 768px;
}
@media screen and (max-width: 767px) {
  .fv__img {
    width: 100%;
  }
}
.fv__title {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 60px;
  font-family: "yujisyuku";
  color: #E3E3E3;
  margin: auto 0 auto 0;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 38px;
    position: inherit;
    margin: -85px 0 15px 0;
  }
}
.fv__en {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "yujisyuku";
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #413D3C;
}
@media screen and (max-width: 767px) {
  .fv__en {
    position: inherit;
  }
}

.concept {
  width: 100%;
  height: auto;
  padding: 80px 0 100px 0;
}
.concept__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .concept__inner {
    width: 92%;
  }
}
.concept__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .concept__flex {
    display: block;
  }
}
.concept__image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .concept__image {
    width: 100%;
  }
}
.concept__img {
  width: 96%;
  display: block;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .concept__img {
    width: 100%;
  }
}
.concept__content {
  position: relative;
  display: block;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .concept__content {
    width: 100%;
  }
}
.concept__title {
  font-size: 40px;
  font-family: "yujisyuku";
  color: #413D3C;
  margin: 0 0 25px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .concept__title {
    margin: 20px 0 25px 0;
  }
}
.concept__txt {
  width: 450px;
  font-size: 15px;
  font-family: "yujisyuku";
  color: #413D3C;
  margin: 0 0 98px 30px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .concept__txt {
    width: 92%;
    font-size: 15px;
    margin: 0 0 95px 30px;
  }
}
.concept__txt::before {
  position: absolute;
  top: 90px;
  left: 0;
  display: block;
  content: "";
  width: 1px;
  height: 350px;
  background-color: #413D3C;
}
@media screen and (max-width: 767px) {
  .concept__txt::before {
    height: 430px;
  }
}
.concept__en {
  font-size: 14px;
  font-family: "yujisyuku";
  color: #413D3C;
  text-align: right;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .concept__en {
    width: 92%;
    margin: 0 0 0 auto;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 150px 0;
}
@media screen and (max-width: 767px) {
  .slider {
    padding: 0px 0 90px 0;
  }
}

.slider img {
  display: block;
  width: 600px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .slider img {
    width: 360px;
  }
}

.slider .slick-slide {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}

.slider .slick-slide.slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  text-align: center;
  margin: -350px 0 0 0;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    margin: -450px 0 0 0;
  }
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

.menu {
  width: 100%;
  height: auto;
}
.menu__box {
  width: 1240px;
  margin: 0 auto;
  height: auto;
  padding: 60px 0;
  border-top: 1px solid #413D3C;
  border-left: 1px solid #413D3C;
  border-bottom: 1px solid #413D3C;
}
@media screen and (max-width: 767px) {
  .menu__box {
    width: 98%;
    padding: 40px 0;
  }
}
.menu__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .menu__inner {
    width: 92%;
  }
}
.menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-family: "yujisyuku";
  color: #413D3C;
  letter-spacing: 0.1em;
  margin: 0 0 30px 0;
}
.menu__title::after {
  display: block;
  content: "";
  width: 46px;
  height: 1px;
  background-color: #413D3C;
  margin: 0 0 -17px 8px;
}
.menu__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .menu__flex {
    display: block;
  }
}
.menu__image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .menu__image {
    width: 100%;
  }
}
.menu__img {
  width: 100%;
}
.menu__info {
  width: 50%;
  padding: 0 0 0 38px;
}
@media screen and (max-width: 767px) {
  .menu__info {
    width: 100%;
    padding: 0 0 0 0;
  }
}
.menu__name {
  font-size: 30px;
  font-family: "yujisyuku";
  color: #413D3C;
  margin: 0 0 34px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .menu__name {
    font-size: 25px;
    margin: 20px 0 20px 0;
  }
}
.menu__name::after {
  width: 100%;
  display: block;
  font-size: 16px;
  content: "Hamburger set meal";
}
.menu__item {
  font-size: 14px;
  font-family: "yujisyuku";
  color: #413D3C;
  margin: 0 0 19px 0;
  line-height: 2.8;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .menu__item {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    line-height: 2;
    margin: 0 0 30px 0;
  }
}
.menu__price {
  font-size: 22px;
  font-family: "yujisyuku";
  color: #413D3C;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .menu__price {
    font-size: 18px;
    text-align: right;
  }
}
.menu__other {
  width: 100%;
  border: 1px solid #413d3c;
  padding: 35px;
  margin: 20px 0 0 0;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .menu__other {
    padding: 20px 12px;
  }
}
.menu__otherflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.menu__ul {
  margin: 0 20px 0 0;
}
.menu__list {
  font-family: "yujisyuku";
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: #413D3C;
}
@media screen and (max-width: 767px) {
  .menu__list {
    font-size: 14px;
  }
}
.menu__list small {
  display: block;
  margin: -4px 0 0 0;
}

.splide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  pointer-events: none;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .splide {
    padding: 100px 0;
  }
}

.splide__slide > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .splide__slide > img {
    height: 200px;
  }
}

.cafe {
  width: 100%;
  height: auto;
}
.cafe__box {
  width: 1240px;
  margin: 0 auto;
  height: auto;
  padding: 60px 0;
  border-top: 1px solid #413D3C;
  border-left: 1px solid #413D3C;
  border-bottom: 1px solid #413D3C;
}
@media screen and (max-width: 767px) {
  .cafe__box {
    width: 98%;
    padding: 40px 0;
  }
}
.cafe__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cafe__flex {
    display: block;
  }
}
.cafe__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cafe__inner {
    width: 92%;
  }
}
.cafe__image {
  width: 550px;
}
@media screen and (max-width: 767px) {
  .cafe__image {
    width: 100%;
  }
}
.cafe__txt {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .cafe__txt {
    width: 100%;
  }
}
.cafe__item {
  font-size: 16px;
  font-family: "yujisyuku";
  color: #413D3C;
  letter-spacing: 0.1em;
  line-height: 3;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .cafe__item {
    display: none;
  }
}
.cafe__item--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cafe__item--sp {
    display: block;
    margin: 40px 0 20px 0;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    font-family: "yujisyuku";
    font-size: 16px;
    color: #413D3C;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
.cafe__img {
  width: 100%;
}
.cafe__logo {
  width: 150px;
  display: block;
  margin: 0 0 12px auto;
}
.cafe__title {
  text-align: right;
  font-size: 20px;
  font-family: "yujisyuku";
  color: #413D3C;
  letter-spacing: 0.1em;
  margin: 0 0 138px 0;
}
@media screen and (max-width: 767px) {
  .cafe__title {
    margin: 0 0 40px 0;
  }
}
.cafe__title::after {
  display: block;
  content: "Tatehan Coffee";
  font-size: 16px;
  font-family: "yujisyuku";
  color: #413D3C;
  letter-spacing: 0.1em;
}
.cafe__en {
  font-size: 14px;
  font-family: "yujisyuku";
  color: #413D3C;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: right;
}
.cafe__txt2 {
  font-size: 14px;
  font-family: "yujisyuku";
  color: #413D3C;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: right;
}
.cafe__other {
  width: 100%;
  border: 1px solid #413d3c;
  padding: 35px;
  margin: 20px 0 0 0;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .cafe__other {
    padding: 20px 12px;
  }
}
.cafe__otherflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cafe__ul {
  margin: 0 20px 0 0;
}
.cafe__menutitle {
  font-family: "yujisyuku";
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #413D3C;
  margin: 0 0 10px 0;
}
.cafe__list {
  font-family: "yujisyuku";
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: #413D3C;
}
@media screen and (max-width: 767px) {
  .cafe__list {
    font-size: 14px;
  }
}
.cafe__list small {
  display: block;
  margin: -4px 0 0 0;
}

.access {
  width: 100%;
  height: auto;
  padding: 180px 0;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 100px 0;
  }
}
.access__title {
  width: 1100px;
  display: block;
  margin: 0 auto 30px auto;
  font-size: 40px;
  font-family: "yujisyuku";
  color: #413D3C;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .access__title {
    width: 92%;
  }
}
.access__map {
  width: 100%;
}
.access__map iframe {
  width: 100%;
  height: 320px;
}

.entry {
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, right top, from(#fdfbfb), to(#ebedee));
  background: linear-gradient(to right, #fdfbfb, #ebedee);
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .entry {
    padding: 250px 0 100px 0;
  }
}
.entry__title {
  display: inline-block;
  background-color: #1C1C1C;
  color: #fff;
  padding: 16px 60px;
}
.entry__inner {
  width: 1100px;
  background-color: #fff;
  margin: 0 auto;
  padding: 80px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .entry__inner {
    width: 92%;
    padding: 30px 15px 40px 15px;
  }
}
.entry__flex {
  margin: 15px 0;
}
.entry__item {
  font-family: "Noto Sans JP", sans-serif;
  color: #413D3C;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .entry__item {
    font-size: 16px;
  }
}
.entry__item input {
  width: 100%;
  height: 50px;
  padding: 10px;
}
.entry__itemtxt {
  font-family: "Noto Sans JP", sans-serif;
  color: #413D3C;
  font-size: 13px;
  line-height: 2;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .entry__itemtxt {
    font-size: 13px;
  }
}
.entry__span {
  font-family: "Noto Sans JP", sans-serif;
  color: #413D3C;
  font-size: 13px;
  line-height: 2;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
  .entry__span {
    font-size: 13px;
  }
}
.entry__confirmtxt {
  font-family: "Noto Sans JP", sans-serif;
  color: #413D3C;
  font-size: 13px;
  line-height: 2;
  margin: 35px 0 -20px 0;
}
@media screen and (max-width: 767px) {
  .entry__confirmtxt {
    font-size: 13px;
  }
}
.entry__margin {
  margin: 0 12px 0 0;
}
.entry__textarea {
  width: 100%;
  height: 180px;
  resize: vertical;
  font-family: "Noto Sans JP", sans-serif;
  color: #413D3C;
  font-size: 13px;
  line-height: 2;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .entry__textarea {
    font-size: 13px;
  }
}
.entry__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry__select select {
  font-family: "Noto Sans JP", sans-serif;
  color: #413D3C;
  font-size: 16px;
  padding: 10px 30px 10px 16px;
}
@media screen and (max-width: 767px) {
  .entry__select select {
    font-size: 16px;
  }
}
.entry__selectbox {
  position: relative;
  margin: 0 12px 0 0;
}
.entry__selectbox::after {
  position: absolute;
  top: 18px;
  right: 9px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  z-index: 100;
}
.entry__cardinfo {
  color: #413D3C;
  line-height: 2;
  width: 100%;
  height: 50px;
  padding: 10px;
  margin: 0 0 10px 0;
}
.entry__txt {
  font-family: "Noto Sans JP", sans-serif;
  color: #413D3C;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .entry__txt {
    font-size: 16px;
  }
}
.entry__btn {
  width: 300px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #1C1C1C;
  padding: 16px;
  margin: 30px 0 0 0;
  background: none;
  border: 1px solid #413D3C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .entry__btn {
    width: 100%;
    margin: 30px auto 0 auto;
    font-size: 14px;
  }
}
.entry__btn:hover {
  color: #fff;
  background: #413D3C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entry__btn001 {
  width: 300px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #1C1C1C;
  padding: 16px;
  margin: 10px 0 0 0;
  text-align: center;
  background: none;
  border: 1px solid #413D3C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .entry__btn001 {
    width: 100%;
    margin: 30px auto 0 auto;
    font-size: 14px;
  }
}
.entry__btn001:hover {
  color: #fff;
  background: #413D3C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entry__btn02 {
  width: 300px;
  display: block;
  color: #413D3C;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 16px;
  margin: 30px auto 0 auto;
  background: none;
  border: 1px solid #413D3C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry__btn02 {
    width: 100%;
    margin: 30px auto 0 auto;
    font-size: 14px;
  }
}
.entry__btn02:hover {
  color: #fff;
  background: #413D3C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entry__back {
  width: 300px;
  display: block;
  color: #413D3C;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 16px;
  margin: 12px 0 0 0;
  background: none;
  border: 1px solid #413D3C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry__back {
    width: 100%;
    font-size: 14px;
  }
}
.entry__back:hover {
  color: #fff;
  background: #413D3C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#card-element {
  padding: 17px 10px;
  border: 1px solid #413D3C;
  border-radius: 3px;
}

.error_mail_require, .error_mail, .error_name_require, .error_tel_require, .error_unique_id_require, .error_unique_id_input, .error_select_require {
  display: block;
  color: #ce0f0f;
  font-size: 12px;
  margin: 5px 0 0 0;
}

.errorBorder, .errorBorder_mail {
  border: 1px solid #ce0f0f;
}

.display, .display_mail {
  display: block;
}

.errorpage {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.errorpage__error {
  color: #413D3C;
  font-size: 18px;
  font-family: "yujisyuku";
  text-align: center;
}
.errorpage__back {
  width: 300px;
  display: block;
  color: #413D3C;
  font-size: 16px;
  font-family: "yujisyuku";
  padding: 16px;
  margin: 30px auto 0 auto;
  background: none;
  border: 1px solid #413D3C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
}
.errorpage__back:hover {
  color: #fff;
  background: #413D3C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #1C1C1C;
  padding: 60px 0 0 0;
}
.footer__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    width: 92%;
  }
}
.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .footer__flex {
    display: block;
  }
}
.footer__left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer__left {
    width: 100%;
  }
}
.footer__right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer__right {
    width: 100%;
  }
}
.footer__title {
  font-size: 60px;
  font-family: "yujisyuku";
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer__title {
    font-size: 40px;
  }
}
.footer__txt {
  font-family: "yujisyuku";
  color: #fff;
  letter-spacing: 0.1em;
}
.footer__txt a {
  font-family: "yujisyuku";
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.footer__important {
  margin: 20px 0 0 0;
}
.footer__link {
  display: block;
}
.footer__link span {
  display: inline-block;
  font-family: "yujisyuku";
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-bottom: 1px solid #fff;
}
.footer__shopimg {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__shopimg {
    display: block;
    margin: 20px 0;
  }
}
.footer__copyright {
  text-align: center;
  font-family: "yujisyuku";
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 14px;
  padding: 50px 0 20px 0;
}

.law__inner {
  padding: 150px 0 100px 0;
}
@media screen and (min-width: 768px) {
  .law__inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .law__inner {
    padding: 50px 0 50px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .law__inner {
    max-width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .law__inner {
    padding: 150px 0 100px 0;
  }
}
.law__logo {
  width: 100px;
  height: auto;
  margin: 0 auto;
}
.law__title {
  font-size: 24px;
  margin: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  .law__title {
    font-size: 18px;
  }
}
.law__table {
  width: 100%;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .law__table {
    margin: 20px 0 0 0;
  }
}
.law__tr {
  width: 100%;
}
.law__th {
  width: 400px;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #413D3C;
}
@media screen and (max-width: 767px) {
  .law__th {
    width: auto;
    padding: 10px;
  }
}
.law__td {
  padding: 20px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #413D3C;
}
@media screen and (max-width: 767px) {
  .law__td {
    padding: 10px;
  }
}

.policy__inner {
  padding: 150px 0 100px 0;
}
@media screen and (min-width: 768px) {
  .policy__inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .policy__inner {
    padding: 160px 0 50px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .policy__inner {
    max-width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}
.policy__title {
  font-size: 24px;
  margin: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  .policy__title {
    font-size: 18px;
  }
}
.policy__box h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .policy__box h2 {
    font-size: 14px;
    margin: 15px 0 0 0;
  }
}
.policy__box p {
  font-size: 14px;
  line-height: 1.8em;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .policy__box p {
    font-size: 12px;
  }
}
.policy__box li {
  font-size: 14px;
  line-height: 1.8em;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .policy__box li {
    font-size: 12px;
  }
}

.screen {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.screen__inner {
  width: 700px;
  background-color: #fff;
  padding: 50px 50px 60px 50px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .screen__inner {
    width: 92%;
    padding: 40px 40px 50px 40px;
  }
}
.screen__title {
  text-align: center;
  color: #333333;
  letter-spacing: 0.1em;
  font-size: 22px;
}

.search__num {
  text-align: left;
  color: #333333;
  letter-spacing: 0.1em;
  font-size: 15px;
  margin: 14px 0 5px 0;
}
.search__box {
  margin: 22px 0 22px 0;
}
.search__input {
  width: 100%;
  padding: 15px 15px;
}
.search__notfound {
  color: #b50c0c;
  letter-spacing: 0.1em;
  font-size: 15px;
  margin: 5px 0 0 0;
}
.search__txt {
  text-align: center;
  color: #333333;
  letter-spacing: 0.1em;
  font-size: 15px;
  margin: 8px 0 5px 0;
}
.search__block {
  border: 0.5px solid #ccc;
  padding: 30px 30px;
  background: #FAFAFA;
}
.search__txt02 {
  color: #333333;
  letter-spacing: 0.1em;
  font-size: 15px;
}
.search__info {
  color: #333333;
  letter-spacing: 0.1em;
  font-size: 15px;
}