@charset "utf-8";


/* ==========================================
 
スマホサイトのレイアウト

========================================== */



/* ----- スライドメニュー関連 ----- */


.layer{
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
}


#sp_nav_contents {
	position: fixed;
	background: #ffffff;
	width: 300px;
	padding: 30px 20px 30px 20px;
	height: 100%;
    top: 0px;
    left: -340px;
    font-size: 2.4rem;
    overflow-y: auto;
    z-index: 10;
}



#sp_nav {
	position: fixed;
	top: 65px;
	right: 10px;
	z-index: 10;
}

	#sp_nav #sp_nav_menu {
		margin: 0 0 30px 0;
	}
	
	#sp_nav #sp_nav_tel {
		margin: 0 0 0 0;
	}


/* ----- サイトヘッダ ----- */


#site_header_wrapper {
	width: 100%;
	min-width: 640px;
	margin: 0 auto;
}


#site_header_wrapper #header_description {
        /* ヘッダ上部オビの背景色はcustom.cssで設定。 */ 
    }

        #site_header_wrapper #header_description h1 {
            /* ヘッダ上部オビの文字色はcustom.cssで設定。 */
            font-size: 1.4rem;
            padding: 7px 7px 7px 7px;
        }
        


#site_header_wrapper #site_title_bg {
	width: 640px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}

	#site_header_wrapper #site_title_bg #site_title {
		padding: 15px 10px 15px 10px;
	}

	#site_header_wrapper #site_title_bg #site_title .logo {
		margin: 0 auto 15px 0;
	}
	
	#site_header_wrapper #site_title_bg #site_title .add {
		margin: 15px auto;
	}
	
	#site_header_wrapper #site_title_bg #site_title .tel {
		margin: 15px auto;
	}



/* ----- メインビジュアル ----- */


#site_header_wrapper #main_visual_pc {
	display: none;
}

#site_header_wrapper #main_visual_sp {
	position: relative;
	height: 250px;
	width: 640px;
	margin: auto;
}

#site_header_wrapper #main_visual_sp .mv {
	position: absolute;
	top: 0;
	left: 0;
}



/* ----- グローバルナビ ----- */

#site_header_wrapper #global_nav {
	width: 640px;
	margin: 0 auto;
	background: #ffffff;
}

#site_header_wrapper #global_nav nav ul { 
    text-align: left;
    padding: 20px 0 20px 20px;
    border-bottom: solid 1px #5a8391;
    position: relative;
}


#site_header_wrapper #global_nav nav ul li {
    font-size: 2.6rem;
    display: block;
    float: left;
    width: 300px;
    margin: 20px 0 20px 0;
    text-align: center;
}

	#site_header_wrapper #global_nav nav ul a:link { color: #5a8391; text-decoration: none; }
    #site_header_wrapper #global_nav nav ul a:visited { color: #5a8391; text-decoration: none; }
    #site_header_wrapper #global_nav nav ul a:hover { color: #5a8391; text-decoration: none; }


#site_header_wrapper #global_nav nav ul:after { content: "."; display: block; clear: both; height: 0px; visibility: hidden; font-size: 0; }



/* ----- メインカラム ----- */

#main_wrapper {
	width: 640px;
	margin: 0 auto;
	background: #ffffff;
}

/* ----- サイドバー ----- */


#main_wrapper #sidebar_wrapper {
	display: none; /* PC用サイドバーを非表示 */  
}

#sp_nav_contents {
	padding: 0 0 70px 0;
}


#sp_nav_contents h3 {
        text-align: center;
        color: #39bc75;
        font-size: 17px;
        font-weight: bold;
        width: 300px;
        height: 40px;
        line-height: 40px;
        background: url('/res/images/common/sidebar_title_bg.png') no-repeat;
        margin: 0 0 5px 0;
}
    
    #sp_nav_contents ul {
        list-style: none;
        margin: 0 0 30px 0;
    }
    
    #sp_nav_contents ul li a {
        text-align: left;
        display: block;
        font-size: 14px;
        font-weight: bold;
        width: 270px;
        height: 36px;
        line-height: 36px;
        background: url('/res/images/common/sidebar_menu_bg.png') no-repeat;
        margin: 0 0 2px 0;
        padding: 0 0 0 30px;
    }
    
       	#sp_nav_contents ul li a:link { color: #555555; text-decoration: none; }
	   	#sp_nav_contents ul li a:visited { color: #555555; text-decoration: none; }
        #sp_nav_contents ul li a:hover { color: #39bc75; text-decoration: none; }


/* ----- サイトフッタ ----- */


#return_nav {
    clear: both;
    padding: 30px 0 0 0;
    text-align: right;
}

.back_to_top {
    margin: 0 15px 0 0;
    line-height: 35px;
}


#site_footer_wrapper {
    /* フッターの背景色はカスタムCSSで設定 */
    padding: 0;
}
    
    #site_footer_wrapper #site_footer {
        width: 640px;
        margin: 0 auto;
        padding: 15px 0 15px 0;
        line-height: 1;
        /* フッターの文字・背景色はカスタムCSSで設定 */
    }
