@charset "utf-8";

html,body {
   height: 100%;
}

body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	overflow-x:hidden;
	background-image:url(img/bg.jpg);
}

.wrapper {
	position: relative;
	min-height: 100%;
}

.container {
	padding: 0;
	max-width:1500px;
}

/* =Header
-------------------------------------------------------------- */

.header {
	background-color:#fff;
}

.header .container {
	max-width:1500px;
	position:relative;
	margin:0 auto;
}

.header .btn-dark {
	line-height:60px;
	padding:0 25px 0 30px;
	position:absolute;
	right:0;
	top:0px;
	z-index:999999;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: 0 solid;
  border-right: 0 solid transparent;
  border-bottom: 0;
  border-left: 0 solid transparent;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #000;
  text-decoration: none;
  background-color: #eee;
}

a.navbar-brand {
	display:block;
	width:120px;
	text-indent:-9999px;
	outline:none;
	background-image:url(img/tit.svg);
	background-repeat:no-repeat;
	background-position:0% center;
	background-size:100%;
	border-bottom:none;
	height:630px;
	padding: 0;
	margin:30px auto;
}

	
/* =Navbar
-------------------------------------------------------------- */

.navbar-mainmenu {
	background: #fff !important;
	padding:0;
}
.navbar-mainmenu .navbar-nav {
	margin:0 0 0 0 !important;
}
.navbar-mainmenu .nav-item a.nav-link {
	color:#333;
	padding:0 0 !important;
	margin:0 20px;
	line-height:60px;
	font-weight:bold;
  position: relative;
  display: inline-block;
}
.navbar-mainmenu .nav-item a.nav-link:hover {
	color:#000 !important;
	background-color:#fff !important;
}


/* =Contents
-------------------------------------------------------------- */

.site-title {
	width:20%;
	float:left;
}

.main .container {
	overflow:hidden;
}

.main-content {
	width:80%;
	float:left;
	margin-bottom:30px;
}
.content {
	background-color:#fff;
	padding:60px;
	border:1px solid #ccc;
}


/* =Footer
-------------------------------------------------------------- */

.footer {
	background-color: #000;
	color:#fff;
	font-size:86%;
	padding:25px 0 35px 0;
}
.footer strong {
	font-size:115%;
}
.footer {
	color:#fff;
}

.footer .btn-light {
	background-color:#eee;
	color:#000;
	font-size:143%;
	padding:0 20px;
	line-height:76px;
	max-width:465px;
	margin:0 auto;
}
.footer .btn-light:hover {
	color:#000;
	background-color:#ccc;
}

.footer-sitemap ul {
	margin:0 0 0 25px;
	padding:10px 0 10px 0;
}
.footer-sitemap li {
	list-style-type:none;
	position: relative;
}
.footer-sitemap li::after {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: -1.5em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer-menu {
	background-color: #000;
	border-top:1px solid #666;
	margin-top:15px;
	padding-top:15px;
	color:#fff;
}
.footer-menu .list-inline {
	line-height:1 !important;
}
.footer-menu .list-inline a:hover {
	color:#999;
}
.footer a {
	color:#fff;
}
.footer a:hover {
	color:#ccc;
}
.footer .container {
	max-width: 960px;
	margin:0 auto;
	padding:0;
}
.footer .copyright {
	color:#bbb;
	font-size:86%;
	line-height:1.2 !important;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	line-height: 50px;
	text-indent:-9999px;
	background-image:url(img/pagetop.png);
	background-repeat:no-repeat;
	background-size:100%;
}


/* =Pankuzu
-------------------------------------------------------------- */

.pankuzu ul  {
  padding: 20px 0 0 0;
}

.pankuzu li {
  font-size: 80%;
  display: inline-block;
}

.pankuzu li:first-child a {
  background-color: #f1f1f1;
  padding: 8px 10px;
  border-radius: 5px;
  text-decoration: none;
}
.pankuzu li a {
  border-radius: 5px;
  text-decoration: none;
}
.pankuzu li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.pankuzu li::after {
  content: '>';
  padding: 0 10px 0 20px;
  color:#999;
}

.pankuzu li:last-child::after {
  display: none;
}


/*=====kihon settei=====*/
p {
	margin-top:1em;
}
img {
	border-style: none;
	vertical-align:bottom;
	max-width: 100%;
	height: auto;
}

.content h1 {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	margin:20px 0 50px 0;
	line-height:1.5;
	font-size:260%;
	color:#000;
	text-align:center;
}

.content h2 {
	background-image: url(img/syuriken.svg);
	background-size: 35px;
	background-repeat: no-repeat;
	font-size: 186%;
	font-weight: bold;
	color: #000;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	line-height:1.3;
	padding:0 0 0 50px;
}

.content h3 {
	color:#000;
	font-size: 143%;
	position:  relative;
	font-weight: bold;
	margin: 30px 0;
	border-bottom: solid 5px rgba(0, 0, 0, 1);
	border-radius: 0px 0px 110px 140px/0px 0px 6px 6px;
	padding-bottom:15px;
}
.content .about-box h3 a:hover {
	color:#ccc;
}

.content h4 {
	font-size: 126%;
	color:#000;
	font-weight:normal;
	margin:20px 0;
}

/*=====text=====*/
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: bold;
}

