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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_int, .con_point, .con_facilities, .con_topics {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .con_int, .con_point, .con_facilities, .con_topics {
    padding: 0 5.72917%;
  }
}
@media print {
  .con_int, .con_point, .con_facilities, .con_topics {
    padding: 0 5.72917%;
  }
}
.ie8 .con_int, .ie8 .con_point, .ie8 .con_facilities, .ie8 .con_topics {
  padding: 0 5.72917%;
}
@media only screen and (max-width: 1199px) {
  .con_int, .con_point, .con_facilities, .con_topics {
    width: 91.66667%;
  }
}

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

@font-face {
  font-family: 'min-en_Regular';
  src: url(../css/font/min-en_Regular.woff) format("woff"), url(../css/font/min-en_Regular.ttf) format("opentype");
}
/* font-awesome */
/*-----------------------------------------------------------
	Loading
----------------------------------------------------------- */
#loader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10002;
  background: #fff;
}

#fade {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
}

#main_search.loading {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #fff;
  display: block;
  z-index: 10001;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header .con_header .main_catch {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 400;
  top: 30%;
  width: 800px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .main_catch {
    top: 27%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .main_catch {
    top: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .main_catch {
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .main_catch {
    width: 100%;
  }
}
#header .con_header .main_catch .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 143%;
  margin-bottom: .5em;
  letter-spacing: .6em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .main_catch .jp {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .main_catch .jp {
    font-size: 108%;
  }
}
#header .con_header .main_catch span {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 500%;
  line-height: .95;
  letter-spacing: .05em;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .main_catch span {
    font-size: 429%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .main_catch span {
    font-size: 215%;
  }
}
#header .con_header .main_catch .en {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 200%;
  margin-top: .2em;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .main_catch .en {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .main_catch .en {
    font-size: 100%;
  }
}
#header .con_header #main_slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-bottom: 0;
  min-height: 600px;
}
#header .con_header #main_slider .slick-arrow {
  position: absolute;
  z-index: 2;
  height: 0;
  overflow: hidden;
  width: 61px;
  height: 16px;
  cursor: pointer;
}
.mouse #header .con_header #main_slider .slick-arrow {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse #header .con_header #main_slider .slick-arrow:hover, .touch #header .con_header #main_slider .slick-arrow.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch #header .con_header #main_slider .slick-arrow {
  -webkit-tap-highlight-color: transparent;
}
.touch #header .con_header #main_slider .slick-arrow.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  #header .con_header #main_slider .slick-arrow {
    width: 6.35417%;
    max-width: 61px;
  }
}
#header .con_header #main_slider .slick-next {
  background: url(../images/common/arr_right.png) no-repeat center;
  background-size: 100% auto;
  right: 2%;
}
#header .con_header #main_slider .slick-next::before {
  content: "";
}
#header .con_header #main_slider .slick-prev {
  cursor: pointer;
  background: url(../images/common/arr_left.png) no-repeat center;
  background-size: 100% auto;
  left: 2%;
}
#header .con_header #main_slider .slick-prev::before {
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header #main_slider {
    min-height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header #main_slider {
    min-height: 600px;
  }
}
#header .con_header #main_slider .slick-list, #header .con_header #main_slider .slick-track, #header .con_header #main_slider .slider {
  height: 100%;
}
#header .con_header #main_slider > p {
  display: none;
}
#header .con_header #main_slider > p:first-child {
  display: block;
}
@media only screen and (min-width: 768px) {
  #header .con_header #main_slider {
    background: url(../images/home/img_main01-pc.jpg) no-repeat center;
    background-size: cover;
  }
  #header .con_header #main_slider .slider {
    position: relative;
  }
  #header .con_header #main_slider .slider img {
    display: none;
  }
  #header .con_header #main_slider .slider01 {
    background: url(../images/home/img_main01-pc.jpg) no-repeat center;
    background-size: cover;
  }
  #header .con_header #main_slider .slider02 {
    background: url(../images/home/img_main02-pc.jpg) no-repeat center;
    background-size: cover;
  }
  #header .con_header #main_slider .slider03 {
    background: url(../images/home/img_main03-pc.jpg) no-repeat center;
    background-size: cover;
  }
  #header .con_header #main_slider .slider04 {
    background: url(../images/home/img_main04-pc.jpg) no-repeat center;
    background-size: cover;
  }
  #header .con_header #main_slider .slider05 {
    background: url(../images/home/img_main05-pc.jpg) no-repeat center;
    background-size: cover;
  }
}
@media print {
  #header .con_header #main_slider {
    background: url(../images/home/img_main01-pc.jpg) no-repeat center;
    background-size: cover;
  }
  #header .con_header #main_slider .slider {
    position: relative;
  }
  #header .con_header #main_slider .slider img {
    display: none;
  }
  #header .con_header #main_slider .slider01 {
    background: url(../images/home/img_main01-pc.jpg) no-repeat center;
    background-size: cover;
  }
  #header .con_header #main_slider .slider02 {
    background: url(../images/home/img_main02-pc.jpg) no-repeat center;
    background-size: cover;
  }
  #header .con_header #main_slider .slider03 {
    background: url(../images/home/img_main03-pc.jpg) no-repeat center;
    background-size: cover;
  }
  #header .con_header #main_slider .slider04 {
    background: url(../images/home/img_main04-pc.jpg) no-repeat center;
    background-size: cover;
  }
  #header .con_header #main_slider .slider05 {
    background: url(../images/home/img_main05-pc.jpg) no-repeat center;
    background-size: cover;
  }
}
.ie8 #header .con_header #main_slider {
  background: url(../images/home/img_main01-pc.jpg) no-repeat center;
  background-size: cover;
}
.ie8 #header .con_header #main_slider .slider {
  position: relative;
}
.ie8 #header .con_header #main_slider .slider img {
  display: none;
}
.ie8 #header .con_header #main_slider .slider01 {
  background: url(../images/home/img_main01-pc.jpg) no-repeat center;
  background-size: cover;
}
.ie8 #header .con_header #main_slider .slider02 {
  background: url(../images/home/img_main02-pc.jpg) no-repeat center;
  background-size: cover;
}
.ie8 #header .con_header #main_slider .slider03 {
  background: url(../images/home/img_main03-pc.jpg) no-repeat center;
  background-size: cover;
}
.ie8 #header .con_header #main_slider .slider04 {
  background: url(../images/home/img_main04-pc.jpg) no-repeat center;
  background-size: cover;
}
.ie8 #header .con_header #main_slider .slider05 {
  background: url(../images/home/img_main05-pc.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #header .con_header #main_slider {
    background: url(../images/home/img_main01-sp.jpg) no-repeat center;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .con_search {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 2.08333%;
  }
}
#header .con_info {
  position: absolute;
  right: 0;
  z-index: 3;
  bottom: 0;
  width: 1044px;
  background: url(../images/home/bg_info.png) repeat-y right center/100% auto;
  overflow: hidden;
  color: #fff;
  font-size: 86%;
  line-height: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_info {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_info {
    width: 91.66667%;
  }
}
#header .con_info h3 {
  float: left;
  width: 47.31801%;
  text-align: right;
}
#header .con_info .box_info {
  float: left;
  position: relative;
  width: 52.68199%;
}
#header .con_info .box_info li {
  width: 100%;
  display: none;
}
#header .con_info .box_info li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #header .con_info .box_info li a {
    line-height: 32px;
  }
}
@media print {
  #header .con_info .box_info li a {
    line-height: 32px;
  }
}
.ie8 #header .con_info .box_info li a {
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  #header .con_info {
    position: relative;
    margin: 5% auto 5%;
    background: #000;
    height: auto;
    padding-bottom: 3%;
  }
  #header .con_info h3 {
    float: none;
    width: 100%;
    text-align: center;
  }
  #header .con_info .box_info {
    display: block;
    float: none;
    width: 100%;
  }
  #header .con_info .box_info li a {
    padding: 0 1em;
    text-align: center;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0.7em;
  }
}
#header .bn_main {
  position: absolute;
  width: 310px;
  right: 50px;
  z-index: 3;
}
@media only screen and (max-width: 1199px) {
  #header .bn_main {
    position: static;
    width: 91.66667%;
    margin: 2% auto 0;
  }
}

