/* -----------------------------------------

  Goope Style / Clinic

----------------------------------------- */

/* -----------------------------------------
カラー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;
  }

.shop_rss {
  margin: 0 0 0 5px;
}

iframe {
  max-width: 100% !important;
}

div#main {
  float: right;
  margin-bottom: 50px;
  }

/* --- Main float none area--- */
body#top div#main,
body#free div#main,
body#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;
}

/* --------------------------------------
  ヘッダー
  --------------------------------------- */

.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 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#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;
  padding: 0 0 40px 0;
  }
/* ---  カレンダーページにのみ適用 ---*/

/* --------------------------------------
  ナビゲーション
--------------------------------------- */

.menubtn {
  display: none;
  }

body #navi {
  width: 100%;
  margin: 0 auto;
  background: #a5ddde;
  background: -moz-linear-gradient(#cfebec, #a5ddde);
  background: -webkit-gradient(linear, left top, left bottom, from(#cfebec), color-stop(.3, #cfebec),color-stop(.7, #a5ddde), to(#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#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 #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;
  }

/* --------------------------------------
  フッター
--------------------------------------- */

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_rss {
  margin: 2px 0 0 10px;
  float: left;
  }

.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;
  }

/* --------------------------------------
  インフォメーション
--------------------------------------- */

.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.sat {
  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.sun p.day {
  color: #f35;
  }

.table_calendar td.sat p.day {
  color: #0250d0;
  }

.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: -moz-linear-gradient(#cfebec, #a5ddde);
  background: -webkit-gradient(linear, left top, left bottom, from(#cfebec), color-stop(.3, #cfebec),color-stop(.7, #a5ddde), to(#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: -moz-linear-gradient(#cfebec, #a5ddde);
  background: -webkit-gradient(linear, left top, left bottom, from(#cfebec), color-stop(.3, #cfebec),color-stop(.7, #a5ddde), to(#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#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 #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#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: #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_511037 a.free_511037, body.id_511429 a.free_511429, body.id_505677 a.free_505677, body.id_510670 a.free_510670 {
        
        
    }


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_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: #444;
  }

.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;
  }

.shop_rss_smartphone {
  display: 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;
  }

/* --------------------------------------
  インフォメーション
--------------------------------------- */

.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%;
  }
}
/* ==================================================
   割烹仕出し大福 新トップページ
================================================== */

#daifuku_home {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
  color: #2f2924;
}

#daifuku_home .df-hero {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: #f5f0e8;
  overflow: hidden;
}

#daifuku_home .df-hero-text {
  box-sizing: border-box;
  width: 52%;
  padding: 55px 45px;
}

#daifuku_home .df-hero-image {
  width: 48%;
}

#daifuku_home .df-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

#daifuku_home .df-hero-label {
  margin-bottom: 20px;
  color: #9a762b;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .15em;
}

#daifuku_home .df-hero-title {
  margin: 0 0 25px;
  padding: 0;
  color: #28211c;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: .06em;
}

#daifuku_home .df-hero-copy {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .04em;
}

#daifuku_home .df-hero-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

#daifuku_home .df-btn {
  box-sizing: border-box;
  display: block;
  min-width: 175px;
  padding: 15px 18px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#daifuku_home .df-btn-menu,
#daifuku_home .df-btn-menu:link,
#daifuku_home .df-btn-menu:visited {
  background: #a8873b;
  color: #fff;
}

#daifuku_home .df-btn-order,
#daifuku_home .df-btn-order:link,
#daifuku_home .df-btn-order:visited {
  background: #8d2525;
  color: #fff;
}

#daifuku_home .df-hero-tel {
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.7;
}

#daifuku_home .df-hero-tel a,
#daifuku_home .df-hero-tel a:link,
#daifuku_home .df-hero-tel a:visited {
  color: #302820;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
}


