@charset "utf-8";
/* CSS Document */

html, body {
  margin: 0;
  padding: 0;
}

#rstDefKanban {
	padding: 10px;
	font-size: 130%;
	font-weight: bold;
	border-top: 1px solid #e2e2e2 ;
	border-bottom: 1px solid #e2e2e2 ;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	box-align: center;
	background: #efefef;
	text-align: left;
}
.rstDefKanbanIcn {
	width: 43px;
	height: 35px;
	margin-right: 3px;
	/* add image link below*/
	background: url(img/70x70.png) left center no-repeat;
	-webkit-background-size: 35px 35px;
	background-size:35px 35px;
}
.rstDefKanbanTxt {
  width: 85%;
  font-weight: bold;
  color: #666;
}
#rstKanban {text-align: center;}
#rstKanban img {
  min-width: 300px;
  max-width: 640px;
  width: 100%;
  position: fixed;
  top: 0;
  left:0;
  z-index: 9999995;
}

#ic {text-align: right;}
#ic img {
  width: 10%;
  position: fixed;
  top: 2%;
  right:0;
  z-index: 9999996;
}

#ic2 {text-align: right;}
#ic2 img {
  width: 10%;
  position: fixed;
  top: 2%;
  right:10%;
  z-index: 9999996;
}

.cts {
   margin-top:10%;
   width: 100%;
	}

.mn-box{
    background-color: #aad3d8;
    width: 100%;
    text-align: center;
    margin-top: 320px;
}

.mn-box2{
    background-color: #d1dfba;
    width: 100%;
    text-align: center;
}

.mn-box3 { 
    width:100%;
    text-align: left;
    display: block;
 } 

.mn-box3 .ad1{
    font-size: 14px;
    font-family: "Sawarabi Gothic";
    text-align: left;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10%;
}

.mn-box3 .ad2{
    font-size: 13px;
    font-family: "Sawarabi Gothic";
    text-align: left;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 14%;
}

.mn-box4 { 
    width:100%;
    text-align: center;
    display: block;
 } 

.mn-box5{
    background-color: #efefef;
    width: 100%;
    text-align: center;
}

.mn-box6 { 
    width:85%;
    text-align: center;
    margin-left: 7%;
    border: solid 4px #b786b4;
 } 

.mn-box6 .st1{
    line-height:1.0;
    font-size: 150%;
    font-family: "Sawarabi Mincho";
    text-align: center;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 0;
}
.mn-box6 .st2{
    line-height:1;
    font-size: 200%;
    font-family: "Sawarabi Gothic";
    text-align: center;
    letter-spacing: 1px;
    margin-top: 3px;
    margin-bottom: 0;
    color: #635e98;
    font-weight:bold; 
}

.mn-box6 .st3{
    line-height:1;
    font-size: 350%;
    font-family: "Sawarabi Mincho";
    text-align: center;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 3px;
}

.mn-box6 .st4{
    font-size: 100%;
    font-family: "Sawarabi Gothic";
    text-align: left;
    letter-spacing: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 15%;
}

.mn-box6 .st5{
    font-size: 100%;
    font-family: "Sawarabi Gothic";
    text-align: left;
    letter-spacing: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 34%;
}

.mn-box6 .st6{
    font-size: 100%;
    font-family: "Sawarabi Gothic";
    text-align: left;
    letter-spacing: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 40%;
}

