
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  display: inline-flex;
  vertical-align: middle;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */

.material-icons.md-36 {
  font-size: 36px;
}

.table > :not(caption) > * > * {
  vertical-align: middle;
}

/* フローティングメニュー */

.floating-nav {
  position: fixed;
  width: 2.5rem;
  right: 0;
  top: 33%;
  cursor: pointer;

}

.floating-nav a {
  color: white;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration: none;
padding:0 0 0 0.2rem;
    font-size: 0.75rem;

}

/* TOTOPアイコン */

#topBtn{
    background: #74441a;
    color: #fff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.9rem;
}


.slide_show_fade_in4_4{
	position: relative;
	overflow: hidden;
	width: 100%;
margin: 0em 0 0em 0;
}
.slide_show_fade_in4_4:before{
	content: "";
	display: block;
	padding-top: 66%;
}
.slide_show_fade_in4_4_img{
	position: absolute;
	width: 100%;
	height:100%;
	object-fit: cover;
	top: 0;
	left: 0;
	opacity: 0;
	animation: slide_show_fade_in4_4 54s ease infinite;
}

.slide_show_fade_in4_4_img:nth-of-type(2){	animation-delay: 6s;}
.slide_show_fade_in4_4_img:nth-of-type(3){	animation-delay: 12s;}
.slide_show_fade_in4_4_img:nth-of-type(4){	animation-delay: 18s;}
.slide_show_fade_in4_4_img:nth-of-type(5){	animation-delay: 24s;}
.slide_show_fade_in4_4_img:nth-of-type(6){	animation-delay: 30s;}
.slide_show_fade_in4_4_img:nth-of-type(7){	animation-delay: 36s;}
.slide_show_fade_in4_4_img:nth-of-type(8){	animation-delay: 42s;}
.slide_show_fade_in4_4_img:nth-of-type(9){	animation-delay: 48s;}


@keyframes slide_show_fade_in4_4{
	0%{
		opacity: 0;
		transform: scale(1.2);
	}
	2%{
		opacity: 1;
	}
	10%{
		opacity: 1;
	}
	22%{
		opacity: 0;
		transform: scale(1);
	}
	100%{
		opacity: 0;
	}
}

@media screen and (min-width: 992px) {
	.slide_show_fade_in4_4:before{
		content: "";
		display: block;
		padding-top: 33%;
	}
}


.bg-warning {
    background-color: #a1212b!important;
color: #fff;
}
.bg-danger {
    background-color: #c33e1e!important;
color: #fff;
}
.blog-post-meta{
    font-size: 1rem;
padding:0 1rem;
}

.h4, h4 {
    /*font-size: 0.95rem;*/
color: #c33e1e;
}


.w-50 {
    width: 40%!important;
}

.imgw-50 {
    width: 22%!important;
}

.imgw-60 {
    width: 33%!important;
}

.imgw-70 {
    width: 80%!important;
}


.h_link{
  text-decoration: none;
  color: #c33e1e;
}

.autumn_data{
  margin-top: 50px;
}

.autumn_data img{
  width: 100%;
  border: solid 1px #ccc;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 0 0rem 0 !important;
text-align:center;
}

.navbar-toggler {
    padding: 1rem 1rem 1rem 0 !important;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
  margin-left: auto;
}
.navbar-light .navbar-toggler {
  color: #64340a;
  border-color:#fff;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}
.nav-link {
    display: block;
    padding: 0.3rem 0rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
font-size: 0.8rem;
background-color: #74441a;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding: 0.2rem 0;
    margin: 0 0 0rem 0!important;
    list-style: none;
background-color: #64340a;
}

.takibired{
color: #a1212b;
}
.takibired:hover {
color: #a1212b;
}

.takibired2{
color: #21a12b;
}
.takibired2:hover {
color: #21a12b;
}


.eng-mini-glo{
font-size: 0.7rem;
}
.eng-mini{
font-size: 0.6rem;
}
.eng-mini00{
font-size: 0.5rem;
color: #a1212b;
}
.eng-mini01{
font-size: 0.8rem;
}
.eng-mini02{
font-size: 0.7rem;
}
.eng-mini03{
font-size: 0.8rem;
}
.eng-mini03-0{
font-size: 0.95rem;
line-height: 1.2;
}
.eng-mini03-1{
font-size: 1rem;
}
.eng-mini03-2{
font-size: 1.2rem;
}
.eng-mini04{
font-size: 0.7rem;
  color: #fff !important;
}
.eng-mini05{
font-size: 1rem;
line-height: 1.3;
}
.eng-mini06{
font-size: 0.9rem;
line-height: 1.4;
}
.fw600{
font-weight: 600;
}
.fw700{
font-weight: 700;
}
.fw800{
font-weight: 800;
}

.lh160{line-height: 160%!important;}

.ft-bg{
  background-color: #a1212b  !important;
padding:3rem 0 2rem 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}

.navbar-brand {
padding:0 0 0 0rem;
  margin:0 0 0 0rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
min-width: 200px;
}

.mb-3 {
  margin-bottom: 0rem !important;
}

.my-3 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.px-3 {
  padding-right: 0.2rem !important;
  padding-left: 0.2rem !important;
  margin: 0.2rem;
}
.mb-5 {
    margin-bottom: 3rem!important; 
}
.py-5 {
  padding: 3rem 1rem 1rem 1rem !important;
    margin: 0 0 1rem 0!important; 
}

.row {
  --bs-gutter-x: 0rem !important;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,0rem)!important;
    padding-left: var(--bs-gutter-x,0rem)!important;
    margin-right: auto;
    margin-left: auto;
}

