@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {
  overflow: hidden;
}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}


/* ****************************************************************************************************
   * お取り寄せ トピックス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#topics {
  position: relative;
  padding-top: 60px;
}

#topics .body {
  max-width: 1120px;
}

#topics .box {
  background: #f7f4e3;
  border-radius: 50px;
  padding: 40px 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #topics {
    position: relative;
    padding-top: 2em !important;
    padding-bottom: 0 !important;
  }
  #topics .box {
    background: #f7f4e3;
    border-radius: 25px;
    padding: 30px;
  }
}


/* ****************************************************************************************************
   * お取り寄せ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.order {
  position: relative;
}

#lead {
  padding-top: 60px;
  padding-bottom: 110px;
}

.order .body {
  max-width: 1120px;
}

#lead .text a {
  text-decoration: underline;
}
#lead .text a:hover {
  text-decoration: none;
}


/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.order .title-area {
  line-height: 1.4;
}
.order .title {
  position: relative;
  color: #000;
  font-size: 3.3rem;
  font-weight: bold;
  font-family: '秀英にじみ丸ゴシック B';
  padding-left: 0.8em;
}
.order .title::after {
  content: attr(data-text);
  display: block;
  font-size: 1.7rem;
  color: var(--c-tpink);
  font-family: "Noto Sans JP";
}
.order .title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: var(--c-pink);
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 16px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .order .title-area {
    line-height: 1.4;
  }
  .order .title {
    position: relative;
    color: #000;
    font-size: 2.0rem;
    font-weight: bold;
    padding-left: 0.7em;
  }
  .order .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.5rem;
    color: var(--c-tpink);
  }
  .order .title::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--c-pink);
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 8px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.order .text {
  font-size: 1.6rem;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#lead .item-list {
}

#lead .item-list li {
  display: flex;
  justify-content: center;
}
#lead .item-list li ~ li {
  margin-top: 60px;
}

#lead .item-list li .images {
  margin-right: 2em;
  width: 37%;
  text-align: center;
}
#lead .item-list li .detail {
  width: 75%;
}

#lead .item-list li .caption {
  color: var(--c-brown);
  font-size: 2.0rem;
  font-family: '秀英にじみ丸ゴシック B';
}
#lead .item-list li .text {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #lead .item-list {
  }
  #lead .item-list li {
    display: block;
   justify-content: center;
  }
  #lead .item-list li ~ li {
    margin-top: 40px;
  }
  #lead .item-list li .images {
    margin-right: 0;
    width: 100%;
  }
  #lead .item-list li .detail {
    width: 100%;
    margin-top: 1em;
  }
  #lead .item-list li .caption {
    color: var(--c-brown);
    font-size: 1.6rem;
    font-family: '秀英にじみ丸ゴシック B';
  }
}

/* ****************************************************************************************************
   * ご注文・お問い合わせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#order {
  padding-bottom: 110px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #order {
    padding-top: 0 !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#order .box {
  border-radius: 40px;
  border: 2px solid var(--c-pink);
  padding: 50px 60px;
}
#order .box .text.color-1 {
  color: var(--c-pink);
  font-weight: bold;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #order .box {
    border-radius: 20px;
    border: 2px solid var(--c-pink);
    padding: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#order ul.default {
  font-size: 1.6rem;
}


/* ----------------------------------------------------------------------------------------------------
   * 2カラム
/* ------------------------------------------------------------------------------------------------- */

#order .layout-flex-2 {
  margin-top: 60px;
  padding-bottom: 90px;
  justify-content: center;
}
#order .layout-flex-2 > .item {
  background: var(--c-yellow);
  border-radius: 40px;
  padding: 50px 30px;
}

#order .title-1 {
  font-size: 2.4rem;
  text-align: center;
  color: var(--c-brown);
  font-family: '秀英にじみ丸ゴシック B';
  border-bottom: 2px dotted var(--c-pink);
}

