@charset "utf-8";

/* auther -   */
/* web -  */

/* chapter
---------------------------------------------
・全般設定
・ヘッダ
・グローバルナビメニュー
	ナビブロック高さ
・メインブロック #main
・topページ
・フッタ

初期: ~max960px
---------------------------------------------*/
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, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	
    vertical-align:baseline;
    background:transparent;
	font-size:62.5%;

}
h1,h2,h3,h4,h5,h6,p { font-weight: normal;}
ul,
ol {
	margin:0;
	padding:0;
}

ul {
	list-style-type: none;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	display:block;
}
img{
max-width: 100%;
height: auto;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color:#333;
}
a:hover {
	color:#888;
}
a:hover img {
	opacity:0.7;
}

/*
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-extrabold {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
html {
	scroll-behavior: smooth;
}
body {
	color: #333;
	font-family: "Noto Sans JP"; 
	font-weight:500;
	background-color:#fff;
}
#wrapper {
	width:100%;
	margin:0 auto;
	padding: 0;
	position:relative;

}
.topics-bg-image,
.top-bg-image {
	background-image: url(../img/img_3107.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
	top:30px;
 	 margin: auto;
    width: 100%;
    height:80vh;
	opacity:0.3;
    z-index: -1;
}
.top-bg-image {
	opacity:1;
 	 inset: 0;

}
header {
	font-family: "Shippori Mincho", serif;
  	font-weight: 800;
  	font-style: normal;
}
header#head_line {
	width:100%;
	position: sticky;
	top: 0;
	background-color:#fff;
}


header.sp-header {
	display:none;
}
#top-billboard {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
}
#top-billboard header {
	width:auto;
	position:absolute;
	left:12px;
	top:8px;
	z-index:10;

}
header h1 {
	color:#333;
	padding:0.3em 0 0.2em 0;
	margin-left:0.5em;
	font-size:1.6rem;
		font-weight:700;
}
header h1 span {
	font-size:0.9em;
		font-weight:500;
}
header#head_line h1{
	color:#333;
	padding:0.3em 0 0.2em 0;
	margin-left:1em;
	font-size:1.6rem;
		font-weight:700;
}
header#head_line h1a {
	display:block;
	width:100%;
}
#top-billboard header h1 {
	color:#fff;
	padding:1em 0.5em 0.5em 0.2em;
	border-bottom:solid 1px #fff;
	font-size:1.8rem;
		font-weight:700;

}

/* Gナビ */
nav.g-navi ul {
	text-align:center;
	width:90%;
	height:auto;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
  	align-items: flex-end;
}
nav.g-navi ul li {
	width: 16%;	
	margin:0px;
	height:auto;
	list-style:none;
	text-decoration:none;
 }
nav.g-navi ul li a {
	display:block;
	padding:6px 0 6px 0;
	color:#fff;
	text-decoration:none;
	font-size:1.3rem;
	font-family: "Noto Sans JP"; 
	font-weight:500;
	line-height:1;
	transition: transform .6s ease;
}
nav.g-navi ul li a:hover {
	background-color:rgb(255 255 255 / 0.6);
	color:#333;
	transform: translate(-1px,-1px) scale(1.2);
	border-radius:8px;
}
nav.g-navi ul li.current a {
	background-color:#fff;
	color:#333;
	font-size:1.3rem;
	border-radius:8px;
}
nav.g-navi ul li.current a:hover {
	background-color:#fff;
	color:#888;
	transform: none;
}

/* ビルボードスクロールアウト後メニュー固定　*/
main nav.g-navi {
	width:100%;
	height:48px;
	position: sticky;
	top: 0;
	background-color:rgb(64 64 64 / 0.8);
	display: flex;
	justify-content:center;
	align-items:center;
}
main#topics_main nav.g-navi {
	position: sticky;
	top:24px;
}

/* main */	
main {
	clear:both;
	width:100%;
	margin:0;
	padding-top:0px;
}
main#topics_main {
}
main h2 {
	width:90%;
	display:block;
	margin:0 auto 1em auto;
	padding:0.2em 0;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600;
  	font-style: normal;
	font-size:1.8rem;
	color:#333;
	border-bottom:solid 1px #333;
}

