@charset "UTF-8";

/*--------------------------------
ここからPCのCSS
----------------------------------*/
@media screen and (min-width:480px){
.sumaho{
	display: none;
}
body{
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
}

/* ========TOP CUSTOMIZE========= */
body {
    background-color: #FFFFFF;
}


/* ========TOP ORIGINA CUSTOMIZE========= */


#top #info_box{
	width: 1100px;
	height: 380px;
}

.mag_box {
    float: left;
}

.info_r_box {
	float: right;
}

.iti_box {
    float: right;
}

.right_blog_box {
    float: right;
}

.left_blog_box {
    float: left;
}

.c_gl_l_box {
    float: left;
}
.c_gl_box {
    float: left;
}

.c_gl_r_box {
    float: left;
}

.c_access_box {
    float: right;
}

.c_pv_box {
    float: right;
}

.c_voice_box {
    float: left;
}

#main_1 {
    width: 1100px;
    margin: auto;
    margin-left: 0px;
    margin-top: 0px;
	margin-bottom: auto;
	margin-right: auto;
    background-color: #FFFFFF;
    position: relative;
    font-size: 11px;
}

#main_2 {
    width: 100%;
    min-width: 1300px;
}

.main_2_box {
	width: 1100px;
	min-height: 160px;
    margin: 0px 0px;
    background-image: url("../images/top/linkback.png");
}

#magagin_box{
	height: 380px;
}

#info_right_box{
	height: 380px;
}

#itiosi_box{
	height: 288px;
}

#top #blog_toda_box{
	height: 70px;
    background-image: url("../images/top/blog_toda_b.png");
}

#top #blog_mizutani_box{
	height: 70px;
}

#top #gl_box{
	width: 1100px;
    height: 105px;
    margin-top: 10px;
}

#top #gl_l_box{
	width: 250px;
    height: 105px;
  	background-image: url("../images/top/gl_back.png");
}

#top #gl_c_box{
	width: 250px;
    height: 105px;
  	background-image: url("../images/top/gl_back.png");
}

#top #gl_r_box{
	width: 250px;
    height: 105px;
  	background-image: url("../images/top/gl_back.png");
}

#gl_l_box #gl1_jpg_box{
	width: 140px;
    height: 105px;
    margin-left: 4px;
}

#gl_c_box #gl2_jpg_box{
	width: 140px;
    height: 105px;
    margin-left: 4px;
}

#gl_r_box #gl3_jpg_box{
	width: 140px;
    height: 105px;
    margin-left: 4px;
}
/*galleryページへのバナー*/
#bnr_gl img{
	width:780px;
	height:105px;
	float:left;
}
/*求人ページへのバナー*/
#bnr_recruit {
	width:520px;
	height:90px;
	margin-bottom:20px;
	float:none;
}

#top #access_box{
	width: 290px;
    height: 60px;
}

#top #pv_box{
	width: 290px;
    height: 60px;
}


#info_box .mag_box {
    width: 780px;
    margin: 0 0 0 0;
    text-align: left;
}

#info_box .info_r_box{
    width: 295px;
    margin: auto;
    text-align: left;
}


#info_right_box .iti_box {
	width: 295px;
	margin: -8px 0 0 20px ;
}

#info_right_box .left_blog_box {
    width: 140px;
   	margin-top: 10px;
 	margin-left: 5px;
}

#info_right_box .left_blog_box2 {
    width: 290px;
   	margin-top: 10px;
 	margin-left: 5px;
}

#info_right_box .right_blog_box {
    width: 140px;
  	margin-top: 10px;
  	margin-left: 5px;
}

#top .c_gl_box {
	width: 250px;
	margin-left: 15px;
}

#top .c_gl_l_box {
	width: 250px;
	margin: auto;
}

#top .c_gl_r_box {
	width: 250px;
	margin-left: 15px;
}

#top .c_access_box {
	width: 290px;
	margin-left: 5px;
	margin-top:-20px;
}

#top .c_pv_box {
	width: 290px;
	margin-left: 5px;
	margin-top:7px;
}

#top #m_box{
	width: 1100px;
    height: 600px;
/*    height: 800px;*/
    margin-top: 20px;
}

