.contact_table{
    font-family: "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, verdana, sans-serif;
}
.contact_form th ,
.contact_form td {
    border: 1px solid #420806;
    text-align: left;
  }
.contact_form th {
    background: #420806;
    border-bottom: 1px solid white;
    color:white;
    width: 220px;
    padding-left: 13px;
  }
.contact_form td {
    padding-left: 15px;
    background: #FFFFFF;
  }
.contact_form input {
  text-align: left;
}
.contact_form textarea {
  padding: 10px;
  text-align: left;
}
.contact_form label {
  text-align: left;
}

.body-contact .breadcrumbs {
  position: absolute;
  left: calc(50% - 490px);
  top: 470px;
}


right input[type="text"]
,right input[type="tel"]
{height: 30px;}

.contact_table textarea{height: 120px !important}
select{height: 30px;}










.contact_table left {
	flex: 1.1;
	text-align: left;
	background: #D2C9BC;
	padding: 10px;
  color: #48070A;
  /* height: 50px; */
}
.contact_table right {
	background: #FFFFFF;
	padding: 10px;
  color: #48070A;
  /* height: 50px; */
}

.contact_table right span {
  font-size: 14px;
}

.contact_table_sub{
    font-family: "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, verdana, sans-serif;
	margin-top: 10px
}
.contact_table_sub left {
	flex: 1.2;
	text-align: left;
	background: #420806;
	padding: 10px;
	color: #FFF;
}
.contact_table_sub right {
	background: #FFFFFF;
	padding: 10px 0 0 10px; /*20191018change*/
}
.contact_w400 {
	width:465px;
	padding: 5px;
}
.contact_table .contact_w300 {
	width:300px;
	padding: 5px;
}
.contact_table .contact_w200 {
	width:200px;
	padding: 5px;
}
.contact_table .contact_w100 {
	width:100px;
	padding: 5px;
}
.contact_radio {
  background-color: #BAA497;
  padding: 5px;
}

.contact_required_nochange,
.contact_required,
.contact_any {
  display: inline-block;
  text-align: left;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 0 7px;
  margin-right: -3px;
  position: relative;
  float: right;
  font-size: 15px;
}
.contact_required_nochange,
.contact_required {
  background-color: #E16108;
}
.contact_any {
  background-color: #4071B2;
}
.contact_repeater {
  display: inline-block;
  text-align: left;
  background-color: #420806;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 16px 2px 12px;
  position: relative;
  width: 100%;
  margin: 8px 4px 0 2px;
}
.contact_comment {
  display: inline-block;
  text-align: left;
  background-color: #E16108;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 16px;
  border-radius: 4px;
  position: relative;
  margin: 5px;
  font-size: 12px;
  border: 2px solid white;
}
.contact_checkbox label {
  display: block;
  float: left;
  margin-left: 0.5em;
}
.contact_subtitle {
  display: inline-block;
  text-align: center;
  background-color: #755235;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 16px;
  position: relative;
  width:100%;
}
.contact_submit {
  display: inline-block;
  text-align: center;
  background-color: #9F0B1D;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 13px 16px;
  position: relative;
  width: 300px;
  height: 80px;
  margin: 22px;
  cursor: pointer;
}

.contact_submit:hover {
  opacity: .8;
}
.contact_opacity:hover {
  opacity: .8;
}

.contact_submit2{cursor: pointer;background: none;
  border: none;
}
.contact_submit2:hover {
  opacity: .8;
}


.contactswitch2 {
  /* display: inline-block; */
  text-align: center;
  background-color: #420806;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  margin: 5px;
}
.contact_red ,
.contact_orange {
  display: inline-block;
  text-align: left;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  margin: 3px;
  font-size: 12px;
}
.contact_red {
  background-color: #9F0D19;
}
.contact_orange {
  background-color: #DE640E;
}
.contact_brown {
  display: inline-block;
  text-align: left;
  background-color: #420806;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  margin: 3px;
  width: 50px;
}

/* textarea::placeholder {
  position: relative;
  left: 10px;
  bottom: -95px;
  font-size: 12px;
  font-weight: bold;
  color: #48070A;
} */

