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

html {
	font-size: 62.5%; /*初期値16pxの62.5%でルートが10px*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #FFF;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
}
img {
	max-width:100%;
}

/* ----------- ヘッダー ----------- */
header {
	width:100%;
	position:fixed;
	top:0;
	z-index:10;
}
.header-bg {
	height:117px;
	background:#79b12b;
	border-bottom:#FFF 3px solid;
	position:relative;
}
.logo {
	width:160px;
	height:130px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background:#FFF;
	text-align:center;
	padding-top: 30px;
	position:fixed;
	top:0;
	left:2%;
	z-index:11;
}
.logo img {
	width:80%;
}
.logo a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
ul.right-item {
	float:right;
	position:fixed;
	top:0;
	right:2%;
	z-index:11;
}
ul.right-item li {
	float:left;
	list-style:none;
}
.link-blog-arrow {
    font-size: 16px;
    position: relative;
    top: 10px;
    margin-right: 8px;
    color: #79b12b;
    float: left;
    background: #f7ca00;
    padding: 5px;
    border-radius: 100%;
}
.link-blog {
	color:#FFF;
	font-size:15px;
	font-family: "丸フォーク M";
	margin-right:20px;
	line-height: 300%;
}
.link-blog a{
    color:#FFF;
}
.link-blog a:link {
    color:#FFF;
    text-decoration:none;
}
.link-blog a:visited {
    color:#FFF;
    text-decoration:none;
}
.link-blog a:hover{
    color:#FFF;
    text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
.btn-trial {
	position:relative;
	border-right:none;
	color:#FFF;
	background:#ed6c00;
	font-size:15px;
	font-family: "丸フォーク M";
	text-align:center;
	width: 255px;
	height: 45px;
	line-height: 300%;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-right:20px;
	padding: 0;
}
.btn-trial a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.btn-trial a:link {
    color:#FFF;
    text-decoration:none;
    border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.btn-trial a:visited {
    color:#FFF;
    text-decoration:none;
    border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.btn-trial a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    background: #ea9000;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 03s ;
	transition: 0.3s ;
}
.btn-contact {
	position:relative;
	border-right:none;
	color:#333;
	background:#FFF;
	font-size:15px;
	font-family: "丸フォーク M";
	text-align:center;
	width: 160px;
	height: 45px;
	line-height: 300%;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0;
}
.btn-contact a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#333;
    border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.btn-contact a:link {
    color:#33;
    text-decoration:none;
}
.btn-contact a:visited {
    color:#333;
    text-decoration:none;
    border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.btn-contact a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#333;
    background: #EEE;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 03s ;
	transition: 0.3s ;
}
.arrow-ys {
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	vertical-align: middle;
	text-decoration: none;
}
.arrow-ys::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow-ys::before{
	top: -2px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #f7ca00;
	border-right: 3px solid #f7ca00;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
nav {
	position:fixed;
	top:40px;
	right:2%;
	z-index:2;
	padding-left:125px;
}
nav ul {
	margin-top:28px;
	text-align: right;
	line-height:120%;
}
nav ul li {
	display: inline;
	list-style:none;
	font-size:14px;
	color:#FFF;
	background: url(../images/common/menu_line.png) no-repeat right center;
	padding-right:20px;
	padding-left:12px;
	padding-top: 3px;
    padding-bottom: 3px;
	word-break: keep-all;
	font-family: "丸フォーク M";
}
nav ul li:last-child {
	background: none;
}
nav ul li a {
    text-decoration:none;
    color:#FFF;
}
nav ul li a:link {
    text-decoration:none;
    color:#FFF;
}
nav ul li a:visited {
    text-decoration:none;
    color:#FFF;
}
nav ul li a:hover {
	color:#FFF;
    text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}


/* ----------- main_v ----------- */
.main-v {
	width:100%;
	position: relative;
	top: 117px;
	z-index:1;
}
.slider {
	position: relative;
	z-index:2;
}
.slider img {
    width: 100%;
}
.slider::before {

}
.slider::after {
	content: '';
	position: absolute;
	z-index:3;
	background: url(../images/index/main_v_cover.png) no-repeat center bottom;
	background-size: cover;
    bottom:-1px;
    width:100%;
	height: 700px;
}
.main-v .main-title {
	position: absolute;
	top: 48%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index:3;
	text-align:center;
}
.main-v .main-title img {
	width:25%;
}
.main-v .main-title h1 {
	font-family: "丸フォーク M";
	font-size:50px;
	color:#FFF;
	text-shadow: 2px 2px 30px rgba(0,0,0,1);
	margin-bottom:20px;
	letter-spacing: 1.5px;
}
.main-v .main-title p {
	color:#FFF;
	text-shadow: 2px 2px 30px rgba(0,0,0,1);
	line-height:200%;
}
.main-v-bottom {
	position: relative;
	background: url(../images/index/main_v_bg.png) no-repeat center bottom #f8f2d8;
	background-size: cover;
	top:117px;
}
.main-v-bottom::before  {
	content: '';
	position: absolute;
	z-index:3;
	width:100%;
	height:80px;
	background: -moz-linear-gradient(top, rgba(248,242,216,1) 0%, rgba(248,242,216,0) 100%);
	background: -webkit-linear-gradient(top, rgba(248,242,216,1) 0%,rgba(248,242,216,0) 100%);
	background: linear-gradient(to bottom, rgba(248,242,216,1) 0%,rgba(248,242,216,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f2d8', endColorstr='#00f8f2d8',GradientType=0 );
}
.main-v-bottom .flame {
	position: relative;
	z-index:4;
	width:1100px;
	margin:0 auto;
	padding-bottom:90px;
	text-align:center;
}
.main-v-bottom .lead {
	font-family: "丸フォーク M";
	font-size:38px;
	color:#6a3a24;
	padding-top:25px;
}
.main-v-bottom p {
	line-height:200%;
	padding-bottom:15px;
}
.btn-concept {
	position:relative;
	border-right:none;
	color:#FFF;
	background:#ed6c00;
	font-size:18px;
	font-family: "丸フォーク M";
	text-align:center;
	width: 315px;
	height: 65px;
	line-height: 370%;
	border-radius: 50px;
	padding: 0;
	margin: 0 auto;
}
.btn-concept a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    border-radius: 50px;
}
.btn-concept a:link {
    color:#FFF;
    text-decoration:none;
    border-radius: 50px;
}
.btn-concept a:visited {
    color:#FFF;
    text-decoration:none;
    border-radius: 50px;
}
.btn-concept a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    background: #ea9000;
	border-radius: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 03s ;
	transition: 0.3s ;
}
.arrow-ws {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 0;
	vertical-align: middle;
	text-decoration: none;
}
.arrow-ws::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow-ws::before{
	top: -3px;
	width: 9px;
	height: 9px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ----------- contents ----------- */
#contents {
	position: relative;
	top:117px;
	overflow: hidden;
	z-index: 0;
}
section {
}
section:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#contents .flame {
	width:1100px;
	margin:0 auto;
	padding:50px 0;
	position: relative;
	z-index:1;
}
#contents .flame:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.bg-about {
	position: relative;
	background: url(../images/common/bg_wood.jpg) repeat center top;
}
.bg-about::before  {
	content: '';
	position: absolute;
	width:100%;
	height:250px;
	background: url(../images/index/about_bg.png) repeat center top;
	background-position: 0 25px;
}
.top-header-area {
	text-align:center;
	color:#FFF;
	margin-bottom: 30px;
}
.icon-music {
	width: 25px;
    margin: 0 auto;
}
h2.top-header {
	font-size:36px;
	font-family: "丸フォーク M";
	margin-top: 17px;
	margin-bottom: 7px;
}
.sub-en {
	font-size:14px;
	font-family: Avenir, 'Helvetica neue', Helvetica;
	font-weight: lighter;
	letter-spacing: 1px;
}
.item-about {
	background:#FFF;
	border-radius: 5px;
	padding:10px;
	margin-bottom:30px;
	height: 295px;
}
.item-about img {
	width:100%;
}
.btn-about {
	position:relative;
	border-right:none;
	color:#FFF;
	background:#79b12b;
	font-size:20px;
	font-family: "丸フォーク M";
	text-align:center;
	width: 245px;
	height: 45px;
	line-height: 220%;
	border-radius: 50px;
	padding: 0;
	margin: 0 auto;
	top:-22px;
}
.btn-about a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    border-radius: 50px;
}
.btn-about a:link {
    color:#FFF;
    text-decoration:none;
    border-radius: 50px;
}
.btn-about a:visited {
    color:#FFF;
    text-decoration:none;
    border-radius: 50px;
}
.btn-about a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    background: #90c639;
	border-radius: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 03s ;
	transition: 0.3s ;
}
.arrow-g {
	position: relative;
	display: inline-block;
	padding: 0 0 0 27px;
	vertical-align: middle;
	text-decoration: none;
    top: -1px;
}
.arrow-g::before,
.arrow-g::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow-g::before{
	width: 18px;
	height: 18px;
	-webkit-border-radius: 25%;
	border-radius: 100%;
	background: #f7ca00;
}
.arrow-g:after{
	top:1px;
	left: 4px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #79b12b;
	border-right: 2px solid #79b12b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.item-about p {
	font-size: 14px;
    padding: 0 10px;
    top: -5px;
    position: relative;
    line-height: 160%;
    margin-bottom: 5px;
}
.bg-blog {
	position: relative;
	background: url(../images/common/bg_wood.jpg) repeat center top;
}
.bg-blog::before  {
	content: '';
	position: absolute;
	width:100%;
	height:250px;
	background: url(../images/index/blog_bg.png) repeat center top;
	background-position: 0 25px;
}
.item-blog {
	background:#FFF;
	border-radius: 5px;
	padding:30px;
	margin-bottom:40px;
}
.btn-blog {
	position:relative;
	border-right:none;
	color:#FFF;
	background:#6a3a24;
	font-size:18px;
	font-family: "丸フォーク M";
	text-align:center;
	width: 345px;
	height: 65px;
	line-height: 370%;
	border-radius: 50px;
	padding: 0;
	margin: 0 auto 30px;
}
.btn-blog a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    border-radius: 50px;
}
.btn-blog a:link {
    color:#FFF;
    text-decoration:none;
    border-radius: 50px;
}
.btn-blog a:visited {
    color:#FFF;
    text-decoration:none;
    border-radius: 50px;
}
.btn-blog a:hover {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    background: #7a5a35;
	border-radius: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 03s ;
	transition: 0.3s ;
}
ul.top-blog {
	margin: 0;
    padding: 0;
	overflow:hidden;
}
ul.top-blog li {
	float:left;
	list-style:none;
	width:50%;
	padding-top:20px;
	padding-bottom:20px;
	overflow: hidden;
}
ul.top-blog li:nth-child(odd){
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
	padding-right:20px;
	position: relative;
    top: -1px;
}
ul.top-blog li:nth-child(even){
	border-bottom:1px solid #CCC;
	padding-left:20px;
}
ul.top-blog li:first-child{
	border-top:none;
	padding-top:0;
	position: relative;
    top: 1px;
}
ul.top-blog li:nth-child(2){
	padding-top:0;
}
ul.top-blog li:last-child{
	border-bottom:none;
}
ul.top-blog li .image-area {
	float:left;
	width:153px;
	padding-right:15px;
}
ul.top-blog li .image-area img {
	width:100%;
}
ul.top-blog li .text-area .date {
	color: #999;
    font-size: 14px;
    margin-top:5px;
    margin-bottom:8px;
}
ul.top-blog li .text-area .date .cate {
	color: #FFF;
    background: #79b12b;
    padding: 3px 5px;
    font-size: 12px;
    margin-left: 12px;
}
ul.top-blog li .text-area .title {
    font-size: 18px;
    line-height:150%;
    font-weight:bold;
    margin-bottom:8px;
}
ul.top-blog li .text-area .title a {
	color:#333;
    text-decoration:underline;
}
ul.top-blog li .text-area .title a:link {
	color:#333;
    text-decoration:underline;
}
ul.top-blog li .text-area .title a:visited {
	color:#333;
    text-decoration:underline;
}
ul.top-blog li .text-area .title a:hover {
	color:#333;
    text-decoration:underline;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 03s ;
	transition: 0.3s ;
}
ul.top-blog li .text-area p {
    font-size: 12px;
    line-height:150%;
    margin-bottom:0;
}
.top-news-title {
	position: relative;
	width: 95%;
	padding: 47%;
	border-radius: 50%;
	background:#79b12b;
	border:7px solid #d9e2c3;
	-webkit-transform: translate(-50%, 0);
    transform: translateY(0) translateX(0);
}
.top-news-title span {
    position: absolute;
    left: 0;
    top: 25%;
    width: 100%;
    text-align: center;
    color:#FFF;
}
dl.news {
	margin-top: 10px;
	margin-bottom:20px;
}
dl.news dt {
	clear: left;
	float: left;
	width: 110px;
	padding-bottom: 25px;
	color:#999;
	font-weight:normal;
}
dl.news dd {
	padding-left:110px;
	padding-bottom: 25px;
	line-height:160%;
}
dl.news a {
	color:#333;
    text-decoration:underline;
}
dl.news a:link {
	color:#333;
    text-decoration:underline;
}
dl.news a:visited {
	color:#333;
    text-decoration:underline;
}
dl.news a:hover {
	color:#333;
    text-decoration:underline;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 03s ;
	transition: 0.3s ;
}
.top-info {
	background:#ebebeb;
	padding:30px;
	border-radius: 5px;
	margin-bottom:30px;
}
.top-info p {
	line-height:190%;
	margin-bottom:0;
}
.bg-trial {
	position: relative;
	background: url(../images/common/trial_bg.jpg) no-repeat center;
	background-size: cover;
}
.bg-trial2 {
    position: relative;
    background: url(../images/common/trial_bg2.jpg) no-repeat center;
    background-size: cover;
}
.item-trial {
	text-align:center;
	color:#FFF;
	padding:80px 0 !important;
}
.free-trial-lesson {
    font-size: 18px;
    font-family: Avenir, 'Helvetica neue', Helvetica;
    font-weight: normal;
    letter-spacing: 3px;
    text-shadow: 2px 2px 30px rgba(0,0,0,1);
}
.item-trial .title {
    font-size: 46px;
    font-family: "丸フォーク M";
    letter-spacing: 1px;
	margin-top: 5px;
    margin-bottom: 25px;
    text-shadow: 2px 2px 30px rgba(0,0,0,1);
	background: linear-gradient(transparent 85%, #d7c921 85%);
    display: inline-block;
    padding: 0 5px;
    height: 57px;
}
.item-trial .trial-note {
	font-size: 20px;
	font-family: "丸フォーク M";
}
.item-trial p {
    margin-bottom: 30px;
    text-shadow: 2px 2px 30px rgba(0,0,0,1);
    line-height:200%;
}
.btn-trial02 {
	float:right;
	position:relative;
	border-right:none;
	color:#FFF;
	background:#ed6c00;
	font-size:20px;
	font-family: "丸フォーク M";
	text-align:center;
	width: 85%;
	height: 74px;
	line-height: 380%;
	border-radius: 50px;
	padding: 0;
	margin: 0 auto;
}
.btn-trial02 a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    border-radius: 50px;
}
.btn-trial02 a:link {
    color:#FFF;
    text-decoration:none;
    border-radius: 50px;
}
.btn-trial02 a:visited {
    color:#FFF;
    text-decoration:none;
    border-radius: 50px;
}
.btn-trial02 a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    background: #ea9000;
	border-radius: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 03s ;
	transition: 0.3s ;
}
.btn-trial02.float-none {
    float: none;
}

