@charset "utf-8";

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


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓ */



/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: #f6d4f6;
}

body{
  background: url("/files/body_bg.jpg") repeat-x scroll top center transparent;
  color: #383838;
}

#outer_block{
  background: none;
}

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




/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 208px;
  padding: 0 0 0px;
}

/*  H１テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
}

#site-description a {
  color: #f7dcaa;
}

/*  サイトロゴ (リンクの位置調整)
---------------------------------------------------------------------------------------------------- */
.main_header {
  padding: 28px 340px 13px;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access, #access .menu-header, div.menu {
  width: 960px;
}
div#access .menu-item a, div#access .menu-item a:hover {
  height: 55px;
  line-height: 55px;
}
#access ul.menu ul.sub-menu {
  top: 55px;
  width: px;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: px;
  width: px;
}
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background-image: none;
  background-color: rgba(204, 204, 204, 0.75);
  color: #333;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-image: none;
  background-color: rgba(153, 153, 153, 0.75);
  color: #fff;
}

/* プルダウンメニューを半透明にしたい場合のみ残す */
/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #CCCCCC;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #999999;
}

/* IE8 hack カラーコードの上二桁は不透明度 */
div#access ul.sub-menu li.sub-gnavi2 a {
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99CCCCCC,EndColorStr=#99CCCCCC)/9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99CCCCCC,EndColorStr=#99CCCCCC)"/9;
}
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99999999,EndColorStr=#99999999)/9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99999999,EndColorStr=#99999999)"/9;
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser {
}
.flash_teaser {
}




/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
.widget-title, .widget-title2 a {
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
}


#main .widget-area ul ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}


/*  左ナビ
---------------------------------------------------------------------------------------------------- */
#secondary {
  padding: 0 0 20px;
}

#thirdly {
  padding: 0 0 50px;
}

.widget-title {
  background: url("/files/widget_title_bg.jpg") no-repeat scroll left top transparent;
  color: #4d0d4d;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 0 5px 0px;
  text-align: center;
}



/*  ブログナビ
---------------------------------------------------------------------------------------------------- */
#wp-calendar thead th{
}
#wp-calendar tbody td {
}




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
}
#footer_box {
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
}

#footer-widget-area .widget-area ul.menu {
  border-color: #999;
}

#footer-widget-area .widget-area .menu-item a {
  border-color: #d064d2;
  color: #fffeff;
}

#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

div#footer_sitemap_block {
    margin-top: 10px;
}



/*  フッター情報
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post {
  margin: 115px 0 0 0px;
  text-align: center;
  width: 1020px;
}

#footer_information .entry-post .post-data p {
  color: #fff5ff;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #f6d4f6;
}




/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
}
h3.entry_title, .entry_title, .entry-title {
  color: #fffeff;
  text-align: left;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title {
  font-size: 14px;
}
.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: #fff;
}

h4.sub_entry_title {
    color: #4d0d4d;
}

h4.sub_entry_title a:link, h4.sub_entry_title a:visited,
h4.sub_entry_title a:hover, h4.sub_entry_title a:active {
}

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: 11px;
  color: #000;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coupon_data h5.inline_title,
.c_04 h5.inline_title,
.j_01 h5.inline_title {
  background: none transparent;
  border: 1px solid #999;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 5px 10px;
  text-align: left;
}

small {
  border-color: #847D84;
  background: rgb(244, 151, 245);
}

small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #333 !important;
}

small a:hover{
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value,
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value,
.z_c1 .iqfm-table th, .z_c1 .iqfm-table td {
  border-color: #ccc;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
  background: none #eee;
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td {
}
.td_cell {
  border-color: #ccc;
}



/*  ページ遷移ボタン
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers, .tablenav .current,
.permalink_in a, .pageback a,
.page_up a {
  background: none #666;
  border-style: solid;
  border-color: #666;
  color: #fff !important;
}
.permalink_in a:link, .permalink_in a:visited,
.pageback a:link, .pageback a:visited {
}
.tablenav .next:link, .tablenav .next:visited,
.tablenav .prev:link, .tablenav .prev:visited {
  border: none;
  background: none transparent;
  color: #666 !important;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  border: none;
}
.tablenav .current, a.page-numbers:hover,
.permalink_in a:hover, .permalink_in a:active,
.pageback a:hover, .pageback a:active,
.page_up a:hover, .page_up a:active {
  background: none transparent;
  border-style: solid;
  border-color: #666;
  color: #666 !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* Aブロック */
