@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイル指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
  width: 100%;
  background-color: #fff;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
  color: #000;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
img {
  /*width:100%;*/
  max-width: 100%;
  height: auto;
}
/* flexbox対応(flexibility.js)
Flexboxを使いたい要素に -js-display: flex; を追加
.box {
  -js-display: flex;
  display: flex;
}
*/
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 100;
  src: url(fonts/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
}
/*==========================================
 mainNav
===========================================*/
.inner {
  max-width: 1160px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
.contentsBody.inner:after {
  content: none;
}
/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 10px 0 0;
  line-height: 1;
  z-index: 999;
}
#top-head a,
#top-head {
  text-decoration: none;
}
#top-head .inner {
  position: relative;
  width: 1160px;
}
#top-head .logo {
  float: left;
  font-size: 36px;
}
#top-head .logo img {
  max-width: 300px;
  height: auto;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 22px;
  font-size: 14px;
}
#global-nav ul li {
  float: left;
}
#global-nav ul li:after {
  content: "/";
}
#global-nav ul li:last-child:after {
  content: "";
}
#global-nav ul li a {
  padding: 0 19px;
}
#global-nav ul li:last-child a {
  padding-right: 0;
}
/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 65px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
  width: 200px;
}
#top-head.fixed .logo img {
  width: 220px;
}
#top-head.fixed #global-nav ul {
  bottom: 15px;
}
#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 18px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
/*==========================================
 footNav
===========================================*/
footer {
  padding-top: 60px;
}

#footer-nav {
  margin: auto;
}
#footer-nav ul {
  text-align: center;
}
#footer-nav li {
  display: inline;
  font-size: 0.88em;
}
#footer-nav li a {
  padding: 0 1em;
}
#footer-nav li:after {
  content: "/";
}
#footer-nav li:last-child:after {
  content: none;
}
#footer-nav li a {
}
#footer-nav li a:hover {
}
.footCont {
  text-align: center;
  background-color: rgba(35, 32, 32, 1);
  margin-top: 30px;
}
.footCont img {
  max-width: 300px;
  height: auto;
  margin: 30px auto 15px;
}
.footCont address {
  color: #fff;
  font-style: normal;
  text-decoration: none;
  line-height: 150%;
  padding-bottom: 30px;
  font-size: 0.88em;
}
.footCont address a {
  color: #fff !important;
}

footer .cpyrgt {
  text-align: center;
  padding: 1em;
  font-size: 0.68em;
  border-top: solid #fff 1px;
}
/*メインコンテンツ*/
.contentsWrap {
  margin-top: 80px;
}
/*==========================================
 共通設定
===========================================*/
.mds01 {
  font-size: 30px;
  font-weight: 100;
  line-height: 180%;
  letter-spacing: 3px;
}
.mds01 span {
  display: block;
  font-size: 0.4em;
}
.mds02 {
  min-height: 130px;
  padding-top: 60px;
  font-size: 30px;
  border-bottom: solid 1px rgba(95, 95, 95, 1);
  font-weight: 100;
}
.mds02 span {
  font-size: 0.8em;
}
.mds03 {
  padding: 0 0 8px 0;
  margin-bottom: 1em;
  font-weight: 100;
  font-size: 18px;
  border-bottom: dotted 1px rgba(95, 95, 95, 0.8);
}
.catTitle {
}
.titlebox {
  padding: 100px 0;
  background-size: cover;
}
.titlebox div {
}
.titlebox div h1 {
  display: inline;
  font-size: 24px;
  font-weight: 100;
  background-color: rgba(252, 252, 252, 0.76);
}
/*サイドバー*/
aside h2.widget-title {
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(95, 95, 95, 1);
  font-weight: 100;
  font-size: 22px;
  margin-bottom: 20px;
}
aside h2.widget-title:first-child {
  min-height: 130px;
  padding-top: 80px;
}
.widget li {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: dotted 1px rgba(157, 157, 157, 1);
}
/*お問い合わせバナー*/
#contactBan {
}
#contactBan > .inner {
  justify-content: space-between;
  margin: 0 auto;
  padding: 150px 0;
  width: 100%;
}
#contactBan .inner > a {
  padding: 30px 20px;
  border: solid 1px rgba(221, 218, 218, 1);
  border-radius: 3px;
  line-height: 180%;
  width: 50%;
  justify-content: space-between;
}
#contactBan > a:hover {
  text-decoration: none;
}
a#c-tel {
  border-color: #bec8de;
  margin-right: 5px;
}
a#c-tel .btnBox {
  background-color: #bec8de;
  color: #fff;
  transition: all 0.4s ease;
}
a#c-tel:hover .btnBox {
  border-color: rgba(31, 45, 110, 1);
  background-color: #fff;
  color: rgba(31, 45, 110, 1);
}
a#c-mail {
  border-color: #fcc996;
  margin-left: 5px;
}
a#c-mail .btnBox {
  background-color: #fcc996;
  color: #fff;
  transition: all 0.4s ease;
}
a#c-mail:hover .btnBox {
  border-color: rgba(177, 85, 12, 1);
  background-color: #fff;
  color: rgba(177, 85, 12, 1);
}
#contactBan div > a:hover {
  text-decoration: none;
}
#contactBan div > a span {
  font-size: 32px;
  display: block;
  padding: 10px;
}
#contactBan div.btnBox {
  align-self: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 5px;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  padding-top: 35px;
  transition: all 0.8s ease;
}
.titlebox div h1 {
  margin-left: 1em;
}

