﻿@charset "utf-8";

/* ========== 共通 ここから ========== */

/* レイアウト */
html {
	font-size: 62.5%;
}

body {
	width: 100%;
	min-width: 1200px;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 100%;
	font-family: "Kiwi Maru", Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #333;
	text-align: left;
	background: url(../../img/common/bg_header.png) repeat center top;
}

a img {
	border: none;
	transition: 0.2s;
}
a:hover img {
	-webkit-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}

/* ヘッダ */
header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: fixed;
	z-index: 1;
}

#header_info_bg {
	background: url(../../img/common/bg_header.png) repeat center top;
}
#header_info {
	width: 1200px;
	margin: 0px auto;
	padding: 30px 0px;
	display: table;
}
#header_info > * {
	display: table-cell;
	vertical-align: middle;
}

p#logo, h1#logo {
	width: 542px;
	margin: 0px;
	padding: 0px;
}
p#logo a, h1#logo a {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	width: 542px;
	height: 141px;
	background: url(../../img/common/logo.png) no-repeat center center;
}

#header_contact {
	width: 658px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#header_contact > div {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#header_contact div.f_tel {
	width: 284px;
}
#header_contact div.f_tel p {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	width: 284px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background: url(../../img/common/h_tel.png) no-repeat center center;
}
#header_contact div.f_mail {
	width: 131px;
}
#header_contact div.f_mail a {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	width: 131px;
	height: 126px;
	margin: 0px;
	padding: 0px;
	background: url(../../img/common/h_mail.png) no-repeat center center;
	transition: 0.2s;
}
#header_contact div.f_mail a:hover {
	-webkit-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}

/* グローバルナビ */
#header_nav {
	background: url(../../img/common/bg_nav.png) no-repeat center top #663333;
}
#header_nav ul {
	width: 1200px;
	margin: 0px auto;
	padding: 20px 0px;
	list-style: none;
	display: table;
	table-layout: fixed;
}
#header_nav ul li {
	display: table-cell;
	vertical-align: middle;
}
#header_nav ul li a {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	height: 84px;
	line-height: 42px;
	font-size: 2.2rem;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.2s;
}
#header_nav ul li a:hover {
	-webkit-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}
#header_nav ul li#header_nav1 a {background-image: url(../../img/common/nav01.png);}
#header_nav ul li#header_nav2 a {background-image: url(../../img/common/nav02.png);}
#header_nav ul li#header_nav3 a {background-image: url(../../img/common/nav03.png);}
#header_nav ul li#header_nav4 a {background-image: url(../../img/common/nav04.png);}
#header_nav ul li#header_nav5 a {background-image: url(../../img/common/nav05.png);} 

/* フッタ */
footer {
	background: #663333 !important;
}

#to_pagetop {
	width: 1200px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#to_pagetop a {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	width: 107px;
	height: 103px;
	position: absolute;
	top: 30px;
	right: 0px;
	background: url(../../img/common/btn_pagetop.png) no-repeat center center;
	transition: 0.2s;
}
#to_pagetop a:hover {
	-webkit-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}

#footer_info_bg {
	width: 1200px;
	margin: 0px auto;
	padding: 30px 0px;
	display: table;
	table-layout: fixed;
	background: url(../../img/common/bg_footer.png) no-repeat left bottom;
}
#footer_info_bg > div {
	display: table-cell;
	vertical-align: bottom;
	width: 50%;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer_info_bg > div#footer_nav {
	padding-bottom: 80px;
}
#footer_nav ul {
	width: 550px;
	margin: 0px;
	padding: 0px 0px 20px;
	list-style: none;
	display: table;
	table-layout: fixed;
}
#footer_nav ul li {
	display: table-cell;
	vertical-align: middle;
}
#footer_nav ul li a {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	width: 83px;
	height: 53px;
	margin: 0px auto 0px 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.2s;
}
#footer_nav ul li a:hover {
	-webkit-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}
#footer_nav ul li#footer_nav1 a {background-image: url(../../img/common/f_nav01.png);}
#footer_nav ul li#footer_nav2 a {background-image: url(../../img/common/f_nav02.png);}
#footer_nav ul li#footer_nav3 a {background-image: url(../../img/common/f_nav03.png);}
#footer_nav ul li#footer_nav4 a {background-image: url(../../img/common/f_nav04.png);}
#footer_nav ul li#footer_nav5 a {background-image: url(../../img/common/f_nav05.png);}