.btn-tel {
	float:left;
	position:relative;
	border-right:none;
	color:#333;
	background:#f7ca00;
	font-size:20px;
	font-family: "丸フォーク M";
	text-align:center;
	width: 85%;
	height: 74px;
	line-height: 380%;
	border-radius: 50px;
	padding: 0;
	margin: 0 auto;
}
.btn-tel a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#333;
    border-radius: 50px;
}
.btn-tel a:link {
    color:#333;
    text-decoration:none;
    border-radius: 50px;
}
.btn-tel a:visited {
    color:#333;
    text-decoration:none;
    border-radius: 50px;
}
.btn-tel a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#333;
    background: #ffe633;
	border-radius: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 03s ;
	transition: 0.3s ;
}
.btn-tel span {
	font-size:14px;
	padding-left:5px;
}
.banner {
	width:835px;
	margin:0 auto;
}
.banner-l-item {
	float:left;
	width:580px;
}
.banner-l-item ul {
	margin:0;
	padding:0;
}
.banner-l-item ul li {
	float:left;
	list-style:none;
	width:255px;
	margin-right:35px;
}
.banner-r-item {
	float:right;
	width:255px;
}

/* ----------- 下層ページ ----------- */
.main-v .under-v .height {
	height: 265px;
}
.main-v .under-v .company {
	background: url(../images/company/main_company.jpg) no-repeat center;
	background-size: cover;
}
.main-v .under-v .contact {
	background: url(../images/contact/main_contact.jpg) no-repeat center;
	background-size: cover;
}
.main-v .under-v .trial-lesson {
	background: url(../images/trial-lesson/main_trial.jpg) no-repeat center;
	background-size: cover;
}
.main-v .under-v .search {
	background: url(../images/search/main_search.jpg) no-repeat center;
	background-size: cover;
}
.main-v .under-v .privacy {
	background: url(../images/privacy/main_privacy.jpg) no-repeat center;
	background-size: cover;
}
.main-v .under-v .school {
	background: url(../images/school/main_school.jpg) no-repeat center;
	background-size: cover;
}
.main-v .under-v .message {
	background: url(../images/message/main_message.jpg) no-repeat center;
	background-size: cover;
}
.main-v .under-v .blog {
	background: url(../images/blog/main_blog.jpg) no-repeat center;
	background-size: cover;
}
.main-v .under-v .concept {
	background: url(../images/concept/main_concept.jpg) no-repeat center;
	background-size: cover;
}
.main-v .under-v .voice {
	background: url(../images/voice/main_voice.jpg) no-repeat center;
	background-size: cover;
}
.main-v .under-v .other-service {
	background: url(../images/other-service/main_other-service.jpg) no-repeat center;
	background-size: cover;
}
.main-v .under-pagetitle {
	width:auto;
	min-width:235px;
	height:100px;
	margin:0 auto;
	background:#f7ca00;
	border-radius: 5px;
	padding: 20px;
	text-align:center;
	position:absolute;
	top:190px;
	left:50%;
	-webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	z-index:2;
}
.main-v .under-pagetitle h1 {
	margin-top:5px;
	margin-bottom:2px;
	font-size: 30px;
    font-family: "丸フォーク M";
}
.main-v .under-pagetitle .sub-pagetitle {
	font-size: 16px;
    font-family: Avenir, 'Helvetica neue', Helvetica;
    font-weight: lighter;
    color:#FFF;
}
.bg-wood {
    position: relative;
    background: url(../images/common/bg_wood.jpg) repeat center top;
}
ul.breadcrumb-list {
	width:1100px;
	padding:17px 0;
	font-size: 12px;
	margin: 0 auto;
	padding-left: 0;
	padding-top:40px;
}
.breadcrumb-list li {
	display:inline;
	list-style: none;
	line-height:120%;
	color: #333;
	position: relative;
  display: inline-block;
  padding-left: 20px;
}
.breadcrumb-list li:first-child {
    padding-left: 0;
}
.breadcrumb-list li:before {
	content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #808080;
  border-right: solid 2px #808080;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 55%;
    left: 5px;
  margin-top: -4px;
}
.breadcrumb-list li:first-child:before {
	content: none;
}
.breadcrumb-list li a {
    text-decoration: none;
    color: #333;
}
.breadcrumb-list li:first-child a {
    color: #79b12b;
}
.fa-home {
	padding-right:3px;
}
.bg-greeting {
    position: relative;
    background: url(../images/company/bg_greeting.jpg) no-repeat center top;
	background-size: cover;
}
.item-greeting {
    padding:30px 0 0;
}
.under-title-area {
	text-align:center;
	margin-bottom: 20px;
}
h2.under-title {
	font-size:36px;
	font-family: "丸フォーク M";
	margin-top: 17px;
	margin-bottom: 7px;
	color:#333;
}
.item-greeting .text-area {
    width:760px;
    padding-top: 10px;
}
.item-greeting .text-area p {
	line-height:180%;
	margin-bottom:30px;
}
.lead-g {
	font-family: "丸フォーク M";
	font-size:30px;
	margin-bottom:15px;
	color:#79b12b;
}
.rinen-wrapper {
	padding-top: 70px !important;
	padding-bottom: 30px !important;
}
.item-rinen {
	background:#FFF;
	padding: 40px 50px;
    border-radius: 5px;
	margin-bottom: 40px;
}
h3.pattern01 {
	font-family: "丸フォーク M";
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0;
    line-height:160%;
}
h3.pattern01 span {
    border-left:2px solid #79b12b;
	padding-left:15px;
	padding-bottom: 3px;
    padding-top: 3px;
}
ul.counter {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
ul.counter li {
	margin-bottom: 12px;
	padding-left: 30px;
	position: relative;
	line-height: 180%;
}
ul.counter li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #79b12b;
	font-size:14px;
	color: #FFF;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -35px;
	text-align: center;
	height: 26px;
	width: 26px;
	border-radius: 50%;
	padding-top: 2px;
	top: -2px;
    position: relative;
}
.image-company {
    background: url(../images/company/bg_company.jpg) no-repeat center;
    background-size: cover;
    height: 400px;
}
.bg-grade {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #d1e7e8 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#d1e7e8 100%);
background: linear-gradient(to bottom, #ffffff 0%,#d1e7e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1e7e8',GradientType=0 );
}
.bg-outline {
    background: url(../images/company/bg_outline.png) no-repeat right bottom;
}
.item-outline {
    margin-top:10px;
}
.outline-wrapper {
    margin-bottom:150px !important;
}
table.outline {
	width:90%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	background-color:rgba(254,234,180,0.5);
	margin: 30px auto 50px;
}
table.outline th {
	width:140px;
	padding: 18px 25px;
	vertical-align: middle;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	text-align:left;
	font-weight:bold;
}
table.outline td {
	padding: 18px 20px;
	vertical-align: middle;
	border-bottom: 1px solid #FFF;
	text-align:left;
	font-weight:normal;
}
ul.table-list {
	margin:0;
	padding:0;
}
ul.table-list li {
	list-style:none;
	padding-bottom:10px;
}
.contact-wrapper {
	margin-top:100px;
    margin-bottom:100px;
}
.bg-search {
	background: url(../images/search/search_bg.png) no-repeat left top;
}
.item-search {
	width:810px;
	float:right;
	margin-top: 30px;
}
ul.search_school {
	padding:0;
	margin-top: 30px;
}
ul.search_school li {
	float:left;
	list-style:none;
	width:390px;
	margin-right:30px;
	padding-bottom:30px;
}
ul.search_school li:nth-child(even) {
	margin-right:0;
}
.btn-school {
	position:relative;
	background:#FFF;
	font-size:20px;
	font-family: "丸フォーク M";
	width: 100%;
	height:100px;
	line-height: 500%;
	border-radius: 10px;
	box-shadow: 1px 1px #CCC;
	padding: 0;
}
.btn-school a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius: 10px;
}
.btn-school a:link {
    text-decoration:none;
    border-radius: 10px;
}
.btn-school a:visited {
    text-decoration:none;
    border-radius: 10px;
}
.btn-school a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	background:#FFF;
	border-radius: 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-webkit-transition: 03s ;
	transition: 0.3s ;
}
.kakegawa {
	background: url(../images/search/search_banner01.jpg) no-repeat right #FFF;
}
.iwata {
	background: url(../images/search/search_banner02.jpg) no-repeat right #FFF;
}
.fukuroi {
	background: url(../images/search/search_banner03.jpg) no-repeat right #FFF;
}
.arrow-y {
	position: relative;
	display: inline-block;
	padding: 0 0 0 43px;
	vertical-align: middle;
	text-decoration: none;
    top: -2px;
}
.arrow-y::before,
.arrow-y::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow-y::before{
	width: 18px;
	height: 18px;
	-webkit-border-radius: 25%;
	border-radius: 100%;
	background: #f7ca00;
}
.arrow-y:after{
	top:1px;
	left: 19px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bg-undertitle {
	position: relative;
	background: url(../images/common/bg_wood.jpg) repeat center top;
}
.bg-undertitle::before  {
	content: '';
	position: absolute;
	width:100%;
	height:210px;
	background: url(../images/index/about_bg.png) repeat center top;
	background-position: 0 25px;
}
.item-white {
    background: #FFF;
    padding: 40px 50px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.photo-radius img {
	border-radius: 10px;
}
.btn-map {
	position:relative;
	border-right:none;
	color:#FFF;
	background:#79b12b;
	font-size:12px;
	text-align:center;
	width: 68px;
	height: 20px;
	line-height: 170%;
	border-radius: 50px;
	padding: 0;
	margin-bottom:40px;
}
.btn-map a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    border-radius: 50px;
}
.btn-map a:link {
    color:#FFF;
    text-decoration:none;
    border-radius: 50px;
}
.btn-map a:visited {
    color:#FFF;
    text-decoration:none;
    border-radius: 50px;
}
.btn-map a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    background: #90c639;
	border-radius: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 03s ;
	transition: 0.3s ;
}
.arrow-map {
	position: relative;
	display: inline-block;
	padding: 0 5px 4px 0;
	vertical-align: middle;
	text-decoration: none;
}
.arrow-map::before,
.arrow-map::after{
	position: absolute;
	top: -4px;
	bottom: 0;
	left: 5px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow-map::before{
	left: 6px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #FFF;
}
ul.item-address {
	padding:0;
	margin:0;
	overflow: hidden;
}
ul.item-address li {
	float:left;
	list-style:none;
	margin-bottom:0 !important;
}
ul.item-address li:first-child{
	margin-right:15px;
}
.icon-arrow {
	background: url(../images/common/icon_arrow.png) no-repeat center;
	background-size: 100%;
	width:20px;
	height:20px;
	float:left;
	position: relative;
    top: 6px;
}
.school-name {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:140%;
	padding-left: 27px;
}
ul.school-list {
	padding:0;
	margin:0;
	overflow: hidden;
}
ul.school-list li {
	list-style:none;
}
ul.school-list li:last-child{
}
.flame-map {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 15px;
    line-height: 0;
    position: relative;
    z-index: 2;
    background: url(../images/index/about_bg.png) repeat center top;
    background-position: 0 25px;
}
#map {
	margin-top:-50px;
	margin-bottom:0;
	position: relative;
    z-index: 1;
}
a.anchor {
	display: block;
	margin-top:-117px;
	padding-top:117px;
}
.flame-narrow {
	width: 900px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.item-privacy {
	margin-bottom:50px;
}

/* ----------- 無料体験レッスン ----------- */
.trial-main {
	position: relative;
	background: url(../images/trial-lesson/trial_main_2.jpg) no-repeat center;
	background-size: cover;
	height:630px;
}
.trial-main .title {
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width:427px;
}
.course00 {
	padding:80px 0 !important;
    text-align:center;
}
.course00-open {
	font-family: "丸フォーク M";
    font-size: 24px;
    color: #FFF;
    background: #79b12b;
    border-radius: 10px;
    padding: 10px 30px;
    margin-bottom:10px;
	display: inline-block;
}
.course00-title {
	font-family: "丸フォーク M";
    font-size: 56px;
    color: #6b3a24;
    margin-bottom:10px;
}
.course-lead {
    margin-top: -30px !important;
}
.course-detail {
    width: 240px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.item-course {
    width: 100%;
    margin-bottom: 30px;
    background:#FFF;
    text-align:center;
}
.item-course .area {
    background:#ed6c00;
    padding:10px;
    font-size:20px;
    font-weight:bold;
    color:#FFF;
}
.item-course .info {
    padding:15px 20px 5px;
    border-bottom:#d6e7eb 2px solid;
}
.border-pink {
    border-bottom: #ebdde4 2px solid !important;
}
.item-course .info .tel {
    color:#79b12b;
    font-family: "丸フォーク M";
    font-size: 32px;
}
.item-course .info img {
    width:45px;
    padding-right:5px;
	position: relative;
    top: -3px;
}
.center-name {
    margin-bottom:5px;
}
.course-small {
    font-size: 14px;
}
table.course-list {
	width:100%;
	border-collapse: collapse;
	font-size:13px;
}
table.course-list th {
	font-weight:normal;
	vertical-align: middle;
	border-bottom: #d6e7eb 2px solid;
	text-align: left;
	padding: 10px;
	letter-spacing:-1px;
}
table.course-list td {
	vertical-align: middle;
	border-bottom: #d6e7eb 2px solid;
	border-left: #d6e7eb 2px solid;
	text-align: left;
	padding: 10px;
	letter-spacing:-1px;
}
table.course-list th.border-pink {
	border-bottom: #ebdde4 2px solid;
}
table.course-list td.border-pink {
	border-bottom: #ebdde4 2px solid;
	border-left: #ebdde4 2px solid;
}
.box-height01 {
    min-height: 100px;
}
.box-height02 {
    min-height: 100px;
}
.course-detail .icon-arrow {
    position: relative;
    top: 0px;
    margin-right: 7px;
}
.bg-course01 {
    background: #d6e7eb;
}
.course01-title-bg {
    background: #0080b9;
    padding:20px 0;
    color:#FFF;
}
.course01-title-area {
    width:90%;
    margin:0 auto;
    text-align:center;
}
.course01-title-area .title {
    font-size:40px;
    font-family: "丸フォーク M";
}
.course01-title-area .title span {
    background:#FFF;
    padding:12px 20px;
    font-size:20px;
    color:#0080b9;
    border-radius:10px;
	position: relative;
    top: -6px;
    margin-right:15px;
}
.btn-access {
	position: relative;
    background: #79b12b;
    color: #FFF;
    text-align: center !important;
    width: 315px;
    height: 64px;
    line-height: 350%;
    margin: 0 auto;
    margin-bottom: 40px;
	font-family: "丸フォーク M";
    font-size: 18px;
    border-radius:50px;
    float:right;
}
.btn-access a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    border-radius:50px;
}
.btn-access a:link {
    color:#FFF;
    border-radius:50px;
    text-decoration:none;
}
.btn-access a:visited {
    color:#FFF;
    border-radius:50px;
    text-decoration:none;
}
.btn-access a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    background: #90c639;
    border-radius:50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
.btn-application {
	position: relative;
    background: #ed6c00;
    color: #FFF;
    text-align: center !important;
    width: 315px;
    height: 64px;
    line-height: 350%;
    margin: 0 auto;
    margin-bottom: 40px;
	font-family: "丸フォーク M";
    font-size: 18px;
    border-radius:50px;
	float: left;
}
.btn-application a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    border-radius:50px;
}
.btn-application a:link {
    color:#FFF;
    border-radius:50px;
    text-decoration:none;
}
.btn-application a:visited {
    color:#FFF;
    border-radius:50px;
    text-decoration:none;
}
.btn-application a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    background: #ea9000;
    border-radius:50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
