@charset "UTF-8";
.koransha{
	background: url("../images/koransha/koransha/top.jpg") no-repeat;
	background-size: 100% auto;
}
#mainv_block2 .bx-wrapper .bx-pager{position:absolute;bottom:-2.5vw!important;left:35%}
#mainv_block2{
	margin-top:190px;
}
section#C3{
	margin-top:50px!important;
}
.accordion-area {
	margin-top:50px;
	margin-bottom:190px;
}
/*アコーディオンタイトル*/
.secchi_title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:20px;
	font-weight: normal;
	width:700px;
	height:70px;
    transition: all .5s ease;
	line-height: 70px;
	letter-spacing: 2px;
	padding-left:30px;
	box-shadow: 0px 0px 23px -8px #6d8edd;
	border-radius: 1px;
	margin-bottom:20px;
	font-family: 'Shippori Mincho B1', serif;
}
@media screen and (max-width:1250px) {
	.secchi_title {
		width:90%;
		margin:0 auto 20px auto;
	}
}
.secchi_title:hover{
	box-shadow: 0px 0px 36px -3px #6d8edd;
    border-color: transparent;
}
/*アイコンの＋と×*/
.secchi_title::before{
    position: absolute;
	content: "";
	width: 27px; /* 画像の幅 */
	height: 27px; /* 画像の高さ */
	background-image: url("../images/base/open.png") ;
	background-size: cover; /* 画像を要素に合わせて拡大縮小 */
	background-color: transparent; /* 背景色を透明に設定 */
	top:35%;
    right: 30px;
}

/*　closeというクラスがついたら形状変化　*/
.secchi_title.close::before{
  background-image: url("../images/base/ac-close.png") ;
}

/*アコーディオンで現れるエリア*/
.hidden_box {
    display: none;/*はじめは非表示*/
  	margin:50px 10px 50px 15px;
}
.hidden_box picture{
	display: block;
	width:445px;
	text-align: center;
	font-size:13px;
	margin-bottom:50px;
}
@media screen and (max-width:1250px) {
	.hidden_box picture{
		margin-left:5%;
	}
	p{
		margin-bottom:25px;
	}
}
.gallery{
	margin-bottom:140px;
}
.gallery img{
	width:calc( (100% - 20px) / 3 );
	height:auto;
	float:left;
	margin:0 10px 10px 0;
}
.gallery img.big{
	width:calc( (100% - 7px) * 2 / 3 );
	margin-right:0;
}
.gallery img.big2{
	width:calc( (100% - 5px) * 2 / 3 );
}
.gallery img.mr0{
	margin-right:0;
}
.gallery .gallery_box1{
	width:calc( (100% - 20px) / 3 );
	float:left;
	margin-right:10px;
}
.gallery .gallery_box1 img{
	width:100%!important;
}
.year_nav{
	width:710px;
	margin-bottom:50px;
}
.year_nav li{
	font-size:20px;
	width:25%;
	float:left;
	text-align: center;
	height:30px;
	line-height: 30px;
	letter-spacing: 2px;
	border-right:1px solid #D8E0F6;
	background: url("../images/koransha/top/year_yajirushi.png") no-repeat  90% center;
	background-size:27px auto;
}
.year_nav li a{
	color:#181F6C;
	display: block;
}
.year_nav li:first-child{
	border-left:1px solid #D8E0F6;
}
.enkaku{
	width:710px;
	border-top:1px solid #D8E0F6;
	margin-bottom:200px;
}
.enkaku li{
	clear: both;
	border-bottom:1px solid #D8E0F6;
	font-size:14px;
	line-height: 30px;
	padding:16px;
	letter-spacing: 2px;
}
.enkaku li span.nen{
	font-size: 22px;
	display: block;
	float:left;
	margin-right:15px;
	font-family: 'EB Garamond', serif;
}
.enkaku li span.wareki{
	display: block;
	float:left;
	margin-right:10px;
	font-weight: bold;
}
.enkaku li p{
	width:550px!important;
	margin:0 0 0 160px!important;
	font-size:13px!important;
}
.enkaku li picture{
	margin-right:10px;
	display: block;
	float:left;
	margin-top:10px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size:10px;
	line-height: 17.5px;
}
.store_box{
	margin:72px auto;
}

.store_img{
	width:500px;
	float:left;
	margin-right:70px;
}
.store_img #mainv_block .bx-wrapper,.store_img #mainv_block4 .bx-wrapper,.store_img #mainv_block5 .bx-wrapper{
	height:355px!important;
	margin-top:0!important;
}
.store_img #mainv_block .bx-wrapper .bx-controls-direction a.bx-prev,.store_img #mainv_block4 .bx-wrapper .bx-controls-direction a.bx-prev,.store_img #mainv_block5 .bx-wrapper .bx-controls-direction a.bx-prev{
	left:-35px!important;
	background:url(../images/base/prev.png)no-repeat;
	background-size:22px 22px;
	top:45%;
}
.store_img #mainv_block .bx-wrapper .bx-controls-direction a.bx-next,.store_img #mainv_block4 .bx-wrapper .bx-controls-direction a.bx-next,.store_img #mainv_block5 .bx-wrapper .bx-controls-direction a.bx-next{
	right:-47px!important;
	background:url(../images/base/next.png)no-repeat;
	background-size:22px 22px;
	top:45%;
}