.breadcrumbs {
  width: 1160px;
  margin: auto;
  text-align: right;
  padding: 0.5em;
  font-size: 14px;
}
/*==========================================
 各ページ設定
===========================================*/

/*------------------------------------------
トップページ/front
------------------------------------------*/
.topD01 {
  background: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/topJ01.jpg)
    no-repeat bottom;
  color: #fff;
  width: 100%;
  background-size: cover;
}
.topD01 div {
  text-align: center;
  width: 100%;
  padding: 30% 0 70% 0;
  background-color: rgba(25, 37, 67, 0.15);
}

.topD01 h1,
.topD01 h2,
.topD01 p {
  text-shadow: 1px 0px 3px #9ab7e3, -1px 0px 0px #9ab7e3;
}
.topD01 h1 {
  font-size: 60px;
  _font-family: "Noto Serif Japanese", serif;
  font-weight: 100;
  padding-bottom: 50px;
  opacity: 0;
}
.topD01 h2 {
  font-size: 22px;
  font-weight: 100;
  padding-bottom: 150px;
  line-height: 150%;
  opacity: 0;
}
.topD01 p {
  line-height: 150%;
  padding-bottom: 1.5em;
  opacity: 0;
}
.under640 {
  display: none;
}
/*animation*/

.copy:nth-child(1) {
  -webkit-animation: topcopy 1.5s ease 2s 1 forwards;
  animation: topcopy 1.2s ease 2s 1 forwards;
}
.copy:nth-child(2) {
  -webkit-animation: topcopy 2.5s ease 4s 1 forwards;
  animation: topcopy 2s ease 4s 1 forwards;
}
.copy:nth-child(3) {
  -webkit-animation: topcopy 1.5s ease 7s 1 forwards;
  animation: topcopy 1.5s ease 7s 1 forwards;
}
.copy:nth-child(4) {
  -webkit-animation: topcopy 1.5s ease 9.5s 1 forwards;
  animation: topcopy 1.5s ease 9.5s 1 forwards;
  padding: 2em 0 3.5em 0;
}
.copy:nth-child(5) {
  -webkit-animation: topcopy 1.5s ease 11.5s 1 forwards;
  animation: topcopy 1.5s ease 11.5s 1 forwards;
}

/*animation*/

