/*---------------------
共通
---------------------*/
html{
	font-size: 10px;
}
p{font-size: 2rem;line-height: 1.5;text-align: justify;}
.small{font-size: 1.4rem;}
.sp-only{display: none;}
.sp-only-inline{display: none;}
.mb10{margin: 0 0 20px 0;}
.mb14{margin: 0 0 28px 0;}
.mb30{margin: 0 0 60px 0;}
.pc-only{display: inline-block;}

/*---------------------
main-visual
---------------------*/
.main-visual img {
  width: 600px;
	height: auto;
	display: block;
	margin: 80px auto;
}
.top_bar{
	height: 20px;
	background-color: #805a3e;
}
/*---------------------
contents
---------------------*/
.contents_wrap{
	padding: 100px 0 100px 0;
	width: 100%;
}
.contents{
	width: 800px;
	margin: auto;
	margin: 0 auto 30px auto;
	padding: 30px;
}
.contents section{
	margin: 0;
}
h2{
	font-size: 32px;
	margin:0 0 20px 0;
}
h2.profile{
	color: #805a3e;
	font-size: 30px;
	margin:0 0 20px 0;
}
h2.contact{
	color: #fff;
	font-size: 30px;
	margin:0 0 20px 0;
}
h3{
	color: #4ce028;
	font-size: 20px;
}
h3.contact{
	color: #fff;
	font-size: 18px;
}
h4{
	font-size: 25px;
	margin:0 0 10px 0;
}
.link-s{
	display: flex;
	justify-content: space-between;
	margin:0 0 20px 0;
}
.link-s a{
	display: block;
	width: 48%;
}
.link-s img{
	width: 100%;
	height: auto;
}
.button-entry{
	text-align: center;
	margin:0;
}
.button-entry img{
	width:500px;
	height: auto;
}
.back_green{
	border-radius:3px;
	padding:5px 8px;
}
.taichi{
	width:80px;
	height:auto;
}
/*---------------------
tr
---------------------*/
.tr{
	width: 350px;
	height: auto;
}
/*---------------------
attention
---------------------*/
.attention{
	width: 800px;
	margin: 0 auto 30px auto;
	padding:30px;
	border: 1px solid #000;
}
p.att-title {
  font-size: 1.3rem;
	margin: 0 0 3px auto;
}
p.att {
  padding-left: 1em;
  font-size: 1.3rem;
	margin: 0 0 3px auto;
	position: relative;
}
p.att:before {
  position: absolute;
  content: "・";
  font-size: 1em;
  font-weight: bold;
  left: 0px;
	color: #000;
  text-align: center;
}
.info-mail{
	text-align: center;
	font-weight: 700;
	font-size:2rem;
	margin:0 0 70px 0;
}
.mail a{
	font-size:3rem;
}
.fb img{
width: 40px;
height: auto;
display: block;
margin: 0 auto;
}
/*---------------------
footer
---------------------*/
footer{
	padding: 20px;
}