<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* =sticky
---------------------------------------------------- */

.ballonSticky ,.ballonSticky_02 {
	 position: fixed;
    margin-right: 10px;
    margin-top: 10px;
    right: 0;
		padding: 8px 4px;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
  .ballonSticky span, .ballonSticky_02 span{
    font-size: 21px;
  }
/* -----------------------サイドバナー1つ目 */
.ballonSticky{
	top: 315px;
}
/* -----------------------サイドバナー2つ目 */
	.ballonSticky_02{
	top: 425px;
	width: 195px;
	}
	.ballonSticky a::before,.ballonSticky_02 a::before {
    content: '';
    position: absolute;
    bottom: 7px;
    right: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(0 0 0 / 0) rgba(0 0 0 /0) #fff rgba(0 0 0 /0);
    border-width: 0 0 18px 18px;
  }


    /* =TOP画像　ランダムなし
---------------------------------------------------- */
    .home_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 1140px;
        height: 650px;
        margin-left: auto;
        margin-right: auto;
        background-size: contain;
      }
      .img08 {
        background-image: url(../img/home_hero08.jpg);
      }
/* ページネーション */
</pre></body></html>