@-webkit-keyframes topcopy {
  100% {
    opacity: 1;
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
@keyframes topcopy {
  100% {
    opacity: 1;
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
/*polycy*/

#polycyTitle {
  padding: 100px 0;
  text-align: center;
}
.topD02 {
  background-size: cover;
}
.topD02 > .inner {
  padding: 120px 0;
}
.topD02 h3 {
  font-size: 26px;
  padding-bottom: 1.5em;
  font-weight: 200;
  width: 50%;
}
.topD02 p {
  line-height: 180%;
  width: 50%;
}
.ta-r h3,
.ta-r p {
  margin-left: 50%;
}
.ta-c h3,
.ta-c p {
  margin: auto;
}
.fc-w h3,
.fc-w p {
  color: rgba(215, 211, 211, 1);
}
#prcy01 {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/top-p01.jpg);
}
#prcy02 {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/top-p02.jpg);
}
#prcy03 {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/top-p03.jpg);
}
#prcy04 {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/top-p04.jpg);
}
#prcy05 {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/top-p05.jpg);
}
.topD03.inner {
  text-align: center;
  padding: 80px 0;
}
.topD03.inner .mds01 {
  padding-bottom: 40px;
}
#worksBox ul {
  text-align: center;
}
#worksBox ul li {
  display: inline;
}
#worksBox ul li span {
  display: none;
}
#worksBox ul li img {
  max-width: 200px;
}
/*newsbox*/
#newsBox {
}
.topD04.inner {
  text-align: center;
  padding: 80px 0;
}
.topD04.inner .mds01 {
  padding-bottom: 40px;
}
#newsBox dl {
  padding-left: 15%;
}
#newsBox dt,
#newsBox dd {
  padding-bottom: 1em;
}
#newsBox dt {
  float: left;
  width: 8em;
  clear: left;
}
#newsBox dd {
  padding-left: 8em;
  text-align: left;
}
/*blogfeed+facebook*/
.topD05.inner {
  padding: 80px 15px;
  text-align: center;
  width: 100%;
}
.topD05.inner .mds01 {
  padding-bottom: 40px;
}
#snsWrap > div {
  width: 50%;
  justify-content: space-between;
}
#blogWrap ul {
}
#blogWrap li {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: dotted 1px rgba(166, 166, 166, 1);
  text-align: left;
}
#blogWrap li img {
  margin-right: 15px;
  min-width: 100px;
}
#blogWrap li a:hover img {
}
#blogWrap li a.blogtitle {
  line-height: 130%;
  font-size: 1.2em;
  display: block;
  padding-top: 15px;
}
#blogWrap li a.blogtitle:hover {
}
/*------------------------------------------
コンセプト/concept
------------------------------------------*/
.concept .titlebox {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/conceptTitleBack.jpg);
}
.concept main {
}
.conceptD01 {
  background-repeat: no-repeat;
  margin-top: 120px;
}
.conceptD01 div {
  background-color: #fff;
}
.conceptD01 div h1 {
  font-size: 40px;
  padding-bottom: 2em;
  font-weight: 100;
  line-height: 150%;
}
.conceptD01 div p {
  padding-bottom: 2em;
  line-height: 180%;
}
#ccpt01 {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/conceptJ01.jpg);
  background-position: bottom right;
  padding-bottom: 400px;
}
#ccpt01 div {
  width: 68.8%;
  padding: 0 40px 20px 0;
}
#ccpt02 {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/conceptJ02.jpg);
  background-position: left;
  padding: 250px 0 250px 40%;
}
#ccpt02 div {
  padding: 40px 0 40px 40px;
  _max-width: 600px;
}
#ccpt03 {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/conceptJ03.jpg);
  padding-top: 573px;
  background-position: top;
}
#ccpt03 div {
  width: 84%;
  margin: auto;
  padding: 40px 40px 0 40px;
}
#ccpt04 {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/conceptJ04.jpg);
}
#ccpt05 {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/conceptJ05.jpg);
  padding: 0 0 0 30%;
}
#ccpt05 div {
  padding: 0 0 0 40px;
}
/*------------------------------------------
会社案内/campany
------------------------------------------*/
.campany .titlebox {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/aboutTitleBack.jpg);
}
.prgrpWrap.inner {
  justify-content: space-between;
  padding-top: 120px;
  align-items: stretch;
}
.prgrpWrap.inner:after {
  content: none;
}

.sectionTitle {
  border: solid 1px rgba(172, 172, 172, 1);
  width: 31%;
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center; /* 子要素をflexboxにより中央に配置する */
}
.sectionTitle h1 {
  font-weight: 100;
  font-size: 18px;
}
.sectionBody {
  width: 65%;
}
.sectionBody h2 {
  font-size: 22px;
}

