@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/ticketless/assets/cmn/font/notosansjp-regular.woff2") format("woff2"), url("/ticketless/assets/cmn/font/notosansjp-regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/ticketless/assets/cmn/font/notosansjp-bold.woff2") format("woff2"), url("/ticketless/assets/cmn/font/notosansjp-bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("/ticketless/assets/cmn/font/notosansjp-medium.woff2") format("woff2"), url("/ticketless/assets/cmn/font/notosansjp-medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("/material/font/NotoSerifJP-Regular.otf") format("opentype"), url("/material/font/NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("/material/font/NotoSerifJP-Bold.otf") format("opentype"), url("/material/font/NotoSerifJP-Bold.woff") format("woff");
}
@media screen and (max-width: 1000px) {
  .pconly {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .sponly {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  body.fixed {
    position: fixed;
    width: 100%;
  }
}

main {
  display: block;
  min-width: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  color: #231815;
}
main .sans {
  font-family: "Noto Sans JP", sans-serif;
}
main .serif {
  font-family: "Noto Serif JP", serif;
}
main input,
main button {
  font-family: "Noto Sans JP", sans-serif;
}
main *,
main *::before,
main *::after {
  box-sizing: border-box;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  font-weight: normal;
}
main a {
  outline: none;
  font-style: normal;
  text-decoration: none;
  color: #000000;
  transition: 0.3s;
}
main a:link {
  font-style: normal;
  color: inherit;
}
main a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.75;
}
main #link a:hover,
main footer a:hover {
  text-decoration: underline;
}
main a img {
  outline: none;
}
main a:focus {
  outline: none;
}
main section {
  margin: 0 auto;
  position: relative;
}
main .inner {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1000px) {
  main .inner {
    width: 90vw;
    padding: 0;
  }
}

#cont_header {
  background-color: #fae5ee;
}
#cont_header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
@media screen and (max-width: 1000px) {
  #cont_header .inner {
    height: 16vw;
    width: 100%;
  }
}
#cont_header .main_logo {
  width: 156px;
}
@media screen and (max-width: 1000px) {
  #cont_header .main_logo {
    width: 42.9333333333vw;
    margin-left: 2.4vw;
    z-index: 200;
  }
}
#cont_header nav {
  height: 100%;
}
@media screen and (max-width: 1000px) {
  #cont_header nav {
    width: 100%;
    height: 100vh;
    z-index: 100;
    position: absolute;
    top: 0;
    background-color: #fae5ee;
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #cont_header nav.open {
    display: block;
    padding-top: 27.4666666667vw;
  }
}
#cont_header nav ul {
  display: flex;
  justify-content: flex-end;
  border-right: 1px solid #e4006e;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  #cont_header nav ul {
    flex-direction: column;
    border-right: none;
    height: auto;
    width: 85%;
    margin: 0 auto;
  }
}
#cont_header nav ul li {
  width: 140px;
  height: 100%;
  border-left: 1px solid #e4006e;
}
@media screen and (max-width: 1000px) {
  #cont_header nav ul li {
    width: 100%;
    height: auto;
    border-left: none;
    border-bottom: 1px solid #e4006e;
  }
}
#cont_header nav ul li:nth-child(4) a {
  font-size: 13px;
}
@media screen and (max-width: 1000px) {
  #cont_header nav ul li:nth-child(4) a {
    font-size: 4.8vw;
  }
}
#cont_header nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e4006e;
  width: 100%;
  height: 100%;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  #cont_header nav ul li a {
    justify-content: space-between;
    padding-top: 4vw;
    padding-bottom: 3.2vw;
    font-size: 4.8vw;
    letter-spacing: 0.48vw;
  }
}
#cont_header nav ul li a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 6px;
  background: url("../img/icon_arrow_pink.svg") no-repeat;
  background-size: contain;
  margin-top: 4px;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  #cont_header nav ul li a::after {
    width: 2.9333333333vw;
    height: 1.8666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  #cont_header .menu {
    margin-right: 4vw;
  }
}
#cont_header .menu a {
  display: inline-block;
  width: 8vw;
  position: relative;
  z-index: 120;
}

#mv {
  background: url("../img/mv_bg_flower.jpg") no-repeat;
  background-size: cover;
  padding: 24px 0 14px;
}
@media screen and (max-width: 1000px) {
  #mv {
    padding: 0 0 2.1333333333vw;
    background: url("../img/mv_bg.jpg") no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1000px) {
  #mv .inner {
    width: 100%;
  }
}

