@charset "UTF-8";
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic");
  /* Chrome用 */
}
/* 自然素材の木の家 HUCK 用 */
/* メディアクエリー
--------------------------------- */
/* スマホ（xs） */
/* タブレット（sm） */
/* PCパソコン（md） */
/* ラージ（lg） */
/* 各ページ共通の CSS
------------------------------------------ */
body {
  margin: 0;
  /* user agent stylesheet のリセット */
  padding-top: 100px;
  /*padding-top: 66px;*/
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 14px;
  /* 文字が小さいと指摘されたので */
  /* スマ―トフォン時にトップページのbodyがヘッダーの下に入り込むので*/
}
@media only screen and (max-width: 479px) {
  body {
    /*padding-top: 86px;*/
    padding-top: 100px;
  }
  body .navbar {
    margin-bottom: 0;
  }
}

/* トップページのみ cover との距離を縮めるため */
body#index,
body#test,
body#index_test {
  /*padding-top: 86px;
  .navbar {
    margin-bottom: 0;
  }*/
}

/* 画面サイズ大の時の余白が狭すぎるので */
@media (min-width: 1200px) {
  .container {
    max-width: 990px;
  }
}
/* スマ―トフォン時にトップページのbodyがヘッダーの下に入り込むので
@media only screen and (max-width: 479px) {
  body {
  	padding-top: 34x;
  }
}*/
/* レイアウト 
--------------------------*/
/* レイアウトブロック */
.block {
  margin-bottom: 30px;
}

.block_border {
  border: 1px solid #000;
  padding: 30px;
}

.block_border_color {
  border: 1px solid #cc0000;
  border-radius: 8px;
  padding: 30px;
}

/* ドットの飾り下線 */
.border_dotted {
  padding-top: 20px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #ddd;
}

/* ドットの飾り下線_タブレット以下の時は余白を小さく */
@media only screen and (max-width: 768px) {
  .border_dotted {
    padding-top: 0px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
  }
}
/* ペーパーシャドウ（マテリアルデザイン） */
header,
.paper_shadow {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}

/* イベント情報のサムネの下にテキストを追加する時、マージンボトムが邪魔 */
.portfolio figure.portfolio-item.mb-0 {
  margin-bottom: 0;
}

.portfolio figure.portfolio-item.mb-0 + p.mb-3 {
  margin-bottom: 20px;
}

/* タイポグラフィ 
--------------------------*/
/* フォントサイズ */
h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

/* 行間調整 */
.gyokan_00 {
  margin-bottom: 0;
}

.gyokan_10 {
  margin-bottom: 10px;
}

.gyokan_20 {
  margin-bottom: 20px;
}

.gyokan_30 {
  margin-bottom: 30px;
}

.gyokan_40 {
  margin-bottom: 40px;
}