/*あいさつ*/
#aisatsu p {
  line-height: 180%;
  padding-bottom: 2em;
}
#aisatsu p strong {
  display: block;
  padding: 1.5em 0 0 0;
}
#ceoBox {
  font-size: 12px;
  line-height: 20px;
}
#ceoBox img {
  display: block;
  margin-bottom: 10px;
}
#ceoBox span {
  font-size: 18px;
}
/*プロフィール*/
#profile {
}
#profile dl {
  padding: 0;
  width: 100%;
}
#profile dt,
#profile dd {
  padding-bottom: 1em;
  margin-bottom: 1em;
  line-height: 150%;
}
#profile .loc {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#profile dt {
  float: left;
  clear: left;
  width: 12em;
}
#profile dd {
  padding-left: 12em;
}
/*会社概要*/

#campanygaiyo {
}
#campanygaiyo h2 {
  padding-bottom: 2em;
}
#campanygaiyo dl {
  padding: 30px 0;
  width: 100%;
}
#campanygaiyo dt,
#campanygaiyo dd {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#campanygaiyo dt {
  float: left;
  clear: left;
  width: 12em;
}
#campanygaiyo dd {
  padding-left: 12em;
  border-bottom: dotted 1px rgba(157, 157, 157, 1);
  line-height: 150%;
}
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------
お知らせ/blog
------------------------------------------*/
.blog .titlebox {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/infoTitleBack.jpg);
}
.date .titlebox {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/infoTitleBack.jpg);
}
.blog .titlebox div h1,
.date .titlebox div h1 {
  color: #fff;
  background-color: transparent;
}
.contentsBody {
  justify-content: space-between;
  padding: 0 15px;
}
.contentsBody main {
  width: 60%;
}
.contentsBody aside {
  width: 30%;
}
#newsList {
  padding: 40px 0;
  min-height: 350px;
}
#newsList dl {
}
#newsList dt,
#newsList dd {
  padding-bottom: 1.5em;
}
#newsList dt {
  float: left;
  width: 8em;
  clear: left;
}
#newsList dd {
  padding-left: 8em;
}
/*------------------------------------------
お知らせシングルページ/single
------------------------------------------*/
.single .titlebox {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/infoTitleBack.jpg);
}
.single-post .titlebox div h1 {
  color: #fff;
  background-color: transparent;
}
.entryBody {
  padding: 40px 0 80px;
}
.entryBody p {
  line-height: 150%;
  padding-bottom: 1em;
}
.entryBody img {
  border-radius: 5px;
}
/*------------------------------------------
お知らせシングルページ/single
------------------------------------------*/
.category .titlebox {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/infoTitleBack.jpg);
}
.category .titlebox div h1 {
  color: #fff;
  background-color: transparent;
}
#entyr-ud {
  text-align: right;
  font-size: 0.88em;
}
/*------------------------------------------
施工例一覧/works_top
------------------------------------------*/
.works_top .titlebox {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/worksTitleBack.jpg);
}
.works_top .titlebox div h1 {
}
.works_top .mds01 {
  text-align: center;
  padding: 80px;
}
.worksListWrap {
  min-height: 400px;
}
#worksList {
}
#worksList li {
  width: 50%;
  float: left;
