body {
	background-color:#A4EF41;
	font-family: Meiryo, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;
	background-size:cover;
	background-attachment: fixed;
	background-position:center;
}
.my_button {
	position:absolute;
	border-style:solid;
	border:2px rgba(51,102,255,0);
}
img {
	display:block;
}

.main_wrapper {
	width:100%;
    margin-top: 32px;
}
.main {
    width: 100%;
    height: auto;
	margin:auto;
	position:relative;
}

.tail_wrapper {
    width: 100%;
    height: 143px;
    background-color: #69005E;
    border-top: 2px solid rgb(255, 255, 255);
}
.tail {
	width:1280px;
	height:143px;
	margin:auto;
	position:relative;
}

.title {
    font-size: 42;
    color: white;
    padding-top: 38px;
    text-shadow: -2px 4px 10px rgb(0, 0, 0);
}

.clear_both {
	clear:both;
}

.div_abs {
	position:absolute;
}

.back_button {
    left: 0px;
    top: 69px;
    background-color: rgb(101, 101, 101);
    box-shadow: -3px 3px 8px rgba(0,0,0,0.6);
    font-size: 16px;
    padding: 18px;
    padding-right: 27px;
    padding-top: 22px;
    font-weight: bold;
    width: 131px;
    color: rgba(255, 255, 255, 0.68);
    cursor: pointer;
    text-align: right;
    position: fixed;
	z-index:999;
}

.snow_field {
	position:absolute;
}

.snow {
	position:absolute;
}



.head_wrapper {
	width:100%;
    height: auto;
    position: fixed;
    z-index: 1000;
    top: 0;
}
.submenu_wrapper {
	width:100%;
    height: auto;
	position:fixed;
	bottom:0px;
    z-index: 1000;
}
.menu {
	width:100%;
    height: auto;
    margin: auto;
    position: relative;
    display: flex;
}

.menu__item {
    font-size: 24px;
    font-weight: 900;
    height: 43px;
    margin: 0;
	position:relative;
	width: 100%;
    text-align: center;
    }
    .menu__item a {
        text-decoration: none;
        color: white;
    }
    .menu__item p {
        padding: 11px;
        font-size: 21px;
        padding-top: 11px;
    }
     
.menu__item_index {
    background-color: #F3143C;
}
.menu__item_about,
.menu__item_feast {
    background-color: #FFCD1E;
}
.menu__item_services,
.menu__item_camp {
    background-color: #A3DA06;
}
.menu__item_volunteer,
.menu__item_download {
    background-color: #44B50E;
}
.menu__item_contact,
.menu__item_news {
    background-color: #1376EA;
}


@media (max-width: 860px) {
    .head_wrapper {
        height: 32px;
    }
    .submenu_wrapper {
        height: 32px;
    }
    	
    .menu {
        height: 100%;
    }
    
    .menu__item {
        font-size: 16px;
        height: 100%;
    }
    
    .menu__item p {
        padding: 8px;
    }
}



@media (max-width: 620px) {
    .head_wrapper {
        height: 22px;
    }
    .submenu_wrapper {
        height: 22px;
    }
    	
    .menu {
        height: 100%;
    }
    
    .menu__item {
        font-size: 11px;
        height: 100%;
    }
    
    .menu__item p {
        padding: 6px;
    }
}