@charset 'UTF-8';
/* ------------------------------
　　ベース
------------------------------ */
.site-name,.site-name a, .site-name a:active, .site-name a:focus, .site-name a:hover, .site-name a:visited {
    color: #363636;
}
.site-name{
    font-size: 38px;
}
@media (min-width: 768px){
.site-name {
    font-size: 40px;
}}

.originalSiteDescription{
  background-color: #f7f7f7;
  border-top:4px solid #007980;
}
@media (max-width: 480px){
.originalSiteDescription{
  padding:48px 0 0;
}}
.originalSiteDescription p{
  text-align: left;
  font-weight: bold;
  padding:5px;
  margin:0px;
}
/* ------------------------------
　　ヘッダー
------------------------------ */
.header-logo{
  padding: 0;
}
/* ロゴ左・問い合わせ右のエリア */
.originalHeader{
	display: block;
    width: 100%;
}
/* サイトロゴサイズ */
@media (min-width: 768px){
.site-logo {
    width: 80px;
}}
/* ヘッダー左・ロゴエリア */
@media (min-width: 1024px){
.header-logo {
    display:inline-block;
    float:left;
    width: 50%;
}}
/* ヘッダー右・問い合わせエリア */
@media (min-width: 1024px){
.originalHeaderRight {
    display:inline-block;
    width: 25%;
    float:left;
    padding:20px 0 0 0;
    vertical-align: middle;
}}
@media (min-width: 1024px){
.originalHeaderRight2 {
    display:inline-block;
    width: 25%;
    float:left;
    padding:20px 0 0 0;
    vertical-align: middle;
}}
.originalHeaderAddress{
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0.5em;
}
.originalHeaderZip{
  -webkit-margin-after: 0em;  
}
.originalHeaderRight2 form{
  width:80%;
}
.originalHeaderRight2 .search-form input[type=search] {
    font-size: 10px;
    height: 30px;
    padding: 4px 5px;
}
.originalHeaderRight2 .search-form .btn-search {
    font-size: 10px;
    padding: 10px 20px;
    background: #018b01;
    border-style: none;
}
.originalHeaderinfo,.originalHeaderTel,.originalHeaderTel a,.originalHeaderFax{
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  padding:-0.3em 0;
  margin:-0.3em 0;
}
.originalHeaderinfo{
  font-weight: bolder;
  font-size: 1.1em;
}
.originalHeaderTel,.originalHeaderFax{
  font-family:'brandon',sans-serif;
  font-weight: bolder;
      font-size: 1.8em;
  }
.originalHeaderTel.originalHeaderTel a{
  color: #01bb01;
}
.originalHeaderFax{
  color: #363636;
}
.originalNumLabel{
  font-size: 0.7em;
}

/* グローバルナビ*/
@media (min-width: 1024px) {
  .header-nav {
    background-color: #f7f7f7;
     display: block;
     width: 100%;
     margin:0 auto;
     padding: 5px;
    }

		.navbar > ul {
			float: none;
			display: table;
			width: 100%;
			table-layout: fixed;
			border-right: 1px solid #EEE;
		}
		.navbar li{
			float: left;
			position: relative;
			margin: 0px 10px;
			vertical-align: middle;
			text-align: center;
		}
.navbar li a{
          padding:20px 10px;
        }
		.navbar li {
			float: none;
			display: table-cell;
			border-left: 1px solid #EEE;
		}}
    h1.site-name,.site-name{
          -webkit-margin-before: 0em;
    }
    .siteNameSub{
      padding:10px 0 0 0;
      margin:0px;
      font-weight: bolder;
      color:#7b7b7b;
    }
    .siteNameSubShiawase{
          color:#f19fb0;
    }

    .navbar li.stay a
    {
        /* 一階層目のリンクのみ */
        border-bottom-style:none;
        background-color: #fff;
    }
    .navbar li:hover a
    {
        /* 一階層目のリンクのみ */
        border-bottom: 5px solid #01bb01;
    }

    .main-slider-main-copy{
      text-shadow:3px 3px 3px #000;
             }
