/**********
 style-top.css
**********/

#main{
	padding-top:70px;
	padding-bottom:0;
}

#footer{
	margin-top:0;
}


#sliderWrap{
	/*background-color: #333;*/
	background: linear-gradient(white 70%, #e0f3f9 70%);
	display: flex;
	flex-direction: column;
	justify-content: center;
    padding-top: 30px;
}

.slider{
  display: none;
}
.slider.slick-initialized{
  display: block;
}


@media only screen and (max-width: 768px) {
	#container{
		padding-top: 0;
		margin-top: 0;
	}
}


/**********
　topSubMenu
**********/
#topSubMenu{
    display: none;
}

#topSubMenu > div a{
	display:block;
	width:50%;
	color:#fff;
	text-decoration:none;
    padding: 20px 0 18px 0;
}

#topSubMenu > div a:first-of-type{
	background:#4b9ad4;
}

#topSubMenu > div a span{
    padding-left: 48px;
    padding-top: 15px;
    padding-bottom: 10px;
}

#topSubMenu > div a:first-of-type span{
    background: url("../img_top/topSubMenu_icon_products.png") no-repeat center left;
}

#topSubMenu > div a:last-of-type{
	background:#2278c6
}

#topSubMenu > div a:last-of-type span{
    background: url("../img_top/topSubMenu_icon_login.png") no-repeat;
}


@media only screen and (max-width: 768px) {
    #topSubMenu{
        display: block;
        padding-bottom: 20px;background:#e0f3f9;
    }
}


/**********
 topContents
**********/
.topContents{
	background: linear-gradient(#e0f3f9 70%, white 70%);
	padding-top:25px;
}
.topConInner{
	width:92%;
	max-width:1100px;
	margin:0 auto;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.topCon_txt{
	width:48%;
	max-width:510px;
}

.topCon_img{
	width:48%;
	max-width:510px;
}

.topCon_txt p.midashi{
	font-size:1.66em;
}





/**********
 topImg
**********/
#topImgWrap{
	padding-top:25px;
	background: linear-gradient(white 0%, #e0f3f9 0%);
}
#topImg{}

#topImg img{
	width:100%;
	display:block;
}


@media only screen and (max-width: 768px) {
	#topImgWrap{
		padding-top: 0;;
	}
}

/**********
 topNews
**********/
#topNews{
	background:#e0f3f9;
	padding:40px 0 25px 0;
}


#topNewsInner{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: flex-end;
}

#topNewsInner h2{
    display: block;
	width:130px;
	font-size:1.2em;
	color:#4b9ad4;
	font-weight:bold;
	text-align:left;
	border-right:8px solid #00a2d5;
	vertical-align:middle;
	display:flex;
	align-items:center;
}


#topNewsInner #topNewsUmekomi{
	display:block;
    width: 80%;
	max-width:840px;
	text-align:left;
	margin:0 0 0 auto;
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
	#topNewsInner{
		width:94%;
	}
	#topNewsInner h2{
        width: 17%;
	    max-width:130px;
	}
	
	#topNewsInner #topNewsUmekomi{
        width: 80%;
        max-width:840px;
        text-align:left;
        margin:0 0 0 auto;
	}


}
@media only screen and (max-width: 768px) {
	#topNews{
		padding:10px 0 25px 0;
	}
	#topNewsInner h2{
		width:100%;
		display:block;
		border-right:none;
		text-align:center;
		padding:0 0 10px 0;
;	}
	
	#topNewsInner #topNewsUmekomi{
		width:100%;
	    max-width:100%;
        margin: 0 auto;
	}
	
	
}



/**********
 topBana_main
**********/
#topBana_main{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	/*padding:80px 0 50px 0;*/
	padding:0px 0 50px 0;
	
}

#topBana_main a{
	display:block;
	margin-bottom:30px;
}

#topBana_main a{
	width:48%;
	max-width:485px;
}

#topBana_main a img{
	width:100%;
	max-width:485px;
}



@media only screen and (min-width: 769px) and (max-width: 1100px) {
	#topBana_main{
		max-width:92%;
	}
    #topBana_main a{
        width:48%;
        max-width:485px;
    }

    #topBana_main a img{
        width:100%;
        max-width:485px;
    }
}

@media only screen and (max-width: 768px) {
	
	#topBana_main{
		padding-top:10px;
		/*padding-top:50px;*/
		padding-bottom:15px;
		
	}
	#topBana_main a{
		width:92%;
		max-width:440px;
		margin:0 auto 15px auto;
	}
	
	#topBana_main a img{
		width:100%;
		max-width:440px;
	}
}


