@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    /*display:block;*/
    color: #005b89;
    text-decoration-line: none;
}
a:hover { 
    color: #6bb5bf;
}

.align-left{text-align: left;}
.align-right{text-align:right;}


.width20{width: 20%;}
.width30{width: 30%;}
.width40{width: 40%;}
.width50{width: 50%;}
.width60{width: 60%;}
.width70{width: 70%;}
.width80{width: 80%;}
.width90{width: 90%;}




.inner { max-width:100%; margin:0 auto; }

.blue-text{color:#005b89;}

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

.pc-only{display: block;}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.header h1{
	padding: 3rem 0 0;
}

.header-box {
	margin-left: auto;
	/*margin-top: 8px;*/
}
.contact-button {
	padding: 1rem;
	background-color: #6bb5bf;
	text-align: center;
	width: 204px;
}

.tel-button {
	padding: 1rem 2rem;
	background-color: #005baa;
	text-align: center;
	width: 204px;
}

.head-logo {
    width: 13%;
    /* margin: 0 auto; */
    padding: 0 2rem;
}
.head-nav{
	width: 100%;
		}

.head-cont{
	text-align: right;
	width: 12%;
	}

/*nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: #f7f7f7;    
}
nav a {
    padding: 0.5rem;
}*/

@media screen and (min-width: 1024px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
	
.contact-small{
    display: none !important;
}	
}

@media screen and (max-width:1300px){
	.head-logo {
    width: 20%;
    margin: 0 auto;
}
	
	.head-cont {
    text-align: right;
    width: 18%;
}
}

@media screen and (max-width: 1023px){
.header {
	flex-direction: column;
    /*margin-bottom: 10px;*/
}
	
.header {
    justify-content: center;
}	
	
.header #open,#close  {
    position: absolute;
    top: 25px;
    right: 25px;
}
/*nav ul {
	flex-direction: column;
}*/
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
	padding-top: 8rem;
}
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: flex;
}
	
.head-cont {
    display: none;
}
	
.head-nav{
	
		}	
	
.head-logo {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}	
.contact-small{
	display: flex;
	justify-content: center;
	margin: 4rem auto 0;
	}
	
.contact-button {
    padding: 2.5rem 1rem;
    }	
	
.tel-button	{
    padding: 2.5rem 1rem;
    }	
	
}

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

.head-logo {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}	
	
.header-box {
    margin-left: 0;
    margin: 0 auto;
}
	
.header #open, #close {
    position: absolute;
    top: 30px;
    right: 20px;
}
	
.contact-button {
    width: 100%;
    }	
	
.tel-button {
   width: 100%;
}
	
.pc-only{display: none;}	
	
}
    
/*スライド画像
-------------------------------------*/
/*.mainimg img {
    width: 100vw;
}*/

#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.slide-area{position: relative;}

.clean-pro{
	position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 0 0;
}
section {
	margin: 5rem 0;
	padding: 3rem 0;
}
.gray-back {
	background-color: #f4f4f4;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
	font-size: calc(((100vw - 560px) / 113.3333) + 18px);
	color:#005baa;
}
.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	/*margin-bottom: 4rem;*/
}

/*メイン
-------------------------------------*/
.main-img{
	margin-bottom: 4rem;
}

.area-ttl{
	color:#005baa;
	font-size: calc(((100vw - 560px) / 85) + 20px);
}

.area-ttl-sub{
    font-size: 0.7em;
    display: block;
}

