@charset "utf-8";

.contactImg{
  max-width: 100%;
}
.contactImg img{
  margin: 0 auto;
  max-width: 670px;
}
.contactImg p{
  margin: 30px 0 50px
}
.visitTtl{
  font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 140%;
}
.qMin {
  font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mod-icon-require {
		display: inline-block;
		float: right;
		padding: 0 5px;
		background-color: #e00000;
		border-radius: 3px;
		color: #fff;
	}
.formText{
	line-height: 200%;
}
.mod-btn-submit{
	text-align: center;
}
.formTexttop{
	font-size: 13px;
	margin-bottom: 5px;
}
@media screen and (max-width: 768px){
	.mod-icon-require {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  #contact .sInner{
    width: 94%;
    margin: 0 auto;
  }
  #contact .sInner table th,#contact .sInner table td{
    font-size: 14px !important;
    display: block;
    width: 100%;
    padding: 10px;
  }
  #contact .sInner table td label{
    margin-bottom: 10px;
    
  }
  #contact .sInner input[type="text"],#contact .sInner input[type="tel"],#contact .sInner input[type="email"],#contact .sInner textarea{
    width: 100% !important;
    padding: 5px;
  }
  .formText p{
    margin: 10px 0;
  }
  .formText p span{
    color: #ff0000;
  }
  h4.reserveLabel {
    padding: 20px 0;
    font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .reserveBnr{
    margin-top: 20px;
  }
  .mod-submit{
    padding-bottom: 30px;
  }
  textarea.visitTextArea{
    width: 100% !important;
    height: 120px !important;
  }
  span.redLabel{
    display: block;
    color: #D80003;
  }
  .contanctThanksText,.contanctThanksNote{
    margin: 10px 0;
  }
  .contanctThanksNote p{
    color: red;
  }
	
	.normalConTtl{
		padding: 10px 0;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
  font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		border-top: 1px solid #908B8A;
		border-bottom: 1px solid #908B8A;
  }
  .normalConTtl span{
		display: block;
    font-size: 18px !important;
    letter-spacing: 0 !important;
  }
	.formAreaTb{
    border-bottom: 1px solid #A6A6A6;
    border-left: 1px solid #A6A6A6;
    border-right: 1px solid #A6A6A6;
  }
  .formAreaTb th{
    border-top: 1px solid #A6A6A6;
    padding: 10px 20px;
    vertical-align: middle;
    display: block;
    width: 100%;
  }
  .formAreaTb .mod-icon-require {
    margin-top: 5px;
    font-size: 12px;
  }
  .formAreaTb th label{
    font-weight: bold !important;
  }
  .formAreaTb td{
    padding: 10px 20px;
    display: block;
    width: 100%;
  }
  .formAreaTb input[type="text"],.formAreaTb input[type="tel"],.formAreaTb input[type="email"],.formAreaTb select,.formAreaTb textarea{
    padding: 10px 20px !important;
    width: 100% !important;
    background: #F4F4F4 !important;
    border: 1px solid #C6C6C6 !important;
    font-size: 16px;
  }
  .formAreaTb textarea{
    height: 120px !important;
    font-size: 16px;
  }
  label #mfp_element_1{
    width: auto !important;
  }
  form#mailformpro th label{
    display: inline-block;
  }
  body form#mailformpro label.mfp_not_checked{
    border: none;
    padding: 0;
  }
  body form#mailformpro label.mfp_checked{
    border: none;
    padding: 0;
  }
  span.formNote{
    display: block;
    font-size: 13px;
    color: #666;
    padding-top: 5px;
  }
	.mod-btn-submit {
		-webkit-transition: opacity 0.3s;
						transition: opacity 0.3s;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		position: relative;
		display: inline-block;
		width: 280px;
		height: 46px;
		margin: 0 10px;
		border: none;
		background-color: #e00000;
		color: #fff;
		text-align: center;
		font-weight: bold;
		line-height: 44px;
		font-size: 15px;
	}
	.mod-btn-submit:hover {
		opacity: 0.7;
		text-decoration: none;
	}
	.mod-btn-submit:after {
		right: 15px;
		top: 50%;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		position: absolute;
		border-right: solid 1px #fff;
		border-top: solid 1px #fff;
		content: "";
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	.mod-btn-submit.mod-btn-back:after {
		right: auto;
		left: 15px;
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
				transform: rotate(-135deg);
	}
	.mod-btn-submit {
    width: 100%;
    height: 46px;
    margin: 15px 0 0;
    font-size: 1rem;
  }
  .mod-btn-submit:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
	.formText {
    line-height: 200%;
    margin: 20px 0 30px;
	}
	.lfBottomBtn{
		padding: 20px 0 20px;
		text-align: center;
	}
	.redBtn a {
    width: 80%;
    border: none;
	}
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  #contact .sInner{
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
  }
  .formText p{
    margin: 10px 0;
  }
  .formText p span{
    color: #ff0000;
  }
  h4.reserveLabel {
    padding: 20px 0;
  font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .reserveBnr{
    margin-top: 20px;
  }
  .mod-submit{
    padding-bottom: 40px;
		text-align: center;
  }
  textarea.visitTextArea{
    width: 100% !important;
    height: 120px !important;
  }
  span.redLabel{
    display: block;
    color: #D80003;
  }
  .contanctThanksText,.contanctThanksNote{
    margin: 20px 0;
  }
  .contanctThanksNote p{
    color: red;
  }
	.normalConTtl{
		padding: 20px 0;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
  font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		border-top: 1px solid #908B8A;
		border-bottom: 1px solid #908B8A;
  }
  .normalConTtl span{
		display: block;
    font-size: 20px !important;
    letter-spacing: 0 !important;
  }
	.formAreaTb{
    border-bottom: 1px solid #A6A6A6;
    border-left: 1px solid #A6A6A6;
  }
  .formAreaTb th{
    border-top: 1px solid #A6A6A6;
    padding: 20px 40px;
    vertical-align: middle;
  }
	.formAreaTb th.vt{
		padding-top: 40px;
    vertical-align: top;
  }
  .formAreaTb td{
    border-top: 1px solid #A6A6A6;
    border-right: 1px solid #A6A6A6;
    padding: 20px 40px;
  }
  .formAreaTb input[type="text"],.formAreaTb input[type="tel"],.formAreaTb input[type="email"],.formAreaTb select,.formAreaTb textarea{
    padding: 10px 20px !important;
    width: 70% !important;
    background: #F4F4F4 !important;
    border: 1px solid #C6C6C6 !important;
  }
  .formAreaTb textarea{
    height: 120px !important;
  }
  label #mfp_element_1{
    width: auto !important;
  }
  form#mailformpro th label{
    display: inline-block;
  }
  body form#mailformpro label.mfp_not_checked{
    border: none;
    padding: 0;
  }
  body form#mailformpro label.mfp_checked{
    border: none;
    padding: 0;
  }
  span.formNote{
    display: block;
    font-size: 13px;
    color: #666;
    padding-top: 5px;
  }
	.mod-btn-submit {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  display: inline-block;
  width: 280px;
  height: 46px;
  margin: 0 10px;
  border: none;
  background-color: #e00000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 44px;
  font-size: 15px;
}
.mod-btn-submit:hover {
  opacity: 0.7;
  text-decoration: none;
}
.mod-btn-submit:after {
  right: 15px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.mod-btn-submit.mod-btn-back:after {
  right: auto;
  left: 15px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
	.formText {
    line-height: 200%;
    margin: 40px 0 70px;
	}
	.lfBottomBtn{
		padding: 50px 0 70px;
		text-align: center;
	}
	.redBtn a{
		width: 470px;
	}
}

@media screen and (min-width: 1000px)  {
  #contact .sInner{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
  }
  .formText p{
    margin: 10px 0;
    font-size: 12px;
  }
  .formText p span{
    color: #ff0000;
  }
  h4.reserveLabel {
    padding: 20px 0;
  font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .reserveBnr{
    margin-top: 20px;
  }
  .mod-submit{
    padding-bottom: 40px;
		text-align: center;
  }
  textarea.visitTextArea{
    width: 100% !important;
    height: 120px !important;
  }
  span.redLabel{
    display: block;
    color: #D80003;
  }
  .contanctThanksText,.contanctThanksNote{
    margin: 20px 0;
  }
  .contanctThanksNote p{
    color: red;
  }
	.normalConTtl{
		padding: 20px 0;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
  font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		border-top: 1px solid #908B8A;
		border-bottom: 1px solid #908B8A;
  }
  .normalConTtl span{
		display: block;
    font-size: 20px !important;
    letter-spacing: 0 !important;
  }
	.formAreaTb{
    border-bottom: 1px solid #A6A6A6;
    border-left: 1px solid #A6A6A6;
  }
  .formAreaTb th{
    border-top: 1px solid #A6A6A6;
    padding: 20px 40px;
    vertical-align: middle;
  }
	.formAreaTb th.vt{
		padding-top: 40px;
    vertical-align: top;
  }
  .formAreaTb td{
    border-top: 1px solid #A6A6A6;
    border-right: 1px solid #A6A6A6;
    padding: 20px 40px;
  }
  .formAreaTb input[type="text"],.formAreaTb input[type="tel"],.formAreaTb input[type="email"],.formAreaTb select,.formAreaTb textarea{
    padding: 10px 20px !important;
    width: 70% !important;
    background: #F4F4F4 !important;
    border: 1px solid #C6C6C6 !important;
  }
  .formAreaTb textarea{
    height: 120px !important;
  }
  label #mfp_element_1{
    width: auto !important;
  }
  form#mailformpro th label{
    display: inline-block;
  }
  body form#mailformpro label.mfp_not_checked{
    border: none;
    padding: 0;
  }
  body form#mailformpro label.mfp_checked{
    border: none;
    padding: 0;
  }
  span.formNote{
    display: block;
    font-size: 13px;
    color: #666;
    padding-top: 5px;
  }
	.mod-btn-submit {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  display: inline-block;
  width: 280px;
  height: 46px;
  margin: 0 10px;
  border: none;
  background-color: #e00000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 44px;
  font-size: 15px;
}
.mod-btn-submit:hover {
  opacity: 0.7;
  text-decoration: none;
}
.mod-btn-submit:after {
  right: 15px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.mod-btn-submit.mod-btn-back:after {
  right: auto;
  left: 15px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
	.formText {
    line-height: 200%;
    margin: 40px 0 70px;
	}
	.lfBottomBtn{
		padding: 50px 0 70px;
		text-align: center;
	}
	.redBtn a{
		width: 470px;
	}

}