@charset "UTF-8";

/*
Theme Name: demo
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6
Version: 4.3.19
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
@import url('./layout.css');


/* Variables */
:root {
	/* Font Family */
	--global--font-normal: "Zen Kaku Gothic New", serif;

	/* size */
	--global--header-height: 8rem;	
    --header--menu--line: 4rem;
	--global--inner-width: 90rem;

	/* Colors */
	--global--color-black: #000000;
	--global--color-dark-gray: #28303d;
	--global--color-gray: #39414d;
	--global--color-light-gray: #cccccc;
	--global--color-white: #ffffff;
	--global--color-white-50: rgba(255, 255, 255, 0.5);
	--global--color-white-75: rgba(255, 255, 255, 0.75);
	--global--color-white-90: rgba(255, 255, 255, 0.9);
}

.c-white{ color: var(--global--color-white); }


/* ---------- Common --------------------------------------------------------------------------------------------------------- */

html,body{ font-family: var(--global--font-normal); overflow-x: hidden; }

.color-white,
.color-white *{ color: var(--global--color-white); }

.color-black,
.color-black *{ color: var(--global--color-black); }

.inner{
	max-width: var(--global--inner-width);
	margin: 0 auto;
}
.spacer{
	padding: 5rem 0;
}
section{
	overflow: hidden;
	position: relative;
}
.bg-texture-01{
	background: url('./assets/images/front/bg_texture_01.jpg') no-repeat 50% 50% / cover;
}
.bg-texture-02{
	background: url('./img/topvsh1.png') no-repeat 50% 50% / cover;
}
.bg-color-gray{
	background-color: var(--global--color-light-gray);
}
a.scale{
	transform: scale(1, 1);
}
a.scale:{
	transform: scale(1.2, 1.2);
}
.title{
	text-align: center;
	font-size: 3rem;
	font-weight: 400;
	margin-bottom: 3rem;
}
.title span{
	display: block;
	line-height: 1;
}
.main-contents{
	padding-top: var(--global--header-height);
}

.ti1{text-align: center;font-size: 20px;font-weight: 400;margin-bottom: 3rem;}

.ti2{text-align: center;font-size: 10px;font-weight: 400;margin-bottom: 3rem;}

.sh1{align-items: center;}




/* ---------- Humberger --------------------------------------------------------------------------------------------------------- */

.humberger-menu{
	z-index: 10002 !important;
	padding: 0;
	width: var(--global--header-height);
	height: var(--global--header-height);
	position: fixed;
    top: 0;
    right: 0;
}
.humberger-menu .menu-trigger,
.humberger-menu .menu-trigger span{ display: inline-block; transition: all .4s; box-sizing: border-box; }
.humberger-menu .menu-trigger{ position: relative; width: var(--global--header-height); height: var(--global--header-height); }
.humberger-menu .menu-trigger span { position: absolute; left: calc(50% - calc(var(--header--menu--line) / 2)); width: var(--header--menu--line); height: .2rem; background: var(--global--color-black); }
.humberger-menu .menu-trigger span:nth-of-type(1) { top: 35%; }
.humberger-menu .menu-trigger span:nth-of-type(2) { top: 50%; }
.humberger-menu .menu-trigger span:nth-of-type(3) { top: 65%; }
.humberger-menu .menu-trigger.active span{ background-color: var(--global--color-white); }
.humberger-menu .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	        transform: translateY(8px) rotate(-45deg);
	              top: 33%;
}
.humberger-menu .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.humberger-menu .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	        transform: translateY(-6px) rotate(45deg);
	              top: 52%;
}
.humberger-menu .menu-trigger.active span:nth-of-type(1) { top: 34%; }
.humberger-menu .menu-trigger.active span:nth-of-type(2) { top: 60%; }





/* ---------- Header --------------------------------------------------------------------------------------------------------- */

header{
	position: fixed;
	height: var(--global--header-height);
	width: 100%;
	z-index: 1000;
}
header .header-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2rem;
	height: 100%;
}
header .logo img{float: left;margin:10px 0 0 30px;float:left;}

header .logo img{width:50px;}
header .header-inner ul{
	display: flex;
}
header .header-inner ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--global--header-height);
	padding: 0 1.5rem;
	height: var(--global--header-height);
}




/* ---------- Footer --------------------------------------------------------------------------------------------------------- */

footer{
	background: var(--global--color-white);
}
footer .footer-inner{
	padding-top: 5rem;
}
footer .footer-menu ul{
	display: flex;
	justify-content: space-between;
}
.copyright{
	text-align: center;
	padding: 5rem 0 2rem;
}





/* ---------- Main --------------------------------------------------------------------------------------------------------- */

section.main{
	width: 100vw;
	height: 100vh;
}
section.main .main-slide{
	height: 100vh;
}
section.main .main-slide img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
section.main .main-inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.main .logo{
	max-width: 100rem;
}
section.main .logo img{
	width: 100%;
}





/* ---------- Message --------------------------------------------------------------------------------------------------------- */

.message{
	text-align: center;
	line-height: 2;
}





