/* Village: ver.202309210000 */

/*------------------------------------------
 パーツ表示切替用style
------------------------------------------*/

.site_description {
  display: block;
}

.shop_name {
  display: block;
}

.shop_tel {
  display: block;
  cursor: default;
}

.shop_tel:hover {
  color: #3F260D;
}

.shop_rss {
  display: none;
}

.today_area {
  display: block;
}

.qr_area {
  display: none;
}

.counter_area {
  display: none;
}

.copyright {
  display: block;
}

.powered {
  display: none;
}

/* --------------------------------------

  共通項目

--------------------------------------- */

* {
  margin: 0;
  padding: 0;
  }

input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }

body {
  color: #3F260D;
  font-size: 14px;
  font-family : 'copse','Verdana','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  word-break: break-all;
  width: 100%;
  background: #fff url(/img/theme_village/village_main_bg.png);
}

ul {
  list-style: none;
}

a:link {
  color: #3F260D;
  text-decoration: none;
}

a:visited {
  color: #3F260D;
  text-decoration: none;
}

a:hover {
  color: #755638;
  text-decoration: none;
  }

a:active {
  color: #5E4C3B;
  text-decoration: none;
  outline: none;
}

/*-- ホバーでゆっくり色が変わる --*/

a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

h1 {
  font-weight: normal;
}

h2 {
  font-weight: normal;
}

h3 {
  color: #3F260D;
  text-align: center;
  font-size: 16px;
  background-image: url(/img/theme_village/village_contents_title_line_1.png),url(/img/theme_village/village_contents_title_line_2.png);
  background-repeat:no-repeat, no-repeat;
  background-position: left top,left bottom;
  background-size: contain;
  margin: 0;
  padding: 15px 0 25px;
  position: relative;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.page_title {
  text-align: center;
  font-size: 30px;
  font-family: 'Homemade Apple', cursive;
  margin-bottom: 40px;
}

/*-- clear --*/

br.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
  }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/*-- color --*/

.main_color {
  color: #3F260D;
}

.white {
  color: #fff;
}

/*-- border --*/

.border_radius {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.border_solid {
  border: 1px #3F260D solid;
}

.border_bottom_solid {
  padding: 0 0 3px 0;
  border-bottom: 1px #3F260D solid;
}

/*-- text --*/

.font_10 {
  font-size: 10px;
}

.font_12 {
  font-size: 12px;
}

.font_16 {
  font-size: 16px;
}

.font_18 {
  font-size: 18px;
}

.font_20 {
  font-size: 20px;
}

.homemade_apple {
  font-family: 'Homemade Apple', cursive;
}

.copse {
 font-family: 'Copse', cursive;
}

/*-- margin --*/

.mar_btm_5 {
  margin: 0 0 5px 0;
}

.mar_btm_10 {
  margin: 0 0 10px 0;
}

.mar_btm_20 {
  margin: 0 0 20px 0;
}

.mar_btm_30 {
  margin: 0 0 30px 0;
}

.mar_btm_50 {
  margin: 0 0 50px 0;
}

/*-- padding --*/

.pad_20 {
  padding: 20px;
}

.pad_btm_10 {
  padding: 0 0 10px 0;
}

.pad_btm_20 {
  padding: 0 0 20px 0;
}

/*-- center --*/
.center {
  text-align: center;
}

/*-- table --*/
@media screen and (max-width: 640px) {
  table {
    width: 100% !important;
  }
}

/*-- ホバーで画像がゆっくり透過 --*/
.fade {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.fade:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

.pager {
  text-align: center;
  white-space: nowrap;
  padding: 5px 0;
  margin: 0 0 30px 0;
  font-size: 12px;
  line-height: 16px;
  font-family: Arial;
}

.pager a {
  margin: 0 2px;
  padding: 5px 7px;
  color: #3F260D;
  border: solid 1px #3F260D;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /*-webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;*/
  transition: 0.7s;
}

.pager a:hover{
  background-color: #3F260D;
  color: #fff;
}

.pager a.chk {
  margin: 0 2px;
  padding: 5px 7px;
  color: #fff;
  background-color: #3F260D;
  border: solid 1px #3F260D;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

@media screen and (max-width: 640px) {
table {
  width: 100% !important;
}
}

/* ---------------------------------

メインパーツ

--------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

#wrapper {
  width: 1000px;
  margin: -100px auto 0;
}

#header {
  width: 1000px;
  padding: 0 0 40px;
  position: relative;
}

#main {
  width: 705px;
  float: right;
  background-image: url(/img/theme_village/village_paper_top.png),url(/img/theme_village/village_paper_bottom.png);
  background-repeat:no-repeat, no-repeat;
  background-position: left top,left bottom;
  background-size: contain;
  margin: -15px 0 40px;
  z-index: 1000;
  padding: 60px 0 20px;
  position: relative;
}

.main_inner {
  position: relative;
  background-image: url(/img/theme_village/village_paper_main.png);
  background-repeat:repeat-y;
  background-size: 100%;
  padding: 20px 30px;
}

#top .main_inner {
  padding: 50px 30px 10px;
}

#side {
  float: left;
  width: 280px;
  margin: 0 15px 0 0;
}

#navi {
  padding: 0;
  margin: 0 0 40px 0;
}

#navi_parts {
  margin: 20px 0;
}

#navi_parts img {
  max-width: 280px;
  text-align: center;
}

/* Google翻訳ウィジェット */
#google_translate_element .goog-te-gadget a {
  pointer-events: none;
}

#footer {
  background: url(/img/theme_village/village_footer_pattern.png);
  padding: 30px 0 20px 0;
  margin: 30px 0 0 0;
}


/* -----------------------------------------
タブレット
----------------------------------------- */

@media screen and (max-width: 1000px) {

#wrapper {
  width: 100%;
}

#header {
  width: 100%;
  padding: 40px 0;
}

