@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.youtube {
  margin: auto;
  text-align: center; }

.youtube iframe {
  width: 100%; }
  @media print, screen and (max-width: 767px) {
    .youtube iframe {
      aspect-ratio: 16 / 9;
      width: 100%;
      height: auto; } }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

.sliderA, .sliderB, .sliderC, .sliderD {
  opacity: 0;
  transition: opacity .25s ease; }

.sliderA.slick-initialized, .sliderB.slick-initialized, .sliderC.slick-initialized, .sliderD.slick-initialized {
  opacity: 1; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  @media print, screen and (max-width: 575px) {
    .gmap {
      padding-bottom: 80%; } }
  @media print, screen and (min-width: 1200px) {
    .gmap {
      padding-bottom: 45%; } }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.flexH [class^=col] {
  display: flex;
  flex-direction: column; }

.flexH [class^=col] div {
  flex-grow: 1; }

/* zoomしながらスライド画像を動かす */
/*
@keyframes fadezoom{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.sliderbox{
	animation-name:  fadezoom;
  	animation-duration: 10s;
	/*animation: fadezoom 8s 0s forwards;
}
*/
.animated {
  opacity: 0; }

/*薄い背景グレー*/
/*濃いグレー*/
/*黄色*/
/*ボーダーグレー*/
/*薄いグリーン*/
/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "helvetica-neue-lt-pro", sans-serif, -apple-system;
  letter-spacing: 3px;
  color: #333333;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  letter-spacing: 10px; }

@media print, screen and (min-width: 1200px) {
  h
  .container {
    max-width: 1400px !important; } }

@media print, screen and (min-width: 992px) {
  .spbr {
    display: none; } }

.common-btn1 {
  margin: 10px auto 0;
  width: 200px; }
  @media print, screen and (max-width: 991px) {
    .common-btn1 {
      width: 200px; } }
  .common-btn1 a {
    padding: 3px 15px;
    display: block;
    color: #333333;
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #333333;
    text-align: center;
    font-weight: 300;
    font-size: 0.9rem; }
    @media print, screen and (max-width: 767px) {
      .common-btn1 a {
        font-size: 1.0rem;
        font-weight: 400;
        padding: 10px 15px; } }

.common-btn2 {
  margin: 30px 0 0;
  width: 100px; }
  .common-btn2 a {
    padding: 2px 15px;
    display: block;
    color: #fff;
    background-color: #333333;
    text-decoration: none;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 200; }
    @media print, screen and (max-width: 767px) {
      .common-btn2 a {
        font-size: 1.0rem;
        font-weight: 300;
        padding: 5px 15px; } }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px;
  z-index: 1000; }
  .pagetop a {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 0.9rem;
    float: right;
    text-align: center; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  /*メニューを上に動かす*/ }
  #header-fixed header {
    z-index: 10000;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    /*絶対必要*/
    top: 0;
    background-color: #4C4C48;
    height: 60px;
    width: 100%;
    /*絶対必要*/
    padding: 10px 10px 10px; }
    @media print, screen and (max-width: 767px) {
      #header-fixed header {
        height: 70px;
        padding: 12px 5px 12px;
        text-align: center; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #header-fixed header {
        height: 70px;
        padding: 10px 10px 10px;
        text-align: center; } }
    #header-fixed header h1 {
      font-size: 2.0rem; }
    #header-fixed header .headmenuarea {
      position: absolute;
      right: 0;
      top: 10px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headmenuarea {
          display: none; } }
      #header-fixed header .headmenuarea ul {
        margin-top: 10px;
        margin-right: 50px; }
        #header-fixed header .headmenuarea ul li {
          text-align: center;
          list-style: none;
          padding: 1px !important;
          margin: auto;
          float: left;
          font-size: 1.0rem;
          border-right: 1px solid #fff; }
          #header-fixed header .headmenuarea ul li a {
            text-align: center;
            color: #fff;
            text-decoration: none;
            display: block;
            padding: 0 30px;
            font-size: 0.8rem;
            font-weight: 200; }
          #header-fixed header .headmenuarea ul li span {
            font-size: 0.8rem; }
        #header-fixed header .headmenuarea ul li:last-child {
          border: 0; }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important; }

#header-fixed.home {
  /*メニューを上に動かす*/ }
  #header-fixed.home header {
    display: none; }
  #header-fixed.home .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important; }

/*
#spnavi{
	@include media(lg-xl){
		display:none;
	}
	position: absolute;
	right:0;
	top:10px;
	z-index:20000;
}*/
#spmenu {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  display: block; }
  @media print, screen and (min-width: 992px) {
    #spmenu {
      display: none; } }

