<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.menu-inner {
  /*width: 980px;*/
  margin: 0 auto;
  position: relative;
}
 
.menu-inner:after {
  content:"";
  clear: both;
  display: block;
}
 
/*--------header-----------*/
 
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0 3%;
  line-height: 1;
  z-index: 1000;
}
 
#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}
 
#top-head .menu-inner {
    position: relative;
}
#top-head .logo {
    float: left;
    position: relative;
    font-size: 36px;
    height: 50px;
}
 
#top-head .logo a {
  position: absolute;
  width: 100%;
  height: 50px;
}
 
#global-nav ul {
    list-style: none;
    position: absolute;
    top: -25px;
    left: -35px;
    font-size: 15px/*15.5px*/;
	font: 'Roboto', sans-serif;
	font-weight:600;
	letter-spacing: 0.5px; /*1px*/
    margin-top: -5px;
    margin-bottom: 0px;
	z-index: 1001;
}
#global-nav ul li {
    float: left;
    padding:0;
    /*border-left: 1px solid #000;
	border: 1px solid #fff;*/
}
#global-nav ul li a {
    padding: 30px 0 10px;
    position: relative;
    display: inline-block;
	height: 53px;
	margin-left: 9px; /*7px*/
	margin-right: 9px; /*7px*/
}
 
#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   width: 100%;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #333;/*#3dc9b3*/
   background: rgba(0,3,51,1.0);
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
 
#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
 
nav span{
    /*background:#666;*/
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}
 
 
/*--------固定化されたときのCSS-----------*/
 
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 25px;
    background: #000;
    background: rgba(255,255,255,0);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	
}
#top-head.fixed li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #333;
  transition: .2s;
}
#top-head.fixed ul li a {
    padding: 5px 5px;
    position: relative;
    display: inline-block;
}

#top-head.fixed ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #fff;
   /*background: rgba(255,255,255,0.3);*/
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
#top-head.fixed ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#top-head.fixed li ul li a {
    padding: 13px 5px 4px;
    /*background: #7c8c0e;*/
    text-align: left;
    font-size: 15px/*14px*/;
    font-weight: normal;
    top: 30px;
    left: 275px;
}

 
#top-head.fixed .logo {
  position: relative;
    font-size: 24px;
    color: #fff;
}
 
#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 30px;
 
}
#top-head.fixed ul li a {
    color: #333;
    padding: 5px 5px;
    padding-bottom: 5px;
}
 
#top-head.fixed li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#top-head.fixed li ul li a {
  padding: 13px 5px 4px;
  /*background: #7c8c0e;*/
  text-align: left;
  font-size: 15px/*14px*/;
  font-weight: normal;
  top: 31px;
  left: 275px;
}
/*#global-nav &gt; li:hover &gt; a { background: #7c8c0e }
#global-nav &gt; li:hover li:hover &gt; a {  background: #6e7c0c }*/
#top-head.fixed li:hover &gt; ul &gt; li {
  overflow: visible;
  height: 28px;
}
#top-head.fixed li ul li ul {
  top: 0;
  left: 100%;
}
#top-head.fixed li:last-child ul li ul {
  left: -100%;
  width: 100%;
}

/*#global-nav li ul li ul li a {  background: #616d0b }
#global-nav li:hover ul li ul li:hover &gt; a {  background: #535d09 }*/
#top-head.fixed li ul li ul:before {
  position: absolute;
  content: "";
  top: px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  /*border-left-color: #454e08;*/
}
#top-head.fixed li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  /*border-right-color: #454e08;*/
}
#top-head.fixed .menu-arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: -1px;
  width: 8px;
  text-decoration: none;
}

#top-head.fixed .menu-arrow::before{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  margin-left: 5px;
}
 
 
/*-----------スマホのトグルボタンのCSS-------------*/
 
#nav-toggle {
display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 28px;
    height: 33px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #333;/*#000*/
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/* #トグル色 */	
#nav-toggle.fixed span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;/*#000*/
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}


#global-nav li ul li {
  overflow: hidden;
  float: left;
}

#global-nav li ul li a {
  padding: 13px 5px 4px;
  /*background: #7c8c0e;*/
  position: relative;
  text-align: center;
  font-size: 15px/*15.5px*/;
  top: 83px;
  left: 250px;
  padding: 10px;
  background:rgba(255,255,255,1);/*子メニュー背景*/
  height: 34px;
  line-height: 7px;
  color: #333;
  text-shadow:none;
  font-weight:600; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
   margin-left: 0;
   margin-right: 0px;

}
#global-nav li ul li a::after {
	background:rgba(255,255,255,0);
    background-size: 100% 100%;
	padding: 0 5px;
	position: abusolute;
	top: 0;
	left: 0px;
	height: 35px;
	border-bottom: 2px solid #333;/*#3dc9b3*/
	text-shadow:none !important;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}



