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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
/*Animate */
/* -----------------------------------------------------------
	.gnav
----------------------------------------------------------- */
.gnav .box_gnav ul li.gnav_top a:before {
  background: #3b3b3b;
}
.gnav .box_gnav ul li.gnav_top a:after {
  opacity: 1;
}

/* -----------------------------------------------------------
	スライドショーに関するcss
----------------------------------------------------------- */
.box_slide {
  position: relative;
  width: 100%;
  height: 660px;
  overflow: hidden;
}
.box_slide .slide {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
}
.box_slide .slide:first-child {
  z-index: 10;
}

.box_thum {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 20;
}
.box_thum ul {
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.box_thum ul li {
  display: inline;
  float: left;
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: #fff;
  border-radius: 6px;
}
.box_thum ul li:first-child {
  margin: 0;
}
.box_thum ul li.active {
  background: #b1a879;
}

.box_tit {
  width: 270px;
  position: relative;
  display: flex;
}
.box_tit .c-childVisual_title {
  position: relative;
}
.box_tit .c-childVisual_lead {
  position: relative;
}
.box_tit .c-childVisual_lead-text {
  margin-left: 1.5em;
  line-height: 1.5;
}

/* -----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access {
  margin-top: -50px;
  padding-top: 30px;
  text-align: center;
}
.con_access .box_access {
  margin-bottom: 50px;
}
.con_access .box_bnn ul {
  display: flex;
  justify-content: center;
}
.con_access .box_bnn li {
  margin: 18px 9px 35px;
}
.con_access .box_bnn li img {
  max-width: 130px;
}

/* -----------------------------------------------------------
	.con_plan
----------------------------------------------------------- */
.con_plan {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 890px;
}
.con_plan .box_tit {
  order: 2;
  width: auto;
}
.con_plan .box_plan {
  display: flex;
  justify-content: space-between;
  order: 1;
  width: 85%;
}
.con_plan .box_plan .list_plan {
  width: 30%;
  text-align: left;
  line-height: 1.2em;
}
.con_plan .box_plan .list_plan p {
  padding-top: 1em;
  text-decoration: underline;
}
.con_plan .box_plan .list_plan a {
  color: #161616;
}
.con_plan .wrp_btn {
  width: 100%;
  order: 3;
  text-align: center;
  margin-top: 40px;
}
.con_plan .wrp_btn a {
  font-size: 16px;
  background: #d3ba2e;
  color: #fff;
  display: inline-block;
  padding: 17px 60px;
  background: url(../images/common/bg_btn.jpg) 0 0 repeat;
}

/* -----------------------------------------------------------
	.con_room
----------------------------------------------------------- */
.con_room {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.con_room .box_room {
  padding: 0px 0 30px 0;
}

/* -----------------------------------------------------------
	.con_break
----------------------------------------------------------- */
.con_break {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 auto;
}
.con_break .box_tit .c-heading2 {
  margin: 0 0px 0 -150px;
}

/* -----------------------------------------------------------
	.con_bath
----------------------------------------------------------- */
.con_bath {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 30px 0 30px 0;
}

/* -----------------------------------------------------------
	.con_sight
----------------------------------------------------------- */
.con_sight {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 30px auto 0;
}
.con_sight .box_tit .c-heading2 {
  margin: 0 0px 0 -150px;
}

/* -----------------------------------------------------------
	.con_scene
----------------------------------------------------------- */
.con_scene {
  margin: 100px 0px 0px 0px;
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  margin-top: -70px;
  padding: 170px 0 60px;
}
.con_news .c-heading2 {
  transform: none;
}
.con_news .box_tit {
  padding: 70px 0 0 20px;
  background: url(../images/home/bg_news_tit.png) 0 0 no-repeat;
  background-size: 75% auto;
}
.con_news .box_news {
  display: flex;
  justify-content: left;
}
.con_news .box_news .box_txt {
  line-height: 1.4em;
  width: 680px;
  height: 400px;
  overflow-y: scroll;
}
.con_news .box_news .box_txt .inner {
  padding: 0 0 2em 0;
  margin: 2em 0 0 0;
  border-bottom: 1px dotted #333;
}
.con_news .box_news .box_txt .inner .txt_day,
.con_news .box_news .box_txt .inner .txt_news {
  font-size: 14px;
}
.con_news .box_news .box_txt .inner .txt_tit {
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 30px;
}
.con_news .box_news .box_txt .inner:first-child {
  margin: 0 0 0 0;
}
.con_news .box_news .box_txt .inner:last-child {
  border: none;
}
