@charset "utf-8";

/* ----------------------------------------

top

---------------------------------------- */

/* mod_note
------------------------------- */
.mod_note p {
  text-align: center;
  padding: 20px 0;
}

/* head_mv
------------------------------- */
.head_mv {
  image-rendering: pixelated;
}

/* tiitle
------------------------------- */
.mod_bar_title {
  background: #5e230d;
  color: #fff;
}


/* top_shop_search
------------------------------- */
.top_shop_search {
  margin-bottom: 60px;
}
.top_shop_search .mod_shop_search {
  background: rgb(255, 255, 255, 0.7);
  width: 800px;
  padding: 18px 40px 28px;
  margin: 0 auto;
}
.top_shop_search .mod_shop_search .mod_bar_title {
  display: table;
  margin: 0 auto 10px;
  padding: 0 55px;
  position: relative;
  background: transparent;
  border: none;
  font-size: 171.4%;
  color: #5e230d;
}
.top_shop_search .mod_shop_search .mod_bar_title::before {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  left: 0;
  background-image: url(../../../images/md/top/dot_line.png);
  width: 44px;
  height: 5px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.top_shop_search .mod_shop_search .mod_bar_title::after {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  right: 0;
  background-image: url(../../../images/md/top/dot_line.png);
  width: 44px;
  height: 5px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.top_shop_search .mod_shop_search .mod_bar_title span {
  position: relative;
  padding-left: 35px;
}
.top_shop_search .mod_shop_search .mod_bar_title span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  background: url(../../../images/md/icon_shop02.png) no-repeat left center;
  background-size: 27px auto;
}
.top_shop_search .mod_shop_search .shop_search_def {
  margin-bottom: 10px;
}
.top_shop_search .mod_shop_search .shop_search_def dt {
  margin-bottom: 10px;
}
.top_shop_search .mod_shop_search .shop_search_def dd {
  display: flex;
  justify-content: space-between;
}
.top_shop_search .mod_shop_search .shop_search_def dd .mod_select_box01 {
  width: 17rem;
  margin-left: 10px;
  margin-right: 0;
  direction: inherit;
}
.top_shop_search .mod_shop_search .shop_search_def dd label:not(:first-of-type) {
  padding-left: inherit;
}
.top_shop_search .mod_shop_search .mod_button_btn02 {
  margin-top: 20px;
}
.top_shop_search .mod_shop_search .mod_button_btn02 button {
  background: #ff833c;
  background: linear-gradient(180deg,#ffb78e 0,#f57936 10%,#f57936 90%,#cd5320);
}
.top_shop_search .mod_shop_search .mod_button_btn02 button:hover {
  background: linear-gradient(180deg,#f89e6b 0,#f45f0a 10%,#f45f0a 90%,#c43c05);
}

/* top_pickup
------------------------------- */
.top_pickup {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 60px;
  border: 1px solid #5e230d;
  background: #fff;
  border-radius: 8px;
}
.top_pickup_img {
  flex-basis: 445px;
}
.top_pickup_box {
  flex-basis: 470px;
  position: relative;
}
.top_pickup_title {
  margin: 10px 0 25px;
}
.top_pickup_list01 {
  margin-bottom: 12px;
  color: #5e230d;
}
.top_pickup_list01 li {
  margin-bottom: 4px;
  font-weight: bold;
}
.top_pickup_list02 {
  color: #5e230d;
}
.top_pickup_list02 li {
  font-size: 92.9%;
}
.top_pickup_box .mod_button_btn02 {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.top_pickup_box .mod_button_btn02 a {
  text-decoration: none;
}
.top_pickup_box .mod_button_btn02 a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  left: inherit;
  width: 0;
  height: 0;
  transform: rotate(-45deg) translateY(-50%);
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 0.26em;
}
/* top_news_panel
------------------------------- */
.top_news_panel {
  padding: 30px 40px;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.top_news_list {
  padding-right: 30px;
  height: 10em;
  overflow: auto;
}
.top_news_list li:not(:first-child) {
  padding-top: 15px;
}
.top_news_list li:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px dotted #acacac;
}
.top_news_list li::before {
  content: "・";
}