@charset "UTF-8";
/*
Theme Name: クローバーホーム成田
Theme URI: http://clover-narita.com/
Description: クローバーホーム成田のテーマです。
Author: TommyDesignOffice
Author URI: http://tommy-design.jp
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
}


article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

body {
	line-height:1.7em;
	letter-spacing: 0.1em;
	font-size: 16px;
	color: #78551c;
	width: 100%;/*レスポンシブデザインスタイル対策 */
	margin:0 auto !important;/*レスポンシブデザインスタイル対策 */
	-webkit-text-size-adjust: none;/*スマホ横文字対策 */
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

nav ul {
	list-style:none;
	
}


blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:focus{/*firefoxの赤線リンク対策 */
outline:none;
} 
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clear{ clear: both; line-height: 0}
	
img { border-style:none; }

a img { border-style:none; }

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  max-height: 0;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: none;
}


img {
	vertical-align: top;
	height: auto;   /*レスポンシブデザインスタイル対策 */
}

@font-face {
font-family: "anzu";
  src: url(../font/anzu.eot) format("eot"), url(../font/anzu.woff) format("woff");
}
@font-face {
font-family: "utukushii";
  src: url(../font/utukushii.eot) format("eot"), url(../font/utukushii.woff) format("woff");
}
@font-face {
font-family: "cursht";
  src: url(../font/cursht.eot) format("eot"), url(../font/cursht.woff) format("woff");
}

strong{
	font-weight: normal;
}
.basebk{
	background-image: url(../images/bk.jpg);
	background-repeat: repeat;
	background-size: auto 500px;
}
.bk02{
	background-image: url(../images/bk02.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}
.bk01{
	background-image: url(../images/bk01.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}
.left{
	float: left;
}
.right{
	float: right;
}
.btm20{
	margin-bottom: 20px;
}
.btm30{
	margin-bottom: 30px;
}
.btmnone{
	margin: 0 !important;
}
/*************************************************
WP共通
*************************************************/
.category{
	margin-left: 5px;
	font-size: 11px;
}
.category a{
	background-color: #91BC09;
	padding: 3px 5px;
	border-radius: 2px;
	color: #FFFFFF;
}
.time{
	font-size: 11px;
	text-align: left;
	letter-spacing: 0;

}
.title{
	font-size: 15px;
	line-height: 1.3em;	
}
.title a{
	color: #4d4d4d;
}
.title a:hover{
	text-decoration: underline;	
}
/*ブログページ */
#wapper{
	padding: 30px 0;
	overflow: hidden;
}
#main{
	padding: 20px 30px 50px;
	background-color: rgba(255,255,255,0.70);
	border-radius: 8px; 
	width:590px;
	float: left;
}
.blogtitle{
	border-bottom: 3px dotted #f18d00;
	padding: 0 0 5px;
	margin: 0 0 10px;
	line-height: 1.5em;
	color: #4d4d4d;
}
.blog_cnt{
	margin: 0 0 50px;
}
.blog_cnt img{
	max-width: 100%;
	height: auto;
	padding: 10px 0;
	display: block;
}
.article .link01{
	text-align: center;
}
#aside{
	width:300px;
	float: right;
}
#aside a{
	color: #4d4d4d;
}
.side_category{
	margin: 0 0 50px;
}
.side_category h3,.widgettitle{
	background-image: url(../images/orenge_bk.jpg);
	background-repeat: repeat;
	font-family: "Hannari", "utukushii";
	color: #fff;
	font-size: 20px;
	border-radius: 8px; 
	padding: 10px;
	margin: 0 0 15px;
	
}
.side_category .time {
    display: block;
	line-height: 1.3em;
}
.side_category ul{}
.side_category li{
	border-bottom: 3px dotted #f18d00;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.side_category a{
	color: #78551c;
	font-weight: bold;	
	display: block;
}
.btmnone {
	color: #4d4d4d;
}
.btmnone a{
	display: inline-block;
}
/*パンくず */
#breadcrumbs {
	font-size: 11px;
	background-color: rgba(246,187,109,1.00);
	color: #000;
	padding:5px 0; 
}
#breadcrumbs a{
	color: #000;
	text-decoration: underline;	
}
#breadcrumbs a:hover{
	text-decoration: none;
}
/*ページャー*/
.wp-pagenavi{
	text-align: center;
	font-size: 13px;
}
.pages{
	display: none !important;
}
.wp-pagenavi span.current {
    font-weight: normal !important;
border: #BFBFBF 1px solid!important;
background: #f2f2f2;
}
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 0px !important;
}
.wp-pagenavi span, .wp-pagenavi a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    width: auto;
    text-decoration: none;
    position: relative;
	color: #4d4d4d !important;
	padding: 3px 10px !important;
}
.wp-pagenavi a:hover{
	color: #fefefe !important;
background: #f18d00;
border: #f18d00 1px solid !important;
}

