@charset "UTF-8";
/***********************共通設定************************/
/* ==========================================================================//
//
// 共通スタイル
//
// ========================================================================== */
.content_wrap p {
  margin: 0;
}

.sec_ttl {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 16px;
  margin-bottom: 22px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_ttl {
    font-size: 26px;
    padding-bottom: 26px;
    margin-bottom: 40px;
  }
}
.sec_ttl::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #D3D3D3;
  width: 26px;
  height: 1px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_ttl::before {
    width: 34px;
  }
}

section:not(.fs-l-pageMain):not(:first-child) {
  margin-top: 60px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  section:not(.fs-l-pageMain):not(:first-child) {
    margin-top: 120px;
  }
}

.table_list {
  background-color: #FAF8F2;
}

.table_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 15px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .table_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 6px;
    padding: 40px;
  }
}
.table_item:not(:last-child) {
  border-bottom: 1px solid #CCCBB9;
}

.table_head {
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .table_head {
    width: 190px;
    font-size: 17px;
    line-height: 1.64;
  }
}

.table_cont {
  font-weight: 400;
  line-height: 1.8;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .table_cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2;
  }
}
.table_cont p:not(:last-child) {
  margin-bottom: 1em;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .table_cont p:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.table_cont a {
  text-decoration: underline;
  color: #393332;
}
@media (hover: hover) {
  .table_cont a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .table_cont a:hover {
    opacity: 0.6;
  }
}
.table_cont ol {
  counter-reset: number 0;
}
.table_cont ol > li {
  counter-increment: number 1;
  text-indent: -1.1em;
  padding-left: 1.1em;
  line-height: 1.4;
}
.table_cont ol > li:not(:last-child) {
  margin: 0 0 20px;
}
.table_cont ol > li::before {
  content: counter(number) ".";
  letter-spacing: 0.1em;
}
.table_cont ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
.table_cont ul > li::before {
  content: "・";
}

.contact_area {
  margin-top: 60px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .contact_area {
    margin-top: 120px;
  }
}

.c_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .c_contact {
    width: min(1010px, 100%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
  .c_contact::before {
    content: "";
    border: 0.5px solid #D3D3D3;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .c_contact .mail_wrap {
    /* 751以上 */
  }
}
@media all and (min-width: 751px) and (min-width: 751px) {
  .c_contact .mail_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media all and (min-width: 751px) {
  .c_contact:not(.left) {
    margin-inline: auto;
  }
}
.c_contact .tel_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .c_contact .tel_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .c_contact .tel_wrap .tel_time {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c_contact .tel_wrap .tel_generals {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media all and (min-width: 751px) and (max-width: 1064px) {
  .c_contact .tel_wrap {
    width: 45%;
  }
}
.c_contact .tel_free {
  position: relative;
  color: #393332;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  padding: 0 0 0 1.2em;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .c_contact .tel_free {
    font-size: 41px;
    margin-right: 42px;
    /* 1000以下  */
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  .c_contact .tel_free {
    margin-right: 20px;
  }
}
.c_contact .tel_free::after {
  content: "";
  position: absolute;
  background-image: url(https://taisei.itembox.design/item/footer/icon_foot_tel_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 35/23;
  width: 0.85em;
}
.c_contact .tel_generals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .c_contact .tel_generals {
    gap: 10px 30px;
  }
}
.c_contact .tel_general {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .c_contact .tel_general {
    font-size: 20px;
    /* 1000以下  */
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  .c_contact .tel_general {
    font-size: 16px;
  }
}
.c_contact .tel_general a {
  font-size: 1.14em;
}

.btn_mail {
  --bg_color: #64882B;
  width: min(400px, 100%);
  /* 1001以上  */
}
@media all and (min-width: 1001px) {
  .btn_mail {
    width: 350px;
  }
}
.btn_mail a {
  display: block;
  background: var(--bg_color);
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 10px 20px;
  /* 1001以上  */
}
@media all and (min-width: 1001px) {
  .btn_mail a {
    text-align: left;
    padding: 15px 40px;
  }
}
.btn_mail a span {
  position: relative;
  padding: 0 0 0 35px;
}
.btn_mail a span::after {
  content: "";
  position: absolute;
  background-image: url(https://taisei.itembox.design/item/footer/icon_mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .btn_mail a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn_mail a:hover {
    color: #fff;
    opacity: 0.7;
  }
}

.links {
  border: 1px solid #D3D3D3;
  padding: 22px 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .links {
    padding: 20px 26px;
  }
}
.links .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .links .group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18px;
  }
}
.links .group:not(:last-child) {
  margin-bottom: 26px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .links .group:not(:last-child) {
    margin-bottom: 12px;
  }
}
.links .group .heading {
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.links .group .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 20px;
}
.links .group .link_item a {
  text-decoration: underline;
  color: #393332;
  font-weight: 400;
}

/* ==========================================================================//
//
// ページごと
//
// ========================================================================== */
/* 作業場紹介
---------------------------------------------------------- */
#workshop .workshop_before .container {
  background-color: #FAF8F2;
  padding: 23px 30px 35px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #workshop .workshop_before .container {
    padding: 20px 70px 44px;
  }
}
#workshop .workshop_before .container .list {
  counter-reset: number 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #workshop .workshop_before .container .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
  }
}
#workshop .workshop_before .container .list .item {
  position: relative;
  counter-increment: number 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #CCCBB9;
  font-weight: 400;
  padding: 14px 0 14px 36px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #workshop .workshop_before .container .list .item {
    width: calc((100% - 56px) / 2);
    font-size: 18px;
    padding: 22px 0 17px 58px;
  }
}
#workshop .workshop_before .container .list .item::before {
  position: absolute;
  content: counter(number, decimal-leading-zero);
  top: 7px;
  left: 0;
  color: #cbb87b;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #workshop .workshop_before .container .list .item::before {
    top: 12px;
    font-size: 28px;
  }
}
#workshop .workshop_before .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #workshop .workshop_before .img_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px 26px;
    margin-top: 80px;
    /* 1000以下  */
  }
  #workshop .workshop_before .img_list::before {
    content: "";
    width: 3%;
    display: inline-block;
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  #workshop .workshop_before .img_list::before {
    content: inherit;
  }
}
#workshop .workshop_before .img_item {
  width: 100%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #workshop .workshop_before .img_item {
    width: auto;
  }
  #workshop .workshop_before .img_item img {
    height: 400px;
    width: auto;
  }
}
#workshop .workshop_before .img_item p {
  font-weight: 400;
  margin-top: 7px;
}

