@import url('https://fonts.googleapis.com/earlyaccess/mplus1p.css');


/* Business: ver.202309250000 */

/* -----------------------------------------
カラーCSS読み込み
----------------------------------------- */


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

 reset CSS

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

html,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;outline:0;font-size:100%;list-style:none;vertical-align:baseline;background:transparent}
iframe,fieldset,img {border:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

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

  clear

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

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

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

/* --------------------------------------
  wysiwyg出力用style
--------------------------------------- */

.wysiwyg ul,
.wysiwyg ul li {
  list-style: disc;
}

.wysiwyg ol,
.wysiwyg ol li {
  list-style: decimal;
}

.wysiwyg li {
  margin-left: 2em;
}

.wysiwyg ol li {
  margin-left: 2.3em;
}

/* --------------------------------------
  HTML再定義
--------------------------------------- */

* {
  overflow-wrap: break-word;
}

html {
  height:100%;
  }
body {
  font-size: 13px;
  font-family: 'M Plus 1p';
  letter-spacing: 1px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: #d7d7d7;
  background-repeat: repeat;
  background-position: center center;
  background-image: none;
}


body #container {
  width: 968px;
  margin: 0 auto;
  height: auto !important; /*IE6対策*/
  height:100%; /*IE6対策*/
  min-height: 100%;
  background-image: url(/img/theme_business/shadow.png);
  background-repeat: repeat-y;
  background-position: center center;
  }

body #wrapper {
  width: 960px;
  margin: 0 auto;
  background: #ffffff;
  }

div#wrapper_inner {
  height: auto;
  margin: 0 auto;
  }

body#top div#wrapper_inner {
  height: auto;
  margin: 0 auto;
  }

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

div#contents {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 960px;
  }

div#contents_inner {
  margin: 0 30px;
  }

#header {
  border-top: 6px solid #000000;
  padding: 10px 30px;
  }

div#main {
  float: right;
  }

/* --- Main float none area--- */
body#recruit div#main,
body#top div#main,
body#free div#main,
body#staff div#main,
body#reservation div#main,
body#event-reservation div#main,
body#coupon div#main,
body#contact div#main,
body#calendar div#main,
body#about div#main {
  width: 900px;
  float: none;
  }
/* --- Main float none area--- */

#main_inner {
  margin: 0 0 30px;
  }

/* --------------------------------------
 WYSIWYGフィールド表示制御
--------------------------------------- */
.welcome_area_message ul li,
.info_body ul li,
.photo_body ul li,
.menu_body ul li,
.schedule_detail_body ul li,
.free_area ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.welcome_area_message ol li,
.info_body ol li,
.photo_body ol li,
.menu_body ol li,
.schedule_detail_body ol li,
.free_area ol li {
  list-style-type: decimal;
  list-style-position: inside;
}


/* --------------------------------------
  リンク
--------------------------------------- */

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

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

a:hover {
  color: #8d8d8d;
  text-decoration: underline;
  }

a:active {
  color: #ffffff;
  text-decoration: none;
  outline: 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-"] {
    /* 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";
}

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

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

.header_social_wrap {
  font-size: 16px;
  margin: 0 0 0 15px;
  float: right;
}

.header_social_wrap a:link {
  color: #000000;
  text-decoration: none;
}

.header_social_wrap a:hover {
  color: #8d8d8d;
  text-decoration: none;
}

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

/* --------------------------------------
  Google翻訳ウィジェット
  --------------------------------------- */

#google_translate_element .goog-te-gadget a {
  pointer-events: none;
}

/* --------------------------------------
  ヘッダー
  --------------------------------------- */
.shop_title {
  margin: 0 0 0 0;
  height: auto;
  text-align: right;
  }
.shop_tel {
}


.shop_tel_sp {
  font-size: 13px;
  letter-spacing: 0.1em;
  float: right;
  }

.site_title {
  text-align: left;
  padding: 0 0 60px 0;
  }

body .site_title {
  color: #000000;
  text-align: left;
  margin: 0 0 30px 0;
  padding: 0;
  background-repeat: repeat;
  }

h1.site_logo {
  color: #000000;
  font-weight: bold;
  font-size: 45px;
  font-family: 'M Plus 1p';
  padding: 0;
  }
.site_description {
  color: #000000;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-family: 'm plus 1p';
}


/* --------------------------------------
トップ
---------------------------------------*/

.rslides {
  display: block;
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto 30px;
  }

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

.rslides li {
  width: 900px;
  }

.rslides img {
  width: 100%;
  }

.caption {
  display: block;
  position: absolute;
  z-index: 2;
  color:   #ffffff;;
  background: rgb(0,0,0);background: rgba(0,0,0,0.6);
  left: 0;
  right: 0;
  bottom: 3px;
  padding: 0;
  margin: 0;
  width: 100%;
  }

.caption_txt {
  display: block;
  line-height: 27px;
  padding: 0 20px;
  }

#top_main {
  display: none;
  }

/* -- topのみ --*/
body#top #top_main {
  display: block;
  margin: 0 0 30px 0;
  }

/* --------------------------------------
  ページタイトル
--------------------------------------- */

#main h2.page_title {
  color: #000000;
  font-size: 27px;
  font-weight: bolder;
  text-align: left;
  margin: 0 0 50px -280px;
  _margin: 0;
  padding: 0 0 0 0;
  }

/* ---   サイドナビがないページ用 ---*/
body#recruit #main h2.page_title,
body#free #main h2.page_title,
body#staff #main h2.page_title,
body#reservation #main h2.page_title,
body#event-reservation #main h2.page_title,
body#coupon #main h2.page_title,
body#contact #main h2.page_title,
body#about #main h2.page_title {
  margin: 0 0 50px 0 !important;
  }
/* ---   サイドナビがないページ用 ---*/

