@charset "UTF-8";
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* メインカラー */
/* サブカラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* 見出し */
/* 横幅 */
/* clearfix */
/* ボタン */
/* テーブル */
/* transition */
/*** FontFamily ***/
/*
Google が提供する日本語 Web フォント
https://qiita.com/shotets/items/502f8093d53369eaab50*/
@font-face {
  font-family: 'jun101';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/jun101.woff2") format("woff2"), url("../fonts/jun101.woff") format("woff");
}

@font-face {
  font-family: 'jun34';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/jun34.woff2") format("woff2"), url("../fonts/jun34.woff") format("woff");
}

@font-face {
  font-family: 'noto-demi';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-demi.woff2") format("woff2"), url("../fonts/noto-demi.woff") format("woff");
}

/*****共通*******/
.sns-sharerbtn-list {
  margin: 8px 0;
  padding: 8px 0;
  text-align: center;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  background: #f0f0f0;
  overflow: hidden;
  clear: both;
}

.sns-sharerbtn-list li {
  margin: 0 4px;
  vertical-align: top;
  display: inline-block;
}

/**********************/
/****ページネーション**/
/**********************/
.pagenation {
  margin: 0 0 20px;
  text-align: center;
  color: #999;
  font-size: 0;
  letter-spacing: 0;
  clear: both;
}

.pagenation li {
  font-size: 13px;
  width: 26px;
  margin: 0 2px;
  line-height: 30px;
  color: #666;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: #f8f8f8;
  display: inline-block;
  vertical-align: top;
}

.pagenation li.current {
  color: #fff;
  background: #68bafa;
  cursor: default;
}

.pagenation li.dot {
  border: none;
  cursor: default;
}

.pagenation li a {
  display: block;
  width: 26px;
  line-height: 30px;
  color: #666;
  text-decoration: none;
  border-radius: 4px;
  background: #f8f8f8;
  vertical-align: top;
  cursor: pointer;
}

.pagenation li a:hover {
  color: #fff;
  background: #68bafa;
}

/************************/
/****新着詳細ページ前後**/
/************************/
.paginated-link {
  margin: 0 5px;
  overflow: hidden;
}

.paginated-link {
  width: 100%;
}

.paginated-link li {
  width: calc(50% - 60px);
  margin-top: 20px;
  font-size: 1.8rem;
  font-family: "noto-demi";
  letter-spacing: 0.14em;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.paginated-link li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 44px;
  line-height: 44px;
  color: #7a3737;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.paginated-link li:hover a {
  color: #68bafa;
}

.paginated-link li.prev-link {
  float: left;
}

.paginated-link li.prev-link a {
  padding-left: 60px;
  padding-right: 15px;
}

.paginated-link li.prev-link a:hover:before {
  left: 30px;
}

.paginated-link li.prev-link a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #68bafa;
  border-left: solid 1px #68bafa;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  left: 35px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.paginated-link li.next-link {
  float: right;
}

.paginated-link li.next-link a {
  padding-right: 60px;
  padding-left: 15px;
}

.paginated-link li.next-link a:hover:after {
  right: 30px;
}

.paginated-link li.next-link a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #68bafa;
  border-right: solid 1px #68bafa;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  right: 35px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.paginated-link li.back-link {
  width: 120px;
  float: left;
  text-align: center;
}

.paginated-link li.back-link a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #a6a6a6;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.paginated-link li.back-link a:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #a6a6a6;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

