/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


html {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}

#privacy dt {
	font-weight:bold;
   font-size: 115%;
   margin-top: 20px;
   margin-bottom: 5px;
   }
   
@media screen and (min-width: 890px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

}

@media screen and (max-width: 889px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 690px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 890px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

	font-family: "メイリオ", sans-serif;
	

}	

/* container ---------------------------------------------- */


.container{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}




.container01{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

	padding-bottom:200px;
}

.container02{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

}


.container03{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 200px auto;

}


.container_bg01{
	width:100%;
	height:auto;
	background:url(../img/common/bg.jpg) repeat;
	padding:60px 0;
}





/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */

.header_bg{
	width:100%;
	height:auto;
	position: absolute;
	z-index:600;
}

header{
	max-width:90%;
	width:1000px;
	height:190px;
	margin: 0 auto;
	position:relative;
	z-index:800;
}

.header_txt{
	position: absolute;
	top:12px;
	right:0px;
	line-height: 100%;
	font-size: 12px;
	font-weight: normal;
	color:#000;
	z-index:200;
	text-align:right;
}

.header_tel{
	width:217px;
	height:auto;
	position:absolute;
	top:40px;
	right:0;
}

nav{
	width:100%;
	height:25px;
	position:absolute;
	top:145px;
	right:0;
	
	z-index:600;

}

nav ul{
	margin:0;
	padding:0;

	text-align:center;
}

nav ul li{
	width:auto;
	height:65px;
	margin-right:45px;
	display:inline;
	list-style-type:none;
	color:#FFF;
	font-size:22px;
	text-align:center;

	box-sizing:border-box;	
	line-height:70%;

	font-family: 'Cormorant Garamond', serif; 
}

nav ul li:nth-child(6){
	margin-right:0;
}

nav ul li a{
	color:#FFF;
	text-decoration:none;
}

nav ul li a:hover{
	color:#FFF;
	border-bottom:4px solid #d3a980;
}


.nav_h{
	color:#FFF !important;
	text-decoration:none;
	border-bottom:4px solid #d3a980;
}


#section1,
#section2,
#section3,
#section4
{
    margin-top:-20px;
    padding-top:20px;
}



/* footer ---------------------------------------------- */

.footer-bg{
	width:100%;
	height:auto;
	padding:20px 0;
	background:#FFF;
}

footer{	
    max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
	position:relative;
}

.f_nav{
	border-bottom:2px dotted #edddcc;
	padding-bottom:15px;
	margin-bottom:10px;
}

.f_nav ul{
	font-family: 'Cormorant Garamond', serif;
	color:#d3a980;
	font-size:19px;
	text-align:center;
}

.f_nav ul li{

	display:inline-block;

}

.f_nav ul li a{
	color:#d3a980;
	text-decoration:none;
}

.f_nav ul li a:hover{
	color:#d3a980;
	text-decoration:underline;
}

.f_nav ul li::after{
	content: "  /  ";
}

.f_nav ul::before{
	content: " /  ";
}


address{

	font-size: 13px;
	line-height: 160%;
	color:#999999;
	width:100%;
	font-family: "Noto Sans Japanese";
	text-align:center;
}

.address_t{
	font-size:14px;
	margin-bottom:6px;
	color:#999999;
}

footer p{
	margin-top:5px;
	font-size: 12px;
	color:#999999;
	width:100%;
	text-align:center;

	font-family: "Noto Sans Japanese";
}


footer a{
	color:#999;
	text-decoration:none;
}

footer a:hover{
	color:#999;
	text-decoration:none;
}


}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 889px) {


body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

	font-family: "メイリオ", sans-serif;


}	

/* container ---------------------------------------------- */


.container{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}



.container01{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

	padding-bottom:200px;
}


.container02{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

}

.container03{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 200px auto;

}


.container_bg01{
	width:100%;
	height:auto;
	background:url(../img/common/bg.jpg) repeat;
	padding:60px 0;
}


/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


.header_bg{
	width:100%;
	height:auto;
	background:#d3a980;
}

header{
	max-width:90%;
	width:1000px;
	height:90px;
	margin: 0 auto;
	position:relative;
}

.header_txt{
	position: absolute;
	top:12px;
	left:0px;
	line-height: 100%;
	font-size: 12px;
	font-weight: normal;
	color:#000;
	z-index:200;
}

.header_tel{
	width:217px;
	height:auto;
	position:absolute;
	top:32px;
	right:0;

	display:none;
}

.header_sns_blog{
	width:34px;
	height:auto;
	position:absolute;
	top:33px;
	right:247px;
	
	display:none;
}

.header_sns_blog img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header_sns_blog:hover img {
	opacity: .6;
}

.header_sns_fb{
	width:34px;
	height:auto;
	position:absolute;
	top:33px;
	right:290px;

	display:none;
}


.header_sns_fb img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header_sns_fb:hover img {
	opacity: .6;
}



#section1,
#section2,
#section3,
#section4
{
    margin-top:-80px;
    padding-top:80px;
}






/* footer ---------------------------------------------- */

.footer-bg{
	width:100%;
	height:auto;
	background:#FFF;
	padding:20px 0;
}

footer{	
    max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
	position:relative;
}

.f_nav{

	border-bottom:2px dotted #edddcc;
	padding-bottom:15px;
	margin-bottom:10px;
}

.f_nav ul{
	font-family: 'Cormorant Garamond', serif;
	color:#d3a980;
	font-size:19px;
	text-align:center;
}

.f_nav ul li{

	display:inline-block;

}

.f_nav ul li a{
	color:#d3a980;
	text-decoration:none;
}

.f_nav ul li a:hover{
	color:#d3a980;
	text-decoration:underline;
}

.f_nav ul li::after{
	content: "  /  ";
}

.f_nav ul::before{
	content: " /  ";
}


address{

	font-size: 13px;
	line-height: 160%;
	color:#999999;
	width:100%;
	font-family: "Noto Sans Japanese";
	text-align:center;
}

