@charset "utf-8";

/* -------------------------------
   BASE
------------------------------- */
body {
	font-size: 16px;
}
#wrap {
	position:relative;
	width:100%;
	min-width:960px;
	margin:0 auto;
	overflow:hidden;
}
.sp {
	display:none!important;
}
.pcNL:before {
	content: "\A" ;
	white-space: pre ;
}

/* -------------------------------
   common
------------------------------- */


/* -------------------------------
   header
------------------------------- */

#header div.clearfix {
	width: 1024px;
	margin: 0 auto;
}
#hTop .clearfix {
	padding: 8px 0;
}
#siteTit {
	font-size: 13px;
	float: left;
	line-height: 25px;
}
#hNav {
	float: right;
}
#hNav li {
	float: left;
	margin-left: 20px;
}
#hNav li select {
	line-height: 15px;
	padding: 5px;
	margin: -5px 0;
}
#logo {
	float: left;
	padding: 30px 0 20px 0;
}
#header .contactBtn {
	float: right;
	padding: 20px 0 10px 0;
	font-weight: bold;
}
#gNav {
	width:1024px;
	margin: 0 auto;
	padding-bottom: 18px;
}
#gNav ul {
	display: table;
	width: 100%;
}
#gNav li {
	display: table-cell;
	text-align: center;
	height: 36px;
	vertical-align: middle;
	border-right: 1px solid #E4E6E7;
	padding: 0 4px;
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
}
#gNav li:first-child {
	border-left: 1px solid #E4E6E7;
}
#gNav li a {
	display: block;
	margin: -6px 0 -18px 0;
	line-height: 36px;
	padding: 6px 15px 18px 15px;
	color: #4C2222;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#gNav li a:hover {
	background: #4C2222;
	color: #FFF;
}


/* -------------------------------
   footer
------------------------------- */

#footer {
	margin-top: 80px;
}
#fSearch {
	background: #4C2222;
	color: #FFF;
}
#fSearch a {
	text-decoration: none;
	color: #FFF;
}
#fSearch dt {
	border-bottom: 1px solid #FFF;
	text-align: center;
	padding-bottom: 10px;
}
#fSearch dl dl dt {
	text-align: left;
}
#fSearch ul {
	width: 1024px;
	margin: 0 auto;
	padding: 75px 0;
}
#fSearch li:nth-child(1) {
	float: left;
	width: 716px;
}
#fSearch li:nth-child(1) dl dl {
	float: left;
	width: 216px;
	margin: 0 0 0 34px;
}
#fSearch li:nth-child(1) dl dl:nth-child(n+4) {
	margin-top: 30px;
}
#fSearch li:nth-child(1) dl dl:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}
#fSearch li:nth-child(2) {
	float: right;
	width: 240px;
}
#fSearch li:nth-child(1) dl dl dd,
#fSearch li:nth-child(2) dl dd {
	margin-top: 5px;
	font-size: 12px;
}
#fSearch li dt {
	margin-bottom: 20px;
}
#fSearch li:nth-child(2) dl:nth-child(n+2) {
	margin-top: 40px;
}

#fHolteListWrap {
	background: #4C2222;
	color: #FFF;
}
#fHotelList {
  display: flex;
  flex-wrap: wrap;
	width: 1024px;
	margin: 0 auto;
	padding: 75px 0;
}
#fHotelList h2 {
  display: none;
}
#fHotelList a {
	text-decoration: none;
	color: #FFF;
}
#fHotelList > dl {
  width: calc((100% - 60px) / 4);
  margin-left: 20px;
}
#fHotelList > dl:nth-of-type(4n+1) {
  margin-left: 0;
}
#fHotelList > dl:nth-of-type(n+5) {
  margin-top: 40px;
}
#fHotelList dt {
	border-bottom: 1px solid #FFF;
	text-align: center;
	padding-bottom: 10px;
}
#fHotelList dl dl dt {
	text-align: left;
  margin: 20px 0 10px 0;
}
#fHotelList dl dl dd {
  margin-top: 5px;
  font-size: 12px;
}


#fInfo {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0;
}
#fInfo dl {
	float: left;
}
#fInfo dt img {
	width: 230px;
	height: auto;
}
#fInfo dd {
	margin-top: 10px;
}
#fNav {
	float: right;
}
#fNav li {
	float: left;
	margin-left: 20px;
}
#fNav li:last-child a {
	padding: 9px 13px;
}

