.wpcf7-form {
  position: relative;
  z-index: 1;
}
.wpcf7-submit {
  position: relative;
  z-index: 10;
}

.inner {
	padding: 10.625rem 30px 80px;
    padding-top: 8rem;
}
.contactPage {
	margin-bottom: 5em;
}
.contactPage_inner {
	max-width: 1200px;
}
.contactPage p {
	font-size: calc(13 / var(--root-font-size) * 1rem);
}
.contactPage_info {
	margin-top: 6em;
	margin-bottom: 3em;
}
.contactPage_info .item {
	margin-bottom: 1em;
}
.contactPage_info .item.red {
	color: #BF6214;
}
.contactPage_info .item .red_span {
    border: 1px solid #BF6214;
	font-size: .8em;
	padding: .3em 1em;
}

/*メールフォーム設定*/
.mb-1 {
	margin-bottom: 1em;
}
.mt-1 {
	margin-top: 1em;
}
.mr-1 {
	margin-right: 1em;
}
.pl-1 {
	padding-left: 1em;
}
.pl-2 {
	padding-left: 2em;
}
.bold {
	font-weight: bold;
}
.font-12 {
	font-size: 12px;
}

input {
    width: 100%;
    font-size: 16px;
}
input:focus {
  outline: 0;
}
input[type="radio"],
input.radio {
	-moz-appearance: auto;
	-webkit-appearance: auto;
	appearance: auto;
	width: auto;
	margin-right: 1em;
	accent-color: #B27B4A;
}
.checkButton input {
	width: auto;
	width: 18px;
    height: 18px;
    vertical-align: top;
}
.submit input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
textarea {
    width: 100%;
    font-size: 14px;
}
select{
    width: 100%;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
	color: #686260;
}
input::placeholder {
  color: #CBC6BE;
}
.selectArrow {
	position: relative;
}
.selectArrow:after {
    content: "";
    position: absolute;
    top: 1.6em;
    right: 5%;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 10px;
    border-bottom: 1px solid #886c43;
    border-right: 1px solid #886c43;
    transform: rotate(45deg);
}
button{
	border: none; 
    outline: none; 
    background: transparent;
}
.contactPage .form {
    text-align: center;
	font-size: calc(14 / var(--root-font-size) * 1rem);
}
.contactPage .form_item {
	text-align: left;
	margin-bottom: 2em;
}
.contactPage .form_item_tit {
	padding: 1em 0;
	margin-bottom: 1em;
}
.contactPage .form_item_tit .tit_red {
	display: inline-block;
	color: #BF6214;
    border: 1px solid #BF6214;
    font-size: .8em;
	padding: 0 1em;
	margin-left: 1em;
}
.contactPage .form_item_cont {
}
.contactPage .form_item_cont .cont_inner {
	background-color: #fff;
	padding: .5em;
	padding-left: 1em;
	box-sizing: border-box;
}
.contactPage .form_item_cont .namebox {
	display: flex;
	justify-content: space-between;
}
.contactPage .form_item_cont .namebox:first-child {
    margin-bottom: 2em;
}
.contactPage .form_item_cont .namebox_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    align-items: center;
	width: 48%;
}
.contactPage .form_item_cont .namebox_inner_title {
	width: 3em;
    text-align: center;
    font-size: .9em;
}
.contactPage .form_item_cont .namebox_inner_txt {
	flex: 1;
}
.contactPage .form_item_cont .tel-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contactPage .form_item_cont .tel-box .wpcf7-form-control-wrap {
	width: 28%;
}
.contactPage .form_item_cont .tel-box .column3 {
	/*width: 28%;*/
}
.contactPage .form_item_cont .radio-box {
	padding-left: 2em;
    line-height: 1.6;
}
.contactPage .form_item_cont .radio-box .wpcf7-list-item {
    display: block;
}
.contactPage .form_item_cont .radio-box p {
	margin-bottom: 1em;
}
.contactPage .submit  {
    text-align: center;
    margin-top: 3em;
}
.contactPage  .submit_btn {
    background-color: #D0A068;
    color: #FFFFFF;
    font-family: "fot-rodin-pron", sans-serif;
    font-weight: 600;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    width: 80%;
    max-width: 350px;
    border: none;
	margin: initial;
}
.contactPage .submit_btn.wpcf7-previous  {
    background-color: #fff;
    color: #D0A068;
    font-family: "fot-rodin-pron", sans-serif;
    font-weight: 600;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    width: 80%;
    max-width: 350px;
    border:1px solid  #D0A068;
	margin: initial;
    margin-top: 20px;
}
.contactPage .submit_btn_02 {
    background-color: #fff;
    color: #686260;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
    display: inline-block;
    width: 80%;
    max-width: 350px;
    border-radius: 11px;
	border: solid 1px #686260;
	margin-bottom: 30px;
}
.contactPage .completion {
	text-align:center;
	margin-top: 1em;
}
.wpcf7 .wpcf7-spinner { /* WPプラグイン:コンタクトフォーム7 送信ボタンの横のスピナーを非表示*/
    display: none !important;
}
.wpcf7cp-cfm-edit-btn {  /* WPプラグイン:Confirm Plus Contact Form 7の修正ボタン*/
	background-color: #fff;
    color: #686260;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
    display: inline-block;
    width: 80%;
    max-width: 350px;
    border-radius: 11px;
	border: solid 1px #686260;
	margin-bottom: 30px;
}
.wpcf7cp-cfm-submit-btn {  /* WPプラグイン:Confirm Plus Contact Form 7の送信ボタン*/
	background-color: #686260;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
    display: inline-block;
    width: 80%;
    max-width: 350px;
    border-radius: 11px;
	border: none;
}
#wpcf7cpcnf table {   /* WPプラグイン:Confirm Plus Contact Form 7 確認画面のレイアウト*/
	width: 90%;
	max-width: 800px;
    margin: auto;
	font-size: 14px;
	margin-bottom: 50px;
}
#wpcf7cpcnf th { 
	background-color: #ECEBE5;
	padding: 0.5em 2em;
	width: 40%;
    font-weight: normal;
}
#wpcf7cpcnf td {
    text-align: left;
    padding-left: 2em;
}
.wpcf7cp-form-hide {
    display: none;
}
div#wpcf7cpcnf {
    position: relative;
}

/*other contact部分*/
.contact {
    height: auto;
}
.contact__inner {
    padding-top: 0;
}
.contact__wrap {
    display: block;
}
.contact__wrap__item_action .content {
    /*grid-template-rows: auto;*/
}
.contact__wrap__item.right {
	margin-left: auto;
}
.contact__wrap__item_action .text {
	color: #fff;
}
.contact__wrap__item_action .heading::before {
    background: center / contain no-repeat url(../images/common/icon/phone.svg);
	width: 16px;
    height: 16px;
}
@media screen and (min-width: 780px) {
	.contactPage_info {
    margin-top: 8.5em;
	}
}

@media screen and (min-width: 961px) {
	.contactPage_info {
    margin-top: 8.5em;
	}
	.contactPage p {
		font-size: calc(16 / var(--root-font-size) * 1rem);
	}
	.contactPage .form {
		max-width: 1000px;
    	margin: 0 auto;
		font-size: calc(15 / var(--root-font-size) * 1rem);
	}
	.contactPage .form_item {
		margin-bottom: 4em;
	}
	.contactPage .form_item_tit .tit_red {
		margin-left: 3em;
	}
	.contactPage .form_item_cont .namebox_inner_title {
		width: 6em;
	}
}