/*! ==================================================
　content
=================================================== */
#contenttop {
  padding-top: 150px;
  margin-top: -150px; }

.backcolor1 {
  background-color: #E5E5E5; }

.backcolor2 {
  background-color: #E5E5E5;
  margin: 50px; }
  @media print, screen and (max-width: 767px) {
    .backcolor2 {
      margin: 40px 10px; } }

.ptitle {
  padding: 100px 0 80px;
  text-align: center;
  font-weight: 200;
  font-size: 2.4rem; }
  @media print, screen and (max-width: 767px) {
    .ptitle {
      padding: 80px 0 30px;
      font-size: 2.0rem;
      letter-spacing: 5px; } }
  .ptitle span {
    display: inline-block;
    border-bottom: 3px solid #CDC58B;
    line-height: 1.5;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 5px; }

/*! ==================================================
　HOME
=================================================== */
#home #homeheadtitle {
  background-color: #ccc;
  height: 60px; }
  @media print, screen and (max-width: 991px) {
    #home #homeheadtitle {
      display: none; } }
  #home #homeheadtitle h1 {
    font-size: 2.0rem;
    padding: 10px; }
#home #homehead {
  padding-bottom: 30px;
  /*@include media(xl){
  	width:95%;
  	text-align: center;
  	margin:auto;
  }*/ }
  #home #homehead #topslide {
    overflow: hidden;
    margin: auto;
    text-align: center;
    padding: 0 15px; }
    @media print, screen and (max-width: 767px) {
      #home #homehead #topslide {
        margin-top: 50px; } }
    #home #homehead #topslide .slick-dotted.slick-slider {
      /*margin-bottom:0;*/ }
    #home #homehead #topslide ul.slick-dots {
      text-align: right; }
    #home #homehead #topslide .sliderbox img {
      overflow: hidden;
      object-fit: contain;
      margin-bottom: 10px; }
  #home #homehead .homemenuarea {
    opacity: 0;
    margin-bottom: 60px;
    padding: 0 15px 10px; }
    @media print, screen and (min-width: 768px) {
      #home #homehead .homemenuarea {
        padding: 100px 15px 20px; } }
    @media print, screen and (max-width: 767px) {
      #home #homehead .homemenuarea ul {
        margin-top: 15px; } }
    #home #homehead .homemenuarea ul li {
      text-align: left;
      list-style: none;
      padding: 10px;
      margin: auto;
      font-size: 1.0rem;
      font-weight: 200; }
      @media print, screen and (max-width: 767px) {
        #home #homehead .homemenuarea ul li {
          font-size: 1.4rem;
          font-weight: 300;
          padding: 10px; } }
      #home #homehead .homemenuarea ul li a {
        text-decoration: none;
        color: #333333; }
      #home #homehead .homemenuarea ul li a:hover {
        opacity: 0.9; }
    #home #homehead .homemenuarea ul li.instagram {
      padding: 40px 0 0 20px; }
      #home #homehead .homemenuarea ul li.instagram img {
        width: 50px; }
      @media print, screen and (max-width: 767px) {
        #home #homehead .homemenuarea ul li.instagram {
          padding: 40px 0 0 20px; } }
#home #homenews {
  margin: 50px auto;
  padding: 100px 10px 100px; }
  @media print, screen and (max-width: 767px) {
    #home #homenews {
      margin: 50px auto 30px; } }
  #home #homenews h2 {
    font-size: 2.2rem;
    text-align: center;
    line-height: 0.5;
    padding-bottom: 50px;
    font-weight: 200; }
    @media print, screen and (max-width: 767px) {
      #home #homenews h2 {
        font-size: 1.8rem;
        font-weight: 300; } }
    #home #homenews h2 span {
      font-size: 0.8rem;
      border-bottom: 3px solid #333333;
      padding: 10px 50px; }
  #home #homenews .newstitlelink {
    padding: 30px 15px; }
    @media print, screen and (max-width: 767px) {
      #home #homenews .newstitlelink {
        padding: 30px 0; } }
    #home #homenews .newstitlelink a {
      text-decoration: none; }
    #home #homenews .newstitlelink .photo {
      text-align: center;
      margin: auto; }
      #home #homenews .newstitlelink .photo img {
        object-fit: cover;
        margin: auto; }
        @media print, screen and (max-width: 767px) {
          #home #homenews .newstitlelink .photo img {
            width: 120px;
            height: 120px; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #home #homenews .newstitlelink .photo img {
            width: 130px;
            height: 130px; } }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #home #homenews .newstitlelink .photo img {
            width: 150px;
            height: 150px; } }
        @media print, screen and (min-width: 1200px) {
          #home #homenews .newstitlelink .photo img {
            width: 200px;
            height: 200px; } }
        @media print, screen and (min-width: 1600px) {
          #home #homenews .newstitlelink .photo img {
            width: 240px;
            height: 240px; } }
    #home #homenews .newstitlelink time {
      font-size: 0.8rem;
      margin-bottom: 5px;
      color: #333;
      display: inline-block; }
    #home #homenews .newstitlelink h3 {
      font-size: 0.9rem;
      font-weight: 400;
      letter-spacing: 2px;
      line-height: 1.5; }
      @media print, screen and (max-width: 767px) {
        #home #homenews .newstitlelink h3 {
          font-size: 1.0rem; } }
    #home #homenews .newstitlelink .content {
      font-size: 0.7rem;
      margin-top: 15px;
      color: #666; }
      @media print, screen and (max-width: 767px) {
        #home #homenews .newstitlelink .content {
          display: none; } }
