@charset "utf-8";

body {
  color: #131313;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; }

img { vertical-align: top; }

h3 {
  color: #4b4b4b;
  border-bottom: 4px solid #efefef;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
}

h3:after {
  border-bottom: 4px solid #b33a23;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  width: 88px;
}

b { font-weight: bold; }

.left,
.alignleft {
  float: left;
}

.right,
.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.center {
 text-align: center;
}
 
.cf { zoom: 1; }

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after { clear: both; }

.mt10 { margin-top: 10px; }

.mr15 { margin-right: 15px; }

.mt15 { margin-top: 15px; }

.mt20 { margin-top: 20px; }

.mt30 { margin-top: 30px; }

.mt40 { margin-top: 40px; }

.mb10 { margin-bottom: 10px; }

.mb15 { margin-bottom: 15px; }

.mb20 { margin-bottom: 20px; }

.mb25 { margin-bottom: 25px; }

.mb30 { margin-bottom: 30px; }

.red { color: #6a3906; }

.bold { font-weight: bold; }

.iframeBox {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.iframeBox iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}



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

.header {
  background-color: #de1e29;
  height: 45px;
}

.header_inner {
  margin: 0 auto;
  width: 1000px; 
}

.header_logo {
  float: left;
  margin-right: 45px;
}

.header_gnavi {
  float: left;
  text-align: center;
  width: 627px;
}

.header_gnavi > li {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  vertical-align: top;
}

.header_gnavi > li > a {
  color: #fff;
  display: block;
  height: 33px;
  padding-top: 12px;
}

.header_gnavi > li a:hover { color: #cfcfcf; }

.header_gnavi > li:hover .header_gnavi_child { display: block; }

.header_gnavi_child {
  background-color: #d91f24;
  display: none;
  padding: 3px;
  position: absolute;
  text-align: left;
  top: 45px;
  left: -10px;
  width: 183px;
  z-index: 100;
}

.header_gnavi_child li { padding: 8px 15px; }

.header_gnavi_child li a {
  color: #fff;
  display: block;
}

.header_gnavi_child li:hover { background-color: #fff; }

.header_gnavi_child li:hover a { color: #d91f24; }

.header_search {
  float: right;
  margin-top: 7px;
  position: relative;
}

.header_search_text {
  background-image: none !important;
  border: 1px solid #ce4125 !important;
  border-radius: 4px;
  height: 16px;
  line-height: 16px;
  padding: 5px 30px 5px 5px !important;
  width: 140px;
}

.header_search_submit {
  height: 13px;
  position: absolute;
  right: 5px;
  top: 8px;
  width: 14px;
}

/* ---------------------------------------------------------
ページレイアウト
----------------------------------------------------------*/

body.xhide { overflow-x: hidden; }

.main {
  margin: 0 auto;
  width: 1000px; 
}

.main_content {
  float: left;
  padding-bottom: 15px;
  width: 663px;
}

.main_content-one {
  padding-bottom: 15px;
}

.sidebar {
  float: right;
  padding-bottom: 15px;
  text-align: center;
  width: 322px;
}

h4.sidebar_main,
h4.sidebar_main-grey {
  color: #4b4b4b;
  border-left: 4px solid #b33a23;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 12px;
  text-align: left;
}

h4.sidebar_main-grey {
  background-color: #dfdfdf;
  padding-bottom: 4px;
  padding-top: 6px;
}

.sidebar_main_all {
  background-color: #f89209;
  border-radius: 3px;
  float: right;
  font-size: 12px;
  margin-right: 7px;
  padding: 2px 7px 1px;
  text-align: center;
}

.sidebar_main_all a { color: #fff; }


/* ---------------------------------------------------------
ショップ検索
----------------------------------------------------------*/

.search_content {
  float: left;
  margin-right: 20px;
  padding-bottom: 15px;
  width: 717px;
}

.search_sidebar {
  float: right;
  padding-bottom: 15px;
  width: 263px;
}

/* ---------------------------------------------------------
パンくず
----------------------------------------------------------*/

.main_breadcrumb {
  color: #4b4b4b;
  margin: 15px 0;
}

.main_breadcrumb li {
  float: left;
  margin-left: 5px;
}

.main_breadcrumb li a { color: #4b4b4b; }

.shop_breadcrumb {
  color: #4b4b4b;
  margin: 15px 0 0;
}

.shop_breadcrumb li {
  float: left;
  margin-left: 5px;
}

.shop_breadcrumb li a { color: #4b4b4b; }

/* ---------------------------------------------------------
ソーシャルボタン
----------------------------------------------------------*/

.sotial_btn {
  float: right;
  overflow: visible !important;
  margin-right: 0 !important;
}

/* ---------------------------------------------------------
４０４
----------------------------------------------------------*/
.not_found_wrap {
  margin: 100px auto;
  width: 884px;
}

.not_found_wrap h1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.not_found_wrap h1 span.tx_zoom {
  font-size: 22px;
}

.not_found_wrap p {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
}

.not_found_wrap .back_home {
  font-size: 16px;
  font-weight: bold;
}

.not_found_wrap .back_home a {
  color: #2a8ce3;
  text-decoration: underline;
}
/* ---------------------------------------------------------
フッター
----------------------------------------------------------*/

.footer_inner {
  background-color: #a4a3a5;
  padding: 30px 0;
  text-align: center;
}

.footer_navi li {
  color: #fff;
  display: inline-block;
}

.footer_navi li:not(:last-child):after { content: "｜"; }

.footer_navi li a { color: #fff; }

.footer_copy { color: #434343; }

.footer_logo {
  margin: 15px 0;
  text-align: center;
}
