@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
h2 img {
	height: 24px;
	margin-left: 36px;
}
h2 {
	display: block;
	background: url(../img/subtitle_icon.png) left center no-repeat;
	background-size: 20px 20px;
	margin-bottom: 30px;
	line-height: 100%;
}
/*-------------------------

PC

--------------------------*/
@media screen and (min-width:641px) {
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 200;
}
.wrapper, .section {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#header h1 {
	float: right;
	line-height: 100px;
	vertical-align: middle;
	letter-spacing: 1px;
}
#header .logo {
	background-color: #000000;
	width: 240px;
	height: 150px;
	text-align: center;
	z-index: 100;
	position: relative;
}
#header .logo img {
	margin-top: 40px;
}
#header ul.menu {
	border-top: 1px solid #d8d8d8;
	font-weight: 500;
	line-height: 49px;
	margin-top: -50px;
	z-index: 10;
	text-align: center;
	position: relative;
	letter-spacing: -0.4em;
	min-width: 960px;
}
#header ul.menu li {
	width: 240px;
	display: inline-block;
	background: url(../img/menu_bar.gif) right center no-repeat;
	letter-spacing: 1px;
}
#header ul.menu li a {
	text-decoration: none;
	color: #000;
	display: block;
	margin-right: 1px;
}
#header ul.menu li a img {
	margin-top: 8px;
	margin-bottom: -8px;
	margin-right: 10px;
}
#header ul.menu li a:hover {
	background-color: #f6f6f6;
}
#mainimg {
	background: #000000 url(../img/main.jpg) no-repeat;
	background-size: cover;
	height: 380px;/*margin-bottom:80px;*/
}
div.section, div.comment p {
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 220%;
}
div.section p {
	margin-bottom: 30px;
}
div.section p a {
	color: #000000;
	font-weight: 500;
}
/*-----------------
　ニュース
-------------------*/
#news {
	background-color: #e2e2e2;
	padding: 20px 0;
	margin-bottom: 80px;
}
#news .section {
	display: table;
	margin-bottom: 0px;
}
.news_title {
	display: table-cell;
	vertical-align: middle;
	padding-right: 40px;
	width:102px;
}
.news_title img {
	/*height: 24px;*/
	width:102px;
	height:auto;
	display:block;
}
.news_content {
	display: table-cell;
	vertical-align: middle;
}
.news_content li {
	padding: 10px 0;
	border-bottom: 1px solid #d2d2d2;
}
.news_content li a{
	font-weight: bold;
	text-decoration: underline;
	color: inherit;
}
.news_content li:last-child {
	border-bottom: none;
}
/*-----------------
　プロフィール
-------------------*/
div.history {
	font-size: 14px;
	line-height: 20px;
	width: 50%;
	float: left;
}
div.history span {
	font-weight: 500;
	display: inline-block;
	margin-bottom: 10px;
}
div.history dl {
	border-top: 1px dotted #333;
}
div.history dt {
	float: left;
	padding: 10px 0px;
}
div.history dd {
	border-bottom: 1px dotted #333;
	padding: 10px 0px;
	padding-left: 70px;
}
div.photo {
	float: right;
}
/*-----------------
　教室案内
------------------*/
div.detail {
	width: 75%;
	float: left;
}
div.detail dl {
	border-bottom: 1px dotted #333;
	background-color: #f4f4f4;
	line-height: 160%;
	margin-right: 50px;
}
div.detail dt {
	float: left;
	padding: 10px 0px 10px 15px;
	border-top: 1px dotted #333;
	width: 180px;
	font-size: 14px;
	font-weight: 500;
}
div.detail dd {
	border-top: 1px dotted #333;
	padding: 10px 20px;
	margin-left: 180px;
	background-color: #ffffff;
}
div.map {
	width: 25%;
	float: left;
	text-align: center;
}
/*-----------------
　コメント
------------------*/
.comment {
	background: #e9e5d9 url(../img/bg.jpg) right center no-repeat;
	background-size: auto 100%;
	padding: 80px 0px;
	margin-bottom: 80px;
}
.comment .wrap {
	width: 960px;
	margin: 0 auto;
}
.comment p {
	margin-bottom: 0!important;/*margin-right:350px;*/
}
/*-----------------
　お問い合わせ
------------------*/
#contact ul {
	border-left: 1px dotted #333;
	overflow: hidden;
	margin-bottom: 20px;
}
#contact ul li {
	border-right: 1px dotted #333;
	width: 478px;
	float: left;
	text-align: center;
	padding: 10px 0px;
}
#contact span.title {
	font-weight: 500;
	letter-spacing: 1px;
}
#contact span.address {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	vertical-align: top;
}
#contact img {
	vertical-align: top;
	margin-right: 10px;
}
#contact a {
	color: #000000;
	text-decoration: none;
}
#contact a:hover {
	text-decoration: underline;
}
#contact .btn a{
	background:#000 url("../img/icon_mail.png") left 15px center no-repeat;
	background-size: 1.6em auto;
	font-weight: bold;
	color: #FFF;
	font-style: 18px;
	text-decoration: none;
	display: inline-block;
	padding: 0.6em 3em 0.6em 4em;
	border-radius: 50vh;
}
#contact .btn a:hover{
	opacity: 0.6;
}
/*-----------------
　フッター
------------------*/
#footer {
	background-color: #000000;
	text-align: center;
	color: #888888;
	padding: 30px 0px;
	font-size: 10px;
}
.pc_off {
	display: none;
	margin: 0!important;
}
}
 @media screen and (max-width:640px) {
body {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}
.section {
	width: 86%;
	margin: 0 7%;
}
#header h1 {
	float: right;
	width: 50%;
	padding: 5%;
	box-sizing: border-box;
	line-height: 200%;
	color: #999;
	padding-top: 20px;
}
#header .logo {
	background-color: #000000;
	width: 50%;
	padding: 8% 7%;
	box-sizing: border-box;
}
#header .logo img {
	width: 100%;
}
#header ul.menu {
	border-top: 1px solid #d8d8d8;
	font-weight: 500;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}
