
/* -------------------------------- 

common

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}
html {
	height: 100%;
	font-size: 16px;
}
body {
	color: #333333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1.6;
	background: #f5f5f5;
	min-height: 100%;
	display: flex;
  flex-direction: column;
}
main{
/*	flex: 1;*/
	flex: 1 1 auto;
	min-height: 100vh;
}
html > body {
	font-size: 100%;
}
img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	vertical-align: bottom;
}
li {
	list-style: none;
}
a {
	text-decoration:none;
	color: #f29b04;
}
a:hover {
	opacity: 0.7;
	transition: .8s;
	text-decoration:none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.book-title,.book-tag{
	word-break: break-all;
}
/*ボタンリセット*/
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
form{
	margin: 0;
	padding: 0;
}
input{
	font-size:16px;
}
textarea{
	font-size:16px;
}
/* youtube */
.video{
    position:relative;
    width:100%;
    padding-top:56.25%;
}
.video iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sample5-2::before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow-gray::before{
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #666666;
}
.icon-arrow1::before{
	content: "";
	display: inline-block;
	width: 5px; height: 6px;
	margin-right: 8px;
	background: url(../img/icon_arrow1.png);
	background-size: cover;
	margin-bottom: 3px;
}
.icon-arrow2::before{
	content: "";
	display: inline-block;
	width: 12px; height: 12px;
	margin-right: 8px;
	background: url(../img/icon_arrow2.png);
	background-size: cover;
}
.icon-arrow2-o::before{
	content: "";
	display: inline-block;
	width: 12px; height: 12px;
	margin-right: 8px;
	background: url(../img/icon_arrow2-o.png);
	background-size: cover;
}
.icon-loupe2::before{
	content: "";
	display: inline-block;
	width: 12px; height: 12px;
	margin-right: 8px;
	background: url(../img/icon_loupe2.png);
	background-size: cover;
}
.icon-list-o::before{
	content: "";
	display: inline-block;
	width: 16px; height: 13px;
	margin-right: 8px;
	background: url(../img/icon_list-o.png);
	background-size: cover;
}
.icon-list::before{
	content: "";
	display: inline-block;
	width: 10px; height: 10px;
	margin-right: 8px;
	background: url(../img/icon-list1.png);
	background-size: cover;
}
.icon-list2::before{
	content: "";
	display: inline-block;
	width: 10px; height: 10px;
	margin-right: 8px;
	background: url(../img/icon_list2.png);
	background-size: cover;
}
/*.icon-hint img{
	content: "";
	display: inline-block;
	width: 16px; height: 22px;
	margin-right: 8px;
	vertical-align: middle;
}*/

.icon-hint::before{
	content: "";
	display: inline-block;
	width: 15px; height: 22px;
	margin-right: 8px;
	background: url(../img/icon_hint.png);
	background-size: cover;
}

/*.icon-login img{
	content: "";
	display: inline-block;
	width: 18px; height: 22px;
	margin-right: 6px;
	vertical-align: middle;
}*/

.icon-login::before{
	content: "";
	display: inline-block;
	width: 20px; height: 22px;
	margin-right: 8px;
	background: url(../img/icon_login.svg);
	background-size: cover;
}

/*.icon-cart img{
	content: "";
	display: inline-block;
	width: 25px; height: 26px;
	margin-right: 4px;
	vertical-align: middle;
}*/

.icon-cart::before{
	content: "";
	display: inline-block;
	width: 25px; height: 26px;
	margin-right: 4px;
	background: url(../img/icon_cart.svg);
	background-size: cover;
}

.icon-cart2::before{
	content: "";
	display: inline-block;
	width: 15px; height: 15px;
	margin-right: 8px;
	background: url(../img/icon_cart.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-hint-o::before{
	content: "";
	display: inline-block;
	width: 9px; height: 12px;
	margin-right: 8px;
	background: url(../img/icon_hint-o.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-special::before{
	content: "";
	display: inline-block;
	width: 15px; height: 14px;
	margin-right: 8px;
	background: url(../img/icon_star.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-horn::before{
	content: "";
	display: inline-block;
	width: 24px; height: 20px;
	margin-right: 8px;
	background: url(../img/icon_horn.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-book1-o::before{
	content: "";
	display: inline-block;
	width: 25px; height: 25px;
	margin-right: 8px;
	background: url(../img/icon_book1-o.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -3px;
}
.icon-book2::before{
	content: "";
	display: inline-block;
	width: 25px; height: 17px;
	margin-right: 8px;
	background: url(../img/icon_book2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -3px;
}
.icon-book3::before{
	content: "";
	display: inline-block;
	width: 18px; height: 13px;
	margin-right: 8px;
	background: url(../img/icon_book3.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -3px;
}
.icon-book4::before{
	content: "";
	display: inline-block;
	width: 18px; height: 13px;
	margin-right: 8px;
	background: url(../img/icon_book4.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -3px;
}
.icon-award{
	display: inline-block;
	width: 49px; height: 63px;
	background: url(../img/icon_medal.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-award2::before{
	content: "";
	display: inline-block;
	width: 40px; height: 42px;
	margin-right: 8px;
	background: url(../img/icon_medal.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.icon-star-b::before{
	content: "";
	display: inline-block;
	width: 10px; height: 11px;
	margin-right: 8px;
	/*background: url(../img/icon_star-b.png);*/
	background: url(../img/icon_star-b_w.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -2px;
}
span.icon-star-b.active::before{
	content: "";
	display: inline-block;
	width: 10px; height: 11px;
	margin-right: 8px;
	background: url(../img/icon_star-o.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -2px;
}
.icon-star-o::before{
	content: "";
	display: inline-block;
	width: 53px; height: 44px;
	margin-right: 10px;
	background: url(../img/icon_star-o.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	text-align: center;
}
.icon-history-o::before{
	content: "";
	display: inline-block;
	width: 53px; height: 47px;
	margin-right: 10px;
	background: url(../img/icon_history-o.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	text-align: center;
}
.icon-door-o::before{
	content: "";
	display: inline-block;
	width: 53px; height: 48px;
	margin-right: 10px;
	background: url(../img/icon_door-o.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	text-align: center;
}
.icon-member-o::before{
	content: "";
	display: inline-block;
	width: 53px; height: 37px;
	margin-right: 10px;
	background: url(../img/icon_member-o.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	text-align: center;
}
.icon-tag::before{
	content: "";
	display: inline-block;
	width: 22px; height: 22px;
	margin-right: 8px;
	background: url(../img/icon-tag.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -2px;
}
.icon-mail::before{
	content: "";
	display: inline-block;
	width: 18px; height: 14px;
	margin-right: 8px;
	background: url(../img/icon_mail.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -2px;
}
.icon-moni::before{
	content: "";
	display: inline-block;
	width: 26px; height: 19px;
	margin-right: 8px;
	background: url(../img/icon_moni.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -2px;
}
.icon-link::before{
	content: "";
	display: inline-block;
	width: 16px; height: 16px;
	margin-right: 8px;
	background: url(../img/icon-link.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: -2px;
}
/* error_message */
.error_message{
	color:#ff3333;
	background: #FFEFEF;
	font-size:90%;
	margin-top:10px;
	margin-left:10px;
	padding:5px;
}

/* -------------------------------- 

leyout

-------------------------------- */
/* head */
#ghead{
	background: #ffffff;
}
#ghead #ghead-wrap{
	max-width: 1350px;
	margin: 0 auto;
	display: flex;
}
#ghead .logo-wrap{
	background:#f29b04;
	width: 340px;
	height: 106px;
	position: relative;
}
#ghead .logo-wrap h1{
	position: relative;
	top:25px; left:50px;
}
#ghead .logo-wrap h1 .logo{
	width: 31px;
	position: absolute;
	top:0; left:0;
}
#ghead .logo-wrap h1 .logoname{
	width: 117px;
	position: absolute;
	top:0; left:40px;
}
#ghead .logo-wrap h1 span{
	display: block;
	position: absolute;
	top:34px; left:42px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
#ghead .logo-wrap .since{
	display: block;
	position: absolute;
	top:15px; right:50px;
	color: #ffffff;
	font-size: 14px;
	width: 70px; height: 70px;
	background: url(../img/icon_since.svg);
	background-size: cover;
	text-align: center;
	line-height: 70px;
	font-family: "Century";
}
#ghead .logo-wrap .since span{
	font-size: 21px;
	letter-spacing:1px;
}
#ghead #nav-wrap{
	width : calc(100% - 340px);
	text-align: right;
}

/* sub-nav */
#sub-nav{
	display: inline-block;
	background: #f29b04;
	padding: 7px;
	border-radius: 0 0 8px 8px;
}
#sub-nav a{
	color: #ffffff;
}
#sub-nav li{
	font-size: 14px;
	display: inline-block;
	margin-right: 15px;
}
#sub-nav li:first-child{
	margin-left: 15px;
}

/* subsale-nav */
#subsale-nav{
	display: inline-block;
	background: #ea4bcb;
	padding: 7px;
	border-radius: 0 0 8px 8px;
}
#subsale-nav a{
	color: #ffffff;
}
#subsale-nav li{
	font-size: 14px;
	display: inline-block;
	margin-right: 15px;
}
#subsale-nav li:first-child{
	margin-left: 15px;
}



/* main-nav */
#main-nav{
	margin: 15px 10px 0 20px;
	text-align: left;
}
#main-nav a{
	color: #333333;
}
#main-nav li{
	font-size: 16px;
	display: inline-block;
	margin-right: 25px;
	letter-spacing: 1px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
}
@media only screen and (max-width: 1100px) {
	#ghead,
	#ghead #ghead-wrap{
		/* max-width: 1100px; */
		width: 100%;
	}
	#main-nav li{
		font-size: 15px;
		margin-right: 5px;
	}
}
@media only screen and (max-width: 930px) {
	#ghead,
	#ghead #ghead-wrap{
		width: 100%;
	}
	#ghead .logo-wrap{
		width: 100%;
		text-align: center;
		padding: 5px;
		height: 60px;
	}
	#nav-wrap{
		display: none;
	}
	#ghead .logo-wrap h1{
		position: relative;
		top: auto;left: auto;right: auto;
		margin: auto;
		width: 130px;
		height: auto;
		display: inline-block;
		vertical-align: top;
		margin-top: 5px;
	}
	#ghead .logo-wrap h1 .logo{
		width: 25px;
		position: absolute;
	}
	#ghead .logo-wrap h1 .logoname{
		width: 90px;
		position: absolute;
		top:0; left:34px;
	}
	#ghead .logo-wrap h1 span{
		top:24px; left:34px;
		font-size: 10px;
	}
	#ghead .logo-wrap .since{
		display: inline-block;
		position: inherit;
		top:0; right:0;
		font-size: 10px;
		width: 50px; height: 50px;
		line-height: 50px;
		vertical-align: top;
	}
	#ghead .logo-wrap .since span{
		font-size: 15px;
		letter-spacing:0;
	}
}