/* ---   カレンダーページにのみ適用---*/
body#calendar #main h2.page_title  {
  margin: 0;
  padding: 0 0 40px 0;
  }
/* ---   カレンダーページにのみ適用 ---*/

/* --------------------------------------
  ナビゲーション
--------------------------------------- */

.menubtn {
  display: none;
  }

body #navi {
  width: 960px;
  _width: 1000px;/*IE6対策*/
  margin: 0 auto;
  background-repeat :repeat;
  }

body #navi {
  background: #000000;
  }

.navi_line_top {
  height: 2px;
  background: #000000;
  border-bottom: 1px solid #ffffff;
  }

.navi_line_bottom {
  height: 2px;
  background: #000000;
  border-top: 1px solid #ffffff;
  margin-bottom: 40px;
  }

body#top .navi_line_bottom {
  margin-bottom: 30px;
  }

#navi_inner {
  display: block;
  padding: 0 0 10px 0;
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  }

#navi_inner ul {
  list-style-type: none;
  padding: 12px 0 0;
  margin: 0;
  line-height: 25px;
  position: relative;
  left: 50%;
  float: left;
  }

#navi_inner ul li {
  font-weight: bolder;
  position: relative;
  left: -50%;
  float: left;
  }

#navi_inner ul li a {
  display: block;
  padding: 0 10px 0;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  }

#navi_inner ul li a:hover {
  opacity: 0.7;
  }

html>body #navi ul li .active {
  opacity: 0.7;
  }

/* スマホ用サブナビを非表示 */
#navi ul.sub_navi {
  display: none !important;
  }

/* PC用サブナビ */
.sub_navi_side {
  float: left;
  font-size: 11px;
  width: 226px;
  margin-top: 91px;
  }

.sub_navi_side ul.sub_navi {
  padding: 0;
  }

body#recruit .sub_navi_side,
body#top .sub_navi_side,
body#free .sub_navi_side,
body#staff .sub_navi_side,
body#reservation .sub_navi_side,
body#event-reservation .sub_navi_side,
body#coupon .sub_navi_side,
body#contact .sub_navi_side,
body#about .sub_navi_side,
body#calendar .sub_navi_side {
  display: none;
  }

ul.sub_navi_side li {
  border-bottom: 1px solid #ffffff;
  padding: 8px 0 9px 0;
  background: #000000;
  }

ul.sub_navi_side li a {
  margin-bottom: 1px;
  padding: 2px 15px 0 32px;
  display: block;
  color: #ffffff;
  font-weight: bold;
  background-image: url(/img/theme_business/sub_navi_arrow_white.png);
  background-repeat: no-repeat;
  background-position: 10px 2px;
  }

ul.sub_navi_side li a:hover {
  opacity: 0.7;
  text-decoration: none;
  }

ul.sub_navi_side li:last-child {
  border-bottom: none;
  }

/* フリーページナビゲーション用 */
.free_area {
  line-height: 1.5;
  }

/* --------------------------------------
  サイドバー
--------------------------------------- */

#sidebar {
  width: 250px;
  float: left;
  }

#sidebar_inner {
  margin: 0;
  }

/* ナビパーツ */
div#navi_parts {
  font-size: 12px;
  margin: 0 0 30px 0;
  padding: 0;
  color: #ffffff;
  }

div#navi_parts img{
  max-width: 100%;
  }

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

/* today */
.today_area {
  margin: 0 0 25px 0;
  font-size: 12px;
  color: #000000;
}


.today_title {
  color: #ffffff;
  font-weight: bolder;
  background: #000000;
  height: 40px;
  line-height: 40px;
  text-align: center;
  }

.today_schedule {
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 20px;
  }

.today_schedule a {
  color: #000000;
  }

.today_schedule a:hover {
  color: #8d8d8d;
  }

/* カウンター */
.counter_area {
  border: 1px solid #000000;
  margin: 0 0 25px 0;
  padding: 0 0 20px 0;
  color: #000000;
}


.counter_title {
  background: #000000;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bolder;
  margin-bottom: 20px;
  text-align: center;
  }

.counter_today {
  margin: 0 20px 7px;
  }

.counter_today span.num {
  font-weight: bolder;
  }

.counter_yesterday {
  margin: 0 20px 7px;
  }

.counter_yesterday span.num {
  font-weight: bolder;
  }

.counter_total {
  margin: 0 20px 0;
  }

.counter_total span.num {
  font-weight: bolder;
  }

/* QRコード */
.qr_area {
  border: 1px solid #000000;
  margin: 0 !important;
  color: #000000;
  padding: 0 0 20px 0 !important;
}


.qr_title {
  background: #000000;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bolder;
  margin-bottom: 20px;
  text-align: center;
  }

.qr_img {
  text-align: center;
  }

#social_widgets {
  margin: 0 0 30px 0;
}

.introduction {
    margin-top: 30px;
    text-align: center;
}

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


/* --------------------------------------
  フッター
--------------------------------------- */

body #footer {
  clear: both;
  background: #000000;
  margin: 0 auto;
  width: 960px;
  color: #ffffff;
  height: 42px;
  }

div#footer_copyright {
  width: 100%;
  }

div#footer_copyright_inner {
  width: 960px;
  margin: 0  auto;
  }

.shop_title_footer{
  display: none;
  }
.copyright {
  margin: 10px 30px;
  float: left;
  font-size: 12px;
}


.powered_base {
  margin: 10px 30px;
  float: right;
  font-size: 12px;
  }
.powered {
  display: none;
  float: left;
}

.shop_rss {
  margin: 2px 0 0 10px;
  float: left;
}


.shop_rss_area {
  float: left;
  margin: 2px 0 0 10px;
  }

.powered a:link,
.copyright a:link {
  color: #ffffff;
  }

