@charset "UTF-8";
/* 各ページごとの設定 */
/*
@mixin pc_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, cover;
	background-position: left top, center, center;
}
@mixin sp_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, auto 100%;
	background-position: left top, center, center;
}
*/
/*------------------------------------------
共通
-------------------------------------------*/
.agree {
  display: none; }

.mw_wp_form_input .agree {
  display: block; }

/*PC
-----------------------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  .inner {
    width: 1000px; }

  #breadCrumb {
    margin: 0; }

  #mainv {
    height: auto;
    margin: 0 0 60px; }
    #mainv .inner {
      font-size: 15px;
      height: 290px;
      padding: 70px 0 0; }
      #mainv .inner .catch {
        font-size: 24px;
        font-weight: bold;
        margin: 0 0 35px; }
        #mainv .inner .catch .red {
          color: #DF263C; }

  #contents {
    width: 800px;
    margin-bottom: 180px; }
    #contents #telArea {
      width: calc(100% - 10px);
      border: solid 5px #ECECEC;
      border-radius: 5px;
      margin: 0 0 80px;
      padding: 20px 0;
      -webkit-align-items: center;
      align-items: center; }
      #contents #telArea div {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        width: 50%; }
        #contents #telArea div .tel {
          font-size: 26px; }
        #contents #telArea div .tel::before {
          content: "\f095";
          font-family: fontAwesome;
          color: #ff8746;
          margin: 0 10px 0 0; }
        #contents #telArea div .reception {
          font-size: 14px;
          font-weight: normal; }
      #contents #telArea div:last-child {
        width: calc(50% - 1px);
        border-left: solid 1px #E2E2E2; }
    #contents #formArea .step {
      width: 100%;
      border-radius: 5px;
      margin: 0 0 30px;
      overflow: hidden; }
      #contents #formArea .step li {
        font-size: 16px;
        line-height: 54px;
        text-align: center;
        width: 50%;
        background: #ECECEC;
        position: relative;
        font-weight: bold; }
      #contents #formArea .step li:first-child {
        width: calc(50% - 7px); }
      #contents #formArea .step li:last-child {
        width: calc(50% + 7px); }
      #contents #formArea .step li:first-child::before {
        content: "";
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        border: solid 35px transparent;
        border-right: solid 18px transparent;
        border-left: solid 18px #FFF;
        top: -8px;
        right: -36px;
        z-index: 1; }
      #contents #formArea .step li:first-child::after {
        content: "";
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        border: solid 27px transparent;
        border-right: solid 14px transparent;
        border-left: solid 14px #ECECEC;
        top: 0;
        right: -28px;
        z-index: 1; }
      #contents #formArea .step li.current {
        color: #FFF;
        background: #c9b3a4; }
      #contents #formArea .step li.current:first-child::after {
        border-left: solid 14px #c9b3a4; }
    #contents #formArea .lead {
      padding: 0 0 30px;
      border-bottom: solid 1px #E2E2E2; }
    #contents #formArea table {
      width: 100%;
      margin: 0 0 60px; }
      #contents #formArea table tr th {
        font-size: 16px;
        font-weight: bold;
        vertical-align: top;
        border-bottom: solid 1px #E2E2E2;
        padding: 30px 30px 30px 10px; }
      #contents #formArea table tr td {
        width: 510px;
        vertical-align: top;
        border-bottom: solid 1px #E2E2E2;
        padding: 30px 30px 30px 10px;
        /* イベントの設定 */ }
        #contents #formArea table tr td.naiyouArea .textBlock1 {
          font-weight: bold;
          font-size: 1.25em;
          margin: 0 0 10px; }
        #contents #formArea table tr td.naiyouArea .textBlock2 span.man {
          font-size: 1.25em;
          font-weight: bold;
          color: #42A0CC; }
        #contents #formArea table tr td.naiyouArea .textBlock2 span.woman {
          font-size: 1.25em;
          font-weight: bold;
          color: #DD7599; }
        #contents #formArea table tr td.naiyouArea .textBlock2 .payhoho {
          font-size: .84em;
          margin: 0 0 10px; }
        #contents #formArea table tr td.naiyouArea .textBlock2 .cancel {
          font-size: .84em;
          margin: 0 0 10px; }
        #contents #formArea table tr td input[type="text"] {
          width: calc(100% - 22px);
          border: solid 1px #CACACA;
          padding: 5px 10px; }
        #contents #formArea table tr td input[type="email"] {
          width: calc(100% - 20px);
          border: solid 1px #CACACA;
          padding: 5px 10px; }
        #contents #formArea table tr td input[type="number"] {
          width: 50px;
          border: solid 1px #CACACA;
          padding: 5px 10px; }
        #contents #formArea table tr td input[type="text"].sizeM {
          width: 80%; }
        #contents #formArea table tr td input[type="text"].sizeMS {
          width: 60%; }
        #contents #formArea table tr td input[type="text"].sizeS {
          width: 40%; }
        #contents #formArea table tr td input[type="text"].sizeSS {
          width: 15%; }
        #contents #formArea table tr td .selectArea {
          display: inline-block;
          vertical-align: middle; }
          #contents #formArea table tr td .selectArea select {
            border: solid 1px #CACACA;
            padding: 5px 10px; }
        #contents #formArea table tr td textarea {
          width: calc(100% - 20px);
          height: 110px;
          border: solid 1px #CACACA;
          padding: 5px 10px; }
        #contents #formArea table tr td label {
          border: solid 1px #CACACA;
          padding: 5px 20px; }
        #contents #formArea table tr td .kodawariKo {
          margin-top: 10px; }
        #contents #formArea table tr td .formItems {
          margin: 0 0 20px; }
        #contents #formArea table tr td .formItems:last-child {
          margin: 0; }
        #contents #formArea table tr td .note {
          font-size: 11px;
          margin: 10px 0 0; }
      #contents #formArea table .required th::after {
        content: "必須";
        color: #FFF;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        width: 60px;
        background: #DF263C;
        border-radius: 9px;
        margin: 0 0 0 10px;
        display: inline-block; }
      #contents #formArea table .required td input[type="text"] {
        background: #F9F1F1;
        border: solid 1px #EEC0C8; }
        #contents #formArea table .required td input[type="text"].optional {
          background: #FFF;
          border-color: #CCC; }
      #contents #formArea table .required td input[type="email"] {
        background: #F9F1F1;
        border: solid 1px #EEC0C8; }
      #contents #formArea table .required td input[type="number"] {
        background: #F9F1F1;
        border: solid 1px #EEC0C8; }
      #contents #formArea table .required td .selectArea select {
        background: #F9F1F1;
        border: solid 1px #EEC0C8; }
        #contents #formArea table .required td .selectArea select.optional {
          background: #FFF;
          border-color: #CCC; }
      #contents #formArea table .required td textarea {
        background: #F9F1F1;
        border: solid 1px #EEC0C8; }
      #contents #formArea table .required td label {
        background: #F9F1F1;
        border: solid 1px #EEC0C8; }
    #contents #formArea .agree {
      margin: 0 0 40px; }
      #contents #formArea .agree .ag-check {
        color: #888888;
        margin: 0 0 10px; }
        #contents #formArea .agree .ag-check label {
          font-size: 16px;
          color: #DF263C;
          margin: 0 20px 0 0; }
    #contents #formArea .btn {
      width: 420px;
      line-height: 80px;
      margin: 0 auto 50px;
      position: relative; }
      #contents #formArea .btn input {
        appearance: none;
        -webkit-appearance: none;
        color: #FFF;
        font-size: 26px;
        font-weight: bold;
        line-height: 80px;
        width: 100%;
        background: #DB263B;
        border: none;
        cursor: pointer;
        display: block;
        transition: .3s; }
      #contents #formArea .btn input:hover {
        background: #C12135; }
    #contents #formArea .btn::after {
      content: "\f105";
      color: #FFF;
      font-family: 'fontAwesome';
      font-size: 26px;
      position: absolute;
      top: 0;
      right: 20px;
      pointer-events: none; }
    #contents #formArea .joken {
      font-size: 13px; }
    #contents #formArea .thanks {
      width: 800px; }
      #contents #formArea .thanks p {
        margin: 0 0 10px; }
      #contents #formArea .thanks .midashi {
        color: #ff8746;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 20px; }
      #contents #formArea .thanks ul {
        margin: 0 0 30px; }
        #contents #formArea .thanks ul li::before {
          content: "・"; }
      #contents #formArea .thanks a {
        color: #0000FF;
        text-decoration: underline; }
      #contents #formArea .thanks a:hover {
        text-decoration: none; }

  /*--------------------------endPC--------------------------------*/ }
