@charset "UTF-8";

/*共通部分*/
/*リセットCSS*/

*{
	margin: 0;
	padding: 0;
}
section,article,aside,hgroup,header,footer,main,nav,figure{
	display: block;
}
img{
	display: block;
	border: none;
}
a{
	color: #22c2f6;
	text-decoration: none;
}
a:hover{
	opacity: 0.5;
}
header li a:hover{
	height: 70px;
	background-color: #bdf7ea;
	opacity: 0.9;
}
ul,ol{
	list-style-type: none;
}
body{
	font-size: 23px;
	
	width: 100%;
	background-size: cover;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS Pゴシック", "MS PGothic",sans-serif;
	line-height: 1.7em;
}
header{
	width: 100%;

	overflow: hidden;
}

@media screen and (min-width: 768px){
	.sp{

  display: none;

}

.pc{

  display: block;

}
}


/*header*/

body{
	position: relative;
	background: #fff;
	cursor: none;
	height: 100vh;
}
#cursor{
	position: fixed;
	
	background: #fff;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	
	z-index: 2;
	pointer-events: none;
	opacity: 0;
}

#pclogo{
	width: 205px;
	margin-top: 39px;
	margin-left: 65px;
}
	
	#logoHome{
		width:30%;
	}	
	
.logo:hover{
	opacity:0.8;
}

.main-nav  {
	display: flex;
	font-size:25px;
	text-transform: uppercase;
	/*margin-top: 86px;*/
	
}
/*.main-nav{
	margin-left: 63px;
}*/

.main-nav a{
	color: #22c2f6;
}
.main-nav a:hover{
	opacity: 0.7;
}
.page-header {
	display: flex;
	justify-content: space-between;
}
.wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 1.5%;
}
/*HOME*/
.home-content {
	text-align: center;
	margin-top: 10%;
}
.home-content p {
	
	font-size: 25px;
	margin: 15px 0 45px;
	color: #00d2ff; 
}
/*見出し*/
.page-title {
	display: inline-block;
	font-size: 5rem;
	font-family: "Hiragino Kaku Gothic", serif;
	font-weight: normal;
	color: #01c6ff;
	background-color: #dce7ee;
	padding: 25px;
	opacity: 0.7;
	border-radius: 15px;
}
/*ボタン*/
.button {
	background: #28a8cf;
	color: #fff;
	border-radius: 5px;
	padding: 20px;
}
#home {
	background-size: cover;
	background-size: center top;
	background-repeat: no-repeat;
	background-image: url(../image/Bgimg.jpg);
	min-height: 100vh;
}

/*--contact--*/

#contact {
	background-image:url(../image/Bg_img.jpg);
	min-height: 100vh;
}
#page-contact {
	margin-top: 30px;
	margin-bottom: 35px;
	/*font-size: 5rem;*/
	font-family: "Hiragino Kaku Gothic", serif;
	font-weight: normal;
	color: #01c6ff;
}
.wrapper2{
	margin-left: 0px;
}
#form{
	margin-left: 25px;
}
#name{
	margin-left: -23px;
}
/*フォーム*/
form div {
	margin-bottom: 10px;
}
label {
	font-size: 1.3rem;
	color: #01c6ff;
	margin-bottom: 10px;
    display: block;
}
input[type="text"],
input[type="email"],
textarea {
	background: #ecf8fd;
	opacity: 0.5;
	border: 1px #fff solid;
	border-radius: 5px;
	padding: 10px;
	font-size: 1.5rem;
}
input[type="text"],
input[type="email"]{
	width: 100%;
	max-width: 250px;
}
textarea{
	width: 100%;
	max-width: 480px;
	height: 5rem;
}
input[type="submit"]{
	width: 140px;
	font-size: 1.2rem;
	background: #28a8cf;
	color: #fff;
	border-radius: 11.5px;
	padding: 20px;
}

/* MENU -------------------------------*/
#menu {
	background-size: cover;
	background-size: center top;
	background-repeat: no-repeat;
	background-image: url(../image/Bgimg.jpg);
	min-height: 100vh;
}

.menu-content .page-title {
	text-align: center;
}
.menu-content p {
    font-size: 1.125rem;
	margin: 10px 0 0;
}
