/* CSS Document */
header.fixed .logo a, header.open .logo a,
header.fixed .logo a,
header.open .logo a {
  pointer-events: auto;
}

header.fixed .logo a img, header.open .logo a img,
header.fixed .logo a img,
header.open .logo a img {
  opacity: 1;
}

header .logo a,
header .logo a {
  pointer-events: none;
}

header .logo a img,
header .logo a img {
  opacity: 0;
}

h2 {
  font-size: 6.3vw;
  line-height: 1.5em;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) {
  h2 {
    font-size: 50px;
  }
}

h2 small.phil {
  display: block;
  font-size: 0.7em;
  line-height: 1.5em;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .wrap p .big {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .wrap p .big {
    font-size: 24px;
  }
}

@media screen and (min-width: 1600px) {
  .wrap p .big {
    font-size: 30px;
  }
}

.hero {
  position: relative;
  height: 100vh;
}

.hero-slider {
  background: #fff;
}

.hero-slider.pc {
  display: none;
}

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

.hero-slider .slick-slide {
  height: 100vh;
}

.hero-slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slider .slick-dots {
  margin: 0;
  bottom: 30px;
  left: 0;
  text-align: left;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .hero-slider .slick-dots {
    padding-left: 40px;
    bottom: 60px;
  }
}

@media screen and (min-width: 1580px) {
  .hero-slider .slick-dots {
    padding-left: calc(50vw - 750px);
    bottom: 80px;
  }
}

.hero-slider .slick-dots li {
  margin: 0 6px 0 0;
}

.hero-slider .slick-dots li button:before {
  font-size: 0;
  opacity: 1;
  margin: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.hero-slider .slick-dots li button:hover:before {
  background: rgba(255, 255, 255, 0.5);
}

.hero-slider .slick-dots li.slick-active button:before {
  background: #fff;
}

.hero-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 20vw;
}

@media screen and (min-width: 768px) {
  .hero-logo {
    width: 120px;
  }
}

@media screen and (min-width: 1366px) {
  .hero-logo {
    width: auto;
  }
}

.hero p {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 30px;
  right: 10px;
  border-bottom: 1px solid #fff;
  line-height: 1.8;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .hero p {
    font-size: 18px;
    right: 40px;
    bottom: 60px;
  }
}

@media screen and (min-width: 1580px) {
  .hero p {
    right: calc(50vw - 750px);
    bottom: 80px;
  }
}

#notice-background {
  background-image: linear-gradient(to bottom left, #3a1608 0%, #000 50%, #001532 100%);
  color: #fff;
}

.notice-title {
  font-size: clamp(20px, 2.1875vw, 42px);
  text-align: center;
  padding-top: 5.21vw;
  margin-bottom: 3.91vw;
}

.notice-title span {
  display: block;
  font-size: clamp(12px, 1.30208vw, 25px);
}

.left h2 {
  font-size: clamp(20px, 2.08333vw, 40px);
  margin-bottom: 2.6vw;
}

.flex-01 {
  justify-content: space-between;
}

.right01 {
  width: 22.4vw;
}

.notice-event {
  font-size: clamp(14px, 1.14583vw, 22px);
}

.notice-event img {
  width: 27.34vw;
}

@media screen and (max-width: 768px) {
  .notice-title {
    font-size: clamp(20px, 5.33333vw, 40px);
  }
  .notice-span {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  .flex-01 {
    flex-direction: column-reverse;
  }
  .right01 {
    width: 73.33333vw;
    margin: 0 auto 7.33333vw;
  }
  .left h2 {
    font-size: clamp(14px, 4.66667vw, 35px);
    letter-spacing: -1.1px;
  }
  .notice-event img {
    width: 66.66667vw;
    display: flex;
    margin: 0 auto;
  }
}

#about {
  padding: 30vw 0 15vw;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #about {
    padding: 100px 0;
  }
}

@media screen and (min-width: 1280px) {
  #about {
    padding: 240px 0 280px;
  }
}

#about .left {
  flex: 1;
}

@media screen and (min-width: 1580px) {
  #about .left {
    width: calc(50% + 40px);
  }
}

#about .left p {
  margin-top: 2em;
}

#about .left p img {
  display: block;
  width: 65vw;
  margin: 1em 6vw 2.5em auto;
}

@media screen and (min-width: 768px) {
  #about .left p img {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  #about .right {
    width: 35%;
  }
}