/*SP
-----------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  #breadCrumb {
    margin: 0; }

  #mainv {
    margin: 0 0 30px; }
    #mainv .inner {
      width: 86.8vw;
      height: 92vw;
      font-size: 11px;
      padding: 8vw 6.6vw 0; }
      #mainv .inner .catch {
        font-size: 15px;
        font-weight: bold;
        margin: 0 0 10px; }
        #mainv .inner .catch .red {
          color: #DF263C; }

  #contents {
    margin-bottom: 80px; }
    #contents #telArea {
      width: 76.2vw;
      border: solid 5px #ECECEC;
      border-radius: 5px;
      margin: 0 6.6vw 60px;
      padding: 5.3vw;
      -webkit-flex-direction: row;
      flex-direction: row; }
      #contents #telArea div {
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        text-align: center; }
        #contents #telArea div .tel {
          font-size: 18px; }
        #contents #telArea div .tel::before {
          content: "\f095";
          font-family: fontAwesome;
          color: #ff8746;
          margin: 0 10px 0 0; }
        #contents #telArea div .reception {
          font-size: 11px;
          font-weight: normal; }
      #contents #telArea div:last-child {
        border-top: solid 1px #E2E2E2;
        margin: 10px 0 0;
        padding: 10px 0 0; }
    #contents #formArea .step {
      margin: 0 0 20px; }
      #contents #formArea .step li {
        line-height: 50px;
        text-align: center;
        width: 50vw;
        background: #ECECEC;
        position: relative;
        font-weight: bold; }
      #contents #formArea .step li:first-child {
        width: calc(50vw - 7px); }
      #contents #formArea .step li:last-child {
        width: calc(50vw + 7px); }
      #contents #formArea .step li:first-child::before {
        content: "";
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        border: solid 31px transparent;
        border-right: solid 18px transparent;
        border-left: solid 18px #FFF;
        top: -6px;
        right: -36px;
        z-index: 1; }
      #contents #formArea .step li:first-child::after {
        content: "";
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        border: solid 25px transparent;
        border-right: solid 14px transparent;
        border-left: solid 14px #ECECEC;
        top: 0;
        right: -28px;
        z-index: 1; }
      #contents #formArea .step li.current {
        color: #FFF;
        background: #c9b3a4; }
      #contents #formArea .step li.current:first-child::after {
        border-left: solid 14px #c9b3a4; }
    #contents #formArea .lead {
      width: 86.8vw;
      margin: 0 6.6vw 25px; }
    #contents #formArea table {
      width: 100vw; }
      #contents #formArea table tr th {
        font-weight: bold;
        border-top: solid 1px #E2E2E2;
        padding: 6.6vw 6.6vw 5vw;
        display: block; }
      #contents #formArea table tr td {
        padding: 0 6.6vw 6.6vw;
        display: block;
        /* イベントの設定 */ }
        #contents #formArea table tr td.naiyouArea .textBlock1 {
          font-weight: bold;
          font-size: 1.25em;
          margin: 0 0 10px; }
        #contents #formArea table tr td.naiyouArea .textBlock2 span.man {
          font-size: 1.25em;
          font-weight: bold;
          color: #42A0CC; }
        #contents #formArea table tr td.naiyouArea .textBlock2 span.woman {
          font-size: 1.25em;
          font-weight: bold;
          color: #DD7599; }
        #contents #formArea table tr td.naiyouArea .textBlock2 .payhoho {
          margin: 0 0 10px; }
        #contents #formArea table tr td.naiyouArea .textBlock2 .cancel {
          margin: 0 0 10px; }
        #contents #formArea table tr td input[type="text"] {
          appearance: none;
          -webkit-appearance: none;
          width: calc(100% - 22px);
          border: solid 1px #CACACA;
          border-radius: 0;
          padding: 10px; }
        #contents #formArea table tr td input[type="number"] {
          appearance: none;
          -webkit-appearance: none;
          width: calc(100% - 20px);
          border: solid 1px #CACACA;
          border-radius: 0;
          padding: 10px; }
        #contents #formArea table tr td input[type="email"] {
          appearance: none;
          -webkit-appearance: none;
          width: calc(100% - 20px);
          border: solid 1px #CACACA;
          border-radius: 0;
          padding: 10px; }
        #contents #formArea table tr td input[type="radio"] {
          position: absolute;
          top: 50%;
          left: 1em;
          margin: 0;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        #contents #formArea table tr td input[type="checkbox"] {
          position: absolute;
          top: 50%;
          left: 1em;
          margin: 0;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        #contents #formArea table tr td input[type="text"].sizeM {
          width: calc(100% - 22px); }
        #contents #formArea table tr td input[type="text"].sizeS {
          width: calc(100% - 22px); }
        #contents #formArea table tr td input[type="text"].sizeSS {
          width: 20%;
          margin: 0 10px 10px 0; }
        #contents #formArea table tr td .selectArea {
          width: 100%;
          position: relative;
          line-height: 1; }
          #contents #formArea table tr td .selectArea select {
            appearance: none;
            -webkit-appearance: none;
            width: 100%;
            border: solid 1px #CACACA;
            border-radius: 0;
            margin: 0 0 10px;
            padding: 10px;
            display: inline-block;
            line-height: 18px; }
        #contents #formArea table tr td .selectArea::after {
          content: "\f107";
          font-family: "fontAwesome";
          color: #FFF;
          font-size: 16px;
          line-height: 40px;
          text-align: center;
          width: 40px;
          height: 40px;
          background: #c9b3a4;
          pointer-events: none;
          display: block;
          position: absolute;
          top: 0;
          right: 0; }
          .mw_wp_form_confirm #contents #formArea table tr td .selectArea::after {
            display: none; }
        #contents #formArea table tr td textarea {
          appearance: none;
          -webkit-appearance: none;
          width: calc(100% - 20px);
          height: 100px;
          border: solid 1px #CACACA;
          border-radius: 0;
          padding: 10px; }
        #contents #formArea table tr td label {
          appearance: none;
          -webkit-appearance: none;
          border: solid 1px #CACACA;
          border-radius: 0;
          margin-bottom: 10px;
          padding: 5px 20px 5px 3em;
          position: relative;
          display: inline-block; }
        #contents #formArea table tr td .formItems {
          margin: 0 0 20px; }
        #contents #formArea table tr td .formItems:last-child {
          margin: 0; }
        #contents #formArea table tr td .note {
          font-size: 11px;
          margin: 10px 0 0; }
        #contents #formArea table tr td .note li {
          text-indent: -1em;
          padding: 0 0 0 1em; }
      #contents #formArea table .required th::after {
        content: "必須";
        color: #FFF;
        font-size: 10px;
        line-height: 16px;
        text-align: center;
        width: 54px;
        background: #DF263C;
        border-radius: 8px;
        margin: 0 0 0 10px;
        display: inline-block; }
      #contents #formArea table .required td input[type="text"] {
        background: #F9F1F1;
        border: solid 1px #EEC0C8; }
        #contents #formArea table .required td input[type="text"].optional {
          background: #FFF;
          border-color: #CCC; }
      #contents #formArea table .required td input[type="email"] {
        background: #F9F1F1;
        border: solid 1px #EEC0C8; }
      #contents #formArea table .required td input[type="number"] {
        background: #F9F1F1;
        border: solid 1px #EEC0C8; }
      #contents #formArea table .required td .selectArea select {
        background: #F9F1F1;
        border: solid 1px #EEC0C8; }
        #contents #formArea table .required td .selectArea select.optional {
          background: #FFF;
          border-color: #CCC; }
      #contents #formArea table .required td textarea {
        background: #F9F1F1;
        border: solid 1px #EEC0C8; }
      #contents #formArea table .required td label {
        background: #F9F1F1;
        border: solid 1px #EEC0C8;
        padding-left: 3em;
        position: relative; }
    #contents #formArea .agree {
      width: 86.8vw;
      border-top: solid 1px #E2E2E2;
      padding: 6.6vw; }
      #contents #formArea .agree .ag-check {
        color: #888888;
        font-size: 10px;
        margin: 0 0 10px; }
        #contents #formArea .agree .ag-check label {
          font-size: 15px;
          color: #DF263C;
          display: block; }
        #contents #formArea .agree .ag-check .kome {
          padding: 0 0 0 1em; }
    #contents #formArea .btn {
      width: 86.8vw;
      margin: 0 auto 30px;
      position: relative; }
      #contents #formArea .btn input {
        appearance: none;
        -webkit-appearance: none;
        color: #FFF;
        font-size: 19px;
        font-weight: bold;
        line-height: 18.6vw;
        width: 100%;
        background: #DB263B;
        border: none;
        cursor: pointer;
        display: block;
        transition: .3s; }
    #contents #formArea .btn::after {
      content: "\f105";
      color: #FFF;
      font-family: 'fontAwesome';
      font-size: 19px;
      line-height: 18.6vw;
      display: block;
      position: absolute;
      top: 0;
      right: 20px;
      pointer-events: none; }
    #contents #formArea .joken {
      width: 86.8vw;
      font-size: 11px;
      padding: 0 6.6vw; }
    #contents #formArea .joken dd {
      text-indent: -1em;
      padding: 0 0 0 1em; }
    #contents #formArea .thanks {
      width: 86.8vw;
      padding: 0 6.6vw; }
      #contents #formArea .thanks p {
        margin: 0 0 10px; }
      #contents #formArea .thanks .midashi {
        color: #ff8746;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 20px; }
      #contents #formArea .thanks ul {
        margin: 0 0 30px; }
        #contents #formArea .thanks ul li::before {
          content: "・"; }
      #contents #formArea .thanks a {
        color: #0000FF;
        text-decoration: underline; }
      #contents #formArea .thanks a:hover {
        text-decoration: none; }

  /*--------------------------endSP--------------------------------*/ }

/*# sourceMappingURL=form_share.css.map */