/* menu */
#menu{
	background: #666666;
	height: 45px;
	box-shadow: 0 2px 4px #cccccc;
	-webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}
.scrolled #menu{
	background: rgba(51, 51, 51, 0.8);
	box-shadow: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
}
#menu form{
	height: 45px;
}
#menu-wrap{
	padding-left: 10px;
	max-width: 1350px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#sub-menu1{
	margin-top: 8px;
}
#sub-menu1 li a{
	color: #ffffff;
}
#sub-menu1 a li{
	color: #ffffff;
}
#sub-menu1 li{
	font-size: 13px;
	display: inline-block;
	margin-right: 20px;
	letter-spacing: 1px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
}
#menu .sub-menu2-wrap{
	display: flex;
}
#sub-menu2{
	margin-top: 8px;
}
#sub-menu2 li{
	font-size: 13px;
	display: inline-block;
	margin-right: 20px;
	letter-spacing: 1px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
}
#sub-menu2 li a{
	color: #ffffff;
	vertical-align: 5px;
}
#sub-menu2 a li{
	color: #ffffff;
}
#sub-menu2 a li span{
vertical-align: 5px;
}
#sub-menu2 li.icon-hint a,
#sub-menu2 li.icon-login a{
	line-height: 22px;
}
#sub-menu2 li.icon-cart a{
	line-height: 26px;
}
/* search */
#menu .search-radio{
	display: inline-block;
	color: #fff;
}
#menu .search-radio label{
	margin-right: 5px;
}
#menu .search-wrap{
	display: inline-block;
}
#menu .search-area{
	background: #ffffff;
	border-radius: 5px;
