@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
#load {
  width: 100%;
  text-align: center;
  display: block; }

#wrapper {
  display: none; }

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  line-height: 1; }

*,
*::before,
*::after {
  box-sizing: border-box;
  letter-spacing: .05em; }

::-webkit-scrollbar {
  height: 10px;
  background: gray; }

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: black; }

body {
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  direction: rtl;
  position: relative;
  right: 0; }

main {
  direction: ltr;
  width: calc(860vw + 200px); }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

body {
  background-color: #0f0f11;
  color: #ac5d38; }

body {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px); }

html {
  overflow-x: auto;
  overflow-y: hidden; }

body {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior: none; }

@media (max-width: 1024px) {
  .pc_only {
    display: none; } }

@media (max-width: 812px) {
  html, body {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto;
    height: 100%; }

  body {
    position: relative;
    overflow-x: hidden;
    min-height: 100%; } }
/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
  body {
    /* Safari用のハック */
    height: -webkit-fill-available; } }
.lh15 {
  line-height: 1.5 !important; }

.title {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ac5d38;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px; }
  .title h2 {
    color: #0f0f11;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif; }
    @media (max-width: 500px) {
      .title h2 {
        font-size: 15px; } }

.image_wrap {
  width: auto;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  margin: 0 6em; }
  @media (max-width: 812px) {
    .image_wrap {
      margin: auto;
      overflow: hidden; } }

.arrow {
  margin-left: 3vw; }

.top .arrow {
  margin: 0 0 0 30px;
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
  display: block; }
  @media (max-width: 812px) {
    .top .arrow {
      margin: 0 0 5px 10px; }
      .top .arrow img {
        width: 10px;
        height: auto; } }

.image_box {
  width: auto;
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  display: flex;
  justify-content: center; }
  @media (max-width: 812px) {
    .image_box {
      width: auto;
      overflow: hidden;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100 - 10px); } }
  .image_box img {
    width: 100%;
    height: auto; }
    @media (max-width: 812px) {
      .image_box img {
        width: auto;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100 - 10px); } }

.image {
  width: auto;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  object-fit: cover; }
  @media (max-width: 812px) {
    .image {
      width: 100vw; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .image {
    width: 40vw; } }

.sp_image {
  display: none !important; }
  @media (max-width: 812px) {
    .sp_image {
      display: block !important; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .sp_image {
    display: none !important; } }

.pc_image {
  display: block !important; }
  @media (max-width: 812px) {
    .pc_image {
      display: none !important; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .pc_image {
    display: block !important; } }

.text {
  writing-mode: vertical-rl;
  text-align: left;
  direction: ltr; }

.scroll {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 94px;
  width: 140px; }
  @media (max-width: 500px) {
    .scroll {
      display: none !important; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .scroll {
    display: none !important; } }

  .scroll p {
    color: #ac5d38;
    font-size: 18px;
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate; }
    @media (max-width: 500px) {
      .scroll p {
        font-size: 15px; } }

.top .scroll {
  position: absolute;
  left: 20px;
  top: 45%;
  padding-left: 0;
  padding-right: 0;
  display: block !important; }
  @media (max-width: 812px) {
    .top .scroll {
      left: 20px;
      top: inherit;
      bottom: 20px;
      width: 50px;
      height: 200px; } }
  .top .scroll p {
    font-size: 24px; }
    @media (max-width: 500px) {
      .top .scroll p {
        font-size: 15px; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .top .scroll p {
    font-size: 15px; } }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.logo_s {
  margin-top: 60px;
  position: fixed;
  right: 34px;
  top: 30px;
  z-index: 10; }
  @media (max-width: 812px) {
    .logo_s {
      display: none;
      z-index: -1; } }

#pagetop {
  position: fixed;
  top: 0;
  right: 100px;
  width: 300px;
  /* コンテンツの幅を指定します。*/
  z-index: 99999; }

#container {
  position: relative;
  width: calc(785vw + 570px);
  margin: 0 auto;
  background: #ccc;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  direction: rtl; }
  @media (max-width: 812px) {
    #container {
      width: calc( 700vw + 620px); } }
  @media (max-width: 500px) {
    #container {
      width: calc( 1020vw + 200px); } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  #container {
    width: calc( 980vw + 200px); } }

#pagetop {
  position: fixed;
  top: 0;
  right: 100px;
  width: 300px;
  /* コンテンツの幅を指定します。*/
  z-index: 99999; }

