@charset "UTF-8";

@import url( base.css );
@import url( common.css );
#main {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	height: 280px;
	background-image: url(../../images/hm_main1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 5px;
	padding-left: 519px;
	padding-top: 85px;
}
#main .caption {
	float: left;
	font-size: 12px;
	line-height: 12px;
	padding-top: 20px;
	padding-left: 35px;
}
#main .btn {
	float: right;
	padding-top: 20px;
	font-size: 11px;
	line-height: 11px;
	text-align: right;
}
#home #info {
	width: 590px;
	float: left;
	padding-top: 20px;
	padding-bottom: 15px;
}
#home #info h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#home #info table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
}
#home #info td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#home #info .list {
	padding-left: 14px;
	padding-right: 14px;
}
#home #about {
	float: right;
	width: 250px;
	padding-top: 26px;
	padding-right: 3px;
	padding-bottom: 15px;
}
#home #about h2 {
	margin: 0px;
	padding: 0px;
}
#home #about .text {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}
#home #about p {
	text-indent: 0em;
}
#home  #calender {
	float: right;
	width: 220px;
	padding-top: 25px;
	text-align: center;
}
#home #calender h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#home .viewall  {
	padding-bottom: 20px;
}
#home #info .aboutus h3 {
	color: #3DA400;
	font-size: 95%;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding-top: 9px;
	padding-bottom: 4px;
}
#home #info .aboutus h4 {
	font-size: 95%;
	margin-bottom: 8px;
	text-align: center;
	margin-top: 8px;
	color: #333333;
}
#home #info .aboutus p {
	font-size: 16px;
	line-height: 160%;
	color: #333333;
}
 .aka {color: #990000; }

#home #info .sagasu {
    font-size: 20px;
}

/*ボタンのための準備 */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


.btn,
a.btn,
button.btn {
　-webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
    margin:  0.3rem 0rem 0.8rem 0rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--sagasu,
a.btn--sagasu {
  color: #fff;
  background-color: #14a014;
}
.btn--sagasu:hover,
a.btn--sagasu:hover {
  color: #fff;
  background: #2bcd2b;
}

a.btn--radius {
   border-radius: 100vh;
}