@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%;
}

* {
	min-width: 0;
	min-height: 0;
	box-sizing: border-box;
}

img {
	image-rendering: -webkit-optimize-contrast;
	vertical-align: top;
}

#wrap {
	width: 100%;
	overflow:visible;
	margin: 0 auto;
}


.contents {
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width: 999px) {
	.contents {
		width: 100%;
		padding: 0 10px;
	}
}
@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; }
}


/*================================================
 *  ヘッダー
 ================================================*/
/* ロゴ */
header h1 img {
	width: 17%;
	height: auto;
	margin: 0.5rem 0;
}

/* キービジュアル */
.mainvisual {
	margin: 0 auto;
	text-align: center;
}

.mainvisual p {
	display: block;
	margin: -25px 0 10px;
	z-index: 99999;
}

@media only screen and (max-width: 999px) {
	.mainvisual {
		margin: 0 auto;
	}
	.mainvisual img {
		width: 100%;
	}
	.mainvisual p img {
		width: 8%;
	}
}
@media only screen and (max-width: 480px) {
	header h1 img {
		width: 25%;
		height: auto;
	}
}


/*================================================
 *  フッター
 ================================================*/
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;
}


/*================================================
 *  コンテンツ
 ================================================*/
.txtB {
	font-weight: bold;
}

.txtS {
	font-size: 0.9rem;
}


/* ページ内リンク
--------------------------------------*/
.anchor {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1rem auto 2.0rem;
}

.anchor li a:hover img {
	opacity: 0.7;
	transition: 0.4s;
}

@media only screen and (max-width: 999px) {
	.anchor li {
		width: 32%;
	}
	.anchor li a img {
		width: 100%;
	}
}


/* 見出し
--------------------------------------*/
h3 {
	margin: 5.0rem 0 1.0rem;
}
h3:first-of-type {
	margin-top: 3.0rem;
}

@media only screen and (max-width: 480px) {
	h3 {
		margin-top: 3.0rem;
	}
	h3:first-of-type {
		margin-top: 1.0rem;
	}
	h3 img {
		max-width:100%
	}
}


/*================================================
 *  カセット（1カラム）
 ================================================*/
.cst {
	display: flex;
	flex-direction: column;
	border: 1px solid #f448d6;
	height: 100%;
	min-height: 0%;
	margin-bottom: 2rem;
}

/*----- 講座名 -----*/
.cst h4 {
	border-bottom: 1px dashed #f448d6;
	text-align: left;
	padding: 1.0rem 0 0;
	margin: 0 1.0rem 1.0rem;
	color: #36c;
	font-size: 1.4rem;
	font-weight: bold;
}

@media only screen and (max-width: 599px) {
	.cst h4 {
		flex-wrap: wrap;
		padding: 0.5rem 0;
	}
}

.cst .cst-in {
	display: flex;
	padding: 0 1.0rem 1.0rem;
}

/*----- 画像 -----*/
.cst .cst-in .ph-in {
	width: 400px;
	text-align: center;
}
.cst .cst-in .ph-in img {
	background-color: #ececec;
	display: block;
	max-height: 400px;
	object-fit: contain;
	width: 100%;
}
.cst .cst-in .ph-in p {
	margin-top: 0.2rem;
	text-align: right;
	font-size: 0.7rem;
}

/*----- 詳細 -----*/
.cst .cst-in .note {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-left: 2rem;
}

.cst .cst-in .note .txt {
	margin-bottom: 1.0rem;
	font-size: 0.9rem;
}

.cst .cst-in .note dl {
	display: flex;
	flex-wrap: wrap;
	align-items:stretch;
	width: 100%;
	margin-bottom: 0.5rem;
}
.cst .cst-in .note dt {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f448d6;
	width: 60px;
	margin-bottom: 1.0rem;
	text-align: center;
	color: #fff;
	font-size: 0.9rem;
}
.cst .cst-in .note dt:last-of-type {
	margin-bottom: 0;
}
.cst .cst-in .note dd {
	background-color: #f8e0f4;
	width: 100%;
	flex: 1;
	padding: 0.2rem 1.0rem;
}
.cst .cst-in .note dd span {
	margin-right: 0.6rem;
	font-size: 0.8rem;
}

