@charset "UTF-8";

/*
Theme Name: 双葉建設 テーマ
Theme URI: 
Author: KIT
Author URI: 
Description: 
Requires at least: 
Tested up to: 
Requires PHP: 
Version: 
License: 
License URI: 
Text Domain: 
Tags: 
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;900&family=Sonsie+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@700&family=Noto+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');


body {
	margin:0;
	padding:0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:17px;
	line-height:1.6em;
	color:#222;
	background:#eff4f4;
	overflow-y:scroll;
}

nav {
	margin: 0;
	padding: 0;
}

img {
	max-width:100%;
}

.textindent {
	text-indent:-1em;
	padding-left:1em;
}

.orgbtn {
	position:relative;
	display:block;
	background-color:#1b98ca;
	border-radius:1em;
	font-weight:900;
	text-align:center;
	font-size:1.4em;
	padding:0.5em;
	color:#fff;
	box-shadow:0 0 4px 0 rgba(0,0,0,0.3);
	transition: 0.3s;
}

.orgbtn::after {
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	position:absolute;
	top: calc(50% - 0.5em);
	left: calc(100% - 30px);
	transition: 0.3s;
}

.orgbtn:hover {
	color:#fff;
	text-decoration:none;
	background-color:#1bca98;
}

.orgbtn:hover::after {
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	position:absolute;
	left: calc(100% - 25px);
}


.linebtn {
	position:relative;
	display:block;
	background-color:#48b555;
	border-radius:1.8em;
	font-weight:900;
	text-align:center;
	font-size:1.4em;
	padding:1em;
	color:#fff;
	box-shadow:0 0 3px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
}

.linebtn::after {
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	position:absolute;
	top: calc(50% - 0.5em);
	left: calc(100% - 30px);
	transition: 0.3s;
}

.linebtn:hover {
	color:#fff;
	text-decoration:none;
	background-color:#58c565;
}

.linebtn:hover::after {
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	position:absolute;
	left: calc(100% - 25px);
}



/*menubar
---------------------------------------------------------------------------*/
#menubar {
	position:fixed;
	top:0;
	left:-100vw;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: auto;
	padding: 0;
	text-align: center;
	opacity:0;
	transition: 0.3s;
}

#menubar.db {
	left: 0px;
	opacity:1;
	background: rgba(0,20,40,0.8);
	color: #fff;
}

#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menubar a {
	display:block;
	text-align:left;
	color: #fff;
	padding: 15px 0 15px 15px;
	border-bottom:1px solid #444;
	transition: 0.3s;
}

#menubar ul ul a {
	padding: 15px 0 15px 35px;
}

#menubar ul ul a:before {
	font: var(--fa-font-solid);
	content:"\f105";
	margin-right:0.5em;
}

#menubar a:hover {
	background-color:rgba(120,120,120,0.8);
	text-decoration:none;
}

/*３本バーアイコン
---------------------------------------------------------------------------*/
#menubar_hdr {
	position: fixed;
	z-index: 200;
	cursor: pointer;
	right: 0;
	top: 0;
	padding: 16px 14px;
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	order: 0;
	background: rgba(0,0,0,0);
}

#menubar_hdr span {
	display: block;
	transition: 0.3s;
	border-top: 2px solid #000;
}

#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;
	width: 26px;
}

#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(6px, 6px);
	border-top: 2px solid #fff;
}

#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(6px, -6px);
	border-top: 2px solid #fff;
}

#menubar_hdr.ham span:nth-of-type(2){
	opacity:0;
}



/* ---  #HEADER -----------------------------------------------------------------------*/
#header {
	position:fixed;
	display:flex;
	top:0;
	left:0;
	width:100%;
	min-width:1200px;
	justify-content:space-between;
	padding:0 10px 0 70px;
	background-color:rgba(255,255,255,0.8);
	z-index:10;
}

#header .logowaku {
	margin-top:-10px;
	width:360px;
	padding:5px 10px;
}

#header .logowaku a:hover {
	text-decoration:none;
}

#header .logo1 {
	width:35px;
	margin-top:10px;
	margin-right:15px;
}

