@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
/* ----------------------------------------------------
.bottomill
---------------------------------------------------- */
.bottomill {
  padding-bottom: 10px;
  line-height: 0;
  text-align: center;
}
@media (max-width: 736px) {
  .bottomill {
    padding-bottom: 5px;
  }
}

/* ----------------------------------------------------
.archiveList
---------------------------------------------------- */
.archiveList {
  margin-bottom: 80px;
}
@media (max-width: 736px) {
  .archiveList {
    margin-bottom: 40px;
  }
}
.archiveList .listbox {
  border-bottom: 1px solid #71422a;
}
.archiveList .listbox a {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  color: #71422a;
}
@media (max-width: 736px) {
  .archiveList .listbox a {
    flex-wrap: wrap;
  }
}
.archiveList .listbox a:after {
  content: "\e5c8";
  font-family: "Material Icons";
  font-size: 18px;
  display: inline-block;
}
.archiveList .listbox .date {
  font-size: 15px;
  width: 20%;
}
@media (max-width: 736px) {
  .archiveList .listbox .date {
    width: 100%;
  }
}
.archiveList .listbox .title {
  width: 80%;
}
@media (max-width: 736px) {
  .archiveList .listbox .title {
    width: 90%;
  }
}
.archiveList .listbox .title span {
  padding: 0 10px;
  margin: 0 10px 0 0;
  display: inline-block;
  background: #edf0f2;
}

/* ----------------------------------------------------
.scheduleBtn
---------------------------------------------------- */
.scheduleBtn {
  margin: 0 auto;
  width: 500px;
}
@media (max-width: 736px) {
  .scheduleBtn {
    width: 100%;
  }
}
.scheduleBtn a {
  padding: 8px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: #ff8e75;
  border-radius: 15px;
}
.scheduleBtn a:hover {
  color: #fff;
}
.scheduleBtn a:after {
  content: "\e5c8";
  font-family: "Material Icons";
  font-size: 24px;
  display: inline-block;
}

/* ----------------------------------------------------
.rcTitle
---------------------------------------------------- */
.rcTitle {
  margin: 80px 0 16px 0;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #ff8e75;
  text-align: center;
}
@media (max-width: 736px) {
  .rcTitle {
    margin: 40px 0 15px 0;
  }
}
.rcTitle:before {
  content: "";
  display: block;
  background: url(../images/page/ill_member02.png) center no-repeat;
  background-size: 100%;
  width: 168px;
  height: 70px;
  margin: 0 auto;
}
.rcTitle span {
  margin-left: 20px;
  display: inline-block;
}
@media (max-width: 736px) {
  .rcTitle span {
    margin-left: 0;
    display: block;
  }
}

/* ----------------------------------------------------
.rcList
---------------------------------------------------- */
.rcList div.rcbox {
  padding: 14px 0;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #71422a;
}
@media (max-width: 736px) {
  .rcList div.rcbox {
    flex-wrap: wrap;
  }
}
.rcList p.date {
  width: 24%;
  font-size: 15px;
}
@media (max-width: 736px) {
  .rcList p.date {
    width: 36%;
  }
}
.rcList p.label {
  width: 36%;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 736px) {
  .rcList p.label {
    width: 48%;
  }
}
.rcList p.label a {
  padding: 0 10px;
  margin: 0 4px;
  color: #71422a;
  display: block;
  background: #edf0f2;
}
@media (max-width: 736px) {
  .rcList p.label a {
    margin: 0 0 0 4px;
  }
}
.rcList p.title {
  width: 70%;
}
@media (max-width: 736px) {
  .rcList p.title {
    margin-top: 10px;
    width: 100%;
  }
}
.rcList p.title a {
  padding-left: 16px;
  color: #71422a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rcList p.title a:after {
  content: "\e5c8";
  font-family: "Material Icons";
  font-size: 18px;
  margin-left: 10px;
}
@media (max-width: 736px) {
  .rcList p.title a {
    padding-left: 0;
  }
}

/* ----------------------------------------------------
.morebtn
---------------------------------------------------- */
.morebtn {
  margin: 30px auto 0 auto;
  width: 236px;
}
.morebtn a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-radius: 18px;
  background: #ff8e75;
}
.morebtn a:hover {
  color: #fff;
}
.morebtn a:after {
  content: "\e5c8";
  font-family: "Material Icons";
  font-size: 18px;
  display: inline-block;
}

