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

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

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

.head{
    background-color: #404d77;
    width: 100%;
    text-align: center;
}


.main{
    width: 1000px;
    text-align: center;
}

.mn-box{
    background-color: #404d77;
    width: 100%;
    margin:  0 auto;
    margin-top: 50px;
}

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

.mn-box3 { 
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
 } 

hr {
    width: 85%;
    margin:  0 auto;
}

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

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

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

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

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

.mn-outer{
    background-color: #404d77;
    width: 100%;
    height: 80px;
}

.menu{
          width: 100%;
          margin: 0 auto;
          max-width: 1000px;
		}

.menu-list li {
	float:left;
	padding:0;
        margin-left:24px;
	margin-right:24px;
	margin-bottom:1px;
        width: 200px;
        text-align:center;
}

.menu-btn {
  display: inline-block;
  width: 210px;
  padding: 0.7em 0 0.7em 0;
  margin-top:15px 0 0 0;
  text-decoration: none;
  background: #87a9ae;
  color: #e7df8d;
  font-size: 20px;
  font-family: "Sawarabi Gothic";
  transition: .4s;
  text-align: center;
}

.menu-btn:hover {
  background: #e7df8d;
  color: #404d77;
  font-size: 20px;
  font-family: "Sawarabi Gothic";
}

.menulist2 { 
    width:45%;
    margin:  0 auto;
    margin-top:5px;
 } 

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

/* 背景白文字赤 */
.off1 {
  background: #fff;
  color: #fe0101;
}

/* 背景白文字青 */
.off2 {
  background: #fff;
  color: #003886;
}

/* 背景グレー文字黒 */
.off3 {
  background: #d0d3d2;
  color: #000;
}

/* 背景オレンジ文字黒 */
.off4 {
  background: #ffbe7f;
  color: #000;
}

/* 背景オレンジ文字青 */
.off5 {
  background: #ffbe7f;
  color: #fe0101;
}

/* 背景オレンジ文字赤 */
.off6 {
  background: #ffbe7f;
  color: #003886;
}

/* 背景ピンク文字黒 */
.off7 {
  background: #f9bdf3;
  color: #000;
}

/* 背景ピンク文字赤 */
.off8 {
  background: #f9bdf3;
  color: #003886;
}

/* 背景ピンク文字青 */
.off9 {
  background: #f9bdf3;
  color: #fe0101;
}

/* 背景ブルー文字黒 */
.off10 {
  background: #bde5f9;
  color: #000;
}

/* 背景ブルー文字赤 */
.off11 {
  background: #bde5f9;
  color: #003886;
}

/* 背景ブルー文字青 */
.off12 {
  background: #bde5f9;
  color: #fe0101;
}

/* 背景イエロー文字赤 */
.off13 {
  background: #effc17;
  color: #fe0101;
}

/* 背景グレー文字黒 */
.off14 {
  background: #d0d3d2;
  color: #fe0101;
}

/* 背薄ピンク文字黒 */
.off15 {
  background: #f8c9c2;
  color: #000;
}

/* 背薄ピンク文字赤 */
.off16 {
  background: #f8c9c2;
  color: #fe0101;
}

/* 背薄紫文字赤 */
.off17 {
  background: #cda0d2;
  color: #fe0101;
}

/* 背景ライトグリーン文字青 */
.off18 {
  background: #82f08a;
  color: #003886;
}

/* 背景ライトグリーン文字赤 */
.off19 {
  background: #82f08a;
  color: #fe0101;
}

/* 背景ライトグリーン文字黒 */
.off20 {
  background: #82f08a;
  color: #000;
}

/* 背景イエロー文字黒 */
.off21 {
  background: #f6e764;
  color: #000;
}

/* 背景グレー文字赤 */
.off22 {
  background: #d0d3d2;
  color: #fe0101;
}

/* 背薄ピンク文字青 */
.off23 {
  background: #f8c9c2;
  color: #003886;
}

/* 背薄紫文字赤 */
.off24 {
  background: #cda0d2;
  color: #000;
}

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