.address_t{
	font-size:14px;
	margin-bottom:6px;
	color:#999999;
}

footer p{
	margin-top:5px;
	font-size: 12px;
	color:#999999;
	width:100%;
	text-align:center;

	font-family: "Noto Sans Japanese";
}


footer a{
	color:#999;
	text-decoration:none;
}

footer a:hover{
	color:#999;
	text-decoration:none;
}



}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 690px) {



body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;
	font-family: "メイリオ", sans-serif;


}	

/* container ---------------------------------------------- */


.container{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}



.container01{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

	padding-bottom:100px;
}


.container02{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

}


.container03{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 100px auto;

}



.container_bg01{
	width:100%;
	height:auto;
	background:url(../img/common/bg.jpg) repeat;
	padding:30px 0;
}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}


/* header ---------------------------------------------- */


.header_bg{
	width:100%;
	height:auto;
	background:#d3a980;
}

header{
	max-width:90%;
	width:1000px;
	height:90px;
	margin: 0 auto;
	position:relative;
}

.header_txt{
	position: absolute;
	top:12px;
	left:0px;
	line-height: 100%;
	font-size: 12px;
	font-weight: normal;
	color:#000;
	z-index:200;
}

.header_tel{
	width:217px;
	height:auto;
	position:absolute;
	top:32px;
	right:0;

	display:none;
}

.header_sns_blog{
	width:34px;
	height:auto;
	position:absolute;
	top:33px;
	right:247px;
	
	display:none;
}

.header_sns_blog img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header_sns_blog:hover img {
	opacity: .6;
}

.header_sns_fb{
	width:34px;
	height:auto;
	position:absolute;
	top:33px;
	right:290px;

	display:none;
}


.header_sns_fb img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header_sns_fb:hover img {
	opacity: .6;
}






/* footer ---------------------------------------------- */

.footer-bg{
	width:100%;
	height:auto;
	padding:20px 0;
	background:#FFF;
}

footer{	
    max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
	position:relative;
}

.f_nav{
	border-bottom:2px dotted #edddcc;
	padding-bottom:5px;
	margin-bottom:10px;
}

.f_nav ul{
	font-family: 'Cormorant Garamond', serif;
	color:#d3a980;
	font-size:19px;
	text-align:center;
}

.f_nav ul li{
	display:inline-block;
	margin-bottom:15px;
}

.f_nav ul li a{
	color:#d3a980;
	text-decoration:none;
}

.f_nav ul li a:hover{
	color:#d3a980;
	text-decoration:underline;
}

.f_nav ul li::after{
	content: "  /  ";
}

.f_nav ul::before{
	content: " /  ";
}


address{

	font-size: 13px;
	line-height: 160%;
	color:#999999;
	width:100%;
	font-family: "Noto Sans Japanese";
	text-align:center;
}

.address_t{
	font-size:14px;
	margin-bottom:6px;
	color:#999999;
}

footer p{
	margin-top:5px;
	font-size: 12px;
	color:#999999;
	width:100%;
	text-align:center;

	font-family: "Noto Sans Japanese";
}


footer a{
	color:#999;
	text-decoration:none;
}

footer a:hover{
	color:#999;
	text-decoration:none;
}




#section1,
#section2,
#section3,
#section4
{
    margin-top:-80px;
    padding-top:80px;
}



}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 890px) {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
	width:70px;
	height:auto;
	position: absolute;
	top:42px;
	left:50%;
	margin-left:-35px;
}

h1 img{
	width:100%;
	height:auto;
}


h2.h2_01{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif; 
	text-align:center;
	font-size:16px;
	margin-bottom:40px;
	color:#666666;
}

h2.h2_01 p{
	font-family: 'Cormorant Garamond', serif; 

	text-align:center;
	font-weight:bold;
	font-size:36px;

	margin-bottom:15px;

	color:#336600;
}

h3.h3_01{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#cc9966;
	font-size:26px;
	text-align:center;
	line-height:100%;
	margin-bottom:35px;
}

h3.h3_01 p{
	font-size:18px;
	margin-top:10px;
}

h4.h4_01{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#069;
	font-size:22px;
	text-align:center;
	line-height:120%;
	margin-bottom:20px;
}




/* スライド ---------------------------------------------- */


.top_slide_bg{
	width:100%;
	height:auto;

	
}

.top_slide{
	width:100%;
	height:750px;


	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





/* 各ページイメージ ---------------------------------------------- */


.lesson_top_img{
	width: 100%;
	height:450px !important;
	background:url(../img/lesson/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}

.shop_top_img{
	width: 100%;
	height:450px !important;
	background:url(../img/shop/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;

}

.info_top_img{
	width: 100%;
	height:450px !important;
	background:url(../img/info/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;

}

.contact_top_img{
	width: 100%;
	height:450px !important;
	background:url(../img/contact/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;

}






.s_top_img{
      display:none;
      text-align:center;
}



.Opening {
position:relative;

}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}








/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}




/* トップニュース---------------------------------------------- */



#news-box{
	width:100%;
	height:auto;
	margin-bottom:40px;

}

#news-box dl{
	width:100%;
	height:auto;
	margin:0;
	border-top:1px dotted #336600;
	padding-top:10px;
}

#news-box dl dt{
	float:left;
	clear:both;
	font-size:16px;
	color:#336600;
	margin-right:12px;
}

#news-box dl dd{
	font-size:16px;
	color:#336600;
	border-bottom:1px dotted #336600;
	padding-bottom:8px;
	margin-bottom:8px;

}

#news-box dl dd a{
	font-size:16px;
	color:#000000;
	text-decoration:none;

}

#news-box dl dd a:hover{
	font-size:16px;
	color:#000000;
	text-decoration:underline;
}







.top_b01{
	margin-bottom:60px;
}

.top_b01 ul{
	text-align:center;
	

}


