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

main {
  width: 100%;
}

.seijin_date {
  width: 1000px;
  margin: 0 auto;
  background-color: #fefeda;
  color: #3290df;
  padding: 8px 0;
  text-align: center;
}

.seijin_date span {
  font-size: 16px;
}

.main_content {
  font-size: 22px;
  color: #000;
}

@media screen and (max-width:1458px) {
  .main_content {
    font-size: 1.51vw;
  }
}

@media screen and (max-width:640px) {
  .seijin_date {
    width: 100%;
    font-size: 12px;
  }
}

/*------------------------
cta_area
------------------------*/
.cta_area {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
}

.cta_area div {
  border: 1px solid #ff466f;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}

.cta_area div &gt; a,
.cta_area div &gt; span {
  display: block;
  width: 100%;
  cursor: pointer;
}

.cta_area div &gt; a:hover {
  opacity: 0.7;
}

.cta_area .tel {
  width: 25%;
  font-size: 120%;
}

.cta_area .tel a,
.cta_area .tel span {
  color: #ff466f;
  padding: 41px 10px 0;
  font-size: 14px;
  background: url(../../../images/cta_icon_tel.png) center 10px / 30px auto no-repeat;
}

.cta_area .form {
  width: 70%;
}

.cta_area .form a {
  color: #fff;
  font-size: 12px;
  background: #ff466f;
  position: relative;
}

.cta_area .form a &gt; span {
  background: url(../../../images/cta_icon_calender.png) left center / 40px auto no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 4px 0 0 50px;
  white-space: nowrap;
}

.cta_area .form a span span {
  display: block;
  font-size: 170%;
}


/*-------------------
main-image
--------------------*/
#main-image {
  position: relative;
  width: 100%;
  z-index: -1;
  min-width: 985px;
  height: 38vw;
  padding-top: 14px;
}

.main-img {
  position: fixed;
  overflow: hidden;
  z-index: -1;
  min-width: 985px;
}

.wrap-title {
  position: absolute;
  top: 14.05vw;
  left: 7.45vw;
  width: 25.15vw;
  color: #FFF;
}

.main-title {
  margin-bottom: 4.5vw;
}

.wrap-title .price {
  font-size: 1.65vw;
  line-height: 1.13;
  position: relative;
}

.wrap-title .price::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2.05vw;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .8vw .6vw 0 .6vw;
  border-color: #FFF transparent transparent transparent;

}

.wrap-title .price span {
  font-size: 1.1vw;
}


/*-------------------
contents
--------------------*/
.container_o {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 96%;
}

.container_i {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 85.71%;
}

#contents {
  background-color: #fff;
  /*    padding-top: 50px;*/
}

.sec01 .content {
    padding-top: 8%;
}

.sec01 .txt01 {
  font-size: 18px;
  letter-spacing: .05em;
  display: inline-block;
  margin-bottom: 5%;
}

.sec01 .img01 {
  margin-bottom: 6.67%;
}

#plan .txt01 {

}
#plan .txt01 span {
  color: #ff466f;
}

.cta02 {
  margin: 5.14em auto 4.09em;
}

.shitakubasyo {
  margin-bottom: 10.65%;
}
.shitakubasyo .ttl01 {
  font-size: 1.45em;
  margin-bottom: 1.39em;
}
.shitakubasyo table {
  table-layout: fixed;
  width: 100%;
  border-color: #0c0105;
  text-align: left;
}
.shitakubasyo table tr &gt; * {
  border-color: #0c0105;
  padding: .3em 1em;
  font-size: 1.47em;
}
.shitakubasyo table th {
  text-align: left;
  font-size: 1.39em;
}
.shitakubasyo table .address01 {
  font-size: 1.24em;
}
.shitakubasyo table .address02 {
  font-size: 1em;
}

