@charset "utf-8";
@media (max-width: 750px) {
  #main_inner h3 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-top: 10.66vw;
  }
  /* main_inner */
  #main .item_block {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  #main_inner .white_box {
    background-color: #ffffff;
    border-radius: 6px;
  }
  #main_inner .annotation {
    font-size: 1rem;
  }
  /* schedule */
  #main_inner #schedule {
    background-color: #faf2eb;
  }
  #main_inner #schedule h2 .reserve {
    display: inline-block;
    line-height: 40px;
    margin-right: 2.66vw;
    padding: 0 4vw;
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    background-color: #d71c1c;
  }
  #main_inner #schedule h2 .blue {
    display: inline-block;
    line-height: 40px;
    padding: 0 4vw;
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    background-color: #1d2088;
  }
  #main_inner #schedule h2 .clockIcon {
    display: block;
    margin-top: 4vw;
    font-size: 2rem;
    font-weight: 900;
    color: #000000;
  }
  #main_inner #schedule h2 .clockIcon .sFont {
    font-size: 1.6rem;
  }
  #main_inner #schedule .item_inner {
    margin-top: 8vw;
  }
  #main_inner #schedule .item_inner .boxTab .nav li {
    width:100%;
  }
/*  #main_inner #schedule .item_inner .boxTab .nav li:nth-child(n+3) {
    margin-top: 10px;
  }*/
  #main_inner #schedule .item_inner .boxTab .nav li a {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #f5e6d7;
    color: #d49250;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
  }
  #main_inner #schedule .item_inner .boxTab .nav li.active a {
    background-color: #ffffff;
    color: #000000;
  }
  #main_inner #schedule .item_inner .boxTab .nav li a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: ' ';
    width: 100%;
    height: 4px;
    background: #d49250;
    transition: all 0.2s linear;
    opacity: 0;
    z-index: 2;
  }
  #main_inner #schedule .item_inner .boxTab .nav li.active a::after {
    opacity: 1;
  }
  #main_inner #schedule .item_inner .boxTab .boxItem {
    padding-top: 8vw;
    display: none;
    clear: both;
  }
  #main_inner #schedule .boxTable table {
    width: 100%;
    margin: 0 auto;
  }
  #main_inner #schedule .boxTable th {
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    background-color: #f7dabc;
    border-bottom: solid 2px #d49250;
    border-right: solid 2px #d49250;
  }
  #main_inner #schedule .boxTable td {
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    border-bottom: solid 2px #d49250;
    border-right: solid 2px #d49250;
  }
  #main_inner #schedule .boxTable td.nowrap {
    white-space: nowrap;
  }
  #main_inner #schedule .boxTable th.borderRight_non, #main_inner #schedule .boxTable td.borderRight_non {
    border-right: none;
  }
  #main_inner #schedule .boxTable td .annotation {
    margin-top: 10px;
  }
  #main_inner #schedule .boxTable td ul.list {
    margin-top: 10px;
  }
  #main_inner #schedule .boxTable td ul.list li span {
    display: inline-block;
    text-indent: 0;
  }
  #main_inner #schedule .boxTable td ul.list.list_part1 li {
    padding-left: 12.2em;
    text-indent: -12.2em;
  }
  #main_inner #schedule .boxTable td ul.list.list_part1 li span {
    width: 12.2em;
  }
  #main_inner #schedule .boxTable td ul.list.list_part2 li {
    padding-left: 9.8em;
    text-indent: -9.8em;
  }
  #main_inner #schedule .boxTable td ul.list.list_part2 li span {
    width: 9.8em;
  }
  /* table scroll */
  #main_inner #schedule .boxTable .scrollTable {
    width: 100%;
    padding-bottom: 15px;
    overflow-x: auto; /*	-webkit-overflow-scrolling: touch;*/
  }
  #main_inner #schedule .boxTable .scrollTable table {
    border-collapse: separate;
    padding-right: 2.66vw;
    padding-left: 2.66vw;
  }
  #main_inner #schedule .boxTable .scrollTable th, #main_inner #schedule .boxTable .scrollTable td {
    width: auto !important;
    white-space: nowrap;
  }
  #main_inner #schedule .boxTable td .mediaBox {
    margin-bottom: 10px;
    background-color: #50abd4;
    padding: 10px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    border-radius: 40px;
    font-weight: bold;
  }
  #main_inner #schedule .item_inner .coming_soon .text {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
  }
  #main_inner #schedule .item_inner .coming_soon .title {
    margin-top: 8vw;
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
  }
  /* access */
  #main_inner #access {
    background-color: #f0c192;
    background-image: url("/prospective/open_campus/experience/winter/img/access_bg.png");
  }
  #main_inner #access .white_box {
    margin: 8vw auto 0 auto;
    width: calc(100% - 8vw);
    width: -webkit-calc(100% - 8vw);
    padding: 4vw;
  }
  #main_inner #access .white_box .img_box {
    width: 100%;
  }
  #main_inner #access .white_box .text_box {
    width: 100%;
    margin-top: 10.66vw;
  }
  #main_inner #access .white_box .text_box .boxTable th {
    padding-right: 5.33vw;
    padding-bottom: 5.33vw;
    white-space: nowrap;
  }
  #main_inner #access .white_box .text_box .boxTable td {
    padding-bottom: 5.33vw;
  }
  #main_inner #access .white_box .text_box .boxBtn li {
    margin-top: 2.66vw;
  }
  .winterTable .boxBtn .box2_1_pc {
    display: block;
    width: calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    float: left;
  }
  .winterTable .boxBtn .box2_1_pc:last-child {
    float: right;
  }
  .winterTable .boxBtn a {
    display: block;
    padding: 15px 20px;
    color: #000000 !important;
    background-color: #d49250;
    text-decoration: none !important;
    text-align: center;
    border-radius: 6px;
  }
  .winterTable td.roundSet {
    padding-right: 50px !important;
  }
  .winterTable td .round {
    width: 44px;
    height: 44px;
  }
  .winterTable td .round .txt {
    font-size: 10px;
  }
}
  #main_inner #schedule .boxTable .annotation.boxT0 {
    margin-top: 0 !important;
  }