@charset "utf-8";
/*全ページ共通-------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	/*-webkit-text-size-adjust: 100%;*/
/*    background: url('images/wbg01s.png');*/
}
}
a:hover{
    opacity: 0.6;
}
#wrapper {
	margin: 0 auto;
	width: 1040px;
	background-color: #ffffff;
}
/*ヘッダー----------------------------------------*/
header {
    width: 100%;
    height: auto;
}
header h1 {
	  float: left;
    margin: 10px;
}
.fb_logo {
    float: right;
    margin: 20px 25px 0 0;
}
.headacs{
	font-size:14px;
}


/*ナビゲーション----------------------------------------*/
nav {
	width: 100%;
	height: 60px;
	clear: both;
  margin: 10px auto 15px;
  list-style-type: none;
  text-align: center;

}
nav ul {
	color: #FFFFFF;
}
nav ul li {
	float: left;
	width: 20%;
  position: relative;
	background: #f09199;
	color: #FFFFFF;
}
nav ul li a {
	display: block;
  margin: 0;
  padding: 21px 0 21px;
  font-size: 18px;
  line-height: 1;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
nav ul li:last-child a {
	border-right: none;
}
nav ul li a:hover {
    background: #ee827c;
    color:#ffffff;
}
#toggle{
	 display: none;
	}
/*サブメニュー----------------------------------------*/
nav li ul{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}
nav li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s
    -ms-transition: .2s;
    transition: .2s;
}
nav li ul li a{
	  padding: 13px 15px;
	  background: #f09199;
	  text-align: left;
	  font-size: 12px;
	  font-weight: normal;
    border: 0;
	}
nav li:hover ul li {
    overflow: visible;
    height: 40px;
    border-top: 1px solid #f4b3c2;
}
nav li:hover ul li:first-child{
    border-top: 0;
}
nav li:hover ul li:first-child{
  border-top: 0;
}
nav li:hover ul li:last-child{
  border-bottom: 0;
}
/*メインコンテンツ----------------------------------------*/
.content{
    margin:15px 0 0 0;
}
.pan{
	font-size:14px;
}
.pan a{
	text-decoration:none;
}
.mainbox {
	padding:20px 0 0 20px
}
h2 {
	background-image:url(../images/h2-icon.png);
	background-repeat: no-repeat;
	padding:0 0 8px 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 20px;
	color: #7e6b5a;
}
h3 {
	font-size:18px;
	border-bottom:dotted 1px #9B9B9B;
}

h3.acs{
	background-image: url(../images/acs-icon.png);
	background-repeat: no-repeat;
	border-bottom:dotted 1px #9B9B9B;
	padding:0 0 4px 28px;
	line-height: 30px;
	font-weight: bold;
	font-size: 18px;
	color: #7e6b5a;
}


.l_side{
    float:left;
    width:760px;
}


