@charset 'utf-8';

/*==============================================*/
/* 風サマCSS                                    */
/*                                              */
/* Global                                       */
/*==============================================*/
* {  
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article, aside, canvas, details, figcaption, figure, 
header, footer, main, menu, nav, section, summary {
  display: block;
}
html {
  font-size: 16px;
  line-height: 1.6em;
}
body {
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000000;
  background-color: #f4f4f4;
  overflow-x: hidden;
}
img {
  border: none;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  opacity: .6;
}

/* Contents */
div#pickup-wrapper {
  margin: 0 auto;
  width: 960px;
}
div#header {
  margin: 0;
  width: 960px;
}
div#header img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
div#header-msg {
  margin: 0;
  padding: 10px;
  width: 960px;
  color: #ffffff;
  background-color: #333333;
  text-align: center;
}
div#navi {
  margin: 10px auto;
  width: 920px;
}
div#navi ul {
  margin: 0;
  width: 920px;
}
div#navi ul li {
  width: 226px;
  display: inline-block;
}
div#navi ul li a {
  padding: 10px;
  width: 226px;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #3dadef;
  color: #ffffff;
}
div#navi ul li a.active {
  background-color: #ff4e70;
}
div#navi ul li a span {
  border-top: 1px solid #ffffff;
  display: block;
  font-size: 12px;
  font-weight: normal;
}
div#navi-msg {
  margin: 10px auto;
  padding: 10px;
  width: 920px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #f9f9fa;
}
div#navi-msg span {
  color: #ff1a00;
  font-size: 14px;
  font-weight: bold;
}
table#summary-list {
  margin: 10px auto;
  width: 740px;
}
div.summary-box {
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
}
div.banner {
  width: 350px;
  height: 100px;
}
div.banner img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
p.shop-title {
  margin-top: 5px;
  width: 350px;
  text-align: right;
}
p.shop-name {
  margin-top: 5px;
  padding-top: 5px;
  width: 350px;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #f9f9fa;
}
table.summary-button-box {
  margin-top: 5px;
  width: 345px;
}
table.summary-button-box td {
  width: 115px;
}
a.button {
  margin: 0 auto;
  padding: 10px 0;
  width: 110px;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
a.button svg {
  margin: 0 auto;
  display: block;
  width: 24px;
  height: 24px;
  fill: #ffffff !important;
}
a.blue {
  background-color: #3dadef;
}
a.red {
  background-color: #ff4e70;
}

/* Clear Fix */
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  overflow: hidden;
  zoom: 1;
}
