@charset "UTF-8";
/* -------------------------------------
 * Since:     2015-01-15
 * Modified:  2015-03-15
 * Guideline: Ver.2.0
 * -------------------------------------
 */
/* !HTML5 elements
 * ---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* !Reseting
 * ---------------------------------------------------------- */
html {
  font-size: 13px;
}

@media (min-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Noto Serif JP", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 2.2;
  letter-spacing: 1.5px;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption, time {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  border-style: none;
}

@media (max-width: 1100px) {
  img {
    border-style: none;
    height: auto;
    max-width: 100%;
  }
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3 h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after, q:before {
  content: ".";
}

a, input {
  outline: none;
}

input, textarea, select {
  font-family: "Noto Serif JP", sans-serif;
}

input [type="button"], input [type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

abbr, acronym {
  border: 0;
}

/*======================================================= */
/*　共通
 * ---------------------------------------------------- */
div.wrap {
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  div.wrap {
    padding: 0 40px;
  }
}

/* リンク
 * ---------------------------------------------------- */
a:link {
  color: #000;
}

a:active {
  color: #006699;
}

a:visited {
  color: #666;
}

a:hover {
  color: #E20A16;
}

/*　PDF　*/
.container .PDF {
  width: 100%;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.container .PDF p.file {
  padding: 10px 15px 10px 55px;
  margin: 0 0 20px 0;
  position: relative;
}

.container .PDF p.file a {
  text-decoration: none;
}

.container .PDF p.file a:link, .container .PDF p.file a:visited, .container .PDF p.file a:focus {
  color: #000;
}

.container .PDF p.file a:hover {
  color: #E20A16;
}

.container .PDF p.file a:before {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  content: url(../img/icon_pdf.jpg);
  font-size: 0px;
  line-height: 0;
}

@media print, screen and (min-width: 640px) {
  .container .PDF {
    overflow: hidden;
  }
}

/*====================================================== */
/*　グローバルナビ　ナビ
 * ---------------------------------------------------- */
@media (min-width: 960px) {
  #pc__glNavi ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  #pc__glNavi ul li {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
  }
  #pc__glNavi ul li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 0;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
  }
  #pc__glNavi ul li a:link, #pc__glNavi ul li a:active, #pc__glNavi ul li a:visited {
    color: #000;
  }
  #pc__glNavi ul li a:hover {
    color: #000;
  }
  #pc__glNavi ul li a:before, #pc__glNavi ul li a:after {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 1px;
    content: '';
    background-color: #000;
    transition: all 0.3s;
  }
  #pc__glNavi ul li a:before {
    left: 0px;
    top: 0px;
  }
  #pc__glNavi ul li a:after {
    right: 0px;
    bottom: 0px;
  }
  #pc__glNavi ul li a:hover:before, #pc__glNavi ul li a:hover:after {
    opacity: 1;
    width: 100%;
  }
}

/*======================================================= */
/*　グローバル　ナビ　ボタン（SP用）
 * ---------------------------------------------------- */
#nav-toggle {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: auto;
  cursor: pointer;
  z-index: 9999;
  padding: 15px 10px 5px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
}

@media (min-width: 768px) {
  #nav-toggle {
/*     margin-right: 50px; */
  }
}

div.navBtn p.dataText {
  margin-top: 24px;
}

div.navBtn p.dataText:after {
  content: attr(data-txt-menu);
  font-size: 1rem;
  font-weight: normal;
  text-align-last: justify;
  text-justify: inter-ideograph;
  letter-spacing: 2px;
}

/* 右上のメインメニューボタン がクリックされた時のスタイル */
.open div p.dataText:after {
  content: attr(data-txt-close);
  font-weight: normal;
  /*font-size:0.95rem*/
  text-align-last: justify;
  text-justify: inter-ideograph;
  letter-spacing: 2px;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle div span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #33703D;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle div span:nth-child(1) {
  top: 0;
}

#nav-toggle div span:nth-child(2) {
  top: 10px;
}

#nav-toggle div span:nth-child(3) {
  top: 20px;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
}

/*======================================================= */
/*　グローバルナビ　ナビ（SP用）
 * ---------------------------------------------------- */
#sp__glNavi {
  background-color: #33703D;
  position: fixed;
  z-index: 999;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

#sp__glNavi > .wrap {
  margin: 0 !important;
}

