@charset "utf-8";

/* ****************************************************************************************************
   * 非表示
**************************************************************************************************** */

#header {
  display: none;
}

#header-fixed {
  display: none;
}

#visual,
body#layout-lower .visual {
  display: none;
}

#nav {
  display: none;
}

#breadcrumb {
  display: none;
}

#side-menu {
  display: none;
}

#pagetop {
  display: none !important;
}

#main .about .body::after {
  display: none;
}

/*資料請求・お問い合わせ*/
.contact {
  display: none;
}

#footer {
  display: none;
}

#footer .nav {
  display: none;
}

.print_button { 
  display: none !important;
}

/* ----------------------------------------------------------------------------------------------------
   * inview
/* ------------------------------------------------------------------------------------------------- */

[class*="inview"] {
  position: relative;
  opacity: 1 !important;
  visibility:inherit;
}
.inview-slideup {
  top: 0;
  transition: 0.5s top, 0.5s opacity;
}

.inview-slideup.inview-active {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/* ****************************************************************************************************
   * 表示
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-index
#main {
  width: 100%;
}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#logo-print {
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダー画像
/* ------------------------------------------------------------------------------------------------- */

#header-print {
  display: block;
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * ビジュアル
/* ------------------------------------------------------------------------------------------------- */

#visual-print {
  display: /*block*/none;
}

#visual-print img {
  width: 100%;
}

/* ****************************************************************************************************
   * 調整
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * フッター
/* ------------------------------------------------------------------------------------------------- */

#footer .footer.layout-2 {
  display: block;
}

#footer .footer-inner {
  width: 100%;
}

#footer .footer-inner .layout-flex-2 > * {
  width: 48%;
  margin-top: 0;
}

/* ****************************************************************************************************
   * layout
**************************************************************************************************** */


.layout-flex-2 > * {
  width: 48%;
}

.layout-flex-2 > *:nth-child(n+3) {
  margin-top: 0px;
}

.layout-flex-3 > * {
  width: 30%;
  padding: 0.5em 1%;
}

.layout-flex-4 > * {
  width: 23%;
}

.layout-flex-4 > *:nth-child(n+5) {
  margin-top: 0px;
}

@media (max-width:736px) {
  .layout-flex-2 > * {
    width: /*100%*/48%;
    margin-top: 0;
  }
  .layout-flex-2 > *~* {
    margin-top: 0px;
  }
  .layout-flex-3 > * {
    width: 30%;
  }
  .layout-flex-4 > * {
    width: /*49%*/23%;
  }
  .layout-flex-4 > *:nth-child(n+3) {
    margin-top: 0px;
  }
}

