@charset "utf-8";
/* CSS Document 全体的な*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size : 16px;
	color: #00225A;
}
a {
	text-decoration: none;
	color: #137ED8;
}
a:hover {
	opacity: 0.5;
}
.n-red {
	color : red;
}
.blue-a {
	color : #1A7DD7;
	font-weight: bold;
}
/*    header    */

header {
	
}
.page-title {
	font-size : 30px;
	width : auto;
	margin : 50px 20px;
	border-left : 5px solid #103162;
	border-bottom: dotted 1px #103162;
	padding : 5px;
}


.header-inner {
	width : 960px;
	margin : 0 auto;
	position: relative;
	height : 220px;
	overflow: hidden;
	background-image: url(../image/header-awa.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

header h1 {
	font-size : 1px;
	font-weight: normal;
	width : 290px;
	margin-bottom: 10px;
	
}

.tel-banner {
	width : 400px;
	position: absolute;
	left : 480px;
	top : 30px;
	border : 1px solid #137ED8;
	padding : 10px;
}
.tel-banner h2 {
	font-size: 20px;
	color : #00225A;
	font-weight: normal;
	margin-bottom: 5px;
}
.tel-tyuui {
	font-size : 10px;
}
.header-inner address {
	font-size : 25px;
	margin-top: 0px;
}
.header-inner address a {
	color :#137ED8 ;
}
.logo {
	position: absolute;
	left : 50px;
	top : 30px;
}

.nav-bg {
	position: relative;
}

.nav-bg nav {
	position: absolute;
	bottom : 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#137ed8+1,4ba0dd+14,2989d8+31,207cca+44,67ade0+100 */
background: #137ed8; /* Old browsers */
background: -moz-linear-gradient(top, #137ed8 1%, #4ba0dd 14%, #2989d8 31%, #207cca 44%, #67ade0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #137ed8 1%,#4ba0dd 14%,#2989d8 31%,#207cca 44%,#67ade0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #137ed8 1%,#4ba0dd 14%,#2989d8 31%,#207cca 44%,#67ade0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#137ed8', endColorstr='#67ade0',GradientType=0 ); /* IE6-9 */
	width : 100%;
}
.nav-bg nav ul {
	width : 960px;
	margin : 0 auto;
}
 .nav-bg nav ul li {
	float: left;
	width : 16%;
	border-left: 1px dotted #fff;
	text-align: center;
}
.nav-bg nav ul li:last-child{
	border-right: 1px dotted #fff;
}
 .nav-bg nav ul li a {
	color : #fff;
	 display: block;
	text-decoration: none;
	 padding : 10px 0;
}

.awa1 {
	position: absolute;
	top: 150px;
	left:  180px;
}
.awa2 {
	position: absolute;
	top: 60px;
	left:  5%;
}
.awa3 {
	position: absolute;
	top: 70px;
	left:  1%;
}
.awa4 {
	position: absolute;
	top: 135px;
	right:  12%;
}
.awa5{
	position: absolute;
	top: 5%;
	right:  8%;
	animation: fluffy1 1s ease infinite alternate;
	opacity: 0.9;
}
@keyframes fluffy1 {
	from{
		transform: translateY(0px);
	}
	to{
		transform: translateY(-5px);
	}
}

.awa5 img {
	width : 120px;
	height: auto;
}
.main-img img{
	width : 100%;
	height : auto;
}

/**********************main**************    */
main{
	width : 960px;
	margin : 0 auto;
}
.top-section {
	text-align: center;
	margin-top: 100px;
}
.top-section p {
	width : 900px;
	text-align: left;
	margin: 60px auto;
	line-height: 1.6;
	background-image: url(../image/okinawa.png);
	background-repeat: no-repeat;
	background-position: center;
	padding : 90px 150px;
}

.secondsection {
	margin-top : 100px;
}
/**********************おそうじくらぶのサービス紹介**************    */
.main-title {
margin : 50px auto 100px auto;
list-style-type: none;
overflow: hidden;
}
.main-title li {
	float: left;
	text-align: center;
}

.main-title h2 {
	font-weight: bold;
	font-size: 30px;
	padding : 10px 12px;
	color : #03275A;
}
.main-title img {
	
}

.ranking {
	margin: 50px 0 30px 0;
	text-align: center;
}
.ranking img {
	margin-left: 20px;
}
.ranking img:first-child{
	
}
.eacon-banner {
	float: left;
	margin-right: 30px;
}
.eacon-banner h3 {
	border-left: 5px solid #03275a;
	padding-left: 5px;
	border-bottom: dotted 1px #03275a;
	width : 465px;
	margin : 30px 0;
	font-size : 30px;
	font-weight: normal;
	color : #1a7dd7;
}
.ryoukin-banner {
	float: left;
}
.ryoukin-banner h3 {
	border-left: 5px solid #03275a;
	padding-left: 5px;
	border-bottom: dotted 1px #03275a;
	width : 465px;
	margin : 30px 0;
	font-size : 25px;
	font-weight: normal;
	color : #1a7dd7;
}
.index-blog {
	clear: both;
	padding-top : 30px;
}
/**********************間取り図    */
.margin-left {
	margin-left : 50px;
}
.madori-title {
	line-height: 1.6;
	padding: 20px 50px;
	font-size : 30px;
	font-weight : bold;
	color: #03275A;
	
}
.syokitext .madori-title{
	font-size : 22px;
	padding : 20px;
	opacity: 0.7;
	margin-top : 150px;
}
.syokitext p {
	line-height: 1.6;
	opacity : 0.6;
}
.madorizu-title {
width : 960px;
list-style-type: none;
overflow: hidden;
padding : 100px 0 50px 0;
}
.madorizu-title li {
	float: left;
	text-align: center;
	margin-left : 30px;
}
.yokusou,.toire,.kichin,.rouka,.living,.sinsitu {
	display: none;
}
.hyouji {
	display: block;
}
.madori-list {
	float: left;
	width : 280px;
}
.madorizu {
	float: right;
	width: 680px;
	position: relative;
}

/**********************間取り図    */
.hihyouji {
	display: none;
}
.madorizu p {
	background-color :rgba(19,126,216,0.7);
	color: #ffffff;
	position: absolute;
	padding : 7px 0;
	box-shadow: 2px 2px 2px #000;
	font-size: 22px;
	line-height: 1.6;
	width : 150px;
	text-align: center;
}
.madorizu a:hover {
	box-shadow: 0;
}

#huro {
	top: 150px;
	left : 70px;
}
#toire {
	top : 120px;
	left : 350px;
}
#kichin {
	right : 0px;
	top : 150px;
}
#sinsitu {
	bottom : 200px;
	left : 200px;
}
#rouka {
	top : 40%;
	right : 40%;
}
#living {
	right : 50px;
	bottom : 200px;
}
.madori-list {
	background-color : #EBFDFF;
	height : 583px;
}
.madori-list ul {
	margin : 30px 0 0 20px;
	list-style-type: none;
	font-size : 16px;
}
.madori-list ul li {
	margin-bottom : 20px;
	padding-bottom : 10px;
	border-bottom: 1px dotted #137ED8;
}

