@charset "utf-8";

/* CSS Document */
/*================================================
*  CSSリセット
================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav.gnav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav.gnav, section {
  display: block
}

ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

/*================================================
*  一般・共通設定
================================================*/
body {
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background-image: url("../images/background.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
}

* {
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: top;
}

#wrap {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.contents {
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 999px) {
  .contents {
    width: 100%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 599px) {
  .contents.no-padding {
    width: 100%;
    padding: 0;
  }
}

a {
  color: #111;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: inherit;
}


/* pc sp表示切替 */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.pc480 {
  display: block !important;
}
.sp480 {
  display: none !important;
}
@media only screen and (max-width: 480px) {
  .pc480 {
    display: none !important;
  }
  .sp480 {
    display: block !important;
  }
}

.txtB {
  font-weight: bold;
}

.txtS {
  font-size: 80%
}

/*================================================
 *  ヘッダー
 ================================================*/
/* ロゴ */
header h1 img {
  width: 17%;
  height: auto;
  margin: 0.5rem 0;
}

/* キービジュアル */
.mainvisual {
  margin: 0 auto 1rem;
  text-align: center;
}

@media only screen and (max-width: 999px) {
  .mainvisual {
    margin: 0 auto 0.5rem;
  }

  .mainvisual img {
    width: 100%;
  }
}


/*================================================
 *  コンテンツ
 ================================================*/
.att {
  background-color: #ececec;
	padding: 1.0rem;
	margin-bottom: 2.0rem;
	font-size: 0.9rem;
    color: #391601;
    overflow: hidden;
    zoom: 1;
}
.att img{
  float: left;
  margin-right: 0.2rem;
}

/*スマホ*/@media only screen and (max-width: 599px) {
  .att {
    padding: 0.5rem;
    margin-bottom: 1.0rem;
	font-size: 0.6rem;
    overflow: hidden;
    zoom: 1;
      }
    .att img{
      width: 50px;
      margin-bottom: 30px;
    }
}


/* 講座情報
--------------------------------------*/
.cst {
  height: 100%;
  min-height: 0%;
  background-color: #fff;
  border: 1px solid #339999;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  margin-top: 50px;
}

.cst h2 {
  background-color: #f4f4dc;
  border: 1px solid #339999;
  padding: 0.5rem;
  width: 85%;
  height: 3.2rem;
  margin: -2.8rem auto 0;
  text-align: center;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  color: #339999;
  font-weight: bold;
}

.cst h2::before,
.cst h2::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #339999;
  margin: 0px 0.5rem 2px;
}

.cst h2::before {
  transform: rotate(60deg);
}

.cst h2::after {
  transform: rotate(-60deg);
}

.cst h2.wf-roundedmplus1c {
  font-family: "M PLUS Rounded 1c";
}


/*スマホ*/
@media only screen and (max-width: 599px) {
  .cst h2 {
    width: 100%;
    font-size: 1rem;
    line-height: 1rem;
    height: auto;
    margin-top: -2rem;
  }

  .cst h2::before,
  .cst h2::after {
    content: none;
  }
}



/*----- 講座名 -----*/
.cst h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 1rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 3px solid #000;
  background-image: url("../images/h3.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  line-height: 1.8rem;
  min-height: 55px;
  text-align: center;
}

/* まだ間に合うアイコン */
.cst h3 .maniau img{
    margin-right: 0.3rem;
    vertical-align:inherit;
}
@media only screen and (max-width: 599px) {
    .cst h3 .maniau img{
        text-align: left;
        margin-bottom: 0.2rem;
        display: block;
    }
}

/*スマホ*/
@media only screen and (max-width: 599px) {
	.cst h3 {
		text-align: left;
		min-height: auto;
		padding: 0.5rem;
		font-size: 1.1rem;
	}
	.cst h3 img {
		width: 3.0rem;
	}
}


/*----- 内容 -----*/
.cst .cst-in {
  display: flex;
}

.cst .cst-in .ph {
  width: 400px;
  text-align: center;
}

.cst .cst-in .note {
  flex: 1;
  margin-left: 1.5rem;
}

.koushidate {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.cst dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cst dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #339999;
  border: 1px solid #339999;
  border-radius: 50%;
  line-height: 50px;
}

