@charset "UTF-8";

/* ---------------------------
    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: table;
  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; }

.hidden { display: none !important; }

/* 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; }

.mt120 {
  margin-top: 120px !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; }

/* img */
img {
  vertical-align: bottom; }

.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; }

.fs21 {
  font-size: 21px !important; }

.fs22 {
  font-size: 22px !important; }

.fs23 {
  font-size: 23px !important; }

.fs24 {
  font-size: 24px !important; }

.fs25 {
  font-size: 25px !important; }

.fs26 {
  font-size: 26px !important; }



/* ---------------------------
    base
--------------------------- */
html {
  color: #000;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: optimizelegibility; }

body {
  font-size: 14px;
  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: #800005; }

a:hover {
  text-decoration: none; }

a.ahover {
  opacity: 1; }

a[name] { 
	color: #000;
}

iframe {
  border: none; }

.indent {
  margin-left: 1em;
  text-indent: -1em;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** 追加
===================================*/
.bx-viewport{
  position: static !important;
}

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.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(/wr_asset/imgs/main/bx_loader.gif) center center no-repeat #fff;
  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-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  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.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/wr_asset/imgs/main/bx_controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/wr_asset/imgs/main/bx_controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  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(/wr_asset/imgs/main/bx_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 {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/wr_asset/imgs/main/bx_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 {
  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 \9;
  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; }

#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(/wr_asset/imgs/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(/wr_asset/imgs/sb_close.png); }

#sb-nav-next {
  background-image: url(/wr_asset/imgs/sb_next.png); }

#sb-nav-previous {
  background-image: url(/wr_asset/imgs/sb_previous.png); }

#sb-nav-play {
  background-image: url(/wr_asset/imgs/sb_play.png); }

#sb-nav-pause {
  background-image: url(/wr_asset/imgs/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; }

/* ------------------------------
	util
------------------------------ */
.wrap {
  width: 1000px;
  margin: 0 auto;
  clear: both; }
  .wrap:after {
    content: " ";
    display: block;
    clear: both; }

.wrap2 {
  width: 980px;
  margin: 0 auto;
  clear: both; }
  .wrap2:after {
    content: " ";
    display: block;
    clear: both; }

.color_key {
  color: #800005; }

.table_basic {
  width: 100%; }
  .table_basic td {
    vertical-align: top;
    text-align: left; }
.table_basic td.bg, .table_basic th.bg {
    padding: 5px 10px;
    background-color: #eed9da;
    border: 1px solid #e4c0c2; }
  .table_basic td.white, .table_basic td.white {
    padding: 5px 10px;
    border: 1px solid #e4c0c2; }
  .table_basic .vmiddle {
    vertical-align: middle; }

.table_style1 {
  font-size: 12px;
  border-bottom: 1px solid #cdc8ac; }
  .table_style1 th, .table_style1 td {
    width: 120px;
    padding: 7px;
    text-align: center; }
  .table_style1 th {
    background-color: #f2e5e6;
    border-top: 1px solid #dfd8d9;
    font-weight: bold; }
  .table_style1 td {
    border-top: 1px solid #dfd8d9; }

.table_style2 {
  width: 100%; }
  .table_style2 th, .table_style2 td {
    padding: 5px 15px;
    box-sizing: border-box; }
  .table_style2 th {
    width: 115px;
    border-top: 1px solid #7f7f7f;
    vertical-align: top;
    text-align: center; }
  .table_style2 td {
    border-top: 1px dashed #b2b2b2; }
  .table_style2 tr.last th {
    border-bottom: 1px solid #7f7f7f; }
  .table_style2 tr.last td {
    border-bottom: 1px dashed #b2b2b2; }

 /*5/22追記*/
.table_a {
  width: 100%; }
  .table_a table{
    width: 100%
  }
  .table_a td {
    padding: 20px 10px;
    vertical-align: top;
    text-align: left;
    }
  .table_a th {
    width: 230px;
    font-weight: bold;
    border-bottom: 1px solid #800005;
    padding: 20px 0; }
  .table_a td {
    border-bottom: 1px dashed #b2b2b2; }

  .table_a th:first-child {
    border-top: 1px solid #800005; }
  .table_a tr:first-child {
    border-top: 1px dashed #b2b2b2; }

.table_b {
  font-size: 13px; }
.table_b th, .table_b td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #dfd8d9; }
.table_b th {
  width: 225px;
  background-color: #f9f2f2;
  font-weight: bold; }

.image_shadow img {
  -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); }

.tabMenu {
  margin-bottom: 30px;
  padding: 0 75px;
  border-bottom: 1px solid #808080;
  font-size: 0; }
  .tabMenu a {
    display: inline-block;
    width: 130px;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    line-height: 1.0;
    color: #fff;
    background-color: #800005;
    text-decoration: none;
    border-top: 1px solid #800005;
    border-left: 1px solid #800005;
    border-right: 1px solid #800005;
    position: relative;
    bottom: -1px; }
    .tabMenu a.current {
      color: #800005;
      background-color: #fff; }

.reserveTab {
  display: none; }
  .reserveTab.current {
    display: block; }

.reserveBox .tabMenu a {
  width: 240px; }

.reserveTab__link__wrap {
  padding:  0 20px;
}


.reserveTab__link__grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
    -ms-justify-content: space-between;
  -webkit-fjustify-content: space-between;
  justify-content: space-between;
}

.reserveTab__link__col {
    width: -webkit-calc((100% - 40px)/3);
    width: calc((100% - 40px)/3);
}

.reserveTab__link__col:nth-child(n+4) {
    padding-top: 12px;
}


.reserveTab__link__col a {
    font-size: 13px;
}

.reserveTab__link__wrap .reserveTab__link__col a {
    font-size: 12px;
}


.anchorNav {
  font-size: 0;
   line-height: 20px;
  text-align: center; }
  .anchorNav a {
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.0;
    margin: 0 20px;
    background: url("/wr_asset/imgs/main/icon_sprite.png") no-repeat 0 -653px; }

.otherNav ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 228px;
  height: 58px;
  border: 1px solid #800005; }
  .otherNav ul li a {
    color: .otherNav ul li a keycolor;
    text-decoration: none;
    font-size: 12px; }
    .otherNav ul li a .inner {
      text-align: center;
      clear: both; }
      .otherNav ul li a .inner:after {
        content: " ";
        display: block;
        clear: both; }
      .otherNav ul li a .inner .value {
        display: inline-block;
        text-align: left;
        font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
        line-height: 1.5;
        vertical-align: middle; }
      .otherNav.setNav ul li a .inner .value {  
	       max-width: 202px; }
        .otherNav ul li a .inner .value.arrow {
          padding-top: 0;
          width: 20px;
          height: 58px;
          background: url(/wr_asset/imgs/main/icon_sprite.png) no-repeat 0 23px; }
    .otherNav ul li a:hover, .otherNav ul li a.current {
      color: #FFF; }
      .otherNav ul li a:hover .inner, .otherNav ul li a.current .inner {
        background: #800005; }
        .otherNav ul li a:hover .inner .value.arrow, .otherNav ul li a.current .inner .value.arrow {
          background-position: 0 -303px; }
  .otherNav ul li.row2 a .inner .value p {
    padding-top: 12px; }
  .otherNav ul li.last {
    margin-right: 0; }


/* ------------------------------
	k_top
------------------------------ */
.k_top {
  padding-top: 30px;
  position: relative; }
  .k_top:before {
    content: " ";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #800005; }

.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: #800005; }

.k_top_dash {
  border-top: 1px dashed #b2b2b2;
  padding-top: 30px; }

/* ------------------------------
	news_section
------------------------------ */
.news_section:nth-of-type(n+2) {
  border-top: 1px solid #808080;
  padding-bottom: 40px;
  padding-top: 40px;
}

/* ------------------------------
	block_col
------------------------------ */
.block_item {
  float: left; }

.block_col1 .block_item {
  float: none; }

.block_col2 {
  margin-left: -40px; }
  .block_col2 .block_item {
    width: 470px;
    margin-left: 40px; }

.block_col3 {
  margin-left: -40px;
  margin-top: -40px; }
  .block_col3 .block_item {
    width: 300px;
    margin-left: 40px;
    margin-top: 40px; }

.block_col3_2 {
  margin-left: -25px;
  margin-top: -25px; }
  .block_col3_2 .block_item {
    width: 310px;
    margin-left: 25px;
    margin-top: 25px; }

.block_col4 {
  margin-left: -40px;
  margin-top: -30px; }
  .block_col4 .block_item {
    width: 215px;
    margin-left: 40px;
    margin-top: 30px; }

.block_flex {
  margin-left: -25px; }
  .block_flex .block_item_w1 {
    margin-top: 25px;
    margin-left: 25px; }
  .block_flex .block_item_w3 {
    width: 310px;
    margin-left: 25px;
    margin-top: 25px; }

.block_item_new {
  position: relative; }
  .block_item_new:after {
    content: " ";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -7px;
    left: -7px;
    background: url("/wr_asset/imgs/main/icon_new.png") no-repeat 0 0; }

.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_image a {
  display: block;
  text-align: center; }

.block_item_image a img {
  width: 100%; }

.block_item_title {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold; }

.block_item_text {
  margin-bottom: 15px; }

.block_item_annotation {
  text-align: center;
  color: #666666;
  font-size: 10px; }

.layout_main .block_col3 {
  margin-left: -35px;
  margin-top: -35px; }
  .layout_main .block_col3 .block_item {
    width: 215px;
    margin-left: 33px;
    margin-top: 35px; }

/* ------------------------------
	icon
------------------------------ */
.icon-pulldown {
  padding-right: 20px;
  background: url("/wr_asset/imgs/main/icon_pulldown.png") no-repeat right 0; }

.icon-pulldown-w {
  padding-right: 20px;
  background: url("/wr_asset/imgs/main/icon_pulldown_w.png") no-repeat right 0; }

.icon_blt {
  padding-left: 15px;
  background: url("/wr_asset/imgs/main/icon_sprite.png") no-repeat left -433px; }

.icon_back_arrow {
  padding-left: 20px;
  background: url("/wr_asset/imgs/main/icon_back_arrow.png") no-repeat left 4px; }

.icon_pdf {
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url("/wr_asset/imgs/main/icon_pdf.png") no-repeat left 2px; }

.icon-blank {
  padding-right: 20px;
  background: url("/wr_asset/imgs/main/icon_blank.png") no-repeat right 2px; }

.blt_01 {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url("/wr_asset/imgs/main/blt_01.png") no-repeat left 2px; }

/* ------------------------------
	btn
------------------------------ */
.btnReflesh {
  text-align: center; }
  .btnReflesh a {
    padding: 8px 35px;
    color: #fff;
    background-color: #b36669;
    text-decoration: none;
    line-height: 1.0;
    font-size: 12px; }
  .btnReflesh span {
    padding-left: 25px;
    background: url("/wr_asset/imgs/main/icon_reflesh.png") no-repeat left center; }

.btnColor {
  width: 350px;
  margin: 0 auto;
  text-align: center; }
  .btnColor a {
    display: block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #800005;
    background: #800005 url("/wr_asset/imgs/main/icon_sprite.png") no-repeat 25px -303px;
    -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); }
  .btnColor.fontMincho {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif; }
  .btnColor a:hover {
    background-color: #fff;
    color: #800005;
    background: url("/wr_asset/imgs/main/icon_sprite.png") no-repeat 25px 23px;  }
.btnColor_col2 {
  width: auto;
  margin-left: -20px;
}
.btnColor_col2 a {
  display: inline-block;
  width: 315px;
  padding: 15px 15px 15px 10px;
  margin-left: 20px;
}

.btnWaku a {
  display: inline-block;
  padding: 10px 20px 10px 35px;
  text-decoration: none;
  border: 1px solid #800005;
  font-size: 14px;
  background: url("/wr_asset/imgs/main/icon_sprite.png") no-repeat 15px 16px;
  -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); }
  .btnWaku a:hover {
    background-color: #800005;
    color: #fff;
    background-position: 20px -307px; }
.btnWaku.fontMincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif; }

.btnWaku a.icon_pdf {
  background-image: none;
  padding-left: 30px;
  padding-right: 30px;
}
.btnWaku a.icon_pdf span {
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url('../imgs/icon_pdf.png') no-repeat left 2px;
}

/* ------------------------------
	yellowBar
------------------------------ */
.yellowBar {
  text-align: center;
  font-size: 12px;
  overflow: hidden; }
  .yellowBar span {
    display: block;
    background: #ece8d1;
    padding: 0 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; }

/* ------------------------------
	list
------------------------------ */
.list_circle {
  padding-left: 18px;
  list-style-image: url("/wr_asset/imgs/main/icon_circle.png"); }
  .list_circle li {
    list-style: inherit; }

.list_arrow {
  padding-left: 18px;
  list-style-image: url("/wr_asset/imgs/main/blt_arrow.png"); }
  .list_circle li {
    list-style: inherit; }


/* ------------------------------
	pulldownArea
------------------------------ */
.pulldownArea {
  display: inline-block;
  width: 100px;
  line-height: 1.0;
  position: relative; }
  .pulldownArea a {
    display: block;
    padding: 10px 30px 10px 10px;
    text-decoration: none; }

.pulldownArea_title {
  height: 34px;
  border: 1px solid #800005; }
  .pulldownArea_title a {
    text-decoration: none;
    background-position: 90% center; }
    .pulldownArea_title a:hover {
      text-decoration: underline; }

.pulldownArea_select {
  display: none;
  border: 1px solid #800005;
  border-top: none;
  background-color: #fff;
  position: absolute;
  top: 36px;
  left: 0;
  width: 98px; }
  .pulldownArea_select li {
    text-align: center;
    border-top: 1px dashed #b2b2b2; }
    .pulldownArea_select li.all {
      border-top: none; }
    .pulldownArea_select li a {
      padding: 10px; }
      .pulldownArea_select li a:hover {
        color: #fff;
        background-color: #800005; }

/* ------------------------------
	pageNav
------------------------------ */
.pageNav {
  position: relative;
  text-align: center; }
  .pageNav ul {
    position: relative;
    font-size: 0; }
    .pageNav ul li {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      position: relative;
      width: 38px;
      height: 40px;
      line-height: 38px;
      font-size: 12px; }
      .pageNav ul li a {
        text-decoration: none;
        display: block;
        font-weight: bold;
        border: 1px solid #800005;
        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 a:hover {
          background-color: #800005;
          color: #fff; }
      .pageNav ul li.last a {
        border-right: 1px solid #800005; }
      .pageNav ul li.active a {
        background: #800005;
        color: #FFF; }
      .pageNav ul li.prev {
        display: none;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        margin-right: 20px; }
        .pageNav ul li.prev a {
          border-right: 1px solid #800005;
          background-image: url(/wr_asset/imgs/icon_arrow.png);
          background-repeat: no-repeat;
          background-position: 14px 14px; }
          .pageNav ul li.prev a:hover {
            background-image: url(/wr_asset/imgs/main/icon_arrow_white.png); }
      .pageNav ul li.next {
        display: none;
        background: url(/wr_asset/imgs/icon_arrow.png) no-repeat 14px -26px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        margin-left: 20px; }
        .pageNav ul li.next a {
          border-right: 1px solid #800005;
          background-image: url(/wr_asset/imgs/icon_arrow.png);
          background-repeat: no-repeat;
          background-position: 14px -26px; }
          .pageNav ul li.next a:hover {
            background-image: url(/wr_asset/imgs/main/icon_arrow_white.png); }
     .pageNav ul li.visible,
     .pageNav ul li.active {
      display: inline-block;
}

/* ------------------------------
	globalHeader
------------------------------ */
.globalHeader {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 99; }

.globalHeader_logo {
  width: 210px;
  height: 56px;
  float: left; }
  .globalHeader_logo a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56px;
    overflow: hidden;
    background: url("/wr_asset/imgs/main/globalheader_logo.gif") no-repeat 0 0; }

.globalHeader_nav {
  float: right;
  padding-top: 10px;
  white-space: nowrap; }

/* ------------------------------
	primaryNav
------------------------------ */
.primaryNav {
  padding-top: 15px; }

.primaryNavList {
  text-align: right;
  font-size: 0; }
  .primaryNavList > li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    position: relative; }
    .primaryNavList > li > a {
      padding: 3px 20px;
      line-height: 1.0;
      position: relative;
      text-decoration: none;
      color: #000; }
      .primaryNavList > li > a:hover {
        text-decoration: underline; }
      .primaryNavList > li > a:before {
        content: " ";
        display: block;
        width: 1px;
        height: 12px;
        background-color: #000000;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -6px; }
    .primaryNavList > li.last > a {
      padding-right: 25px;
      background-position: 100% 2px; }
      .primaryNavList > li.last > a:before {
        display: none; }
  .primaryNavList .languageList {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.1); }
    .primaryNavList .languageList a {
      display: block;
      line-height: 1.0;
      color: #000;
      text-decoration: none;
      font-size: 12px;
      padding: 15px 25px;
      border-top: 1px solid #e6e6e6;
      -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); }
      .primaryNavList .languageList a:hover {
        background-color: #800005;
        color: #fff; }
      .primaryNavList .languageList a.current {
        background-image: url("/wr_asset/imgs/main/icon_circle.png");
        background-position: 7px 50%;
        background-repeat: no-repeat; }

/* ------------------------------
	globalNav
------------------------------ */
.globalNav {
  padding-bottom: 10px;
  background: url("/wr_asset/imgs/main/globalnav_shadow.png") no-repeat center bottom; }

.globalNavIner {
  -webkit-box-shadow: 0px 0px 1px 0px rgba(6, 0, 1, 0.35);
  -moz-box-shadow: 0px 0px 1px 0px rgba(6, 0, 1, 0.35);
  -ms-box-shadow: 0px 0px 1px 0px rgba(6, 0, 1, 0.35);
  box-shadow: 0px 0px 1px 0px rgba(6, 0, 1, 0.35);
  background: url("/wr_asset/imgs/main/globalnav_bg.gif") repeat 0 0;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif; }

.globalNav_item {
  width: 142px;
  float: left;
  text-align: center;
  position: relative; }
  .globalNav_item:after {
    content: " ";
    display: block;
    width: 1px;
    height: 9px;
    background-color: #989896;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px; }
  .globalNav_item a {
    display: block;
    padding: 20px 0;
    color: #000;
    text-decoration: none; }
    .globalNav_item a:hover {
      color: #800005; }
  .globalNav_item span {
    display: block;
    line-height: 1.0; }
    .globalNav_item span.en {
      margin-bottom: 12px;
      font-size: 16px; }
    .globalNav_item span.ja {
      font-size: 12px; }

.globalNav_item.last:before {
  content: " ";
  display: block;
  width: 1px;
  height: 9px;
  background-color: #989896;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px; }

.globalNav_item.current a {
  color: #800005; }

/* ------------------------------
	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: 50px;
  margin-bottom: 50px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  color: #800005;
  text-align: center;
  line-height: 1.0; }
  .pageTitle span {
    display: block; }
  .pageTitle .en {
    margin-bottom: 12px;
    font-size: 24px;
    letter-spacing: 0.3em; }
  .pageTitle .ja {
    font-size: 18px;
    letter-spacing: 0.3em; }

/* ------------------------------
	mainTitle
------------------------------ */
.mainTitle {
  margin-bottom: 30px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  font-size: 22px;
  line-height: 1;
  position: relative; }

/* ------------------------------
	section
------------------------------ */
.section {
  margin-bottom: 60px; }

.section_title {
  margin-bottom: 15px;
  color: #800005;
  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); overflow: hidden; max-height: 520px; }
  .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 #800005; }
  .mainVisualThumbs.mainVisualThumbs_2 {
    position: inherit;
    left: auto;
    bottom: auto;
    text-align: left;
    z-index: inherit; }
    .mainVisualThumbs.mainVisualThumbs_2 a {
      margin-left: 0; }

.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: 80px;
  margin-top: 40px; }

.mainCopy_title {
  margin-top: -10px;
  padding-bottom: 20px;
  font-size: 22px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif; }

.mainCopy_text {
  padding-top: 25px;
  font-size: 14px;
  position: relative; }
  .mainCopy_text:before {
    content: " ";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #800005;
    position: absolute;
    top: 0;
    left: 0; }
  .mainCopy_text p {
    margin-bottom: 15px; }
    .mainCopy_text p:last-child, .mainCopy_text p.last {
      margin-bottom: 0; }

.mainCopy_left {
  width: 560px;
  float: left; }

.mainCopy_right {
  width: 390px;
  float: right; }

.mainCopyInfo dt, .mainCopyInfo dd {
  padding: 16px 10px; }
.mainCopyInfo dt {
  width: 160px;
  float: left;
  clear: left;
  border-top: 1px solid #800005; }
.mainCopyInfo dd {
  width: 190px;
  float: left;
  border-top: 1px dashed #b2b2b2; }
.mainCopyInfo dt.last {
  border-bottom: 1px solid #800005; }
.mainCopyInfo dd.last {
  border-bottom: 1px dashed #b2b2b2; }

table.mainCopyInfo th, table.mainCopyInfo td {
  padding: 16px 10px;
  vertical-align: top; }
table.mainCopyInfo th {
  font-weight: bold;
  border-top: 1px solid #800005; }
table.mainCopyInfo td {
  border-top: 1px dashed #b2b2b2; }
table.mainCopyInfo th.last {
  border-bottom: 1px solid #800005; }
table.mainCopyInfo td.last {
  border-bottom: 1px dashed #b2b2b2; }
.mainCopy_small table.mainCopyInfo th {
  width: 135px; }

.mainCopy_small {
  margin-top: 30px;
  font-size: 12px; }
  .mainCopy_small .mainCopy_left {
    width: 340px; }
  .mainCopy_small .mainCopy_right {
    width: 340px;
    float: right; }
  .mainCopy_small .mainCopy_text {
    padding-top: 0; }
    .mainCopy_small .mainCopy_text:before {
      display: none; }
  .mainCopy_small .mainCopyInfo dt, .mainCopy_small .mainCopyInfo dd {
    padding: 10px 5px; }
  .mainCopy_small .mainCopyInfo dt {
    width: 130px;
    font-weight: bold;
    white-space: nowrap; }
  .mainCopy_small .mainCopyInfo dd {
    width: 180px; }

.tagList span {
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  padding: 5px;
  color: #800005;
  font-size: 12px;
  background-color: #f5f3e8; }

.floorTitle {
  padding-bottom: 30px;
  color: #800005;
  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; }

/* ------------------------------
	menuNotice
------------------------------ */
.menuNotice {
  margin: 0 10px 80px;
  padding: 25px;
  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", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  letter-spacing: 0.3em; }

.menuNotice {
  padding: 15px 20px;
margin: 0 10px 80px;
  text-align: center;
  border: 1px solid #cccccc;
 }

.noticeList_title {
  font-weight: bold;
  margin-bottom: 5px;
}
.menuNoticeList li {
  margin-top: 25px;
}
.menuNoticeList li:first-child {
  margin-top: 0;
  }
/* ------------------------------
	menuTitleArea
------------------------------ */
.menuTitleArea {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #808080;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  text-align: center; }
  .menuTitleArea > * {
    letter-spacing: 0.4em; }
  .menuTitleArea .en {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 1.0; }
  .menuTitleArea .ja {
    font-size: 18px; }

.menuTitleArea_k_dash {
  border-bottom: 1px dashed #808080; }

.menuTitleArea_noborder {
  border-bottom: none;
  padding-bottom: 0; }

.menuTitleArea_font_small {
  margin-bottom: 35px; }
  .menuTitleArea_font_small .en {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.0; }
  .menuTitleArea_font_small .ja {
    font-size: 14px;
    letter-spacing: 0.2em; }

/* ------------------------------
	menu
------------------------------ */
.menuTitle {
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.0;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  text-align: center;
  letter-spacing: 0.3em;
  border-bottom: 1px solid #808080; }

.menuTitle_font_large {
  font-size: 22px; }

.menu {
  margin-bottom: 120px; }

.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_item.block_item.block_item_w3 img, .menu_item.block_item.block_item_w3 .menu_image{
  height:310px;
  width:310px;
}

.menu_item.block_item.block_item_w1 img, .menu_item.block_item.block_item_w1 .menu_image{
  height:419px;
  width:980px;
}

.menu_text {
  padding: 25px 25px 20px;
  border: 1px solid #d2d1d1;
  background: url("/wr_asset/imgs/main/menutext_bg.gif") repeat 0 0; }

.block_col2 .menu_text {
  padding-bottom: 0; }

.menu_title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.0;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  text-align: center;
  letter-spacing: 0.3em; }

.menu_text2 {
  padding: 15px 15px 10px;
  text-align: center;
  border: 1px solid #d2d1d1;
  background: url("/wr_asset/imgs/main/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", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  text-align: center;
  letter-spacing: 0.3em;
  font-weight: bold; }

.menu_desc2 {
  letter-spacing: 0.2em; }

/* ------------------------------
	menuPurpose
------------------------------ */
.menuPurpose {
  margin-bottom: 100px; }

.menuPurposeList_image {
  -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); }

.menuPurposeList_title {
  margin-top: 15px;
  line-height: 1.0;
  text-align: center; }

/* ------------------------------
	.menuService
------------------------------ */
.menuService {
  margin-bottom: 100px; }

.menuServiceList_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); }
  .menuServiceList_item a {
    display: block;
    color: #000;
    text-decoration: none; }

.menuServiceList_text {
  padding: 20px 20px 0 20px;
  border: 1px solid #d2d1d1;
  background: url("/wr_asset/imgs/main/menutext_bg.gif") repeat 0 0; }

.menuServiceList_title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0; }

/* ------------------------------
	.menuGroup
------------------------------ */
.menuGroup {
  margin-bottom: 100px; }

/* ------------------------------
	.contactBox
------------------------------ */
.contactBox {
  margin: 0 10px 40px;
  padding: 20px;
  border: 1px solid #800005; }
  .contactBox.noborder {
    padding: 0;
    border: none; }

.contactBox_text {
  width: 50%;
  padding: 15px 0;
  float: left;
  text-align: center;
  position: relative;
  font-size: 16px;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif; }
  .contactBox_text:after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #800005; }

.contactBox_tel {
  width: 50%;
  padding: 15px 0 0;
  float: left;
  text-align: center;
  font-size: 20px;
  line-height: 1.0;
  font-weight: bold;
  letter-spacing: 0.1em; }
  .contactBox_tel span {
    margin-right: 10px;
    color: #800005; }

.contactBox_arrowBtn {
  border: 1px solid #800005;
  float: left; }
  .contactBox_arrowBtn a {
    padding: 20px;
    display: block;
    width: 418px;
    text-align: center;
    text-decoration: 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); }
    .contactBox_arrowBtn a span {
      background: url("/wr_asset/imgs/main/blt_01.png") no-repeat 0 0;
      padding-left: 35px;
      padding-top: 2px;
      padding-bottom: 2px;
      font-size: 16px;
      font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif; }
    .contactBox_arrowBtn a:hover {
      background-color: #800005;
      color: #fff; }
  .contactBox_arrowBtn.r {
    float: right; }

/* ------------------------------
	.wifiBox
------------------------------ */
.wifiBox {
  margin: 60px 10px;
  border: 1px solid #b5b3b3;
  background: url("/wr_asset/imgs/main/icon_wifi.png") no-repeat 35px center; }

.wifiBox_text {
  margin-left: 120px;
  padding: 25px 30px;
  border-left: 1px dashed #b3b2b2; }

/* ------------------------------
	.menuInfo
------------------------------ */
.menuInfo {
  margin-bottom: 100px; }

.menuInfoList {
  width: 660px;
  margin: 0 auto;
 }
  .menuInfoList dl dt, .menuInfoList dl dd {
    margin-bottom: 10px; }
    .menuInfoList dl dt.last, .menuInfoList dl dt:last-child, .menuInfoList dl dd.last, .menuInfoList dl dd:last-child {
      margin-bottom: 0; }
  .menuInfoList dl dt {
    margin-top: 5px;
    margin-right: 1em;
    width: 105px;
    float: left;
    clear: left;
    position: relative;
    line-height: 1.0; }
    .menuInfoList dl dt:after {
      content: " ";
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      background-color: #000;
      right: 0; }
  .menuInfoList dl dd {
    float: left;
   width: 540px; }

/* ------------------------------
	.reserveBox
------------------------------ */
.reserveBox {
  margin: 60px 20px;
  padding: 30px;
  border: 3px solid #800005;
  font-size: 12px; }
  .reserveBox .contactBtn {
    width: 180px;
    margin: 0 auto;
    text-align: center; }
    .reserveBox .contactBtn a {
      display: block;
      background-color: #800005;
      border: 1px solid #800005;
      color: #fff;
      text-decoration: none;
      padding: 15px 10px 15px 25px;
      font-size: 13px;
      line-height: 1.0;
      background-image: url(/wr_asset/imgs/main/icon_sprite.png);
      background-position: 10px -311px;
      background-repeat: no-repeat;
      -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); }
      .reserveBox .contactBtn a:hover {
        background-color: #fff;
        background-position: 10px 16px;
        color: #800005; }

.reserveBox_title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  color: #800005;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.0;
  border-bottom: 1px solid #800005; }

.reserveTel_row {
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: url("/wr_asset/imgs/main/k.gif") repeat-x left bottom;
  font-size: 0; }
  .reserveTel_row.last {
    padding-bottom: 0;
    margin-bottom: 0;
    background: none; }
  .reserveTel_row .name, .reserveTel_row .number {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px; }
  .reserveTel_row .name {
    width: 694px; }
  .reserveTel_row .number {
    width: 200px;
    text-align: right; }
    .reserveTel_row .number span {
      margin-right: 10px; }

/* 15.04.23 汎用 */
.reserveBox_tel {
  text-align: center;
}
.reserveBox_tel p {
  margin-bottom: 15px;
  line-height: 1.0;
  letter-spacing: 0.1em; }
.reserveBox_tel p.tel {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold; }
.reserveBox_tel p.tel b {
  margin-right: 20px;
  font-size: 14px; }
.reserveBox_tel p.tel span {
  margin-right: 10px;
  color: #800005; }
.reserveBox_table {
  display: table;
  width: 100%;
}
.reserveBox_table.k {
  margin-top: 30px;
  padding-top: 30px;
  background: url("/wr_asset/imgs/main/k.gif") repeat-x left top;
}
.reserveBox_col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.reserveBox_col.k {
  border-right: 1px solid #800005;
}
/* ------------------------------
	.reserveSearch
------------------------------ */
.reserveContact {
  margin-top: 30px;
  padding-top: 30px;
  background: url("/wr_asset/imgs/main/k.gif") repeat-x left top; }

.reserveTel {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  text-align: center; }
  .reserveTel p {
    margin-bottom: 15px;
    line-height: 1.0;
    letter-spacing: 0.1em; }
  .reserveTel p.tel {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold; }
    .reserveTel p.tel b {
      margin-right: 20px;
      font-size: 14px; }
    .reserveTel p.tel span {
      margin-right: 10px;
      color: #800005; }
    .reserveBox_restaurants .reserveTel p.tel {
      margin-bottom: 15px; }

.reserveNav {
  width: 50%;
  float: left;
  position: relative; }
  .reserveNav:after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #800005;
    left: 0; }

.arrowNavList, .reserveNavList {
  margin-left: 120px; }
  .arrowNavList li, .reserveNavList li {
    margin-bottom: 5px; }
    .arrowNavList li a, .reserveNavList li a {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 30px;
      background: url("/wr_asset/imgs/main/blt_01.png") no-repeat left center; }
      .arrowNavList li a span, .reserveNavList li a span {
        font-size: 12px; }
  .reserveBox_restaurants .arrowNavList, .reserveBox_restaurants .reserveNavList {
    margin-left: 50px;
    font-size: 16px; }

.arrowNavList {
  margin-left: 0; }

/* レストラン */
.reserveRest {
/*  font-size: 0;  */
}
.reserveBox.reserveRest_box {
  margin: 60px 0;
  padding: 30px 0;
}

  .reserveRest .reserveNavList {
    margin-left: 0; }

.reserveRest_item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-top: 10px; }

.reserveRest_box .reserve_restaurantTel {
  padding-left: 30px;
  padding-right: 30px;}
.reserveRest_tel {
  width: 275px; }

.reserveRest_link {
  padding-left: 30px;
  background: url("/wr_asset/imgs/main/tk.gif") repeat-y left top; }
  .reserveRest_link .reserveNavList {
    margin-top: 10px;
    margin-left: 0; }

.reserveRest_link_inner {
  padding-bottom: 10px;
  padding-right: 30px;
  background: url("/wr_asset/imgs/main/tk.gif") repeat-y right top; }

.reserveRest_nav {
  width: 150px;
  padding-left: 30px; }

/* 館内施設 */
.reserveBox_faci {
  padding-bottom: 20px; }

.reserveFaci .reserveTel {
  padding: 10px 0; }
.reserveFaci .reserveNav {
  padding: 20px 0; }
.reserveFaci .contactBtn {
  width: 200px; }

.reserveFaci_info {
  margin-top: 20px;
  padding-top: 20px;
  background: url("/wr_asset/imgs/main/k.gif") repeat-x left top; }

/* 宴会・会議 */
.banquetBox .tel {
  margin-top: 10px;
  line-height: 1.0;
  font-size: 20px;
  font-weight: bold; }
  .banquetBox .tel span {
    font-size: 12px; }
  .banquetBox .tel span.color {
    margin-right: 5px;
    color: #800005;
    font-size: 18px; }
.banquetBox .list_circle {
  margin-top: 5px;
  font-weight: bold; }
.banquetBox .icon_pdf {
  color: #000; }
.banquetBox .arrowNavList {
  padding-top: 20px; }
  .banquetBox .arrowNavList li {
    display: inline-block;
    margin-right: 30px; }

.banquetBox_tel {
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px dashed #800005;
  letter-spacing: 0.1em; }
  .banquetBox_tel .innerBox, .banquetBox_tel .pdf {
    display: inline-block;
    vertical-align: middle; }
  .banquetBox_tel .innerBox {
    width: auto;
   padding-right: 20px;
   }
  .banquetBox_tel .pdf {
    width: 270px;
    margin-left: 40px;
    padding: 25px 0;
    border-left: 1px solid #800005; }

/* ------------------------------
	.reserveSearch2
------------------------------ */
.reserveWrap {
  padding-bottom: 30px;
  background: url("/wr_asset/imgs/main/k.gif") repeat-x left bottom; }

.reserveSearch2 {
  text-align: center; }

.reserveSearch2_item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.0;
  text-align: left; }

.reserveSearch2_title {
  margin-right: 10px;
  font-weight: bold;
  font-size: 12px; }

.reserveSearch2_left {
  width: 380px; }

.reserveSearch2_right {
  width: 218px;
  padding-left: 50px;
  font-size: 12px;
  background: url("/wr_asset/imgs/main/tk.gif") repeat-y left top; }
  .reserveSearch2_right .reserveSearch2_title {
    width: 60px;
    float: left; }

.reserveSearch2_right_inner {
  padding-top: 10px;
  padding-bottom: 10px;
  background: url("/wr_asset/imgs/main/tk.gif") repeat-y right top; }

.reserveSearch2_plan {
  width: 140px;
  float: left; }
  .reserveSearch2_plan input {
    margin-right: 8px; }
  .reserveSearch2_plan div {
    margin-bottom: 8px; }

.reserveSearch2_date {
  margin-bottom: 20px; }

.reserveSearch2_select_len {
  margin-left: 10px; }

.reserveSearch2_btn {
  padding-left: 30px;
  line-height: 1.0; }
  .reserveSearch2_btn a {
    display: block;
    padding: 15px 8px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    background-color: #800005;
    border: 1px solid #800005;
    -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); }
    .reserveSearch2_btn a:hover {
      color: #800005;
      background-color: #fff; }
    .reserveSearch2_btn a span {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 25px;
      background: url("/wr_asset/imgs/main/icon_search.png") no-repeat left center; }

.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: #800005;
    font-size: 16px; }

.reserveRest_bottom {
  margin-top: 20px;
  padding-top: 20px;
  background: url("/wr_asset/imgs/main/k.gif") repeat-x left top; }
.reserveRest_box .reserveRest_bottom {
  padding-left: 20px;
  padding-right: 20px;}

.reserveRest_title {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold; }
.reserveRest_box .reserveRest_title {
  padding-left: 20px;
  padding-right: 20px;}
.OT_feedTitle,
#dateDisplay {
  display: none !important; }

#OT_searchWrapper {
  height: auto !important; }

#OT_searchWrapper dl {
  position: relative !important; }

#OT_restaurantLbl,
#OT_restaurant,
#OT_partySizeLbl,
#OT_partySize,
#OT_dateLbl,
#OT_date,
#OT_timeLbl,
#OT_time,
#OT_empty {
  display: inline-block;
  vertical-align: middle;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

#dateDisplay {
  display: none; }

#OT_restaurant,
#OT_partySize {
  margin-right: 20px !important; }

#OT_restaurantLbl,
#OT_partySizeLbl,
#OT_dateLbl,
#OT_timeLbl {
  width: auto !important;
  font-weight: bold; }

#OT_date {
  position: relative; }

#cal1 {
  position: absolute;
  top: 30px;
  left: 0; }

#OT_submitWrap {
  display: inline-block;
  position: absolute !important;
  margin: 0 !important;
  right: 0;
  top: auto !important;
  left: auto !important;
  bottom: 0;
  width: 110px; }
  #OT_submitWrap .reserveSearch2_btn {
    padding-left: 0; }


/* ------------------------------
	.menuReservationNonJP .reserveSearch2
------------------------------ */
.menuReservationNonJP .reserveSearch2 {
  text-align: center; }

.menuReservationNonJP .reserveSearch2_title {
  margin-right: 15px;
  font-size: 12px;
  font-weight: bold; }

.menuReservationNonJP .reserveSearch2_date,
.menuReservationNonJP .reserveSearch2_number,
.menuReservationNonJP .reserveSearch2_btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.0; }

.menuReservationNonJP .reserveSearch2_date select,
.menuReservationNonJP .reserveSearch2_number select {
  margin-right: 5px;
  font-size: 12px; }

.menuReservationNonJP .reserveSearch2_date {
  margin-bottom: 0px;
  padding-left: 25px;
  padding-right: 25px;
  background: url(/wr_asset/imgs/main/tk.gif) repeat-y right top; }

.menuReservationNonJP .reserveSearch2_number {
  padding-left: 20px;
  padding-right: 25px;
  background: url(/wr_asset/imgs/main/tk.gif) repeat-y right top; }

.menuReservationNonJP .reserveSearch2_btn {
  padding-left: 30px;
  line-height: 1.0; }
  .menuReservationNonJP .reserveSearch2_btn input {
    display: block;
    width: 100%;
    padding: 10px 15px 10px 35px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    background: #800005 url(/wr_asset/imgs/main/tk.gif) no-repeat 10px center; }

    .menuReservationNonJP .reserveSearch2_btn a:hover {
      color: #800005;
      background-color: #fff;
      background-position: 15px 10px; }
  .menuReservationNonJP .reserveSearch2_btn > div {
    display: inline-block; }

.menuReservationNonJP .reserveSearch2_btn_title {
  margin-right: 15px;
  font-size: 13px;
  font-weight: bold; }

.menuReservationNonJP .reserveSearch2_btn_2 {
  float: left;
  margin-top: 10px;
  margin-left: 50px;
  display: inherit; }

.menuReservationNonJP .reserveSearch2_tel {
  float: left;
  margin-left: 150px;
  background: url(/wr_asset/imgs/main/tk.gif) repeat-y left top;
  width: 400px;
  text-align: center; }
  .menuReservationNonJP .reserveSearch2_tel .title {
    margin-bottom: 5px; }
  .menuReservationNonJP .reserveSearch2_tel .tel {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.1em; }
    .menuReservationNonJP .reserveSearch2_tel .tel span {
      margin-right: 10px;
      color: #800005; }

.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: #800005;
    font-size: 16px; }



/* ------------------------------
	.footerBnr
------------------------------ */
.footerBnr {
  /*margin-top: 120px;*/
  padding: 50px 0;
  background: url("/wr_asset/imgs/main/footerbnr_bg.gif") repeat 0 0; }

.footerBnrList {
  margin-left: -40px;
  margin-top: -40px; }

.footerBnrList_item {
  width: 640px;
  height: 96px;
  float: left;
  margin-left: 40px;
  margin-top: 40px;
  -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.type1 {
    width: 300px; }

/* ------------------------------
	.tripAdvisor
------------------------------ */
.tripAdvisor {
  padding: 20px 0;
  background-color: #f5f3e8;
  color: #c3bc97; }

.tripAdvisor_title {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 44px;
  border-right: 1px solid #c3bc97;
  line-height: 1.0; }

.tripAdvisor_item {
  display: inline-block; }

.tripAdvisor_btns {
  padding-left: 40px; }

.tripAdvisor_btns a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0 10px 45px;
  margin-right: 20px;
  background-image: url("/wr_asset/imgs/main/tripadvisor_icon.png");
  background-repeat: no-repeat;
  height: 21px;
  color: #c3bc97;
  text-decoration: none; }

.tripAdvisor_btns a:hover {
  text-decoration: underline; }

.tripAdvisor_btns a.tripad {
  background-position: 0 50%; }

.tripAdvisor_btns a.facebook {
  background-position: -168px 50%; }

.tripAdvisor_btns a.twitter {
  background-position: -336px 50%; }

.tripAdvisor_btns a.youtube {
  background-position: -494px 50%; }

.tripAdvisor_btns a.instagram {
  background-position: -665px 50%; }

/* ------------------------------
	.footerNav
------------------------------ */
.footerNav {
  padding: 40px 0;
  background-color: #800005;
  color: #fff;
  font-size: 12px; }
  .footerNav a {
    color: #fff; }

.footerNavList {
  width: 305px;
  float: left; }
  .footerNavList li {
    margin-bottom: 20px;
    line-height: 1.0; }
    .footerNavList li.last, .footerNavList li:last-child {
      margin-bottom: 0; }
  .footerNavList span {
    margin-right: 10px; }
  .footerNavList a {
    text-decoration: none; }
    .footerNavList a:hover {
      text-decoration: underline; }

.footerNavList_left {
  width: 120px;
  float: left; }

.footerNavList_right {
  width: 180px;
  float: left; }

.footerNavAddress {
  width: 364px;
  float: left;
  padding-bottom: 10px;
  text-align: center;
  border-left: 1px solid #a64d50;
  border-right: 1px solid #a64d50; }

.footerNavAddress_logo {
  margin-bottom: 20px; }

.footerNavCompany {
  width: 260px;
  float: right;
  text-align: left; }

.footerNavCompany_c1 {
  margin-top: 30px; }
.footerNavCompany_c1 img{
  width:84px; }

.footerNavAddress_text {
  margin-top: 15px;
  font-size: 14px;
  text-align: left; }

/* ------------------------------
	.footerNav
------------------------------ */
.rphs {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px dashed #800005; }

.rphs_logo {
  margin-bottom: 25px; }

.rphsList {
  text-align: center;
  font-size: 0; }
  .rphsList a {
    display: inline-block;
    padding-right: 1em;
    margin-right: 1em;
    font-size: 12px;
    color: #000;
    line-height: 1.0;
    position: relative; }
    .rphsList a:after {
      content: " ";
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      background-color: #000;
      right: 0; }
  .rphsList a.first, .rphsList a.first-child {
    padding-left: 1em;
    position: relative; }
    .rphsList a.first:before, .rphsList a.first-child:before {
      content: " ";
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      background-color: #000;
      left: 0; }

.rphsPlaceList {
  margin-bottom: 30px;
  text-align: center;
  font-size: 0; }
  .rphsPlaceList ul li {
    display: inline-block;
    padding-right: 1em;
    margin-right: 1em;
    font-size: 12px;
    color: #000;
    line-height: 1.0;
    position: relative; }
    .rphsPlaceList ul li a {
      color: #000; }

.rphsCopy {
  position: absolute;
  bottom: 27px;
  right: 0; }

/* ------------------------------
	.copyright
------------------------------ */
.copyright {
  padding: 30px 0;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 12px; }

.pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 30px; }

/* ------------------------------
	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; }

/* ------------------------------
	menu_item_layout_top
------------------------------ */
.sideReserve {
  display: none;
  position: fixed;
  right: 0;
  top: 140px;
  z-index: 1000; }
  .sideReserve a {
    display: block;
    padding: 20px 17px 16px 18px;
    background-color: #800005; }
    .sideReserve a img {
      line-height: 1.0;
      vertical-align: bottom; }

/* ------------------------------
	layout_block
------------------------------ */
.layout_block {
  margin-top: 20px;
  clear: both; }
  .layout_block:after {
    content: " ";
    display: block;
    clear: both; }

.layout_side {
  width: 240px;
  float: left; }

.layout_main {
  width: 710px;
  float: right; }

/* ------------------------------
	sideNav
------------------------------ */
.sideNav {
  margin-bottom: 20px;
  font-size: 12px; }

.sideNavList_item {
  margin-bottom: 1px; }
  .sideNavList_item a {
    display: block;
    padding: 15px 35px;
    color: #000000;
    text-decoration: none;
    line-height: 1; }
    .sideNavList_item a.active {
      background-color: #800005;
      color: #FFF;
      background-position: 15px -311px; }
      .sideNavList_item a.active.open {
        background-position: 15px -94px; }
    .sideNavList_item a.open {
      background-position: 17px -640px; }
  .sideNavList_item > a {
    background-color: #f2f2f2;
    background-image: url("/wr_asset/imgs/main/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 15px 15px; }
    .sideNavList_item > a:hover {
      font-weight: bold; }
  .sideNavList_item.active a {
    background-color: #800005;
    color: #FFF;
    background-position: 15px -859px; }
  .sideNavList_item.active2 a {
    background-color: #800005;
    color: #FFF;
    background-position: 15px -311px; }
  .sideNavList_item.row2 a {
    line-height: 1.5;
    background-position: 15px 28px; }
  .sideNavList_item.row2.active2 a {
    background-color: #800005;
    color: #FFF;
    background-position: 15px -300px; }

.sideNavListSub {
/*  display: none; */}
  .current .sideNavListSub {
    display: block; }
  .sideNavListSub > li {
    margin-bottom: 1px; }
    .sideNavListSub > li a {
      padding: 12px 35px 12px 40px;
      background-color: #f5f3e8;
      line-height: 1.6;
      -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .sideNavListSub > li a:hover, .sideNavListSub > li a.current {
        background-color: #800005;
        color: #fff; }
    .sideNavListSub > li.current a {
      background-color: #800005;
      color: #fff; }

.sideNavList_icon_arrow > li > a {
  background-position: 15px 15px; }
.sideNavList_icon_arrow > li.current > a,
.sideNavList_icon_circle > li.current > a {
  font-weight: bold; }

.sideNavList_icon_circle > li > a {
  background-position: 15px -202px; }

/* ------------------------------
	wakuNav
------------------------------ */
.layout_side .wakuNav { margin-top: 20px; margin-bottom: 20px; }
.wakuNav {
  border: 1px solid #800005; }
  .wakuNav a {
    display: block;
    padding: 25px 25px 25px 35px;
    color: #000;
    font-size: 12px;
    line-height: 1.0;
    text-decoration: none;
    background: url("/wr_asset/imgs/main/icon_sprite.png") no-repeat 15px 28px;
    -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); }
    .wakuNav a:hover {
      background-color: #800005;
      color: #fff;
      background-position: 15px -299px; }
    .wakuNav a.underline {
      border-bottom: 1px dashed #800005; }
    .wakuNav a.row2 {
      line-height: 1.5;
      background-position: 15px 35px; }
      .wakuNav a.row2:hover {
        background-position: 15px -291px; }
      .wakuNav a.row2.active {
        color: #FFF;
        background-color: #800005;
        background-position: 15px -291px; }
    .wakuNav a.active {
      color: #FFF;
      background-color: #800005;
      background-position: 15px -299px; }

/* ------------------------------
	arrowNav
------------------------------ */
.arrowNav li {
  margin-bottom: 15px;
  line-height: 1.0; }
.arrowNav a {
  padding-left: 35px;
  color: #800005;
  text-decoration: underline;
  font-size: 12px;
  background: url("/wr_asset/imgs/main/icon_sprite.png") no-repeat 15px 0; }
  .arrowNav a:hover {
    text-decoration: none; }
.arrowNav.arrowNavTopInfo {
  text-align: center;
  margin-top: 32px;
}

.arrowNav.arrowNavTopInfo a {
  font-size: 14px;
}
/* ------------------------------
	roomList
------------------------------ */
.roomStair {
  color: #800005;
  font-weight: bold; }

.roomList_item {
  padding-top: 30px;
  margin-top: 80px;
  position: relative; }
  .roomList_item:after {
    content: " ";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #800005; }

.roomList_title {
  margin-bottom: 30px;
  font-weight: bold; }
  .roomList_title b {
    margin-right: 1em;
    color: #800005; }
  .roomList_title span {
    font-size: 12px; }

.roomListImage .bx-controls {
  display: none; }

.roomListImageList {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(6, 0, 1, 0.45);
  -moz-box-shadow: 0px 0px 5px 0px rgba(6, 0, 1, 0.45);
  -ms-box-shadow: 0px 0px 5px 0px rgba(6, 0, 1, 0.45);
  box-shadow: 0px 0px 5px 0px rgba(6, 0, 1, 0.45); }
  .roomListImageList > li {
    position: relative; }
    .roomListImageList > li .text {
      position: absolute;
      bottom: 10px;
      left: 15px;
      color: #fff;
      font-weight: bold; }
      .roomListImageList > li .text span {
        font-size: 12px; }

.roomListImageList_has_zoom {
  position: relative; }
  .roomListImageList_has_zoom:before {
    content: " ";
    display: block;
    width: 20px;
    height: 21px;
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 5px;
    background: url("/wr_asset/imgs/main/icon_zoom.png") no-repeat 0 0;
    z-index: 5;
    pointer-events: none;
}

/* ------------------------------
	roomDetail
------------------------------ */
.roomDetail_title {
  margin-bottom: 30px;
  color: #800005;
  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: #800005; }

.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 #800005;
    padding: 20px 0; }
  .table_basic2 td.info {
    border-top: 1px dashed #b2b2b2; }
    .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 #800005; }
  .table_basic2 tr.last td.info {
    border-bottom: 1px dashed #b2b2b2; }

.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 #800005; }
  .roomInfoList2 td.info {
    border-top: 1px dashed #b2b2b2; }
    .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 #800005; }
  .roomInfoList2 tr.last td.info {
    border-bottom: 1px dashed #b2b2b2; }
  .roomInfoList2 .roomInfoList_inner {
    width: 100%; }
    .roomInfoList2 .roomInfoList_inner td {
      padding: 15px 5px; }
    .roomInfoList2 .roomInfoList_inner .title2 {
      width: 130px;
      border-bottom: 1px solid #800005; }
    .roomInfoList2 .roomInfoList_inner .info2 {
      border-bottom: 1px dashed #b2b2b2; }
    .roomInfoList2 .roomInfoList_inner tr.first td {
      padding-top: 0; }
    .roomInfoList2 .roomInfoList_inner tr.last td,
    .roomInfoList2 .roomInfoList_inner tr:last-child td {
      padding-bottom: 0; }
    .roomInfoList2 .roomInfoList_inner tr.last td.title2,
    .roomInfoList2 .roomInfoList_inner tr:last-child td.title2 {
      border-bottom: none; }
    .roomInfoList2 .roomInfoList_inner tr.last td.info2,
    .roomInfoList2 .roomInfoList_inner tr:last-child td.info2 {
      border-bottom: none; }

/* ------------------------------
	featureBtn
------------------------------ */
.featureBtn {
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  font-size: 0;
  margin-left: -20px; }
  .featureBtn a {
    width: 318px;
    padding: 15px 15px 15px 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #800005;
    text-decoration: none;
    margin-left: 20px;
    -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); }
    .featureBtn a span {
      padding-left: 20px;
      background: url("/wr_asset/imgs/main/icon_sprite.png") no-repeat 0 1px; }
    .featureBtn a:hover {
      //color: #fff;
      //background-color: #800005;
 }
      .featureBtn a:hover span {
        //background-position: 0 -324px;
 }

.featureBtn_2 a {
  width: auto;
  padding: 15px 40px; }

.featureBtn.featureBtn_wide a { width: 318px; }

/* ------------------------------
	featureBtnSmall
------------------------------ */
.featureBtnSmall {
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  font-size: 0;
  margin-left: -20px; }
  .featureBtnSmall a {
    width: 132px;
    padding: 15px 15px 15px 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #800005;
    text-decoration: none;
    margin-left: 20px;
    -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); }
    .featureBtnSmall a span {
      padding-left: 20px;
      background: url("/wr_asset/imgs/main/icon_sprite.png") no-repeat 0 3px; }
    .featureBtnSmall a:hover {
      color: #fff;
      background-color: #800005; }
      .featureBtnSmall a:hover span {
        background-position: 0 -324px; }

/* ------------------------------
	featureBtnSmall
------------------------------ */
.featureBtnSmall_2 {
  text-align: left;
  margin-left: 0; }
  .featureBtnSmall_2 a {
    width: auto;
    margin-left: 0;
    padding: 10px 30px;
    font-size: 12px;
    line-height: 1.0; }
    .featureBtnSmall_2 a span {
      padding-left: 15px;
      background: url("/wr_asset/imgs/main/icon_sprite.png") no-repeat 0 -434px; }
    .featureBtnSmall_2 a:hover {
      color: #fff;
      background-color: #800005; }
      .featureBtnSmall_2 a:hover span {
        background-position: 0 -544px; }

/* ------------------------------
	planSelect
------------------------------ */
.planSelect {
  margin-bottom: 100px;


 }
  .planSelect table td.title {
    width: 90px;
    padding-right: 20px;
    color: #777777;
    font-weight: bold; }
  .planSelect table td.select {
    padding-left: 20px;
    border-left: 1px dashed #800005; }
    .planSelect table td.select a {
      margin-right: 10px;
      padding: 5px; }
    .planSelect table td.select .current {
      background-color: #f6edee;
      text-decoration: none; }
  .planSelect a.current {
    background-color: #f6edee;
    text-decoration: none; }

/* ------------------------------
	プラン一覧
------------------------------ */
.planList {
  margin-top: -70px; }

.planList_item {
  width: 100%;
  margin-top: 70px; }

.planList_left {
  width: 450px;
  float: left; }

.planList_right {
  width: 215px;
  float: right; }
.planList_right img{
  width: 215px;
}

.planList_title {
  margin-bottom: 20px;
  font-weight: bold; }

.planTag p {
  display: inline-block;
  padding: 5px 10px;
  background-color: #f5f3e8;
  color: #800005;
  text-align: center;
  font-size: 12px;
  margin-right: 3px;
  margin-bottom: 3px;
 }

.planTag2 {
  margin-top: 10px; }
  .planTag2 p {
    display: inline-block;
    padding: 3px 10px;
    color: #800005;
    border: 1px solid #800005;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    margin-right: 3px; }

.planList_text {
  margin-top: 20px;
  margin-bottom: 15px; }

.planList_info {
  font-size: 12px; }
  .planList_info table .title {
    width: 4em; }

.planList_btn {
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  border: 1px solid #800005; }
  .planList_btn a {
    display: block;
    text-decoration: none;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
    padding: 10px 25px 10px 40px;
    background: url("/wr_asset/imgs/main/icon_sprite.png") no-repeat 15px -421px;
    -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); }
    .planList_btn a:hover {
      background-color: #800005;
      color: #fff;
      background-position: 15px -531px; }

/* ------------------------------
	fixed
------------------------------ */
.globalNav_fixed .globalNav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
.globalNav_fixed .content {
  padding-top: 90px; }

/* ------------------------------
	サイトマップ
------------------------------ */
.sitemap_block {
  width: 326px;
  float: left; }
.sitemap_block dl a {
  color: #000;
  text-decoration: none;
}
.sitemap_block dl a:hover {
  color: #800005;
  text-decoration: underline;
}
  .sitemap_block .k_top {
    margin-bottom: 30px; }
    .sitemap_block .k_top dl dt {
      color: #666;
      margin-top: 15px;
      margin-bottom: 15px; }
    .sitemap_block .k_top dl dd {
      margin-bottom: 10px;
      margin-left: 15px; }
      .sitemap_block .k_top dl dd a {
        color: #000; }

/* ------------------------------
	採用情報
------------------------------ */
.anchorLink {
  margin-bottom: 70px; }
  .anchorLink ul li {
    float: left;
    margin-right: 20px;
    width: 228px;
    border: 1px solid #800005; }
    .anchorLink ul li a {
      text-align: center;
      padding: 20px 0 35px;
      display: block;
      text-decoration: none;
      line-height: 1.3;
      font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
      background: url(/wr_asset/imgs/main/icon_sprite.png) no-repeat center -590px; }
    .anchorLink ul li.last {
      margin-right: 0; }
    .anchorLink ul li a:hover {
      color: #fff;
      background-color: #800005;
      position: relative;
    }
    .anchorLink ul li a:hover:after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      bottom: 15px;
      left: 50%;
      margin-left: -6px;
      background: url(/wr_asset/imgs/main/icon_arrow_white.png) no-repeat 0 -120px;
    }

.menuGraduates {
  margin-bottom: 90px; }

.menuCarrier {
  margin-bottom: 90px; }

.recruitBox {
  margin: 0 20px 100px;
  padding: 30px;
  border: 3px solid #800005; }
  .recruitBox .recruitBox_title {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    border-bottom: 1px dashed #800005; }
  .recruitBox .contentBox {
    float: left;
    padding: 10px 0;
    width: 297px;
    text-align: center;
    border-right: 1px solid #800005; }
    .recruitBox .contentBox p {
      line-height: 1;
      letter-spacing: 0.1em;
      margin-bottom: 15px; }
      .recruitBox .contentBox p.tel {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0; }
        .recruitBox .contentBox p.tel span {
          color: #800005;
          margin-right: 10px; }
    .recruitBox .contentBox.last {
      width: 298px;
      border-right: none; }
    .recruitBox .contentBox .btn {
      background: #800005;
      width: 190px;
      margin: 0 auto; }
      .recruitBox .contentBox .btn a {
        padding: 10px;
        color: #FFF;
        text-decoration: none;
        display: block; }



/* ------------------------------
	会員サービス
------------------------------ */
.clubList li {
  float: left;
  width: 336px; }
  .clubList li.right {
    float: right; }
  .clubList li .image {
    margin-bottom: 20px; }
  .clubList li .title {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center; }

.clubBox .innerBox {
  letter-spacing: 0.1em; }
  .clubBox .innerBox .tel {
    margin-top: 10px;
    line-height: 1.0;
    font-size: 20px;
    font-weight: bold; }
    .clubBox .innerBox .tel span {
      margin-right: 5px;
      color: #800005;
      font-size: 18px; }
  .clubBox .innerBox .list_circle {
    margin-top: 5px;
    font-weight: bold; }
  .clubBox .innerBox .col {
    display: inline-block;
    width: 240px;
    margin-right: 10px; }
    .clubBox .innerBox .col .icon_pdf {
      color: #000; }
  .clubBox .innerBox .arrowNavList {
    font-weight: bold; }

.clubBox_item {
  float: left;
  vertical-align: top;
  text-align: left; }

.clubBox_tel {
  width: 304px;
  text-align: center;
  border-right: 1px solid #800005; }
  .clubBox_tel.lower {
    width: 446px; }

.clubBox_btn {
  text-align: center;
  padding: 0 41px;
  margin: 15px auto 0; }

.clubBox_inquiry {
  width: 447px;
  text-align: center; }


/* ------------------------------
	ホテルスタッフおすすめプラン
------------------------------ */
.info_fukidashi { margin-bottom: 15px; }
.info_fukidashi .title {
  width: 110px;
  height: 54px;
  background: url(/wr_asset/imgs/main/fukidashi_bg.gif) no-repeat 0 0;
  margin-right: 10px; }
  .info_fukidashi .title .value {
    width: 100px;
    text-align: center;
    color: #800005;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 5px; }
.info_fukidashi .title,
.info_fukidashi .txt {
display: inline-block;
vertical-align: middle;
}
.info_fukidashi .section_title { margin-bottom: 0; }

.restaurantsPlanDetail_annotation { 
  font-size: 11px;
  margin-top: 10px; }

.planSelect .button-group a{
    display: inline-block;
}

.linux.safari .fullScreenVisual .bx-wrapper .bx-viewport {
  max-width: 1060px !important;
  max-height: 605px !important;
  background-color: #fff;
}

.linux.safari .fullScreenVisual .bx-wrapper img {
  max-width: 1060px !important;
  max-height: 605px !important;
  background-color: #fff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
.fullScreenVisual .bx-wrapper .bx-viewport {
  max-width: 1060px !important;
  max-height: 605px !important;
  background-color: #fff;
}

.fullScreenVisual .bx-wrapper img {
  position: static !important;
  max-width: 1060px !important;
  max-height: 605px !important;
  background-color: #fff;
}

}


