@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author	 : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header .con_header, #header .con_mainimg .box_news .inner, #header .con_nav #gnav > ul, #header .con_nav #fixnav > ul, #header .con_nav .box_hnav, #contents .topicpath, #footer .con_bn ul, #footer .con_footer .box_footer, #footer .con_footer .box_nav, .temp_news_blog .wrap_news_blog, .temp_plan ul, .temp_wedOption .inner, .wrap_nav .inner, .temp_nav ul, .temp_lowerNav .st, .temp_lowerNav ul, .temp_menu > .inner {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #header .con_header, #header .con_mainimg .box_news .inner, #header .con_nav #gnav > ul, #header .con_nav #fixnav > ul, #header .con_nav .box_hnav, #contents .topicpath, #footer .con_bn ul, #footer .con_footer .box_footer, #footer .con_footer .box_nav, .temp_news_blog .wrap_news_blog, .temp_plan ul, .temp_wedOption .inner, .wrap_nav .inner, .temp_nav ul, .temp_lowerNav .st, .temp_lowerNav ul, .temp_menu > .inner {
    width: 95%;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_header, #header .con_mainimg .box_news .inner, #header .con_nav #gnav > ul, #header .con_nav #fixnav > ul, #header .con_nav .box_hnav, #contents .topicpath, #footer .con_bn ul, #footer .con_footer .box_footer, #footer .con_footer .box_nav, .temp_news_blog .wrap_news_blog, .temp_plan ul, .temp_wedOption .inner, .wrap_nav .inner, .temp_nav ul, .temp_lowerNav .st, .temp_lowerNav ul, .temp_menu > .inner {
    width: 93.75%;
  }
}

#header .con_header:after, #header .con_nav #gnav > ul:after, #header .con_nav #fixnav > ul:after, #footer .con_footer .box_nav [class^="box_sub"] ul:after, .temp_lowerNav ul:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
  letter-spacing: .06em;
}
@media only screen and (max-width: 640px) {
  html {
    letter-spacing: .03em;
  }
}

