.pc {
	display: block;
}

.sp {
	display: none;
}

.image {
	position: relative;/*相対配置*/
}

.arrow {
  position: absolute;/*絶対配置*/
  color: #e50652;
	font-size: 100px;
   bottom: 20%;
  left: 0px;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }

body {
	font-size:1.2rem;
	letter-spacing: 2px;
}

img {
	width: 100%;	
}

h1 {
	font-size:18px!important;
}

h1 span{
	display: inline-block;
}


h2 span {
	display: inline-block;
}

p span {
	display: inline-block;
}

.youtube {
	background-color: #888888;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.form {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px auto 0px auto;
  padding: 1em 2em;
  width: 300px;
  color: #e50652;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid #e50652;
text-decoration: none;
  border-radius: 10px;
}

.button01 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #e50652;
  border-right: 3px solid #e50652;
  transform: rotate(45deg);
}

.button01 a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #e50652;
}

.button01 a:hover::after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

footer {
	background-color: #222222;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* contact.html */

.contact_form {
	text-align: center;
	margin-top: 30px;
}

.contact_form img{
width: 300px;	
}

h4 span {
	display: inline-block;
}


.contact_form h3 {
  position: relative;
  padding: 0 65px;
  text-align: center;
	margin-top:20px;
	margin-bottom: 20px;
}

.contact_form h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.contact_form h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}



#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:16px;
}

form{
	margin-top: 50px!important;
}

table.formTable{
	width:100%;
	margin:20px auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

table.formTable td{
	text-align:left;
}

@media screen and (max-width:780px) {
	
	
.pc {
	display: none;
}

.sp {
	display: block;
}
	
.youtube {
	background-color: #888888;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
	
footer {
font-size: 12px;
}

	
/* contact.html */
	#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
	
	h4 {
		font-size:15px!important;
	}
	
	form{
	margin-top: 10px!important;
}
	
} /* メディアクエリ閉じ */

