/* floating */
html {
    height:100%;
}
body {
    box-sizing:border-box;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    cursor:auto;
    padding:0;
    margin:0;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    height: 100%;
}
img{
    max-height: 100%;
    height: auto;
    width /***/:auto;
    display:block;
}
a {
    text-decoration:underline;
    color: #e19f01;
}
#link01, #link02 {
    margin-top: -130px;
    background-color: #ccc;
    position: absolute;
}



#wrapper{
     width:100%;
    padding: 0;
     margin:0;
    position: relative;/*フッターの位置設定の基準*/
    min-height: 100%;/*最低値を100％にしておけばコンテンツ量が増えた分だけ伸びる*/
    height: auto !important;/*ie6用（今いるかな？）*/
    height: 100%;
    background-color: #FFF;/*コンテンツの背景色は全体囲みのココに指定*/
    float: left;
}
#menu {
    box-sizing:border-box;
    width:100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}
.menuBox1 {
    width: 100%;
    height:auto;
    text-align:center;
    margin-top: 10px
}
.menuBox1 img{
    width:100%;
    max-width: 400px;
    height:auto;
    display:block;
}
.navimain {
    box-sizing:border-box;
    width:100%;
    max-width: 1000px;
    height:100px;
    font-size:16px;
    line-height:100px;
    text-align:center;
    margin:0 auto;
}
.navimain li {
    width:50%;
    list-style-type:none;
    float:left;
    letter-spacing:0px;
}
.headadd {
    width: 100%;
    height: auto;
    text-align: right;
    color: #02973b;
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
    float: right;
}
.headtel{
    width: 100%;
    height: auto;
    float: right;
    text-align: right;
    color: #02973b;
    font-size: 32px;
    line-height: 42px;
    display: block;
}

.headtelA{
    float: right;
    display:inline-block;
    vertical-align:middle
}
.headtel2 {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    color: #02973b;
    font-size: 28px;
    line-height: 42px;
    display: none;
}
.headtelA2{
    float: left;
    display:inline-block;
    vertical-align:middle;
}
.headtel a{
    text-decoration: none;
}
@media screen and (max-width: 650px) {
.headtel {
    width: 260px;
    font-size: 28px;
}
}
@media screen and (max-width: 499px) {
.navimain li {
    width:100%;
    list-style-type:none;
    float:left;
    letter-spacing:0px;
}
.headadd {
    text-align: left;
    float: left;
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
    border-top: 1px solid #e19f01;
}
.headtel {
    width: 100%;
    text-align: left;
    padding-left: 55px;
    float: left;
    padding-bottom: 10px;
    font-size: 28px;
}
.headtel {
    display: none;
}
.headtel2 {
    display: block;
}
}

.headtel img{
    width: 50px;
    height: auto;
    display: block;
}
.headtel2 img{
    width: 50px;
    height: auto;
    display: block;
}





.fixed {
    position: fixed;
    top: 0px;
    z-index: 999;
}
#content0{
    box-sizing:border-box;
    width:100%;
    height:52px;
    text-align:center;
    float:left;
    overflow:hidden;
    background-color: #e19f01;
}
.contentNavi {
    box-sizing:border-box;
    width:100%;
    height:auto;
    font-size:16px;
    line-height:50px;
    text-align:center;
    margin:0 auto;
    position: relative;
    z-index: 99;
}
ul.navimain2 {
    box-sizing:border-box;
    width:100%;
    max-width: 1000px;
    height:auto;
    font-size:16px;
    line-height:50px;
    text-align:center;
    margin: 0;
    padding: 0;
    margin:0 auto;
    background-color: #e19f01;
    border: 1px solid #e19f01;
}
.navimain2 li {
    width:33.3%;
    height:50px;
    margin: 0;
    padding: 0;
    list-style-type:none;
    float:left;
    letter-spacing:0px;
    text-align: center;
    display: block;
}
.navimain2 li {
	width:20%;
	list-style-type:none;
	float:left;
	letter-spacing:0px;
	text-align: center;
	height:50px;
}
.navimain2 li.big {
	width:40%;
	height:50px;
}
@media screen and (max-width: 499px) { 
	#content0{
		height:100px;
	}
	.navimain2 {
		height:100px;
	}
	.navimain2 li {
		width:33.33333%;
	}
	.navimain2 li.big {
		width:100%;
		border-top: 1px solid #FFFFFF;
		border-left: 0px solid #FFFFFF;
	}
}
.navimain2 li:hover {
	background-color: #eccc7d;
}
.navicolor {
    color: rgba(255, 255, 255,1.00);
    font-weight: bold;
    letter-spacing: 2px;
    border-left: 1px solid #FFFFFF;
}
.navicolor a {
    color: rgba(255, 255, 255,1.00);
    text-decoration: none;
}
.navicolor a:hover{
    color: rgba(0, 0, 0,0.7)
}
.noborder {
    border-left: 0px solid #FFFFFF;
}

