<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/


/* absolute-btn-wrap
============================================================ */
.absolute-btn-wrap {
  position: absolute;
  top: -8px;
  right: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .absolute-btn-wrap {
    position: static;
  }
}

/* short-layout-title
============================================================ */
.short-layout-title {
  width: calc(100% - 260px);
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .short-layout-title {
    width: 100%;
  }
}

/* section-kv
============================================================ */
.section-kv {
  background: url(../img/top/kv-bg.png) 0 center repeat-x;
}
.section-kv .section-kv-item {
  position: relative;
}
.section-kv .item-text {
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, .7);
  padding: 6px 20px 6px 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-kv {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .section-kv .section-kv-item {
    position: relative;
  }
  .section-kv .section-kv-item img {
    width: 100%;
    height: auto;
  }
  .section-kv .item-text {
    background-color: rgba(0, 0, 0, .7);
    padding: 6px 10px 6px 10px;
    position: relative;
    bottom: 0;
  }

  .section-kv .item-text {
    font-size: 12px;
    opacity: 0 !important;
  }
  .swiper-slide-active .item-text {
    opacity: 1 !important;
  }
}

/* section-info
============================================================ */
.section-info {
  margin: 0 0 20px;
}
.section-info .info-table th,
.section-info .info-table td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  padding-bottom: 18px;
}
.section-info .info-table th {
  width: 154px;
}
.section-info .info-table td a {
  text-decoration: underline;
}
.section-info .info-table td a:hover {
  text-decoration: none;
}
.section-info .info-table th .label .day {
  width: 142px;/* 135px */
  margin: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-info {
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 0 40px;
  }
  .section-info .info-table th,
  .section-info .info-table td {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
  .section-info .info-table th {
    width: 100%;
  }
  .section-info .info-table td a:hover {
    text-decoration: underline;
  }
  .section-info .info-table th .label .day {
    width: auto;
  }
  .section-info .absolute-btn-wrap {
    margin: 10px 0 0;
  }
}

/* section-topics
============================================================ */
.section-topics {
  margin: 0 0 45px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-topics {
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 0 45px;
  }
  .section-topics .absolute-btn-wrap {
    margin: 10px 0 0;
  }
}

/* section-calendar
============================================================ */
.section-calendar {
  margin: 0 0 40px;
}
.section-calendar .com-section-inner {
  background-color: #f4fcff;
  padding: 35px 40px 55px;
  box-sizing: border-box;
}
.section-calendar .calendar-col2-wrap {
  display: flex;
  margin: 0 0 40px;
  padding-bottom: 30px;
  border-bottom: solid 1px #c7dbe2;
}
.section-calendar {
}
.section-calendar .calendar-block {
  width: 300px;
  margin-right: 50px;
}
.section-calendar .list-block {
  width: 570px;
}

/* calendar-block */
.section-calendar .com-calendar-base table {
  width: 100%;
}
.section-calendar .calendar-title-wrap {
  position: relative;
  padding-left: 86px;
  margin: 0 0 25px;
}
.section-calendar .com-calendar-base {
  margin: 0 0 20px;
}
.section-calendar .calendar-title-wrap .month {
  /* font-size: 20px; */
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 20px 0 30px;
  box-sizing: border-box;
  position: absolute;
  top: -41px;
  left: 0;
  width: 60px;
  height: 77px;
  background: url(../img/common/img-parts-1.png) 0 0 no-repeat;
  background-size: 60px auto;
}
.section-calendar .calendar-bottom-btn-wrap .com-link-btn-bl {
  margin: 0 auto;
}

/* list-block */
.section-calendar .calendar-pen-title-wrap {
  margin: 0 0 24px;
  position: relative;
}
.section-calendar .calendar-pen-title-wrap .day {
  position: absolute;
  top: -5px;
  right: 0;
}
.section-calendar .scroll-box {
  height: 312px;
  overflow-y: auto;
}
.section-calendar .scroll-box li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 11px;
}
.section-calendar .scroll-box li:last-child {
  margin: 0 0 0;
}
.section-calendar .scroll-box li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-link-arrow-bl.png) 0 0 no-repeat;
  background-size: 20px auto;
}
.section-calendar .scroll-box li a {
  text-decoration: underline;
}
.section-calendar .scroll-box li a:hover {
  text-decoration: none;
}

