@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 480px) {

html {
	background: #fff url(../images/common/bg_middle_sp.jpg) center repeat;
	-moz-background-size:contain;
	background-size:contain;
}

body {
	background:url(../images/common/bg_header_sp.png) center top repeat-x;
	-moz-background-size:contain;
	background-size:contain;
}


/**SP用のスタイル記述
 *【SP】Common
 * ----------------------------------------------------------------------------
 */
.spNone{
    display: none;
}

img{
    max-width:100%;
	height:auto;
}

.sp_ac{
    text-align:center;
}

.sp_nospace {
  padding-bottom:10px;
  margin:0 0 20px 0 !important;
}

.sp_w100 {
  width:100% !important;
}

.spmt20{
  margin:20px 0 0 0;
}

.spmb20{
  margin:0 0 20px 0;
}

.sp_clear {
  clear:both !important;
  margin:10px auto !important;
}

.sp_tleft {
  text-align:left;
}



.sp_imgcenter{
 float:none;
 display: block !important;
 margin-left: auto !important;
 margin-right: auto !important;
}

/*ページ下お問い合わせ*/

.info_clm .infotitle{  
    float:none;
	background:#c46200;
	text-align:center;
}


.contents_frame{
	 margin:20px auto 0 auto;
	 padding:0 0 10px 0;
	 overflow:hidden;
 }
 
.itembox03 {
	width: 100%;
}


.rn_contents_title{
	text-align: center;
	height: auto;
	margin:0 auto 20px auto;
}

.rn_contents_title02{
	text-align: center;
	width: 100%;
	height: auto;
	padding-top: 15px;
	margin-bottom:30px;
	margin-right:auto;
	margin-left: auto; 
}


.rn_t_bottn img{/*共通ボタン*/
	margin: 15px auto;
}

.rn_t_bottn .mright{/*ボタン横並びクリア*/
	margin-right: 0;
}


.rn_t_detail{/*共通説明文*/
	text-align:left;
	margin:20px auto;
}

.contents_frame p.intro_text{/*共通説明文2*/
	 margin:20px auto 0 auto;
	 text-align:left;
 }
 
.contents_title{/*共通メインタイトル*/
	border-bottom: 2px #8f4879 solid;
	margin-bottom:40px;
	text-align:center;
}

.contents_title img{/*共通メインタイトル*/
	width:80%;
}
 
 
 .contents_top{/*共通海の帯*/
    background: url(../images/common/contents_top.jpg) no-repeat top center;
	-moz-background-size:auto;
	background-size:auto;
	height:100px;
}


.common_text_left{
    padding:10px 0;
}
 
/**
 *【SP】 header
 * ----------------------------------------------------------------------------
 */
.title_logo img{
	width: 35%;
}

.site-description {
	text-align:center;
	margin:20px 0 0 0;
	font-weight:bold;
	color:#333;
	font-size: 1em;
} 


/**
 *【SP】 menu
 * ----------------------------------------------------------------------------
 */
 
/*SP Drowerメニューカスタマイズ*/
.drawer-nav{/*メニュー幅*/
	width: 14.25rem !important;
}


.drawer--left.drawer-open .drawer-hamburger {/*クローズボタン位置*/
    left: 10.25rem !important;
}

.drawer-brand {/*メニュータイトル*/
    font-size: 1.2rem !important;
    line-height: 2.75rem !important;
}

ul.drawer-menu li{/*メニューリスト*/
	text-align:left;
	padding:10px 0; 
	margin:0 10px;
	border-top:#CCCCCC dotted 1px;
}

ul.drawer-menu li:last-child{
	border-bottom:#CCCCCC dotted 1px !important;
}


ul.drawer-menu li a{
	text-decoration:none;
}

ul.drawer-menu li a:hover{
	color:#999999;
}

/*ここまで*/


.page_subnavigation{
	margin: 10px auto;
	overflow:auto;
}

ul.pagesub_nav,
div.pagesub_nav > ul{
	margin: 15px auto 0 0;
	padding: 0;
}

.pagesub_nav li{
	padding:3px 5px;
	border-bottom:#CC6699 1px dotted;
}

.pagesub_nav li a{
	text-decoration:none;
}

.pagesub_nav li a:hover{
	color:#999999;
}



/**
 *【SP】 top
 * ----------------------------------------------------------------------------
 */

h2.maintitle_bg{
	background:url(../images/top/top_maintitle_bg.png) no-repeat;
	-moz-background-size:contain;
	background-size:contain;
	margin:30px auto;
}

h2.maintitle_bg img{
	width:90%;
}


.news_border_clm{
	padding:10px;
}


.rn_t_aboutrn{/*るんなむについて*/
	width: 100%;
	overflow:hidden;
	margin-bottom:30px;
	text-align:left;
}

.rn_t_aboutrn h3{
	margin: 30px 0 15px 0;
}

.rn_t_aboutrn h3 img{
	width: 80%;
}

.rn_t_bottn_top{/*ボタン*/
	margin: 30px auto;
	text-align:center;
}

.rn_top_subtitle{
	margin: 20px auto 15px auto;
	width: 70%;
}

.rn_t_session ul{
	margin-right:auto;
	margin-left:auto;
}
.rn_t_session li{
	display:inline-block;
	margin-bottom: 15px;
}
.rn_t_session li img{
	width: 100%;
}

/**
 *【PC】 about
 * ----------------------------------------------------------------------------
 */


div.ab_concept{
	width:100%;
	padding:20px 0;
	margin:0 auto;
	overflow:hidden;
}

div.ab_concept ul{
	width:90%;
	margin: 0 auto;
}

div.ab_concept ul li{
	vertical-align: top;
	text-align: left;
	list-style:none;
	padding: 15px;
	margin:0 0 10px;
	background-color:#FFF;
	font-size:0.8em;
}

.ab_three_concept_bg{
	background: url(../images/about/about_features.jpg) top center;
    width: 100%;
}

div.ab_concept h4{
	border-bottom: #000 solid 1px;
	margin-bottom: 10px;
}

div.profile_box{
	width:90%;
	text-align:left;
	margin:0 auto 40px auto;
	font-size:0.8em;
}

div.profile_box .profile_text{
	text-align:left;
}

div.profile_box img.profile_img{
	margin:10px auto 0 auto;
	text-align:center;
}

div.profile_box h4{
	margin-bottom: 15px;
}



/**
 *【SP】 menu
 * ----------------------------------------------------------------------------
 */

.session_main_box{
	margin:0;
	text-align:left;
	overflow: hidden;
}
.session_sub_box{
	width:100%;
	margin-top:30px;
}

.session_main_box h4{
	padding:0 0 20px 0;
}
.session_main_box h5{
	font-size:1.2em;
	font-weight:bold;
	border-bottom: #000 solid 1px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

.session_main_box p{
	padding: 0 0 20px 0;
}

.menu_box{
	border: 1px solid #000;
	background-color:#FFF;
	margin: 15px 0 0 0;
}

div.menu_box_sub_box{
	padding:20px 10px;
	margin: 0;
}

.menu_box_sub_box h5{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px #000000 solid;
}


.extramenu_box_bg{
	width: 100%;
	text-align:left;
	background-color: #d4e0f0;
}

div.extramenu_box{
	width: 95%;
	padding:15px 5px;
	margin:0 auto;
}
div.extramenu_box ul{
	display: inline-block;
	margin: 15px auto;
}

div.extramenu_box ul li{
	vertical-align: top;
	text-align: left;
	list-style:none;
	margin:0 auto 20px auto;
	padding: 15px;
	background-color:#FFF;
	font-size:0.8em;

}

.extramenu_box ul li h5{
	padding-bottom: 10px;
	margin-bottom: 20px;
}




/**
 *【SP】 session
 * ----------------------------------------------------------------------------
 */
 


/**
 *【SP】 school
 * ----------------------------------------------------------------------------
 */ 
.box_school{
	padding-top: 10px;
	margin-top: 10px;
	overflow:hidden;
}

.school-lesson{
	font-size: 1.2em;
	padding-bottom:10px;
	border-bottom: #000 1px solid;
	margin-bottom: 10px;
}

.school-lesson02{
	border: 1px solid;
	margin: 15px 0 0 0;
	padding:15px;
}

.school_text{
	width:100%;
	}
	
.itembox03 {
	width: 100%;
	vertical-align:top;
	overflow:hidden;
	margin:0 0 30px 0;
}

.sc_dashed{
	padding-bottom: 10px;
	margin: 10px 0;
}

.box_school{
	padding-top: 20px;
	margin-top: 20px;
}

dl.couse_list dt {
	font-weight:bold;
	text-align:left;
}
dl.couse_list dd {
	padding: 3px 0 20px 0 ;
}



/**
 *【SP】 gallery
 * ----------------------------------------------------------------------------
 */

.ga_text{
	text-align: left;
	margin-top: 30px;
	margin-bottom: 0px; 
}

.ga_photo{
	width:100%;
	margin-top:30px;
	margin-bottom: 30px;
	overflow:hidden;
}


.ga_photo li{
	float:left;
	width:30%;
	margin: 10px 10px 0 0;
}

.ga_photo li:last-child {
  margin-right: 0;
}


.ga_photo li + .ga_photo li + .ga_photo li {/*IE7、IE8対策*/
  margin-right: 0;
}

/*.ga_photo li img{
	width:90%;
}*/


div.message_box{
	margin: 40px 0;
	padding:20px 15px;
}
.message_box div{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
 
 
/**
 *【SP】 VOICE
 * ----------------------------------------------------------------------------
 */ 

.sp_voicetitle{
	padding:0 0 10px 0;
}

.vo_box{
	margin-bottom: 30px;
	text-align:left;
}
.vo_box h4{
	font-size:110%;
	padding: 5px;
	margin-bottom: 10px;
	background:#e3dbeb;
}

.vo_box p{
	font-size:0.9em;
}

.vo_caution{
	text-align:left;
	padding-top: 20px;
	font-weight: bold;
}

.vo_name{
	display:block;
}


/**
 *【PC】 contacts
 * ----------------------------------------------------------------------------
 */
.contact_box{
	border: #999 1px solid;
	width:100%;
}

/**
 *【SP】 footer
 * ----------------------------------------------------------------------------
 */
 
.footer {
    background:#dbcddc;
	overflow:hidden;
  }
  
.footer p{
	line-height:1.5em;
}
	
.footer #fnavi a:hover {
	text-decoration:none;
}

.footer #fnavi ul {
	padding: 30px 0 30px 0;
}

.footer #fnavi {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	height: auto;
}

.footer #fnavi {
	overflow: hidden;
	padding: 0px;
}
.footer #fnavi li {
	float: none;
	padding: 0px!important;
	border-style: none;
	width: 100%;
	text-align:center;
}
.footer #fnavi li+li {
	border-top: 1px solid #CC6699;
}
.footer #fnavi li a {
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #333;
}

/*---------------------------------
SP add css layout end
--------------------------------*/
}