/*************************************************
header
*************************************************/
header{
	font-size: 18px;
	overflow: hidden;
	background-image: url(../images/clover_left.png), url(../images/clover_right.png),url(../images/bk.jpg);
	background-size: auto 120px,auto 120px,auto 500px;
	background-repeat: no-repeat,no-repeat,repeat;
	background-position: left 50px top 50px , right 50px top 50px,center center;
	z-index: 10;
	font-family: "Hannari", "utukushii"; 
	font-weight: 700;
}
#header{
	width: 100%;
	padding: 15px 0;
	position: relative;
}
.header_logo{
	text-align: center;	
	margin-bottom: 100px;
}
.header_logo h1{
	font-size: 38px;
	position: absolute;
	top: 70px;
	left: 0;
  right: 0;
  margin:0 auto;
}
.header_logo h1 a{
	color: #78551c;
}
.header_logo h2{
	color: #78551c;
	font-size: 18px;
	position: absolute;
	top: 20px;
	left: 0;
  right: 0;
  margin:0 auto;
	vertical-align: middle;
	letter-spacing: 0.2em;
}
.header_logo h2 img{
	vertical-align: middle;
}
#header .link a{
	position: absolute;
	top: 0;
	right: 2%;
	padding: 5px 15px 5px 60px;
	background-image: url(../images/icon_mail.png),url(../images/orenge_bk.jpg);
	background-size: auto 20px,auto;
	background-repeat: no-repeat,repeat;
	background-position: left 10px center,center center;
	font-size: 15px;
}
.link a{
	color: #ffffff;
	border-radius: 0px 0px 8px 8px; 

}
.link a:hover{
	background-color: #8A6246;
}


#pc_nav{
	overflow: hidden;
	text-align: center;
	background-color: rgba(145,188,9,0.90);
 
}
#pc_nav ul{
	width: 1200px;
	margin: auto;
}
#pc_nav li{
	margin: 8px 0;
	border-right: 3px dotted rgba(255,255,255,1.00);
	padding: 15px 20px;
	display: inline-block;
}
#pc_nav li a{
	color: #FFFFFF;
	font-size: 16px;
}
#pc_nav li:last-child{
	border-right: none;
}
#sp_nav{
	display: none;
}
.sonraku{
	position: fixed;
	top:220px;
	right: 0;
	z-index: 100;
}
/*************************************************
contens
*************************************************/
.inner{
	width: 1000px;
	margin: auto;
}
.inner02{
	width: 90%;
	max-width: 900px;
	margin: auto;
}
.inner80{
	width: 80%;
	margin: auto;
}
.sp{
	display: none;
	}	
.sp_br{
	display: block;	
	}
