@charset "utf-8";
/* !component
---------------------------------------------------------- */

.blod {
  font-weight: bold;
}

.bigimgbox {
  padding: 0 10px;
  margin-bottom: 20px;
}

.bigimgbox .txt {
  padding: 7px 17px;
}

.imgtxtbox {
  margin-bottom: 20px;
}

.imgtxtbox .imgtxtboxin {
  padding: 0 10px;
  flex-wrap: wrap;
  display: flex;
}

.imgtxtbox .imgtxtin {
  width: 50%;
  box-sizing: border-box;
}

.imgtxtbox.imgleft .imgtxtin {
  margin-right: 15px;
  float: left;
}

.imgtxtbox.imgright .imgtxtin {
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  .imgtxtbox .imgtxtboxin{
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }
  .imgtxtbox.imgleft .imgtxtin {
    max-width: 320px;
  }
  .imgtxtbox.imgright .imgtxtin {
    margin-left: 15px;
    min-width: 250px;
    max-width: 320px;
  }
}

.shopslist ul {}

.shopslist li {
  padding: 20px 10px;
  border-top: 1px dotted #ddd;
}

.shopslist li .tit {
  font-size: 18px;
  line-height: 23px;
  color: #e3000e;
  margin-bottom: 8px;
}

.shopslist li .txt {
  font-size: 16px;
  line-height: 1.40;
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  .shopslist li .txt a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
  }
}

.shopslist li .img {
  margin-bottom: 8px;
}

.shopslist li .txt+.img {
  margin-top: 20px;
}

.shopslist li .map {
  padding: 20px 0 25px;
}

.shopslist li .img+.map {
  margin-top: 20px;
  padding-top: 0;
}

.shopslist li .map span {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  display: block;
}

.shopslist li .map span iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopslist .btnstyle {
  margin-top: 20px;
}

.bgtxtstyle {
  padding: 20px 17px;
  background: #f6f6f6;
  border-radius: 10px;
}

.red {
  color: #e3000e;
}

.imgtxtbox02 .img {
  float: left;
  width: 26.8%;
  margin-right: 15px;
}

.txtimgbox02 .img {
  float: right;
  width: 26.8%;
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .imgtxtbox02 .img {
    max-width: 170px;
  }
  .txtimgbox02 .img {
    max-width: 170px;
  }
}
/*------------------------------------------------------------------*/
.imgtxtbox03 .imgleft, .imgtxtbox03 .imgright {
  overflow: hidden;
  display: flex;
  align-items:center;
}
.imgtxtbox03 .imgright {
  flex-flow: row-reverse nowrap; 
}
.imgtxtbox03 .txt p {
  padding: 10px;
  background: #90ee90;
  border-radius: 10px;
  font-size: 14px;
}

.imgtxtbox03 .txt.gray p {
  background: #f6f6f6;
}

.imgtxtbox03 .imgleft .img {
  width: 14%;
  box-sizing: border-box;
  padding-right: 5px;
  text-align: left;
}

.imgtxtbox03 .imgright .img {
  width: 14%;
  box-sizing: border-box;
  padding-left: 5px;
  text-align: right;
}

.imgtxtbox03 .imgleft .txt {
  width: 72%;
  padding-left: 12px;
  position: relative;
}

.imgtxtbox03 .imgleft .txt:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  background: url("../img/ico_left.png") center center no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: calc(50% - 10px);
}

.imgtxtbox03 .imgleft .txt.gray:before {
  background: url("../img/ico_left_gray.png") center center no-repeat;
}

.imgtxtbox03 .imgright .txt {
  width: 72%;
  padding-right: 12px;
  position: relative;
}

.imgtxtbox03 .imgright .txt:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  background: url("../img/ico_right.png") center center no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: calc(50% - 10px);
}

.imgtxtbox03 .imgright .txt.gray:before {
  background: url("../img/ico_right_gray.png") center center no-repeat;
}

@media screen and (min-width: 768px) {
  .imgtxtbox03 .imgleft .img, .imgtxtbox03 .imgright .img {
    width: auto;
  }
}

.imgtitbox {
  display: table;
  width: 100%;
}

.imgtitbox .img {
  display: table-cell;
  width: 12.6%;
  vertical-align: middle;
}

