@charset "UTF-8";
/*ニュース欄*/
.newsBox ul li {
  border-bottom: 1px solid #c8c8c8;
  padding: 20px;
  background: #eaf1ef;
}

.newsBox ul li a,
.newsBox ul li a:visited,
.newsBox ul li a:active,
.newsBox ul li a:link {
  color: #000;
}

.newsBox ul li a {
  text-decoration: underline;
}

.newsBox .newsDate {
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
}
.newsBox .newsTxt {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
}
/* .newsBox ul li:nth-child(2n) {
    background: #ddd;
} */

/*コース予約*/
.reserveCs .cntBlockInner p.txt_center {
  margin-bottom: 20px;
}
.reserveCs .cntBlockInner dl {
  border-top: 1px solid #969696;
}
.reserveCs .cntBlockInner dl {
  font-size: 18px;
  padding: 15px 0;
}
/*クリックしたら開く*/
.panel-head {
  position: relative;
}
.reserveCs .choiceBox:first-of-type {
  margin-top: 60px;
}
/*下矢印↓*/
.panel-head:after {
  content: "";
  position: absolute;
  border-right: 1px solid #035137;
  border-bottom: 1px solid #035137;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 3%;
  margin-top: -5px;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
}
/*上矢印↑*/
.panel-head.ac:after {
  content: "";
  position: absolute;
  border-left: 1px solid #035137;
  border-top: 1px solid #035137;
  border-right: 0;
  border-bottom: 0;
}
.panel-head span.subTxt {
  float: left;
}

@media screen and (max-width: 930px) {
  .panel-head span.subTxt {
    float: right;
    width: 59%;
  }
}

.qaAnswer {
  display: none;
  border-top: 1px solid #999;
  padding: 2em 0.3em;
  line-height: 1.5;
  background-color: #eeeeee;
}
.datePanel {
  display: block;
}
.addCdtBox + .qaAnswer.qaAnswerBgw {
  border-top: none;
  border-bottom: 1px solid #999;
}
.index .bgWhite,
.course .bgWhite {
  background-color: #fff;
  padding: 0;
}
.chikiArea .openCts ul li {
  transform: translateX(25px);
  cursor: pointer;
  margin-right: 0;
  width: 20%;
}
.chikiArea .openCts ul li label {
  cursor: pointer;
}
.qaAnswerBgw {
  background-color: #fff;
}
.dwnArwGr {
  position: relative;
}
.reserveCs .cntBlockInner dl dt {
  float: left;
  background-color: #035137;
  width: auto;
  min-width: 167px;
  height: 44px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  padding: 0 5px;
  margin-left: 2%;
}
@media screen and (max-width: 895px) {
  .chikiArea .openCts ul li {
    width: 28%;
  }
}
@media screen and (max-width: 842px) {
  .chikiArea .openCts ul li {
    width: 44%;
  }
}
/*▼コース選択*/
.courseCis .openCtsWk ul li::before {
  display: none;
}
.pref {
  overflow: hidden;
  border-bottom: solid 1px #c8c8c8;
}
.pref:last-child {
  border-bottom: 0;
}
.prefLeft {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 20px 0 0 3%;
}
.prefRight {
  float: right;
  width: 80% !important;
  box-sizing: border-box;
}
.firstList .prefName {
  color: #035137;
  border: 1px solid #035137;
  width: 100px;
  text-align: center;
  padding: 10px 0;
}
.firstList .prefName,
.firstList .corseName {
  float: left;
  margin-left: 10px;
}
.pref .corseName {
  position: relative;
  padding-left: 13px;
  margin: 10px 0;
}
.pref .corseName::before {
  content: "";
  margin: auto;
  background-color: #fff;
  border: solid 1px #5e5b5a;
  width: 15px;
  height: 15px;
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
  border-radius: 55px;
  display: inline-block;
  position: absolute;
  top: 15%;
  left: -11px;
}

