@charset "UTF-8";
/*
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;
}

.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 {
  font-size: 87.5%;
  font-size: small;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
  outline: none;
  color: #000;
  line-height: 1.57;
}

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

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

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

.reg {
  vertical-align: sup;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.obj {
  position: absolute;
}

.content {
  min-width: 1100px;
  overflow: hidden;
}
.content__inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.content .inner {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.content .inner:after {
  display: block;
  clear: both;
  content: '';
}
.content .block:after {
  display: block;
  clear: both;
  content: '';
}
.content__ftr {
  padding: 10px 0 0;
  text-align: center;
}

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}
.bx-wrapper img {
  width: 100%;
}

.hdr {
  position: relative;
}
.hdr:after {
  display: block;
  background: url(../img/hdr-bg_header.png) repeat-x 0 0;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  content: '';
}
.hdr .inner {
  height: 100%;
  margin-left: -475px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 300;
}
.hdr__disney-resort {
  position: absolute;
  top: 0;
  right: 0;
}
.hdr__ttl {
  margin: -233px 0 0 -245px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}
.hdr .obj--01 {
  top: 0;
  right: 311px;
}
.hdr .obj--02 {
  text-align: center;
  bottom: -6px;
  right: 0;
  left: 0;
}

.lead {
  background: url(../img/lead-bg_material.png) repeat 0 0;
  text-align: center;
}
.lead .content__inner {
  height: 667px;
}
.lead .content__inner:before {
  display: block;
  background: url(../img/lead-img_obj.png) no-repeat 0 0;
  width: 1192px;
  height: 404px;
  position: absolute;
  right: -18px;
  bottom: 53px;
  content: '';
}
.lead .ttl {
  padding-top: 28px;
  margin-bottom: 18px;
}
.lead p {
  line-height: 1.86;
  color: #6a3906;
  font-weight: bold;
}
.lead .nav-local {
  width: 1029px;
  height: 406px;
  margin: 10px auto 0;
  position: relative;
}
.lead .nav-local li {
  position: absolute;
}
.lead .nav-local__01 {
  top: 0;
  left: 0;
}
.lead .nav-local__02 {
  bottom: 10px;
  left: 171px;
}
.lead .nav-local__03 {
  top: 13px;
  left: 401px;
}
.lead .nav-local__04 {
  bottom: 0;
  right: 178px;
}
.lead .nav-local__05 {
  top: 5px;
  right: 0;
}
.lead .nav-local a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lead .nav-local a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.hotel-block {
  background-color: #FFF;
  position: relative;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.hotel-block .ttl {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
}
.hotel-block .hotel {
  padding-top: 183px;
  position: relative;
  z-index: 50;
  overflow: hidden;
}
.hotel-block .hotel--1col {
  margin: 0 75px;
}
.hotel-block .hotel--1col .hotel__list {
  margin-bottom: 70px;
  overflow: hidden;
}
.hotel-block .hotel--1col .image {
  float: left;
}
.hotel-block .hotel--1col .text {
  float: right;
  width: 380px;
  height: 230px;
  position: relative;
}
.hotel-block .hotel--1col .text dt {
  padding-top: 16px;
}
.hotel-block .hotel--1col .text dd {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.hotel-block .hotel--2col {
  margin: 0 55px;
}
.hotel-block .hotel--2col .hotel__list {
  float: left;
  width: 50%;
  margin-bottom: 78px;
}
.hotel-block .hotel--2col .image, .hotel-block .hotel--2col .text {
  margin: 0 20px;
}
.hotel-block .hotel--2col .image {
  margin-bottom: 17px;
}
.hotel-block .hotel--2col .text dt {
  margin-bottom: 20px;
}
.hotel-block .hotel a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hotel-block .hotel a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.cnt01 {
  background: url(../img/cnt01-bg_slash.png) repeat-x 0 100%;
  height: 1056px;
  padding: 155px 0 85px;
  position: relative;
  z-index: 100;
}
.cnt01 .hotel-block {
  padding-bottom: 30px;
}
.cnt01 .hotel-block:before {
  display: block;
  background: url(../img/cnt01-img_obj.png) no-repeat 0 0;
  width: 1224px;
  height: 1194px;
  position: absolute;
  top: -78px;
  right: -122px;
  content: '';
}
.cnt01 .ttl {
  top: -101px;
}
.cnt01 .point {
  padding-top: 95px;
  margin: 0 75px;
}
.cnt01 .point__list {
  padding: 35px 0;
  overflow: hidden;
}
.cnt01 .point__list .text {
  background: url(../img/cnt01-img_line.png) repeat-x 0 0;
  width: 400px;
  height: 240px;
  position: relative;
}
.cnt01 .point__list .text:after {
  display: block;
  background: url(../img/cnt01-img_line.png) repeat-x 0 0;
  height: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.cnt01 .point__list dt {
  padding-top: 27px;
  margin-bottom: 17px;
}
.cnt01 .point__list dd {
  font-weight: bold;
}
.cnt01 .point__list--odd .image {
  float: left;
}
.cnt01 .point__list--odd .text {
  float: right;
}
.cnt01 .point__list--even .image {
  float: right;
}
.cnt01 .point__list--even .text {
  float: left;
}

.cnt02 {
  background: url(../img/cnt02-bg_slash.png) repeat-x 0 100%;
  height: 1294px;
  padding: 170px 0 83px;
  margin-top: -14px;
  position: relative;
  z-index: 90;
}
.cnt02 .hotel-block {
  background-color: #fffae0;
  padding-bottom: 19px;
}
.cnt02 .hotel-block:before {
  display: block;
  background: url(../img/cnt02-img_obj.png) no-repeat 0 0;
  width: 1260px;
  height: 1069px;
  position: absolute;
  bottom: -36px;
  right: -145px;
  content: '';
}
.cnt02 .ttl {
  top: -104px;
}

.cnt03 {
  background: url(../img/cnt03-bg_slash.png) repeat-x 0 100%;
  height: 764px;
  padding: 172px 0 103px;
  margin-top: -14px;
  position: relative;
  z-index: 80;
}
.cnt03 .hotel-block {
  padding-bottom: 28px;
}
.cnt03 .hotel-block:before {
  display: block;
  background: url(../img/cnt03-img_obj.png) no-repeat 0 0;
  width: 1165px;
  height: 677px;
  position: absolute;
  bottom: -36px;
  right: -110px;
  content: '';
}
.cnt03 .ttl {
  top: -135px;
}

.cnt04 {
  background: url(../img/cnt04-bg_slash.png) repeat-x 0 100%;
  height: 1154px;
  padding: 158px 0 95px;
  margin-top: -14px;
  position: relative;
  z-index: 70;
}
.cnt04 .hotel-block {
  padding-bottom: 57px;
}
.cnt04 .hotel-block:before {
  display: block;
  background: url(../img/cnt04-img_obj.png) no-repeat 0 0;
  width: 1239px;
  height: 1185px;
  position: absolute;
  bottom: -36px;
  right: -145px;
  content: '';
}
.cnt04 .obj {
  bottom: -113px;
  left: 303px;
}
.cnt04 .ttl {
  top: -137px;
}

.cnt05 {
  background: url(../img/cnt05-bg_slash.png) repeat-x 0 100%;
  height: 764px;
  padding: 164px 0 157px;
  margin-top: -14px;
  position: relative;
  z-index: 60;
}
.cnt05 .hotel-block {
  padding-bottom: 28px;
}
.cnt05 .hotel-block:before {
  display: block;
  background: url(../img/cnt05-img_obj.png) no-repeat 0 0;
  width: 1232px;
  height: 832px;
  position: absolute;
  bottom: -52px;
  right: -146px;
  content: '';
}
.cnt05 .ttl {
  top: -129px;
}

.hotel-detail {
  background-color: #440062;
  padding-bottom: 20px;
  margin-top: -14px;
}
.hotel-detail .image {
  margin-bottom: 20px;
}
.hotel-detail p {
  margin-bottom: 16px;
  text-align: center;
  color: #FFF;
  font-size: 0.92857em;
  font-size: 0.92857rem;
}
.hotel-detail .btn {
  text-align: center;
}
.hotel-detail .btn a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hotel-detail .btn a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