.arrow-w-right {
	position: relative;
	display: inline-block;
	padding: 0 0 0 13px;
	vertical-align: middle;
	text-decoration: none;
}
.arrow-w-right::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow-w-right::before{
	top: -2px;
    left: 5px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow-w-down {
	position: relative;
	display: inline-block;
	padding: 0 0 0 18px;
	vertical-align: middle;
	text-decoration: none;
}
.arrow-w-down::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow-w-down::before{
	top: -2px;
    left: 10px;
	width: 8px;
	height: 8px;
	border-bottom: 3px solid #FFF;
	border-left: 3px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.bg-course02 {
    background: #ebdde4;
}
.course02-title-bg {
    background: #d54e88;
    padding:20px 0;
    color:#FFF;
}
.course02-title-area {
    width:90%;
    margin:0 auto;
    text-align:center;
}
.course02-title-area .title {
    font-size:40px;
    font-family: "丸フォーク M";
}
.course02-title-area .title span {
    background:#FFF;
    padding:12px 20px;
    font-size:20px;
    color:#d54e88;
    border-radius:10px;
	position: relative;
    top: -6px;
    margin-right:15px;
}
.bg-green {
    background: url(../images/index/about_bg.png) repeat center top;
    background-position: 0 25px;
}
ul.trial-item01 {
	overflow:hidden;
	margin-top: 20px;
	margin-bottom:10px;
	padding-left: 0;
	text-align: center;
}
ul.trial-item01 li {
	list-style:none;
	margin-left:7px;
	display: inline;
}
ul.trial-item01 li::first-child {
	margin-left:0;
}
ul.trial-item01 li.tag {
	background:#f1a500;
	border-radius: 50px;
	padding:7px 20px;
	height:auto;
	display: inline-block;
	color:#FFF;
	font-family: "丸フォーク M";
	margin-bottom: 10px;
}
.trial-item01-title {
	color:#FFF;
	font-size:40px;
	font-family: "丸フォーク M";
	margin-bottom: 20px;
	text-align:center;
}
.trial-item01-txt {
	float:left;
	width:60%;
	padding-right:4%;
}
.trial-item01-txt p {
	color:#FFF;
	margin-bottom: 20px;
}
.trial-item01-image {
	float:right;
	width:40%;
	margin-bottom: 50px;
}
.trial-item01-image img {
	width:100%;
}
.trial-item02 {
	padding:100px 0 !important;
}
.trial-item02 .info {
	font-size:20px;
	font-weight:bold;
	color:#6a3a24;
	border-left:3px solid #6a3a24;
	padding-left:15px;
	margin-bottom:20px;
}
.trial-item02 .info span {
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	background:#ed6c00;
	border-radius:5px;
	padding:8px 15px;
	margin-left:20px;
}
.trial-item02 .title {
	font-family: "丸フォーク M";
	font-size:40px;
	color:#ed6c00;
	margin-bottom:15px;
}
dl.form-trial {
	width:920px;
	margin: 50px auto 30px;
}
dl.form-trial dt {
	background:#fff6e1;
	clear: left;
    float: left;
    width: 27%;
    padding-right:30px;
	padding-top: 35px;
    padding-left: 30px;
    font-size:16px;
    font-weight:bold;
}
dl.form-trial dt span {
	background:#b81c24;
	color:#FFF;
	padding:5px 7px;
	margin-left:12px;
	font-size:14px;
	font-weight:normal;
}
dl.form-trial dd {
	background:#fff6e1;
    border-bottom: 2px solid #FFF;
    padding-left: 27%;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom:25px;
}
dl.form-trial dt.adjust-pt {
    padding-top: 25px;
}
dl.form-trial dd.adjust-height01 {
	min-height: 100px;
}
dl.form-trial dd.adjust-height02 {
	min-height: 120px;
}
.radio-input + label {
    padding-left: 5px;
    position: relative;
    margin-right: 20px;
    font-weight:normal;
	margin-bottom: 10px;
}
.custom-dropdown {
	height:45px;
	border:#d8d8d8 solid 1px;
	background: #FFF;
}
.box-base {
    width: 100%;
    padding: 12px;
    background: #FFF;
    display: inline-block;
    color: #666;
    border:#d8d8d8 solid 1px;
	border-radius: 5px;
}
.radio-input + label {
    display: inline;
}
.box-year {
    width: 80px;
    margin-right:5px;
}
.box-birthday {
    width: 50px;
    margin-left:10px;
}
.box-tel {
    width: 45%;
	margin-right: 15px;
}
.box-address {
    width: 100px;
    margin-left:5px;
	margin-right:15px;
	margin-bottom:15px;
}
.address {
	float:left;
}
.address-txt {
	osition: relative;
    top: 5px;
}
.box-mail {
   margin-bottom:10px;
}
textarea {
    resize: vertical;
}
.hosoku {
	font-size: 12px;
}
.btn-confirm {
	position: relative;
    background: #b81c24;
    color: #FFF;
    text-align: center !important;
    width: 235px;
    height: 64px;
    line-height: 350%;
    margin: 0 auto;
    margin-bottom: 40px;
	font-family: "丸フォーク M";
    font-size: 18px;
    border-radius:50px;
}
.btn-confirm a,
.btn-confirm button{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    border-radius:50px;
	background-color: transparent;
	border: none;
}
.btn-confirm a:link {
    color:#FFF;
    border-radius:50px;
    text-decoration:none;
}
.btn-confirm a:visited {
    color:#FFF;
    border-radius:50px;
    text-decoration:none;
}
.btn-confirm a:hover,
.btn-confirm button:hover {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    background: #d82b3c;
    border-radius:50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
.btn-update {
	position: relative;
    background: #FFF;
    text-align: center !important;
    border:1px solid #DDD;
    width: 188px;
    height: 64px;
    line-height: 350%;
    margin: 0 auto;
    margin-bottom: 40px;
	font-family: "丸フォーク M";
    font-size: 18px;
    border-radius:50px;
    float:right;
}
.btn-update a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:50px;
    border:1px solid #DDD;
}
.btn-update a:link {
    border-radius:50px;
    border:1px solid #DDD;
    text-decoration:none;
}
.btn-update a:visited {
    border-radius:50px;
    border:1px solid #DDD;
    text-decoration:none;
}
.btn-update a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #efefef;
    border-radius:50px;
    border:1px solid #DDD;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
.btn-send {
	position: relative;
    background: #b81c24;
    color: #FFF;
    text-align: center !important;
    width: 188px;
    height: 64px;
    line-height: 350%;
    margin: 0 auto;
    margin-bottom: 40px;
	font-family: "丸フォーク M";
    font-size: 18px;
    border-radius:50px;
    float:left;
}
.btn-send a,
.btn-send button{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    border-radius:50px;
	background-color: transparent;
	border: none;
}
.btn-send a:link {
    color:#FFF;
    border-radius:50px;
    text-decoration:none;
}
.btn-send a:visited {
    color:#FFF;
    border-radius:50px;
    text-decoration:none;
}
.btn-send a:hover,
.btn-send button:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    background: #d82b3c;
    border-radius:50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
ul.tel-list {
	padding:20px 0 30px;
	width:460px;
	margin:0 auto;
	overflow:hidden;
}
ul.tel-list li {
	list-style:none;
	margin-bottom:15px;
}
ul.tel-list li::before {
	display:inline-block;
	content:'';
	margin-right: 10px;
	width:10px;
	height: 10px;
	background: #79b12b;
	border-radius: 50%;
}
.return-top {
	width:180px;
	margin:0 auto;
	margin-bottom:50px;
}
.return-top .icon-arrow {
	position:relative;
	top:0px;
	margin-right:7px;
}

/* ----------- 音楽教室について ----------- */
.school-item01-txt {
	float:left;
	width:65%;
	padding-top:20px;
	padding-right:4%;
}
.school-item01-image {
	float:right;
	width:35%;
}
.trial-item01-image img {
	width:100%;
}
.item-feature {
	background:#fff5de;
	padding:20px;
	border-radius: 10px;
}
h3.feature {
    font-size: 20px;
    font-weight:bold;
    text-align:center;
    margin-top: 5px;
    margin-bottom: 10px;
    position:relative;
}
h3.feature:before {
    content: '';
    background: url(../images/school/icon_check.png) no-repeat left;
	background-size: contain;
    padding-left:25px;
	
}
.item-schedule {
	border:#f7ca00 solid 2px;
	border-radius: 7px;
	background:#f7ca00;
	overflow:hidden;
	position: relative;
	margin-bottom:30px;
}
.item-schedule .month {
	float:left;
	width:20%;
	text-align:center;
}
.item-schedule .month span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	font-size: 22px;
	color:#FFF;
}
.item-schedule .detail {
	float:right;
	padding:20px;
	background:#FFF;
	width:80%;
}
.item-schedule .detail .title {
	color:#6a3a24;
	font-weight:bold;
	margin-bottom:3px;
	line-height:160%;
}
.schedule-image {
	text-align:center;
}
.schedule-image img {
	width:55%;
}
.schedule-others {
	background:#fff5de;
	border-radius: 7px;
	padding:20px;
	margin-top:20px;
	margin-bottom:40px;
}
h3.brown {
	color:#6a3a24;
	font-size:18px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	line-height:160%;
}
.item-schedule02 {
	margin-bottom:30px;
}
.faq-q {
    font-size: 18px;
    font-weight:bold;
    line-height:160%;
    position:relative;
	background:#e2eec5;
	border-radius: 7px;
	padding:18px 20px;
}
.faq-q:before {
    content: '';
    background: url(../images/school/icon_q.png) no-repeat left;
	background-size: contain;
    padding-left: 35px;
    padding-top: 1px;
    padding-bottom: 1px;
    float:left;
    width:21px;
    height:21px;
	position: relative;
    top: 3px;
}
.faq-q .title {
    overflow:hidden;
}
.faq-a {
	padding:20px 0 20px 20px;
}
.faq-a:before {
    content: '';
    background: url(../images/school/icon_a.png) no-repeat left;
	background-size: contain;
    padding-left: 35px;
    padding-top: 1px;
    padding-bottom: 1px;
    float:left;
    width:21px;
    height:21px;
}
.faq-a p {
	overflow:hidden;
}
.btn-course {
	position: relative;
    background: #79b12b;
    color: #FFF;
    text-align: center !important;
    max-width: 380px;
    height: 64px;
    line-height: 350%;
    margin: 0 auto;
    margin-bottom: 10px;
	font-family: "丸フォーク M";
    font-size: 18px;
    border-radius:50px;
}
.btn-course a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    border-radius:50px;
}
.btn-course a:link {
    color:#FFF;
    border-radius:50px;
    text-decoration:none;
}
.btn-course a:visited {
    color:#FFF;
    border-radius:50px;
    text-decoration:none;
}
.btn-course a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    background: #90c639;
    border-radius:50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}

