@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/********************font********************/
/* @font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans Japanese Regular'), local('NotoSansJapanese-Regular'),
       url('https://bb.hople.co.jp/wp-content/themes/sango-theme-child/fonts/noto-sans-jp-v23-japanese_latin-regular.woff2') format('woff2');
} */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('https://bb.hople.co.jp/wp-content/themes/sango-theme-child/fonts/Montserrat-Regular.ttf') format('truetype');
}
/********************全体,トップページ,カラム********************/
body {
	font-family: 'Montserrat', 'Quicksand', sans-serif!important;
	color: #444;
	font-size: 14px!important;
}
.dfont {
	font-family: 'Montserrat', sans-serif!important;
}
#container {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}
#content {
    flex-grow: 1;
}
.entry-content p {
	margin: 0;
}
/*トップページと記事ページの最大幅を揃える*/
@media screen and (min-width: 1240px) {
.wrap, .single .wrap, .page .wrap, .archive .wrap, .single #inner-content, .page #inner-content {
	max-width: 1000px;
}}
/*タイトル調整*/
#logo a {
	letter-spacing: 2px;
	pointer-events: none;
	font-weight: 400;
}
/*1カラム記事幅調整*/
@media screen and (min-width: 768px){
.one-column #main {
    float: none;
    max-width: 1000px;
	}}
@media screen and (min-width: 768px){
.header--center .desktop-nav li a {
    font-weight: normal;
}}
/*見出し調整*/
.entry-content h1 {
	text-align: center;
}
/*TELリンク*/
@media screen and (min-width: 1024px) {
a[href^="tel:"] {
    pointer-events: none;
	color: #444;
}}
/*改行*/
@media screen and (max-width: 425px){
br.pc {
    display: none;
}}
/*404カスタマイズ*/
.error404 #main {
	float: none;
	width: 100%;
	padding-right: 0;
}
.error404 .nofound-img img {
	margin: 0 auto;
	display: block;
	pointer-events:none;
	width: auto;
}
.notfound {
	margin-right: 0;
}
.nofound-title:before {
	display: none;
}
.illust-copyright {
	font-size: 12px;
}

/*コピーライト*/
.copyright{
	display: block;
	opacity: 1;
}
#footer-menu {
	padding: 20px 0;
}
.footer p {
	margin: 0 auto;
}

/********************テーブル全体********************/
/*横の行とテーブル全体*/
.entry-content table, .entry-content .property tr, .entry-content .inquiry tr {
	table-layout: fixed;
	border:solid 1px #d7d7d7;	
}
.property th, .property td {
	padding-left:15px;	
}
/*見出し欄*/
.property th, .inquiry th {
	text-align: left;
	line-height: 3;
	color: #444;	
	width: 30%;
	background-color: #f7f7f7;
	border:solid 1px #d7d7d7;
}
.inquiry #calendar th {
	text-align: center;
}
/*通常欄*/
.property td, .inquiry td {
	width: 70%;
	border: solid 1px #d7d7d7;	
}
@media screen and (max-width:425px){
.property th, .property td, .inquiry th, .inquiry td {
	display: block;
	width: 100%;
	line-height: 2.2;
	border-top: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.property tr:first-child th, .inquiry tr:first-child th{
	border-top: 1px solid #d7d7d7;
	}
.inquiry #calendar th, .inquiry #calendar td {
	display: table-cell;
	line-height: 120%;
	}
}
/********************物件概要********************/
/*取引状況*/
span.app-off {
	color: #009ef3;
}
span.app-off:before {
	content: "\f058";
    font-family: "Font Awesome 5 Free";
	font-weight: 500;
	padding-right: 5px;
}
span.app-on {
	color: #fa8334;
}
span.app-on:before {
	content: "\f05e";
    font-family: "Font Awesome 5 Free";
	font-weight: 700;
	padding-right: 5px;
}
/*価格改定*/
span.discount {
	padding-left: 10px;
}
span.discount:before {
	content: "/";
	padding-right: 10px;
} 
span.discount span {
	padding-left: 5px;	
	color: #f44336;
}
span.discount i {
	padding-left: 3px;
}
/********************カレンダー調整********************/
.fc-prev-button::after, .fc-next-button::before{
	content: attr(title);
}
.fc-col-header-cell{
	background: #d3d3d3;
}
.fc-daygrid-day{
	background: #fff;
}
.fc-col-header-cell.fc-day-sat,
.fc-day-sat .fc-daygrid-day-number {
	color: #009EF3;
}
.fc-col-header-cell.fc-day-sun,
.fc-day-sun .fc-daygrid-day-number {
	color: #FF4242;
}
.fc-col-header-cell-cushion, .fc-daygrid-day-number, .fc-event{
	pointer-events: none;
	color: inherit;
	text-decoration: none;
}
.entry-content #calendar td,
.entry-content #calendar th {
	padding: 0;
}
.entry-content #calendar table {
	margin: 0;
}
#calendar {
	font-size: 12px;
	line-height: 95%;
}
#calendar,
.fc-header-toolbar,
.fc-view-harness,
.fc-col-header, .fc-daygrid-body, .fc-scrollgrid-sync-table{
	width: 100%;
	max-width: 660px;
	height: 100%;
}
.fc .fc-toolbar.fc-header-toolbar {
	margin-bottom: 0;
}
.fc-theme-standard .fc-scrollgrid {
	border: none;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 0;
}
.fc-daygrid-dot-event .fc-event-title {
	font-weight: 400;
}
.my-nairan.fc-daygrid-block-event{
	border-color: #9e9e9e;
	background-color: #9e9e9e;
}
.my-nairan .fc-daygrid-event-dot {
	border-color: #009ef3;
}
@media screen and (max-width:425px){
#calendar {
	font-size: 10px;
}
.fc-daygrid-event-dot {
	margin: 0 1px 0 0;
}}
/********************お問い合わせフォーム********************/
/* 必須任意 */	
.haveto, .any {	
	font-size:10px;
	font-weight: 400;
	padding: 4px;
	color: #fff;
	border-radius: 2px;
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}
/*必須*/
.haveto{
	background: #009ef3;
}
/*任意*/
.any{
	background: #9e9e9e;
}
/*注意書き*/
.attention {
	color: #fa8334;
}
/*input上書き*/
input[type="text"],input[type="password"],
input[type="datetime"],input[type="date"],
input[type="month"],input[type="time"],
input[type="week"],input[type="number"],
input[type="email"],input[type="url"],
input[type="tel"],input[type="color"],
select,textarea,.field {
	color: #111;
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 380px;
}
@media screen and (min-width: 768px){
input[type="text"],input[type="password"],
input[type="datetime"],input[type="date"],
input[type="month"],input[type="time"],
input[type="week"],input[type="number"],
input[type="email"],input[type="url"],
input[type="tel"],input[type="color"],
select,textarea,.field {
	width: auto;
	}}
