@charset "UTF-8";

#footer {
  background: #f8f6ee;
}

/*----------------------------
#plan
----------------------------*/
#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 0;
}
#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: 930px;
}
#plan .intro .box a {
  display: flex;
  flex-direction: column;
  margin: 30px 20px 0;
  width: 100%;
  width: 270px;
  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: 110%;
}
#plan .intro .box a p:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 10px 5px;
  min-height: 0;
  height: 100%;
  flex: 2;
}
#plan .intro .box a:nth-of-type(1) p:first-child {
  background: url(../images/nav_number_1.png) 10% 80% / auto 80% no-repeat;
}
#plan .intro .box a:nth-of-type(2) p:first-child {
  background: url(../images/nav_number_2.png) 10% 80% / auto 80% no-repeat;
}
#plan .intro .box a:nth-of-type(3) p:first-child {
  padding: 38px 10px 0;
  border-radius: 35px 35px 0 0;
  background: url(../images/nav_number_3.png) 10% 80% / auto 80% no-repeat,
    linear-gradient(90deg, rgba(185, 169, 98, 1) 0%, rgba(153, 133, 58, 1) 100%);
  color: #fff;
}
#plan .intro .box a:nth-of-type(4) p:first-child {
  background: url(../images/nav_number_4.png) 10% 80% / auto 80% no-repeat;
}
#plan .intro .box a:nth-of-type(5) p:first-child {
  background: url(../images/nav_number_5.png) 10% 80% / auto 80% no-repeat;
}
#plan .intro .box a:nth-of-type(6) p:first-child {
  background: url(../images/nav_number_6.png) 10% 80% / auto 80% no-repeat;
}
#plan .intro .box a:nth-of-type(3) p:first-child:before {
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 80px;
  height: 35px;
  background: url(../images/icon_crown.png) center center / contain no-repeat;
  content: "";
}
#plan .intro .box a:nth-of-type(3) p:first-child:after {
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: linear-gradient(
    90deg,
    rgba(185, 169, 98, 1) 0%,
    rgba(153, 133, 58, 1) 100%
  );
  -webkit-background-clip: text;
  font-size: 80%;
  content: "aimおすすめ";
  -webkit-text-fill-color: transparent;
}
#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: #7ba491;
}
#plan .intro .box a:nth-of-type(5) p:last-child {
  background: #996e69;
}
#plan .intro .box a:nth-of-type(6) p:last-child {
  background: #9778a0;
}

#plan .intro .box a:nth-of-type(6) p:first-child {
  position: relative;
  z-index: 10;
  text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
    -2px -2px 0 #fff;
}

@media screen and (max-width: 767px) {
  #plan .intro .box a:nth-of-type(6) p:first-child::after {
    top: -10px;
    right: 15px;
    width: 74px;
    height: 63px;
  }
}

#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;
}

/*----------------------------
#plan内共通
----------------------------*/
#plan .plan_style h2 {
  display: table;
  margin: 0 auto;
  padding: 10px 0 5px 90px;
}
#plan .plan_style h2 span:first-child {
  display: block;
  font-size: 80%;
}

#plan .plan_style h2 .is-flex {
  display: flex;
}

#plan .plan_style h2 span.bold:last-child {
  font-size: 150%;
}
#plan .plan_style h2 span.bold .first_text {
  font-size: inherit;
}

#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%;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
#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: 38px auto 41px;
}
#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 #campaign.plan_style .set .contents div:nth-of-type(1):before,
#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: 25px 4% 0;
  color: #818181;
  font-size: 70%;
}
#plan .plan_style .plan_attention {
  margin: 70px auto 70px;
  color: #818181;
  font-size: 80%;
  max-width: 800px;
}

.plan_attention_box {
  position: relative;
  margin: 2em 0;
  padding: 30px 52px 16px;
  border: solid 2px #888;
  text-align: left;
  background: none;
}

.plan_attention_box .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #888;
  color: #ffffff;
  font-weight: bold;
}

.plan_attention_box p {
  margin: 0;
  padding: 0;
}