.kino-ttl{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.kino-ttl img{
    width: 15%;
    max-width: 100px;
}

.kino-ttl h2{
    margin-left: 1.5em;
    margin-right: 1.5em;
}

.kino-link{
    background-image: url(../images/top/kino_img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .5s;
}

.kino-link-in{
    padding-top: 3%;
    padding-bottom: 3%;
}

.kino-link-in .sp{
    display: none;
}

.kino-link-in p{
    color: #fff;
    width: 100%;
    line-height: 2;
}

.kino-link-btn{
    width: 80%;
    margin: 0 auto;
}

.kino-link:hover{
    opacity: 0.85;
}



.flex{
	display: -webkit-flex;
	display: flex;
}

.block{
	display: block;
}

.busi-info{
	font-weight:bold;
	font-size: calc(((100vw - 560px) / 680) + 16px);
	margin-top: 2rem;
}

.border-left{
	border-left: 5px solid #6bb5bf;
	padding:5px;
}

.border-bottom{
	border-bottom: 5px solid #6bb5bf;
	padding:5px;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f0f7f8;
    padding: 5rem 0;
}
footer h4 {
    /*border-bottom: 3px solid #ccc;*/
	font-weight:bold;
}

.foot-nav{
	background: #6bb5bf;
	}

.foot-nav li {
    display: inline-block;
    padding: 2rem 1.5rem;
}

.foot-nav li a{
	color:#fff;
}

/*お問い合わせ
-------------------------------------*/
/*.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}*/

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #f0f7f8;
	color:#333;
	}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index: 3;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}

