/*
 * main/common
 */

.btn-arrow {
	width: 100%;
	flex: 1 1 100%;
	max-width: 100%;
	white-space: normal;
	margin-right: 0;
}
.btn-arrow:nth-child(even) {
	margin-right: 0;
}

.page-footer-nav{
	flex-direction: column;
	justify-content: center;
}
.page-footer-nav li + li {
	margin-top: 10px;
}
.page-footer-nav .btn-back,
.page-footer-nav .btn-next{
	min-width: 0;
	width: 100%;
}

.pagetop {
	bottom: 53px;
	right: 6px;
	zoom: .6;
}

/*
 * ページネーション
 */
.pagination {
	width: 100%;
}

.pagination .page-numbers {
	padding: 5px !important;
	margin: 2px !important;
}

.pagination .page-numbers.dots {
	border-width: 0;
	margin: 0 !important;
	padding: 3px !important;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
	display: none;
}



body {
	min-height: 75rem;
	/*padding-top: 2.5rem;*/
	padding-top: 60px;
}

main {
	width:100% !important;
	overflow: hidden !important;
	right:0 !important;
}

/*  */

/* .main menu */

.main-menu {
	background-color: #C35654;
}
.main-menu .navHomeIcon {
	display: none;
}
.sub-menu {
	background-color: #F8EBEA;
	padding-bottom: 20px;
}

.navbar-nav .nav-item{
	padding: 0 1rem;
	border-bottom: 1px solid #fff;
}
.navbar-brand {
	height: 50px;
	width: 250px;
}
.navbar-toggler.collapsed .navbar-toggler-icon{
	background-image: url(../img/icon_spmenu.png) !important;
}
.navbar-toggler .navbar-toggler-icon{
	background-image: url(../img/icon_spmenu_close.png);
}

.search-form {
	/* height: 40px; */
	border-bottom: 1px solid #fff;
	padding: 10px 10px 10px 10px;
	background-color: #C35654;
}
.search-form2 {
	display: none;
}
#icon-search {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	background-color: #fff;
	border-right: 0;
}
.search {
	border-radius: 50px;
	border-left-width: 0;
}

/* dropdown + tab */
.dropdown-menu.nav {
	display: none;
}
.dropdown-menu.show {
	display: block !important;
}

/* carousel */
.carousel-indicators {
	bottom: -30px;
}
.carousel-indicators li {
	background-color: #C6C6C6;
}

.carousel-indicators li.active,
.carousel-indicators li:hover {
	background-color: #C35654;
}
.carousel-control-next-icon {
	background-image: url(../img/icon_next.png);
}
.carousel-control-prev-icon {
	background-image: url(../img/icon_back.png);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 40px;
	height: 40px;
	background-color: rgba(198, 198, 198, .5);
}

/* main article  */
main {
	margin-top: 40px;
}
main article {
	margin: 20px 20px;
	display: inline-block;
	padding: 1px;
}
main article img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
main article h2 {
	font-size: 18pt;
	font-weight: bold;
}
main article .pickup::after {
	padding: 1px 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	main article .pickup::after {
		padding: 2px 30px;
	}
}

.sub-contents {
	background-color: #F8EBEA;
	width: 100%;
	margin: 0;
}

.sub-contents .notice.articles {
	padding-top: 70px;
}
.sub-contents .notice.banners {
	padding-top: 20px;
	padding-bottom: 40px;
}

/* notice */
.btn-outline-dark {
	background-color: #fff;
	color: #000;
	border-radius: 0;
}

main .notice {
	background-color: #F8EBEA;
	padding: 35px 20px 35px 20px;
}
.notice h1 {
	font-size: 20pt;
	vertical-align: top;
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 20px;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	border-bottom: 2px solid #C35654;
}
.notice .row img,
.sidebar-banner.row img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.notice .dropdown {
	margin-left: auto;
}

.notice h2 {
	font-size: 1.2em;
}

.notice div.item {
	border-bottom: 1px solid silver;
	margin: 30px 0 30px 0;
}

/* meta */
.post-meta p {
	display: inline-block;
	line-height: 1.8;
}

/* footer */

footer {
}
footer::after {
}
footer ul {
}
footer ul li {
	list-style: none;
}
footer .logos{
	margin: 30px auto 20px auto;
}
footer .logos img {
	display: block;
	margin: 0 auto;
}
footer address span{
	display: block;
}


/*
 *	single
 */

.col-left {
	min-width: 100%;
}

.col-right {
	min-width: 320px;
	margin-top: 40px;
}

.page .col-right > .sidebar-category .current,
.single .col-right > .sidebar-category .current,
.archive .col-right > .sidebar-category .current,
.category_result .col-right > .sidebar-category .current,
.tag_result .col-right > .sidebar-category .current {
	font-size: 24px;
	color: #C35654;
	font-weight: bold;
	border-top: 2px solid #C35654;
	border-bottom: 2px solid #C35654;
	padding: 4px 6px;
}