.madori-list ul li:first-child{
	border : none;
}

.list-title {
	font-size: 20px;
    text-align: center;
    padding-right: 20px;
    color: #03275A;
    font-weight: bold;
}
.list-img{
	text-align: center;
}
.list-img img {
	border : 5px solid #fff;
}
.nayami{
	clear: both;
}
/**********************お悩み別    */
.joudan {
	padding-top : 30px;
	font-size: 0;
}
.joudan img {
	width : 240px;
}


/**********************footer    */
.sitemap-title{
	background-color: #137ED8;
	color : #fff;
	padding : 10px 20px;
}
footer {
	width : 1000px;
	margin : 0 auto;
}
.footer-telbanner {
	width : 300px;
	border : 1px solid #137ED8;
	padding : 10px;
}
.footer-telbanner p {
	font-size: 14px;
}
footer address {
	padding : 10px 0;
	font-size : 30px;
}
address a{
	color :#137ED8;
	text-decoration: underline;
}
.footer-telbanner .tel-tyuui {
	font-size : 8px;
	font-weight: normal;
}
.footer-sousyoku {
	height : 100px;
	background-image: url("../image/header-awa.png");
	margin : 60px 0;
	clear: both;
}
.footer-house-menu {
	width : 300px;
	float: right;
}
.footer-gyoumuyou-menu {
	width : 300px;
	float: right;
}
.footer-left {
	float: left;
}
.taioutiiki{
	text-align: center;
	padding : 10px;
	line-height: 1.6;
	width: 300px;
}
.tyuui {
	font-size : 8px;
	text-align: left;
}
.copyright {
	clear: both;
	color: #fff;
	background-color: #395279;
	text-align: center;
	padding : 3px 0;
}
.footer-gyoumuyou-menu ul,.footer-house-menu ul{
	list-style-type: none;
	padding : 20px 10px;
}
footer li {
	padding : 10px 10px 5px 0;
	border-bottom : 1px dotted #B2D5F4;
}
.footer-gyoumuyou-menu{
	margin-right : 50px;
}
.footer-gyoumuyou-menu h2,.footer-house-menu h2 {
	background-color: #137ED8;
	color: #fff;
	padding : 10px 20px;
}
footer nav {
	padding : 20px 30px;
}
/*-------------------cp(コンテンツページ共通）-----------------------*/

.cp {
	text-align: center;
}

.cp img {
	
}

.cp h1 {
	
}

.cp h2 {
	font-size : 22px;
	margin : 50px 0;
	color: #137ED8;
}
.cp h3 {
	margin-bottom : 30px;
}
.cp p{
	text-align: left;
	line-height: 1.6;
}


/*-------------------初めての方へ-----------------------*/
.hajimete {
	text-align: center;
	margin : 50px 0;
}
.hajimete img{
	width : auto;
}
.hajimete-main p {
	width : 800px;
	margin : 0 auto;
}
blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
	margin-bottom : 30px;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.cp .syutoku {
	margin-top : 200px;
}
.cp li {
	text-align: left;
	width : 600px;
	margin : 0 auto 10px auto;
}
.hajimete-main img {
	width : auto;
}