/**********
 topBana_min
**********/
#topBana_min{
    background: #f2f2f2;
    padding: 20px 0;
    margin-bottom: 80px;
}

#topBana_min > div{
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

#topBana_min > div a{
    width:24%;
    max-width: 256px;
    display: block;
}

#topBana_min > div a img{
    width: 100%;
    max-width: 256px;
}

@media only screen and (max-width: 1051px) {
    #topBana_min > div{
        width: 96%;
    }
}

@media only screen and (max-width: 768px) {
    #topBana_min{
        padding: 15px 0;
        margin-top: 30px;
        margin-bottom: 50px;
    }
	#topBana_min > div{
        width: 92%;
    }

    #topBana_min > div a{
        width:100%;
        max-width: 320px;
        margin: 0 auto 15px auto;
    }
    
    #topBana_min > div a:last-of-type{
        margin-bottom: 0;
    }

    #topBana_min > div a img{
        width:100%;
        max-width: 320px;

    }
}


/**********
 recruit
**********/

#recruit{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	padding-bottom:0;
	padding-top: 40px;
}

#recruit a{
	display:block;
}

#recruit > a{
	width:800px;
    margin: 0 auto;
    display: block;
    /* margin-bottom: 20px; */
}

#recruit > a img{
	width:100%;
	max-width:800px;
	/*max-width:700px;*/
}

@media only screen and (max-width: 768px) {
	#recruit{
		width:92%;
	}
	
	#recruit > a{
		width:100%;
        max-width: 485px;
        margin-bottom: 15px;
	}
    #recruit > a img{
        max-width: 485px;
    }
}


/**********
 topBana_other
**********/

#topBana_other{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	padding-bottom:0;
	padding-top: 40px;
}

#topBana_other a{
	display:block;
}

#topBana_other > a{
	width:800px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}

#topBana_other > a img{
	width:100%;
	max-width:800px;
	/*max-width:700px;*/
}

@media only screen and (max-width: 768px) {
	#topBana_other{
		width:92%;
        padding-bottom:20px;
		padding-top: 0;
	}
	
	#topBana_other > a{
		width:100%;
        max-width: 485px;
        margin-bottom: 15px;
	}
    #topBana_other > a img{
        max-width: 485px;
    }
}


/**********
 topBana_sub
**********/

#topBana_sub{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	padding-bottom:0;
}

#topBana_sub a{
	display:block;
}

#topBana_sub > a{
	width:800px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}

#topBana_sub > a img{
	width:100%;
	max-width:800px;
	/*max-width:700px;*/
}

#topBana_sub > div{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 70px;
}
#topBana_sub > div a{
	width:48%;
    max-width: 485px;
    display: block;
}

#topBana_sub > div a img{
	width:100%;
    max-width: 485px;
}



@media only screen and (max-width: 768px) {
	#topBana_sub{
		width:92%;
        padding-bottom:0;
	}
	
	#topBana_sub > a{
		width:100%;
        max-width: 485px;
        margin-bottom: 15px;
	}
    #topBana_sub > a img{
        max-width: 485px;
    }
    
    #topBana_sub > div{
        width: 100%;
    }
    
    #topBana_sub > div a{
        width: 100%;
        max-width: 485px;
        margin: 0 auto 15px auto;
        text-align: center;
    }
    #topBana_sub > div a:last-of-type{
        margin-bottom: 0;
    }
		
}




/**********
 topBana_btm
**********/
#topBana_btm{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:60px 0 80px 0;
}

#topBana_btm a{
	display:block;
	margin-bottom:30px;
}

#topBana_btm a:nth-child(1){
	width:48%;
	max-width:485px;
}

#topBana_btm a:nth-child(2){
	width:48%;
	max-width:;
}

#topBana_btm a:nth-child(1) img,
#topBana_btm a:nth-child(2) img{
	width:100%;
	max-width:485px;
}


@media only screen and (min-width: 769px) and (max-width: 1100px) {
	#topBana_btm{
		max-width:92%;
		
	}
}
@media only screen and (max-width: 768px) {
	#topBana_btm{
		padding-top:50px;
		padding-bottom:15px;
		
	}
	#topBana_btm a:nth-child(1),
	#topBana_btm a:nth-child(2){
		width:92%;
		max-width:440px;
		margin:0 auto 25px auto;
	}
	
	#topBana_btm a:nth-child(1) img,
	#topBana_btm a:nth-child(2) img{
		width:100%;
		max-width:440px;
	}

}


