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

/* 全体の設定 */
html *{
  box-sizing: border-box;
}
body {
  margin: 0 auto;
  line-height: 1.6;
  font-family: :HG教科書体;
}

.container {
  width: 1200px;
  margin: 0 auto;
}
.footer {
  text-align: center;
  padding: 15px;
}

/* 背景 */
.nav-bg{
background-color: #030303;
opacity: 0.8;
width: 100%;
}

.intro-end{
  background-color: #e5e3e3;
  padding: 50px;
}

.bible-back{
  background-color: #fffbe5;
}

.qa-l {
  background: url(../images/bg-christ.jpg);
  background-size: cover;
  padding: 50px;
}

.discover-bg{
  background-image: url(../images/p0290_l.jpg);
  background-size: cover;
}

.story{
  background-color: #d1deda;
  width: 80%;
  margin: 0 auto;
  padding: 30px;
  font-size: 25px;
  margin-top:50px;
  margin-bottom:50px;
  line-height: 1.8;
}
/* figure{
 text-align: left;
} */

.footer{
  background-color: #e5e3e3;
}
/* 文字 */

h2{
  color: #be8a3a;
  font-size: 35px;
  font-family:小塚明朝 Pr6N;
  text-align: center;
  margin-bottom: 50px;
}
h3{
  font-size: 28px;
  margin-bottom: 35px;
  text-align: center;
}
h3 img{
  vertical-align: middle;
}

/* flexbox関係 */
.columns{
  display: flex;
}

.two-columns{
  width: 50%;
}

.four-columns{
  width: 25%;
  text-align: center;
}



/* リンクの設定 */
a{
  text-decoration: none;
}

/* 飾り用 */
.l-header{
  text-align: center;
}

/* 背景重ね用 */
.intro-end-descri{
  background-color: #fff;
  margin: 0 auto;
  width: 806px;
  padding: 40px;
  line-height: 2rem;
  text-align: justify;
}

.qa-l-box{
  background-color: #fff;
  margin: 35px;
  padding: 50px;
  line-height: 1.5rem;
}

/* グローバルナビ用 */
.header{
  position: fixed;
  width: 100%;
  z-index: 100;
}
.nav{
  color: #be8a3a;
  font-size: 22px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 12px;
}
.nav li {
  display: inline-block;
  list-style-type: none;
  width: 15%;
  line-height: 1rem;
}

.nav a{
  color: #be8a3a;
}
.nav a:hover{
  opacity: 0.9;
}
.s-nav{
  font-size: 14px;
}

/* キービジュアル */

h1  {
  background: url(../images/main_visual2-2.jpg) no-repeat center top;
  background-size: contain;
  width: 100%;
  text-indent: -9999999px;
  height: 100vh;
  min-height: 782px;
}
/* ＊＊＊Aboutの絵画の設定＊＊＊ */
dt{
  font-weight: bold;
  padding-top: 10px;
}
dd{

}


/* ＊＊＊聖書の絵画の設定＊＊＊ */

.bib-a{
  padding: 50px;
}

.bib-descri{
  width: 80%;
  margin: 0 auto;
}

.art-b-box{
  margin: 0 auto;
}
.art-box{
  width: 40%;
  margin: 0 auto;
  text-align: right;
}

.art-descri{
  width: 40%;
  margin: 0 130px 0 auto;
  text-align: justify;
}

.quo{
  text-align: right;
  font-size: 20px;
}

.quo-ref{
  text-align: right;
  font-size: 12px;
}

.con-border{
  margin-bottom: 95px;
}
.art-buy{
  margin-top: 120px;
}

.art-buy-descri{
  margin-bottom: 30px;
}
.art-buy-box{
  padding-bottom: 50px;
  width: 80%;
  margin: 0 auto;
}

.four-columns a:hover{
  opacity: 0.8;
}
/* ＊＊＊シェイクスピアの絵画の設定＊＊＊ */

.sp-a{
  padding: 50px;
}

/* ＊＊＊ここでも発見！の設定＊＊＊ */
.discover-b-s{
  margin-bottom: 50px;
}
.discover-b-box{
  width: 80%;
  margin: 0 auto;
}

.d-pos{
  width: 93%;
  font-size: 14px;
  text-align: right;
}
.discover-sb {
  position: relative;
  overflow: hidden;
  width: 333px;
  height: 302px;
}
 .discover-sb-i{
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  text-align: justify;
  padding: 10%;
}
.discover-sb:hover .discover-sb-i {
  top: 0;
  left: 0;
}

h4{
  font-weight: bold;
  font-size: 20px;
}

/* ＊＊＊TOPに戻るの設定＊＊＊ */
#page-top{
  position: fixed;
     bottom: 20px;
     right: 20px;
     font-size: 77%;
    text-align: right;
  color: #be8a3a;
  font-weight: bold;
}

#page-top a{
  background: rgba(3,3,3,0.8);
      text-decoration: none;
      color: #be8a3a;
      width: 70px;
      height: 70px
      padding: 20px 10px;
      text-align: center;
      display: block;
      border-radius: 50%;
      line-height: 70px;
      vertical-align: middle;
    }

#page-top a:hover{
      text-decoration: none;
      background: rgba(3,3,3,0.6);
    }