main p {
	width:auto;
	text-align:justify;
	font-size:1.4rem;
	color:#333;
	line-height:1.5;
	margin-bottom:1em;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 300;
	font-style: normal;
}

/*_______________________
 main article
---------------------------------- */
main article {
	background-color:rgb(255 255 255 / 0.9);
	width:100%;
	padding:16px 0 24px 0;
}
/* 箏三絃教室紹介 */
.about-con {
	width:86%;
	margin:0 auto;
}
.about-con p.about-cf {
	width:90%;
	margin:0 0 1em 1em;
}
.lesson-con {
	width:96%;
	margin:0 auto 16px auto;
	background-color:beige;
	padding:3px 2%;
}
.lesson-con dl {
	width:100%;
	margin-bottom:10px;
	display:flex;
	flex-wrap:wrap;
	font-family: "Noto Sans JP"; 
}
.lesson-con dl dt {
	width:15%;
	min-width:11em;
	padding: 0.8em 0;
	font-size:1.4rem;
	font-weight:400;
	border-bottom:dashed 1px #333;
	line-height:1.5;
}
.lesson-con dl dd {
	width:75%;
	padding: 0.8em 0 0.8em 1em;
	line-height:1.5;
	border-bottom:dashed 1px #333;
	border-left:solid 1px #fff;
	font-size:1.5rem;
	font-weight:400;
}
.lesson-con p {
	width:94%;
	font-size:1.4rem;
	font-weight:400;
	margin-left:1em;
}
	
.about-info {
	width:64%;
	margin:0 auto;
}
.about-info li {
  	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	margin-bottom:0.5em;
	font-size:1.5rem;
}

/*　お知らせ */
#information {
	width:100%;
	height:auto;
	padding:48px 0 24px 0;
}
dl.news-con {
	width:80%;
	margin: 0 auto;
	display:flex;
	flex-wrap: wrap;
/*	max-height:1200px;
	overflow-y: scroll;
*/
	color:#666;
  	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
 }
dl.news-con dt {
	width:12%;
	min-width:8em;
	padding-top:0.2em;
	font-size:1.4rem;
	font-weight:400;
}
dl.news-con dd {
	width:84%;
	margin:0 0 0.5em 0;
	font-size:1.4rem;
	font-weight:700;
	color:#666;
	line-height:1.6;
}
dl.news-con dd a {
	color:#333;
	font-weight:600;	
	text-decoration:underline;
}
dl.news-con dd a:hover {
	color:#888;
}
dl.news-con dd span {
	font-size:1.2rem;
}
	
#topics {
	width:100%;
	background-color:rgb(255 255 255 / 0.1);
	height:30vh;
	display: flex;
	justify-content:center;
	align-items:center;
}
#topics p {
	width:auto;
	text-align:center;
	color:#fff;
  	font-family: "Shippori Mincho", serif;
	font-weight: 800;
	font-size:1.8rem;
}
/* プロフィール */
.profile-con {
	width:90%;
	margin:0 auto 16px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.profile-con p {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
	font-size:1.4rem;
}
.profile-con p.aisatsu-txt {
	margin-bottom:0.5em;
}
.profile-con p.aisatsu-txt:last-child {
	margin-bottom:2em;
	}
#profile-photo {
	width:32%;
}
#profile-photo img {
	width:100%;
	height:auto;
}
#profile-aisatsu {
	padding-top:24px;
	width:64%;
}
#profile-aisatsu h3 {
	font-size:1.5rem;
	margin-bottom:0.5em;
}
.profile-name {
	width:60%;
	margin:0 0 12px 0;
	padding-left:15px;
	display:flex;
	flex-wrap:wrap;
	color:#666;
  	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;

}
.profile-name p {
	font-size:1.4rem;
	width:6em;
	line-height:1.4;
	font-weight:300;
	margin:0 0 0.3em 1em;
}
.profile-name h4 {
	font-size:1.8rem;
	width:auto;
  	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	line-height:1em;
	padding-top:0.5em;
	margin-bottom:0;
	margin:0 0 2em 1em;
	color:#333;
	letter-spacing: 0.5em;
}
/*
.profile-con ul {
	width:48%;
	font-family: "Noto Sans JP"; 
	font-weight:400;
}
.profile-con ul li {
	line-height:1.5;
	font-size:1.5rem;
	margin-bottom:0.5em;
}
.profile-con li ul {
	width:94%;
	margin-left:5%;
}
.profile-con li ul li {
	width:100%;
}
*/
dl.history {
	width:560px;
	margin: 0 auto 18px auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: start;
	color:#666;
  	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
 }
