/** Shopify CDN: Minification failed

Line 105:0 Unexpected "}"

**/
@charset "utf-8";
/* CSS Document */

#top_ranking .slick-list,#top_order .slick-list{
  display:block;
}
#mv .top_slider {
  position: relative;
}
#mv .top_slider li {
  opacity: 0.6;
  margin: 0 20px;
}
#mv .top_slider li.slick-active {
  opacity: 1;
}
#mv .top_slider .slide-arrow {
  position: absolute;
  z-index: 1;
}
#mv .slick-arrow {
  z-index: 2;
  position: absolute;
  width: 830px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#mv .top_slider_arrowposition {
  position: relative;
}
#mv .slide-arrow {
  position: absolute;
}
#mv .prev-arrow {
  top: 105px;
  left: 30px;
}
#mv .next-arrow {
  top: -175px;
  right: 30px;
}
#mv .slick-dots {
  bottom: inherit;
}
#mv .slick-dots li button::before {
  font-size: 10px;
}
#mv .slick-dots li {
  margin: 10px 5px 0;
}
#mv .slick-list li {
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 599px) {
  #mv .slick-list li {
    max-width: 350px;
  }
  #mv .top_slider li {
    margin: 0 2.5px;
  }
  #mv .slick-arrow {
    width: 100%;
  }
  #mv .top_slider .slide-arrow img {
    width: 25px;
    height: 25px;
  }
  #mv .prev-arrow {
    left: 0;
    top: 55px;
  }
  #mv .next-arrow {
    right: 0;
    top: -85px;
  }
}
#top_box {
  display: flex;
  flex-flow: row-reverse;

  margin: 0 auto 6rem auto;
max-width: 1200px;
width: calc(100% - 30px);
}

.foot_wrap{
  max-width: 1200px;
width: calc(100% - 30px);
  margin:auto;
}

