@charset "UTF-8";

.p-favorite {
  border: 1px solid #dbd7d5; }
  @media screen and (min-width: 640px) {
    .p-favorite {
      border-bottom-width: 3px;
      border-radius: 6px; } }
  @media screen and (max-width: 640px) {
    .p-favorite {
      margin: 15px 10px;
      border-bottom-width: 2px;
      border-radius: 4px; } }

.p-favorite__table {
  width: 100%;
  border-collapse: collapse; }

.p-favorite__table__heading, .p-favorite__table__description {
  line-height: 1.4;
  letter-spacing: 0.06em; }
  @media screen and (min-width: 640px) {
    .p-favorite__table__heading, .p-favorite__table__description {
      padding: 7px;
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 640px) {
    .p-favorite__table__heading, .p-favorite__table__description {
      padding: 8px 6px;
      font-size: 10px;
      font-size: 1rem; } }

.p-favorite__table__row:nth-child(2n) * {
  font-size: 10px;
  font-size: 1rem; }

.p-favorite__table__heading {
  border-left: 1px solid #fff;
  background-color: #f2f2f2; }
.p-favorite__table__heading.-thumb {
  border-left: none; }    
  .p-favorite__table__heading:not(:first-child) {
    border-left: 1px solid #fff; }
  .p-favorite__table__heading[colspan="8"] {
    border-bottom: 1px solid #fff; }
  @media screen and (min-width: 640px) {
    .p-favorite__table__heading.-thumb {
      width: 170px;
      border-radius: 6px 0 0 0;
      font-size: 10px;
      font-size: 1rem;
      text-align: left;
      vertical-align: bottom; } }
  @media screen and (max-width: 640px) {
    .p-favorite__table__heading.-thumb {
      width: 33%;
      font-size: 9px;
      font-size: 0.9rem; } }
  @media screen and (min-width: 640px) {
    .p-favorite__table__heading.-area {
      width: 80px; } }
  @media screen and (max-width: 640px) {
    .p-favorite__table__heading.-area {
      width: 16%; } }
  @media screen and (min-width: 640px) {
    .p-favorite__table__heading.-capacity {
      width: 340px;
      border-radius: 0 6px 0 0; } }
  @media screen and (max-width: 640px) {
    .p-favorite__table__heading.-capacity {
      display: none; } }
  @media screen and (max-width: 640px) {
    .p-favorite__table__heading.-capacity_child {
      display: none; } }
  @media screen and (min-width: 640px) {
    .p-favorite__table__heading.-price {
      width: 94px; } }
  @media screen and (max-width: 640px) {
    .p-favorite__table__heading.-price {
      display: none; } }
  @media screen and (min-width: 640px) {
    .p-favorite__table__heading.-station {
      width: 240px; } }

.p-favorite__table__description {
  border-bottom: 1px solid #dbd7d5;
  text-align: center; }
  .p-favorite__table__description {
    border-left: 1px solid #dbd7d5; }
  .p-favorite__table__description.-thumb {
    border-left: none; }
  .p-favorite__table__description.-thumb, .p-favorite__table__description.-building, .p-favorite__table__description.-station {
    text-align: left; }
  .p-favorite__table__description.-thumb img {
    vertical-align: middle; }
  @media screen and (min-width: 640px) {
    .p-favorite__table__description.-thumb img {
      width: 125px; }
    .p-favorite__table__description.-station {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 640px) {
    .p-favorite__table__description.-thumb img {
      width: 75%; }
    .p-favorite__table__description.-price {
      display: none; } }
  .p-favorite__table__description.-capacity {
    font-size: 10px;
    font-size: 1rem; }
    @media screen and (max-width: 640px) {
      .p-favorite__table__description.-capacity {
        display: none; } }

.p-favorite__table__link {
  text-decoration: underline; }
  @media screen and (min-width: 640px) {
    .p-favorite__table__link {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 640px) {
    .p-favorite__table__link {
      font-size: 12px;
      font-size: 1.2rem; } }
  .p-favorite__table__link:hover {
    text-decoration: none; }

.p-favorite__button__outer {
  position: relative;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .p-favorite__button__outer {
      margin: 25px 26px 40px; } }
  @media screen and (max-width: 640px) {
    .p-favorite__button__outer {
      margin: 20px 0 30px; } }

.p-favorite__button {
  display: inline-block;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: top; }
  @media screen and (min-width: 640px) {
    .p-favorite__button {
      height: 50px; } }
  @media screen and (max-width: 640px) {
    .p-favorite__button {
      width: 78%;
      height: 45px;
      padding: 6px 0; } }
  .p-favorite__button--sub {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #969696;
    background-color: #dbd7d5;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4; }
    @media screen and (min-width: 640px) {
      .p-favorite__button--sub {
        position: absolute;
        left: 0;
        width: 166px;
        padding: 8px 15px;
        border-bottom-width: 2px;
        text-align: left; } }
    @media screen and (max-width: 640px) {
      .p-favorite__button--sub {
        margin-bottom: 10px;
        border-bottom-width: 1px; } }
  .p-favorite__button--main {
    border-bottom: solid #333;
    box-sizing: border-box;
    background-color: #1581b6;
    color: #fff; }
    @media screen and (min-width: 640px) {
      .p-favorite__button--main {
        width: 332px;
        border-bottom-width: 2px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 48px; } }
    @media screen and (max-width: 640px) {
      .p-favorite__button--main {
        border-bottom-width: 1px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 34px; } }

@media screen and (min-width: 640px) {
  .p-login__inner {
    width: 696px;
    margin: 34px auto 30px; } }

@media screen and (min-width: 640px) {
  .p-login__form__inner {
    margin-bottom: 25px; } }

@media screen and (min-width: 640px) {
  .p-login__form__title {
    width: 182px;
    vertical-align: middle; } }

@media screen and (min-width: 640px) {
  .p-login__autologin {
    margin-left: 184px; } }

@media screen and (max-width: 640px) {
  .p-login__autologin {
    width: 85%;
    margin: 20px auto; } }

.p-login__memberinfo {
  border-top: solid #cecece; }
  @media screen and (min-width: 640px) {
    .p-login__memberinfo {
      margin-top: 30px;
      padding-top: 30px;
      border-top-width: 2px; } }
  @media screen and (max-width: 640px) {
    .p-login__memberinfo {
      margin-top: 25px;
      padding-top: 25px;
      border-top-width: 1px; } }

.p-login__memberinfo__item {
  display: table; }
  @media screen and (min-width: 640px) {
    .p-login__memberinfo__item {
      width: 400px;
      margin: 0 auto; } }
  @media screen and (max-width: 640px) {
    .p-login__memberinfo__item {
      width: 100%; } }
  .p-login__memberinfo__item:not(:first-child) {
    margin-top: 10px; }

.p-login__memberinfo__title, .p-login__memberinfo__description {
  display: table-cell;
  text-align: left;
  vertical-align: middle; }

@media screen and (min-width: 640px) {
  .p-login__memberinfo__title {
    width: 266px; } }

@media screen and (max-width: 640px) {
  .p-login__memberinfo__title {
    width: 65%; } }

.p-login__memberinfo__link {
  text-decoration: underline; }
  .p-login__memberinfo__link::after {
    display: inline-block;
    margin-left: 10px;
    content: ""; }
    @media screen and (min-width: 640px) {
      .p-login__memberinfo__link::after {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 6px solid #333;
        vertical-align: 1px; } }
    @media screen and (max-width: 640px) {
      .p-login__memberinfo__link::after {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #333;
        vertical-align: -1px; } }

.l-container--side {
  position: relative; }
  @media screen and (min-width: 640px) {
    .l-container--side {
      float: left;
      width: 240px; } }
  @media screen and (max-width: 640px) {
    .l-container--side {
      width: calc(100% - 20px);
      margin-right: 10px;
      margin-left: 10px; } }

.l-container--main {
  position: relative;
  box-sizing: border-box; }
  @media screen and (min-width: 640px) {
    .l-container--main {
      float: right;
      width: 695px; } }
  @media screen and (max-width: 640px) {
    .l-container--main {
      width: calc(100% - 20px);
      margin-right: 10px;
      margin-left: 10px; } }

@media screen and (min-width: 640px) {
  .p-mypage__username {
    margin: 25px 0 30px; } }

@media screen and (max-width: 640px) {
  .p-mypage__username {
    margin: 15px 10px; } }

@media screen and (min-width: 640px) {
  .p-mypage__inner {
    display: table;
    width: 100%; } }

@media screen and (min-width: 640px) {
  .p-mypage__menu {
    min-height: 750px;
    background-color: #f2f2f2; } }

@media screen and (max-width: 640px) {
  .p-mypage__menu {
    margin: 15px auto; } }

.p-mypage__menu__heading {
  padding: 12px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem; }

@media screen and (min-width: 640px) {
  .p-mypage__menu__icon {
    margin-right: 8px; } }

@media screen and (max-width: 640px) {
  .p-mypage__menu__icon {
    margin-top: 5px;
    color: #1581b6;
    font-size: 24px;
    font-size: 2.4rem; } }

@media screen and (min-width: 640px) {
  .p-mypage__menu__list {
    padding: 12px; } }

@media screen and (max-width: 640px) {
  .p-mypage__menu__list {
    letter-spacing: -0.5em; } }

@media screen and (max-width: 640px) {
  .p-mypage__menu__item {
    display: inline-block;
    width: 33.333%;
    letter-spacing: 0; } }

@media screen and (min-width: 640px) {
  .p-mypage__menu__item:not(:first-child) {
    margin-top: 12px; } }

@media screen and (max-width: 640px) {
  .p-mypage__menu__item:not(:nth-child(3n)) {
    border-right: 2px solid #fff; } }

@media screen and (max-width: 640px) {
  .p-mypage__menu__item:nth-child(n+4) {
    border-top: 2px solid #fff; } }

.p-mypage__menu__link {
  display: block;
  position: relative; }
  @media screen and (min-width: 640px) {
    .p-mypage__menu__link {
      height: 42px;
      padding: 0 18px;
      border: 1px solid #cecece;
      border-bottom-width: 2px;
      border-radius: 6px;
      background-color: #fff;
      font-weight: bold;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 40px;
      transition: .4s all; } }
  @media screen and (max-width: 640px) {
    .p-mypage__menu__link {
      padding: 10px 0;
      background-color: #f2f2f2;
      font-size: 11px;
      font-size: 1.1rem;
      letter-spacing: 0.06em;
      text-align: center; } }
  .p-mypage__menu__link.is-current {
    background-color: #1581b6;
    color: #fff; }
  .p-mypage__menu__link:hover {
    opacity: .7; }

@media screen and (max-width: 640px) {
  .is-current .p-mypage__menu__icon {
    color: #fff; } }

.p-mypage__menu__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.p-mypage__main {
  border: 1px solid #dbd7d5; }
  @media screen and (min-width: 640px) {
    .p-mypage__main {
      min-height: 750px;
      padding: 26px 24px;
      border-bottom-width: 3px;
      border-radius: 6px; } }
  @media screen and (max-width: 640px) {
    .p-mypage__main {
      padding: 15px 13px;
      border-bottom-width: 2px;
      border-radius: 4px; } }

.p-mypage__heading {
  border-left: solid #005ba9;
  font-weight: bold;
  letter-spacing: 0.1em; }
  @media screen and (min-width: 640px) {
    .p-mypage__heading {
      margin-bottom: 25px;
      padding-left: 17px;
      border-left-width: 6px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px; } }
  @media screen and (max-width: 640px) {
    .p-mypage__heading {
      margin-bottom: 15px;
      padding-left: 12px;
      border-left-width: 5px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 21px; } }

@media screen and (min-width: 640px) {
  .p-mypage__information__inner {
    display: table;
    width: 100%;
    border-collapse: collapse; } }

@media screen and (min-width: 640px) {
  .p-mypage__information__item {
    display: table-row; } }

@media screen and (max-width: 640px) {
  .p-mypage__information__item:first-child {
    border-top: 1px solid #dbd7d5; } }

@media screen and (min-width: 640px) {
  .p-mypage__information__category, .p-mypage__information__title {
    display: table-cell;
    padding: 16px 20px;
    border: 1px solid #dbd7d5; } }

@media screen and (max-width: 640px) {
  .p-mypage__information__category, .p-mypage__information__title {
    padding: 8px 14px;
    border-right: 1px solid #dbd7d5;
    border-bottom: 1px solid #dbd7d5;
    border-left: 1px solid #dbd7d5;
    line-height: 1.4; } }

@media screen and (min-width: 640px) {
  .p-mypage__information__category {
    width: 120px;
    text-align: center;
    vertical-align: middle; } }

.p-mypage__information__date {
  margin-bottom: 5px; }

.p-mypage__information__link {
  text-decoration: underline; }
  .p-mypage__information__link:hover {
    text-decoration: none; }

.p-mypage__button__outer {
  text-align: center; }
  @media screen and (min-width: 640px) {
    .p-mypage__button__outer {
      margin: 32px auto; } }
  @media screen and (max-width: 640px) {
    .p-mypage__button__outer {
      margin: 30px auto; } }

.p-mypage__button {
  display: inline-block;
  border-bottom: solid #333;
  background-color: #1581b6;
  color: #fff; }
  @media screen and (min-width: 640px) {
    .p-mypage__button {
      width: 332px;
      height: 50px;
      border-bottom-width: 2px;
      border-radius: 6px;
      font-size: 20px;
      font-size: 2rem;
      line-height: 50px; } }
  @media screen and (max-width: 640px) {
    .p-mypage__button {
      width: 80%;
      height: 45px;
      border-bottom-width: 1px;
      border-radius: 3px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 45px; } }

@media screen and (min-width: 640px) {
.history:last-child {
margin-top: 30px;
}
.history_list {
border: 1px solid #dbd7d5;
border-radius: 6px;
box-shadow:0px 3px 1px -1px #cecece;
-moz-box-shadow:0px 3px 1px -1px #cecece;
-webkit-box-shadow:0px 3px 1px -1px #cecece;
}
.history_subTitle {
background: #F2F2F2;
margin: 0;
padding: 15px 23px;
}
.history_subTitle span {
display: block;
border-left: 5px solid #005BA9;
line-height: 1.3;
padding-left: 10px
}
.history_list ul {
margin: 20px 0 0 23px;
}
.history_item {
float: left;
width: 174px;
margin: 0 10px 10px 0;
}
.history_item_image {
width: 174px;
height: 130px;
text-align: center;
display: table-cell;
vertical-align: middle;
}
.history_item_image img {
max-width: 174px;
max-height: 130px;
}
.history_item_name {
font-size: 1.2rem;
margin-top: 5px;
}
}
@media screen and (max-width: 640px) {
.history {
margin: 0 15px 20px;
}
.history_subTitle {
 border-left: 3px solid #005ba9;
    color: #525252;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 15px 0;
    padding-left: 6px;
}
.history_item {
margin-bottom: 15px;
}
.history_item a {
display: table;
table-layout: fixed;
width: 100%;
}
.history_item_image {
display: table-cell;
vertical-align: top;
width: 150px;
}
.history_item_name {
display: table-cell;
vertical-align: top;
padding-left: 10px;
}
}