@charset "UTF-8";

/* -------------------------------------
contact
------------------------------------- */
.contact {
}
.contact__nav {
  display: flex;
  gap: 55px;
  margin-bottom: 30px;
}
.contact__nav li {
  color: #00675b;
  font-size: 19px;
  text-align: center;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 10px 10px 12px;
  border: 2px solid #00675b;
  border-radius: 10px;
  position: relative;
}
.contact__nav li span {
  display: inline-block;
}
.contact__nav li:not(:last-child)::after {
  content: "";
  display: block;
  width: 13px;
  height: 22px;
  background: url(../imgs/contact/arrow_gr.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(100% + 22px);
  top: 50%;
  transform: translateY(-50%);
}

.mw_wp_form.mw_wp_form_input .contact__nav li.nav1 {
  color: #fff;
  background-color: #00675b;
}
.mw_wp_form_confirm.mw_wp_form_preview .contact__nav li.nav2 {
  color: #fff;
  background-color: #00675b;
}
.mw_wp_form.mw_wp_form_complete .contact__nav li.nav3 {
  color: #fff;
  background-color: #00675b;
}

/* -------------------------------------
form
------------------------------------- */

/*フォーム*/
#form {
  /*width:100%;
	max-width:970px;
	margin:0 auto;*/
}
#form .form_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
  margin-bottom: 70px;
}
#form dl#noteblk {
  align-items: flex-start;
}
#form .form_list > * {
  padding: 59px 0;
  border-top: 1px solid #000;
}
#form .form_list dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 9em;
}
#form .form_list dt span.icon {
  display: none;
}
#form .form_list span.must {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  background-color: #c92a28;
}

#form .form_list dd {
  width: calc(100% - 9em);
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form_list_item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 500px;
}
.form_list_item > * {
  width: calc((100% - 20px) / 2);
}

.form_list_item span {
  display: inline-block;
}
.item_note-txt {
  font-size: 15px;
  line-height: 1.4;
}

input[type="text" i],
textarea {
  width: 100%;
  max-width: 500px;
  border: 2px solid #000;
  padding: 12px 10px;
  box-sizing: border-box;
  border-radius: 10px;
}

#form dd.season-bk textarea {
  height: 100px;
}
#form dd.note-bk textarea {
  height: 200px;
}

.input_txt,
.conf_txt {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 50px;
}
.conf_txt {
  display: none;
}
.thanks_txt {
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
}

#pritx {
  font-size: 12px;
}
#pritx a {
  color: #5c8fe4;
  display: inline-block;
  text-decoration: underline;
}
.btnblk {
  display: flex;
  justify-content: center;
  max-width: 714px;
  margin: 0 auto 40px;
  position: relative;
  gap: 20px;
}
.btnblk .btn {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 300px;
  height: 50px;
  padding: 5px 20px;
  background: url(../imgs/contact/arrow_wh.svg) right 20px center no-repeat;
  background-size: 13px auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
/*.btnblk::before {
	content:"";
	display:block;
	width:13px;
	height:22px;
	background:url(../imgs/contact/arrow_wh.svg) 0 0 no-repeat;
	background-size:contain;
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
}*/
.btnblk .confirm_button {
  color: #fff;
  border: 1px solid #a3a3a3;
  background-color: #a3a3a3;
}
.btnblk .confirm_button:hover {
  border: 1px solid #00675b;
  background-color: #00675b;
}

.btnblk .totoppagebtn {
  color: #00675b;
  border: 1px solid #00675b;
  background-color: #fff;
  background-image: url(../imgs/contact/arrow_gr.svg);
}
.btnblk .totoppagebtn:hover {
  color: #fff;
  background-color: #00675b;
  background-image: url(../imgs/contact/arrow_wh.svg);
}

/*プライバシーポリシー同意*/
#form #pp {
  margin-bottom: 44px;
}
#form #pp .policy_sttl {
  font-size: 18px;
  margin-bottom: 20px;
}
#form #pp .policy_bdr {
  border: 1px solid #000;
  margin-bottom: 50px;
}
#form #pp .policy_wrap {
  font-size: 13px;
  line-height: 1.2;
  width: 100%;
  height: 150px;
  overflow-y: scroll;
  padding: 15px;
}