min-height: 178px;
  border-bottom: dotted 1px rgba(185, 185, 185, 1);
  padding-bottom: 8px;
  padding-top: 8px;
}
#worksList li section {
  padding-left: 170px;
}
#worksList li:nth-child(even) {
  border-left: dotted 1px rgba(185, 185, 185, 1);
  padding-left: 8px;
}
#worksList li a.imgWrap {
  float: left;
  max-width: 160px;
  height: auto;
}
#worksList li:nth-child(odd) {
  padding-right: 8px;
}
#worksList li:nth-child(1),
#worksList li:nth-child(2) {
  padding-top: 0;
}
#worksList img {
  min-width: 160px;
  margin-right: 20px;
  transition: all 0.4s ease;
}
#worksList a:hover img {
  opacity: 0.8;
}
#worksList li h3 {
  font-size: 18px;
  font-weight: 100;
  padding-bottom: 1em;
  color: #7eb4da;
  transition: all 0.4s ease;
}
#worksList li a:hover h3 {
  color: rgba(36, 30, 155, 1);
}
#worksList li a:hover {
  text-decoration: none;
}
#worksList li p {
  font-size: 0.88em;
  line-height: 150%;
}
#worksList li {
}
/*------------------------------------------
施工例詳細/single-works
------------------------------------------*/
.single-works .titlebox {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/worksTitleBack.jpg);
}
.worksEntryBody p {
  line-height: 180%;
}
.worksEntryBody table {
  margin-top: 20px;
  width: 100%;
}
.worksEntryBody table td {
  padding: 0.5em 0;
  border-bottom: dotted 1px rgba(126, 126, 126, 1);
}
#wksTitle {
  min-height: 180px;
  padding-top: 120px;
  padding-bottom: 80px;
  font-size: 30px;
  font-weight: 300;
  font-family: "Noto Serif Japanese", serif;
}
/*------------------------------------------
お問い合わせ/contact
------------------------------------------*/
.contact .titlebox {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/contactTitleBack.jpg);
}
.contact .titlebox div h1 {
  _color: #fff;
  background-color: transparent;
}
#telNo {
  font-size: 32px;
  display: block;
  padding: 10px 0 20px 0;
}
#irai-flow {
  border: solid 1px rgba(205, 205, 205, 1);
  padding: 1em;
}
#irai-flow dt {
  background-color: rgba(52, 66, 146, 1);
  color: aliceblue;
  padding: 0.6em;
  font-size: 1.2em;
  border-radius: 4px;
  font-weight: 100;
  font-weight: lighter;
}
#irai-flow dt span {
  font-size: 0.7em;
  padding-left: 1em;
}
#irai-flow dd {
  line-height: 150%;
  padding: 10px 0 25px 0;
  text-align: center;
}
#irai-flow dd:last-child {
  padding-bottom: 0;
}
#irai-flow dd span {
  border-left: solid 2px #333;
  padding-left: 20px;
  display: block;
  margin-bottom: 15px;
  text-align: left;
}
#irai-flow dd:last-child span {
  margin-bottom: 0;
}
#irai-flow dd .svg-inline--fa {
  font-size: 30px;
  color: rgba(184, 167, 167, 1);
}
.contact-form input[type="email"],
.contact-form input[type="text"],
.contact-form input[type="url"] {
  width: auto !important;
}

.contact #contactBan {
  display: none;
}

/*------------------------------------------
ブログ/
------------------------------------------*/
.single-official_blog .titlebox,
.post-type-archive-official_blog .titlebox,
.tax-cat_blog .titlebox {
  background-image: url(https://hidaka-kenchiku.com/test/wp-content/themes/hkk/img/blogTitleBack.jpg);
}
.single-official_blog .titlebox div h1,
.post-type-archive-official_blog .titlebox div h1,
.tax-cat_blog .titlebox div h1 {
  color: #fff;
  background-color: transparent;
}

#blogList {
  padding: 40px 0;
}
#blogList li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px rgba(203, 201, 201, 1);
}
#blogList li a {
}
#blogList li a.blogtitle {
  font-size: 1.2em;
  display: block;
  padding-top: 15px;
}

#blogList li img {
  margin-right: 10px;
  border-radius: 3px;
  min-width: 100px;
}

#blogList li a:hover img {
  opacity: 0.8;
}
.entryBody {
}
.entryBody a {
  text-decoration: underline;
  color: #de8486 !important;
}

.entryBody a:hover {
  opacity: 0.6;
}

