@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url("../img/cocoryne_bg.jpg") no-repeat;
	background-attachment:fixed;
}

img {
	width: 100%;
}

#wrap {
	width: 500px;
	margin: 0 auto;
}

.cocoryne_lp {
	line-height: 0;
}

.faq {
	padding: 0 0 5em;
	background: #fff;
}

.shop {
	background: #fff1dd;
	padding-bottom: 5em;
}

.shoplist {
	border-radius: 50px;
	box-shadow: 5px 5px 5px 5px rgb(0 0 0 / 10%);
	width: 90%;
	margin: 20px auto 20px;
	text-align: center;
	line-height: 2em;
	font-size: 2em;
	font-weight: bold;
	background: #fff;
	padding: 0.5em 0;
	position: relative;
}

a,a:hover,a:active {
	text-decoration: none;
	color: #000;
}

.shoplist::before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  font-weight: 900;
  right: 20px;
	
}

.accordion {
	margin: 20px auto 0;
	border-radius: 20px;
	box-shadow: 5px 5px 5px 5px rgb(253 230 224 / 60%);
	width: 90%;
	
}

.question {
  font-size: 20px;
  font-weight: bold;
  padding: 1em;
  color: #000;
  position: relative;
	margin: 0;
}

.question span,.answer span {
	color: #ff4275;
	font-size: 24px;
	font-weight: bold;
}

.question::before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f13a';
  font-weight: 900;
  right: 20px;
  transition: 0.3s;
	color: #ff4275;
	line-height: 2em;
}

.question.open::before {
  transform: rotate(180deg);
}

.answer {
  padding: 10px 0 20px;
	margin: 0 1em;
  display: none;
	border-top: 1px solid #000;
}

div.itm_prf {
	background: #fff;
	padding: 1rem 2%;
}

.itm_prf div.leftimg {
	width: 29%;
	float: left;
}

.itm_prf div.righttxt {
	width: 63%;
	padding: 1rem 3%;
	float: left;
}

.footer {
	display: none;
}

@media screen and (max-width:767px) {
	#wrap {width: 100%;}
	.footer {  position: sticky;  bottom: 0;  left: 0;  width: 100%; display:inline-block; z-index: 999;}
	.footer_faq {width: 29%; display: inline-block; margin-left: 1%;}
	.footer_shop {width: 67%; display: inline-block;}
	body {	margin: 0;	padding: 0;	background: #fff1dd;}
	.question {  font-size: 0.9em;}
	
}