@charset "Shift_JIS";
/* --------------------------------------------------------------------
	初めてご利用のお客様へ
--------------------------------------------------------------------- */
/* ------------------
	reset
------------------ */
div.container_ div.contents_, div.container_ div.contents_ div.mainframe_ {
  width: 100%;
  color: #222;
}
div.container_ div.contents_ div.mainframe_inner_ {
  width: 1220px;
  margin: 50px auto 0;
}
 div.container_ div.contents_ div.mainframe_ .leftmenuframe_, #pickup_ctg {
  display: none;
}
/* ------------------
	common
------------------ */
.box_area_ h2 {
  font-size: 34px;
  font-weight: 600;
  color: #222;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto 35px;
}
.box_area_ h2 span {
  position: relative;
}
.box_area_ h2 span:before {
  content: "";
  position: absolute;
  left: -45px;
  top: 0;
  margin: auto;
  width: 27px;
  height: 43px;
  background: url(/img/usr/freepage/beginner2/title_l.png) center top no-repeat;
}
.box_area_ h2 span:after {
  content: "";
  position: absolute;
  right: -45px;
  top: 0;
  margin: auto;
  width: 27px;
  height: 43px;
  background: url(/img/usr/freepage/beginner2/title_r.png) center top no-repeat;
}
.box_area2_ h2 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto 25px;
}
.box_area2_ h2 span.title_inner {
  position: relative;
}
.box_area2_ h2 span.title_inner:before {
  content: "";
  position: absolute;
  left: -45px;
  top: 5px;
  margin: auto;
  width: 33px;
  height: 89px;
  background: url(/img/usr/freepage/beginner2/title2_l.png) center top no-repeat;
}
.box_area2_ h2 span.title_inner:after {
  content: "";
  position: absolute;
  right: -45px;
  top: 5px;
  margin: auto;
  width: 33px;
  height: 89px;
  background: url(/img/usr/freepage/beginner2/title2_r.png) center top no-repeat;
}
.box_area2_ h2 span.title_txt1 {
  display: block;
  font-size: 36px;
  font-weight: 600;
}
.box_area2_ h2 span.title_txt2 {
  color: #ffdd80;
}
.box_area_ p, .box_area2_ p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 2.1;
}
.box_area2_ p {
  color: #fff;
}
.box_area_ p.sub_title {
  font-size: 30px;
  color: #485f66;
  margin: 0 0 10px;
}
p.customer_btn {
  display: flex;
  width: 350px;
  margin: 50px auto 70px;
}
p.customer_btn a {
  position: relative;
  width: 380px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
  background: #485f66;
  border-radius: 5px;
  display: block;
}
p.customer_btn a:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 1px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
p.customer_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ------------------
	contents
------------------ */
h2.main_title {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 45px;
  padding: 60px 0 40px;
  border-bottom: 2px solid #485f66;
}
h2.main_title span {
  padding: 0 0 0 50px;
  background: url(/img/usr/freepage/beginner2/main_title_icon.png) center left no-repeat;
}
p.main_txt {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 2.1;
}
p.main_txt span {
  display: block;
  font-size: 24px;
  color: #485f66;
  letter-spacing: 1px;
  margin: 0 0 5px;
}
/* -----珈琲問屋とは----- */
#howto {
  min-height: 500px;
  margin: 50px 0 0;
  padding: 80px 0 90px;
  background: url(/img/usr/freepage/beginner2/howto_bg.png) center top no-repeat;
}
#howto .howto_inner_ {
  width: 1050px;
  height: 500px;
  margin: 35px auto 0;
  background: url(/img/usr/freepage/beginner2/howto_txt_bg.png) center top no-repeat;
}
#howto .howto_list_ {
  display: flex;
  padding: 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
}
#howto .howto_list_ li {
  width: 280px;
  text-align: center;
  margin: 0 35px;
}
#howto .howto_list_ li img {
  display: block;
  margin: 0 auto 5px;
}
#howto .howto_list_ li img:last-of-type {
  margin: 15px auto;
}
#howto .howto_list_ li.flist_co01 span, #howto .howto_list_ li.flist_co03 span, #howto .howto_list_ li.flist_co05 span {
  color: #8dc4d4;
}
#howto .howto_list_ li.flist_co02 span, #howto .howto_list_ li.flist_co04 span {
  color: #ccb696;
}
#howto .howto_list_ li p {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}
/* -----珈琲問屋オンラインストア----- */
#online .point_list_ {
  display: flex;
  justify-content: center;
  padding: 70px 0 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
}
#online .point_list_ li {
  position: relative;
  width: 260px;
  text-align: center;
  margin: 0 30px;
  padding: 35px 20px 20px;
  background: #f5f5f5;
}
#online .point_list_ li p {
  font-weight: 500;
  text-align: left;
  line-height: 1.7;
  margin: 15px 0 0;
  padding: 25px 0 0;
  background: url(/img/usr/freepage/beginner2/point_line.png) center top no-repeat;
}
#online .point_list_ li img.point_icon {
  position: absolute;
  top: -20px;
  left: -20px;
}
/* -----お試しセチE----- */
#trial {
  min-height: 726px;
  margin-top: -30px;
  margin-bottom: 40px;
  padding: 100px 0 0;
  background: url(/img/usr/freepage/beginner2/trial_bg.png) center top repeat-x;
}
#trial .trial_item_ {
  position: relative;
  display: flex;
  width: 1020px;
  margin: 35px auto 0;
  padding: 20px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
