@charset "UTF-8";

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

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

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

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

.Column-single__aside-ttl-unit,
.Column-single__ttl-unit {
  text-align: center;
  display: none
}

.Column-single__aside-ttl-unit>p,
.Column-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) {

  .Column-single__aside-ttl-unit>p,
  .Column-single__ttl-unit>p {
    font-size: 22px;
    margin-top: 20px
  }
}

.Column-single__aside-ttl-unit>h2,
.Column-single__ttl-unit>h2 {
  font-size: 14px;
  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, .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 .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: 400
}

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: #aa8d68;
  text-decoration: none
}

@media screen and (min-width:768px) {
  a {
    transition: all .3s
  }
}

@media screen and (min-width:768px) and (max-width:999px) {
  a {
    transition: all .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: .7
  }
}

@media screen and (min-width:768px) and (max-width:999px) {
  a:hover img {
    opacity: .7
  }
}

@media screen and (min-width:768px) {
  a img {
    transition: all .3s
  }
}

@media screen and (min-width:768px) and (max-width:999px) {
  a img {
    transition: all .3s
  }
}

dd em,
dd strong,
li em,
li strong,
p em,
p strong {
  font-weight: 400;
  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: .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: .4
}

@media screen and (max-width:480px) {
  .Type__image span::after {
    width: calc(100% + 11px)
  }
}

