/*
body {
    font-family: "Noto Sans JP", sans-serif;
    color: #595757;
    font-weight: 400;
    letter-spacing: 0.1em;
}
*/
h4.title {
    font-weight: bold;
    color: #A48B78;
}
ul.commonList {
    padding-left: 0;
}
p,
ul.commonList li {
  font-size: 22px;
  font-size: 2.2rem;
}
.contactBox > div > dt {
    font-weight: bold;
    position: relative;
}
.contactBox > div > dt .hissu {
    color: #fff;
    display: inline-block;
    background-color: #5499D6;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
}
.contactWrap input, 
.contactWrap button,
.contactWrap select,
.contactWrap textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    background-color: #fff;
}
.contactWrap input, 
.contactWrap textarea {
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #D4D9D6;
    border-radius: 3px;
    padding: 10px;
}
.contactBox > div > dd > dl {
    display: flex;
    align-items: center;
}
.contactBox > div > dd > dl > dt {
    font-weight: bold;
    flex: none;
}
.contactBox > div > dd > dl > dd {
    width: 100%;
}
.contactWrap select {
    width: 100%;
    border: 1px solid #D4D9D6;
    border-radius: 3px;
    color: #000;
    padding: 10px 25px 10px 20px;
    background: url(../img/common/selectarrow.png) no-repeat right 15px center #ffffff;
}
.contactWrap input[type=submit], 
.contactWrap input[type=button], 
.contactWrap label, .contactWrap button, 
.contactWrap select {
    cursor: pointer;
}
.contactWrap input[type=checkbox], 
.contactWrap input[type=radio] {
    opacity: 0;
    position: absolute;
    width: auto;
    padding: 0;
}
.contactWrap .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}
.contactWrap .wpcf7-checkbox .wpcf7-list-item {
    margin: 15px 20px 0 0;
}
.contactWrap .wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer;
    display: flex;
}
.contactWrap .wpcf7-checkbox .wpcf7-list-item-label::before {
    background: #fff;
    border: 1px solid #D4D9D6;
    content: "";
    height: 1.2em;
    margin-bottom: auto;
    margin-right: 0.5em;
    margin-top: auto;
    transition: background-color 0.3s;
    width: 1.2em;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: " ";
}
.contactWrap .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
    background-color: #A48B78;
    box-shadow: inset 0 0 0 3px #fff;
}

.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.mT60 {
  margin-top: 60px !important;
}
.p-country-name {
  display: none;
}
.contactWrap .checkWrap p a {
    text-decoration: underline;
}

.ui-datepicker {
  width: auto;
  font-size: 1.5rem;
}
.ui-datepicker td a {
  padding: 0.8rem;
}

@media print, screen and (min-width: 1024px) {
    h4.title {
        font-size: 28px;
    }
    * + h4.title {
        margin-top: 50px;
    }
    * + .commonList, * + .linkList, * + .colorBox, * + .borderBox, * + .commonTable {
        margin-top: 40px;
    }
    h3 + p, h4 + p {
        margin-top: 40px;
    }
    * + p {
        margin-top: 40px;
    }
    ul.commonList li {
        padding-left: 20px;
        position: relative;
    }
    ul.commonList li:before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #A48B78;
        position: absolute;
        left: 0;
        top: 14px;
    }
    .contactWrap {
        font-size: 16px;
        font-size: 1.6rem;
        width: 90%;
        max-width: 800px;
        margin: 100px auto 0;
    }
    .contactWrap p {
      font-size: 16px;
      font-size: 1.6rem;
    }
    .contactBox > div > dt {
        font-size: 19px;
        padding-right: 60px;
    }
    .contactBox > div > dt .hissu {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 2px 10px;
    }    
    .contactBox > div > dd {
        margin-top: 12px;
    }
    .contactBox > div > dd.col2 {
        display: flex;
        gap: 30px;
    }
    .contactBox > div + div {
        margin-top: 50px;
    }
    .contactBox > div > dd > dl > dt {
        font-size: 14px;
        padding-right: 10px;
    }
    .contactWrap .sizeM {
        width: 50%;
    }
    .contactBox > div > dd .title {
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 20px;
        margin-top: 20px;
        color: #A48B78;
    }
    .contactBox > div > dd .title span {
        color: #595757;
        font-size: 14px;
    }
    .formBtns {
        margin-top: 80px;
    }
    .formBtns p {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .formBtns .commonBtn {
        display: inline-block;
        position: relative;
        text-align: center;
        background-color: #595757;
        border-radius: 26px;
        color: #fff;
        font-weight: 400;
        line-height: 1;
        text-decoration: none;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
        padding: 18px 20px;
        transition: 0.3s;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        width: 230px;
        border: none;
    }
    .formBtns .commonBtn:hover {
      opacity: 1;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
      transform: translateY(4px);
    }
    .commonInner {
        max-width: 1100px;
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1023px) {    
    h4.title {
        font-size: 24px;
    }
    * + h4.title {
        margin-top: 30px;
    }
    p,
    ul.commonList li {
        font-size: 14px;
        font-size: 1.4rem;
    }
    h3 + p, h4 + p {
        margin-top: 30px;
    }
    * + .commonList, * + .linkList, * + .colorBox, * + .borderBox, * + .commonTable {
        margin-top: 30px;
    }
    ul.commonList li {
        padding-left: 18px;
        position: relative;
    }
    ul.commonList li:before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #A48B78;
        position: absolute;
        left: 3px;
        top: 8px;
    }
    .contactWrap {
        font-size: 14px;
        padding: 0 13px;
        max-width: 480px;
        margin: 50px auto 0;
    }
    .contactBox > div + div {
        margin-top: 30px;
    }
    .contactBox > div > dt {
        font-size: 16px;
        font-size: 1.6rem;
        padding-right: 50px;
    }
    .contactBox > div > dd {
        margin-top: 8px;
    }
    .contactBox > div > dt .hissu {
        font-size: 14px;
        padding: 2px 10px;
    }
    .contactBox > div > dd > dl > dt {
        font-size: 12px;
        padding-right: 10px;
    }
    .contactBox > div > dd.col2 {
        display: flex;
        gap: 15px;
    }
    .formBtns {
        margin-top: 40px;
        padding: 0 32px;
    }
    .formBtns p {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .formBtns .commonBtn {
      font-family: "Noto Sans JP", sans-serif;
      display: inline-block;
      position: relative;
      text-align: center;
      z-index: 1;
      background: #595757;
      border:none;
      color: rgb(255, 255, 255);
      width: fit-content;
      min-width: clamp(230px, 27.5449vw, 450px);
      min-height: clamp(50px, 5.98802vw, 80px);
      font-size: clamp(1.6rem, 1.91617vw, 3rem);
      font-weight: 700;
      box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 2px;
      letter-spacing: 0.1em;
      gap: 10px;
      border-radius: 40px;
      padding: 5px 7px 5px;
      transition: 0.3s;
    }
    .contactBox > div > dd .title {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: 20px;
        color: #A48B78;
    }
    .contactBox > div > dd .title span {
        color: #595757;
        font-size: 12px;
    }
    .contactWrap * + p {
        margin-top: 30px;
    }
}

@media (hover: none) and (pointer: coarse) {
  .formBtns .commonBtn:active,
  .formBtns .commonBtn:focus-visible {
    opacity: 1;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    transform: translateY(2px); 
  }
}

