@import "default.css";
@charset "utf-8";
/* CSS Document */

* {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#000;
	text-align:center;
	font-size:12px;
	width:100%;
	background:#FFF;
}

#containerInner {
	text-align:left;
	margin:0 auto;
}

#header {
	height:50px;
	position:fixed;
	z-index:1000;
	width:100%;
	padding: 10px 5px 0;
	box-sizing: border-box;
	text-align:left;
	background:#FFF;
}

#header h1 {
	float:left;
}

#header h1 img {
	height:45px;
}

#header #tel {
	padding-top:6px;
}

#header #tel img {
	height:37px;
}

#header a.menuopen {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.menuopen{position:absolute;}
.menuopen:before,.menuopen:after{  
    position: absolute;
    content: "";
    display: block;
    height: 6px;
    width: 30px;
    border-top-style: solid;
    border-bottom-style: solid;
	border-radius:3px;
}
.menuopen:before{
    top: 4px;
    border-top-width: 4px;
    border-bottom-width: 2px;
	border-radius:3px;
    border-color: #333;
}
.menuopen:after{    
    top: 12px;
    border-top-width: 2px;
    border-bottom-width: 4px;
	border-radius:3px;
    border-color: #333;
}

#title {
	background:url(../images/title_roop.png) repeat-x 0 0;
}

#title .inner {
	background:url(../images/title_bg.png) no-repeat 0 0;
	background-size:auto 60px;
	font-size:20px;
	height:20px;
	line-height:20px;
	padding:20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.header h1 {
	color:#FFF;
	line-height:40px;
	font-weight:normal;
	display:block;
	padding:1.5em 1em;
}

nav:not(.mm-menu) {
	display: none;
}

nav li {
	text-align:left;
	font-size:12px;
}

.header .inner {
	margin:0 auto;
}

.header .inner h1 {
}

#main {
	padding-top:50px;
}

#contents .btn img {
	width:100%;
}

footer {
	clear:both;
	float:none;
	text-align:center;
	margin-top: 50px;
    padding: 10px 10px;
    background-color: #454B59;
}

footer img {
	height:35px;
}

footer p.copyright {
	clear:both;
	float:none;
	color:#FFF;
	line-height:20px;
	font-size:10px;
	text-align:center;
	display:block;
	font-weight:normal;
}
.inset {
	display: inline-block;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 0px;

}
.outset {
	display: inline-block;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;

}

.row {
	margin-bottom:20px;
}