#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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  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.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 .set {
  padding: 30px 2%;
}
#plan #campaign.plan_style .yousou .title,
#plan #campaign.plan_style .wasou .title {
  width: 85%;
  grid-template-columns: 4vw 1fr;
}
#plan #campaign.plan_style .set .title h3 {
  margin: 0 auto;
  font-size: 100%;
}
#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_wasou.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 .applicable {
  background: rgb(243 241 230);
  padding: 20px;
  margin-top: 20px;
  border-radius: 20px;
}
#plan #campaign.plan_style .applicable h4 {
  color: #fff;
  background: rgb(169 151 78);
  border-radius: 30px;
  width: 100px;
  font-size: 60%;
  padding: 5px 0;
  margin: -30px auto 10px;
}
#plan #campaign.plan_style .applicable span {
  color: rgb(168 150 77);
}
#plan #campaign.plan_style .applicable p {
  color: #5f5758;
  font-size: 55%;
  text-align: left;
  line-height: 2;
}
/*
#plan #campaign.plan_style .class_up .color {
	color: #c9829c;
}
#plan #campaign.plan_style .set .class_up div > p:nth-of-type(1) {
	font-size: 95%;
}
#plan #campaign.plan_style .set .class_up div > p:nth-of-type(1):first-letter {
	font-size: 100%;
}
#plan #campaign.plan_style .set .class_up div > p:nth-of-type(2) {
	margin: 12px auto 0;
}
#plan #campaign.plan_style .set .class_up div > p:nth-of-type(3) {
	margin: 4px auto 12px;
}
#plan #campaign.plan_style .set .class_up div > p:nth-of-type(2),
#plan #campaign.plan_style .set .class_up div > p:nth-of-type(3) {
	font-size: 80%;
}
#plan #campaign.plan_style .set .class_up div > p:nth-of-type(2):first-letter,
#plan #campaign.plan_style .set .class_up div > p:nth-of-type(3):first-letter {
	font-size: 120%;
}
#plan #campaign.plan_style .set .class_up div > p:nth-of-type(2) > span,
#plan #campaign.plan_style .set .class_up div > p:nth-of-type(3) > span {
	font-family: oswald, sans-serif;
	font-size: 160%;
	white-space: nowrap;
}
#plan #campaign.plan_style .set .class_up div > p:nth-of-type(2) > span span,
#plan #campaign.plan_style .set .class_up div > p:nth-of-type(3) > span span {
	color: #5f5758;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Pr6N B", "メイリオ", "Meiryo", sans-serif;
	font-size: 40%;
}
*/

.set.plan-item--double .title table {
  white-space: nowrap;
}

.set.plan-item--double .title td.bold,
.set.plan-item--double .title td.bold span {
  white-space: nowrap;
}
.set.plan-item--double .title {
  row-gap: 1rem;
}

