/*************************
メディアクエリ
*************************/
@media screen and (max-width: 768px){

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}



body {
-webkit-text-size-adjust: 100%;
	background:#fff;
font-family:'Avenir','Corbel',"游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
　　　font-weight: 200;	
}


img{
  max-width: 100%;
  height: auto;
  border: 0;
  text-align:center;
}


/**************************************************************************************************

WRAPPER

**************************************************************************************************/
#wrapper {
	width:100%;
}



/**************************************************************************************************

CONTENTS

**************************************************************************************************/
.contents{
width:100%;
margin:60px auto 0 auto;

padding:0 4%;
}



/**************************************************************************************************

PANKUZU

**************************************************************************************************/

#pankuzuArea {
	display:none;
}




/*************************************************************************************************

P

**************************************************************************************************/
p{
font-size:16px;
line-height:2.0em;
color:#555;
font-weight:normal;
}

p.txtC{
text-align:center;
}


/**************************************************************************************************

ロゴ

**************************************************************************************************/


.splogo{
z-index:10;
display:block;
	padding:0 0 0 20px;
}


.splogo img{
  height:50px;
  max-width: none;
}



/**************************************************************************************************

HEADER

**************************************************************************************************/
header{
  position: fixed;
  top: 0;
  left: 0;
  z-index:100;
    width: 100%;
padding:0 0 0 0;
margin: 0 auto;
background:#fff;
	height:60px;
	 	-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.1);
box-shadow:0 2px 5px rgba(0,0,0,0.1);

}

.is-animation{
    width: 100%;
padding:0 0 0 0;
top: 0;
	height:60px;
  -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}


/**************************************************************************************************

メニュー

**************************************************************************************************/


#headerSpMenu{
position: fixed;
    z-index:10000;
	top:0;
	right:0;
	width:60px;
	height:60px;
display:block;
background:#555;
}


#headerMenu{
display:block;
	position: relative;
	background:#f0f0f0;
padding:0;
	}

.button-toggle {
	position: absolute;
	margin:21px 0 0 15px ;
	cursor:pointer;
}

.button-toggle span{
margin:0 0 0 5px;
}


#headerSpMenu p{
color:#000;
font-size:10px;
margin:15px 0 0 2px;
}


#headerSpMenu a{
text-decoration:none;
}




.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 20px;
	height: 16px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 7px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}


#menu-trigger01.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
#menu-trigger01.active span:nth-of-type(2) {
	opacity: 0;
}
#menu-trigger01.active span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}



/**************************************************************************************************

スマホヘッダーメニュー

**************************************************************************************************/


.navimenu {
	position: fixed; /*** absolute は被せる ***/
	width: 100%;
	height:100%;
	background: #f7f7f8;
		padding:0 0 100px 0;
	top:60px;
	z-index:1000;
	display:none;
	float:none;
		overflow: hidden;
animation-name: fadeinSpmenu;
    animation-duration: 0.5s;

}

.navimenu .spMenu {
display:block;
	padding:0;
	height:100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}

.navimenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}

.navimenu ul.spm li {
	position: relative;

}

.navimenu ul.spm li a {
	display: block;
	color: #333;
	text-decoration: none;
	border-bottom:solid 1px #e6e6e6;
	line-height: 60px;
	padding:0 0 0 25px;
	position:relative;
	font-size:17px;
font-weight:700;
}

.navimenu ul.spm li:first-child a {
border-radius: 5px 5px 0 0;         /* CSS3 */
	-moz-border-radius: 5px 5px 0 0;    /* Firefox */
	-webkit-border-radius: 5px 5px 0 0;
}

.navimenu ul.spm li:last-child a {
border-radius: 0 0 5px 5px;         /* CSS3 */
	-moz-border-radius: 0 0 5px 5px;    /* Firefox */
	-webkit-border-radius: 0 0 5px 5px;
}

.navimenu ul.spm li a:after {
font-family: "Font Awesome 5 Free";
content:'\f054';
 font-size: 0.6em;
 	color: #555;
position:absolute;
font-weight: 900;
top:0;
right:24px;
}


.navimenu ul.spm ul.accordion{
     width:100%;
     overflow: hidden;
}

.navimenu ul.spm ul.accordion ul{
     display: none;
}    