.r_side{
    float:right;
    width:280px;
}
.r_side article{
	  width:260px;
    height:auto;
		margin:0 0 20px 0;
    padding:10px;
    background :#fdeff2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
article .a_time{
    padding:10px 0 10px 20px;
}
article p.a_text{
    font-size:12px;
    padding:10px 0 0 0;
}
.rbnr{
	width:280px;
	clear:both;
	margin:10px 0 0 0;
}
.rbnr p{
	width:270px;
  padding:10px 5px;
	margin:10px 0 0 0;
	border-radius:10px;
	background-color:#eee;
	color:#555;
	text-align:center;
}
.rbnr a{
	text-decoration:none;
	color:#555;
}
/*フッター----------*/


footer {
	width: 100%;
	height: auto;
	clear: both;
	margin: 40px 0 0 0;
	text-align: center;
	background-color: #5a544b;
	color: #FFFFFF;
}
footer ul {
	padding: 10px;
    background-color: #5a544b;
	list-style-type: none;
}
footer ul li {
	float: left;
	width: 20%;
}
footer ul li a {
	display: block;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}
footer ul li:last-child a {
	border-right: none;
}
address {
    padding:10px;
    font-size:20px;
}



/*ページ別指定-------------------------------------------------------------------------------*/
/*indexページ-------------------------------*/

.notice_box{
  width:700px;
  height:auto;
  padding:10px;
  background :#ffffff;
	clear:both;
	/*margin: 20px 20px 0 0;*/
}
.notice_box dl{
    margin: 0 0 10px 10px;
    padding:10px;
    height:300px;
    overflow: auto;
    color: #5b5b5b;
}
.notice_box dt {
    font-weight:bold;
    border-bottom:1px dotted #333333;
}
.notice_box dd {
    padding:0 0 10px 0;
}

/*aboutページ-------------------------------*/
.h3_text{
	padding:10px;
	font-size:14px;
}
.about_box{
	width:720px;
	padding:10px;
	}
.about_box p{
	font-size:14px;
}
.about_h3{
	margin-bottom:25px;
	}
.mainbox li{
	font-size:14px;
	text-decoration:none;
}
.pfbox{
	width:680px;
	padding:10px 0 0 20px;
}
.pfbox img{
	float:left;
	margin:0 10px 0 0;
}
.daihyou_pfbox img{
	float:right;
	margin-left:20px;
	padding:10px;
}

/*kamokuページ-------------------------------*/
.h3_text{
	padding:10px;
}
.kamoku_box{
	width:720px;
	padding:10px;
	}
.kamoku_box p{
	font-size:14px;
}
.kamoku_h3{
	margin-bottom:50px;
	}
.kamoku_text{
	border-radius:10px;
	background:#fff9f8;
	margin:10px 0 0 20px;
	padding:10px;
}
.mainbox li{
	font-size:14px;
	text-decoration:none;
}
	
/*priceページ-------------------------------*/
.h3_text{
	padding:10px;
}
.price_box{
	width:720px;
	padding:10px;
	}
.price_box p{
	font-size:14px;
}
.price_h3{
	margin-bottom:40px;
	}
.mainbox li{
	font-size:14px;
	text-decoration:none;
}

.price_box table{
	width:100%;
	margin:10px 0;
	text-align:center;
	border-collapse:collapse;
	border:1px solid #ccc;
	
}
.price_box table td{
	padding:20px;
	border:1px solid #cccccc;
}
.price_box .tbe_bg_glay{
	background-color:#eee;
}
/*contactページ-------------------------------*/
.h3_text{
	padding:10px;
}
.contact_box{
	width:720px;
	padding:10px;
	}
.contact_box p{
	font-size:14px;
}
.contact_h3{
	margin-bottom:25px;
	}
.c_box{
	padding:15px;
	background:#eee;
	border-radius:10px;
}
.c_box p{
	margin-bottom:1em;
}
input[type=text],
input[type=email]{
	width:50%;
	height:30px;
	margin-bottom:3px;
}
textarea{
	width:100%;
	height:200px;
}
input[type=submit]{
	width:300px;
  padding:8px 0;
	background-color:#709a00;
	border:none;
	border-radius:10px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	/*font-size:1.2rem;*/
	}
input[type=reset]{
	width:300px;
  padding:8px 0;
	background-color:#709a00;
	border:none;
	border-radius:10px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	/*font-size:1.2rem;*/
	}


 /* デバイスの横幅が340px以下の場合 */
@media only screen and (max-width: 500px) {
  #wrapper {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
} 
a:hover{
	opacity:none;
}
/*ヘッダー----------------------------------------*/ 
header {
    width: 100%;
    height: auto;
		/*border-bottom:1px solid #cccccc;*/
}
h1{
	width:100%;
	float:left;
	
	}
h1 img{
	width:90%;
	margin:0;		
}

.fb_logo img{
	display:none;
	/*width:60%;*/
}
.headacs{
	font-size:14px;
	text-align:center;
	color:#7e6b5a;
}

/*ナビゲーション----------------------------------------*/
#menu {
	display:none;
}
#menu li{
	width:100%;
}
#menu li a{
	font-size:18px;
}
#toggle{
	display:block;
	position:relative;
	width:100%;
	background:#f09199;
}
#toggle a{
	display:block;
	position:relative;
	padding:15px 0 10px;
	border-bottom:1px solid #FFFFFF;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
