@charset "utf-8";

/* ハンバーガーメニュー Setting
=========================================================================================== */
nav.gnavSp {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background: rgba(45, 84, 134, 0.9);
	color: #000;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
	height:100%;
	padding: 80px 4% 0px;
	overflow-y: scroll;
}
nav.gnavSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	margin-bottom:2em;
}
nav.gnavSp ul li {
	font-size: 16px;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #FFF;
}
nav.gnavSp ul li a {
	display: block;
	color: #FFF;
	padding: 0.8em 0;
}




.headerTelSp{
    color: #FFF;
    font-size: 24px;
    text-align: center;
	margin-bottom:0;
}
.headerTelSp a{
    color: #FFF;
    text-decoration: none;
    display: inline-block;
}
.headerTelSp a span{
	display: flex;
    align-items: center;
	justify-content: center;
}
.headerTelSp a span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../images/icon_tel_w.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
}


.headerDirectSp{
    color: #FFF;
    font-size: 24px;
    text-align: center;
	margin-bottom:0.5em;
}
.headerDirectSp a{
    color: #FFF;
    text-decoration: none;
    display: inline-block;
}
.headerDirectSp a span{
	display: flex;
    align-items: center;
	justify-content: center;
}
.headerDirectSp a span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../images/icon_direct_w.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
}
.headerDirectSp a span em{
    font-size: 14px;
}


.headerMailSp{
    margin-bottom: 1em;
}
.headerMailSp a{
	padding:1em;
	display:block;
	color:#2D5486;
	text-align: center;
	background:#FFF;
    border-radius: 10px;
}
.headerMailSp a span{
	display: flex;
    align-items: center;
	justify-content: center;
}
.headerMailSp a span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../images/icon_mail.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1em;
}

/* メニュー展開時、背景スクロールの停止 */
body.fixed {
    width: 100%;
    height: 100%;
	position:fixed;
}
/* このクラスを、jQueryで付与・削除する */
nav.gnavSp.active {
	transform: translateY(0%);
}
/* ハンバーガーメニューアイコン Setting
=========================================================================================== */
.navBoxSp{
    width: 54px;
    height: 54px;
	cursor: pointer;
    align-items: center;
    justify-content: center;
	display:none;
	position:relative;
    background: #2D5486;
	z-index:9999;
}
.navToggle {
	display:none;
	width: 42px;
	height: 42px;
	text-align: center;
	position:relative;
}
.navToggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px #FFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
.navToggle span:nth-child(1) {
	top: 10px;
}
.navToggle span:nth-child(2) {
	top: 20px;
}
.navToggle span:nth-child(3) {
	top: 30px;
}
/* ハンバーガーメニューアイコンタップ後の「X」Setting
=========================================================================================== */

/* 最初のspanをマイナス45度に */
.navBoxSp.active span:nth-child(1) {
	border-bottom: solid 3px #FFF;
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navBoxSp.active span:nth-child(2),
.navBoxSp.active span:nth-child(3) {
	border-bottom: solid 3px #FFF;
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*----------------------------ハンバーガーメニューここまで-----------------------------*/

.showSp{
	display:none;
}
.showSp1100{
	display:none;
}
.showOnlySp1100{
	display:none;
}
.showSp960{
	display:none;
}


/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 1280px) {
#headerSet #headerLogoSet #headerLogo a{
    padding: 0.2em 2em 0.2em 1em;
}
#headerSet #headerLogoSet #headerLogo a img{
    width: 180px;
}
#headerSet #headerMenuSet .gnav ul li{
    padding: 0.5em 1em;
}

#indexContentsHead .mainCatch{
    width: 60%;
}
}
/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 1100px) {
.hideSp1100{
	display:none;
}
.showSp1100{
	display:block;
}
.showOnlySp1100{
	display:block;
}
html{
	font-size:1vw;
}
/* Header Setting
=========================================================================================== */
#headerSet{
   align-items: center;
   padding: 0 4%;
   height: 74px;
}
#headerSet #headerMenuSet{
	display:none;
}
.headerContact{
    display: none;
}
.navBoxSp{
	display: flex;
}
.navToggle{
	display: block;
}
.current #headerSet{
    background: none;
}
.current #headerSet #headerLogoSet #headerLogo a{
    background: #FFF;
}
#path{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
/* ALLcontents Setting
=========================================================================================== */
article section{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
#subContentsHead .mainVisual .mainTitle{
    left: 50px;
}
#subContentsHead .mainVisual .mainTitle span{
    font-size: 24px;
}