/* フォントを明朝に */
.mincho {
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* タイトル */
.title {
  font-weight: 700;
}

p.title {
  border-bottom: dotted 1px #CCC;
  margin-bottom: 4px;
  padding: 2px 0;
}

h1.title {
  color: #fff;
  padding: 4px 0;
  font-size: 2em;
}

.page_title {
  display: inline-block;
  font-size: 2.0em;
  padding-bottom: 10px;
  border-bottom: solid 2px #cc0000;
  font-family: "Lato", sans-serif;
}

/* リード部分 */
h2.title {
  color: #333333;
  border-bottom: dashed 1px #333333;
  margin-bottom: 10px;
  padding: 4px 0;
}

h2.mincho {
  padding-bottom: 10px;
  margin-bottom: 30px;
}

/* アイテム（アンダーバータイプ） */
h3.title {
  border-bottom: dotted 1px #cc0000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

h3.title b,
h3.title strong {
  color: #333333;
  font-size: 140%;
  font-weight: 700;
}

h5.title {
  border-bottom: solid 1px #cc0000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* アイテム（大きい数字タイプ） */
.number_title {
  font-size: 5em;
  font-family: "Lato", sans-serif;
}

/* アイテム（囲みタイプ） */
p.box_title {
  border: 1px solid #cc0000;
  color: #cc0000;
  text-align: center;
  padding: 10px;
  margin-top: 8px;
}

/* アイテム（大きい数字タイプ） */
h3.number_title {
  font-size: 3em;
  color: #cc0000;
  font-family: "Lato", sans-serif;
}

/* メッセージ明朝体 */
.message {
  font-size: 1.8em;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* 強調文字 */
.caution {
  font-weight: bold;
  color: #cc0000;
}

/*数字のフォント変更 */
.concept_number {
  font-family: "Lato", sans-serif;
  font-size: 1.5em;
  color: #cc0000;
  text-shadow: 0 0 3px white, 0 0 6px white;
  /* グローエフェクト */
}

/* リンクカラー */
a {
  color: #252525;
  font-weight: 600;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #252525;
  opacity: 0.7;
  text-decoration: underline;
}

/* リンクした画像は hover時 半透明 */
a:hover img,
a:active img {
  opacity: 0.7;
}

/* スライダーの hover は半透明にしない */
.slider a:hover {
  opacity: 1;
}
.slider a:hover img {
  opacity: 1;
}

/* リンクの部品 */
.square_btn {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  padding: 0.5em 2em;
  text-decoration: none;
  color: #fff;
  background: #cc0000;
  transition: .4s;
}

.square_btn:hover {
  background: #ECECEC;
  color: #cc0000;
}

/* small の行間を狭く */
.small, small {
  font-size: 85%;
  line-height: 1.6;
}

/* ナビゲーション
--------------------------------- */
/* ヘッダ上段のパディング */
.upper {
  padding: 6px 0;
}

/* ヘッダの upper 左の文字 */
.upper .left {
  font-size: 14px;
  line-height: 1;
  margin: 3px 0;
}

/* ヘッダの upper 左の文字が複数行になるときは行間をつける */
.upper .left .hidden-md,
.upper .left .hidden-lg {
  line-height: 1.2;
}

/* ヘッダの電話番号部分の調整 */
.upper .right .phone {
  line-height: 1;
}

.upper .right .phone .number {
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  line-height: 1;
  /*margin-bottom: 6px;*/
}

.upper .right .phone .number .icon {
  color: #cc0000;
}

/* スマホ用アイコンボタン内アイコンの色 */
.upper .fa-inverse {
  color: #fff;
}

/* スマホ用アイコンボタン内アイコンの背景色 */
.upper .right a {
  color: #cc0000;
}
.upper .right a .small {
  color: #000000;
}

/* スマホ用アイコンボタンをタップした時の色 */
.upper .right a:hover,
.upper .right a:focus {
  /*color: #FFF;*/
  color: #cc0000;
  text-decoration: none;
}

.upper .right a:hover .fa-inverse,
.upper .right a:focus .fa-inverse {
  color: rgba(255, 255, 255, 0.5);
}

/* ナビゲーションの各種調整*/
.navbar {
  /*min-height: 60px;*/
}

.navbar-default {
  background-color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  /*background-color: #f5f5f5;*/
  background-color: #f7d9d9;
}

.navbar-default .navbar-nav > .open > a:focus {
  /*background-color: #f5f5f5;*/
  background-color: #f7d9d9;
}

/* お問い合わせだけ目立つように背景色、hover色を変える */
.navbar-default .navbar-nav > li.eye_catch {
  background-color: #fae6e6;
}

.navbar-default .navbar-nav > li.eye_catch > a:hover,
.navbar-default .navbar-nav > li.eye_catch > a:focus {
  background-color: #f7d9d9;
}

/* スマホのプルダウンメニューの背景をスマホのときだけグレーに */
@media (max-width: 767px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #E7E7E7;
    background-color: #4F4D4D;
  }

  /* 線の色 */
  .navbar-default .navbar-collapse li {
    border-bottom: solid 1px #FFF;
  }

  /* アクティブになったブルダウンの背景色 */
  .navbar-default .navbar-collapse li.dropdown.open ul {
    background-color: rgba(255, 255, 255, 0.3);
  }

  /* プルダウンの文字色 */
  .navbar-default .navbar-collapse li a,
  .navbar-default .navbar-collapse li.dropdown.open ul.dropdown-menu a {
    color: #FFF;
  }

  /* スマホのときだけお問い合わせを目立つように背景色を変える */
  .navbar-default .navbar-nav > li.eye_catch {
    background-color: #cc0000;
  }
}
/* ドロップダウンで active なコンテンツに背景色がつくのをやめる */
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
  color: #cc0000;
  background-color: transparent;
}

/* ハンバーガーメニューの調整 */
.navbar-toggle {
  margin-top: 13px;
  margin-bottom: 12px;
  padding: 2px 8px;
  /* MENUに変えたため調整が必要になった */
  background-color: #C00;
  color: #FFF;
}

/* スマホ時ナビゲーションの 上下の幅を広げる */
.navbar-nav > li > a {
  min-height: 59px;
  line-height: unset;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* ナビゲーションの項目が多いので余白を詰めカラム落ちしないように */
.nav > li > a {
  padding: 15px 11px;
}

.dropdown-menu {
  padding: 0;
  box-shadow: none;
}

/* ナビゲーション ドロップダウン時の上下の幅を広げる */
.dropdown-menu > li {
  padding: 8px 0px;
}

/* ナビゲーションの ロゴが下方向にずれるので背景に設定*/
.navbar-brand {
  background: url("../images/logo_header_new.png") no-repeat left center;
  background-size: contain;
  height: 55px;
  width: 140px;
}

/* ナビゲーション スマートフォンの時ロゴの左に余白を付ける */
/*@media only screen and (max-width: 768px) {*/
@media only screen and (max-width: 479px) {
  .navbar-brand {
    margin-left: 10px;
  }
}
/* ナビゲーションの高さの制限を解除*/
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: none;
}

/* ナビゲーション_スマホ時のドロップダウンのhover */
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #cc0000;
  background-color: #fff;
}

/* パンくずリストの調整 */
.breadcrumbs {
  font-size: 0.9em;
  padding-bottom: 40px;
  /*
  	margin-top: -30px;
  */
}

.breadcrumbs a {
  color: #252525;
}

/* 動画（YouTube埋め込み）をレスポンシブ対応に
--------------------------------- */
div.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

div.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* HOME
------------------------------------------ */
/* HOME_sectionに間を持たせる */
section,
.section {
  padding-bottom: 60px;
}

/* HOME_メッセージ部分 */
.top_message {
  position: relative;
}

.top_message img {
  margin-left: auto;
}

.top_message_inner {
  position: absolute;
  top: 50%;
  left: 35%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}

.top_message_text {
  white-space: nowrap;
  padding: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000000;
  font-size: 1.8em;
  display: block;
  letter-spacing: 0.1em;
  /*font-family: $font_mincho;*/
  text-shadow: 0 0 6px white;
  /* グローエフェクト */
  font-weight: 700;
}

.top_voice_img {
  position: relative;
  overflow: hidden;
}

.top_voice_caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.top_voice_caption p {
  width: 80%;
  margin: 0 auto;
  padding-top: 30%;
}

.top_voice_img:hover .top_voice_caption {
  opacity: 1;
}

.top_works {
  position: relative;
}

.top_works img {
  margin: 0 auto;
  width: 100%;
}

.top_works_inner {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0 20px 20px 20px;
}

@media only screen and (max-width: 768px) {
  .top_message_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }

  .top_message_text {
    padding: 20px;
    text-align: center;
    font-size: 1.1em;
  }

  .top_message img {
    margin: 0 auto;
    width: 100%;
  }
}
/* HOME_message_タブレット以下の時のテキスト調整 */
@media only screen and (max-width: 768px) {
  .top_message_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }

  .top_message_text {
    padding: 20px;
    text-align: center;
    font-size: 1.5em;
  }

  .top_message img {
    margin: 0 auto;
    width: 100%;
  }
}
/* HOME_message_スマホ以下の時のテキスト調整 */
@media only screen and (max-width: 479px) {
  .top_message_text {
    padding: 20px;
    text-align: center;
    font-size: 1.1em;
  }
}
/* HOME_info */
.info_date {
  color: #cc0000;
  margin-right: 20px;
}