#join {
  padding: 66px 0 46px;
  background: url("../img/bg_join.png") no-repeat #fffbda center 16px;
  background-size: 1600px auto;
}
@media screen and (max-width: 1000px) {
  #join {
    padding: 14.8vw 0 23.4666666667vw;
    background: url("../img/sp/bg_join.png") no-repeat #fffbda center top;
    background-size: 100% auto;
  }
}
#join .w870 {
  width: 870px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #join .w870 {
    width: 100%;
  }
}
#join .step1,
#join .step2 {
  width: 780px;
  margin: 0 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  #join .step1,
  #join .step2 {
    width: 100%;
  }
}
#join .step1 .stepmark,
#join .step2 .stepmark {
  content: "";
  display: block;
  width: 66px;
  height: 100%;
  position: absolute;
  left: -89px;
  top: 0;
}
@media screen and (max-width: 1000px) {
  #join .step1 .stepmark,
  #join .step2 .stepmark {
    position: static;
    width: 20.4vw;
    height: 13.3333333333vw;
    margin: 0 auto;
  }
}
#join .step1 {
  margin-top: 12px;
  padding-right: 90px;
}
@media screen and (max-width: 1000px) {
  #join .step1 {
    margin-top: 4.8vw;
    padding-right: 0;
  }
}
#join .step1 p {
  font-size: 22px;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 1000px) {
  #join .step1 p {
    font-size: 5.3333333333vw;
    letter-spacing: 0;
    text-align: center;
  }
}
#join .step1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto 0;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #ff8c03 url("../img/icon_arrow_white.svg") no-repeat right 54px center;
  background-size: 22px 8px;
  border: 2px solid #000000;
  border-radius: 30px;
  width: 470px;
  height: 60px;
  padding-right: 40px;
  letter-spacing: -1px;
}
@media screen and (max-width: 1000px) {
  #join .step1 a {
    margin-top: 4vw;
    background-position: right 4vw center;
    background-size: 4.8vw 1.6vw;
    border-radius: 8vw;
    width: 100%;
    height: 16vw;
    font-size: 4vw;
    padding-right: 9.3333333333vw;
    letter-spacing: -0.1333333333vw;
  }
}
#join hr {
  border-top: 1px solid #000000;
  margin: 21px 0 28px;
}
@media screen and (max-width: 1000px) {
  #join hr {
    margin: 10.6666666667vw 0 7.7333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  #join .step2 .board {
    background-position: right top;
    background-size: 18.6666666667vw 18.6666666667vw;
  }
}
#join .step2 .board .line1 {
  font-size: 17px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #join .step2 .board .line1 {
    font-size: 4.8vw;
    margin-top: 6.1333333333vw;
    letter-spacing: 0.1333333333vw;
  }
}
#join .step2 .board .line1 .red {
  color: #e50012;
}
#join .step2 .board .line1 .suica10x {
  width: 95px;
  position: absolute;
  top: 0;
  right: 94px;
}
@media screen and (max-width: 1000px) {
  #join .step2 .board .line1 .suica10x {
    width: 18.6666666667vw;
    right: 0;
  }
}
#join .step2 .board .line2 {
  width: 567px;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  #join .step2 .board .line2 {
    width: auto;
  }
}
#join .step2 .board .line3 {
  font-size: 22px;
  letter-spacing: 1.1px;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  #join .step2 .board .line3 {
    text-align: center;
    font-size: 5.3333333333vw;
    margin-top: 3.2vw;
    letter-spacing: 0.5333333333vw;
  }
}
#join .step2 .chance {
  border: 1px solid #1eaa39;
  background-color: #ffffff;
  padding: 32px 32px 32px 142px;
  height: 117px;
  position: relative;
  margin-top: 14px;
}
@media screen and (max-width: 1000px) {
  #join .step2 .chance {
    border-width: 2px;
    padding: 6.1333333333vw 0 7.4666666667vw 26.4vw;
    width: 100%;
    height: auto;
    margin-top: 3.4666666667vw;
  }
}
#join .step2 .chance .w {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 18px;
  width: 110px;
  height: 82px;
}
@media screen and (max-width: 1000px) {
  #join .step2 .chance .w {
    width: 19.8666666667vw;
    height: 14.8vw;
    left: 3.4666666667vw;
    top: 4vw;
  }
}
#join .step2 .chance .shopping10x {
  content: "";
  display: block;
  position: absolute;
  width: 95px;
  height: 95px;
  right: 16px;
  top: 10px;
}
@media screen and (max-width: 1000px) {
  #join .step2 .chance .shopping10x {
    width: 18.8vw;
    height: 18.8vw;
    left: 3.4666666667vw;
    top: auto;
    bottom: 3.6vw;
  }
}
#join .step2 .chance .line1 {
  font-size: 17px;
  letter-spacing: 0.85px;
}
@media screen and (max-width: 1000px) {
  #join .step2 .chance .line1 {
    font-size: 3.2vw;
    letter-spacing: 0.16vw;
    letter-spacing: -0.0533333333vw;
  }
}
#join .step2 .chance .line2 {
  font-size: 21px;
  letter-spacing: 1.05px;
}
@media screen and (max-width: 1000px) {
  #join .step2 .chance .line2 {
    font-size: 5.3333333333vw;
    letter-spacing: 0.2666666667vw;
    margin-top: 1.6vw;
    line-height: 1.4;
  }
}
#join .step2 .notice {
  font-size: 12px;
  margin-top: 12px;
}
@media screen and (max-width: 1000px) {
  #join .step2 .notice {
    font-size: 3.2vw;
    margin-top: 2.2666666667vw;
    line-height: 2;
  }
}