body {
  color: #575757;
  background: #fff;
  font-size: 92.307692%;
  -webkit-text-size-adjust: none;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 84.615385%;
  }
}
body a {
  color: #48000e;
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #520a18;
}
body a.tel {
  color: #575757;
  text-decoration: none;
  cursor: default;
}
body a.tel:hover {
  color: #575757;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

@media only screen and (min-width: 1041px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1040px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse a:hover img, .touch a.touchstart img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.mouse a:hover img.noover, .touch a.touchstart img.noover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.touch a {
  -webkit-tap-highlight-color: transparent;
}
.touch a.touchend {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.mouse a.tel:hover img, .touch a.tel.touchstart img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.touch a.tel {
  -webkit-tap-highlight-color: transparent;
}
.touch a.tel.touchend {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

@media only screen and (min-width: 641px) {
  .obj_accordion.sp_only + * {
    display: block !important;
  }
}
@media print {
  .obj_accordion.sp_only + * {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  .obj_accordion.sp_only {
    cursor: pointer;
  }
  .obj_accordion.sp_only + * {
    display: none;
  }
  .obj_accordion.sp_only.temp_accordion {
    font-size: 121%;
    text-align: center;
    color: #fff;
    background: #756f64;
    line-height: 1;
    padding: 1em 0;
    cursor: pointer;
    position: relative;
  }
  .obj_accordion.sp_only.temp_accordion:after {
    content: '';
    width: 11.71875%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 1.25%;
    background: url(../images/common/ic_accordion.png) no-repeat center center;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }
  .obj_accordion.sp_only.temp_accordion.active:after {
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  .obj_accordion.sp_only.temp_accordion2 {
    position: relative;
  }
  .obj_accordion.sp_only.temp_accordion2:after {
    content: '';
    width: 11.71875%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 1.25%;
    background: url(../images/common/ic_accordion2.png) no-repeat center center;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }
  .obj_accordion.sp_only.temp_accordion2.active:after {
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  .obj_accordion.sp_only.temp_accordion3 {
    position: relative;
    background: #998c62;
    color: #fff;
    width: auto;
    padding: .7em 1em;
    font-size: 117%;
    text-align: left;
    overflow: hidden;
  }
  .obj_accordion.sp_only.temp_accordion3:after {
    content: '';
    width: 11.71875%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/common/ic_accordion4.png) no-repeat center center;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }
  .obj_accordion.sp_only.temp_accordion3.active:after {
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
}

/* -----------------------------------------------------------
	#page,#wrapper
----------------------------------------------------------- */
@media only screen and (min-width: 641px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  #page {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 640px) {
  #wrapper {
    overflow: hidden;
  }
  .hide #wrapper {
    height: 0;
    padding-bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: relative;
  z-index: 1001;
}
#header .con_header {
  padding: 20px 0 12px;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #header .con_header {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_header {
    padding: 2.8125% 0;
  }
}
#header .con_header .logo {
  float: left;
}
@media only screen and (max-width: 640px) {
  #header .con_header .logo {
    text-align: center;
    float: none;
    margin-top: 3.10345%;
  }
  #header .con_header .logo img {
    width: 34.48276%;
  }
}
#header .con_header .box_header {
  float: right;
  width: 800px;
  text-align: right;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #header .con_header .box_header {
    width: auto;
  }
}
@media only screen and (min-width: 640px) and (max-width: 890px) {
  #header .con_header .box_header {
    float: none;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_header {
    width: auto;
    float: none;
    text-align: center;
  }
}
#header .con_header .box_header h1 {
  font-weight: normal;
}
@media only screen and (min-width: 640px) and (max-width: 890px) {
  #header .con_header .box_header h1 {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_header h1 {
    font-size: 73%;
  }
}
#header .con_header .box_header p.tel {
  display: none;
}
@media only screen and (min-width: 640px) and (max-width: 890px) {
  #header .con_header .box_header p.tel {
    display: block;
    float: left;
    position: absolute;
    left: 205px;
    top: 40px;
  }
}
@media only screen and (min-width: 890px) and (max-width: 1040px) {
  #header .con_header .box_header .nav_we {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 890px) {
  #header .con_header .box_header .nav_we {
    width: 330px;
    right: 8px;
  }
}
@media only screen and (min-width: 890px) and (max-width: 1040px) {
  #header .con_header .box_header .nav_we li:first-child {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 890px) {
  #header .con_header .box_header .nav_we li {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 890px) and (max-width: 1040px) {
  #header .con_header .box_header .nav_we li.view_pc {
    margin-top: 0;
  }
}
@media only screen and (min-width: 890px) and (max-width: 1040px) {
  #header .con_header .box_header .nav_we li.btn_stay {
    position: absolute;
    top: 25px;
    right: 0;
  }
}
#header .con_header .box_header ul {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (min-width: 640px) and (max-width: 890px) {
  #header .con_header .box_header ul {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 248px;
  }
}
#header .con_header .box_header ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 20px;
}
#header .con_header .box_header ul li.btn_stay {
  margin-right: 0;
}
#header .con_header .box_header ul li.tel {
  float: right;
  margin-right: 0;
}
@media only screen and (min-width: 890px) and (max-width: 1040px) {
  #header .con_header .box_header ul li.view_pc {
    display: block !important;
  }
}
@media only screen and (min-width: 890px) and (max-width: 1040px) {
  #header .con_header .box_header ul li.view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 890px) and (max-width: 1040px) {
  #header .con_header .box_header ul li {
    float: left;
    margin: 5px 0 0 15px;
  }
  #header .con_header .box_header ul li:first-child {
    margin-top: 0;
  }
  #header .con_header .box_header ul li.tel {
    margin-top: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 890px) {
  #header .con_header .box_header ul li {
    margin-top: 12px;
  }
  #header .con_header .box_header ul li:first-child + li, #header .con_header .box_header ul li:first-child + li + li {
    margin-top: 0;
  }
  #header .con_header .box_header ul li.tel {
    clear: both;
    padding: 65px 0 0;
    position: absolute;
    left: 170px;
  }
}
#header .con_mainimg {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#header .con_mainimg .box_news {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../images/header/bg_news.png);
}
.ie8 #header .con_mainimg .box_news {
  background: #f7f9fa;
}
#header .con_mainimg .box_news .inner {
  overflow: hidden;
  position: relative;
  padding: 6px 0;
}
#header .con_mainimg .box_news .inner .st {
  position: relative;
  z-index: 1;
  float: left;
}
#header .con_mainimg .box_news .inner ul {
  position: absolute;
  line-height: 1.2;
  left: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 150px;
  top: 50%;
  margin-top: -.6em;
}
#header .con_mainimg .box_news .inner ul li {
  white-space: nowrap;
  position: relative;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: none;
}
.ie8 #header .con_mainimg .box_news .inner ul li {
  background: #f7f9fa;
}
#header .con_mainimg .box_news .inner ul li + li {
  display: none !important;
}
#header .con_mainimg .box_news .inner ul li a {
  margin-left: 13px;
  color: #462515;
}
#header .con_mainimg #obj_mainimg {
  z-index: 0;
  text-align: center;
}
#header .con_mainimg #obj_mainimg img {
  display: inline;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #header .con_mainimg #obj_mainimg img {
    max-width: none;
    width: 130%;
    margin-left: -15%;
  }
}
#header .con_mainimg #obj_mainimg > div {
  display: none;
}
#header .con_mainimg #obj_mainimg > div:first-child {
  display: block;
}
#header .con_nav {
  position: relative;
  z-index: 1;
}
#header .con_nav #gnav > ul, #header .con_nav #fixnav > ul {
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #header .con_nav #gnav > ul, #header .con_nav #fixnav > ul {
    width: 100%;
  }
}
#header .con_nav #gnav > ul > li, #header .con_nav #fixnav > ul > li {
  float: left;
}
#header .con_nav #gnav > ul > li > a, #header .con_nav #fixnav > ul > li > a {
  display: block;
  text-align: center;
  padding: 10px 25px;
  position: relative;
}
#header .con_nav #gnav > ul > li > a:before, #header .con_nav #fixnav > ul > li > a:before {
  content: '';
  height: 14px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: #e8e8e8;
}
#header .con_nav #gnav > ul > li.gnav_reservation a, #header .con_nav #fixnav > ul > li.gnav_reservation a {
  padding-left: 0;
  padding-right: 0;
}
#header .con_nav #gnav > ul > li.gnav_reservation a:before, #header .con_nav #fixnav > ul > li.gnav_reservation a:before {
  content: none;
}
#header .con_nav #gnav > ul > li .mega, #header .con_nav #fixnav > ul > li .mega {
  display: none;
}
#header .con_nav #gnav > ul > li.gnav_rooms .mega ul:after, #header .con_nav #fixnav > ul > li.gnav_rooms .mega ul:after {
  left: 36px;
}
#header .con_nav #gnav > ul > li.gnav_restaurant .mega ul:after, #header .con_nav #fixnav > ul > li.gnav_restaurant .mega ul:after {
  left: 140px;
}
#header .con_nav #gnav > ul > li.gnav_restaurant .mega .lay2, #header .con_nav #fixnav > ul > li.gnav_restaurant .mega .lay2 {
  margin-bottom: 20px;
  float: right;
}
#header .con_nav #gnav > ul > li.gnav_restaurant .mega .lay2:first-child, #header .con_nav #gnav > ul > li.gnav_restaurant .mega .lay2:first-child + div + div, #header .con_nav #fixnav > ul > li.gnav_restaurant .mega .lay2:first-child, #header .con_nav #fixnav > ul > li.gnav_restaurant .mega .lay2:first-child + div + div {
  float: left;
  clear: both;
}
#header .con_nav #gnav > ul > li.gnav_facilities .mega .lay2, #header .con_nav #fixnav > ul > li.gnav_facilities .mega .lay2 {
  margin-bottom: 20px;
  width: 755px;
}
#header .con_nav #gnav > ul > li.gnav_hotspring .mega ul:after, #header .con_nav #fixnav > ul > li.gnav_hotspring .mega ul:after {
  left: 285px;
}
#header .con_nav #gnav > ul > li.gnav_hotspring .mega .lay1 li, #header .con_nav #fixnav > ul > li.gnav_hotspring .mega .lay1 li {
  width: 267px;
}
#header .con_nav #gnav > ul > li.gnav_facilities .mega ul:after, #header .con_nav #fixnav > ul > li.gnav_facilities .mega ul:after {
  left: 430px;
}
#header .con_nav #gnav > ul > li.gnav_appeal .mega ul:after, #header .con_nav #fixnav > ul > li.gnav_appeal .mega ul:after {
  left: 570px;
}
#header .con_nav #gnav > ul > li.gnav_wedding .mega ul:after, #header .con_nav #fixnav > ul > li.gnav_wedding .mega ul:after {
  left: 720px;
}
#header .con_nav #gnav > ul > li.gnav_wedding .mega .lay2, #header .con_nav #fixnav > ul > li.gnav_wedding .mega .lay2 {
  float: left;
  width: auto;
  padding: 15px 30px 10px;
}
#header .con_nav #gnav > ul > li.gnav_wedding .mega .lay2 + div, #header .con_nav #fixnav > ul > li.gnav_wedding .mega .lay2 + div {
  float: right;
}
#header .con_nav #gnav > ul > li.gnav_wedding .mega .lay2 li, #header .con_nav #fixnav > ul > li.gnav_wedding .mega .lay2 li {
  margin-left: 27px;
}
#header .con_nav #gnav > ul > li.gnav_wedding .mega .lay2 li:first-child, #header .con_nav #fixnav > ul > li.gnav_wedding .mega .lay2 li:first-child {
  margin-left: 0;
}
#header .con_nav #gnav > ul > li.gnav_wedding .mega .lay1, #header .con_nav #fixnav > ul > li.gnav_wedding .mega .lay1 {
  clear: both;
  padding-top: 10px;
}
#header .con_nav #gnav > ul > li.gnav_wedding .mega .lay2 + div .lay1, #header .con_nav #fixnav > ul > li.gnav_wedding .mega .lay2 + div .lay1 {
  padding-top: 0;
}
#header .con_nav #gnav > ul > li.gnav_access .mega ul:after, #header .con_nav #fixnav > ul > li.gnav_access .mega ul:after {
  left: 840px;
}
#header .con_nav #gnav > ul > li.gnav_access .mega .lay1 li, #header .con_nav #fixnav > ul > li.gnav_access .mega .lay1 li {
  width: 266px;
}
#header .con_nav #gnav > ul > li.active > a:after, #header .con_nav #gnav > ul > li:hover > a:after, #header .con_nav #fixnav > ul > li.active > a:after, #header .con_nav #fixnav > ul > li:hover > a:after {
  content: '';
  width: 60%;
  height: 2px;
  position: absolute;
  left: 20%;
  bottom: 0;
  background: #86805e;
}
#header .con_nav #gnav > ul > li .mega, #header .con_nav #fixnav > ul > li .mega {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
  border-bottom: 17px solid transparent;
}
.lower #header .con_nav #gnav > ul > li .mega, .lower #header .con_nav #fixnav > ul > li .mega {
  z-index: 1000;
  bottom: auto;
  top: 60px;
  padding-bottom: 0;
  border-top: 17px solid transparent;
}
#header .con_nav #gnav > ul > li .mega ul:after, #header .con_nav #fixnav > ul > li .mega ul:after {
  content: '';
  position: absolute;
}
.lower #header .con_nav #gnav > ul > li .mega ul:after, .lower #header .con_nav #fixnav > ul > li .mega ul:after {
  bottom: auto;
  top: -17px;
  border: 8px solid transparent;
  border-bottom: solid 17px #cac1a0;
  border-top-width: 0;
}
@media only screen and (max-width: 1040px) {
  #header .con_nav #gnav > ul > li .mega, #header .con_nav #fixnav > ul > li .mega {
    display: none !important;
  }
}
#header .con_nav #gnav > ul > li .mega .inner, #header .con_nav #fixnav > ul > li .mega .inner {
  background: #e7e1cb;
  overflow: hidden;
  border-top: 5px solid #cac1a0;
  border-bottom: 5px solid #cac1a0;
  padding: 25px 25px 5px;
  text-align: center;
}
#header .con_nav #gnav > ul > li .mega .lay1, #header .con_nav #fixnav > ul > li .mega .lay1 {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-right: -35px;
  overflow: hidden;
}
#header .con_nav #gnav > ul > li .mega .lay1.col1, #header .con_nav #fixnav > ul > li .mega .lay1.col1 {
  margin-right: 0;
}
#header .con_nav #gnav > ul > li .mega .lay1.col3 li, #header .con_nav #fixnav > ul > li .mega .lay1.col3 li {
  width: 266px;
}
#header .con_nav #gnav > ul > li .mega .lay1 li, #header .con_nav #fixnav > ul > li .mega .lay1 li {
  width: 216px;
  margin-right: 35px;
  margin-bottom: 20px;
  float: left;
}
#header .con_nav #gnav > ul > li .mega .lay1 li a, #header .con_nav #fixnav > ul > li .mega .lay1 li a {
  display: block;
  text-align: center;
  text-decoration: none !important;
  color: #462515;
}
.mouse #header .con_nav #gnav > ul > li .mega .lay1 li a:hover, .touch #header .con_nav #gnav > ul > li .mega .lay1 li a.touchstart, .mouse #header .con_nav #fixnav > ul > li .mega .lay1 li a:hover, .touch #header .con_nav #fixnav > ul > li .mega .lay1 li a.touchstart {
  text-decoration: underline !important;
}
.touch #header .con_nav #gnav > ul > li .mega .lay1 li a, .touch #header .con_nav #fixnav > ul > li .mega .lay1 li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #header .con_nav #gnav > ul > li .mega .lay1 li a.touchend, .touch #header .con_nav #fixnav > ul > li .mega .lay1 li a.touchend {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
#header .con_nav #gnav > ul > li .mega .lay1 li a span, #header .con_nav #fixnav > ul > li .mega .lay1 li a span {
  display: block;
  padding: 8px 0;
  border-bottom: 2px solid #cac1a0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjdmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f7f0));
  background: -moz-linear-gradient(#ffffff, #f8f7f0);
  background: -webkit-linear-gradient(#ffffff, #f8f7f0);
  background: linear-gradient(#ffffff, #f8f7f0);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF8F7F0');
  font-size: 109%;
  color: #311102;
  font-weight: normal;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #header .con_nav #gnav > ul > li .mega .lay1 li a span, #header .con_nav #fixnav > ul > li .mega .lay1 li a span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_nav #gnav > ul > li .mega .lay1 li a span, #header .con_nav #fixnav > ul > li .mega .lay1 li a span {
    font-size: 100%;
  }
}
#header .con_nav #gnav > ul > li .mega .lay1 li a span.lh3, #header .con_nav #fixnav > ul > li .mega .lay1 li a span.lh3 {
  line-height: 3;
}
#header .con_nav #gnav > ul > li .mega .lay2, #header .con_nav #fixnav > ul > li .mega .lay2 {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 425px;
  padding: 15px 20px 10px;
  border-top: 2px solid #cac1a0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjdmMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f7f0), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(#f8f7f0, #ffffff);
  background: -webkit-linear-gradient(#f8f7f0, #ffffff);
  background: linear-gradient(#f8f7f0, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF8F7F0', endColorstr='#FFFFFFFF');
}
#header .con_nav #gnav > ul > li .mega .lay2 .st, #header .con_nav #fixnav > ul > li .mega .lay2 .st {
  font-size: 117%;
  color: #311102;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #header .con_nav #gnav > ul > li .mega .lay2 .st, #header .con_nav #fixnav > ul > li .mega .lay2 .st {
    font-size: 109%;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_nav #gnav > ul > li .mega .lay2 .st, #header .con_nav #fixnav > ul > li .mega .lay2 .st {
    font-size: 110%;
  }
}
#header .con_nav #gnav > ul > li .mega .lay2 .st.lh3, #header .con_nav #fixnav > ul > li .mega .lay2 .st.lh3 {
  line-height: 2.4;
}
#header .con_nav #gnav > ul > li .mega .lay2.col1, #header .con_nav #fixnav > ul > li .mega .lay2.col1 {
  text-align: center;
}
#header .con_nav #gnav > ul > li .mega .lay2.col1 ul, #header .con_nav #fixnav > ul > li .mega .lay2.col1 ul {
  margin-right: 0;
}
#header .con_nav #gnav > ul > li .mega .lay2.col1 ul li, #header .con_nav #fixnav > ul > li .mega .lay2.col1 ul li {
  float: none;
  margin: 0;
}
#header .con_nav #gnav > ul > li .mega .lay2 ul, #header .con_nav #fixnav > ul > li .mega .lay2 ul {
  overflow: hidden;
  margin-top: 10px;
  margin-right: -5px;
}
#header .con_nav #gnav > ul > li .mega .lay2 ul.lnk3 .lnk, #header .con_nav #fixnav > ul > li .mega .lay2 ul.lnk3 .lnk {
  height: 5.3em;
}
#header .con_nav #gnav > ul > li .mega .lay2 ul.lnk2 .lnk, #header .con_nav #fixnav > ul > li .mega .lay2 ul.lnk2 .lnk {
  height: 3.3em;
}
#header .con_nav #gnav > ul > li .mega .lay2 ul li, #header .con_nav #fixnav > ul > li .mega .lay2 ul li {
  float: left;
  margin-right: 3px;
}
#header .con_nav #gnav > ul > li .mega .lay2 ul li .lnk, #header .con_nav #fixnav > ul > li .mega .lay2 ul li .lnk {
  margin-top: 5px;
}
#header .con_nav #gnav > ul > li .mega .lay2 ul li .lnk span, #header .con_nav #fixnav > ul > li .mega .lay2 ul li .lnk span {
  display: block;
}
#header .con_nav #gnav > ul > li .mega .lay2 ul li .lnk span a, #header .con_nav #fixnav > ul > li .mega .lay2 ul li .lnk span a {
  display: inline-block;
  padding-left: 1.2em;
  text-decoration: none !important;
  margin-top: .3em;
  background: url(../images/common/icon_nav.png) no-repeat 0 0.2em;
}
.mouse #header .con_nav #gnav > ul > li .mega .lay2 ul li .lnk span a:hover, .touch #header .con_nav #gnav > ul > li .mega .lay2 ul li .lnk span a.touchstart, .mouse #header .con_nav #fixnav > ul > li .mega .lay2 ul li .lnk span a:hover, .touch #header .con_nav #fixnav > ul > li .mega .lay2 ul li .lnk span a.touchstart {
  text-decoration: underline !important;
}
.touch #header .con_nav #gnav > ul > li .mega .lay2 ul li .lnk span a, .touch #header .con_nav #fixnav > ul > li .mega .lay2 ul li .lnk span a {
  -webkit-tap-highlight-color: transparent;
}
.touch #header .con_nav #gnav > ul > li .mega .lay2 ul li .lnk span a.touchend, .touch #header .con_nav #fixnav > ul > li .mega .lay2 ul li .lnk span a.touchend {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #page #header .con_nav #gnav > ul > li, #page #header .con_nav #fixnav > ul > li {
    width: 25%;
  }
  #page #header .con_nav #gnav > ul > li.gnav_reservation, #page #header .con_nav #fixnav > ul > li.gnav_reservation {
    background: #63001b;
  }
  #page #header .con_nav #gnav > ul > li.gnav_reservation:hover a:after, #page #header .con_nav #fixnav > ul > li.gnav_reservation:hover a:after {
    content: none !important;
  }
  #page #header .con_nav #gnav > ul > li.gnav_rooms a, #page #header .con_nav #gnav > ul > li.gnav_appeal a, #page #header .con_nav #fixnav > ul > li.gnav_rooms a, #page #header .con_nav #fixnav > ul > li.gnav_appeal a {
    border-left: 0;
  }
  #page #header .con_nav #gnav > ul > li a, #page #header .con_nav #fixnav > ul > li a {
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 0;
  }
  #page #header .con_nav #gnav > ul > li a:before, #page #header .con_nav #gnav > ul > li a:after, #page #header .con_nav #fixnav > ul > li a:before, #page #header .con_nav #fixnav > ul > li a:after {
    content: none;
  }
  #page #header .con_nav #gnav > ul > li.active a:after, #page #header .con_nav #fixnav > ul > li.active a:after {
    content: '';
    bottom: 3px;
  }
  .mouse #page #header .con_nav #gnav > ul > li:hover a:after, .touch #page #header .con_nav #gnav > ul > li.touchstart a:after, .mouse #page #header .con_nav #fixnav > ul > li:hover a:after, .touch #page #header .con_nav #fixnav > ul > li.touchstart a:after {
    content: '';
    bottom: 3px;
  }
  .touch #page #header .con_nav #gnav > ul > li, .touch #page #header .con_nav #fixnav > ul > li {
    -webkit-tap-highlight-color: transparent;
  }
  .touch #page #header .con_nav #gnav > ul > li.touchend, .touch #page #header .con_nav #fixnav > ul > li.touchend {
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
  }
}
#header .con_nav #gnav .gnav_we, #header .con_nav #fixnav .gnav_we {
  max-width: 1100px;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #page #header .con_nav #gnav .gnav_we li, #page #header .con_nav #fixnav .gnav_we li {
    width: 25%;
  }
  #page #header .con_nav #gnav .gnav_we li.gnav_wed_con, #page #header .con_nav #fixnav .gnav_we li.gnav_wed_con {
    min-width: 194px;
  }
  #page #header .con_nav #gnav .gnav_we li.gnav_wed_con a, #page #header .con_nav #fixnav .gnav_we li.gnav_wed_con a {
    border: none;
    padding: 5px 2px;
  }
}
#header .con_nav #gnav .gnav_we li a, #header .con_nav #fixnav .gnav_we li a {
  padding: 10px 12px;
}
@media only screen and (min-width: 1041px) and (max-width: 1080px) {
  #header .con_nav #gnav .gnav_we li a, #header .con_nav #fixnav .gnav_we li a {
    padding: 10px 12px;
  }
}
@media print {
  #header .con_nav #gnav .gnav_we li a, #header .con_nav #fixnav .gnav_we li a {
    padding: 10px 12px;
  }
}
#header .con_nav #gnav .gnav_we li .mage .lay1, #header .con_nav #fixnav .gnav_we li .mage .lay1 {
  margin-right: 0;
  width: 230px;
}
@media only screen and (min-width: 641px) {
  #header .con_nav #gnav .gnav_we li.gnav_info .mega, #header .con_nav #fixnav .gnav_we li.gnav_info .mega {
    max-width: 600px;
  }
}
@media print {
  #header .con_nav #gnav .gnav_we li.gnav_info .mega, #header .con_nav #fixnav .gnav_we li.gnav_info .mega {
    max-width: 600px;
  }
}
#header .con_nav #gnav .gnav_we li.gnav_info .mega ul:after, #header .con_nav #fixnav .gnav_we li.gnav_info .mega ul:after {
  left: 41px;
}
@media only screen and (min-width: 641px) {
  #header .con_nav #gnav .gnav_we li.gnav_wed_plan .mega, #header .con_nav #fixnav .gnav_we li.gnav_wed_plan .mega {
    max-width: 800px;
  }
}
@media print {
  #header .con_nav #gnav .gnav_we li.gnav_wed_plan .mega, #header .con_nav #fixnav .gnav_we li.gnav_wed_plan .mega {
    max-width: 800px;
  }
}
#header .con_nav #gnav .gnav_we li.gnav_wed_plan .mega ul:after, #header .con_nav #fixnav .gnav_we li.gnav_wed_plan .mega ul:after {
  left: 344px;
}
#header .con_nav #gnav .gnav_we .gnav_wed_fair a, #header .con_nav #fixnav .gnav_we .gnav_wed_fair a {
  padding-left: 0;
  padding-right: 0;
}
#header .con_nav #gnav .gnav_we .gnav_wed_fair a:before, #header .con_nav #fixnav .gnav_we .gnav_wed_fair a:before {
  content: none;
}
#header .con_nav #gnav .gnav_we .gnav_wed_fair a, #header .con_nav #fixnav .gnav_we .gnav_wed_fair a {
  padding-left: 9px;
  padding-right: 0;
}
#header .con_nav #gnav .gnav_we .gnav_wed_fair a:before, #header .con_nav #fixnav .gnav_we .gnav_wed_fair a:before {
  content: none;
}
#header .con_nav #gnav .gnav_we .gnav_wed_con a, #header .con_nav #fixnav .gnav_we .gnav_wed_con a {
  padding-left: 6px;
  padding-right: 0;
}
#header .con_nav #gnav .gnav_we .gnav_wed_con a:before, #header .con_nav #fixnav .gnav_we .gnav_wed_con a:before {
  content: none;
}
#header .con_nav #fixnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1500;
  background: #fff;
  display: none;
}
@media only screen and (max-width: 1040px) {
  #header .con_nav #fixnav {
    display: none !important;
  }
}
#header .con_nav #fixnav.active {
  display: block;
}
#header .con_nav #fixnav:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 20px;
  background: url(../images/common/bg_shadow.png) repeat-x 0 bottom;
}
#header .con_nav #fixnav > ul > li .mega {
  z-index: 1000;
  bottom: auto;
  top: 60px;
  padding-bottom: 0;
  border-top: 17px solid transparent;
}
#header .con_nav #fixnav > ul > li .mega ul:after {
  content: '';
  bottom: auto;
  top: -17px;
  border: 8px solid transparent;
  border-bottom: solid 17px #cac1a0;
  border-top-width: 0;
}
@media only screen and (min-width: 1041px) {
  #header .con_nav #gnav {
    border-bottom: 1px solid #e8e8e8;
  }
}
@media print {
  #header .con_nav #gnav {
    border-bottom: 1px solid #e8e8e8;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #header .con_nav #gnav {
    border-top: 1px solid #e8e8e8;
  }
}
#header .con_nav #gnav .mega ul:after {
  content: '';
  border: 8px solid transparent;
  border-top: solid 17px #cac1a0 !important;
  border-bottom-width: 0;
  bottom: -17px !important;
}
.lower #header .con_nav #gnav .mega ul:after {
  content: '';
  border: 8px solid transparent;
  border-bottom: solid 17px #cac1a0 !important;
  border-top-width: 0 !important;
  top: -17px !important;
  bottom: auto !important;
}
#header .con_nav .box_hnav {
  padding: 10px 0;
  overflow: hidden;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #header .con_nav .box_hnav {
    text-align: center;
  }
}
#header .con_nav .box_hnav #hnav {
  float: left;
  width: 600px;
  overflow: hidden;
}
#header .con_nav .box_hnav #hnav li {
  float: left;
  margin-right: 15px;
  line-height: 1.8;
}
#header .con_nav .box_hnav #hnav li:before {
  content: "";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: .3em;
  color: #878056;
  margin-right: .3em;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #header .con_nav .box_hnav #hnav {
    float: none;
    width: auto;
    display: inline-block;
  }
}
#header .con_nav .box_hnav .btns {
  float: right;
  overflow: hidden;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #header .con_nav .box_hnav .btns {
    padding-top: 10px;
    float: none;
    display: inline-block;
  }
}
#header .con_nav .box_hnav .btns li {
  float: left;
}
#header .con_nav .box_hnav .btns li:first-child {
  margin-right: 10px;
}
#header .con_nav .box_hnav .btns li a {
  display: block;
  text-decoration: none;
  background: #f2f2f2;
  padding: 5px 10px;
}
#header .con_nav .box_hnav .btns li a:before {
  content: "";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: .3em;
  color: #878056;
  margin-right: .3em;
}
#header .title {
  overflow: hidden;
}
@media only screen and (min-width: 641px) {
  #header .title img {
    position: relative;
    left: 50%;
    margin-left: -700px;
    max-width: none;
  }
}
@media print {
  #header .title img {
    position: relative;
    left: 50%;
    margin-left: -700px;
    max-width: none;
  }
}
#header #pc_menu {
  position: absolute;
  top: 100%;
  right: 0;
}
#header #pc_menu .ic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
#header #pc_menu .ic img {
  max-width: none;
}
#header #pc_menu #pc_panel {
  display: none;
  background: url(../images/common/bg_brown.jpg);
  padding: 25px 110px 25px 25px;
}
body[id*="guestroom"] #header #pc_menu #pc_panel {
  width: 460px;
  padding-right: 5px;
}
#header #pc_menu #pc_panel dl dt, #header #pc_menu #pc_panel ul dt {
  padding-top: 25px;
  color: #e9d2b3;
  font-size: 125%;
}
#header #pc_menu #pc_panel dl dd, #header #pc_menu #pc_panel dl li, #header #pc_menu #pc_panel ul dd, #header #pc_menu #pc_panel ul li {
  line-height: 1;
  padding: 7px 0 7px 1.5em;
  background: url(../images/common/ic_pc_menu.png) no-repeat 0 9px;
}
#header #pc_menu #pc_panel dl dd:first-child, #header #pc_menu #pc_panel dl li:first-child, #header #pc_menu #pc_panel ul dd:first-child, #header #pc_menu #pc_panel ul li:first-child {
  margin-top: 20px;
}
#header #pc_menu #pc_panel dl dd a, #header #pc_menu #pc_panel dl li a, #header #pc_menu #pc_panel ul dd a, #header #pc_menu #pc_panel ul li a {
  color: #fff;
  font-size: 109%;
}
#header #pc_menu #pc_panel dl dd.double, #header #pc_menu #pc_panel dl dd.double + dd, #header #pc_menu #pc_panel dl li.double, #header #pc_menu #pc_panel dl li.double + dd, #header #pc_menu #pc_panel ul dd.double, #header #pc_menu #pc_panel ul dd.double + dd, #header #pc_menu #pc_panel ul li.double, #header #pc_menu #pc_panel ul li.double + dd {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header #pc_menu #pc_panel dl dd.double + dd + dd, #header #pc_menu #pc_panel dl dd.double + dd + dt, #header #pc_menu #pc_panel dl li.double + dd + dd, #header #pc_menu #pc_panel dl li.double + dd + dt, #header #pc_menu #pc_panel ul dd.double + dd + dd, #header #pc_menu #pc_panel ul dd.double + dd + dt, #header #pc_menu #pc_panel ul li.double + dd + dd, #header #pc_menu #pc_panel ul li.double + dd + dt {
  clear: both;
}
#header #pc_menu #pc_panel dl dd.low, #header #pc_menu #pc_panel dl li.low, #header #pc_menu #pc_panel ul dd.low, #header #pc_menu #pc_panel ul li.low {
  background: none;
  padding-left: 95px;
  border-left: solid 1px #887161;
  margin-left: 6px;
  margin-top: -5px;
  padding-top: 12px;
  position: relative;
}
#header #pc_menu #pc_panel dl dd.low:before, #header #pc_menu #pc_panel dl li.low:before, #header #pc_menu #pc_panel ul dd.low:before, #header #pc_menu #pc_panel ul li.low:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background: #887161;
}
#header #pc_menu #pc_panel dl dd.low a, #header #pc_menu #pc_panel dl li.low a, #header #pc_menu #pc_panel ul dd.low a, #header #pc_menu #pc_panel ul li.low a {
  position: relative;
  top: 10px;
  display: block;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  padding-bottom: 60px;
  background: url(../images/common/bg_contents.jpg);
}
@media only screen and (max-width: 640px) {
  #contents {
    padding-bottom: 0;
    -moz-background-size: 15.625% auto;
    -o-background-size: 15.625% auto;
    -webkit-background-size: 15.625% auto;
    background-size: 15.625% auto;
  }
  .lower #contents {
    padding-top: 5%;
    padding-bottom: 10%;
  }
}
#contents .topicpath {
  padding-top: 10px;
  padding-bottom: 34px;
}
#contents .topicpath li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#contents .topicpath li:before {
  content: '>';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 10px 0 6px;
}
#contents .topicpath li:first-child:before {
  content: none;
}
#contents .topicpath li a {
  color: #48000e;
}

