@charset "utf-8";

#keyVisual{
	background: url("../img/keyvisual_pc.jpg") no-repeat right center / cover;
}

#contentsBlock > section{
	margin: 100px 0;
}

section .contents{
	text-align: left;
}

section .color{
	color: #001555;
	font-weight: 700;
}

.contents .lead{
	line-height: 2;
}

.hd02::before{
	top: calc(100% / 2 - -6px);
}

.notes{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.6rem;
}

.com-btn.search{
	text-align: center;
	background: #4d4497;
	color: #fff;
	cursor: pointer;
	font-size: 1.8rem;
	padding-right: 0;
}
.com-btn.search:hover{
	background: #fff;
	color: #4d4497;
}
.com-btn.search::after{
	content: "\f002";
	font-size: 1.2em;
	font-family: 'FontAwesome';
	width: auto;
	height: auto;
	top: 0;
}


@media screen and (max-width: 1024px){
	#keyVisual{
		background-position: 82% center;
	}
}
@media screen and (max-width: 768px){
	#keyVisual{
		background: url("../img/keyvisual_sp.jpg") no-repeat right center / cover;
	}
	#contentsBlock > section{
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px){
	.notes{
		font-size: 1.4rem;
	}
}
/* ------------------------------------------------------------------------ */

/*  ご注文方法

/* ------------------------------------------------------------------------ */

.sec_donation .hd01{
	margin-bottom: 25px;
}

.cnt-top .com-btn{
	margin: 60px auto 0 0;
}

.cnt-method{
	margin-top: 60px;
}

.cnt-method .inner{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

.cnt-method .list{
	margin-top: 48px;
	gap: 20px;
}

.cnt-method .indent{
	font-size: 1.6rem;
	font-weight: 400;
	margin-top: 1em;
	line-height: 2;
}

@media screen and (max-width: 768px){
	.cnt-top .com-btn{
		margin-top: 40px;
	}
	
	.cnt-method .list{
		flex-direction: column;
		margin-top: 25px;
	}
}

/* ------------------------------------------------------------------------ */

/*  検索ボックス

/* ------------------------------------------------------------------------ */
.sec_search{
	margin-top: 120px;
}

#box-search{
	background: #efedfa;
	padding: 80px 0;
}

#box-search form{
	background: #fff;
	border: solid 1px #4d4497;
	padding: 79px 38px;
}

#box-search .container + .container{
	margin-top: 80px;
}

#box-search .hd02 span::before{
	content: "";
	display: inline-block;
	margin-right: 10px;
}
#box-search .hd02.kinds span::before{
	background: url("../img/icon_flower.svg") no-repeat center / contain;
	width: 42px;
	height: 52px;
	transform: rotate(-15deg);
	vertical-align: bottom;
}
#box-search .hd02.amount span::before{
	background: url("../img/icon_money.svg") no-repeat center / contain;
	width: 40px;
	height: 55px;
	vertical-align: bottom;
}

#box-search dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#box-search dl + dl{
	margin-top: 30px;
}

#box-search dl dt{
	flex-shrink: 0;
	font-weight: 700;
	width: 189px;
	cursor: pointer;
}

#box-search .tag{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

#box-search label{
	background: #efedfa;
	color: #4d4497;
	padding: 0 10px;
	min-width: 142px;
	display: inline-block;
	text-align: center;
	font-size: 1.6rem;
	line-height: 36px;
	border-radius: 4px;
}

#box-search input:checked + label{
	color: #fff;
	background: #4d4497;
}

#box-search .amount + .tag label{
	padding: 0 44px;
}

@media screen and (max-width: 768px){
	.sec_search{
		margin-top: 60px;
	}
	
	#box-search{
		padding: 60px 0;
	}
	#box-search .container + .container{
		margin-top: 60px;
	}
	#box-search form{
		padding: 25px 20px;
	}
	.com-btn.search{
		margin-top: 30px;
	}
	
}
@media screen and (max-width: 767px){
	.hd02::before{
		top: calc(100% / 2);
	}
	#box-search .hd02.kinds span::before{
		width: 29px;
		height: 39px;
	}
	#box-search .hd02.amount span::before{
		width: 29px;
		height: 40px;
	}
	#box-search dl dt{
		width: 96px;
	}
	#box-search label{
		font-size: 1.4rem;
		min-width: 78px;
	}
	#box-search .amount + .tag label{
		padding: 0 14px;
	}
}



/* ------------------------------------------------------------------------ */

/*  結果エリア

/* ------------------------------------------------------------------------ */

#box-result{
	padding-top: 120px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 48px 40px;
}

#box-result li{
	max-width: 270px;
}

#box-result .ttl{
	margin-top: 15px;
}

#box-result .price{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
	gap: 5px 10px;
	flex-wrap: wrap;
}

#box-result .label{
	background: #efedfa;
	color: #4c4398;
	font-size: 1.4rem;
	min-width: 76px;
	flex-shrink: 0;
	text-align: center;
	line-height: 22px;
}

#box-result .yen{
	color: #000;
	font-weight: 400;
}


@media screen and (max-width: 768px){
	#box-result{
		padding-top: 60px;
		gap: 48px 20px;
	}
}

@media screen and (max-width: 767px){
	#box-result{
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 10px;
		max-width: 550px;
		width: 100%;
		margin: 0 auto;
	}
	#box-result .label{
		font-size: 1.2rem;
	}
	#box-result .ttl,
	#box-result .price{
		margin-top: 6px;
	}
	#box-result .price{
		
	}
}



/* ------------------------------------------------------------------------ */

/*  お届け・お支払いについて

/* ------------------------------------------------------------------------ */

#contentsBlock .sec_delivery{
	margin-top: 160px;
}
.sec_delivery .hd01 {
	margin-bottom: 25px;
}
.sec_delivery .container{
	margin-top: 100px;
	font-size: 1.6rem;
}

.sec_delivery .container ul{
	margin-top: 40px;
	line-height: 2;
}

@media screen and (max-width: 768px){
	#contentsBlock .sec_delivery{
		margin-top: 100px;
	}
	.sec_delivery .container{
		margin-top: 60px;
	}
	.sec_delivery .container ul{
		margin-top: 20px;
	}
}





