@charset "utf-8";
/* CSS Document */

/* KV 桜お花見 */
.new_mainimage_sabu_bus_sakura {
	background-image: url("../img/bus_sakura/kv_sakura01.jpg");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 300px;
	margin-bottom: 20px;
}
.new_sec_bus-tour0 {
	position: fixed;
	/* 背景を固定 */
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-image: url("../img/bus_sakura/bg_saku-tour01.jpg");
	z-index: -100;
}
.new_bus-tour_waku-area {
	padding: 25px;
	border-radius: 10px;
	background-color: #fff;
	margin-top: 40px;
	background-color: rgba(255,255,255,0.40);/*背景のみ白の透過*/
}
.new_bus-tour_waku-img {
	text-align: center;
}
/*淡い水色とピンクを掛け合わせたファンシー風のグラデーション文字*/
.h2_bus-tour_pink {
	display: inline-block;
	background: linear-gradient(0deg, #fac0d3 20%, #e75c77 89%);
	background: -webkit-linear-gradient(90deg, #fac0d3 20%, #e75c77 89%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 75px;
	font-weight: lighter;
}
.new_bus-tour_h2-area {
	text-align: center;
	margin-top: 20px;
}
.new_bus-tour_waku-text {
	font-size: 18px;
}
.new_bus-tour_h3-area h3 {
	font-size: 30px;
	color: #f0336a;
}
.new_bus-tour_h3-area p {
	font-weight: bold;
	font-size: 20px;
}
.new_bus-tour_travel-area {
	display: flex; /* 横並び */
	flex-wrap: wrap; /*　折り返しあり */
	justify-content: space-between;
}
/*左に空きスペースを入れる*/
.new_bus-tour_travel-area::after{
    content:"";
    display: block;
    width:510px;
}
.new_bus-tour_travel-box {
	width: 510px;
}
.new_bus-tour_dexipa {
	padding: 8px;
	background: linear-gradient(to right, #e75e78 30%, #f0336a 100%);
}
.new_bus-tour_text {
	color: #fff;
	font-size: 20px;
}
.new_bus-tour_dexipa p {
	text-align: center;
}
/*金色を基調とした高級感のあるグラデーション文字*/
.new_bus-tour_text-kin {
	display: inline-block;
	background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
	background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 50px;
	font-weight: bolder;
}
.new_bus-tour_travel-box-point {
	width: 550px;
}
.new_bus-tour_text-kin {
	padding-left: 25%;
	padding-right: 25%;
}
.new_bus-tour_h4_area {
	color: #f0336a;
	font-size: 20px;
	margin-top: 10px;
}
.new_bus-tour_box-point-text {
	margin-top: 10px;
	font-size: 15px;
}
.new_bus-tour_sche-area {
	margin-top: 25px;
}
.new_bus-tour_sche-pink01 {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #f5989d;
}
.new_bus-tour_sche-pink01 p {
	color: #e65d77;
}
.new_bus-tour_sche-pink02 {
	padding: 6px;
	background-color: #f5989d;
}
.new_bus-tour_sche-pink02 p {
	color: #fff;
}
/*申込ボタンここから*/
a.new_bus-tour_btn_red {
    display: block;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    padding: 1.2rem 3rem;
    font-weight: bold;
    background: #e65d77;
    color: #fff;
    transition: 0.5s;
    border-radius: 10px;
    font-size: 15px;
    width: 300px;
    text-align: center;
    border: 2px solid #e65d77;
}
a.new_bus-tour_btn_red:hover {
    color: #e65d77;
    background: #fff;
    border: 2px solid #e65d77;
}
.new_bus-tour_btn-area {
    padding-top: 10px;
    display: flex;
}
.new_bus-tour_btn-area a {
    margin-top: 30px;
}
/*申込ボタン02ここまで*/


/*最後のセクションにスペース*/
.new_sec_bus-tour6 {
	margin-bottom: 100px;	
}
@media screen and (max-width:767px){
	
/* KV 桜お花見 */
.new_mainimage_sabu_bus_sakura {
	background-image: url("../img/bus_sakura/kv_sakura01_sp.jpg");
    background-position: center top;
    background-size: cover;
}	
.new_sec_bus-tour0, .new_sec_bus-tour1, .new_sec_bus-tour2, .new_sec_bus-tour3, .new_sec_bus-tour4, .new_sec_bus-tour5, .new_sec_bus-tour6, .new_sec_bus-tour7, .new_sec_bus-tour8, .new_sec_bus-tour9, .new_sec_bus-tour10, .new_sec_bus-tour11, .new_sec_bus-tour12, .new_sec_bus-tour13, .new_sec_bus-tour14, .new_sec_bus-tour15, .new_sec_bus-tour16, .new_sec_bus-tour17, .new_sec_bus-tour18, .new_sec_bus-tour19, .new_sec_bus-tour20 {
    width: 100%;
}
/*申込ボタン 725*/
a.new_bus-tour_btn_red {
    font-size: 13px;
    width: 100%;
}
.new_bus-tour_btn-area {
	padding-bottom: 0px;
	padding-top: 0px;
	display: block;
}
a.new_bus-tour_btn_02 {
    padding: 1rem 0rem;
    width: 100%;
    margin-bottom: 20px;
}
.new_bus-tour_btn-area a {
    margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
/*申込ボタンここまで*/
	
.new_bus-tour_travel-box {
    width: 100%;
}
.new_bus-tour_travel-box-point {
    width: 100%;
}
.new_bus-tour_travel-area {
	display: block; /* 横並びトル */
}
/*淡い水色とピンクを掛け合わせたファンシー風のグラデーション文字*/
.h2_bus-tour_pink {
	font-size: 30px;
}
.new_bus-tour_waku-text {
	font-size: 15px;
}
/*金色を基調とした高級感のあるグラデーション文字*/
.new_bus-tour_text-kin {
	font-size: 30px;
}	
.new_bus-tour_text-kin {
	padding-left: 10%;
	padding-right: 10%;
}	
.new_bus-tour_sche-pink01 p, .new_bus-tour_sche-pink02 p {
	font-size: 10px;
}
.new_bus-tour_h4_area {
	font-size: 15px;
}
.new_bus-tour_dexipa {
	margin-bottom: 20px;
}
.new_bus-tour_text {
	font-size: 18px;
}
/*最後のセクションにスペース*/
.new_sec_bus-tour6 {
	margin-bottom: 50px;	
}
.new_bus-tour_h3-area h3 {
	font-size: 18px;
}
.new_bus-tour_h3-area p {
	font-size: 15px;
}
	
}	