/* -----------------------------------------------------------
	#search
----------------------------------------------------------- */
#search .overlay {
  display: none;
  position: fixed;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  background: url(../images/common/search/bg_search.png);
  z-index: 9997;
}
#search .con_search {
  display: none;
  position: fixed;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  top: 50%;
  margin-top: -170px;
  z-index: 9998;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #search .con_search {
    width: 95%;
    left: 2.5%;
    margin-left: 0;
    margin-top: -230px;
  }
}
#search .con_search .st {
  text-align: center;
  padding: 20px 0;
  background: #86805e;
}
#search .con_search .box_search {
  background: #fff;
  padding: 30px 40px;
  border: 7px solid #f0ebe4;
  border-top: none;
  overflow: hidden;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #search .con_search .box_search {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 640px) {
  #search .con_search .box_search {
    padding: 0;
  }
}
#search .con_search .box_search .search {
  float: left;
  width: 580px;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #search .con_search .box_search .search {
    float: none;
    width: auto;
  }
}
#search .con_search .box_search .search form #searchBox {
  overflow: hidden;
}
#search .con_search .box_search .search form #searchBox fieldset {
  float: left;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#search .con_search .box_search .search form #searchBox fieldset.checkin {
  width: 33%;
  padding-left: 0;
}
#search .con_search .box_search .search form #searchBox fieldset.checkin input:disabled {
  border: 1px solid rgba(0,0,0, .5);
  opacity: .5;
  cursor: default;
}
#search .con_search .box_search .search form #searchBox fieldset.no_checkin legend {
  display: block;
}
#search .con_search .box_search .search form #searchBox fieldset.no_checkin input {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: .3rem auto 0;
}
#search .con_search .box_search .search form #searchBox fieldset.nights {
  width: 13%;
}
#search .con_search .box_search .search form #searchBox fieldset.adults {
  width: 13%;
}
#search .con_search .box_search .search form #searchBox fieldset.rooms {
  width: 13%;
}
#search .con_search .box_search .search form #searchBox fieldset.btn_submit {
  width: 19.79167%;
}
#search .con_search .box_search .search form #searchBox fieldset.btn_submit p {
  cursor: pointer;
}
#search .con_search .box_search .search form #searchBox .field-button {
  float: left;
  width: 15%;
  padding-left: 10px;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #search .con_search .box_search .search form #searchBox .field-button {
    width: 84px;
  }
}
#search .con_search .box_search .search form #searchBox .field-button input {
  width: 100%;
}
#search .con_search .box_search .search form #searchBox fieldset input, #search .con_search .box_search .search form #searchBox fieldset select {
  width: 100%;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  font-size: 109%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
}
#search .con_search .box_search .search form #searchBox fieldset input {
  padding-left: 10px;
  cursor: default;
  background: url(../images/common/search/ic_calendar.png) no-repeat 11.2em 7px;
}
.ie8 #search .con_search .box_search .search form #searchBox fieldset select {
  height: auto;
  margin-top: 6px;
}
#search .con_search .box_search .search .btns {
  padding-top: 14px;
  border-top: 1px solid #4f4f4f;
  margin-top: 14px;
  padding-bottom: 15px;
}
#search .con_search .box_search .search .btns .btn_l {
  overflow: hidden;
}
#search .con_search .box_search .search .btns .btn_l li {
  float: left;
  margin-right: 12px;
}
#search .con_search .box_search .search .btns .btn_l li:last-child {
  margin-right: 0;
}
#search .con_search .box_search .search .btns .btn_s {
  margin-top: 15px;
  line-height: 1;
  padding-left: 1em;
  background: url(../images/common/icon_nav.png) no-repeat 0 center;
}
#search .con_search .box_search .img_best {
  float: right;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #search .con_search .box_search .img_best {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px 0;
    border: 3px solid #82704e;
  }
}
#search .con_search .box_search .box_tel {
  text-align: center;
  padding-top: 13px;
  border-top: 1px solid #cacaca;
  clear: both;
}
#search .con_search .box_search .btn_close {
  position: absolute;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  position: relative;
  z-index: 1;
}
#footer .con_bn {
  background: url(../images/footer/bg_f_bn.jpg);
}
#footer .con_bn ul {
  overflow: hidden;
  padding: 20px 0;
}
#footer .con_bn ul li {
  float: left;
  margin-left: 10px;
}
#footer .con_bn ul li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #footer .con_bn ul li {
    width: 24%;
    margin-left: 1.3333%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 840px) {
  #footer .con_bn ul {
    width: 80%;
  }
  #footer .con_bn ul li {
    width: 44%;
    margin-left: 8%;
  }
  #footer .con_bn ul li:first-child + li + li {
    margin-left: 0;
  }
  #footer .con_bn ul li:first-child, #footer .con_bn ul li:first-child + li {
    margin-bottom: 10px;
  }
  #footer .con_bn ul li img {
    max-width: none;
    width: 100%;
  }
}
#footer .con_footer {
  position: relative;
  z-index: 0;
  padding-top: 20px;
  background: url(../images/common/bg_shadow.png) repeat-x 0 0;
}
@media only screen and (max-width: 640px) {
  #footer .con_footer {
    padding-top: 0;
    background: none;
    margin-top: 5.46875%;
  }
  #footer .con_footer .wrap_footer {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 641px) {
  #footer .con_footer .btn_ptop {
    position: fixed;
    bottom: 10%;
    right: 40px;
    z-index: 1500;
    display: none;
  }
}
@media print {
  #footer .con_footer .btn_ptop {
    position: fixed;
    bottom: 10%;
    right: 40px;
    z-index: 1500;
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .btn_ptop {
    display: block !important;
    text-align: center;
  }
  #footer .con_footer .btn_ptop img {
    width: 18.75%;
  }
}
#footer .con_footer .box_footer {
  margin-top: 40px;
  overflow: hidden;
}
#footer .con_footer .box_footer .box_inf {
  float: left;
}
#footer .con_footer .box_footer .box_inf p, #footer .con_footer .box_footer .box_inf address {
  display: inline-block;
  vertical-align: top;
}
.ie8 #footer .con_footer .box_footer .box_inf p img, .ie8 #footer .con_footer .box_footer .box_inf address img {
  background: #fff;
}
#footer .con_footer .box_footer .box_inf address {
  margin-left: 20px;
}
#footer .con_footer .box_footer .box_inf address img {
  margin-top: 5px;
}
.ie8 #footer .con_footer .box_footer .box_inf .flogo img {
  background: #fff;
}
@media only screen and (max-width: 1040px) {
  #footer .con_footer .box_footer .box_inf {
    float: none;
    text-align: center;
  }
  #footer .con_footer .box_footer .box_inf address {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .box_footer .box_inf p, #footer .con_footer .box_footer .box_inf address {
    display: block;
  }
  #footer .con_footer .box_footer .box_inf .flogo img {
    width: 31.89655%;
  }
  #footer .con_footer .box_footer .box_inf address {
    margin-left: 0;
    text-align: center;
    margin-top: 1.2em;
    line-height: 1;
  }
  #footer .con_footer .box_footer .box_inf address img {
    margin-top: .8em;
    width: 60.34483%;
  }
}
#footer .con_footer .box_footer .box_links {
  float: right;
}
#footer .con_footer .box_footer .box_links p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#footer .con_footer .box_footer .box_links p.links {
  margin-left: 20px;
}
#footer .con_footer .box_footer .box_links p.links a {
  display: block;
  line-height: 1.8;
  text-decoration: none !important;
  color: #462515;
  padding-left: 1em;
  background: url(../images/common/icon_nav.png) no-repeat 0 center;
}
.mouse #footer .con_footer .box_footer .box_links p.links a:hover, .touch #footer .con_footer .box_footer .box_links p.links a.touchstart {
  text-decoration: underline !important;
}
.touch #footer .con_footer .box_footer .box_links p.links a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_footer .box_footer .box_links p.links a.touchend {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
@media only screen and (max-width: 1040px) {
  #footer .con_footer .box_footer .box_links {
    float: none;
    margin-top: 30px;
    text-align: center;
  }
}
#footer .con_footer .box_nav {
  position: relative;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .box_nav {
    margin-top: 5.83333%;
  }
}
@media only screen and (min-width: 641px) {
  #footer .con_footer .box_nav {
    background: url(../images/footer/bg_nav.png);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 10px;
  }
}
@media print {
  #footer .con_footer .box_nav {
    background: url(../images/footer/bg_nav.png);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 10px;
  }
}
.ie8 #footer .con_footer .box_nav {
  max-width: 980px;
}
#footer .con_footer .box_nav .box_main {
  overflow: hidden;
}
#footer .con_footer .box_nav .box_main > li {
  float: left;
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1em;
}
#footer .con_footer .box_nav .box_main > li:first-child {
  padding-left: 0;
}
#footer .con_footer .box_nav .box_main > li a {
  text-decoration: none !important;
  letter-spacing: 0;
}
.mouse #footer .con_footer .box_nav .box_main > li a:hover, .touch #footer .con_footer .box_nav .box_main > li a.touchstart {
  text-decoration: underline !important;
}
.touch #footer .con_footer .box_nav .box_main > li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_footer .box_nav .box_main > li a.touchend {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
#footer .con_footer .box_nav .box_main > li p {
  font-weight: bold;
  margin-bottom: .7em;
  padding-left: 1em;
  background: url(../images/common/icon_nav.png) no-repeat 0 center;
}
#footer .con_footer .box_nav .box_main > li ul {
  padding-left: 1em;
  border-left: 1px dotted #d2c2a9;
  margin-left: .5em;
  margin-bottom: 2em;
}
#footer .con_footer .box_nav .box_main > li ul li {
  margin-top: .5em;
}
#footer .con_footer .box_nav .box_main > li ul li:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #footer .con_footer .box_nav .box_main > li {
    width: 33.3333%;
    padding-bottom: 1em;
  }
  #footer .con_footer .box_nav .box_main > li:first-child + li + li + li {
    clear: both;
    margin-left: 0;
    padding-left: 0;
  }
  #footer .con_footer .box_nav .box_main > li p {
    margin-bottom: .5em;
  }
  #footer .con_footer .box_nav .box_main > li ul {
    margin-bottom: 1.5em;
  }
  #footer .con_footer .box_nav .box_main > li ul li {
    margin-top: .3em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #footer .con_footer .box_nav .wrap_sub {
    position: absolute;
    left: 66.6666%;
    top: 22em;
  }
  #footer .con_footer .box_nav .wrap_sub [class^="box_sub"] {
    margin: 0 !important;
  }
  #footer .con_footer .box_nav .wrap_sub [class^="box_sub"] ul {
    text-align: left;
    display: block;
  }
  #footer .con_footer .box_nav .wrap_sub [class^="box_sub"] ul li {
    float: none;
    border: 0 !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-bottom: .8em;
  }
  #footer .con_footer .box_nav .wrap_sub [class^="box_sub"] ul li:before {
    content: "";
    font-family: FontAwesome;
    vertical-align: middle;
    margin-right: .3em;
    margin-right: .3em;
  }
}
#footer .con_footer .box_nav [class^="box_sub"] {
  text-align: center;
}
#footer .con_footer .box_nav [class^="box_sub"] ul {
  display: inline-block;
}
#footer .con_footer .box_nav [class^="box_sub"] ul li {
  float: left;
  padding-right: 6px;
  border-right: 1px solid #333;
  margin-right: 6px;
  line-height: 1;
}
#footer .con_footer .box_nav [class^="box_sub"] ul li a {
  line-height: 1.3;
  text-decoration: none !important;
}
.mouse #footer .con_footer .box_nav [class^="box_sub"] ul li a:hover, .touch #footer .con_footer .box_nav [class^="box_sub"] ul li a.touchstart {
  text-decoration: underline !important;
}
.touch #footer .con_footer .box_nav [class^="box_sub"] ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_footer .box_nav [class^="box_sub"] ul li a.touchend {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
#footer .con_footer .box_nav [class^="box_sub"] ul li:first-child {
  padding-left: 6px;
  border-left: 1px solid #333;
  margin-left: 6px;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #footer .con_footer .box_nav [class^="box_sub"] ul li {
    font-size: 84%;
  }
}
#footer .con_footer .box_nav [class^="box_sub"].box_sub1 {
  margin: 15px 0 12px;
}
#footer .con_footer .box_nav #copyright {
  text-align: center;
  color: #333;
  font-size: 109%;
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .box_nav #copyright {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .box_nav #copyright {
    font-size: 91%;
  }
}
#footer .con_footer .bg {
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .bg {
    position: static;
  }
}
@media only screen and (min-width: 641px) {
  #footer .con_footer .bg img {
    max-width: none;
    position: relative;
    left: 50%;
    margin-left: -1000px;
  }
}
@media print {
  #footer .con_footer .bg img {
    max-width: none;
    position: relative;
    left: 50%;
    margin-left: -1000px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #footer .con_footer .bg img {
    margin-left: -510px;
  }
}