.powered a:visited,
.copyright a:visited {
  color: #ffffff;
  }

.powered a:hover,
.copyright a:hover {
  color: #ffffff;
  }

.powered a:active,
.copyright a:active {
  color: #ffffff;
  }

/* --------------------------------------
  トップ
--------------------------------------- */

#welcome_info_area {
  float: right;
  width: 620px;
  }

.welcome_area {
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
  }

.welcome_area_title {
  color: #000000;
  font-size: 23px;
  font-weight: normal;
  margin: 0 0 2px 0;
  border-left: 6px solid   #000000;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  }

.welcome_area_message {
  list-style-type: none;
  line-height: 1.5;
  }

.title_line_1 {
  height: 4px;
  background: #000000;
  margin: 0 0 2px 0;
  }

.title_line_2 {
  border-bottom: 1px solid #000000;
  margin: 0 0 20px 0;
  }

.title_line_3 {
  height: 3px;
  background: #000000;
  }

.title_line_4 {
  height: 3px;
  background: #000000;
  margin: 0 0 20px 0;
  }

.top_info_area {
  list-style-type: none;
  }

.top_info_title {
  color: #000000;
  font-size: 23px;
  font-weight: normal;
  margin: 0 0 2px 0;
  border-left: 6px solid   #000000;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  }

.top_info_message {
  list-style-type: none;
  }

.top_info_message li {
  margin: 0 0 5px 0;
  }

.top_info_message li a {
  margin: 0 0 10px 0;
  }

.top_info_date {
  margin-right: 10px;
  }

/* --------------------------------------
  日記
--------------------------------------- */

.p-diary {
  width: 620px;
  margin: 0 0 32px 0;
  }

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

/* --------------------------------------
  インフォメーション
--------------------------------------- */

.info_area {
  width: 620px;
  margin: 0 0 32px 0;
  }

.info {
  width: 620px;
  padding:0 1px;
  margin: 0 0 25px 0;
  }

.info_photo {
  padding: 0 1px;
  margin: 0 0 15px 0;
  }

.info_photo img {
  }

.info_date {
  font-size: 12px;
  padding: 0 0 4px 1px;
  color: #000000;
  font-weight: bold;
  }

.info_title {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
  }

.info_body {
  color: #000000;
  padding: 0 1px 0 1px;
  line-height: 1.5;
  }

/* --------------------------------------
  カレンダー
--------------------------------------- */

.calendar_area {
  margin: 0 0 35px 0;
  width: 100%;
  }

.calendar_header {
  margin: 0 0 50px 0;
  font-size: 13px;
  text-align: center;
  font-weight: bolder;
  }

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

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

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

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

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

.table_calendar td img {
  padding: 20px;
  }

.table_calendar td img:hover {
  border: 2px solid  #848484;
  padding: 18px;
  }

.table_calendar td.sun {
  }

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

.table_calendar td p.day {
  font-size: 14px;
  line-height: 14px;
  margin: 2px 5px 0 5px;
  padding: 0;
  text-align: right;
  }

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

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

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

.schedule_date {
  font-weight: bolder;
  font-size: 17px;
  color: #000000;
  margin: 0 0 12px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px dotted #a3a3a3;
  }

.schedule ul {
  list-style: none;
  margin: 0 0 40px 0;
  }

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

.schedule_category {
  padding: 5px 7px;
  margin:0 10px 0 0;
  font-size: 10px;
  background-color: #000000;
  color: #ffffff;
  }

.schedule_time {
  font-weight: bolder;
  }

.schedule_title {
  font-weight: bolder;
  }

.schedule_detail {
  width: 620px;
  margin: 0 0 36px 0;
  padding: 0 0 8px 0;
  padding: 0 0 8px 0;
  }

.schedule_detail_date {
  font-size: 12px;
  color: #000000;
  }

.schedule_detail_category {
  padding: 4px 7px;
  margin: 0 0 8px 0;
  font-size: 10px;
  background-color: #000000;
  color: #ffffff;
  }

.schedule_detail_title {
  font-weight: bolder;
  font-size: 14px;
  margin: 10px 0 3px 0;
  }

.schedule_detail_body {
  color: #000000;
  line-height: 1.5;
  }

.schedule_detail_body img {
  margin: 4px 0 10px 0;
  }

/* --------------------------------------
  メニュー
--------------------------------------- */

.menu_area {
  width:620px;
  margin: 0 0 40px 0;
  }

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

.menu_category {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
  }

.menu_title {
  font-size: 17px;
  font-weight: bolder;
  line-height: 24px;
  padding:0 1px;
  margin: 10px 0 10px 0;
  }

.menu {
  margin: 0 0 15px 0;
  }

.menu_price {
  color:  #000000;
  font-size: 14px;
  font-weight: bolder;
  line-height: 24px;
  margin: 0 0 3px 0;
  padding:0 1px;
  }

.menu_body {
  clear: both;
  width: 100%;
  color: #000000;
  margin: 0;
  padding: 0 1px;
  line-height: 1.5;
  }

.menu_body img {
  float: left;
  margin: 0 20px 20px 0;
  padding:0 1px;
  }

.menu_body p img {
  float: none;
  }

/* --------------------------------------
  フォトギャラリー
--------------------------------------- */

.album_title {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
  }

.photo_area {
  width: 620px;
  margin: 0 0 32px 0;
  }

.album {
  margin: 0 0 30px -15px;
  padding: 0 0 0 0;
  }

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

.photo_thumb {
  float: left;
  margin: 0 0 15px 15px;
  }

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

.photo_image {
  margin: 0 0 10px 0;
  padding: 0 1px;
  }

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

.photo_title {
  font-size: 15px;
  font-weight: bolder;
  margin: 0 0 10px 0;
  padding: 0 1px;
  }

.photo_body {
  color: #6a6a6a;
  padding: 0 1px 25px 1px;
  border-bottom: 1px dotted #000000;
  line-height: 1.5;
  }

/* --------------------------------------
  クーポン
--------------------------------------- */

.coupon_area {
  margin-bottom: 40px;
  }

.coupon {
  padding: 0;
  margin-bottom: 20px;
  }

.coupon_image img {
  float: left;
  margin: 0 25px 25px 0;
  }

.coupon_qr {
  width: 110px;
  }

.coupon_title {
  font-weight: bolder;
  margin-bottom: 10px;
  font-size: 17px;
  }

.coupon_body {
  float: left;
  }

.coupon_body ul {
  color: #000000;
  font-weight: bolder;
  margin-bottom: 10px;
  }

.coupon_body ul li {
  list-style-type: none;
  }

.coupon_print {
  font-weight: bolder;
  }

/* --------------------------------------
  店舗情報
--------------------------------------- */

.about_area {
  }

.map {
  width: 100%;
  height: 100%;
  margin: 0 0 25px 0;
  padding: 0;
  background: #ffffff;
  }

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

.table_detail {
  float: right;
  width: 100%;
  border-top: 1px solid #a3a3a3;
  background-image: url(/img/theme_business/white_65.png);
  margin-bottom: 30px;
  }

.table_detail th {
  width:150px;
  text-align: center;
  white-space: nowrap;
  padding: 15px 15px;
  border-bottom: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  }

.table_detail td {
  width: 350px;
  color: #000000;
  padding: 15px 15px;
  border-bottom: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  border-right: 1px solid #a3a3a3;
  }

/* --------------------------------------
  お問い合わせ
--------------------------------------- */

.contact_area {
  font-weight: bolder;
  margin: 0 0 15px 0;
  display: block;
  clear: both;
  overflow: hidden;
  line-height: 17px;
  }

.contact_wrapper {
  float: right;
  }

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

.contact_area label {
  margin: 0 0 5px 0;
  }

.contact_area input {
  box-sizing: border-box;
  margin: 0 5px 0 0;
  font-size: 14px;
  padding: 5px;
  vertical-align: middle;
  }

.contact_area textarea {
  box-sizing: border-box;
  font-size: 14px;
  }

.contact_name {
  width: 100%;
  }

.contact_email {
  width: 100%;
  }

.contact_tel {
  width: 100%;
  }

.contact_body {
  height: 150px;
  width: 100%;
  }

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

.contact_area .button {
  box-sizing: border-box;
  color: #434343;
  background-color: #b4b4b4;
  background: -moz-linear-gradient(
  top,
  #eeeeee 0%,
  #b4b4b4);
background: -webkit-gradient(
  linear, left top, left bottom,
  from(#eeeeee),
  to(#b4b4b4));
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #b4b4b4;
-moz-box-shadow:
  0px 2px 2px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,1);
-webkit-box-shadow:
  0px 2px 2px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,1);
box-shadow:
  0px 2px 2px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,1);
  cursor: pointer;
  font-size: 14px;
  font-weight: bolder;
  margin: 10px 0;
  padding: 11px 30px;
  width: 100%;
 }

.contact_small {
  width: 50%;
  }

.contact_medium {
  width: 100%;
  }

.contact_large {
  width: 100%;
  height: 100px;
  }

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

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

.checkbox label {
  display: block;
  margin: 0 0 5px 0;
  }

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

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

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

.personal_info {
  float: left;
  width: 340px;
  font-weight: bolder;
  margin: 1px 0 34px 0;
  font-size: 12px;
  }

.personal_info_txt {
  margin: 8px 0 0 0;
  color: #000000;
  font-weight: normal;
  line-height: 150%;
  }

/* --------------------------------------
    予約ページ
--------------------------------------- */

.reservation_area {
  font-weight: bolder;
  margin: 0 0 15px 0;
  display: block;
  clear: both;
  overflow: hidden;
  line-height: 17px;
  }

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

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

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

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

.reservation_form .reservation_area input {
  margin: 0 5px 0 0;
  font-size: 14px;
  padding: 5px;
  vertical-align: middle;
  }

.reservation_form .reservation_area textarea {
  margin: 0;
  font-size: 14px;
  padding: 5px;

  }
.reservation_form .reservation_name {
  width: 500px;
  }

.reservation_form .reservation_email {
  width: 500px;
  }

.reservation_form .reservation_tel {
  width: 500px;
  }

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

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

.reservation_area .button {
  color: #434343;
  background-color: #b4b4b4;
  background: -moz-linear-gradient(
  top,
  #eeeeee 0%,
  #b4b4b4);
background: -webkit-gradient(
  linear, left top, left bottom,
  from(#eeeeee),
  to(#b4b4b4));
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #b4b4b4;
-moz-box-shadow:
  0px 2px 2px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,1);
-webkit-box-shadow:
  0px 2px 2px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,1);
box-shadow:
  0px 2px 2px rgba(000,000,000,0.5),
  inset 0px 0px 1px rgba(255,255,255,1);
  cursor: pointer;
  font-size: 14px;
  font-weight: bolder;
  margin: 10px 0;
  padding: 11px 30px;
  width: 514px;
  }

.reservation_form .reservation_small {
  width: 200px;
  }

.reservation_form .reservation_medium {
  width: 200px;
  }

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

.reservation_info .reservation_tel_number {
  background: url(/img/menu/tel.gif) no-repeat 0 0;
  color: #6a6a6a;
  font-family: 'M Plus 1p';
  font-size: 16px;
  font-weight: bolder;
  padding: 3px 5px 5px 30px;
  }

.reservation_info .reservation_tel_time {
  border: 1px solid #DD6669;
  padding: 10px;
  }

.reservation_list .reservation_title {
  font-size: 14px;
  font-weight: bolder;
  line-height: 24px;
  padding: 10px 0;
  }

.reservation_course_body img {
  margin: 5px 0 0 0;
  }

.reservation_course_body p {
  font-weight: normal;
  color: #6a6a6a;
  margin: 10px 0;
  }

/* --------------------------------------
  pager
--------------------------------------- */

.pager {
  text-align: center;
  white-space: nowrap;
  padding: 5px 0;
  font-size: 12px;
  line-height: 16px;
  font-family: 'M Plus 1p';
  }

.pager a {
  margin: 0 2px;
  padding: 3px 5px;
  }

.pager a:link {
  color: #6a6a6a;
  }

.pager a:visited {
  color: #6a6a6a;
  }

.pager a:hover {
  color: #6a6a6a;
  }

.pager a.next {
  margin: 0 2px;
  padding: 3px 5px;
  }

.pager a.next:link {
  color: #6a6a6a;
  text-decoration: none;
  }

.pager a.next:visited {
  color: #6a6a6a;
  text-decoration: none;
  }

.pager a.next:hover {
  color: #6a6a6a;
  text-decoration: none;
  }

.pager a.next:active {
  text-decoration: none;
  }

.pager a.chk {
  margin: 0 2px;
  padding: 5px 7px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  }

/*--------------------------------
  AutoPagerize
--------------------------------*/

.autopagerize_page_element {
  clear: both;
  }

#hr {
  border: none;
  margin-top: 20px;
  }

.autopagerize_link {
  margin-bottom: 20px;
  }

/* --------------------------------------
    custom staff
--------------------------------------- */

  .staff_wrap {
    width: 100%;
    margin-bottom: 30px;
    float: left;
  }

  .staff--image {
    margin-right: 5%;
    float: left;
    width: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .staff--image::before {
    content: '';
    display:block;
    padding-top:100%;
  }

  .staff__text {
    float: left;
    width: 65%;
  }

  .staff__text--name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .staff__text--job {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .staff__text--description {
    margin-bottom: 25px;
  }

  .staff__text--social a {
    letter-spacing: .5px;
    margin: 0 14px 10px 0;
    display: block;
    float: left;
}

  .staff__text--social a:link {
    text-decoration: none;
  }

  .staff__text--social a:visited {
    text-decoration: none;
  }

  .staff__text--social a:hover {
    text-decolation: none;
    opacity: .7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .staff__text--social a:active {
    text-decoration: none;
  }

  .staff__text--social_icon img {
    width: 22px;
  }

  .staff__text--social_text {
    vertical-align: bottom;
  }

/* --------------------------------------
  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;
  }

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

#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #fff;
}

#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  outline: 0;
}

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  position: relative;
  overflow: visible;
  margin-top: 0;
  background: transparent;
}

#cboxLoadedContent {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: auto;
  padding: 0;
  background: transparent;
}

#cboxTitle {
  margin: 0;
  position: absolute;
  top: -22px;
  left: 0;
  color: #333;
}

#cboxCurrent {
  position: absolute;
  top: -28px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  text-indent: 0;
  font-size: 16px;
  line-height: 1;
  font-family: 'M Plus 1p';
  color: #333;
}

#cboxPrevious,
#cboxNext,
#cboxClose {
  position: absolute;
  overflow: visible;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 2px;
  text-indent: 0;
  transition: all 0.2s;
  cursor: pointer;
  outline: 0;
}

#cboxPrevious {
  top: calc(50% - 18px);
  right: auto;
  left: -40px;
  text-indent: -0.07em;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}

#cboxNext {
  top: calc(50% - 18px);
  right: -40px;
  text-indent: 0.07em;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}

#cboxClose {
  top: -40px;
  right: -40px;
}

@media only screen and (min-width: 769px) {
  #cboxClose {
    right: -36px;
  }

  #cboxPrevious:hover,
  #cboxNext:hover,
  #cboxClose:hover {
    background: #ccc;
  }
}

#cboxPrevious .fa,
#cboxNext .fa {
  color: #333;
}

#cboxClose .fa {
  font-size: 20px;
  color: #333;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  overflow: visible;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  text-indent: 0;
  outline: 0;
}

#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

@media only screen and (max-width: 800px) {
  #cboxLoadedContent table {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 800px) {
  #cboxLoadedContent [class^="wysiwyg_template_profile"],
  #cboxLoadedContent [class^="wysiwyg_template_profile"] td,
  #cboxLoadedContent [class^="wysiwyg_template_profile"] img {
    display: block;
    max-width: 100%;
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.photo-modal__image img {
  display: block;
  max-width: 100%;
  max-height: 76vh;
  margin: auto;
}

.photo-modal-body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 16px;
  background: #ddd;
  color: #333;
}

.photo-modal--photo .photo-modal-body {
  display: none;
}

.photo-modal-body__item:empty {
  display: none;
}

.photo-modal-body__item + .photo-modal-body__item {
  margin: 1em 0 0;
}

.photo-modal-body__item--title {
  font-weight: bold;
  font-size: 15px;
}

/* --------------------------------------
  For IE6
--------------------------------------- */

* html .info {
  margin: 0 0 40px 0;
  }

* html .table_calendar td a.hotspot {
  display: block;
  width: 26px;
  height: 26px;
  border: 2px solid #a3a3a3;
  cursor: hand;
  }


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

Smart Phone
※ 幅600px以下のデバイスには、下記のスタイルが継承されます。

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

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

html {
   height: auto;
   }

table {
    width: 100% !important;
  }

body .smartphone {
  width: 100%;
  font-size: 13px;
  height: auto;
  margin: 0;
  }

img {
  max-width: 100%;
  height: auto;
  border: none;
  }

html>body #wrapper  {
  padding: 0;
  width: 100%;
  height:auto;
  min-height: auto;
  background-image: none;
  background-color: #ffffff;
  }

/* --- トップページのみ --- */
body#top div#wrapper  {
  width: 100%;
  position: relative;
  height: auto;
  min-height: auto;
  background-color: #ffffff;
  }
/* --- トップページのみ --- */

body #container {
  width: 100%;
  background-image: none;
  background-color: #ffffff;
  }

div#wrapper_inner {
  margin: 0 20px;
  }

body#top div#wrapper_inner {
  margin: 0 20px;
  }

div#contents {
  margin: 0;
  padding-bottom: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  }

div#contents_inner {
  overflow:hidden;
  margin: 0;
  }