.mn-box6 .st7{
    font-size: 110%;
    font-family: "Sawarabi Mincho";
    text-align: center;
    letter-spacing: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.mn-box6 .st8{
    line-height:1.0;
    font-size: 15px;
    font-family: "Sawarabi Mincho";
    text-align: center;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 0;
}

.mn-box6 .st9{
    line-height:1.0;
    font-size: 100%;
    font-family: "Sawarabi Mincho";
    text-align: center;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #a23227;
}

.mn-box7 { 
    width:85%;
    display: block;
    margin:  0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
 } 

.mn-box8 { 
    width:70%;
    display: block;
    margin:  0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
 } 


.new{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newitem{
	width: 49%;
	height: auto;
        margin-top:20px;
}

.calendar-container {
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
  background: #fff;
  color: #1a1a1a;
}
h1 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-family: "Sawarabi Mincho";
  margin: 0;
}
.calendar {
  padding: 0 30px 30px 30px;
}
table {
  width: 100%;
}
th, td {
  text-align: center;
  padding: 5px;
}
th {
  font-weight: normal;
  background: #aad3d8;
  font-size: 17px;
  color: #fff;
}
td {
  font-weight: bold;
  font-family: "Sawarabi Mincho";
  font-size: 19px;
}

.off {
  background: #f5e8b7;
}

.off2 {
  color: #b5b4b4;
}

.off3 {
  background: #f5e8b7;
  color: #003886;
}

.off4 {
  color: #fe0101;
}

.off5 {
  background: #f5e8b7;
  color: #fe0101;
}
.off6 {
  background: #fff;
  color: #003886;
}

.off7 {
  color: #fe0101;
}

.off8 {
  background: #f8c9c2;
  color: #fe0101;
}

.off9 {
  background: #abbcc0;
  color: #000;
}

.off10 {
  background: #f8c9c2;
  color: #000;
}

.off11 {
  background: #abbcc0;
  color: #003886;
}

.off12 {
  background: #abbcc0;
  color: #003886;
}

.off13 {
  background: #abbcc0;
  color: #fe0101;
}

.off14 {
  background: #f8c9c2;
  color: #003886;
}

.off15 {
  background: #cfefca;
  color: #000;
}

.off16 {
  background: #dfdede;
  color: #fe0101;
}

.offday {
	width: 100%;
        text-align: left;
        margin-bottom: 35px;
}

.offday1 {
	display: inline-block;
	width: 14px;
	height: 14px;
        margin-left: 20%;
        margin-right: 5px;
	background: #f5e8b7;
}

.offday1a {
	display: inline-block;
	width: 14px;
	height: 14px;
        margin-left: 20%;
        margin-right: 5px;
	background: #f8c9c2;
}

.offday1b {
	display: inline-block;
	width: 14px;
	height: 14px;
        margin-left: 20%;
        margin-right: 5px;
	background: #abbcc0;
}

.offday1c {
	display: inline-block;
	width: 14px;
	height: 14px;
        margin-left: 20%;
        margin-right: 5px;
	background: #caefda;
}

.offday1d {
	display: inline-block;
	width: 14px;
	height: 14px;
        margin-left: 20%;
        margin-right: 5px;
	background: #dfdede;
}

.offday2 {
  font-family: "Sawarabi Mincho";
  letter-spacing: 2px;
  font-size: 15px;
}

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999999999;
}
.start p {
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

h6 {
	font-size:14px !important;
	padding:5px !important;
	background:#efefef;
	color:#000;
        text-align:center;
	margin:0 0 10px 0 !important;
	font-size:110%;
	font-weight:bold !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h6 span{
	font-size:10px !important;
	padding:5px !important;
	background:#efefef;
	color:#000;
        text-align:center;
	margin-top:3px;
	font-size:110%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h7 {
	font-size:10px !important;
	color:#4d4d4d;
        text-align:center;
	margin:0 0 10px 0 !important;
	font-size:110%;
	font-weight:bold !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h7 span{
	font-size:12px !important;
	color:#4d4d4d;
        text-align:center;
	margin-top:5px;
	font-size:110%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h8 {
	font-size:8px !important;
	color:#9ea09e;
        text-align:center;
	margin:0 0 1px 0 !important;
	font-size:110%;
	font-weight:bold !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 0.8rem;
	width: 2.3rem;
	height: 2.3rem;
	line-height: 2.3rem;
	border-radius: 2.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #aad3d8;
	text-decoration: none;
}

.slide {
width:100%;
margin:0.6 auto;
position:relative;
}
.slide img {
position:absolute;
left:0;
top:0;
}

.sli{
    position:relative;
    width:100%;
    height:0;
    padding-top:10%;
    padding-bottom:10%;
}

.pic-ctn {
  width: 100vw;
  height: 40vw;
}

@keyframes display {
  0% {
    transform: translateY(-5%);
    opacity: 0;
  }
  10% {
    transform: translateX(-2%);
    opacity: 1;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(0%);
    opacity: 0;
  }
  90% {
    transform: translateX(0%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 0;
  }
}

.pic-ctn {
  position: relative;
  width: 100%;
  top: 10%;
}

.pic-ctn > img {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  animation: display 19s infinite;
}

img:nth-child(2) {
  animation-delay: 3s;
}
img:nth-child(3) {
  animation-delay: 6s;
}
img:nth-child(4) {
  animation-delay: 9s;
}
img:nth-child(5) {
  animation-delay: 12s;
}

img:nth-child(6) {
  animation-delay: 15s;
}