.imgtitbox .txt {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 25px;
  font-weight: bold;
  position: relative;
}

.imgtitbox .icon {
  display: table-cell;
  width: 12.6%;
  vertical-align: middle;
}

.imgtitbox .txt .icon img {
  width: 100%;
  height: auto;
}

.hdl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.pridislist {
  background: #f6f6f6;
  padding: 15px 25px 27px;
}

.pridislist .tit {
  font-size: 22px;
  color: #e3000e;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.pridislist li {
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 10px 10px 7px;
  overflow: hidden;
}

.pridislist li .prikind {
  float: left;
}

.pridislist li .privalu {
  float: right;
  font-size: 17px;
}

.imgtitbox dl dd img {
  width: 30px;
  vertical-align: middle;
}

.imgtitbox dl dd img+img {
  margin-left: 3px;
}

.orpricebox {
  padding: 22px 25px 30px;
  border-radius: 10px;
  background: #f6f6f6;
}

@media screen and (min-width: 768px) {
  .orpriceboxgroup {
    float: left;
    width: 460px;
  }
}

.orpricebox dl {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.orpricebox dl dt {
  display: table-cell;
  width: 42%;
  vertical-align: middle;
}

.orpricebox dl dd {
  display: table-cell;
  width: 58%;
  box-sizing: border-box;
  padding-left: 20px;
  vertical-align: middle;
}

.orpricebox dl dd .tit {
  font-size: 22px;
}

.orpricebox dl dd .txt {
  font-size: 11px;
}

.orpricebox li {
  background: #fff;
  font-size: 15px;
  padding: 5px 15px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  line-height: 20px;
}

.orpricebox li .prikind {
  float: left;
}

.orpricebox li .privalu {
  float: right;
}

/*
.orpricebox li.maxdisc {
  font-size: 18px;
  color: #e3000e;
}

.orpricebox li.maxdisc .privalu {
  font-size: 24px;
}
*/

.orpricebox li:last-child {
  font-size: 18px;
  color: #e3000e;
}

.orpricebox li:last-child .privalu {
  font-size: 24px;
}

.pagebtn .btnin {
  display: table;
  width: 92.5%;
  min-height: 60px;
  margin: 0 auto;
  background: url("../img/ico_btn05.png") right 10px center #f6f6f6 no-repeat;
  background-size: 7px 12px;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #282828;
}

.pagebtn .btnin .tabcell {
  display: table-cell;
  vertical-align: middle;
}

.pagebtn.pagebtn01 .btnin {
  background: url("../img/ico_btn01.png") right 15px center no-repeat;
  background-size: 15px 15px;
  color: #fff;
  font-weight: bold;
}

.pagebtn.pagebtn01 a.btnin {
  background-color: #e3000e;
  color: #fff;
  font-weight: bold;
}

.pagebtn.pagebtn01 .txt01 {
  font-size: 13px;
  display: block;
  line-height: 14px;
}

.pagebtn.pagebtn01 .txt02 {
  font-size: 17px;
  line-height: 18px;
}

.pagebtn.pagebtn02 .btnin {
  background: url("../img/ico_btn02.png") right 15px center no-repeat;
  background-size: 15px 15px;
  color: #fff;
  font-weight: bold;
}

.pagebtn.pagebtn02 a.btnin {
  background-color: #22a02a;
  color: #fff;
  font-weight: bold;
}

.pagebtn.pagebtn02 .txt01 {
  font-size: 13px;
  display: block;
  line-height: 14px;
}

.pagebtn.pagebtn02 .txt02 {
  font-size: 17px;
  line-height: 18px;
}

.pagebtn.pagebtn03 .btnin {
  background: url("../img/ico_btn05.png") right 12px center no-repeat;
  background-size: 7px 12px;
  color: #000;
}

.pagebtn.pagebtn03 a.btnin {
  background-color: #f6f6f6;
  color: #000;
  font-weight: bold;
}

.pagebtn.pagebtn03 .txt01 {
  font-size: 13px;
  display: block;
  line-height: 14px;
}

.pagebtn.pagebtn03 .txt02 {
  font-size: 17px;
  line-height: 18px;
}

.pagebtn.pagebtn04 {
  text-align: center;
}

.pagebtn.pagebtn05 .btnin {
  background: url("../img/ico_btn06.png") right 12px center no-repeat;
  background-size: 12px 7px;
}

.pagebtn.pagebtn05 .txt01 {
  font-size: 17px;
  line-height: 18px;
}

.pagebtn.pagebtn05 .txt02 {
  font-size: 13px;
  display: block;
  line-height: 14px;
}

.pagebtn.pagebtn05red .btnin {
  background: url("../img/ico_btn07.png") right 12px center no-repeat;
  background-size: 15px 15px;
}

.pagebtn.pagebtn05red .txt01 {
  font-size: 17px;
  line-height: 18px;
}

.pagebtn.pagebtn05red .txt02 {
  font-size: 13px;
  display: block;
  line-height: 14px;
}

.pagebtn.pagebtn05green .btnin {
  background: url("../img/ico_btn08.png") right 12px center no-repeat;
  background-size: 15px 15px;
}

.pagebtn.pagebtn05green .txt01 {
  font-size: 17px;
  line-height: 18px;
}

.pagebtn.pagebtn05green .txt02 {
  font-size: 13px;
  display: block;
  line-height: 14px;
}

.pagebtn.pagebtn05gray .btnin {
  background: url("../img/ico_btn06.png") right 12px center no-repeat;
  background-size: 12px 7px;
}

.pagebtn.pagebtn05gray .txt01 {
  font-size: 17px;
  line-height: 18px;
}

.pagebtn.pagebtn05gray .txt02 {
  font-size: 13px;
  display: block;
  line-height: 14px;
}

.imgbtnbox {
  padding: 15px 10px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  background: url("../img/ico_btn05.png") right 10px center #f6f6f6 no-repeat;
  background-size: 7px 12px;
  width: 92.5%;
  margin: 0 auto;
  box-sizing: border-box;
}

.imgbtnbox .tit {
  margin-bottom: 5px;
}

.imgbtnbox .tit a {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 3px;
  color: #282828;
}

.imgbtnbox .img {
  text-align: center;
  margin-bottom: 10px;
}

.imgbtnbox .img img {
  max-width: 87%;
}

.imgbtnbox .txt {
  font-size: 17px;
}

.imgtxtbox04 .tit {
  text-align: center;
  font-size: 18px;
  color: #e3000e;
  margin-bottom: 10px;
}

.imgtxtbox04 .img {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.imgtxtbox04 .img .elap {
  position: absolute;
  border-radius: 3px;
  color: #e3000e;
  border: 1px solid #e3000e;
  padding: 7px;
  text-align: center;
  background: #fff;
  font-size: 17px;
  line-height: 1.1;
  padding-top: 8px;
  left: -10px;
  top: -10px;
}

.imgtxtbox04 .img .elap .num {
  font-size: 21px;
}

.imgtxtbox04 .txt {
  padding: 0 15px;
  font-size: 12px;
  line-height: 1.25;
  color: #333;
}

.imgtxtbox04 .txtlist {
  color: #333;
  font-size: 13px;
  line-height: 1.4;
}

.imgtxtbox04 .tit {
  text-align: center;
  font-size: 18px;
  color: #e3000e;
  margin: 15px 0;
}

.imgtxtbox04 .listin {
  padding: 0 17px;
}

.imgtxtbox04 .txtlist02 {
  list-style-type: decimal;
  padding-left: 1.5em;
}

.imgtxtbox04 .txtlist02 li {
  list-style-position: outside;
}

.qastyle01 {
  padding: 15px;
  border: 1px solid #ddd;
}

.qastyle01 .qbox {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.qastyle01 .qbox dt, .qastyle01 .abox dt {
  display: table-cell;
  width: 11%;
  padding: 0 10px 0 3px;
  vertical-align: top;
}

.qastyle01 .qbox dd {
  font-size: 13px;
  font-weight: bold;
}

.qastyle01 .abox {
  display: table;
  width: 100%;
  background: #f6f6f6;
  padding: 10px 0;
}

.qastyle01 .abox dd {
  font-size: 13px;
  padding-right: 15px;
}

.qastyle02 {
  padding: 15px;
  background: #f6f6f6;
}

.qastyle02 .qbox {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.qastyle02 .qbox dt, .qastyle02 .abox dt {
  display: table-cell;
  width: 10%;
  padding: 0 10px 0 5px;
  vertical-align: top;
}

.qastyle02 .qbox dd {
  font-size: 16px;
  font-weight: bold;
}

.qastyle02 .abox {
  display: table;
  width: 100%;
  background: #fff;
  padding: 15px 0;
}

.qastyle02 .abox dd {
  font-size: 16px;
  padding-right: 15px;
}

.newslist ul {
  border-top: 1px dashed #ddd;
}

.newslist li {
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}

.newslist li .time {
  font-size: 12px;
  margin-bottom: 3px;
}

.newslist li .txt a {
  font-size: 13px;
  color: #6699cc;
}

.footerlinks ul {
  border-top: 1px dashed #ddd;
}

.footerlinks li {
  border-bottom: 1px dashed #ddd;
}

.footerlinks li a {
  display: block;
  padding: 13px 20px;
  font-size: 14px;
  background: url("../img/ico_footernav.png") right 20px center no-repeat;
  background-size: 10px 16px;
  color: #282828;
}

.footertxt02 {
  padding: 0 20px;
  text-align: center;
  font-size: 13px;
}

.prikinbox .tit {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #e3000e;
  text-align: center;
  margin-bottom: 20px;
}

.prikinbox ul {
  border-top: 1px dashed #dad9d7;
}

.prikinbox ul li {
  display: table;
  width: 100%;
  padding: 10px 0 15px;
  border-bottom: 1px dashed #dad9d7;
}

.prikinbox ul li .img {
  display: table-cell;
  width: 20%;
  padding-right: 7px;
  box-sizing: border-box;
}

.prikinbox ul li .cate {
  display: table-cell;
  width: 48%;
  box-sizing: border-box;
  vertical-align: middle;
}

.prikinbox ul li .cate .txt01 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 8px;
}

.prikinbox ul li .cate .txt02 span {
  font-size: 11px;
  border-radius: 5px;
  background: #ddd;
  display: inline-block;
  padding: 0 2px;
  letter-spacing: -0.5px;
}

.prikinbox ul li .price {
  display: table-cell;
  width: 32%;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: right;
  font-size: 26px;
  color: #e3000e;
}

.prikinbox ul li .price span {
  font-size: 21px;
}

.txtlink .tit {
  font-size: 17px;
  text-align: center;
}

.txtlink .txt {
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
}

.linklist {
  font-size: 13px;
}

.linklist a {
  color: #6699cc;
}

.bnrset ul li {
  margin-bottom: 10px;
  text-align: center;
}

.bnrset ul li:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .bnrset ul {
    margin: 0 auto;
    display: table;
  }
  .bnrset ul li {
    padding-right: 10px;
    display: table-cell;
  }
  .bnrset.rows ul li {
    padding: 0;
    display: block;
  }
  .bnrset ul li:last-child {
    padding: 0;
    padding-left: 10px;
  }
  .bnrset.rows ul li:last-child {
    padding: 0;
  }
}

.staff ul {
  display: flex;
  flex-wrap: wrap;
}

.staff ul li {
  margin-bottom: 30px;
  padding-right: 10px;
  width: 50%;
  box-sizing: border-box;
}

.staff ul li:nth-child(even) {
  padding: 0;
  padding-left: 10px;
}

.staff ul li .img {
  margin-bottom: 10px;
  text-align: center;
}

.branch_txt .txt{
  padding:5px 0;
  font-size: 85%;
}
.shop_ph{
  padding: 20px 0px;
  display:flex;
  justify-content: space-between;
}
.shop_ph img{
  width: 48%;
}



#main .branch_shop_title{
  padding-top: 100px;
  margin-top: -100px;
}

#main .reason_title{
  padding-top: 100px;
  margin-top: -100px;
}

#main .kobacshops_title{
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (min-width: 768px) {
  .staff ul li {
    width: 33.3%;
    padding: 0;
  }
  .staff ul li:nth-child(even), .staff ul li:nth-child(2n+1) {
    padding: 0 5px;
  }
  .staff ul li:nth-child(3n) {
    padding-right: 0;
    padding-left: 10px;
  }
  .staff ul li:first-child, .staff ul li:nth-child(3n+1) {
    padding-right: 10px;
    padding-left: 0;
  }
}

.section {
  margin-bottom: 30px;
}
