@charset "utf-8";
/* CSS Document */
/* キービジュアル */
.new_mainimage_sabu_gallop {
    background-image: url("../img/gallop/kv_gallop01.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
/*h2青緑ここから*/
.new_h2_gallop_area02_green-bl {
    margin-top: 100px;
    display: block;
}
.new_h2_gallop_area_green-bl {
    border-radius: 10px;
    background: linear-gradient(to right, #2f80ac, #02e8c2);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 50px;
}
/*ｈ2青緑ここまで*/
.new_gallop_green-bl_area {
    background-color: #fff;
    border: 4px solid #2c86ac;
    padding: 20px;
    margin-top: 15px;
    display: flex; /* 横並び */
   /* flex-wrap: wrap;*/
    justify-content: space-between; /* 残り余白の均等割り */
}
.new_gallop_bg {
    background-color: #ecf5fb;
    padding-top: 10px;
    padding-bottom: 10px;
}
.new_gallop_green-bl_img {
    padding-right: 20px;
}
.new_gallop_green-bl_name {
    font-size: 25px;
    font-weight: bold;
    color: #3081ad;
}
.new_gallop_red_bg {
    width: 100%;
    height: 150px;
    background-color: red;
    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), 0 100%);/*背景斜め*/
    margin-top: 30px;
}
.new_gallop_red_titl {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
}
.new_gallop_red_text {
    font-size: 18px;
    margin-top: 20px;
}
/*ここから赤色ボタン*/
a.new_gallop_btn_02-red {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #ff0000;
    background: #ff0000;
    color: #fff;
    transition: 0.5s;
    border-radius: 10px;
    font-size: 15px;
    width: 350px;
}
a.new_gallop_btn_02-red:hover {
    color: #ff0000;
    background: #fff;
}
.new_gallop_btn-area-flex {
    display: flex; /* 横並び */
    flex-wrap: wrap;
    justify-content: space-between; /* 残り余白の均等割り */
}
.new_gallop_day_area:after {
    content: "";
    display: block;
    width: 350px;
}

/*赤色ボタンここまで*/
.new_gallop_btn-area {
    padding-top: 40px;
    padding-bottom: 40px;
}
.new_gallop_btn-area figure {
    text-align: center;
    margin-top: 30px;
}
.new_gallop_btn-area-top {
    padding-top: 10px;
    padding-bottom: 10px;
}
.new_gallop_btn-area-top02 {
    padding-top: 30px;
    padding-bottom: 10px;
}
.new_gallop_btn-text {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
}
.new_gallop_btn-tel {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.new_gallop_btn-tel a {
    color: #000;
}
.new_gallop_btn-day {
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
}
/*ここからh3*/
.new_gallop_all-h3 {
    color: #001c58;
    font-size: 35px;
    text-align: center;
    border-bottom: 1px solid #001c58;
}
.new_gallop_all-h3-text {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
}
.new_gallop_all-titl-area {
    margin-top: 40px;
}
.new_gallop_all-h3-left {
    color: #001c58;
    font-size: 35px;
    text-align: left;
    border-bottom: 1px solid #001c58;
}
.new_gallop_all-h3-text-left {
    text-align: left;
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
}
/*ここまでh3*/
/*背景固定ここから*/
.new_gallop_bg-image-clip_model_tour01 {
  position: absolute;
  top: 0px; /* 画像高さ調節1 */
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 300px; /* 画像の高さ */
  clip-path: inset(0); /* 切り抜き */
  z-index: -1;
}
/*tour01 画像固定01*/
.new_gallop_bg-image-fixed_tour01 {
    position: fixed; /* 背景を固定 */
    top: 0;
    width: 100%;
    height: 100%;
    /*background-size: cover;*/
    background-position: center;
    background-image: url(../img/gallop/img_gallop-bg.jpg);
    padding-top: 0px;
}
.new_gallop_sec4 {
    position: relative;
}
.new_gallop_area-bg {
  margin-top: 300px; /* sec5 高さ下げる */
}
/*背景固定ここまで*/
/*ツアー概要_ここから*/
.new_gallop-text dt {
    padding-top: 23px;
    padding-right: 0px;
    width: 15em;
    float: left;
    min-width: 0px;
    font-weight: bold;
    padding-left: 0.5em;
    color: #3081ad;
    font-size: 18px;
}
.new_gallop-text dd {
    padding-top: 20px;/*上幅*/
    padding-bottom: 20px;/*下幅*/
    padding-left: 15.0em;/*左の文字位置*/
    font-size: 18px;
    border-bottom: 1px solid #3081ad;
    font-weight: normal;
    line-height: 2.5em;
}
.new_gallop-text dd a {
    color: #3048ac;
}
.new_gallop-text dd a:hover {
    color: #ff7050;
}
.new_gallop-text dd:last-child {
    border-bottom: 0px;
}
/*ボーダー上部分*/
/*.new_gallop-text {
	border-top: 1px solid #ff7050;
}*/
/*ツアー概要_ここまで*/
.new_gallop_box-dl {
    margin-top: 50px;    
}
.new_gallop_bl-aria {
    padding: 15px;
    margin-top: 25px;
    border-radius: 8px;
    border: 3px solid #3081ad;
    background-color: #fff;
}
.new_gallop_color-red {
    color: #ff0000;
}
.new_gallop_color-red-mini {
    color: #ff0000;
}
.new_gallop_color-red-big {
    color: #ff0000;
    font-size: 25px;
}
.new_gallop_color-red-mini {
    color: #ff0000;
}
.new_gallop_color-bl_green {
    color: #3081ad;
}
.new_gallop_color-bl_blue {
    color: #4c6dfa;
}
.new_gallop_ajia-aria {
    margin-top: 30px;
}
.new_gallop_ajia-lace {
    margin-top: 20px;
}
.new_gallop_ajia-lace figure {
    text-align: center;
}
.new_gallop_go-img-area figure {
    margin-bottom: 20px;
}
.new_gallop_lace-titla {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    color: #2c86ac;
    font-size: 30px;
}
.new_gallop_lace-text {
    text-align: center;
    font-size: 18px;
}
.new_gallop_go-img-text {
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: bold;
}
.new_gallop_go-img-area {
    margin-top: 30px;
}

.new_gallop_go-text-aria {
    margin-top: 40px;
}
.new_gallop_go-img-titl {
    color: red;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4em;
}
.new_gallop_go-text {
    font-size: 20px;
    padding-bottom: 40px;
}
.new_gallop_toku-aria {
    padding: 20px;
    border-radius: 20px;
    background-color: #3081ad;
    display: flex; /* 横並び */
    flex-wrap: wrap;
    justify-content: space-between; /* 残り余白の均等割り */
    margin-top: 30px;
    margin-bottom: 50px;
}
.new_gallop_toku-box {
    margin-right: 0px;
    padding-right: 15px;
}
.new_gallop_toku-box-text {
    width: 700px;
}
.new_gallop_toku-titl {
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5em;
}
.new_gallop_toku-text {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
}
.new_gallop_day_box {
    width: 370px;
}
.new_gallop_day_box p {
    margin-top: 20px;
}
.new_gallop_day_area {
    margin-top: 30px;
    display: flex; /* 横並び */
    flex-wrap: wrap;
    justify-content: space-between; /* 残り余白の均等割り */
    border-bottom-color: #001c58;
    border-bottom-width: 1px;
}
.new_gallop_day_area:after {
    content: "";
    display: block;
    width: 370px;
}
.new_gallop_ca-area {
    margin-top: 30px;
    display: flex; /* 横並び */
    flex-wrap: wrap;
    justify-content: space-between; /* 残り余白の均等割り */
    /*border-bottom: 1px solid #001c58;*/
    padding-left: 80px;
    padding-right: 80px;
}
.new_gallop_ca-area:after {
    content: "";
    display: block;
    width: 550px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.new_gallop_ca-box {
    width: 450px;
    /*background-color: #fff;*/
}
.new_gallop_cp-titl {
    color: #2c86ac;
    font-weight: bold;
    font-size: 40px;
}
.new_gallop_ca-box-inner {
    padding: 25px;
}
.new_gallop_cp-text {
    font-size: 18px;
}
.new_gallop_logo-area-flex {
    display: flex; /* 横並び */
    flex-wrap: wrap;
    justify-content: space-between; /* 残り余白の均等割り */
}
.new_gallop_logo-area-flex:after {
    content: "";
    display: block;
    width: 550px;
}

@media screen and (max-width:767px) {
/*fee767*/
/*メイン画像*/
.new_mainimage_sabu_gallop {
    background-image: url("../img/gallop/kv_gallop01_sp.jpg");
    background-position: center top;
    background-size: cover;
    height: 300px;
}
.new_gallop_sec1,
.new_gallop_sec2,
.new_gallop_sec3,
.new_gallop_sec4,
.new_gallop_sec5,
.new_gallop_sec6,
.new_gallop_sec7,
.new_gallop_sec8,
.new_gallop_sec9,
.new_gallop_sec10,
.new_gallop_sec11,
.new_gallop_sec12,
.new_gallop_sec13,
.new_gallop_sec14,
.new_gallop_sec15 {
    width: 100%;
}
  
/*赤色ボタンここから600*/
a.new_gallop_btn_02-red {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.new_gallop_btn-area-flex {
    display: block; /* 横並びトル */
    padding-bottom: 20px;
}

/*赤色ボタンここまで600*/
/*ツアー概要_ここから*/
.new_gallop-text dt {
    padding-top: 0px;
    float: none;
    border-right: none;
    padding-left: 0em;
    font-size: 15px;
}
.new_gallop-text dd {
    padding-bottom: 10px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    font-size: 15px;
    line-height: 2em;
}
/*ツアー概要_ここまで*/
.new_gallop_green-bl_area {
    display: block; /* 横並びトル */
    margin-top: 10px;
}
.new_gallop_green-bl_name {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.new_h2_gallop_area_green-bl {
    margin-top: 5px;
}
.new_gallop_red_titl {
    font-size: 18px;
    padding: 10px;
}
.new_gallop_red_bg {
    width: 100%;
    height: 80px;
}
/*ここからh3*/
.new_gallop_all-h3 {
    font-size: 20px;
}
.new_gallop_all-h3-text {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    font-weight: normal;
}
.new_gallop_all-titl-area {
    margin-top: 20px;
}
.new_gallop_all-h3-left {
    font-size: 20px;
    text-align: center;
}
.new_gallop_all-h3-text-left {
    font-size: 14px;
    margin-top: 10px;
    font-weight: normal;
}
/*ここまでh3*/
.new_gallop_red_text {
    font-size: 15px;
}
.new_gallop_lace-titla {
    font-size: 15px;
}
.new_gallop_lace-text {
    text-align: center;
    font-size: 15px;
}
.new_gallop_go-img-box {
    margin-top: 20px;
}

.new_gallop_bl-aria {
    font-size: 15px;
}
.new_gallop_go-img-titl {
    font-size: 18px;
}
.new_gallop_go-text {
    font-size: 15px;
}
.new_gallop_toku-aria {
    display: block; /* 横並びトル */
    padding: 10px;
    margin-top: 10px;
}
.new_gallop_toku-box-text {
    width: 100%;
}    
.new_gallop_toku-titl {
    font-size: 18px;
    line-height: 1.8em;
    margin-top: 15px;
}
.new_gallop_day_area {
    display: block; /* 横並びトル */
} 
.new_gallop_day_box p {
    margin-bottom: 20px;
}
.new_gallop_day_box {
    width: 100%;
}
.new_gallop_toku-box {
    width: 105%;
}
.new_gallop_toku-box-text {
    width: 100%;
}
.new_gallop_go-img-text {
    font-size: 15px;
    padding-bottom: 0px;
}
.new_gallop_ca-area {
    display: block; /* 横並びトル */
    padding-left: 0px;
    padding-right: 0px;
}
.new_gallop_ca-box {
    width: 100%;
    background-color: #fff;
}
.new_gallop_cp-titl {
    font-size: 20px;
}
.new_gallop_cp-text {
    font-size: 15px;
}
.new_gallop_green-bl_img {
    padding-right: 0px;
}
.new_gallop_logo-area-flex {
    display: block; /* 横並びトル */
    padding-left: 0px;
    padding-right: 0px;
}
}