#order .text > a {
  text-decoration: underline;
}
#order .text > a:hover {
  text-decoration: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #order .layout-flex-2 {
    margin-top: 30px;
    padding-bottom: 60px;
  }
  #order .layout-flex-2 > .item {
    background: var(--c-yellow);
    border-radius: 20px;
    padding: 20px;
  }
  #order .title-1 {
    font-size: 1.8rem;
    text-align: center;
    color: var(--c-brown);
    font-family: '秀英にじみ丸ゴシック B';
    border-bottom: 2px dotted var(--c-pink);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 電話番号
/* ------------------------------------------------------------------------------------------------- */

#order .text-1 {
  text-align: center;
  margin-top: 30px;
}
#order .layout-flex-2 .item .tel {
  position: relative;
  line-height: 1.0;
  font-weight: bold;
  color: var(--c-brown);
  font-size: 4.5rem;
  padding-left: 1.6em;
  transition: 0.3s;
  font-family: '秀英にじみ丸ゴシック B';
}

#order .layout-flex-2 .item .tel::before {
  content: "";
  display: block;
  background: url("../../_images/order/icon-tel.png") no-repeat;
  width: 65px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-62%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #order .text-1 {
    text-align: center;
    margin-top: 1em;
  }
  #order .layout-flex-2 .item .tel {
    position: relative;
    line-height: 1.0;
    font-weight: bold;
    color: var(--c-brown);
    font-size: 2.0rem;
    padding-left: 1.8em;
    transition: 0.3s;
    font-family: '秀英にじみ丸ゴシック B';
  }
  
  #order .layout-flex-2 .item .tel::before {
    content: "";
    display: block;
    background: url("../../_images/order/icon-tel.png") no-repeat;
    width: 32px;
    height: 19px;
    background-size: 32px 19px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-62%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * FAX番号
/* ------------------------------------------------------------------------------------------------- */

#order .layout-flex-2 .item .fax {
  position: relative;
  line-height: 1.0;
  font-weight: bold;
  color: var(--c-brown);
  font-size: 4.5rem;
  padding-left: 1.7em;
  transition: 0.3s;
  font-family: '秀英にじみ丸ゴシック B';
}

#order .layout-flex-2 .item .fax::before {
  content: "";
  display: block;
  background: url("../../_images/order/icon-fax.png") no-repeat;
  width: 72px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-62%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #order .layout-flex-2 .item .fax {
    position: relative;
    line-height: 1.0;
    font-weight: bold;
    color: var(--c-brown);
    font-size: 2.0rem;
    padding-left: 2.0em;
    transition: 0.3s;
    font-family: '秀英にじみ丸ゴシック B';
  }
  
  #order .layout-flex-2 .item .fax::before {
    content: "";
    display: block;
    background: url("../../_images/order/icon-fax.png") no-repeat;
    width: 36px;
    height: 20px;
    background-size: 36px 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-62%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#order .btn-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#order .btn-1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 .5em 0;
  border-bottom: 2px dotted var(--c-pink);
  min-width: 175px;
}
#order .btn-1 a:hover {
  opacity: 0.7;
}

#order .btn-1 span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: '秀英にじみ丸ゴシック B';
  font-size: 1.6rem;
  line-height: 1.0;
}
#order .btn-1 span::before {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-arrow-icon.png") no-repeat;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 0.2em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #order .btn-1 span::before {
    content: "";
    display: inline-block;
    background: url("../../_images/_common/detail-arrow-icon.png") no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    position: relative;
    margin-right: 0.2em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * メールでのお問い合わせ
/* ------------------------------------------------------------------------------------------------- */

#order .btn {
  position: relative;
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  background: var(--c-pink);
  color: #fff;
  text-align: left;
  padding: 1.5em 2em;
  border-radius: 40px;
}

#order .btn span {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: '秀英にじみ丸ゴシック B';
}
#order .btn span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/contact-mail.png") no-repeat;
  width: 30px;
  height: 23px;
  margin-right: 10px;
}

#order .btn::after {
  display: none;
}
#order .btn span::after {}

