/* ///////////////////////////////////
///////////////////////////////////

サイド

///////////////////////////////////
/////////////////////////////////// */

.content_item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  gap: 1.5em;
}
#side .fff_box {
  background-color: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2em 1em;
}

#side .partner p {
  font-weight: bold;
  padding-bottom: 1em;
}

#side .iframe-center p {
  margin: 0.5em auto;
}

/* 加盟店募集バナー */
#side .iframe-center a img {
  display: block;
  max-width: 240px;
  margin: 0 auto 1em;
}
@media screen and (max-width: 1024px) {
  #side {
    display: none;
  }
}

/*
  ///////////////////////////////////

  サイドウィジェット
  メニューリスト

  ///////////////////////////////////*/
.side_list_box {
  padding-bottom: 2em;
  border: unset;
}
.bold_text {
  font-weight: bold;
  padding-bottom: 1em;
}

.side_list_box_title {
  color: var(--main_green);
  padding: 0.4em 0 0.3em 0;
  margin: auto;
  padding-left: 0.5em;
  border-bottom: 2px solid #669933;
  font-weight: bold;
  font-size: clamp(16px, 1.8vw, 18px);
}
.side_list_box .side_list_box_menu {
  background-color: #fff;
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  padding: 0.2em 0.2em 0.2em 0.5em;
  font-size: 0.95em;
}

.side_list_box .side_list_box_menu a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dashed #9f99a3;
  display: block;
  text-align: left;
}

.side_list_box .side_list_box_menu a:hover {
  color: #000;
  font-weight: bold;
  background-color: #f5f5f5;
}
.side_list_box_menu .side_list_box_allow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  /*position: absolute;*/
  left: 5px;
  color: var(--main_green);
  padding-right: 0.2em;
}
.side_list_box_reco {
  font-size: 0.85em;
  font-weight: bold;
  padding: 0.5px 0.2em 0.2em 0.4em;
  color: white;
  background-color: var(--main_green);
  line-height: 0.9em;
  border-radius: 5px;
  margin-top: 0.5em;
}

/*
  ///////////////////////////////////

      サイドアコーディオンメニュー

  /////////////////////////////////*/
.area-accordion img {
  display: block;
  max-width: 230px;
  margin: 1.5em auto 0;
}

.accordion-008 {
  max-width: 98%;
  margin: 0 auto 5px;
  border-radius: 5px;
  box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
  background-color: #f5f5dc;
}

/* アコーディオンクリックするところ */
.accordion-008 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.5em 1em;
  color: #2f4f4f;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}
.accordion-008 summary::-webkit-details-marker {
  display: none;
}
/* 下向き矢印 */
.accordion-008 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: "";
  transition: transform 0.3s;
}
.accordion-008[open] summary::after {
  transform: rotate(225deg);
}

/* クリックしたら表示されるところ */
#side .accordion-008 ul {
  margin: 0 0 1em 0;
  padding: 0 1em 1em 1.5em;
}
#side .accordion-008 ul li {
  list-style-type: disc;
  list-style-position: inside;
}
#side .accordion-008 ul li a {
  font-size: 14px;
  color: #556b2f;
  font-weight: bold;
}

#side .accordion-008 ul li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

/* ///////////////////////////////////////////

サイドブログ

///////////////////////////////////////////*/
.blog-wap {
  position: relative;
}
.blog-wap iframe {
  display: block;
}
.blog-wap a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0);
}

/*
  /////////////////////////////////

  サイドウィジェット各社バナー

  /////////////////////////////////
  */
div.side-banner div.blog-wap {
  padding-bottom: 20px;
}
div.side-banner p {
  text-align: center;
  padding: 0.5em 0;
}
.shop_container_aco {
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
  background-color: #fff;
}

.shop_container_aco summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em;
  font-weight: 600;
  cursor: pointer;
}

.shop_container_aco summary::-webkit-details-marker {
  display: none;
}

.shop_container_aco summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: "";
  transition: transform 0.3s;
}

.shop_container_aco[open] summary::after {
  transform: rotate(225deg);
}

.shop_container_aco p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.shop_container_aco[open] p {
  transform: none;
  opacity: 1;
}
.picup-wap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  gap: 1em;
}
