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

  Goope Style / Botanical
  2015.03.19  GMO pepabo

----------------------------------------- */
/* -----------------------------------------
カラーCSS読み込み
----------------------------------------- */
/*------------------------------------------
 パーツ表示切替用style
------------------------------------------*/
.site_description {
  margin: 0 auto;
  max-width: 90%;
}
.shop_name {
}

.shop_tel {
}

.shop_rss {
}
.today_area {
  float: left;
}
.qr_area {
  float: left;
}
.counter_area {
  float: left;
}
.copyright {
}
.powered {
  display: none;
}

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

  共通項目

--------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
body {
  background-color: #fff8e2;
  color: #3f260d;
  font-family: 'verdana', 'hiragino kaku gothic pron', 'ヒラギノ角ゴ pron w3', 'meiryo', 'メイリオ', 'sans-serif';
  font-weight: 300;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  width: 100%;
  background-image: url(/img/theme_botanical/botanical_bg.png);
  font-size: 14px;
}

ul {
  list-style: none;
}
a {
  color: #3f260d;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
a:visited {
  color: #3f260d;
}
a:hover {
  color: #9d8064;
}
a:active {
  color: #5E4C3B;
  outline: none;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}
h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
  font-size: 24px;
}
h3 {
  color: #3f260d;
  font-size: 16px;
}
h4 {
  font-weight: normal;
  font-size: 18px;
}
.page_title {
  margin-bottom: 40px;
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  text-align: center;
}
.page_title div {
  width: 200px;
  border-bottom: 1px solid;
  margin: 25px auto 0;
}
/*-- clear --*/
br.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
iframe {
  max-width: 100% !important;
}
/*-- color --*/
.main_color {
  color: #3f260d;
}
.white {
  color: #fff;
}
/*-- font --*/
.petit-formal {
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}
/*-- border --*/
.border_solid {
  border: 1px #3f260d solid;
}
.border_bottom_dotted {
  padding: 0 0 3px 0;
  border-bottom: 1px #3f260d dotted;
}
/*-- text --*/
/*-- 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;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.fade:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  /* IE 8 */
}
.pager {
  white-space: nowrap;
  padding: 5px 0;
  margin: 0 0 30px 0;
  line-height: 16px;
  font-family: Arial;
  text-align: center;
  font-size: 12px;
}
.pager a {
  margin: 0 2px;
  padding: 5px 7px;
  color: #3f260d;
  border: solid 1px #3f260d;
  text-decoration: none;
  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;
}
@media screen and (max-width: 640px) {
  table {
    width: 100% !important;
  }
}
/* --------------------------------------
  tooltip
--------------------------------------- */
.hotspot {
  cursor: pointer;
}
#tt {
  position: absolute;
  display: block;
  z-index: 10000;
  background: url(/img/tooltip/tt_left.gif) top left no-repeat;
}
#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;
}
/* ---------------------------------

メインパーツ

--------------------------------- */
/* -----------------------------------------
PC
----------------------------------------- */
#wrapper {
  width: 1000px;
  margin: -40px auto 0;
}
#header {
  width: 1000px;
  padding: 0 0 40px;
}
#contents {
  position: relative;
  left: -15px;
}
#main {
  float: right;
  width: 680px;
  z-index: 1000;
  margin: 20px 0 0;
  padding: 10px 0;
  position: relative;
  background-image: url(/img/theme_botanical/contentsbox_top.png), url(/img/theme_botanical/contentsbox_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top,left bottom;
  background-size: contain;
}
#main .main_inner {
  position: relative;
  background-repeat: repeat-y;
  background-size: 100% 100%;
  padding: 20px 30px;
  background-image: url(/img/theme_botanical/contentsbox_middle.png);
}
#side {
  float: left;
  width: 280px;
}
#navi_parts {
  margin: 20px 0 0 17px;
}
#navi_parts img {
  max-width: 233px;
  text-align: center;
}
.line-it-button {
  padding-bottom: 10px;
}
.navi_parts_detail img {
  max-width: 300px;
  margin: 0 0 20px;
}
.navi_parts_detail .goog-te-gadget-simple img {
  margin: 0;
}
#footer {
  background: url(/img/theme_botanical/botanical_footer_bg.jpg);
  padding: 30px 0 20px 0;
  margin: 120px 0 0 0;
  box-shadow: 0px 0px 30px 0px rgba(175, 172, 136, 0.7);
}
.lines-on-sides {
  position: relative;
  text-align: center;
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}
.lines-on-sides span {
  z-index: 2;
  position: relative;
  padding: 0 24px;
  background: #ffffff;
}
.lines-on-sides:before {
  content: '';
  display: block;
  border-top: solid 1px #725f4d;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
/* -----------------------------------------
タブレット
----------------------------------------- */
@media screen and (max-width: 1000px) {
  #wrapper {
    width: 100%;
  }
  #header {
    width: 100%;
    padding: 0 0 40px;
  }
  #contents {
    left: 0px;
  }
  #main {
    width: 95%;
    float: none;
    margin: 0 auto 40px;
  }
  #side {
    float: none;
    margin: 0 auto;
    padding: 0 20px 0 0;
  }
  #navi {
    display: none;
    padding: 0 23px;
  }
  #navi_parts {
    padding: 0 0 30px 0;
  }
  #footer {
    padding: 20px 0 20px 0;
    margin: 20px 0 0 0;
  }
}
/* -----------------------------------------
スマートフォン
----------------------------------------- */
@media screen and (max-width: 640px) {
  #wrapper {
    width: 100%;
    margin: 0px auto 0;
  }
  #top .main_inner {
    padding: 20px 15px !important;
  }
  #main {
    width: 95% !important;
    float: none;
  }
  #main .main_inner {
    padding: 20px 15px !important;
  }
  #navi {
    display: none;
    padding: 0 23px;
  }
  #navi_parts {
    margin: 20px 0 0 11px;
    text-align: center;
  }
  #footer {
    padding: 40px 0 20px 0;
    margin: 20px 0 0 0;
  }
  .footer_copyright {
    padding: 10px;
    box-sizing: border-box;
  }
}
/* --------------------------------------

  ヘッダー

  --------------------------------------- */
