.title-header {
  background-image: url(../images/title.png);
}

.title-insurance {
  padding: 25px 0 12px;
  margin: 0 0 10px;
  font-weight: 700;
  border-bottom: 5px solid #ff6900;
}

.title-insurance h2 {
  font-size: 23px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}

.wrapper-content {
  background: #fff;
  padding: 0px 0 10px;
}

/*---------------Contact---------------*/
input,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #cccccc;
  padding: 5px 5px;
  padding: 5px 5px;
  font-size: 16px;
  color: #0d0d0d;
}

input,
select,
textarea,
button {
  font-family: inherit;
}

select {
  width: 278px;
  background: url(/contact/images/arrow-select.jpg) no-repeat right 3px center #fff;
  background-size: 19px;
}

textarea {
  width: 100%;
}

input {
  width: 300px;
}

#zip_code {
  width: 150px;
}

#address1,
#address2 {
  width: 600px;
}

.w60 {
  width: 60px;
}

.w40 {
  width: 40px;
}

/* .contact-form{background: #FFF; padding: 10px;} */
/* .contact-form h2{font-size: 25px; font-weight: 400; border-bottom: 1px solid #0d0d0d; margin: 0 0 20px;} */
.contact-form ul {
  display: table;
  width: 100%;
  margin: 30px 0;
}

.contact-form ul li {
  display: table-row;
  /* border-bottom: 1px solid #dedede; */
}

.contact-form ul li div {
  display: table-cell;
  vertical-align: top;
  padding: 18px 5px;
  border-bottom: 1px solid #dedede;
  font-size: 15px;
}

.contact-form ul li div:first-child {
  width: 22%;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
}

.contact-form ul li div:first-child span {
  display: inline-block;
  background: #0d0d0d;
  padding: 2px 10px;
  color: #FFF;
  margin: 0 0 0 10px;
  font-size: 11px;
  font-weight: normal;
}

.contact-form li dd {
  margin: 0 0 5px;
}

.contact-form li dd span {
  display: inline-block;
  width: 83px;
}

.button-zip {
  background: #0d0d0d;
  border: 0;
  color: #FFF;
  padding: 5px 10px;
  cursor: pointer;
  width: 120px;
}

.button-zip:hover {
  background: #ff7f01;
}

.checkbox {
  padding: 0 10px 0 0;
}

.checkbox input {
  margin-top: 0;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  -moz-appearance: checkbox;
  border: 1px solid #CCC;
  -webkit-appearance: checkbox;
}

.small-select select {
  width: 70px;
}

.btn-container {
  text-align: center;
  padding: 30px 0;
}

.btn-contact {
  width: 300px;
  margin: auto;
  display: inline-block;
  cursor: pointer;
  padding: 15px 0;
  color: #FFF;
  font-size: 21px;
  /* font-weight: 500; */
  font-weight: 500;
  border: 0;
  background: #ff6900;
}

/* .btn-contact:hover{background: #b52424;} */

.btn-container .btn-contact {
  transition: all 0.3s;
  display: block;
  text-transform: uppercase;
  transition: all 0.3s;
  position: relative;
  z-index: 13;
}

.btn-more {
  display: inline-block;
}

.btn-container .btn-contact {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.btn-container .btn-contact::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  background: #ff6900;
}

.btn-container .btn-contact,
.btn-container .btn-contact::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-container .btn-contact::after {
  top: 0;
  left: -180%;
  width: 150%;
  height: 100%;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
}

.btn-container .btn-contact:hover {
  color: #fff;
}

.btn-container .btn-contact:hover::after {
  top: 0;
  left: -10px;
  background: #ff6900;
  width: 200%;
}

.edit_errors {
  padding: 10px;
  font-weight: bold;
  color: #ff6900;
  background: #ebeced;
}


/*---------------Responsive---------------*/
@media (max-width:780px) {

  .contact-form ul li div:first-child {
    width: 26%;
  }

  #address1,
  #address2 {
    width: 80%;
  }

  /* 送迎：改行調整 */
  .contact-form ul li > div > br {
    display: none;
  }
}

@media (max-width:480px) {
  .contact-form h2 {
    margin: 0;
  }

  .contact-form ul {
    display: block;
  }

  .contact-form ul li {
    display: block;
  }

  .contact-form ul li div:first-child {
    padding: 15px 5px 0px;
    border-bottom: none;
  }

  .contact-form ul li div {
    display: block;
    width: 100% !important;
    padding: 5px 5px 15px;
  }

  select,
  input {
    width: 100%;
  }

  #address1,
  #address2 {
    width: 100%;
  }
}