#home .content1 {
  margin: 70px auto 0; }
  @media print, screen and (min-width: 1200px) {
    #home .content1 {
      width: 90%; } }
  #home .content1 p {
    text-align: center;
    font-size: 0.9rem;
    line-height: 2.5;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home .content1 p {
        font-size: 0.8rem; } }

/*! ==================================================
　company
=================================================== */
#company {
  padding-top: 60px;
  color: #666; }
  @media print, screen and (min-width: 992px) {
    #company {
      padding-bottom: 40px; } }
  #company .contents1 {
    padding: 80px 15px;
    text-align: center; }
    @media print, screen and (min-width: 1200px) {
      #company .contents1 {
        width: 80%;
        margin: auto; } }
    @media print, screen and (max-width: 575px) {
      #company .contents1 {
        padding: 80px 0; } }
    #company .contents1 .logomark {
      margin: auto;
      text-align: center; }
      #company .contents1 .logomark img {
        width: 120px; }
    #company .contents1 h3 {
      font-size: 1.6rem;
      padding-top: 50px;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 575px) {
        #company .contents1 h3 {
          font-size: 1.2rem; } }
    #company .contents1 p.name {
      padding-top: 20px;
      font-size: 1.2rem; }
      @media print, screen and (max-width: 575px) {
        #company .contents1 p.name {
          font-size: 1.0rem; } }
    #company .contents1 .companybox {
      margin-top: 70px;
      padding: 30px;
      background-color: #fff; }
      @media print, screen and (max-width: 575px) {
        #company .contents1 .companybox {
          padding: 0; } }
    #company .contents1 dl {
      border-bottom: 1px dotted #333333;
      padding: 30px; }
      @media print, screen and (max-width: 575px) {
        #company .contents1 dl {
          padding: 30px 5px; } }
      #company .contents1 dl dt {
        padding: 15px; }
        #company .contents1 dl dt span {
          display: inline-block;
          font-weight: 400;
          border: 1px solid #818181;
          padding: 2px 15px; }
          @media print, screen and (max-width: 767px) {
            #company .contents1 dl dt span {
              font-size: 0.9rem; } }
      #company .contents1 dl dd {
        padding: 15px;
        line-height: 2.0;
        font-size: 0.9rem; }
        @media print, screen and (max-width: 767px) {
          #company .contents1 dl dd {
            font-size: 0.9rem;
            padding: 15px 10px;
            letter-spacing: 1px;
            line-height: 2.5; } }
  @media print, screen and (min-width: 1200px) {
    #company .gmap {
      width: 80%;
      text-align: center;
      margin: auto; } }
  #company .backcolor1 {
    padding-bottom: 70px; }
    @media print, screen and (max-width: 575px) {
      #company .backcolor1 {
        padding-bottom: 70px; } }

