@charset "UTF-8";

/* ==================== common ==================== */
body {
  font-family: 'source-han-sans-japanese', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #151515;
}
*,:before.:after {
  box-sizing: border-box;
}
body main {
  padding-top: 50px;
}
dd,li,p {
  font-size: 16px;
  line-height: 26px;
}
a {
  color: #151515;
  text-decoration: none;
  transition-duration: 0.3s;
}
a[target="_blank"] {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
a[target="_blank"]::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4px;
  display: block;
  width: 16px;
  height: 16px;
  background: url('../images/icon_arrow_linkO.png') center / contain;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.contentWrap01 {
  width: calc( 100% - 60px );
  max-width: 980px;
  margin: auto;
}

@media screen and (min-width:768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none!important;
  }
}

/* ==================== header ==================== */
body header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #fae8c8;
  background: rgba(255,255,255,0.8);
  z-index: 100;
}
header .wrap {
  width: calc( 100% - 60px );
  margin: 0 auto;
}
header .wrap .logo {
  width: 235px;
  height: 21px;
}
header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 14px;
}
header .wrap .logo a:hover,
header .wrap .logo a:active {
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  header nav {
    position: absolute;
    width: calc( 100% - 228px );
    max-width: 500px;
    height: 100%;
    top: 0;
    right: 0;
  }
  header nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 70px;
  }
  header nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 27px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
  }
  header nav ul li a:hover {
    opacity: 0.7;
  }
  header#lpHeader nav ul li:last-child a {
    padding: 27px 30px 0;
    color: #fff;
    background: #005baa;
  }
}

/* ==================== footer ==================== */
body footer {
  width: 100%;
  margin-top: 150px;
  padding: 40px 0;
  background: #665d4c;
}
footer .logoArea {
  width: 235px;
  height: 21px;
  margin: auto;
}
footer .logoArea a {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 0;
}
footer .logoArea a[target="_blank"]::before {
  display: none;
}
footer .logoArea a:hover {
  opacity: 0.7;
}
footer small {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: rgba(255,255,255,0.4);
}

/* ==================== #lpPage ==================== */
article {
  margin-top: 100px;
}





