@charset "UTF-8";
<style>
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho&family=BIZ+UDPGothic&display=swap');
</style>
.biz-udmincho-regular {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* loading */
#loading {
  background: #fff url(../img/hasumi.gif) center center no-repeat;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

html{
	font-size:100%;
}

body{
	font-family: "BIZ UDMincho", serif;
 	font-weight: 400;
 	font-style: normal;
 	color:#432;
 	line-height:1.2;
}
a{
	text-decoration:none;
}
img{
	max-width:100%;
}

.align-center{
	text-align:center;
}

.font-english{
	font-family:'Philosopher',san-serif;
	font-weight:normal;
	}
.page-header{
	padding-top:.5rem;
}
.logo{
	
	width:210px;
}
.main-nav{
	display:flex;
	justify-content:center;
	font-size:1.5rem;
	list-style:none;
	
}	
.main-nav a{
	color:#432;
}
.main-nav a:hover{
	color:#0bd;
}

.wrapper{
	max-width:1120px;
	margin:auto;
	padding:0 1.5rem;
}
.annai{
	margin-top:1rem;
}
#nyukaiannai,#gazou{
	display:none;
}
@media(min-width:800px){
	html{
	font-size:150%;
}
	.container{
	max-width:100%;
	position:relative;
	left:50%;
	margin-left:-25%;
}
#mymessage,#form{
	margin-left:15%;
}
.login .annai{
	margin-left:-10%;
}
#nyukaiannai,#gazou{
	display:block;
}
#nyukaiannai{
	width:40%;
	position:absolute;
	top:35%;
	left:20%;
	z-index:9999;
	color:#f15922;
	
	
}
	
}