#prize {
  padding: 0 0 52px;
  background: url("../img/bg_join.png") no-repeat #fffbda center -640px;
  background-size: 1600px auto;
}
@media screen and (max-width: 1000px) {
  #prize {
    padding: 0 0 16.8vw;
    background-image: none;
  }
}
#prize h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
#prize h2 .prize_present {
  content: "";
  display: block;
  width: 448px;
  height: 31px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1000px) {
  #prize h2 .prize_present {
    width: 100%;
    height: 6.2666666667vw;
    margin-bottom: 4.9333333333vw;
    position: absolute;
    left: 0;
    top: -11.2vw;
  }
}
#prize .prize_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -9px;
}
@media screen and (max-width: 1000px) {
  #prize .prize_list {
    justify-content: space-between;
    margin-top: -1.3333333333vw;
  }
}
#prize .prize_list dl {
  margin: 31px 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 158px;
}
@media screen and (max-width: 1000px) {
  #prize .prize_list dl {
    margin: 6.6666666667vw 0 0;
    width: 47.8%;
  }
}
@media screen and (max-width: 1000px) {
  #prize .prize_list dl.odawara dd p {
    margin-bottom: 4.6666666667vw;
  }
}
#prize .prize_list dl.hakone {
  width: 337px;
}
@media screen and (max-width: 1000px) {
  #prize .prize_list dl.hakone {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 1000px) {
  #prize .prize_list dl.hakone dd {
    width: 47.8%;
  }
}
#prize .prize_list dl.jr {
  width: 328px;
}
@media screen and (max-width: 1000px) {
  #prize .prize_list dl.jr {
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 1000px) {
  #prize .prize_list dl.jr dd {
    width: 47.8%;
  }
}
#prize .prize_list dl dt {
  width: 100%;
  height: 28px;
}
@media screen and (max-width: 1000px) {
  #prize .prize_list dl dt {
    height: auto;
  }
}
#prize .prize_list dl dd {
  width: 158px;
}
@media screen and (max-width: 1000px) {
  #prize .prize_list dl dd {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#prize .prize_list dl dd p {
  height: 78px;
  text-align: center;
  padding-top: 8px;
  letter-spacing: 0.4px;
  line-height: 1.25;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  #prize .prize_list dl dd p {
    height: auto;
    padding-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.2666666667vw;
    line-height: 1.3076923077;
  }
}
#prize .prize_list dl dd figure {
  width: 158px;
  height: 110px;
}
@media screen and (max-width: 1000px) {
  #prize .prize_list dl dd figure {
    width: 100%;
    height: auto;
    margin-top: 1.6vw;
  }
}