/* jpuc */
.jpuccontact__wrap{
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width: 1020px) {
  .jpuccontact__wrap {
      margin-top: 65px;
      padding: 0 10px;
  }
}
.jpuccontact__ttl{
  display: block;
  padding: 18px 20px;
  width: 100%;
  background-color: #888;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media (max-width:780px) {
  .jpuccontact__ttl{
    padding: 12px 6px;
    font-size: 19px;
  }
}
@media (max-width:580px) {
  .jpuccontact__ttl{
    font-size: 18px;
    line-height: 1.4;
  }
}
.jpuccontact__ttl br{
  display: none;
}
@media (max-width:580px) {
  .jpuccontact__ttl br{
    display: block;
  }
}
.jpuccontact__container{
  padding: 32px 45px;
  background-color: #fff;
  border: 1px solid #DCDCDC;
}
@media (max-width:780px) {
  .jpuccontact__container{
    padding: 22px 26px;
  }
}
@media (max-width:580px) {
  .jpuccontact__container{
    padding: 16px;
  }
}
.jpuccontact__container .intro__txt{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07rem;
  text-align: center;
}
@media (max-width:580px) {
  .jpuccontact__container .intro__txt{
    font-size: 15px;
    text-align: left;
  }
}
.jpuccontact__contents{
  margin-top: 30px;
  padding: 32px;
  background-color: #F3F3F3;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width:780px) {
  .jpuccontact__contents{
    padding: 22px;
  }
}
@media (max-width:580px) {
  .jpuccontact__contents{
    margin-top: 20px;
    padding: 17px 12px;
  }
}
@media (max-width:580px) {
  .jpuccontact__contents{
    flex-direction: column;
  }
}
.jpuccontact__inner{
  margin-right: 40px;
}
@media (max-width:780px) {
  .jpuccontact__inner{
    margin-right: 25px;
  }
}
@media (max-width:580px) {
  .jpuccontact__inner{
    margin-right: 0;
  }
}
.jpuccontact__inner .contents__ttl{
  display: block;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.03rem;
  line-height: 1;
}
@media (max-width:580px) {
  .jpuccontact__inner .contents__ttl{
    font-size: 16px;
  }
}
.jpuccontact__inner .contents__data{
  margin-top: 16px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media (max-width:580px) {
  .jpuccontact__inner .contents__data{
    font-size: 14px;
  }
}
.jpuccontact__inner .contents__data .link01{
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  text-decoration: underline!important;
  line-height: 1;
}
@media (max-width:580px) {
  .jpuccontact__inner .contents__data .link01{
    font-size: 14px;
  }
}
.jpuccontact__inner .contents__link{
  margin-top: 16px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  text-decoration: underline!important;
  line-height: 1;
  color: #5d5d5d;
}
@media (max-width:580px) {
  .jpuccontact__inner .contents__link{
    font-size: 14px;
  }
}
.jpuccontact__inner .contents__data .link01:hover{
  color: inherit;
}
.jpuccontact__mark{
  display: block;
  width: auto;
  height: 115px;
}
@media (max-width:580px) {
  .jpuccontact__mark{
    margin-top: 20px;
  }
}
.jpuccontact__mark img{
  display: block;
  width: auto;
  height: 100%;
}

/* 年末年始休業 */
.closing__info{
  position: relative;
  margin-top: 70px;
  margin-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  padding: 75px;
  border: 12px solid #F2F2F2;
  background-color: #fff;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width:991px){
  .closing__info{
    margin-left: 15px;
    margin-right: 15px;
    padding: 60px 60px 75px;
  }
}
@media (max-width:768px){
  .closing__info{
    padding: 50px 50px 65px;
    border-width: 9px;
  }
}
@media (max-width:575px){
  .closing__info{
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 26px 22px 50px;
    border-width: 9px;
  }
}
@media (max-width:400px){
  .closing__info{
    margin-left: 12px;
    margin-right: 12px;
    padding: 24px 18px 45px;
  }
}
.closing__info__head{
  display: flex;
  align-items: center;
}
.closing__info__head .category01{
  display: inline-block;
  padding: 4px 24px 4px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.09rem;
  line-height: 1;
  color: #fff;
  background-color:#FF6900;
}
.closing__info__head .date01{
  margin-left: 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 1;
  color: #A8A8A8;
}
@media (max-width:575px){
  .closing__info__head .date01{
    margin-left: 10px;
    font-size: 14px;
  }
}
.closing__info__ttl{
  margin-top: 24px;
  display: block;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.07rem;
  line-height: 1;
}
@media (max-width:575px){
  .closing__info__ttl{
    font-size: 22px;
  }
}
.closing__info__subttl{
  position: relative;
  left: -10px;
  margin-top: 26px;
  display: block;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.07rem;
  line-height: 1;
}
@media (max-width:575px){
  .closing__info__subttl{
    font-size: 18px;
  }
}
.closing__info__period{
  margin-top: 17px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.145rem;
  line-height: 1;
  color:#FF6900;
}
@media (max-width:575px){
  .closing__info__period{
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.01rem;
  }
}
.closing__info__caution{
  position: relative;
  margin-top: 15px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1.5;
  color: #616161;
}
@media (max-width:575px){
  .closing__info__caution{
    margin-top: 12px;
  }
}
.closing__info__caution::before{
  content: "※";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #616161;
  font-family: 'Noto Sans JP', sans-serif;
}
.closing__info__ctxt{
  margin-top: 28px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1.8;
}
@media (max-width:575px){
  .closing__info__ctxt{
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.01rem;
  }
}
.closing__icon__container{
  position: absolute;
  bottom: 26px;
  right: 26px;
  display: inline-block;
  width: auto;
  height: 25px;
}
@media (max-width:575px){
  .closing__icon__container{
    bottom: 14px;
    right: 14px;
    height: 20px;
  }
}
.closing__icon__container .icon01{
  display: inline-block;
  width: auto;
  height: 100%;
}