@charset "UTF-8";

/* 切り替え
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* 決まりごと
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}
img {
  vertical-align: top;
  line-height: 1.0em;
}
a:hover img {
  opacity: 0.5;
}
/*グレーアウト*/
.img_grayout {
  filter: grayscale(100%);
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* メインコンテンツ
---------------------------------------------------------- */
.bg_aomori {
background-size: auto auto;
background-color: rgba(255, 255, 251, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 252, 233, 1) 10px, rgba(255, 252, 233, 1) 20px );
	
}
