/* 共通 */

body {
	margin: 0;
	padding: 0;
	color: #473317;
	text-align:left;
	font-size:16px;
	background-color:#fce7e6;
	background-image:url(../images/head_bk.png) ;
	background-repeat:repeat-x;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	vertical-align:top;
}

a img { 
	border: none;
}

p{
	margin:0 0 0 0;
	padding:0 0 0 0;
	line-height:190%;
}

header{
	max-width:920px;
	width:100%;
	margin:0 auto;
}

h1{
	margin:20px auto 0px auto;
	padding:0;
	float:left;
	width:20%;
}

h1 img{
	max-width:199px;
	width:100%;
}

.sns02{
	display:none;
}

.sns{
	float:right;
	width:80%;
}

.fb{
	float:right;
	text-align:right;
	margin:24px 10px 0 15px;
}

.insta{
	float:right;
	text-align:right;
	margin:24px 0 0 0;
}

.tw{
	float:right;
	text-align:right;
	margin:24px 0 0 15px;
}

.insta img,
.fb img,
.tw img{
	width:100%;
	max-width:28px;
}

nav{
 padding:5px 0 10px 0;
 color:#674e2a;
 float:right;
 text-align:right;
	font-size: 14px;
 }
 
nav ul{  
  list-style-type: none;  
  margin: 0px auto 0 auto;  
  padding: 0;
}  
  
nav li{
	margin:0 15px;
	float:left;
}  
  
nav a{  
  display:block;  
  padding:12px 0;  
  width: 100%;    
  color:#674e2a;
  text-decoration:none;
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	font-weight:bold;
}  
  
nav a:hover{  
  color: #ff6b63;  
}  

.contact_btn01{
	position:fixed;
	right:0;
	top:10px;
	z-index:999;
}

.lineicon{
	width: 170px;
	margin-top: 30px;
}

.lineicon img{
	width: 100%;
}

.lineicon02 img{
	width: 100%;
	max-width:170px; 
}

.main{
	text-align:center;
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;width:100%;}

.main img{
	width:100%;
	max-width:920px;}

.mains{
	display:none;
}

.single-item{
	width:100%;
}

.slider{
	max-width:920px;
	margin:0 auto;
	padding:0;
	width:100%;
}
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}

.more{
	margin: 30px auto 0 auto;
	text-decoration: none;
}

.more a{
	text-decoration: none;
	color: #f05372;
	font-weight: bold;
}

.more span{
	border: 1px solid #f05372;
	padding: 5px 30px;
	border-radius: 15px; 
	background-image:url(../images/more_icon.png) ;
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.contents01{
	width:100%;
	max-width:920px;
	margin:60px auto 0 auto;
}

.contents02{
	width:100%;
	max-width:920px;
	margin:130px auto 130px auto;
}

.contents03,
.contents05{
	width:100%;
	max-width:1020px;
	margin:60px auto 0 auto;
	text-align:center;
}


.greet_p{
	line-height:240%;
	text-align:center;
	margin:0 0 30px 0;
	padding:0;
}


.prof{
	width: 30%;
}
.prof img{
	width: 80%;
}
.prof_txt{
	background-color:#FFF;
	display: -webkit-flex; /*safari*/
	display flex;
	justify-content:center;
align-items:center;
	width:100%;
	padding:0px 30px 0 40px;
	margin:20px auto 0 auto;
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
	font-size: 14px;
}

.prof_txt p{
	width: 70%;
}

.blue_inn{
	width:100%;
	max-width:920px;
	margin:0 auto;
}

.blue_inn02{
	width:100%;
	max-width:1020px;
	margin:0 auto;
	display : flex;
	justify-content: space-between;
}

.studio{
	flex-basis: 48%;
}

.map_inn{
	
	width:300px;
}

#map,
#map02 {
        height: 300px;
		margin:20px 0 40px 0;
		
		
      }


.tabel_class02{
	border-top: 3px solid #f0c7d5;
	width:100%;
	border-collapse: collapse;
	margin: 0 auto 0px auto;
	border-bottom: 3px solid #f0c7d5;
	border-left: 3px solid #f0c7d5;
}

.tabel_class02 th{
border-right: 3px solid #f0c7d5;	
border-left: 3px solid #f0c7d5;
text-align:center;
background-color:#fcf2f5;
width:25%;
	padding: 15px 0;
	border-bottom: 3px solid #f0c7d5;
}

.tabel_class02 td{
border-right: 3px solid #f0c7d5;	
text-align:center;
padding:20px 0;
}

