

@charset "utf-8";

/* Miyabi: ver.202309210000 */

/*------------------------------------------------------------------------------
 reset
------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
ul, ol, li,
dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
}

a img {
  border: none;
}


/*------------------------------------------------------------------------------
 layout(2column)
------------------------------------------------------------------------------*/
#main_column {
  float: right;
  width: 100%;
}
#main_column > .inner {
  margin: 0 0 0 280px;
}

#sub_column {
  float: left;
  width: 240px;
  margin-right: -240px;
}
#sub_column > .inner {
  padding: 0 0 30px;
}

#navi {
  line-height: 1;
}
#navi > .inner {
  position: relative;
}
#navi ul > li {
  position: relative;
  margin: 0 0 20px;
  padding: 0 12px 12px 0;
  background: url(/img/theme_miyabi/white/background_navi.png) no-repeat left bottom;
  text-align: right;
}
#navi ul > li:first-child {
  padding-top: 0;
}
#navi ul > li a {
  display: block;
  margin: 0;
  padding: 10px 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.2;
}
#navi ul > li a:link, #navi ul > li a:visited {
  background: #efefe0;
  text-decoration: none;
  color: #232323;
}
#navi ul > li a:hover, #navi ul > li a:active {
  background: #db413b;
  text-decoration: none;
  color: #ffffff;
}
#navi ul > li.active > a {
  background: #db413b;
  color: #ffffff;
}
#navi ul .sub_navi > li {
  margin: 5px 0 0;
  padding: 0;
}
#navi ul .sub_navi > li a {
  font-size: 18px;
}
#navi ul .sub_navi > li a:link, #navi ul .sub_navi > li a:visited {
  background: #d9d3c0;
}
#navi ul .sub_navi > li a:hover, #navi ul .sub_navi > li a:active {
  background: #db413b;
  color: #ffffff;
}
#navi ul .sub_navi br {
  display: none;
}

body#info .sub_navi ul {
  padding: 0;
  font-size: 20px;
}
body#info .sub_navi li {
  zoom: 1;
  padding: 0;
}
body#info .sub_navi li:after {
  content: '';
  display: block;
  clear: both;
}
body#info .sub_navi .year {
  background: none;
}
body#info .sub_navi .year > div {
  padding: 6px 0;
  font-size: 22px;
}
body#info .sub_navi .year .month {
  zoom: 1;
}
body#info .sub_navi .year .month:after {
  content: '';
  display: block;
  clear: both;
}
body#info .sub_navi .year .month li {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 5px 0 0 5px;
}
body#info .sub_navi .year .month li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
}
body#info .sub_navi .year .month li a:link, body#info .sub_navi .year .month li a:visited {
  background: #d9d3c0;
}
body#info .sub_navi .year .month li a:hover, body#info .sub_navi .year .month li a:active {
  background: #db413b;
  color: #ffffff;
}


/*------------------------------------------------------------------------------
 パーツ表示切替用style
------------------------------------------------------------------------------*/
.site_description {
  display: block;
}

.shop_name {
  display: none;
}

.shop_tel {
  display: block;
}

.shop_rss {
  display: none;
}

.today_area {
  display: none;
}

.qr_area {
  display: none;
}

.counter_area {
  display: none;
}

.copyright {
  display: block;
}

.powered {
  display: none;
}

/*------------------------------------------------------------------------------
base font
------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "YuMincho", "游明朝", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #232323;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#footer {
  color: #ffffff;
}

/*------------------------------------------------------------------------------
 link
------------------------------------------------------------------------------*/
/* base */
a:link, a:visited {
  text-decoration: none;
  color: #232323;
}
a:hover, a:active {
  text-decoration: underline;
  color: #232323;
}

/* footer */
#footer a:link, #footer a:visited {
  text-decoration: none;
  color: #ffffff;
}
#footer a:hover, #footer a:active {
  text-decoration: underline;
}

/* sub_column */
#sub_column a:link, #sub_column a:visited {
  text-decoration: none;
  color: #232323;
}
#sub_column a:hover, #sub_column a:active {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
 body / container
------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background: url(/img/theme_miyabi/white/background.png);
}

#container {
  display: inline;
}

/*------------------------------------------------------------------------------
 header
------------------------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: url(/img/theme_miyabi/white/background_header.png);
}
#header > .inner {
  background: url(/img/theme_miyabi/white/img_header.png) no-repeat 50% 100%;
}
#header > .inner > div {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 30px 60px;
  text-align: center;
}
#header h1 {
  margin: .2em 0 0;
  padding: 0;
  font-size: 46px;
  line-height: 1.2;
}
#header h1 a {
  text-decoration: none !important;
  font-weight: normal;
  color: #232323;
}
#header h1 a img {
  max-width: 90%;
}
#header .site_description {
  margin: .4em 0 0;
  font-size: 20px;
  line-height: 1.2;
}
#header #shop_info {
  zoom: 1;
  height: 50px;
  text-align: right;
  font-size: 20px;
  line-height: 50px;
  color: #232323;
}
#header #shop_info:after {
  content: '';
  display: block;
  clear: both;
}
#header #shop_info div {
  float: right;
  margin-left: 10px;
}
#header #shop_info .shop_tel a {
  text-decoration: none;
  color: #232323;
  cursor: default;
}
#header #shop_info .social_icons a {
  margin-left: .1em;
  font-size: 29px;
}
#header #shop_info .social_icons a:hover,
#header #shop_info .social_icons a:active {
  text-decoration: none;
}

/*------------------------------------------------------------------------------
 contents
------------------------------------------------------------------------------*/
#contents {
  position: relative;
  width: 100%;
  background: url(/img/theme_miyabi/white/line.png) repeat-x left top;
}
#contents > .inner {
  zoom: 1;
  position: relative;
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  padding: 42px 30px 0;
}
#contents > .inner:after {
  content: '';
  display: block;
  clear: both;
}

