@charset "UTF-8";

* {box-sizing: border-box; margin: 0; padding: 0;}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  background-color: #E0D19A;
}

/**********トップページ**********/

/*****ヘッダーエリア*****/
.top_main_visual img {
  width: 100%;
  height: 100vh;
  vertical-align: top;
}

.top_main_visual {
  position: relative;
}

#top_logo {
  position: absolute;
  position: fixed;
  top: -10%;
  left: 42.5%;
  width: 225px;
  height: auto;
  z-index: 10000;
}

.top_text {
  position: absolute;
  top: 65%;
  right: 25%;
  font-size: 25px;
  color: #E8380D;
  font-weight: bold;
  text-shadow: 0.5px 0.5px 1.5px #000;
  opacity: 0.6;
}



/*****コンテンツエリア*****/
/*==================================================
ギャラリーのためのcss
===================================*/
.gallery{
  columns: 5;/*段組みの数*/
  padding:0 15px;/*ギャラリー左右に余白をつける*/
  margin:0;
  }
  
  .gallery li {
    margin-bottom: 20px;/*各画像下に余白をつける*/
    list-style:none;
  }
  
  /*ギャラリー内のイメージは横幅100%にする*/
  .gallery img{
    width:100%;
    height:auto;
    vertical-align: bottom;/*画像の下にできる余白を削除*/}

  .gallery img:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  
  /*　横幅900px以下の段組み設定　*/
  @media only screen and (max-width: 900px) {
    .gallery{
    columns:3;
    }	
  }
  
  @media only screen and (max-width: 768px) {
    .gallery{
    columns: 2;
    }	
  }


/*****フッターエリア*****/
footer {
  clear: both;
}

#copyright {
  position: relative;
  margin-top: 30px;
  padding-bottom: 50px;
}

#copyright p {
  padding-left: 640px;
}

#copyright a {
  position: absolute;
}

#copyright_text {
  color: #E8380D;
}

#copyright_text a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 2px;
  background: #E8380D;

  transition: all 1s;
  transform: scale(0,1);
  transform-origin: center top;
}

#copyright_text a:hover::after {
  transform: scale(1,1);
}




/**********ブックページ**********/

/*==================================================
ギャラリーのためのcss
===================================*/

/*＝＝＝並び替えボタンのCSS*/
.sort-btn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding:50px 20px;
}

.sort-btn li{
	background:#fff;
  color: #E8380D;
  list-style:none;
	border-radius:10px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
}

.sort-btn li.active{/*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
	background: #E8380D;
  color: #fff;	
}

/*横幅が480px以下になった際の指定*/
@media only screen and (max-width: 480px) {
.sort-btn{
	justify-content: space-between;
}
	
.sort-btn li{
	width:48%;
	margin:0 0 10px 0;
	text-align:center;
	}	
}

/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
  position: relative;/*並び替えの基準点を指定*/
}

/*各画像の横幅などの設定*/
.item {
  display: block;
  position: absolute;
  width: 33%;/*横並びで3つ表示*/
  z-index: 1;
list-style:none;
}

/*内側のボックスの高さが崩れないように維持*/
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.item-content button {
  margin: 25px 0 100px 198px;
  width: 150px;
  height: 60px;
  font-size: 20px;
  border-radius: 8px;
  border-color: #E8380D;
  background: #E0D19A;
  color: #E8380D;
}

.item-content button:hover {
  box-shadow: 0.8px 0.8px 2.5px #333;
  transition: 0.35s;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 768px) {
.item {
  width: 49.5%;/*横並びで2つ表示*/
}
}





/**********about page**********/
.main_contents_about {
  width: 60%;
  height: auto;
  margin-left: 20%;
  /*background: #fff;/*あとで削除*/
}

.about_text {
  width: 90%;
  height: auto;
  margin-left: 5%;
  padding: 10px;
  /*background: #888;/*あとで削除*/
}

.about_text h3 {
  color: #333;
  font-size: 23px;
  margin: 40px 0 15px 0;
}

.about_text p {
  color: #333;
  font-size: 18px;
  letter-spacing: 0.2em;
}

.about_text span {
  color: #E8380D;
}

.about_text_p1 {
  margin-bottom: 10px;
}

.about_text_p2 {
  margin-top: 10px;
}

.about_border {
  border-bottom: 3px solid #E8380D;
  margin: 15px 0 20px 0;

}


/**********books page 商品**********/
.main_contents_books {
  width: 60%;
  height: auto;
  margin-left: 20%;
  /*background: #fff;/*あとで削除*/
}


.books {
  width: 95%;
  margin-left: 2.5%;
}

.books_flex {
  display: flex;
  flex-direction: row;
  padding-top: 25px;
}

.books_img {
  width: 50%;
}

.books_img img {
  width: auto;
  height: auto;
}

.books_text {
  width: 50%;
  margin-left: 15%;
}