.navimain2 li:hover .navicolor a {
    color: #02973b;
}








#content1{
    box-sizing:border-box;
    background-color:#FFF;
    width:100%;
    height:auto;
    text-align:center;
    position: relative;
    float:left;
    z-index: 1;
}





#content2{
    box-sizing:border-box;
    width:100%;
    height:20px;
    position:relative;
    text-align:center;
    float:left;
    overflow:hidden;
    background-color: #e19f01;
}
.timeImg {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}
.timeImg img{
    width: 100%;
    height: auto;
    display: block;
}










#content3{
    box-sizing:border-box;
    background-color:#FFFFFF;
    width:100%;
    height:auto;
    position:relative;
    padding:30px 30px 0 30px;
    text-align:center;
    float:left;
    overflow:hidden;
}
.mainBox {
    box-sizing:border-box;
    width:100%;
    max-width:1000px;
    height:auto;
    position:relative;
    margin:0 auto;
}
.Boxtitle {
    width:100%;
    font-size:32px;
    color: #02973b;
    text-align:left;
    letter-spacing:2px;
    padding-top: 30px;
    margin-bottom:20px;
    float:left;
}
.naiyou {
    width:100%;
    max-width:1000px;
}

.naiyouli {
    float:left;
    margin-right:40px;
    margin-bottom:20px;
    white-space:nowrap;
    list-style: none;
    color: #333;
    font-size: 16px;
}
.normal {
    float:left;
    margin-right:40px;
    margin-bottom:20px;
    list-style: none;
    color: #333;
    font-size: 16px;
    text-align: left;
}
.osirase {
    width:100%;
    max-width:1000px;
    float:left;
    padding-left: 40px;
    color: #333;
    font-size: 16px;
    text-align: left;
}

@media screen and (max-width: 479px) {
.Boxtitle {
    font-size:26px;
}
.naiyou {
    padding-left: 10px;
}
.naiyouli {
    margin-right:20px;
    font-size: 14px;
}
.osirase {
    padding-left: 10px;
    margin-right:20px;
    font-size: 16px;
}

}


.newsBox01 {
    float:left;
    width:100%;
    height:auto;
    color:#999;
    font-size:14px;
    line-height:24px;
    padding-bottom: 10px;
}
.newsBox02 {
    float:left;
    width:100%;
    width:auto;
    height:auto;
    line-height:24px;
}
@media screen and (max-width: 799px) {
#newsBox01 {
    width:100%;
}
.newsBox02 {
    width:100%;
}
}











#content4{
    box-sizing:border-box;
    background-color:#FFFFFF;
    width:100%;
    height:auto;
    position:relative;
    padding:30px 30px 0 30px;
    text-align:center;
    float:left;
    overflow:hidden;
}
.timeBox {
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    height: auto;
    font-size: 14px;
}
.timeBox1 {
    box-sizing: border-box;
    width: 30%;
    height: auto;
    background-color: #e19f01;
    float: left;
    border: 1px solid #02973b;
    padding: 5px;
    color: #02973b;
    text-align: left;

}
.timeBox2 {
    box-sizing: border-box;
    width: 10%;
    height: auto;
    background-color: #e19f01;
    float: left;
    border: 1px solid #02973b;
    border-left: 0px solid #02973b;
    padding: 5px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: -3px;
}
.timeBox3 {
    color: #333;
    background-color: #FFF;
    border-top: 0px solid #02973b;
    font-size: 28px;
    line-height: 50px;
    height: 60px;
}
.tf4 {
    color: #02973b;
}
.holi {
    font-size: 24px;
    letter-spacing: 3px;
}
.timefont {
    font-size: 21px;
    line-height: 21px;
    text-align: center;
    padding-top: 5px;
}
.timefont2 {
    font-size: 14px;
}
.BoxDescription {
    box-sizing:border-box;
    width:100%;
    height:auto;
    font-size:14px;
    line-height:24px;
    color:#333;
    float:left;
    margin:10px 0;
    text-align: left;
}
.box2 {
    font-size: 18px;
}