.navimenu ul.spm ul.accordion li p{
     font-size:17px;
     	color: #333;
     	position:relative;
     	line-height: 60px;
	          	border-bottom:solid 1px #e6e6e6;
	padding:0 0 0 25px;
     margin:0;
     cursor: pointer;/*カーソルを通常の物に*/    
}

.navimenu ul.spm ul.accordion li p:after {
font-family: "Font Awesome 5 Free";
content:'\2b';
 font-size: 135%;
position:absolute;
font-weight: 900;
color:#555;
top:-2px;
right:20px;
}




.navimenu ul.spm ul.accordion li p span{
     font-size:17px;
     text-decoration:none;
font-weight:700;
     color:#333;
}

.navimenu ul.spm ul.accordion li p.active{

     	position:relative;

}

.navimenu ul.spm ul.accordion li p.active:after{
font-family: "Font Awesome 5 Free";
content:'\f068';
 font-size: 85%;
position:absolute;
font-weight: 700;
top:2px;
right:20px;
}




.navimenu ul.spm ul.accordion ul {
padding:0 0;
background:#fff;
}

.navimenu ul.spm ul.accordion ul li{
background:#fff;
     	position:relative;
     	line-height: 40px;
	          	border-bottom:solid 0px #ccc;
	text-indent:0;
     cursor: pointer;/*カーソルを通常の物に*/    
}

.navimenu ul.spm ul.accordion ul li a{
background:#fff;
     font-size:16px;
	border-bottom:solid 1px #e6e6e6;
margin:0px;
font-weight:normal;
color:#333;
     	position:relative;
     	line-height:60px;
padding:0 0 0 45px;
}

.navimenu ul.spm ul.accordion ul li a:after{
font-family: "Font Awesome 5 Free";
content:'\f054';
color:#555;
 font-size: 0.6em;
position:absolute;
font-weight: 900;
top:0;
right:24px;
}


/***  h3 ***/
.navimenu h3{
background:#eeeef1;
font-size:16px;
font-weight:700;
padding:5px 0 5px 30px;
color:#333;
line-height:1.5em;
margin:30px 0 15px 0;
}


/***  submenu ***/
.navimenu .spSubMenu ul{

margin:15px auto 0 auto;
}

.navimenu .spSubMenu ul li{
display: inline-block;
font-size:15px;
line-height:15px;
width:50%;
margin:0 0 12px 0;
text-align:left;
position:relative;
}

.spSubMenu ul li a{
color:#333;
	text-decoration: none;
padding:0 0 0 45px;
}

.spSubMenu ul li a:after {
font-family: "Font Awesome 5 Free";
content:'\f054';
 font-size: 0.6em;
 	color: #555;
position:absolute;
font-weight: 900;
top:0;
left:32px;
}



#spSnsMenu{
width:100%;
margin:0 auto;
}


#spSnsMenu ul{
text-align:center;
padding:30px 0 0 0;
}

#spSnsMenu ul li{
display:inline-block;
margin:0 20px 0 0;
}

#spSnsMenu ul li:last-child{
margin:0;
}

#spSnsMenu ul li img{
width:25px;
}







/**************************************************************************************************

H1

**************************************************************************************************/
h1.com{
font-size:28px;
border-bottom:solid 1px #ccc;
letter-spacing:2.0px;
margin:0 0 10px 0;
padding:30px 0 0 0;
font-weight:normal;
line-height:1.8em;
text-align:left;
}



/**************************************************************************************************

DESCRIPTION

**************************************************************************************************/
.comdescri {
margin:20px 0 40px 0;
}


.comdescri p{
font-size:16px;
font-weight:normal;
line-height:1.6em;
margin:0 0 30px 0;
color:#555;
}

.comdescri p.txtC{
text-align:left;
}


/**************************************************************************************************

TOPキービジュアル

**************************************************************************************************/
/* Main */



.keyVisualsp{
display:block;
max-width:100%;
padding:0 0;
margin:60px auto 0 auto;
z-index:20;
}


.keyVisualsp img {
width:100%;
height:100%;
object-fit: cover; /* この一行を追加するだけ！ */;
 height: calc(100vh - 60px);
}