.offday1 {
	display: inline-block;
	width: 20px;
	height: 20px;
        margin: 15px 5px 0 40%;
	background: #d0d3d2;
        text-align: left;
}

.offday1a {
	display: inline-block;
	width: 20px;
	height: 20px;
        margin: 15px 5px 0 40%;
	background: #f8c9c2;
}

.offday1b {
	display: inline-block;
	width: 20px;
	height: 20px;
        margin: 15px 5px 0 40%;
	background: #c1d600;
}

.offday1c {
	display: inline-block;
	width: 20px;
	height: 20px;
        margin: 15px 5px 0 40%;
	background: #f88a68;
        text-align: left;
}

.offday1d {
	display: inline-block;
	width: 20px;
	height: 20px;
        margin: 15px 5px 0 40%;
	background: #f9bdf3;
        text-align: left;
}

.offday1e {
	display: inline-block;
	width: 20px;
	height: 20px;
        margin: 15px 5px 0 40%;
	background: #bde5f9;
        text-align: left;
}

.offday1f {
	display: inline-block;
	width: 20px;
	height: 20px;
        margin: 15px 5px 0 40%;
	background: #effc17;
        text-align: left;
}

.offday1g {
	display: inline-block;
	width: 20px;
	height: 20px;
        margin: 15px 5px 0 40%;
	background: #ffbe7f;
        text-align: left;
}

.offday1h {
	display: inline-block;
	width: 20px;
	height: 20px;
        margin: 15px 5px 0 40%;
	background: #cda0d2;
        text-align: left;
}

.offday1i {
	display: inline-block;
	width: 20px;
	height: 20px;
        margin: 15px 5px 0 40%;
	background: #f6e764;
        text-align: left;
}

.offday1j {
	display: inline-block;
	width: 20px;
	height: 20px;
        margin: 15px 5px 0 40%;
	background: #82f08a;
        text-align: left;
}

.offday2 {
  display: inline-block;
  font-family: "Sawarabi Mincho";
  letter-spacing: 2px;
  margin: 2px 0 5px 0;
  font-size: 20px;
}

.offday3{
    display: block;
    font-size: 18px;
    font-family: "Sawarabi Gothic";
    text-align: center;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 3px;
}

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

.menulist3 {
  text-align: center;
  padding-top: 5px;
}

.menulist3 ul {
  list-style: none;
  padding: 0;
}

.menulist3 li {
  width:15%;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0;
}

.menulist3 li a {
  display: block;
  padding: 0px;
}

.circle{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #404d77;
  transition: .4s;
}

.circle:hover {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #87a9ae;
}


.menulist div {
	margin: 0 0 20px 0;
	text-align: center;

}
.menulist p {
    font-size: 25px;
    font-family: "Sawarabi Gothic";
    text-align: center;
    margin-bottom:150px;
}

.scrollanime {opacity: 0;} 
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
.updown {transform: translateY(-20px);}
.downup {transform: translateY(20px);}
 

.sect02{overflow: hidden;} 
.slide-right {transform: translateX(40px);}
.slide-left {transform: translateX(-40px);}

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

.mn-box7{
    width: 100%;
    height: 150px;
    text-align: center;
}

.mn-box8{
    background-color: #d0d3d2;
    width: 100%;
    text-align: center;
    margin-bottom:20px;
}

.mn-box9{
    width: 100%;
    height: 15px;
    text-align: center;
}

.menulist4 { 
    width:965px;
    margin:  0 auto;
    margin-bottom:50px;
 }

.menulist4 .sp1{
    font-size: 35px;
    font-family: "Sawarabi Mincho";
    text-align: center;
    letter-spacing: 2px;
    margin-top: 0;
}

.menulist4 .sp2{
    display: inline-block;
    font-size: 25px;
    color: #000;
    font-family: "Sawarabi Mincho";
    letter-spacing: 1px;
    text-align: left;
    margin: -270px 0 0 35%;
}

