@charset "UTF-8";
/* base vars */


.featureBtn button {
    width: 100%;
}

/* ---------------------------
    reset
--------------------------- */
/* initialize */
html {
    color: #000;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del,
ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    font-size: 0.75em;
    vertical-align: 0.25em;
}

sub {
    font-size: 0.75em;
    vertical-align: -0.25em;
}

big {
    font-size: 110%;
}

small {
    font-size: 90%;
}

legend {
    color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

/**
 * for HTML5
 */
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
.article,
.aside,
.dialog,
.figure,
.footer,
.header,
.hgroup,
.nav,
.section {
    display: block;
}

body {
    font: 13px/1.231 arial, helvetica, clean, sans-serif;
    *font-size: small;
    *font: x-small;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

body {
    font-size: 12px;
    line-height: 1.2em;
}

/* ---------------------------
    util
--------------------------- */
/* logtag */
#logtag {
    display: none;
}

/* clearfix */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

/**
   * force float-left
   */
.fl {
    float: left !important;
}

/**
   * force float-right
   */
.fr {
    float: right !important;
}

/**
   * force clear-both
   */
.clear {
    clear: both !important;
}

/* position */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/* text-align */
/**
* force align-left
*/
.al {
    text-align: left !important;
}

/**
* force align-right
*/
.ar {
    text-align: right !important;
}

/**
* force align-center
*/
.ac {
    text-align: center !important;
}

/* bold */
.bold,
strong {
    font-weight: bold;
}

/* caption */
.caption {
    font-size: 11px;
}

/* margin-padding */
/**
* force margin-top XXpx
*/
.mt00 {
    margin-top: 0px !important;
}

.mt05 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mt100 {
    margin-top: 100px !important;
}

/**
* force margin-right XXpx
*/
.mr00 {
    margin-right: 0px !important;
}

.mr05 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mr65 {
    margin-right: 65px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mr75 {
    margin-right: 75px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mr85 {
    margin-right: 85px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.mr95 {
    margin-right: 95px !important;
}

.mr100 {
    margin-right: 100px !important;
}

/**
* force margin-bottom XXpx
*/
.mb00 {
    margin-bottom: 0px !important;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

/**
* force margin-left XXpx
*/
.ml00 {
    margin-left: 0px !important;
}

.ml05 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.ml65 {
    margin-left: 65px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.ml85 {
    margin-left: 85px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.ml95 {
    margin-left: 95px !important;
}

.ml100 {
    margin-left: 100px !important;
}

/**
* force padding-top XXpx
*/
.pt00 {
    padding-top: 0px !important;
}

.pt05 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt65 {
    padding-top: 65px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt75 {
    padding-top: 75px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt85 {
    padding-top: 85px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt95 {
    padding-top: 95px !important;
}

.pt100 {
    padding-top: 100px !important;
}

/**
   * force padding-right XXpx
   */
.pr00 {
    padding-right: 0px !important;
}

.pr05 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr55 {
    padding-right: 55px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pr65 {
    padding-right: 65px !important;
}

.pr70 {
    padding-right: 70px !important;
}

.pr75 {
    padding-right: 75px !important;
}

.pr80 {
    padding-right: 80px !important;
}

.pr85 {
    padding-right: 85px !important;
}

.pr90 {
    padding-right: 90px !important;
}

.pr95 {
    padding-right: 95px !important;
}

.pr100 {
    padding-right: 100px !important;
}

/**
* force padding-bottom XXpx
*/
.pb00 {
    padding-bottom: 0px !important;
}

.pb05 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb55 {
    padding-bottom: 55px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb65 {
    padding-bottom: 65px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb75 {
    padding-bottom: 75px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb85 {
    padding-bottom: 85px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb95 {
    padding-bottom: 95px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

/**
* force padding-left XXpx
*/
.pl00 {
    padding-left: 0px !important;
}

.pl05 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl55 {
    padding-left: 55px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pl65 {
    padding-left: 65px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.pl75 {
    padding-left: 75px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.pl85 {
    padding-left: 85px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.pl95 {
    padding-left: 95px !important;
}

.pl100 {
    padding-left: 100px !important;
}

/* imgs */
img {
    vertical-align: bottom;
}

/* font */
.fs10 {
    font-size: 10px !important;
}

.fs11 {
    font-size: 11px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs17 {
    font-size: 17px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs19 {
    font-size: 19px !important;
}

.fs20 {
    font-size: 20px !important;
}

/* no border table */
table.noborder {
    margin: 0 !important;
    border: none !important;
}

table.noborder th,
table.noborder td {
    border: none !important;
}

/* ---------------------------
    base
--------------------------- */
html {
    color: #000;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-rendering: optimizelegibility;
}

body {
    font-size: 12px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.8;
}

::selection,
::-moz-selection {
    color: #fff;
    background-color: #eee;
}

a {
    color: #a08b19;
}

a:hover {
    text-decoration: none;
}

a.ahover {
    opacity: 1;
}

a[name] {
    color: #000;
}

iframe {
    border: none;
}

#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
    font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    color: #fff;
}

#sb-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: left;
    visibility: hidden;
    display: none;
}

#sb-overlay {
    position: relative;
    height: 100%;
    width: 100%;
}

#sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
}

#sb-wrapper-inner {
    position: relative;
    overflow: hidden;
    height: 100px;
}

#sb-body {
    position: relative;
    height: 100%;
}

#sb-body-inner {
    position: absolute;
    height: 100%;
    width: 100%;
}

#sb-player.html {
    height: 100%;
    overflow: auto;
}

#sb-body img {
    border: none;
}

#sb-loading {
    position: relative;
    height: 100%;
}

#sb-loading-inner {
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    width: 100%;
    text-align: center;
}

#sb-loading-inner span {
    background: url("/m/e4n7hj00000006bn/m_sb_loading.gif") no-repeat;
    padding-left: 34px;
    display: inline-block;
}

#sb-body,
#sb-loading {
    background-color: #060606;
}

#sb-title,
#sb-info {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#sb-title,
#sb-title-inner {
    height: 26px;
    line-height: 26px;
}

#sb-title-inner {
    font-size: 16px;
}

#sb-info,
#sb-info-inner {
    height: 20px;
    line-height: 20px;
}

#sb-info-inner {
    font-size: 12px;
}

#sb-nav {
    float: right;
    height: 16px;
    padding: 2px 0;
    width: 45%;
}

#sb-nav a {
    display: block;
    float: right;
    height: 16px;
    width: 16px;
    margin-left: 3px;
    cursor: pointer;
    background-repeat: no-repeat;
}

#sb-nav-close {
    background-image: url("/m/e4n7hj00000006bn/m_sb_close.png");
}

#sb-nav-next {
    background-image: url("/m/e4n7hj00000006bn/m_sb_next.png");
}

#sb-nav-previous {
    background-image: url("/m/e4n7hj00000006bn/m_sb_previous.png");
}