.td_line{
border-bottom: 1px solid #ccc;
}

.td_line03{
border-bottom: 3px dotted #f0c7d5;
}

.green{
	background-color:#d7ebdf;
}

.yellow{
	background-color:#fffbc4;
}

.white{
	background-color:#FFF;
}

.pink{
	background-color:#fcf2f5;
}

.price_tbl{
	border-collapse: collapse;
	border-top: 3px solid #f0c7d5;
	border-left: 3px solid #f0c7d5;
	width:100%;
	margin-bottom:0px;
	margin-top:40px;
}

.price_tbl td{
	border-right:3px solid #f0c7d5;
	border-bottom: 3px solid #f0c7d5;
	padding:20px 0px;
	text-align:center;
	width:20%;
}

.right{
	text-align:right;
}

.h2img{
	text-align:center;
}

.h201{
	font-size:30px;
	text-align:center;
	color:#f05372;
	margin:15px 0 40px 0;
	padding:0;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-weight:bold;
}

.h202{
	font-size:30px;
	text-align:center;
	color:#3297db;
	margin:15px 0 40px 0;
	padding:0;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-weight:bold;
}

.garally{
	display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	width:100%;
	flex-wrap : wrap;
}

.garally_box{
	width:24.5%;
	margin:5px 0;
}

h3{
	font-size:20px;
	background-image:url(../images/h3line.png) ;
	background-repeat:no-repeat;
	background-position: left bottom;
	padding:0 0 6px 0;
	margin:0 0 10px 0;
}

.garally_h3{
	font-size:20px;
	padding:0;
	margin:30px 0 0px 0;
	text-align: center;
	line-height: 120%;
}


.contact_btn02 a { 
display:block;
width: 100%;
max-width:800px;
background-color:#3297db;
padding:25px 0; 
margin:40px auto 30px auto;
text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:30px;
	text-decoration:none;
	transition-property: all;
  transition: 0.3s linear;
}

 /* 以下マウスを載せたときのスタイル */
.contact_btn02 a:hover { background-color: #007bcd; }



footer{
	background-image:url(../images/btm_bk.png) ;
	background-repeat:repeat-x;
	height:119px;
}

.copyright{
	text-align:center;
	padding-top:70px;
}

#pagetop{
	position:fixed;
	right:15px;
	bottom:10px;
}

#pagetop img{
	max-width:90px;
	width:100%;
}
	


#cboxOverlay {
    background: #000;
}
#cboxLoadedContent {
    background: #000;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
    -moz-box-shadow: 0px 1px 10px #000000;
    -webkit-box-shadow: 0px 1px 10px #000000;
    box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}


.contact_tbl{
	border-collapse: collapse;
	border-top: 3px solid #f0c7d5;
	border-left: 3px solid #f0c7d5;
	width:100%;
	margin-bottom:20px;
	margin-top:20px;
}
.contact_tbl th{
	border-right:3px solid #f0c7d5;
	border-bottom: 3px solid #f0c7d5;
	padding:20px 0px;
	text-align:center;
	width:25%;
	background-color:#fcf2f5;
}


.contact_tbl td{
	border-right:3px solid #f0c7d5;
	border-bottom: 3px solid #f0c7d5;
	padding:20px 2%;
	text-align:left;
	width:69%;
	background-color:#fff;
}

.contacttxt02{
	font-size: 14px;
	text-align: center;
	line-height: 160%;
}

.form01{
	width:50%;
	border:0;
padding:5px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#aaa;
border:solid 1px #ccc;
}
.form02{
	width:5%;
	border:0;
padding:5px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#aaa;
border:solid 1px #ccc;
}

.form03{
	width:90%;
	border:0;
padding:5px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#aaa;
border:solid 1px #ccc;
height: 7em;
}

.form_btn{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	padding:20px 0 0 0;
}


.reset {
     padding: 15px 0;
    background-color: #959595;
    color: #fff;
    border-style: none;
	margin:0 0 0px 0;
	width:48%;
	cursor: pointer;
	font-size:16px;
	border-radius: 10px;
    -webkit-border-radius: 10px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 10px;/* for Firefox 対応*/

}
.entry {
    padding: 15px 0;
    background-color: #3297db;
    color: #fff;
    border-style: none;
	width:48%;
	cursor: pointer;
	font-size:16px;
	border-radius: 10px;
    -webkit-border-radius: 10px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 10px;/* for Firefox 対応*/

}

.line img{
	width: 100%;
	max-width: 150px;
	margin: 30px auto 0 auto;
}