div#main {
  margin: 0 0 40px;
  float: none;
  width: 100%;
  }

/* --- Main float none area--- */
body#recruit div#main,
body#top div#main,
body#free div#main,
body#staff div#main,
body#reservation div#main,
body#event-reservation div#main,
body#coupon div#main,
body#contact div#main,
body#calendar div#main,
body#about div#main {
  width: 100%;
  float: none;
  }
/* --- Main float none area--- */

div#main_inner {
  margin:  0 0 50px 0;
  }

#header {
  border-top: 6px solid #000000;
  margin: 0 -20px;
  padding: 10px 20px 20px;
  }

/* --------------------------------------
  ヘッダー
  --------------------------------------- */

html>body .site_title {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 18px 0 5px;
  background-image: none;
  background-color: rgba(255, 255, 255, 0);
  }

/* --- トップページのみ --- */
html>body#top .site_title {
  padding: 20px 0 18px;
  width: 100%;
  }
/* --- トップページのみ --- */

h1.site_logo {
  width: 100%;
  font-weight: bold;
  font-size: 40px;
  font-family: 'M Plus 1p';
  padding-top: 0;
  text-align: center;
  margin: 0;
  }

.site_description_smartphone {
  width: 100%;
  color: #000000;
  letter-spacing: 0.1em;
  margin-left: 3px;
  padding-bottom: 25px;
  font-size: 12px;
  font-family: 'M Plus 1p';
  }

