
/* Clinic: 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,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%;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 {f
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  }

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

html {
  height:100%;
  }

body {
  font-size: 13px;
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
  letter-spacing: 1px;
  word-wrap: break-word;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background-repeat: repeat;
  background-position: center center;
  }

body #container {
  width: 100%;
  margin: 0 auto;
  height: auto !important; /*IE6対策*/
  height:100%; /*IE6対策*/
  min-height: 100%;
  background-repeat: repeat-y;
  background-position: center center;
  }

body #wrapper {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  }

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

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

ul {
  list-style: none;
}

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

div#contents_inner {
  margin: 0 30px;
  }

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

iframe {
  max-width: 100% !important;
}

div#main {
  float: right;
  margin-bottom: 50px;
  }

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

#main_inner {
  margin: 0;
  }

/* --------------------------------------
 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: #444;
  text-decoration: none;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  }

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

a:hover {
  color: #9d9d9d;
  text-decoration: none;
  opacity: .8;
  -moz-opacity: 80;
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
  }

a:active {
  color: #9d9d9d;
  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";
    font-size: 18px;
}

.icon-facebook:before {
    content: "\e901";
    font-size: 18px;
}

.icon-twitter:before {
    content: "\e902";
    font-size: 18px;
}

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

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

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

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

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

.shop_title {
  margin: 0 auto;
  height: auto;
  text-align: right;
  color: #000;
  }

.shop_tel {
  display: block;
  font-size: 13px;
  letter-spacing: .1em;
  }

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

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

body .site_title {
  color: #444;
  width: 900px;
  text-align: left;
  margin: 30px auto 60px;
  padding: 0;
  background-repeat: repeat;
  }

h1.site_logo {
  color: #444;
  font-weight: bold;
  font-size: 45px;
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
  padding: 0;
  }

.site_description {
  margin: 20px 0 0 0;
  color: #000;
  letter-spacing: .1em;
  font-size: 12px;
  }

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

.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: #444;
  background: rgba(255,255,255,.6);
  left: 0;
  right: 0;
  bottom: 3px;
  bottom: 0px\9; /*IE8ハック*/
  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: #444;
  font-size: 27px;
  font-weight: bolder;
  text-align: left;
  margin: 0 0 30px -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 30px 0 !important;
  }
/* ---  サイドナビがないページ用 ---*/

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

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

.menubtn {
  display: none;
  }

body #navi {
  width: 100%;
  margin: 0 auto;
  background: #a5ddde;
  background: -webkit-gradient(linear, left top, left bottom, from(#cfebec), to(#a5ddde));
  background: linear-gradient(#cfebec, #a5ddde);
  box-shadow: 0 4px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.1);
  }

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

.navi_line_bottom {
  height: 2px;
  margin-bottom: 40px;
  }

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

#navi_inner {
  display: block;
  padding: 0 40px 10px;
  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 {
  position: relative;
  left: -50%;
  float: left;
  box-shadow: 1px 0 0 rgba(255,255,255,.4);
  }

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

#navi_inner ul li:last-child {
  border-right: none;
  box-shadow: none;
}

#navi_inner ul li a:hover {
  opacity: .7;
  }

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

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

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

.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 #fff;
  padding: 8px 0 9px 0;
  background: #a5ddde;
  border-radius: .3em;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  -o-border-radius: .3em;
  -ms-border-radius: .3em;
  }

ul.sub_navi_side li a {
  margin-bottom: 1px;
  padding: 2px 15px 0 32px;
  display: block;
  color: #444;
  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 {
  text-decoration: none;
  }

/* Firefoxハック */
ul.sub_navi_side li a, x:-moz-any-link  {
  background-position: 10px 0;
  }

ul.sub_navi_side li a:hover {
  opacity: .7;
  }

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: #fff;
  }

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

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

/* today */
.today_area {
  border: 1px solid #a5ddde;
  border-radius: .5em;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  -o-border-radius: .5em;
  -ms-border-radius: .5em;
  margin: 0 0 25px 0 ;
  color: #444;
  box-shadow: 0 4px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.1);
  }

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

.today_schedule {
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  -o-border-radius: .5em;
  -ms-border-radius: .5em;
  padding: 20px;
  }

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

/* カウンター */

.counter_area {
  border: 1px solid #a5ddde;
  border-radius: .5em;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  -o-border-radius: .5em;
  -ms-border-radius: .5em;
  margin: 0 0 25px 0 ;
  padding: 0 0 20px 0;
  color: #444;
  box-shadow: 0 4px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.1);
  }

