@charset "UTF-8";
header-menu {
	width: 100%;
	z-index: 5;
}
.cb-header {
  position: fixed; /* ヘッダーバーを固定 */
  top: 0; /* 上から0の位置に固定 */
  left: 0; /* 左から0の位置に固定 */
  display: none; /* ヘッダーバーを非表示 */
}
.top-logo {
	text-align: center;
	margin-top: 15px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.new {
	background-color: #5E3C29;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 6px;
	width: 93px;
	margin-left: auto;
	margin-right: auto;
}
.caption{
	font-size: x-small;
	color: #A06646;
}

/* 20210721 */
.mg-b10{
	margin-bottom: 10px;
}

.mg-b20{
	margin-bottom: 20px;
}

.mg-b30{
	margin-bottom: 30px;
}

@media (max-width: 768px) {
.top-logo {
	margin-right: auto;
	height: 90px;
	margin-left: auto;
	display: table-cell;
	padding-top: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
	.row-light {
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 58%;
}
	.jumbotron p {
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	color: #4E4E4E;
	font-style: italic;
}
	.jumbotron h1,
  .jumbotron .h1 {
	font-size: 28px;
	font-weight: lighter;
	letter-spacing: 2px;
  }
	.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-image: url(../images/top-back-sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 600px;
}
	.pc-only{
	display: none;
}
	.jumbotron-farm {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../images/form-back-sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-bottom: -4px;
}
}
@media only screen and (max-width: 1024px) and (min-width: 481px){
	.top-logo {
	text-align: center;
	margin-top: 15px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 154px;
	margin-bottom: 15px;
}
	.row-light {
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 30%;
}
		.jumbotron-farm {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../images/form-back-sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-bottom: -4px;
	background-size: cover;
}
	}
