@charset "UTF-8";
html {
  font-size: 62.5%;
}
.bg-color {
  padding: 70px 0;
  background: linear-gradient(#a9e0ff, #cbc17f 30%, #f8be87 55%, #b26c6c 70%, #2a3967);
}
.l-main {
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic""ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #26404e;
}
.l-main a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  transition: .3s;
}
.l-main ul {
  margin: 0;
  width: 100%;
  padding-left: 0;
  list-style: none;
}
.l-main img {
  max-width: 100%;
  height: auto;
}
.l-main p {
  margin: 0;
}
.l-main h1, h2, h3, h4 {
  margin: 0;
}
.l-in {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-center {
  text-align: center;
}
.l-bottom {
  margin-bottom: 120px;
}
.l-bg {}
.l-bold {
  font-weight: bold;
}
.l-pc-none {
  display: none;
}
.flex {
  -webkit-display: flex;
  -webkit-justify-content: space-between;
  -moz-display: flex;
  -moz-justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
.flex-align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex-align-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-wrap-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-align-baseline {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}
.flex-align-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-content-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex-content-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
/*-------------MV-------------*/
.main-visual {
  position: relative;
  overflow: hidden;
}
.mv-bg {
  background-image: url("../images/lp-yurikomome/mv_img.jpg");
  background-size: cover;
  height: 500px;
  background-position: bottom;
}
.mv {
  position: absolute;
  top: -80px;
  left: 5%;
}
/*-------------ticket--------------*/
.ticket {
  background-image: url("../images/lp-yurikomome/ticket_back.jpg");
  background-repeat: repeat;
  padding: 90px 0;
}
.ticket-txt {
  width: calc(100% - 450px);
}
.key-item {
  width: 105px;
  margin-bottom: 30px;
}
.ticket-txt h2 {
  font-size: 3rem;
  margin-bottom: 30px
}
.ticket-txt p {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.ticket-txt a {
  font-size: 1.8rem;
  color: #fff;
  background-color: #45c8fb;
  max-width: 550px;
  width: 100%;
  padding: 20px 0;
  border-radius: 5px;
  text-align: center;
}
.ticket-img {
  margin: 0 50px;
}
.ico-link {
  width: 20px;
  margin-left: 5px;
  position: relative;
  top: -5px;
}
/*------------price-------------*/
.price {
  background-image: url("../images/lp-yurikomome/price_bg.jpg");
  background-size: cover;
  padding: 90px 0;
}
.price-img {
  position: relative;
}
a.price-btn {
  font-size: 1.8rem;
  color: #fff;
  background-color: #26404e;
  max-width: 500px;
  width: 100%;
  padding: 20px 0;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8%;
}
/*-----------sopt-------------*/
.train_img {
  width: 25%;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  margin: auto;
}
.yurikamome {
  position: relative;
}
.clock img {
  width: 115px;
}
.clock {
  width: 115px;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 20px 50px;
}
.spot-same .spot-img {
  width: 50%;
}
.spot-item h3 {
  font-size: 3.2rem;
}
.h3-same {
  margin-bottom: 50px;
}
.spot-item {
  background-color: #fff;
  margin-bottom: 80px;
  padding: 50px;
}
.spot-item:last-child {
  margin-bottom: 0;
}
.spot-txt {
  flex: 1;
  margin-right: 50px;
}
.spot-txt p {
  min-height: 170px;
  font-size: 1.6rem;
}
.spot-txt-long p {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.spot-txt-long span {
  font-size: 1.4rem;
  margin: 0 0 15px 0;
  display: block;
}
.spot-little h4 {
  font-size: 1.6rem;
  margin: 15px 0 10px;
}
.spot-little {
  width: calc((100% - 90px) / 3);
  padding-bottom: 70px;
  position: relative;
}
.spot-little .little-btn {
  position: absolute;
  bottom: 0;
}
.col-3 {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
}
.spot-little p {
  height: 95px;
}
.l-main .little-btn {
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background-color: #26404e;
  font-size: 1.6rem;
  width: 100%;
  max-width: 275px;
  padding: 20px 0;
}
.night-view .little-btn {
  margin-top: 30px;
}
.night-view .little-btn:nth-child(1) {
  margin-right: 30px;
}
.night-view.spot-img img {
  width: 49.9%;
}
.l-main .btn {
  background-color: #26404e;
  font-size: 1.6rem;
  width: 100%;
  height: 70px;
  line-height: 70px;
}
/*--lunch--*/
.lunch {
  justify-content: flex-start;
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
}
.lunch-item {
  background-color: #f6f6f6;
  width: calc((100% - 90px) / 3);
  height: 100px;
  margin: 0 15px 30px 15px;
}
.lunch-txt a {
  text-decoration: underline;
  display: block;
  color: #26404e;
}
.lunch-txt a:hover {
  text-decoration: none;
}
.lunch-img img {
  width: 100px;
  height: 100px;
}
.lunch-txt {
  padding: 10px 20px;
  width: calc(100% - 140px);
}
.lunch-txt span {
  font-size: 1.4rem;
  color: #009944;
  border: 1px #009944 solid;
  padding: 0 10px;
}
.lunch-txt p {
  margin-top: 10px;
  font-size: 1.4rem;
}
.yurikamome-pc {
  display: block !important;
}
.yurikamome-sp {
  display: none !important;
}
@media screen and (max-width:980px) {
  .l-in {
    width: calc(100% - 30px)
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .spot-item.mb-100 {
    margin-bottom: 100px;
  }
  /*----------price------------*/
  .price-sp {
    position: relative;
  }
  a.price-btn {
    bottom: 6%;
  }
  /*-----------sopt------------*/
  .spot-txt {
    width: 100%;
  }
  .spot-little p {
    height: 95px;
    margin-bottom: 20px;
  }
  .l-main .little-btn {
    max-width: 100%;
  }
  .night-view.spot-img img {
    width: 100%;
  }
  .night-view .little-btn {
    margin-top: 0;
  }
  .night-view .little-btn:nth-child(1) {
    margin-top: 40px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /*--lunch--*/
  .lunch {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
  }
  .lunch-item {
    width: calc((100% - 60px) / 2);
    margin: 0 15px 30px 15px;
  }
  .lunch-img img {
    width: 100px;
    height: auto;
  }
  .lunch-txt {
    padding: 10px 20px;
    width: calc(100% - 140px);
  }
  .lunch-txt span {
    font-size: 1.4rem;
    color: #009944;
    border: 1px #009944 solid;
    padding: 0 10px;
  }
  .lunch-txt p {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .yurikamome-pc {
    display: none !important;
  }
  .yurikamome-sp {
    display: block !important;
  }
  .bg-color {
    padding: 50px 0;
  }
  .mb-30 {
    margin: 15px 0 15px 0;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .l-main .btn {
    font-size: 1.5rem;
  }
  .flex-reverse-sp {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-sp {
    -webkit-display: flex;
    -webkit-justify-content: space-between;
    -moz-display: flex;
    -moz-justify-content: space-between;
    display: flex;
    justify-content: space-between;
  }
  .flex-align-baseline {
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
  }
  .flex-start-sp {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  /*------------MV-------------*/
  .mv-bg.yurikamome-sp {
    background-image: url("../images/lp-yurikomome/mv_img_sp.jpg");
    background-size: cover;
    padding: 67% 0;
    height: 0;
    background-position: bottom;
  }
  /*-----------ticket-----------*/
  .ticket {
    padding: 50px 0;
  }
  .ticket-txt a {
    font-size: 1.5rem;
  }
  .ticket-txt {
    width: 100%;
  }
  .ticket-txt .ticket-btn {
    display: block;
    margin: 0 auto;
  }
  .ticket.yurikamome-sp h2 {
    text-align: center;
  }
  .ticket.yurikamome-sp p {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .ticket.yurikamome-sp img.key-item {
    margin: 0 auto 13px;
    display: block;
  }
  .ticket.yurikamome-sp .ticket-img {
    width: 265px;
    margin: 0 auto;
  }
  /*-----------price------------*/
  .price {
    padding: 50px 0;
    margin-bottom: 0;
  }
  .price-img {
    max-width: 690px;
    margin: 0 auto;
  }
  a.price-btn {
    font-size: 1.5rem;
    width: calc(100% - 30px);
    bottom: 3%;
  }
  /*------------spot------------*/
  .train_img {
    width: 55%;
    top: -65px;
  }
  .clock {
    width: 70px;
    padding: 20px 30px;
  }
  .spot-item {
    padding: 15px 15px 30px 15px;
    margin-bottom: 40px;
  }
  .spot-item:last-child {
    margin-bottom: 0;
  }
  .spot-txt p {
    min-height: 0;
    margin: 20px 0;
  }
  .spot-item h3 {
    font-size: 2.5rem;
  }
  .h3-same {
    margin: 15px 0 30px 0;
  }
  .spot-same .spot-img {
    width: 100%;
  }
  .spot-little {
    width: 100%;
  }
  .spot-little p {
    height: auto;
  }
  .spot-little:nth-of-type(-n+2) {
    margin-bottom: 50px;
  }
  .spot-little::last-child {
    margin-bottom: 0;
  }
  .spot-txt .btn {
    display: block;
    margin: 0 auto;
  }
  .night-view .little-btn:nth-child(1) {
    margin-right: 0;
  }
  /*--lunch--*/
  .lunch-item {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
  }
  .lunch-item:nth-child(8) {
    margin-bottom: 0;
  }

  .night-view.flex{
    display: block;
  }
}
@media screen and (max-width:320px) {
  .l-main .btn {
    height: 50px;
    line-height: 50px;
  }
  a.price-btn {
    padding: 15px 0;
  }
  .ticket-txt a {
    padding: 15px 0;
  }
  .l-main .little-btn {
    padding: 15px 0;
  }
}
