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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_airplane:after, .con_campaign:after, .con_list:after, .con_list .plan:after, .wrp_box:after, .wrp_box .con_pickup:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	ページ全体
----------------------------------------------------------- */
body {
  background: url(../images/home/bg_photo.png);
  background-repeat: no-repeat;
  background-position: 0 230px;
}

#htlSide-A {
  top: 640px;
}

#RthCustomizeW {
  padding-top: 30px !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  margin: 0 auto 1.5rem;
  padding: 30px 40px;
}
#header .box_logo {
  margin-right: 53px;
}
#header #hnav {
  width: auto;
}
#header #hnav .hnav_tel {
  float: right;
}
#header #hnav .hnav_tel img {
  padding-left: 0;
}

/* -----------------------------------------------------------
	.con_slider
----------------------------------------------------------- */
.con_slider {
  width: 1190px;
  position: relative;
}
.con_slider .box_badge {
  position: absolute;
  top: -30px;
  right: 40px;
  z-index: 100;
}

#slide_wrap {
  position: relative;
}

/*この要素の「height」に画像の高さを入れます*/
#slide {
  position: relative;
  width: 100%;
  height: 494px;
  overflow: hidden;
}

/*この要素の「margin-left」にマイナスの値で画像の横幅/2の数値を入れます*/
#slide img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -595px;
}

#slide img:first-child {
  z-index: 10;
}

#thum {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 20;
}

#thum ul {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

#thum ul li {
  display: inline;
  float: left;
  cursor: pointer;
}

#thum ul li:first-child {
  margin: 0;
}

/*デフォルトのサムネイルデザイン、大きさ、隣のサムネイルとの間隔*/
#thum ul li {
  width: 14px;
  height: 14px;
  margin-left: 13px;
  background: #2e422d;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  box-shadow: 0px 0px 5px #fff;
}

/*ホバーした時のサムネイルデザイン*/
#thum ul li:hover {
  background: #8d1919;
}

/*現在表示している画像のサムネイルデザイン*/
#thum ul li.active {
  background: #8d1919;
}

