@charset "UTF-8";
/* CUSTOM VARIABLE */
/* Font */
/*TRANSITION*/
/*BREAKPOINT*/
.travelBlog {
  padding-top: 20px;
  width: 84%;
  margin: auto;
}

.travelBlog .box {
  background-image: url(../../img/common/box01_bg.gif);
  background-repeat: repeat;
  position: relative;
  padding: 40px 8%;
}

.travelBlog .box .line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.travelBlog .box ul {
  margin-bottom: 20px;
}

.travelBlog .box ul li a {
  display: block;
}

.travelBlog .box ul li a h2 {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  background-color: #589841;
  color: #FFF;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 7px 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.travelBlog .box ul li a .img {
  width: 100%;
  height: 50vw;
  border-radius: 10px;
  margin-bottom: 20px;
}

.travelBlog .box ul li a .img div {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.travelBlog .box ul li a p {
  line-height: 1.75;
}

.travelBlog .box .btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.travelBlog .box .btnBox a {
  font-size: 14px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D5524D;
  border-radius: 10px;
  width: 200px;
  height: 40px;
}

.tables {
  padding-top: 40px;
  max-width: 84%;
  margin: 0 auto 40px;
}

.tables .title img {
  height: 40px;
}

.tables .box {
  background-image: url(../../img/common/box01_bg.gif);
  background-repeat: repeat;
  position: relative;
  padding: 40px 8%;
}

.tables .box .line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.tables .box .desc {
  margin-bottom: 15px;
}

.tables .box .table-responsive {
  margin-bottom: 30px;
}

.tables .box .table-responsive:last-child {
  margin-bottom: 0;
}

.tables .box .table-responsive .table {
  width: 500px;
  text-align: center;
  background-color: #FFF;
  margin: 0;
}

.tables .box .table-responsive .table tr th, .tables .box .table-responsive .table tr td {
  border: 1px solid #C8C8C8;
}

.tables .box .table-responsive .table tr th {
  border: 1px solid #FFF;
}

.tables .box .table-responsive .table tr th.bg-yellow {
  background-image: url(../../img/travel/bg01.jpg);
  background-repeat: repeat;
}

.tables .box .table-responsive .table tr th.bg-pink {
  background-image: url(../../img/travel/bg02.jpg);
  background-repeat: repeat;
}

.tables .box .table-responsive .table tr th.bg-orange {
  background-image: url(../../img/travel/bg03.jpg);
  background-repeat: repeat;
}

.tables .box .table-responsive .table tr th.bg-green {
  background-image: url(../../img/travel/bg04.jpg);
  background-repeat: repeat;
}

.tables .box .table-responsive .table tr th.bg-purple {
  background-image: url(../../img/travel/bg05.jpg);
  background-repeat: repeat;
}

/*# sourceMappingURL=travel.css.map */