.top_mainbox {
    width: calc(100% - 310px);
  padding: 0;
  margin-left: auto;
}
}
#top_category {
  margin-bottom: 60px;
}
#top_category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top_category ul li {
  width: 15.5%;
  margin-bottom: 40px;
  text-align: center;
}
#top_category ul li .un_circle {
  background: #f5f5f5;
  border-radius: 50%;
  margin-bottom: 15px;
}
#top_category ul li .un_circle_inner img {
  width: 100%;
}
#top_category ul li a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 1440px) {
  #top_category {
    margin-bottom: 40px;
  }
  #top_category ul li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .top_mainbox {
    width: 100%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  #top_box {
    margin-top: 10px;
  }
  .top_mainbox {
    width: 100%;
    padding: 0;
  }
  #top_category {
    margin-bottom: 0;
    padding: 0 10px;
  }
  #top_category ul li {
    width: 30%;
    margin-bottom: 2rem;
  }
  #top_category ul li a {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  #top_category ul li div {
    margin-bottom: 5px;
  }
  .grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    width: 80%;
    margin: auto;
    padding: 13px 0;
    border-radius: 2px;
    background: #fff;
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s ease;
    border: 1px solid #656565;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .grad-btn::before {
    content: "続きを読む";
  }
  .grad-btn:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 5px;
    background: url("../images/top_category_morebtn_ind.png") no-repeat;
    background-size: cover;
    margin-left: 8px;
  }
  .grad-item {
    position: relative;
    overflow: hidden;
    height: 70px; /*隠した状態の高さ*/
  }
  .grad-item::before {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px; /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0.5) 50%,
      #fff 100%
    );
    background: linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0.5) 50%,
      #fff 100%
    );
    content: "";
  }
  .grad-item ul {
    margin-bottom: 70px;
  }
  .grad-trigger {
    display: none; /*チェックボックスは常に非表示*/
  }
  .grad-trigger:checked ~ .grad-btn::before {
    content: "閉じる"; /*チェックされていたら、文言を変更する*/
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto; /*チェックされていたら、高さを戻す*/
  }
  .grad-trigger:checked ~ .grad-item::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }
  .grad-wrap {
    position: relative;
  }
}
#top_ranking {
  margin-bottom: 60px;
}
#top_ranking h2 {
  background: rgb(226, 121, 51);
  background: linear-gradient(
    90deg,
    rgba(226, 121, 51, 1) 0%,
    rgba(255, 210, 62, 1) 100%
  );
  color: #fff;
  padding: 15px 0;
  font-size: 3.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 124px;
  text-shadow: 2px 2px 1px rgba(0, 0, 20, 0.3);
}
#top_ranking h2 img {
  position: absolute;
  left: 20px;
  top: -15px;
  width: 86px;
  height: 75px;
}
#top_ranking h2 span {
  font-size: 2.4rem;
  margin-left: 20px;
}
#top_ranking .ranking_bg {
  background: #f2ebe1;
  padding: 20px 30px;
  position: relative;
}
#top_ranking .ranking_bg ul {
}
#top_ranking .ranking_bg ul li {
  width: 19.5%;
  background: #fff;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 20, 0.1);
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 2px;
}
#top_ranking .ranking_bg ul li a {
  color: #333;
  text-decoration: none;
  display: block;
}
#top_ranking .ranking_bg ul li .rank {
  font-size: 2.0rem;
  font-weight: bold;
  color: #e27933;
  text-align: center;
  margin-bottom: 10px;
}
#top_ranking .ranking_bg ul li .rank span {
  font-size: 3.0rem;
}
#top_ranking .ranking_bg ul li .r1st {
  color: #d3ae3d;
}
#top_ranking .ranking_bg ul li .r1st:before {
  content: "";
  width: 40px;
  height: 30px;
  background: url("../images/top/1st.png") no-repeat;
  margin-right: 10px;
  background-size: cover;
  display: inline-block;
}
#top_ranking .ranking_bg ul li .r2st {
  color: #979a99;
}
#top_ranking .ranking_bg ul li .r2st:before {
  content: "";
  width: 40px;
  height: 30px;
  background: url("../images/top/2nd.png") no-repeat;
  margin-right: 10px;
  background-size: cover;
  display: inline-block;
}
#top_ranking .ranking_bg ul li .r3st {
  color: #9d7134;
}
#top_ranking .ranking_bg ul li .r3st:before {
  content: "";
  width: 40px;
  height: 30px;
  background: url("../images/top/3rd.png") no-repeat;
  margin-right: 10px;
  background-size: cover;
  display: inline-block;
}
#top_ranking .ranking_bg ul li img {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
#top_ranking .ranking_bg ul li .txt {
}
#top_ranking .ranking_bg ul li .txt {
  font-size: 1.4rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.4em;
  max-height: 4.5em;
}
#top_ranking .ranking_bg ul li .price {
  font-size: 1.4rem;
  color: #dd0011;
  display: inline-block;
}
#top_ranking .slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 5;
}
#top_ranking .prev-arrow {
  left: -50px;
}
#top_ranking .next-arrow {
  right: -50px;
}
@media screen and (max-width: 1440px) {
  .stit {
    font-size: 2.4rem;
  }
  .stit>img {
    width: 40px;
    height: 40px;
    margin-right: 1.5rem;
  }
  #top_ranking h2 {
    font-size: 2.4rem;
    padding-left: 104px;
  }
  #top_ranking h2 img {
    top: -1px;
    width: 66px;
    height: 56px;
    z-index: 1;
  }
}

