/* cafe
------------------------*/
@font-face {
  font-family: 'HuiFontP109';
  src: url("font/HuiFontP109.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.wrap--l {
  position: relative; }

.bg-Board {
  background: url(../../img/kashiwa/cafe/back-board.jpg) no-repeat;
  background-size: cover; }

.fui-font {
  font-family: 'HuiFontP109', sans-serif; }

.main h1 {
  font-size: 3.5rem;
  font-weight: bold; }

.main h2 {
  font-size: 3.8rem;
  color: #5a5a5a;
  padding: 0em 0.3em;
  background: transparent;
  border-left: solid 15px #ed7700;
  margin-bottom: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-50 {
  margin-top: 50px; }

.mt-120 {
  margin-top: 120px; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.pc {
  display: block; }

.sp {
  display: none; }

/* contact
------------------------*/
.contact {
  padding: 70px 0 117px;
  font-size: 1.5rem; }
  @media screen and (max-width: 640px) {
    .contact {
      padding: 20px 0 57px; } }
  .contact__call {
    display: inline-block;
    border: 2px solid #ed7700;
    padding: 15px 15px 8px 15px;
    border-radius: 8px; }
    @media screen and (max-width: 640px) {
      .contact__call {
        margin-top: 30px; } }
    .contact__call__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 640px) {
        .contact__call__box {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    .contact__call p {
      color: #ed7700;
      font-weight: bold; }
    .contact__call img {
      width: 30px;
      height: 30px; }
    .contact__call strong {
      padding-left: 10px;
      vertical-align: bottom;
      color: #5a5a5a;
      font-weight: bold;
      font-size: 3rem; }
      @media screen and (max-width: 640px) {
        .contact__call strong {
          font-size: 2rem; } }
      .contact__call strong span {
        font-size: 4rem;
        font-weight: bold;
        letter-spacing: 0.1rem; }
        @media screen and (max-width: 640px) {
          .contact__call strong span {
            font-size: 3rem; } }
  .contact .section01 .row {
    margin: 0 auto 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      .contact .section01 .row {
        display: block;
        margin: 0 auto 30px; } }
  .contact .contact__intro p {
    font-size: 1.4rem;
    color: #4d4d4d; }
  .contact .table {
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9; }
  .contact .table_title {
    letter-spacing: normal;
    width: 237px;
    background: #e5e5e5;
    padding: 20px;
    font-weight: bold;
    vertical-align: top; }
    @media screen and (max-width: 640px) {
      .contact .table_title {
        display: block;
        width: auto; } }
  .contact .table_data {
    padding: 10px 20px; }
    @media screen and (max-width: 640px) {
      .contact .table_data {
        display: block; } }
  .contact .table_row {
    border-bottom: 1px solid #d9d9d9; }
  .contact span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em; }
  .contact span.wpcf7-list-item {
    margin-left: 4em; }
    @media screen and (max-width: 640px) {
      .contact span.wpcf7-list-item {
        margin-left: 10px; } }
  .contact .wpcf7-list-item.first {
    margin-left: 0 !important; }
  .contact .table_list_title {
    margin-bottom: 5px; }
  .contact .table_list {
    margin-bottom: 10px; }
  .contact .table_data .wpcf7-text, .contact .table_data .wpcf7-textarea {
    line-height: inherit;
    font-weight: inherit;
    width: 95%;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    padding: 10px;
    font-family: inherit;
    -webkit-box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
    -moz-box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
    box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset; }
  .contact .agreement_check {
    margin-top: 28px;
    text-align: center; }
  .contact .submit_btn {
    text-align: center;
    margin: 28px auto 0;
    width: 300px; }
  .contact .submit_btn .wpcf7-submit[type="submit"], .contact .submit_btn .wpcf7-submit[type="button"] {
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background: #ed7700;
    width: 224px;
    line-height: 1;
    padding: 16px 0 13px;
    letter-spacing: 6px; }

@media screen and (max-width: 640px) {
  .pc {
    display: none; }
  .sp {
    display: block; } }
