@charset "UTF-8";

/* ----全体レイアウト---- */

.wrapper {
  width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.pane-header .container {
  display: flex;
  align-items: center;
  height: 90px;
}

.pane-globalnav {
  width: 100%;
}

.pane-contents {
  min-height: 600px;
  padding-bottom: 50px;
}

.pane-contents .container {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  /* IE11 */
  display: -ms-grid;
  -ms-grid-columns: auto 1fr;
  -ms-grid-rows: auto 1fr;
}

.pane-left-menu {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  width: 240px;
  margin: 30px 60px 0 0;
}

.pane-main {
  display: block;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  /* IE11 */
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  width: 100%;
}

.pane-right-menu {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  margin: 30px 0;
  width: 900px;
}

.pane-footer {
  padding: 33px 0;
}

dd.dataList_item a {
    color: #000;
}

/* ----商品詳細レイアウト---- */

.page-goodspreview .pane-left-menu,
.page-goodspreview .pane-right-menu,
.page-goods .pane-left-menu,
.page-goods .pane-right-menu {
  display: none;
}

.block-goods-detail {
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-template-rows: auto auto auto auto;
  /* IE11 */
  display: -ms-grid;
  -ms-grid-columns: 1fr 400px;
  -ms-grid-rows: auto auto auto auto;
}

.pane-goods-header {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  width: 100%;
  margin: 30px 0 0 0;
}

.pane-goods-left-side {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  width: 740px;
  margin: 0 60px 0 0;
}

.pane-goods-right-side {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  width: 400px;
}

.pane-goods-center {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 3;
  width: 100%;
}

.pane-goods-footer {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 4;
  width: 100%;
}

/* ----注文フロー---- */

.pane-order-header .container {
  display: flex;
  align-items: center;
  height: 40px;
}

.pane-order-contents {
  min-width: 1200px;
  min-height: 600px;
  padding-bottom: 50px;
}

.pane-order-header .block-header-logo--img {
  height: 40px;
}

.SearchBranchList html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ul, ol, li, fieldset, form, label, textarea, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; letter-spacing:0;}
.SearchBranchList table { width:100%; margin:0; font-size:inherit;}
.SearchBranchList .clearfix {display: block;}

.SearchBranchList {
	  text-align: left;
}
.SearchBranchList .btn_title {
    background-color: #aaa;
    color: #fff;
    font-size: 12px;
    margin-right: 2px;
    padding: 6px 9px;
    line-height: 1em;
    display: inline-block;
    margin-bottom:5px;
	  text-align: center;
}


.SearchBranchList .pagenavi p.left {
  font-size: 14px;
}

.SearchBranchList .pagenavi ul.navi li a {
  border-color: #aaa;
  color: #000;
}

.SearchBranchList .pagenavi ul.navi li a:hover {
  background-color: #aaa;
  color: #fff;
}

.SearchBranchList .pagenavi ul.navi li a.act {
  background-color: #aaa;
  color: #fff;
}

.SearchBranchList .otherArea {
  font-size: 16px;
  font-weight: bolder;
  padding-bottom: 18px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 27px;
  line-height: 1em;
}

.SearchBranchList .listDescription {
  margin-bottom: 27px;
}

.SearchBranchList .listDescription .listDescription_txt {
  font-size: 14px;
  font-weight: bolder;
  margin-bottom: 11px;
  line-height: 1em;
}

.SearchBranchList .listDescription .listDescription_link {
  font-size: 14px;
  line-height: 1em;
}

.SearchBranchList .listDescription .listDescription_link:before {
  content: "●";
  color: #b1b1b1;
  font-size: 11px;
  position: relative;
  bottom: 1px;
}

.SearchBranchList .listDescription .listDescription_link > a {
  display: inline-block;
  margin-left: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-weight: bolder;
  padding: 5px 15px 5px 12px;
  color: #000;
}

.SearchBranchList .listDescription .listDescription_link > a:hover {
  color#000;
  text-decoration: none;
}

