
/* --------------------------　メインスライダー　-------------------------- */

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh !important;
  min-width: 1120px;
	background: #000;
}
.vegas-timer {
  display: none;
}
.top_main_title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin:auto;
  z-index: 3;
  width: 1000px;
  height: 600px;
  font-size: 1.7rem;
}
.top_main_title h1 {
  font-size: 2.6rem;
  padding: 0;
    margin: 0;
}
.top_main_title span {
  display: block;
  font-size: 5.8rem;
  border-bottom: 2px #fff solid;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .top_main {
    min-width: 100%;
	  
  }
  .top_main_title {
    width: 90%;
	   height: 450px;
	  display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	  margin-top: 50px;
  }
	.top_main_title img {
    width: 100%;
  }
}

/* --------------------------　ニュース　-------------------------- */

.content_news {
  position: relative;
}
.news_title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 3%;
    display: block;
    padding: 15px 40px;
}
.news_title:hover {
  opacity: 0.5;
}

.news_title:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.content_news ul {
  width: 70%;
  min-width: 1120px;
  margin: 0 auto;
}
.content_news ul li:first-child {
  border-bottom: 1px #000 solid;
}
.content_news ul a {
  font-size: 1.5rem;
  display: block;
  padding: 10px 20px 10px 0;
  position: relative;
}
.content_news ul a:hover {
  opacity: 0.5;
}
.content_news ul a p {
  padding: 0;
}
.content_news ul a span {
  display: inline-block;;
  padding: 1px 12px;
  margin: 0 15px;
  font-size: 1.2rem;
  color: #fff;
  background: #000;
}
.content_news ul a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
@media screen and (max-width: 1600px) {
  .content_news ul {
    width: 80%;
    min-width: auto;
    margin:0 0 0 20%; 
  }
}
@media screen and (max-width: 768px) {
  .news_title {
    position: relative;
    width: 100%;
    padding: 20px 0 10px;
    top: auto;
    left: auto;
  }
  .content_news ul {
    width: 100%;
    margin: 0;
  }
  .content_news ul li {
    padding: 10px;
  }
  
}

/* --------------------------　コンテンツ　-------------------------- */

.bg_img1 {
   background:url(../../images/top/main2.jpg) center;
   background-size: cover;
}
.bg_img2 {
   background:url(../../images/top/main3.jpg) center;
   background-size: cover;
}



.bg_top01 {
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}


.title_style01 h2 {
    font-size: 4.2rem;
    padding: 0 0 30px 0;
    text-align: center;
    line-height: 1;
    font-weight: normal;
    position: relative;
    margin-bottom: 60px;
    color: #fc9502;
}
.title_style01 h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 3px;
  content: '';
  background: #959595;
}
.title_style01 h3 {
	color:#b88a51;
	font-size: 18px;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
	padding: 0;
	line-height: 1.8;
}



.title_style02 h2 {
	font-size: 4.2rem;
	padding: 0 0 25px 0;
	text-align: center;
	line-height: 1;
	font-family: 'Cinzel', serif;
	font-weight: normal;
	position: relative;
	margin-bottom: 40px;
	color:#fff;
	z-index: 1;
}
.title_style02 h2:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 50px);
  width: 100px;
  height: 3px;
  content: '';
  background: #959595;
	z-index: 1;
}
.title_style02 h3 {
	color:#c1ae94;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 50px;
	padding: 0;
	z-index: 2;
	position: relative;
}




@media screen and (max-width: 768px) {

.title_style01 h2 {
font-size: 2.4rem;
    padding: 0 0 20px 0;
    text-align: center;
    line-height: 120%;
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
}
.title_style01 h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 40px);
  width: 80px;
  height: 3px;
  content: '';
  background: #959595;
}
.title_style01 h3 {
	color:#b88a51;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	line-height: 190%;
	padding: 0;
}



