@charset "utf-8";

#main.singleCol {
  float: none;
  padding: 0;
  width: auto;
}

.shopTab {
  margin: 0 0 30px;
}

.shopTab ul {
  overflow: hidden;
}

.shopTab li {
  float: left;
  width: 325px;
}

.shopTab li+li {
  width: 320px;
}

.shopTab li+li+li {
  width: 325px;
}

.shopList li {
  margin: 0 0 20px;
}

.shopList li h3 {
  margin: 0 0 8px;
  text-align: left;
}

.shopList li h3 a.catIcon {
  text-decoration: none;
  display: inline-block;
  vertical-align: bottom;
  width: 13%;
  padding-top: 3px;
  cursor: default;
}

.shopList li h3 a.catIcon img {
  margin-left: 10px !important;
}

.shopList li h3 span {
  display: inline-block;
  padding: 11px 10px 0 0;
  font-size: 139%;
  font-weight: bold;
  line-height: 1.8;
}

.shopList li h3 span a {
  color: #333;
}

.shopList li h3 span a:visited {
  color: #609;
}

.shopList li h3 span a:hover {
  color: #f00;
}


@media screen and (max-width:1024px) {
  .shopList li h3 span {
    display: block;
    padding: 10px 10px 0px 0px;
  }
}

.shopList li h3 .netshop {
  padding: 11px 60px 10px 0;
  background: url(../../images/shop/ico_netshop_01.png) no-repeat right top;
}

.shopList li table {
  width: 100%;
}

.shopList li th {
  width: 150px;
  padding: 15px 5px 14px;
  border: 1px #ccc solid;
  border-width: 1px 0 1px 1px;
  background-color: #f1f1f1;
  text-align: center;
}

.shopList li td {
  border: 1px #ccc solid;
  border-width: 1px 1px 1px 0;
  background-color: #fff;
}

.shopList li td .tblIn {
  position: relative;
  padding: 15px 20px 14px;
}

.shopList li td .tblIn.address {
  padding-right: 230px;
}

#map-area img {
  max-width: initial;
  max-width: unset;
}

/*店舗からのお知らせ*/
.shopList .tblIn dl.imgComment {
  display: table;
}

.shopList .tblIn dl.imgComment dt,
.shopList .tblIn dl.imgComment dd {
  display: table-cell;
  vertical-align: top;
}

.shopList .tblIn dl.imgComment dt img {
  max-width: 230px;
  margin-right: 15px;
}

.shopList .tblIn dl.imgComment dt img:focus {
  outline: none;
}

@media screen and (max-width:1024px) {
  .shopList li td .tblIn {
    padding: 15px;
  }

  .shopList li td .tblIn.address {
    padding-right: 15px;
  }

  .shopList .tblIn.noIcon {
    padding-right: 20px;
  }

  .shopList .tblIn dl.imgComment dt,
  .shopList .tblIn dl.imgComment dd {
    display: block;
    vertical-align: top;
  }

  .shopList .tblIn dl.imgComment dt img {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:1024px) {
  .shopTab {
    margin: 0 0 20px;
    display: table;
    width: 100%;
  }

  .shopTab li {
    width: 33.33% !important;
    display: table-cell;
    float: none;
  }

  .shopList {
    margin: 0 0 20px;
  }

  .shopList li {
    margin-bottom: 10px;
  }

  .shopList li:last-child {
    margin-bottom: 0;
  }

  .shopList li h3 {
    margin-bottom: 10px;
  }

  .shopList li h3 span {
    font-size: 14px;
    margin-bottom: 3px;
  }

  .shopList li h3 a.catIcon {
    line-height: 2.1;
    width: auto;
    max-width: 120px;
  }

  .shopList li h3 a.catIcon img {
    box-sizing: border-box;
  }

  .shopList li table {
    font-size: 12px;
  }

  .shopList li table th {
    width: 25%;
  }

  .shopList li td .tblIn .shopBtn {
    position: static;
    margin-top: 10px;
  }

  #map-area {
    width: 100% !important;
    margin: 0 auto 10px !important;
    height: 300px !important;
  }
}




.titleWrap {
  position: relative;
}

.shopBtn {
  position: absolute;
  top: 9px;
  right: 12px;
}

.shopBtn a {
  display: block;
  width: 60px;
  padding: 4px 0 3px 10px;
  border: 1px #ccc solid;
  border-radius: 2px;
  background: #fff url(../../images/common/icon_arrw_04.png) no-repeat 8px center;
  line-height: 1.5;
  text-align: center;
  font-size: 85%;
}

.btnMap {
  top: 9px;
  right: 9px;
}

.btnMap a {
  border-color: #171717;
  background: #171717 url(../../images/common/icon_arrw_05.png) no-repeat 9px .6em;
  color: #fff;
  width: 180px;
  padding: 4px 5px 4px 25px;
  font-size: 100%;
}