ul.info {
  list-style: none;
  padding-left: 0;
}

ul.info li {
  border-bottom: dotted 1px #CCCCCC;
  padding: 4px 0;
}

@media only screen and (max-width: 479px) {
  .info_date {
    display: block;
  }
}
/* カバー写真
--------------------------------- */
/* カバー写真 */
.cover {
  background-image: url(../images/img_top_concept_3.jpg);
  background-size: cover;
  background-position: center center;
  height: 500px;
  margin-bottom: 60px;
  position: relative;
}

.cover_inner {
  /*background-color: rgba(255, 255, 255, 0.8);*/
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0 20px 20px 20px;
}

/* カバー写真（年末年始バージョン）の記述は index.html の head 内に移動 */
/* スライダー
--------------------------------- */
/* jumbotron */
.jumbotron_xxx {
  padding: 0;
  background-color: #eee;
}

/* スライダー背景 */
.slider {
  background-color: #EEE;
  padding: 0;
  margin-bottom: 60px;
}

/* スライダーのボーダー消去・白背景削除 */
.slider .flexslider {
  margin: 0;
  border: none;
  background-color: transparent;
}

/* スライダー下の丸いコントロール消去
.slider .flex-control-paging {
  display: none;
} */
/* スライダー左右のコントロール下が切れるので */
.slider .flex-direction-nav a {
  height: 40px;
  /* 76px */
  line-height: 1;
}