.pc_none{
	display:none;
}

.garally_bnr{
	display:flex;/* flexbox */
	 align-items: center; /* 垂直方向 */
	border: 1px solid #D7D7D7;
	background-color: #fff;
	margin-bottom: 30px;
	background-image:url(../images/more_icon.png) ;
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 8px;
	border-radius: 5px;
}

.garally_bnr div{
	width: 20%;
	margin-right: 3%;
}

.garally_bnr p{
	width: 77%;
	text-decoration: none;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
}

.garally_bnr p span{
	font-size: 14px;
	font-weight: normal;
}

.garally_bnr img{
	width: 100%;
}
.garally_link{
	text-decoration: none;
	
}

.classbox_area{
	display:flex;/* flexbox */
	 align-items: center; /* 垂直方向 */
	justify-content: space-between;
	margin-bottom: 40px;
}

.classbox{
	border: 3px solid #f0c7d5;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	width: 30%;
		
}

.classbox div img{
	border-radius: 17px 17px 0 0;
}
.class_title{
	text-align: center;
	font-size: 20px;
	margin: 20px 0;
}

.class_link{

background-color: #eaeaea;
	width: 80%;
	margin: 0 auto 30px  auto;
	padding: 5px 0;
	font-size: 14px;
	text-decoration: none;
}

.class_btn {
	text-decoration: none;
	color: #333;
}

.classph{
	width: 100%;
	max-width: 600px;
	margin: 0 auto 20px auto;
}

.movie{
	width: 80%;
	margin: 0 auto;
}

.movie video{
	width: 100%;
}

.movie_btn a{
	text-align: center;
	background-color: #de767c;
	background-image:url(../lesson/images/yajirushi02.png) ;
	background-repeat: no-repeat;
	background-position: right 20px center;
	width: 100%;
	max-width: 500px;
	margin: 50px auto 0 auto;
	color: #fff;
	font-size: 30px;
	padding: 30px 0;
	border-radius: 15px;
	display: block;
	text-decoration: none;
}


@media screen and (max-width: 768px) {
body {
	
	font-size:14px;
	
}
header{
	width:90%;
	margin:0 auto;
}

.menutitle{
	font-size:14px;
	font-weight:bold;
}

h1{
	margin:20px auto 20px auto;
	padding:0;
	float:left;
	width:100%;
}

h1 img{
	max-width:199px;
	width:50%;
}


.sns02{
	display: block;
	clear: both;
}
	
.line02{
	width:100%;
	max-width:150px;
	margin:0px 0px 0 15px;
	padding-top: 10px;
	}

.fb02{
	float:left;
	margin:0 15px 0 15px;
}
.insta02{
	float:left;
}
	
.tw02{
	float:left;
	margin:0 15px 0 0;
}

.fb02 img,
.insta02 img,
.tw02 img{
	width:100%;
	max-width:40px;
}
		
.sns{
	display:none;
}

.contact_btn01,
.class_tbl{
	display:none;
}

nav li{
	display:block;
	width:100%;
	float:left;
	border-bottom:1px dotted #b4b4b4;
	text-align:left;
}
	
	.sp_none{
		display: none;
	}

.contents01,
.contents02{
	width:90%;
	margin:50px auto 0 auto;
}



.contact_btn02 a{
	font-size:16px;
	padding:20px 0;
	margin:15px 0;
}

.blue_inn02{
	width:90%;
	margin:0 auto;
	display :block;
}



.h202,
.h201{
	font-size:26px;
	margin:15px 0 20px 0;
	padding:0;
}



.contents04{
	padding:40px 0;
	margin:80px auto 40px auto;
	
}

.contents03,
.contents05{
	margin:0px auto 0 auto;
}

.garally{
	display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	width:100%;
	flex-wrap : wrap;
}

.garally_box{
	width:49%;
	margin:4px 0;
}


.prof{
	float:none;
	width:100%;
	text-align:center;
	padding-right:0;
	margin:0 auto;
}

.prof img{
	width:100%;
	max-width:150px;
}

.prof_txt{
	background-color:#FFF;
	width:90%;
	float:none;
	padding:10px 5%;
	margin:0px 0 0 0px;
}
	
.greet_p{
	text-align:left;
}
	
.prof_txt{
		display: block;
	}

.prof{
	width: 100%;
}
.prof img{
	width: 100%;
}

.prof_txt p{
	width: 100%;
}
	
	.tabel_class02{
		width:  100%;
		}	
	

.garally_link{
	text-decoration: none;
	
}
	

.classbox_area{
	display:block;
	margin-top: 0;
}
	
	.classbox{
	border-radius: 20px;
	text-align: center;
		padding: 20px 0;
		margin-bottom: 20px;
		width: 100%;
		
}

.classbox div img{
	border-radius: 0px 0px 0 0;
	width: 100%;
	max-width: 282px;
}
.class_title{
	text-align: center;
	font-size: 20px;
	margin: 20px 0;
}

.class_link{

background-color: #eaeaea;
	width: 80%;
	margin: 0 auto 0px  auto;
	padding: 5px 0;
	font-size: 14px;
	text-decoration: none;
}
	
	.garally_bnr{
	background-image:url(../images/more_icon.png) ;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 5px;
		margin-bottom: 20px;
		
}
	
.garally_bnr div{
	width: 30%;
	margin-right: 3%;
}

.garally_bnr p{
	width: 67%;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}

.garally_bnr p span{
	font-size: 12px;
}
	
.movie{
	width: 100%;
	margin: 0 auto;
}
	
}

