@charset "shift_jis";

@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");

body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-family:'Lato','Noto Sans JP','Vidaloka','Noto Serif JP',Sawarabi Gothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '���S�V�b�N Medium', '���C���I', meiryo, sans-serif;
	  -webkit-text-size-adjust: 100%;
	  word-break: break-all;
  }
  
  ul{
	list-style: none;
  }
  
  img{
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	font-size: 0;
  }
  
  a{
	text-decoration: none;
	color: #333;
  }
  
  a:visited { color: #333; }

  
  h2{
	margin: 40px 0;
	padding: 0;
	color: rgba(130, 100, 50);
	font-size: 28px;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	font-family: 'Times New Roman', 'Bodoni MT', 'Bodoni 72', 'Didot', 'Didot LT STD', 'Hoefler Text', 'Garamond', serif;
  }
  
  h3{
	font-family: 'Times New Roman', 'Bodoni MT', 'Bodoni 72', 'Didot', 'Didot LT STD', 'Hoefler Text', 'Garamond', serif;
  }
  
  .newicon{
	width: 50px;
	margin: 100px auto 0px auto;
  }