@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**								宿泊・食事施設用CSS							*/
/****************************************************************************/


/* ----------------------------------------------------
		
---------------------------------------------------- */
i.wa {
    background-color: #6f5592;
}
i.yo {
    background-color: #517b54;
}
i.wayo {
    background-color: #4e6695;
    font-size: 10px;
}

.toggle_title_l {
    cursor: pointer;
    position: relative;
}

.toggle_title_l:after {
    background: url(/assets/education/img/common/toggle_arrow_l.png) no-repeat;
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -18px;
    transform: rotate(180deg);
}

.toggle_title_l.active:after {
    transform: rotate(0deg);
}

.toggle_title_s {
    position: relative;
}

.toggle_title_s:after {
    background: url(/assets/education/img/common/toggle_arrow.png) no-repeat;
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(90deg);
}

.toggle_title_s.active:after {
    transform: rotate(-90deg);
}

.list_margin_10 {
  margin-bottom: 35px;
}

.edu_box {
  margin-bottom: 25px;
  padding: 18px;
  border: 2px solid #000;
    cursor: pointer;
}
.edu_name {
  margin-bottom: 40px;
  font-size: 2.4rem;
}
.edu_box dl {
  padding-left: 18px;
  font-size: 1.8rem;
}
.edu_box dt {
  float: left;
  margin-bottom: 15px;
  font-weight: bold;
}
.edu_box dd {
  margin: 0 0 15px 5em;
}
.edu_table {
  font-size: 1.4rem;
}
.edu_table th {
  padding-top: 15px;
  padding-bottom: 15px;
}
.edu_table td {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}
.edu_table .ico_list li:nth-child(5) {
  margin-top: 5px;
}
.edu_bg {
  background-color: #fdebc8 !important;
}
.edu_ico {
  display: inline-block;
  min-width: 60px;
  margin-left: 25px;
  padding: 5px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}
.nagoya {
  background-color: #c7d96c;
}
.owari {
  background-color: #fae870;
}
.chita {
  background-color: #70d3e0;
}
.nmikawa {
  background-color: #fab9af;
}
.hmikawa {
  background-color: #e6c3e8;
}