/* -----------------------------------------------------------
	#menu
----------------------------------------------------------- */
#menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  border-top: 2px solid #a6937c;
  line-height: 1;
  overflow: hidden;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2MjUxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI1MTQwYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #462515), color-stop(100%, #25140b));
  background: -moz-linear-gradient(#462515, #25140b);
  background: -webkit-linear-gradient(#462515, #25140b);
  background: linear-gradient(#462515, #25140b);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF462515', endColorstr='#FF25140B');
  font-size: small;
}
#menu.wed li {
  width: 20%;
}
@media only screen and (max-width: 640px) {
  #menu.wed li.menu_lst span em {
    line-height: 2;
  }
}
#menu.wed li.menu_lst span:before {
  content: "";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: .3em;
}
@media only screen and (max-width: 640px) {
  .hide #menu.wed li.menu_lst span:after {
    line-height: 2;
  }
}
@media only screen and (max-width: 640px) {
  #menu.wed li.menu_acc a em {
    line-height: 2;
  }
}
@media only screen and (max-width: 640px) {
  #menu.wed li.menu_tel a em {
    line-height: 2;
  }
}
#menu li {
  font-size: 92%;
  width: 25%;
  float: left;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #menu li.menu_tel {
    display: none;
  }
}
#menu li a, #menu li span {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  padding: 40px 0 7px;
  border-right: 1px solid #d9d2d2;
  text-decoration: none;
  position: relative;
}
#menu li a:before, #menu li span:before {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 10px;
  left: 0;
  font-size: 182%;
}
#menu li a em, #menu li span em {
  display: block;
}
#menu li.menu_lst span:before {
  content: "";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: .3em;
}
.hide #menu li.menu_lst span:before {
  content: "";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: .3em;
}
.hide #menu li.menu_lst span em {
  text-indent: -9999px;
}
.hide #menu li.menu_lst span:after {
  content: 'CLOSE';
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
#menu li.menu_acc a:before {
  content: "";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: .3em;
}
#menu li.menu_tel a:before {
  content: "";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: .3em;
}
#menu li.menu_rsv a {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2MDAxYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2MDAwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #66001c), color-stop(100%, #36000f));
  background: -moz-linear-gradient(#66001c, #36000f);
  background: -webkit-linear-gradient(#66001c, #36000f);
  background: linear-gradient(#66001c, #36000f);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF66001C', endColorstr='#FF36000F');
}
#menu li.menu_rsv a:before {
  content: "";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: .3em;
}
@media only screen and (max-width: 640px) {
  #menu li.menu_rsv a {
    border-right: 0;
  }
}
#menu li.menu_fai a {
  background: linear-gradient(#9e5a4f 0%, #9e5a4f 35%, #8e4336 55%);
}
#menu li.menu_fai a:before {
  content: "";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: .3em;
}
#menu li.menu_con a {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2MDAxYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2MDAwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #66001c), color-stop(100%, #36000f));
  background: -moz-linear-gradient(#66001c, #36000f);
  background: -webkit-linear-gradient(#66001c, #36000f);
  background: linear-gradient(#66001c, #36000f);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF66001C', endColorstr='#FF36000F');
}
#menu li.menu_con a:before {
  content: "";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: .3em;
}
@media only screen and (max-width: 640px) {
  #menu li.menu_con a {
    border-right: 0;
  }
}
#menu li.menu_top a {
  border-right: 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlYzRiOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FiOWU5MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cec4b9), color-stop(100%, #ab9e90));
  background: -moz-linear-gradient(#cec4b9, #ab9e90);
  background: -webkit-linear-gradient(#cec4b9, #ab9e90);
  background: linear-gradient(#cec4b9, #ab9e90);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCEC4B9', endColorstr='#FFAB9E90');
}
#menu li.menu_top a:before {
  content: "";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: .3em;
}

#menuList {
  position: fixed;
  left: -100px;
  top: -100px;
  width: 100%;
  height: 100%;
  border: 100px solid transparent;
  background: #e0d6c9;
  display: none;
  z-index: 9999;
}
#menuList .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 57px solid transparent;
  overflow-y: scroll;
}
#menuList .inner .box_st {
  padding: 0.46875%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2MjUxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI1MTQwYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #462515), color-stop(100%, #25140b));
  background: -moz-linear-gradient(#462515, #25140b);
  background: -webkit-linear-gradient(#462515, #25140b);
  background: linear-gradient(#462515, #25140b);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF462515', endColorstr='#FF25140B');
  text-align: right;
  position: relative;
  overflow: hidden;
}
#menuList .inner .box_st .close {
  position: relative;
  z-index: 10;
  float: right;
  width: 12.46057%;
  cursor: pointer;
}
#menuList .inner .box_st .st {
  position: absolute;
  top: 50%;
  line-height: 1;
  margin-top: -.5em;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 164%;
}
#menuList .inner .box_st .st span {
  vertical-align: middle;
}
#menuList .inner .box_st .st:before {
  content: "";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: .3em;
}
#menuList .inner .box_menu {
  width: 96%;
  margin: 4.6875% auto 0;
  overflow: hidden;
  padding-bottom: 4.6875%;
}
#menuList .inner .box_menu li {
  width: 49%;
  float: left;
  padding: .5%;
}
#menuList .inner .box_menu li.btn1 {
  float: none;
  width: auto;
  padding-bottom: 1.66667%;
}
#menuList .inner .box_menu li.btn1 a {
  display: block;
  height: auto;
  color: #fff;
  text-align: center;
  width: auto;
  padding: 4.16667% 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiMDgyMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM5MDQxMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6b0823), color-stop(100%, #390413));
  background: -moz-linear-gradient(#6b0823, #390413);
  background: -webkit-linear-gradient(#6b0823, #390413);
  background: linear-gradient(#6b0823, #390413);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6B0823', endColorstr='#FF390413');
}
#menuList .inner .box_menu li.btn1_bri {
  float: none;
  width: auto;
  padding-bottom: 1.66667%;
}
#menuList .inner .box_menu li.btn1_bri a {
  display: block;
  height: auto;
  color: #fff;
  text-align: center;
  width: auto;
  padding: 4.16667% 0;
  background: linear-gradient(#9e5a4f 0%, #9e5a4f 49%, #8e4336 51%, #9d584d 100%);
}
#menuList .inner .box_menu li.btn2 {
  float: none;
  clear: both;
  width: auto;
  padding-top: 1.66667%;
}
#menuList .inner .box_menu li.btn2 a {
  display: block;
  height: auto;
  color: #fff;
  text-align: center;
  width: auto;
  padding: 4.16667% 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiMDgyMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM5MDQxMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6b0823), color-stop(100%, #390413));
  background: -moz-linear-gradient(#6b0823, #390413);
  background: -webkit-linear-gradient(#6b0823, #390413);
  background: linear-gradient(#6b0823, #390413);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6B0823', endColorstr='#FF390413');
}
#menuList .inner .box_menu li.last {
  width: 99%;
}
#menuList .inner .box_menu li.last .wrap {
  padding: 0 1.25%;
}
#menuList .inner .box_menu li.last .wrap img {
  width: 12%;
}
#menuList .inner .box_menu li a {
  background: #fff;
  display: table;
  width: 100%;
  height: 4em;
  text-decoration: none;
}
#menuList .inner .box_menu li a .wrap {
  display: table-cell;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.44828%;
  vertical-align: middle;
}
#menuList .inner .box_menu li a .wrap img, #menuList .inner .box_menu li a .wrap span {
  display: inline-block;
  vertical-align: middle;
}
#menuList .inner .box_menu li a .wrap img {
  width: 22.22222%;
}
#menuList .inner .btn_close {
  text-align: center;
  padding: 4.6875% 0;
}
#menuList .inner .btn_close img {
  width: 12.34375%;
  cursor: pointer;
}