.sp-only{
	display: none;
}
.b_title{
	font-size: 27px;
	line-height: 1.6em;
	letter-spacing: 0.2em;
	font-family: "Hannari", "utukushii";
	display: inline;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.s_title{
	color: #f29d2f;
	font-size: 32px;
	margin:20px 0 50px;
	font-family: "cursht";
}

.link01 a{
	padding: 8px 30px;
	font-size: 15px;
	color: #F0F0F0 !important;
	border-radius: 8px;
	letter-spacing: 0.01em;
	font-weight: bold;
	display: inline-block;
	line-height: 1.5em;
	background-image: url(../images/orenge_bk.jpg);
	background-repeat: repeat;
	font-family: "Hannari", "utukushii";
	position: relative;
}
.link01 a:hover,.link01 a:visited,.link02 a:hover,.link02 a:visited{
	color: #fff;
}
.link01 a::after,.link02 a::after{
position: absolute;
  content: url(../images/sankaku02.png);
  top: 7px;
  right: 7%;
  display: inline-block;
}
.link02 a{
	padding: 8px 30px;
	font-size: 15px;
	color: #F0F0F0 !important;
	border-radius: 8px;
	letter-spacing: 0.01em;
	font-weight: bold;
	display: inline-block;
	line-height: 1.5em;
	background-image: url(../images/gren_bk.jpg);
	background-repeat: repeat;
	font-family: "Hannari", "utukushii";
	position: relative;
}


/*下層ページ共通*/
#eyecatch{
	background-image: url(../images/eye_bk02.png),url(../images/eye_bk01.jpg);
	background-position: center center,center center;
	background-repeat: no-repeat;
	background-size: auto 230px,cover;
	text-align: center;
	padding: 50px 0;
}
#eyecatch h2{
	font-size: 28px;
	font-weight: bold;	
	margin-bottom: 20px;
	font-family: "Hannari", "utukushii";
	
}
#eyecatch h3{
	color: #f29d2f;	
	font-family: "cursht";
	font-size: 32px;
}


/*************************************************
footer共通
*************************************************/
footer{
	clear: both;
	background-image: url(../images/footer_bk.png),url(../images/bk.jpg);
	background-repeat: no-repeat,repeat;
	background-position: bottom -80px center,center center;
	background-size: cover,auto 500px;
	padding-bottom: 8px;
}
.f-top{
	padding: 30px 0 80px;
	text-align: center;
	background-image: url(../images/footer_bk02.png);
	background-position: center bottom 20px;
	background-size: auto 150px;
	background-repeat: no-repeat;
}




.f-top p{
	font-size: 18px;
	font-family: "Hannari", "utukushii";
	font-weight: bold;	
	margin-bottom: 30px;
	
}
.footer-box{
	overflow: hidden;
}
.footer-box li{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}
.footer-info{
	text-align: center;

}
.f_logo{
	font-family: "Hannari", "utukushii";
	font-weight: bold;
	margin-bottom: 10px;
}
.f_logo img,.f-tel img,.f_map img{
	vertical-align: middle;
}
.footer-info h2{
	font-size: 34px;
	font-family: "Hannari", "utukushii";
	font-weight: bold;
	margin-bottom: 20px;
}
.f-tel{
	font-size: 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0;
	margin-bottom: 10px;
	font-weight: bold;	
}
.f-tel a{
	color: #78551c;
	font-weight: bold;
}
.footer-box02 {
	margin-bottom: 30px;
}
.footer-box02 li{
	font-size: 14px;
	display: inline-block;
}
.f_map{
	margin-left: 10px;
}
.f_map a{
	font-weight: bold;
	color: #78551c;
	text-decoration: underline;	
}
.f_map a:hover{
	text-decoration: none;	
}
.copyright{
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1em;
}
/*page-to*/
#page-top {
	position: fixed;
	bottom: 36px;
	right: 20px;
}
#page-top a {
    display: block;
}


/*===============================================
●タブレット.css 画面の横幅が1100pxまで
===============================================*/

@media screen and (max-width: 1100px){

#pc_nav ul{
	width: 100%;
}
#pc_nav li{
	margin: 8px 0;
	border-right: 2px dotted rgba(255,255,255,1.00);
	padding: 15px 12px;
	display: inline-block;
}
#pc_nav li a {
    font-size: 15px;
}
.inner{
	width: 95%;
}		
	
/*************************************************
WP共通
*************************************************/	
/*ブログページ */
#main {
    padding: 20px 3% 50px;
    border-radius: 8px;
    width: 94%;
    float: none;
	margin: 0 auto 50px;
		
}
#aside {
    width: 100%;
    float: none;
}
.staffblog,.news{
	display: none;
	}	
}

