/*
 * main/common
 */

.fixed-top {
	position: unset;
}
.navbar-toggler:not(:disabled):not(.disabled) {
	content: '';
	display: none;
	clear: both;
}
.navbar-expand-md .navbar-collapse {
	display: block !important;
	width: 100%;
	background-color: #fff;
}

.btn-arrow {
	width: calc(50% - 20px);
	padding-top: .7rem;
	padding-bottom: .7rem;
	flex: 0 1 calc(50% - 20px);
	max-width: calc(50% - 20px);
	white-space: normal;
}
.btn-arrow:nth-child(even) {
	margin-right: 0;
}

.page-footer-nav li {
	margin: 0 10px;
}

.pagetop {
	bottom: 220px;
	right: 20px;
}


/*
 * ページネーション
 */

body {
	min-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	/*transform: scale(.75);
	transform-origin: top center;*/
	/*zoom: 75%;*/
}


/*  */

/* .main menu */
header {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.navbar {
	max-width: 1200px;
	margin: 110px auto 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: left;
	align-items: left;
	position: static;
}

.main-menu {
	background-color: #fff;
	color: #000;
}

.main-menu .navHomeIcon {
	display: inline-block;
	vertical-align: text-bottom;
}

.main-menu li.nav-item{
	position: relative;
	overflow: visible;
}
.main-menu li.nav-item:after {
	content: "";
	border-top: 2px solid  transparent;
	display: inline-block;
	height: 0;
	position: absolute;
	bottom: -5px;
	left :35%;
	right: 35%;
	transition: all .2s ease-out 0s;
}
.main-menu li.nav-item:hover:after {
	border-top-color: #C35654;
	left :1em;
	right: 1em;
}
.sub-menu {
	position: absolute;
	top: -110px;
	right: 0;
	padding: 0px;
	display: table;
}
.sub-menu.navbar-nav .nav-item  {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

.navbar-nav.main-menu {
	width: 100%;
	/*overflow-x: auto;*/
	margin-bottom: 20px;
	margin-top: 20px;
}
.navbar-nav .nav-item {
	/* max-width: 150px; */
	padding: 0;
	border-bottom: 2px solid #fff;
	/* white-space: nowrap; */
	/* width: calc(100% / 8); */
	font-size: 0.8em;
	text-align: center;
	flex: 1 1 auto;
}
/*
.navbar-nav.main-menu .nav-item:nth-of-type(7) {
	width: 220px !important;
}
*/
.navbar-nav.main-menu .nav-item {
	padding: 0;
	border-bottom: 2px solid #fff;
	white-space: nowrap;
	/*overflow: hidden;
	width: calc(100% / 8);*/
	font-size: 1em;
	text-align: center;
	flex: 1 1 auto;
}

.nav-link {
	padding: inherit;
}


.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #000;
}
.navbar-dark .navbar-nav .nav-link {
	color: #000;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #000;
}

.navbar-brand {
	position: absolute;
	top: -110px;
	left: 0;
	padding: 0;
	display: block;
	height: 110px;
	width: 460px;
}
.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 {
	display: none;
}
.search-form2  {
	margin-left: 20px;
	margin-right: 20px;
}
.search-form2 .input-group-text {
	background-color: #E6E5E4;
	height: 24px;
	width: 32px;
	border-radius: 38%;
}
.search-form2 .search {
	background-color: #E6E5E4;
	height: 24px;
}
#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 {
	max-width: 1200px;
	margin-top: 10px;
	margin: 0 auto;
	background-color: #E6E5E4;
}
.carousel-indicators {
	bottom: -55px;
}
.carousel-indicators li {
	background-color: #C6C6C6;
	width: 50px;
	height: 10px;
	margin-right: 10px;
}

.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);
}
.carousel-inner {
	max-width: 1200px;
	margin: 0 auto;
}