.courseCis .openCts ul li {
  width: 40%;
  min-height: 49px;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
}
.courseCis {
  border: 1px solid #969696;
  border-bottom: 0;
}
.courseCis .chkedBtn::after {
  content: "";
  margin: auto;
  background-color: #00a0e9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: calc(15% + 4px);
  width: 9px;
  height: 9px;
}
.reserveCs .cntBlockInner dl dd {
  width: calc(95% - 167px);
  float: right;
  color: #035137;
  line-height: 1.4;
  padding-top: 12px;
  position: relative;
  padding-right: calc(100% * 60 / 950);
}
.reserveCs .cntBlockInner dl.bgColor {
  text-align: center;
}
.index .subTxt,
.course .subTxt {
  font-size: 0.8rem;
  color: #ff0000;
  margin: 16px 0 0 10px;
}
.index dl span.subTxt {
  margin: 16px 0 0 auto;
  width: 74%;
  display: block;
}
.checkbox {
  box-sizing: border-box;
}
.openCts {
  clear: both;
  padding: 1em 0;
  position: relative;
}
.radioBlock:before {
  content: "";
  height: 1px;
  width: 92%;
  background: #c8c8c8;
  top: 3.8rem;
  left: 4%;
  position: absolute;
}

.courseCis .courseCis {
  clear: both;
  padding: 1em 0;
}
.openCts ul {
  padding: 0;
  width: 92%;
  margin: 0 auto;
}
.chikiArea .openCts ul {
}

/* .openCts ul.btmLine + ul.btmLine{
  border-top: 1px solid #C8C8C8;
} */
/* .openCts ul.btmLine {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 54px, #c8c8c8 54px, #c8c8c8 100%);
    background-size: 100% 3.42em;
} */

.openCts ul li {
  float: left;
  font-size: 18px;
  margin-right: 2em;
  margin: 0.5em 1.8em 0.5em 2em;
  position: relative;
  cursor: pointer;
}
.courseCis .openCts ul li {
  margin: 1em 1.8em 0.5em 2em;
}

/*枠数ラジオボタン*/

.openCtsWk ul li::before {
  content: "";
  margin: auto;
  background-color: #fff;
  border: solid 1px #5e5b5a;
  width: 15px;
  height: 15px;
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
  border-radius: 55px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -20px;
}

.chkedBtn::after {
  content: "";
  margin: auto;
  background-color: #00a0e9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: 8px;
  width: 9px;
  height: 9px;
}

.reserveCs .cntBlockInner dl.addCdt dt {
}
.reserveCs .cntBlockInner dl.addCdt dt {
  background: none;
  color: #035137;
  font-size: 22px;
}
.reserveCs a {
  color: #035137;
  text-decoration: underline;
}
.cntBlockInner dl.addCdt {
  position: relative;
}
.reserveCs .cntBlockInner dl.addCdt dt {
  position: relative;
  width: 235px;
}
.cntBlockInner dl.addCdt dt::before {
  content: url("../images/index/icon_plus.png");
  position: absolute;
  left: 0%;
  top: 9%;
}
.openCts02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.openCts02 ul {
  width: 100%;
}
.openCts02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.openCts02 ul li {
  height: 44px;
  border: 1px solid #969696;
  border-width: 1px 0 1px 1px;
  text-align: center;
  line-height: 44px;
  margin-bottom: 2em;
  cursor: pointer;
}
.openCts02 ul:last-child li {
  margin-bottom: 0;
}
.openCts02 ul li:last-child {
  border-right: 1px solid #969696;
}
.openCts02 .w100 > li {
  border: 1px solid #969696;
  width: calc(100% / 4 - 11.25px);
  margin-right: 15px;
}
.openCts02 .w100 li:last-child {
  margin-right: 0;
}
.openCts02 .w50 {
  width: calc(100% / 2 - 7.5px);
}
.openCts02 .w50.col2 li {
  width: calc(100% / 2);
}
.openCts02 .w50.col4 li {
  /* width: calc(100% / 4); */
  width: 25%;
  font-size: 14px;
  letter-spacing: -1px;
}
.openCts02 ul li.bgClr {
  background-color: #333333;
  color: #fff;
}
.openCts02 ul li.smallWdh {
  width: 11.8%;
  margin-right: 0;
  border-right: none;
}

