@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-color: #f6f1d7;
}

* {
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	image-rendering: -webkit-optimize-contrast;
	vertical-align: top;
}

a { color: #111; }
a:link { text-decoration: none; }
a:visited { color: inherit; }


/*-- レイアウト --*/
#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 10px;
	}
}
@media only screen and (max-width: 896px) {
	.contents.no-padding {
		width: 100%;
		padding: 0;
	}
}

/*-- 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; }
}

.txtS {
	font-size: 0.85rem;
}

em {
	font-weight: bold;
}



/*================================================
 *  ヘッダー
 ================================================*/
/* ロゴ */
header h1 img {
	width: 17%;
	height: auto;
	margin: 0.5rem 0;
}

/*-- キービジュアル --*/
.mainvisual {
	width: 100%;
	margin: 0 auto 1.0rem;
	text-align: center;
	background-color: #000;
	padding: 0.5rem 0;
}
@media only screen and (max-width: 896px) {
	.mainvisual {
		margin: 0 auto 0.5rem;
		min-height: auto;
	}
	.mainvisual img{
		width: 100%;
	}
}


/*================================================
 *  フッター
 ================================================*/
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;
}


/*================================================
 *  コンテンツ
 ================================================*/
 /*-- リード文 --*/

.lead{
	margin-bottom: 1.0rem;
	text-align: center;
	font-size: 1.2rem;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
 }


h2 {
	font-size: 2.4rem;
	color:#000;
	margin: 0.6rem 0;
	font-weight: bold;
}

.catch01{
	color:#013284;
	font-weight: bold;
	font-size: 1.4rem;
}
.lead span.so01{
	color:#840148;
	font-weight: bold;
}
.lead span.so02{
	font-weight: bold;
	font-size: 2.2rem;
}
.lead span.so03{
	background-color:#013284; 
	padding: 0.2rem;
	font-weight: bold;
	color: #feeb6d;
	margin: 0.2rem;
}

@media only screen and (max-width: 480px) {
	h2 {
		font-size: 1.2rem;
		margin: 0.2rem 0 0;
		line-height: 1.8rem;
	}
	.lead{
		margin-bottom: 1.0rem;
		font-size: 1rem;

	 }
	.catch01{
		font-size: 1rem;
		line-height: 1.4rem;
	}
	.lead span.so02{
		font-size: 1.6rem;
	}
}





.points ul{
	display: flex;
	width:auto;
	margin: 2rem 0;
	justify-content: center; 
}

.points li{
    padding: 5px;
	width:30%;
	text-align: left;
}
.points li::before{
    content: "";
    display: block;
    height: 7px;
    width: 100px;
    border-bottom: 4px solid #840148;
    border-left: 8px solid #840148;
    transform: rotate(-45deg) perspective(70px) rotateY(60deg);
    transform-origin: 0 50%;
}
.points li p{
    margin: -1.5rem 0 0 1.5rem;
	font-weight: bold;
}

@media only screen and (max-width: 480px) {

	.points ul{
		flex-direction: column;
		align-items: center;
		margin: 0.5rem 0;
	}
	.points li{
		padding: 0.7rem 0 0;
		width:auto;
	}
	.points li::before{
		height: 7px;
		transform: rotate(-45deg) perspective(50px) rotateY(60deg);
	}
	.points li p{
    	margin: -1.3rem 0 0 1.5rem;
		font-size: 0.85rem;
	}
}

.jinseisaikou{
	font-size: 1.6rem;
	font-weight: bold;
}
@media only screen and (max-width: 480px) {
	.jinseisaikou{
		font-size:1rem;
		font-weight: bold;
		line-height: 1.25rem;
	}
}

/*-- タブ --*/
.tab {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin: 1rem 0;
}
.tab li a img {
	max-width: 100%;
}
.tab li a img:hover {
	transition: 0.4s;
	opacity: 0.6;
	background: #fff;
}
@media only screen and (max-width: 760px) {
	.tab {
		flex-wrap: wrap;
	}
	.tab li {
		width: 33%;
	}
}
@media only screen and (max-width: 480px) {
	.tab li {
		width: 48%;
	}
}





