@charset "Shift_JIS";
/*
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-style: normal;
  font-weight: lighter;
  list-style: none;
  text-decoration: none;
}

html {
  font-size: 87.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 14px;
  font-size: 1.0rem;
  line-height: 1.6;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-align: left;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../img/bxslider/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../img/bxslider/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../img/bxslider/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../img/bxslider/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../img/bxslider/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

.nav--external a {
  text-align: center;
  font-size: 0.85714em;
  font-size: 0.85714rem;
  position: relative;
}
.nav--external a span:before {
  background-image: url(../img/ico_external.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  content: '';
}

.nav--link {
  width: 223px;
  height: 28px;
  text-align: center;
  border: 2px solid #000;
}
.nav--link a {
  display: table;
  width: 100%;
  height: 28px;
  color: #000;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav--link a:hover {
  background-color: #fcff00;
}
.nav--link span {
  width: 100%;
  margin-top: -0.6em;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
}

/****************************************************
 * Parts / Override
 */
body {
  background: url(../img/bg_material-blue.png) repeat center top;
  font-size: 87.5%;
  font-size: small;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  outline: none;
  color: #402813;
  line-height: 1.2;
}

html > body {
  font-size: 14px;
}

img {
  line-height: 1;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

.reg {
  vertical-align: sub;
}

.floor {
  background: url(../img/bg_material-red.png) repeat-x center bottom;
  min-width: 1163px;
  position: relative;
}
.floor:before, .floor:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  content: '';
}
.floor:before {
  background: url(../img/bg_star.png) no-repeat center top;
  height: 576px;
  top: 23px;
}
.floor:after {
  background: url(../img/bg_town.png) repeat-x center top;
  height: 242px;
  bottom: 371px;
}

.container {
  background: url(../img/bg_tree.png) no-repeat center 221px;
  min-width: 1163px;
  position: relative;
  z-index: 20;
}

.inner {
  width: 1163px;
}

.hdr {
  padding-top: 14px;
  text-align: center;
  position: relative;
  z-index: 110;
}

.main-plan {
  background: url(../img/main-plan-bg_frame.png) no-repeat center top;
  width: 695px;
  height: 313px;
  padding-top: 152px;
  margin: -9px auto 0;
  position: relative;
  z-index: 100;
}

.main-plan__txt {
  float: left;
  width: 263px;
  padding-top: 27px;
  margin-left: 51px;
}
.main-plan__txt h2 {
  margin-bottom: 15px;
}

.price {
  margin-bottom: 5px;
  text-align: center;
}
.price dt, .price dd {
  display: inline-block;
  margin: 0 5px;
  vertical-align: text-bottom;
}
.price dt {
  font-size: 0.78571em;
  font-size: 0.78571rem;
  position: relative;
  top: -3px;
}

.btn {
  text-align: center;
}

