@charset "UTF-8";

#footer {
  background: #f8f6ee;
}

/*----------------------------
#plan
----------------------------*/

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#plan {
  background: #f8f6ee;
  text-align: center;
}
#plan .main_img {
  padding: 370px 0 320px;
  background: url(../images/main_img.webp) top center / cover no-repeat;
  color: #fff;
}
#plan .main_img h1 span {
  display: block;
  text-align: center;
}
#plan .main_img h1 span:nth-of-type(1) {
  font-size: 280%;
  letter-spacing: 0.2em;
}
#plan .main_img h1 span:nth-of-type(2) {
  margin: 10px auto 0;
}
#plan .pankuzu {
  margin: 70px auto 0;
  width: 80%;
}
#plan .intro {
  margin: 70px auto;
}
#plan .intro > p {
  margin: 0 auto;
  width: 90%;
  font-family: "A1 Mincho";
  font-size: 180%;
}
#plan .intro .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 70px auto 0;
  padding: 0 0 100px;
  width: 980px;
  max-width: 94%;
}
#plan .intro .box a {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 30px 18px 0;
  width: 100%;
  width: 280px;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0 10px 15px -2px rgba(0, 0, 0, 0.2);
}
#plan .intro .box a p {
  width: 100%;
  font-size: 105%;
  line-height: 1.45;
}
#plan .intro .box a p:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 20px 12px 5px;
  min-height: 0;
  height: 100%;
  flex: 2;
}
#plan .intro .box a p:first-child::before {
  position: absolute;
  left: 9%;
  bottom: -34%;
  color: rgba(184, 174, 145, 0.5);
  font-family: "Bodoni 72", Didot, "Times New Roman", serif;
  font-size: 760%;
  font-weight: 400;
  line-height: 1;
  transform: scaleX(0.82);
  transform-origin: left bottom;
  z-index: 0;
}
#plan .intro .box a:nth-of-type(1) p:first-child::before {
  content: "1";
}
#plan .intro .box a:nth-of-type(2) p:first-child::before {
  content: "2";
}
#plan .intro .box a:nth-of-type(3) p:first-child {
  padding: 38px 10px 0;
  border-radius: 35px 35px 0 0;
  background: linear-gradient(90deg, rgba(185, 169, 98, 1) 0%, rgba(153, 133, 58, 1) 100%);
  color: #fff;
}
#plan .intro .box a:nth-of-type(3) p:first-child::before {
  content: "3";
  color: rgba(255, 255, 255, 0.42);
}
#plan .intro .box a:nth-of-type(4) p:first-child::before {
  content: "4";
}
#plan .intro .box a:nth-of-type(5) p:first-child::before {
  content: "5";
}
#plan .intro .box a:nth-of-type(6) p:first-child::before {
  content: "6";
}
#plan .intro .box a p:first-child > * {
  position: relative;
  z-index: 1;
}
#plan .intro .box a:nth-of-type(3)::after,
#plan .intro .box a:nth-of-type(6)::after {
  position: absolute;
  top: -22px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  width: fit-content;
  height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(185, 169, 98, 1) 0%, rgba(153, 133, 58, 1) 100%);
  box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 78%;
  font-weight: bold;
  content: "aimおすすめ";
  letter-spacing: 0.04em;
  z-index: 3;
}
#plan .intro .box a p:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 40px 10px 20px;
  min-height: 0;
  height: 100%;
  border-radius: 0 0 35px 35px;
  color: #fff;
  flex: 1;
}
#plan .intro .box a p:last-child:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  background: url(../images/intro_bg.png) center top / contain no-repeat;
  content: "";
}
#plan .intro .box a:nth-of-type(3) p:last-child:before {
  background: url(../images/intro3_bg.png) center top / contain no-repeat;
}
#plan .intro .box a:nth-of-type(1) p:last-child {
  background: #c67f99;
}
#plan .intro .box a:nth-of-type(2) p:last-child {
  background: #6c7faf;
}
#plan .intro .box a:nth-of-type(3) p:last-child {
  color: #a28e43;
}
#plan .intro .box a:nth-of-type(4) p:last-child {
  background: #996e69;
}
#plan .intro .box a:nth-of-type(5) p:last-child {
  background: #7ba491;
}
#plan .intro .box a:nth-of-type(6) p:last-child {
  background: #9778a0;
}
#plan .bnr_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 150px auto 240px;
}
#plan .bnr_area div {
  margin: 0 3%;
  width: 30%;
}
#plan .bnr_area img {
  border-radius: 20px;
}
.bridal-fare {
  margin-top: 5%;
}
.bridal-fare img {
  border-radius: 50px;
}
.fare_link {
  max-width: 1203px;
  display: flex;
  flex-wrap: wrap;
}
.fare_bnr {
  width: calc((100% - 40px) / 2);
  margin: 10px;
}

.fare_bnr img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .fare_link {
    flex-direction: column;
  }
  .fare_bnr {
    width: 100%;
  }
  .fare_bnr img {
    border-radius: 10px;
  }
  .bridal-fare {
    padding: 5%;
  }
  .bridal-fare img {
    border-radius: 30px;
  }
}

/*----------------------------
#plan内共通
----------------------------*/
#plan .plan_style h2 {
  display: table;
  margin: 0 auto;
  padding: 10px 0 5px 90px;
}
#plan .plan_style h2 span:last-child {
  font-size: 150%;
}
#plan .plan_style h2 span:first-child {
  display: block;
  font-size: 80%;
}
#plan .plan_style .point {
  margin: 40px auto 0;
}
#plan .plan_style .point p {
  display: inline-block;
  margin: 0 10px;
  padding: 8px 0;
  width: 380px;
  border-radius: 30px;
  color: #fff;
}
#plan .plan_style .plan_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto 0;
  width: 80%;
}
#plan .plan_style .plan_box > div:not(.sp_only) {
  margin: 0 1.5%;
  padding: 50px 2%;
  max-width: 488px;
  width: 30%;
  border-radius: 90px;
  background: #fff;
  box-shadow: 0 10px 30px -2px rgba(0, 0, 0, 0.2);
}
#plan .plan_style .title {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 7vw 1fr;
}
#plan .plan_style .title h3 {
  margin: 0 auto 10px;
  font-size: 130%;
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}
#plan .plan_style .title img {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
#plan .plan_style .title table {
  margin: 8px auto 0;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
#plan .plan_style .title td {
  vertical-align: bottom;
  line-height: 1;
}
#plan .plan_style .title td.price {
  font-family: oswald, sans-serif;
  font-size: 250%;
}
#plan .plan_style .title td.bold {
  font-size: 170%;
  letter-spacing: 0;
}
#plan .plan_style .title td.bold span {
  display: block;
  font-size: 40%;
}
#plan .plan_style .time_bg {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}
#plan .plan_style .time_bg li {
  margin: 0 0 0 15px;
  padding: 0 0 0 36px;
  font-size: 80%;
}
#plan .plan_style .time_bg li:first-child {
  margin: 0;
}
#plan .plan_style .contents {
  margin: 20px 0 0;
}
#plan .plan_style .contents div {
  display: flex;
  align-items: center;
  margin: 10px auto 0;
  padding: 12px 8px 12px 90px;
  width: 100%;
  min-height: 75px;
  border-radius: 20px;
  font-size: 80%;
  text-align: left;
  line-height: 1.1;
}
#plan .plan_style .contents .free {
  position: relative;
  padding: 12px 25px 12px 90px;
}
#plan .plan_style .contents .free:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 0 20px 0 0;
  background: url(../images/icon_free.png) right top / contain no-repeat;
  content: "";
}
#plan .plan_style .contents div p span {
  font-size: 80%;
}
#plan .plan_style .class_up {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
  width: 100%;
  border-radius: 10px;
  color: #5f5758;
  font-size: 75%;
}
#plan .plan_style .class_up > p {
  margin: 0 auto 10px;
  width: 100%;
}
#plan .plan_style .class_up div {
  width: 50%;
  border-top: 3px solid #b9a7a7;
  border-right: 3px solid #b9a7a7;
  border-bottom: 3px solid #b9a7a7;
  letter-spacing: normal;
}
#plan .plan_style .class_up div:nth-of-type(1) {
  border-left: 3px solid #b9a7a7;
  border-radius: 10px 0 0 10px;
}
#plan .plan_style .class_up div:nth-of-type(2) {
  border-radius: 0 10px 10px 0;
}
#plan .plan_style .class_up div > p:nth-of-type(1) {
  padding: 4px 0;
  border-bottom: 3px solid #b9a7a7;
  font-size: 80%;
}
#plan .plan_style .class_up div > p:nth-of-type(1):first-letter {
  font-size: 120%;
}
#plan .plan_style .class_up div > span {
  display: block;
  margin: 5px 0 0;
  font-family: oswald, sans-serif;
  font-size: 130%;
}
#plan .plan_style .class_up div > span span {
  font-size: 70%;
}
#plan .plan_style .class_up div table {
  margin: 5px auto 14px;
}
#plan .plan_style .class_up div td {
  vertical-align: bottom;
  line-height: 1;
}
#plan .plan_style .class_up div td.price {
  font-family: oswald, sans-serif;
  font-size: 190%;
}
#plan .plan_style .class_up div td.bold {
  font-size: 125%;
  letter-spacing: 0;
}
#plan .plan_style .class_up div td.bold span {
  display: block;
  font-size: 40%;
}
#plan .plan_style .sub_text {
  margin: 15px auto 0;
  color: #818181;
  font-size: 70%;
}
#plan .plan_style .plan_attention {
  margin: 70px auto 0;
  color: #818181;
  font-size: 80%;
}
#plan .plan_style .comment {
  position: absolute;
  top: -90px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 50px 60px;
  width: 600px;
  border: 1px solid #686766;
  border-radius: 30px;
  background: #fff;
  font-size: 120%;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.15));
}
#plan .plan_style .comment:before,
#plan .plan_style .comment:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}
#plan .plan_style .comment:before {
  border: solid 24px transparent;
  border-top: solid 24px #686766;
}
#plan .plan_style .comment:after {
  margin-top: -5px;
  border: solid 28px transparent;
  border-top: solid 28px #fff;
}
#plan .plan_style .comment .big {
  font-size: 120%;
}
#plan .plan_style .comment .color {
  color: #de4d68;
}
#plan .plan_style .big_plan_box {
  display: inline-block;
  margin: 60px auto 0;
  padding: 50px 4%;
  max-width: 1100px;
  width: 90%;
  border-radius: 90px;
  background: #fff;
  box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.1);
}
#plan .plan_style .point p {
  width: 330px;
}
#plan .plan_style .big_plan_box .title {
  width: 400px;
  grid-template-columns: 6vw 1fr;
}
#plan .plan_style .big_plan_box .title table {
  margin: auto;
}
#plan .plan_style .big_plan_box .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0;
}
#plan .plan_style .big_plan_box .contents {
  margin: 0;
  width: 48%;
}
#plan .plan_style .big_plan_box .contents div.sp_only {
  display: none;
}