/* 下層ページOnly Setting
=========================================================================================== */
.worksList li a .worksImg{
    height: 20vw;
}

.priceBox .priceColumnSet .priceColumnText .priceServiceList li{
    margin-bottom: 0.5em;
}
/* index Setting
=========================================================================================== */
.topServiceContents .topServiceList li a .textBox h3{
    font-size: 2.2rem;
}
/*#indexContentsHead #mainCatchSet{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
#indexContentsHead .mainCatch{
    width:100%;
	padding-left:4%;
	padding-right:4%;
}*/
/* footer Setting
=========================================================================================== */
#footerContact .inner{
    width: 100%;
    padding-left:4%;
	padding-right:4%;
}
#footerContact #footerContactBox #footerContactList li.tel a,
#footerContact #footerContactBox #footerContactList li.direct a{
    font-size: 2.4rem;
}


#footerArea:before{
    height: 6vw;
    top:2px;
}
#footerArea section{
    width: 100%;
    padding-left:4%;
	padding-right:4%;
}
}
/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 960px) {
.hideSp960{
	display:none;
}
.showSp960{
	display: block;
}
/*
*/

}
/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 767px) {
.hideSp{
	display:none;
}
.showSp{
	display:block;
}
.showOnlySp1100{
	display:none;
}
html{
	font-size:40%;
}
/* Header Setting
=========================================================================================== */

/* ALLcontents Setting
=========================================================================================== */
#subContentsHead{
	width: calc(100vw - 30px);
}
article section{
	padding:40px 4%;
}
.textRightSp{
    text-align: right;
}
.ttlStyle2 span:before {
    border-width: 14px 16px 0 16px;
}
.ttlStyle2 span:after {
    border-width: 14px 16px 0 16px;
}
.ttlStyle3{
    text-align: center;
}
.ttlStyle3 span{
    display: block;
}
.ttlStyle4{
    font-size: 20px;
}

.ttlHeadSet{
    display: block;
}
.ttlHeadSet dt{
    margin-bottom: 1em;
}
.ttlHeadSet dt h3{
    font-size: 18px;
}
.ttlHeadSet dd{
    margin-left: 0;
}
.ttlHeadSet dd p{
    font-size: 14px;
}

.sectionInfoBtn{
    display: block;
}
.sectionInfoBtn li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 2em;
}
.sectionInfoBtn li:last-child{
    margin-bottom: 0;
}
.sectionInfoBtn li a{
    font-size: 16px;
    padding: 1.5em 1em;
}


.checkList{
    font-size: 16px;
}
.columnSetReverseCenter{
    display: block;
}
.columnSetReverseCenter .column2{
    width: 100%;
    margin-left: 0;
}
.columnSetReverseCenter .column2.circleImg img{
    width: 60%;
}


.js-table-scroll{
	overflow: auto;
    white-space: nowrap;
}

/* 選ばれる理由 Setting
=========================================================================================== */
.aboutColumnSet{
    display: block;
}
.aboutColumnSet .aboutColumnText{
    width: 100%;
}
.aboutColumnSet .aboutColumnText h3{
    text-align: center;
}
.aboutColumnSet .aboutColumnText h3 span:before{
    width: 60px;
    height: 60px;
}
.aboutColumnSet .aboutColumnText .imgOnlyStyle{
    margin-bottom: 0;
}
.aboutColumnSet .aboutColumnImg{
    display: none;
}
.aboutPointList{
    display: block;
    margin-bottom: 3em;
}
.aboutPointList li{
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #CCC;
    padding: 1em 0;
    margin-bottom: 0;
}
.aboutPointList li .imgOnlyStyle{
    width: 30%;
    margin-bottom: 0;
}
.aboutPointList li .inner{
    text-align: left;
    width: 66%;
    margin-left: 4%;
}
.aboutPointList li .inner h3{
    text-align: left;
    font-size: 18px;
    margin-bottom: 0.5em;
}
.aboutPointList li .inner h3 + p{
    margin-bottom: 0;
    font-size: 12px;
}
.beforeAfterList li:first-child:after{
	border-width: 20px 0 20px 16px;
	right: -16px;
}

