@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* contact css　*/
/*==================================================================*/
.title-bg {
  background: url("/entry/image/entry_main_bg.jpg") no-repeat center bottom/cover;
}

.read {
  margin-bottom: 2rem;
}

.tel-box {
  margin-bottom: 3rem;
  padding: 2rem;
  background: #fff;
}
.tel-box p {
  text-align: center;
}
.tel-box p.text {
  margin-bottom: 1rem;
  font-weight: 400;
}
.tel-box p.lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  color: #1d233a;
  line-height: 1.1;
}
.tel-box p.lb:before {
  content: "\e11b";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-size: 3rem;
  color: #1d233a;
  font-weight: 900;
  margin-right: 0.5rem;
}

p.read {
  text-align: center;
}
@media screen and (max-width: 769px) {
  p.read {
    text-align: left;
  }
}

span.need {
  padding: 0 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  background: #cc0000;
  color: #fff;
  font-size: 0.8em;
}

/* form
---------------------------------------- */
input.middle, input.long, input.short, select, textarea {
  margin-bottom: 2px;
  padding: 15px;
  letter-spacing: 1px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input::-webkit-input-placeholder {
  color: #616161;
}

input::-moz-placeholder {
  color: #616161;
}

input:-ms-input-placeholder {
  color: #616161;
}

input::-ms-input-placeholder {
  color: #616161;
}

input::placeholder {
  color: #616161;
}

button, input, select, textarea {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  vertical-align: baseline;
}

button:focus, select:focus, textarea :focus {
  -webkit-box-shadow: 0px 0px 4px #d3d3d3;
  box-shadow: 0px 0px 4px #d3d3d3;
  border: none;
}

textarea {
  border: 1px solid #eff0f4;
  width: 100%;
  font-family: sans-serif;
}

select {
  cursor: pointer;
  color: #000;
  font-size: 16px;
  border-radius: 0;
  padding: 15px;
  letter-spacing: 1px;
  height: 51px;
}
select.preffld {
  min-width: 160px;
}

input.short {
  width: 100%;
  max-width: 150px;
}

input.middle {
  width: 100%;
  max-width: 360px;
}

input.long {
  width: 100%;
  max-width: 500px;
}

input[type=submit], input[type=button] {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

p.agree {
  margin: 0 auto 1em;
  text-align: center;
  width: 96%;
}
p.agree a {
  position: relative;
  text-decoration: underline;
}
p.agree a:hover {
  text-decoration: none;
}

.check {
  margin: 0 auto 0.5em;
  text-align: center;
}
.check label {
  cursor: pointer;
}

/* -------------------------------------------- */
/* form */
/* -------------------------------------------- */
.form {
  margin: 0 auto 5em;
}
.form .form-inner {
  margin-bottom: 2em;
}
.form form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1025px) {
  .form form dl {
    padding: 20px !important;
    display: block;
  }
}
.form form dl:first-of-type {
  border-top: 1px solid #ccc;
}
.form form dl dt {
  width: 25%;
  padding: 20px;
  position: relative;
  font-weight: 400;
  color: #fff;
  background: #1d233a;
}
.form form dl dt span {
  padding: 0 5px;
  position: absolute;
  right: 10px;
  top: 25px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #cc0000;
  color: #fff;
  font-size: 0.8em;
}
@media screen and (max-width: 1025px) {
  .form form dl dt span {
    position: static;
    margin-left: 10px;
  }
}
.form form dl dd {
  width: 75%;
  min-height: 70px;
  padding: 20px;
  word-wrap: break-word;
  background: #fff;
}
.form form dl dd select {
  margin-bottom: 10px;
}
.form form dl dd span {
  font-size: 0.8em;
}
.form form dl dd p {
  margin-bottom: 0.5rem;
}
.form form dl dd p span {
  display: inline-block;
  margin-right: 0.5rem;
}
.form form dl dd ul li {
  margin: 0 10px 2px 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.form form dl dd .radio-box {
  margin-bottom: 1rem;
}
.form form dl dd .radio-box .radio {
  position: relative;
  display: inline-block;
  padding: 7px 5px 5px 25px;
  line-height: 1;
  cursor: pointer;
}
.form form dl dd .radio-box .radio input {
  display: none;
}
.form form dl dd .radio-box .radio input:checked + .outer {
  border: 2px solid #0497b3;
}
.form form dl dd .radio-box .radio input:checked + .outer .inner {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form form dl dd .radio-box .radio .outer {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  border: 2px solid #ccc;
  border-radius: 50%;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.form form dl dd .radio-box .radio .inner {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  left: 3px;
  top: 3px;
  transition: opacity 0.1s linear, -webkit-transform 0.3s cubic-bezier(0.1, 0.82, 0.1, 1);
  -webkit-transition: opacity 0.1s linear, -webkit-transform 0.3s cubic-bezier(0.1, 0.82, 0.1, 1);
  transition: opacity 0.1s linear, transform 0.3s cubic-bezier(0.1, 0.82, 0.1, 1);
  transition: opacity 0.1s linear, transform 0.3s cubic-bezier(0.1, 0.82, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.1, 0.82, 0.1, 1);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  border-radius: 50%;
  background-color: #0497b3;
  opacity: 0;
}
.form form dl dd .btn-style {
  display: inline-block;
  vertical-align: middle;
}
.form form dl dd .btn-style a {
  padding: 2px 10px 0;
  cursor: pointer;
  font-size: 0.9em;
}
.form form dl dd label {
  cursor: pointer;
}
.form form dl dd [type=checkbox] {
  cursor: pointer;
}
.form form dl dd [type=radio] {
  cursor: pointer;
}

form #btn {
  text-align: center;
}
form #btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
form #btn ul li {
  width: 35%;
  margin: 0 1em;
}
form #btn ul li input {
  position: relative;
  padding: 1em;
  width: 100%;
  max-width: 315px;
  background: #f0be36;
  color: #fff;
  border: 1px solid #f0be36;
  font-size: 1.3em;
  font-weight: 400;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1.2;
  cursor: pointer;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
form #btn ul li input:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.8 !important;
  cursor: pointer;
}
form #btn ul li.back input {
  background-color: #909090;
  border: 1px solid #909090;
}
form #btn ul li.back input:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
form #btn .b-btn {
  text-align: center;
  width: 100%;
  max-width: 315px;
  padding: 1em 1em;
  background: #f0be36;
  color: #fff;
  border: 1px solid #f0be36;
  font-size: 1.3em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1.2;
  font-weight: 400;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
