
/************* お問い合わせ Contact *******************************/
.contact_box{
 padding: 80px 60px 80px 60px;
}
.grecaptcha-badge {
    visibility: hidden;
}

table.table_contact {
 border-collapse: collapse;
 border-spacing: 0;
 margin: 20px 0 50px 0;
 width: 100%;
 border: solid #9e7c55;
 border-width: 0 1px 1px 1px;
}

table.table_contact th {
 background: #9e7c55;
 padding: 20px 40px;
 vertical-align: middle;
 font-size: 100%;
 width: 30%;
 box-sizing: border-box;
 color: #fff;
 border-top: 1px solid;
}
table.table_contact tr:first-child th {
 border-top: 1px solid #9e7c55;
}
table.table_contact tr:last-child th {
 border-bottom: 1px solid #9e7c55;
}

table.table_contact td {
    padding: 20px;
    vertical-align: middle;
    font-size: 100%;
    box-sizing: border-box;
    border-top: 1px solid #9e7c55;
    background: #fff;
}

table.table_contact td .table_div {
    border-left: 1px solid #bbb;
	padding: 0 0 0 30px;
}
.contact_txt01 {
	font-size: 18px;
	font-size: 1.8rem;
	width: 32%;
	box-sizing: border-box;
}

.contact_number {
    font-size: 56px;
    font-size: 5.6rem;
    color: #000;
    background: url(../img/common/tel_ico02.png) 0 10px no-repeat;
    line-height: 1.1;
    padding: 0 0 0 50px;
    font-weight: bold;
    letter-spacing: 5px;
	margin: 0 0 5px 0!important;
}

.address_txt01 {
    display: inline-block;
    margin: 0 10px 5px 0;
    font-size: 16px;
}

.address_txt02 {
    display: block;
    margin: 0 0 5px 0;
}

.thanks_txt {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
 margin: 60px 0 40px 0;
}

ul.c_name_list {
	display: flex;
	justify-content: space-between;
}


ul.c_name_list li{
	width: 48%;
}

ul.c_mail_list {
	
}

ul.c_mail_list li{
	margin: 0 0 15px 0;
}

ul.c_mail_list li:last-child{
	margin: 0 0 0 0;
}

.mail_confirm {
	font-size: 12px;
	color: #000;
	display: block;
	margin: 0 0 5px 0;
}




/* メインメニュー 1060px以下から
------------------------------------------------------------*/
@media screen and (max-width: 1060px) {
table.table_contact {
  margin: 20px 0 20px 0;
}
.contact_box{
 padding: 80px 0 80px 0;
}
}

/* メインメニュー 767px以下から
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
table.table_contact {
  margin: 20px 0 20px 0;
}
.contact_box{
 padding: 40px 0 40px 0;
}
}


/******お問い合わせについて確認部分*************/

.confirm_notice {
 background: #fff;
 padding: 50px 50px 50px 50px;
 margin: 0 0 40px 0;
}
.confirm_notice_list02{
 margin: 0 0 20px 0;
}
.confirm_notice_list02 li{
 padding: 0 0 0 10px;
 text-indent: 10px;
}
.privacy_btn{
 text-align: center;
}


/* メインメニュー 767px以下から
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
.confirm_notice {
 padding: 20px 20px 20px 20px;
}
}


/* -------- お問い合わせ プライバシーポリシー -------- */
.pp_check {
        color: #333;
        font-weight: bold;
        margin: 20px 0 0;
}

.privacy_box {
        border: 1px solid #d6d8e0;
}

.privacy_inner {
    width: auto;
    height: 200px;
    overflow-y: scroll;
    padding: 22px;
}

h4.privacy_title {
 padding: 0 0 5px 0;
 margin-bottom: 12px;
 font-size: 15px;
 font-weight: bold;
 border-bottom: 1px dashed #bfbfbf;
}

.privacy_box p {
        margin: 0 0 20px 0!important;
        font-size: 13px;
}

