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

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

/* header_menu */
#header{
	position: fixed;
	top:0;
	left:0;
    width: 100%;
	height: 120px;
	z-index: 1000;
    background-color: #f8f6ed;
    background: url("../menu/images/h_bg.svg"); 
    background-repeat:repeat-x;
/*    transition: .3s;
  transform: translateY(-100%);
*/}

#header #h_logo{
    width: 200px;
    height: 54px;
    position:fixed;
	top:30px;
	left:3%;
	z-index: 980;
    background: url("../menu/images/h_logo.svg");
    background-size:200px 54px;
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/*=============================
#menu_pc
=============================*/
#menu_pc{
    position: absolute;
    right:300px;
    top:35px;
    transform: rotate(0.03deg);
}
#menu_pc ul li{
 display: table-cell;
 vertical-align: middle;
 padding-right: 3em;
    text-align: center;
    letter-spacing: 2px;
}
#menu_pc ul li span{
    display: block;
    font-size: 0.75em;
    color: rgba(164,128,32,0.48);
}

#menu_pc ul li a{
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgba(164,128,32,1.00);
}
#menu_pc ul li a:hover{
    color: rgba(164,128,32,0.8);
}


.h_contact{
  position: fixed;
  top: 45px;
  right: 110px;
  cursor: pointer;
  z-index: 2;
}
.h_contact i{
    color: #fff;
    font-size: 1.1em;
    padding-right: 0.5em;    
}
.h_contact a{
	background-color: #ee8e72;
	border-radius: 35px;
	padding: 0.6em 1em;
    color: #fff;
    border: solid 3px #e8775b;
        
}


/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  position: fixed;
  top: 0;
  right: 1%;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 1000;
}
.btn-trigger span {
  position: absolute;
  left: 25px;
  width: 40px;
  height: 4px;
  background-color: #a48020;
    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: 40px;
}
.btn-trigger span:nth-of-type(2) {
  top: 55px;
}
.btn-trigger span:nth-of-type(3) {
  top: 70px;
}

/*=============================
#btn01
=============================*/
#btn01.active span {
  background-color: #fff;
}
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-23px) rotate(45deg);
  transform: translateY(-23px) rotate(45deg);
}
#gloval-nav {
　width:100%;
　height:100%; 
  background: rgba(164,200,54,1.00);
  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: 60px;
	padding-left: 0;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav li {
	width: 100%;
	height: auto;
	text-align: center;
}
#gloval-nav li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 2em;
  margin-bottom: 1.3em;
  position: relative;
 letter-spacing: 3px;
    font-size: 20px
}
#gloval-nav li a::before,
#gloval-nav li a::after {
  border-bottom: dotted 2px rgba(255,255,255,0.80);
  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;
}

 @media screen and (max-width: 1200px) {
#header #h_logo{
    width: 150px;
    height: 41px;
	top:35px;
	left:2%;
    background-size:150px 41px;
}

/*=============================
#menu_pc
=============================*/
#menu_pc{
    left:220px;
}
#menu_pc ul li{
 padding-right: 2.5em;
}
}



/* -----------------------------------------------
 NotePC 1024px以下
-------------------------------------------------- */
 @media screen and (max-width: 1024px) {
 .hidden_tablet_y {display: none;}
     
    /* header_menu */
#header{
	height: 70px;
}
#header #h_logo{
	top:13px;
	left:3%;
    background-size:130px 35px;
}
.h_contact{
  top: 22px;
  right: 80px;
  cursor: pointer;
  z-index: 2;
}
.h_contact i{
    color: #fff;
    font-size: 1em;
    padding-right: 0.5em;    
}
.h_contact a{
    font-size: 0.9em;
	padding: 0.3em 1em;
    
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  width: 50px;
  height: 50px;
}
.btn-trigger span {
  left: 0px;
  width: 35px;
}
.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;
}
/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}
.hidden_sp {display: none;}
#gloval-nav {left: 0;}
}

/* -----------------------------------------------
 tablet 768px以下
-------------------------------------------------- */
@media screen and (max-width: 768px) {
 .hidden_tablet_w {display: none;}

/*--side_btn--*/
#btn_entry{
	right: 60px;
	top:0;
}
#btn_os{
	right: 120px;
	top:0;
}
/*#gloval-nav {left:50%;}*/
}

/* -----------------------------------------------
smartPhone 576以下
-------------------------------------------------- */
@media (max-width: 576px) {
.h_contact{
  top: 22px;
  right: 65px;
}
}



/* -----------------------------------------------
 FOOTER
-------------------------------------------------- */
#footer {
	background-color: #f8f6ed;
    text-align: center;
    padding-top: 3em;
}
.footer_bg{
    background-image: url("../menu/images/f_bg.svg");
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer_bg img{
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 180px;
    height: auto;
}
a.btn_tel{
    width: 90%;
    display: block;
	background-color: #a4c836;
    text-align: center;
    margin: 0 auto;
    padding: 0.8em 1em;
    color: #fff;
    font-size: 1.4em;
    border: solid 5px #94bc2a;
    border-radius: 50px;
}
a.btn_mail{
    width: 45%;
    display: block;
	background-color: #ee8e72;
    text-align: center;
    margin: 0 auto;
    padding: 0.8em 1em;
    color: #fff;
    font-size: 1.4em;
    border: solid 5px #ea7c60;
    border-radius: 50px;
}
a.btn_tel i{
    font-size: 1.3em;
    margin-right: 0.3em;
}
a.btn_mail i{
    font-size: 1.1em;
    margin-right: 0.4em;
}
p.address {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    width: 100%;
    line-height: 1.5;
    color: #fff;
    text-shadow: 0px 1px 5px rgba(122,192,0,1);
}
.copy {
    padding: 0.5em;
}
.copy p{
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

/*.pagetop{
    width: 60px;
	position: fixed;
	bottom: 30px;
	cursor:pointer;
	right: 10px;
	z-index: 100;
}*/

/* -----------------------------------------------
 tablet 768px以下
-------------------------------------------------- */
@media screen and (max-width: 768px) {
.footer_bg{
    background-image: url("../menu/images/f_bg_sp.svg");
    width: 100%;
    height: 190px;
}
.footer_bg img{
    width: 120px;
    height: auto;
    top: 80px;
}
a.btn_tel{
    margin: 0 auto 0.8em auto;
    padding: 0.8em 1em;
    font-size: 1.2em;
}
a.btn_mail{
    width: 90%;
    font-size: 1.2em;
}
a.btn_tel i{
    font-size: 1.3em;
    margin-right: 0.3em;
}
a.btn_mail i{
    font-size: 1.1em;
    margin-right: 0.4em;
}
p.address {
    top: 130px;
}
}

/* -----------------------------------------------
smartPhone 576以下
-------------------------------------------------- */
@media (max-width: 576px) {
.copy p{
    font-size: 10px;
}
}