/*
<style> */
  @charset "utf-8";
  /* color */
  :root {
    --bs-gutter-x : 32px;
    --bs-gutter-y : 32px;
    --theme1-dark-color : #44403c;
    --theme1-cream-color : #fbf7ef;
    --theme1-darkcream-color : #f1ede5;
    --theme1-orange-color: #F08300;
    --theme1-gray-color: #EFEFEF;
    --theme1-darkgray-color: #595757;
    --theme1-cream-color: #EEE4D7;
    --theme1-blue-color: #003b8f;
    --theme1-lightblue-color: #abefff;
  }
  body {
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.25rem;
  }
  [id*="ID"] {
    overflow : hidden;
  }
  /* text */
  /* text-shadow */
  .text-shadow {
    text-shadow: 0.1rem 0.1rem var(--theme1-dark-color);
  }
  /* vertical */
  /* 縦書きで、列は右から左の順に表示 */
  .vertical-rl {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    /* 実装済 */
    -moz-writing-mode: vertical-rl;
    /* 実装済 */
    -ms-writing-mode: vertical-rl;
    /* 実装済 */
    -writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    /* 実装済 */
    -moz-text-orientation: upright;
    /* 未実装 */
    -ms-text-orientation: upright;
    /* 実装済 */
  }
  /* 縦書きで、列は左から右の順に表示 */
  .vertical-lr {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    /* 実装済 */
    -moz-writing-mode: vertical-lr;
    /* 実装済 */
    -ms-writing-mode: vertical-lr;
    /* 実装済 */
    -writing-mode: vertical-lr;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    /* 実装済 */
    -moz-text-orientation: upright;
    /* 未実装 */
    -ms-text-orientation: upright;
    /* 実装済 */
  }
  /* font-size */
  .fs-lg {
    font-size: calc(1.375rem + 1.5vw) }
  .fs-sm {
    font-size: calc(0.7rem + 0.1vw) }
  /* btn */
  .btn-ori-orange {
    background-color: var(--theme1-gray-color);
    border: var(--theme1-darkgray-color) 1px solid;
    &:hover {
      background-color: var(--theme1-orange-color);
    }
  }
  .btn-bg-color {
    background-color: #c0c0c0;
  }
  .btn-bg-color:hover {
    background-color: #ee8100;
  }
  /* bg */
  .bg-cream {
    background-color: var(--theme1-cream-color);
  }
  .bg-darkcream {
    background-color: var(--theme1-darkcream-color);
  }
  .theme-bg-yellow-bottom {
    background-image : url('https://iimo2.sakura.ne.jp/site/kaikatei/design/default/files/images/design/theme-bg-yellow-bottom@2x.webp');
    background-position : bottom center;
    background-size : cover;
  }
  .theme-bg-dark {
    background-image : url('https://iimo2.sakura.ne.jp/site/kaikatei/design/default/files/images/design/theme-bg-dark@2x.webp');
    background-position : center center;
  }
  .bg-orange {
    background-color: var(--theme1-orange-color);
  }
  .bg-gray {
    background-color: var(--theme1-gray-color);
  }
  .bg-darkgray {
    background-color: var(--theme1-darkgray-color);
  }
  /* attached-darkcream */
  .attached-darkcream {
    position : relative;
  }
  .attached-darkcream div {
    z-index : 2;
  }
  .attached-darkcream:after {
    content: '';
    position: absolute;
    background-color: var(--theme1-darkcream-color);
    top : 0;
    left : 0;
    width : 100%;
    height : 24rem;
    z-index : 1;
  }
  /* rounded */
  .rounded-6 {
    border-radius: 1.2rem !important;
  }
  /* ヘッダー */
  #header .container {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
  #header.bg-white {
    background: #000 !important;
  }
  #header ul .btn{
    font-size: 0.875em;
  }
  /* アイキャッチ画像 */
  .eyecatch-lunch {
    background-image : url('https://iimo2.sakura.ne.jp/site/kaikatei/datas/page/1731/page_2094.jpg');
    background-repeat : no-repeat;
    background-position : center center;
    background-size : 160%;
    transition: background-size 5s ease;
    width : 100%;
    height : 320px;
    border-radius : 1rem;
  }
  .eyecatch-dinner {
    background-image : url('https://iimo2.sakura.ne.jp/site/kaikatei/datas/page/1748/page_2096.jpg');
    background-repeat : no-repeat;
    background-position : center center;
    background-size : 160%;
    transition: background-size 5s ease;
    width : 100%;
    height : 320px;
    border-radius : 1rem;
  }
  .eyecatch-lunchbox {
    background-image : url('https://iimo2.sakura.ne.jp/site/kaikatei/datas/page/1854/page_2101.jpg');
    background-repeat : no-repeat;
    background-position : center center;
    background-size : 160%;
    transition: background-size 5s ease;
    width : 100%;
    height : 320px;
    border-radius : 1rem;
  }
  .eyecatch-platters {
    background-image : url('https://iimo2.sakura.ne.jp/site/kaikatei/datas/page/1993/page_2167.jpg');
    background-repeat : no-repeat;
    background-position : center center;
    background-size : 160%;
    transition: background-size 5s ease;
    width : 100%;
    height : 320px;
    border-radius : 1rem;
  }
  .eyecatch-children {
    background-image : url('https://iimo2.sakura.ne.jp/site/kaikatei/datas/page/1824/page_2098.jpg');
    background-repeat : no-repeat;
    background-position : center center;
    background-size : 160%;
    transition: background-size 5s ease;
    width : 100%;
    height : 320px;
    border-radius : 1rem;
  }
  .eyecatch-onlinestore {
    background-image : url('https://iimo2.sakura.ne.jp/site/kaikatei/design/default/files/images/design/sm_素材_しゃぶしゃぶ.jpg');
    background-repeat : no-repeat;
    background-position : center center;
    background-size : 160%;
    transition: background-size 5s ease;
    width : 100%;
    height : 320px;
    border-radius : 1rem;
  }
  [class*="eyecatch-"]:hover {
    background-size: 200%;
    transition: background-size 5s ease;
  }
  /* カード */
  .card .card-img-top, .module-id-362 .img {
    background-image : url('https://iimo2.sakura.ne.jp/site/kaikatei/design/default/files/images/design/logo-dark@2x.webp');
    background-size : 50%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* お品書き */
  .heading {
    /* writing-mode: vertical-lr; */
  }
  .price {
    text-align: right;
    font-weight: bold;
  }
  /* フッターエリア */
  footer {
    background-color: #FFF;
    & .footer-logo {
      display:none;
    }
  }
  .ori-box-circle {
    & .ori-box-circle-header {
      display: inline-flex;
      justify-content: center;
      background: #222;
      color: var(--theme1-orange-color);
      border-radius: 50% / 80% 80% 0 0;
      width: 50px;
    }
    & .ori-box-circle-body {
      background: #222;
      padding: 3px;
      border-radius: 0 16px 16px;
      & > div {
        border-radius: 14px;
      }
    }
  }
  /*-------------------------------------
  loading
  -------------------------------------*/
  .loader-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #dee2e6;
    z-index: 99999;
    top:0 ;
    left: 0;
  }
  .loader,
  .loader:before,
  .loader:after {
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
  }
  .loader {
    color: #333;
    font-size: 10px;
    margin: 10px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .loader:before,
  .loader:after {
    content: '';
    position: absolute;
    top: 0;
  }
  .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .loader:after {
    left: 3.5em;
  }
  /*-------------------------------------
  ハンバーガー
  -------------------------------------*/
  .openbtn {
    background : var(--theme1-orange-color);
    &.active {
      background : var(--theme1-darkgray-color);
    }
  }
