/*!
Theme Name: onze_confiance
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: onze_confiance
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

onze_confiance is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap:wrap;
}

.single-news .post-thumbnail{
	display:none;
}

.single-news iframe{
	max-width:100%;
	height:auto;
	aspect-ratio:16 / 9;
}

.btn.outline:hover {
    background: var(--color-text-primary);
    color: var(--color-white);
}

.btn.outline-inverse:hover {
    background: rgba(0, 0, 0, 0.6);
}

.brand-item .url{
margin: 10px auto 0;
text-align: center;
}

.brand-item .url span{
padding: 3px 20px;
background: #000000;
color: #FFFFFF;
text-align: center;
font-size:14px;
}

.property-price .number{
		font-size:32px !important;
	}

.c-property-post-thumbs {
	position:relative;
}

.property-post-item .c-property-image .property-post-item-swiper .swiper-slide {
aspect-ratio: 1.2 / 1 !important;
}

/*ヘッダー追従*/
.global-header {
	width:100% !important;
	position:fixed !important;
	z-index:9999;
	background:#FFFFFF;
	top:0;
	transition: background-image 0.5s ease-in-out;
}

.admin-bar .global-header, .admin-bar .global-header.skeleton{
	top:32px !important;
}

.page-header{
	margin-top:80px;
}

.global-header.skeleton.scroll{
	background:#000000 !important;
}

.global-header .global-header-content{
	margin:0 auto;
	width:100%;
}


.global-header .header-function-list {
	margin-right:100px;
}

.global-header .header-phone{
	position: absolute;
    right: 112px;
    top: 0;
}

.global-header .header-phone .inquiry-btn {
    width: 112px;
    aspect-ratio: 1 / 1;
    background: #547bb3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--spacing-30);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
	text-decoration:none;
	color:#FFFFFF;
}

.global-header .header-inquiry .inquiry-btn:hover {
background: #00204e;	
}

.global-header .header-phone .inquiry-btn:hover {
background: #3361a5;	
}

.global-header .header-phone .inquiry-btn .icon {
    width: 24px;
    height: 24px;
    fill: var(--color-white);
}

.global-header .header-phone .inquiry-btn .label {
    font-size: 0.75rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 100%;
}


.l-hero .c-hero-cta .btn:hover {
	background:#000000;
}

.property-thumb-main.no-image, .property-thumb-sub.no-image{
	background:#CCCCCC;
}

.detail_add .col_1{
max-width: 800px;
margin-bottom: 40px;
}

.detail_add .col_2{
margin-bottom: 40px;
}

.detail_add .col_2 div{
width:48%;
}

.detail_add .col_2 .w60{
width:52.5%;
}

.detail_add .col_2 .w40{
width:42%;
}

.site .c-breadcrumbs{
	margin:120px auto 0;
	max-width:1280px;
	width:90%;
}

/*** message ***/

.greeting{
	background:url("assets/images/greeting_bg.jpg") center top no-repeat;
	background-size:cover;
}

.greeting-container{
	background:url("assets/images/greeting_cat.png") center bottom no-repeat;
	background-size:100% auto;
	padding-bottom:32vw;
}

.greeting .message h2{
	border-bottom:none;
	text-align:center;
}

.greeting .message h2:after{
	border-bottom:none;
}

.greeting .message p{
	text-align:center;
	margin:0;
	padding:0;
	line-height:1.8;
}

.greeting .message .sign{
	margin-top:50px;
	float:right;
}


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

/*** message ***/

.greeting .message h2{
	text-align:left;
}

.greeting .message p{
	text-align:left;
}

}

@media screen and (max-width: 768px) {
.page-header {
margin-top: 55px;
	}
	
.admin-bar .global-header {
	top:46px;
}
	
.property-price .number{
font-size:20px !important;
	}
	
.global-header .header-function-list {
	margin-right:0;
}
	
.site .c-breadcrumbs{
	margin:50px auto 0;
}
	
	.sp_contact{
		position:absolute;
		top:3px;
		right:65px;
	}
	
/*** message ***/

.greeting .message h2{
font-size:20px;
}

.greeting .message p br{
display:none;
}
}

@media screen and (max-width: 580px) {
.site .c-breadcrumbs{
	display:none;
	}
	
.detail_add .col_2 div{
width:100%;
}
}