.openCts02 ul li.smallWdh:nth-child(4) {
  border-right: 1px solid #969696;
}
.openCts02 ul li.smallWdh:last-child {
  border-right: 1px solid #969696;
}
.openCts02 ul li.tebiki {
  border-right: 1px solid #969696;
}
.reserveCs .cntBlockInner .dateList ul {
  width: 100%;
}
.reserveCs .cntBlockInner .dateList ul li {
  float: left;
  border: 2px solid #a5a5a5;
  border-right: none;
}
.reserveCs .cntBlockInner .dateList ul li:first-child,
.reserveCs .cntBlockInner .dateList ul li:nth-child(8) {
  border-left: none;
}
.reserveCs .cntBlockInner .dateList ul li {
  position: relative;
  width: 11.6%;
  text-align: center;
  font-size: 0.9rem;
}
.reserveCs .cntBlockInner .dateList ul li span.dayOw {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: auto;
  padding: 2px;
  width: 3em;
  text-align: center;
}
@media screen and (max-width: 589px) {
  .reserveCs .cntBlockInner .dateList ul li span.dayOw {
    font-size: 0.75rem;
  }
}

.reserveCs .cntBlockInner .dateList ul li.firstCh,
.reserveCs .cntBlockInner .dateList ul li.lastCh {
  width: 9%;
  position: relative;
}
.reserveCs .cntBlockInner .dateList ul li.strDay {
  color: #0093ff;
}
.reserveCs .cntBlockInner .dateList ul li.sunDay {
  color: #ff0000;
}
.reserveCs .cntBlockInner .dateList ul li.firstCh::before {
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-135deg);
  position: absolute;
  width: 10px;
  height: 10px;
  right: 25%;
  top: 45%;
}
.reserveCs .cntBlockInner .dateList ul li.lastCh::after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  width: 10px;
  height: 10px;
  right: 38%;
  top: 50%;
  margin-top: -5px;
}
.reserveCs .cntBlockInner .dateList ul li.bgGray {
  background-color: #eeeeee;
}
.reserveCs .cntBlockInner .dateList ul li.ontheDay {
  border: 2px solid #035137;
  background-color: #d5f5ea;
}
.reserveCs .cntBlockInner .dateList ul li.ontheDay + .day {
  border-left: 0;
}
.reserveCs .cntBlockInner .dateList ul li.lastCh {
  border-right: 2px solid #a5a5a5;
  color: transparent;
}
.cntBlockInner dl.bgColor {
  background-color: #eeeeee;
  padding: 15px 0;
}
.cntBlockInner .addCdtBox dl {
  background: none;
  border-bottom: 1px solid #999;
}
.reserveCs .cntBlockInner {
  border-bottom: 1px dashed #035137;
}
.reserveCs .dateList ul li.firstCh,
.reserveCs .cntBlockInner .dateList ul li.lastCh {
  color: transparent;
}
.reserveCs .dateList ul li {
  float: left;
  height: 90px;
  width: 11%;
  /*border:2px solid #A5A5A5;*/
  border-right: none;
}
.reserveCs .dateList ul li {
  width: 11.6%;
  cursor: pointer;
  text-align: center;
  font-size: 0.9rem;
}
.reserveCs .dateList ul li span.dayOw {
  margin-top: 0.5em;
}
.reserveCs .dateList ul li.firstCh,
.reserveCs .cntBlockInner .dateList ul li.lastCh {
  width: 9%;
  position: relative;
  color: transparent;
}
.reserveCs .dateList ul li.strDay {
  color: #0093ff;
}
.reserveCs .dateList ul li.sunDay {
  color: #ff0000;
}
.reserveCs .dateList ul li.firstCh::before {
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-135deg);
  position: absolute;
  width: 10px;
  height: 10px;
  right: 25%;
  top: 45%;
}
.reserveCs .dateList ul li.lastCh::after {
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  width: 10px;
  height: 10px;
  right: 38%;
  top: 45%;
}