#header ul.menu li {
	box-sizing: border-box;
	width: calc(100% / 3);
	float: left;
	border-right: 1px solid #d8d8d8;
}
#header ul.menu li:last-child {
	border-right: none;
}
#header ul.menu li a {
	text-decoration: none;
	color: #000;
	display: block;
	text-align: center;
	padding: 20px 0px;
}
#header ul.menu li a img {
	display: none;
}
#mainimg {
	background: #000000 url(../img/main.jpg) no-repeat;
	background-size: cover;
	height: 260px;/*margin-bottom:40px;*/
}
div.section, div.comment p {
	margin-bottom: 60px;
	line-height: 200%;
}
div.section p {
	margin-bottom: 30px;
}
div.section p a {
	color: #000000;
	font-weight: 500;
}
h2 {
	margin-bottom: 20px;
	max-width: 100%;
}
/*-----------------
　ニュース
-------------------*/
#news {
	background-color: #e2e2e2;
	padding: 20px 0;
	margin-bottom: 40px;
}
#news .section {
	display: block;
	margin-bottom: 0px;
}
.news_title {
	display: block;
	padding-right: 0px;
}
.news_title img {
	height: 24px;
	margin-top:10px;
}
.news_content {
	display: block;
}
.news_content li {
	padding: 5px 0;
	border-bottom: 1px solid #d2d2d2;
}
.news_content li:last-child {
	border-bottom: none;
}
/*-----------------
　プロフィール
-------------------*/
div.history {
	line-height: 180%;
}
div.history span {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
}
div.history dl {
	border-top: 1px dotted #333;
}
div.history dt {
	float: left;
	padding: 10px 0px;
}
div.history dd {
	border-bottom: 1px dotted #333;
	padding: 10px 0px;
	padding-left: 4em;
}
div.photo img {
	width: 100%;
	margin-top: 40px;
}
/*-----------------
　教室案内
------------------*/
div.detail dl {
	border-bottom: 1px dotted #333;
	background-color: #f4f4f4;
	line-height: 160%;
}
div.detail dt {
	padding: 10px 20px;
	border-top: 1px dotted #333;
	font-weight: bold;
}
div.detail dd {
	padding: 20px 0px;
	background-color: #ffffff;
}
div.map {
	display: none;
}
p.pc_off {
	margin: 0!important;
}
div.detail a {
	color: #000;
}
/*-----------------
　コメント
------------------*/
.comment {
	background-color: #e9e5d9;
	padding: 40px 0px;
	margin-bottom: 60px;
}
.comment p {
	width: 84%;
	margin: 0 7%!important;
}
/*-----------------
　お問い合わせ
------------------*/
#contact ul {
	overflow: hidden;
	border-top: 1px dotted #333;
	margin-bottom: 20px;
}
#contact ul li {
	border-bottom: 1px dotted #333;
	text-align: center;
	padding: 10px 0px;
}
#contact span.title {
	font-weight: 500;
	letter-spacing: 1px;
}
#contact span.address {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
}
#contact img {
	vertical-align: top;
	margin-right: 10px;
}
#contact a {
	color: #000000;
	text-decoration: none;
}
#contact a:hover {
	text-decoration: underline;
}
#contact .btn a{
	background:#000 url("../img/icon_mail.png") left 15px center no-repeat;
	background-size: 1.6em auto;
	font-weight: bold;
	color: #FFF;
	font-style: 18px;
	text-decoration: none;
	display: inline-block;
	padding: 0.6em 3em 0.6em 4em;
	border-radius: 50vh;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*-----------------
　フッター
------------------*/
#footer {
	background-color: #000000;
	text-align: center;
	color: #888888;
	padding: 30px 0px;
	font-size: 10px;
}
}
@media screen and (min-width:641px) {
	.br-sp { display:none; }
}