#trial .trial_item_:after {
  content: "";
  position: absolute;
  right: -62px;
  top: -62px;
  margin: auto;
  width: 133px;
  height: 133px;
  /*background: url(/img/usr/freepage/beginner2/trial_price_icon.png) center top no-repeat;*/
}
#trial .trial_item_ .item_box {
  width: 100%;
}
#trial .trial_item_ .item_box p {
  line-height: 1.7;
}
#trial .trial_item_ h3.item_name {
  font-size: 30px;
  font-weight: 600;
}
#trial .trial_item_ p.item_price {
  font-size: 30px;
  color: #ff0000;
  letter-spacing: 0;
}
#trial .trial_item_ p.item_txt {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin: 0 auto 20px;
}
#trial .trial_item_ p.item_btn {
  display: flex;
  width: 350px;
  margin: auto;
}
#trial .trial_item_ p.item_btn a {
  position: relative;
  width: 350px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
  background: #485f66;
  border-radius: 5px;
  display: block;
}
#trial .trial_item_ p.item_btn a:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 1px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#trial .trial_item_ p.item_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* -----コーヒEランキング----- */
#ranking {
  min-height: 633px;
  background: url(/img/usr/freepage/beginner2/ranking_bg.png) center 170px no-repeat;
}
#ranking .ranking_item_ {
  position: relative;
  display: flex;
  width: 1120px;
  margin: 35px auto 0;
  padding: 40px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: left;
  background: #f5f5f5;
}
#ranking .ranking_item_ .ranking_box {
  width: calc(100% - 40px);
  margin: 0 0 0 40px;
}
#ranking .ranking_item_ .ranking_box p {
  text-align: left;
  line-height: 1.7;
}
#ranking .ranking_item_ h3.ranking_name {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  padding: 6px 30px 3px;
  background: #709aa6;
}
#ranking .ranking_item_ p.ranking_price {
  font-size: 24px;
  color: #ff0000;
  text-align: right;
  letter-spacing: 0;
  margin: 10px 0;
}
#ranking .ranking_item_ p.ranking_price .ranking_tax {
  font-size: 16px;
}
#ranking .ranking_item_ p.ranking_txt {
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 15px;
}
#ranking .ranking_item_ ul.ranking_recipe {
  font-size: 14px;
  margin: 0 auto 30px;
  padding: 1px 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
#ranking .ranking_item_ ul.ranking_recipe li {
  margin: 5px 0 4px;
}
#ranking .ranking_item_ ul.ranking_recipe li span {
  font-weight: bold;
}
#ranking .ranking_item_ p.ranking_btn {
  display: flex;
  width: 380px;
  margin: auto;
}
#ranking .ranking_item_ p.ranking_btn a {
  position: relative;
  width: 380px;
  height: 70px;
  font-size: 24px;
  font-weight: 600;
  line-height: 74px;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
  /*padding: 0 0 0 80px;*/
  background: #ff683a;
  border-radius: 5px;
  display: block;
}
#ranking .ranking_item_ p.ranking_btn a:after {
  content: "";
  position: absolute;
  left: 70px;
  top: 1px;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  /*background: url(/img/usr/freepage/beginner2/cart_icon.png) center top no-repeat;*/
}
#ranking .ranking_item_ p.ranking_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* No.1 */
#ranking .ranking_item_.ranking_no1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(/img/usr/freepage/beginner2/ranking_no1_icon.png) center top no-repeat;
}
/* No.2~(reset) */
#ranking .ranking_column {
  display: flex;
  width: 1200px;
  margin: 0 auto 110px;
}
#ranking .ranking_column .ranking_item_ {
  display: block;
  width: 600px;
  margin: 60px auto 0;
  padding: 0 40px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: left;
  background: #fff;
}
#ranking .ranking_column .ranking_item_ .ranking_box {
  position: relative;
  width: calc(100% - 15px);
  margin: 0 0 0 15px;
}
#ranking .ranking_column .ranking_item_ .ranking_item_inner_ {
  display: flex;
  position: relative;
  margin: 18px 0 0;
}
#ranking .ranking_column .ranking_item_ h3.ranking_name {
  font-size: 24px;
  padding: 6px 15px 3px;
}
#ranking .ranking_column .ranking_item_ p.ranking_price {
  margin: 0;
}
#ranking .ranking_column .ranking_item_ p.ranking_txt {
  letter-spacing: 0;
  padding: 0 0 60px;
}
#ranking .ranking_column .ranking_item_ ul.ranking_recipe {
  position: absolute;
  bottom: 0;
  left: 0;
  letter-spacing: 0;
  width: 100%;
  margin: 0 auto;
}
#ranking .ranking_column .ranking_item_ .ranking_item_inner_.ranking_no2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background: url(/img/usr/freepage/beginner2/ranking_no2_icon.png) center top no-repeat;
}
#ranking .ranking_column .ranking_item_ .ranking_item_inner_.ranking_no3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background: url(/img/usr/freepage/beginner2/ranking_no3_icon.png) center top no-repeat;
}
#ranking .ranking_column .ranking_item_ p.ranking_btn {
  width: 300px;
  margin: 30px auto 0;
}
#ranking .ranking_column .ranking_item_ p.ranking_btn a {
  width: 300px;
  height: 60px;
  font-size: 20px;
  line-height: 64px;
  letter-spacing: 2px;
  /*padding: 0 0 0 50px;*/
}
#ranking .ranking_column .ranking_item_ p.ranking_btn a:after {
  content: "";
  position: absolute;
  left: 50px;
  top: 1px;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  /*background: url(/img/usr/freepage/beginner2/cart_icon.png) center top no-repeat;
	background-size: cover;*/
}

