@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.gnav li.nav-courses a span.jp {
	border-bottom: solid 1px #fffabd;
}
#side li.nav-5days a {
	color: #fff;
	background: url(../images/cmn-images/icon-side01.png) 20px 50% no-repeat;
	background-size: 4px;
	background-color: #db0225;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.days-tit01 {
  display: flex;
  align-items: center;
  border-top: solid 1px #db0225;
  border-bottom: solid 1px #db0225;
  padding: 20px 0;
}
.days-tit01 span {
  display: block;
}
.days-tit01 span:first-child {
  width: 130px;
  color: #db0225;
  font-size: clamp(2.5rem,75vw,4rem);
  text-align: center;
  font-weight: bold;
}
.days-tit01 span:last-child {
  flex: 1;
  border-left: solid 1px;
  padding-left: 30px;
}
.days-tit02 {
  color: #db0225;
  font-size: clamp(1.8rem,2.375vw,2rem);
  font-weight: bold;
}
.days-box {
  margin-bottom: 30px;
}
.days-box__tit {
  font-size: 1.7rem;
  font-weight: bold;
  background-color: #eee;
  padding: 10px;
  margin-bottom: 20px;
}
.days-img {
  display: flex;
  gap: 30px;
}
.days-img__inner {
  flex: 1;
}
.days-img__img {
  width: 40%;
}

/* ------------------------------------------------------------
	 PC   1025px -
   ------------------------------------------------------------ */

@media screen and (min-width: 1025px){

}


/* ------------------------------------------------------------
	 TABLET   for - 1024px
   ------------------------------------------------------------ */

@media screen and (max-width:1024px){

}

/* ------------------------------------------------------------
	 SP　640pxまで
   ------------------------------------------------------------ */

@media screen and (max-width: 640px) {

.days-tit01 {
  display: block;
  padding: 15px 0;
}
.days-tit01 span:first-child {
  width: 100%;
}
.days-tit01 span:last-child {
  flex: 1;
  border-left: none;
  padding-left: 0;
}
.days-box__tit {
  font-size: 1.6rem;
}
.days-img {
  display: block;
  gap: 0;
}
.days-img__img {
  width: 100%;
}

}

