@charset "utf-8";

/*全ページ共通*/

body {
  /*background: url(../image/bg_company.jpg) repeat;*/
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}


/* =====　ヘッダー　===== */

#header {
  height: 111px;
  width: 100%;
}

#head {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
}


/* =====　GCロゴ　===== */
/*
h1 {
  margin-top: 7px;
  float: left;
}*/
.headerlogo {
  margin-top: 7px;
  float: left;
}
#lead {
	float: left;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size: 11px;
	font-weight: normal;
	margin-top: 40px;
	color: #353B41;
}


/* =====　ヘッダーナビ　===== */

#nav {
	float: right;
	width: 330px;
	margin-top: 42px;
	margin-bottom: 3px;
	display: flex;
	justify-content: space-between;
}

#nav li:hover {
	cursor: pointer;
	opacity: 0.5;
	width: auto;
}

#nav a {
	text-decoration: none;
	color: #353B41;
	margin-right: 2px;
	font-size: 13px;
}


/* =====　グローバルナビ　===== */

.hnavArea {
  background: #000;
  width: 100%;
  height: 41px;
}

#hnavi {
  width: 1024px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-around;
  font-size: 13px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; /**/
}

#hnavi li a {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  vertical-align: middle;
  padding: 15px 1.2em 9px;
  font-weight: normal;
  height: 1em;
  font-size: 13px;
  width: 100%;
  letter-spacing: 0.1em;
}

#hnavi li:hover {
	border-bottom: #E0E0E0 solid 4px;
	padding-top: 0px;
}

	#hnavi li a[target=_blank]::after {
		content: url(../image/icon_link2.png);
		padding-left: 2px;
}


/* =====　コンテンツ　===== */

#contentsbox {
  width: 94%;
 max-width: 950px;
  background-color: #FFF;
  padding-top: 0px;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

#maincontents {
  width: 725px;
  margin: 10px;
  padding: 10px;
  text-align: left;
  float: left;
  clear: both;
}

/* =====　フッター共通　===== */

#footerCompany {
  background: url(../image/bg_headimg.jpg) no-repeat center;
  height: 250px;
  width: 100%;
  margin-top: 0px;
}

#footerCompany p {
  text-align: center;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 36px;
  padding-bottom: 20px;
  padding-top: 30px;
  letter-spacing: 0.1em;
  color: #FFF;
}

#footerCompany .btn {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  border: 1px solid #EEE;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.2em;
}

#footerCompany a {
  text-decoration: none;
  color: #000;
  font-weight: normal;
}

#footerCompany:hover {
  text-decoration: none;
  color: #000;
  background-color: rgba(255, 255, 255, 1);
  font-weight: normal;
}

#footerContents {
  background: #484848;
  color: #FFF;
  width: 100%;
  overflow: hidden;
}

#footerLinks {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

#footerLinks li {
  display: inline;
  padding-right: 15px;
  padding-left: 15px;
}


/*記述修正しました*/
ul#footerLinks li:before {
  content: '>';
  /* ←ここにリストマーカーにしたい文字列を設定*/
  margin-left: -14px;
  /* 1文字分、左に寄せる*/
}

#footerLinks li a,
#footerLinks li a:visited {
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
}

#footerSitemap {
  color: #333;
  padding-bottom: 40px;
  padding-top: 20px;
}

#footerSitemap .wrapper {
  width: 980px;
  padding-top: 5px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

#footerSitemap .fg {
  float: left;
}

#footerSitemap ul li {
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  line-height: 1.8em;
}

#footerSitemap ul li a {
  color: #333;
}

#footerSitemap ul li a:hover {
  color: #666;
}

#footerSitemap ul {
  margin-bottom: 15px;
}

.fg_top {
  width: 130px;
  float: left;
}

.fg_thame {
  width: 270px;
  float: left;
}

.fg_company {
  float: left;
  width: 190px;
}

#footerSitemap a {
	text-decoration: none;
}

#footerSitemap a:hover{
	text-decoration: underline;
	color:#666;
}

#footerSitemap .f_title a {
  font-size: 14px;
  font-weight: bold;
}