.privacy_intro {
  margin-bottom: 1em;
}
.privacy_item dd {
  margin-bottom: 1em;
}

#form .pnote {
  font-size: 12px;
  text-align: center;
  line-height: 2;
  max-width: 660px;
  margin: 0 auto 30px;
}
#form .pnote a {
  display: inline-block;
  position: relative;
}
#form .pnote a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #5b5959;
  position: absolute;
  left: 0;
  bottom: 2px;
}
#form #pp .pp_in {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#form #pp .pp_in p {
  line-height: 1;
}
#form #pp .pp_in p a {
  display: inline-block;
  text-decoration: underline;
}

#form #pp .pp_in .mwform-checkbox-field,
#form #pp .pp_in .mwform-checkbox-field label,
#form #pp .pp_in .mwform-radio-field label {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
#form #pp .pp_in .mwform-checkbox-field label,
#form #pp .pp_in .mwform-radio-field label {
  align-self: center;
}
#form #pp .pp_in .mwform-checkbox-field-text {
  font-size: 0;
  position: relative;
  cursor: pointer;
}
#form #pp .pp_in .mwform-checkbox-field input,
#form #pp .pp_in .mwform-radio-field input {
  width: 17px;
  height: 17px;
}

/*確認画面*/
/* .mw_wp_form_confirm.mw_wp_form_preview #form {
	padding-top:80px;
	margin:0 auto;
} */
.mw_wp_form_confirm.mw_wp_form_preview #form .input_txt {
  display: none;
}
.mw_wp_form_confirm.mw_wp_form_preview #form .conf_txt {
  display: block;
}
.mw_wp_form_confirm.mw_wp_form_preview #form dt span.icon {
  color: #00bfeb;
  display: block;
}

/*.mw_wp_form_confirm.mw_wp_form_preview #form .form_list {
    align-items: center!important;
}*/

.mw_wp_form_confirm.mw_wp_form_preview #form .form_list > * {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mw_wp_form_confirm.mw_wp_form_preview #form dd .item_note-txt {
  display: none;
}
.mw_wp_form_confirm.mw_wp_form_preview #form span.must {
  display: none;
}

.mw_wp_form_confirm.mw_wp_form_preview #form #pp {
  display: none;
}
.mw_wp_form_confirm.mw_wp_form_preview #form .btnblk {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
.mw_wp_form_confirm.mw_wp_form_preview #form .btnblk .confirm_button {
  border-color: #00675b;
  background-color: #00675b;
  background-size: 13px auto;
}
.mw_wp_form_confirm.mw_wp_form_preview #form .btnblk .confirm_button:hover {
  color: #00675b;
  background-color: #fff;
  background-image: url(../imgs/contact/arrow_gr.svg);
}
.mw_wp_form_confirm.mw_wp_form_preview #form .btnblk .confirm_button.back {
  color: #00675b;
  text-align: right;
  border: 1px solid #00675b;
  background: url(../imgs/contact/arrow_gr2.svg) left 20px center no-repeat;
  background-size: 13px auto;
}
.mw_wp_form_confirm.mw_wp_form_preview #form .btnblk .confirm_button.back:hover {
  color: #fff;
  background-color: #00675b;
  background-image: url(../imgs/contact/arrow_wh2.svg);
  background-size: 13px auto;
}

/*完了画面*/
/*.mw_wp_form.mw_wp_form_complete {
	padding-top:10vw;
}*/

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1160px) {
}

@media screen and (max-width: 1060px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 940px) {
}

@media screen and (max-width: 880px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 640px) {
  #form .form_list {
    flex-direction: column;
    gap: 15px;
  }
  #form .form_list dt {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
  }
  #form .form_list dd {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 30px;
    border-top: none;
  }

  /*確認画面*/
  .mw_wp_form_confirm.mw_wp_form_preview #form .form_list dt {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .mw_wp_form_confirm.mw_wp_form_preview #form .form_list dd {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 1em;
  }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}

@media screen and (min-width: 769px) {
}
