/*====================================================
このCSSは株式会社dgreenの制作物です。
無断転載、利用はご遠慮ください。
/*====================================================*/
.clear{
  clear: both;
}
#breadcrumbs{
  border-bottom: 1px solid #F4F6F7;
  padding: 15px 0;
}
img{
  vertical-align: bottom;
}
@media all and (max-width:750px) {
  .pc{
    display: none !important;
  }
}
@media all and (min-width:751px) {
  .sp{
    display: none !important;
  }
}
/*===================================
header
===================================*/
.hd_text{
    background-color: #003399;
}
.hd_text p{
  width: 1000px;
  margin: 0 auto;
  color: #fff;
}
@media all and (max-width:750px) {
  .hd_text p{
    font-size: 11px;
    padding: 3px 10px;
  }
  .custom-logo{
    width: 53vw;
  }
  .global-nav__toggle line{
    color: #039;
  }
  .global-nav__toggle.is-open line{
    color: #fff;
  }
  .global-nav__toggle .ys-icon, .global-nav__toggle svg {
    width: 34px !important;
    height: 34px !important;
}
.global-nav__toggle{
  padding: 5px 9px !important;
}
.global-nav__toggle.is-open+.global-nav{
  background: #039;
}
.global-nav__menu a{
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
}
@media all and (min-width:751px) {
  .site-header__content {
    padding: 14px 0 10px;
  }
  .hd_text p{
    font-size: 14px;
    padding: 3px 0;
  }
}
/*===================================
footer
===================================*/
.footer-main{
  border-top: 6px solid #003399;
  padding-bottom: 0 !important;
}
.footer-poweredby{
  display: none;
}
.footer-wrap{
  max-width: 1000px;
  width: 100%;
}
.footer-right .gmap{
  border: 3px solid #fff;
}
.footer-right .address{}
.footer-right .address img{
  max-width: 240px;
  margin: 40px 0 0;
}
.footer-right .address p{}

.footer-nav__menu li{
  font-size: 16px !important;
  font-weight: 400;
  border-right: 1px solid #BEBEBE;
}
.footer-nav__menu li:last-child{
  border: none;
}

.contact_ft{
  position: fixed;
  right: 0;
  background: #003399;
  z-index: 10;
  border-top: 2px solid #fff;
}
.copyright {
  font-size: .9rem;
  text-align: left;
}
.footer-nav .container{
  background-color: rgb(255 255 255 / 0%);
}
@media all and (max-width:750px) {
  .contact_ft {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #003399;
    padding: 10px 0 17px 0;
    z-index: 10;
    width: 100%;
  }
  .contact_ft img{
    width: 61vw;
    display: block;
    margin: 0 auto;
  }
  .footer-fb{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-right{
    width: 100%;
    margin: 30px 0 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-nav__menu{
    padding: 30px 0 0px !important;
    display: inline-block !important;
  }
  .footer-nav__menu li{
    padding: 0 12px !important;
    display: inline-block;
  }
  .footer-main{
    background-image: url(https://hakusangd.jp/img/common/ft_bgimg.jpg);
    padding: 40px 0 0 !important;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .site-info{
    margin: 0 0 80px;
  }
  .copyright {
    padding: 10px 0;
  }
  .footer-wrap{
    margin: 0 auto 70px;
  }
  .fb-container {
		width: 100%;
	}
    .fb-container div{
      width: 100%;
    }
}
@media all and (min-width:751px) {
  .contact_ft{
    bottom: 50px;
    background: #003399;
    padding: 10px 30px 16px 35px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 6px 0px 0px 6px;
  }
  .footer-fb{
    width: 47%;
    float: left;
  }
  .footer-right{
    float: right;
    width: 53%;
  }
  .footer-nav__menu{
    padding: 100px 0 0px !important;
  }
  .footer-nav__menu li{
    padding: 0 20px !important;
  }
  .footer-wrap{
    background-image: url(https://hakusangd.jp/img/common/ft_bgimg.jpg);
    padding: 0 0 190px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
  .copyright {
    padding: 20px 0;
  }
}