form #btn .b-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.8 !important;
  cursor: pointer;
}
form #btn .b-btn:disabled:hover {
  opacity: 1;
  background: #000;
  background: #fbefcd;
  border: 1px solid #fbefcd;
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
  color: #ccc;
}
form #btn button[type=submit]:disabled {
  color: #ccc;
  background: #fbefcd;
  border: 1px solid #fbefcd;
}

.btn-top {
  margin: 0 auto 2em;
  text-align: center;
  max-width: 250px;
}
.btn-top a {
  display: block;
  padding: 1rem 1.5rem;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
}
.btn-top a:before {
  content: "\f015";
  display: inline-block;
  margin-right: 0.3em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.btn-top a:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* -------------------------------------------- */
/*photoupload*/
/* -------------------------------------------- */
.form form dl dd .photoupload {
  margin: 1em auto;
  padding: 0.7em;
  background: #f1f1f1;
  text-align: center;
}

.hover {
  background: #e5e5d8 !important;
}

.form form dl dd .photoupload #drag-drop-area {
  border: 3px dotted #ccc;
  padding: 1em;
}

.form form dl dd .photoupload #drag-drop-area {
  border: 3px dotted #ccc;
  padding: 1em;
}

.form form dl dd .photoupload #drag-drop-area p {
  color: #bbb;
  font-size: 0.8em;
  line-height: 2;
}

.form form dl dd .photoupload #drag-drop-area p i {
  font-size: 3em;
}

