@charset "UTF-8";
body {
  background-color: #303973;
  color: #303973;
  padding: 50px 0;
  font-size: 1.5em;
}
body.fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

a img {
    transition: transform 0.3s ease;
}

a img:hover {
    transform: scale(1.20); /* 画像を拡大 */
}

.name {
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
  padding-bottom: 2em;
}

.point-area {
  max-width: 550px;
  margin: 0 auto;
}

.point-content {
  text-align: center;
}

.point-display {
  word-wrap: normal;
  background-image: url('/Public/mypage/images/point-bg.png?1');
  background-repeat: no-repeat;
  background-position: center;
  width: 550px;
  margin-bottom: 15px;
  padding-left: 20px;
}

.point-image {
  width: 600px;
}

#openModal img.point-image {
  width: 320px;
}

.point-content .current-point {
  font-size: 2.0em;
  padding-bottom: 0em;
  color: white;
}

.point-content .point-display .point {
  font-family: "Amiri", serif;
  font-weight: bold;
  font-size: 3em;
}

.point-content .point-display .npoint {
  font-size: 2.5em;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
}

.point-content .point-display .pt {
  font-family: "Amiri", serif;
  font-weight: bold;
  font-size: 1.3em;
}

.pt{
  color: #eee!important;
}

.reserve-area {
  padding: 40px 0;
  color: #303973;
}

.reserve-area .reserve-area-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  color: #303973;
  padding-bottom: 3em;
}

.reserve-list li:nth-child(odd) {
  background-color: #fff;
}

.reserve-list .reserve-list-item {
  display: flex;
  justify-content: space-between;
  padding: 1em 1em;
  align-items: center;
}

.reserve-list .reserve-list-item:nth-child(2) {
  padding-left: calc(1em + 10px); /* 左のパディングを追加 */
  padding-right: calc(1em + 10px); /* 右のパディングを追加 */
}

@media screen and (max-width: 600px) {
  .reserve-list .reserve-list-item {
    display: block;
  }
}

.reserve-list .reserve-list-item .item-status {
  width: 130px;
  margin-right: 1em;
}

@media screen and (max-width: 600px) {
  .reserve-list .reserve-list-item .item-status {
    margin: 0 auto 0.5em auto;
  }
}

.reserve-list .reserve-list-item .item-status .status {
  background-color: #88a3a8;
  color: #fff;
  text-align: center;
  padding: 0.7em 0.5em;
  font-size: 0.85em;
  border-radius: 3px;
}

.item-status,.status{
  font-size: 90%;
  overflow-wrap: break-word;
  overflow: hidden;
}

.reserve-list .reserve-list-item .item-info {
  flex: 1;
}

.reserve-list .reserve-list-item .item-info .item-date {
  font-size: 1.1em;
  padding-right: 1em;
  padding-bottom: 0.2em;
  font-weight: bold;
}

.reserve-list .reserve-list-item .item-info .item-date span {
  display: inline-block;
  padding-right: 0.5em;
}

.reserve-list .reserve-list-item .item-info .item-shop-and-teacher {
  font-size: 1.1em;
}

.reserve-list .reserve-list-item .item-info .item-shop-and-teacher span {
  display: inline-block;
}

.reserve-list .reserve-list-item .item-btn-detail {
  line-height: 1em;
}

.reserve-list .reserve-list-item .item-btn-detail span {
  display: block;
  width: 80px;
  padding: 0.4em 0 0.3em 0;
  background-color: #303973;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.link {
  list-style: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background-color: #003366;
  background-image: url("/Public/mypage/images/bg-nav.png");
}

.link li:last-child {
  border-bottom: none;
}

.link .link-item {
  padding: 1em 0 1em 1em;
  border-bottom: 1px dotted;
  width: 95%;
  margin: 0 auto;
}

.link .link-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.contents-area {
  opacity: 1;
  transition: opacity 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.contents-area.is-hide {
  display: none;
  opacity: 0;
}

.contents-area .btn-close {
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 0 5px #000);
}

@media screen and (max-width: 500px) {
  .contents-area .btn-close {
    width: 25px;
    height: 25px;
  }
}

.contents-area .link-contents {
  position: absolute;
  width: 95%;
  max-width: 900px;
  padding: 3em;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
}

@media screen and (max-width: 500px) {
  .contents-area .link-contents {
    top: 40px;
    padding: 3em 1.5em;
  }
}

.note {
  padding: 1.5em 0 0 0;
  width: 95%;
  margin: 0 auto;
}

.note .note-item {
  font-size: 0.9em;
  padding: 0.15em 0;
  margin: 0 0 0 1em;
  line-height: 1.4em;
}

.note .note-item::before {
  content: "※";
  margin: 0 0 0 -1em;
}

.reserve-modal-contents {
  display: none;
} 

.reserve-list .reserve-list-item span.use {
  color: red;
}

.reserve-list .reserve-list-item span.add {
  color: blue;
}

@media screen and (max-width: 600px) {
  .reserve-list .reserve-list-item span {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
}

.container {
  display: flex;
  position: relative;
  width: 800px;
  margin: auto;
  justify-content: center;
  background-image: linear-gradient(#0033cc, #6600cc);
}

.content {
  flex: 1;
  color: white;
  border-radius: 10px;
  padding: 5%;
  position: relative;
  background-image: url('/Public/mypage/images/bg-symbol.png?4');
  background-position: center top;
  background-repeat: no-repeat;
}

.sidebar-left, .sidebar-right {
  width: 32px;
  background-repeat: repeat-y;
}

.sidebar-left {
  background-image: url('/Public/mypage/images/bg-line-left.png');
}

.sidebar-right {
  background-image: url('/Public/mypage/images/bg-line-right.png');
}

nav.footernav {
  padding: 10px 0;
  position: relative;
  text-align: left;
  margin-top: 80px;
}

nav.footernav::before,
nav.footernav::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 32px;
  background-repeat: repeat-x;
}

nav.footernav::before {
  top: -32px;
  background-color: #004488;
  background-image: url('/Public/mypage/images/nav-line.png');
}

nav.footernav::after {
  bottom: -32px;
  background-color: #004488;
  background-image: url('/Public/mypage/images/nav-line.png');
}

.link {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 150px;
  text-align: left;
}

.link-item {
  margin: 10px 0;
}

.link-item a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-size:120%;
}

.link-item:hover {
  background-color: #0033cc;
}

.link-item i {
  margin-right: 8px;
}

button#showQrModal {
  background-color: none;
}


.infomationmessage{
color:#111;

}

#showQrModal {
  position: absolute;
  right: 10px;
  top: 50px;
  transform: translateY(-50%);
}
