@charset "utf-8";
/*
Theme Name: official_sp_Theme
Theme URI: https://www.surehome.jp
Description: official
Version: 0.1
Author: BFnet
Author URI: 
Tags: 
*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);



@font-face {
	font-family: 'はれのそら明朝';
	src: url('//cdn.leafscape.be/Harenosora/harenosora_web.woff2') format('woff'),
	     url('//cdn.leafscape.be/Harenosora/harenosora_web.ttf')  format('truetype');
}
* {
	padding: 0;
	margin: 0;
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {vertical-align:middle;}
h1,h2,h3,h4,h5,strong{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
sub, sup {
vertical-align: baseline;
}
sup {
position:relative;
top:-4px;
font-size: 50%;
}
img:not(.trim){max-width: 100%;}
.trim {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
ul {	display: block}
li {
	list-style-position: outside;
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #3b173b;
	-webkit-tap-highlight-color:transparent;
}


body{
	font-family: "はれのそら明朝" , "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height: 1.6;
	font-size: 15px;
	background: url(img/band.png) repeat-x 0 -32px;
	width: 320px;
	margin: 0 auto;
}
body:before {
	content: " ";
	display: block;
	width: 100%;
	height: 15px;
	background: url(img/bar.png) repeat-x 0 0;
	position: relative;
	top: 120px;
	left: 0;
}
header {
	margin: 0 auto;
	position: relative;
}
h1 {
	width: 260px;
	height: 79px;
	padding: 0 15px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin: 40px auto 48px auto;
	background: url(img/logo.png) no-repeat center center #fff;
	-webkit-background-size: 260px 79px;
	background-size: 260px 79px;
	-webkit-text-size-adjust: 100%;
}
h1 a {
	width: 100%;
	height: 100%;
	display: block;
}
#headtel {
	display: block;
	width: 87px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(img/headertel.png) no-repeat 0 0;
	-webkit-background-size: 87px 10px;
	background-size: 87px 10px;
	-webkit-text-size-adjust: 100%;
	position: absolute;
	top: 40px;
	right: 30px;
}
.gnav {
	overflow: hidden;
	margin: 0 5px;
}
.gnav li {
	width: 102.33px;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	line-height: 2;
	margin-bottom: 10px;
	display: table;
	border-left: 1px solid #b2d4c5;
	border-collapse: collapse;
	float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
.gnav li.gnav03,
.gnav li.gnav06 {border-right: 1px solid #b2d4c5;}
.gnav a {
	display: table-cell;
	vertical-align: middle;
	color: #717171;
	font-size: 0.8em;
	width: 100%;
	height: 50px;
	text-align: center;
}
.gnav a span {
	display: block;
	font-size: 0.8em;
	color: #000;
}

section {
	width: 300px;
	margin: 0 auto 50px auto;
}

#homesection {
	width: 100%;
	background: #b2d4c5;
	color: #fff;
	padding: 10px 0 20px 0;
	text-align: center;
}
#homesection h2 {
	font-size: 1.6em;
	letter-spacing: 2px;
	text-indent: 2px;
}
#homesection p {padding: 0 10px;}

.topban {
	width: 300px;
	margin: 0 auto 40px auto;
	display: block;
}
section h2,
section h3 {
	font-size: 1.6em;
	text-align: center;
	background: url(img/bar.png) repeat-x 0 bottom;
	padding-bottom: 20px;
	margin: 0 auto 20px auto;
}
section h2 span,
section h3 span {
	display: block;
	font-size: 0.8em;
}
.sectxt {
	text-align: center;
	margin-bottom: 40px;
}

#constlist {
	overflow: hidden;
	margin: 0 auto 10px auto;
}
#constlist li {
	text-align: center;
	margin-bottom: 20px;
}
#constlist li img {
	width: 260px;
	height: auto;
	display: block;
	margin: 0 auto;
}
#constlist li strong {
	font-size: 1.2em;
	color: #8db3a2;
	font-weight: bold;
	display:  block;
	margin-bottom: 5px;
}
.andmore {
	margin: 0 auto;
	text-align: right;
}
#infolist {
	background: #f3f4ec;
	overflow: hidden;
}
#infolist > li {
	padding: 24px 12px 0 12px;
	margin: 0 auto;
	border-bottom: 2px solid #000;
	overflow: hidden;
}
.infolistleft {
	margin-bottom: 10px;
	overflow: hidden;
}
.infolistleft > span {
	display: block;
	width: 113px;
	height: 99px;
	overflow: hidden;
	position: relative;
	float: left;
}
.infolistleft img {}
.infolistleft div {
	margin-left: 133px;
	line-height: 1.1;
	text-align: center;
	font-size: 1.2em;
	margin-top: 6px;
}
.infolistdate {
	display: block;
	font-size: 2.4em;
}
.infolistweek {
	display: block;
}
.infolistright {
	position: relative;
	padding-bottom: 3em;
}
.infolistright strong {
	display: block;
	font-size: 1.1em;
}
.infolistright ul {
	position: absolute;
	bottom: 5px;
	right: 0;
	overflow: hidden;
}
.infolistright ul li {
	display: block;
	margin-left: 5px;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #000;
	padding: 0 5px 2px 5px;
	font-size: 0.9em;
}
#infolist > li.andmore{
	border: 0 none;
	padding: 10px 12px 20px 0;
}

footer {
	background: url(img/band.png) repeat-x 0 0;
	padding-top: 94px;
}
#footercontent01 {
	width: 100%;
	margin-top: 30px;
	background: #f3f4ec;
	padding: 20px 0;
}
#footertel {
	width: 184px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(img/footertel.png) no-repeat 0 0;
	-webkit-background-size: 184px 40px;
	background-size: 184px 40px;
	-webkit-text-size-adjust: 100%;
	margin: 20px auto;
	
}
#footerabout {
	text-align: center;
	padding: 0 10px;
}
#footerabout li {font-size: 0.8em;}
#footerabout li:first-child {margin-bottom: 6px;}
#footerabout li img {
	width: 30px;
	height: 26px;
	vertical-align: top;
	margin-right: 5px;
}
#footercontent02 {
	width: 100%;
	padding: 30px 0 30px 0;
	background: #b2d4c5;
}
#footercontent02 h4 {
	width: 260px;
	height: 116px;
	margin: 0 auto 30px auto;
	overflow: hidden;
	text-indent: -9999px;
	background: url(img/footerlogo.png) no-repeat 0 0;
	-webkit-background-size: 260px 116px;
	background-size: 260px 116px;
	-webkit-text-size-adjust: 100%;
}
#footercontent02 h4 a {
	width: 100%;
	height: 100%;
	display: block;
}
.am-switch-btn {
	background: #999;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: 1px solid #FFF;
	-moz-box-shadow: 0px 0px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 1px rgba(000,000,000,0.3);
	display: block;
	margin: -18px 10px 0 10px;
	padding: 12px 0 10px 0;
	line-height: 1;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka","ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
}
.copyright {
	color: #999;
	font-weight: normal;
	text-align: right;
	font-size: 0.8em;
	padding: 5px 10px 10px 0;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka","ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
}
#siteseal {
	width: 170px;
	margin: 0 auto 134px auto;
}
.grecaptcha-badge {bottom: 60px!important;}
.follow {
	width: 320px;
	height: 50px;
	position: fixed;
	bottom: 0;
	background: #b2d4c5;
	z-index: 1000;
}
.follow img {
	vertical-align: bottom;
	display: block;
	position: absolute;
	top: 10px;
}
.follow01 {left: 10px;}
.follow02 {left: 155px;}
.follow03 {right: 10px;}


/* about */
#aboutsection {margin-top: 50px;}
.grnwrap {
	color: #fff;
	background: #b2d4c5;
	text-align: center;
	padding: 20px;
}
.yelwrap {
	padding: 20px;
	background: #fcf1c5;
}
#greeting {
	overflow: hidden;
}
#greeting dt {
	width: 300px;
	text-align: center;
	margin-bottom: 30px;
}
#greeting dt img {
	display: block;
	margin: 0 auto;
}
#greeting dd {}
#greeting dd p {margin-bottom: 1em;}
#companytbl {
	margin: 0 auto;
}
#companytbl tr:nth-child(even) {
	background: #fcf1c5;
}
#companytbl tr th {
	min-width: 4em;
	text-align: left;
	font-weight: bold;
}
#companytbl tr th,
#companytbl tr td {
	vertical-align: top;
	padding: 0.5em;
}
#map_company {
	width: 100%;
	height: 300px;
	margin: 20px auto 0 auto;
}