.cst dd {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  min-height: 50px;
}

.cst .cst-in .note dd span.num {
	border: 1px solid #fe4984;
	padding: 0 0.5rem;
	margin-left: 0.5rem;
	color: #fe4984;
	font-size: 0.9rem;
	font-weight: bold;
}



/*----- 回数 -----*/
.koushidate span.vol {
  font-size: 0.9rem;
  border: 1px solid #339999;
  padding: 0 0.5rem;
  margin-left: 1rem;
}

/*スマホ*/
@media only screen and (max-width: 599px) {
  .koushidate span.vol {
    margin-top: auto;
  }
}


/*-- ボタン --*/
.cst .btn {
  width: 390px;
  margin-top: 1rem;
  margin-left: auto;
}

.cst .btn p {
  background-color: #ff6600;
  border-radius: 30px;
  margin-top: 0.5rem;
  background-image: url("../images/btn_arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.cst .btn p:first-of-type {
  margin-top: 0;
}

.cst .btn a {
  display: block;
  position: relative;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}

.cst .btn a:hover {
  background-color: #FF2662;
  border-radius: 30px;
  transition: 0.6s;
  background-image: url("../images/btn_arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.cst .btn a span {
  border-bottom: dotted 4px #FABC87;
  margin: 0 0.5rem 0 1rem;
  font-size: 1rem;
  font-weight: bold;
}



/*タブレット*/
@media only screen and (max-width: 999px) {
  .cst .btn {
    width: 100%;
  }
}

/*スマホ*/
@media only screen and (max-width: 599px) {

/*----- 内容 -----*/
    .cst dl {
      display: flex;
      flex-wrap:nowrap;
    }
    
    .cst .cst-in {
      display: flex;
      flex-direction: column;
      margin: 0;
    }

  .cst .cst-in .ph {
    text-align: left;
    width:100%;
	}
  .cst .cst-in .ph img {
    width:100%;
	}
  .cst .cst-in .note {
    width: 100%;
    margin:0.5rem 0 0;
  }
  .cst .note > p {
    font-size: 0.9rem;
  }
  .cst .note dl {
    margin: 1rem 0;
  }
  .cst .note dl:last-of-type {
    margin: 0 0 1rem;
  }
  .cst .note .row2 dd > div:last-child {
    margin: 1rem 0 0;
  }  
  .cst .note dt,
  .cst .note dd {
    display: block;
    width: 100%;
  }
  .cst .note dt {
    margin-bottom: 0;
    width: 50px;
    text-align: center;
  }
  .cst .note dd {
    width: 80%;
    margin: 0.5rem 0 1rem;
    flex: auto;
  }
  .cst .note dd:last-of-type {
    margin-bottom: 0;
  }

  /*-- ボタン --*/
  .cst .btn a {
    padding: 1rem;
  }

}


.close {
	color: #bbb;
    display: contents;
}



/*================================================
 *  フッター
 ================================================*/
footer {
  clear: both;
  padding-bottom: 30px;
  margin-top: 80px;
  font-size: 0.9rem;
}

.copyright {
  padding: 10px;
  text-align: center;
}

@media screen and (max-width:750px) {
  footer {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .copyright {
    font-size: 0.7rem;
  }
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
#page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}

#page-top a {
  display: block;
  text-decoration: none;
}

#page-top img {
  background: #111;
}

#page-top img:hover {
  background: #222;
}




/*----- 途中回からも楽しめる_20240402追加 -----*/
.tochu {
	position: relative;
	display: block;
  flex-wrap: wrap;
	background: #fe4984;
	border-radius: 5px;
	width: 30%;
	padding: 0.4rem 0.5rem 0.3rem;
	margin: -0.5rem 0 0 50px;
}
.tochu:before {
	content: "";
  position: absolute;
  top: -11px;
  left: 30%;
  z-index: 0;
  border: 3px solid transparent;
  border-bottom: 8px solid #fe4984;
  margin-left: -3px;
}
.tochu p {
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
}

/*スマホ*/@media only screen and (max-width: 999px) {
	.tochu {
		width: calc(100% - 50px);
	}
}