/*	width: 135px;*/
	width: 200px;
	height: 28px;
	line-height: 28px;
	position: relative;
	padding:0 25px 0 5px;
}
#menu .search-box{
	border: none;
/*	width: 100px;*/
	width: 165px;
	height: 28px;
	line-height: 28px;
}
#menu .search-button{
	display: inline-block;
	position: absolute;
	right:5px;
	top:4px;
}
#menu .search-button img{
	width: 20px;
	height: 20px;
}
/* menu-btn */
#menu .menu-btn{
	position: relative;
	z-index: 0;
	background: #f29b04;
	width: 52px;
	height: 45px;
}

#menu .menu-btn div{
  display: block;
  position: relative;
  z-index: 0;
  width: 52px;
  height: 45px;
  cursor: pointer;
}
#menu .menu-btn div span,
#menu .menu-btn div::before,
#menu .menu-btn div::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  width: 26px;
  height: 3px;
  margin: auto;
  background: #ffffff;
}
#menu .menu-btn div::before {
  top: -20px;
  content: "";
}
#menu .menu-btn div::after {
  bottom: -20px;
  content: "";
}
@media only screen and (max-width: 1100px) {
	#menu,
	#menu-wrap{
		/* max-width: 1100px; */
		width: 100%;
	}
	#sub-menu1 li{
		margin-right: 6px;
	}
	#sub-menu2 li{
		margin-right: 6px;
	}
	#menu .search-area{
		width: 140px;
	}
	#menu .search-box{
		width: 110px;
	}
	#menu .search-radio label{
		margin-right: 0px;
	}
}
@media only screen and (max-width: 930px) {
	#menu{
		width: 100%;
	}
	#menu-wrap{
		width: 100%;
		justify-content: flex-start;
	}
	#sub-menu1 li {
		font-size: 12px;
		letter-spacing:0;
		margin-right: 10px;
	}
	#sub-menu1 .icon-loupe2,
	#sub-menu1 .icon-list2{
		display: none;
	}
	#menu .search-area{
