@charset "utf-8";


/* ---------------------
PC Style
---------------------- */
.mrgn-b30 {
  margin-bottom: 30px;
}

.mrgn-b60 {
  margin-bottom: 60px;
}

.mrgn-b120 {
  margin-bottom: 120px;
}

.mainContentsWrapper {
  width: 850px;
}

.pageLinkWrapper ul :last-child {
  width: 29%;
}

.grey-box img {
  float: left;
  padding-right: 40px;
}

.grey-box p,
.grey-box h2 {
  padding-right: 40px
}

.grey-box {
  background-color: #f7f7f7;
  height: 250px;
  width: 850px;
  position: relative;
  display: inline-block;
}

.grey-box:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f7f7f7;
}

.grey-box p {
  margin: 0;
  padding: 0;
}

.contents-box {
  margin-bottom: 100px;
}

.contents-box .contents-h3 {
  font-size: 1.0em;
  line-height: 1.5em;
}

.contents-box .img-box {
  width: 180px;
  height: 180px;
  float: left;
  padding-right: 10px;
}

.contents-box .img-box img {
  margin: 0 auto;
  display: block;
}

.contents-box p.tag {
  display: inline-block;
  padding: 0px 8px;
  color: white;
  font-size: 85%;
  width: 100px;
  height: 30px;
  text-align: center;
  margin-bottom: 5px;
}

.contents-box p.pink {
  background: #E5629D;
}

.contents-box p.gold {
  background: #B38D55;
}

.contents-box p.blue {
  background: #009FE7;
}

.contents-box p.link-button {
  border: solid 1px #68787f;
  border-radius: 5px;
  float: right;
  display: block;
  padding: 4px 0px 4px 20px;
  margin-top: 10px;
  width: 260px;
  text-align: center;
  cursor: pointer;
}

.arrow {
  color: #68787f;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #68787f;
  border-right: solid 1px #68787f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 15px;
  margin-bottom: 2.5px;
}

.contents-box p.title {
  padding-bottom: 0px;
  font-size: 110%;
  line-height: 1;
}

.contents-box .contents-title {
  font-size: 140%;
  margin-bottom: 15px;
}

.mrgn-b115 {
  margin-bottom: 115px;
}

.mrgn-b125 {
  margin-bottom: 125px;
}

.mrgn-b230 {
  margin-bottom: 230px;
}

.right-box {
  color: black;
  padding-left: 40px;
  padding-top: 30px;
}

.app-box {
  margin-top: 10px;
  background-color: #f7f7f7;
  width: 600px;
  float: right;
  text-align: left;
  padding: 10px 20px 5px 40px;
}

.app-box p {
  margin-bottom: -60px;
}

.app-box :nth-child(4) {
  padding-left: 10px;
}

.app-box img {
  padding-right: 10px;
}

.vod {
  margin-bottom: 130px;
}


/* ---------------------
SP Style
---------------------- */
@media all and (max-width: 800px) {
  .mainContentsWrapper {
    width: auto;
  }

  .grey-box {
    width: auto;
    height: auto;
    padding-right: 0;
    text-align: center;
    padding-top: 10px;
  }

  .grey-box h2 {
    padding-right: 0;
  }

  .grey-box img {
    width: auto;
    float: none;
    padding: 0;
    border-radius: 6px;
  }

  .grey-box p {
    padding: 0 5px 20px 5px;
  }

  .grey-box h2 {
    padding: 0 0 10px 0;
  }

  .contents-box {
    width: auto;
  }

  .contents-box .img-box {
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
    margin-right: 10px;
  }

  .contents-box .img-box img {
    margin: 0 auto;
    max-height: 100px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }

  .contents-box p.link-button {
    float: none;
    width: 93%;
  }

  .contents-box {
    margin-bottom: 50px;
  }

  .contents-box p.title {
    height: 30px;
  }

  .contents-box .contents-h3 {
    height: 70px;
  }

  .contents-box .contents-title {
    height: 70px;
    margin-bottom: 0px;
  }

  .app-box {
    width: auto;
    float: none;
    text-align: left;
  }

  .app-box p {
    margin-bottom: -15px;
  }

  .mrgn-b125 {
    margin-bottom: 80px;
  }

  .mrgn-b30 {
    margin-bottom: 5px
  }

  .vod {
    margin-bottom: 50px;
  }

  #sp-bottom {
    padding-bottom: 0px;
  }

  #sp-bottom2 {
    margin-bottom: 75px;
  }

}

/*20200108 add*/
.stay-concierge .link-button-box {
  display: flex;
  justify-content: flex-end;
}

.stay-concierge p.link-button {
  padding: 6px 12px 6px 21px;
  line-height: 1.5;
  float: none;
}

.stay-concierge p + p {
  margin-left: 10px;
}

@media screen and (max-width:800px) {
  .stay-concierge .link-button-box {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .stay-concierge p + p {
    width: 93%;
    margin-left: 0;
  }
}

@media screen and (max-width:480px) {
  .stay-concierge .contents-title {
    line-height: 1.1;
  }
}


#stayconcierge{
    margin-top:-85px;
    padding-top:85px;
}

/*20200110*/
.pageLinkWrapper ul li {
  width: 40%;
}