/* スマートフォン */
@media screen and (max-width: 700px) {

  #daifuku_home .df-hero {
    display: block;
  }

  #daifuku_home .df-hero-text,
  #daifuku_home .df-hero-image {
    width: 100%;
  }

  #daifuku_home .df-hero-text {
    padding: 35px 22px;
  }

  #daifuku_home .df-hero-title {
    font-size: 28px;
    line-height: 1.5;
  }

  #daifuku_home .df-hero-copy {
    font-size: 13px;
    line-height: 1.9;
  }

  #daifuku_home .df-hero-copy br {
    display: none;
  }

  #daifuku_home .df-hero-buttons {
    display: block;
  }

  #daifuku_home .df-btn {
    width: 100%;
    margin-bottom: 10px;
  }

  #daifuku_home .df-hero-image img {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  #daifuku_home .df-hero-tel a {
    font-size: 22px;
  }

}
/* PCファーストビュー微調整 */
@media screen and (min-width: 701px) {

  #daifuku_home .df-hero-text {
    width: 55%;
    padding: 50px 40px;
  }

  #daifuku_home .df-hero-image {
    width: 45%;
  }

  #daifuku_home .df-hero-title {
    font-size: 34px;
    letter-spacing: .03em;
  }

}/* PCファーストビュー微調整 */
@media screen and (min-width: 701px) {

  #daifuku_home .df-hero-text {
    width: 55%;
    padding: 50px 40px;
  }

  #daifuku_home .df-hero-image {
    width: 45%;
  }

  #daifuku_home .df-hero-title {
    font-size: 34px;
    letter-spacing: .03em;
  }

}
/* ==================================================
   ご利用シーン
================================================== */

#daifuku_home .df-scenes {
  box-sizing: border-box;
  padding: 80px 0;
  background: #fff;
}

#daifuku_home .df-section-head {
  max-width: 760px;
  margin: 0 auto 45px;
  text-align: center;
}

#daifuku_home .df-section-en {
  margin-bottom: 10px;
  color: #a8873b;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .25em;
}

#daifuku_home .df-section-head h2 {
  margin: 0 0 18px;
  color: #302820;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.6;
}

#daifuku_home .df-section-head p {
  margin: 0;
  color: #61584f;
  font-size: 13px;
  line-height: 1.9;
}

#daifuku_home .df-scene-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

#daifuku_home .df-scene-card {
  box-sizing: border-box;
  width: calc(33.333% - 10px);
  min-height: 180px;
  padding: 28px 24px;
  border: 1px solid #e5ddd2;
  background: #faf8f4;
}

#daifuku_home .df-scene-no {
  margin-bottom: 15px;
  color: #a8873b;
  font-size: 11px;
  letter-spacing: .15em;
}

#daifuku_home .df-scene-card h3 {
  margin: 0 0 12px;
  color: #332b25;
  font-size: 17px;
}

#daifuku_home .df-scene-card p {
  margin: 0;
  color: #625950;
  font-size: 12px;
  line-height: 1.8;
}


/* スマホ */
@media screen and (max-width: 700px) {

  #daifuku_home .df-scenes {
    padding: 55px 0;
  }

  #daifuku_home .df-section-head {
    margin-bottom: 30px;
    padding: 0 5px;
  }

  #daifuku_home .df-section-head h2 {
    font-size: 23px;
  }

  #daifuku_home .df-section-head p br {
    display: none;
  }

  #daifuku_home .df-scene-grid {
    display: block;
  }

  #daifuku_home .df-scene-card {
    width: 100%;
    min-height: 0;
    margin-bottom: 12px;
    padding: 24px 20px;
  }

}
/* ==================================================
   おすすめのお弁当
================================================== */

#daifuku_home .df-products {
  box-sizing: border-box;
  padding: 80px 0;
  background: #f6f1e9;
}

#daifuku_home .df-product-grid {
  display: flex;
  gap: 18px;
}

#daifuku_home .df-product-card {
  box-sizing: border-box;
  width: 33.333%;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e4dacc;
}

#daifuku_home .df-product-name {
  margin-bottom: 8px;
  color: #302820;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 21px;
}

#daifuku_home .df-product-price {
  margin-bottom: 18px;
  color: #9a762b;
  font-size: 17px;
  font-weight: bold;
}

#daifuku_home .df-product-card p {
  margin: 0;
  color: #625950;
  font-size: 12px;
  line-height: 1.9;
}

#daifuku_home .df-products-more {
  margin-top: 35px;
  text-align: center;
}

