@charset "UTF-8";
/* HEADER FOOTER CSS*/

/* -----------------------------------------------
 HEADER
-------------------------------------------------- */

/* header_menu */
#header{
	position: fixed;
	top:0;
	left:0;
    width: 100%;
	height: 110px;
	z-index: 1000;
	background-color:#fff;
}

/* ロゴに関するスタイル */
.header-logo {
  width: 226px;
    height: 54px;
    position:fixed;
	top:30px;
	left:2%;
	z-index: 980;
    background: url("../menu/images/h_logo.png");
    background-size:110px 54px;
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.header_ttl{
    position: absolute;
    left:180px;
    top:30px;
	color: #091533;
font-family: vdl-lineg, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 25px;
line-height: 1;
letter-spacing: 0.055em;
}
.header_ttl span{
font-family: din-2014-narrow, sans-serif;
font-weight: 200;
font-style: normal;
font-size: 19px;
letter-spacing: 0.115em;
}


/*=============================
#menu_pc
=============================*/
#menu_pc{
    position: absolute;
    right:0;
    top:44px;
    padding-right: 430px;
}
#menu_pc ul li{
 display: table-cell;
 vertical-align: middle;
 padding-right: 2.8em;
　text-align: center;
letter-spacing: 1px;
font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;    
}
#menu_pc ul li a{
font-size: 1.1em;
color: #333;
    
}
#menu_pc ul li a:hover{
    color: rgba(9,21,51,0.8);
}
#contact{
    position: absolute;
    right:0;
    top:34px; 
}
#contact ul li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 2.1em;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#contact ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  color: #fff;
  background-color: #333;
  padding: 10px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

#contact ul li a img {
  width: 18px;
  height: auto;
  margin-right: 8px;
  display: block;
}

#contact ul li a:hover {
  background-color: #333;
}
#contact ul li a.btn-remote {
  background-color: #50bc71;
}
#contact ul li a.btn-remote:hover {
  background-color: #50bc71;
}
/* スマホ版ボタン */
#contact_sp {
  position: fixed;
  right: 90px;
  top: 18px;
  z-index: 100;
}

#contact_sp a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #333;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

#contact_sp a img {
  width: 26px;
  height: auto;
}

#contact_sp a:hover {
  background-color: #333;
}

/* 表示切り替え */
.pc {
  display: block;
}
.sp {
  display: none;
}
/*=============================
#ハンバーガー
=============================*/
  #btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #btn01.active span:nth-of-type(2) {
    opacity: 0;
  }
  #btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
#gloval-nav {
　width:100%;
　height:100%; 
  background: linear-gradient(45deg, #0066ff 0%, #7FB2FF 100%);
  color: #fff;
  position: fixed;
  top: 0;
  left:70%;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: left;
  align-items: center;
  font-size: 18px;
  transform: translateX(100%);
  transition:  transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*--pc css reset--*/
#gloval-nav ul {
    padding-top: 100px;
	padding-left: 0;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav li {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px;
}
#gloval-nav li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 3em;
  margin-bottom: 1.3em;
  position: relative;
 letter-spacing: 1px;
    font-size: 16px;
	opacity: 1!important;
}
#gloval-nav li a::before,
#gloval-nav li a::after {
  border-bottom: solid 1px #fff;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
#gloval-nav li a::before {
  left: 50%;
}
#gloval-nav li a::after {
  right: 50%;
}

#gloval-nav li a:hover::before,
#gloval-nav li a:hover::after {
  width: 50%;
}

/* open*/
.open #gloval-nav {
    transform: translateX(0);
}

/* open*/
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

#side-btn{
    position: fixed;
    right: 10px;
    bottom:565px;
    width: 174px
}
#side-btn2{
    position: fixed;
    right: 10px;
    bottom:380px;
    width: 174px
}
#side-btn3{
    position: fixed;
    right: 10px;
    bottom:195px;
    width: 174px
}
#side-btn4{
    position: fixed;
    right: 10px;
    bottom:10px;
    width: 174px
}

 @media screen and (max-width: 1024px) {
 #header{
	height: 90px;
}
.header-logo {
  width: 200px;
    height: 48px;
    position:fixed;
	top:26px;
	left:2%;
	z-index: 980;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}


/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  position: absolute;
  top: 18px;
  right: 15px;
  width: 60px;
  height: 60px;
  background-color: #333;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  cursor: pointer;
  z-index: 1000;
}
.btn-trigger span {
  position: absolute;
     
  right: 15px;
  width: 30px;
  height: 2px;
  background-color: #FFF;
  border-radius: 50px;
   
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 20px;
}
.btn-trigger span:nth-of-type(2) {
  top: 30px;
}
.btn-trigger span:nth-of-type(3) {
  top: 40px;
}

 .hidden_tablet_y {display: none;}