#top #news_box{
	width: 520px;
/*    height: 550px;*/
    height: 900px;
    margin: auto;
    text-align: left;
}

#news_box #s_news_box{
	width: 510px;
    height: 850px;
    margin-left: 10px;
    overflow: scroll;
}

#news_box #news_line_box{
	width: 450px;
    margin: auto;
}

#news_box .news_line_base{
	height: 160px;
}
#news_box .news_line_long{
	height: 330px;
}
#news_box .news_line_270{
	height: 270px;
}
#news_box #news_img_box{
	width: 230px;
    margin: auto;
}

#news_box .news_img_base{
	height: 156px;
    float: left
}
#news_box .news_img_long{
	height: 326px;
    float: left
}
#news_box .news_img_264{
	height: 264px;
    float: left
}
#news_box #news_msg_box{
	display: table;
	width: 200px;
    height: 156px;
    margin-left: 10px;
    text-align: left;
    position: relative;
}

#news_box .msg_right_box{
	text-align: left;
	float: left;
}

/* sample:http://scuderia-web.com/tips/xhtml_css/div_vertical_align.php */
/* text �c�ʒu���� */
#news_msg_box #news_msg {  
    display: table-cell;
    vertical-align: middle;
}  
    * html #news_msg {  
        position: absolute;
        top: 50%;
    }  
    *+html #news_msg {  
        position: absolute;
        top: 50%;
    }  
#news_msg p.inner {  
    margin: 0;  
}  
    * html #news_msg p.inner {  
        position: relative;
        top: -50%;
    }  
    *+html #news_msg p.inner {  
        position: relative;
        top: -50%;
    }  
#news_msg_box #news_msg a {  
   color:#4682B4;
   text-decoration:underline;
}  


#top #fb_box{
    width: 530px;
    height: 550px;
    margin: auto;
    text-align: left;
}

#voice_box{
    width: 100%;
    min-width: 1300px;
}
.c_voice{
	width: 1100px;
	min-height: 180px;
	margin: 20px 0px 0px 0px;
    background-image: url("../images/top/back_voice.jpg");
}

#top #voice_png_box{
	width: 850px;
    height: 170px;
    margin-left: 350px;
}

#top .c_voice_png_box {
	width: 800px;
    height: 160px;
	
}


#top #bunner_png_box{
    width: 850px;
    height: 140px;
    margin-left: 350px;
}

#top #bunner_png_1_box{
    width: 800px;
    height: 35px;
    margin-top: 30px;
}
#top #bunner_png_2_box{
    width: 800px;
    height: 35px;
    margin: auto;
}

#top #bunner_png_3_box{
    width: 800px;
    height: 35px;
    margin: auto;
}


#top .c_bunner_box {
	width: 140px;
	height: 30px;
	margin-left: 10px;
	float: left;
}

#top #voice_box_1{
	background-size:contain;
}

#top #voice_box_2{
	background-size:contain;
}

#top #voice_box_3{
	background-size:contain;
}

#top #voice_box_4{
	background-size:contain;
}


#top .c_voice_box {
	width: 170px;
	height: 160px;
	margin-top: 10px;
	margin-left: 30px;
}


#top #goto_box{
	width: 1100px;
    height: 0px;
}
#top .c_goto_box{
    width: 1100px;
    margin: 0 auto;
}

#top #top_goto{
	position: absolute;
    width: 150px;
    height: 243px;
    left: 0px;
    top: 1282px;
    z-index: 13;
}
#top #top_link{
	position: absolute;
    width: 154px;
    height: 323px;
    left: 0px;
/*    top: 1436px;*/
/*	top: 1722px;*/
	top: 2022px;
    z-index: 13;
}

#main {
	min-height: 2000px !important; 
}

} /* @media screen and (min-width:480px) */

/*--------------------------------
ここからスマホCSS
----------------------------------*/

@media screen and (max-width:480px) {
	/*and�̌�͔��p�X�y�[�X*/
body{
	position:relative;//
	overflow:hidden;
	font-size:14px;
}
*{
	margin:0;
	padding:0;	
}

.pc{
	display:none;
}

.left_blog_box {
	float: left;
}

/*magazine2へのリンク*/
#magagin_box img {
	width:100%;
	//display:none;
}