/*------------------------------------------------------------------------------
 main_column
------------------------------------------------------------------------------*/
#main_column {
  background: transparent;
}
#main_column > .inner {
  position: relative;
  min-height: 500px;
  background: transparent;
}
#main_column h2 {
  display: none;
}
#main_column .top_content {
  display: none;
}

/*------------------------------------------------------------------------------
 sub_column
------------------------------------------------------------------------------*/
#sub_column {
  position: relative;
  z-index: 2;
  background: transparent;
}
#sub_column > .inner {
  padding: 0 0 30px;
}
#sub_column .section {
  margin: 40px 0 0;
}
#sub_column .section#navi {
  margin: 0;
}

/*------------------------------------------------------------------------------
 gadgets
------------------------------------------------------------------------------*/
#gadgets {
  background: url(/img/theme_miyabi/white/line.png) repeat-x left top;
}
#gadgets > .inner {
  zoom: 1;
  max-width: 1310px;
  margin: 0 auto;
  padding: 20px 30px;
}
#gadgets > .inner:after {
  content: '';
  display: block;
  clear: both;
}
#gadgets .today_area {
  float: left;
  width: 250px;
  margin: 0 30px 0 0;
  padding: 0;
  background: #efefe0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: left;
}
#gadgets .today_area #schedule {
  padding: 20px;
  line-height: 1.3;
}
#gadgets .today_area #schedule dt.today_title {
  padding-bottom: 8px;
  font-size: 18px;
}
#gadgets .today_area #schedule dt.today_title span {
  font-size: 13px;
}
#gadgets .today_area #schedule dd {
  padding: 8px 0;
  font-size: 14px;
}
#gadgets #footer_parts {
  zoom: 1;
  float: left;
  padding: 10px 0;
}
#gadgets #footer_parts:after {
  content: '';
  display: block;
  clear: both;
}
#gadgets #footer_parts .navi_parts_detail {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
#gadgets #footer_parts .navi_parts_detail img {
  max-width: 100%;
}

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

/*------------------------------------------------------------------------------
 footer
------------------------------------------------------------------------------*/
#footer {
  background: url(/img/theme_miyabi/white/background_footer.png);
}
#footer > .inner {
  zoom: 1;
  max-width: 1310px;
  margin: 0 auto;
  padding: 20px 30px 80px;
}
#footer > .inner:after {
  content: '';
  display: block;
  clear: both;
}
#footer .footer_info {
  float: right;
  text-align: right;
}
#footer .qr_area {
  float: left;
  width: 80px;
  margin: 0 10px 0 0;
}
#footer .qr_area img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#footer #social {
  float: left;
}
#footer #navi_parts {
  display: none;
}

/*------------------------------------------------------------------------------
 ソーシャルアイコン
------------------------------------------------------------------------------*/
@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-'] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-facebook:before {
  content: '\e901';
}

.icon-twitter:before {
  content: '\e902';
}

#widget_line_add_friend,
#widget_line_share {
  height: 38px;
}

/*------------------------------------------------------------------------------
 WYSIWYGフィールド表示制御
------------------------------------------------------------------------------*/
.textfield {
  zoom: 1;
}
.textfield:after {
  content: '';
  display: block;
  clear: both;
}
.textfield img {
  max-width: 100% !important;
  height: auto !important;
}
.textfield p {
  margin: .5em 0 0 !important;
}
.textfield table {
  width: 100% !important;
  height: auto !important;
}
.textfield iframe {
  max-width: 100% !important;
}

.textfield ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.textfield ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

/*------------------------------------------------------------------------------
 スマホ用navi
------------------------------------------------------------------------------*/
.sm_header {
  display: none;
  width: 100%;
  height: 44px;
  background: #333333;
  z-index: 100;
}
.sm_header #build-menu-button {
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 28px;
  line-height: 44px;
  color: #ffffff;
}

.sm_totop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  width: 44px;
  height: 44px;
}
.sm_totop .sm_totop_button {
  visibility: hidden;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 0 auto;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 28px;
  line-height: 44px;
  color: #ffffff;
}
.sm_totop .sm_totop_button:hover {
  cursor: pointer;
}

#build-menu-page {
  position: relative;
  left: 0;
  background: url(/img/theme_miyabi/white/background.png);
  box-shadow: 0 0 10px #222222;
}

