@charset 'utf-8';

/*==============================================*/
/* 夜Cha!王(やっちゃおう)PC用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;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/* Header */
header {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 50px;
  background-color: #cc0101;
}
header.shop-page-header {
  background-color: #000000;
}
header:after {
  content: '';
  display: block;
  clear: both;
}
header h1 {
  margin: 0;
  padding: 5px;
  width: 640px;
  height: 40px;
  float: left;
}
header.shop-page-header h1 a {
  margin-left: 5px;
  margin-right: 20px;
  line-height: 40px;
  font-size: 16px;
}
header.shop-page-header h1 a,
header.shop-page-header h1 a:visited {
  color: #ffffff;
}
header h1 img {
  vertical-align: middle;
  height: 40px;
}
header h1 span {
  margin-left: 5px;
  padding: 0 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
div.header-search-box {
  margin: 0;
  padding: 5px;
  width: 320px;
  height: 40px;
  position: relative;
  display: flex;
  float: right;
}
div.header-search-box form {
  width: 100%;
}
input.header-search-text {
  width: 300px;
  padding: 5px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #888888;
  border: 1px solid #50a1f3;
  border-right: none;
}
input.header-search-text:focus{
  color: #50a1f3;
}
div.header-search-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #50a1f3;
  background-color: #50a1f3;
  text-align: center;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}
div.header-search-button svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: #ffffff !important;
}
h2 {
  margin: 0;
  padding: 2px 10px;
  width: 100%;
  font-size: 12px;
  text-align: left;
  color: #ffffff;
  background-color: #dc0101;
}
h2.shop-page-sub-header {
  background-color: #888888;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Footer */
footer {
  margin: 30px 0 0 0;
  padding: 20px 0;
  width: 100%;
  background-color: #f3f3f3;
}
ul.footer-menu {
  margin: 0 auto;
  width: 960px;
}
ul.footer-menu li {
  width: 156px;
  text-align: center;
  display: inline-block;
}
p.copy {
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
}

/* Contents Wrapper */
div.contents-wrapper {
  margin: 0 auto;
  width: 980px;
  min-height: 100%;
}

/* Contents Header Title */
h3.contents-header-title {
  margin: 10px auto 0 auto;
  padding: 0 10px;
  width: 960px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
h3.contents-header-title svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
h3.color1 {
  color: #ab1142;
  border-top: 2px solid #ab1142;
}
h3.color1 svg {
  fill: #ab1142 !important;
}
h3.color2 {
  color: #393965;
  border-top: 2px solid #393965;
}
h3.color2 svg {
  fill: #393965 !important;
}
h3.color3 {
  color: #0a803a;
  border-top: 2px solid #0a803a;
}
h3.color3 svg {
  fill: #0a803a !important;
}
h3.color4 {
  color: #000000;
  border-top: 2px solid #ef9c02;
}
h3.color4 svg {
  fill: #ef9c02 !important;
}

/* Breadcrumb Box */
div.breadcrumb-box {
  margin: 10px auto;
  width: 960px;
  background-color: #ececec;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 40px;
}
ul.breadcrumb-list {
  margin: 0 auto;
  width: 940px;
}
ul.breadcrumb-list li {
  padding-right: 16px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
}
ul.breadcrumb-list li svg {
  margin-top: -2px;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
ul.breadcrumb-list li:not(:last-child):after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
ul.breadcrumb-list li.now {
  font-weight: bold;
}

/* Flex Box */
div.page-flex-box {
  margin: 0 auto;
  width: 960px;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
div.page-flex-item {
  margin: 10px 5px;
}
div.banner-box {
  padding-top: 10px;
  width: 320px;
  text-align: center;
}

/* Fixed Menu Header */
.clone-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.clone-menu {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 10000;
  width: 100%;
  transition: .3s;
  transform: translateY(-150%);
}
.is-show {
  transform: translateY(0);
}

/* Modal Window */
div#modal-gps-layer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  background-color: rgba(255, 255, 255, .8);
  display: none;
}
div#modal-gps-box {
  margin-top: -120px;
  margin-left: -100px;
  width: 200px;
  height: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
}
div#modal-gps-box p {
  width: 200px;
  text-align: center;
  color: #00c2ff;
}
div#modal-layer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  background-color: rgba(0, 0, 0, .8);
  display: none;
}
div#modal-window {
  margin: 35px auto;
  padding: 0;
  width: 620px;
  height: calc(100% - 130px);
  background-color: #ffffff;
}
div#modal-window-caption {
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 70px;
  line-height: 50px;
  background-color: #50a1f3;
  color: #ffffff;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div#modal-window-close-button {
  z-index: 99999;
  position: fixed;
  top: 40px;
  left: calc(50% + 250px);
}
div#modal-window-close-button a {
  width: 53px;
  height: 53px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #50a1f3;
}
div#modal-window-close-button a svg {
  margin: 4px;
  width: 46px;
  height: 46px;
  fill: #ffffff !important;
}
div#modal-window-contents {
  margin: 0;
  padding: 0;
  width: 100%;
  height: calc(100% - 130px);
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
}
img#modal-loading {
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(50% - 64px);
  width: 128px;
  height: 128px;
  display: block;
  opacity: .3;
  animation: loading 3s linear infinite;
}
@keyframes loading {
  from {
  }
  to {
    transform: rotate(-360deg);
    transform-origin: 50% 50%;
  }
}
div.modal-sub-caption {
  padding: 0 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #000000;
  color: #ffffff;
  text-align: right;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
}

/* Animation */
@-webkit-keyframes flash {
  0% {
    opacity: .2;
  }
  100% {
    opacity: .6;
  }
}
@keyframes flash {
  0% {
    opacity: .2;
  }
  100% {
    opacity: .6;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: .8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: .8;
  }
  100% {
    opacity: 0;
  }
}

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