@charset "UTF-8";
/* -----------------------------------------------------------------
	web-soken base css Document
	@subpackage soken2_tmpl
	株式会社創研 様　base.css
 ----------------------------------------------------------------- */
/*
@import url("https://fonts.googleapis.com/earlyaccess/mplus1p.css");
@import url("https://fonts.googleapis.com/css?family=Anton");
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
*/

/* --------------------------------------------------
  Foundation6 強制設定変更
-------------------------------------------------- */
.breadcrumbs {
  margin-bottom: 3%;
  font-size: 80%;
}
.breadcrumbs span {
  margin: 0 0.25%;
}
/* リンクをスマートフォン端末以外では無効にする（jQuery併用：commons/js/jquery_config.js内に記載） */
a[href^="tel:"] {
  cursor: default;
}
/* --------------------------------------------------
  基本設定
-------------------------------------------------- */
body {
  color: #666666;
}
.columns-margin {
  margin-bottom: 1.25em;
}
.columns-margin > :first-child {
  margin-top: 0;
}
.columns-margin > :last-child {
  margin-bottom: 0;
}
.imgCenter {
  margin: 0 20px 20px 20px;
}
.imgRight {
  float: right;
  margin: 0 0 20px 20px;
}
.imgLeft {
  float: left;
  margin: 0 20px 20px 0;
}
/* テキストリンク 色設定 */
a:link,
a:visited {
  color: #666;
}
a:hover,
a:active {
  color: rgb(246, 173, 60);
}
/* 画像 ドロップシャドウ */
.image-shadow img {
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.6);
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}
/* -----------------------------------------------------------------
  リフォームメニュー・施工事例 アイコン
----------------------------------------------------------------- */
ul.reform-case-icon {
  margin: 2% auto 5%;
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
}
.reform-case-icon li {
  margin: 0 0 20px;
  padding: 0;
  width: 14.28%;
  height: auto;
  text-align: center;
}
.reform-case-icon li img {
  max-width: 65%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
/* --------------------------------------------------
  clearfix指定
-------------------------------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* --------------------------------------------------
  右下 TOPへ戻るボタン
-------------------------------------------------- */
/* bodyは幅・高さのスペース確保用 */
body {
  width: 100%;
  height: auto;
}
#page-top {
  width: 100%;
  height: auto;
  position: fixed;
  /* right:16px; */
  bottom: 0;
  display: none;
  z-index: 99;
}
.page-top-inner {
  margin: 0;
  padding: 0;
  background-color: #ea6000;
}
#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#page-top p a {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
/* TOPに戻るアイコンエリア */
.page-top-icon img {
  margin-top: -55px;
}
/* フッター誘導（問い合わせ・トップへ戻る） */
.footerarea-left {
  margin: 0 16px;
  padding: 0;
  width: 35%;
  float: left;
  text-align: left;
}
.footerarea-right {
  margin: 0 16px;
  padding: 0;
  width: 35%;
  float: right;
  text-align: right;
}
/* 画像の透過度設定 */
.footerarea-left img,
.footerarea-right img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* ---------- 色指定 ---------- */
.red {
  color: #c00;
}
.orange {
  color: rgba(237, 108, 0, 1);
}

/* --------------------------------------------------
  ヘッダーエリア
-------------------------------------------------- */
header {
  background-color: #fff;
}
/* ヘッダー（創研のサービス）部分 */
.header-linklist {
  margin: 0 0 1.5%;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  color: #fff;
  background-color: rgb(246, 173, 60);
}
.header-linklist h1,
.header-linklist p {
  margin: 0;
  padding: 0 1%;
  color: #ffffff;
  font-size: 80%;
  font-weight: bold;
}
.header-linklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 80%;
}
.header-linklist ul li {
  display: inline;
}
.header-linklist ul li a:link,
.header-linklist ul li a:visited {
  margin: 0 0.5%;
  padding: 0.3% 1.5%;
  font-size: 90%;
  color: #666;
  background-color: #fff;
  border-radius: 15px;
}
.header-linklist ul li a:hover,
.header-linklist ul li a:active {
  background-color: #fff2e5;
}
/* ヘッダー（創研のサービス）部分 */
h1.header-h1 {
  font-size: 75%;
  color: #666;
}