#order .btn:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #order .btn {
    position: relative;
    display: block;
    min-width: auto;
    background: var(--c-pink);
    color: #fff;
    text-align: left;
    padding: 10px 20px;
    border-radius: 30px;
    line-height: 1.4;
    margin-top: 1em;
  }
  
  #order .btn span {
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #order .btn span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/contact-mail.png") no-repeat;
    width: 15px;
    height: 12px;
    background-size: 15px 12px;
    margin-right: 10px;
  }
}

/* ****************************************************************************************************
   * お電話でのお問い合わせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#contact-form {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
}

#contact-form .box {
  background: #f7f4e3;
  border-radius: 50px;
  padding: 40px 60px;
  border: 0px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #contact-form {
    padding-top: 2em;
    padding-bottom: 2em;
    margin-top: 0;
  }
  #contact-form .box {
    background: #f7f4e3;
    border-radius: 25px;
    padding: 30px;
    border: 0px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#contact-form .title-1 {
  text-align: left;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#contact-form .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
#contact-form .box ul li {}
#contact-form .box ul li p.tel-text {
  font-size: 2.0rem;
}
#contact-form .box ul li p.text {
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  #contact-form .box ul li p.tel-text {
    font-size: 1.6rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {
  /*ブラウザの幅が736px以下の時*/
  #contact-form .box ul {
    display: block;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 電話番号
/* ------------------------------------------------------------------------------------------------- */

#contact-form .tel {
  position: relative;
  line-height: 1.4;
  font-weight: bold;
  color: var(--c-brown);
  font-size: 4.2rem;
  padding-left: 1.2em;
  transition: 0.3s;
  font-family: "秀英にじみ丸ゴシック B";
}
#contact-form .tel::before {
  content: "";
  display: block;
  background: url("../../_images/_common/contact-tel.png") no-repeat;
  width: 39px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-62%);
}

#contact-form span.text {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  color: #333333;
  font-weight: normal;
  text-align: left;
}
#contact-form .js-tel {}


#contact-form div.inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 3;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #contact-form .tel {
    position: relative;
    line-height: 1.4;
    font-weight: bold;
    color: var(--c-brown);
    font-size: 2.4rem;
    padding-left: 1.2em;
    transition: 0.3s;
  }
  #contact-form .tel::before {
    content: "";
    display: block;
    background: url("../../_images/_common/contact-tel.png") no-repeat;
    width: 19px;
    height: 19px;
    background-size: 19px 19px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-62%);
  }
  #contact-form span.text {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 0.5em;
    color: #333333;
    font-weight: normal;
    text-align: left;
    line-height: 1.4;
  }
}

/* ====================================================================================================
   * セクション3（送料について）
==================================================================================================== */

#order .postage {
  padding-bottom: 90px;
}

#order .postage article ~ article {
  margin-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #order .postage {
    padding-bottom: 2em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#order .postage .title-1 {
  text-align: left;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#order .postage .item {
  background: var(--c-yellow);
  border-radius: 40px;
  padding: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #order .postage .item {
    background: var(--c-yellow);
    border-radius: 20px;
    padding: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

#order .postage .item .icon {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #order .postage .item article:nth-child(1) .icon img {
    width: 78px;
  }
  #order .postage .item article:nth-child(2) .icon img {
    width: 60px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

table.radius {
  width: 100%;
  border-collapse: separate;
  border-radius: 20px;
  margin-top: 1em;
  border-top: 0;
  font-size: 1.6rem;
}
table.radius > thead > tr > th,
table.radius > tbody > tr > th,
table.radius > tbody > tr > td {
  padding: 20px 0.2em;
}

table.radius th {
  background: var(--c-pink);
  color: #fff;
}
table.radius td {
  border-bottom: 0;
  background: #fff;
  text-align: center;
}
table.radius td:first-child {
  font-weight: bold;
}

table.radius thead tr:first-child th:first-child {
  border-radius:20px 0 0 0;
}
table.radius thead tr:first-child th:last-child {
  border-radius:0 20px 0 0;
}