#build-menu {
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  display: none;
  visibility: visible;
  width: 280px;
  height: 100%;
  padding: 0;
  background: url(/img/theme_miyabi/white/background_footer.png);
  background: #333333;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  overflow-y: auto;
}

.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;
}

#sm_navi li,
#build-menu li {
  margin: 0 5px;
}
#sm_navi li a,
#build-menu li a {
  display: block;
  padding: 8px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
}

#build-menu-overlay {
  background: transparent !important;
}

/*------------------------------------------------------------------------------
 pager
------------------------------------------------------------------------------*/
.pager {
  zoom: 1;
  position: relative;
  margin: 40px 0;
  padding: 0;
  font-family: "YuMincho", "游明朝", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pager:after {
  content: '';
  display: block;
  clear: both;
}
.pager .inner div {
  zoom: 1;
  position: relative;
  text-align: center;
}
.pager .inner div:after {
  content: '';
  display: block;
  clear: both;
}
.pager .inner div a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 3px 2px;
  padding: 0;
  border: 1px solid #c1a57c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  line-height: 38px;
  color: #c1a57c;
}
.pager .inner div a.next, .pager .inner div a.prev {
  border: none;
}
.pager .inner div a.chk {
  cursor: default;
  background: #c1a57c;
  color: #ffffff;
}
.pager .inner div a:hover {
  background: #c1a57c;
  color: #ffffff;
}

/*------------------------------------------------------------------------------
 ページ：トップ
------------------------------------------------------------------------------*/
body#top #main_column {
  position: relative;
}
body#top #main_column > .inner {
  padding: 0;
  -webkit-border-radius: 3px 3px 2px 2px;
  -moz-border-radius: 3px 3px 2px 2px;
  -o-border-radius: 3px 3px 2px 2px;
  -ms-border-radius: 3px 3px 2px 2px;
  border-radius: 3px 3px 2px 2px;
}
body#top #main_column .rslides {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.rslides:not(.callbacks) {
  display: none;
}
body#top #main_column .rslides li {
  width: 100%;
}
body#top #main_column .rslides li img {
  display: block;
  width: 100%;
}
body#top #main_column .rslides .caption {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #232323;
  background: rgba(35, 35, 35, 0.2);
  color: #ffffff;
}
body#top #main_column .rslides .caption .caption_txt {
  display: block;
  line-height: 27px;
  padding: 0 20px;
}
body#top #main_column #wrap_top_content {
  zoom: 1;
  padding: 20px 0;
}
body#top #main_column #wrap_top_content:after {
  content: '';
  display: block;
  clear: both;
}
body#top #main_column #wrap_top_content h3 {
  font-weight: normal;
  font-size: 40px;
  line-height: 1;
  color: #base_text_color;
  color: #a9814d;
}
body#top #main_column #wrap_top_content .welcome_message {
  float: left;
  width: 47%;
}
body#top #main_column #wrap_top_content .welcome_message h3 {
  margin: 20px 0;
}
body#top #main_column #wrap_top_content .information {
  float: right;
  width: 50%;
  padding: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
body#top #main_column #wrap_top_content .information h3 {
  margin: 0 0 16px;
}
body#top #main_column #wrap_top_content .information li {
  zoom: 1;
  margin: 1em 0 0;
  line-height: 1.6;
}
body#top #main_column #wrap_top_content .information li:after {
  content: '';
  display: block;
  clear: both;
}
body#top #main_column #wrap_top_content .information li a:link, body#top #main_column #wrap_top_content .information li a:visited {
  text-decoration: none;
}
body#top #main_column #wrap_top_content .information li a:link span.date, body#top #main_column #wrap_top_content .information li a:visited span.date {
  font-size: 18px;
  line-height: 1;
}
body#top #main_column #wrap_top_content .information li a:link span.title, body#top #main_column #wrap_top_content .information li a:visited span.title {
  font-size: 18px;
  line-height: 1.2;
}
body#top #main_column #wrap_top_content .information li a:hover, body#top #main_column #wrap_top_content .information li a:active {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
 ページ：インフォメーション
------------------------------------------------------------------------------*/
body#info #main_column .article {
  position: relative;
  margin: 45px 0 0;
  padding: 40px 0 0;
  background: url(/img/theme_miyabi/white/line.png) repeat-x left top;
}
body#info #main_column .article:first-child {
  margin: 0;
  padding: 0;
  background: none;
}
body#info #main_column .article .date {
  margin: 0 0 .2em;
  font-size: 20px;
}
body#info #main_column .article h3 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.3;
}
body#info #main_column .article h3 a {
  text-decoration: none;
}
body#info #main_column .article .photo {
  position: relative;
  max-width: 100%;
  margin: 0 0 10px;
}
body#info #main_column .article .photo a {
  display: block;
  width: 100%;
}
body#info #main_column .article .photo a:focus {
  outline: none;
}
body#info #main_column .article .photo img {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
body#info #main_column .article .body {
  zoom: 1;
  line-height: 1.6;
}
body#info #main_column .article .body:after {
  content: '';
  display: block;
  clear: both;
}
body#info #main_column .article .body p {
  margin: 0 0 1em;
}

