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

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, images, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*--- --------------
	clearfix	*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


body{
    font-family: 'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
}

/*  共通
_________________________________________________*/

a{ text-decoration: none; }

/* ヘッダー
--------------------------------------------------*/



/* パンくず
--------------------------------------------------*/
#top{
    padding-top: 61px !important;
}


/* PC用
--------------------------------------------------*/
@media screen and (min-width:769px){
	.pc_no,
	.pcNone{display:none !important;}
}



/* スマホ用
--------------------------------------------------*/
@media screen and (max-width:768px){
	.sp_no,
    .spNone{display:none !important;}

    .fb-like{
        margin:0 auto 21;
    }
}




@media screen and (min-width: 1200px){

  .pankuzu {
      width: 100%;
      min-width: 1200px;
      max-width: 1200px;
      margin: 0 auto;
  }
  
  .pankuzu ul {
      display: flex;
      margin: 10px 0;
  }
  
  .pankuzu ul li a {
      font-size: 12px;
      line-height: 12px;
      color: #333;
      text-decoration: none;
  }
  
  .fade_off {
      opacity: 0;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      -ms-transition: all 1s;
      transition: all 1s;
  }
  
  .fade_on {
      opacity: 1;
  }
  
  #toTop {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: rgba(255,255,255,0.95);
      color: #050505;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 2px solid #050505;
      font-family: 'Oswald', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: bold;
      /* border-radius: 7px; */
      z-index: 9999;
      font-size: 12px;
      text-decoration: none;
  }
}

@media screen and (max-width: 640px){
  #floatNav h1 span{
    display: block;
  }
}


/* スマホ用
-------------------------------------------------- */
@media screen and (max-width: 1199px){
  #toTop {
  		position: fixed;
  		bottom: 10px;
  		right: 10px;
  		background: rgba(255,255,255,0.95);
  		color: #050505;
  		width: 50px;
  		height: 50px;
  		border-radius: 50%;
  		border: 2px solid #050505;
  		font-family: 'Oswald', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  		-webkit-box-sizing: border-box;
  		box-sizing: border-box;
  		display: -ms-flex;
  		display: -webkit-box;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-box-pack: center;
  		-ms-flex-pack: center;
  		justify-content: center;
  		-webkit-box-align: center;
  		-ms-flex-align: center;
  		align-items: center;
  		font-weight: bold;
  		/* border-radius: 7px; */
  		z-index: 9999;
  		font-size: 12px;
  		text-decoration: none;
  	}

  	#toTop:before {
  		content: "";
  		position: absolute;
  		top: 10px;
  		left: 0;
  		right: 0;
  		width: 4px;
  		height: 4px;
  		border-top: 1px solid #050505;
  		border-right: 1px solid #050505;
  		-webkit-transform: rotate(-45deg);
  		transform: rotate(-45deg);
  		margin: auto;
  	}

  	.fade_off{
  		opacity: 0;
  		-webkit-transition: all 1s;
  		-moz-transition: all 1s;
  		-o-transition: all 1s;
  		-ms-transition: all 1s;
  		transition: all 1s;
  	}

  	.fade_on{
  		opacity: 1;
  	}
  	
  	.pankuzu ul{
  		flex-wrap: wrap;
  	}
}</pre></body></html>