#header .logo2 {
	margin-top:10px;
	width:150px;
}


.headertop-h1 {
	margin-left:15px;
	margin-top:5px;
	color:#222;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size:18px;
}


/* ---  #MENU -------------------------------------------------------------------------*/
#menu {
	padding:10px 40px;
	font-size:1.1em;
	z-index:101;
}

#menu ul {
	display:flex;
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul li {
	display:block;
	position:relative;
	margin:5px;
}

#menu ul li a {
	position:relative;
	display:block;
	padding:10px 20px;
	text-align:center;
	white-space:nowrap;
	color:#333;
	font-weight:800;
	transition: all 0.5s;
}

#menu ul li a:hover {
	text-decoration:none;
}

#menu ul ul {
	display:none;
	position:absolute;
	top:100%;
	left:50%;
	list-style:none;
	margin:0;
	margin-left:-125px;
	padding:0;
	width:250px;
	z-index:10;
}

#menu ul ul li {
	display:block;
	margin:0;
	padding:0;
}

#menu ul ul li a {
	display:block;
	text-align:center;
	white-space:nowrap;
	padding:10px 20px;
	color:#fff;
	border-bottom:1px solid #fff;
	background-color:#1b98ca;
	transition: all 0.4s;
}

#menu ul li > a.menu::after {
	content:'';
	position:absolute;
	left:0;
	bottom:3px;
	margin-left:20px;
	width: calc(100% - 40px);
	height:4px;
	background-color:#1bca98;
	transform: scale(0,1);
	transform-origin: center top;
	transition: transform 0.5s;
}

#menu ul li > a.menu:hover {
	color:#1b98ca;
}

#menu ul li > a.menu:hover::after {
	color:#1bca98;
	transform: scale(1, 1);
}

#menu ul ul li a:hover {
	color:#fff;
	background-color:#1bca98;
}

#menu ul li:hover > ul {
	display:block;
	animation: menuanim 0.5s ease 0s;
	opacity:1;
}

#menu ul li a.insta {
	background-color:rgba(27,152,202,0);
	padding:10px 15px;
	border-radius:50%;
	margin-right:15px;
}

#menu ul li a.insta:hover {
	color:#fff;
	background-color:rgba(27,202,152,1);
}

#menu ul li a.line {
	color:#fff;
	background-color:rgba(27,202,152,1);
	border-radius:30px;
	transition: all 0.4s;
}

#menu ul li a.line:hover {
	background-color:rgba(27,152,202,1);
}


@keyframes menuanim {
	0% {
		margin-top:-10px;
		opacity:0;
	}
	100% {
		margin-top:0;
		opacity:1;
	}
}


/* --- icatch ------------------------------------------------------------------------ */
.top-icatch ,.icatch {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	min-height:400px;
	z-index:-1;
}

.top-header-img {
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	width: 100%;
	height: 100vh;
	background-color:#fff;
	opacity:1;
	transition: all 0.4s;
}

.top-header-img-bg {
	opacity:0.3;
}

.top-header-img img {
	width:100%;
	height: 100vh;
	object-fit:cover;
	object-position: 50% 50%;
}

.header-img {
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	width: 100%;
	height: 100vh;
/*	max-height: calc(100vw / 8 * 5); */
	background-color:#fff;
	z-index:-1;
	opacity:0.3;
}

.header-img img {
	width:100%;
	height: 100vh;
/*	max-height: calc(100vw / 8 * 5); */
	object-fit:cover;
	object-position: 50% 50%;
	opacity:1;
}

.top-header-title {
/*	position:relative; */
	margin:0 auto;
	width:100%;
	max-width:1200px;
	height:100vh;
	min-height:400px;
}

.top-header-title div {
	font-size: 3vw;
	font-weight: 900;
	color:#fff;
	line-height:1.6em;
/*	text-shadow:0 0 8px #333; */
	text-align:left;
}

.pg-header {
	width:100%;
	background-image: linear-gradient(180deg, rgba(27, 152, 202, 0.9) 30%, rgba(27, 152, 202, 0));
}

