@charset "UTF-8";
/*
@include css3(transform, translate(-50%, -50%));
@include css3(transition, 0.3s ease-in-out);  
transform: rotate(0.03deg);
*/
input, select, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/*====================================
 お問い合わせ
=====================================*/
.contact #content .inner {
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 200px; }
  @media screen and (max-width: 1440px) {
    .contact #content .inner {
      width: 90%;
      max-width: 1240px; } }
  @media screen and (max-width: 1240px) {
    .contact #content .inner {
      width: 100%; } }
  @media screen and (max-width: 520px) {
    .contact #content .inner {
      padding-bottom: 70px; } }
.contact #content .contactBox p {
  padding: 0 0 0.5em;
  line-height: 200%; }
  @media screen and (max-width: 520px) {
    .contact #content .contactBox p {
      text-align: left !important;
      font-size: 14px; }
      .contact #content .contactBox p br {
        display: none; } }
  .contact #content .contactBox p.tx {
    text-align: center;
    font-weight: 700;
    padding: 0 0 1.5em;
    font-size: 18px; }
.contact #content .tgl {
  background-color: #373737;
  padding: 0 50px; }
  @media screen and (max-width: 520px) {
    .contact #content .tgl {
      padding: 0 15px 50px;
      margin: 10px auto; } }
  .contact #content .tgl.active .par:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translate(0%, -50%) rotate(-45deg);
    -moz-transform: translate(0%, -50%) rotate(-45deg);
    -ms-transform: translate(0%, -50%) rotate(-45deg);
    -o-transform: translate(0%, -50%) rotate(-45deg);
    transform: translate(0%, -50%) rotate(-45deg); }
  .contact #content .tgl.active .chi {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    padding: 0 0 50px;
    height: auto; }
  .contact #content .tgl .par {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 30px;
    cursor: pointer; }
    @media screen and (max-width: 520px) {
      .contact #content .tgl .par {
        padding: 15px 15px 15px 0; } }
    .contact #content .tgl .par:before {
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      content: '';
      width: 10px;
      height: 10px;
      border-top: solid 2px #FFF;
      border-right: solid 2px #FFF;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0%, -50%) rotate(135deg);
      -moz-transform: translate(0%, -50%) rotate(135deg);
      -ms-transform: translate(0%, -50%) rotate(135deg);
      -o-transform: translate(0%, -50%) rotate(135deg);
      transform: translate(0%, -50%) rotate(135deg); }
    .contact #content .tgl .par p {
      padding-bottom: 0; }
  .contact #content .tgl .chi {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    height: 0; }
    .contact #content .tgl .chi ul li {
      position: relative;
      text-align: left;
      line-height: 40px;
      padding: 0 0 0 1.5em;
      						/*
                              &:before{
                                  content: "・";
                                  position: absolute;
                                  top: 0;
                                  left: 0;
                              }
      						*/ }
      @media screen and (max-width: 520px) {
        .contact #content .tgl .chi ul li {
          line-height: 30px;
          padding: 3px 0 3px 0; }
          .contact #content .tgl .chi ul li p {
            font-size: 14px;
            line-height: 160%; } }
      .contact #content .tgl .chi ul li p {
        text-align: center; }
.contact #content .form {
  margin: 50px 0 0 0; }
.contact #content .wpcf7-response-output {
  display: none; }
.contact #content input, .contact #content select, .contact #content textarea {
  padding: 3px; }
  .contact #content input:focus, .contact #content select:focus, .contact #content textarea:focus {
    outline: none; }
  @media screen and (max-width: 1024px) {
    .contact #content input, .contact #content select, .contact #content textarea {
      width: 100%; } }
  .contact #content input.title, .contact #content select.title, .contact #content textarea.title {
    display: none; }
.contact #content input[type="text"], .contact #content input[type="number"], .contact #content input[type="email"], .contact #content input[type="date"], .contact #content input[type="tel"], .contact #content textarea, .contact #content select {
  width: 100%;
  border: none;
  background-color: #F8F8F8;
  padding: 10px;
  -webkit-appearance: none; }
  @media screen and (max-width: 1024px) {
    .contact #content input[type="text"], .contact #content input[type="number"], .contact #content input[type="email"], .contact #content input[type="date"], .contact #content input[type="tel"], .contact #content textarea, .contact #content select {
      font-size: 12px; } }
.contact #content input[type="date"] {
  min-height: 38px;
  text-align: left; }
