@charset "utf-8";
/* CSS Document */
/*styleここから*/
body{
	background: #dcdcdc;
	text-align: center;
	margin: 0;
	font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

header{
    color: #000000;
    font-size: 3em;
    border-bottom: 5px solid #696969;
    border-top-width: 0;
	background-color: #11C7FF;
	height: auto;
}

h2{
	font-size: 2.3em;
}

h3{
	font-size: 1.5em;
}

p{
	font-size: 2em;
	margin-left: 1em;
	margin-right: 1em;
}
ul{
	font-size: 1.8em;
	padding-left: 0;
}



li{
	list-style: none;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1em;
	font-weight:bold;
}

ul2{
	display: flex;
	justify-content: space-around;
	font-size: 1.5em;
	margin-top:0.7em;
}

li2{
   list-style: none;
   justify-content: space-around;
}

.link2{
	color: #000000;
	text-decoration: none;
}

ul3{
	display: flex;
	list-style: none;
	padding-top: 0.55em;
	margin-right: -0.4em;
	
}

.LINK3{
	text-decoration: none;
	color: #000;
}

.site-menu li3{
	font-size: 0.5em;
	margin-left: 0.55em;
	margin-right: 0.55em;
}

p2{
	font-size: 1.5em;
}


footer{
	background-color:#11C7FF;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.copyright{
	font-size: 1em;
}
/*{border:1px solid;}*/
/*styleここまで*/

.header-inner{
	max-width: 1300px;
	height: auto;
	margin-left: auto;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	justify-content: space-between;
}

.HP-logo{
	width: 100%;
}

.photo2{
	width: 55%;
	margin-top: 1em;
}

.header-logo{	
	height: 65px;
	padding-top: 14px;
}

.toggle-menu-button{
	display: none;
}

.toTOP{
	position: fixed;
	left:91%;
	bottom:1.45rem;
	width:3.5rem;
	cursor: pointer;
	background:transparent;
	border: none;
	/*border: none;*/
	

	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

.toTOP.is-active{
	opacity: 1;
	pointer-events: auto;
	background: none;
	border: none;
	padding: 0rem;
	padding-bottom: -1rem;
	bottom: 4rem;
	width: 1rem;
	height: 1rem;
}

.toTOP img{
	width:3.5rem;
	display: flex;/*position:fixedにすると非表示になっちゃう*/
	/*position:fixedにしないとbottom:〇remとかで調整できない*/
	
}

.header-site-menu{
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		background-color: #11C7FF;
		transition: none;
	}
	

.header-site-menu.no-transition{
	transition: none !important;
}

#wrapper{
	background-color: #F9F9F9;
	width: 75%;
	margin-inline:auto;
}


@media (max-width:965px){
	.toTOP{
	position: fixed;
	left:90.7%;
	bottom:1.8rem;
	width:3.5rem;
	cursor: pointer;
	background-color: none;
	border: none;

	opacity: 0;
	pointer-events: none;
	transition:opacity 0.3s;
}

.toTOP.is-active{
	opacity: 1;
	pointer-events: auto;
	background: none;
	border: none;
	bottom: 4.5rem;
	left:91.4%;
	width: 1rem;
	height: 1rem;
	
}

.toTOP img{
	display: flex;
	}

	
}

@media (max-width:850px){
	.site-menu ul3{
		display: block;
		padding-left: 38%;
		margin-right: 0em;
		font-size: 1em;
		
		
	}
	.site-menu li3{
		display: flex;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: -61%;
		margin-right: 0em;
		border-bottom: 3px #000000 solid;
		
	}
	

	
	body{
		background-color: #ffffff;
	}
	.header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
	}
	
	
	.header-inner{
		padding-left: 20px;
		padding-right: 20px;
		height: 100%;
		position: relative;
	}
	.header-site-menu{
		border-top: 5px #696969 solid;
		border-bottom: 2px #000000 solid;
		padding-top: 10px;
		padding-bottom: 10px;

		position: fixed;
		top:8.6%;
		left:0;
		right:0;
		z-index: 1000;
		

		opacity: 0;
		visibility: hidden;
		transform: translateX(100%);

		
		background-color: #11C7FF;
		transition: transform 0.4s cubic-bezier(0.4,0,0.2,1), 
		opacity 0.3s ease, visibility 0s linear 0.4s;
	}
	
	.header-site-menu.is-show{
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		/*display: block;*/
		transition: transform 0.4s cubic-bezier(0.4,0,0.2,1), 
		opacity 0.3s ease, visibility 0s;
	}

	.toggle-menu-button{
		display: block;
		margin-top: 1.3em;
		margin-right: -1em;
		width: 44px;
		height: 34px;
		background-image: url(" ../img/ハンバーガー.png");
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 0;
	}
	
	.HP-logo{
		width: 100%;	
	}
	
	.photo2{
		width:90%;
	
	}
	
	
	.LINK3{
		display: table;
		margin: 0 auto;
	}
	
	ul2{
		display: flex;
		flex-direction: column;
	}
	
	.toTOP{
	position: fixed;
	left:92.2%;
	bottom:2rem;
	cursor: pointer;
	background-color: none;
	border: none;

	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}
	
.toTOP.is-active{
	opacity: 1;
	pointer-events: auto;
	background: none;
	border: none;
	left: 93%;
}
	#wrapper{
		width:100%
	}
	.Q{
		background-color: #344699
	}
}

@media (max-width:650px){
	.toTOP{
	position: fixed;
	left:87%;
	bottom:2rem;
	cursor: pointer;
	background-color: none;
	border: none;

	opacity: 0;
	pointer-events: none;
	transition:opacity 0.3s;
}

.toTOP.is-active{
	opacity: 1;
	pointer-events: auto;
	background: none;
	border: none;
	left:88%;
}
}

@media (min-width:851px){
	.header-site-menu{
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		transition: none;
	}
}