/*===============================================
●smart.css  画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
#header {
	display: none;
}
.inner,.inner80{
	width: 90%;
}	
.header_logo{
	text-align: left;
	margin-bottom: 0px;
	letter-spacing: 0;
}
.header_logo h1{
	font-size: 22px;
	top: 30px;
	left: 10px;
	letter-spacing: 0;
}
.header_logo h1 a{
	color: #78551c;	
	}
.header_logo h2{
	font-size: 14px;
	position: absolute;
	top: 5px;
	left: 10px;
	letter-spacing: 0.2em;
}
.header_logo h2 img{
	width: 4%;
 max-width: 4%;
   height: auto;	
	}	
#header .link{
	display: none;	
	}	
	
	
#pc_nav{
	display: none;
}
#sp_nav{
	display: block;
}
.menu_button {
    border-left: solid 1px white;
    float: right;
    width: 70px;
    height: 100%;
    text-align: center;
}
.menu_button span {
    line-height: 40px;
}
#sp_nav {
    background-color: #111;
    color: white;
    width: 100%;
}
#sp_nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#sp_nav ul li:first-child {
    border-top: solid 1px white;
}
#sp_nav ul li {
    border-bottom: dotted 1px white;
    text-align: center;
    padding: 1em;
}
.sonraku{
	display: none;
}
/*************************************************
コンテンツ共通
*************************************************/
.sp{
	display: block;
	}	
.b_title{
	font-size: 22px;	
}
.s_title{
	font-size: 28px;
	margin:10px 0 30px;
}
.sp_br{
	display: none;	
	}
/*下層ページ共通*/
#eyecatch{
	background-image: url(../images/eye_bk02.png),url(../images/bk01.jpg);
	padding: 100px 0 30px;
}
#eyecatch h2{
	font-size: 22px;
	margin-bottom: 10px;	
}
#eyecatch h2 a{
	color: #78551c;
	}
#eyecatch h3{
	font-size: 28px;
}
	
/*************************************************
WP共通
*************************************************/	
/*ブログページ */
#wapper{
	padding: 20px 0 0;
}	
#main{
	padding: 0 0 0;
	background: none;
	border-radius: none;
	width:100%;
	float: none;
}
#aside {
    width: 100%;
    float: none;
}
.staffblog,.news{
	display: none;
	}
}


/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
.header_logo h2 img{
	width: 5%;
 max-width: 5%;
   height: auto;	
	}	
footer {
    background-image: url(../images/footer_bk.png),url(../images/bk.jpg);
    background-repeat: no-repeat,repeat;
    background-position: bottom -140px center,center center;
    background-size: cover,auto 500px;
}
.f-top p {
    font-size: 18px;
    margin-bottom: 20px;
}
.f_logo img ,.f-tel img{
    width: 7%;
    max-width: 7%;
    height: auto;
}
.f_map img{
	width: 15%;
    max-width: 15%;
    height: auto;
	}
.f-top {
    padding: 30px 0 50px;
    background-position: center bottom 20px;
    background-size: 100% auto;
}
.footer-box li{
	display: block;
	margin-bottom: 10px;
}
.footer-info h2 {
    font-size: 22px;

}
#page-top {
	bottom: 30px;
	right: -130px;
}
#page-top img{
width: 30%;
 max-width: 30%;
   height: auto;
	}

/*下層ページ*/	
#eyecatch {
    background-image: url(../images/eye_bk02.png),url(../images/bk01.jpg);
background-size: auto 100px,cover;

}
.sp-only{
	display: block;
}
/*************************************************
WP共通
*************************************************/	
/*パンくず */
#breadcrumbs {
	display: none;
}
/*ページャー */
.wp-pagenavi {
    font-size: 12px;
}
.wp-pagenavi span, .wp-pagenavi a {
    width: auto;
    padding: 2px 8px !important;
}
}

/*===============================================
●smart.css  画面の横幅が380pxまで
===============================================*/
@media screen and (max-width:380px){
/*コンテンツ*/	
	
}


@media all and (min-width: 1600px) {
footer{
	clear: both;
	background-image: url(../images/footer_bk.png),url(../images/bk.jpg);
	background-repeat: no-repeat,repeat;
	background-position: bottom -200px center,center center;
	background-size: auto,auto 500px;
	padding-bottom: 8px;
}



}