@charset "UTF-8";
/* break point

defalt ： smartphone
@media screen and (min-width:768px) ： tablet
@media screen and (min-width:1024px) : pc

*/
/* break point set
============================================== */
/* theme set
============================================== */
/* base set
============================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Arial, Meiryo, sans-serif;
  overflow-x: hidden;
}

p {
  margin: 0;
  color: #000000;
  font-size: 1.2rem;
}

a {
  display: block;
  color: #000000;
  font-size: 1.2rem;
  text-decoration: none;
}

ul,
li {
  font-size: 1.6rem;
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

sup {
  font-size: 1.2rem;
}

/* rokuyo
============================================== */
.c-rokuyo .c-rokuyo__head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.c-rokuyo .c-rokuyo__head .head_date {
  display: block;
  width: 50%;
  font-size: 1.5rem;
}
.c-rokuyo .c-rokuyo__head .head_date span {
  font-size: 1.2rem;
}
.c-rokuyo .c-rokuyo__head .head_pagination {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  max-width: 110px;
}
.c-rokuyo .c-rokuyo__head .head_pagination a {
  display: block;
  width: 46%;
  max-width: 50px;
  font-size: 1.2rem;
}
.c-rokuyo .c-rokuyo__body {
  width: 100%;
  height: 580px;
  overflow-y: scroll;
  margin-top: 10px;
}
.c-rokuyo .c-rokuyo__body::-webkit-scrollbar {
  width: 5px;
}
.c-rokuyo .c-rokuyo__body::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.c-rokuyo .c-rokuyo__body::-webkit-scrollbar-thumb {
  background: #a20867;
  border-radius: 10px;
}
.c-rokuyo .c-rokuyo__body .body_item {
  display: block;
  margin: 0;
  border-top: 1px solid #a20867;
}
.c-rokuyo .c-rokuyo__body .body_item .body_item__head {
  display: block;
  position: relative;
  padding: 10px;
  color: #a20867;
  font-size: 1.6rem;
  font-weight: bold;
  background: #f6efe8;
}
.c-rokuyo .c-rokuyo__body .body_item .body_item__head .head_badge {
  display: block;
  position: absolute;
  padding: 5px 8px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  background: #333333;
  top: calc(50% - 14px);
  right: 20px;
}
.c-rokuyo .c-rokuyo__body .body_item .body_item__head .head_badge.color {
  background: #a20867;
}
.c-rokuyo .c-rokuyo__body .body_item .body_item__detail {
  display: block;
  margin: 0;
  padding: 10px;
}
.c-rokuyo .c-rokuyo__body .body_item .body_item__detail .detail_line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-rokuyo .c-rokuyo__body .body_item .body_item__detail .detail_line + .detail_line {
  margin-top: 8px;
}
.c-rokuyo .c-rokuyo__body .body_item .body_item__detail .detail_line .shop {
  display: block;
  width: 100px;
  margin-right: 20px;
  color: #ffffff;
  font-size: 1.5rem;
  background: #B58D5C;
  border-radius: 20px;
}
.c-rokuyo .c-rokuyo__body .body_item .body_item__detail .detail_line .time {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100px;
  font-weight: bold;
}
.c-rokuyo .c-rokuyo__body .body_item .body_item__detail .detail_line .time p {
  display: block;
  width: 48%;
  font-size: 1.5rem;
}
.c-rokuyo .c-rokuyo__body .body_item .body_item__detail .detail_line .time p a,
.c-rokuyo .c-rokuyo__body .body_item .body_item__detail .detail_line .time p span {
  display: inline-block;
  margin-left: 8px;
  color: #a20867;
  font-size: 1.8rem;
}
.c-rokuyo .c-rokuyo__body .body_item .body_item__detail .detail_line .time p a:hover {
  opacity: 0.6;
}

@media (min-width: 568px) {
  .c-rokuyo .c-rokuyo__body .body_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-rokuyo .c-rokuyo__body .body_item .body_item__head {
    display: block;
    width: 40%;
    padding: 20px;
  }
  .c-rokuyo .c-rokuyo__body .body_item .body_item__head .head_badge {
    top: 23px;
  }
  .c-rokuyo .c-rokuyo__body .body_item .body_item__detail {
    display: block;
    width: 60%;
    padding: 20px;
  }
}

a.disable:hover {
  cursor: default;
  opacity:1 !important;
}

.myButton_link{
  color: #ffca99;
  font-size: 14px;
  text-decoration:underline;
}
.myButton_link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0);
}

.name{
  margin-left: 0 !important;
  font-size: 1.5rem !important;
  color:black !important;
}