@charset "utf-8";

/* CSS Document */


/*========= フォーム各種のためのCSS ===============*/

/* [tblContact01] ----------*/
.tblContact01 {
  width: 100%;
  margin-bottom: 60px;
  border-bottom: 1px solid #DDD; }

.tblContact01 th,
.tblContact01 td {
  padding: 20px 0;
  vertical-align: top;
  border-top: 1px solid #DDD; }

.tblContact01 td.noLine {
  padding-top: 0;
  border: none; }

.tblContact01 th {
  width: 280px;
  padding-right: 30px;
  font-weight: normal;
  text-align: left; }

.tblContact01 td {
  line-height: 1.5; }

.tblContact01 td div {
  float: left;
  margin-right: 20px; }

.tblContact01 td .ptContact01 {
  padding-top: 1.6rem; }

.tblContact01 td .ptContact02 {
  padding-top: 1.3rem; }

.tblContact01 td .errorBox {
  color: #EB0A1E;
  float: right;
  display: table-cell;
  width: 220px;
  margin-right: 0;
  font-size: 1.1rem;
  vertical-align: middle; }

.tblContact01 ul label {
  float: left;
  display: inline-block;
  min-width: 8rem;
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
  border: 2px solid #CCC;
  transition: all 0.3s ease 0s; }

.tblContact01 ul li + li label {
  border-left: none; }

.tblContact01 .example {
  color: #999;
  font-size: 1.1rem;
  display: block; }

/* [iconRequired] ----------*/
.iconRequired {
  color: #FFF;
  display: inline-block;
  padding: 0 10px;
  font-size: 1rem;
  line-height: 2;
  border-radius: 2px;
  background: #EB0A1E; }

.tblContact01 .iconRequired {
  float: right;
  margin-top: 0.5rem; }

/* [form] ----------*/
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea,
select {
  display: inline-block;
	width: 100%;
  padding: 5px 10px;
  line-height: 1.7;
  vertical-align: middle;
  border: 2px solid #CCC;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
}


@media screen and (max-width: 640px) {
  textarea {
    width: 100% !important; } }
select {
  padding: 8px 10px; }

input:focus,
textarea:focus,
select:focus {
  background: #ddedfd;
}

/**/
input.size1,
textarea.size1 {
  width: 10rem; }

input.size2,
textarea.size2 {
  width: 22rem; }

input.size3,
textarea.size3 {
  width: 30rem; }

input.size4,
textarea.size4 {
  width: 52rem; }

.date {
  min-width: 10rem; }

.error {
  border-color: #FB97A0 !important;
  background: #FEEFF1; }

/* [btnSend01, btnBack01] */
input[type="submit"].btnSend01,
input[type="submit"].btnBack01 {
  color: #fff;
  position: relative;
  display: inline-block;
  width: 280px;
  padding: 20px 0;
  cursor: pointer;
  font-family: inherit;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 400;
  border: none;
  border-radius: 23px;
  background: #269AE7;
  transition: background 0.3s; }

.btnSend01 > br {
  display: none; }

.btnBack01 {
  background: #CCC; }

p + .btnSend01 {
  margin-top: 30px; }

.btnBack01 + .btnSend01 {
  margin-left: 40px; }

.btnBack01:hover {
  background: #A3A3A3; }

.btnSend01::after,
.btnBack01::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  transition: right 0.3s, left 0.3s; }

.btnSend01::after {
  right: 30px;
  border-top: 2px solid #F79400;
  border-right: 2px solid #F79400; }

.btnBack01::before {
  left: 30px;
  border-bottom: 2px solid #F79400;
  border-left: 2px solid #F79400; }

.btnSend01:hover::after {
  right: 20px; }

.btnBack01:hover::before {
  left: 20px; }

@media screen and (max-width: 1080px) {
  /* [sectInner] ----------*/
  .sectInner {
    padding-right: 15px;
    padding-left: 15px; }

  /* [tblRec02] ----------*/
  .tblRec02 td .errorBox {
    float: none;
    display: block;
    width: 100%;
    padding-top: 0;
    margin-bottom: 1rem; }

  /* [listIntroduction] ----------*/
  .listIntroduction p {
    font-size: 1rem; }

  .listIntroduction.meal p {
    min-height: 60px; }

  .listIntroduction.meal p span {
    font-size: 0.9rem; }

  .listIntroduction p + p {
    padding: 10px 0; }

  .listIntroduction.meal p + p {
    padding: 10px; } }
@media screen and (max-width: 640px) {
  .mwform-tel-field input[type="text"] {
    width: 29% !important; }

  /* [tblContact01] ----------*/
  .tblContact01,
  .tblContact01 tr,
  .tblContact01 tbody {
    display: block; }

  .tblContact01 {
    margin-bottom: 30px; }

  .tblContact01 th,
  .tblContact01 td {
    display: block;
    overflow: hidden; }

  .tblContact01 th {
    width: 100%;
    padding: 20px 0 10px; }

  .tblContact01 td {
    padding: 0 0 20px;
    line-height: 1.5;
    border-top: none; }

  .tblContact01 td div {
    margin-right: 10px; }

  .tblContact01 td .ptContact01 {
    padding-top: 1.5rem; }

  .tblContact01 td .ptContact02 {
    padding-top: 1.3rem; }

  .tblContact01 td .errorBox {
    color: #EB0A1E;
    float: none;
    display: block;
    width: 100%;
    font-size: 1rem; }

  .tblContact01 ul label {
    min-width: 8rem;
    padding: 5px 10px;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
    border: 2px solid #CCC;
    transition: none; }

  .tblContact01 .example {
    font-size: 12px;
    margin: 5px 0; }

  /* [iconRequired] ----------*/
  .iconRequired {
    padding: 0 5px;
    font-size: 12px;
    border-radius: 3px; }

  .tblRec02 .iconRequired {
    margin-top: 0; }

  /* [form] ----------*/
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  textarea,
  select {
    padding: 6px;
    font-size: 14px;
    line-height: 1.7;
    border: 2px solid #CCC;
    transition: none;
    height: 4rem; }

  /*input,
  textarea {
  	-webkit-appearance: none;
  }*/
  textarea {
    height: 25rem;
    width: 88%; }

  select {
    padding: 0; }

  /**/
  input.size1,
  textarea.size1 {
    width: 8rem; }

  input.size2,
  textarea.size2 {
    width: 30rem;
    height: 7rem; }

  input.size3,
  textarea.size3 {
    width: 15rem; }

  input.size4,
  textarea.size4 {
    width: 100%; }

  .date {
    min-width: 6rem; }

  /* [btnSend01, btnBack01] */
  button.btnSend01,
  .btnBack01 {
    width: 100%;
    padding: 10px 0;
    font-size: 2.8rem; }

  button.btnSend01::after,
  .btnBack01::before {
    width: 8px;
    height: 8px;
    transition: none; }

  button.btnSend01::after {
    right: 15px !important;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF; }

  .btnBack01::before {
    left: 15px !important;
    border-bottom: 2px solid #FFF;
    border-left: 2px solid #FFF; } }
/* ボタン */
.btn {
  display: block;
  text-decoration: none;
	font-size: clamp( 14px, 3vw, 16px);
	width: 170px;
}
.btn.square {
  border: 1px solid #707070;
  box-sizing: border-box;
	width: 250px;
  padding: 20px 0;
  text-align: center;
}
.btn.ft-l {
  font-size: 19px;
}

.btn a {
  width: 100%;
  display: block;
  text-align: left;
	background: url(../images/arrow.svg) no-repeat right center;
	background-size: 36px;
	color: #707070;
}
.btn.square a {
  width: 90%;
  margin: auto;
	background-size: 55px;
}

.btn:hover {
  　opacity: 0.7;
}


/*----------------------------------
	1. お問い合わせ
------------------------------------*/
.contact-form {
  max-width: 800px;
  margin: 0 auto;
}

.contact-form > tbody > tr > th {
  width: 130px;
}

.contact-form table th {
  width: 120px;
}

.contact-form th,
.contact-form td {
  padding: 20px 0;
  font-weight: 500;
}

.contact-form .required::after {
  content: "必須";
  display: inline-block;
  background-color: #E52F2F;
  margin-left: 10px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.2;
  padding: 2px 4px;
}

.contact-form__btn {
  text-align: center;
}

.contact-form__btn input {
  background-color: #F39303 !important;
  font-weight: 500;
}