@media screen and (min-width: 1580px) {
  #about .right {
    width: calc(50% - 40px);
  }
}

.about-ft {
  background: center center/cover no-repeat url(../img/top/about-ft.jpg);
  height: calc(283/750*100vw);
}

@media screen and (min-width: 1280px) {
  .about-ft {
    height: 500px;
  }
}

@media screen and (min-width: 1600px) {
  .about-ft {
    height: 736px;
  }
}

#why {
  background: top center/100vw auto no-repeat url(../img/top/why-bg.jpg), #000;
  color: #fff;
  padding: 20vw 0 10vw;
}

@media screen and (min-width: 768px) {
  #why {
    padding: 100px 0;
    background: top center/100vw auto no-repeat url(../img/top/why-bg-pc.jpg), #000;
  }
}

@media screen and (min-width: 1280px) {
  #why {
    padding: 280px 0 220px;
  }
}

#why .wrap > p {
  padding: 1em 0 3em;
}

@media screen and (min-width: 768px) {
  #why .wrap > p + img {
    width: 70%;
    max-width: 943px;
  }
}

#why .event {
  margin-top: 120vw;
  padding: 10vw 4vw 8vw;
  border: 1px solid #fff;
  font-size: 3.5vw;
}

#why .event p {
  padding-top: 1.5em;
}

#why .event a {
  display: inline-block;
  background: #fff;
  margin-top: 1.5em;
  padding: 1em 4em 1em 1.5em;
  position: relative;
}

#why .event a:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotateZ(45deg);
  border: 1px solid #000;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

@media screen and (min-width: 768px) {
  #why .event {
    margin-top: 100px;
    padding: 80px 60px;
    font-size: 14px;
  }
  #why .event h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  #why .event {
    font-size: 18px;
  }
  #why .event h3 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1280px) {
  #why .event {
    margin-top: 200px;
    font-size: 22px;
  }
  #why .event h3 {
    font-size: 40px;
  }
}

#shop {
  padding: 20vw 0 15vw;
}

@media screen and (min-width: 768px) {
  #shop {
    padding: 100px 0;
  }
}

@media screen and (min-width: 1280px) {
  #shop {
    padding: 140px 0 220px;
  }
}

#shop h2 {
  font-size: 5vw;
}

@media screen and (min-width: 768px) {
  #shop h2 {
    font-size: 28px;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 1280px) {
  #shop h2 {
    font-size: 40px;
    margin-bottom: 1em;
  }
}

#shop .flex {
  margin-top: 5vw;
}

@media screen and (min-width: 768px) {
  #shop .flex {
    width: 80%;
    margin: 0 auto;
    padding: 0 20px;
  }
}

#shop .flex > div {
  width: 32%;
}

.shop {
  padding-bottom: 22.5vw;
}

@media screen and (min-width: 768px) {
  .shop {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1280px) {
  .shop {
    padding-bottom: 200px;
  }
}

.shop .shop-hd {
  height: 56vw;
  background: center center/cover no-repeat url("");
  position: relative;
}

.shop .shop-hd h2 {
  position: absolute;
  color: #fff;
  font-size: 4.5vw;
  font-weight: normal;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .shop .shop-hd {
    height: 500px;
  }
  .shop .shop-hd h2 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1600px) {
  .shop .shop-hd {
    height: 716px;
  }
  .shop .shop-hd h2 {
    font-size: 42px;
  }
}

.shop#shoten .shop-hd {
  background-image: url(../img/top/shop-ttl1.jpg);
}

@media screen and (min-width: 768px) {
  .shop#shoten .shop-hd {
    background-image: url(../img/top/shop-ttl1-pc.jpg);
  }
}

.shop#panho .shop-hd {
  background-image: url(../img/top/shop-ttl2.jpg);
}

@media screen and (min-width: 768px) {
  .shop#panho .shop-hd {
    background-image: url(../img/top/shop-ttl2-pc.jpg);
  }
}

.shop#syuten .shop-hd {
  background-image: url(../img/top/shop-ttl3.jpg);
}

@media screen and (min-width: 768px) {
  .shop#syuten .shop-hd {
    background-image: url(../img/top/shop-ttl3-pc.jpg);
  }
}

@media screen and (min-width: 768px) {
  .shop-dtl .pic {
    padding: 40px 0;
  }
}

