@charset "UTF-8";
/* CSS Document */


/*buttonタグのデフォルト打ち消し*/
a:hover{
	color: #291204;
	opacity: 0.7;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.kv{
	margin: 0 auto 15px;
}
.column_tmp01 img{
	width: 100%;
}

/*chococil_wrapper*/
.chococil_wrapper{
	font-feature-settings: "palt";
    line-height: 2;
    font-size: 14px;
    letter-spacing: 0.05em;
}


/*font*/
.fo_serif{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.bold{
	font-weight: bold;
}

/*KV〜intro*/
.cp_logo{
	width: 50%;
    margin: 0 auto 10px;
}
.chococil_kv{
	color: #5f2909;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.08em;
}
.chococil_kv .ttl{
	width: 90%;
	margin: 0 auto;
}
.chococil_kv span{
	font-size: 18px;
}
.intro_text{
	text-align: center;
	font-size: 16px;
	margin: 40px auto;
	font-weight: 500;
	line-height: 2.2;
}
.bg_gray{
	background-color: #f0efec;
	padding-bottom: 1px;
}
.pagelink_wrap{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
}
.pagelink_wrap a{
	display: block;
	width: 27%;
}

/*スペシャルセット*/
#link_01{
	margin: 80px auto;
}
.komidashi{
	width: 32%;
    margin: 0 auto 25px;
}
.komidashi02{
	width: 25%;
    margin: 0 auto 25px;
}
.komidashi_ttl{
	text-align: center;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.06em;
}
.product_img{
	margin: 30px 60px 30px;
}
.pro_text{
	text-align: center;
	margin: 15px auto;
}
.buy_btn{
	display: block;
    width: 35%;
    margin: 30px auto 5px;
}
.delivery{
	font-size: 13px;
    text-align: center;
    color: #E20B16;
}

/*おすすめペアリング*/
.pairwrap{
	background-color: #fff;
    border: 1px solid #b78a3a;
	padding: 40px 0;
    margin: 45px 20px 55px;
	position: relative;
}
.pairwrap02{
	background-color: #fff;
    border: 1px solid #b78a3a;
	padding: 40px 0 30px;
    margin: 60px 20px 40px;
	position: relative;
}
.clip{
	width: 50px;
	position: absolute;
	top: -2%;
	left: 50%;
  	transform: translateX(-50%);
}
.clip02{
	width: 50px;
	position: absolute;
	top: -5%;
	left: 50%;
  	transform: translateX(-50%);
}
.komidashi_02{
	text-align: center;
    color: #974412;
    font-size: 22px;
    line-height: 1.5;
}
.komidashi_02 span{
	font-size: 18px;
}
.line{
	width: 80%;
    margin: 15px auto 30px;
}
.choco_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 50px;
}
.choco_text{
	width: 640px;
	margin-left: 20px;
}
.kakeru{
	color: #b78a3a;
    font-size: 50px;
    text-align: center;
    line-height: 0;
    margin: 10px auto 50px;
}
.strip_bg{
	width: 325px;
	padding: 20px 20px;
	background-size: auto auto;
	background-color: rgba(246, 240, 234, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 7px, rgba(247, 243, 239, 1) 7px, rgba(247, 243, 239, 1) 12px );
	box-shadow: 5px 5px 0px 0px rgba(183, 138, 58, 0.3);
}
.pair_wrap{
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
}
.pair_num{
	color: #b78a3a;
    border-bottom: 1px solid #b78a3a;
    width: 85px;
    text-align: center;
    margin-bottom: 15px;
}
.pair_ex{
	text-align: left;
}
.pair_ex02{
	text-align: left;
    margin-left: -25px;
}
.pair_ex dd{
	line-height: 1.8;
}
.pair_ex02 dd{
	line-height: 1.8;
}
.tea_name{
	font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.tea_img{
	width: 200px;
	margin: 0 auto;
}
.pair_inner{
	display: flex;
	padding: 0 30px 0 0;
}
.tea_img02{
	width: 490px;
}

/*チョコシルについて*/
#link_03{
	margin: 80px auto;
}
.chococil_logo{
	width: 27%;
	margin: 40px auto 30px;
}
.chococil_ex{
	text-align: center;
	margin: 30px auto;
}
.chococil_link{
	text-align: center;
	margin: 30px auto;
}





/*--------------------------------------tablet*/
@media screen and (min-width: 768px) and  (max-width: 1280px){

	
}

/*--------------------------------------SP*/
@media screen and (max-width: 750px){
	.chococil_wrapper{
		line-height: 1.8;
	}
	.cp_logo{
		width: 80%;
		margin: 10px auto;
	}	
	.chococil_kv{
		font-size: 26px;
		letter-spacing: 0.05em;
        line-height: 1.4;

	}
	.line_sp{
		margin: 15px auto;
	}
	.intro_text{
		font-size: 15px;
		line-height: 1.8;
	}
	.pagelink_wrap{
		width: 100%;
	}
	.komidashi{
		width: 60%;
		margin: 0 auto 15px;
	}
	.komidashi02{
		width: 45%;
		margin: 0 auto -15px;
	}
	.komidashi_ttl{
		font-size: 20px;
    	line-height: 1.5;
	}
	.product_img{
		margin: 20px 10px 30px;
	}
	.buy_btn{
		width: 70%;
	}
	.komidashi_02{
		font-size: 18px;
	}
	.pairwrap{
		padding: 30px 10px;
		margin: 35px 10px 40px;
	}
	.line{
		width: 100%;
	}
	.choco_wrap{
		display: block;
        padding: 0 10px;
	}
	.choco_text{
		width: 100%;
		margin: 10px auto;
	}
	.kakeru{
		font-size: 30px;
		margin: 15px auto;
	}
	.pair_wrap{
		display: block;
        margin: 25px auto;
        padding: 0 5px;
	}
	.pairwrap02{
		margin: 35px 10px;
		padding: 40px 10px;
	}
	.strip_bg{
		width: 100%;
        margin: 0 0 15px;
	}
	.clip{
		width: 40px;
		top: -15px;
	}
	.clip02{
		width: 40px;
		top: -15px;
	}
	.pair_inner{
		display: block;
        padding: 0 10px;
	}
	.tea_img02{
		width: 200px;
		margin: 0 auto;
	}
	.pair_ex02{
		margin-left: 0;
	}
	.chococil_logo{
		width: 50%;
	}
	.chococil_ex{
		padding: 0 10px;
		text-align: left;
	}
	
	
	
	
	
	
	
	
	
	
	
	}