@charset "utf-8";
/* CSS Document */
@media only screen and (min-width : 5px) and (max-width : 480px){
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
a,
a:visited,
a:hover,
a:active {
text-decoration: none;
color: inherit;
}
input {
display: none;
}
.cp_fullscreenmenu {
    position: fixed;
    z-index: 15;
    top: 0;
    margin-top: 0px;
    margin-right: 20px;
    width: 10%;
    display: inline-block;
    right: 0%;
}
/*menuコンテンツ*/
.cp_fullscreenmenu .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.46);
    margin-top: 0px;
}
.cp_fullscreenmenu .menu label {
    position: absolute;
    top: 30px;
    right: 38px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: 100%;
    margin-right: 33px;
    margin-top: 6px;
}
.cp_fullscreenmenu .menu .menucont {
    font-size: 17px;
    position: relative;
    top: 21%;
    margin-top: -170px;
    padding-bottom: 50px;
    text-align: center;
    font-family: "游ゴシック Medium", sans-serif;
}
.cp_fullscreenmenu .menu ul {
    margin-top: 22%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    display: flex;
	 flex-wrap: wrap;
	justify-content: center;
    width: auto;
	}
	
.cp_fullscreenmenu .menu ul li,
.cp_fullscreenmenu .menu ul li {
    transition: all 0.3s ease;
    width: 100VW;
    height: 2.5em;
    position: static;
}
.cp_fullscreenmenu .menu ul li a {
    display: block;
    padding-right: 0;
    color: #ffffff;
    padding-left: 0;
    margin-top: 2%;
}
.cp_fullscreenmenu .menu a {
    width: 100vw;
    hight: auto;
    margin-left: -35%;
    color: #FFFFFF;
    font-weight: 600;
} 
.cp_fullscreenmenu .menu li{ border-top: medium dotted #CECECE;
	}
	.inner{
    width: 50%;
    height: 1.5em;
    border-left: medium dotted #CECECE;
    display: inline-block;
    float: left;
    border-bottom: medium dotted #CECECE;
    top: -40px;
    position: relative;
    padding-bottom: 30px;
	}
	.inner a a:hover{
    font-size: 15px;
    font-family: "游ゴシック Medium", sans-serif;
    color: #ffffff;
    font-weight: 200;
}
.cp_fullscreenmenu .menu ul li a:hover {
    color: #ffffff;
    font-weight: 600;
}
.cp_fullscreenmenu .menu ul li:hover {
background: #ffffff;
}
/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .menuEffects {
visibility: hidden;
transition: opacity 0.5s, visibility 0.5s;
opacity: 0;
}
.cp_fullscreenmenu .menuEffects ul {
transition: all 0.5s;
transform: translateY(0%);
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects {
    visibility: visible;
    transition: opacity 0.5s;
    opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects ul {
    opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open {
    background-color: transparent;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    content: '';
    transform: rotate(45deg);
    background-color: #ffffff;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:after {
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
    content: '';
    transform: rotate(-45deg);
    background-color: #ffffff;
}
.cp_fullscreenmenu #menuToggle:not(:checked) ~ .menuEffects ul {
    transform: translateY(-30%);
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
    position: relative;
    top: 16px;
    right: 25px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 15px;
    cursor: pointer;
}

	.cp_fullscreenmenu .hamburger:hover .open:before {

}
.cp_fullscreenmenu .hamburger:hover .open:after {
    top: 5px;
}
.cp_fullscreenmenu .open,
.cp_fullscreenmenu .open:before,
.cp_fullscreenmenu .open:after {
    position: relative;
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background-color: #202020;
    transition: all 0.3s ease;
    top: auto;
}
.cp_fullscreenmenu .open {
top: 8px;
cursor: pointer;
}
.cp_fullscreenmenu .open:before {
top: -8px;
content: '';
transform: rotate(0deg);
}
.cp_fullscreenmenu .open:after {
    top: 4px;
    content: '';
    padding-top: 0px;
}
	.ham0{
    width:100%;
    height: auto;
    margin-top: -35px;
    margin-right: auto;
    margin-left: auto;
}
.ham1{}
.ham2{}
.ham3{}
.ham4{}
.ham5{}
.ham6{}
	.ham7{}
	.ham8{}
	.guide1{}
	.global{
    width: 100%;
    height: auto;
    background-color: #FDFDFD;
    position: fixed;
    top: -0px;
    z-index: 3;
		
}
	.global li{
    width: 18%;
    height: 47px;
    display: inline-block;
    top: -0px;
    list-style-type: none;
}
	.global li p{
    width: 35px;
    text-align: center;
	             }
	.global img{
    width: 47px;
    height: auto;
    display: inline;
    margin-left: 17px;
    margin-top: 8px;
}
	.global p{
    margin-top: -0.8em;
    margin-right: 0px;
    margin-left: 20px;
    margin-bottom: 0.5em;
    color: #000000;
    font-family: "游ゴシック Light", "游ゴシック Medium";
    text-align: left;
    font-size: 9px;
    padding-left: 0px;
    width: auto;
    font-weight: 900;
	}
	.oth{
    color: #000000;
    font-family: "游ゴシック Light", "游ゴシック Medium";
    text-align: left;
    font-size: 9px;
    padding-left: 0px;
    width: auto;
    font-weight: 900;
    margin-top: -1.7em;
    margin-left: -9px;
    padding-top: 24px;
}
	.greenletter25{font-size: 20px;}
.ham10 {
    padding-left: 51px;

}
.menuVisible {
    visibility: visible;
    opacity: 1;
}

}
@media only screen and (min-width : 769px){.cp_fullscreenmenu{display: none;}
	.global{display: none;}}
@media only screen and (min-width : 481px ){.cp_fullscreenmenu{display: none;}
	.global{display: none;}}