/*--- データ＆アルバムプラン ---*/
#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 .plan_box > div:not(.sp_only) {
  max-width: 488px;
  width: 48%;
}
#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;
}
#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 .flex_box {
  padding: 0 8% 2%;
}
#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 {
  align-items: baseline;
  grid-column-gap: 1em;
}
#plan #location.plan_style .big_plan_box .title {
  width: 360px;
}
#plan #location.plan_style .title table {
  margin: 0 auto 0;
}
#plan #location.plan_style .title .price span {
  font-size: 30%;
}
#plan #location.plan_style .time_bg li:nth-of-type(1) {
  background: url(../images/location/icon_camera.png) left center / contain
    no-repeat;
  margin-top: 10px;
}
#plan #location.plan_style .time_bg li {
  color: #996e69;
}
#plan #location.plan_style span.marker {
  background: linear-gradient(transparent 50%, #e3cec7 50%);
  white-space: nowrap;
}
#plan #location.plan_style .location_list {
  display: flex;
  margin: 30px auto 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 4%;
}
#plan #location.plan_style .wrap {
  display: flex;
  flex: 0 0 30%;
  margin: 30px 0;
}
#plan #location.plan_style .number {
  padding: 10px 10px 0 0;
  font-size: 14px;
}
#plan #location.plan_style .time {
  margin: 15px 0 5px 0;
  background: url(../images/location/icon_time.png) left center / contain
    no-repeat;
}
#plan #location.plan_style .time li {
  color: #b98e89;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 32px;
}
#plan #location.plan_style .space {
  border-left: 3px solid #bcbbb8;
  padding-left: 10px;
  flex: 1;
  text-align: left;
}
#plan #location.plan_style table {
  margin: 20px 0;
}
#plan #location.plan_style td {
  vertical-align: bottom;
  line-height: 1;
}
#plan #location.plan_style td.bold span {
  display: block;
  font-size: 40%;
  white-space: nowrap;
  margin-bottom: 0.4em;
}
#plan #location.plan_style .title td.price {
  font-family: oswald, sans-serif;
  font-size: 250%;
}
#plan #location.plan_style .title td.bold {
  font-size: 170%;
  letter-spacing: 0;
  width: 50px;
}
#plan #location.plan_style .space td.price {
  font-family: oswald, sans-serif;
  font-size: 150%;
  color: #5e5758;
}
#plan #location.plan_style .space td.bold {
  font-size: 115%;
  letter-spacing: 0;
  color: #5e5758;
}
#plan #location.plan_style .space p {
  text-align: left;
  font-weight: bold;
}
#plan #location.plan_style .items {
  display: inline-block;
  padding: 4px 8px 4px 12px;
  border-radius: 30px;
  color: #fff;
  background: #c89d8f;
  font-size: 14px;
  max-width: 180px;
  width: 100%;
}
#plan #location.plan_style .time_item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #b98e89;
  width: 150px;
  margin: 0 8% 0 auto;
  gap: 10px;
}
#plan #location.plan_style .time_icon {
  width: 20%;
}
#plan #location.plan_style .detail p {
  text-align: center;
}
#plan #location.plan_style .flex_box {
  padding: 0 8%;
}
#plan #location.plan_style .contents div {
  color: #8d5650;
}
#plan #location.plan_style .contents div span:nth-of-type(2) {
  font-size: 12px;
}
#plan #location.plan_style .contents div:nth-of-type(1) {
  background: #e4d6d8 url(../images/location/icon_dress.png) 15px center / auto
    58px no-repeat;
}
#plan #location.plan_style .contents div:nth-of-type(2) {
  background: #f1e5e6 url(../images/location/icon_accessories.png) 15px center /
    auto 58px no-repeat;
}
#plan #location.plan_style .contents div:nth-of-type(3) {
  background: #e4d6d8 url(../images/location/icon_taxi.png) 15px center / auto
    58px no-repeat;
}
#plan #location.plan_style .orange div:nth-of-type(1) {
  background: #e4d6d8 url(../images/location/icon_hairmake.png) 15px center /
    auto 58px no-repeat;
}
#plan #location.plan_style .orange div:nth-of-type(2) {
  background: #f1e5e6 url(../images/location/icon_data.png) 15px center / auto
    58px no-repeat;
}
#plan #location.plan_style .orange div:nth-of-type(3) {
  background: #e4d6d8 url(../images/location/icon_cleaning.png) 15px center /
    auto 58px no-repeat;
}

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

#plan #location_studio {
  padding: 110px 0 0;
}
#plan #location_studio.plan_style h2 {
  background: url(../images/location_studio/plan_number.png) left center /
    contain no-repeat;
}

#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;
}
#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: 250%;
}
#plan #location_studio.plan_style .title td.bold {
  font-size: 170%;
  letter-spacing: 0;
  width: 50px;
}
#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;
}

/*--- スタジオ1Dayプラン ---*/