#footer_info_bg > div#footer_info {
	text-align: right;
	padding-right: 130px;
}
#footer_info p {
	display: inline-block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	margin: 0px 0px 10px;
}
#footer_info p.f_logo {
	width: 286px;
	height: 19px;
	background: url(../../img/common/f_logo.png) no-repeat center center;
	margin-bottom: 20px;
}
#footer_info p.f_tel {
	width: 247px;
	height: 19px;
	background: url(../../img/common/f_tel.png) no-repeat center center;
}
#footer_info p.f_mail {
	width: 220px;
}
#footer_info p.f_mail a {
	display: block;
	width: 220px;
	height: 18px;
	background: url(../../img/common/f_mail.png) no-repeat center center;
	transition: 0.2s;
}
#footer_info p.f_mail a:hover {
	-webkit-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}

#copyright {
	display: inline-block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	width: 283px;
	height: 14px;
	background: url(../../img/common/f_copyright.png) no-repeat center center;
	margin-top: 20px;
}

#footer_sns a {
	margin-right: 10px;
}
#footer_sns a img {
	opacity: 0.6;
}
#footer_sns a:hover img {
	opacity: 1;
}

/* ページタイトル */
#header_img_bg {
	background: #CBE5E2;
}
#header_img {
	width: 1200px;
	background: url(../../img/common/bg_h1.png) no-repeat center center;
	margin: 0px auto;
	padding: 60px 0px;
	text-align: center;
}
#header_img h1 {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	width: 193px;
	height: 84px;
	margin: 0px auto;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#schedule #header_img h1 {background-image: url(../../img/schedule/ttl_schedule.png)}
#parents #header_img h1 {background-image: url(../../img/parents/ttl_parents.png)}
#profile #header_img h1 {background-image: url(../../img/profile/ttl_profile.png)}
#access #header_img h1 {background-image: url(../../img/access/ttl_access.png)}
#newsletter #header_img h1 {background-image: url(../../img/newsletter/ttl_newsletter.png)}

/* コンテンツ */
.contents_box {
	width: 1200px;
	margin: 0px auto;
}

/* 木目 */
#contents_wood {
	background: url(../../img/common/bg_wood.jpg) repeat center top #663333;
	color: #FFF;
}
#contents_wood .contents_box {
	width: 1200px;
	margin: 0px auto;
	padding: 60px 0px;
	text-align: center;
}
#contents_wood .contents_box a {
	color: #FFFFFF;
}

/* ========== 共通 ここまで ========== */

/* ========== 各ページ ここから ========== */

/* トップページ */
#top #header_img {
	background: url(../../img/top/mv_bg.png) no-repeat center center;
	padding: 80px 0px 70px;
	position: relative;
}
#top #header_img:after {
	content: "";
	display: block;
	width: 1059px;
	height: 536px;
	background: url(../../img/top/mv_frame.png) no-repeat center center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#top_mv {
	display: block;
	width: 860px;
	height: 400px;
	margin: 0px auto;
	overflow: hidden;
}

#top #contents_wood .contents_box h3,
#top #contents_wood .contents_box p {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}

#top #contents_wood .contents_box h2 {
	/* width: 500px; */
	height: 40px;
	background: no-repeat center center;
	margin-bottom: 20px;
}
#top #contents_wood .contents_box p.txt1 {
	width: 600px;
	height: 70px;
	background: no-repeat center center;
	margin-bottom: 0px;
	text-indent: 0;
	line-height: 24px;
}
#top #contents_wood .contents_box p.txt2 {
	width: 600px;
	height: 38px;
	background: url(../../img/top/txt01_2.png) no-repeat center center;
	margin-bottom: 0px;
}
#top #contents_wood .contents_box p.txt3 {
	width: 394px;
	height: 21px;
	background: url(../../img/top/txt01_3.png) no-repeat center center;
	margin-bottom: 40px;
}
#top #contents_wood .contents_box p.txt3 a {
	display: block;
}

#top #contents_wood .contents_box h3 {
	width: 308px;
	height: 99px;
	background: url(../../img/top/txt01_4.png) no-repeat center center;
	margin-bottom: 20px;
}

#top p.link_more {
	display: block;
}
#top p.link_more a {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	width: 212px;
	height: 91px;
	background: url(../../img/top/btn_more.png) no-repeat center center;
	margin: 20px auto 0px;
	transition: 0.2s;
}
#top p.link_more a:hover {
	-webkit-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}

#contents_top_letter {
	background: url(../../img/top/bg_newsletter.png) no-repeat center top #D1D3B6;
}
#contents_top_letter .contents_box {
	width: 1200px;
	height: 340px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