.top_b01 ul li{

	width:46%;
	height:auto;
	float:left;
	margin:0 2% 60px 2%;
	padding:30px;
	box-sizing:border-box;
	vertical-align:top;
	box-sizing:border-box;
	background:#efecec;

	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
	
}

.top_b01 ul li img{
	max-width:300px;
	width:100%;
	height:auto;
	margin:0 auto 15px auto;
	text-align:center;
	vertical-align:top;
}


.top_b01 ul li:nth-child(2n){
	margin-right:0%;
}

.top_b01 ul li img{

}


.top_b01 ul li dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#333333;
	font-size:16px;
	text-align:center;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #cc9966;
}

.top_b01 ul li dl dt p{
	font-family: 'Cormorant Garamond', serif;
	color:#cc9966;
	font-size:24px;
	line-height:100%;
	margin-bottom:5px;
}

.top_b01 ul li dl dd{
	font-size:14px;
	line-height:140%;
	text-align:left;
	height:170px;
	
	word-break:break-all;

}


.top_b01 ul li dl dd p{
	text-align:center;
	color:#363;
	font-weight:bold;
	font-size:15px;

	margin-top:10px;

}

.top_b01 ul li:nth-child(7){
	margin-bottom:0px;
}


.top_b01 ul li:last-child{
	margin-bottom:0px;
}


.top_b01_rsn{
	width:180px;
	height:auto;

	line-height:100%;
	background:#F00;
	text-align:center;
	color:#FFF;
	margin:10px auto 0 auto;
}

.top_b01_rsn a::after {
  content:url(../img/lesson/list.png);
  display:inline;
  padding-left:10px;
}

.top_b01_rsn a{
	color:#FFF;
	padding:5px;
	display:block;
}

.top_b01_rsn a:hover{
	color:#FFF;
	text-decoration:underline;
}


.top_b02{
	margin-bottom:30px;
}

.top_b02 ul{
}

.top_b02 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;

}

.top_b02 ul li:last-child{
	margin-right:0%;
}

.top_b02 ul li img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.top_b02 ul li:hover img {
	opacity: .6;
}


.top_b03{
	margin-bottom:40px;
}

.top_b03 img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.top_b03:hover img {
	opacity: .6;
}




.top_t_b{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.top_t_b dl{
	text-align:center;
	padding:55px 15px;	border: double 4px #d3a980;
	box-sizing:border-box;
	background:#FFF;
}

.top_t_b dl dt{
	font-size:30px;
	color:#d3a980;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	margin-bottom:20px;
}

.top_t_b dl dd{
	font-size:16px;
	color:#999999;

}
.top_t_b dl dd img{
	vertical-align:top;
}


.top_t_b a dl{
	background:#FFF;
}

.top_t_b a:hover dl{
	background:#EFE8DA;
}







/* レッスン---------------------------------------------- */

.lesson_b01{
	width:100%;
	height:auto;
	margin-bottom:80px;

	text-align:center;
	padding:45px 15px;	border: double 4px #d3a980;
	box-sizing:border-box;
	background:#FFF;
	
	font-size:16px;
	color:#999999;
	line-height:150%;
}


.lesson_b01 dl dt{
	margin-bottom:15px;
}



.lsn_b01{
	margin-bottom:60px;
}

.lsn_b01 ul{
	text-align:center;
}

.lsn_b01 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:40px;
	vertical-align:top;
	box-sizing:border-box;
}

.lsn_b01 ul li:nth-child(3n){
	margin-right:0%;
}

.lsn_b01 ul li img{
	margin-bottom:15px;
	vertical-align:top;
}


.lsn_b01 ul li dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#333333;
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
}

.lsn_b01 ul li dl dt p{
	font-family: 'Cormorant Garamond', serif;
	color:#cc9966;
	font-size:24px;
	line-height:100%;
	margin-bottom:5px;
}

.lsn_b01 ul li dl dd{
	font-size:16px;
	line-height:160%;
	text-align:center;
	font-weight:bold;
	font-family: "Noto Sans Japanese";

}

.lsn_b01 ul li dl dd span{
	color:#ff3333;
}

.lsn_b01 ul li:nth-child(7){
	margin-bottom:0px;
}


.lsn_b01 ul li:last-child{
	margin-bottom:0px;
}




.lsn_txt01{

	box-sizing:border-box;
	border: double 4px #d3a980;
	margin-bottom:60px;
	padding:30px 100px;
	box-sizing:border-box;
	background:#FFF;
	
	color:#999999;
	font-size:16px;
	line-height:180%;
	
	word-break:break-all;
}

.lsn_txt01 ul{
	margin:10px 0;
}

.lsn_txt01 ul li{
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
}

.lsn_txt01 ul li:last-child{
	margin-bottom:0px;
}


.lsn_txt02{
	margin-bottom:60px;
}

.lsn_txt02 img{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 25px auto;
	text-align:center;
	display:block;
}


.lsn_txt02 dl dt{
	font-size:20px;
	font-weight:bold;
	color:#996600;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	margin-bottom:20px;
	padding-top:8px;
}

.lsn_txt02 dl dd{
	font-size:15px;
	line-height:140%;
	text-align:center;
	
	border-bottom:1px solid #c6c8c8;
	
	padding-bottom:30px;
	margin-bottom:30px;
}

.lsn_txt02 dl dd p{
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
	line-height:150%;
	
}

.lsn_txt02 dl dd p span{
	color:#ff9999 !important;
}








.lsn_txt03{
	margin-bottom:60px;
}

.lsn_txt03 img{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 35px auto;
	text-align:center;
	display:block;
}


.lsn_txt03 dl dt{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:25px;
}

.lsn_txt03 dl dd{
	font-size:16px;
	line-height:160%;
}

.lsn_txt03 ul li{
	font-size:16px;
	line-height:160%;
	margin-bottom:8px;
	list-style:disc;
	margin-left:20px;

}


