@charset "UTF-8";
a {
  text-decoration: none;
  color: #222222;
}

body {
  width: 100%;
  margin: auto;
  color:#000000;
}

.site-wrapper {
  margin-top: 69px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
  padding: 0 0 0 0;
  display: flex;
  justify-content: space-between;
}

.side-menu {
    width: 100%;
    max-width: 1280px;
  margin: 10px;
  padding: 10px;
  background-color: #ffffff;
}

/* -------------------------------------------------------------------------------
header
------------------------------------------------------------------------------- */
.site-header {
  width: 100%;
  padding-left: 30px;
  background-color: #ffffff;
  position: fixed;
  z-index: 10;
  transition: 1s;
  opacity: 1;
  top: 0;
}
.site-header.hide {
  opacity: 0;
  visibility: hidden;
}
.site-logo {
  width: 148px;
}
.nav-wrapper {
  padding: 12px 0;
  width: 260px;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hamburger {
  display: none;
}
.nav-list {
  display: flex;
}
.nav-list-a {
  font-size: 12px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}
.nav-list-home {
  width: 40px;
}
.nav-list-gallery {
  width: 50px;
  margin-left: 9px;
}
.nav-list-company {
  width: 52px;
  margin-left: 4px;
}
.nav-list-contact {
  width: 72px;
  margin-left: 20px;
}
.nav-contact-wrapper {
  display: flex;
  align-items: center;
}
.instagram-icon {
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
}
.nav-contact {
  position: relative;
  display: block;
  width: 203px;
  margin-left: 35px;
  padding: 23px 0;
  color: #ffffff;
  background-color: #231815;
  font-size: 16px;
  font-family: "Sawarabi Mincho", sans-serif;
  font-weight: 400;
  text-align: center;
  transition: all 0.2s ease;
}
.nav-contact::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 30px;
  left: 32px;
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  transform: rotate(45deg);
}
/* -------------------------------------------------------------------------------
メインコンテンツ
------------------------------------------------------------------------------- */
.main-section {
  padding-top: 52px;
}
.content-width {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 50px;
}
.content-title {
  text-align: center;
  font-size: 36px;
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
}
.content-sub-title {
  display: block;
  font-family: "Hiragino Kaku Gothic", "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.content-line {
  display: flex;
}
/* -------------------------------------------------------------------------------
施工事例コンテンツ
------------------------------------------------------------------------------- */
.work-title01 {
  margin : 70px 0 30px 0;
  text-align: center;
  font-size: 50px;
  font-family: "Nanum Gothic", serif;
  font-weight: bold;

  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

.work-title02 {
  margin : 70px 0 30px 0;
  text-align: center;
  font-size: 36px;
  font-family: "Nanum Gothic", serif;
  font-weight: bold;

  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

/* -------------------------------------------------------------------------------
バナー
------------------------------------------------------------------------------- */
.banner-wrapper.content-line {
  padding-top: 90px;
  justify-content: space-between;
}

.banner-content {
  position: relative;
  width: 48%;
  background-color: #000000;
  transition: all 0.2s ease;
}
.banner-link {
  display: block;
  font-size: 36px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}
.banner-sub-title {
  display: block;
  font-size: 22px;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 400;

  letter-spacing: 0;
}
.banner-content > a {
  color: #ffffff;
}
.banner-link.instagram {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 39px 50px 39px 80px;
}
.instagram-icon-banner {
  width: 20px;
  height: 20px;
}
.square-icon-banner {
  width: 15px;
  height: 15px;
}
.banner-link.Platiha {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 50px 32px 49px;
}
.banner-text-Platiha {
  font-family: "Nanum Gothic", sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.banner-text-instagram::before {
  position: absolute;
  left: 45px;
  top: 53px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/assets/img/instagram-icon-banner@2x.png) no-repeat;
  background-size: contain;
}
.banner-text-instagram::after {
  position: absolute;
  right: 50px;
  top: 56px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/assets/img/square-icon-banner@2x.png) no-repeat;
  background-size: contain;
}

/* -------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------- */
.site-footer {
  position: relative;
  width: 100%;
  padding-top: 71px;
  background-color: #f4f2f1;
}
.footer-diamond {
  position: absolute;
  top: -13px;
  left: 50%;
  width: 40px;
  height: auto;
  transform: translate(-50%, 0);
}
.footer-diamond > img {
  width: 100%;
}
.footer-main {
  display: flex;
  justify-content: space-around;
  max-width: 880px;
  padding-bottom: 65px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.footer-left {
  width: 264px;
  height: auto;
}
.footer-logo-img {
  width: 100%;
}
.footer-right {
  padding-top: 52px;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: 400;
}
.footer-nav-list {
  display: flex;
}
.footer-nav-list-home {
  width: 52px;
}
.footer-nav-list-gallery {
  width: 65px;
  margin-left: 38px;
}
.footer-nav-list-company {
  width: 65px;
  margin-left: 26px;
}
.footer-nav-list-contact {
  width: 98px;
  margin-left: 42px;
}
.nav-list-a.footer {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: 400;
}
.nav-list-a.work {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}
.footer-message {
  margin-top: 20px;
  font-size: 22px;
  font-family: "Sawarabi Mincho", sans-serif;
  font-weight: 400;
  text-align: center;
}
.footer-message-line {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}
.copyright-wrapper {
  background-color: #000000;
  text-align: center;
  padding: 10px 0;
}
.footer-copyright {
  color: #ffffff;
  font-family: "Libre Baskerville", serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
/* -------------------------------------------------------------------------------
hover
------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .nav-contact:hover {
    background-color: #777777;
  }

  .banner-content:hover {
    background-color: #777777;
  }

  .nav-list-a span.en {
    display: inline;
  }
  .nav-list-a:hover span.en {
    display: none;
  }
  .nav-list-a span.jp {
    display: none;
  }
  .nav-list-a:hover span.jp {
    display: inline;
  }
  .site-logo-link {
    transition: opacity 0.3s;
  }
  .site-logo-link:hover {
    opacity: 0.7;
  }
  .footer-logo-link {
    transition: opacity 0.3s;
  }
  .footer-logo-link:hover {
    opacity: 0.7;
  }
  .nav-list-a.work{
    /*線の基点とするためrelativeを指定*/
	position: relative;
}
   .nav-list-a.work.current,
   .nav-list-a.work:hover {
	color:#000000;
  }
   .nav-list-a.work::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 90%;
    height: 2px;
    background:#000000;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
  }
   .nav-list-a.work.current::after,
   .nav-list-a.work:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
  }
}
@media screen and (max-width: 1000px) {
  /* ヘッダー */
  .nav-contact {
    width: 120px;
    margin-left: 15px;
  }
  .nav-contact::after {
    left: 8px;
  }
  /* -------------------------------------------------------------------------------
ハンバーガーメニュー
------------------------------------------------------------------------------- */
  .site-header {
    padding-left: 0;
  }
  .hamburger {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    z-index: 1000;
    display: inline-block;
  }
  .hamburger-line:nth-child(1) {
    top: 16px;
  }
  .hamburger-line:nth-child(2) {
    transition: all 0s;
    top: 24px;
  }
  .hamburger-line:nth-child(3) {
    top: 32px;
  }
  .hamburger-line {
    position: absolute;
    left: 14px;
    width: 22px;
    height: 2px;
    background-color: #231815;
    transition: all 0.6s;
  }
  .nav-list {
    position: fixed;
    top: 0;
    right: -200%;
    width: 100vw;
    height: 100vh;
    padding: 110px 0;
    background-color: #ffffff;
    transition: right 0.6s;
    z-index: 200;
    overflow-y: auto;
    display: block;
  }
  .nav-wrapper {
    padding: 0;
    width: 55px;
  }
  .nav-open {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50px;
    width: 100%;
    overflow: hidden;
  }
  .nav-open .nav-list {
    right: 0;
  }
  .nav-list > li {
    display: block;
    width: auto;
    margin: auto;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #f4f2f1;
  }
  .nav-list-a {
    display: block;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
  }
  .nav-open .hamburger-line:nth-child(2) {
    width: 0;
  }
  .nav-open .hamburger-line:nth-child(1) {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
  .nav-open .hamburger-line:nth-child(3) {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* ヘッダー */
  .site-header {
    padding-left: 0;
  }
  .nav-contact {
    width: 120px;
    margin-left: 15px;
  }
  .nav-contact::after {
    left: 8px;
  }
  span.jp {
    display: none;
  }
  /* バナー */
  .banner-wrapper.content-line {
    display: block;
  }
  .banner-content {
    width: 100%;
  }
  .banner-content.Platiha {
    margin-top: 30px;
  }
  .banner-link.instagram {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .banner-link.Platiha {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .banner-text-instagram::before {
    top: 44px;
  }
  .banner-text-instagram::after {
    top: 47px;
  }

  /* フッター */
  .footer-main {
    display: block;
    padding-bottom: 30px;
  }
  .footer-left {
    margin: 0 auto;
  }
  .footer-right {
    margin: 0 auto;
    padding-top: 20px;
  }
  .footer-nav-list {
    display: block;
  }
  .footer-nav-list > li {
    width: 105px;
    margin: 0 auto;
    text-align: center;
  }
  .nav-list-a.footer {
    padding: 10px 0;
  }
  .nav-list-a.work {
    padding: 0;
    text-align: center;

  }
  .footer-message {
    margin-top: 15px;
  }
  .site-footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 550px) {
  .site-wrapper {
    margin-top: 56px;
  }
  .nav-contact {
    width: 90px;
    margin-left: 10px;
    font-size: 14px;
    padding: 18px 6px 18px 14px;
  }
  .nav-contact::after {
    left: 6px;
    top: 24px;
  }
  .site-logo {
    width: 120px;
  }
  .banner-link {
    font-size: 25px;
  }
  .banner-text-Platiha {
    font-size: 35px;
  }
  .banner-link.instagram {
    padding-left: 60px;
    padding-right: 20px;
  }
  .banner-text-instagram::before {
    top: 38px;
    left: 25px;
  }
  .banner-text-instagram::after {
    top: 38px;
  }
}

table.outline {
	width: 100%;              /* 幅指定 */
    border: 1px #000000 solid;
    border-collapse: collapse;
}

td {
    background-color: #f4f2f1;  /* 背景色指定 */
    width:  20%;              /* 幅指定 */
    padding: 10px;      /* 余白指定 */
    border: 1px #000000 solid;         /* 枠線指定 */
    font-weight:  bold;       /* 文字の太さ指定 */
}

th {
    width:  30%;              /* 幅指定 */
    padding: 10px;      /* 余白指定 */
    border: 1px #000000 solid;         /* 枠線指定 */
    font-weight:  normal;       /* 文字の太さ指定 */
}

table.list {
	width: 100%;              /* 幅指定 */
    border-collapse: collapse;
    text-align: center;
}

td.list {
    background-color: #ffffff;  /* 背景色指定 */
    width:  20%;              /* 幅指定 */
    border: 0px solid;         /* 枠線指定 */
    font-weight:  normal;       /* 文字の太さ指定 */
}

th.list {
    background-color: #ffffff;  /* 背景色指定 */
    width:  20%;              /* 幅指定 */
    border: 0px solid;         /* 枠線指定 */
    font-weight:  normal;       /* 文字の太さ指定 */
}

@media only screen and (max-width:991px){
	.outline {
	}
	.outline th,
	.outline td{
		width: 100%;
		display: block;
	}
}

@media only screen and (max-width:991px){
	.list {
	}
	.list td{
		width: 45%;
		float:  left;               /* 横並びにする */
		    text-align: center;
        margin:  0 0 50px 0;               /* 要素と要素の間を開ける */
	}
	.list th{
		width: 45%;
		float:  right;               /* 横並びにする */
		    text-align: center;
        margin:  500px 0 0 0;               /* 要素と要素の間を開ける */
	}
}

.drawing-img {
  width: 70%;
  margin: auto;
  display: block;
}