@media screen and (max-width: 1024px) {
  #top_ranking .ranking_bg ul li .price {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  #top_ranking {
    margin-bottom: 30px;
  }
  #top_ranking h2 img {
    position: relative;
    height: 40px;
    left: 0;
    top: 0;
    width: auto;
    margin-right: 10px;
  }
  #top_ranking h2 {
    padding: 0 0;
    font-size: 1.8rem;
    padding-left: 1rem;
    display: flex;
    align-items: center;
  }
  #top_ranking h2 span {
    display: none;
  }
  #top_ranking .ranking_bg ul li .rank {
    font-size: 2.1rem;
  }
  #top_ranking .ranking_bg ul li .rank span {
    font-size: 3rem;
  }
  #top_ranking .ranking_bg {
    background: #f2ebe1;
    padding: 10px 0 10px 10px;
    position: relative;
  }
  #top_ranking .slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 5;
  }
  #top_ranking .slick-arrow img {
    width: 40px;
    height: 40px;
  }
  #top_ranking .prev-arrow {
    left: -10px;
  }
  #top_ranking .next-arrow {
    right: 0;
  }
  #top_ranking .ranking_bg ul li {
    padding: 10px;
  }
  #top_ranking .ranking_bg ul li .txt {
    font-size: 1.4rem;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  #top_ranking .ranking_bg ul li .price {
    font-size: 1.4rem;
  }
}
#top_pickup {
  margin-bottom: 40px;
}
#top_pickup h2 {
  background: rgb(221, 0, 17);
  background: linear-gradient(
    90deg,
    rgba(221, 0, 17, 1) 0%,
    rgba(255, 210, 62, 1) 100%
  );
  color: #fff;
  padding: 15px 0;
  font-size: 3.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 124px;
  text-shadow: 2px 2px 1px rgba(0, 0, 20, 0.3);
  margin-bottom: 20px;
}
#top_pickup h2 img {
  position: absolute;
  left: 20px;
  top: -12px;
  width: 86px;
  height: 86px;
}
#top_pickup h2 span {
  font-size: 2.4rem;
  margin-left: 20px;
}
#top_pickup ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top_pickup ul li {
  width: 24%;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.16) inset,
    1px 1px 6px 1px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}
#top_pickup ul li .img_box {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
#top_pickup ul li .txt {
  font-size: 1.6rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 4.5em;
  padding: 0 10px;
  font-weight: bold;
}
#top_pickup ul li .price {
  font-size: 1.05vw;
  font-weight: bold;
  color: #dd0011;
  padding: 0 10px 10px;
}
#top_pickup ul li .price .box {
  background: #dd0011;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
  display: inline-block;
}
#top_pickup ul li .price span {
  display: inline-block;
  line-height: 1.5;
  font-size:1.6rem;
}
#top_pickup ul li a {
  color: #333;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 1440px) {
  #top_pickup h2 {
    font-size: 2.4rem;
    padding-left: 104px;
  }
  #top_pickup h2 img {
    top: -5px;
    width: 66px;
    height: 66px;
  }
}
@media screen and (max-width: 1024px) {
  #top_pickup ul li {
    width: 48.5%;
  }
  #top_pickup ul li .txt {
    font-size: 1.4rem;
    /* margin-bottom: 0; */
  }
  #top_pickup ul li .price {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
  #top_pickup ul li .price .box {
    display: block;
    text-align: center;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 599px) {
  #top_pickup {
    margin-bottom: 0;
  }
  #top_pickup h2 {
    padding: 0 0;
    font-size: 1.8rem;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  #top_pickup h2 span {
    display: none;
  }
  #top_pickup h2 img {
    position: relative;
    height: 40px;
    left: 0;
    top: 0;
    width: auto;
    margin-right: 10px;
  }
  #top_pickup ul {
    padding: 0 10px;
  }
  #top_pickup ul li .img_box {
    padding: 10px;
    margin-bottom: 10px;
  }
}
#top_order {
  margin-bottom: 40px;
}
#top_order h2 {
  background: #656565;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: 2px 2px 1px rgba(0, 0, 20, 0.3);
  display: flex;
  padding: 10px 0;
  align-items: center;
}
#top_order h2 img {
  width: 36px;
  height: 36px;
  margin: 0 20px;
}
#top_order .order_bg {
  background: #ebebeb;
  padding: 20px 30px;
  position: relative;
}
#top_order .order_bg ul li {
  width: 19.5%;
  background: #fff;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 20, 0.1);
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 2px;
}
#top_order .order_bg ul li img {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
#top_order .order_bg ul li .txt {
}
#top_order .order_bg ul li .txt {
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;
}
#top_order .order_bg ul li .price {
  font-size: 1.6rem;
  color: #dd0011;
  display: inline-block;
}
#top_order .order_bg ul li a {
  color: #333;
  text-decoration: none;
  display: block;
}
#top_order .slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 5;
}
#top_order .prev-arrow {
  left: -50px;
}
#top_order .next-arrow {
  right: -50px;
}
@media screen and (max-width: 1024px) {
  #top_order .order_bg ul li .price {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  #top_order {
    margin-bottom: 10px;
  }
  #top_order h2 {
    font-size: 1.8rem;
  }
  #top_order h2 img {
    margin: 0 10px;
    width: 27px;
    height: 27px;
  }
  #top_order .order_bg {
    padding: 10px 0 10px 10px;
    position: relative;
  }
  #top_order .order_bg ul li {
    padding: 10px;
  }
  #top_order .order_bg ul li .txt {
    font-size: 1.4rem;
  }
  #top_order .order_bg ul li .price {
    font-size: 1.4rem;
  }
  #top_order .slick-arrow img {
    width: 40px;
    height: 40px;
  }
  #top_order .prev-arrow {
    left: -10px;
  }
  #top_order .next-arrow {
    right: 0;
  }
}
.top_bnr_box {
  margin-bottom: 60px;
}
.top_bnr_box ul {
  display: flex;
}
.top_bnr_box ul li {
  margin-right: 20px;
}
.top_bnr_box ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .top_bnr_box {
    margin-bottom: 0;
    padding: 0 10px;
  }
  .top_bnr_box ul {
    display: flex;
    flex-wrap: wrap;
  }
  .top_bnr_box ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#top_showcase {
  margin-bottom: 60px;
}
#top_showcase ul {
  display: flex;
}
#top_showcase ul li {
  margin-right: 20px;
}
#top_showcase ul li:last-child {
  margin-right: 0;
}
#top_showcase ul li img {
  margin-bottom: 10px;
}
#top_showcase ul li .name {
  margin-bottom: 10px;
}
#top_showcase ul li .name a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #5e9dd9;
  line-height: 1.3;
  text-decoration: none;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#top_showcase ul li .type {
  color: #fff;
  background: #656565;
  padding: 5px 20px;
  border-radius: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