/* 2022/03/29 */
textarea::placeholder {
  position: relative;
  left: 0;
  bottom: -85px;
  font-size: 12px;
  font-weight: bold;
  color: #48070A;
}

.v_address {
  display: block;
  float: left;
  width: 24px;
  background: #8B6443;
  color: white;
  line-height: 1.1;
  padding: 7px 6px 7px 6px;
  margin: 5px -14px 0 20px;
}

.contact_table .h_address {
  width: 550px;
  height: 60px;
  margin-top: 5px;
}

.contact_table_sub .eoif left.mini {
  flex: .9;
}

.form h3.record2:not(.dsif) {
  text-align: center;
  margin: 0 -10px;
  padding: 2px 0 8px;
  line-height: 1;
  font-weight: bold;
}

textarea {
    resize: none;
}

.hari {
  background: url(../images/common/furuikami_base01.jpg);
  height: 20px;
  margin: auto -15px;
}

.bote {
  height: 20px;
  background: rgb(240, 120, 0,.4);
}

select[name="second_chance_hour"]
,select[name="first_chance_hour"]
,select[name="estimate_delivery_hour"]
,select[name="contact_time_hour"]
{ height: 26px;}


 
.dsif-right{flex: 3;}
.dsif-left{flex: 1.1 !important;}


.wt{font-size: 2em;}
  #str{transition: all .5s;
  }

  .pr{position: relative;}

  .balloon-dull_post{ position: absolute; display: none; z-index: 9;    width: 249px;
    top: 60px;
    left: -59px;}
.balloon-td1, .balloon-tm1{ top: 29px;  left: -110px;  margin: auto; width: 240px;  height: 46px;  display: none; z-index: 9;}
.balloon-td2, .balloon-tm2{ top: 35px;  left: -110px;  margin: auto; width: 240px;  height: 46px;  display: none; z-index: 9;}
.balloon-td3, .balloon-tm3{ top: 38px;  left: -111px;  margin: auto; width: 240px;  height: 46px;  display: none; z-index: 9;}
.balloon-td4, .balloon-tm4{ top: 41px;  left: -111px;  margin: auto; width: 240px;  height: 46px;  display: none; z-index: 9;}
.balloon-tm5{ left:272px;display: none; }  .balloon-td5{ left:303px;display: none; }
.balloon-tm6,
.balloon-tm7 ,
.balloon-tm8 ,
.balloon-tm9 ,
.balloon-tm10,
.balloon-tm11
{ left:472px;display: none; }  

.balloon-td6,
.balloon-td7 ,
.balloon-td8 ,
.balloon-td9 ,
.balloon-td10,
.balloon-td11
{ left:581px;display: none; }



.balloon-m{ top: 419px;  left: 30;  margin: auto;  height: 46px;  display: none; z-index: 9;}
.balloon-s{ top: 267px;  left: 0;  margin: auto;  height: 46px;  display: none; z-index: 9;}

.balloon 
{
    background-color: #fff;    padding: 10px 20px;    position: absolute;    font-size: .8em;    border-radius: 5px;
    border: 1px solid #777;    box-shadow: 3px 3px 4px #bbb; line-height: 1.9em; color: #666;z-index: 999;
}
.balloon:after {
    border-bottom: 12px solid #fff;    border-right: 12px solid transparent;    border-left: 12px solid transparent;    content: '';
    margin-left: -10px;    position: absolute;    top: -12px;    left: 41%;
    }
.balloon:before {
    border-bottom: 12px solid #777;    border-right: 15px solid transparent;    border-left: 15px solid transparent;    content: '';
    margin-left: -13px;    position: absolute;    top: -13px;    left: 41%;
}
.balloon strong{
  width: 23px;height: 23px; font-size: 2em;background: #0ff;
}
.balloon strong {
  width: 23px;    height: 25px;    font-size: 1.5em;    background: #f5b82d;    display: block;   float: left; text-align: center; box-sizing: border-box;    color: #fff;  border-radius: 3px;    margin-right: 5px;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
  
  
  100% {
    opacity: 1;
  }
}

.flash-horizontal {
  animation: flash 2s linear infinite;
}