/*! ==================================================
　about
=================================================== */
#about {
  padding-top: 60px; }
  @media print, screen and (min-width: 992px) {
    #about {
      padding-bottom: 40px; } }
  #about .backcolor1 {
    padding-bottom: 50px; }
    @media print, screen and (max-width: 991px) {
      #about .backcolor1 {
        padding-bottom: 30px;
        margin-top: 30px; } }
  #about #headmenuarea {
    margin: auto;
    text-align: center;
    padding: 150px 15px 100px; }
    @media print, screen and (min-width: 992px) {
      #about #headmenuarea {
        width: 650px; } }
    @media print, screen and (max-width: 575px) {
      #about #headmenuarea {
        width: 320px;
        padding: 70px 15px 50px; } }
  #about #headimgmenu {
    position: relative; }
    @media print, screen and (max-width: 575px) {
      #about #headimgmenu img {
        width: 320px; } }
    @media print, screen and (min-width: 1200px) {
      #about #headimgmenu img {
        width: 650px; } }
    @media print, screen and (max-width: 575px) {
      #about #headimgmenu .imgmenu img {
        width: 110px; } }
    @media print, screen and (min-width: 576px) and (max-width: 767px) {
      #about #headimgmenu .imgmenu img {
        width: 180px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #about #headimgmenu .imgmenu img {
        width: 240px; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #about #headimgmenu .imgmenu img {
        width: 220px; } }
    @media print, screen and (min-width: 1200px) {
      #about #headimgmenu .imgmenu img {
        width: 230px; } }
    #about #headimgmenu .imgmenu1 {
      /*デザイン*/
      position: absolute;
      top: 22%;
      left: -6%; }
    #about #headimgmenu .imgmenu2 {
      /*性能*/
      position: absolute;
      top: 14%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
    #about #headimgmenu .imgmenu3 {
      /*断熱材*/
      position: absolute;
      top: 22%;
      right: -6%; }
    #about #headimgmenu .imgmenu4 {
      /*価格*/
      position: absolute;
      top: 67%;
      right: 7%; }
    #about #headimgmenu .imgmenu5 {
      /*安心・保証*/
      position: absolute;
      top: 67%;
      left: 7%; }
  #about .titlecenter {
    text-align: center; }
  #about .headtitle {
    padding-top: 100px; }
    @media print, screen and (max-width: 767px) {
      #about .headtitle {
        padding-top: 50px; } }
    #about .headtitle .title1-en {
      font-size: 0.9rem;
      font-weight: 300; }
      @media print, screen and (max-width: 767px) {
        #about .headtitle .title1-en {
          margin-left: 15px; } }
    #about .headtitle .title1 {
      display: inline-block;
      border-bottom: 3px solid #CDC58B;
      padding: 30px 0;
      line-height: 1.8;
      font-size: 1.8rem; }
      @media print, screen and (max-width: 767px) {
        #about .headtitle .title1 {
          font-size: 1.4rem;
          padding: 30px 0;
          margin-left: 15px; } }
    #about .headtitle .txt1 p {
      font-size: 0.8rem;
      line-height: 2.0;
      padding-top: 15px; }
      @media print, screen and (max-width: 575px) {
        #about .headtitle .txt1 p {
          padding: 15px 15px; } }
  #about .pagetop-about {
    float: right;
    margin: 30px 0 0; }
    #about .pagetop-about a {
      text-decoration: none;
      display: block; }
  #about #design {
    background: linear-gradient(180deg, #fff 0%, #fff 85%, #E5E5E5 85%, #E5E5E5 100%);
    padding-bottom: 30px; }
    #about #design .photobox {
      padding-top: 100px; }
      @media print, screen and (max-width: 767px) {
        #about #design .photobox {
          padding-top: 50px; } }
    #about #design .mitsumori {
      margin-top: 70px;
      border: 1px solid #989898;
      padding: 5px; }
      @media print, screen and (min-width: 1200px) {
        #about #design .mitsumori {
          width: 1000px;
          margin: 70px auto; } }
      @media print, screen and (max-width: 767px) {
        #about #design .mitsumori {
          margin-top: 40px; } }
      #about #design .mitsumori p {
        padding: 30px 15px;
        text-align: center;
        line-height: 2.5;
        font-size: 1.0rem;
        letter-spacing: 5px; }
        @media print, screen and (max-width: 767px) {
          #about #design .mitsumori p {
            padding: 10px;
            font-size: 0.8rem;
            letter-spacing: 0;
            line-height: 1.5; } }
    #about #design .parts {
      padding-top: 50px; }
      #about #design .parts h4 {
        text-align: center;
        font-size: 1.2rem; }
        @media print, screen and (max-width: 767px) {
          #about #design .parts h4 {
            font-size: 1.0rem; } }
      #about #design .parts figure {
        margin-top: 50px; }
        #about #design .parts figure figcaption {
          text-align: center;
          padding-top: 15px;
          font-size: 0.8rem; }
          @media print, screen and (max-width: 767px) {
            #about #design .parts figure figcaption {
              letter-spacing: 1px; } }
  #about #performance .taishin {
    padding: 100px 30px; }
    @media print, screen and (max-width: 991px) {
      #about #performance .taishin {
        padding: 50px 5px; } }
    #about #performance .taishin .img2 {
      margin: 70px auto 30px;
      text-align: center; }
      @media print, screen and (max-width: 991px) {
        #about #performance .taishin .img2 {
          margin: 30px auto 20px; } }
      #about #performance .taishin .img2 img {
        margin: auto; }
    #about #performance .taishin h4 {
      font-size: 1.4rem; }
      @media print, screen and (max-width: 1199px) {
        #about #performance .taishin h4 {
          font-size: 1.1rem; } }
    #about #performance .taishin .txt1 {
      font-size: 0.9rem;
      line-height: 2.5;
      margin-top: -15px;
      margin-left: 50px; }
      @media print, screen and (max-width: 1199px) {
        #about #performance .taishin .txt1 {
          font-size: 0.8rem;
          padding-top: 40px;
          margin-left: 15px; } }
    #about #performance .taishin .txt2 {
      font-size: 0.8rem;
      line-height: 2.5;
      padding-top: 15px; }
      @media print, screen and (max-width: 991px) {
        #about #performance .taishin .txt2 {
          font-size: 0.7rem; } }
  #about #insulation {
    /*断熱*/
    background: linear-gradient(180deg, #fff 0%, #fff 20%, #E5E5E5 20%, #E5E5E5 100%);
    padding-bottom: 30px; }
    #about #insulation .dannetsubox {
      margin-top: 80px;
      background-color: #fff;
      border: 1px solid #ccc;
      padding: 30px 70px 70px; }
      @media print, screen and (max-width: 1199px) {
        #about #insulation .dannetsubox {
          padding: 30px 30px; } }
      @media print, screen and (max-width: 767px) {
        #about #insulation .dannetsubox {
          margin-top: 40px;
          padding: 30px 10px; } }
      #about #insulation .dannetsubox .txt1 {
        text-align: center; }
        #about #insulation .dannetsubox .txt1 span {
          display: inline-block;
          border: 1px solid #ccc;
          padding: 10px 15px;
          font-size: 1.2rem;
          margin-top: 30px;
          letter-spacing: 15px; }
          @media print, screen and (max-width: 767px) {
            #about #insulation .dannetsubox .txt1 span {
              font-size: 1.0rem; } }
      #about #insulation .dannetsubox .txt2 {
        font-size: 0.8rem;
        text-align: center;
        padding-top: 30px; }
        @media print, screen and (max-width: 767px) {
          #about #insulation .dannetsubox .txt2 {
            font-size: 0.7rem; } }
      #about #insulation .dannetsubox .img3 {
        margin: 70px auto 30px;
        text-align: center; }
        @media print, screen and (max-width: 767px) {
          #about #insulation .dannetsubox .img3 {
            margin: 40px auto 20px; } }
        #about #insulation .dannetsubox .img3 img {
          margin: auto; }
      #about #insulation .dannetsubox .txt3 {
        font-size: 0.8rem;
        line-height: 2.5;
        padding: 15px 30px; }
      #about #insulation .dannetsubox .decosdry-logo {
        text-align: center;
        margin: 50px; }
      #about #insulation .dannetsubox h4 {
        line-height: 2.0;
        font-size: 2.8rem;
        text-align: center;
        color: #606060; }
        @media print, screen and (max-width: 767px) {
          #about #insulation .dannetsubox h4 {
            font-size: 1.4rem;
            line-height: 1.8; } }
        @media print, screen and (min-width: 768px) and (max-width: 1199px) {
          #about #insulation .dannetsubox h4 {
            font-size: 1.6rem;
            line-height: 1.8; } }
        #about #insulation .dannetsubox h4 a {
          display: inline-block;
          border-bottom: 3px solid #CDC58B;
          letter-spacing: 5px; }
          @media print, screen and (max-width: 1199px) {
            #about #insulation .dannetsubox h4 a {
              padding-bottom: 10px;
              padding-top: 15px; } }
        #about #insulation .dannetsubox h4 span {
          color: #006EA6;
          font-size: 2.0rem; }
          @media print, screen and (max-width: 767px) {
            #about #insulation .dannetsubox h4 span {
              font-size: 0.8rem; } }
          @media print, screen and (min-width: 768px) and (max-width: 1199px) {
            #about #insulation .dannetsubox h4 span {
              font-size: 1.0rem; } }
      #about #insulation .dannetsubox .img5 {
        margin: 70px auto 100px;
        text-align: center; }
        @media print, screen and (max-width: 767px) {
          #about #insulation .dannetsubox .img5 {
            margin: 50px auto 50px; } }
        #about #insulation .dannetsubox .img5 img {
          margin: auto;
          width: 80%; }
          @media print, screen and (min-width: 1200px) {
            #about #insulation .dannetsubox .img5 img {
              width: 70%; } }
      #about #insulation .dannetsubox h5 {
        text-align: center;
        border-top: 2px dotted #818181;
        border-bottom: 2px dotted #818181;
        padding: 50px 15px;
        color: #4C4C48;
        font-size: 1.6rem;
        letter-spacing: 10px; }
        @media print, screen and (max-width: 767px) {
          #about #insulation .dannetsubox h5 {
            font-size: 1.1rem;
            letter-spacing: 5px; } }
      #about #insulation .dannetsubox .box1 {
        background-color: #F3F3F3;
        padding: 15px 15px 15px;
        margin-top: 40px; }
        #about #insulation .dannetsubox .box1 h6 {
          text-align: center;
          fon-size: 0.9rem;
          padding: 15px 15px 0;
          letter-spacing: 2px; }
          @media print, screen and (max-width: 767px) {
            #about #insulation .dannetsubox .box1 h6 {
              text-align: left; } }
          #about #insulation .dannetsubox .box1 h6 span {
            display: inline-block;
            padding: 3px 10px;
            color: #fff;
            background-color: #6B9F6E;
            text-align: center;
            letter-spacing: 0; }
        #about #insulation .dannetsubox .box1 p {
          font-size: 0.8rem;
          line-height: 1.8;
          padding: 15px; }
  #about #price {
    background: linear-gradient(180deg, #fff 0%, #fff 70%, #E5E5E5 70%, #E5E5E5 100%);
    padding-bottom: 70px; }
    #about #price h4 {
      color: #606060;
      border: 1px solid #989898;
      padding: 10px 15px;
      display: inline-block;
      font-size: 1.2rem;
      letter-spacing: 10px; }
      @media print, screen and (max-width: 767px) {
        #about #price h4 {
          margin: 30px 0 0 15px !important;
          font-size: 1rem !important; } }
    #about #price .pricetxt {
      font-size: 1.1rem !important; }
    #about #price .img6 {
      margin: 50px auto 50px;
      text-align: center; }
      #about #price .img6 img {
        margin: auto; }
  #about #security {
    background: linear-gradient(180deg, #fff 0%, #fff 35%, #E5E5E5 35%, #E5E5E5 100%);
    padding-bottom: 30px; }
    #about #security .hosholist {
      padding-top: 50px; }
      @media print, screen and (max-width: 767px) {
        #about #security .hosholist {
          padding-top: 0; } }
      #about #security .hosholist .box2 {
        border: 1px solid #ccc;
        padding: 30px;
        margin-top: 30px;
        background-color: #fff; }
        @media print, screen and (max-width: 1199px) {
          #about #security .hosholist .box2 {
            padding: 30px 20px 20px; } }
        #about #security .hosholist .box2 h4 {
          border-bottom: 3px solid #6B9F6E;
          padding-bottom: 15px;
          display: inline-block;
          font-size: 1.1rem; }
          @media print, screen and (max-width: 767px) {
            #about #security .hosholist .box2 h4 {
              font-size: 1.0rem;
              letter-spacing: 5px; } }
        #about #security .hosholist .box2 p {
          font-size: 0.8rem;
          line-height: 1.8;
          padding-top: 15px; }
    #about #security .movielist {
      padding-top: 70px; }
      #about #security .movielist .movie {
        background-color: #9B9B9B;
        padding: 100px;
        text-align: center; }
        @media print, screen and (max-width: 767px) {
          #about #security .movielist .movie {
            padding: 50px;
            margin-top: 15px; } }
        #about #security .movielist .movie img {
          margin: auto;
          width: 200px; }
      #about #security .movielist p {
        font-size: 0.9rem;
        padding-top: 15px; }