/*------------------------------------------------------------------------------
 ページ：カレンダー
------------------------------------------------------------------------------*/
body#calendar #main_column > .inner {
  margin-bottom: 60px;
}
body#calendar #main_column .wrap_calendar {
  margin: 0;
}
body#calendar #main_column .navi {
  font-size: 20px;
  text-align: center;
  margin: 0 0 20px;
}
body#calendar #main_column .navi a {
  font-size: 16px;
}
body#calendar #main_column .table_calendar th {
  padding: 3px 0;
  font-size: 16px;
  color: #232323;
}
body#calendar #main_column .table_calendar th.sun {
  color: #ff4d4d;
}
body#calendar #main_column .table_calendar td {
  position: relative;
  height: 100px;
  padding: 2px;
}
body#calendar #main_column .table_calendar td p.day {
  height: 100px;
  margin: 0;
  padding: 6px;
  background: #ebe6e2;
  background: rgba(204, 204, 204, 0.3);
  text-align: right;
  font-family: serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 146px;
  color: #232323;
}
body#calendar #main_column .table_calendar td.sun p.day,
body#calendar #main_column .table_calendar td.holiday p.day {
  background: #ffbfbf;
  background: rgba(255, 191, 191, 0.5);
  color: #ff4d4d;
}
body#calendar #main_column .table_calendar td a {
  position: absolute;
  left: 10px;
  top: 10px;
}
body#calendar #main_column .schedule dl.article {
  margin: 40px 0 0;
}
body#calendar #main_column .schedule dl.article dt.date {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px dotted lighten(#232323, 65%);
  line-height: 1;
  color: #232323;
}
body#calendar #main_column .schedule dl.article dd {
  zoom: 1;
  margin: 1em 0 0;
}
body#calendar #main_column .schedule dl.article dd:after {
  content: '';
  display: block;
  clear: both;
}
body#calendar #main_column .schedule dl.article dd .category {
  float: left;
  margin-right: 10px;
  padding: 3px 6px;
  background: #232323;
  background: #c1a57c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
}
body#calendar #main_column .schedule dl.article dd a:link, body#calendar #main_column .schedule dl.article dd a:visited {
  text-decoration: none;
}
body#calendar #main_column .schedule dl.article dd a:hover, body#calendar #main_column .schedule dl.article dd a:active {
  text-decoration: underline;
}
body#calendar #main_column .details > div {
  zoom: 1;
}
body#calendar #main_column .details > div:after {
  content: '';
  display: block;
  clear: both;
}
body#calendar #main_column .details .category {
  float: left;
  padding: 3px 6px;
  background: #c1a57c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
}
body#calendar #main_column .details .date {
  font-size: 18px;
}
body#calendar #main_column .details h3 {
  margin: .5em 0;
  font-size: 20px;
}
body#calendar #main_column .details .body img {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

/*------------------------------------------------------------------------------
 ページ：メニュー
------------------------------------------------------------------------------*/
body#menu #main_column .list {
  margin: 0 0 40px;
}
body#menu #main_column .category {
  margin: 0 0 30px;
  padding: 4px 5px;
  background: #c1a57c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
}
body#menu #main_column .category + .article {
  margin: 0;
  padding: 0;
  background: none;
}
body#menu #main_column .article {
  zoom: 1;
  position: relative;
  margin: 45px 0 0;
  padding: 40px 0 0;
  background: url(/img/theme_miyabi/white/line.png) repeat-x left top;
}
body#menu #main_column .article:after {
  content: '';
  display: block;
  clear: both;
}
body#menu #main_column .article:first-child {
  margin: 0;
  padding: 0;
  background: none;
}
body#menu #main_column .article .details .title {
  position: relative;
  font-size: 26px;
  line-height: 1.2;
}
body#menu #main_column .article .details .title .recommend_badge {
  position: absolute;
  left: -15px;
  top: -20px;
}
body#menu #main_column .article .details .title a {
  position: relative;
  z-index: 2;
  text-decoration: none;
}
body#menu #main_column .article .details .title a:hover, body#menu #main_column .article .details .title a:active {
  text-decoration: underline;
}
body#menu #main_column .article .details .price {
  position: relative;
  z-index: 2;
  font-size: 18px;
}
body#menu #main_column .article .image {
  float: right;
  width: 56%;
  margin-left: 20px;
}
body#menu #main_column .article .image img {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-left: auto;
  margin-right: 0;
}