/*--- キャンペーンプラン ---*/
#plan #campaign {
  padding: 110px 0 120px;
  border-radius: 200px 0 200px 0;
  background: #fff;
}
#plan #campaign .limited {
  padding: 0 0 120px;
}
#plan #campaign.plan_style h2 {
  background: url(../images/campaign/plan_number.png) left center / contain
    no-repeat;
}
#plan #campaign.plan_style h2 span:first-child {
  position: relative;
}
#plan #campaign.plan_style h2 span:first-child:before,
#plan #campaign.plan_style h2 span:first-child:after {
  display: block;
  position: absolute;
  bottom: 4px;
  width: 24px;
  height: 30px;
  content: "";
}
#plan #campaign.plan_style h2 span:first-child:before {
  left: 6%;
  background: url(../images/campaign/kirakira_left.png) center center / contain
    no-repeat;
}
#plan #campaign.plan_style h2 span:first-child:after {
  right: 8%;
  background: url(../images/campaign/kirakira_right.png) center center / contain
    no-repeat;
}
#plan #campaign.plan_style .point p {
  background: #c67f99;
}
#plan #campaign.plan_style .yousou .title,
#plan #campaign.plan_style .wasou .title {
  width: 85%;
  grid-template-columns: 4vw 1fr;
}
#plan #campaign.plan_style .youwasou {
  padding: 55px 2%;
}
#plan #campaign.plan_style .youwasou .title h3 {
  margin: 0 auto;
  font-size: 100%;
}
#plan #campaign.plan_style .youwasou .class_up .color {
  margin: 5px 0;
}
#plan #campaign.plan_style .title h3 span {
  display: block;
  color: #c9829c;
  font-size: 80%;
}
#plan #campaign.plan_style .time_bg li {
  color: #af5978;
}
#plan #campaign.plan_style .time_bg li:nth-of-type(1) {
  background: url(../images/campaign/icon_time.png) left center / contain
    no-repeat;
}
#plan #campaign.plan_style .time_bg li:nth-of-type(2) {
  background: url(../images/campaign/icon_camera.png) left center / contain
    no-repeat;
}
#plan #campaign.plan_style .contents div {
  color: #c67f99;
}
#plan #campaign.plan_style .contents div:nth-of-type(1) {
  background: #f9e8ee url(../images/campaign/icon_dress.png) 15px center / auto
    58px no-repeat;
}
#plan #campaign.plan_style .wasou .contents div:nth-of-type(1) {
  background: #f9e8ee url(../images/campaign/icon_wasou.png) 15px center / auto
    58px no-repeat;
}
#plan #campaign.plan_style .contents div:nth-of-type(2) {
  background: #fef5f8 url(../images/campaign/icon_hairmake.png) 15px center /
    auto 58px no-repeat;
}
#plan #campaign.plan_style .contents div:nth-of-type(3) {
  background: #f9e8ee url(../images/campaign/icon_data.png) 15px center / auto
    58px no-repeat;
}
#plan #campaign.plan_style .contents div:nth-of-type(4) {
  background: #fef5f8 url(../images/campaign/icon_accessories.png) 15px center /
    auto 58px no-repeat;
}
#plan #campaign.plan_style .wasou .contents div:nth-of-type(4) {
  background: #fef5f8 url(../images/campaign/icon_accessories_wasou.png) 15px
    center / auto 58px no-repeat;
}
#plan #campaign.plan_style .class_up .color {
  color: #c9829c;
}

/*--- データ＆アルバムプラン ---*/
#plan #data_album {
  padding: 110px 0 0;
}
#plan #data_album.plan_style h2 {
  background: url(../images/data_album/plan_number.png) left center / contain
    no-repeat;
}
#plan #data_album.plan_style .point p {
  width: 420px;
  background: #6c7faf;
}
#plan #data_album.plan_style .title table {
  margin: auto;
}
#plan #data_album.plan_style .time_bg li {
  color: #6c7faf;
}
#plan #data_album.plan_style .time_bg li:nth-of-type(1) {
  background: url(../images/data_album/icon_time.png) left center / contain
    no-repeat;
}
#plan #data_album.plan_style .time_bg li:nth-of-type(2) {
  background: url(../images/data_album/icon_camera.png) left center / contain
    no-repeat;
}
#plan #data_album.plan_style .contents div {
  color: #4d6194;
}
#plan #data_album.plan_style .contents div:nth-of-type(1) {
  background: #e0e6f6 url(../images/data_album/icon_dress.png) 15px center /
    auto 58px no-repeat;
}
#plan #data_album.plan_style .contents div:nth-of-type(2) {
  background: #eff3fd url(../images/data_album/icon_hairmake.png) 15px center /
    auto 58px no-repeat;
}
#plan #data_album.plan_style .contents div:nth-of-type(3) {
  background: #e0e6f6 url(../images/data_album/icon_data.png) 15px center / auto
    58px no-repeat;
}
#plan #data_album.plan_style .contents div:nth-of-type(4) {
  background: #eff3fd url(../images/data_album/icon_retouch.png) 15px center /
    auto 58px no-repeat;
}
#plan #data_album.plan_style .contents div:nth-of-type(5) {
  background: #e0e6f6 url(../images/data_album/icon_album.png) 15px center /
    auto 58px no-repeat;
}
#plan #data_album.plan_style .contents div:nth-of-type(6) {
  background: #eff3fd url(../images/data_album/icon_accessories.png) 15px center /
    auto 58px no-repeat;
}

/*--- ハーフデイプラン ---*/
#plan #half {
  position: relative;
  padding: 150px 0 120px;
  border-radius: 200px 0 200px 0;
  background: linear-gradient(
    90deg,
    rgba(185, 169, 98, 1) 0%,
    rgba(153, 133, 58, 1) 100%
  );
}
#plan #half.plan_style h2 {
  background: url(../images/half/plan_number.png) left center / contain
    no-repeat;
  color: #fff;
}
#plan #half.plan_style h2 span:first-child {
  display: table;
  margin: 0 auto;
  padding: 0 0 0 62px;
  background: url(../images/icon_crown.png) left center / contain no-repeat;
}
#plan #half.plan_style .point p {
  background: #fff;
  color: #b3a258;
  width: 420px;
}
#plan #half.plan_style .time_bg li {
  color: #b09d50;
}
#plan #half.plan_style .time_bg li:nth-of-type(1) {
  background: url(../images/half/icon_time.png) left center / contain no-repeat;
}
#plan #half.plan_style .time_bg li:nth-of-type(2) {
  background: url(../images/half/icon_camera.png) left center / contain
    no-repeat;
}
#plan #half.plan_style .contents div {
  color: #b09d50;
}
#plan #half.plan_style .contents.pink div {
  color: #de4d68;
}
#plan #half.plan_style .contents div:nth-of-type(1) {
  background: #f9f2e0 url(../images/half/icon_dress.png) 15px center / auto 58px
    no-repeat;
}
#plan #half.plan_style .contents div:nth-of-type(2) {
  background: #f9f2e0 url(../images/half/icon_hairmake.png) 15px center / auto
    58px no-repeat;
}
#plan #half.plan_style .contents div:nth-of-type(3) {
  background: #f9f2e0 url(../images/half/icon_accessories.png) 15px center /
    auto 58px no-repeat;
}
#plan #half.plan_style .contents div:nth-of-type(4) {
  background: #f9f2e0 url(../images/half/icon_data.png) 15px center / auto 58px
    no-repeat;
}
#plan #half.plan_style .contents.pink div:nth-of-type(1) {
  background: #fff5f7 url(../images/half/icon_album.png) 15px center / auto 58px
    no-repeat;
}
#plan #half.plan_style .contents.pink div:nth-of-type(2) {
  background: #fff5f7 url(../images/half/icon_retouch.png) 15px center / auto
    58px no-repeat;
}
#plan #half.plan_style .contents.pink div:nth-of-type(3) {
  background: #fff5f7 url(../images/half/icon_inner.png) 15px center / auto 58px
    no-repeat;
}
#plan #half.plan_style .contents.pink div:nth-of-type(4) {
  background: #fff5f7 url(../images/half/icon_holiday.png) 15px center / auto
    58px no-repeat;
}
#plan #half.plan_style .contents.pink div:nth-of-type(5) {
  background: #fff5f7 url(../images/half/icon_postage.png) 15px center / auto
    58px no-repeat;
}
#plan #half .btn_retouch a {
  color: #fff;
}

/*--- ロケーションプラン ---*/
#plan #location {
  margin: 150px auto 0;
  padding: 110px 0 120px;
  border-radius: 200px 0 200px 0;
  background: #fff;
}
#plan #location.plan_style h2 {
  background: url(../images/location/plan_number.png) left center / contain
    no-repeat;
}
#plan #location.plan_style .point p {
  background: #996e69;
}
#plan #location.plan_style .title {
  width: 85%;
  grid-template-columns: 4vw 1fr;
}
#plan #location.plan_style .contents div {
  color: #996e69;
}
#plan #location.plan_style .contents div:nth-of-type(1) {
  background: #f5eae9 url(../images/location/icon_dress.png) 15px center / auto
    58px no-repeat;
}
#plan #location.plan_style .wasou .contents div:nth-of-type(1) {
  background: #f5eae9 url(../images/location/icon_wasou.png) 15px center / auto
    58px no-repeat;
}
#plan #location.plan_style .contents div:nth-of-type(2) {
  background: #fbf6f4 url(../images/location/icon_hairmake.png) 15px center /
    auto 58px no-repeat;
}
#plan #location.plan_style .contents div:nth-of-type(3) {
  background: #f5eae9 url(../images/location/icon_data.png) 15px center / auto
    58px no-repeat;
}
#plan #location.plan_style .contents div:nth-of-type(4) {
  background: #fbf6f4 url(../images/location/icon_accessories.png) 15px center /
    auto 58px no-repeat;
}
#plan #location.plan_style .contents div:nth-of-type(5) {
  background: #f5eae9 url(../images/location/icon_cleaning.png) 15px center /
    auto 58px no-repeat;
}
#plan #location.plan_style .class_up .color {
  color: #996e69;
}
#plan #location .spot {
  margin: 80px auto 0;
  padding: 30px 0;
  width: 780px;
  border-radius: 90px 30px 90px 30px;
  background: #f5eae9;
  font-size: 70%;
}
#plan #location .spot p,
#plan #location .spot ul {
  width: 60%;
}
#plan #location .spot p:nth-of-type(1) {
  display: table;
  margin: 0 auto;
  padding: 8px 25px;
  width: auto;
  border-radius: 25px;
  background: #fff;
}
#plan #location .spot ul {
  margin: 16px auto 0;
}
#plan #location .spot ul li {
  display: inline-block;
  margin: 8px 0 0;
}
#plan #location .spot p:nth-of-type(2) {
  margin: 20px auto 0;
  color: #818181;
  text-align: left;
}

