@charset "utf-8";

/*
 * PC用スタイルCSS
 */

/* ==================================================
   ■ 全体
-------------------------------------------------- */

html {
  background: none #fff;
}
body {
  background: url("/files/body_bg_06.jpg") no-repeat scroll center top transparent;
  color:#000000;
}
/* TOP */
body#page_6 { background-image:url("/files/body_bg_top.jpg"); }
/* コンセプト */
body#page_9 { background-image:url("/files/body_bg_02.jpg"); }
/* メニュー */
body#page_12 { background-image:url("/files/body_bg_03.jpg"); }
/* 店舗情報 */
body#page_15 { background-image:url("/files/body_bg_04.jpg"); }
/* お問い合わせ */
body#page_18 { background-image:url("/files/body_bg_05.jpg"); }

#wrapper {
  /*background: url("/files/wrapper_bg.jpg") no-repeat scroll center top transparent;*/
}
#outer_block {
  background: none transparent;
  padding: 80px 0 0;
}
#page_6 #outer_block,
#page_9 #outer_block { padding:0; }

#inner_block{
  background: none transparent;
  padding: 0 0;
}
#blog_main { width: 960px; }
#blog_main .entry-title {
    width: 700px;
}

#main {
  width: px;
  margin:0 auto;
}

#secondary { padding: 0; }
#thirdly { padding: 0 0 50px; }

a:link, a:visited, a:hover, a:active {
  color:#b29a63;
}

/* ==================================================
   ■ ヘッダー
-------------------------------------------------- */

#branding_box {
  background: url("/files/branding_box_bg.jpg") no-repeat scroll center top transparent;
  height: 640px;
  padding:0;
  position: relative;
  z-index:500;
}
#header_information { height: 160px; }
#page_6 #branding_box { height:250px; }

#site-description {
  /*text-align:right;*/
    width: 960px;
    margin: 0 auto;
}

#site-description a {
  display: inline;
  color: #999999;
  font-weight:bold;
}

.main_header { text-align:center; }
.main_header img {
  width: 330px;
  height: 138px;
  margin: 0 0 0 0;
}


/*  Gナビ
----------------------------------------------------- */

#access, #access .menu-header, div.menu {
  width: 960px;
}

/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-image: url('/files/topnavi.jpg');
  background-color: transparent;
  height: 55px;
  line-height: 55px;
  padding: 0px;
  margin: 0px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;

}

/* ==================================================
   ■ メインイメージ
-------------------------------------------------- */

#main_teaser {
  margin: 0 auto 0;
}
/* TOP SLIDER使用時 */
#jquery_slider { margin: 0 0 0; width:100%; }
#jquery_slider img { width:100%; }

/* ==================================================
   ■ サイド
-------------------------------------------------- */

.widget-title, .widget-title2 a {
  background-image: url('/files/widget_title_bg.jpg');
  color: #000000;
    padding: 0;
    text-align: center;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #000000;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  background-image: url('/files/widget_list_bg.jpg');
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*  ブログ
----------------------------------------------------- */

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
  /*background: none repeat scroll 0 0 #EDEDED;*/
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: none;
  border-color: #666666;
  line-height: 2;
  padding: 5px;

  /*
  background: none repeat scroll 0 0 #EDEDED;
  border: 1px solid #fff;
  */
}

#wp-calendar tbody td a { 
  text-decoration: underline;
}
#wp-calendar tbody td a:hover { 
  text-decoration: none; 
}

#today {
  background: none #f2f2eb !important;
}

#nav-below div {
}
#nav-below .nav-next { padding: 0 0 0 10px; }

/* ==================================================
   ■ フッター
-------------------------------------------------- */

#footer_block {
  background: url("/files/footer_box_bg.jpg") no-repeat fixed center bottom transparent;
}

#footer_box {
  background: url("/files/footer_infomation_bg.png") no-repeat scroll center top transparent;
  height:480px;
  width: 100%;
}

#footer_sitemap_block {
    padding: 15px 0 20px;
    width: 100%;
    margin: 440px auto 0;
    background: none #333333;
}

#footer-widget-area { display: block; }

#footer-widget-area .widget-area ul.menu {
  border-color: #ffffff;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #ffffff;
  color: #ffffff;
    font-weight: normal;
    line-height: 1.2;
}

.footer_infomation {
  display: block;
  width: 1000px;
  margin:0 auto;
}

#footer_information .entry-post {
  color:#000;
  margin: -277px 0 0 255px;
  width: auto;

  /* テキスト中央寄せ用
  width: 100%;
  margin: 40px 0 0;
  text-align: center;
  */
}

#footer_information .entry-post .post-data p.f_tel {
    font-size: 30px;
    padding: 0 0 15px 155px;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    letter-spacing: 1px;
}
.f_info dt,
.f_info dd {
  font-size: 13px;
  line-height: 1.8;
}
.f_info dt {
  float: left;
  clear: left;
  width: 6em;
}
.f_info dd {
  float: left;
}