#main {
  width: 95%;
  float: none;
  padding: 7% 0 20px;
  margin: 0 auto 40px;
}

#side {
  float: none;
  margin: 0 auto;
}

#navi {
  display: none;
  padding: 0 23px;
}

#navi_parts {
  margin: 20px 0;
}


#footer {
  padding: 20px 0 20px 0;
  margin: 20px 0 0 0;
}
}

/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

#wrapper {
  width: 100%;
}

#header {
  width: 100%;
  padding: 40px 0;
}

#main {
  width: 95% !important;
  float: none;
}

.main_inner {
  padding: 20px 15px;
}

#top .main_inner {
  padding: 50px 15px 10px;
}

#navi {
  display: none;
  padding: 0 23px;
}

#navi_parts {
  text-align: center;
}

#footer {
  padding: 40px 0 20px 0;
  margin: 20px 0 0 0;
}
}

/* --------------------------------------

  ヘッダー

  --------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.top_line {
  height: 170px;
  width:100%;
  position: relative;
  overflow: hidden;
  background: url(/img/theme_village/village_header_wood.png) repeat-x;
  position: relative;
}

.village_header_ivy {
  position: absolute;
  width: 1400px;
  margin-left: -650px;
  left: 50%;
}

.site_title {
  float: left;
  margin: 40px 0 0 0;
  line-height: 50px;
  width: 500px;
}

.site_title img {
  width: auto;
  max-width: 500px;
}

.site_description {
  width: 500px;
  line-height: 22px;
  text-align: left;
}

h1.site_logo {
  font-size: 40px;
  margin-bottom: 10px;
}

.tel_area {
  float: right;
  width: 235px;
  text-align: center;
  margin: 30px 0 0 0;
  font-weight: bold;
}

.tel_number {
  margin: 0 0 15px 6px;
  font-size: 20px;
  float: none;
}

.tel_area_mail {
  font-weight: bold;
  text-align: center;
  width: 235px;
  height: 62px;
  line-height: 62px;
  padding:  0;
  display: block;
  float: none;
  cursor: pointer;
  background: url(/img/theme_village/village_contact_board.png) no-repeat;
}

.tel_area_mail_txt:hover {
  opacity: 0.7;
  -moz-opacity: 70;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

a.tel_area_mail {
  color: #fff;
  text-decoration: none;
}

.tel_area a.tel_area_mail_mobile {
  color: #324e9b;
}

.tel_area_mail_mobile {
  display: none;
}

#mobile-bar {
  display: none;
}

.fa-envelope-o {
  font-size: 20px;
  margin-right: 8px;
}

h1.site_logo {
  max-width: 100%;
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

.shop_title {
  letter-spacing: 0.1em;
  position: absolute;
  top: 20px;
  right: 0px;
  padding: 5px 10px;
  text-align: right;
}

.tel_number i {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

.gnav_smart_phone {
  display: none;
}

/* -----------------------------------------
タブレット
----------------------------------------- */

@media screen and (max-width: 1000px) {

.top_line {
  height: 100px;
}

.village_header_ivy {
  display: none;
}

.tel_area {
  width: 96%;
  position: relative;
  top: -30px;
  float: none;
  margin: 0 auto;
}

.tel_mail {
  float: right;
}

#mobile-bar {
  display: block;
  float: left;
  font-size: 25px;
  text-shadow: 0px 1px 1px #ffd7a8;
}

.tel_number {
  text-shadow: 0px 1px 1px #ffd7a8;
  font-size: 16px;
  float: right;
}

.tel_area_mail {
  float: right;
  font-size: 16px;
  background: none;
  height: 100%;
  line-height: 100%;
  margin: 0 10px 0 0;
  width: auto;
}

a.tel_area_mail {
  color: #3F260D;
  text-shadow: 0px 1px 1px #ffd7a8;
}

