<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* 共通部分 
------------------------------------------ */
html {
	font-size: 100%;
}

body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ　Pro W3", sans-serif;
	line-height: 1.7;
	color: #432;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}


/* HEADER
------------------------------------------ */
h1 {
	font-family: リュウミン M-KL, Ryumin Medium KL;
	color: #0bd;
	margin-top: 25px;
}


.main-nav {
	display: flex;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-top: 34px;
	list-style: none;
}
.nav-list {
	list-style: none;
}
.main-nav li {
	margin-left: 70px;
	margin-bottom: 5px;
}
.main-nav a {
	color: #432;
}
.main-nav a:hover {
	color: #0bd;
}
.page-header {
	display: flex;
	justify-content: space-between;
}
.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4%;
}


#lesson {
	background-image: url(../images/wakaba1.png);
	background-repeat: repeat-x;
	height: 300px;
	margin-bottom: 40px;
}


/* 見出し */
.page-title {
	font-family: 'Philosopher', serif;
	text-transform: uppercase;
	font-size: 4rem;
	font-weight: bold;
	color: #432;
	text-align: center;
}

.container {
	font-family: "Yu Mincho", "YuMincho", serif;
	margin-bottom: 50px;
	color: #432;
}

h2 {
	margin-bottom: 20px;
	text-align: center;
	color: #432;
}

.photo {
	text-align: center;
	margin-bottom: 20px;
}

p {
	font-size: 1.15rem;
	margin-bottom: 30px;
	color: #432;
}



.blog{
	color: #432;
	text-align: center;
	margin-bottom: 5px;
}

.link {
	font-size: 1.35rem;
	color: #432;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.item {
	font-size: 1.15rem;
	color: #432;
	margin: 20px 20% 20px;
}

.description {
	margin: 50px 30px 0;
}


.description a {
	color: #432;
}

.description a:hover {
	color: #0bd;
}

/* ボタン */
.button {
	font-size: 1.375rem;
	background: #0bd;
	color: #fff;
	border-radius: 5px;
	padding: 18px 32px;
}

.wrap {
	margin: 10px auto 40px;
	text-align: center;
}

.button:hover {
	background: #0090aa;
}

.btn {
	font-size: 1.375rem;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ　Pro W3", sans-serif;
	background: #fff;
	color: #432;
	border: double 3px #0bd;
	padding: 5px 45px;
}

.btn:hover {
	background: #0090aa;
}

article {
	color: #432;
	font-family: "ヒラギノ丸ゴシックM-PRO, ;Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "sans-serif";
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4%;
}
.list {
	text-align: center;
}
.list a:hover {
	color: #0bd;
}

.post {
	margin-top: 60px;
}

.nextpost a:hover {
	color: #0bd;
}

.return a:hover {
	color: #0bd;
}

.info {
	border: solid 1px #0bd;
	padding: 10px; auto 0;
	margin: 25px;
}

.heading {
	text-align: center;;
}

h3 {
	margin-bottom: 20px;
}

.headline {
	color: #0bd;
}

.instrument {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
	
.text {
	text-align: center;
	margin-bottom: 40px;
}

.return {
	margin-top: 55px;
	padding: 0 4%;
}

.conv-top {
	margin-top: 50px;
}

.conv-bottom {
	margin-bottom: 50px;
}
	
.source {
	font-size: 1rem;
	margin-top: 1px;
}

.bloglist {
	margin-bottom: 50px;
}

.trial-list {
	text-align: center;
	list-style-type: none;
}

.movie {
	text-align: center;
	padding: 10px 0;
}

/* フッター
------------------------------------------------- */
footer {
	background: #432;
	text-align: center;
	padding: 26px 0;
	margin-top: 50px;
}
footer p {
	color: #fff;
	font-size: 0.875rem;
}

/* モバイル版
--------------------------------------------------- */
@media (max-width: 600px){
	.page-title {
		font-size: 2.5rem;
	}
/* HEADER */
	.main-nav {
		font-size: 1rem;
		margin-top: 10px;
	}

	.main-nav li {
		margin: 0 27px 3px;
	}

	.page-header {
		flex-direction: column;
		align-items: center;
	}


	#lesson .page-title {
		margin-top: 20px;
	}

	h1 {
		font-size: 1.5rem;
	}
	
	p {
		font-size: 1rem;
	}

	.item {
		font-size: 1rem;
		margin: 20px 15px 20px;
	}

	h2 {
		font-size: 1.75rem;
	}

	.description {
		margin: auto;
	}

	article h2 {
		font-size: 1.5rem;
	}
	
	.instrument {
		float: none;
	}

	.source {
		font-size: 0.85rem;
	}

	.link {
		font-size: 1.15rem;
	}

	.movie {
		position: relative;
		height:0;
		padding:30px 0 56.25%;
		overflow: hidden;
	}

	.movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

}

</pre></body></html>