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

 file name  : facilities.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_faci .m_category_nav {
  max-width: 1260px;
  margin: auto;
}

/* Hover animation */
.btn_normal {
  width: 80%;
  margin: auto;
  margin-top: 30px;
}
.btn_normal a {
  display: inline-block;
  width: 100%;
  color: #000000;
  position: relative;
  text-decoration: none;
  border: solid 1px #1b1408;
  padding-bottom: 1px;
  background: transparent;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  letter-spacing: 0.08em;
}
.btn_normal a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #000000;
}
.btn_normal a:hover:before {
  right: 35px;
}
.btn_normal a:hover span {
  background: none;
}
.btn_normal a:hover span:before {
  width: 0;
}
.btn_normal a:hover span:after {
  opacity: 0;
}
.btn_normal a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 45px;
  width: 10px;
  height: 10px;
  background: url("../images/common/ic_btn_arrow_r_black.png") no-repeat;
  margin-top: -5px;
  background-size: contain;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10;
}
.btn_normal a span {
  display: block;
  padding: 1.4em 15px;
  padding-left: 43px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 5;
  text-align: left;
}
.btn_normal a span:before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #000000;
}
.btn_normal a span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_normal a:active, .btn_normal a:link {
  text-decoration: none !important;
}

.btn_arrow_line a {
  font-size: 107%;
  position: relative;
  display: inline-block;
  letter-spacing: 0.12em;
}
.btn_arrow_line a:hover span:before {
  right: 0;
}
.btn_arrow_line a span {
  position: relative;
  display: inline-block;
  padding: 0 7px 5px;
  padding-right: 35px;
}
.btn_arrow_line a span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  height: 12px;
  width: 11px;
  margin-top: -3px;
  background: url(../images/common/ic_btn_arrow_r_nomal.png) no-repeat;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_arrow_line a span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/common/bg_dotted.png) 0 bottom repeat-x;
  height: 2px;
  width: 100%;
  background-size: contain;
}

/* ----------------------------------------------------------
	.con_faci
----------------------------------------------------------- */
.con_faci {
  margin: 20px 0;
}
.con_faci .m_category_nav {
  max-width: 700px;
}
.con_faci .m_category_nav ul {
  text-align: center;
}
.con_faci .m_category_nav ul li {
  margin-bottom: .5em;
  font-size: 110%;
  display: inline-block;
}
.con_faci .m_category_nav ul li:before {
  content: '/';
  color: #1b1408;
}
.con_faci .m_category_nav ul li:first-child:before {
  display: none;
}
.con_faci .m_category_nav ul li a {
  color: #1b1408;
  margin: 0 1em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.con_faci .m_category_nav ul li a:hover {
  opacity: 0.7;
}

/* ----------------------------------------------------------
	.box_faci
----------------------------------------------------------- */
.box_faci {
  margin-bottom: 60px;
  overflow: hidden;
}
.box_faci.brown {
  padding-top: 30px;
  background: url(../images/facilities/bg_5.jpg);
}
.box_faci h3 {
  padding-top: 20px;
}
.box_faci ul:after {
  content: "";
  display: table;
  clear: both;
}
.box_faci ul li {
  float: left;
}
.box_faci ul li .btn_normal a {
  display: inline-block;
  width: 100%;
  color: #000000;
  position: relative;
  text-decoration: none;
  border: solid 1px #1b1408;
  padding-bottom: 1px;
  background: transparent;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  letter-spacing: 0.08em;
}
.box_faci ul li .btn_normal a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #000000;
}
.box_faci ul li .btn_normal a:hover:before {
  right: 35px;
}
.box_faci ul li .btn_normal a:hover span {
  background: none;
}
.box_faci ul li .btn_normal a:hover span:before {
  width: 0;
}
.box_faci ul li .btn_normal a:hover span:after {
  opacity: 0;
}
.box_faci ul li .btn_normal a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 45px;
  width: 10px;
  height: 10px;
  background: url("../images/common/ic_btn_arrow_r_black.png") no-repeat;
  margin-top: -5px;
  background-size: contain;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10;
}
.box_faci ul li .btn_normal a span {
  display: block;
  padding: 1.4em 15px;
  padding-left: 43px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 5;
  text-align: left;
}
.box_faci ul li .btn_normal a span:before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #000000;
}
.box_faci ul li .btn_normal a span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box_faci ul li .btn_normal a:active, .box_faci ul li .btn_normal a:link {
  text-decoration: none !important;
}
.box_faci .txt {
  float: left;
}
.box_faci .btn_arrow_line {
  float: right;
  margin-top: 20px;
}
.box_faci p.img {
  margin-top: 40px;
}
