@charset "shift_jis";
/* CSS Document */

body, h1, h2, h3, h4, ul, li, p, form {
	font-size: 100%;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	font-size: 30px;
	color: #fff;
}
a img {
	border: 0px;
}
a:link, a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover, a:active {
	text-decoration: none;
	color: #999;
}
.box {
	margin-bottom: 10px;
}
.c_both {
	clear: both;
	*font-size: 1%;
	*line-height: 1%;
	*height: 1%;
	*width: 1%;
}
.red {
	color: #F00;
}
.blue {
	color: #00F;
}




/* =======================================
   body
======================================= */

#wrapper {
	position: relative;
}
#container {
	position:relative;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}


/* =======================================
   header 
======================================= */


#header {
	position: fixed;
	top: 0px;
	height: 130px;
	width: 750px;
    margin-bottom: 5px;
	z-index: 9999;
	box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.4);
}
#header_h1 {
    position: absolute;
    display: block;
    width: 200px;
    height: 130px;
    /* left: 20px; */
    top: 0px;
    text-indent: -9000px;
}
#header_tel a{
    position: absolute;
    display: block;
    width: 305px;
    height: 62px;
    left: 307px;
    top: 4px;
    text-indent: -9000px;
}


/* =======================================
   pc版で見る 
======================================= */

#contents_title {
    height: 32px;
	padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#000000));
    background: -moz-linear-gradient(top, #666666, #000000);
	color: #fff;
	text-align: center;
	margin-top: 135px;
	margin-bottom: 5px;
	border: 1px #292929 solid;
	border-radius: 5px;
}
#contents_title a{
	padding: 10px 150px;
}


/* =======================================
   右から出てくるmenu上の部分
======================================= */


#menu_box {
	position: relative;
	width:583px;
	/*  height: 350px;  */
	height: 60px;
	margin-bottom: 10px;
	background-image: url(../img/menu/menu.jpg);
	background-position: bottom;
}
#menu_box #menu_tel {
	position: absolute;
    width: 567px;
    height: 134px;
    top: 114px;
    left: 5px;
}

/* =======================================
   menu　headerの下
======================================= */

#menu_wrapper {
    height: 100px;
    border-bottom: 10px solid #750000;
    margin-bottom: 5px;
}
#menu {
	display: block;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#menu li {
	list-style-type: none;
	width: 187px;
	float: left;
}
#menu span {
	visibility: hidden;
}
#menu a:hover, #menu a:active {
	text-decoration: none;
}
#menu a {
	display: block;
	height: 100px;
}


/* =======================================
    footer_menu
======================================= */

#footer_menu_title {
    height: 32px;
	padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e86d6d), to(#750000));
    background: -moz-linear-gradient(top, #e86d6d, #750000);
	color: #fff;
}
#footer_menu_title span {
    font-weight: bold;
    border-left: 4px solid #fff;
    line-height: 30px;
    padding-left: 10px;
}
#footer_menu {
}
#footer_menu ul{
	list-style-type: none;
    padding: 0px;
    width: 750px;
	margin: 0 auto;
}
#footer_menu ul li{
	width: 375px;
	height: 91px;
    float: left;
}
#footer_menu li a{
	width: 375px;
	height: 91px;
    float: left;

}


/* =======================================
    メルマガ
======================================= */

#magazine {
	background-image: url(../img/m_maga.gif);
	height: 115px;
	padding-top: 170px;
    padding-bottom: 25px;
	text-align: right;
	background-repeat: no-repeat;
}
#address {
	width: 455px;
	margin-left: 20px;
    height: 115px;
}
.address {
    width: 450px;
    float: left;
    height: 30px;
    font-size: 24px;
    border-radius: 20px;
	padding-left: 10px;
}
.start {
	float: left;
    /* margin-left: 5px; */
    margin-top: 20px;
    height: 50px;
    width: 250px;
    font-size: 24px;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0101), to(#460000));
    color: #fff;
    background: -moz-linear-gradient(top, #e86d6d, #750000);
}
.stop {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    width: 150px;
    height: 50px;
    font-size: 24px;
    background-color: black;
    color: #fff;
    border-radius: 20px;
}


/* =======================================
   footer
======================================= */


#footer {
	clear: both;
	height: 120px;
	background-color: #750000;
}

#copy {
	padding-top: 40px;
	text-align: center;
	color: #fff;
}



/* =======================================
   tel_bt
======================================= */

a#tel_bt {
    position: fixed;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 24px;
    right: 5px;
    bottom: 20px;
    display: block;
	background-image: url(../img/tel.png);
	opacity: 0.8;
    /* background: rgba(255,0,0,0.6);
    color: #000; */
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    border-radius: 20px;
    z-index: 4;
}
a#tel_bt p{
	/* padding-top: 20px;
	line-height: 1.2;
	font-weight: bold;
	color: #fff; */
}


/* =======================================
   page_top
======================================= */

.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 0px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    text-decoration: none;
    padding: 30px 35px;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	font-size: 40px;
	border-radius: 20px;
}
.pagetop a:hover {
    display: block;
    background-color: #666;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 30px 35px;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	font-size: 40px;
}



/*=======================================
           
=======================================*/
#event_box .event {
	margin: 10px 15px;
}



/* =======================================
   movie(mp4) concept
======================================= */

#video {
	width: 700px;
	margin:25px;
}


/* =======================================
   movie
======================================= */

#movie {
	margin: 25px;
}

/*=======================================
   selfpayment      
=======================================*/

#selfpayment {
	position: absolute;
	top: 1925px;
	left: 400px;
}



.button {
  display       : inline-block;
  /*border-radius : 5%;           角丸       */
  font-size     : 18pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 20px 0px;   /* 余白       */
  /*background    : #ff0000;      背景色     */
  /*color         : #000000;      文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 1px 1px 3px #666666;  /* 影の設定 */
  border        : 2px solid #333;    /* 枠の指定 */
}
.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #ff0000;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
  border        : 2px solid #9ff0000;    /* 枠の指定 */
}


/*---------- guide ---------*/
.guide {
    position: relative;
}
.guide .tel_1 {
    position: absolute;
    top: 118px;
    left: 147px;
}
.guide .tel_2 {
    position: absolute;
    top: 1698px;
    left: 147px;
}
.guide a {
    width: 330px;
    height: 45px;
}


























