@charset "utf-8";
/*
Theme Name: imihome
Theme URI: /wp-content/themes/imihome-new

Author:株式会社エルアイディ
Author URI:https://lid.co.jp/
*/


/***********************************************

    　共通設定

************************************************/
main {
	overflow: hidden;
}
#main-content {
	width: 100%;
	position: relative;
	background-color: #fff;
	z-index: 20;
}
.wp7 {
	max-width: 780px;
	width: 98%;
	margin: 0 auto;
	position: relative;
}
.wp9 {
	max-width: 998px;
	width: 98%;
	margin: 0 auto;
	position: relative;
}
.wp12 {
	max-width: 1200px;
	width: 98%;
	margin: 0 auto;
	position: relative;
}
.pd6 {
	padding: 60px 0;
}
.pd8 {
	padding: 80px 0;
}
.pd12 {
	padding: 120px 0;
}
.mg8 {
	margin: 80px 0;
}
.mgbt-30 {
	margin-bottom: 30px;
}
.mgbt-40 {
	margin-bottom: 40px;
}
.mgbt-60 {
	margin-bottom: 60px;
}
.tx-c {
	text-align: center;
}
.tx-inline {
	display: inline-block;
	text-align: left;
}
.line14 {
	line-height: 1.4;
}
.line16 {
	line-height: 1.6;
}
.line18 {
	line-height: 1.8;
}
.line20 {
	line-height: 2.0;
}
.ft-wh {
	color: #fff;
}
.ft-blue {
	color: #0098D8;
}
.ft-blue p {
	color: #717071;
}
.bg-wh {
	background-color: #fff;
}
.bg-green {
	background-color: #4A807E;
}
.bg-lgreen {
	background-color: #E2E9E9;
}
.bg-dgreen {
	background-color: #748384;
}
.bg-gray {
	background-color: #F2F2F2;
}
.bg-beige {
	background-color: #F5F2E9;
}
.tab-show {
	display: none;
}
.sp-show {
	display: none;
}
.copy-right {
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
}
.copy-right a {
	display: inline-block;
	color: #fff;
}


/*==========================================

     ヘッダー

===========================================*/
header {
	width: 100%;
}
.float-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
	height: 80px;
	background-color: #fff;
	opacity: 1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
body.home .float-header {
	z-index: -1;
	opacity: 0;
}
.float-header.on {
	opacity: 1 !important;
	z-index: 2000 !important;
}
.float-header-wrap {
	position: relative;
	width: 100%;
	height: 80px;
	padding: 0 1%;
}
.float-header-logo {
	width: 15%;
	min-width: 100px;
}
.float-hedaer-nav {
	width: 85%;
}
.float-hedaer-nav ul {
	justify-content: flex-end;
}
.float-hedaer-nav li {
	margin-right: 1.5%;
	height: 80px;
	display: flex;
	align-items: center;
}
.float-hedaer-nav li:last-child {
	margin-right: 0;
}
.float-hedaer-nav li a {
	height: 80px;
	display: flex;
	align-items: center;
	position: relative;
	font-weight: 400;
}
.float-hedaer-nav li:last-child a {
	height: auto;
	display: block;
	color: #fff;
	padding: 20px;
	background-color: #4A807E;
}
.float-hedaer-nav li:not(:last-child) a:hover {
	opacity: 1;
}
.float-hedaer-nav li:not(:last-child) a:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #4A807E;
	bottom: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.float-hedaer-nav li:not(:last-child) a:hover:after {
	visibility: visible;
	bottom: 20px;
	opacity: 1;
}

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

    メニューボタン

*------------------------------------*/
.header-menubtn {
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	opacity: 1;
	cursor: pointer;
	background-color: #748384;
	display: none;
	z-index: 3000;
}
.header-menubtn p {
	position: absolute;
	bottom: 14px;
	text-align: center;
	width: 100%;
	color: #2a2a2a;
	font-size: 12px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	font-weight: 500;
}
.header-menubtn span {
	display: block;
	background-color: #fff;
	width: 32px;
	height: 4px;
	position: absolute;
	left: 14px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.header-menubtn span:nth-child(1) {
	top: 10px;
}
.header-menubtn span:nth-child(2) {
	top: 20px;
}
.header-menubtn span:nth-child(3) {
	top: 30px;
}
.header-menubtn.active span:first-child {
	-webkit-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
.header-menubtn.active span:nth-child(2) {
	opacity: 0;
}
.header-menubtn.active span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-moz-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
}
.header-menubtn.active span {
	background-color: #fff;
}
.header-menubtn p {
	position: absolute;
	opacity: 1;
	color: #fff;
	text-align: center;
	bottom: 8px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.header-menubtn p.open {
	opacity: 1;
}
.header-menubtn p.close {
	opacity: 0;
}
.header-menubtn.active p.open {
	opacity: 0;
}
.header-menubtn.active p.close {
	opacity: 1;
}

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

    メニューボタン開閉

*------------------------------------*/
#sp-nav {
	display: none;
}



/***********************************************

    　ページ共通設定

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

 　　ボタン

*------------------------------------*/
.more {
	width: 300px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 40px auto 0 auto;
	background-color: #fff;
}
.more a {
	font-size: 18px;
	display: block;
	position: relative;
	padding: 30px 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 1;
	border: 1px solid #748384;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.more a span.hover {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 50%;
	background-color: #4A807E;
	z-index: -1;
}
.more:hover a {
	color: #fff;
	opacity: 1;
	border: 1px solid #4A807E;
}
.more:hover a span.hover {
	width: 900px;
	height: 900px;
}

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

 　　無料相談会

*------------------------------------*/
.com-confe-wrap {
	text-align: center;
}
.com-confe-wrap .image {
	position: absolute;
	width: 25%;
	top: 0;
	right: 0;
}
.com-confe-wrap h5 {
	width: 520px;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 30px;
	position: relative;
}
.com-confe-wrap h5:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.com-confe-wrap h5:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #fff;
	top: 0;
	right: 0px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.com-confe-wrap .confe-tel {
	font-size: 50px;
	color: #fff;
	margin-top: 40px;
	font-weight: bold;
}
.com-confe-wrap .confe-tel span {
	width: 50px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.com-confe-wrap .confe-bnr {
	margin-top: 40px;
}
.com-confe-wrap .confe-bnr li {
	width: 32%;
}

/**     ボタン    **/
.confe-more {
	width: 450px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 40px auto 0 auto;
	background-color: #fff;
	border: 1px solid #fff;
}
.confe-more a {
	font-size: 18px;
	display: block;
	position: relative;
	padding: 30px 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 1;
	font-weight: 400;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.confe-more a span.arrow {
	width: 10px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	background-image: url(./image/common/icon_arrow_gr.svg);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.confe-more a span.hover {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 50%;
	background-color: #748384;
	z-index: -1;
}
.confe-more:hover a {
	color: #fff;
	opacity: 1;
}
.confe-more:hover a span.hover {
	width: 1200px;
	height: 1200px;
}
.confe-more:hover a span.arrow {
	background-image: url(./image/common/icon_arrow_wh.svg);
}


/***********************************************

    　トップページ

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

    トップページ共通設定

*------------------------------------*/
h2.top-ttl {
	font-size: 32px;
	text-align: center;
	color: #748384;
	margin-bottom: 40px;
}

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

    動画設定

*------------------------------------*/
#main-visual {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	z-index: 10;
}
#main-visual .main-visual-inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#main-visual .main-visual-inner.no-fixed {
	position: absolute;
}
#main-visual .top-logo {
	width: 100px;
	position: fixed;
	top: 3%;
	left: 3%;
	z-index: 100;
}
#main-visual .main-logo {
	position: fixed;
	width: 500px;
	top: 50%;
	left: 50%;
	-webkit-transform: : translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
	opacity: 0;
	padding-bottom: 80px;
}
#video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	object-fit: cover;
}

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

 　　ミドルナビゲーション