.box_plan ul {
  width: 91.5%;
  margin: 0 auto 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.box_plan ul li {
    width: 32.02%;
}
.box_plan ul li .plan_a,
.box_plan ul li .plan_b,
.box_plan ul li .plan_c {
    box-shadow: 0 .28vw .92vw .15vw rgba(0, 0, 0, 0.08);
    padding: 1.21vw .64vw 2.5vw;
    border-radius: .78vw;
}
.box_plan ul li:nth-child(2),.box_plan .plan_b {
   background: #6ebdd4;
   color: #FFF;
   border-radius: .78vw;
}
img.opt {
    margin-top: 5%;
}

.box_plan .catch {
  font-size: 1.24vw;
  line-height: 1;
}
.box_plan .ttl01 {
  font-size: 2.24vw;
  letter-spacing: .1em;
  margin-bottom: .62vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_plan .ttl01::before {
  content: '';
  display: inline-block;
  width: 2.74vw;
  height: 2.74vw;
  margin-right: .4vw;
}
.box_plan .plan_a {
  background: #fffaf5;
  color: #83bbd2;
}
.box_plan .plan_a .ttl01::before {
  background: url(../images/bg_plan_a01.webp) no-repeat center/cover;
}
.box_plan .plan_a .img01 {
  margin-bottom: 1.76vw;
}
.box_plan .plan_a .body {
  width: 90.59%;
  margin: 0 auto 1.8vw;
}
.box_plan .plan_b {
  background: #6ebdd4;
  color: #FFF;
}
.box_plan .plan_b .ttl01::before {
  background: url(../images/bg_plan_b01.webp) no-repeat center/cover;
}
.box_plan .plan_b .body {
  margin: 0 auto 1.69vw;
}
.box_plan .plan_c {
  background-image: -moz-linear-gradient( -17deg, #e6b7af 0%, #aeb0ca 100%);
  background-image: -webkit-linear-gradient( -17deg, #e6b7af 0%, #aeb0ca 100%);
  background-image: -ms-linear-gradient( -17deg, #e6b7af 0%, #aeb0ca 100%);
  color: #FFF;
  position: relative;
}
.box_plan .plan_c .bg02 {
  position: absolute;
  width: 4.21vw;
  height: 4.21vw;
  top: 1.28vw;
  left: 1.24vw;
}
.box_plan .plan_d {
  position: relative;
  padding: 0;
}
.box_plan .plan_d .bg02 {
    position: absolute;
    width: 4.21vw;
    height: 4.21vw;
    top: -1.72vw;
    left: 0.24vw;
}
.box_plan .plan_c .catch {
  font-size: .95vw;
  /*text-align: right;*/
}
/*.box_plan .plan_c .ttl01 {
  justify-content: flex-end;
  padding-right: .96vw;
}*/
.box_plan .plan_c .ttl01::before {
  background: url(../images/bg_plan_c01.webp) no-repeat center/cover;
}
.box_plan .plan_c .body {
  margin: 0 auto 1.41vw;
}
.box_plan .plan_c .caution span {
  display: inline-block;
  background: #fb7ea2;
  color: #FFF;
}

.sec_retouch {
  padding-bottom: 5.32em;
}
.sec_retouch .txt01 {
  background: #f9f3ed;
  font-size: 1.09em;
  padding: 1.24em;
  margin-bottom: 2.23em;
}
.sec_retouch .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec_retouch .list_retouch {
  width: 100%;
  display: flex;
}
.sec_retouch .list_retouch &gt; * {
  width: 25%;
}
.sec_retouch .price {
  padding-top: .55em;
}
.sec_retouch .price .txt02 {
  color: #fe4e70;
  font-size: 3.64em;
  line-height: 1;
}
.sec_retouch .price .txt02 span {
  font-size: .65em;
}
.sec_retouch .price .txt03 {
  font-size: 1.27em;
  margin-bottom: .9em;
  color: #fe4e70;
}
.sec_retouch .price .txt04 {
  line-height: 1.14;
}


.sec_option {
  background: #f6e5e9;
  padding: 5.64em 0 5.23em;
}
.sec_option .ttl01 {
  max-width: 10.64em;
  margin-bottom: 2.5em;
}
.sec_option .txt01 {
  line-height: 1.36;
  letter-spacing: .1em;
  margin-bottom: 5.77em;
}
.sec_option .flex {
  display: flex;
  justify-content: space-evenly;
}
.sec_option .flex &gt; * {
  width: 46%;
}
.sec_option .content {
  background: #FFF;
  padding: 0 1.18em 1.18em;
}
.sec_option .ttl02 {
  font-size: 2.59em;
  letter-spacing: .05em;
  color: #fe4e70;
  margin-top: -1.23em;
}
.sec_option .txt02 {
  font-size: 1.09em;
  letter-spacing: .1em;
  color: #fe4e70;
  margin-bottom: 1.27em;
}
.sec_option .txt03 {
  line-height: 1.27;
  margin-bottom: .91em;
}
.sec_option .list_option {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_option .list_option &gt; * {
  background: #ffe2e8;
  border-radius: .5em;
  box-sizing: border-box;
  line-height: 1.05em;
  padding: .41em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 2.45em;
}
.sec_option .list_option .col3 {
  width: 32.24%;
  line-height: 1;
  margin-bottom: .61em;
}
.sec_option .list_option .col3 span {
  font-size: .82em;
  width: 100%;
}
.sec_option .list_option .col2 {
  width: 48.83%;
}
.sec_option .list_option .col1 {
  width: 100%;
  margin-bottom: .41em;
}
.sec_option .txt04 span:nth-of-type(1) {
  text-decoration: underline;
  font-size: 1.36em;
}
.sec_option .txt04 span:nth-of-type(2) {
  font-size: 1.64em;
}
.sec_option .txt04 span:nth-of-type(3) {
  font-size: 1.64em;
}
.sec_option .txt04 span:nth-of-type(4) {
  font-size: 2.14em;
}
.sec_option .txt04 span:nth-of-type(5) {
  font-size: 1.36em;
}
.sec_option .txt05 {
  color: #fe4e70;
}
.sec_option .txt05 span:nth-of-type(1) {
  font-size: 1.09em;
}
.sec_option .txt05 span:nth-of-type(2) {
  font-size: 1.09em;
}
.sec_option .txt05 span:nth-of-type(3) {
  font-size: 1em;
}
.sec_option .txt05 span:nth-of-type(4) {
  font-size: 1.45em;
}
.sec_option .txt05 span:nth-of-type(5) {
  font-size: 1em;
}
.sec_option .more {
  padding: 3.95em 0 0;
}
.sec_option .btn_option {
  width: 49.14%;
  font-size: 1.5em;
  color: #FFF;
  letter-spacing: .1em;
  padding: .61em;
  background: #ff476e;
  border: 0;
  border-radius: .5em;
  box-sizing: border-box;
  cursor: pointer;
}
.sec_option .option_more {
  padding-top: 3.95em;
  display: none;
}
.col1.plan01 {
  margin-top:30px;
}

.txt04.plan01_txt {
  padding-bottom:14px;
}
.shiki_today {
    margin: 5% auto;
    width: 95%;
}
.sec_album {
  padding: 5.77em 0 8.32em;
}
.sec_album .ttl01 {
  max-width: 9.73em;
  margin-bottom: 4.05em;
}
.sec_album .flex {
  display: flex;
  justify-content: space-evenly;
}
.sec_album .flex &gt; * {
  width: 30.71%;
}
.sec_album .flex &gt; *:nth-of-type(1) &gt; img  {
  margin-top: -2.59em;
  margin-bottom: 2.59em;
}
.sec_album .ttl02 {
  min-height: 4.14em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1.55em;
}
.sec_album .flex &gt; *:nth-of-type(1) .ttl02 img {
  max-width: 11em;
}
.sec_album .flex &gt; *:nth-of-type(2) .ttl02 img {
  max-width: 7.27em;
}
.sec_album .flex &gt; *:nth-of-type(3) .ttl02 img {
  max-width: 12.14em;
}
.sec_album .txt01 {
  text-align: left;
  margin-bottom: 1em;
  min-height: 5.8em;
}
.sec_album .ttl03 {
  background: #ffe2e8;
  padding: .26em;
  border-radius: .5em;
  display: block;
  margin-bottom: .26em;
}
.sec_album .txt02 {
  margin-bottom: 1em;
}
.sec_album .txt03 {
  color: #ff476e;
}
.sec_album .txt03 .txt10 {
  font-size: 1.09em;
}
.sec_album .txt03 .txt11 {
  font-size: 1.23em;
}
.sec_album .txt03 .txt12 {
  text-decoration: underline;
}
.sec_album .txt03 .txt13 {
  font-size: 1.09em;
}
.sec_album .txt03 .txt14 {
  font-size: .91em;
}
.sec_album .txt03 .txt15 {
  font-size: 1.41em;
}
.sec_album .txt03 .txt16 {
  font-size: .91em;
}

.bnr_qa {
  display: block;
  margin-bottom: 5.91em;
}
.bnr_qa img {
  transform-origin: right bottom;
  transform: scale(101.07%);
}

#option table {
  background: #FFF;
}

#eventdate {
  border-top: 0;
  margin: 0 auto 7.55em;
  padding: 0;
}
#eventdate th.thead_th {
  background: #F60165;
}
#eventdate a {
  color: #00F712 !important;
}


/*-------------------------
plan
-------------------------*/
#SC_CONT_BOX div.contents_outer &gt; p.about {
  padding: 10px 0;
  margin: 10px auto 15px;
  font-size: 17px;
}

table {
  border-collapse: collapse;
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  width: 90%;
  margin: 0 auto;
}

#reservation {
  width: 985px;
  margin: 5% auto;
}