/* エアコン工事 Setting
=========================================================================================== */
.serviceBox .serviceColumnSet{
    display: block;
}
.serviceBox .serviceColumnSet .serviceColumnText{
    width: 100%;
    margin-left: 0;
}
.serviceBox .serviceColumnSet .serviceColumnText .hoshou{
    font-size: 12px;
}
.serviceBox .serviceColumnSet .serviceColumnText h3{
    margin-bottom: 0.5em;
}
.serviceBox .serviceColumnSet .serviceColumnImg{
    display: none;
}
.serviceBox .serviceColumnSet .serviceColumnText dl dt{
    width: 20px;
}
.serviceBox .serviceColumnSet .serviceColumnText dl dd .btnStyle1 a{
    font-size: 14px;
    padding: 0.5em 2.4em 0.5em 1em;
}
.serviceBox .serviceColumnSet .serviceColumnText .imgOnlyStyle{
    margin-bottom: 0;
}
.serviceBox .serviceRecommend dt h4{
    display: block;
    text-align: center;
}
.serviceBox .serviceCheckList{
    display: block;
    font-size: 14px;
}
.serviceBox .serviceCheckList li{
    width: 100%;
    margin-left: 0;
}

.optionList li{
    width: 48%;
    margin-left: 4%;
}
.optionList li:nth-child(4n+1){
	margin-left:4%;
}
.optionList li:nth-child(2n+1){
	margin-left:0;
}
.optionList li h4{
    font-size: 16px;
    margin-bottom: 0;
}

.othersList li .othersColumnSet{
    display: block;
}
.othersList li .othersColumnSet .othersColumnImg{
    width: 100%;
}
.othersList li .othersColumnSet .othersColumnText{
    width: 100%;
    margin-left: 0;
}
.othersList li .othersColumnSet .othersColumnText dl{
    display: block;
    text-align: center;
}

/* 料金表 Setting
=========================================================================================== */
.priceBox .priceColumnSet{
    display: block;
}

.priceBox .priceColumnSet .priceColumnImg{
    display: none;
}
.priceBox .priceColumnSet .priceColumnText{
    width: 100%;
    margin-left: 0;
}
.priceBox .priceColumnSet .priceColumnText h3{
    margin-bottom: 0.5em;
    text-align: center;
}

.priceBox .priceColumnSet .priceColumnText .imgOnlyStyle{
    margin-bottom: 0;
}
.priceBox .priceColumnSet .priceColumnText h4{
    font-size: 18px;
}
.priceBox .priceColumnSet .priceColumnText .priceServiceList{
    display: block;
}
.priceBox .priceColumnSet .priceColumnText .priceServiceList li{
    font-size: 13px;
    margin-right: 0;
}


.priceTable1 thead th{
    font-size: 14px;
    padding: 0.5em 1em;
}
.priceBox .priceColumnSet .priceColumnText dl{
    justify-content: flex-end;
}
.priceBox .priceColumnSet .priceColumnText dl dt{
    margin-right: 0.5em;
}

.priceBox .priceColumnSet .priceColumnText .plusList{
    display: block;
}
.priceBox .priceColumnSet .priceColumnText .plusList li{
    margin-bottom: 16px;
    margin-left: 0;
}
.priceBox .priceColumnSet .priceColumnText .plusList li:last-child{
    margin-bottom: 0;
}
.priceBox .priceColumnSet .priceColumnText .plusList li div{
    display: flex;
}
.priceBox .priceColumnSet .priceColumnText .plusList li span{
    text-align: left;
}
.priceBox .priceColumnSet .priceColumnText .plusList li:after{
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: inherit;
    bottom: 0;
    right: 50%;
    transform: translateY(100%) translateX(50%);
}

.priceTable2 thead th{
    padding: 0.5em 1em;
}
.priceTable2 th,
.priceTable2 td{
	padding: 0.5em 1em;
}
.priceTable2 td .w100Sp{
    width: 100px;
}