/*--- 少人数挙式プラン ---*/
#plan #ceremony {
  margin: 200px auto 0;
  padding: 170px 0 150px;
  border-radius: 200px 0 200px 0;
  background: #fff;
}
#plan #ceremony {
  position: relative;
}
#plan #ceremony.plan_style h2 {
  background: url(../images/ceremony/plan_number.png) left center / contain
    no-repeat;
}
#plan #ceremony.plan_style .comment .color {
  color: #af9b67;
}
#plan #ceremony.plan_style .point p {
  background: #90a99d;
}
#plan #ceremony.plan_style .time_bg li {
  color: #8aa397;
}
#plan #ceremony.plan_style .time_bg li:nth-of-type(1) {
  background: url(../images/ceremony/icon_time.png) left center / contain
    no-repeat;
}
#plan #ceremony.plan_style .time_bg li:nth-of-type(2) {
  background: url(../images/ceremony/icon_camera.png) left center / contain
    no-repeat;
}
#plan #ceremony.plan_style .big_plan_box {
  max-width: 1150px;
}
#plan #ceremony.plan_style .contents div {
  color: #90a99d;
}
#plan #ceremony.plan_style .contents div:nth-of-type(1) {
  background: #ecfaf4 url(../images/ceremony/icon_dress.png) 15px center / auto
    58px no-repeat;
}
#plan #ceremony.plan_style .contents div:nth-of-type(2) {
  background: #f7faf9 url(../images/ceremony/icon_hairmake.png) 15px center /
    auto 58px no-repeat;
}
#plan #ceremony.plan_style .contents div:nth-of-type(3) {
  background: #ecfaf4 url(../images/ceremony/icon_accessories.png) 15px center /
    auto 58px no-repeat;
}
#plan #ceremony.plan_style .contents div:nth-of-type(4) {
  background: #f7faf9 url(../images/ceremony/icon_data.png) 15px center / auto
    58px no-repeat;
}
#plan #ceremony.plan_style .contents div:nth-of-type(5) {
  background: #ecfaf4 url(../images/ceremony/icon_retouch.png) 15px center /
    auto 58px no-repeat;
}
#plan #ceremony.plan_style .contents div:nth-of-type(6) {
  background: #f7faf9 url(../images/ceremony/icon_guest.png) 15px center / auto
    58px no-repeat;
}
#plan #ceremony.plan_style .contents div.pc_only {
  padding: 12px 8px;
  color: #818181;
  font-size: 70%;
}
#plan #ceremony.plan_style .contents.pink div:nth-of-type(1) {
  background: #ecfaf4 url(../images/ceremony/icon_drink.png) 15px center / auto
    58px no-repeat;
}
#plan #ceremony.plan_style .contents.pink div:nth-of-type(2) {
  background: #f7faf9 url(../images/ceremony/icon_pen.png) 15px center / auto
    58px no-repeat;
}
#plan #ceremony.plan_style .contents.pink div:nth-of-type(3) {
  background: #ecfaf4 url(../images/ceremony/icon_planner.png) 15px center /
    auto 58px no-repeat;
}
#plan #ceremony.plan_style .contents.pink div:nth-of-type(4) {
  background: #fff5f7 url(../images/ceremony/icon_album.png) 15px center / auto
    58px no-repeat;
  color: #de4d68;
}
#plan #ceremony.plan_style .contents.pink div:nth-of-type(5) {
  background: #fff5f7 url(../images/ceremony/icon_minialbum.png) 15px center /
    auto 58px no-repeat;
  color: #de4d68;
}
#plan #ceremony.plan_style .contents.pink div:nth-of-type(6) {
  background: #fff5f7 url(../images/ceremony/icon_movie.png) 15px center / auto
    58px no-repeat;
  color: #de4d68;
}
#plan #ceremony.plan_style .contents.pink div:nth-of-type(7) {
  background: #fff5f7 url(../images/ceremony/icon_holiday.png) 15px center /
    auto 58px no-repeat;
  color: #de4d68;
}
#plan #ceremony.plan_style .sub_text {
  margin: 0 0 0 10px;
}
#plan #ceremony .bnr_ceremony {
  margin: 150px auto 0;
  max-width: 745px;
  width: 90%;
}
/*--- /少人数挙式プラン ここまで ---*/

