/*global navi----------------------------------------------- */
.logo {
     width: 17%;
     margin-left: 3%;
     float: left;
}
nav {
     top: 0;
     width: 100%;
     background: #fff;
     opacity: 1.0;
     border-bottom: 2px solid #EC8035;
     padding: 7px 0px 5px;
     z-index: 999;
}
nav.fixed {
     position: fixed;
}
/*.navigation {
     display: none;
}*/
.desktop.navigation {
     padding-top: 10px;
     width: 79%;
     display: block !important;
     margin-right: 1%;
}
.desktop.navigation .nav-content {}
.desktop.navigation .nav-content a {
     color: #5F3813;
     text-transform: uppercase;
     font-size: 1.0em;
     opacity: .9;
     filter: alpha(opacity=90);
}
.desktop.navigation .nav-content a:hover, .desktop.navigation .nav-content a.active {
     opacity: 1;
     filter: alpha(opacity=100);
}
.desktop.navigation .nav-content li {
     margin-right: 30px;
     line-height: 40px;
}
.desktop.navigation .nav-content li:last-of-type {
     margin-right: 0px;
}
/*row2nav---------------------------------------------------------------*/
nav.row2 {align-items: center;}

nav.row2 .logo-box {
    width: 1200px;
    margin: 0 auto;
}

nav.row2 .logo {
    width: 100%;
    float: none;
    margin: 0;
    align-items: center;
}

nav.row2 .logo .logo-img {
    width: 60%;
}

nav.row2 .logo .logo-contact {
    width: 35%;
}

nav.row2 .logo .logoArea_sp {
    display: none;
}

nav.row2 .logo .logo-contact .locon {
    align-items: center;
}

nav.row2 .navigation.desktop {
    width: 100%;
    margin: 0 auto;
}

nav.row2 .navigation.desktop ul.nav {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
/* =Navigation
-------------------------------------------------------------- */
/* Mobile Navigation */
.mobile.navigation {
     display: none;
     width: 90%;
     margin: 0 5%;
     float: left;
}
.mobile.navigation .nav-content {
     float: left;
     width: 100%;
}
.mobile.navigation .nav-content li {
     display: block;
     width: 100%;
     margin-top: 15px;
     margin-bottom: 15px;
     padding-top: 15px;
     border-top: 1px solid #aaa;
}
.mobile.navigation .nav-content li:first-of-type {
     border-top: none;
}
.mobile.navigation .nav-content a {
     display: block;
     color: #eee;
     text-transform: uppercase;
     font-size: 0.8em;
}
.nav-button {
     display: none;
     width: 32px;
     height: 32px;
     background: transparent;
     padding: 0;
     margin-right: 5%;
     float: right;
     border: none;
     cursor: pointer;
}
.icon-bar {
     display: block;
     float: left;
     width: 100%;
     height: 5px;
     margin-top: 5px;
     background: #EC8035;
}
/* DropDown Menu------------------*/
.nav {
     margin: 0 auto;
     padding: 0;
     -moz-justify-content: flex-end;
     -webkit-justify-content: flex-end;
     justify-content: flex-end;
}
.desktop.navigation .nav-content li {
     float: none;
     position: relative;
     list-style: none;
     /*width: calc(75%/7);*/
}
.desktop.navigation .nav-content a {
     display: block;
     text-align: center;
     transition: 0.5s;
     text-decoration: none;
     box-sizing: border-box;
}
.nav li ul {
     top: 55px;
     left: -80px;
     position: absolute;
     background: rgba(255, 255, 255, 0.9);
}
.desktop.navigation .nav-content .nav li ul.dropdown-menu li {
     margin: 0;
}
.nav li ul.dropdown-menu li {
     overflow: hidden;
     height: 0;
     transition: 0.4s;
}
.nav li ul li a {
     border-bottom: 1px solid #eee;
     width: 220px;
     margin: 0 10px;
}
.nav li:hover > ul > li {
     overflow: visible;
     height: 56px;
}
.mobile.navigation .nav-content li {
     border-top: 1px solid #dfdfdf;
}
.mobile.navigation ul.nav li a span {
     font-size: 16px;
     font-weight: 900;
}
@media only screen and (max-width: 959px) {
	     .nav-button {
          display: block;
     }
     .navigation {
          display: none;
     }
     .nav {
		 display: block!important;
          margin: 0 auto;
     }
     .nav li ul {
          top: inherit;
          left: 15px;
          position: relative;
          background: none;
          /* display: none; */
     }
	.nav li ul.dropdown-menu li {
          overflow: visible;
          height: auto;
          margin-top: 5px !important;
          margin-bottom: 5px !important;
          padding-top: 5px !important;
          border: none !important;
     }
     .nav li ul li a {
          border-bottom: none;
          width: auto;
          margin: 0;
     }
     .mobile.navigation ul.nav li.sp-accordion a {
          cursor: pointer;
     }
     .mobile.navigation ul.nav li ul li a span {
          font-size: 14px;
     }
     .mobile.navigation ul.nav li ul li a span:before {
          content: " - ";
     }
     .mobile.navigation .nav-content li {
          float: none;
          width: 100%;
          margin-left: 0 !important;
     }
nav.row2 .logo-box {
    width: 80%;
}

nav.row2 .logo .logo-img {margin: 0 auto;width: 64%;}

nav.row2 .logo-box {
    margin-left: 0;
}

nav.row2 .logo .logoArea_sp {
    width: 30%;
}
ul.ic_list.flex li {
    width: 45%;
}
/*-----------------------------------------------
 * footer
 * --------------------------------------------*/
.footer-nav {
    display: none;
}
.logo {
    width: 40%;
}
}
/*.footer-nav*/
.footer-nav {
    /* margin: 15px auto; */
}

.footer-nav .nav {
    padding:10px;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.footer-nav .nav li {
    font-size: 16px;
    margin: 0 0px;
	position: relative;
	line-height: 40px;
}

.footer-nav .nav li:after {content: "|";margin: 10px;color: #bbbbbb;}

.footer-nav .nav li:last-child:after {
    display: none;
}

.footer-nav {
    background: #f5f5f5;
}

.f-logo {
    /*width: 250px;*/
    margin: 15px auto;
}

.f-logo img {
    width: auto;
}

dl.footer_address {font-size: 18px;align-items: flex-end;}

dl.footer_address dt {
    width: 30%;
}

dl.footer_address dd {
    width: 70%;
    text-align: left;
}
.footer-nav .nav li ul {
    top: 44px;
    /* width: 220px; */
}

.footer-nav .nav li ul a {
    display: block;
    text-align: center;
    transition: 0.5s;
    text-decoration: none;
    box-sizing: border-box;
}

.footer-nav .nav li ul li:after {content: "";margin: 0;}

.footer-nav .nav li ul li {
}

/* Navigation Icon */
/* =Hero
-------------------------------------------------------------- */
.hero {
     text-align: center;
     background-size: cover;
}
.hero .content {
     padding-top: 0px;
}
.ticker {
     overflow: hidden;
     height: 90px;
     vertical-align: baseline;
}
.ticker h1 {
     margin-bottom: 0px;
     height: 90px;
     -webkit-transition: margin-top 0.5s ease-in-out;
     -moz-transition: margin-top 0.5s ease-in-out;
     -o-transition: margin-top 0.5s ease-in-out;
     transition: margin-top 0.5s ease-in-out;
}
.call-to-action {
     padding-top: 20px;
}
.call-to-action li {
     display: inline-block;
     margin-right: 55px;
}
.call-to-action li:last-of-type {
     margin-right: 0px;
}