@charset "UTF-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: 'Cinzel', serif;
	font-family: 'Markazi Text', serif;
	font-family: 'Crimson Text', serif;
	font-family: 'EB Garamond', serif;
	font-family: 'Cormorant Garamond', serif;
	font-family: 'Arapey', serif;
    color: #333333;
	background-color: linen;
    -webkit-text-size-adjust: 100%;
}

br {
　letter-spacing: normal; /* ← IE6、IE7対策 */
}

.clear {
	clear: both;
	}

div#wrapper {
	margin: 0 auto;
	padding: 100px 0;
	width: 700px;
}
h1 {
	font-size: 500%;
	font-family: 'EB Garamond', serif;
	letter-spacing: 1px;
    color: #333333;
	line-height: 1;
}

h2 {
	font-size: 200%;
	font-family: 'EB Garamond', serif;
	letter-spacing: 1px;
    color: #333333;
	line-height: 1;
}

@media (min-width:981px) {  

section#information dl {
	padding: 10px 0px 0 25px;
}

section#information dl dt {
	padding: 50px 0 0 0;
	font-size: 124%;
	font-family: 'Cormorant Garamond', serif;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
}

section#information dl dd {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 50px;
    font-size: 124%;
	font-family: 'Markazi Text', serif;
    letter-spacing: 2px;
    line-height: 2;
	text-decoration: none;
}
}

@media (max-width:980px) {  

section#information dl {
	padding: 0 0px 0 55px;
}

section#information dl dt {
	padding: 50px 0 0 0;
	font-size: 124%;
	font-family: 'Cormorant Garamond', serif;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
}

section#information dl dd {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 50px;
    font-size: 124%;
	font-family: 'Markazi Text', serif;
    letter-spacing: 2px;
    line-height: 2;
	text-decoration: none;
}
}

footer {
	padding: 140px 0 0 0;
	font-size: 12px;
	font-family: 'Markazi Text', serif;
	letter-spacing: 1px;
	line-height: 1;
}


.mincho {
  font-size: 14px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transform: rotate(.03deg);
}

.sansserif {
  font-size: 80px;
  font-family: "Helvetica", sans-serif ;
  font-weight: bold;
  letter-spacing : normal;
  transform: rotate(.03deg);
}

font.title {
    text-decoration: none;
    border-bottom: 1px solid #666666;
    padding-bottom: 0px;
    padding-left: 0px;
}

a {
	color: #000;
	text-decoration: none;
}

a:link{
	color: #000;
	text-decoration: none;
}

a:visited{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: none; 
}


/*	
===== CLEARFIX ==========================================
*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}
/*