#top_showcase ul li table {
  font-size: 1.5rem;
  border-spacing: 0;
  margin-bottom: 10px;
}
#top_showcase ul li table th {
  width: 38px;
  padding-bottom: 5px;
  font-weight: normal;
}
#top_showcase ul li table td {
  padding-bottom: 5px;
}
#top_showcase ul li .btn {
  border: 1px solid #ccc;
  text-align: center;
  display: block;
  color: #333;
  padding: 8px 0;
  font-size: 1.5rem;
  text-decoration: none;
}
#top_showcase ul li .btn:after {
  content: "";
  width: 6px;
  height: 11px;
  background: url("../images/side_arrow.png") no-repeat;
  display: inline-block;
  background-size: cover;
  margin-left: 5px;
}
@media screen and (max-width: 1480px) {
  #top_showcase .slick-track {
    padding-bottom: 6px;
  }
  #top_showcase ul li:last-child {
    display: none;
  }
  #top_showcase ul li:nth-child(4) {
    margin-right: 0;
  }
  #top_showcase ul li .type {
    font-size: 1vw;
  }
  #top_showcase ul li .name a {
    font-size: 1.5rem;
  }
  #top_showcase ul li table {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 599px) {
  #top_showcase {
    background: #f2ebe1;
    padding: 10px 0;
    margin-bottom: 25px;
  }
  #top_showcase h2 {
    padding: 0 10px;
    font-size: 1.8rem;
  }
  #top_showcase h2 img {
    width: 27px;
    height: 27px;
  }
  #top_showcase ul {
    margin-bottom: 10px;
  }
  #top_showcase ul li {
    background: #fff;
    border-radius: 5px;
    position: relative;
  }
  /* #top_showcase ul li img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 160px;
    width: 100%;
    object-fit: cover;
  } */
  #top_showcase ul li .type {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.2rem;
  }
  .more_btn {
    text-align: center;
  }
  .more_btn a {
    border: 1px solid #656565;
    background: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    padding: 10px 50px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #333;
  }
  .more_btn a:after {
    content: "";
    width: 5px;
    height: 9px;
    background: url("../images/side_arrow.png") no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 10px;
  }
  #top_showcase ul li {
    transform: scale(0.9);
    margin-right: 5px;
    width: 260px;
    opacity: 0.8;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.16) inset,
      1px 1px 6px 1px rgba(0, 0, 0, 0.16);
    padding-bottom: 10px;
  }
  #top_showcase ul li.slick-active {
    transform: scale(1);
    opacity: 1;
  }
  #top_showcase ul li .name a {
    font-size: 1.4rem;
    padding: 0 10px;
    display: block;
  }
  #top_showcase ul li table {
    padding: 0 10px;
    font-size: 1.2rem;
  }
  #top_showcase ul li .btn {
    font-size: 1.2rem;
    width: 60%;
    margin: auto;
    border-radius: 2px;
  }
  #top_showcase ul li .btn::after {
    width: 4px;
    height: 7px;
  }
}
#top_tips {
  margin-bottom: 60px;
}
#top_tips ul {
  display: flex;
}
#top_tips ul li {
  margin-right: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.16) inset,
    1px 1px 6px 1px rgba(0, 0, 0, 0.16);
}
#top_tips ul li:last-child {
  margin-right: 0;
}
/* #top_tips ul li img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 10px;
} */
#top_tips ul li .txt {
  margin-bottom: 5px;
}
#top_tips ul li .txt a {
  color: #5285d1;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3em;
  max-height: 4.2em;
  padding: 0 10px;
  font-weight: bold;
  text-decoration: none;
}
#top_tips ul li ul {
  flex-wrap: wrap;
  padding: 0 10px;
  margin-bottom: 5px;
}
#top_tips ul li ul li {
  box-shadow: none;
  border: 1px solid #656565;
  margin-right: 5px;
  font-size: 1.2rem;
  margin-bottom: 5px;
  border-radius: 10px;
  display: block !important;
}
#top_tips ul li ul li a {
  color: #656565;
  text-decoration: none;
  display: block;
  padding: 3px 5px;
}
#top_tips ul li ul li a:before {
  content: "#";
}
@media screen and (max-width: 1480px) {
  #top_tips ul li:last-child {
    display: none;
  }
  #top_tips ul li:nth-child(4) {
    margin-right: 0;
  }
  #top_tips ul li .txt a {
    font-size: 1.5rem;
    padding: 0 14px;
  }
  #top_tips ul li ul {
    padding: 0 14px;
  }
  #top_tips ul li ul li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  #top_tips {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  #top_tips ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_tips ul li {
    width: 48%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  #top_tips ul li:nth-child(even) {
    width: 49%;
    margin-right: 0;
  }
  /* #top_tips ul li img {
    object-fit: cover;
    height: 90px;
    width: 100%;
    margin-bottom: 5px;
  } */
  #top_tips ul li .img_box {
    display: block;
  }
  #top_tips ul li .txt a {
    font-size: 1.4rem;
    padding: 0 10px;
  }
  #top_tips ul li ul {
    padding: 0 10px;
    justify-content: flex-start;
  }
  #top_tips ul li ul li {
    font-size: 1.2rem;
    display: block !important;
    margin-left: 2px;
    margin-right: 0;
    width: auto !important;
  }
  #top_tips ul li ul li a {
    padding: 2px 5px;
  }
}
.top_info_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.top_info_box #news {
  width: 65%;
  max-width: 920px;
  margin-right: 40px;
}
.top_info_box #news h2 {
  background: #656565;
  color: #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 20, 0.3);
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_info_box #news h2 div {
  display: flex;
  align-items: center;
}
.top_info_box #news h2 div img {
  width: 50px;
  height: 36px;
  margin: 10px 20px;
}
.top_info_box #news h2 a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  padding-right: 20px;
  text-decoration: none;
  text-shadow: none;
  display: flex;
  align-items: center;
}
.top_info_box #news h2 a:hover{
	opacity: 1!important;
	color: #fff!important;
	
	transition: all .3s;
}
.top_info_box #news h2 a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/top/news_link_ind.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
	transition: all .3s;
}
.top_info_box #news .news_bg {
  background: #f6f6f6;
  padding: 10px;
}
.top_info_box #news .news_bg ul {
  background: #fff;
  padding: 20px;
  height: 430px;
  overflow-y: auto;
}
.top_info_box #news .news_bg ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 1.5rem;
}
.top_info_box #news .news_bg ul li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.top_info_box #news .news_bg ul li a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: #333;
}
.top_info_box #news .news_bg ul li div {
  display: flex;
  width: 250px;
}
.top_info_box #news .news_bg ul li span {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  max-width: 105px;
  text-align: center;
  width: 100%;
  padding: 8px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.top_info_box #news .news_bg ul li span.new_item {
  background: #e1617c;
  color: #fff;
}
.top_info_box #news .news_bg ul li span.campaign {
  background: #e27933;
  color: #fff;
}
.top_info_box #news .news_bg ul li span.info {
  background: #8bb153;
  color: #fff;
}
.top_info_box #news .news_bg ul li span.other {
  background: #fff;
  color: #656565;
  border: 1px solid #656565;
}
.top_info_box #news p.txt {
  font-weight: bold;
  line-height: 1.5;
}
.top_info_box #news p.data {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  max-width: 150px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .top_info_box #news .news_bg ul li a {
    display: block;
  }
  .top_info_box #news .news_bg {
    padding: 0;
    background: none;
  }
  .top_info_box #news .news_bg ul {
    padding: 10px;
  }
  .top_info_box #news p.data {
    width: auto;
    margin-left: 10px;
    padding: 0;
    font-size: 1.3rem;
  }
  .top_info_box #news .news_bg ul li span {
    font-size: 1.3rem;
    max-width: 100px;
    padding: 2px 5px;
    border-radius: 20px;
  }
  .top_info_box #news li div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .top_info_box #news p.txt {
    font-size: 1.3rem;
  }
  .top_info_box #news .news_bg ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .top_info_box #news .news_bg ul li:nth-child(n + 5) {
    display: none;
  }
  .top_info_box #news .news_bg ul {
    height: auto;
    overflow-y: auto;
  }
	.top_info_box #news h2 a {
    display: none;
  }
}
@media screen and (max-width: 1480px) {
  .top_info_box #news h2 {
    font-size: 1.8rem;
  }
  .top_info_box #news h2 div img {
    width: 25px;
    height: 18px;
    margin: 10px;
  }
  .top_info_box #news {
    width: 56%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .top_info_box #news .news_bg ul {
    padding: 16px;
  }
  .top_info_box #news .news_bg ul li {
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 1.3rem;
  }
  .top_info_box #news .news_bg ul li span {
    font-size: 1.2rem;
    max-width: 86px;
    padding: 4px 4px;
    border-radius: 20px;
  }
  .top_info_box #news p.data {
    padding: 0 12px;
    max-width: 100px;
  }
  .top_info_box #news .news_bg ul li div {
    width: 252px;
  }
}
@media screen and (max-width: 1280px) {
  .top_info_box {
    display: block;
  }
  .top_info_box #news {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.scrollArea {
  scrollbar-color: #e27933 #f6f6f6;
}
/*スクロールバーの横幅指定*/
.scrollArea::-webkit-scrollbar {
  width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
.scrollArea::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f6f6f6;
}
/*スクロールバーの色・角丸指定*/
.scrollArea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #e27933;
}
.top_info_box #calender {
  width: 35%;
  max-width: 460px;
}
.top_info_box #calender h3 {
  font-size: 2.4rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 0 20px 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1480px) {
  .top_info_box #calender {
    width: 40%;
  }
  .top_info_box #calender h3 {
    font-size: 1.4rem;
    padding: 16px 0 16px 20px;
  }
}