/*------------------------------------------------------------------------------
 ページ：フォトアルバム
------------------------------------------------------------------------------*/
body#photo #main_column #index .album {
  zoom: 1;
  position: relative;
  margin: 30px 0 0;
}
body#photo #main_column #index .album:after {
  content: '';
  display: block;
  clear: both;
}
body#photo #main_column #index .album:first-child {
  margin: 0;
}
body#photo #main_column #index .album .title {
  position: static;
  z-index: 2;
  margin: 0;
  padding: 0;
  background: transparent;
}
body#photo #main_column #index .album .title a {
  width: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.2;
}
body#photo #main_column #index .album .title a:hover {
  text-decoration: underline;
}
body#photo #main_column #index .album .thumb {
  float: left;
  width: 20%;
  height: 152px;
  margin: 0;
  padding: 2px;
}
body#photo #main_column #index .album .thumb a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
}
body#photo #main_column #index .album .thumb a:focus {
  outline: none;
}
body#photo #main_column #index .album .thumb a img {
  position: absolute;
  display: block;
}
body#photo #main_column #index .album > h3 + .thumb {
  width: 40%;
  height: 304px;
}
body#photo #main_column #entries .album_title {
  margin: 0 0 20px;
  padding: 10px;
  background: #232323;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  font-size: 16px;
  color: #ffffff;
}
body#photo #main_column #entries .article {
  margin: 0 0 20px;
}
body#photo #main_column #entries .article .wrap_image {
  position: relative;
}
body#photo #main_column #entries .article .wrap_image .date {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 7px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -o-border-radius: 3px 0 0 0;
  -ms-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
  font-size: 14px;
  line-height: 1;
}
body#photo #main_column #entries .article .wrap_image .image img {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
body#photo #main_column #entries .article .title {
  margin: .7em 0 0;
  font-size: 22px;
  line-height: 1.2;
}

/*------------------------------------------------------------------------------
 ページ：クーポン
------------------------------------------------------------------------------*/
body#coupon #main_column .article {
  position: relative;
  margin: 45px 0 0;
  padding: 40px 0 0;
  background: url(/img/theme_miyabi/white/line.png) repeat-x left top;
  zoom: 1;
}
body#coupon #main_column .article:first-child {
  margin: 0;
  padding: 0;
  background: none;
}
body#coupon #main_column .article:after {
  content: '';
  display: block;
  clear: both;
}
body#coupon #main_column .article .image {
  float: right;
  width: 56%;
  margin-left: 20px;
}
body#coupon #main_column .article .image img {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-left: auto;
  margin-right: 0;
}
body#coupon #main_column .article .details {
  zoom: 1;
  padding: 0;
}
body#coupon #main_column .article .details:after {
  content: '';
  display: block;
  clear: both;
}
body#coupon #main_column .article .details h3.title {
  font-size: 26px;
  margin: 0 0 .7em;
}
body#coupon #main_column .article .details h3.title a {
  text-decoration: none;
}
body#coupon #main_column .article .details .qrcode {
  float: left;
  width: 100px;
  margin: -2px 5px 10px 0;
}
body#coupon #main_column .article .details .qrcode img {
  display: block;
  width: 100%;
}
body#coupon #main_column .article .details .body {
  margin: 0 0 15px;
}
body#coupon #main_column .article .details .body li {
  margin: 0 0 .3em;
}
body#coupon #main_column .print {
  text-align: right;
}

/*------------------------------------------------------------------------------
 ページ：店舗情報
------------------------------------------------------------------------------*/
body#about #main_column .map {
  margin: 0 0 30px;
  padding: 5px 5px 0 5px;
  background: #ffffff;
  border: 1px solid lighten(#232323, 65%);
}
body#about #main_column .map iframe {
  height: 500px;
}
body#about #main_column .detail table tr:first-child th,
body#about #main_column .detail table tr:first-child td {
  border: none;
}
body#about #main_column .detail table th,
body#about #main_column .detail table td {
  padding: 18px 14px;
  border-top: 1px solid lighten(#232323, 65%);
  font-size: 20px;
  line-height: 1.6;
  vertical-align: top;
}
body#about #main_column .detail table th {
  width: 26%;
  text-align: right;
}
body#about #main_column .detail table td {
  padding-left: 40px;
}

/*------------------------------------------------------------------------------
 ページ：お問い合わせ
------------------------------------------------------------------------------*/
body#contact #main_column .contact_area {
  zoom: 1;
}
body#contact #main_column .contact_area:after {
  content: '';
  display: block;
  clear: both;
}
body#contact #main_column .contact_message {
  background: #fdd795;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px;
  border: 1px solid #f1cd8e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #816c46;
}
body#contact #main_column form {
  position: relative;
  width: 60%;
  margin: 0 auto 7%;
}
body#contact #main_column form .contact_area {
  margin: 0 0 15px;
}
body#contact #main_column form input[type=text],
body#contact #main_column form input[type=tel],
body#contact #main_column form input[type=email],
body#contact #main_column form textarea {
  width: 100%;
  background: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #e6dece;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#contact #main_column form input[type=text],