/* 容器の組み立て方
---------------------------------------------------------- */
#assemble p {
  margin: 0;
}
#assemble .assemble_movie .movie_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #assemble .assemble_movie .movie_list {
    gap: 50px 36px;
  }
}
#assemble .assemble_movie .movie_item {
  width: 100%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #assemble .assemble_movie .movie_item {
    width: calc((100% - 36px) / 2);
  }
}
#assemble .assemble_movie .movie_item .heading {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #assemble .assemble_movie .movie_item .heading {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
#assemble .assemble_movie .movie_item .movie {
  aspect-ratio: 16/9;
}
#assemble .assemble_movie .movie_item .movie iframe {
  width: 100%;
  height: 100%;
}
#assemble .assemble_illust .group {
  border: 1px solid #D3D3D3;
  padding: 30px 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #assemble .assemble_illust .group {
    padding: 50px 100px;
    /* 1000以下  */
  }
}
@media all and (min-width: 751px) and (max-width: 1000px) {
  #assemble .assemble_illust .group {
    padding: 50px 60px;
  }
}
#assemble .assemble_illust .group:not(:last-child) {
  margin-bottom: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #assemble .assemble_illust .group:not(:last-child) {
    margin-bottom: 40px;
  }
}
#assemble .assemble_illust .group .ttl {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 28px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #assemble .assemble_illust .group .ttl {
    font-size: 22px;
    margin-bottom: 46px;
  }
}
#assemble .assemble_illust .group .step_item:not(:last-child) {
  margin-bottom: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #assemble .assemble_illust .group .step_item:not(:last-child) {
    margin-bottom: 40px;
  }
}
#assemble .assemble_illust .group .step_item .heading {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 16px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #assemble .assemble_illust .group .step_item .heading {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
#assemble .assemble_illust .group .step_item .heading span {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #8e7b45;
  /* 750以下  */
  /* 751以上 */
}
@media all and (max-width: 750px) {
  #assemble .assemble_illust .group .step_item .heading span {
    display: block;
    margin-bottom: 4px;
  }
}
@media all and (min-width: 751px) {
  #assemble .assemble_illust .group .step_item .heading span {
    margin-right: 26px;
  }
}
#assemble .assemble_illust .group .step_item .image {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #assemble .assemble_illust .group .step_item .image {
    margin-inline: -14px;
  }
}

