@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.0;
  font-family: 'Jomolhari', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
  background-color: rgba(0, 0, 0, 0.8);
  background: url(../images/bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: multiply;
}
ul {
  list-style-type: none;
}
ol {
  padding-left: 40px;
  padding-bottom: 15px;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  border: none;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}
iframe {
  width: 100%;
}
/*インフォメーション*/
.sec_news, .sec_calender {
  width: 50%;
  margin: 20px;
}
#news {
  height: 80vh;
  overflow: scroll;
  color: #fff;
}
/*日付設定*/
#news dt {
  font-weight: bold;
  font-size: 20px;
}
/*記事設定*/
#news dd {
  margin-top: 0.5em;
  line-height: 1.7;
  font-size: 25px;
  word-break: break-all;
}
#news dl {
  font-weight: bold;
  font-size: 25px;
  overflow: hidden;
  padding-left: 20px;
  margin-bottom: 1rem;
}
.header_wrap {
  position: relative;
  padding: 10px 0;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width:767px) {
  .wrap {
    display: block;
  }
  .sec_news, .sec_calender, .sec_acces {
    width: 100%;
    margin: 30px 0;
  }
  /*インフォメーション*/
  #news {
    height: 80vh;
    overflow: scroll;
    color: #fff;
  }
  /*日付設定*/
  #news dt {
    font-size: 13px;
  }
  /*記事設定*/
  #news dd {
    margin-top: 0.5em;
    line-height: 1.7;
    font-size: 15px;
    word-break: break-all;
  }
  #news dl {
    font-size: 13px;
    overflow: hidden;
    padding-left: 20px;
    margin-bottom: 1rem;
  }
}
/*サイト全体を囲むブロック*/
.wrap {
  margin: 0 auto;
  max-width: 1440px;
}
.container {
  position: relative;
}
/*header*/
header {
display: flex;
  position: fixed;
  height: 120px;
  text-align: center;
  z-index: 1;
}
h1 {
  width: 30%;
}
p.txt {
margin: 20px;
  line-height: 2;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #666;
  text-align: left;
}
header a {
  display: block;
  color: #fff;
  transition: 0.3s;
}
header a:hover {
  color: #aaaa11;
}
.twitter {
  margin: 20px auto 0;
  width: 50%;
  height: 500px;
  overflow: scroll;
}
.twi_link {
  margin: 0 auto;
  text-align: center;
}
p.tell {
  font-size: 60px;
}@media screen and (max-width:768px) {
p.tell{
    position: fixed;
    right: 10px;
    top: 65px;
}	
}
@media screen and (max-width:480px) {
  h1 {
    width: 60%;
  }
  .twitter {
    width: 90%;
  }
}
/*ナビゲーション*/
.pcnav {
  display: flex;
  justify-content: space-between;
}
.en, .ja {
  display: block;
}
.en {
  font-size: 20px;
}
.ja {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 0.09em;
}
.pcnav li {
  display: table-cell;
width: calc(100% / 6);
  vertical-align: middle;
  text-align: center;
}
.pcnav li a {
  width: 8em;
  display: inline-block;
  padding: 15px 5px;
  font-size: 18px;
  transition: 0.4s;
  color: #fff;
}
/*マウスオン時と、現在表示中メニューの設定*/
.pcnav li a:hover {
  border-bottom: 5px solid #4a0f5c;
  color: #4a0f5c;
  font-weight: bold;
}
.pcnav li a.current {
  font-weight: bold;
  border-bottom: 3px solid #aaa111;
  color: #aaa111;
}
/*スマホ用メニューを表示させない*/
.spnav {
  display: none;
}
/*３本バーアイコンを表示させない*/
.nav_hdr {
  display: none;
}
/*main*/
main {
padding-top: 150px;
}
main a {
  display: block;
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
}
main a:hover {
  color: #aaaa11;
}
main h2 {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.7;
  background-color: #665e67;
  padding: 0.3em;
  color: #fff;
}
main h3 {
  margin-top: 60px;
  padding: 10px 55px;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  border-top: solid 3px #4d27b4;
  /*上線*/
  border-bottom: solid 3px #4d27b4;
  /*下線*/
  margin-bottom: 2rem;
  color: #fff;
}
/*h2タグとh3タグ内のspanタグ*/
main h2 span, main h3 span {
  display: block;
  font-weight: normal;
  /*見出しのデフォルトの太字を標準にする設定*/
  font-size: 11px;
  /*文字サイズを少し小さめに*/
  letter-spacing: 0.2em;
  /*文字間隔を少し広めに*/
}
/*mainブロック内のp(段落)タグ設定*/
main p {
  padding: 20px;
  line-height: 1.7;
  font-size: 18px;
  color: #c7c700;
}
.bt_group {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}
.bt_group a {
  display: block;
  width: 100%;
  margin: 30px auto;
  padding: 5px;
  text-align: center;
  font-size: 150%;
  border-bottom: 2px solid #aaaa11;
}
.contents_wrap {
  display: flex;
}
@media screen and (max-width:480px) {
.contents_wrap {
  display: block;
}	
}
@media screen and (max-width:480px) {
  main h2 {
    text-align: center;
    line-height: 1.5;
    padding: 10px 10px;
    font-size: 25px;
  }
  main h3 {
    padding: 10px 55px;
    line-height: 1.7;
    text-align: center;
    border-top: solid 3px #4d27b4;
    /*上線*/
    border-bottom: solid 3px #4d27b4;
    /*下線*/
    color: #fff;
    margin-bottom: 1rem;
  }
  main p {
    padding: 10px;
    line-height: 1.5;
    font-size: 12px;
  }
  .bt_group {
    display: block;
    width: 100%;
    margin: 30px auto;
  }
  .bt_group a {
    width: 100%;
    margin: 0;
    padding: 5px;
    text-align: center;
    font-size: 100%;
  }
}
/*アクセス*/
.access p {
  color: #fff;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
/*footer*/
footer {
  margin-top: 20px;
  text-align: center;
  color: #4a0f5c;
}
.banner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.banner p {
  width: 250px;
}
.copyright {
  margin: 20px 0;
}
@media screen and (max-width:480px) {
  footer {
    margin-top: 10px;
    padding-top: 0;
    color: #4a0f5c;
    font-size: 80%;
  }
  .banner {
    display: inline-block;
    text-align: center;
  }
  .banner p {
    margin-top: 10px;
  }
}
/*ページの上部に戻る「↑」ボタン*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
  display: block;
  text-align: center;
  width: 70px;
  /*ボタンの幅*/
  line-height: 70px;
  /*ボタンの高さ*/
  z-index: 100;
  position: fixed;
  bottom: 20px;
  /*ウィンドウの下から20pxの場所に配置*/
  right: 1%;
  /*ウィンドウの右から1%の場所に配置*/
  background: #4a0f5c;
  /*背景色（古いブラウザ用）*/
  background: rgba(100, 19, 106, 0.6);
  /*背景色。0,0,0は黒の事で0.6は60%色がついた状態。*/
  color: #fff;
  /*文字色*/
  border-radius: 50%;
  /*角丸指定。50%にすると円形になる。四角形がいいならこの１行削除。*/
  animation-name: scroll;
  /*上のアニメーションで指定しているkeyframesの名前（scroll）*/
  animation-duration: 0.5s;
  /*アニメーションの実行時間*/
  animation-fill-mode: forwards;
  /*アニメーションの完了後、最後のキーフレームを維持する*/
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*マウスオン時の背景色*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
  background: #999;
}
/*listブロック（works.html内で使用）*/
.list-r {
  position: relative;
  overflow: scroll;
  width: 30%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  line-height: 1.4;
  margin-left: 2.5%;
  margin-bottom: 20px;
  height: 500px;
  margin-right: 2%;
}
.list-r2 {
  position: relative;
  overflow: scroll;
  width: 45%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  line-height: 1.4;
  margin-left: 2.5%;
  margin-bottom: 20px;
  height: 1000px;
  margin-right: 1.8%
}
/*スタッフ一覧*/
#staff main {
  display: inherit;
}
.staff {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  z-index: -1;
}
figure {
  width: 30%;
  line-height: 1.5;
  margin-bottom: 30px;
  object-fit: cover;
}
figure p {
  background: transparent;
  /*背景透明に*/
  border-left: solid 2px #6a147e;
}
figure a {
  display: block;
  overflow: hidden;
  transition: 0.4s;
}
figure a:hover {
  background-color: #000;
  opacity: 0.5;
  color: #fff;
}
figure p, .txt_break {
  padding: 10px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
}
.page {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width:768px) {
  .list-s p {
    font-size: 90%;
    word-break: break-all;
  }
  .list-s {
    width: 46%;
    margin-bottom: 0px;
    height: 350px;
    /*下の「.list a」のheightの数字と合わせる*/
  }
  .list-s a {
    height: 240px;
  }
  .txt_break {
    word-break: break-all;
  }
  figure p {
    font-size: 18px;
  }
}
@media screen and (max-width:480px) {
  .staff {
    display: block;
  }
  .list-s {
    width: 100%;
    margin: 0;
    height: 240px;
    /*下の「.list a」のheightの数字と合わせる*/
  }
  .list-s a {
    height: 180px;
  }
  .txt_break {
    word-break: break-all;
  }
  #staff figure {
    margin-top: 10px;
    width: 100%;
  }
  figure p {
    font-size: 20px;
  }
}
/*店内*/
#inside main {
  display: inherit;
}
#inside .in_ph {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#inside .in_ph figure {
  width: 48%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  #inside .in_ph figure {
    width: 46%;
  }
}
@media screen and (max-width:480px) {
  #inside main p {
    font-size: 15px;
    word-break: break-all;
  }
  #inside .in_ph {
    display: block;
  }
  #inside .in_ph figure {
    width: 100%;
  }
}
/*料金システム*/
#system .list-sy-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 60px;
}
#system th {
  width: 50%;
  word-break: break-all;
}
.list-sy {
  width: 46.5%;
}
@media screen and (max-width:767px) {
  #system .list-sy-item {
    margin-top: 30px;
  }
  #system tr {
    width: 50%;
    font-size: 60%;
    word-break: break-all;
  }
}
@media screen and (max-width:480px) {
  #system .list-sy-item {
    display: block;
    margin-top: 30px;
  }
  #system .ta1 th, #system .ta1 tr, #system .ta1 td {
    width: 50%;
    font-size: 80%;
    word-break: break-all;
  }
}
.con_txt {
  text-align: center;
}
/*お問い合わせ*/
#contact .title {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
#contact .tell {
  letter-spacing: 0.08em;
  text-align: center;
}
#contact main a {
  padding: 10px;
  display: inline-block;
  color: #fff;
  border-bottom: 2px solid #aaaa11;
}
#contact main a:hover {
  color: #aaaa11;
}
@media screen and (max-width:480px) {
  #contact .title {
    font-size: 140%;
  }
  #contact main a {
    width: 14em;
    padding: 0;
    display: inline-block;
    color: #fff;
    border-bottom: 2px solid #aaaa11;
  }
}
/*通常時のボタンは非表示*/
body .nav-fix-pos-pagetop a {
  display: none;
}
/*画面幅が801px以上、かつ、高さが650px以下の場合の設定。
左メニューが650px以下になると切れて見えなくなるので、固定からスクロール表示に切り替えます。*/
@media screen and (min-width:801px) and (max-height:650px) {
  /*subブロック*/
  .sub {
    position: absolute;
    /*固定からスクロール表示に変更*/
    height: auto;
  }
}
/*テーブル設定*/
.ta1 {
  width: 100%;
  margin: 0 auto 20px;
}
.ta1 td, .ta1 th {
  border: 1px solid #a542bc;
  /*テーブルの枠線の幅、線種、色*/
  background: rgba(145, 20, 145, 0);
  /*背景色*/
  padding: 10px 5px;
  /*ボックス内の余白*/
  word-break: break-all;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
  width: auto;
  text-align: center;
  background-color: #000;
  color: #9009e5;
  font-weight: 400;
  font-size: 200%;
}
.ta1 th.tamidashi2 {
  width: auto;
  text-align: left;
  color: #aaaa11;
  background-color: #000;
  font-weight: 100;
  font-size: 20px;
}
/*ta1の左側ボックス*/
.ta1 th {
  width: 150px;
  text-align: center;
  font-weight: normal;
  background-color: rgba(144, 9, 229, 0.56);
  color: #fff;
  font-size: 18px;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
  width: 100%;
}
/*画面幅767px以下の設定*/
@media screen and (max-width:767px) {
  .ta1 th {
    width: 120px;
    text-align: center;
    font-weight: normal;
    background-color: rgba(144, 9, 229, 0.56);
    color: aliceblue;
    font-size: 15px;
  }
  .ta1 th.tamidashi2 {
    width: auto;
    text-align: left;
    background: #000000;
    color: #aaaa11;
    font-weight: 100;
    font-size: 15px;
  }
  .list-in {
    position: relative;
    /*幅*/
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    /*ボックスの影。右へ、下へ、広げる幅。0,0,0は黒の事で0.1は10%色がついた状態の事。*/
    line-height: 1.4;
    /*行間を少し狭く。デフォルトの値は冒頭の「body」にあります。*/
    margin-left: 2.5%;
    /*左に空けるボックスの外側へのスペース。左右間の余白になります。*/
    margin-bottom: 50px;
    /*下に空けるボックスの外側へのスペース。上下間の余白になります。*/
    /*背景色*/
    height: 200px;
    /*下の「.list a」のheightの数字と合わせる*/
    max-height: 380px;
  }
  .list-r {
    position: relative;
    overflow: scroll;
    width: 98%;
    margin-left: 2.5%;
    /*左に空けるボックスの外側へのスペース。左右間の余白になります。*/
    margin-bottom: 20px;
    /*下に空けるボックスの外側へのスペース。上下間の余白になります。*/
    /*背景色*/
    height: 500px;
    /*下の「.list a」のheightの数字と合わせる*/
    margin-right: 2%;
  }
  /*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。
透明(opacity: 0;)から色をつける(opacity: 1;)までの指定。*/
  @keyframes menubar {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /*スマホ用メニューブロック*/
  .menubar-s {
    display: block;
    overflow: hidden;
    position: fixed;
    z-index: 50;
    top: 70px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    /*背景色*/
    border-top: 1px solid #fff;
    /*上の線の幅、線種、色*/
    animation-name: menubar;
    /*上のkeyframesの名前*/
    animation-duration: 0.5s;
    /*アニメーションの実行時間。0.5秒。*/
    animation-fill-mode: both;
    /*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
  }
  /*メニュー１個あたりの設定*/
  .menubar-s li a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    /*メニュー内の余白。上下、左右。*/
    border-bottom: 1px solid #fff;
    /*下の線の幅、線種、色*/
    color: #fff;
    /*文字色*/
    font-size: 20px;
  }
  /*説明表記（飾り文字）*/
  .menubar-s li a span {
    display: block;
    font-size: 12px;
    /*文字サイズ*/
    color: #999;
    /*文字色*/
  }
  /*PC用メニューを非表示にする*/
  .pcnav {
    display: none;
  }
  /*３本バーアイコン*/
  .menubar_hdr {
    position: fixed;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 50;
    top: 10px;
    /*上から10pxの場所に配置*/
    right: 10px;
    /*右から10pxの場所に配置*/
    border: 1px solid #fff;
    /*枠線の幅、線種、色*/
  }
  .menubar_hdr span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  /*三本バー*/
  .menubar_hdr span, .menubar_hdr span::before, .menubar_hdr span::after {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition-duration: 0.3s;
  }
  .menubar_hdr span::before, .menubar_hdr span::after {
    content: "";
  }
  .menubar_hdr span::before {
    margin-bottom: 10px;
  }
  .menubar_hdr span::after {
    margin-top: 10px;
  }
  .spin span {
    background: transparent;
  }
  .spin span::before {
    transform: rotate(-225deg);
    margin-bottom: 0;
  }
  .spin span::after {
    transform: rotate(225deg);
    margin-top: 0;
  }
  nav {
    position: absolute;
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: scale(0);
    transition: 0.3s;
  }
  .spnav {
    display: block;
    width: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.3);
  }
  .spnav li a {
    display: block;
    padding: 23.5px 0;
    line-height: calc(50vh/5);
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    transition-duration: 0.3s;
  }
  .spnav li a:hover {
    background: #4a0f5c;
    color: #fff;
  }
  .close {
    transform: scale(1);
    transition-duration: 0.3s;
  }
  @media screen and (max-width:480px) {
    nav {
      position: absolute;
      top: 120px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      transform: scale(0);
      transition: 0.3s;
    }
  }
  .sp_menu {
    display: block;
    /*非表示から表示に切り替える*/
    position: fixed;
    top: 0px;
    /*上から0pxの場所に配置*/
    height: 100px;
    /*ブロックの高さ*/
    width: 100%;
  }
  /*画面を横向きにした場合の高さが500px以下の場合の設定。メニューを２列にします*/
  @media screen and (orientation: landscape) and (max-height:500px) {
    /*メインメニュー*/
    .sp_menu li a {
      width: 40%;
      /*幅*/
      margin-left: 4%;
      /*メニューの左側に空けるスペース*/
      line-height: 1.2;
      /*行間*/
    }
  }
  /*画面幅480px以下の設定*/
  @media screen and (max-width:480px) {
    /*全体の設定*/
    body {
      background: url(images/bg2.png)no-repeat/cover;
      background-attachment: fixed;
    }
    .list-r {
      float: none;
      width: auto;
      height: 500px;
      margin-bottom: 5rem;
      margin-top: 2rem;
      margin-left: 0%;
    }
    .list-sy {
      width: auto;
      height: auto;
      margin-top: 2rem;
      margin-left: 0%;
    }
    .list-in {
      position: relative;
      float: none;
      width: auto;
      /*幅*/
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
      /*ボックスの影。右へ、下へ、広げる幅。0,0,0は黒の事で0.1は10%色がついた状態の事。*/
      line-height: 1.4;
      /*行間を少し狭く。デフォルトの値は冒頭の「body」にあります。*/
      margin-left: 2.5%;
      /*左に空けるボックスの外側へのスペース。左右間の余白になります。*/
      margin-bottom: 50px;
      /*下に空けるボックスの外側へのスペース。上下間の余白になります。*/
      /*背景色*/
      height: 200px;
      /*下の「.list a」のheightの数字と合わせる*/
      max-height: 380px;
    }
    /*テーブル（ta1）*/
    .ta1 th {
      width: 120px;
    }
    .ta1 th.tamidashi {
      text-align: center;
      font-size: 23px
    }
    .list-r2 {
      width: 96.5%;
      height: 400px;
      margin-right: 1.8%;
    }
    figure span {
      /*上下 左右の余白*/
      color: #494949;
      /*文字色*/
      background: transparent;
      margin-top: 0rem !important;
      padding: 0px 10px !important;
    }
  }