/* スライダーのオーバーレイ */
.slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/* スライダー左右のコントロールが hover 時、背景に色がつくので */
.slider .flex-direction-nav .flex-prev:hover,
.slider .flex-direction-nav .flex-next:hover {
  background-color: transparent;
}

/* スライダー左右のコントロールがhover時のアイコンのカラー指定 */
.slider .flex-direction-nav a:before {
  font-size: 40px;
  color: #cc0000;
}

/* スライダーの遅延表示対策 */
/*
Source - https://stackoverflow.com/a/12727900
Posted by Alfred Larsson, modified by community. See post 'Timeline' for change history
Retrieved 2025-11-12, License - CC BY-SA 3.0
*/
.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* footer 
------------------------------------------ */
footer {
  background-color: #252525;
  color: #FFFFFF;
  padding: 20px 0;
  margin-top: 40px;
}

.footer_title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #C7C7C7;
}

.footer-logo {
  margin-top: 30px;
  margin-bottom: 15px;
  background: url("../images/logo_white.png") no-repeat left center;
  background-size: contain;
  height: 30px;
  width: 120px;
}

.footer-nav {
  padding-left: 0;
}

.footer_btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer_btn a {
  padding: 10px 20px;
  margin: 0 30px;
  color: #fff;
  border: 1px solid #fff;
  transition: all .3s;
}

.footer_btn a:hover
.footer_btn a:active {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.footer-nav li {
  font-size: 1.3rem;
  list-style: none;
  margin-bottom: 5px;
}

.footer-nav li a {
  color: #fff;
}

.footer-nav li a:hover,
.footer-nav li a:focus {
  color: #fff;
  opacity: 0.9;
  text-decoration: underline;
}

/* スマホ用アイコンボタン内アイコンの色 */
footer .fa-inverse {
  color: #cc0000;
}

/* スマホ用アイコンボタン内アイコンの背景色 */
footer .tap a {
  color: #fff;
}

/* スマホ用アイコンボタンをタップした時の色 */
footer .tap a:hover,
footer .tap a:focus {
  color: rgba(255, 255, 255, 0.5);
}

footer .tap a:hover .fa-inverse,
footer .tap a:focus .fa-inverse {
  color: #FFF;
}

/* スマホ用アイコンボタン下のテキスト */
footer .tap p {
  padding-top: 8px;
}

/* footer_最下部のリンク */
.footer-links a {
  margin-right: 25px;
  font-size: 0.8em;
}

/* コピーライト */
.copyright {
  margin-top: 15px;
  background-color: #fff;
  color: #252525;
  font-weight: 200;
}

.footer_btn {
  padding-bottom: 40px;
  border-bottom: 1px dotted #ddd;
}

/* 家づくり_コンセプト
------------------------------------------ */
/*テキスト部分と画像が上下にずれるので調整*/
#img_concept_follow {
  padding-top: 60px;
}

@media (max-width: 767px) {
  /* スマホ時 アイコンを小さく*/
  .reason_img {
    width: 80px;
  }
}
/* qanda よくある質問
------------------------------------------ */
/*ボックス全体*/
.accbox {
  margin: 2em 0;
  padding: 0;
}

