@charset "UTF-8";
/* CSS Document */

#info_midashi {
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  padding-left: 0px;
  margin-bottom: 30px;
  color: #777777;
}

#info_midashi h3 {
  font-size: 20px;
}

#main_img img {
  width: 100%;
  height: auto;
  border: solid 1px #ccc;
  box-sizing: border-box;
}

#main_img + p {
  margin-top: 30px;
  font-weight: bold;
  font-size: 105%;
}

#flyer_dl {
  text-align: right;
  font-weight: bold;
  font-size: 110%;
  margin: 20px 0 0;
}

.line1 {
  border-bottom: solid 1px #ccc;
  height: 2px;
  margin: 20px 0;
}

.info_midashi2 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 15px;
}

.info_midashi2.space_top {
  margin-top: 60px;
}

#summary {
  line-height: 180%;
  font-size: 95%;
}

#summary div {
  padding-bottom: 5px;
}

#summary .row .last_d {
  padding-bottom: 0 !important;
}

#summary .row.b_0 {
  padding-bottom: 0 !important;
}
#summary .txt-link_blue {
  margin-top: 20px;
  font-weight: bold;
  text-align: right;
}
#summary .txt-link_blue a {
  color: #0059b2;
  font-size: 16px;
}

#summary .row.line_type_1 {
  display: flex;
  align-items: center;
}

#summary .row.line_type_1 .name,
#summary .row.line_type_1 .cont {
  padding-bottom: 0 !important;
}

#summary .text_b {
  color: #333333;
  font-weight: bold;
  line-height: 180%;
}

#summary .theme {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 180%;
}

#summary a.btn_link {
  margin-left: 0.7em;
}

.dantai_area {
  border: solid 10px #46a638;
  padding: 30px;
  margin-bottom: 40px;
}

.dantai_area .midashi1 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
}

.dantai_area .caution {
  color: #d80000;
  font-size: 14px;
  padding-bottom: 15px;
}

.dantai_area ul.num {
  font-size: 105%;
  font-weight: bold;
}

.dantai_area ul.num li {
  margin-bottom: 10px;
}

.download_area {
  border: solid 10px #12428c;
  padding: 20px;
  margin-bottom: 40px;
}

.download_area .dl_midashi {
  padding-bottom: 5px;
}

.download_area .dl_filename {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.download_area .dl_filename span {
  color: #777777;
  font-size: 13px;
  font-weight: normal;
}
.download_area .dl_filename.end {
  color: #666;
  pointer-events: none;
}

.info_midashi_center {
  text-align: center;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 15px;
}

.obosaki_area {
  text-align: left;
  background-color: #ebebeb;
  padding: 40px;
}

.obosaki_area .tel {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 160%;
  padding: 20px 0;
}

.obosaki_area .tel span {
  font-size: 70%;
  font-weight: normal;
  display: block;
  line-height: 150%;
  margin-top: 5px;
}

.obosaki_area .email {
  color: #0059b2;
  font-size: 14px;
  font-weight: bold;
  line-height: 160%;
}

.obosaki_area .email span {
  color: #555555;
  font-size: 14px;
  font-weight: bold;
}

.obosaki_area a,
.download_area a,
.dantai_area p a,
.dantai_area li a,
#flyer_dl a {
  color: #0059b2 !important;
}

ul.dot {
  list-style: disc outside;
  padding-left: 20px;
}

ul.num {
  list-style: decimal outside;
  padding-left: 25px;
}

ul.num_type2 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  padding-left: 1em;
}

ul.num_type2 li {
  text-indent: -1.3em;
}

ul.num_type2 li:before {
  counter-increment: item;
  content: counter(item) " ）";
}

hr {
  border: none;
  width: 15px;
  height: 15px;
  background: #333;
  margin: 30px auto;
  border-radius: 50%;
}

.txt_bold {
  font-weight: bold;
  color: #333;
}
.ippan_a,
.ippan_b,
.kids {
  padding: 5px 10px 15px;
  color: #333;
}
.ippan_a .text_b,
.ippan_b .text_b,
.kids .text_b {
  font-size: 110%;
}
.ippan_a {
  background: #7bd1f0;
  margin-bottom: 20px;
}
.ippan_b {
  background: #f0acaf;
  margin-bottom: 20px;
}
.kids {
  background: #bad4a5;
}

@media screen and (max-width: 580px) {
  h4 img {
    width: 100%;
    height: auto;
  }

  #summary .row .name {
    width: 100%;
    float: none;
  }

  #summary .theme {
    line-height: 100%;
  }

  #summary .row.line_type_1 {
    display: block;
  }

  #summary a.btn_link {
    margin-left: 0;
  }
}
