/*
footer
---------------------------*/
footer {
  background-color: #f5f4f3;
}

/*
service
---------------------------*/
#service {
  background-image: url(../img/station/service-bg.jpg);
  background-position: center top;
  background-size: cover;
}
#service .serviceContent > div:not(:last-of-type) {
  padding-bottom: 50px;
}
#service .serviceContent .serviceImage {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
#service .serviceContent .serviceTitle {
  width: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(1, 45, 107, 0.9);
  color: #fff;
  text-align: left;
}
#service .serviceContent .serviceTitle > div {
  position: relative;
  padding: 15px 0 15px 25px;
}
#service .serviceContent .serviceTitle > div:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #ffef62;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#service .serviceContent .serviceTitle h4 {
  font-weight: 600;
  font-size: 16px;
}
#service .serviceContent p {
  line-height: 1.6;
}
@media (min-width: 768px) {
  #service .serviceContent {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #service .serviceContent > div:not(:last-of-type) {
    padding-bottom: 75px;
  }
  #service .serviceContent p {
    line-height: 1.8;
  }
}
@media (min-width: 1000px) {
  #service .serviceContent .serviceTitle > div {
    padding: 20px 0 20px 30px;
  }
  #service .serviceContent .serviceTitle > div:before {
    width: 20px;
  }
  #service .serviceContent .serviceTitle h4 {
    font-size: 18px;
  }
}