/* -----------------------------------------------------------
	#modal
----------------------------------------------------------- */
#modal {
  display: none;
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#modal #overlay {
  position: fixed;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: url(../images/common/bg_dg80.png);
}
#modal #viewport {
  position: relative;
  z-index: 10;
  max-width: 95%;
  padding: 2.5%;
  display: inline-block !important;
}
#modal #viewport > * {
  display: inline-block !important;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
@media only screen and (min-width: 641px) {
  html.lower #header h2 {
    padding-top: 4px;
    position: relative;
    z-index: 0;
  }
  html.lower #header h2:before {
    content: '';
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: url(../images/common/bg_shadow.png) repeat-x;
  }
  html.lower #header h2 img {
    position: relative;
    z-index: -1;
  }
}
@media print {
  html.lower #header h2 {
    padding-top: 4px;
    position: relative;
    z-index: 0;
  }
  html.lower #header h2:before {
    content: '';
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: url(../images/common/bg_shadow.png) repeat-x;
  }
  html.lower #header h2 img {
    position: relative;
    z-index: -1;
  }
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic, table.tbl_basic2 {
  width: 100%;
}
table.tbl_basic caption, table.tbl_basic2 caption {
  font-size: 150%;
  border-bottom: 1px dotted #432f24;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #311f18;
}
@media only screen and (max-width: 640px) {
  table.tbl_basic caption, table.tbl_basic2 caption {
    font-size: 125%;
    padding-bottom: .1em;
    margin-bottom: .3em;
  }
}
@media only screen and (max-width: 1040px) {
  table.tbl_basic, table.tbl_basic2 {
    border-top: 1px solid #b8a69f;
  }
}
table.tbl_basic td, table.tbl_basic2 td {
  background: #fff;
  font-size: 109%;
}
@media only screen and (max-width: 1040px) {
  table.tbl_basic td, table.tbl_basic2 td {
    font-size: 92%;
    padding: 0.5em 1em !important;
    border-top: none !important;
    background: #F9F6F4;
  }
}
table.tbl_basic th, table.tbl_basic2 th {
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #432f24;
  font-weight: normal;
  font-size: 117%;
  width: 9em;
}
@media only screen and (max-width: 1040px) {
  table.tbl_basic th, table.tbl_basic2 th {
    text-align: left;
    font-size: 100%;
    padding: .5em !important;
    color: #432f24;
    background: #dfd4c2;
    border-top: none !important;
    border-bottom: 1px dotted #b8a69f !important;
  }
}
table.tbl_basic th, table.tbl_basic2 th, table.tbl_basic td, table.tbl_basic2 td {
  border: 1px solid #c3c3c6;
  padding: 1em .7em;
}
table.tbl_basic th img, table.tbl_basic2 th img, table.tbl_basic th span, table.tbl_basic2 th span, table.tbl_basic td img, table.tbl_basic2 td img, table.tbl_basic td span, table.tbl_basic2 td span {
  vertical-align: middle;
}
table.tbl_basic th img, table.tbl_basic2 th img, table.tbl_basic td img, table.tbl_basic2 td img {
  margin: 0 .5em;
}
@media only screen and (max-width: 1040px) {
  table.tbl_basic th, table.tbl_basic2 th, table.tbl_basic td, table.tbl_basic2 td {
    border: 1px solid #b8a69f;
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: both;
  }
}

table.tbl_basic2 th {
  background: #a6937c;
}

/* -----------------------------------------------------------
	パーツ
----------------------------------------------------------- */
@media only screen and (min-width: 641px) {
  .temp_st1 {
    text-align: center;
    padding-top: 4px;
    position: relative;
    z-index: 0;
  }
  .temp_st1:before {
    content: '';
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: url(../images/common/bg_shadow.png) repeat-x;
  }
  .temp_st1 img {
    position: relative;
    z-index: -1;
  }
}
@media print {
  .temp_st1 {
    text-align: center;
    padding-top: 4px;
    position: relative;
    z-index: 0;
  }
  .temp_st1:before {
    content: '';
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: url(../images/common/bg_shadow.png) repeat-x;
  }
  .temp_st1 img {
    position: relative;
    z-index: -1;
  }
}