#daifuku_home .df-products-more a,
#daifuku_home .df-products-more a:link,
#daifuku_home .df-products-more a:visited {
  display: inline-block;
  min-width: 230px;
  padding: 16px 28px;
  background: #8d2525;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}


/* スマホ */
@media screen and (max-width: 700px) {

  #daifuku_home .df-products {
    padding: 55px 0;
  }

  #daifuku_home .df-product-grid {
    display: block;
  }

  #daifuku_home .df-product-card {
    width: 100%;
    margin-bottom: 14px;
    padding: 25px 20px;
  }

  #daifuku_home .df-products-more a {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
  }

}
/* ==================================================
   大福が選ばれる理由
================================================== */

#daifuku_home .df-reasons {
  box-sizing: border-box;
  padding: 80px 0;
  background: #fff;
}

#daifuku_home .df-reason-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

#daifuku_home .df-reason-card {
  box-sizing: border-box;
  width: calc(50% - 9px);
  padding: 32px 30px;
  border-top: 3px solid #a8873b;
  background: #faf8f4;
}

#daifuku_home .df-reason-no {
  margin-bottom: 12px;
  color: #a8873b;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .15em;
}

#daifuku_home .df-reason-card h3 {
  margin: 0 0 13px;
  color: #302820;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 19px;
  font-weight: normal;
}

#daifuku_home .df-reason-card p {
  margin: 0;
  color: #625950;
  font-size: 12px;
  line-height: 1.9;
}


/* スマホ */
@media screen and (max-width: 700px) {

  #daifuku_home .df-reasons {
    padding: 55px 0;
  }

  #daifuku_home .df-reason-grid {
    display: block;
  }

  #daifuku_home .df-reason-card {
    width: 100%;
    margin-bottom: 14px;
    padding: 25px 20px;
  }

}
/* ==================================================
   医療機関・製薬会社様向け
================================================== */

#daifuku_home .df-medical {
  box-sizing: border-box;
  padding: 85px 70px;
  background: #342d28;
  color: #fff;
}

#daifuku_home .df-medical-inner {
  max-width: 760px;
  margin: 0 auto;
}

#daifuku_home .df-medical-label {
  margin-bottom: 16px;
  color: #d0ad5a;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .22em;
}

#daifuku_home .df-medical h2 {
  margin: 0 0 24px;
  color: #fff;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.65;
}

#daifuku_home .df-medical-lead {
  margin: 0 0 38px;
  color: #eee8e2;
  font-size: 14px;
  line-height: 2;
}

#daifuku_home .df-medical-points {
  margin-bottom: 35px;
}

#daifuku_home .df-medical-point {
  box-sizing: border-box;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.18);
}

#daifuku_home .df-medical-point:last-child {
  border-bottom: 1px solid rgba(255,255,255,.18);
}

#daifuku_home .df-medical-point strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
}

#daifuku_home .df-medical-point span {
  display: block;
  color: #d8d1cb;
  font-size: 12px;
  line-height: 1.8;
}

#daifuku_home .df-medical-buttons {
  display: flex;
  gap: 14px;
}

#daifuku_home .df-medical-buttons a,
#daifuku_home .df-medical-buttons a:link,
#daifuku_home .df-medical-buttons a:visited {
  box-sizing: border-box;
  display: block;
  min-width: 200px;
  padding: 16px 24px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

#daifuku_home .df-medical-menu {
  background: #aa8738;
}

#daifuku_home .df-medical-tel {
  background: #8d2525;
}


/* スマホ */
@media screen and (max-width: 700px) {

  #daifuku_home .df-medical {
    padding: 55px 22px;
  }

  #daifuku_home .df-medical h2 {
    font-size: 24px;
  }

  #daifuku_home .df-medical-lead br {
    display: none;
  }

  #daifuku_home .df-medical-buttons {
    display: block;
  }

  #daifuku_home .df-medical-buttons a {
    width: 100%;
    margin-bottom: 10px;
  }

}
/* ==================================================
   価格帯から選ぶ
================================================== */

#daifuku_home .df-price {
  box-sizing: border-box;
  padding: 80px 0;
  background: #f6f1e9;
}

#daifuku_home .df-price-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