.Type__rank {
  text-align: center;
  color: #fff;
  font-weight: 700;
  border: solid rgba(255, 255, 255, .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__rank50 {
  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, .8)
}

.Type__category1.Type__image {
  background: #0097db
}

.Type__category1.Type__image::after {
  border-color: #0097db transparent #0097db #0097db
}

.Type__category2 {
  background: rgba(215, 0, 15, .8)
}

.Type__category2.Type__image {
  background: #d7000f
}

.Type__category2.Type__image::after {
  border-color: #d7000f transparent #d7000f #d7000f
}

.Type__category3 {
  background: rgba(228, 142, 0, .8)
}

.Type__category3.Type__image {
  background: #e48e00
}

.Type__category3.Type__image::after {
  border-color: #e48e00 transparent #e48e00 #e48e00
}

.Type__category4 {
  background: rgba(138, 1, 124, .8)
}

.Type__category4.Type__image {
  background: #8a017c
}

.Type__category4.Type__image::after {
  border-color: #8a017c transparent #8a017c #8a017c
}

.Type__category5 {
  background: rgba(0, 98, 172, .8)
}

.Type__category5.Type__image {
  background: #0062ac
}

.Type__category5.Type__image::after {
  border-color: #0062ac transparent #0062ac #0062ac
}

.Type__category6 {
  background: rgba(214, 0, 119, .8)
}

.Type__category6.Type__image {
  background: #d60077
}

.Type__category6.Type__image::after {
  border-color: #d60077 transparent #d60077 #d60077
}

.Type__category7 {
  background: rgba(138, 1, 124, .8)
}

.Type__category7.Type__image {
  background: #8a017c
}

.Type__category7.Type__image::after {
  border-color: #8a017c transparent #8a017c #8a017c
}

.Type__category8 {
  background: rgba(0, 145, 64, .8)
}

.Type__category8.Type__image {
  background: #009140
}

.Type__category8.Type__image::after {
  border-color: #009140 transparent #009140 #009140
}

.Type__category9 {
  background: rgba(0, 145, 64, .8)
}

.Type__category9.Type__image {
  background: #009140
}

.Type__category9.Type__image::after {
  border-color: #009140 transparent #009140 #009140
}

.Type__category10 {
  background: rgba(0, 145, 64, .8)
}

.Type__category10.Type__image {
  background: #009140
}

.Type__category10.Type__image::after {
  border-color: #009140 transparent #009140 #009140
}

.Type__category11 {
  background: rgba(223, 208, 0, .8)
}

.Type__category11.Type__image {
  background: #dfd000
}

.Type__category11.Type__image::after {
  border-color: #dfd000 transparent #dfd000 #dfd000
}

.Type__category12 {
  background: rgba(27, 28, 128, .8)
}

.Type__category12.Type__image {
  background: #1b1c80
}

.Type__category12.Type__image::after {
  border-color: #1b1c80 transparent #1b1c80 #1b1c80
}

.Type__category13 {
  background: rgba(0, 212, 211, .8)
}

.Type__category13.Type__image {
  background: #00d4d3
}

.Type__category13.Type__image::after {
  border-color: #00d4d3 transparent #00d4d3 #00d4d3
}

.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: 700;
  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: .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: .5
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes obiEnd1 {
  0% {
    transform: translateY(0);
    opacity: 1
  }

  100% {
    transform: translateY(101%);
    opacity: .5
  }
}

@keyframes obiStart2 {
  0% {
    transform: translateY(101%);
    opacity: .5
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes obiEnd2 {
  0% {
    transform: translateY(0);
    opacity: 1
  }

  100% {
    transform: translateY(-101%);
    opacity: .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 .3s ease-out;
  position: relative;
  width: 100%;
  overflow: hidden
}

.Conteiner__overlay {
  position: absolute;
  z-index: -1;
  background: rgba(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 .3s
}

@media screen and (max-width:767px) {
  .Header {
    width: 100%;
    overflow: hidden
  }
}

.Header__ttl {
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
  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: 700;
  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 .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 .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: .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 .3s
}

.Nav__link-span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  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 {
  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: 0 0
}

.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 .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: 700;
  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, .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 .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 .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, .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 .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 .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: .5s;
  transition-delay: .1s;
  background: rgba(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 .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 .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: 700
}

@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, .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 .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, .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: .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: 700;
  color: #fff;
  border-radius: 20px;
  padding: 5px;
  cursor: pointer;
  transition: background .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 .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 .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: 700;
  color: #ff6262;
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .Modal {
    font-size: 18px
  }
}

.Column-single__conteiner {
  font-family: ヒラギノ角ゴ pron w3, hiragino kaku gothic pron, yu gothic, YuGothic, メイリオ, meiryo, ＭＳ Ｐゴシック, ms p gothic, osaka, sans-serif;
  font-size: 16px;
  color: #fff;
  -webkit-text-size-adjust: 100%
}

.Column-single {
  background: #000
}

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

.Column-single__unit {
  padding: 20px 0 80px;
  background: #000
}

@media screen and (min-width:768px) {
  .Column-single__unit {
    padding-top: 30px
  }
}

.Column-single__conteiner {
  background: #fff;
  color: #333;
  margin: 0 auto;
  padding: 25px;
  width: 94%;
  max-width: 1000px;
  border-radius: 3px
}

@media screen and (max-width:767px) {
  .Column-single__conteiner {
    padding: 15px 4%
  }
}

.Column-single__conteiner-ttl {
  color: #44a188;
  padding: 5px;
  font-weight: 700;
  margin: 40px 0 30px;
  font-size: 28px;
  transition-duration: .3s;
  text-align: center
}

.Column-single__conteiner-img-outer {
  text-align: center;
  margin-bottom: 20px
}

.Column-single__conteiner-img {
  max-width: 600px
}

.Column-single__index {
  max-width: 600px;
  margin: 0 auto 60px;
  background: #eee;
  padding: 32px
}

.Column-single__index-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #44a188
}

.Column-single__index li {
  margin-bottom: 10px
}

.Column-single__index ol {
  padding-left: 52px
}

.Column-single__index dd>ol {
  margin: 30px 0
}

.Column-single__index a {
  color: #333
}

.Column-single__index a:hover {
  text-decoration: underline
}

.Column-single__index-section-ttl {
  font-weight: 700
}

@media screen and (max-width:767px) {
  .Column-single__index {
    padding: 20px
  }

  .Column-single__index ol {
    padding-left: 0
  }

  .Column-single__index li {
    margin-bottom: 0
  }

  .Column-single__index a {
    text-decoration: underline
  }

  .Column-single__index dd>ol li {
    margin-bottom: 10px
  }
}

.Column-single__contents-wrap {
  max-width: 600px;
  margin: 0 auto 80px
}

.Column-single__contents-ttl {
  font-weight: 700;
  color: #44a188;
  margin-bottom: 20px;
  font-size: 21px;
  border-left: 5px solid #44a188;
  padding-left: 20px
}

.Column-single__contents-wrap dt {
  font-weight: 700;
  margin-bottom: 10px
}

.Column-single__contents-wrap dd {
  margin-bottom: 30px;
  line-height: 1.8
}

.Column-single__contents-wrap p {
  margin-bottom: 30px;
  line-height: 1.8
}

.Column-single__contents-wrap .bold-txt {
  font-weight: 700
}

.Column-single__conteiner-movie-outer {
  width: 100%;
  margin: auto;
  text-align: center
}

video.mov-main {
  max-width: 600px;
  width: 100%
}

@media screen and (min-width:768px) {
  .pc_none {
    display: none
  }
}

.link-color-txt {
  color: #44a188;
  text-decoration: underline
}

h5.heading__ttl {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #44a188;
    margin-bottom: 20px;
}
.connection__box {
    display: flex;
    justify-content: space-between;
}
.connection__group li {
    margin-bottom: 30px;
}
.connection__box img {
    width: 120px;
    height: auto;
    max-width: 50%;
    object-fit: cover;
}