/*#global-nav &gt; li:hover &gt; a { background: #7c8c0e }
#global-nav &gt; li:hover li:hover &gt; a {  background: #6e7c0c }*/
#global-nav li:hover &gt; ul &gt; li {
  overflow: visible;
  height: 28px;
}
#global-nav li ul li ul {
  left: 100%;
}
#global-nav li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
/*#global-nav li ul li ul li a {  background: #616d0b }
#global-nav li:hover ul li ul li:hover &gt; a {  background: #535d09 }*/
#global-nav li ul li ul:before {
  position: absolute;
  content: "";
  top: 58px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  /*border-left-color: #454e08;*/
}
#global-nav li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  /*border-right-color: #454e08;*/
}
.menu-arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: -1px;
  width: 8px;
  text-decoration: none;
}

.menu-arrow::before{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  margin-left: 5px;
}
.menu-bold a::after {
	text-shadow: none;
}
.position-art {
  position:relative;
  margin-left: 15px !important;	
  padding-right: 15px !important;
}
.position-space {
	padding-right: 7px;
}



 
/*------------タブレット用------------------*/
 
@media screen and (max-width: 767px) {/*@media screen and (max-width: 1024px)*/
  .head-inner {
    display: none;
  }
 
  .slick-next {
    right: 0;
  }
 
  #top-head,
  .menu-inner {
      width: 100%;
      padding: 0;
  }
  #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: transparent;
  }
  #mobile-head {
      background: rgba(255, 255, 255, 0);/*背景帯*/
      width: 100%;
      height: 60px;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      left: 13px;
      height: 50px;
      top: 15px;
      color: #333;
      font-size: 26px;
  }
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -490px;
      background: rgba(0, 0, 0, 0.5);/*背景帯#000*/
      width: 100%;
      text-align: center;
      padding: 10px 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
    -webkit-transition-timing-function: linear;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 15px/*14px*/;
  }
  #global-nav ul li {
      float: none;
      position: static;
      padding: 0; /*18px 0*/
      color: #fff;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {/*モバイル位置*/
      position: relative;
      /*width: 100%;*/
      /*display: block; 横幅いっぱいにさせない*/
      color: #fff;
      padding: 18px 7px;
	  left: -20px;
  }
  #nav-toggle {
      display: block;
      left: 20px;
      top: 20px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(556px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
  }
  
#global-nav li ul li {
  overflow: hidden;
 /* width: 100%;*/
  height: 0;
  color: #fff;
  transition: .2s;
  margin-left: -20px; /**/ 
}
#global-nav li ul li a {
  /*padding: 13px 5px 4px;*?
  /*background: #7c8c0e;*/
  text-align: center; /**/
  font-size: 15px/*14px*/;
  font-weight: normal;
  top: -10px;
  left: 0px;
}

/*#global-nav &gt; li:hover &gt; a { background: #7c8c0e }
#global-nav &gt; li:hover li:hover &gt; a {  background: #6e7c0c }*/
#global-nav li:hover &gt; ul &gt; li {
  overflow: visible;
  height: 38px;
  left: 27%;
}
#global-nav li ul li ul {
  top: 0;
  left: 100%;
  

}
#global-nav li:last-child ul li ul {
  left: -100%;
  width: 100%;
  left: -40px; /**/
}
/*#global-nav li ul li ul li a {  background: #616d0b }
#global-nav li:hover ul li ul li:hover &gt; a {  background: #535d09 }*/
#global-nav li ul li ul:before {
  position: absolute;
  content: "";
  top: px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  /*border-left-color: #454e08;*/
}
#global-nav li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  border: 5px solid transparent;
  /*border-right-color: #454e08;*/
}

#top-head.fixed .menu-arrow::before{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#top-head.fixed ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   /*width: 100%;*/
   height: 2px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #fff;
   /*background: rgba(255,255,255,0.3);*/
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
#global-nav ul li a::after {/*モバイル下線*/
	background-color: #fff;
	background: rgba(255,255,255,1.0);
	bottom: 5px;
}

.menu-arrow::before{/*子メニュー矢印*/
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#global-nav li ul li{
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
}

#global-nav li ul li a {
  padding: 13px 5px 4px;
  /*background: #7c8c0e;*/
  position: relative;
  text-align: center;
  font-size: 15px/*15.5px*/;
  top: 0;
 /* padding: 10px;*/
  background:rgba(255,255,255,0);/*子メニュー背景*/
  height: 34px;
  line-height: 7px;
  color: #333;
  text-shadow:none;
  font-weight:600; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
   margin-left: 10px;
   margin-right: 10px;

}
#global-nav li ul li a::after {
    background-size: 100% 100%;
	padding: 0 7px;
	position: abusolute;
	top: 0;
	left: 0px;
	height: 35px;
	border-bottom: 2px solid #fff;/*#3dc9b3*/
	text-shadow:none !important;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}

.menu-child-position {
	clear: both;
}
.menu-child-position2 {
	text-align: center;
	margin: 0 auto;
}
.header_white{
	background-position: right 10% top 0;
	
}

}


@media screen and (min-width:481px) and (max-width:768px) {
#global-nav li ul li a {
  left: 246px;
}
}



@media screen and (max-width: 480px) {
#global-nav li:hover &gt; ul &gt; li {
    left: 4%;
}
}

@media screen and (max-width: 320px) {
#global-nav li ul li a {
 margin-left: 2px;
 margin-right: 2px;
}
#global-nav li:hover &gt; ul &gt; li {
    left: 0;
}

}
</pre></body></html>