/*		width: 70px;
		width: 100px;*/
		width:165px;
	}
	#menu .search-box{
/*		width: 50px;
		width: 80px;*/
		width:130px;
	}
	#sub-menu2 li {
		margin-right: 0;
	}
	#sub-menu2 li.icon-hint,
	#sub-menu2 li.icon-login span,
	#sub-menu2 li.icon-cart span{
		display: none;
	}
	/* menu-btn */
	#menu .menu-btn{
		position: absolute;
		right: 0;
		background-color: transparent;
	}
}
/* menu-nav */
#menu-nav{
	position: absolute;
	width: 100%;
	background: #666666;
	z-index: 3;
	padding: 20px 20px 30px 20px;
	display: none;
}
.scrolled #menu-nav {
	background: rgba(51, 51, 51, 0.8);
}
@media only screen and (max-width: 1100px) {
	#menu-nav{
		/* max-width: 1100px; */
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	#menu-nav{
		width: 100%;
	}
}

#menu-nav .nav-wrap{
	display: flex;
	max-width: 1300px;
	margin: 0 auto;
	justify-content: center;
}
#menu-nav .nav-wrap ul{
	margin: 10px 10px 0 10px;
	width: 25%;
}
#menu-nav .nav-wrap ul a{
	font-size: 15px;
	color: #ffffff;
	line-height: 2;
}
@media only screen and (max-width: 768px) {
	/* menu-nav */
	#menu-nav{
		padding: 10px 10px 20px 10px;
	}
	#menu-nav .nav-wrap{
		flex-flow:wrap;
	}
	#menu-nav .nav-wrap ul{
		margin: 0;
		width: 50%;
	}
	#menu-nav .nav-wrap ul:last-child{
		margin-top: -2em;
	}
	#menu-nav .nav-wrap ul a{
		font-size: 13px;
		line-height: 2;
		display: block;
	}
}
@media screen and (max-width: 480px) {
	#menu {
		height: 60px;
	}
	#menu form {
		height: 60px;
	}
	#menu .search-area {
		width: 90%;
	}
	#menu .search-box {
		width: 100%;
	}
	#sub-menu1 {
		max-width: 180px;
}
	#menu .sub-menu2-wrap {
		width: 110px;
	}
	#sub-menu2 {
		margin-right: 5px;
	}
}

/* pageTop */
#pageTop{
	margin:0;
	width:45px;
	height:45px;
	position:fixed;
	right:0;
	bottom:16px;
	background:#3b3b3b;
	color:#fff;
	cursor:pointer;
	text-align:center;
}
#pageTop .arrow{
}

#pageTop .arrow:before{
	content: '';
	margin:0 auto;
	display: inline-block;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	margin-top: -8px;
}
#pageTop:hover{
	background:#8b8b8b;
}

/* banner */
#banner{
	margin-top: 50px;
	background: #333333;
	padding: 20px;
}
#banner ul{
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#banner ul li{
	margin: 5px;
	width: 280px;
}
#banner ul li img{
	vertical-align: bottom;
}
@media only screen and (max-width: 1100px) {
	#banner{
		/* max-width: 1100px; */
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	#banner{
		width: 100%;
		padding: 20px 0;
	}
	#banner ul{
		flex-wrap: wrap;
		max-width: 500px;
	}
	#banner ul li{
		margin: 5px 1%;
		width: 46%;
	}
}

