/*
Theme Name: しずとう不動産
Version: 1.0
Author: RUBBER SOUL
-------------------------------------------------------------- */

@charset "UTF-8";
/* CSS Document */

/* reset 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;
}
br  {
	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;
}

input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

ol, ul{
    list-style:none;
}

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

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* CSS Document */
* {
    line-break: strict;
}

body {
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
	font-size: 62.5%;
	color: #000;
	margin: 0;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
	line-break: strict;
	word-wrap: break-word;
    overflow-wrap: break-word;
	background-color: #fff;
	overflow: hidden;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

.min {
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}
.goth {
	font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

@font-face {
    font-family: 'chainprinter';
    src: url('font/Chainprinter-Regular.ttf') format('truetype'),
         url('font/Chainprinter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.chai {
	font-family: 'chainprinter';
}

@font-face {
    font-family: 'Korolev';
    src: url('font/Korolev_Medium.ttf') format('truetype'),
         url('font/Korolev_Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.koro {
	font-family: 'Korolev';
}



a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #999;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.clearfix {
	float: none;
	clear: both;
}

main {
    flex: 1 0 auto;
}


/*==========================================
 common
===========================================*/

/* リンク画像透過 */
a img.linkimg01 {
	background: none!important;
}
a:hover img.linkimg01 {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: none!important;
}
a img.linkimg01,
a img.linkimg01::before,
a img.linkimg01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}

a img.linkimg02 {
	background: none!important;
}
a:hover img.linkimg02 {
	opacity: 0.7;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: none!important;
}
a img.linkimg02,
a img.linkimg02::before,
a img.linkimg02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.flex {
	flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	align-items: stretch;
	-webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content: space-between;
}

.flex01 {
	flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	align-items: stretch;
	-webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content: space-between;
}
@media screen and (max-width : 834px ){
.flex01 {
	display: block;
}
}

.flex02 {
	flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	align-items: stretch;
	-webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content: space-between;
}
@media screen and (max-width : 834px ){
  .flex02 {
      -webkit-justify-content:space-around;
      -moz-justify-content:space-around;
      justify-content: space-around;
  }
}

/* animate */
.animated03,
.animated02,
.animated01,
.animated {
	opacity: 0;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}

/*==========================================
 header
===========================================*/
header.site-header {
	width: 100%;
	height: 80px;
	z-index: 5000;
    position: relative;
	background: #fff;
	display: block;
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.2);
}
@media screen and (max-width : 834px ){
header.site-header {
	height: 60px;
}
}

header.site-header.fixed {
	left: 0;
	position: fixed;
	top: 0;
}

.hd_area {
	width: 90%;
	height: 80px;
	margin: 0 auto;
	padding: 0 5px;
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width : 834px ){
.hd_area {
	width: 100%;
	height: 60px;
}
}

.head_logo {
	width: 80px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width : 834px ){
.head_logo {
	width: 60px;
	height: auto;
}
}

.head_logo img {
	width: 100%;
	height: auto;
}

.txt_logo {
	width: 188px;
	height: auto;
	position: absolute;
	top: 28px;
	left: 100px;
}
@media screen and (max-width : 834px ){
.txt_logo {
	width: 150px;
	height: auto;
	top: 20px;
	left: 70px;
}
}

.txt_logo img {
	width: 100%;
	height: auto;
}

.head_sns {
	width: 112px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 150px;
}
@media screen and (max-width : 834px ){
.head_sns {
	width: 70px;
	height: 30px;
	position: absolute;
	top: 17px;
	right: 65px;
}
}

.head_sns img {
	width: 40px;
	height: 40px;
}
@media screen and (max-width : 834px ){
.head_sns img {
	width: 30px;
	height: 30px;
}
}

/*==========================================
 footer
===========================================*/
footer {
	width: 100%;
	height: 80px;
	position: relative;
	background: #777662;
	color: #fff;
	box-sizing: border-box;
}
@media screen and (max-width : 834px ){
footer {
	width: 100%;
	height: 50px;
}
}

.ft_copy {
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
@media screen and (max-width : 834px ){
.ft_copy {
	font-size: 1.1em;
}
}

.pagetop {
	width: 38px;
	height: auto;
    display: none;
    position: fixed;
    bottom: 80px;
    right: 5%;
}
@media screen and (max-width : 834px ){
.pagetop {
	bottom: 50px;
    right: 2.5%;
}
}

.pagetop img {
	width: 100%;
	height: auto;
}

/*==========================================
 footer
===========================================*/
footer {
	width: 100%;
	height: 80px;
	position: relative;
	background: #777662;
	color: #fff;
	box-sizing: border-box;
}
@media screen and (max-width : 834px ){
footer {
	width: 100%;
	height: 50px;
}
}

.ft_copy {
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
@media screen and (max-width : 834px ){
.ft_copy {
	font-size: 1.1em;
}
}

.pagetop {
	width: 38px;
	height: auto;
    display: none;
    position: fixed;
    bottom: 80px;
    right: 5%;
}
@media screen and (max-width : 834px ){
.pagetop {
	bottom: 50px;
    right: 2.5%;
}
}

.pagetop img {
	width: 100%;
	height: auto;
}

/* -----------------------------------------------------------
	モーダルメニュー
----------------------------------------------------------- */
/*開閉用ボタン（ハンバーガーボタン）*/
.menu-btn {
	position: absolute;
	top: 8px;
	right: 60px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 101;
	/* border-radius: 50%;*/
	/* border: solid 1px #333;*/
	-webkit-transition: all 3s ease-in-out;
	transition: all .3s ease-in-out;
}
@media screen and (max-width : 834px ){
.menu-btn {
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: #fff;
}
}

.menu_txt {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 53px;
	right: 60px;
	z-index: 101;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 0.08em;
}
@media screen and (max-width : 834px ){
.menu_txt {
	top: 40px;
	right: 5px;
}
}

.menu-btn-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 1px;
	width: 60%;/* */
	background: #333;
	-webkit-transition: all 3s ease-in-out;
	transition: all .3s ease-in-out;
}
@media screen and (max-width : 834px ){
.menu-btn-line {
	top: -10px;
	width: 40%;/* */
}
}

.menu-btn-line::before,
.menu-btn-line::after {
	content: "";
	height: 1px;
	width: 100%;
	background: #333;
	position: absolute;
	left: 0;
	-webkit-transition: inherit;
	transition: inherit;
}
.menu-btn-line::before{
	top: -10px;/* */
}
.menu-btn-line::after{
	top: 10px;/* */
}
@media screen and (max-width : 834px ){
.menu-btn-line::before{
	top: -8px;/* */
}
.menu-btn-line::after{
	top: 8px;/* */
}
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}
.open .menu-btn {
	border-color: #333;
}
.open .menu-btn-line{
	background-color: transparent;
}
.open .menu-btn-line::before,
.open .menu-btn-line::after {
	top: 0;
	background: #333;
}
.open .menu-btn-line::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open .menu-btn-line::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*modal*/
.menu {
	position: fixed;
	display: flex;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	background: #777662;
}
@media screen and (max-width : 834px ){
.menu {
	width: 100%;
}
}

.mod_area {
	width: 90%;
	height: 100vh;
	margin: 0 auto;
	display: inline-block;
	position: relative;
}
@media screen and (max-width : 834px ){
.mod_area {
	width: 100%;
	display: block;
}
}

ul.cp_list {
	list-style-type: none;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	margin-left: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width : 834px ){
ul.cp_list {
	top: 55%;
}
}
@media screen and (max-width: 375px) {
ul.cp_list {
	top: 55%;
}
}

ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.5em 1.3em;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

ul.cp_list li a {
	color: #F8F5D4;
}
ul.cp_list li a:hover {
	color: #999;
    -webkit-transition: all .4s;
    transition: all .4s;
}

ul.cp_list li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #fff;
}

.mod_logo {
	width: 175px;
	height: 146px;
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (max-width : 834px ){
.mod_logo {
	top: 2.5%;
}
}
@media screen and (max-width: 375px) {
.mod_logo {
	width: 130px;
	height: 109px;
	top: 2%;
}
}

.mod_logo img {
	width: 100%;
	height: auto;
}

.batsu_box {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 70px;
}
@media screen and (max-width : 834px ){
.batsu_box {
	top: 10px;
	right: 15px;
}
}

.batsu {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
}

.batsu::before, .batsu::after { /* 共通設定 */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px; /* 棒の幅（太さ） */
	height: 30px; /* 棒の高さ */
	background: #fff;
}
 
.batsu::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
 
.batsu::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* -----------------------------------------------------------
	first view
----------------------------------------------------------- */
.top_area {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	background-image: url("images/bg_teaser01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
@media screen and (max-width : 834px ){
.top_area {
	background-position: bottom right 25%;
}
}
@media screen and (max-width : 320px ){
.top_area {
}
}

.ts_logo {
	max-width: 250px;
	width: 50%;
	position: absolute;
	top: 27.5%;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (max-width : 834px ){
.ts_logo {
	width: 50%;
	top: 7.5%;
}
}
@media screen and (max-width: 375px) {
.ts_logo {
	width: 45%;
	top: 5%;
}
}

.ts_logo img {
	width: 100%;
	height: auto;
}

.ts_txt01 {
	position: absolute;
	bottom: 15%;
	left: 5%;
	font-size: 4.0em;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	color: #fff;
}
@media screen and (max-width : 834px ){
.ts_txt01 {
	width: 260px;
	position: absolute;
	bottom: 27.5%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 3.0em;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0.2em;
}
}

.ts_txt01 span {
	color:  #ffd700;
	font-weight: bold;
}

.top_scroll {
	width: 53px;
	height: 50px;
	position: absolute;
	bottom: 4.5%;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (max-width : 834px ){
.top_scroll {
	bottom: 7%;
}
}

.top_scroll img {
	width: 100%;
	height: auto;
}

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.sec_f4 {
	width: 100%;
	padding: 70px 0;
	background: #F4F4F4;
}

.sec_fff {
	width: 100%;
	padding: 70px 0;
	background: #fff;
}

.sec_title01,
.sec_title {
	margin: 0 auto;
	text-align: center;
	font-size: 2.4em;
	letter-spacing: 0.05em;
	color: #707070;
	line-height: 1.2em;
}
@media screen and (max-width : 834px ){
.sec_title {
	font-size: 2.15em;
}
.sec_title01 {
	font-size: 2.0em;
}
}

.sec_title01 span,
.sec_title span {
	font-size: 0.585em;
}

.sec_box {
	max-width: 1100px;
	width: 100%;
	margin: 70px auto 0;
}
@media screen and (max-width : 834px ){
.sec_box {
	margin: 30px auto 0;
}
}

.sec_pic {
	max-width: 500px;
	width: 45.45%;
}
@media screen and (max-width : 834px ){
.sec_pic {
	width: 100%;
	margin: 0 auto;
}
}

.sec_pic img {
	width: 100%;
	height: auto;
}

.sec_txt {
	max-width: 561px;
	width: 51%;
}
.sec_txt_rh {
	max-width: 520px;
	width: 47.27%;
}
.sec_txt_ceo {
	max-width: 760px;
	width: 90%;
	margin: 70px auto 0;
}
@media screen and (max-width : 834px ){
.sec_txt_ceo,
.sec_txt_rh,
.sec_txt {
	width: 90%;
	margin: 20px auto 0;
}
}

.sec_txt_ceo p,
.sec_txt_rh p,
.sec_txt p {
	margin: 50px auto 0;
	font-size: 1.5em;
	line-height: 2.0em;
	letter-spacing: 0.025em;
}
@media screen and (max-width : 834px ){
.sec_txt_ceo p,
.sec_txt_rh p,
.sec_txt p {
	margin: 30px auto 0;
}
}

.sec_txt_ceo p.ceo_sign {
	text-align: right;
	margin: 0 auto;
}

.sec_head {
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
@media screen and (max-width : 834px ){
.sec_head {
	font-size: 1.8em;
}
}

.btm_box {
	text-align: center;
	margin: 50px auto 0;
}

.btm01 {
	display: inline-block;
	width: 240px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	color: #707070;
	background-color: #fff;
	position: relative;
	border: 1px solid #707070;
	transition: color 0.5s ease;
	border-radius: 20px;
	overflow: hidden;
	font-size: 1.7em;
}
.btm01:hover {
	color: #fff;
}
.btm01:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
.btm01::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #777662;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s ease;
	transition-property: transform;
}
.bt_text {
	position: relative;
}

/* -----------------------------------------------------------
	section00
----------------------------------------------------------- */
.sec00 {
	width: 100%;
	padding: 70px 0 100px;
}
@media screen and (max-width : 834px ){
.sec00 {
	padding: 50px 0 70px;
}
}

.sec00_head {
	font-size: 2.1em;
	font-weight: bold;
	letter-spacing: 0.075em;
	text-align: center;
} 
@media screen and (max-width : 834px ){
.sec00_head {
	font-size: 1.8em;
} 
}

.sec00_pic01 {
	width: 100%;
	height: 400px;
	margin: 40px auto 0;
	background-image: url("images/sec00_pic01.jpg");
	background-size: cover;
	background-position: center center;
}
@media screen and (max-width : 834px ){
.sec00_pic01 {
	width: 100%;
	height: 250px;
	margin: 30px auto 0;
}
}

.sec00 p {
	max-width: 580px;
	width: 90%;
	margin: 70px auto 0;
	font-size: 1.6em;
	line-height: 2.1em;
	letter-spacing: 0.05em;
}
@media screen and (max-width : 834px ){
.sec00 p {
	margin: 30px auto 0;
	font-size: 1.5em;
}
}

.sec00 p span {
	font-weight: bold;
}

/* -----------------------------------------------------------
	section12 Company Profile
----------------------------------------------------------- */
.com_box {
	max-width: 800px;
	width: 90%;
	margin: 70px auto 0;
}
@media screen and (max-width : 834px ){
.com_box {
	margin: 30px auto 0;
}
}

.com_box dl {
	width: 100%;
	margin: 0 auto;
	letter-spacing: 0.075em;
	line-height: 3.0em;
}

.com_box dl dt {
	padding: 20px 0 0;
	border-top: 1px solid #707070;
	font-size: 1.7em;
}

.com_box dl dd {
	padding: 10px 0 20px 1.0em;
	font-size: 1.5em;
}

.com_box dl dd:last-child {
	border-bottom: 1px solid #707070;
}

/* -----------------------------------------------------------
	contact
----------------------------------------------------------- */
/* iOSでのデフォルトスタイルをリセット */
input[type="search"],
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="search"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="search"]::focus,
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.contact_box {
	max-width: 800px;
	width: 90%;
	margin: 70px auto 0;
}
@media screen and (max-width : 834px ){
.contact_box {
	margin: 30px auto 0;
}
}

table.contust {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

table.contust th {
	width: 100%;
	padding: 15px 0 0 5px;
	vertical-align: middle;
	border-bottom: none;
	font-size: 1.7em;
	letter-spacing: 0.075em;
	box-sizing: border-box;
}

table.contust td {
	padding: 10px 0 15px 5px;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 1.3em;
}

table.contust td.mess {
	padding: 10px 0 15px 5px;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 1.35em;
}

table.contust,
table.contust tbody,
table.contust thead,
table.contust tr,
table.contust td {
	display: block;
}

table.contust th {
	width: auto;
}

/*送信ボタン　デフォルトのスタイルを無効化する*/
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


input[type="date"],
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"] {
	width: 100%;
    padding: 1.0em 0.5em;
	font-size: 1.3em;
    outline: none;
    border: none;
	border-radius: 5px;
	box-sizing: border-box;
}

textarea {
	width: 100%;
	font-size: 1.35em !important;
	padding: 1.0em 0.5em;
	outline: none;
    border: none;
	border-radius: 5px;
	box-sizing: border-box;
}

input[type="checkbox"] {
	padding: 1em;
	outline: none;
    border: 1px solid #a8acb0;
}

input.wpcf7-submit {
	width: 240px;
	height: 40px;
	margin: 30px auto 0;
	line-height: 40px;
	font-size: 1.7em;
	letter-spacing: 0.1em;
	text-align: center;
	background: #fff;
	position: relative;
	font-weight: bold;
	cursor: pointer;
	color: #707070;
	border: 1px solid #707070;
	border-radius: 20px;
}

input.wpcf7-previous:hover,
input.wpcf7-submit:hover {
	background: #777662;
	color: #fff;
	-webkit-transition: all .7s;
    transition: all .7s;
}

.submit-btn {
	width: 100%;
	margin: 0 auto !important;
    text-align: center !important;
}

div.wpcf7 .wpcf7-spinner {
    display: block !important;
	margin: 20px auto 0 !important;
}

/* メッセージ */
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
	font-size: 1.5em;
}

.wpcf7-not-valid-tip {
	width: 50%;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #7E7E7E;
    color: #fff !important;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px 10px;
    position: relative;
}
@media screen and (max-width : 834px ){
.wpcf7-not-valid-tip {
	width: 80%;
}
}

.wpcf7-not-valid-tip::before{
    content: "";
    border: 10px solid transparent;
    border-bottom: 15px solid #7E7E7E;
    position: absolute;
    top: -25px;
    left: 5%;
}

p.recaptchaPolicy {
	width: 100%;
	margin: 30px auto 0;
	font-size: 1.0em;
	text-align: center;
}

.grecaptcha-badge {
	visibility: hidden;
}



.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}
@media screen and (max-width : 834px ){
.mt50 {
	margin-top: 30px !important;
}
}

.mt70 {
	margin-top: 70px !important;
}
@media screen and (max-width : 834px ){
.mt70 {
	margin-top: 50px !important;
}
}

.mt100 {
	margin-top: 100px !important; 
}
@media screen and (max-width : 834px ){
.mt100 {
	margin-top: 50px !important; 
}
}

.mb50 {
	margin-bottom: 50px !important;
}
@media screen and (max-width : 834px ){
.mb50 {
	margin-bottom: 30px !important;
}
}

#investment,
#tophead,
#realestate,
#brokerage,
#property,
#maintenance,
#suburban,
#sakasama,
#vacation,
#junk,
#morachin,
#consul,
#message,
#company,
#contact {
	margin-top: -80px;
	padding-top: 80px;
}

/****************************************************************************************************** Media Queries */
.for-pc { display:block; }
.for-sp { display:none; }
.for-smart { display:none; }

@media screen and (max-width : 834px ){
.for-pc { display:none; }
.for-sp { display:block; }
.for-smart { display:none; }

/* animate */
.animated02,
.animated01,
.animated {
	opacity: 0;
}

#investment,
#tophead,
#realestate,
#brokerage,
#property,
#maintenance,
#suburban,
#sakasama,
#vacation,
#junk,
#morachin,
#consul,
#message,
#company,
#contact {
	margin-top: -60px;
	padding-top: 60px;
}



}/**********************************************************************************834px  Media Queries   end */


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

.for-smart { display:block; }


}/**********************************************************************************568px  Media Queries   end */


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






}/**********************************************************************************375px  Media Queries   end */

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









}/**********************************************************************************320px  Media Queries   end */




