@charset "utf-8";
/* contact css */

/*-------------------------------------------------
ページタイトル
-------------------------------------------------*/

#page_contact .page_titlebox::before,
#page_contact_confirm .page_titlebox::before,
#page_contact_complete .page_titlebox::before {
content: "CONTACT";
}
#page_contact_complete main {
height: 75.2vh;
}


/*-------------------------------------------------
intro
-------------------------------------------------*/

.intro_txt {
font-size: 1.5rem;
line-height: 200%;
letter-spacing: 0.2em;
display: block;
text-align: center;
margin-bottom: 50px;
}
.intro_txt a {
text-decoration: underline;
color: #B29458;
}
.intro_txt a:hover {
text-decoration: none;
}
.generic {
display: none;
}
.bold_txt {
font-weight: 700;
color: #8E7742;
}
.contact_end_txt {
text-align: center;
display: block;
line-height: 200%;
margin-bottom: 50px;
}

@media all and (max-width : 820px ){
.generic {
display: block;
}
}

@media all and (max-width : 767px ){
.intro_txt {
font-size: 1.2rem;
line-height: 180%;
letter-spacing: 0.1em;
margin-bottom: 30px;
}
.generic {
display: block;
}
}


/* step
-------------------------------------------------- */

.progressbar {
font-family: "Noto Serif JP", serif;
max-width: 900px;
margin: 0 auto 50px;
position: relative;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.progressbar li {
position: relative;
list-style-type: none;
text-align: center;
text-transform: uppercase;
width: 33.333%;
color: #ddd;
font-weight: 400;
}
.progressbar li.active {
font-weight: 600;
}
.progressbar li:before {
display: block;
width: 18px;
height: 18px;
margin: 7px auto 20px auto;
content: '';
text-align: center;
border-radius: 50%;
background-color: #F5F5F5;
}
.progressbar li:after {
position: absolute;
z-index: -1;
top: 15px;
left: -50%;
width: 100%;
height: 1px;
content: '';
background-color: #F5F5F5;
}
.progressbar li:first-child:after {
content: none;
}
.progressbar li.active,
.progressbar li.complete{
color: #8E7742;
}
.progressbar li.active:before,
.progressbar li.complete:before {
background-color: #8E7742;
}
.progressbar li.active:after,
.progressbar li.complete:after {
background-color: #8E7742;
}

@media all and (max-width : 767px ){
.progressbar li {
font-size: 1.2rem;
}
}


/* contact form styles
-------------------------------------------------- */

.contact_form {
font-family: "Noto Serif JP", serif;
max-width: 600px;
margin: 0 auto;
}
.form_list_box {
padding-bottom: 50px;
width: 100%;
}
.form_label {
width: 100%;
letter-spacing: 0.3em;
font-weight: 400;
font-size: 1.8rem;
margin-bottom: 15px;
}
.form_required {
padding-top: 2px;
display: inline-block;
color: #B29458;
font-size: 1.3rem;
font-weight: 500;
letter-spacing: 0.2em;
}
.form_list_box_inner {
display: flex;
justify-content: space-between; 
}
.input_harf_item {
width: 46%;
}
.input_regular_item {
width: 100%;
}
.input_harf_item input[type=text] {
font-family: "Noto Serif JP", serif;
width: 100%;
border-bottom: 1px solid #fff;
padding: .5em 0;
color: #fff;
padding-left: 0.5em;
padding-right: 1em;
font-size: 1.5rem;
}
.input_regular_item input[type=text], .input_regular_item input[type=email] {
font-family: "Noto Serif JP", serif;
width: 100%;
border-bottom: 1px solid #fff;
padding: .5em 0;
color: #fff;
padding-left: 0.5em;
padding-right: 1em;
font-size: 1.5rem;
}
.comment_box {
font-family: "Noto Serif JP", serif;
border: 1px solid #fff;
padding: 1em;
height: 200px;
flex: 1;
width: 100%;
background: transparent;
color: #fff;
font-size: 1.5rem;
}
button, input, select, textarea {
background-color: transparent;
border-style: none;
}

@media all and (max-width : 767px ){
.input_harf_item input[type=text] {
font-size: 1.2rem;
}
}


/* ラジオボタン
-------------------------------------------------- */

.radioBox {
width: 100%;
line-height: 250%;
}
.my-radio {
position: relative;
margin: 0.5em 0 ; /* 前後のスペース */
padding-left: 25px;
padding-right: 30px;
cursor: pointer;
user-select: none;
white-space: nowrap;
font-size: 1.4rem;
letter-spacing: 0;
}
/* inputは非表示にする */
.my-radio input {
  display: none;
}
/* 常に表示する枠線の円 */
.radio-mark {
position: absolute;
top: 3px; /* 上からの位置 */
left: 0;
height: 16px; /* 大きさ */
width: 16px; /* 大きさ */
border: solid 1px #d4dae2; /* 線 */
border-radius: 50%;
box-sizing: border-box;
}
/* 選択時に重ねる円 */
.radio-mark:after {
content: "";
position: absolute;
background: #8E7742; /* 色 */
border-radius: 50%;
top: 2px;
bottom: 2px;
left: 2px;
right: 2px;
opacity: 0; /* 透明にしておく */
}
/* 選択時に重ねた円の透明を解除 */
.my-radio input:checked + .radio-mark:after {
opacity: 1;
}
.contact_privacy_txt {
text-align: center;
display: block;
margin-bottom: 50px;
}
.contact_privacy_txt a {
color: #8E7742;
text-decoration: underline;
}
.contact_privacy_txt a:hover {
text-decoration: none;
}


/* ボタン
-------------------------------------------------- */

button {
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}
.form_btn_wrap .contact_btn {
font-family: "Noto Serif JP", serif;
font-weight: 500;
max-width: 380px;
color: #B29458;
width: 100%;
padding: 15px 20px;
border: solid 1px #8E7742;
position: relative;
letter-spacing: 0.2em;
transition: all 0.3s;
}
.form_btn_wrap .contact_btn:hover {
background-color: #8E7742;
color: #fff;
transition: all 0.3s;
cursor: pointer;
}
.form_btn_wrap .btn_arrow::after {
content: '';
position: absolute;
top: 44%;
right: 20px;
width: 8px;
height: 8px;
border-top: 1px solid #B29458;
border-right: 1px solid #B29458;
transform: rotate(45deg);
transition: ease .3s;
}
.form_btn_wrap .btn_arrow:hover::after { /*hoverした際のアニメーション*/
right: 15px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transition: .3s;
}
.form_btn_wrap .btnRev {
max-width: 300px;
margin: 0 10px;
}
.form_btn_wrap .btnSnd {
max-width: 300px;
margin: 0 10px;
}
.form_btn_wrap .btn_arrow_left::after{ /* 矢印が右に移動して現在地に戻る */
content: '';
position: absolute;/*絶対配置で矢印の位置を決める*/
top:44%;
left: 20px;
width: 8px; /*矢印の形状*/
height: 8px;
border-top: 1px solid #B29458;
border-right: 1px solid #B29458;
transform: rotate(-135deg);
transition: ease .3s;
}
.form_btn_wrap .btn_arrow_left:hover::after { /*hoverした際のアニメーション*/
left: 15px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transition: .3s;
}
.form_btn_wrap {
max-width:640px;
display: flex;
justify-content: center;
margin: 0px auto;
}


/*-------------------------------------------------
スマートフォン
-------------------------------------------------*/

@media screen and (max-width: 767px) {
.content {
padding: 10px 0 40px;
}
.contact_start_txt {
font-size: 1.2rem;
line-height: 180%;
margin: 0 0 20px 0px;
letter-spacing: 0.02em;
}
.contact_end_txt  {
font-size: 1.1rem;
padding: 0px;
margin-bottom: 20px;
}
.contact_form {
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
flex-wrap: wrap;
}
.form_list_box {
flex-direction: column; 
padding-bottom: 30px;
}
.form_label {
max-width: inherit;
display: flex;
align-items: center;
font-size: 1.3rem;
padding-left: 5px;
margin-bottom: 5px;
}
.form_required {
border-radius: 3px;
padding-top: 1px;
padding-bottom: 1px;
width: 40px;
font-size: 1.0rem;
margin-left: 5px;
}
.input_regular_box {
margin-left: 0;
margin-top: 8px;
height: 40px;
flex: inherit;
font-size: 1.3rem;
}
.comment_box {
margin-top: 12px;
margin-left: 0;
height: 150px;
flex: inherit;
font-size: 1.3rem;
}
.radioBox {
margin-left: 0px;
}
.my-radio {
padding-left: 20px;
padding-right: 10px;
font-size: 1.2rem;
letter-spacing: 0.05em;
}
.radio-mark {
position: absolute;
top: 3px; /* 上からの位置 */
left: 0;
height: 15px; /* 大きさ */
width: 15px; /* 大きさ */
border: solid 2px #d4dae2; /* 線 */
border-radius: 50%;
box-sizing: border-box;
}
.form_privacy_check {
font-size: 1.0rem;
margin-bottom: 10px;
letter-spacing: 0.05em;
}
input[type=checkbox] {
transform: scale(1.0);
margin: 0px 3px 3px 0;
}
.contact_privacy_txt {
font-size: 1.2rem;
line-height: 180%;
margin-bottom: 30px;
}
.form_btn_wrap .btnRev {
margin: 0 5px;
}
.form_btn_wrap .btnSnd {
margin: 0 5px;
}
.form_btn_wrap {
width: 100%;
}
.form_btn_wrap .contact_btn {
font-size: 1.1rem;
max-width: 260px;
padding: 10px 10px;
}
.form_btn_wrap .btn_arrow::after {
content: '';
position: absolute;
top: 42%;
right: 15px;
width: 6px;
height: 6px;
}
.form_btn_wrap .btn_arrow_left::after{ 
top:42%;
left: 15px;
width: 6px; /*矢印の形状*/
height: 6px;
}
}