.reserveCs .dateList ul li.lastCh {
  border-right: 2px solid #a5a5a5;
  color: transparent;
}
.reserveCs .dateList ul li.lastCh {
  width: 9%;
  position: relative;
}

.reserveCs .dateList .bgGray {
  background-color: #eeeeee;
}
.reserveCs .dateList .ontheDay {
  border: 2px solid #035137;
  background-color: #d5f5ea;
}
.reserveCs .dateList ul li.ontheDay + .day {
  border-left: 0;
}
.reserveCs .dateList ul li.lastCh {
  border-right: 2px solid #a5a5a5;
  color: transparent;
}
/*▲プレー日の中修正*/
/*HDCP／平均スコア*/
.cntBlock p.subTxt {
  text-align: center;
  margin-bottom: 4em;
}
.index .cntBlock.averageScr p.subTxt {
  margin-bottom: 0;
}
.scoreBox tr {
  border: 2px solid #969696;
}
.scoreBox .paBdr {
  border-bottom: 2px solid #969696;
}
.scoreBox .column2-4,
.scoreBox .column2-4 tr {
  border: none;
}
.scoreBox .column2-4 th {
  border-left: 0;
}
.scoreBox .column2-4 {
  margin-bottom: 0.5em;
}
.scoreBox table.table.column4.cl4 {
  margin-top: 0;
}
.scoreBox th {
  width: 24%;
}
.scoreBox td {
  width: 24%;
  text-align: center;
}