.keyVisualpc{
display:none;
}


/**************************************************************************************************

ギャラリー

**************************************************************************************************/

#gallery2025, #gallery2024, #gallery2023, #gallery2022, #gallery2021, #gallery2020, #gallery2019{
  text-align: center;
z-index:20000;
margin:0 auto;
}

#gallery2025 a, #gallery2024 a, #gallery2023 a, #gallery2022 a, #gallery2021 a, #gallery2020 a, #gallery2019 a{
display:inline-block;
margin:15px 0;
width:100%;

}


#gallery2025 img, #gallery2024 img, #gallery2023 img, #gallery2022 img, #gallery2021 img, #gallery2020 img, #gallery2019 img{
width:100%;
}


.galleryBox{

width:100%;
margin:0 auto;
padding:0 0 0 0
}



.galleryBox h2{
font-size:26px;
letter-spacing:2.0px;
margin:80px 0 10px 0;
font-weight:normal;
line-height:1.8em;
text-align:center;
}


/**************************************************************************************************

アンカーリンクヘッダー部分ずらし

**************************************************************************************************/


#attention {
  margin-top : -60px;
  padding-top : 60px;
}


/**************************************************************************************************

ページ内アンカーリンク

**************************************************************************************************/

#comPageLinkBox {
	width:100%;
	background:#fff;
	margin:0 auto 0 auto;
}


#comPageLinkBox ul {
margin:0 auto;
text-align:center;
}

#comPageLinkBox ul li{
font-size:16px;
line-height:1.5em;
position:relative;
display:inline-block;
margin:0 0 10px 0;
padding:0 0 0 0;
color:#000;
}

#comPageLinkBox ul li:nth-child(even){
font-size:13px;
display:inline-block;
color:#555;
margin:0 15px;
}

#comPageLinkBox ul li:last-child{
font-size:16px;
line-height:1.5em;
position:relative;
display:inline-block;
margin:0 0 10px 0;
padding:0 0 0 0;
color:#000;
}




#comPageLinkBox ul li a{
color:#555;
    text-decoration:none;
}


#comPageLinkBox ul li a:visited{
color:#555;
    text-decoration:none;
}

#comPageLinkBox ul li a:hover{
  	opacity:0.6;
}



#comPageLinkBox ul li a.active{
  	opacity:0.6;
}


#comPageLinkBox ul li i{
margin:0 7px 0 0;
}


/**************************************************************************************************

レッスンページ内メニューリンク

**************************************************************************************************/

#lessonMenuBox {
	width:100%;
border-top:solid 1px #e6e6e6;
	background:#fff;
padding:50px 0 0 20px;
	margin:50px auto 0 auto;
}


#lessonMenuBox ul {
margin:0 auto;
text-align:left;
}

#lessonMenuBox ul li{
font-size:16px;
line-height:1.5em;
position:relative;
display:inline-block;
margin:0 0 10px 0;
padding:0 0 0 0;
color:#000;
}

#lessonMenuBox ul li:nth-child(even){
font-size:13px;
display:inline-block;
color:#555;
margin:0 15px;
}

#lessonMenuBox ul li:last-child{
font-size:16px;
line-height:1.5em;
position:relative;
display:inline-block;
margin:0 0 10px 0;
padding:0 0 0 0;
color:#000;
}




#lessonMenuBox ul li a{
color:#555;
    text-decoration:none;
}


#lessonMenuBox ul li a:visited{
color:#555;
    text-decoration:none;
}

#lessonMenuBox ul li a:hover{
  	opacity:0.6;
}



#lessonMenuBox ul li a.active{
  	opacity:0.6;
}


#lessonMenuBox ul li i{
margin:0 7px 0 0;
}




/**************************************************************************************************

NEWS

**************************************************************************************************/
.InformationArea{
width:100%;
background:#fff;
margin:0 auto;
padding:30px 5% 40px 5%;
}

.InformationArea2{
width:100%;
background:#fff;
margin:0 auto;
padding:30px 0 40px 0;
}

.InformationBox{
width:100%;
max-width:100%;
margin:0 auto 0 auto;
padding:0 0;

}

.InformationBox h2{
font-size:28px;
margin:0 0 20px 0;
font-weight:normal;
line-height:1.8em;
text-align:center;
}