/*-------------------料金案内-----------------------*/
.ryoukin main {
	width : auto;
	margin : 0 20px;
}
.ryoukin table {
	border-collapse: collapse;
	font-size : 14px;
	line-height: 1.4;
}
th {
	border: solid 1px #666666;
	color: #fff;
	background-color: #137ED8;
}
td {
	border: solid 1px #A5C7D5;
	color: #03275a;
	background-color: #FFf;
}
.nedan {
	font-weight: bold;
	color: #F2B809;
}
.ryoukin .main-img img {
	width : auto;
	margin : 30px 0;
}
.ryoukin .main-img h1 {
	font-size : 30px;
	width : auto;
	margin : 50px 20px;
	border-left : 5px solid #103162;
	border-bottom: dotted 1px #103162;
	padding : 5px;
}
.gyoumuyou-ryoukin {
	font-size : 30px;
	width : auto;
	margin : 50px 20px;
	border-left : 5px solid #103162;
	border-bottom: dotted 1px #103162;
	padding : 5px;
	font-weight: normal;
}

.table-gyoumu,.table-oheya {
	width : 960px;
	margin : 0 auto;
}

/*----------おといあわせ------*/

.title-back {
	background-image: url(../image/otoiawase-img.png);
	height : 200px;
	background-size : cover;
}
.title-back p {
	text-align: center;
	line-height: 7;
	color : #395279;
	font-size : 25px;
	text-decoration: underline;
	padding-bottom: 5px;
}
.tel-bannerotoiawase img {
	width : 50px;
}
.otoiawase-main  {
	margin : 60px auto;
	line-height: 2.5;
	width : 600px;
}
.otoiawase-main .tel-bannerotoiawase {
	text-align: center;
}
.otoiawase-main address a {
	font-size: 30px;
	line-height: 1.6;
}

/*----------会社概要------*/



.kaisyagaiyou table {
	width : 700px;
	margin : 0 auto;
	
}

.kaisyagaiyou td {
	padding : 20px 20px;
}

.kaisyagaiyou td:first-child{
	
}
.kaisyagaiyou p {
	line-height: 1.6;
	width : 700px;
	margin : 0 auto;
}

/*--スクロール--*/
.back-top img {
	width : 80px;
}
.back-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  display: none;
	animation: fluffy1 1s ease infinite alternate;
	font-size : 10px;
}
@keyframes fluffy1 {
	from{
		transform: translateY(0px);
	}
	to{
		transform: translateY(-5px);
	}
}

.back-menu img {
	width : 100px;
	height: auto;
}
.back-menu{
	 position: fixed;
  bottom: 0%;
  left: 0%;
  display: none;

	font-size : 10px;
}


/*--コンテンツページ共通--*/
.contents-main-img img {
	width : 100%;
	height: auto;
}

.contents-main-img {
	width : 960px;
	margin : 0 auto;
}

.contents-main h1 {
		font-size : 30px;
	width : auto;
	margin : 50px 20px;
	border-left : 5px solid #103162;
	border-bottom: dotted 1px #103162;
	padding : 5px;
}
.contents-main h2 {
	margin-bottom : 30px;
}
.contents-main section {
	text-align: center;
}
.contents-main p {
	text-align: left;
	line-height: 1.6;
	width : 800px;
	margin:  20px auto 50px auto;
}
.contents-main img {
	margin-right : 20px;
}

.contents-main ul {
	list-style-type : none;
	font-size : 0;
	margin-bottom: 30px;
}

.contents-main ul li{
	
	font-size: 16px;
	padding : 10px 15px;
	background-color : #D2FCFB;
	line-height: 1.4;
}
.contents-main ul li:first-child{
	border-bottom: none;
	background-color : #137ED8;
	color : #fff;
}

.content-table {
	width : 800px; 
	margin: 0 auto 30px auto;
}
.center {
	text-align: center;
	padding-bottom: 20px;
}
.blog {
	text-align: center;
}
.contents-main .red {
	color : red;
	font-size : 13px;
	line-height: 0.8;
}
.ryoukin-text {
	font-weight: bold;
	color : #137ED8;
}
.marugoto-contents {
	font-size: 0;
	margin-top : 30px;
}
.marugoto-contents img {
	width : 300px;
	height: auto;
	margin-bottom : 20px;
}
.marugoto-contents img:nth-child(3){
	margin-right: 0;
}
.marugoto-contents img:nth-child(6){
	margin-right: 0;
}
.contents-main .marugoto-kasyo ul li{
	
	font-size: 16px;
	padding : 10px 15px;
	background-color : #FBE299;
	line-height: 1.4;
}
.contents-main .marugoto-kasyo ul li:first-child{
	border-bottom: none;
	background-color : #F2B809;
	color : #fff;
}
.youtube {
	margin : 0 auto;
	width : 820px;
}

.osoujiclub-eacon ul li {
	font-size : 24px;
	font-weight: bold;
	color: #137ED8;
}
