@charset "utf-8";

/*==========================================
 TOP
===========================================*/
#sp_ConvenientLink {
  display: none;
}
#topMain {
  position: relative;
  width: 100%;
}
#topMain #topMv {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
#topMain #topMv img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 0 0 -50%;
}
#topMain #topMv img:nth-child(3) {
  display: block;
}
#topMain #topBanaArea {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 0;
  background-color: rgba(255, 255, 255, 0.5);
}
#topMain #topBanaArea #topBana {
  width: 960px;
  margin: 0 auto;
}
#topMain #topBanaArea #topBana img {
  width: 294px;
  height: 144px;
  border: 3px solid #fff;
}

/* スマホ用 */
@media only screen and (max-width: 767px) {
  #sp_ConvenientLink {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 0 30px;
    background-color: #e50012;
  }
  #sp_ConvenientLink ul {
    display: block;
  }
  #sp_ConvenientLink ul li {
    float: left;
    width: 30%;
    padding: 12px 0 0;
    text-align: center;
  }
  #sp_ConvenientLink ul li:last-child {
    width: 40%;
  }
  #sp_ConvenientLink ul li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
  #sp_ConvenientLink ul li a::after {
    position: absolute;
    right: -15px;
    top: 50%;
    width: 7px;
    height: 13px;
    margin: -6px 0 0;
    content: url(../../common/img/yaji_01.svg);
  }
  #topMain #topMv {
    height: 480px;
  }
  #topMain #topMv img {
    left: 0;
    width: auto;
    height: 480px;
    margin: 0;
  }
  #topMain #topBanaArea {
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0);
  }
  #topMain #topBanaArea #topBana {
    width: 300px;
    margin: 0 auto;
  }
}

/*イベントスケジュール*/
#schedule_Area {
  margin: 0;
}
#schedule_Area .schedule_emergency {
  width: 932px;
  margin: 20px 0;
  padding: 8px 10px;
  border: 4px solid #e50012;
  background-color: #fffbd7;
}
#schedule_Area .schedule_emergency p {
  padding: 0;
}
#schedule_Box {
  margin: 0 0 30px;
  border-top: 1px solid #ccc;
}
#schedule_Box .schedule_Set {
  position: relative;
  margin: 0;
  padding: 17px 0 10px;
  border-bottom: 1px solid #ccc;
}
#schedule_Box .schedule_Set .schedule_Today {
  position: absolute;
  left: 15px;
  top: 17px;
  width: 61px;
  margin: 0;
  padding: 5px 0;
  font-size: 18px;
  color: #e50012;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #e50012;
}
#schedule_Box .schedule_Set .schedule_Day {
  position: absolute;
  left: 90px;
  top: 17px;
  width: 90px;
  margin: 0;
  padding: 5px 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  background-color: #333;
}
#schedule_Box .schedule_Set .schedule_Day span.saturday {
  color: #8fb7f7;
}
#schedule_Box .schedule_Set .schedule_Day span.sunday {
  color: #ff9f9f;
}
#schedule_Box .schedule_Set .schedule_Event {
  float: right;
  width: 730px;
  margin: 0 15px 10px 0;
  padding: 2px 0 0;
}

#schedule_Box .schedule_Set .schedule_Event a {
  position: relative;
  display: block;
  margin: 0 0 0 140px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  text-decoration: none;
}
#schedule_Box .schedule_Set .schedule_Event a:hover {
  text-decoration: underline;
}
#schedule_Box .schedule_Set .schedule_Event a::before {
  position: absolute;
  left: -23px;
  top: 5px;
  width: 15px;
  height: 15px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  content: url("../common/img/icon_01.svg");
}
#schedule_Box .schedule_Set .schedule_Event a::after {
  position: absolute;
  left: -165px;
  top: 2px;
  width: 140px;
  padding: 3px 0;
  font-size: 8px;
  color: #fff;
  text-align: center;
}
#schedule_Box .schedule_Set .schedule_Event a.icon01::after {
  content: "味の素スタジアム";
  background-color: #e50012;
}
#schedule_Box .schedule_Set .schedule_Event a.icon02::after {
  content: "アミノバイタルフィールド";
  background-color: #2e7bed;
}
#schedule_Box .schedule_Set .schedule_Event a.icon03::after {
  content: "AGFフィールド";
  background-color: #1da764;
}
#schedule_Box .schedule_Set .schedule_Event a.icon04::after {
  content: "アジパンダ広場";
  background-color: #fb6805;
}
#schedule_Box .schedule_Set .schedule_Event a.icon05::after {
  content: "おにぎり丸広場";
  background-color: #9248c2;
}
#schedule_Box .schedule_Set .schedule_Event a.icon06::after {
  content: "会議室・ホール";
  background-color: #cdc600;
}

