@charset "utf-8";

::selection {
	background-color: #333;
	color: #fff;
}

.mincho {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

a {
	transition: all .3s;
}

a:hover {
	opacity: 0.7;
}

img {
  max-width: 100%;
}

input,
button,
textarea {
	outline: none;
}

input:focus,
textarea:focus {
  background: #f7f7f7;
}

.tb,
.sp {
	display: none;
}

#header {
  position: relative;
  background: url('../img/header.jpg') no-repeat;
  background-position:center;
  background-size: 1020px;
  text-align: center;
  z-index: 1;
}

#header .inner {
  position: relative;
  padding: 30px 0;
  width: 1000px;
  height:525px;
  margin: 0 auto;
}

#header .inner .btn {
  position: absolute;
  top: 200px;
  left: 240px;
}
#header .inner .title_1 {
  position: absolute;
  top: 39px;
  left: 4px;
}
#header .inner .title_2 {
  position: absolute;
  top: 313px;
  left: 5px;
}
#header .inner .title_3 {
  position: absolute;
  top: 308px;
  left: 402px;
}
#header .inner .title_4 {
  position: absolute;
  top: 449px;
  left: 403px;
}

 /*----- フェードインしながら上へスライド -----*/
/*    .inviewfadeInUp_1 {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
    }
	.inviewfadeInUp_2 {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
		transition-delay: 1s;
    }
    .inviewfadeInUp_3 {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
		transition-delay: 2s;
    }
    .inviewfadeInUp_4 {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
		transition-delay: 3s;
    }
    .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
*/

section {
  padding: 20px 0;
}

section h2 {
  margin: 20px 10px 10px;
}

section .inner {
  width: 1000px;
  margin: 0 auto;
}

section.sec01 {
  /*background: #ffbf07 url('img/bg_sec01.png') no-repeat 50% 50%;*/
	background-color: #fff;
  background-size: contain;
  text-align: center;
  padding: 0;
}

section.sec01 .inner {
  padding: 20px 0;
}


section.sec01 ul {
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
}


/*flexbox横並び*/
.contents {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*
.item {
	margin: 5px auto;
}
*/

.books {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.book {
	margin: 10px auto;
	width: 300px;
	border: 2px solid #BDBDBD;
}



section.sec01 ul li {
  float: left;
  width: 450px;
  margin: 20px;
}

section.sec01 ul li:nth-child(2n) {
  float: right;
}

section.sec01 ul li img {
  width: 100%;
}



/*
section.sec02 {
  background: url('img/1427470.png') repeat 50% 100%;
  text-align: center;
}
*/



section.sec02 {
	background: url('img/1427470.png') repeat 50% 100%;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
}




section.sec02 ul {
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
}

section.sec02 ul li {
  float: left;
  width: 900px;
  margin: 0 40px;
}

section.sec02 ul li:nth-child(2n) {
  float: right;
}

section.sec02 ul li img {
  width: 100%;
}

section.sec02 ul li p {
  text-align: center;
  color: #d1af58;
  font-size: 14px;
  margin: 10px 0 0;
}

section.sec03 {
  background: #ffffff;
  background-size: cover;
  text-align: center;
}
section.sec03 ul li {
  margin: 30px 0;
  text-align: left;
  padding: auto;
}

.button {
  display      : inline-block;
  /*border-radius: 5%;                   /* 角丸 */
  /*box-shadow   : 6px 6px 3px #666666;  /* 影の設定 */
  cursor       : pointer;              /* カーソル形状 */
  transition   : .3s;                  /* なめらか変化 */
}

.button:hover {
  box-shadow   : none;                 /* 影の設定 */
}

section.sec03 p {
  font-size: 30px;
	color: #f64b95;
	margin: 5px 0 60px;
  text-align: center;
}

.fnav{
	text-align: center;
}

.fnav li {
	display: inline-block;
	font-size: 26px;
	font-family: "Hiragino Kaku Gothic ProN";
	padding: 10px 20px;
}

.fnav li a{
	font-weight:bold;
	color: #53d4d0;
}

.page-top {
  background: #53d4d0;
  padding: 10px;
  text-align: center;
}
#footer{
	background: #53d4d0;
  padding: 10px;
  color:#fff;
  font-size:0.8em;
  line-height:2em;
  text-align: center;
}
