@charset "UTF-8";
/*------------------------------------------------------------
メールフォーム関連
------------------------------------------------------------*/
form input, form textarea {
  padding: 2%;
  font-size: 1em;
  vertical-align: middle;
  border: none;
}
form select {
  vertical-align: middle;
  font-size: 15px;
  width: 90%;
  background-color: #fff;
  border: solid 1px #333;
}
form .date select {
  width: auto !important;
}
form input[type=checkbox], form input[type=radio] {
  -moz-transform-origin: right bottom;
  -moz-transform: scale(1.4, 1.4);
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale(1.4, 1.4);
}
form .submitBtns {
  clear: both;
  padding: 10px 15px;
  text-align: center;
}
form .submitBtns button {
  width: 30%;
  margin: 2% auto 3%;
  display: block;
  background-color: #c31920;
  border: none;
  color: #FFF;
  border-radius: 5px;
  font-size: 21px;
  text-align: center;
  cursor: pointer;
  padding: 2%;
}
form .submitBtns button i {
  margin: 0 0 0 0.3em;
}
form .submitBtns button.cancel {
  border: solid 1px #036;
  background-color: #fff;
  color: #036;
  padding: 0.9%;
  width: 25%;
  font-size: 19px;
}
form .submitBtns button.cancel i {
  margin: 0 0.3em 0 0;
}
@media only screen and (max-width: 769px) {
  form .submitBtns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  form .submitBtns button {
    width: 60%;
    padding: 4%;
  }
  form .submitBtns button.submit {
    webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  form .submitBtns button.cancel {
    width: 60%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 3%;
  }
}
@media only screen and (max-width: 769px) {
  form .submitBtns .msg {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
    width: 100%;
  }
}

.msg {
  display: block;
  overflow: hidden;
  *zoom: 1;
  color: #c00;
  line-height: 1.4;
  font-size: 18px;
  text-align: left;
}
@media only screen and (max-width: 769px) {
  .msg {
    padding: 4% 3%;
    font-size: 16px;
  }
}

.tourContact {
  padding-bottom: 3%;
}
@media only screen and (max-width: 769px) {
  .tourContact #contact {
    padding: 0 0 4%;
  }
}
.tourContact .title {
  background-color: #fff;
  text-align: center;
  padding: 2% 0;
  font-size: 27px;
  font-weight: bold;
  margin: 3% 0 4%;
  position: relative;
}
.tourContact .title:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}
@media only screen and (max-width: 769px) {
  .tourContact .title {
    padding: 4% 0;
    font-size: 22px;
  }
}
.tourContact .title .date {
  margin-top: 2%;
  font-size: 19px;
  font-weight: normal;
}
@media only screen and (max-width: 769px) {
  .tourContact .title .date {
    font-size: 17px;
  }
}
.tourContact .submitBtns button {
  display: inline-block;
}
@media only screen and (max-width: 769px) {
  .tourContact .submitBtns button {
    display: block;
  }
}
.tourContact .submitBtns button.cancel {
  margin-right: 1em;
}
@media only screen and (max-width: 769px) {
  .tourContact .submitBtns button.cancel {
    margin: 2% auto 0 auto;
  }
}
.tourContact #thanks {
  max-width: 900px;
  margin: auto;
  padding: 5% 0;
  line-height: 1.4;
}
.tourContact #thanks h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 3%;
}
.tourContact #thanks .txt p {
  padding: 0 0 1.5em;
}

* {
  -webkit-tap-highlight-color: transparent;
}