.subtit {
	font-size: 0.8em;
	font-weight: normal;
	border-top: solid 1px rgba(0, 0, 0, 1);
	padding: 0.4em 0.5em 0 0.5em; 
   position: relative;
    width: 100%;
}

.subtit::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #000 25%, #000 75%, transparent);
    background-image: linear-gradient(to right, transparent, #000 25%, #000 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

.lead {
	font-size:200%;
	color:#330000;
	text-align:center;
	margin-top:0;
}

.catch {
	font-size:126%;
}

.aka {
	color:#ff0000;
}

.kakomi {
	border:1px solid #ccc;
	padding:30px;
}

/*=====list=====*/
.content ul {
	margin: 0;
	margin-left:1em;
	padding-left: 2em;
}
ul ul {
	margin: 0;
}
ol {
	margin: 15px 0 15px 0;
	margin-left:1em;
	padding-left: 2em;
}
ol ol {
	margin: 0;
}
ol ul {
	margin: 0;
}

/* Link */
a {
	color:#ff6600;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

.table  {
	margin:30px 0;
	border-bottom: 1px solid #ccc;
}

.table th,
.table td {
  border-top: 1px solid #ccc;
}

.table table td {
	border: 0px solid #ccc;
	padding:0;
}

.table-bordered {
  border: 1px solid #ccc; }
  .table-bordered th,
  .table-bordered td {
	border: 1px solid #ccc; 
	background-color:#fff;}
  .table-bordered th {
	background-color:#ccc; }
  .table-bordered td.midashi {
	background-color:#f1f1f1; }

.table .thead-light th {
  color: #333;
  background-color: #e7e6de;
  border-bottom-color: #cbc9c1;
}

/* =内部コンテンツ用
-------------------------------------------------------------- */

.boxlink:hover {
	cursor:pointer;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
	opacity: .4;
  }
  100% {
	opacity: 1;
  }
}
@keyframes flash {
  0% {
	opacity: .4;
  }
  100% {
	opacity: 1;
  }
}

.btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding:10px 25px;
}
.btn.btn-sm {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding:6px 10px;
	font-size:70%;
}

.btn-primary {
	background-color:#5844a2;
	border-color:#5844a2;
}
.btn-primary:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color:#5844a2;
	border-color:#5844a2;
}
.btn-outline-primary {
	border-color:#5844a2;
	color:#5844a2;
}
.btn-outline-primary:hover {
	background-color:#fff;
	border-color:#5844a2;
	color:#5844a2;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.btn-outline-dark {
	border-color:#000;
	color:#000;
}
.btn-outline-dark:hover {
	background-color:#000;
	border-color:#000;
	color:#fff;
}
.btn-light {
	font-size:115%;
	padding:20px 25px;
}
.btn-dark {
	background-color:#000;
	border:0 solid;
}
.btn-dark:hover {
	color:#fff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.btn-pamplet {
	text-shadow:0 0 5px #fff;
background: rgb(240,234,190); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(240,234,190,1) 0%, rgba(210,187,129,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(240,234,190,1) 0%,rgba(210,187,129,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(240,234,190,1) 0%,rgba(210,187,129,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eabe', endColorstr='#d2bb81',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	color: #000;
	border:0 solid;
	position: relative;
}
.btn-pamplet img {
	position: absolute;
	width: 160px;
	left: 20px;
	bottom: 5px;
}
.btn-pamplet:hover {
	color:#000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*googlemap*/

.googlemap {
position: relative;
padding-bottom: 36.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.googlemap iframe,
.googlemap object,
.googlemap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*お知らせ*/

.table-news .date {
	width:20%;
}

/*博物館のご案内*/

.about-box {
	background-color: #000;
	color:#ccc;
}

.about-box h3 {
	border:0 solid;
	padding:20px;
	margin:0;
	color:#ccc;
	font-size:132%;
}
.about-box p {
	margin:0 20px 0 20px;
}

.card-about {
	border-color:#ccc;
	background-color: #f1f1f1;
	padding:10px;
}

.card-about a {
	color:#000;
}
.card-about .list-inline-item {
	margin:0 15px;
}
.card-about .list-inline-item a {
	position: relative;
	padding-left:20px;
}
.card-about .list-inline-item a::after {
	position: absolute;
	content: '';
	top: .1em;
	left: 0em;
	width: 12px;
	height: 12px;
	background-color: #5844a2;
	transform: rotate(45deg);
}
.card-about .list-inline-item a:hover::after {
	background-color: #ff6600;
}
.card-about .list-inline-item.active a::after {
	background-color: #ff6600;
}
.card-about .list-inline-item.active a:hover::after {
	background-color: #5844a2;
}

.info-area h3 {
	color:#000;
	font-size: 126%;
	position:  relative;
	font-weight:  bold;
	margin: 0 0 20px 0;
	border-bottom: solid 5px rgba(0, 0, 0, 1);
	border-radius: 0px 0px 110px 140px/0px 0px 5px 3px;
	padding-bottom:15px;
}

.info-area .btn {
	position:relative;
}
.info-area .btn i {
	font-size:300%;
	margin-bottom:30px;
	position:absolute;
	right:5%;
	top:25%;
}
.info-area p {
	margin:0 0 30px 0;
}

h2.experience-tit {
	background:#e7e6de;
	border-left:10px solid #bebcb1;
	padding:10px 20px;
}

/*よくあるご質問*/

#accordion .card-header a[data-toggle="collapse"].collapsed::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f078";/* chevron-down */
  float: right;
}
#accordion .card-header a[data-toggle="collapse"]::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f077";/* chevron-up */
  float: right;
}


/* 小デバイス（横向きモバイル, 576px 以上）*/
@media (min-width: 576px) {  

}

/* 中デバイス（タブレット, 768px 以上）*/
@media (min-width: 768px) {  

}

/* 大デバイス（デスクトップ, 992px 以上）*/
@media (min-width: 992px) { 

.navbar-mainmenu .navbar-nav {
	margin-right:160px !important;
}

.navbar-mainmenu .nav-item a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.navbar-mainmenu .nav-item a.active::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.navbar-mainmenu .nav-item a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

}

/* 特大デバイス（ワイド・デスクトップ, 1200px 以上）*/
@media (min-width: 1200px) {  

.container {
	padding:0 20px;
}

.footer {
	height:330px;
	position: absolute;
	bottom: 0px;
	width:100%;
}

.main {
	padding-bottom: 360px;
}

}

/* 大デバイス（デスクトップ, 1200px 未満）*/
@media (max-width: 1199.98px) {  

.header .container,
.top-main .container {
	padding:0;
}

a.navbar-brand {
	display:block;
	width:80px;
	text-indent:-9999px;
	outline:none;
	background-image:url(img/tit.svg);
	background-repeat:no-repeat;
	background-position:0% top;
	background-size:100%;
	border-bottom:none;
	height:480px;
	padding: 0;
	margin:30px auto;
}

.container {
	padding:0 20px;
}

.navbar-mainmenu .dropdown-menu {
	position:absolute;
	left:-240px;
}

.footer {
	padding-bottom:0;
}
.btn-pamplet img {
	width: 16%;
	bottom: 10%;
}


}

/* 中デバイス（タブレット, 992px 未満）*/
@media (max-width: 991.98px) { 

body {
	background-image:url(img/bg.jpg);
	background-size:90%;
}

.header {
	background-color:transparent;
	height:60px;
}

a.navbar-brand {
	display:block;
	width:280px;
	text-indent:-9999px;
	outline:none;
	background-image:url(img/tit_sp.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	border-bottom:none;
	height:60px;
	padding: 0;
	margin:30px auto;
}

.navbar-toggler {
height:60px;
border:0 solid !important;
top:0px !important;
left:0;
position:absolute;
width:80px !important;
background:#fff;
border-radius:0;
}
.navbar-toggler .menu-text {
font-size:50%;
line-height:4;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1 )' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
position:absolute;
bottom:22px;
right:25px;
border:0 solid !important;
}

.navbar-mainmenu {
	z-index:999;
}
.navbar-mainmenu .navbar-nav {
	margin-top:60px !important;
}

.header .container {
	padding:0;
}

.site-title {
	margin:0 20px 20px 0px;
}

.navbar-mainmenu {
	width:100%;
}

.footer {
	padding-bottom:20px;
}
.footer .container {
	padding:0 20px;
}
.footer-menu {
	line-height:1.5 !important;
}

.site-title {
	width:100%;
	float:none;
}

.main .container {
	overflow:hidden;
}

.main-content {
	width:100%;
	float:none;
	margin-bottom:30px;
}
.content {
	background-color:transparent;
	padding:10px 0;
	border:0px solid #ccc;
}

.content h1 {
	margin:20px 0 30px 0;
	font-size:180%;
}

.content h2 {
	font-size: 160%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.content h3 {
	margin:30px 0;
}
.content h4 {
	font-size: 115%;
	margin:20px 0;
}

.lead {
	font-size:160%;
}
	
.card-about {
	padding:10px 0 !important;
}
.card-about button {
	width:100% !important;
	background:none;
	margin:-22px 0 0 0 !important;
	padding:0 !important;
	font-size:100%;
}
.card-about .navbar-nav {
	margin-top:30px;
	padding-left:0;
}

.info-area .btn i {
	font-size:300%;
	margin-bottom:0;
	position:absolute;
	right:12%;
	text-align:left;	
}
.info-area .btn {
	text-align:left;	
	padding-left:15%;
}
.btn-pamplet {
	text-align: left;
	padding: 50px 0 50px 15% !important;
}
	
.btn-pamplet img {
	position: absolute;
	width: 20%;
	left: inherit;
	bottom: 10%;
	right: 3%;
}

}

/* 小デバイス（横向きモバイル, 768px 未満）*/
@media (max-width: 767.98px) { 


.footer {
	background-color: #000;
	color:#fff;
	font-size:90%;
	padding:10px 20px 20px 20px;
}
.footer .container {
	padding:0;
}
.footer-menu {
	background-color: #000;
	margin:0;
	border-top:0px solid #666;
}
.footer-menu .list-inline {
	margin:0 0 20px 0 ;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}
.footer-menu .list-inline li {
	display:block;
	margin:0;
	padding:11px 0;
}
.footer-menu .list-inline li+li {
	display:block;
	margin:0;
	padding:10px 0;
	border-left:0 solid;
	border-top:1px solid #666;
}

.table-news td {
	display:block;
	width:100%;
}
.table-news td {
	width:100%;
	border:0px solid !important;
}
.table-news td.date {
	width:100%;
	border-top:1px solid #ccc !important;
	border-bottom:0px solid !important;
	padding-bottom:0;
}

.about-box {
	background-color: #000;
	color:#ccc;
}

.about-box h3 {
	border:0 solid;
	padding:20px;
	margin:0;
}
.about-box p {
	margin:0 20px 20px 20px;
}

.card-about .list-inline-item {
	display:block;
	text-align:left;
}

.info-area .btn i {
	font-size:300%;
	margin-bottom:0;
	position:absolute;
	right:12%;
	text-align:left;	
}
.info-area .btn {
	text-align:left;	
	padding-left:15%;
}


 }

/* 極小デバイス（縦向きモバイル, 576px 未満）*/
@media (max-width: 575.98px) { 

.info-area .btn i {
	font-size:250%;
}
.info-area .btn {
	padding:5% 8% !important;
	font-size:120%;
}
.btn-dark {
	font-size: 100% !important;
}
.btn-pamplet {
	text-align: left;
	padding: 20px 0 20px 8% !important;
}
	
.btn-pamplet img {
	width: 20%;
	bottom: 16%;
	right: 6%;
}

}

@media (max-width: 320px) { 

	
.btn-lg.btn-dark {
	font-size: 90% !important;
}
.btn-pamplet img {
	width: 16%;
	bottom: 24%;
	right: 8%;
}
	
}

img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touch-callout: none;
	user-select: none;
}

/* Pagination */
.page-link {
  color: #000;
}

.page-link:hover {
  color: #000;
}

.page-item.active .page-link {
  background-color: #000;
  border-color: #000;
}

/* Alignments */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright {
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
