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





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



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

#top02{
	padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px auto;
    background-color: #750000;
}
#top02 a:hover, a:active {
	text-decoration:none;
	color: #ff0000;
}


/* =======================================
   contents
======================================= */

#wrapper {
	width: 100%;
}
#container {
	position: relative;
    max-width: 650px;
    margin-right: auto;
	margin-left: auto;
    margin-bottom: 30px;
    line-height: 1.2;
}
#container img{
    width: 100%;
    height: auto;
}

/* =======================================
   enter leave tel
======================================= */


#enter_bt {
	position: static;
    padding: 5% 10%;
	border-top: 2px solid #750000;
    border-bottom: 2px solid #750000;
}
#enter_bt a {
	height: 100%;
    width: 100%;
	display: block;
}


#leave_bt {
	text-align: left;
    margin: 10px 3%;
}
#leave_bt a {
    color: red;
}

#tel_bt {
	display: block;
    position: static;
	bottom: -10%;
    width: 60%;
    margin: 20px auto;
}
#tel_bt a {
	height: 100%;
    width: 100%;
	display: block;
}

#heaven_bt {
    display: block;
    position: static;
    width: 80%;
    margin: 20px auto;
}


/* =======================================
   bt
======================================= */
.sec01 {
    width: 90%;
    margin: 50px auto 50px;
}

#copy {
	background-color: #750000;
	padding: 20px 0;
}


/* =======================================
   banner
======================================= */

.banner {
    margin: 0 auto 10px;
    width: 90%;
    text-align: center;
    max-width: 650px;
}
.banner img{
    width: 100%;
}
.hime-channel {
    margin: 30px auto;
    width: 95%;
}

/*===============================
   link
===============================*/

#link_info {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 130px;
	line-height: 1.2;
	color: #fff;
	
}
#link_wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}
.link_container {
	border: 1px solid #383838;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-top: 10px;
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	font-size: 12px;
}
.link_box{
	clear:both;
	display: flex;
    flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
}
.link_box div{
	text-align:center;
	float:left;
	width: calc(100%/4 - 12px);
	overflow: hidden;
	margin: 5px;
	display: block;
}
.link_box div img{
	width: 100%;
	height: auto;
}
.link_box span{
	display:block;
	margin: 0px;
    font-size: 10px;
    line-height: 1.5;
	height:15px;
	text-align: center;
	overflow: hidden;
}

