.title_style02 h2 {
	font-size: 2.4rem;
	padding: 0 0 20px 0;
	text-align: center;
	line-height: 110%;
	font-family: 'Cinzel', serif;
	font-weight: normal;
	position: relative;
	margin-bottom: 40px;
	color:#fff;
	z-index: 1;
}
.title_style02 h2:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 40px);
  width: 80px;
  height: 3px;
  content: '';
  background: #959595;
	z-index: 1;
}
.title_style02 h3 {
	color:#c1ae94;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	padding: 0;
	z-index: 2;
	position: relative;
	line-height: 160%;
}


}






.content_wrap  {
	width: 90%;
	margin: auto;
	position: relative;
	padding: 80px 0;
	z-index: 1;
}


.video_wrap  {
	width: 1120px;
	margin: auto;
	position: relative;
	padding: 100px 0;
	z-index: 1;
}






.top01_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top01_flex_item {
	display: flex;
	width: 49%;
	margin-bottom: 20px;
}
.top01_flex_item01 {
	width: 8%;
	background: #61b037;
	padding: 17px;
	text-align: center;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.top01_flex_item02 {
	width: 92%;
	background: #fff;
	text-align: center;
	padding: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.grn01 {
	color:#006428;
}
.grn02 {
	color:#61b037;
}


.top02_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}

.top02_flex_item01 {
	width: 60%;
	text-align: left;
}
.top02_flex_item02 {
	width: 40%;
}
.top02_flex_item02 img {
	margin-top: -90px;
}

.top02 h2:after {
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
	color: #61b037;
}

.top02_flex h3 {
	font-size: 24px;
	padding: 0;
	line-height: 200%;
	margin-bottom: 40px;
}



.btn_more {
	display: block;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	padding: 15px 20px;
	width: 400px;
	margin:60px auto 0px auto;
	position: relative;
	overflow: hidden;
	background: #0c6b32;
}
.btn_more:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 5%;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.btn_more:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #ccc;
  transition: all 0.3s ease;
}
.btn_more:hover {
  color: #fff;
  background: #61b037;
}
.btn_more:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.btn_more:hover:after {
  left: 0;
  width: 100%;
}



@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



@media screen and (max-width: 768px) {
	
.bg_top01 {
	
}

.content_wrap  {
	width: auto;
	margin: auto;
	position: relative;
	padding: 30px 0;
	z-index: 1;
	margin: 0 10px;
}
	
.video_wrap  {
	width: auto;
	margin: auto;
	padding: 30px 0;
	z-index: 1;
}

	

	

.top01_flex {
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top01_flex_item {
	display: flex;
	width: auto;
	margin-bottom: 15px;
}
.top01_flex_item01 {
	width: 10%;
	background: #61b037;
	padding: 0px 10px;
	text-align: center;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	align-items: center;
}
	.top01_flex_item01 img {
	width: 80%;
		margin-top: 10px;
}
.top01_flex_item02 {
	width: 90%;
	background: #fff;
	text-align: left;
	padding: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.grn01 {
	color:#006428;
}
.grn02 {
	color:#61b037;
}


.top02_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0px;
	flex-direction:column-reverse;
}

.top02_flex_item01 {
	width: auto;
	text-align: left;
}
.top02_flex_item02 {
	width: auto;
	margin-bottom: 20px;
}
.top02_flex_item02 img {
	margin-top: 0px;
	width: 100%;
}
	
.top02 h2 {
    font-size: 2rem;
	line-height: 150%;
	}

.top02 h2:after {
    content: attr(data-text);
    display: block;
    font-size: 1.2rem;
    line-height: 180%;
	color: #61b037;
	margin-top: 5px;
}

.top02_flex h3 {
	font-size: 1.6rem;
	padding: 0;
	line-height: 180%;
	margin-bottom: 20px;
}

.top02 p {
	font-size: 1.3rem;
	padding: 0;
	line-height: 180%;
	margin-bottom: 10px;
}



.btn_more {
	display: block;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	padding: 10px 20px;
	width: 80%;
	margin:30px auto 0px auto;
	position: relative;
	overflow: hidden;
	background: #0c6b32;
}
.btn_more:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 5%;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.btn_more:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #ccc;
  transition: all 0.3s ease;
}
.btn_more:hover {
  color: #fff;
  background: #61b037;
}
.btn_more:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.btn_more:hover:after {
  left: 0;
  width: 100%;
}


	


}

