@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : facilities.css
 author     : Ability Consultant
 style info : 館内案内
=================================================================== */
/* Font-family - Japanese */
/* Font-family - English */
.con_map, .con_intro, .con_women .box_women, .con_24h, .con_fa, .con_list, .con_info {
	margin: auto;
	width: 95%;
}

.con_map:after, .con_intro:after, .con_women .box_women:after, .con_women .box_women .info ul:after, .con_24h:after, .con_fa:after, .con_list:after, .con_info:after {
	content: "";
	display: table;
	clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	con_map
----------------------------------------------------------- */
.con_map {
	background-color: #fff;
	padding: 50px 0 30px;
	position: relative;
	width: 950px;
}
.con_map .st {
	text-align:center;
	top: 30px;
	left: 43%;
	font-family: "Oswald", sans-serif;
	font-size: 243%;
}
.con_map .box_map {
	float: left;
	width: 60%;
	padding: 0 3%;
}
.con_map .con_txt {
	float: left;
	width: 40%;
	margin-top: 50px;
	padding-right: 3%;
}
.con_map .con_txt .txt {
	margin-bottom: 30px;
}
.con_map .con_txt .ic_map {
	background-color: #eeeeee;
	padding: 20px;
}
.con_map .con_txt .ic_map li span {
	margin-left: 10px;
	vertical-align: top;
	line-height: 2.0em;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
	padding-bottom: 50px;
	background-color: #fff;
	width: 950px;
}
.con_intro .des {
	text-align: center;
	padding: 40px;
	font-size: 115%;
}
.con_intro .photo {
	float: left;
	width: 58.45455%;
}
.con_intro .info {
	float: right;
	width: 39.54545%;
}
.con_intro .info h4 {
	margin: 0 0 10px;
	color: #000000;
	font-size: 143%;
}
.con_intro .info .time {
	background: #eee;
	padding: 10px;
	margin: 0 20px 10px 0;
}
.con_intro .info .txt {
	line-height: 1.8;
}
.con_intro .info .txt span {
	color: #b20917;
	padding: 5px 10px;
	margin-top: 20px;
}

/* -----------------------------------------------------------
	con_women
----------------------------------------------------------- */
.con_women {
	background: #f0f0f0;
	padding: 60px 0 65px;
	margin-bottom: 60px;
}
.con_women .box_women .photo {
	float: right;
	width: 56.81818%;
}
.con_women .box_women .info {
	float: left;
	width: 40.09091%;
}
.con_women .box_women .info h4 {
	margin: 0 0 10px;
	color: #e0414e;
	font-size: 143%;
}
.con_women .box_women .info h4 span {
	font-size: 79%;
}
.con_women .box_women .info .txt {
	line-height: 1.8;
	margin-bottom: 25px;
}
.con_women .box_women .info ul li {
	float: left;
	width: 32.19955%;
	margin-right: 1.13379%;
	text-align: center;
}
.con_women .box_women .info ul li .sub {
	margin: 5px 0 0;
	line-height: 1.3;
}

/* -----------------------------------------------------------
	con_women
----------------------------------------------------------- */
.con_24h {
	margin-bottom: 60px;
	width: 950px;
}
.con_24h .photo {
	float: left;
	width: 58.45455%;
}
.con_24h .info {
	float: right;
	width: 39.09091%;
}
.con_24h .info h4 {
	margin: 0 0 10px;
	color: #000000;
	font-size: 143%;
}
.con_24h .info h4 span {
	font-size: 70%;
}
.con_24h .info .time {
	background: #eee;
	padding: 10px;
	margin: 0 0 10px;
}
.con_24h .info .txt {
	line-height: 1.8;
	margin-bottom: 25px;
}
.con_24h .info .btn_bor_black {
	text-align: left;
}
.con_24h .info .btn_bor_black a {
	max-width: 200px;
	border: solid 2px #000;
	padding: 10px;
	font-size: 100%;
	text-align: center;
	color: #000 !important;
	text-decoration: none !important;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.con_24h .info .btn_bor_black a:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
}
.con_24h .info .btn_bor_black a:hover {
	color: #444444;
}
.con_24h .info .btn_bor_black a:hover:after {
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
}

/* -----------------------------------------------------------
	con_fa
----------------------------------------------------------- */
.con_fa {
	margin-bottom: 50px;
	width: 950px;
}
.con_fa li {
	float: left;
	width: 48.18182%;
}
.con_fa li h4 {
	margin: 10px 0;
	color: #000000;
	font-size: 143%;
}
.con_fa li .txt {
	line-height: 1.8;
}
.con_fa li:last-child {
	float: right;
}

/* -----------------------------------------------------------
	con_list
----------------------------------------------------------- */
.con_list {
	width: 950px;
}
.con_list li {
	float: left;
	margin-bottom: 30px;
	width: 30.90909%;
	margin-right: 3.63636%;
}
.con_list li h4 {
	margin: 10px 0;
	color: #000000;
	font-size: 143%;
}
.con_list li .txt {
	line-height: 1.8;
}
.con_list li.break {
	margin-right: 0;
}

/* -----------------------------------------------------------
	con_info
----------------------------------------------------------- */
.con_info {
	margin-bottom: 50px;
	width: 950px;
}
.con_info .st_mid02 {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 200%;
	/*background: url(../images/common/bg_line_diagonal.png) 0 center repeat-x;*/
	color: #000;
	margin-bottom: 30px;
}
.con_info .st_mid02 span {
	display: inline-block;
	padding-right: 25px;
	background: #fff;
}
.con_info table {
	width: 100%;
}
.con_info table tr th {
	width: 264px;
}

.btn_red {
	text-align: center;
}
.btn_red a {
	max-width: 320px;
	display: inline-block;
	font-size: 100%;
	text-align: center;
	width: 100%;
	background: #d40011;
	color: #fff !important;
	text-decoration: none !important;
	padding: 15px 10px;
	position: relative;
	z-index: 1;
}
.btn_red a:before {
	content: '→';
	position: absolute;
	opacity: 0;
	font-size: 14px;
	top: 50%;
	margin-top: -9px;
	right: 25px;
	z-index: -2;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.btn_red a:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
}
.btn_red a:hover:before {
	right: 5px;
	z-index: 1;
	opacity: 1;
}
.btn_red a:hover:after {
	top: 0;
	left: 0;
	width: 100%;
	background: #b20917;
}

.btn_bor_black {
	text-align: center;
}
.btn_bor_black a {
	max-width: 320px;
	border: solid 2px #000;
	padding: 10px;
	font-size: 100%;
	text-align: center;
	color: #000 !important;
	text-decoration: none !important;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.btn_bor_black a:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
}
.btn_bor_black a:hover {
	color: #444444;
}
.btn_bor_black a:hover:after {
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.btn_bor_white {
	text-align: center;
}
.btn_bor_white a {
	max-width: 320px;
	border: solid 2px #fff;
	padding: 10px;
	font-size: 100%;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.btn_bor_white a:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
}
.btn_bor_white a:hover {
	color: #444444;
}
.btn_bor_white a:hover:after {
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.box_title {
	text-align: center;
	margin-bottom: 40px;
}
.box_title h3 {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 243%;
	color: #000;
}
.box_title .txt {
	font-size: 115%;
	margin-top: 10px;
}

.st_mid {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 200%;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
	color: #000;
}

.st_mid02 {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 200%;
	/*background: url(../images/common/bg_line_diagonal.png) 0 center repeat-x;*/
	color: #000;
	margin-bottom: 30px;
}
.st_mid02 span {
	display: inline-block;
	padding-right: 25px;
	background: #fff;
}
