@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;
  }
}

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

.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, .Event-single__aside-ttl-unit > p, .Event-single__ttl-unit > p {
  font-family: "Anton", serif;
  line-height: 1;
}

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

.Event-single__aside-link, .Event-single__conteiner-img-outer {
  display: block;
  width: 100%;
}
.Event-single__aside-link img, .Event-single__conteiner-img-outer img {
  width: 100%;
  height: auto;
}

.Event-single__aside-ttl-unit, .Event-single__ttl-unit {
  text-align: center;
  display: none;
}
.Event-single__aside-ttl-unit > p, .Event-single__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) {
  .Event-single__aside-ttl-unit > p, .Event-single__ttl-unit > p {
    font-size: 22px;
    margin-top: 20px;
  }
}
.Event-single__aside-ttl-unit > h2, .Event-single__ttl-unit > h2 {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 20px;
}

.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;
}

.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;
}

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

@scope (:root) to (.Event-single__conteiner) {
  * {
    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;
}
@media screen and (max-width: 480px) {
  .Type__image span::before {
    width: calc(100% + 11px);
  }
}
.Type__image span::before {
  opacity: 0.4;
}
.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: 12.5px;
  font-weight: 600;
  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;
  }
}
@media screen and (min-width: 768px) {
  .Fix-nav-unit__btn, .Fix-nav-unit__list {
    display: none;
  }
}
.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;
}
.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;
  }
}