.shopBtn a:hover {
  border-color: #f00;
  background: #f00 url(../../images/common/icon_arrw_05.png) no-repeat 8px center;
  text-decoration: none;
  color: #fff;
}

.btnMap a:hover {
  background: #f00 url(../../images/common/icon_arrw_05.png) no-repeat 9px .6em;
}

.shopList li .note {
  margin: 7px 0 0;
}

.shopList .tblIn .mapNote {
  font-size: 85%;
}

@media screen and (max-width:1024px) {
  .btnMap a {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 5px 6px 20px;
    background-position: 8px .75em;
    max-width: 200px;
  }
}

/* index */
#shopMapWrap {
  border-bottom: 2px #ccc solid;
  background: #fff;
  padding-bottom: 40px;
}

#shopMapWrap .inImg2 {
  display: block;
  margin: 0 auto;
}

#shopMap {
  width: 100%;
  height: auto;
}

.attTit {
  margin: 0 0 10px;
  padding: 0 0 0 8px;
  border-left: 3px solid #777777;
  font-size: 126%;
  font-weight: bold;
  line-height: 1;
}

.attBox {
  padding: 20px 30px;
  border: 1px #ccc solid;
}

.attBox li {
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  background: url(../../images/shop/ico_dot_01.png) no-repeat 0 5px;
  line-height: 1.5;
}

.attDate {
  text-align: right;
  margin-bottom: 20px;
}

@media screen and (max-width:1024px) {
  #shopMapWrap {
    padding-bottom: 20px;
  }

  .titleWrap .btnPrint {
    top: 11px;
    right: 20px;
  }

  .attTit {
    margin: 0 0 8px;
  }

  .attBox {
    margin: 0 0 20px;
    padding: 15px;
  }
}

@media screen and (max-width:1024px) {
  .map {
    width: 100% !important;
  }

  .map iframe {
    width: 100% !important;
    height: 300px;
  }
}

/* ColorBox調整 */
#cboxClose {
  position: absolute;
  top: -50px !important;
  right: 0;
  background: url(close.png) no-repeat top center;
  width: 50px !important;
  height: 50px !important;
  text-indent: -9999px;
}

@media screen and (max-width:1024px) {
  #cboxLoadedContent img {
    width: auto !important;
    max-width: 100%;
  }

  #cboxClose {
    width: 25px !important;
    height: 25px !important;
    -webkit-background-size: 25px auto !important;
    background-size: 25px auto !important;
    top: -25px !important;
  }

  #colorbox,
  #cboxWrapper,
  #cboxContent,
  #cboxLoadedContent {
    width: 100% !important;
  }

  #cboxLoadedContent {
    height: auto !important;
  }

}

/* タブ改修 */
.shop_tbsec {
  background: #fff;
  border-top: solid #727272 5px;
  height: 120px;
  overflow: hidden;
}

.tbctg_ttl {
  font-size: 22px;
  font-weight: 700;
  background: url(../../images/shop/tb_ttl_ico01.png) no-repeat 0 0;
  padding-left: 36px;
}

.shop_tbsec_l {
  width: 600px;
  box-sizing: border-box;
  float: left;
  border-right: solid #ececec 3px;
  padding: 21px 0 0 21px;
}

.shop_tbsec_l .tb_btn li:first-child {
  margin-right: 15px;
}

.shop_tbsec_r {
  width: 325px;
  float: left;
  padding: 21px 21px 0 20px;
}

.shop_tbsec_r .tbctg_ttl {
  background: url(../../images/shop/tb_ttl_ico02.png) no-repeat 0 4px
}

.tb_btn {
  text-align: center;
  vertical-align: middle;
  padding: 15px 0 0;
}

.tb_btn li {
  width: 250px !important;
  display: inline-block;
  border: solid 1px #cccccc;
  border-bottom: none;
}

.tb_btn a {
  font-weight: 700;
  font-size: 17px;
  color: #333;
  background: #fff;
  padding: 15px 0;
  display: block;
}

.tb_btn span:before {
  content: url(../../images/shop/tb_arw01.png);
  margin-right: 10px;
}

.tb_btn li.active {
  color: #fff;
  background: #f50006;
  font-weight: 700;
  font-size: 17px;
  padding: 15px 0;
}

.tb_btn li.active span:before {
  content: url(../../images/shop/tb_arw02.png);
}

.tb_btn li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.shop_tbbox {
  background: #fff;
  border: solid 5px #f50006 !important;
}

.tb_ico_ktc {
  margin-right: 5px;
}