#fBottom {
	background: #E4E6E7;
}
#fBottom .clearfix {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0;
}
#fBottom li {
	float: left;
	margin-right: 20px;
}
#copyright {
	float: right;
}


/* -------------------------------
   side
------------------------------- */



/* -------------------------------
   contents
------------------------------- */

#conH {
	min-height: 264px;
	padding-bottom: 50px;
}
#path {
	padding: 15px 0;
	width: 1024px;
	margin: 0 auto;
}
#path li {
	display: inline-block;
}
#path li:nth-child(n+2):before {
	display: inline-block;
	content: '>';
	margin: 0 10px;
}
#pagetit {
	font-size: 40px;
	width: 1024px;
	margin: 20px auto;
}
.sec {
	margin-top: 80px;
}
.sec > h2.tit {
	font-size: 30px;
}
.sec > .inner {
	width: 1024px;
	min-width: 1024px;
	margin: 0 auto;
	padding: 0 102px;
}
.sec .sec {
	padding: 0;
	margin-top: 60px;
}
.sec .sec .inner {
	width: auto;
	min-width: 0;
	padding: 0;
}
.sec > h3.tit {
	font-size: 20px;
}
.sec > h3{
    width:1025px; 
    margin-left:auto; 
    margin-right:auto;
}


.newsList li {
	padding-bottom: 20px;
}
.newsList li:nth-child(n+2) {
	margin-top: 20px;
}
.newsList li a {
	position: relative;
	padding-left: 180px;
}
.noticeList li a {
	padding-left: 0;
}
.newsList li a:before {
	position: absolute;
	top: 0;
	left: 0;
}

.listBtn {
	margin-top: 50px;
}
.listBtn a {
	width: 285px;
}
.listBtn a:hover:after {
	margin-left: 15px;
	margin-right: -10px;
}

.conList {
	margin: 0 -102px;
}
.conList a {
	padding: 18px;
}
.conList a:hover {
	box-shadow:0px 3px 6px 0px rgba(0,0,0,0.41);
	-moz-box-shadow:0px 3px 6px 0px rgba(0,0,0,0.41);
	-webkit-box-shadow:0px 3px 6px 0px rgba(0,0,0,0.41);
}
.conList a:hover .btn {
	background: #C80715;
}
.conList a:hover .btn:after {
	content: url(/img/common/detail_arr_hover.png);
}
.conList li {
	float: left;
	width: 500px;
}
.conList li:nth-child(odd) {
	clear: left;
}
.conList li:nth-child(even) {
	margin-left: 24px;
}
.conList li:nth-child(n+3) {
	margin-top: 24px;
}
.conList figure {
	float: left;
	width: 244px;
	margin: -10px;
}
.conList p {
	clear: right;
	float: right;
	width: 204px;
}
.stdTable th {
	width: 205px;
	padding: 15px 30px;
}
.stdTable td {
	width: 615px;
	padding: 15px 30px;
}

.wideTable {
	margin: 0 -102px;
}
.wideTable th,
.wideTable td {
	padding: 15px 30px;
}
.wideTable2 {
	margin: 0 -102px;
}
.wideTable2 th,
.wideTable2 td {
	padding: 15px 15px;
}

/* -------------------------------
   home
------------------------------- */

#main {
	width: 1024px;
	height: 460px;
	margin: 0 auto;
}
#main li {
	margin: 0 -188px;
}

body#home .sec {
	padding: 80px 0 100px 0;
	margin-top: 0;
}
body#home .sec > .inner {
	width: 1024px;
	min-width: 1024px;
	margin: 0 auto;
	padding: 0;
}

body#home #reasonSec {
	overflow: hidden;
}
.reasonChildSecs {
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 50px;
	z-index: 1;
	font-size:14px;
}
section .reasonChildSecs:before {
	display: block;
	position: absolute;
	content: '';
	top: 200px;
	left: 0;
	width: 1000%;
	height: 1000%;
	margin-left: -500%;
	background: #4C2222;
	z-index: -1;
}
.reasonChildSecs section {
	width: 324px;
	margin-left: 20px;
	background: #FFF;
}
.reasonChildSecs section:first-child {
	margin-left: 3px;
}
.reasonChildSecs section > a,
.reasonChildSecs section > div {
	padding-top: 200px;
}

