	@charset "utf-8";
/* CSS Document */

html {
	font-size: 0.625vw;
	@media screen and (min-width: 1601px) {
		font-size: 62.5%;
	}
	@media screen and (max-width: 1000px) {
		font-size: 39.0625%;
	}
	@media screen and (max-width: 750px) {
		font-size: 62.5%;
	}
}

body {
  font-size: 10rem;
  font-family: 'Ibarra Real Nova', 'Sawarabi Mincho',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  text-align: center;
  color: #fff;
  background-color: #962416;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  position:relative;/
}
.container {
  width: 80%;
  margin: 2rem auto;
  padding: 1rem;
  background: rgba(255,255,255,0.1);
}
.contents {
  text-align: left;
  width: 75%;
  margin: 0 auto; padding: 0px 10px 20px 10px;
  font-size: 2rem;
}
p {
  font-size: 2.5rem;
  font-family: 'Ibarra Real Nova','Sawarabi Mincho',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  padding-bottom: 4rem;
  letter-spacing: 0.1rem;
  line-height: 2;
}
hr {
  width: 80%;
  height: 0.1rem;
  margin: 0 auto 10rem auto;
  color: #CCC;
  background-color: #CCC;
}
h1 {
  font-size: 30rem;
  font-family: 'Ibarra Real Nova', serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 0rem;
  line-height: 32rem;
  white-space: nowrap;
}
.italic {
  font-family: 'Ibarra Real Nova', serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
}
h2 {
  font-size: 6rem;
  text-align: center;
  letter-spacing: 0.3rem;
  margin-top: 2rem;
  margin-bottom: 0rem;
  line-height: 6rem;
}
h3 {
  font-size: 5rem;
  color: #696;
  background-color: #FFC;
  text-align: center;
  position: relative;
  padding: 2rem 0rem;
  margin-top: 3rem;
  margin-bottom: 5rem;
  letter-spacing: 0.1rem;
  line-height: 4rem;
}
h4 {
  font-size: 3.6rem;
  letter-spacing: 0.2rem;
}
a {
  color: #FF0;
  text-decoration:none;
}
a:visited {
  color: #FF6;
}
.gototop a {
  color: #FFF;
  text-decoration:none;
}

.twitter-timeline {
    margin-left: auto;
    margin-right: auto;
    display: block !important;
}
.center {
  text-align:center;
  margin:0 auto;
}

.booksubmit {
  width: 10rem;
  height: 4rem;
  font-family: 'Sawarabi Mincho',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 1.5rem;
  background-color: #CCC;
}

.contactsubmit {
  width: 10rem;
  height: 8rem;
  padding: 1.5rem 2.5rem;
  font-family: 'Sawarabi Mincho',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 1.5rem;
  background-color: #DDD;
}
	

#formWrap {
	width: 80%;
	margin: 0 auto;
	color: #FFF;
	line-height: 120%;
	font-size: 1.5rem;
}
table.formTable{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.formTable td,table.formTable th{
	border: 0.1rem solid #ccc;
	padding: 1rem;
}
table.formTable th{
	width: 30%;
	font-weight: normal;
	background: #444;
	text-align: left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width: 95%;
	margin: 0 auto;
}
table.formTable th, table.formTable td {
	width: auto;
	display: block;
}
table.formTable th {
	margin-top: 0.5rem;
	border-bottom: 0;
}
input[type="text"], textarea {
	width: 80%;
	padding: 0.2rem;
	font-size: 110%;
	display: block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display: block;
	width: 100%;
	height: 0.5rem;
}
}

.smallimage {
        width: auto;
  text-align: center;
}
.smallimage img {
        max-width: 100%;
        height: auto;
  display:block;
  margin: 0 auto;
  padding: 1rem 0;
}