/* -----------------------------------------
PC
----------------------------------------- */
.top_line {
  height: 140px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(/img/theme_botanical/botanical_header_ivy.png) no-repeat;
  background-position: center top;
  z-index: 5;
}
.botanical_header_ivy {
  width: 1400px;
  margin-left: -650px;
  left: 50%;
}
.site_title {
  position: relative;
  z-index: 100;
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  text-align: center;
}
.site_title img {
  width: auto;
  max-width: 100%;
  z-index: 100;
}
.site_description {
  margin: 0 auto;
  max-width: 90%;
}
.site_logo {
  display: block;
  font-size: 50px;
  max-width: 100%;
  margin-bottom: 10px;
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}
.site_logo a {
  color: #d83333;
}
.tel_area {
  width: 200px;
  height: 80px;
  position: absolute;
  right: 10%;
  background: url(/img/theme_botanical/botanical_tel.png) no-repeat;
  text-align: center;
}
.tel_number {
  padding: 16px 0 0 0;
  display: block;
  float: none;
  font-size: 17px;
}
#mobile-bar {
  display: none;
}
#mobile-bar i {
  background-color: rgba(50, 20, 0, 0.5);
  font-size: 38px;
  color: #FFF;
  padding: 10px;
}
.fa-envelope-o {
  margin-right: 8px;
  font-size: 20px;
}
.shop_title {
  letter-spacing: 0.1em;
  position: absolute;
  top: 20px;
  right: 0px;
  padding: 5px 10px;
  text-align: right;
}
.tel_number i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.gnav_smart_phone {
  display: none;
}
/* -----------------------------------------
タブレット
----------------------------------------- */
@media screen and (max-width: 1000px) {
  .tel_area {
    right: -1%;
  }
  #mobile-bar {
    display: block;
    float: left;
  }
  .gnav_smart_phone {
    display: block;
    margin: 20px;
    width: 160px;
  }
  .gnav_smart_phone li a {
    background-image: url(/img/theme_botanical/navi_arrow.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 11px;
    background-position: left center;
    padding: 0px 0 0 20px;
  }
  .gnav_smart_phone li a img {
    margin: 0 10px 0;
  }
  #build-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    display: none;
    width: 260px;
    padding: 0;
    position: static;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    font-size: 16px;
    font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  }
  #build-menu ul li img {
    margin: 0 10px 2px 0;
    width: 11px;
    height: 13px;
  }
  #build-menu-overlay {
    z-index: 9999 !important;
  }
  .build-menu-animating #build-menu-page {
    position: fixed;
    overflow: hidden;
    width: 100%;
    top: 0;
    bottom: 0;
  }
  .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_description {
    margin: 0 auto;
    max-width: 90%;
  }
  h1.site_logo {
    padding: 0 10px 0;
  }
  h1.site_logo a {
    color: #d83333;
    padding: 0 !important;
  }
  #mobile-bar i {
    font-size: 29px;
  }
  .top_line {
    background-size: 170%;
    height: 58px !important;
  }
  .tel_area {
    display: none;
  }
}
/* --------------------------------------

  メイン

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

  ナビゲーション

--------------------------------------- */
/* -----------------------------------------
PC
----------------------------------------- */
#navi {
  width: 300px;
  z-index: 1000;
  padding: 84px 0px 32px;
  position: relative;
  background-image: url(/img/theme_botanical/navi_top.png), url(/img/theme_botanical/navi_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top,left bottom;
  background-size: contain;
}
#navi .navi_inner {
  position: relative;
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 0px 60px;
  background-image: url(/img/theme_botanical/navi_middle.png);
}
#navi .navi_sp {
  display: none;
}
#navi ul.navi_ul li {
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  font-size: 15px;
  padding: 20px 0;
}
#navi ul.navi_ul li a {
  background-image: url(/img/theme_botanical/navi_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 11px;
  background-position: left center;
  padding: 0px 0 0 20px;
}
#navi ul.navi_ul li a img {
  margin: 0 10px 0;
}
#navi ul.navi_ul li:last-child {
  border: none;
}
#navi ul.sub_navi {
  margin: 15px 0 0 20px;
}
#navi ul.sub_navi li {
  padding: 5px 0;
}
#navi .navi_pc {
  margin: 0 7px 0 3px;
}
#navi .accordion {
  display: none;
}
/* -----------------------------------------
タブレット
----------------------------------------- */
@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;
  }
}
/* -----------------------------------------
スマートフォン
----------------------------------------- */
/* --------------------------------------

  サイドバー

--------------------------------------- */
/* -----------------------------------------
PC
----------------------------------------- */
.sidebar_bg {
  background-image: url(/img/theme_botanical/side_top.png), url(/img/theme_botanical/side_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top,left bottom;
  background-size: 100%;
  width: 300px;
  text-align: center;
  padding: 6px 0 7px;
  z-index: 1000;
  position: relative;
}
.sidebar_bg_inner {
  background-image: url(/img/theme_botanical/side_middle.png);
  background-repeat: repeat-y;
  background-size: 100%;
  width: 300px;
  position: relative;
}
.today_title {
  color: #d83333;
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}
.today_schedule {
  padding: 10px 60px 0px;
  text-align: left;
}
.today_schedule_body {
  margin: 10px 0 0;
}
.today_area_today {
  font-size: 20px;
  padding: 20px 0 20px;
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}
/* -----------------------------------------
タブレット
----------------------------------------- */
@media screen and (max-width: 1000px) {
  .today_title {
    width: 100%;
  }
  .counter_title {
    width: 100%;
  }
  .today_area {
    float: left;
  }
  .counter_area {
    float: left;
  }
  .qr_area {
    float: left;
  }
  .navi_parts_detail img {
    max-width: 100%;
  }
}
/* -----------------------------------------
スマートフォン
----------------------------------------- */
/* --------------------------------------

  トップ

--------------------------------------- */
/* -----------------------------------------
PC
----------------------------------------- */
.contents_box {
  background-color: #fff;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto 50px;
}
.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 {
  display: none;
}
.top_welcome_area span {
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}
.top_welcome_area .welcome_message {
  padding: 30px 15px 15px;
}
.top_info_area ul {
  padding: 30px 15px 15px;
}
.top_info_area span {
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}
.top_info_area .top_info_date {
  color: #d83333;
  margin: 0 0.5em 0 0;
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}
.slideshow {
  display: none;
  position: relative;
  margin: 0 0 50px;
  overflow: hidden;
}
.slideshow img {
  width: 100%;
  clip: auto;
}
.rslides_frame {
  position: relative;
  height: 100%;
}
.rslides_frame::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/img/theme_botanical/slide_frame.png);
  background-size: cover;
}
#top .slideshow {
  display: block;
}
/* -----------------------------------------
タブレット
----------------------------------------- */
@media screen and (max-width: 1000px) {
  .top_welcome_area .welcome_message {
    padding: 30px 0 15px !important;
  }
  .top_info_area ul {
    padding: 30px 0 15px !important;
  }
  .frame {
    overflow: hidden;
    left: 0 !important;
    background-position: -10px 0;
  }
  .callbacks {
    left: -2%;
  }
}
/* -----------------------------------------
スマートフォン
----------------------------------------- */
/* --------------------------------------

  インフォメーション

--------------------------------------- */
/* -----------------------------------------
PC
----------------------------------------- */
.info_date {
  color: #d83333;
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}
/* -----------------------------------------
タブレット
----------------------------------------- */
/* -----------------------------------------
スマートフォン
----------------------------------------- */
/* --------------------------------------

  フォトギャラリー

--------------------------------------- */
/* -----------------------------------------
PC
----------------------------------------- */
.photo_thumb a {
  margin: 0 10px 20px 10px;
  position: relative;
  display: block;
  float: left;
  width: 135px;
  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) {
  .photo_thumb a {
    margin: 0 10px 20px 10px;
    position: relative;
    display: block;
    float: left;
    width: 22%;
    overflow: hidden;
  }
}
/* -----------------------------------------
スマートフォン
----------------------------------------- */
@media screen and (max-width: 640px) {
  .photo_thumb a {
    margin: 0 10px 20px 10px;
    position: relative;
    display: block;
    float: left;
    width: 43%;
    overflow: hidden;
  }
}
/* --------------------------------------

  カレンダー

--------------------------------------- */
/* -----------------------------------------
PC
----------------------------------------- */
.calendar_header {
  font-size: 14px;
  text-align: center;
}
.calendar_header a {
  margin: 0 10px;
  font-size: 12px;
  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;
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}
.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;
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}
.table_calendar td img {
  padding: 15px;
}
.table_calendar td.sat {
  border-right: 1px solid #848484;
}
.table_calendar td p.day {
  font-size: 12px;
  line-height: 14px;
  margin: 10px 10px 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.table_calendar td.sun p.day {
  color: #ff3355;
}
.table_calendar td.sat p.day {
  color: #0250d0;
}
.schedule_area {
  margin: 20px 0 0 0;
}
.schedule ul {
  list-style: none;
}
.schedule ul li {
  margin: 0 0 10px 0;
  line-height: 20px;
}
.schedule ul li a {
  line-height: 1.7em;
}
.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) {
  .table_calendar td img {
    padding: 10px 0 0;
  }
}
/* -----------------------------------------
スマートフォン
----------------------------------------- */
/* --------------------------------------

  メニュー

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

  クーポン

--------------------------------------- */
/* -----------------------------------------
PC
----------------------------------------- */
.coupon_qr {
  float: left;
  margin: 0 10px 0 0;
}
.coupon_image img {
  max-width: 100%;
}
.coupon_print {
  margin: 0 0 30px 0;
}
/* --------------------------------------

  店舗情報

--------------------------------------- */
/* -----------------------------------------
PC
----------------------------------------- */
.map {
  width: 100%;
  margin: 10px auto 30px;
  padding: 0;
}
.detail {
  margin: 0 0 40px 0;
}
.table_detail {
  width: 100%;
}
.table_detail th {
  width: 120px;
  text-align: left;
  padding: 15px 20px;
  font-weight: 700;
  border-bottom: 1px dotted #9a968b;
}
.table_detail td {
  width: 350px;
  padding: 15px 20px;
  vertical-align: top;
  border-bottom: 1px dotted #9a968b;
}
/* -----------------------------------------
タブレット
----------------------------------------- */
@media screen and (max-width: 1000px) {
  .map {
    width: 98%;
    margin: 0 auto 20px;
  }
  .table_detail th {
    width: 30%;
    padding: 15px 10px;
  }
  .table_detail td {
    width: 70%;
    padding: 15px 10px;
  }
}
/* -----------------------------------------
スマートフォン
----------------------------------------- */
@media screen and (max-width: 640px) {
  .table_detail th {
    width: 35%;
    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;
  background-color: #ffd2c8;
  padding: 10px;
}
.contact_area {
  width: 500px;
  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: 500px;
  text-align: left;
  margin: 0 auto;
}
.reservation_message {
  margin: 0 0 40px 0;
  font-size: 15px;
  line-height: 23px;
  background-color: #ffd2c8;
  padding: 10px;
}
.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;
}
/* -----------------------------------------
タブレット
----------------------------------------- */
@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
----------------------------------------- */
.totop_button {
  text-align: center;
}
.totop_button img {
  margin: -75px 0 0;
  width: 200px;
}
#footer_inner {
  width: 1000px;
  margin: 0 auto;
}
#footer_inner .shop_title_footer {
  margin: 0 0 50px 0;
}
#footer_inner .footer_copyright {
  width: 100%;
  padding: 10px 0;
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}
#footer_inner .footer_copyright_inner {
  margin: 0 auto;
}
#footer_inner .site_logo_footer {
  display: block;
  font-size: 28px;
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}
#footer_inner .site_logo_footer a {
  color: #fff;
}
#footer_inner .shop_tel_sp {
  display: none;
}
#footer_inner .copyright a {
  color: #fff !important;
}
#footer_inner .powered_inner {
  width: 100%;
}
#footer_inner .powered_rss {
  text-align: center;
  width: 100%;
}
#footer_inner .powered a {
  color: #fff !important;
}
#footer_inner .shop_rss {
  margin: 4px 0 0 5px;
}
#footer_inner .shop_name_sp {
  display: none;
}
#footer_inner .navi_footer {
  text-align: center;
  width: 100%;
  display: block;
}
#footer_inner .navi_inner {
  width: 1000px;
  margin: 0 auto;
}
#footer_inner .navi_footer li {
  padding: 10px 5px;
  text-align: center;
  display: inline-block;
  font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  font-size: 14px;
}
#footer_inner .navi_icon_footer {
  margin: 0 3px;
}
#footer_inner .footer_social_wrap {
  text-align: center;
  margin-bottom: 30px;
}
#footer_inner .footer_social_wrap a {
  color: #fff;
}
.social_widget {
  text-align: left;
}
/* -----------------------------------------
タブレット
----------------------------------------- */
@media screen and (max-width: 1000px) {
  .totop_button {
    text-align: center;
  }
  .totop_button img {
    margin: -66px 0 0;
  }
  #footer_inner {
    width: 100%;
    margin: 0 auto;
  }
  #footer_inner .shop_title_footer {
    margin: 0 0 25px 0;
  }
  #footer_inner .shop_tel_sp {
    display: none;
  }
  #footer_inner .navi_footer {
    display: none !important;
  }
}
/* -----------------------------------------
スマートフォン
----------------------------------------- */
@media screen and (max-width: 640px) {
  #footer_inner .shop_tel_sp {
    display: block;
    font-size: 20px;
    margin: 25px 0 0 0;
    font-family: 'Petit Formal Script', 'Verdana', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  }
  #footer_inner .shop_tel_sp span {
    color: #fff !important;
  }
  #footer_inner .totop_button {
    text-align: center;
  }
  #footer_inner .totop_button img {
    margin: -75px 0 0;
  }
}
/* --------------------------------------
  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;
}
/*------------------------------------------------------------------------------
 WYSIWYGフィールド表示制御
------------------------------------------------------------------------------*/
.welcome_message ul li,
.today_schedule_body ul li,
.info_text ul li,
.photo_body ul li,
.menu_text ul li,
.schedule_detail_body ul li,
.free_area ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.welcome_message ol li,
.today_schedule_body ol li,
.info_text ol li,
.photo_body ol li,
.menu_text ol li,
.schedule_detail_body ol li,
.free_area ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
/*------------------------------------------------------------------------------
 ソーシャルアイコン
------------------------------------------------------------------------------*/
@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-instagram:before {
  content: "\e900";
  font-size: 32px;
  margin: 0 5px;
}
.icon-facebook:before {
  content: "\e901";
  font-size: 32px;
  margin: 0 5px;
}
.icon-twitter:before {
  content: "\e902";
  font-size: 32px;
  margin: 0 5px;
}
/* -----------------------------------------
for Android 4.3 under
----------------------------------------- */
.build-menu-animating .ua-android-u440 {
  overflow-x: hidden;
}
.build-menu-animating .ua-android-u440 #build-menu-page {
  position: absolute !important;
}