/* const */
.category-const section {margin-top: 50px;}
#constcatlist {
	overflow: hidden;
	margin: 0 auto 30px auto;
}
#constcatlist li {
	width: 145px;
	float: left;
	margin: 0 10px 15px 0;
}
#constcatlist :nth-child(even){margin-right: 0;}
#constcatlist li a {
	width: 145px;
	height: 145px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
#constcatlist li img {}
#constcatlist li p {
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding-right: 10px;
	text-shadow:0px 0px 3px #000000;
}
/* single.const */
#lbCaption {
	font-size: 1.4em;
	padding: 10px;
	line-height: 1.6;
}
.single-post section {margin: 50px auto;}
.single-post .sectxt {
	margin-bottom: 20px;
}
.single-post #mainimg {
	display: block;
	height: auto;
	margin: 0 auto 20px auto;
}
#constdetlist {
	overflow: hidden;
	margin: 0 auto;
}
#constdetlist li {
	width: 145px;
	height: 145px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
}
#constdetlist li:nth-child(even) {margin-right: 0;}
#constdetlist li a {
	width: 145px;
	height: 145px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#constdetwrap {
	margin: 40px auto;
	overflow: hidden;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka","ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
}
.constdetleft {margin-bottom: 20px;}

.constdetleft dl {
	min-height: 100px;
	border-left: 100px solid #f6d03e;
}