#sp__glNavi > .inner {
  padding: 10px !important;
}

#sp__navi {
  padding: 0;
}

#sp__navi .block {
  border-bottom: 1px solid #719B78;
  padding: 10px 0px 10px;
}

#sp__navi .block > ul {
  width: 100%;
}

#sp__navi .block > ul li {
  width: 100%;
}

#sp__navi .block > ul li a {
  display: block;
  position: relative;
  padding: 2px 0px;
  text-decoration: none;
  line-height: 2.5;
}

#sp__navi .block > ul li a:link, #sp__navi .block > ul li a:active, #sp__navi .block > ul li a:visited {
  color: #fff;
}

#sp__navi .block > ul li a:hover {
  color: #E20A16;
}

#sp__navi .block > ul ul > li a {
  padding: 0 0 0 25px;
  font-weight: normal;
}

#sp__navi .block > ul ul > li a:before {
  left: 5px;
  content: "－";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#sp__navi .block ul.social li {
  line-height: 1;
}

#sp__navi .block ul.social li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 8px 0 8px 35px;
}

#sp__navi .block ul.social li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  
  line-height: 0;
  font-size: 0px;
}

#sp__navi .block ul.social li:nth-child(1) a:before {
  content: url(../img/icon_gn_instagram_02.png);
}

#sp__navi .block ul.social li:nth-child(2) a:before {
  content: url(../img/icon_gn_twitter_02.png);
}

#sp__navi .block ul.social li:nth-child(3) a:before {
  content: url(../img/icon_gn_blog.png);
}

.open #sp__glNavi {
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
}

/*======================================================= */
/*　ヘッダー
 * ---------------------------------------------------- */
#headerArea .inner {
  padding: 20px 10px;
}

@media (min-width: 768px) {
  #headerArea .inner {
    padding: 20px 0;
  }
}

#headerArea a {
  text-decoration: none;
}

#headerArea .logo {
  font-size: 0px;
  line-height: 0;
  max-width: 100%;
}

#headerArea .logo img {
  border-style: none;
  height: auto;
  max-width: 60%;
}

@media (min-width: 768px) {
  #headerArea .logo img {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 960px) {
  #sp__box {
    display: none;
  }
  #headerArea .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

@media print, screen and (min-width: 960px) {
.contact__box {
*　    display: none;　*/
  }
} 

@media print, screen and (max-width: 959px) {
  #pc__box {
    display: none;
  }
}


/*　お問い合わせフォームボタン　*/
.contact__box {
    position: fixed;
    top: 60%;
    right: 0;

    z-index: 9999;
}

.contact__box p {
	display: block;
    margin: 0;
    padding-left: 35px;

    position: relative;
}

.contact__box p img {
	width: 12px;
}

.contact__box p a {
	padding: 15px;
	text-decoration: none;
	color: #221814;
	background-color: #33703d;
	
	display: block;
	font-size: 0px;
	line-height: 0;
}

.contact__box p a:.contact__box p a:hover {
	color:#221814;
}
.contact__box p a:hover {

  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";

  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}


/*======================================================= */
/* コンテンツ
 * ---------------------------------------------------- */
#wrapper {
  width: 100%;
  overflow: hidden;
  clear: both;
}

#contents {
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.container > .inner {
  padding: 0 10px;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1380px;
  }
}

@media (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
  .container > .inner {
    padding: 0;
  }
}

.container__box {
  margin: 0;
}

.container__box .main {
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px 0;
  overflow: hidden;
}

.container__box .side {
  margin: 0 0 20px 0;
}

.container__box .side .category__title, .container__box .side .date {
  font-size: 1.23077rem;
}

@media (min-width: 768px) {
  .container__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 60px 0;
  }
  .container__box .main {
    max-width: 100%;
    padding: 0 0 0 50px;
    border-left: 1px solid #ccc;
    border-bottom: none;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .container__box .side {
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
	max-width: 230px;
	padding: 0 10px 0 0;
  }
}

/*======================================================= */
/*　アンカーボタン
 * ---------------------------------------------------- */
.anchor__btn {
  background-color: #fff;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (min-width: 768px) {
  .anchor__btn {
    padding: 10px 0px;
  }
}

.anchor__btn.fixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 99;
}

.anchor__btn ol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