*------------------------------------*/
.mid-nav {
	position: absolute;
	width: 100%;
	height: 80px;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.mid-nav li {
	height: 80px;
	display: flex;
	align-items: center;
}
.mid-nav li a {
	color: #fff;
	font-weight: 500;
	display: block;
	height: 80px;
	display: flex;
	align-items: center;
	position: relative;
}
.mid-nav li a:hover {
	opacity: 1;
}
.mid-nav li a:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	bottom: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.mid-nav li a:hover:after {
	visibility: visible;
	bottom: 20px;
	opacity: 1;
}

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

     リード（挨拶文）

*------------------------------------*/
#top-greeting .image {
	position: absolute;
	top: 0;
	right: 0;
	width: 48%;
	height: 100%;
	background-image: url(./image/home/greet_image.png);
	background-position: center right;
}
.greet-wrap {
	position: relative;
}
.greet-wrap .text {
	width: 50%;
}
.greet-wrap .text .ttl-wrap {
	text-align: center;
}
.greet-wrap .text h4 {
	font-size: 32px;
	text-align: justify;
	display: inline-block;
	margin-bottom: 30px;
}
.greet-wrap .text h4 span.color {
	color: #4A807E;
}

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

 　　無料相談会

*------------------------------------*/
.top-confe-wrap {
	text-align: center;
}
.top-confe-wrap .image {
	position: absolute;
	width: 17%;
	top: 50%;
	left: 0;
	-webkit-transform: : translateY(-50%);
	transform: translateY(-50%);
}
.top-confe-wrap h1 {
	display: block;
	position: relative;
	width: 520px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 30px;
}
.top-confe-wrap h1:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.top-confe-wrap h1:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #fff;
	top: 0;
	right: 0px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

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

 　　TOPICS

*------------------------------------*/
.top-topics-wrap .top-topics-eng {
	width: 20%;
}
.top-topics-wrap .top-topics-eng h3 {
	font-size: 34px;
}
.top-topics-table {
	width: 80%;
}
.top-topics-table .top-topics-list {
	padding-bottom: 15px;
	line-height: 1.4;
}
.top-topics-table .top-topics-list:last-child {
	padding-bottom: 0;
}
.top-topics-table p.top-topics-ttl {
	width: calc(100% - 120px);
}
.top-topics-table p.top-topics-time {
	width: 120px;
}

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

 　　アイエムアイホームの家づくり

*------------------------------------*/
.top-build-wrap .top-build-slider {
	width: 50%;
}
.top-build-wrap .text {
	width: 48%;
}
.top-build-slider .slider-left,
.top-build-slider .slider-right {
	width: 50%;
}
.top-build-slider .slider-right {
	margin-left: -2px;
}
.top-build-slider .slider {
	opacity: 0;
	display: none;
}
.top-build-slider .slider.slick-initialized {
	opacity: 1;
	display: block;
}

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

 　　施工実績

*------------------------------------*/
.top-gallery-table .top-gallery-list {
	margin-bottom: -3%;
}
.top-gallery-table li {
	width: calc(94% / 3);
	margin-right: 3%;
	margin-bottom: 3%;
}
.top-gallery-table li:nth-child(3n) {
	margin-right: 0;
}
.top-gallery-table .text {
	text-align: center;
	margin-top: 15px;
}
.top-gallery-table .text p.top-gallery-ttl {
	font-size: 18px;
	margin-bottom: 5px;
}

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

 　　イベント情報

*------------------------------------*/
.top-event-table li {
	width: 30%;
	margin: 0 10px;
}
.top-event-list.slider .slick-dots {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 0 0;
}
.top-event-list.slider .slick-dots li {
	width: 15px;
	height: 15px;
	background-color: #fff;
	cursor: pointer;
	margin: 0 5px;
}
.top-event-list.slider .slick-dots li.slick-active {
	background-color: #4A807E;
}
.top-event-list.slider .slick-dots button {
	color: transparent;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.top-event-list.slider {
	opacity: 0;
	display: none;
}
.top-event-list.slider.slick-initialized {
	opacity: 1;
	display: block;
}

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

 　　Instagram

*------------------------------------*/
.top-insta-ttl {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
.top-insta-ttl p {
	font-size: 18px;
	margin: 30px 0;
}
#sb_instagram .sbi_link{
	background: transparent;
}
#sb_instagram .sbi_photo_wrap{
	overflow: hidden;
}
#sb_instagram .sbi_item:not(.sbi_transition) .sbi_photo{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#sb_instagram:not(.sbi_moderation_mode) .sbi_photo_wrap:hover .sbi_photo {
    -webkit-transform:scale(1.1); 
    transform:scale(1.1);
	opacity: 1 !important;
}
#top-insta .bnr-vr {
	margin-bottom: 0 !important;
	margin-top: 60px;
}

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

 　　imiブログ

*------------------------------------*/
.top-blog-table .top-blog-list {
	padding: 14px;
	line-height: 1.4;
	border-bottom: 1px solid #748384;
}
.top-blog-table .top-blog-list:first-child {
	padding: 0 14px 14px;
}
.top-blog-table p.top-blog-ttl {
	width: calc(100% - 120px);
}
.top-blog-table p.top-blog-time {
	width: 120px;
}

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

 　　パララックス

*------------------------------------*/
section#parallax {
	position: relative;
	z-index: 1;
}
.parallax-wrap {
	height: 500px;
}
.parallax-image {
	clip: rect(0, auto, auto, 0);
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.parallax-image img {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0;
	transform: translateZ(0);
}


/***********************************************

    　サブページ

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

    サブページ共通設定

*------------------------------------*/
main#sub article {
	padding: 30px 0 120px 0;
}
.sub-visual {
	margin-top: 80px;
	width: 100%;
	height: 150px;
	background-image: url(./image/common/sub_visual_house.svg);
	background-size: 500px;
}
.sub-visual h1 {
	color: #fff;
	font-size: 30px;
	margin-top: 10px;
}
.sub-mid-belt {
	padding: 30px 0;
	text-align: center;
}
.sub-mid-belt h2 {
	font-size: 32px;
	line-height: 1.2;
	color: #748384;
}

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

    パンくずリスト

*------------------------------------*/
#bread {
	padding-top: 15px;
}
.breadcrumbs {
	white-space: nowrap;
	font-size: 14px;
}
.breadcrumbs span {
	display: inline-block;
}
.breadcrumbs span a {
	display: inline-block;
	vertical-align: middle;
}
.breadcrumbs span a.home {
	padding-right: 5px;
}
.breadcrumbs span a.post {
	padding: 0 5px;
}
.breadcrumbs span:nth-child(3) span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 35%;
	width: calc(100% - 295px);
	padding-left: 5px;
	vertical-align: middle;
}


