@charset "UTF-8";

/*============================================================
point
==============================================================*/
.l-category_point {
  background: #FFDE00;
  padding-bottom: 40px;
}

.l-point-mv {
  width: 92%;
  margin: auto;
  padding-top: 35px;
}

.l-point-mv_img {
  width: 100%;
  height: auto;
}

.l-category_point .c-title_cate {
  margin-top: 20px;
}

.l-category_point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 25px;
}

.l-category_point-list_item {
  width: 47%;
  margin-bottom: 20px;
}

.l-category_point-list_item_box {
  display: flex;
  flex-wrap: wrap;
}

.l-category_point-list_item:nth-child(1) .l-category_point-list_item_box,
.l-category_point-list_item:nth-child(2) .l-category_point-list_item_box {
  flex-direction:row-reverse;
}

.l-category_point-list_item_img {
  width: 50%;
  height: auto;
}

.l-category_point-list_item_txtArea {
  width: 50%;
  margin-top: 40px;
}

.l-category_point-list_item:nth-child(1) .l-category_point-list_item_txtArea,
.l-category_point-list_item:nth-child(2) .l-category_point-list_item_txtArea {
  margin-right: -20%;
}

/* .l-category_point-list_item:nth-child(3) .l-category_point-list_item_txtArea,
.l-category_point-list_item:nth-child(4) .l-category_point-list_item_txtArea {
  margin-left: -10%;
} */
  

.c-category_point-list_item_txtArea-pointTit {
  font-family: 'Questrial', sans-serif;
  font-weight: 600;
  font-size: 2.0rem;
  margin-top: 8px;
}

.c-category_point-list_item_txtArea-txt {
  font-size: 1.4rem;
  font-weight: bold;
}

.c-category_point-list_item_txtArea-txt span {
  color: #FF758B;
}


@media screen and (max-width: 768px) {
  .l-point-mv {
    width: 100%;
    padding-top: 0;
  }
  
  .l-category_point .c-title_cate {
    margin-top: 40px;
  }
  
  .l-category_point-list {
    display: block;
    margin: 0;
  }
  
  .l-category_point-list_item {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .l-category_point-list_item:nth-child(1) .l-category_point-list_item_box,
  .l-category_point-list_item:nth-child(3) .l-category_point-list_item_box {
    flex-direction:row-reverse;
  }
  
  .l-category_point-list_item:nth-child(2) .l-category_point-list_item_box,
  .l-category_point-list_item:nth-child(4) .l-category_point-list_item_box {
    flex-direction:row;
  }
  
  .l-category_point-list_item:nth-child(1) .l-category_point-list_item_txtArea,
  .l-category_point-list_item:nth-child(3) .l-category_point-list_item_txtArea {
    margin-left: 0;
    margin-right: 0;
  }
  
  .l-category_point-list_item:nth-child(2) .l-category_point-list_item_txtArea,
  .l-category_point-list_item:nth-child(4) .l-category_point-list_item_txtArea {
    margin-right: 0;
    margin-left: 0;
  }
}


/*============================================================
go
==============================================================*/
.l-category_go_txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .l-category_go_txt {
    font-size: 1.6rem;
    padding: 20px 0;
  }
}


/*============================================================
shopinfo
==============================================================*/
.l-category_shopinfo {
  background: #FF758B;
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
}

.l-category_shopinfo:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background: #fff;
}

.l-category_shopinfo_btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0 30px;
}

.l-category_shopinfo_btn-list_item {
  width: 33%;
  text-align: center;
  background: #fff;
  color: #FF758B;
  padding: 20px 0;
  font-weight: bold;
}

.l-category_shopinfo_btn-list_item.activebtn {
	background: #FFDE00;
	color: #FF758B;
}

.l-category_shopinfo_btn-list_item:hover {
	opacity: 0.9;
	cursor: pointer;
}

.l-category_shopinfo-contents_item_box {
  background: #fff;
  padding-bottom: 10px;
}

.l-category_shopinfo_contents_item {
	display: none;
}

.l-category_shopinfo_contents_item.show {
	display: block;
}


.l-category_shopinfo-contents_item_box_inner {
  width: 90%;
  margin: 20px auto 0;
}

.l-category_shopinfo-contents_item_box_mv img {
  width: 100%;
  height: auto;
}

.l-category_shopinfo-contents_item_box_inner_mv-txt {
  margin-bottom: 30px;
  font-size: 1.4rem;
}

.l-category_shopinfo-contents_item_box-table {
  width: 100%;
  font-size: 1.4rem;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 30px;
  border: #eee 1px solid;
}

.l-category_shopinfo-contents_item_box-table_th {
  width: 30%;
  vertical-align: center;
  background: #EBEBEB;
  padding: 20px 0;
  border-bottom: #fff 1px solid;
}

.l-category_shopinfo-contents_item_box-table_td {
  padding: 10px 15px;
  border-bottom: #eee 1px solid;
}

.l-category_shopinfo-contents_item_box-table_td-gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 10px;
}

.l-category_shopinfo-contents_item_box-table_td-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; 
}

.l-category_shopinfo-contents_item_box-table_td-btn {
  margin: 20px 0;
}


@media screen and (max-width: 768px) {
  .l-category_shopinfo {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  
  .l-category_shopinfo:before {
    width: 20px;
    height: 20px;
    top: -10px;
  }
  
  .l-category_shopinfo_btn-list {
    padding: 40px 0 10px;
  }
  
  .l-category_shopinfo_btn-list_item {
    width: 49.5%;
    margin-bottom: 1%;
    padding: 25px 0;
  }
  
  .l-category_shopinfo-contents_item_box_inner_mv-txt {
    margin-bottom: 40px;
  }
  
  .l-category_shopinfo-contents_item_box-table {
    margin-bottom: 10px;
  }
  
  .l-category_shopinfo-contents_item_box-table_th,
  .l-category_shopinfo-contents_item_box-table_td {
    display: block;
    width: 100%;
  }
  
  .l-category_shopinfo-contents_item_box-table_th {
    padding: 10px;
    text-align: left;
  }
  
  .l-category_shopinfo-contents_item_box-table_td {
    padding: 10px;
  }
}


/*============================================================
faq
==============================================================*/
.p-payment-faq_a_txt {
  font-size: 1.6rem;
  line-height: 1.625;
}

.l-payment-faq-a_txt-txt {
  margin-bottom: 10px;
}

.l-payment-faq-a_txt-mr25 {
  margin-right: 25px;
}

.p-payment-faq_a_txt_innner-box {
  margin-bottom: 30px;
}


/*============================================================
trouble
==============================================================*/
.l-category_trouble {
  background: #FF758B;
  padding: 80px 0;
  text-align: center;
  margin-bottom: 80px;
}

.l-category_trouble_title {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 20px;
}

.l-category_trouble_text {
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .l-category_trouble {
    width: 88%;
    margin: 0 auto;
    padding: 30px 0;
    margin-bottom: 50px;
  }
  
  .l-category_trouble_inner {
    width: 76%;
    margin: 0 auto;
  }
  
  .l-category_trouble_title {
    font-size: 1.8rem;
  }
  
  .l-category_trouble_text {
    text-align: left;
    margin-bottom: 20px;
  }
  
}