/**********
 topLine
**********/
#topLine{
	padding:50px 0;
	background:#f2f2f2;
	margin:0 auto;
}

#topLine a{
	display:block;
	width:92%;
	max-width:480px;
	margin:0 auto;
}

#topLine a img{
	width:100%;
	max-width:480px;
}

@media only screen and (max-width: 768px) {
	#topLine{
		padding:30px 0;
	}

}






/**********
 topShop
**********/
#topShop{
	background:#e0f3f9;
}

#topShop .contentInner{
	width:100%;
	/*max-width:1300px;*/
}


#topShop .contentInner > div{
	padding-bottom:40px;
}


#topShop .contentInner > div:first-of-type{
	width:49.9%;
	border-right:1px solid #C9C9C9;
}

#topShop .contentInner > div:last-of-type{
	width:50%;
}



@media only screen and (max-width: 768px){
	#topShop .contentInner > div:first-of-type,
	#topShop .contentInner > div:last-of-type{
		width:100%;
	}
}

#topShop .contentInner > div h2{
    position:relative;
    width:100%;
    background:#FFFFFF;
    padding:10px 0 15px 0;
    text-align:center;
    border-bottom:1px solid #C9C9C9;
    /*border-left:1px solid #C9C9C9;*/
    border-right:1px solid #C9C9C9;
    color:#666666;
    font-size:1.2em;
}
#topShop .contentInner > div h2:after,
#topShop .contentInner > div h2:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
#topShop .contentInner > div h2:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FFFFFF;
}
#topShop .contentInner > div h2:before{
    border-color: rgba(201, 201, 201, 0);
    border-top-width:24px;
    border-bottom-width:24px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-top:0;
    border-top-color:#C9C9C9;
}



#topShop .contentInner > div h2 span{
	color:#00a2d5;
	font-size:1.1em;
}




/** topShoppContents **/
.topShoppContents{
	padding-top:35px;
	width:100%;
	max-width:590px;
	margin:0 auto;
}


@media only screen and (min-width: 769px) and (max-width: 1200px) {
	.topShoppContents{
		width:92%;
	}
}
@media only screen and (max-width: 768px) {
	.topShoppContents{
		width:92%;
	}
	
	
	#topShop .contentInner > div h2{
		border-left:1px solid #C9C9C9;
	}
}


.topShoppContents h3{
	margin-bottom:25px;
}

.topShoppContents > div{}

.topShoppContents > div ul{
	display:block;
	width:60%;
}


.topShoppContents > div ul li{
	padding-bottom:7px;
	font-size:0.92em;
	line-height:1.5;
}

.topShoppContents > div ul li:nth-child(1){
	background:url(../img_top/topShop_title_ohone.png) left 7px no-repeat;
	padding-left:110px;
}

.topShoppContents > div ul li:nth-child(1) p{
	font-size:1.3em;
	font-weight:bold;
}

.topShoppContents > div ul li:nth-child(2){
	background:url(../img_top/topShop_title_open.png) left 7px no-repeat;
	padding-left:110px;
}

.topShoppContents > div ul li:nth-child(3){
	background:url(../img_top/topShop_title_address.png) left 7px no-repeat;
	padding-left:110px;
}


.topShoppContents > div > p{
	display:block;
	width:36%;
	max-width:220px;
}

.topShoppContents > div > p img{
	width:100%;
	max-width:220px;
}



@media only screen and (max-width: 768px) {
	.topShoppContents h3{
		text-align:center;
	}
	
	.topShoppContents > div ul{
		width:100%;
	}
	
	.topShoppContents > div > p{
		width:100%;
		max-width:100%;
		text-align:center;
		padding-top:25px;
	}
	
	.topShoppContents > div > p img{
		width:100%;
		max-width:320px;
		margin:0 auto;
	}

}


	
/**********
 topShiharai
**********/
#topShiharai{}

#topShiharai h2{
	background: #0085D0;
	color: #fff;
	text-align: center;
}
#topShiharai h2 p{
	padding: 16px 10px;
	font-size: 1.1em;
	font-weight: 400;
}
#topShiharai .contentInner{
	padding-top: 20px;
}

#topShiharai div img{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	#topShiharai h2 p{
		display: block;
		width: 90%;
		margin: 0 auto;
		font-size: 1.7rem;
	}
	#topShiharai > div:first-of-type{
		width: 100%;
	}

	#topShiharai > div:last-of-type{
		width: 86%;
	}
}