/* ==================== .formGroup ==================== */
/* breadcrumb */
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.breadcrumb li {
  padding: 0 10px;
  font-size: 12px;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb a {
  color: #014d8f;
}
.breadcrumb a:hover,
.breadcrumb a:active {
  text-decoration: underline;
}
.breadcrumb .arrow {
  position: relative;
  display: inline-block;
}
.breadcrumb .arrow::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #4d4d4d;
  border-right: solid 1px #4d4d4d;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -2px;
  margin-top: -3px;
}
/* .formGroup */
.formGroup h1 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}
.formPage .agreement_item {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #deb56f;
  padding: 20px;
}
.formPage .agreement_item p {
  text-align: center;
}
.formPage .agreement_item > p:last-child {
  margin-top: 10px;
}
.formPage .agreement_item > p:last-child:hover *,
.formPage .agreement_item > p:last-child:active * {
  cursor: pointer;
  color: #004a99;
}
.formPage .agreement_item a {
  font-weight: 500;
  color: #004a99;
}
.formPage .agreement_item a[target="_blank"]::before {
  background: url('../images/icon_arrow_linkB.png') center / 16px 16px;
}
.formPage .agreement_item a:hover,
.formPage .agreement_item a:active {
  text-decoration: underline;
}
.formGroup table {
  border-top: 1px solid #deb56f;
  border-right: 1px solid #deb56f;
  table-layout: fixed;
}
table th,
table td {
  padding: 14px;
  border-bottom: 1px solid #deb56f;
  border-left: 1px solid #deb56f;
  vertical-align: middle;
}
table th {
  width: 24%;
  font-size: 16px;
  font-weight: 400;
  background: #fcf7ed;
}
table td {
  font-size: 16px;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
}
input,textarea,select,button {
  vertical-align: middle;
  padding: 4px;
  margin: 2px 0;
  font-family: inherit;
  border: 1px solid #c0c0c0;
}
/* .formGroup textarea {
  width: 100%;
} */
.required {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 3px 6px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  background: #cc8500;
}
table .td_item {
  display: inline-block;
  margin-right: 8px;
}
table .td_item > span {
  padding-right: 4px;
}
table .td_item > span strong {
  font-weight: 400;
}
table input {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
}
/* input[type="text"] {
  width: 100%;
} */
table input[type="checkbox"] {
  margin-right: 4px;
}
/*table label input {
  margin-left: 5px;
}*/
table .radio_type {
  display: inline-block;
  margin-right: 10px;
}
table p + p {
  margin-top: 10px;
}
table p.ilbBox {
  display: inline-block;
  width: calc( 30% - 10px );
  margin-right: 10px;
}
table p.ilbBox:last-child {
  margin-right: 0;
}
table p.ilbBox input {
  width: calc( 100% - 2em - 10px );
}
table p.ilbBox + p {
  margin-top: 0;
}
table .il_r {
  margin-left: 15px;
}
table .bl_b {
  display: block;
  margin-top: 10px;
}
table p.facility_box,
table p.furniture_box {
  display: inline-block;
  margin-right: 10px;
}
table p.facility_box + p,
table p.furniture_box + p {
  margin-top: 0;
}
table p.parking_box {
  display: inline-block;
}
table p.furnitureTxt {
  color: #f00;
}
table span.telTxt {
  font-size: 14px;
}
table textarea {
  width: 100%;
  font-family: inherit;
  border: 1px solid #ccc;
  border-radius: 0;
}
table p.taText {
  margin-bottom: 4px;
  line-height: 30px;
}
table .information {
  visibility: collapse;
  display: block;
  margin-top: -10px;
  font-size: 12px;
  opacity: 0;
  transition-duration: 1s;
  color: #ff0000;
}
table .information.isVisible {
  visibility: visible;
  margin-top: 10px;
  opacity: 1;
}
::placeholder {
  color:#b3b3b3;
}
#submit {
  margin-top: 40px;
}
.formPage #submit input[disabled] {
  background: #aaa;
}
.formPage #submit input[disabled]:hover {
  cursor: default;
  opacity: 1;
}
#submit input {
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 14px 4px 14px;
  border: none;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  transition-duration: 0.3s;
  background: #d98900;
}
#submit input:hover,
#submit input:active {
  cursor: pointer;
  opacity: .7;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.notice {
  margin-bottom: 20px;
}
.validate_msg {
  margin-bottom: 20px;
  color: #f00;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width:768px) {
  .tbl dl dt {
    margin-top: 10px;
  }
  .tbl dl dt:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width:769px) {
  dl.nameArea {
    display: flex;
    align-items: center;
  }
  dl.nameArea dt {
    padding-right: 10px;
  }
  .nameArea-field {
    margin-right: 20px;
  }
  dl.nameArea dd {
    flex-grow: 1;
  }
  dl.contacts dt {
    width: 160px;
    padding: 10px 0;
  }
  dl.contacts dt:first-child,
  dl.desired dt:first-child {
    padding: 0 0 10px;
  }
  dl.contacts dd {
    margin-left: 170px;
    margin-top: -36px;
  }
  dl.desired dt {
    width: 90px;
    padding: 10px 0;
  }
  dl.desired dd {
    margin-left: 100px;
    margin-top: -36px;
  }
  dl.desired dd:last-child {
    margin-top: -34px;
  }
  input[type="date"] {
    width: auto;
  }
}
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  input[type="date"] {
    width: 100%;
  }
}

/* comfirmPage */
.comfirmPage h1 + p {
  margin-bottom: 20px;
}

/* .complatePage */
.complatePage main {
  min-height: calc( 100vh - 130px );
}
.complatePage h1 + p {
  margin-bottom: 20px;
}

.complatePage .toHomeBtn {
  margin-bottom: 20px;
}
.complatePage .toHomeBtn a {
  position: relative;
  padding-left: 12px;
  color: #014d8f;
}
.complatePage .toHomeBtn a::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #4d4d4d;
  border-left: solid 1px #4d4d4d;
  transform: rotate(-45deg);
  top: 50%;
  left: 0;
  margin-top: -4px;
}
body.complatePage footer {
  margin-top: 0;
}

/* ====================== sp ========================= */