.SearchBranchList .listDescription .listDescription_link > a > span:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(/maisonkose/img/sys/circle_angle_right.png);
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.SearchBranchList .departBlock {
  padding-bottom: 13px;
  border-bottom: 1px dashed #cacaca;
  width: 623px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.SearchBranchList .departBlock .departBlock_ttl {
  font-size: 14px;
  font-weight: bolder;
  border-left: 5px solid #cacaca;
  padding-left: 7px;
  margin-right: 81px;
  margin-bottom: 0;
  line-height: 25px;
}

.SearchBranchList .departBlock .departBlock_link {
  font-size: 14px;
  text-decoration: underline;
}

.SearchBranchList .departBlock .departBlock_link:before {
  content: "";
  width: 8px;
  height: 12px;
  display: inline-block;
  margin-right: 6px;
  background-image: url(/maisonkose/img/sys/angle_right.png);
  position: relative;
  top: 1px;
}

.SearchBranchList .departBlock .departBlock_link > a {
  color: #000;
}

.SearchBranchList .prefBlock {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
}


.SearchBranchList .prefBlock .prefBlock_ttl-hokkaido {
  margin-bottom: 0;
  font-size: 14px;
  width: 97px;
  margin-right: 27px;
  border-left: 5px solid #e7d4e0;
  line-height: 25px;
  padding-left: 8px;
  box-sizing: border-box;
}

.SearchBranchList .prefBlock .prefBlock_ttl-tohoku {
  margin-bottom: 0;
  font-size: 14px;
  width: 97px;
  margin-right: 27px;
  border-left: 5px solid #c7e8fa;
  line-height: 25px;
  padding-left: 8px;
  box-sizing: border-box;
}

.SearchBranchList .prefBlock .prefBlock_ttl-kanto {
  margin-bottom: 0;
  font-size: 14px;
  width: 97px;
  margin-right: 27px;
  border-left: 5px solid #c0db86;
  line-height: 25px;
  padding-left: 8px;
  box-sizing: border-box;
}

.SearchBranchList .prefBlock .prefBlock_ttl-hokuriku {
  margin-bottom: 0;
  font-size: 14px;
  width: 97px;
  margin-right: 27px;
  border-left: 5px solid #fbd28b;
  line-height: 25px;
  padding-left: 8px;
  box-sizing: border-box;
}

.SearchBranchList .prefBlock .prefBlock_ttl-chubu {
  margin-bottom: 0;
  font-size: 14px;
  width: 97px;
  margin-right: 27px;
  border-left: 5px solid #e7db9c;
  line-height: 25px;
  padding-left: 8px;
  box-sizing: border-box;
}

.SearchBranchList .prefBlock .prefBlock_ttl-kansai {
  margin-bottom: 0;
  font-size: 14px;
  width: 97px;
  margin-right: 27px;
  border-left: 5px solid #a9d7bf;
  line-height: 25px;
  padding-left: 8px;
  box-sizing: border-box;
}

.SearchBranchList .prefBlock .prefBlock_ttl-chugoku {
  margin-bottom: 0;
  font-size: 14px;
  width: 97px;
  margin-right: 27px;
  border-left: 5px solid #f7c8dc;
  line-height: 25px;
  padding-left: 8px;
  box-sizing: border-box;
}

.SearchBranchList .prefBlock .prefBlock_ttl-shikoku {
  margin-bottom: 0;
  font-size: 14px;
  width: 97px;
  margin-right: 27px;
  border-left: 5px solid #ced8ee;
  line-height: 25px;
  padding-left: 8px;
  box-sizing: border-box;
}

.SearchBranchList .prefBlock .prefBlock_ttl-kyushu {
  margin-bottom: 0;
  font-size: 14px;
  width: 97px;
  margin-right: 27px;
  border-left: 5px solid #b0c6d9;
  line-height: 25px;
  padding-left: 8px;
  box-sizing: border-box;
}

.SearchBranchList .prefBlock .prefBlock_ttl-okinawa {
  margin-bottom: 0;
  font-size: 14px;
  width: 97px;
  margin-right: 27px;
  border-left: 5px solid #cdd4cf;
  line-height: 25px;
  padding-left: 8px;
  box-sizing: border-box;
}

.SearchBranchList .prefList {
  font-size: 14px;
}

.SearchBranchList .prefList .prefList_item {
  display: inline-block;
  width: 80px;
  background-color: #f8f8f8;
  text-align: center;
  margin-right: 3px;
  border: 1px solid #e5e5e5;
  line-height: 1em;
  box-sizing: border-box;
}

.SearchBranchList .prefList .prefList_item:last-child {
  margin-right: 0;
}

.SearchBranchList .prefList .prefList_item > a {
  color: #000;
  display: block;
  padding: 6px 0;
  background-image: url(/maisonkose/img/sys/triangle.png);
  background-repeat: no-repeat;
  background-position: bottom 3px right 3px;
}

.SearchBranchList .prefList .prefList_item > a:hover {
  text-decoration: none;
}

.SearchBranchList .listHead {
  border-bottom: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
  margin-top: 19px;
  padding: 18px 0;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.SearchBranchList .listHead_ttl {
  padding: 0;
  font-size: 18px;
  font-weight: bolder;
  color: #000;
  line-height: 1em;
  margin-right: 22px;
  width : 80px;
}

.SearchBranchList .listHead_pref {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  padding-left: 19px;
  border-left: 3px solid #c8103d;
  line-height: 24px;
}

.SearchBranchList .description {
  font-size: 14px;
  margin-bottom: 21px;
}

.SearchBranchList .searchBlock {
  background-color: #f8f8f8;
  border: 1px solid #d4d4d4;
  padding: 10px 9px 10px 16px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.SearchBranchList .searchBlock .searchBlock_description {
  font-weight: bolder;
  font-size: 14px;
  margin-right: 35px;
}

.SearchBranchList .searchBlock .searchBlock_txtBox {
  height: 30px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  width: 533px;
  background-image: url(/resources/images/SearchBranchTop/list_search.png);
  background-repeat: no-repeat;
  background-position: left 9px center;
  padding-left: 2.25em;
}

.SearchBranchList .searchBlock .searchBlock_btn {
  font-size: 14px;
  color: #fff;
  background-color: #aaaaaa;
  border: none;
  height: 30px;
  border-radius: 4px;
  margin-left: 8px;
  width: 58px;
  font-weight: bolder;
}

.SearchBranchList .shopTable {
  margin-bottom: 59px;
  table-layout: fixed;
}
.SearchBranchList .shopTable .shopTable_head {
  color: #000;
  font-weight: bolder;
  font-size: 14px;
  background-color: #eaeaea;
  padding: 8px 0 8px 10px;
  box-sizing: border-box;
  line-height: 1em;
  border-right: 3px solid #fff;
}
.SearchBranchList .shopTable .shopTable_head:nth-child(1) {
  width: 460px;
}

.SearchBranchList .shopTable .shopTable_head:nth-child(2) {
  width: 140px;
}

.SearchBranchList .shopTable .shopTable_head:nth-child(3) {
  width: 284px;
}

.SearchBranchList .shopTable .shopTable_head:nth-child(4) {
  border: none;
}
.SearchBranchList .shopTable tbody tr:nth-child(4n+1) {
  background-color: #f8f8f8;
}

.SearchBranchList .shopTable tbody tr {
  border-bottom: 1px dashed #cacaca;
  cursor: pointer;
}

.SearchBranchList .shopTable .shopTable_data {
  font-size: 14px;
  padding: 13px 10px;
  line-height: 1em;
}

.SearchBranchList .shopTable .shopname .shopTable_data:last-child {
  text-align: center;
  background-image: url(/maisonkose/img/sys/circle_angle_down.png);
  background-repeat: no-repeat;
  background-position: center;
}
.shopTable .icon_description {
    font-size: 10px;
    color: #999;
    padding-top: 4px;
}
.SearchBranchList .shopTable .shopTable_data .shopTable_category-phil {
  color: #fff;
  background-color: #595959;
  font-size: 12px;
  margin-right: 2px;
  padding: 6px 9px;
  line-height: 1em;
  display: inline-block;
}

.SearchBranchList .shopTable .shopTable_data .shopTable_category-phil:empty {
  display: none;
}

.SearchBranchList .shopTable .shopTable_data .shopTable_category-icu {
  color: #fff;
  background-color: #595959;
  font-size: 12px;
  margin-right: 2px;
  padding: 6px 9px;
  line-height: 1em;
  display: inline-block;
}

.SearchBranchList .shopTable .shopTable_data .shopTable_category-icu:empty {
  display: none;
}

.SearchBranchList .shopTable .shopTable_data .shopTable_category-formule {
  color: #fff;
  background-color: #595959;
  font-size: 12px;
  margin-right: 2px;
  padding: 6px 9px;
  line-height: 1em;
  display: inline-block;
}

.SearchBranchList .shopTable .shopTable_data .shopTable_category-formule:empty {
  display: none;
}
.SearchBranchList .shopTable .shopTable_data .shopTable_category-XBarrier {
  color: #fff;
  background-color: #595959;
  font-size: 12px;
  margin-right: 2px;
  padding: 6px 9px;
  line-height: 1em;
  display: inline-block;
}

.SearchBranchList .shopTable .shopTable_data .shopTable_category-XBarrier:empty {
  display: none;
}

.SearchBranchList .shopTable .shopTable_data .shopTable_category-acneo {
  color: #fff;
  background-color: #595959;
  font-size: 12px;
  margin-right: 2px;
  padding: 6px 9px;
  line-height: 1em;
  display: inline-block;
}

.SearchBranchList .shopTable .shopTable_data .shopTable_category-acneo:empty {
  display: none;
}

.SearchBranchList .shopTable .shopname.active .shopTable_data:last-child {
  background-image: url(/maisonkose/img/sys/circle_angle_up.png);
}

.SearchBranchList .shopTable tbody tr.active {
  background-color: #fff0d0;
  border-bottom: none;
}

.SearchBranchList .shopTable tbody tr.shopdata {
  background-color: #fff0d0;
}

.SearchBranchList .shopTable .shopTable_inner {
  padding: 0 10px 17px;
}

.SearchBranchList .dataList {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 19px 0;
}

.SearchBranchList .dataList .dataList_ttl {
  font-weight: bolder;
  font-size: 14px;
  width: 100px;
  line-height: 1em;
  margin-bottom: 17px;
}

.SearchBranchList .dataList .dataList_item {
  width: calc(100% - 100px);
  font-size: 14px;
  line-height: 1em;
}

.SearchBranchList .dataList .dataList_item:nth-of-type(1) > a {
  position: relative;
  text-decoration: underline;
  color: #000;
}

.SearchBranchList .dataList .dataList_item:nth-of-type(1) > a:hover {
  color: #000;
}

.SearchBranchList .dataList .dataList_item:nth-of-type(1) > a:after {
  content: "";
  width: 11px;
  height: 18px;
  background-image: url(/maisonkose/img/sys/pin.png);
  display: inline-block;
  position: absolute;
  top: -1px;
  margin-left: 6px;
}

.SearchBranchList .dataList .dataList_item:nth-of-type(4) > a {
  position: relative;
  text-decoration: underline;
  color: #000
}

.SearchBranchList .dataList .dataList_item:nth-of-type(4) > a:hover {
  color: #000;
}

.SearchBranchList .dataList .dataList_item:nth-of-type(4) > a:empty {
  display: none;
}

.SearchBranchList .dataList .dataList_item:nth-of-type(4) > a:after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: -2px;
  background-image: url(/maisonkose/img/sys/outside.png);
  margin-left: 9px;
}

/* ページ遷移 */
.left { float:left;}
.right { float:right;}
.pagenavi { margin:0 0 15px 0;}
.pagenavi p { line-height:1.6em; height:1.5em;}
.pagenavi p.left { width:260px;}
.pagenavi p.left span { font-weight:bold; padding:0 5px;}
.pagenavi p.left span { color:#7e8588;}
.pagenavi .right { width:460px; text-align:right; float:right;}
.pagenavi .right p,
.pagenavi .right ul { display:inline;}
.pagenavi ul.number { padding-right:10px;}
.pagenavi ul.number li { display:inline; border-right:#333 solid 1px; padding:0 5px;}
.pagenavi ul.number li.last { border:none;}
.pagenavi ul.number li a { display:inline;}
.pagenavi ul.navi { margin:0;}
.pagenavi ul.navi li { display:inline; margin:0 1px;}
.pagenavi ul.navi li a { display:inline-block; border:#b1c3ca solid 1px; vertical-align:middle; text-decoration:none; height:1.5em; padding:2px 8px; line-height:1.6em;}
.pagenavi ul.navi li a:hover { background:#b1c3ca; color:#FFFFFF;}
.pagenavi ul.navi li a.act { background:#b1c3ca; color:#FFFFFF;}