.anchor__btn ol li {
  margin: 0 10px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

@media (min-width: 768px) {
  .anchor__btn ol li {
    margin: 0 20px 0 0;
  }
}

.anchor__btn ol li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  padding: 15px 10px;
  background-color: #F0F0F0;
  color: #000;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .anchor__btn ol li a {
    padding: 10px 5px;
    letter-spacing: 1px;
  }
}

.anchor__btn ol li a:hover {
  background-color: #33703D;
  color: #fff;
}

/*======================================================= */
/*　左側　SNS
 * ---------------------------------------------------- */
.social__left__box {
  position: fixed;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  z-index: 500;
}

@media (max-width: 767px) {
  .social__left__box {
    display: none;
  }
}

.social__left__box p {
  margin: 0 5px 20px;
  font-size: 0px;
  line-height: 0;
}

.social__left__box .sns__button li {
  margin-bottom: 10px;
}

.social__left__box .sns__button li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=70;
}

/*======================================================= */
/*　右側　Mail
 * ---------------------------------------------------- */
.mail__right__box {
  position: fixed;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  z-index: 500;
}

@media (max-width: 767px) {
  .mail__right__box {
    display: none;
  }
}

.mail__right__box p {
  margin: 0 5px 20px;
  font-size: 0px;
  line-height: 0;
}

/*======================================================= */
/*　Work 一覧
 * ---------------------------------------------------- */



/* 一覧全体 */
.work__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 56px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.work__list li {
	margin: 0;
	padding: 0;
}

/* リンク全体 */
.work__list li a {
	display: block;
	text-decoration: none;
	color: inherit;
}

/* 画像枠 */
.work__list li .photo {
	position: relative;
	overflow: hidden;
	margin: 0 0 12px;
	aspect-ratio: 380 / 265; /* 画像比率を揃える */
	background: #f5f5f5;
}

/* 画像 */
.work__list li .photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

/* ホバー時の拡大 */

.work__list li a:hover {
	color: #E20A16;
}
.work__list li a:hover .photo img {
	transform: scale(1.05);
}

/* ラベル共通 */
.work__list li .photo .new {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: inline-block;
	min-width: 102px;
	padding: 10px 16px;
	box-sizing: border-box;
	line-height: 1;
	color: #fff;
	text-align: center;
	background: #33703D; /* 新築 */
}

/* リフォーム用 */
.work__list li .photo .new.reform {
	background: #006599;
}

/* タイトル */
.work__list li p {
	margin: 0;
	line-height: 1.6;
}

/* 959px以下で2カラム */
@media screen and (max-width: 959px) {
	.work__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 20px;
	}

	.work__list li .photo .new {
		min-width: 86px;
		padding: 9px 12px;
	}

	.work__list li p {
		line-height: 1.5;
	}
}

/* 必要ならさらに小さい画面向けの微調整 */
@media screen and (max-width: 640px) {
	.work__list {
		gap: 28px 14px;
	}

	.work__list li .photo {
		margin-bottom: 10px;
	}

	.work__list li .photo .new {
		min-width: 74px;
		padding: 8px 10px;
		font-size: 14px;
	}

	.work__list li p {
		font-size: 14px;
	}
}




/* コンテンツタイトル ------------------------------------------- */
#contentsTit {
  padding: 15px 0 15px 20px;
  background-color: #DFDFD0;
}

#contentsTit h1 {
  font-size: 1.38462rem;
  line-height: 1.2;
  position: relative;
}

@media (min-width: 768px) {
  #contentsTit {
    padding: 35px 0 35px 40px;
  }
}

/*　カテゴリタイトル ------------------------------------------- */
#contents .article__title__01 {
  font-size: 1.23077rem;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}

#contents .article__title__01::before {
  font-size: 0.76923rem;
  position: absolute;
  color: #33703D;
  content: "■";
  top: 5px;
  left: 0;
}

#contents .article__title__02 {
  font-size: 1.53846rem;
}

@media (min-width: 768px) {
  #contents .categoryTit01 {
    font-size: 1.23077rem;
  }
}

/*================================================================================================================== */
/*　page-top
 * ---------------------------------------------------- */
#pageTop {
  overflow: hidden;
  clear: both;
  position: relative;
  z-index: 99;
}

#pageTop p {
  height: 50px;
  width: 50px;
  display: block;
  float: right;
}

#pageTop p a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  width: 50px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
}

#pageTop p a i {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.53846rem;
  line-height: 0;
}