/* --------------------------------------------------
  ヘッダーグローバルナビゲーション
-------------------------------------------------- */
nav {
  background-color: #ffffff;
}
ul.top-navi-bar {
  margin: 2% 0;
  padding: 0;
  display: flex;
  list-style: none;
}
ul.top-navi-bar li {
  margin: 0;
  padding: 0;
  width: 16.5%;
  border-right: solid 1px #696969;
}
ul.top-navi-bar li:nth-last-child(1) {
  border-right: none;
}
ul.top-navi-bar li img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
/* グローバルナビゲーション テキスト 非表示 */
ul.top-navi-bar li span.nav-mobile {
  display: none;
}
/* --------------------------------------------------
  パンくずリスト エリア
-------------------------------------------------- */
ul#breadcrumb_list {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
ul#breadcrumb_list li {
  font-size: 80%;
  margin: 0;
  padding: 0 8px 0 0;
  display: inline;
}
ul#breadcrumb_list > li + li:before {
  content: "\00a0>\00a0 ";
}

/* --------------------------------------------------
  コンテンツフッターエリア
-------------------------------------------------- */
.contents_footer_info {
  margin-top: 30px;
  padding: 102px 0 0;
  width: 100%;
  height: 280px;
  text-align: center;
  background-image: url('images/contents_footer_info_bg.png');
  background-repeat: no-repeat;
}
/* --------------------------------------------------
  コンテンツフッターバナー エリア
-------------------------------------------------- */
.entryfooter-officebanner-icon {
  margin: 3% 0;
  padding: 3% 0 1.5%;
  background-color: #f6f5f5;
}
.entryfooter-office-banner {
  margin-bottom: 3.5%;
}
.entryfooter-small-banner {
  margin-bottom: 5%;
}
.entryfooter-office-banner img,
.entryfooter-small-banner img {
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.6);
}
.entryfooter-small-banner img {
  width: 80%;
  height: auto;
}
/* コンテンツフッター 施工事例 小アイコン バナー */
.footer-case-icon-box {
  margin: 2% 0 0 0;
  padding: 0;
}
.footer-case-icon-box h3 {
  position: relative;
  text-align: left;
  font-size: 160%;
  font-family: "新ゴ M", "Shin Go Medium";
  letter-spacing: 4px; /* 字間を指定 */
}
.footer-case-icon-box h3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #f6f5f5;
  text-align: left;
}
.footer-case-icon-box h3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ccc;
  border-radius: 1.5px;
}
ul.footer-case-icon {
  margin: 1% 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
ul.footer-case-icon li {
  margin: 0 2% 16px;
  padding: 0 0 0.5% 0;
  width: 16%;
  text-align: center;
}
ul.footer-case-icon li img {
  max-width: 80%;
  width: 100%;
  height: auto;
  background-color: #f8f6e5;
}
/* コンテンツフッター お問い合わせエリア */
.entryfooter-contact {
  padding: 2%;
  background-color: rgb(246, 173, 60);
}
.entryfooter-contact h3 {
  margin: 0 0 1% 0;
  padding: 0;
  font-size: 155%;
  font-family: "Rounded Mplus 1c";
  color: #ffffff;
  font-weight: 900;
}
.entryfooter-contact p {
  margin: 0;
  padding: 0 0 1% 0;
}
p.entryfooter-contact-caution br {
  display: none;
}
/* フッター各支店バナー 2021.11 追加 */
.entryfooter-office-banner-2021 {
  margin: 0 0 2.5%;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entryfooter-office-banner-2021 li {
  margin: 0;
  padding: 1.0%;
}

/* --------------------------------------------------
  フッターエリア
-------------------------------------------------- */
footer {
  margin: 60px 0 0 0;
  padding: 15px 0 0;
  background-color: #f5f5f5;
}
/* フッターメニューエリア */
.footer-menu p {
  margin: 4% 0 0.5%;
}
.footer-menu p b {
  color: #e95513;
}
.footer-menu ul li {
  margin: 0;
  padding: 3px 3px 3px 20px;
  font-size: 85%;
  display: block;
  background-image: url('images/footer_nav_icon.png');
  background-repeat: no-repeat;
  background-position: center left;
}
/* フッター社名・対応エリア */
.footer-name-area img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.footer-name-area p {
  margin: 2.5% 0 0;
  padding: 0;
  font-size: 90%;
  line-height: 135%;
}
.footer-name-area p span {
  font-size: 85%;
}

.footer-bottom {
  margin: 10px 0 0;
  padding: 0;
  background: rgb(246, 173, 60);
}
.footer-bottom-inner {
  width: 100%;
  max-width: 62.5em;
  margin: 10px auto 0;
  padding: 8px;
  text-align: center;
  font-size: 80%;
  color: #fff;
}
.footer-contents-title-box {
  margin: 0 0 10px;
}
.footer-contents-title {
  width: 100%;
  max-width: 130px;
}
.footer-tel-list {
  margin: 1.0% 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.footer-tel-list li {
  margin: 0;
  padding: 0.5%;
  width: calc(100% / 5);
}

/* --------------------------------------------------
  ブレイクポイント 1024px以下
-------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  /* グローバルナビゲーション 画像 非表示 */
  .off-canvas ul li img {
    display: none;
  }
  .off-canvas ul li span {
    font-size: 90%;
  }

  #slider_txt {
    width: 100%;
  }
}
/* --------------------------------------------------
  ブレイクポイント 985px以下
-------------------------------------------------- */
@media only screen and (max-width: 985px) {
  /* TOPに戻るアイコンエリア */
  .page-top-icon img {
    margin-top: -70%;
  }
}
/* --------------------------------------------------
  ブレイクポイント 40em（641px）から 63.5em（1016px）
-------------------------------------------------- */
@media only screen and (min-width: 40.063em) and (max-width: 63.5em) {
  /* コンテンツフッターエリア */
  .contents_footer_info {
    margin: 0;
    padding: 170px 0 0;
    width: 100%;
    height: 165px;
    text-align: center;
    background-image: url(images/contents_footer_info_middle.png);
    background-repeat: no-repeat;
  }
  /* フッターエリア */
  ul.footerNav li {
    font-size: 85%;
  }
}
/* --------------------------------------------------
  ブレイクポイント 40em（641px）
-------------------------------------------------- */
@media only screen and (min-width: 641px) {
  .more-tablet-hidden {
    display: none;
  }
}
/* --------------------------------------------------
  ブレイクポイント 40em（640px）
-------------------------------------------------- */
@media only screen and (max-width: 640px) {
  /* 基本設定 */
  body {
    background-image: none;
    font-family: sans-serif;
  }
  .smartphone-hidden {
    display: none;
  }
  .columns-spmargin {
    margin-bottom: 1.25em;
  }
  .columns-spmargin > :first-child {
    margin-top: 0;
  }
  .columns-spmargin > :last-child {
    margin-bottom: 0;
  }
  .post p br {
    display: none;
  }
  .imgCenter,
  .imgRight,
  .imgLeft {
    float: none;
    text-align: center;
    margin: 0 auto 3%;
  }
  /* パンくずリスト */
  .breadcrumbs {
    margin: 3.5% 0 7%;
    padding: 1% 1.5%;
    font-size: 70%;
    border-top: dashed 1px #dcdcdc;
    border-bottom: dashed 1px #dcdcdc;
  }
  /* ヘッダーエリア
  -------------------------------------------------- */
  /* 住まいのご用聞き */
  .main-catch {
    margin-top: 5px;
  }
  /* ヘッダー（創研のサービス）部分 */
  .header-linklist {
    margin-bottom: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
  }
  .header-linklist h1,
  .header-linklist p {
    display: none;
    float: none;
    margin: 0;
    padding: 0 4%;
    font-size: 85%;
    line-height: 135%;
  }
  .header-linklist ul {
    font-size: 60%;
  }
  /* ヘッダー（創研のサービス）部分 */
  .header-info {
    text-align: center;
  }
  h1.header-h1 {
    font-size: 50%;
    color: #666;
  }
  .head-contact-title {
    display: none;
  }
  .head-contact {
    /* display:none; */
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .columns-margin {
    margin-bottom: 0.85em;
  }
  .columns-margin > :first-child {
    margin-top: 0;
  }
  .columns-margin > :last-child {
    margin-bottom: 0;
  }
  /* ヘッダーグローバルナビゲーション
	-------------------------------------------------- */
  /* グローバルナビゲーション テキスト 非表示 */
  ul.top-navi-bar li span.nav-mobile {
    display: block;
  }
  ul.top-navi-bar li span.nav-pc {
    display: none;
  }
  /* パンくずリスト エリア
	----------------------------------------------------------------- */
  ul#breadcrumb_list li {
    font-size: 65%;
    line-height: 100%;
  }
  /* コンテンツフッターエリア
	----------------------------------------------------------------- */
  .contents_footer_info {
    display: none;
  }
  /* コンテンツフッターバナー エリア
	----------------------------------------------------------------- */
  .entryfooter-office-banner {
    margin-bottom: 4.5%;
  }
  .entryfooter-office-banner img,
  .entryfooter-small-banner img {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  }
  .entryfooter-office-banner div {
    margin-bottom: 4.5%;
  }
  .entryfooter-office-banner div img {
    width: 100%;
    height: auto;
  }
  .entryfooter-small-banner div {
    margin-bottom: 2.5%;
  }
  /* -----------------------------------------------------------------
    リフォームメニュー・施工事例 アイコン
	----------------------------------------------------------------- */
  ul.reform-case-icon {
    max-width: 100%;
  }
  .reform-case-icon li {
    width: 25%;
    margin-bottom: 17.5px;
  }
  .reform-case-icon li img {
    max-width: 75%;
  }

  /* コンテンツフッター 施工事例 小アイコン バナー */
  .footer-case-icon-box {
    margin: 4% 0;
  }
  .footer-case-icon-box h3 {
    text-align: center;
    font-size: 140%;
  }
  ul.footer-case-icon {
    margin: 1% 0;
    padding: 0;
  }
  ul.footer-case-icon li {
    margin: 0 2.5% 1.5%;
    padding-bottom: 1.8%;
    width: 28.3%;
  }
  ul.footer-case-icon li img {
    max-width: 95%;
  }
  /* コンテンツフッター お問い合わせエリア */
  p.entryfooter-contact-caution {
    font-size: 85%;
    line-height: 125%;
  }
  p.entryfooter-contact-caution br {
    display: block;
  }

  /* フッターエリア
	-------------------------------------------------- */
  footer {
    margin-top: 10%;
    /* border-top: double 3px #696969; */
  }
  .mobile-office {
    margin: 3% auto 0;
    padding: 0;
    width: 90%;
    list-style: none;
  }
  .mobile-office li {
    margin: 0 0 5%;
    padding: 0;
  }
  .mobile-office li img {
    filter: drop-shadow(3px 3px 2px #c0c0c0);
  }

  .footer-bottom-inner {
    font-size: 50%;
  }
  /* フッターメニューエリア */
  .footer-menu {
    margin: 0;
    padding: 0;
  }
  .footer-menu p {
    margin: 5% 0 0;
    padding: 0 5.5%;
  }
  .footer-menu p b {
    color: #e95513;
  }
  .footer-menu ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer-menu ul li {
    padding: 2% 6% 2% 20px;
    border-bottom: dashed 1px #999;
  }
  /* フッター社名・対応エリア */
  .footer-name-area {
    padding-top: 3%;
    padding-bottom: 0;
  }
  /* TOPに戻るアイコンエリア */
  .page-top-inner {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }
  .page-top-inner img {
    max-width: 90%;
    width: 100%;
    height: auto;
  }
  .page-top-icon img {
    margin-top: 0;
  }
  #page-top-sp {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 3%;
    bottom: 12.5%;
    display: none;
    z-index: 99;
  }
}

@media (max-width: 640px) and (orientation: landscape) {
  /* 640px以下 かつ 横向きのブレイクポイン */
  /* TOPに戻るアイコンエリア */
  .page-top-inner img {
    max-width: 60%;
    width: 100%;
    height: auto;
  }
}
