@charset "UTF-8";

html {
  height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

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

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

a:hover {
  color: #a08836;
  text-decoration: underline;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


body {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 100;
  color: #63512a;
  font-size: 15px;
  line-height: 1.6em;
  background: #eae6e3 url(../images/bg.png) center top repeat;
  width: 100%;
}

body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.google-font {
  font-family: 'Pinyon Script', cursive;
  font-weight: 400;
}

.main {
  width: 80%;
  margin: 0 auto;
  padding: 4% 5% 2% 5%;
  background: url("../images/bg_white.png") repeat;
  background-size: 80px;
  height: 100%;
}

.cen {
  text-align: center;
}

.main img {
  max-width: 100%;
}

h1 img {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 0 auto 80px auto;
}

h2.lead {
  font-size: 15px;
  font-weight: 100;
  margin-bottom: 80px;
  line-height: 1.8;
}

h3 {
  font-size: 46px;
  color: #98282f;
  margin-bottom: 50px;
}

ul.links {
  margin-bottom: 80px;
}

.moreBtn {
  margin-bottom: 1em;
  font-size: 14px;
  list-style: none;
}

.moreBtn:before {
  content: "";
  background: url("../images/arrow.png") no-repeat;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-size: 7px;
  vertical-align: middle;
  margin: 0 8px 3px 0;
}

.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb60 {margin-bottom: 60px;}
.mb80 {margin-bottom: 80px;}
.mb120 {margin-bottom: 120px;}

.text p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1.4em;
}

.bookblocks {
  display: flex;
  border-top: 1px solid #c3b9a4;
  padding-top: 40px;
  justify-content: center;
}

.bookblocks img.bookscover {
  height: 100%;
  margin-right: 30px;
  width: 220px;
}

.bookblocks div.textarea {
  width: 45%;
}

.bookblocks div.textarea h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 600;
}

.bookblocks div.textarea h3 span {
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin-top: 8px;
}

.bookblocks div.textarea p {
  text-align: left;
  letter-spacing: -0.03em;
}

.gotop {
  border-top: 1px solid #c3b9a4;
  padding: 30px 0;
}

footer {
  font-size: 11px;
}


@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
}


@media screen and (max-width: 767px) {
  body {
    background-size: 405px;
  }
  .main {
    background-size: 40px;
    padding-top: 40px;
    width: 80%;
    margin: 0 auto;
    padding: 12% 5% 10% 5%;
    background: url("../images/bg_white_sp.png") repeat;
    background-size: 75px;
    height: 100%;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  body {
    font-size: 13px;
  }
  h1 img {
    margin: 0 auto 50px auto;
  }
  h2.lead {
  font-size: 13px;
  font-weight: 100;
  margin-bottom: 60px;
  line-height: 1.8;
  }
  h3.top {
    font-size: 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c3b9a4;
    padding-bottom: 20px;
  }
  h3 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  ul.links {
    margin-bottom: 60px;
    font-size: 13px;
  }
  .moreBtn {
  margin-bottom: 1em;
  font-size: 13px;
  list-style: none;
  }
  .bookblocks {
    display: block;
    padding: 40px 10px 0 10px;
  }
  .bookblocks img.bookscover {
    height: 100%;
    margin-right: 0;
    width: 160px;
  }
  .bookblocks div.textarea h3 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
  }
  .bookblocks div.textarea p {
    text-align: left;
    letter-spacing: -0.01em;
  }
  .bookblocks div.textarea {
  width: 100%;
  }
  .text p {
    text-align: left;
  }
}


.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}