@media screen and (max-width: 799px) {
.timefont {
    font-size: 16px;
}
.timefont2 {
    font-size: 12px;
}
.timeBox3 {
    font-size: 24px;
}
.holi {
    font-size: 21px;
    letter-spacing: 1px;
}
}
@media screen and (max-width: 699px) {
.holi {
    font-size: 18px;
    letter-spacing: 1px;
}
}
@media screen and (max-width: 479px) {
.timeBox1 {
    width: 30%;
    font-size: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.timeBox2 {
    width: 10%;
    font-size: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.timeBox3 {
    padding-left: 0px;
    padding-right: 0px;
}
.timefont {
    font-size: 12px;
}
.timefont2 {
    font-size: 10px;
}
.timeBox3 {
    font-size: 18px;
}
.holi {
    font-size: 16px;
    letter-spacing: 0px;
}
}













#content5{
    box-sizing:border-box;
    background-color:#FFFFFF;
    width:100%;
    height:auto;
    position:relative;
    padding:30px 30px 0 30px;
    text-align:center;
    float:left;
    overflow:hidden;
}
.timeImg2 {
    box-sizing:border-box;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}
.textright{
    text-align: right;
}
.googlebtm {
    box-sizing:border-box;
    width: 100%;
    height: auto;
    background-color: #e19f01;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    float: left;
    padding: 10px 0;
    margin-bottom: 20px;
    border: 2px solid #e19f01;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 20px;
}
.googlebtm:hover {
    background-color: #FFF;
    color: #e19f01;
}

@media screen and (max-width: 479px) {
.timeImg2 img{
    border: 5px solid #e19f01;
}
}








#footter {
    box-sizing:border-box;
    background-color:#e19f01;
    width:100%;
    height:60px;
    line-height: 60px;
    float: left;
    margin-top: 20px;
}
.footTitle {
    width:100%;
    font-size:12px;
    color: #FFFFFF;
    text-align:center;
    letter-spacing:0px;
    position: relative;
}
@media screen and (max-width: 499px) {
.footTitle {
    font-size:10px;
}
}

@media screen and (max-width: 799px) {
#content3, #content4, #content5 {
    padding:20px 10px 0 10px;
}
}





.brtab {
    display: none;
}
.brsp {
    display: none;
}
@media screen and (max-width: 650px) {
.brtab {
    display: block;
}
}
@media screen and (max-width: 479px) {
.brsp {
    display: block;
}
}


.red {
    color: #FF0000;
}


#toTop {
    width:100%;
    height:30px;
    text-align:center;
    float:left;
    position: relative;
}
.policyBox {
    box-sizing: border-box;
    width:150px;
    height: auto;
    position: relative;
    float: right;
    font-size:14px;
    color:#02973b;
    text-align:center;
    letter-spacing:1px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #02973b;
}
.policyBox:hover {
    background-color: #02973b;
    color: #FFF;
}
@media screen and (max-width: 799px) {
.policyBox {
    font-size:12px;
    right: 10px;
    margin-top: 5px;
    }
}
@media screen and (max-width: 479px) {
.policyBox {
    font-size:12px;
    right: 5px;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    }
}



.news1 {
    box-sizing: border-box;
    text-align: left;
    width: 130px;
    height: auto;
    float: left;
    color: #e19f01;
    font-size: 0.9em;
    padding:4px 0;
}
.news2 {
    box-sizing: border-box;
    text-align: left;
    width: calc(100% - 130px);
    height: auto;
    float: left;
    color: #000;
    margin-bottom: 20px;
    padding-right: 10px;
}
@media screen and (max-width: 700px) {
.news1, .news2 {
    width: 100%;
    }
}
.newsT{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #e19f01;
}

.map1 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    text-align: left;
    padding: 10px;
    padding-top: 0px;
}
.map2 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    text-align: left;
    padding: 10px;
    padding-top: 0px;
}
@media screen and (max-width: 599px) {
    .map1, .map2 {
        width: 100%;
        padding: 10px 0;
        padding-top: 0px;
    }
}
.map1 img{
    width: 100%;
    height: auto;
    display: block;
    border: 10px solid #e19f01;
}
.map2 img{
    width: 100%;
    height: auto;
    display: block;
    border: 10px solid #e19f01;
}
.mapname {
    width: 100px;
    color: #FFF;
    background: #e19f01;
    padding: 10px;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.1em;
    float: right;
}