/*-- 見出し --*/
.contents h3 {
	padding: 2.0rem 0 1.0rem;
}
.contents h3.kankeisha {
	padding: 1.0rem 0 1.0rem;
}

.contents h4 {
	padding: 1.0rem 0;
}

@media only screen and (max-width: 896px) {
	.contents h3 {
		padding: 0 0 1.0rem;
	}
	.contents h3 img,
	.contents h4 img {
		max-width: 100%;
	}
}


/*================================================
 *  講座カセット　グリッドレイアウト
 ================================================*/
 .cstContainer {
    display : flex;
  flex-wrap : wrap;
  justify-content:space-between;
	width: 100%;
	margin: 0 auto;
}
.cstContainer::after{
  content:"";
  display: block;
  width:32%;
}

.cst {
	background-image: linear-gradient(180deg, #f6f1d7, #fff 10%, #fff);
	width: 32%;
	height: auto;
	margin-bottom: 2rem;
}

@media only screen and (max-width: 896px) {
	.cst {
		width: 48%;
	}
}
@media only screen and (max-width: 480px) {
	.cst {
		width: 100%;
	}
}

/*----- 講座名 -----*/
.koza_title {
	display: block;
	overflow: hidden;
	background-color: #612CA0;
	padding: 0.65rem 0.5rem 0.4rem;
	line-height: 1.4;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
}
.kokoro .koza_title { background-color: #EB3B71;}
.chinodoa .koza_title { background-color: #2927A8;}
.geijyutsu .koza_title { background-color: #1C9A32;}
.karada .koza_title { background-color: #E9410E;}

/*----- 講師名 -----*/
.name {
	padding: 0.2rem 0.5rem 0;
	line-height: 1.3;
}
.name span {
	font-size: 0.75rem;
}
.name span::before {
	content: "（";
}
.name span::after {
	content: "）";
}

/* 感動で満たすGW */
.kandou .name {
	padding-bottom: 0.5rem;
}

/*----- 講座詳細 -----*/
.cst-in {
	display: flex;
	padding: 0.5rem  0.5rem  0.6rem;
}

/*-- 画像 --*/
.koza_ph {
	position: relative;
	width: 120px;
	height: 120px;
}
.koza_ph img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	background-color: #EBEBDC;
}
.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;
}

/* 感動で満たすGW */
.kandou .koza_ph {
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
.kandou .koza_ph img {
	width: 250px;
	height: 250px;
}

/*-- テキスト --*/
.detail {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 0 0 0 0.5rem;
}
/* コピー */
.detail p {
	font-size: 0.8rem;
	line-height: 1.5;
}

/*-- 開催日時 --*/
.koza_date {
	display: flex;
	align-items: stretch;
	background-color:#CDC4ED;
	padding: 0 0.5rem;
	margin: 0.5rem 0;
}

.koza_date span,
.koza_date p {
	display: flex;
	align-items: center;
}
.koza_date p {
	line-height: 1.15rem;
}
.koza_date span {
	width: 3.0rem;
	background-color: #856BB5;
	padding: 0.5rem 0;
	margin-right: 0.5rem;
	color: #fff;
	font-size: 1.0rem;
	justify-content: center;
}
.kokoro .koza_date { background-color: #EDC4C7; }
.kokoro .koza_date span { background-color: #EB3B71; }
.chinodoa .koza_date { background-color: #D3DAF1; }
.chinodoa .koza_date span { background-color: #5A61B5; }
.geijyutsu .koza_date { background-color: #CBEFDB; }
.geijyutsu .koza_date span { background-color: #23A767; }
.karada .koza_date { background-color: #F9DDC2; }
.karada .koza_date span { background-color: #EF9632; }

/* 複数行 */
.koza_date dl {
	margin: 0.2rem 0;
}
.koza_date dt {
	font-size: 0.9rem;
	font-weight: bold;
}
.koza_date dd {
	font-size: 0.9rem;
	line-height: 0.9;
	padding-bottom: 0.3rem;
}

/* 途中回 */
.tochu {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	background: #CACF18;
	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 #CACF18;
  margin-left: -3px;
}
.tochu p {
	color: #3E3E3E;
	font-size: 0.85rem;
	font-weight: bold;
}

/*-- 開催日時（画像横ver）_文化体験 --*/
.edobunka.taiken .cst-in {
	margin-bottom: 0.5rem;
}
.edobunka.taiken .detail .koza_date {
	display: block;
	margin-top: 0;
}
.edobunka.taiken .detail .koza_date span {
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
}
.edobunka.taiken .detail p {
	font-size: 1.0rem;
}
.edobunka.taiken .detail .tochu {
	margin: 0.5rem 0 0;
}
.edobunka.taiken .detail .tochu p {
	text-align: center;
	line-height: 1.15;
	font-size: 0.85rem;
    padding:0.1rem 0;
}


/*-- ボタン --*/
.btn {
	margin: 0 1.5rem;
}
.btn li {
	margin-bottom: 0.5rem;
}
.btn li a {
	position: relative;
	display: block;
	background-image: linear-gradient(180deg, #666, #000);
	border: 2px solid  #bdc18b;
	border-radius: 9999px;
	padding: 0.2rem 1.8rem 0.2rem 0;
	color: #FCFBF2;
	font-weight: bold;
	transition: all 0.3s ease 0s;
	text-align: right;
	font-size: 0.9rem;
}

.btn li a::after {
	position: absolute;
	top: 50%;
	right: 0.3rem;
	transform: translateY(-50%);
	content: "";
	border: 7px solid transparent;
	border-left: 8px solid #B1B579;
}

.btn li a:hover {
	background-image: linear-gradient(180deg, #B7B394, #E9E9E0);
	color: #000;
	transition: 0.4s;
}

.btn li a span { /*補足文*/
	font-weight: normal;
	font-size: 0.75rem;
	margin: 0 0.5rem 0 0;
	position: absolute;
	top:0.35rem;
	left: 0.5rem;
}



@media only screen and (max-width: 896px) {
	.btn li {
		margin-bottom: 1.0rem;
	}
	.btn li a {
		padding: 0.6rem 2.0rem 0.5rem 0;
	}
	.btn li a span {
		margin-top: 0.3rem;
	}
}



/*================================================
 *  視聴までの流れ
 ================================================*/

#howto{
	background-color: #d9d1a8;
	text-align: center;
	margin-top: 2rem;
}

.flow {
	display : flex;
	flex-wrap : wrap;
	justify-content:space-between;
	padding: 1rem 0 2rem ;
}

.flow li {
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #000;
	padding-bottom: 1.0rem;
	width: 32%;
	list-style: none;
}

.flow li img {
	vertical-align: top;
}

.flow li p {
	padding: 1.0rem 1.5rem 0;
	text-align: left;
}

.flow li p:first-of-type {
	text-align: left;
	padding: 0.8rem 0;
}

.flow li div {
	text-align: center;
}
.flow li .btn {
	margin: 0;
}
.flow li .btn a {
	position: relative;
	display: block;
	background-image: linear-gradient(180deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
	border-radius: 9999px;
	padding: 0.5rem 0 0.4rem 0;
	color: #fff;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
.flow li .btn a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1rem;
	width: 10px;
	height: 14px;
	margin: auto;
	background: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.flow li .btn a:hover {
	background-color: #000;
	transition: .4s;
}

@media only screen and (max-width: 896px) {
	.flow li {
		width: 100%;
		margin: 0 1.0rem 1.0rem;
	}
	.flow li p {
		padding: 1.0rem 1.0rem 0;
	}
}


