.new-contact {
  /* padding-top: 80px !important;
  padding-bottom: 80px !important; */
}
@media screen and (max-width: 767px) {
  .new-contact {
    /* padding-top: 30px !important;
    padding-bottom: 30px !important; */
  }
}

.title_contact{

  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 10px 0;

}

.new-contact-btn-area span{

  font-size: 14px;

}

@media screen and (min-width: 768px) {
  .new-contact-btn-area {
    /*display: flex;
    justify-content: space-between;*/
  }


}
@media screen and (min-width: 768px) {
  .new-contact-btn-area-item {
    /*width: calc(50% - 15px);*/
    margin: 0 0 30px 0;
  }

  .new-contact-btn-area-item:last-child {
    margin-bottom: 0;
  }
}
.new-contact-btn-area-item a {
  display: block;
  text-decoration: none;
  padding: 30px 100px 30px 30px;
  text-align: left;
  font-size: 23px;
  background-color: #fff;
  color: #333;
  position: relative;
}

.left_area a {
  display: block;
  text-decoration: none;
  padding: 30px 100px 30px 30px;
  text-align: left;
  font-size: 20px;
  background-color: #666666 !important;
  color: #FFF;
  position: relative;
}

@media screen and (max-width: 767px) {
  .new-contact-btn-area-item a {
    font-size: 15px;
    padding: 30px 35px 25px 20px;
    margin-top: 20px;
  }
  .new-contact-btn-area span{
    font-size: 12px;
    font-weight: normal;
  }
}
.new-contact-btn-area-item a:after {
  content: '';
  display: block;
  position: absolute;
  right: 64px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.left_area a:after {
  content: '';
  display: block;
  position: absolute;
  right: 64px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .new-contact-btn-area-item a:after {
    width: 15px;
    height: 15px;
    margin-top: -6px;
    right: 16px;
  }
}
.new-contact-btn-area-item a:hover {
  /*background-color: #f3f3f3;*/
  opacity: 0.7;
}

.page_ichikakuya_app,
.page_general,
.page_corporation,
.page_ma {
  background-image: url(../image/page/contact/bg.jpg);
  background-size: cover;
  background-position: center bottom;
  position: relative;
  height: 380px;
  background-repeat: no-repeat;
}

.corporation .bg_gray,.transaction .bg_gray,.fc_contact .bg_gray,.ichikakuya_app .bg_gray,.ma .bg_gray{
  /* padding-bottom: 100px !important;
  padding-top: 50px; */
}
@media screen and (max-width: 767px) {
  .corporation .bg_gray ,.transaction .bg_gray,.fc_contact .bg_gray,.ichikakuya_app .bg_gray,.ma .bg_gray{
    /* padding-bottom: 50px !important;
    padding-top: 30px; */

  }
}

.general .container .col-sm-4 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.general .container {
  max-width: 1000px;
}
.general .container .inner {
  background-color: #fff;
  padding: 35px 40px;
}
.general .container h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
}
.general .container h4 {
  font-size: 28px;
  position: relative;
}
.general .container h4 {
  background-image: url(../image/page/contact/contact_icon.png);
  background-position: left center;
  position: relative;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: 5px;
}
.general .container .inner p {
  margin: 0;
}
.general .bg_gray {
  /* padding-top: 70px;
  padding-bottom: 100px; */
}
@media screen and (max-width: 767px) {
  .general .bg_gray {
    /* padding-top: 30px !important; */
  }
}

.new-contact-general h2 {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .new-contact-general h2 {
    margin-bottom: 40px;
  }
}
.new-contact-general h3 {
  text-align: center;
  position: relative;
  font-size: 16px;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .new-contact-general h3 {
    font-size: 18px;
  }
}
.new-contact-general h3 span {
  display: inline-block;
  width: 150px;
}
.new-contact-general h3:before {
  width: calc(50% - 75px);
  height: 1px;
  content: '';
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
.new-contact-general h3:after {
  width: calc(50% - 75px);
  height: 1px;
  content: '';
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
}
.new-contact-general .general-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 75px;
  gap: 15px;
}

