<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ======================

 [brake-point]
 min-width:768px
 max-width:767px

====================== */
/* -------------------------------------------------------------------
 銉°偆銉炽偪銈ゃ儓銉�
------------------------------------------------------------------ */
/* Pc Style----------------------------------------------- */
@media print , screen and (min-width: 768px) {
#wrapTtl{
  background: url(/photo/img/ceremony/bg_ttl.png);
}
#wrapTtlInner{
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
}
#wrapTtl h1{
  width: 100%;
  height: 300px;
  background: url(/photo/img/ceremony/ttl.png) center top no-repeat;
}
}
/* Re Style----------------------------------------------- */
@media screen and (max-width: 767px) {
#wrapTtl{
  background: url(/photo/img/ceremony/bg_ttl.png);
}
#wrapTtl h1{
  padding-bottom: 25%;
  background: url(/photo/img/ceremony/ttl.png) center top no-repeat;
  -moz-background-size: 100% auto;
  background-size:100% auto;
}
}


</pre></body></html>