@media screen and (max-width:1024px) {
  .shop_tbsec {
    height: auto;
  }

  .shop_tbsec_l {
    width: 60%;
    padding: 5px 5px 0 5px;
  }

  .shop_tbsec_r {
    width: 36%;
    padding: 5px 5px 0 5px;
  }

  .tb_btn li {
    width: 45% !important;
  }

  .shop_tbsec_r .tb_btn li {
    width: 75% !important;
  }

  .tbctg_ttl {
    font-size: 15px;
    padding-left: 19px;
    background: url(../../images/shop/tb_ttl_ico01.png) no-repeat 0 3px;
    -webkit-background-size: 15px;
    background-size: 15px;
    min-height: 2.8em;
  }

  .shop_tbsec_r .tbctg_ttl {
    padding-left: 19px;
    -webkit-background-size: 15px;
    background-size: 15px;
  }

  .shop_tbsec_l .tb_btn li:first-child {
    margin-right: 2px;
  }

  .tb_btn a,
  .tb_btn li.active {
    font-size: 12px;
    font-size: 12px;
    padding: 3px;
  }

  .tb_btn span:before,
  .tb_btn li.active span:before {
    content: none;
  }

  .tb_ico_ktc {
    max-width: 90px;
    max-width: 90px;
    width: 93%;
    margin-right: 0;
  }
}



@media screen and (max-width:320px) {
  .tbctg_ttl {
    font-size: 13px;
    padding-left: 17px;
    background: url(../../images/shop/tb_ttl_ico01.png) no-repeat 0 3px;
    -webkit-background-size: 13px;
    background-size: 13px;
  }

  .shop_tbsec_r .tbctg_ttl {
    padding-left: 17px;
    -webkit-background-size: 13px;
    background-size: 13px;
  }

  .tb_btn li {
    width: 74px !important;
  }
}

@media screen and (min-width:1025px) {
  .pcNone {
    display: none;
  }
}


/*stock*/
.stock_box {
  padding: 45px 55px;
}

.stock_list li {
  float: left;
  margin: 0 30px 40px 0;
  width: auto !important;
}

.stock_list li:nth-child(4n) {
  margin-right: 0;
}

.stock_list li img {
  vertical-align: middle;
  margin-left: 6px;
}

.shop_tbbox input[type="button"].tbbox_btn {
  min-width: 262px;
  line-height: 1.2;
  padding: 16px 30px 16px 50px;
  border: solid 1px #cccccc;
  color: #333;
  background: #fff;
  background: #fff url(../../images/shop/btn_arw01.png) 105px 1.1em no-repeat;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
}

.shop_tglsec {
  margin-bottom: 30px;
  border-bottom: 2px #ccc solid;
}

.shop_tglcnts {
  display: none;
}

.shop_tglttl {
  background: #fff;
  font-size: 126%;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 18px;
  position: relative;
}

.shop_tglttl:after {
  content: url(../../images/shop/tb_arw01.png);
  position: absolute;
  right: 20px;
}

.shop_tglttl.close:after {
  content: url(../../images/shop/tb_arw03.png);
  position: absolute;
  right: 20px;
}

@media screen and (max-width:1024px) {
  .stock_box {
    padding: 10px;
  }

  .stock_list {
    max-width: 450px;
    margin: 0 auto;
  }

  .stock_list li:nth-child(4n),
  .stock_list li {
    margin: 0 4% 2% 0;
    width: 48% !important;
  }

  .stock_list li:nth-child(2n) {
    margin-right: 0;
  }

  .stock_list li img {
    width: 84%;
    margin-left: 3px;
  }

  .shop_tbbox input[type="button"].tbbox_btn {
    min-width: 150px;
    padding: 8px 10px 8px;
    background: #fff url(../../images/shop/btn_arw01.png) 46px 0.64em no-repeat;
    font-size: 14px;
  }
}

/*map*/
.shop_tbbox #map-area {
  width: 960px;
  height: 900px;
}

@media screen and (max-width:1024px) {
  .shop_tbbox #map-area {
    margin-bottom: 0 !important
  }

}


/* 印刷 */
@media print {

  #header,
  #topicPath,
  #footer,
  #article_sns,
  .attDate,
  .btnPrint {
    display: none !important;
  }
}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.stock_list:after,
.shop_tbsec:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

/* Legacy IE
------------------------------- */
.stock_list,
.shop_tbsec {
  *zoom: 1;
}

/* 追記
---------------------------------------- */
#limited_75th_shop {
  max-width: 970px;
  margin: 0 auto 80px;
}

@media screen and (max-width:750px) {
  #limited_75th_shop {
    padding: 0 10px;
    box-sizing: border-box;
  }
}

.limited_75th_shop__mv {
  margin-bottom: 40px;
}

.shopList li th.ec-url {
  background: #7ec157;
  color: #fff;
}

.title03 {
  font-size: 153.8%;
  font-weight: 700;
  border-left: 3px solid #777777;
  line-height: 1;
  padding-left: 8px;
  margin: 60px 0 20px;
  clear: both;
}

.footer_pagetop {
  text-align: right;
  margin: 0 auto;
}

.footer_pagetop a {
  background: url(https://ktc.jp/wp-content/themes/ktc/images/common/icon_arrw_02.png) no-repeat 0 .4em;
  padding-left: 10px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #333;
}

.applyBnr {
  margin: 60px 0 0;
}

@media screen and (max-width:750px) {
  .applyBnr {
    margin: 40px 0 0;
  }
}