﻿@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
  }
  @font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
  }
  @font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
  }
  @font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
  }
  @font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
  }
  @font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
  }
  @font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
  }
  
  
  html {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  }
  @media all and (-ms-high-contrast: none)  {
	html {
	  font-family: Verdana, Meiryo, sans-serif;
	}
  }
  @media all and (-ms-high-contrast: active) {
	html {
	  font-family: Verdana, Meiryo, sans-serif;
	}
  }




.inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
  }
   
  .inner:after {
	content:"";
	clear: both;
	display: block;
  }
   
  /*--------header-----------*/
   
  #top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
  }
   
  #top-head a,
  #top-head {
	  color: #fff;
	  text-decoration: none;
  }
   
  #top-head .inner {
	  position: relative;
  }
  #top-head .logo {
	  float: left;
	  position: relative;
	  font-size: 36px;
	  height: 50px;
  }
   
  #top-head .logo a {
	position: absolute;
	width: 100%;
	height: 50px;
  }

  #top-head .logo img {
	height: 100%;
  }
   
  #global-nav ul {
	  list-style: none;
	  position: absolute;
	  top: 20px;
	  right: 0;
	  font-size: 14px;
  }
  #global-nav ul li {
	  float: left;
	  padding:0 30px;
	  border-left: 1px solid #000;
  }
  #global-nav ul li a {
	  padding: 5px 5px;
	  position: relative;
	  display: inline-block;
  }
   
  #global-nav ul li a::after {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 2px;
	 -webkit-transform: scaleX(0);
	 -ms-transform: scaleX(0);
	 transform: scaleX(0);
	 background-color: #fff;
	 -webkit-transition: all .3s ease;
	 transition: all .3s ease;
  }
   
  #global-nav ul li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
  }
   
  nav span{
	  background:#666;
	  height:2px;
	  display:block;
	  position:relative;
	  width:50px;
	  left:0;
  }
   
   
  /*--------固定化されたときのCSS-----------*/
   
  #top-head.fixed {
	  margin-top: 0;
	  top: 0;
	  position: fixed;
	  padding-top: 10px;
	  background: #fff;
	  background: rgba(255,255,255,.7);
	  transition: top 0.65s ease-in;
	  -webkit-transition: top 0.65s ease-in;
	  -moz-transition: top 0.65s ease-in;
  }
   
  #top-head.fixed .logo {
	position: relative;
	  font-size: 24px;
	  color: #333;
  }
   
  #top-head.fixed .logo a {
	position: absolute;
	width: 100%;
	height: 30px;
   
  }

  #top-head.fixed .logo img {
	height: 100%;
  }

  #top-head.fixed #global-nav ul li a {
	  color: #333;
	  padding: 0 20px;
	  padding-bottom: 10px;
  }
   
   
   
  /*-----------スマホのトグルボタンのCSS-------------*/
   
  #nav-toggle {
	  display: none;
	  position: absolute;
	  right: 12px;
	  top: 14px;
	  width: 34px;
	  height: 36px;
	  cursor: pointer;
	  z-index: 101;
  }
  #nav-toggle div {
	  position: relative;
  }
  #nav-toggle span {
	  display: block;
	  position: absolute;
	  height: 4px;
	  width: 100%;
	  background: #000;
	  left: 0;
	  -webkit-transition: .35s ease-in-out;
	  -moz-transition: .35s ease-in-out;
	  transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
	  top: 0;
  }
  #nav-toggle span:nth-child(2) {
	  top: 11px;
  }
  #nav-toggle span:nth-child(3) {
	  top: 22px;
  }
   
   
  /*---------gnav sp--------------*/
  /*-----------スマホ-------------*/
  @media screen and (max-width: 767px) {
	  .head-inner {
		display: none;
	  }
   
	  .slick-next {
		right: 0;
	  }
   
	  #top-head,
	  .inner {
		  width: 100%;
		  padding: 0;
	  }
	  #top-head {
		  top: 0;
		  position: fixed;
		  margin-top: 0;
	  }
	  /* Fixed reset */
	  #top-head.fixed {
		  padding-top: 0;
		  background: transparent;
	  }
	  #mobile-head {
		  background: #fff;
		  width: 100%;
		  height: 56px;
		  z-index: 999;
		  position: relative;
	  }
	  #top-head.fixed .logo,
	  #top-head .logo {
		  position: absolute;
		  left: 13px;
		  height: 50px;
		  top: 15px;
		  color: #333;
		  font-size: 26px;
	  }
	  #global-nav {
		  position: absolute;
		  /* 開いてないときは画面外に配置 */
		  top: -500px;
		  background: #000;
		  width: 100%;
		  text-align: center;
		  padding: 10px 0;
		  -webkit-transition: .5s ease-in-out;
		  -moz-transition: .5s ease-in-out;
		  transition: .5s ease-in-out;
	  }
	  #global-nav ul {
		  list-style: none;
		  position: static;
		  right: 0;
		  bottom: 0;
		  font-size: 14px;
	  }
	  #global-nav ul li {
		  float: none;
		  position: static;
		  padding: 18px 0;
		  color: #fff;
	  }
	  #top-head #global-nav ul li a,
	  #top-head.fixed #global-nav ul li a {
		  width: 100%;
		  display: block;
		  color: #fff;
		  padding: 18px 0;
	  }
	  #nav-toggle {
		  display: block;
	  }
	  /* #nav-toggle 切り替えアニメーション */
	  .open #nav-toggle span:nth-child(1) {
		  top: 11px;
		  -webkit-transform: rotate(315deg);
		  -moz-transform: rotate(315deg);
		  transform: rotate(315deg);
	  }
	  .open #nav-toggle span:nth-child(2) {
		  width: 0;
		  left: 50%;
	  }
	  .open #nav-toggle span:nth-child(3) {
		  top: 11px;
		  -webkit-transform: rotate(-315deg);
		  -moz-transform: rotate(-315deg);
		  transform: rotate(-315deg);
	  }
	  /* #global-nav スライドアニメーション */
	  .open #global-nav {
		  /* #global-nav top + #mobile-head height */
		  -moz-transform: translateY(556px);
		  -webkit-transform: translateY(556px);
		  transform: translateY(556px);
	  }
  }
   
  /*------------タブレット用------------------*/
   
  @media screen and (max-width: 1024px) {
	.head-inner {
	  display: none;
	}
   
	.slick-next {
	  right: 0;
	}
   
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 70px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		height: 50px;
		top: 15px;
		color: #333;
		font-size: 26px;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #000;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	#global-nav ul li {
		float: none;
		position: static;
		padding: 18px 0;
		color: #fff;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
		right: 25px;
		top: 20px;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
   
   
  }

  /* Main */
header {
	text-align: center;
}
.shop_choose h2{
	text-align: center;
	border-bottom: solid 3px black;
}

.shop_choose h3{
	text-align: center;
	padding: 0.5em 0;
}

.logo_book img {
	width: 90%;
}

.book_shop {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.book_shop select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.book_shop select::-ms-expand {
    display: none;
}
.book_shop {
	position: relative;
	border-radius: 2px;
	border: 2px solid #da3c41;
	background: #ffffff;
}
.book_shop::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #da3c41;
	pointer-events: none;
}
.book_shop select {
	padding: 8px 38px 8px 8px;
	color: #da3c41;
}