dl.history dt {
	width:6em;
	padding:0.5em 0 0 1em;
	font-size:1.4rem;
	font-weight:600;
	background:url(../img/li-m11.png) left 8px no-repeat;
}
dl.history dd {
	width:80%;
	margin:0 0 0.5em 0;
	font-size:1.4rem;
	font-weight:700;
	color:#666;
	line-height:1.6;
}
.profile-con p.profile-cf {
	width:80%;
	margin:0 auto 1em auto;
	color:#333;
  	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-style: normal;
	position:relative;
	left:6em;
	top:0;
}
/* 道コンサート */
.concert-con {
	width:80%;
	margin:0 auto;
	
}
.concert-con h3 {
	font-size:1.5rem;
	margin:0 0 0.3em -1em;
	padding:0 0 0 1em;
	background:url(../img/li-or13.png) left 3px no-repeat;
}
.concert-con p {
	width:96%;
 	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size:1.5rem;
	line-height:1.4;
	font-weight:300;
	color:#333;
	
}
.concert-con p span {
 	font-size:1.2rem;
	font-weight: 300;
}
.concert-con .concert-pdf {
	width:40%;
	margin:0 auto 16px auto;
}
.concert-con .concert-pdf img {
	width:100%;
	height:auto;
}
.mov-con {
	width:100%;
	 aspect-ratio: 16 / 9;
	margin:0 auto;
	padding-bottom:24px;
}
.mov-con iframe {
  width: 100%;
  height: 100%;
}

.mov-con video {
	width:100%;
	margin: 0 auto 24px auto;
}
.mov-con video:hover {
	cursor:pointer;
}

/*　アクセス */
p.access-info {
	width:80%;
	margin:0 auto 1em auto;
	font-size:1.4rem;
	font-weight:300;
	text-align:left;
	line-height:1.8;
}
p.access-info span {
	font-size:1.4rem;
}
/* googleマップ */
#access iframe {
  width: 100%;
	margin:0 auto;
  aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
}


/* ページトップへ
----------------------------------------------*/
#jump-top {
	position:fixed;
	bottom:24px;
	right:10px;
}
#jump-top a {
	display:block;
	border-radius: 5px;
	background-color:#099;
	font-size:1.3rem;
	padding:3px 8px;
	color:#fff;
}
#jump-top a:hover {
	background-color:tan;
	text-decoration:none;
	color:#fff;
}


