.btnbox {
  display: block;
  overflow: hidden;
}
.btnbox a.btn {
  display: block;
  float: right;
  border: 1px solid #0B458A;
  text-decoration: none;
  background: #0B458A;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  padding: 4px 12px;
  color: #fff;
  font-size: 11px;
}
.btnbox a.btn:hover {
  background-color: #155baf;
}
.uninav {
  display: block;
  margin: 10px 0 40px;
}
.uninav ul {
  display: block;
  margin: 0;
  padding: 0;
}
.uninav ul.above {
  display: block;
  font-size: 12px;
  border-top: 1px dotted #0D2C62;
  border-bottom: 1px dotted #0D2C62;
  margin: 0;
  padding: 0;
  background: #FFE;
}
.uninav ul.below {
  display: block;
  font-size: 12px;
  border-bottom: 1px dotted #0D2C62;
  margin: 0;
  background: #ffe;
}
.uninav li {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 6px 0 2px;
}
.uninav li a {
  text-decoration: none;
  text-align: center;
  color: #0B458A;
  padding: 0 8px;
  border-right: 1px dotted #0D2C62;
}
.uninav li:last-child a {
  border-right: none;
}
.uninav li#cam a {
  background-color: #ff0;
  color: #c00;
}
.uninav li a:hover {
  text-decoration: underline;
  color: #0B458A;
}
.uninav li.red a {
  color: #C00;
}
/*
.uninav li:after{
margin-left:10px;
content:"|";
text-decoration:none;
color:#0B458A;
}

.uninav li:last-child:after{
content:none;
}
*/
.accbtn span {
  display: none;
}
.freed {
  font-size: 15px;
  font-weight: bold;
}
.tel-link {
  background: url(../../img_common/ico_freedial.png) no-repeat;
  background-position: left 8px;
  color: #0B458A;
  font-size: 24px;
  font-weight: bold;
  padding-left: 34px;
}

.btmprbox {
  display: flex;
  position: relative;
  width: 800px;
  font-size: 15px;
  text-decoration: none;
  text-align: left;
  color: #0B458A;
  background-color: #f5f5e5;
  margin-bottom: 30px;
}
.btmprbox .lbox {
  display: flex;
  align-items: center;
  width: 380px;
  padding: 10px;
}
.btmprbox .lbox .desc {
  overflow: hidden;
  width: 250px;
  padding: 0;
}
.btmprbox .lbox img.shopi {
  width: 100px;
  margin-right: 20px;
}
.btmprbox .lbox img.plogo {
  margin: 0 0 5px;
  padding: 0;
  width: 110px;
}
.btmprbox .lbox .title {
  font-size: 14px;
  font-weight: bold;
  color: #009cc8;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.btmprbox .rbox {
  width: 380px;
  padding: 10px;
  text-align: center;
}
.btmprbox .rbox .desc {
  width: 250px;
  text-align: left;
  margin: 6px 0 0 90px;
}
/* .pageTop */
.pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
.pageTop a {
  background: url(../../img_common/arrow_pagetop.gif) no-repeat center 10px #333;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 35px 0 15px;
  text-align: center;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pageTop a:hover {
  text-decoration: none;
  background-color: #009cc8;
}
.hisback {
  text-align: center;
  margin-bottom: 20px;
}
.hisback a {
  padding: 6px 30px;
  background-color: #0B458A;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  border-radius: 4px;
}
.hisback a:hover {
  background-color: #155baf;
}


/* キャンペーン用ナビ */
header .btnbox {
  position: relative;
}
header .btnbox #hdrCamBtn {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
header .btnbox #hdrCamBtn img {
  border-radius: 3px;
}
/* 上部Instagramアイコン */
header #hdrIgBtn {
  position: absolute;
  bottom: 0;
  left: 154px;
}
header #hdrIgBtn a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  width: 60px;
  height: 60px;
}
header #hdrIgBtn a img {
  margin: 15px;
}
@media only screen and (min-width:769px) { /*調整*/
  header #hdrIgBtn {
    left: 170px;
  }
  header #hdrIgBtn a:hover {
    opacity: 0.5;
  }
}