/* -----------------------------------------------------------
	.con_airplane
----------------------------------------------------------- */
.con_airplane {
  width: 950px;
  margin-bottom: 20px;
}
.con_airplane li {
  float: left;
  margin-right: 27px;
}
.con_airplane li:last-child {
  margin-right: 0;
}
.con_airplane li a {
  -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_airplane li a:hover {
  opacity: .8;
}

/* -----------------------------------------------------------
	.con_campaign
----------------------------------------------------------- */
.con_campaign {
  width: 950px;
  height: 300px;
  padding-bottom: 50px;
  background-image: url(../images/home/bg_spring.png), url(../images/home/bg_texture_green.jpg);
  background-repeat: no-repeat, repeat;
  background-position: 0 0, 0 0;
  text-align: center;
}
.con_campaign h2 {
  margin-bottom: 30px;
}
.con_campaign a {
  color: #fff;
  text-decoration: underline;
}
.con_campaign a:hover {
  color: #fff;
  text-decoration: none;
}

/* -----------------------------------------------------------
	.con_list
----------------------------------------------------------- */
.con_list {
  width: 950px;
  padding: 0 40px 50px;
  background: #f8f2ec;
  text-align: center;
  box-sizing: border-box;
}
.con_list h2 {
  margin-bottom: 30px;
}
.con_list .plan {
  text-align: left;
}
.con_list .plan a {
  display: block;
  color: #8d2438;
  font-size: 139%;
  text-decoration: underline;
}
.con_list .plan a:hover {
  color: #8d2438;
  text-decoration: none;
}
.con_list .plan a:hover img {
  opacity: .8;
}
.con_list .plan a img {
  border: 5px solid #90515c;
  box-shadow: 0px 0px 5px #90515c;
  -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_list .plan a img:hover {
  opacity: .8;
}
.con_list .plan a .name {
  margin: 10px 0;
}
.con_list .plan .info {
  width: 100%;
}
.con_list .plan .info .dish {
  float: left;
  width: 50%;
}
.con_list .plan .info .dish p {
  position: relative;
  display: inline-block;
  padding: 3px 10px;
  background: #fff;
  color: #8d2438;
}
.con_list .plan .info .dish p.breakfast span {
  padding-left: 18px;
}
.con_list .plan .info .dish p.breakfast::before {
  content: '';
  position: absolute;
  padding-right: 3px;
  top: 3px;
  left: 5px;
  width: 19px;
  height: 19px;
  background: url(../images/home/ic_breakfast.jpg) 0 0 no-repeat;
  font-size: 231%;
}
.con_list .plan .info .dish p.dinner span {
  padding-left: 17px;
}
.con_list .plan .info .dish p.dinner::before {
  content: '';
  position: absolute;
  padding-right: 3px;
  top: 4px;
  left: 5px;
  width: 19px;
  height: 19px;
  background: url(../images/home/ic_dinner.jpg) 0 0 no-repeat;
  font-size: 231%;
}
.con_list .plan .info .price {
  float: right;
  width: 50%;
  color: #7f6120;
  font-size: 116%;
  text-align: right;
}
.con_list .plan .info .price span {
  padding-right: 5px;
  font-size: 216%;
  font-family: "Times New Roman", serif;
}
.con_list .plan_no1 {
  position: relative;
  float: left;
  width: 406px;
  margin-right: 30px;
}
.con_list .plan_no1 .txt {
  width: 100%;
  margin-bottom: 15px;
  color: #41300a;
  font-size: 108%;
}
.con_list .plan_no1 .price {
  margin-top: -15px;
}
.con_list .plan_no1::before {
  content: '';
  position: absolute;
  top: -25px;
  left: -25px;
  width: 93px;
  height: 93px;
  background: url(../images/home/ic_no1.png) 0 0 no-repeat;
  z-index: 5;
}
.con_list .plan_no2,
.con_list .plan_no3 {
  position: relative;
  float: left;
  width: 434px;
  margin-bottom: 15px;
}
.con_list .plan_no2 a,
.con_list .plan_no3 a {
  display: inline-block;
}
.con_list .plan_no2 a img,
.con_list .plan_no3 a img {
  float: left;
  margin-right: 10px;
}
.con_list .plan_no2 a .name,
.con_list .plan_no3 a .name {
  margin-top: 0;
}
.con_list .plan_no2 .info,
.con_list .plan_no3 .info {
  float: right;
}
.con_list .plan_no2 .info .dish,
.con_list .plan_no2 .info .price,
.con_list .plan_no3 .info .dish,
.con_list .plan_no3 .info .price {
  float: right;
  width: 100%;
  text-align: right;
}
.con_list .plan_no2::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  width: 51px;
  height: 49px;
  background: url(../images/home/ic_no2.jpg) 0 0 no-repeat;
  z-index: 5;
}
.con_list .plan_no3::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  width: 51px;
  height: 49px;
  background: url(../images/home/ic_no3.jpg) 0 0 no-repeat;
  z-index: 5;
}
.con_list .box_btn {
  clear: both;
  text-align: center;
}
.con_list .box_btn .btn_reserve {
  margin-top: 10px;
}
.con_list .box_btn .btn_reserve a {
  -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_list .box_btn .btn_reserve a:hover {
  opacity: .8;
}

/* -----------------------------------------------------------
	.con_appeal
----------------------------------------------------------- */
.con_appeal {
  padding-bottom: 50px;
}
.con_appeal .btn_reserve {
  margin-top: 35px;
  text-align: center;
}
.con_appeal .btn_reserve a {
  -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_appeal .btn_reserve a:hover {
  opacity: .8;
}

/* -----------------------------------------------------------
	.wrp_box
----------------------------------------------------------- */
.wrp_box h3 {
  margin-bottom: 20px;
  text-align: center;
}
.wrp_box .con_news {
  float: left;
  width: 476px;
}
.wrp_box .con_news .box_news {
  padding-right: 21px;
  background: url(../images/home/bg_line.jpg) right top repeat-y;
}
.wrp_box .con_news .box_news li {
  padding: 0 10px;
  background: url(../images/home/bg_news.jpg) 0 0 repeat-x;
  background-size: contain;
}
.wrp_box .con_news .box_news li .title {
  padding: 15px 0 10px;
  line-height: 1.8;
  border-bottom: 1px solid #dad9d9;
  color: #505050;
  font-size: 100%;
}
.wrp_box .con_news .box_news li .title .date {
  margin-right: 15px;
  padding: 3px 10px;
  background: #2e422d;
  color: #fff;
  font-size: 93%;
}
.wrp_box .con_news .box_news li .txt {
  padding: 10px 0 20px;
  border-top: 1px solid #fff;
  color: #3d3107;
  font-size: 93%;
}
.wrp_box .con_pickup {
  float: left;
  width: 474px;
}
.wrp_box .con_pickup li {
  float: left;
  width: 217px;
  margin-left: 20px;
}
.wrp_box .con_pickup li img {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.wrp_box .con_pickup li img:hover {
  opacity: .8;
}