table.radius tbody tr:last-child td:first-child {
  border-radius:0 0 0 20px; 
}
table.radius tbody tr:last-child td:last-child {
  border-radius:0 0 20px 0; 
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  table.radius {
    width: 100%;
    border-collapse: separate;
    border-radius: 20px;
    margin-top: 20px;
  }
  table.radius > thead > tr > th,
  table.radius > tbody > tr > th,
  table.radius > tbody > tr > td {
    padding: 10px 20px;
  }

  table.radius tbody tr ~ tr {
    margin-top: 20px;
    display: block;
  }
  table.radius tbody tr:first-child th {
    border-radius:20px 20px 0 0;
  }
  table.radius tbody tr td:last-child {
    border-radius: 0 0 20px 20px;
  }
  table.radius tbody tr td:first-child {
    border-radius: 20px 20px 0 0;
    background: var(--c-pink);
    color: #fff;
    text-align: center;
  }
  table.radius td {
    border-bottom: 2px solid var(--c-yellow);
    background: #fff;
    text-align: center;
  }
  
  table.radius tbody tr:last-child th {
    border-radius:0 0 0 0; 
  }
  table.radius tbody tr:last-child td:last-child {
    border-radius:0 0 20px 20px; 
  }
  table.radius tbody tr:last-child td:first-child {
    border-radius:20px 20px 0 0; 
  }
  table.default:not(.no-responsive) tr ~ tr {
    margin-top: 0;
  }
  table.radius tbody tr td a {
    color: #ea538c;
    text-decoration: underline;
  }
  
  /* スマホ表示*/  
  table.radius thead {
    display:none;
  }
  table.radius tbody th {
    display:block;
  }
  table.radius tbody td {
    display:block;
  }
  table.radius tbody td::before {
    content: attr(label);
    float: left;
    clear:both;
    font-weight:bold;
    min-width: 100px;
  }
  table.radius tbody td {
    padding-left:6em;
  }
}

/* ====================================================================================================
   * セクション4（お支払い方法）
==================================================================================================== */

#order .payment {}

#order .payment article ~ article {
  margin-top: 60px;
}
#order .payment article {
  margin-top: 60px;
}
#order .payment article > * {
  font-size: 1.6rem;
}

#order .payment .color-1 {
  color: var(--c-pink);
  font-weight: bold;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #order .payment article ~ article {
    margin-top: 30px;
  }
  #order .payment article {
    margin-top: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#order .payment .title-1 {
  text-align: left;
}

#order .payment .title-3 {
  font-size: 1.8rem;
  color: var(--c-brown);
  background: #f5edf0;
  border-radius: 20px;
  padding: 0.2em 30px;
}


/* ****************************************************************************************************
   * お問い合わせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.contact-form {
  position: relative;
  padding-top: 60px;
  padding-bottom: 130px;
}

.contact-form .body {
  max-width: 1120px;
}

.contact-form .text a {
  text-decoration: underline;
}
.contact-form .text a:hover {
  text-decoration: none;
}

#contact-form-2 {
  padding-top: 0 !important;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.contact-form .title-area {
  line-height: 1.4;
}
.contact-form .title {
  position: relative;
  color: #000;
  font-size: 3.3rem;
  font-weight: bold;
  font-family: '秀英にじみ丸ゴシック B';
  padding-left: 0.8em;
}
.contact-form .title::after {
  content: attr(data-text);
  display: block;
  font-size: 1.7rem;
  color: var(--c-tpink);
  font-family: "Noto Sans JP";
}
.contact-form .title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: var(--c-pink);
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 16px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .contact-form .title-area {
    line-height: 1.4;
  }
  .contact-form .title {
    position: relative;
    color: #000;
    font-size: 2.0rem;
    font-weight: bold;
    padding-left: 0.7em;
  }
  .contact-form .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.5rem;
    color: var(--c-tpink);
  }
  .contact-form .title::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--c-pink);
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 8px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リンク
/* ------------------------------------------------------------------------------------------------- */

.contact-form .message a {
  position: relative;
  color: var(--c-tpink);
  display: inline-block;
  text-decoration: underline;
}
.contact-form .message a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------
   * 入力　確認　完了
/* ------------------------------------------------------------------------------------------------- */

.contact-form .message {
  font-size: 1.6rem;
}

#main *[class*="mwblock-"],
#main *[class*="mwinline-"] {
  display: none;
}