.menulist4 .sp3{
    display: block;
    font-size: 17px;
    color: #000;
    font-family: "Sawarabi Gothic";
    letter-spacing: 1px;
    text-align: left;
    margin: -220px 0 0 55%;
}

.menulist4 .sp4{
    display: inline-block;
    font-size: 25px;
    color: #000;
    font-family: "Sawarabi Mincho";
    letter-spacing: 1px;
    text-align: left;
    margin: -390px 0 0 25%;
}

.menulist4 .sp5{
    display: block;
    font-size: 17px;
    color: #000;
    font-family: "Sawarabi Gothic";
    letter-spacing: 1px;
    text-align: left;
    margin: -340px 0 0 54%;
}

.menulist5{ 
    width:965px;
    margin: 0 auto;
    text-align: left;
 }

.menulist6 { 
    width:965px;
    margin:  0 auto;
    margin-top:50px;
    margin-bottom:30px;
 }

.menulist6-text { 
    width:965px;
    margin:  0 auto;
    margin-top:-270px;
 }

.menulist6-text2 { 
    width:965px;
    margin:  0 auto;
    margin-top:-1080px;
 }

.menulist7 { 
    width:965px;
    margin:  0 auto;
    margin-bottom:30px;
 }

.menulist7 .sp1{
    font-size: 49px;
    font-family: "Sawarabi Mincho";
    text-align: center;
    letter-spacing: 2px;
    margin-top: -100px;
}

.menulist7 .sp2{
    display: inline-block;
    font-size: 27px;
    color: #000;
    font-family: "Sawarabi Gothic";
    letter-spacing: 0;
    text-align: left;
    margin: -80px 0 10px -35px;
}

.menulist7 .sp3{
    font-size: 49px;
    font-family: "Sawarabi Mincho";
    text-align: center;
    letter-spacing: 2px;
    margin-top: 0;
}

.menulist7 .sp4{
    display: inline-block;
    font-size: 27px;
    color: #000;
    font-family: "Sawarabi Gothic";
    letter-spacing: 0;
    text-align: left;
    margin: -80px 0 0 -35px;
}

.menulist8 { 
    width:965px;
    margin:  0 auto;
    margin-top:150px;
    margin-bottom:150px;
 }

.menulist8 .sp1{
    font-size: 47px;
    font-family: "Sawarabi Gothic";
    color: #353255;
    text-align: center;
    letter-spacing: 2px;
    margin-top: -10px;
}

.menulist8 .sp2{
    font-size: 49px;
    font-family: "Sawarabi Gothic";
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
    margin-top: -50px;
}

.menulist8 .sp3{
    font-size: 45px;
    font-family: "Sawarabi Gothic";
    text-align: center;
    letter-spacing: 1.5px;
    margin-top: -60px;
}

.menulist8 .sp4{
    font-size: 49px;
    font-family: "Sawarabi Gothic";
    color: #6b6969;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
    margin-top: -50px;
}

.menulist9 { 
    width:965px;
    margin:  0 auto;
    margin-top:50px;
    margin-bottom:150px;
 }

.menulist9 .sp1{
    font-size: 45px;
    font-family: "Sawarabi Gothic";
    color: #356216;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.5px;
   margin-top: -10px;
   margin-bottom: -30px;
} 

.mn-boxfair{
    background-color: #fff8a0;
    width: 90%;
    margin:  0 auto;
}

.mn-boxfair2{
    width: 100%;
    margin:  0 auto;
    margin-top: -10px;
}

.mn-boxfair3{
    width: 100%;
    margin:  0 auto;
    margin-top: -10px;
}

.mn-boxfair4{
    width: 100%;
    margin:  0 auto;
    margin-top: -50px;
}

.mn-boxfair5{
    width: 100%;
    margin:  0 auto;
    margin-top: -50px;
}

.menulist8 .sp5{
    font-size: 40px;
    font-family: "Sawarabi Gothic";
    text-align: left;
    letter-spacing: 2px;
    margin-top: -50px;
    margin-left: 8%;
    margin-bottom: -10px;
}

h6 {
	font-size:14px !important;
	padding:5px !important;
	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;
	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;
}
