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

 file name  :homepage.css
 author     :Ability Consultant
style info  :トップページ
=================================================================== */
/* -----------------------------------------------------------
	170526 宿クーポン
--------------------------------------------------------------*/
.yadopon {
  text-align: center;
  margin-top: 40px;
}
.yadopon p {
   margin-top: 10px;
   font-weight: bold;
   text-decoration: underline;
}
.yadopon:hover p {
   text-decoration: none;
   opacity: 0.7;
}
/* -----------------------------------------------------------
	ようこそ
--------------------------------------------------------------*/
.con_wel {
  margin-top: 60px;
  text-align: center;
}
.con_wel .img {
  margin-top: 28px;
}

/* -----------------------------------------------------------
	新着情報
--------------------------------------------------------------*/
.con_new {
  margin-top: 60px;
}
.n_box {
    padding: 25px;
    line-height: 1.8;
}
.n_box h4 {
    font-size: 14px;
}
.n_box h4 span {
    padding-left: 20px;
}
.n_box p {
    margin-top: 20px;
    margin-left: 20px;
}
.bold {
    font-weight: bold;
}
.n_box a.newsLink {
    padding-left: 1rem;
    color: #1D54A7!important;
    background: url(https://img.travel.rakuten.co.jp/share/themes/hotel/images/icon_arrow01.gif) no-repeat left center;
}
.n_box a.newsLink:hover {
    color: #c00!important;
    text-decoration: underline!important;
}


/*.con_new ul {
  padding: 15px;
}
.con_new ul li {
  margin-top: .7em;
}
.con_new ul li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.con_new ul li a:hover em {
  text-decoration: none;
}
.con_new ul li span {
  width: 90px;
  float: left;
}
.con_new ul li em {
  text-decoration: underline;
  font-weight: bold;
  width: 830px;
  float: right;
}
*/
/* -----------------------------------------------------------
	アクセス
--------------------------------------------------------------*/
.con_acc {
  margin-top: 60px;
}
.con_acc .box_acc {
  padding: 30px 30px 0;
  position: relative;
}
.con_acc .box_acc:after {
  content: "";
  display: block;
  clear: both;
}
.con_acc .box_acc .box_det {
  float: left;
  width: 390px;
}
.con_acc .box_acc .box_det .box_par table {
  width: 340px;
  margin: 12px 0 0 35px;
}
.con_acc .box_acc .img {
  float: right;
  width: 475px;
  background: black;
}
.con_acc .box_acc .img img {
  max-width: none;
  width: 100%;
}
.con_acc .box_acc .btn {
  position: absolute;
  bottom: -50px;
  right: 30px;
  width: 50%;
  text-align: center;
}

/* -----------------------------------------------------------
	プラン
--------------------------------------------------------------*/
#contents .con_plan {
  margin-top: 110px;
}
#contents .con_plan h3 {
  text-align: center;
}
#contents .con_plan .box_plan {
  margin-top: 30px;
  background: url(../images/home/bg_plan.png);
}
#contents .con_plan .box_plan .btn_plan {
  text-align: center;
  position: relative;
  top: 10px;
  height: 30px;
  overflow: visible;
}
#contents .con_plan .box_plan ul {
  display: table;
  width: 950px;
  border-spacing: 20px;
  border-collapse: sepalate;
}
#contents .con_plan .box_plan ul li {
  display: table-cell;
  vertical-align: top;
  background: #fff;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}
#contents .con_plan .box_plan ul li:hover {
  background: #f4efea;
}
#contents .con_plan .box_plan ul li a {
  display: block;
  text-decoration: none;
}
#contents .con_plan .box_plan ul li .box_det {
  padding: 0 15px 20px;
  font-size: 105%;
}
#contents .con_plan .box_plan ul li .box_det .tit {
  font-weight: bold;
  color: #5c4228;
  margin-top: 1em;
}
#contents .con_plan .box_plan ul li .box_det .pri {
  line-height: 1;
  padding: 1em 0;
  color: #89491a;
}
#contents .con_plan .box_plan ul.l li {
  width: 50%;
}
#contents .con_plan .box_plan ul.l li .box_st {
  overflow: hidden;
}
#contents .con_plan .box_plan ul.l li .box_st .img {
  width: 50%;
  float: right;
}
#contents .con_plan .box_plan ul.l li .box_st .img img {
  width: 100%;
}
#contents .con_plan .box_plan ul.l li .box_st .st {
  float: left;
  position: relative;
  width: 50%;
}
#contents .con_plan .box_plan ul.l li .box_st .st img {
  position: absolute;
}
#contents .con_plan .box_plan ul.l li .box_st .st span {
  position: relative;
  color: #fff;
  display: block;
  margin-top: 70px;
  padding: 0 18px;
  font-weight: bold;
  font-size: 109%;
}
#contents .con_plan .box_plan ul.l li .box_det .tit {
  color: #464646;
}
#contents .con_plan .box_plan ul.s {
  margin-top: -20px;
}
#contents .con_plan .box_plan ul.s li {
  width: 33.3333%;
}
#contents .con_plan .box_plan ul.s li a .st img,
#contents .con_plan .box_plan ul.s li a .img img {
  width: 100%;
}

/* -----------------------------------------------------------
	魅力
--------------------------------------------------------------*/
.con_app {
  margin-top: 70px;
}
.con_app h3 {
  text-align: center;
}
.con_app ul {
  margin-top: 30px;
  overflow: hidden;
}
.con_app ul li {
  float: left;
}
