@charset "UTF-8";
@view-transition {
  navigation: auto;
}
.__txt--break::before {
  content: "\a";
  white-space: pre;
}

@media screen and (min-width: 768px) {
  .__txt--break-pc::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (min-width: 768px) {
  .__txt--break-small-pc::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 1500px) {
  .__txt--break-small-pc::before {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .__txt--break-small-pc::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .__txt--break-tab::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (max-width: 480px) {
  .__txt--break-tab::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .__txt--break-sp::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 480px) {
  .__txt--break-small-sp::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (min-width: 768px) {
  .__break-pc {
    display: block;
  }
}

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

.__visible-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .__visible-pc {
    display: block;
  }
}

.__visible-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .__visible-sp {
    display: block;
  }
}

.__Break-all {
  width: 100%;
  height: 0;
}
.__Break-all:before {
  content: "\a";
  white-space: pre;
}

@media screen and (min-width: 768px) {
  .__break-pc-single {
    display: block;
    width: 100%;
    height: 0;
  }
  .__break-pc-single:before {
    content: "\a";
    white-space: pre;
  }
}

.__break-tab-single {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .__break-tab-single {
    display: block;
    width: 100%;
    height: 0;
  }
  .__break-tab-single:before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 767px) {
  .__break-sp-single {
    display: block;
    width: 100%;
    height: 0;
  }
  .__break-sp-single:before {
    content: "\a";
    white-space: pre;
  }
}

.__break-micro-sp-single {
  display: none;
}
@media screen and (max-width: 360px) {
  .__break-micro-sp-single {
    display: block;
    width: 100%;
    height: 0;
  }
  .__break-micro-sp-single:before {
    content: "\a";
    white-space: pre;
  }
}

.Price__other-event::after, .Price__other-item-half-ttl-unit::after {
  content: "";
  display: block;
  clear: both;
}

.Nav__link-span {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.Price__modal-kanji-ttl, .Price__schedule-current-btn--span-ttl, .Price__modal-phone-ttl, .Footer__image-txt, .Footer__ttl {
  font-family: "Noto Serif JP", "リュウミン", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho ProN", serif;
}

.Menu-unit__ttl, .Nav__link, .Price__guide-ttl-outer > div > p, .Price__ttl-unit > p {
  font-family: "Anton", serif;
  line-height: 1;
}

.Header__ttl-shop-img, .Header__ttl-shop-copy-img {
  width: 100%;
  height: auto;
}

.Price__other-event-list, .Price__other-item-unit-box-link {
  display: block;
  width: 100%;
}
.Price__other-event-list img, .Price__other-item-unit-box-link img {
  width: 100%;
  height: auto;
}

.Price__modal-item-phone-link-outer, .Price__other-item-phone-link-outer {
  margin: 10px auto;
  text-align: center;
}
.Price__modal-item-phone-link-outer a, .Price__other-item-phone-link-outer a {
  text-align: center;
  display: inline-block;
  min-width: 300px;
  padding: 10px 20px;
  background: #aa8d68;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .Price__modal-item-phone-link-outer a, .Price__other-item-phone-link-outer a {
    min-width: 260px;
  }
}
@media screen and (min-width: 768px) {
  .Price__modal-item-phone-link-outer a:hover, .Price__other-item-phone-link-outer a:hover {
    background: #ff6262;
    color: #fff !important;
  }
}
.Price__modal-item-phone-link-outer a i, .Price__other-item-phone-link-outer a i {
  padding-right: 5px;
}

.Price__ttl-unit {
  text-align: center;
  display: none;
}
.Price__ttl-unit > p {
  font-size: 24px;
  display: inline-block;
  margin-top: 40px;
  border-top: 2px solid #aa8d68;
  padding-top: 10px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .Price__ttl-unit > p {
    font-size: 22px;
    margin-top: 20px;
  }
}
.Price__ttl-unit > h2 {
  font-size: 14px;
  line-height: 1;
  padding-bottom: 20px;
}

.Price__guide-ttl-outer {
  text-align: left;
  padding-top: 15px;
}
.Price__guide-ttl-outer > div {
  display: inline-block;
  border-bottom: 2px solid #aa8d68;
  margin-bottom: 10px;
}
.Price__guide-ttl-outer > div > p {
  font-size: 24px;
  display: inline-block;
  padding-top: 10px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .Price__guide-ttl-outer > div > p {
    font-size: 22px;
  }
}
.Price__guide-ttl-outer > div > h2, .Price__guide-ttl-outer > div > h3 {
  font-size: 14px;
  line-height: 1;
  padding-bottom: 4px;
}

.Modal__close__box--round, .Modal__close-btn .Btn__link--none, .Modal__close-btn a {
  background: #aa8d68;
  color: #fff;
  border-radius: 5px;
}
.Modal__close__box--round:hover, .Modal__close-btn .Btn__link--none:hover, .Modal__close-btn a:hover {
  cursor: pointer;
}

.Price__modal-box-tel-btn .Btn__link--none, .Price__modal-box-tel-btn a {
  background: #5577da;
}
.Price__modal-box-tel-btn .Btn__link--none:hover, .Price__modal-box-tel-btn a:hover {
  cursor: pointer;
}

.Modal__close-btn {
  clear: both;
  text-align: center;
}
.Modal__close-btn .Btn__link--none, .Modal__close-btn a {
  display: inline-block;
  padding: 10px 20px;
  min-width: 300px;
  line-height: 1;
  margin-top: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .Modal__close-btn .Btn__link--none:hover, .Modal__close-btn a:hover {
    background: #d80e19;
    color: #fff;
  }
}
@media screen and (min-width: 1500px) {
  .Modal__close-btn .Btn__link--none, .Modal__close-btn a {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Modal__close-btn .Btn__link--none, .Modal__close-btn a {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .Modal__close-btn .Btn__link--none, .Modal__close-btn a {
    font-size: 18px;
    min-width: 200px;
    padding: 10px;
    margin-right: 1%;
  }
}
.Modal__close-btn i {
  padding: 0 3px;
}

.Price__modal-box-tel-btn {
  clear: both;
  text-align: center;
}
.Price__modal-box-tel-btn .Btn__link--none, .Price__modal-box-tel-btn a {
  display: inline-block;
  padding: 10px 20px;
  min-width: 300px;
  line-height: 1;
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .Price__modal-box-tel-btn .Btn__link--none:hover, .Price__modal-box-tel-btn a:hover {
    background: #ff6262;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .Price__modal-box-tel-btn .Btn__link--none, .Price__modal-box-tel-btn a {
    font-size: 18px;
    min-width: 200px;
    padding: 10px;
    margin-right: 1%;
  }
}
.Price__modal-box-tel-btn i {
  padding: 0 3px;
}

.Body-inner {
  transition: all 0.3s;
}

* {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.6;
}

body,
html {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  color: #fff;
  -webkit-text-size-adjust: 100%;
}

html {
  overflow: auto;
  height: 100%;
}

body {
  background: #000;
}

dt,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

hr {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

li {
  padding: 0;
}

dd,
dl,
dt {
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  a {
    transition: all 0.3s;
  }
}
a:hover {
  text-decoration: none;
  color: #aa8d68;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  a:hover img {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  a img {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  a img {
    transition: all 0.3s;
  }
}

dd em,
dd strong,
li em,
li strong,
p em,
p strong {
  font-weight: normal;
  font-style: normal;
}

img {
  vertical-align: bottom;
}

.Type__day {
  font-size: 80%;
}
.Type__day--sat {
  color: #5577da;
}
.Type__day--sun {
  color: #ff6262;
}
.Type__image {
  position: relative;
  height: 48px;
  font-size: 20px;
  line-height: 48px;
}
@media screen and (max-width: 480px) {
  .Type__image {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
}
.Type__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 24px);
  z-index: -1;
  border: 24px;
  border-style: solid;
}
@media screen and (max-width: 480px) {
  .Type__image::after {
    left: calc(100% - 15px);
    border: 15px;
    border-style: solid;
  }
}
.Type__image span {
  line-height: 48px;
  padding: 0 5px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .Type__image span {
    line-height: 30px;
  }
}
.Type__image span::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: calc(100% + 17px);
  border-bottom: 1px dashed #fff;
  opacity: 0.4;
}
@media screen and (max-width: 480px) {
  .Type__image span::before {
    width: calc(100% + 11px);
  }
}
.Type__image span::after {
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  width: calc(100% + 17px);
  border-bottom: 1px dashed #fff;
  opacity: 0.4;
}
@media screen and (max-width: 480px) {
  .Type__image span::after {
    width: calc(100% + 11px);
  }
}
.Type__rank {
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 1px 0;
  height: 28px;
  line-height: 26px;
}
.Type__rank1 {
  background: #000;
  border-width: 0;
}
.Type__rank2 {
  background: linear-gradient(100deg, #78cffb 0%, #0f86c9 40%, #0f86c9 60%, #78cffb 100%);
}
.Type__rank3 {
  background: linear-gradient(100deg, #78cffb 0%, #0f86c9 40%, #0f86c9 60%, #b9e7fe 100%);
}
.Type__rank4 {
  background: linear-gradient(100deg, #fedba3 0%, #ac6608 40%, #ac6608 60%, #fedba3 100%);
}
.Type__rank10 {
  background: linear-gradient(100deg, #d2fff3 0%, #35cd8c 40%, #35cd8c 60%, #d2fff3 100%);
}
.Type__rank20 {
  background: linear-gradient(100deg, #f7a9a9 0%, #d00014 40%, #d00014 60%, #f7a9a9 100%);
}
.Type__rank30 {
  background: linear-gradient(100deg, #d796e8 0%, #980cc1 40%, #980cc1 60%, #d796e8 100%);
}
.Type__rank40 {
  background: linear-gradient(100deg, #ddda96 0%, #6e650d 40%, #6e650d 60%, #ddda96 100%);
}
.Type__rank45, .Type__rank44, .Type__rank43 {
  background: linear-gradient(100deg, #ddda96 0%, #6e650d 40%, #6e650d 60%, #ddda96 100%);
}
.Type__rank50 {
  background: linear-gradient(100deg, #a4a4a4 0%, #555 40%, #555 60%, #a4a4a4 100%);
}
.Type__rank55, .Type__rank54, .Type__rank53 {
  background: linear-gradient(100deg, #a4a4a4 0%, #555 40%, #555 60%, #a4a4a4 100%);
}
.Type__rank60 {
  background: linear-gradient(100deg, #a4a4a4 0%, #000 20%, #000 80%, #a4a4a4 100%);
}
.Type__rank70 {
  background: linear-gradient(100deg, #a4a4a4 0%, #000 20%, #000 80%, #a4a4a4 100%);
}
.Type__rank_80 {
  background: linear-gradient(100deg, #9ef587 0%, #4ec33a 40%, #4ec33a 60%, #c9f9bb 100%);
}
.Type__image1 {
  background: #ec8807;
}
.Type__image1::after {
  border-color: #ec8807 transparent #ec8807 #ec8807;
}
.Type__image2 {
  background: #aa8d68;
}
.Type__image2::after {
  border-color: #aa8d68 transparent #aa8d68 #aa8d68;
}
.Type__category1 {
  background: rgba(0, 151, 219, 0.8);
}
.Type__category1.Type__image {
  background: rgb(0, 151, 219);
}
.Type__category1.Type__image::after {
  border-color: rgb(0, 151, 219) transparent rgb(0, 151, 219) rgb(0, 151, 219);
}
.Type__category2 {
  background: rgba(215, 0, 15, 0.8);
}
.Type__category2.Type__image {
  background: rgb(215, 0, 15);
}
.Type__category2.Type__image::after {
  border-color: rgb(215, 0, 15) transparent rgb(215, 0, 15) rgb(215, 0, 15);
}
.Type__category3 {
  background: rgba(228, 142, 0, 0.8);
}
.Type__category3.Type__image {
  background: rgb(228, 142, 0);
}
.Type__category3.Type__image::after {
  border-color: rgb(228, 142, 0) transparent rgb(228, 142, 0) rgb(228, 142, 0);
}
.Type__category4 {
  background: rgba(138, 1, 124, 0.8);
}
.Type__category4.Type__image {
  background: rgb(138, 1, 124);
}
.Type__category4.Type__image::after {
  border-color: rgb(138, 1, 124) transparent rgb(138, 1, 124) rgb(138, 1, 124);
}
.Type__category5 {
  background: rgba(0, 98, 172, 0.8);
}
.Type__category5.Type__image {
  background: rgb(0, 98, 172);
}
.Type__category5.Type__image::after {
  border-color: rgb(0, 98, 172) transparent rgb(0, 98, 172) rgb(0, 98, 172);
}
.Type__category6 {
  background: rgba(214, 0, 119, 0.8);
}
.Type__category6.Type__image {
  background: rgb(214, 0, 119);
}
.Type__category6.Type__image::after {
  border-color: rgb(214, 0, 119) transparent rgb(214, 0, 119) rgb(214, 0, 119);
}
.Type__category7 {
  background: rgba(138, 1, 124, 0.8);
}
.Type__category7.Type__image {
  background: rgb(138, 1, 124);
}
.Type__category7.Type__image::after {
  border-color: rgb(138, 1, 124) transparent rgb(138, 1, 124) rgb(138, 1, 124);
}
.Type__category8 {
  background: rgba(0, 145, 64, 0.8);
}
.Type__category8.Type__image {
  background: rgb(0, 145, 64);
}
.Type__category8.Type__image::after {
  border-color: rgb(0, 145, 64) transparent rgb(0, 145, 64) rgb(0, 145, 64);
}
.Type__category9 {
  background: rgba(0, 145, 64, 0.8);
}
.Type__category9.Type__image {
  background: rgb(0, 145, 64);
}
.Type__category9.Type__image::after {
  border-color: rgb(0, 145, 64) transparent rgb(0, 145, 64) rgb(0, 145, 64);
}
.Type__category10 {
  background: rgba(0, 145, 64, 0.8);
}
.Type__category10.Type__image {
  background: rgb(0, 145, 64);
}
.Type__category10.Type__image::after {
  border-color: rgb(0, 145, 64) transparent rgb(0, 145, 64) rgb(0, 145, 64);
}
.Type__category11 {
  background: rgba(223, 208, 0, 0.8);
}
.Type__category11.Type__image {
  background: rgb(223, 208, 0);
}
.Type__category11.Type__image::after {
  border-color: rgb(223, 208, 0) transparent rgb(223, 208, 0) rgb(223, 208, 0);
}
.Type__category12 {
  background: rgba(27, 28, 128, 0.8);
}
.Type__category12.Type__image {
  background: rgb(27, 28, 128);
}
.Type__category12.Type__image::after {
  border-color: rgb(27, 28, 128) transparent rgb(27, 28, 128) rgb(27, 28, 128);
}
.Type__category13 {
  background: rgba(0, 212, 211, 0.8);
}
.Type__category13.Type__image {
  background: rgb(0, 212, 211);
}
.Type__category13.Type__image::after {
  border-color: rgb(0, 212, 211) transparent rgb(0, 212, 211) rgb(0, 212, 211);
}
.Type__schedule--today {
  position: relative;
}
.Type__schedule--today::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(/static/img/common/today.png);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .Type__schedule--today::after {
    width: 56px;
    height: 56px;
  }
}
.Type__schedule--next::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  z-index: 2;
  border-bottom: 40px solid transparent;
  border-left: 40px solid transparent;
}
@media screen and (max-width: 767px) {
  .Type__schedule--next::after {
    border-bottom: 28px solid transparent;
    border-left: 28px solid transparent;
  }
}
.Type__schedule--next::after {
  border-top: 40px solid #7100b0;
  border-right: 40px solid #7100b0;
}
@media screen and (max-width: 767px) {
  .Type__schedule--next::after {
    border-top: 28px solid #7100b0;
    border-right: 28px solid #7100b0;
  }
}
.Type__schedule--next-txt, .Type__schedule--today-txt {
  position: absolute;
  font-weight: bold;
  z-index: 3;
  color: #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .Type__schedule--next-txt, .Type__schedule--today-txt {
    font-size: 12px;
  }
}
.Type__schedule--today-txt {
  top: 20px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .Type__schedule--today-txt {
    right: -3px;
    top: 13px;
  }
}
.Type__schedule--next-txt {
  top: 10px;
  right: 3px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Type__schedule--next-txt {
    right: 1px;
    top: 6px;
  }
}
.Type__schedule--next-txt br {
  line-height: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes brinkarrow {
  0% {
    opacity: 0.3;
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes gradation-bg {
  to {
    background-position-x: 200%;
  }
}
@keyframes slide-ttl {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes brink1 {
  0% {
    color: #599eab;
  }
  49.9% {
    color: #599eab;
  }
  50% {
    color: #cc2;
  }
  99.9% {
    color: #cc2;
  }
  100% {
    color: #599eab;
  }
}
@keyframes blink2 {
  0% {
    color: #5577da;
  }
  100% {
    color: #aa8d68;
  }
}
@keyframes blink3 {
  0% {
    color: #d80e19;
  }
  100% {
    color: #aa8d68;
  }
}
@keyframes blink4 {
  0% {
    color: #599eab;
  }
  49.9% {
    color: #599eab;
  }
  50% {
    color: #cc2;
  }
  99.9% {
    color: #cc2;
  }
  100% {
    color: #599eab;
  }
}
@keyframes specialHover {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  60% {
    transform: scale(1.6);
    opacity: 1;
  }
  60% {
    transform: scale(1.3);
    opacity: 1;
  }
  65% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(1.3);
    opacity: 1;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rounds1 {
  0% {
    transform: rotate(-10deg) rotateY(0deg);
  }
  50% {
    transform: rotate(-10deg) rotateY(360deg);
  }
  100% {
    transform: rotate(0deg) rotateY(360deg);
  }
}
@keyframes rounds2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-300%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes float {
  50% {
    transform: translateY(-10px);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes upDown {
  0% {
    padding-top: 0;
  }
  50% {
    margin-top: 200px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes shadow {
  50% {
    width: 70%;
    height: 18px;
  }
}
@keyframes rotate1 {
  0% {
    transform: rotateY(360deg);
  }
  18% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes shiny1 {
  0% {
    left: -30%;
  }
  92% {
    left: -30%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny2 {
  0% {
    left: -100%;
  }
  84% {
    left: -100%;
  }
  100% {
    left: 240%;
  }
}
@keyframes fadeinItem1 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinItem2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle1 {
  0% {
    transform: translate(0) scaleY(1.2);
    top: 20px;
  }
  40% {
    transform: translate(-40px) scaleY(1.3);
    top: 30px;
  }
  80% {
    transform: translateX(20px) scaleY(1.3);
    top: 40px;
  }
  100% {
    transform: translateX(0) scaleY(1.2);
    top: 20px;
  }
}
@keyframes circle2 {
  0% {
    transform: translate(0) scaleY(1.2);
    top: 120px;
  }
  40% {
    transform: translate(40px) scaleY(1.3);
    top: 130px;
  }
  80% {
    transform: translateX(-20px) scaleY(1.3);
    top: 110px;
  }
  100% {
    transform: translateX(0) scaleY(1.2);
    top: 120px;
  }
}
@keyframes bubbles {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translate(0, -20%);
  }
  100% {
    opacity: 0;
    transform: translate(0, -1000%);
  }
}
@keyframes rounds2 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes obiStart1 {
  0% {
    transform: translateY(-101%);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes obiEnd1 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(101%);
    opacity: 0.5;
  }
}
@keyframes obiStart2 {
  0% {
    transform: translateY(101%);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes obiEnd2 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-101%);
    opacity: 0.5;
  }
}
@keyframes slash {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
@keyframes bgSlide {
  0%, to {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.Conteiner {
  min-width: 320px;
  transition: all 0.3s ease-out;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.Conteiner__overlay {
  position: absolute;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
}
.Conteiner__head {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
}

.Footer {
  background: #000;
  color: #e5e5e5;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  clear: both;
}
@media screen and (max-width: 767px) {
  .Footer {
    padding-bottom: 60px;
  }
}
.Footer__inner {
  width: 94%;
  margin: 0 auto;
  padding-top: 10px;
}
.Footer__ttl {
  font-size: 24px;
  color: #aa8d68;
}
@media screen and (min-width: 1500px) {
  .Footer__ttl {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .Footer__ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.Footer__image-txt {
  font-size: 12px;
  line-height: 1.2;
  color: #aa8d68;
}
@media screen and (max-width: 767px) {
  .Footer__image-txt {
    font-size: 11px;
    padding-bottom: 5px;
  }
}
.Footer__txt {
  font-size: 12px;
  border-bottom: 1px solid #aa8d68;
  padding-bottom: 10px;
}
.Footer__copy {
  font-size: 12px;
}
.Footer__copy-link {
  color: #e5e5e5;
}

.Header {
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .Header {
    width: 100%;
    overflow: hidden;
  }
}
.Header__ttl {
  font-size: 11px;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  background: #000;
}
.Header__ttl-shop-unit {
  background: linear-gradient(to bottom, #c59905 0%, #faeb8c 5%, #f6e290 8%, #fffade 50%, #f6e290 92%, #faeb8c 95%, #c59905 100%);
  padding: 3px 0 5px;
}
.Header__ttl-shop-name {
  text-align: center;
}
.Header__ttl-shop-copy {
  display: inline-block;
  padding-top: 2px;
  max-width: 325px;
}
.Header__ttl-shop-name-link {
  display: inline-block;
  width: 100%;
  padding: 0 0 5px 2px;
}
.Header__ttl-shop-img {
  max-width: 263px;
}
.Header__info {
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .Header__info {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .Header__info {
    display: block;
  }
}
.Header__info-tel {
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .Header__info-tel {
    display: none;
  }
}
.Header__info-tel-link {
  color: #5a3526;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .Header__info-tel-link:hover {
    color: #5a3526;
  }
}
.Header__info-time {
  line-height: 1;
  color: #5a3526;
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  .Header__info-time {
    border-bottom: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
  }
}

.Nav {
  transition: all 0.3s;
  border-bottom: 2px solid #eee;
}
@media screen and (max-width: 767px) {
  .Nav {
    display: none;
  }
}
.Nav__list-outer {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.Nav__list {
  width: 90px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Nav__list {
    width: 80px;
  }
}
.Nav__list:last-child .Nav__link-span {
  background: #aa8d68;
  color: #fff;
}
.Nav__list:last-child:hover .Nav__link-span {
  background: #fff;
  color: #aa8d68;
}
.Nav__list:last-child .Nav__link {
  transition: all 0.3s;
}
.Nav__list:last-child:hover .Nav__link {
  color: #aa8d68;
}
.Nav__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: #fff;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  position: relative;
  margin-bottom: 1px;
}
.Nav__link i {
  padding-left: 5px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Nav__link {
    font-size: 18px;
  }
}
.Nav__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #aa8d68;
  transform: scale(0, 1);
  transition: 0.4s;
}
.Nav__link.active::before {
  transform: scale(1);
  background: #fff;
}
.Nav__link:hover::before {
  transform: scale(1);
  background: #aa8d68;
}
.Nav__link:hover span {
  color: #aa8d68;
  transition: all 0.3s;
}
.Nav__link-span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 2px 0 5px;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Nav__link-span {
    font-size: 11px;
  }
}

.Flex__outer {
  justify-content: center;
  display: flex;
  flex-flow: row wrap;
}
.Flex__list--empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  background: none;
}
.Flex__list-outer {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .Flex__list-outer {
    padding: 50px 0 90px 3px;
  }
}
@media screen and (min-width: 1500px) {
  .Flex__list-outer {
    justify-content: flex-start;
    width: 90%;
  }
}

.Fix-nav-unit {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  z-index: 6;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .Fix-nav-unit {
    position: fixed;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .Fix-nav-unit {
    position: fixed;
    bottom: 0;
    left: 0;
    min-width: 320px;
    background: #000;
    transition: all 0.3s;
    width: 100%;
    overflow: hidden;
  }
}
.Fix-nav-unit__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .Fix-nav-unit__inner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 0;
  }
}
.Fix-nav-unit__btn, .Fix-nav-unit__list {
  width: 20%;
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
}
@media screen and (min-width: 768px) {
  .Fix-nav-unit__btn, .Fix-nav-unit__list {
    display: none;
  }
}
.Fix-nav-unit__btn:first-child, .Fix-nav-unit__list:first-child {
  background: #aa8d68;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.Fix-nav-unit__btn:hover, .Fix-nav-unit__list:hover {
  cursor: pointer;
}
.Fix-nav-unit__link {
  display: block;
  text-align: center;
  padding: 2px 0;
  line-height: 1;
  color: #fff;
  height: 52px;
}
.Fix-nav-unit__link i {
  display: block;
  width: 100%;
  height: 33px;
  padding-top: 3px;
  font-size: 26px;
  line-height: 1;
  text-align: center;
}
.Fix-nav-unit__btn-inner {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 36%;
  min-width: 46px;
  height: 52px;
}
.Fix-nav-unit__btn--bar {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #aa8d68;
  transition: all 0.3s;
  transform-origin: left top;
}
.Fix-nav-unit__btn--bar:nth-child(2) {
  top: 15px;
  opacity: 1;
}
.Fix-nav-unit__btn--bar:nth-child(3) {
  top: 26px;
  transform-origin: left bottom;
}
.Fix-nav-unit__btn-txt, .Fix-nav-unit__btn-txt--close {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #aa8d68;
  transition: all 0.3s;
  display: block;
  visibility: visible;
  opacity: 1;
}
.Fix-nav-unit__btn-txt {
  text-align: center;
  padding-bottom: 2px;
}
.Fix-nav-unit__btn-txt--close {
  display: none;
}
.Fix-nav-unit__scroll-btn {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 110px;
  margin-bottom: 64px;
  line-height: 1;
  text-align: center;
  background: #aa8d68;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .Fix-nav-unit__scroll-btn {
    font-size: 16px;
    padding: 5px 15px 4px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .Fix-nav-unit__scroll-btn {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}
.Fix-nav-unit__scroll-btn:hover {
  transform: translateY(-10px);
  background: #ff6262;
}
.Fix-nav-unit__scroll-btn:hover span {
  color: #ff6262;
}
.Fix-nav-unit__scroll-btn.active {
  opacity: 1;
  pointer-events: auto;
}
.Fix-nav-unit__scroll-btn--delta {
  transition: all 0.3s;
  background: #fff;
  color: #aa8d68;
  display: inline-block;
  border-radius: 50%;
  font-size: 10px;
  margin-left: 1px;
  padding: 2px;
  text-shadow: none;
  letter-spacing: 0;
  line-height: 1;
}
.Fix-nav-unit.active .Fix-nav-unit__btn-txt {
  display: none;
}
.Fix-nav-unit.active .Fix-nav-unit__btn-txt--close {
  display: block;
  text-align: left;
  padding-bottom: 2px;
}
.Fix-nav-unit.active .Fix-nav-unit__btn--bar:nth-child(1) {
  width: 40px;
  transform: rotate(45deg);
  margin-left: 10px;
}
.Fix-nav-unit.active .Fix-nav-unit__btn--bar:nth-child(2) {
  opacity: 0;
}
.Fix-nav-unit.active .Fix-nav-unit__btn--bar:nth-child(3) {
  width: 40px;
  top: 30px;
  transform: rotate(-45deg);
  margin-left: 10px;
}
.Fix-nav-unit.active__overlay {
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  background: rgba(0, 0, 0, 0.8);
  visibility: visible;
  opacity: 1;
  z-index: 4;
}

.Menu-unit {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: -306px;
  width: 306px;
  transition: all 0.3s ease-out;
  height: 100%;
  padding: 0;
  border-left: 1px solid #777;
  background: #000;
}
@media screen and (min-width: 768px) {
  .Menu-unit {
    right: -460px;
    width: 460px;
  }
}
@media screen and (min-width: 1500px) {
  .Menu-unit {
    right: -612px;
    width: 612px;
  }
}
.Menu-unit__inner {
  height: 100%;
  width: 100%;
  padding: 0 8px 60px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Menu-unit__inner {
    padding: 0 8px 100px;
  }
}
.Menu-unit__ttl {
  letter-spacing: 2px;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  padding: 13px 0;
  text-align: center;
  position: relative;
}
.Menu-unit__ttl::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background: #aa8d68;
}
@media screen and (max-width: 767px) {
  .Menu-unit__ttl::before {
    width: 98%;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .Menu-unit__btn {
    display: none;
  }
}
.Menu-unit__btn-close {
  position: absolute;
  right: 8px;
  top: 10px;
  background: #aa8d68;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  padding: 0 8px;
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  width: 25%;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .Menu-unit__btn-close {
    transition: all 0.3s;
  }
  .Menu-unit__btn-close:hover {
    background: #fff;
  }
}
.Menu-unit__ttl-sub {
  display: inline-block;
  font-size: 18px;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid #aa8d68;
  margin-top: 25px;
  color: #aa8d68;
}
.Menu-unit__ttl-sub::before {
  content: "◆";
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .Menu-unit__ttl-sub {
    font-size: 16px;
    margin-top: 20px;
  }
}
.Menu-unit__box--basic > .Item-a:last-child {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .Menu-unit__box--basic > .Item-a:last-child {
    width: 98%;
  }
}
.Menu-unit__list-outer {
  font-size: 0;
}
.Menu-unit__list {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  width: 48%;
}
@media screen and (min-width: 768px) {
  .Menu-unit__list {
    width: 32%;
  }
}
@media screen and (min-width: 1500px) {
  .Menu-unit__list {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .Menu-unit__list {
    width: 98%;
  }
}
.Menu-unit__link {
  padding: 20px 0 15px;
  line-height: 1;
  display: block;
  border-bottom: 1px solid #999;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .Menu-unit__link {
    padding: 15px 0 10px;
  }
}
.Menu-unit__link i {
  display: inline-block;
  min-width: 24px;
  margin-right: 3px;
  text-align: center;
  color: #aa8d68;
}
.Menu-unit__link--break {
  padding: 10px 0 9px !important;
}
.Menu-unit__link--break i {
  position: relative;
}
.Menu-unit__link--break i::before {
  position: absolute;
  top: -6px;
  left: 5px;
}
.Menu-unit__link--break-block {
  display: block;
  padding-left: 32px;
}
.Menu-unit.active {
  opacity: 1;
  z-index: 3;
  transform: translateX(-306px);
  box-shadow: -10px 0 10px -3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .Menu-unit.active {
    transform: translateX(-460px);
  }
}
@media screen and (min-width: 1500px) {
  .Menu-unit.active {
    transform: translateX(-612px);
  }
}
.Menu-unit.active__ttl {
  animation: slide-ttl 0.7s;
}

.Menu__box--open {
  position: fixed;
  width: 100%;
  height: 100%;
}
.Menu__box--open .Body-inner {
  transform: translateX(-306px);
}
@media screen and (min-width: 768px) {
  .Menu__box--open .Body-inner {
    transform: translateX(-460px);
  }
}
@media screen and (min-width: 1500px) {
  .Menu__box--open .Body-inner {
    transform: translateX(-612px);
  }
}
.Menu__box--open .Conteiner__overlay {
  z-index: 3;
  opacity: 1;
}
.Menu__box--open .Conteiner::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 30px;
  height: 100%;
  z-index: 2;
}

.Modal {
  overflow: auto;
  z-index: 8;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.Modal.Modal__beginning {
  animation: none !important;
  z-index: 30;
}
.Modal__open {
  cursor: pointer;
}
.Modal__content {
  position: relative;
  z-index: 10;
  display: none;
  width: 100%;
  margin: 5vh auto 10vh;
}
@media screen and (min-width: 768px) {
  .Modal__content {
    margin: 10vh auto;
  }
}
.Modal__content.Modal__beginning-unit {
  display: flex !important;
}
.Modal__content-inner {
  border: 1px solid #888;
  padding: 35px 3%;
}
@media screen and (min-width: 768px) {
  .Modal__content-inner {
    width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .Modal__content-inner {
    width: 90%;
    min-width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .Modal__content-inner-after, .Modal__content-inner-before {
    width: calc((100% - 640px) / 2);
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .Modal__content-inner-after, .Modal__content-inner-before {
    width: 5%;
  }
}
.Modal__link {
  display: block;
  margin: 45px auto 10px;
  background: #000;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}
.Modal__link:hover {
  color: #fff;
}
.Modal__link-txt {
  text-align: center;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .Modal__link-img:hover {
    opacity: 0.6;
  }
}
.Modal__content img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.Modal__overlay {
  z-index: 9;
  position: fixed;
  text-align: right;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
}
.Modal__overlay:hover {
  cursor: pointer;
}
.Modal__close__box--round {
  position: fixed;
  z-index: 11;
  right: 10px;
  top: 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  padding: 5px;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  box-sizing: content-box;
  border: 2px solid #ccc;
}
.Modal__close__box--round:focus, .Modal__close__box--round:hover {
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .Modal__close__box--round:focus, .Modal__close__box--round:hover {
    background: #d80e19;
    color: #fff;
  }
}
.Modal__lock {
  overflow: hidden;
  height: 100%;
}
.Modal__lock .Modal {
  animation: fade-in 0.5s;
}
.Modal__lock .Conteiner__chijo-value-btn {
  z-index: 1;
}
.Modal__lock #chamo-window {
  display: none;
}
@media screen and (max-width: 767px) {
  .Modal__lock .Fix-nav-unit {
    z-index: -1;
  }
}
.Modal__beginning--open.Accordion-list__Open .Modal__slide-content-btn--single {
  display: none;
}
.Modal .Modal__form.Accordion-list__Open .Mail__list-check-outer, .Modal .Modal__form.Accordion-list__Open .Reservation__confirmation-check-outer, .Modal .Modal__form.Accordion-list__Open .Voice__send-check-outer, .Modal .Modal__form.Accordion-list__Open .Gals-detail__mail-list-check-outer, .Modal .Modal__form.Accordion-list__Open .Modal__slide-content-btn--single {
  display: none;
}
.Modal__slide-content-btn--single {
  margin: 50px auto 0;
  text-align: center;
}
.Modal__slide-content-btn--single-span {
  display: inline-block;
  cursor: pointer;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 1.6;
  padding: 5px 1%;
  min-width: 300px;
  background: #333;
  color: #fff;
  border-radius: 5px;
  background: #5577da;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Modal__slide-content-btn--single-span {
    transition: all 0.3s;
  }
  .Modal__slide-content-btn--single-span:hover {
    background: #ff6262;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .Modal__slide-content-btn--single-span {
    font-size: 18px;
    min-width: 200px;
    padding: 10px;
  }
}
.Modal__slide-content {
  display: none;
}
.Modal__slide-content-txt {
  font-size: 20px;
  font-weight: bold;
  color: #ff6262;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .Modal {
    font-size: 18px;
  }
}

/*PCナビ下ページ対応バー*/
.Nav__list:nth-child(2) a::before {
  transform: scale(1);
  background: #fff;
}
.Nav__list:nth-child(2) a:hover::before {
  background: #aa8d68;
}

/*PCナビ下ページ対応バーここまで*/
.Price {
  background: #000;
  color: #fff;
  padding-bottom: 40px;
}
.Price__ttl-unit {
  background: #000;
  color: #fff;
}
.Price__conteiner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3%;
}
@media screen and (min-width: 1500px) {
  .Price__conteiner {
    padding: 0;
  }
}
.Price__main-txt--caution {
  padding: 5px 0 15px;
}
.Price__now-arrow {
  font-size: 0;
  width: 100%;
  margin: 12px auto 7px;
}
.Price__now-arrow li {
  font-size: 18px;
  display: block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px 0;
}
.Price__now-arrow-txt {
  width: 100%;
}
.Price__now-arrow-txt-left {
  text-align: left;
  padding-left: 5px;
}
.Price__now-arrow-txt-right {
  text-align: center;
}
.Price__now-arrow-time-left, .Price__now-arrow-time-right {
  position: relative;
  font-size: 32px !important;
  text-align: center;
}
.Price__now-arrow-time-left {
  animation: blink2 1.2s ease-in-out infinite alternate;
  text-align: left;
}
.Price__now-arrow-time-right {
  animation: blink3 1.2s ease-in-out infinite alternate;
  text-align: center;
}
.Price__now-arrow-time-left span, .Price__now-arrow-time-right span {
  display: block;
  position: absolute;
  width: 100%;
  top: -15px;
  animation: fuwafuwa 1.2s ease infinite;
}
.Price__time-tab {
  text-align: center;
  font-size: 0;
}
.Price__time-tab::before {
  content: "";
  display: table;
}
.Price__time-tab::after {
  clear: both;
}
.Price__time-tab-list {
  width: 30%;
  display: inline-block;
  font-size: 16px;
  vertical-align: bottom;
  transition: all 0.5s;
}
.Price__time-tab-list:nth-of-type(1) {
  border-top-right-radius: 0;
  border-top-left-radius: 5px;
  background: #5577da;
}
.Price__time-tab-list:nth-of-type(2) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background: #95332f;
}
.Price__time-tab-list:nth-of-type(3) {
  border-top-right-radius: 5px;
  border-top-left-radius: 0;
  background: #44a188;
}
@media screen and (min-width: 768px) {
  .Price__time-tab-list {
    cursor: pointer;
  }
  .Price__time-tab-list:hover {
    opacity: 0.8;
  }
}
.Price__time-tab-time-morning, .Price__time-tab-time-noon, .Price__time-tab-time-delivery {
  text-align: center;
  padding: 10px 0 3px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .Price__time-tab-time-morning, .Price__time-tab-time-noon, .Price__time-tab-time-delivery {
    font-size: 16px;
  }
}
.Price__time-tab-time-morning span, .Price__time-tab-time-noon span, .Price__time-tab-time-delivery span {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 767px) {
  .Price__time-tab-time-morning span, .Price__time-tab-time-noon span, .Price__time-tab-time-delivery span {
    font-size: 10px;
  }
}
.Price__time-tab-list--Select {
  width: 40%;
  padding-top: 10px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  font-weight: bold;
}
.Price__guide {
  padding: 10px 40px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Price__guide {
    padding: 10px 3% 20px;
  }
}
@media screen and (max-width: 767px) {
  .Price__guide {
    padding: 10px 3% 20px;
  }
}
.Price__guide > div.Price__guide-item:last-child .Price__guide-ttl-outer::after {
  width: calc(100% - 100px);
}
.Price__box-data--Delete {
  display: none;
}
.Price__guide-morning {
  border: 2px solid #5577da;
  border-top-width: 5px;
  border-bottom-width: 15px;
}
.Price__guide-morning.Price__guide-ttl-inner {
  border-bottom: 2px solid #5577da !important;
}
@media screen and (max-width: 767px) {
  .Price__guide-morning .Price__box {
    border: 2px solid #5577da;
  }
}
@media screen and (min-width: 768px) {
  .Price__guide-morning .Price__box-3p {
    border: 2px solid #5577da;
  }
}
.Price__guide-morning .Price__thumb {
  background: #5577da;
}
@media screen and (min-width: 768px) {
  .Price__guide-morning .Price__thumb {
    border-top: 2px solid #5577da;
  }
}
@media screen and (min-width: 768px) {
  .Price__guide-morning .Price__thumb-list {
    border-right: 2px solid #8ba3ea;
  }
  .Price__guide-morning .Price__thumb-list:first-child {
    border-left: 2px solid #5577da;
  }
  .Price__guide-morning .Price__thumb-list:last-child {
    border-right: 2px solid #5577da;
  }
}
@media screen and (max-width: 767px) {
  .Price__guide-morning .Price__thumb-list {
    border-bottom: 2px solid #8ba3ea;
  }
}
@media screen and (min-width: 768px) {
  .Price__guide-morning .Price__box-table {
    border-bottom: 2px solid #5577da;
  }
}
@media screen and (min-width: 768px) {
  .Price__guide-morning .Price__box-table-list {
    border-right: 2px solid #8ba3ea;
  }
  .Price__guide-morning .Price__box-table-list:first-child {
    border-left: 2px solid #5577da;
  }
  .Price__guide-morning .Price__box-table-list:last-child {
    border-right: 2px solid #5577da;
  }
}
@media screen and (max-width: 767px) {
  .Price__guide-morning .Price__box-table-list {
    border-bottom: 2px solid #8ba3ea;
  }
}
.Price__guide-deli {
  border: 2px solid #44a188;
  border-top-width: 5px;
  border-bottom-width: 15px;
}
.Price__guide-deli.Price__guide-ttl-inner {
  border-bottom: 2px solid #44a188 !important;
}
@media screen and (max-width: 767px) {
  .Price__guide-deli .Price__box {
    border: 2px solid #44a188;
  }
}
@media screen and (min-width: 768px) {
  .Price__guide-deli .Price__box-3p {
    border: 2px solid #44a188;
  }
}
.Price__guide-deli .Price__thumb {
  background: #44a188;
}
@media screen and (min-width: 768px) {
  .Price__guide-deli .Price__thumb {
    border-top: 2px solid #44a188;
  }
}
@media screen and (min-width: 768px) {
  .Price__guide-deli .Price__thumb-list {
    border-right: 2px solid #6eb4a0;
    width: 20% !important;
  }
  .Price__guide-deli .Price__thumb-list:first-child {
    border-left: 2px solid #44a188;
  }
  .Price__guide-deli .Price__thumb-list:last-child {
    border-right: 2px solid #44a188;
  }
}
@media screen and (max-width: 767px) {
  .Price__guide-deli .Price__thumb-list {
    border-bottom: 2px solid #6eb4a0;
  }
}
@media screen and (min-width: 768px) {
  .Price__guide-deli .Price__box-table {
    border-bottom: 2px solid #44a188;
  }
}
@media screen and (min-width: 768px) {
  .Price__guide-deli .Price__box-table-list {
    border-right: 2px solid #6eb4a0;
    width: 20% !important;
  }
  .Price__guide-deli .Price__box-table-list:first-child {
    border-left: 2px solid #44a188;
  }
  .Price__guide-deli .Price__box-table-list:last-child {
    border-right: 2px solid #44a188;
  }
}
@media screen and (max-width: 767px) {
  .Price__guide-deli .Price__box-table-list {
    border-bottom: 2px solid #6eb4a0;
  }
}
.Price__guide-day {
  border: 2px solid #95332f;
  border-top-width: 5px;
  border-bottom-width: 15px;
}
.Price__guide-day.Price__guide-ttl-inner {
  border-bottom: 2px solid #d80e19 !important;
}
@media screen and (max-width: 767px) {
  .Price__guide-day .Price__box {
    border: 2px solid #95332f;
  }
}
@media screen and (min-width: 768px) {
  .Price__guide-day .Price__box-3p {
    border: 2px solid #95332f;
  }
}
.Price__guide-day .Price__thumb {
  background: #95332f;
}
@media screen and (min-width: 768px) {
  .Price__guide-day .Price__thumb {
    border-top: 2px solid #95332f;
  }
}
@media screen and (min-width: 768px) {
  .Price__guide-day .Price__thumb-list {
    border-right: 2px solid #c78f8d;
  }
  .Price__guide-day .Price__thumb-list:first-child {
    border-left: 2px solid #95332f;
  }
  .Price__guide-day .Price__thumb-list:last-child {
    border-right: 2px solid #95332f;
  }
}
@media screen and (max-width: 767px) {
  .Price__guide-day .Price__thumb-list {
    border-bottom: 2px solid #c78f8d;
  }
}
@media screen and (min-width: 768px) {
  .Price__guide-day .Price__box-table {
    border-bottom: 2px solid #95332f;
  }
}
@media screen and (min-width: 768px) {
  .Price__guide-day .Price__box-table-list {
    border-right: 2px solid #c78f8d;
  }
  .Price__guide-day .Price__box-table-list:first-child {
    border-left: 2px solid #95332f;
  }
  .Price__guide-day .Price__box-table-list:last-child {
    border-right: 2px solid #95332f;
  }
}
@media screen and (max-width: 767px) {
  .Price__guide-day .Price__box-table-list {
    border-bottom: 2px solid #c78f8d;
  }
}
.Price__guide-morning-txt {
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .Price__guide-morning-txt {
    text-align: right;
  }
}
.Price__guide-ttl-outer {
  position: relative;
}
.Price__guide-ttl-outer::after {
  position: absolute;
  right: 0;
  top: 34px;
  content: "";
  width: calc(100% - 80px);
  height: 36px;
  background: #333;
}
.Price__guide-ttl-sub--span {
  font-size: 80px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .Price__guide-content {
    display: flex;
    flex-flow: row wrap;
  }
}
.Price__guide-link-outer {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Price__guide-link-outer {
    float: right;
    width: 300px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .Price__guide-link-outer {
    order: 5;
    width: 100%;
  }
}
.Price__guide-link {
  display: block;
  padding: 5px;
  text-shadow: 0 0 3px #000;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .Price__guide-link {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .Price__guide-link:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    transform: translateY(-10px);
  }
  .Price__guide-link:hover .Price__guide-link-list-ourter {
    border: 2px solid rgb(255, 255, 255);
  }
}
.Price__guide-link--A {
  background: URL("/static/img/price/bg_01.jpg") no-repeat, #333;
  background-size: cover;
  background-position: right top;
}
.Price__guide-link--A .Price__guide-link-list:last-child {
  background: rgba(236, 136, 7, 0.5);
}
.Price__guide-link--B {
  background: URL("/static/img/price/bg_02.jpg"), #333;
  background-size: cover;
  background-position: center;
}
.Price__guide-link--B .Price__guide-link-list:last-child {
  background: rgba(85, 119, 218, 0.5);
}
.Price__guide-link--C {
  background: URL("/static/img/price/bg_03.jpg"), #333;
  background-size: cover;
  background-position: center;
}
.Price__guide-link--C .Price__guide-link-list:last-child {
  background: rgba(170, 141, 104, 0.5);
}
.Price__guide-link-list-ourter {
  transition: all 0.5s;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 15px 20px 20px;
}
@media screen and (max-width: 767px) {
  .Price__guide-link-list-ourter {
    padding: 15px 3% 20px;
  }
}
.Price__guide-link-list:first-child {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .Price__guide-link-list:first-child {
    font-size: 28px;
  }
}
.Price__guide-link-list:last-child {
  font-size: 26px;
  line-height: 0.7;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .Price__guide-link-list:last-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Price__guide-txt-outer {
    order: 1;
    width: 100%;
  }
}
.Price__guide-amount {
  margin: 0.5em auto;
  padding: 0.5em;
  font-weight: bold;
  border-left: 4px solid #000;
}
@media screen and (max-width: 767px) {
  .Price__guide-amount {
    font-size: 3vw;
    width: 100%;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .Price__box {
    clear: both;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .Price__box {
    order: 2;
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 15px auto;
  }
}
.Price__box-3p {
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  .Price__box-3p {
    vertical-align: top;
    margin: 15px 0 2px;
    padding-top: 0;
  }
  .Price__box-3p > div {
    margin: 0;
    border-bottom: none;
  }
  .Price__box-3p > div > div {
    width: 100%;
  }
  .Price__box-3p > div > div:first-child {
    border-left: none !important;
  }
  .Price__box-3p > div > div:last-child {
    border-right: none !important;
  }
}
@media screen and (max-width: 767px) {
  .Price__box-3p {
    margin: 15px auto 0;
  }
}
.Price__box-3p-bcourse {
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(10px, 3.5cqw, 20px);
  padding: 10px;
  margin: 0 auto;
}
.Price__thumb {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .Price__thumb {
    width: 100%;
    display: flex;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .Price__thumb {
    width: 30%;
    text-align: center;
  }
}
.Price__thumb-list {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .Price__thumb-list {
    width: 14.2857142857%;
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Price__thumb-list {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Price__thumb-list {
    padding: 10px 0;
  }
  .Price__thumb-list:last-child {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .Price__box-table {
    width: 100%;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .Price__box-table {
    width: 70%;
    text-align: right;
  }
}
.Price__box-table-list {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .Price__box-table-list {
    width: 14.2857142857%;
    text-align: center;
    font-size: 24px;
    border-right: 2px solid #8ba3ea;
    padding: 15px 0;
  }
  .Price__box-table-list:first-child {
    border-left: 2px solid #5577da;
  }
  .Price__box-table-list:last-child {
    border-right: 2px solid #5577da;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Price__box-table-list {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .Price__box-table-list {
    padding: 8px;
    border-bottom: 2px solid #8ba3ea;
    padding: 10px;
  }
  .Price__box-table-list:last-child {
    border: none;
  }
}
.Price__box-table-list--span {
  font-size: 80%;
}
.Price__guide-ttl-3p {
  margin-top: 25px;
  background: #008e65;
  color: #fff;
  border-bottom: 2px solid #fff;
  font-size: 20px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .Price__guide-ttl-3p {
    order: 2;
    font-size: 16px;
    padding: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}
.Price__guide-txt-3p--caution-primary {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .Price__guide-txt-3p--caution-primary {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .Price__guide-txt-3p--caution {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .Price__guide-txt-3p--caution {
    order: 4;
    width: 100%;
    margin-bottom: 15px;
  }
}
.Price__guide-txt-3p--caution-link {
  color: #5577da;
  font-weight: bold;
  text-decoration: underline;
}
.Price__other-conteiner {
  background: #000000;
  color: #fff;
  padding: 40px 0;
}
.Price__other-item-half-outer {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .Price__other-item-half-outer {
    display: flex;
    flex-flow: row wrap;
  }
}
.Price__other-item-half {
  padding: 20px 3%;
  border-radius: 3px;
  background: linear-gradient(135deg, #333333 0%, #000000 70%, #000000 70%);
}
@media screen and (min-width: 768px) {
  .Price__other-item-half {
    width: 49%;
    vertical-align: top;
    padding: 25px 20px;
  }
  .Price__other-item-half:nth-child(odd) {
    margin-right: 1%;
  }
  .Price__other-item-half:nth-child(even) {
    margin-left: 1%;
  }
}
@media screen and (max-width: 767px) {
  .Price__other-item-half:first-child {
    margin-bottom: 20px;
  }
}
.Price__other-item-half-ttl-unit {
  font-size: 0;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid #aa8d68;
  color: #aa8d68;
}
.Price__other-item-half-ttl-outer {
  float: left;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .Price__other-item-half-ttl-outer {
    line-height: 20px;
    font-size: 20px;
  }
}
.Price__other-item-half-ttl {
  line-height: 28px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .Price__other-item-half-ttl {
    line-height: 20px;
    font-size: 20px;
  }
}
.Price__other-item-half-ttl-price {
  float: right;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .Price__other-item-half-ttl-price {
    line-height: 20px;
    font-size: 20px;
  }
}
.Price__other-item-half-ttl-price span {
  font-size: 80%;
}
.Price__other-item {
  padding: 20px 3%;
  border-radius: 3px;
  background: linear-gradient(135deg, #333333 0%, #000000 70%, #000000 70%);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .Price__other-item {
    padding: 25px 20px 15px;
  }
}
.Price__other-item-ttl {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid #aa8d68;
  color: #aa8d68;
  font-weight: bold;
  line-height: 28px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .Price__other-item-ttl {
    line-height: 20px;
    font-size: 20px;
  }
}
.Price__other-item-ttl-sub {
  font-weight: bold;
  color: #fff;
  line-height: 24px;
  font-size: 24px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .Price__other-item-ttl-sub {
    line-height: 18px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .Price__other-item-phone-link-outer {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .Price__other-item--flex, .Price__other-item-unit {
    display: flex;
  }
  .Price__other-item--flex > div, .Price__other-item--flex > p, .Price__other-item--flex > ul, .Price__other-item-unit > div, .Price__other-item-unit > p, .Price__other-item-unit > ul {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .Price__other-item-txt {
    width: 40% !important;
  }
}
@media screen and (max-width: 767px) {
  .Price__other-item-txt {
    width: 100%;
  }
}
.Price__other-item-rank-outer {
  display: flex;
}
@media screen and (min-width: 768px) {
  .Price__other-item-rank-outer {
    width: 60% !important;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Price__other-item-rank-outer {
    width: 100%;
    flex-wrap: wrap;
  }
}
.Price__other-item-rank-list {
  width: 33.3%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Price__other-item-rank-list {
    width: 50%;
  }
}
.Price__other-item-rank {
  display: block;
  padding: 3px 0;
  margin: 0 2% 2px;
  border: 1px solid #868686;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .Price__other-item-rank {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .Price__other-item-rank {
    font-size: 13px;
    margin-top: 10px;
  }
}
.Price__other-item-rank-price {
  display: block;
  line-height: 1;
}
.Price__other-item-unit > div:first-child {
  margin-bottom: 20px;
}
.Price__other-item-unit-box-link {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .Price__other-item-unit-box2 {
    margin-left: 20px;
  }
}
.Price__other-item-list {
  margin-left: 3%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .Price__other-item-list {
    width: 92%;
    margin: 0 auto 10px;
  }
}
.Price__other-item-list-item {
  list-style: disc;
}
.Price__other-item-warning {
  color: #f00;
  font-size: 12px;
}
.Price__btn-item {
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .Price__btn-item {
    padding-bottom: 10px;
  }
}
.Price__btn-item-list {
  width: 50%;
}
.Price__btn-item-list:first-child {
  padding-right: 10px;
}
.Price__btn-item-list:first-child a {
  border-left: 10px solid #aa8d68;
}
.Price__btn-item-list:nth-child(2) {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .Price__btn-item-list:nth-child(2) a {
    border-right: 10px solid #aa8d68;
  }
}
@media screen and (max-width: 767px) {
  .Price__btn-item-list:nth-child(2) a {
    border-left: 10px solid #aa8d68;
  }
}
@media screen and (max-width: 767px) {
  .Price__btn-item-list {
    width: 90%;
    padding: 0 0 10px !important;
  }
}
.Price__btn-item-list-link {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  padding: 15px;
  background: #000;
  color: #aa8d68;
  border: 2px solid #aa8d68;
}
@media screen and (min-width: 768px) {
  .Price__btn-item-list-link:hover {
    background: #aa8d68;
    color: #fff !important;
    border: 2px solid #aa8d68;
  }
  .Price__btn-item-list-link:hover p {
    border-bottom: 3px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .Price__btn-item-list-link:hover {
    color: #aa8d68;
  }
}
.Price__btn-item-list-icon {
  font-size: 60px;
  padding-right: 10px;
}
@media screen and (max-width: 480px) {
  .Price__btn-item-list-icon {
    font-size: 50px;
  }
}
.Price__btn-item-list-link-txt {
  font-size: 24px;
  text-align: center;
  line-height: 1.1;
  border-bottom: 3px solid #aa8d68;
  padding-bottom: 3px;
}
@media screen and (max-width: 480px) {
  .Price__btn-item-list-link-txt {
    font-size: 20px;
  }
}
.Price__other-event-list {
  width: 50%;
  margin-bottom: 10px;
  float: left;
}
.Price__other-event-list:nth-child(odd) {
  padding-right: 1%;
}
.Price__other-event-list:nth-child(even) {
  padding-left: 1%;
}
@media screen and (max-width: 480px) {
  .Price__other-event-list {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.Price__modal-midnight-ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 9px 5px;
  border-top: 2px solid #777;
  border-bottom: 1px solid #555;
  margin-bottom: 30px;
  color: #aa8d68;
}
.Price__modal-midnight-ttl--span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding-top: 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .Price__modal-midnight-ttl--span {
    font-size: 14px;
  }
}
.Price__modal-guide-txt--orange {
  color: #ff6262;
}
.Price__modal-box-conteiner-list {
  padding: 2px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 60px;
  border: 2px solid #aa8d68;
}
@media screen and (max-width: 767px) {
  .Price__modal-box-conteiner-list {
    margin: 0 auto 60px;
    width: 90%;
    padding: 1px;
  }
}
.Price__modal-box-conteiner-list:first-child {
  margin-top: 15px;
}
.Price__modal-box-conteiner-list:first-child::after {
  display: none;
}
.Price__modal-box-conteiner-list::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 40px solid #6f0b1c;
}
.Price__modal-box-conteiner-list-inner {
  padding: 30px 20px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .Price__modal-box-conteiner-list-inner {
    padding: 20px 3%;
  }
}
.Price__modal-box-conteiner-list--number {
  margin: 0 auto 24px;
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  font-size: 36px;
  color: #000;
  text-align: center;
  border-radius: 2px;
  font-weight: 700;
  background: #aa8d68;
}
@media screen and (max-width: 767px) {
  .Price__modal-box-conteiner-list--number {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.Price__modal-box-conteiner-txt--center {
  text-align: center;
  margin-bottom: 20px;
  font-size: 120%;
  color: #ff6262;
}
.Price__modal-box-conteiner-txt--caution {
  padding-bottom: 20px;
}
.Price__modal-box-conteiner-txt--yellow {
  color: #ff0;
}
@media screen and (min-width: 768px) {
  .Price__modal-box-conteiner-txt--yellow {
    text-align: center;
  }
}
.Price__modal-box-tel-btn {
  margin-bottom: 25px;
  font-weight: bold;
}
.Price__modal-box-tel-btn a {
  margin-top: 0;
}
.Price__modal-phone {
  background: #000;
}
.Price__modal-phone-head {
  background: linear-gradient(to bottom, #000 15%, #cc3602 10%, #e35b02 80%, #000 85%);
}
@media screen and (min-width: 768px) {
  .Price__modal-phone-head {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .Price__modal-phone-head {
    padding: 30px 0 24px;
    position: relative;
  }
}
.Price__modal-phone-img-outer {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .Price__modal-phone-img-outer {
    position: absolute;
    z-index: 1;
    left: 3px;
    top: -10px;
  }
}
.Price__modal-phone-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 0 3px #000, 0 0 3px #000;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .Price__modal-phone-ttl {
    position: relative;
    z-index: 2;
    font-size: 5vw;
  }
}
.Price__modal-phone-ttl--yellow {
  color: #ee0;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .Price__modal-phone-ttl--yellow {
    font-size: 6vw;
  }
}
.Price__modal-phone-ttl--round {
  background: #ffcf69;
  border-radius: 50%;
  color: #000;
  text-shadow: none;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .Price__modal-phone-ttl--round {
    font-size: 4vw;
  }
}
.Price__modal-item-phone-txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Price__modal-item-phone-txt {
    margin: 10px auto;
  }
}
@media screen and (max-width: 767px) {
  .Price__modal-item-phone-txt {
    font-size: 16px;
  }
}
.Price__modal-item-phone-link-outer a {
  background: #d80e19;
}
.Price__modal-3p-ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 9px 5px;
  border-top: 2px solid #777;
  border-bottom: 1px solid #555;
  margin-bottom: 30px;
  color: #aa8d68;
}
.Price__modal-3p-txt {
  margin-bottom: 1em;
  text-align: justify;
}
.Price__modal-3p-rank {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Price__modal-3p-rank-list {
  width: 24%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Price__modal-3p-rank-list {
    width: 49%;
    margin-bottom: 0.5em;
  }
}
.Price__modal-3p-rank-icon {
  display: block;
}
.Price__modal-3p-rank-price {
  font-size: 24px;
}
.Price__modal-3p-rank-tax {
  display: block;
  font-size: 70%;
}
.Price__schedule-current-btn {
  background: linear-gradient(to right, #f00 0%, #f80 14.28%, #dd0 28.56%, #0d0 42.85%, #0dd 57.14%, #00f 71.42%, #e0e 85.71%, #f00 100%) 0 center/200% auto;
  animation: gradation-bg 6s linear infinite;
  margin: 20px auto;
  padding: 2px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .Price__schedule-current-btn {
    width: 90%;
  }
  .Price__schedule-current-btn:hover {
    background: #aa8d68;
  }
}
@media screen and (max-width: 767px) {
  .Price__schedule-current-btn {
    width: 100%;
    font-size: 14px;
  }
}
.Price__schedule-current-btn-link {
  display: block;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: relative;
}
.Price__schedule-current-btn-link:after {
  position: absolute;
  top: 46%;
  right: 4%;
  transform: translateY(-50%);
  content: "«";
  animation: infinite brinkarrow 1.5s;
  font-size: 36px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Price__schedule-current-btn-link:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .Price__schedule-current-btn-link:hover .Price__schedule-current-btn--span-ttl-large {
    color: #aa8d68;
  }
}
.Price__schedule-current-btn--span-ttl {
  display: block;
  margin-top: -5px;
  line-height: 1;
}
.Price__schedule-current-btn--span-ttl-large {
  color: #ee0;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .Price__schedule-current-btn--span-ttl-large {
    font-size: 140%;
  }
}
.Price__schedule-current-btn--span-ttl-dots {
  text-emphasis-style: dot;
}
.Price__schedule-current-btn--span-txt {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.Price__modal-table {
  padding: 20px 0 10px;
  vertical-align: top;
}
.Price__modal-table tr {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(236, 136, 7, 0.3);
}
.Price__modal-table-number {
  text-align: center;
  width: 40px;
  color: #ec8807;
  font-weight: bold;
  font-size: 36px;
  padding-right: 5px;
}
.Price__modal-table-number rt {
  font-size: 10px;
}
.Price__modal-table-txt {
  line-height: 1.2;
}
.Price__modal-kanji-ttl-head {
  text-align: center;
  background: linear-gradient(170deg, #000 0%, #444 40%, #000 50%, #000 100%);
  padding: 10px 0;
  margin-bottom: 15px;
  box-shadow: 0 0 15px #330;
}
.Price__modal-kanji-ttl {
  color: #ec8807;
  background: -webkit-linear-gradient(top, #ff0 0%, #ec8807 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .Price__modal-kanji-ttl {
    font-size: 10vw;
  }
}
.Price__modal-kanji-ttl--time {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Price__modal-kanji-ttl--time {
    font-size: 5vw;
  }
}
.Price__kanji-unit {
  background: URL("/static/img/price/bg_kanji.png") no-repeat;
  background-position: right bottom;
  padding-bottom: 100px;
}
.Price__kanji-unit-ttl {
  padding-bottom: 10px;
}
.Price__kanji-unit-ttl--blue {
  color: #5577da;
}
.Price__kanji-unit-ttl--red {
  color: #ff6262;
}
.Price__kanji-unit-ttl--purple {
  color: #96F;
}
.Price__kanji-unit-list-outer {
  display: inline-block;
  padding: 15px;
  border: 2px solid #999;
  background: #bebebe;
  background: linear-gradient(to bottom, #fff 0%, #bebebe 100%);
  min-width: 50%;
  color: #000;
  border-radius: 30px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .Price__kanji-unit-list-outer {
    margin-left: 10%;
  }
}
.Price__kanji-center-ttl {
  border-radius: 5px;
  padding: 5px;
  color: #ee0;
  background: #d80e19;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .Price__kanji-center-ttl {
    text-align: left;
  }
}
.Price__kanji-center-txt {
  text-align: center;
  padding: 15px 0;
}
@media screen and (max-width: 480px) {
  .Price__kanji-center-txt {
    text-align: left;
  }
}
.Price__kanji-center-txt--span {
  color: #ff6262;
}
.Price__kanji-guide-ttl {
  border-radius: 5px;
  padding: 3px;
  color: #fff;
  background: #333;
  text-align: center;
  font-weight: bold;
}
.Price__kanji-guide-txt {
  padding: 15px 0;
}
.Price__list {
  clear: both;
  margin-bottom: 1em;
  order: 2;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Price__list {
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .Price__list {
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.Price__list::before {
  display: none;
  content: "<<料金表を左右にスクロールできます>>";
  color: #AA8D68;
  text-align: center;
  font-weight: bold;
  position: sticky;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Price__list::before {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .Price__list::before {
    display: block;
  }
}
.Price__list-bcourse {
  background: red;
}
.Price__list_head-cell {
  height: 20px;
  padding: 5px 2px;
  font-size: 20px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  color: white;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .Price__list_head-cell {
    font-size: 14px;
  }
}
.Price__list_head-cell-recommend {
  position: relative;
}
.Price__list_head-cell-recommend::before {
  content: "一番人気！";
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 10px;
  animation: recommendFlash 3s infinite;
}
.Price__list_head-cell-customer::before {
  content: "(お試し)";
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 10px;
}
.Price__list_head-cell-customer::after {
  content: "ご新規様限定";
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 10px;
}
.Price__list_head-cell:last-child {
  border-right: none !important;
}
@media screen and (max-width: 767px) {
  .Price__list_head-cell-ttl {
    position: sticky;
    z-index: 4;
    left: 0;
  }
}
.Price__list_body-cell {
  text-align: center;
  padding: 6px 0;
  font-size: 18px;
  font-weight: bold;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  border-right: 2px #888 solid;
  border-bottom: 2px #888 solid;
  line-height: 10px;
}
@media screen and (max-width: 767px) {
  .Price__list_body-cell {
    font-size: 14px;
  }
}
.Price__list_body-cell-ttl {
  font-size: 14px;
  color: white;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .Price__list_body-cell-ttl {
    position: sticky;
    left: 0;
    font-size: 10px;
  }
}
.Price__list_body-cell-ttl--noRank {
  color: #000;
  background: #e2e2e2;
}
.Price__list_body-cell-small {
  font-size: 80%;
}
.Price__list_body-cell-tax {
  font-size: 10px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Price__list_body-cell-tax {
    font-size: 10px;
  }
}
.Price__list_body-cell:first-child {
  border-left: 2px #888 solid;
}
.Price__list_table {
  width: 100%;
  border-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .Price__list_table {
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .Price__list_table {
    width: 1000px;
  }
}

/* 料金表配色のCSS*/
.Price__list_table-noon .Price__list_head-cell {
  background-color: #95332f;
  border-right: #c78f8d 2px solid;
}

.Price__list_table-noon .Price__list_body-cell-recommend {
  background-color: #333333;
}

.Price__list_table-morning .Price__list_head-cell {
  background-color: #5577da;
  border-right: #8ba3ea 2px solid;
}

.Price__list_table-morning .Price__list_body-cell-recommend {
  background-color: #333333;
}

.Price__list_table-deli .Price__list_head-cell {
  background-color: #44a188;
  border-right: #6eb4a0 2px solid;
}

.Price__list_table-deli .Price__list_body-cell-recommend {
  background-color: #333333;
}

.Delivery-top__price-course {
  margin: 10px auto;
  padding: 10px;
  margin-top: 25px;
  border-bottom: #333 1px solid;
}
@media screen and (max-width: 767px) {
  .Delivery-top__price-course {
    margin: 10px 0;
    padding: 6px;
  }
}
.Delivery-top__price-course-nomination {
  display: flex;
  flex-wrap: wrap;
  background-color: #000;
  color: #fff;
  border: 1px solid #555;
  margin: 0 auto;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .Delivery-top__price-course-nomination {
    width: 680px;
    margin: 0 auto;
    padding: 6px;
  }
}
@media screen and (max-width: 767px) {
  .Delivery-top__price-course-nomination {
    order: 3;
    margin-bottom: 1em;
  }
}
.Delivery-top__price-course-nomination .tax_included {
  font-size: 50%;
}
.Delivery-top__price-course-nomination-ttl {
  color: white;
  font-size: 24px;
  line-height: 1;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Delivery-top__price-course-nomination-ttl {
    font-size: 16px;
  }
  .Delivery-top__price-course-nomination-ttl br {
    display: none;
  }
}
.Delivery-top__price-course-nomination-ttl-outer {
  border: solid 2px #262626;
  background: linear-gradient(#4d4c61, #000);
  display: flex;
  align-items: center;
  order: 1;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .Delivery-top__price-course-nomination-ttl-outer {
    width: 20%;
    height: 88px;
    margin: 0;
  }
}
.Delivery-top__price-course-nomination-txt-unit {
  margin: 15px auto 15px;
  width: 95%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Delivery-top__price-course-nomination-txt-unit {
    display: block;
  }
}
.Delivery-top__price-course-nomination-list {
  border: solid 2px #262626;
  height: 86px;
  width: 100%;
  margin: 0 auto;
  order: 2;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .Delivery-top__price-course-nomination-list {
    margin: 0 0 0 2%;
    width: 78%;
  }
}
.Delivery-top__price-course-nomination-list-class-item {
  border: solid 1px #e5e5e5;
  font-size: 16px;
  text-align: center;
  color: white;
  width: 33.3%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .Delivery-top__price-course-nomination-list-class-item {
    font-size: 13px;
  }
}
.Delivery-top__price-course-nomination-list-class-item:nth-child(1) {
  background: linear-gradient(135deg, rgb(165, 165, 165) 0%, rgb(0, 0, 0) 50%, rgb(165, 165, 165) 100%);
}
.Delivery-top__price-course-nomination-list-class-item:nth-child(2) {
  background: linear-gradient(135deg, rgb(165, 165, 165) 0%, rgb(0, 0, 0) 50%, rgb(165, 165, 165) 100%);
}
.Delivery-top__price-course-nomination-list-class-item:nth-child(3) {
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(83, 83, 83) 50%, rgb(255, 255, 255) 100%);
}
.Delivery-top__price-course-nomination-list-class-item:nth-child(4) {
  background: linear-gradient(135deg, rgb(239, 233, 180) 0%, rgb(202, 192, 42) 27%, rgb(170, 160, 17) 50%, rgb(202, 192, 42) 74%, rgb(239, 233, 180) 100%);
}
.Delivery-top__price-course-nomination-list-price-item {
  border: solid 1px #e5e5e5;
  text-align: center;
  font-size: 24px;
  padding: 2% 0 1.5%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .Delivery-top__price-course-nomination-list-price-item {
    font-size: 18px;
  }
}
.Delivery-top__price-course-nomination-list-price-item br {
  display: block;
  content: "";
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .Delivery-top__price-course-nomination-list-price-item br {
    margin-top: 0;
  }
}

@keyframes recommendFlash {
  0% {
    color: #fff;
  }
  50% {
    color: #ff0;
  }
  100% {
    color: #fff;
  }
}
/*# sourceMappingURL=index-price.css.map */