@charset "UTF-8";


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	font-size: 18px;
	color: #000;
	word-wrap:break-word;/* 英数字折り返し */
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ max-width: 100%; width: 100%; height: auto; vertical-align: top;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ outline: none; }
input, textarea
{ border-radius: 0; font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
input[type="button"],input[type="submit"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}
abbr, acronym
{ border: 0;}
*
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section,
.box_layout01,
.box_column01,
.list_inline01
{
	display: block;
	min-height: 1%;
}
.clearfix:after,
#header:after,
#contents:after,
section:after,
.box_layout01:after,
.box_column01:after,
.list_inline01:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !contents
---------------------------------------------------------- */
html { overflow-y: scroll;}
@media print {
	html,
	html body { *zoom: 0.65;}
}

.Clear {
	clear: both;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.row {
	width: 94%;
	max-width: 1080px;
	margin: 0 auto;
}

p {
	margin-top:10px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}

h2 {
	font-size:34px;
	color: #44351d;
	text-align: center;
	line-height: 0.8em;
	letter-spacing: 0.1em;
}

/* !汎用コンテンツ
---------------------------------------------------------- */
header {
	height:600px;
	/*width: 1180px;*/
	width: 100%;
	background:url(../img/main.jpg) no-repeat left bottom;
	background-size: cover;
	margin: 0 auto;
}

#Logo {
	float: left;
	width: 220px;
	margin-top:30px;
}

#Catch {
	width: 500px;
	margin-top:100px;
	margin:100px 0 0 32px;
}

/*---印刷 改ページ---*/
.Page_Break {
	page-break-before: always; 
}

/*---背景色---*/
.Bg_Brown_01 {
	background: #f0eae1;
	padding:80px 0;
}

.Bg_Brown_02 {
	background: #f8f5f1;
	padding:80px 0;
}

.Bg_White {
	background: #fff;
	padding:80px 0;
}

.Box_White {
	background: #fff;
	padding:60px;
}

/*---ボタン（ヘッダー部分）---*/
#Btn_Wrap {
	float: right;
	height:34px;
	margin-top:24px;
}

#Btn_Wrap ul li {
	float: left;
	margin-left:10px;
}

.button {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 40px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fff;
	color: #fff;
	line-height: 40px;
	overflow: hidden;
	font-size: 14px;
	padding:0 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:hover {
	border: 1px solid #fff;
	background-color: #ff9900;
	color: #FFF;
}

/*---ナビゲーション---*/
#Navi_Wrap {
	float: right;
	height:34px;
	margin:26px 10px 0 0;
}

#Navi_Text ul {
	clear:both;
	width:100%;
	height:34px;
	display:table;
	/*table-layout:fixed;*/
	margin:0px auto;
	z-index:1;
}
 
#Navi_Text ul li {
	display:table-cell;
	text-align:center;
	vertical-align: middle;
}

#Navi_Text ul li a {
	height:34px;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	padding:5px 0;
	margin:0 20px;
	position: relative;
	display: inline-block;
	transition: .3s;
}

#Navi_Text ul li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#Navi_Text ul li a:hover::after {
	width: 100%;
}

/*---事業のご案内---*/
.Topic_01 {
	background:url(../img/topic_01.jpg) no-repeat left top;
	background-size: contain;
	width: 100%;
	height:400px;
}

.Topic_02 {
	background:url(../img/topic_02.jpg) no-repeat right top;
	background-size: contain;
	width: 100%;
	height:400px;
}

.Topic_03 {
	background:url(../img/topic_03.jpg) no-repeat left top;
	background-size: contain;
	width: 100%;
	height:400px;
}

.Topic_04 {
	background:url(../img/topic_04.jpg) no-repeat right top;
	background-size: contain;
	width: 100%;
	height:400px;
}

.Txt_Area_Right {
	float: right;
	height:300px;
	width: 580px;
	background: rgba(255,255,255,0.9);
	box-shadow: 10px 10px 15px -10px #4e4e4e;
	padding:60px 0 0 60px;
	margin-top:50px;
}

.Txt_Area_Right_02 {
	float: right;
	height:300px;
	width: 580px;
	background: rgba(255,255,255,0.9);
	box-shadow: 10px 10px 15px -10px #4e4e4e;
	padding:46px 0 0 60px;
	margin-top:50px;
}

.Txt_Area_Left {
	float: left;
	height:300px;
	width: 580px;
	background: rgba(255,255,255,0.9);
	box-shadow: 10px 10px 15px -10px #4e4e4e;
	padding:60px 0 0 60px;
	margin-top:50px;
}

/*---下線---*/
.Txt_Line_bottom_01 {
	font-size:24px;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}

.Txt_Line_bottom_01:before {
	content: '';
	position: absolute;
	left: 0%;
	bottom: -15px;/*線の上下位置*/
	display: inline-block;
	width: 46px;
	height: 2px;
	background-color: #f85757;
}

.Txt_Line_bottom_02 {
	font-size:24px;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}

.Txt_Line_bottom_02:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;/*線の上下位置*/
	display: inline-block;
	width: 60px;
	height: 2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #f85757;
}

.Txt_Line_left {
	font-size:24px;
	line-height: 1em;
	border-left:6px solid #f85757;
	padding-left:10px;
}

/*---2カラム---*/
.box_column .box_left {
	float: left;
	display: table-cell;
	width: 48%;
}

.box_column .box_right {
	float: left;
	display: table-cell;
	width: 48%;
}

.box_column .box_center {
	float: left;
	display: table-cell;
	width: 4%;
}

/*---明るく---*/
.hover_bright {
	margin: 0;
	overflow: hidden;
}

.hover_bright img {
	cursor: pointer;
	transition-duration: 0.3s;
}

a:hover>.hover_bright img {
		opacity: 0.6;
		transition-duration: 0.3s;
}

/*---テーブル（枠なし）---*/
.table_basic {
	width: 100%;
	border: none;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
.table_basic th,
.table_basic td {
	vertical-align: top;
	border: none;
	padding: 10px;
}

/*---ライン---*/
.line_top {
	width:100%;
	border-top: 1px solid #ccc;
}

.line_bottom {
	width:100%;
	border-bottom: 1px solid #ccc;
}

/* !Footer
---------------------------------------------------------- */
#Footer_Wrap {
	width: 100%;
	font-size:14px;
	color: #fff;
	background: #ae5945;
}

footer {
	padding:80px 0;
}

#Foooter_Logo {
	width: 240px;
	display: block;
	margin:0 auto;
}

/* !Fonts -------------------------------------------------------------- */
.fwB { font-weight: bold;}
.fcBrown { color: #977a4d;}
.fz10 { font-size: 10px;}
.fz14 { font-size: 14px;}

/* !Margin ------------------------------------------------------------------ */
.mt20 { margin-top:20px !important;}
.mt40 { margin-top:40px !important;}
.mt60 { margin-top:60px !important;}

/* !Width ------------------------------------------------------------------- */
.w40per { width: 40% !important;}
.w50per { width: 50% !important;}
.w80per { width: 80% !important;}
.w94per { width: 94% !important;}

/* !Inline Align ------------------------------------------------------------ */
.taC { text-align: center !important;}
.ImgC { display: block; margin-left: auto; margin-right: auto;}