@charset "UTF-8";

/* ===============================
	style
=============================== */

/*------ main-visual ------*/
.swiper-container {
	margin:2em auto 3em;
	width:1180px;
	height:600px;
}
.swiper-slide {
	width:1180px;
	height:600px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.swiper-slide.item1 {
    background-image: url(https://www.takumi-farm-market.com/colorme/images/main-visual01.jpg);
}
.swiper-slide.item2 {
    background-image: url(https://www.takumi-farm-market.com/colorme/images/main-visual02.jpg);
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
	background: #000000;
	opacity: inherit;
}
.swiper-pagination-bullet-active {
	background: #FFFFFF;
}

/*------ contents ------*/

ul#connavi li .linkimg img,
ul.popular li img,
#farm .farm-detail .photo img {
	object-fit: cover;
	font-family: 'object-fit: cover';
}

/* お知らせエリア */
.info-block {
	font-size: 1.3rem;
    line-height: 1.8; 
    background-color: #f5f5f5;
    padding: 1em;
    /* border: solid 1px red;*/
}	
.ttl-info {
	margin: 0 0 0.6em 0;
    color: #e83e0b;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    /* background-color: #e83e0b; */
    display: inline-block;
}


/* コンセプト */
p.concept {
    font-size: 1.5rem;
}

ul#connavi {
	margin:3em 0;
}
ul#connavi li p {
	text-align: center;
}
ul#connavi li .fas {
	margin-right:0.5em;
}
ul#connavi li .far {
	margin-left:0.5em;
}
ul#connavi li a {
	color:#434343;
	text-decoration: none;
	transition: .3s;
}
ul#connavi li a:hover {
	color:#aaaaaa;
	text-decoration: none !important;
}
ul#connavi li a:hover img {
	opacity: 0.7;
	transition: .3s;
}


/* 人気商品 */
ul.popular li {
	position: relative;
}
ul.popular li .text {
	position: absolute;
	font-size:1.8rem;
	font-weight: 500;
	line-height: 1.8;
	background-color: rgba(255,255,255,0.8);
}
ul.popular li .text span {
	display: block;
	font-size:1.4rem;
}
ul.popular.two li .text,
ul.popular.three li .text {
	width: 80%;
	text-align: center;
	bottom:1em;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 40px;
	padding:0.5em 0;
}
ul.popular li a {
	color:#000000;
	text-decoration: none;
	transition: .3s;
}
ul.popular li a:hover {
	color:#626262;
	text-decoration: none !important;
}
ul.popular li a:hover img {
	opacity: 0.8;
	transition: .3s;
}

/* インスタバナー */
.btn-insta {
	width: 100%;
	background-color: #e83e0b;
	margin-bottom:5em;
	padding:30px 0;
}
.btn-insta ul {
	width: 480px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.btn-insta ul li:nth-child(1) {
	width: 70px;
}
.btn-insta ul li:nth-child(1) img {
	width: 100%;
}
.btn-insta ul li:nth-child(2) {
	width: 380px;
	font-size:2.2rem;
	line-height: 1.6;
	font-weight: 500;
	color: #FFFFFF;
}
.btn-insta p {
	width: 450px;
	margin: 1em auto 0;
	font-size:1.6rem;
	line-height: 1.6;
	font-weight: 500;
	color: #e83e0b;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 15px;
}

/*
.btn-insta:hover {
	opacity: 0.8;
	transition: .3s;
}
.btn-insta a:hover {
	text-decoration: none;
}
*/

/* 匠牧場のおおいた和牛が選ばれる理由 */
#farm {
	background-color: #eeefef;
	border-bottom: solid 2px #FFFFFF;
	padding:8em 0 12em;
}
#farm .ttl-farm{
	font-size:2.6rem;
	text-align: center;
}

#farm .reason{
	border-top: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;
	padding:3em 10em;
	margin:5em 0 10em;
}
#farm .reason p{
	text-align: center;
	font-size:1.8rem;
}

.farm-detail {
	margin-top:5em;
}
.farm-detail p.ttl {
	position: relative;
	font-size:2rem;
	border-bottom: solid 5px #d0cfcf;
	margin-bottom:1.5em;
}
.farm-detail p.ttl:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 5px #898989;
	bottom: -5px;
	width: 30%;
}