/* Q&A
---------------------------------------------------------- */
#faq .container {
  background-color: #FAF8F2;
}
#faq a {
  text-decoration: underline;
  color: #393332;
}
@media (hover: hover) {
  #faq a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #faq a:hover {
    opacity: 0.6;
  }
}
#faq .faq_item {
  padding: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #faq .faq_item {
    padding: 36px 40px;
  }
}
#faq .faq_item:not(:last-child) {
  border-bottom: 1px solid #CCCBB9;
}
#faq .faq_item .question {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #faq .faq_item .question {
    font-size: 17px;
    margin-bottom: 14px;
  }
}
#faq .faq_item .question::before {
  content: "Q.";
}
#faq .faq_item .answer {
  position: relative;
  font-weight: 400;
  line-height: 2;
  padding-left: 1em;
}
#faq .faq_item .answer::before {
  position: absolute;
  content: "A.";
  top: 0;
  left: 0;
}
#faq .others_area {
  margin-top: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #faq .others_area {
    margin-top: 80px;
  }
}

/* 会社概要
---------------------------------------------------------- */
#corporate .map {
  aspect-ratio: 2/1;
  margin-bottom: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #corporate .map {
    margin-bottom: 80px;
  }
}
#corporate .map iframe {
  width: 100%;
  height: 100%;
}

/* ご使用上の注意
---------------------------------------------------------- */
#notes .note_item {
  font-weight: 400;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
#notes .note_item:not(:last-child) {
  margin-bottom: 2em;
}

/* 金箔押し名入れについて
---------------------------------------------------------- */
#print a.underline {
  text-decoration: underline;
}
#print .lead_area {
  margin-bottom: 50px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #print .lead_area {
    position: relative;
    margin-bottom: 120px;
  }
}
@media (hover: hover) {
  #print .lead_area a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #print .lead_area a:hover {
    opacity: 0.6;
  }
}
#print .lead_area .text {
  text-align: center;
  font-size: 15px;
  margin-top: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #print .lead_area .text {
    position: absolute;
    top: 50%;
    left: 52.3%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40%;
    text-align: left;
    font-size: 19px;
    margin-top: 0;
    /* 1200以下  */
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  #print .lead_area .text {
    font-size: 15px;
  }
}
#print .print_order .order_container {
  background-color: #FAF8F2;
}
#print .print_order .order_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 26px 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #print .print_order .order_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 14px;
    padding: 36px 40px;
  }
}
#print .print_order .order_item:not(:last-child) {
  border-bottom: 1px solid #CCCBB9;
}
#print .print_order .order_heading {
  font-weight: 500;
  font-size: 15px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #print .print_order .order_heading {
    width: 180px;
  }
}
#print .print_order .order_content {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #print .print_order .order_content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#print .print_order .order_content p:not(:last-child) {
  margin-bottom: 2em;
}
#print .print_order .lot_table {
  width: min(500px, 100%);
  border-collapse: collapse;
  text-align: center;
  margin: 20px 0;
}
#print .print_order .lot_table thead {
  background-color: #CCCBB9;
}
#print .print_order .lot_table thead th:not(:last-child) {
  border-right-color: #fff;
}
#print .print_order .lot_table tbody {
  background-color: #fff;
}
#print .print_order .lot_table th,
#print .print_order .lot_table td {
  padding: 8px 4px;
  border: 1px solid #CCCBB9;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #print .print_order .lot_table th,
  #print .print_order .lot_table td {
    padding: 8px 12px;
  }
}
#print .print_order .lot_table th {
  font-weight: 500;
}
#print .print_products .products_list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 20px 8px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #print .print_products .products_list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 60px 20px;
  }
}
#print .print_products .products_item a .product_name {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #print .print_products .products_item a .product_name {
    font-size: 16px;
  }
}
#print .print_products .products_item a .product_name span {
  background-image: -webkit-gradient(linear, left top, right top, from(#393332), to(#393332));
  background-image: linear-gradient(90deg, #393332, #393332);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}
@media (hover: hover) {
  #print .print_products .products_item a .product_image img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #print .print_products .products_item a:hover .product_image img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  #print .print_products .products_item a:hover .product_name span {
    background-size: 100% 1px;
  }
}

/* 紙製容器のご案内
---------------------------------------------------------- */
#paper-container .paper-container_feature .feature_container {
  background-color: #FAF8F2;
  padding: 4px 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #paper-container .paper-container_feature .feature_container {
    padding: 30px 80px;
  }
}
#paper-container .paper-container_feature .feature_list {
  counter-reset: number 0;
}
#paper-container .paper-container_feature .feature_item {
  position: relative;
  counter-increment: number 1;
  font-weight: 400;
  padding: 26px 0 26px 42px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #paper-container .paper-container_feature .feature_item {
    font-size: 18px;
    padding: 30px 0 30px 92px;
  }
}
#paper-container .paper-container_feature .feature_item::before {
  position: absolute;
  content: counter(number, decimal-leading-zero);
  top: 20px;
  left: 0;
  color: #cbb87b;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #paper-container .paper-container_feature .feature_item::before {
    top: 48%;
    left: 17px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 34px;
  }
}
#paper-container .paper-container_feature .feature_item:not(:last-child) {
  border-bottom: 1px solid #CCCBB9;
}
#paper-container .invite_area {
  margin-top: 60px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #paper-container .invite_area {
    margin-top: 120px;
  }
}
#paper-container .invite_area .heading {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #paper-container .invite_area .heading {
    font-size: 31px;
    margin-bottom: 100px;
  }
}
#paper-container .invite_area .heading span {
  display: inline-block;
}

