/*End Generated Styles*/body {
  background: #f4cece;
}
#mainbody {
  background: rgba(255,255,255,0.7);
  box-shadow: 5px 5px 10px #fff;
  border: 2px solid #fff;
}
#header {
  min-height: 450px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#header a {
  color: #df7195;
}
#header a:hover {
  color: #eeb1a3;
}
.webdexpress_header a {
  color: #f23e75;
}
#navigation {
  background: #f23e75;
}

#content h3 {
  font-size: 21px;
  font-family: "Lora",serif;
  margin: 2em 0 1em 0;
  color: #000;
  text-shadow: 0 0 10px #fefbfb;
}
#content h3.jp {
  font-family: "Kaisei Opti",serif;
}
#content h4 {
  font-size: 19px;
  color: #7f935c;
  margin: 1em 0 0.5em 0;
  font-family: "Lora",serif;
}

#languages a {
border: 0;
}

a,
#whatsnew a,
#whatsnew_full_list .whatsnew_title a {
  color: #df7195;
  transition: all 0.3s;
}
a:hover,
#whatsnew a:hover,
#whatsnew_full_list .whatsnew_title a:hover {
  color: #eeb1a3;
}

.center {
  text-align: center !important;
}
.img-right {
  float: right;
  margin: 0 0 10px 10px;
}
.img-left {
  float: left;
  margin: 0 10px 10px 0;
}
#content p {
  margin: 1em 0;
}
.button,
#contact_form input[type="submit"] {
  text-decoration: none;
  border: 3px solid #df7195;
  padding: 15px 25px;
  border-radius: 50px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background: rgba(255,255,255,0.8);
  transition: all 0.3s;
  color: #df7195;
  cursor: pointer;
}
.button:hover,
#contact_form input[type="submit"]:hover {
  background: #df7195;
  color: #fff;
}

#content .page_title {
  color: #724242;
  font-size: 26px;
}

.circle { border-radius: 500px; }

/******* HOMEPAGE *******/
#content ul.img-button-list {
  list-style: none;
  margin: 1em 0 2em 0;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
#content ul.img-button-list.gallery-list {
  flex-wrap: wrap;
}
#content ul.img-button-list li {
  text-align: center;
}
#content ul.img-button-list.home-list li {
  width: 25%;
}
#content ul.img-button-list.gallery-list li {
  width: calc(95% / 3);
}

#content ul.img-button-list li a {
  min-height: 217px;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
#content ul.img-button-list li a:hover {
  color: #eeb1a3;
}
#content ul.img-button-list li a strong {
  width: 100%;
  background: rgba(255,255,255,0.8);
  padding: 0.5em;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
#content ul.img-button-list li a:hover strong {
  background: rgba(255,255,255,0.9);
}
#content ul.img-button-list li a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  transition: all 0.3s;
}
#content ul.img-button-list.home-list li:nth-child(1) a:after { background: url(/uploads/2024/08/15/bt_about.jpg) center/cover no-repeat; }
#content ul.img-button-list.home-list li:nth-child(2) a:after { background: url(/uploads/2024/08/15/bt_service.jpg) center/cover no-repeat; }
#content ul.img-button-list.home-list li:nth-child(3) a:after { background: url(/uploads/2024/08/15/bt_gallery.jpg) center/cover no-repeat; }
#content ul.img-button-list.home-list li:nth-child(4) a:after { background: url(/uploads/2024/08/15/bt_contact.jpg) center/cover no-repeat; }

#content ul.img-button-list.gallery-list li:nth-child(1) a:after { background: url(/uploads/2024/08/16/bt_gallery-shichigosan.jpg) center/cover no-repeat; }
#content ul.img-button-list.gallery-list li:nth-child(2) a:after { background: url(/uploads/2024/08/16/bt_gallery-seijin.jpg) center/cover no-repeat; }
#content ul.img-button-list.gallery-list li:nth-child(3) a:after { background: url(/uploads/2024/08/16/bt_gallery-grad.jpg) center/cover no-repeat; }
#content ul.img-button-list.gallery-list li:nth-child(4) a:after { background: url(/uploads/2024/08/16/bt_gallery-other.jpg) center/cover no-repeat; }
#content ul.img-button-list.gallery-list li:nth-child(5) a:after { background: url(/uploads/2024/10/17/bt_gallery-others.jpg) center/cover no-repeat; }
#content ul.img-button-list.gallery-list li:nth-child(6) a:after { background: url(/uploads/2024/10/17/bt_gallery-family.jpg) center/cover no-repeat; }

#content ul.img-button-list li a:hover:after {
  filter: brightness(120%);
}

.home-img { width: 150px; }