#copyright {
  color: #fff;
  height: 40px;
  line-height: 40px;
  background:none #333333;
}

/* うにょ */
#float_top_btn {
  bottom: 50px;
  position: fixed;
  right: 20px;
  z-index: 9999;
}

.fixed_btn {
    bottom: 150px;
    position: fixed;
    right: 0;
    z-index: 1000;
}
.fixed_btn div {
    height: 50px;
    margin-bottom: 10px;
    right: 0;
    width: 63px;
}
.fixed_btn div a {
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    width: 63px;
}

/* ==================================================
   ■ コンテンツ内
-------------------------------------------------- */

/*  見出し
----------------------------------------------------- */
.headline_title {
  background-image: url('/files/top_entry_title.jpg');
  color: #866831;
  font-size:26px;
}
.entry_title h3 {
    padding: 0 0 0 120px;
    width: 680px;
    line-height: 65px;
}
h3.entry_title, .entry_title, .entry-title { 
  /* カラー、サイズ、背景、余白 */
  background-image: url('/files/entry_title_bg.jpg');
  padding: 0 0 0 0;
  width: 960px;
  color: #000;
}
h3.entry_title { line-height: 65px; }
h3.entry_title, .entry_title, .entry_title h3, .entry-title { 
  font-size: 23px;
  text-align:center;
}
.entry_title a:link, .entry_title a:visited, .entry_title a:hover, .entry_title a:active,
.entry-title a:link, .entry-title a:visited, .entry-title a:hover, .entry-title a:active {
  color: #000;
}
.entry_title span.read_more_btn,
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url('/files/read_more_btn.jpg');
  /* 
  height: 50px;
  line-height: 50px;
  */
}

/* 小見出し */
.sub_entry_title {
  background-image: url('/files/sub_entry_title_bg.jpg');
  padding: 0 0 0 0;
  width: 960px;
  color: #000000;
  text-align:center;
}
.sub_entry_title a:link, .sub_entry_title a:visited,
.sub_entry_title a:hover, .sub_entry_title a:active {
  color: #000;
}
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url('/files/sub_read_more_btn.jpg');
  /* 
  height: 50px;
  line-height: 50px;
  */
}

/* 3列表示見出し */
h5.inline_title {
  background: url("/files/clom3-title.jpg") no-repeat 0 0 transparent;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: #000;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

h5.inline_title a { color:#000; }

/* 固定幅じゃないインラインタイトル用 */
.coupon_data h5.inline_title,
.c_04 h5.inline_title,
.i_01 .inline_title,
.j_01 h5.inline_title {
  background: none #f2f2eb;
  border: 1px solid #b29a63;
  border-radius: 0;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  border-color: #000;
  width: 685px;
}

/* 半分ブロック見出し */
.half_entry_title {
  background-image: url('/files/half_entry_title_bg.jpg');
  color:#000;
  
}

.half_sub_entry_title {
    background-image: url(/files/half_entry_title_bg.jpg);
    height: 60px;
    line-height: 60px;
    text-align: left;
    padding: 0 0 0 25px;
    font-size: 20px;
    color: #000;
    font-weight: normal;
    width: 431px;
}


/* ==================================================
   ■ その他装飾
-------------------------------------------------- */
/* 大きな地図で見る */
small {
  border: 1px solid #866831;
}

small a {
  color: #000 !important;
  text-align: center !important;
}
small a:hover {
  background-color: #866831;
  color: #FFF !important;
}

/* テーブル */
.iqfm-table th,
.table_area td.td_name {
  background-color: #f2f2eb !important;
  border: 1px solid #866831 !important;
  color: #000 !important;
}

.iqfm-table td,
.table_area td.td_value {
  border: 1px solid #866831 !important;
  background-color: #ffffff !important;
  color: #000 !important;
}

.iqfm-req_color { /* メールフォーム必須色 */
  color:#d1221d;
}

/*  ページ遷移
----------------------------------------------------- */
.tablenav { padding: 1em 0; }

/* ページ上部へ */
.page_up a {
  background: none transparent;
  border: 1px solid #666;
  color: #fff;
  }

.page_up a:hover, 
.page_up a:active {
  background: none #666;
  border: 1px solid #666;
  color: #fff;
} 


/* 詳細を見る/一覧に戻る */
.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
  background: none transparent;
  border: 1px solid #666;
  color: #fff;
}
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active {
  background: none transparent;
  border: 1px solid #666;
  color: #fff;
}

/* ページ送り */
a.page-numbers, .tablenav .current {
  background: none transparent;
  border: 1px solid #666;
  color: #fff;
}

.tablenav .next:link, .tablenav .next:visited,
.tablenav .prev:link, .tablenav .prev:visited {
  background: none transparent;
  border: 1px solid #fff;
  color: #fff;
}

.tablenav .current, a.page-numbers:hover,
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background: none #666;
  border: 1px solid #666;
  color: #fff;
}