#sb-nav-play {
    background-image: url("/m/e4n7hj00000006bn/m_sb_play.png");
}

#sb-nav-pause {
    background-image: url("/m/e4n7hj00000006bn/m_sb_pause.png");
}

#sb-counter {
    float: left;
    width: 45%;
}

#sb-counter a {
    padding: 0 4px 0 0;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

#sb-counter a.sb-counter-current {
    text-decoration: underline;
}

div.sb-message {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

div.sb-message a:link,
div.sb-message a:visited {
    color: #fff;
    text-decoration: underline;
}

/**
 * Swiper 3.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 22, 2015
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-fles-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical>.swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
    pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
    z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* ------------------------------
	util
------------------------------ */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wrap .wrap {
    margin-left: 0;
    margin-right: 0;
}

.wrap,
.wrap2 {
    margin: 0 10px;
    clear: both;
}

.wrap:after,
wrap2:after {
    content: " ";
    display: block;
    clear: both;
}

.wrap .wrap2 {
    margin-left: 0;
    margin-right: 0;
}

img {
    width: 100%;
    height: auto;
}

.caption {
    font-size: 10px;
    color: #666666;
}

.color_key {
    color: #a08b19;
}

.color_black {
    color: #000;
}

.font_mincho {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.noSpace {
    letter-spacing: 0 !important;
}

.waku {
    padding: 17px;
    border: 2px solid #a08b19;
}

.table_basic {
    width: 100%;
    font-size: 10px;
}

.table_basic td {
    vertical-align: top;
    text-align: left;
}

.table_basic td.bg,
.table_basic th.bg {
    padding: 5px 10px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}

.table_basic td.white,
.table_basic td.white {
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.table_basic .vmiddle {
    vertical-align: middle;
}

.table_style1 {
    font-size: 10px;
    border-bottom: 1px solid #ccc;
}

.table_style1 th,
.table_style1 td {
    width: 120px;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
}

.table_style1 th {
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
    font-weight: bold;
}

.table_style1 td {
    border-top: 1px solid #ccc;
}

.btnArea {
    font-size: 0;
}

.btnArea_item {
    width: 48%;
    margin-right: 4%;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.btnArea_item a {
    height: 43px;
}

.btnArea_item:last-child {
    margin-right: 0;
}

ul.indent li {
    text-indent: -1em;
    margin-left: 1em;
}

.indent {
    text-indent: -1em;
    margin-left: 1em;
}

.anchorNav {
    font-size: 0;
    text-align: center;
}

.anchorNav a {
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.0;
    margin: 0 10px;
    background: url("/m/wr_asset/imgs/m_icon_btn.png") no-repeat 0 -642px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

/* ------------------------------
	k_top
------------------------------ */
.k_top {
    padding-top: 20px;
    position: relative;
}

.k_top:before {
    content: " ";
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a08b19;
}

.k_bottom {
    padding-bottom: 30px;
    position: relative;
}

.k_bottom:before {
    content: " ";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    background-color: #a08b19;
}

.k_bottom_dash {
    padding-bottom: 15px;
    position: relative;
}

.k_bottom_dash:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url("/m/wr_asset/imgs/m_k_dash.gif") repeat-x left bottom;
    -webkit-background-size: 3px auto;
    position: absolute;
    bottom: -1px;
    left: 0;
}

/* ------------------------------
	block_col
------------------------------ */
.block_item {
    float: left;
}

.block_col1 .block_item {
    float: none;
}

.block_col2 .block_item {
    width: 47.5%;
    margin-left: 5%;
}

.block_col2 .block_item:first-child {
    margin-left: 0;
}

.block_col3 {
    margin-left: -40px;
    margin-top: -40px;
}

.block_col3 .block_item {
    width: 300px;
    margin-left: 40px;
    margin-top: 40px;
}

.block_item_new {
    position: relative;
}

.block_item_new:after {
    content: " ";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -7px;
    left: -7px;
    
}

.block_item_image {
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(9, 2, 4, 0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(9, 2, 4, 0.45);
    -ms-box-shadow: 0px 0px 5px 0px rgba(9, 2, 4, 0.45);
    box-shadow: 0px 0px 5px 0px rgba(9, 2, 4, 0.45);
}

.block_item_title {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.block_item_text {
    margin-bottom: 15px;
}

/* ------------------------------
	categoryTopBanner
------------------------------ */
.categoryTopBannerAreaSP {
    padding-bottom: 40px;
}

.categoryTopBannerAreaBannerSP {
    margin-bottom: 20px;
    width: 100%;
}

.categoryTopBannerAreaBannerLong img {
    width: 100%;
}

.categoryTopBannerAreaBannerLong:last-of-type {
    margin-bottom: 0;
}



/* ------------------------------
	icon
------------------------------ */
.icon_btn_room {
    padding-left: 20px;
    font-size: 12px;
    background-image: url(/m/e4n7hj00000006bn/icon_reserve.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
}

.icon_btn_room.icon_btn_room1 {
    background-position: 10px 12px;
}

.icon_btn_room.icon_btn_room2 {
    background-position: 10px -63px;
}

.icon_common {
    position: relative;
}

.icon_back_arrow {
    padding-left: 20px;
    background: url("/m/e4n7hj00000006bn/icon_back_arrow.png") no-repeat left 2px;
}

.icon_common:after,
.icon_common:before {
    content: "";
    display: block;
    position: absolute;
}

.icon_arrow_bottom:after {
    width: 10px;
    height: 9px;
    top: 50%;
    left: 5px;
    margin-top: -4px;
    background: url("/m/e4n7hj00000006bn/m_icon_header.png") no-repeat 0 0;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
}

.icon_arrow_bottom.active:after {
    background-position: 0 -227px;
}

.icon_tel:after {
    width: 12px;
    height: 9px;
    top: 50%;
    left: 5px;
    margin-top: -4px;
    background: url("/m/e4n7hj00000006bn/m_icon_header.png") no-repeat 0 -59px;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
}

.icon_menu:after {
    width: 10px;
    height: 10px;
    top: 50%;
    left: 5px;
    margin-top: -5px;
    background: url("/m/e4n7hj00000006bn/m_icon_header.png") no-repeat 0 -112px;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
}

.icon_menu.active:after {
    background-position: 0 -171px;
}

.icon_btn_plus:after {
    width: 14px;
    height: 14px;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    background: url("/m/wr_asset/imgs/m_icon_btn.png") no-repeat -3px -133px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

.icon_btn_plus.btn_bg_white:after {
    background-position: -3px -703px;
}

.icon_btn_plus.active:after {
    background-position: -3px -68px;
}

.icon_btn_search:after {
    width: 20px;
    height: 21px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background: url("/m/wr_asset/imgs/m_icon_btn.png") no-repeat 0px -193px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

.icon_btn_arrow.btn {
    //padding-left: 20px; /*おおくのボタンで使われているがズレて見えるのでコメントアウト.planList_btnで設定*/
}

.icon_btn_arrow:after {
    width: 8px;
    height: 9px;
    top: 50%;
    left: 10px;
    margin-top: -4px;
    background: url("/m/wr_asset/imgs/m_icon_btn.png") no-repeat -7px -261px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

.icon_btn_arrow.btn_bg_white:after {
    background-position: -7px -324px;
}

.icon_btn_pc:after {
    width: 18px;
    height: 18px;
    top: 50%;
    left: 20px;
    margin-top: -9px;
    background: url("/m/wr_asset/imgs/m_icon_btn.png") no-repeat -2px -513px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

.icon_btn_search.btn {
    width: 100px;
    font-size: 12px;
    margin: 0 auto;
    padding: 10px 5px 10px 20px;
}

.icon_btn_search:after {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 10px;
    margin-top: -8px;
    background: url("/m/wr_asset/imgs/m_icon_btn.png") no-repeat -2px -580px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

.icon_btn_pdf {
    padding-left: 20px;
    font-size: 12px;
    background: url("/m/wr_asset/imgs/m_icon_btn.png") no-repeat -2px -760px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

.icon_pdf_right {
    padding-right: 20px;
    font-size: 12px;
    padding-bottom: 3px;
    background: url("/m/wr_asset/imgs/m_icon_btn.png") no-repeat 100% -682px;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
}

.icon_blt {
    padding-left: 15px;
    font-size: 12px;
    background: url("/m/wr_asset/imgs/m_icon_btn.png") no-repeat -5px -322px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

.btn.line_2 {
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 5px;
}

.icon_btn_blank span {
    margin-right: 10px;
}

.icon_btn_blank:before {
    width: 15px;
    height: 12px;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    background: url("/m/wr_asset/imgs/m_icon_btn.png") no-repeat -2px -821px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

/* ------------------------------
	btn
------------------------------ */
.btn {
    display: block;
    padding: 15px;
    text-decoration: none;
    line-height: 1.0;
    text-align: center;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.btn_bg_color {
    color: #fff;
    background-color: #a08b19;
}

.btn_bg_color.active {
    color: #a08b19;
    background-color: #fff;
    border-top: 1px solid #a08b19;
    border-bottom: 1px solid #a08b19;
}

.btn_bg_white {
    color: #a08b19;
    background-color: #fff;
    border: 1px solid #a08b19;
}

.btn.btn_no_center {
    padding: 15px 0;
    border-left: none;
    border-right: none;
    text-align: left;
}

.btn.btn_no_center.icon_plus:after {
    right: 0;
}

/* ------------------------------
	js_toggle
------------------------------ */
.js_toggle_btn {
    display: block;
}

.js_toggle_content {
    display: none;
}

/* ------------------------------
	list_circle
------------------------------ */
.list_circle li {
    padding-left: 16px;
    background: url("/m/wr_asset/imgs/m_icon_circle.png") no-repeat 0 5px;
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
}

.list_circle li a {
    padding: 0 !important;
}

/* ------------------------------
	slick
------------------------------ */
.slick-next,
.slick-prev {
    display: block;
    width: 31px;
    height: 30px;
    position: absolute;
    background-image: url("/m/e4n7hj00000006bn/m_pager.png");
    -webkit-background-size: 230px auto;
    background-size: 230px auto;
    -webkit-appearance: none;
    border: none;
    margin-top: -20px;
    background-color: transparent;
    text-indent: -9999px;
}

.slick-next {
    right: -10px;
    background-position: 100% 0;
}

.slick-prev {
    left: -10px;
    background-position: 0 0;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0 7px;
}

.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    text-indent: -9999px;
    background-color: #e2dcba;
    border-radius: 100%;
}

.slick-dots li.slick-active button {
    background-color: #a08b19;
}

.getSlick .slick-prev,
.getSlick .slick-next {
    top: 50%;
    margin-top: -25px;
}

.getSlick .slick-dots {
    margin-top: 5px;
    height: 20px;
}

/* ------------------------------
	page
------------------------------ */
.page {
    padding-top: 53px;
}

/* ------------------------------
	globalHeader
------------------------------ */
.globalHeader {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
}

.globalHeader .wrap {
    margin: 0 10px;
}

.globalHeader_wrap {
    //position: fixed;
    //width: 100%;
    //z-index: 999;
    //top:0px !important;
}

.globalHeader_logo {
    width: 123px;
    height: 22px;
    padding-top: 6px;
    float: left;
}

.globalHeader_logo a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 22px;
    overflow: hidden;
    background: url("/m/wr_asset/e4n7hj000000003t-img/globalheader_logo.gif") no-repeat 0 0;
    -webkit-background-size: 123px auto;
    background-size: 123px auto;
}

.globalHeader_menu {
    width: 170px;
    float: right;
    font-size: 0;
}

.globalHeader_item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #a08b19;
}

.globalHeader_nav {
    border-right: 1px solid #a08b19;
}

.globalHeader_btn {
    display: block;
    padding: 5px 5px 5px 20px;
    font-size: 12px;
    color: #a08b19;
    text-decoration: none;
    border-left: 1px solid #a08b19;
    border-top: 1px solid #a08b19;
}

.globalHeader_btn.active {
    color: #fff;
    background-color: #a08b19;
}

.globalHeader_menu_cont {
    display: none;
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}

.globalHeader_menu_cont.is-top {
    display: block !important;
    position: static !important;
    top: 0 !important;
    z-index: 1;
}

.globalHeader_menu_cont ul li a {
    display: block;
    padding: 15px;
    border-top: 1px solid #a08b19;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

.globalHeader_menu_cont ul li a:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("/m/wr_asset/imgs/m_icon_btn.png") no-repeat -3px 0;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
}

.globalHeader_menu_cont ul.half li {
    width: 50%;
    float: left;
    background-color: #fff;
}

.globalHeader_menu_cont ul.half li:nth-child(2n) {
    border-left: 1px solid #a08b19;
}

.globalHeader_menu_cont ul.half li a {
    display: block;
    padding: 10px 15px;
    font-size: 11px;
}

.globalHeader_menu_cont ul.half li a:after {
    width: 12px;
    height: 12px;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    background-position: -2px 0;
}

.globalHeader_close a {
    display: block;
    padding: 10px 0;
    color: #fff;
    background-color: #a08b19;
    text-align: center;
    text-decoration: none;
    line-height: 1.0;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: rgba(255, 255, 255, 0.7);
}

/* ------------------------------
	pankuzu
------------------------------ */
.pankuzu {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.0;
}

.pankuzu a {
    margin-right: 1em;
    margin-left: 1em;
}

.pankuzu span {
    margin: 0 1em;
}

/* ------------------------------
	pageTitle
------------------------------ */
.pageTitle {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #a08b19;
    text-align: center;
    line-height: 1.2;
}

.pageTitle span {
    display: block;
}

.pageTitle .en {
    margin-bottom: 12px;
    font-size: 18px;
    letter-spacing: 0.3em;
}

.pageTitle .ja {
    /* font-size: 12px; */
    font-size: 18px;
    color: #000;
    letter-spacing: 0.3em;
}

.pageTitle .text01,
.pageTitle .text02 {
    letter-spacing: 0.1em;
    font-size: 18px;
}

.pageTitle .text01 {
    margin-bottom: 10px;
    color: #a08b19;
}

.pageTitle .text02 {
    color: #000;
}

.pageTitle .text03 {
    color: #000;
    line-height: 1.6;
    font-size: 18px;
}

.pageTitle_k {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #7f7f7f;
}

.pageTitle_room {
    margin-top: 15px;
    color: #000;
    font-size: 15px;
    letter-spacing: -0.1em;
}

.pageTitle_room span {
    display: inline;
    margin-right: 10px;
    color: #a08b19;
}

/* ------------------------------
	fullScreenVisual
------------------------------ */
.fullScreenVisual .slick-dots {
    margin-top: 10px;
}

/* ------------------------------
	flexNav
------------------------------ */
.flexNav {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    border-bottom: 1px solid #a08b19;
}

.flexNav li {
    flex: 1;
    -webkit-box-flex: 1;
}

.flexNav li a {
    display: block;
    min-height: 2.5em;
    padding: 11px 0;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-top: 1px solid #a08b19;
    border-right: 1px solid #a08b19;
    line-height: 1.2;
}

.flexNav li a.line_2 {
    padding: 5px 0;
}

.flexNav li.current a {
    color: #fff;
    background-color: #a08b19;
}

/* ------------------------------
	mainTitle
------------------------------ */
.mainTitle {
    margin-bottom: 30px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 22px;
    line-height: 1;
    position: relative;
}

/* ------------------------------
	section
------------------------------ */
.section {
    margin-bottom: 60px;
}

.section_title {
    margin-bottom: 15px;
    color: #a08b19;
    font-weight: bold;
}

.section_title_has_text {
    margin-bottom: 0px;
}

/* ------------------------------
	mainVisual
------------------------------ */
.mainVisual {
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(9, 2, 4, 0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(9, 2, 4, 0.45);
    -ms-box-shadow: 0px 0px 5px 0px rgba(9, 2, 4, 0.45);
    box-shadow: 0px 0px 5px 0px rgba(9, 2, 4, 0.45);
}

.mainVisual .bx-controls {
    display: none;
}

.mainVisualThumbs {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
    font-size: 0;
    z-index: 99;
}

.mainVisualThumbs a {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    position: relative;
}

.mainVisualThumbs a:before {
    content: " ";
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
}

.mainVisualThumbs a.active:before {
    content: " ";
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    border: 3px solid #a18b07;
}

.mainVisualThumbs_right {
    margin-top: 5px;
    position: static;
    text-align: right;
    font-size: 0;
}

.mainVisualThumbs_right a {
    margin: 0;
    margin-left: 1px;
}

.mainVisualThumbs_right a:before {
    display: none;
}

.mainVisualThumbs_room {
    width: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 0;
    text-align: right;
}

.mainVisualThumbs_room a {
    margin: 0;
    margin-right: 1px;
}

.mainVisualThumbs_room a:before {
    display: none;
}

/* ------------------------------
	mainCopy
------------------------------ */
.mainCopy {
    margin-bottom: 15px;
    margin-top: 20px;
}

.mainCopy_title {
    margin-bottom: 12px;
    font-size: 18px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.mainCopy_text {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
    position: relative;
}

.mainCopy_text.mainCopy_short {
    width: 58%;
    float: left;
}

.mainCopy_logo {
    width: 32%;
    float: right;
}

.mainCopy_text2 {
    font-size: 12px;
}

.mainCopy_btn {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.mainCopyInfo {
    width: 100%;
    font-size: 0;
    border-collapse: collapse;
}

.mainCopyInfo th,
.mainCopyInfo td {
    vertical-align: middle;
    padding: 10px;
    font-size: 10px;
}

.mainCopyInfo th {
    position: relative;
}

.mainCopyInfo th:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #7f7f7f;
}

.mainCopyInfo td {
    position: relative;
}

.mainCopyInfo td:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url("/m/wr_asset/imgs/m_k_dash.gif") repeat-x left bottom;
    -webkit-background-size: 3px auto;
    background-size: 3px auto;
    position: absolute;
    top: -0.5px;
    left: 0;
}

.mainCopyInfo tr:last-child th,
.mainCopyInfo tr.last th {
    border-bottom: 1px solid #7f7f7f;
}

.mainCopyInfo tr:last-child td:before,
.mainCopyInfo tr.last td:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url("/m/wr_asset/imgs/m_k_dash.gif") repeat-x left bottom;
    -webkit-background-size: 3px auto;
    background-size: 3px auto;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.mainCopy_small {
    margin-top: 15px;
    font-size: 12px;
}

.mainCopy_small .mainCopy_text {
    font-size: 12px;
    padding-top: 0;
}

.mainCopy_small .mainCopy_text:before {
    display: none;
}

.mainCopy_small .mainCopyInfo {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mainCopy_small .mainCopyInfo th {
    width: 32%;
    font-weight: bold;
    white-space: nowrap;
}

.mainCopy_small .mainCopyInfo td {
    width: 68%;
}

.table_main {
    width: 100%;
    font-size: 12px;
    border-collapse: separate;
}

.table_main th,
.table_main td {
    padding: 15px 0;
}

.table_main .solid {
    border-bottom: 1px solid #b2b2b2;
}

.table_main .dashed {
    position: relative;
}

.table_main .dashed:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url("/m/wr_asset/imgs/m_k_dash.gif") repeat-x left bottom;
    -webkit-background-size: 3px auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    bottom: 0;
}

.table_main th {
    width: 25%;
}

.table_main td {
    width: 35%;
}

.table_main .title {
    width: 30%;
    vertical-align: top;
}

.featureBtn {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.tagList span {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
    padding: 5px;
    color: #a08b19;
    font-size: 11px;
    background-color: #f5f3e8;
}

.floorTitle {
    padding-bottom: 30px;
    color: #a08b19;
    font-weight: bold;
    line-height: 1.0;
}

.mainCopy2 {
    margin-bottom: 70px;
    margin-top: 25px;
    position: relative;
}

.mainCopy2_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.mainCopy2_logo {
    position: absolute;
    top: 0;
    right: 0;
}

/* ------------------------------
	men
------------------------------ */
.menu {
    margin-top: 50px;
    margin-bottom: 50px;
}

.menu_left {
    width: 50%;
    float: left;
}

.menu_right {
    width: 39%;
    float: right;
}

/* ------------------------------
	menuNotice
------------------------------ */
.menuNotice {
    margin: 0 0px 40px;
    padding: 15px 20px;
    font-size: 13px;

    border: 1px solid #cccccc;
}

.menuNotice_title {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    letter-spacing: 0.3em;
}

.noticeList_title {
    font-weight: bold;
    margin-bottom: 5px;
}

.menuNoticeList li {
    margin-top: 15px;
}

.menuNoticeList li:first-child {
    margin-top: 0;
}

/* ------------------------------
	menuTitleArea
------------------------------ */
.menuTitleArea {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #808080;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    text-align: center;
}

.menuTitleArea>* {
    letter-spacing: 0.3em;
}

.menuTitleArea .en {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.0;
}

.menuTitleArea .ja {
    font-size: 12px;
}

.menuTitleArea_k_dash {
    border-bottom: 1px dashed #808080;
}

.menuTitleArea_noborder {
    border-bottom: none;
    padding-bottom: 0;
}

.menuTitleArea_font_small {
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.menuTitleArea_font_small .en {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.0;
}

.menuTitleArea_font_small .ja {
    font-size: 12px;
    letter-spacing: 0.2em;
}

/* ------------------------------
	menu
------------------------------ */
.menuTitle {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.0;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    text-align: center;
    letter-spacing: 0.3em;
    color: #a08b19;
}

.menuTitle_font_large {
    font-size: 22px;
}

.menuTitle_border {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    border-bottom: 1px solid #7f7f7f;
}

.menuTitle_border span {
    font-size: 12px;
}

.menuTitle_black {
    color: #000;
}

.menu {
    margin-bottom: 50px;
}

.menu_item {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(6, 0, 1, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(6, 0, 1, 0.3);
    -ms-box-shadow: 0px 0px 5px 0px rgba(6, 0, 1, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(6, 0, 1, 0.3);
}

.menu_item a {
    display: block;
    text-decoration: none;
    color: #000;
}

.menu_text {
    padding: 25px 25px 20px;
    border: 1px solid #d2d1d1;
    background: url("/m/e4n7hj00000006bn/m_menutext_bg.gif") repeat 0 0;
}

.menu_title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.0;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    text-align: center;
    letter-spacing: 0.3em;
}

.menu_text2 {
    padding: 15px 15px 10px;
    text-align: center;
    border: 1px solid #d2d1d1;
    background: url("/m/e4n7hj00000006bn/m_menutext_bg.gif") repeat 0 0;
}

.menu_title2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.0;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    text-align: center;
    letter-spacing: 0.3em;
    font-weight: bold;
}

.menu_desc2 {
    letter-spacing: 0.2em;
}

/* ------------------------------
	menuListNav
------------------------------ */
.menuListNav {
    font-size: 12px;
    margin-bottom: 50px;
    border-bottom: 1px solid #a08b19;
}

.menuListNav li {
    border-top: 1px solid #a08b19;
}

.menuListNav li.noborder {
    border-top: none;
}

.menuListNav li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

.menuListNav li a:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("/m/wr_asset/imgs/m_icon_btn.png") no-repeat -3px 0;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
}

.menuListNav li a[target="_blank"]:after {
    background-position: -3px -800px;
}

.menuListNav .linkWithImg .image,
.menuListNav .linkWithImg .txt {
    display: inline-block;
    vertical-align: middle;
}

.menuListNav .linkWithImg .image {
    width: 25%;
    margin-right: 3%;
}

.menuListNav .linkWithImg .txt {
    font-size: 12px;
}

.menuTitle.js_toggle_btn {
    margin-bottom: 0;
}

.menuListNav.js_toggle_content li:first-child {
    border-top: none;
}

/* ------------------------------
	.menuCustomer_btn
------------------------------ */
.menuCustomer_btn a {
    color: #000;
}

.menuCustomer_btn a p {
    margin-bottom: 10px;
}

.menuCustomer_btn a p:last-child {
    margin-bottom: 0;
}

.menuCustomer_btn a span {
    color: #a08b19;
}

.menuCustomer_btn a b {
    margin-left: 10px;
    font-weight: bold;
    font-size: 17px;
}

/* ------------------------------
	.menuContact
------------------------------ */
.menuContact_small {
    margin-top: 15px;
    text-align: center;
    font-size: 11px;
}

.menuContact_small a {
    margin: 0 5px;
}

.menuContact.center {
    text-align: center;
}

/* ------------------------------
	.menuTel
------------------------------ */
.menuTel {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
}

.menuTel_title {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
}

.menuTel_tel {
    margin-bottom: 5px;
    font-size: 18px;
    color: #a08b19;
}

.menuTel_tel a {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

.menuTel_tel .black {
    color: black;
}

/* ------------------------------
	.contactBox
------------------------------ */
/* ------------------------------
	.wifiBox
------------------------------ */
.wifiBox {
    padding: 90px 30px 15px;
    background: #f2f2f2 url("/m/e4n7hj00000006bn/m_icon_wifi.png") no-repeat 50% 20px;
    -webkit-background-size: 43px auto;
    background-size: 43px auto;
}

.wifiBox_text {
    font-size: 11px;
}

/* ------------------------------
	.menuInfo
------------------------------ */
.menuInfo {
    margin-bottom: 50px;
    font-size: 12px;
}

.menuInfoList dl dt {
    margin-bottom: 5px;
    position: relative;
    line-height: 1.0;
}

.menuInfoList dl dd {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.menuInfoList dl dd:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url("/m/wr_asset/imgs/m_k_dash.gif") repeat-x left bottom;
    -webkit-background-size: 3px auto;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.menuInfoList dl dd a {
    color: #000;
}

.menuInfoList dl dd:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.menuInfoList dl dd:last-child:after {
    background: none;
}

/* ------------------------------
	.reserveBox
------------------------------ */
/* ------------------------------
	.reserveSearch
------------------------------ */
/* ------------------------------
	.reserveSearch2
------------------------------ */
.reserveSearch2 {
    margin-bottom: 20px;
    padding-top: 15px;
    font-size: 12px;
}

.reserveSearch2.center {
    text-align: center;
}

.reserveSearch2 select {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 20px 10px 10px;
    font-size: 12px;
    line-height: 1.0;
    border: 1px solid #000;
    border-radius: 0;
    position: relative;
    background: url("/m/wr_asset/imgs/m_icon_btn.png") no-repeat 95% -428px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    -webkit-appearance: none;
}

.reserveSearch2 #tc-widget select {
    background: none;
}

.reserveSearch2 .btn {
    font-size: 12px;
}

.reserveSearch2_row {
    margin-bottom: 10px;
    font-size: 0;
}

.reserveSearch2_number,
.reserveSearch2_stay {
    display: inline-block;
}

.reserveSearch2_number {
    margin-right: 15px;
}

.reserveSearch2_title {
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
}

.reserveSearch2_btn {
    margin-top: 15px;
}

.reserveSearch2_btn input {
    display: block;
    -webkit-appearance: none;
    width: 100%;
    border-radius: 0;
    background: url("/m/wr_asset/imgs/m_icon_btn.png") no-repeat 15px -177px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

.reserveSearch2_select_people {
    margin-right: 39px;
}

.reserveSearch2_today {
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px dashed #b2b2b2;
}

.reserveSearch2_today .inner {
    text-align: center;
    width: 93%;
}

.reserveSearch2_today .inner a {
    padding-left: 21px;
    padding-right: 6px;
}

.reserveSearch2_select {
    float: left;
    width: 50%;
}

.reserveSearch2_select .inner {
    text-align: center;
    margin-left: 7%;
    width: 93%;
}

.reserveSearch2_select .inner a {
    padding-left: 19px;
    padding-right: 8px;
}

.reserveSearch2_justBefore {
    border: 3px solid #ecd9da;
    padding: 15px 0;
}

.reserveContact2 {
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

.reserveContact2 strong {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.2em;
}

.reserveContact2 span {
    margin-right: 5px;
    margin-left: 5px;
    color: #003a0d;
    font-size: 16px;
}

/* ------------------------------
    .menuAccess
------------------------------ */
.menuAccess {
    margin-top: 35px;
}

/* ------------------------------
	.footerBnr
------------------------------ */
.footerBnr {
    /*margin-top: 40px;*/
    padding: 20px 0;
    background: url("/m/e4n7hj00000006bn/m_footerbnr_bg.gif") repeat 0 0;
}

.footerBnrList_item {
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(6, 0, 1, 0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(6, 0, 1, 0.35);
    -ms-box-shadow: 0px 0px 5px 0px rgba(6, 0, 1, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(6, 0, 1, 0.35);
}

.footerBnrList_item:last-child {
    margin-bottom: 0;
}

/* ------------------------------
	.tripAdvisor
------------------------------ */
.tripAdvisor {
    padding: 25px 0;
    background-color: #f5f3e8;
}

.tripAdvisor_btns {
    text-align: center;
}

.tripAdvisor_btns a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    padding: 5px 0 5px 32px;
    height: 32px;
    line-height: 1;
    background: url("/m/e4n7hj00000006bn/m_tripadvisor_icon.png") no-repeat 0 0;
    -webkit-background-size: 572px auto;
    background-size: 572px auto;
}

.tripAdvisor_btns a.tripad {
    background-position: 0 -7px;
}

.tripAdvisor_btns a.facebook {
    background-position: -134px -8px;
}

.tripAdvisor_btns a.twitter {
    background-position: -271px -8px;
}

.tripAdvisor_btns a.youtube {
    background-position: -400px -7px;
}

.tripAdvisor_btns a.instagram {
    background-position: -538px -7px;
}

.tripAdvisor_btns a:last-child {
    margin-right: 0;
}


/* ------------------------------
	.footerNav
------------------------------ */
.footerLink {
    padding: 20px 0;
    font-size: 11px;
    text-align: center;
}

.footerLink a {
    margin: 0 5px;
}

.footerNav {
    padding: 20px 0;
    background-color: #a08b19;
    color: #fff;
    font-size: 12px;
}

.footerNav a {
    color: #fff;
}

.footerNavAddress {
    width: 253px;
    margin: 0 auto;
}

.footerNavAddress_logo {
    margin-bottom: 10px;
}

.footerNavAddress_text {
    width: 253px;
}


.footerNavCompany {
    margin-top: 20px;
    text-align: center;
}

.footerNavCompany_item {
    display: inline-block;
}

.footerNavCompany_c1 {
    width: 104px;
    margin-right: 25px;
}

.footerNavCompany_c2 {
    width: 74px;
}

/* ------------------------------
	.footerNav
------------------------------ */
.rphs {
    padding-top: 35px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px dashed #a08b19;
}

.rphs_logo {
    width: 182px;
    margin: 0 auto 20px;
    line-height: 1.0;
}

.rphs_sitelist {
    margin-bottom: 35px;
    font-size: 10px;
    line-height: 2.6;
}

.rphs_sitelist span {
    display: inline-block;
    margin: 0 5px;
}

.rphs_sitelist a {
    color: #000;
}

.rphs_mitsubishi {
    width: 164px;
    line-height: 1.0;
    margin: 0 auto 40px;
}

.rphsList {
    margin-bottom: 20px;
    text-align: center;
}

.rphsList a {
    display: block;
    font-size: 11px;
}

/* ------------------------------
	.copyright
------------------------------ */
.copyright {
    padding: 15px 0;
    text-align: center;
    font-size: 10px;
}

/* ------------------------------
	menu_item_layout_top
------------------------------ */
.menu_item_layout_top .menu_text {
    padding: 5px 10px;
}

.menu_item_layout_top .menu_title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.2em;
}

/* ------------------------------
	btnImageText
------------------------------ */
.btnImageText {
    font-size: 0;
}

.btnImageText_image,
.btnImageText_text {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

.btnImageText_image {
    width: 15%;
    margin-right: 3%;
}

.btnImageText_text {
    width: 82%;
}

/* ------------------------------
	toggleCont
------------------------------ */
.toggleCont {
    position: relative;
}

.toggleCont:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url("/m/wr_asset/imgs/m_k_dash.gif") repeat-x left bottom;
    -webkit-background-size: 3px auto;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.toggleCont_btn a {
    display: block;
    position: relative;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.toggleCont_btn a:after {
    width: 14px;
    height: 14px;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    background: url("/m/wr_asset/imgs/m_icon_btn.png") no-repeat -3px -703px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

.toggleCont_btn a.active:after {
    background-position: -3px -68px;
}

.toggleCont:last-child .toggleCont_btn {
    padding-bottom: 0;
}

.toggleCont_cont {
    font-size: 12px;
}

.toggleCont_cont>*:last-child {
    margin-bottom: 15px;
}

/* ------------------------------
	roomList
------------------------------ */
.roomList {
    margin-bottom: 40px;
}

.roomStair {
    color: #a08b19;
    font-weight: bold;
}

.roomList_item {
    margin-top: 40px;
    position: relative;
}

.roomList_item.border {
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.roomList_item.border:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url("/m/wr_asset/imgs/m_k_dash.gif") repeat-x left bottom;
    -webkit-background-size: 3px auto;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.roomList_title {
    margin-bottom: 15px;
    padding-bottom: 8px;
    text-align: center;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    border-bottom: 1px solid #7f7f7f;
}

.roomList_title b {
    margin-right: 0.5em;
    color: #a08b19;
}

.roomListImageList li,
.fullScreenSlider li {
    position: relative;
}

.roomListImageList li .text,
.fullScreenSlider li .text {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.roomListImageList li .text span,
.fullScreenSlider li .text span {
    font-size: 10px;
}

/* ------------------------------
	toggleList
------------------------------ */
.toggleList>li {
    font-size: 12px;
    border-bottom: 1px solid #a08b19;
}

.toggleList>li a {
    padding: 15px 0;
}

.toggleList>li .btn {
    text-align: left;
}

.toggleList>li .btn_bg_white {
    border: none;
}

.toggleList>li .icon_btn_plus:after {
    right: 0;
}

.toggleList>li .js_toggle_content {
    width: 100%;
    padding: 0 0 15px;
}

/* ------------------------------
	roomDetail
------------------------------ */
.roomDetail_title {
    margin-bottom: 30px;
    color: #a08b19;
    font-weight: bold;
}

.roomDetailMain_item {
    margin-top: 80px;
    padding-top: 25px;
    position: relative;
    clear: both;
}

.roomDetailMain_item:after {
    content: " ";
    display: block;
    clear: both;
}

.roomDetailMain_item:before {
    content: " ";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a08b19;
}

.roomDetailMain_left {
    width: 340px;
    float: left;
}

.roomDetailMain_right {
    width: 336px;
    float: right;
}

.roomDetailMain_title {
    margin-bottom: 15px;
    font-weight: bold;
}

.roomDetailMain_text {
    margin-bottom: 15px;
}

.roomDetailMain_info {
    margin-bottom: 25px;
    font-size: 12px;
}

/* ------------------------------
	roomInfo
------------------------------ */
.roomInfo {
    margin-top: 80px;
}

.table_basic2 {
    width: 100%;
}

.table_basic2 td {
    padding: 20px 10px;
    vertical-align: top;
    text-align: left;
}

.table_basic2 td.title {
    width: 230px;
    font-weight: bold;
    border-top: 1px solid #a18b07;
}

.table_basic2 td.info {
    border-top: 1px dashed #7f7f7f;
}

.table_basic2 td.info .caption {
    margin-top: 10px;
    color: #666666;
}

.table_basic2 td.info .image {
    margin-top: 20px;
}

.table_basic2 td.info .left {
    width: 45%;
    float: left;
}

.table_basic2 td.info .right {
    width: 45%;
    float: right;
}

.table_basic2 tr.last td.title {
    border-bottom: 1px solid #a18b07;
}

.table_basic2 tr.last td.info {
    border-bottom: 1px dashed #7f7f7f;
}

.roomInfoList2 {
    width: 100%;
}

.roomInfoList2 td {
    padding: 20px 0;
    vertical-align: top;
    text-align: left;
}

.roomInfoList2 td.title {
    width: 160px;
    font-weight: bold;
    border-top: 1px solid #a18b07;
}

.roomInfoList2 td.info {
    border-top: 1px dashed #7f7f7f;
}

.roomInfoList2 td.info .caption {
    margin-top: 10px;
    color: #666666;
}

.roomInfoList2 td.info .image {
    margin-top: 20px;
}

.roomInfoList2 tr.last td.title {
    border-bottom: 1px solid #a18b07;
}

.roomInfoList2 tr.last td.info {
    border-bottom: 1px dashed #7f7f7f;
}

.roomInfoList2 .roomInfoList_inner {
    width: 100%;
}

.roomInfoList2 .roomInfoList_inner td {
    padding: 15px 5px;
}

.roomInfoList2 .roomInfoList_inner .title2 {
    width: 130px;
    border-bottom: 1px solid #a18b07;
}

.roomInfoList2 .roomInfoList_inner .info2 {
    border-bottom: 1px dashed #7f7f7f;
}

.roomInfoList2 .roomInfoList_inner tr.first td {
    padding-top: 0;
}

.roomInfoList2 .roomInfoList_inner tr.last td {
    padding-bottom: 0;
}

.roomInfoList2 .roomInfoList_inner tr.last td.title2 {
    border-bottom: none;
}

.roomInfoList2 .roomInfoList_inner tr.last td.info2 {
    border-bottom: none;
}

/* ------------------------------
	view_content
------------------------------ */
.view_contentItem__outer {
    padding-top: 28px;
}

.view_contentItem {
    padding-bottom: 28px;
}

.mod_wysiwyg .view_contentItem:first-of-type {
    padding-top: 30px;
}

.view_contentItem:last-of-type {
    padding-bottom: 56px;
}

.view_contentText {
    padding-top: 8px;
    margin-bottom: -4px;
    margin-top: -4px;
    font-size: 12px;
    line-height: 20px;
}

.view_contentText .smallText {
    font-size: 10px;
}

.view_contentImage .slick-dots li button {
    width: 12px;
    height: 12px;
}

.view_contentImage.getSlick .slick-dots {
    margin-top: 8px;
}

/* ------------------------------
	planSelect
------------------------------ */
.planSelect {
    margin-bottom: 30px;
    font-size: 12px;
}

.planSelect .title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: #777777;
    font-weight: bold;
    position: relative;
}

.planSelect .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url("/m/wr_asset/imgs/m_k_dash.gif") repeat-x left bottom;
    -webkit-background-size: 3px auto;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.planSelect .planSelect_row {
    margin-bottom: 30px;
}

.planSelect .planSelect_row a {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 5px;
}

.planSelect .planSelect_row .current {
    background-color: #f5f3e8;
    text-decoration: none;
}

.planSelect .planSelect_row .select {
    word-break: keep-all;
}

.restaurants_plan .planSelect .planSelect_row .select {
    word-break: normal;
}

.stay_plan .planSelect .planSelect_row .select {
    word-break: normal;
}

/* ------------------------------
	プラン一覧
------------------------------ */
.planList {
    padding-top: 30px;
    border-top: 1px solid #a08b19;
}

.planList.noborder {
    border-top: none;
    padding-top: 0;
}

.planList2 .planList_item {
    border: none;
    margin-bottom: 25px;
    padding-bottom: 0;
}

.planList2 .planList_photo {
    margin-bottom: 0;
}

.planList_item {
    padding-bottom: 30px;
    margin-bottom: 25px;
    width: 100%;
    border-bottom: 1px solid #7f7f7f;
}

.planList_item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.planList_photo {
    margin-bottom: 15px;
    font-size: 0;
    position: relative;
}

.planList_left,
.planList_right {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.planList_left {
    width: 50%;
    margin-right: 4%;
}

.planList_right {
    width: 46%;
}

.planList_btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.planList_btn a {
    width: 100%;
    padding: 10px;
    padding-left: 20px;
}

.planList_title {
    margin-bottom: 20px;
    font-weight: bold;
}


.planList_info {
    font-size: 10px;
    color: #666666;
    margin-bottom: 20px;
}

.planList_info table th {
    width: 40%;
}

.planList_info {
    width: 100%;
    font-size: 0;
    border-collapse: collapse;
}

.planList_info table {
    color: #000000;
    font-size: 12px;
}

.planList_info th,
.planList_info td {
    vertical-align: middle;
    padding: 10px;
    font-size: 10px;
}

.planList_info th {
    position: relative;
}

.planList_info th:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #7f7f7f;
}

.planList_info td {
    position: relative;
}

.planList_info td:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(/m/wr_asset/imgs/m_k_dash.gif) repeat-x left bottom;
    -webkit-background-size: 3px auto;
    background-size: 3px auto;
    position: absolute;
    top: -0.5px;
    left: 0;
}

.planList_info tr:last-child th:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #7f7f7f;
}

.planList_info tr:last-child td:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(/m/wr_asset/imgs/m_k_dash.gif) repeat-x left bottom;
    -webkit-background-size: 3px auto;
    background-size: 3px auto;
    position: absolute;
    bottom: 0px;
    left: 0;
}


.planTag p {
    display: inline-block;
    padding: 3px 5px;
    background-color: #f5f3e8;
    color: #a08b19;
    text-align: center;
    font-size: 10px;
    margin: 0 0 7px 0;
}

.planTag2 {
    margin-top: 10px;
}

.planTag2 p {
    display: inline-block;
    padding: 3px 5px;
    color: #a08b19;
    border: 1px solid #a08b19;
    border-radius: 50px;
    text-align: center;
    font-size: 10px;
    margin: 0 0 7px 0;
}

.m_annotation {
    font-size-10px;
    color: #666666;
}

/* ------------------------------
	planContent
------------------------------ */
.planContent {
    margin-bottom: 65px;
    font-size: 12px;
}

.planTable {
    margin-bottom: 30px;
    margin-top: 30px;
    //border-top: 1px solid #c4c3b9;
    //border-left: 1px solid #c4c3b9;
    //border-right: 1px solid #c4c3b9;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.planTable dt,
.planTable dd {
    padding: 10px;
    border-bottom: 1px solid #dadada;
    //border-bottom: 1px solid #c4c3b9;
}

.planTable dt {
    //background-color: #f5f3e8;
    background-color: #f2f2f2;
    line-height: 1.0;
    font-weight: bold;
}

/* ------------------------------
	halfList
------------------------------ */
.halfList {
    width: 100%;
    font-size: 12px;
    position: relative;
}

.halfList li.halfList_item {
    width: 48%;
    margin: 0 1%;
}

.halfList li.halfList_item:nth-child(2n-1) {
    margin-left: 0;
}

.halfList li.halfList_item:nth-child(2n) {
    margin-right: 0;
}

.halfList li.halfList_item a {
    display: block;
    text-decoration: none;
}

.halfList .slick-next,
.halfList .slick-prev {
    top: 22%;
}

.halfList_image {
    margin-bottom: 10px;
}

.halfList_title {
    margin-bottom: 5px;
    text-align: center;
    text-decoration: underline;
}

.halfList_text {
    margin-bottom: 10px;
}

.halfList_date {
    font-size: 10px;
}

.halfList_text,
.halfList_date {
    color: #000;
}

/* ------------------------------
	fixed
------------------------------ */
.globalNav_fixed .globalNav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.globalNav_fixed .content {
    padding-top: 90px;
}

/* ------------------------------
	pageNav
------------------------------ */
.pageNav {
    margin: 60px 20px 20px;
    position: relative;
    text-align: center;
}

.pageNav ul {
    position: relative;
    font-size: 0;
}

.pageNav ul li {
    display: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
    width: 11%;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
}

.pageNav ul li a {
    text-decoration: none;
    display: block;
    font-weight: bold;
    border: 1px solid #a08b19;
    border-right: none;
    -webkit-transition: color, background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: color, background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: color, background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color, background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pageNav ul li.last a {
    border-right: 1px solid #a08b19;
}

.pageNav ul li.active a {
    background: #a08b19;
    color: #FFF;
}

.pageNav ul li.num.rightBorder a {
    border-right: 1px solid #a08b19;
}

.pageNav ul li.prev,
.pageNav ul li.next {
    width: 32px;
    height: 32px;
    line-height: 30px;
    position: absolute;
    top: -3px;
}

.pageNav ul li.prev {
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 20px;
}

.pageNav ul li.prev a {
    border-right: 1px solid #a08b19;
    background-image: url(/m/wr_asset/imgs/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.pageNav ul li.next {
    right: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 20px;
}

.pageNav ul li.next a {
    border-right: 1px solid #a08b19;
    background-image: url(/m/wr_asset/imgs/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: 10px -30px;
}

.pageNav ul li.active,
.pageNav ul li.visible {
    display: inline-block;
}