#album {
  width: 985px;
  margin: 0 auto;
}


@media screen and (min-width:641px) {
  #SC_CONT_BOX div.contents_outer &gt; p.about {
    width: 900px;
    margin: 0 auto 30px;
  }

  .plan_outer_contbox {
    width: 100%;
    margin: 0 auto;
  }

  .plan-outer_box &gt; div {
    display: inline-block;
    width: 45%;
    margin: 0 1%;
    vertical-align: top;
  }

  .plan-img {
    position: relative;
    margin: 20px auto;
  }

  .plan-img .img-info {
    position: absolute;
    top: 19%;
    right: -3%;
    width: 27%;
  }

  .plan-icon {
    margin: 20px auto;
  }

  .plan-price p {
    font-size: 50px;
  }

  .plan-price p span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 14px;
  }

  .plan-price p span.f-size {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-size: 30px;
    vertical-align: top;
    padding-top: 16px;
    display: inline-block;
  }

  ul.plan_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }

  ul.plan_list li {
    width: 30%;
    margin: 0 5px;
  }

  div#plan h2 {
    font-size: 200%;
    margin: 0 auto;
  }

  .rental_plan_text {
    font-size: 14px;
    margin: 10px auto 30px;
  }

  /*-------------------------
furisode_set
-------------------------*/
  #furisode_set img {
    width: 100%;
  }

  .plan02_set #furisode_set {
    border-bottom: none;
    padding-bottom: 0;
  }

  #campaign,
  #step,
  #option,
  #furisode_set,
  #faq {
    width: 985px;
    margin: 5% auto;
  }

  #campaign {
    width: 985px;
    margin: 5% auto 0;
  }

  p.comment02 {
    font-size: 14px;
    margin: 10px auto 30px;
  }

  /*--- plan-price_online ---*/
  .price_text {
    font-size: 12px;
  }

  .plan-price_online {
    background: #d91a3f;
    display: block;
    margin: 0 auto;
    padding-top: 5px;
    color: #fff;
    width: 85%;
    border-radius: 5px;
  }

  /*-------------------
contents
--------------------*/
  #contents {
    background-color: #fff;