.site_title {
  margin: 0 auto;
  text-align : center;
  display: block;
  float: none;
  width: 100%;
}

.site_title img {
  max-width: 100%;
}

.site_description {
  text-align: center;
  width: 100%;
}

h1.site_logo {
  margin: 0 auto 10px;
  max-width: 90%;
}

.shop_name {
  margin-bottom: 8px;
}

.shop_title {
  display: none;
}

.site_description_mobile {
  width: 90%;
  margin: 0 auto;
}

.gnav_smart_phone {
  display: block;
  margin: 20px;
  width: 180px;
  font-weight: bold;
}

#build-menu {
  visibility: visible;
  z-index: 0;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  display: none;
  width: 200px;
  padding: 0;
  position: static;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  background: rgba(255, 255, 255, .7);
}

.build-menu-animating #build-menu-page {
  position: fixed;
  overflow: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
}

.build-menu-animating .ua-android-u440 {
overflow-x: hidden;
}

.build-menu-animating .ua-android-u440 #build-menu-page {
position: absolute !important;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
  -webkit-transition: -webkit-transform 250ms;
  -moz-transition: -moz-transform 250ms;
  -o-transition: -o-transform 250ms;
  -ms-transition: -ms-transform 250ms;
  transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu {
  display: block
}

.build-menu-open #build-menu {
  display: block;
  -webkit-transition-delay: 0ms, 0ms, 0ms;
  -moz-transition-delay: 0ms, 0ms, 0ms;
  -o-transition-delay: 0ms, 0ms, 0ms;
  -ms-transition-delay: 0ms, 0ms, 0ms;
  transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
  -webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}

#build-menu-button {
  display: block;
}

#build-menu-button div {
  height: 5px;
  width: 30px;
}
}

/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

.site_title {
  margin: 0 auto;
  text-align : center;
  display: block;
  float: none;
}

h1.site_logo img{
  margin: 0 auto 10px;
  max-width: 90%;
}

.shop_name {
  margin-bottom: 8px;
}

.shop_title {
  display: none;
}

.site_description_mobile {
  width: 90%;
  margin: 0 auto;
}
}

/* --------------------------------------

  メイン

--------------------------------------- */

.village_paper_top_ivy_right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
}

.village_paper_top_ivy_right img {
  width: 84px;
}

.village_paper_top_ivy_left {
  position: absolute;
  top: 5px;
  left: 40px;
  z-index: 50;
}

.village_paper_top_ivy_left img {
  width: 163px;
}

.village_paper_bottom_ivy_right {
  position: absolute;
  bottom: -5px;
  right: 0;
  z-index: 50;
}

.village_paper_bottom_ivy_right img {
  width: 87px;
}

.village_paper_bottom_ivy_left {
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: 50;
}

.village_paper_bottom_ivy_left img {
  width: 90px;
}

.main_bg_top {
/*  position: absolute;
  top: -60px;*/
/*  height: 50px;
  background: url(/img/theme_village/village_paper_top.png) no-repeat;
  background-size: contain; */
}

.main_bg_top img {
  width: 100%;
}

@media screen and (max-width: 1000px) {

.village_paper_top_ivy_right {
}
}

@media screen and (max-width: 640px) {

.village_paper_top_ivy_right {
  position: absolute;
  top: -10px;
}

.village_paper_top_ivy_left {
  position: absolute;
  top: -5px;
  left: 0;
}

.village_paper_top_ivy_right img {
  width: 70px;
}

.village_paper_top_ivy_left img {
  width: 140px;
}
}

/* --------------------------------------

  ナビゲーション

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.navi_sp {
  display: none;
}

.navi_ul {
  line-height: 20px;
}

ul.navi_ul li {
  padding: 0;
  width: 280px;
  display: table;
  text-align: center;
  text-shadow: 0px 1px 1px #ffd7a8;
  margin: 0 0 5px;
  cursor: pointer;
  font-weight: bold;
}

ul.navi_ul li a {
  vertical-align: middle;
  display: table-cell;
  line-height: normal;
  padding: 0 10px 5px;
}

ul.navi_ul li:first-child {
  background: url(/img/theme_village/village_board_1.png) no-repeat;
  height: 84px;
  width: 263px;
}

ul.navi_ul li:nth-child(2n+0) {
  background: url(/img/theme_village/village_board_2.png) no-repeat;
  height: 80px;
  width: 255px;
  margin: 0 0 10px 10px;
}

ul.navi_ul li:nth-child(2n+1) {
  background: url(/img/theme_village/village_board_3.png) no-repeat;
  height: 83px;
  width: 256px;
}

ul.sub_navi {
  margin: 15px 0 10px 20px;
}

ul.navi_ul ul.sub_navi li {
  padding: 0;
  background: url(/img/theme_village/village_board_sub.png) no-repeat;
  width: 220px;
  height: 62px;
  margin: 0 0 5px 10px;
  text-shadow: 0px 1px 1px #5a4632;
}

ul.navi_ul ul.sub_navi li a {
  color: #fff;
  padding: 0 0 0;
}

ul.navi_ul ul.sub_navi li a:hover {
  opacity: 0.7;
  -moz-opacity: 70;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.navi_pc {
  margin: 0 7px 0 3px;
}

.accordion {
  display: none;
}

.navi_parts_detail {
  margin: 0 0 20px 0;
  text-align: center;
}

/* -----------------------------------------
タブレット
----------------------------------------- */