.lsn_txt04{
	background:#FFF;

	padding:30px;
	box-sizing:border-box;
	
	border:2px solid #356E32;
	
	margin-bottom:50px;	
}


.lsn_txt04 dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	font-size:24px;
	line-height:150%;
	margin-bottom:20px;
}


.lsn_txt04 dl dd img{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	text-align:center;
	display:block;
}


/* ショップ---------------------------------------------- */


.shp_txt{
	margin-bottom:60px;
}


.shp_txt dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#cc9966;
	font-size:36px;
	text-align:center;
	line-height:100%;
	margin-bottom:25px;
}


.shp_txt dl dt p{
	font-size:30px;
	color:#000000;
	margin-bottom:10px;
}

.shp_txt dl dt span{
	font-size:24px !important;
}

.shp_txt dl dd{
	font-size:16px;
	line-height:160%;

	word-break: break-all;
}


.shp_txt dl dd p{
	font-weight:bold;
	font-size:20px;
	margin-bottom:10px;
	text-align:center;
}





.shop_00_img{
	margin-bottom:60px;
}

.shop_00_img ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
}

.shop_00_img ul li:last-child{
	margin-right:0%;
}


.shop_00{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.shop_00 table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

.shop_00 th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;

	color:#333;
	width:120px;
	background:#FFF;
	padding:15px 15px;

}

.shop_00 td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;
	background:#FFF;
	padding:15px 15px;
}

.shop_00 td a{
	color:#333;
	text-decoration:underline;
}

.shop_00 td a{
	color:#333;
	text-decoration:none;
}








.shp_b01{

	margin-bottom:60px;
}


.shp_b01_l{
	width:49%;
	height:auto;
	float:left;
}


.shp_b01_r{
	width:49%;
	height:auto;

	float:right;


}
.shp_b01_r dl{
	width:320px;
	height:165px;
	margin:20px auto 0 auto;
}

.shp_b01_r dl dt{
	color:#666666;
	font-size:26px;
	margin-bottom:15px;
}

.shp_b01_r dl dt span{
	font-size:16px;
}

.shp_b01_r dl dd{
	font-size:14px;
	line-height:150%;
	color:#666666;
}


.shp_b01_r dl dd p{
	margin-bottom:10px;
}

.shp_b01_r dl dd a{
	color:#0099cc;
	text-decoration:none;
}

.shp_b01_r dl dd a:hover{
	color:#0099cc;
	text-decoration:underline;
}



#map01{
	width:100%;
	height:500px;
	box-sizing:border-box;
	border: double 4px #d3a980;
	margin-bottom:60px;
}




.shp_b02{
	margin-bottom:50px;
}

.shp_b02 dl dt{
}


.shp_b02 dl dd{
	font-size:16px;
	line-height:140%;
}

.shp_b02 dl dd ul{
	margin-top:10px;
}

.shp_b02 dl dd ul li{
	list-style:disc;
	margin-left:25px;
	margin-bottom:5px;
	line-height:130%;
}





/* お問い合わせ ---------------------------------------------- */



.contact-t{
	font-size:14px;
	line-height:160%;
	margin-bottom:40px;	
}

.contact-img{
	text-align:center;
	margin-bottom:60px;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:13px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:25%;	
	font-family: "メイリオ", sans-serif;
}

#contact-f td{
	font-size:13px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	font-family: "メイリオ", sans-serif;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#006599;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:13px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	font-family: "メイリオ", sans-serif;	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
	
	
/* ニュースリリース一覧（ページ内） ---------------------------------------------- */
	
h2.h2_03{
	width:1000px;
	height:77px;
	margin-bottom:15px;
	background:url(../img/common/h2_02.png) no-repeat;
	color:#407434;
	font-size:21px;
	padding-top:10px;
	font-weight:bold;
	line-height:130%;
}
	
.day{
	width:980px;
	height:auto;
	text-align:right;
	font-size:15px;
}


.common_img01{
	width:800px;
	height:auto;
	margin-bottom:15px;
	margin:0 auto;
	text-align:center;
	
	
}	
	
	
.common_img02{
	width:800px;
	height:auto;
	margin-bottom:15px;
	margin:0 auto;
	text-align:center;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	
}	


.common_img02:hover img {
	opacity: .6;
}

	
	
	
	
	
}





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



@media screen and (max-width: 889px) {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */

h1.h1_01{
	width:70px;
	height:auto;
	position: absolute;
	top:7px;
	left:50%;
	margin-left:-35px;
}


h1 img{
	width:100%;
	height:auto;
}




h2.h2_01{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif; 
	text-align:center;
	font-size:16px;
	margin-bottom:40px;
	color:#666666;
}

h2.h2_01 p{
	font-family: 'Cormorant Garamond', serif; 

	text-align:center;
	font-weight:bold;
	font-size:36px;

	margin-bottom:15px;

	color:#336600;
}

h3.h3_01{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#cc9966;
	font-size:26px;
	text-align:center;
	line-height:100%;
	margin-bottom:35px;
}

h4.h4_01{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#069;
	font-size:22px;
	text-align:center;
	line-height:120%;
	margin-bottom:20px;
}



/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:400px;

	

	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}



/* 各ページイメージ ---------------------------------------------- */

.lesson_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.shop_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.info_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.contact_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}




.s_top_img img{
	width:100%;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;

	display:block;
	line-height:0 !important;
	vertical-align:bottom;
}




.Opening {
position:relative;

}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}


/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}








/* トップニュース---------------------------------------------- */

#news-box{
	width:100%;
	height:auto;
	margin-bottom:40px;

}

#news-box dl{
	width:100%;
	height:auto;
	margin:0;
	border-top:1px dotted #336600;
	padding-top:10px;
}

#news-box dl dt{
	float:left;
	clear:both;
	font-size:16px;
	color:#336600;
	margin-right:15px;

}