#plan #studio_1day {
  margin: 200px auto 0;
  padding: 170px 0 150px;
  border-radius: 200px 0 200px 0;
  background: #fff;
}
#plan #studio_1day {
  position: relative;
}
#plan #studio_1day.plan_style h2 {
  background: url(../images/studio_1day/plan_number.png) left center / contain
    no-repeat;
}
#plan #studio_1day.plan_style .comment .color {
  color: #af9b67;
}
#plan #studio_1day.plan_style .point p {
  background: #90a99d;
}
#plan #studio_1day.plan_style .time_bg li {
  color: #8aa397;
}
#plan #studio_1day.plan_style .time_bg li:nth-of-type(1) {
  background: url(../images/studio_1day/icon_time.png) left center / contain
    no-repeat;
}
#plan #studio_1day.plan_style .time_bg li:nth-of-type(2) {
  background: url(../images/studio_1day/icon_camera.png) left center / contain
    no-repeat;
}
#plan #studio_1day.plan_style .big_plan_box {
  max-width: 1150px;
}
#plan #studio_1day.plan_style .contents div {
  color: #90a99d;
}
#plan #studio_1day.plan_style .contents div:nth-of-type(1) {
  background: #ecfaf4 url(../images/studio_1day/icon_dress.png) 15px center /
    auto 58px no-repeat;
}
#plan #studio_1day.plan_style .contents div:nth-of-type(2) {
  background: #f7faf9 url(../images/studio_1day/icon_mens.png) 15px center /
    auto 58px no-repeat;
}
#plan #studio_1day.plan_style .contents div:nth-of-type(3) {
  background: #ecfaf4 url(../images/studio_1day/icon_hairmake.png) 15px center /
    auto 58px no-repeat;
}
#plan #studio_1day.plan_style .contents div:nth-of-type(4) {
  background: #f7faf9 url(../images/studio_1day/icon_earring.png) 15px center /
    auto 58px no-repeat;
}
#plan #studio_1day.plan_style .contents div:nth-of-type(5) {
  background: #ecfaf4 url(../images/studio_1day/icon_inner.png) 15px center /
    auto 58px no-repeat;
}
#plan #studio_1day.plan_style .contents div:nth-of-type(6) {
  background: #f7faf9 url(../images/studio_1day/icon_holiday.png) 15px center /
    auto 58px no-repeat;
}
#plan #studio_1day.plan_style .contents div.pc_only {
  padding: 12px 8px;
  color: #818181;
  font-size: 70%;
}
#plan #studio_1day.plan_style .contents.pink div:nth-of-type(1) {
  background: #ecfaf4 url(../images/studio_1day/icon_data.png) 15px center /
    auto 58px no-repeat;
}
#plan #studio_1day.plan_style .contents.pink div:nth-of-type(2) {
  background: #f7faf9 url(../images/studio_1day/premiere_retouch.png) 15px
    center / auto 58px no-repeat;
}
#plan #studio_1day.plan_style .contents.pink div:nth-of-type(3) {
  background: #ecfaf4 url(../images/studio_1day/icon_album.png) 15px center /
    auto 58px no-repeat;
}
#plan #studio_1day.plan_style .contents.pink div:nth-of-type(4) {
  background: #f7faf9 url(../images/studio_1day/icon_album_w.png) 15px center /
    auto 58px no-repeat;
}
#plan #studio_1day.plan_style .contents.pink div:nth-of-type(5) {
  background: #ecfaf4 url(../images/studio_1day/icon_track.png) 15px center /
    auto 58px no-repeat;
}

#plan #studio_1day.plan_style .sub_text {
  margin: 0 0 0 10px;
}
#plan #studio_1day .bnr_ceremony {
  margin: 150px auto 0;
  max-width: 745px;
  width: 90%;
}

/* SP */
@media screen and (max-width: 767px) {
  #plan #studio_1day {
    margin: 120px auto 0;
    padding: 105px 0 50px;
    border-radius: 50px 0 50px 0;
  }
  #plan #studio_1day.plan_style h2 {
    padding: 10px 0 5px 35px;
  }
  #plan #studio_1day.plan_style .contents div.pc_only {
    display: none;
  }
  #plan #studio_1day.plan_style .sub_text {
    margin: 0 auto;
  }

  #plan #studio_1day.plan_style .contents div:nth-of-type(1) {
    background: #ecfaf4 url(../images/studio_1day/icon_dress.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #studio_1day.plan_style .contents div:nth-of-type(2) {
    background: #f7faf9 url(../images/studio_1day/icon_mens.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #studio_1day.plan_style .contents div:nth-of-type(3) {
    background: #ecfaf4 url(../images/studio_1day/icon_hairmake.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #studio_1day.plan_style .contents div:nth-of-type(4) {
    background: #f7faf9 url(../images/studio_1day/icon_earring.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #studio_1day.plan_style .contents div:nth-of-type(5) {
    background: #ecfaf4 url(../images/studio_1day/icon_inner.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #studio_1day.plan_style .contents div:nth-of-type(6) {
    background: #f7faf9 url(../images/studio_1day/icon_holiday.png) 10px center /
      auto 40px no-repeat;
  }

  #plan #studio_1day.plan_style .contents.pink div:nth-of-type(1) {
    background: #ecfaf4 url(../images/studio_1day/icon_data.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #studio_1day.plan_style .contents.pink div:nth-of-type(2) {
    background: #f7faf9 url(../images/studio_1day/premiere_retouch.png) 10px
      center / auto 40px no-repeat;
  }
  #plan #studio_1day.plan_style .contents.pink div:nth-of-type(3) {
    background: #ecfaf4 url(../images/studio_1day/icon_album.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #studio_1day.plan_style .contents.pink div:nth-of-type(4) {
    background: #f7faf9 url(../images/studio_1day/icon_album_w.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #studio_1day.plan_style .contents.pink div:nth-of-type(5) {
    background: #ecfaf4 url(../images/studio_1day/icon_track.png) 10px center /
      auto 40px no-repeat;
  }
}