.page .col-right > .sidebar-category > ul,
.archive .col-right > .sidebar-category > ul,
.search_result .col-right > .sidebar-category > ul,
.tag_result .col-right > .sidebar-category > ul,
.category_result .col-right > .sidebar-category > ul,
.single .col-right > .sidebar-category > ul {
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	padding-inline-start: 0;
	padding-left: 0;
	margin-bottom: 30px;
}

.single .col-right > .sidebar-category > ul > li,
.page .col-right > .sidebar-category > ul > li,
.archive .col-right > .sidebar-category > ul > li,
.search_result .col-right > .sidebar-category > ul > li,
.tag_result .col-right > .sidebar-category > ul > li,
.category_result .col-right > .sidebar-category > ul > li {
	border-bottom: 1px solid #C35654;
	padding: 10px 10px 10px 10px;
}

.single .col-right > .sidebar-category ul li a,
.page .col-right > .sidebar-category ul li a,
.archive .col-right > .sidebar-category ul li a,
.search_result .col-right > .sidebar-category ul li a,
.tag_result .col-right > .sidebar-category ul li a,
.category_result .col-right > .sidebar-category ul li a {
	color: #000;
}

.single .col-right > .sidebar-category > ul > li > ul,
.page .col-right > .sidebar-category > ul > li > ul,
.archive .col-right > .sidebar-category > ul > li > ul,
.search_result .col-right > .sidebar-category > ul > li > ul,
.tag_result .col-right > .sidebar-category > ul > li > ul,
.category_result .col-right > .sidebar-category > ul > li > ul {
	list-style-type: none;
	margin: 10px auto 5px auto;
	padding-left: 2em;
}

.single .col-right > .sidebar-category > ul > li > ul > li,
.page .col-right > .sidebar-category > ul > li > ul > li,
.archive .col-right > .sidebar-category > ul > li > ul > li,
.search_result .col-right > .sidebar-category > ul > li > ul > li,
.tag_result .col-right > .sidebar-category > ul > li > ul > li,
.category_result .col-right > .sidebar-category > ul > li > ul > li {
	margin-top: 5px;
	font-weight: normal;
}


.single h3 {
	font-size: 20pt;
	font-weight: bold;
	border-bottom: 2px #C35654 solid;
}

.single article img {
	max-width: 100%;
	height: auto;
}
.single article img:not([width]):not([height]) {
	width: 100%;
	height: auto;
}

.single td {
}

.single blockquote {
	font-size: .9em;
	padding: 1em;
	background-color: #f8f9fa;
}

tr {
	margin-top: 10px;
}


/* ページ */

.category_result section:after,
.page .news .item,
.page .articles .item {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
}


/*
 *	カテゴリ、タグ、検索結果
 */

.search_result section,
.archive section,
.category_result section {
	clear: both;
	margin-bottom: 30px;
}

.open-exhibition  .postThumbnail,
.prepared-exhibition .postThumbnail,
.closed-exhibition .postThumbnail,

.articles .item .postThumbnail,
.search_result section .postThumbnail,
.archive section .postThumbnail,
.tag_result section .postThumbnail,
.category_result section .postThumbnail {
	text-align: center;
}

.open-exhibition  .postThumbnail img,
.prepared-exhibition .postThumbnail img,
.closed-exhibition .postThumbnail img,

.articles .item .postThumbnail img,
.search_result section .postThumbnail img,
.archive section .postThumbnail img,
.tag_result section .postThumbnail img,
.category_result section .postThumbnail img {
	height: auto;
	width: auto;
	max-height: 273px;
    max-width: 100%;
}

.postThumbnail img.noimage {
	display: none;
}

/**
 *	特別展＆常設展
 */


/*
 * カート
 */
.usccart_navi>.ucart>li {
	width: 50% !important;
}

#cart_table th,
#cart_table td {
	padding: 1px !important;
	width: 30px !important;
}
#cart_table .productname {
	min-width: 100px;
	font-size: .7rem;
}

#content #wc_cart thead .tax::before, #content #wc_confirm thead .tax::before {
	content: '\A';
	white-space: pre;
}
#content #wc_cart img, #content #wc_confirm img {
	max-width: 20px !important;
}

#cart_table img {
	max-width: 100%;
	height: auto;
	margin: 0;
}

#cart .upbutton{
	text-align: left !important;
}
#cart .upbutton .btn {
	display: block;
	margin-left: auto;
}

.customer_login_form.customer_form th[scope="row"] {
	white-space: nowrap;
}

#delivery-info #delivery_table input,
#customer-info .customer_form input {
	width: 100% !important;
}

#customer-info td,
#delivery-info td {
	display: block;
	width: 100% !important;
	font-size: 12pt !important;
}

#customer-info th,
#delivery-info th {
	display: block;
	width: 100% !important;
	font-size: 12pt !important;
}

#delivery-info .customer_form dt {
	font-size: 12pt !important;
}

/* 商品一覧 */


/**
 *	3カラム（写真・資料の使用について）
 */
.box-row.box-column2 .box-col,
.box-row.box-column3 .box-col{
	flex: 0 0 100%;
	max-width: 100%;
}

/* book selection */



/* table */
.table.table-small{
	width: 90%;
}

.table-responsive th {
    word-break: normal;
}
