@charset "UTF-8";
/*
@mixin tabMpc { 
	@media screen and (min-width: 768px) and (max-width: 1280px){
		@content;
	}	
}
@mixin tabwMpc { 
	@media screen and (min-width: 961px) and (max-width: 1280px){
		@content;
	}	
}
*/
/* ----------------------------------------
	#contact
---------------------------------------- */
#contact #announce .inner {
  padding-bottom: 0px; }
#contact #announce h3.quotationTit {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  color: #5C411F;
  font-size: 2.0rem; }
  @media screen and (min-width: 768px) {
    #contact #announce h3.quotationTit {
      font-size: 2.6rem;
      margin-bottom: 30px; } }
#contact #announce p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px; }
#contact #announce .quotation_ol {
  background: #f7edde;
  padding: 25px 15px;
  border-radius: 10px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #contact #announce .quotation_ol {
      padding: 40px 40px;
      margin-bottom: 50px; } }
#contact #announce .tel ul.contact_shopList {
  max-width: 500px;
  margin: 0px auto; }
  @media screen and (min-width: 768px) {
    #contact #announce .tel ul.contact_shopList {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 1000px;
      margin: 0px auto; } }
  #contact #announce .tel ul.contact_shopList li {
    padding: 15px 15px;
    background: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 7px; }
    @media screen and (min-width: 768px) {
      #contact #announce .tel ul.contact_shopList li {
        padding: 20px 20px;
        width: 49%; } }
  #contact #announce .tel ul.contact_shopList .name {
    font-weight: bold;
    font-size: 2.2rem;
    color: #006934; }
    @media screen and (max-width: 960px) {
      #contact #announce .tel ul.contact_shopList .name {
        text-align: center; } }
    @media screen and (min-width: 961px) {
      #contact #announce .tel ul.contact_shopList .name {
        text-align: left; } }
    #contact #announce .tel ul.contact_shopList .name span {
      padding-left: 5px; }
  #contact #announce .tel ul.contact_shopList .call {
    max-width: 330px;
    margin-bottom: 5px;
    text-align: left; }
    @media screen and (max-width: 480px) {
      #contact #announce .tel ul.contact_shopList .call {
        padding: 15px 10px;
        border-radius: 30px;
        margin: 0px auto;
        color: #79A84C;
        border: 1px solid #79A84C;
        margin-bottom: 20px;
        text-align: center; } }
    @media screen and (max-width: 960px) {
      #contact #announce .tel ul.contact_shopList .call {
        text-align: center;
        margin: 0px auto;
        margin-bottom: 5px; } }
    #contact #announce .tel ul.contact_shopList .call span {
      font-weight: 900;
      font-size: 2.4rem; }
  @media screen and (max-width: 960px) {
    #contact #announce .tel ul.contact_shopList .time {
      display: inline-block;
      margin: 0px auto; } }
  #contact #announce .tel ul.contact_shopList .time dl.foot_info {
    display: flex;
    text-align: left;
    flex-wrap: wrap; }
    @media screen and (max-width: 960px) {
      #contact #announce .tel ul.contact_shopList .time dl.foot_info {
        margin-bottom: 5px; } }
    #contact #announce .tel ul.contact_shopList .time dl.foot_info dt {
      width: 80px; }
    #contact #announce .tel ul.contact_shopList .time dl.foot_info dd {
      width: -webkit-calc(100% - 80px);
      width: calc(100% - 80px); }
#contact #announce .mailform .moreBtn {
  background: #006934;
  border-radius: 50px;
  max-width: 500px;
  margin: 0px auto;
  position: relative; }
  #contact #announce .mailform .moreBtn a {
    display: block;
    padding: 15px 15px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.0rem; }
    @media screen and (min-width: 768px) {
      #contact #announce .mailform .moreBtn a {
        padding: 20px 20px; } }
  #contact #announce .mailform .moreBtn::after {
    content: url("../images/common/arrow_white2.svg");
    width: 15px;
    right: 15px;
    top: 30%;
    position: absolute; }
#contact #announce .line .qr {
  max-width: 300px;
  margin: 0px auto;
  border: 1px solid #4A9C10;
  padding: 50px;
  width: 300px;
  height: 450px; }
#contact #contactform .inner {
  max-width: 1000px;
  margin: 0px auto; }