/*--- ウェディングアイテム ---*/
#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 .goods_txt {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.inner_box.panel .goods_title {
  margin-bottom: 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 0;
  }
  #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:nth-of-type(3) p:first-child:before {
    top: 8px;
    width: 55px;
    height: 25px;
  }
  #plan .intro .box a:nth-of-type(3) p:first-child:after {
    top: -18px;
    font-size: 85%;
  }
  #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 .is-flex {
    flex-direction: column;
    width: 260px;
  }
  #plan .plan_style h2 span:first-child {
    font-size: 110%;
  }
  #plan .plan_style h2 span.bold:last-child {
    font-size: 190%;
  }

  #plan .plan_style h2 span.bold .first_text {
    text-align: left;
  }
  #plan .plan_style h2 span.bold .second_text {
    text-align: right;
  }
  #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;
    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: 320%;
  }
  #plan .plan_style .title td.bold {
    font-size: 200%;
  }
  #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 5.5% 0;
    font-size: 90%;
  }
  .plan_attention {
    font-size: 85%;
    padding: 0 5%;
  }
  .plan_attention_box {
    padding: 28px 26px 10px;
  }
  .plan_attention_box .box-title {
    font-size: 85%;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
  }
  #plan #locasta.plan_style .secondary {
    padding: 0 5%;
  }
  #plan .plan_style .bridal-fare {
    padding: 0 5%;
    margin-top: 20px;
  }
  #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: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: 20vw 1fr;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  #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;
    padding: 0 2%;
  }
  #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 .bnr_area img {
    border-radius: 20px;
  }

  /*--- キャンペーンプラン ---*/
  #plan #campaign {
    padding: 40px 0;
    border-radius: 50px 0 50px 0;
  }
  #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 .set {
    padding: 35px 5% 25px;
  }
  #plan #campaign.plan_style .yousou .title,
  #plan #campaign.plan_style .wasou .title {
    grid-template-columns: 16vw 1fr;
  }
  #plan #campaign.plan_style .set .title h3 {
    font-size: 110%;
  }
  #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 #campaign.plan_style .set .class_up div > p:nth-of-type(2) > span,
    #plan #campaign.plan_style .set .class_up div > p:nth-of-type(3) > span {
    	white-space: nowrap;
        display: block;
    }*/
  #plan #campaign.plan_style .applicable h4 {
    font-size: 85%;
  }
  #plan #campaign.plan_style .applicable p {
    font-size: 80%;
  }
  /*--- データ＆アルバムプラン ---*/
  #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 .plan_box > div:not(.sp_only) {
    max-width: none;
    width: 100%;
  }
  #plan #data_album.plan_style .title {
    grid-template-columns: 24vw 1fr;
  }
  #plan #data_album.plan_style .time_list .time_text {
    font-size: 90%;
  }
  #plan #data_album.plan_style .time_list .camera_text {
    font-size: 90%;
  }
  #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 .flex_box {
    padding: 0 2%;
  }
  #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: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 370px;
  }
  #plan #location.plan_style .flex_box {
    padding: 0 2%;
  }
  #plan #location.plan_style .big_plan_box {
    padding: 25px 3%;
  }

  #plan #location.plan_style .big_plan_box .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 130%;
    grid-template-columns: 25% 1fr;
    -moz-column-gap: 8px;
    column-gap: 8px;
    align-items: center;
  }
  #plan #location.plan_style .title td.price span {
    display: block;
  }
  #plan #location.plan_style .location_list {
    margin: 20px auto 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 8px;
    column-gap: 8px;
    max-width: 370px;
  }
  #plan #location.plan_style .wrap {
    flex: auto;
  }
  #plan #location.plan_style .number {
    padding: 5px 5px 0 0;
    font-size: 13px;
  }
  #plan #location.plan_style .space {
    padding-left: 5px;
  }
  #plan #location.plan_style .space td.price {
    font-size: 180%;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }

  #plan #location.plan_style .space td.price .is-plus {
    font-size: 80%;
  }
  #plan #location.plan_style .time li {
    font-size: 80%;
    padding-left: 24px;
  }
  #plan #location.plan_style .items {
    width: 100%;
    font-size: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #plan #location.plan_style .time_item {
    font-size: 13px;
    width: 100px;
  }
  #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 .contents div:nth-of-type(6) {
    background: #fbf6f4 url(../images/location/icon_taxi.png) 10px center / auto
      40px no-repeat;
  }

  /*--- ロケーション&スタジオプラン---*/
  #plan #location_studio {
    margin: 80px auto 0;
    padding: 40px 0;
    border-radius: 50px 0 50px 0;
  }
  #plan #location_studio.plan_style h2 {
    padding: 10px 0 5px 35px;
    background: url(../images/location_studio/plan_number.png) left center /
      50px no-repeat;
  }
  #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 .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 .big_plan_box .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;
  }

  /*--- ウェディングアイテム ---*/
  .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 0;
}