.main-plan__slider {
  width: 328px;
  margin-left: auto;
  margin-right: 40px;
}
.main-plan__slider .bx-wrapper {
  background-color: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.recommend {
  width: 1163px;
  height: 753px;
  margin-top: -12px;
  position: relative;
  z-index: 50;
}

.recommend__title {
  padding-top: 90px;
  text-align: center;
}

.recommend__plan {
  background: url(../img/recommend-bg_base.png) no-repeat center top;
  width: 371px;
  height: 346px;
  padding-top: 25px;
  position: absolute;
}
.recommend__plan h3 {
  position: absolute;
}

.recommend__inner {
  background-repeat: no-repeat;
  background-position: center top;
  width: 317px;
  height: 300px;
  padding-top: 17px;
  margin: 0 auto;
}
.recommend__inner .image {
  margin-left: 28px;
  margin-bottom: 3px;
}
.recommend__inner .description {
  margin-left: 28px;
  margin-right: 28px;
  letter-spacing: -0.1px;
}
.recommend__inner .price dt {
  background: url(../img/recommend-bg_room.png) no-repeat center top;
  width: 116px;
  height: 13px;
  padding-top: 3px;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.recommend__inner .btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 26px;
}

.recommend__plan--01 {
  top: 12px;
  left: 73px;
  z-index: 140;
}
.recommend__plan--01 .recommend__inner {
  background-image: url(../img/recommend-bg_plan-01.png);
}
.recommend__plan--01 h3 {
  top: -24px;
  left: 7px;
}
.recommend__plan--01 .description {
  margin-bottom: 3px;
}
.recommend__plan--01 .btn {
  bottom: 28px;
}

.recommend__plan--02 {
  top: 0;
  right: 75px;
  z-index: 130;
}
.recommend__plan--02 .recommend__inner {
  background-image: url(../img/recommend-bg_plan-02.png);
}
.recommend__plan--02 h3 {
  top: -14px;
  left: 0px;
}
.recommend__plan--02 .description {
  margin-bottom: 6px;
}
.recommend__plan--02 .btn {
  bottom: 26px;
}

.recommend__plan--03 {
  top: 394px;
  left: 60px;
  z-index: 120;
}
.recommend__plan--03 .recommend__inner {
  background-image: url(../img/recommend-bg_plan-03.png);
}
.recommend__plan--03 .image {
  margin-bottom: 10px;
}
.recommend__plan--03 h3 {
  top: -20px;
  left: -1px;
}
.recommend__plan--03 .description {
  margin-bottom: 12px;
}
.recommend__plan--03 .btn {
  bottom: 31px;
}

.recommend__plan--04 {
  top: 230px;
  left: 394px;
  z-index: 110;
}
.recommend__plan--04 .recommend__inner {
  background-image: url(../img/recommend-bg_plan-04.png);
}
.recommend__plan--04 h3 {
  top: -26px;
  left: 3px;
}
.recommend__plan--04 .description {
  margin-bottom: 13px;
}
.recommend__plan--04 .btn {
  bottom: 33px;
}

.recommend__plan--05 {
  top: 382px;
  right: 51px;
  z-index: 100;
}
.recommend__plan--05 .recommend__inner {
  background-image: url(../img/recommend-bg_plan-05.png);
}
.recommend__plan--05 h3 {
  top: -23px;
  left: 8px;
}
.recommend__plan--05 .description {
  margin-bottom: 15px;
}
.recommend__plan--05 .btn {
  bottom: 36px;
}

.benefit {
  width: 1163px;
  height: 253px;
  position: relative;
  z-index: 40;
}

.benefit__list {
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
}
.benefit__list dt {
  position: absolute;
}

.benefit__list--01 {
  background-image: url(../img/benefit-bg_base-01.png);
  width: 320px;
  height: 203px;
  top: 13px;
  left: 58px;
}
.benefit__list--01 dt {
  top: -31px;
  left: 0px;
}
.benefit__list--01 dd {
  padding-top: 72px;
  margin-left: 64px;
  margin-right: 17px;
  font-size: 1.14286em;
  font-size: 1.14286rem;
  line-height: 1.28;
}

.benefit__list--02 {
  background-image: url(../img/benefit-bg_base-02.png);
  width: 261px;
  height: 221px;
  top: 41px;
  left: 373px;
}
.benefit__list--02 dt {
  top: -56px;
  left: 39px;
}
.benefit__list--02 dd {
  padding-top: 104px;
  margin-left: 20px;
  margin-right: 17px;
}

.benefit__list--03 {
  background-image: url(../img/benefit-bg_base-03.png);
  width: 235px;
  height: 280px;
  top: -52px;
  left: 625px;
}
.benefit__list--03 dt {
  top: -54px;
  left: 11px;
}
.benefit__list--03 dd {
  padding-top: 144px;
  margin-left: 64px;
  margin-right: 63px;
  text-align: center;
}

.benefit__list--04 {
  background-image: url(../img/benefit-bg_base-04.png);
  width: 239px;
  height: 231px;
  top: 12px;
  left: 850px;
}
.benefit__list--04 dt {
  top: -60px;
  left: 25px;
}
.benefit__list--04 dd {
  padding-top: 104px;
  margin-left: 28px;
  margin-right: 29px;
}

.about {
  width: 724px;
  height: 383px;
  padding-top: 8px;
  padding-bottom: 37px;
  margin-left: 269px;
  position: relative;
}
.about .btn {
  position: absolute;
  top: 254px;
  left: 451px;
}

.note {
  margin-left: 150px;
  color: #fff;
}

.pr {
  padding-bottom: 12px;
  margin-top: -1em;
  text-align: center;
  color: #fff;
}

.ftr {
  background-color: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
}