/*htmlファイル
-------------------------------------*/
.page-top-about{
	background: url("../images/about/about-top-bc.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
	width: 100%;
    padding: 50px 0;
	height: 764px;
	}

.top-about-box{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.page-ttl{
	position: absolute;
    top: 6rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	color: #fff;
	font-size: calc(((100vw - 560px) / 272) + 40px);
	}



.about-flex{
	display: flex;
    flex-direction: row;
    padding: 0;
}

.about-office{
	position: absolute;
	top:12rem;
	left:0;
	width: auto;
	}

.about-philosophy{
	position:absolute;
	top:23rem;
	right:0;
	width: 30%;
}

.page-top-office{
	position: relative;
    background: url("../images/office/office-top-bc.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
	height:412px;
	background-position: 80% 50%;
}

.page-ttl-office{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 347px;
}

.greeting-area{
	position: relative;
    background: url("../images/about/about-middle-bc.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
	height:600px;
	margin: 6rem 0;
	}

.greeting-message{
	position: absolute;
    top: 20rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: rgba(0,91,152,0.8);
	border-radius: 7px;
	padding: 2rem 4rem;
	color: #fff;
	width: 60%;
	max-width: 1000px;
}



.section-ttl{
	text-align: center;
	margin: 4rem auto;
}

.yellow-bc{background:#fff8eb; }
.orange-bc{background: #ffebde;}
.white-bc{background: #fff;}

.price-ttl{
	margin: 0 auto;
	text-align: center;
	padding: 4rem 0;
	font-weight:bold;
}

.white850{
	width: 85%;
	background: #fff;
	padding: 2rem 4rem;
	margin: 2rem auto;
}

.price-text{
	text-align: center;
	font-size: 18px;
	margin-bottom: 2rem;
	font-weight:bold;
}

.question{
	text-align: left;
	font-size: 18px;
	margin-bottom: 2rem;
	font-weight:bold;
	position: relative;
    padding: 0 0 0 77px;
}

.question:before {
  position: absolute;
  top: 0;
  left: 0;	
  content: url('../images/office/q.png');
}

.answer{
	text-align: left;
	font-size: 18px;
	margin-bottom: 2rem;
	font-weight:bold;
	position: relative;
    padding: 0 0 0 77px;
}

.answer:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: url('../images/office/a.png');
}

.question-o{
	text-align: left;
	font-size: 18px;
	margin-bottom: 2rem;
	font-weight:bold;
	position: relative;
    padding: 0 0 0 77px;
	width: 90%;
}

/*.question-o:before {
  position: absolute;
  top: 0;
  left: 0;	
  content: url('../images/common/q.png');
}*/

.question-mark {
    width: 30px;
    margin: 0px 30px 0 0;
}

.answer-o{
	text-align: left;
	font-size: 18px;
	margin-bottom: 2rem;
	font-weight:bold;
	position: relative;
    padding: 0 0 0 77px;
	width: 90%;
}

/*.answer-o:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: url('../images/common/a.png');
  }*/

.answer-mark {
    width: 30px;
    margin: 0px 30px 0 0;
}
.red-text{color:#ce5a24;}

.border-left-red {
    border-left: thick solid #ce5a24;
    padding: 0 12px;
}

.border-left-blue {
    border-left: thick solid #0060ad;
   padding: 0 12px;
}

.overview {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: calc(((100vw - 560px) / 680) + 14px);
}
.overview th {
    width: 25%;
    background: #f0f6f7;
    border-top: 1px solid #808080;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
	color: #508080;
}

.overview tr:last-child td:last-child th:last-child {
    border-bottom: 1px solid #808080;
  }

.overview td {
  background: #fff;
  border-top: 1px solid #808080;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}

.business-list{
	list-style: none;
	}

.business-list li{
	width: calc(90% / 3);
  text-align: center;
  font-weight: bold;
  height: 70px;	
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.bg-blue1{background:#f0f6f7;padding: 1rem 2rem;margin: 0.5rem;}
.bg-blue2{background:#e1edef;padding: 1rem 2rem;margin: 0.5rem;}
.bg-blue1-pc-only{background:#f0f6f7;padding: 1rem 2rem;margin: 0.5rem;}
.bg-blue2-pc-only{background:#e1edef;padding: 1rem 2rem;margin: 0.5rem;}

.loop-slider{
	max-width:100%;
	margin: 0 auto;
	}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 225px !important; /* 高さを指定 */
  width: auto !important;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}

.c {
    text-align: center;
}
.overlay { /* グレーの背景 */
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s 0s ease;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#pop-up {
  display: none;
}
#pop-up:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
.popWindow {
  border-radius: 5px;
  overflow: auto; /* スクロールバー用 */
  max-height: 95%; /* すき間 */
  min-width: fit-content; /* 横幅が広い時に白の部分が大きくならないため */
  max-width: 95%; /* すき間 */
  position: fixed;
  top: 50%; /* 中央に */
  left: 50%; /* 中央に */
  transform: translate(-50%, -50%); /* 中央に */
  z-index: 100010;
  font-size: 13px;
  line-height: 18px;
  margin: 10px auto;
  padding: 4px 10px;
  background: #FFFD; /* 枠の色 */
  text-align: center; /* 文字を中央寄せ */
  transition: all 500ms ease-in-out;
}
.popWindow .ptitle {
  font-size: 15px;
  margin: 8px;
  color: #333;
}
.popWindow .close {
  position: absolute;
  top: 8px;
  right: 10px;
  transition: all 300ms;
  font-size: 24px;
  line-height: inherit;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 2px;
}
.popWindow .close:hover {
  color: #06D85F;
}
.popWindow::-webkit-scrollbar-track {
  background: none;
}
.popWindow::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.popWindow::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
.clickable:hover {
  cursor: pointer;
}

.info-name{
	font-weight:bold;
}

.page-top-house{
	position: relative;
    background: url("../images/house/house-top-bc.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
	height:412px;
	background-position: 45% 50%;
}

.page-ttl-house{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 709px;
}

.house-list li{
	width: calc(90% / 3);
  text-align: center;
  font-weight: bold;
  height: 50px;	
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.clean-ttl{
	font-size: calc(((100vw - 560px) / 97.1429) + 20px);
	font-weight:bold;
	color:#005b86;
}

.font-bold{
	font-weight:bold;
}

.page-top-special{
	position: relative;
    background: url("../images/special/special-top-bc.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
	height:412px;
	background-position: 30% 50%;
}

.page-ttl-special{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 481px;
}

.page-sub-ttl{
	font-size: calc(((100vw - 560px) / 340) + 18px);
	font-weight:bold;
	color:#005b80;
}

.work-list {
    font-size: 0;
    margin: 0 auto;
   }

.work-list li{
	display: inline-block;
    width: calc(100% / 3); 
    text-align: center;
    padding: 20px;
    vertical-align: top;
	font-size: calc(((100vw - 560px) / 680) + 16px);
}

.pro-list{
	margin: 2rem auto 6rem;
}

.pro-list li{
	width: 24%; 
  display: inline-block;
	vertical-align: top;
	text-align: center;
}

.page-top-mainte{
	position: relative;
    background: url("../images/maintenance/mainte-top-bc.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
	height:412px;
	background-position: 5% 50%;
}

.page-ttl-mainte{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 260px;
}


/* 幅1500px以下の表示
-------------------------------------*/
@media screen and (max-width: 1500px){
	
.about-office{
	
	}

.about-philosophy{
	top:12rem;
	
}	
	
}

/* 幅1024px以下の表示
-------------------------------------*/
@media screen and (max-width: 1024px){

.about-office{
	width: 60%;
	}
	
.page-top-about {
    height: 600px;
}
	
.greeting-message{
	width: 90%;
}
	
.business-list li {
    width: calc(90% / 2);
	}
	
	.kino-ttl{
        margin-bottom: 1em;
    }
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){

.about-office{
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 50%;
	}	
	
.about-philosophy {
    width: 100%;
    right: 0;
    top: 35rem;
	padding: 0 2rem;
}
	
#pop-up2:checked + .overlay2 {
    visibility: hidden;
    opacity: 0;
  }
	
.page-ttl-house {
   width: 100%;
}
	
.page-ttl-special {
   width: 100%;
}	
	
/*.page-ttl-mainte{
	width: 100%;	
	}	*/

    

    .kino-link-in{
        padding: 10% 5%;
    }

    .kino-link-in .sp{
        display: block;
    }
	
}

/* 幅560px以下の表示
-------------------------------------*/
@media screen and (max-width: 560px){
	
.width20{width: 100%;}
.width30{width: 100%;}
.width40{width: 100%;}
.width50{width: 100%;}
.width60{width: 100%;}
.width70{width: 100%;}
.width90{width: 100%;}
.clean-pro {
    width: 90%;
}
	
.flex{
	display: block;
}
	
.section-ttl {
   margin: 2rem auto;
}	
	
	
.border-left{
	border-left: none;
	border-top: 5px solid #6bb5bf;
	padding:5px;
}	
	
.foot-nav ul {
    display: block;
    text-align: center;
}	
	
.about-office {
    width: 70%;
}
	
.bg-blue1-pc-only{background:none;}	
.bg-blue2-pc-only{background:none;}		
	
.greeting-area {
    padding: 10px 0;
    }	
	
.greeting-message {
    top: 10rem;
    padding: 2rem 2rem;
}
	
 .overview th, td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
	
.business-list li {
    width: 100%;
    }	
	
.infinite-slider .swiper-slide {
  height: 200px !important; /* 高さを指定 */
  }	
	
.house-list li {
    width: 100%;
	/*height: 40px;*/
    }
	
.work-list li{
	width: 100%; 
    }	
	
.pro-list li{
	width: 100%; 
	}
	
.border-left-blue {
    border-left: none;
    border-top: thick solid #0060ad;
    padding: 0;
}	
	
.question-o {
    width: 100%;
}	
	
.border-left-red {
    border-left: none;
    border-top: thick solid #ce5a24;
    padding: 0;
}	
	
.answer-o {
    width: 100%;
}	

.kino-link-in p{
    letter-spacing: -0.1em;
}

.kino-ttl h2 {
    margin-left: 1em;
    margin-right: 1em;
}
	
 }

 .al-end{
    align-items: flex-end;
 }

.page-top-margin{
	background-color: #6ba3ad;
    padding: 50px 0;
		}

.page-ttl-margin{
	font-size: 30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.margin-list{
	list-style: none;
	margin-bottom: 3rem;
}

.margin-list li{
	line-height: 1.8;
}

.margin-05 img{
	padding: 2rem;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
/*.tb01 th {
  background: #ff7bac;
  color: #fff;
  
}*/
/* 幅560px以下の表示
-------------------------------------*/
@media screen and (max-width: 560px){
	
   .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.tb01 td:first-child{
   /* background: #ff7bac;
    color:#fff;*/
    font-weight:bold;
  }
  table.tb01 td:before{
    content: attr(data-label);
    font-size: 1.2rem;
    font-weight:bold;
    color: #999;
    display: block;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}