@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: 4px 0;
  font-size: 80%;
  border-bottom: 3px solid #b9a7a7;
}

.trend_td {
  vertical-align: top;
  line-height: 1;
  padding-top: 10px;
}

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

.trend_td .txt02 {
  color: #c9829c;
  display: block;
  margin: 5px 0 0;
  font-family: oswald, sans-serif;
  font-size: 130%;
}

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

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

.trend_price td {
  vertical-align: bottom;
}

.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%;
}
.trend_locasuta {
  margin: 20px auto 0;
  vertical-align: 0;
}

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

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

#plan #travel_locasta {
  padding: 60px 0 0;
}
#plan #travel_locasta.plan_style h2 {
  padding: 0;
}
#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: 400px;
  gap: 0;
}
#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%;
  display: block;
  margin-bottom: 6px;
}

#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: 70%;
  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 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 .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;
}

/*----------------------------
スマホ
----------------------------*/
@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 h3 {
    font-size: 150%;
    margin-top: 30px;
  }
  #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 td.price span {
    display: block;
    margin-bottom: 4px;
  }
  #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 .item_text {
    font-size: 90%;
  }
  #plan #travel_locasta.plan_style .location_list {
    margin: 20px auto 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 420px;
  }
  #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%;
  }
  #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;
  }
}

/* ここまで */

/* 原宿/札幌ロケスタプラン */

#plan #locasta {
  padding: 110px 0 0;
}
#plan #locasta.plan_style h2 {
  padding: 0;
}
#plan #locasta.plan_style .title h3 {
  margin: 0;
}
#plan #locasta.plan_style .secondary {
  margin-top: 30px;
  font-size: 80%;
}
#plan #locasta.plan_style .point p {
  width: 420px;
  background: #6c7faf;
}
#plan #locasta.plan_style .plan_box > div:not(.sp_only) {
  max-width: 488px;
  width: 48%;
}
#plan #locasta.plan_style .title table {
  margin: auto;
}

#plan #locasta.plan_style .time_list {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 20px 0;
  flex-wrap: wrap;
}

#plan #locasta.plan_style .time_list .time_block {
  text-align: center;
}

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

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

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

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

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

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

#plan #locasta.plan_style .time_block.studio .item {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #ab7ca7;
  font-size: 70%;
}

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

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

#plan #locasta.plan_style .studio_list_wrap .right_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#plan #locasta.plan_style .contents p {
  font-size: 16px;
  color: #8e5d8a;
}
#plan #locasta.plan_style .time_bg li {
  color: #6c7faf;
}
#plan #locasta.plan_style .time_bg li:nth-of-type(1) {
  background: url(../images/data_album/icon_time.png) left center / contain
    no-repeat;
}
#plan #locasta.plan_style .time_bg li:nth-of-type(2) {
  background: url(../images/data_album/icon_camera.png) left center / contain
    no-repeat;
}
#plan #locasta.plan_style .contents div {
  color: #8e5d8a;
}
#plan #locasta.plan_style .contents div:nth-of-type(1) {
  background: #d9bfd7 url(../images/locasta/icon_dress-wasou.png) 15px center /
    auto 58px no-repeat;
}
#plan #locasta.plan_style .contents div:nth-of-type(2) {
  background: #f4eaf3 url(../images/locasta/icon_tuxedo-wasou.png) 15px center /
    auto 58px no-repeat;
}
#plan #locasta.plan_style .contents div:nth-of-type(3) {
  background: #d9bfd7 url(../images/locasta/icon_accessorys.png) 15px center /
    auto 58px no-repeat;
}
#plan #locasta.plan_style .contents div:nth-of-type(4) {
  background: #f4eaf3 url(../images/locasta/icon_cleaning.png) 15px center /
    auto 58px no-repeat;
}
#plan #locasta.plan_style .contents div:nth-of-type(5) {
  background: #d9bfd7 url(../images/locasta/icon_taxi.png) 15px center / auto
    58px no-repeat;
}
#plan #locasta.plan_style .contents div:nth-of-type(6) {
  background: #f4eaf3 url(../images/locasta/icon_data.png) 15px center / auto
    58px no-repeat;
}

