.hide{
  display: none;
}
.sp{
	display: none;
}
.wrap {
  padding-top: 120px;
}

.headerIn h1 svg {
  fill: #2e1813;
}

.globalNav li a span {
  color: #2e1813;
}

.contact .mainIn {
  background: transparent;
  width: 870px;
  margin: 0 auto;
}

.contact h1 {
  margin-bottom: 50px;
  padding-top: 30px;
}

.contact h1 div{
	position: static;
	margin: 0;
	transform: none;
}

.contact h1 span {
  display: block;
  text-align: center;
}

.contact h1 .txt01 {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-style: italic;
  letter-spacing: 0.15em;
  color: inherit;
}

.contact h1 .txt02 {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: inherit;
}

@media only screen and (max-width: 767px) {
.pc{
	display: none;
}
.sp{
	display: block;
}
  .wrap {
    padding-top: 51px;
    padding-bottom: 53px;
  }
  .topicPath {
    padding-left: 4%;
  }
  .contact .mainIn {
    margin-top: 0;
    width: 100%;
  }
  .contact h1 {
    margin-bottom: 10px;
  }
  .contact h1 .txt01 {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
  .contact h1 .txt02 {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
  }
}

#info{
	padding-bottom: 50px;
}
#info #flow{
	padding: 1em 0;
}
#info p{
	line-height: 150%;
}

#form table{
	width: 100%;
	border-top: 1px solid #d3cfce;
}

#form table th{
    padding: 18px 24px;
    border-bottom: 1px solid #d3cfce;
    vertical-align: top;
    width: 225px;
}

#form table td{
    padding: 18px 24px;
    border-bottom: 1px solid #d3cfce;
     vertical-align: top;
}

.contact .hi{
	color: #cc0000;
	padding-left: 5px;
}

.contact .anottation{
	padding-top: 4px;
	font-size: 1.2rem;
}

.contact textarea{
	width: 100%;
	padding: 10px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	border: none;
	background-color: #f4f3f3;
	outline: none;
}

.contact input[type=text],
.contact input[type=number]{
	padding: 6px 10px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	border: none;
	background-color: #f4f3f3;
	outline: none;
}

.contact select{
	padding: 6px 10px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	border: none;
	background-color: #f4f3f3;
	outline: none;
}

.contact textarea:focus,
.contact input[type=text]:focus,
.contact input[type=number]:focus,
.contact select:focus{
	outline: 1px solid #de6e00;
}

.contact label{
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 15px;
}

.contact td .mynavi{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-left: 0;
}

.contact td .mynavi p{
	display: inline-block;
	font-size: 1.2rem;
	padding-top: 5px;
}

.contact td .mynavi a{
	display: inline-block;
    width: 175px;
    padding: 8px 16px;
    border: 1px solid #666;
}

.contact td a img{
	max-width: 100%;
}

.contact .wadd{
	width: 85%;
}

.contact .w100{
	width: 100%;
}

.contact .mb5{
	margin-bottom: 5px;
}

.contact .annotation{
	padding-top: 5px;
	font-size: 1.4rem;
}

.contact #zip{
	width: 12ex;
}

.contact #doui{
	text-align: center;
	padding-top: 40px;
}

.contact #doui label{
	width: auto;
}

.contact .btns{
	text-align: center;
}

.contact #submit{
	position: relative;
	display: inline-block;
	background-color: #fff;
	line-height: 100%;
	border: 1px solid #4c290a;
	padding: 16px 28px;
	width: 300px;
	margin: 50px 20px;
	color: #4c290a;
	font-size: 1.5rem;
	font-weight: bold;
}

.contact #submit:after{
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #4c290a;
	border-right: 1px solid #4c290a;
	transform: rotate(45deg);
	cursor: pointer;
}

.contact #submit:hover{
	background-color: #4c290a;
	color: #fff;
}

.contact #reedit{
	position: relative;
	display: inline-block;
	background-color: #cacaca;
	line-height: 100%;
	border: none;
	padding: 16px 28px;
	width: 300px;
	margin: 50px 20px;
	color: #4c290a;
	font-size: 16px;
	font-weight: bold;
}

.contact #reedit:after{
	content: "";
	position: absolute;
	left: 24px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #4c290a;
	border-left: 1px solid #4c290a;
	transform: rotate(-45deg);
	cursor: pointer;
}

.contact #reedit:hover{
	background-color: #C6C6C6;
}

.contact .formErrorContent{
	color: #c00;
	font-weight: bold;
	padding-top: 5px;
}

.contact .formErrorBox{
	color: #c00;
	font-weight: bold;
	padding: 20px;
	border: 2px solid #c00;
	margin-bottom: 2em;
}
.contact .formErrorBox .text-error{
	display: block;
	padding: 4px 0;
}

/*checkbox*/

.checkbox-input{
  visibility: hidden;
  position: absolute;
}
.checkbox-input + span{
  padding-left: 30px;
  position:relative;
}
.checkbox-input + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #2E1813;
}
.checkbox-input:checked + span{
}
.checkbox-input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
	top: 2px;
	left: 6px;
	width: 4px;
	height: 9px;
  transform: rotate(40deg);
  border-bottom: 2px solid #de6e00;
  border-right: 2px solid #de6e00;
}

/* radio */
.radio-input{
  visibility: hidden;
  position: absolute;
}
.radio-input + span{
  padding-left: 30px;
  position:relative;
}
.radio-input + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #2E1813;
  border-radius: 50%;
}
.radio-input:checked + span{
}
.radio-input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background-color: #de6e00;
    border-radius: 50%;
}

.checkbox-input[disabled] + span,
.radio-input[disabled] + span{
	color: #aaa;
}
	
.checkbox-input[disabled] + span::before,
.radio-input[disabled] + span::before{
	border-color: #aaa;
}

.age input,
.birthday input{
	width: 100px;
	margin-right: 5px;
}

#doui .formErrorContent{
	text-align: center;
}

.thanks h2{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 3rem;
	text-align: center;
}

.thanks p{
	line-height: 180%;
	text-align: center;
}

@media only screen and (max-width: 767px) {

#info{
	padding: 0 10px 20px;
}

#form table,
#form table tbody,
#form table tr,
#form table th,
#form table td{
	display: block;
	width: 100%;
}

#form table th{
	padding: 12px 10px 6px;
	border-bottom: none;
}
#form table td{
	padding: 6px 10px 12px;
}
.contact label{
	margin: 5px 0 5px 0;
}

.contact .address label{
	width: 100%;
	padding: 3px 0 5px;
}

.contact #reedit{
	margin: 10px 0;
}
.contact #submit{
	margin: 10px 0;
}

.contact td .mynavi{
	display: block;
	padding-top: 15px;
	margin-left: 0;
}

.thanks h2{
	text-align: left;
	padding: 0 10px;
}

.thanks p{
	text-align: left;
	padding: 0 10px;
}

.age input,
.birthday input{
  width: 60px;
}

}
