@charset "euc-jp";
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}


/*--------------------kana2021追加(2021.3.21)↓-------------------------*/
.wrapper2 {
  overflow: hidden;
  width: 73% !important;
  margin: 70px auto;
}
.wrapper2 .row {
    width: 100%;
    margin: 0 auto;
}
.wrapper2  .news {
    padding: 0;
}  
.wrapper2  .news p {
      font-size: 22px;
      background-color: #233F64;
      color: #fff;
      // width: 200px;
      padding: 6px;
      text-align: center;
      margin-bottom: 0;
}
.wrapper2  .news h1 {
      color: #233F64;
      font-weight: bolder;
      font-size: 42px;
      border-bottom: 2px solid #233F64;
      width: 256px;
}
.wrapper2 .kakaku {
    border: 1px solid #233F64;
    padding: 10px;
}  
.wrapper2 .kakaku p {
      color: #233F64;
      font-size: 20px;
}


.wrapper3 {
  margin: 70px auto;
  width: 100% !important;
  overflow: hidden;
}
.wrapper3 .items1 ul {
      display: flex;
      width: 100%;
      justify-content: space-around;
      margin: 0 auto;
      padding: 0 !important;
}
.wrapper3 .items1 li {
      color: #fff;
      font-weight: bolder;
      font-size: 1.2vw;
}
.wrapper3 .items1 a {
      box-shadow: 1px 5px 9px grey;
      background-color: #233F64;
      padding: 10px 0;
      width: 20vw;
      text-align: center;
      border-radius: 7px;
      text-decoration: none;
}
.wrapper3 .items1 img {
      width: 32px;
}
.wrapper3 .items2 {
    margin-top: 30px;
}
.wrapper3 .items2 ul {
      display: flex;
      width: 100%;
      justify-content: space-around;
      margin: 0 auto;
      padding: 0 0 20px 0!important;
}
.wrapper3 .items2 li {
      color: #fff;
      font-weight: bolder;
      font-size: 1.2vw;
}
.wrapper3 .items2 a {
      box-shadow: 1px 5px 9px grey;
      background-color: #233F64;
      padding: 10px 0;
      width: 20vw;
      text-align: center;
      border-radius: 7px;
      text-decoration: none;
}
.wrapper3 .items2 img {
      width: 32px;
}
.wrapper3 a .item {
    display: block;
    position: relative;
    width: 100%;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #233F64;
    overflow: hidden;
    z-index: 1 !important;
  }
.wrapper3 a .item:after {
    content:"";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 100%;
    background : #cdc270b8;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: 0.3s;
    z-index: -1;
  }
.wrapper3 a .item:hover {
    color: #fff;
  }
.wrapper3 a .item:hover:after {
    height: 250%;
    opacity: 1;
  }
.wrapper3 a .item:active:after {
    height: 350%;
    opacity: 1;
  }

.wrapper4 {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 109px;
}
.wrapper4 .col-12 {
    text-align: center;
}
.wrapper4 h2 {
      line-height: 6rem;
      background-color: #cdc270b8;
      letter-spacing: 5px;
      margin: 0;
      font-size: 40px;
      color: #233F64;
      font-weight: bolder;
}
/*バナー*/
.bunner-2-wrap-1 {
  display: flex;
  align-items: center;
}  
.bunner-2 {
  width: 80%;
  box-shadow: 1px 5px 9px grey;
}  
.bunner-shoukai {
  width: 47%;
}  
.mat-text {
   box-shadow: none;
   width: 87%;
}
.kabutomat {
   margin-bottom: 70px;
}

/*--------------------kana2021追加(2021.3.21)ここまで↑-------------------------*/

.prd_recommend_block {
  width: 100% !important;
  margin: 0 auto;
}
.prd_seller_block {
  width: 100% !important;
  margin: 0 auto;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.free_space_block {
  margin-top: 3em;
  width: 90% !important;
  margin: 0 auto;
  text-align: center;
}
p.news_ttl {
    padding: 0.7em 0 0.5em;
    background: #233F64;
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    margin: 0;
}
ul.ul-news {
  margin-bottom:10px;
  padding: 20px;
  height: 266px;
  overflow: auto;
  border: 1px solid #233F64;
}
ul.ul-news li {
  padding: 1em 0;
  border-bottom: 1px dotted #666;
  font-size: 1.1em;
}
'*******************************************************
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}