/*/////　共通　/////*/

#agri {
    font-family:  "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif, Quicksand, YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS PGothic", sans-serif!important;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: #eee;
}

body{
	 margin: 0;
}

#agri li {
    list-style: none;
}

#agri a {
    color: inherit;
    text-decoration: none;
}

#agri p {
    color: #000;
}

#agri .pink {
    background-color: #e3adc1;
}


#agri .green {
    background-color: #a4d5bd;
    /*background-color: #93ca76;*/
}


#agri .Mtop20 {
	margin-top: 20px;
}

/*-------目次テキスト------*/

#agri .book-text a {
  /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(164, 213, 189) 50%);*/
  padding: 2px 10px;
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}

#agri .t-pink a{
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(227, 173, 193) 50%);
}

#agri .t-green a{
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(164, 213, 189) 50%);
}

#agri .book-text a:hover {
  background-position: -100% 0;
  color: #000;
}


/*---------------動画----------------*/

#agri .movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	margin-top: 50px;
    padding-left: 5%;
}

#agri .movie-wrap iframe {
    position: absolute;
    top: 0;
    /*left: 0;*/
    border: 1px solid #aaa;
    width: 90%;
    height: 90%;
    margin: 0 auto; 

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}


#agri .link{
	padding: 5px;
}


/*===============================================
　01.breakpoint 961px 〜 PC
===============================================*/
@media print, screen and (min-width: 961px) {
	
/*/////　共通　ページタイトル　/////*/
	
#agri .agri-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    background-color: rgb(0,0,0,0.2);
}

#agri .agri-text {
    padding: 54px 150px;
    border: 1px #fff solid;
}

#agri .agri-title h1 {
    font-size: 53px;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin: 0;
}

#agri .agri-title h1:after {
    content: "";
    display: block;
    width: 180px;
    height: 1.5px;
    background: #fff;
    margin: 10px auto;
}

#agri .agri-title p {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin: 5px 0;
}

/*/////　共通　ナビゲーション　/////*/
#agri .nav {
    width: 100%;
    height: 60px;
	/*background-color: #a4d5bd;*/
}

#agri .nav ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

#agri .nav li {
    display: inline-block;
    height: 60px;
    font-size: 120%;
    font-weight: bold;
    line-height: 60px;
}
	
#agri .flowers a	{
    padding: 0 40px;
    border-left: 1px #000 solid;
}

#agri .flowers a,
#agri .fruits a,
#agri .others a,
#agri .gallery a	{
    padding: 0 40px;
    border-right: 1px #000 solid;
}

	
/*/////　共通　リンクボタン　/////*/
#agri .btn {
   font-family:  游ゴシック, YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    display: block;
    width: 170px;
    height: 50px;
    margin: 15px auto;
    border-radius: 8px;
}

#agri .btn p {
    margin: 0 auto;
    font-size: 94%;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.1em;
    color: #fff;
}

#agri .btn p img {
  vertical-align: middle;
}
	
#agri .sm {
		display: none;
	}
	
/*/////////　紹介文（PC）　/////////*/	
	#agri .intro-text {
		width: 70%;
		margin: 80px auto ;
	}
	
	#agri .intro-text p {
		font-size: 128%;
		line-height: 200% ;
	}
    
/*/////////　コンテンツ（PC）　/////////*/
#agri .category-wrap {
    margin: 40px 0 0 0;
    padding-top: 40px;
}

#agri .gallery-wrap {
    margin: 40px 0 0 0;
    padding-top: 40px;
}

	
/*/////　共通設定　カテゴリータイトル（PC）　/////*/
	
#agri .category {
    margin-bottom: 63px;
}

#agri .category h3 {
    max-width: 400px;
    margin: 0 auto;
    font-size: 200%;
    font-weight: 400;
}

#agri .category .title {
    margin-bottom: 10px;
}

#agri .category h3:after {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    background: #000;
    margin: 10px auto;
}

#agri .category p {
    margin: 5px auto;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 0.1em;
}
	
/*/////　メインブック(PC版) /////*/

