@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;
	font-family:"Yu Gothic" , "YuGothic" ,  "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
	/*font-family: Lato, "Noto Sans JP","Yu Gothic Medium", YuGothic,"Hiragino Kaku Gothic ProN", Meiryo,"MS PGothic", sans-serif;*/
	/*font-family: YuMincho, "Yu Mincho","Hiragino Mincho ProN W3", HiraMinProN-W3, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, "Times New Roman", serif;*/
}
 
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: #20a8af;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 10px;
	letter-spacing: 0.2em;
	border: 1px solid #20a8af;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

	/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #26CCD5;
	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: #20a8af;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 10px;
	letter-spacing: 0.2em;
	border: 1px solid #20a8af;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

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

	
}