body {
 width: 100%;
 -webkit-text-size-adjust: 100%;
  margin : 0 auto;
  text-align: center;
  background-color: #ffffff;
  font-family: "HGŠÛºÞ¼¯¸M-PRO", "ƒqƒ‰ƒMƒmŠÛƒS ProN";
}

#contents{
  margin : 0;
  width : auto;
}

#header{ 
  margin : 0;
  padding:0;
  width : 100%;
}

#menu{
  clear: both;  margin : 0;
  width : auto;
  text-align:center;
}

#menu ul{
list-style: none; 
padding:0;
margin:0;
}
#menu li{
padding: 0 auto; 
margin: 0 auto;
float: left;
}
#menu li a{
display: block;
width: auto;
border-bottom: 1px dotted #555;
text-decoration: none;
color: #555;
padding: 0;
margin: 0;
text-align: center;
font-size: 100%;
}
#menu li a:hover{
}

#main{
  clear: both;
  margin : 0;
  width : 95%;
  text-align: center;
  border : none ;
  background-image:
   radial-gradient(800px 800px, rgba(255,255,217, 0.5) 20%, transparent 20%),
   radial-gradient(500px 500px, rgba(255,255,217, 0.5) 20%, transparent 20%),
   radial-gradient(300px 300px, rgba(255,255,217, 0.5) 20%, transparent 20%),
   radial-gradient(1000px 1000px, rgba(200,250,255, 0.5) 20%, transparent 20%),
   radial-gradient(700px 700px, rgba(200,250,255, 0.5) 20%, transparent 20%),
   radial-gradient(300px 300px, rgba(200,250,255, 0.5) 20%, transparent 20%);
  background-size:
   1000px 1280px,
   810px 910px,
   1470px 990px,
   1200px 1700px,
   700px 700px,
   400px 400px;
  background-position;
   -300px -550px,
   -200px 100px,
   50px 510px,
   -200px -550px,
   -180px -250px,
   130px -150px;
}

#left{
  width : 90%;
}

#left ul{
  list-style: none; 
}

#left li{
  line-height: 2.5em;
  text-align: left;
  font-size: 1.5em;
}

.left-img{
  height: 1.5em;
  text-align: left;
}

#right{
  width : 90%;
  text-align: left;
}

}#footer{
  clear: both;
  margin : 0;
  text-align: left;
}


/*ƒ{ƒ^ƒ“Ý’è*/
*,
*: before,
*: after {
   -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: 100 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #6da69a;
  border-radius: 1em;
}

.btn--reserve,
a.btn--reserve {
  color: #fff;
  background-color: #02cf3c;
}

.btn--reserve:hover,
a.btn--reserve:hover {
  color: #fff;
  background-color: #00f545;
}



.c1 {
  color: #000000; 
  font : 1em;
}
/*••¶ŽšA¬‚³‚ßAsŠÔL*/

.c2 {
  color: #000000; 
  font : 1.2em;
}
/*••¶ŽšA•W€*/

.c3{
  color : #ff0000; 
  font: bold 1.5em;
}
/*Ô•¶ŽšA‹­’²*/

.c4{
  color: #000000; 
  font : 1em;
}
/*••¶ŽšA¬‚³‚ß*/

.c5{
  color : #ff0000; 
  font: bold 1.5em;
}

.t1{
  color: #000000; 
  font : bold 1em;
  text-align: center;
  table-layout: fixed;
  border: 1px dotted green;
  width: 90%;
}

img{
 max-width:100%;
 height: auto;
}