/*    padding-top: 50px;*/
  }

  #SC_CONT_BOX {
    margin: 0 auto;
  }

  footer {
    background-color: #fff;
  }

  #eventdate p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/*----------------------
plan02_table
----------------------*/
.plan02_table {
  margin: 2% auto 0;
  width: 65%;
  font-size: 12px;
}

.plan02_table h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.plan02_table p {
  margin-top: 8px;
  text-align: right;
}

.plan02_table span {
  font-size: 10px;
}

.plan02_table table {
  font-size: 13px;
  width: 100%;
}

.plan02_table th,
.plan02_table td {
  width: 12.28%;
}

.plan02_table .color_gray {
  background-color: #f7f7f7;
}

.plan02_table .color_pink {
  background-color: #fbd8d8;
}

.plan02_table .color_green {
  background-color: #e5f6df;
}

/*----------------------
plan_text
----------------------*/
.plan_text {
  font-size: 14px;
  padding: 5px;
}

#reservation.pc_only {
  margin: 30px auto;
  width: 550px;
}

/*-------------------
info
--------------------*/
.infomation {
  margin-bottom: 5%;
}

/*-------------------
new-option
--------------------*/
.new-option {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.new-option img {
  width: 48%;
}

.retouch_miru.big {
  max-width: 800px;
  margin: 80px auto 0;
}

.retouch_miru.big img {
  width: 100%;
}

/*--------------------------------------
SP
----------------------------------------*/
@media screen and (max-width: 640px) {
  div#sb-site {
    padding: 66px 0px 0;
  }

  /*--- main-image ---*/
  div#main-image {
    position: relative;
    height: auto;
    padding-top: 0;
    min-width: auto;
  }
  .main-img {
    position: initial;
    min-width: auto;
  }

  .wrap-title {
    position: static;
    width: auto;
  }
  h2.main-title {
    position: absolute;
    width: 77.75vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 11.13vw;
    margin-bottom: 0;
  }
  .wrap-title .price {
    position: absolute;
    width: 23.63vw;
    height: 23.63vw;
    background: #000;
    color: #FFF;
    border-radius: 50%;
    top: 9.63vw;
    left: 5.75vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 3.63vw;
  }
  .wrap-title .price span {
    display: block;
    font-size: 2.38vw;
  }
  .wrap-title .price::after {
    border-color: #FFF transparent transparent transparent;
    border-width: 1.75vw 1.31vw 0 1.31vw;
    bottom: 4.13vw;
  }
  .cta_area {
    width: 100%;
    max-width: none;
  }

  /*--- contents ---*/
  .main_content {
    font-size: 2.38vw;
  }
  .container_o {
    width: 100%;
  }
  .container_i {
    width: 85.75%;
  }

  .sec01 .content {
    padding-top: 9.5vw;
  }
  .sec01 .txt01 {
    font-size: 18px;
  }
  .sec01 .cta_area {
    margin: 12.5vw 0 0;
  }

  .box_plan ul {
    width: 90%;
    padding: 0;
  }
  .box_plan ul li {
    width: 100%;
  }
  .box_plan ul li .plan_a,
  .box_plan ul li .plan_b,
  .box_plan ul li .plan_c {
    padding: 3.54vw 1.87vw 9.29vw;
  }

  .box_plan .catch {
    font-size: 3.64vw;
  }
  .box_plan .ttl01 {
    font-size: 6.57vw;
    margin-bottom: 1.82vw;
  }
  .box_plan .ttl01::before {
    width: 8.03vw;
    height: 8.03vw;
    margin-right: 1.16vw;
  }
  .box_plan .plan_a .img01 {
    margin-bottom: 4.95vw;
  }
  .box_plan .plan_a .body {
    margin: 0 auto 6.97vw;
  }
  .box_plan .plan_b .img01 {
    margin-bottom: 0;
  }
  .box_plan .plan_b .body {
    margin: 0 auto 4.95vw;
  }
  .box_plan .plan_c .bg02 {
    width: 12.33vw;
    height: 12.33vw;
    top: 3.74vw;
    left: 3.64vw;
  }
  .box_plan .plan_d .bg02 {
    width: 12.33vw;
    height: 12.33vw;
    top: -3.26vw;
    left: 1.64vw;
  }
  .box_plan .plan_c .catch {
    font-size: 2.78vw;
  }
  .box_plan .plan_c .ttl01 {
    padding-right: 5.71vw;
  }
  .box_plan .plan_c .img01 {
    margin-bottom: 0;
  }
  .box_plan .plan_c .body {
    margin: 0 auto 4.14vw;
  }

  .box_plan .note {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 5% auto 10%;
  }
  .box_plan .note .txt_note {
    margin-bottom: 10.5vw;
  }
  .box_plan .note .txt_note.plan_c {
    background: none;
    color: #ff466f;
    box-shadow: none;
  }

  .shitakubasyo table th,
  .shitakubasyo table td{
    font-size: 1em;
  }
  .shitakubasyo table tr &gt; * {
    text-align: left;
    border: 1px solid;
  }