/*******************************
#contactform 共通
*******************************/
#contactform h2.contentTitle {
  text-align: center;
  font-weight: 900;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  color: #006934;
  margin-bottom: 30px;
  line-height: 1.0; }
  @media screen and (min-width: 768px) {
    #contactform h2.contentTitle {
      margin-bottom: 50px; } }
  #contactform h2.contentTitle span.en {
    font-size: clamp(1.4rem, 0.67vw, 1.6rem);
    font-family: "Lato", serif;
    display: inline-block;
    width: 100%; }
#contactform .note {
  margin-bottom: 30px;
  border: 1px dashed #E41E26;
  padding: 20px 20px;
  font-weight: 400;
  background: #FDFFF0; }
  @media screen and (min-width: 961px) {
    #contactform .note {
      margin-bottom: 50px;
      padding: 40px 40px; } }
@media screen and (max-width: 960px) {
  #contactform dl {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-bottom: 30px; } }
@media screen and (min-width: 961px) {
  #contactform dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    margin-bottom: 50px; } }
#contactform dl dt, #contactform dl dd {
  padding: 15px 15px;
  border-bottom: 1px solid  #cccccc; }
  @media screen and (min-width: 961px) {
    #contactform dl dt, #contactform dl dd {
      padding: 30px 30px; } }
#contactform dl dt {
  font-weight: bold;
  background: #f7f7f7;
  color: #006934; }
  @media screen and (max-width: 960px) {
    #contactform dl dt {
      width: 100%;
      border-bottom: 1px solid  #cccccc;
      padding: 15px 15px 15px 15px; } }
  @media screen and (min-width: 961px) {
    #contactform dl dt {
      width: 260px;
      text-align: center; } }
@media screen and (max-width: 960px) {
  #contactform dl dd {
    width: 100%;
    padding: 20px 15px 20px 15px; } }
@media screen and (min-width: 961px) {
  #contactform dl dd {
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px); } }
#contactform dl span.req {
  background: #E41E26;
  color: #ffffff;
  line-height: 1.0;
  padding: 2px 8px 6px 8px;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 5px;
  border-radius: 2px; }
#contactform dl p {
  margin: 0px !important; }
#contactform dl .policy {
  font-weight: bold; }
  #contactform dl .policy a {
    color: #333333;
    font-size: 1.4rem;
    text-decoration: underline;
    margin-bottom: 20px; }
  #contactform dl .policy .agree {
    margin-top: 20px;
    color: #79A84C;
    font-size: 1.8rem; }
#contactform dl span.pointR {
  color: #E41E26;
  padding-bottom: 5px;
  display: inline-block; }
#contactform #lastcheck {
  max-width: 800px;
  width: 100%;
  padding: 30px;
  background: #f7edde;
  text-align: center;
  font-weight: bold;
  color: #E41E26;
  margin: 0px auto;
  margin-bottom: 50px;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    #contactform #lastcheck {
      text-align: left;
      margin-bottom: 30px; } }
#contactform .add .form-width2 {
  margin-bottom: 7px; }
#contactform span.wpcf7-list-item {
  padding-bottom: 1px; }
#contactform span.wpcf7-list-item-label {
  padding-bottom: 1px; }

/* デザインカスタマイズ */
div.wpcf7 input, .wpcf7 .send {
  padding-bottom: 0px; }

div.wpcf7 input, .wpcf7 textarea {
  padding: 15px 20px;
  margin: 0px auto;
  border: 1px solid #ccc;
  border-radius: 3px; }
  @media screen and (min-width: 768px) {
    div.wpcf7 input, .wpcf7 textarea {
      padding: 20px 20px; } }

div.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #006934;
  font-size: 1.8rem;
  border-radius: 10px;
  transition: all .25s ease-out; }

div.wpcf7 input.wpcf7-submit:hover {
  background: #E41E26;
  padding: 20px 20px;
  transition: all .25s ease-out; }

.wpcf7 input.wpcf7-submit:active {
  position: relative; }