.shop_tel_sp {
  display: none;
}

/* --------------------------------------
  ページタイトル
--------------------------------------- */

#main h2.page_title {
  font-size: 20px;
  vertical-align: top;
  font-weight: bolder;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0 0 10px ;
  }

/* ---   サイドナビがないページ用 ---*/
body#recruit #main h2.page_title,
body#free #main h2.page_title,
body#staff #main h2.page_title,
body#reservation #main h2.page_title,
body#event-reservation #main h2.page_title,
body#coupon #main h2.page_title,
body#contact #main h2.page_title,
body#about #main h2.page_title {
  margin: 0 0 30px 0 !important;
  }
/* ---   サイドナビがないページ用 ---*/

/* ---   カレンダーページにのみ適用---*/
body#calendar #main h2.page_title  {
  margin: 0 0 5px 0 !important;
  padding: 0 0 10px !important;
  }
/* ---   カレンダーページにのみ適用 ---*/

/* --------------------------------------
  ナビゲーション
--------------------------------------- */

.menubtn {
  cursor: pointer;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bolder;
  color: #ffffff;
  background-color: #000000;
  display: block;
  }

body #navi {
  margin: 0 0 40px 0 !important;
  width: 100%;
  height: auto;
  background-image: none;
  position: static;
  }

/*TOPのみ*/
body#top #navi {
  margin: 0 0 30px 0 !important;
  }