/************************/
/**  SPメニューCSS     **/
/************************/
.toggle_button,
.toggle_button span {
  display: inline-block;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.toggle_button {
  position: fixed;
  top: 18px;
  right: 5px;
  width: 40px;
  height: 40px;
  background: #68bafa;
  border-radius: 5px;
  z-index: 101;
}

.toggle_button span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 65%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.toggle_button span:nth-child(1) {
  top: 25%;
}

.toggle_button span:nth-child(2) {
  top: 47.5%;
}

.toggle_button span:nth-child(3) {
  top: 70%;
}

.toggle_button.active span:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.toggle_button.active span:nth-child(2),
.toggle_button.active span:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.sp_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 3px #eddfce;
  padding: 10px;
  z-index: 55;
  overflow-x: hidden;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.sp_menu .sp_nav {
  opacity: 0;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.sp_menu .sp_nav .sp_logo {
  width: 95px;
  margin-bottom: 15px;
}

.sp_menu .sp_nav .tel {
  width: 230px;
  margin-bottom: 8px;
}

.sp_menu .sp_nav .t-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-family: "noto-demi";
  color: #515151;
  margin-bottom: 15px;
}

.sp_menu .sp_nav .t-h dt {
  margin-right: 5px;
}

.sp_menu .sp_nav .t-h dd {
  margin-right: 10px;
}

.sp_menu .sp_nav .t-h dd:last-of-type {
  margin-right: 0;
}

.sp_menu .sp_nav .nav {
  margin-bottom: 5px;
}

.sp_menu .sp_nav .nav li {
  border-top: solid 1px #949494;
}

.sp_menu .sp_nav .nav li:last-of-type {
  border-bottom: solid 1px #949494;
}

.sp_menu .sp_nav .nav li a {
  display: block;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #785858;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 13px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_menu .sp_nav .nav li a:hover {
  text-decoration: none;
  color: #68bafa;
}

.sp_menu .sp_nav .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp_menu .sp_nav .sns li {
  width: 35px;
  margin-right: 8px;
}

.sp_menu .sp_nav .sns li:last-of-type {
  margin-right: 0;
}

.sp_menu.active {
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.sp_menu.active .sp_nav {
  opacity: 1;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

/*************wrapper***************/
#wrapper {
  min-width: 1180px;
  max-width: 1920px;
  margin: 0 auto;
}

.h1_bg {
  padding: 1px 0;
}

.h1_bg h1 {
  font-size: 1.2rem;
  font-family: "noto-demi";
  color: #8d8d8d;
  letter-spacing: 0.1em;
  line-height: 1;
}

/***************loading***************/
#loader-bg {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 150;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}

#loader img {
  width: 100%;
}

/***************header***************/
header {
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 0 18px;
}

header .header {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .ri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 4px;
}

header .logo {
  width: 86px;
}

header .logo img {
  width: 100%;
}

header .t-h {
  margin-right: 15px;
}

header .t-h dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-family: "noto-demi";
  color: #515151;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}

header .t-h dl:last-of-type {
  margin-bottom: 0;
}

header .tel {
  margin-right: 30px;
}

header .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .sns li {
  margin-right: 10px;
}

header .sns li:last-of-type {
  margin-right: 0;
}

/********g-nav********/
.g-nav {
  height: 90px;
  background: #fef7ef;
}

.g-nav ul {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 46px 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-nav ul li {
  border-left: solid 1px #949494;
}

.g-nav ul li:last-of-type {
  border-right: solid 1px #949494;
}

.g-nav ul li a {
  display: block;
  width: 153px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #785858;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.g-nav ul li a:before {
  content: "";
  width: 41px;
  height: 41px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -37px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.g-nav ul li a:hover {
  text-decoration: none;
  color: #fb8787;
}

.g-nav ul li a:hover:before {
  -webkit-transform: translateX(-50%) rotateY(360deg);
  transform: translateX(-50%) rotateY(360deg);
}

.g-nav ul li:nth-of-type(1) a:before {
  background: url(../image/common/nav1.png) no-repeat center;
}

.g-nav ul li:nth-of-type(2) a:before {
  background: url(../image/common/nav2.png) no-repeat center;
}

.g-nav ul li:nth-of-type(3) a:before {
  background: url(../image/common/nav3.png) no-repeat center;
}

.g-nav ul li:nth-of-type(4) a:before {
  background: url(../image/common/nav4.png) no-repeat center;
}

.g-nav ul li:nth-of-type(5) a:before {
  background: url(../image/common/nav5.png) no-repeat center;
}

.g-nav ul li:nth-of-type(6) a:before {
  background: url(../image/common/nav6.png) no-repeat center;
}

.g-nav ul li:nth-of-type(7) a:before {
  background: url(../image/common/nav7.png) no-repeat center;
}

.g-nav ul li.current a {
  color: #fb8787;
}

.g-nav ul li.current a:hover:before {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/********トップページメイン画像********/
.main_bg {
  width: 100%;
  height: 0;
  padding-top: 41.666666%;
  position: relative;
}
.main_bg iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/********サブページメイン画像********/
.main_bgs {
  height: 300px;
  background: url(../image/works/sub-vis.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.main_bgs.repair {
  background: url(../image/repair/sub-vis.png) no-repeat center;
  background-size: cover;
}

.main_bgs.repair p {
  color: #92fafe;
}

.main_bgs.maintenance {
  background: url(../image/maintenance/sub-vis.png) no-repeat center;
  background-size: cover;
}

.main_bgs.maintenance p {
  color: #f7d14d;
}

.main_bgs.works p {
  color: #e87a91;
}

.main_bgs.sale {
  background: url(../image/sale/sub-vis.png) no-repeat center;
  background-size: cover;
}

.main_bgs.sale p {
  color: #25e44f;
}

.main_bgs.access {
  background: url(../image/access/sub-vis.png) no-repeat center;
  background-size: cover;
}

.main_bgs p {
  color: #1a99fd;
  font-size: 4.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

/*********ぱんくずリスト***********/
.bread {
  width: 100%;
  padding: 10px 0;
  background: #fef7ef;
}

.bread .breadcrumbs {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.bread .breadcrumbs li {
  float: left;
  font-size: 1.5rem;
  line-height: 1.2;
}

.bread .breadcrumbs li a {
  display: block;
  color: #7a3737;
  padding-right: 20px;
  position: relative;
}

.bread .breadcrumbs li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #7a3737;
  border-right: solid 1px #7a3737;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  right: 8px;
}

.bread .breadcrumbs li:last-child {
  width: 35%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.bread .breadcrumbs li:last-child:nth-child(2) {
  width: auto;
}

/**********コンテンツ**********/
#container {
  color: #7a3737;
  font-size: 1.8rem;
  font-family: "noto-demi";
  letter-spacing: 0.1em;
  line-height: 1.555555;
}

/*********footer***********/
footer {
  width: 100%;
  border-top: solid 3px #68bafa;
  padding: 26px 0 21px;
}

footer .footer {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

footer .ri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 14px;
}

footer .add {
  margin-right: 30px;
  font-size: 1.6rem;
  font-family: "noto-demi";
  color: #515151;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

footer .t-h {
  margin-right: 20px;
}

footer .t-h dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-family: "noto-demi";
  color: #515151;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}

footer .t-h dl:last-of-type {
  margin-bottom: 0;
}

footer .tel {
  margin-right: 20px;
}

footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .sns li {
  margin-right: 10px;
}

footer .sns li:last-of-type {
  margin-right: 0;
}

footer .f-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .f-nav li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #8d8d8d;
}

footer .f-nav li:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

footer .f-nav li a {
  font-size: 1.4rem;
  font-family: "noto-demi";
  color: #7a3737;
  line-height: 1;
  letter-spacing: 0.1em;
}

/*********copy***********/
div.copy {
  overflow: hidden;
  height: 30px;
  background: #68bafa;
  line-height: 30px;
}

div.copy p {
  text-align: center;
  font-size: 1.2rem;
  font-family: "noto-demi";
  color: #fff;
  letter-spacing: 0.1em;
}

div.copy p a {
  color: #fff;
}

/******pagetop******/
.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 50;
}

/*IEハック*/
@media screen\0 {
  /**ここに書く**/
}