.header-title {
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1200px;
	height:450px;
	padding-top:120px;
	text-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.header-box {
	position:absolute;
	top:110px;
	left:0;
	width:120px;
	height:120px;
/*	background-color:rgba(30,30,30,0.8);
	background-color:rgba(0,128,0,0.8); */
	background-color:rgba(20,20,20,0.8);
}

.header-h1 {
	position:relative;
	white-space:nowrap;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 80px;
	font-weight: 900;
	margin-left:60px;
	color:#fff;
	opacity:0;
	transition: 0.5s;
	z-index:1;
}

.header-h1style {
	margin-left:30px;
	opacity:1;
}

.header-cmt {
	margin-top:30px;
	margin-left:50px;
	white-space:nowrap;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size:25px;
	line-height:1.4;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}


.top-icatch {
	height:100vh;
	min-height:700px;
	max-height:1000px;
}

.top-left-box{
	background: #1b98ca;
	bottom: auto;
	flex: none;
	height: 85%;
	left: 0px;
	margin: 0 0 0 0;
	position: absolute;
	right: auto;
	top: 0px;
	width: 40px;
	z-index: -1;
	max-width: 100%;
}

.top-right-box{
	align-items: center;
	background: #1b98ca;
	bottom: 0px;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 70%;
	justify-content: center;
	margin: 0 0 0 0;
	position: absolute;
	right: 0px;
	top: auto;
	width: 50%;
	max-width: 50%;
	z-index: -1;
}

.futaba-topcmt {
	position: absolute;
	top:150px;
	left:50px;
	z-index:1;
}

.futaba-topcmt div {
	margin-bottom:20px;
}

.futaba-topcmt span {
	color: #2f2624;
/*	font-family: 'Noto Sans JP', sans-serif;*/
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 5vw;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding: 0px 30px;
	text-align: left;
	width: auto;
	max-width: 100%;
	background-color:rgba(255,255,255,0.8);
}

.futaba-top-h1 {
	position:absolute;
	left:220px;
/*
	bottom:150px;
*/
	top: calc(50% + 210px);
	color:#fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size:20px;
	z-index:10;
}

.futaba-bottom-cmt {
	position: absolute;
	font-family: 'Sonsie One', cursive;
	right: 10px;
	bottom: 30px;
	color: #EEEEEE;
	font-size: 2.4vw !important;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.3;
	margin: 0 0 0 0;
	text-align: left;
/*	transform: rotate(-3deg);*/
	width: auto;
	max-width: 100%;
	justify-content: flex-start;
	text-shadow:0 0 8px #000;
	z-index:1;
	opacity:0.0;
	transition: all 0.8s ease 0.3s;
}

/* inview用 */
.futaba-bottom-cmt-up {
	right: 20px;
	bottom: 45px;
	opacity:0.85;
}



#container {
	width:100%;
	min-width:1200px;
}

.contents {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding: 10px 0;
}

.div-block {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

h2 {
	font-size:48px;
	font-weight:900;
	margin-bottom:0.5em;
}

h3 {
	font-size:20px;
	font-weight:700;
	margin-bottom:0.8em;
}

.line1 {
	border-top:3px solid #1b98ca;
	width:100px;
}

.a-btn {
	color:#fff;
	background-color:#1b98ca;
	border-radius:4px;
	box-shadow:0px 1px 2px rgba(0,0,0,0.2);
	padding:24px 30px 25px;
	font-size:24px;
	font-weight:900;
	text-align:center;
	transition: all 0.5s;
}

.a-btn:hover{
	background-color:#1bca98;
	text-decoration:none;
}

.blogcard {
	text-decoration:none;
	color:#000;
}

.blogcard:hover {
	text-decoration:none;
	color:#000;
}

.blogicatch {
	display:flex;
	justify-content:center;
	align-items:center;
	margin:5px auto;
	width:300px;
	height:260px;
}

.blogicatch img {
	max-width:300px;
	max-height:260px;
}


#footer {
	background-color:rgba(47,38,36,0.95);
	color:#fff;
}

#footData {
	max-width:1200px;
	margin:0 auto;
	padding:80px 0;
}

