@charset "UTF-8";
/* CSS Document */
.title {
  background-image: url("../images/contact/bg_contact.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.msg_contact {
  margin-top: 80px;
  margin-bottom: 80px;
  background-image: url("../images/contact/bg_sc_pc.png");
  padding-left: 5.5vw;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 74%;
}
.msg_contact a {
  font-size: 2.4rem;
  font-weight: 100;
}
.msg_contact_discription {
  font-size: 1.8rem;
  line-height: 30px;
}
@media(max-width:768px) {
  .title {
    background-image: url("../images/contact/bg_contact_sp.png");
  }
  .msg_contact {
    margin-top: 60px;
    margin-bottom: 60px;
    background-image: url("../images/contact/bg_sc_pc.png");
    padding-left: 5.5vw;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 74%;
    line-height: 30px;
  }
  .msg_contact span {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    margin-top: 15px;
  }
  .msg_contact a {
    font-size: 2.4rem;
    font-weight: 100;
    text-align: center;
  }
  .msg_contact_discription {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .when {
    display: block;
    text-align: center;
  }
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button, input, optgroup, select, textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button, input { /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button, select { /* 1 */
  text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details, menu {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}
/**
* Add the correct display in IE.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
  -webkit-font-feature-settings: "palt"1;
  -webkit-font-kerning: auto;
  color: #666;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
  font-feature-settings: "palt"1;
  font-kerning: auto;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
}
/* reset ======================== */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:link {
  border-radius: 0;
}
ol {
  list-style: none;
}
li {
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
ol, ul {
  margin-bottom: 0px;
  margin-top: 0;
}
img {
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  vertical-align: bottom;
}
dl {
  margin-bottom: 0px;
  margin-top: 0;
}
em {
  font-style: normal;
}
.contactArea-inner {
  margin-top: 120px;
}
.contactArea-inner .contactWrap .contactWrap-inner {
  margin-top: 16px;
}
.contactArea-inner .contactWrap .contactWrap-inner .contactTitle {
  background-color: #cadcef;
  line-height: 1;
  padding: 8px;
}
.contactArea-inner .contactWrap .contactWrap-inner .conctactText {
  line-height: 2.4rem;
  padding: 8px;
}
.contactArea-inner .contactWrap .contactWrap-inner .contactMail {
  color: #e55555;
  line-height: 2.4rem;
  padding: 8px;
}
.contactArea-inner .contactWrap .contactWrap-inner .cautionArea {
  margin: 16px 0;
}
.contactArea-inner .contactWrap .contactWrap-inner .cautionArea .cautionTitle {
  background-color: #ed5d79;
  color: #fff;
  line-height: 1;
  padding: 8px;
}
.contactArea-inner .contactWrap .contactWrap-inner .cautionArea .cautionText {
  line-height: 2.4rem;
  padding: 8px;
}
.formArea table.form {
  border-collapse: collapse;
  border-left: #ccc 1px solid;
  border-top: #ccc 1px solid;
  margin: 24px auto;
  width: 100%;
}
.formArea table.form tr th {
  background-color: #dedede;
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  color: #1a1a1a;
  font-weight: normal;
  padding: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  vertical-align: middle;
  width: 20%;
}
.formArea table.form tr th span.form_cation {
  color: #3f3a76;
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 5px;
}
.formArea table.form tr td {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  font-weight: normal;
  padding: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 80%;
}
.formArea table.formOption {
  border-collapse: collapse;
  border-left: #ccc 1px solid;
  border-top: #ccc 1px solid;
  margin: 16px auto;
  width: 100%;
}
.formArea table.formOption tr th {
  background-color: #dedede;
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  color: #1a1a1a;
  font-weight: normal;
  padding: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  vertical-align: middle;
  width: 20%;
}
.formArea table.formOption tr td {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  font-weight: normal;
  padding: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 80%;
}
.formArea table.formOption tr td span.schedule_note {
  color: #0000e8;
}
.formArea table.formOption tr td span.schedule_note .schedule_link {
  color: #0000e8;
}
.taikenkibou_msg {
  border: solid 1px #888;
  padding: 10px 20px;
}
.taiken {
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}
.form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 6px 12px;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control.textarea {
  width: 100%;
}
.form-control.text {
  width: 60%;
}
.form-control.tel {
  width: 60%;
}
.form-control.time {
  width: 30%;
}
@media(max-width:768px) {
  .formArea table.form tr th {
    display: block;
    font-size: 1.4rem;
    width: 100%;
  }
  .formArea table.form tr td {
    display: block;
    font-size: 1.4rem;
    width: 100%;
  }
  .formArea table.form tr td .form_30 {
    width: 40%;
  }
  .formArea table.form tr td .form_50 {
    width: 100%;
  }
  .formArea table.formOption tr th {
    display: block;
    font-size: 1.4rem;
    width: 100%;
  }
  .formArea table.formOption tr td {
    display: block;
    font-size: 1.4rem;
  }
  .form-control.wpcf7-text {
    width: 100%;
  }
  .form-control.wpcf7-time {
    width: 60%;
  }
}
/* == â– â– â– â– â– â–  btn â– â– â– â– â– â–  == */
/* ç¢ºèª */
.submit {
  background: #3f3a76;
  border: 1px solid #666;
  color: #FFF;
  cursor: pointer;
  display: block;
  letter-spacing: 4px;
  margin: 40px auto 80px;
  max-width: 230px;
  padding: 12px 0;
  width: 100%;
  font-size: 3.0rem;
}
@media(max-width:768px) {
  .submit {
    margin: 60px auto 60px;
  }
}
iframe[src^="https://docs.google.com/forms/d/e/1FAIpQLSfch6rGtdOhAfpObD85egpIVK2ZwjMHrxz02xHp1swm3G0fcw/viewform?embedded=true"]{
  width:100%;
  margin-top:60px;
}