.form form dl dd .photoupload #drag-drop-area p.drag-drop-info {
  font-size: 1.1em;
  line-height: 1.2;
}

.form form dl dd .photoupload #drag-drop-area a.button {
  display: inline;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F7F7F7;
  text-decoration: none;
}

#drag-drop-area label {
  display: inline;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F7F7F7;
  text-decoration: none;
}

#drag-drop-area .upload-area ul {
  letter-spacing: -0.4em;
  text-align: center;
}

#drag-drop-area .upload-area ul li {
  padding: 0 15px;
  letter-spacing: normal;
  width: 170px;
  position: relative;
  text-align: left;
  vertical-align: top;
}

#drag-drop-area .upload-area ul li img {
  width: 100%;
}

#drag-drop-area .upload-area ul li span.delete-image {
  background: rgba(248, 248, 248, 0.9) none repeat scroll 0 0;
  border: 1px solid #c4ccce;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #666666;
  display: block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 10px;
  text-align: center;
  top: -10px;
  vertical-align: middle;
  width: 30px;
  text-decoration: none;
  font-weight: 400;
}

#drag-drop-area .upload-area ul li span.delete-image:hover {
  opacity: 0.6;
}

/*アップロード済み*/
.form form dl dd .settled .fa-picture-o {
  display: none;
}

.form form dl dd .settled .drag-drop-info {
  font-size: 0.9em;
  line-height: 0.5;
}

/* -------------------------------------------- */
/* error */
/* -------------------------------------------- */
#error {
  max-width: 900px;
  width: 90%;
  margin: 0px auto 2em;
  padding: 15px;
  border: 1px solid #ff3c44;
  background-color: #fff6f7;
  font-size: 1em;
  font-weight: 400;
  color: #ff3c44;
  text-align: center;
}

p.error {
  color: #ff3c44;
  font-weight: 400;
}

.form input.error,
.form select.error,
.form textarea.error {
  background-color: #fff4f4;
}

/* -------------------------------------------- */
/* thanks */
/* -------------------------------------------- */
.thanks-message {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2em;
}

.thanks-read {
  margin-bottom: 6em;
  text-align: center;
}

.btn-top {
  text-align: center;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  .form form dl {
    margin: 0 auto 1rem;
    width: 98%;
    padding: 0 !important;
    display: block;
  }
  .form form dl dt {
    width: 100%;
    padding: 15px !important;
    position: relative;
    font-weight: 400;
  }
  .form form dl dd {
    width: 100%;
    min-height: auto;
    padding: 15px 15px;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  .tel-box {
    padding: 1.5rem 1rem;
  }
  .tel-box p.lb {
    font-size: 1.875rem;
  }
  .tel-box p.lb:before {
    font-size: 2.5rem;
  }
  dl.tel-area {
    width: 96%;
  }
  dl.tel-area dt {
    text-align: center;
    font-weight: 400;
    font-size: 1.4em;
  }
  dl.tel-area dd ul {
    display: block;
    font-size: 1.5em;
  }
  dl.tel-area dd ul li {
    padding: 10px;
    width: 100%;
    text-align: center;
  }
  form #btn {
    text-align: center;
  }
  form #btn ul {
    display: block;
  }
  form #btn ul li {
    width: 90%;
    margin: 0 auto 0.5em;
  }
  form #btn ul li input {
    font-size: 1em;
  }
  form #btn .b-btn {
    text-align: center;
    padding: 0.8em 1em;
    font-size: 1em;
  }
  /* -------------------------------------------- */
  /* error */
  /* -------------------------------------------- */
  #error {
    font-size: 1em;
  }
  /* -------------------------------------------- */
  /* thanks */
  /* -------------------------------------------- */
  .thanks-message {
    width: 95%;
    margin: 0 auto 1em;
    font-size: 1.5em;
  }
  .thanks-read {
    width: 95% !important;
    margin: 0 auto 2em;
    text-align: left;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* 〇〇〇〇 */
  /* -------------------------------------------- */
}