/* main article  */
main {
	max-width: 1200px;
	width:100% !important;
	overflow: hidden !important;
	right: 0 !important;
	margin: 70px auto 0 auto;
}
main > .row {
	width: 100%;
	flex-direction: inherit;
	flex-flow: wrap;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
main > .row:last-child{
	margin-bottom: 20px;
}

main article {
	margin-bottom: 50px;
}
main article img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
main article img:hover {
	opacity: .8;
}
main article h2 {
	font-size: 18pt;
	font-weight: bold;
}
main article p {
	font-size: 14pt;
}
main article .pickup::after {
	padding: 0 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	main article .pickup::after {
		padding: 0 30px;
	}
}

.sub-contents {
	background-color: #F8EBEA;
	width: 100%;
	margin: 0;
}
.sub-contents .wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.sub-contents .notice.articles {
	min-width: 405px;
	padding-top: 70px;
	margin-left: 0;
	padding-left: 0;
	padding-right: 45px;
	max-width: calc(100% - 336px);
	float: left;
}

.sub-contents .notice.articles .nav-item {
	border-top: 2px solid #C35654;
	border-right: 1px solid #C8C8C8;
	border-bottom: 2px solid #C35654;
	min-width: 74px;
	width: 25%;
	text-align: center;
	white-space: nowrap;
}
.sub-contents .notice.articles .nav-item a {
	color: #000;
}

.sub-contents .notice.banners {
	padding-top: 70px;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	max-width: 336px;
	float: right;
}
.sub-contents .notice .tab-content {
	width: 100%;
}

.sub-contents .nav-tabs {
	width: 100%;
}
.sub-contents .nav-tabs .nav-item {
	font-size: 1.1em;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
	background-color: #C35654 !important;
	color: #fff !important;
}
.nav-tabs .nav-link  {
	border-radius: 0;
}

.sub-contents .articles .tab-contents {
	min-height: 468px;
	max-height: 600px;
	overflow: auto;
}
.sub-contents .articles .tab-pane {
	margin-right: 0;
}


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

main .notice {
	background-color: #F8EBEA;
	padding: 35px 20px 35px 20px;
}
main .notice {
	width: 66%;
	float: left;
}
main .notice:last-of-type {
	width: 33%;
	float: left;
}
main .notice:last-of-type:after {
	content: '';
	clear: both;
	display: block;
}
.notice h1 {
	font-size: 20pt;
	vertical-align: top;
	display: flex;
	margin-bottom: 30px;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.notice .row .col-lg-4 {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%
}
.notice .row img,
.sidebar-banner.row img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.notice .dropdown {
	display: none;
}

.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;
}

/* footer */

footer {
	clear: both;
}
footer::after {
	clear: both;
}
footer ul {
	text-align: left;
	float: left;
}
footer ul li {
	display: inline-block;
	list-style: none;
	margin-right: 40px;
}
footer .logos {
	float: right;
	margin-bottom: 20px;
}
footer .logos img {
	float: right;
	display: block;
	clear: right;
}

footer address {
	clear: both;
	text-align: right;
	margin: 0;
}

footer address span{
	margin-left: 1em;
}

footer .copyright {
	text-align: left;
	color: #C35654;
	margin-top: -1.4em;
}

footer section {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

footer a:hover {
	color: #C35654;
}



/*
 *	single
 */
.breadcrumb-wrap {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.single.container {
	max-width: 1200px;
	padding: 0;
}
.single article {
	min-width: 640px;
	/* max-width: 825px; */
	max-width: 858px;
}

.single h2,
.single article .title {
	margin-top: 40px;
	margin-bottom: 40px;
}

.single article .title + .period {
	margin-top: -20px;
}

.single article img {
	max-width: 825px;
	height: auto;
}
.single article table {
	width: 100%;
}


.single .col-left,
.page .col-left,
.archive .col-left,
.search_result .col-left,
.tag_result .col-left,
.category_result .col-left,
.product_detail .col-left {
	width: 834px;
	min-width: 834px;
	max-width: 834px;
	margin-right: 15px;
	padding: 0;
}

.single .col-right,
.page .col-right,
.archive .col-right,
.search_result .col-right,
.category_result .col-right,
.tag_result .col-right,
.product_detail .col-right {
	width: 336px;
	padding: 0;
	margin-left: 15px;
}

.single .col-right > .row,
.page .col-right > .row,
.archive .col-right > .row,
.search_result .col-right > .row,
.category_result .col-right > .row,
.product_detail .col-right > .row {
	/* banner  */
	width: 336px;
	margin-right: 0;
	margin-left: 0;
}

.single .col-right > .row div {
	padding-left: 0;
}
.col-right > .sidebar-category {
	width: 336px;
}

.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 th {
	white-space: nowrap;
}


/* ページ */
.page.container {
	min-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0;
}
.page.container > .row,
.archive.container > .row,
.single.container > .row,
.tag_result.container > .row,
.search_result.container > .row,
.category_result.container > .row {
	width: 1200px;
	margin: 0;
	margin-left: 0;
}

.page h2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.page article::after {
	content: '';
	clear: both;
	display: block;
}

.page .news .item,
.page .articles .item {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #C8C8C8;
}

.page .news .item section,
.page .articles .item section,
.post-meta ~ p:not([class]) {
	overflow: auto;
}
.archive section:after,
.category_result section:after,
.page .news .item:after,
.page .news .item:after,
.page .articles .item:after {
	content: '';
	clear: both;
	display: block;
}

.page .col-right > .row div,
.archive .col-right > .row div,
.search_result .col-right > .row div,
.category_result .col-right > .row div {
	padding-left: 0;
}

.single .col-right > .sidebar-category .current,
.page .col-right > .sidebar-category .current,
.archive .col-right > .sidebar-category .current,
.search_result .col-right > .sidebar-category .current,
.tag_result .col-right > .sidebar-category .current,
.category_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: 5px 10px;
}

.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 {
	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 40px;
}

.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;
}


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

.search_result.container,
.archive.container,
.category_result.container,
.search_result.container,
.tag_result.container {
	max-width: 1200px;
	padding: 0;
}

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

.articles .item .postThumbnail,
.search_result section .postThumbnail,
.archive section .postThumbnail,
.tag_result section .postThumbnail,
.category_result section .postThumbnail {
	width: 240px;
	float: left;
	margin-right: 20px;
	text-align: center;
}

.postThumbnail img {
	max-width: 240px;
	max-height: 129px;
	height: 129px;
	width: auto;
	border: 1px solid #80808038;
}


.archive section h5 a:hover,
.search_result section h5 a:hover,
.tag_result section h5 a:hover,
.category_result section h5 a:hover {
	text-decoration: none;
}

.category_result section .post-meta,
.search_result section .post-meta {
	margin-left: 240px;
	display: flex;
}

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

.page .open-exhibition,
.page .prepared-exhibition,
.page .closed-exhibition {
	margin-top: 20px;
	margin-bottom: 60px;
}


.page .open-exhibition .entry-title a:hover,
.page .prepared-exhibition .entry-title a:hover,
.page .closed-exhibition .entry-title a:hover {
	text-decoration: none !important;
}

.page .closed-exhibition .item {
	margin-bottom: 30px;
}

.page .open-exhibition .item:after,
.page .prepared-exhibition .item:after,
.page .closed-exhibition .item:after {
	content: '';
	clear: both;
	display: block;
}


.page .open-exhibition .postThumbnail,
.page .prepared-exhibition .postThumbnail {
	width: 240px;
	margin-right: 20px;
	float: left;
	text-align: center;
}
.page .closed-exhibition .postThumbnail {
	text-align: center;
	width: 150px;
	margin-right: 20px;
	float: left;
}

.page .open-exhibition .postThumbnail img,
.page .prepared-exhibition .postThumbnail img {
	max-width: 240px;
	max-height: 129px;
	height: 129px;
	width: auto;
}

.page .closed-exhibition .postThumbnail img {
	max-width: 150px;
	height: 79px;
	width: auto;
}

.exhibision-description{
	overflow: auto;
}
/*
 *	cart
 */

#customer-info td,
#delivery-info td {
	font-size: 12pt !important;
}

#customer-info th {
	font-size: 12pt !important;
	white-space: nowrap;
}

#customer-info td .form-control {
	display: inline-block;
}

#confirm_table h3,
#confirm_table th,
#confirm_table td,
#delivery-info th {
	font-size: unset !important;
}
#delivery-info .customer_form dt {
	font-size: unset !important;
	font-weight: normal;
}


/* 商品一覧 */
.page .shop-items {
	display: flex;
	flex-wrap: wrap;
}
.page .shop-items > .articles {
	flex: 1 1 50%;
	max-width: 50%;
}
.page .shop-items > .articles > .item {
	margin: 0 40px;
}


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

/* book selection */



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