/*  ボーダー
----------------------------------------------------- */

.td_cell,
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.z_d1 .blog_post,
.list_block .list_box {
  border-color: #666666;
}


/* ==================================================
   ■ 各ブロック個別調整
-------------------------------------------------- */
/* Cブロック */
.c_01, .c_02, .c_03, .c_05, .c_06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding: 0 0 20px;
  *padding: 0 0 30px;
}
.c_04 { margin: 0 0 20px; }


/* Dブロック */
.menu-list table {
  border-collapse:separate;
}


/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a { text-decoration: underline; }
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover { text-decoration: none; }


/* Z-D ブログRSS */
.z_d1 { margin: 0 0 20px; }


/* Z-E リンクバナー */
.banner_box { text-align: center; }
.banner_box img {
  max-width: 100%;
  width: auto;
  _width: 100%;
}

/* Z-I スライドショー */
.z_j1 { margin: 0 0 15px; }

/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.Z_l1 .news_small_text { font-size: 12px; }

/* メール投稿ブロックの画像とコメントの間余白挿入 */
.cu_mail_block .img_size_thumb {
  padding-left: 10px;
}

/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list { margin-bottom: 10px; }

/*  メールフォーム
----------------------------------------------------- */

.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
#container_top .iqfm-table td textarea {
  width: 96%;
  height: 15em;
  font-size: 100%;
}
.z_c1 button, .z_c1 input[type="reset"], .z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}
.z_c1 .post_data { margin: 0 0 30px; }


/* ==================================================
   ■ 各ページ個別調整
-------------------------------------------------- */

/* 地図 */
#map_canvas {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}

/* Oボタン */
.o_main_btn, .o_btn {
    background: url(/files/link_text_bg_01.jpg) repeat left top transparent;
    border: 1px solid #000000;
    padding: 15px 90px 15px 100px;
    display: inline-block;
}
.o_main_btn a, .o_btn a {
    background: url(/files/link_text_bg_02.png) no-repeat right center transparent;
    font-size: 18px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    color: #000;
    border-radius: 0;
    padding: 0 30px 0 0;
}

/* ？？？ */
.field_3col .display_line_bg { height: auto !important; }


/* ==================================================
   ■ TOP
-------------------------------------------------- */

/*  concept
----------------------------------------------------- */
#ecw3tehwt32j34oze9x7 {
    background: url(/files/top_bg_01.jpg) no-repeat center top transparent;
    height: 928px;
    margin: 0 0 80px;
    position: relative;
}
#ecw3tehwt32j34oze9x7 .sub_entry_title {
    display: none;
}
/* テキスト */
#ecw3tehwt32j34oze9x7 .entry_post .post_data {
    width: 450px;
    display: block;
    float: right;
    margin: 170px 0 50px;
    max-height: 375px;
    overflow: hidden;
}
/* 画像位置 */
#ecw3tehwt32j34oze9x7 .img_display {
    bottom: 40px;
    position: absolute;
}

#ecw3tehwt32j34oze9x7 .field_4col.float_left {
    margin-right: 44px;
}
#ecw3tehwt32j34oze9x7 .field_4col {
    width: 207px;
}
#ecw3tehwt32j34oze9x7 .eyecatch img {
    width: auto;
    max-width: 100%;
}

/*  ブログ見出し
----------------------------------------------------- */
#p9dij5l3s5dyi8ollf1d .entry_title {
    background: url(/files/top_bg_02.jpg) no-repeat center bottom transparent;
    height: 80px;
}
#p9dij5l3s5dyi8ollf1d .entry_title h3 {
    text-indent: -9999px;
}
#p9dij5l3s5dyi8ollf1d .entry_title span.read_more_btn, 
#p9dij5l3s5dyi8ollf1d .entry_title span.read_more_btn a, 
#p9dij5l3s5dyi8ollf1d .entry_title span.read_more_btn a:hover {
    background: url(/files/btn_more.jpg) no-repeat center bottom transparent;
    height: 98px;
    width: 60px;
}

/*  MENU / SALON INFO
----------------------------------------------------- */
/* MENU */
#ln3ypn72hcs4snngs1fg {
    background-image: url(/files/top_bg_03.jpg),url(/files/top_bg_04.jpg);
    background-position: center top,center bottom;
    background-repeat: no-repeat;
    height: 1530px;
    margin: 0 0 80px;
}

#ln3ypn72hcs4snngs1fg .entry_title, 
#ln3ypn72hcs4snngs1fg .short_sub_entry_title,
#ln3ypn72hcs4snngs1fg .eyecatch,
#ln3ypn72hcs4snngs1fg .img_box {
    display: none;
}