.footermenu ul {
	display:flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footermenu ul li {
	display:block;
	margin:0;
	padding:5px 20px;
}

.footermenu ul li a {
	display:block;
	color:#ccc;
	font-weight:800;
}

.footermenu ul li a:hover {
	color:#fff;
	text-decoration:none;
}

.footermenu ul ul {
	display:block;
	
}

.footermenu ul ul a:before {
	font: var(--fa-font-solid);
	content:"\f105";
	padding-right:0.5em;
}


.copyright {
	text-align:center;
	padding:10px 0;
	font-size:0.8em;
	color:#fff;
}

#pageTop {
	display:none;
	position:fixed;
	bottom:50px;
	right:50px;
	z-index:1000;
}

/*wp-pagenavi 17*/
.wp-pagenavi {
	clear: both;
	text-align:center;
}

.wp-pagenavi a, .wp-pagenavi span {
	color: #88C2EA;
	background-color: #FFFFFF;
	padding: 6px 12px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin solid #88C2EA;
}

.wp-pagenavi a:hover{
	color: #fff;
	background-color: #88C2EA;
}

.wp-pagenavi span.current{
	color: #fff;
	background-color: #88C2EA;
}

.grecaptcha-badge { visibility: hidden; }


/* --- パソコン ---------------------------------------------------------------------- */
@media screen and (min-width: 576px) {
	.sp {
		display:none;
	}
	
	#menubar,
	#menubar_hdr {
		display:none;
	}
}

/* --- スマホ ------------------------------------------------------------------------ */
@media screen and (max-width: 575px) {
	.pc {
		display:none;
	}
	
	#header {
		min-width:100%;
		padding:0 10px 0 0;
		height:60px;
	}
	
	#header .logowaku {
		width:18em;
	}
	
	.headertop-h1 {
		font-size:0.9em;
	}
	
	#header .logo1 {
		width:32px;
		margin-top:5px;
		margin-right:10px;
	}
	
	#header .logo2 {
		margin-top:5px;
		width:120px;
	}
	
	#menu {
		display:none;
	}
	
	#container {
		min-width:100%;
	}
	
	.icatch {
		position:absolute;
		height:400px;
		overflow:hidden;
	}
	
	.top-icatch {
		height: calc(100vh - 50px);
		min-height: 600px;
		max-height: calc(100vh - 50px);
		z-index:-1;
	}
	
	.top-left-box{
		width:10px;
	}
	
	.top-right-box{
		width: 70%;
		max-width: 70%;
		height:60%;
		bottom:10px;
	}
	
	.futaba-topcmt {
		left:10px;
		top: 100px;
		width: calc(100% - 10px);
		margin-left:0;
		text-align:center !important;
	}
	
	.futaba-topcmt div {
		text-align:left;
		margin-bottom:10px;
	}
	
	.futaba-topcmt span {
		font-size: 8.5vw;
		padding:0 15px;
	}
	
/*
	.futaba-top-h1 {
	.futaba-top-bottom {
		position:absolute;
		left:0;
		top:110px;
		width:100%;
		color:#fff;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		text-align:center;
		font-size:5.1vw;
		text-shadow:0px 0px 8px #222;
	}
*/
	
	.futaba-bottom-cmt {
		color:#72ca7d;
		font-size: 5vw !important;
		bottom: 60px;
	}
	
	/* inview用 */
	.futaba-bottom-cmt-up {
		bottom: 70px;
		opacity:1;
	}
	
	.top-header-img {
		margin-left: 0;
		width: 100%;
		min-height:440px;
		height: calc(100vh - 250px);
	}
	
	.top-header-img img {
		min-height:440px;
		height: 100vh;
	}
	
	.header-img {
		margin-left:0;
		width: 100%;
		height:400px;
	}
	
	.header-img img {
		height:410px;
	}
	
	.pg-header {
		background-image: none;
		background-color: rgba(27, 152, 202, 0.4);
	}
	
	.header-title {
		top:150px;
		left:20px;
		height:400px;
		margin-left:0;
		width: calc(100% - 20px);
	}
	
	.header-box {
		top:0;
		left:0px;
		width:17vw;
		height:17vw;
	}
	
	.header-h1 {
		position:absolute;
		top:10px;
		left:-5px;
		font-size: 10vw;
	}
	
	.header-cmt {
		top:120px;
		left:0;
		margin-top:10px;
		margin-left:10px;
		bottom:0px;
		white-space:nowrap;
		font-size:4.5vw;
	}
	
	h2 {
		font-size:6vw;
	}
	
	h3 {
		font-size:5vw;
	}
	
	.contents {
		margin:10px 1em 0 1em;
		width: calc(100% - 2em);
	}
	
	#footData {
		padding:60px 0 40px 0;
	}
	
	.footermenu ul {
		display:block;
	}
	
	.footermenu ul li {
		padding:10px 20px;
	}
	
	#pageTop {
		bottom:20px;
		right:20px;
	}
	
}


