#fee main{
  padding-bottom: 0;
}

.bg{
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 100px;
  padding-bottom: 50px;
}

.fee_wrapper {
  margin-top: 50px;
  padding: 50px 2% 5%;
  max-width: 1000px;
  margin: 0 auto;
}

.special_wrapper{
  padding: 50px 2% 5%;
  max-width: 1000px;
  margin: 100px auto 0;
}

.flex_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_box .flex50{
  width: 49%;
}


.half_wrapper,
.afternoon_wrapper{
  padding: 50px 2% 5%;
  max-width: 900px;
  margin: 100px auto 0;
}

.rental_wrapper {
  padding: 50px 2% 150px;
  max-width: 900px;
  margin: 100px auto 0;
}

.ic_list{
margin-top: 50px;
width: 100%;
  }
  

.ic_list li img{
max-width: 25px;
padding-right: 1%;
vertical-align: -0.3em;
}

.ic_list li{
 display: inline-block;
 padding-right: 20px;
 padding-bottom: 10px;
 white-space: nowrap;
  }
  

.table02 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #595959;
  font-size: 1.5rem;
}

.table02 caption {
  text-align: right;
  font-weight: bold;
}

.table02 th,
.table02 td {
  text-align: center;
}

.table02 th {
  background-color: #F3F3F3;
}


.table02 img {
  max-width: 25px;
  padding: 2px;
}

.titleist img {
max-width: 75px;
}

.table02 th {
  padding: 1%;
  border: 1px solid #ccc;
}

.table02 td {
  border-right: 1px solid #ccc;
  padding: 0.2em 0.2em 0;
}

.table02 .day td {
  padding: 0.2em;
  font-weight: bold;
  background-color: #fcfaf7;
  border-bottom: 1px dotted #ccc;
  border-top: 1px solid #ccc;
}

.table02 .fee td {
  font-weight: bold;
  color: #333;
  padding-top: 0.5em;
  padding-bottom: 0.1em;
  font-size: 1.6rem;
}

.table02 .text td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4;
}

.table02 th:first-child,
.day td:first-child {
  background-color: #FAE7EF;
}

.table02 th:last-child,
.day td:last-child {
  background-color: #DCEEFC;
}

.table02 tr td.sun {
  background-color: #FAE7EF;
}

.table02 tr td.sat {
  background-color: #DCEEFC;
}

.table0 td.bikouari{
  position: relative;
  vertical-align: middle;
}

.bikou{
  position: absolute;
  font-size: 0.85em;
  margin-top: 0.2em;
  padding-left: 10px;
}

.ic_blue{
  font-size: 1rem;
  color: #2F48B1;
  border: 1px solid #2F48B1;
  display: inline-block;
  padding: 0.2em;
  width: 95%;
}

.ic_red{
  font-size: 1.1rem;
  color: #8D0606;
  border: 1px solid #8D0606;
  display: inline-block;
  padding: 0.2em;
  width: 95%;
}

.ic_unagi{
  font-size: 1.1rem;
  color: #3D3200;
  border: 1px solid #3D3200;
  display: inline-block;
  padding: 0.2em;
  width: 95%;
}

.ic_skyblue{
  font-size: 1.1rem;
  color: #3399ff;
  border: 1px solid #3399ff;
  display: inline-block;
  padding: 0.2em;
  width: 95%;
}

.ic_orange{
  font-size: 1.1rem;
  color: #ff6633;
  border: 1px solid #ff6633;
  display: inline-block;
  padding: 0.2em;
  width: 95%;
}

.ic_pink{
  font-size: 1.1rem;
  color: #ff66cc;
  border: 1px solid #ff66cc;
  display: inline-block;
  padding: 0.2em;
  width: 95%;
}

.ic_brown{
  font-size: 1.1rem;
  color: #663300;
  border: 1px solid #663300;
  display: inline-block;
  padding: 0.2em;
  width: 95%;
}


.ic_brown_l{
  font-size: 1.1rem;
  color: #999900;
  border: 1px solid #999900;
  display: inline-block;
  padding: 0.2em;
  width: 95%;
}