/*--- ウェディングアイテム ---*/
#goods {
  margin: 0 auto;
  padding: 150px 0 50px;
}
#goods p {
  font-size: 80%;
}
#goods .big_plan_box.goods_plan_box {
  background: #e3dedb;
}
.inner_box {
  margin: 5% auto;
  position: relative;
  color: #62615f;
}
.inner_box:nth-child(2).goods_title {
  margin: 0 auto -80px;
  z-index: 1;
  position: relative;
}
.goods_title {
  display: block;
  text-align: left;
  margin-left: 7%;
  margin-bottom: -85px;
  z-index: 1;
  position: relative;
}
.goods_title p {
  margin-left: 15%;
  padding-top: 20px;
}
#goods span {
  font-size: 70%;
}
.goods_title:before {
  content: "NEW";
  background: #757471;
  color: #fff;
  padding: 30px 18px;
  border-radius: 50%;
  position: absolute;
}
.inner_box .goods_txt p {
  margin: 10px auto;
}
.inner_box.clear .goods_txt {
  position: absolute;
  bottom: -65px;
  left: 0;
  text-align: left;
}
.inner_box.illust {
  margin-top: 15%;
}
.inner_box.illust .goods_txt {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.inner_box.panel .goods_title {
  margin-bottom: 0;
}
.inner_box.panel .goods_title:before {
  content: "Recommend";
  background: #fff;
  color: #c4bcb7;
  padding: 37px 5px;
  border-radius: 50%;
  position: absolute;
  font-size: 10px;
  margin: 5px 0 0 0;
}
.inner_box.panel ul {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
  padding: 0 5%;
}
.inner_box.panel ul li {
  text-align: left;
  width: 54%;
}

.inner_box.panel ul li:nth-child(2) {
  width: 46%;
}
ul.design_list {
  width: 80%;
}
ul.design_list li img {
  width: 65%;
}
/*--- /ウェディングアイテム ここまで ---*/

/*----------------------------
スマホ
----------------------------*/
@media screen and (max-width: 767px) {
  /*----------------------------
    #plan
    ----------------------------*/
  #plan .main_img {
    padding: 59vw 0 67vw;
    background: url(../images/main_img_sp.webp) center center / cover no-repeat;
  }
  #plan .main_img h1 span:nth-of-type(2) {
    margin: 0 auto;
  }
  #plan .pankuzu {
    margin: 20px auto 0;
    width: 90%;
  }
  #plan .intro {
    margin: 55px auto;
  }
  #plan .intro > p {
    font-size: 130%;
  }
  #plan .intro .box {
    margin: 10px auto 0;
    padding: 0 0 60px;
    width: 94%;
  }
  #plan .intro .box a {
    margin: 30px 2% 0;
    width: 46%;
    border-radius: 20px;
  }
  #plan .intro .box a:nth-of-type(3) p:first-child {
    padding: 30px 10px 0;
    border-radius: 20px 20px 0 0;
  }
  #plan .intro .box a p {
    font-size: 95%;
  }
  #plan .intro .box a p:first-child::before {
    left: 8%;
    bottom: -28%;
    font-size: 620%;
  }
  #plan .intro .box a:nth-of-type(3)::after,
  #plan .intro .box a:nth-of-type(6)::after {
    top: -16px;
    min-width: 74px;
    height: 30px;
    padding: 0 12px;
    font-size: 72%;
  }
  #plan .intro .box a p:last-child {
    padding: 28px 10px 15px;
    border-radius: 0 0 20px 20px;
  }

  /*----------------------------
    #plan内共通
    ----------------------------*/
  #plan .plan_style h2 {
    padding: 10px 35px 5px;
  }
  #plan .plan_style h2 span:first-child {
    font-size: 110%;
  }
  #plan .plan_style h2 span:last-child {
    font-size: 190%;
  }
  #plan .plan_style .point {
    margin: 20px auto 0;
  }
  #plan .plan_style .point p {
    margin: 10px 0 0;
    width: 80%;
    font-size: 120%;
  }
  #plan .plan_style .select {
    display: flex;
    width: 100%;
  }
  #plan .plan_style .select div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    width: 50%;
    background: #d5d3cd;
    color: #fff;
    font-size: 130%;
    border-right: 2px solid #fff;
  }
  #plan .plan_style .select div:first-child {
    border-radius: 50px 0 0 0;
  }
  #plan .plan_style .select div:last-child {
    border-radius: 0 50px 0 0;
    border-right: none;
  }
  #plan .plan_style .select div.active {
    background: #fff;
    color: #c0beb6;
  }
  #plan .plan_style .plan_box {
    margin: 35px auto 0;
    padding: 0;
    width: 90%;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.2);
  }
  #plan .plan_style .plan_box > div:not(.sp_only) {
    display: none;
    padding: 35px 5% 25px;
    max-width: none;
    width: 100%;
    background: none;
    opacity: 0;
    box-shadow: none;
    transition: all linear 0.1s;
  }
  #plan .plan_style .plan_box > div.active {
    display: block;
    -webkit-animation-name: displayAnime;
    animation-name: displayAnime;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;

    -webkit-animation-fill-mode: forwards;

    animation-fill-mode: forwards;
  }
  @-webkit-keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #plan .plan_style .title {
    align-items: end;
    grid-template-columns: 26vw 1fr;
  }
  #plan .plan_style .title h3 {
    margin: 0 auto;
    font-size: 130%;
    grid-column: 2 / 3;
  }
  #plan .plan_style .title img {
    grid-row: 1 / 3;
  }
  #plan .plan_style .title td.price {
    font-size: 280%;
    white-space: nowrap;
  }
  #plan .plan_style .title td.bold {
    font-size: 180%;
    white-space: nowrap;
  }
  #plan .plan_style .title td.bold span {
    display: block;
  }
  #plan .plan_style .time_bg li {
    font-size: 110%;
  }
  #plan .plan_style .contents {
    margin: 20px 0 0;
  }
  #plan .plan_style .contents div {
    padding: 14px 8px 12px 60px;
    min-height: 56px;
    border-radius: 15px;
    font-size: 100%;
  }
  #plan .plan_style .contents .free {
    padding: 14px 20px 12px 60px;
  }
  #plan .plan_style .contents .free:before {
    width: 45px;
    height: 45px;
    border-radius: 0 15px 0 0;
  }
  #plan .plan_style .class_up {
    font-size: 100%;
  }
  #plan .plan_style .sub_text {
    margin: 25px auto 0;
    font-size: 90%;
  }
  #plan .plan_style .plan_attention {
    margin: 30px auto 0;
    font-size: 90%;
    padding: 0 5%;
  }
  #plan .plan_style .comment {
    top: -65px;
    padding: 30px 20px;
    width: 80%;
    border-radius: 15px;
  }
  #plan .plan_style .big_plan_box {
    margin: 35px auto 0;
    padding: 25px 5%;
    border-radius: 50px;
  }
  #plan .plan_style .big_plan_box .title {
    width: 90%;
    grid-template-columns: 20vw 1fr;
  }
  #plan .plan_style .big_plan_box .title table {
    grid-row: 1 / 3;
  }
  #plan .plan_style .big_plan_box .title img {
    width: 90%;
  }
  #plan .plan_style .big_plan_box .flex_box {
    margin: 10px auto 0;
  }
  #plan .plan_style .big_plan_box .contents {
    width: 100%;
  }
  #plan .plan_style .big_plan_box .contents div.sp_only {
    display: block;
  }
  #plan .bnr_area {
    margin: 0 auto 115px;
  }
  #plan .bnr_area div {
    margin: 50px 0 0;
    width: 90%;
  }

  /*--- キャンペーンプラン ---*/
  #plan #campaign {
    padding: 40px 0;
    border-radius: 50px 0 50px 0;
  }
  #plan #campaign .limited {
    padding: 0 0 50px;
  }
  #plan #campaign.plan_style h2 {
    padding: 10px 0 5px 35px;
  }
  #plan #campaign.plan_style h2 span:first-child:before,
  #plan #campaign.plan_style h2 span:first-child:after {
    width: 12px;
    height: 15px;
  }
  #plan #campaign.plan_style h2 span:first-child:before {
    left: 11%;
  }
  #plan #campaign.plan_style h2 span:first-child:after {
    right: 13%;
  }
  #plan #campaign.plan_style .yousou .title,
  #plan #campaign.plan_style .wasou .title {
    grid-template-columns: 16vw 1fr;
  }
  #plan #campaign.plan_style .contents div:nth-of-type(1) {
    background: #f9e8ee url(../images/campaign/icon_dress.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #campaign.plan_style .wasou .contents div:nth-of-type(1) {
    background: #f9e8ee url(../images/campaign/icon_wasou.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #campaign.plan_style .contents div:nth-of-type(2) {
    background: #fef5f8 url(../images/campaign/icon_hairmake.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #campaign.plan_style .contents div:nth-of-type(3) {
    background: #f9e8ee url(../images/campaign/icon_data.png) 10px center / auto
      40px no-repeat;
  }
  #plan #campaign.plan_style .contents div:nth-of-type(4) {
    background: #fef5f8 url(../images/campaign/icon_accessories.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #campaign.plan_style .wasou .contents div:nth-of-type(4) {
    background: #fef5f8 url(../images/campaign/icon_accessories_wasou.png) 10px
      center / auto 40px no-repeat;
  }

  /*--- データ＆アルバムプラン ---*/
  #plan #data_album {
    padding: 60px 0 0;
  }
  #plan #data_album.plan_style h2 {
    padding: 10px 5px 5px;
  }
  #plan #data_album.plan_style .point p {
    width: 80%;
  }
  #plan #data_album.plan_style .title {
    grid-template-columns: 24vw 1fr;
  }
  #plan #data_album.plan_style .contents div:nth-of-type(1) {
    background: #e0e6f6 url(../images/data_album/icon_dress.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #data_album.plan_style .contents div:nth-of-type(2) {
    background: #eff3fd url(../images/data_album/icon_hairmake.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #data_album.plan_style .contents div:nth-of-type(3) {
    background: #e0e6f6 url(../images/data_album/icon_data.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #data_album.plan_style .contents div:nth-of-type(4) {
    background: #eff3fd url(../images/data_album/icon_retouch.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #data_album.plan_style .contents div:nth-of-type(5) {
    background: #e0e6f6 url(../images/data_album/icon_album.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #data_album.plan_style .contents div:nth-of-type(6) {
    background: #eff3fd url(../images/data_album/icon_accessories.png) 10px
      center / auto 40px no-repeat;
  }

  /*--- ハーフデイプラン ---*/
  #plan #half {
    padding: 85px 0 40px;
    border-radius: 50px 0 50px 0;
  }
  #plan #half.plan_style h2 {
    padding: 10px 0 5px 35px;
  }
  #plan #half.plan_style .point p {
    width: 80%;
  }
  #plan #half.plan_style .contents div:nth-of-type(1) {
    background: #f9f2e0 url(../images/half/icon_dress.png) 10px center / auto
      40px no-repeat;
  }
  #plan #half.plan_style .contents div:nth-of-type(2) {
    background: #f9f2e0 url(../images/half/icon_hairmake.png) 10px center / auto
      40px no-repeat;
  }
  #plan #half.plan_style .contents div:nth-of-type(3) {
    background: #f9f2e0 url(../images/half/icon_accessories.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #half.plan_style .contents div:nth-of-type(4) {
    background: #f9f2e0 url(../images/half/icon_data.png) 10px center / auto
      40px no-repeat;
  }
  #plan #half.plan_style .contents.pink div:nth-of-type(1) {
    background: #fff5f7 url(../images/half/icon_album.png) 10px center / auto
      40px no-repeat;
  }
  #plan #half.plan_style .contents.pink div:nth-of-type(2) {
    background: #fff5f7 url(../images/half/icon_retouch.png) 10px center / auto
      40px no-repeat;
  }
  #plan #half.plan_style .contents.pink div:nth-of-type(3) {
    background: #fff5f7 url(../images/half/icon_inner.png) 10px center / auto
      40px no-repeat;
  }
  #plan #half.plan_style .contents.pink div:nth-of-type(4) {
    background: #fff5f7 url(../images/half/icon_holiday.png) 10px center / auto
      40px no-repeat;
  }
  #plan #half.plan_style .contents.pink div:nth-of-type(5) {
    background: #fff5f7 url(../images/half/icon_postage.png) 10px center / auto
      40px no-repeat;
  }

  /*--- ロケーションプラン ---*/
  #plan #location {
    margin: 80px auto 0;
    padding: 40px 0;
    border-radius: 50px 0 50px 0;
  }
  #plan #location.plan_style h2 {
    padding: 10px 0 5px 35px;
  }
  #plan #location.plan_style .title {
    grid-template-columns: 20vw 1fr;
    width: 95%;
  }
  #plan #location.plan_style .title img {
    width: 90%;
  }
  #plan #location.plan_style .contents div:nth-of-type(1) {
    background: #f5eae9 url(../images/location/icon_dress.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #location.plan_style .contents div:nth-of-type(2) {
    background: #fbf6f4 url(../images/location/icon_hairmake.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #location.plan_style .contents div:nth-of-type(3) {
    background: #f5eae9 url(../images/location/icon_data.png) 10px center / auto
      40px no-repeat;
  }
  #plan #location.plan_style .contents div:nth-of-type(4) {
    background: #fbf6f4 url(../images/location/icon_accessories.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #location.plan_style .contents div:nth-of-type(5) {
    background: #f5eae9 url(../images/location/icon_cleaning.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #location.plan_style .wasou .contents div:nth-of-type(1) {
    background: #f5eae9 url(../images/location/icon_dress.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #location .spot {
    margin: 40px auto 0;
    width: 90%;
    border-radius: 45px 15px 45px 15px;
    font-size: 90%;
  }
  #plan #location .spot p,
  #plan #location .spot ul {
    width: 80%;
  }

  /*--- 少人数挙式プラン ---*/
  #plan #ceremony {
    margin: 120px auto 0;
    padding: 105px 0 50px;
    border-radius: 50px 0 50px 0;
  }
  #plan #ceremony.plan_style h2 {
    padding: 10px 0 5px 35px;
  }
  #plan #ceremony.plan_style .contents div:nth-of-type(1) {
    background: #ecfaf4 url(../images/ceremony/icon_dress.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #ceremony.plan_style .contents div:nth-of-type(2) {
    background: #f7faf9 url(../images/ceremony/icon_hairmake.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #ceremony.plan_style .contents div:nth-of-type(3) {
    background: #ecfaf4 url(../images/ceremony/icon_accessories.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #ceremony.plan_style .contents div:nth-of-type(4) {
    background: #f7faf9 url(../images/ceremony/icon_data.png) 10px center / auto
      40px no-repeat;
  }
  #plan #ceremony.plan_style .contents div:nth-of-type(5) {
    background: #ecfaf4 url(../images/ceremony/icon_retouch.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #ceremony.plan_style .contents div:nth-of-type(6) {
    background: #f7faf9 url(../images/ceremony/icon_guest.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #ceremony.plan_style .contents div.pc_only {
    display: none;
  }
  #plan #ceremony.plan_style .contents.pink div:nth-of-type(1) {
    background: #ecfaf4 url(../images/ceremony/icon_drink.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #ceremony.plan_style .contents.pink div:nth-of-type(2) {
    background: #f7faf9 url(../images/ceremony/icon_pen.png) 10px center / auto
      40px no-repeat;
  }
  #plan #ceremony.plan_style .contents.pink div:nth-of-type(3) {
    background: #ecfaf4 url(../images/ceremony/icon_planner.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #ceremony.plan_style .contents.pink div:nth-of-type(4) {
    background: #fff5f7 url(../images/ceremony/icon_album.png) 10px center /
      auto 40px no-repeat;
    color: #de4d68;
  }
  #plan #ceremony.plan_style .contents.pink div:nth-of-type(5) {
    background: #fff5f7 url(../images/ceremony/icon_minialbum.png) 10px center /
      auto 40px no-repeat;
    color: #de4d68;
  }
  #plan #ceremony.plan_style .contents.pink div:nth-of-type(6) {
    background: #fff5f7 url(../images/ceremony/icon_movie.png) 10px center /
      auto 40px no-repeat;
    color: #de4d68;
  }
  #plan #ceremony.plan_style .contents.pink div:nth-of-type(7) {
    background: #fff5f7 url(../images/ceremony/icon_holiday.png) 10px center /
      auto 40px no-repeat;
    color: #de4d68;
  }
  #plan #ceremony.plan_style .contents.pink div.sp_only {
    padding: 12px 8px;
    color: #818181;
    font-size: 90%;
    text-align: center;
  }
  #plan #ceremony.plan_style .sub_text {
    margin: 0 auto;
  }
  #plan #ceremony .bnr_ceremony {
    margin: 50px auto 0;
  }
  /*--- /少人数挙式プラン ここまで ---*/

  /*--- ウェディングアイテム ---*/
  .inner_box {
    margin: 0 auto;
  }
  .goods_title {
    margin-bottom: 0;
    margin-left: 5px;
  }
  .goods_title:before {
    padding: 25px 15px;
    font-size: 18px;
  }
  .goods_title p {
    margin-left: 30%;
  }
  #goods p {
    font-size: 12px;
  }
  .inner_box.clear img {
    margin-top: 15px;
  }
  .inner_box .goods_txt {
    font-size: 17px;
  }
  .inner_box .goods_txt p {
    margin: 15px auto;
  }
  .inner_box.clear .goods_txt {
    position: relative;
    text-align: left;
    margin-top: -20px;
    bottom: 0;
  }
  .inner_box.illust .goods_txt {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .sp_only p {
    margin: 20px auto;
  }
  .inner_box.panel ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    padding: 0;
    flex-direction: column-reverse;
  }
  .inner_box.panel ul li {
    text-align: left;
    width: 100%;
  }
  .inner_box.panel ul li p {
    margin: 20px 30px;
  }
  .inner_box.panel .goods_title:before {
    padding: 35px 5px;
  }
  .inner_box.panel ul.design_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: initial;
    padding: 0;
    margin: 30px 0;
    width: 100%;
  }
  .inner_box.panel ul.design_list li {
    width: 27%;
    margin: 0 auto 15px auto;
  }
  .inner_box.panel ul.design_list li img {
    width: 100%;
  }
  /*--- /ウェディングアイテム ここまで ---*/
}

.pic_pc {
  display: block;
}
.pic_sp {
  display: none;
}

.pic_tapestry {
  position: relative;
}

.pic_tapestry::after {
  content: "";
  position: absolute;
  bottom: -12%;
  right: -18%;
  width: 39%;
  height: 100%;
  background: url(../images/goods/img06_02.png) center bottom no-repeat;
  background-size: contain;
}

.goods_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 120px auto 100px;
  position: relative;
  z-index: 10;
}

.goods_list li {
  width: 32%;
  position: relative;
}

.goods_list li:nth-child(2) {
  margin: 0 2% 20px;
}

.goods_list li:nth-child(2) img {
  width: 62%;
  margin-top: -10%;
}

#goods .goods_list li p {
  font-size: 70%;
  color: #463f38;
  text-align: center;
  margin: 10px 0 15px;
}

#goods .goods_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 234px;
  margin: 0 auto;
  height: 80px;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  background: #463f38;
  box-shadow: 0px 5px 15px rgba(102, 102, 102, 0.4);
}

#goods .goods_list li a span {
  font-size: 70%;
  padding-bottom: 20px;
  position: relative;
}