#agri .book-container{
    display: block;
    width: 100%;
    background-size:contain;
    padding-bottom: 40px;
}

#agri .book-wrapper {
    display: block;
    width: 70%;
    margin: 0 auto;
}
 
#agri .main-book {
    float: left;
    display: block;
    width: 300px;
    height: 426px;
}

#agri .main-book img {
    display: block;
    width: 100%;
    height: auto;
}

#agri .book-text {
    float: left;
    display: block;
    width: 50%;
    margin: 20px 0 0 40px;
    text-align: left;
}

#agri h4{
	width: 100%;
	margin: 20px 0px;
	font-size: 140%;
    font-weight:bold;
}
    
#agri .book-text li {
    line-height: 200%;
}
    

/*/////　2冊並びのブック（PC）　/////*/
#agri .book-wrap-two {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
	
#agri .book-ctr .two {
   	display: inline-block;
    width: 25%;
    margin: 0 5%;
    margin-bottom: 8%;
   	float: left;
}
	

/*/////　その他のブック（３冊並び）（PC）　/////*/
#agri .book-wrap {
    max-width: 1000px;
   /* display: block;*/
    width: 95%;
    margin: 0px auto;
	display:flex;
	flex-wrap: wrap;
}

#agri .book-ctr {
   	display: inline-block;
    width: 23%;
    margin: 0 5%;
    margin-bottom: 8%;
   	float: left;
}

#agri .book {
    width: 95%;
    height: auto;
    margin: 0 auto;
    /*border: 1px #a6a6a6 solid;*/
}

#agri .book img {
    width: 100%;
    height: auto;
}

#agri .booktitle {
    display: block;
    margin: 15px auto;
    width: 100%;
    height: 50px;
}

#agri .booktitle .line {
    font-size: 120%;
    height: 100%;
    line-height: 50px;
    margin: 0;
}

#agri .booktitle .lines {
    font-size: 90%;
    height: 100%;
    line-height: 1.5;
    margin: 0;
}

#agri .booktitle .lines3 {
    font-size: 85%;
    height: 100%;
    line-height: 1.5;
    margin: 0;
}


/*/////　ギャラリー部分（PC版）　/////*/
#agri .gallery-wrap {
    margin-bottom: 170px;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9; /*アスペクト比（縦横比）を指定*/
}

#agri .gallery-ctr {
    /*width: 100%;
    background-color: #a4d5bd;*/
    padding: 10px;
}

#agri .photo-list {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 0.5fr 0.5fr 0.5fr;
    grid-template-rows: auto;
}

#agri .item {
    padding: 10px;
}

#agri .video {
    grid-row: 1/3;
}

#agri .photo-list .video img {
    width: 100%;
}

#agri .photo-list .photo img {
    width: 97%;
}
    


/*/////　コピーライト部分（PC版）　/////*/
#agri .copyright {
    padding: 130px 0 50px 0;
}

#agri .copyright p {
    margin: 0;
}
	
}




/*===============================================
　02.breakpoint 601〜960px タブレット
===============================================*/
@media print, screen and (min-width: 601px) and (max-width: 960px) {
	
/*/////　共通　ページタイトル（タブレット）　/////*/
#agri .agri-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    background-color: rgb(0,0,0,0.3);
}

#agri .agri-text {
    padding: 60px 120px;
    border: 1px #fff solid;
}

#agri .agri-title h1 {
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin: 0;
}

#agri .agri-title h1:after {
    content: "";
    display: block;
    width: 156px;
    height: 1px;
    background: #fff;
    margin: 10px auto;
}

#agri .agri-title p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin: 5px 0;
}

/*/////　共通　ナビゲーション（タブレット）　/////*/
#agri .nav {
    width: 100%;
    padding: 5px 0;
	/*background-color: #a4d5bd;*/
}

#agri .nav ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

#agri .nav li {
    display: inline-block;
    font-size: 110%;
    font-weight: bold;
    line-height: 40px;
}
    