#news-box dl dd{
	font-size:16px;
	color:#000000;
	border-bottom:1px dotted #336600;
	padding-bottom:8px;
	margin-bottom:8px;
	padding-left:85px;

}

#news-box dl dd a{
	font-size:16px;
	color:#000000;
	text-decoration:none;

}

#news-box dl dd a:hover{
	font-size:16px;
	color:#000000;
	text-decoration:underline;
}





.top_b01{
	margin-bottom:60px;
}

.top_b01 ul{
	text-align:center;
}

.top_b01 ul li{
	width:49%;
	height:auto;
	float:left;
	margin:0 2% 60px 0;
	padding:30px 20px;
	box-sizing:border-box;
	vertical-align:top;
	box-sizing:border-box;
	background:#efecec;

	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
}

.top_b01 ul li:nth-child(2n){
	margin-right:0%;
}

.top_b01 ul li img{
	max-width:300px;
	width:100%;
	height:auto;
	margin:0 auto 15px auto;
	text-align:center;
	vertical-align:top;
}



.top_b01 ul li dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#333333;
	font-size:16px;
	text-align:center;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #cc9966;
}

.top_b01 ul li dl dt p{
	font-family: 'Cormorant Garamond', serif;
	color:#cc9966;
	font-size:22px;
	line-height:100%;
	margin-bottom:5px;
}

.top_b01 ul li dl dd{
	font-size:14px;
	line-height:140%;
	text-align:left;
	height:190px;
	word-break:break-all;
}






.top_b01 ul li:last-child{
	margin-bottom:0px;
}



.top_b01_rsn{
	width:180px;
	height:auto;

	line-height:100%;
	background:#F00;
	text-align:center;
	color:#FFF;
	margin:10px auto 0 auto;
}

.top_b01_rsn a::after {
  content:url(../img/lesson/list.png);
  display:inline;
  padding-left:10px;
}

.top_b01_rsn a{
	color:#FFF;
	padding:5px;
	display:block;
}

.top_b01_rsn a:hover{
	color:#FFF;
	text-decoration:underline;
}



.top_b02{
	margin-bottom:30px;
}

.top_b02 ul{
}

.top_b02 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;

}

.top_b02 ul li:last-child{
	margin-right:0%;
}

.top_b02 ul li img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.top_b02 ul li:hover img {
	opacity: .6;
}

.top_b03{
	margin-bottom:40px;
}

.top_b03 img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.top_b03:hover img {
	opacity: .6;
}





.top_t_b{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.top_t_b dl{
	text-align:center;
	padding:55px 15px;	border: double 4px #d3a980;
	box-sizing:border-box;
	background:#FFF;
}

.top_t_b dl dt{
	font-size:30px;
	color:#d3a980;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	margin-bottom:20px;
}

.top_t_b dl dd{
	font-size:16px;
	color:#999999;

}
.top_t_b dl dd img{
	vertical-align:top;
}


.top_t_b a dl{
	background:#FFF;
}

.top_t_b a:hover dl{
	background:#EFE8DA;
}






/* レッスン---------------------------------------------- */

.lesson_b01{
	width:100%;
	height:auto;
	margin-bottom:60px;

	text-align:center;
	padding:45px 15px;	border: double 4px #d3a980;
	box-sizing:border-box;
	background:#FFF;
	
	font-size:16px;
	color:#999999;
	line-height:150%;
}


.lesson_b01 dl dt{
	margin-bottom:15px;
}







.lsn_b01{
	margin-bottom:60px;
}

.lsn_b01 ul{
	text-align:center;
}

.lsn_b01 ul li{
	width:40%;
	height:auto;
	display:inline-table;
	margin:0 10% 40px 0;
	vertical-align:top;
	box-sizing:border-box;
}

.lsn_b01 ul li:nth-child(2n){
	margin-right:0%;
}

.lsn_b01 ul li img{
	margin-bottom:15px;
	vertical-align:top;
}


.lsn_b01 ul li dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#333333;
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
}

.lsn_b01 ul li dl dt p{
	font-family: 'Cormorant Garamond', serif;
	color:#cc9966;
	font-size:24px;
	line-height:100%;
	margin-bottom:5px;
}

.lsn_b01 ul li dl dd{
	font-size:16px;
	line-height:160%;
	text-align:center;
	font-weight:bold;
	font-family: "Noto Sans Japanese";

}

.lsn_b01 ul li dl dd span{
	color:#ff3333;
}

.lsn_b01 ul li:nth-child(7){
	margin-bottom:0px;
}

.lsn_b01 ul li:last-child{
	margin-bottom:0px;
}







.lsn_txt01{
	box-sizing:border-box;
	border: double 4px #d3a980;
	margin-bottom:60px;
	padding:30px 100px;
	box-sizing:border-box;
	background:#FFF;
	
	color:#999999;
	font-size:16px;
	line-height:180%;
	
	word-break:break-all;
}

.lsn_txt01 ul{
	margin:10px 0;
}

.lsn_txt01 ul li{
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
}

.lsn_txt01 ul li:last-child{
	margin-bottom:0px;
}

.lsn_txt02{
	margin-bottom:60px;
}

.lsn_txt02 img{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 15px auto;
	text-align:center;
	display:block;
}

.lsn_txt02 dl dt{
	font-size:20px;
	font-weight:bold;
	color:#996600;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	margin-bottom:20px;
	padding-top:8px;
}

.lsn_txt02 dl dd{
	font-size:15px;
	line-height:140%;
	text-align:center;
	
	border-bottom:1px solid #c6c8c8;
	
	padding-bottom:30px;
	margin-bottom:30px;
}

.lsn_txt02 dl dd p{
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
	line-height:150%;
	
}

.lsn_txt02 dl dd p span{
	color:#ff9999 !important;
}




.lsn_txt03{
	margin-bottom:60px;
}


.lsn_txt03 img{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 35px auto;
	text-align:center;
	display:block;
}



.lsn_txt03 dl dt{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:25px;
}

