﻿@charset "utf-8";



/*トップあいさつ*/
.top{ width:100%;
		background-color:#006428;
		height:auto;
		margin:auto;
		padding:0 0 50px 0;
		min-height:50px;!important
		position:absolute;}

.top_in{ width:90%;
		color:#fff;
		margin:auto;}




img.miniimage { display: none;}
/* ▼表示領域が640px以上の場合 */
@media screen and (min-width: 640px) {
   img.miniimage { display: none; }  /* miniを非表示 */
   img.bigimage  { display: block;} /* bigを表示 */}
/* ▼表示領域が640px未満の場合 */
@media screen and (max-width: 639px) {
   img.miniimage { display: block; padding-top:55px;} /* miniを表示 */
   img.bigimage  { display: none;}  /* bigを非表示 */
   .blank { display: none;}}

.resizeimage img { width: 100%; }
img.bigimage  { margin:auto;}






/*機械について*/
.flex_grow{flex-grow: 1;}
.mac_top_bg{ margin:auto;
				padding-top: 45%/*h/w*100*/;
				background:url(../../aiturf/top/img/machine.jpg?2502) no-repeat center top/cover;}
.grid_mac_item{width: 50%;}
.grid_mac{width: 100%;
			display: flex;
			flex-direction: row;
	 		justify-content:center;}
.mac_top_con_in { margin:auto;
				padding:2.5% 10% 5% 5%;
				width:100%;
				max-width:980px;
				height:auto;}	
.grid_mac_more{margin-right: 20%;
				font-size: 1.4em;}
	
@media screen and (max-width: 639px) {
	.grid_mac{flex-direction: column-reverse;}
	.grid_mac_item{width: 100%;}
	.mac_top_con_in{padding:1% 7.5% 2.5% 7.5%;}
	.grid_mac_more{margin-right: auto;}}





/*作業風景*/
.gal_top_bg{ margin:auto;
				padding-top: 12%/*h/w*100*/;
				background:url("../../aiturf/top/img/gallery.jpg?2502") no-repeat left top/cover;}
.gal_top_con_in { margin:auto;
				padding:0% 5% 5% 10%;
				width:100%;
				max-width:980px;
				height:auto;}	


@media screen and (max-width: 639px) {
	.gal_top_bg{padding-top: 45%/*h/w*100*/;
				background:url("../../aiturf/top/img/gallery_sp.jpg?2502") no-repeat center top/cover;}
	.gal_top_con_in {padding:1% 7.5% 2.5% 7.5%;
				color: white;}
	.gal_top_con_in h2{color:white;}
	.gal_top_con_in a{color: white;}}




/*最新情報*/
.info{ width:100%;
		height:auto;
		padding:0.1% 0%;
		background-color:#000;}




/*インスタ*/
iframe[src*="https://snapwidget.com/embed"] {max-width:1000px !important;}



/*マップ*/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 300px;
position: relative;}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;}
