@charset "UTF-8";


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

IE11のときはメイリオ

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

@media all and (-ms-high-contrast:none) {

body{
 font-family: "メイリオ", Meiryo, sans-serif !important;
}
}



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

HEADER

**************************************************************************************************/
header{
  z-index: 100;
    width: 100%;
margin: 0 auto;
padding:0 0 0 0;
background:#fff;
height:96px;
/*** ↓固定設定↓ ***/
position: fixed;
top: 0;
  -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}

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


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

LINE

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


.line{
z-index:15;
position:absolute;
display:block;
top:28px;
margin:0 0 0 0;
  -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}

.is_scroll .line {
top:44px;
  -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */

}


.line img{
z-index:15;
 height:55px;
 max-width: none;
 -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}

.is_scroll .line img {
  height:38px;
  -webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}


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

ロゴ

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


.logo{
z-index:15;
position:absolute;
display:block;
top:25px;
margin:0 0 0 80px;
  -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}

.is_scroll .logo {
top:38px;
  -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */

}


.logo img{
z-index:15;
 height:55px;
 max-width: none;
 -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}

.is_scroll .logo img {
  height:45px;
  -webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}


.logo a{
	opacity:1.0;
  -webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */

}



.logo .visited a, {
	opacity:1.0;
}


.logo a:hover {

	opacity:.6;
}

.logo a:active {

	opacity:.6;
}



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

PC ヘッダーメニュー

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

#headerMenuBox{
display:block;
z-index:10;

text-align:right;
width:100%;
}

#headerMenuBox ul {
margin:0 0 0 0;
}

#headerMenuBox ul li{
display:inline-block;
}

#headerMenuBox ul li img{
width:20px;
height:20px;
}


#headerMenuBox ul li:last-child{
margin:0 80px 0 0;
}


#headerMenuBox ul li a:link {
	color:#333;
	text-decoration: none;

}
#headerMenuBox ul li a:visited {
	color:#333;
}
#headerMenuBox ul li a:hover {
	opacity:.6;
}
#headerMenuBox ul li a:active {
	opacity:.6;
}



/**************************************************************************************************
ここからマウスオーバーナビ処理 
**************************************************************************************************/
#mddNav {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    z-index: 10;
}
 
#mddNav > ul {
margin:23px 0 0 0;
}
 

 
#mddNav > ul > li > a {
display:inline-block;
font-size:16px;
height:40px;
padding:32px 0 0 0;
line-height:1.2em;
font-weight:700;
margin:0 30px 0 0;
  -webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */

}
 

#mddNav > ul > li:last-child > a {
margin:0;
}
 



 

 
/* ------------------------------
   Clearfix Elements
------------------------------ */
#mddNav > ul:after {
    content: " ";
    display: block;
    clear: both;
}



.disnone{
display:none!important
}

.pcClass{
display:block
}





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

WRAPPER

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

#wrapper {
	width:100%;
}








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

CONTENTS

**************************************************************************************************/
.contents{
	margin:146px auto 0 auto;

padding:0 80px;

}


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

TEXT

**************************************************************************************************/
p{
font-size:18px;
line-height:2.0em;
color:#333;
}

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




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

H1

**************************************************************************************************/
h1.com{

font-size:36px;
border-bottom:solid 1px #ccc;
letter-spacing:2.0px;
margin:50px 0 30px 0;
font-weight:normal;
line-height:1.8em;
text-align:left;
}




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

DESCRIPTION

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


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

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

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

共通画像角丸

**************************************************************************************************/
img.cirb {
    border-radius: 6px;
}


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

TOPキービジュアル

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


.wrap {
  overflow: hidden;
  position: relative;
}
.wrap::before {
  animation: displayImg 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
animation-delay:0.5s;

  background: #fff;
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 11;
}
@keyframes displayImg {
  100% {
    transform: translateX(100%);
  }
}


.keyVisualpc{
display:block;

max-width:1400px;
padding:0 80px;
margin:146px auto 0 auto;
z-index:20;

}


.keyVisualpc img {
width:100%;
}


.keyVisualsp{
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:5px 4px;
width:280px;
}


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

.galleryBox{

width:100%;
margin:0 auto;
}


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


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

ページ内アンカーリンク

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

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


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

#comPageLinkBox ul li{
font-size:18px;
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 30px;
}

#comPageLinkBox ul li:last-child{
font-size:18px;
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:80px 0 0 0;
	margin:80px auto 0 auto;
}


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

#lessonMenuBox ul li{
font-size:18px;
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 30px;
}

#lessonMenuBox ul li:last-child{
font-size:18px;
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:50px 0 60px 0;
}

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

.InformationBox{
max-width:1080px;
margin:0 auto 0 auto;
padding:0 80px;

}