#goods .goods_list li a span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 12px 8px 0 8px;
}

#goods .goods_list li.new::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -50px;
  width: 157px;
  height: 157px;
  background: url(../images/goods/ico_new.png) no-repeat;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .pic_pc {
    display: none;
  }
  .pic_sp {
    display: block;
  }

  .goods_list {
    display: block;
    margin: 70px auto 80px;
    width: 90%;
  }

  .goods_list li {
    width: 100%;
  }

  .goods_list li + li {
    margin-top: 30px;
  }

  .goods_list li:nth-child(2) {
    margin: 30px 0 0;
  }

  #goods .goods_list li p {
    font-size: 90%;
    margin: 0;
  }

  #goods .goods_list li img {
    display: none;
  }

  #goods .goods_list li a {
    max-width: 100%;
    margin: 0 auto;
    height: 60px;
    position: relative;
  }

  #goods .goods_list li a span {
    font-size: 100%;
    padding-bottom: 15px;
  }

  #goods .goods_list li a span::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    border-width: 10px 6px 0 6px;
  }

  #goods .goods_list li.new::before {
    content: "";
    position: absolute;
    top: -5px;
    right: auto;
    left: 40px;
    width: 60px;
    height: 60px;
    z-index: 10;
  }

  #goods .goods_list li:nth-child(1) a::after {
    content: "";
    position: absolute;
    top: -15px;
    right: 10px;
    width: 90px;
    height: 90px;
    background: url(../images/goods/img_list_01_sp.png) no-repeat;
    background-size: contain;
  }

  #goods .goods_list li:nth-child(2) a::after {
    content: "";
    position: absolute;
    top: -29px;
    right: -35px;
    width: 115px;
    height: 110px;
    background: url(../images/goods/img_list_04_sp.png) no-repeat;
    background-size: contain;
  }

  #goods .goods_list li:nth-child(4) a {
    background: url(../images/goods/img_list_02_sp.png) right -10px top no-repeat
      #463f38;
    background-size: 120px;
  }

  #goods .goods_list li:nth-child(3) a::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 10px;
    width: 90px;
    height: 90px;
    background: url(../images/goods/img_list_03.png) no-repeat;
    background-size: contain;
  }

  .pic_tapestry {
    margin-right: -4%;
    width: 104%;
    margin-bottom: -80px;
  }
  .pic_tapestry::after {
    display: none;
  }
}

.goods_title02 {
  padding-left: 120px;
  position: relative;
  margin-bottom: 40px;
}

.goods_title02 p em {
  font-size: 120%;
  font-style: normal;
}

.title_new::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 100px;
  height: 100px;
  background: url(../images/goods/ico_new.png);
  background-size: contain;
}

.goods_title {
  display: block;
  text-align: left;
  margin-left: 7%;
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.goods_title em {
  font-size: 120%;
  font-style: normal;
}

.goods_title p {
  margin-left: 15%;
  padding-top: 10px;
}

#goods span {
  font-size: 70%;
}

.goods_title:before {
  content: "NEW";
  background: #757471;
  color: #fff;
  padding: 30px 18px;
  border-radius: 50%;
  position: absolute;
}

#goods .goods_txt02 {
  font-size: 56%;
}

.inner_box.panel ul.design_list02 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 20px auto 0;
}

.inner_box.panel ul.design_list02 li {
  width: 11.8%;
}

.inner_box.panel ul.mirror_wrap li img {
  display: block;
  margin: 0 0 0 auto;
}

.inner_box.panel ul.mirror_wrap li:nth-child(1) {
  padding: 30px 0 0 5%;
}

@media screen and (max-width: 767px) {
  .inner_box.panel ul {
    margin-top: 10px;
  }

  .goods_title02 {
    padding-left: 80px;
    position: relative;
    margin-bottom: 30px;
  }

  .goods_title02 p em {
    font-size: 16px;
  }

  .title_new::before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 90px;
    height: 90px;
    background: url(../images/goods/ico_new.png);
    background-size: contain;
  }

  #goods p {
    font-size: 14px;
  }

  .goods_title {
    display: block;
    text-align: left;
    margin-left: 7%;
    z-index: 1;
    margin-bottom: 0;
    position: relative;
  }

  .goods_title em {
    font-size: 16px;
  }

  .goods_title p {
    margin-left: 15%;
    padding-top: 10px;
  }

  #goods span {
    font-size: 12px;
  }

  .goods_title:before {
    content: "NEW";
    background: #757471;
    color: #fff;
    padding: 30px 18px;
    border-radius: 50%;
    position: absolute;
  }

  #goods .goods_txt02 {
    font-size: 80%;
    margin: 20px 10px;
  }

  .inner_box.panel ul.design_list02 {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 95%;
    margin: 20px auto;
  }

  .inner_box.panel ul.design_list02 li {
    width: 24%;
    margin-bottom: 15px;
  }
}

.goods_title03 {
  position: relative;
  padding-left: 120px;
  text-align: left;
  margin-left: 7%;
  margin-bottom: -85px;
}

.goods_title03 p em {
  font-size: 120%;
  font-style: normal;
}

.title_recommend01::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 100px;
  height: 100px;
  background: url(../images/goods/ico_recommend01.png);
  background-size: contain;
}

#goods .goods_txt03 {
  margin: 0 0 0 7%;
}

.inner_box02 {
  margin-top: 180px;
}

.goods_title04 {
  position: relative;
  text-align: left;
}

.goods_title04 p {
  padding-top: 0;
}

.goods_title04 p em {
  font-size: 120%;
  font-style: normal;
}

.title_recommend02::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 100px;
  height: 100px;
  background: url(../images/goods/ico_recommend02.png);
  background-size: contain;
}

.title_recommend03::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 100px;
  height: 100px;
  background: url(../images/goods/ico_recommend01.png);
  background-size: contain;
}

.panel_wrap li:nth-child(1) {
  padding: 0 0 0 5%;
}

.panel_wrap li:nth-child(1) p + p {
  margin-top: 20px;
}

.inner_box.panel ul.design_list03 {
  justify-content: center;
  width: 80%;
  margin: 20px auto 0;
}

.inner_box.panel ul.design_list03 li {
  width: 16.8%;
  position: relative;
}

.inner_box.panel ul.design_list03 li.new:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 0px;
  width: 30px;
  height: 30px;
  background: url(../images/goods/ico_new.png);
  background-size: contain;
}

.inner_box.panel ul.design_list03 li img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.inner_box.panel ul.design_list04 {
  justify-content: center;
  width: 80%;
  margin: 20px auto 0;
}

.inner_box.panel ul.design_list04 li {
  width: 16.8%;
}

.inner_box.panel ul.design_list04 li img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.inner_box.illust .goods_txt {
  position: absolute;
  bottom: 6%;
  left: 6%;
  text-align: left;
}

.inner_box.panel ul.design_list05 {
  justify-content: space-between;
  flex-direction: row;
  max-width: 500px;
  margin: 20px auto 0;
}

.inner_box.panel ul.design_list05 li {
  width: 33%;
  margin-bottom: 20px;
}

.inner_box.panel ul.design_list05 li img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .goods_title03 {
    position: relative;
    padding-left: 90px;
    text-align: left;
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .goods_title03 p em {
    font-size: 16px;
    font-style: normal;
  }

  .title_recommend01::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 80px;
    height: 80px;
    background: url(../images/goods/ico_recommend01.png);
    background-size: contain;
  }

  #goods .goods_txt03 {
    margin: -60px 0 0 5%;
  }

  #goods .goods_txt03 p {
    text-shadow: 1px 1px 0 #e3dedb, 1px -1px 0 #e3dedb, -1px 1px 0 #e3dedb,
      -1px -1px 0 #e3dedb;
    font-size: 12px;
  }

  .inner_box02 {
    margin-top: 80px;
  }

  .goods_title04 {
    position: relative;
    text-align: left;
    padding-left: 60px;
    margin-left: 3%;
  }

  .goods_title04 p {
    padding-top: 0;
    font-size: 12px !important;
  }

  .goods_title04 p em {
    font-size: 14px;
    font-style: normal;
  }

  .title_recommend02::before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 80px;
    height: 80px;
  }

  .title_recommend03::before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 80px;
    height: 80px;
  }

  .panel_wrap li:nth-child(1) {
    padding: 0;
  }

  .panel_wrap li:nth-child(1) p + p {
    margin-top: 20px;
  }

  .inner_box.panel ul.design_list03 {
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    margin: 20px auto 0;
  }

  .inner_box.panel ul.design_list03 li {
    width: 33%;
    position: relative;
  }

  .inner_box.panel ul.design_list03 li.new:after {
    content: "";
    position: absolute;
    top: -12px;
    left: 0px;
    width: 30px;
    height: 30px;
    background: url(../images/goods/ico_new.png);
    background-size: contain;
  }

  .inner_box.panel ul.design_list04 {
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    margin: 20px auto 0;
  }

  .inner_box.panel ul.design_list04 li {
    width: 33%;
    margin-bottom: 20px;
  }

  .inner_box.panel ul.design_list04 li img {
    display: block;
    width: 70%;
    margin: 0 auto;
  }

  .goods_title05 {
    margin-left: 2%;
    margin-top: 20px;
    padding-left: 50px;
  }

  .inner_box.illust .goods_txt {
    position: static;
    font-size: 12px;
    text-align: center;
  }
}

/*----------------------------
#js_modal
----------------------------*/
#js_modal .modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
}
#js_modal .switch_box {
  margin: 0 auto 0;
  text-align: center;
}
#js_modal .switch {
  display: inline-block;
  margin: 20px 5px 0;
  padding: 0 10px;
  min-width: 130px;
  height: 40px;
  background: #c1a557;
  color: #fff;
  font-size: 70%;
  line-height: 40px;
  cursor: pointer;
}
#js_modal .switch.active {
  opacity: 0.3;
  cursor: default;
}

/*----------------------------
trend_table
----------------------------*/

.class_up_h {
  font-size: 75%;
  color: #5f5758;
  margin-top: 15px;
}

.trend_table {
  max-width: 400px;
  width: 100%;
  border: 3px solid #b9a7a7;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  color: #5f5758;
  font-size: 75%;
  margin: 20px auto 0;
}

.trend_th {
  text-align: center;
  padding: 8px 10px;
  font-size: 80%;
  line-height: 1.45;
  border-bottom: 3px solid #b9a7a7;
}

.trend_td {
  vertical-align: top;
  line-height: 1.25;
  padding: 12px 6px 16px;
}

.trend_td .txt {
  font-size: 100%;
  margin-bottom: 6px;
}

.trend_td .txt02 {
  color: #c9829c;
  display: block;
  margin: 5px 0 0;
  font-family: oswald, sans-serif;
  font-size: 125%;
  line-height: 1.1;
  white-space: nowrap;
}

.trend_td .txt02 span {
  font-size: 70%;
}

.trend_price {
  margin: 5px auto 14px;
}

.trend_price td {
  vertical-align: bottom;
}
#plan #travel_locasta.plan_style td.price span {
  display: block;
  margin-bottom: 4px;
}
.trend_price .price {
  font-family: oswald, sans-serif;
  font-size: 190%;
}

.trend_price .bold {
  font-size: 125%;
  letter-spacing: 0;
}

.trend_price .bold span {
  display: block;
  font-size: 40%;
}

@media screen and (max-width: 767px) {
  .trend_table {
    font-size: 100%;
  }
}

