@charset "UTF-8";/*
 CSSを自由に記入できます。
 入力が終了したら右下の「更新」ボタンをクリックして内容を更新してください。
*/

.catchcopy h1 {
    font-weight: normal;
}
.copyright {
    font-weight: normal;
}

.header .header-contact-button, .header .header-contact-button:hover {
	background: #dd3333;
    color: #ffffff;
}
/*トップページ*/
.body-home .gallery .gallery-title {
  	color: white;
    background-color: black;
}
/*ページタイトル*/
.page-title {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*大見出し*/
.content-body .headline-h2:first-child {
    margin-bottom: 20px;
}
.headline-h2 {
    font-size:24px;
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;

}
.headline-h2 {
    font-size:24px;
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: initial;
}

.headline-h3 {
    text-align: center;
    font-size: 22px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: initial;
}
/*お問い合わせ */
span.wpcf7-list-item { 
  display: block; 
  margin-left: 20px;
}
.contact-form-table .field-name {
    width: 350px;
}
/*トップページ記事一覧*/
.body-home .content-body a, .page-title a {
    color: #000000;
}
.body-home .page-casette.rows.default .list-item .title {
  position: relative;
  margin-bottom: 1em;
}
.body-home .page-casette.rows.default .list-item .title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: inline-block;
  width: 50px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #E50000;
}  
.body-home .list-item .full-title {
    display: none;
}
/*記事一覧*/
.body-service .content-body a, .page-title a,
.body-company .content-body a, .page-title a {
  color: #000000;
}
.body-service .list-item .title ,
.body-company .list-item .title {
position: relative;
margin-bottom: 1em;
}
.body-service .list-item .title:before,
.body-company .list-item .title:before {
content: '';
position: absolute;
left: 50%;
bottom: -3px;
display: inline-block;
width: 50px;
height: 3px;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #E50000;
}   
.body-service .list-item .full-title,
.body-company .list-item .full-title {
  display: none;
}

@media (min-width: 689px){
.header .menu-item:hover>.sub-menu {
  width: 100%;
}
}