@media screen and (min-width: 768px){
.main-slider-main-copy {
    font-size: 50px;
}}
.main-slider-side-copy{
  text-shadow:3px 3px 3px #000;
}
@media screen and (min-width: 768px){
.main-slider-side-copy{
font-size: 30px;
font-weight: bolder;
}}
/* ------------------------------
　　見出し
------------------------------ */
h1.entry-title{
  font-weight: normal;
  font-size: 3em;
}
.acms-page-header {
    margin-top: 45px;
    margin-bottom: 10px;
    border-style:none;
}
h2{
  font-size: 2em;
}
.entry-column h2{
  font-size: 1.6em;
    margin: 0 10px 25px;
    padding: 5px 10px;
    color: #363636;
    border-left: 5px solid #01bb01;
}
.entry-column h3{
  position: relative;
   padding-bottom: .5em;
   background-color: #fff;
   font-size: 1.5em;
}
.entry-column h3::before,
.entry-column h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}
.entry-column h3::before {
  z-index: 2;
  width: 25%;
  background-color: #01bb01;
}
.entry-column h3::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}
.module-heading {
  border-bottom: solid 3px #f2f3f6;
position: relative;
}
.module-heading:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #01bb01;
  bottom: -3px;
  width: 25%;
}
.sub .module-heading {
background-color: #007980;
padding:10px;
margin:0px;
color:#fff;
}
.sub .module-heading:after{
border-style: none;
}
.module-header{
  border-style: none;
}
.headline-item.bl-hover
{
    background: #fff;
  }

  /* ------------------------------
  top.html 上部ラフタークレーンBanner
  ------------------------------ */
  .original-top-banner{
    font-weight: normal;
    font-size: 2em;
    position: relative;
    padding: .25em .5em;
    background-color: #f6f6f6;
  }
  .original-top-banner::before,
  .original-top-banner::after {
    position: absolute;
    bottom: 8px;
    z-index: -1;
    content: '';
    width: 30%;
    height: 50%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
  }
  .original-top-banner::before {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    left: .3em;
  }
  .original-top-banner::after {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    right: .3em;
  }
  a.originalBannerLink,
  a:visited.originalBannerLink
  {
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color:#00ade7;
    border:2px solid #00ade7;
    padding:10px;
  }

  .original-summary-title{
    font-size: 1.5em;
    margin: 0 0 10px;
    font-weight: bold;
  }
  .original-summary-detail {
    font-size: 1.2em;
    line-height: 2;
    margin: 0;
    padding:5px;
}
/* ------------------------------
　　top_summary全般
------------------------------ */
.summary-default-entry.bl-hover{
  background-color: #ffffd9;
}
.summary-default-entry {
    color: #363636;
    border-right: 2px solid #59b2a3;
    border-bottom: 2px solid #59b2a3;
}
.summary-default {
    border-top: 2px solid #59b2a3;
    border-left: 2px solid #59b2a3;
}

.pickup-title {
    font-size: 16px;
    color: #333;
}
/* ------------------------------
　　entryのTable
------------------------------ */
.entry-column th,.entry-column td{
  border:1px solid #007980;
}
.entry-column th{
background-color: #ffffff;
}

@media screen and (min-width: 768px){
.entry-column td{
background-color: #ffffff;
}}
@media screen and (min-width: 768px){
  .entry-column th{
    white-space: nowrap;
  }}

  .acms-list-group {
      border-top-style: none;
    }
    .sub{
      background-color: #f2f3f6;
    }

    .foot-wrapper {
    padding: 30px 0;
    background: #007980;
}
.suggest-box {
    background: #f2f3f6;
}
.footer-nav-list a {
    color: #fff;
}
/* ------------------------------
　　エントリー
------------------------------ */
@media screen and (min-width: 768px){
.page-title {
    font-size: 34px;
}
.page-description {
    font-size: 22px;
}}
.originalBannerText{
  background-color: #363636;
  padding:5px;
  font-weight: bolder;
  color:#fff;
  margin-top:5px;
  text-decoration: none;
}

.photo {
    margin: 0px;
}
p.pickup-title{
  font-weight: bold;
  font-size: 1.2em;
  border-bottom:2px solid;
}

.br::before {
	content: "\A" ;
	white-space: pre ;
}
.br{
  font-size: 0.7em;

}
/* ------------------------------
　Topページモジュール：Entry_Summary 
　（top_summary_shiawasemasu)トップページ用の幸せます
　スマホ・タブレット表示用
------------------------------ */
/* スマホ・縦向き */
@media screen and (max-width: 480px){
.top-summary-shiawasemasu-summary{
  display:block;
}
.top-summary-shiawasemasu-image {
  white-space: normal;
    display: block;
    width: 100%;
 }
 .top-summary-shiawasemasu-image img{
  width: 400px;
  height: auto;
  left: 0px;
    top: 0px;
    position: relative;
 }
.top-summary-shiawasemasu-body {
    display: block;
    width: 100%;
}}

/* スマホ・横向き */
@media (orientation: landscape) and (max-width: 480px) {
.top-summary-shiawasemasu-summary{
  display:table;
}
.top-summary-shiawasemasu-image {
  white-space: normal;
    display: table-cell;
    width: 50%;
 }
 .top-summary-shiawasemasu-image img{
  width: 400px;
  height: auto;
  left: 0px;
    top: 0px;
    position: relative;
 }
.top-summary-shiawasemasu-body {
    display: table-cell;
    width: 50%;
}}
/* タブレット・横向き */
@media (orientation: landscape) and (max-width: 767px) {
.top-summary-shiawasemasu-summary{
  display:table;
}
.top-summary-shiawasemasu-image {
  white-space: normal;
    display: table-cell;
    width: 50%;
 }
 .top-summary-shiawasemasu-image img{
  width: 400px;
  height: auto;
  left: 0px;
    top: 0px;
    position: relative;
 }
.top-summary-shiawasemasu-body {
    display: table-cell;
    width: 50%;
}}