/* ----------- 講師メッセージ ----------- */
.panel-message {
	list-style:none;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin: 0;
    padding: 0;
}
.panel-message .image-area-bg {
	float:left;
	width: 50%;
	height: auto;
	background:url(../images/message/message01.jpg) no-repeat center;
	background-size:cover;
}
.panel-message .text-area-bg {
	float:right;
	width: 50%;
	height: 400px;
	background: url(../images/index/about_bg.png) repeat center top;
    background-position: 0 25px;
    position:relative;
}
.panel-message .text-area-bg .text-area {
	float: left;
    width: 85%;
    padding-left: 60px;
    color:#FFF;
    position: absolute;
    top: 45%;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%);
}
.teacher-name {
	font-size: 32px;
    font-family: "丸フォーク M";
    margin-bottom:15px;
    position:relative;
}
.teacher-name:before {
	content: '';
    background: url(../images/common/icon_music.png) no-repeat left;
    background-size: 25px;
    padding-left: 38px;
}
.message-position {
    margin-top:-100px !important;
}
table.teacher {
    width: 100% !important;
	margin-top:10px;
	margin-bottom:10px;
}
table.teacher th {
    width: 170px !important;
}
.teacher-data {
	border-radius: 0 0 10px 10px !important;
}

/* ----------- 兵藤楽器店の想い ----------- */
.bg-concept {
	background: url(../images/concept/concept_bg.jpg) no-repeat right bottom;
	background-size: cover;
}
.flame-concept {
    width: 770px !important;
    margin:0 auto;
}
.lead-concept {
    font-size: 40px;
    margin-top:20px;
    margin-bottom:30px;
}
.concept-p-wrap {
	margin-top:60px;
    margin-bottom:300px;
}
.concept-p-item {
	text-align:center;
}
.concept-p-item .indent {
	padding-top:50px;
}