/*! ==================================================
　#news
=================================================== */
#news {
  padding-top: 60px; }
  @media print, screen and (min-width: 992px) {
    #news {
      padding-bottom: 40px; } }
  #news #newsList {
    margin-top: 30px;
    padding: 30px 50px 50px;
    min-height: 300px; }
    @media print, screen and (max-width: 767px) {
      #news #newsList {
        padding: 15px 20px 30px; } }
    #news #newsList .newstitlelink {
      padding: 30px 15px; }
      #news #newsList .newstitlelink a {
        text-decoration: none; }
      #news #newsList .newstitlelink .photo {
        text-align: center;
        margin: auto; }
        #news #newsList .newstitlelink .photo img {
          object-fit: cover;
          margin: auto; }
          @media print, screen and (max-width: 767px) {
            #news #newsList .newstitlelink .photo img {
              width: 120px;
              height: 120px; } }
          @media print, screen and (min-width: 768px) and (max-width: 991px) {
            #news #newsList .newstitlelink .photo img {
              width: 130px;
              height: 130px; } }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            #news #newsList .newstitlelink .photo img {
              width: 150px;
              height: 150px; } }
          @media print, screen and (min-width: 1200px) {
            #news #newsList .newstitlelink .photo img {
              width: 200px;
              height: 200px; } }
          @media print, screen and (min-width: 1600px) {
            #news #newsList .newstitlelink .photo img {
              width: 200px;
              height: 200px; } }
      #news #newsList .newstitlelink time {
        font-size: 0.8rem;
        margin-bottom: 5px;
        color: #333;
        display: inline-block; }
      #news #newsList .newstitlelink h3 {
        font-size: 0.9rem;
        font-weight: 400;
        letter-spacing: 2px;
        line-height: 1.5; }
        @media print, screen and (max-width: 767px) {
          #news #newsList .newstitlelink h3 {
            font-size: 1.0rem; } }
      #news #newsList .newstitlelink .content {
        font-size: 0.7rem;
        margin-top: 15px;
        color: #666; }
        @media print, screen and (max-width: 767px) {
          #news #newsList .newstitlelink .content {
            display: none; } }
  #news #newsDetail {
    margin-top: 30px;
    padding: 70px 50px 70px; }
    @media print, screen and (max-width: 767px) {
      #news #newsDetail {
        padding: 60px 20px 60px; } }
    @media print, screen and (min-width: 1200px) {
      #news #newsDetail {
        width: 80%;
        margin: auto; } }
    #news #newsDetail h3 {
      font-size: 1.4rem;
      border-bottom: 1px dotted #818181;
      padding: 50px 0;
      text-align: center;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #news #newsDetail h3 {
          font-size: 1.2rem; } }
    #news #newsDetail time {
      text-align: center; }
      #news #newsDetail time span {
        display: block;
        font-size: 0.8rem; }
    #news #newsDetail .content {
      padding: 50px 0 20px;
      min-height: 100px; }
      #news #newsDetail .content p {
        padding-top: 15px;
        font-size: 0.9rem; }
        @media print, screen and (max-width: 767px) {
          #news #newsDetail .content p {
            font-size: 0.9rem; } }
      #news #newsDetail .content img {
        margin: 30px 0; }
      #news #newsDetail .content table {
        border-color: transparent; }
    #news #newsDetail .photo {
      margin-top: 30px; }
    #news #newsDetail .common-btn1 {
      margin-top: 30px; }
  #news .pagelink {
    text-align: center;
    padding-top: 30px;
    font-size: 0.8rem; }