.wrapper {
  margin: 15px auto;
  max-width: 700px;
}
.container-calendar {
  background: #ffffff;
  padding: 15px;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}
.button-container-calendar button {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #00a2b7;
  color: #fff;
  border: 1px solid #0aa2b5;
  border-radius: 4px;
  padding: 5px 10px;
}
.table-calendar {
  border-collapse: collapse;
  width: 100%;
}
.table-calendar th,
.table-calendar td{
  padding: 10px;
  border: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: top;
}
.date-picker.selected {
  font-weight: bold;
  color: #fff;
  background: #cc0000;
}
.date-picker.selected span {
  border-bottom: 2px solid currentColor;
}
/* 日曜 */
.date-picker:nth-child(1) {
color: red;
}
/* 土曜 */
.date-picker:nth-child(7) {
color: blue;
}
#monthAndYear {
  text-align: center;
  margin-top: 0;
}
.button-container-calendar {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
}
#previous {
  float: left;
}
#next {
  float: right;
}
.footer-container-calendar {
  margin-top: 1em;
  border-top: 1px solid #dadada;
  padding: 10px 0;
}
.footer-container-calendar select {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  color: #454545;
  border: 1px solid #bfc5c5;
  border-radius: 3px;
  padding: 5px 1em;
}

@media screen and (max-width: 599px) {
   .stit {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}