/* ----------- 保護者の方の声 ----------- */
.bg-voice {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #feeab4 33%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#feeab4 33%);
	background: linear-gradient(to bottom, #ffffff 0%,#feeab4 33%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#feeab4',GradientType=0 );
}
.item-white-voice {
	margin-top:30px;
	margin-bottom: 40px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
    overflow: hidden;
}
.lead-voice {
	font-size:26px;
}
.voice-image01 {
	float:right;
	margin: 0 0 30px 30px;
	width: 370px;
}
.voice-image01 img {
	max-width: 100%;
}
.voice-image02 {
	float:left;
	margin: 0 30px 30px 0;
	width: 370px;
}
.voice-image02 img {
	max-width: 100%;
}

/* ----------- その他のサービス ----------- */
.btn-orange {
    position: relative;
    background: #ed6c00;
    color: #FFF;
    text-align: center !important;
    width: 340px;
    height: 64px;
    line-height: 300%;
    margin: 0 auto;
    margin-bottom: 40px;
    font-family: "丸フォーク M";
    font-size: 22px;
    border-radius: 50px;
    margin-top:50px;
}
.btn-orange a,
.btn-orange button{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    border-radius:50px;
	background-color: transparent;
	border: none;
}
.btn-orange a:link {
    color:#FFF;
    border-radius:50px;
    text-decoration:none;
}
.btn-orange a:visited {
    color:#FFF;
    border-radius:50px;
    text-decoration:none;
}
.btn-orange a:hover,
.btn-orange button:hover {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    background: #ea9000;
    border-radius:50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}

/* ----------- ブログ ----------- */
.flame-blog {
    padding-top: 0 !important;
}
.item-bloglist {
    background:#FFF;
    border-radius: 7px;
    padding:12px;
    height:380px;
    margin-bottom:30px;
}
.item-bloglist img {
    width:100%;
    margin-bottom:15px;
}
.date-bloglist {
    font-size:14px;
    color:#808080;
    margin-bottom:5px;
}
span.cate-label {
	background:#79b12b;
    font-size:12px;
    color:#FFF;
    font-weight:bold;
    padding: 3px 7px;
    margin-left: 12px;
}
.title-bloglist {
    font-size:18px;
    font-weight:bold;
    line-height:170%;
    margin-bottom:10px;
}
.leadtext-bloglist {
    font-size:12px;
    line-height:140%;
}
aside {
	margin-bottom:20px;
}
.item-side {
    background:#FFF;
    border-radius: 7px;
}
.item-side .title {
    background:#79b12b;
    border-radius: 7px 7px 0 0 !important;
    padding:12px 20px;
    font-size: 18px;
    font-family: "丸フォーク M";
    color:#FFF;
    line-height:140%;
}
.side-contents {
    padding:15px;
	overflow: hidden;
}
ul.articlelist-side li {
	list-style: none;
    border-bottom:#969696 dotted 1px;
	margin-bottom: 10px;
    padding-bottom: 10px;
}
ul.articlelist-side li:last-child {
    border-bottom:none;
	margin-bottom: 0;
    padding-bottom: 0;
}
.aside-arrow {
    font-size: 13px;
    position: relative;
    top: 5px;
    padding-right: 5px;
    color: #f7ca00;
    float:left;
}
ul.articlelist-side li span {
	display: table-cell;
	overflow: hidden;  
}
.side-banner {
    margin-bottom:20px;
}
.side-banner img {
    width:100%;
}
.box-search {
	float: left;
    width:73%;
    padding:7px;
}
.btn-search {
	float: right;
    text-align: right;
	position: relative;
    background: #f7ca00;
    width: 23%;
    height: 38px;
    margin: 0 auto;
    font-size:14px;
	font-family: "丸フォーク M";
    border-radius:5px;
}
.btn-search a,
.btn-search button{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:5px;
	background-color: transparent;
	border: none;
}
.btn-search a:link {
    border-radius:5px;
    text-decoration:none;
}
.btn-search a:visited {
    border-radius:5px;
    text-decoration:none;
}
.btn-search a:hover,
.btn-search button:hover {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #fcd73f;
    border-radius:5px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
ul.pager {
	position: relative;
    left: 50%;
    float: left;    
}
ul.pager li {
      float: left;
      list-style:none;
      margin-right: 10px;
      margin-bottom: 15px;
      border: none;
      position: relative;
      left: -50%;
      background: #79b12b;
      border-radius: 5px;
}
ul.pager li.prev,
ul.pager li.next {
      border: none;
      background: #79b12b;
      color: #FFF;
       border-radius: 5px;
}
ul.pager li a {
      position: relative;
      display: block;
      padding: 10px 15px;
      color: #FFF;
      border: none;
      background: #79b12b;
      border-radius: 5px;
}
ul.pager li a:link,
ul.pager li a:visited {
      text-decoration: none;
      background: #79b12b;
      border-radius: 5px;
}
ul.pager li a:hover,
ul.pager li a:active {
      background-color: #90c639;
      text-decoration: none;
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
      -webkit-transition: 0.6s ;
	transition: 0.6s ;
	border-radius: 5px;
}
ul.pager li em {
      display: block;
      padding: 10px 15px;
      background: #FFF;
      color: #79b12b;
      font-style: normal;
      border-radius: 5px;
}

/* ----------- ブログ（カテゴリー一覧） ----------- */
.catelist-title {
    background: #79b12b;
    border-radius: 7px;
    padding:30px 20px;
    font-size: 24px;
    font-family: "丸フォーク M";
    color: #FFF;
    line-height: 140%;
    margin-bottom: 30px;
}
.blog-contents-wrap {
    background: #FFF;
    border-radius: 7px;
    padding: 20px;
    margin-bottom: 30px;
}
.image-catelist {
	width:120px !important;
}

/* ----------- ブログ（投稿ページ-single） ----------- */
.single-title-wrap {
    background: url(../images/blog/icon_blog_article.png) no-repeat top left #FFF;
    border-radius: 7px 7px 0 0;
    padding: 30px;
}
.single-title {
    font-size: 24px;
    font-family: "丸フォーク M";
    line-height:160%;
    background: url(../images/common/icon_music.png) no-repeat left;
    background-size: 30px;
    background-position: 0 30%;
    padding-left: 50px;
    margin-bottom:20px;
}
.single-date {
    font-size:16px;
}
.single-date span.cate-label {
	background:#79b12b;
    font-size:14px;
    color:#FFF;
    font-weight:bold;
    padding: 3px 7px;
    margin-left: 15px;
}
.single-eyecatch img {
    width:100%;
}
.single-contents-wrap {
    background: #FFF;
    border-radius: 0 0 7px 7px;
    padding: 20px;
    margin-bottom: 30px;
}
.background-color {
    background: linear-gradient(transparent 77%, #f7ca00 77%);   
}
.txt-large {
    font-size:24px;
}
.txt-small {
    font-size:12px;
}
a[target="_blank"] {
    background: url(../images/blog/icon_blog_link.png) no-repeat right;
	background-size: contain;
	padding-right: 22px;
    margin-right: 10px;
}
.entry-content p {
    line-height:180%;
}
.entry-content h2,h3,h4 {
    font-family: "丸フォーク M";
    line-height:140%;
}
.entry-content h2 {
    font-size:22px;
    background:#f2f2f2;
    border-radius: 7px;
    padding:15px 20px;
}
.entry-content h2:first-letter{
  color:#79b12b;
 }
.entry-contenth3 {
    font-size:20px;
    border-bottom:2px #79b12b solid;
    padding-bottom:10px;
}
.entry-content h4 {
    font-size:18px;
    border-left:3px #f7ca00 solid;
    padding-left:15px;
}
.entry-content ul {
	padding-left:20px;
	margin-bottom:20px;
}
.entry-content ul li {
	list-style:none;
	/*background: url(../images/blog/icon_blog_check.png) no-repeat left top;*/
	background-position:0 3px;
	background-size: 15px;
	/*padding-left:22px;*/
	margin-bottom:7px;
}
.entry-content ol {
	counter-reset: my-counter;
	list-style: none;
	padding-left:25px;
	margin-bottom:20px;
}
.entry-content ol li {
	margin-bottom: 7px;
	padding-left: 20px;
	position: relative;
}
.entry-content ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #79b12b;
	font-size:13px;
	color: #FFF;
	display: block;
	float: left;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	padding-top: 3px;
}
.entry-content dl dt {
	color: #79b12b;
}
.entry-content dl dd {
	padding-left: 20px;
	margin-bottom:10px;
}
blockquote {
    font-size: 16px;
}
.entry-content .wp-block-quote {
	background:#f2f2f2;
    border-radius: 7px;
    padding:20px;
    color:#808080;
     position: relative;
}
.entry-content .wp-block-quote:before {
	content: '';
	background: url(../images/blog/icon_blog_quote01.png) no-repeat left top;
    background-size:contain;
    position: absolute;
    top: -7px;
    width: 20px;
    height: 20px;
}
.entry-content .wp-block-quote:after {
	content: '';
	background: url(../images/blog/icon_blog_quote02.png) no-repeat right bottom;
    background-size:contain;
    position: absolute;
    bottom: -7px;
    right: 20px;
    width: 20px;
    height: 20px;
}
.entry-content table {
	width:100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	background-color:rgba(254,234,180,0.5);
	margin: 30px auto;
	border: none;
}
.entry-content table th {
	padding: 18px 20px;
	vertical-align: middle;
	border-color: transparent;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	text-align:left;
	font-weight:bold;
}
.entry-content table td {
	padding: 18px 20px;
	vertical-align: middle;
	border-color: transparent;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	text-align:left;
	font-weight:normal;
}
.entry-content table td:last-child,
.entry-content table th:last-child {
	border-right: none;
}
p.txt-memo {
    border:1px solid #f7ca00;
    border-radius: 7px;
    padding:20px;
}
.wp-block-button a {
    text-decoration:none;
}
.wp-block-button a:link {
    text-decoration:none;
}
.wp-block-button a:visited {
    text-decoration:none;
}
.wp-block-button a:hover {
    text-decoration:none;
}
.balloon {
    overflow:hidden;
    margin-bottom:30px;
}
.wp-block-column figure.wp-block-image {
	float:left;
    width:12%;
}
.balloon-right {
    float:right;
    width:84%;
    background:#eff4df;
    border-radius: 7px;
    padding:20px;
    margin-left:4%;
    position:relative;
}
.balloon-right:before {
	content: "";
	position: absolute;
	top: 25px;
    left: -22px;
    border: 8px solid transparent;
    border-right: 14px solid #eff4df;
}
.balloon-left {
    float:left;
    width:84%;
    background:#eff4df;
    border-radius: 7px;
    padding:20px;
    margin-right:4%;
    position:relative;
}
.balloon-left:before {
	content: "";
	position: absolute;
	top:25px;
    left: 100%;
    border: 8px solid transparent;
	border-left: 14px solid #eff4df;
}
.balloon figcaption {
    text-align:center;
    font-size:14px;
    margin-top:7px;
}
ul.sns-blog {
	float: right;
    margin-bottom:15px;
    padding:0;
    overflow:hidden;
}
ul.sns-blog li {
    float:left;
    list-style:none;
    width:90px;
    margin-right:7px;
}
ul.sns-blog li a[target="_blank"] {
	background: none;
	padding-right: 0;
	margin-right: 0;
}
ul.sns-blog li.btn-blog-line {
	width:101px;
    margin-right:0;
}
.profile {
    clear:both;
    background:#f2f2f2;
    border-radius: 7px;
    padding:20px;
    overflow:hidden;
}
.profile .photo {
	float:left;
    width:17%;
}
.profile .photo img {
    width:100%;
	height: auto;
}
.profile .text-area {
	float:right;
	width:80%;
}
.profile .text-area .name {
	font-size:16px;
	font-weight:bold;
	color:#79b12b;
	margin-bottom:10px;
}
p.profile-txt {
	font-size:14px;
	line-height:180%;
	margin-bottom:0;
}
.pager-arrow-pre {
    float: left;
    padding-right: 10px;
    color: #79b12b;
	position:relative;
	top:3px;
}
.pager-blog-pre span {
    display: table-cell;
}
.pager-arrow-next {
    float: right;
    color: #79b12b;
	position:absolute;
	top:3px;
	right: 15px;
}
.pager-blog-next {
	float:right;
	text-align: right;
}
.pager-blog-next span {
	position: relative;
    display: inline-block;
    padding: 0 15px 0 0;
}
ul.relation-bloglist {
	margin: 0;
    padding: 0;
	overflow:hidden;
}
ul.relation-bloglist li {
	float:left;
	list-style:none;
	width:100%;
	border-bottom:1px solid #CCC;
	padding-top:20px;
	padding-bottom:20px;
	overflow: hidden;
}
ul.relation-bloglist li:first-child{
	padding-top:0;
}
ul.relation-bloglist li:last-child{
	border-bottom:none;
	padding-bottom:0;
}
ul.relation-bloglist li .image-area {
    float: left;
    width: 153px;
    padding-right: 15px;
}
ul.relation-bloglist li .image-area img {
    width: 100%;
}

/* ----------- その他 ----------- */
p.normal {
    line-height:180%;
}
.text-s {
    font-size:13px;
	font-size:1.3rem;
}
.txt-bold {
    font-weight:bold;
}
.txt-g {
    color:#79b12b;
}
.txt-o {
    color:#ed6c00;
}
.align-center {
    text-align:center !important;
}
.align-right {
    text-align:right !important;
}
.bbnone {
    border-bottom:none !important;
}
.mb30 {
    margin-bottom:30px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mbnone {
    margin-bottom: 0 !important;
}
.pbnone {
    padding-bottom: 0 !important;
}
.line-height0 {
    line-height:0 !important;
}
.display-inlineblock {
    display:inline-block !important;
}
a{
    color:#333;
    text-decoration:underline;
}
a:link {
    color:#333;
    text-decoration:underline;
}
a:visited {
    color:#333;
    text-decoration:underline;
}
a:hover {
    color:#333;
    text-decoration:underline;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.2s ;
	transition: 0.2s ;
}
a.noline {
    color:#333;
    text-decoration:none;
}
a.noline:link {
    color:#333;
    text-decoration:none;
}
a.noline:visited {
    color:#333;
    text-decoration:none;
}
a.noline:hover {
    color:#333;
    text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.2s ;
	transition: 0.2s ;
}
a[href^="tel:"] {
    pointer-events: none;
}
a[href^="fax:"] {
    pointer-events: none;
}
nav ul li a.off {
    color:#a6ca75;
    pointer-events: none;
}
ul.navi-footer-child li a.off {
    color:#a6ca75;
    pointer-events: none;
}
.item-about-off {
	background:#FFF;
	border-radius: 5px;
	padding:10px;
	margin-bottom:30px;
	height: 295px;
}
.item-about-off img {
	width:100%;
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.item-about-off p {
	font-size: 14px;
    padding: 0 10px;
    top: -5px;
    position: relative;
    line-height: 160%;
    margin-bottom: 5px;
    color:#bfbfbf;
}
.btn-about-off {
	position:relative;
	border-right:none;
	color:#aaaaaa;
	background:#dddddd;
	font-size:20px;
	font-family: "丸フォーク M";
	text-align:center;
	width: 245px;
	height: 45px;
	line-height: 220%;
	border-radius: 50px;
	padding: 0;
	margin: 0 auto;
	top:-22px;
}
.btn-about-off a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#aaaaaa;
    border-radius: 50px;
    pointer-events: none;
}
.btn-about-off a:link {
    color:#aaaaaa;
    text-decoration:none;
    border-radius: 50px;
}
.btn-about-off a:visited {
    color:#aaaaaa;
    text-decoration:none;
    border-radius: 50px;
}
.btn-about-off a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#aaaaaa;
    background: #90c639;
	border-radius: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 03s ;
	transition: 0.3s ;
}

/* ----------- footer ----------- */
.goto-top {
	position:relative;
	width:55px;
	height:55px;
	background:#f7ca00;
    border-radius: 50%;
    z-index:5;
    float: right;
    right: 50px;
	top: 80px;
}
.goto-top a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius: 50px;
}
.goto-top a:link {
    border-radius: 50px;
}
.goto-top a:visited {
    border-radius: 50px;
}
.goto-top a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #fcd73f;
	border-radius: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 03s ;
	transition: 0.3s ;
}
.goto-top img {
	width: 40%;
    position: relative;
    top: 14px;
    left: 16px;
}
footer {
	position: relative;
    top: 62px;
	background:#79b12b;
	clear: both;
}
.item-footer {
    width:93%;
    margin:0 auto;
    color:#FFF;
    padding:50px 0;
	overflow: hidden;
}
.item-footer a{
    text-decoration:none;
    color:#FFF;
}
.item-footer a:link {
    text-decoration:none;
    color:#FFF;
}
.item-footer a:visited {
    text-decoration:none;
    color:#FFF;
}
.item-footer a:hover {
	color:#FFF;
    text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: 0.3s ;
	transition: 0.3s ;
}
.l-block {
    float:left;
}
.l-block .company-name {
    font-size:18px;
    margin-bottom:12px;
}
ul.office {
	margin-bottom:10px;
	padding:0;
}
ul.office li {
	list-style:none;
	padding-bottom: 7px;
	line-height:160%;
	font-size:14px;
	font-weight:normal;
}
ul.sns {
	margin:0;
	padding:0;
}
ul.sns li {
	float:left;
	list-style:none;
	width:30px;
	margin-right: 10px;
}
ul.navi-footer {
	margin:0;
	padding:0;
}
ul.navi-footer li {
	float:left;
	list-style:none;
	width:172px;
}
ul.navi-footer li:last-child{
	width:185px;
}
ul.navi-footer-child {
	margin:0;
	padding:0;
}
ul.navi-footer-child li {
	list-style:none;
	padding-bottom:12px;
	font-size:14px;
	width:auto;
}
.arrow-wxs {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 0;
	vertical-align: middle;
	text-decoration: none;
}
.arrow-wxs::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow-wxs::before{
	top: -3px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.r-block {
    float:right;
}
.copy-area {
	width:100%;
    background:#67a00d;
    height:65px;
    display:table;
}
.copy {
	font-family: Avenir, 'Helvetica neue', Helvetica;
    color:#FFF;
    text-align:center;
    font-size:14px;
	font-weight: lighter;
    display:table-cell;
	vertical-align:middle;
}

/* 1499以下　Laptop L */
@media screen and (max-width: 1499px)
{
	/* ----------- 兵藤楽器店の想い ----------- */
	.bg-concept {
		background: url(../images/concept/concept_bg.jpg) no-repeat right bottom;
		background-size: contain;
	}
	.concept-p-wrap {
    margin-bottom: 200px;
}

/* 1299以下　Laptop L */
@media screen and (max-width: 1299px)
{
	.main-v-bottom .flame {
	    width: 960px;
	}
	#contents .flame {
	    width: 960px;
	}
	.item-about {
	    height: 270px;
	}
	.item-about-off {
	    height: 270px;
	}
	ul.breadcrumb-list {
		width:960px;
	}
}

/* 991px以下　タブレットサイズ */
@media (max-width: 991px)
{

	html {
		font-size: 62.5%; /*初期値16pxの62.5%でルートが10px*/
	}
	body {
		font-size: 1.4rem;
	}

	/* ----------- ヘッダー ----------- */
	.header-bg {
		height:60px;
	}
	.logo {
		width:125px;
		height:73px;
		padding-top: 14px;
		left:4%;
	}
	.logo img {
		width:75%;
	}
	ul.right-item {
		top:9px;
		right:2%;
	}
	ul.right-item li {
		float:left;
		list-style:none;
	}
	.btn-trial {
		font-size:1.2rem;
		width: 77px;
		height: 40px;
		border-radius: 5px;
		margin-right:15px;
		padding: 0;
	}
	.btn-trial a{
	    border-radius: 5px;
	}
	.btn-trial a:link {
	    border-radius: 5px;
	}
	.btn-trial a:visited {
	    border-radius: 5px;
	}
	.btn-trial a:hover{
	    border-radius: 5px;
	}

	.adjust {
		line-height: 120%;
		position:relative;
		top:5px;
		left: 5px;
	}
	.arrow-ys {
	    float: left;
	    top: 15px;
	}

	/* ----------- modal ----------- */
	button {
	    background-color: transparent;
	    border: none;
	    cursor: pointer;
	    outline: none;
	    padding: 0;
	    appearance: none;
	}
	#btn_open {
	    color: #FFF;
	    float: right;
	}
	#btn_open .icon-bar {
	    display: block;
	    height: 3px;
	    width: 37px;
	    margin: 2px 0px 6px 0px;
	    background-color: #F5F5F5;
	}
	.menu {
	    position: relative;
		font-family: "丸フォーク M";
		font-size:1.0rem;
		letter-spacing: 1.5px;
		top:-3px;
	}
	#modal {
	    display: none;
	    position: fixed;
	    z-index: 1;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    overflow: auto;
	    background-color:rgba(107,58,36,0.9);
	}
	#modal_content {
	    width:100%;
	    margin:0 auto;
	    position:relative;
	    animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}
	}
	#modal_content ul.modal_navi {
	    clear: both;
		margin: 0 auto;
		padding: 0;
		list-style: none;
		width:50%;
		overflow: hidden;
		margin-bottom: 10px;
	}
	#modal_content ul.modal_navi li {
		display: inline;
	    padding: 12px 15px;
	    margin: 0;
	    width: 100%;
	    font-family: "丸フォーク M";
	    font-size: 1.6rem;
	    color: #333;
	    background: #FFF;
	    border-bottom: 2px dotted #CCC;
	}
	#modal_content ul.modal_navi li::before {
		margin: auto;
		content: "";
		position: relative;
		display: inline-block;
		float: right;
		vertical-align: middle;
		text-decoration: none;
		top: 5px;
		bottom: 0;
		width: 8px;
		height: 8px;
		border-top: 3px solid #f7ca00;
		border-right: 3px solid #f7ca00;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#modal_content ul.modal_navi li:first-child {
	    border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}
	#modal_content ul.modal_navi li:last-child {
	    border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom:none;
	}
	#modal_content ul.modal_navi li a{
	    text-decoration:none;
	    color:#333;
	    display:block;
	}
	#modal_content ul.modal_navi li a:link {
	    text-decoration:none;
	    color:#333;
	}
	#modal_content ul.modal_navi li a:visited {
	    text-decoration:none;
	    color:#333;
	}
	#modal_content ul.modal_navi li a:hover {
		color:#333;
	    text-decoration:none;
	}
	.btn-blog-modal {
		position:relative;
		border-right:none;
		color:#FFF;
		background:#79b12b;
		font-size:15px;
		font-family: "丸フォーク M";
		text-align:center;
		width: 50%;
		height: 45px;
		line-height: 300%;
		border-radius: 5px;
		margin: 0 auto 10px;
		padding: 0;
	}
	.btn-blog-modal a{
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:100%;
	    color:#FFF;
	    border-radius: 5px;
	}
	.btn-blog-modal a:link {
	    color:#FFF;
	    text-decoration:none;
	    border-radius: 5px;
	}
	.btn-blog-modal a:visited {
	    color:#FFF;
	    text-decoration:none;
	    border-radius: 5px;
	}
	.btn-blog-modal a:hover{
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:100%;
	    color:#FFF;
		border-radius: 5px;
	}
	.link-blog-arrow {
	    font-size: 14px;
	    top: 0;
	    float: none;
	}
	.btn-trial-modal {
		position:relative;
		border-right:none;
		color:#FFF;
		background:#ed6c00;
		font-size:15px;
		font-family: "丸フォーク M";
		text-align:center;
		width: 50%;
		height: 45px;
		line-height: 300%;
		border-radius: 5px;
		margin: 0 auto 10px;
		padding: 0;
	}
	.btn-trial-modal a{
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:100%;
	    color:#FFF;
	    border-radius: 5px;
	}
	.btn-trial-modal a:link {
	    color:#FFF;
	    text-decoration:none;
	    border-radius: 5px;
	}
	.btn-trial-modal a:visited {
	    color:#FFF;
	    text-decoration:none;
	    border-radius: 5px;
	}
	.btn-trial-modal a:hover{
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:100%;
	    color:#FFF;
		border-radius: 5px;
	}
	.btn-contact-modal {
		position:relative;
		border-right:none;
		color:#333;
		background:#FFF;
		font-size:15px;
		font-family: "丸フォーク M";
		text-align:center;
		width: 50%;
		height: 45px;
		line-height: 300%;
		border-radius: 5px;
		padding: 0;
		margin: 0 auto 40px;
	}
	.btn-contact-modal a{
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:100%;
	    color:#333;
	    border-radius: 5px;
	}
	.btn-contact-modal a:link {
	    color:#333;
	    text-decoration:none;
	}
	.btn-contact-modal a:visited {
	    color:#333;
	    text-decoration:none;
	    border-radius: 5px;
	}
	.btn-contact-modal a:hover{
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:100%;
	    color:#333;
		border-radius: 5px;
	}
	.arrow-adjust {
	    float: none;
	    top: 0;
	}
	.btn_close {
	    color: #FFF;
	    float: right;
	    font-size: 4.0rem;
	    font-weight: bold;
	    position: relative;
	    background:#79b12b;
	    width:70px;
	    height:60px;
	    border: none;
	    margin-bottom: 13px;
	}
	.btn_close:hover,
	.btn_close:focus {
	    color: #DDD;
	    text-decoration: none;
	    cursor: pointer;
	}
	.close_icon {
	    position:relative;
	    top:-5px;
	}
	.close_txt {
		font-family: "丸フォーク M";
	    color: #FFF;
		font-size: 1.0rem;
	    position: relative;
	    top: -17px;
	    font-weight: normal;
		letter-spacing:1px;
	}

	/* ----------- main_v ----------- */
	.main-v {
	    top: 60px;
	}
	.slider::after {
	    background-size: contain;
	}
	.main-v .main-title {
		width: 90%;
		top: 45%;
	}
	.main-v-bottom .flame {
		width:90%;
		padding-bottom: 70px;
	}
	.main-v-bottom {
	    top: 60px;
		background-size: contain;
	}
	.main-v .main-title img {
	    width: 15%;
	}
	.main-v .main-title h1 {
	    font-size: 4.0rem;
	    margin-bottom: 10px;
	    margin-top: 10px;
	}
	.main-v-bottom .lead {
	    font-size: 3.0rem;
	    padding-top: 20px;
	    margin-bottom: 10px;
	}
	.main-v .main-title p {
	    line-height: 180%;
	    margin-bottom: 10px;
	}

	/* ----------- contents ----------- */
	#contents {
		top:60px;
	}
	#contents .flame {
		width:90%;
		padding:40px 0;
	}
	h2.top-header {
	    font-size: 3.0rem;
	    margin-top: 13px;
	}
	.bg-about::before {
	    height: 210px;
	    background-size: contain;
	}
	.item-about {
	    height: 285px;
	}
	.btn-about {
	    font-size: 1.8rem;
	    line-height: 250%;
	}
	.arrow-g {
	    top: -2px;
	}
	.bg-blog::before {
	    height: 210px;
	    background-size: contain;
	}
	ul.top-blog li .image-area {
		width:120px;
	}
	ul.top-blog li .text-area {
		padding-left: 120px;
	}
	ul.top-blog li .text-area .date {
	    font-size: 1.2rem;
	    margin-bottom: 5px;
	}
	ul.top-blog li .text-area .date .cate {
	    font-size: 1.0rem;
	    margin-left: 10px;
	}
	ul.top-blog li .text-area .title {
	    font-size: 1.6rem;
	    margin-bottom: 5px;
	}
	dl.news {
		margin-top: 0;
		margin-bottom:10px;
	}
	dl.news dt {
		padding-bottom: 15px;
	}
	dl.news dd {
		padding-bottom: 15px;
	}
	.top-info {
	    padding: 20px;
	    margin-bottom:20px;
	}
	.item-trial {
		padding:60px 0 !important;
	}
	.free-trial-lesson {
	    font-size: 1.6rem;
	}
	.item-trial .title {
	    font-size: 3.6rem;
	    font-family: "丸フォーク M";
	    letter-spacing: 1px;
	    height: 45px;
	}
	.item-trial .trial-note {
		font-size: 2rem;
		font-family: "丸フォーク M";
	}
	.item-trial p {
	    line-height:180%;
	}
	.btn-trial02 {
		float:none;
		width: 70%;
		margin-bottom:15px;
	}
	.btn-tel {
		float:none;
		width: 70%;
	}
	.banner {
		width:100%;
	}
	.banner-l-item {
		width:70%;
	}
	.banner-l-item ul {
		margin:0;
		padding:0;
	}
	.banner-l-item ul li {
		width:45%;
		margin-right:5%;
	}
	.banner-r-item {
		width:30%;
	}

	/* ----------- 下層ページ ----------- */
	.main-v .under-v .height {
		height: 140px;
	}
	.main-v .under-pagetitle {
	    min-width: 170px;
	    height: 70px;
	    padding: 15px;
	    top: 90px;
	}
	.main-v .under-pagetitle h1 {
	    margin-top: 0;
	    font-size: 2.4rem;
	}
	.main-v .under-pagetitle .sub-pagetitle {
	    font-size: 1.2rem;
	}
	ul.breadcrumb-list {
		display:none;
	}
	.bg-greeting {
	    background-position:75% 50% ;
	}
	.item-greeting .text-area {
	    width: 70%;
	}
	h2.under-title {
	    font-size: 3.0rem;
	    margin-top: 13px;
	}
	.item-greeting .text-area p {
	    line-height: 160%;
	    margin-bottom: 20px;
	}
	.rinen-wrapper {
		padding-top: 50px !important;
		padding-bottom: 10px !important;
	}
	.item-rinen {
	    padding: 30px 40px;
	    margin-bottom: 30px;
	}
	.lead-g {
	    font-size: 2.4rem;
	}
	h3.pattern01 {
	    font-size: 2.2rem;
	    margin-bottom: 15px;
	}
	.image-company {
	    height: 200px;
	}
	.bg-outline {
	    background-size: 65%;
	}
	.outline-wrapper {
	    margin-bottom:100px !important;
	}
	table.outline {
	    margin: 20px auto 20px;
	}
	.entry-content table {
		margin: 20px auto 20px;
	}
	.contact-wrapper {
	    margin-top: 50px;
	    margin-bottom: 50px;
	}
	.bg-undertitle::before {
	    background-size: contain;
	}
	.bg-search {
	    background-size: 80%;
	}
	.item-search {
	    width: 60%;
	    margin-top: 20px;
	}
	ul.search_school {
	    margin-top: 20px;
	}
	ul.search_school li {
	    float: none;
	    width: 100%;
	    margin-right: 0;
	    padding-bottom: 15px;
	}
	.item-white {
	    padding: 30px 40px;
	}
	.school-name {
	    font-size: 1.8rem;
	}
	.btn-map {
		margin-bottom:30px;
	}
	.flame-map {
	    padding-top: 40px;
	    padding-bottom: 1px;
	}
	a.anchor {
		margin-top:-60px;
		padding-top:60px;
	}
	.flame-narrow {
		width: 90%;
	}
	.item-privacy {
	    margin-bottom: 30px;
	}

	/* ----------- 無料体験レッスン ----------- */
	.trial-main {
		height:400px;
	}
	.trial-main .title {
		width:300px;
	}
	.bg-green {
	    background: url(../images/index/about_bg.png) repeat center top;
	    background-position: 0 25px;
	}
	.btn-access {
	    width: 100%;
	}
	.btn-application {
	    width: 100%;
	}
	ul.trial-item01 {
	    margin-top: 0;
	}
	.trial-item01-title {
		font-size: 3.0rem;
	}
	.trial-item01-txt {
		float:none;
		width:100%;
		padding-right:0;
	}
	.trial-item01-txt p {
		margin-bottom: 15px;
	}
	.trial-item01-image {
		float:none;
		width:50%;
		margin:0 auto;
		padding-top:10px;
	}
	.trial-item02 {
	    padding: 50px 0 !important;
	}
	.trial-item02 .title {
	    font-size: 3.6rem;
	    margin-bottom: 20px;
	}
	.trial-item02-image {
	    margin-top:10px;
	}
	.course00 {
	    padding: 50px 0 !important;
	}
	.course00-open {
	    font-size: 2.2rem;
	}
	.course00-title {
	    font-size: 4.0rem;
	}
	.course-lead {
	    margin-top: -15px !important;
	}
	.item-course .area {
	    font-size: 1.8rem;
	}
	.item-course .info .tel {
	    font-size: 3.0rem;
	}
	.box-height01 {
	    min-height: auto;
	}
	.box-height02 {
	    min-height: auto;
	}
	table.course-list {
	    font-size: 14px;
	}
	table.course-list th {
	    padding: 10px 15px;
	}
	table.course-list td {
	    padding: 10px 15px;
	}
	.course01-title-area .title {
	    font-size: 3.4rem;
	}
	.course01-title-area .title span {
	    padding: 10px 15px;
	    font-size: 1.8rem;
	    border-radius: 7px;
	    margin-right: 15px;
	}
	.course02-title-area .title {
	    font-size: 3.4rem;
	}
	.course02-title-area .title span {
	    padding: 10px 15px;
	    font-size: 1.8rem;
	    border-radius: 7px;
	    margin-right: 15px;
	}
	dl.form-trial {
		width:100%;
		margin: 30px auto 20px;
	}
	dl.form-trial dt {
	    width: 34%;
	    padding-left: 25px;
	    padding-right: 25px;
	}
	dl.form-trial dd {
	    padding-left: 35%;
	}

	/* ----------- 音楽教室について ----------- */
	.item-feature {
		margin-bottom:30px;
	}
	.item-schedule {
	    margin-bottom:20px;
	}
	.item-schedule .month span {
		font-size: 18px;
	}
	.item-schedule .detail .title {
	    font-size: 1.6rem;
	}
	.schedule-image img {
		width:65%;
	}
	.btn-course {
	    line-height: 420%;
	    font-size: 1.6rem;
	}

	/* ----------- 講師メッセージ ----------- */
	.panel-message .text-area-bg {
	    height: 380px;
	}
	.panel-message .text-area-bg .text-area {
	    top: 36%;
		left: 50%;
	    -webkit-transform: translate(-50%, -36%);
	    transform: translate(-50%, -36%);
	    padding-left: 0;
	}
	.teacher-name {
		font-size: 2.6rem;
	    margin-bottom:10px;
	}
	.teacher-name:before {
	    background-size: 22px;
	    padding-left: 32px;
	}

	/* ----------- 兵藤楽器店の想い ----------- */
	.flame-concept {
	    width: 90% !important;
	}
	.concept-p-wrap {
	    margin-top: 30px;
	    margin-bottom: 100px;
	}
	.concept-p-item {
		height:260px;
	}
	.concept-p-item .indent {
		padding-top:40px;
	}

	/* ----------- 保護者の方の声 ----------- */
	.lead-voice {
		font-size:22px;
	}
	.voice-image01 {
		width: 40%;
	}
	.voice-image02 {
		width: 40%;
	}

	/* ----------- ブログ ----------- */
	.side-banner {
	    margin-bottom:15px;
	}
	.title-bloglist {
	    font-size: 1.6rem;
	    line-height:150%;
	}

	/* ----------- その他 ----------- */
	a[href^="tel:"] {
	    pointer-events: visible;
	}
	.mb30 {
	    margin-bottom: 25px !important;
	}
	.mb20 {
	    margin-bottom: 15px !important;
	}
	.item-about-off {
	    height: 285px;
	}
	.btn-about-off {
	    font-size: 1.8rem;
	    line-height: 250%;
	}
	#modal_content ul.modal_navi li a.off {
	    color:#bfbfbf;
	    pointer-events: none;
	}

	/* ----------- ブログ ----------- */
	.flame-blog {
	    padding-top: 60px !important;
	}
	.blog-main {
	    margin-bottom: 20px;
	}

	/* ----------- ブログ（投稿ページ-single） ----------- */
	.single-title {
	    font-size: 2.2rem;
	}
	.txt-large {
	    font-size:2.2rem;
	}
	.entry-content h2 {
	    font-size:2.0rem;
	}
	.entry-content h3 {
	    font-size:1.8rem;
	    padding-bottom:7px;
	}
	.entry-content h4 {
	    font-size:1.6rem;
	    padding-left:10px;
	}
	blockquote {
	    font-size: 1.4rem;
	}
	.balloon {
	    margin-bottom:15px;
	}
	.profile .text-area .name {
	    font-size: 1.4rem;
	    margin-bottom: 7px;
	}
	p.profile-txt {
	    font-size: 1.2rem;
	}
	ul.relation-bloglist li .image-area {
	    width: 120px;
	}
	ul.relation-bloglist li .text-area {
	    padding-left: 120px;
	}

	/* ----------- footer ----------- */
	.item-footer {
	    width: 90%;
	    margin: 0 auto;
	    color: #FFF;
	    padding: 40px 0;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: flex;
	    -webkit-box-lines: multiple;
	    -moz-box-lines: multiple;
	    -webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.l-block {
		float:none;
		order: 2;
	}
	.r-block {
		float:none;
	    order: 1;
	    margin-bottom:30px;
	}
	ul.navi-footer-child li {
	    padding-bottom: 8px;
	}




}


