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

/* キービジュアル */
.new_mainimage_sabu_etc-info {
    background-image: url("../img/etc/etc_new-info/kv_etc_img01.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}
/*etc01 画像固定01*/
.bg-image-fixed_etc01 {
    position: fixed; /* 背景を固定 */
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(../img/etc/etc_new-info/etc_bg01.jpg);
}
.etc_subtitle {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.etc_bg-white {
    background: rgba(255,255,255,0.7)/* 0.7　透明度 */;
    padding-bottom: 20px;        
}
.bg-image-clip_model_etc {
  position: absolute;
  top: 0px; /* 画像高さ調節1 */
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  clip-path: inset(0); /* 切り抜き */
  z-index: -1;
}
.new_info_sec1, .new_info_sec2, .new_info_sec3, .new_info_sec4 {
    position: relative;
}
.section-body_model_etc {
  position: relative;
  padding-top: 80px;
  margin-top: 0px; /* 画像高さ調節2 */
  width: 100%;
}
.etc_h3-img {
    text-align: center;
    margin-top: 20px;
}
.etc_text-logo {
    margin-top: 0px;
    padding-top: 40px;
    text-align: center;
}
.etc_img01 {
    text-align: center;
    margin-top: 40px;
}
.etc_text01 {
    font-size: 24px;
    margin-top: 30px;
    font-weight: normal;
    text-align: center;
    line-height: 2;
    margin-bottom: 50px;
}
.etc_text02 {
    font-size: 28px;
    line-height: 1.5;
    padding-bottom: 20px;
    text-align: center;
}
.etc_text03 {
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.etc_text-color_red {
    color: #e63066;
    font-weight: bold;
}
.etc_text-color_blue {
    color: #4169e1;
    font-weight: bold;
}
.etc_img03 {
    text-align: center;
    padding-bottom: 40px;
    margin-top: 20px;
}
@media screen and (max-width:767px) {
/*fee767*/

/* キービジュアル 海外ゴルフ*/
.new_mainimage_sabu_etc-info {
    background-image: url("../img/etc/etc_new-info/kv_etc_img01_sp.jpg");
    background-position: center top;
    background-size: cover;
    height: 300px;
}

.new_info_sec1,
.new_info_sec2,
.new_info_sec3,
.new_info_sec4,
.new_info_sec5,
.new_info_sec6,
.new_info_sec7,
.new_info_sec8,
.new_info_sec9,
.new_info_sec10,
.new_info_sec11,
.new_info_sec12,
.new_info_sec13,
.new_info_sec14,
.new_info_sec15 {
    width: 100%;
}
.etc_text01 {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 50px;
}
.etc_text02 {
    margin-top: 0px;
    font-size: 12px;
}
.etc_text03 {
    font-size: 12px;
    margin-top: 0px;
    padding-bottom: 20px;
} 
.etc_subtitle {
	padding-top: 10px;
	padding-bottom: 10px;  
}
    
    
}
