/* CSS Document */
body {
	font: 0.75em/1.3em "游明朝","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	margin: 0px;
}
#page {
	margin: 0px auto;
	padding: 0px 20px 0 20px;
	width: 960px;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav {
	background-color: rgba(190,60,68,0.5);
	width: 100%;
	position: fixed;
	z-index: 100;
}
nav {
	width: 960px;
	margin: 0 auto;
}
nav ul {
	overflow: hidden;
}
nav a {
	float: left;
	height: 80px;
	width: 160px;
	text-indent: -9999px;
	display: block;
}
.nav1 a {
	background: url(../images/nav01.png) no-repeat left top;
}
.nav1 a:hover {
	background: url(../images/nav01.png) no-repeat left bottom;
}
.nav2 a {
	background: url(../images/nav02.png) no-repeat left top;
}
.nav2 a:hover {
	background: url(../images/nav02.png) no-repeat left bottom;
}
.nav3 a {
	background: url(../images/nav03.png) no-repeat left top;
}
.nav3 a:hover {
	background: url(../images/nav03.png) no-repeat left bottom;
}
.nav4 a {
	background: url(../images/nav04.png) no-repeat left top;
}
.nav4 a:hover {
	background: url(../images/nav04.png) no-repeat left bottom;
}
.nav5 a {
	background: url(../images/nav05.png) no-repeat left top;
}
.nav5 a:hover {
	background: url(../images/nav05.png) no-repeat left bottom;
}
.nav6 a {
	background: url(../images/nav06.png) no-repeat left top;
}
.nav6 a:hover {
	background: url(../images/nav06.png) no-repeat left bottom;
}
nav a:hover {
	opacity: 0.5;
}
h1 {
	background: url(../images/media_header430.png) no-repeat;
	text-indent: -9999px;
	height: 430px;
	margin: 0 auto;
}
h2 {
	font-size: 36px;
	color: #BE3C44;
	text-align: center;
	margin: 100px auto 50px auto;
}
iframe {
	display: block;
	margin:0 auto;
}
h3 {
	font-size: 24px;
	text-align: center;
}
h3 span {
	color:#BE3C44;
}
#point {
	margin: 80px auto;
}
.point {
	overflow: hidden;
	width: 960px;
	margin: 0 0 40px 0;
}
.textred {
	background: url(../images/media_background_red.png) no-repeat center top;
	float: left;
	width: 400px;
	margin: 40px 0 0 0; 
}
.textgreen {
	background: url(../images/media_background_green.png) no-repeat center top;
	float: left;
	width: 400px;
	margin: 40px 0 0 0; 
}
h4 {
	font-size: 24px;
	color: #BE3C44;
	text-align: center;
	margin:20px auto auto auto;
}
.textred p, .textgreen p {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: normal;
}
.capture01, .capture02, .capture03, .capture04, .capture05, .capture06 {
	float: left;
	width: 560px;
	margin: 0;
}
.about  {
	font-size: 22px;
	color: #000;
	text-align: center;
	line-height: normal;
	font-weight: bold;
	margin: 0 auto 50px auto;
}
.sigotonagare  {
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: normal;
	font-weight: bold;
	margin: 0 auto 100px auto;
}
.sigotonagare a {
	color: #BE3C44;
}


#othersmedia h3 {
	font-size: 24px;
	color: #000;
	text-align: center;
	margin: 50px auto 50px auto;
}
#othersmedia {
	overflow: hidden;
}
.othersmedia01 {
	float: left;
}
.othersmedia02 {
	float: left;
	margin: auto auto auto 200px;
}
.mailto {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	margin: 100px auto 50px auto;
}
.mailto a {
	text-decoration: none;
	color: #BE3C44;
}

.point a {
	color: #BE3C44;
}


footer {
	padding: 10px;
	margin: 100px auto;
	background-color: rgba(190,60,68,0.8);
	overflow: hidden;
}
footer span {
	color: #ffffff;
	font-size: 14px;
	float: left;
}
#sns {
	overflow: hidden;
	float: right;
}
.sns {
	float: left;
	margin: 10px 10px 0 0;
}
#hamburger {
	display: none;
}

@media screen and (max-width:400px) {
#page, section, main, #point, .point {
	width: 100%;
	padding: 0;
}

#nav {
	width: 0;
}
nav li a{
	float: none;
}
nav {
	position: fixed;
	left: -160px;
	top: 0px;
	z-index: 2;
	margin: 0;
	width: 160px;
	height: 480px;
	transition-duration: 0.5s;
}
nav a:hover {
	opacity: 1;
}
h1 {
	background:url(../images/media_header_sumaho.png) no-repeat center center;
	width: 100%;
}
h2 {
	line-height: normal;
	font-size: 23px;
	margin: auto 15px 70px 15px;
	}
	
.about {
	font-size: 18px;
	margin: auto 18px 60px 18px;
	}
.sigotonagare {
	font-size: 18px;
	margin: 0 auto 200px auto;

	}

h3 {
	line-height: normal;
}
h4 {
	padding: 100px auto 0 auto;
}
.point {
	margin: 0 0 50px 0;
}
.textred, .textgreen {
	float: none;
	height: auto;
	margin: 0; 
}
.capture01 {
	text-indent: -9999px;
    background: url(../images/media01_01sumaho.jpg) no-repeat;
	float: none;
	margin: 30px auto auto auto;
}
.capture02 {
	text-indent: -9999px;
    background: url(../images/media01_02sumaho.jpg) no-repeat;
	float: none;
	margin: 30px auto auto auto;
}
.capture03 {
	text-indent: -9999px;
    background: url(../images/media01_03sumaho.jpg) no-repeat;
	float: none;
	margin: 30px auto auto auto;
}
.capture04 {
	text-indent: -9999px;
    background: url(../images/media03_01sumaho.jpg) no-repeat;
	float: none;
	margin: 30px auto auto auto;
}
.capture05 {
	text-indent: -9999px;
    background: url(../images/media03_02sumaho.jpg) no-repeat;
	float: none;
	margin: 30px auto auto auto;
}
.capture06 {
	text-indent: -9999px;
    background: url(../images/media03_03sumaho.jpg) no-repeat;
	float: none;
	margin: 30px auto auto auto;
}

 iframe {
		width: 100%
	}
.mailto {
	font-size: 16px;	
	}

.othersmedia01 {
    float: none;
	margin: auto auto 30px 30px;
}
.othersmedia02 {
	float: none;
	margin: auto auto auto 28px;
}
#hamburger {
	display: block;
	width: 111px;
	height: 50px;
	position: fixed;
	left: 10px;
	top:  10px;
	z-index: 5;
}
/*iframe {
	display: none;
	/*display: block;
	visibility: visible;
}*/

}