#blogList li a.blogtitle {
  border-bottom: dotted 2px #cccc;
  display: inline;
  padding-bottom: 0.2em;
  margin-top: 1em;
}
#blogList li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* 1160以下への指定　1160px以下 */
@media screen and (max-width: 1160px) {
  .breadcrumbs {
    width: 100%;
  }

  /*------------------------------------------
トップページ/front
------------------------------------------*/

  #top-head .inner {
    width: 100%;
  }
  .topD02 .inner {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }
  .bgp-r {
    background-position: right;
  }
  /*----
.fc-b h3,.fc-b p{
text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
    white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
}
-----*/

  /*polycy*/

  .topD02 h3 {
    width: 70%;
  }
  .topD02 p {
    width: 70%;
  }
  .ta-r h3,
  .ta-r p {
    margin-left: 30%;
  }
  #prcy01 .inner {
    background-color: rgba(0, 0, 0, 0.25);
  }
  #prcy02 .inner {
    background-color: rgba(255, 255, 255, 0.75);
  }
  #prcy03 {
  }
  #prcy05 {
    background-position: right;
  }
  #prcy04 .inner {
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff;
  }
  #prcy05 .inner {
    background-color: rgba(255, 255, 255, 0.75);
  }
  /*blogfeed+facebook*/
  #snsWrap > div {
    width: 48%;
  }
  /*------------------------------------------
施工例一覧/works_top
------------------------------------------*/

  .worksListWrap {
  }
  .worksListWrap li img {
    max-width: 160px;
    width: 28%;
  }
  /*------------------------------------------
施工例一覧/works_top
------------------------------------------*/
  .worksBody {
    padding: 15px !important;
  }
  /*------------------------------------------
コンセプト/concept
------------------------------------------*/
  .conceptD01.inner {
    width: 100%;
  }
  #ccpt01 div {
    width: 80%;
    padding: 0 40px 20px 15px;
  }
  #ccpt02 {
    padding: 250px 0 250px 20%;
  }
  #ccpt02 div {
    padding: 40px 15px 40px 40px;
  }
  #ccpt05 {
    padding: 0 15px 0 20%;
  }
}

/* タブレット以下へのメインナビ指定　960px以下 */
@media screen and (max-width: 960px) {
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 65px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #top-head .logo img {
    max-width: 200px;
    height: auto;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0 1px 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #global-nav ul li:after {
    content: none;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
    transition-property: all;
    background-color: #333333;
    transition: 0.2s linear;
  }
  #top-head #global-nav ul li a:hover,
  #top-head.fixed #global-nav ul li a:hover {
    background-color: #fff;
    color: #333;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }

  .contentsWrap {
    margin-top: 65px;
  }
  #footer-nav {
    display: none;
  }
  .footCont img {
    max-width: 200px;
  }
  /*お問い合わせバナー*/
  #contactBan .inner {
    flex-direction: column;
    margin: 30px 0;
  }
  #contactBan .inner > a {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #contactBan > .inner {
    padding: 80px 15px;
  }
  /*==========================================
 各ページ設定
===========================================*/

  /*------------------------------------------
トップページ/front
------------------------------------------*/
  .topD01 h1 {
    font-size: 40px;
    padding-bottom: 1em;
  }
  .topD01 h2 {
    font-size: 18px;
  }
  .topD01 p {
  }
  .topD02 {
    /*padding: 80px 0;*/
  }
  .topD02 .inner {
    padding: 80px 40px;
  }
  .topD02 h3 {
    font-size: 26px;
    padding-bottom: 1.5em;
    width: 100%;
  }
  .topD02 p {
    line-height: 180%;
    width: 80%;
  }
  .ta-r h3,
  .ta-r p {
    margin: 0;
  }
  .fc-w h3,
  .fc-w p {
  }
  #worksBox ul li img {
    max-width: 160px;
  }
  #newsBox dl {
    padding-left: 0;
  }
  #newsBox dt {
    padding-bottom: 0.5em;
    text-align: center;
    width: 100%;
    text-align: center;
  }
  #newsBox dd {
    padding-left: 0;
    text-align: center;
    padding-bottom: 1.5em;
  }
  #snsWrap #blogWrap {
    width: 70%;
  }
  /*------------------------------------------
お知らせ一覧
------------------------------------------*/
  .contentsBody {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contentsBody main {
    width: 100%;
  }
  .contentsBody aside {
    width: 100%;
  }
  /*------------------------------------------
施工例一覧/works_top
------------------------------------------*/
  #worksList {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  #worksList li {
    width: 100%;
  }
  #worksList li:nth-child(even) {
    border-left: none;
    padding-left: 0;
  }
  #worksList li:nth-child(odd) {
    padding-right: 0;
  }
  #worksList li:nth-child(1),
  #worksList li:nth-child(2) {
    padding-top: 8px;
  }
  /*------------------------------------------
コンセプト/concept
------------------------------------------*/

  .conceptD01 div h1 {
    font-size: 34px;
  }
  .conceptD01 div p {
  }
  /*------------------------------------------
会社案内/campany
------------------------------------------*/
  .prgrpWrap {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sectionTitle {
    width: 100%;
    padding: 2em 0;
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center; /* 子要素をflexboxにより中央に配置する */
  }
  .sectionTitle h1 {
  }
  .sectionBody {
    width: 100%;
    padding-top: 60px;
  }
}