/*==========================================

    アイエムホームについて

===========================================*/
.about-wrap {
	padding: 50px 0 80px 0;
}
.about-wrap .text {
	text-align: center;
}
.about-wrap .text p {
	display: inline-block;
	text-align: left;
}
.about-top {
	position: relative;
	align-items: flex-start;
	margin-bottom: 130px;
}
.about-top .logo {
	width: 30%;
	text-align: center;
}
.about-top .logo img {
	width: 50%;
}
.about-top .image {
	width: 70%;
	height: 500px;
	background-image: url(./image/about/about_image_01.png);
}
.about-top .text {
	width: 70%;
	position: absolute;
	bottom: -15%;
	padding: 30px;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 20%);
}
.about-bt {
	position: relative;
}
.about-bt .font {
	position: absolute;
	width: 50%;
	top: -40px;
	right: 0;
}
.about-bt .image {
	width: 70%;
	height: 500px;
	background-image: url(./image/about/about_image_02.png);
}
.about-bt .text {
	width: 45%;
	position: absolute;
	top: 50%;
	-webkit-transform: : translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	padding: 30px;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 20%);
}
.import-list .list .image,
.import-list .list .text {
	width: 48%;
}
.import-list .list:not(:last-child) {
	margin-bottom: 50px;
}
.import-list .list .text h4 {
	font-size: 20px;
	line-height: 1.4;
	color: #4A807E;
	margin-bottom: 20px;
	position: relative;
	padding-left: 130px;
}
.import-list .list .text h4:before {
	content: "";
	display: inline-block;
	width: 120px;
	height: 56px;
	position: absolute;
	top: 50%;
	-webkit-transform: : translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.import-list .list-01 .text h4:before {
	background: url(./image/about/good_01.svg) no-repeat;
}
.import-list .list-02 .text h4:before {
	background: url(./image/about/good_02.svg) no-repeat;
}
.import-list .list-03 .text h4:before {
	background: url(./image/about/good_03.svg) no-repeat;
}
.ten-years {
	margin: 80px auto 60px auto;
}
.ten-years .list {
	width: 48.5%;
	border: 1px solid #4A807E;
}
.ten-years .list h5 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	padding: 16px 10px;
	background-color: #4A807E;
	line-height: 1.2;
}
.ten-years .list p {
	padding: 10px;
	line-height: 1.8;
}
.sixty-years .lead {
	text-align: center;
	margin-bottom: 60px;
}
.sixty-years h2 {
	font-size: 36px;
	color: #4A807E;
	line-height: 1.4;
	margin-bottom: 30px;
}
.bnr-vr {
	margin-bottom: 60px;
}


/*==========================================

    会社概要

===========================================*/
#message h3 {
	font-size: 40px;
	margin-bottom: 40px;
	color: #748384;
	text-align: center;
}
.message-slider.slider {
	opacity: 0;
	display: none;
}
.message-slider.slider.slick-initialized {
	opacity: 1;
	display: block;
}
.message-text {
	text-align: center;
	margin: 60px auto 120px auto;
}
.message-text .tx-inner {
	display: inline-block;
	text-align: left;
}
.company-table tr {
	border-bottom: 1px solid #748384;
}
.company-table tr:first-child {
	padding: 0 0 20px 0;
}
.company-table th {
	font-weight: 300;
	width: 30%;
	padding: 30px 0 20px 0;
	text-align: left;
}
.company-table td {
	width: 68%;
	padding: 30px 0 20px 0;
}
.company-table tr:first-child th,
.company-table tr:first-child td {
	padding: 0 0 20px 0;
}
.company-table td span {
	margin-left: 30px;
	display: inline-block;
}


/*==========================================

    よくあるご質問

===========================================*/
.qa-list {
	padding: 30px 0 30px 6%;
	border-bottom: 1px solid #748384;
}
.qa-list:first-of-type {
	padding: 0 0 30px 6%;
}
.qa-list:last-of-type {
	padding: 30px 0 0 6%;
	border: none;
}
.qa-list h4 {
	position: relative;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.4;
	color: #4A807E;
	padding-left: 60px;
}
.qa-list h4:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	-webkit-transform: : translateY(-50%);
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	background: url(./image/common/icon_question.svg) no-repeat;
}
.qa-list p {
	position: relative;
	padding-left: 60px;
	font-size: 18px;
	line-height: 1.8;
}
.qa-list p:before {
	content: "";
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	top: 0;
	left: 0;
	background: url(./image/common/icon_answer.svg) no-repeat;
}
#buildflow {
	padding-top: 60px;
}
.buildflow-table {
	position: relative;
	padding: 20px 0;
}
.buildflow-table:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0;
	left: 105px;
	background-color: #E2E9E9;
	z-index: -1;
}
.buildflow-table .step {
	align-items: flex-start;
	position: relative;
}
.buildflow-table .step p.number {
	position: relative;
	min-width: 80px;
	text-align: center;
	color: #fff;
	line-height: 46px;
	background-color: #4A807E;
	font-weight: 400;
}
.buildflow-table .step p.number:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: : translateY(-50%);
	transform: translateY(-50%);
	right: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid #4A807E;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.buildflow-table .step span {
	min-width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #4A807E;
	border-radius: 50%;
	margin: 18px 10px 0 30px;
}
.buildflow-table .step .text {
	margin: 13px 0 30px 0;
}
.buildflow-table .step:last-of-type .text {
	margin: 13px 0 0;
}
.buildflow-table .step .text h4 {
	position: relative;
	font-size: 22px;
	margin-bottom: 20px;
	color: #4A807E;
	padding-left: 80px;
}
.buildflow-table .step .text h4:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 65px;
	height: 1px;
	background-color: #748384;
}
.buildflow-table .step .text p {
	font-size: 18px;
	line-height: 1.8;
	padding-left: 80px;
}

/*==========================================

    お客様の声

===========================================*/
.voice-wrap {
	padding-top: 50px;
}
.voice-wrap h2 {
	font-size: 28px;
	text-align: center;
	line-height: 1.4;
	margin: 60px 0;
}
.voice-list .list:not(:last-child) {
	margin-bottom: 60px;
}
.voice-list .list h3 {
	font-size: 22px;
	line-height: 1.4;
	color: #748384;
	padding: 24px 0;
	text-align: center;
	margin-bottom: 40px;
}
.voice-list .list .image {
	margin-bottom: 40px;
}
.voice-list .list p.item {
	font-size: 18px;
	font-weight: 400;
	color: #4A807E;
	line-height: 1.4;
	margin-bottom: 20px;
}
.voice-list .list .text p {
	font-size: 16px;
	line-height: 1.8;
}


/*==========================================

    ご相談・予約

===========================================*/
.conact-wrap {
	padding-top: 50px;
}
.tab-btn .btn {
	width: 48%;
	text-align: center;
}
.tab-btn .btn a {
	font-size: 20px;
	font-weight: normal;
	padding: 20px 0;
	color: #4A807E;
	background-color: #fff;
	border: 1px solid #4A807E;
}
.tab-btn .btn a.select {
	color: #fff;
	background-color: #4A807E;
}
.contact-line {
	width: 400px;
	margin: 40px auto 60px auto;
}
.form-lead-tx {
	text-align: center;
	padding-bottom: 20px;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 400;
}
.more-top {
	width: 250px;
	margin: 40px auto 0 auto;
	color: #fff;
	background-color: #748384;
	padding: 20px 0;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
}


/*==========================================

    フォーム設定

===========================================*/
.form-table {
	width: 100%;
	font-size: 16px;
}
.form-table caption {
	text-align: left;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}