.new-contact-general .general-contents:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .new-contact-general .general-contents {
    margin-bottom: 40px;
  }
}
.new-contact-general .general-contents .item {
  width: calc(100% / 3 - 10px);
  margin: 0;
  background-color: #fff;
  padding: 30px;
  
}
@media (max-width: 991px) {
  .new-contact-general .general-contents .item {
    width: calc(100% / 2 - 15px);
  }
}
@media screen and (max-width: 767px) {
  .new-contact-general .general-contents .item {
    width: 100%;
  }
}
.new-contact-general .general-contents .item-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 150px;
  margin-bottom: 30px;
}
.new-contact-general .general-contents .item p {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 700;
}
.new-contact-general .general-contents .item p.item-p-2 {
  min-height: 40px;
}
.new-contact-general .general-contents .item .detail-page {
  background-image: url(../image/page/general/contact_icon.png);
  background-position: center left 15px;
  margin-bottom: 10px;
}
.new-contact-general .general-contents .item .contact-page {
  background-image: url(../image/page/general/icon-mail.png);
  background-position: center left 12px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .new-contact-general .general-contents .item .single-form {
    margin-top: 82px;
  }
}
.new-contact-general .general-contents .item .detail-page,
.new-contact-general .general-contents .item .contact-page {
  padding: 15px 15px 15px 44px;
  background-repeat: no-repeat;
  display: block;
  border: 1px solid #000;
  color: #333;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}
.new-contact-general .general-contents .item .detail-page:hover,
.new-contact-general .general-contents .item .contact-page:hover {
  opacity: 0.8;
}
.new-contact-general .general-contents .item .detail-page:after,
.new-contact-general .general-contents .item .contact-page:after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .new-contact-general .general-contents .item .detail-page:after,
  .new-contact-general .general-contents .item .contact-page:after {
    width: 15px;
    height: 15px;
    margin-top: -6px;
    right: 30px;
  }
}
.new-contact-general .general-contents-honbu {
  background-color: #fff;
  text-align: center;
  padding: 30px 15px;
}
.new-contact-general .general-contents-honbu-ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}
.new-contact-general .general-contents-honbu-txt {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
}
.new-contact-general .general-contents-honbu .tel-link {
  background-image: url(../image/page/general/contact_icon.png);
  background-position: center left;
  margin-bottom: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  padding: 8px 0 8px 30px;
  color: #333;
  font-size: 28px;
  font-weight: 700;
}
.new-contact-general .general-contents-honbu .tel-link:hover {
  text-decoration: none;
}

.privacy-link {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.privacy-link a {
  color: #3f51b5;
  text-decoration: underline;
}

#contents .brand_menu_area .switch {
  opacity: 0;
}
#contents .brand_menu_area h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #contents .brand_menu_area h3 {
    margin-bottom: 18px;
    margin-top: 0;
    font-size: 18px;
  }
}
#contents .brand_menu_area-bg {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 50px;
}
@media screen and (max-width: 767px) {
  #contents .brand_menu_area-bg {
    padding: 38px 10px 15px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #contents .brand_menu_area-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #contents .brand_menu_area-wrap {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #contents .brand_menu_area-item {
    margin-bottom: 10px;
  }
}

.wpcf7-form-control-wrap input[name="your-email_confirm"] {
	width: 350px;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 10px;}

.form_bottom_text{
  width:700px;
  margin:0 auto;
  border-top:1px solid #727272;
  padding:30px 0 0;
}

.contact_subtitle_small{
  font-size:15px;
  padding: 0 0px 0 10px;
}

@media screen and (max-width: 767px) {
  .form_bottom_text{
    width:95%;
    margin:0 auto;
    border-top:1px solid #727272;
    padding: 0;
  }
  .contact_subtitle_small{
    font-size:13px;
    padding: 0 0px 0 0px !important;

  }

}

