@charset "UTF-8";
/* CSS Document */

html {
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #333;
  background-color : #000;
  font-family: 'Noto Serif JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  font-size: 1.6rem;
  line-height: 1;
}

a {
  text-decoration: none;
}

.sp-br {
  display: none;
}

.invisible {
  visibility: hidden;
}

h2 {
  text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
}

/* --------------------

header

----------------------*/

.vegas-overlay {
  display: none;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 1;
  background: #fff;
  align-items: center;
  opacity: .7;
}

button {
  display: none;
}

.logo {
  width: 100px;
  display: block;
}

.header-logo {
  /* font-family: skippy-sharp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
  color: #339dcc; */
  transition: all 0.3s;
  width: 100px;
}

.header-logo img {
  width: 100%;
}


.zdo_drawer_menu {
  padding: 13px 25px;
  width: 100%;
  display: flex;
  background-color: #fff;
  align-items: center;
  font-size: 14px;
}

.zdo_drawer_nav_wrapper {
  margin-left: auto;
}

.zdo_drawer_nav_wrapper ul {
  display: flex;
  align-items: center;
}

.zdo_drawer_nav_wrapper ul li {
  margin-left: 40px;
  letter-spacing: 1.4px;
  font-weight: 200;
}

.zdo_drawer_nav_wrapper ul li :last-child {
  margin-left: 0;
}

.inst-icon-white {
  display: none;
}

.inst-icon {
  height: 24px;
  width: 24px;
  margin-left: 0;
}

.zdo_drawer_menu .zdo_drawer_nav li img {
  width: 100%;
}

.zdo_drawer_nav_wrapper div {
  margin-left: 40px;
  font-weight: 800;
}

.zdo_drawer_nav_wrapper div span {
  font-size: 18px;
  font-weight: 800;
}


/*==================================================
スライダーのためのcss
===================================*/

#slider {
  width: 100%;
  height: 100vh;
}

/* 
.zdo_drawer_nav_wrapper ul li:after {
  content: '';
  width: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #000;
  display: block;
  border-radius: 10px;
  letter-spacing: 1.4px;
} */

.zdo_drawer_nav_wrapper ul li:first-child {
  margin-left: 0;
}

.wrapper {
  position: relative;
}

.top-title {
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.0vw;
  line-height: 60px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
  text-align: center;
  font-weight: 100;
}

.wrapper {
  position: relative;
}

main {
  background: #000;
}

h2 {
  color: #fff;
}

.aboutus {
  text-align: center;
}