/*
informationContent
---------------------------*/
#information {
  position: relative;
  padding-bottom: 70px;
}
.informationContent {
  position: relative;
}
.informationContent .spot {
  padding: 20px 4.8%;
  border: 1px solid rgba(220, 220, 220, 0.5);
}
.informationContent .spot > div + div {
  text-align: center;
  padding-top: 15px;
}
.informationContent .exLink {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.informationContent .exLink > div {
  width: 100%;
}
.informationContent .exLink > div img {
  width: 170px;
}
.informationContent .exLink > div + div {
  text-align: right;
  padding: 20px 0 0;
  width: 100%;
}
.informationContent .name {
  position: relative;
  padding-left: 20px;
}
.informationContent .name:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #ffef62;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
  margin: auto;
}
.informationContent .mapLink {
  position: relative;
  padding-right: 15px;
  padding-left: 20px;
}
.informationContent .mapLink:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  background-image: url(../img/station/icon-map.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 14px;
  margin: auto;
}
.informationContent .spotContent {
  position: relative;
  /*background-color: #33854c;*/
  background-color: #012d6b;
  padding: 30px 4.8%;
}
.informationContent .spotContent .soptTitle {
  position: relative;
  font-size: 18px;
  color: #fff;
  padding-top: 0;
  padding-left: 26px;
}
.informationContent .spotContent .soptTitle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background-color: #ffef62;
  border-radius: 50px;
  margin: auto;
}
.informationContent .lineLink {
  padding-top: 15px;
}
.informationContent .lineLink img {
  width: 116px;
}
@media (min-width: 1000px) {
  .informationContent {
    background-size: 50px auto;
  }
  .informationContent .run-base-sapporo img {
    width: auto;
  }
  .informationContent .name {
    padding-left: 25px;
  }
  .informationContent .name:before {
    width: 16px;
    height: 16px;
    top: 0;
  }
  .informationContent .exLink {
    margin-top: 20px;
  }
  .informationContent .exLink > div {
    width: 68%;
  }
  .informationContent .exLink > div + div {
    width: 28%;
    padding: 0;
  }
  .informationContent .exLink > div + div img {
    width: 340px;
  }
  .informationContent .spotContent {
    padding: 40px;
  }
  .informationContent .spotContent .soptTitle {
    font-size: 24px;
  }
  .informationContent .lineLink {
    position: absolute;
    right: 40px;
    top: 40px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .informationContent .spot {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
  }
  .informationContent .spot > div {
    width: 48%;
  }
  .informationContent .spot > div + div {
    padding-top: 0;
  }
}

.bottomImage {
  display: flex;
}

/*
tableStyle
---------------------------*/
.tableStyle dl {
  border-bottom: 1px solid rgba(220, 220, 220, 0.5);
}
.tableStyle dl:last-of-type {
  margin-bottom: 20px;
  border-bottom: none;
}
.tableStyle dl dt,
.tableStyle dl dd {
  line-height: 1.6;
}
.tableStyle dl dt {
  color: #ffef62;
  font-weight: 600;
  padding: 20px 0 0;
}
.tableStyle dl dd {
  color: #fff;
  padding: 10px 0 20px;
}
.tableStyle dl dd .note {
  font-size: 12px;
}
.tableStyle dl dd .tel {
  display: block;
  padding-top: 10px;
}
.tableStyle dl dd p,
.tableStyle dl dd li {
  line-height: 1.8;
}
.tableStyle dl dd p + p,
.tableStyle dl dd p + li,
.tableStyle dl dd p + ul,
.tableStyle dl dd li + p,
.tableStyle dl dd li + li,
.tableStyle dl dd li + ul {
  padding-top: 10px;
}
.tableStyle dl dd a {
  text-decoration: underline;
}
.tableStyle dl dd li {
  text-indent: -1em;
  padding-left: 1em;
}
.tableStyle dl .price li {
  display: flex;
  align-items: center;
  text-indent: 0;
  padding-left: 0;
}
.tableStyle dl .price li > p {
  width: 50%;
}
.tableStyle dl .price li > p + p {
  text-align: right;
}
.tableStyle dl .price li + li {
  padding-top: 1em;
}
@media (min-width: 768px) {
  .tableStyle dl {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
  }
  .tableStyle dl:last-of-type {
    margin-bottom: 10px;
  }
  .tableStyle dl dt,
  .tableStyle dl dd {
    letter-spacing: 0.1em;
    padding: 16px 0;
  }
  .tableStyle dl dt {
    width: 180px;
  }
  .tableStyle dl dd {
    width: calc(100% - 180px);
  }
  .tableStyle dl dd .note {
    font-size: 14px;
  }
  .tableStyle dl dd .tel {
    display: inline-block;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1000px) {
  .tableStyle dl dt {
    width: 300px;
  }
  .tableStyle dl dd {
    width: calc(100% - 300px);
  }
  .tableStyle dl .price li > p {
    width: 50%;
  }
  .tableStyle dl .price li > p + p {
    text-align: left;
  }
}

/*
calender
---------------------------*/
#calender {
  background-color: #f5f4f3;
}
/*
reservations
---------------------------*/
#reservations .reservationsWrap {
  /*
	circleTitleWrap
	---------------------------*/
}
#reservations .reservationsWrap > div {
  background-color: #012d6b;
  color: #fff;
  text-align: center;
  padding: 40px 4.8%;
}
#reservations .reservationsWrap > div + div {
  background-color: #014099;
}
#reservations .reservationsWrap .circleTitleWrap {
  position: relative;
  padding-left: 26px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
#reservations .reservationsWrap .circleTitleWrap:after {
  content: "";
  height: 1px;
  background-color: #ffef62;
  flex-grow: 1;
}
#reservations .reservationsWrap .circleTitleWrap:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background-color: #ffef62;
  border-radius: 50px;
  margin: auto;
}
#reservations .reservationsWrap .circleTitleWrap .circleTitle {
  font-weight: 600;
  font-size: 16px;
  padding: 0 20px 0 0;
}
#reservations .reservationsWrap .btn + .btn {
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  #reservations .reservationsWrap {
    display: flex;
  }
  #reservations .reservationsWrap > div {
    width: 50%;
    padding: 60px 20px 90px;
  }
  #reservations .reservationsWrap .circleTitleWrap .circleTitle {
    font-size: 15px;
  }
}
@media (min-width: 1000px) {
  #reservations .reservationsWrap > div {
    padding: 60px 40px 90px;
  }
  #reservations .reservationsWrap .circleTitleWrap {
    margin-bottom: 60px;
  }
  #reservations .reservationsWrap .circleTitleWrap:before {
    width: 16px;
    height: 16px;
  }
  #reservations .reservationsWrap .circleTitleWrap .circleTitle {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  #reservations .reservationsWrap .circleTitleWrap .circleTitle {
    font-size: 13px;
  }
}