@media screen and (max-width: 1000px) {

.accordion {
  display: block;
  margin: 0 0 30px 0;
}

.navi_sp_li{
 list-style: none;
 text-align: center
}

.navi_menu {
  background-color: #3F260D;
  padding: 10px 20px;
  width: 30%;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

ul.accordion{
  width:100%;
  overflow: hidden;
}

ul.navi_sp{
  display: none;
  width: 90%;
  margin: 0 auto;
  background: #fff;
}

ul.navi_sp li p{
 background: fff;
 padding:10px 20px;
 cursor: pointer;
}

.navi_title {
  float: left;
  text-align: left;
  padding: 10px 20px;
}

.navi_chevron {
  text-align: right;
}
}

/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

.accordion {
  display: block;
  margin: 0 0 30px 0;
}

.navi_sp_li {
 list-style: none;
 text-align: center;
}

.navi_menu {
  background-color: #3F260D;
  padding: 10px 20px;
  width: 30%;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

ul.accordion{
  width:100%;
  overflow: hidden;
}

ul.navi_sp{
  display: none;
  width: 90%;
  margin: 5px auto 0;
}

.navi_title {
  float: left;
  text-align: left;
  padding: 10px 20px;
}

.navi_chevron {
  text-align: right;
  padding: 10px 20px;
}

.navi_sp li:last-child {
  border: none;
  margin: 0;
}
}

/* --------------------------------------

  サイドバー

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

 #sidebar {
  width: 1000px;
  margin: 0 auto;
 }

.sidebar_paper {
  background-image: url(/img/theme_village/village_side_paper_top.png),url(/img/theme_village/village_side_paper_bottom.png);
  background-repeat:no-repeat, no-repeat;
  background-position: left top,left bottom;
  background-size: 100%;
  width: 260px;
  text-align: center;
  padding: 30px 0 10px;
  z-index: 1000;
  position: relative;
  margin: 0 20px 20px 0;
}

.sidebar_paper_inner {
  background-image: url(/img/theme_village/village_side_paper_middle.png);
  background-repeat:repeat-y;
  background-size: 100%;
  width: 260px;
  position: relative;
}

.sidebar_contents_box {
  padding: 14px 0 20px;
}

.today_schedule {
  margin: 0 20px 30px;
}

.today_area_today {
  padding: 10px 0 10px 0;
}

.qr_counter_area {
  text-align: left;
}

.side_title {
  margin: 0 7px 0 3px;
}

.navi_parts_detail img{
  max-width: 212px;
}

.today_schedule_title a{
  color: #3F260D;
}

.today_schedule_body a{
  color: #3F260D;
}

/* -----------------------------------------
タブレット
----------------------------------------- */

@media screen and (max-width: 1000px) {

 #sidebar {
  width: 95%;
 }

.today_title {
  width: 100%;
}

.counter_title {
  width: 100%;
}

.today_area {
  float: left;
}

.counter_area {
  float: left;
}

.qr_area_mobile {
  display: none;
}

.navi_parts_detail img{
  max-width: 100%;
}
}

/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

#sidebar {
  width: 280px;
  margin: 0 auto;
  padding: 13px;
}

.today_area {
  float: none;
}

.counter_area {
  float: none;
}

.navi_parts_detail img{
  max-width: 100%;
}
}

/* --------------------------------------

  トップ

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.slideshow {
  position: relative;
  margin: -40px 0 20px 0;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow:rgba(0, 0, 0, 0.65098) 0px 7px 7px -6px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.65098) 0px 7px 7px -6px;
  -moz-box-shadow:rgba(0, 0, 0, 0.65098) 0px 7px 7px -6px;
}

.rslides:not(.callbacks) {
  display: none;
}

.rslides li {
  width: 100%;
}

.rslides li img {
  width: 628px;
  max-width: 1000px;
  border: 6px solid #fff;
}

.caption {
  display: block;
  position: absolute;
  text-shadow: none;
  z-index: 2;
  color: #3F260D;
  background: rgba(245,245,245, .6);
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  line-height: 3em;
  max-width: none;
  border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
}

.caption_txt {
  display: block;
  padding: 0 15px;
  text-align: center;
}

.events {
  list-style: none;
}

.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 30px;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

/*
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 53%;
  left: 10px;
  opacity: 1;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 47px;
  width: 47px;
  margin-top: -45px;
  filter:alpha(opacity=50);
  opacity:0.5;
}
*/