.lsn_txt03 dl dd{
	font-size:16px;
	line-height:160%;
}

.lsn_txt03 ul li{
	font-size:16px;
	line-height:160%;
	margin-bottom:8px;
	list-style:disc;
	margin-left:20px;
}


.lsn_txt04{
	background:#FFF;

	padding:30px;
	box-sizing:border-box;
	
	border:2px solid #356E32;
	
	margin-bottom:50px;	
}


.lsn_txt04 dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	font-size:24px;
	line-height:150%;
	margin-bottom:20px;
}


.lsn_txt04 dl dd img{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	text-align:center;
	display:block;
}



/* ショップ---------------------------------------------- */


.shp_txt{
	margin-bottom:60px;
}


.shp_txt dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#cc9966;
	font-size:36px;
	text-align:center;
	line-height:100%;
	margin-bottom:15px;
}


.shp_txt dl dt p{
	font-size:30px;
	color:#000000;
	margin-bottom:10px;
}

.shp_txt dl dt span{
	font-size:24px !important;
}

.shp_txt dl dd{
	font-size:16px;
	line-height:160%;

	word-break: break-all;
}


.shp_txt dl dd p{
	font-weight:bold;
	font-size:20px;
	margin-bottom:10px;
	text-align:center;
}






.shop_00_img{
	margin-bottom:60px;
}

.shop_00_img ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
}

.shop_00_img ul li:last-child{
	margin-right:0%;
}


.shop_00{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.shop_00 table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

.shop_00 th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;

	color:#333;
	width:120px;
	background:#FFF;
	padding:15px 15px;

}

.shop_00 td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;
	background:#FFF;
	padding:15px 15px;
}

.shop_00 td a{
	color:#333;
	text-decoration:underline;
}

.shop_00 td a{
	color:#333;
	text-decoration:none;
}



.shp_b01{
	padding:30px 30px;	border: double 4px #d3a980;
	box-sizing:border-box;
	margin-bottom:60px;
}


.shp_b01_l{
	max-width:440px;
	width:100%;
	height:auto;
	float:none;
	text-align:center;
	margin:0 auto 15px auto;
}


.shp_b01_r{
	width:100%;
	height:auto;

	float:none;

}
.shp_b01_r dl{
	max-width:320px;
	width:100%;
	height:165px;
	margin:20px auto 0 auto;
}

.shp_b01_r dl dt{
	color:#666666;
	font-size:26px;
	margin-bottom:15px;
}

.shp_b01_r dl dt span{
	font-size:16px;
}

.shp_b01_r dl dd{
	font-size:14px;
	line-height:150%;
	color:#666666;
}


.shp_b01_r dl dd p{
	margin-bottom:10px;
}

.shp_b01_r dl dd a{
	color:#0099cc;
	text-decoration:none;
}

.shp_b01_r dl dd a:hover{
	color:#0099cc;
	text-decoration:underline;
}



#map01{
	width:100%;
	height:500px;
	box-sizing:border-box;	border: double 4px #d3a980;
	margin-bottom:60px;
}






.shp_b02{
	margin-bottom:50px;
}

.shp_b02 dl dt{
}


.shp_b02 dl dd{
	font-size:16px;
	line-height:140%;
}

.shp_b02 dl dd ul{
	margin-top:10px;
}

.shp_b02 dl dd ul li{
	list-style:disc;
	margin-left:25px;
	margin-bottom:5px;
	line-height:130%;
}












/* お問い合わせフォーム---------------------------------------------- */


.contact-t{
	font-size:14px;
	line-height:160%;
	margin-bottom:40px;	
}

.contact-img{
	text-align:center;
	margin-bottom:40px;	
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:13px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:25%;
	font-family: "メイリオ", sans-serif;
}

#contact-f td{
	font-size:13px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;
	font-family: "メイリオ", sans-serif;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}


input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#006599;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	font-family: "メイリオ", sans-serif;	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
	
	

/* ニュースリリース一覧（ページ内） ---------------------------------------------- */

h2.h2_03{
	width:100%;
	height:99px;
	margin-bottom:15px;
	background:url(../img/common/h2_02_02.png) no-repeat;
	color:#407434;
	font-size:21px;
	padding-top:10px;
	font-weight:bold;
	line-height:130%;
}
	
	

.day{
	width:100%;
	height:auto;
	text-align:right;
	font-size:15px;
}




.common_img01{
	width:100%;
	height:auto;
	margin-bottom:15px;
	margin:0 auto;
	text-align:center;

}




.common_img02{
	width:100%;
	height:auto;
	margin-bottom:15px;
	margin:0 auto;
	text-align:center;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	
}	


.common_img02:hover img {
	opacity: .6;
}




	
}



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 690px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
	width:70px;
	height:auto;
	position: absolute;
	top:7px;
	left:50%;
	margin-left:-35px;

}

h1 img{
	width:100%;
	height:auto;
}




h2.h2_01{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif; 
	text-align:center;
	font-size:15px;
	margin-bottom:30px;
	color:#666666;
}

h2.h2_01 p{
	font-family: 'Cormorant Garamond', serif; 

	text-align:center;
	font-weight:bold;
	font-size:30px;

	margin-bottom:15px;

	color:#336600;
}

h3.h3_01{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#cc9966;
	font-size:20px;
	text-align:center;
	line-height:100%;
	margin-bottom:35px;
}


h4.h4_01{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#069;
	font-size:17px;
	text-align:center;
	line-height:120%;
	margin-bottom:20px;
}


/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:260px;

	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}


/* 各ページイメージ ---------------------------------------------- */


.lesson_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.shop_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.info_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}


.contact_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}



.s_top_img{
	display:block; 
	text-align:center;
	margin:0 !important;
	padding:0 !important;

	  z-index:1; 

}


.s_top_img img{
	width:100%;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;

	display:block;
	line-height:0 !important;
	vertical-align:bottom;
}



.Opening {
position:relative;

}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}