#contents_top_letter h2 {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	width: 177px;
	height: 126px;
	background: url(../../img/top/ttl_newsletter.png) no-repeat center center;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 50px;
	left: 150px;
	/* z-index: 10; */
}
#contents_top_letter p {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	width: 267px;
	height: 76px;
	background: url(../../img/top/copy_newsletter.png) no-repeat center center;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 70px;
	left: 570px;
	/* z-index: 10; */
}
#contents_top_letter a {
	display: block;
	width: 382px;
	height: 228px;
	position: absolute;
	bottom: -20px;
	/* z-index: 20; */
}
#contents_top_letter a.link1 {left: 180px;}
#contents_top_letter a.link2 {left: 700px;}

#contents_top_access {
	background: url(../../img/common/bg_header.png) repeat center top;
}
#contents_top_access .contents_box {
	width: 1200px;
	margin: 0px auto;
	padding: 60px 0px;
	display: table;
}
#contents_top_access .contents_box > div {
	display: table-cell;
	vertical-align: top;
	height: 440px;
	padding: 40px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents_top_access .contents_box div.left {
	width: 453px;
	background: url(../../img/top/bg_fb.png) no-repeat center center;
}
#contents_top_access .contents_box div.left > div {
	display: block;
	width: 400px;
	height: 370px;
	background: #FFF;
	margin: 0px auto;
}
#contents_top_access .contents_box div.right {
	width: 747px;
	background: url(../../img/top/bg_access.png) no-repeat right center;
	padding-left: 120px;
	padding-right: 400px;
	position: relative;
}
#contents_top_access .contents_box div.right h2 {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	width: 109px;
	height: 98px;
	background: url(../../img/top/ttl_access.png) no-repeat center center;
	margin: 35px auto 20px;
	padding: 0px;
}
#contents_top_access .contents_box div.right p.txt {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	width: 157px;
	height: 77px;
	background: url(../../img/top/txt_access.png) no-repeat center center;
	margin: 0px auto;
	padding: 0px;
}
#contents_top_access .contents_box div.right #map {
	display: block;
	width: 320px;
	height: 300px;
	position: absolute;
	top: 75px;
	right: 60px;
}

#contents_top_photo {
	background:#CBE5E2;
}
#contents_top_photo .contents_box {
	width: 1200px;
	margin: 0px auto;
	padding: 60px 0px;
}
#contents_top_photo .contents_box h2 {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	width: 481px;
	height: 40px;
	background: url(../../img/top/ttl_photo.png) no-repeat center center;
	margin: 0px auto 40px;
	padding: 0px;
}
#contents_top_photo .contents_box #lesson_photo img {
	display: block;
	margin: 0px auto;
}

/* アクセス */
#access #contents_wood .contents_box p {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	width: 481px;
	height: 61px;
	background: url(../../img/access/txt01.png) no-repeat center center;
	margin: 20px auto;
	padding: 0px;
}
#access #contents_access_map .contents_box {
	width: 100%;
	height: 500px;
}
#access #contents_access_map .contents_box iframe {
	width: 100%;
	height: 500px;
}

/* 講師紹介 */
#profile #contents_wood .contents_box h2 {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	width: 99px;
	height: 23px;
	background: url(../../img/profile/ttl_shokai.png) no-repeat center center;
	margin: 0px auto 40px;
	padding: 0px;
}
#profile #contents_wood .contents_box p.txt1 {
	text-align: left;
	font-size: 18px;
	line-height: 160%;
	margin: 0px;
	padding: 40px 190px 0px 190px;
}

#contents_profile_order .contents_box {
	background: url(../../img/profile/bg_img1.png) no-repeat left 60px;
	padding-top: 60px;

}
#contents_profile_order .contents_box h2 {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-align: left;
	width: 391px;
	height: 204px;
	background: url(../../img/profile/ttl_order.png) no-repeat center center;
	margin: 0px auto 40px;
	padding: 0px;
}
#contents_profile_order .contents_box .txt1 {
	background: url(../../img/profile/bg_img2.png) no-repeat right top;
	padding: 20px 280px 0px 40px;
}
#contents_profile_order .contents_box .txt2 {
	background: url(../../img/profile/bg_img3.png) no-repeat left top;
	padding: 20px 40px 20px 320px;
}
#contents_profile_order .contents_box .txt3 {
	padding: 0px 40px 20px;
}

#contents_profile_order .contents_box p {
	font-size: 1.8rem;
	line-height: 180%;
	margin: 0px;
	padding: 10px 0px;
}
#contents_profile_order .contents_box img {
	display: block;
	margin: 20px 20px 60px 60px;
}