/*Q.の色を$theme_colorに*/
.q-color {
  color: #cc0000;
}

/*ラベル*/
.accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 11px 12px;
  color: #252525;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  border-bottom: solid 1.5px #f5f5f5;
}

/*ラベルホバー時*/
.accbox label:hover {
  background: #f5f5f5;
}

/*チェックは隠す*/
.accbox input {
  display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  margin-bottom: 20px;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}

/*pの中身を読みやすく*/
.accshow p {
  line-height: 1.7;
}

/* recruit_採用情報
------------------------------------------ */
/* bootstrapのデフォルトを書き換え */
/*  */
.alert-danger.alert_outline {
  color: #000;
  background-color: #fff;
  border-color: #cc0000;
}

.alert-danger a {
  color: #cc0000;
  font-weight: 600;
}

/* 旧デザインでは表示されていたが、現在は表示されていないので削除
.btn-danger {
	margin-top: 30px;
} */
/* テーブルの背景 */
table.works th {
  background: #EEEEEE;
}

/* スマホ時の幅調整*/
@media (max-width: 767px) {
  table.works th {
    /*width: 35%;*/
  }
}
/* about_会社情報
------------------------------------------ */
.about_img {
  background-imag: url("../images/loopimage.png");
}

.dl-horizontal dd {
  text-align: left;
  padding-left: 40px;
  border-left: 1px dotted #252525;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* スマホ時 */
  .dl-horizontal dt {
    border-bottom: 1px dotted #252525;
  }

  .dl-horizontal dd, dt {
    text-align: center;
  }

  .dl-horizontal dd {
    padding-left: 0;
    padding-top: 5px;
    border: none;
  }
}
/* equipment_スムホームの標準仕様
------------------------------------------ */
/* 左に黒見出し） */
.equipment_item_title {
  font-weight: 600;
  border-bottom: solid 1px #000;
  border-left: solid 6px #000;
  padding: 5px 0px 5px 10px;
}

/* 製品特徴の説明文 */
section.point p {
  line-height: 1.5;
  padding-top: 10px;
}

.example {
  position: relative;
  margin-bottom: 30px;
}

.example:nth-child(even) {
  margin-bottom: 0;
}

.example a {
  /*aタグを画像の真ん中に*/
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  /*余計な隙間を除く*/
  border: solid 2px #fff;
  /*線で囲う*/
  padding: 7px 15px;
  /*文字と線の間の余白*/
  color: #fff;
  /*文字色*/
  text-decoration: none;
  /*下線を表示させない*/
}

.example a:hover {
  /*カーソルを当てたとき*/
  background: rgba(255, 255, 255, 0.3);
  /*背景を半透明に*/
}

.example img {
  width: 100%;
}