.temp_st2 {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .temp_st2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.temp_st3 {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .temp_st3 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.temp_st4 {
  text-align: center;
}
.temp_st4 img, .temp_st4 span {
  vertical-align: middle;
}
.temp_st4 img {
  margin-right: 17px;
}
.temp_st4 span {
  font-size: 150%;
  font-weight: normal;
  color: #603c37;
}
@media only screen and (max-width: 640px) {
  .temp_st4 img {
    margin-right: .8em;
    width: 1.6em;
  }
  .temp_st4 span {
    font-size: 117%;
  }
}

.temp_bn1 {
  width: 340px;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_bn1 {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_bn1 {
    width: 100%;
  }
}
.mouse .temp_bn1:hover a, .touch .temp_bn1.touchstart a {
  background: #443026;
  color: #fff;
}
.temp_bn1.active a {
  background: #443026;
  color: #fff;
}
.touch .temp_bn1 {
  -webkit-tap-highlight-color: transparent;
}
.touch .temp_bn1.touchend {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.temp_bn1.active a {
  cursor: default;
}
.temp_bn1 a {
  display: block;
  border: 3px solid #e5d8cf;
  font-size: 117%;
  background: #fff;
  color: #311102;
  -moz-transition: background 200ms, color 200ms, border 200ms;
  -o-transition: background 200ms, color 200ms, border 200ms;
  -webkit-transition: background 200ms, color 200ms, border 200ms;
  transition: background 200ms, color 200ms, border 200ms;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_bn1 a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_bn1 a {
    font-size: 109%;
    border-width: 2px;
  }
}
.temp_bn1 a img, .temp_bn1 a span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_bn1 a img {
    width: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .temp_bn1 a img {
    width: 21.66667%;
  }
}
.temp_bn1 a span {
  padding: 0 0 0 .6em;
}
.temp_bn1 a span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 1em;
  width: 1em;
  background: url(../images/common/icon_nav.png) no-repeat 0 center;
}
.temp_bn1 a em {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.2;
}
.temp_bn1 a small {
  font-size: 86%;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_bn1 a small {
    font-size: 92%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_bn1 a small {
    font-size: 93%;
  }
}

.temp_bn2 {
  overflow: hidden;
}
.temp_bn2 .inner {
  float: left;
  width: 440px;
}
@media only screen and (max-width: 640px) {
  .temp_bn2 .inner {
    width: auto;
  }
}
.temp_bn2 .inner a {
  display: block;
  text-decoration: none;
  border-bottom: 4px solid #6b5446;
}
.temp_bn2 .inner a span {
  display: block;
  text-align: center;
  color: #fff;
  padding: 1.5em 0 1em;
  font-size: 150%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlMjAxZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI0MGYwZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e201e), color-stop(100%, #240f0d));
  background: -moz-linear-gradient(#3e201e, #240f0d);
  background: -webkit-linear-gradient(#3e201e, #240f0d);
  background: linear-gradient(#3e201e, #240f0d);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3E201E', endColorstr='#FF240F0D');
}
.temp_bn2 .inner a span:before {
  content: "";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-right: .3em;
}
@media only screen and (max-width: 640px) {
  .temp_bn2 .inner a {
    border-bottom-width: 2px;
  }
  .temp_bn2 .inner a img {
    max-width: none;
    width: 100%;
  }
  .temp_bn2 .inner a span {
    font-size: 109%;
    padding: .7em 0;
  }
}
.temp_bn2 .inner .txt {
  font-size: 109%;
  margin-top: 1em;
}
@media only screen and (max-width: 640px) {
  .temp_bn2 .inner .txt {
    font-size: 100%;
    margin-top: .7em;
  }
}

.temp_news_blog .wrap_news_blog {
  overflow: hidden;
  margin-top: 35px;
}
@media only screen and (max-width: 640px) {
  .temp_news_blog .wrap_news_blog {
    margin-top: 4.6875%;
  }
}
@media only screen and (min-width: 1041px) {
  .temp_news_blog .wrap_news_blog > div {
    width: 480px;
    float: left;
  }
  .temp_news_blog .wrap_news_blog > div:first-child {
    margin-right: 60px;
  }
}
@media print {
  .temp_news_blog .wrap_news_blog > div {
    width: 480px;
    float: left;
  }
  .temp_news_blog .wrap_news_blog > div:first-child {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_news_blog .wrap_news_blog > div:first-child {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .temp_news_blog .wrap_news_blog > div:first-child {
    margin-bottom: 11.66667%;
  }
}
@media only screen and (min-width: 1041px) {
  .temp_news_blog .wrap_news_blog > div.one {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .temp_news_blog .wrap_news_blog > div.one ul {
    overflow: hidden;
    margin-right: -60px;
  }
  .temp_news_blog .wrap_news_blog > div.one ul li {
    width: 480px;
    float: left;
    margin-right: 60px;
  }
  .temp_news_blog .wrap_news_blog > div.one ul li:first-child a, .temp_news_blog .wrap_news_blog > div.one ul li:first-child + li a {
    background: #fbf7f1 !important;
  }
  .temp_news_blog .wrap_news_blog > div.one ul li:first-child + li + li a, .temp_news_blog .wrap_news_blog > div.one ul li:first-child + li + li + li a {
    background: #EFE5DF !important;
  }
  .temp_news_blog .wrap_news_blog > div.one ul li:first-child + li + li, .temp_news_blog .wrap_news_blog > div.one ul li:first-child + li + li + li + li, .temp_news_blog .wrap_news_blog > div.one ul li:first-child + li + li + li + li + li + li, .temp_news_blog .wrap_news_blog > div.one ul li:first-child + li + li + li + li + li + li + li + li {
    clear: both;
  }
}
@media print {
  .temp_news_blog .wrap_news_blog > div.one {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .temp_news_blog .wrap_news_blog > div.one ul {
    overflow: hidden;
    margin-right: -60px;
  }
  .temp_news_blog .wrap_news_blog > div.one ul li {
    width: 480px;
    float: left;
    margin-right: 60px;
  }
  .temp_news_blog .wrap_news_blog > div.one ul li:first-child a, .temp_news_blog .wrap_news_blog > div.one ul li:first-child + li a {
    background: #fbf7f1 !important;
  }
  .temp_news_blog .wrap_news_blog > div.one ul li:first-child + li + li a, .temp_news_blog .wrap_news_blog > div.one ul li:first-child + li + li + li a {
    background: #EFE5DF !important;
  }
  .temp_news_blog .wrap_news_blog > div.one ul li:first-child + li + li, .temp_news_blog .wrap_news_blog > div.one ul li:first-child + li + li + li + li, .temp_news_blog .wrap_news_blog > div.one ul li:first-child + li + li + li + li + li + li, .temp_news_blog .wrap_news_blog > div.one ul li:first-child + li + li + li + li + li + li + li + li {
    clear: both;
  }
}
.temp_news_blog .wrap_news_blog > div ul {
  padding: 25px 0;
}
@media only screen and (max-width: 640px) {
  .temp_news_blog .wrap_news_blog > div ul {
    padding: 3.44828% 0 5.17241%;
  }
}
.temp_news_blog .wrap_news_blog > div ul li:first-child a, .temp_news_blog .wrap_news_blog > div ul li:first-child + li + li a {
  background: #fbf7f1;
}
.temp_news_blog .wrap_news_blog > div ul li a {
  display: block;
  text-decoration: none;
  background: #efe5df;
  padding: 13px;
  border-bottom: 1px dotted #b7a795;
  overflow: hidden;
}
.temp_news_blog .wrap_news_blog > div ul li a .img {
  width: 80px;
  padding: 2px;
  background: #fff;
  border: 2px solid #9b8e7e;
  float: left;
}
.temp_news_blog .wrap_news_blog > div ul li a .box_det {
  float: right;
  width: 350px;
}
.temp_news_blog .wrap_news_blog > div ul li a .box_det .inf {
  line-height: 1;
  padding: 10px 0;
}
.temp_news_blog .wrap_news_blog > div ul li a .box_det .inf span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 109%;
  padding: 3px 0;
}
.temp_news_blog .wrap_news_blog > div ul li a .box_det .inf span.date {
  color: #1f0c00;
}
.temp_news_blog .wrap_news_blog > div ul li a .box_det .txt {
  color: #462515;
  font-size: 117%;
}
@media only screen and (max-width: 1040px) {
  .temp_news_blog .wrap_news_blog > div ul li a .box_det {
    float: right;
    min-height: 88px;
    width: 87%;
  }
  .temp_news_blog .wrap_news_blog > div ul li a .img {
    float: left;
    width: 10%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_news_blog .wrap_news_blog > div ul li a {
    padding: 3.44828%;
  }
  .temp_news_blog .wrap_news_blog > div ul li a .box_det {
    padding-left: 0;
    min-height: 0;
    width: auto;
    float: none;
  }
  .temp_news_blog .wrap_news_blog > div ul li a .box_det .inf {
    padding: 0 0 1.72414%;
  }
  .temp_news_blog .wrap_news_blog > div ul li a .box_det .inf span {
    font-size: 110%;
  }
  .temp_news_blog .wrap_news_blog > div ul li a .box_det .txt {
    font-size: 110%;
  }
}
.temp_news_blog .wrap_news_blog > div .btn {
  text-align: right;
}

.temp_plan {
  background: url(../images/home/bg_plan.jpg);
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .temp_plan {
    background: #3e291e;
  }
}
@media only screen and (max-width: 640px) {
  .temp_plan {
    padding-bottom: 7.03125%;
  }
}
@media only screen and (min-width: 641px) {
  .temp_plan h3 {
    text-align: center;
    background: url(../images/home/bg_plan_st.png);
    padding: 5px 0 28px;
    position: relative;
  }
  .temp_plan h3:before, .temp_plan h3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    border-top: 2px solid #776045;
    border-bottom: 1px solid #776045;
  }
  .temp_plan h3:after {
    top: auto;
    bottom: 0;
    border-bottom-width: 2px;
    border-top-width: 1px;
  }
}
@media print {
  .temp_plan h3 {
    text-align: center;
    background: url(../images/home/bg_plan_st.png);
    padding: 5px 0 28px;
    position: relative;
  }
  .temp_plan h3:before, .temp_plan h3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    border-top: 2px solid #776045;
    border-bottom: 1px solid #776045;
  }
  .temp_plan h3:after {
    top: auto;
    bottom: 0;
    border-bottom-width: 2px;
    border-top-width: 1px;
  }
}
.temp_plan .img_best {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .temp_plan .img_best img {
    width: 90.625%;
  }
}
.temp_plan ul {
  overflow: hidden;
  padding: 30px 0;
}
@media only screen and (max-width: 640px) {
  .temp_plan ul {
    padding: 1.5625% 0;
  }
}
@media only screen and (max-width: 640px) {
  .temp_plan ul {
    width: 90.625%;
  }
}
.temp_plan ul li {
  width: 500px;
  float: left;
  background: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #311f18;
  margin-top: 10px;
}
@media only screen and (min-width: 1041px) {
  .temp_plan ul li:first-child, .temp_plan ul li:first-child + li + li, .temp_plan ul li:first-child + li + li + li + li {
    margin-right: 20px;
    clear: both;
  }
}
@media print {
  .temp_plan ul li:first-child, .temp_plan ul li:first-child + li + li, .temp_plan ul li:first-child + li + li + li + li {
    margin-right: 20px;
    clear: both;
  }
}
.temp_plan ul li a {
  background: url(../images/home/bg_planbox.png);
  display: block;
  padding: 10px;
  text-decoration: none;
  border: 2px solid #a6937c;
  overflow: hidden;
}
.temp_plan ul li a .img {
  width: 190px;
  float: left;
  overflow: hidden;
  height: 135px;
}
.temp_plan ul li a .box_det {
  width: 260px;
  float: right;
}
.temp_plan ul li a .box_det .st {
  font-size: 125%;
  color: #603c37;
  font-weight: bold;
  padding: 10px 0;
}
.temp_plan ul li a .box_det .txt {
  font-size: 109%;
  line-height: 1.1;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.temp_plan ul li a .box_det .price {
  color: #603c37;
  padding-top: 10px;
  border-top: 3px double #e0dbd4;
  margin-top: 17px;
}
@media only screen and (max-width: 1040px) {
  #page .temp_plan ul li {
    float: none;
    width: auto;
    margin: 10px 0 0;
  }
  #page .temp_plan ul li:first-child {
    margin-top: 0;
  }
  #page .temp_plan ul li a {
    position: relative;
    height: auto !important;
  }
  #page .temp_plan ul li a .img {
    width: 170px;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
  }
  #page .temp_plan ul li a .box_det {
    float: none;
    width: auto;
    padding-left: 170px;
  }
}
@media only screen and (max-width: 640px) {
  #page .temp_plan ul li {
    margin-top: 1.72414%;
  }
  #page .temp_plan ul li a {
    padding: 2.58621%;
  }
  #page .temp_plan ul li a .img {
    width: 32.72727%;
    height: auto;
    border: 0;
    position: static;
    float: none;
  }
  #page .temp_plan ul li a .box_det {
    padding-left: 0;
  }
  #page .temp_plan ul li a .box_det .st {
    font-size: 119%;
    position: absolute;
    left: 38.18182%;
    top: 0;
    width: 60%;
    font-weight: normal;
  }
  #page .temp_plan ul li a .box_det .price {
    margin-top: 3.63636%;
    padding-top: 3.63636%;
    line-height: 1;
  }
}
.temp_plan .btn {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .temp_plan .btn img {
    width: 90.625%;
  }
}

.txt_planatt {
  text-align: center;
  margin-top: 1em;
}

.temp_contactBox.planNext {
  margin-top: 2em;
  max-width: 640px;
  width: 95%;
}
@media only screen and (max-width: 640px) {
  .temp_contactBox.planNext img {
    width: 59.5%;
  }
}

