@charset "UTF-8";

/* アンカーエリア */
#ancArea {
  width: 1140px;
  margin: 40px auto 50px;
}
#ancArea ul {
  background-color: transparent;
  padding: 0;
  display: flex;
  margin-inline:3.8%;
  justify-content: space-evenly;
}
#ancArea ul li {
  text-align: center;
  float: none;
  width: 48%;
  margin: 0 20px 2% 1%;
}
#ancArea ul li:last-child {
  margin-right: 0;
}
#ancArea ul li a {
  /* background: linear-gradient(150deg, #ae8126 0, #ae8126 50%, #ab771c 50%, #ab771c 100%); */
  background-color: var(--color-3);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 11px 17px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
}
#ancArea ul li a > span {
  background-position: left 50%;
  background-repeat: no-repeat;
  display: block;
  padding: 0 20px;
  background-image: url(/img/icon/icon_arw_bw_s.png);
  /* position: relative; */
}
/* #ancArea ul li a > span:after {
  content: '';
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -3px 0 0;
} */
#ancArea ul li a:hover {
  opacity: 0.7;
}
@media (max-width:600px){
  #ancArea {
    width: 96%;
    margin-top: 0;
  }
  #ancArea ul {
    padding-top: 40px;
    display: block;
  }
  #ancArea ul li {
    width: 100% !important;
    margin: 0 0 3%;
  }
  #ancArea ul li:last-child {
    margin-bottom: 0;
  }
}

/* メインリード */
.mainLead {
  text-align: center;
  margin: 0 0 30px;
  font-size: 18px;
}

/* crowdedness */
#crowdedness {
  margin: 0 0 86px;
  text-align: left;
}
#crowdedness h2,
#section02 h2 {
  text-align: center;
  margin: 0 0 15px;
}
#crowdedness .leadTxt {
  text-align: center;
  font-size: 18px;
  margin: 0 0 10px;
}
#crowdedness .routeStatus {
  display: none;
}
#crowdedness .routeStatus.status1 {
  display: flex;
}
#crowdedness .routePc {
  width: 1100px;
  margin: 0 auto 36px;
}
#crowdedness .routePc li {
  width: 175px;
  height: 52px;
  float: left;
  border: 2px solid #62a93f;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
  cursor: pointer;
  border-radius: 8px;
}
#crowdedness .routePc li.active {
  background-color: #62a93f;
  color: #fff;
  font-weight: bold;
}
#crowdedness .routePc li:nth-child(6n) {
  margin-right: 0;
}
#crowdedness .routePc li:nth-child(13),
#crowdedness .routePc li:nth-child(14) {
  margin-bottom: 0;
}
#crowdedness .statusSample {
  background-color: #ecf0e1;
  margin: 0 auto 10px;
  width: 490px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#crowdedness .statusSample div {
  float: left;
  font-weight: bold;
  padding: 15px 0;
}
#crowdedness .statusSample .sampleTit {
  border-right: 2px solid #343434;
  margin-right: 15px;
  padding-right: 25px;
}
#crowdedness .statusSample .iconGreen {
  background-size: 47px 50px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../img/icon_green.png);
  padding-left: 56px;
  margin-right: 15px;
}
#crowdedness .statusSample .iconRed {
  background-size: 47px 50px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../img/icon_red.png);
  padding-left: 56px;
}
#crowdedness .statusSample .iconYellow {
  background-size: 47px 50px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../img/icon_yellow.png);
  padding-left: 56px;
  margin-right: 15px;
}
#crowdedness .statusLead {
  font-size: 18px;
  color: #f00;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 36px;
}
#crowdedness .routeStatus {
  width: 1100px;
  margin: 0 auto;
}
#crowdedness .routeStatus .fBlue{
  color: #108ada;
}
#crowdedness .routeStatus.calendar{
  /* display: flex; */
  justify-content: space-between;
}
#crowdedness .routeStatus.calendar .calendarL,
#crowdedness .routeStatus.calendar .calendarR{
  width: 48%;
}
#crowdedness .routeStatus .routeTit {
  font-size: 20px;
  font-weight: bold;
}
#crowdedness .routeStatus table tr td.btn-style img {
  cursor: pointer;
  pointer-events: auto;
}
#crowdedness .routeStatus table tr td.btn-style img:hover {
  opacity: 0.7;
}
#crowdedness .routeStatus table {
  width: 100%;
  border-spacing: 0;
  font-size: 13px;
}
#crowdedness .routeStatus table th,
#crowdedness .routeStatus table td {
  border-bottom: 2px solid #aacf3b;
  text-align: center;
  line-height: 1.2;
  padding: 15px 0;
  font-weight: bold;
  cursor: default;
  pointer-events: none;
}
#crowdedness .routeStatus table th {
  width: 10%;
  font-size: 20px;
  color: #000;
  background-color: #aacf3b;
  font-weight: bold;
}
#crowdedness .routeStatus table td {
  width: 9%;
}
#crowdedness .routeStatus table td.bgGrey {
  background-color: #c8c8c8!important;
}
#crowdedness .routeStatus table.tbFirst th {
  border-bottom: 2px solid #f000;
}
#crowdedness .routeStatus table td.bgBlue {
  background-color: #dfeff9!important;
  color: #108ada;
}
#crowdedness .routeStatus table td.bgRed {
  background-color: #f0e6e1!important;
  color: #f00;
}
#crowdedness .routeStatus .icoStyle {
  margin-top: 15px;
  margin-bottom: 15px;
}
#crowdedness .routeStatus .icoStyle img{
  max-width: 46px;
}