.scoreBox p.smallTxt {
  text-align: right;
  font-size: 13px;
  margin-top: 1em;
}
@media screen and (max-width: 1140px) {
  .reserveCs .cntBlockInner h2 span {
    /* width:308px; */
  }
  .reserveCs .cntBlockInner h2 span.subTtl::before,
  .averageScr .cntBlockInner h2 span.subTtl::before {
    left: -2%;
  }
  .reserveCs .cntBlockInner h2 span.subTtl::after,
  .averageScr .cntBlockInner h2 span.subTtl::after {
    right: -2%;
  }
  .averageScr .cntBlockInner h2 span {
    /* width:370px; */
  }
  .courseCis .openCts ul li {
    width: auto;
  }
}
@media screen and (max-width: 830px) {
  .reserveCs .cntBlockInner dl dd {
    width: calc(95% - 167px);
  }
  .index dl span.subTxt {
    width: 72%;
  }
}
@media screen and (max-width: 830px) {
  .openCts02 ul li:nth-child(8) {
    border-right: 1px solid #969696;
  }
  .openCts02 ul li.tebiki {
    border-right: 0;
  }
}
/*.openCts02 ul li:nth-child(8){
  border-right: 0;
}*/
@media screen and (max-width: 767px) {
  .reserveCs .cntBlockInner dl dt {
    width: 22%;
    min-width: 124px;
    font-size: 1rem;
  }
  .reserveCs .cntBlockInner dl dd {
    width: 70%;
    font-size: 1rem;
  }
  .index dl span.subTxt {
    width: 68%;
  }
  .panel-head:after {
    width: 14px;
    height: 14px;
  }
  .cntBlockInner dl.addCdt::before {
    top: 9.2%;
  }
  .dwnArwGr::after {
    transform: rotate(45deg);
  }
  .reserveCs .cntBlockInner dl.addCdt dt {
    font-size: 1.2rem;
  }
  dl.addCdt .dwnArwGr::after {
    transform: rotate(135deg);
    margin-top: -2em;
  }
  dl.addCdt .openCts ul li {
    width: 100%;
    margin-bottom: 1em;
  }
  dl.addCdt .openCts ul li.self,
  dl.addCdt .openCts ul li.cady {
    width: 50%;
    margin-right: 0;
  }
  dl.addCdt .openCts ul li.smallWdh {
    width: 24.8%;
  }
  .openCts02 ul li.wdt100 {
    width: 100%;
  }
  .openCts02 ul li.wdt50 {
    width: 50%;
    margin-right: 0;
  }
  .openCts02 ul li.wdt25 {
    width: 25%;
    margin-right: 0;
  }
  .openCtsWk {
    /*display: none;*/
  }
  .courseCis .openCts ul li {
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
    font-size: 1rem;
  }
  .chikiArea .openCts ul li {
    margin: 1em 0 0.5em 0;
    width: 50%;
  }
  .index .courseCis .pref li.clkCrs {
    border-bottom: 1px solid #c8c8c8;
  }
  .courseCis .openCts ul li:nth-child(2) .corseName {
    margin-left: 140px;
    display: block;
  }
  .courseCis .openCts ul li {
    margin-left: 0;
    margin-top: 0;
  }
  .courseCis .openCts ul.btmLine {
    border-bottom: 0;
    padding: 0;
  }
  .pref .corseName::before {
    display: none;
  }
  .courseCis .firstList {
    margin-bottom: 1em;
  }
  .courseCis .openCts ul li {
    margin: 0;
    height: 50px;
    line-height: 50px;
  }
  .index .courseCis,
  .course .courseCis {
    background-color: #f2f6f5;
    border: none;
  }
  .firstList .corseName {
    float: none;
  }
  .pref .corseName {
    padding-left: 0;
    margin: 0 auto;
    width: auto;
    display: block;
    margin-left: 140px;
  }
  .firstList .prefName {
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    padding: 0;
  }
  .courseCis .chkedBtn::after {
    display: none;
  }
  .clkedCrs {
    background-color: #035137;
    color: #fff;
    cursor: pointer;
  }
  .index .bgColor .subTxt,
  .course .bgColor .subTxt {
    display: none;
  }
  .openCts ul li {
    position: relative;
    margin: 0.5em 0.5em 0.5em 2em;
  }
  /* .openCtsWk .btmLine {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 98%, #ddd 98%, #ddd 100%);
        background-size: 100% 2.7em;
    }
    .chikiArea .openCtsWk .btmLine {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 98%, #ddd 98%, #ddd 100%);
        background-size: 100% 3.4em;
    } */
  .openCts02 .w100 li {
    width: 100%;
    margin-right: 0;
  }
  .openCts02 .w50 {
    width: 100%;
  }
  .pref {
    border-bottom: none;
  }
  .prefLeft {
    float: none;
    padding: 0;
    position: absolute;
    z-index: 1;
  }
  .prefRight {
    float: none;
    width: 100% !important;
    z-index: 1;
    padding: 0 !important;
    margin: 0 !important;
  }
  .courseCis .openCts ul li {
    min-height: 50px;
    height: auto;
    line-height: 2;
    padding: 10px 0;
  }
  .pcnone .prefName {
    margin: 0;
  }
}
@media screen and (max-width: 589px) {
  .reserveCs .cntBlockInner dl dt {
    height: auto;
    min-height: 44px;
    line-height: 1.3;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    justify-content: center;
    -ms-justify-content: center; /* IE10 */
    align-items: center;
    -ms-flex-align: center; /* IE10 */
    padding: 5px;
    margin-left: 0;
  }
  .cntBlockInner dl.addCdt dt::before {
    content: url("../images/index/icon_plus.png");
    position: absolute;
    left: 2%;
    top: 18%;
  }
  .reserveCs .cntBlockInner dl dd {
    line-height: 1.3;
  }
}
@media screen and (max-width: 480px) {
  .pcnone {
    display: block !important;
  }
  span.dayOw {
    display: block;
    text-align: center;
  }
  .newsBox ul li {
    line-height: 1.5;
  }
  .scoreBox .column2-4 tr {
    border: 2px solid #969696;
  }
  .scoreBox th,
  .scoreBox td {
    display: block;
    line-height: 76px;
  }
  .scoreBox .column2-4Box .column2-4 {
    margin: 0;
  }
  .scoreBox .column2-4Box .column2-4 tr {
    border-bottom: 0;
  }
  .scoreBox .column2-4Box .column2-4 tr.paBdr {
    border-bottom: 2px solid #969696;
  }
  .index .scoreBox th {
    width: 50%;
    display: table-cell;
    border-bottom: 2px solid #969696;
    line-height: 2;
    border: 0;
    padding: 4%;
  }
  .index .scoreBox td {
    height: auto;
    border: 0;
    line-height: 2;
  }
  .scoreBox .column4 th,
  .scoreBox .column4 td {
    float: none;
    width: 50%;
    display: table-cell;
  }
  .scoreBox .bdrNone {
    border-bottom: none;
  }
  .scoreBox td {
    width: 50%;
    display: table-cell;
    /*border-bottom: 2px solid #969696;*/
    border: 0px;
  }
  .averageScr .cntBlockInner h2 span {
    width: 100%;
    margin: 0 auto;
    margin-top: 1em;
  }
  .averageScr h2 span.subTtl::before {
    width: /*60px;*/ 30px;
  }
  .averageScr h2 span.subTtl::after {
    width: /*60px;*/ 30px;
  }
  .scoreBox tr {
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    border-bottom: 0;
  }
  .reserveCs .cntBlockInner .dateList ul li {
    line-height: 1.3em;
    padding: 1em 0;
  }
  .index .cntBlock.averageScr p.subTxt {
    margin-bottom: 0;
  }
  .openCts ul li {
    margin-right: 0.5em;
  }
  .index dl span.subTxt {
    margin: 16px 0 0 39%;
    text-align: left;
    display: block;
  }
  .reserveCs .cntBlockInner dl dt {
    font-size: 14px;
  }
  .reserveCs .cntBlockInner dl dd {
    width: 60%;
  }
  .chikiArea .openCts ul {
    width: 100%;
  }
  .chikiArea .openCts ul li {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 360px) {
  .courseCis .openCts ul li {
    line-height: auto;
    min-height: 50px;
    font-size: 0.85rem;
  }
  .firstList .prefName {
    margin-right: 15px;
  }
  .pref .corseName,
  .courseCis .openCts ul li:nth-child(2) .corseName {
    margin-left: 115px;
  }
  .reserveCs .cntBlockInner dl dd {
    width: 55%;
  }
}
/* --------------------------------------------------
カレンダーテーブル
--------------------------------------------------*/
.slick-slide {
  width: 100%;
}
.slick-list {
  width: 84%;
  margin-left: 8% !important;
}
.reserveCs .cntBlockInner .dateList ul {
  overflow: hidden;
}
.reserveCs .cntBlockInner .dateList ul li {
  width: 14.28% !important;
  display: block;
}
.single-item button {
  text-indent: none;
  background: #eeeeee;
}
.single-item button.slick-prev {
  border: 2px solid #a5a5a5;
  width: 8%;
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.single-item button.slick-next {
  border: 2px solid #a5a5a5;
  width: 8%;
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.single-item button.slick-prev:after {
  content: "";
  position: absolute;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  width: 10px;
  top: 50%;
  left: 50%;
  height: 10px;
  transform: rotate(135deg);
  margin-top: -5px;
  margin-left: -5px;
}
.single-item button.slick-next:after {
  content: "";
  position: absolute;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  width: 10px;
  top: 50%;
  right: 50%;
  height: 10px;
  transform: rotate(-45deg);
  margin-top: -5px;
  margin-right: -5px;
}

/* スマフォ幅で非表示処理 */
@media screen and (max-width: 589px) {
  .index .reserveCs {
    display: none;
  }
}

/* バナー */
.bannerBox {
  width: 100%;
}
.bannerBox ul li {
  width: 100%;
  height: auto;
  background-color: transparent;
}
.bannerBox ul {
  display: flex;
  justify-content: space-between;
}
.bannerBox ul li a {
  display: inline-block;
}
.bannerBox img {
  max-width: 290px;
}

@media screen and (max-width: 950px) {
  .secAverageScr .cntBlockInner {
    width: 100%;
  }
  .secAverageScr .dateSetting p {
    width: 90%;
    margin: 0 auto;
  }
  .bannerBox {
    width: 90%;
  }
  .bannerBox ul {
    display: block;
  }
  .bannerBox ul li {
    height: auto;
    padding: 0;
  }
  .bannerBox ul li img {
    max-width: 675px;
  }
}
