@charset "UTF-8";
div:after,
ul:after,
section:after {
  content: "";
  display: block;
  clear: both;
}

.inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 959px) {
  .inner {
    padding: 0 10px;
  }
}

img {
  max-width: 100%;
}

.bustour {
}
.bustour h2 {
  text-align: center;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .bustour h2 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .bustour h2 img {
    width: 200px;
  }
}
.bustour .tour-list .tour {
  border: solid 1px #c9c9c9;
  margin-bottom: 25px;
}
@media screen and (max-width: 959px) {
  .bustour .tour-list .tour {
    width: 48%;
    float: left;
    margin: 0 1% 25px;
  }
}
@media screen and (max-width: 479px) {
  .bustour .tour-list .tour {
    width: 100%;
    margin: 0 0 25px;
  }
}
.bustour .tour-list .tour .image {
  width: 315px;
  height: 205px;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .bustour .tour-list .tour .image {
    width: 100%;
    height: auto;
  }
}
.bustour .tour-list .tour .image:before {
  content: "";
  display: block;
  padding-top: 65.116279069%;
}
.bustour .tour-list .tour .text {
  float: left;
  width: 450px;
  height: 205px;
  padding: 10px 20px;
  border-right: solid 1px #c9c9c9;
  border-left: solid 1px #c9c9c9;
}
@media screen and (max-width: 959px) {
  .bustour .tour-list .tour .text {
    width: 100%;
    height: auto;
    border: none;
  }
}
.bustour .tour-list .tour .text .day {
  font-size: 0.875em;
  color: #424242;
  letter-spacing: 1px;
}
.bustour .tour-list .tour .text h3 {
  font-size: 1em;
  padding: 5px 0;
  color: #545454;
  letter-spacing: 0.5px;
}
.bustour .tour-list .tour .text ul {
  list-style: none;
}
.bustour .tour-list .tour .text ul li {
  font-size: 0.875em;
}
.bustour .tour-list .tour .text ul li.cost {
  padding-left: 3em;
  position: relative;
}
.bustour .tour-list .tour .text ul li.cost:before {
  position: absolute;
  content: "費用：";
  top: 0;
  left: 0;
}
.bustour .tour-list .tour .btn {
  width: 193px;
  height: 205px;
  float: right;
  background-color: #e8e8e8;
}
@media screen and (max-width: 959px) {
  .bustour .tour-list .tour .btn {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    text-align: center;
  }
}
.bustour .tour-list .tour .btn span {
  text-align: center;
  display: block;
  padding: 33px 0;
}
@media screen and (max-width: 959px) {
  .bustour .tour-list .tour .btn span {
    margin: 0 10px;
    padding: 15px 0 0;
    display: inline-block;
  }
}