.col1.plan01 {
    margin-top: 0;
}
.shiki_today {
    margin: 10% auto 0;
    width: 100%;
}

  .sec_retouch {
    padding-bottom: 16vw;
  }
  .sec_retouch .txt01 {
    font-size: 1.26em;
    line-height: 1.38;
    margin-bottom: 4.88vw;
  }
  .sec_retouch .list_retouch {
    width: 85.75%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .sec_retouch .list_retouch &gt; * {
    width: 50%;
  }
  .sec_retouch .list_retouch &gt; *:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    margin-top: 4.5vw;
  }
  .sec_retouch .price {
    padding-top: 2.38vw;
  }


  .sec_option {
    padding: 9.25vw 0 8.13vw;
  }
  .sec_option .container_o {
    width: 85.75%;
    margin: auto;
  }
  .sec_option .ttl01 {
    max-width: 29.25vw;
    margin-bottom: 6.88vw;
  }
  .sec_option .txt01 {
    margin-bottom: 7.13vw;
  }
  .sec_option .flex {
    flex-wrap: wrap;
  }
  .sec_option .flex &gt; * {
    width: 100%;
  }
  .sec_option .flex &gt; *:first-of-type {
    margin-bottom: 6.88vw;
  }
  .sec_option .btn_option {
    width: 100%;
  }


  .sec_album {
    padding: 10.75vw 0 14.63vw;
  }
  .sec_album .container_o {
    width: 85.75%;
    margin: auto;
  }
  .sec_album .ttl01 {
    max-width: 26.75vw;
    margin-bottom: 13.25vw;
  }
  .sec_album .flex {
    flex-wrap: wrap;
  }
  .sec_album .flex &gt; * {
    width: 100%;
    position: relative;
    text-align: left;
  }
  .sec_album .flex &gt; *:nth-of-type(2) {
    margin-top: 9.63vw;
    order: 3;
  }
  .sec_album .flex &gt; *:nth-of-type(3) {
    margin-top: 8.5vw;
    order: 2;
  }
  .sec_album .flex &gt; * {
    width: 100%;
    position: relative;
    text-align: left;
  }
  .sec_album .flex &gt; * &gt; img {
    position: absolute;
    z-index: 1;
  }
  .sec_album .flex &gt; * &gt; * {
    position: relative;
    z-index: 10;
  }
  .sec_album .flex &gt; *:nth-of-type(1) &gt; img {
    width: 58.38vw;
    right: -7.13vw;
  }
  .sec_album .flex &gt; *:nth-of-type(2) &gt; img {
    width: 58vw;
    right: -4vw;
  }
  .sec_album .flex &gt; *:nth-of-type(3) &gt; img {
    width: 55vw;
    right: -5.88vw;
  }
  .sec_album .ttl02 {
    min-height: auto;
    display: inline-block;
  }
  .sec_album .flex &gt; *:nth-of-type(1) &gt; .ttl02 {
    width: 32.75vw;
    margin-left: 1.75vw;
  }
  .sec_album .flex &gt; *:nth-of-type(2) &gt; .ttl02 {
    width: 21.63vw;
    margin-left: 6.38vw;
  }
  .sec_album .flex &gt; *:nth-of-type(3) &gt; .ttl02 {
    width: 36vw;
  }
  .sec_album .txt01 {
    width: 38.75vw;
    font-size: 1.1em;
    line-height: 1.5;
    margin-bottom: 1.42em;
    min-height: 0;
  }
  .sec_album .ttl03 {
    display: inline-block;
    font-size: 1.16em;
    padding: .6em 1.5em;
    border-radius: .58em;
    margin: 0 .63em 0 0;
  }
  .sec_album .txt02,
  .sec_album .txt03 {
    display: inline-block;
    margin-bottom: 0;
  }
  .sec_album .box01 {
    display: flex;
    align-items: center;
  }
  .sec_album .box01:first-of-type {
    margin-bottom: .58em;
  }
  .sec_album .txt02 {
    font-size: 1.05em;
  }
  .sec_album .txt03 {
    font-size: 1.05em;
  }
  .sec_album .txt03 .txt10 {
    font-size: 1.2em;
  }
  .sec_album .txt03 .txt11 {
    font-size: 1.35em;
  }
  .sec_album .txt03 .txt13 {
    font-size: 1.2em;
  }
  .sec_album .txt03 .txt14 {
    font-size: 1em;
  }
  .sec_album .txt03 .txt15 {
    font-size: 1.55em;
  }
  .sec_album .txt03 .txt16 {
    font-size: 1em;
  }

  .bnr_qa {
    width: 85.75%;
    margin: 0 auto 13.63vw;
  }
  .bnr_qa img {
    transform: scale(102.27%);
  }

  h2.intro {
    font-size: 18px;
    color: #37ace4;
  }

  #SC_CONT_BOX {
    padding: 0;
  }

  .tx_copy {
    margin-top: 5px;
    padding: 0 10px;
  }

  .plan-img {
    position: relative;
    margin: 5px auto;
  }

  .plan-img .img-info {
    position: absolute;
    top: 19%;
    right: -3%;
    width: 27%;
  }

  .plan_text {
    font-size: 12px;
    padding: 3px 5px;
  }

  .plan-icon {
    margin: 0px auto;
  }

  .plan-price p {
    font-size: 40px;
  }

  .plan-price p span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 14px;
  }

  .plan-price p span.f-size {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-size: 30px;
    vertical-align: top;
    padding-top: 16px;
    display: inline-block;
  }

  p.note {
    margin: 10px auto;
  }

  .plan02_set #furisode_set {
    border-bottom: none;
    padding-bottom: 0;
  }

  ul.plan_list li {
    width: 100%;
    margin: 0 auto;
  }

  .plan-caution p {
    font-size: 12px;
    text-align: left;
    margin: 3%;
  }

  div#plan h2 {
    font-size: 150%;
  }

  .rental_plan_text {
    margin: 10px auto 30px;
  }

  #album {
    width: 100%;
  }

  /*--- plan-price_online ---*/
  .price_text {
    font-size: 12px;
  }

  .plan-price_online {
    display: block;
    margin: 0 auto;
    background: #d91a3f;
    padding-top: 2px;
    color: #fff;
    width: 70%;
    border-radius: 5px;
  }

  /*----------------------
top-about
----------------------*/
  div#top-about ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  div#top-about ul li {
    width: 100%;
    margin: 4% 0;
  }

  div#top-about p {
    font-size: 13px;
    line-height: 1.8;
  }

  div#top-about h2.intro {
    font-size: 20px;
  }

  div#top-about ul li img {
    height: 150px;
  }

  @media screen and (max-width: 320px) {
    div#top-about p {
      font-size: 11px;
    }

    div#top-about h2.intro {
      font-size: 18px;
    }
  }

  /*----------------------
plan02_table
----------------------*/
  .plan02_table {
    width: 99%;
    font-size: 10px;
  }

  .plan02_table h2 {
    font-size: 16px;
  }

  .plan_outer_contbox .plan02_table p {
    font-size: 10px;
  }

  .plan02_table td {
    border-right: 1px solid #c7c7c7;
  }

  /*----------------------
option
----------------------*/
  #option h3 {
    margin: 30px auto 15px;
  }

  .comparison_table {
    width: 95%;
    border-bottom: none;
  }

  /*-------------------
new-option
--------------------*/
  .new-option {
    margin: 0 auto;
  }

  .new-option img {
    width: 95%;
  }

  .retouch_miru img {
    width: 95%;
/*    margin: 40px auto 0;*/
  }

  .retouch_miru.big {
    margin: 8.63vw auto 0;
    max-width: 100%;
  }
}
.premier_txt {
  font-size: 1vw;
  margin: 2% auto;
}
@media screen and (max-width: 640px) {
  .premier_txt {
    font-size: 3vw;
  }
}</pre></body></html>