.example::before {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

/* voices_お客様の声
------------------------------------------ */
/* マウスオーバーでキャプション表示 
参考サイト：http://www.nxworld.net/tips/css-only-caption-effect.html
*/
.portfolio figure {
  position: relative;
  overflow: hidden;
}

.portfolio figcaption {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .3s;
  transition: .3s;
  padding: 6px;
}

.portfolio figure:hover figcaption {
  bottom: 0;
}

/* マウスオーバーで写真ちょっと拡大 */
.portfolio figure .transform {
  /* baguettebox 適用でおかしくなるので外した */
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.portfolio figure:hover .transform_xxx {
  /* baguettebox 適用でおかしくなるので外した */
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* キャプション内は下マージンなし */
.portfolio figcaption > * {
  margin-bottom: 0;
  color: #FFF;
}

/* 写真の下マージンの調整 */
.portfolio figure.portfolio-item {
  margin-bottom: 20px;
}

/* 写真拡大時にフォトフレーム的な枠をつける */
.full-image figure img {
  background-color: #FFF;
  padding: 10px;
}

/* アイコンを四角のボタンに */
a.portfolio-zoom i.fa,
a.portfolio-zoom i.fas,
a.portfolio-zoom i.far,
a.portfolio-link i.fa,
a.portfolio-link i.fas,
a.portfolio-link i.far {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}

/* アイコンの hover 時背景 */
a.portfolio-zoom i.fa:hover,
a.portfolio-zoom i.fas:hover,
a.portfolio-zoom i.far:hover,
a.portfolio-link i.fa:hover,
a.portfolio-link i.fas:hover,
a.portfolio-link i.far:hover {
  background-color: #D9A300;
  color: #FFF;
}

/* 物件名・カテゴリのマージン、文字色調整 */
.portfolio-text {
  height: 100px;
}

.portfolio-text > * {
  margin-top: 0;
  margin-bottom: 0;
  color: #FFF;
  line-height: 1.4;
}

/* アイコンは中央揃え */
.portfolio-icons {
  text-align: center;
}

.portfolio-icons a {
  color: #FFF;
}

/* 詳細ページ
-----------------------------*/
/* マップは客からのクレーム多く、岡社長の指示で非表示になった 2018.12.04 */
div#map_canvas,
div#map_canvas + p {
  display: none;
}

/* 見学会の申し込みバナー */
a.banner {
  color: #cc0000;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 30px;
  border: 1px solid #cc0000;
  transition: all .3s;
}

a.banner:hover,
a.banner:active {
  color: #FFFFFF;
  background-color: #cc0000;
  text-decoration: none;
}

/* サムネ下の追加バナー
-----------------------------*/
div.thumb_caption {
  background-color: #cc0000;
  padding: 10px;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

/* 上位のAタグのアンダーラインを消す */
a:hover:has(> div.thumb_caption),
a:active:has(> div.thumb_caption) {
  text-decoration: none;
}

/* 吹き出し型ボックス
参考サイト：https://saruwakakun.com/html-css/reference/speech-bubble
-----------------------------*/
/* 吹き出し（ベース） */
.balloon {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  line-height: 1.6;
  background: #e0edff;
}

/* 吹き出し（キャプション） */
.balloon .caption {
  margin: 0;
  padding: 0;
}

/* 吹き出し（上向き） */
.balloon.ontop {
  margin: 1.5em 0;
}

.balloon.ontop:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

/* 吹き出し（下向き） */
.balloon.onbottom {
  margin: 1.5em 0;
}

.balloon.onbottom:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0edff;
}

/* 吹き出し（右向き） */
.balloon.onright {
  /*margin: 1.5em 0 1.5em 15px;*/
  margin: 0 1.5em;
}

.balloon.onright:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

/* 吹き出し（左向き） */
.balloon.onleft {
  /*margin: 1.5em 15px 1.5em 0;*/
  margin: 0 1.5em;
}

.balloon.onleft:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e0edff;
}

/* 自然素材の木の家 HUCK ページ
-----------------------------*/
body#huck {
  /* フォント
  font-family: $font_huck_webfont; */
  /* リード文、タイトル等の文字色 */
  /* リード文、タイトル等の文字色 */
  /* 英語フォント */
  /* ポイントは大字 */
  /* 特徴 */
}
body#huck .title,
body#huck .sub_title {
  color: #678C00;
  border-bottom: none;
}
body#huck .title {
  font-size: 28px;
}
body#huck .title .english {
  font-size: 32px;
}
body#huck .sub_title {
  font-size: 24px;
}
body#huck .english {
  font-family: "roboto-condensed", sans-serif;
}
body#huck .point {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.0;
  display: inline-block;
  margin-top: 0;
  /* 数字は特に大きく*/
}
body#huck .point .number {
  font-size: 48px;
}
body#huck .feature {
  /* アンダーライン */
  border-bottom: dotted 2px #678C00;
  /* 特徴の行間調整 */
  /* ボタン */
}
body#huck .feature p {
  font-size: 16px;
  line-height: 1.4;
}
body#huck .feature a.btn {
  /* 左横の説明文と同じ高さに */
  padding: 20px 30px;
  /* hover時のボタン背景 */
}
body#huck .feature a.btn:hover {
  background-color: #678C00;
  color: #FFF;
}

/* カスタム背景 */
body#cleanup_rakuvia .custom_bg {
  /*
    background-image:url("../concept/bath/cleanup_rakuvia/bg_color.png");
    background-repeat: repeat;
  */
  background-color: #F2F2F2;
}