/*! ==================================================
　contact
=================================================== */
#contact {
  padding-top: 60px; }
  @media print, screen and (min-width: 992px) {
    #contact {
      padding-bottom: 40px; } }
  #contact .ptitle {
    padding-bottom: 30px; }
  #contact .headtxt {
    text-align: center;
    font-size: 0.8rem;
    padding-top: 20px;
    padding-bottom: 70px;
    line-height: 2.5; }
    @media print, screen and (max-width: 767px) {
      #contact .headtxt {
        font-size: 0.8rem;
        padding-bottom: 50px; } }
  #contact .headtxt2 {
    text-align: center;
    font-size: 0.9rem;
    padding-bottom: 50px;
    line-height: 2.5; }
    @media print, screen and (max-width: 767px) {
      #contact .headtxt2 {
        font-size: 0.8rem; } }
  #contact .foottxt {
    padding-top: 50px; }
    #contact .foottxt p {
      text-align: center;
      font-size: 0.9rem;
      padding-bottom: 50px;
      line-height: 2.5; }
      @media print, screen and (max-width: 767px) {
        #contact .foottxt p {
          font-size: 0.8rem; } }
  #contact .contactform {
    padding: 50px 15px;
    min-height: 400px;
    /*.btn_submit{
    	text-align:center;
    	margin:0 auto;
    }*/ }
    @media print, screen and (max-width: 767px) {
      #contact .contactform {
        padding: 50px 0 30px; } }
    @media print, screen and (min-width: 1200px) {
      #contact .contactform {
        margin: auto;
        width: 90%; } }
    #contact .contactform form {
      margin: 20px 0;
      padding: 10px 0; }
    #contact .contactform .form-group {
      margin: 5px 0;
      padding: 15px 10px;
      border-bottom: 1px dotted #818181; }
      #contact .contactform .form-group label {
        font-size: 0.8em; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #contact .contactform .form-group label {
            font-size: 0.7rem; } }
      #contact .contactform .form-group input {
        padding: 15px; }
        @media print, screen and (max-width: 767px) {
          #contact .contactform .form-group input {
            padding: 15px;
            font-size: 1.0rem; } }
    #contact .contactform .formback {
      background-color: #fcfcfc;
      padding: 15px 5px;
      margin-top: 15px; }
    #contact .contactform table {
      border: 1px solid #333333; }
      #contact .contactform table th {
        width: 30%;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #333333;
        font-size: 0.8rem; }
      #contact .contactform table td {
        width: 70%;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #333333; }
    #contact .contactform input {
      width: 100%;
      padding: 5px;
      margin: 0;
      border: 0; }
      @media print, screen and (min-width: 768px) {
        #contact .contactform input {
          margin: 0 15px; } }
    #contact .contactform input[type=radio] {
      width: 25px;
      height: 25px;
      vertical-align: middle;
      padding: 25px 0; }
    #contact .contactform input[name=zipcode] {
      width: 40%;
      margin-bottom: 2px; }
    #contact .contactform input[name=age] {
      width: 40%; }
    #contact .contactform input[type=checkbox] {
      width: 30px;
      height: 30px;
      padding: 0;
      margin: 10px 0;
      vertical-align: middle; }
    #contact .contactform textarea {
      width: 100%;
      margin: 0;
      border: 0;
      padding: 15px; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform textarea {
          font-size: 1.0rem; } }
      @media print, screen and (min-width: 768px) {
        #contact .contactform textarea {
          margin: 0 15px; } }
    #contact .contactform p {
      padding: 15px; }
    #contact .contactform .btnInput {
      margin-top: 30px; }
      #contact .contactform .btnInput ul {
        font-size: 0;
        text-align: center; }
      #contact .contactform .btnInput li {
        font-size: 1rem;
        display: inline-block;
        padding: 0 10px; }
      #contact .contactform .btnInput li {
        list-style: none; }
      #contact .contactform .btnInput input {
        width: 50%;
        text-align: center;
        cursor: pointer;
        color: #fff;
        border: 1px solid #fff;
        background-color: #4C4C48;
        width: 150px;
        margin: auto; }
        @media print, screen and (max-width: 767px) {
          #contact .contactform .btnInput input {
            width: 100px; } }
    #contact .contactform .hissu, #contact .contactform .alert {
      color: #c00; }
    #contact .contactform span.alert {
      margin-top: 3px;
      display: block; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform span.alert {
          padding-left: 0;
          margin-top: 2px;
          font-size: 0.8rem; } }
    #contact .contactform span.hissu {
      color: #fff;
      background-color: #6B9F6E;
      padding: 2px 5px;
      font-size: 0.7rem;
      margin-left: 5px; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #contact .contactform span.hissu {
          font-size: 0.6rem; } }