#calender .calenderBox > div {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
}
#calender .calenderBox > div img {
  width: 253px;
}
#calender .calenderBox > div + div {
  margin-top: 20px;
}
#calender .infomation {
  padding-bottom: 20px;
}
#calender .infomation img,
#calender .infomation p {
  display: inline-block;
  vertical-align: middle;
}
#calender .infomation > div + div {
  padding-top: 10px;
}
#calender .eventDetail {
  background-color: #fff;
  padding: 0 20px;
  margin-top: 30px;
}
#calender .eventDetail dl {
  padding: 25px 0;
}
#calender .eventDetail dl:not(:last-of-type) {
  border-bottom: 1px solid #dcdcdc;
}
#calender .eventDetail dt,
#calender .eventDetail dd {
  line-height: 1.6;
}
#calender .eventDetail dt {
  position: relative;
  color: #012d6b;
  font-size: 18px;
}
#calender .eventDetail dt span {
  vertical-align: middle;
  font-weight: 600;
}
#calender .eventDetail dt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url(../img/station/calender_icon03.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
#calender .eventDetail dd {
  line-height: 1.8;
}
#calender .eventDetail .info {
  padding: 15px 0;
}
#calender .eventDetail .info span {
  font-weight: 600;
  line-height: 1.4;
}
#calender .eventDetail .info .price {
  display: inline-block;
  min-width: 100px;
  background-color: #012d6b;
  text-align: center;
  color: #fff;
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 50px;
}
#calender .eventDetail .info .price + span {
  display: block;
  font-size: 16px;
  padding-top: 5px;
}
@media (min-width: 1000px) {
  #calender .calenderBox {
    display: flex;
    justify-content: space-between;
  }
  #calender .calenderBox > div {
    width: 48.7%;
    padding: 40px 0 65px;
  }
  #calender .calenderBox > div img {
    width: auto;
  }
  #calender .calenderBox > div + div {
    margin-top: 0;
  }
  #calender .infomation {
    padding-bottom: 40px;
  }
  #calender .infomation img,
  #calender .infomation p {
    display: inline-block;
    vertical-align: middle;
  }
  #calender .infomation > div {
    display: inline-block;
    vertical-align: middle;
  }
  #calender .infomation > div + div {
    padding: 0 0 0 50px;
  }
  #calender .eventDetail {
    padding: 30px 50px;
    margin-top: 60px;
  }
  #calender .eventDetail dl {
    padding: 30px 0;
  }
  #calender .eventDetail dt,
  #calender .eventDetail dd {
    line-height: 1.8;
  }
  #calender .eventDetail dt {
    font-size: 22px;
  }
  #calender .eventDetail dt:before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  #calender .eventDetail .info {
    font-size: 18px;
    padding: 10px 0 20px;
  }
  #calender .eventDetail .info .price {
    font-size: 14px;
  }
  #calender .eventDetail .info .price + span {
    display: inline-block;
    padding-top: 0;
  }
}

#information02,
.bottomBtn {
  padding-bottom: 80px;
}
@media (min-width: 1000px) {
  #information02,
  .bottomBtn {
    padding-bottom: 140px;
  }
}

.bottomBtn {
  text-align: center;
}
@media (min-width: 1000px) {
  .bottomBtn {
    text-align: left;
  }
}
.center {
  text-align: center;
}

.center .btn {
  padding-bottom: 20px;
}
/*# sourceMappingURL=station.css.map */