/* --- inview -------------------------------------------------------------------*/
/* futaba Construction! */
/*待機*/
.futabaup {
	position: relative;
	opacity: 0;
	left: -30px;
	bottom: -30px;
	transition: 1.5s;
}

/*アクション*/
.futabaupstyle {
	left:0;
	bottom: 0px;
	opacity: 1;
}




/*upスタイル
---------------------------------------------------------------------------*/
.topcmt-fin1 {
	opacity: 0;
	margin-left:-40px;
	transition: all 0.5s ease-in;
}

.topcmt-fin1style {
	opacity: 1;
	margin-left:0px;
}

.topcmt-fin2 {
	opacity: 0;
	margin-left:-40px;
	transition: all 0.5s ease-in 0.2s;
}

.topcmt-fin2style {
	opacity: 1;
	margin-left:0px;
}

.topcmt-fin3 {
	opacity: 0;
	margin-left:-40px;
	transition: all 0.5s ease-in 0.4s;
}

.topcmt-fin3style {
	opacity: 1;
	margin-left:0px;
}

.topcmt-fin4 {
	font-family: 'Noto Serif JP', sans-serif;
	opacity: 0;
	margin-top:10px;
	margin-left:-40px;
	transition: all 0.5s ease-in 0.6s;
}

.topcmt-fin4style {
	opacity: 0.8;
	margin-left:0px;
}

/* --- スマホ ------------------------------------------------------------------------ */
@media screen and (max-width: 575px) {

/*
	.topcmt-fin1 {
		margin-left:0px;
		margin-top:20px;
		transition: all 0.5s ease-in;
	}
	
	.topcmt-fin1style {
		opacity: 1;
		margin-left:0px;
		margin-top:0px;
	}
	
	.topcmt-fin2 {
		opacity: 0;
		margin-left:0;
		margin-top:20px;
		transition: all 0.5s ease-in 0.2s;
	}
	
	.topcmt-fin2style {
		opacity: 1;
		margin-left:0px;
		margin-top:0px;
	}
	
	.topcmt-fin3 {
		opacity: 0;
		margin-left:0;
		margin-top:20px;
		transition: all 0.5s ease-in 0.4s;
	}
	
	.topcmt-fin3style {
		opacity: 1;
		margin-left:0px;
		margin-top:0px;
	}
*/
	
}


/*待機*/
.up {
	position: relative;
	opacity: 0;
	bottom: -40px;
	transition: 1.5s;
}

/*アクション*/
.upstyle {
	bottom: 0px;
	opacity: 1;
}

/*downスタイル
---------------------------------------------------------------------------*/
/*待機*/
.down {
	position: relative;
	opacity: 0;
	top: -30px;
	transition: 1.5s;
}

/*アクション*/
.downstyle {
	top: 0px;
	opacity: 1;
}

/*leftスタイル
---------------------------------------------------------------------------*/
/*待機*/
.left {
	position: relative;
	opacity: 0;
	left: -30px;
	transition: 1.5s;
}

/*アクション*/
.leftstyle {
	left: 0px;
	opacity: 1;
}


/*rightスタイル
---------------------------------------------------------------------------*/
/*待機*/
.right {
	position: relative;
	opacity: 0;
	right: -30px;
	transition: 1.5s;
}

/*アクション*/
.rightstyle {
	right: 0px;
	opacity: 1;
}