.callbacks_nav {
  display: none;
}

.callbacks_nav:active {
  opacity: 1.0;
}

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 10px;
}

#slider_pager {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}

#slider_pager li {
  font-size: 15px;
  margin-right: 8px;
  display: inline;
}

#slider_pager li a {
  color: #957c62;
  text-decoration: none;
}

#slider_pager li.callbacks_here a {
  color: #3F260D;
}

.top_main_area {
  text-align: center;
  margin: 0 0 40px 0;
}

.top_main_area h2 {
  font-size: 35px;
  margin: 0 0 20px 0;
  text-align: center;
}

.top_info_area {
  background-image: url(/img/theme_village/village_top_info_top.png),url(/img/theme_village/village_top_info_bottom.png);
  background-repeat:no-repeat, no-repeat;
  background-position: left top,left bottom;
  background-size: 100%;
  padding: 49px 0 43px;
  width: 648px;
}

.top_info_area_inner {
  background: url(/img/theme_village/village_top_info_middle.png) repeat-y;
  background-size: 100%;
}

.top_info_area_inner ul {
  text-align: left;
  margin: 0 50px;
}

.top_info_date {
  margin: 0 7px 0 0;
}

/* -----------------------------------------
タブレット
----------------------------------------- */

@media screen and (max-width: 1000px) {

.slideshow {
  width: 100%;
}

.rslides {
  width: 100%;
  max-width: 100% !important;
}

.rslides li {
  width: 100%;
}

.rslides li img {
  width: 100%;
  max-width: 98%;
}

.callbacks_container {
  margin: 0 0 20px;
}

.caption {
  display: block;
  position: absolute;
  text-shadow: none;
  z-index: 2;
  color: #3F260D;
  background: rgba(245,245,245, .6);
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  line-height: 3em;
  max-width: none;
}

.caption_txt {
  display: block;
  padding: 0 15px;
}

#slider_pager {
  width: 100%;
  text-align: center;
  margin: 20px auto 20px;
}

.welcome_area_photo img{
  margin: 0 0 30px;
}

.top_info_area {
  width: 100%;
}

.top_info_area {
  padding: 7% 0 5%;
}
}

/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

.slideshow {
  width: 100%;
}

.rslides li {
  width: 100%;
}

.rslides li img {
  max-width: 96%;
}

.rslides {
  margin: 0 auto;
}

.callbacks_container {
  margin: 0 0 20px;
}

.caption_txt {
  display: block;
  font-size: 11px;
  line-height: 25px;
  padding: 0 10px;
}

.callbacks_nav {
  display: none;
}

.caption {
  display: block;
  position: absolute;
  text-shadow: none;
  z-index: 2;
  color: #3F260D;
  background: rgba(245,245,245, .6);
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  line-height: 3em;
  max-width: none;
}

.caption_txt {
  display: block;
  padding: 0 15px;
}

#slider_pager {
  width: 100%;
  text-align: center;
  margin: 20px auto 20px;
}

.top_main_area h2 {
  font-size: 25px;
}

.top_info_area_inner ul {
  margin: 0 20px;
}
}

/* --------------------------------------

  インフォメーション

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.info_title_span {
  line-height: 1.7em;
  padding: 0 0 5px 0;
}

.info_title_a {
  padding: 0 0 5px 0;
}

.info_photo img {
  max-width: 100%;
  height: auto;
}
.info_text a{
  color: #3F260D;
}

/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

.info_photo img {
  max-width: 100%;
}
}

/* --------------------------------------

  フォトギャラリー

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.photo_thumb a {
  margin: 0 2% 20px;
  position: relative;
  display: block;
  float: left;
  width: 100px;
  overflow: hidden;
}

.photo {
  width: 100%;
  margin: 0 5px 40px 0;
}

.photo_image {
  margin: 0 0 20px 0;
}

.photo_image img {
  max-width: 100%;
  height: auto;
}

.photo_date {
  text-align: left;
  margin-bottom: 4px;
  padding: 0 1px 0 1px;
}

.photo_title {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0 1px;
}

.photo_thumb {
  visibility: hidden;
}

/* -----------------------------------------
タブレット
----------------------------------------- */

@media screen and (max-width: 1000px) {

.album {
  margin: 0;
  padding: 0 0 13px 0;
}

.album:last-child {
  padding: 0 0 12px 0;
}

.album img {
  margin: 0 13px 13px 0;
}

.photo_image img {
  max-width: 100%;
}
}


/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

.photo_thumb a {
  width: 46%;
}

.album_title {
  margin-bottom: 30px;
  color: #fff !important;
}

.album {
  margin: 0;
  padding: 0 0 13px 0;
}

.album:last-child {
  padding: 0 0 12px 0;
}