.books_text h3 {
  font-size: 25px;
  padding-bottom: 5px;
}

.books_text p.human {
  font-size: 18px;
  padding-bottom: 5px;
}

.books_text p.price {
  font-size: 20px;
  padding-bottom: 10px;
}

.books_text p.arasuji {
  font-size: 20px;
  letter-spacing: 0.18em;
}

.books_infomation {
  display: flex;
  justify-content: space-around;
}

.books_infomation p {
  font-size: 18px;
  margin: 10px 0 3px 0;
}

.books_infomation small {
  font-size: 15px;
}

.books_btn_div {
  text-align: center;
}

.books_btn {
  width: 100px;
  height: 40px;
  margin: 20px 0 20px 0;
  font-size: 23px;
  border-radius: 10px;
  background: #E0D19A;
  color: #0066C0;
  border-color: #0066C0;
}

.books_btn:hover {
  box-shadow: 0.8px 0.8px 2.5px #333;
  transition: 0.35s;
}

.books_contents_movie_h3 {
  text-align: center;
}

.books_contents_movie_h3 h3 {
  font-size: 25px;
  margin: 20px 0 15px 0;
}

.books_contents_movie_iframe {
  text-align: center;
}





.comment_h3 {
  text-align: center;
  font-size: 25px;
  margin: 30px 0 20px 0;
}

.comment_name {
  text-align: center;
  font-size: 20px;
  margin: 10px 0 10px 0;
}

.comment_name input {
  width: 400px;
  height: 20px;
}

.comment_text {
  text-align: center;
  font-size: 20px;
  margin: 10px 0 10px 0;
}

.comment_text input {
  width: 400px;
  height: 40px;
}

.comment_btn {
  text-align: center;
  margin: 25px 0 10px 0;
}

.submit_btn {
  width: 70px;
  height: 30px;
  border-radius: 8px;
  font-size: 15px;
  background: #E0D19A;
  border-color: #E8380D;
  color: #E8380D;
}

.submit_btn:hover {
  transition: 0.35s;
  box-shadow: 0.5px 0.5px 1.75px #333;
}

.border {
  border-bottom: 1.5px solid #E8380D;
  margin: 40px 0 50px 0;

}


.books_comment_after_h3 {
  text-align: center;
  font-size: 25px;
  margin: 15px 0 20px 0;
}








/**********cretae page**********/
.main_contents_create {
  width: 60%;
  height: auto;
  margin-left: 20%;
  /*background: #fff;/*あとで削除*/
}

.cretae_page_h3 {
  text-align: center;
  padding: 30px 0 10px 0;
}

.cretae_page_h3 h3 {
  color: #333;
  font-size: 23px;
}

.cretae_page_p {
  text-align: center;
  padding: 0 0 15px 0;
}

.cretae_page_p p {
  font-size: 18px;
}

.cretae_page_p small {
  color: #0066C0;
}

.cretae_page_p small:hover {
  border-bottom: 1px solid #0066C0;
}

.cretae_page_small {
  text-align: center;
}

.cretae_page_small span {
  color: #E8380D;
}

.cretae_page_input {
  text-align: center;
  padding: 0 0 35px 0;
}

.cretae_page_input input.input1 {
  width: 400px;
  height: 40px;
}

.cretae_page_input input.input2 {
  width: 300;
  height: 30px;
}

.cretae_page_input.create_page_genre input {
  margin: 0 5px 0 5px;
}

.cretae_page_input.create_page_genre label {
  font-size: 18px;
}



.cretae_page_input.cretae_page_image {
  padding: 0 0 15px 0;
}

.cretae_page_btn {
  text-align: center;
  padding: 30px 0 5px 0;
}

.cretae_page_btn button {
  width: 70px;
  height: 30px;
  border-radius: 8px;
  font-size: 15px;
  background: #E0D19A;
  border-color: #E8380D;
  color: #E8380D;
}

.cretae_page_btn button:hover {
  transition: 0.35s;
  box-shadow: 0.5px 0.5px 1.75px #333;
}

.cretae_page_btn_after {
  text-align: center;
}




/**********warning page**********/
.main_contents_warning {
  width: 60%;
  height: auto;
  margin-left: 20%;
  /*background: #fff;/*あとで削除*/
}

.warning_text {
  width: 90%;
  height: auto;
  margin-left: 5%;
  padding: 10px;
  /*background: #888;/*あとで削除*/
}

.warning_text h3 {
  color: #333;
  font-size: 23px;
  margin: 40px 0 15px 0;
}

.warning_text p {
  color: #333;
  font-size: 18px;
  letter-spacing: 0.2em;
}

.warning_text span {
  color: #E8380D;
}

span.warning_amazon {
  color: #0066C0;
}

span.warning_amazon:hover {
  border-bottom: 1px solid #0066C0;
}

.warning_border {
  border-bottom: 3px solid #E8380D;
  margin: 15px 0 20px 0;

}