#agri .flowers a	{
    padding: 0 30px;
    border-left: 1px #000 solid;
}
    
#agri .flowers a,
#agri .fruits a,
#agri .others a,
#agri .gallery a {
    padding: 0 30px;
    border-right: 1px #000 solid;
}


/*/////　共通　リンクボタン（タブレット）　/////*/
	
#agri .btn {
   font-family:  游ゴシック, YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    display: block;
    width: 70%;
    height: 45px;
    margin: 15px auto;
    border-radius: 8px;
}

#agri .btn p {
    margin: 0 auto;
    font-size: 82%;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0.1em;
    color: #fff;
}
	
#agri .btn p img {
  vertical-align: middle;
}


/*/////////　紹介文（タブレット）　/////////*/	
	#agri .intro-text {
		width: 70%;
		margin: 60px auto ;
		line-height: 200% ;
	}
	
	#agri .intro-text p {
		font-size: 120%;
	}


    
/*/////　メインブック（タブレット版） /////*/
    
#agri .book-container{
    display: block;
    width: 100%;
    background-size:contain;
    padding-bottom: 40px;
}

#agri .book-wrapper {
    display: block;
    width: 80%;
    margin: 0 auto;
}
 
#agri .main-book {
    float: left;
    display: block;
    width: 200px;
    height: 284px;
}

#agri .main-book img {
    display: block;
    width: 100%;
    height: auto;
}

#agri .book-text {
    float: left;
    display: block;
    width: 50%;
    margin: 10px 0 0 20px;
    text-align: left;
}

#agri h4{
	width: 100%;
	margin: 10px 0px;
	font-size: 120%;
    font-weight:bold;
}
    
#agri .book-text li {
    line-height: 140%;
}
	

/*/////////　コンテンツ（タブレット）　/////////*/
#agri .category-wrap {
    margin: 40px 0 0 0;
    padding-top: 40px;
}

#agri .gallery-wrap {
    margin: 40px 0 0 0;
    padding-top: 40px;
}

/*/////　共通設定　カテゴリータイトル（タブレット）　/////*/
#agri .category {
    margin-bottom: 63px;
}

#agri .category h3 {
    max-width: 400px;
    margin: 0 auto;
    font-size: 200%;
    font-weight: 400;
}

#agri .category .title {
    margin-bottom: 10px;
}

#agri .category h3:after {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    background: #000;
    margin: 10px auto;
}

#agri .category p {
    margin: 5px auto;
    font-size: 94%;
    font-weight: bold;
    letter-spacing: 0.1em;
}
	
	
/*/////　2冊並びのブック（タブレット）　/////*/
#agri .book-wrap-two {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
	
#agri .book-ctr .two {
   	display: inline-block;
    width: 25%;
    margin: 0 5%;
    margin-bottom: 8%;
   	float: left;
}
	

/*/////　その他のブック（３冊並び）（タブレット）　/////*/
#agri .book-wrap {
    /*display: block;*/
    width: 96%;
    margin: 0px auto;
	display:flex;
	flex-wrap: wrap;
}

#agri .book-ctr {
    display: inline-block;
    width: 27%;
    margin: 0 3%;
    margin-bottom: 10%;
    float: left;
}

#agri .book {
    width: 85%;
    height: auto;
    margin: 0 auto;
    /*border: 1px #a6a6a6 solid;*/
}

#agri .book img {
    width: 100%;
    height: auto;
}

#agri .booktitle {
    display: block;
    margin: 10px auto;
    width: 100%;
    height: 45px;
}

#agri .booktitle .line {
    font-size: 120%;
    height: 100%;
    line-height: 50px;
    margin: 0;
}

#agri .booktitle .lines {
    font-size: 100%;
    height: 100%;
    line-height: 1.5;
    margin: 0;
}

#agri .booktitle .lines3 {
    font-size: 80%;
    height: 100%;
    line-height: 1.5;
    margin: 0;
}


/*/////　ギャラリー部分（タブレット） 　/////*/
#agri .gallery-wrap {
    margin-bottom: 170px;
}