/* トラベルロケスタプラン */

#plan #travel_locasta {
  padding: 60px 0 0;
}

#plan #travel_locasta.plan_style .point p {
  background: #7f91b1;
  width: 420px;
  display: inline-block;
  margin: 0 10px;
  padding: 8px 0;
  border-radius: 30px;
  color: #fff;
}
#plan #travel_locasta.plan_style .secondary {
  margin-top: 30px;
  font-size: 70%;
  line-height: 1.6;
}
#plan #travel_locasta.plan_style .big_plan_box .title {
  display: flex;
  align-items: center;
  padding: 20px 16px;
  max-width: 450px;
}
#plan #travel_locasta.plan_style .big_plan_box .title img {
  width: 30%;
  height: auto;
}

#plan #travel_locasta.plan_style .title table {
  margin: 0 auto 0;
}
#plan #travel_locasta.plan_style .title .price {
  display: flex;
  flex-direction: column;
}
#plan #travel_locasta.plan_style .title .price span {
  font-size: 30%;
}

#plan #travel_locasta.plan_style .time_list {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

#plan #travel_locasta.plan_style .time_list .time_block {
  text-align: center;
  width: 260px;
}

#plan #travel_locasta.plan_style .time_list .time_title {
  background: #7f91b1;
  color: white;
  display: inline-block;
  padding: 6px 40px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 80%;
  margin-bottom: 16px;
}

#plan #travel_locasta.plan_style .time_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#plan #travel_locasta.plan_style .time_list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 70%;
  color: #7f91b1;
  margin-bottom: 8px;
}

#plan #travel_locasta.plan_style .time_list ul li img {
  height: 18px;
  width: auto;
}

#plan #travel_locasta.plan_style .time_block.studio .row {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#plan #travel_locasta.plan_style .time_block.studio .row.single {
  justify-content: center;
}

#plan #travel_locasta.plan_style .time_block.studio .item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #7f91b1;
  font-size: 70%;
}

#plan #travel_locasta.plan_style .time_block.studio .item img {
  height: 18px;
  width: auto;
}
#plan #travel_locasta.plan_style .studio_list_wrap .two_column {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}

#plan #travel_locasta.plan_style .studio_list_wrap .left_column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
}

#plan #travel_locasta.plan_style .studio_list_wrap .right_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#plan #travel_locasta.plan_style .time_bg li {
  color: #9778a0;
}
#plan #travel_locasta.plan_style .time_bg li:nth-of-type(1) {
  background: url(../images/location_studio/icon_camera.png) left center /
    contain no-repeat;
  margin-top: 10px;
}
#plan #travel_locasta.plan_style .location_list {
  display: flex;
  margin: 30px auto 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 0 9%;
  gap: 30px;
  max-width: 1000px;
}
#plan #travel_locasta.plan_style .sub_text {
  font-size: 80%;
  margin: 30px auto;
  color: #000;
}
#plan #travel_locasta.plan_style .sub_text span {
  -webkit-text-decoration: underline wavy #7f91b1;
  text-decoration: underline wavy #7f91b1;
}
#plan #travel_locasta.plan_style .wrap {
  display: flex;
  flex: 0 0 30%;
  margin: 30px 0;
}
#plan #travel_locasta.plan_style .number {
  padding: 10px 10px 0 0;
  font-size: 14px;
}
#plan #travel_locasta.plan_style .time {
  margin: 15px 0 5px 0;
  background: url(../images/location_studio/icon_time.png) left center / contain
    no-repeat;
}
#plan #travel_locasta.plan_style .time li {
  color: #7f91b1;
  font-size: 16px;
  text-align: left;
  padding-left: 32px;
}
#plan #travel_locasta.plan_style .time {
  margin: 15px 0 5px 0;
  background: url(../images/travel_locasta/icon_money.png) left center / contain
    no-repeat;
}
#plan #travel_locasta.plan_style .space {
  border-left: 3px solid #bcbbb8;
  padding-left: 10px;
  flex: 1;
  text-align: left;
}
#plan #travel_locasta.plan_style .locasta_price {
  margin: 20px 0;
}
#plan #travel_locasta.plan_style td {
  line-height: 1;
}
#plan #travel_locasta.plan_style td.bold span {
  display: block;
  font-size: 40%;
}
#plan #location_studio.plan_style .title td.price {
  font-family: oswald, sans-serif;
  font-size: 250%;
}
#plan #travel_locasta.plan_style .title td.bold {
  font-size: 170%;
  letter-spacing: 0;
  width: 50px;
}
#plan #travel_locasta.plan_style .space td.price {
  font-family: oswald, sans-serif;
  font-size: 150%;
  color: #5e5758;
}
#plan #travel_locasta.plan_style .space td.bold {
  font-size: 115%;
  letter-spacing: 0;
  color: #5e5758;
}
#plan #travel_locasta.plan_style .space p {
  text-align: left;
  font-weight: bold;
}
#plan #travel_locasta.plan_style span.marker {
  background: linear-gradient(transparent 50%, #7f91b15c 50%);
}
#plan #travel_locasta.plan_style .items {
  display: inline-block;
  padding: 4px 8px 4px 12px;
  border-radius: 30px;
  color: #fff;
  background: #7f91b1;
  font-size: 14px;
  max-width: 180px;
  width: 100%;
}
#plan #travel_locasta.plan_style .time_item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #7f91b1;
  width: 150px;
  margin: 0 8% 0 auto;
  gap: 10px;
}
#plan #travel_locasta.plan_style .time_icon {
  width: 16%;
}
#plan #travel_locasta.plan_style .time li {
  color: #7f91b1;
  font-size: 16px;
  text-align: left;
  padding-left: 32px;
}

#plan #travel_locasta.plan_style .detail p {
  text-align: center;
  margin-top: 14px;
}
#plan #travel_locasta.plan_style .flex_box {
  padding: 0 8% 2%;
}
#plan #travel_locasta.plan_style .contents div {
  color: #526382;
}
#plan #travel_locasta.plan_style .contents div span:nth-of-type(2) {
  font-size: 12px;
}
#plan #travel_locasta.plan_style .contents div:nth-of-type(1) {
  background: #7f91b159 url(../images/travel_locasta/icon_dress-wasou.png) 15px
    center / auto 58px no-repeat;
}
#plan #travel_locasta.plan_style .contents div:nth-of-type(2) {
  background: #cbd6e994 url(../images/travel_locasta/icon_accessorys.png) 15px
    center / auto 58px no-repeat;
}
#plan #travel_locasta.plan_style .contents div:nth-of-type(3) {
  background: #7f91b159 url(../images/travel_locasta/icon_taxi.png) 15px center /
    auto 58px no-repeat;
}
#plan #travel_locasta.plan_style .purple div:nth-of-type(1) {
  background: #7f91b159 url(../images/travel_locasta/icon_tuxedo-wasou.png) 15px
    center / auto 58px no-repeat;
}
#plan #travel_locasta.plan_style .purple div:nth-of-type(2) {
  background: #cbd6e994 url(../images/travel_locasta/icon_cleaning.png) 15px
    center / auto 58px no-repeat;
}
#plan #travel_locasta.plan_style .purple div:nth-of-type(3) {
  background: #7f91b159 url(../images/travel_locasta/icon_data.png) 15px center /
    auto 58px no-repeat;
}
#plan #travel_locasta.plan_style .plan_attention {
  margin: 40px auto 0;
  color: #818181;
  font-size: 80%;
}

/*----------------------------
スマホ
----------------------------*/
@media screen and (max-width: 767px) {
  #plan #travel_locasta {
    margin: 30px auto 0;
    padding: 40px 0;
    border-radius: 50px 0 50px 0;
  }
  #plan #travel_locasta.plan_style h2 {
    padding: 10px 5px 5px;
  }
  #plan #travel_locasta.plan_style h3 {
    font-size: 150%;
    margin-top: 30px;
  }
  #plan #travel_locasta.plan_style .point p {
    margin: 10px 0 0;
    width: 80%;
    font-size: 120%;
    max-width: 420px;
  }
  #plan #travel_locasta.plan_style .secondary {
    font-size: 90%;
    padding: 0 5%;
  }
  #plan #travel_locasta.plan_style .title {
    grid-template-columns: 25vw 1fr;
    width: 95%;
    gap: 8px;
  }
  #plan #travel_locasta.plan_style .time {
    background-size: 18px auto;
    font-size: 14px;
  }
  #plan #travel_locasta.plan_style .time_block.studio .item {
    font-size: 100%;
  }
  #plan #travel_locasta.plan_style .time_list ul li {
    font-size: 100%;
  }
  #plan #travel_locasta.plan_style .sub_text {
    font-size: 95%;
  }
  #plan #travel_locasta.plan_style span.marker {
    font-size: 120%;
  }
  #plan #travel_locasta.plan_style .time_list .time_title {
    font-size: 100%;
  }
  #plan #travel_locasta.plan_style .title table {
    margin: 0;
  }
  #plan #travel_locasta.plan_style .title img {
    width: 90%;
  }
  #plan #travel_locasta.plan_style .title .is-tax {
    white-space: nowrap;
    margin-bottom: 4px;
  }
  #plan #travel_locasta.plan_style .big_plan_box {
    padding: 25px 3%;
  }
  #plan #travel_locasta.plan_style .big_plan_box .title {
    width: 95%;
    font-size: 130%;
    grid-template-columns: 30vw 1fr;
    max-width: 370px;
    gap: 8px;
  }
  #plan #travel_locasta.plan_style .big_plan_box .title {
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    width: calc(100% - 24px);
    margin: 0 auto;
    padding: 16px 0;
    box-sizing: border-box;
  }

  #plan #travel_locasta.plan_style .big_plan_box .title img {
    width: 64px;
    max-width: none;
    display: block;
  }

  #plan #travel_locasta.plan_style .big_plan_box .title table {
    width: 100%;
  }

  #plan #travel_locasta.plan_style .big_plan_box .title td {
    white-space: nowrap;
  }

  #plan #travel_locasta.plan_style .location_list {
    margin: 20px auto 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1000px;
  }
  #plan #travel_locasta.plan_style .wrap {
    flex: auto;
  }
  #plan #travel_locasta.plan_style .number {
    padding: 5px 5px 0 0;
    font-size: 13px;
  }
  #plan #travel_locasta.plan_style .space {
    padding-left: 5px;
  }
  #plan #travel_locasta.plan_style .space td.price {
    font-size: 180%;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  #plan #travel_locasta.plan_style .title .price {
    font-size: 250%;
    display: block;
    text-align: center;
  }
  #plan #travel_locasta.plan_style .space td.price .is-plus {
    font-size: 80%;
  }
  #plan #travel_locasta.plan_style .time li {
    font-size: 90%;
    padding-left: 24px;
  }
  #plan #travel_locasta.plan_style .items {
    width: 100%;
    font-size: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #plan #travel_locasta.plan_style .time_item {
    font-size: 100%;
    width: 100px;
  }
  #plan #travel_locasta.plan_style .flex_box {
    padding: 0 2%;
  }
  #plan #travel_locasta.plan_style .contents div:nth-of-type(1) {
    background: #7f91b159 url(../images/travel_locasta/icon_wasou.png) 10px
      center / auto 40px no-repeat;
  }
  #plan #travel_locasta.plan_style .contents div:nth-of-type(2) {
    background: #cbd6e994 url(../images/travel_locasta/icon_accessorys.png) 10px
      center / auto 40px no-repeat;
  }
  #plan #travel_locasta.plan_style .contents div:nth-of-type(3) {
    background: #7f91b159 url(../images/travel_locasta/icon_taxi.png) 10px
      center / auto 40px no-repeat;
  }
  #plan #travel_locasta.plan_style .purple div:nth-of-type(1) {
    background: #7f91b159 url(../images/travel_locasta/icon_tuxedo-wasou.png)
      10px center / auto 40px no-repeat;
  }
  #plan #travel_locasta.plan_style .purple div:nth-of-type(2) {
    background: #cbd6e994 url(../images/travel_locasta/icon_cleaning.png) 10px
      center / auto 40px no-repeat;
  }
  #plan #travel_locasta.plan_style .purple div:nth-of-type(3) {
    background: #7f91b159 url(../images/travel_locasta/icon_data.png) 10px
      center / auto 40px no-repeat;
  }
}
/* ここまで */

