@charset "utf-8";
/*
Theme Name: theme
Author: Rin Design
Author URI: https://www.rin-design.co.jp
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
	quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
input, textarea{
	margin: 0;
	padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
	outline:none;
}
 
.clear:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
* html .clear {
	height: 1px;
}
 
.both{
	clear:both;
}

ul.estate-list {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}

ul.estate-list li {
    display: inline-block;
    width: 28.6%;
    vertical-align: top;
    margin: 0 6.6% 40px 0;
    font-weight: 500;
}

img {
    max-width: 100%;
    height: auto;
}

ul.estate-list li:nth-child(3n) {
    margin-right: 0;
}

/*メールフォーム*/

table {
	margin: 0 auto;
}
	
table.contact-table th {
    text-align: left;
    font-weight: normal;
    padding: 7px;
    padding-right: 30px;
}

table.contact-table submit {
    text-align: center;
    font-weight: normal;
    padding: 7px;
    padding-right: 30px;
}

	
table.contact-table {
    font-size: 14px;
}
table.contact-table th span {
    color: #f00;
    padding-left: 10px;
}

tr.border-top-bottom th,tr.border-top-bottom td {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 12px 0;
	vertical-align: top;
}

table.contact-table {
    width: 60%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 80%;
}

.center {
	text-align:center;
}

	/* 送信ボタン */
input.sub-btn {
	width: 120px;
	height: 40px;
	background: #0075a9;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 10px;
	letter-spacing: 0.2em;
	border: 1px solid #0075a9;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

	/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #0089C6;
	color: #FFF;  
}
	
/*メールフォーム*/


@media screen and (max-width: 768px) {
	
ul.estate-list li {
display: inline-block;
width: 100%;
vertical-align: top;
margin: 0 6.6% 40px 0;
font-weight: 500;
}

img {
    width: 100%;
    display: block;
	margin: 0 auto;
}
	

/*メールフォーム*/

table {
	margin: auto;
}
	
table.contact-table th, table.contact-table td {
text-align: left;
font-weight: normal;
padding: 7px;
padding-right: 30px;
vertical-align: top;
border-bottom: none;
display: block;
width: 100%;
}

table.contact-table submit {
    text-align: center;
    font-weight: normal;
    padding: 7px;
    padding-right: 30px;
}

	
table.contact-table {
    font-size: 14px;
    vertical-align: top;
}
table.contact-table th span {
    color: #f00;
    padding-left: 10px;
}

tr.border-top-bottom th,tr.border-top-bottom td {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    padding: 12px 0;
}

table.contact-table {
    width: 60%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 80%;
}

.center {
	text-align:center;
}

	/* 送信ボタン */
input.sub-btn {
	width: 120px;
	height: 40px;
	background: #0075a9;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 10px;
	letter-spacing: 0.2em;
	border: 1px solid #0075a9;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

	/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #0089C6;
	color: #FFF;  
}
	
/*メールフォーム*/

	
}

main {
    padding: 120px 0;
}

table.contact-table {
    margin: 0 auto;
}

input {
    padding: 7px;
    font-size: 16px;
}
section.single-contents {
    max-width: 1000px;
    margin: 0 auto;
    border: 6px solid #c7c7c77a;
    background: #fff;
    padding: 20px 3%;
    margin-top: 50px;
}

section.single-contents h2 {
    font-size: 22px;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 10px;
}

p.single-time {
    font-size: 14px;
    opacity: 0.6;
}

.wp-pagenavi {/* 全体 */
    margin: 20px 0;
    font-size: 12px;
}
.wp-pagenavi a {/* フォント色 */
    color: #4a4a4a;
}
.pages {/* 左の表記 */
    margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 1px #eee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}
.wp-pagenavi .current {/* カレント数字 */
    border: none;
    background: #87e6e9;
    color: #fff;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
    background: #87e6e9;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    display: none;
}
.link {
    text-align: center;
    padding: 20px 0 0;
}

.link p {
    display: inline-block;
}

.link a {
    border-radius: 4px;
    display: block;
    padding: 5px 10px;
    background: #062244;
    font-size: 14px;
}

.link a:hover {
    background: #e5b93d;
}

p.link1 a:before {content: "«";margin: 5px;}

p.link2 a:after {content: "»";margin: 5px;}
p.thumbnail {
    margin-bottom: 20px;
    margin-top: 10px;
}

p.thumbnail img {
    width: 100%;
    height: auto;
}