@charset "UTF-8";
/* =====================================================================


  


===================================================================== */
.font-serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

.font-sansSerif {
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.headingMainTitle {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.4;
  padding: 14px 0;
  overflow: hidden;
  background-color: #b6002a;
  color: #fff;
}

.headingMainTitle__txt {
  width: 950px;
  margin: 0 auto;
}

.headingType01 {
  font-size: 24px;
  padding-left: 20px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 25px;
  overflow: hidden;
}

.headingType01__txt {
  font-size: 24px;
  float: left;
  vertical-align: middle;
}
.headingType01__txt:before {
  line-height: 1;
  content: "";
  width: 6px;
  display: block;
  background-color: #bb143a;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
}
.headingType01__txt .icon-rss {
  position: relative;
  top: 7px;
  padding-left: 18px;
}
.headingType01__txt .icon-rss img {
  vertical-align: top;
}

.headingType01__link {
  font-size: 14px;
  margin-left: 30px;
  padding-left: 30px;
  border-left: dotted 1px #ab9682;
  height: 22px;
  line-height: 1.4;
  position: relative;
  margin-top: 5px;
  padding-top: 2px;
  float: left;
}

.headingType02 {
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 20px;
  overflow: hidden;
  background: url(../img/bg_gry.png) repeat center left;
  background-color: #f1f0ed;
}

.headingType02__link {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}
.headingType02__link a {
  background: url(../img/icon_link_s_wh.png) no-repeat left center;
  padding-left: 20px;
}
.headingType02__link a:link, .headingType02__link a:visited, .headingType02__link a:hover, .headingType02__link a:active {
  color: #fff;
  text-decoration: none;
}
.headingType02__link a:hover {
  text-decoration: underline;
}

.headingType03 {
  font-size: 18px;
  line-height: 1.4;
  border-bottom: dotted 1px #ac9783;
  background: url(../img/icon_circle_red.png) no-repeat 6px 5px;
  padding-left: 28px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.linkTxt00 {
  color: #222;
  background: url(../img/icon_arrow_red.png) no-repeat left center;
  padding-left: 12px;
  display: block;
}
.linkTxt00:link, .linkTxt00:visited, .linkTxt00:hover, .linkTxt00:active {
  color: #222;
  text-decoration: none;
}
.linkTxt00:hover {
  text-decoration: underline;
}

.linkTxt__wht {
  color: #222;
  background: url(../img/icon_arrow_red.png) no-repeat left center;
  padding-left: 12px;
  display: block;
}
.linkTxt__wht:link, .linkTxt__wht:visited, .linkTxt__wht:hover, .linkTxt__wht:active {
  color: #222;
  text-decoration: none;
}
.linkTxt__wht:hover {
  text-decoration: underline;
}

.linkBtn00 a {
  display: inline-block;
  font-size: 16px;
  padding: 12px 32px 12px 20px;
  border: solid 2px #cabdb0;
  border-radius: 8px;
  position: relative;
  line-height: 1.3;
}
.linkBtn00 a:after {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  background: url(../img/icon_arrow_red.png) no-repeat left center;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -6px;
}
.linkBtn00 a:link, .linkBtn00 a:visited, .linkBtn00 a:hover, .linkBtn00 a:active {
  color: #222;
  text-decoration: none;
}
.linkBtn00 a:hover {
  text-decoration: none;
  border-color: #b50029;
}

.linkBtn01 a {
  display: block;
  font-size: 16px;
  padding: 10px 20px 8px 28px;
  border: solid 2px #cabdb0;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  line-height: 1.3;
}
.linkBtn01 a:after {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  background: url(../img/icon_arrow_red.png) no-repeat left center;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -6px;
}
.linkBtn01 a:link, .linkBtn01 a:visited, .linkBtn01 a:hover, .linkBtn01 a:active {
  color: #222;
  text-decoration: none;
}
.linkBtn01 a:hover {
  text-decoration: none;
  border-color: #b50029;
}

.link-thumb01 {
  border: solid 2px #cabdb0;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}

a.link-thumb01 {
  display: block;
}

a.link-thumb01:hover {
  border-color: #b50029;
}

a:hover .link-thumb01 {
  border-color: #b50029;
}

.linkPanelBox a, .linkPanelBox .is-linkOff {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 8px 12px;
  border: solid 2px #e1e1e1;
  border-radius: 5px;
  overflow: hidden;
  font-size: 18px;
}
.linkPanelBox a:link, .linkPanelBox a:visited, .linkPanelBox a:hover, .linkPanelBox a:active {
  text-decoration: none;
}
.linkPanelBox a:hover {
  background-color: #f8f7f5;
  border-color: #b50029;
}

.linkPanelBox__img {
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 12px;
}

.linkPanelBox__txt {
  line-height: 1.3;
  background: url(../img/icon_link_s_red.png) no-repeat left 4px;
  padding-left: 20px;
}

.is-linkOff .linkPanelBox__txt {
  background-image: url(../img/icon_link_s_gr.png);
  color: #c5c5c5;
}

.m-bgPattern--dot01 {
  background: url(../img/bg_pattern_dot_01.png) repeat center top;
}

.m-imgBox {
  margin-bottom: 15px;
}

.m-imgBox__caption {
  font-size: 16px;
  margin-top: 8px;
}

/* =====================================================================





===================================================================== */
.u-taL {
  text-align: left;
}

.u-taR {
  text-align: right;
}

.u-taC {
  text-align: center;
}

.u-hide {
  display: none !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.clearfix, .siteFooter__inner, .siteFooter .siteFooter__snsBox .fbLink {
  *zoom: 1;
}
.clearfix:after, .siteFooter__inner:after, .siteFooter .siteFooter__snsBox .fbLink:after {
  content: "";
  display: table;
  clear: both;
}

.u-protectCover {
  position: relative;
  display: block;
}
.u-protectCover:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/blank.gif) repeat;
  z-index: 1;
}

@media print {
  .u-protectCover {
    visibility: hidden;
  }

  object {
    display: none;
  }

  .cm-movieBox__wrapper iframe {
    display: none;
  }
}
.globalHeader {
  color: #222;
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
}
.globalHeader ul, .globalHeader ol {
  list-style: none;
}
.globalHeader img {
  vertical-align: bottom;
}
.globalHeader a:link {
  text-decoration: none;
}
.globalHeader a:hover {
  text-decoration: underline;
}

.is-headerFixed .globalHeader {
  top: -89px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.is-headerFixed--on {
  margin-top: 89px;
}
.is-headerFixed--on .globalHeader {
  position: fixed;
  z-index: 100;
  top: -47px;
}

.globalHeader {
  background-color: #fff;
  width: 100%;
  min-width: 950px;
}
.globalHeader__inner {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.globalHeader__logo {
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 10px;
  z-index: 1;
}
.globalHeader__logoTxt {
  line-height: 10px;
  padding-left: 18px;
}
.globalHeader__companyLink {
  position: absolute;
  top: 20px;
  left: 340px;
  font-size: 12px;
}
.globalHeader__utilityNav {
  position: absolute;
  top: 20px;
  right: 0;
}
.globalHeader__utilityNav__items {
  float: left;
}
.globalHeader__utilityNav__item {
  float: left;
  margin-right: 28px;
}

.globalNav__item--logo {
  float: left;
  width: 0;
  overflow: hidden;
}
.globalNav__item--logo a {
  display: block;
  width: 74px;
  padding-top: 6px;
  margin-left: -74px;
}

.globalHeader__search {
  border: 1px solid #999;
  border-radius: 11px;
  padding: 1px 10px 1px;
  margin-top: -2px;
  float: left;
  overflow: hidden;
  position: relative;
}
.globalHeader__search form {
  line-height: 1;
}
.globalHeader__search input[type="submit"] {
  position: absolute;
  right: 3px;
  top: 0;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: url(../img/icon_search_01.png) no-repeat center 3px;
  text-indent: -9999px;
  cursor: pointer;
}

.globalHeader__searchInput {
  width: 162px;
  padding: 1px;
  padding-right: 16px;
  height: 18px;
  line-height: 18px;
  vertical-align: bottom;
  font-size: 12px;
  border: none;
}
.globalHeader__searchInput:focus {
  outline: none;
}

.globalNav, .globalNav--4col, .globalNav--6col {
  padding-top: 48px;
  position: relative;
}
.globalNav__inner {
  overflow: hidden;
}
.globalNav__items {
  overflow: hidden;
  background: url(../img/gnav_bdr_01.png) no-repeat right center;
}
.globalNav__item {
  float: left;
  width: 16.7%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/gnav_bdr_01.png) no-repeat left center;
  padding-left: 1px;
}
.globalNav__item:first-child {
  width: 16.5%;
}
.globalNav__item span {
  font-size: 14px;
  display: block;
  padding: 8px 0 8px;
  vertical-align: middle;
  color: #ccc;
}
.globalNav__item > a {
  font-size: 14px;
  display: block;
  padding: 8px 0 8px;
  vertical-align: middle;
}
.globalNav__item > a:link, .globalNav__item > a:visited, .globalNav__item > a:hover {
  text-decoration: none;
  color: #222;
}
.globalNav__item > a > img {
  padding-bottom: 4px;
}
.globalNav__item > a:hover, .globalNav__item.is-current > a {
  border-bottom: solid 2px #b6002a;
  padding-bottom: 6px;
}

.globalNav--4col .globalNav__item {
  width: 25%;
}

.globalNav--6col .globalNav__item {
  width: 16.7%;
}
.globalNav--6col .globalNav__item:first-child {
  width: 16.5%;
}

.globalSubNav {
  width: 100%;
  position: absolute;
  z-index: 20;
  padding-top: 15px;
  left: 0px;
  display: none;
}
.globalSubNav:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  border-top: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid #523519;
}
.globalSubNav__inner {
  width: 860px;
  padding: 25px 30px;
  margin: 0 auto;
  background-color: #523519;
  border-radius: 8px;
  text-align: left;
  overflow: hidden;
}

.globalNav__item--01 .globalSubNav:before {
  left: 70px;
}

.globalNav__item--02 .globalSubNav:before {
  left: 268px;
}

.globalNav__item--03 .globalSubNav:before {
  left: 382px;
}

.globalNav__item--05 .globalSubNav:before {
  left: 700px;
}
.globalNav__item--05 .globalSubNav__thumbItem__thumb {
  height: 109px;
}
.globalNav__item--05 .globalSubNav__thumbItem__thumb img {
  height: auto;
  margin-top: -5px;
}

.globalNav__item--06 .globalSubNav:before {
  left: 858px;
}

.globalSubNav__title {
  margin-bottom: 20px;
  line-height: 1.4;
}
.globalSubNav__title a {
  font-size: 20px;
  background: url(../img/icon_arrow_m_wht.png) no-repeat left center;
  padding-left: 18px;
}
.globalSubNav__title a, .globalSubNav__title a:link, .globalSubNav__title a:visited, .globalSubNav__title a:hover {
  color: #fff;
}

.globalSubNav__division01 {
  width: 614px;
  overflow: hidden;
  border-right: dotted 1px #ffffcc;
  float: left;
}

.globalSubNav__division02 {
  width: 220px;
  float: right;
}
.globalSubNav__division02 .globalSubNav__sTitle {
  visibility: hidden;
}

.globalSubNav__divisionInner01 {
  margin-bottom: 15px;
}

.globalSubNav__divisionInner02 {
  float: left;
}

.globalSubNav__divisionInner03 {
  float: left;
  margin-left: 18px;
}

.globalSubNav__sTitle {
  color: #fff0c2;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.globalSubNav__items {
  overflow: hidden;
  margin-left: -10px;
}

.globalSubNav__item {
  float: left;
  margin: 0 0 10px 10px;
}

.globalSubNav__linkBtn a {
  display: block;
  font-size: 16px;
  padding: 10px 20px 8px 28px;
  width: 138px;
  border: solid 2px #cabdb0;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  line-height: 1.3;
}
.globalSubNav__linkBtn a:after {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  background: url(../img/icon_arrow_red.png) no-repeat left center;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -6px;
}
.globalSubNav__linkBtn a:link, .globalSubNav__linkBtn a:visited, .globalSubNav__linkBtn a:hover, .globalSubNav__linkBtn a:active {
  color: #222;
  text-decoration: none;
}
.globalSubNav__linkBtn a:hover {
  text-decoration: none;
  border-color: #b50029;
}

.globalSubNav__division02 .globalSubNav__linkBtn a {
  width: 168px;
}

.globalSubNav__linkBtn--allergy a {
  background: #fff url(../img/icon_allergy_01.png) no-repeat right center;
}

.globalSubNav__linkBtn--shop a {
  background: #fff url(../img/icon_shop_01.png) no-repeat right center;
}

.globalSubNav__thumbItems {
  overflow: hidden;
  margin-left: -20px;
}

.globalSubNav__thumbItem {
  width: 200px;
  float: left;
  margin-left: 20px;
}
.globalSubNav__thumbItem a {
  display: block;
}
.globalSubNav__thumbItem a, .globalSubNav__thumbItem a:link, .globalSubNav__thumbItem a:visited {
  color: #fff;
}

.globalSubNav__thumbItem__thumb {
  border: solid 2px #cabdb0;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
}

.globalSubNav__thumbItem__txt {
  font-size: 14px;
  padding: 8px 8px 0;
  line-height: 1.4;
}

.globalSubNav__thumbItem a:hover .globalSubNav__thumbItem__thumb {
  border-color: #b50029;
}

.globalSubNav__thumbItem a:hover img {
  opacity: .7;
}

.globalSubNav__search {
  border: 2px solid #999;
  border-radius: 20px;
  padding: 9px 10px 7px;
  width: 380px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.globalSubNav__search form {
  line-height: 1;
}
.globalSubNav__search input[type="submit"] {
  position: absolute;
  right: 12px;
  top: 8px;
  width: 22px;
  height: 24px;
  padding: 0;
  border: 0;
  background: url(../img/icon_search_02.png) no-repeat center 0;
  text-indent: -9999px;
  cursor: pointer;
}

.globalSubNav__searchInput {
  width: 100%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3;
  vertical-align: bottom;
  font-size: 16px;
  border: none;
}
.globalSubNav__searchInput:focus {
  outline: none;
}

.is-shortHeader .globalHeader__logo {
  display: none;
}
.is-shortHeader .globalHeader__utilityNav {
  display: none;
}
.is-shortHeader .globalNav, .is-shortHeader .globalNav--4col, .is-shortHeader .globalNav--6col, .is-shortHeader .globalNav--4col, .is-shortHeader .globalNav--6col {
  position: relative;
}
.is-shortHeader .globalNav__items {
  margin-left: 74px;
}
.is-shortHeader .globalNav__item--logo {
  width: 74px;
}
.is-shortHeader .globalNav__item--logo a {
  margin-left: 0px;
}
.is-shortHeader .globalNav__item--01 .globalSubNav:before {
  left: 140px;
}
.is-shortHeader .globalNav__item--03 .globalSubNav:before {
  left: 428px;
}
.is-shortHeader .globalNav__item--06 .globalSubNav:before {
  left: 864px;
}

.is-headerFixed--on #SS_Frame2 {
  margin-top: -89px;
}

.breadcrumbNav {
  width: 100%;
  min-width: 950px;
  background-color: #ebe5e0;
}
.breadcrumbNav ol {
  font-size: 10px;
  padding: 10px 0;
  width: 950px;
  margin: 0 auto;
  line-height: 1;
}
.breadcrumbNav li {
  display: inline;
  padding-right: 20px;
}
.breadcrumbNav a, .breadcrumbNav .breadcrumbNav__nolink {
  position: relative;
  display: inline-block;
}
.breadcrumbNav a:after, .breadcrumbNav .breadcrumbNav__nolink:after {
  content: "＞";
  display: block;
  position: absolute;
  right: -18px;
  top: 0px;
}
.breadcrumbNav a, .breadcrumbNav a:link, .breadcrumbNav a:visited {
  color: #222;
  text-decoration: none;
}
.breadcrumbNav a:hover {
  color: #222;
  text-decoration: underline;
}

.breadcrumbNav--gray {
  background-color: #eee;
}

.globalFooter, .siteFooter {
  color: #222;
  line-height: 1.8;
}
.globalFooter img, .siteFooter img {
  vertical-align: bottom;
}
.globalFooter ul, .globalFooter ol, .globalFooter li, .siteFooter ul, .siteFooter ol, .siteFooter li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.globalFooter ul, .globalFooter ol, .siteFooter ul, .siteFooter ol {
  line-height: 1;
}
.globalFooter p, .siteFooter p {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

.siteFooter__pageTop {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 20;
}
.siteFooter__pageTop a {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/btn_pagetop.png);
  background-repeat: no-repeat;
  text-indent: -999em;
  outline: none;
}

.siteFooter__pageTop.fixBottom {
  position: fixed;
}

.globalFooter {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 950px;
  clear: both;
  width: 100%;
  border-top: solid #e1e1e1 1px;
  background-color: #fff;
}
.globalFooter__inner {
  width: 950px;
  margin: 0 auto;
  position: relative;
  padding: 18px 0 20px;
  overflow: hidden;
}
.globalFooter .globalFooter__links {
  float: left;
}
.globalFooter .globalFooter__links__item {
  display: inline-block;
  margin-left: 25px;
  font-size: 12px;
}
.globalFooter .globalFooter__links__item:first-child {
  margin-left: 0;
}
.globalFooter .globalFooter__links__item a, .globalFooter .globalFooter__links__item a:link, .globalFooter .globalFooter__links__item a:visited {
  color: #222;
  text-decoration: none;
}
.globalFooter .globalFooter__links__item a:hover {
  color: #222;
  text-decoration: underline;
}
.globalFooter .globalFooter__logoBox {
  float: right;
  text-align: right;
}
.globalFooter .globalFooter__logo {
  margin-bottom: 4px;
}
.globalFooter .globalFooter__copyright small {
  font-size: 10px;
}

.siteFooter__wrapper {
  position: relative;
  background: url(../img/bg_otherlink_Jaggy.png) repeat-x center top;
  padding-top: 6px;
  margin-top: -6px;
}
.siteFooter__wrapper .siteFooter {
  border-top: none;
}

.siteFooter {
  background: #fff;
  min-width: 950px;
  color: #333;
  border-top: solid #e1e1e1 1px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: left;
}
.siteFooter__inner {
  padding: 32px 0;
  width: 950px;
  margin: 0 auto;
}
.siteFooter a, .siteFooter a:link, .siteFooter a:visited {
  color: #333;
  text-decoration: none;
}
.siteFooter a:hover {
  text-decoration: underline;
}
.siteFooter .siteFooter__homeLink {
  margin-bottom: 25px;
  font-size: 12px;
}
.siteFooter .siteFooter__homeLink a {
  display: inline-block;
  padding-left: 23px;
  min-height: 15px;
  background: url(../img/footer_icon_home.png) no-repeat left 0.3em;
}
.siteFooter .siteFooter__linkBox {
  overflow: hidden;
  margin-bottom: 15px;
  clear: left;
}
.siteFooter .siteFooter__linkBox__wrapper {
  float: left;
  width: 680px;
}
.siteFooter .siteFooter__linkBoxes02 {
  border-top: dotted 1px #dbcfc3;
  padding-top: 20px;
}
.siteFooter .siteFooter__linkBox__title {
  font-size: 12px;
  clear: left;
  float: left;
}
.siteFooter .siteFooter__linkBox__items {
  padding: 2px 0 0 108px;
}
.siteFooter .siteFooter__linkBox__item {
  font-size: 10px;
  line-height: 1.8;
  margin-left: 20px;
  float: left;
}
.siteFooter .siteFooter__bnrBox {
  width: 228px;
  float: right;
}
.siteFooter .siteFooter__bnrBox__title {
  font-size: 12px;
  margin-bottom: 8px;
  clear: left;
}
.siteFooter .siteFooter__snsBox {
  background-color: #fff;
  padding: 10px 0;
  border-radius: 8px;
  margin-bottom: 22px;
}
.siteFooter .siteFooter__snsBox .fbLink {
  border-bottom: dotted 1px #dbcfc3;
  padding-bottom: 10px;
}
.siteFooter .siteFooter__snsBox .fbLink__thumb {
  float: left;
  padding: 0 12px 0 30px;
}
.siteFooter .siteFooter__snsBox .fbLink__txt {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
  color: #333;
}
.siteFooter .siteFooter__snsBox .fbLink__txt a {
  color: #333;
}
.siteFooter .siteFooter__snsBox .fb-like {
  line-height: 10px;
  float: left;
}
.siteFooter .siteFooter__snsBox__link {
  text-align: center;
  padding: 8px 0 0;
  width: 140px;
  margin: 0 auto;
  overflow: hidden;
}
.siteFooter .siteFooter__snsBox__link__item {
  float: left;
  margin: 0 5px;
}
.siteFooter .siteFooter__bnr {
  margin-bottom: 22px;
  border-radius: 8px;
  overflow: hidden;
}
.siteFooter .siteFooter__bnr a {
  background-color: #fff;
  display: block;
}
.siteFooter .siteFooter__bnr a:hover img {
  opacity: .7;
}
.siteFooter .siteFooter__bnr:last-child {
  margin-bottom: 10px;
}
.siteFooter .siteFooter__bnr--sns {
  border: solid 1px #ddd;
  border-radius: 8px;
}
.siteFooter .siteFooter__bnr--sns img {
  margin: -1px;
}
.siteFooter .footerOtherLinkBox {
  background: #998069 url(../img/bg_otherlink.png) repeat center top;
  min-width: 950px;
}
.siteFooter .footerOtherLinkBox__inner {
  padding: 40px 0;
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
.siteFooter .footerOtherLink__items {
  padding: 13px 0 0;
  float: left;
}
.siteFooter .footerOtherLink__item {
  float: left;
  margin-right: 30px;
}
.siteFooter .footerOtherLink__item a:hover img {
  opacity: .7;
}
.siteFooter .footerOtherLink_bnr {
  float: right;
}
.siteFooter .footerOtherLink_bnr a:hover img {
  opacity: .7;
}

.siteFooterColor--brown .siteFooter {
  background: #998069 url(../img/bg_otherlink.png) repeat center top;
  color: #fff;
}
.siteFooterColor--brown .siteFooter a, .siteFooterColor--brown .siteFooter a:link, .siteFooterColor--brown .siteFooter a:visited {
  color: #fff;
}
.siteFooterColor--brown .siteFooter__homeLink a {
  background-image: url(../img/footer_icon_home_wh.png);
}
.siteFooterColor--brown .siteFooter__linkBoxes02 {
  border-top: dotted 1px #fff;
}
.siteFooterColor--brown .siteFooter__bnr--sns {
  border: none;
  border-radius: 8px;
}
.siteFooterColor--brown .siteFooter__bnr--sns img {
  margin: 0;
}
.siteFooterColor--brown .siteFooter__snsBox .fbLink__txt {
  color: #333;
}
.siteFooterColor--brown .siteFooter__snsBox .fbLink__txt a {
  color: #333;
}

/* =====================================================================

===================================================================== */
