@charset "UTF-8";
.out-blue {
  border: 2px solid #2C4380;
}

.out-red {
  border: 2px solid #802041;
}

.out-gray {
  border: 1px solid #ccc;
  /* 訃報追加 2020/10 */
}

.out-gray-dotted {
  border: 1px dotted #ccc;
}

.out-gray-dotted-d {
  border: 1px dotted #ccc;
  border-width: 0 0 1px 0;
}

.out-gray-dashed {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

.out-dark {
  border: 1px solid #333;
}

.out-green {
  border: 1px solid #278096;
}

.bg-blue {
  background: #2C4380;
}

.bg-red {
  border: 2px solid #802041;
}

.bg-gray {
  background: #cdcdcd;
}

.bg-Lgray {
  background: #D4D7C6;
}

.bg-LLgray {
  background: #DDE3E8;
}

.bg-dark {
  background: #333;
}

.bg-cream {
  background: #FCFBE8;
}

.bg-green {
  background: #278096;
}

.bg-purple {
  background: #807998;
}

.text-blue {
  color: #2C4380;
}

.text-red {
  color: #E60012;
}

.border {
  border: 1px solid #424242 !important;
}

.border-purple {
  border-bottom: 3px solid #6C5785;
}

@media screen and (max-width: 575px) {
  .border-sky {
    border-bottom: 3px solid #D4D7C6;
  }
}

.border-double {
  border-top: 2px solid #6C5785;
  border-bottom: 2px solid #6C5785;
  background: rgba(108, 87, 133, 0.05);
}

.border-red {
  border: 2px solid #E60012;
}

.gothic {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
  background: #e6e9d8;
  color: #424242;
  position: relative;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body:before {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  background: url(/img/obituary/top.png);
  width: 100%;
  height: 51vw;
  background-size: cover;
}

body#album #wrap header section .container {
  background: #2C4380;
}

body#album #wrap header section .container h1 a img {
  width: 200px;
}

@media screen and (max-width: 575px) {
  body#album #wrap header section .container {
    padding: 0;
  }
  body#album #wrap header section .container .row {
    margin: 0;
  }
  body#album #wrap header section .container .row .col-12 {
    padding: 0 10px;
  }
  body#album #wrap header section .container .row .col-12 h1 a img {
    width: 150px;
    margin: 10px 0px 0 5px;
  }
}

body#album #wrap #main section:nth-child(1) .container {
  background: white;
  padding-top: 0;
}

body#album #wrap #main section:nth-child(1) .container h3 {
  padding: 1rem calc(3% + 15px);
  background: #CFDAED;
}

body#album #wrap #main section:nth-child(1) .container .row {
  margin: 1rem 0 0;
  padding: 0 calc(3% + 15px);
}

body#album #wrap #main section:nth-child(1) .container .row .copy {
  margin: 1rem 0;
}

body#album #wrap #main section:nth-child(1) .container .row dl.aboutAlbum {
  position: relative;
  z-index: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body#album #wrap #main section:nth-child(1) .container .row dl.aboutAlbum dt {
  position: relative;
  width: 10rem;
  text-align: center;
  margin: 0 0 -1rem 1rem;
  padding: 0;
  background: #278096;
  color: white;
  border-radius: 0.2rem;
  z-index: +2;
}

body#album #wrap #main section:nth-child(1) .container .row dl.aboutAlbum dd {
  position: relative;
  background: #D4D7C6;
  padding: 2rem 1rem 1rem;
  border-radius: 0.2rem;
  z-index: +1;
}

body#album #wrap #main section:nth-child(1) .container .row .toWhom {
  margin: 1rem 0;
}

body#album #wrap #main section:nth-child(1) .container .row label {
  display: block;
  margin: 0;
}

body#album #wrap #main section:nth-child(1) .container .row label .notes {
  margin: 0;
  font-size: 0.75em;
  color: red;
}

body#album #wrap #main section:nth-child(1) .container .row label .label strong {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.75em;
  color: red;
}

body#album #wrap #main section:nth-child(1) .container .row label input[type=text] {
  border: solid 1px #ccc;
  border-radius: 0.2rem;
  width: 100%;
}

body#album #wrap #main section:nth-child(1) .container .row#photo label {
  display: inline-block;
}

body#album #wrap #main section:nth-child(1) .container .row#register label {
  width: 100%;
}

body#album #wrap #main section:nth-child(1) .container .row#register label input {
  width: 100%;
}