#daifuku_home .df-price-card {
  box-sizing: border-box;
  width: calc(50% - 9px);
  padding: 30px 28px;
  background: #fff;
  border: 1px solid #e4dacc;
  text-align: center;
}

#daifuku_home .df-price-label {
  margin-bottom: 10px;
  color: #8d2525;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 22px;
}

#daifuku_home .df-price-card p {
  margin: 0;
  color: #625950;
  font-size: 12px;
  line-height: 1.8;
}

#daifuku_home .df-price-more {
  margin-top: 35px;
  text-align: center;
}

#daifuku_home .df-price-more a,
#daifuku_home .df-price-more a:link,
#daifuku_home .df-price-more a:visited {
  display: inline-block;
  min-width: 240px;
  padding: 16px 28px;
  background: #a8873b;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}


/* スマホ */
@media screen and (max-width: 700px) {

  #daifuku_home .df-price {
    padding: 55px 0;
  }

  #daifuku_home .df-price-grid {
    display: block;
  }

  #daifuku_home .df-price-card {
    width: 100%;
    margin-bottom: 12px;
    padding: 24px 20px;
  }

  #daifuku_home .df-price-more a {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
  }

}
/* ==================================================
   配達について
================================================== */

#daifuku_home .df-delivery {
  box-sizing: border-box;
  padding: 80px 0;
  background: #fff;
}

#daifuku_home .df-delivery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

#daifuku_home .df-delivery-card {
  box-sizing: border-box;
  width: calc(50% - 9px);
  padding: 30px 28px;
  background: #faf8f4;
  border-left: 3px solid #a8873b;
}

#daifuku_home .df-delivery-no {
  margin-bottom: 10px;
  color: #a8873b;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .15em;
}

#daifuku_home .df-delivery-card h3 {
  margin: 0 0 12px;
  color: #302820;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 19px;
  font-weight: normal;
}

#daifuku_home .df-delivery-card p {
  margin: 0;
  color: #625950;
  font-size: 12px;
  line-height: 1.9;
}

#daifuku_home .df-delivery-contact {
  box-sizing: border-box;
  margin-top: 35px;
  padding: 25px 30px;
  background: #342d28;
  text-align: center;
}

#daifuku_home .df-delivery-contact-text {
  margin-bottom: 8px;
  color: #eee8e2;
  font-size: 13px;
}

#daifuku_home .df-delivery-contact a,
#daifuku_home .df-delivery-contact a:link,
#daifuku_home .df-delivery-contact a:visited {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: .05em;
}


/* スマホ */
@media screen and (max-width: 700px) {

  #daifuku_home .df-delivery {
    padding: 55px 0;
  }

  #daifuku_home .df-delivery-grid {
    display: block;
  }

  #daifuku_home .df-delivery-card {
    width: 100%;
    margin-bottom: 12px;
    padding: 24px 20px;
  }

  #daifuku_home .df-delivery-contact {
    padding: 22px 15px;
  }

  #daifuku_home .df-delivery-contact a {
    font-size: 22px;
  }

}
/* ==================================================
   ご注文の流れ
================================================== */

#daifuku_home .df-flow {
  box-sizing: border-box;
  padding: 80px 0;
  background: #f6f1e9;
}

#daifuku_home .df-flow-grid {
  display: flex;
  gap: 14px;
}

#daifuku_home .df-flow-card {
  box-sizing: border-box;
  width: 25%;
  min-height: 190px;
  padding: 28px 22px;
  background: #fff;
  border: 1px solid #e4dacc;
}

#daifuku_home .df-flow-no {
  margin-bottom: 15px;
  color: #a8873b;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .15em;
}

#daifuku_home .df-flow-card h3 {
  margin: 0 0 12px;
  color: #302820;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 18px;
  font-weight: normal;
}

#daifuku_home .df-flow-card p {
  margin: 0;
  color: #625950;
  font-size: 12px;
  line-height: 1.9;
}


/* スマホ */
@media screen and (max-width: 700px) {

  #daifuku_home .df-flow {
    padding: 55px 0;
  }

  #daifuku_home .df-flow-grid {
    display: block;
  }

  #daifuku_home .df-flow-card {
    width: 100%;
    min-height: 0;
    margin-bottom: 12px;
    padding: 24px 20px;
  }

}
/* ==================================================
   FAQ
================================================== */