#ln3ypn72hcs4snngs1fg .text_box.text_size_small {
    width: 100%;
    text-align: center;
    margin: 205px 0 0;
    height: 635px;
    position: relative;
}

#ln3ypn72hcs4snngs1fg .text_box.text_size_small .post_data {
    width: 450px;
    display: block;
    overflow: hidden;
    text-align: left;
    max-height: 475px;
}

#ln3ypn72hcs4snngs1fg .text_box.text_size_small .o_main_btn {
    bottom: 50px;
    position: absolute;
    left: 35%;
}

/* SALON INFO */
#ln3ypn72hcs4snngs1fg .sub_post_texts.text_size_small {
    width: 100%;
    text-align: center;
    margin: 185px 0 0;
    height: 485px;
    position: relative;
}

#ln3ypn72hcs4snngs1fg .sub_post_texts.text_size_small .post_data {
    width: 450px;
    display: block;
    overflow: hidden;
    text-align: left;
    max-height: 330px;
    float: right;
}

#ln3ypn72hcs4snngs1fg .sub_post_texts.text_size_small .o_btn {
    bottom: 50px;
    position: absolute;
    left: 35%;
}


/* ==================================================
   ■ CONCEPT
-------------------------------------------------- */

/*  見出し：コンセプト
----------------------------------------------------- */
#gr76pkhbqy16c3y1dsp8 {
    background: url(/files/concept_bg_01.jpg) no-repeat center top transparent;
    height: auto;
    padding: 0 0 80px;
}
#gr76pkhbqy16c3y1dsp8 .headline_title {
    display: none;
}
#gr76pkhbqy16c3y1dsp8 .float_left, #gr76pkhbqy16c3y1dsp8 .float_right {
    float: none;
}
/* 画像 */
#gr76pkhbqy16c3y1dsp8 .eyecatch.display_line_bg {
    background-image: none;
    margin: 0;
    width: 100%;
}

#gr76pkhbqy16c3y1dsp8 .eyecatch.display_line_bg img {
    width: 450px;
    height: 340px;
    padding: 0 7px 0 0;
    object-fit: cover;
    display: block;
    margin: 168px auto 30px;
}

#gr76pkhbqy16c3y1dsp8 .field_3col {
    display: none;
}

/* テキスト */
#gr76pkhbqy16c3y1dsp8 .text_size_small {
    width: 450px;
    display: block;
    margin: 0 auto;
}

/*  見出し：はじめての方へ
----------------------------------------------------- */

#l16u0716qsy3cuf0q87s {
    background: url(/files/concept_bg_02.jpg) no-repeat center top transparent;
    height: auto;
    padding: 0 0 80px;
}
#l16u0716qsy3cuf0q87s .headline_title {
    display: none;
}
#l16u0716qsy3cuf0q87s .float_left, #l16u0716qsy3cuf0q87s .float_right {
    float: none;
}
/* 画像 */
#l16u0716qsy3cuf0q87s .eyecatch.display_line_bg {
    background-image: none;
    margin: 0;
    width: 100%;
}

#l16u0716qsy3cuf0q87s .eyecatch.display_line_bg img {
    width: 450px;
    height: 340px;
    padding: 0 5px 0 0;
    object-fit: cover;
    display: block;
    margin: 198px auto 30px;
}

#l16u0716qsy3cuf0q87s .field_3col {
    display: none;
}

/* テキスト */
#l16u0716qsy3cuf0q87s .text_size_small {
    width: 450px;
    display: block;
    margin: 0 auto;
}

/*  記事：コンセプト / はじめての方へ
----------------------------------------------------- */
#yxmr3r6e6i7u4ara4nsc .eyecatch.display_line_bg,
#x00zryb60rt6s46u4jmi .eyecatch.display_line_bg {
    background-image: none;
    padding: 15px;
}
#yxmr3r6e6i7u4ara4nsc .eyecatch.display_line_bg img,
#x00zryb60rt6s46u4jmi .eyecatch.display_line_bg img {
    box-shadow: 0px 0px 10px 3px rgba(127, 98, 70, 0.25);
    padding:0;
}

#yxmr3r6e6i7u4ara4nsc .entry_title,
#x00zryb60rt6s46u4jmi .entry_title {
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    letter-spacing: 1px;
}

/*  背景固定
----------------------------------------------------- */
#erl8x3jybfadjhciv702 {
    height: 500px;
    background: url(/files/concept_bg.jpg) no-repeat center fixed transparent;
}



/* ==================================================
   ■ TOP
-------------------------------------------------- */


/* ==================================================
   ■ TOP
-------------------------------------------------- */


/* ==================================================
   ■ TOP
-------------------------------------------------- */