img {
  height: auto;
}

.point-nav {
  margin: 70px auto 0;
}

.point-nav .nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 910px;
}

.point-nav .nav-item {
  margin-bottom: 20px;
  width: 440px;
}

.point-nav .nav-item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f5f5f5;
}

.point-nav .nav-item a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.point-nav .nav-item a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 1px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #485f66;
  border-right: 2px solid #485f66;
}

.point-nav .nav-item a.arrow-d::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.point-nav .nav-item a.arrow-r::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.point-nav .nav-item:nth-child(even) {
  margin-left: auto;
}

.point-nav .nav-item .image img {
  width: 120px;
}

.point-nav .nav-item .text {
  flex: 1;
  margin-left: 30px;
}

.point-nav .nav-item .text .title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #709aa6;
}

.point-nav .nav-item .text p {
  text-align: left;
  line-height: calc(26 / 16);
}

.point-nav .nav-item .text p .em {
  color: #7b7060;
}

.point {
  padding-bottom: 100px;
  background: url(/img/usr/freepage/beginner2/bg-point_over.png),url(/img/usr/freepage/beginner2/bg-point.jpg);
	background-repeat: no-repeat,repeat;
	background-position: top 90px center,top center;
}

.point::before {
  content: '';
  background: url(/img/usr/freepage/beginner2/bg-point_over.png) no-repeat top center;
}

.point .inner {
  margin: 0 auto;
  padding: 80px 0 0;
  width: 1060px;
}

.point-section .section-title {
  padding: 10px;
  background-color: #709aa6;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 1;
}

.point-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
}

.point-box .box-item {
  margin: 0 57px 50px 0;
  width: 300px;
}

.point-box .box-item:nth-child(3n) {
  margin-right: 0;
}

.point-box::after{
  content:"";
  display: block;
  width: 300px;
}

.point-box .box-title {
  position: relative;
  padding: 15px 0;
  background-color: #7b7060;
  color: #fff;
}

.point-box .box-title img {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 80px;
  height: 82px;
}

.point-box .box-title p {
  font-size: 20px;
  line-height: calc(26 / 20);
}

.point-box .box-text {
  padding: 30px 18px;
  height: 160px;
  background-color: #fff;
  box-sizing: border-box;
}

.point-box .box-text p {
  text-align: left;
}

.point-section .img-wrap {
  margin-top: 30px;
}

.btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px auto 0;
}

.btn-wrap a {
  margin: 0 auto 20px;
}

.btn-wrap a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-wrap a:last-child {
  margin-bottom: 0;
}

.btn-customer {
  position: relative;
  width: 380px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #485f66;
  border-radius: 5px;
  display: block;
}

.btn-customer:link,
.btn-customer:visited {
  color: #fff;
}

.btn-customer::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 1px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-onlinestore {
  position: relative;
  border: #485f66 1px solid;
  border-style: inset;
  width: 380px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  color: #485f66;
  background: #fff;
  border-radius: 5px;
  display: block;
}

.btn-onlinestore:link,
.btn-onlinestore:visited {
  color: #485f66;
}

.btn-onlinestore::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 1px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #485f66;
  border-right: 2px solid #485f66;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}