#daifuku_home .df-faq {
  box-sizing: border-box;
  padding: 80px 0;
  background: #fff;
}

#daifuku_home .df-faq-list {
  max-width: 820px;
  margin: 0 auto;
}

#daifuku_home .df-faq-item {
  padding: 24px 0;
  border-top: 1px solid #e4dacc;
}

#daifuku_home .df-faq-item:last-child {
  border-bottom: 1px solid #e4dacc;
}

#daifuku_home .df-faq-q {
  margin-bottom: 10px;
  color: #302820;
  font-size: 16px;
  font-weight: bold;
}

#daifuku_home .df-faq-a {
  color: #625950;
  font-size: 13px;
  line-height: 1.9;
}


/* スマホ */
@media screen and (max-width: 700px) {

  #daifuku_home .df-faq {
    padding: 55px 0;
  }

  #daifuku_home .df-faq-item {
    padding: 20px 5px;
  }

  #daifuku_home .df-faq-q {
    font-size: 15px;
    line-height: 1.6;
  }

  #daifuku_home .df-faq-a {
    font-size: 12px;
  }

}
/* ==================================================
   最終CTA
================================================== */

#daifuku_home .df-cta {
  box-sizing: border-box;
  padding: 85px 60px;
  background: #8d2525;
  color: #fff;
  text-align: center;
}

#daifuku_home .df-cta-inner {
  max-width: 760px;
  margin: 0 auto;
}

#daifuku_home .df-cta-label {
  margin-bottom: 14px;
  color: #e1bd68;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .22em;
}

#daifuku_home .df-cta h2 {
  margin: 0 0 22px;
  color: #fff;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.6;
}

#daifuku_home .df-cta-copy {
  margin: 0 0 32px;
  color: #f5eaea;
  font-size: 13px;
  line-height: 2;
}

#daifuku_home .df-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 30px;
}

#daifuku_home .df-cta-buttons a,
#daifuku_home .df-cta-buttons a:link,
#daifuku_home .df-cta-buttons a:visited {
  box-sizing: border-box;
  display: block;
  min-width: 220px;
  padding: 16px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#daifuku_home .df-cta-menu {
  background: #aa8738;
}

#daifuku_home .df-cta-order {
  background: #342d28;
}

#daifuku_home .df-cta-tel {
  padding-top: 8px;
}

#daifuku_home .df-cta-tel-label {
  margin-bottom: 7px;
  color: #f3dddd;
  font-size: 12px;
}

#daifuku_home .df-cta-tel a,
#daifuku_home .df-cta-tel a:link,
#daifuku_home .df-cta-tel a:visited {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .06em;
}


/* スマホ */
@media screen and (max-width: 700px) {

  #daifuku_home .df-cta {
    padding: 55px 22px;
  }

  #daifuku_home .df-cta h2 {
    font-size: 24px;
  }

  #daifuku_home .df-cta-copy br {
    display: none;
  }

  #daifuku_home .df-cta-buttons {
    display: block;
  }

  #daifuku_home .df-cta-buttons a {
    width: 100%;
    margin-bottom: 10px;
  }

  #daifuku_home .df-cta-tel a {
    font-size: 24px;
  }

}
/* ==================================================
   おすすめのお弁当・写真付き
================================================== */

#daifuku_home .df-product-grid {
  display: flex;
  gap: 20px;
  max-width: 900px;
  margin: 45px auto 0;
}

#daifuku_home .df-product-card {
  box-sizing: border-box;
  flex: 1;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2d6c5;
}

#daifuku_home .df-product-img {
  width: 100%;
  height: 270px;
  overflow: hidden;
  background: #fff;
}

#daifuku_home .df-product-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#daifuku_home .df-product-body {
  padding: 24px 20px 25px;
  text-align: center;
}

#daifuku_home .df-product-body h3 {
  margin: 0 0 12px;
  color: #302820;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: 20px;
  font-weight: bold;
}

#daifuku_home .df-product-price {
  margin-bottom: 20px;
  color: #a57c22;
  font-size: 22px;
  font-weight: bold;
}

