@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : company.css
 author     : Ability Consultant
 style info : フロントチェックイン
=================================================================== */
.con_front, .con_front .wrp_front_info, .con_company {
	max-width: 1280px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_front, .con_front .wrp_front_info, .con_company {
		width: 95%;
  }
}

.con_front .box_intro .box_info:after, .con_front .wrp_front_info:after, .con_company:after {
	content: "";
	display: table;
	clear: both;
}

/* Fonts */
/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
	background: transparent url(../company/images/img_main.jpg) no-repeat top center;
	background-size: auto 100%;
}

/* -----------------------------------------------------------
	gnav
----------------------------------------------------------- */
.con_gnav ul li.gnav_7 a {
	background: #e3debf;
}

/* -----------------------------------------------------------
	con_front
----------------------------------------------------------- */
.con_front .box_intro .intro_txt {
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_front .box_intro .intro_txt {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_front .box_intro .intro_txt {
		margin-bottom: 10px;
  }
}
.con_front .box_intro .box_info {
	margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_front .box_intro .box_info {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_front .box_intro .box_info {
		margin-bottom: 40px;
  }
}
.con_front .box_intro .box_info .box_table {
	width: 49%;
	float: left;
	margin-left: 2%;
}
@media only screen and (max-width: 767px) {
  .con_front .box_intro .box_info .box_table {
		width: 100%;
		float: none;
		margin-left: 0;
  }
}
.con_front .box_intro .box_info .box_table:first-child {
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_front .box_intro .box_info .box_table:first-child {
		margin-bottom: 40px;
  }
}
.con_front .box_intro .box_info .box_table .img_front {
	margin-bottom: 20px;
}
.con_front .box_intro .box_info .box_table .img_front img {
	width: 100%;
}
.con_front .box_intro .box_info .box_table .st_table {
	font-size: 143%;
	margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .con_front .box_intro .box_info .box_table .st_table {
		font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_front .box_intro .box_info .box_table .st_table {
		font-size: 115%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_front .box_intro .box_info .box_table .st_table {
		margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_front .box_intro .box_info .box_table .st_table {
		margin-bottom: 10px;
  }
}
.con_front .box_intro .box_info .box_table .st_table i {
	margin-right: 0.3em;
	color: #011846;
}
.con_front .box_intro .box_info .box_table table {
	width: 100%;
}
.con_front .box_intro .box_info .box_table table tr {
	border-bottom: 1px dotted #aaa;
}
.con_front .box_intro .box_info .box_table table tr th {
	font-weight: normal;
	padding: 12px 20px;
}
@media only screen and (max-width: 767px) {
  .con_front .box_intro .box_info .box_table table tr th {
		padding: 12px 10px;
		width: 25%;
  }
}
.con_front .box_intro .box_info .box_table table tr td {
	padding: 12px 20px;
}
@media only screen and (max-width: 767px) {
  .con_front .box_intro .box_info .box_table table tr td {
		padding: 12px 10px;
  }
}
.con_front .box_intro .box_caution {
	margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_front .box_intro .box_caution {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_front .box_intro .box_caution {
		margin-bottom: 20px;
  }
}
.con_front .box_intro .box_caution h3 {
	font-family: "Arial", "Verdana", "Verdana", sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 5px;
}
.con_front .box_intro .box_caution .txt {
	font-size: 1.2em;
	margin-bottom: 5px;
}
.con_front .box_intro .box_caution .caution {
	color: #f00;
	font-size: 1.1em;
	margin-bottom: 0.2em;
}
.con_front .img_sheckin {
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_front .img_sheckin {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_front .img_sheckin {
		margin-bottom: 30px;
  }
}
.con_front .box_map {
	margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_front .box_map {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_front .box_map {
		margin-bottom: 20px;
  }
}
.con_front .box_map #gmap {
	height: 500px;
	margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_front .box_map #gmap {
		height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .con_front .box_map #gmap {
		height: 300px;
  }
}
.con_front .box_map .txt {
	text-align: right;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_front .box_map .txt {
		text-align: left;
  }
}
.con_front .wrp_front_info .box_movie {
	float: left;
	width: 60%;
	padding-right: 60px;
	margin: 0 auto;
	margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_front .wrp_front_info .box_movie {
		margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_front .wrp_front_info .box_movie {
		margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_front .wrp_front_info .box_movie {
		padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_front .wrp_front_info .box_movie {
		width: 100%;
		float: none;
		padding: 0;
  }
}
.con_front .wrp_front_info .box_movie .wrap_movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.con_front .wrp_front_info .box_movie .wrap_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.con_front .wrp_front_info .box_banner {
	width: 40%;
	float: right;
}
@media only screen and (max-width: 767px) {
  .con_front .wrp_front_info .box_banner {
		width: 100%;
		float: none;
		margin-bottom: 60px;
  }
}
.con_front .wrp_front_info .box_banner .bn a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.con_front .wrp_front_info .box_banner .bn a:hover {
	opacity: 0.7;
}
.con_front .wrp_front_info .box_banner .txtarea {
	margin-top: 10px;
}

/* -----------------------------------------------------------
	con_company
----------------------------------------------------------- */
.con_company {
	margin-bottom: 80px;
}
.con_company .img {
	width: 40%;
	float: left;
}
@media only screen and (max-width: 1024px) {
  .con_company .img {
		width: 100%;
		text-align: center;
  }
}
.con_company .img img {
	width: 100%;
}
.con_company .box_info {
	width: 57%;
	margin-left: 3%;
	float: left;
}
@media only screen and (max-width: 1024px) {
  .con_company .box_info {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
  }
}
.con_company .box_info table {
	width: 100%;
}
.con_company .box_info table tr {
	border-bottom: 1px dotted #aaa;
}
.con_company .box_info table tr th {
	font-weight: normal;
	padding: 12px 20px;
}
@media only screen and (max-width: 767px) {
  .con_company .box_info table tr th {
		padding: 12px 10px;
		width: 25%;
  }
}
.con_company .box_info table tr td {
	padding: 12px 20px;
}
@media only screen and (max-width: 767px) {
  .con_company .box_info table tr td {
		padding: 12px 10px;
  }
}