/*
#toggle:before{
	    display: block;
	    content: "";
	    position: absolute;
	    top: 50%;
	    left: 10px;
	    width: 30px;
	    height: 30px;
	    margin-top: -15px;
	    background: #fff;
	  }
	  #toggle a:before, #toggle a:after{
	    display: block;
	    content: "";
	    position: absolute;
	    top: 50%;
	    left: 10px;
	    width: 30px;
	    height: 4px;
	    background: #f09199;
	  }
	  #toggle a:before{
	    margin-top: -5px;
	  }
	  #toggle a:after{
	    margin-top: 5px;
	  }
*/
nav li ul{
	display:none;
}


/*メインコンテンツ----------------------------------------*/
.content{
    margin:0 3px 0 3px;
}
.mainbox {
	padding:10px;
}
.pan{
	font-size:12px;
}
.pan a{
	text-decoration:none;
}

h2 {
	background-image: url(../images/h2-icon.png);
	background-repeat: no-repeat;
	background-size:18px;
	padding:5px 0 5px 25px;
	line-height: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #7e6b5a;
}

h3 {
	font-size:16px;
	border-bottom:dotted 1px #9B9B9B;
}
h3.acs{
	background-image: url(../images/acs-icon.png);
	background-repeat: no-repeat;
	border-bottom:dotted 1px #9B9B9B;
	padding:5px 0 5px 28px;
	line-height: 18px;
	font-weight: bold;
	font-size: 18px;
	color: #7e6b5a;
}
.l_side{
    float:none;
    width:100%;
}

.r_side{
    float:none;
    width:100%;
		margin-top:30px;
}
.r_side article{
	  width:90%;
    height:auto;
		margin:20px 15px 40px 20px;
    padding:15px;
		box-sizing:border-box;
    background :#fdeff2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
article .a_time{
    padding:10px 0 10px 10px;
}
article p.a_text{
    font-size:12px;
    padding:10px 0 0 0;
}

.rbnr{
	width:100%;
	clear:both;
	margin:10px 0 0 0;
}
.rbnr p{
	width:100%;
  padding:10px 5px;
	box-sizing:border-box;
	margin:10px 0 0 0;
	border-radius:10px;
	background-color:#eee;
	color:#555;
	text-align:center;
}
.rbnr img{
	width:70%;
	max-width: 340px;
}
.rbnr a{
	text-decoration:none;
	color:#555;
}

/*フッター----------*/

#footerimg {
   width:100%;
 }