ul.privacy_list {
        margin: 0 0 20px 0;
}

ul.privacy_list li{
        list-style: decimal;
        margin: 0 0 0 18px!important;
        font-size: 14px;
}
span.bold {
        font-weight: bold;
}

#contact_form h3.title_style01 {
    font-size: 18px;
        margin-bottom: 12px;
}

/* Let's get this party started */
.privacy_inner::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.privacy_inner::-webkit-scrollbar-track {
    background:#fff; /* rgba fallback */
        background:rgba(190,190,190,0.4);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.privacy_inner::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#fff; /* rgba fallback */
        background:rgba(190,190,190,0.7);
}
.privacy_inner::-webkit-scrollbar-thumb:window-inactive {
        background:#fff; /* rgba fallback */
        background:rgba(190,190,190,0.7);
}



/* Let's get this party started */
textarea::-webkit-scrollbar {
    width: 5px;
}

/* Track */
textarea::-webkit-scrollbar-track {
    background:#fff; /* rgba fallback */
        background:rgba(190,190,190,0.4);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
textarea::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#fff; /* rgba fallback */
        background:rgba(190,190,190,0.7);
}
textarea::-webkit-scrollbar-thumb:window-inactive {
        background:#fff; /* rgba fallback */
        background:rgba(190,190,190,0.7);
}




/* -------- お問い合わせ ページ設定 -------- */

#contact_form{
        background: transparent;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;

}

ul.contact_formList{
	padding: 0;
	margin: 0;
}


ul.contact_formList li {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #ccc;
}

ul.contact_formList li:last-child{
	background:none;
	border-bottom: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#contact_form small{
        line-height: 1.8em;
        font-size:12px;
        font-weight:normal;
}

#contact_form strong {
        color: #ffe003;
        display: inline-block;
        font-weight:bold;
        padding: 0 0px 0 9px;
}

/* -------- お問い合わせ フォーム設定 -------- */
:focus {
  outline: none;
}

/* Form fields, general styles first */
button,
input,
textarea, radio, select {
        border: none;
        font-family: inherit;
        padding: 13px 15px;
        margin:0;
        background: #f6f6f6;
        border-radius: 0;
        box-sizing: border-box;
        width: 100%;
}

button,
input[type="text"],
input[type="tel"],
input[type="mail"],
textarea {
		-webkit-appearance: none;
}

.post-password-form input.post_password {margin: 0 0 10px 0;}
.post-password-form input[type="submit"] {max-width: 250px; width: 100%; cursor: pointer;}

#contact_form .wpcf7-list-item {
  margin-left: 0;
}
#contact_form label {
  display: inline-block;
  margin-right: 10px;
}
#contact_form input[type="radio"] {
  position: relative;
  top: -3px;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #ccc;
  width: 17px;
  height: 17px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  vertical-align:middle;
  outline: none;
}
#contact_form input[type="radio"]:checked {
  background-color: #e5b800;
  border: 2px solid #e5b800;
}
#contact_form input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  border: 1px solid #bbb;
  border-radius: 0;
  background-color: #fff;
  vertical-align: middle;
  line-height: 1;
  outline: none;
  -webkit-appearance: none;
}
#contact_form input[type="checkbox"]:checked {
  background: #e5b800 !important;
  border: 1px solid #e5b800;
  outline: none;
}


/* Form fields, general styles first */

input:hover,
textarea:hover, #contact_form radio:hover, #contact_form select:hover {
        border: none;
}