.temp_slider1 > div {
  position: relative;
  display: none;
}
.temp_slider1 > div:first-child {
  display: block;
}
.temp_slider1 > div .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  background: url(../images/common/bg_br80.png);
  line-height: 1;
  padding: .4em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 109%;
}
@media only screen and (max-width: 1040px) {
  .temp_slider1 > div .caption {
    font-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_slider1 > div .caption {
    line-height: 1.4;
    padding: .5em;
  }
}
.temp_slider1 .slick-dots {
  text-align: center;
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .temp_slider1 .slick-dots {
    margin-top: 0.5em;
  }
}
.temp_slider1 .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-indent: -9999px;
}
.temp_slider1 .slick-dots li button {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: #a6937c;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: -moz-transform 150ms ease, background 150ms ease;
  -o-transition: -o-transform 150ms ease, background 150ms ease;
  -webkit-transition: -webkit-transform 150ms ease, background 150ms ease;
  transition: transform 150ms ease, background 150ms ease;
}
.mouse .temp_slider1 .slick-dots li button:hover, .touch .temp_slider1 .slick-dots li button.touchstart {
  background: #634b40;
}
.touch .temp_slider1 .slick-dots li button {
  -webkit-tap-highlight-color: transparent;
}
.touch .temp_slider1 .slick-dots li button.touchend {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
@media only screen and (max-width: 640px) {
  .temp_slider1 .slick-dots li button {
    font-size: 100%;
    width: 1em;
    height: 1em;
    margin-left: 1em;
  }
}
.temp_slider1 .slick-dots li:first-child {
  margin-left: 0;
}
.temp_slider1 .slick-dots li.slick-active button {
  background: #462515;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.temp_slider1 .slick-dots li:first-child button {
  margin-left: 0;
}

.temp_int {
  max-width: 600px;
  margin: auto;
}
.temp_int h3 {
  text-align: center;
}
.temp_int .txt {
  padding: 15px 0 0;
}
@media only screen and (max-width: 640px) {
  .temp_int .txt {
    padding: 5% 3% 0;
  }
}
@media only screen and (max-width: 640px) {
  .temp_int {
    max-width: none;
    padding: 0 2.5%;
  }
}

.temp_wedOption {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px dotted #432f25;
}
@media only screen and (max-width: 640px) {
  .temp_wedOption {
    padding-top: 6.5%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_wedOption {
    margin-top: 6.5%;
  }
}
.temp_wedOption h4 {
  text-align: center;
}
.temp_wedOption .inner .txt_st {
  padding: 1em 0;
  text-align: center;
}
.temp_wedOption .inner .box_table {
  overflow: hidden;
}
@media only screen and (min-width: 1041px) {
  .temp_wedOption .inner .box_table table {
    float: left;
    width: 490px;
  }
  .temp_wedOption .inner .box_table table + table {
    float: right;
  }
}
@media print {
  .temp_wedOption .inner .box_table table {
    float: left;
    width: 490px;
  }
  .temp_wedOption .inner .box_table table + table {
    float: right;
  }
}
.temp_wedOption .inner .box_link {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .temp_wedOption .inner .box_link {
    margin-top: 6.5%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_wedOption .inner .box_link .txt1 {
    text-align: left;
  }
}
.temp_wedOption .inner .box_link span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 640px) {
  .temp_wedOption .inner .box_link {
    font-size: 84%;
  }
}
.temp_wedOption .inner .box_link .btn {
  margin: 1.5em 0 2em;
}
@media only screen and (max-width: 640px) {
  .temp_wedOption .inner .box_link .btn {
    margin: 1em 0 1em;
  }
}

.wrap_nav {
  background: #a6937c;
}
.wrap_nav .inner .temp_nav .st {
  text-align: center;
  color: #fff;
  font-size: 125%;
  padding: 0 0 0.4em;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .wrap_nav .inner .temp_nav .st {
    padding: 10px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .wrap_nav .inner .temp_nav .st {
    padding: 0.5em 0 0;
  }
}
.wrap_nav .inner .temp_nav ul {
  width: auto;
  max-width: none;
}
@media only screen and (min-width: 1041px) {
  .wrap_nav .inner {
    padding: 6px 0;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1041px) and (max-width: 640px) {
  .wrap_nav .inner {
    padding: 2.5% 0;
  }
}
@media only screen and (min-width: 1041px) {
  .wrap_nav .inner .temp_nav.col2 {
    width: 480px;
    float: left;
  }
  .wrap_nav .inner .temp_nav.col2 + .col2 {
    float: right;
  }
  .wrap_nav .inner .temp_nav ul {
    padding: 0;
  }
}
@media print {
  .wrap_nav .inner {
    padding: 6px 0;
    overflow: hidden;
  }
  .wrap_nav .inner .temp_nav.col2 {
    width: 480px;
    float: left;
  }
  .wrap_nav .inner .temp_nav.col2 + .col2 {
    float: right;
  }
  .wrap_nav .inner .temp_nav ul {
    padding: 0;
  }
}

.temp_nav {
  background: #a6937c;
}
.temp_nav.noImg ul li a {
  font-size: 109%;
}
.temp_nav.noImg ul li a span {
  padding: 1em 0em 1em 1em;
}
.temp_nav ul {
  padding: 6px 0;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .temp_nav ul {
    padding: 2.5% 0;
  }
}
.temp_nav ul li {
  float: left;
  margin-top: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 6px;
}
.temp_nav ul li.first {
  padding-left: 0;
}
@media only screen and (min-width: 1041px) {
  .temp_nav ul li.first {
    clear: both;
  }
}
@media print {
  .temp_nav ul li.first {
    clear: both;
  }
}
.temp_nav ul li.col6 {
  width: 16.65%;
}
.temp_nav ul li.col5 {
  width: 20%;
}
.temp_nav ul li.col4 {
  width: 25%;
}
.temp_nav ul li.col2 {
  width: 50%;
}
.temp_nav ul li.col3 {
  width: 33.3333%;
}
.temp_nav ul li.row1 {
  margin-top: 0;
}
.mouse .temp_nav ul li a:hover, .touch .temp_nav ul li a.touchstart {
  border-color: #e5d8cf;
}
.touch .temp_nav ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .temp_nav ul li a.touchend {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #page .temp_nav ul li {
    width: 50%;
    padding: 0 3px;
    margin-top: 6px;
  }
  #page .temp_nav ul li:first-child, #page .temp_nav ul li:first-child + li {
    margin-top: 0;
  }
  #page .temp_nav ul li:first-child + li + li, #page .temp_nav ul li:first-child + li + li + li + li, #page .temp_nav ul li:first-child + li + li + li + li + li + li, #page .temp_nav ul li:first-child + li + li + li + li + li + li + li + li, #page .temp_nav ul li:first-child + li + li + li + li + li + li + li + li + li + li, #page .temp_nav ul li:first-child + li + li + li + li + li + li + li + li + li + li + li + li, #page .temp_nav ul li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
    clear: both;
  }
}
@media only screen and (max-width: 640px) {
  #page .temp_nav ul li {
    float: none;
    width: auto;
    padding: 0;
    margin-top: 1.25%;
  }
  #page .temp_nav ul li:first-child {
    margin-top: 0;
  }
}
.temp_nav ul .temp_bn1 a span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 1em;
  width: 1em;
  background: url(../images/common/icon_nav2.png) no-repeat 0 center;
}
@media only screen and (min-width: 641px) {
  .temp_nav select {
    display: none;
  }
}
@media print {
  .temp_nav select {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .temp_nav {
    padding: 1em 0;
  }
  .temp_nav ul {
    display: none;
  }
  .temp_nav select {
    display: block;
    width: 95%;
    margin: auto;
    display: block;
    height: 3em;
  }
}

.temp_contactBox {
  max-width: 940px;
  margin: auto;
  width: 95%;
}
.temp_contactBox .txt_att {
  text-align: center;
  margin-bottom: 1em;
}
.temp_contactBox .inner {
  background: #fff;
  padding: 20px;
  border: 6px solid #e5d7cc;
}
@media only screen and (max-width: 640px) {
  .temp_contactBox .inner {
    padding: 3%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_contactBox .inner {
    border: 2px solid #e5d7cc;
  }
}
.temp_contactBox .inner .box_t {
  text-align: center;
}
.temp_contactBox .inner .box_t p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.temp_contactBox .inner .box_t p.st {
  margin-right: 1em;
  font-size: 150%;
  color: #311102;
  font-weight: normal;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_contactBox .inner .box_t p.st {
    font-size: 142%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_contactBox .inner .box_t p.st {
    font-size: 146%;
  }
}
@media only screen and (max-width: 1040px) {
  .temp_contactBox .inner .box_t p {
    display: block;
  }
  .temp_contactBox .inner .box_t p.st {
    margin-bottom: .5em;
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .temp_contactBox .inner .box_t p.st {
    font-size: 134%;
  }
}
.temp_contactBox .inner .box_t + .box_t {
  margin-top: .8em;
  padding-top: .8em;
  border-top: 1px dotted #432f25;
}
.temp_contactBox .inner .box_b {
  margin-top: .8em;
  padding-top: .8em;
  border-top: 1px dotted #432f25;
  text-align: center;
}
.temp_contactBox .inner .box_b p {
  display: inline-block;
  vertical-align: bottom;
}
.temp_contactBox .inner .box_b p.txt1 {
  font-size: 125%;
  color: #311102;
  display: inline-block;
}
@media only screen and (min-width: 1041px) {
  .temp_contactBox .inner .box_b p.txt1 {
    text-align: left;
  }
}
@media print {
  .temp_contactBox .inner .box_b p.txt1 {
    text-align: left;
  }
}
.temp_contactBox .inner .box_b p.txt2 {
  font-size: 109%;
  color: #464646;
}
.temp_contactBox .inner .box_b p.btn {
  margin: 0 1em;
}
@media only screen and (max-width: 1040px) {
  .temp_contactBox .inner .box_b p {
    display: block;
  }
  .temp_contactBox .inner .box_b p.btn {
    margin: .7em 0;
  }
}
@media only screen and (max-width: 640px) {
  .temp_contactBox .inner .box_b p.tel {
    margin: .7em 0;
  }
  .temp_contactBox .inner .box_b p.txt1 {
    font-size: 109%;
  }
  .temp_contactBox .inner .box_b p.txt2 {
    font-size: 84%;
  }
}

.temp_lowerNav {
  background: url(../images/common/bg_nav.jpg);
  border-top: 2px solid #998863;
  border-bottom: 2px solid #998863;
  padding: 2px 0;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .temp_lowerNav {
    margin-top: 6.5%;
  }
}
.temp_lowerNav .inner {
  padding: 35px 0;
  border-top: 1px solid #998863;
  border-bottom: 1px solid #998863;
}
@media only screen and (max-width: 640px) {
  .temp_lowerNav .inner {
    padding: 6.5% 0;
  }
}
.temp_lowerNav .st {
  text-align: center;
}
.temp_lowerNav ul {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .temp_lowerNav ul {
    margin-top: 0;
  }
}
.temp_lowerNav ul + ul {
  margin-top: 4px;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_lowerNav ul + ul {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .temp_lowerNav ul + ul {
    margin-top: 0;
  }
}
.temp_lowerNav ul.column_4 li {
  width: 252px;
}
.temp_lowerNav ul.column_5 li {
  width: 201px;
}
.temp_lowerNav ul.column_5 li:first-child {
  width: 200px;
}
.temp_lowerNav ul.column_6 li {
  width: 166px;
}
@media only screen and (min-width: 1041px) {
  .temp_lowerNav ul.column_6 li .one span {
    line-height: 3;
  }
}
@media print {
  .temp_lowerNav ul.column_6 li .one span {
    line-height: 3;
  }
}
.temp_lowerNav ul li {
  width: 252px;
  float: left;
  margin-left: 4px;
}
.temp_lowerNav ul li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_lowerNav ul li {
    width: 50% !important;
    margin-left: 0;
  }
  .temp_lowerNav ul li.center {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  #page .temp_lowerNav ul li a {
    display: block;
    text-align: center;
  }
  #page .temp_lowerNav ul li a p {
    display: block;
  }
  #page .temp_lowerNav ul li a p.img {
    display: inline-block;
  }
  #page .temp_lowerNav ul li a p img {
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .temp_lowerNav ul li {
    width: auto !important;
    float: none;
    margin: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .temp_lowerNav ul li.l a p.txt {
    line-height: 3;
  }
}
.temp_lowerNav ul li a {
  display: block;
  border: 1px dotted #a6937c;
  overflow: hidden;
  background: #fff;
  text-align: center;
  text-decoration: none;
}
.mouse .temp_lowerNav ul li a:hover, .touch .temp_lowerNav ul li a.touchstart {
  background: #3E201E;
  color: #fff;
}
@media only screen and (min-width: 1041px) {
  .mouse .temp_lowerNav ul li a:hover .txt, .touch .temp_lowerNav ul li a.touchstart .txt {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlMjAxZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI0MGYwZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e201e), color-stop(100%, #240f0d));
    background: -moz-linear-gradient(#3e201e, #240f0d);
    background: -webkit-linear-gradient(#3e201e, #240f0d);
    background: linear-gradient(#3e201e, #240f0d);
  }
}
@media print {
  .mouse .temp_lowerNav ul li a:hover .txt, .touch .temp_lowerNav ul li a.touchstart .txt {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlMjAxZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI0MGYwZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e201e), color-stop(100%, #240f0d));
    background: -moz-linear-gradient(#3e201e, #240f0d);
    background: -webkit-linear-gradient(#3e201e, #240f0d);
    background: linear-gradient(#3e201e, #240f0d);
  }
}
.touch .temp_lowerNav ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .temp_lowerNav ul li a.touchend {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.temp_lowerNav ul li a p {
  padding: 10px;
}
.temp_lowerNav ul li a .img {
  padding-bottom: 0;
}
#page .temp_lowerNav ul li a .img img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.temp_lowerNav ul li a .img span {
  display: block;
  padding: 1px;
  border: 1px solid #a6937c;
}
.temp_lowerNav ul li a .txt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1041px) {
  .temp_lowerNav ul li a .txt {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjVmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f5f3));
    background: -moz-linear-gradient(#ffffff, #f7f5f3);
    background: -webkit-linear-gradient(#ffffff, #f7f5f3);
    background: linear-gradient(#ffffff, #f7f5f3);
    display: table;
    width: 100%;
    height: 3em;
  }
  .temp_lowerNav ul li a .txt span {
    display: table-cell;
    vertical-align: middle;
  }
  .temp_lowerNav ul li a .txt.lh3 {
    line-height: 3;
  }
}
@media print {
  .temp_lowerNav ul li a .txt {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjVmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f5f3));
    background: -moz-linear-gradient(#ffffff, #f7f5f3);
    background: -webkit-linear-gradient(#ffffff, #f7f5f3);
    background: linear-gradient(#ffffff, #f7f5f3);
    display: table;
    width: 100%;
    height: 3em;
  }
  .temp_lowerNav ul li a .txt span {
    display: table-cell;
    vertical-align: middle;
  }
  .temp_lowerNav ul li a .txt.lh3 {
    line-height: 3;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_lowerNav ul li a .txt {
    margin-top: .5em;
  }
  .temp_lowerNav ul li a .txt.add1 {
    padding-bottom: 1.5em;
  }
}
.temp_lowerNav ul li a .txt em {
  background: #D8C6BB;
  color: #fff;
  display: inline-block;
  padding: 0 .3em;
  font-size: 84%;
}
@media only screen and (max-width: 1040px) {
  .temp_lowerNav ul li a {
    display: table;
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .temp_lowerNav ul li a .img {
    display: table-cell;
    width: 150px;
    overflow: hidden;
    vertical-align: middle;
    padding: 0;
  }
  .temp_lowerNav ul li a .img img {
    width: 100%;
  }
  .temp_lowerNav ul li a .txt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1em;
  }
}
@media only screen and (max-width: 640px) {
  .temp_lowerNav ul li a {
    padding: 2%;
  }
  .temp_lowerNav ul li a .img {
    width: 34.48276%;
  }
}

.temp_menu {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlMjAxZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIzMGUwYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e201e), color-stop(100%, #230e0c));
  background: -moz-linear-gradient(#3e201e, #230e0c);
  background: -webkit-linear-gradient(#3e201e, #230e0c);
  background: linear-gradient(#3e201e, #230e0c);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3E201E', endColorstr='#FF230E0C');
  padding-bottom: 30px;
  margin-top: 55px;
}
@media only screen and (max-width: 640px) {
  .temp_menu {
    padding-bottom: 6.5%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_menu {
    margin-top: 6.5%;
  }
}
.temp_menu > .inner {
  overflow: hidden;
}
.temp_menu > .inner .box_st {
  float: left;
  width: 220px;
}
.temp_menu > .inner .box_st .txt {
  color: #fff;
  font-size: 109%;
  margin-top: 35px;
  margin-top: 35px;
}
@media only screen and (max-width: 1040px) {
  .temp_menu > .inner .box_st .txt {
    font-size: 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_menu > .inner .box_st .txt {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .temp_menu > .inner .box_st .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 1040px) {
  .temp_menu > .inner .box_st {
    float: none;
    width: auto;
    text-align: center;
  }
}
.temp_menu > .inner .box_img {
  float: right;
  overflow: hidden;
  padding-top: 20px;
  width: 760px;
}
.temp_menu > .inner .box_img li {
  float: left;
  width: 210px;
  margin-left: 65px;
}
.temp_menu > .inner .box_img li:first-child {
  margin-left: 0;
}
.temp_menu > .inner .box_img li a {
  display: block;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #6b5446;
}
.temp_menu > .inner .box_img li a .txt {
  display: block;
  color: #fff;
  margin-top: .3em;
  line-height: 2.4;
  font-size: 150%;
  color: #311102;
  font-weight: normal;
  color: #fff;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_menu > .inner .box_img li a .txt {
    font-size: 142%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_menu > .inner .box_img li a .txt {
    font-size: 146%;
  }
}
.temp_menu > .inner .box_img li a .txt span, .temp_menu > .inner .box_img li a .txt img {
  vertical-align: middle;
}
.temp_menu > .inner .box_img li a .txt span {
  margin-right: .5em;
}
@media only screen and (max-width: 1040px) {
  .temp_menu > .inner .box_img {
    float: none;
    width: 600px;
    padding-top: 30px;
    margin: auto;
  }
  .temp_menu > .inner .box_img li {
    width: 180px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .temp_menu > .inner .box_img {
    width: auto;
    padding-top: 6.5%;
  }
  .temp_menu > .inner .box_img li {
    float: none;
    margin-left: 0;
    width: auto;
    padding: 0;
  }
  .temp_menu > .inner .box_img li:first-child a {
    border-top: 1px solid #6b5446;
  }
  .temp_menu > .inner .box_img li a {
    padding: 3% 0;
    overflow: hidden;
  }
  .temp_menu > .inner .box_img li a .img {
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .temp_menu > .inner .box_img li a .txt {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-top: 0;
  }
}

.parts_rep {
  margin-top: 30px;
  background: #bfad9a;
  padding: 4px 0;
}
@media only screen and (max-width: 640px) {
  .parts_rep {
    margin-top: 6.5%;
  }
}
.parts_rep .inner {
  max-width: 730px;
  width: 95%;
  margin: auto;
  background: #fff;
  padding: 1px;
  overflow: hidden;
}
@media only screen and (min-width: 1041px) {
  .parts_rep .inner .img {
    float: right;
  }
}
@media print {
  .parts_rep .inner .img {
    float: right;
  }
}
@media only screen and (max-width: 640px) {
  .parts_rep .inner .img {
    overflow: hidden;
  }
  .parts_rep .inner .img img {
    position: relative;
    width: 160%;
    max-width: none;
    margin-left: -30%;
  }
}
.parts_rep .inner .box_det {
  padding-top: 43px;
  background: url(../hotspring&spa/spa/images/bg_bri_spa.png) no-repeat center top;
  text-align: center;
}
@media only screen and (min-width: 1041px) {
  .parts_rep .inner .box_det {
    float: left;
    width: 405px;
  }
}
@media print {
  .parts_rep .inner .box_det {
    float: left;
    width: 405px;
  }
}
@media only screen and (max-width: 1040px) {
  .parts_rep .inner .box_det {
    padding-bottom: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  .parts_rep .inner .box_det {
    padding: 1em 1em 1.5em;
    background: none;
  }
}
.parts_rep .inner .box_det .txt {
  display: inline-block;
  text-align: left;
  padding: 1em 2em;
}

body[id*="wedding_"] #page .temp_contactBox {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  body[id*="wedding_"] #page .temp_contactBox {
    margin-top: 6.5%;
  }
}

#wedding_party #page .temp_wedOption {
  margin-top: 40px;
  padding-top: 0;
  border-top: 0;
}
@media only screen and (max-width: 640px) {
  #wedding_party #page .temp_wedOption {
    margin-top: 6.5%;
  }
}

body[id*="wedding_"] #page .temp_news_blog {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  body[id*="wedding_"] #page .temp_news_blog {
    margin-top: 6.5%;
  }
}
body[id*="wedding_"] #page .temp_news_blog .wrap_news_blog {
  margin-top: 0;
}
@media only screen and (max-width: 1040px) {
  body[id*="wedding_"] #page .temp_news_blog .wrap_news_blog {
    margin-top: 1.5em;
  }
  body[id*="wedding_"] #page .temp_news_blog .wrap_news_blog .box_art {
    margin-bottom: 0;
  }
  body[id*="wedding_"] #page .temp_news_blog .wrap_news_blog ul {
    padding: 0;
  }
}
body[id*="wedding_"] #page .temp_news_blog .wrap_news_blog .btn {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  body[id*="wedding_"] #page .temp_news_blog .wrap_news_blog .btn {
    margin-top: 3%;
  }
}

/* -----------------------------------------------------------
	datePicker
----------------------------------------------------------- */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #d9d6c4;
  background: #eceadf url("../images/common/search//ui-bg_fine-grain_10_eceadf_60x60.png") 50% 50% repeat;
  color: #1f1f1f;
}

.ui-widget-content a {
  color: #1f1f1f;
}

.ui-widget-header {
  border: 1px solid #d4d1bf;
  background: #fff url("../images/common/search//ui-bg_fine-grain_15_ffffff_60x60.png") 50% 50% repeat;
  color: #453821;
  font-weight: bold;
}

.ui-widget-header a {
  color: #453821;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #cbc7bd;
  background: #f8f7f6 url("../images/common/search//ui-bg_fine-grain_10_f8f7f6_60x60.png") 50% 50% repeat;
  font-weight: bold;
  color: #654b24;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #654b24;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #654b24;
  background: #654b24 url("../images/common/search//ui-bg_fine-grain_65_654b24_60x60.png") 50% 50% repeat;
  font-weight: bold;
  color: #fff;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #d9d6c4;
  background: #eceadf url("../images/common/search//ui-bg_fine-grain_15_eceadf_60x60.png") 50% 50% repeat;
  font-weight: bold;
  color: #140f06;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #140f06;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #b2a266;
  background: #f7f3de url("../images/common/search//ui-bg_fine-grain_15_f7f3de_60x60.png") 50% 50% repeat;
  color: #3a3427;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #3a3427;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #681818;
  background: #b83400 url("../images/common/search//ui-bg_fine-grain_68_b83400_60x60.png") 50% 50% repeat;
  color: #fff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #fff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #fff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("../images/common/search//ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/common/search//ui-icons_b83400_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("../images/common/search//ui-icons_b83400_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("../images/common/search//ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("../images/common/search//ui-icons_8c291d_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../images/common/search//ui-icons_3572ac_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../images/common/search//ui-icons_fbdb93_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 6px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 6px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 6px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 6px;
}

.ui-widget-overlay {
  background: #6e4f1c url("../images/common/search//ui-bg_diagonal-maze_20_6e4f1c_10x10.png") 50% 50% repeat;
  opacity: .6;
  filter: Alpha(Opacity=60);
}

.ui-widget-shadow {
  margin: 0 0 0 -10px;
  padding: 5px;
  background: #000 url("../images/common/search//ui-bg_diagonal-maze_40_000000_10x10.png") 50% 50% repeat;
  opacity: .6;
  filter: Alpha(Opacity=60);
  border-radius: 18px;
}

/* -----------------------------------------------------------
	simply-scroll
----------------------------------------------------------- */
.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.simply-scroll-list li {
  float: left;
  /* Horizontal scroll only */
  padding: 0;
  margin: 0;
}

.simply-scroll-list li img {
  display: block;
}

/* -----------------------------------------------------------
	PhotoSwipe
----------------------------------------------------------- */
figure {
  display: block;
  margin: 0;
}

body .pswp {
  z-index: 10000;
}

body .pswp__caption__center {
  text-align: center;
}

body .pswp__button--share {
  display: none;
}