.view-gallery {
  text-decoration: none;
  border: 3px solid #df7195;
  padding: 15px 25px;
  margin: 1em 0;
  border-radius: 50px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.view-gallery:hover {
background-color: #df7195;
color: #fff;
}

.instagram-wrap {
  display: flex;
  justify-content: center;
  margin: 2em auto 1em auto;
}

/******* WHATS NEW PAGE *******/
#whatsnew .whatsnew_text,
#whatsnew_full_list .whatsnew_text {
  border-bottom: 1px dotted #e1bebe;
}
#whatsnew .whatsnew_text:last-of-type,
#whatsnew_full_list .whatsnew_list-news:last-of-type .whatsnew_text {
  border-bottom: 0;
}
#whatsnew_full, #whatsnew_full_list {
  margin: 2em 0 1em 0;
}


/******* ABOUT PAGE *******/
.staff-list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  gap: 30px;
}
.staff-list img {
  display: block;
  margin-bottom: 10px;
}

/******* SERVICE PAGE *******/
.price-wrap {
  margin: 1em 0;
  padding: 1em;
  border-bottom: 1px dotted #e1bebe;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.price-wrap:last-of-type {
  border: 0;
}
#content .price-wrap strong {
  font-size: 18px;
  display: inline-block;
  border-bottom: 3px solid #f8dede;
  padding: 0 1px 3px 1px;
  margin: 0 10px 5px 0;
}
#content .price-wrap .price {
  font-weight: bold;
}
#content .service-notes {
  border: 1px solid #fbf2f2;
  background-color: #fff;
  margin: 30px 10px;
  padding: 15px 15px 15px 30px;
}
#content .service-notes li {
  margin: 15px 0;
}
#content .service-notes li:first-of-type { margin-top: 0; }
#content .service-notes li:last-of-type {margin-bottom: 0; }

/******* GALLERY PAGE *******/
#user_content .gallery .thumbnails .thumbnail {
  width: 150px;
  height: 150px;
}
#content .price-wrap p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
#content .price-wrap .view-gallery {
  margin-top: 0;
  padding: 6px 20px 6px 6px;
}

.view-gallery:before {
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50px;
  margin-right: 8px;
}
.view-gallery.shichigosan:before { background: url(/uploads/2024/08/16/bt_gallery-shichigosan.jpg) center/cover no-repeat; }
.view-gallery.other:before { background: url(/uploads/2024/10/17/bt_gallery-family.jpg) center/cover no-repeat; }
.view-gallery.graduation:before { background: url(/uploads/2024/08/16/bt_gallery-grad.jpg) center/cover no-repeat; }
.view-gallery.seijin:before { background: url(/uploads/2024/08/16/bt_gallery-seijin.jpg) center/cover no-repeat; }
.view-gallery.wedding:before { background: url(/uploads/2024/10/17/bt_gallery-wedding.jpg) center/cover no-repeat; }
.view-gallery.omiyamairi:before { background: url(/uploads/2024/10/17/bt_gallery-omiyamairi.jpg) center/cover no-repeat; }
.view-gallery.geisya:before { background: url(/uploads/2024/10/17/bt_gallery-others.jpg) center/cover no-repeat; }
.view-gallery.half-coming-jusan:before { background: url(/uploads/2024/08/16/bt_jyusanmairi.jpg) center/cover no-repeat; }
.view-gallery.jr-graduation:before { background: url(/uploads/2024/12/02/bt_gallery-jrgrad.jpg) center/cover no-repeat; }

/******* FOOTER *******/
#footer {
  color: #b7a8a8;
  background: #fbf2f2;
}
#footer li a, #languages a {
  color: #b7a8a8;
}
#footer li a:hover, #languages a:hover {
  color: #daaaaa;
}

/******* MEDIA QUERY *******/
@media only screen and (max-width:834px) {

#content ul.img-button-list li a {
  min-height: 165px;
}

}


@media screen and (max-width: 39.99em) {

  .webdexpress_navigation {
    background-color: #f23e75;
  }
  #navigation .nav li ul li a {
    color: #faebf0;
  }

#content ul.img-button-list {
  gap: 0;
  flex-wrap: wrap;
  padding: 0;
}
#content ul.img-button-list.home-list li,
#content ul.img-button-list.gallery-list li {
  width: 50%;
  padding: 15px;
}

#content .price-wrap strong {
  border-bottom: 0;
  background-color: #f8dede;
  padding: 5px;
  margin: 5px 10px 5px auto;
}

}


@media screen and (max-width: 480px) {

.img-left, .img-right {
  float: none;
  display: block;
  margin: 10px auto;
}

#content ul.img-button-list li {
  padding: 10px;
}
#content ul.img-button-list li a {
   min-height: 150px;
}

}