.InformationBox h2{
font-size:34px;
margin:0 0 30px 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:inline-block;
width:8%;
margin:0 2% 0 0;
padding:0 0 0 1%;
	font-size:17px;
font-weight:normal;
line-height:2.0em;
	vertical-align:top;
text-align:left;
	color:#555;

}

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

}

.InformationBox dl dd span.news{
color:#fff;
width:70px;
display:inline-block;
background:#e14d6b;
border:solid 1px #e14d6b;
font-size:13px;
padding:1px 5px 2px 5px;
margin:0 15px 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:70px;
display:inline-block;
background:#3c5ec2;
border:solid 1px #3c5ec2;
font-size:13px;
padding:1px 5px 2px 5px;
margin:0 15px 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:70px;
display:inline-block;
background:#228e29;
border:solid 1px #228e29;
font-size:13px;
padding:1px 5px 2px 5px;
margin:0 15px 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{
	opacity:0.6;
    text-decoration:none;
}



.InformationBox dl dd a.active{
	opacity:0.6;
    text-decoration:none;
}


.InformationBox .btn a{
width:250px;
	font-size:14px;
	text-align:center;
	color:#fff;
	text-decoration: none;
margin:40px auto 0 auto;
	display: block;
	padding:15px 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%);
}

.InformationBox span.new{
	color:#fa0000;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	padding:2px 4px;
	margin:0 5px 0 0;
}

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

お知らせ詳細ページ

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


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

.postBox p{
color:#555;
font-weight:normal;
}

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

.postBox .date{
	font-size:15px;
font-weight:normal;
line-height:2.0em;
margin:50px 0 10px 0;
	vertical-align:top;
text-align:right;
	color:#555;
}

.postBox img{
width:100%;
}




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

絵画教室TOP

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

.introducingBox{
max-width:1400px;
margin:0 auto;
padding:0 80px;
}

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


.introducingBox ul li{


  width: 25%; /* boxサイズ */
display:inline-block;
margin:0 auto;
padding:0;
vertical-align:top;
}



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

.introducingArea h3{
font-size:18px;
margin:10px 0 0 0;
font-weight:700;
line-height:1.6em;
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%);
}



.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:60px 0 30px 0;
}

.lessonBan2{
text-align:center;
margin:80px 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: flex;/* 子要素を並列にする */
align-items: center; /* 並列の子要素の高さ方向の中央揃え */

}

.topLinkArea ul li{
width:50%;
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%;
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:36px;
color:#fff;
margin:0 0 15px 0;
font-weight:normal;
font-weight:900;
line-height:1.8em;
text-align:left;
text-align:center;
}


.topLinkArea ul li .captionBox p{
font-size:15px;
line-height:1.6em;
color:#fff;
text-align:center;
}



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




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

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

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


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




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

お問い合わせ

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


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

個人情報保護方針ページ

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


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

.pribacyBox p{
font-weight:normal;
}



.pribacyBox .descri {
margin:40px 0 80px 0;
}

.pribacyBox .descri p{
font-size:18px;
font-weight:normal;
line-height:2.0em;
margin:0 0 30px 0;
color:#555;
}





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

プロフィールページ

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

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

.profileimg img{
width:600px;
}



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


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


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

絵画教室ページ

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


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

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


.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 0 0;
margin:0 0 0 0;
}

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

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

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

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

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


.lessonBox .btn a{
width:250px;
	font-size:14px;
	text-align:center;
	color:#fff;
	text-decoration: none;
margin:40px0 0 0;
	display: block;
	padding:15px 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:700px;
width:100%;
margin:0 auto;
}

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

.classimg img{
width:700px;
}



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

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


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

.classAttenBox{
background:#f5f5f5;
padding:40px 40px 10px 40px;
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 20px; //左のマージンはここで指定
  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:none;
}

.spnone{
display:block;
}

.br-sp { display:block; }

.br-pc { display:none; }


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


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

ERROR

**************************************************************************************************/
.errBox{
margin:0 0 50px 0;
}


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

.errBox p{

text-align:center;
}








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

PAGEUP

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

.pagetop {
	display: none;
	position: fixed;
	bottom: 130px;
	right: 80px;
}

.pagetop a {
position:absolute;
	display: block;
	width: 50px;
	height: 50px;
	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;
	background:#fff;
	text-align:center;
padding:50px 0 0 0;
}



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


footer .f_logo{
text-align:center;
  -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}


footer .f_logo img{
width:120px;
}

footer .f_inner ul {
margin:15px auto;
width:100%;
}

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

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

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


footer .f_inner ul li a{
	opacity:1.0;
	text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
ransition: all 0.25s ease-in-out; /* 滑らかな変化を設定 */
}



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


footer .f_inner ul li a:hover {
	opacity:.6;
}

footer .f_inner li a:active {
	opacity:.6;
}



#footerMenu p{
margin:0 0 20px 0;
text-align:center;
font-size:15px;
}


#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:25px 0;
font-size:11px;
}