.navi_line_top {
  display: none;
  }

.navi_line_bottom {
  display: none;
  }

#navi_inner {
  display: none;
  padding: 0;
  width: auto;
  margin: 0 ;
  overflow: hidden;
  position: relative;
  }

#navi_inner ul {
  list-style-type: none;
  padding: 0;
  line-height: 25px;
  margin: 0;
  position: static;
  left: auto;
  float: none;
  border-top: 1px solid #000000;
  }

#navi_inner ul li {
  font-weight: bolder;
  position: relative;
  left: auto;
  float: none;
  }

html>body #navi ul li a {
  color: #000000;
  height: 100%;
  display: block;
  margin: 0;
  padding: 15px 20px;
  font-size: 14px;
  text-decoration: none;
  background-size: 30px 18px;
  background-image: url(/img/theme_business/navi_arrow_black.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #ffffff;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  }

html>body #navi ul li .active {
  display: none;
  color: #ffffff;
  background-color: #000000;
  background-size: 30px 18px;
  background-image: url(/img/theme_business/navi_arrow_white.png);
  background-repeat: no-repeat;
  background-position: right center;
  }

html>body #navi ul li a:hover {
  background-size: 30px 18px;
  background-image: url(/img/theme_business/navi_arrow_white.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #000000;
  color: #ffffff;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  }

/*スマホ用サブナビ を表示*/
#navi ul.sub_navi {
  border: none;
  margin: 20px 0 10px 0;
  }

#navi ul.sub_navi li {
  border-bottom: none !important;
  }

#navi ul.sub_navi li a {
  display: block !important;
  margin: 0 0 15px 0;
  padding: 0 0 0 37px;
  font-size: 12px;
  background-size: 5px 10px;
  background: url(/img/theme_business/navi_arrow_black.png) no-repeat 23px 5px;
  }

#navi ul.sub_navi li a:hover {
  color: #808080;
  background-size: 5px 10px;
  background: url(/img/theme_business/navi_arrow_white.png) no-repeat 23px 5px;
  opacity : 0.5;
  }

/* PC用サブナビ を非表示*/
.sub_navi_side {
  display: none;
  }

body#calendar .sub_navi_side {
  display: none;
  }

ul.sub_navi_side li a {
  display: none;
  }

/* フリーページナビゲーション用 */


h1.site_logo {
  font-weight: bold;
  font-size: 45px;
  font-family: 'M Plus 1p';
  padding-top: 10px;
  }


