@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;
	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;
}
.bg {
	background: url(../images/bg.png) repeat-y center 0;
}
@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;
	}
	.bg {
		background: none;
	}
}

/*-- 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;
}
@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;
}


/*================================================
 *  コンテンツ
 ================================================*/
/*-- タブ --*/
.tab {
	display: flex;
	justify-content: space-between;
  width: 100%;
}
.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: 896px) {
	.tab li {
		width: 23%;
	}
}

/*-- 見出し --*/
.contents h2 {
	padding: 2.0rem 0 1.0rem;
}
.contents h2.kankeisha {
	padding: 1.0rem 0 1.0rem;
}

.contents h3 {
	margin-bottom: 1.0rem;
}

@media only screen and (max-width: 896px) {
	.contents h2 {
		padding: 1.0rem 0 1.0rem;
	}
	.contents h2 img,
	.contents h3 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-color: #fff;
	border: 1px solid #f8b400;
	width: 32%;
	height: auto;
	margin-bottom: 2rem;
}
.ukiyoe .cst { border-color: #125115; }
.edobunka .cst { border-color: #0a668f; }
.ooedojijyou .cst { border-color: #ad2242; }

@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: #f8b400;
	padding: 0.5rem;
	line-height: 1.2;
	color: #000;
	font-size: 1.15rem;
	font-weight: bold;
}
.ukiyoe .koza_title { background-color: #125115; color: #fff; }
.edobunka .koza_title { background-color: #0a668f; color: #fff; }
.ooedojijyou .koza_title { background-color: #ad2242; color: #fff; }

/*----- 講師名 -----*/
.name {
	padding: 0.2rem 0.5rem 0;
	font-weight: bold;
	line-height: 1.3;
}
.name span {
	font-size: 0.75rem;
}

/*----- 講座詳細 -----*/
.cst-in {
	display: flex;
	padding: 0.2rem 0.5rem 0;
}

/*-- 画像 --*/
.koza_ph {
	position: relative;
	width: 140px;
	height: 140px;
}
.koza_ph img {
	width: 140px;
	height: 140px;
	object-fit: cover;
	border: 1px solid #ccc;
}
.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;
}

/*-- テキスト --*/
.detail {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 0 0 0 0.5rem;
}
/* コピー */
.detail p {
	font-size: 0.85rem;
	line-height: 1.5;
}

/*-- 開催日時 --*/
.koza_date {
	display: flex;
	align-items: stretch;
	background-color: #E1D9BD;
	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: #9F8E72;
	padding: 0.5rem 0;
	margin-right: 0.5rem;
	color: #fff;
	font-size: 1.0rem;
	justify-content: center;
}
.ukiyoe .koza_date { background-color: #d9e499; }
.ukiyoe .koza_date span { background-color: #9fbb00; }
.edobunka .koza_date { background-color: #b5d1dd; }
.edobunka .koza_date span { background-color: #5f9bb6; }
.ooedojijyou .koza_date { background-color: #e6bcc6; }
.ooedojijyou .koza_date span { background-color: #c96f84; }

/* 複数行 */
.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: #dcb28d;
	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 #dcb28d;
  margin-left: -3px;
}
.tochu p {
	color: #352c00;
	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 0.5rem;

}
.btn li {
	margin-bottom: 0.5rem;
}
.btn li a {
	position: relative;
	display: block;
	background-color: #685c28;
	border-radius: 5px;
	padding: 0.5rem 0 0.4rem 1.3rem;
	color: #fff;
	font-weight: bold;
	transition: all 0.3s ease 0s;
}
.btn li a:before {
	position: absolute;
	top: 50%;
	left: 0.5rem;
	transform: translateY(-50%);
	content: "";
	border: 5px solid transparent;
	border-left: 6px solid #fff;
}
.btn li a::after {
	position: absolute;
	top: 50%;
	right: 1.0rem;
	transform: translateY(-50%);
	display: block;
	content: "| 詳細はこちら";
	text-align: right;
	font-size: 0.85rem;
	font-weight: normal;
}

.btn li a:hover {
	background-color: #e8d83c;
	color: #000;
	transition: 0.4s;
}

.btn li a span { /*補足文*/
	font-weight: normal;
	font-size: 0.75rem;
}



@media only screen and (max-width: 896px) {
	.btn li a {
		padding: 1.0rem 0 0.8rem 1.3rem;
	}
}


/*-- カセットがカテゴリに1つの場合 --*/
.cstWide {
	background-color: #fff;
	border: 1px solid #f8b400;
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
}

.cstWide .koza_date {
	align-items: center;
}

.cstWide .koza_date p {
	display: block;
	padding: 0.3rem 0.5rem;
	font-size: 1.0rem;
}

.cstWide .txtS {
	font-size: 0.85rem !important;

}

.btn3col {
	display: flex;
	justify-content: space-between;
}
.btn3col li {
	width: 32%;
}
@media only screen and (max-width: 480px) {
	.btn3col {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	.btn3col li {
		width: 100%;
	}
}


/*-- カセット　2つ分の横幅 --*/
.cstDouble {
	background-color: #fff;
	border: 1px solid #f8b400;
	width: 66%;
	height: auto;
	margin-bottom: 2rem;
}
.ukiyoe .cstDouble { border-color: #125115; }
.edobunka .cstDouble { border-color: #0a668f; }
.ooedojijyou .cstDouble { border-color: #ad2242; }

@media only screen and (max-width: 896px) {
	.cstDouble {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.cstDouble {
		width: 100%;
	}
}

/*-- ほんの少し行間を開けたい --*/
.sukima025{
    margin-top: 0.25rem; 
    display: block;
}







/* 20250729追加
-----------------------------------------------*/
/* ページ上部マーキー */
.marquee {
	background-color: #ff6;
	margin-inline: auto;
	max-width: 1000px;
	overflow: hidden;
	padding: 0.1rem 0;
}
.marquee p {
	display: inline-block;
	white-space: nowrap;
	padding-left: 100%;
	width: fit-content;
	white-space: nowrap;
	animation: MarqueeScroll linear 20s infinite;
}
.marquee p span {
	color: #f00;
	font-weight: bold;
}

@keyframes MarqueeScroll {
	from { transform: translateX(0);}
	to { transform: translateX(-100%);}
}

@media only screen and (max-width: 599px) {
	.marquee {
		max-width: 100%;
	}
}