@charset "UTF-8";

/*==================================
    1:リセット
==================================*/
body {
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: auto;
	}
body, h1,h2,h3,h4,h5,h6,p,pire,blockquote,ul,di,dd, dl,form,fieldset{
	margin: 0;
	padding: 0;
  /*font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;*/
	font-family: 'BIZ UDPMincho', serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Shippori Mincho B1', serif;
  font-feature-settings: "palt" 1;
	list-style-type:none;
	letter-spacing:0.02em;
	}
input,textarea {
	font-size: 1em;
	margin:0;
	}
address { font-style: normal; }
img,
fieldset { border: none; }
h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
	font-size: 14px;
	font-weight: normal;
	}

/*==================================
    2:フォント
==================================*/
* { color: #000; }
a {
	color:#e66282;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	}
a:visited { color: #e66282; }
a:hover {
	color: #e66282;
	text-decoration: none;
	opacity: .7;
	}
/**/
