@charset "utf-8";
/*
 1.Basic Elements
 2.Generic Classes
 3.Basic Layout
 4.Content
*/
/***********************************************************
 1.Basic Elements
***********************************************************/
body {
  font-family: "メイリオ",Meiryo,"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
  font-size: .9rem;
}
a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #333;
  text-decoration: none;
}
::placeholder {
  color: #c0c0c0 !important;
}
.btn,
.form-control {
  border-radius: 0;
}
#page-top {
  bottom: 16px;
  display: none;
  font-size: 24px;
  opacity: .5;
  position: fixed;
  right: 32px;
}
.form-check label {
  cursor: pointer;
}
#page-top:hover {
  opacity: 1;
}
#page-top a {
  background: #000;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 28px;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
}
/***********************************************************
 3.Basic Layout
***********************************************************/
header .container-fluid {
  padding: 0 32px;
}
header .row {
  padding-top: 48px;
}
header h4 {
  color: #fff;
  font-size: 18px;
}
header p {
  color: #c0c0c0;
}
header a {
  color: #fff;
  margin: 0 4px;
}
header a:hover {
  color: #fff;
  text-decoration: none;
}
header #header-icons {
  position: fixed;
  top: 14px;
  right: 32px;
}
header #header-icons i {
  color: rgba(255,255,255,.55);
}
header #header-icons i:hover {
  color: #fff;
}
header #header-icons #menu{
  padding: 4px 12px;
}
header #header-icons #download,
header #header-icons #edit,
header #header-icons #cart {
  display: inline;
  position: relative;
  padding: 4px 12px;
  font-size: 20px;
  line-height: 1;
}
header #header-icons #cart.clickable {
  cursor: pointer;
}
header #header-icons  #count {
  background: red;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  padding: 1px 2px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  min-width: 16px;
}
/***********************************************************
 4.Content - Admin
***********************************************************/
#admin {
  font-size: .85rem;
}
#admin h1 {
  font-size: 1.2rem;
  padding-bottom: 16px;
}
#admin .container-fluid {
  padding: 32px;
}
#admin span.count {
  font-weight: normal;
  margin-left: 8px;
}
#admin .text-done {
  color: #c0c0c0;
}
#admin td .url a {
  color: #c0c0c0;
  font-size: .8rem;
}
#admin th {
  color: #808080;
  text-align: center;
}
#admin th.action {
  width: 180px;
}
#admin td {
  vertical-align: middle;
}
#admin th.code,
#admin td.code {
  text-align: center;
  white-space: nowrap;
  width: 160px;
}
#admin .btn {
  font-size: .825rem;
  padding: 2px 8px;
  white-space: nowrap;
}
#admin .album-title {
  font-size: .95rem;
  font-weight: bold;
  margin-bottom: 4px;
}
#admin .summary {
  color: #666;
  font-size: .8rem;
}
/***********************************************************
 4.Content - Top
***********************************************************/
body#top {
  background: #dcdcdc
}
#top .main-panel {
  max-width: 780px;
  padding: 48px 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  margin: 96px auto 48px;
  text-align: center;
}
#top #version {
  font-size: .825rem;
}
#top p.lead {
  font-size: 1rem;
  line-height: 1.8;
  margin: 32px 0 48px;
}
#top form {
  padding: 0 64px;
  text-align: left;
}
@media (max-width: 548px) {
  #top .container {
    padding: 16px 0;
  }  
  body#top {
    padding: 16px;
  }
  #top main {
    background: #fff;
    padding: 16px;
  }
  #top form {
    padding: 0;
  }
  #top  form  .btn-dark {
    width: 100%;
 }  
}
/***********************************************************
 4.Content - Album
***********************************************************/
#album main {
  margin-top: 64px;
}
#album .container-fluid {
  padding: 0 4%;
}
#album .navbar>.container,
#cart .navbar>.container {
  display: initial;
  max-width: initial;
  margin: 0 16px;
}
#album .img-container .btn-cart,
#album .img-container .btn-del {
  color: #fff;
  background-color: rgba(0, 0, 0, .15);
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 32px;
  height: 32px;  
  padding: 2px;
}
#album .alert {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  padding: 12px 16px;
  min-width: 360px;
  opacity: .825;
  z-index: 1040;
}
#album .img-container .btn-cart:hover,
#album .img-container .btn-del:hover {
  color: #000;
  background-color: rgba(255, 255, 255, .8);
  border: 1px solid #fff;
}
#album .lb-data .lb-caption {
  font-size: 12px;
  line-height: 1.8;
}
#album p.image-num {
  margin: 0;
}
.img-container {
  width: 100%;  
  padding-bottom: 100%; /* アスペクト比 1:1 (正方形) を保つ */
  position: relative;
  overflow: hidden;
}
.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#album .card-body {
  padding: 12px;
}
#album p.card-text {
  font-size: .8rem;
  margin-bottom: 4px;
}
.navbar-toggler,
.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}
#album a.map-link {
  opacity: .75;
  display: inline;
  float: right;
}
#album .map-link:hover {
  opacity: 1;
}
#editModal .btn-close {
  margin-right: 4px;
  line-height: 1;
  text-align: right;  
  width: 120px;
}
#editModal .modal-footer {
  justify-content: center;
}
#editModal .modal-footer .btn {
  min-width: 120px;
}
#editModal #price_each {
  max-width: 120px;
}
@media (max-width: 548px) {
  .lead {
    text-align: left !important;
  }
}
/***********************************************************
 4.Content - #cart
***********************************************************/
#cart main .container {
  padding: 32px 0;
}
#cart main {
  padding: 90px 0;
}
#cart h2 {
  font-size: 1.2rem;
  margin-bottom: 32px;
}
#cart td {
  vertical-align: middle;
  border-top-width: 1px;
  border-bottom-width: 0;
}
#cart .cart-pic {
  float: left;
  margin-right: 16px;
  width: 48px;
}
#cart .price {
  line-height: 36px;
}
#cart .badge {
  font-weight: normal;
  margin-left: 8px;
  border-radius: 2px;
  vertical-align: 1;
}
#cart .total-price {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 90px;
  text-align: right;
}
#cart .btn-outline-dark {
  color: #c0c0c0;
  border-color: #c0c0c0;
}
#cart p.thanks {
  color: #198754;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  text-align: center;
}