.bg-success01 {
  background-color: #fbf8ec  !important;
}

.bg-success02 {
  background-color: #fdf5ef !important;
}

.bg-success03 {
  background-color: #fdf5ef  !important;
border: 0.1rem solid #c33e1e;
}
.bg-success04 {
  background-color: #ebf3e1  !important;
border: 0.1rem solid #cbe3c1;
}

.bg-success05 {
  background-color: #FFFFdd  !important;
/*border: 0.1rem solid #cbe3c1;*/
}

.bg-success06 {
  background-color: #eeffee !important;
border: 0rem solid #cceecc;
}


.btn-secondary {
    color: #fff;
    background-color: #a1212b !important;
    border-color: #a1212b !important;
}

.btn-pink-moon {
    background: #a1212b;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #e35e1e, #a1212b);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #e35e1e, #a1212b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee;
  font-size: 1.2rem;
  padding: 1.6rem !important;
max-width:300px;
}

.www3{
max-width:300px;
}


.calendar-container {
  width: 96%;
  /*margin: 0 auto;*/
margin: 0rem;
  /*border-radius: 5px;*/
  /*background: #f6f5f4;*/
  color: #1a1a1a;
padding: 1rem;
}
.calendar-container h1 {
  /*height: 80px;*/
  line-height: 1,2;
  text-align: center;
  font-size: 1.2rem;
  /*margin: 1rem;*/
color:#c33e1e;
  font-weight: bold;
}
.calendar {
  /*padding: 0 30px 30px 30px;*/
  /*margin: 1rem;*/
}
.day *:first-child {
  color: #ff838b;
}
.day *:last-child {
  color: #6fb5ff;
}

.calendar td {
  text-align: center;
  padding: 5px;
  font-weight: bold;
  font-size: 0.7rem;
}
.calendar th {
  text-align: center;
  padding: 5px;
  font-weight: bold;
  font-size: 0.7rem;
}

.eigyo {
background:#efdfcf ;
}

.eigyo2 {
background:#FFFF90 ;
}

.restd {
color:#ff838b!important;
}


    /* グローバルメニュー */

.menu-container {
  margin: 0;
}

.menu-container .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;

 width:100%;
    margin:0 auto;

}

.menu-container .menu .menu-item {
  flex: 1;
}

.menu-container .menu .menu-item a {
  background: #fff;
  border: 1px solid #ccc;
  border-right: none;
  color: #74441a;
  /*color: #a1212b;*/
  display: block;
  padding: 1.8em 0em;
  text-align: center;
  text-decoration: none;
font-weight:600;
line-height: 1.1;
}

.menu-container .menu .menu-item a:hover {
  background: #ffeedd;
  color: #221100;
}

.menu-container .menu .menu-item:last-child a {
  border-right: 1px solid #ccc;
}

@media (max-width: 991.98px) {
.menu-container {
  margin: 0;
}

  .menu-container .menu {
    flex-wrap: wrap;
    width: 100%;
  }

  .menu-container .menu .menu-item {
    flex: auto;
    width: 33.33333333%;
  }
 
  .menu-container .menu .menu-item:nth-child(3n) a {
    border-right: 1px solid #ccc;
  }

  .menu-container .menu .menu-item:nth-child(n + 4) a {
    border-top: none;
  }

.menu-container .menu .menu-item a {

  padding: 0.8em 0em;
  text-align: center;
  text-decoration: none;
font-weight:600;
line-height: 1.1;
}

}



.minisize {
letter-spacing: -1px;
}