.album img {
  margin: 0 13px 18px 0;
}
}


/* --------------------------------------

  カレンダー

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */


.calendar_header {
  font-size: 16px;
  text-align: center;
}

.calendar_header a {
  margin: 0 20px;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}

.table_calendar th {
  text-align: center;
  font-size: 12px;
  border-bottom: 1px solid #9a968b;
  padding: 0 0 5px 0;
}

.table_calendar th.sun {
  color: #ff3355;
}

.table_calendar th.sat {
  color: #0250d0;
}

.table_calendar td {
  border-bottom: 1px solid #9a968b;
  border-left: 1px solid  #9a968b;
  width: 14%;
  height: 90px;
  text-align: center;
  padding: 0 0 5px 0;
}

.table_calendar td img {
  padding: 15px;
}

.table_calendar td:last-child {
  border-right: 1px solid #848484;
}

.table_calendar td p.day {
  line-height: 14px;
  margin: 10px 10px 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

.table_calendar td.sat p.day {
  color: #0250d0;
}

.table_calendar td.sun p.day,
.table_calendar td.holiday p.day {
  color: #ff3355;
}

.schedule_area {
  margin: 20px 0 0 0;
}

.schedule ul {
  list-style: none;
}

.schedule ul li {
  margin: 0 0 10px 0;
  line-height: 20px;
}

.schedule_category {
  padding: 5px 7px;
  margin:0 10px 0 0;
  font-size: 10px;
  color: #fff;
  background: #3F260D;
}

.schedule_detail_body {
  line-height: 1.5;
}

.schedule_detail_body a{
  color: #3F260D;
}

.schedule_detail_body img {
  margin: 0 0 20px 0;
  max-width: 100%;
}

/* -----------------------------------------
タブレット・スマートフォン
----------------------------------------- */

@media screen and (max-width: 1000px) {

.calendar_area {
  padding-top: 10px;
}

.calendar_header {
  font-size: 14px !important;
  margin: 0 0 30px 0;
}

.calendar_header a{
  margin: 0 10px;
  font-size: 12px !important;
}

.table_calendar td {
  height: 60px;
}

.table_calendar td img {
  padding: 10px 0 0;
}
}

/* --------------------------------------

  メニュー

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.menu_photo {
  float: left;
  margin: 0 0 10px 0;
}

.menu_text {
  float: left;
  margin-left: 10px;
}

.menu_photo img{
  max-width: 250px;
}

/* -----------------------------------------
タブレット
----------------------------------------- */


/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

.menu_photo {
  float: none;
  margin: 0 0 10px;
}

.menu_photo img{
  max-width: 100%;
}
}


/* --------------------------------------

  クーポン

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.coupon_qr {
  float: left;
  margin: 0 10px 0 0;
}

.coupon_image img{
  max-width: 100%;
}


/* --------------------------------------

  店舗情報

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.map {
  width: 98%;
  margin: 10px auto 30px;
  padding: 0;
  border: 6px solid #fff;
  box-shadow:rgba(0, 0, 0, 0.65098) 0px 7px 7px -6px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.65098) 0px 7px 7px -6px;
  -moz-box-shadow:rgba(0, 0, 0, 0.65098) 0px 7px 7px -6px;
  background-color: #fff;
}

.detail {
  margin: 0 0 40px 0;
}

.table_detail {
  width: 100%;
}

.table_detail th {
  width: 150px;
  text-align: left;
  white-space: normal;
  padding: 15px 20px;
  font-weight: 700;
  border-bottom: 1px dotted #9a968b;
}

.table_detail td {
  width: 350px;
  white-space: normal;
  padding: 15px 20px;
  vertical-align: top;
  border-bottom: 1px dotted #9a968b;
}

/* -----------------------------------------
タブレット・スマートフォン
----------------------------------------- */

@media screen and (max-width: 1000px) {
  .map {
  width: 98%;
  margin: 0 auto 20px;
}
}

@media screen and (max-width: 640px) {
.table_detail th {
  width: 30%;
  padding: 15px 10px;
}

.table_detail td {
  width: 65%;
  padding: 15px 10px;
}
}

