@charset "UTF-8";
/*================================================================
 site_default
================================================================*/

html {
  font-size: 0.724637681vw;
  font-size: 10px;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,
tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,
header,hgroup,menu,nav,section,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

/* For Android */
body * {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article,aside,dialog,figure,footer,header,
hgroup,nav,section {
  display: block;
}
div {
  line-height: 0;
}
.serif {
  font-family: serif;
}
ul,li,ol {
  list-style: none;
}

input,
select {
  vertical-align: middle;
}
.allWrap {
  overflow: hidden;
}
.hide {
  display: none;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  color: #231815;
  background: #fff;
  overflow-x: hidden;
}
.helvetica {
  font-family: Helvetica,"Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
  color: #000000;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
}
a.coming {
  pointer-events: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

.site-header {
  padding: 20px 0 18px;
}
.site-header .logo {
  width: 183px;
}
.wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}
.sections {
  box-sizing: border-box;
  margin: 0 auto 60px;
  width: 90%;
  max-width: 1000px;
  background: #fff;
  padding: 30px 60px 32px;
}
.about-stores {
  background: #f8f8f8;
  padding: 22px 0 70px;
}
.intro .title {
  font-size: 38px;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 25px;
}
.intro .title span {
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #000;
}
.intro .text {
  font-size: 16px;
  line-height: 1.8;
}
.intro .text .ac {
  display: inline-block;
  vertical-align: baseline;
  padding: 3px 5px;
  border: 1px solid #000;
  border-radius: 8px;
}
.store-lists {
  position: relative;
  padding-top: 60px;
}
.store-lists .sub-title {
  padding: 16px 0;
  font-size: 21px;
  color: #fff;
  text-align: center;
  background: #b60000;
  border-radius: 9px;
  margin-bottom: 35px;
  font-weight: bold;
  letter-spacing: .2em;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 87.8%;
}
.stores .sub-title {
  background: #0070cf;
}
.online-store .sub-title {
  background: #a28010;
}
.store-lists .main-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.store-lists .texts {
  padding-left: 30px;
}
.store-lists .sub-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
}
.store-lists .text {
  font-size: 15.5px;
  line-height: 1.7;
}
.store-lists .text a {
  color: #2e6bff;
  margin-left: 1.3em;
}
.store-lists .big-name {
  font-size: 18px;
  padding-bottom: 8px;
  line-height: 1.55;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.store-lists .text a.no-margin {
  margin-left: auto;
}
.store-list > li {
  margin-bottom: 20px;
}
.store-list > li li {
  margin-bottom: 15px;
}
.store-list  .texts + .texts {
  margin-bottom: 5px;
}
.store-list .mini-list {
  padding-top: 15px;
}
.store-list .mini-list.no-top {
  padding-top: 0;
}
.store-lists .store-list {
  float: left;
  width: 48%;
}
.store-lists .store-list.right {
  float: right;
}
.store-lists .inner {
  position: relative;
}
.store-lists .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 48.5%;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #d0d0d0;
}
.store-annotation {
  text-align: center;
  font-size: 15.5px;
  line-height: 1.5;
}
.term-of-use.wrap {
  padding: 110px 0 95px;
}
.term-of-use .title {
  font-size: 23px;
  padding-bottom: 72px ;
  text-align: center;
  letter-spacing: .1em;
  color: #535353;
}
.term-of-use .date {
  text-align: right;
  padding-bottom: 65px;
}
.term-of-use .date span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #000;
  font-size: 15px;
}
.term-of-use dt {
  font-size: 15.6px;
  padding-bottom: 8px;
}
.term-of-use dt .em {
  font-weight: bold;
}
.term-of-use dd {
  padding-bottom: 35px;
}
.term-of-use dd .text {
  font-size: 15.6px;
  line-height: 1.5;
}
.term-of-use dd .list li {
  font-size: 15.6px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.term-of-use dd .text.marked {
  padding-left: 1em;
  text-indent: -1em;
}
.informations-wrap {
  margin-bottom: 48px;
}
.informations02 {
  margin-bottom: auto;
}

.informations-wrap .info-title {
  font-size: 23px;
  text-align: center;
  padding: 13px 13px;
  background: #535353;
  color: #fff;
  margin-bottom: 30px;
}
.informations-wrap li {
  font-size: 15.6px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.informations-wrap .lead {
  font-size: 15.6px;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 6px;
}
.informations-wrap .text {
  font-size: 13.2px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.site-footer {
  border-top: 1px solid #000;
  margin: 0 2%;
  padding: 45px 0;
}
.page-top {
  margin: 0 auto 25px;
  width: 65px;
}
.copyright {
  text-align: center;
  font-size: 12px;
}
span.underline {
  text-decoration: underline;
}
