<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*================================================
このCSSファイルはSassから生成されています。
編集しないようにご注意ください。
================================================*/
html {
  font-size: 62.5%;
  /* 10px */
  height: 100%;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

.ttl_wrap h1 {
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
}

.ttl_wrap span {
  font-size: 1.3rem;
  font-weight: normal;
}

.ttl_txt {
  padding-top: 2.1rem;
  line-height: 1.8;
}

.ttl_caution {
  padding-top: 1rem;
  line-height: 1.8;
}

.omiya_ttl {
  font-size: 1.5rem;
  color: #333;
  letter-spacing: .05em;
  display: inline-block;
  border-bottom: solid 1px #333;
  padding-bottom: 0.6rem;
  font-weight: normal;
}

.omiya_ttl span {
  display: inline-block;
  padding-left: 1rem;
}

.baby_image {
  width: 80.266666%;
}

.kimono_image {
  width: 58.933333%;
  margin-left: auto;
  margin-top: -4.2rem;
}

.omiyamairi_inner {
  padding-top: 2rem;
}

.plan_ttl {
  display: inline-block;
  color: #b5495b;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: .05em;
  border-bottom: solid 1px #b5495b;
  padding-bottom: 0.6rem;
}

/* Safari 7.1+ に適用される */
_::-webkit-full-page-media, _:future, :root, .plan_ttl {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}

/* Safari 7.1+ に適用される */
_::-webkit-full-page-media, _:future, :root, .plan_price {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}

.plan_price {
  font-size: 2.4rem;
  display: inline-block;
  padding-left: 2.6rem;
}

.plan_yen {
  font-size: 1.6rem;
}

.plan_include {
  color: #333;
  font-size: 1.3rem;
  letter-spacing: .05em;
  padding-top: 2.1rem;
  padding-bottom: 1.4rem;
}

.plan_include dt {
  font-size: 1.4rem;
}

.plan_include dd {
  line-height: 1.5;
  padding-top: 1.2rem;
}

/* Safari 7.1+ に適用される */
_::-webkit-full-page-media, _:future, :root, .plan_include dt {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}

/* Safari 7.1+ に適用される */
_::-webkit-full-page-media, _:future, :root, .plan_include dd {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}

.plan_details {
  box-sizing: border-box;
}

.include_set {
  color: #333;
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 1.5;
  padding-top: 1.2rem;
}

/* Safari 7.1+ に適用される */
_::-webkit-full-page-media, _:future, :root, .include_set {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}

.omiya_caution {
  color: #333;
  font-size: 1.15rem;
  letter-spacing: .05em;
  line-height: 1.5;
  padding-top: 1.4rem;
}

/* Safari 7.1+ に適用される */
_::-webkit-full-page-media, _:future, :root, .omiya_caution {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}

#option {
  padding-top: 4.6rem;
}

.ttl_option {
  font-size: 1.6rem;
  color: #333;
  letter-spacing: .05em;
  font-weight: normal;
  position: relative;
  padding-left: 2.6rem;
}