.InformationBox dl{
width:100%;
border-bottom:solid 1px #e6e6e6;
margin:0 0 20px 0;
padding:0 0 20px 0;
}


.InformationBox dl dt{
display:block;
width:100%;
margin:0 0 0 0;
padding:0 0 0 0;
	font-size:15px;
font-weight:normal;
line-height:1.4em;
	vertical-align:top;
text-align:left;
	color:#555;

}

.InformationBox dl dd{
display:inline-block;
width:100%;
margin:0;
	font-size:15px;
line-height:1.8em;
font-weight:normal;
	vertical-align:top;
text-align:left;
	color:#000;

}


.InformationBox dl dd span.news{
color:#fff;
width:60px;
display:inline-block;
background:#e14d6b;
border:solid 1px #e14d6b;
font-size:11px;
padding:2px 5px 1px 5px;
margin:0 8px 0 0;
text-align:center;
line-height:1.5em;
border-radius:5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
}

.InformationBox dl dd span.lesson{
color:#fff;
width:60px;
display:inline-block;
background:#3c5ec2;
border:solid 1px #3c5ec2;
font-size:11px;
padding:2px 5px 1px 5px;
margin:0 8px 0 0;
text-align:center;
line-height:1.5em;

border-radius:5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
}


.InformationBox dl dd span.gallery{
color:#fff;
width:60px;
display:inline-block;
background:#228e29;
border:solid 1px #228e29;
font-size:11px;
padding:2px 5px 1px 5px;
margin:0 8px 0 0;
text-align:center;
line-height:1.5em;

border-radius:5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
}


.InformationBox dl dd a {
    color:#000;
    text-decoration:none;
    }
  
 

.InformationBox dl dd a:visited{
    color:#000;
    text-decoration:none;
}

.InformationBox dl dd a:hover{
	color:#1a9ede;
    text-decoration:none;
}



.InformationBox dl dd a.active{
	color:#1a9ede;
    text-decoration:none;
}

.InformationBox .btn a{
width:200px;
	font-size:14px;
	text-align:center;
	color:#fff;
	text-decoration: none;
margin:30px auto 0 auto;
	display: block;
	padding:10px 0;
	position:relative;
background:#555;
border-radius:5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
}

.InformationBox .btn .visited a, {
background:#fff;
}


.InformationBox .btn a:hover {
	opacity:0.6;
}

.InformationBox .btn a:active {
	opacity:0.6;
}

.InformationBox .btn a:after{
font-family: "Font Awesome 5 Free";
content:'\f105';
position:absolute;
font-weight: 900;
font-size: 80%;
top:50%;
right:15px;
color:#fff;
-webkit-transform: translateY(-50%);
-ms-transform:translateY(-50%);
          transform: translateY(-50%);
}


/**************************************************************************************************

お知らせ詳細ページ

**************************************************************************************************/


.postBox{
max-width:100%;
width:100%;
margin:0 auto;
}

.postBox p{
color:#555;
}

h1.post{
font-size:26px;
border-bottom:solid 1px #ccc;
letter-spacing:2.0px;
margin:0 0 30px 0;
padding:30px 0 10px 0;
font-weight:normal;
line-height:1.5em;
text-align:left;
}

.postBox .date{
	font-size:13px;
font-weight:normal;
line-height:2.0em;
margin:0 0 10px 0;
padding:30px 0 0 0;
	vertical-align:top;

	color:#555;
}

.postBox img{
width:100%;
}





/**************************************************************************************************

絵画教室

**************************************************************************************************/
.introducingArea{
width:100%;
background:#f3f3f3;
margin:0 auto;
padding:30px 0;
}

.introducingBox{
width:100%;
max-width:100%;
margin:0 auto;
padding:0 4%;
}

.introducingBox ul {
margin:0 auto 0 auto;
width:100%;
text-align:center;
}


.introducingBox ul li{
  width:100%; /* boxサイズ */
display:block;
margin:0 auto;
padding:0;
vertical-align:top;
}



.introducingArea h2{
font-size:28px;
margin:0 0 20px 0;
font-weight:normal;
line-height:1.8em;
text-align:center;
}