.counter_title {
  background: #a5ddde;
  border-radius: .3em .3em 0 0 / .3em .3em 0 0;
  -moz-border-radius: .3em .3em 0 0 / .3em .3em 0 0;
  -webkit-border-radius: .3em .3em 0 0 / .3em .3em 0 0;
  -o-border-radius: .3em .3em 0 0 / .3em .3em 0 0;
  -ms-border-radius:.3em .3em 0 0 / .3em .3em 0 0;
  color: #444;
  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 #a5ddde;
  border-radius: .5em;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  -o-border-radius: .5em;
  -ms-border-radius: .5em;
  margin: 0 !important;
  color: #444;
  padding: 0 0 20px 0 !important;
  box-shadow: 0 4px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.1);
  }

.qr_title {
  background: #a5ddde;
  border-radius: .3em .3em 0 0 / .3em .3em 0 0;
  -moz-border-radius: .3em .3em 0 0 / .3em .3em 0 0;
  -webkit-border-radius: .3em .3em 0 0 / .3em .3em 0 0;
  -o-border-radius: .3em .3em 0 0 / .3em .3em 0 0;
  -ms-border-radius:.3em .3em 0 0 / .3em .3em 0 0;
  color: #444;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bolder;
  margin-bottom: 20px;
  text-align: center;
  }

.qr_img {
  text-align: center;
  }

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

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

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

body #footer {
  clear: both;
  background: #a5ddde;
  margin: 0 auto;
  width: 100%;
  color: #444;
  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_name {
  display: block;
}

.shop_name_sp .shop_name_content {
  display: none;
}

.shop_rss {
  display: block;
}

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

.shop_rss_pc .shop_rss_content {
  display: block;
}

.shop_rss_sp .shop_rss_content {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.info_body {
  color: #000;
  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: 8px 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: #f35;
  }

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

.schedule_date {
  font-weight: bolder;
  font-size: 17px;
  color: #000;
  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: #a5ddde;
  color: #fff;
  }

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

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

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

.schedule_detail_body {
  color: #000;
  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: #444;
  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: #000;
  font-size: 14px;
  font-weight: bolder;
  line-height: 24px;
  margin: 0 0 10px 0;
  padding:0 1px;
  }

.menu_body {
  clear: both;
  width: 100%;
  color: #000;
  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: #747474;
  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 #a5ddde;
  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: #000;
  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: #fff;
  }

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

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

.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: #000;
  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;
  width: 530px;
  }

.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;
  border-radius: .3em;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    -o-border-radius: .3em;
    -ms-border-radius: .3em;
  box-shadow: none;
  border: 1px solid #c6c6c6;
  }

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

.contact_name {
  width: 500px;
  }

.contact_email {
  width: 500px;
  }

.contact_tel {
  width: 500px;
  }

.contact_body {
  height: 150px;
  width: 512px;
  border-radius: .3em;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    -o-border-radius: .3em;
    -ms-border-radius: .3em;
  box-shadow: none;
  border: 1px solid #c6c6c6;
  }

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