.form-table tr {
	border-top: 1px solid #748384;
}
.form-table th {
	width: 30%;
	padding: 20px 0;
	text-align: left;
	font-weight: 400;
	font-size: 17px;
}
.form-table th.va-top {
	vertical-align: top;
}
.form-table td {
	font-size: 16px;
	padding: 20px 0;
	display: block;
	text-align: left;
	font-size: 16px;
}
.form-table td.post-ttl input {
	pointer-events: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.form-table td.name span {
	display: inline-block;
	width: 48%;
}
.form-table td.name span:first-of-type {
	margin-right: 4%;
}
.form-table td.date p {
	margin-bottom: 3px;
	position: relative;
}
.form-table td.date p.att {
	margin: 20px 0 0 0;
	line-height: 1.4;
}
.form-table td.date p.att span {
	display: block;
	font-weight: bold;
	color: #d53535;
	margin-bottom: 5px;
}
.form-table td.date select option:first-of-type {
	color: #666666;
	pointer-events: none;
}
.form-table td.date span#placeholder {
	position: absolute;
	top: 14px;
	left: 15px;
	z-index: 10;
	color: #000;
	display: none;
}
span.haveto {
	color: #d53535;
	margin-left: 10px;
	font-size: 18px;
}
.form-table input[type="text"],
.form-table input[type="tel"],
.form-table input[type="email"],
.form-table select {
	width: 100%;
	height: 50px;
	margin: 3px 0px;
	font-family: 'IBM Plex Sans JP', sans-serif;
}
.form-table input.date-pic {
	width: 48%;
	height: 50px;
	margin: 0px 4% 0px 0;
	display: inline-block;
	vertical-align: baseline;
}
.form-table td.number {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.form-table td.number p {
	width: 48%;
}
.form-table td.number p.number-ttl {
	margin-right: 4%;
}
.form-table td.number p select {
	width: 100%;
}
.form-table td.number .text-wrap {
	width: 100%;
	margin-top: 20px;
}
.form-table td.number .text-wrap p {
	width: 100%;
}
.form-table td.number .text-wrap p.number-att {
	font-weight: bold;
	color: #d53535;
	padding-bottom: 10px;
}
.form-table td.inline input[type="text"] {
	width: 48%;
}
.form-table td.yubin {
	padding: 10px 0;
	line-height: 1.6;
}
.form-table td.yubin:first-of-type {
	padding: 20px 0 10px 0;
}
.form-table td.yubin:last-of-type {
	padding: 10px 0 20px 0;
}
input,
textarea,
button {
	vertical-align: middle;
	outline: none;
	-webkit-appearance: none;
	border: 0;
	outline: 0;
}
.form-table textarea {
	width: 100%;
	vertical-align: bottom;
}
.form-table select {
	border: none;
	width: 48%;
	-webkit-appearance: none;
	appearance: none;
	background: url(./image/common/ico_triangle_down_bk.svg) no-repeat right 15px center #efefef;
	background-size: 15px;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 16px;
}
.form-table td.date select {
	padding: 0 15px;
	margin: 0px 0 5px 0;
	font-size: 16px;
}
.form-table input,
.form-table textarea {
	padding: 10px 15px;
	color: #000;
	box-shadow: none;
	-webkit-appearance: none;
	background-color: #efefef;
	font-size: 16px;
	cursor: pointer;
	font-family: 'IBM Plex Sans JP', sans-serif;
}
.form-table input::placeholder,
.form-table textarea::placeholder {
	color: #727272;
}
input#formbtn,.send input.wpcf7-submit{
	width: 300px;
	font-size: 22px;
	display: block;
	position: relative;
	padding: 24px 0;
	font-weight: 400;
	background: #4A807E;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
	z-index: 10;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	font-family: 'IBM Plex Sans JP', sans-serif;
}
input#formbtn:hover,
.send input.wpcf7-submit:hover{
	opacity: 0.7;
}
.wpcf7-spinner {
	margin: 10px auto 0 auto;
	display: block;
}

/* チェックボックス設定 */
.check-area {
	margin: 40px 0 60px 0;
	text-align: center;
}
.check-area p.privacy {
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	text-align: left;
	line-height: 1.6;
}
.check-area .check-req .inner {
	display: inline-block;
	text-align: left;
}
.check-area p.privacy a {
	color: #4A807E;
	display: inline-block;
}
.check-area p.accept {
	margin-top: 40px;
}
td.check p:first-child {
	margin-bottom: 20px;
}
td.check input[type="checkbox"],
.accept input[type="checkbox"] {
	display: none;
}
td.check label,
.accept label {
	cursor: pointer;
}
td.check .wpcf7-list-item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 0 0;
}
td.check .wpcf7-list-item:last-child {
	margin: 0;
}
td.check .wpcf7-list-item-label {
	position: relative;
	padding-left: 20px;
}
td.check .wpcf7-list-item-label:before {
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	border: 1px solid #8e8e8e;
	border-radius: 50%;
}
td.check .wpcf7-list-item-label:after {
	width: 16px;
	height: 16px;
	border: 5px solid #4A807E;
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	border-radius: 50%;
	background-color: #fff;
}
td.check input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
	opacity: 1;
}
td.check input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
	border: none;
}

/* 送信確認ボタン */
.accept .wpcf7-list-item-label {
	position: relative;
	padding-left: 40px;
	font-size: 16px;
}
.accept .wpcf7-list-item-label:before {
	width: 30px;
	height: 30px;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	border: 1px solid #8e8e8e;
}
.accept .wpcf7-list-item-label:after {
	width: 16px;
	height: 8px;
	border: 2px solid #fff;
	content: '';
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 8px;
	top: 5px;
	border-top: none;
	border-right: none;
	opacity: 0;
}
.accept input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
	opacity: 1;
}
.accept input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
	background-color: #4A807E;
	border: none;
}

/* エラー設定 */
#event-form form.invalid th {
	vertical-align: top;
}
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	font-size: 16px;
	color: #d53535;
	border: 1px solid #d53535;
	padding: 5px;
	display: block;
	margin: 10px 0;
	text-align: center;
	line-height: 1.4;
}
.accept span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors {
	display: block;
	margin-top: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	text-align: center;
	font-size: 16px;
	color: #d53535;
	border: 1px solid #d53535;
	padding: 5px;
	margin: 0 auto;
	line-height: 1.4;
}
.form-table td.name span.wpcf7-not-valid-tip {
	width: 100%;
}

/* 送信完了 */
.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #4A807E;
	color: #4A807E;
	font-size: 16px;
	text-align: center;
	padding: 5px;
	margin: 20px 0 0;
	line-height: 1.4;
}


/*==========================================

    施工実績（一覧）

===========================================*/
.gallery-list {
	margin-bottom: -3%;
}
.gallery-list li {
	width: calc(94% / 3);
	margin-right: 3%;
	margin-bottom: 3%;
}
.gallery-list li:nth-child(3n) {
	margin-right: 0;
}
.gallery-list .text {
	text-align: center;
	margin-top: 15px;
}
.gallery-list .text p.top-gallery-ttl {
	font-size: 18px;
	margin-bottom: 5px;
}

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

    ページナビゲーション

*------------------------------------*/
.wp-pagenavi {
	text-align: center;
	margin-top: 80px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	line-height: 30px;
	width: 30px;
	text-align: center;
	padding: 0;
	border: 1px solid #4A807E;
	background-color: #fff;
	color: #4A807E;
}
.wp-pagenavi span.pages {
	width: 60px;
}
.wp-pagenavi span.current {
	border: 1px solid #4A807E;
	background-color: #4A807E;
	color: #fff;
	font-weight: 400;
}
.wp-pagenavi a:hover {
	border: 1px solid #4A807E;
}


/*==========================================

    施工実績（詳細）

===========================================*/
.single-gallery .main-image {
	max-width: 998px;
	width: 100%;
	margin: 0 auto;
}
.single-gallery .wrapper {
	max-width: 780px;
	width: 96%;
	margin: 0 auto;
}
.single-gallery .ttl {
	text-align: center;
	margin: 60px 0 30px 0;
}
.single-gallery .ttl h2 {
	font-size: 36px;
	margin-bottom: 10px;
}
.single-gallery .ttl h3 {
	font-size: 26px;
}
.single-gallery .lead {
	text-align: justify;
	margin-bottom: 70px;
}
.single-gallery .inner img {
	width: auto;
	max-width: 100%;
}
.single-gallery .inner p {
	text-align: justify;
	line-height: 2;
	margin: 20px 0 40px 0;
}

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

   次の記事へ　前の記事へ