.select-box {
  max-width: 400px;
  margin: 30px auto;
  border: 2px solid #ab7ca7;
  border-radius: 10px;
  padding: 35px 24px 24px;
  box-sizing: border-box;
  font-family: "Helvetica Neue", sans-serif;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.select-header {
  background-color: #ab7ca7;
  color: white;
  padding: 4px 24px;
  border-radius: 20px;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.select-content {
  display: inline-block;
  text-align: left;
}

.select-note {
  font-size: 14px;
  margin-bottom: 16px;
  color: #5f5758;
  text-align: center;
}

.select-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.select-list li {
  text-align: left;
  padding-left: 1.2em;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  color: #5f5758;
}

.select-list li::before {
  content: "■";
  color: #ab7ca7;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}

.select-list .full-width {
  grid-column: span 2;
}

/*----------------------------
スマホ
----------------------------*/
@media screen and (max-width: 767px) {
  #plan #locasta {
    padding: 60px 0 0;
  }
  #plan #locasta.plan_style h2 {
    padding: 10px 5px 5px;
  }
  #plan #locasta.plan_style .point p {
    width: 80%;
  }
  #plan #locasta.plan_style .plan_box > div:not(.sp_only) {
    max-width: none;
    width: 100%;
  }
  #plan #locasta.plan_style .time_list .time_title {
    font-size: 100%;
  }
  #plan #locasta.plan_style .time_block.studio .item {
    font-size: 100%;
  }
  #plan #locasta.plan_style .time_list ul li {
    font-size: 100%;
  }
  #plan #locasta.plan_style .title {
    grid-template-columns: 20vw 1fr;
  }
  #plan #locasta.plan_style .time_list .time_text {
    font-size: 90%;
  }
  #plan #locasta.plan_style .time_list .camera_text {
    font-size: 90%;
  }
  #plan #locasta.plan_style .contents div:nth-of-type(1) {
    background: #d9bfd7 url(../images/locasta/icon_wasou.png) 10px center / auto
      40px no-repeat;
  }
  #plan #locasta.plan_style .contents div:nth-of-type(2) {
    background: #f4eaf3 url(../images/locasta/icon_tuxedo-wasou.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #locasta.plan_style .contents div:nth-of-type(3) {
    background: #d9bfd7 url(../images/locasta/icon_accessorys.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #locasta.plan_style .contents div:nth-of-type(4) {
    background: #f4eaf3 url(../images/locasta/icon_cleaning.png) 10px center /
      auto 40px no-repeat;
  }
  #plan #locasta.plan_style .contents div:nth-of-type(5) {
    background: #d9bfd7 url(../images/locasta/icon_taxi.png) 10px center / auto
      40px no-repeat;
  }
  #plan #locasta.plan_style .contents div:nth-of-type(6) {
    background: #f4eaf3 url(../images/locasta/icon_data.png) 10px center / auto
      40px no-repeat;
  }

  .select-box {
    padding: 48px 16px 24px;
    min-height: auto;
  }

  .select-header {
    font-size: 16px;
    padding: 4px 16px;
  }

  .select-list {
    grid-template-columns: 1fr;
  }

  .select-list .full-width {
    grid-column: span 1;
  }

  .select-list li {
    font-size: 14px;
  }
}

/* ここまで */

/*----------------------------
premiere_table
----------------------------*/

/* 金額テーブル */
#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 .class_up_price {
  padding-top: 10px;
  color: #c9829c;
}
#plan .plan_style .class_up div .class_up_span {
  color: #c9829c;
}
#plan .plan_style .class_up div td.price {
  font-family: oswald, sans-serif;
  font-size: 190%;
  letter-spacing: 0.04em;
  color: #c9829c;
  padding-top: 16px;
}
#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: 50%;
}

#plan .plan_style .class_up div:nth-of-type(-n + 2) {
  border-top: 3px solid #b9a7a7;
}

#plan .plan_style .class_up div:nth-of-type(n + 3) {
  border-top: none; /* 下段はなし */
}

/* ここまで */