/* margin and padding Setting
--------------------------------*/
.m0 { margin:0!important; }
.m5 { margin:5px!important; }
.m10 { margin:10px!important; }
.m15 { margin:15px!important; }
.m20 { margin:20px!important; }
.m30 { margin:30px!important; }
.m40 { margin:40px!important; }

.mt0 { margin-top:0!important; }
.mt5 { margin-top:5px!important; }
.mt10 { margin-top:10px!important; }
.mt15 { margin-top:15px!important; }
.mt20 { margin-top:20px!important; }
.mt25 { margin-top:25px!important; }
.mt30 { margin-top:30px!important; }
.mt40 { margin-top:40px!important; }

.mb0 { margin-bottom:0!important; }
.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb30 { margin-bottom:30px!important; }
.mb40 { margin-bottom:40px!important; }

.ml0 { margin-left:0!important; }
.ml3 { margin-left:3px!important; }
.ml5 { margin-left:5px!important; }
.ml10 { margin-left:10px!important; }
.ml15 { margin-left:15px!important; }
.ml20 { margin-left:20px!important; }
.ml30 { margin-left:30px!important; }
.ml40 { margin-left:40px!important; }

.mr0 { margin-right:0!important; }
.mr3 { margin-right:3px!important; }
.mr5 { margin-right:5px!important; }
.mr10 { margin-right:10px!important; }
.mr15 { margin-right:15px!important; }
.mr20 { margin-right:20px!important; }
.mr30 { margin-right:30px!important; }
.mr40 { margin-right:40px!important; }

.p0 { padding:0!important; }
.p5 { padding:5px!important; }
.p10 { padding:10px!important; }
.p15 { padding:15px!important; }
.p20 { padding:20px!important; }
.p30 { padding:30px!important; }

.pt0 { padding-top:0!important; }
.pt5 { padding-top:5px!important; }
.pt10 { padding-top:10px!important; }
.pt15 { padding-top:15px!important; }
.pt20 { padding-top:20px!important; }
.pt25 { padding-top:25px!important; }
.pt30 { padding-top:30px!important; }

.pb0 { padding-bottom:0!important; }
.pb5 { padding-bottom:5px!important; }
.pb10 { padding-bottom:10px!important; }
.pb15 { padding-bottom:15px!important; }
.pb20 { padding-bottom:20px!important; }
.pb30 { padding-bottom:30px!important; }

.pl0 { padding-left:0!important; }
.pl5 { padding-left:5px!important; }
.pl10 { padding-left:10px!important; }
.pl15 { padding-left:15px!important; }
.pl20 { padding-left:20px!important; }
.pl30 { padding-left:30px!important; }

.pr0 { padding-right:0!important; }
.pr5 { padding-right:5px!important; }
.pr10 { padding-right:10px!important; }
.pr15 { padding-right:15px!important; }
.pr20 { padding-right:20px!important; }
.pr30 { padding-right:30px!important; }

.center{
	text-align:center!important;
}

.bold{
	font-weight:bold;
}
.clear{
	clear:both;
}

.pc_none{
	display:block;
}

.font12{
	font-size: 12px;
}

.movie_btn a{
	text-align: center;
	background-color: #de767c;
	background-image:url(../lesson/images/yajirushi02.png) ;
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	width: 96%;
	max-width: 200px;
	margin: 15px auto 0 auto;
	color: #fff;
	font-size: 14px;
	padding: 15px 0;
	border-radius: 20px;
	display: block;
	text-decoration: none;
}