/* #gfoot */
#gfoot{
	background: #f29b04;
	padding: 50px 10px;
}
#gfoot #gfoot-wrapper{
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#gfoot .logo-wrap{
	position: relative;
	width: 20%;
	height: 150px;
}
#gfoot .logo-wrap a .logo{
	width: 31px;
	left:0; top:0;
}
#gfoot .logo-wrap a .logoname{
	width: 115px;
	position: absolute;
	top:0; left:40px;
}
#gfoot .logo-wrap a span{
	display: block;
	position: absolute;
	top:34px; left:42px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
#gfoot .sns{
	margin-top: 20px;
}
#gfoot .sns .fb{
	margin:0 7px 0 0;
	height: 24px;
	width: 24px;
}
#gfoot .sns .tw{
	margin:0 7px 0 0;
	height: 24px;
	width: 29px;
}
#gfoot .sns .insta{
	margin:0 7px 0 0;
	height: 24px;
	width: 24px;
}
#gfoot .sns .youtube{
	margin:0 7px 0 0;
	height: 22px;
	width: 34px;
}
#gfoot .sns .qiita{
	height: 26px;
	width: 26px;
}
#gfoot ul{
	width: 20%;
}
#gfoot ul a{
	font-size: 14px;
	color: #ffffff;
}
#gfoot .copy{
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
@media only screen and (max-width: 1100px) {
	#gfoot{
		/* max-width: 1100px; */
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	#gfoot{
		width: 100%;
		padding: 40px 5px;
	}
	#gfoot #gfoot-wrapper{
		flex-wrap: wrap;
	}
	#gfoot ul{
		width: 50%;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	#gfoot .logo-wrap{
		order: 2;
		width: 100%;
		text-align: center;
		position: relative;
		top: auto;left: auto;right: auto;
		margin: auto;
		height: auto;
		display: inline-block;
		vertical-align: top;
		margin-top: 20px;
	}
	#gfoot .logo-wrap > a{
		display: block;
		width: 160px;
		height: 60px;
		margin: 0 auto;
		position: relative;

	}
	#gfoot .logo-wrap .logo{
		width: 25px;
		position: absolute;
	}
	#gfoot .logo-wrap .logoname{
		width: 90px;
		position: absolute;
		top:0; left:34px;
	}
	#gfoot .logo-wrap span{
		top:24px; left:34px;
		font-size: 10px;
		width: 130px;
		text-align: left;
	}
	#gfoot .sns{
		margin-top: 10px;
		text-align: center;
	}
	#gfoot .sns .fb{
		margin:0 7px 0 0;
	}
	#gfoot .copy{
		font-size: 12px;
	}
	#gfoot ul a{
		font-size: 12px;
		color: #ffffff;
	}
}

/* slick */
.slick-prev{
	z-index: 2;
}
.slick-next{
	z-index: 2;
}
@media only screen and (max-width: 1100px) {
	.slick-next {
		border-radius: 3px 0 0 3px;
	}
	.slick-prev{
		border-radius: 0 3px 3px 0;
	}
}

/* breadcrumbs */
.breadcrumbs{
	margin: 30px auto 0;
	max-width: 1300px;
	padding: 0 10px;
}
.breadcrumbs li{
	font-size: 12px;
	display: inline-block;
}
.breadcrumbs > li + li::before{
    padding-left: .5rem;
    color: #818a91;
    content: "〉 ";
	font-size:10px;
	vertical-align: middle;
}
.breadcrumbs a{
	color: #333333;
}
.breadcrumbs .home img{
	width: 12px; height: 12px;
	vertical-align: -2px;
}
@media only screen and (max-width: 768px) {
	.breadcrumbs{
		margin: 10px auto 0;
	}
}

/* white-box */
.white-box{
	margin: 30px auto 0;
	max-width: 1200px;
	box-shadow: 0 0px 4px #cccccc;
	background: #ffffff;
	padding: 30px;
}
@media only screen and (max-width: 1100px) {
	.white-box{
		/* max-width: 1100px; */
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.white-box{
		margin-top: 10px;
		width: 100%;
		padding: 15px;
	}
}

/* page-title */
.white-box .page-title{
	display: flex;
	align-items: center;
}
.white-box .page-title h2,
.white-box .page-title h3{
	font-size: 30px;
	color: #666666;
	border-left:4px solid #f29b04; 
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	padding-left: 10px;
	margin-right: 20px;
	flex-shrink: 0;
/*	width: 100%;*/
	word-break: break-word;
}
.white-box .page-title p{
	font-size: 14px;
	color: #666666;
}
@media only screen and (max-width: 768px) {
	.white-box .page-title{
		display: block;
	}
	.white-box .page-title h2,
	.white-box .page-title h3{
		font-size: 24px;
	}
	.white-box .page-title p{
		margin-top: 10px;
		font-size: 12px;
	}
}

