@charset "UTF-8";
#main {
  background: #000 url(../img/common/bg_main.jpg) no-repeat center 0;
  background-attachment: fixed;
  text-align: center;
  padding: 60px 0;
}

#main h2 {
  color: #fff;
  z-index: 1;
  margin: 0 auto;
  letter-spacing: 2px;
  padding: 0;
}

ul#topicpath {
  background: #52C599;
  display: block;
  font-size: 80%;
  text-align: right;
  padding: 20px;
  color: #fff;
}

#topicpath li {
  display: inline;
}

#topicpath li a, #topicpath li a:hover {
  color: #fff;
}

.dl_common dt {
  font-weight: bold;
  padding: 0 0 10px;
}

.dl_common dd {
  margin: 0 0 30px;
  padding: 0 0px 20px 1em;
  border-bottom: #000 1px dotted;
}

#main_contents table {
  font-size: 80%;
  padding: 0 0 1em;
  width: 100%;
  /*add20191203*/
}

#main_contents table.menu {
  width: auto;
  margin: 10px auto;
}

#main_contents table th, #main_contents table td {
  border: #ddd 1px solid;
  padding: 5px 10px;
  text-align: left;
  background: #fafafa;
}

#main_contents table th {
  /* width: 30%; */
  background: #f19dab;
  color: #fff;
}

#main_contents table ul {
  list-style: disc;
  padding: 0 0 0 1em;
}

#main_contents table#calendar th, #main_contents table#calendar td {
  width: auto;
}

#mailform {
  width: 90%;
  margin: 0 auto 30px;
}

#mailform span {
  display: inline;
  padding: 0 5px;
  color: #FF0004;
}

input {
  border: #ccc 1px solid;
  padding: 10px;
  margin: 5px 0;
}

input[type="button"] {
  cursor: pointer;
}

#btn {
  text-align: center;
}

#submit_btn, #reset_btn {
  margin: 0 10px 5px;
  padding: 10px 20px;
  font-size: 1.1em;
  background-color: #0068b7;
  color: #fff;
  border-style: none;
  cursor: pointer;
}

textarea {
  border: #ccc 1px solid;
  padding: 10px;
  margin: 5px 0;
  width: 100%;
}

.sign {
  padding: 1em 0;
  text-align: right;
}

#sitemap {
  margin: 0 auto;
}

#sitemap li {
  text-align: center;
  padding: 0 0 0 150px;
  margin: 0 0 10px;
  background: url(../img/inner/bg_sitemap.jpg) no-repeat 100px top;
}

#sitemap li a {
  display: block;
  background: #fff;
  padding: 5px 10px;
  text-decoration: none;
  border: #ccc 1px solid;
  background: #fafafa;
}

#sitemap li.top {
  background: none;
  padding: 0;
}

#link dt {
  font-weight: bold;
  border-left: #999 solid 5px;
  padding: 5px 10px;
  margin: 0 0 10px;
}

#link dd {
  padding: 0 0 30px 1em;
}

dl.menu {
  padding: 0 0 20px;
}

dl.menu dd {
  margin: -1.5em 0 10px;
  padding: 0 0 10px 150px;
  border-bottom: #000 1px dotted;
}

dl.menu2 {
  padding: 0 0 20px;
}

dl.menu2 dd {
  margin: -1.5em 0 10px;
  padding: 0 0 10px 350px;
  border-bottom: #000 1px dotted;
}

.arrow_box {
  position: relative;
  background: #ffffff;
  border: 1px solid #ccc;
}

#main_contents div.content_box {
  margin: 0 0 50px;
  padding: 0 0 20px;
  border-bottom: #ccc 1px dotted;
}

@media screen and (max-width: 767px) {
  #main_contents div.content_box {
    margin: 0;
  }
}

#main_contents h3 {
  margin: 0 0 30px;
  padding: 10px 15px;
  background: #fbb249;
  color: #fff;
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  /*add20191203*/
  #main_contents h3 > span {
    font-size: 80%;
    display: inline-block;
    float: right;
  }
}

#main_contents h3.subtitle {
  background: #4ec6e9;
}

#main_contents h3.subtitle2 {
  background: #f19dab;
}

.img_right img, .img_left img, .img_left2 img {
  border-radius: 6px;
}

.img_left2 span {
  font-size: 80%;
  display: block;
  padding: 2px 0;
}

#main_contents table.fee {
  /*add20191203*/
  margin-bottom: 2em;
}

#main_contents table.fee th {
  /*add20191203*/
  text-align: center;
  line-height: 1.8;
  white-space: nowrap;
}

#main_contents table.fee th.num-hd {
  /*add20250620*/
width: 25%;
}

#main_contents table.fee th span {
  /*add20191203*/
  font-size: 85%;
}

#main_contents table.kind th {
  background: #4ec6e9;
}

#main_contents table.jr th {
  background: #fbb249;
}

