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

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

  Goope Style / Business

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

/* -----------------------------------------
カラー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,table,caption,tbody,tfoot,thead,tr,th,td,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;
  }

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

html {
  height:100%;
  }
body {
  font-size: 13px;
  font-family: 'Rounded Mplus 1c';
  letter-spacing: 1px;
  word-wrap: break-word;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: #d7d7d7;
  background-repeat: no-repeat;
  background-position: center center;
  background: #ffffff;
  background-image: url("//goope.akamaized.net/38762/180314030706-5aa8134a871e1.jpg");
  background-attachment: fixed;
  background-size: auto;
}


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 #43260a;
  padding: 10px 30px;
  }

div#main {
  float: right;
  }

/* --- Main float none area--- */
body#top div#main,
body#free div#main,
body#staff div#main,
body#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: #43260a;
  text-decoration: none;
  }

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

a:hover {
  color: #b1a185;
  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: #43260a;
  text-decoration: none;
}

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

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

/* --------------------------------------
  ヘッダー
  --------------------------------------- */
.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: #43260a;
  text-align: left;
  margin: 0 0 30px 0;
  padding: 0;
  background-repeat: repeat;
  }

h1.site_logo {
  color: #43260a;
  font-weight: bold;
  font-size: 45px;
  font-family: 'Rounded Mplus 1c';
  padding: 0;
  }
.site_description {
  color: #000000;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-family: 'rounded mplus 1c';
}


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

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

.rslides li {
  width: 900px;
  }

.rslides img {
  width: 100%;
  }

.caption {
  display: block;
  position: absolute;
  z-index: 2;
  color:   #ffffff;;
  background: rgb(67,38,10);background: rgba(67,38,10,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: #43260a;
  font-size: 27px;
  font-weight: bolder;
  text-align: left;
  margin: 0 0 50px -280px;
  _margin: 0;
  padding: 0 0 0 0;
  }

/* ---   サイドナビがないページ用 ---*/
body#free  #main h2.page_title,
body#staff  #main h2.page_title,
body#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: #43260a;
  }

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

.navi_line_bottom {
  height: 2px;
  background: ;
  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#top  .sub_navi_side,
body#free  .sub_navi_side,
body#staff  .sub_navi_side,
body#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: #43260a;
  }

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: #43260a;
  height: 40px;
  line-height: 40px;
  text-align: center;
  }

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

.today_schedule a {
  color: #43260a;
  }

.today_schedule a:hover {
  color: #b1a185;
  }

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


.counter_title {
  background: #43260a;
  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 #43260a;
  margin: 0 !important;
  color: #000000;
  padding: 0 0 20px 0 !important;
  display: none;
}


.qr_title {
  background: #43260a;
  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;
}


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

body #footer {
  clear: both;
  background: #43260a;
  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;
  display: none;
}


.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: #43260a;
  font-size: 23px;
  font-weight: normal;
  margin: 0 0 2px 0;
  border-left: 6px solid   #43260a;
  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: #43260a;
  margin: 0 0 2px 0;
  }

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

.title_line_3 {
  height: 3px;
  background: #43260a;
  }

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

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

.top_info_title {
  color: #43260a;
  font-size: 23px;
  font-weight: normal;
  margin: 0 0 2px 0;
  border-left: 6px solid   #43260a;
  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;
  }

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

.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: #43260a;
  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.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: 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: #43260a;
  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: #43260a;
  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: #43260a;
  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: #43260a;
  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 #43260a;
  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 {
  margin: 0 5px 0 0;
  font-size: 14px;
  padding: 5px;
  vertical-align: middle;
  }

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

.contact_name {
  width: 500px;
  }

.contact_email {
  width: 500px;
  }

.contact_tel {
  width: 500px;
  }

.contact_body {
  height: 150px;
  width: 512px;
  }

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

.contact_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: 520px;
 }

.contact_small {
  width: 100px;
  }

.contact_medium {
  width: 200px;
  }

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

.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;
  width: 460px;
  float: left;
  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: 'Rounded Mplus 1c';
  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: 'Rounded Mplus 1c';
  }

.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: #43260a;
  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;
    word-break: break-all;
    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
--------------------------------------- */

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

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

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

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


/* --------------------------------------
  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 {
  background: #ffffff;
  }

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#top div#main,
body#free div#main,
body#staff div#main,
body#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 #43260a;
  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: 'Rounded Mplus 1c';
  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: 'Rounded Mplus 1c';
  }

.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#free  #main h2.page_title,
body#staff  #main h2.page_title,
body#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: #43260a;
  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 #43260a;
  }

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

html>body #navi ul li a {
  color: #43260a;
  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_brown_.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #ffffff;
  border-right: 1px solid #43260a;
  border-left: 1px solid #43260a;
  border-bottom: 1px solid #43260a;
  }

html>body #navi ul li .active {
  display: none;
  color: #ffffff;
  background-color: #43260a;
  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: #43260a;
  color: #ffffff;
  border-right: 1px solid #43260a;
  border-left: 1px solid #43260a;
  border-bottom: 1px solid #43260a;
  }

/*スマホ用サブナビ を表示*/
#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_brown_.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;
  }

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

    a.navi_free{
        
        
    }

    a.navi_free:hover {
        
        
    }

    body.id_152580 a.free_152580 {
        
        
    }


h1.site_logo {
  font-weight: bold;
  font-size: 45px;
  font-family: 'Rounded Mplus 1c';
  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: #43260a;
  }

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: #2f1b07;
  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 #261605;
  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 #321c07;
  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(67,38,10);background: rgba(67,38,10,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: #43260a;
  }

.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: #43260a;
  }

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

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

.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%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  }

.contact_area textarea {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  }

.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%;
  }
}
.web-font {
  font-family: 'Rounded Mplus 1c';
}