/* スマホ用 */
@media only screen and (max-width: 767px) {
  #schedule_Area {
    margin: 0;
  }
  #schedule_Area .schedule_emergency {
    width: 92%;
    margin: 10px 0;
    padding: 5px 3%;
  }
  #schedule_Box .schedule_Set {
    position: relative;
    margin: 0 0 5px;
    padding: 10px 0 15px;
    border-bottom: 1px solid #ccc;
  }
  #schedule_Box .schedule_Set .schedule_Today {
    position: static;
    width: 99.5%;
    margin: 0 0 10px;
    padding: 5px 0 6px;
    font-size: 15px;
  }
  #schedule_Box .schedule_Set .schedule_Day {
    position: static;
    width: 90px;
    padding: 5px 0;
    font-size: 15px;
  }
  #schedule_Box .schedule_Set .schedule_Event {
    float: none;
    width: 94%;
    margin: 5px 3% 0;
    padding: 4px 0 0 0;
  }
  #schedule_Box .schedule_Set .schedule_Event a {
    margin: 0 0 0 120px;
    font-size: 14px;
  }
  #schedule_Box .schedule_Set .schedule_Event a::before {
    left: -19px;
    top: 3px;
  }
  #schedule_Box .schedule_Set .schedule_Event a::after {
    position: absolute;
    left: -130px;
    top: 2px;
    width: 105px;
    padding: 3px 0;
    font-size: 8px;
    color: #fff;
    text-align: center;
  }
}

/*注意*/
.emergency {
  width: 90%;
  margin: 0;
  padding: 15px 5%;
  background-color: #e50012;
}
.emergency p {
  padding: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
body#visit .emergency p a {
  color: #fff;
  text-decoration: underline;
}
body#visit .emergency p a:hover {
  text-decoration: none;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  .emergency {
    width: 94%;
    padding: 3%;
  }
  .emergency p {
    font-size: 14px;
    line-height: 1.4;
  }
}


/*ニュース*/
#newsArea {
}
#newsArea ul {
  margin: 0 0 20px;
  list-style-type: none;
  border-bottom: 1px solid #ccc;
}
#newsArea ul li {
  padding: 17px 0 10px;
  border-top: 1px solid #ccc;
}
#newsArea ul li span {
  float: left;
  width: 120px;
}
#newsArea ul li a {
  position: relative;
  float: right;
  display: block;
  width: 310px;
  padding: 0 0 0 20px;
  text-decoration: none;
  color: #333;
}
#newsArea ul li a:hover {
  text-decoration: underline;
}
#newsArea ul li a::before {
  position: absolute;
  left: -1px;
  top: 3px;
  width: 15px;
  height: 15px;
  content: url("../../common/img/icon_01.svg");
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #newsArea {
  }
  #newsArea ul li {
    padding: 12px 0 2px;
  }
  #newsArea ul li span {
    float: none;
    width: 100%;
  }
  #newsArea ul li a {
    float: none;
    width: 95%;
    margin: 5px 0 0;
    padding: 0 0 0 5%;
  }
  #newsArea ul li a::before {
    left: 0;
    top: 2px;
  }
}

/*ニュース*/
#facebookPC {
  display: block;
  margin: 0 0 20px;
}
#facebookSP {
  display: none;
}
/* スマホ用 */
@media only screen and (max-width: 767px) {
  #facebookPC {
    display: none;
  }
  #facebookSP {
    display: block;
    margin: 0 auto 20px;
  }
}