#event {
  padding: 0 0 62px;
  background: url("../img/bg_join.png") no-repeat #fffbda center bottom 10px;
  background-size: 1600px auto;
}
@media screen and (max-width: 1000px) {
  #event {
    background-image: none;
    padding-bottom: 16.8vw;
  }
}
#event .inner {
  position: relative;
}
#event .event_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 25px;
}
@media screen and (max-width: 1000px) {
  #event .event_list {
    padding: 0;
    background: none;
    flex-direction: column;
  }
}
#event .event_list dl {
  width: 225px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  #event .event_list dl {
    width: 100%;
    margin-top: 8vw;
    border-bottom: 1px solid #000000;
    padding: 0 5.3333333333vw 9.6vw;
  }
}
#event .event_list dl:last-child {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  #event .event_list dl:last-child {
    margin-top: 8vw;
  }
}
#event .event_list dl:last-child .more_link {
  visibility: hidden;
}
@media screen and (max-width: 1000px) {
  #event .event_list dl:last-child .more_link {
    display: none;
  }
}
#event .event_list dl:not(:nth-child(4n)) {
  border-right: 1px solid #000000;
}
@media screen and (max-width: 1000px) {
  #event .event_list dl:not(:nth-child(4n)) {
    border-right: none;
  }
}
#event .event_list dl:nth-child(-n+4) dt {
  min-height: 90px;
}
@media screen and (max-width: 1000px) {
  #event .event_list dl:nth-child(-n+4) dt {
    min-height: auto;
  }
}
#event .event_list dl .left {
  text-align: left;
}
#event .event_list dl dt {
  text-align: center;
}
#event .event_list dl dt .area {
  display: block;
  width: 90px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #event .event_list dl dt .area {
    width: 24vw;
  }
}
#event .event_list dl dt .area.wide {
  width: 188px;
}
@media screen and (max-width: 1000px) {
  #event .event_list dl dt .area.wide {
    width: 50.1333333333vw;
  }
}
#event .event_list dl dt .area + p {
  font-size: 14px;
  margin-top: 13px;
  margin-bottom: -5px;
  padding: 0 15px;
}
@media screen and (max-width: 1000px) {
  #event .event_list dl dt .area + p {
    font-size: 3.7333333333vw;
    margin-top: 4.6666666667vw;
    margin-bottom: -2.1333333333vw;
    padding: 0;
  }
}
#event .event_list dl dt h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #e4006e;
  margin-top: 13px;
}
@media screen and (max-width: 1000px) {
  #event .event_list dl dt h3 {
    font-size: 4.5333333333vw;
    letter-spacing: 0.1066666667vw;
    margin-top: 4.6666666667vw;
  }
}
#event .event_list dl dd {
  text-align: center;
  padding: 0 15px;
}
@media screen and (max-width: 1000px) {
  #event .event_list dl dd {
    padding: 0;
  }
}
#event .event_list dl dd .date {
  font-size: 14px;
  letter-spacing: 0.35px;
  margin-top: 5px;
}
@media screen and (max-width: 1000px) {
  #event .event_list dl dd .date {
    font-size: 3.7333333333vw;
    letter-spacing: 0.0933333333vw;
    margin-top: 2.1333333333vw;
  }
}
#event .event_list dl dd .more_link {
  position: relative;
}
#event .event_list dl dd .more_link::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-radius: 20px;
  width: 194px;
  height: 40px;
  background-color: #fffbda;
}
@media screen and (max-width: 1000px) {
  #event .event_list dl dd .more_link::after {
    display: none;
  }
}
#event .event_list dl dd .more_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto 0;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #e4006e url("../img/icon_arrow_white.svg") no-repeat right 18px center;
  background-size: 18px 6px;
  border: 1px solid #000000;
  border-radius: 20px;
  width: 194px;
  height: 40px;
  margin-top: 13px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  #event .event_list dl dd .more_link a {
    background-image: url("../img/icon_arrow_white_thin.svg");
    background-position: right 21.6vw center;
    background-size: 5.6vw 1.6vw;
    margin: 3.4666666667vw auto 0;
    padding-right: 10.1333333333vw;
    font-size: 3.7333333333vw;
    width: 100%;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
#event .after_event {
  position: absolute;
  right: 50px;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  #event .after_event {
    position: static;
  }
}
#event .after_event .event_ribbon {
  width: 540px;
}
#event .after_event p {
  background-color: #e4006e;
  color: #fff697;
  padding: 4.5333333333vw;
  text-align: center;
  width: 100%;
  font-size: 3.7333333333vw;
  font-weight: bold;
  margin-top: 5.6vw;
}