.cst .cst-in .note .date dd span {
	background-color: #fff;
	border: 1px solid #f448d6;
	padding: 0 0.5rem;
	margin-left: 0.5rem;
	color: #f448d6;
	font-size: 0.9rem;
	font-weight: bold;
}

.cst .cst-in .note dd .close {
	color: #bbb;
}


/*----- ボタン -----*/
.btn {
	background: linear-gradient(to right, #5c8ae7, #36c);
	border-radius: 100px;
	width: 80%;
	margin: 0.5rem 0 0 auto;
}
.btn a {
	display: block;
	position: relative;
	padding: 0.8rem 0.5rem;
	text-align: left;
	color: #fff;
	font-size: 0.9rem;
}
.btn a::after {
	position: absolute;
	top: 50%;
	right: 1.0rem;
	margin-top: -4px;
	content: "";
	width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
	transform: rotate(45deg);
}
.btn a span {
	background-color: #f7faff;
	border-radius: 100px;
	padding: 0.4rem 1.0rem;
	margin: 0 0.5rem 0 0;
	font-weight: bold;
	color: #36c;
	font-size: 1.0rem;
}
.btn a:hover {
	transition: 0.5s;
	background-color: #f448d6;
	border-radius: 100px;
	color: #fff;
}
.btn a:hover span {
	transition: 0.5s;
	color: #f448d6;
}

/*タブレット*/
@media only screen and (max-width: 999px) {
	.btn {
		width: 100%;
	}
}
/*スマホ*/
@media only screen and (max-width: 599px) {
	.cst .cst-in {
		display: block;
		min-height: auto;
	}
	.cst .cst-in .ph,
	.cst .cst-in .ph-in {
		width: auto;
		text-align: center;
	}
	.cst .cst-in .ph-in img {
		width: 100%;
		height: 200px;
		object-fit: contain;
	}
	.cst .cst-in .note {
		width: 100%;
		position: static;
		width: auto;
		margin: 0.5rem 0 0;
	}
	.cst .cst-in .note .text {
		font-size: 0.8rem;
	}
	.cst .cst-in .note dl {
		margin: 0;
	}
	.cst .cst-in .note dl:last-of-type {
		margin: 0.5rem 0;
	}
	.cst .cst-in .note dt,
	.cst .cst-in .note dd {
		display: block;
		width: 100%;
	}
	.cst .cst-in .note dt {
		padding: 0 0.5rem;
		margin-bottom: 0;
		text-align: left;
	}
	.cst .cst-in .note dd {
		width: 100%;
		padding: 0.2rem 0.5rem;
		margin: 0 0 1.0rem;
		flex: auto;
	}
	.cst .cst-in .note dd:last-of-type {
		margin-bottom: 0;
	}
}

/* カテゴリカラー */
.beauty .cst {
	border: 1px solid #d65ddf;
}
.beauty .cst h4 {
	border-bottom: 1px dashed #d65ddf;
}
.beauty .cst .cst-in .note dt {
	background-color: #d65ddf;
}
.beauty .cst .cst-in .note dd {
	background-color: #fde9ff;
}
.beauty .cst .cst-in .note .date dd span {
	border: 1px solid #d65ddf;
	color: #d65ddf;
}
.beauty .btn a:hover {
	background-color: #d65ddf;
}
.beauty .btn a:hover span {
	color: #d65ddf;
}

.styleup .cst {
	border: 1px solid #b078eb;
}
.styleup .cst h4 {	border-bottom: 1px dashed #b078eb;
}
.styleup .cst .cst-in .note dt {
	background-color: #b078eb;
}
.styleup .cst .cst-in .note dd {
	background-color: #f5ebff;
}
.styleup .cst .cst-in .note .date dd span {
	border: 1px solid #b078eb;
	color: #b078eb;
}
.styleup .btn a:hover {
	background-color: #b078eb;
}
.styleup .btn a:hover span {
	color: #b078eb;
}




/*================================================
 *  カセット（3カラム）
 ================================================*/
.cstContainer {
	display : flex;
	flex-wrap : wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.cstContainer::after{
	content:"";
	display: block;
	width: 32%;
}

.cst_col3 {
	background-color: #fff;
	border: 1px solid #f448d6;
	width: 32%;
	height: auto;
	margin-bottom: 2rem;
}
@media only screen and (max-width: 896px) {
	.cst_col3 {
		width: 48%;
	}
}
@media only screen and (max-width: 480px) {
	.cst_col3 {
		width: 100%;
	}
	.cst_col3:last-of-type {
		margin-bottom: 0;
	}
}

/*----- 講座名 -----*/
.cst_col3 .koza_title {
	display: block;
	overflow: hidden;
	border-bottom: 1px dashed #f448d6;
	padding: 0.5rem 0 0.2rem;
	margin: 0 0.5rem;
	line-height: 1.2;
	color: #36c;
	font-size: 1.15rem;
	font-weight: bold;
}

/*----- 講師名 -----*/
.cst_col3 .name {
	padding: 0.5rem;
	line-height: 1.3;
}
.cst_col3 .name span {
	font-size: 0.75rem;
}

/*----- 講座詳細 -----*/
.cst_col3 .cst-in {
	display: flex;
	padding: 0.2rem 0.5rem 0;
}

/*-- 画像 --*/
.cst_col3 .koza_ph {
	position: relative;
	width: 140px;
	height: 140px;
}
.cst_col3 .koza_ph img {
	width: 140px;
	height: 140px;
	object-fit: cover;
	border: 1px solid #ccc;
}
.cst_col3 .koza_ph p { /*注釈*/
	position: absolute;
	bottom: 0;
	left: 0;
	background:rgba(0,0,0,0.5);
	padding: 0.2rem;
	color: #fff;
	font-size: 0.7rem;
	line-height: 1;
}

/*-- テキスト --*/
.cst_col3 .detail {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 0 0 0 0.5rem;
}
/* コピー */
.cst_col3 .detail p {
	font-size: 0.85rem;
	line-height: 1.5;
}

/*-- 開催日時 --*/
.cst_col3 .koza_date {
	display: flex;
	align-items: stretch;
	background-color: #E1D9BD;
	padding: 0 0.5rem;
	margin: 0.5rem 0;
}

.cst_col3 .koza_date span,
.cst_col3 .koza_date p {
	display: flex;
	align-items: center;
}
.cst_col3 .koza_date p {
	line-height: 1.15rem;
}

.cst_col3 .koza_date p.txtS {
	padding: 0.5rem 0;
}

.cst_col3 .koza_date span {
	width: 3.0rem;
	background-color: #f448d6;
	padding: 0.5rem 0;
	margin-right: 0.5rem;
	color: #f8e0f4;
	font-size: 1.0rem;
	justify-content: center;
}

/* 途中回 */
.tochu {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	background: #ff6;
	border-radius: 50px;
	padding: 0.3rem 2.0rem 0.1rem;
	margin-bottom: 0.5rem;
}
.tochu:before {
	content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  z-index: 0;
  border: 3px solid transparent;
  border-bottom: 8px solid #ff6;
  margin-left: -3px;
}
.tochu p {
	color: #352c00;
	font-size: 0.85rem;
	font-weight: bold;
}



/*----- ボタン -----*/
.cst_col3 .btn {
	width: calc(100% - 1.0rem);
	margin: 0 0.5rem 0.5rem;
}

.cst_col3 .btn a {
	padding: 0.6rem 0.5rem;
	font-size: 0.8rem;
}
 
.cst_col3 .btn a span {
	padding: 0.3rem 0.5rem;
	margin-right: 0.3rem;
	font-size: 0.9rem;
}

.cst_col3 .btn .txtS span {
	font-size: 0.8rem;
}



/* カテゴリカラー */
.beauty .cst_col3 {
	border-color: #d65ddf;
}
.beauty .cst_col3 .koza_title {
	border-bottom: 1px dashed #d65ddf;
}
.beauty .cst_col3 .koza_date {
	background-color: #fde9ff;
}
.beauty .cst_col3 .koza_date span {
	background-color: #d65ddf;
}

.styleup .cst_col3 {
	border-color: #b078eb;
}
.styleup .cst_col3 .koza_title {
	border-bottom: 1px dashed #b078eb;
}
.styleup .cst_col3 .koza_date {
	background-color: #f5ebff;
}
.styleup .cst_col3 .koza_date span {
	background-color: #b078eb;
}