button,
input {
    line-height: normal;
}
textarea {
        width:95%;
        overflow: auto;
        vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
        border: solid 1px #dadada;
        border-radius: 3;
        background:#fff;
        padding: 5px;
        vertical-align:middle;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input:-ms-input-placeholder, textarea::-webkit-input-placeholder  {
    color: #ccc;
    font-weight: normal;
}
input::-moz-placeholder, textarea::-webkit-input-placeholder  {
    color: #ccc;
    font-weight: normal;
}


/* Reset non-text input types */
input[type="file"]{
        border: 0;
        border-radius: 3;
        background:none;
        padding: 5px;
        vertical-align:middle;
}


/* Label, radio */

input[type="radio"] {
        margin-right: 1px;
}

label {
        display: inline-block;
        padding: 0 15px 0 0;

}


/* -------- Input タグの横幅設定 -------- */

.text_type01{
        width: 100%;
}
.text_type03{
        width: 150px;
}

.text_type02{
        width: 65%;
}

.text_type {
  width: 100%;
}

.contact_content {
        margin-bottom: 7px;
}


/* -------- Input autofill (Contact form 7 confirm page) -------- */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.wpcf7c-conf {
    background: none!important;
    color: #333;
    border: 0;
}

.wpcf7c-conf:hover  {
    background: none;

    color: #333;
    border: 0;

}

/* -------- お問い合わせフォーム エラー、送信完了 -------- */


span.wpcf7-not-valid-tip {
    color: #e5004f!important;
    font-size: 1em;
    display: block;
}

div.wpcf7-validation-errors {
	border: 0!important;
	color: #fff!important;
	padding: 10px;
	box-shadow: none;
	max-width: 1040px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	background: #5db7e8;
}

div.wpcf7-mail-sent-ok {
    border: 0!important;
    color: #fff!important;
    padding: 10px;
	background: #5db7e8;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.01);
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #e5004f!important;
}


/* Buttons */
#contact_form button, #contact_form input[type="button"] {
    padding: 9px 35px;
    font-size: 14px;
    font-weight: bold;
    color: #9e7c55;
    background-color: #fff;
    border: 1px solid #9e7c55;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}

#contact_form button:hover,
#contact_form input[type="button"]:hover,
#contact_form button:active,
#contact_form input[type="button"]:active{
	background: #9e7c55;
	color: #fff;
}



/* -------- お問い合わせフォームボタン（確認、送信、戻る） -------- */


ul.contact_btns {
	
}
ul.contact_btns li{
	max-width: 260px;
	width: 100%;
	margin: 0 60px 0 0;
}
ul.contact_btns li:last-child{
	margin: 0 0 0 0;
}

ul.contact_btns li input, ul.contact_btns li input:active {
	display: block;
	cursor: pointer;
	width: 100%;
	margin: 0px auto 0;
	padding: 14px 0;
	border: 1px solid #9e7c55;
	border-radius: 25px;
	color: #fff;
	font-size: 14px!important;
	text-align: center;
	text-decoration: none;
	background: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	letter-spacing: 5px;
	-webkit-appearance: none;
}

