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

/*PC用css*/
@media screen and (min-width: 897px){
.pc_center{    text-align: center;}
.float_left{	float:left;}
.float_right{	float:right;}
.no_pc{	display: none;}
.box_harf{	width: 49%; box-sizing: border-box;}	
.box70{	width: 60%; box-sizing: border-box;}
.box30{ width: 35%; box-sizing: border-box;}
.box60{	width: 50%; box-sizing: border-box;}
.box40{ width: 35%; box-sizing: border-box;}
.harf_box img, .box70 img, .box30 img{ max-width: 100%;}
.img_left{
	float:left;
	margin:0 40px 20px 0;
	clear: both;
}
.img_right{
	float:right;
	margin:0 0 20px 40px;
	clear: both;
}

.main{
	float:left;
	width:70%;
}
.side{
	float:right;
	width:22%;
	margin-bottom:80px;
	display:block;
}
.side img{
	max-width: 100%;
	height: auto;
}


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


.container{
	max-width:1100px;
	width: 100%;
	margin: auto;
}
.logo{
		padding-left: 70px;
		
	}
.logo img{
	width: 273px;
}

#header button{
	display: none;
}
#header{
}
nav.g_navi_box{
	float: right;
	margin-top: -1px;
	padding-left: 10px;
}
	
	
nav.g_navi_box{
	padding-left: 50px;
}

ul.g_navi{
    position: relative;
    display: flex;
    box-sizing: border-box;
}
ul.g_navi li{
    text-align: center;
    box-sizing: border-box;
}
ul.g_navi li a{
	color: #FFF;
	transition: 0.3s;
    box-sizing: border-box;
	font-size: 15px;
	letter-spacing: .1em;
}
.drawer-brand{
	white-space: nowrap;
}
.drawer-brand:nth-child(2) a{
    padding-left: 0;
}
.drawer-brand:not(:first-child){
	padding: 0 25px;
}

.h_tel{
	margin-left: 40px;
}

/*    
ul.g_navi li:first-child a{ background-position: -16px 0; }
ul.g_navi li:nth-child(2) a{ background-position: -182px 0;}
ul.g_navi li:nth-child(3) a{ background-position: -364px 0}
ul.g_navi li:nth-child(4) a{ background-position: -546px 0}
ul.g_navi li:nth-child(5) a{ background-position: -720px 0}
ul.g_navi li:nth-child(6) a{ background-position: -910px 0}
*/
    
/*------ ナビプルダウン --------*/

.g_navi li ul {
	display: none;
	position: absolute;
}

.g_navi li ul li {
	float: none;;
	margin-top:0;
	padding: 0;
	border-right: none!important;
    width: 100%;
}

.g_navi li ul li a{
	text-indent: 0;
	background-image:none;
	opacity:0.8;
	display: block;
	background: #754c24;
	color:#FFF;
	margin-bottom: 2px;
	font-size: 90%;
	text-align: center!important;
    padding: 7px 14px;
}
.g_navi li ul li a:hover{
	opacity:1.0;
}
/*------ pc_style --------*/

	.header{
		min-width: 1400px;
	}
.index{
    clear: both;
}
.top_news_title {
    width: 40%;
    float: left;
	padding-top: 10px;
}
.top_news {
}	
.img_box_l{
	width: 50%;
	box-sizing: border-box;
	margin-right: 90px;
	width: 50vw;
	margin-left: calc(50% - 50vw);
}
.img_box_r{
	width: 50%;
	box-sizing: border-box;
	margin-left: 90px;
	width: 50vw;
	margin-right: calc(50% - 50vw);
}
.img_box_l img,
.img_box_r img{
	width: 100%;
}
.text_box{
	width: 50%;
}

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

}