.introducingArea h3{
font-size:20px;
margin:15px 0 40px 0;
font-weight:normal;
line-height:1.4em;
text-align:center;
color:#333;
position:relative;
}


    
.introducingArea li h3 a {
    color:#333;
    text-decoration:none;
    }
  
 

.introducingArea li h3 a:visited{
    color:#333;
    text-decoration:none;
}

.introducingArea li h3 a:hover{
	color:#1a9ede;
    text-decoration:none;
}



.introducingArea li h3 a.active{
	color:#1a9ede;
    text-decoration:none;
}

.introducingArea h3 a:before{
font-family: "Font Awesome 5 Free";
content:'\f054';
color:#555;
 font-size: 0.6em;
position:absolute;
font-weight: 900;

text-indent:-20px;
top:50%;
-webkit-transform: translateY(-50%);
-ms-transform:translateY(-50%);
          transform: translateY(-50%);
}


.introducingArea p{
font-size:14px;
line-height:1.8em;
margin:0 20px 0 5px;
text-align:left;
color:#333;
}

.introducingBox ul li .thumb{
overflow:hidden; 
  width:100%; /* boxサイズ */
height:100%;
}

.introducingArea ul li .thumb img{
width:100%;
height: 100%;
  object-fit: cover;/* 画像をクリッピングマスクする*/
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}

.introducingArea ul li .thumb img:hover{
  transform: scale(1.1); /* 拡大 */
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}


.lessonBan{
text-align:center;
margin:20px 0 30px 0;
}

.lessonBan2{
text-align:center;
margin:30px 0 0 0;
}


    
.lessonBan a, .lessonBan2 a {
  	opacity:1.0;
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
    }
  
 

.lessonBan a:visited, .lessonBan2 a:visited{
  	opacity:1.0;
}

.lessonBan a:hover, .lessonBan2 a:hover{
  	opacity:0.6;
}


.lessonBan a.active, .lessonBan2 a.active{
  	opacity:0.6;
}


/**************************************************************************************************

TOPLINKBANNER

**************************************************************************************************/
.topLinkArea{
width:100%;
background:#fff;
margin:0 auto;
}

.topLinkArea ul{
    display: block;/* 子要素を並列にする */
align-items: center; /* 並列の子要素の高さ方向の中央揃え */

}

.topLinkArea ul li{
width:100%;
position:relative;
}

.topLinkArea ul li .thumb{
overflow:hidden; 
  width:100%; /* boxサイズ */
height:100%;
}

.topLinkArea ul li .thumb img{
width:100%;
height: 100%;
  object-fit: cover;/* 画像をクリッピングマスクする*/
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}

.topLinkArea ul li .thumb img:hover{
  transform: scale(1.1); /* 拡大 */
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}