body#contact #main_column form input[type=tel],
body#contact #main_column form input[type=email] {
  padding: 8px;
  font-size: 20px;
}
body#contact #main_column form input[type=text] {
  width: 100%;
}
body#contact #main_column form input[type=text].contact_small {
  width: 60% !important;
}
body#contact #main_column form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  line-height: 1.6;
}
body#contact #main_column form input[type=text]:focus,
body#contact #main_column form input[type=tel]:focus,
body#contact #main_column form input[type=email]:focus,
body#contact #main_column form textarea:focus {
  background: #ffffff;
  border: 1px solid #cdc4b9;
  outline: none;
}
body#contact #main_column form label {
  font-size: 22px;
}
body#contact #main_column form label .requier {
  color: #cc0000;
}
body#contact #main_column form .checkbox,
body#contact #main_column form .radio {
  display: block;
}
body#contact #main_column form .checkbox label,
body#contact #main_column form .radio label {
  margin-right: 10px;
  font-size: 18px;
}
body#contact #main_column form select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  color: #232323;
}
body#contact #main_column form select:focus {
  outline: none;
}
@media screen and (max-width: 600px) {
  body#contact #main_column form select {
    padding: 7px 24px 7px 7px;
    background: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
body#contact #main_column form .wrap_select {
  position: relative;
  display: inline;
}
body#contact #main_column form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  color: #232323;
}
body#contact #main_column form .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 10px;
  background: #f9d8ab;
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-family: "YuMincho", "游明朝", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #866236;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#contact #main_column form .button:hover {
  cursor: pointer;
  background: #f7c17a;
}
body#contact #main_column form .button:active {
  background: #f7c17a;
}
body#contact #main_column form select {
  width: 100% !important;
}
body#contact #main_column form .button {
  background: #d9d3c0;
  color: #ffffff;
}
body#contact #main_column form .button:hover {
  background: #db413b;
}
body#contact #main_column .personal_info {
  width: 60%;
  margin: 20px auto 7%;
  padding: 20px;
  background: #d9d3c0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  color: #232323;
}
body#contact #main_column .personal_info p {
  margin-bottom: 0;
}

/*------------------------------------------------------------------------------
 ページ：予約
------------------------------------------------------------------------------*/
body#reservation #main_column > .inner {
  margin-bottom: 60px;
}
body#reservation #main_column .form {
  width: 100%;
  margin: 0 auto;
}
body#reservation #main_column .form .message {
  background: #fdd795;
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px;
  border: 1px solid #f1cd8e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
body#reservation #main_column .form .reservation_area {
  margin: 0 0 15px;
}
body#reservation #main_column .form form {
  width: 60%;
  margin: 0 auto 7%;
}
body#reservation #main_column .form input[type=text],
body#reservation #main_column .form input[type=tel],
body#reservation #main_column .form input[type=email],
body#reservation #main_column .form textarea {
  width: 100%;
  background: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #e6dece;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#reservation #main_column .form input[type=text],
body#reservation #main_column .form input[type=tel],
body#reservation #main_column .form input[type=email] {
  padding: 8px;
  font-size: 20px;
}
body#reservation #main_column .form input[type=text] {
  width: 100%;
}
body#reservation #main_column .form input[type=text].contact_small {
  width: 60% !important;
}
body#reservation #main_column .form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  line-height: 1.6;
}
body#reservation #main_column .form input[type=text]:focus,
body#reservation #main_column .form input[type=tel]:focus,
body#reservation #main_column .form input[type=email]:focus,
body#reservation #main_column .form textarea:focus {
  background: #ffffff;
  border: 1px solid #cdc4b9;
  outline: none;
}
body#reservation #main_column .form label {
  font-size: 22px;
}
body#reservation #main_column .form label .requier {
  color: #cc0000;
}
body#reservation #main_column .form .checkbox,
body#reservation #main_column .form .radio {
  display: block;
}
body#reservation #main_column .form .checkbox label,
body#reservation #main_column .form .radio label {
  margin-right: 10px;
  font-size: 18px;
}
body#reservation #main_column .form select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  color: #232323;
}
body#reservation #main_column .form select:focus {
  outline: none;
}
@media screen and (max-width: 600px) {
  body#reservation #main_column .form select {
    padding: 7px 24px 7px 7px;
    background: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
body#reservation #main_column .form .wrap_select {
  position: relative;
  display: inline;
}
body#reservation #main_column .form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  color: #232323;
}
body#reservation #main_column .form .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 10px;
  background: #f9d8ab;
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-family: "YuMincho", "游明朝", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #866236;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#reservation #main_column .form .button:hover {
  cursor: pointer;
  background: #f7c17a;
}
body#reservation #main_column .form .button:active {
  background: #f7c17a;
}
body#reservation #main_column .form .button {
  background: #d9d3c0;
  color: #ffffff;
}
body#reservation #main_column .form .button:hover {
  background: #db413b;
}
body#reservation #main_column .form .reservation_course_body {
  zoom: 1;
  position: relative;
  margin: 45px 0 0;
  padding: 40px 0 0;
  background: url(/img/theme_miyabi/white/line.png) repeat-x left top;
  margin: 5px 0 15px;
  background: none;
}
body#reservation #main_column .form .reservation_course_body:after {
  content: '';
  display: block;
  clear: both;
}
body#reservation #main_column .form .reservation_course_body:first-child {
  margin: 0;
  padding: 0;
  background: none;
}
body#reservation #main_column .form .reservation_course_body div {
  float: right;
  width: 56%;
}
body#reservation #main_column .form .reservation_course_body div img {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-left: auto;
  margin-right: 0;
}
body#reservation #main_column .form .reservation_course_body p {
  float: left;
  width: 44%;
  margin: 0;
  padding: 0 10px 0 0;
}
body#reservation #main_column .info {
  margin-top: 0;
}
body#reservation #main_column .info .note {
  margin: 0 0 20px;
}
body#reservation #main_column .info .summary {
  margin: 20px 0;
  padding: 20px;
  background: #efefe0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 26px;
  color: #232323;
}
body#reservation #main_column .article {
  position: relative;
  margin: 45px 0 0;
  padding: 40px 0 0;
  background: url(/img/theme_miyabi/white/line.png) repeat-x left top;
  zoom: 1;
}
body#reservation #main_column .article:first-child {
  margin: 0;
  padding: 0;
  background: none;
}
body#reservation #main_column .article:after {
  content: '';
  display: block;
  clear: both;
}
body#reservation #main_column .article .image {
  float: right;
  width: 56%;
  margin-left: 20px;
}
body#reservation #main_column .article .image img {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-left: auto;
  margin-right: 0;
}
body#reservation #main_column .article .details {
  padding: 10px 0 0;
}
body#reservation #main_column .article .details h3.title {
  margin: 0 0 .7em;
  line-height: 1;
  font-size: 26px;
}
body#reservation #main_column .article .details .body {
  margin: 0 0 15px;
}