/* --------------------------------------
  サイドバー
--------------------------------------- */

div#sidebar {
  margin: 0;
  float: none;
  width: 100%;
  }

div#sidebar_inner {
  margin: 0;
  }

/* ナビパーツ */
div#navi_parts  {
  font-size: 12px;
  margin: 0 auto 30px;
  float: none;
  color: #000000;
  }

.navi_parts_detail {
  float: none;
  text-align:center;
  margin: 0 0 30px 0;
  }

/* today */
.today_area_smartphone {
  width: auto !important;
  float: none;
  margin: 30px 0 30px 0;
  padding: 0;
  border: none;
  height: auto;
  }

.today_title {
  margin: 0;
  width: 100%;
  font-weight: bolder;
  display: -moz-box;
  display: -webkit-box;
  -moz-box-align: center;
  -webkit-box-align: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  color: #ffffff;
  }

.today_schedule_title {
  padding-bottom: 5px;
  font-weight: bolder;
  margin: 0;
  }

/* QRコード */
.qr_area_smartphone {
  display: none;
  }

.counter_area_smartphone {
  margin: 0;
  }

.counter_title {
  padding: 0;
  margin: 0;
  width: 100%;
  font-weight: bolder;
  display: -moz-box;
  display: -webkit-box;
  -moz-box-align: center;
  -webkit-box-align: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  color: #ffffff;
  }

.counter_today {
  margin: 15px 0 12px 20px;
  }

.counter_yesterday {
  margin: 0 0 12px 20px;
  }

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

/* --------------------------------------
  フッター
--------------------------------------- */

/* --- トップページのみ --- */
html>body#top #footer {
  background-color: #ffffff;
  margin: 0 ;
  width: 100%;
  height: auto;
  position: static;
  color: #ffffff;
  }
/* --- トップページのみ --- */

html>body #footer {
  float: none;
  margin: 0;
  width: 100%;
  height: auto;
  color: #ffffff;
  background-image: none;
  background-color: rgba(0, 0, 0, 0) !important;
  }

div#footer_inner {
  margin:0 -20px;
  background-color: rgba(255,255, 255, 0);
  }

div#footer_copyright {
  border-top: none;
  padding: 20px 0 0 0;
  margin: 0;
  height: 100%;
  background-color: #000000;
  }

div#footer_copyright_inner {
  width: 100%;
  margin: 0  auto;
  }

div#footer_copyright  a:link {
  color: #ffffff;
  }

div#footer_copyright  a:visited {
  color: #ffffff;
  }

div#footer_copyright  a:hover {
  color: #ffffff;
  }

div#footer_copyright  a:active {
  color: #ffffff;
  }

.shop_title_footer {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 8px 0;
  background-color: #212121;
  margin: 0 20px 20px;
  border-radius: 2px;        /* CSS3草案 */
  -webkit-border-radius: 2px;
  }

.shop_info_footer {
  position: relative;
  left: 50%;
  float: left;
  padding-bottom: 10px;
  }

.shop_rss_footer {
  left: -50%;
  position: relative;
  float: left;
  margin-right: 7px;
  margin-top: 3px;
  }

.shop_name_footer {
  font-size: 14px;
  position: relative;
  left: -50%;
  float: left;
  margin-top: 1px;
  color: #ffffff;
  }

.shop_tel_footer {
  font-size: 16px;
  color: #ffffff;
  padding-top: 10px;
  border-top: 1px solid #0e0e0e;
  clear: both;
  text-align: center;
  }

div#footer_inner .shop_title_footer .shop_tel_footer a:link {
  color: #ffffff;
  text-decoration: none;
  }

div#footer_inner .shop_tel_footer a:visited {
  color: #ffffff;
  text-decoration: none;
  }

div#footer_inner .shop_tel_footer a:active {
  color: #ffffff;
  text-decoration: none;
  }

.copyright_smartphone {
  color: #ffffff;
  padding-top:  20px;
  border-top: 1px solid #343434;
  float: none;
  text-align: center;
  margin: 10px 0;
  }

.powered_base {
  margin: 10px 30px;
  float: right;
  font-size: 12px;
  }

.powered_smartphone {
  float: none;
  }

.shop_rss_smartphone {
  display: none;
  }

.powered_base {
  color: #ffffff;
  float: none;
  margin: -2px 0 0 0;
  padding-bottom: 15px;
  text-align: center;
  }

/* --------------------------------------
  トップ
--------------------------------------- */

.rslides li {
  width: 100%;
  }

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

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

.caption {
  display: block;
  position: absolute;
  z-index: 2;
  color: #ffffff;
  background: rgb(0,0,0);background: rgba(0,0,0,0.6);
  left: 0;
  right: 0;
  bottom: 3px;
  padding: 0;
  margin: 0;
  width: 100%;
  }

#welcome_info_area {
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
  width:100%;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 30px 0;
  }

.welcome_info_area_inner {
  width:100%;
  margin: 0;
  }

.welcome_area {
  height: auto;
  width: auto;
  float: none;
  margin: 0 0 20px 0;
  padding: 0;
  }

.welcome_area_title {
  width: 100%;
  font-size: 20px;
  color: #000000;
  }

.welcome_area_message_smartphone {
  font-size: 12px !important;
  height: auto;
  overflow: visible;
  margin: 0 10px;
  }

.top_info_area {
  float: none;
  width: auto;
  margin: 0;
  list-style-type: none;
  }

.top_info_title {
  width: 100%;
  font-size: 20px;
  color: #000000;
  }

.top_info_message_smartphone {
  font-size: 12px !important;
  height: auto;
  overflow: visible;
  margin: 0 10px;
  }

.top_info_message li a {
  font-size: 12px !important;
  margin: 0 0 5px 0;
  }

