<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* etc-news01年末年始のお知らせ　ここから */
/*etc01 メイン画像*/
/*ここから日本の世界遺産*/
.mainimage_sabu_etc {
    background-image: url(../img/kv_etc_img01.jpg);
    background-position: center top;
    background-size: cover;
    margin-bottom: 50px;
    border-top: 1px solid #171c61;
    border-bottom: 1px solid #171c61;
}
/*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_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;
}
.etc-sec1, .etc-sec2, .etc-sec3, .etc-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: 150px;
}
.etc_text02 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 50px;
    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: 80px;;
}
/* etc-news01年末年始のお知らせ　ここまで */


@media screen and (max-width:1040px){
.etc_text02 {
    margin-top: 30px;
    font-size: 20px;
}
.etc_text03 {
    font-size: 20px;
} 
}

@media screen and (max-width:600px){
/* etc-news01年末年始のお知らせ　ここから */
.etc-sec1, .etc-sec2, .etc-sec3, .etc-sec4, .etc-sec5, .etc-sec6, .etc-sec7, .etc-sec8, .etc-sec9, .etc-sec10 {
     width: 100%;
}
/*etc-news01年末年始のお知らせ メイン画像bg*/
.mainimage_sabu_etc {
    background-image: url(../img/kv_etc_bg01_sp.jpg);
    background-position: center top;
    background-size: cover;
}
.etc_text01 {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 50px;
}
.etc_text02 {
    margin-top: 20px;
    font-size: 13px;
}
.etc_text03 {
    font-size: 12px;
    margin-top: 0px;
    padding-bottom: 20px;
} 
.etc_subtitle {
	padding-top: 10px;
	padding-bottom: 10px;  
}  
    

    
}
</pre></body></html>