/* --------------------------------------

  お問い合わせ

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.contact_message {
  margin: 0 0 40px 0;
  font-size: 15px;
  line-height: 23px;
}

.contact_area {
  width: 400px;
  text-align: left;
  margin: 0 auto;
}

.contact_area input {
  margin: 5px 5px 0 0;
  padding: 10px;
  height: 25px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  background: #fafafa;
  width: 100%;
}

.contact_area textarea {
  margin: 5px 0 0 0;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #bfbfbf;
  background: #fafafa;
  vertical-align: middle;
  width: 100%;
  height: 150px;
}

.contact_area {
  margin-bottom: 20px;
  clear: left;
}

.contact_area .button_area {
  text-align: right;
}

.contact_area input.button {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  background: #3F260D;
  text-decoration: none;
  width: 250px;
  height: 50px;
  margin: 60px auto 50px;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.contact_area input.button:hover {
  opacity: 0.8;
  -moz-opacity: 80;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

input.contact_small {
  width: 250px;
}

input.contact_medium {
  width: 378px;
}

input.contact_large {
  height: 150px;
  width: 378px;
}

.checkbox {
  display: block;
  clear: both;
  padding: 0 0 5px 0;
}

.checkbox input {
  display: inline;
  float: left;
  margin: 0 5px 0 0;
  padding: 5px;
  width: 13px;
  border: none;
}

.checkbox label {
  display: block;
  width: 370px;
  float: left;
  margin: 0 0 5px 0;
}

.radio {
  display: block;
  clear: both;
  padding: 5px 0 5px 3px;
}

.radio input {
  display: inline;
  float: left;
  margin: 0 5px 0 0;
  padding: 5px;
  width: 13px;
  border: none;
}

.radio span {
  display: block;
  width: 370px;
  float: left;
  margin: 0 0 5px 0;
}

.personal_info {
  width: 100%;
  margin: 1px 0 0 0;
}

.personal_info_txt {
  margin: 8px 0 0 0;
  font-weight: normal;
  line-height: 160%;
  font-size: 12px;
}

.requier {
  color: #ff0000;
  margin-left: 5px;
}

/* -----------------------------------------
タブレット・スマートフォン
----------------------------------------- */

@media screen and (max-width: 1000px) {

.contact_area {
  text-align: left;
  margin: 0 auto 20px;
}

.contact_area input {
  padding: 10px 0;
  width: 100%;
}

.contact_area textarea {
  padding: 10px 0;
  width: 100%;
}

.checkbox input {
  width: 5%;
}

.checkbox label {
  width: 90%;
}

.radio input {
  width: 5%;
}

.radio span {
  width: 90%;
}
}

@media screen and (max-width: 640px) {
.contact_area {
  width: 100%;
}
}

/* --------------------------------------

    予約ページ

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.reservation_area {
  width: 400px;
  text-align: left;
  margin: 0 auto;
}

.reservation_message {
  margin: 0 0 40px 0;
  font-size: 15px;
  line-height: 23px;
}

.reservation_form .reservation_area label {
  margin: 0 0 5px 0;
}

.reservation_form .reservation_area input {
  margin: 5px 5px 0 0;
  padding: 10px;
  height: 25px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #cfcfcf;
  background: #fafafa;
  width: 100%;
}

.reservation_form .reservation_area span.radio input {
  margin: 1px 5px 0 0;
  padding: 10px;
  height: 20px;
  font-size: 14px;
  vertical-align: middle;
  width: 20px;
}

.reservation_form .reservation_area textarea {
  margin: 5px 0 0 0;
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  background: #fafafa;
  height: 150px;
}

.reservation_form .reservation_area {
  margin-bottom: 20px;
}

.reservation_form .reservation_memo {
  width: 100%;
  height: 100px;
}

.reservation_area .button_area {
  text-align: left;
}

.reservation input.button {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  background: #3F260D;
  text-decoration: none;
  width: 250px;
  height: 50px;
  margin: 60px auto 50px;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.reservation input.button:hover {
  opacity: 0.8;
  -moz-opacity: 80;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.reservation_form .reservation_small {
  width: 200px;
}

.reservation_form .reservation_medium {
  width: 200px;
}

.reservation_form .reservation_large {
  height: 200px;
  width: 370px;
}

.reservation_info {
  margin-bottom: 40px;
  font-weight: normal;
}

.reservation_info .reservation_tel_number {
  color: #6a6a6a;
  font-family: Arial;
  font-size: 18px;
  padding: 3px 5px 5px 0;
}

.reservation_tel_time {
  padding: 0;
}

.reservation_others {
  margin-bottom: 40px;
}

.reservation_photo img {
  max-width: 700px;
}

.reservation_title {
  font-size: 14px;
}

.reservation_body {
/*  padding-bottom: 40px;
  margin-bottom: 30px;*/
}

.reservation_course_body img {
  width: 700px;
}

.reservation_course_body p {
  margin: 20px 0;
}

.pager {
  text-align: center;
  white-space: nowrap;
  padding: 5px 7px;
  font-size: 12px;
  line-height: 16px;
  font-family: Arial;
}

