@charset "utf-8";
@import url("../shinryo_guide/sidemenu.css");
/* CSS Document */

/*------------------------------------------------------------------------------*/
/*グローバルナビゲーション*/

#gnavi{
	display: none;
}
/*------------------------------------------------------------------------------*/
/*パンくず*/

#breadcrumb{
	display: none;
}

/*
#breadcrumb{
	width: 83.3333%;600
	margin: 5px auto;
	overflow: hidden;
	font-size: 1.2rem;
}

#breadcrumb a{
	color:#000;
}

#breadcrumb span{
	color:#FF6666;
}
*/

/*------------------------------------------------------------------------------*/
/*メインコンテナ*/

#main_container{
	width: 100%;
	overflow:hidden;
}

/*------------------------------------------------------------------------------*/
/*左カラム*/

#left_column{
	width: 100%;
	padding: 22px 0 75px;
}

/*見出し*/

#left_column h2{
	width: 89.1666%;/*642*/
	height: auto;
	aspect-ratio: 627 / 78;
	margin: 0 auto;
	overflow: hidden;
}

#left_column h2 img{
	width: auto;
	max-width: 813px;
	height: 100%;
	object-fit: contain;
}

#left_column h3{
	display: flex;
	align-items: center;
	width: 87.0833%;/*627*/
	height: auto;
	aspect-ratio: 627 / 62;
	margin: 10px auto;
	overflow:hidden;
	background: url("../index/sp/sp-bg_h3.webp")no-repeat;
	background-size: cover;
	font-weight:bold;
	color: #663300;
	font-size: 1.4rem;
	padding-left: 10.8333%;/*78*/
	box-sizing: border-box;
}

#left_column h3 span{
	font-weight:normal;
	color:#000;
}

/*paget top*/

#left_column .page_top{
	clear:both;
	width: 100%;
	margin:5px auto;
	overflow:hidden;
}

#left_column .page_top a{
	display:block;
	background-image:url(image/totop.png);
	width:78px;
	height:46px;
	float:right;
	line-height:110%;
	text-align:center;
	color:#660033;
	font-size:0.875em;
}

#left_column .page_top a span{
	padding:15px 10px 0px 0px;
	display:block;
}

/*------------------------------------------------------------------------------*/
/*右カラム*/

#right_column{
	display: none;
}


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


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