@media (min-width: 1200px){
	.container {
		width: 960px;
	}
}

@media screen and (max-width: 991px) {
#home {
	background-size:100% auto;
	background: url(../img/bg2.jpg);
	background-position: center 65px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:contain;
}

.homepc{
	display:none;
}


.tbsp{
      	display:inline;
}

.pc{
	display:none;
}

#header .header-content,
.nav-toggle {
	display: block;
}
.navigation {
	position: fixed;
	background-color: rgba(67, 135, 233, 0.7);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.navigation .primary-nav {
	position: relative;
	top: 45%;
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
}
.navigation li {
	display: block;
	margin-bottom: 20px;
}
.navigation a {
	display: block;
	font-size: 25px;
	margin: 0;
	text-align: center;
}

.spmenu{
	color:#FFF;
    position: fixed;
    right:5% ;
    top: 45px;
    z-index: 99999;
}

.jinzai{
	padding-bottom: 30px;!important
}

}
@media only screen and (max-width: 608px){
table th,
table td {
    font-size: 75%;
}
.service p > span {
    font-size: 12px;
}

#content2 div div div p,
#content3 div div div p,
#content4 div div div p,
#content5 div div div p,
#content6 div div div p,
#content7 div div p,
#content8 div div div p {
	font-size: 80%;
	margin-left:15px;
	margin-right:15px;
}


#content1 div div p{
	margin-left:15px;
	margin-right:15px;
}

#content1 div div div p{
    font-size: 80%;
}

}

@media only screen and (max-width: 460px){
h3 {
    font-size: 12px;
}

}

@media only screen and (max-width: 360px){
h3 {
    font-size: 11px;
}

.pull-left,
.pull-right {
    float: none !important;
    text-align: center;
}
}

/* タブレットサイズのみ */
@media screen and (min-width: 768px) and (max-width: 991px){
#home {
    height: auto;
    min-height: 850px;
    padding-top: 60px;
}

.service p {
    font-size: 80%;
}
}

@media screen and (max-width: 767px){
.service p {
    font-size: 75%;
}
}

/* タブレットサイズ以上 */


@media screen and (min-width: 768px){
#content3 > div > div > div > div h2,
#content4 > div > div > div > div h2,
#content5 > div > div > div > div h2 {
	font-size:25px;
}

h4 {
	font-size:20px;
}


ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #fff;
}
ul#menu li{
	text-align:center;
	cursor:pointer ;
	float: left;
	position: relative;
	margin: 0;
	width: 145px;
	height:65px;
	display: block;
}

ul#menu li a{
	display: block;
	padding-top:20px;
	width: 145px;
	height:65px;
}
ul.child{
	background-color: rgba(67, 135, 233, 0.7);
	display: none;
	position: absolute;
	margin: 23px 0 0 0px;
	padding: 0 0;
}
ul.child li {
	text-align:center;
}

ul.child li a{
	padding: 15px 20px 15px 20px;
	margin:0 0;
	display: block;
	color: #fff;
}

.drop{
	padding-top:20px;
}

li a:hover{
	background: #0000FF;
}

.content {
	background-attachment: fixed;
}
}

@media screen and (min-width: 992px){

#home{
	display:none;
}

.homepc {

height:700px;
	background: url(../img/bg1.jpg);
	background-position: center 65px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.spmenu{
	display:none;
}
.tbsp{
      	display:none;
}

.pc{
	display:linine;
}
.jinzai{
	padding-bottom: 88px;!important
}
}

@media screen and (min-width: 992px) and (max-width:1135px){
.homepc {
	height:700px;
	background: url(../img/bg1-2.jpg);
	background-position: center 65px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

}

@media screen and (min-width: 630px) and (max-width:767px){
#home {
	height: auto;
	min-height: 700px;
	padding-top: 60px;
}
}

@media screen and (min-width: 550px) and (max-width:629px){
#home {
	height: auto;
	min-height: 600px;
	padding-top: 60px;
}
}

@media screen and (min-width: 450px) and (max-width:549px){
#home {
	height: auto;
	min-height: 500px;
	padding-top: 60px;
}
}

@media screen and (min-width: 330px) and (max-width:449px){
#home {
	height: auto;
	min-height: 450px;
	padding-top: 60px;
}
}

@media screen and (max-width:329px){
#home {
	height: auto;
	min-height: 350px;
	padding-top: 60px;
}
}