/* ---------- Images --------------------------------------------------------------------------------------------------------- */

.images{
	height:100vh;
	width:100vw;
	background :url('./assets/images/main1.jpg') no-repeat 50% 50%;
	background-attachment: fixed;
}





/* ---------- Menu --------------------------------------------------------------------------------------------------------- */

section.menu{
	/*background: url('./img/10D_03【三重県】F邸（3000765）/10D_03_（3000765）01.jpg') no-repeat 50% 50% / cover;*/
	background-color: #365469;
	background-blend-mode:lighten;
}
.menu-box.menu-box-double .bg01{
	background: url('./img/10D_12【愛知県】Y邸（3000592）/10D_12_（3000592）01.jpg') no-repeat 50% 50% / cover;
}
.menu-box.menu-box-double .bg02{
	background: url('./img/11D_D21【静岡県】S邸（3002330）/11D_21_（3002330）01.jpg') no-repeat 50% 50% / cover;
}
section.menu .menu-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
section.menu .menu-box a{
	background-color: rgba(255, 255, 255, 0.5);
	height: 40rem;
	display: flex;
	width: 100%;
	align-items: center;
	overflow: hidden;
}
section.menu .menu-box a dl{
	background-color: var(--global--color-white-75);
	width: calc(100% - 4rem);
	padding: 2rem;
}
section.menu .menu-box a dl dt{
	color: var(--global--color-black); text-align: center;
}
section.menu .menu-box.menu-box-double a{
	width: 48.5%;
	margin-bottom: 3%;
}
section.menu .menu-box.menu-box-double a:nth-child(odd){
	margin-right: 3%;
}


section.menu .menu-box-works div img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
    position: absolute;
    top: 0;
	left: 0;
	transition: .5s all;
}
section.menu .menu-box-works a{
	position: relative;
	overflow: hidden;
}
section.menu .menu-box-works a dl{
	z-index: 1;
}
section.menu .menu-box-works a:hover img{
	transform: scale(1.2, 1.2);
}





/* ---------- Access --------------------------------------------------------------------------------------------------------- */

section.access .access-box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
section.access .access-box div{
	width: 49%;
	margin-bottom: 2%;
}
section.access .access-box div:nth-child(odd){
	margin-right: 2%;
}
section.access .access-box-gmap iframe{
	width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}



.title a{
	color: #ffffff;
}


.entry {
  border: 2px solid #aaa;

  padding: 2em;
}




img{ max-width: 100%;}



.articles{
	border-top: 1px solid var(--global--color-light-gray);
	border-bottom: 1px solid var(--global--color-light-gray);
}
.articles-inner{
	max-width: var(--global--inner-width);
	margin: 0 auto;
	padding: 5rem 0;
}
.articles figure{
	margin: 1rem 0;
}
.articles img{
	max-width: 100%;
}

.pager-detail{
	margin-top: 5rem;
}

.pager-detail ul{
	display: flex;
}
.pager-detail ul li{
	width: 33.33333%;
}
.pager-detail ul li a{
	display: block;
	text-align: center;
}


.articles .articles-list{
	display: flex;
	flex-wrap: wrap;
}
.articles .articles-list a{
	width: 33%;
	overflow: hidden;
	position: relative;
	margin-right: .5%;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: .5%;
}

.articles .articles-list a:nth-child(3n){
	margin-right: 0;
}