/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
.con_int {
  margin-top: 160px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_int {
    margin-top: 20%;
  }
}
.con_int .box_left {
  float: left;
  margin-right: 60px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_left {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_left {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_left {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_left {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .con_int .box_left {
    float: none;
    text-align: center;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 1199px) {
  .con_int .box_left img {
    max-width: 45%;
  }
}
.con_int .box_int {
  overflow: hidden;
}
.con_int .box_int h3 {
  font-weight: 400;
}
.con_int .box_int h3 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 286%;
  color: #9e9e9e;
  letter-spacing: 0.25em;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int h3 .en {
    font-size: 286%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int h3 .en {
    font-size: 193%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int h3 .en {
    letter-spacing: 0.1em;
  }
}
.con_int .box_int h3 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 158%;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int h3 .jp {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int h3 .jp {
    font-size: 129%;
  }
}
.con_int .box_int .txt {
  margin-top: 30px;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .txt {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .txt {
    line-height: 1.8;
  }
}
.con_int .con_movie {
  margin-top: 55px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_int .con_movie {
    margin-top: 7%;
  }
}
.con_int .con_movie .box_movie {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.con_int .con_movie .box_movie video {
  width: 100%;
}
.con_int .box_sig li div {
  overflow: hidden;
}
.con_int .box_sig li div h4 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-weight: 100;
  font-size: 115%;
  float: left;
}
.con_int .box_sig li div .time {
  float: right;
  line-height: 2.3;
  width: 6em;
}
.con_int .box_sig li .txt {
  font-size: 86%;
}
@media only screen and (min-width: 1200px) {
  .con_int .box_sig {
    position: absolute;
    z-index: 3;
    left: 5.72917%;
    bottom: 0;
    color: #fff;
    background: url(../images/home/bg_movie.png) no-repeat right bottom;
    width: 374px;
    padding-top: 160px;
    padding-bottom: 15px;
  }
  .con_int .box_sig li {
    display: block;
    width: 260px;
    margin: 15px 20px 0 20px;
  }
}
@media print {
  .con_int .box_sig {
    position: absolute;
    z-index: 3;
    left: 5.72917%;
    bottom: 0;
    color: #fff;
    background: url(../images/home/bg_movie.png) no-repeat right bottom;
    width: 374px;
    padding-top: 160px;
    padding-bottom: 15px;
  }
  .con_int .box_sig li {
    display: block;
    width: 260px;
    margin: 15px 20px 0 20px;
  }
}
.ie8 .con_int .box_sig {
  position: absolute;
  z-index: 3;
  left: 5.72917%;
  bottom: 0;
  color: #fff;
  background: url(../images/home/bg_movie.png) no-repeat right bottom;
  width: 374px;
  padding-top: 160px;
  padding-bottom: 15px;
}
.ie8 .con_int .box_sig li {
  display: block;
  width: 260px;
  margin: 15px 20px 0 20px;
}
@media only screen and (max-width: 1199px) {
  .con_int .box_sig li {
    max-width: 500px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .con_int .box_sig li {
    margin-top: 5%;
  }
}

/* -----------------------------------------------------------
	.con_point
----------------------------------------------------------- */
.con_point {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .con_point {
    margin-top: 20%;
  }
}
.con_point h3 {
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
}
.con_point h3:before {
  content: "";
  background: #000;
  width: 1px;
  height: 1.5em;
  display: block;
  margin: auto;
  font-weight: 100;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: .3em;
}
.con_point h3 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 272%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_point h3 .en {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point h3 .en {
    font-size: 215%;
  }
}
.con_point h3 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 93%;
}
.con_point .catch {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_point .catch {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .catch {
    text-align: left;
  }
}
.con_point .box_point {
  overflow: hidden;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .con_point .box_point {
    margin-top: 7%;
  }
}
.con_point .box_point > li {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.con_point .box_point > li > a {
  display: block;
  text-decoration: none;
}
.con_point .box_point > li > a.link_sp {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.con_point .box_point > li h4 {
  font-weight: 300;
  text-align: center;
  font-size: 143%;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 35px 0 20px;
  width: 182px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_point .box_point > li h4 {
    font-size: 179%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_point > li h4 {
    font-size: 129%;
  }
}
.ie8 .con_point .box_point > li h4 {
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_point .box_point > li h4 {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_point > li h4 {
    padding: 5% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_point .box_point > li h4 {
    width: 40.22727%;
  }
}
@media only screen and (max-width: 767px) {
  .con_point .box_point > li h4 {
    width: 50%;
  }
}
.con_point .box_point > li h4 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
}
.con_point .box_point > li h4 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 75%;
  margin-top: .4em;
}
.con_point .box_point > li h4:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  display: block;
  margin: 25px auto 0;
}
@media only screen and (max-width: 767px) {
  .con_point .box_point > li h4:after {
    width: 2em;
    margin-top: 1em;
  }
}
.con_point .box_point > li .photo {
  position: relative;
  z-index: 1;
}
.con_point .box_point > li .box_hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: rgba(255, 255, 255, 0.95);
}
.ie8 .con_point .box_point > li .box_hover {
  background: #fff;
  display: none;
}
.con_point .box_point > li .box_hover ul {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
}
.con_point .box_point > li .box_hover ul li {
  padding: 48px 11.76471% 0;
}
.con_point .box_point > li .box_hover ul li a {
  display: block;
  text-decoration: none;
  display: table;
  width: 100%;
}
.mouse .con_point .box_point > li .box_hover ul li a {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .con_point .box_point > li .box_hover ul li a:hover, .touch .con_point .box_point > li .box_hover ul li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_point .box_point > li .box_hover ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_point .box_point > li .box_hover ul li a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_point .box_point > li .box_hover ul li a .img {
  display: table-cell;
  vertical-align: bottom;
  width: 24%;
}
.con_point .box_point > li .box_hover ul li a .img img {
  width: 100%;
}
.con_point .box_point > li .box_hover ul li a div {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 1em;
}
.con_point .box_point > li .box_hover ul li a div h5 {
  font-weight: 100;
  font-size: 143%;
}
.con_point .box_point > li .box_hover .box_txt {
  padding: 150px 16.47059% 0;
}
.con_point .box_point > li .box_hover .box_txt h5 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-weight: 100;
  font-size: 150%;
  text-align: center;
}
.con_point .box_point > li .box_hover .box_txt h5 em {
  display: block;
  font-size: 86%;
}
.con_point .box_point > li .box_hover .box_txt .txt {
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .con_point .box_point > li {
    float: left;
    width: 25%;
  }
  .con_point .box_point > li .photo {
    width: 425px;
    left: 50%;
    top: 0;
    margin-left: -212.5px;
  }
}
@media print {
  .con_point .box_point > li {
    float: left;
    width: 25%;
  }
  .con_point .box_point > li .photo {
    width: 425px;
    left: 50%;
    top: 0;
    margin-left: -212.5px;
  }
}
.ie8 .con_point .box_point > li {
  float: left;
  width: 25%;
}
.ie8 .con_point .box_point > li .photo {
  width: 425px;
  left: 50%;
  top: 0;
  margin-left: -212.5px;
}
@media only screen and (max-width: 1199px) {
  .con_point .box_point > li {
    max-width: 880px;
    margin: auto;
  }
  .con_point .box_point > li .photo img {
    display: block;
  }
}
.con_point .box_point > li h4 {
  -moz-transition: width 0.25s, opacity 0.25s ease-out 0.5s;
  -o-transition: width 0.25s, opacity 0.25s ease-out 0.5s;
  -webkit-transition: width 0.25s, opacity 0.25s ease-out;
  -webkit-transition-delay: 0s, 0.5s;
  -webkit-transition: width 0.25s, opacity 0.25s ease-out 0.5s;
  transition: width 0.25s, opacity 0.25s ease-out 0.5s;
  transform-origin: bottom;
  -moz-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
  -ms-transform-origin: bottom;
}
.con_point .box_point > li .box_hover {
  height: 0;
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
}
@media only screen and (min-width: 1200px) {
  .con_point .box_point > li:hover h4 {
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@media print {
  .con_point .box_point > li:hover h4 {
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
.ie8 .con_point .box_point > li:hover h4 {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.con_point .box_point > li:hover .box_hover {
  height: 100%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ie8 .con_point .box_point > li:hover .box_hover {
  display: block;
}

/* -----------------------------------------------------------
	.con_facilities
----------------------------------------------------------- */
.con_facilities {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .con_facilities {
    margin-top: 20%;
  }
}
.con_facilities h3 {
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
}
.con_facilities h3:before {
  content: "";
  background: #000;
  width: 1px;
  height: 1.5em;
  display: block;
  margin: auto;
  font-weight: 100;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: .3em;
}
.con_facilities h3 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 272%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_facilities h3 .en {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities h3 .en {
    font-size: 215%;
  }
}
.con_facilities h3 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 93%;
}
.con_facilities .box_fac {
  margin-top: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac {
    margin-top: 6%;
  }
}
.con_facilities .box_fac li {
  float: left;
  width: 33.33333%;
}
.con_facilities .box_fac li a {
  display: block;
  position: relative;
  text-decoration: none;
}
.con_facilities .box_fac li a .photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.con_facilities .box_fac li a .photo img {
  display: block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.con_facilities .box_fac li a .photo::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.con_facilities .box_fac li a h4 {
  display: block;
  font-weight: 300;
}
.con_facilities .box_fac li a h4 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 186%;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_facilities .box_fac li a h4 .en {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac li a h4 .en {
    font-size: 158%;
  }
}
.con_facilities .box_fac li a h4 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 108%;
}
@media only screen and (min-width: 768px) {
  .con_facilities .box_fac li a h4 {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    height: 3.5em;
  }
}
@media print {
  .con_facilities .box_fac li a h4 {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    height: 3.5em;
  }
}
.ie8 .con_facilities .box_fac li a h4 {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  height: 3.5em;
}
.con_facilities .box_fac li a:hover .photo img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.con_facilities .box_fac li a:hover .photo:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (max-width: 1199px) {
  .con_facilities .box_fac li {
    width: 50%;
  }
  .con_facilities .box_fac li a .photo img {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .con_facilities .box_fac li a .photo {
    overflow: hidden;
  }
  .con_facilities .box_fac li a .photo img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}

@media only screen and (max-width: 767px) {
  .con_facilities .box_fac li a h4 {
    padding: 1em 0 1em .5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #f5f5f5;
  }
  .con_facilities .box_fac li:nth-child(odd) a h4 {
    border-left-color: #fff;
  }
}

.wrp_event .con_event {
  margin-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_event .con_event {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_event .con_event {
    margin-top: 10%;
  }
}

/* -----------------------------------------------------------
	.con_topics
----------------------------------------------------------- */
.con_topics {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .con_topics {
    margin-top: 15%;
  }
}
.con_topics h3 {
  font-weight: 400;
  color: #323232;
  line-height: 1.5;
  float: left;
}
.con_topics h3 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 200%;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_topics h3 .en {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics h3 .en {
    font-size: 179%;
  }
}
.con_topics h3 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_topics h3 .jp {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics h3 .jp {
    font-size: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .con_topics h3 {
    float: none;
  }
}
.con_topics .box_topics {
  margin-top: 0;
  float: right;
  width: 67.05882%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_topics .box_topics {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics .box_topics {
    margin-top: 7%;
  }
}
.con_topics .box_topics li {
  float: left;
  width: 30.70175%;
  margin-left: 3.94737%;
}
.con_topics .box_topics li:first-child {
  margin-left: 0;
}
.con_topics .box_topics li a {
  display: block;
  text-decoration: none;
}
.con_topics .box_topics li a p {
  display: block;
}
.con_topics .box_topics li a p.info {
  letter-spacing: -.4em;
  font-size: 86%;
  color: #b4b4b4;
}
.con_topics .box_topics li a p.info span {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.con_topics .box_topics li a p.info span:before {
  content: "";
  margin-right: .5em;
  font-family: "Font Awesome 5 free";
  font-weight: 600;
  font-weight: 100;
}
.con_topics .box_topics li a p.info span.cate {
  margin-left: 1em;
}
.con_topics .box_topics li a p.info span.cate:before {
  content: "|";
}
.con_topics .box_topics li a p.txt {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_topics .box_topics li a p.txt {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 1199px) {
  .con_topics .box_topics {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .con_topics .box_topics li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 4%;
  }
  .con_topics .box_topics li:first-child {
    margin-top: 0;
  }
}

.con_topics .btn_more {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
  margin: 50px 0 0;
}
.con_topics .btn_more button, .con_topics .btn_more a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_topics .btn_more button:after, .con_topics .btn_more a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_topics .btn_more:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_topics .btn_more:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_topics .btn_more {
    display: block;
    width: 100%;
  }
  .con_topics .btn_more button, .con_topics .btn_more a {
    padding: 1.2em 0;
  }
}
.con_topics .btn_more a {
  padding: 1em 1.8em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_topics .btn_more {
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics .btn_more {
    margin: 8% auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_topics .btn_more {
    float: left;
    clear: left;
  }
}
@media print {
  .con_topics .btn_more {
    float: left;
    clear: left;
  }
}
.ie8 .con_topics .btn_more {
  float: left;
  clear: left;
}
@media only screen and (max-width: 1199px) {
  .con_topics .btn_more {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .con_topics .btn_more {
    display: block;
  }
}