/* calendar-bottom-wrap */
.section-calendar .calendar-bottom-wrap {
  position: relative;
  display: flex;
}
.section-calendar .calendar-bottom-wrap .link-block {
  padding-top: 5px;
  margin-left: 40px;
}
.section-calendar .calendar-bottom-wrap .link-block a {
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}
.section-calendar .calendar-bottom-wrap .link-block a:last-child {
  margin-right: 0;
}
.section-calendar .calendar-bottom-wrap .link-block a::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-link-arrow-bl.png) 0 0 no-repeat;
  background-size: 20px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-calendar {
    margin: 0 0 40px;
    background-color: #f4fcff;
  }
  .section-calendar .com-section-inner {
    padding: 25px 20px 40px;
  }
  .section-calendar .calendar-col2-wrap {
    display: block;
    margin: 0 0 30px;
    padding-bottom: 28px;
  }
  .section-calendar .calendar-block {
    width: 100%;
    margin-right: 0;
  }
  .section-calendar .list-block {
    width: 100%;
  }

  /* calendar-block */
  .section-calendar .calendar-block {
    margin: 0 0 30px;
  }
  .section-calendar .calendar-title-wrap {
    padding-left: 77px;
    margin: 0 0 30px;
  }
  .section-calendar .com-calendar-base {
    margin: 0 0 15px;
  }
  .section-calendar .calendar-title-wrap .month {
    top: -31px;
  }

  /* list-block */
  .section-calendar .calendar-pen-title-wrap {
    margin: 0 0 12px;
  }
  .section-calendar .calendar-pen-title-wrap .day {
    top: 0;
  }
  .section-calendar .scroll-box {
    height: 100%;
    overflow-y: hidden;
  }
  .section-calendar .scroll-box li {
    padding-left: 24px;
    margin: 0 0 10px;
  }
  .section-calendar .scroll-box li:last-child {
    margin: 0 0 0;
  }
  .section-calendar .scroll-box li::before {
    top: 4px;
    width: 15px;
    height: 15px;
    background-size: 15px auto;
  }
  .section-calendar .scroll-box li a:hover {
    text-decoration: underline;
  }

  /* calendar-bottom-wrap */
  .section-calendar .calendar-bottom-wrap {
    display: block;
  }
  .section-calendar .calendar-bottom-wrap .link-block {
    padding-top: 14px;
    padding-bottom: 20px;
    margin-left: 0;
  }
  .section-calendar .calendar-bottom-wrap .link-block a {
    padding-left: 20px;
    margin-right: 20px;
  }
  .section-calendar .calendar-bottom-wrap .link-block a:last-child {
    margin-right: 0;
  }
  .section-calendar .calendar-bottom-wrap .link-block a::before {
    top: 0;
    width: 15px;
    height: 15px;
    background-size: 15px auto;
  }
}

/* section-recommended-info
============================================================ */
/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-recommended-info {
    padding: 0 20px;
    box-sizing: border-box;
  }
}


/* add 2020 09
============================================================ */
.section-kv {
  min-width: 1110px;
  padding: 0 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.section-kv .com-section-inner {
  min-width: 1000px;
  padding: 0 0 0 0;
}
.section-calendar {
  margin: 0 40px 40px;
}
.section-calendar .com-section-inner {
  min-width: 1000px;
}
.absolute-btn-wrap {
  right: 40px;
}

@media screen and (max-width: 811px) {
  .section-kv,
  .section-kv .com-section-inner,
  .section-calendar .com-section-inner {
    min-width: 100%;
  }
  .section-calendar {
    margin: 0 0 40px;
  }
  .section-kv {
    padding: 0 20px;
  }
}


</pre></body></html>