footer {
	width: 100%;
	height: auto;
	clear: both;
	margin: 50px 0 0 0;
	text-align: center;
	background-color: #5a544b;
	color: #FFFFFF;
}
footer ul {
	padding: 10px;
    background-color: #5a544b;
	list-style-type: none;
}
footer ul li {
	float:none;
	width: 98%;
}
footer ul li a {
	display: block;
	border-right: 1px solid #5a544b;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}
footer ul li:last-child a {
	border-right: none;
}
address {
    padding:10px;
    font-size:20px;
}


/*ページ別指定-------------------------------------------------------------------------------*/

/*indexページ-------------------------------*/
/*#sokyu {
	width:98%;
	margin:0 0 10px 0;
}*/
.notice_box{
  width:100%;
  height:auto;
  padding:0;
  background :#ffffff;
	margin:10px 0 10px 0;
}
.notice_box dl{
    margin: 0 5px 10px 5px;
    padding:10px;
    height:auto;
    overflow: auto;
    color: #5b5b5b;
}
.notice_box dt {
    font-weight:bold;
		font-size:14px;
    border-bottom:1px dotted #333333;
}
.notice_box dd {
    padding:0 0 10px 0;
		font-size:14px;
}


/*aboutページ-------------------------------*/
.h3_text{
	padding:10px;
 font-size:14px;
}
.about_box{
	width:100%;
	padding:0;
	margin:10px 0 0 0;
	}
.about_box p{
	font-size:14px;
}
.about_h3{
	margin-bottom:25px;
	}
.mainbox li{
	font-size:14px;
	text-decoration:none;
}
.pfbox{
	width:100%;
	padding:0;
}
.pfbox img{
	float:none;
	margin-left:5px;
	text-aline:center;
}
.daihyou_pfbox img{
	float:none;
	text-align:center;
	width:80%;
	}
.c{
	text-aline:center;
}
.r{
	text-align:right;
}


/*kamokuページ-------------------------------*/
.h3_text{
	padding:10px;
}
.kamoku_box{
	width:100%;
	padding:0;
	margin:10px 0 0 0;
	}
.kamoku_box p{
	font-size:14px;
}
.kamoku_h3{
	margin-bottom:50px;
	}
.kamoku_text{
	border-radius:5px;
	background:#fff9f8;
	margin:5px;
	padding:10px;
}
.mainbox li{
	font-size:14px;
	text-decoration:none;
}



/*priceページ-------------------------------*/
.h3_text{
	padding:10px;
}
.price_box{
	width:100%;
	padding:0;
	margin:10px 0 0 0;
	}
.price_box p{
	font-size:14px;
}
.price_h3{
	margin-bottom:40px;
	}
.mainbox li{
	font-size:14px;
	text-decoration:none;
}

.price_box table{
	width:100%;
	margin:10px 0;
	text-align:center;
	border-collapse:collapse;
	border:1px solid #cccccc;
	
}
.price_box table td{
	padding:10px;
	border:1px solid #cccccc;
}
.price_box .tbe_bg_glay{
	background-color:#E5E5E5;
}





/*contactページ-------------------------------*/
.h3_text{
	padding:10px;
}
.contact_box{
	width:100%;
	padding:0;
	margin:10px 0 0 0;
	}
.contact_box p{
	font-size:14px;
}
.contact_h3{
	margin-bottom:25px;
	}
.c_box{
	padding:15px;
	background:#eee;
	border-radius:10px;
}
.c_box p{
	margin-bottom:1em;
}
input[type=text],
input[type=email]{
	width:100%;
	height:30px;
	margin-bottom:3px;
}
textarea{
	width:100%;
	height:200px;
}
input[type=submit],
input[type=reset]{
	width:100%;
	/*margin:0 10px;*/
  padding:10px 0;
	background-color:#709a00;
	border:none;
	border-radius:10px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	
	/*font-size:1.2rem;*/
	}






 
} /* デバイスの横幅が340px以下の場合 */









/*問い合わせページ-------------------------------
#contact {
    margin: 10px;
}
#contact #form{
    margin: 20px;
}
#contact form {
    width: 90%;
    margin: 20px auto;
}
#contact table th{
    padding: 15px;
    background-color:cornsilk;
    border: 1px solid #bbb;
}
#contact table td {
    padding: 15px;
    border: 1px solid #bbb;
}
#contact table img     {
    padding-right: 5px; 
}
#contact table #button {
    text-align: center;
    background-color: #fff;
}
#contact table #button input {
    width: 130px;
    padding: 5px 0;
    margin: 0 20px;
}
#contact table input[type="text"] {
    width: 250px;
    line-height: 20px;
}
#contact table input#mail{
    margin-bottom: 5px;
}
#contact table label[for="men"],
#contact table label[for="lesson"],
#contact table label[for="concert"],
#contact table label[for="about"],
#contact table label[for="select"]{
    margin-right: 15px;
}
#contact table span{
    color: red;
    font-size: 12px;
}
*/
/*clearfix-------------------------------*/
.clearfix {
	zoom:1;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
