@charset "utf-8";

/*
 * "Fredericka" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */

/* *****共通設定***** */
body {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#333;
	-webkit-text-size-adjust:none;   
}
a {
  color: #696969;
}

a:hover {
  color: #a9a9a9;
}

.bg-primary,
.btn-primary {
  background-color: #00008b !important;
}

.border-primary {
  border-color: #00008b !important;
}

.bg-maincolor {
  background-color: #f0f8ff !important;
}

.btn-warning:hover {
  color: #212529;
  background-color: #ffa500;
  border-color: #ffa500;
}

.bg-yl-color {
  background-color: #fffaf0 !important;
}

.text-shadow {
  text-shadow: 1px 1px 3px #000;
}

.font-patrick {
  font-family: 'Fredericka the Great', cursive;
}

/* ヘッダー(navbar) */
header{
	background: url("../img/head.gif") repeat-x;
	padding-top: 10px;
}
.navbar{
padding:0 1rem;
}

#nav01 {
  border-bottom: 3px solid #aa0000;
}

#nav02 .nav-fill {
  width: 100%;
}

#nav02 .nav-item {
  border-left: 1px solid #dee2e6;

}
#nav02 .nav-item a {
 color:#aa0000;
	font-size:1.1em;
	display: block;
	padding:1em 0 !important;
}
#nav02 .nav-item a:hover {
background: #E9E9E9;
}
#nav02 .nav-item span {
	display: block;
	color: #333;
	font-size:0.7em;
}
#nav02 .last-list-md {
  border-right: 1px solid #dee2e6;
}
#nav02 .sp-tel a:hover {
background: #fff;
}
/* フッター */
#footer{
border-top: solid 1px #aa0000;
}
/* サイド */
ul.dojo-link{
	list-style: none;
	margin: 0;
	padding:0;
}
ul.dojo-link li {
	margin-bottom: 0.8em;
}
ul.dojo-link li img{
	width: 100%;
	border: 1px solid #333;
}

/* *****パーツ***** */
.heading {
    display: flex;
    align-items: center;
    padding: .5em .7em;
    background-color: #f3f3f3;
    color: #333333;
	font-size:1.6rem;margin-bottom: 1rem;
}

.heading::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #aa0000;
    content: '';
}

.heading span{
	display: block;
	font-size:0.6em;
	margin-left: 1em;
}

/* *****トップページ***** */
.jumbotron {
	border-radius: 0;
	padding:0;
}
.jumbotron img{
	width: 100%;
	
}
.mainimg{
	background-image: linear-gradient(0deg, rgba(170, 0, 0, 1), rgba(191, 62, 62, 1));
}


.photo{
		float:right;
	margin: 0 0 10px 10px;
		width:200px;
	height:150px;
	float:right;
	padding:1px;
	border:1px solid #dedede;
}
/* *****下層ページ***** */
.breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: small;
  color: #fff;
}

#page .jumbotron {
  background: #f1efff url("../img/subpage-headding.jpg") no-repeat center center;
  background-size: cover;
  border-radius: initial;
}


#sec1 img{
	max-width: 100%;
}
#sec1 a img:hover{
	opacity: 0.8;
}


iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.introtable{
	width: 100%;
	margin-bottom: 1em;
}
.introtable tr th,.introtable tr td{
	border: 1px solid #dedede;
	padding:0.5em 1em;
}
.introtable tr th{
	background: #aa0000;
	color:#fff;
}
.introimg{
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.introimg li{
	width: 48%;
	padding: 0.2em;
	border: 1px solid #dedede;
}
.introimg img{
	width: 100%;
}

.shidoin {
    display: flex;
}
.shidoin dt {
   padding-right:1em;
}
/* --------------------------------------------------

 レスポンシブ

--------------------------------------------------　*/

@media (max-width: 991.98px) {
  /* md タブレット・スマートフォン向け */

  #nav02 .nav-item {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    letter-spacing: 0.25rem;
  }
	#nav02 .nav-item:first-child {
 
    border-top: 1px solid #dee2e6;

  }
#nav01 {
  border-bottom: none;
}

	.dojo-link{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.dojo-link li{
		width:49%;
	}
    .shidoin {
    display: block;
}
.shidoin dt {
   padding-right:0;
    padding-bottom:1em;
}
}

  @media (max-width: 575.98px) {
    /* xs スマートフォン向け */

    /* フッター */
    #footer-sns img {
      height: 29px;
      margin-right: 15px;
    }
}