/**********
 topMap
**********/
#topMap{
	margin-top:100px;
	border-top:1px solid #c9c9c9;
}

#topMap #topMap_address{
	width:100%;
	padding:25px 0;
	text-align:left;
}

#topMap #topMap_address div{
	width:100%;
}

#topMap #topMap_address div:first-of-type{
	padding-bottom:10px;
}

#topMap #topMap_address div:last-of-type a{
	margin:0 auto;
	display:block;
}

#topMap #topMap_address div:first-of-type span{
	font-weight:500;
	color:#00a2d5;
	padding-right:15px;
}

@media only screen and (max-width: 768px) {
	#topMap #topMap_address div:first-of-type{
		text-align: center;
	}
	
	#topMap #topMap_address div:last-of-type a{
		max-width: 300px;
	}
}

.ggmap{
	position: relative;
	padding-bottom: 36.25%;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/**********
 vInfo
**********/
#vInfo{
    margin: 0 auto 80px;
    border: 3px solid #3fa7ea;
    width: 100%;
    max-width: 800px;
}

@media only screen and (max-width: 768px) {
    #vInfo{
        width: 86%;
    }
}

#vInfo > div{
    padding: 30px;
}

#vInfo > div > a{
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    #vInfo > div > a{
        font-size: 1.4em;
    }
}

#vInfo > div #vInfoCom{
    text-align: left;
    padding: 15px 0 20px;
    font-size: 1.03em;
}

#vInfo > div #vInfoNavi{
    padding-top: 5px;
}

#vInfo > div #vInfoNavi a{
    display: block;
    width: 48%; /** 31 **/
    background: #008edd;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    text-align: center;
    font-size: 1.2em;
}

#vInfo > div #vInfoNavi a:hover,
#vInfo > div #vInfoNavi a:active{
    text-decoration: none;
    background: #0071b9;
}

#vInfo > div #vInfoNavi a p{
    padding: 5px;
}

@media only screen and (max-width: 768px) {
    #vInfo > div #vInfoNavi a{
        width: 90%;
        margin: 0 auto 15px;
        font-size: 1.2em;
    }
    #vInfo > div #vInfoNavi a:last-of-type{
        margin-bottom: 0;
    }
    
}


/* PC・大型タブレット：769px～1050px */
@media only screen and (min-width: 769px) and (max-width: 1050px) {
/**@media only screen and (min-width: 769px) and (max-width: 1100px) {**/


#main{
	padding-top:0;
}

/**********
 stopImg
**********/
#topImgWrap{
	position:static;
	background:none;
	padding-top:0;
	padding-bottom:0;
	background: linear-gradient(white 76%, #e0f3f9 76%);

}


/**********
 topLine
**********/
#topLine{
	padding:40px 0;
}

#topLine a{
	width:92%;
	max-width:1000px;
}

#topLine a img{
	width:100%;
	max-width:1000px;
}




/**********
 topMap
**********/
#topMap{}

#topMap #topMap_address{}

#topMap #topMap_address div{
	width:100%;
}

#topMap #topMap_address div:first-of-type{
	padding-bottom:0;
	width:60%;
	padding-top:10px;
}

#topMap #topMap_address div:last-of-type{
	padding-bottom:0;
	width:20%;
}




}


/* PC向け：1050px以上で固定 */
@media only screen and (min-width: 1051px) {

#main{
	padding-top:0;
}

/**********
 stopImg
**********/
#topImgWrap{
	position:static;
	padding-top:0;
	padding-bottom:0;
	background: linear-gradient(white 76%, #e0f3f9 76%);
}

/**********
 topContents
**********/
.topContents{
	background: linear-gradient(#e0f3f9 50%, white 50%);
}
.topConInner{
	width:100%;
	max-width:1100px;
}

.topCon_txt{
	width:48%;
	max-width:510px;
}

.topCon_img{
	width:48%;
	max-width:510px;
}

.topCon_txt p.midashi{
	font-size:1.66em;
}



/**********
 topLine
**********/
#topLine{
	padding:40px 0;
}

#topLine a{
	width:100%;
	max-width:1000px;
}

#topLine a img{
	width:100%;
	max-width:1000px;
}


/**********
 topMap
**********/
#topMap{}

#topMap #topMap_address{}

#topMap #topMap_address div{
	width:100%;
}

#topMap #topMap_address div:first-of-type{
	padding-bottom:0;
	width:60%;
	padding-top:10px;
}

#topMap #topMap_address div:last-of-type{
	padding-bottom:0;
	width:20%;
}


}


