@charset "utf-8";

.share {
  background: #F6F6F6;
  padding: 10px 0 30px;
  margin: 50px auto 0;
}

.fwb {
  font-size: 18px;
  color: #525252;
  font-weight: bold;
  padding: 50px 0 30px;
}

.btn {
  width: 500px;
  margin: 40px auto 60px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  overflow: hidden;
}
.btn a {
  position: relative;
  display: block;
  background: #D7152A url(/assets/img/purchase/store/ico_arrow.png) right 30px center no-repeat;
  background-size: 8px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 36px 10px 34px 50px;
}
.btn a span {
  position: absolute;
  top: 7px;
  left: 20px;
  display: inline-block;
}
.btn a span img {
  width: 80px;
  padding: 5px 0 0;
}
.btn a:hover {
  opacity: 0.75;
}



/* ==================================================
Delivery
================================================== */

/*Catch*/
#catch {
  z-index: 1;
  position: relative;
  overflow: hidden;
  height: 540px;
  background: url(/assets/img/purchase/deli/catch.png) center top no-repeat;
  background-size: cover;
  padding: 90px 0 50px;
  margin: 0 0 60px;
}
#catch h2 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 2.4em;
  margin: 0 0 10px;
}
#catch h2 span {
  display: block;
  font-size: 50px;
}

#catch ul {
  position: relative;
  float: left;
  left: 50%;
}
#catch ul li {
  display: block;
  position: relative;
  float: left;
  left: -50%;
  width: 160px;
  height: 160px;
  background: #C2AC57;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.5em;
  padding: 25px 0 0;
  margin: 0 15px 25px;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
}
#catch ul li:first-child {
  padding: 50px 0 0;
}
#catch ul li strong {
  display: block;
  font-size: 32px;
  line-height: 1.2em;
}

#catch p {
  clear: both;
  margin: 0 auto;
}


/*Flow*/
.flow__list {
  float: left;
  width: 32.8%;
  height: 470px;
  background: #F6F6F6;
  text-align: center;
  padding: 40px 30px;
  margin-right: 10px;
}
.flow__list:last-child {
  margin-right: 0;
}
.flow__list dl {}
.flow__list dt {
  color: #535353;
  font-size: 28px;
  line-height: 1.5em;
  margin: 0 0 30px;
}
.flow__list dt span {
  display: block;
  width: 100px;
  background: #11335E;
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  padding: 2px 0 0;
  margin: 0 auto;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.flow__list dt img {
  display: block;
  margin: 40px auto 30px;
}
.flow__list dd {
  color: #535353;
  font-size: 16px;
  text-align: left;
  line-height: 1.5em;
}
.flow__list dd span {
  display: block;
  font-size: 14px;
}


/*Heading*/
#deli__heading {
  width: 1295px;
  text-align: center;
  margin: 40px auto 0;
}
#deli__heading h4 {
  color: #11335E;
  font-size: 24px;
  margin: 0 0 40px;
}

.deli__heading--left {
  float: left;
  width: 50%;
  height: 300px;
  background: #fff url(/assets/img/purchase/deli/bg_phone.png) top 30px center no-repeat;
  background-size: 60px 60px;
  border-right: solid 1px #ddd;
  padding: 120px 0 0;
}
.deli__heading--right {
  /*float: right;*/
  width: 50%;
  height: 300px;
  background: #fff url(/assets/img/purchase/deli/bg_web.png) top 30px center no-repeat;
  background-size: 60px 60px;
  margin: 0 auto;
  padding: 120px 0 0;
}
.deli__heading--right .fphone {
  color: #555;
  font-size: 42px;
  margin: 40px 0 0;
}
.deli__heading--right .fphone strong img {
  width: 60px;
  margin: 0 5px 0 0;
}
.deli__heading--right .fphone span {
  display: block;
  font-size: 14px;
  margin: 15px 0 0;
}



#delivery04 .innerWrap,
#delivery05 .innerWrap {
  width: 1000px !important;
  margin: 0 auto;
}



/*Search*/
.purchase__box {
  position: relative;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}
.purchase__box:after {
  content: "";
  display: block;
  clear: both;
}

.purchase__list {
  position: relative;
  top: -1px;
  left: -1px;
  float: left;
  width: 33.3%;
  height: 410px;
  background: #fff;
  border-right: solid 1px #eee;
  border-top: solid 1px #eee;
}
.purchase__list:nth-child(3n) {
  border-right: none;
}
.purchase__list:last-child {
  border-right: none;
}
.purchase__list a {
  display: block;
  height: 410px;
  padding: 15px;
}
.purchase__list a:hover {
  opacity: 0.75;
}
.purchase__list h3 {
  background: #ddd;
  height: 220px;
  font-size: 0px;
  margin: 0 0 30px;
}
.purchase__list img {
  width: 100%;
}
.purchase__list dl {
  padding: 0 10px 0;
}
.purchase__list dt {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
  margin: 0 0 15px;
}
.purchase__list dd {
  color: #333;
  line-height: 1.5em;
}



.search__list {
  margin: 30px 0;
}
.search__list:after {
  content: "";
  display: block;
  clear: both;
}
.search__list li {
  display: table;
  position: relative;
  float: left;
  width: 211px;
  height: 70px;
  background: #fff;
  border-bottom: solid 1px #FaFaFa;
  vertical-align: middle;
  margin-right: 3px;
}
.search__list li:nth-child(6n){
  width: 210px;
  margin: 0;
}
.search__list a {
  display: table-cell;
  color: #333;
  font-size: 14px;
  padding: 10px 0 10px 80px;
  vertical-align: middle;
}
.search__list a:hover {
  opacity: 0.75;
  /*background: #F6F6F6;*/
}
.search__list img {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 50px;
  float: left;
  margin: 0 10px 0 0;
}




.faq__list {
  margin: 30px auto 10px;
}
.faq__list dt {
  background: url(/assets/img/purchase/store/ico_question.png) left top no-repeat;
  background-size: 40px;
  color: #525252;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  border-bottom: solid 1px #DDD;
  padding: 8px 10px 18px 60px;
  margin: 0 0 10px;
}
.faq__list dd {
  background: url(/assets/img/purchase/store/ico_answer.png) left top no-repeat;
  background-size: 40px;
  color: #F1727F;
  font-weight: bold;
  line-height: 1.5em;
  padding: 8px 10px 15px 60px;
}



.caution__list {
  margin: 0 0 60px;
}
.caution__list li {
  color: #555;
  line-height: 1.75em;
}






.deli__heading--right .fphone a {
    color: #545454;
}

a[href^="tel:"] {
    cursor: default;
}

a[href^="tel:"] {
    pointer-events: none;
}



/*オーディオカウマン閉店*/
.exclusion_brand {
  max-width: 1000px;
  margin: 0 auto;
}

.exclusion_brand img {
  width: 100%;
  margin-top: 30px;
}

