@charset "utf-8";
/* CSS Document */

/*PC用css*/
@media screen and (min-width: 897px){
.float_left{	float:left;}
.float_right{	float:right;}
.no_pc{	display: none;}
.box50{	width: 48%; box-sizing: border-box;}	
.box70{	width: 65%; box-sizing: border-box;}
.box30{ width: 30%; box-sizing: border-box;}
.box60{	width: 55%; box-sizing: border-box;}
.box40{ width: 40%; box-sizing: border-box;}
.img_left{
	float:left;
	margin:0 40px 20px 0;
	clear: both;
}
.img_right{
	float:right;
	margin:0 0 20px 40px;
	clear: both;
}
.pc_center{
	text-align: center;
}
.main{
	float:left;
	width:70%;
}
.side{
	float:right;
	width:22%;
	margin-bottom:80px;
	display:block;
}
.side img{
	max-width: 100%;
	height: auto;
}
#slide_menu{
	display: none;
}

/*----------------------------*/


.container{
	max-width:1100px;
}
header button{
	display: none;
}
header{
	display: flex;
	justify-content: space-between;
	min-width: 1200px;
}
.logo{
	margin-top: 10px;
	margin-left: 20%;
}
.g_navi_box{
}
ul.g_navi{
	margin: auto;
	z-index: 5000;
    display: flex;
	align-items: center;
	justify-content: center;
    position: relative;
}
ul.g_navi li{
    box-sizing: border-box;
}
ul.g_navi li a{
	color: #000;
	display: block;
	padding: 0 25px;
	height: 100px;
	line-height: 100px;
    text-align: center;
	font-weight: bold;
}


    
/*------ ナビプルダウン --------*/

.g_navi li ul {
	display: none;
	position: absolute;
	width: 100%;
	top: 90px;
	left: 0;
	background: #FFF;
}

.g_navi li ul li {
	float: left;
	padding: 0;
	margin-left: 5px;
	height: auto;
	border-right: none;
}

.g_navi li ul li a{
    text-indent: 0;
    background-image: none;
    display: block;
	background: none!important;
    font-size: 1.4rem;
    text-align: center!important;
	line-height: 1.4;
    padding: 15px;
    width: 150px!important;
}
.g_navi li ul li a img{
    margin-bottom: 10px;
    max-width: 100%;
	display: block;
}

.g_navi li ul li a:hover{
}

/*------ pc_style --------*/
	
	
.top2000{
	display: flex;
	justify-content: space-between;
}
/*-----------------------------------------*/

}
