@charset "utf-8";
#mainarea {
  margin-top: 200px;
}
/* クイックデリバリー */
.q-catch{
	background: url(../images/quick/topimg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	height: 265px;
}
.q-catch-wrap{
	position: absolute;
	top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.q-catch-wrap h2{
	font-size: 35px;
	color: #000;
}
.q-catch-wrap p{
  font-size: 18px;
  background: #fff;
  padding: 6px 10px;
  color: #c9326c;
  margin-top: 10px;
}
.q-catch-text{
	width: 86%;
	max-width: 900px;
	margin: 80px auto 0;
	border-top: 3px solid #e0f0c3;
	border-bottom: 3px solid #e0f0c3;
	padding: 40px 0;
	text-align: center;
	font-size: 20px;
	line-height: 2;
	letter-spacing: .05em;
}
.q-catch-text span{
	font-weight: bold;
}
.q-point{
	margin-top: 80px;
}
.q-point-list li{
	width: 31%;
}
.q-point-img img{
	width: 100%;
}
.q-point-icon{
	margin-top: -30px;
	text-align: center;
}
.q-point-icon img{
	width: 65px;
}
.q-point-title{
	margin-top: 10px;
	text-align: center;
	font-size: 22px;
	color: #000;
}
.q-point-text{
	margin-top: 30px;
	padding: 0 10px;
	font-size: 14px;
}
.q-area{
	margin-top: 80px;
	padding: 80px 0;
	background: #fafaf4;
}
.subP-title{
	text-align: center;
	color: #222;
	font-size: 35px;
	letter-spacing: .1em;
	font-weight: 500;
}
.q-area-first-title{
	margin-top: 60px;
}
.q-area h3{
	background: #cee8a0;
  padding: 15px 0;
  width: 300px;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  margin-left: 3em;
  position: relative;
  line-height: 1;
}
.q-area h3::before{
	content: "";
	position: absolute;
	top: 50%;
	left: -3em;
	display: block;
	background: #cee8a0;
	width: 3em;
	height: 2px;
}
.q-area-text {
  padding: 20px 5em 50px;
}
.order-bnr {
  justify-content: center;
  margin-top: 30px;
}
.order-bnr p{
	margin: 0 10px;
}
.q-product{
	margin-top: 80px;
	padding-bottom: 80px;
}
.q-product-list li{
	margin-top: 60px;
	width: 23%;
	margin-right: calc(8% / 3);
}
.q-product-list li:nth-child(4n){
	margin-right: 0;
}
.q-product-list li:nth-child(n+5){
	margin-top: 20px;
}
.more-link{
	width: 250px;
	margin: 40px auto 0;
	text-align: center;
}
.more-link a{
	font-size: 20px;
	display: block;
	padding: 4px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #cee8a0;
	color: #fff;
	border-radius: 2px;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
}
.more-link a:hover{
	color: #ffffff;
	background-color: #84aa04;
}
.more-link a:hover{
	opacity: 0.7;
}
.more-link a span{
	display: flex;
	justify-content: center;
	align-items: center;
}
.more-link a span img{
	width: 6%;
	padding-left: 10px;
}
/* 札カード */
.name-catch-text{
	width: 86%;
	max-width: 900px;
	margin: 40px auto 0;
	border-top: 3px solid #e0f0c3;
	border-bottom: 3px solid #e0f0c3;
	padding: 30px 0;
	text-align: center;
	line-height: 2;
	letter-spacing: .05em;
	font-size: 18px;
}
.marker{
 background: linear-gradient(transparent 30%, #cee8a0 30%);
	font-weight: bold;
	font-size: 20px;
}
.red{
	color: #d63009;
}
.name-img-list {
  margin: 40px 0 0;
  justify-content: center;
}
.name-img-list li{
	margin: 0 15px;
}
.name-about{
	margin-top: 60px;
	padding: 80px 0;
	background: #fafaf4;
}
.name-list li{
	border: 1px solid #888;
	background: #fff;
}
.name-list li:nth-child(n+2){
	margin-top: 60px;
}
.name-list-title{
	background: #cee8a0;
	font-size: 33px;
	color: #000;
	padding: 6px 40px;
	line-height: 1;
  align-items: center;
}
.name-list-title span:first-child{
	margin-right: 30px;
}
.name-text{
	padding: 40px 7% 60px;
	letter-spacing: .1em;
  line-height: 1.8;
  font-size: 18px;
}
.daishi-list-wrap{
	width: 86%;
	margin: 0 auto;
	padding: 40px 0;
	font-size: 18px;
}
.daishi-list{
	flex-wrap: wrap;
}
.daishi-list li{
	margin-top: 30px !important;
  width: 48%;
  display: flex;
  flex-direction: column;
  border: none;
}
.daishi-list li h4{
	font-weight: 500;
}
.daishi-list li h4 span{
	color: #fff;
	background: #b0d65f;
	display: inline-block;
	margin-right: .5em;
	padding: 5px 12px;
}
.daishi-img {
  text-align: center;
  margin-top: 30px;
}
.daishi-img img{
	border: 1px solid #888;
}
.name-data{
	margin-top: 80px;
	border: 1px solid #888;
	padding: 80px 7%;
	box-sizing: border-box;
}
.name-sub-title{
	margin-top: 40px;
	font-size: 18px;
	text-align: center;
}
.name-data h3{
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	color: #000;
	margin-top: 50px;
}
.name-data h3::before{
	content: "■";
	margin-right: .3em;
}
.name-data-text{
	margin-top: 30px;
	font-size: 18px;
}
.name-data-size{
	width: 86%;
	margin: 30px auto 0;
	font-size: 18px;
	font-weight: bold;
	background: #f9f8f1;
	padding: 20px 30px;
	letter-spacing: .1em;
}
.name-data-size span{
	display: block;
	margin-top: 10px;
}
.name-data-size span::before{
	content: "●";
	color: #b0d65f;
	margin-right: .3em;
}
.name-data-wrap{
	margin-top: 	30px;
}
.name-data-wrap p{
	display: flex;
	align-items: center;
	font-size: 18px;
	text-align: center;
	padding: 30px 0;
}
.name-data-send{
	width: 46%;
	background: #cee8a0;
	flex-direction: column;
}
.name-data-send span::before{
	content: "";
	background: url(../images/howto/icon-mail.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: .5em;
	width: 28px;
	height: 28px;
	vertical-align: middle;
}
.name-data-name{
	width: 52%;
	background: #f9f8f1;
	justify-content: center;
}
.name-data-name span::before{
	content: "●";
	color: #b0d65f;
	margin-right: .3em;
}
.name-data-name span{
	margin: 0 10px;
}
/* まとめフラワー */
.matome-catch-text{
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  letter-spacing: .1em;
}
.matome-catch-img{
	margin-top: 40px;
}
.matome-about{
	margin-top: 60px;
}
.matome-about h3{
	background: #cee8a0;
  padding: 15px 0;
	width: 450px;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  margin-left: 3em;
  position: relative;
  line-height: 1;
  color: #000;
}
.matome-about h3::before{
	content: "";
	position: absolute;
	top: 50%;
	left: -3em;
	display: block;
	background: #cee8a0;
	width: 3em;
	height: 2px;
}
.matome-about-list {
  width: 76%;
  margin: 40px auto 0;
}
.matome-about-list li{
	border-bottom: dashed 1px #ccc;
	padding:	15px;
	font-size: 16px;
}
.matome-point{
	margin-top: 80px;
	padding: 80px 0 100px;
	background: #fafaf4;
}
.matome-point-list{
	width: 86%;
	max-width: 900px;
	margin: 80px auto 0;
	flex-wrap: wrap;
}
.matome-point-list li{
	width: 47%;
	border: 1px solid #888;
	background: #fff;
	padding: 40px;
	position: relative;
	box-sizing: border-box;
}
.matome-point-list li:nth-child(n+3){
	margin-top: 60px;
}
.matome-point-list li::before{
	content: "";
  display: block;
  width: 65px;
  height: 80px;
  position: absolute;
  top: -35px;
  left: -20px;
}
.matome-point-list li:nth-child(1)::before{
  background: url(../images/matome/point01.svg) no-repeat;
  background-size: contain;
}
.matome-point-list li:nth-child(2)::before{
  background: url(../images/matome/point02.svg) no-repeat;
  background-size: contain;
}
.matome-point-list li:nth-child(3)::before{
  background: url(../images/matome/point03.svg) no-repeat;
  background-size: contain;
}
.matome-point-list li:nth-child(4)::before{
  background: url(../images/matome/point04.svg) no-repeat;
  background-size: contain;
}
.matome-gaiyou{
	width: 86%;
	max-width: 900px;
	margin: 80px auto 0;
}
.subP-title .subsub{
	display: block;
	font-size: 14px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.gaiyou-img {
  margin: 40px auto 0;
  text-align: center;
}
.sample-link{
	width: 480px;
	margin-top: 60px;
	position: relative;
}
.sample-link a{
	padding: 14px 0 8px;
	color: #393737;
}
.sample-link a::after{
	content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 5%;
  background: url(../images/common/more-bk.svg) no-repeat;
  background-size: contain;
}
.matome-product{
	margin-top: 100px;
	padding: 80px 0 100px;
	background: #f9f8f1;
	box-sizing: border-box;
}
.matome-product-list{
	flex-wrap: wrap;
	justify-content: center;
}
.matome-product-list li{
	width: 21%;
	max-width: 240px;
	margin: 80px 2% 0;
	text-align: center;
}
.matome-product-list li:nth-child(n+5){
	margin-top: 40px;
}
.matome-product-list li img{
	border-radius: 50%;
}
.matome-product-text{
	margin-top: 30px;
	font-size: 16px;
}
.matome-etc{
	margin: 100px auto 0;
	width: 86%;
}
.etc-wrap{
	width: 48%;
}
.etc-wrap h3{
	font-size: 25px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  letter-spacing: .1em;
  width: 70%;
}
.etc-wrap p{
	margin-top: 30px;
}
.matome-flow{
	width: 86%;
	max-width: 900px;
	margin: 80px auto 0;
	padding-bottom: 100px;
}
.matome-flow-list{
	width: 86%;
	margin: 60px auto 0;
}
.matome-flow-list li{
	display: flex;
}
.matome-flow-list li:nth-child(n+2){
	margin-top: 30px;
}
.step{
	background: #cee8a0;
	padding: 15px 30px;
	position: relative;
	font-size: 24px;
	color: #000;
	align-items: center;
	justify-content: center;
	border: 2px solid #cee8a0;
	border-radius: 15px 0 0 15px;
	width: 15%;
	display: flex;
	letter-spacing: .05em;
}
.step-text{
	padding: 15px 30px;
	font-size: 18px;
	align-items: center;
	border: 2px solid #cee8a0;
	border-radius: 0 15px 15px 0;
	width: 85%;
	display: flex;
	line-height: 1.4;
}
.step:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 10%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid #cee8a0;
}
.matome-flow-list li:last-child .step::before {
  content: none;
}
.matome-contact{
	padding-bottom: 100px;
}
.matome-con-wrap{
	border: 1px solid	 #222;
	padding: 50px;
	box-sizing: border-box;
	text-align: center;
	background: url(../images/matome/con-bg-l.jpg),url(../images/matome/con-bg-r.jpg);
	background-repeat: no-repeat,no-repeat;
	background-size: 17% auto,18% auto;
	background-position: left 30px bottom 30px,right 30px bottom 30px;
}
.matome-con-wrap h2{
	font-size: 23px;
}
.matome-con-wrap h2 img {
  display: block;
  margin: 0 auto;
  width: 300px;
}
.matome-tel,
.contact-wrap span{
	margin: 20px 10px;
}
/* よくあるご質問 */
.faq{
	padding-bottom: 100px;
}
.faq-anc{
	width: 86%;
	max-width: 900px;
	margin: 0 auto;
	justify-content: space-between;
	margin-top: 60px;
}
.faq-anc li{
	width: 25%;
	max-width: 200px;
	margin: 0 5px;
	text-align: center;
}
.faq-anc li:first-child{
	margin-left: 0;
}
.faq-anc li:last-child{
	margin-right: 0;
}
.faq-anc li a{
	display: block;
  color: #000;
  font-size: 18px;
  padding: 20px 0;
  box-sizing: border-box;
  background: #f9f8f1;
  position: relative;
	transition: .3s;
	box-sizing: border-box;
}
.faq-anc li a::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 0;
	position: absolute;
	top: 0;
	right: 0;
}
.faq-anc li:nth-child(1) a:after{
	border-color: transparent #ebf0ae transparent transparent;
}
.faq-anc li:nth-child(2) a:after{
	border-color: transparent #f3c499 transparent transparent;
}
.faq-anc li:nth-child(3) a:after{
	border-color: transparent #aedcee transparent transparent;
}
.faq-anc li:nth-child(4) a:after{
	border-color: transparent #d7b3c6 transparent transparent;
}
.faq-anc li a:hover{
	transition: .3s;
	transform:translateY(-3px);
}
.faq-wrap{
	width: 86%;
	max-width: 900px;
	margin: 0 auto;
}
.faq-title{
	margin-top: 60px;
  background: #f9f8f1;
  padding: 10px 1em 7px;
  color: #000;
  font-size: 25px;
  text-align: center;
}
.faq-wrap dl {
  padding: 0 15px;
}
.faq-wrap dt{
	margin-top: 20px;
  font-size: 20px;
  color: #444;
  cursor: pointer;
  border-top: 1px dashed #ccc;
  padding-top: 20px;
}
.faq-wrap dt:first-child{
	border-top: none;
	margin-top: 10px;
}
.faq-wrap dt.active{
  font-weight: bold;
}
.faq-wrap dt::before {
  content: "●";
  margin-right: .3em;
}
.faq-wrap dd{
	padding: 10px 15px;
  margin-left: 8px;
  font-size: 18px;
  display: none;
  margin-top: 10px;
}
.faq-order dt::before{
  color: #ebf0ae;
}
.faq-delivery dt::before{
  color: #f4c599;
}
.faq-pay dt::before{
  color: #aeddee;
}
.faq-product dt::before{
  color: #d6b3c6;
}
.faq-order  dd{
  border-left: 2px solid #ebf0ae;
}
.faq-delivery dd{
  border-left: 2px solid #f4c599;
}
.faq-pay dd{
  border-left: 2px solid #aeddee;
}
.faq-product dd{
  border-left: 2px solid #d6b3c6;
}
/* セルボについて */
.about-main{
	margin-bottom:110px;
}
.about-main h2{
	margin-bottom: 60px;
}
.about__bg{
	width: 100%;
	background: url(../images/top/about-bg2.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 200px 0;
	z-index: 1;
}
.about-main__txt{
	margin: 0 auto 60px;
  padding: 80px 0 40px;
  border-radius: 6px;
  font-size: 22px;
  letter-spacing: 3px;
  line-height: 2.2;
  text-align: center;
  color: #000;
}
.about-main__point{
	width: 78%;
	margin: 0 auto;
}
.about-main__point li{
	width: 32%;
	margin-right:2%;
	text-align: center;
}
.about-main__point li:last-child{
	margin-right: 0;
}
.about-main__catch{
	font-size: 20px;
	line-height: 1.4;
	color: #000;
	letter-spacing: 4px;
	margin-top: 10px;
}
.about-sub {
  -ms-align-items: center;
  align-items: center;
  background: #f5f5f5;
  padding: 80px 0;
}
.about-sub__img{
	width: 45%;
	margin-right: 5%;
}
.about-main__img img {
  width: 80%;
}
.about-main__img::after{
	content: "";
	display: block;
	background: url(../images/top/point-green.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 70px;
	height: 44px;
	margin: 20px auto 0;
}
.about-sub__desc{
	width: 45%;
	margin-right: 5%;
	letter-spacing: 3px;
}
.about-sub__ttl{
	font-size: 30px;
	line-height: 1.6;
	margin-bottom: 40px;
}
.about-sub__txt{
	margin-bottom: 20px;
	font-size: 16px;
}
/* access */
.access{
	margin-bottom: 60px;
}
.access__bg{
	width: 100%;
	background: url(../images/top/access-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 200px 0;
	z-index: 1;
	margin-bottom: 80px;
}
.access h2{
	margin-bottom: 40px;
}
.access__guide{
	width: 95%;
	margin: 0 auto;
	max-width: 1030px;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.access__map{
	width: 45%;
	margin-right: 7%;
}
.access__address{
	width: 45%;
}
.access__shopname{
	font-size: 27px;
	margin-bottom: 20px;
}
.access__address dl dt{
	width: 20%;
	margin-bottom: 10px;
}
.access__address dl dd{
	width: 80%;
}
/* お買い物ガイド */
.guide {
  padding-bottom: 80px;
}
.guideitem h3 {
  background: #f9f8f1;
  margin-top: 40px;
  padding: 10px 1em 7px;
  font-size: 18px;
}
.guideitem h4 {
  padding: 0 1em;
  margin-top: 20px;
  font-size: 16px;
}
.guideitem h4::before {
  content: "●";
  margin-right: .3em;
  color: #cfe8a0;
}
.guide-text {
  padding: 15px 1em 0 2.5em;
}
.guideitem .red {
  font-weight: bold;
  
}
.guideitem p img {
  padding: 15px 1em 0 2.5em;
}
.guide-timetable img{
	width: 300px;
}
.guide-card img{
	width: 160px;
}
.delivery-price {
  margin: 15px 1em 0 2.5em;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.delivery-price th {
  padding: 5px 15px;
  font-weight: 500;
  border: 1px solid #ccc;
  background: #f9f8f1;
  font-size: 14px;
}
.delivery-price td {
  padding: 5px 15px;
  border: 1px solid #ccc;
  font-size: 14px;
}
.guide-list {
  margin: 15px 1em 0 2.5em;
}
.subscribe,
.other-link {
  margin: 15px 1em 0 2.5em;
}
.subscribe a,
.other-link a {
  display: block;
  background: #cee8a0;
  padding: 10px 0 8px;
  text-align: center;
  border-radius: 2px;
  letter-spacing: .1em;
  font-size: 14px;
}
.subscribe a{
  width: 220px;
}
.other-link a {
  width: 260px;
}
.subscribe a:hover,
.other-link a:hover {
  color: #fff;
  background-color: #84aa04;
}
.other-link{
	display: flex;
}
.other-link span{
	margin-right: 1em;
}
/* まとめサンプルページ */
.matome-sample-catch-text{
	font-size: 16px;
  padding: 30px 5%;
  box-sizing: border-box;
  border-radius: 4px;
  width: 86%;
  max-width: 900px;
  margin: 80px auto 0;
  border-top: 3px solid #e0f0c3;
  border-bottom: 3px solid #e0f0c3;
}
.matome-sample-img{
	margin: 60px auto;
  text-align: center;
  width: 60%;
}
.matome-sample-img img {
  border: 1px solid #ccc;
}
/* まとめフラワー投稿 */
.exclusiveuse h2{
	margin-bottom: 60px;
}
.exclusiveuse-info{
	justify-content: space-between;
}
.senyou-logo,
.senyou-info {
  width: 48%;
}
.senyou-logo img{
	width: 100%;
}
.senyou-add{
	margin-top: 10px;
  font-size: 16px;
}
.senyou-name{
	font-size: 22px;
}
.period-title{
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
.period-title::before{
	content: "●";
	color: #cee8a0;
	margin-right: .3em;
}
.senyou-period,
.senyou_delivery{
	margin-top: 5px;
	font-size: 18px;
	color: #c9326c;
	font-weight: bold;
}
.senyou_message{
	margin-top: 30px;
	background: #f5f5f5;
	padding: 30px;
	border-radius: 4px;
}
.senyou_com{
	margin-top: 20px;
	background: #fafaf4;
	padding: 30px;
	border-radius: 4px;
}
.senyou-imgs{
	flex-wrap: wrap;
	margin-top: 20px;
}
.senyou-imgs li{
	width: 32%;
	margin-right: 2%;
}
.senyou-img-title{
	font-size: 22px;
	margin-top: 40px;
}
.senyou-imgs li img{
	width: 100%;
}
.senyou-imgs li:nth-child(3n){
	margin-right: 0;
}
.senyou-imgs li:nth-child(n+4){
	margin-top: 20px;
}
/* オーダーフォーム */
#matome-order {
  margin-top: 50px;
}
.senyou-order{
	margin-top: 100px;
  padding-bottom: 100px;
}
.senyou-order form{
	width: 80%;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 40px 60px 60px;
}
.senyou-order-tit{
	margin-top: 30px;
	font-weight: bold;
	font-size: 20px;
}
.hissu{
	background: #c9326c;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  margin-left: .5em;
  border-radius: 3px;
  vertical-align: middle;
}
.title-sho{
	font-size: 14px;
}
.senyou-order-add input{
  padding: 5px 10px;
  margin-top: 10px;
}
.add-sub{
	margin-top: 10px;
}
.senyou-order-add select{
	width: 200px;
  font-size: 16px;
  padding: 5px 10px;
	margin-top: 10px;
}
.senyou-order-add input,
.senyou-order-text input,
.senyou-order-text textarea{
	width: 100%;
	max-width: 600px;
  font-size: 16px;
  padding: 5px 10px;
  margin-top: 10px;
}
.zip1{
	width: 60px !important;
}
.zip2{
	width: 80px !important;
}
.senyou-order-tel input{
	width: 80px;
  padding: 5px 10px;
  margin-top: 10px;
}
.senyou-order-select{
	margin-top: 10px;
}
.senyou-order-select input{
  margin: 10px 5px 0 10px;
}
.senyou-order-submit{
	width: 250px;
  margin: 40px auto 0;
  text-align: center;
}
.senyou-order-submit input{
	width: 100%;
  font-size: 20px;
  display: block;
  padding: 6px 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #cee8a0;
  color: #fff;
  border-radius: 2px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  border: 0;
}
/* 注意書き */
.howtoorder {
  margin-top: 20px;
  padding: 30px;
  background: #fef4f4;
  border-radius: 4px;
}
.howtoorder p {
  margin-top: 10px;
}
.howtoorder p:first-child{
	margin-top: 0;
}
.howtoorder p span {
  font-weight: bold;
  display: block;
  color: #c40000;
  margin-bottom: 5px;
}
/* 送信完了画面 */
.order-fin-text {
  margin: 30px auto 0;
  padding: 30px;
  background: #f1d0d0;
  width: 98%;
  font-size: 26px;
	box-sizing: border-box;
}
.order-fin-text span {
  font-weight: bold;
  color: #cc0100;
}
.price-list {
  display: flex;
  flex-wrap: wrap;
  font-family: "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  color: #222;
}
.price-list li {
  width: 32%;
  margin: 40px 2% 0 0;
}
.price-list li:nth-child(3n){
	margin-right: 0;
}
.cartjs_product_img {
  margin: 0 0 10px !important;
  padding: 0 !important;
}
.cartjs_product_table table {
  width: 100% !important;
  border: none !important;
}
.cartjs_product_table table th,
.cartjs_product_table table td{
  border: none !important;
  padding: 5px 0 !important;
}
.cartjs_product_table table td{
	text-align: right;
}
.cartjs_product_name {
    font-size: 18px !important;
}
.cartjs_cart_in input[type="submit"] {
  width: 100%;
  border: none;
  padding: 8px 0;
  background: #da5d45;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
	transition: .5s;
}
.cartjs_cart_in input[type="submit"]:hover{
	opacity: .8;
	transition: .5s;
}
.order-link-detail a {
  width: 94%;
  border: none;
  padding: 8px 0;
  background: #809f47;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: .1em;
}
@media screen and (max-width: 1100px){
.price-list {
  justify-content: space-between;
}
.price-list li {
  width: 32%;
  margin: 40px 0 0 0;
}
}
/* 戻るボタン */
.return-link a {
	width: 480px;
  margin: 20px auto 0;
  font-size: 20px;
  display: block;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #cee8a0;
  border-radius: 2px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  padding: 12px 0 10px;
}
.return-link a:hover {
	opacity: 0.7;
  color: #ffffff;
  background-color: #84aa04;
}
.return-link.ret-mgb {
  margin-bottom: 60px;
}

