@charset "utf-8";


html {height:100vh;
 overflow-y:scroll;}
body {
	height:100vh;
	margin: 0;
	padding: 0;
      background-color:#75CEFF;
  background-image:
    radial-gradient(#55BEFD 13%, transparent 1%),
    radial-gradient(#55BEFD 13%, transparent 1%);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;

background-attachment: fixed;
	color:#72472E;
	font-family:tbudrgothic-std, sans-serif;
	font-size:14px;
	line-height:1.8em;
	-webkit-text-size-adjust: 100%;
   -moz-box-sizing: border-box;
    box-sizing: border-box;}

@media screen and (max-width: 500px) { 
	body {
	font-size: 12px;
	line-height: 1.6em;
}}


header{position:relative;}
nav {
  position:relative;
  height: 20px;
  overflow: hidden;
}

label {
  width: 30px;
  height: 30px;
  //border: 1px solid black;
  position: fixed;
  right: 10px;
  top: 20px;
  z-index: 1000;
}

label.open::before{font-family: "Font Awesome 5 Free";
	font-size:40px;
	font-weight: 900;content:  "\f3cd";
transition: 3s;}

#check:checked ~ label.open::before {
	font-family: "Font Awesome 5 Free";
	font-size:40px;
	font-weight: 900;
 content:  "\f35a";
}

#check {
  display: none;
}

div.phone{width:350px;position: fixed;}

div.phone {
  width: 250px;
  height: auto;
  background-color:#FFE49F;
  margin: 0;
  padding: 20px;
  text-align: center;
  list-style: none;
  position: fixed;
  top: 0;
  right: -100%;
  transition: 1s;
  z-index: 10;
border-radius: 40px;
}
.phone-in{width:auto;
margin: auto auto 20px;
padding: 10px;
background-color: #FFFEEE;
border-radius: 20px;}

table.navi
{
width: 100%;
font-size: 1em;
  font-family: tbudrgothic-std, sans-serif;
font-weight: 900;
text-align: center;
line-height: 1.2em;
border-collapse: separate;
border-spacing: 8px 10px;}

table.navi tr td{
	width:25% ; 
	height: 50px; border-radius: 20px; padding: 5px;}

table.navi tr:nth-child(odd) td:nth-child(odd)
{background-color: #99D5F2;}
table.navi tr:nth-child(odd) td:nth-child(even)
{background-color:#FFE49F;}

table.navi tr:nth-child(even) td:nth-child(odd)
{background-color: #A8EABF;}
table.navi tr:nth-child(even) td:nth-child(even)
{background-color:#FFE49F;}

table.navi tr:nth-child(4) td:nth-child(3)
{background-color:#99D5F2;}

.mada{background-color:#FFFEEE!important; color:#E9E9E9!important; border:dashed 4px #FFE49F;}

.home{
width: 50px;
height: 50px;
margin: auto auto 20px;
border-radius:50%;
background-color: #FFFEEE;
vertical-align: middle;
display: table-cell;
}

ul.navi li {
  margin: 10px ;
  padding: 10px 0px;
  border-radius: 30px;
font-size: 1.2em;
  font-family: tbudrgothic-std, sans-serif;
font-weight: 900;
text-align: center;
list-style: none;
}

ul{margin: -5px auto; padding:0;}

@media screen and (max-width: 414px){
div.phone {
width: auto;
padding: 15px;
	}
	div.phone-in{margin: auto auto 10px;}
ul.navi li {
  margin: 10px 5px;
  padding: 10px 0px;
  border-radius: 30px;
}
	ul.navi li{font-size:1.2em;}
.home{font-size:1em;}
}

#check:checked ~ ul.navi {
  right: 0;
}
#check:checked ~ div.phone {
  right: 0;
}

/**/
header a{border-bottom: none;}





#contents{
	text-align : center;
	width : 100%;
}
.main{
	width: 100%;
	max-width : 600px;
	margin : 0 auto 50px;
	background-color: #96D9F6;
	border-radius: 30px;
}

.inner{padding: 20px; text-align: left; 
　　font-family: tbudrgothic-std, sans-serif!important;
font-weight: 900;}

.main table{
	width : 100%;
}

@media screen and (max-width: 600px){
.main{
	width: 100%;
	}
}

.form {
width: 100%;
max-width : 600px;
margin: 0px auto 40px;
padding: 20px;
background-color: #FFE49F;
box-sizing:border-box;
border-radius: 30px;
font-family:tbchibirgothicplusk-pro, sans-serif;}

@media screen and (max-width: 500px) {div#form {width: 100%!important;}}

.form table{
margin: auto auto;
}

TH{
	width : 60px;
	vertical-align: top;
}
textarea{
	resize: none;
}
.input{
	width : 100px;
	height: 2em;
	border : 1px solid #fff; 
	border-radius: 5px;
	
}
.input_p{
	border : 1px solid #999999;
}
.botton{
	border : 1px solid #4988F6;
	background-color :#4988F6;
	color : #ffffff;
	width : auto;
	height: 2em;
	border-radius: 5px;
	font-weight : bold;
}

H1{
	color: white;
	text-shadow:
	black 1px 0px 0px,
	black 0px 1px 0px,
	black -1px 0px 0px,
	black 0px -1px 0px;
	font-size : 180%;
}
H2{
	font-size : 130%;
	margin : 8px 0;
	text-align : left;
	padding-left : 15px;
}
hr {
	border-top: 1px dashed #bbb;
	border-bottom: 1px dashed #fff;
	margin : 8px auto 20px;
}
.honbun{
	text-align : left;
}
.name{
	text-align : right;
}

/**/
.u{border-bottom:dotted 4px;}
.b{font-weight:bold;}
.l{font-size:130%;
　　font-family: tbudrgothic-std, sans-serif!important;
font-weight: 900;}
span.s{font-size:0.8em;}
.font{font-family: amatic-sc, sans-serif;
font-weight: 700;
font-size: 3.5em;
font-style: normal;} 
.result{}
.fa-r{color:#F27B6C;}
.fa-b{color:#43A3FF;}
.fa-w{color:#fffeee;}
.fa-g{color:#56D080;}

.sh{background: linear-gradient(transparent 40%, #FFE49F 40%);}
.sh2{background: linear-gradient(transparent 40%, #A8EABF 40%);}
.sh3{background: linear-gradient(transparent 40%, #afeeff 40%);}

@media screen and (min-width: 501px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 500px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
	
.clear-element {
  clear: both;
}

/*リンク*/
a{/*リンクされた文字*/
    color:#72472E;
    font-style:normal;
    text-decoration:none;
	border-bottom:2px solid;
}

#member a{border-bottom:none;}
#member a:hover{color: #72472E;}

a:hover {/*マウスをのせたとき*/
    color:rgba(255,255,255,0.00);
    font-style:normal;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}
