.library {
	padding-top: 60px;
}

.library .section__title {
	margin-bottom: 30px;
}

.library .section__headline {
    margin-top: 0;
}

.library .section__title__img {
	width: 141px;
}

.intro {
	font-size: 11px;
	text-align: center;
	line-height: 1.85;
	letter-spacing: .04em;
	opacity: .9;
	margin: 18px auto 40px;
}
@media all and (max-width: 374px){
	.intro {
		font-size: 10px;
	}
}

.library .section__note {
	margin-top: 36px;
	letter-spacing: 0px;
}


.link__insta {
    width: 100%;
    margin: 22px auto 40px;
    text-align: center;
	text-align: center;
}
.link__insta a {
	padding: 10px;
}
.link__insta a:hover svg {
	fill: #a38238;
}
.link__insta a:hover span {
	color: #a38238;
}
.link__insta span {
	font-size: 22px;
	color: #48322a;
	letter-spacing: 0em;
	margin-left: 10px;
	vertical-align: middle;
	transition: .3s;
	-webkit-transition: .3s;
}
.link__insta svg {
    width: 23px;
    height: 23px;
    fill: #48322a;
	transition: .3s;
	-webkit-transition: .3s;
}


.select {
	padding: 0 10px;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.select__box {
	padding: 0 10px;
	width: 50%;
	float: left;
	position: relative;
	box-sizing: border-box;
}

.select__case {
	position: relative;
}

.select__box select {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select__area {
	padding: 12px 0 12px 12px;
	font-size: 12px;
	text-align: center;
	letter-spacing: .05em;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	border-bottom: 1px solid #000;
	background: url(../images/admin/arrow.gif) no-repeat center left 5px;
	background-size: auto 11px;
}

.selectList {
	display: none !important;
}

.lib__info {
	margin: 0 2%;
}

.lbList {
	margin: 0 0 75px 1%;
	position: relative;
}

.loaded.library .libraryList__item {
  	position: absolute;
}

.library .libraryList__item a {
	display: block;
}

.lbList__img {
	margin-bottom: 13px;
	position: relative;
}

.lb__box {
	margin-top: 19px;
	text-align: left;
}

.num {
	margin-right: 5px;
	margin-top: -34px;
	font-size: 44px;
	position: relative;
	float: right;
	z-index: 2;
}

.library .library__area {
	font-size: 10px;
	letter-spacing: .05em;
}

.library .library__inir {
	font-size: 22px;
}

.lb__area {
	margin-bottom: 4px;
	font-size: 10px;
	letter-spacing: .05em;
}

.lb__inir {
	font-size: 12px;
	letter-spacing: .03em;
	text-align: justify;
	line-height: 1.4;
}

/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
.libraryDetail {
    padding-top: 60px;
}

.libraryDetail .section__title.lb__top {
	margin-bottom: 35px;
}

.libraryDetail .lb__top .section__area {
	margin-bottom: -2px;
}

.libraryDetail .lb__top .section__headline::after {
	bottom: -18px;
}

.libraryDetail .lb__top .section__headline {
	margin-bottom: 42px;
}

.libraryDetail .lb__top .section__note {
	letter-spacing: -.5px;
	font-size: 15px;
}

.video {
	margin: 0 20px 20px;
	position: relative;
}

.video__box {
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}

.video__over img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.video__over:before {
	width: 49px;
	height: 49px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
	-webkit-transform:  translate(-50%,-50%);
	border-radius: 100%;
	opacity: .35;
	content: "";
	background: #000;
}

.video__over:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	border-left: 10px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	content: "";
}

#video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.photo {
	padding: 0 20px;
	margin-bottom: 40px;
}

.photo div {
	margin-bottom: 20px;
}

.toLb {
	margin-bottom: 124px;
}

.libraryDetail .section__title.lb__top2 {
	margin-bottom: 50px;
}

.libraryDetail .section__title.lb__top2 .section__title__word {
	margin-bottom: 12px;
}

.libraryDetail .section__title.lb__top2 .section__title::after {
	bottom: -32px;
}

.ci__map iframe {
  width: 100%;
}

.library__inir {
	font-size: 20px;
	line-height: 1;
	letter-spacing: .2em;
	margin-left: .2em;
}

/*------------------------------------------------------------
	pagePath 2022.05
------------------------------------------------------------*/
.libraryDetail #pagePath li,
.library #pagePath li{
    color: #000 !important;
}
.libraryDetail #pagePath li a,
.library #pagePath li a{
    color: #000 !important;
}
.libraryDetail #pagePath li + span,
.library #pagePath li + span{
    color: #000 !important;
}
.libraryDetail #pagePath,
.library #pagePath{
    padding-top: 0 !important;
}
.ctabtn {
	margin-bottom: 20px;
    text-align: center;
}
.ctabtn.ctabtn_video {
	margin: 0 20px 20px 20px;
}
.ctabtn a {
	display: inline-block;
    padding: 24px 0;
    width: 90%;
    background: #48322a;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.ctabtn_bnr {
	padding: 0 20px;
	width: auto;
	margin-bottom: 80px;
}
.ctabtn_bnr img {
	width: 100%;
}