#consultingSec .inner {
	width: 100%!important;
}
#consultingSec #serviceList {
	margin-top: 60px;
}
#consultingSec #serviceList li {
	position: relative;
	float: left;
	display: table;
	width: 33.3%;
	width: calc(100% / 3);
	border-right: 1px solid #FFF;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	transition-duration:0.5s;
	margin: 0;
}
#consultingSec #serviceList li a {
	display: table-cell;
	vertical-align: middle;
	height: 340px;
}
#consultingSec #serviceList li.passive {
	width: 30%;
}
#consultingSec #serviceList li.active {
	width: 40%;
}

#homeBnrsPc {
	text-align: center;
	font-size: 0;
	background: url(/img/home/home_bnr_bg.png);
	padding: 60px 0 70px 0;
}
#homeBnrsPc li {
	display: inline-block;
	width: 324px;
	margin-left: 20px;
	box-shadow:0px 2px 7px 0px rgba(0,0,0,0.35);
	-moz-box-shadow:0px 2px 7px 0px rgba(0,0,0,0.35);
	-webkit-box-shadow:0px 2px 7px 0px rgba(0,0,0,0.35);
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	transition-duration:0.5s;
}
#homeBnrsPc li:hover {
	opacity: 0.75;
}
#homeBnrsPc li:first-child {
	margin-left: 3px;
}
#homeBnrsPc li a {
	display: block;
	padding: 156px 30px 0 30px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #C80715;
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 60px;
}
#homeBnrsPc li a:after {
	display: inline-block;
	float: right;
	content: url(/img/home/home_bnr_arr.png);
	margin-right: -10px;
}
#homeBnrsPc li:nth-child(1) a {
	background-image: url(/img/home/hotels.jpg)
}
#homeBnrsPc li:nth-child(2) a {
	background-image: url(/img/home/csr.jpg)
}
#homeBnrsPc li:nth-child(3) a {
	background-image: url(/img/home/library.jpg)
}

#home #footer {
	margin-top: 0;
}


/* -------------------------------
   reason
------------------------------- */

#reasonSec > .inner {
	padding: 0;
}
#reasonVoiceSec .sec > figure {
	float: right;
	width: 322px;
	margin-left: 40px;
}
#reasonVoiceSec .sec.clearfix h3.tit,
#reasonVoiceSec .sec.clearfix .inner {
	float: left;
	width: 450px;
}


/* -------------------------------
   company
------------------------------- */

#greetingSec .img {
	float: right;
	width: 350px;
}
#greetingSec .txt {
	float: left;
	width: 430px;
}

.mapWrap {
	margin: 40px -102px 0 -102px;
	height: 600px;
}


/* -------------------------------
   recruit
------------------------------- */

.voiceList {
	margin: 40px -134px 0 -134px;
}

.voiceList-2{
	margin: 40px auto -134px;
}


.conBnrs {
	margin: 80px -134px 0 -134px;
}
.voiceList li, .voiceList-2 li,
.conBnrs li {
	float: left;
	width: 320px;
	margin-left: 32px;
}
.voiceList li a:hover, .voiceList-2 li a:hover,
.conBnrs li a:hover {
	opacity: 0.75;
}

#voiceSec h2 {
	width: 1024px;
	margin: 0 auto;
}

.searchBtn {
	margin-top: 80px;
}
.searchBnts {
	width: 600px;
	margin: 40px auto 0 auto;
}
.searchBnts li {
	float: left;
	padding: 0 10px;
}


/* -------------------------------
   blog
------------------------------- */

.blogList {
  margin: 0 -102px;
}
.blogList li:nth-child(n+2) {
  margin-top:50px;
}
.blogList li a {
  position:relative;
  display:block;
  padding-left:380px;
  min-height:240px;
}
.blogList li figure {
  position:absolute;
  top:0;
  left:0;
  width:320px;
}

#blogSec .blogList {
  display:flex;
}
#blogSec .blogList li {
  width: calc((100% - 60px) / 3);
  margin-top:0!important;
}
#blogSec .blogList li:nth-child(n+2) {
  margin-left:30px;
}
#blogSec .blogList a {
  padding-left:0;
}
#blogSec .blogList li figure {
  position:static;
  top:auto;
  left:auto;
  width:100%;
  margin-bottom:20px;
}