/* 1dayプラン */
#plan #one_day {
  margin: 150px auto 0;
  padding: 110px 0 120px;
  border-radius: 200px 0 200px 0;
  background: #dccc9a;
}
#plan #one_day.plan_style h2 {
  background: url(../images/one_day/plan_number.png) left center / contain
    no-repeat;
}
#plan #one_day .plan-text {
  font-family: "メイリオ", "Meiryo", sans-serif;
}
#plan #one_day .title {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: nowrap;
  margin-bottom: 40px;
  width: 800px;
  max-width: 100%;
  align-items: stretch;
}

#plan #one_day .plan-column:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #b3a258;
}

#plan #one_day .plan-column {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 40px;
  min-width: unset;
  flex: 1;
  justify-content: space-between;
}

#plan #one_day .plan-column:not(:last-child) {
  border-right: 1px solid #b3a258;
}

#plan #one_day .new-badge {
  position: absolute;
  left: -14px;
  background-color: #5c5050;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#plan #one_day .plan-text p {
  margin: 0 auto;
  font-size: 130%;
  line-height: 1.3;
}
#plan #one_day .price-wrap {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  line-height: 1;
  margin: auto;
}

#plan #one_day .release-plan .new-badge {
  background: #de4d68;
}

#plan #one_day .release-plan .release-caption {
  margin: 10px auto 0;
  color: #de4d68;
  font-size: 80%;
  font-weight: bold;
  line-height: 1.4;
}

#plan #one_day .plan-note-small {
  font-size: 80%;
  line-height: 1.6;
}


#plan #one_day .hokkaido-location-plan .title {
  width: 520px;
}

#plan #one_day .hokkaido-location-plan .plan-column {
  border-right: none;
}

#plan #one_day .hokkaido-location-plan .plan-column::after {
  content: none;
}

#plan #one_day .price-wrap .price {
  font-family: oswald, sans-serif;
  font-size: 250%;
  font-weight: bold;
  margin-top: 20px;
}

#plan #one_day .yen-tax {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 1;
  margin-bottom: 6px;
  align-items: flex-end;
  text-align: right;
}

#plan #one_day .yen-tax .tax {
  font-size: 60%;
  line-height: 1;
  font-family: "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.04em;
}

#plan #one_day .yen-tax .yen {
  font-size: 170%;
  font-weight: bold;
  line-height: 1;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
#plan #one_day.plan_style .point p {
  background: #fff;
  color: #b3a258;
}
#plan #one_day.plan_style .time_bg li {
  color: #b09d50;
}
#plan #one_day.plan_style .time_bg li:nth-of-type(1) {
  background: url(../images/one_day/icon_time.png) left center / contain
    no-repeat;
}
#plan #one_day.plan_style .time_bg li:nth-of-type(2) {
  background: url(../images/one_day/icon_camera.png) left center / contain
    no-repeat;
}
#plan #one_day.plan_style .contents div {
  color: #b09d50;
}

#plan #one_day.plan_style .contents div:nth-of-type(1) {
  background: #f9f2e0 url(../images/one_day/icon_dress.png) 15px center / auto
    58px no-repeat;
}
#plan #one_day.plan_style .contents div:nth-of-type(2) {
  background: #f9f2e0 url(../images/one_day/icon_hairmake.png) 15px center /
    auto 58px no-repeat;
}
#plan #one_day.plan_style .contents div:nth-of-type(3) {
  background: #f9f2e0 url(../images/one_day/icon_accessorys.png) 15px center /
    auto 58px no-repeat;
}

#plan #one_day.plan_style .contents.double div:nth-of-type(1) {
  background: #f9f2e0 url(../images/one_day/icon_inner.png) 15px center / auto
    58px no-repeat;
}

#plan #one_day.plan_style .hokkaido-location-plan .contents.double div:nth-of-type(1) {
  background: #f9f2e0 url(../images/one_day/icon_dress.png) 15px center / auto
    58px no-repeat;
}
#plan #one_day.plan_style .contents.double div:nth-of-type(2) {
  background: #f9f2e0 url(../images/one_day/icon_data.png) 15px center / auto
    58px no-repeat;
}
#plan #one_day.plan_style .contents.double div:nth-of-type(3) {
  background: #f9f2e0 url(../images/one_day/icon_taxi.png) 15px center / auto
    58px no-repeat;
}

#plan #one_day .btn_retouch a {
  color: #fff;
}
#plan #one_day .spot {
  margin: 60px auto 0;
  padding: 30px 0;
  width: 780px;
  border-radius: 90px 30px 90px 30px;
  background: #f9f2e0;
  font-size: 70%;
}
#plan #one_day .spot p,
#plan #one_day .spot ul {
  width: 60%;
}
#plan #one_day .spot p:nth-of-type(1) {
  display: table;
  margin: 0 auto;
  padding: 8px 25px;
  width: auto;
  border-radius: 25px;
  background: #af9544;
  color: #fff;
}
#plan #one_day .spot ul {
  margin: 16px auto 0;
}
#plan #one_day .spot ul li {
  display: inline-block;
  margin: 8px 0 0;
}
#plan #one_day .spot p:nth-of-type(2) {
  margin: 20px auto 0;
  color: #818181;
  text-align: left;
}

#plan #one_day .hokkaido-spot ul {
  width: 72%;
}

#plan #one_day .spot-detail-link {
  display: table;
  margin: 22px auto 0;
  padding: 8px 25px;
  border: 1px solid #af9544;
  border-radius: 25px;
  color: #af9544;
  font-weight: bold;
}
#plan #one_day .album {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  color: #af9544;
}

#plan #one_day .album::before,
#plan #one_day .album::after {
  content: "";
  flex-grow: 0.4;
  height: 2px;
  background: #af9544;
}

#plan #one_day .album::before {
  margin-right: 20px;
}

#plan #one_day .album::after {
  margin-left: 20px;
}
#plan #one_day .album_area p {
  font-size: 15px;
  color: #af9544;
  margin: 4px auto 30px auto;
}
#plan #one_day .album_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 50rem;
  margin: 0 auto;
  color: #af9544;
  line-height: 1.9;
}
#plan #one_day .album_list .album_box {
  width: calc((100% - 3.2rem) / 3);
  text-align: center;
  box-sizing: border-box;
}
#plan #one_day .price {
  font-family: oswald, sans-serif;
}
#plan #one_day .price span {
  font-family: メイリオ, sans-serif;
}
#plan #one_day .sub_box {
  color: #af9544;
  margin-top: 16px;
}
#plan #one_day .sub_box + .sub_box {
  margin-top: 0.3rem;
}
#plan #one_day .plan_attention {
  color: #af9544;
  margin: 20px auto;
}

#plan #one_day .bnr-link {
  display: block;
  max-width: 900px;
  margin: 45px auto 0;
}

#plan #one_day .bnr-link img {
  width: 100%;
}


/* スマホ */
@media screen and (max-width: 767px) {
  #plan #one_day {
    padding: 85px 0 40px;
    border-radius: 50px 0 50px 0;
  }
  #plan #one_day.plan_style h2 {
    padding: 10px 0 5px 35px;
  }
  #plan #one_day .title {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
  }


  #plan #one_day .hokkaido-location-plan .title {
    width: 100%;
  }

  #plan #one_day .release-plan .release-caption {
    font-size: 13px;
  }
  #plan #one_day .plan-column:not(:last-child)::after {
    display: none;
  }
  #plan #one_day .plan-column {
    padding: 0 20px;
    flex: none;
    width: 100%;
  }

  #plan #one_day .plan-column:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #b3a258;
    padding-bottom: 20px;
  }

  #plan #one_day .plan-text p {
    font-size: 22px;
  }

  #plan #one_day .price-wrap .price {
    font-size: 48px;
  }

  #plan #one_day .price-wrap .yen {
    font-size: 28px;
  }
  #plan #one_day .yen-tax {
    align-items: flex-start;
    text-align: left;
  }

  #plan #one_day .new-badge {
    width: 50px;
    height: 50px;
    font-size: 14px;
    left: 40px;
  }

  #plan #one_day .plan-column:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #b3a258;
    padding-bottom: 20px;
  }
  #plan #one_day.plan_style .contents div:nth-of-type(1) {
    background: #f9f2e0 url(../images/one_day/icon_dress.png) 10px center / auto
      40px no-repeat;
  }
  #plan #one_day.plan_style .contents div:nth-of-type(2) {
    background: #f9f2e0 url(../images/one_day/icon_hairmake.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #one_day.plan_style .contents div:nth-of-type(3) {
    background: #f9f2e0 url(../images/one_day/icon_accessorys.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #one_day.plan_style .contents.double div:nth-of-type(1) {
    background: #f9f2e0 url(../images/one_day/icon_inner.png) 10px center / auto
      40px no-repeat;
  }

  #plan #one_day.plan_style .hokkaido-location-plan .contents.double div:nth-of-type(1) {
    background: #f9f2e0 url(../images/one_day/icon_dress.png) 10px center / auto
      40px no-repeat;
  }
  #plan #one_day.plan_style .contents.double div:nth-of-type(2) {
    background: #f9f2e0 url(../images/one_day/icon_data.png) 10px center / auto
      40px no-repeat;
  }
  #plan #one_day.plan_style .contents.double div:nth-of-type(3) {
    background: #f9f2e0 url(../images/one_day/icon_taxi.png) 10px center / auto
      40px no-repeat;
  }
  #plan #one_day .spot {
    margin: 40px auto 0;
    width: 90%;
    border-radius: 45px 15px 45px 15px;
    font-size: 90%;
  }
  #plan #one_day .spot p,
  #plan #one_day .spot ul {
    width: 80%;
  }

  #plan #one_day .hokkaido-spot ul {
    width: 86%;
  }

  #plan #one_day .spot-detail-link {
    font-size: 90%;
  }
  #plan #one_day .album_list {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    line-height: 1.6;
  }
  #plan #one_day .album_list .album_box {
    font-size: 120%;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 1.2rem;
  }
  #plan #one_day .album_area p {
    font-size: 80%;
    margin-bottom: 18px;
  }
  #plan #one_day .sub_box {
    font-size: 120%;
    text-align: center;
    line-height: 1.6;
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  #plan #one_day .new-badge {
    top: 10px;
    left: 22px;
    width: 45px;
    height: 45px;
    font-size: 12px;
    z-index: 2;
  }

  #plan #one_day .plan-column {
    position: relative;
  }

  #plan #one_day .plan-text {
    margin-top: 20px;
  }
}
/* ここまで */