/* ===============================
	PC / Tab Style
=============================== */
@media print , screen and (min-width: 768px) {
	
	/*------ contents ------*/
	
	/* コンセプト */
	ul#connavi {
		justify-content: space-between;
	}
	ul#connavi li {
		width:265px;
		height:115px;
	}
	ul#connavi li .linkimg img {
		width:265px;
		height:115px;
	}

	/* 人気商品 */
	ul.popular.two,
	ul.popular.three {
		justify-content: space-between;
	}
	ul.popular li {
		margin-bottom:10px;
	}
	
	ul.popular li,
	ul.popular img {
		height:320px;
	}
	ul.popular.two li,
	ul.popular.two li img {
		width:420px;
	}
	ul.popular.three li,
	ul.popular.three li img {
		width:276px;
		height:240px;
	}
	ul.popular.one li,
	ul.popular.one li img {
		width:100%;
	}
	ul.popular.one li .text {
		width: 80%;
		font-size:2.2rem;
		text-align: center;
		left: 2em;
		top: 0;
		bottom: 0;
		margin: auto;	
		width: 256px;
		height: 256px;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		padding-top:60px;
	}
	ul.popular.one li .text span {
		font-size:1.6rem;
		margin-bottom:0.5em;
	}
	ul.popular.one li .text span.pc {
		width: 110px;
		margin:0.5em auto;	
	}
	ul.popular.one li .text span.pc img {
		width: 100%;
		height: 100%;
	}

	/* 匠牧場のおおいた和牛が選ばれる理由 */
	#farm .farm-detail{
		justify-content: space-between;
	}
	#farm .farm-detail .photo,
	#farm .farm-detail .photo img {
		width: 580px;
		height:320px;
	}
	#farm .farm-detail .text{
		width: 525px;
	}
	
	
}

/* ===============================
	Mobile Style
=============================== */
@media screen and (max-width: 767px) {
	
	
	/*------ main-visual ------*/
	.swiper-container {
		width: 100%;
		height:100vw;
		margin:-5vw auto 3em;
	}
	.swiper-slide {
		width:100%;
		height:100vw;
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	.swiper-slide.item1 {
	    background-image: url(https://www.takumi-farm-market.com/colorme/images/main-visual01_sp.jpg);
	}
	.swiper-slide.item2 {
	    background-image: url(https://www.takumi-farm-market.com/colorme/images/main-visual02_sp.jpg);
	}
	
	/*------ contents ------*/
	
	/* お知らせエリア */
	.info-block {
		font-size: 1.2rem;
		padding: 1em;
	}	
	.ttl-info {
		margin: 0 0 0.6em 0;
		font-size: 1.4rem;
	}

	/* コンセプト */
	ul#connavi {
		margin: 2em 0;
	}	
	ul#connavi li {
		width:85%;
		margin: 0 auto;
	}
	ul#connavi li:not(:last-child) {
		margin-bottom: 1em;
	}
	ul#connavi li .linkimg img {
		width:100%;
		height:28vw;
	}

	
	/* 人気商品 */
	ul.popular {
		display: block;
	}
	ul.popular li {
		margin-bottom:1em;
	}
	ul.popular li,
	ul.popular img {
		width: 100%;
		height:60vw;
	}
	ul.popular li .text {
		font-size:1.6rem;
		line-height: 1.6;
	}
	ul.popular li .text span {
		font-size:1.2rem;
	}
	ul.popular.one li .text,
	ul.popular.two li .text,
	ul.popular.three li .text {
		width: 90%;
		text-align: center;
		bottom:1em;
		left: 0;
		right: 0;
		margin: auto;
		border-radius: 40px;
		padding:0.3em 0;
	}
	
	/* インスタバナー */
	.btn-insta {
		width: 100%;
		padding:4vw 4vw 6vw;
		margin-bottom:3em;
	}
	.btn-insta ul {
		width: 80%;
	}
	.btn-insta ul li:nth-child(1) {
		width: 12%;
	}
	.btn-insta ul li:nth-child(1) img {
		width: 100%;
	}
	.btn-insta ul li:nth-child(2) {
		width: 84%;
		font-size: calc(100vw / 30);
		font-weight: 500;
		color: #FFFFFF;
	}
	.btn-insta p {
		width: 80%;
		margin: 0.5em auto 0;
		font-size:1.4rem;
		line-height: 1.6;
	}

	
	/* 匠牧場のおおいた和牛が選ばれる理由 */
	#farm {
		padding:5em 0;
	}
	#farm .ttl-farm{
		font-size:1.8rem;
		text-align: center;
	}

	#farm .reason{
		padding:2em 0;
		margin:3em 0 5em;
	}
	#farm .reason p{
		text-align: left;
		font-size:1.4rem;
	}

	.farm-detail {
		margin-top:4em;
	}
	.farm-detail p.ttl {
		font-size:1.8rem;
		border-bottom: solid 3px #d0cfcf;
		margin:1em 0;
	}
	.farm-detail p.ttl:after {
		border-bottom: solid 3px #898989;
		bottom: -3px;
		width: 30%;
	}
	#farm .farm-detail .photo,
	#farm .farm-detail .photo img {
		width: 100%;
		height:49vw;
	}


}