.contact #content input[type="number"] {
  -webkit-appearance: none;
  width: 100px;
  text-align: center; }
.contact #content textarea {
  width: 100%; }
  .contact #content textarea.comment {
    max-height: 120px; }
@media screen and (max-width: 520px) {
  .contact #content .postcode {
    width: 30% !important; } }
.contact #content input[type="radio"] {
  width: auto;
  margin: 0 5px 0 0; }
.contact #content input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin: 0 !important;
  width: 20px;
  height: 20px;
  top: 5px;
  position: relative; }
.contact #content label {
  margin: 0 10px 0 0; }
  @media screen and (max-width: 520px) {
    .contact #content label {
      margin: 0; } }
.contact #content .hissu,
.contact #content .nini {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: auto;
  width: auto;
  right: 10px;
  padding: 0px 10px;
  line-height: 180%;
  color: #FFF;
  font-size: 12px;
  background-color: #808080; }
  @media screen and (max-width: 520px) {
    .contact #content .hissu,
    .contact #content .nini {
      right: 0px !important; } }
.contact #content .nini {
  background-color: #04837D; }
@media screen and (max-width: 1240px) {
  .contact #content .form {
    padding: 0 20px; } }
@media screen and (max-width: 520px) {
  .contact #content .form {
    padding: 0; } }
.contact #content table {
  margin: 0 auto 50px;
  border: none;
  width: 100%; }
  @media screen and (max-width: 1260px) {
    .contact #content table {
      width: 100%; } }
  @media screen and (max-width: 520px) {
    .contact #content table {
      margin-bottom: 0; } }
  .contact #content table tr th, .contact #content table tr td {
    padding: 20px; }
    @media screen and (max-width: 520px) {
      .contact #content table tr th, .contact #content table tr td {
        padding: 0 20px; } }
  .contact #content table tr th {
    position: relative; }
    @media screen and (max-width: 520px) {
      .contact #content table tr th {
        padding: 10px 10px; } }
  @media screen and (max-width: 520px) {
    .contact #content table tr td {
      padding: 0 10px 20px; } }
  .contact #content table tr td p {
    line-height: 180%; }
    .contact #content table tr td p.mini {
      font-size: 14px;
      padding: 0; }
  .contact #content table tr td .add {
    padding: 10px 0 0 1.7em; }
  .contact #content table tr td .postBox {
    padding: 0; }
    .contact #content table tr td .postBox p {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 0 10px; }
      .contact #content table tr td .postBox p input[type="text"] {
        width: 150px; }
    .contact #content table tr td .postBox:first-child p:first-child, .contact #content table tr td .postBox:nth-child(2) p:first-child {
      min-width: 100px; }
@media screen and (max-width: 520px) {
  .contact #content .wpcf7-validates-as-date {
    margin: 0 0 5px; } }
.contact #content .wpcf7-radio .wpcf7-list-item {
  margin: 0 1em 0 0; }
.contact #content .wpcf7-checkbox.kikkake {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .contact #content .wpcf7-checkbox.kikkake .wpcf7-list-item {
    width: 25%;
    margin: 0;
    padding: 5px 0; }
    @media screen and (max-width: 1024px) {
      .contact #content .wpcf7-checkbox.kikkake .wpcf7-list-item {
        padding: 0 0 2px;
        width: 100%;
        font-size: 15px; } }
.contact #content .kakunin th {
  padding: 15px; }
.contact #content .wpcf7-not-valid-tip {
  font-size: 14px; }
.contact #content .privacyCh {
  font-size: 16px;
  padding: 0 50px 50px;
  border-bottom: 1px solid #757575; }
  @media screen and (max-width: 520px) {
    .contact #content .privacyCh {
      font-size: 14px;
      padding: 20px; } }
  .contact #content .privacyCh h2, .contact #content .privacyCh h3 {
    text-align: center;
    font-size: 24px;
    padding: 0 0 30px; }
    @media screen and (max-width: 768px) {
      .contact #content .privacyCh h2, .contact #content .privacyCh h3 {
        font-size: 18px; } }
  .contact #content .privacyCh p {
    padding: 0 0 1em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .contact #content .privacyCh p {
        font-size: 14px;
        text-align: left; } }
  .contact #content .privacyCh a {
    text-decoration: underline;
    color: #FFF; }
  .contact #content .privacyCh .chBox {
    position: relative;
    padding: 10px 0 0 0; }
    .contact #content .privacyCh .chBox p {
      display: flex;
      justify-content: center;
      align-content: center;
      line-height: 100%; }
      @media screen and (max-width: 520px) {
        .contact #content .privacyCh .chBox p {
          font-size: 12px; } }
    .contact #content .privacyCh .chBox .hissu {
      -webkit-transform: translate(0%, 0%);
      -moz-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      -o-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      position: relative;
      top: auto;
      left: auto;
      right: auto; }
      @media screen and (max-width: 520px) {
        .contact #content .privacyCh .chBox .hissu {
          font-size: 10px; } }
  .contact #content .privacyCh label {
    position: relative; }
  .contact #content .privacyCh input[type="checkbox"] {
    width: 15px;
    height: 15px;
    top: 3px;
    margin: 0 7px 0 0 !important;
    position: relative; }