/*追加*/

/* .left_area{
  float: left;
}

.right_area{
  float: right;
} */


@media screen and (max-width: 1200px) {
.left_area{
    float: none !important;
  }
  .right_area{
    float: none !important;
    /* margin: 40px 0 0 0 !important; */

  }
  }


.page_transaction {
	background-image: url(../image/page/contact/bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 380px;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
.ichikakuya_app select{
	width: auto;
}
}
/*20230830追加*/	
.page_ma {	
  background-image: url(../image/page/contact/bg.jpg);	
  background-size: cover;	
  background-position: center bottom;	
  position: relative;	
  height: 380px;	
  background-repeat: no-repeat;	
  }
@media screen and (min-width: 1281px) {
  #headbar{
    display: block!important;
    opacity:1!important;
  }
  .top_logo,.top_menu{
    display: none;
  }
  .header:not(.top){
    margin-top: 62px;
  }

  .page_japanese-food-franchise:not(.top) {
    margin-top: 0;
  }

  .page_japanese-food-franchise .top_logo {
    display: block;
  }
}



/* 2024.08.27 */

.new-contact {
  /* padding-top: 90px !important;
  padding-bottom: 0px !important; */
}

.new-contact .container {
  display: flex;
  align-items: flex-start;
  gap: 0 50px;
}



.new-contact .container:before,
.new-contact .container:after {
  content: none;
} 

.new-contact-btn-area {
  width: 50%;
}

.title_contact {
  margin: 0;
  margin-bottom: 30px;
}

.new-contact-btn-area-item a {
  padding: 30px 45px 30px 30px;
  font-size: 22px;
}

.new-contact-btn-area-item a:after {
  right: 24px;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 767px) {
  .new-contact-btn-area-item a:after {
    right: 16px;
  }
}

.general .bg_gray {
  /* padding-top: 0;
  padding-bottom: 45px; */
}

.contact_wrap {
  /* padding-top: 90px; */
  text-align: left;
}

.contact_wrap p {
  margin: 0;
  margin-bottom: 16px;
}


@media screen and (max-width: 1290px) {
  .contact .container {
   gap: 0 30px;
  }

  .new-contact-btn-area-item a {
    /* font-size: calc(16/768*100vw); */
    padding: 24px 35px 24px 24px;
  }

  .new-contact-btn-area-item a:after {
    width: 12px;
    height: 12px;
  }

  .new-contact .container {
    flex-direction: column;
    gap: 60px 0;
  }

  .new-contact-btn-area {
    /* width: 453px; */
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .contact .bg_gray .container {
    display: block;
  }

  .new-contact-btn-area {
    width: 100%;
  }

  .new-contact-btn-area.right_area {
    margin-top: 50px;
  }

  .new-contact-btn-area-item a {
    font-size: 15px;
    font-weight: bold;
    padding: 25px 35px 25px 25px;
  }

  .new-contact-btn-area-item a span {
    font-weight: normal;
  }

  .new-contact {
    /* padding-top: 45px !important;
    padding-bottom: 0 !important; */
  }

  .general .bg_gray {
    /* padding-top: 0px !important; */
    /* padding-bottom: 30px !important; */
  }

  .contact_wrap {
    padding: 0 30px;
    /* padding-top: 45px; */
  }

  .general .contact_wrap {
    padding: 0;
  }

  .privacy-link {
    font-size: 14px;
  }

  .title_contact {
    margin-bottom: 0;
  }

  
}


.wpcf7-list-item {
  margin: 0;
} 

.wpcf7-list-item.last {
  margin-left: 1em;
}


@media screen and (max-width: 1290px) {
  .contact_wrap {
    width: auto;
    padding: 0 30px;
  }

  .contact_wrap .wpcf7-form,
  .contact_wrap .form_bottom_text {
    width: 100%;
  }
}