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

 file name  : facilities.css
 author     : Ability Consultant
 style info : 館内案内
=================================================================== */
.con_intro .txt_lead, .con_intro .box_map, .con_intro .box_fmap, .con_fac1 .box_fac, .con_fac2 .inner .box_fac, .con_fac3 .box_fac {
	max-width: 1080px;
	margin: auto;
}
@media only screen and (max-width: 1080px) {
  .con_intro .txt_lead, .con_intro .box_map, .con_intro .box_fmap, .con_fac1 .box_fac, .con_fac2 .inner .box_fac, .con_fac3 .box_fac {
		width: 95%;
  }
}

.con_intro .box_fmap:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro h3 {
    font-size: 190%;
    text-align: center;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	color: #3f3f3f;
	font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro h3 {
		font-size: 170%;
		text-align: center;
		width: 92%;
		padding:0 30px;
  }
  .con_intro h3 br {
		display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro h3 {
		font-size: 131%;
		text-align: center;
		width: 100%;
  }
}
.con_intro .txt_lead {
	text-align: center;
	position: relative;
	z-index: 10;
	margin-top: 35px;
	font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .txt_lead {
		margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt_lead {
		margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .txt_lead {
		line-height: 1.9;
  }
}
@media print {
  .con_intro .txt_lead {
		line-height: 1.9;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt_lead {
		text-align: left;
  }
}
.con_intro .txt_wifi {
	position: relative;
	z-index: 10;
	max-width: 273px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 15px 0;
	border-top: 1px solid #93c09b;
	border-bottom: 1px solid #93c09b;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .txt_wifi {
		margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt_wifi {
		margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .txt_wifi {
		padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt_wifi {
		padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt_wifi {
		width: 50%;
  }
}
@media only screen and (min-width: 1081px) {
  .con_intro .txt_wifi + .box_map:before {
		content: '';
		width: 573px;
		height: 389px;
		background: url(../facilities/images/bg_int1.jpg) no-repeat top left;
		display: block;
		position: absolute;
		top: -340px;
		left: -419px;
  }
  .con_intro .txt_wifi + .box_map:after {
		content: '';
		width: 680px;
		height: 419px;
		background: url(../facilities/images/bg_int2.jpg) no-repeat top left;
		display: block;
		position: absolute;
		top: -347px;
		right: -421px;
  }
}
@media print {
  .con_intro .txt_wifi + .box_map:before {
		content: '';
		width: 573px;
		height: 389px;
		background: url(../facilities/images/bg_int1.jpg) no-repeat top left;
		display: block;
		position: absolute;
		top: -340px;
		left: -419px;
  }
  .con_intro .txt_wifi + .box_map:after {
		content: '';
		width: 680px;
		height: 419px;
		background: url(../facilities/images/bg_int2.jpg) no-repeat top left;
		display: block;
		position: absolute;
		top: -347px;
		right: -421px;
  }
}
.con_intro .box_map {
	margin-top: 60px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_map {
		margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_map {
		margin-top: 2em;
  }
}
.con_intro .box_map > * {
	position: relative;
	z-index: 10;
}
.con_intro .box_map h4 {
	z-index: 15;
	text-align: center;
	margin-bottom: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_map h4 {
		margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_map h4 {
		margin-bottom: 1em;
  }
}
.con_intro .box_map h4:before {
	content: '';
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	top: calc(50% - 2px);
	border-bottom: 2px dotted #9d9c78;
}
.con_intro .box_map h4 img {
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_map h4 img {
		width: 56.25%;
  }
}
.con_intro .box_map .txt_attention {
	font-size: 93%;
	margin-top: .5em;
	color: #898989;
	text-align: center;
}
.con_intro .box_map .wrp_icons {
	display: table;
	width: 100%;
	text-align: center;
	margin-top: 51px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #c3c3c3;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_map .wrp_icons {
		margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_map .wrp_icons {
		margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_map .wrp_icons {
		padding-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_map .wrp_icons {
		padding-bottom: 0.5em;
  }
}
.con_intro .box_map .wrp_icons li {
	text-align: left;
	display: table-cell;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_map .wrp_icons li {
		float: left;
		display: block;
		width: 49%;
		margin-bottom: 2%;
  }
  .con_intro .box_map .wrp_icons li:nth-child(2n+1) {
		margin-right: 2%;
  }
}
.con_intro .box_map .wrp_icons li p {
	margin-top: .5em;
}
.con_intro .box_map .wrp_icons li p:first-child {
	margin-top: 0;
}
.con_intro .box_map .wrp_icons li p span, .con_intro .box_map .wrp_icons li p em {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
.con_intro .box_map .wrp_icons li p span {
	margin-right: .5em;
	width: 29px;
}
.con_intro .box_map .wrp_icons li p span img {
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_map .wrp_icons li p span {
		width: 1.5em;
		max-width: 29px;
  }
}
.con_intro .box_map .wrp_icons li p em {
	font-size: 108%;
	width: calc(100% - .5em - 29px);
	line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_map .wrp_icons li p em {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_map .wrp_icons li p em {
		width: calc(100% - 2.5em);
		line-height: 1.1;
		font-size: 93%;
  }
}
.con_intro .box_fmap {
	margin-top: 47px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_fmap {
		margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_fmap {
		margin-top: 2em;
  }
}
.con_intro .box_fmap .wrp_map {
	float: left;
	width: 535px;
}
@media only screen and (max-width: 1080px) {
  .con_intro .box_fmap .wrp_map {
		margin-top: 1.5em !important;
		padding-top: 1em;
		border-top: 2px dotted #d8d8d8;
  }
  .con_intro .box_fmap .wrp_map:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_fmap .wrp_map {
		float: none;
		margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_fmap .wrp_map {
		width: 100%;
		float: none;
  }
}
@media only screen and (min-width: 1081px) {
  .con_intro .box_fmap .wrp_map:first-child {
		margin-right: 4px;
		padding-right: 4px;
		border-right: 2px dotted #d8d8d8;
  }
  .con_intro .box_fmap .wrp_map:first-child .st {
		text-align: left;
		padding: 0;
		padding-left: 3.01205%;
  }
}
@media print {
  .con_intro .box_fmap .wrp_map:first-child {
		margin-right: 4px;
		padding-right: 4px;
		border-right: 2px dotted #d8d8d8;
  }
  .con_intro .box_fmap .wrp_map:first-child .st {
		text-align: left;
		padding: 0;
		padding-left: 3.01205%;
  }
}
.con_intro .box_fmap .wrp_map#map1 .inner .img:after {
	background: url(../facilities/images/img_fmap1_txt.png) no-repeat top left;
}
.con_intro .box_fmap .wrp_map#map1 .inner .hover_img li.f1 {
	top: 172px;
	left: 319px;
}
.con_intro .box_fmap .wrp_map#map1 .inner .hover_img li.f2 {
	top: 101px;
	left: 417px;
}
.con_intro .box_fmap .wrp_map#map1 .inner .hover_img li.f3 {
	top: 150px;
	left: 129px;
}
.con_intro .box_fmap .wrp_map#map1 .inner .hover_img li.f4 {
	top: 139px;
	left: 244px;
}
.con_intro .box_fmap .wrp_map#map1 .inner .hover_img li.f5 {
	top: 284px;
	left: 280px;
}
.con_intro .box_fmap .wrp_map#map1 .inner .hover_img li.f6 {
	top: 269px;
	left: 369px;
}
.con_intro .box_fmap .wrp_map#map1 .inner .links li.f1 {
	top: 6px;
	left: 235px;
}
.con_intro .box_fmap .wrp_map#map1 .inner .links li.f2 {
	top: 6px;
	left: 370px;
}
.con_intro .box_fmap .wrp_map#map1 .inner .links li.f3 {
	top: 322px;
	left: 17px;
}
.con_intro .box_fmap .wrp_map#map1 .inner .links li.f4 {
	top: 365px;
	left: 125px;
}
.con_intro .box_fmap .wrp_map#map1 .inner .links li.f5 {
	top: 427px;
	left: 217px;
}
.con_intro .box_fmap .wrp_map#map1 .inner .links li.f6 {
	top: 364px;
	left: 337px;
    width: 142px;
}
.con_intro .box_fmap .wrp_map#map2 .inner .img:after {
	background: url(../facilities/images/img_fmap2_txt.png) no-repeat top left;
}
.con_intro .box_fmap .wrp_map#map2 .inner .hover_img li.f1 {
	top: 65px;
	left: 253px;
}
.con_intro .box_fmap .wrp_map#map2 .inner .hover_img li.f2 {
	top: 137px;
	left: 341px;
}
.con_intro .box_fmap .wrp_map#map2 .inner .hover_img li.f3 {
	top: 66px;
	left: 425px;
}
.con_intro .box_fmap .wrp_map#map2 .inner .hover_img li.f4 {
	top: 71px;
	left: 93px;
}
.con_intro .box_fmap .wrp_map#map2 .inner .hover_img li.f5 {
	top: 113px;
	left: 102px;
}
.con_intro .box_fmap .wrp_map#map2 .inner .hover_img li.f6 {
	top: 268px;
	left: 273px;
}
.con_intro .box_fmap .wrp_map#map2 .inner .hover_img li.f7 {
	top: 152px;
	left: 342px;
}
.con_intro .box_fmap .wrp_map#map2 .inner .links li.f1 {
	top: 0;
	left: 167px;
	width: 110px;
	min-width: inherit;
}
.con_intro .box_fmap .wrp_map#map2 .inner .links li.f1 a {
	padding: .6em 0;
}
.con_intro .box_fmap .wrp_map#map2 .inner .links li.f2 {
	top: 0;
	left: 291px;
	width: 100px;
	min-width: inherit;
}
.con_intro .box_fmap .wrp_map#map2 .inner .links li.f2 a {
	padding: .6em 0;
}
.con_intro .box_fmap .wrp_map#map2 .inner .links li.f3 {
	top: 0;
	left: 401px;
	width: 134px;
	min-width: inherit;
}
.con_intro .box_fmap .wrp_map#map2 .inner .links li.f3 a {
	padding: .6em 0;
}
.con_intro .box_fmap .wrp_map#map2 .inner .links li.f4 {
	top: 198px;
	left: 35px;
	width: 91px;
	min-width: inherit;
}
.con_intro .box_fmap .wrp_map#map2 .inner .links li.f4 a {
	padding: .6em 0;
}
.con_intro .box_fmap .wrp_map#map2 .inner .links li.f5 {
	top: 362px;
	left: 64px;
	width: 140px;
	min-width: inherit;
}
.con_intro .box_fmap .wrp_map#map2 .inner .links li.f5 a {
	padding: .6em 0;
}
.con_intro .box_fmap .wrp_map#map2 .inner .links li.f6 {
	top: 402px;
	left: 234px;
	width: 140px;
	min-width: inherit;
}
.con_intro .box_fmap .wrp_map#map2 .inner .links li.f6 a {
	padding: .6em 0;
}
.con_intro .box_fmap .wrp_map#map2 .inner .links li.f7 {
	top: 362px;
	left: 380px;
	width: 125px;
}
.con_intro .box_fmap .wrp_map#map2 .inner .links li.f7 a {
	padding: .6em 0;
}
.con_intro .box_fmap .wrp_map#map3 {
	padding-top: 55px;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_intro .box_fmap .wrp_map#map3 {
		width: 497px;
		float: none;
		clear: both;
		margin: 0 auto;
  }
}
@media print {
  .con_intro .box_fmap .wrp_map#map3 {
		width: 497px;
		float: none;
		clear: both;
		margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_fmap .wrp_map#map3 {
		padding-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_fmap .wrp_map#map3 {
		padding-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_fmap .wrp_map#map3 .st {
		float: left;
		padding: 0;
		width: 63px;
  }
}
@media print {
  .con_intro .box_fmap .wrp_map#map3 .st {
		float: left;
		padding: 0;
		width: 63px;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_fmap .wrp_map#map3 .inner {
		width: 406px;
		float: right;
  }
}
@media print {
  .con_intro .box_fmap .wrp_map#map3 .inner {
		width: 406px;
		float: right;
  }
}
.con_intro .box_fmap .wrp_map#map3 .inner .img:after {
	background: url(../facilities/images/img_fmap3_txt.png) no-repeat top left;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_fmap .wrp_map#map3 .inner .img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
  }
}
.con_intro .box_fmap .wrp_map#map3 .inner .hover_img li.f1 {
	top: 5px;
	left: 242px;
}
.con_intro .box_fmap .wrp_map#map3 .inner .links li.f1 {
	top: 0;
	left: 0;
}
.con_intro .box_fmap .wrp_map .st {
	text-align: right;
	padding-right: 3.01205%;
	margin-bottom: 11px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_fmap .wrp_map .st {
		margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_intro .box_fmap .wrp_map .st {
		text-align: left;
		padding-left: 3.01205%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_fmap .wrp_map .st {
		text-align: left;
		padding: 0;
		color: #898989;
		font-size: 93%;
  }
  .con_intro .box_fmap .wrp_map .st img {
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		width: 12.91667%;
		margin-right: .5em;
  }
}
.con_intro .box_fmap .wrp_map .inner {
	position: relative;
}
@media only screen and (min-width: 768px) {
  .con_intro .box_fmap .wrp_map .inner .img:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
  }
}
@media print {
  .con_intro .box_fmap .wrp_map .inner .img:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
  }
}
.con_intro .box_fmap .wrp_map .inner .hover_img li {
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.con_intro .box_fmap .wrp_map .inner .hover_img li.active {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.con_intro .box_fmap .wrp_map .inner .links li {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	z-index: 10;
}
.con_intro .box_fmap .wrp_map .inner .links li a {
	display: block;
	text-decoration: none;
	background: #4a675b;
	color: #FFF;
	font-size: 108%;
	text-align: center;
	padding: .7em 2em;
	min-width: 70px;
	line-height: 1.3;
	-moz-transition: background 300ms, -moz-transform 300ms;
	-o-transition: background 300ms, -o-transform 300ms;
	-webkit-transition: background 300ms, -webkit-transform 300ms;
	transition: background 300ms, transform 300ms;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.con_intro .box_fmap .wrp_map .inner .links li a:hover {
	background: #00623b;
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

/* -----------------------------------------------------------
	.con_fac1
----------------------------------------------------------- */
.con_fac1 {
	margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac1 {
		margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac1 {
		margin-top: 2em;
  }
}
.con_fac1 .box_fac {
	margin-top: 29px;
	letter-spacing: -.4em;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac1 .box_fac {
		margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac1 .box_fac {
		margin-top: 1em;
  }
}
.con_fac1 .box_fac li {
	width: 518px;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	margin-left: 3.88889%;
	margin-bottom: 23px;
	text-align: left;
	vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac1 .box_fac li {
		padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac1 .box_fac li {
		padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac1 .box_fac li {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac1 .box_fac li {
		margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_fac1 .box_fac li:nth-child(2n+1) {
		margin-left: 0;
  }
}
@media print {
  .con_fac1 .box_fac li:nth-child(2n+1) {
		margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac1 .box_fac li {
		width: 49%;
		margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac1 .box_fac li {
		width: 100%;
		height: auto !important;
		margin: 0 0 .5em;
		display: block;
		-moz-border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		border-radius: 0.2em;
  }
}
.con_fac1 .box_fac li .st {
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_fac1 .box_fac li .st {
		margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac1 .box_fac li .st {
		position: relative;
		padding: .5em;
  }
  .con_fac1 .box_fac li .st:after {
		content: 'û';
		font-family: CONDENSEicon;
		position: absolute;
		top: 50%;
		margin-top: -.7em;
		right: .5em;
		font-weight: normal;
		font-size: 108%;
  }
  .con_fac1 .box_fac li .st.active:after {
		content: 'ü';
		font-family: CONDENSEicon;
  }
}
.con_fac1 .box_fac li .st span {
	color: #FFF;
	background: #55a464;
	font-family: "Cinzel", serif;
	font-size: 139%;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 9.2437%;
	text-align: center;
	padding: .5em 0;
	line-height: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 2.10084%;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac1 .box_fac li .st span {
		font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac1 .box_fac li .st span {
		width: 12%;
		margin-right: 2%;
  }
}
.con_fac1 .box_fac li .st em {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 131%;
	color: #59493f;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 88.44538%;
	line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac1 .box_fac li .st em {
		font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac1 .box_fac li .st em {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac1 .box_fac li .st em {
		width: 86%;
		line-height: 1.2;
  }
}
.con_fac1 .box_fac li .detail {
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_fac1 .box_fac li .detail {
		display: block !important;
  }
}
@media print {
  .con_fac1 .box_fac li .detail {
		display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac1 .box_fac li .detail {
		display: none;
		padding: 0 .5em .5em;
  }
}
.con_fac1 .box_fac li .detail .wrp_img {
	float: left;
	width: 50.21008%;
}
.con_fac1 .box_fac li .detail .wrp_txt {
	float: right;
	width: 46.21849%;
}
.con_fac1 .box_fac li .detail .wrp_txt .txt {
	font-size: 93%;
}
@media only screen and (min-width: 1081px) {
  .con_fac1 .box_fac li .detail .wrp_txt .txt {
		line-height: 1.6;
  }
}
@media print {
  .con_fac1 .box_fac li .detail .wrp_txt .txt {
		line-height: 1.6;
  }
}
.con_fac1 .box_fac li .detail .wrp_txt .txt_link {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .con_fac1 .box_fac li .detail .wrp_txt .txt_link {
		width: 100%;
		text-align: center;
  }
}
.con_fac1 .box_fac li .detail .wrp_txt .txt_link a {
	border-top: 1px dotted #7f7f7f;
	border-bottom: 1px dotted #7f7f7f;
	font-size: 108%;
	display: block;
	text-decoration: none;
	padding: .3em .5em;
	-moz-transition: color 300ms, border-color 300ms;
	-o-transition: color 300ms, border-color 300ms;
	-webkit-transition: color 300ms, border-color 300ms;
	transition: color 300ms, border-color 300ms;
}
@media only screen and (max-width: 767px) {
  .con_fac1 .box_fac li .detail .wrp_txt .txt_link a {
		padding: .5em;
  }
}
.con_fac1 .box_fac li .detail .wrp_txt .txt_link a:before {
	content: 'ú';
	font-family: CONDENSEicon;
	color: #FFF;
	background: #73723e;
	line-height: 1;
	padding: .3em .4em .3em .5em;
	font-size: 77%;
	margin-right: 1em;
}
.con_fac1 .box_fac li .detail .wrp_txt .txt_link a:hover {
	border-top: 1px dotted #73723e;
	border-bottom: 1px dotted #73723e;
	color: #73723e;
}

/* -----------------------------------------------------------
	.con_fac2
----------------------------------------------------------- */
.con_fac2 {
	margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac2 {
		margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac2 {
		margin-top: 2em;
  }
}
.con_fac2 .inner {
	background: #59493f;
	margin-top: 30px;
	padding: 40px 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac2 .inner {
		margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac2 .inner {
		margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac2 .inner {
		padding: 30px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac2 .inner {
		padding: 1em 0;
  }
}
.con_fac2 .inner .box_fac {
	overflow: hidden;
}
.con_fac2 .inner .box_fac li {
	width: 31.48148%;
	margin-left: 2.77778%;
	background: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	float: left;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac2 .inner .box_fac li {
		padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac2 .inner .box_fac li {
		padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac2 .inner .box_fac li {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac2 .inner .box_fac li {
		margin-bottom: 0.5em;
  }
}
.con_fac2 .inner .box_fac li:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}
@media only screen and (max-width: 767px) {
  .con_fac2 .inner .box_fac li {
		width: 100%;
		height: auto !important;
		float: none;
		margin: 0 0 .5em;
		-moz-border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		border-radius: 0.2em;
  }
}
.con_fac2 .inner .box_fac li .st {
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_fac2 .inner .box_fac li .st {
		margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac2 .inner .box_fac li .st {
		position: relative;
		padding: .5em;
  }
  .con_fac2 .inner .box_fac li .st:after {
		content: 'û';
		font-family: CONDENSEicon;
		position: absolute;
		top: 50%;
		margin-top: -.7em;
		right: .5em;
		font-weight: normal;
		font-size: 108%;
  }
  .con_fac2 .inner .box_fac li .st.active:after {
		content: 'ü';
		font-family: CONDENSEicon;
  }
}
.con_fac2 .inner .box_fac li .st span {
	color: #FFF;
	background: #7e6b5a;
	font-family: "Cinzel", serif;
	font-size: 139%;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 44px;
	margin-right: 10px;
	text-align: center;
	padding: .7em 0;
	line-height: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 41px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac2 .inner .box_fac li .st span {
		font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac2 .inner .box_fac li .st span {
		width: 12%;
		margin-right: 2%;
		height: inherit;
		max-height: 2.5em;
		padding: .5em 0;
  }
}
.con_fac2 .inner .box_fac li .st span.jp {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 116%;
	padding: .9em 0;
}
@media only screen and (max-width: 767px) {
  .con_fac2 .inner .box_fac li .st span.jp {
		padding: .7em 0;
  }
}
.con_fac2 .inner .box_fac li .st span.small {
	font-size: 90%;
	padding: 1em 0;
}
@media only screen and (max-width: 767px) {
  .con_fac2 .inner .box_fac li .st span.small {
		    padding: 1.2em 0 2em 0;
  }
}
.con_fac2 .inner .box_fac li .st em {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 131%;
	color: #59493f;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: calc(100% - 54px);
	line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac2 .inner .box_fac li .st em {
		font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac2 .inner .box_fac li .st em {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac2 .inner .box_fac li .st em {
		width: 86%;
		line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .con_fac2 .inner .box_fac li .detail {
		display: block !important;
  }
}
@media print {
  .con_fac2 .inner .box_fac li .detail {
		display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac2 .inner .box_fac li .detail {
		display: none;
		padding: 0 .5em 1em;
  }
}
.con_fac2 .inner .box_fac li .detail .wrp_txt {
	margin-top: .7em;
}
.con_fac2 .inner .box_fac li .detail .wrp_txt .txt {
	font-size: 100%;
}
.con_fac2 .inner .box_fac li .detail .wrp_txt .txt_link {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .con_fac2 .inner .box_fac li .detail .wrp_txt .txt_link {
		width: 95%;
		display: block;
		margin: 1em auto 0;
		text-align: center;
  }
}
.con_fac2 .inner .box_fac li .detail .wrp_txt .txt_link a {
	border-top: 1px dotted #7f7f7f;
	border-bottom: 1px dotted #7f7f7f;
	font-size: 108%;
	display: block;
	text-decoration: none;
	padding: .3em .5em;
	-moz-transition: color 300ms, border-color 300ms;
	-o-transition: color 300ms, border-color 300ms;
	-webkit-transition: color 300ms, border-color 300ms;
	transition: color 300ms, border-color 300ms;
}
@media only screen and (max-width: 767px) {
  .con_fac2 .inner .box_fac li .detail .wrp_txt .txt_link a {
		padding: .5em;
  }
}
.con_fac2 .inner .box_fac li .detail .wrp_txt .txt_link a:before {
	content: 'ú';
	font-family: CONDENSEicon;
	color: #FFF;
	background: #73723e;
	line-height: 1;
	padding: .3em .4em .3em .5em;
	font-size: 77%;
	margin-right: 1em;
}
.con_fac2 .inner .box_fac li .detail .wrp_txt .txt_link a:hover {
	border-top: 1px dotted #73723e;
	border-bottom: 1px dotted #73723e;
	color: #73723e;
}
.con_fac2 .inner .box_fac li .detail .wrp_img {
	text-align: center;
}

/* -----------------------------------------------------------
	.con_fac3
----------------------------------------------------------- */
.con_fac3 {
	margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac3 {
		margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac3 {
		margin-top: 1.5em;
  }
}
.con_fac3 .box_fac {
	overflow: hidden;
	margin-top: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac3 .box_fac {
		margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac3 .box_fac {
		margin-top: 1em;
  }
}
.con_fac3 .box_fac li {
	width: 31.48148%;
	margin-left: 2.77778%;
	background: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 20px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	border: 1px solid #d7d7d7;
	float: left;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac3 .box_fac li {
		padding: 0 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac3 .box_fac li {
		padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac3 .box_fac li {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac3 .box_fac li {
		margin-bottom: 0.5em;
  }
}
.con_fac3 .box_fac li:first-child,
.con_fac3 .box_fac li:nth-child(4) {
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_fac3 .box_fac li {
		-moz-border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
		border-radius: 0.2em;
		width: 100%;
		height: auto !important;
		margin: 0 0 .5em;
  }
}
.con_fac3 .box_fac li .st {
	font-size: 131%;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	text-align: center;
	color: #59493f;
	padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_fac3 .box_fac li .st {
		padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac3 .box_fac li .st {
		padding: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac3 .box_fac li .st {
		position: relative;
		font-size: 124%;
  }
  .con_fac3 .box_fac li .st:after {
		content: 'û';
		font-family: CONDENSEicon;
		position: absolute;
		top: 50%;
		margin-top: -.7em;
		right: .5em;
		font-weight: normal;
		font-size: 88%;
  }
  .con_fac3 .box_fac li .st.active:after {
		content: 'ü';
		font-family: CONDENSEicon;
  }
}
@media only screen and (min-width: 768px) {
  .con_fac3 .box_fac li .detail {
		display: block !important;
  }
}
@media print {
  .con_fac3 .box_fac li .detail {
		display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac3 .box_fac li .detail {
		display: none;
		padding: 0 .5em .5em;
  }
}
.con_fac3 .box_fac li .detail .wrp_img {
	text-align: center;
}
.con_fac3 .box_fac li .detail .wrp_txt {
	margin-top: .6em;
}
.con_fac3 .box_fac li .detail .wrp_txt .txt {
	font-size: 100%;
}
@media only screen and (max-width: 1080px) {
  .con_fac3 .box_fac li .detail .wrp_txt .txt {
		font-size: 100%;
  }
}
.con_fac3 .box_fac li .detail .wrp_txt .txt_link {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .con_fac3 .box_fac li .detail .wrp_txt .txt_link {
		width: 50%;
		display: block;
		margin: 1em auto 0;
		text-align: center;
  }
}
.con_fac3 .box_fac li .detail .wrp_txt .txt_link a {
	border-top: 1px dotted #7f7f7f;
	border-bottom: 1px dotted #7f7f7f;
	font-size: 108%;
	display: block;
	text-decoration: none;
	padding: .3em .5em;
	-moz-transition: color 300ms, border-color 300ms;
	-o-transition: color 300ms, border-color 300ms;
	-webkit-transition: color 300ms, border-color 300ms;
	transition: color 300ms, border-color 300ms;
}
@media only screen and (max-width: 767px) {
  .con_fac3 .box_fac li .detail .wrp_txt .txt_link a {
		padding: .5em;
  }
}
.con_fac3 .box_fac li .detail .wrp_txt .txt_link a:before {
	content: 'ú';
	font-family: CONDENSEicon;
	color: #FFF;
	background: #73723e;
	line-height: 1;
	padding: .3em .4em .3em .5em;
	font-size: 77%;
	margin-right: 1em;
}
.con_fac3 .box_fac li .detail .wrp_txt .txt_link a:hover {
	border-top: 1px dotted #73723e;
	border-bottom: 1px dotted #73723e;
	color: #73723e;
}

figure {
	display: block;
	margin: 0;
}