#agri .gallery-ctr {
    /*width: 100%;
    background-color: #a4d5bd;*/
    padding: 10px;
}

#agri .photo-list {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 0.5fr 0.5fr 0.5fr;
    grid-template-rows: auto;
}

#agri .item {
    padding: 10px;
}

#agri .video {
    grid-row: 1/3;
}

#agri .photo-list .video img {
    width: 100%;
}

#agri .photo-list .photo img {
    width: 97%;
}



/*/////　コピーライト部分（タブレット）　/////*/
#agri .copyright {
    margin: 130px 0 50px 0;
    padding: 30px 0;
}

#agri .copyright p {
    margin: 0;
}

}



/*===============================================
　03.breakpoint 〜600px（スマホ版）
===============================================*/
@media print, screen and (max-width: 600px) {
    
/*-----------動画サイズ（スマホ版）----------*/
#agri .MovieSize {
    /*width: 560px; 
    height: 315px;*/
    width: 100%;
}


    
/*/////　共通　ページタイトル（スマホ版）　/////*/
#agri .agri-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    background-color: rgb(0,0,0,0.3);
}

#agri .agri-text {
    padding: 32px 70px;
    border: 1px #fff solid;
}

#agri .agri-title h1 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin: 0;
}

#agri .agri-title h1:after {
    content: "";
    display: block;
    width: 112px;
    height: 1px;
    background: #fff;
    margin: 10px auto;
}

#agri .agri-title p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin: 5px 0;
}

/*/////　共通　ナビゲーション（スマホ版）　/////*/
#agri .nav {
    width: 100%;
    padding: 5px 0;
	/*background-color: #a4d5bd;*/
}

#agri .nav ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

#agri .nav li {
    display: inline-block;
    font-size: 90%;
    font-weight: bold;
    line-height: 30px;
}

#agri .flowers a,
#agri .others a {
    padding: 0 20px;
    border-right: 1px #000 solid;
}

#agri .fruits a,
#agri .gallery a {
    padding: 0 20px;
}



/*/////　共通　リンクボタン（スマホ版）　/////*/
#agri .btn {
   font-family:  游ゴシック, YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    display: block;
    width: 150px;
    height: 45px;
    margin: 15px auto;
    border-radius: 8px;
}

#agri .btn p {
    margin: 0 auto;
    font-size: 82%;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0.1em;
    color: #fff;
}
	
#agri .pc {
		display: none;
	}

/*/////////　紹介文（スマホ版）　/////////*/	
	#agri .intro-text {
		width: 80%;
		margin: 30px auto ;
		line-height: 160% ;
	}
	
	#agri .intro-text p {
		font-size: 110%;
	}

   
/*/////　メインブック（スマホ版） /////*/
    
#agri .book-container{
    display: block;
    width: 100%;
    background-size:contain;
    padding-bottom: 40px;
}

#agri .book-wrapper {
    display: block;
    width: 80%;
    margin: 0 auto;
}
 
#agri .main-book {
    display: block;
    width: 100%;
}

#agri .main-book img {
    display: block;
    width: 100%;
    height: auto;
}

#agri .book-text {
    display: block;
    width: 100%;
    margin: 30px 0;
    text-align: left;
    line-height: 30px;
}

#agri h4{
	width: 100%;
	margin: 10px 0px;
	font-size: 120%;
    font-weight:bold;
}
    
#agri .book-text li {
    line-height: 140%;
}

#agri .list-contents li {
	line-height: 160%;
}

details[open] summary {
  margin-bottom: -0.5em;
}
	
/*/////////　コンテンツ（スマホ版）　/////////*/
#agri .category-wrap {
    margin: 10px 0 0 0;
    padding-top: 10px;
}

#agri .gallery-wrap {
    margin: 20px 0 0 0;
    padding-top: 20px;
}

/*/////　共通設定　カテゴリータイトル（スマホ版）　/////*/
#agri .category {
    margin-bottom: 20px;
}

#agri .category h3 {
    max-width: 400px;
    margin: 0 auto;
    font-size: 140%;
    font-weight: 400;
}