.contact_area .button {
  color: #444;
  cursor: pointer;
  font-size: 14px;
  margin: 10px 0;
  padding: 11px 30px;
  width: 520px;
  border: none;
  background: #a5ddde;
  background: -webkit-gradient(linear, left top, left bottom, from(#cfebec), to(#a5ddde));
  background: linear-gradient(#cfebec, #a5ddde);
  box-shadow: 0 4px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.1);
  border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    -o-border-radius: .5em;
    -ms-border-radius: .5em;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  }

 .contact_area .button:hover {
    opacity: .8;
    -moz-opacity: 80;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
  }

.contact_small {
  width: 100px;
  }

.contact_medium {
  width: 200px;
  }

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

.checkbox {
  display: block;
  clear: both;
  padding: 0 0 5px 0;
  word-break: break-all;
  }

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

.radio {
  display: block;
  clear: both;
  padding: 5px 0 5px 3px;
  word-break: break-all;
  }

.checkbox label,
.radio label {
 word-break: break-all;
 font-weight: normal;
}

.radio input {
  display: inline;
  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: #000;
  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_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;
  border-radius: .3em;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    -o-border-radius: .3em;
    -ms-border-radius: .3em;
  box-shadow: none;
  border: 1px solid #c6c6c6;
  }

.reservation_form .reservation_area textarea {
  margin: 0;
  font-size: 14px;
  padding: 5px;
  border-radius: .3em;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    -o-border-radius: .3em;
    -ms-border-radius: .3em;
  box-shadow: none;
  border: 1px solid #c6c6c6;
  }
.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: #444;
  cursor: pointer;
  font-size: 14px;
  margin: 10px 0;
  padding: 11px 30px;
  width: 514px;
  border: none;
  background: #a5ddde;
  background: -webkit-gradient(linear, left top, left bottom, from(#cfebec), to(#a5ddde));
  background: linear-gradient(#cfebec, #a5ddde);
  box-shadow: 0 4px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.1);
  border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    -o-border-radius: .5em;
    -ms-border-radius: .5em;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  }

  .reservation_area .button:hover {
    opacity: .8;
    -moz-opacity: 80;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
  }

.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: Arial;
  font-size: 16px;
  font-weight: bolder;
  padding: 3px 5px 5px 30px;
  }

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

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

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

.reservation_body {
  font-weight: normal;
  color: #444;
  }

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

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

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

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

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

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

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

.autopagerize_page_element {
  clear: both;
  }

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

.autopagerize_link {
  margin-bottom: 20px;
  }

/* --------------------------------------
  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: 0 0; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0; 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 0; 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;
  }


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

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

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

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

  html {
     height: auto;
     }

  body {
    background: #fff;
    }

  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: #fff;
    }

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

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

  div#wrapper_inner {
    margin: 0 20px;
    }

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

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

  div#contents_inner {
    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 #a5ddde;
    margin: 0 -20px;
    padding: 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;
    padding-top: 0;
    text-align: center;
    margin: 0;
    }

  .site_description_smartphone {
    width: 100%;
    color: #000;
    letter-spacing: .1em;
    margin-left: 3px;
    padding-bottom: 25px;
    font-size: 12px;
    }

  .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: #444;
    background-color: #a5ddde;
    display: block;
    border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    -o-border-radius: .5em;
    -ms-border-radius: .5em;
    }

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

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

  #navi_inner ul li {
    position: relative;
    left: auto;
    float: none;
    }

  html>body #navi ul li a {
    color: #444;
    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;
    }

  html>body #navi ul li .active {
    display: none;
    color: #fff;
    background-color: #747474;
    background-size: 30px 18px;
    background-image: url(/img/theme_business/navi_arrow_black.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_black.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #444;
    }

  /*スマホ用サブナビ を表示*/
  #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_salon2/sub_navi_arrow_1.png) no-repeat 23px 5px;
    }

  #navi ul.sub_navi li a:hover {
    color: #808080;
    background-size: 5px 10px;
    background: url(/img/theme_salon2/sub_navi_arrow_1_on.png) no-repeat 23px 5px;
    opacity : .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_489394 a.free_489394, body.id_489383 a.free_489383, body.id_489384 a.free_489384, body.id_489385 a.free_489385, body.id_489392 a.free_489392 {
        
        
    }


  h1.site_logo {
    font-weight: bold;
    font-size: 45px;
    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: #000;
    }

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

  /* today */
  .today_area_smartphone {
    margin: 30px 0;
    box-shadow: none;
    }

  .today_title {
    padding: 0;
    margin: 0;
    width: 100%;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-align: center;
    -webkit-box-align: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    }

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

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

  .counter_area_smartphone {
    margin: 0;
    box-shadow: none;
    }

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

  .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: #fff;
    margin: 0;
    width: 100%;
    height: auto;
    position: static;
    color: #444;
    }
  /* --- トップページのみ --- */

  html>body #footer {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
    color: #444;
    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: #a5ddde;
    }

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

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

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

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

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

  .shop_title_footer {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 8px 0;
    background-color: #cfebec;
    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_sp {
    left: -50%;
    position: relative;
    float: left;
    margin-right: 7px;
    margin-top: 3px;
    }

  .shop_rss_pc .shop_rss_content {
    display: none;
  }

  .shop_rss_sp .shop_rss_content {
    display: block;
  }

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

  .shop_name_sp .shop_name_content {
    display: block;
  }

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

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

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

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

  .copyright_smartphone {
    color: #444;
    padding-top:  20px;
    float: none;
    text-align: center;
    margin: 10px 0;
    }

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

  .powered_smartphone {
    float: none;
    }

  .powered_base {
    color: #444;
    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: #444;
    background: rgba(255,255,255,.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: #000;
    width:100%;
    font-size: 13px;
    float: none;
    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;
    }

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

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

  .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: none;
    padding: 10px;
    }

  .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: #000;
    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;
    color: #fff;
    }

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

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

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

  .schedule_detail_body {
    color: #000;
    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;
    width: 100%;
    }

  .contact_area input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: .3em;
      -moz-border-radius: .3em;
      -webkit-border-radius: .3em;
      -o-border-radius: .3em;
      -ms-border-radius: .3em;
    box-shadow: none;
    border: 1px solid #c6c6c6;
    }

  .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;
    border-radius: .3em;
      -moz-border-radius: .3em;
      -webkit-border-radius: .3em;
      -o-border-radius: .3em;
      -ms-border-radius: .3em;
    box-shadow: none;
    border: 1px solid #c6c6c6;
    }

  .button {
    width: 100%;
    }

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

  .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;
    border-radius: .3em;
      -moz-border-radius: .3em;
      -webkit-border-radius: .3em;
      -o-border-radius: .3em;
      -ms-border-radius: .3em;
    box-shadow: none;
    border: 1px solid #c4c4c4;
    }

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

   .reservation_form .reservation_area .radio input {
    display: inline;
    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%;
    }
}