/* プライバシーポリシー
---------------------------------------------------------- */
#privacy .info_area {
  margin-bottom: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #privacy .info_area {
    margin-bottom: 40px;
  }
}
#privacy .info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#privacy .info_item:not(:last-child) {
  margin-bottom: 10px;
}
#privacy .info_item .heading {
  width: 90px;
  font-weight: 500;
  font-size: 1.13em;
}
#privacy .info_item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#privacy .container {
  background-color: #FAF8F2;
}
#privacy a {
  text-decoration: underline;
  color: #393332;
}
@media (hover: hover) {
  #privacy a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #privacy a:hover {
    opacity: 0.6;
  }
}
#privacy .policy_item {
  padding: 20px 20px 0px 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #privacy .policy_item {
    padding: 36px 40px 0;
  }
}
#privacy .policy_item:last-child {
  padding: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #privacy .policy_item:last-child {
    padding: 36px 40px;
  }
}
#privacy .policy_item .heading {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #privacy .policy_item .heading {
    font-size: 17px;
    margin-bottom: 14px;
  }
}
#privacy .policy_item .cont {
  font-weight: 400;
  line-height: 2;
}
#privacy .policy_item .cont > *:not(:last-child) {
  margin-bottom: 1em;
}
#privacy .policy_item .cont ol {
  counter-reset: number 0;
}
#privacy .policy_item .cont ol > li {
  counter-increment: number 1;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
#privacy .policy_item .cont ol > li::before {
  content: counter(number) ".";
  letter-spacing: 0.1em;
}
#privacy .policy_item .cont ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
#privacy .policy_item .cont ul > li::before {
  content: "・";
}

/* 注文方法
---------------------------------------------------------- */
#orderinfo .orderinfo_list {
  counter-reset: number 0;
  background-color: #FAF8F2;
  padding: 30px 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #orderinfo .orderinfo_list {
    padding: 80px 60px;
  }
}
#orderinfo .orderinfo_item {
  counter-increment: number 1;
}
#orderinfo .orderinfo_item:not(:last-child) {
  margin-bottom: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #orderinfo .orderinfo_item:not(:last-child) {
    margin-bottom: 60px;
  }
}
#orderinfo .orderinfo_head {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  padding-left: 36px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCBB9;
  margin-bottom: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #orderinfo .orderinfo_head {
    font-size: 18px;
    padding-left: 52px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
#orderinfo .orderinfo_head::before {
  position: absolute;
  content: counter(number, decimal-leading-zero);
  top: -7px;
  left: 0;
  color: #cbb87b;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #orderinfo .orderinfo_head::before {
    top: -8px;
    font-size: 28px;
  }
}
#orderinfo .orderinfo_cont {
  font-weight: 400;
  line-height: 1.8;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #orderinfo .orderinfo_cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2;
  }
}
#orderinfo .orderinfo_cont p:not(:last-child) {
  margin-bottom: 1em;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  #orderinfo .orderinfo_cont p:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
#orderinfo .orderinfo_cont a {
  text-decoration: underline;
  color: #393332;
}
@media (hover: hover) {
  #orderinfo .orderinfo_cont a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #orderinfo .orderinfo_cont a:hover {
    opacity: 0.6;
  }
}
#orderinfo .orderinfo_cont ol {
  counter-reset: number 0;
}
#orderinfo .orderinfo_cont ol > li {
  counter-increment: number 1;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
#orderinfo .orderinfo_cont ol > li::before {
  content: counter(number) ".";
  letter-spacing: 0.1em;
}
#orderinfo .orderinfo_cont ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
#orderinfo .orderinfo_cont ul > li::before {
  content: "・";
}

/* 返品特約について
---------------------------------------------------------- */
.fs-body-about-returnPolicy dl.taisei-pack__guide__info {
  padding: 20px 0;
}
.fs-body-about-returnPolicy .taisei-pack__guide__info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fs-body-about-returnPolicy .taisei-pack__guide__info__item .item__title {
  margin: 0 10px 0 0;
}
.fs-body-about-returnPolicy dt.item__title img {
  width: 100px;
}
.fs-body-about-returnPolicy .free-dial {
  margin: 0 0 10px;
}