@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: 100%;
  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.47;
}

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

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

a {
  color: #036eb8;
  text-decoration: none;
}

.reg {
  vertical-align: top;
}

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

.obj {
  position: absolute;
}

.content {
  min-width: 1440px;
  overflow: hidden;
}
.content .inner {
  width: 990px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.content .inner:after {
  display: block;
  clear: both;
  content: '';
}
.content .block:after {
  display: block;
  clear: both;
  content: '';
}
.content a {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.content a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}

#sunroute {
  background: url(../img/bg_gradation.jpg) repeat-y 50% 0;
  background-size: 100% auto;
  min-width: 1440px;
}
#sunroute .m-inner {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
#sunroute .st-hdr {
  background: url(../img/hdr-bg_gradation.png) repeat-x 0 0 #fff;
  position: relative;
}
#sunroute .st-hdr:before, #sunroute .st-hdr:after {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  content: '';
}
#sunroute .st-hdr:before {
  background: url(../img/hdr-img_paper.png) no-repeat 50% 0;
  width: 100%;
  height: 788px;
  top: 0;
  z-index: 100;
}
#sunroute .st-hdr:after {
  background: url(../img/hdr-img_cloud.png) repeat-x 50% 0;
  height: 100px;
  bottom: 210px;
}
#sunroute .st-hdr .m-inner {
  background: url(../img/hdr-img_mv.png) no-repeat 50% 0;
  height: 787px;
}
#sunroute .hdr__inner {
  background: url(../img/hdr-img_fireworks.png) no-repeat 50% 0;
  position: relative;
}
#sunroute .hdr__inner:before {
  display: block;
  background: url(../img/hdr-img_star.png) no-repeat 50% 0;
  height: 249px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 17px;
  z-index: 10;
  content: '';
}
#sunroute .hdr__ttl {
  padding-top: 94px;
  margin: 0 0 146px -98px;
}
#sunroute .hdr__text {
  text-align: center;
  line-height: 2.1875;
  font-weight: bold;
}
#sunroute .cpn {
  background-image: url(../img/img_light.png), url(../img/bg_coupon.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: 50% 100%, 50% 0;
  background-size: cover, auto 100%;
  height: 297px;
  text-align: center;
}
#sunroute .cpn .lead {
  padding: 45px 0 21px;
  font-weight: bold;
  line-height: 1;
}
#sunroute .cpn .coupon {
  width: 427px;
  margin: 0 auto 20px;
}
#sunroute .cpn .coupon a {
  display: block;
  background: url(../img/coupon_bk.png) no-repeat 50% 0;
  height: 38px;
  padding-top: 100px;
}
#sunroute .cpn .coupon span {
  display: inline-block;
  background-color: #ff5555;
  width: 183px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 1em;
  font-size: 1rem;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#sunroute .cpn .caution {
  margin-bottom: 0;
  font-size: 0.71429em;
  font-size: 0.71429rem;
  line-height: 1.5;
}
#sunroute .service {
  background: url(../img/svc-img_paper.png) no-repeat 50% 0;
  padding: 100px 0;
  text-align: center;
}
#sunroute .service h2 {
  margin-bottom: 26px;
}
#sunroute .service_exp {
  margin-bottom: 60px;
  line-height: 2.1875;
  font-weight: bold;
}
#sunroute .service .svc {
  letter-spacing: -0.4em;
}
#sunroute .service .guest_tokuten {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: 278px;
  padding-top: 206px;
  letter-spacing: normal;
  vertical-align: top;
  position: relative;
}
#sunroute .service .tktn_1 {
  background-image: url(../img/svc-ticket.png);
}
#sunroute .service .tktn_2 {
  background-image: url(../img/svc-heart.png);
  margin: 0 58px;
}
#sunroute .service .tktn_3 {
  background-image: url(../img/svc-bus.png);
}
#sunroute .service .ttl {
  margin-bottom: 12px;
  font-size: 1.28571em;
  font-size: 1.28571rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 10;
}
#sunroute .service .tktn_exp {
  line-height: 1.25;
  position: relative;
  z-index: 10;
}
#sunroute .service .tktn_exp span:not(.reg) {
  font-size: 0.85714em;
  font-size: 0.85714rem;
}
#sunroute .celebration {
  background-image: url(../img/celebration-bg_fireworks.png), url(../img/celebration-bg_gradation.png);
  background-repeat: no-repeat, repeat-x;
  background-position: 50% 0, 0 0;
  height: 1609px;
  padding-top: 100px;
  text-align: center;
}
#sunroute .ticket {
  padding-top: 50px;
}
#sunroute .ticket h2 {
  margin-bottom: 50px;
}
#sunroute .ticket ul {
  overflow: hidden;
}
#sunroute .ticket li {
  background-color: rgba(255, 255, 255, 0.3);
  width: 465px;
  padding: 60px 0 63px;
}
#sunroute .ticket li p {
  margin-bottom: 32px;
  color: #00af77;
  font-size: 1.42857em;
  font-size: 1.42857rem;
  line-height: 1.5;
  font-weight: bold;
}
#sunroute .ticket li a {
  display: inline-block;
  margin-top: 35px;
}
#sunroute .ticket li .caution {
  padding-top: 3px;
  font-size: 0.71429em;
  font-size: 0.71429rem;
  line-height: 1.5;
  color: #000;
}
#sunroute .ticket.rsnbl li p {
  color: #448aca;
}
#sunroute .ticket .plan-01 {
  float: left;
}
#sunroute .ticket .plan-02 {
  float: right;
}
#sunroute .concept {
  padding-top: 100px;
  text-align: center;
}
#sunroute .concept h2 {
  margin-bottom: 23px;
}
#sunroute .concept > p {
  margin-bottom: 64px;
  line-height: 2.1875;
  font-weight: bold;
}
#sunroute .concept .room {
  display: table;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
  width: 100%;
  margin-bottom: 70px;
}
#sunroute .concept .room .obj {
  position: absolute;
}
#sunroute .concept .room .image, #sunroute .concept .room .txt {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
#sunroute .concept .room .image {
  position: relative;
}
#sunroute .concept .room .image .photo {
  width: 100%;
}
#sunroute .concept .room .image .tag {
  position: absolute;
  top: -125px;
}
#sunroute .concept .room .txt {
  height: 100%;
  position: relative;
  z-index: 10;
}
#sunroute .concept .room .txt__inner {
  width: 475px;
  vertical-align: middle;
}
#sunroute .concept .room .txt dl {
  background: url(../img/dot.png) no-repeat 50% 100%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: #fff;
}
#sunroute .concept .room .txt dt {
  margin-bottom: 8px;
  font-size: 1.42857em;
  font-size: 1.42857rem;
  font-weight: bold;
}
#sunroute .concept .room .txt dd {
  line-height: 1.375;
}
#sunroute .concept .room .txt p {
  margin-bottom: 10px;
  font-size: 1.42857em;
  font-size: 1.42857rem;
  line-height: 1.5;
  font-weight: bold;
}
#sunroute .concept .room .txt .price {
  margin-bottom: 15px;
}
#sunroute .concept .room .txt a {
  display: inline-block;
  position: relative;
  z-index: 10;
}
#sunroute .concept .princess .image .tag, #sunroute .concept .sea .image .tag {
  left: 31.25%;
}
#sunroute .concept .spirit .image .tag, #sunroute .concept .american .image .tag {
  right: 31.25%;
}
#sunroute .concept .spirit .txt__inner, #sunroute .concept .american .txt__inner {
  margin-left: auto;
}
#sunroute .concept .princess {
  background-image: url(../img/concept-bg_room-01.jpg);
}
#sunroute .concept .princess p {
  color: #ed4a57;
}
#sunroute .concept .princess .obj-01 {
  width: 475px;
  top: -23px;
  left: 0;
}
#sunroute .concept .princess .obj-02 {
  bottom: 0;
  left: 394px;
}
#sunroute .concept .spirit {
  background-image: url(../img/concept-bg_room-02.jpg);
}
#sunroute .concept .spirit p {
  color: #22ac38;
}
#sunroute .concept .spirit .obj-01 {
  top: -38px;
  right: -3px;
}
#sunroute .concept .spirit .obj-02 {
  bottom: 0;
  right: 429px;
}
#sunroute .concept .sea {
  background-image: url(../img/concept-bg_room-03.jpg);
}
#sunroute .concept .sea p {
  color: #0068b7;
}
#sunroute .concept .sea .obj-01 {
  top: -54px;
  left: 198px;
}
#sunroute .concept .sea .obj-02 {
  top: 214px;
  left: 7px;
}
#sunroute .concept .sea .obj-03 {
  bottom: 15px;
  left: 395px;
}
#sunroute .concept .american {
  background-image: url(../img/concept-bg_room-04.jpg);
  margin-bottom: 0;
}
#sunroute .concept .american p {
  color: #ec6941;
}
#sunroute .concept .american .obj-01 {
  top: -23px;
  right: 118px;
}
#sunroute .concept .american .obj-02 {
  bottom: -12px;
  right: 45px;
}
#sunroute .breakfast {
  background-image: url(../img/bg_paper.png), url(../img/bg_kirakira.png);
  background-repeat: repeat-y, no-repeat;
  background-position: 50% 20px, 50% 108px;
  padding: 100px 0 83px;
  text-align: center;
}
#sunroute .breakfast h2 {
  margin-bottom: 48px;
}
#sunroute .breakfast .block {
  background: url(../img/breakfast-bg_slash.png) repeat 0 0;
  margin-bottom: 52px;
  position: relative;
}
#sunroute .breakfast .block .photo {
  margin-bottom: 22px;
}
#sunroute .breakfast .block dl {
  height: 334px;
}
#sunroute .breakfast .block dt {
  margin-bottom: 20px;
  font-size: 1.42857em;
  font-size: 1.42857rem;
  font-weight: bold;
  line-height: 1.5;
}
#sunroute .breakfast .block dd {
  line-height: 1.5;
}
#sunroute .breakfast .block .photos {
  position: absolute;
  top: 281px;
  left: -62px;
}
#sunroute .breakfast h3 {
  margin-bottom: 37px;
}
#sunroute .breakfast .room {
  display: table;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
  width: 100%;
  margin-bottom: 70px;
}
#sunroute .breakfast .room .image, #sunroute .breakfast .room .txt {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
#sunroute .breakfast .room .image {
  position: relative;
}
#sunroute .breakfast .room .image .photo {
  width: 100%;
}
#sunroute .breakfast .room .image .tag {
  position: absolute;
  top: -125px;
}
#sunroute .breakfast .room .txt {
  height: 100%;
  position: relative;
  z-index: 10;
}
#sunroute .breakfast .room .txt__inner {
  width: 475px;
  vertical-align: middle;
}
#sunroute .breakfast .room .txt dl {
  margin-bottom: 22px;
}
#sunroute .breakfast .room .txt dt {
  margin-bottom: 23px;
}
#sunroute .breakfast .room .txt dd {
  font-size: 1.42857em;
  font-size: 1.42857rem;
  line-height: 1.5;
  font-weight: bold;
  color: #ff6669;
}
#sunroute .breakfast .room .txt .price {
  margin-bottom: 25px;
}
#sunroute .breakfast .room .txt a {
  display: inline-block;
  position: relative;
  z-index: 10;
}
#sunroute .breakfast .premium .txt__inner {
  margin-left: auto;
}
#sunroute .breakfast .dellux {
  margin-bottom: 0;
}
#sunroute .rsnbl {
  padding-top: 155px;
  margin-bottom: 150px;
}
#sunroute .rsnbl .plan-01, #sunroute .rsnbl .plan-02 {
  height: 237px;
}
#sunroute .last_exp {
  padding-top: 35px;
  margin-bottom: 32px;
  line-height: 1.25;
}
#sunroute .btn {
  display: inline-block;
  margin-bottom: 37px;
}

.st-ftr {
  position: relative;
  background: #FFF;
  padding: 1px 0 20px;
}
.st-ftr a {
  color: #0da6f2;
  font-weight: bold;
}
.st-ftr .pagetop {
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 500;
  margin-left: 485px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.st-ftr .pagetop.is-show {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.st-ftr .pagetop.is-fixed {
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: 485px;
}
.st-ftr .pagetop a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.st-ftr .pagetop a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