.contents-bg {
  background-image: url(/ichie/wp-content/uploads/aboutus-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  height: 440px;
  background-color: rgba(10, 10, 10, 0.8);
  background-blend-mode: lighten;
}

.about-contents {
  background-color: rgba(0, 0, 0, 0.6);
  height: 440px;
}

.aboutus h2 {
  font-size: 26px;
  font-weight: 100;
  margin-bottom: 30px;
  letter-spacing: 1.4px;
  padding-top: 85px;
}

.aboutus p {
  font-size: 14px;
  line-height: 2.4;
}


/* --------------------------------

kondate

-------------------------------------*/

.kondate-wrap {
  width: 100%;
  background-color: #000;
}

.kondate-inner {
  width: 75%;
  max-width: 480px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 80px;
}

.kondate-inner h2 {
  text-align: center;
  margin-bottom: 35px;
  font-size: 26px;
  padding: 0;
}

.kondate-box {
  width: 50%;
  padding-bottom: 100px !important;
}

.kondate-title {
  font-size: 20px !important;
  font-weight: 100;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
}

.kondate-title,
.kondate-date {
  color: #fff;
}

.kondate-title a:hover {
  opacity: 0.8;
}


/* --------------------------------

kodawari

-------------------------------------*/

.kodawari {
  color: #fff;
  background-color: #000;
}

.box1 {
  background-image: url(/ichie/wp-content/uploads/profile-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 8%;
}

.box3 {
  background-image: url(/ichie/wp-content/uploads/drink-kodawari.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.box5 {
  background-image: url(/ichie/wp-content/uploads/utuwa-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.kodawari-inner {
  display: flex;
  width: 100%;
}

.kodawari-inner-item {
  width: 100%;
  height: 900px;
}

.box-black {
  display: block;
  background-color: #000;
}

.kodawari-messa {
  margin: 300px auto !important;
  width: 60%;
}

.kodawari-messa h2 {
  text-align: center;
  font-size: 26px;
  padding: 0;
}

.kodawari-messa p {
  padding-top: 100px;
  line-height: 1.8;
}

.footer-img {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-footer-img {
  background-image: url(/ichie/wp-content/uploads/footer-img.jpg);
  background-position: 30%;
}

/* -------------------------

footer

-----------------------------*/

footer {
  /* height: 100%; */
  background-image: url(/ichie/wp-content/uploads/footer-bg.jpeg);
  font-size: 14px;
  font-weight: 800;
}

.footer-logo {
  width: 245px;
  margin: 0 auto;
}

.footer-logo img {
  width: 100%;
}

.footer-nav {
  display: flex;
  width: 100%;
  font-size: 14px;
  margin: 0 auto;
  justify-content: center;
}

.footer-nav-item {
  margin: 20px;
}

.footer-info {
  display: flex;
  width: 512px;
  margin: 20px auto 0 !important;
  justify-content: space-between;
}

.footer-info-item {
  line-height: 1.6;
  margin-bottom: 50px !important;
}

.footer-tel {
  font-size: 20px;
  font-weight: 800;
}

.footer .copyright-area {
  text-align: center;
  padding-bottom: 20px;
}


/* --------------------------------

menu

--------------------------------*/

.menu {
  background-color: #000;
  color: #fff;
  padding-bottom: 110px;
}

.under-key-visual {
  position: relative;
  height: 380px;
}

.menu-img {
  background-image: url(/ichie/wp-content/uploads/slider-pc-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30% 25%;
}

.dinner-img {
  background-image: url(/ichie/wp-content/uploads/dinner-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.houji-img {
  background-image: url(/ichie/wp-content/uploads/houji-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.keiji-img {
  background-image: url(/ichie/wp-content/uploads/keiji-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.under-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
}

.menu-title {
  font-size: 20px;
  margin-bottom: 35px;
}

.menu-inner-item {
  /*display: flex;*/
  width: 70%;
  margin: 110px auto 35px;
  justify-content: space-between;
}

.menu-inner-item:last-child {
  margin: 110px auto 0;
}

.menu-item-desc {
  width: 90%;
}

.menu-item-box {
  width: 90%;
  height: 23vw;
}

.day-img {
  background-image: url(/ichie/wp-content/uploads/day-img.jpg);
  background-size: cover;
  background-position: 18%;
}

.drink-img {
  background-image: url(/ichie/wp-content/uploads/menu-drink.jpg);
  background-size: cover;
  background-position: 18%;
}

.menu-text {
  line-height: 1.8;
  font-size: 14px;
}

.menu-footer-img {
  background-image: url(/ichie/wp-content/uploads/menu-footer-img.png);
}

.profile {
  margin-top: 90px !important;
  padding-bottom: 90px;
}

.profile-inner {
  /*display: flex;*/
  width: 70%;
  margin: 0 auto;
}

.profile-item {
  width: 100%;

}

.profile-img {
  width: 350px;
  text-align: center;
  margin: 0 auto;
}

.profile-img img {
  width: 330px;
}

.profile-text {
  width: 90%;
  margin: 108px auto;
}

.profile-name {
  font-size: 20px;
  text-align: center;
}

.profile-desc {
  margin-top: 35px !important;
  letter-spacing: 1.4px;
  line-height: 1.6;
  font-size: 14px;
}


/* --------------------------------

shop

--------------------------------*/

.shop {
  color: #fff;
  position: relative;
  /*margin-bottom: 70px;*/
  line-height: 1.4;
}

.shop-img {
  background-image: url(/ichie/wp-content/uploads/aboutus-bg.jpg);
  background-position: 25% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.6;
}

.shop-info-head {
  width: 230px;
}

td {
  padding: 10px;
}

.shop-cancel {
  text-align: center;
  color: #fff;
}

.access {
  padding-bottom: 100px;
}

.access-map {
  margin: 0 auto;
  width: 800px;
}

.shop-footer-img {
  background-image: url(/ichie/wp-content/uploads/shop-footer-img.png);
  height: 400px;
  background-size: cover;
  background-position: 45%;
}

.shop-inner {
  width: 60%;
  margin-left: 20%;
  margin-right: 5%;
  min-width: 840px;
}

dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 100px auto 0;
}

dt {
  width: 200px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.shop-table-header {
  width: 200px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

dd {
  width: 75%;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.shop-table-data {
  width: 75%;
  padding-bottom: 20px;
  margin-bottom: 10px;
}


/* --------------------------------

kondate post page

--------------------------------*/

.kondate-post-separateline {
  background: linear-gradient(
    90deg,
    #000000 0%,
    #000000 5%,
    #b39855 25%,
    #fff9e6 50%,
    #b39855 75%,
    #000000 95%,
    #000000 100% );
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-bottom: 5px;
}

.kondate-post-archive-list {
  color: #ffffff;
}

.kondate-post-title {
  font-size : 26px;
  font-weight : 500;
  color : #ffffff;
  margin-bottom : 10px;
}

.kondate-post-text {
  padding-top: 50px;
  font-size: 16px;
  line-height: 1.8;
}

.kondate-inner ul {
  margin-top : 0;
}


/* --------------------------------

hover

--------------------------------*/

@media (hover: hover) {
  .header-logo:hover {
    opacity: 0.6;
  }

  .zdo_drawer_nav_wrapper ul li:hover:after {
    width: 100%;
    border-radius: 10px;
    opacity: 0.7;
  }

  .zdo_drawer_nav_wrapper ul li:hover {
    opacity: 0.6;
    transition: .3s;
  }

  .footer-nav-item:hover {
    opacity: .7;
    transition: .3s;
  }
}

.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}


/* ----------------------------------------------------------
   ----------------------------------------------------------


          tablet


------------------------------------------------------------
------------------------------------------------------------*/

@media screen and (max-width: 1024px) {

  .header {
    position: fixed;
    width: 100%;
    z-index: 1;
    background: #fff;
    align-items: center;
    opacity: 1;
  }

  .inst-icon-black {
    display: none;
  }

  .inst-icon-white {
    display: block;
  }

  button {
    display: none;
  }

  .header-logo {
    /* font-family: skippy-sharp, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 54px;
    color: #339dcc; */
    display: flex;
    align-items:
      center;
    width: 50px;
    height: 50px;
    justify-content: center;
    width: 100px;
  }

  .header-logo img {
    width: 100%;
  }

  .header {
    position: fixed;
    width: 100%;
    z-index: 1;
    height: 60px;
    background: #fff;
  }

  .zdo_drawer_menu {
    padding: 5px 25px;
    width: 100%;
    display: block;
    background-color: #fff;
    align-items: center;
    line-height: 70px;
  }

  .zdo_drawer_nav_wrapper ul li:after {
    content: '';
    width: 0;
    transition: all 0.3s ease;
    border-bottom: none;
    display: block;
    border-radius: 10px;
    letter-spacing: 1.4px;
  }

  .zdo_drawer_nav_wrapper ul li:last-child {
    margin-left: 0;
    margin-top: 20px;
  }

  .zdo_drawer_nav_wrapper ul li:hover:after {
    width: 100%;
    border-bottom: none;
  }

  .zdo_drawer_nav_wrapper ul {
    display: block;
  }

  .zdo_drawer_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none;
  }

  .zdo_drawer_button {
    display: block;
    padding: 0;
    width: 42px;
    height: 26px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
    z-index: 10;
  }

  .zdo_drawer_button .zdo_drawer_bar {
    display: block;
    width: 30px;
    height: 2px;
    transition: all 0.5s;
    transform-origin: 0% 0%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
  }

  .zdo_drawer_button .zdo_drawer_bar1 {
    top: 0;
  }

  .zdo_drawer_button .zdo_drawer_bar2 {
    top: 30%;
  }

  .zdo_drawer_button .zdo_drawer_bar3 {
    top: 60%;
  }

  .zdo_drawer_button.active .zdo_drawer_bar {
    width: 36.77px;
    left: 8px;
  }

  .zdo_drawer_button.active .zdo_drawer_bar1 {
    transform: rotate(0.7853981634rad) translateY(-50%);
    top: 0px;
  }

  .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0;
  }

  .zdo_drawer_button.active .zdo_drawer_bar3 {
    transform: rotate(-0.7853981634rad) translateY(-50%);
    top: calc(100% - 0px);
  }

  .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none;
  }

  .zdo_drawer_button.active .zdo_drawer_close {
    display: block;
  }

  .zdo_drawer_text {
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    text-align: center;
    font-size: 10px;
  }

  .zdo_drawer_close {
    letter-spacing: 0.08em;
    display: none;
  }

  /*+++ Default Button Color +++*/
  .zdo_drawer_button {
    color: #000;
  }

  .zdo_drawer_button .zdo_drawer_bar {
    background-color: #000;
  }

  .active.zdo_drawer_button .zdo_drawer_bar {
    background-color: #fff;
  }

  /* === Hambuerger Button's Style End === */
  .zdo_drawer_menu .zdo_drawer_button {
    /*+++ Hamburger Button Position +++*/
    position: fixed;
    top: 22px;
    right: 14px;
    z-index: 1000;
  }

  .zdo_drawer_menu a {
    color: inherit;
    text-decoration: none;
  }

  .zdo_drawer_menu a:visited {
    color: inherit;
  }

  .zdo_drawer_nav_wrapper {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: all 2s;
    /* transform: translate(100%); */
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    display: none;
    background-color: #000;
  }

  .zdo_drawer_nav_wrapper.open {
    /* transform: translate(0); */
    display: block;
    transition: all 1s;
    opacity: 1;
    z-index: 500;
    background: #000;
  }

  .zdo_drawer_menu.left .zdo_drawer_button {
    right: auto;
    left: 32px;
  }

  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
    transform: translate(-312px);
    right: auto;
    left: 0;
    position: relative;
  }

  /* .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    transform: translate(0);
  } */

  /*+++ Default Navigation CSS +++*/
  .zdo_drawer_menu .zdo_drawer_nav {
    padding: 20px 40px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
    width: 100%;
  }

  .zdo_drawer_nav_wrapper div {
    margin-left: 0;
    font-weight: 800;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    font-size: 20px;
    margin-top: 20px;
    letter-spacing: 1.4px;
  }

  .zdo_drawer_nav_wrapper div span {
    font-size: 32px;
    font-weight: 800;
  }

  .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 20px;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    padding: 10px 0;
  }

  .zdo_drawer_menu .zdo_drawer_nav li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding-bottom: 0;
    font-size: 22px;
    letter-spacing: 6px;
  }

  .zdo_drawer_menu .zdo_drawer_nav a::after {
    display: none;
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }

  .zdo_drawer_menu .zdo_drawer_nav a:hover::after {
    transform: none;
  }

  .top-title {
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    width: 100%;
    line-height: 60px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    box-shadow: #000;
    text-align: center;
    font-weight: 100;
  }

  /* --------------------------------

  shop

  --------------------------------*/

  .shop {
    color: #fff;
    position: relative;
    /*margin-bottom: 70px;*/
    line-height: 1.4;
  }

  .shop-img {
    background-image: url(/ichie/wp-content/uploads/aboutus-bg.jpg);
    background-position: 25% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .shop-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.6;
  }

  .shop-info-head {
    width: 230px;
  }

  td {
    padding: 10px;
  }

  .shop-cancel {
    text-align: center;
    color: #fff;
  }

  .access {
    padding-bottom: 0;
  }

  .access-map {
    margin: 0 auto;
    width: 100%;
  }

  .shop-footer-img {
    background-image: url(/ichie/wp-content/uploads/shop-footer-img.png);
    height: 220px;
    background-size: cover;
    background-position: 45%;
  }

  .shop-inner {
    width: 60%;
    margin-left: 20%;
    margin-right: 5%;
    min-width: 840px;
  }

  dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 100px auto 0;
  }

  dt {
    width: 200px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .shop-table-header {
    width: 200px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  dd {
    width: 65%;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .shop-table-data {
    width: calc(100% - 200px);
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}

/* ---------------------------------------------------------
   ---------------------------------------------------------


          mobile


------------------------------------------------------------
------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }

  .header {
    position: fixed;
    width: 100%;
    z-index: 1;
    background: #fff;
    align-items: center;
    opacity: 1;
  }

  .inst-icon-black {
    display: none;
  }

  .inst-icon-white {
    display: block;
  }

  button {
    display: none;
  }

  .header-logo {
    /* font-family: skippy-sharp, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 54px;
    color: #339dcc; */
    display: flex;
    align-items:
      center;
    width: 50px;
    height: 50px;
    justify-content: center;
    width: 100px;
  }

  .header-logo img {
    width: 100%;
  }

  .header {
    position: fixed;
    width: 100%;
    z-index: 1;
    height: 60px;
    background: #fff;
  }

  .zdo_drawer_menu {
    padding: 5px 25px;
    width: 100%;
    display: block;
    background-color: #fff;
    align-items: center;
    line-height: 70px;
  }

  .zdo_drawer_nav_wrapper ul li:after {
    content: '';
    width: 0;
    transition: all 0.3s ease;
    border-bottom: none;
    display: block;
    border-radius: 10px;
    letter-spacing: 1.4px;
  }

  .zdo_drawer_nav_wrapper ul li:last-child {
    margin-left: 0;
    margin-top: 20px;
  }

  .zdo_drawer_nav_wrapper ul li:hover:after {
    width: 100%;
    border-bottom: none;
  }

  .zdo_drawer_nav_wrapper ul {
    display: block;
  }

  .zdo_drawer_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none;
  }

  .zdo_drawer_button {
    display: block;
    padding: 0;
    width: 42px;
    height: 26px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
    z-index: 10;
  }

  .zdo_drawer_button .zdo_drawer_bar {
    display: block;
    width: 30px;
    height: 2px;
    transition: all 0.5s;
    transform-origin: 0% 0%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
  }

  .zdo_drawer_button .zdo_drawer_bar1 {
    top: 0;
  }

  .zdo_drawer_button .zdo_drawer_bar2 {
    top: 30%;
  }

  .zdo_drawer_button .zdo_drawer_bar3 {
    top: 60%;
  }

  .zdo_drawer_button.active .zdo_drawer_bar {
    width: 36.77px;
    left: 8px;
  }

  .zdo_drawer_button.active .zdo_drawer_bar1 {
    transform: rotate(0.7853981634rad) translateY(-50%);
    top: 0px;
  }

  .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0;
  }

  .zdo_drawer_button.active .zdo_drawer_bar3 {
    transform: rotate(-0.7853981634rad) translateY(-50%);
    top: calc(100% - 0px);
  }

  .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none;
  }

  .zdo_drawer_button.active .zdo_drawer_close {
    display: block;
  }

  .zdo_drawer_text {
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    text-align: center;
    font-size: 10px;
  }

  .zdo_drawer_close {
    letter-spacing: 0.08em;
    display: none;
  }

  /*+++ Default Button Color +++*/
  .zdo_drawer_button {
    color: #000;
  }

  .zdo_drawer_button .zdo_drawer_bar {
    background-color: #000;
  }

  .active.zdo_drawer_button .zdo_drawer_bar {
    background-color: #fff;
  }

  /* === Hambuerger Button's Style End === */
  .zdo_drawer_menu .zdo_drawer_button {
    /*+++ Hamburger Button Position +++*/
    position: fixed;
    top: 22px;
    right: 14px;
    z-index: 1000;
  }


  .zdo_drawer_menu a:visited {
    color: inherit;
  }

  .zdo_drawer_nav_wrapper {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: all 2s;
    /* transform: translate(100%); */
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    display: none;
    background-color: #000;
  }

  .zdo_drawer_nav_wrapper.open {
    /* transform: translate(0); */
    display: block;
    transition: all 1s;
    opacity: 1;
    z-index: 500;
    background: #000;
  }

  .zdo_drawer_menu.left .zdo_drawer_button {
    right: auto;
    left: 32px;
  }

  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
    transform: translate(-312px);
    right: auto;
    left: 0;
    position: relative;
  }

  /* .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    transform: translate(0);
  } */

  /*+++ Default Navigation CSS +++*/
  .zdo_drawer_menu .zdo_drawer_nav {
    padding: 20px 40px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
    width: 100%;
  }

  .zdo_drawer_nav_wrapper div {
    margin-left: 0;
    font-weight: 800;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-size: 20px;
    margin-top: 20px;
  }

  .zdo_drawer_nav_wrapper div span {
    font-size: 26px;
  }

  .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 20px;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    padding: 10px 0;
  }

  .zdo_drawer_menu .zdo_drawer_nav li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding-bottom: 0;
    font-size: 22px;
    letter-spacing: 6px;
    margin: 0 auto;
  }

  .zdo_drawer_menu .zdo_drawer_nav a::after {
    display: none;
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }

  .zdo_drawer_menu .zdo_drawer_nav a:hover::after {
    transform: none;
  }

  .top-title {
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    width: 100%;
    line-height: 60px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    box-shadow: #000;
    text-align: center;
    font-weight: 100;
  }


  /* -----------------------------------
  
  aboutus
  
  ----------------------------------------*/

  .contents-bg {
    background-image: url(/ichie/wp-content/uploads/sp-about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    color: #fff;
    height: 604px;
    background-color: rgba(10, 10, 10, 0.8);
    background-blend-mode: lighten;
    background-position: 40%;
  }

  .about-contents {
    background-color: rgba(0, 0, 0, 0.6);
    height: 604px;
  }

  .aboutus h2 {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 30px;
    letter-spacing: 1.4px;
    padding-top: 85px;
  }

  .aboutus p {
    font-size: 14px;
    line-height: 2.4;
  }


  /* --------------------------------

  kodawari

  -------------------------------------*/

  .kodawari {
    color: #fff;
    background-color: #000;
  }

  .kodawari h2 {
    font-size: 20px;
  }

  .box1 {
    background-image: url(/ichie/wp-content/uploads/profile-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 80% 30%;
  }

  .box3 {
    background-image: url(/ichie/wp-content/uploads/drink-kodawari.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 80% 50%;
  }

  .box5 {
    background-image: url(/ichie/wp-content/uploads/utuwa-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  .kodawari-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .kodawari-inner-item {
    width: 100%;
    height: 305px;
  }

  .box-black {
    display: block;
    background-color: #000;
  }

  .kodawari-messa {
    margin: 34px auto !important;
    width: 90%;
  }

  .kodawari-messa h2 {
    text-align: center;
    font-size: 20px;
    padding: 0;
    width: 100%;
  }

  .box-reverse {
    flex-direction: column-reverse
  }

  .margin-bottom {
    margin-bottom: 20px;
  }

  .kodawari-messa p {
    padding-top: 34px;
    line-height: 1.8;
    width: 100%;
  }


  /* --------------------------------

  menu

  --------------------------------*/

  .menu {
    background-color: #000;
    color: #fff;
    padding-bottom: 20px;
  }

  .under-key-visual {
    position: relative;
    height: 296px;
  }

  .menu-img {
    background-image: url(/ichie/wp-content/uploads/slider-pc-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 40% 65%;
  }

  .dinner-img {
    background-image: url(/ichie/wp-content/uploads/dinner-img.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .houji-img {
    background-image: url(/ichie/wp-content/uploads/houji-img.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .keiji-img {
    background-image: url(/ichie/wp-content/uploads/keiji-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .under-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
  }

  .menu-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .menu-inner-item {
    /*display: flex;
    flex-direction: column;*/
    width: 100%;
    margin: 70px auto 35px;
    justify-content: space-between;
  }

  .menu-inner-item:last-child {
    margin: 70px auto 0 !important;
  }

  .menu-item-desc {
    width: 92%;
    margin: 0 auto 15px !important;
  }

  .menu-item-box {
    margin: 0 auto;
    width: 92%;
    height: 250px;
  }

  .day-img {
    background-image: url(/ichie/wp-content/uploads/day-img.jpg);
    background-size: cover;
    background-position: 18%;
  }

  .drink-img {
    background-image: url(/ichie/wp-content/uploads/menu-drink.jpg);
    background-size: cover;
    background-position: 18%;
  }

  .menu-text {
    line-height: 1.8;
    font-size: 14px;
  }

  .menu-footer-img {
    background-image: url(/ichie/wp-content/uploads/menu-footer-img.png);
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }

  .profile {
    margin-top: 90px;
    padding-bottom: 0;
  }

  .profile-inner {
    /*display: flex;*/
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }

  .profile-item {
    width: 100%;
  }

  .profile-img {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  .profile-img img {
    width: 100%;
  }

  .profile-text {
    width: 90%;
    margin: 33px auto;
  }

  .profile-name {
    font-size: 20px;
    text-align: center;
  }

  .profile-desc {
    margin-top: 35px;
    letter-spacing: 1.4px;
    line-height: 1.4;
  }


  /* --------------------------------

  shop

  --------------------------------*/

  .shop {
    color: #fff;
    position: relative;
    /*margin-bottom: 20px;*/
    line-height: 1.4;
  }

  .shop-img {
    background-image: url(/ichie/wp-content/uploads/aboutus-bg.jpg);
    background-position: 25% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .shop-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.6;
  }

  .shop-info-head {
    width: 230px;
  }

  td {
    padding: 10px;
  }

  .shop-cancel {
    text-align: center;
    color: #fff;
  }

  .access {
    padding-bottom: 0;
  }

  .access-map {
    margin: 0 auto;
    width: 100%;
  }

  .shop-footer-img {
    background-image: url(/ichie/wp-content/uploads/shop-footer-img.png);
    height: 220px;
    background-size: cover;
    background-position: 45%;
  }

  .shop-inner {
    width: 92%;
    margin-left: 0;
    margin: 0 auto;
    min-width: 92%;
  }

  dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 100px auto 0;
    justify-content: space-between;
  }

  dt {
    width: 30%;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .shop-table-header {
    width: 30%;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
  }

  dd {
    width: calc(100% - 130px);
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .shop-table-data {
    width: calc(100% - 130px);
    padding-left: 1em !important;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }


  /* ---------------------------

  kondate

  -----------------------------*/



  /* ---------------------------

  footer

  -----------------------------*/

  .footer-img {
    height: 220px;
    background-image: url(/ichie/wp-content/uploads/footer-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
  }

  footer {
    /*height: 100%;*/
    background-image: url(/ichie/wp-content/uploads/footer-bg.jpeg);
    font-size: 14px;
    font-weight: 800;
  }

  .footer-logo {
    width: 190px;
    margin: 0 auto;
  }

  .footer-logo img {
    width: 100%;
  }

  .footer-nav {
    display: flex;
    width: 100%;
    font-size: 14px;
    margin: -10px auto;
    justify-content: center;
  }

  .footer-nav-item {
    margin: 20px;
  }

  .footer-info {
    display: block;
    width: 100%;
    margin: 20px auto 0 !important;
    justify-content: space-between;
    text-align: center;
  }

  .footer-info-item {
    line-height: 1.6;
    margin-bottom: 20px !important;
  }

  .footer-tel {
    font-size: 20px;
    font-weight: 800;
  }

  .footer .copyright-area {
    text-align: center;
    padding-bottom: 20px;
  }
}