#share {
  background-color: #fffbda;
  padding-bottom: 56px;
}
@media screen and (max-width: 1000px) {
  #share {
    padding-bottom: 19.3333333333vw;
  }
}
#share .info {
  background-color: #ffffff;
  border: 4px solid #e4006e;
  padding: 28px 165px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #share .info {
    padding: 5.6vw 3.4666666667vw 4.8vw;
  }
}
#share .info h2 {
  color: #e4006e;
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.55px;
  line-height: 1.5714285714;
}
@media screen and (max-width: 1000px) {
  #share .info h2 {
    font-size: 4.8vw;
    letter-spacing: 0.24vw;
    line-height: 1.5;
  }
}
#share .info .moko {
  font-size: 16px;
  color: #ffffff;
  background: url("../img/title_bg_moko.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  #share .info .moko {
    font-size: 3.4666666667vw;
    background: url("../img/sp/title_bg_moko.png") no-repeat;
    background-size: contain;
    margin-top: 4.6666666667vw;
    text-align: center;
    height: 13.8666666667vw;
    line-height: 1.3846153846;
  }
}
#share .info h3 {
  margin-top: 22px;
}
#share .info ol {
  margin-top: 16px;
}
#share .info ol li {
  font-size: 14px;
  letter-spacing: 0.84px;
  padding-left: 28px;
  position: relative;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 1000px) {
  #share .info ol li {
    font-size: 3.4666666667vw;
    letter-spacing: 0;
    padding-left: 7.2vw;
    letter-spacing: 0;
  }
}
#share .info ol li::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1000px) {
  #share .info ol li::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
#share .info ol li:first-child::before {
  background: url("../img/icon_1mark.png") no-repeat;
  background-size: contain;
}
#share .info ol li:nth-child(2) {
  margin-top: 18px;
}
@media screen and (max-width: 1000px) {
  #share .info ol li:nth-child(2) {
    margin-top: 4vw;
  }
}
#share .info ol li:nth-child(2)::before {
  background: url("../img/icon_2mark.png") no-repeat;
  background-size: contain;
}
#share .info ol li span {
  color: #e4006e;
}
#share .info .kiyaku {
  color: #e4006e;
  text-align: center;
  margin-top: 18px;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  #share .info .kiyaku {
    font-size: 4vw;
    margin-top: 3.4666666667vw;
  }
}
#share .info .kiyaku a {
  display: inline-block;
  border-bottom: 1.5px solid #e4006e;
  padding: 0 2px;
}
#share .info .kiyaku a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 6px;
  background: url("../img/icon_arrow_pink.svg") no-repeat;
  background-size: contain;
  margin-left: 12px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1000px) {
  #share .info .kiyaku a::after {
    width: 2.6666666667vw;
    height: 1.3333333333vw;
  }
}
#share .info .bnr_inst {
  display: block;
  width: 388px;
  margin: 20px auto 0;
}
@media screen and (max-width: 1000px) {
  #share .info .bnr_inst {
    width: 100%;
    margin-top: 5.8666666667vw;
  }
}
#share .info::before {
  content: "";
  display: block;
  background: url("../img/bg_share_info_scenery.png") no-repeat;
  background-size: 195px 195px;
  width: 195px;
  height: 195px;
  position: absolute;
  top: 69px;
  left: 14px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  #share .info::before {
    display: none;
  }
}
#share .info::after {
  content: "";
  display: block;
  background: url("../img/bg_share_info_meal.png") no-repeat;
  background-size: 165px 165px;
  width: 165px;
  height: 165px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  #share .info::after {
    display: none;
  }
}
#share .info > * {
  position: relative;
  z-index: 2;
}