*------------------------------------*/
.paging {
	background-color: #E2E9E9;
	position: relative;
	margin-top: 80px;
	height: 50px;
}
.paging p {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.paging .next {
	right: 30px;
}
.paging .prev {
	left: 30px;
}


/*==========================================

    イベント情報（一覧）

===========================================*/
.cat-list {
	margin-bottom: 50px;
}
.event-cat li {
	line-height: 1.4;
	font-size: 18px;
	margin: 0 10px 10px 10px;
}
.event-cat li a {}
.event-cat li a:before {
	display: inline-block;
	content: "";
	width: 25px;
	height: 26px;
	background: url(./image/common/icon_house.svg) no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}
.event-cat li a.current {
	color: #4A807E;
}
.event-list .list {
	border: 1px solid #748384;
	padding: 20px;
	margin-bottom: 30px;
}
.event-list .list:last-child {
	margin-bottom: 0;
}
.event-list .list .image {
	width: 35%;
}
.event-list .list .text {
	width: 62%;
}
.event-list .list .text .ttl {
	display: inline-block;
	font-size: 18px;
	margin: 10px 0 30px 0;
	border-bottom: 1px solid;
	line-height: 1.4;
}
.event-list .list .text .time {
	font-size: 14px;
}


/*==========================================

    イベント情報（詳細）

===========================================*/
.single-event .ttl {
	text-align: center;
}
.single-event .ttl .list-cat {}
.single-event .ttl .list-cat span.bar {
	padding: 0 20px;
}
.single-event .ttl h2 {
	font-size: 36px;
	margin: 10px 0 80px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #748384;
}
.single-event .map-area p.ttl {
	font-size: 20px;
	font-weight: 400;
	padding: 15px 5px 15px 30px;
	width: 230px;
	background-color: #4A807E;
	color: #fff;
	border-radius: 30px;
	margin-bottom: 60px;
	background-image: url(./image/common/icon_map.svg);
	background-repeat: no-repeat;
	background-position: left 40px center;
	background-size: 20px 30px;
}
.single-event .map-area .gmap {
	max-width: 608px;
	width: 98%;
	margin: 0 auto;
}
.single-event .map-area .gmap iframe {
	width: 100%;
}
.single-event .form-area p.ttl {
	font-size: 20px;
	font-weight: 400;
	padding: 15px 5px 15px 50px;
	width: 300px;
	background-color: #4A807E;
	color: #fff;
	border-radius: 30px;
	margin-bottom: 60px;
	background-image: url(./image/common/icon_mail_wh.svg);
	background-repeat: no-repeat;
	background-position: left 40px center;
	background-size: 32px 22px;
}


/*==========================================

    ブログ（一覧）

===========================================*/
.blog-right {
	width: 70%;
	float: right;
}
.blog-left {
	width: 28%;
	float: left;
}
ul.blog-list .list-image {
	width: 35%;
}
ul.blog-list .list-text {
	width: 62%;
}
ul.blog-list li {
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}
ul.blog-list li:first-of-type {
	padding: 0 0 20px 0;
}
ul.blog-list .list-text p.blog-time {
	font-size: 14px;
	margin-bottom: 5px;
}
ul.blog-list .list-text p.blog-cat a {
	padding: 4px 10px;
	font-size: 14px;
	border: 1px solid #4A807E;
	color: #4A807E;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
ul.blog-list .list-text h3 {
	font-size: 18px;
	color: #666;
	margin: 10px 0 5px 0;
	line-height: 1.4;
}


/*==========================================

    ブログ（詳細）

===========================================*/
.blog-right h1.main-ttl,
.blog-right h1.results {
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 1.4;
}
.blog-right .blog-content p {
	line-height: 1.6;
}

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

　　　サイドバー

*------------------------------------*/
.side-blog h4,
h4.kanren-title {
	font-size: 16px;
	color: #4A807E;
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin: 45px 0 20px 0;
	line-height: 34px;
	padding: 5px 10px;
}
.side-blog ul li {
	border-bottom: 1px dotted #ccc;
}
ul.new-post li {
	clear: both;
	width: 100%;
	padding: 15px 0;
}
ul.new-post li:first-of-type {
	padding: 0 0 15px 0;
}
ul.new-post li a {
	display: block;
}
ul.new-post .list-image {
	width: 35%;
}
ul.new-post .list-text {
	width: 62%;
}
ul.new-post .item-tx p.blog-time {
	font-size: 12px;
}
ul.new-post .item-tx h5.blog-title {
	font-size: 16px;
	color: #666;
	margin: 10px 0 5px 0;
	line-height: 1.4;
}
ul.cat-list li,
ul.monthly-list li {
	line-height: 40px;
}
ul.cat-list li a,
ul.monthly-list li a {
	display: block;
	padding: 0 10px;
}

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

　　　関連記事

*------------------------------------*/
ul.blog-list .list-text h5 {
	font-size: 16px;
	color: #666;
	margin: 10px 0 5px 0;
	line-height: 1.4;
}

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

　　　検索ボタン

*------------------------------------*/
.searchform {
	position: relative;
	border: 1px solid #ccc;
	padding: 0 10px;
}
.searchfield {
	width: 90%;
	height: 40px;
}
.searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: transparent;
	cursor: pointer;
}
.searchsubmit:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f002';
}


/*==========================================

    プライバシーポリシー

===========================================*/
.privacy-lead {
	margin: 30px 0 60px 0;
}
.privacy-list .list {
	margin-bottom: 30px;
}
.privacy-list .list h4 {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #748384;
	font-weight: 500;
}
.privacy-list a {
	display: inline-block;
}


/*==========================================

     404page

===========================================*/
.ntf-wrap {
	text-align: center;
	padding-top: 50px;
}

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

　　　フローティングバナー（お問い合わせ）

*------------------------------------*/
.float-contact {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 100;
	width: 50px;
	display: none;
}

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

　　　 ページ先頭へ

*------------------------------------*/
.float-btn {
	position: fixed;
	right: 2%;
	bottom: 30px;
	z-index: 100;
	width: 25px;
	display: none;
}


/*==========================================

     フッター

===========================================*/
footer {
	position: relative;
	z-index: 20;
}
footer .footer-inner {
	position: relative;
	padding: 60px 0 90px 0;
}
footer .footer-logo {
	width: 15%;
}
footer .footer-nav {
	width: 75%;
}
footer .footer-nav li {
	width: calc(100%/5);
	margin-bottom: 10px;
	line-height: 1.4;
}
footer .copy-right {
	text-align: center;
	padding: 8px 1%;
}
footer .footer-sns {
	width: 300px;
	margin: 40px 0 0 150px;
}
footer .footer-sns li {
	width: 60px;
	margin-right: 10px;
}
footer .footer-sns li:last-child {
	margin-right: 0;
}
footer .footer-sns p {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}


/***********************************************

    メディアクエリ（Media Queries）

************************************************/
@media screen and (min-width:769px) {
	#sp-nav,
	#footer-float {
		display: none !important;
	}
}
@media screen and (max-width:1100px) {
	/*==========================================
	
	   ヘッダー
	
	===========================================*/
	.float-hedaer-nav li {
		margin-right: 1%;
	}
	.float-hedaer-nav li a {
		font-size: 12px;
	}
	
	
	/*==========================================
	
       フッター
	
	===========================================*/
	footer .footer-logo {
		width: 15%;
	}
	footer .footer-nav {
		width: 85%;
	}
	footer .footer-nav li {
		width: 20%;
	}
	footer .footer-nav li a {
		font-size: 14px;
	}
}