#daifuku_home .df-product-price span {
  color: #777;
  font-size: 11px;
  font-weight: normal;
}

#daifuku_home .df-product-detail,
#daifuku_home .df-product-detail:link,
#daifuku_home .df-product-detail:visited {
  display: inline-block;
  padding: 12px 28px;
  background: #b68a22;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

#daifuku_home .df-product-all {
  margin-top: 38px;
  text-align: center;
}

#daifuku_home .df-product-all a,
#daifuku_home .df-product-all a:link,
#daifuku_home .df-product-all a:visited {
  display: inline-block;
  box-sizing: border-box;
  min-width: 260px;
  padding: 15px 28px;
  border: 2px solid #342d28;
  color: #342d28;
  background: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}


/* スマホ */
@media screen and (max-width: 700px) {

  #daifuku_home .df-product-grid {
    display: block;
    margin-top: 30px;
  }

  #daifuku_home .df-product-card {
    margin-bottom: 20px;
  }

  #daifuku_home .df-product-img {
    height: auto;
  }

  #daifuku_home .df-product-img img {
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  #daifuku_home .df-product-body {
    padding: 20px 15px 22px;
  }

  #daifuku_home .df-product-all a {
    width: 100%;
    min-width: 0;
  }

}
/* ==================================================
   DAIFUKU NEW HEADER
================================================== */

#header {
  border-top: 0 !important;
  padding: 28px 0 24px !important;
  background: #fff;
}

#header .shop_title {
  position: relative;
  text-align: center;
}

#header .site_title {
  text-align: center;
}

#header .site_logo {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

#header .site_logo a {
  color: #302820 !important;
  text-decoration: none;
}

#header .site_description {
  margin-top: 10px;
  color: #756b61;
  font-size: 12px;
  line-height: 1.7;
}

#header .header_social_wrap {
  position: absolute;
  top: 0;
  right: 0;
}

#header .shop_tel {
  margin-top: 12px;
  color: #302820;
  font-size: 13px;
}
/* ==================================================
   HEADER COMPACT
================================================== */

#header {
  padding: 18px 0 16px !important;
}

#header .shop_title {
  min-height: 0 !important;
}

#header .site_logo {
  margin: 0 !important;
}

#header .site_logo img {
  max-height: 70px;
  width: auto;
}

#header .site_description {
  margin-top: 6px !important;
}

#header .shop_tel {
  position: absolute;
  top: 10px;
  right: 25px;
  margin: 0 !important;
}

#header .header_social_wrap {
  top: 38px;
  right: 25px;
}
/* ==================================================
   DAIFUKU NAVIGATION
================================================== */

#navigation {
  background: #ffffff !important;
  border-top: 1px solid #e5dccf !important;
  border-bottom: 1px solid #e5dccf !important;
  box-shadow: none !important;
}

#navigation ul {
  background: #ffffff !important;
}

#navigation li {
  border-color: #e5dccf !important;
}

#navigation li a {
  color: #3b332c !important;
  background: #ffffff !important;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

#navigation li a:hover {
  color: #a8873b !important;
  background: #f6f1e9 !important;
}

/* スマホのMENUボタン */
.menubtn {
  background: #342d28 !important;
  color: #ffffff !important;
  border: none !important;
}
/* ==================================================
   DAIFUKU NAVIGATION - Clinic用
================================================== */

#navi {
  background: #ffffff !important;
  border-top: 1px solid #e5dccf !important;
  border-bottom: 1px solid #e5dccf !important;
  box-shadow: none !important;
}

#navi_inner {
  background: #ffffff !important;
}

#navi ul {
  background: #ffffff !important;
}

#navi li {
  background: #ffffff !important;
  border-right: 1px solid #e5dccf !important;
}

#navi li a,
#navi li a:link,
#navi li a:visited {
  background: #ffffff !important;
  color: #3b332c !important;
  text-decoration: none !important;
}

#navi li a:hover {
  background: #f6f1e9 !important;
  color: #a8873b !important;
}

#navi .navi_line_bottom {
  background: #a8873b !important;
  height: 2px !important;
}

/* スマホMENU */
#navi .menubtn {
  background: #342d28 !important;
  color: #ffffff !important;
  border: none !important;
}