section.area {
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 1000px) {
  section.area {
    background-position: top;
  }
}
section.area .inner {
  padding: 5rem 0;
}
@media screen and (max-width: 1000px) {
  section.area .inner {
    padding: 12.6666666667vw 0 13.3333333333vw;
  }
}
section.area h2 {
  width: 17.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  section.area h2 {
    width: 40vw;
  }
}
section.area .newdays {
  margin: 24px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  height: 170px;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 0 42px 0 48px;
}
@media screen and (max-width: 1000px) {
  section.area .newdays {
    justify-content: center;
    width: 100%;
    height: 36vw;
    border-radius: 6.6666666667vw;
    padding: 4vw 16vw 5.6vw;
  }
}
section.area .newdays .explain {
  width: 123px;
  margin-right: 13px;
}
@media screen and (max-width: 1000px) {
  section.area .newdays .explain {
    margin-right: 0;
    width: 56.2666666667vw;
  }
}
section.area .newdays .lusca {
  width: 85px;
}
@media screen and (max-width: 1000px) {
  section.area .newdays .lusca {
    width: 20.2666666667vw;
    margin-right: 2%;
  }
}
section.area .newdays .logo {
  width: 88px;
  margin-right: 22px;
}
@media screen and (max-width: 1000px) {
  section.area .newdays .logo {
    width: 20vw;
    margin-right: 3.3333333333vw;
    margin-left: 4vw;
  }
}
section.area .newdays .box_shops {
  flex-grow: 1;
}
section.area .newdays .col {
  display: flex;
}
@media screen and (max-width: 1000px) {
  section.area .newdays .col {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
section.area .newdays .row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  section.area .newdays .row {
    margin-top: 2.4vw;
    width: 100%;
  }
}
section.area .shop_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 67.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  section.area .shop_list {
    width: 100%;
    justify-content: space-between;
  }
}
section.area .shop_list .shop {
  width: 22.5rem;
  padding: 0 1.5rem;
  margin: 2rem 0 1rem 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  section.area .shop_list .shop {
    width: 48%;
    padding: 0;
    margin: 6.6666666667vw 0 0;
  }
}
section.area .shop_list .shop h3 {
  margin-top: 1.3rem;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.045rem;
  flex-grow: 1;
}
@media screen and (max-width: 1000px) {
  section.area .shop_list .shop h3 {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
    line-height: 4.4vw;
  }
}
section.area .shop_list .shop .detail {
  margin-top: 1.7rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  background-color: #f7f2ad;
  border: 1px solid #000000;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
@media screen and (max-width: 1000px) {
  section.area .shop_list .shop .detail {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
    border-radius: 3.3333333333vw;
    padding: 2.6666666667vw 0;
  }
}
section.area .shop_list .shop .place {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.035rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  section.area .shop_list .shop .place {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}

#yugawara {
  background-color: #e5f0d8;
  background-image: url(../img/bg_yugawara.png);
  background-size: 1600px 1012px;
  background-position: center 140px;
}
@media screen and (max-width: 1000px) {
  #yugawara {
    background-image: url(../img/sp/bg_yugawara.png);
    background-size: 100%;
    background-position: top;
  }
}
@media screen and (max-width: 1000px) {
  #yugawara .inner {
    width: 100%;
    padding-top: 16vw;
  }
}
#yugawara .shoplist {
  padding: 0 10px 56px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #yugawara .shoplist {
    padding: 0 0 7.2vw;
  }
}
#yugawara .shoplist .pink {
  color: #e85382;
}
#yugawara .shoplist .special {
  font-size: 18px;
  margin-top: 8px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  #yugawara .shoplist .special {
    display: inline-block;
    font-size: 4.5333333333vw;
    line-height: 1.5;
  }
}
#yugawara .shoplist .special strong {
  font-size: 25px;
}
@media screen and (max-width: 1000px) {
  #yugawara .shoplist .special strong {
    font-size: 6.4vw;
  }
}
#yugawara .shoplist .special .icon_special {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 5px;
}
@media screen and (max-width: 1000px) {
  #yugawara .shoplist .special .icon_special {
    width: 10.9333333333vw;
    height: 10.9333333333vw;
  }
}
#yugawara .shoplist .notice {
  font-size: 12px;
  letter-spacing: 0.48px;
  margin-top: 26px;
}
@media screen and (max-width: 1000px) {
  #yugawara .shoplist .notice {
    font-size: 2.9333333333vw;
    letter-spacing: 0;
    margin-top: 2.9333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  #yugawara .newdays {
    width: 90%;
  }
}
#yugawara .newdays .box_shops .shops {
  width: 103px;
}
@media screen and (max-width: 1000px) {
  #yugawara .newdays .box_shops .shops {
    width: 26vw;
  }
}
#yugawara .inner > .shop_list {
  width: 90rem;
}
@media screen and (max-width: 1000px) {
  #yugawara .inner > .shop_list {
    width: 90%;
  }
}
#yugawara .inner > .shop_list .shop {
  margin: 4rem 0 0 0;
}
@media screen and (max-width: 1000px) {
  #yugawara .inner > .shop_list .shop {
    margin: 6.6666666667vw 0 0 0;
  }
}
#yugawara .inner > .shop_list .shop h3 {
  flex-grow: 0;
  height: 4.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  #yugawara .inner > .shop_list .shop h3 {
    flex-grow: 1;
    height: auto;
    line-height: 1.2;
  }
}
#yugawara .inner > .shop_list .shop .detail {
  margin-top: 1.4rem;
}
#yugawara .inner > .shop_list .shop:nth-child(1), #yugawara .inner > .shop_list .shop:nth-child(2) {
  margin: 2rem 0 0 0;
}
@media screen and (max-width: 1000px) {
  #yugawara .inner > .shop_list .shop:nth-child(1), #yugawara .inner > .shop_list .shop:nth-child(2) {
    margin: 5.3333333333vw 0 0 0;
  }
}
#yugawara .inner > .shop_list .shop:nth-child(1) .detail, #yugawara .inner > .shop_list .shop:nth-child(2) .detail {
  height: 11.4rem;
}
@media screen and (max-width: 1000px) {
  #yugawara .inner > .shop_list .shop:nth-child(1) .detail, #yugawara .inner > .shop_list .shop:nth-child(2) .detail {
    height: 22.2666666667vw;
  }
}
#yugawara .inner > .shop_list .shop:nth-child(3), #yugawara .inner > .shop_list .shop:nth-child(4) {
  margin: 2rem 0 0 0;
}
@media screen and (max-width: 1000px) {
  #yugawara .inner > .shop_list .shop:nth-child(3), #yugawara .inner > .shop_list .shop:nth-child(4) {
    margin: 6vw 0 0 0;
  }
}
#yugawara .inner > .shop_list .shop:nth-child(3) .detail, #yugawara .inner > .shop_list .shop:nth-child(4) .detail {
  height: 11.4rem;
}
@media screen and (max-width: 1000px) {
  #yugawara .inner > .shop_list .shop:nth-child(3) .detail, #yugawara .inner > .shop_list .shop:nth-child(4) .detail {
    height: 24.9333333333vw;
  }
}