/* footer-address */
footer {
	width:100%;
	height:auto;
	clear: both;
	padding:16px 0 24px 0;
	margin:0;
	color:#333;
	background-color: rgb(255 255 255 / 0.9);
}
#top-page footer {
	color:#333;
}
footer h2 {
	font-size:1.4rem;
	text-align:center;
	font-weight:bold;
	margin:0 0 1em  0;
}
footer address p {
	font-size:1.2rem;
	text-align:center;
	line-height:1.5;
	margin-bottom:1em;
	font-style:normal;
	

}
.clear {
	clear:both;
}
footer p.copyright {
	text-align:center;
	font-size:1.1rem;
	margin-bottom:0;
}
.mob-v {display:none;}
/*_________________________
  スマホたて ~480
---------------------------------------------*/
@media screen and (max-width:480px) {
	#wrapper {
		width:100%;
		margin:0 auto;
		padding: 0;
		position:relative;
	}	
	header#head_line {
		display:none;
	}
	header.sp-header {
		width:100%;
		display:block;
		padding:10px 0 8px 0;
		position:fixed;
		z-index:11;
	background:linear-gradient(
		rgba(192,192,192,0.9),
		rgba(96,96,96,0.8)
		);
	}
	header h1 {
		width:96%;
		margin:0 auto 0.8em auto;
		font-size:1.5rem;
		font-weight:700;
		color:#000
	}
	header h1 a {
		font-size:1.5rem;
		font-weight:700;
		color:#000
	}
	header h1 span {
		font-size:1.3rem;
		font-weight:400;
	}
	nav#navi_topics {
		width:90%;
		margin:-2.7rem auto 1rem auto;
	}
	nav#navi_topics h2 {		
		text-align:right;
		}
	nav#navi_topics h2 a {
		font-size:1.4rem;
		color:#fff;
		margin-bottom:1em;
		text-decoration:none;
		font-size:1.4rem;
		font-family: "Shippori Mincho", serif;
  	font-weight: 800;
	font-style: normal;
		text-align:right;
		line-height:1;
}
	header nav.header-navi {
		width:90%;
		margin:0 auto;
	}
	header nav.header-navi ul {
		width:100%;
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	header nav.header-navi li {
		width:auto;
	}
	header nav.header-navi li a {
		font-size:1.2rem;
		color:#fff;
		margin-bottom:1em;
		text-decoration:none;
		font-size:1.3rem;
		font-family: "Noto Sans JP"; 
		font-weight:500;
		line-height:1;
	}
	header nav.header-navi li a:hover {
		font-weight:700;
	}
	#top-billboard header {
		display:none;
	}

/* g-nav　*/
	main nav.g-navi {
		display:none;
	}

	main h2 {
		font-size:1.6rem;
	}
/*__________________________
main-article
-----------------------------------------*/
/* 箏三絃教室の紹介 */
	.about-con {
		width:90%;
		margin:0 auto;
	}
	.about-con p.about-cf {
		width:100%;
		margin:0 auto 1em auto;
		font-size:1.2rem;
	}
	.lesson-con {
		width:96%;
		margin:0 auto 16px auto;
		background-color:beige;
		padding:2px 2%;
	}
	.lesson-con dl {
		width:100%;
		padding-bottom:0.2em;
		display:block;
	}
	.lesson-con dl dt {
		width:15em;
		min-width:15%;
		padding: 0.8em 0 0.3em 0;
		font-size:1.4rem;
		font-weight:400;
		border-bottom:none;
	}
	.lesson-con dl dd {
		width:90%;
		padding: 0 0 0.5em 10%;
	line-height:1.5;
	border-bottom:dashed 1px #333;
	border-left:none;
	font-size:1.4rem;
	font-weight:400;
	}
	.lesson-con p {
		width:96%;
		font-size:1.3rem;
	font-weight:400;
	margin:0 auto 0.5em auto;
}
	.about-info {
		width:80%;
		margin:0 auto;
	}
	.about-info li {
		font-size:1.4rem;
	}
/*　おしらせ */
	#information {
	}
	dl.news-con {
	width:80%;
	margin: 0 auto;
	display:block;
	}
	dl.news-con dt {
		width:auto;
		padding-top:0.2em;
		font-size:1.3rem;
	}
	dl.news-con dd {
		width:100%;
		margin:0 0 0.5em 0;
		font-size:1.4rem;
	}
	#topics {
	width:100%;
	background-color:rgb(255 255 255 / 0.1);
	height:40vh;
	}
	#topics  p {
	width:90%;
	margin:0 auto;
	text-align:justify;
	color:#fff;
  	font-family: "Shippori Mincho", serif;
	font-weight: 800;
	font-size:1.6rem;
	}