@media screen and (max-width: 600px) {
  .mainLead {
    font-size: 16px;
    text-align: left;
  }

  /* crowdedness */
  #crowdedness {
    margin: 0 0 40px;
  }
  #crowdedness h2 img {
    width: 88%;
  }
  #crowdedness .leadTxt {
    text-align: left;
    padding: 0 10px;
    font-size: 16px;
  }
  #crowdedness .routeSp {
    width: 96%;
    height: 50px;
    font-size: 20px;
    margin: 0 auto 20px;
    padding: 0 0 0 10px;
    background-image: url(/img/reservation/cont/icon_select_arrow_pc.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px 14px;
    background-color: #fff;
    -moz-box-shadow: 2px 3px 4px -4px #000;
    -webkit-box-shadow: 2px 3px 4px -4px #000;
    box-shadow: 2px 3px 4px -4px #000;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ",sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #eee;
    border-radius: 5px;
    display: block;
  }
  #crowdedness .statusSample {
    width: 96%;
    height: auto;
    padding: 10px 0;
  }
  #crowdedness .statusSample div {
    padding: 0;
  }
  #crowdedness .statusSample .sampleTit {
    margin-right: 15px;
    padding: 20px 15px 20px 0;
    font-size: 16px;
  }
  #crowdedness .statusSample .iconGreen,
  #crowdedness .statusSample .iconYellow,
  #crowdedness .statusSample .iconRed {
    padding-top: 56px;
    padding-left: 0;
    background-position: top center;
    width: 65px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
  }
  #crowdedness .statusLead {
    font-size: 16px;
    text-align: left;
    padding: 0 10px;
    color: #343434;
  }
  #crowdedness .statusLead span {
    color: #f00;
  }
  #crowdedness .routeStatus {
    width: 100%;
    padding: 0 10px;
  }
  #crowdedness .routeStatus.calendar{
    flex-direction: column;
  }
  #crowdedness .routeStatus.calendar .calendarL,
  #crowdedness .routeStatus.calendar .calendarR{
    width: 100%;
  }
  #crowdedness .routeStatus.calendar .calendarL{
    margin-bottom: 40px;
  }
  #crowdedness .routeStatus .routeTit {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
  }
  #crowdedness .routeStatus .routeDate {
    background-color: #62a93f;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    line-height: 1;
  }
  #crowdedness .routeStatus .scrollWrap {
    overflow: auto;
    white-space: nowrap;
  }
  #crowdedness .routeStatus table.tbSecond td {
    border-top: 2px solid #62a93f;
  }
  #crowdedness .routeStatus table th{
    font-size: 18px;
  }
  #crowdedness .routeStatus table th,
  #crowdedness .routeStatus table td {
    padding: 10px 2px;
  }
  #crowdedness .routeStatus table tr:first-child td {
    font-size: 16px;
  }
  #crowdedness .routeStatus table tr.js-addId td{
    font-size: 11px;
  }
  #crowdedness .routeStatus .icoStyle img {
    width: 48px;
    max-width: 90% !important;
  }
}
