@charset "utf-8";

main ul li a{
	color: #298E40;
}

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	width: 750px;
	margin-left: auto;
    margin-right: auto;
}
#catch h2.ttl {
	margin-top: 8%;
	margin-bottom: 6%;
}
#catch .box {
	position: relative;
	margin-left: auto;
    margin-right: auto;
}
#catch .slider {
	margin-top: -1vw;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
}
#catch .slider .slick-dots {
	bottom: -30px;
}
#catch h3 {
	color: #1F8D3A;
	font-size: 34px;
	line-height: 1.4em;
	margin-top: 16%;
	margin-bottom: 2%;
}
#catch h3+p {
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 10%;
}
#about {
	width: 800px;
	margin-left: auto;
    margin-right: auto;
}
#about h2 {
	color: #1F8D3A;
	font-size: 34px;
	margin-top: 10%;
	margin-bottom: 5%;
}
#about h2+p {
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}
#about .map {
	margin-top: 5%;
	margin-bottom: 3%;
}
#about .flex {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	width: 800px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 100px;
	margin-bottom: 10px;
}
#about .flex::after {
	content: "";
	width: 250px;
}
#about .flex li {
	width: 250px;
	margin-bottom: 30px;
	position: relative;
}
#about .flex li a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
}
#about .flex li a:hover {
	background-color: rgba(255,255,255,0.30);
}
#about .flex li figure img 
{
	width: 250px;
	height: auto;
}
#about .flex li figcaption {
	font-size: 16px;
}
#about .flex li figcaption span {
	display: block;
	font-family: "Gabarito", sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: -6px;
}
#about h3 {
	color: #1F8D3A;
	font-size: 34px;
	line-height: 1.4em;
	margin-top: 7%;
	margin-bottom: 5%;
}
#about h3+p {
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	width: 800px;
	text-align: center;
	position: relative;
	z-index: 99;
	margin-bottom: -200px;
}
#about .inner {
	background-color: #CCBAAB;
	margin-top: -1px;
	padding-bottom: 10%;
	width: 747px;
	margin-left: auto;
    margin-right: auto;
}
#about .inner h4 {
	font-size: 34px;
	letter-spacing: 0.05em;
	padding-top: 8%;
	margin-bottom: 6%;
}
#about .inner p {
	text-align: left;
	width: 80%;
	margin-left: auto;
    margin-right: auto;
}
.xscroll {
	margin-left: auto;
    margin-right: auto;
	overflow-x: scroll;
	scrollbar-width: 100px;
	white-space: nowrap;
	width: 800px;
	margin-left: auto;
    margin-right: auto;
}
.xscroll::-webkit-scrollbar{
   height: 3px;
}
.xscroll::-webkit-scrollbar-track{
   background-color: #DADBDB;
   border-radius: 100px;
}
.xscroll::-webkit-scrollbar-thumb{
   background-color: #2B984A;
   width: 10px;
   border-radius: 100px;
}
.xscroll::vertical {
	width: 300px;
}
.xscroll figure img {
	width: 1300px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch h2.ttl {
	margin-top: 8%;
	margin-bottom: 6%;
}
#catch .box {
	position: relative;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
}
#catch .slider {
	margin-top: -1vw;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
}
#catch .slider .slick-dots {
	bottom: -6vw;
}
#catch h3 {
	color: #1F8D3A;
	font-size: 4.5vw;
	margin-top: 16%;
	margin-bottom: 2%;
}
#catch h3+p {
	text-align: left;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 10%;
}
#about h2 {
	color: #1F8D3A;
	font-size: 4.5vw;
	margin-top: 10%;
	margin-bottom: 5%;
}
#about h2+p {
	text-align: left;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
}
.scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 500px;
  margin-bottom: 5%;
  margin-top: 10%;
}
.scroll ::-webkit-scrollbar {
	display: none;
}
.simplebar-track.simplebar-horizontal {
  height: 10px;
  background: #DADBDB;
  border-radius: 5px;
  width: 60%;
  margin: 0 auto;
}
.simplebar-scrollbar {
  height: 10px;
  opacity: 1;
  border-radius: 50px;
  top: 0;
}
.simplebar-scrollbar:before {
	background: #2B984A!important;
	opacity: 1!important;
}
.scroll figure {
	width: 1000px;
}
#about .flex {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 10%;
}
#about .flex li {
	width: 46.5%;
	margin-bottom: 7%;
	position: relative;
}
#about .flex li a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
}
#about .flex li figcaption {
	font-size: 3vw;
}
#about .flex li figcaption span {
	display: block;
	font-family: "Gabarito", sans-serif;
	font-weight: bold;
	font-size: 4vw;
	margin-top: 3%;
	margin-bottom: -3%;
}
#about h3 {
	color: #1F8D3A;
	font-size: 4.5vw;
	margin-top: 7%;
	margin-bottom: 5%;
}
#about h3+p {
	text-align: left;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
}
#about .inner {
	background-color: #CCBAAB;
	margin-top: -1px;
	padding-bottom: 15%;
	margin-bottom: -10%;
}
#about .inner h4 {
	font-size: 5vw;
	letter-spacing: 0.05em;
	padding-top: 8%;
	margin-bottom: 6%;
}
#about .inner p {
	text-align: left;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}