/* プロフィール */
	.profile-con {
		width:96%;
		margin:0 auto 8px auto;
	}
	.profile-con p {
	font-size:1.3rem;
	}
	.profile-con p.aisatsu-txt {
	margin-bottom:0.5em;
	}
	.profile-con p.aisatsu-txt:last-child {
	margin-bottom:2em;
	}

	#profile-photo {
	width:40%;
	}
	#profile-photo img {
	}
	#profile-aisatsu {
	padding-top:16px;
	width:54%;
	}
	#profile-aisatsu h3 {
	font-size:1.5rem;
	margin-bottom:0.5em;
	}
	.profile-name {
	width:90%;
	margin:0 0 16px 0;
	}
	.profile-name p {
	font-size:1.3rem;
	}
	.profile-name h4 {
	font-size:1.8rem;
	padding-top:0;
	margin-bottom:0;
	margin:0 0 0 1em;
	}
	p.aisatsu-txt {
	width:90%;
	font-size:1.3rem;
	margin:0 auto 1.5em auto;
	}

	dl.history {
	width:98%;
	border:none
	margin: 0 auto 0 auto;
	color:#666;
	 }
	dl.history dt {
	width:4.8em;
	padding:0.1em 0 0 1em;
	font-size:1.2rem;
	font-weight:600;
	background:url(../img/li-m11.png) left 2px no-repeat;
	}
	dl.history dd {
		width:80%;
		margin:0 0 0.5em 0;
		font-size:1.2rem;
		line-height:1.3;
	}
.profile-con p.profile-cf {
	width:90%;
	margin:0;
	color:#333;
	position:relative;
	left:0;
	top:0;
	margin-left:5em;
}

/* 道コンサート */
.concert-con {
	width:82%;
	margin:0 auto 16px auto;
}
.concert-con h3 {
	font-size:1.4rem;
	margin:0 0 0.3em -1em;
	padding:0 0 0 1em;
	background:url(../img/li-or13.png) left 3px no-repeat;
}
.concert-con p {
	width:96%;
 	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size:1.4rem;
	line-height:1.4;
	font-weight:300;
	color:#333;
	
}
.concert-con p span {
 	font-size:1.2rem;
	font-weight: 300;
}
.concert-con .concert-pdf {
	width:40%;
	margin:0 auto 16px auto;
}
.concert-con .concert-pdf img {
	width:100%;
	height:auto;
}
.mov-con {
	width:100%;
	 aspect-ratio: 16 / 9;
	margin:0 auto;
}
.mov-con iframe {
  width: 100%;
  height: 100%;
}

.mov-con video {
	width:100%;
	margin: 0 auto 24px auto;
}
.mov-con video:hover {
	cursor:pointer;
}
/*　アクセス */
p.access-info {
	width:90%;
	margin:0 auto 1em auto;
	font-size:1.3rem;
}
p.access-info span {
	font-size:1.3rem;
}

/* footer-address */
footer {
	width:100%;
	clear: both;
	padding:16px 0;
	color:#333;
}
#top-page footer {
	color:#333;
}
footer h2 {
	font-size:1.4rem;
	text-align:center;
	font-weight:bold;
	margin:0px 0 1em  0;
}
footer address p {
	font-size:1.2rem;
	text-align:center;
	line-height:1.5;
	margin-bottom:1em;
	font-style:normal;
}

footer p.copyright {
	text-align:center;
	font-size:1rem;
	margin-bottom:1.5em;
}
.mob-vl {display:inline;}
.mob-v {display:inline;}
.pc-tab {display:none;}


}
/*_______________________________
PC 961~
______________________________*/

@media screen and (min-width:961px) {
	#wrapper {
	}
	.topics-bg-image,
	.top-bg-image {
	}

	#top-billboard header h1 {
	font-size:2rem;
	}
	#topics {
		width:100%;	
		height:40vh;
	}
	dl.history {
	width:640px;

	 }
	dl.history dt {
	width:6em;
	padding:0.3em 0 0 1em;
	font-size:1.5rem;
	font-weight:600;
	background:url(../img/li-m11.png) left 8px no-repeat;
	}
	dl.history dd {
	width:80%;
	margin:0 0 0.5em 0;
	font-size:1.4rem;
	font-weight:700;
	color:#666;
	line-height:1.6;
	}

}

/*_______________________________
PC 1200~
______________________________*/

@media screen and (min-width:1281px) {
#wrapper {
	max-width:1200px;
	}
.topics-bg-image,
.top-bg-image {
	max-width:1200px;
	}
}


