/* @charset "shift_jis"; */

/****************************************************
TOPページ
****************************************************/
@keyframes arrow1 {
	0% {
		transform: translateX(0) translateY(-50%);
	}
	50% {
		transform: translateX(10px) translateY(-50%);
	}
	100% {
		transform: translateX(0) translateY(-50%);
	}
}
@keyframes arrow2 {
	0% {
		transform: rotate(45deg) translateY(-50%);
	}
	50% {
		transform: rotate(45deg) translateX(14px) translateY(-50%);
		top: calc(46% - 10px);
	}
	100% {
		transform: rotate(45deg) translateY(-50%);
	}
}
.more_btn {
	color: #e95383 !important;
	font-size: 16px;
	text-decoration: none;
	position: relative;
}
.more_btn:hover {
	text-decoration: none!important;
}
.more_btn::before {
	content: '';
	width: 65px;
	height: 1px;
	background: #e95383;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: -70px;
}
.more_btn:hover::before {
	animation: arrow1 0.8s infinite;
}
.more_btn::after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #e95383;
	border-right: 1px solid #e95383;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 46%;
	right: -67px;
}
.more_btn:hover::after {
	animation: arrow2 0.8s infinite;
}
.top {
	background: url('https://shuppan.itembox.design/item/top/img/top_bg.jpg') no-repeat center/cover;
	height: 410px;
	margin: 0 0 100px;
	position: relative;
	z-index: 1;
}
.top .top_info {
	background: rgba(255, 255, 255, 0.3);
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	padding: 0 0 0 5%;
	display: flex;
	align-items: center;
	margin: 0;
	box-sizing: border-box;
}
.top .top_info .btn {
	background: #e95383;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: block;
	height: 100%;
	line-height: 60px;
	width: 180px;
	text-align: center;
	position: relative;
}
.top .top_info .btn::after {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 40%;
	right: 30px;
}
.top .top_info .jsTicker {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.top .top_info ul li {
	display: none;
}
.top .top_info .item {
	display: flex;
	align-items: center;
	padding-left: 20px;
	height: 60px;
	text-decoration: none;
	color: #3c3c3c;
}
.top .top_info .item:hover {
	text-decoration: none;
}
.top .top_info .date {
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
}
.top .top_info .text {
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.book {
	position: relative;
	padding: 0 20px;
}
.book .title {
	text-align: center;
	margin-bottom: 80px;
}
.book .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 23px;
}
.book .item {
	width: 194px;
	margin: 0 3% 120px;
	text-decoration: none;
	color: #3c3c3c;
}
/* .book .item:nth-of-type(4n) {
	margin-right: 0;
} */
.book .item img {
	border: 1px solid #ddd;
	margin-bottom: 25px;
	width: 100%;
}
.book .item .item_title {
	color: #e95383;
	font-size: 16px;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
}
.book .item .author {
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
}
.book .item .price {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.book .item .price span {
	font-size: 24px;
}
.book .item .number {
	font-size: 16px;
}
.book .more_btn {
	position: absolute;
	bottom: 40px;
	right: 130px;
}
.seminar {
	background: url('https://shuppan.itembox.design/item/top/img/seminar_bg.jpg') no-repeat center/cover;
	padding: 60px 0 105px;
	box-sizing: border-box;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.seminar .title  {
	text-align: center;
	margin-bottom: 65px;
}
.seminar .wrap {
	/*display: flex;
	justify-content: space-between;*/
	width: 90%;
}
.seminar .item {
	width: 100%;
	/*margin: 0 2% 25px;*/
	text-decoration: none;
	color: #3c3c3c;
	background: #FFF;
	position: relative;
    padding-bottom: 30px;
	margin-bottom: 20px;
}
.seminar .item .item_title {
	color: #fff;
	font-size: 22px;
	background: #e95383;
	padding: 30px 20px;
	line-height: 1.6em;
}
/*.seminar .item .text {
	font-size: 16px;
	background: #fff;
	padding: 15px 20px;
	line-height: 1.5em;
}
.seminar .item .text-inner {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}*/
.seminar .item .seminar_list {
	padding: 20px;
	width: 100%;
}
.seminar .item .seminar_list th, .seminar .item .seminar_list td {
	font-size: 20px;
	margin-bottom: 15px;
}
.seminar .item .seminar_list th {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 60px;
    text-align: left;
}
.seminar .item .seminar_list td {
	width: 94%;
	line-height: 1.4;
}
.seminar .item .seminar_date {
	display: block;
	content: "";
	width: 32px;
	height: 32px;
	background: url(https://shuppan.itembox.design/item/common/img/time.png)no-repeat left center/contain;
	vertical-align: middle;
}
.seminar .item .seminar_tutor {
	display: block;
	content: "";
	width: 32px;
	height: 32px;
	background: url(https://shuppan.itembox.design/item/common/img/tutor.png)no-repeat left 6px center/contain;
	vertical-align: middle;
}
.seminar .item .seminar_place {
	display: block;
	content: "";
	width: 30px;
	height: 32px;
	background: url(https://shuppan.itembox.design/item/common/img/home.png)no-repeat left center/contain;
	vertical-align: middle;
}
.seminar .item .seminar_fee {
	display: block;
	content: "";
	width: 31px;
	height: 32px;
	background: url(https://shuppan.itembox.design/item/common/img/fee.png)no-repeat left center/contain;
	vertical-align: middle;
}
.seminar .more_btn {
	align-self: flex-end;
	margin-right: 130px;
	position: absolute;
    right: -20px;
    bottom: 30px;
}
.info {
	margin-bottom: 80px;
}
.info .title {
	text-align: center;
	margin-bottom: 85px;
}
.info .wrap {
	padding: 0 60px;
}
.info .item {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 40px;
	color: #3c3c3c;
	text-decoration: none;
}
.info .item .date {
	margin: 0 20px 0 5px;
}
.info .item .date .new {
    color: rgb(204, 0, 102);
    margin-left: 5px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
}
.info .more_btn {
	float: right;
	margin: -25px 130px 0 0;
}
.bnr {
	text-align: center;
	margin-bottom: 70px;
}
.bnr .map {
	display: inline-block;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
.bnr .wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}
.bnr .item {
	border: 1px solid #ddd;
	margin: 0 15px 30px;
}
.about {
	background: url('https://shuppan.itembox.design/item/top/img/about_bg.jpg') no-repeat center/cover;
	padding: 80px 0 50px;
	box-sizing: border-box;
	position: relative;
}
.about .wrap {
	width: 76%;
	max-width: 910px;
	margin: 0 auto;
}
.about .title {
	position: absolute;
	top: -25px;
	left: 5.5%;
}
.about .headding {
	color: #e95383;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.about .text {
	font-size: 16px;
	line-height: 1.7em;
}
.about .greeting {
	margin-bottom: 45px;
}
.about .detail {
	margin-bottom: 30px;
}
.about .access {
	display: flex;
}
.about .access .map {
	width: 66%;
	max-width: 600px;
}
.about .access .detail {
	color: #fff;
	background: #e95383;
	padding: 20px 15px;
	width: 290px;
	height: 310px;
	box-sizing: border-box;
}
.about .access .detail .headding {
	color: #fff;
	font-size: 25px;
	margin-bottom: 15px;
}
.about .access .detail .text {
	margin-bottom: 15px;
}
.about .access .detail .text a {
	color: #fff;
	text-decoration: none;
}
.about .access .detail .text img {
	margin: 3px 5px 0 0;
}
.contact {
	background: #e95383;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 35px;
}
.contact .title{
	margin-right: calc((0.175 * 100%) - 110px);
}
.contact .line {
	background: #fff;
	width: 1px;
	height: 150px;
	transform: rotate(15deg);
	margin-right: 5%;
}
.contact .detail {
	color: #fff;
	font-size: 30px;
}
.contact .detail .text {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	margin: 10px 0;
	line-height: 1em;
}
.contact .detail .text img {
	margin-right: 10px;
}
.fs-body-top {
	background: #D4E6FF;
}

@media screen and (max-width: 800px) {
	.more_btn {
		font-size: 14px;
	}
	.more_btn::before {
		width: 45px;
		right: -55px;
	}
	.more_btn::after {
		top: 45%;
		right: -52px;
	}
	.top {
		background: url('https://shuppan.itembox.design/item/top/img/top_bg_sp.jpg') no-repeat center/cover;
		height: 240px;
		margin: 0 0 35px;
	}
	.top .top_info {
		padding: 0;
		height: 53px;
	}
	.top .top_info .btn {
		font-size: 14px;
		width: 105px;
		box-sizing: border-box;
		/* margin-right: 10px; */
		line-height: 53px;
		padding-right: 10px;
	}
	.top .top_info .btn::after {
		width: 8px;
		height: 8px;
		top: 42%;
		right: 15px;
	}
	.top .top_info .jsTicker {
		width: 72%;
	}
	.top .top_info .item {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		height: 53px;
		padding-left: 10px;
	}
	.top .top_info .date {
		font-size: 14px;
	}
	.top .top_info .text {
		font-size: 14px;
	}
	.book .title {
		margin-bottom: 40px;
	}
	.book .title img {
		width: 210px;
	}
	.book .wrap {
		padding: 0;
		margin-bottom: 50px;
	}
	.book .item {
		width: 130px;
		margin-bottom: 20px;
	}
	.book .item img {
		width: 100%;
	}
	.book .item .item_title {
		font-size: 14px;
	}
	.book .item .author {
		font-size: 14px;
		padding-bottom: 10px;
		border-bottom: 2px solid #ddd;
		margin-bottom: 10px;
	}
	.book .item .price {
		font-size: 12px;
	}
	.book .item .price span {
		font-size: 18px;
	}
	.book .item .number {
		font-size: 14px;
	}
	.book .more_btn {
		bottom: -25px;
		right: 70px;
	}
	.seminar {
		background: url('https://shuppan.itembox.design/item/top/img/seminar_bg_sp.jpg') no-repeat center/cover;
		padding: 40px 0 25px;
		margin-bottom: 25px;
	}
	.seminar .title {
		margin-bottom: 30px;
	}
	.seminar .title img {
		width: 305px;
	}
	.seminar .wrap {
		flex-wrap: wrap;
		justify-content: space-around;
		width: 97%;
		margin-bottom: 10px;
	}
	.seminar .item {
		width: 100%;
		margin: 0 0 10px;
	}
	.seminar .item .item_title {
		font-size: 20px;
		line-height: 1.4;
	}
	.seminar .item .seminar_list th {
		width: 40px;
	}
	.seminar .item .seminar_list td {
		font-size: 14px;
	}
	.seminar .item .seminar_date, .seminar .item .seminar_tutor, .seminar .item .seminar_place, .seminar .item .seminar_fee {
		height: 24px;
	}
	.seminar .more_btn {
		right: -50px;
	}
	.info .title {
		margin-bottom: 40px;
	}
	.info .title img {
		width: 130px;
	}
	.info .wrap {
		padding: 0 12px;
	}
	.info .item {
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 14px;
		margin-bottom: 17px;
	}
	.info .item .date {
		margin-bottom: 10px;
	}
	.info .item .text {
		margin-left: 5px;
	}
	.info .more_btn {
		margin: 0 70px 0 0;
	}
	.bnr {
		margin-bottom: 62px;
	}
	.bnr .map {
		margin-bottom: 13px;
	}
	.bnr .map img {
		width: 320px;
	}
	.bnr .item {
		margin: 0 5px 13px;
	}
	.bnr .item img {
		width: 110px;
	}
	.about {
		background: url('https://shuppan.itembox.design/item/top/img/about_bg_sp.jpg') no-repeat center/cover;
		padding: 23px 0 15px;
	}
	.about .wrap {
		width: 95%;
	}
	.about .title {
		top: -20px;
		left: 20px;
	}
	.about .title img {
		width: 33px;
	}
	.about .greeting, .about .detail {
		padding: 0 5px 0 55px;
		margin-bottom: 20px;
	}
	.about .headding {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.about .text {
		font-size: 14px;
	}
	.about .access {
		flex-direction: column;
	}
	.about .access .map {
		width: 100%;
		max-width: initial;
	}
	.about .access .map iframe {
		height: 180px;
	}
	.about .access .detail {
		width: 100%;
		height: auto;
		padding: 15px 15px 5px;
		margin-bottom: 0;
	}
	.about .access .detail .headding {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.about .access .detail .text {
		margin-bottom: 10px;
	}
	.about .access .detail .text img {
		width: 15px;
	}
	.contact {
		flex-direction: column;
		padding: 15px 10px 10px;
	}
	.contact .title {
		margin: 0 0 15px;
	}
	.contact .title img {
		width: 145px;
	}
	.contact .line {
		width: 100%;
		height: 1px;
		transform: initial;
		margin: 0 auto 10px;
	}
	.contact .detail {
		font-size: 17px;
		align-self: flex-start;
	}
	.contact .detail .text {
		margin: 0 0 10px;
	}
	.contact .detail .text img {
		width: 23px;
	}
}