/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:60px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}











/* トップニュース---------------------------------------------- */



#news-box{
	width:100%;
	height:auto;
	margin-bottom:40px;

}

#news-box dl{
	width:100%;
	height:auto;
	margin:0;
	border-top:1px dotted #336600;
	padding-top:10px;
}

#news-box dl dt{
	float:none;
	clear:both;
	font-size:14px;
	color:#336600;
	margin-right:12px;
	margin-bottom:5px;


}

#news-box dl dd{
	font-size:14px;
	color:#000000;
	border-bottom:1px dotted #336600;
	padding-bottom:8px;
	margin-bottom:8px;
	padding-left:0px;

}

#news-box dl dd a{
	font-size:14px;
	color:#000000;
	text-decoration:none;

}

#news-box dl dd a:hover{
	font-size:14px;
	color:#000000;
	text-decoration:underline;
}




.top_b01{
}

.top_b01 ul{
	text-align:center;
}

.top_b01 ul li{

	width:100% !important;
	float:none;
	margin:0 0% 40px 0;
	padding:30px 20px;
	vertical-align:top;
	box-sizing:border-box;
	background:#efecec;

	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
}



.top_b01 ul li:nth-child(2n){
	margin:0 0% 40px 0;
}

.top_b01 ul li img{
	max-width:220px;
	width:100%;
	height:auto;

	margin:0 auto;
	margin-bottom:15px;
	vertical-align:top;
}




.top_b01 ul li dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#333333;
	font-size:16px;
	text-align:center;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #cc9966;
}

.top_b01 ul li dl dt p{
	font-family: 'Cormorant Garamond', serif;
	color:#cc9966;
	font-size:24px;
	line-height:100%;
	margin-bottom:5px;
}

.top_b01 ul li dl dd{
	font-size:14px;
	line-height:140%;
	text-align:left;
	height:170px;
	word-break:break-all;
}

.top_b01 ul li:last-child{
	margin:0 auto;
}



.top_b01_rsn{
	width:180px;
	height:auto;

	line-height:100%;
	background:#F00;
	text-align:center;
	color:#FFF;
	margin:10px auto 0 auto;
}

.top_b01_rsn a::after {
  content:url(../img/lesson/list.png);
  display:inline;
  padding-left:10px;
}

.top_b01_rsn a{
	color:#FFF;
	padding:5px;
	display:block;
}

.top_b01_rsn a:hover{
	color:#FFF;
	text-decoration:underline;
}






.top_b02{
	margin-bottom:20px;
}

.top_b02 ul{
}

.top_b02 ul li{
	max-width:470px;
	width:100%;
	height:auto;
	float:none;
	margin:0 auto 20px auto;

}

.top_b02 ul li img{

	margin:0 auto !important;
}

.top_b02 ul li:last-child{
	max-width:470px;
	margin:0 auto;
}

.top_b02 ul li img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.top_b02 ul li:hover img {
	opacity: .6;
}


.top_b03{
	max-width:470px;
	width:100%;
	height:auto;
	margin:0 auto;
	margin-bottom:30px;
}

.top_b03 img {
	max-width:470px;
	width:100%;
	height:auto;
	margin:0 auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.top_b03:hover img {
	opacity: .6;
}






.top_t_b{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.top_t_b dl{
	text-align:center;
	padding:35px 15px;	border: double 4px #d3a980;
	box-sizing:border-box;
	background:#FFF;
}

.top_t_b dl dt{
	font-size:25px;
	color:#d3a980;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	margin-bottom:15px;
}

.top_t_b dl dd{
	font-size:14px;
	color:#999999;

}
.top_t_b dl dd img{
	vertical-align:top;
}


.top_t_b a dl{
	background:#FFF;
}

.top_t_b a:hover dl{
	background:#EFE8DA;
}





/* レッスン---------------------------------------------- */

.lesson_b01{
	width:100%;
	height:auto;
	margin-bottom:60px;

	text-align:center;
	padding:35px 10px;	border: double 4px #d3a980;
	box-sizing:border-box;
	background:#FFF;
	
	font-size:14px;
	color:#999999;
	line-height:140%;
}


.lesson_b01 dl dt{
	margin-bottom:15px;
}




.lsn_b01{
}

.lsn_b01 ul{
	text-align:center;
}

.lsn_b01 ul li{
	max-width:300px;
	width:100% !important;
	height:auto;
	display:block;
	margin:0 auto 50px auto !important;
	vertical-align:top;
	box-sizing:border-box;
}

.lsn_b01 ul li:nth-child(2n){
	margin-right:0%;
}

.lsn_b01 ul li img{
	max-width:220px;
	width:100%;
	height:auto;
	margin:0 auto;
	margin-bottom:15px;
	vertical-align:top;
}

.lsn_b01 ul li dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#333333;
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
}

.lsn_b01 ul li dl dt p{
	font-family: 'Cormorant Garamond', serif;
	color:#cc9966;
	font-size:24px;
	line-height:100%;
	margin-bottom:5px;
}

.lsn_b01 ul li dl dd{
	font-size:14px;
	line-height:140%;
	text-align:center;
	font-weight:bold;
	font-family: "Noto Sans Japanese";
	text-align:center;

}

.lsn_b01 ul li dl dd span{
	color:#ff3333;
}




.lsn_b01 ul li:last-child{
	margin:0 auto;
}








.lsn_txt01{
	box-sizing:border-box;
	border: double 4px #d3a980;
	margin-bottom:40px;
	padding:30px 20px;
	box-sizing:border-box;
	background:#FFF;
	
	color:#999999;
	font-size:14px;
	line-height:140%;
	
	word-break:break-all;
}

.lsn_txt01 ul{
	margin:10px 0;
}

.lsn_txt01 ul li{
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
}

.lsn_txt01 ul li:last-child{
	margin-bottom:0px;
}

.lsn_txt02{
	margin-bottom:40px;
}

.lsn_txt02 img{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 15px auto;
	text-align:center;
	display:block;
}

.lsn_txt02 dl dt{
	font-size:18px;
	font-weight:bold;
	color:#996600;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	margin-bottom:15px;
	padding-top:8px;
}

.lsn_txt02 dl dd{
	font-size:14px;
	line-height:140%;
	text-align:center;
	
	border-bottom:1px solid #c6c8c8;
	
	padding-bottom:25px;
	margin-bottom:25px;
}

.lsn_txt02 dl dd p{
	font-size:15px;
	font-weight:bold;
	margin-bottom:8px;
	line-height:150%;
	
}

.lsn_txt02 dl dd p span{
	color:#ff9999 !important;
}




.lsn_txt03{
	margin-bottom:60px;
}

.lsn_txt03 img{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 25px auto;
	text-align:center;
	display:block;
}


.lsn_txt03 dl dt{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-bottom:25px;
}

.lsn_txt03 dl dd{
	font-size:14px;
	line-height:150%;
}

.lsn_txt03 ul li{
	font-size:14px;
	line-height:140%;
	margin-bottom:8px;
	list-style:disc;
	margin-left:20px;
}



.lsn_txt04{
	background:#FFF;

	padding:20px;
	box-sizing:border-box;
	
	border:2px solid #356E32;
	
	margin-bottom:30px;	
}


.lsn_txt04 dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	font-size:18px;
	line-height:150%;
	margin-bottom:20px;
}