/* スマホへの指定_for_smartPhone：960px以上では固定レイアウト */
@media screen and (max-width: 760px) {
  /*------------------------------------------
トップページ
------------------------------------------*/
  /*アニメーション*/
  .under640 {
    display: inherit;
  }
  .topD02 h3 {
    font-size: 20px;
    line-height: 180%;
  }
  .topD02 p {
    width: 100%;
    font-size: 14px;
  }
  #worksList li {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  #worksList li:nth-child(even) {
    padding-left: 0;
    border-left: none;
  }
  #worksList img {
  }
  #worksList a:hover img {
    opacity: 0.8;
  }
  #snsWrap {
    flex-direction: column;
  }
  #snsWrap #blogWrap {
    width: 90%;
    margin: auto;
    padding-bottom: 80px;
  }
  #snsWrap #fbWrap {
    width: 100%;
    margin: auto;
  }
  .worksListWrap li img {
    max-width: 140px;
    width: 28%;
  }
  /*------------------------------------------
コンセプト/concept
------------------------------------------*/

  .conceptD01 div h1 {
    font-size: 28px;
  }
  .conceptD01 {
    background-position: top !important;
    background-size: contain !important;
  }
  #ccpt01,
  #ccpt03 {
    padding: 65% 0 0 0 !important;
  }
  #ccpt02,
  #ccpt04,
  #ccpt05 {
    padding: 500px 0 0 0 !important;
  }
  .conceptD01 div {
    width: 100% !important;
    padding: 50px 20px 20px 20px !important;
    max-width: 760px !important;
  }
  /*------------------------------------------
コンタクト/contact
------------------------------------------*/
  .contact-form textarea {
    width: 100% !important;
  }
}

/* スマホへの指定*/
@media screen and (max-width: 640px) {
  /*------------------------------------------
共通設定
------------------------------------------*/

  #contactBan div > a span {
    font-size: 24px;
  }
  #contactBan .inner > a {
    flex-direction: column;
    text-align: center;
  }
  #contactBan > a:hover {
    text-decoration: none;
  }

  #contactBan > .inner {
    padding: 0 15px;
  }

  /*------------------------------------------
トップページ
------------------------------------------*/
  .topD01 h1 {
    font-size: 28px;
  }
  .topD01 h2 {
    padding-bottom: 100px;
  }
  .topD01 p {
    padding-bottom: 1em;
  }
  .topD02 .inner {
    padding: 60px 20px;
  }

  #snsWrap #blogWrap {
    width: 100%;
  }
  #blogWrap li img {
    margin-right: 0;
    width: 100px;
    padding-right: 10px;
  }
  #blogWrap li .cattitle {
    font-size: 0.8em;
  }

  #blogWrap li a.blogtitle {
    font-size: 1em;
    padding-top: 15px;
  }

  #blogList {
  }
  #blogList li {
  }
  #blogList li a {
  }
  #blogList li a.blogtitle {
    font-size: 1em;
    display: block;
    padding-top: 5px;
  }

  /*------------------------------------------
会社案内/campany
------------------------------------------*/
  #profile dt {
    width: 9em;
  }
  #profile dd {
    padding-left: 9em;
  }
  #campanygaiyo dt {
    width: 9em;
    float: none;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: bold;
  }
  #campanygaiyo dd {
    padding-left: 0;
  }

  #worksList li {
    flex-direction: column;
  }

  /*------------------------------------------
会社案内/campany
------------------------------------------*/
  #worksList li {
  }

  #worksList li a.imgWrap {
    float: none;
    max-width: 629px;
    height: auto;
  }
  #worksList img {
    width: 100%;
    max-width: 620px;
  }

  #worksList li {
    padding: 15px 0 50px;
  }
  #worksList li section {
    padding-left: 0;
  }
  #worksList li h3 {
    padding: 1em 0;
  }
  #worksList li p {
    padding-left: 0;
  }
}

/* PCのみの指定_for_pc*/
@media screen and (min-width: 641px) {
  /*------------------------------------------
トップページ/front
------------------------------------------*/
}

.gallery-row {
  max-width: 1160px !important;
}