/* nav */
.header.open {
  display: flex; }

.nav-wrap {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  right: 0;
  padding: 0 20px 20px 30px;
  margin-right: 0; }
  @media (max-width: 812px) {
    .nav-wrap {
      padding: 0 8px 15px 20px;
      width: 100vw; } }
  .nav-wrap div {
    position: relative;
    flex-direction: row;
    justify-content: center;
    display: flex;
    flex-direction: row; }

.nav-wrap.open {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  color: #ac5d38;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 40; }
  @media (max-width: 812px) {
    .nav-wrap.open {
      width: 50vw;
      justify-content: center; } }

.nav-wrap.close {
  display: none; }

/*メニューボタンのエフェクト*/
.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box; }

.nav-button {
  z-index: 9999;
  position: fixed;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  cursor: pointer;
  display: block;
  padding: 30px;
  background-color: transparent;
  border: 0; }
  @media (max-width: 500px) {
    .nav-button {
      padding: 0;
      width: 30px;
      margin: 0 20px 20px 20px; } }

.nav-button span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: transparent;
  z-index: 9999;
  cursor: pointer; }

.nav-button span:nth-of-type(1) {
  top: 20px; }

.nav-button span:nth-of-type(2) {
  top: 33px; }

.nav-button span:nth-of-type(3) {
  bottom: 12px; }

.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); }

.nav-button.active span:nth-of-type(2) {
  opacity: 0; }

.nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg); }

#navi-fixed {
  position: fixed;
  top: 0;
  left: calc(100vw - 60px);
  right: inherit;
  width: 60px;
  height: 60px;
  display: block;
  backface-visibility: hidden;
  z-index: 99998;
  transform: translate3d(0, 0, 0); }
  @media (max-width: 812px) {
    #navi-fixed {
      left: calc(100vw - 50px); } }

.drawer-menu {
  margin-top: 220px;
  margin-bottom: 100px;
  padding: 0;
  list-style: none;
  text-align: right;
  -ms-writing-mode: tb-rl;
  writing-mode: horizontal-tb;
  direction: ltr;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 812px) {
    .drawer-menu {
      margin-top: 0;
      position: absolute;
      right: 0; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .drawer-menu {
    margin-top: 15vh; } }

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #ac5d38;
  font-family: 'Open Sans', sans-serif;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all; }

