@charset "UTF-8";
/* ========================
モーダル
======================== */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.8);
  z-index: 900;
}
.modal .modal_wrap {
  width: 90%;
  max-width: 1200px;
  max-height: calc(100vh - 300px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal_inner {
  min-height: 375px;
  max-height: calc(100vh - 510px);
  overflow-y: scroll;
  padding: 55px 30px;
}
.modal .modal_close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: url(../img/contents/icon_03.png) no-repeat left top;
  background-size: 100% auto;
  text-decoration: none;
}

.modal01 {
  z-index: 900;
}

.modal02 {
  z-index: 901;
}
.modal02 .modal_wrap {
  width: 85%;
  max-width: 1000px;
}

/*ご依頼主種別*/
.client .modal_content p {
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 4px solid #e1e1e1;
  margin-bottom: 23px;
}
.client_button_list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  gap: 20px;
}
.client_button_list li .btn {
  width: 100%;
  height: 65px;
  font-size: 18px;
  border-radius: 40px !important;
  box-shadow: 0 3px #f2f2f2;
}

/*付帯サービス・オプション選択*/
.service label {
  display: flex;
}
.service h3 {
  font-size: 36px !important;
  color: #000000;
  line-height: 40px;
  padding-bottom: 15px;
  border-bottom: 4px solid #e1e1e1;
  margin: 0 0 60px;
}
.service h4 {
  font-size: 18px;
  color: #000000;
  line-height: 20px;
  margin-bottom: 10px;
}
.service > div + div {
  margin-top: 60px;
}
.service_current h4 {
  color: #a90397;
}
.service_current > dl {
  display: flex;
}
.service_current > dl > dd {
  border: solid #a90397;
  border-width: 4px 1px 1px 1px;
}
.service_current > dl > dd.item01 {
  flex: 1;
}
.service_current > dl > dd.item02 {
  width: 15%;
  border-left-width: 0;
  display: flex;
  justify-content: right;
  align-items: center;
  font-size: 20px;
  color: #a90397;
  padding: 0 2%;
}
.service_current .product {
  border-width: 0;
}
.service_current .product .detail p small {
  display: block;
  color: #666666;
}
.service_current .product .detail .name {
  font-size: 20px;
}
.service_current .product .detail .name small {
  font-size: 16px;
}
.service_current .product .detail .delivery {
  color: #000000;
  margin-top: 10px;
}
.service_select > div {
  border: solid #e1e1e1;
  border-width: 0 1px 1px 1px;
  padding: 30px;
}
.service_select > div h5 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.service_select > div h5 p {
  background-color: #000000;
  font-size: 14px !important;
  font-weight: bold;
  color: #ffffff;
  padding: 1px 9px;
}
.service_select > div h5 small {
  font-size: 14px;
  line-height: 24px;
  color: #e02239;
  margin-left: 10px;
}
.service_select > div ul {
  display: flex;
  flex-wrap: wrap;
}
.service_select > div.packageBox {
  border-top-width: 4px;
}
.service_select > div.packageBox h5 {
  align-items: flex-start;
}
.service_select > div.packageBox ul {
  margin-bottom: -30px;
}
.service_select > div.packageBox ul li {
  width: 130px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.service_select > div.packageBox ul li div {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.service_select > div.packageBox ul li div.free:after {
  content: "無料";
  background-color: #e02239;
  font-size: 12px;
  color: #ffffff;
  padding: 4px 6px;
  position: absolute;
  top: 0;
  right: 0;
}
.service_select > div.packageBox ul li div img {
  width: 100%;
  height: auto;
}
.service_select > div.packageBox ul li label {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service_select > div.packageBox ul li label p {
  font-size: 14px !important;
  display: flex;
  align-items: center;
}
.service_select > div.cardBox ul {
  margin-bottom: 20px;
}
.service_select > div.cardBox ul li {
  font-size: 16px;
}
.service_select > div.cardBox > dl {
  background-color: #f5f5f5;
  display: flex;
  padding: 15px 0;
}
.service_select > div.cardBox > dl dd + dd {
  border-left: 1px solid #e1e1e1;
}
.service_select > div.cardBox > dl dd.box01 {
  width: 35%;
  max-width: 380px;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_select > div.cardBox > dl dd.box01 img {
  width: 100%;
  height: auto;
}
.service_select > div.cardBox > dl dd.box02 {
  flex: 1;
  padding: 15px 30px;
  color: #000000;
}
.service_select > div.cardBox > dl dd.box02 .dropdown {
  display: flex;
  margin-bottom: 15px;
}
.service_select > div.cardBox > dl dd.box02 .dropdown dl {
  width: calc((100% - 30px) / 2);
  max-width: 300px;
  flex-direction: column;
  padding: 5px 0;
}
.service_select > div.cardBox > dl dd.box02 .dropdown dl + dl {
  margin-left: 30px;
}
.service_select > div.cardBox > dl dd.box02 .dropdown dl dt {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 5px;
}
.service_select > div.cardBox > dl dd.box02 .dropdown dl dd {
  width: 100%;
}
.service_select > div.cardBox > dl dd.box02 .dropdown dl dd select {
  width: 100%;
  background-color: #ffffff;
}
.service_select > div.cardBox > dl dd.box02 .dropdown dl dd figure {
  margin-top: 10px;
}
.service_select > div.cardBox > dl dd.box02 .dropdown dl dd figure img {
  width: 91px;
  height: auto;
}
.service_select > div.cardBox > dl dd.box02 small {
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin: 10px 0 5px;
}
.service_select > div.cardBox > dl dd.box02 button {
  box-shadow: 0 2px 0 #e9e9e9;
}
.service_select > div.telegramBox ul {
  margin-bottom: 20px;
}
.service_select > div.telegramBox ul li {
  font-size: 16px;
}
.service_select > div.telegramBox .textBox {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.service_select > div.telegramBox .textBox small {
  font-size: 14px;
  color: #e02239;
  line-height: 24px;
  margin-left: 20px;
}
.service_select > div.telegramBox .entryBox {
  background-color: #f5f5f5;
  padding: 30px;
}
.service_select > div.telegramBox .entryBox dl {
  display: flex;
}
.service_select > div.telegramBox .entryBox dl + dl {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e1e1e1;
}
.service_select > div.telegramBox .entryBox dl dt {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  width: 230px;
}
.service_select > div.telegramBox .entryBox dl dd {
  flex: 1;
}
.service_select > div.telegramBox .entryBox dl dd textarea, .service_select > div.telegramBox .entryBox dl dd input {
  width: 100%;
  background-color: #ffffff;
}
.service_select > div.telegramBox .entryBox dl dd input {
  max-width: 400px;
}
.service_select > div.telegramBox .entryBox dl dd small {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.service_onetime dl {
  border: solid #e1e1e1;
  border-width: 4px 1px 1px 1px;
  padding: 30px;
}
.service_onetime dl dt {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}
.service_onetime dl dd input {
  width: 400px;
  margin-right: 7px;
}
.service_option > div {
  border: solid #e1e1e1;
  border-width: 4px 1px 1px 1px;
  padding: 30px;
}
.service_option > div > p {
  color: #000000;
}
.service_option > div ul {
  display: flex;
  flex-wrap: wrap;
}
.service_option > div ul li {
  font-size: 16px;
}
.service_option > div div {
  margin-top: 15px;
  background-color: #f5f5f5;
  padding: 30px;
}
.service_option > div div > p {
  color: #000000;
  margin-bottom: 25px;
}
.service_option > div div ul {
  margin-right: -30px;
  margin-bottom: -30px;
}
.service_option > div div ul li {
  width: 156px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.service_option > div div ul li label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service_option > div div ul li input {
  display: none;
}
.service_option > div div ul li input:checked + figure:before, .service_option > div div ul li input:checked + figure:after {
  display: block;
}
.service_option > div div ul li figure {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.service_option > div div ul li figure img {
  width: 100%;
  height: auto;
}
.service_option > div div ul li figure:before {
  display: none;
  content: "選択中";
  font-size: 12px;
  color: #ffffff;
  background-color: #a90397;
  padding: 9px 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.service_option > div div ul li figure:after {
  display: none;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #a90397;
  position: absolute;
  top: 0;
  left: 0;
}
.service_option > div div ul li p {
  font-size: 14px !important;
  line-height: 20px !important;
}
.service_option > div div ul li p small {
  font-size: 12px;
  display: block;
}
.service_btn {
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
}
.service_btn .btnConfirm {
  margin-left: 30px;
}

/*配送地域限定*/
.areaLimit h3 {
  font-size: 18px !important;
  color: #000000;
  line-height: 26px;
  padding-bottom: 15px;
  border-bottom: 4px solid #e1e1e1;
  margin: 0 0 30px;
}
.areaLimit .areaLimit_product {
  display: flex;
}
.areaLimit .areaLimit_product .imageBox {
  width: 300px;
}
.areaLimit .areaLimit_product .imageBox img {
  width: 100%;
  height: auto;
}
.areaLimit .areaLimit_product .imageBox .photo li {
  width: 100%;
  height: auto;
  display: none;
}
.areaLimit .areaLimit_product .imageBox .photo li.show {
  display: block;
}
.areaLimit .areaLimit_product .imageBox .thumbnail {
  display: flex;
  flex-wrap: wrap;
}
.areaLimit .areaLimit_product .imageBox .thumbnail li {
  width: calc((100% - 18px) / 3);
  margin-top: 10px;
  margin-right: 9px;
}
.areaLimit .areaLimit_product .imageBox .thumbnail li:nth-of-type(3n) {
  margin-right: 0;
}
.areaLimit .areaLimit_product .imageBox .thumbnail li span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.areaLimit .areaLimit_product .textBox {
  flex: 1;
  margin-left: 30px;
}
.areaLimit .areaLimit_product .textBox h4 {
  font-size: 24px;
  color: #d0329e;
  line-height: 34px;
  text-align: justify;
  margin-bottom: 20px;
}
.areaLimit .areaLimit_product .textBox dl {
  margin-top: 30px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.areaLimit .areaLimit_product .textBox dl dt {
  font-size: 24px;
  color: #000000;
  margin-left: auto;
}
.areaLimit .areaLimit_product .textBox dl dd {
  display: flex;
  align-items: center;
}
.areaLimit .areaLimit_product .textBox dl dd span {
  font-size: 16px;
  margin-right: 10px;
}
.areaLimit .areaLimit_product .textBox dl dd select {
  width: 300px;
}
.areaLimit .areaLimit_entry {
  margin-top: 20px;
}
.areaLimit .areaLimit_entry > p {
  color: #000000;
}
.areaLimit .areaLimit_entry .box {
  background-color: #f5f5f5;
  padding: 30px 30px 40px;
  margin-top: 10px;
}
.areaLimit .areaLimit_entry .box dl + dl {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e1e1e1;
}
.areaLimit .areaLimit_entry .box dl dt {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  text-align: justify;
  padding-left: 1.2em;
  position: relative;
}
.areaLimit .areaLimit_entry .box dl dt:before {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
}
.areaLimit .areaLimit_entry .box dl dd {
  padding: 10px 0 0 20px;
}
.areaLimit .areaLimit_entry .box dl dd input, .areaLimit .areaLimit_entry .box dl dd textarea, .areaLimit .areaLimit_entry .box dl dd select {
  background-color: #ffffff;
}
.areaLimit .areaLimit_entry .box dl dd input[type=text], .areaLimit .areaLimit_entry .box dl dd input[type=file], .areaLimit .areaLimit_entry .box dl dd select {
  width: 100%;
}
.areaLimit .areaLimit_entry .box dl dd input[type=file]::file-selector-button {
  width: 146px;
  height: 100%;
  background-color: transparent;
  font-size: 16px;
  color: #666666;
  padding: 0 0 3px;
  margin-right: 13px;
  border: solid #aaaaaa;
  border-width: 0 1px 0 0;
}
.areaLimit .areaLimit_entry .box dl dd label {
  font-size: 16px;
}
.areaLimit .areaLimit_entry .wrapBtnLineup {
  margin-top: 30px;
}
.areaLimit .areaLimit_entry .wrapBtnLineup button {
  min-width: auto;
  height: 38px;
  font-size: 14px !important;
  border-radius: 4px !important;
}

@media print, screen and (min-width: 768px) {
  /*配送地域限定*/
  .areaLimit .areaLimit_product .imageBox .thumbnail li:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .areaLimit .areaLimit_entry .box dl dd input[type=file]::file-selector-button:hover {
    cursor: pointer;
  }
}
@media print, screen and (max-width: 767px) {
  /* ========================
  モーダル
  ======================== */
  .modal .modal_wrap {
    max-height: 70vh;
  }
  .modal .modal_inner {
    min-height: auto;
    max-height: 70vh;
    padding: 30px 20px;
  }
  .modal02 .modal_wrap {
    width: 80%;
  }
  /*ご依頼主種別*/
  .client {
    width: calc(100% + 30px);
    left: -15px;
  }
  .client_content {
    padding: 30px 20px;
  }
  .client_button_list {
    grid-auto-flow: row;
  }
  .client_button_list li .btn {
    height: auto;
    min-height: 65px;
    font-size: 16px !important;
    padding: 7px 40px 7px 35px;
  }
  /*付帯サービス・オプション選択*/
  .service_current > dl {
    flex-direction: column;
  }
  .service_current > dl dd.item02 {
    width: 100%;
    padding: 20px;
    border-width: 0 1px 1px 1px;
  }
  .service_select > div {
    padding: 30px 15px;
  }
  .service_select > div h5 {
    flex-direction: column;
    align-items: flex-start;
  }
  .service_select > div h5 small {
    margin-top: 10px;
    margin-left: 0;
  }
  .service_select > div.packageBox ul li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .service_select > div.packageBox ul li:nth-of-type(even) {
    margin-right: 0;
  }
  .service_select > div.cardBox ul {
    margin-bottom: 10px;
  }
  .service_select > div.cardBox ul li {
    margin-bottom: 10px;
  }
  .service_select > div.cardBox dl {
    flex-direction: column;
    padding: 0 15px;
  }
  .service_select > div.cardBox dl dd + dd {
    border-top: 1px solid #e1e1e1;
    border-left-width: 0;
  }
  .service_select > div.cardBox dl dd.box01 {
    width: 100%;
    padding: 30px 0;
  }
  .service_select > div.cardBox dl dd.box02 {
    padding: 20px 0 30px;
  }
  .service_select > div.cardBox dl dd.box02 .dropdown {
    flex-direction: column;
    align-items: flex-start;
  }
  .service_select > div.cardBox dl dd.box02 .dropdown dl {
    width: 100%;
  }
  .service_select > div.cardBox dl dd.box02 .dropdown dl + dl {
    margin: 10px 0 0 0;
  }
  .service_select > div.cardBox dl dd.box02 select {
    width: 100%;
  }
  .service_select > div.cardBox dl dd.box02 button {
    display: block;
  }
  .service_select > div.cardBox dl dd.box03 {
    width: 100%;
    padding: 15px;
  }
  .service_select > div.telegramBox ul {
    flex-direction: column;
  }
  .service_select > div.telegramBox ul li + li {
    margin-top: 10px;
  }
  .service_select > div.telegramBox .textBox {
    flex-direction: column;
    align-items: flex-start;
  }
  .service_select > div.telegramBox .textBox button {
    width: 160px;
  }
  .service_select > div.telegramBox .textBox small {
    margin: 10px 0 0 0;
  }
  .service_select > div.telegramBox .entryBox {
    padding: 20px;
  }
  .service_select > div.telegramBox .entryBox dl {
    flex-direction: column;
  }
  .service_select > div.telegramBox .entryBox dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .service_select > div.telegramBox .entryBox dl dd small {
    line-height: 24px;
  }
  .service_onetime dl {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 15px;
  }
  .service_onetime dl dt {
    line-height: 28px;
    text-align: justify;
  }
  .service_onetime dl dd {
    display: flex;
    align-items: center;
  }
  .service_onetime dl dd input {
    width: 100%;
    flex: 1;
    margin: 0 10px 0 0;
  }
  .service_onetime dl dd button {
    width: 94px;
    height: 38px;
    padding: 0;
  }
  .service_option > div {
    padding: 30px 15px;
  }
  .service_option > div > ul {
    flex-direction: column;
  }
  .service_option > div > ul li + li {
    margin-top: 10px;
  }
  .service_option > div div {
    padding: 20px;
  }
  .service_option > div div ul {
    margin-right: 0;
  }
  .service_option > div div ul li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .service_option > div div ul li:nth-of-type(even) {
    margin-right: 0;
  }
  .service_option > div div ul li figure:before {
    white-space: nowrap;
  }
  .service_option > div div ul li label {
    margin-right: 0;
  }
  .service .wrapBtnLineup {
    flex-direction: column-reverse;
  }
  .service .wrapBtnLineup .btnConfirm {
    height: auto;
    padding: 15px 23px;
    margin: 0 0 30px;
  }
  /*配送地域限定*/
  .areaLimit .areaLimit_product {
    flex-direction: column;
    align-items: center;
  }
  .areaLimit .areaLimit_product .imageBox {
    width: 100%;
    max-width: 300px;
  }
  .areaLimit .areaLimit_product .imageBox .thumbnail li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .areaLimit .areaLimit_product .textBox {
    margin-top: 30px;
    margin-left: 0;
  }
  .areaLimit .areaLimit_product .textBox dl {
    flex-direction: column;
  }
  .areaLimit .areaLimit_product .textBox dl dd {
    width: 100%;
  }
  .areaLimit .areaLimit_product .textBox dl dd span {
    white-space: nowrap;
  }
  .areaLimit .areaLimit_product .textBox dl dd select {
    flex: 1;
    width: 100%;
  }
  .areaLimit .areaLimit_product .textBox dl dt {
    width: 100%;
    margin: 15px 0 0;
    text-align: right;
  }
  .areaLimit .areaLimit_entry .box {
    padding: 30px 15px 50px;
  }
  .areaLimit .areaLimit_entry .box dl dd {
    padding-left: 16px;
  }
  .areaLimit .areaLimit_entry .box dl dd label + label {
    margin-top: 13px;
  }
  .areaLimit .areaLimit_entry .box dl dd input[type=checkbox] {
    width: 35px;
    height: 35px;
  }
  .areaLimit .areaLimit_entry .box dl dd input[type=file]::file-selector-button {
    width: auto;
    padding: 0 6px 3px;
  }
  .areaLimit .areaLimit_entry .wrapBtnLineup {
    flex-direction: column-reverse;
  }
  .areaLimit .areaLimit_entry .wrapBtnLineup .btnConfirm {
    margin: 0 0 22px;
  }
}