.articles .articles-list a div{
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

.articles .articles-list a div img{
	width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s all;
}
.articles .articles-list a dl{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.articles .articles-list a dl dt{
	width: 100%;    background-color: var(--global--color-white-75);
    width: calc(100% - 4rem);
    padding: 2rem;
	text-align: center;
}
.articles .articles-list a:hover img{
	transition: .5s all;
	transform: scale(1.2, 1.2);
}



.wp-pagenavi{
	display: flex;
	justify-content: center;
	margin-top: 5rem;
}
.wp-pagenavi span,
.wp-pagenavi a{
	display: flex;
	width: 4rem;
	height: 4rem;
	align-items: center;
	justify-content: center;
	font-size: 2rem;

}
/* ローディング画面 */
#loading {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #00979C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner {
  animation: sk-scaleout 10s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
  } 100% {
    opacity: 0;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.loaded .start{left: -1000px;}
/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}




img{ max-width:100%; }

.half-box{ display:flex; justify-content:space-between; align-items: center; }
.half-box .inner{ padding: 50px; min-width: 50%; }
.half-box p{ line-height: 3; text-align: left; }






/* contact */
.page-contact h2{
	text-align: center;
	font-size: 3rem;
}

.page-contact .contactform-box{
	margin-top: 5rem;
}
.page-contact .contactform-box .Form{
	margin-top: 5rem;
}

.page-contact .contactform-box .Form-Item{
	display: flex;
}

.page-contact .contactform-box .Form-Item .Form-Item-Label{
	width: 28rem;
}


.page-contact .contactform-box .Form-Item p:last-of-type{
	width: calc(100% - 28rem);
}
.page-contact .contactform-box .Form-Item p:last-of-type input[type="text"],
.page-contact .contactform-box .Form-Item p:last-of-type input[type="tel"],
.page-contact .contactform-box .Form-Item p:last-of-type input[type="email"],
.page-contact .contactform-box .Form-Item p:last-of-type textarea{
	width: 100%;
}

.page-contact .contactform-box .Form-Item p{
	padding: 2rem 0;
}

.page-contact .contactform-box .Form-Item p br{
	display: none !important;
}

.page-contact .contactform-box .Form-Item .Form-Item-Label-Required{
	color: #cc0000;
	font-weight: 900;
	padding-right: 1rem;
}


.page-contact .contactform-box .wpcf7-radio .first{
	margin-left: 0;
}

.page-contact .contactform-box .button-wrap{
	display: flex;
	justify-content: center;
	margin: 4rem auto 0;
}
.page-contact .contactform-box .button-wrap input[type="submit"]{
	display: flex;
	width: 50rem;
	height: 6rem;
	border: none;
	justify-content: center;
	border-radius: 5rem;
	background-color: #00979C;
	color: #fff;

}

.page-contact .contactform-box .Form-Item p:last-of-type input[type="text"],
.page-contact .contactform-box .Form-Item p:last-of-type input[type="tel"],
.page-contact .contactform-box .Form-Item p:last-of-type input[type="email"],
.page-contact .contactform-box .Form-Item p:last-of-type textarea{
	padding: 1rem;
	font-size: 1.6rem;
}







@media screen and (min-width: 769px){
}




@media screen and (min-width: 900px){
	.menu-box.menu-box-double a{ width: 100%; height: 30rem !important; }
}



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

	/* ---------- Common ---------- */


	.page-contact .contactform-box .Form-Item p:last-of-type input[type="text"],
	.page-contact .contactform-box .Form-Item p:last-of-type input[type="tel"],
	.page-contact .contactform-box .Form-Item p:last-of-type input[type="email"],
	.page-contact .contactform-box .Form-Item p:last-of-type textarea{
		padding: 1.5rem 1rem;
	}
	

	.inner{ padding-left: 1.5rem; padding-right: 1.5rem; }
	.title{ font-size: 2rem; }
	.title span{ font-size: 1.4rem; }

	/* ---------- Header ---------- */
    header .header-inner ul{ display: none; }

	/* ---------- Access ---------- */
	section.access .access-box{ display: block; }
	section.access .access-box div{ width: 100%; margin-bottom: 3rem; }

	/* ---------- Footer ---------- */
	footer .footer-menu ul{ display: block; }
	footer .footer-menu ul li a{ display: block; padding: 1rem 0; text-align: center; }
	footer .copyright small{ font-size: 1rem; }

	/* ---------- Images ---------- */
	.images{ height: 50vh; }
	
	.half-box{ flex-direction: column; }
	.half-box .inner{ width: 100%; padding: 50px 20px; }
	.half-box  p{ padding: 0; line-height: 2; }
	
	
	.hamburger{ position: fixed; right: 0; z-index: 1000; }
	

	/* ---------- Menu ---------- */
	
	section.menu .menu-box{ justify-content: space-between; }
	.menu-box.menu-box-double a:nth-child(odd){ margin-bottom: 3rem; }
	.menu-box.menu-box-double a{ width: 100%; height: 30rem !important; }
	.menu-box{ display: block; }
	.menu-box.menu-box-double a{ margin-right: 0 !important; }

	/* ---------- Humberger ---------- */
    .globalMenuSp{
		display: flex;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.8);
		z-index: 999;
        transition: .5s all;
        align-items: center;
		opacity: 0;
		visibility: hidden;
	}
    .globalMenuSp.active{ opacity: 1; visibility: visible; }
    .globalMenuSp .globalMenuSp-menu{
        justify-content: center;
        align-items: center;
        background: #fff;
        width: 80%;
        margin: 0 auto;
        padding: 3rem 2rem;
        border-radius: .5rem;
		display: block;
		transition: .5s all;
    }
    .globalMenuSp .globalMenuSp-menu li a{ display: block; padding: .5rem 0; text-align: center; }

	section.main .logo{ width: 80%; }




	/*----- Contact -----*/
	.page-contact .contactform-box .Form-Item{
		flex-direction: column;
	}
	.page-contact .contactform-box .Form-Item .Form-Item-Label,
	.page-contact .contactform-box .Form-Item p:last-of-type{
		width: 100%;
	}
	.page-contact .contactform-box .Form-Item .Form-Item-Label{
		padding: 0;
	}

	.page-contact .wpcf7-radio{
		display: flex;
		flex-direction: column;
	}
	.page-contact .wpcf7-radio span.wpcf7-list-item{
		display: block;
		margin: 0;
		padding: .8rem 0;
	}

	.page-contact .contactform-box .button-wrap{
		margin-top: 0;
	}
	.page-contact .contactform-box .button-wrap input[type="submit"]{
		width: calc(100vw - 3rem);
	}
	
	
	
}