@media screen and (max-width:767px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: block;
  }
  .contentWrap01 {
    width: calc( 100% - 30px );
    max-width: initial;
  }

  /* ==================== header ==================== */
  header {
    height: 50px;
    background: #fff;
  }
  header .wrap {
    width: calc( 100% - 30px );
  }
  header .wrap .logo {
    width: 50%;
    height: auto;
  }
  header .wrap .logo a {
    margin-top: 18px;
  }
  header .toggleBtn {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    background: #ccc;
  }
  header .toggleBtn span:nth-child(1) {
    display: block;
    width: 34px;
    height: 26px;
    margin: 12px auto 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition-duration: 0.3s;
    opacity: 1;
  }
  header.open .toggleBtn span:nth-child(1) {
    opacity: 0;
  }
  header .toggleBtn span:nth-child(2),
  header .toggleBtn span:nth-child(3) {
    position: absolute;
    display: block;
    width: 34px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    transition-duration: 0.3s;
  }
  header .toggleBtn span:nth-child(3) {
    background: transparent;
  }
  header.open .toggleBtn span:nth-child(2) {
    transform: rotate(45deg);
  }
  header.open .toggleBtn span:nth-child(3) {
    background: #fff;
    transform: rotate(-45deg);
  }
  header nav {
    position: absolute;
    display: block;
    width: calc( 100% - 50px );
    visibility: hidden;
    opacity: 0;
    top: 50px;
    right: calc(( 100% - 50px ) * -1 );
    transition-duration: 0.3s;
    background: rgba(229,243,255,0.9);
  }
  header.open nav {
    visibility: visible;
    height: calc(100vh - 50px);
    opacity: 1;
    right: 0;
  }
  header.open nav ul {
    margin-top: 40px;
    padding-left: 20px;
  }
  header.open nav ul li {
    margin-bottom: 40px;
  }
  header.open nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
  }

  /* ==================== footer ==================== */
  body footer {
    margin-top: 100px;
    padding: 20px 0;
  }
  footer .logoArea {
    width: 50%;
    height: auto;
  }
  footer .logoArea a {
    opacity: 0.5;
  }
  footer .logoArea a:active {
    opacity: 0.2;
  }
  /*footer ul {
    display: block;
  }
  footer ul li {
    position: relative;
    padding-right: 0;
    text-align: center;
  }
  footer ul li::before {
    display: none;
  }
  footer ul li a {
    line-height: 40px;
  }*/

  /* ==================== . ==================== */

  /* ==================== .formGroup ==================== */
  /* breadcrumb */
  .breadcrumb ul {
    padding: 10px 0 25px;
  }
  .formGroup h1 {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .formPage .agreement_item {
    padding: 15px;
  }
  .formPage .agreement_item p {
    text-align: left;
  }
  .formPage .agreement_item > p:last-child {
    margin-top: 10px;
  }
  table th,
  table td {
    display: block;
    width: 100%;
    padding: 5px 10px 8px;
    font-size: 16px;
    vertical-align: middle;
  }
  table th {
    border-bottom: 0;
  }
  table .td_item {
    display: inline-block;
    width: calc(50% - 4px);
    margin-right: 0;
  }
  table .td_item > * {
    display: inline-block;
  }
  table .td_item > span {
    padding-right: 4px;
  }
  table .td_item > input {
    width: calc( 100% - 2em );
  }
  table input[type="checkbox"] {
    margin-right: 4px;
  }
  table p.ilbBox {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  table p.ilbBox + p {
    margin-top: 10px;
  }
  #submit {
    margin-top: 30px;
  }
  #submit input {
    width: 100%;
    font-size: 20px;
  }
  #submit input {
    font-size: 20px;
  }
  /* .complatePage */
  .complatePage main {
    min-height: calc( 100vh - 90px );
  }
}
/* 2024/06/14 エラー画面 */
#contact_error h1 {
  margin-top: 66px;
}
#contact_error .error_txt {
  text-align: center;
}
#contact_error .error_btnWrap {
  margin-top: 40px;
}

#contact_error .error_btnWrap .error_btnWrap_back {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 14px 24px;
  border: none;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  transition-duration: 0.3s;
  background: #d98900;
}
#contact_error .error_btnWrap .error_btnWrap_back:hover {
  cursor: pointer;
  opacity: 0.7;
}
/* 2024/06/14 エラー画面 ここまで*/