/*======================================================= */
/*　フッタ
 * ---------------------------------------------------- */
#footerArea {
  clear: both;
  width: 100%;
  margin: 0 0 100px 0;;
  padding: 0;
  display: block;
  position: relative;
  background-color: #DFDFD0;
}

#footer__top .wrap > .inner {
  padding: 0 10px;
}

@media (min-width: 768px) {
  #footer__top .wrap > .inner {
    padding: 0;
  }
}

#footer__navi {
  padding: 0;
}

#footer__navi .block > ul {
  width: 100%;
}

#footer__navi .block > ul li {
  width: 100%;
}

#footer__navi .block > ul li a {
  display: block;
  position: relative;
  padding: 2px 0px;
  text-decoration: none;
  line-height: 2.5;
}

#footer__navi .block > ul li a:link, #footer__navi .block > ul li a:active, #footer__navi .block > ul li a:visited {
  color: #000000;
}

#footer__navi .block > ul li a:hover {
  color: #E20A16;
}

#footer__navi .block > ul ul > li a {
  font-weight: normal;
}

#footer__navi .block > ul ul > li a:before {
  content: "－";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (min-width: 960px) {
  #footer__navi {
    padding: 75px 0 30px;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
	
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  #footer__navi .block__le {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  
  #footer__navi .block__ri .block {

	padding: 0 15px 0 0;
	
  }
  #footer__navi .block__ri {
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap:  wrap;
    flex-wrap: wrap;
  }
  
  
  #footer__navi .block__ri .block {
    -webkit-box-flex: 0 1 22%;
    -moz-box-flex: 0 1 22%;
    -webkit-flex: 0 1 22%;
    -ms-flex: 0 1 22%;
    flex: 0 1 22%;
	padding: 0 0 15px 15px;
	

	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
  }
   #footer__navi .block__ri .block:nth-of-type(2) {
    -webkit-box-flex: 0 1 12%;
    -moz-box-flex: 0 1 12%;
    -webkit-flex: 0 1 12%;
    -ms-flex: 0 1 12%;
    flex: 0 1 12%;

  }

  #footer__navi .block {
	  display: block;

  }
  #footer__navi .block > ul li a {
    padding: 2px 0px;
  }
  #footer__navi .block > ul ul > li a {
    padding: 2px 0px 2px 15px;
  }
  #footer__navi .block > ul ul > li a:before {
    left: 0;
  }
}

@media (max-width: 959px) {
  #footer__navi .block {
    border-bottom: 1px solid #CCC;
    padding: 20px 0px 20px;
  }
  #footer__navi .block:last-of-type {
    border-bottom: none;
  }
  #footer__navi .block > ul li ul > li a {
    padding: 0 0 0 25px;
  }
  #footer__navi .block > ul li ul > li a:before {
    left: 5px;
  }
}

#footer__bottom {
  border-top: 1px solid #CCC;
  padding: 30px 0 20px;
}

#footer__bottom .block {
  margin: 0 0 25px 0;
}

#footer__bottom a:link, #footer__bottom a:active, #footer__bottom a:visited {
  color: #000000;
}

#footer__bottom a:hover {
  color: #E20A16;
}

#footer__bottom ul.social li {
  margin: 0 0 15px 0;
  line-height: 1;
}

#footer__bottom ul.social li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 8px 0 8px 35px;
}

#footer__bottom ul.social li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
}

#footer__bottom ul.social li:nth-child(1) a:before {
  content: url(../img/icon_gn_instagram_02.png);
}

#footer__bottom ul.social li:nth-child(2) a:before {
  content: url(../img/icon_gn_twitter_02.png);
}

#footer__bottom ul.social li:nth-child(3) a:before {
  content: url(../img/icon_gn_note_02.png);
}

@media (min-width: 960px) {
  #footer__bottom {
    padding: 60px 0 40px;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  #footer__bottom .block {
    -webkit-box-flex: 1 0 22%;
    -moz-box-flex: 1 0 22%;
    -webkit-flex: 1 0 22%;
    -ms-flex: 1 0 22%;
    flex: 1 0 22%;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #footer__bottom .block:not(:first-child) {
    -webkit-box-flex: 1 0 28%;
    -moz-box-flex: 1 0 28%;
    -webkit-flex: 1 0 28%;
    -ms-flex: 1 0 28%;
    flex: 1 0 28%;
    padding: 0 20px;
  }
}