/* 施工事例一覧 Setting
=========================================================================================== */
.worksCateList li{
	width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
}
.worksCateList li:nth-child(4n+1){
	margin-left:2%;
}
.worksCateList li:nth-child(3n+1){
	margin-left:0;
}
.worksCateList li a{
    padding: 0.5em 0.5em;
    font-size: 12px;
}


.worksList{
    display: block;
}
.worksList li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 4em;
}
.worksList li a{
    display: flex;
}
.worksList li a .worksImg{
    width: 120px;
    height: 120px;
}
.worksList li .worksText{
    width: calc(100% - 130px);
    margin-left: 10px;
}
.worksList li .worksText span{
    font-size: 12px;
}
.worksList li .worksText p{
    font-size: 14px;
}
/***ページネーション***/
.pager .pagination{
	flex-wrap:nowrap;
}
.pager .pagination li{
	display:none;
}
.pager .pagination li a{
	display: flex;
    align-items: center;
    justify-content: center;
}	
.pager .pagination li.next{
	display:block;
	width: 48%;
	margin: 0;
	margin-left:4%;
}
.pager .pagination li.back{
	display:block;
	width: 48%;
	margin: 0;
}
.pager .pagination li.next a{
	text-align: center;
}
.pager .pagination li.back a{
	text-align: center;
}

/* 施工事例 シングルページ Setting
=========================================================================================== */
#singlePage .worksParameterTable{
    font-size: 14px;
}
#singlePage .worksParameterTable th,
#singlePage .worksParameterTable td{
	padding:0.5em 1em;
}
/***調整記事調整***/
#singlePage .singleContents h2{
	font-size:20px;
}
#singlePage .singleContents h3{
	font-size:18px;
}
#singlePage .singleContents h4{
	font-size:16px;
}
	
	
/* 会社案内 Setting
=========================================================================================== */
.companyColumnSet{
    display: block;
}
.companyColumnSet .companyColumnImg{
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.companyColumnSet .companyColumnImg img{
    width: 60%;
}
.companyColumnSet .companyColumnText{
    width: 100%;
}
.companyTable{
    display: block;
}
.companyTable colgroup{
    display: none;
}
.companyTable th{
	display: block;
    padding-bottom: 0;
    font-weight: bold;
}
.companyTable td{
	display: block;
    padding-top: 0;
}

/* ご予約・お問い合わせ Setting
=========================================================================================== */
.photoFlowBox .contactTtlStyle1 span:before,
.photoFlowBox .contactTtlStyle1 span:after{
    border-width: 20px 2px 0 2px;
}
.photoFlowBox{
    margin-top: 100px;
    padding-top: 20px;
}
.photoFlowBox .contactTtlStyle1 strong{
    width: 90%;
    font-size: 18px;
}
.photoFlowBox ol{
    display: block;
}
.photoFlowBox ol li{
    width: 100%;
    border-bottom: 2px dashed #A1A1A1;
    padding: 2em 0;
}
.photoFlowBox ol li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.photoFlowBox ol li:nth-child(2) .inner:before{
    content: none;
}
.photoFlowBox ol li:nth-child(2) h4{
    padding-left: 0;
}
.photoFlowBox ol li:nth-child(3) .inner{
    border-top:none;
}
.photoFlowBox ol li h4 em{
    width: 40px;
    height: 40px;
    line-height:34px;
    font-size: 32px;
}
.photoFlowBox ol li .inner p{
    margin-bottom: 0;
}

.photoFlowBox .photoFlowColumnSet{
    display: block;
}
.photoFlowBox .photoFlowColumnSet .photoFlowColumnL{
    width: 100%;
    margin-bottom: 4em;
}
.photoFlowBox .photoFlowColumnSet .photoFlowColumnR{
    width: 100%;
    margin-left: 0;
}
.photoFlowBox .photoFlowColumnSet .photoFlowColumnR .hosokuBox dl dt{
    font-size: 16px;
}


.contactCheckBox .catchTextStyle1 + p{
    font-size: 14px;
    text-align: left;
}
.contactCheckBox .inner h3{
    font-size: 16px;
}
.contactCheckBox .inner .contactCheckList{
    font-size: 13px;
}
/* index Setting
=========================================================================================== */
#mainVisualImgSet div{
    height: 84vh;
    width: calc(100vw - 44px);
}
.scroll {
    left: 16px;
}
.introContents h2 span:before,
.introContents h2 span:after{
    border-width: 20px 2px 0 2px;
}
.introContents h2{
    font-size: 2.6rem;
}
.introContents .catchTextStyle1{
    text-align: left;
}
.topServiceContents .topServiceList{
    display: block;
}
.topServiceContents .topServiceList li{
    width: 84%;
    margin: 0 auto;
    margin-bottom: 2em;
}
.topServiceContents .topServiceList li:first-child{
    margin: 0 auto;
    margin-bottom: 2em;
}
.topServiceContents .topServiceList li a .textBox{
    padding: 1em 4%;
}
.topServiceContents .topServiceList li a .textBox h3{
    font-size: 20px;
    margin-bottom: 0.5em;
}