#manazuru {
  background-color: #fae5ee;
  background-image: url(../img/bg_manazuru.png);
  background-size: 1600px 243px;
}
@media screen and (max-width: 1000px) {
  #manazuru {
    background-image: url(../img/sp/bg_manazuru.png);
    background-size: 100%;
  }
}
#manazuru .newdays .box_shops .shops {
  width: 118px;
}
@media screen and (max-width: 1000px) {
  #manazuru .newdays .box_shops .shops {
    width: 29.8666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  #manazuru .shop_list .shop:nth-child(3) {
    margin: 6.6666666667vw 25% 0;
  }
}
#manazuru .detail {
  height: 10rem;
}
@media screen and (max-width: 1000px) {
  #manazuru .detail {
    height: auto;
  }
}

#ninomiya {
  background-color: #e5f0d8;
  background-image: url(../img/bg_ninomiya.png);
  background-size: 1600px 438px;
  background-position: center 20px;
}
@media screen and (max-width: 1000px) {
  #ninomiya {
    background-image: url(../img/sp/bg_ninomiya.png);
    background-size: 100%;
    background-position: center 0.5rem;
  }
}
#ninomiya .newdays .box_shops .shops {
  width: 88px;
}
@media screen and (max-width: 1000px) {
  #ninomiya .newdays .box_shops .shops {
    width: 22.2666666667vw;
  }
}

#odawara {
  background-color: #fae5ee;
  background-image: url(../img/bg_odawara.png);
  background-size: 1600px 176px;
  background-position: center 120px;
}
@media screen and (max-width: 1000px) {
  #odawara {
    background-image: url(../img/sp/bg_odawara.png);
    background-size: 100%;
    background-position: top;
  }
}
@media screen and (max-width: 1000px) {
  #odawara .inner {
    width: 100%;
  }
}
#odawara .newdays {
  width: 508px;
  padding: 0 30px 0 32px;
}
@media screen and (max-width: 1000px) {
  #odawara .newdays {
    width: 90%;
    padding: 4vw 4.4vw 5.6vw;
  }
}
#odawara .newdays .explain {
  margin-right: 4px;
}
@media screen and (max-width: 1000px) {
  #odawara .newdays .explain {
    margin-right: 0;
  }
}
#odawara .newdays .lusca {
  margin-right: 7px;
}
@media screen and (max-width: 1000px) {
  #odawara .newdays .lusca {
    margin-right: 2.9333333333vw;
  }
}
#odawara .newdays .logo {
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  #odawara .newdays .logo {
    margin-right: 3.3333333333vw;
    margin-left: 0;
  }
}
#odawara .newdays .box_shops .shops {
  width: 134px;
}
@media screen and (max-width: 1000px) {
  #odawara .newdays .box_shops .shops {
    width: 33.8666666667vw;
  }
}
#odawara .shop_group {
  margin: 3rem auto 0;
  padding: 20px;
  width: 87rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1000px) {
  #odawara .shop_group {
    padding: 20px 5%;
    width: 100%;
  }
}
#odawara .shop_group .shop_list {
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #odawara .shop_group .shop_list {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -1%;
  }
}
#odawara .shop_group .shop_list .shop {
  width: 26rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  #odawara .shop_group .shop_list .shop {
    width: 48%;
    margin: 0 1% 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  #odawara .shop_group .shop_list .shop:nth-child(3) {
    width: 100%;
  }
}
#odawara .shop_group .shop_list .shop:nth-child(3) figure {
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #odawara .shop_group .shop_list .shop:nth-child(3) figure {
    width: 48%;
  }
}
#odawara .shop_group .detail {
  margin-top: 1.7rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  background-color: #f7f2ad;
  border: 1px solid #000000;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3rem 0;
}
@media screen and (max-width: 1000px) {
  #odawara .shop_group .detail {
    margin-top: 0;
    font-size: 2.9333333333vw;
    padding: 3.3333333333vw 0;
  }
}
#odawara .shop_group .place {
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.035rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #odawara .shop_group .place {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
#odawara .shop_group .notice {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.035rem;
  text-align: left;
  width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  #odawara .shop_group .notice {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
    text-align: left;
    width: auto;
  }
}
#odawara .inner > .shop_list {
  width: 90rem;
}
@media screen and (max-width: 1000px) {
  #odawara .inner > .shop_list {
    width: 90%;
  }
}
#odawara .inner > .shop_list .shop {
  margin: 5rem 0 0 0;
}
@media screen and (max-width: 1000px) {
  #odawara .inner > .shop_list .shop {
    margin: 2.5rem 0 0 0;
  }
}
#odawara .inner > .shop_list .shop h3 {
  flex-grow: 0;
  height: 5.4rem;
}
@media screen and (max-width: 1000px) {
  #odawara .inner > .shop_list .shop h3 {
    height: 11.0666666667vw;
    line-height: 5.8666666667vw;
  }
}
#odawara .inner > .shop_list .shop:nth-child(5) h3, #odawara .inner > .shop_list .shop:nth-child(6) h3 {
  height: auto;
}
#odawara .inner > .shop_list .shop:nth-child(5) .detail, #odawara .inner > .shop_list .shop:nth-child(6) .detail {
  height: 10rem;
}
@media screen and (max-width: 1000px) {
  #odawara .inner > .shop_list .shop:nth-child(5) .detail, #odawara .inner > .shop_list .shop:nth-child(6) .detail {
    height: 24vw;
  }
}