#agri .category .title {
    margin-bottom: 10px;
}

#agri .category h3:after {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    background: #000;
    margin: 10px auto;
}

#agri .category p {
    margin: 5px auto;
    font-size: 90%;
    font-weight: bold;
    letter-spacing: 0.1em;
}
	
/*/////　2冊並びのブック（スマホ版）　/////*/
#agri .book-wrap-two {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
	
#agri .book-ctr .two {
   	display: inline-block;
    width: 25%;
    margin: 0 5%;
    margin-bottom: 8%;
   	float: left;
}
	

/*/////　その他のブック（スマホ版）　/////*/
#agri .book-wrap {
    /*display: block;*/
    width: 96%;
    margin: 20px auto;
	display:flex;
	flex-wrap: wrap;
}

#agri .book-ctr {
    display: inline-block;
    width: 44%;
    margin: 0 3%;
    margin-bottom: 10%;
    float: left;
}

#agri .book {
    width: 85%;
    height: auto;
    margin: 0 auto;
    /*border: 1px #a6a6a6 solid;*/
}

#agri .book img {
    width: 100%;
    height: auto;
}

#agri .booktitle {
    display: block;
    margin: 10px auto;
    width: 100%;
    /*height: 45px;*/
}

#agri .booktitle .line {
    font-size: 100%;
    height: 100%;
    line-height: 50px;
    margin: 0;
}

#agri .booktitle .lines {
    font-size: 90%;
    height: 100%;
    line-height: 1.5;
    margin: 0;
}

#agri .booktitle .lines3 {
    font-size: 80%;
    height: 100%;
    line-height: 1.5;
    margin: 0;
}


/*/////　ギャラリー部分（スマホ版）　/////*/
#agri .gallery-wrap {
    margin-bottom: 80px;
}

#agri .gallery-ctr {
    /*width: 100%;
    background-color: #a4d5bd;*/
    padding: 10px;
}

#agri .photo-list {
    display: grid;
    grid-gap: 10px;
    grid-template-rows: auto;
}

#agri .item {
    padding: 10px;
}

#agri .video {
    grid-column: 1/3;
}

#agri .photo-list .video img {
    width: 100%;
}

#agri .photo-list .photo img {
    width: 97%;
}


/*/////　コピーライト部分（スマホ版）　/////*/
#agri .copyright {
    margin: 20px 0 50px 0;
    padding: 20px 0;
}

#agri .copyright p {
    margin: 0;
}

}


footer#colophon {
    display: none !important;
}



/*スライドショーここから*/

#agri .slideshow {
	position: relative;
	overflow: hidden;
}




/* :::::: slideContents :::::: */
#agri .slideContents {
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#agri .slideContents section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#agri .slideContents section img {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}

/* :::::: mechanism :::::: */
#agri .slideContents #slide1 {
	position: relative;
}
#agri .slideContents section {
	-webkit-animation: autoplay 36s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: autoplay 36s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@-webkit-keyframes autoplay {
	0%, 16%, 100% { -webkit-transform: none; transform: none; }
	20% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
	20.001%, 96% { -webkit-transform: translateX(100%); transform: translateX(100%); }
}
@keyframes autoplay {
	0%, 16%, 100% { -webkit-transform: none; transform: none; }
	20% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
	20.001%, 96% { -webkit-transform: translateX(100%); transform: translateX(100%); }
}
#agri .slideContents #slide1 { -webkit-animation-delay: 0s; animation-delay: 0s; }
#agri .slideContents #slide2 { -webkit-animation-delay: -30s; animation-delay: -30s; }
#agri .slideContents #slide3 { -webkit-animation-delay: -24s; animation-delay: -24s; }
#agri .slideContents #slide4 { -webkit-animation-delay: -18s; animation-delay: -18s; }
#agri .slideContents #slide5 { -webkit-animation-delay: -12s; animation-delay: -12s; }
#agri .slideContents #slide6 { -webkit-animation-delay: -6s; animation-delay: -6s; }