.Event-single {
  background: #000;
}
.Event-single__ttl-unit {
  background-image: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 0px 28px, transparent 28px 34px), repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.025) 0px 24px, transparent 24px 40px);
  border-bottom: 2px solid #aa8d68;
  color: #333;
}
.Event-single__unit {
  padding: 20px 0 80px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .Event-single__unit {
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
}
.Event-single__conteiner {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.6;
  background: #fff;
  color: #333;
  margin: 0 auto;
  padding: 25px;
  width: 94%;
  max-width: 686px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .Event-single__conteiner {
    padding: 15px 4%;
  }
}
.Event-single__conteiner-ttl {
  background: #151825;
  border-left: 5px solid #aa8d68;
  border-right: 5px solid #aa8d68;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  margin: 2px 0;
  font-size: 20px;
  transition-duration: 0.3s;
  text-align: center;
}
.Event-single__container-txt {
  line-height: 1.6;
}
.Event-single__container-txt * {
  max-width: 100%;
}
.Event-single__container-txt blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
}
.Event-single__container-txt blockquote {
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
.Event-single__container-txt a {
  color: #0782C1;
}
.Event-single__container-txt ol, .Event-single__container-txt ul, .Event-single__container-txt dl {
  /* IE7: reset rtl list margin. (#7334) */
  *margin-right: 0px;
  /* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
  padding: 0 40px;
}
.Event-single__container-txt h1, .Event-single__container-txt h2, .Event-single__container-txt h3, .Event-single__container-txt h4, .Event-single__container-txt h5, .Event-single__container-txt h6 {
  font-weight: normal;
  line-height: 1.2;
}
.Event-single__container-txt hr {
  border: 0px;
  border-top: 1px solid #ccc;
}
.Event-single__container-txt img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}
.Event-single__container-txt img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}
.Event-single__container-txt pre {
  white-space: pre-wrap; /* CSS 2.1 */
  word-wrap: break-word; /* IE7 */
  tab-size: 4;
}
.Event-single__container-txt .marker {
  background-color: Yellow;
}
.Event-single__container-txt span[lang] {
  font-style: italic;
}
.Event-single__container-txt figure {
  text-align: center;
  outline: solid 1px #ccc;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin: 10px 20px;
  display: inline-block;
}
.Event-single__container-txt figure > figcaption {
  text-align: center;
  display: block; /* For IE8 */
}
.Event-single__container-txt a > img {
  padding: 1px;
  margin: 1px;
  border: none;
  outline: 1px solid #0782C1;
}
.Event-single__conteiner-img-outer {
  text-align: center;
}
.Event-single__conteiner-img {
  max-width: 636px;
}
.Event-single__aside {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Event-single__aside {
    width: 300px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .Event-single__aside .swiper-dot-unit {
    display: none;
  }
}
.Event-single__aside-ttl-unit {
  display: block;
}
@media screen and (min-width: 768px) {
  .Event-single__aside-ttl-unit {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .Event-single__aside-ttl-unit {
    margin: 50px auto 25px;
  }
}
@media screen and (min-width: 768px) {
  .Event-single__aside-ttl-sub {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .Event-single__aside-box {
    margin: 0 !important;
    position: static !important;
    overflow: inherit !important;
  }
}
@media screen and (min-width: 768px) {
  .Event-single__aside-list-outer {
    position: inherit !important;
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .Event-single__aside-list {
    margin-bottom: 10px;
  }
}
.Event-single__aside-link {
  padding-bottom: 3px;
}
.Event-single__aside-img {
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .Event-single__aside-img.swiper-lazy-loaded {
    height: auto !important;
  }
}
.Event-single__aside-list-ttl {
  color: #aa8d68;
}
@media screen and (min-width: 768px) {
  .Event-single__aside-list-ttl {
    font-size: 18px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フォント色＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*テキスト赤*/
.red {
  color: #ff0000;
}

/*テキスト青*/
.blue {
  color: #0000ff;
}

/*テキスト黄*/
.yellow {
  color: #ffff00;
}

/*テキスト白*/
.white {
  color: #ffffff;
}

/*テキスト黒*/
.black {
  color: #000000;
}

/*テキスト緑*/
.green {
  color: #00ff00;
}

/*テキスト水色*/
.lightblue {
  color: #00ccff;
}

/*テキスト紫*/
.purple {
  color: #9900ff;
}

/*テキスト黄緑*/
.yellowgreen {
  color: #66ff00;
}

/*テキストオレンジ*/
.orange {
  color: #ff6600;
}

/*テキスト金色*/
.gold {
  color: #efbc22;
}

/*テキストピンク*/
.pink {
  color: #ff66cc;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フォントサイズ大・小変えたい時＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*テキスト小さく*/
.small {
  font-size: 65%;
}

/*テキスト大きく*/
.large {
  font-size: 130%;
}

/*テキスト大きく*/
.bold {
  font-weight: bold;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝テキスト調整＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝背景調整＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*背景赤*/
.bg-red {
  background-color: #ff0000;
}

/*背景青*/
.bg-blue {
  background-color: #0000ff;
}

/*背景黄*/
.bg-yellow {
  background-color: #ffff00;
}

/*背景白*/
.bg-white {
  background-color: #ffffff;
}

/*背景黒*/
.bg-black {
  background-color: #000000;
}

/*背景緑*/
.bg-green {
  background-color: #228b22;
}

/*背景水色*/
.bg-lightblue {
  background-color: #00ccff;
}

/*背景紫*/
.bg-purple {
  background-color: #9900ff;
}

/*背景黄緑*/
.bg-yellowgreen {
  background-color: #00ff00;
}

/*背景オレンジ*/
.bg-orange {
  background-color: #ff6600;
}

/*背景金色*/
.bg-gold {
  background-color: #ffd700;
}

/*背景ピンク*/
.bg-pink {
  background-color: #ff00ff;
}

/*背景茶色*/
.bg-blown {
  background-color: #340000;
}

/*背景を角丸にする*/
.radius {
  border-radius: 4px;
}

/*中身の幅に要素の幅を揃える*/
.inline {
  display: inline-block;
}

/*paddingで横幅を10pxとる*/
.padding-side {
  padding-left: 10px;
  padding-right: 10px;
}

/*paddingでたて幅を10pxとる*/
.padding-updown {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*marginで横幅を10pxとる*/
.margin-side {
  margin-left: 10px;
  margin-right: 10px;
}

/*marginでたて幅を10pxとる*/
.margin-updown {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*# sourceMappingURL=index-event-admin.css.map */