.topLinkArea ul li .captionBox{
position:absolute;
width:100%;
padding:0 4%;
top:50%;
left:50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.topLinkArea ul li .captionBox h3{
font-size:28px;
color:#fff;
margin:0 0 15px 0;
font-weight:normal;
line-height:1.6em;
text-align:left;
text-align:center;
}


.topLinkArea ul li .captionBox p{

font-size:14px;
line-height:1.6em;
color:#fff;
text-align:center;
}


.topLinkArea ul li .arrowimg {
	position:absolute;
bottom:20px;
right:20px;
}

.topLinkArea ul li .arrowimg img{
width:50px;
}



/**************************************************************************************************

お問い合わせ

**************************************************************************************************/
.contactBox{
max-width:100%;
width:100%;
margin:30px auto 0 auto;
}




/**************************************************************************************************

個人情報保護方針ページ

**************************************************************************************************/
.pribacyBox{
max-width:100%;
width:100%;
margin:0 auto;
}


.pribacyBox h2{
font-size:20px;
letter-spacing:2.0px;
margin:50px 0 15px 0;
font-weight:normal;
line-height:1.8em;
text-align:left;
}

.pribacyBox p{
font-weight:normal;
}




/**************************************************************************************************

プロフィールページ

**************************************************************************************************/
.profileBox{
max-width:100%;
width:100%;
margin:0 auto;
padding:0 4%;
}

.profileimg{
margin:60px auto 30px auto;
text-align:center;
}

.profileimg img{
width:100%;
}



.profileBox p{
font-size:16px;
font-weight:normal;
line-height:1.8em;
margin:0 0 30px 0;
color:#555;
}


.profileBox h2{
font-size:26px;
letter-spacing:2.0px;
margin:50px 0 30px 0;
font-weight:normal;
line-height:1.8em;
text-align:left;
}


/**************************************************************************************************

絵画教室ページ

**************************************************************************************************/
.lessonBox{
max-width:100%;
width:100%;
margin:0 auto;
}


.lessonBox{
width:100%;
background:#fff;
border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px;
}

.lessonBox .inner{
padding:30px 0 0 0;
}


.lessonBox ul li{
border-bottom:dotted 1px #ccc;
padding:0 0 50px 0;
margin:0 0 50px 0;
}


.lessonBox ul li:last-child{ 
border-bottom:dotted 0px #ccc;
padding:0 0 20px 0;
margin:0 0 0 0;
}

.lessonBox dl{
margin:0 0 0 0;
}

.lessonBox dl dt{
width:100%;
display:block;
margin:0 0 0 0;
vertical-align:top;
}

.lessonBox dl dt img{
width:100%;
}

.lessonBox dl dd{
width:100%;
display:block;
margin:0 0 0 0;
vertical-align:top;
}


.lessonBox h2{
font-size:24px;
color:#000;
font-weight:normal;
line-height:1.4em;
margin:20px 0 10px 0;
text-align:left;
}

.lessonBox dl dd p{
font-size:16px;
font-weight:normal;
line-height:2.0em;
margin:0 0 30px 0;
color:#555;
}


.lessonBox .btn a{
width:200px;
	font-size:14px;
	text-align:center;
	color:#fff;
	text-decoration: none;
margin:20px auto 0 auto;
	display: block;
	padding:10px 0;
	position:relative;
background:#555;
border-radius:5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
}

.lessonBox .btn .visited a, {
background:#fff;
}


.lessonBox .btn a:hover {
	opacity:0.6;
}

.lessonBox .btn a:active {
	opacity:0.6;
}

.lessonBox .btn a:after{
font-family: "Font Awesome 5 Free";
content:'\f105';
position:absolute;
font-weight: 900;
font-size: 80%;
top:50%;
right:15px;
color:#fff;
-webkit-transform: translateY(-50%);
-ms-transform:translateY(-50%);
          transform: translateY(-50%);
}


.lessonBox .thumb{
overflow:hidden; 
  width:100%; /* boxサイズ */
height:100%;
}

.lessonBox .thumb img{
width:100%;
height: 100%;
  object-fit: cover;/* 画像をクリッピングマスクする*/
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}

.lessonBox .thumb img:hover{
  transform: scale(1.1); /* 拡大 */
  transition-duration: 0.25s; /* 動く時間(なめらかになる) */
}



/**************************************************************************************************

クラスページ

**************************************************************************************************/
.classBox{
max-width:100%;
width:100%;
margin:0 auto 0 auto;
padding:30px 0 0 0;
}

.classimg{
margin:0 auto 30px auto;
text-align:center;
}

.classimg img{
width:100%;
}



.classBox p{
font-size:16px;
font-weight:normal;
line-height:1.8em;
margin:0 0 30px 0;
color:#555;
}


.classBox h1{
font-size:28px;
letter-spacing:2.0px;
margin:0 0 10px 0;
font-weight:normal;
line-height:1.8em;
text-align:left;
}


.classBox h2{
font-size:24px;
letter-spacing:2.0px;
margin:10px 0 10px 0;
font-weight:normal;
line-height:1.8em;
text-align:center;
}

.classAttenBox{
background:#f5f5f5;
padding:30px 30px 10px 30px;
margin:0 0 30px 0;
border-radius:5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;

}

.classAttenBox p{
font-size:16px;
font-weight:normal;
line-height:1.8em;
margin:0 0 30px 0;
color:#555;
}



.classAttenBox .uldisc{
  padding: 0;
  margin: 0 0 0px 10px; //左のマージンはここで指定
  list-style-type: decimal;
}

.classAttenBox .uldisc li{
  list-style-type: disc;
font-size:16px;
font-weight:normal;
color:#555;
line-height:1.8em;
  margin:0 0 20px 0;
}



.classBox table {
	width:100%;
	border-collapse:collapse;
	background:#fff;
margin:0 auto;
text-align:center;
}

.classBox th {
	font-size:18px;
	line-height:1.6em;
width:35%;
	vertical-align:middle;
	padding:15px 20px 15px 0;
	font-weight:bold;
	text-align:right;
	border-bottom:solid 1px #e6e6e6;
	color:#555;
}
.classBox td {
	font-size:18px;
	line-height:1.6em;
width:65%;
	padding:15px 0 15px 20px;
	vertical-align:middle;
	text-align:left;
	border-bottom:solid 1px #e6e6e6;
	color:#555;
}

.classBox h3{
margin:0 0 0 0;
	font-size:20px;
background:#f5f5f5;
padding:10px 0;
text-align:center;
}

.classBox h3.s{
margin:50px 0 0 0;
	font-size:20px;
background:#f5f5f5;
padding:10px 0;
text-align:center;
}





/*************************************************************************************************

NONE

**************************************************************************************************/
.pcnone{
display:block;
}

.spnone{
display:none;
}

.br-sp { display:none; }

.br-pc { display:block; }



a[href^="tel:"] {
    pointer-events:auto;
}



/**************************************************************************************************

ERROR

**************************************************************************************************/
.errBox{
margin:0 0 20px 0;
padding:0 10px;
}


.errMsgTitle{
text-align:center;
font-size:14px;
font-weight:bold;
color:#ff0000;
}

.errBox p{

text-align:center;
}







/*************************************************************************************************

CLEAR

**************************************************************************************************/

.clear {
clear:both;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}




/**************************************************************************************************

PAGEUP

**************************************************************************************************/

.pagetop {
	display: none;
	position: fixed;
	bottom: 90px;
	right:45px;
}


.pagetop a {
position:absolute;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #333;
border:solid 1px #fff;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
border-radius: 50%;         /* CSS3 */
	-moz-border-radius:50%;    /* Firefox */
	-webkit-border-radius: 50%;
	line-height: 50px;
}


.pagetop .visited a, {
	background-color: #333;
border:solid 1px #fff;
	color: #fff;
}


.pagetop a:hover {
	background-color: #fff;
border:solid 1px #ccc;
	color: #333;
}

.pagetop a:active {
	background-color: #fff;
border:solid 1px #ccc;
	color: #333;
}

.pagetop a:before{
font-family: "Font Awesome 5 Free";
content:'\f106';
 font-size: 0.6em;
position:absolute;
font-weight: 900;
font-size:100%;
top:50%;
left:50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform:translateY(-50%, -50%);
          transform: translateY(-50%, -50%);

}




/**************************************************************************************************

FOOTER

**************************************************************************************************/
footer{
	width:100%;
	margin: 0 auto;
	height:auto;
	text-align:center;
padding:30px 0 0 0;
}



footer .f_inner {
width:100%;
    max-width:100%;
margin:0 auto 30px auto;
}


footer .f_logo{
text-align:center;
}

footer .f_logo img{
width:100px;
}

footer .f_inner ul {
margin:15px 0 0 0;
width:100%;
text-align:center;
}

footer .f_inner ul li{
display:inline-block;
}

footer .f_inner ul li:nth-child(even){ 
margin:0 15px;
}

footer .f_inner ul li img{
width:24px;
}




footer .f_inner ul li a{
	opacity:1.0;
	text-decoration: none;
}



footer .f_inner ul li .visited a, {
	opacity:1.0;
}


footer .f_inner ul li a:hover {

	opacity:.7;
}

footer .f_inner li a:active {

	opacity:.7;
}



#footerMenu p{
margin:0 0 10px 0;
padding:0 5%;
text-align:center;
font-size:13px;
}


#footerMenu p a{
	color:#333;
	text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}



#footerMenu p .visited a, {
	color:#333;
}


#footerMenu p a:hover {
	color:#333;
	opacity:.8;
}

#footerMenu p a:active {
	color:#333;
	opacity:.8;
}




.copyright {
width:100%;
}

.copyright p{
text-align:center;

color:#333;
background:#eeeef1;
padding:15px 0;
font-size:11px;
}





		
}