#copyright {
  font-size: 0.76923rem;
  clear: both;
  margin: 0 0 40px 0;
  padding: 0;
  text-align: right;
}


/*　事例一覧の表示調整　*/

section.main div.slick-slide {
  width: auto !important;
}

section.main div.container div.slick-list {
  height: 200px;
}

section.main .slick-slider .slick-list,
section.main .slick-slider .slick-track{
height: 200px;
}

.sliderArea .slick-slide {
  opacity: 1;
}

@media screen and (max-width: 420px){
section.main div.container div.slick-list {
  height: 120px;
}

section.main .slick-slider .slick-list,
section.main .slick-slider .slick-track{
height: 120px;
}
}

/* =========================
   スマホ下部固定バナー・メニュー
   776px以下のみ表示
========================= */
#footerfixedArea {
  display: none;
}

@media screen and (max-width: 776px) {
  #footerfixedArea {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 0 calc(env(safe-area-inset-bottom, 0px));
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    pointer-events: none;
    transition:
      opacity 0.35s ease,
      transform 0.35s ease,
      visibility 0.35s ease;
  }

  #footerfixedArea.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* バナー部分 */
  #footerfixedArea .footer-banner-area {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px 8px;
    box-sizing: border-box;
  }

  #footerfixedArea .footer-banner-link {
    display: inline-block;
    width: auto;
    max-width: 100%;
    line-height: 0;
  }

  #footerfixedArea .footer-banner-area img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  /* メニュー全体 */
  #footerfixedArea .footer-nav-area {
    width: 100%;
    background: rgba(51, 51, 51, 0.88);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  #footerfixedArea .footer-nav-area ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #footerfixedArea .footer-nav-area li {
    flex: 1 1 25%;
    margin: 0;
    padding: 0;
  }

  #footerfixedArea .footer-nav-area li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.9);
  }

  #footerfixedArea .footer-nav-area a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 64px;
    padding: 8px 4px 7px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    background: transparent;
    transition: background 0.2s ease;
    -webkit-tap-highlight-color: transparent;
  }

  /* タップ時・現在タップ中 */
  #footerfixedArea .footer-nav-area a:active {
    background: rgba(51, 112, 61, 0.82);
  }

  /* PCのhover暴発防止込みで、hover可能端末だけ適用 */
  @media (hover: hover) and (pointer: fine) {
    #footerfixedArea .footer-nav-area a:hover {
      background: rgba(51, 112, 61, 0.82);
    }
  }

  #footerfixedArea .nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    margin-bottom: 5px;
  }

  #footerfixedArea .nav-icon img {
    display: block;
    max-width: 24px;
    max-height: 24px;
    width: auto;
    height: auto;
  }

  #footerfixedArea .nav-text {
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }

  /* 下部固定に隠れないよう必要なら本文側に余白追加 */
  body.has-footerfixed {
    padding-bottom: 130px;
  }

  /* フッタ下余白 */
	#footerArea {
	  margin: 0 0 100px 0;;
	}

  /* サイドバナー削除 */
	.contact__box {
	    display: none;
	}

	/* 既存のpageTopはスマホでは消す */
  #pageTop {
    display: none !important;
  }

	 #footerfixedArea {
	    position: fixed;
	    left: 0;
	    bottom: 0;
	    z-index: 9999;
	    width: 100%;
	  }

	  #footerfixedArea .footer-banner-area {
	    position: relative;
	    width: 100%;
	    text-align: center;
	    margin: 0 auto;
	    padding: 0 10px 8px;
	    box-sizing: border-box;
	  }

	  #pageTop_sp {
	    position: absolute;
	    right: 10px;
	    top: -35px;
	    z-index: 10000;
	    display: block;
	  }

	  #pageTop_sp p {
	    margin: 0;
	    padding: 0;
	  }

	  #pageTop_sp a {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 44px;
	    height: 40px;
	    background: rgba(255, 255, 255, 0.95);
	    /* border-radius: 10px 10px 0 0; */
	    text-decoration: none;
	    color: #111;
	    box-sizing: border-box;
	    line-height: 1;
	  }

	  #pageTop_sp a i {
	    font-size: 22px;
	    line-height: 1;
	  }

	  #pageTop_sp a:active {
	    opacity: 0.8;
	  }

}



