@charset "utf-8";
/* CSS Document */
.new_mainimage_sabu_info {
  background-image: url("../img/domestic_tourist_info/kv_info-01.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}
.new_domestic_tourist_info_text {
  font-size: 15px;
  margin: 30px auto;
}
.new_domestic_tourist_info_text-01 {
  font-size: 40px;
  color: #00a0e9;
  margin-top: 50px;
  text-align: center;
}
.new_area_h2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.new_domestic_bg-yellow {
  background-color: #fff2cc;
  width: 350px;
  padding: 10px;
  margin-top: 30px;
}
.new_domestic_bg-white {
  border-radius: 10px;
  background-color: #fff;
  width: 330px;
  padding: 10px;
  height: 297px;
}
.new_domestic_img {
  text-align: center;
}
.new_domestic_img a:hover{ 
	opacity:0.5;
	transition:0.3s;
}
.new_domestic_text-blue {
  color: #00a0e9;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
.new_domestic_bg-white p {
  text-align: center;
  height: 28px;
}
.new_domestic_btn {
  border-radius: 10px;
  background-color: #ffae42;
  color:#fff;
  border: 1px solid #ffae42;
  transition: 0.5s;
  padding-top: 5px;
  padding-bottom: 0px;
  text-align: center;
  width: 180px;
  height: 40px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}
.new_domestic_btn a {
  text-align: center;
  color: #fff;
  font-weight:bold;
}
.new_domestic_aria {
  display: flex; /* 横並び */
  flex-wrap: wrap;
  justify-content: space-between; /* 残り余白の均等割り */
}
.new_domestic_aria:after {
  content: "";
  display: block;
  width: 350px;
}
.new_domestic_bg-white-text {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
 .new_domestic_btn:hover {
    background-color:#fff;
	color: #ffae42;
    font-weight: 600;
  }
.new_domestic_btn:hover a {
	color: #ffae42;
}
.new_domestic_tourist_sec1{
	padding-bottom: 40px;
}
@media screen and (max-width:767px) {
  .new_mainimage_sabu_info {
    background-image: url("../img/domestic_tourist_info/kv_info-01_sp.jpg");
    background-position: center top;
    background-size: cover;
    height: 300px;
  }
  .new_domestic_aria {
    display: block; /* 横並びトル*/
  }
  .new_domestic_tourist_sec1 {
    width: 100%;
	padding-bottom: 40px;
  }
  .new_domestic_bg-yellow {
    width: 100%;
  }
  .new_domestic_bg-white {
    width: 100%;
  }
  .new_domestic_tourist_info_text-01 {
    font-size: 17px;
	margin: 30px;
  }
  .new_domestic_bg-white p {
    text-align: center;
    font-size: 15px;
  }
  .new_domestic_tourist_info_text {
   font-size: 12px;
   margin: 30px;
  }
  .new_domestic_btn:hover{
	border: none;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
  }
}