/*選択項目の編集*/
td.tantou p {
	margin: 0;
}
td.tantou input[type="file"]{
	margin: 10px 0 0;
}
td.contact p {
	margin: 0;
}
.date-time input[type="date"]{
	min-width: 150px;
}
.date-time input[type="text"], .date-time input[type="date"], .date-time-number input[type="number"] {
	display: inline-block;
	height: 38px;
	max-width: 226px;
}
.kekka select {
	border: 1px solid #eff1f5;
	border-radius: 3px;
	width: 100%;
}
span.nairan-kekka input[type="text"],
span.nairan-kekka input[type="date"],
span.nairan-kekka input[type="number"],
span.nairan-kekka textarea,
span.nairan-kekka select {
	margin-top: 0;
	margin-bottom: 10px;
}
span.nairan-kekka input[type="radio"]{
	margin-bottom: 15px;
}
.date-time-number input[type="number"] {
	max-width: 100px;
}
.input-email{
	font-size: 1.6em!important;
	font-weight: bold;
	line-height: 1!important;
	max-width: 100%!important;
}
@media screen and (max-width: 768px){
.input-email{
	font-size: 1.3em!important;
	line-height: 1.3!important;
}}
@media screen and (max-width: 425px){
.input-email{
	font-size: 1.1em!important;
	line-height: 1.5!important;
}}
/*初期アラート画面の非表示*/
.screen-reader-response {
  display: none;
}
.wpcf7-mail-sent-ok{
    display:none!important;
}
/*エラーアラートの出力*/
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-acceptance-missing {
  margin: 10px 0 12.5px 0;
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  padding: 10px 15px;
}
/*サクセスアラートの出力*/
.wpcf7-response-output.wpcf7-mail-sent-ok {
  margin: 10px 0 12.5px 0;
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
  padding: 10px 15px;
}
/*完了アラート*/
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output,
.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-acceptance-missing,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output
{
	border: 0;
	padding: 0;
}
/*位置微調整*/
.wpcf7-not-valid-tip {
	margin: -7px 0 0;
	font-size: 12px;
}
span.nairan-kekka .wpcf7-not-valid-tip {
	margin: -12px 0 10px;
}
/*確認状態*/
form.wpcf7-form{
	margin-top: -65px;
	padding-top: 50px;
}
.wpcf7c-conf ,input.wpcf7c-conf {
	background-color: #f8f8f8;
	color: #999;
	border: 0;
	pointer-events: none;
}
input.wpcf7c-conf::placeholder {
	color: transparent;
}
input.guidance {
	display: none;
}
input.guidance.wpcf7c-conf {
	display: block;
	width: 100%;
	background: transparent;
	line-height: 3;
	text-align: center;
}
input.guidance.wpcf7c-conf::placeholder {
	font-size: 26px!important;
	color: #fa8334;
}
/*同意事項リストの調整*/
.list-raw ul li {
	font-size: 13px;
	padding: 1px 0;
}
/*送信ボタンのデザイン変更*/
.raised {
	padding: 0.75em 1.3em;
}
div.sendbutton input[type="submit"], div.sendbutton input[type="button"], .contactbutton {
	margin: 0 auto;
    display: block;
	width: 100%;
    border: 0;
}
div.sendbutton input[type="button"] {
	color: #9e9e9e;
	background-color: #fff;
	border: solid 1px #9e9e9e;
}
@media screen and (min-width: 768px){
div.sendbutton input[type="submit"], div.sendbutton input[type="button"], .contactbutton {
	width: 425px;
}}
/* FALLING */
@-webkit-keyframes falling {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
}
@keyframes falling {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
}
.faa-falling.animated,
.faa-falling.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-falling {
  -webkit-animation: falling 1.75s linear infinite;
  animation: falling 1.75s linear infinite;
}