@charset "utf-8";

/* ===================================

font css

=================================== */
body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic","Meiryo",sans-serif;
	color:#222;
	font-size:14px;
	line-height:1.7em;
}

/*-- web font | ©Vernon Adams | www.sansoxygen.com -- */
header #gNav,
h1, 
h2 { font-family: 'Amatic SC', cursive;  }
h3 { font-size:100%; font-weight:normal; }

/* link
=================================== */
a { color:#46a9b9;; text-decoration:none; }
a:hover{ opacity: .7; transition: all 0.6s ease-in-out; text-decoration:underline; }

/* font size
=================================== */
.xxxs { font-size:70%; }
.xxs { font-size:85%; }
.xxl { font-size:110%; }
.xxxl { font-size:120%; }

@media screen and (max-width: 800px) {
body{ font-size:15px; line-height:1.9em; }
}