/* ----------------------------------------------------
.memberContentsbox
---------------------------------------------------- */
.memberContentsbox {
  margin: 0 0 50px 0;
}
@media (max-width: 736px) {
  .memberContentsbox {
    margin-bottom: 25px;
  }
}

/* ----------------------------------------------------
.hohoemiWrap
---------------------------------------------------- */
.hohoemiWrap {
  padding: 0 50px;
  margin: 100px auto 40px auto;
  width: 714px;
  height: 257px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/page/bg_hohoemi.png) no-repeat;
}
.hohoemiWrap + .morebtn {
  margin-bottom: 100px;
}
@media (max-width: 736px) {
  .hohoemiWrap + .morebtn {
    margin-bottom: 50px;
  }
}
@media (max-width: 736px) {
  .hohoemiWrap {
    padding: 0 20px 50px 20px;
    margin: 50px auto 20px auto;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    background: url(../images/page/bg_hohoemi_sp.png) top center no-repeat;
    background-size: 90%;
  }
}
.hohoemiWrap div.thumb {
  line-height: 0;
  width: 26%;
}
@media (max-width: 736px) {
  .hohoemiWrap div.thumb {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
.hohoemiWrap div.thumb img {
  width: 128px;
  height: auto;
}
@media (max-width: 736px) {
  .hohoemiWrap div.thumb img {
    width: auto;
    height: 156px;
  }
}
.hohoemiWrap div.textR {
  width: 74%;
}
@media (max-width: 736px) {
  .hohoemiWrap div.textR {
    width: 100%;
    text-align: center;
  }
}
.hohoemiWrap p.title {
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 1.8;
  font-weight: 600;
  color: #ff8e75;
  letter-spacing: 2px;
}
@media (max-width: 736px) {
  .hohoemiWrap p.title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.hohoemiWrap p.link {
  font-size: 23px;
  letter-spacing: 2px;
}
@media (max-width: 736px) {
  .hohoemiWrap p.link {
    font-size: 16px;
  }
}
.hohoemiWrap p.link a {
  color: #71422a;
  display: flex;
}
@media (max-width: 736px) {
  .hohoemiWrap p.link a {
    justify-content: center;
  }
}
.hohoemiWrap p.link a:after {
  content: "\e5c8";
  font-family: "Material Icons";
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
@media (max-width: 736px) {
  .hohoemiWrap p.link a:after {
    font-size: 16px;
  }
}

/* ----------------------------------------------------
.hohoemiList
---------------------------------------------------- */
.hohoemiList div.listbox {
  padding: 20px 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  background: #ffeeea;
  border-radius: 16px;
}
@media (max-width: 736px) {
  .hohoemiList div.listbox {
    padding: 20px;
    margin-bottom: 16px;
  }
}
.hohoemiList div.thumb {
  width: 24%;
  line-height: 0;
}
.hohoemiList div.boxR {
  width: 74%;
}
.hohoemiList div.boxR p:first-child {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #71422a;
}
@media (max-width: 736px) {
  .hohoemiList div.boxR p:first-child {
    font-size: 16px;
  }
}

/* ----------------------------------------------------
.schedulebox
---------------------------------------------------- */
.schedulebox {
  padding: 14px 0;
  display: flex;
  justify-content: space-bewteen;
  border-bottom: 1px dotted #71422a;
}
@media (max-width: 736px) {
  .schedulebox {
    flex-wrap: wrap;
  }
}
.schedulebox div.dayL {
  width: 40%;
}
@media (max-width: 736px) {
  .schedulebox div.dayL {
    width: 100%;
  }
}
.schedulebox div.schbox {
  width: 100%;
}

/* ----------------------------------------------------
#schedule
---------------------------------------------------- */
#schedule div.shbox {
  margin-bottom: 100px;
}
@media (max-width: 736px) {
  #schedule div.shbox {
    margin-bottom: 50px;
  }
}
#schedule div.shbox h3 {
  padding: 0 0 4px 4px;
  margin-bottom: 10px;
  color: #71422a;
  font-size: 20px;
  border-bottom: 1px solid #71422a;
}
@media (max-width: 736px) {
  #schedule div.shbox h3 {
    font-size: 18px;
  }
}

/* ----------------------------------------------------
.youtube
---------------------------------------------------- */
.youtube {
  margin: 0 auto 40px auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