/* レッスン日 */
table#tbl_week {
	width: 700px;
	margin:0px auto 60px;
}
table#tbl_week th {
	width: 200px;
	padding: 15px 0px;
	vertical-align: middle;
}
table#tbl_week th.blue {
	background: url(../../img/schedule/bg_week_blue.png) no-repeat center center;
}
table#tbl_week th.pink {
	background: url(../../img/schedule/bg_week_pink.png) no-repeat center center;
}
table#tbl_week td {
	text-align: left;
	font-size: 1.8rem;
	line-height: 140%;
	padding-left: 20px;
}
#contents_schedule_kaiwa .contents_box {
	padding: 60px 0px 20px;
}
#contents_schedule_kaiwa h2 {
	margin: 0px 0px 60px;
	text-align: center;
}
#contents_schedule_kaiwa h3 {
	color: #663333;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 40px;
}
#contents_schedule_kaiwa p.icon1 {
	background: url(../../img/schedule/icon_kaiwa1.png) no-repeat left top;
	margin: 0px 0px 20px;
	padding: 0px 40px 20px 120px;
	font-size: 1.8rem;
	line-height: 180%;
	color: #5B6B4E;
	min-height: 100px;
}
#contents_schedule_kaiwa p.icon2 {
	background: url(../../img/schedule/icon_kaiwa2.png) no-repeat left top;
	margin: 0px 0px 20px;
	padding: 0px 40px 20px 120px;
	font-size: 1.8rem;
	line-height: 180%;
	color: #663333;
	min-height: 100px;
}

/* 声 */
#contents_parents_list .contents_box {
	padding: 60px 0px 20px;
	text-align: center;
}
#contents_parents_list .contents_box .list_box {
	display: inline-block;
	width: 500px;
	margin: 0px 20px 60px;
}
#contents_parents_list .contents_box .list_box h2 {
	display: inline-block;
	background: url(../../img/parents/icon_arrow.png) no-repeat left center;
	text-align: left;
	padding: 10px 0px 10px 70px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 140%;
	color: #663333;
}
#contents_parents_list .contents_box .list_box .link_more {
	text-align: right;
	padding-top: 10px;
}
#contents_parents_list .contents_box .list_box .link_more a {
	background: url(../../img/parents/icon_link.png) no-repeat left center;
	padding: 5px 0px 5px 50px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 140%;
	color: #663333;
	text-decoration: none;
}

/* ニュースレター */
#newsletter #contents_wood .contents_box .img {
	text-align: center;
}
#newsletter #contents_wood .contents_box .img {
	max-width: 100%;
	height: auto;
}
#newsletter #contents_wood .contents_box .txt {
	text-align: left;
	padding: 0px 40px;
}
#newsletter #contents_wood .contents_box .txt p {
	margin: 1em 0px;
	font-size: 1.8rem;
	line-height: 180%;
}
#newsletter #contents_wood .contents_box p.txt1 {
	text-align: left;
	font-size: 18px;
	line-height: 160%;
	margin: 0px;
	padding: 50px 200px 0px 190px;
}
#contents_newsletter_eiken .contents_box {
	padding-top: 60px;
}
#contents_newsletter_eiken .contents_box .txt1 {
	background: url(../../img/newsletter/bg_img1.png) no-repeat left top;
	padding: 0 170px 0px 40px;
}
#contents_newsletter_eiken .contents_box .txt2 {
	background: url(../../img/newsletter/bg_img2.png) no-repeat right top;
	padding: 20px 270px 20px 0px;
}
#contents_newsletter_eiken .contents_box .txt3 {
	background: url(../../img/newsletter/bg_img3.png) no-repeat left top;
	padding: 20px 200px 20px 40px;
}

#contents_newsletter_eiken .contents_box p {
	font-size: 1.8rem;
	line-height: 180%;
	margin: 0px;
	padding: 0px 0px 0px 250px;
}
#contents_newsletter_eiken .contents_box img {
	display: block;
	margin: 0px auto;
}

/* ========== 各ページ ここまで ========== */


#top .kv{
    width: 100%;
    /* height: 500px;*/
    height: 750px;
    /* background-color: #f00; */
	/* background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(../../img/top/kv2.png); */
	background-image: url(../../img/top/kv2.png);
	/*background-size: cover;*/
	background-position-x: center;
	background-position-y: 380px;
	background-repeat: no-repeat;
	/* position: fixed; */
	/* z-index: 0; */
	/* padding-top: 600px; */
	/* height: 100vh;*/
    background-attachment: fixed;
}
#top main{
	/* padding-top: 400px; */
	position: relative;
	/* top: 800px; */
	/* z-index: 10; */
}

#access main,#schedule main,#parents main,#profile main,#newsletter main{
	position: relative;
	padding-top: 325px;
}

.textcenter{
	text-align: center;
}