.hidden_sp {display: none;}
#gloval-nav {left: 0;}
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }   
     
/*=============================
#ハンバーガー
=============================*/
#btn01.active span {
  background-color: #fff;
}
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
#gloval-nav {
　width:100%;
　height:100%; 
  background: linear-gradient(45deg, #0066ff 0%, #7FB2FF 100%);
  color: #fff;
  position: fixed;
  top: 0;
  left:50%;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: left;
  align-items: center;
  font-size: 18px;
  transform: translateX(100%);
  transition:  transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*--pc css reset--*/
#gloval-nav ul {
    padding-top: 100px;
	padding-left: 0;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav li {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px;
}
#gloval-nav li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 3em;
  margin-bottom: 1.3em;
  position: relative;
 letter-spacing: 1px;
    font-size: 16px;
	opacity: 1!important;
}
#gloval-nav li a::before,
#gloval-nav li a::after {
  border-bottom: solid 1px #fff;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
#gloval-nav li a::before {
  left: 50%;
}
#gloval-nav li a::after {
  right: 50%;
}

#gloval-nav li a:hover::before,
#gloval-nav li a:hover::after {
  width: 50%;
}

/* open*/
.open #gloval-nav {
    transform: translateX(0);
}

/* open*/
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}     
}

/* -----------------------------------------------
 991px以下
-------------------------------------------------- */
 @media screen and (max-width: 991px) {
#side-btn{
    display: none;
}
#side-btn2{
    display: none;
}
#side-btn3{
    display: none;
}
#side-btn4{
    display: none;
}
}

/* -----------------------------------------------
 tablet 768px以下
-------------------------------------------------- */
@media screen and (max-width: 768px) {

}

/* -----------------------------------------------
smartPhone 576以下
-------------------------------------------------- */
@media (max-width: 576px) {
 #header{
	height: 80px;
}
.header-logo {
  top:15px;
	left:3%;
}
.header_ttl{
    left:12px;
    top:18px;
font-size: 18px;
}
.header_ttl span{
font-size: 13px;
}
#contact_sp {
top:15px;
right: 74px;
}

#contact_sp a {
 width: 50px;
  height: 50px;
  
}
#contact_sp a img {
  width: 22px;
  height: auto;
}
/*=============================
.btn-trigger
=============================*/
.btn-trigger {
top:15px;
  width: 50px;
  height: 50px;

}
.btn-trigger span {
  position: absolute;
     
  right: 12px;
  width: 25px;
  height: 1px;
  background-color: #FFF;
  border-radius: 50px;
   
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 17px;
}
.btn-trigger span:nth-of-type(2) {
  top: 25px;
}
.btn-trigger span:nth-of-type(3) {
  top: 33px;
}
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}    
}

@media screen and (max-width: 320px) {
 #header{
	height: 70px;
}
.header_ttl{
    left:12px;
    top:15px;
font-size: 15px;
}
.header_ttl span{
font-size: 11px;
}

}

/* -----------------------------------------------
 FOOTER
-------------------------------------------------- */


#footer {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  color: #333;
   overflow-x: hidden; 
}

.footer-left {
  line-height: 1.8;
}

.footer-left p {
  margin: 0.3em 0;
}

.footer-left hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 10px 0;
     
}

.footer-left a {
  color: #333;
  text-decoration: none;
}

.footer-left a:hover {
  text-decoration: underline;
}

.map-btn {
  display: inline-flex;
  align-items: center;
  background: #eaeff9;
  border: 1px solid #0066ff;
  border-radius: 50px;
  line-height: 1;
  font-size: 14px;
  padding: 4px 8px;
  font-family: "Sansation", sans-serif;
  font-weight: 500;
}
.map-btn i{
font-size: 12px;
}
.fa-location-dot{
    color: #0066ff;
    margin-right: 2px;
}

.footer-logo {
  width: 260px;
  height: auto;
  
}

.footer-right p {
  font-size: 14px;
  color: #333;
  margin-left: 24%;    
  margin-top: 7px;
  font-weight: 500;  
  font-family: "Sansation", sans-serif;
  font-weight: 500;
}

/* スマホ対応 */
@media (max-width: 768px) {
 .footer-left,
  .footer-right {
    text-align: center !important;
  }

  .footer-right img.footer-logo {
    margin: 0 auto;
  }

  .footer-left hr {
    margin: 15px auto;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
   #footer .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-left,
  .footer-right {
    text-align: center !important;
  }

  .footer-left p {
    text-align: center;
  }

  .footer-right img.footer-logo {
    margin: 0 auto;
  }

  .footer-left hr {
    margin: 15px auto;
    width: 80%;
  }
}