#main .mw_wp_form_preview .mwblock-preview {
  display: block;
  margin-top: 40px;
}

#main .mw_wp_form_input .mwblock-input {
  display: block;
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.contact-form .message {
  font-size: 1.5rem;
}
#main .mw_wp_form_preview .mwblock-preview {
  display: block;
}
#main .mw_wp_form_input .mwblock-input {
  display: block;
  margin-top: 1em;
}
}

#main .mw_wp_form_preview .mwinline-preview {
  display: inline;
}

#main .mw_wp_form_input .mwinline-input {
  display: inline;
}


#main .mw_wp_form_input .mwblock-message a {
  color: var(--c-pink);
}
#main .mw_wp_form_input .mwblock-message a:hover {
  color: var(--c-pink);
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------------
   * 必須
/* ------------------------------------------------------------------------------------------------- */

#main .mw_wp_form_input .mwblock-input span.hissu {
  background: var(--c-pink);
  color: #fff;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 3px 8px;
  line-height: 1.6;
}


/* ****************************************************************************************************
   * メールフォームからのお問い合わせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main-contents input {
  max-width: 100%;
  border: 0px;
  border-radius: 5px;
  background: #f4f4f4;
  padding: 0.5em;
}

#main-contents input[type="text"],
#main input[type="email"],
#main input[type="tel"] {
}

#main input[name="pref"] {
  width: 10em;
}

#main input[name="zip"] {
  width: 20em;
}

#main input[name="namae"],
#main input[name="kana"] {
  width: /*15em*/80%;
}

#main input[name="tel"],
#main input[name="fax"] {
  width: 40%;
}

#main input[name="company"],
#main input[name="companykana"],
#main input[name="busyo"],
#main input[name="position"],
#main input[name="email"],
#main input[name="email2"],
#main input[name="addr"],
#main input[name="addr1"],
#main input[name="addr2"],
#main input[name="addr3"] {
  width: /*25em*/80%;
}


#main textarea {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0px;
  border-radius: 5px;
  background: #f4f4f4;
  padding: 1em;
  box-sizing: border-box;
}

#main .mw_wp_form_input .require th {
  position: relative;
}
#main .mw_wp_form_input .require th::after {
  content: "必須";
  display: inline-block;
  background: var(--c-pink);
  color: #fff;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 3px 8px;
  line-height: 1.6;
  float: right;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main input[name="zip"] {
  width: 90%;
}

#main input[name="namae"],
#main input[name="kana"],
#main input[name="tel"],
#main input[name="fax"] {
  width: 100%;
}
#main input[name="company"],
#main input[name="companykana"],
#main input[name="busyo"],
#main input[name="position"],
#main input[name="email"],
#main input[name="email2"],
#main input[name="addr1"],
#main input[name="addr2"],
#main input[name="addr3"] {
  width: 100%;
}

}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

#main table.data {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .mw_wp_form .horizontal-item {
    display: block;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 同意ボタン
/* ------------------------------------------------------------------------------------------------- */

#main .agree-check {
  font-size: 1.8rem;
  font-family: '秀英にじみ丸ゴシック B';
}


/* ****************************************************************************************************
   * フォームボタン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 確認画面へ進む / 送信する
/* ------------------------------------------------------------------------------------------------- */

#main .form-button {
  text-align: center;
  margin-bottom: 0.5em;
  transition: 0.3s;
}
#main .form-button button {
  transition: 0.3s;
}

#main .form-button .btn {
  border: 0px;
  cursor: pointer;
  text-align: center;
  max-width: 400px;
  width: 100%;
  padding: 1em 0;
  transition: 0.3s;
  font-family: inherit;
}

#main .form-button .return {
  border: none;
  margin: 10px 30px 10px 10px;
  cursor: pointer;
  font-size: 1.8rem;
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  
  #main .form-button .return {
    border: none;
    margin: 10px 10px 20px;
    cursor: pointer;
    font-size: 1.6rem;
    text-decoration: underline;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 戻る
/* ------------------------------------------------------------------------------------------------- */