.constdetleft dl dt {
	font-weight: bold;
	margin: 0 0 1em 20px;;
}
.constdetleft dl dd {
	color: #5d6666;
	margin-left: 20px;
}
.constdetright {
	color: #5d6666;
	overflow: hidden;
}
.constdetright dt {
	width: 6em;
	float: left;
}
.constdetright dd {margin-left: 6em;}

/* info */
.infoblog section,
.infoblog section {
	margin: 0 auto 50px auto;
	padding: 0 0 20px 0;
	background: #f3f4ec;
}
#infost {
	margin: 50px auto 20px auto;
	background: #fff;
}
#wrapper {
	margin: 0 auto;
	padding-top: 50px;
	overflow: hidden;
}
#content {
}
.infottlwrap {
	padding: 20px 20px 18px 15px;
	margin: 0 auto 35px auto;
	background: #fff;
	position: relative;
	box-shadow:0px 3px 3px 3px #cacaca;
	-moz-box-shadow:0px 3px 3px 3px #cacaca;
	-webkit-box-shadow:0px 3px 3px 3px #cacaca;
}
.catname {
	position: absolute;
	top: 15px;
	left: 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #000;
	padding: 0 5px 2px 5px;
	font-size: 0.9em;
}
.pin {
	width: 21px;
	hheight: 40px;
	position: absolute;
	top: -20px;
	right: 40px;
}
.infodate {
	margin-bottom: 6px;
	padding-left: 80px;
	font-weight: bold;
	font-size: 1em;
	color: #b7d7c8;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka","ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
}
.infottlwrap h4 {
	font-size: 1.2em;
	line-height: 1.3;
	padding-bottom: 12px;
	border-bottom: 8px solid #b2d4c5;
}