.store_box h4{
	font-family: 'Shippori Mincho B1', serif;
	font-size:20px;
	letter-spacing: 3px;
	border-bottom:1px solid #181F6C;
	display: inline-block;
}
.store_box h4 span{
	font-size:12px;
	font-family: 'Roboto', sans-serif;
}
table.info{
	font-size:14px;
	line-height: 30px;
	margin:30px 0;
}
table.info tr th{
	font-weight: normal;
	width:80px;
	text-align: left;
	vertical-align: top;
	letter-spacing: 2px;
	margin:15px 0; 
}
table.info tr td{
	vertical-align: top;
	letter-spacing: 2px;
	margin:15px 0; 
}
table.info tr td span.map{
	font-family: 'Roboto', sans-serif;
	font-size:12px;
}
table.info tr td span.map a{
	width:55px;
	color:#2456CC;
	background: url("../images/bijutsu/top/pdf.png") no-repeat right center;
	background-size:19px 19px;
}
table.info tr td a.sns,table.info tr td a.sns2{
	color:#2456CC;
	display: inline-block;
	float:left;
	position: relative;
	margin-right:40px;
}
table.info tr td a.sns2{
	margin-right:0;
}
table.info tr td a.sns::before,table.info tr td a.sns2::before{
	position: absolute;
	right:-40px;
	content: url("../images/bijutsu/top/link_yajirushi.png");
	transform: scale(0.3);
	top:-13px;;
	display: inline-block;
  	vertical-align: middle;
}
table.info tr td a{
	position:relative;
	display:inline-block;
	text-decoration: none;
	outline: none;
}
table.info tr td a::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #2456CC;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .6s;
}
table.info tr td a:hover::after {
    transform: scale(1, 1);
}
table.info2{
	border-top:1px solid #D8E0F6;
	width:710px;
	font-size:16px;
	line-height: 32px;
	margin:20px auto 140px auto;
	box-sizing: border-box;
}
.company_photo,.koransha_photo{
	width:100%;
	margin:0 auto;
}
.company_photo{
	margin:0 auto 120px auto!important;
}
.company_photo #mainv_block .bx-wrapper,.koransha_photo #mainv_block .bx-wrapper{
	width:100%;
	height:auto!important;
}
.company_photo #mainv_block .bx-pager,.koransha_photo #mainv_block .bx-pager{
	width:35%;
	left:33%;
}
.company_photo #mainv_block .bx-pager{
	position:absolute;bottom:-2.5vw!important;
}
.company_photo #mainv_block .bx-wrapper .bx-controls-direction a.bx-prev,.koransha_photo #mainv_block .bx-wrapper .bx-controls-direction a.bx-prev{
	top:45%;
}
.company_photo #mainv_block .bx-wrapper .bx-controls-direction a.bx-next,.koransha_photo #mainv_block .bx-wrapper .bx-controls-direction a.bx-next{
	right:-50px!important;
	top:45%;
}
.mudium{
	font-size:14px!important;
	line-height: 30px!important;
}
table.info2 tr th{
	font-weight: normal;
	width:190px;
	text-align: left;
	vertical-align: top;
	letter-spacing: 2px;
	padding:24px 0 24px 30px;
	border-bottom:1px solid #D8E0F6;
}
table.info2 tr th.midashi{
	font-size:20px;
	padding:30px 0 14px 30px;
	border-bottom:0;
}
table.info2 tr th.midashi h4{
	display: inline;
	border-bottom:1px solid #181F6C;
}
table.info2 tr td{
	vertical-align: top;
	letter-spacing: 2px;
	padding:24px 0; 
	border-bottom:1px solid #D8E0F6;
}
table.info2 tr td span.map{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}
table.info2 tr td span.map a{
	width:55px;
	color:#2456CC;
	background: url("../images/bijutsu/top/pdf.png") no-repeat right 3px;
	background-size:19px 19px;
}
table.info2 tr td a{
	position:relative;
	display:inline-block;
	text-decoration: none;
	outline: none;
}
table.info2 tr td a::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #2456CC;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .6s;
}
table.info2 tr td a:hover::after {
    transform: scale(1, 1);
}
a.photo{
	font-family: 'Shippori Mincho B1', serif;
	width:800px;
	height:180px;
	letter-spacing: 2px;
	font-size:23px;
	color:#181F6C;
	font-weight: bold;
	background: url("../images/bijutsu/top/link_yajirushi.png") no-repeat 97% center ;
	background-size:27px auto;
	margin:210px auto 0 auto;
}
a.photo:hover{
	background: #233B98 url("../images/bijutsu/top/link_yajirushi_hover.png") no-repeat 97% center ;
	background-size:27px auto;
}
a.photo span{
	display: block;
	font-size:13px;
	font-family: 'Cormorant Garamond', serif;
	margin-top:60px;
	margin-bottom:5px;
	font-weight: 600;
}
a.photo img{
	float:left;
	margin-right:35px;
}