/* =====　　===== */

#footerlogo {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

address {
  color: #666;
  font-size: 10px;
  text-align: center;
  clear: right;
  padding-bottom: 5px;
}
.holiday {
	margin-top: 25px;
	color: #000000;
	border: 1px solid #BCBCBC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.holiday em {
	font-weight: bold;
}



/* =====　下層ページ 共通　===== */

.cmn_headimg  {
height: 320px;
width: 100%;
margin: 0;
position: relative;
}
.cmn_headimg .cmn_headimg_inner  {
text-align: center;
/*background-color: rgba(0,0,0,0.9);*/
	background-color: #FFF;
width: 360px;
height: 70px;
margin: 0 auto 50px;
letter-spacing: 0.1em;
font-size: 21px;
color: #000;
padding: 25px;
position: absolute;
top: 110px;
left: 0;
right: 0;
}
.cmn_headimg .cmn_headimg_inner .sub{
font-size: 14px;
	color: #C09835;
	letter-spacing: normal;
}
.cmn_headimg .cmn_headimg_inner .pagetitle{
font-size: 26px;
font-weight: 500;
	font-family: 'Noto Serif JP', 'Noto Serif', serif;
	font-feature-settings: "palt";
}

/*ぱんくず*/
.root_path {
	width: 94%;
	width: 1024px;
	margin: 10px auto 80px;
}

.root_path ul {	
	display: flex;
}
.root_path ul li {
	padding-right: 0.6em;
	font-size: 11px;
}
.root_path ul li a  {
	text-decoration: none;
	color: inherit;
}
.root_path ul li::after {
	content: ">";
	padding-left: 0.6em;
}
.root_path ul li:last-child::after {
	content: none;
}

/*ページコンテンツ*/
.headline{
	font-family: 'Noto Serif JP', 'Noto Serif', serif;
	font-feature-settings: "palt";
	line-height: 2.1em;
	letter-spacing: 0.07em;
	/*font-size: 1.05em;*/
	font-size: 17px;
	text-align: center;
	margin-bottom: 80px;
}

/* =====　会社情報・IR情報 共通　===== */

#campanyhead {
  background: url(../image/bg_headimg.jpg) no-repeat center;
  height: 230px;
  width: 100%;
  margin-top: 0px;
}

#campanyhead p {
  text-align: center;
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  letter-spacing: 0.2em;
  font-size: 28px;
  padding-bottom: 20px;
  padding-top: 45px;
  color: #FFF;
  font-weight: normal;
}

#campany_area {
	width: 930px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 130px;
	font-size: 16px;
}

#campany_area h1,
#mid_area h1 {
	background: url(../image/bg_h1_line.gif) no-repeat center bottom;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
	padding-top: 30px;
	color: #333;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size: 30px;
	font-weight: normal;
	padding-left: 10px;
	margin-bottom: 50px;
}

#mid_area h1 {
  max-width: 700px;
  overflow: hidden;
}

.campany_wrap {
  width: 700px;
  padding-top: 20px;
  float: left;
}

.saiyou_wrap {
  width: 700px;
  margin: auto;
  padding-top: 20px;
}

.campany_wrap h2, .saiyou_wrap h2, .r_estate_wrap h2, #search h2 {
  background: url(../image/bg_h2_line.gif) no-repeat left bottom;
  padding-bottom: 15px;
  background-size: 100%;
  font-size: 22px;
  font-weight: normal;
  color: #333;
  padding-left: 5px;
  margin-bottom: 50px;
}


/* =====　ページトップへ　===== */

#gotop {
  position: fixed;
  right: 0px;
  bottom: 20px;
}


/* =====　　===== */

.zebra {
  width: 660px;
  border-collapse: collapse;
  border: solid 1px #ccc;
}

.zebra th, .zebra td {
  border: 1px solid #CCCCCC;
  padding: 5px 20px 5px 20px;
}

.trcolor1 {
  background-color: #F3F3F3;
}

.trcolor2 {
  background-color: #FFF;
}

#footer {
  clear: both;
}

