body {
	background: #fff;
	font-family: 'Rounded Mplus 1c';
}

#f-wrap a:hover {
	opacity: 0.7;
}

#f-wrap {
	background: url(../images/body_bg01.jpg) center top #f8f7f8;
}

#f-wrap .wrap-inner {
	background: url(../images/body_bg.jpg) no-repeat center 290px;
}

#box-head {
	background: url(../images/main_bg.jpg) no-repeat center 0;
	height: 300px;
}

#box-head h1 {
	width: 990px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}

#box-cassette {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

#box-cassette .left {
	float: left;
}

#box-cassette .right {
	float: right;
}

#box-cassette h2 {
	text-align: center;
	padding-bottom: 13px;
}

#box-cassette .lead {
	font-size: 14px;
	line-height: 150%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 10px;
	min-height: 40px;
}

#box-cassette .point {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#box-cassette .box-hotel {
	width: 468px;
	border: solid 1px #000;
	margin-bottom: 15px;
}

#box-cassette .box-hotel h3 img {
	border-bottom: solid 1px #000;
}

#box-cassette .box-btn .jal {
	float: left;
}


/* slide */

#box-slides {
	padding-top: 10px;
	width: 100%;
}

#box-slides .inner {
	width: 100%;
}

#box-slides .slick {
  height: 136px;
  margin: 0px auto 15px auto;
  position: relative;
  width: 100%;
}

#box-slides .slick .slick-prev {
  background: url(../images/icon_arrow-l.png) no-repeat 0 0;
  z-index: 10;
  left: 50%;
  top: inherit;
  bottom: 20px;
  display: block;
  height: 40px;
  width: 40px;
  text-indent: -999px;
  overflow: hidden;
  margin-left: -475px;
}
#box-slides .slick .slick-prev:before {
  display: none;
}
#box-slides .slick .slick-next {
  background: url(../images/icon_arrow-r.png) no-repeat 0 0;
  z-index: 10;
  right: 50%;
  top: inherit;
  bottom: 20px;
  display: block;
  height: 40px;
  width: 40px;
  text-indent: -999px;
  overflow: hidden;
  margin-right: -475px;
}
#box-slides .slick .slick-next:before {
  display: none;
}
#box-slides .slick .hotel__list {
  width: 136px;
  float: left;
  /*padding: 0 10px;*/
}
#box-slides .slick .hotel__list a {
  display: block;
  height: 128px;
  position: relative;
}
#box-slides .slick .hotel__list a img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
}






