/* --------------------------- */
/* kv
/* --------------------------- */
.kv-wrapper{
  position: relative;
  width: 100%;
  height: auto;
}
.kv-img{
  z-index: -1;
}
.kv-copy-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 80px;
  max-width: 60%;
  margin: 0 auto;
}
.contact-title{
  text-align: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: 100;
}
.form-title{
  font-weight: 100;
  font-size: 1.3rem;
  margin-top: 50px;
  margin-bottom: 30px;
}
/* ------------------------------------ */
/* LINE電話バナー */
/* ------------------------------------ */
.event-img{
  width: 500px;
  margin: 0 auto;
  padding-top: 50px;
}
.phone-wrapper{
  margin: 0 auto;
  width: 65%;
  margin-top: 50px;
  margin-bottom: 10px;
}
.btn_3 {
  display: inline-block;
  background: #222;
  border-radius: 10px;
  color: #fff;
  width: 300px;
  text-align: center;
  padding: 8px 0;
  text-decoration: none;
  position: relative;
  vertical-align:middle;
}
.fa-line{
  font-size: 2rem;
  margin-right: 10px;
  vertical-align:middle;
  padding-bottom: 3px;
}
.fa-phone{
  margin-right: 10px;
}
.business-hour{
  font-size: 1.2rem;
}
/* ------------------------------------ */
/* フォーム共通書式 */
/* ------------------------------------ */
.section-wrapper{
  padding-top: 10px;
}
.contact_form{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 100px;
}
/* labelタグ：項目のラベルと入力欄を囲うタグ */
.form_block {
  margin-bottom: 30px;
}
.form_block#question01{
  display: flex;
  justify-content: space-between;
}
.form_label{
  white-space: nowrap;
  margin-right: 30px;
  margin-bottom: 10px;
}
/* 必須アイコン */
.form-required {
  color: #d02f2f;
  font-size: 1.2rem;
}
/* 入力欄 */
.form_field {
  width: 100%;
  border-radius: 0;
  padding: 0.5em 1em;
  border: none;
  margin-bottom: 30px;
  color: rgb(148, 148, 148);
}
.form_field_message {
  width: 100%;
  height: 300px
}
/* チェックボックスデザイン */
input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #fff;
  vertical-align: -5px;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: '';
}
/* ラジオボタンデザイン */
input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
  content: '';
}
select.date{
  border: none;
  padding: 5px 10px;
  color: #333;
}
.label_checkbox{
  margin-right: 20px;
}
.label_radio{
  margin-right: 10px;
}
::placeholder {
  color: #aaa;
}
.checkbox_span01{
  white-space: nowrap;
  font-size: 1.2rem;
}
.radio_span{
  white-space: nowrap;
  font-size: 1.2rem;
}
button.form-btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 100px;
	margin: auto;
	padding: 0.5rem 2rem;
	font-weight: light;
  letter-spacing: .5em;
	color: #fff;
  border: none;
	background: #CD3E2B;
	transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}
button.form-btn:hover {
	background: #eb5744;
	color: #fff;
}
.send-form{
  font-size: 1.1rem;
}
#others_text{
  border: none;
  padding: 5px;
}
#others_text02{
  border: none;
}
/* --------------------------- */
/* last-message
/* --------------------------- */
.last-message{
  font-weight: lighter;
  font-size: 1.6rem;
  line-height: 2.5;
  margin-bottom: 30px;
}
.logo-wrapper{
  width: 300px;
  height: auto;
  margin: 0 auto;
}
/* --------------------------- */
/* iPad
/* --------------------------- */
@media screen and (max-width:1024px){
/* --------------------------- */
/* kv
/* --------------------------- */
.kv-wrapper{
  height: auto;
  }
/* ------------------------------------ */
/* フォーム共通書式 */
/* ------------------------------------ */
.checkbox_span01{
  font-size: 1.2rem;
}
.radio_span{
  font-size: 1.2rem;
}
}
/* --------------------------- */
/* SP
/* --------------------------- */
@media screen and (max-width:767px){
  /* --------------------------- */
/* kv
/* --------------------------- */
.kv-wrapper{
  height: auto;
  }
.kv-copy-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 30px;
  width: 70%;
  margin: 0 auto;
}
.contact-title{
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 100;
}
header{
  display: none;
}
/* ------------------------------------ */
/* LINE電話バナー */
/* ------------------------------------ */
.event-img{
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}
.phone-wrapper{
  margin: 0 auto;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  justify-content: center;
}
.btn_3 {
  display: inline-block;
  background: #222;
  border-radius: 10px;
  color: #fff;
  width: 300px;
  text-align: center;
  padding: 8px 0;
  text-decoration: none;
  position: relative;
  vertical-align:middle;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
/* --------------------------- */
/* last-message
/* --------------------------- */
.last-message{
  font-weight: lighter;
  font-size: 1.5rem;
  line-height: 2.5;
  margin-bottom: 30px;
}
.logo-wrapper{
  width: 200px;
  height: auto;
  margin: 0 auto;
}
}
/* --------------------------- */
/* SP_iphoneX
/* --------------------------- */
@media screen and (max-width:375px){

}