.ic_green{
  font-size: 1.1rem;
  color: #004A0D;
  border: 1px solid #004A0D;
  display: inline-block;
  padding: 0.2em;
  width: 95%;
}

.topic{
font-size: 1.7rem;
color: #f00;
display: inline-block;
text-align: right;
}


/* ///////////// カレンダータブ切り替え設定 ///////////////// */
.table_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.table_wrapper::after {
  content: '';
  width: 100%;
  height: 3px;
  order: -1;
  display: block;
  background: #3C2F29;
}

.table_wrapper .tabLabel {
  /* タブ */
  margin-right: 3px;
  padding: 8px 12px;
  flex: 1;
  order: -1;
  border-radius: 3px 3px 0 0;
  color: #ccc;
  background: #6e6253;
  transition: .5s;
  cursor: pointer;
}

.table_wrapper .tabLabel:nth-last-of-type(1) {
  margin-right: 0;
}

.table_wrapper input {
  /* ラジオボタン非表示 */
  display: none;
}

.table_wrapper .teble_box {
  /* カレンダー */
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/*アクティブ設定*/
.table_wrapper input:checked+.tabLabel {
  color: #fff;
  background: #3C2F29;
}

.table_wrapper input:checked+.tabLabel+.teble_box {
  padding: 0 50px 50px;
  height: auto;
  overflow: auto;
  transition: .5s opacity;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  opacity: 1;
  background-color: #fff;
}

/* //////// カレンダータブ切り替え設定ここまで /////////////// */

.fuka{
  vertical-align: middle; position: relative;
}
.fukabi{
  position: absolute; bottom: 0; right: 0; padding-right: 5px;
  font-size: 1.2rem;
}


@media screen and (max-width: 768px) {
  .ic_list li{
    width: 100%;
      white-space: normal;
      line-height: 1.5;
      font-size: 1.3rem;
       }
       .table02 .fee td {
        font-size: 1.3rem;
      }
  .fee_wrapper {
    padding: 50px 3%;
  }

  .table02 {
    font-size: 1.3rem;
  }

  .table02 img {
    max-width: 22px;
  }
	.titleist img {
max-width: 100%;
}


  .table_wrapper input:checked+.tabLabel+.teble_box {
    padding: 20px;
  }
  .table02 .text td {
    font-size: 1rem;
    line-height: 1.2;
  }

  .table0 td.bikouari{
    padding-bottom: 1.5em;
  }
.bikou{
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 0;
}

  .ic_blue,
  .ic_red,
  .ic_unagi,
  .ic_skyblue,
  .ic_orange,
  .ic_pink,
  .ic_brown,
  .ic_brown_l{
    font-size: 1rem;
    padding: 0 0.1em;
    width: 98%;
  }
  .topic{
font-size: 1.3rem;
  }

  .flex_box .flex50{
width: 95%;
margin-left: auto;
margin-right: auto;
  }
  .fuka{
    vertical-align: bottom;
  }
  .fukabi{
    position: relative;
    font-size: 1.1rem;
text-align: right;
  }
}


@media screen and (max-width: 480px) {
.ic_list li{
  line-height: 2;
   }
   
  .fee_wrapper {
    padding: 50px 2%;
  }

  .table02 {
    font-size: 1.1rem;
  }
  .table02 .fee td {
    font-size: 1.1rem;
  }


  .table02 img {
    max-width: 20px;
  }
	.titleist img {
max-width: 100%;
}


  .table02 td {
    padding: 0.1em 0.1em 0;
  }

  .table_wrapper input:checked+.tabLabel+.teble_box {
    padding: 10px;
  }

  .table02 .text td {
    font-size: 1rem;
    line-height: 1.2;
  }

  .ic_blue,
  .ic_red,
  .ic_unagi,
  .ic_skyblue,
  .ic_orange,
  .ic_pink,
  .ic_brown,
  .ic_brown_l{
    font-size: 0.9rem;
    padding: 0 0.1em;
    width: 98%;
  }
}