@charset "utf-8";

/* fadeIn animation*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}






/*　HAMBURGER MENU MAKING　*/
.HAMBURGER {
    margin: 0px -15px -10px 0px;
    padding-bottom:0px;
    font-family:'IM Fell English',serif;
}
:root {
    --background-navbar:#619454;
}
.header {
    background: var(--background-navbar);
    position: fixed;
    width: 100%;
    height: 52px;
}
.menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 52px;
    padding: 0 0 10px 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
}
.menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #ddd;
    opacity: 0;
    transition: 0.5s;
}
.menu li {
    border-top: 1px solid rgb(75, 75, 75);
    opacity: 0;
    transition: 0.5s;
}
.menu-btn:checked ~ .menu a, .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
.menu-btn {
    display: none;
}
.menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.navicon {
    background: #ddd;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before, .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #ddd;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {
    top: 9px;
}
.navicon:after {
    bottom: 9px;
}
/* menu-btn animation starting */
.menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}
.menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
}
.menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* menu-btn animation end */
.navtext-container {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navtext-language  {
	width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: right;
    align-items: right;
	padding-top:17px;
	padding-right:19px;
}
/* navbar text */
.navtext a{
    position: relative;
    text-transform: uppercase;
    color:#ddd;
    letter-spacing: 6px;
    font-size: 20px;
    text-decoration:none;
	z-index:80;
}
.navtext2 a{
	position: relative;
    text-transform: uppercase;
    color:#C18FFF;
    letter-spacing: 2px;
    font-size: 15px;
    text-decoration:none;
}
/* z-index setting */
.header{
	z-index:100;
}
/* HOME HAMBERGUR MENU fade */
.top a{
  display:block;
  width:100vw;
  padding-top:15px;
  padding-bottom:15px;
  padding-left:45px;
}
.top {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.top a:hover {
  color: #fff;
  background-color:#7D7D7D;
}




/* mainmenu decoration */
.About{
	text-align: center;
}
.section{
	padding-top:100px;
}
.main:after{
	background-color:#232323;
	content: "";
    display: block;
    height: 2px;
    margin: 2px auto;
    position: relative;
	width:20px;
}
h1{
	text-align: center;
}





/* pointer showing *//* bottom showing */
.gnavi a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  box-shadow: 0 5px 0 #aaaaaa;
  transition: 0.3s;
}
.gnavi a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.gnavi a:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #aaaaaa;
}
/* image hovering */
.image{
	margin:0px 10px 0px auto;
    border-radius:4%;
	border:1px solid;
	border-color:#666666;
	transition:0.2s all;
	-webkit-user-select: none;
}
.image:hover{
	transform:scale(1.05, 1.05);
    transition:0.4s all;
	-webkit-user-select: none;
}





/* Contents decoration*/
.contents-item{
	display:flex;
    justify-content: center;
}
.image{
	margin:0px 10px 0px auto;
    border-radius:4%;
	border:1px solid;
	border-color:#666666;
}
.btn-block{
    width:200px;  
    padding: 30px;
}





/* activity record */
/* showing the date of activity */
.scroller {
    height: 600px;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
	background-color:#ECECEC;
	border:solid 2px #000000;
	width:700px;
	height:150px;
	position:flex;
	margin:auto;
	padding-left:12px;
	font-size:17px;
}
.scroller section {
    scroll-snap-align: start;
	padding-left:10px;
}




/* footer */
footer{
	padding:50px 0px 100px 0px;
	background-color:#F2EFE2;
	text-align:center;
	margin-right:40px;
}
.footer{
	font-size:20px;
}
.footer a{
	text-decoration: none;
}
.footer a:hover{
	color:#0481A2;
}
.message{
	color:#000015;
}





/* screen control */
@media print, (max-width: 870px) {
	.contents-item{
        justify-content: left;
    }
	.image{
	    height:250px;
		width:250px;
	}
}
@media print, (max-width: 1080px) {
	.contents-item {
        justify-content:none;
    }
}