@media screen and (min-width: 1280px) {
  .shop-dtl .pic {
    padding: 0;
    transform: translateY(-40px);
  }
}

@media screen and (min-width: 1600px) {
  .shop-dtl .pic {
    transform: translateY(-80px);
  }
}

.shop-dtl .shoplogo {
  padding-top: 8vw;
  text-align: center;
}

.shop-dtl .shoplogo img {
  width: 50vw;
}

@media screen and (min-width: 768px) {
  .shop-dtl .shoplogo {
    padding-top: 40px;
    width: 50%;
  }
  .shop-dtl .shoplogo img {
    width: auto;
    display: inline-block;
  }
}

@media screen and (min-width: 1280px) {
  .shop-dtl .shoplogo {
    padding-top: 80px;
  }
}

.shop-dtl h2 {
  padding-top: 1em;
}

@media screen and (min-width: 768px) {
  .shop-dtl h2 {
    font-size: 28px;
  }
}

@media screen and (min-width: 1280px) {
  .shop-dtl h2 {
    font-size: 40px;
  }
}

.shop-dtl p {
  padding-top: 1em;
}

.shop-dtl .lead {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .shop-dtl .lead {
    flex-direction: row;
  }
}

.shop-dtl .lead .pic {
  width: 80vw;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .shop-dtl .lead .pic {
    width: 50%;
    padding-left: 40px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .shop-dtl .lead .txt {
    width: 50%;
  }
}

.shop-dtl .lead .txt-add {
  margin-top: 12vw;
}

@media screen and (min-width: 768px) {
  .shop#shoten .lead, .shop#syuten .lead {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .shop#shoten .pic, .shop#syuten .pic {
    padding-left: 0;
    padding-right: 40px;
  }
}

.shop .menu {
  margin-top: 8vw;
  border: 1px solid #000;
  padding: 3vw 3vw 6vw;
}

@media screen and (min-width: 768px) {
  .shop .menu {
    margin-top: 40px;
    padding: 30px 30px 60px;
  }
}

@media screen and (min-width: 1600px) {
  .shop .menu {
    padding: 30px 60px 60px;
  }
}

.shop .menu h3 {
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 5vw;
}

@media screen and (min-width: 768px) {
  .shop .menu h3 {
    font-size: 24px;
  }
}

.shop .menu ul {
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .shop .menu ul {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  .shop .menu ul li {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .shop .menu ul {
    column-gap: 50px;
  }
  .shop .menu ul li {
    width: calc(50% - 25px);
  }
}

.shop .menu ul li.menu-hd {
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .shop .menu ul li.menu-hd {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 1024px) {
  .shop .menu ul li.menu-hd {
    width: calc(50% - 25px);
  }
}

.shop .menu ul li.menu-hd p {
  display: inline-block;
  text-align: center;
  font-size: 3.5vw;
  width: 7em;
  margin-right: 2vw;
}

@media screen and (min-width: 768px) {
  .shop .menu ul li.menu-hd p {
    width: 120px;
    font-size: 14px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .shop .menu ul li.menu-hd p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1280px) {
  .shop .menu ul li.menu-hd p {
    width: 180px;
    font-size: 24px;
  }
}

.shop .menu ul dl {
  justify-content: space-between;
  padding: 2vw;
  font-size: 2.8vw;
  line-height: 1.5;
  width: 100%;
  align-items: center;
  border-bottom: 1px dashed #000;
}

@media screen and (min-width: 768px) {
  .shop .menu ul dl {
    font-size: 12px;
    padding: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .shop .menu ul dl {
    font-size: 18px;
  }
}

.shop .menu ul span {
  font-size: 3.5vw;
}

@media screen and (min-width: 768px) {
  .shop .menu ul span {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .shop .menu ul span {
    font-size: 16px;
  }
}

@media screen and (min-width: 1280px) {
  .shop .menu ul span {
    font-size: 24px;
  }
}

.shop .menu ul dt {
  flex: 1;
}

.shop .menu ul dd {
  width: 8em;
  text-align: center;
}

.shop .menu ul dd span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .shop .menu ul dd {
    width: 120px;
    line-height: 3;
  }
}

@media screen and (min-width: 1024px) {
  .shop .menu ul dd {
    line-height: 1.5;
  }
}

@media screen and (min-width: 1280px) {
  .shop .menu ul dd {
    width: 180px;
  }
}

#link {
  background: #000;
  color: #fff;
  text-align: center;
}

#link .flex {
  flex-direction: column;
}

@media screen and (min-width: 1280px) {
  #link .flex {
    flex-direction: row;
    padding: 250px 0;
  }
}

@media screen and (min-width: 1280px) {
  #link .flex div {
    width: 50%;
  }
}

#link .flex div a {
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

#link .flex div:first-of-type {
  border-bottom: 1px solid #c1c1c1;
  padding-top: 20vw;
}

