@charset "UTF-8";
/*===== PC =====*/
@media screen and (min-width: 768px) {
  /*===============
    head
  ===============*/
  .calendar-head {
    background-color: #eeeeee;
    margin-bottom: 80px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .calendar-head__heading {
    font-size: 30px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.5;
  }
  .calendar-head__text {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    margin-top: 15px;
  }

  /*===============
    news
  ===============*/
  .calendar-news {
    width: 960px;
    margin-bottom: 80px;
    margin-right: auto;
    margin-left: auto;
  }
  .calendar-news__heading {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .calendar-news__main {
    border: dashed 1px #cccccc;
    padding: 50px 40px;
    margin-bottom: 40px;
  }
  .calendar-news__list-item {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
    padding-left: 1.2em;
    position: relative;
  }
  .calendar-news__list-item::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .calendar-news__list-item + .calendar-news__list-item {
    margin-top: 10px;
  }
  .calendar-news__aside {
    width: 520px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .calendar-news__aside-link {
    display: block;
    border: solid 1px #3d9fd2;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    padding: 14px;
  }
  .calendar-news__aside-link:hover {
    background-color: #3d9fd2;
    color: #ffffff;
  }

  #calendar-inner {
    overflow: hidden;
    width: 960px;
    position: relative;
  }
  #calendar-parent {
    position: absolute;
    top: 0;
    left: 0;
  }
  #calendar-0,
  #calendar-1,
  #calendar-2,
  #calendar-3,
  #calendar-4,
  #calendar-5 {
    float: left;
  }
 .month {
    background-color: #888888;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 25px;
  }
  .ex {
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    margin-bottom: 50px;
  }
  .ex img {
    vertical-align: middle;
    width:10px;
  }
  #calendar-wrapper {
    width: 960px;
    margin: 0 auto;
  }

  .catttl {
    background-color: #dddddd;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.0;
    padding: 15px;
  }
  .catdtl {
    margin-bottom: 20px;
  }
  .catdtlinner {
    background-color: #eeeeee;
    padding: 40px 50px;
  }
  .calendar-content {
    margin-bottom: 80px;
  }
  .days {
    margin-left: 434px;
    height: 48px;
  }
  .days ul {
    padding-top: 23px;
  }
  .days ul li {
    position: relative;
    border-right: solid 1px #eeeeee;
    width: 16px;
    font-size: 10px;
    padding-top: 5px;
    height: 42px;
    float: left;
    text-align: center;
    line-height: 1.5em;
    z-index: 2;
  }
  .days ul li:last-child {
    border-right: none;
  }
  .days ul .cal-sat {
    color: #B20000;
  }
  .days ul .cal-sun {
    color: #B20000;
  }
  .days ul .cal-phd {
    color :#B20000;
  }
  .days .days-day,
  .days .days-date {
    display: block;
  }
  .days ul li.today-clr span.bk {
    border-left: 16px solid #FFDFBF;
    margin-top: -5px;
    height: 48px;
    z-index: 0;
  }
  .days ul li.today-clr div.ico {
    width: 16px;
    height: 48px;
    position: absolute;
    z-index: 2;
  }
  .days ul li.today-clr div.ico:before {
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 1;
    content: url("/img/static/calendar/icon_today.png");
    width: 16px;
    width: 16px;
    height: 48px;
  }
  .days ul li.today-clr div.ico:after {
    position: absolute;
    width: 30px;
    color: #D96D00;
    margin-left: -50%;
    text-align: center;
    top: -24px;
    left: 0;
    z-index: 1;
    content: "今日";
  }
  .days ul li.today-clr.en div.ico:after {
    content: "Today";
  }
  .days ul li span.bk {
    position: absolute;
    left: 0;
    z-index: 5;
    width: 16px;
  }
  .calendar {
    width: 960px;
    margin: 0 auto;
    max-height: 100%;
  }
  .calendar h3 {
    font-size: 172%;
    text-align: center;
  }
  .calendar .c-event {
    border: 1px dashed #CCCCCC;
    padding: 50px 50px 30px 50px;
    margin: 44px 0 40px 0;
  }
  .calendar .calendar-multilist {
    margin-bottom: 80px;
  }
  .calendar .c-event p,
  .calendar .c-event ul {
    margin-bottom: 20px;
  }
  #c-nav {
    margin-bottom: 80px;
    page-break-after: always;
    text-align: center;
    vertical-align: middle;
  }
  #c-nav a {
    text-decoration: none;
  }
  #c-nav .arrowleft {
    width: 10px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
  }
  #c-nav .arrowright {
    margin-right: 0;
    width: 10px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
  }
  #c-nav .arrowleft:hover,
  #c-nav .arrowright:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  #c-nav .arrowleft.deactive a,
  #c-nav .arrowright.deactive a {
    cursor: default;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  #c-nav ul {
    display: inline-block;
    line-height: 1em;
    vertical-align: top;
    text-align: center;
    font-size: 136%;
    margin: 0 20px;
    letter-spacing: -.40em;
    word-spacing: -.40em;
    width: 880px !important;
  }
  #c-nav ul.enmonthnav {
    font-size: 100%;
    vertical-align: middle;
  }
  #c-nav ul li {
    display: inline-block;
    margin-right: 30px;letter-spacing: normal;word-spacing: normal;
    color: #3D9FD2;
    vertical-align: middle;
    width: 110px !important;
  }
  #c-nav ul li:last-child {
    margin-right: 0;
  }
  #c-nav ul li.crt a {
    color: #333333;
  }
  #c-nav ul li a:hover {
    cursor: pointer;
    color: #333333;
  }
  #c-nav ul li br.cal-en-br {
    display: none;
  }
  #c-nav ul li span.cal-en {
    display: inline;
  }
  .calendar .printpgn {
    page-break-after: always;
    margin: 0;
    padding: 0;
  }
  .calendar .islanddetail {
    max-height: 100%;
  }
  .schedule-wrapper{
    overflow: hidden;
    clear: both;
  }
  .schedule-wrapper .schedule-ttl{
    width: 199px;
    float: left;
    padding-right: 6px;
  }
  .schedule-wrapper .schedule-time{
    width: 229px;
    float: left;
    font-size: 86%;
    color: #666666;
    line-height: 1.4em;
  }
  .schedule-wrapper .schedule-dtl {
    position: relative;
    width: 526px;
    float: left;
  }
  .schedule-wrapper ul li {
    position: relative;
    border-right: 1px solid #EEEEEE;
    width: 16px;
    font-size: 10px;
    height: 65px;
    float: left;
    text-align: center;
    line-height: 1.5em;
    z-index: 2;
  }
  .schedule-wrapper ul li:last-child {
    border-right: none;
  }
  .schedule-wrapper ul li.today-clr span.sbk {
    position: absolute;
    top: 0;
    left: 0;z-index: 1;
    border-left: 16px solid #FFDFBF;
    height: 65px;
  }
  .schedule-wrapper ul li.today-clr span.schedule-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 16px;
  }
  .schedule-wrapper ul li.schedule-close span.schedule-icon,
  .schedule-wrapper ul li.schedule-special span.schedule-icon {
    display: none;
  }
  .schedule-wrapper ul li.cal-cls:before {
    display: block;
    position: absolute;
    top: 0;
    content: url("/img/static/calendar/close.png");
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    z-index: 5;
  }
  .schedule-wrapper ul li.cal-so1:before {
    display: block;
    position: absolute;
    top: 0;
    content: url("/img/static/calendar/special_1.png");
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    z-index: 5;
  }
  .schedule-wrapper ul li.cal-so2:before {
    display: block;
    position: absolute;
    top: 0;
    content: url("/img/static/calendar/special_2.png");
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    z-index: 5;
  }
  .schedule-wrapper .schedule-dtl.lines2 ul li,
  .schedule-wrapper .schedule-dtl.lines2 ul li.today-clr span.sbk {
    height: 70px;
  }
  .schedule-wrapper .schedule-dtl .group-p {
    position: absolute;
    left: 7px;
    font-size: 86%;
    color: #22607F;
    line-height: 1em;
    z-index: 6;
    top: 24px;
  }
  .schedule-wrapper .schedule-dtl p.ps-line1,
  .schedule-wrapper .schedule-dtl p.ps-line2 {
    line-height:1.2em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 512px;
    white-space: nowrap;
  }
  .btminformation {
    border: 1px solid #CCCCCC;
    padding: 46px;
    margin-bottom: 92px;
  }
  .btminformation a {
    color: #aaaaaa;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  /*===============
    head
  ===============*/
  .calendar-head {
    background-color: #eeeeee;
    margin-bottom: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .calendar-head__heading {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.5;
  }
  .calendar-head__text {
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    margin-top: 5px;
  }

  /*===============
    news
  ===============*/
  .calendar-news {
    margin-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .calendar-news__heading {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .calendar-news__main {
    border: dashed 1px #cccccc;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .calendar-news__list-item {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
    padding-left: 1.2em;
    position: relative;
  }
  .calendar-news__list-item::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .calendar-news__list-item + .calendar-news__list-item {
    margin-top: 10px;
  }
  .calendar-news__aside {
    margin-top: 20px;
  }
  .calendar-news__aside-link {
    display: block;
    border: solid 1px #3d9fd2;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    padding: 10px;
  }

  /*===============
    nav
  ===============*/
  .calendar-nav {
    overflow: hidden;
    height: 33px;
    margin-bottom: 15px;
    position: relative;
  }
  .calendar-nav__arrow-left {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 10;
  }
  .calendar-nav__arrow-left.arrowleft.deactive {
    display: none;
  }
  .calendar-nav__arrow-right {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 10;
  }
  .calendar-nav__arrow-right.arrowright.deactive {
    display: none;
  }
  .calendar-nav__arrow-link {
    display: block;
    width: 15px;
    z-index: 10;
    padding: 3px;
  }
  .calendar-nav__list {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: auto !important;
  }
  .calendar-nav__list-item {
    float: left;
  }
  .calendar-nav__list-link:link,
  .calendar-nav__list-link:visited {
    display: block;
    font-size: 28px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.0;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    pointer-events: none;
  }

  /*===============
    schedule
  ===============*/
  .month {
    display: none;
  }
  .ex {
    display: none;
  }
  #calendar-inner {
    position: relative;
    overflow: hidden;
  }
  #calendar-parent {
    position: absolute;
    left: 0;
    top: 0;
  }
  #calendar-0,
  #calendar-1,
  #calendar-2,
  #calendar-3,
  #calendar-4,
  #calendar-5 {
    float: left;
  }
  /* days */
  .days {
    margin-left: 220px;
  }
  .days ul {
    display: flex;
    border-left: solid 1px #cccccc;
  }
  .days ul .cal-sat {
    color: #B20000;
  }
  .days ul .cal-sun {
    color: #B20000;
  }
  .days ul .cal-phd {
    color :#B20000;
  }
  .days ul li.today-clr div.ico:before {
    position: absolute;
    top: -14px;
    left: 0;
    z-index: 1;
    content: "";
    background-image: url("/img/static/calendar/icon_today.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 38px;
    height: 16px;
  }
  .days ul li.today-clr div.ico:after {
    position: absolute;
    width: 30px;
    color: #D96D00;
    text-align: center;
    top: -35px;
    left: 3px;
    z-index: 1;
    content: "今日";
  }
  .days ul li.today-clr.en div.ico:after {
    content: "Today";
  }
  .schedule-wrapper ul li.today-clr span.sbk {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #FFDFBF;
    width: 100%;
    height: 100%;
  }
  .ico {
    box-sizing: border-box;
    border-right: solid 1px #cccccc;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .days-day {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 1.0;
  }
  .days-date {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 1.0;
    margin-top: 5px;
  }
  .islanddetail {
    overflow: hidden;
  }
  .catttl {
    background-color: #dddddd;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    padding: 15px;
  }
  .catdtlinner {
    background-color: #eeeeee;
    padding: 10px;
  }
  .catdtlinner p {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
  }
  .catdtlinner p + p {
    margin-top: 10px;
  }
  .calendar-content {
    overflow: auto;
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .calendar-contentinner {
    border-left: solid 1px #cccccc;
    margin-left: 15px;
    width: 1461px;
  }
  .schedule-wrapper {
    overflow: hidden;
    display: flex;
  }
  .schedule-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    border-top: solid 1px #cccccc;
    float: left;
    width: 220px;
    height: 90px;
    padding: 10px;
    min-width: 220px;
  }
  .schedule-dtl {
    float: left;
    border-top: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    height: 90px;
    position: relative;
    box-sizing: border-box;
  }
  .calendar-contentinner .schedule-wrapper:last-of-type .schedule-dtl,
  .calendar-contentinner .schedule-wrapper:last-of-type .schedule-head{
    border-bottom: solid 1px #cccccc;
  }
  .schedule-dtl ul {
    display: flex;
    height: 100%;
  }
  .schedule-dtl li {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-left: solid 1px #cccccc;
    text-align: center;
    width: 40px;
    position: relative;
  }
  .schedule-icon {
    display: block;
    line-height: 1.0;
    width: 20px;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .cal-cls {
    position: relative;
  }
  .cal-cls::before {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-image: url(/img/static/calendar/close.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 5;
    width: 20px;
    height: 20px;
  }
  .ps-line1 {
    background-color: #cccccc;
    line-height: 1.5;
    padding: 1px 5px;
    font-size: 10px;
    position: absolute;
    bottom: 4px;
    left: 11px;
    z-index: 100;
  }
  .ico {
    width: 40px;
    position: relative;
  }
  .days{
    position: relative;
  }
  .days::before{
    content: "";
    background-color: #cccccc;
    width: 220px;
    height: 1px;
    position: absolute;
    left: -220px;
    top: 0;
  }
  .days li{
    border-top: 1px solid #cccccc;
  }
  .days ul li.today-clr span.bk + .ico {
    background-color: #FFDFBF;
  }
  .schedule-ttl {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
  }
  .schedule-time {
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
    width: 100%;
  }
  .btminformation {
    border: 1px solid #CCCCCC;
    margin-right: 15px;
    margin-left: 15px;
    padding: 20px;
  }
  .btminformation a {
    color: #aaaaaa;
  }
}