/*------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px) {
	/***********************************************

    　　共通設定

	************************************************/
	.pc-only {
		display: none;
	}
	
	/*------------------------------------*
	
      動画設定
	
	*------------------------------------*/
	#main-visual .main-logo {
		padding-bottom: 0;
	}
}



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

    　　共通設定

	************************************************/
	.tab-hide {
		display: none;
	}
	.tab-show {
		display: block;
	}
	.pd12 {
		padding: 80px 0;
	}
	.full {
		width: 100%;
	}
	
	
	/*==========================================
	
     　　ヘッダー
	
	===========================================*/
	.float-header,
	.float-header-wrap {
		height: 60px;
		z-index: 2000 !important;
	}
	.float-header {
		position: relative;
		opacity: 1 !important;
	}
	.float-header-wrap {
		padding: 0 0 0 2%;
	}
	.float-header-logo {
		width: 30%;
		min-width: 200px;
	}
	
	/*------------------------------------*
	
    　　スマホナビゲーション
	
	*------------------------------------*/
	#sp-nav {
		position: fixed;
		display: none;
		top: 0;
		padding: 30px 0;
		width: 100%;
		height: 100%;
		z-index: 2000;
		background-color: #fff;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#sp-nav .sp-nav-wrap {
		width: 98%;
		margin: 0 auto;
	}
	#sp-nav .sp-logo {
		width: 200px;
		margin: 0 auto;
	}
	#sp-nav .sp-menu {
		margin: 30px 0;
	}
	#sp-nav .sp-menu li {
		width: 50%;
	}
	#sp-nav .sp-menu li a {
		padding: 30px 10px;
		border: 1px solid #748384;
		margin-top: -1px;
		margin-left: -1px;
	}
	#sp-nav .sp-copy {
		font-size: 14px;
		text-align: center;
	}
	#sp-nav .sp-copy a {
		display: inline-block;
		vertical-align: middle;
	}
	
	
	/*==========================================
	
     　 ページ共通設定
	
	===========================================*/
	/*------------------------------------*
	
 　　　　無料相談会

	*------------------------------------*/
	.com-confe-wrap h5 {
		width: 420px;
		font-size: 24px;
	}
	.com-confe-wrap .confe-tel {
		font-size: 40px;
	}
	.com-confe-wrap .confe-tel span {
		width: 40px;
	}
	.com-confe-wrap .confe-bnr {
		margin-top: 20px;
	}
	.com-confe-wrap .confe-bnr li {
		width: 100%;
		margin-bottom: 20px;
	}
	.com-confe-wrap .confe-bnr li:last-child {
		margin-bottom: 0;
	}
	
	/**     ボタン    **/
	.confe-more {
		width: 100%;
	}
	
	
	/***********************************************

    　　トップページ

	************************************************/
	/*------------------------------------*
	
    　トップページ共通設定
	
	*------------------------------------*/
	h2.top-ttl {
		font-size: 32px;
	}
	
	/*------------------------------------*
	
      　動画設定
	
	*------------------------------------*/
	#main-visual .top-logo,
	#main-visual .main-logo {
		margin-top: 30px;
	}
	
	/*------------------------------------*
	
     　リード（挨拶文）
	
	*------------------------------------*/
	#top-greeting .image {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 72%;
		margin-bottom: 30px;
		background-position: center center;
	}
	.greet-wrap .text {
		width: 100%;
	}
	
	/*------------------------------------*
	
 　　　無料相談会
	
	*------------------------------------*/
	.top-confe-wrap h1 {
		width: 420px;
		font-size: 24px;
	}
	
	/*------------------------------------*
	
 　　　TOPICS
	
	*------------------------------------*/
	.top-topics-wrap .top-topics-eng {
		width: 100%;
		margin-bottom: 40px;
	}
	.top-topics-wrap .top-topics-eng h3 {
		font-size: 32px;
		text-align: center;
	}
	.top-topics-table {
		width: 90%;
		margin: 0 auto;
	}
	
	/*------------------------------------*
	
 　　　アイエムアイホームの家づくり
	
	*------------------------------------*/
	.top-build-wrap .top-build-slider {
		width: 100%;
		margin-bottom: 30px;
	}
	.top-build-slider .slider-left,
	.top-build-slider .slider-right {
		width: 51%;
	}
	.top-build-wrap .text {
		width: 100%;
		margin: 0 1%;
	}
	
	/*------------------------------------*
	
 　　　施工実績
	
	*------------------------------------*/
	.top-gallery-table .top-gallery-list {
		margin-bottom: 0;
	}
	.top-gallery-table li {
		width: auto;
		margin: 0 10px;
	}
	.top-gallery-table li:nth-child(3n) {
		margin-right: 10px;
	}
	.top-gallery-table .text {
		text-align: center;
		margin-top: 15px;
	}
	.top-gallery-table .text p.top-gallery-ttl {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.top-gallery-list.slider .slick-dots {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 30px 0 0 0;
	}
	.top-gallery-list.slider .slick-dots li {
		width: 20px;
		height: 20px;
		background-color: #F2F2F2;
		border-radius: 50%;
		cursor: pointer;
		margin: 0 10px;
	}
	.top-gallery-list.slider .slick-dots li.slick-active {
		background-color: #4A807E;
	}
	.top-gallery-list.slider .slick-dots button {
		color: transparent;
		background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
	}
	.top-gallery-list.slider {
		opacity: 0;
		display: none;
	}
	.top-gallery-list.slider.slick-initialized {
		opacity: 1;
		display: block;
	}
	
	
	/***********************************************

    　　サブページ

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

	　　サブページ共通設定

	*------------------------------------*/
	main#sub article {
		padding: 30px 0 60px 0;
	}
	.sub-visual {
		margin-top: 0;
		height: 120px;
		background-size: 450px;
	}
	.sub-visual h1 {
		font-size: 24px;
	}
	.sub-mid-belt {
		padding: 20px 0;
	}
	.sub-mid-belt h2 {
		font-size: 28px;
	}
	
	
	/*==========================================
	
    　　アイエムホームについて
	
	===========================================*/
	.about-top {
		margin-bottom: 30px;
	}
	.about-top .logo {
		width: 100%;
		margin-bottom: 30px;
	}
	.about-top .logo img {
		width: 50%;
	}
	.about-top .image {
		width: 100%;
		height: 450px;
	}
	.about-top .text {
		width: 96%;
		margin: 0 2%;
		position: relative;
		bottom: 0;
		margin-top: -30px;
		padding: 20px;
	}
	.about-bt .font {
		position: relative;
		width: 100%;
		top: 0;
	}
	.about-bt .image {
		width: 100%;
		height: 450px;
	}
	.about-bt .text {
		width: 96%;
		margin: 0 2%;
		position: relative;
		bottom: 0;
		margin-top: -30px;
		padding: 20px;
		top: 0;
		-webkit-transform: : translateY(0);
		transform: translateY(0);
	}
	.import-list .list .image,
	.import-list .list .text {
		width: 100%;
	}
	.import-list .list .text h4 {
		margin: 20px 0;
	}
	.ten-years .list {
		width: 100%;
	}
	.ten-years .list:first-child {
		margin-bottom: 30px;
	}
	.sixty-years .lead {
		padding: 0 4%;
	}
	.sixty-years h2 {
		font-size: 30px;
	}
	
	
	/*==========================================
	
    　　会社概要
	
	===========================================*/
	#message h3 {
		font-size: 32px;
	}
	.message-text {
		margin: 60px auto;
	}
	.company-table th {
		font-weight: 300;
		width: 100%;
		padding: 15px 5% 0 5%;
		text-align: left;
		display: block;
	}
	.company-table td {
		width: 100%;
		padding: 10px 5% 15px 5%;
		display: block;
		font-weight: 400;
	}
	.company-table tr:first-child th {
		padding: 0 5%;
	}
	.company-table tr:first-child td {
		padding: 10px 5% 15px 5%;
	}
	.company-table td span {
		margin-left: 10px;
	}
	
	
	/*==========================================
	
    　　よくあるご質問
	
	===========================================*/
	.qa-list {
		padding: 30px 0;
	}
	.qa-list:first-of-type {
		padding: 0 0 30px 0;
	}
	.qa-list:last-of-type {
		padding: 30px 0 0 0;
	}
	.qa-list h4 {
		font-size: 18px;
	}
	.qa-list p {
		font-size: 16px;
	}
	.buildflow-table .step .text h4 {
		font-size: 20px;
		padding-left: 40px
	}
	.buildflow-table .step .text h4:before {
		width: 30px;
	}
	.buildflow-table .step .text p {
		font-size: 16px;
		padding-left: 40px;
	}
	
	
	/*==========================================
	
    　　お客様の声

	===========================================*/
	.voice-wrap h2 {
		font-size: 24px;
	}
	.voice-list .list h3 {
		padding: 20px 0;
	}
	
	
	/*==========================================
	
    　　ご相談・予約
	
	===========================================*/
	/*==========================================
	
    　　フォーム設定
	
	===========================================*/
	.form-table th {
		display: block;
		width: 100%;
		padding: 20px 0 20px 0;
	}
	.form-table td {
		padding: 0 0 20px 0;
	}
	.form-table td.name span {
		display: block;
		width: 100%;
	}
	.form-table td.name span:first-of-type {
		margin-bottom: 10px;
	}
	.form-table input.date-pic {
		width: 100%;
	}
	.form-table td.number {
		display: block;
	}
	.form-table td.number p {
		width: 100%;
	}
	.form-table td.number p.number-ttl {
		margin-right: 0;
	}
	.form-table input[type="date"] {
		width: 100%;
	}
	.form-table td.date select {
		margin-top: 10px;
	}
	.form-table td.number p select {
		margin-top: 0;
	}
	.form-table td.inline input[type="text"] {
		display: block;
		width: 100%;
	}
	.form-table td.yubin:first-of-type {
		padding: 0 0 10px 0;
	}
	.form-table select {
		width: 100%;
	}
	
	/* チェックボックス設定 */
	.check-area p.privacy {
		font-size: 16px;
	}
	td.check .wpcf7-list-item {
		display: block;
		margin: 0px 0 10px 0;
	}
	
	/* 送信確認ボタン */
	.accept .wpcf7-list-item-label {
		position: relative;
		padding-left: 40px;
	}
	
	
	/*==========================================
	
	　施工実績（一覧）
	
	===========================================*/
	.gallery-list li {
		width: calc(97% / 2);
	}
	.gallery-list li:nth-child(3n),
	.gallery-list li:nth-child(even) {
		margin-right: 0;
	}
	.gallery-list li:nth-child(odd) {
		margin-right: 3%;
	}
	
	/*------------------------------------*
	
    　ページナビゲーション
	
	*------------------------------------*/
	.wp-pagenavi {
		margin-top: 40px;
	}
	
	
	/*==========================================
	
    　　施工実績（詳細）
	
	===========================================*/
	.single-gallery .ttl h2 {
		font-size: 30px;
	}
	.single-gallery .ttl h3 {
		font-size: 24px;
	}
	
	
	/*==========================================
	
    　　イベント情報（詳細）
	
	===========================================*/
	.single-event .ttl h2 {
		font-size: 30px;
	}
	
	
	/*==========================================
	
    　　ブログ（一覧）
	
	===========================================*/
	.blog-right {
		width: 100%;
		float: none;
	}
	.blog-left {
		width: 100%;
		float: none;
		margin-top: 60px;
	}
	ul.blog-list .list-text p.blog-ex {
		font-size: 14px;
	}
	ul.blog-list .list-text h3 {
		font-size: 16px;
	}
	
	
	/*------------------------------------*

　　　　フローティングバナー（お問い合わせ）

	*------------------------------------*/
	.float-contact {
		display: none !important;
	}
	
	/*------------------------------------*

　　　 　ページ先頭へ

	*------------------------------------*/
	.float-btn {
		bottom: 130px;
		width: 25px;
		display: none;
	}
	
	/*------------------------------------*

　　　　　フローティングフッター

	*------------------------------------*/
	#footer-float {
		display: none;
		position: fixed;
		width: 100%;
		height: 110px;
		bottom: 0;
		left: 0;
		z-index: 100;
	}
	.footer-float-wrap {
		position: relative;
		width: 100%;
		height: 110px;
		padding: 0 20px;
	}
	.footer-float-wrap .float-box {
		width: 48%;
		height: 80px;
		text-align: center;
	}
	.footer-float-wrap .float-box a {
		width: 100%;
		height: 80px;
	}
	.footer-float-wrap .float-box a span {
		display: block;
		margin-top: 5px;
	}
	.footer-float-wrap .float-box.float-tel img {
		width: 35px;
		height: 35px;
	}
	.footer-float-wrap .float-box.float-mail img {
		width: 40px;
		height: 35px;
	}
	
	
	/*==========================================

        フッター

	===========================================*/
	footer .footer-inner {
		padding: 60px 0;
	}
	footer .footer-logo {
		width: 200px;
		margin: 0 auto 30px auto;
	}
	footer .footer-nav {
		width: 100%;
	}
	footer .footer-nav li {
		width: 50%;
		margin-bottom: 0;
	}
	footer .footer-nav li a {
		padding: 30px 10px;
		border: 1px solid #748384;
		margin-top: -1px;
		margin-left: -1px;
		font-size: 16px;
	}
	footer .copy-right {
		font-size: 14px;
	}
	footer .footer-sns {
		display: none;
	}
}



