@charset "utf-8";
/* CSS Document */
/*メインここから*/
/*ここから珈琲への想い*/

.conc_omoi{
	margin-bottom:10rem;
	text-align: center;
}
.conc_omoi img{
	width: 70% auto;
}

.conc_omoi2{
	text-align: center;
}
.conc_omoi2 p{
	text-align: left;
	line-height: 2rem;
	padding: 2rem;
	background-image: url( "../img/kohi.svg");
	background-position : right 10px bottom 10px;
	background-size: 50%;
	background-repeat: no-repeat;	
	
}

/*珈琲への想いここまで*/
/*ここから珈琲道*/


.conc_dou{
	margin-bottom:10rem;
}
.conc_flexbox h4{
	font-size: bold;
	color: #641212;
}
.conc_box{
	width: 220px;
	height: 280px;
	border-radius:35% 35% 35% 35% / 35% 35% 35% 35% ;
	padding: 25px;
    margin: 0 40px 30px;
	background: #fff;
	box-sizing:border-box;
    list-style: none;
	border:2px dashed #D48037;
}
.conc_box h4{
	color: #D48037;
}
.conc_box p{
	padding-top: 0.5rem;
	line-height: 1.5rem;
}
/*ここから珈琲道ふわっと関連*/
/*==スタート時は要素自体を透過0にするためのopacity:0;を指定する==*/

.conc_box{
	opacity: 0;
}
/*==ふわっ==*/
.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	  transform: translateY(100px);
  }
  to {
    opacity: 1;
	  transform: translateY(0);
  }
}
.conc_dou{
	text-align: center;
}
.conc_dou ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.c_flex{
	margin-top: 4rem;
}
/*珈琲道ふわっとここまで*/
/*ここからこだわり*/

.conc_flexbox{
	display: flex;
	flex-wrap: wrap;
	max-width: 599px;
	display: block;
}

.conc_item {
	width:50%;
	border-radius:20% 20% 20% 20% / 20% 20% 20% 20% ;
	background-color: #fff;
	padding: 2rem;
	margin: 2rem auto;
	text-align: center;
	border-left: double 20px #EFEBE8;/*左線*/
    border-right: double 20px #EFEBE8;/*右線*/
}
.conc_item p{
	min-width: 0;
	text-align: left;
}
.conc_item img {
	max-width: 100%;
	width: 200px;
	height: auto;
}
section h3{
	text-align: center;
}
.conc_img{
	width: 100%;
	text-align: right;
}
.conc_img img{
	width: 70%;
	margin-bottom: 3rem;
}

/*メインここまで*/


/*===============メディアクエリ===============*/

/*=====PC(小）600～1024px=====*/
@media ( min-width : 600px ){
	.conc_omoi2{
	width: 100%;
}
	.conc_omoi2 img{
	width: 50%;
}
	.conc_flexbox {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	max-width: 1024px;
}
  .conc_item {
    width: 25%;
	margin: 2rem;
}	
	.conc_omoi2{
	display: flex;
	flex-direction: row-reverse;
}
	.conc_omoi p{
	background-size: 200px;
}
	.conc_img{
	width: 100%;
	text-align: right;
}
	.conc_img img{
	width: 40%;
}
	.conc_item img{
	width: 100%;
	height: auto;
}
}

/*=====PC(大）1025px以上=====*/
@media(min-width:1025px){
	.conc_omoi{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
	.conc_omoi p {
    background-size: 40%;
}
	.kodawari{
	text-align: center;
}
	.conc_img{
	text-align: right;
}
	.conc_img{
	width: 100%;
	text-align: right;
}
	.conc_img img{
	width: 30%;
}
	.conc_flexbox {
    display: flex;
    flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}
	.c_flex.delayScroll{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}}