#main_contents table.jr_high th {
  background: #e75aa1;
}

#main_contents table.other th {
  /*add20191203*/
  background: #56C49A;
}

#main_contents table.fee td {
  /*add20191203*/
  text-align: right;
}

#main_contents table.fee sup {
  /*add20191203*/
  font-size: 70%;
}

#main_contents table.fee td.course-title {
  /*add20191203*/
  text-align: left;
}

@media screen and (min-width: 768px) {
  #main_contents table.fee td.course-title {
    /*add20191203*/
    white-space: nowrap;
  }
}

table#calendar td {
  width: auto;
}

#main_contents .table-note {
  /*add20191203*/
  width: 90%;
  font-size: 85%;
  /* margin: -10px auto 1.5em; */
  margin: -2.75em auto 2em;
}

#main_contents .table-note.is-head {
  /*add20250620*/
  width: 100%;
  font-size: 90%;
  margin: -1.5em auto 2em;
}

@media screen and (max-width: 767px) {
  #main_contents .table-note {
    /*add20191203*/
    width: 100%;
    font-size: 80%;
    margin: -2.75em auto 2em;
    line-height: 1.7;
  }

  #main_contents .table-note.is-head {
  /*add20250620*/
  font-size: 80%;
  line-height: 1.7;
}
}

@media screen and (min-width: 768px) {
  #main h2 {
    font-size: 36px;
    width: 1200px;
  }
  #main_contents table {
    width: 90%;
    font-size: 100%;
    margin: 10px auto;
  }
  #main_contents table.menu {
    width: auto;
    margin: 10px auto;
    font-size: 90%;
  }
  #sitemap {
    width: 500px;
  }
  #sitemap li a:hover {
    background: #ccc;
    color: #fff;
  }
  .img_right img, .img_left img {
    width: 300px;
  }
  .img_left2 {
    display: block;
    float: left;
    padding: 10px;
  }
  .img_left2 img {
    width: 430px;
  }
  #step li {
    float: left;
    display: block;
    width: 300px;
    border-right: 1px dotted #ccc;
  }
  #step li img {
    display: block;
  }
  #step li span {
    display: block;
    padding: 10px 20px;
    font-size: 90%;
  }
}

@media screen and (min-width: 1280px) {
  #main {
    background-size: 100%;
  }
}

/* 202001：お楽しみ会写真部分 */
.photo-set,
.table-set {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.table-set {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .photo-set,
  .table-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .photo-set .photo:nth-child(1) {
    margin-bottom: 1.5em !important;
  }
}

.photo-set .photo {
  margin-top: 0 !important;
}

.photo-set .photo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.photo-set .photo .caption {
  font-size: 14px;
  color: #5F391F;
  line-height: 1.5;
  margin: 0.5em auto 0;
  text-align: center;
  display: block;
}

.table-set table {
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
  border-collapse: collapse;
}

.table-set table th,
.table-set table td {
  border-bottom: solid 1px #CCC;
  border-right: solid 1px #CCC;
  padding: 0.5em 1em;
}

.table-set table th {
  width: 25%;
  background-color: #EEE !important;
  color: #000 !important;
}

.table-set table caption {
  margin-bottom: 0.5em;
  font-size: 105%;
}

@media screen and (min-width: 768px) {
  .photo-set .photo:nth-child(1) img,
  .table-set table:nth-child(1) {
    margin-right: 0.75em !important;
  }
  .photo-set .photo:nth-child(2) img,
  .table-set table:nth-child(2) {
    margin-left: 0.75em !important;
  }
}

@media screen and (max-width: 767px) {
  .table-set table:nth-child(1) {
    margin-bottom: 1.5em;
  }
}

/* お楽しみ会＆ポイントデー */
dl.dl-list {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  dl.dl-list {
    display: block;
    margin-top: 1.5em;
  }
}

.dl-list dt {
  width: 10%;
  font-size: 1em;
  margin: 0;
}

.dl-list dd {
  width: 90%;
}

@media screen and (max-width: 767px) {
  .dl-list dt, .dl-list dd {
    width: auto;
  }
  .dl-list dt {
    line-height: 1;
    background-color: #F36568;
    color: #FFF;
    padding: 0.5em 0.75em;
    margin-bottom: 0.5em;
    border-radius: 3px;
  }
}

.dl-list ul {
  padding-left: 1.75em;
  list-style: disc;
}

.dl-list li {
  margin-bottom: 0.25em !important;
}

.dl-list .note {
  font-size: 0.875em;
}

.dl-list .note-fill {
  font-size: 0.875em;
  background-color: #EEE;
  margin-top: 0.5em;
  padding: 0.5em;
}

.letter-contact {
  border-top: solid 2px #F39594;
  padding-top: 1.5em;
  margin-top: 1.5em;
}

.letter-attention {
  color: #F36568;
  font-size: 1.15em;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 0;
}