.wpcf7 input:focus, .wpcf7 textarea:focus {
  border: 1px solid #E41E26; }

.wpcf7-captchac {
  border: 1px solid #ccc; }

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
  background: #F8E5E6; }

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%; }

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.wpcf7 .wpcf7-validation-errors {
  color: #fff;
  background-color: #0038b5; }

.wpcf7 .wpcf7-mail-sent-ok {
  color: #fff;
  background-color: #0038b5; }

/* 必須赤色表示 */
.wpcf7 .required {
  color: #E41E26; }

/* 任意緑色表示 */
.wpcf7 .any {
  color: #080; }

.wpcf7 .pointR {
  color: #f00; }

.form-width {
  width: 100% !important; }

.form-width2 {
  width: 45%;
  margin-right: 5px; }
  @media screen and (min-width: 768px) {
    .form-width2 {
      width: 200px; } }

.form-width3 {
  width: 80px;
  margin-right: 5px; }
  @media screen and (min-width: 768px) {
    .form-width3 {
      width: 120px; } }

.ex {
  color: #333333;
  margin-bottom: 3px;
  font-size: 1.4rem; }

.mr {
  margin-right: 7px; }

/*ラジオボタン箇条書き*/
.wpcf7-list-item {
  margin: 0px !important; }

span.wpcf7-list-item {
  display: block; }

.choice {
  padding-bottom: 7px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc; }

/*pulldown*/
select {
  border: 1px solid #999999;
  border-radius: 0px;
  padding: 15px 15px;
  background: #ffffff;
  display: inline-block;
  min-width: 300px;
  font-size: 1.6rem; }

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px !important; }

input[type=radio] + span,
input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer; }

@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    display: none;
    margin: 0; }

  input[type=radio] + span,
  input[type=checkbox] + span {
    padding: 0 0 0 35px; }

  input[type=radio] + span::before,
  input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -9px;
    background: #FFFFFF;
    border: 1px solid #CBC9C9 !important;
    border-radius: 3px; }

  input[type=radio]:checked + span::after,
  input[type=checkbox]:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block; }

  /*input[type=radio]:checked + span::after {
  	left: 3px;
  	width: 15px;
  	height: 15px;
  	margin-top: -6px;
  	background: $brown;
  	border-radius: 15px;
  }*/
  input[type=checkbox]:checked + span::after,
  input[type=radio]:checked + span::after {
    left: 5px;
    width: 22px;
    height: 12px;
    margin-top: -10px;
    border-left: 4px solid #5c5651;
    border-bottom: 4px solid #5c5651;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
/*ios対策*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

/*ラジオボタンサイズ変更*/
input[type="radio"] {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  margin-right: 0.2em;
  position: relative;
  top: 11px; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #E41E26;
  text-align: center; }

/*job用*/
#job #form-jobname textarea {
  font-weight: bold;
  padding: 0px;
  border: 0px;
  font-size: 1.8rem;
  max-height: 50px; }
  @media screen and (max-width: 480px) {
    #job #form-jobname textarea {
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

/*資料請求*/
#request span.wpcf7-list-item-label {
  margin-bottom: 5px; }
#request .sex .wpcf7-form-control {
  display: flex; }
  #request .sex .wpcf7-form-control .wpcf7-list-item {
    display: inline-block; }
@media screen and (min-width: 768px) {
  #request .kibou .wpcf7-form-control {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
@media screen and (min-width: 768px) {
  #request .kibou .wpcf7-form-control .wpcf7-list-item {
    width: 50%; } }
@media screen and (min-width: 1281px) {
  #request .shoji .wpcf7-form-control {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
@media screen and (min-width: 1281px) {
  #request .shoji .wpcf7-form-control .wpcf7-list-item {
    width: 50%; } }
#request .wpcf7-not-valid-tip {
  display: inline-block;
  width: 100%; }

/*reCAPTCHA*/
p.recaptcha {
  padding-top: 20px;
  font-size: 1.0rem;
  font-weight: 400;
  color: #626262;
  text-align: center; }
  p.recaptcha a {
    font-size: 1.0rem;
    color: #626262; }
    p.recaptcha a:hover {
      text-decoration: underline; }

#wpcf7cpcnf table {
  width: 100%; }
  #wpcf7cpcnf table th,
  #wpcf7cpcnf table td {
    padding: 15px 15px;
    text-align: left;
    border: 1px solid #666;
    background: #ffffff; }
  #wpcf7cpcnf table th {
    background: #ebebeb;
    color: #000000; }
#wpcf7cpcnf div.wpcf7cp-btns {
  text-align: center; }
  #wpcf7cpcnf div.wpcf7cp-btns button {
    background: #032f7c;
    color: #ffffff;
    width: 140px;
    padding: 10px;
    font-size: 1.6rem;
    border-radius: 8px;
    border: 0px;
    font-family: "Noto Sans JP", sans-serif; }