/*------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {
	/***********************************************

    　　共通設定

	************************************************/
	.sp-show {
		display: block;
	}
	.sp-hide {
		display: none;
	}
	
	
	/*==========================================
	
     　　ヘッダー
	
	===========================================*/

	/*------------------------------------*
	
    　　スマホナビゲーション
	
	*------------------------------------*/
	#sp-nav .sp-logo {
		width: 150px;
	}
	#sp-nav .sp-menu li a {
		padding: 30px 5px;
		font-size: 14px;
	}
	#sp-nav .sp-copy {
		font-size: 12px;
	}
	
	
	/*==========================================
	
     　 ページ共通設定
	
	===========================================*/
	/*------------------------------------*
 　　
	　　ボタン
	
	*------------------------------------*/
	.more {
		width: 250px;
	}
	.more a {
		font-size: 16px;
	}
	
	/*------------------------------------*
	
 　　　　無料相談会
	
	*------------------------------------*/
	.com-confe-wrap h5 {
		width: 100%;
		font-size: 18px;
	}
	.com-confe-wrap h5:before {
		left: 14px;
	}
	.com-confe-wrap h5:after {
		right: 14px;
	}
	.com-confe-wrap .confe-tel {
		font-size: 34px;
	}
	.com-confe-wrap .confe-tel span {
		width: 34px;
	}
	/**     ボタン    **/
	.confe-more a {
		font-size: 16px;
	}
	
	
	/***********************************************

    　　トップページ

	************************************************/
	/*------------------------------------*
	
    　トップページ共通設定
	
	*------------------------------------*/
	h2.top-ttl {
		font-size: 24px;
		margin-bottom: 30px;
	}
	
	/*------------------------------------*
	
      　動画設定
	
	*------------------------------------*/
	#main-visual .main-logo {
		width: 90%;
	}
	
	/*------------------------------------*
	
     　リード（挨拶文）
	
	*------------------------------------*/
	#top-greeting .image {
		background-image: url(./image/home/greet_image.png);
	}
	.greet-wrap .text h4 {
		font-size: 24px;
	}
	
	/*------------------------------------*
	
 　　　無料相談会
	
	*------------------------------------*/
	.top-confe-wrap h1 {
		width: 100%;
		font-size: 18px;
	}
	.top-confe-wrap h1:before {
		left: 12px;
	}
	.top-confe-wrap h1:after {
		right: 12px;
	}
	
	/*------------------------------------*
	
 　　　TOPICS
	
	*------------------------------------*/
	.top-topics-wrap .top-topics-eng {
		margin-bottom: 30px;
	}
	.top-topics-wrap .top-topics-eng h3 {
		font-size: 30px;
	}
	.top-topics-table p.top-topics-ttl {
		width: calc(100% - 100px);
	}
	.top-topics-table p.top-topics-time {
		width: 100px;
	}
	/*------------------------------------*
	
 　　　 施工実績
	
	*------------------------------------*/
	.top-gallery-table .text p.top-gallery-ttl {
		font-size: 16px;
	}
	.top-gallery-list.slider .slick-dots li {
		width: 15px;
		height: 15px;
	}
	
	/*------------------------------------*
	
 　　  イベント情報
	
	*------------------------------------*/
	.top-event-list.slider .slick-dots li {
		width: 10px;
		height: 10px;
	}
	/*------------------------------------*
	
 　　  Instagram
	
	*------------------------------------*/
	.top-insta-ttl {
		width: 250px;
	}
	
	/*------------------------------------*
	
 　　  imiブログ
	
	*------------------------------------*/
	.top-blog-table p.top-blog-ttl {
		width: calc(100% - 100px);
	}
	.top-blog-table p.top-blog-time {
		width: 100px;
	}
	
	/*------------------------------------*
	
 　　  パララックス
	
	*------------------------------------*/
	.parallax-wrap {
		height: 300px;
	}
	
	
	/***********************************************

    　　サブページ

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

	　　サブページ共通設定

	*------------------------------------*/
	.sub-visual {
		margin-top: 0;
		height: 100px;
		background-size: 98%;
	}
	.sub-visual h1 {
		font-size: 20px;
	}
	.sub-mid-belt h2 {
		font-size: 24px;
	}
	
	
	/*==========================================
	
    　　アイエムホームについて
	
	===========================================*/
	.about-top .image,
	.about-bt .image {
		height: 180px;
	}
	#import .sub-mid-belt h2,
	#security .sub-mid-belt h2 {
		font-size: 20px;
	}
	.import-list .list .text h4 {
		font-size: 16px;
		padding-left: 100px;
	}
	.import-list .list .text h4:before {
		width: 90px;
		height: 42px;
	}
	.ten-years .list h5 {
		font-size: 16px;
	}
	.sixty-years h2 {
		font-size: 24px;
	}
	
	
	/*==========================================
	
    　　会社概要
	
	===========================================*/
	#message h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.company-table td span {
		display: block;
		margin-left: 0;
	}
	
	
	/*==========================================
	
    　　よくあるご質問
	
	===========================================*/
	.qa-list h4 {
		font-size: 16px;
		line-height: 1.6;
		padding-left: 40px;
	}
	.qa-list h4:before {
		width: 32px;
		height: 32px;
	}
	.qa-list p {
		padding-left: 40px;
	}
	.qa-list p:before {
		width: 32px;
		height: 32px;
	}
	.buildflow-table:after {
		left: 10px;
	}
	.buildflow-table .step p.number {
		position: absolute;
		left: 50px;
		line-height: 40px;
	}
	.buildflow-table .step p.number:after {
		left: 50%;
		-webkit-transform: : translate(-50%, 20px);
		transform: translate(-50%, 20px);
		border-top: 10px solid #4A807E;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border-bottom: none;
	}
	.buildflow-table .step span {
		margin: 69px 10px 0 16px;
	}
	.buildflow-table .step .text {
		margin: 65px 0 30px 0;
	}
	.buildflow-table .step:last-of-type .text {
		margin: 65px 0 0;
	}
	.buildflow-table .step .text h4 {
		padding-left: 25px;
	}
	.buildflow-table .step .text h4:before {
		width: 20px;
	}
	.buildflow-table .step .text p {
		padding-left: 25px;
	}
	
	
	/*==========================================
	
    　　お客様の声

	===========================================*/
	.voice-wrap h2 {
		font-size: 20px;
	}
	.voice-list .list h3 {
		font-size: 18px;
	}
	.voice-list .list p.item {
		font-size: 16px;
	}
	
	
	/*==========================================
	
    　　ご相談・予約
	
	===========================================*/
	.tab-btn .btn a {
		font-size: 13px;
	}
	.contact-line {
		width: 90%;
	}
	.form-lead-tx {
		font-size: 16px;
	}
	
	/*==========================================
	
    　　フォーム設定
	
	===========================================*/
	.form-table th {
		font-size: 16px;
	}
	input#formbtn,.send input.wpcf7-submit {
		width: 250px;
		padding: 20px 0;
	}
	.more-top {
		width: 200px;
		padding: 18px 0;
		font-size: 18px;
	}
	
	
	/*==========================================
	
	　施工実績（一覧）
	
	===========================================*/
	.gallery-list .text p.top-gallery-ttl {
		font-size: 16px;
	}
	
	
	/*==========================================
	
    　　施工実績（詳細）
	
	===========================================*/
	.single-gallery .ttl h2 {
		font-size: 20px;
	}
	.single-gallery .ttl h3 {
		font-size: 18px;
	}
	
	/*------------------------------------*
	
      次の記事へ　前の記事へ
	
	*------------------------------------*/
	.paging .next {
		right: 20px;
	}
	.paging .prev {
		left: 20px;
	}
	
	
	/*==========================================
	
       イベント情報（一覧）
	
	===========================================*/
	.event-cat li {
		font-size: 16px;
		margin: 0 0 10px 0;
		width: 45%;
		text-align: left;
	}
	.event-cat li a:before {
		width: 22px;
		height: 23px;
	}
	.event-list .list {
		padding: 10px;
		margin-bottom: 10px;
	}
	.event-list .list .text .ttl {
		font-size: 16px;
		display: -webkit-box;
		margin: 5px 0 10px 0;
	}
	.event-list .list .text .ex {
		font-size: 14px;
		-webkit-line-clamp: 2;
	}
	
	
	/*==========================================
	
    　　イベント情報（詳細）
	
	===========================================*/
	.single-event .ttl h2 {
		font-size: 20px;
	}
	.single-event .map-area p.ttl,
	.single-event .form-area p.ttl {
		font-size: 18px;
		width: 100%;
	}
	.single-event .map-area p.ttl {
		background-position: left 90px center;
	}
	.single-event .form-area p.ttl {
		background-position: left 50px center;
	}
	
	/*==========================================
	
       イベント情報（フォーム）
	
	===========================================*/
	.form-table caption {
		font-size: 18px;
	}
	
	
	/*==========================================
	
       ブログ（詳細）
	
	===========================================*/
	.blog-right h1.main-ttl,
	.blog-right h1.results {
		font-size: 20px;
	}
	
	
	/*==========================================
	
       プライバシーポリシー
	
	===========================================*/
	.privacy-list .list h4 {
		font-size: 16px;
	}
	
	
	/*------------------------------------*

　　　 　ページ先頭へ

	*------------------------------------*/
	.float-btn {
		bottom: 100px;
		width: 20px;
		display: none;
	}
	
	/*------------------------------------*

　　　　　フローティングフッター

	*------------------------------------*/
	#footer-float {
		height: 80px;
	}
	.footer-float-wrap {
		height: 80px;
		padding: 0 2%;
	}
	.footer-float-wrap .float-box {
		height: 60px;
	}
	.footer-float-wrap .float-box a {
		height: 60px;
	}
	.footer-float-wrap .float-box a span {
		font-size: 14px;
	}
	.footer-float-wrap .float-box.float-tel img {
		width: 30px;
		height: 30px;
	}
	.footer-float-wrap .float-box.float-mail img {
		width: 35px;
		height: 30px;
	}
	
	
	/*==========================================

        フッター

	===========================================*/
	footer .footer-logo {
		width: 150px;
	}
	footer .footer-nav li a {
		padding: 30px 5px;
		font-size: 14px;
	}
	footer .copy-right {
		font-size: 12px;
	}
}