.eyecatch.display_line_bg { background-image: url("/files/recommend_b_bg.jpg"); }
.eyecatch .dispaly_line_outer { background-image: url("/files/recommend_b_top.jpg"); }
.eyecatch .dispaly_line_inner { background-image: url("/files/recommend_b_bottom.jpg"); }
.eyecatch.display_line_bg img { width: 300px; }

.field_3col .display_line_bg { background-image: url("/files/recommend_s_bg.jpg"); }
.field_3col .dispaly_line_outer { background-image: url("/files/recommend_s_top.jpg"); }
.field_3col .dispaly_line_inner { background-image: url("/files/recommend_s_bottom.jpg"); }
.field_3col .display_line_bg img { width: 200px; }


/* Cブロック */
.c_01, .c_02, .c_03, .c_05, .c_06 {
  padding: 0 0 30px;
}


/* Gブロック */
.indent_border {
  border-color: #999;
  width: 690px;
}
.border_margin {
  border-color: #999;
}


/* Iブロック */
.border_margin {
  border-color: #999;
}
.i_01 .inline_title {
  background: none #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 5px 10px;
}


/* Jブロック */
.post_data .inline_title {
  background: none transparent;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
}
.anchor_list ul li {
  border-color: #999;
}



/* Z-D ブログRSS */
div#z-d1-6 {
    margin-bottom: 20px;
}

.blog_post {
  border-bottom: 1px dotted #8d668d;
}





/*  トップページ
---------------------------------------------------------------------------------------------------- */
body#page_6 #wrapper {
  background: url(/files/wrapper_bg.jpg) top center no-repeat;
}

/* 会社概要のテーブル */
.table_area td.td_name {
  background-color: #F497F5;
  border: 1px solid #847d84;
  color: #333;
}

.table_area td.td_value {
  background-color: #fff;
  border: 1px solid #847d84;
  color: #333;
}

/* google map */
.html_post.width_2column_share.float_left small {
  background: #F497F5;
  border: 1px solid #847d84;
}

.html_post.width_2column_share.float_left small a {
  color: #333 !important;
  text-align: center !important;
}




/*  各ページ共通
---------------------------------------------------------------------------------------------------- */
#wrapper {
  background: url(/files/wrapper_bg_naka.jpg) top center no-repeat;
}

#footer_block {
  background: url("/files/footer_bg.jpg") repeat-x scroll top center transparent;
}


/*  店舗案内
---------------------------------------------------------------------------------------------------- */





/*  お問い合わせ
---------------------------------------------------------------------------------------------------- */
#container_top .iqfm-table td #iqfm-input-text-3 {
  width: 60%;
}
#container_top .iqfm-table td textarea{
  width: 96%;
  height: 8em;
  font-size: 100%;
}
.iqfm-req_color{
  color: #F00;
}
.z_c1 button, .z_c1 input[type="reset"], .z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}

.iqfm-table th {
  background-color: #F497F5 !important;
  color: #333;
}

.iqfm-table th, .iqfm-table td {
  border: 1px solid #847d84 !important;
  padding: 5px;
  background: #fff;
}

.iqfm-req_color {
  color: #fffdc7 !important;
}



/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: #ccc;
}
.coupon_box table tr td.coupon_meta_title {
  background-color: #666;
}
.coupon_box table tr td.coupon_meta {
  background-color: #eee;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
h1.entry-title,
h2.entry-title {
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  color: #fffeff !important;
}

h2.entry-title a {
  color: #fff4e1 !important;
}

body.blog a {
  color: #a31ca5;
}

.widget-title {
  height: 47px;
}

.widget-title2 a {
  color: #4d0d4d !important;
  padding: 0;
  text-align: center;
  font-size: 14px;
  height: 47px;
}


#wp-calendar thead {
  background-color: #F497F5;
  border: 1px solid #847d84;
}

#wp-calendar thead th {
  border: 1px solid #847d84; 
}

#wp-calendar tbody td {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #847d84;
}












