@charset "utf-8";
/* CSS Document */
#HeaderNavi li#NavHinshitsu a {
	color: #ff5b0b;
}
p#SiteCopy {
	font-size: 13px;
	margin: 0px;
	color: #333;
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 70px;
}
#H1Wrapper {
	width: 100%;
	height: 120px;
	background-image: -moz-linear-gradient( 0deg, rgb(246,139,29) 0%, rgb(247,129,85) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(246,139,29) 0%, rgb(247,129,85) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(246,139,29) 0%, rgb(247,129,85) 100%);
	overflow: hidden
}
#H1Wrapper h1 {
	width: 940px;
	margin: 0 auto;
	font-size:34px;
	color: #fff;
	padding:10px 0px 0px
}
#H1Wrapper h1 span {
    font-size: 15px;
}

h2 {
	font-size: 38px;
	color: #4472c4;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 70px;
	margin-top: 0px;
	text-align: center;
	position: relative
}
h2:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	background-color: #4472c4;
}

#OmoiWrapper {
	width: 100%;
	background: url( ../img/omoi_bg.jpg) center top no-repeat #fff;
	background-size:100% 478px;
}
#Omoi {
	width: 960px;
	padding: 80px 0;
	margin: 0 auto;
	text-align: center
}


#Omoi h2{
	font-size: 33px;
	margin-bottom: 50px;
	font-weight: normal
}
#Omoi p{
	font-size: 16px;
	margin-bottom: 10px
}
#SengenImg{
	margin-bottom: 10px;
}
#OmiImg{
	margin: 20px auto 30px;
}

#KirokuWrapper {
	width: 100%;
	background: url( ../img/kiroku_bg.gif) center top no-repeat;
	background-size:cover;
}
#Kiroku {
	width: 970px;
	padding: 80px 0;
	margin: 0 auto;
	text-align: center
}
#Kiroku  li{
	display: inline-block;
	margin:30px 20px 30px 0px;	
	 
}

#Kiroku  li:last-child{
	margin-right: 0px;	
}
#Blow {
	width: 970px;
	padding: 80px 0;
	margin: 0 auto;
	text-align: center
}
#Blow li{
	display: inline-block;
	margin:30px 20px 30px 0px;		 
}

#Blow li:last-child{
	margin-right: 0px;	
}


#KyotenWrapper {
	width: 100%;
	background: url( ../img/kyoten_bg.gif) center top repeat;

}
#Kyoten {
	width: 970px;
	padding: 80px 0;
	margin: 0 auto;
	text-align: center
}

#Kyoten > div{
	width: 970px;
	margin: 0 auto;
	overflow: hidden}
#Kyoten p{
	text-align: left
}


#Souko{
	width: 357px;
	float: left
}

#Map{
	width:613px;
	float:right
}

@media screen and (max-width: 767px) {

p#SiteCopy {
	font-size: 11px;
	margin: 0px;
	color: #333;
	position: absolute;
	z-index: 10;
	top: -1px;
	left: 6px;
}
	
	
#H1Wrapper {
	height: 100px;
}	

	
#H1Wrapper h1 {
	width: 100%;
	font-size:22px;
	padding-top: 0px;
	padding-left: 8px;
	margin-top: 20px;
}	

#H1Wrapper h1 span {
	font-size: 14px;
	font-weight: normal;	
}	
	
h2 {
	font-size: 22px;

}

#OmoiWrapper {
	width: 100%;
	background: url( ../img/omoi_bg.jpg) center top no-repeat #fff;
	background-size:100% 360px;
}
	
	
#Omoi {
	width: 96%;
}

#Omoi #SengenImg,#Omoi #OmiImg{
	height: auto;
	width: 100%;
	}

#Omoi h2{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: normal
}
#Omoi p{
	font-size: 14px;
	margin-bottom: 10px
}

#OmiImg+p,#OmiImg+p+p{
	text-align: left;
	}
	
#Kiroku{
	width: 96%;
	}
#Kiroku p{
	text-align: left;
	}
	
#Kiroku  li{
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

#Kiroku  li:last-child{
	margin-right: auto;
	margin-left: auto;
}

#Kiroku  li img{
	height: auto;
	width: 280px;
	}

#Blow{
	width: 96%;}
	
#Blow p{
	text-align: left;
	}
	
#Blow li,#Blow li:last-child{
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

#Blow li img{
	height: auto;
	width: 280px;
	}
	
	
#Kyoten{
	width: 96%;}
	
#Kyoten > div{
	width: 100%;}	
	
#Souko{
	width: 100%;
	float: none;;
}

#Souko img{
	margin-bottom: 20px;
	}

#Map{
	width:100%;
	float:none;
}

#Map img{
	height: auto;
	width: 100%;
	margin-top: 40px;
	}

}