#link .flex div:first-of-type a {
  margin: 10vw 0;
}

@media screen and (min-width: 768px) {
  #link .flex div:first-of-type {
    padding-top: 60px;
  }
  #link .flex div:first-of-type a {
    margin: 30px 0 60px;
  }
}

@media screen and (min-width: 1280px) {
  #link .flex div:first-of-type {
    border-bottom: 0;
    border-right: 1px solid #c1c1c1;
  }
}

#link .flex div:last-of-type {
  padding-top: 10vw;
}

#link .flex div:last-of-type a {
  margin: 10vw 0 20vw;
}

@media screen and (min-width: 768px) {
  #link .flex div:last-of-type {
    padding-top: 60px;
  }
  #link .flex div:last-of-type a {
    margin: 30px 0 60px;
  }
}

#news {
  padding: 15vw 0 8vw;
}

@media screen and (min-width: 768px) {
  #news {
    padding: 100px 0 60px;
  }
}

@media screen and (min-width: 1280px) {
  #news {
    padding: 200px 0 120px;
  }
}

#news .flex {
  flex-direction: column;
}

#news .flex .txt p {
  padding: 5vw 0 8vw;
}

#news .flex .news-link a {
  display: block;
}

#news .flex .news-link a:nth-of-type(n+2) {
  margin-top: 3vw;
}

@media screen and (min-width: 768px) {
  #news .flex {
    flex-direction: row;
  }
  #news .flex .txt {
    width: 240px;
  }
  #news .flex .news-link {
    flex: 1;
    justify-content: space-between;
  }
  #news .flex .news-link a {
    width: 32%;
  }
  #news .flex .news-link a:nth-of-type(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 1280px) {
  #news .flex .txt {
    width: 380px;
  }
}

.news-ft {
  height: 60vw;
  background: center center/cover no-repeat url("../img/top/news-ft.jpg");
}

@media screen and (min-width: 768px) {
  .news-ft {
    height: 300px;
    background-image: url("../img/top/news-ft-pc.jpg");
  }
}

@media screen and (min-width: 1600px) {
  .news-ft {
    height: 600px;
  }
}

#access {
  padding: 20vw 0 10vw;
}

@media screen and (min-width: 768px) {
  #access {
    padding: 40px 0;
  }
}

@media screen and (min-width: 1024px) {
  #access {
    padding: 80px 0;
  }
}

#access .flex {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #access .flex {
    flex-direction: row;
  }
  #access .flex h2 {
    width: 200px;
  }
}

@media screen and (min-width: 1024px) {
  #access .flex h2 {
    width: 300px;
  }
}

#access .txt {
  padding-top: 10vw;
}

#access .txt p {
  padding-top: 0.8em;
}

#access .txt p a {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  #access .txt {
    flex: 1;
  }
  #access .txt small {
    font-size: inherit;
    display: inline-block;
    margin-top: 0.8em;
  }
}

@media screen and (min-width: 768px) {
  #access .txt {
    padding-top: 20px;
  }
  #access .txt .pc-spc {
    display: inline-block;
    width: 5.25em;
  }
}

@media screen and (min-width: 1024px) {
  #access .txt {
    padding-top: 60px;
  }
}

#access .parking {
  padding: 5vw 3vw;
  margin-top: 5vw;
  border: 1px solid #000;
}

#access .parking h3 {
  font-size: inherit;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  #access .parking {
    padding: 20px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  #access .parking {
    padding: 40px;
    margin-top: 40px;
  }
}

.access-map {
  height: 60vw;
}

.access-map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

@media screen and (min-width: 768px) {
  .access-map {
    height: 250px;
  }
}

@media screen and (min-width: 1280px) {
  .access-map {
    height: 400px;
  }
}

@media screen and (min-width: 1600px) {
  .access-map {
    height: 500px;
  }
}