.infoblog .mainimg,
.infoblog .mainimg {
	width: 280px;
	height: auto;
	display: block;
	margin: 0 auto 25px auto;
}
.infocont {
	margin: 0 10px 20px 10px;
}
.infosubimgs {
	overflow: hidden;
	margin: 0 10px;
}
.infosubimgs li {
	width: 88px;
	height: 88px;
	margin: 0 8px 8px 0;
	float: left;
}
.infosubimgs li a {
	width: 88px;
	height: 88px;
	display: block;
	overflow: hidden;
	position: relative;
}
.infosubimgs li:nth-child(3n){margin-right: 0;}

.sidettl {
	padding: 2px 0 4px 10px;
	margin: 0 10px 20px 10px;
	color: #fff;
	background: #b2d4c5;
}
#calendar{
	width: 280px;
	margin: 0 auto 50px auto;
	position: relative;
	border: 1px solid #cdcdcd;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: center;
	color: #6e6e6e;
	background: #f1f1f1;
	margin: 0 0 10px 0;
	padding: 3px 0 8px 0;
	width: 280px;
	border-bottom: 1px solid #cdcdcd;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#wp-calendar {
	width: 280px;
	table-layout: fixed;
	margin: 0 auto;
}
#wp-calendar th {
	text-align: center;
	font-weight: bold;
}
#wp-calendar td {
	min-height: 32px;
	veritical-align: baseline;
	text-align: center;
}
#wp-calendar td a {
	display: block;
	padding: 3px 0;
	margin: 1px;
	color: #454647;
	font-weight: bold;
	background: #d9d9d9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#wp-calendar td a:hover {
	color: #ff0000;
}
#wp-calendar tfoot tr td#prev a {
	position: absolute;
	top: 1px;
	left: 0;
	background : none;
	border-right: 1px solid #cdcdcd;
	width: 30px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#wp-calendar tfoot tr td#next a {
	position: absolute;
	top: 1px;
	right: 0px;
	background : none;
	border-left: 1px solid #cdcdcd;
	width: 30px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#wp-calendar tfoot tr td#prev:before {
	color: #6e6e6e;
	content: "\f0d9";
	font-family: FontAwesome;
	position: absolute;
	top: 6px;
	left: 14px;
}
#wp-calendar tfoot tr td#next:before {
	color: #6e6e6e;
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	top: 6px;
	right: 14px;
}