/*! ==================================================
　footer
=================================================== */
@media print, screen and (max-width: 991px) {
  footer .backcolor1 {
    background-color: #fff; } }
footer #footnavi {
  padding: 15px 10px 50px; }
  footer #footnavi ul {
    font-size: 0;
    text-align: center; }
  footer #footnavi li {
    font-size: 0.8rem;
    display: inline-block;
    padding: 0 10px; }
  footer #footnavi li {
    border-right: 1px solid #333333; }
    footer #footnavi li a {
      color: #333333;
      font-size: 0.8rem;
      padding: 0 20px;
      display: block;
      font-weight: 300; }
    footer #footnavi li a:hover {
      text-decoration: none; }
  footer #footnavi li:last-child {
    border: 0; }
  @media print, screen and (max-width: 991px) {
    footer #footnavi {
      display: none; } }
  @media print, screen and (min-width: 992px) {
    footer #footnavi {
      display: block; } }
footer #footer {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #E5E5E5;
  text-align: center; }
  @media print, screen and (min-width: 1200px) {
    footer #footer {
      width: 70%;
      margin: auto; } }
  @media print, screen and (max-width: 991px) {
    footer #footer {
      background-color: #fff;
      padding-top: 60px; } }
  footer #footer .name {
    padding: 0 0 0;
    font-size: 1.2rem;
    font-weight: 400; }
  footer #footer .logomark {
    margin-top: 30px; }
    @media print, screen and (max-width: 991px) {
      footer #footer .logomark {
        text-align: right; } }
    footer #footer .logomark img {
      width: 100px; }
  footer #footer .instagram {
    margin-top: 35px; }
    @media print, screen and (max-width: 991px) {
      footer #footer .instagram {
        text-align: left; } }
    footer #footer .instagram img {
      width: 70px; }
  footer #footer address {
    padding-top: 15px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 2.0; }
    footer #footer address a {
      text-decoration: none; }
footer .copyright {
  text-align: center;
  font-size: 0.7rem;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  background-color: #4C4C48;
  font-weight: 200; }

/*! ==================================================
　privacy
=================================================== */
/*#privacy{
	
}*/
/*! ==================================================
　sitemap
=================================================== */
/*#sitemap,#link{
	
}*/
/*! ==================================================
　その他
=================================================== */
@media print, screen and (max-width: 991px) {
  .menulink {
    margin-top: -70px;
    padding-top: 70px; } }

@media print, screen and (max-width: 991px) {
  .pagetoplink {
    margin-top: -40px;
    padding-top: 40px; } }
