@charset "utf-8";
@media screen and (max-width:480px){
.gallery02{
     width: 90%;
     margin: 0px auto;
     padding: 50px 0px 0px;
     font-size: 1.2em;
     line-height: 1.6em;
     font-weight: normal;
     text-align: center;
}
}
/*=======================================
●smart.css  画面の横幅が640pxまで
=======================================*/
@media screen and (max-width:640px){

#container{
width:100%;
}

/* 共通 */
.PC_TB{ display: none; }
.SP   { display: block; }

.wrap{
	display: -webkit-box; display: -moz-box;
	display: -ms-flexbox; display: -webkit-flex; flex-wrap: wrap; }

.index_box{
	width: 90%;
	margin: 50px auto 50px auto;
}
.index_box01{
	width: 100%;
	text-align: center;
}
.index_box02{
	width: 100%;
	text-align: center;
	margin-top: 25px;
}
.index_box02 div{ margin-left: 0px; }


/* ▼▼▼▼▼▼ */
/* contents01 */
/* ▲▲▲▲▲▲ */
.contents01{
     width: 96%;
     margin: 0px auto;
     text-align: center;
     padding-top: 50px;
}
.contents01 h1{
     font-size: 1.4em;
     text-align: center;
     font-weight: normal;
}
.contents01 p{
     font-size: 1em;
}


/* ▼▼▼▼▼▼ */
/* Profile */
/* ▲▲▲▲▲▲ */
/* ★profile01★ */
.profile01{
     width: 96%;
     margin: 0px auto;
     padding: 50px 0px;
     font-size: 1.2em;
     line-height: 1.6em;
}
.profile01 dt{
     padding-bottom: 10px;
}
.profile01 dd{
     margin: 0px;
}
.profile01a{
     width: 100%;
}
.profile01b{
     width: 100%;
     text-align: center;
}
.profile01c{
     clear: both;
     width: 100%;
}

/* ★profile02★ */
.profile02{
     width: 96%;
     margin: 0px auto;
     padding: 0 0 50px 0;
     font-size: 1.2em;
     line-height: 1.8em;
}
.profile02 h2{
     font-size: 1.2em;
     font-weight: normal;
     padding-top: 50px;
}
.profile02 dl{
     padding-bottom: 2px;
}
.profile02 dt{
     clear: left;
     float: left;
     width: 3.2em;
}
.profile02 dd {
     margin: 0 0 0 3.2em;
}
.profile_box{
	display: -webkit-box; display: -moz-box;
	display: -ms-flexbox; display: -webkit-flex; flex-wrap: wrap;
}
.profile_box .pro_a01{
	width: 20%;
}
.profile_box .pro_a01 img{
	width: 75%;
	padding-top: 5px;
}
.profile_box .pro_a02{
     width: 80%;
}
.profile_box .txt{
	padding-top: 0px;
}


/* ▼▼▼▼▼▼ */
/* gallery */
/* ▲▲▲▲▲▲ */
/* ★gallery01★ */
.gallery01{
     width: 96%;
     margin: 0px auto;
     padding: 50px 0 0 0;
     font-size: 1.2em;
     line-height: 1.6em;
     font-weight: normal;
     text-align: justify;
}

.gallery01 h1{
	font-size: 1.3em;
	font-weight: normal;
}

.gallery01 dt{
     padding-bottom: 10px;
}
.gallery01 dd{
     margin: 0px;
}
.gallery01a{
     width: 100%;
}
.gallery01b{
     width: 100%;
     padding-bottom: 50px;
}

/* ★gallery02★ */
.gallery02{
     width: 90%;
     margin: 0px auto;
     padding: 50px 0px 0px;
     font-size: 1.2em;
     line-height: 1.6em;
     font-weight: normal;
     text-align: center;
}

/* ★gallery_box★ */
.gallery_box{
	width: 100%; 
}
.gallery_box div{
	width: 25%;
	text-align: center;
}
.gallery_box img{
	width: 90%;
	padding: 10px 0;
}


/* ▼▼▼▼▼▼ */
/* school */
/* ▲▲▲▲▲▲ */
/* ★school01★ */
.school01{
     width: 96%;
     margin: 0px auto;
     padding: 50px 0 0 0;
     font-size: 1.2em;
     line-height: 1.6em;
}
.school01 h1{
     font-size: 1.5em;
     font-weight: normal;
}
.school01 h2{
     font-size: 1.4em;
     font-weight: normal;
     padding-top: 20px;
}
.school01 dt{
     padding-bottom: 10px;
}
.school01 dd{
     margin: 0 0 0 30px;
}
.school01a{
     float: left;
     width: 500px;
}
.school01b{
     float: right;
     width: 250px;
     text-align: center;
}
.school01c{
     clear: both;
     width: 100%;
}


/* ▼▼▼▼▼▼ */
/* second */
/* ▲▲▲▲▲▲ */
/* ★second01★ */
.second01{
     width: 98%;
     margin: 0px auto;
     padding: 50px 0;
     font-size: 1em;
     line-height: 1.6em;
}
.second01 h1{
     font-size: 1.4em;
     font-weight: normal;
}
.second01 h2{
     font-size: 1.6em;
     font-weight: normal;
}
.second01a{
     width: 90%;
     margin: 0px auto;
}
.second01a dd{
     padding-bottom: 18px;
}

/* ～640pxまで(smart)～ */
}