.reasonSet:before{
    height: 30vh;
    min-height: inherit;
    /*background-image: url("../images/index/reasonhead_bg.jpg");*/
	background-attachment:inherit;
}
.reasonSet .ttlStyle1 div{
    min-width: inherit;
}
.reasonList li.typeA,
.reasonList li.typeB{
    display: block;
    margin-bottom: 4em;
}
.reasonList li.typeA .columnText,
.reasonList li.typeB .columnText{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.reasonList li .columnText h3{
    text-align: center;
}
.reasonList li h3 span:before{
    width: 60px;
    height: 60px;
}
.reasonList li .columnText .imgOnlyStyle{
    margin-bottom: 0;
}


.topFlowContents .ttlStyle1{
    margin-bottom: 2em;
}
.topFlowContents .flowList{
    display: block;
    margin-top: 2em;
}
.topFlowContents .flowList li{
	width:80%;
    margin: 0 auto;
	margin-bottom:20px;
}
.topFlowContents .flowList li:nth-child(4n+1){
	margin: 0 auto;
    margin-bottom:20px;
}
.topFlowContents .flowList li h3{
    font-size: 20px;
}





.topAreaContents .areaBox{
    display: block;
}
.topAreaContents .areaBox .areaText,
.topAreaContents .areaBox .areaImg{
    width: 100%;
    margin-left: 0;
}
.topAreaContents .areaBox .areaText .ttlStyle1,
.topAreaContents .areaBox .areaText .textStyleBig1{
    text-align: center;
}


.accordionList dt{
    font-size: 16px;
    padding: 1em;
}
.accordionList dt span{
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.accordionList dd{
    font-size: 14px;
    padding: 1em;
}
.accordionList dd span{
    width: 40px;
    height: 40px;
    line-height: 36px;
}
.accordionList dd strong{
    font-size: 14px;
    width: calc(100% - 56px);
}
/* footer Setting
=========================================================================================== */
#path{
    font-size: 12px;
}
footer #footerContact{
	background-image: url(../images/footercontact_bg_sp.jpg);
	background-attachment: inherit;
}
#footerContact .inner{
    padding: 40px 4% 60px;
}
footer .ttlStyle1{
    font-size: 18px;
}
#footerContact .inner .footerLead{
	font-size: 14px;
}
#footerContact #footerContactBox #footerContactList{
    display: block;
}
#footerContact #footerContactBox #footerContactList li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.5em;
}
#footerContact #footerContactBox #footerContactList li.tel a,
#footerContact #footerContactBox #footerContactList li.direct a{
    font-size: 20px;
}
#footerContact #footerContactBox #footerContactList li.mail a{
    font-size: 16px;
}
#footerArea section{
	padding:40px 4%;
}
#footerArea .footerColumnSet{
    display: block;
}
#footerArea .footerColumnSet .footerColumnL{
    width: 100%;
    text-align: center;
}
#footerArea .footerColumnSet .footerColumnL #footerLogo{
    margin-bottom: 2em;
}
#footerArea .footerColumnSet .footerColumnL #footerLogo img{
    width: 220px;
}
#footerArea .footerColumnSet .footerColumnL p{
    font-size: 14px;
}
#footerArea .footerColumnSet .footerColumnR{
    display: none;
}

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