.sns_btn {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (max-width: 812px) {
    .sns_btn {
      position: absolute;
      bottom: 0; } }
  .sns_btn li a {
    padding: 8px;
    display: block;
    color: #ac5d38;
    font-size: 20px; }
    .sns_btn li a i {
      color: #ac5d38; }

.section__title1 {
  opacity: 0;
  transition-duration: 2s; }

.section__title2 {
  opacity: 0;
  transform: translateY(20px);
  transition-duration: .5s; }

.section__title3 {
  opacity: 0;
  transform: translateX(-20px);
  transition-duration: .5s; }

.section__title4 {
  opacity: 0;
  transform: translateX(20px);
  transition-duration: .5s; }

.fadein {
  opacity: 0;
  transition-duration: 4s; }

.op {
  opacity: 1;
  z-index: 40; }

.anchor {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  scroll-snap-align: center; }

.box {
  background-color: #0f0f11;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  width: calc(785vw + 570px + 600px + 150vw + 25vw);
  display: flex;
  flex-direction: column;
  scroll-snap-type: x mandatory; }
  @media (max-width: 812px) {
    .box {
      width: calc( 700vw + 620px + 600px + 300vw + 50vw); } }
  @media (max-width: 500px) {
    .box {
      width: calc( 1020vw + 200px + 100vw + 640vw - 160vw + 80vw); } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .box {
    width: calc( 980vw + 200px + 600px + 640vw - 160vw + 80vw); } }

.top {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  width: 100vw;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 11; }
  @media (max-width: 812px) {
    .top {
      min-width: 100vw; } }
  .top .top_bg {
    background-image: url("../images/top_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 10px); }
    @media (max-width: 812px) {
      .top .top_bg {
        background-image: url("../images/top_bg_sp.jpg"); } }
  .top .logo {
    width: 78px; }
    @media (max-width: 812px) {
      .top .logo {
        width: 50px; } }
    .top .logo img {
      width: 100%;
      height: auto; }

.concept {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  width: 100vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #0f0f11;
  position: relative;
  direction: ltr; }
  @media (max-width: 812px) {
    .concept {
      min-width: 100vw; } }
  .concept .concept_bg {
    background-color: #0f0f11;
    background-image: url("../images/concept_bg.jpg");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center; }
    @media (max-width: 812px) {
      .concept .concept_bg {
        background-image: url("../images/concept_bg_sp.jpg");
        background-position: bottom; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .concept .concept_bg {
    background-image: url("../images/concept_bg.jpg"); } }

  .concept .text {
    font-size: 24px;
    line-height: 2;
    text-align: left;
    margin-top: 3em; }
    @media (max-width: 812px) {
      .concept .text {
        font-size: 20px;
        margin-top: 80px; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .concept .text {
    margin-top: 40px; } }

.products {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  direction: ltr; }
  .products .product_list {
    display: inline-block;
    margin-left: 3vw; }
    @media (max-width: 1024px) {
      .products .product_list {
        display: none; } }
    .products .product_list li {
      text-align: left;
      font-size: 17px;
      border-left: 1px solid #ac5d38;
      padding: 0 1.1em; }
      .products .product_list li:first-of-type {
        border-right: 1px solid #ac5d38; }
      .products .product_list li a {
        color: #ac5d38;
        text-decoration: none; }

.product_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right: 50px;
  flex-direction: column;
  width: 80vw; }
  @media (max-width: 812px) {
    .product_box {
      width: 100vw; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .product_box {
    width: 40vw; } }

.product_item {
  border-left: 1px solid #ac5d38;
  width: 25vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px); }
  @media (max-width: 812px) {
    .product_item {
      width: 50vw; } }
  @media (max-width: 500px) {
    .product_item {
      width: 80vw; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .product_item {
    width: 80vw; } }

  .product_item figure {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%; }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .product_item figure {
    flex-direction: column; } }

    .product_item figure img {
      height: auto;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      object-fit: cover; }
      @media (max-height: 700px) {
        .product_item figure img {
          max-height: 45svh;
          max-height: 45vh; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .product_item figure img {
    width: auto;
    height: 100vh; } }

    .product_item figure figcaption {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      margin-top: calc(var(--vh, 1vh) * 50 + 1em);
      z-index: 50; }
      @media (max-width: 500px) {
        .product_item figure figcaption {
          margin-top: calc( 80vw * 1.09);
          height: calc( var(--vh, 1vh) * 100 - 80vw * 1.09); } }
      @media (max-height: 700px) {
        .product_item figure figcaption {
          margin-top: 50svh;
          margin-top: 50vh;
          min-height: 40svh;
          min-height: 40vh; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .product_item figure figcaption {
    margin-top: 0;
    margin-right: 50vw; } }

      .product_item figure figcaption div {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 1em 1em 1em 3em;
        flex-direction: column; }
      .product_item figure figcaption h3 {
        font-size: 24px;
        margin-left: 1em;
        text-align: left; }
        @media (max-width: 812px) {
          .product_item figure figcaption h3 {
            font-size: 20px; } }
      .product_item figure figcaption p {
        font-size: 15px;
        line-height: 2;
        text-align: left;
        direction: ltr; }
        @media (max-width: 812px) {
          .product_item figure figcaption p {
            font-size: 15px;
            max-height: 300px;
            line-height: 1.6; } }

.product_detail {
  display: flex;
  flex-direction: column; }
  .product_detail > div:first-of-type {
    border-right: 1px solid #ac5d38; }

@media (max-width: 812px) {
  .arrow {
    display: none; } }

.cafe_item {
  border-left: 1px solid #ac5d38;
  width: 25vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px); }
  @media (max-width: 812px) {
    .cafe_item {
      width: 50vw; } }
  @media (max-width: 500px) {
    .cafe_item {
      width: 80vw; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .cafe_item {
    width: 80vw; } }

  .cafe_item figure {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%; }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .cafe_item figure {
    flex-direction: column; } }

    .cafe_item figure img {
      height: auto;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      object-fit: cover; }
      @media (max-height: 700px) {
        .cafe_item figure img {
          max-height: 45svh;
          max-height: 45vh; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .cafe_item figure img {
    width: auto;
    height: 100vh; } }

    .cafe_item figure figcaption {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      margin-top: auto;
      z-index: 50;
      max-height: calc( 100% - 29vw); }
      @media (max-width: 812px) {
        .cafe_item figure figcaption {
          max-height: calc( 100% - 56vw); } }
      @media (max-width: 500px) {
        .cafe_item figure figcaption {
          max-height: calc( 100% - 100vw); } }
      @media (max-height: 700px) {
        .cafe_item figure figcaption {
          max-height: calc( 100% - 90vw);
          min-height: 40svh;
          min-height: 40vh; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .cafe_item figure figcaption {
    max-height: calc( 100% - 50vw); } }

      .cafe_item figure figcaption div {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 1em 1em 1em 3em;
        flex-direction: column; }
      .cafe_item figure figcaption h3 {
        font-size: 24px;
        margin-left: 1em;
        text-align: left; }
        @media (max-width: 812px) {
          .cafe_item figure figcaption h3 {
            font-size: 20px; } }
      .cafe_item figure figcaption p {
        font-size: 15px;
        line-height: 2;
        text-align: left;
        direction: ltr; }
        @media (max-width: 812px) {
          .cafe_item figure figcaption p {
            font-size: 15px;
            line-height: 1.6; } }
        @media (max-height: 700px) {
          .cafe_item figure figcaption p {
            font-size: 13px; } }

.shop {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 50px;
  direction: ltr; }
  .shop .shop_detail {
    display: flex;
    flex-direction: column;
    width: 100vw; }
    @media (max-width: 812px) {
      .shop .shop_detail {
        display: none; } }
    .shop .shop_detail .shop_box {
      display: block;
      float: left; }
    .shop .shop_detail h4 {
      font-size: 24px;
      text-align: left;
      margin-left: 1em; }
    .shop .shop_detail p {
      font-size: 15px;
      line-height: 2.6;
      text-align: left;
      direction: ltr; }
  .shop .product_detail {
    display: none; }
    @media (max-width: 812px) {
      .shop .product_detail {
        display: flex; } }

.shop_item {
  border-left: 1px solid #ac5d38;
  width: 25vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px); }
  @media (max-width: 812px) {
    .shop_item {
      width: 50vw; } }
  @media (max-width: 500px) {
    .shop_item {
      width: 100vw; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .shop_item {
    width: 100vw; } }

  .shop_item figure {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%; }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .shop_item figure {
    flex-direction: column; } }

    .shop_item figure img {
      height: auto;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0; }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .shop_item figure img {
    width: auto;
    height: 100vh; } }

    .shop_item figure figcaption {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      margin-top: calc(var(--vh, 1vh) * 50 + 1em - 10px);
      z-index: 50; }
      @media (max-width: 500px) {
        .shop_item figure figcaption {
          margin-top: calc( 100vw * 0.66);
          height: calc( var(--vh, 1vh) * 100 - 100vw * 0.66 - 10px); } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .shop_item figure figcaption {
    margin-top: 0;
    margin-right: 72vw; } }

      .shop_item figure figcaption div {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 1em;
        flex-direction: column; }
      .shop_item figure figcaption h3 {
        font-size: 24px;
        margin-left: 1em;
        text-align: left; }
        @media (max-width: 812px) {
          .shop_item figure figcaption h3 {
            font-size: 20px; } }
      .shop_item figure figcaption p {
        font-size: 15px;
        line-height: 2;
        text-align: left;
        direction: ltr; }
        @media (max-width: 812px) {
          .shop_item figure figcaption p {
            font-size: 15px; } }

.shop_wrap {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  align-items: center;
  justify-content: center;
  margin: 0 94px; }
  .shop_wrap .shop_inbox {
    display: flex;
    justify-content: center;
    flex-direction: column; }

.about {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  position: relative;
  direction: ltr; }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .about {
    width: auto; } }

  .about .about_detail {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 50px;
    width: 195vw; }
    @media (max-width: 812px) {
      .about .about_detail {
        width: 100vw; } }
    @media (max-width: 500px) {
      .about .about_detail {
        width: 200vw; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .about .about_detail {
    width: 220vw; } }

    .about .about_detail .about_box {
      display: flex;
      flex-direction: column;
      position: relative; }
      @media (max-width: 812px) {
        .about .about_detail .about_box {
          flex-direction: row;
          height: 100vh;
          width: 50vw;
          height: calc(var(--vh, 1vh) * 100 - 10px); } }
      @media (max-width: 500px) {
        .about .about_detail .about_box {
          width: 100vw; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .about .about_detail .about_box {
    flex-direction: column;
    width: auto; } }

    .about .about_detail .address_wrap {
      font-size: 20px;
      text-align: center;
      line-height: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background-image: url("../images/about_bg.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      writing-mode: horizontal-tb;
      width: 40vw;
      padding: 0 94px; }
      @media (max-width: 812px) {
        .about .about_detail .address_wrap {
          font-size: 15px;
          width: 50vw;
          height: 65vh;
          max-width: 100vw;
          padding: 0; } }
      @media (max-width: 500px) {
        .about .about_detail .address_wrap {
          width: 100vw;
          height: 70vh; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .about .about_detail .address_wrap {
    width: 50vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 10px); } }

      .about .about_detail .address_wrap .b {
        font-size: 26px; }
        @media (max-width: 812px) {
          .about .about_detail .address_wrap .b {
            font-size: 16px; } }
        .about .about_detail .address_wrap .b a {
          color: #ac5d38; }
      .about .about_detail .address_wrap .shop_name {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 5vh; }
        @media (max-width: 812px) {
          .about .about_detail .address_wrap .shop_name {
            margin-bottom: 40px; } }
      .about .about_detail .address_wrap .address p {
        margin-bottom: 5vh;
        direction: ltr;
        line-height: 1; }
        @media (max-width: 812px) {
          .about .about_detail .address_wrap .address p {
            margin-bottom: 20px; } }
  .about .text_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 55vw;
    justify-content: center; }
    @media (max-width: 812px) {
      .about .text_wrap {
        height: 70vh;
        padding: 5vh 0;
        width: 50vw; } }
    @media (max-width: 500px) {
      .about .text_wrap {
        width: 100vw; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .about .text_wrap {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 10px);
    width: 50vw; } }

    .about .text_wrap .text_box {
      display: flex;
      justify-content: center;
      flex-direction: column;
      margin: 0 94px;
      max-width: 50vw; }
    .about .text_wrap h4 {
      font-size: 24px;
      text-align: left;
      margin-left: 1em; }
      @media (max-width: 812px) {
        .about .text_wrap h4 {
          font-size: 20px; } }
    .about .text_wrap .keyword {
      border: 1px solid #ac5d38;
      padding: .2em .3em .2em .2em;
      margin-bottom: 1em;
      letter-spacing: .1em; }
    .about .text_wrap .text {
      font-size: 15px;
      line-height: 3;
      text-align: left;
      direction: ltr;
      height: 80vh; }
      @media (max-width: 812px) {
        .about .text_wrap .text {
          font-size: 15px;
          line-height: 1.6;
          height: 60vh; } }
      @media (max-width: 500px) {
        .about .text_wrap .text {
          font-size: 14px;
          line-height: 1.6;
          height: auto; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .about .text_wrap .text {
    font-size: 15px;
    line-height: 2;
    height: 90vh; } }

      @media (max-width: 500px) {
        .about .text_wrap .text li {
          margin-right: 1em; } }
  .about .image_wrapper {
    width: 70vw;
    overflow: hidden;
    display: flex;
    justify-content: center; }
    @media (max-width: 812px) {
      .about .image_wrapper {
        width: 50vw; }
        .about .image_wrapper img {
          height: auto;
          width: 100%; } }
    @media (max-width: 500px) {
      .about .image_wrapper {
        width: 100vw;
        height: 30vh; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  .about .image_wrapper {
    width: 70vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 10px); } }

#map {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  -webkit-filter: grayscale(100%) contrast(50%) sepia(50%);
  -moz-filter: grayscale(100%) contrast(50%) sepia(50%);
  -o-filter: grayscale(100%) contrast(50%) sepia(50%);
  -ms-filter: grayscale(100%) contrast(50%) sepia(50%);
  filter: grayscale(100%) contrast(50%) sepia(50%);
  width: 30vw; }
  @media (max-width: 812px) {
    #map {
      width: 50vw;
      height: 30vh; } }
  @media (max-width: 500px) {
    #map {
      width: 100vw; } }
@media screen and (orientation: landscape) and (max-width: 812px) {
  #map {
    width: 50vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 10px); } }

footer {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10vw;
  text-align: left;
  direction: ltr;
  font-size: 15px;
  position: relative; }
  footer p {
    position: absolute;
    left: 20px;
    bottom: 40px; }
  @media (max-width: 812px) {
    footer {
      position: relative;
      width: 50px;
      background-color: #0f0f11;
      z-index: 40; } }

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0f0f11;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0; }

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #0f0f11;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
.loaded {
  opacity: 0;
  visibility: hidden; }

.online-btn {
  line-height: 1 !important;
  position: absolute;
  left: 30px;
  bottom: 25px;
  z-index: 300; }
  .online-btn a {
    padding: 34px 5px 5px 5px;
    display: inline-block;
    border: 1px solid #ac5d38;
    color: #ac5d38;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
    .online-btn a::before {
      content: "";
      display: block;
      position: absolute;
      top: 13px;
      left: 25%;
      background-image: url("../images/online-arrow.png");
      background-size: contain;
      width: 12px;
      height: 8px;
      vertical-align: middle; }

.info-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.information {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 10px);
  position: relative;
  direction: ltr;
  background-color: #0f0f11; }
  .information .information-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 400px;
    margin-right: 120px;
    margin-left: 80px; }
    @media (max-width: 500px) {
      .information .information-detail {
        width: calc( 100vw - 50px);
        margin-right: 70px;
        margin-left: 0px; } }
    .information .information-detail h3 {
      font-size: 24px;
      text-align: center;
      letter-spacing: .2em; }
      @media (max-width: 500px) {
        .information .information-detail h3 {
          font-size: 20px; } }
    .information .information-detail ul {
      align-items: flex-start;
      display: flex;
      flex-direction: column; }
      .information .information-detail ul li {
        border-right: 1px solid #ac5d38; }
        .information .information-detail ul li:last-child {
          border-left: 1px solid #ac5d38; }
        .information .information-detail ul li a {
          display: flex;
          padding-right: 20px;
          padding-left: 20px;
          text-decoration: none;
          font-size: 14px; }
          @media (max-width: 500px) {
            .information .information-detail ul li a {
              font-size: 12px; } }
          .information .information-detail ul li a div {
            color: #ac5d38;
            text-decoration: none; }

.info-date {
  height: 6em;
  font-family: 'Open Sans', sans-serif; }

.info-title {
  height: 30em; }

.view-more {
  margin-right: 2em; }
  @media (max-width: 500px) {
    .view-more {
      margin-right: .5em;
      margin-left: 1em; } }
  .view-more a {
    text-decoration: none;
    color: #ac5d38;
    font-size: 14px; }
    @media (max-width: 500px) {
      .view-more a {
        font-size: 12px; } }

.info-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.current-cat a {
  background-color: #ac5d38;
  color: #000 !important; }

.category-title {
  display: inline-block;
  margin-top: 2em;
  background-color: #ac5d38;
  color: #000; }

#cafe_detail {
  display: flex; }

.m_c {
    display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10wh;
}

.m_b {
    max-width: 880px;
	width: 100%;
	padding: 10wh;	
}

/*960px*/
@media screen and (max-width: 960px) {
    max-width: 640px;
}

/*520px*/
@media screen and (max-width: 520px) {
    max-width: 480px;
}