.ttl_option::after {
  position: absolute;
  content: '';
  background: url(../img/icon_navi@2x.png) center no-repeat;
  background-size: contain;
  width: 18px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.other_plan {
  color: #333;
  text-align: center;
  font-family: sans-serif;
  line-height: 1.5;
  letter-spacing: .05em;
  font-size: 1.3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-top: 1.4rem;
}

.other_plan::before {
  margin-right: 10px;
}

.other_plan::after {
  margin-left: 10px;
}

.other_plan::before, .other_plan::after {
  display: block;
  -webkit-box-flex: 0;
          flex: 0 0 40px;
  content: '';
  border-top: solid 1px #333;
}

.category {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: .05em;
  font-weight: normal;
}

.category {
  padding-top: 2.4rem;
}

.option_photo-wrap {
  border-bottom: solid 1px #333;
  padding-bottom: 2rem;
  margin-bottom: 1.6rem;
}

.option_photo {
  padding-top: 1.4rem;
}

.option_photo li {
  display: -webkit-box;
  display: flex;
  line-height: 1.8;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.option_photo li:first-of-type {
  padding-bottom: 1rem;
}

.option_photo-p {
  font-size: 3.73vw;
  line-height: 1.6;
  letter-spacing: .05em;
}

.option_photo-p._caution {
  font-size: 1.24rem;
  line-height: 2;
}

.option_photo-box {
  padding-top: 1.4rem;
}

.option_wrap {
  padding-top: 1.8rem;
}

.option_wrap .option_box {
  box-sizing: border-box;
}

.option_image img {
  /*height: 100%;
    object-fit: cover;*/
}

.ttl_product {
  color: #333;
  letter-spacing: .05em;
}

.ttl_product dt {
  font-size: 1.4rem;
}

.ttl_product dd {
  font-size: 1.7rem;
  letter-spacing: .1em;
  padding-top: 0.8rem;
}

.option_include p {
  line-height: 1.5;
  letter-spacing: .05em;
  font-size: 1.4rem;
}

.option_include li {
  color: #333;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: start;
}

.option_include li:not(:first-of-type) {
  padding-top: 0.6rem;
}

.photo_size {
  grid-column: 1 /3;
  font-size: 3.47vw;
  color: #333;
}

.photo_size_box:not(:first-of-type) {
  padding-top: 0.5rem;
}

.photo_size_box p {
  line-height: 1.5;
}

.option_top {
  padding-top: 2.2rem;
  border-bottom: solid 1px #333;
  padding-bottom: 1.4rem;
}

.option_price {
  color: #333;
  padding-top: 0.8rem;
}

.option_price li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.option_price li:not(:first-of-type) {
  padding-top: 1rem;
}

.option_price li p {
  letter-spacing: .05em;
  line-height: 1.5;
}

.option_add, .option_add_price {
  font-size: 1.3rem;
}

.option_add_price {
  text-align: right;
}

.tilde_none {
  padding-right: 1.7rem;
}

.access_wrap {
  padding-top: 4.6rem;
}

.ttl_product dt span {
  padding-top: 0.8rem;
  display: inline-block;
}

/* Safari 7.1+ に適用される */
_::-webkit-full-page-media, _:future, :root, .ttl_product dt {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}

/* Safari 7.1+ に適用される */
_::-webkit-full-page-media, _:future, :root, .ttl_product dd {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}

/* Safari 7.1+ に適用される */
_::-webkit-full-page-media, _:future, :root, .option_include p {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}

.item span {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .ttl_wrap h1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .omiyamairi_wrap {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
  }
  .image_box {
    width: 37.881355%;
  }
  .baby_image {
    width: 100%;
  }
  .kimono_image {
    width: 69.798657%;
  }
  .omiyamairi_inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .planTxt_box {
    width: 55.169491%;
  }
  .option_wrap {
    display: grid;
    grid-template-columns: 47.203389% auto;
    grid-template-rows: auto auto;
    grid-column-gap: 2.542372%;
    -webkit-column-gap: 2.542372%;
       -moz-column-gap: 2.542372%;
            column-gap: 2.542372%;
  }
  .option_wrap .option_box {
    display: grid;
    grid-template-columns: 39.168110% auto;
    grid-template-rows: auto auto;
    /*width: 47.203389%;*/
  }
  .souvenir {
    grid-column: 1;
    grid-row: 1;
  }
  .snap {
    grid-column: 1;
    grid-row: 2;
  }
  .three_sides {
    grid-column: 2;
    grid-row: 1;
  }
  .panel {
    grid-column: 2;
    grid-row: 2;
  }
  .option_image {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .ttl_product {
    grid-column: 2;
    grid-row: 1;
  }
  .option_add_box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
  }
  .option_include {
    margin-top: auto;
    grid-column: 2;
    grid-row: 2;
  }
}

@media screen and (min-width: 1024px) {
  .ttl_wrap span {
    font-size: 20px;
  }
  .ttl_txt {
    font-size: 16px;
    line-height: 1.8;
  }
  .ttl_caution {
    font-size: 16px;
    line-height: 1.8;
  }
  .box_top {
    box-shadow: 8px 8px #c9bc9c;
    margin-bottom: 8px;
    padding-bottom: 26px;
  }
  .omiya_ttl {
    font-size: 24px;
    border-bottom: solid 2px #333;
    padding-bottom: 14px;
    width: 648px;
    padding-top: 42px;
  }
  .kimono_image {
    margin-right: -10.060362%;
  }
  .omiyamairi_inner {
    padding-top: 36px;
  }
  .plan_price {
    padding-left: 48px;
  }
  .plan_include:last-of-type {
    padding-bottom: 19px;
  }
  .plan_include dd {
    font-size: 16px;
  }
  .plan_details {
    padding-right: 40px;
    margin-top: 24px;
  }
  .include_set {
    display: inline-block;
    border-top: solid 1px #333;
    padding-top: 19px;
  }
  .for_sale {
    font-size: 15px;
    line-height: 1.5;
  }
  .omiya_caution {
    font-size: 15px;
    padding-top: 21px;
  }
  #option {
    padding-top: 74px;
  }
  .ttl_option {
    font-size: 24px;
    padding-left: 31px;
  }
  .ttl_option::after {
    width: 22px;
  }
  .other_plan {
    -webkit-box-pack: start;
            justify-content: flex-start;
    font-size: 18px;
    padding-top: 21px;
  }
  .category {
    font-size: 16px;
  }
  .category {
    padding-top: 36px;
  }
  .option_photo-wrap {
    width: 47%;
  }
  .option_photo-p {
    font-size: 16px;
  }
  .option_photo-p._caution {
    font-size: 13px;
  }
  .option_wrap {
    padding-top: 22px;
    grid-row-gap: 46px;
    grid-row-gap: 46px;
  }
  .option_wrap .option_box {
    grid-column-gap: 25px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    grid-row-gap: 20px;
    row-gap: 20px;
  }
  .ttl_product dt {
    /*font-size: 19px;*/
  }
  .ttl_product dd {
    /*font-size: 21px;*/
    padding-top: 13px;
  }
  .option_include p {
    font-size: 16px;
  }
  .photo_size {
    font-size: 15px;
  }
  .option_top {
    padding-bottom: 24px;
  }
  .option_txt {
    width: 51.6101694%;
  }
  .option_price {
    padding-top: 20px;
  }
  .option_price li:not(:first-of-type) {
    padding-top: 16px;
  }
  .option_add, .option_add_price {
    font-size: 15px;
  }
  .tilde_none {
    padding-right: 2rem;
  }
  .access_wrap {
    margin-top: 61px;
  }
  .ttl_product dt span {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .omiyamairi_wrap {
    padding-top: 2.8rem;
  }
  .box_top {
    box-shadow: 5px 5px #c9bc9c;
    padding-bottom: 1.8rem;
    margin-bottom: 5px;
  }
  .kimono_image {
    margin-right: -2.4rem;
  }
  .omiyamairi_inner {
    padding-top: 3rem;
  }
  .plan_ttl {
    font-size: 1.6rem;
  }
  .plan_price {
    font-size: 1.6rem;
  }
  .plan_yen {
    font-size: 1.3rem;
  }
  .plan_include {
    padding-top: 1.8rem;
  }
  .plan_include dt {
    font-size: 1.1rem;
  }
  .plan_include dd {
    font-size: 1.1rem;
    padding-top: 0.8rem;
  }
  .plan_details {
    padding-right: 1rem;
  }
  .plan_details:not(:first-of-type) {
    margin-top: 0;
  }
  .include_set {
    font-size: 1.1rem;
    padding-top: 0;
  }
  .omiya_caution {
    font-size: 1.1rem;
    padding-top: 1.6rem;
  }
  .category {
    font-size: 1.2rem;
  }
  .option_photo-wrap {
    width: 57%;
  }
  .option_photo-p {
    font-size: 1.2rem;
  }
  .option_photo-p._caution {
    font-size: 1.2rem;
  }
  .option_wrap {
    grid-row-gap: 26px;
    grid-row-gap: 26px;
  }
  .option_wrap .option_box {
    grid-column-gap: 4.332755%;
    -webkit-column-gap: 4.332755%;
       -moz-column-gap: 4.332755%;
            column-gap: 4.332755%;
    grid-row-gap: 18px;
    grid-row-gap: 18px;
  }
  .ttl_product dt {
    font-size: 1.2rem;
  }
  .ttl_product dd {
    font-size: 1.3rem;
  }
  .option_include p {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .photo_size {
    font-size: 1.3rem;
  }
  .option_top {
    padding-top: 2.6rem;
  }
  .option_txt {
    width: 58%;
  }
  .option_add, .option_add_price {
    font-size: 1.1rem;
  }
  .tilde_none {
    padding-right: 1.5rem;
  }
  .item span {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .omiya_ttl {
    padding-top: 2.8rem;
  }
  .planTxt_box {
    padding-top: 3.8rem;
  }
  .plan_details {
    border-bottom: solid 4px #f6f6f6;
    border-right: solid 4px #f6f6f6;
  }
  .plan_details:not(:first-of-type) {
    margin-top: 2.8rem;
  }
  .omiya_caution {
    border-bottom: solid 6px #c9bc9c;
    padding-bottom: 1.8rem;
  }
  .option_photo li {
    -webkit-box-align: end;
            align-items: flex-end;
  }
  .option_photo-p._price {
    text-align: right;
    font-size: 4vw;
  }
  .option_wrap .option_box {
    padding-bottom: 1rem;
    padding-right: 0.8rem;
    display: grid;
    grid-template-columns: 36.8% auto;
    grid-template-rows: auto auto;
    grid-column-gap: 19px;
    -webkit-column-gap: 19px;
       -moz-column-gap: 19px;
            column-gap: 19px;
    grid-row-gap: 22px;
    grid-row-gap: 22px;
    border-bottom: solid 5px #f6f6f6;
    /*border-right: solid 5px #f6f6f6;*/
    box-sizing: border-box;
  }
  .option_wrap .option_box:not(:first-of-type) {
    margin-top: 3.2rem;
  }
  .option_image {
    grid-column: 1;
    grid-row: 1;
  }
  .ttl_product {
    grid-column: 2;
    grid-row: 1;
  }
  .option_include {
    grid-column: 1 /3;
    grid-row: 2;
  }
  .option_add {
    width: 78%;
  }
}

@media (min-width: 1024px) {
  .plan_ttl {
    font-size: calc((28 - 20) * ((100vw - 1024px) / (1180 - 1024)) + 20px);
  }
  .plan_price {
    font-size: calc((28 - 20) * ((100vw - 1024px) / (1180 - 1024)) + 20px);
  }
  .plan_include dt {
    font-size: calc((17 - 13) * ((100vw - 1024px) / (1180 - 1024)) + 13px);
  }
  .plan_include dd {
    font-size: calc((15 - 12) * ((100vw - 1024px) / (1180 - 1024)) + 12px);
  }
  .include_set {
    font-size: calc((15 - 11) * ((100vw - 1024px) / (1180 - 1024)) + 11px);
  }
  .omiya_caution {
    font-size: calc((15 - 11) * ((100vw - 1024px) / (1180 - 1024)) + 11px);
  }
  .ttl_product dt {
    font-size: calc((19 - 15) * ((100vw - 1024px) / (1180 - 1024)) + 15px);
  }
  .ttl_product dd {
    font-size: calc((21 - 16) * ((100vw - 1024px) / (1180 - 1024)) + 16px);
  }
  .option_include p {
    font-size: calc((16 - 11) * ((100vw - 1024px) / (1180 - 1024)) + 11px);
  }
}

@media (min-width: 1180px) {
  .plan_ttl {
    font-size: 28px;
  }
  .plan_price {
    font-size: 28px;
  }
  .plan_include dt {
    font-size: 17px;
  }
  .plan_include dd {
    font-size: 15px;
  }
  .include_set {
    font-size: 15px;
  }
  .omiya_caution {
    font-size: 15px;
  }
  .omiyamairi_inner {
    padding-top: 51px;
  }
  .ttl_product dt {
    font-size: 19px;
  }
  .ttl_product dd {
    font-size: 21px;
  }
  .option_include p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1180px) and (min-width: 1024px) {
  .plan_details:not(:first-of-type) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .option_add_box .option_txt {
    -webkit-box-flex: 0;
            flex: 0 0 48%;
  }
}

/*# sourceMappingURL=../css/omiyamairi.css.map */
</pre></body></html>