ul.contact_btns li input:hover {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

ul.contact_btns li.send_btn input, ul.contact_btns li.send_btn input:active {
	border: 1px solid #9e7c55;
	background: #9e7c55;
	color: #fff;
}

ul.contact_btns li.send_btn .send:hover {
 border: 1px solid #ffe003;
	background: #ffe003;
	color: #fff;
}

ul.contact_btns li.reset_btn input, ul.contact_btns li.reset_btn input:active {
	border: 1px solid #9e7c55;
	background: #fff;
	color: #9e7c55;
}

ul.contact_btns li.reset_btn input:hover {
	background: #9e7c55;
	color: #fff;
}
.tel_box_contact{
 display: flex;
 border: 1px solid #bf946d;
 padding: 20px 30px 20px 30px;
 align-items: center;
 margin: 60px 0 60px 0;
 box-sizing: border-box;
 background: #fff;
}
.tel_box_left{
 width: 68%;
 box-sizing: border-box;
 border-left: 1px solid #9e7c55;
 padding: 0 0 0 55px;
}

.mail_box_contact{
 margin: 60px 0 0 0;
}


/* メインメニュー 1060px以下から
------------------------------------------------------------*/
@media screen and (max-width: 1060px) {

table.table_contact th {
    padding: 20px 30px;
    border: solid #fff;
    border-width: 0 0 1px 0;
    vertical-align: middle;
    font-size: 100%;
    width: 32%;
    box-sizing: border-box;
}
.tel_box_contact {
 padding: 20px 20px 20px 20px;
 margin: 60px auto 60px auto;
}
.contact_txt01 {
 font-size: 14px;
 font-size: 1.4rem;
 width: 36%;
 text-align: center;
}
.tel_box_left {
 width: 64%;
 padding: 0 0 0 20px;
}
.contact_number {
 font-size: 44px;
 font-size: 4.4rem;
 background: url(../img/common/tel_ico02.png) 0 55% no-repeat;
 padding: 0 0 0 32px;
 background-size: 26px;
}
}

/* メインメニュー 767px以下から
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
 .contact_txt01 {
 width: 42%;
}
.tel_box_left {
 width: 58%;
}
.contact_number {
 font-size: 30px;
 font-size: 3.0rem;
 background-size: 20px;
 letter-spacing: 3px;
}
.tel_box_contact {
 margin: 30px auto 30px auto;
}
.mail_box_contact {
 margin: 30px 0 0 0;
}
ul.contact_btns li {
 margin: 0 24px 0 0;
}
 .store_name select{
  width: 100%;
 }
}


/* メインメニュー 600px以下から
------------------------------------------------------------*/
@media screen and (max-width: 600px) {

.contact_number {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 0 0 0 30px;
    letter-spacing: 3px;
    background: url(../img/common/tel_ico02.png) 0 3px no-repeat;
    background-size: 18px auto;
}	

.contact_txt01 {
 margin: 0 0 5px 0!important;
 font-size: 16px;
 font-size: 1.6rem;
 width: 100%;
}	
.tel_box_left {
 width: 100%;
 padding: 0 0 0 0;
 border: none;
 max-width: 255px;
 margin: 0 auto 0 auto;
}
p.uketsuke_time {
    font-size: 12px;
    font-size: 1.2rem;
}	

.contactBox01 {
 margin: 0 0 40px 0;
}	
	
ul.contact_btns li {
    width: 48%;
    margin: 0 4% 0 0;
}	
table.table_contact td {
  display: block;
  width: auto;
	padding: 15px 15px 15px 15px;
  border-width: 0 0 1px 0;
}

table.table_contact th {
 width: auto;
 display: block;
 padding: 5px 0 5px 10px;
 border-width: 0 0px 1px 0px;
}

table.table_contact tr:first-child th {
  border-width: 0px 0px 1px 0px;
}


table.table_contact tr:last-child td {
  border-width: 0px 0px 0 0px;
}

table.table_contact td .table_div {
    border-left: 0;
	padding: 0 0 0 0;
}
	
input.text_type {
  width: 100%;
}

textarea {
  width: 100%;
}
	
.address_txt01 {
    font-size: 14px;
}	
	input#zip, select {
		width: 97px;
	}
	
#contact_form button, #contact_form input[type="button"] {
    padding: 8px 24px;
    font-size: 12px;
}	

.tel_box_contact {
 flex-direction: column;
 padding: 10px 10px 10px 10px;
}
.pp_check label{
padding: 0 0 0 0;
margin: 0 0 0 0;
}
}

/********採用応募フォーム部分******************************/
.contact_age{
 display: inline-block
}
.contact_profession{
 display: inline-block
}
.completion{
 margin: 0 0 40px 0;
}

/********600px以下から**********/
@media screen and (max-width: 600px) {
.contact_age select{
 width: auto;
}
.contact_profession select{
 width: auto;
}
.page-completion .page_main_tit {
    font-size: 22px;
    font-size: 2.2rem;
}
}

/***********お問い合わせ完了部分**********************/

.thanks_box{
 padding: 80px 0 80px 0;
}

/********767px以下から**********/
@media screen and (max-width: 767px) {
.thanks_box{
 padding: 40px 0 40px 0;
}
.thanks_txt {
 font-size: 18px;
 font-size: 1.8rem;
}	
}