@charset "utf-8";
/* CSS Document */

.wrapper{
	max-width: 985px;
	width: 100%;
	margin: 0 auto 3%;
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

.bnr{
	display: block;
	width: 55%;
	margin: 0 auto;
}

.box{
	margin: 15% auto;
}

.ttl{
	text-align: center;
	font-size: 17px;
	line-height: 2;
	color: #4f6228;
	font-weight: bold;
}

.ttl span{
	font-size: 28px;
	color: #000;
}

.ttl .Alata{
	font-family: 'Alata', sans-serif;
	letter-spacing: 1px;
}

.pointImg{
	display: block;
	width: 50%;
	margin: 3% auto;
}

.point{
	margin: 5% auto;
}

.point_lead{
	text-align: center;
	font-size: 16px;
	line-height: 2.5;
}

.point_lead .text{
	display: inline-block;
	text-align: left;
}

.bg{
	background-color: #4F6228;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	width: 90px;
	margin-bottom: 10px;
	line-height: 1.6;
	margin-right: 10px;
	color: #fff;
	font-family: 'Alata', sans-serif;
	letter-spacing: 1px;
}

.other{
	width: 100%;
	margin: 8% auto;
	border-bottom: 2px solid #000;
	position: relative;
}

.other_ttl{
	text-align: center;
	font-size: 30px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	line-height: 2;
	margin: 0 auto 2%;
	font-family: 'Times New Roman',sans-serif;
	font-weight: bold;
}

.otherImg{
	display: block;
	width: 30%;
	margin-left: 10%;
	padding-bottom: 2%;
}

.other_lead{
	position: absolute;
	top: 52%;
	transform: translateY(-52%);
	left: 50%;
	font-size: 15px;
	line-height: 2;
}

.mgl0{
	margin-left: 0%;
}

.pos{
	position: absolute;
	bottom: 0;
	left: 30%;
	margin-left: 0;
}

.pos2{
	left: 62%;
}

.color{
	width: 100%;
	margin: 8% auto;
}

.color_ttl{
	text-align: center;
	font-size: 30px;
	color: #c2c8b4;
	font-weight: bold;
	margin-bottom: 3%;
	font-family: 'Alata', sans-serif;
	letter-spacing: 1px;
}

.color ul{
	padding: 0;
	display: flex;
	background-color: #c2c8b4;
	box-sizing: border-box;
	padding: 5% 5% 4%;
}

.color ul li{
	list-style: none;
	box-sizing: border-box;
	padding: 1%;
}

.color ul li p{
	text-align: center;
	font-size: 15px;
	margin: 2% auto;
}

.color .cl5{
	flex-wrap: wrap;
}

.color .cl5 li{
	width: 33.3%;
}

.color .cl5 li:nth-child(4){
	width: 33.3%;
	margin-left: 15%;
}

.item{
	width: 50%;
	margin: 8% auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.item a{
	display: block;
	padding: 4% 0;
	border: solid 2px #000;
	color: #000;
}

.soon{
	width: 50%;
	margin: 8% auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 2% 0;
	border: solid 2px #000;
	color: #000;
}

.br_s{
	display: none;
}

@media(max-width:750px){
.bnr{
	width: 100%;
}

.box{
	width: 97%;
}

.ttl{
	font-size: 15px;
}

.ttl span{
	font-size: 18px;
}

.pointImg{
	width: 100%;
}

.point_lead{
	font-size: 14px;
	line-height: 2;
}

.bg{
	width: 70px;
	font-size: 13px;
	margin-bottom: 0;
}

.other{
	border-bottom: 1px solid #000;
}

.other_ttl{
	font-size: 24px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.otherImg{
	width: 30%;
	margin-left: 0%;
}

.other_lead{
	left: 35%;
	font-size: 13px;
	line-height: 1.6;
	width: 60%;
}

.other_lead br{
	display: none;
}

.other_lead .br_s{
	display: inline;
}

.mgl0{
	margin-left: 0%;
}

.pos{
	position: absolute;
	bottom: 0;
	left: 30%;
	margin-left: 0;
}

.pos2{
	left: 64%;
	top: 65%;
	width: 33%;
}

.color_ttl{
	font-size: 24px;
        margin-bottom: 3%;
}

.color ul{
	padding: 1%;
}

.color ul li p{
	font-size: 12px;
}

.color .cl5 li{
	margin-bottom: 5%;
}

.item{
	width: 80%;
}
	
.soon{
	width: 80%;
}
	
.br_s{
	display: inline;
}
}