#magagin_box insta_sumaho {
	margin:0 auto;
}

/*itioshi&blog_banner*/
#info_right_box img {
	display:block;
	margin:0 auto 20px;
}
#main_left {
	min-height: 0px !important;
}

/*バナーmagazine2*/
img#magazine_vol1_box {
    display: block;
    width: 50%;
	float: left;
    overflow: hidden;
}
/*バナーmagazine2*/
#magazine_menu_box {
    display: block;
    width: 50%;
    float: right;
    overflow: hidden;
}

/*yohaku_fumei*/
.c_gl_l_box {

}
/*====pickup=====*/
/*frame*/
#gl_box {
	background:#eee;
	width:95%;
	margin:0 auto;
	padding:15px 0;
	overflow:hidden;	
}
#gl_box img {
	display:block;
	margin:0 auto;
}
#gl_l_box,
#gl_r_box{
	width:50%;
	float:left;
	overflow:hidden;
	box-sizing:border-box;
}
#gl_c_box{
	width:50%;
	float:right;
	overflow:hidden;
	box-sizing:border-box;	
}
#gl_box p {
	margin:0 auto;
	width:100%;
	font-size:70%;
}
/*galleryページへのバナー*/
#bnr_gl{
	display: block;
	clear: both;
    margin: 0px auto;
}
#bnr_gl img{
	width:95%;
	height:auto;	
}

/*求人ページへのバナー*/
#bnr_recruit{
	display: block;
	clear: both;
    margin: 0px auto 30px;
    //padding-top: 15px;
}
#bnr_recruit img {
	width:100%;
	height:auto;	
}

/*banner_accessmap*/
#access_box {
	clear:both;
	//margin:0 auto 15px;
	margin:0 auto 15px;
	padding-top:15px;
}
/*===========NEWS===========*/
/*NEWS outer*/
#m_box {
	width:95% !important;
	text-align: center;
	margin:0 auto;
	box-sizing:border-box;
	padding:5px;
}

#news_box {
	margin-top:20px;
}

/*inner*/
#s_news_box,
.news_line_base {
//background:#399;
	 width:95% !important;
	 margin:20px auto;
}
#s_news_box {
	margin-bottom:50px;
	border-bottom:3px solid #ff99cc;
	width: 510px;
/*    height: 500px;*/
}
#s_news_box hr {
	width:100% !important;
	margin-bottom:30px;
}	
#main_left {
	min-height: 0px !important;
}

/*YOUTUBE*/
#fb_box iframe {
	width:90%;
	height:auto;
	margin:0 auto 20px;
}

/*facebook*/

.fb-like-box {
	display:none !important;
}
#facebook_bnr img{
	//display: block;
	width: 95%;
	height: auto;
	clear: both;
	//position: absolute;
	left: 0px;
	margin: 0px auto;
	top: 0px;
}

/*行き先看板*/
#top_link {
	display:none;
}
/*お客様の声Photo*/
#voice_box img.c_voice_box {
	width:50% !important;
	height: 155px;
	float:left;
}

/*バナーエリア*/
#bunner_png_1_box,
#bunner_png_2_box,
#bunner_png_3_box {
	width: 90%;
	margin:0 auto;
	overflow:hidden;
}
#bunner_png_1_box {
	padding-top:20px;
	clear:both;
}
#bunner_png_3_box {
	margin-bottom:100px;
}
a img.c_bunner_box {
	display:block;
	width:100%;
}


#bunner_png_1_box a:nth-child(2n+1),
#bunner_png_2_box a:nth-child(2n+1),
#bunner_png_3_box a:nth-child(2n+1){
    float:left;
	margin:2px 0;
}
#bunner_png_1_box a:nth-child(2n),
#bunner_png_2_box a:nth-child(2n),
#bunner_png_3_box a:nth-child(2n){
    float:right;
	margin:2px 0;
}
/*========footer========*/
#footer {
	width:100%;
	background:#000;
	font-size:60%;
	color:#fff;
	box-sizing:border-box;
	padding:5px;	
}

} /* @media screen and (max-width:480px) */