.top_info_date {
  margin-right: 10px;
  }

/* --------------------------------------
  日記
--------------------------------------- */

.p-diary {
  width: 100%;
  margin: 0 0 32px 0;
  }

/* --------------------------------------
  インフォメーション
--------------------------------------- */

.info_area {
  width: 100%;
  margin: 0 0 32px 0;
  }

.info {
  width: 100%;
  padding: 0 1px;
  margin: 0 0 25px 0;
  }

.info_title {
  font-size: 15px;
  }

.info_body {
  line-height: 20px;
  }

.info_body img {
  margin-bottom: 10px;
  }

/* --------------------------------------
  カレンダー
--------------------------------------- */

.calendar_area {
  margin: 0 0 50px 0;
  width: 100%;
  padding-top: 10px;
  }

.calendar_header {
  margin: 0 0 40px 0;
  font-size: 13px;
  text-align: center;
  font-weight: bolder;
  }

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

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

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

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

.table_calendar td {
  border-bottom: 1px solid #848484;
  border-left: 1px solid  #848484;
  width: 14%;
  height: 20px !important;
  text-align: center;
  padding: 0 0 5px 0;
  }

.table_calendar td img {
  padding: 10px;
  }

.table_calendar td img:hover {
  border: 2px solid  #848484;
  padding: 18px;
  }

.table_calendar td.sun {
  }

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

.table_calendar td p.day {
  font-size: 14px;
  line-height: 14px;
  margin: 2px 5px 0 5px;
  padding: 0;
  text-align: right;
  }

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

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

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

.schedule_date {
  font-weight: bolder;
  font-size: 14px;
  color: #000000;
  margin: 0 0 12px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px dotted #a3a3a3;
  }

.schedule ul {
  list-style: none;
  margin: 0 0 40px 0;
  }

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

.schedule_category {
  padding: 5px 7px;
  margin:0 10px 0 0;
  font-size: 10px;
  }

.schedule_time {
  font-weight: bolder;
  }

.schedule_title {
  font-weight: bolder;
  }

.schedule_detail {
  width: 100%;
  margin: 0 0 36px 0;
  padding: 0 0 8px 0;
  padding: 0 0 8px 0;
  }

.schedule_detail_date {
  font-size: 12px;
  color: #000000;
  }

.schedule_detail_category {
  padding: 4px 7px;
  margin: 0 0 8px 0;
  font-size: 10px;
  }

.schedule_detail_title {
  font-weight: bolder;
  font-size: 14px;
  margin: 10px 0 3px 0;
  }

.schedule_detail_body {
  color: #000000;
  line-height: 20px;
  }

.schedule_detail_body img {
  margin: 4px 0 10px 0;
  }

/* --------------------------------------
  メニュー
--------------------------------------- */

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

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

.menu_category {
  padding: 3px 0;
  font-weight: bolder;
  font-size: 15px;
  text-align: center;
  }

.menu {
  padding: 0;
  }

.menu_body {
  clear: none;
  width: 100%;
  }

.menu_body img {
  margin: 0 0 10px 0;
  padding:0;
  float: none;
  }

/* --------------------------------------
  フォトギャラリー
--------------------------------------- */

.album_title {
  font-size: 15px;
  text-align: center;
  margin: 8px 0;
  }

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

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

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

.photo_area {
  width: 100%;
  margin: 0 0 32px 0;
  }

.photo_thumb{
  margin: 0;
  }

.photo_date {
  color: #6a6a6a;
  font-size: 11px;
  text-align: left;
  margin-bottom: 4px;
  }

/* --------------------------------------
  店舗情報
--------------------------------------- */

.map {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 0;
  }

.table_detail {
  margin-bottom: 30px !important;
  }

.table_detail th {
  width:30%;
  font-size: 12px;
  }

.table_detail td {
  width: 70%;
  font-size: 12px;
  }

/* --------------------------------------
  お問い合わせ
--------------------------------------- */

.contact_wrapper {
  float: none;
  }

.contact_area input {
  width: 100%;
  }

.contact_area textarea {
  width: 100%;
  }

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

.contact_area .button {
  width: 100%;
  }

.contact_name {
  width: 100%;
  }

.contact_email {
  width: 100%;
  }

.contact_tel {
  width: 100%;
  }

.contact_body {
  width: 100%;
  height: 100px;
  }

.button {
  width: 100%;
  }

.contact_form {
  display: block;
  float: none;
  }

.checkbox input {
  width: 30px;
  height: 30px;
  }

.radio input {
  width: 30px;
  height: 30px;
  }

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

.personal_info {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
  }

.personal_info_txt {
  font-weight: normal;
  font-size: 12px;
  }

/* --------------------------------------
    予約ページ
--------------------------------------- */

.reservation_form .reservation_area input {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  }

.reservation_form .reservation_area textarea {
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  }

.reservation_form .reservation_area .radio {
    line-height: 2.5em;
    vertical-align: bottom;
   }

 .reservation_form .reservation_area .radio input {
  display: inline;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 1.1em;
  vertical-align: top;
  }

.reservation_form .reservation_area label {
  vertical-align: bottom !important;
  line-height: 1.5em;
  margin: 0;
  }

.reservation_area .button {
  width: 100%;
  }

.reservation_form .reservation_name {
  width: 100%;
  }

.reservation_form .reservation_email {
  width: 100%;
  }

.reservation_form .reservation_tel {
  width: 100%;
  }

.reservation_form .reservation_memo {
  width: 100%;
  }

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

.reservation_area .button {
  width: 100%;
  }

/* WYSIWYGテンプレート */
.wysiwyg_template_profile1 td,
.wysiwyg_template_profile2 td {
  display: block;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

}
.web-font {
  font-family: 'M Plus 1p';
}
.shop_sitename {
  font-size: 100%;
}
