@charset "UTF-8";
.cslp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  font-family: "Work Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
}

.pc {
  display: none !important;
}

@media screen and (min-width: 1088px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.container {
  padding: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

.cslp *:not(a) {
  color: #ffffff;
}

.cslp p {
  font-size: calc(20 / 1088 * 100vw);
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 2;
  margin-top: calc(22 / 1088 * 100vw);
}

@media screen and (max-width: 1087px) {
  .cslp p {
    font-size: calc(20 / 1024 * 100vw);
  }
}

@media screen and (min-width: 1089px) {
  .cslp p {
    font-size: 20px;
    margin-top: 22px;
  }
}

@media screen and (max-width: 767px) {
  .cslp p {
    font-size: calc(16 / 376 * 100vw);
    line-height: 1.5;
    margin-top: calc(24 / 376 * 100vw);
  }
}

.cslp a {
  color: #2D2A27;
}

.cslp .lp-mv {
  background-image: url(../img/event/img_mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: calc(400 / 1088 * 100vw);
  position: relative;
}

@media screen and (min-width: 1089px) {
  .cslp .lp-mv {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-mv {
    background-image: url(../img/event/img_mv_sp.png);
    height: 0;
    padding-bottom: 106.67%;
  }
}

.cslp .lp-mv .lp-head__lv1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.cslp .lp-contents {
  background-color: #2B2929;
  padding-bottom: calc(120 / 1088 * 100vw);
}

@media screen and (max-width: 767px) {
  .cslp .lp-contents {
    padding-bottom: calc(156 / 376 * 100vw);
  }
}

.cslp .lp-contents .lp-contents__inr {
  max-width: 1088px;
  width: calc(1088 / 1200 * 100vw);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .cslp .lp-contents .lp-contents__inr {
    width: 100%;
    padding: 0 calc(36 / 376 * 100vw) 0 calc(38 / 376 * 100vw);
  }
}

@media screen and (min-width: 1088px) {
  .cslp .lp-contents .lp-contents__inr {
    width: 1088px;
  }
}

.cslp .lp-header {
  position: relative;
  z-index: 3;
  width: 100%;
}

.cslp .lp-header.lp-fixed {
  position: fixed;
}

.cslp .lp-header.lp-fixed ~ main {
  padding-top: 80px;
}

.cslp .lp-header header {
  width: 100%;
}

.cslp .lp-header header .lp-header__top {
  background: #191919;
}

.cslp .lp-header header .lp-header__top .lp-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 38px;
  max-width: 1366px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
}

@media screen and (max-width: 1087px) {
  .cslp .lp-header header .lp-header__top .lp-header__logo {
    padding-left: calc(38 / 1088 * 100vw);
  }
}

@media screen and (min-width: 1088px) {
  .cslp .lp-header header .lp-header__top .lp-header__logo {
    padding-left: 38px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-header header .lp-header__top .lp-header__logo {
    height: 80px;
  }
}

.cslp .lp-header header .lp-header__top .lp-header__button {
  display: none;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 767px) {
  .cslp .lp-header header .lp-header__top .lp-header__button {
    display: block;
  }
}

.cslp .lp-header header .lp-header__top .lp-header__button span {
  position: relative;
  display: block;
  width: 32px;
  height: 1px;
  background-color: #ffffff;
  margin: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cslp .lp-header header .lp-header__top .lp-header__button span:nth-child(1) {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

.cslp .lp-header header .lp-header__top .lp-header__button span:nth-child(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cslp .lp-header header .lp-header__top .lp-header__button span:nth-child(3) {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

.cslp .lp-header header .lp-header__top .lp-header__button.lp-header__open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px;
}

.cslp .lp-header header .lp-header__top .lp-header__button.lp-header__open span:nth-child(2) {
  background-color: transparent;
}

.cslp .lp-header header .lp-header__top .lp-header__button.lp-header__open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 1px;
}

.cslp .lp-header header .lp-header__menu {
  max-width: 1088px;
  width: calc(1088 / 1366 * 100vw);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cslp .lp-header header .lp-header__menu {
    width: 100%;
    height: calc(100vh - 80px);
    position: absolute;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow-y: scroll;
  }
  .cslp .lp-header header .lp-header__menu.menu_open {
    visibility: visible;
    opacity: 1;
  }
}

.cslp .lp-header header .lp-header__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .cslp .lp-header header .lp-header__menu ul {
    height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-header header .lp-header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: calc(72 / 752 * 100vw);
  }
}

.cslp .lp-header header .lp-header__menu ul > li {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cslp .lp-header header .lp-header__menu ul > li {
    font-size: calc(40 / 752 * 100vw);
  }
}

.cslp .lp-header header .lp-header__menu ul li:not(.lp-header__nest) {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .cslp .lp-header header .lp-header__menu ul li:not(.lp-header__nest) {
    width: 100%;
    margin-top: 8px;
  }
}

.cslp .lp-header header .lp-header__menu ul li a {
  display: block;
}

@media screen and (max-width: 767px) {
  .cslp .lp-header header .lp-header__menu ul li a {
    padding: 6px 0;
  }
}

.cslp .lp-header header .lp-header__menu ul li.lp-header__nest {
  width: 240px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .cslp .lp-header header .lp-header__menu ul li.lp-header__nest {
    padding: calc(145 / 752 * 100vw) 0 calc(56 / 752 * 100vw);
  }
}

.cslp .lp-header header .lp-header__menu ul li.lp-header__nest ul {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .cslp .lp-header header .lp-header__menu ul li.lp-header__nest ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cslp .lp-header header .lp-header__menu ul li.lp-header__nest ul li {
  width: 48px;
  margin-top: 0;
}

.cslp .lp-header header .lp-header__menu ul li.lp-header__nest ul li a {
  padding: 2px 0 6px;
  line-height: 1;
}

.cslp .lp-header header .lp-header__menu ul li.lp-header__nest ul li img {
  vertical-align: middle;
}

.cslp [class^="lp-head__"] .lp-head__ttl {
  color: #ffffff;
  font-weight: 100;
  font-family: "Noto Sans JP";
}

.cslp [class^="lp-head__"] .lp-head__ttl .lp-head__sub {
  color: #FADD00;
  font-weight: 300;
  display: block;
  font-family: "Work Sans";
}

.cslp .lp-head__lv1 .lp-head__ttl {
  text-align: center;
  font-size: calc(48 / 1088 * 100vw);
}

@media screen and (min-width: 1089px) {
  .cslp .lp-head__lv1 .lp-head__ttl {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-head__lv1 .lp-head__ttl {
    font-size: calc(40 / 376 * 100vw);
    line-height: 1.3;
  }
}

.cslp .lp-head__lv1 .lp-head__ttl .lp-head__sub {
  font-size: calc(32 / 1088 * 100vw);
  margin-top: calc(9 / 1088 * 100vw);
}

@media screen and (min-width: 1089px) {
  .cslp .lp-head__lv1 .lp-head__ttl .lp-head__sub {
    font-size: 32px;
    margin-top: 9px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-head__lv1 .lp-head__ttl .lp-head__sub {
    font-size: calc(20 / 376 * 100vw);
    margin-top: calc(15 / 376 * 100vw);
  }
}

.cslp .lp-head__lv2 {
  padding-top: calc(140 / 1088 * 100vw);
}

@media screen and (min-width: 1089px) {
  .cslp .lp-head__lv2 {
    padding-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-head__lv2 {
    padding-top: calc(96 / 376 * 100vw);
  }
}

.cslp .lp-head__lv2 .lp-head__ttl {
  position: relative;
  font-size: calc(40 / 1088 * 100vw);
  padding: 0 calc(16 / 1088 * 100vw);
}

@media screen and (min-width: 1089px) {
  .cslp .lp-head__lv2 .lp-head__ttl {
    font-size: 40px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-head__lv2 .lp-head__ttl {
    font-size: calc(30 / 376 * 100vw);
    line-height: 1.5;
    padding: 0 calc(8 / 376 * 100vw);
  }
}

.cslp .lp-head__lv2 .lp-head__ttl::before {
  content: "";
  display: block;
  width: 2px;
  height: calc(88 / 1088 * 100vw);
  background-color: #FADD00;
  position: absolute;
  top: 9px;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (min-width: 1089px) {
  .cslp .lp-head__lv2 .lp-head__ttl::before {
    width: 2px;
    height: 88px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-head__lv2 .lp-head__ttl::before {
    height: 100%;
    top: 0;
  }
}

.cslp .lp-head__lv2 .lp-head__ttl .lp-head__sub {
  font-size: calc(24 / 1088 * 100vw);
  margin-top: calc(12 / 1088 * 100vw);
}

@media screen and (min-width: 1089px) {
  .cslp .lp-head__lv2 .lp-head__ttl .lp-head__sub {
    font-size: 24px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-head__lv2 .lp-head__ttl .lp-head__sub {
    font-size: calc(20 / 376 * 100vw);
    margin-top: calc(2 / 376 * 100vw);
  }
}

.cslp .lp-head__lv3 .lp-head__ttl {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.cslp .lp-schedule__inr {
  width: 100%;
  background-color: #242424;
  margin-top: calc(64 / 1088 * 100vw);
  padding: calc(62 / 1088 * 100vw) 0 calc(64 / 1088 * 100vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1089px) {
  .cslp .lp-schedule__inr {
    margin-top: 64px;
    padding: 62px 0 64px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-schedule__inr {
    margin-top: calc(52 / 376 * 100vw);
    padding: calc(40 / 376 * 100vw) calc(12 / 376 * 100vw) calc(48 / 376 * 100vw);
  }
}

.cslp .lp-schedule__inr .lp-head__lv3 {
  text-align: center;
}

.cslp .lp-schedule__inr .lp-schedule__list {
  max-width: 368px;
  width: 368px;
  margin: auto;
  margin-top: calc(14 / 1088 * 100vw);
}

@media screen and (min-width: 1089px) {
  .cslp .lp-schedule__inr .lp-schedule__list {
    margin-top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-schedule__inr .lp-schedule__list {
    max-width: calc(368 / 376 * 100vw);
    width: 100%;
  }
}

.cslp .lp-schedule__inr .lp-schedule__list li {
  border-bottom: 2px solid #707070;
  line-height: 1.5;
  margin-top: 8px;
  padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .cslp .lp-schedule__inr .lp-schedule__list li {
    padding-bottom: calc(15 / 376 * 100vw);
  }
}

.cslp .lp-schedule__inr .lp-schedule__list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .cslp .lp-schedule__inr .lp-schedule__list dl {
    display: block;
  }
}

.cslp .lp-schedule__inr .lp-schedule__list dl dt {
  width: 54px;
  font-size: calc(24 / 1088 * 100vw);
  padding: 0 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1089px) {
  .cslp .lp-schedule__inr .lp-schedule__list dl dt {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-schedule__inr .lp-schedule__list dl dt {
    font-size: calc(20 / 376 * 100vw);
  }
}

.cslp .lp-schedule__inr .lp-schedule__list dl dt span {
  font-size: calc(12 / 1088 * 100vw);
  font-size: 12px;
  display: inline-block;
  padding-left: calc(13 / 1088 * 100vw);
  vertical-align: middle;
  line-height: 1.5;
}

@media screen and (min-width: 1089px) {
  .cslp .lp-schedule__inr .lp-schedule__list dl dt span {
    font-size: 12px;
    padding-left: 13px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-schedule__inr .lp-schedule__list dl dt span {
    font-size: calc(12 / 376 * 100vw);
  }
}

.cslp .lp-schedule__inr .lp-schedule__list dl dt span.sat {
  color: #96d4fe;
}

.cslp .lp-schedule__inr .lp-schedule__list dl dt span.sun {
  color: #ff8d8d;
}

.cslp .lp-schedule__inr .lp-schedule__list dl dd {
  padding-left: calc(17 / 1088 * 100vw);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (min-width: 1089px) {
  .cslp .lp-schedule__inr .lp-schedule__list dl dd {
    font-size: 16px;
    padding-left: 17px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-schedule__inr .lp-schedule__list dl dd {
    font-size: calc(16 / 376 * 100vw);
  }
}

.cslp .lp-button__link {
  max-width: 320px;
  width: calc(320 / 1088 * 100vw);
  background-color: #FADD00;
}

@media screen and (min-width: 1089px) {
  .cslp .lp-button__link {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-button__link {
    max-width: calc(194 / 376 * 100vw);
    width: 100%;
    margin: 0 auto;
  }
}

.cslp .lp-button__link a.lp-button__inr {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: calc(24 / 1088 * 100vw);
  margin-top: calc(56 / 1088 * 100vw);
  padding: calc(29 / 1088 * 100vw) 0 calc(31 / 1088 * 100vw);
}

@media screen and (min-width: 1089px) {
  .cslp .lp-button__link a.lp-button__inr {
    font-size: 24px;
    margin-top: 56px;
    padding-top: 56px;
    padding: 29px 0 31px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-button__link a.lp-button__inr {
    font-size: calc(14 / 376 * 100vw);
    margin-top: calc(40 / 376 * 100vw);
  }
}

.cslp [class^="lp-clm"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .cslp [class^="lp-clm"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1087px) {
  .cslp [class^="lp-clm"][class*="__2col"] {
    width: calc(1088 / 1366 * 100vw);
    margin: auto;
  }
}

.cslp [class^="lp-clm"][class*="__2col"] .lp-col {
  max-width: 536px;
}

@media screen and (max-width: 1087px) {
  .cslp [class^="lp-clm"][class*="__2col"] .lp-col {
    width: calc(536 / 1366 * 100vw);
  }
}

@media screen and (min-width: 1089px) {
  .cslp [class^="lp-clm"][class*="__2col"] .lp-col {
    width: 536px;
  }
}

@media screen and (max-width: 767px) {
  .cslp [class^="lp-clm"][class*="__2col"] .lp-col {
    width: 100%;
  }
}

.cslp [class^="lp-clm"][class*="__2col"] .lp-col img {
  vertical-align: middle;
}

.cslp [class^="lp-clm"] ~ [class^="lp-clm"] {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .cslp [class^="lp-clm"] ~ [class^="lp-clm"] {
    margin-top: calc(72 / 376 * 100vw);
  }
}

.cslp .lp-shop__name {
  font-family: "Noto Sans JP";
  line-height: 1.4;
}

@media screen and (max-width: 1087px) {
  .cslp .lp-shop__name {
    font-size: calc(24 / 1088 * 100vw);
  }
}

@media screen and (min-width: 1089px) {
  .cslp .lp-shop__name {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-shop__name {
    font-size: calc(24 / 376 * 100vw);
    margin-top: calc(24 / 376 * 100vw);
  }
}

.cslp .lp-shop__name span {
  display: block;
  margin-top: 12px;
}

@media screen and (max-width: 1087px) {
  .cslp .lp-shop__name span {
    font-size: calc(14 / 1088 * 100vw);
  }
}

@media screen and (min-width: 1089px) {
  .cslp .lp-shop__name span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-shop__name span {
    font-size: calc(11 / 376 * 100vw);
    margin-top: calc(10 / 376 * 100vw);
  }
}

@media screen and (max-width: 1087px) {
  .cslp .lp-shop__info {
    margin-top: calc(32 / 1088 * 100vw);
  }
}

@media screen and (min-width: 1089px) {
  .cslp .lp-shop__info {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-shop__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: calc(24 / 376 * 100vw);
  }
}

.cslp .lp-shop__info li {
  font-family: "Noto Sans JP";
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (max-width: 1087px) {
  .cslp .lp-shop__info li {
    font-size: calc(20 / 1088 * 100vw);
  }
}

@media screen and (min-width: 1089px) {
  .cslp .lp-shop__info li {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-shop__info li {
    font-size: calc(16 / 376 * 100vw);
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-shop__info li:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-shop__info li:nth-child(n + 2) {
    margin-top: 10px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-shop__info li:nth-child(n + 3) {
    margin-left: 42px;
  }
}

.cslp .lp-shop__info li[class^="lp-type__"] {
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .cslp .lp-shop__info li[class^="lp-type__"] {
    font-size: calc(14 / 376 * 100vw);
    padding-left: calc(30 / 376 * 100vw);
    line-height: 1.2;
  }
}

.cslp .lp-shop__info li[class^="lp-type__"]::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .cslp .lp-shop__info li[class^="lp-type__"]::before {
    left: 4px;
  }
}

.cslp .lp-shop__info li[class^="lp-type__"][class*="clock"]::before {
  background-image: url(../img/icon_clock.svg);
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .cslp .lp-shop__info li[class^="lp-type__"][class*="clock"]::before {
    width: calc(20 / 376 * 100vw);
    height: calc(20 / 376 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-shop__info li[class^="lp-type__"][class*="tel"] {
    padding-left: calc(22 / 376 * 100vw);
  }
}

.cslp .lp-shop__info li[class^="lp-type__"][class*="tel"]::before {
  background-image: url(../img/icon_tel.svg);
  width: 12px;
  height: 16px;
  left: 4px;
}

@media screen and (max-width: 767px) {
  .cslp .lp-shop__info li[class^="lp-type__"][class*="tel"]::before {
    width: calc(12 / 376 * 100vw);
    height: calc(16 / 376 * 100vw);
  }
}

@media screen and (max-width: 1087px) {
  .cslp .lp-shop__map {
    margin-top: calc(32 / 1088 * 100vw);
  }
}

@media screen and (min-width: 1089px) {
  .cslp .lp-shop__map {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-shop__map {
    margin-top: calc(24 / 376 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-col:nth-child(n + 2) {
    margin-top: calc(72 / 376 * 100vw);
  }
}

.cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__name {
  line-height: 1.5;
}

@media screen and (max-width: 1087px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__name {
    margin-top: calc(36 / 1800 * 100vw);
    font-size: calc(18 / 1088 * 100vw);
  }
}

@media screen and (min-width: 1089px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__name {
    margin-top: 36px;
    font-size: 18px;
  }
}

.cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__name span {
  margin-top: 3px;
}

.cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1087px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info {
    margin-top: calc(16 / 1088 * 100vw);
  }
}

@media screen and (min-width: 1089px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info {
    margin-top: 16px;
  }
}

.cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li {
  line-height: 1.4;
}

@media screen and (max-width: 1087px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li {
    font-size: calc(14 / 1088 * 100vw);
  }
}

@media screen and (min-width: 1089px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li {
    font-size: calc(16 / 376 * 100vw);
  }
}

.cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li:first-child {
  width: 100%;
}

@media screen and (max-width: 1087px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li:nth-child(n + 2) {
    margin-top: calc(8 / 1088 * 100vw);
  }
}

@media screen and (min-width: 1089px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li:nth-child(n + 2) {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li:nth-child(n + 2) {
    font-size: calc(14 / 376 * 100vw);
  }
}

@media screen and (max-width: 1087px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li:nth-child(n + 3) {
    margin-left: calc(8 / 1088 * 100vw);
  }
}

@media screen and (min-width: 1089px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li:nth-child(n + 3) {
    margin-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li:nth-child(n + 3) {
    margin-left: 42px;
  }
}

@media screen and (max-width: 1087px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li[class^="lp-type__"] {
    padding-left: calc(25 / 1088 * 100vw);
  }
}

@media screen and (min-width: 1089px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li[class^="lp-type__"] {
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li[class^="lp-type__"] {
    padding-left: calc(30 / 376 * 100vw);
  }
}

@media screen and (min-width: 1089px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li[class^="lp-type__"][class*="clock"]::before {
    width: 16px;
    height: 16px;
    background-size: 14px 14px;
    background-position: 2px 2px;
  }
}

@media screen and (max-width: 767px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li[class^="lp-type__"][class*="tel"] {
    padding-left: calc(22 / 376 * 100vw);
  }
}

@media screen and (min-width: 1089px) {
  .cslp [class^="lp-clm"][class*="___vertical"] .lp-shop__info li[class^="lp-type__"][class*="tel"]::before {
    left: 6px;
  }
}

.cslp .lp-head__lv1 {
  background: #2B2929;
  padding: 83px 0 77px;
}

@media screen and (max-width: 767px) {
  .cslp .lp-head__lv1 .lp-head__ttl {
    font-size: calc(38 / 376 * 100vw);
  }
}

.cslp .lp-shop__info li[class^="lp-type__"][class*="tel"] a[href^="tel"] {
  color: #ffffff;
}

.cslp .lp-footer footer {
  width: 100%;
  background-color: #2B2929;
  border-top: 1px solid #707070;
}

.cslp .lp-footer footer .lp-footer__inr {
  position: relative;
  text-align: center;
  max-width: 1088px;
  width: calc(1088 / 1366 * 100vw);
  margin: 0 auto;
  height: 155px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1089px) {
  .cslp .lp-footer footer .lp-footer__inr {
    width: 1088px;
  }
}

@media screen and (max-width: 767px) {
  .cslp .lp-footer footer .lp-footer__inr {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: calc(32 / 376 * 100vw) 0;
  }
}

.cslp .lp-footer footer .lp-footer__inr small {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .cslp .lp-footer footer .lp-footer__inr small {
    font-size: calc(16 / 376 * 100vw);
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: calc(32 / 376 * 100vw);
  }
}

.cslp .lp-footer footer .lp-footer__inr .lp-footer__logo {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .cslp .lp-footer footer .lp-footer__inr .lp-footer__logo {
    width: calc(118 / 376 * 100vw);
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cslp .lp-footer footer .lp-footer__inr .lp-footer__logo img {
  width: 100%;
}
/*# sourceMappingURL=location.css.map */