/* カスタム CSS をここに入力してください */
.footer_contact .footer_contact_wp .footer_contactL {
        display: none;
}

#wrapper .footer_contact .footer_contact_wp .footer_contactLink {
    width: 100%;
}

@media only screen and (min-width:1125px){
  #header nav#mainNav ul.nav>li>span>a{

  }
#footer #f_nav .f_left img.footer_logo {
    max-width: 220px !important;
  margin-bottom:15px;
}
header #contact_area a{
    color: #a26b1d !important;
}
#pankuzu.wide_pan div {
    padding: 30px 0 30px 0 !important;
  }}

.post.custom_archive article.pc_basic02 .textarea h3 {
    font-weight: bold !important;
}

/* トップページ
*****************************************************/

.grtsgn {
  float: right !important; 
  margin: 15px 0 30px !important;
  height: 42px !important; 
}

@media only screen and (max-width: 1024px){
#content img.grtsgn {
  float: right !important; 
  max-height: 30px !important; 
  margin: 15px 8px 30px !important;
}
}

.masthead {
  position: relative;
  height: calc(100vh - 75px) !important;
  background-size: contain!important;
    background-repeat: no-repeat!important;
}


.masthead-video {
  z-index: 0;
      height: 100vh;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.masthead-arrow {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0.4;
}
.masthead-overlay {
  /*　background-color: #000; */
  background-image:url(/wp-content/uploads/2019/02/mvbg-13-3.png);
  background-size:cover;
  background-position: center;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.masthead h1 {
  z-index: 3;
  color: #fff;
  font-size: 4rem;
  line-height: 1.8;
  vertical-align: middle;
  text-shadow: 0 0 27px #000, 0 0 27px #000, 0 0 27px #000;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  height: 144px;
  top: 0;
  bottom: 0;
  text-align: center;
  font-weight: normal;
}
  
@media only screen and (max-width: 1024px){
.masthead {
  position: relative;
  height:50vh !important;
}
#pankuzu.wide_pan{
  background-position: right -90px center !important;
  }
}

/* END トップページ -----------------------------*/