@charset "UTF-8";
/*
Theme Name: rika tanaka
Theme URI: http://norry.sakura.ne.jp/rikatanaka_new/
Description: その煽情的な音から、『かつて鬼姫と呼ばれた奇才』ジャズピアニスト田中利佳。1st Album 'LADY TALK'をリリース。そのアルバムの紹介等。
Author: http://noriakiohishi.secret.jp
Author URI: http://noriakiohishi.secret.jp
Creator: norry0014@gmail.com
Creator URI: http://noriakiohishi.secret.jp
*/
/* Scss Document */
/* Scss Document */
html {
  /* common start */
  font-size: 62.5%;
}
html body {
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: trajan-pro-3, "Noto Serif JP", serif;
  min-height: 100vh;
  /* nav setting START */
  /* END nav setting */
  /* モーダルウインドウ設定 */
  /* END モーダルウインドウ設定 */
  /* footer setting START */
  /* END footer setting */
  /* .schedules Setting START */
  /* END .schedules Setting */
}
html body img {
  max-width: 100%;
  width: auto;
  height: auto;
  width/***/: auto;
}
html body a {
  text-decoration: none;
}
html body p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
}
html body .show_sp {
  display: block;
}
html body .show_pc {
  display: none;
}
html body .red {
  color: #e6002d;
}
html body .animsition-overlay-slide {
  background: #000;
}
html body div.icon_schedule {
  text-align: center;
  line-height: 1.2;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  padding-top: 6px;
  box-sizing: border-box;
  margin-right: 14px;
}
html body div.icon_schedule .day {
  font-size: 2rem;
  line-height: 1;
}
html body div.icon_schedule .week {
  font-size: 1rem;
}
html body .trigger_nav {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 25px;
  right: 25px;
  overflow: hidden;
  z-index: 120;
  cursor: pointer;
}
html body .trigger_nav div {
  background: white;
  width: 100%;
  height: 4px;
  border-radius: 1px;
  transition: all 1000ms 0s ease;
  position: absolute;
}
html body .trigger_nav div:first-of-type {
  top: 0;
}
html body .trigger_nav div:nth-of-type(2) {
  top: 10px;
}
html body .trigger_nav div:last-of-type {
  top: 20px;
}
html body .trigger_nav.open div {
  position: absolute;
  margin-bottom: 0;
  transition: all 1000ms 0s ease;
}
html body .trigger_nav.open div:first-of-type {
  transform: rotate(-45deg);
  top: 13px;
}
html body .trigger_nav.open div:nth-of-type(2) {
  width: 0;
  top: 13px;
}
html body .trigger_nav.open div:last-of-type {
  transform: rotate(45deg);
  top: 13px;
}
html body nav {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: -100vh;
  z-index: 110;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1000ms 0s ease;
}
html body nav .inner_nav .go-home {
  display: block;
  width: 33.333%;
  margin: 0 auto 50px;
  text-align: center;
  color: white;
}
html body nav .inner_nav .go-home i {
  margin-right: 0.5rem;
}
html body nav .inner_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
html body nav .inner_nav ul li {
  margin-bottom: 10px;
}
html body nav .inner_nav ul li:nth-of-type(2n) {
  margin-left: 15px;
}
html body nav .inner_nav ul li a {
  border: solid 1px white;
  border-radius: 5px;
  padding: 8px 0px;
  box-sizing: border-box;
  width: 40vw;
  line-height: 1.3;
  display: block;
  transition: all 300ms 0s ease;
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body nav .inner_nav ul li a p {
  text-align: center;
}
html body nav .inner_nav ul li a p span {
  display: block;
  font-size: 1.4rem;
}
html body nav .inner_nav ul li a.active {
  background: #fff;
  color: black;
  transition: all 300ms 0s ease;
  opacity: 1;
}
html body nav .inner_nav .nav__sub li a {
  font-size: 1.2rem;
  border: none;
  width: auto;
  padding: 4px 8px;
  line-height: 1.3;
  display: block;
  transition: all 300ms 0s ease;
}
html body nav .inner_nav .go-nocks {
  color: white;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 auto;
  text-align: center;
}
html body nav.open {
  transition: all 1000ms 0s ease;
  top: 0;
}
html body .iziModal {
  margin: auto;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.8);
  transition: margin-top 0.3s ease, height 0.3s ease;
  transform: translateZ(0);
  width: 95vw;
  height: auto !important;
  max-height: 80vh;
  overflow: hidden;
  padding: 8vw;
  box-sizing: border-box;
  color: white;
}
html body .iziModal div.icon_schedule {
  border: solid 1px white;
}
html body .iziModal a {
  color: white;
}
html body .iziModal span {
  display: block;
}
html body .iziModal .ttl_detail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
html body .iziModal .ttl_detail h2 {
  font-weight: normal;
  font-size: 1.9rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  margin-top: 6px;
  margin-top: 0;
}
html body .iziModal .ttl_detail h2 span {
  font-size: 1.4rem;
  margin-bottom: 6px;
}
html body .iziModal .shopinfo {
  padding-left: 74px;
  line-height: 1.5;
  font-size: 1.2rem;
  margin-bottom: 2vw;
}
html body .iziModal .shopinfo p {
  text-align: left;
}
html body .iziModal .shopinfo p span {
  display: inline-block;
}
html body .iziModal .shopinfo .tel {
  font-size: 2.9rem;
}
html body .iziModal .commentarea {
  line-height: 1.4;
}
html body .iziModal .commentarea p {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
html body .iziModal .google-map {
  position: relative;
  width: 100%; /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 56.25%; /* padding-topでもOK */
  overflow: hidden;
  margin-bottom: 4vw;
}
html body .iziModal .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 必要であれば!importantを付けてください */
  height: 100%; /* 必要であれば!importantを付けてください */
}
html body .iziModal a.btn_reserve {
  border: solid 1px white;
  border-radius: 5px;
  padding: 8px 0px;
  box-sizing: border-box;
  width: 40vw;
  line-height: 1.3;
  display: block;
  transition: all 300ms 0s ease;
  margin: 0 auto 60px;
  max-width: 180px;
}
html body .iziModal a.btn_reserve p {
  margin-bottom: 0;
  text-align: center;
}
html body .iziModal a.btn_reserve p .fa-chevron-down {
  margin-right: 7px;
}
html body .iziModal a.btn_close {
  display: block;
  width: 21px;
  height: 21px;
  overflow: hidden;
  position: fixed;
  top: 20px;
  right: 20px;
  color: white;
}
html body .iziModal a.btn_close span {
  background: #fff;
  width: 100%;
  height: 1px;
}
html body .iziModal a.btn_close span:first-of-type {
  transform: rotate(45deg);
  margin-top: 50%;
}
html body .iziModal a.btn_close span:last-of-type {
  transform: rotate(-45deg);
}
html body footer small {
  font-size: 1.2rem;
}
html body article.schedules h3 {
  line-height: 1;
  padding-bottom: 4px;
  font-weight: normal;
  margin-bottom: 1rem;
}
html body article.schedules ul li {
  margin-bottom: 1rem;
}
html body article.schedules ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
html body article.schedules ul li a span {
  display: block;
}
html body article.schedules ul li a h2 {
  font-weight: normal;
  font-size: 1.9rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  margin-top: 6px;
}
html body article.schedules ul li a h2 span {
  font-size: 1.4rem;
  margin-bottom: 6px;
}
@media screen and (min-width: 767px) {
  html body {
    /* モーダルウインドウ設定 */
    /* nav setting START */
    /* END nav setting */
  }
  html body .iziModal {
    max-height: 90vh;
    padding: 60px;
    box-sizing: border-box;
  }
  html body .iziModal .ttl_detail {
    transition: all 300ms 0s ease;
    border-radius: 4px;
  }
  html body .iziModal .ttl_detail:hover {
    transition: all 300ms 0s ease;
    background: white;
    color: black;
  }
  html body .iziModal .ttl_detail:hover div.icon_schedule {
    border-right: solid 1px black;
    border-radius: 0;
  }
  html body .iziModal .shopinfo {
    margin-bottom: 32px;
  }
  html body .iziModal .google-map {
    margin-bottom: 30px;
  }
  html body .iziModal a.btn_reserve i {
    transition: all 300ms 0s ease;
  }
  html body .iziModal a.btn_reserve:hover {
    background: #fff;
    color: black;
    transition: all 300ms 0s ease;
    opacity: 1;
  }
  html body .iziModal a.btn_reserve:hover i {
    transform: rotate(-360deg);
    transition: all 300ms 0s ease;
  }
  html body .iziModal a.btn_close {
    display: block;
    width: 21px;
    height: 21px;
    overflow: hidden;
    position: fixed;
    top: 20px;
    right: 20px;
  }
  html body .iziModal a.btn_close span {
    background: #fff;
    width: 100%;
    height: 1px;
  }
  html body .iziModal a.btn_close span:first-of-type {
    transform: rotate(45deg);
    margin-top: 50%;
  }
  html body .iziModal a.btn_close span:last-of-type {
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 767px) and (max-height: 725px) {
  html body .iziModal {
    max-height: 100vh;
  }
}
@media screen and (min-width: 767px) {
  html body nav a:hover {
    background: #fff;
    color: black;
    transition: all 300ms 0s ease;
    opacity: 1;
  }
}
@media screen and (min-width: 480px) {
  html {
    /*　画面サイズが480pxからはここを読み込む　*/
  }
  html body nav .inner_nav ul li a:hover {
    background: #fff;
    color: black;
    transition: all 300ms 0s ease;
    opacity: 1;
  }
}
@media screen and (min-width: 960px) {
  html {
    /*　画面サイズが960pxからはここを読み込む　*/
  }
  html body nav .inner_nav .go-home {
    width: 200px;
    margin: 0 auto 10vh;
    transition: all 1000ms 0s ease;
  }
  html body nav .inner_nav .go-home:hover {
    background: rgba(0, 0, 0, 0);
    color: white;
    opacity: 0.3;
    transition: all 1000ms 0s ease;
  }
  html body nav .inner_nav ul {
    justify-content: center;
  }
  html body nav .inner_nav ul li:nth-of-type(2n) {
    margin-left: 0;
  }
  html body nav .inner_nav ul li:not(:last-of-type) {
    margin-right: 15px;
  }
  html body nav .inner_nav ul li a {
    width: 150px;
    height: 100%;
  }
  html body nav .inner_nav ul li a p {
    text-align: center;
  }
  html body nav .inner_nav ul li a p span {
    display: block;
    font-size: 1.4rem;
  }
  html body nav .inner_nav ul li a.active {
    background: #fff;
    color: black;
    transition: all 300ms 0s ease;
    opacity: 1;
  }
  html body nav .inner_nav .go-nocks {
    transition: all 1000ms 0s ease;
  }
  html body nav .inner_nav .go-nocks:hover {
    background: rgba(0, 0, 0, 0);
    opacity: 0.3;
    transition: all 1000ms 0s ease;
  }
  html body nav.open {
    transition: all 1000ms 0s ease;
    top: 0;
  }
}/*# sourceMappingURL=style.css.map */