@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/* CSS Document */
.tokuten, .henkin {
  max-width: 640px;
  margin: 20px auto;
  box-sizing: border-box; }

.henkin {
  color: #663300;
  border: #663300 4px solid;
  padding: 4%;
  background: url("/hall_common/inc/images/henkin_line.png") repeat;
  background-color: #f4e5c5; }
  .henkin .henkinInner {
    background-color: #fff;
    width: 100%;
    padding: 1.5em;
    box-sizing: border-box; }
    .henkin .henkinInner p {
      text-align: left !important;
      line-height: 1.5;
      font-size: 1em; }
    .henkin .henkinInner .henkin_seal {
      display: block;
      max-width: 104px;
      width: 24%;
      float: right;
      margin: 0 0 1em 1em;
      transform: rotate(5deg); }
    .henkin .henkinInner .henkinTitle {
      font-size: 1.75em;
      margin: 0;
      padding-bottom: 0 !important; }
    .henkin .henkinInner .henkinSub {
      font-size: 1.25em;
      margin: 0;
      padding: 0;
      background: none;
      text-decoration: none; }
      .henkin .henkinInner .henkinSub:nth-of-type(2) {
        padding-top: 0; }
    .henkin .henkinInner .henkinTitle, .henkin .henkinInner .henkinSub {
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      color: #663300;
      padding-top: 0; }
  .henkin li {
    font-size: 0.75em;
    text-align: left; }
    .henkin li:before {
      content: "※"; }
  .henkin .henkinInnerText p, .henkin ul {
    margin-top: 1em !important;
    padding-bottom: 0 !important; }

.tokuten p {
  margin: 0;
  text-align: left !important; }
.tokuten ul {
  width: 100%;
  border: #cc0000 2px solid;
  background-color: #000; }
  .tokuten ul li {
    color: #fff;
    border-bottom: #cc0000 1px solid;
    padding: 1em;
    text-indent: 0;
    margin-left: 0; }
    .tokuten ul li:before {
      content: "";
      margin: 0; }
    .tokuten ul li p, .tokuten ul li ul {
      font-size: 1em;
      text-align: left;
      line-height: 1.5; }
    .tokuten ul li p {
      padding: 1em 0 0; }
      .tokuten ul li p.saving {
        background-color: #cc0000;
        padding: 0 1em 1em 1em;
        color: #fff;
        margin-top: 1em;
        font-weight: bold; }
    .tokuten ul li .tokutenTitle {
      font-size: 1.25em;
      color: #fff;
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      border-bottom: #900 1px solid;
      line-height: 1.25;
      text-align: left;
      padding: 0 0 .5em; }
      .tokuten ul li .tokutenTitle .gold {
        font-size: 1.25em;
        display: block;
        color: #DA8E00;
        background: -webkit-linear-gradient(#F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .tokuten ul li .tokutenTitle .tokutenCatch {
        font-size: 0.75em; }
.tokuten .tokutenChara {
  border: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em; }
  .tokuten .tokutenChara li {
    display: inline-block;
    border: none;
    padding: 0;
    margin-right: 1em;
    font-weight: bold; }
    .tokuten .tokutenChara li:before {
      color: #cc0000;
      font-family: FontAwesome;
      content: "\f111" !important;
      font-weight: 400;
      margin-right: 0.25em; }

.order {
  text-align: left; }
  .order h2 {
    color: #F60;
    border-bottom: 1px solid #F60;
    margin-bottom: 1em; }
  .order h3 {
    color: #096; }
  .order h2,
  .order h3 {
    font-size: 1.75em; }
  .order h4 {
    color: #F90;
    font-size: 1.25em; }
  .order h2, .order h3, .order h4 {
    padding: 1em 0 0.25em 0; }
  .order .boxInner .guest {
    display: block;
    margin-bottom: 0.5em;
    color: #39C; }
  .order .boxInner .staff {
    display: block;
    margin-bottom: 0.5em;
    color: #396; }
  .order ol {
    list-style: decimal inside; }
  .order li dl {
    margin-left: 2em; }
  .order strong {
    color: #F90; }

.media {
  padding-bottom: 3em !important; }

#loader-bg {
  background: #000000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11; }
  #loader-bg .loader-bg-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11; }

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #f03;
  background: -moz-linear-gradient(left, #f03 10%, rgba(255, 0, 0, 0) 42%);
  background: -webkit-linear-gradient(left, #f03 10%, rgba(255, 0, 0, 0) 42%);
  background: -o-linear-gradient(left, #f03 10%, rgba(255, 0, 0, 0) 42%);
  background: -ms-linear-gradient(left, #f03 10%, rgba(255, 0, 0, 0) 42%);
  background: linear-gradient(to right, #f03 10%, rgba(255, 0, 0, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.loader:before {
  width: 50%;
  height: 50%;
  background: #f03;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.loader:after {
  background: #000000;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.how {
  font-weight: bold;
  color: #ffcc00;
  margin-bottom: .4em; }
  .how:before, .how:after {
    content: "-"; }

.henkin-tokuten {
  font-size: 120%; }
  @media screen and (max-width: 640px) {
    .henkin-tokuten {
      width: 90%;
      margin: auto; } }

.step {
  max-width: 600px;
  margin: auto; }
  .step li {
    font-size: 0.75em;
    margin-bottom: 1em; }
    .step li:last-of-type {
      margin-bottom: 0; }
    .step li .step_title {
      color: #fff;
      padding: .4em;
      font-weight: bold; }
    .step li .step_inner {
      padding: 1em;
      display: flex; }
      .step li .step_inner p {
        text-align: left; }
    .step li:first-of-type {
      border: #115700 1px solid; }
      .step li:first-of-type .step_title {
        background: #115700; }
    .step li:nth-of-type(2) {
      border: #002D57 1px solid; }
      .step li:nth-of-type(2) .step_title {
        background: #002D57; }
    .step li:nth-of-type(3) {
      border: #741910 1px solid; }
      .step li:nth-of-type(3) .step_title {
        background: #741910; }
    .step li .step_image {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 1em 1em; }
      .step li .step_image img {
        width: 125px; }
  @media screen and (max-width: 640px) {
    .step {
      flex-wrap: wrap;
      flex-direction: column;
      width: 90%; }
      .step li {
        width: 100%;
        margin-bottom: 1em; }
        .step li:last-of-type {
          margin-bottom: 0; }
        .step li .step_inner {
          flex-direction: column; }
          .step li .step_inner .step_image img {
            width: 100%; } }

.mv {
  background: url("../img/head.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  position: relative;
  overflow: hidden; }
  .mv img {
    height: auto; }
  .mv:before {
    content: "";
    display: block;
    padding-top: calc(960 / 640 * 100%); }
  .mv:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }
  .mv h1, .mv p, .mv div {
    position: absolute; }
  .mv .h01 {
    max-width: 539px;
    width: calc(539 / 640 * 100%);
    top: 1.5%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 4; }
  .mv .title01 {
    max-width: 491px;
    width: calc(491 / 640 * 100%);
    bottom: 58%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2; }
  .mv .title02 {
    max-width: 561px;
    width: calc(561 / 640 * 100%);
    bottom: 38%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3; }
  .mv .title03 {
    max-width: 258px;
    width: calc(258 / 640 * 100%);
    bottom: 33.5%;
    left: 13%;
    z-index: 4; }
  .mv .title04 {
    max-width: 94px;
    width: calc(94 / 640 * 100%);
    bottom: 33%;
    right: 34%;
    z-index: 3; }
  .mv .title05 {
    max-width: 171px;
    width: calc(171 / 640 * 100%);
    bottom: 32%;
    right: 9%;
    z-index: 4; }
  .mv .sp {
    max-width: 360px;
    width: calc(360 / 640 * 100%);
    bottom: -44%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1; }
  .mv .shadow {
    width: 100%;
    height: 100%;
    background: black;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 10%);
    bottom: 0;
    z-index: 2; }
