@charset "shift_jis";

/*トップページ用*/

body{
  margin : 0;
  text-align: center;
  background-color: #ffffff;
  font-family: "HG丸ｺﾞｼｯｸM-PRO", "ヒラギノ丸ゴ ProN";
}

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

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

#menu{
  clear: both;
  margin : 0 auto;
  padding : 0px;
  width : 90%;
}

#menu ul{
list-style: none; 
padding:0;
margin:0;
}
#menu li{
padding: 5px; 
margin: 0;
float: left;
}
#menu li a{
display: block;
width: 8em;
border-bottom: 1px dotted #555;
text-decoration: none;
color: #555;
padding: 10px 20px 10px 20px;
margin: 0px 0px;
text-align: center;
font-size: 1.2em;
}
#menu li a:hover{
background:url(../img/ftprint_rw.gif) no-repeat left center;
}

#main{
  clear: both;
  margin : 0 auto;
  width : 90%;
  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 : 30%;
  float : left;
}

#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 : 70%;
  float : right;
  text-align: left;
}

#footer{
  clear: both;
  margin : 0 auto;
  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;
}


hr{
  color : #cccccc;
  height: 1px;
}
/*水平線の設定*/

.c1 {
  color: #000000; 
  font : 1em;
}
/*黒文字、小さめ、行間広*/

.c2 {
  color: #000000; 
  font : 1.2em;
}
/*黒文字、標準*/

.c3{
  color : #ff0000; 
  font: bold 1.5em;
}
/*赤文字、強調*/

.c4{
  color: #000000; 
  font : 1em;
}
/*黒文字、小さめ*/

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

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

/*未指定
a:link    {text-decoration:underline; color:#000099 ;}
a:visited {text-decoration:underline; color:#000099 ;}
a:active  {text-decoration:underline; color:#ff0000 ;}
a:hover   {text-decoration:underline; color:#ff0000 ; position:relative; top:1; left:1;}
未指定*/