/*--- ロケーション&スタジオプラン ---*/

#plan #location_studio.plan_style h2 {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0;
  background: none;
  text-align: center;
  line-height: 1.2;
}

#plan #location_studio.plan_style h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
  width: 65px;
  height: 110px;
  background: url(../images/location_studio/plan_number.png) center center /
    contain no-repeat;
  pointer-events: none;
}

#plan #location_studio.plan_style h2 > span:first-child {
  display: block;
  margin-bottom: 8px;
}

#plan #location_studio.plan_style h2 .bold {
  display: block;
  white-space: nowrap;
  font-size: 100%;
}

#plan #location_studio.plan_style h2 .first_text,
#plan #location_studio.plan_style h2 .second_text {
  display: inline;
  font-size: 150%;
}

#plan #location_studio {
  padding: 110px 0 0;
}

#plan #location_studio.plan_style .big_plan_box > h3 {
  margin: 0 auto 20px;
  color: #000000;
  font-size: 180%;
  line-height: 1.4;
  text-align: center;
}

#plan #location_studio.plan_style .limited_plan > h3::before {
  content: "LIMITED PLAN";
  display: block;
  margin-bottom: 6px;
  color: #de4d68;
  font-family: oswald, sans-serif;
  font-size: 55%;
  letter-spacing: 0.12em;
}

#plan #location_studio.plan_style .limited_plan .title .price .normal_price {
  color: #777;
  font-size: 24%;
  text-decoration: line-through;
}

#plan #location_studio.plan_style .limited_plan .title .price .limited_label {
  display: inline-block;
  width: fit-content;
  margin: 0 auto 4px;
  padding: 3px 14px;
  border-radius: 20px;
  background: #de4d68;
  color: #fff;
  font-size: 28%;
  line-height: 1;
}

#plan #location_studio.plan_style .limited_plan .title .price strong {
  color: #de4d68;
}

#plan #location_studio.plan_style .big_plan_box .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 400px;
}
#plan #location_studio.plan_style .big_plan_box .title img {
  width: 30%;
}

#plan #location_studio.plan_style .title table {
  margin: 0 auto 0;
}
#plan #location_studio.plan_style .title .price {
  display: flex;
  flex-direction: column;
}
#plan #location_studio.plan_style .title .price span {
  font-size: 30%;
  display: block;
  margin-bottom: 6px;
}
#plan #location_studio.plan_style .point p {
  background: #9778a0;
  width: 420px;
}
#plan #location_studio.plan_style .time_bg li {
  color: #9778a0;
}
#plan #location_studio.plan_style .time_bg li:nth-of-type(1) {
  background: url(../images/location_studio/icon_camera.png) left center /
    contain no-repeat;
  margin-top: 10px;
  background-size: 30px auto;
}
#plan #location_studio.plan_style .location_list {
  display: flex;
  margin: 30px auto 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 4%;
}
#plan #location_studio.plan_style .wrap {
  display: flex;
  flex: 0 0 30%;
  margin: 30px 0;
}
#plan #location_studio.plan_style .number {
  padding: 10px 10px 0 0;
  font-size: 14px;
}
#plan #location_studio.plan_style .time {
  margin: 15px 0 5px 0;
  background: url(../images/location_studio/icon_time.png) left center / contain
    no-repeat;
}
#plan #location_studio.plan_style .time li {
  color: #8e6a8f;
  font-size: 16px;
  text-align: left;
  padding-left: 32px;
}
#plan #location_studio.plan_style .space {
  border-left: 3px solid #bcbbb8;
  padding-left: 10px;
  flex: 1;
  text-align: left;
}
#plan #location_studio.plan_style .locasta_price {
  margin: 20px 0;
}
#plan #location_studio.plan_style td {
  line-height: 1;
}
#plan #location_studio.plan_style td.bold span {
  display: block;
  font-size: 40%;
}
#plan #location_studio.plan_style .title td.price {
  font-family: oswald, sans-serif;
  font-size: 230%;
  white-space: nowrap;
}
#plan #location_studio.plan_style .title td.bold {
  font-size: 160%;
  letter-spacing: 0;
  width: 50px;
  white-space: nowrap;
}
#plan #location_studio.plan_style .space td.price {
  font-family: oswald, sans-serif;
  font-size: 150%;
  color: #5e5758;
}
#plan #location_studio.plan_style .space td.bold {
  font-size: 115%;
  letter-spacing: 0;
  color: #5e5758;
}
#plan #location_studio.plan_style .space p {
  text-align: left;
  font-weight: bold;
}
#plan #location_studio.plan_style span.marker {
  background: linear-gradient(transparent 50%, #e4d7e4 50%);
}
#plan #location_studio.plan_style .items {
  display: inline-block;
  padding: 4px 8px 4px 12px;
  border-radius: 30px;
  color: #fff;
  background: #9778a0;
  font-size: 14px;
  max-width: 180px;
  width: 100%;
}
#plan #location_studio.plan_style .time_item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #9778a0;
  width: 150px;
  margin: 0 8% 0 auto;
  gap: 10px;
}
#plan #location_studio.plan_style .time_icon {
  width: 20%;
}

#plan #location_studio.plan_style .detail p {
  text-align: center;
}
#plan #location_studio.plan_style .flex_box {
  padding: 0 8% 2%;
}
#plan #location_studio.plan_style .contents div {
  color: #946095;
}
#plan #location_studio.plan_style .contents div span:nth-of-type(2) {
  font-size: 12px;
}
#plan #location_studio.plan_style .contents div:nth-of-type(1) {
  background: #e4d6e4 url(../images/location_studio/icon_dress.png) 15px center /
    auto 58px no-repeat;
}
#plan #location_studio.plan_style .contents div:nth-of-type(2) {
  background: #f3e9f3 url(../images/location_studio/icon_hairmake.png) 15px
    center / auto 58px no-repeat;
}
#plan #location_studio.plan_style .contents div:nth-of-type(3) {
  background: #e4d6e4 url(../images/location_studio/icon_taxi.png) 15px center /
    auto 58px no-repeat;
}
#plan #location_studio.plan_style .contents div:nth-of-type(4) {
  background: #f3e9f3 url(../images/location_studio/icon_data.png) 15px center /
    auto 58px no-repeat;
}
#plan #location_studio.plan_style .purple div:nth-of-type(1) {
  background: #e4d6e4 url(../images/location_studio/icon_wasou.png) 15px center /
    auto 58px no-repeat;
}
#plan #location_studio.plan_style .purple div:nth-of-type(2) {
  background: #f3e9f3 url(../images/location_studio/icon_accessories.png) 15px
    center / auto 58px no-repeat;
}
#plan #location_studio.plan_style .purple div:nth-of-type(3) {
  background: #e4d6e4 url(../images/location_studio/icon_cleaning.png) 15px
    center / auto 58px no-repeat;
}

/* SP */
@media screen and (max-width: 767px) {
  /*--- ロケーション&スタジオプラン---*/
  #plan #location_studio.plan_style h2 {
    position: static;
    margin: 0 auto;
    padding: 0 0 10px 40px;
    background: url(../images/location_studio/plan_number.png) left center /
      50px no-repeat;
    text-align: center;
    line-height: 1.2;
  }

  #plan #location_studio.plan_style h2::before {
    content: none;
  }

  #plan #location_studio.plan_style h2 > span:first-child {
    display: block;
    margin-bottom: 6px;
  }

  #plan #location_studio.plan_style h2 .bold {
    display: block;
    font-size: 100%;
    display: block;
  }

  #plan #location_studio.plan_style h2 .first_text,
  #plan #location_studio.plan_style h2 .second_text {
    display: block;
  }

  #plan #location_studio.plan_style h2 .first_text,
  #plan #location_studio.plan_style h2 .second_text {
    font-size: 190%;
  }

  #plan #location_studio.plan_style .big_plan_box > h3 {
    margin-bottom: 15px;
    font-size: 135%;
  }

  #plan #location_studio.plan_style .limited_plan .title .price .normal_price {
    font-size: 28%;
  }

  #plan #location_studio.plan_style .limited_plan .title .price .limited_label {
    padding: 3px 10px;
    font-size: 30%;
  }

  #plan #location_studio.plan_style .title {
    grid-template-columns: 25vw 1fr;
    width: 95%;
    gap: 8px;
  }
  #plan #location_studio.plan_style .title table {
    margin: 0;
  }
  #plan #location_studio.plan_style .title img {
    width: 90%;
  }
  #plan #location_studio.plan_style .title .is-tax {
    white-space: nowrap;
    margin-bottom: 4px;
  }
  #plan #location_studio.plan_style .big_plan_box {
    padding: 25px 3%;
  }
  #plan #location_studio.plan_style .big_plan_box .title {
    width: 95%;
    font-size: 130%;
    grid-template-columns: 30vw 1fr;
    max-width: 370px;
    gap: 8px;
  }
  #plan #location_studio.plan_style .point p {
    width: 80%;
  }
  #plan #location_studio.plan_style .location_list {
    margin: 20px auto 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 370px;
  }
  #plan #location_studio.plan_style .wrap {
    flex: auto;
  }
  #plan #location_studio.plan_style .number {
    padding: 5px 5px 0 0;
    font-size: 13px;
  }
  #plan #location_studio.plan_style .space {
    padding-left: 5px;
  }
  #plan #location_studio.plan_style .space td.price {
    font-size: 180%;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  #plan #location_studio.plan_style .space td.price .is-plus {
    font-size: 80%;
  }
  #plan #location_studio.plan_style .time li {
    font-size: 80%;
    padding-left: 24px;
  }
  #plan #location_studio.plan_style .items {
    width: 100%;
    font-size: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #plan #location_studio.plan_style .time_item {
    font-size: 13px;
    width: 100px;
  }
  #plan #location_studio.plan_style .flex_box {
    padding: 0 2%;
  }
  #plan #location_studio.plan_style .contents div:nth-of-type(1) {
    background: #e4d6e4 url(../images/location_studio/icon_dress.png) 10px
      center / auto 40px no-repeat;
  }
  #plan #location_studio.plan_style .contents div:nth-of-type(2) {
    background: #f3e9f3 url(../images/location_studio/icon_hairmake.png) 10px
      center / auto 40px no-repeat;
  }
  #plan #location_studio.plan_style .contents div:nth-of-type(3) {
    background: #e4d6e4 url(../images/location_studio/icon_taxi.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #location_studio.plan_style .contents div:nth-of-type(4) {
    background: #f3e9f3 url(../images/location_studio/icon_data.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #location_studio.plan_style .purple div:nth-of-type(1) {
    background: #e4d6e4 url(../images/location_studio/icon_wasou.png) 10px
      center / auto 40px no-repeat;
  }
  #plan #location_studio.plan_style .purple div:nth-of-type(2) {
    background: #f3e9f3 url(../images/location_studio/icon_accessories.png) 10px
      center / auto 40px no-repeat;
  }
  #plan #location_studio.plan_style .purple div:nth-of-type(3) {
    background: #e4d6e4 url(../images/location_studio/icon_cleaning.png) 10px
      center / auto 40px no-repeat;
  }

  #plan #location_studio.plan_style h2 .bold.is-flex {
    display: block;
    font-size: 0;
  }

  #plan #location_studio.plan_style h2 .bold.is-flex .first_text,
  #plan #location_studio.plan_style h2 .bold.is-flex .second_text {
    display: block;
    font-size: 1.9rem;
    line-height: 1.1;
  }
}
