@charset "UTF-8";
/**
 * 旅行・エンターテインメントでためる
 */
/* ==========================================================================
   style
   ========================================================================== */
.otoku-list {
  background-color: #eae3ed !important;
}

/* 2020.7.16 */
.cmn-table th.w50 {
  width: 50%;
}

.cmn-table th.w40 {
  width: 40%;
}

.cmn-table th.w30 {
  width: 30%;
}

.cmn-table th.w25 {
  width: 25%;
}

th span,
td span {
  display: block;
  font-size: 85%;
  font-weight: normal;
  margin-top: 5px;
}

td {
  vertical-align: middle;
}

.cmn-table td div {
  width: 75%;
  margin: 10px auto;
}
.cmn-table td div p {
  width: 50%;
  float: left;
  text-align: right;
  margin-top: 5px;
}
.cmn-table td div img {
  width: 40%;
  float: right;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .size {
    width: auto;
  }

  .cmn-table td div p {
    width: auto;
    float: none;
    margin-top: 0;
  }
  .cmn-table td div img {
    width: 70%;
    display: block;
    margin: 10px auto;
  }
}
.cmn-table {
  margin: 30px 0 5px;
}

.cmn-table td div img {
  float: none;
}

.fz80 {
  font-size: 80%;
}

td span {
  margin-right: 5px;
}

.fix {
  table-layout: fixed;
  word-break: break-all;
}

/* ==========================================================================
   STACIA
   ========================================================================== */
.stacia {
  margin-top: 80px;
  padding: 20px 3.05%;
  background-color: #4cacbb !important;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 114.2857142857%;
}
.stacia .cmn-btn a {
  background-color: #fff;
  border-color: #1b8090;
  color: #1b8090;
}
.stacia .cmn-btn a .outside {
  color: #888 !important;
}
.stacia .cmn-btn a:hover {
  background-color: #effbfd;
}
.stacia .icon__blank::after {
  background-image: url(/ax/common/css/img/icon-card-blank03.png);
}

@media screen and (max-width: 767px) {
  .cmn-btn a {
    line-height: 120%;
  }
}