.contact #content .submitArea {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 0 0; }
  @media screen and (max-width: 620px) {
    .contact #content .submitArea {
      flex-wrap: wrap;
      padding: 10px 0 0 0; } }
  .contact #content .submitArea .in,
  .contact #content .submitArea .mo {
    width: 300px;
    margin: 0 10px; }
    @media screen and (max-width: 620px) {
      .contact #content .submitArea .in,
      .contact #content .submitArea .mo {
        width: 48%;
        margin: 5px 0 0; } }
  .contact #content .submitArea p {
    display: flex;
    justify-content: center;
    padding: 0 !important; }
    .contact #content .submitArea p .wpcf7-submit,
    .contact #content .submitArea p .modoru {
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      position: relative;
      display: flex;
      justify-content: space-around;
      align-items: center;
      width: 280px;
      padding: 16px 5px;
      line-height: 1.8;
      text-decoration: none;
      transition: 0.3s ease-in-out;
      font-weight: 500;
      background-color: #FFF;
      border: none;
      color: #333 !important; }
      @media screen and (max-width: 520px) {
        .contact #content .submitArea p .wpcf7-submit,
        .contact #content .submitArea p .modoru {
          padding: 19px 5px; } }
      .contact #content .submitArea p .wpcf7-submit:hover,
      .contact #content .submitArea p .modoru:hover {
        opacity: 1;
        background: #000;
        color: #FFF !important; }
      .contact #content .submitArea p .wpcf7-submit:disabled,
      .contact #content .submitArea p .modoru:disabled {
        opacity: 0.5;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
    .contact #content .submitArea p .disable {
      border: 2px solid #191919; }
    .contact #content .submitArea p .wpcf7-spinner {
      display: none; }

.contact.thanks #content {
  min-height: 100px; }
  .contact.thanks #content .contactComplete {
    text-align: center;
    padding: 100px 0; }
    .contact.thanks #content .contactComplete .title {
      font-size: 60px;
      font-weight: 700;
      text-align: center;
      padding: 80px 0 50px; }
      @media screen and (max-width: 520px) {
        .contact.thanks #content .contactComplete .title {
          font-size: 24px;
          padding: 30px 0 20px; } }
    .contact.thanks #content .contactComplete .tx {
      font-size: 16px;
      font-weight: 600;
      line-height: 250%;
      background-color: #373737;
      padding: 50px 60px;
      text-align: left; }
    .contact.thanks #content .contactComplete .btn {
      padding: 50px 0;
      text-align: center;
      display: flex;
      justify-content: center; }
      .contact.thanks #content .contactComplete .btn a, .contact.thanks #content .contactComplete .btn span {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        max-width: 280px;
        height: 70px;
        padding: 9px 25px 9px 30px;
        line-height: 1.8;
        letter-spacing: 0.07em;
        text-decoration: none;
        transition: 0.3s ease-in-out;
        font-weight: 600;
        background-color: #000;
        color: #FFF;
        border-radius: 3px;
        font-size: 20px; }
        .contact.thanks #content .contactComplete .btn a:after, .contact.thanks #content .contactComplete .btn span:after {
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          -webkit-transform: translate(0%, -50%);
          -moz-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          -o-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
          position: absolute;
          top: 50%;
          right: 25px;
          content: "";
          width: 11px;
          height: 9px;
          background-color: #000;
          background-color: #FFF; }
        .contact.thanks #content .contactComplete .btn a:hover, .contact.thanks #content .contactComplete .btn span:hover {
          opacity: 1; }
          .contact.thanks #content .contactComplete .btn a:hover:after, .contact.thanks #content .contactComplete .btn span:hover:after {
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
            right: 20px; }
      .contact.thanks #content .contactComplete .btn a {
        width: 300px; }