/* 767px以下　スマホサイズ */
@media (max-width: 767px)
{

	html {
		font-size: 62.5%; /*初期値16pxの62.5%でルートが10px*/
	}
	body {
		font-size: 1.4rem;
	}

	/* ----------- ヘッダー ----------- */
	.header-bg {
		height:60px;
	}
	.logo {
		width:125px;
		height:73px;
		padding-top: 14px;
		left:4%;
	}
	.logo img {
		width:75%;
	}
	ul.right-item {
		top:9px;
		right:4%;
	}
	ul.right-item li {
		float:left;
		list-style:none;
	}
	.btn-trial {
		font-size:1.2rem;
		width: 77px;
		height: 40px;
		border-radius: 5px;
		margin-right:17px;
		padding: 0;
	}
	.adjust {
		line-height: 120%;
		position:relative;
		top:5px;
		left: 5px;
	}
	.arrow-ys {
	    float: left;
	    top: 15px;
	}

	/* ----------- modal ----------- */
	button {
	    background-color: transparent;
	    border: none;
	    cursor: pointer;
	    outline: none;
	    padding: 0;
	    appearance: none;
	}
	#btn_open {
	    color: #FFF;
	    float: right;
	}
	#btn_open .icon-bar {
	    display: block;
	    height: 3px;
	    width: 37px;
		margin: 2px 0px 6px 0px;
	    background-color: #F5F5F5;
	}
	.menu {
	    position: relative;
		font-family: "丸フォーク M";
		font-size:1.0rem;
		letter-spacing: 1.5px;
		top:-3px;
	}
	#modal {
	    display: none;
	    position: fixed;
	    z-index: 1;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    overflow: auto;
	    background-color:rgba(107,58,36,0.9);
	}
	#modal_content {
	    width:100%;
	    margin:0 auto;
	    position:relative;
	    animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}
	}
	#modal_content ul.modal_navi {
	    clear: both;
		margin: 0 auto;
		padding: 0;
		list-style: none;
		width:90%;
		overflow: hidden;
		margin-bottom: 10px;
	}
	#modal_content ul.modal_navi li {
		display: inline;
	    padding: 12px 15px;
	    margin: 0;
	    width: 100%;
	    font-family: "丸フォーク M";
	    font-size: 1.6rem;
	    color: #333;
	    background: #FFF;
	    border-bottom: 2px dotted #CCC;
	}
	#modal_content ul.modal_navi li::before {
		margin: auto;
		content: "";
		position: relative;
		display: inline-block;
		float: right;
		vertical-align: middle;
		text-decoration: none;
		top: 5px;
		bottom: 0;
		width: 8px;
		height: 8px;
		border-top: 3px solid #f7ca00;
		border-right: 3px solid #f7ca00;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#modal_content ul.modal_navi li:first-child {
	    border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}
	#modal_content ul.modal_navi li:last-child {
	    border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom:none;
	}
	#modal_content ul.modal_navi li a{
	    text-decoration:none;
	    color:#333;
	    display:block;
	}
	#modal_content ul.modal_navi li a:link {
	    text-decoration:none;
	    color:#333;
	}
	#modal_content ul.modal_navi li a:visited {
	    text-decoration:none;
	    color:#333;
	}
	#modal_content ul.modal_navi li a:hover {
		color:#333;
	    text-decoration:none;
	}
	.btn-blog-modal {
		width: 90%;
	}
	.btn-trial-modal {
		position:relative;
		border-right:none;
		color:#FFF;
		background:#ed6c00;
		font-size:15px;
		font-family: "丸フォーク M";
		text-align:center;
		width: 90%;
		height: 45px;
		line-height: 300%;
		border-radius: 5px;
		margin: 0 auto 10px;
		padding: 0;
	}
	.btn-trial-modal a{
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:100%;
	    color:#FFF;
	    border-radius: 5px;
	}
	.btn-trial-modal a:link {
	    color:#FFF;
	    text-decoration:none;
	    border-radius: 5px;
	}
	.btn-trial-modal a:visited {
	    color:#FFF;
	    text-decoration:none;
	    border-radius: 5px;
	}
	.btn-trial-modal a:hover{
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:100%;
	    color:#FFF;
		border-radius: 5px;
	}
	.btn-contact-modal {
		position:relative;
		border-right:none;
		color:#333;
		background:#FFF;
		font-size:15px;
		font-family: "丸フォーク M";
		text-align:center;
		width: 90%;
		height: 45px;
		line-height: 300%;
		border-radius: 5px;
		padding: 0;
		margin: 0 auto 40px;
	}
	.btn-contact-modal a{
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:100%;
	    color:#333;
	    border-radius: 5px;
	}
	.btn-contact-modal a:link {
	    color:#333;
	    text-decoration:none;
	}
	.btn-contact-modal a:visited {
	    color:#333;
	    text-decoration:none;
	    border-radius: 5px;
	}
	.btn-contact-modal a:hover{
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:100%;
	    color:#333;
		border-radius: 5px;
	}
	.arrow-adjust {
	    float: none;
	    top: 0;
	}
	.btn_close {
	    color: #FFF;
	    float: right;
	    font-size: 4.0rem;
	    font-weight: bold;
	    position: relative;
	    background:#79b12b;
	    width:70px;
	    height:60px;
	    border: none;
	    margin-bottom: 13px;
	}
	.btn_close:hover,
	.btn_close:focus {
	    color: #DDD;
	    text-decoration: none;
	    cursor: pointer;
	}
	.close_icon {
	    position:relative;
	    top:-5px;
	}
	.close_txt {
		font-family: "丸フォーク M";
	    color: #FFF;
		font-size: 1.0rem;
	    position: relative;
	    top: -20px;
	    font-weight: normal;
		letter-spacing:1px;
	}

	/* ----------- main_v ----------- */
	.main-v {
	    top: 60px;
	}
	.slick-slide img {
	    height: 400px;
	    object-fit: cover;
	}
	.slider::after {
	    height: 400px;
	    background: url(../images/index/main_v_cover_sp.png) no-repeat center bottom;
	    background-size: cover;
	    bottom: 0px;
	}
	.object-fit-img {
	  object-fit: cover;
	  font-family: 'object-fit: cover;'
	}
	.main-v .main-title {
		width: 90%;
		top: 45%;
	}
	.main-v .main-title img {
	    width: 20%;
	}
	.main-v .main-title h1 {
	    font-size: 3.2rem;
		line-height: 120%;
	    margin-bottom: 7px;
		margin-top: 10px;
	}
	.main-v .main-title p {
	    line-height: 180%;
	}
	.main-v-bottom {
	    top: 60px;
		background-size: 180% 50%;
	}
	.main-v-bottom .flame {
		width:90%;
		padding-bottom: 70px;
	}
	.main-v-bottom .lead {
	    font-size: 2.6rem;
	    padding-top: 0;
	}
	.main-v-bottom p {
	    line-height: 180%;
	    padding-bottom: 10px;
	}
	.btn-concept {
	    width: 85%;
	    font-size: 1.6rem;
	    height: 60px;
	    line-height: 370%;
	}
	.arrow-ws {
	    padding: 0 10px 0 0;
	}
	.arrow-ws::before {
	    left: 10px;
	}

	/* ----------- contents ----------- */
	#contents {
		top:60px;
	}
	#contents .flame {
		width:90%;
		padding:30px 0;
	}
	.bg-about::before {
	    height: 210px;
	    background-size: contain;
	}
	.top-header-area {
		margin-bottom: 25px;
	}
	h2.top-header {
		font-size:3.0rem;
		margin-top: 13px;
	}
	.item-about {
	    margin-bottom: 20px;
	    height: auto;
	}
	.btn-about {
	    font-size: 1.8rem;
	    line-height: 250%;
	}
	.arrow-g {
	    top: -2px;
	}
	.bg-blog::before {
	    height: 210px;
	    background-size: contain;
	}
	.item-blog {
	    padding: 15px;
	    margin-bottom: 30px;
	}
	ul.top-blog li {
		float:none;
		list-style:none;
		width:100%;
		border-right:none;
		border-bottom:1px solid #CCC;
		padding-right:0;
		padding-top:0;
		padding-bottom:20px;
		margin-bottom:20px;
	}
	ul.top-blog li:nth-child(odd){
		border-right:none;
		border-top:none;
		padding-right:0;
		position: relative;
	    top: 0;
	    border-bottom:1px solid #CCC;
	    padding-bottom:20px;
	}
	ul.top-blog li:nth-child(even){
		padding-left:0;
	}
	ul.top-blog li:last-child{
		border-bottom:none;
		padding-bottom:0;
		margin-bottom:0;
	}
	ul.top-blog li .image-area {
		width:120px;
	}
	ul.top-blog li .text-area {
		padding-left: 120px;
	}
	ul.top-blog li .text-area .date {
	    font-size: 1.2rem;
	    margin-bottom: 5px;
	}
	ul.top-blog li .text-area .date .cate {
	    font-size: 1.0rem;
	    margin-left: 10px;
	}
	ul.top-blog li .text-area .title {
	    font-size: 1.6rem;
	    margin-bottom: 5px;
	}
	.btn-blog {
		width: 95%;
	    font-size: 1.6rem;
	    height: 60px;
	    line-height: 370%;
	}
	.top-news-title {
	    position: relative;
	    width: 100%;
	    padding: 0;
	    border-radius: 0;
	    background: none;
	    border: none;
	    -webkit-transform: none;
	    transform: none;
	    margin-top:10px;
	    margin-bottom:20px;
	}
	.top-news-title span {
	    position: unset;
	    left: unset;
	    top: unset;
	    text-align: center;
	    color: #333;
	}
	dl.news {
		margin-bottom:15px;
	}
	dl.news dt {
		float: none;
	    width: 100%;
		padding-bottom: 3px;
	}
	dl.news dd {
		padding-left: 0;
		padding-bottom: 15px;
	}
	.item-trial {
	    padding: 50px 0 !important;
	}
	.free-trial-lesson {
	    font-size: 1.4rem;
	    margin-bottom: 7px;
	}
	.item-trial .title {
		font-size: 3.4rem;
	    display: inline;
	    line-height:120%;
	    background: linear-gradient(transparent 80%, #d7c921 80%);
	}
	.item-trial p {
	    line-height:180%;
	    text-align:left;
	    margin-top:20px;
	}
	.btn-trial02 {
		width: 100%;
		height: 65px;
		line-height: 420%;
		font-size: 1.6rem;
		margin-bottom:10px;
	}
	.btn-tel {
		width: 100%;
		height: 65px;
		line-height: 420%;
		font-size: 1.6rem;
	}
	.btn-tel span {
	    font-size: 1.2rem;
	}
	.banner {
		width:100%;
	}
	ul.banner-item {
	    padding:0;
	}
	ul.banner-item li {
		padding-right:15px;
		width:50%;
	}
	ul.banner-item li:nth-child(2){
		padding-right:0;
	}
	ul.banner-item li:last-child{
		padding-right:0;
	}
	.banner {
		width:100%;
	}
	.banner-l-item {
		float:none;
		width:100%;
	}
	.banner-l-item ul li {
		width:48%;
		margin-right:4%;
		margin-bottom:15px;
	}
	.banner-l-item ul li:last-child{
		margin-right:0;
	}
	.banner-r-item {
		float:none;
		width:45%;
		margin:0 auto;
	}

	/* ----------- 下層ページ ----------- */
	.main-v .under-v .height {
		height: 80px;
	}
	.main-v .under-pagetitle {
		min-width: 160px;
    	height: 60px;
    	padding: 10px;
    	top: 55px;
    	display: table;
	}
	.main-v .under-pagetitle h1 {
	    margin-top: 0;
	    font-size: 2.0rem;
	}
	.bg-greeting {
	    background: url(../images/company/bg_greeting_sp.jpg) no-repeat center bottom;
	    background-size: contain;
	}
	.under-title-area {
		margin-bottom: 15px;
	}
	h2.under-title {
		font-size:3.0rem;
		margin-top: 13px;
	}
	.item-greeting {
	    padding: 20px 0 0;
	}
	.item-greeting .text-area {
	    width: 100%;
		margin-bottom: 260px;
	}
	.rinen-wrapper {
		padding-top: 45px !important;
		padding-bottom: 20px !important;
	}
	.item-rinen {
	    padding: 30px 30px;
	    margin-bottom: 30px;
	}
	.lead-g {
	    font-size: 2.2rem;
	}
	h3.pattern01 {
	    font-size: 2.0rem;
	    margin-bottom: 15px;
	}
	ul.counter li {
		line-height: 160%;
	}
	.image-company {
	    height: 140px;
	}
	.outline-wrapper {
	    margin-bottom:80px !important;
	}
	table.outline, .entry-content table {
		width:100%;
	    margin: 0 auto 20px;
	}
	table.outline th {
	    width: 100px;
	    padding: 10px 15px;
	}
	table.outline td {
	    padding: 15px;
	}
	.entry-content table th,
	.entry-content table td {
		padding: 10px;
	}
	.bg-search {
	    background: url(../images/search/search_bg.png) no-repeat center bottom;
    	background-size: 100%;
		background-position: 50% 97%;
	}
	.item-search {
	    width: 100%;
	    margin-top: 30px;
		margin-bottom: 90px;
	}
	ul.search_school li {
	    width: 100%;
	    padding-bottom: 10px;
	}
	.bg-undertitle::before {
	    height: 180px;
	    background-size: contain;
	}
	.btn-school {
	    height: 80px;
	    line-height: 400%;
	}
	.item-white {
	    padding: 30px;
	    margin-bottom: 15px;
	}
	.photo-radius {
		padding-top: 15px;
		clear: both;
	}
	.school-name {
	    font-size: 1.8rem;
	}
	.btn-map {
		margin-bottom:20px;
	}
	.flame-map {
	    padding-top: 30px;
		padding-bottom: 1px;
	}
	.flame-narrow {
		width: 90%;
	    padding: 60px 0 50px;
	}
	.item-privacy {
	    margin-bottom: 30px;
	}

	/* ----------- 無料体験レッスン ----------- */
	.trial-main {
		height:50vw;
	}
	.trial-main .title {
		width: 40vw;
		top: 30vw;
	}
	ul.trial-item01 li.tag {
	    width: 100%;
	}
	ul.trial-item01 li {
	    margin-left: 0;
	}
	.trial-item01-title {
		font-size: 2.8rem;
	}
	.trial-item01-image {
		width:60%;
	}
	.trial-item02 .info {
	    font-size: 2.0rem;
	    padding-left: 10px;
	    margin-bottom: 20px;
	}
	.trial-item02 .info span {
	    font-size: 1.2rem;
	    margin-left: 0;
	}
	.trial-item02 {
	    padding: 40px 0 !important;
	}
	.trial-item02 .title {
	    font-size: 3.0rem;
	    margin-bottom: 15px;
	}
	.course00 {
	    padding: 40px 0 !important;
	}
	.btn-access {
	    margin-bottom: 10px;
	}
	.course01-title-area .title {
	    font-size: 3.0rem;
	}
	.course01-title-area .title span {
	    padding: 7px 12px;
	    font-size: 1.6rem;
	    margin-right: 0;
	    display: block;
	    width: 140px;
	    margin: 0 auto;
	}
	.course02-title-area .title {
	    font-size: 3.0rem;
	}
	.course02-title-area .title span {
	    padding: 7px 12px;
	    font-size: 1.6rem;
	    margin-right: 0;
	    display: block;
	    width: 180px;
	    margin: 0 auto;
	}
	dl.form-trial {
		width:100%;
		margin: 30px auto 20px;
	}
	dl.form-trial dt {
	    width: 100%;
	    padding:20px;
	}
	dl.form-trial dd {
	    padding:20px;
	}
	dl.form-trial dt.adjust-pt {
	    padding-top: 25px;
	}
	.custom-dropdown {
	    max-width: 100%;
	}
	.box-tel {
	    width: 100%;
	}
	.box-address {
	    margin-bottom: 5px;
	}
	.hosoku {
	    display: inline-block;
	}
	.btn-update {
	    width: 100%;
		margin-bottom: 10px;
	}
	.btn-send {
	    width: 100%;
	}
	.space-top {
		padding-top:30px;
	}

	/* ----------- 音楽教室について ----------- */
	.school-item01-txt {
		float:none;
		width:100%;
		padding-top:30px;
		padding-right:0;
	}
	.school-item01-image {
		float:none;
		width:75%;
		margin:20px auto 10px;
	}
	.school-item02 img {
		width:75%;
		margin:20px 0;
	}
	.schedule-image img {
		width:95%;
	}
	.item-schedule02 {
		margin-bottom:20px;
	}
	.item-schedule02 img {
		margin-bottom:10px;
		width:100%;
	}

	/* ----------- 講師メッセージ ----------- */
	.panel-message .image-area-bg {
		float:none;
		width: 100%;
		height: 280px;
		background: url(../images/message/message01.jpg) no-repeat top;
		background-size: cover;
		order: 2;
	}
	.panel-message .text-area-bg {
		float:none;
		width: 100%;
		height: 340px;
		order: 1;
	}
	.panel-message .text-area-bg .text-area {
		float: none;
	    width: 80%;
	    padding-left: 0;
	    top: 60%;
		left:50%;
    	-webkit-transform: translate(-50%, -60%);
    	transform: translate(-50%, -60%);
	}
	.teacher-name {
		font-size: 2.6rem;
	    margin-bottom:15px;
	}
	.teacher-name:before {
	    background-size: 22px;
	    padding-left: 32px;
	}
	.message-position {
	    margin-top:-80px !important;
	}
	table.teacher {
	    width: 100% !important;
		margin-top:20px;
		margin-bottom:10px;
	}
	table.teacher th {
	    width: 90px !important;
	}

	/* ----------- お問い合わせ ----------- */
	.top-space {
		margin-top:30px;
	}

	/* ----------- 兵藤楽器店の想い ----------- */
	.bg-concept {
	    background-size: 120%;
	}
	.lead-concept {
	    margin-top:30px;
	    margin-bottom:20px;
	}
	.concept-p-wrap {
	    margin-top: 30px;
	    margin-bottom: 150px;
	}
	.concept-p-item {
		height:240px;
	}

	/* ----------- 保護者の方の声 ----------- */
	.lead-voice {
		font-size:1.8rem;
	}
	.voice-image01 {
		float:none;
		width: 100%;
		margin:0 0 20px 0;
	}
	.voice-image02 {
		float:none;
		width: 100%;
		margin:0 0 20px 0;
	}

	/* ----------- その他のサービス ----------- */
	.lead-other {
		margin-top:20px;
	}
	.btn-orange {
	    width: 80%;
	    height:55px;
	    font-size: 1.8rem;
	    margin-top:40px;
	}

	/* ----------- ブログ ----------- */
	.item-bloglist {
	    height:auto;
	    margin-bottom:20px;
	}
	.leadtext-bloglist {
	    margin-bottom:10px;
	}
	.clear-sp {
	    clear:both;
	}

	/* ----------- ブログ（カテゴリー一覧n） ----------- */
	.catelist-title {
		padding:20px 15px;
		font-size: 1.8rem;
	}

	/* ----------- ブログ（投稿ページ-single） ----------- */
	.single-title {
	    font-size: 2.0rem;
		background-size: 25px;
    	background-position: 0 15%;
    	padding-left: 40px;
	}
	.txt-large {
	    font-size:2.0rem;
	}
	.entry-content h2 {
	    font-size:1.8rem;
		padding: 12px 15px;
	}
	.entry-content h3 {
	    font-size:1.6rem;
	    padding-bottom:7px;
	}
	.wp-block-column figure.wp-block-image {
	    width:18%;
	}
	.balloon-right {
	    width:75%;
	    margin-left:7%;
	}
	.balloon-left {
	    width:75%;
	    margin-right:7%;
	}
	.balloon figcaption {
	    font-size:1.2rem;
	    margin-top:5px;
	}
	ul.sns-blog li {
	    width:70px;
	}
	ul.sns-blog li.btn-blog-line {
		width:79px;
	}
	.profile .photo {
	    width:20%;
	}
	.profile .text-area {
	    width: 75%;
	}

	/* ----------- その他 ----------- */
	.mb30 {
	    margin-bottom: 20px !important;
	}
	.item-about-off {
	    margin-bottom: 20px;
	    height: auto;
	}
	.btn-about-off {
	    font-size: 1.8rem;
	    line-height: 250%;
	}
	#modal_content ul.modal_navi li a.off {
	    color:#bfbfbf;
	    pointer-events: none;
	}

	/* ----------- footer ----------- */
	.goto-top {
		position:fixed;
	    right: 4%;
	    top: auto;
	    bottom: 20px;
	}
	.item-footer {
	    width: 90%;
	    margin: 0 auto;
	    color: #FFF;
	    padding: 40px 0;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: flex;
	    -webkit-box-lines: multiple;
	    -moz-box-lines: multiple;
	    -webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.l-block {
		float:none;
		order: 2;
	}
	.r-block {
		float:none;
	    order: 1;
	    margin-bottom:30px;
	}
	ul.navi-footer li {
	    width: 50%;
	}
	ul.navi-footer li:last-child {
	    width: 100%;
	    margin-top:20px;
	}
	ul.navi-footer-child li {
	    width: 100%;
	    padding-bottom: 8px;
	    margin-top:0;
	}
	ul.navi-footer-child li:last-child {;
	    margin-top:0;
	}

}

@media screen and (max-width: 425px) {
	.trial-item01-image {
    	width: 80%;
	}
	/* ----------- 兵藤楽器店の想い ----------- */
	.bg-concept {
	    background-size: 130%;
	}
	.concept-p-wrap {
	    margin-bottom: 50px;
	}
}

@media screen and (max-width: 320px) {
	.btn-course {
	    line-height: 500%;
	    font-size: 1.2rem 
	}
	.panel-message .text-area-bg {
		height: 400px;
	}
	/* ----------- 兵藤楽器店の想い ----------- */
	.concept-p-item {
	    height: 200px;
	}
}