/* ページナビ */
.pagenav {
	width: 300px;
	margin: 0 auto 50px auto;
	overflow: hidden;
}
.pagenav li {
	width: 28%;
	float: left;
	margin-right: 2%;
	text-align: center;
	min-height: 1px;
}
.pagenav li.backlist {width: 40%;}
.pagenav li.next {margin-right: 0;}
.pagenav li a {
	font-size: 0.9em;
	display: block;
	background: #f3f4ec;
	padding: 12px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.pagenav li a:hover {
	background: #b2d4c5;
	color: #fff;
}

/* ページネーション */
nav.navigation h2 {display: none;}
nav.navigation,
.tablenav {
	text-align: center;
	margin: 0 auto 50px auto;
}
.nav-links,
.tablenav .page-numbers {line-height: 4;}
nav.navigation .current,
.tablenav .current {
	padding: 10px 15px;
	background: #b2d4c5;
}
nav.navigation a,
.tablenav .page-numbers {
	padding: 10px 15px;
	margin: 0 2px;
	border: 1px solid #b2d4c5;
	white-space: nowrap;
}

/* contact */
.formwrap {
	padding: 15px;
	background: #f9e9b9;
	overflow: hidden;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.formcontent {margin-bottom: 50px;}
.formcontent #footertel {margin-top: 30px;}
.formcomment {
	padding-top: 20px;
	margin-bottom: 40px;
}
.balloon {
	position: relative;
 	margin: 0 0 1.5em 0;
	padding: 15px;
	width: 240px;
	background: #fff;
	border-radius: 15px;
}
.balloon:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -45px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
}


.wpcf7-form > dl {
}
.wpcf7-form > dl > dt {}
.wpcf7-form > dl > dd {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #000;
}



/*Radio Check*/
.wpcf7-form label {
	position      : relative;
	cursor        : pointer;
	display       : inline-block;
	overflow      : hidden;
	box-sizing    : border-box;
	padding-left : calc(24px + 5px);
	line-height  : 24px;
	margin-bottom: 0.6em;
	margin-right:1.5em;
}
/** before after **/
.wpcf7-form label:before,
.wpcf7-form label:after{
	content  : '';
	position : absolute;
	box-sizing : border-box;
}
.wpcf7-form label:after{
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	border-right      : 5px solid #DD6655;
	border-bottom     : 5px solid #DD6655;
	top               : calc(50% - (((24px / 12 ) * 5) / 2));
	display           : block;
	margin-top        : calc(((24px / 12 ) * 5) * -1);
	width             : calc(((24px / 12 ) * 5));
	height            : 24px;
	z-index           : 1;
	top              : 0px;
	left           : 0px;
	margin-top       : auto;
	margin-bottom    : auto;
	left : calc((24px / 2) - (((24px / 12 ) * 5) / 2));
}
.wpcf7-form label:before {
	width    : 24px;
	height   : 24px;
	left     : 0px;
	top      : 0;
	border   : 1px solid #B3B3B3;
	z-index  : 3;
	box-sizing: border-box;
}
/** input **/
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"]{
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	margin     : 0px;
	width      : 24px;
	height     : 24px;
	box-sizing    : border-box;
	outline       : none;
	left       : calc(24px * -1);
	padding    : 0;
	display    : block;
	box-shadow : 24px 0px #FFF;
}
/** checked forcus */
.wpcf7-form input[type="checkbox"]:checked,
.wpcf7-form input[type="radio"]:checked {box-shadow : none;}
.wpcf7-form input[type="checkbox"]:checked:focus,
.wpcf7-form input[type="radio"]:checked:focus {
	opacity: 0.1;
	box-shadow : 24px 0px #666;
}
.wpcf7-form input[type="checkbox"]:focus,
.wpcf7-form input[type="radio"]:focus {box-shadow : 24px 0px #EEE;}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"]{
	margin: 0.2em;
	padding: 0.4em;
	font-size: 1.1em;
	width: 240px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fefefe;
	border: 1px solid #7f9db9;
}
.wpcf7-form textarea{
	margin: 10px 0.2em 0.2em 0.2em;
	padding: 0.4em;
	font-size: 1.1em;
	width: 240px;
	height: 8em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fefefe;
	border: 1px solid #7f9db9;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {background: #f3f4ec;}
.wpcf7-form input[type="submit"] {
	width: 141px;
	height: 37px;
	display: block;
	background: url(img/sbmt.gif) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	border: 0 none;
	margin: 30px auto 0 auto;
}
.wpcf7-form input[type="submit"]:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.red {color: #ff0000;}
.howtotel {margin-top: 1em;}
.howtotel dt {margin-bottom: 0.5em;}
.wpcf7-list-item.first {margin-top: 5px;}

#privacy {
	width: 260px;
	height: 100px;
	overflow-y: scroll;
	border: 1px solid #efefef;
	padding: 9px;
	margin: 10px 0;
	line-height: 1.6;
	background: #fff;
}
#privacy dt {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 0.9em;
}
#privacy dd {
	margin-bottom: 10px;
	font-size: 0.9em;
}

/* safety */
#safetylist {
	width: 300px;
	margin: 0 auto;
}
#safetylist li {
	margin-bottom: 30px;
}
#safetylist li strong {
	font-weight: bold;
	display: block;
	margin: 0.5em 0;
}
#safetylist li p {margin-bottom: 0.5em;}
#safetylist li a {color: #0000ff;}

/* 404 */
#searchform {text-align: center;}
#searchform input {
	padding: 5px 10px;
}
#searchform input[type="text"] {width: 155px;}