.allergies, .allergies2 {
    box-sizing: border-box;
	width: 100%;
	height: auto;
	border: 2px solid #e19f01;
    background: #e19f01;
	border-radius: 5px;
	text-align: left;
	float: left;
	margin-bottom: 30px;
	padding: 20px;
	color: #FFF;
}

.allergies a{
	color: #232323;
}
.allergies:hover {
    background-color:#FFF;
    color: #e19f01;
}
.aller01{
	width: 150px;
	float: left;
}
.aller01 img{
	width: 100%;
	height: auto;
	display: block;
}
.aller02{
    box-sizing: border-box;
	width:calc(100% - 150px);
	float: left;
	padding-left: 20px;
	padding-top: 5px;
	color: #232323;
}
.aller02 a{
	color: #232323;
}
@media screen and (max-width: 499px) {
.aller01{
	width: 100%;
}
.aller02{
	width: 100%;
	padding-top: 10px;
	padding-left: 0px;
}
}


.coronaTitle {
    box-sizing:border-box;
    width: 100%;
    float: left;
    font-weight:bold;
    padding-bottom: 5px;
}

.coronaTitle2 {
    box-sizing:border-box;
    width: 100%;
    float: left;
    font-weight:bold;
}


ul.normal{
    box-sizing:border-box;
    width: 100%;
    float: left;
	padding:0;
	padding-left:20px;
	padding-bottom:10px;
	margin:0;
}
ul.normal li{
	padding:0;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	line-height:1.5em;
}
.coronasmall {
    box-sizing:border-box;
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 30px;
}
.modalbtn {
    box-sizing:border-box;
    width: 100%;
    max-width: 400px;
    border: 2px solid #e19f01;
    padding: 10px 5px;
    background: #e19f01;
    text-align: center;
    font-size: 1.6em;
    font-weight:bold;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: 0.3s;
    color: #FFF;
    line-height: 24px;
    padding-top: 20px;
}
@media screen and (max-width: 499px) {
    .modalbtn {
        font-size: 1.4em;
    }
}
.modalbtn a {
    color: #FFF;
    transition: 0.3s;
    text-decoration: none;
    display: block;
}
.modalbtn:hover {
    color: #e19f01;
    background: #FFF;
}
.modalbtn:hover a{
    color: #e19f01;
    text-decoration: none;
}
.modalbtn span {
    font-size: 14px;
}

.boardTitle{
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 5px;
    color: #e19f01;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #e19f01;
    margin-bottom: 10px;
}
.boardA{
    box-sizing: border-box;
    width: 100%;
    background: #fffef2;
    border-radius: 8px;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
}

.mgB10 {
    margin-bottom: 15px;
}
ul.modal{
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin: 0;
    padding-left: 20px;
}
ul.modal li{
    width: 100%;
    float: left;
    padding: 5px 0;
}
.tateBox{
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px 0 20px 0;
}
.tate {
    box-sizing: border-box;
    width: auto;
    border: 2px solid #e19f01;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    margin: 0;
    padding: 10px;
    padding-right: 8px;
    padding-left: 8px;
    letter-spacing: 2px;
    margin: 0 auto;
    background: #fffef2;
}
.tate2 {
    box-sizing: border-box;
    width: auto;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.tate2 img{
    width: 100%;
    max-width: 50px;
    min-width: 30px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 499px) {
    .tate {
        padding: 5px;
        padding-left: 0px;
        padding-right: 15px;
        letter-spacing: 1px;
    }
    .tate2 img{
        max-width: 30px;
        min-width: 20px;
    }
}
@media screen and (max-width: 359px) {
    .tate {
        font-size: 14px;
        padding: 5px 2px;
        padding-left: 0px;
        padding-right: 15px;
        letter-spacing: 0px;
    }
    .tate2 img{
        max-width: 20px;
        min-width: 15px;
    }
}



.BoxtitleA {
    width:100%;
    font-size:32px;
    font-weight:bold;
    text-align:center;
    letter-spacing:2px;
    margin-bottom:20px;
    float:left;
}
.BoxtitleSA {
    font-size:24px;
    letter-spacing:0px;
}
.textLeft {
    text-align:left;
}
@media screen and (max-width: 699px) {
.Boxtitle {
    font-size:24px;
}
.BoxtitleSA {
    font-size:18px;
}
}

.timeText {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    float: left;
}