body#album #wrap #main section:nth-child(1) .container .row #img_preview {
  width: 100%;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

body#album #wrap #main section:nth-child(1) .container .row #img_preview.hidden {
  display: none;
}

body#album #wrap #main section:nth-child(1) .container .row #toConfirm {
  margin-top: 1rem;
  cursor: pointer;
}

body#album #wrap #main section:nth-child(1) .container .row .error_message {
  display: none;
  color: red;
  font-weight: bold;
  height: 1.5rem;
  margin: 0 0 1rem;
}

body#album #wrap #main section:nth-child(1) .container .row .error_message.activated {
  display: block;
}

body#album #wrap #main section:nth-child(1) .container .row #registrated {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

body#album #wrap #main section:nth-child(1) .container .row #registrated dt {
  font-weight: 700;
  padding: 0.5rem;
}

body#album #wrap #main section:nth-child(1) .container .row #registrated dd {
  margin-bottom: .5rem;
  margin-left: 0;
  padding: 0.5rem;
}

@media screen and (max-width: 575px) {
  body#album #wrap #main section:nth-child(1) .container .row #registrated {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body#album #wrap #main section:nth-child(1) .container .row #registrated dt {
    padding: 0.5rem 0.5rem 0;
  }
  body#album #wrap #main section:nth-child(1) .container .row #registrated dd {
    padding: 0 0.5rem 0.5rem;
  }
}

body#album #wrap #main .row {
  display: block;
  margin: 0;
}

body#album #wrap #confirm_panel {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

body#album #wrap #confirm_panel.hidden {
  display: none;
}

body#album #wrap #confirm_panel .container {
  padding: 2rem;
  margin: 0 1rem;
  background: white;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
  border-radius: 0.3rem;
  cursor: default;
}

body#album #wrap #confirm_panel .container #confirm_items dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

body#album #wrap #confirm_panel .container #confirm_items dd .novalue {
  color: #802041;
}

body#album #wrap #confirm_panel .container #confirm_items .img + dd {
  background: #e6e6e6;
  padding: 0.5rem;
  border: solid 1px #cccccc;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body#album #wrap #confirm_panel .container #confirm_items .img + dd img {
  max-width: 350px;
  max-height: 200px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body#album #wrap #confirm_panel .container #submit_form {
  width: 100%;
  margin: 0 0 1rem;
  cursor: pointer;
}

body#album #wrap #confirm_panel .container #confirm_reject {
  width: 100%;
  cursor: pointer;
}

body#album #wrap #uploading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

body#album #wrap #uploading.hidden {
  display: none;
}

body#album #wrap #uploading #ul_animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 320px;
  height: 300px;
}

body#album #wrap #uploading #ul_animation #ul_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  width: 100%;
}

body#album #wrap #uploading #ul_animation #ul_box .box {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation-name: uploading;
          animation-name: uploading;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes uploading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
  }
  50% {
    width: 10px;
    height: 10px;
    background: black;
  }
  100% {
    -webkit-transform: rotate(1440deg);
            transform: rotate(1440deg);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
  }
}

@keyframes uploading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
  }
  50% {
    width: 10px;
    height: 10px;
    background: black;
  }
  100% {
    -webkit-transform: rotate(1440deg);
            transform: rotate(1440deg);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
  }
}

body#album #wrap #uploading #ul_animation #ul_text {
  text-align: center;
  font: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  -webkit-animation-name: uploadingtext;
          animation-name: uploadingtext;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes uploadingtext {
  0% {
    color: rgba(94, 44, 44, 0.8);
  }
  50% {
    color: rgba(0, 0, 0, 0.2);
  }
  100% {
    color: rgba(0, 0, 0, 0.8);
  }
}

@keyframes uploadingtext {
  0% {
    color: rgba(94, 44, 44, 0.8);
  }
  50% {
    color: rgba(0, 0, 0, 0.2);
  }
  100% {
    color: rgba(0, 0, 0, 0.8);
  }
}

body#album #wrap #uploading #ul_animation #ul_notes {
  color: black;
  margin: 1rem 0 0;
}

@media screen and (max-width: 575px) {
  body #wrap {
    width: 100vw;
    overflow: hidden;
  }
}

body p {
  margin: 0;
}

@media screen and (max-width: 575px) {
  body p {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }
}

body section .container {
  background: rgba(255, 255, 255, 0.85);
  padding: 1.5% 0;
}

body section .container .row {
  margin: 0 3%;
}
/*# sourceMappingURL=album.css.map */