@charset "UTF-8";
/*! Writen  by SCSS */
@media screen and (max-width: 480px) {
  .w10_sp {
    width: 10%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w20_sp {
    width: 20%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w30_sp {
    width: 30%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w40_sp {
    width: 40%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w50_sp {
    width: 50%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w60_sp {
    width: 60%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w70_sp {
    width: 70%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w80_sp {
    width: 80%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w90_sp {
    width: 90%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w100_sp {
    width: 100%;
    margin: 0 auto; } }

.section_cont .txt01 {
  font-size: clamp(15px, 1.5vw, 18px); }

.container {
  background-image: url("../images/contact/bg.png");
  background-position: top left;
  background-repeat: repeat;
  background-size: 150px 150px; }

.main_cnt {
  width: 100%;
  background-image: url("../images/contact/main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (max-width: 640px) {
    .main_cnt {
      padding-bottom: calc(140%/4.14);
      background-image: url("../images/contact/main_sp.jpg"); } }
  .main_cnt::before {
    content: "";
    display: block;
    padding-bottom: calc(500%/16); }
  .main_cnt .main_txt {
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 12px; }
    .main_cnt .main_txt span {
      display: inline-block;
      background: #fff;
      line-height: 1; }
      .main_cnt .main_txt span.ja_txt {
        padding: 0.25em 1em;
        font-size: clamp(30px, 3.334vw, 40px); }
      .main_cnt .main_txt span.en_txt {
        padding: 0.25em 0.965em;
        font-size: clamp(12px, 1.667vw, 20px); }

.inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto; }

.flex {
  display: flex;
  justify-content: space-between; }

.ai_fs {
  align-items: flex-start; }

.flex_wrap {
  flex-wrap: wrap; }

.flex_rr {
  flex-direction: row-reverse; }

.pos_r {
  position: relative; }

.pos_a {
  position: absolute; }

.form {
  padding-bottom: 120px; }
  @media screen and (max-width: 960px) {
    .form {
      padding-bottom: 100px; } }
  @media screen and (max-width: 960px) {
    .form {
      padding-bottom: 80px; } }
  @media screen and (max-width: 480px) {
    .form {
      padding-bottom: 60px; } }

.form_list .form_item_ttl {
  color: #8a6744;
  font-size: clamp(16px, 1.667vw, 20px); }
.form_list .form_item {
  padding: 30px 15px;
  border-top: 1px dashed #8a6744; }
  @media screen and (max-width: 768px) {
    .form_list .form_item {
      padding: 20px 10px; } }
  .form_list .form_item .t_box {
    background-color: rgba(197, 165, 133, 0.1);
    padding: 10px;
    border-radius: 2px; }

.label {
  font-size: 16px;
  letter-spacing: 0.3em;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  padding: 5px 12px;
  text-align: center;
  color: #fff;
  background: #a7a7a7; }
  @media screen and (max-width: 768px) {
    .label {
      font-size: 14px;
      padding: 3px 8px 4px; } }
  @media screen and (max-width: 480px) {
    .label {
      font-size: 13px;
      padding: 3px 6px 4px; } }
  .label.label_ind {
    background: #9d0000; }

.form_head {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .form_head {
      margin-bottom: 10px; } }
  .form_head .text {
    font-size: clamp(15px, 1.5vw, 18px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-right: 10px; }
    @media screen and (max-width: 768px) {
      .form_head .text {
        font-size: 16px;
        margin-right: 5px; } }
    @media screen and (max-width: 480px) {
      .form_head .text {
        font-size: 15px; } }

.radio_list {
  justify-content: flex-start;
  font-size: clamp(14px, 1.334vw, 16px);
  line-height: 1.4; }
  .radio_list .radio_item label {
    cursor: pointer; }
  .radio_list .radio_item:first-child {
    margin-right: 30px; }

.form_check_list {
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.334vw, 16px);
  line-height: 1.4;
  margin-bottom: -10px;
  font-feature-settings: "palt"; }
  .form_check_list .check_item {
    margin-right: 35px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .form_check_list .check_item {
        margin-right: 20px; } }

.form_box {
  width: 49.14%; }

input[type="text"],
input[type="email"],
textarea,
.form_select {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  outline: none;
  border-radius: 2px;
  background-color: rgba(197, 165, 133, 0.1);
  font-family: YakuHanMP,"Yu Mincho","游明朝",YuMincho,"游明朝体","Noto Serif JP","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; }
  @media screen and (max-width: 768px) {
    input[type="text"],
    input[type="email"],
    textarea,
    .form_select {
      font-size: 14px;
      padding: 5px 10px; } }
  input[type="text"]::placeholder,
  input[type="text"] .none,
  input[type="email"]::placeholder,
  input[type="email"] .none,
  textarea::placeholder,
  textarea .none,
  .form_select::placeholder,
  .form_select .none {
    color: #a8a8a8; }

textarea {
  height: 100px; }

label {
  display: flex;
  align-items: center; }

input[type="radio"],
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0; }

input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border: 1px solid #a7a7a7; }
  input[type="checkbox"]:checked:before {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background-image: url("../images/contact/check_ico.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ''; }

.form_item_privacy .privacy_text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .form_item_privacy .privacy_text {
      font-size: 14px; } }
  .form_item_privacy .privacy_text a {
    color: #054a97;
    text-decoration: underline; }

.agree_box {
  justify-content: center;
  align-items: center; }
  .agree_box .agree_check_box {
    font-size: 16px;
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      .agree_box .agree_check_box {
        margin-right: 10px; } }

.form_button {
  max-width: 290px;
  margin: 60px auto 0;
  background: #9d0000; }
  @media screen and (max-width: 768px) {
    .form_button {
      margin: 40px auto 0; } }

button {
  width: 100%;
  padding: 25px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  font-family: YakuHanMP,"Yu Mincho","游明朝",YuMincho,"游明朝体","Noto Serif JP","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  transition: opacity 0.3s ease-in-out; }
  @media screen and (max-width: 768px) {
    button {
      padding: 20px 10px;
      font-size: 18px; } }
  button:focus {
    outline: none; }
  body:not(.mobile) button:hover {
    opacity: 0.7; }

/* button */
.btn_col {
  max-width: 610px;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .btn_col {
      display: block;
      max-width: 290px;
      margin: 30px auto 0 auto; } }
  .btn_col li:nth-child(2) {
    margin: 0 0 0 30px; }
    @media screen and (max-width: 768px) {
      .btn_col li:nth-child(2) {
        margin: 30px 0 0 0; } }
  .btn_col .btn {
    width: 290px;
    border: 1px solid #9d0000;
    background: #9d0000;
    color: #fff;
    text-align: center;
    padding: 25px 10px;
    font-size: 20px;
    line-height: 1.2;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    font-family: YakuHanMP,"Yu Mincho","游明朝",YuMincho,"游明朝体","Noto Serif JP","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; }
    @media screen and (max-width: 768px) {
      .btn_col .btn {
        padding: 20px 10px;
        font-size: 18px; } }
    body:not(.mobile) .btn_col .btn:hover {
      background: #fff;
      color: #9d0000; }
    .btn_col .btn.b_btn {
      background: #ddd;
      border: 1px solid #ddd;
      color: #333; }
      body:not(.mobile) .btn_col .btn.b_btn:hover {
        background: #333;
        color: #fff; }

.form .btn:hover {
  background: #dfdfdf; }

/* カレンダー */
.iframe-content {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 0 0 20px; }

.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cal_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  top: 0;
  left: 0; }

.cal_bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cal_in {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 960px;
  height: 370px;
  padding: 10px 1%;
  box-sizing: border-box;
  background: #fff;
  margin: 0 0 0 -480px;
  z-index: 2; }

@media all and (max-width: 960px) {
  .cal_in {
    position: absolute;
    width: 98%;
    left: 0;
    margin: 0 1% 0 1%; } }
.adless_wrap01 {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .adless_wrap01 input[type="text"] {
    width: 220px;
    margin-right: 30px; }
  .adless_wrap01 .form_select {
    width: 220px; }
  .adless_wrap01 .txt01 {
    font-size: clamp(14px, 1.334vw, 16px);
    margin-right: 12px; }

select {
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */ }

select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */ }

select {
  background-image: url("../images/contact/select_ico.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 15px 10px;
  height: 46px;
  color: #a8a8a8; }
  @media screen and (max-width: 768px) {
    select {
      height: auto; } }

.form_list .form_check_list01 .form_box_wrap {
  padding-right: 0; }

.form_list .form_check_list02 .form_box_wrap {
  padding-right: 0; }
  @media screen and (min-width: 1200px) {
    .form_list .form_check_list02 .form_box_wrap li:nth-child(7) {
      margin-right: 0; } }

.thanks_wrap {
  padding: 0 20px 60px; }
  @media screen and (max-width: 768px) {
    .thanks_wrap {
      padding-bottom: 0; } }
  .thanks_wrap .txt01 {
    color: #8a6744;
    font-size: clamp(16px, 1.667vw, 20px); }
  .thanks_wrap .txt02 {
    color: #8a6744;
    font-size: clamp(14px, 1.334vw, 16px); }
  .thanks_wrap .btn01 {
    text-align: center;
    max-width: 300px;
    width: 100%;
    margin: 0 auto; }
    .thanks_wrap .btn01 a {
      display: block;
      font-size: clamp(14px, 1.334vw, 16px);
      color: #fff;
      background: #8a6744;
      border-radius: 3px;
      line-height: 40px;
      transition: all 0.3s ease-in-out; }
@hover {
  .thanks_wrap .btn01 a {
    opacity: 0.7; } }

/*# sourceMappingURL=contact.css.map */