/*------------------------------------------------------------------------------
 plugin
------------------------------------------------------------------------------*/
/* colorbox */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}
#cboxContent button {
  border: none;
}
#cboxContent button:focus {
  outline: none;
}

#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;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent,
#cboxLoadedContent {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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: #000000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 5px solid #131313;
  background: #ffffff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: none;
}

/* 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;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background-image: url(/img/theme_bistro/common/colorbox_navi.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background-image: url(/img/theme_bistro/common/colorbox_navi.png);
  background-repeat: no-repeat;
  background-position: top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background-image: url(/img/theme_bistro/common/colorbox_navi.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

/*------------------------------------------------------------------------------
 smartphone
------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }

  .sm_totop {
    display: block;
  }

  .sm_header {
    display: block;
  }

  #header > .inner {
    background-position: 30% 60% !important;
    text-align: center;
  }
  #header > .inner > div {
    padding: 0 10px;
  }
  #header h1 {
    margin: 0;
    padding: 10px 0;
    font-size: 30px;
  }
  #header .site_description {
    padding: 0 10px 2.4em;
    font-size: 15px;
  }
  #header #shop_info {
    position: static;
    padding: 8px 0 0;
    line-height: 1;
  }

  #header #shop_info .social_icons a {
    margin-left: .3em;
    font-size: 20px;
  }

  #contents {
    max-width: 100%;
  }
  #contents > .inner {
    padding: 10px 10px 0;
  }

  #main_column {
    float: none;
  }
  #main_column > .inner {
    margin: 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
  }
  #main_column #content_footer {
    display: none;
  }

  #sub_column {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    color: #232323;
  }
  #sub_column > .inner {
    padding: 0;
  }
  #sub_column #navi {
    display: none;
  }
  #sub_column .section#schedule {
    margin: 20px 0;
    text-align: left;
  }
  #sub_column .section#schedule .today_title {
    padding-top: 8px;
    border-top: 1px dotted #232323;
  }
  #sub_column .section#schedule .today_schedule {
    border-color: #232323;
  }
  #sub_column .section#social {
    margin: 0;
  }
  #sub_column .section#social .social_widget {
    margin: 10px 0 0;
  }
  #sub_column .section.qr_area {
    margin: 20px 0 0;
  }
  #sub_column .section.qr_area img {
    margin: 0;
  }
  #sub_column a:link, #sub_column a:visited {
    color: #232323;
  }
  #sub_column a:hover, #sub_column a:active {
    color: #232323;
  }

  .pager {
    height: 40px;
  }
  .pager .inner {
    position: relative;
    left: 0;
  }
  .pager .inner div {
    position: relative;
    left: 0;
  }
  .pager .inner div a {
    display: none;
    line-height: 42px;
  }
  .pager .inner div a.next, .pager .inner div a.prev {
    float: left;
    display: block;
    margin: 0;
    background: #c1a57c;
    border: none;
    font-size: 24px;
    color: #ffffff;
  }
  .pager .inner div a.next {
    float: right;
  }
  .pager .inner div a.chk {
    display: block;
    position: absolute;
    left: 50%;
    float: none;
    background: transparent;
    margin: 0 0 0 -20px;
    border: none;
    font-size: 26px;
    color: #232323;
  }


  #gadgets > .inner {
    padding-left: 0;
    padding-right: 0;
  }
  #gadgets .today_area {
    float: none;
    width: auto;
    margin: 0 10px;
  }
  #gadgets #footer_parts .navi_parts_detail {
    margin: 0 10px 10px;
  }

  #footer {
    display: block;
    position: static;
    margin: 0;
  }
  #footer > .inner {
    margin: 0;
    padding: 10px 10px 50px;
  }
  #footer .qr_area {
    display: none;
  }
  #footer .section.right {
    float: none;
    margin: 10px 0 0;
    text-align: center;
  }
  #footer .section.right div {
    font-size: 16px;
  }
  #footer #social {
    float: none;
    margin: 15px 0 0;
  }

  body#top #main_column > .inner {
    padding: 0 !important;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  body#top #main_column .rslides {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
  }
  body#top #main_column #wrap_top_content .welcome_message,
  body#top #main_column #wrap_top_content .information {
    float: none;
    width: 100%;
  }
  body#top #main_column #wrap_top_content .welcome_message {
    padding: 0;
  }
  body#top #main_column #wrap_top_content .welcome_message h3 {
    margin: 10px 0 .5em;
    font-size: 26px;
  }
  body#top #main_column #wrap_top_content .welcome_message .message p,
  body#top #main_column #wrap_top_content .welcome_message .message span {
    text-align: left !important;
  }
  body#top #main_column #wrap_top_content .information {
    padding: 0;
  }
  body#top #main_column #wrap_top_content .information h3 {
    margin: 30px 0 .5em;
    font-size: 26px;
  }
  body#top #main_column #wrap_top_content .information li a:link span.date, body#top #main_column #wrap_top_content .information li a:visited span.date {
    font-size: 18px;
  }
  body#top #main_column #wrap_top_content .information li a:link span.title, body#top #main_column #wrap_top_content .information li a:visited span.title {
    font-size: 16px;
  }

  body#info #main_column .article {
    margin: 25px 0 0;
    padding: 20px 0 0;
  }
  body#info #main_column .article .date {
    font-size: 16px;
  }
  body#info #main_column .article h3 {
    font-size: 22px;
  }
  body#info #main_column .article .photo {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 0 0 10px 0;
  }

  body#photo #main_column .inner {
    padding: 10px 0;
  }
  body#photo #main_column #index .album {
    position: relative;
  }
  body#photo #main_column #index .album .thumb {
    width: 20%;
    height: 135px;
  }
  body#photo #main_column #index .album > h3 + .thumb {
    width: 40%;
    height: 270px;
  }

  body#menu #main_column .article {
    margin-bottom: 30px;
  }
  body#menu #main_column .article .details .title {
    margin-top: 0;
    font-size: 22px;
  }
  body#menu #main_column .article .image {
    float: none;
    width: 100%;
    margin: 0 0 1em;
  }

  body#calendar #main_column .navi {
    font-size: 16px;
    text-align: center;
    margin: 0 0 6px;
  }
  body#calendar #main_column .navi a {
    font-size: 14px;
  }
  body#calendar #main_column .table_calendar th {
    padding: 3px 0;
    font-size: 10px;
  }
  body#calendar #main_column .table_calendar td {
    height: 70px;
  }
  body#calendar #main_column .table_calendar td p.day {
    height: 70px;
    padding: 7px;
    font-size: 15px;
    line-height: 100px;
  }
  body#calendar #main_column .table_calendar td a {
    left: 5px;
    top: 8px;
  }

  body#about #main_column .map iframe {
    height: 350px;
  }
  body#about #main_column .detail table th,
  body#about #main_column .detail table td {
    padding: 8px;
    font-size: 16px;
  }

  body#contact #main_column form,
  body#contact #main_column .personal_info {
    width: 100%;
  }

  body#coupon #main_column .contact_message {
    width: 100%;
    margin: 0 auto 20px;
  }
  body#coupon #main_column form {
    width: 100%;
    margin: 0 auto;
  }
  body#coupon #main_column .personal_info {
    width: 100%;
    margin-bottom: 0;
  }
  body#coupon #main_column .article {
    margin: 25px 0 0;
    padding: 20px 0 0;
  }
  body#coupon #main_column .article .image {
    float: none;
    width: 100%;
    margin: 0;
  }
  body#coupon #main_column .article .details {
    padding: 10px 0 0;
  }
  body#coupon #main_column .article .details h3.title {
    font-size: 20px;
    margin: 0 0 .7em;
  }

  body#reservation #main_column .form {
    width: 100%;
    margin: 0 auto;
  }
  body#reservation #main_column .form form {
    width: 100%;
    margin: 0;
  }
  body#reservation #main_column .form .reservation_course_body div {
    float: none;
    width: 100%;
  }
  body#reservation #main_column .form .reservation_course_body div img {
    margin-left: 0;
  }
  body#reservation #main_column .form .reservation_course_body p {
    float: none;
    width: 100%;
  }
  body#reservation #main_column .info .note {
    margin: 0 0 20px;
  }
  body#reservation #main_column .info .summary {
    padding: 10px;
    font-size: 20px;
  }
  body#reservation #main_column .article .image {
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  body#reservation #main_column .article .details {
    padding: 10px 0 0;
  }
  body#reservation #main_column .article .details h3.title {
    margin: 0 0 .7em;
    line-height: 1;
    font-size: 20px;
  }
  body#reservation #main_column .article .details .body {
    margin: 0 0 15px;
  }

  .textfield table {
    width: 100% !important;
    height: auto !important;
  }
}

/* tooltip */
.hotspot {
  cursor: pointer;
}
#tt {
  position: absolute;
  display: block;
  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;
}