.pager a {
  margin: 0 2px;
  padding: 5px 7px;
  color: #3F260D;
  border: solid 1px #3F260D;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/* -----------------------------------------
タブレット・スマートフォン
----------------------------------------- */

@media screen and (max-width: 1000px) {

.reservation_form .reservation_area input {
  padding: 10px 0;
  width: 100%;
  height: 1em;
}

.reservation_form .reservation_area textarea {
  padding: 10px 0;
  width: 100%;
}

.reservation_photo img {
  max-width: 100%;
}

.reservation_form .button_area {
  text-align: center;
}
}

@media screen and (max-width: 640px) {
.reservation_area {
  width: 100%;
}
}


/* --------------------------------------

  フッター

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

#footer_inner {
  width: 1000px;
  margin: 0 auto;
}

.shop_title_footer {
  margin: 0 0 30px 0;
}

.footer_copyright {
  width: 100%;
  padding: 10px 0;
  background: #000 url(/img/theme_village/village_footer_pattern.png);
}

.footer_copyright_inner {
  width: 1000px;
  margin: 0 auto;
}

.site_logo_footer {
  display: block;
  font-size: 24px;
}

.site_logo_footer a {
  color: #fff;
}

.copyright a {
  color: #fff !important;
}

.powered_inner {
  width: 100%;
}

.powered_rss {
  text-align: center;
  width: 100%;
}

.powered a {
  color: #fff !important;
}

.shop_rss {
  margin: 4px 0 0 5px;
}

.shop_name_sp {
  display: none;
}

.navi_footer {
  text-align: center;
  width: 100%;
  display: block;
}

.navi_inner {
  width: 1000px;
  margin: 0 auto;
}

.navi_footer li{
  padding: 10px 5px;
  text-align: center;
  display: inline-block;
}

.navi_icon_footer {
  margin: 0 3px;
}

.introduction {
  text-align: center;
}


/* -----------------------------------------
タブレット
----------------------------------------- */

@media screen and (max-width: 1000px) {

#footer_inner {
  width: 100%;
  margin: 0 auto;
}

.navi_footer {
  display: block;
}

.navi_inner {
  width: 100%;
}

.site_logo_footer {
  display: block;
}

.site_logo_small img{
  width: 230px;
}

.shop_name_sp {
  display: block;
}

.footer_copyright_inner {
  width: 100%;
}
}


/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

#footer_inner {
  width: 95%;
  margin: 0 auto;
}

.shop_name_sp {
  display: block;
}
}

/* --------------------------------------
  ソーシャルアイコン
--------------------------------------- */

@font-face {
    font-family: 'icomoon';
    src: url('/css/social-icon-fonts/social-icon.eot?3koa62');
    src: url('/css/social-icon-fonts/social-icon.eot?3koa62#iefix') format('embedded-opentype'),
         url('/css/social-icon-fonts/social-icon.ttf?3koa62') format('truetype'),
         url('/css/social-icon-fonts/social-icon.woff?3koa62') format('woff'),
         url('/css/social-icon-fonts/social-icon.svg?3koa62#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    }

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

.icon-twitter:before {
    content: "\e902";
    margin: 0 4px 0 0;
    }

.icon-facebook:before {
    content: "\e901";
    margin: 0 5px 0 0;
    }

.icon-instagram:before {
    content: "\e900";
    }

.social_wrap {
    font-size: 20px;
    margin: 20px 0 0 0;
    }

.social_wrap a:link {
    color: #fff;
    text-decoration: none;
    }

.line-it-button {
  padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .social_widget {
    text-align: left;
  }
}

/* -----------------------------------------
WYSIWYG出力要素style
----------------------------------------- */
.top_main_area iframe,
.info_text iframe,
.menu_text iframe,
.photo_body iframe,
.schedule_detail_body iframe,
.free_area iframe,
.today_schedule_body iframe {
  max-width: 100%;
}

.top_welcome_area li,
.info_text li,
.menu_text li,
.photo_body li,
.schedule_detail_body li,
.free_area li,
.today_schedule_body li {
  list-style-type: disc;
  list-style-position: inside;
}

.top_welcome_area ol li,
.info_text ol li,
.menu_text ol li,
.photo_body ol li,
.schedule_detail_body ol li,
.free_area ol li,
.today_schedule_body ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

/* -----------------------------------------
tooltip
----------------------------------------- */

.hotspot {
  cursor: pointer;
}

#tt {
  position: absolute;
  display: block;
  background: url(/img/tooltip/tt_left.gif) top left no-repeat;
  z-index: 9999;
}

#tttop {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_top.gif) top right no-repeat;
  overflow: hidden;
}

#ttcont {
  display: block;
  padding: 2px 12px 3px 7px;
  margin-left: 5px;
  background: #ccc;
  color: #333;
  font-size: 10px;
  line-height: 16px;
}

#ttcont div.schedule_title {
  font-size: 13px;
}

#ttcont div.schedule_body {
  font-size: 11px;
}

#ttbot {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_bottom.gif) top right no-repeat;
  overflow: hidden;
}

/* --------------------------------------
  colorbox
--------------------------------------- */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{padding:1px;}
#cboxLoadingGraphic{background:url(/img/theme_simple2/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/img/theme_simple2/controls.png) no-repeat 0 0;}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose:hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