.lsn_txt04 dl dd img{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	text-align:center;
	display:block;
}



/* ショップ---------------------------------------------- */


.shp_txt{
	margin-bottom:40px;
}


.shp_txt dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#cc9966;
	font-size:30px;
	text-align:center;
	line-height:100%;
	margin-bottom:15px;
}



.shp_txt dl dt p{
	font-size:26px;
	color:#000000;
	margin-bottom:10px;
}

.shp_txt dl dt span{
	font-size:20px !important;
}

.shp_txt dl dd{
	font-size:14px;
	line-height:140%;

	word-break: break-all;
}


.shp_txt dl dd p{
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
	text-align:center;
}



.shop_00_img{
	margin-bottom:40px;
}

.shop_00_img ul li{
	width:100%;
	height:auto;
	float:noen;
	margin-right:0%;
	margin-bottom:20px;
}

.shop_00_img ul li:last-child{
	margin-right:0%;
}



.shop_00{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.shop_00 table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

.shop_00 th{
	font-size:14px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;

	color:#333;
	width:100%;
	background:#FFF;
	padding:10px 15px 0 15px;
	box-sizing:border-box;
	
	display:block;
	
	font-weight:bold;

}

.shop_00 td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;
	background:#FFF;
	padding:5px 15px 5px 15px;
	box-sizing:border-box;
	display:block;

}

.shop_00 td a{
	color:#333;
	text-decoration:underline;
}

.shop_00 td a{
	color:#333;
	text-decoration:none;
}


.shp_b01{
	padding:30px 30px;	border: double 4px #d3a980;
	box-sizing:border-box;
	margin-bottom:40px;
}


.shp_b01_l{
	max-width:440px;
	width:100%;
	height:auto;
	float:none;
	text-align:center;
	margin:0 auto 15px auto;
}


.shp_b01_r{
	width:100%;
	height:auto;

	float:none;

}
.shp_b01_r dl{
	max-width:320px;
	width:100%;
	height:165px;
	margin:20px auto 0 auto;
}

.shp_b01_r dl dt{
	color:#666666;
	font-size:24px;
	margin-bottom:15px;
}

.shp_b01_r dl dt span{
	font-size:14px;
}

.shp_b01_r dl dd{
	font-size:14px;
	line-height:150%;
	color:#666666;
}


.shp_b01_r dl dd p{
	margin-bottom:10px;
}

.shp_b01_r dl dd a{
	color:#0099cc;
	text-decoration:none;
}

.shp_b01_r dl dd a:hover{
	color:#0099cc;
	text-decoration:underline;
}



#map01{
	width:100%;
	height:300px;
	box-sizing:border-box;	border: double 4px #d3a980;
	margin-bottom:60px;
}




.shp_b02{
	margin-bottom:40px;
}

.shp_b02 dl dt{
}


.shp_b02 dl dd{
	font-size:14px;
	line-height:140%;
}

.shp_b02 dl dd ul{
	margin-top:10px;
}

.shp_b02 dl dd ul li{
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
	line-height:130%;
}





/* お問い合わせフォーム---------------------------------------------- */


.contact-t{
	font-size:14px;
	line-height:160%;
	margin-bottom:40px;	
}

.contact-img{
	text-align:center;
	margin-bottom:40px;	
}



#contact-f{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}


#contact-f th{
	font-size:13px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 5px 5px 5px;	
	
	font-family: "メイリオ", sans-serif;

}

#contact-f td{
	font-size:13px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	width:100%;
	display:block;
	padding:0px 5px 10px 5px;
	font-family: "メイリオ", sans-serif;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;

}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#006599;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	font-family: "メイリオ", sans-serif;
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}







#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
	
	
	
/* ニュースリリース一覧（ページ内） ---------------------------------------------- */

h2.h2_03{
	width:100%;
	height:99px;
	margin-bottom:20px;
	background:url(../img/common/h2_02_02.png) no-repeat;
	color:#407434;
	font-size:21px;
	padding-top:15px;
	line-height:120%;
	font-weight:bold;
}
	
.day{
	width:100%;
	height:auto;
	text-align:right;
	font-size:15px;
}
	

.common_img01{
	width:100%;
	height:auto;
	margin-bottom:15px;
	margin:0 auto;
	text-align:center;

}	
	




.common_img02{
	width:100%;
	height:auto;
	margin-bottom:15px;
	margin:0 auto;
	text-align:center;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	
}	


.common_img02:hover img {
	opacity: .6;
}


	
	
	
}













}