#hakone {
  background-color: #e5f0d8;
  background-image: url(../img/bg_hakone.png);
  background-size: 1600px 438px;
  background-position: center 50px;
}
@media screen and (max-width: 1000px) {
  #hakone {
    background-image: url(../img/sp/bg_hakone.png);
    background-size: 100%;
    background-position: bottom 2.6666666667vw center;
  }
}
@media screen and (max-width: 1000px) {
  #hakone .shop_list .shop h3 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1000px) {
  #hakone .shop_list .shop:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
  }
}

#kozu {
  background-color: #fae5ee;
  background-image: url(../img/bg_kozu.png);
  background-size: 1600px 438px;
  background-position: center 30px;
}
@media screen and (max-width: 1000px) {
  #kozu {
    background-image: url(../img/sp/bg_kozu.png);
    background-size: 100%;
    background-position: center 10.6666666667vw;
  }
}
#kozu .newdays .box_shops .shops {
  width: 104px;
}
@media screen and (max-width: 1000px) {
  #kozu .newdays .box_shops .shops {
    width: 26.4vw;
  }
}
@media screen and (max-width: 1000px) {
  #kozu .shop {
    margin: 4.6666666667vw auto 2.6666666667vw;
  }
}

#cont_footer {
  background-color: #fffbda;
  padding: 6.5rem 0 7rem;
}
@media screen and (max-width: 1000px) {
  #cont_footer {
    padding: 11.3333333333vw 0 16vw;
  }
}
#cont_footer .sns {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 71rem;
}
@media screen and (max-width: 1000px) {
  #cont_footer .sns {
    width: 100%;
    flex-direction: column;
  }
}
#cont_footer .sns .info {
  width: 10rem;
}
@media screen and (max-width: 1000px) {
  #cont_footer .sns .info {
    width: 34.4vw;
    margin: 0 auto;
  }
}
#cont_footer .sns .x {
  width: 26rem;
}
@media screen and (max-width: 1000px) {
  #cont_footer .sns .x {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}
#cont_footer .sns .insta {
  width: 31rem;
}
@media screen and (max-width: 1000px) {
  #cont_footer .sns .insta {
    width: 100%;
    margin-top: 4.2666666667vw;
  }
}
#cont_footer .caution {
  width: 88.1rem;
  margin: 5rem auto 0;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.3px;
  color: #000000;
}
@media screen and (max-width: 1000px) {
  #cont_footer .caution {
    width: 100%;
    margin: 8.8vw auto 0;
    line-height: 1.5;
  }
}/*# sourceMappingURL=style.css.map */