@charset "utf-8";
/*
Theme Name: SheepOcean Child
Theme URI: http://www.greensheep.co.jp/fudo-plugin
Description: 実際に不動産業を営むクライアントからの意見を元に作成したテーマとなります。単なるデザインテーマとしてではなく「不動産検索付きCMS」としてWebサイト運用を可能とするために下記のポイントに留意し作成しました。・ユーザーにアピールしやすい「反響」を得やすいレイアウト・HTMLの知識がなくても殆どの画面要素を管理画面から更新可能・「新着情報」「スタッフブログ」「不動産用語集」など主要コンテンツを初期実装詳細なご説明書もご用意しました。当デモサイトの内容とボタンひとつで一致させることができるXMLファイルもお付けしております。自社サイトのリニューアルのみならず、エリアや沿線、物件種別を絞ったサテライトサイトの構築をご検討のお客さま、ぜひ当テーマをご利用くださいませ。賃貸・売買共にご利用いただけます。
Version: 1.4
Template: gs-ocean
Author: yd
Author URI: https://yd-lab.herokuapp.com
Tags: 不動産プラグイン専用テーマ

  シープオーシャン@GreenSheep
  http://www.greensheep.co.jp/fudo-plugin

  The CSS, XHTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-license.php
*/

.lab-width-100 {
  width: 100%;
}
.lab-emph {
  color: #f1666f;
}

div.lab-contents-title01 {
  width: 100%;
  font-size: 1.5em;
  font-weight: 600;
  color: #315679;
  border-bottom: 1px solid #315679;
  margin-bottom: 20px;
}

ul.lab-contents-list01 li {
  font-size: 1.3em;
  font-weight: 600;
  color: #315679;
  margin-bottom: -3px;
}

div.lab-contents-box01 {
  border: 2px dotted #315679;
  font-size: 1.3em;
  font-weight: 600;
  color: #315679;
  text-align: center;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
}

img.lab-table-img {
  width: 100%;
  margin-top: 20px;
}
div.lab-table-note {
  font-size: 0.9em;
  margin-top: 10px;
  margin-left: 30px;
}

div.lab-card01 {
  width: 100%;
}
div.lab-card01 div.lab-title {
  font-size: 1.5em;
  font-weight: 600;
  padding: 20px 30px;
  color: #ffffff;
  background: #7495ac;
  text-align: center;
  margin-bottom: 20px;
}

div.lab-card02 {
  border: 5px solid #7495ac;
  width: 100%;
  padding: 20px;
}
div.lab-card02 div.lab-title {
  font-size: 2.5em;
  font-weight: 600;
  color: #7495ac;
  text-align: center;
  border-bottom: 4px solid #7495ac;
  padding: 0;
  margin-bottom: 20px;
}
div.lab-card02 div.lab-body {
  font-size: 1.2em;
  font-weight: 600;
  color: #7495ac;
  line-height: 1.4em;
}
div.lab-card02-sub {
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  color: #315679;
  margin-top: 30px;
}

div.lab-question-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #7495ac;
}
div.lab-question-title span {
  color: #ffffff;
  background: #7495ac;
  padding: 0 10px;
  border-radius: 50%;
  margin-right: 20px;
}
div.lab-question-body {
  border: 2px dotted #315679;
  width: 100%;
  margin: 20px 0;
  padding: 20px;
}

/** widget */
div.lab-widget-card01 {
  width: 100%;
  padding: 20px 30px;
  color: #ffffff;
  background: #7495ac;
  border: 5px solid #8da6b9;
  text-align: center;
}
div.lab-widget-card01 img {
  position: relative;
  width: 20px;
  height: 20px;
  bottom: 13px;
  right: 5px;
}
div.lab-widget-card01 div.lab-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 20px;
}
div.lab-widget-card01 a {
  color: #ffffff;
}
div.lab-widget-card01 a:hover {
  text-decoration: none;
}

div.lab-ask-tel {
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
div.lab-ask-tel span.lab-span-wrap {
  border-bottom: 2px dotted #000000;
}

/* contact */
.lab-contact-form {
	width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
.lab-contact-form td.lab-title {
  color: #ffffff;
  background: #7495ac;
  font-size: 1.2em;
  font-weight: 600;
  text-align: left;
  padding: 8px;
}
.lab-contact-form input, textarea.consultation {
  border: none;
  padding: 12px;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
input[type="text"] {
  padding: 12px !important;
}
input[type="radio"] {
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  width: 23px !important;
  height: 16px !important;
  position: relative;
  top: 3px;
}
input.lab-text-direction {
  width: 200px;
  height: 30px;
  border: 1px solid #000000;
}
.lab-requied {
	font-size: 0.8em;
	color: red;
	display: inline-block;
	padding: 0.3em 0.3em 0.2em;
}
.wpcf7-submit {
	background: #315679;
	padding: 9px 40px;
	border-style: none;
  color: #ffffff;
  font-size: 1.2em;
}
.wpcf7-submit:hover {
	background: #63829b;
	cursor: pointer;
}
div.lab-privacy-policy {
	border: solid 1px #315679;
	height: 220px;
	margin: 30px 0;
	padding: 30px;
	text-align: left;
	overflow:auto;
}
div.lab-privacy-policy p.lab-title {
	margin: 10px 0;
	padding: 0;
	font-size: 1.1em;
}
div.lab-privacy-policy span.lab-body {
	font-size: 0.9em;
}

/****************************************
 override
****************************************/
.textwidget {
  margin: 0;
  padding: 15px;
  border: none;
  width: 100%;
}

div.widget_recent_entries, 
div.widget_lab_information {
  margin: 20px 0;
}
div.widget_recent_entries h3,
div.widget_lab_information h3 {
  font-size: 1.2em;
}
div.widget_recent_entries ul li a,
div.widget_lab_information ul li a {
  text-decoration: underline;
}
div.widget_recent_entries ul li a:hover,
div.widget_lab_information ul li a:hover {
  color: #000000;
}
section.flex-wrap > article.lead-content > figure > a > h3 {
  background: rgba(0,0,0,0.4);
}
.lead-content figure img {
  filter: brightness(100%) !important;
}

/****************************************
 widget
****************************************/
div.widget_custom_html > h3 {
  font-size: 2.5rem;
  background: #e1e9f6;
}

/****************************************
 media settings
****************************************/

/** pc, tablet */
@media screen and ( min-width: 640px ) {

  /* contact */
	.lab-contact-form th, .lab-contact-form td {
		padding: 0;
		border: solid 1px #315679;
	}
	.lab-contact-form td {
    vertical-align: middle;
    text-align: left;
  }
  .lab-contact-form td.memo {
    font-size: 0.9em;
    border-left: none;
  }
	.lab-contact-form th {
		width: 150px;
		background: #ecedee;
    font-size: 1.1em;
    font-weight:500;
    text-align: left;
    vertical-align: top;
    padding-left: 8px;
		padding-top: 8px;
	}
}

/** pc */
@media screen and ( min-width: 1024px ) {
}

/** tablet */
@media screen and ( max-width: 1024px ) {
}

/** mobile */
@media screen and ( max-width: 640px ) {

	/* contact */
	.lab-contact-form th {
		width: 100%;
		display: block;
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
	}
	.lab-contact-form td {
		width: 100%;
		display: block;
    font-size: 0.9em;
    font-weight: 500;
    text-align: left;
	}
  .lab-contact-form input, textarea.consultation {
    border: 1px solid #000000;
  }
}