@charset "UTF-8";
/*========================================
#共通
=========================================*/
.cp-all {
  margin: 30px 0;
}
.cp-all strong {
  font-weight: bold;
}
.cp-all td, .cp-all th {
  border: 1px solid #bcc2bc;
}

/*========================================
#見出し
=========================================*/
.cp-h1-text {
  margin: 0 0 45px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  background: #e9ebe9;
  padding: 15px;
}

.cp-h2-text {
  margin: 45px 0;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}

.cp-h3-text {
  margin: 30px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.cp-h4-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

/*========================================
#テキスト
=========================================*/
.cp-text-l, .cp-text-r {
  padding: 0 15px;
  float: none;
}

.cp-text-col2,
.cp-text-col3,
.cp-text-col4 {
  margin-left: -15px;
  margin-right: -15px;
}

.cp-all ol {
	list-style-type:decimal;
}

.cp-all ul {
	list-style-type:disc;
}

.cp-all ol li, .cp-all ul li {
	margin-bottom: 0.8em;
	margin-left: 1.5em;
}

@media all and (min-width: 680px) {
  .cp-text-l, .cp-text-r {
    padding: 0 15px;
    float: left;
  }

  .cp-text-col2 .cp-text-l, .cp-text-col2 .cp-text-r {
    width: 50%;
  }

  .cp-text-col3 .cp-text-l, .cp-text-col3 .cp-text-r {
    width: 33.33333%;
  }

  .cp-text-col4 .cp-text-l, .cp-text-col4 .cp-text-r {
    width: 25%;
  }
}
/*========================================
#画像(基本)
=========================================*/
/*左寄せ*/
/*中央寄せ*/
.cp-img-c {
  margin-left: auto;
  margin-right: auto;
}

/*右寄せ寄せ*/
.cp-img-r {
  float: right;
}

/*========================================
#画像(テキスト＋画像)
=========================================*/
@media all and (min-width: 680px) {
  .cp-ti .cp-text {
    padding-right: 30px;
  }
}

@media all and (min-width: 680px) {
  .cp-it .cp-text {
    padding-left: 30px;
  }
}

@media all and (min-width: 680px) {
  .cp-text,
  .cp-img {
    float: left;
  }
}

/*========================================
#テキスト（段組み）・画像(段組み)
=========================================*/
.cp-col-01,
.cp-col-02,
.cp-col-03,
.cp-col-04 {
  padding: 0 15px;
  float: none;
}

.cp-text-col2,
.cp-text-col3,
.cp-text-col4,
.cp-img-col2,
.cp-img-col3,
.cp-img-col4 {
  margin-left: -15px;
  margin-right: -15px;
}

/*スマートフォンサイズ時*/
.cp-text-col2 .cp-col-01,
.cp-text-col2 .cp-col-02,
.cp-img-col2 .cp-col-01,
.cp-img-col2 .cp-col-02 {
  width: 100%;
}

.cp-text-col3 .cp-col-01,
.cp-text-col3 .cp-col-02,
.cp-text-col3 .cp-col-03,
.cp-img-col3 .cp-col-01,
.cp-img-col3 .cp-col-02,
.cp-img-col3 .cp-col-03 {
  width: 100%;
}

.cp-text-col4 .cp-col-01,
.cp-text-col4 .cp-col-02,
.cp-text-col4 .cp-col-03,
.cp-text-col4 .cp-col-04,
.cp-img-col4 .cp-col-01,
.cp-img-col4 .cp-col-02,
.cp-img-col4 .cp-col-03,
.cp-img-col4 .cp-col-04 {
  width: 100%;
}

/*タブレットサイズ以上*/
@media all and (min-width: 680px) {
  .cp-col-01,
  .cp-col-02,
  .cp-col-03,
  .cp-col-04 {
    padding: 0 15px;
    float: left;
  }

  .cp-text-col2 .cp-col-01,
  .cp-text-col2 .cp-col-02,
  .cp-img-col2 .cp-col-01,
  .cp-img-col2 .cp-col-02 {
    width: 50%;
  }

  .cp-text-col3 .cp-col-01,
  .cp-text-col3 .cp-col-02,
  .cp-text-col3 .cp-col-03,
  .cp-img-col3 .cp-col-01,
  .cp-img-col3 .cp-col-02,
  .cp-img-col3 .cp-col-03 {
    width: 33.33333%;
  }

  .cp-text-col4 .cp-col-01,
  .cp-text-col4 .cp-col-02,
  .cp-text-col4 .cp-col-03,
  .cp-text-col4 .cp-col-04,
  .cp-img-col4 .cp-col-01,
  .cp-img-col4 .cp-col-02,
  .cp-img-col4 .cp-col-03,
  .cp-img-col4 .cp-col-04 {
    width: 25%;
  }
}
/*========================================
#囲み
=========================================*/
.cp-wp {
  padding: 30px;
  background: #e9ebe9;
  border: 1px solid #bcc2bc;
}

/*========================================
#余白
=========================================*/
.cp-space-L {
  margin: 0 45px;
}

.cp-space-M {
  margin: 0 30px;
}

.cp-space-S {
  margin: 0 15px;
}

/*========================================
#罫線
=========================================*/
.cp-solid, .cp-dotted {
  width: 100%;
}
.cp-solid hr, .cp-dotted hr {
  border: none;
}

.cp-solid hr {
  border-bottom: 1px solid #bcc2bc;
}

.cp-dotted hr {
  border-bottom: 1px dotted #bcc2bc;
}

.club-list li {
    border-bottom: 1px dotted #cccccc;
    margin-left: 0 !important;
    padding: 2px 0;
}

.ui-datepicker-week-end,.day-holiday  {
  pointer-events: none;
}

.info_a {
  display:none;
}

.contents {
  padding-top: 73px;
}

@media screen and (max-width:768px) {
  .contents {
    padding-top: 0px;
  }
}
