@charset "UTF-8";
/* CSS Document */

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  /*
	background-image: url(/img/common/back.png);
	background-position: left 110px;
	background-repeat: repeat-x;
  */
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  font-size: 1.3rem;
  font-weight: 400;
  /*font-feature-settings : "pkna";*/
  font-feature-settings: "palt" 1;
  color: #444444;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {}

img,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/*
.before img {
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
}
*/
#wrapper a,
#wrapper a:hover,
a img,
a:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#wrapper .ui-tabs-nav a {
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

a {
  color: #0080ca;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

p {
  margin: 0;
  padding: 0;
  text-align: justify;
  text-justify: distribute;
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {}

table {
  width: 100%;
  border: none;
}

tbody {
  border-top: 0px;
}

th {
  padding-right: 0em;
  /* LTR */
  border-bottom: none;
}

tbody th {
  border-bottom: none;
}

.pc {
  display: inline;
}

.sp,
.sphone {
  display: none;
}

.br1 {
  display: none;
}

.br2 {
  display: none;
}

#wrapper>.inner,
#breadcrumb,
#b_bottom,
.f_subbox {
  margin: 0 auto;
  position: relative;
}

#wrapper>.inner {
  padding: 0px 10px 60px 10px;
}

#breadcrumb {
  /*background: #eeeff0;*/
  border-top: #eeeff0 1px solid;
  margin-bottom: 40px;
  padding-top: 15px;
  line-height: 12px;
  position: relative;
  box-sizing: border-box;
}

#breadcrumb li {
  font-size: 11px;
  display: inline;
}

#breadcrumb li,
#breadcrumb li a {
  color: #aaaaaa;
  text-decoration: none;
}

#breadcrumb li a:hover {
  color: #7c7c7c;
  text-decoration: underline;
}

#side {
  width: 220px;
  float: left;
}

#side h4 a,
#side h4.tilte,
#side h4.toggle {
  color: #64a0b4;
  padding: 10px;
  text-decoration: none;
  display: block;
  position: relative;
  cursor: pointer;
}

#side h4 {
  border-bottom: #dadada 1px solid;
  font-size: 14px;
}

#side h4:first-of-type {
  border-top: #dadada 1px solid;
}

#side h5 {
  background: #e0ecf0;
  margin-top: 15px;
  padding: 3px 10px;
  font-size: 13px;
}

.menu {
  display: block;
}

.switch .menu:after,
.switch .menu.active:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.switch .menu:after {
  font-family: Arial, Helvetica, sans-serif;
  color: #83b3c3;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  content: '>';
  line-height: 18px;
  font-size: 14px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.switch .menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#side .submenu {
  display: none;
}

#side .submenu.on {
  display: block;
}

#side .submenu.sm_commoncase,
#side .submenu.sm_case,
#side .submenu.sm_qa,
#side .submenu.sm_guesthouse {
  /*
	display: none;
	*/
}

#side .submenu li {
  border-bottom: #dadada 1px solid;
}

#side .submenu li .title,
#side .submenu li a {
  background-image: url(/img/common/arrow3.png);
  background-position: 10px 14px;
  background-repeat: no-repeat;
  color: #444444;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  text-decoration: none;
  display: block;
}

#side .submenu li .title {
  background-image: url(/img/common/arrow10.png);
  background-position: 7px 16px;
  background-image: none;
  padding-left: 10px;
}

#side .submenu li ul li {
  border-bottom: none;
}

#side .submenu li ul li a {
  border-top: #dadada 1px solid;
  background-image: url(/img/common/arrow3.png);
  background-position: 10px 9px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#side h4 a:hover,
#side .submenu li a:hover,
#side .active {
  background-color: #e5f3fa;
  color: #0088cc;
}

#s_banner {
  padding-top: 30px;
}

#s_banner li:not(:first-of-type) {
  margin-top: 15px;
}

#s_banner li a {
  display: block;
}

#s_banner li a.active {
  display: none;
}

#side #s_banner img {
  width: 220px;
}

#content {
  width: 680px;
  padding-bottom: 20px;
  float: right;
}

#bottom {
  display: none;
}


/*flex
-------------------------------------------------------*/
.flex,
#m_menu>ul,
#m_menu li .sub .menu,
#f_box dl,
footer #f_menu_s>*,
footer #f_menu_s ul {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/*column
-------------------------------------------------------*/
.flex.column2,
.flex.column3,
.detail .flex.sub,
#h_wrap,
footer #f_box {
  justify-content: space-between;
}

/*header
-------------------------------------------------------*/
header a,
footer a {
  color: #000000;
  text-decoration: none;
}

header {
  background: #ffffff;
  padding-bottom: 20px;
  position: relative;
}

header .inner {
  position: relative;
}

#h_wrap {
  height: 40px;
  padding: 0 0 20px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#h_wrap .company div{
  padding: 0 10px;
}

#h_wrap .company div:nth-of-type(2){
  border-left: 1px solid;
}

header h1 {
  width: 100%;
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 2rem;
  box-sizing: border-box;
}

header .logo {
  margin-right: auto;
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 1000;
}

header .logo img {
  height: 45px;
  margin-right: 10px;
}

header .logo span {
  font-family: 'Noto Sans JP', sans-serif;
  display: inline;
  font-size: 2.4rem;
  line-height: 40px;
  font-weight: 700;
}

header .tel {
  margin-left: 10px;
  font-size: 2.5rem;
  line-height: 3rem;
}

header .tel img {
  height: 18px;
  vertical-align: middle;
  position: relative;
  left: 0px;
  top: -3px;
}

header .tel i {
  color: #666666;
}

header .tel span {
  font-family: 'Oswald', sans-serif;
  margin-left: 5px;
}

header .tel a {
  margin-left: 10px;
}

header .inquiry {
  margin-left: 20px;
}

header .inquiry a {
  background: #cc0000;
  color: #ffffff;
  padding: 4px 10px 6px 10px;
  font-size: 1.4rem;
  line-height: 2.0rem;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  display: block;
}

header .inquiry a i {
  margin-right: 5px;
  font-size: 1.6rem;
  line-height: 2.0rem;
  position: relative;
  left: 0px;
  top: 0px;
}

header .inquiry a:hover {
  background: #ff2222;
  opacity: 1.0;
}

#m_menu {}

#m_menu>ul {
  justify-content: center;
}

#m_menu>ul>li {
  display: block;
  position: relative;
}


#m_menu>ul>li>*>a {
  height: 30px;
  padding: 10px 15px;
  font-size: 1.8rem;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  display: block;
  position: relative;
}

#m_menu>ul>li:hover>*>a,
#m_menu>ul>li>*>a:hover,
#m_menu>ul>li>*>a.active {
  color: #0080ca;
  opacity: 1.0;
}

#m_menu>ul>li>*>a::after {
  content: "";
  background: #0080ca;
  width: 100%;
  height: 0px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#m_menu>ul>li>*>a:hover::after,
#m_menu>ul>li>*>a.active::after {
  height: 5px;
}

#m_menu>ul>li.dd>*>a:hover::after {
  height: 0px;
}

.menu,
.menu h5 {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2.6rem;
}

.menu dt,
.menu h5 {
  opacity: 0.4;
}

.menu ul {
  width: 100%;
}

.menu li a {
  width: 100%;
  padding-left: 10px;
  display: block;
  position: relative;
  box-sizing: border-box;
}

.menu li a::before {
  font-family: "FontAwesome";
  content: '\f105';
  opacity: 0.4;
  position: absolute;
  left: 0px;
  top: 0px;
}

.menu a:hover {
  opacity: 0.7;
}

#m_menu li .sub h4 {
  border-top: rgba(255, 255, 255, 0.5) 1px solid;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  display: block;
}

/*dropdown*/
#m_menu li .sub a {
  color: #ffffff;
}

#m_menu li .sub .menu {
  background: rgba(0, 128, 202, 0.9);
}

/*m2 reform*/
#m_menu>ul>li.m2:hover>*>a,
#m_menu>ul>li.m2>*>a:hover,
#m_menu>ul>li.m2>*>a.active {
  color: #ff8855;
}

#m_menu>ul>li.m2>*>a.active::after {
  background: #ff8855;
}

#m_menu li.m2 .sub .menu {
  background: rgba(166, 88, 55, 0.9);
  background: rgba(255, 136, 85, 0.9);
}

#m_menu li.m2.dd::after {
  border-color: transparent transparent rgba(166, 88, 55, 0.9) transparent;
  border-color: transparent transparent rgba(255, 136, 85, 0.9) transparent;
}

/*m4 energy*/
#m_menu>ul>li.m4:hover>*>a,
#m_menu>ul>li.m4>*>a:hover,
#m_menu>ul>li.m4>*>a.active {
  color: #009999;
}

#m_menu>ul>li.m4>*>a.active::after {
  background: #009999;
}

#m_menu li.m4 .sub .menu {
  background: rgba(0, 153, 153, 0.9);
}

#m_menu li.m4.dd::after {
  border-color: transparent transparent rgba(0, 153, 153, 0.9) transparent;
}

/*m7 denki*/
#m_menu>ul>li.m4:hover>*>a,
#m_menu>ul>li.m7>*>a:hover,
#m_menu>ul>li.m7>*>a.active {
  color: #0da2c3;
}

#m_menu>ul>li.m7>*>a.active::after {
  background: #0da2c3;
}

#m_menu li.m7 .sub .menu {
  background: rgba(13, 162, 195, 0.9);
}

#m_menu li.m7.dd::after {
  border-color: transparent transparent rgba(13, 162, 195, 0.9) transparent;
}

/*m7 denki*/
#m_menu>ul>li.m4:hover>*>a,
#m_menu>ul>li.m7>*>a:hover,
#m_menu>ul>li.m7>*>a.active {
  color: #0da2c3;
}

#m_menu>ul>li.m7>*>a.active::after {
  background: #0da2c3;
}

#m_menu li.m7 .sub .menu {
  background: rgba(13, 162, 195, 0.9);
}

#m_menu li.m7.dd::after {
  border-color: transparent transparent rgba(13, 162, 195, 0.9) transparent;
}

/*m8 suiso*/
#m_menu>ul>li.m8:hover>*>a,
#m_menu>ul>li.m8>*>a:hover,
#m_menu>ul>li.m8>*>a.active {
  color: #EA974E;
}

#m_menu>ul>li.m8>*>a.active::after {
  background: #EA974E;
}

#m_menu li.m8 .sub .menu {
  background: rgba(234, 151, 78, 0.9);
}

#m_menu li.m8.dd::after {
  border-color: transparent transparent rgba(234, 151, 78, 0.9) transparent;
}

/*m9 太陽光・GHP*/
#m_menu>ul>li.m9:hover>*>a,
#m_menu>ul>li.m9>*>a:hover,
#m_menu>ul>li.m9>*>a.active {
  color: #005495;
}

#m_menu>ul>li.m9>*>a.active::after {
  background: #005495;
}

#m_menu li.m9 .sub .menu {
  background: rgba(0, 84, 149, 0.9);
}

#m_menu li.m9.dd::after {
  border-color: transparent transparent rgba(0, 84, 149, 0.9) transparent;
}


/*footer
-------------------------------------------------------*/
#totop {
  width: 60px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

#totop img {
  width: 100%;
  height: auto;
}

#toback {
  margin-top: 10px;
}

#toback a,
.pager2 li a {
  background-color: #b4b4b4;
  color: #ffffff;
  width: 120px;
  height: 20px;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  float: right;
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  behavior: url(/PIE.htc);
}

#toback a {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

#toback a:hover,
.pager2 li a:hover {}

footer {}

footer a:hover {
  opacity: 0.7;
}

#f_menu_wrap {
  background: #525f66;
  padding: 60px 0px;
  font-size: 1.3rem;
  line-height: 2.6rem;
}

#f_menu_wrap,
#f_menu_wrap a {
  color: #ffffff;
}

#f_menu .flex dl:not(:first-of-type) {
  margin-left: 70px;
}

#f_menu h4 {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

#f_menu h4 i {
  margin-right: 5px;
}

#f_box {
  margin-top: 50px;
  margin-bottom: 0px;
}

#f_box dl {
  width: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#f_box dl dt {
  border: #ffffff 1px solid;
  width: 110px;
  margin-right: 20px;
  padding: 18px 10px;
  box-sizing: border-box;
  text-align: center;
}

#f_box dl dd {
  font-size: 1.2rem;
  line-height: 2.0rem;
  flex: 1;
}

#f_address {
  line-height: 1.8;
  margin-bottom: 2em;
  align-items: flex-end;
}

#f_address h3 {
  margin-right: 20px;
  font-size: 1.8rem;
}

#f_address h3 img {
  height: 50px;
  margin-right: 0px;
}

#f_menu_s {
  margin: 20px 0px;
  font-size: 1.2rem;
}

#f_menu_s,
#f_menu_s a {
  color: #666666;
}

#f_menu_s li:not(:first-of-type) {
  border-left: #666666 1px solid;
  margin-left: 5px;
  padding-left: 5px;
}

#f_menu_s #copy {
  margin-left: auto;
}


/*PC
-------------------------------------------------------*/
@media print,
screen and (min-width: 740px) {

  #wrapper>.inner,
  #breadcrumb,
  #b_bottom,
  .f_subbox {
    width: 960px;
  }

  #content #ssl {
    width: 680px;
  }

  header .inner,
  footer .inner,
  section .inner {
    width: 960px;
    margin: 0 auto;
  }


  /*column
	-------------------------------------------------------*/

  /*header
  -------------------------------------------------------*/
  header {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  #drawernav {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  #h_wrap {
    position: relative;
    order: -1;
  }

  #m_menu>ul>li:not(:first-of-type) {
    margin-left: 8px;
    padding-left: 8px;
  }

  #m_menu>ul>li:not(:first-of-type)::before {
    content: "";
    border-left: #000000 1px solid;
    height: 30px;
    display: block;
    opacity: 0.3;
    position: absolute;
    left: 0px;
    top: 10px;
  }

  /*dropdown*/
  #m_menu li .sub {
    min-width: 220px;
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #m_menu li .sub a {
    display: block;
  }

  #m_menu li.dd::after {
    content: "";
    border-color: transparent transparent rgba(0, 128, 202, 0.9) transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    width: 0;
    height: 0;
    margin-left: -5px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #m_menu li:hover .sub,
  #m_menu li.dd:hover::after {
    height: auto;
    display: block;
    z-index: 100;
    opacity: 1;
    visibility: visible;
  }

  #m_menu li.m3 .sub {
    width: 240px;
  }

  #m_menu li.m4 .sub {
    width: 300px;
  }

  #m_menu li .sub .menu {
    border-radius: 5px;
    padding: 20px;
  }

#m_menu>ul>li.sp{
  display: none;
}

  /*footer
  -------------------------------------------------------*/
  #f_menu {
    gap: 45px 60px;;
  }


  #f_menu>div:not(:last-of-type) {}

  #f_menu>div>div>div:nth-child(n+2) {
    margin-left: 30px;
  }

}


/*sphone
-------------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 739px) {

  #wrapper>.inner,
  #breadcrumb,
  #b_bottom,
  .f_subbox {
    width: auto;
  }

  #wrapper>.inner,
  #content {
    padding-bottom: 0;
  }

  #side,
  #content {
    width: auto;
    float: none;
  }

  #wrapper>.inner {
    padding: 0px 10px 30px 10px;
    overflow-x: hidden;
  }

  #breadcrumb {
    margin-bottom: 30px;
    padding: 10px 10px 0 10px;
  }

  #breadcrumb,
  #breadcrumb li {
    font-size: 1.0rem;
  }

  #side {
    padding-bottom: 30px;
    display: none;
  }

  #bottom {
    margin-top: 60px;
    display: block;
  }

  #bottom #s_banner {
    padding-top: 0px;
  }

  #bottom #s_banner img {
    width: 100%;
  }

  .inner {
    margin: 0 10px;
  }

  .pc {
    display: none !important;
  }

  .sp,
  .sphone {
    display: inline !important;
  }

  .br1 {
    display: block;
  }

  /*header
  -------------------------------------------------------*/
  header {
    padding: 20px 0px;
  }

  #h_wrap {
    height: auto;
    margin: 0 10px;
    display: flex;
    text-align: center;
    justify-content: center;
  }

  header h1 {
    margin-top: 0;
    margin-bottom: 8px;
    padding-right: 50px;
    font-size: 1.0rem;
    line-height: 1.3rem;
  }

  header .logo {
    position: relative;
    top: 0px;
  }

  header .logo img {
    height: 43px;
  }

  header .logo span {
    font-size: 2.0rem;
    line-height: 30px;
  }

  #h_wrap .fb {
    margin-top: 10px;
    order: 2;
  }

  header .tel {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    font-size: 3.0rem;
    line-height: 3.6rem;
    text-align: center;
    order: 1;
  }

  header .tel img {
    height: 18px;
    vertical-align: middle;
    position: relative;
    left: 0px;
    top: -3px;
  }

  header .tel span {
    margin-left: 5px;
  }

  header .tel a {
    margin-left: 0px;
    display: block;
  }

  #h_wrap .inquiry {
    width: 100%;
    margin: 20px auto 0 auto;
  }

  #m_menu>ul {
    border-top: rgba(0, 0, 0, 0.3) 1px solid;
    margin-top: 60px;
  }

  #m_menu>ul>li {
    border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
    width: 100%;
  }

  #m_menu>ul>li>*>a {
    height: 20px;
    padding: 15px 20px;
    font-size: 1.6rem;
    line-height: 20px;
    text-align: left;
  }

  #m_menu>ul>li>*>a::after {
    width: 0%;
    height: 100%;
  }

  #m_menu>ul>li>*>a:hover::after,
  #m_menu>ul>li>*>a.active::after {
    width: 5px;
    height: 100%;
  }

  #m_menu>ul>li.dd>*>a {
    pointer-events: none;
  }

  #m_menu>ul>li.dd>*>a:hover {
    width: 0px;
  }

  #m_menu .sub {
    display: none;
  }

  #m_menu .menu {
    padding: 12px 20px;
  }

  #m_menu .menu dl {
    width: 100%;
  }

  #m_menu .menu dl:not(:first-of-type) {
    margin-top: 10px;
  }

  #m_menu .menu li a {
    padding: 3px 0px;
    padding-left: 10px;
  }

  #m_menu .menu li a::before {
    top: 3px;
  }

  #m_menu>ul>li>div>a::before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: FontAwesome;
    content: "\f105";
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
  }

  #m_menu>ul>li.dd>div.open>a::before {
    transform: rotate(90deg);
  }

  /*footer
  -------------------------------------------------------*/
  #totop {
    width: 50px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 500;
  }

  #f_menu_wrap {
    padding: 30px 0px;
  }

  #f_menu .flex dl:not(:first-of-type) {
    margin-left: 0px;
  }

  #f_menu,
  #f_menu>div .flex {
    flex-direction: column;
  }

  #f_menu h4 {
    margin-bottom: 10px;
    text-align: center;
  }

  #f_menu>div:not(:first-of-type) {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    margin-top: 20px;
    padding-top: 20px;
  }

  #f_menu>div .flex dl:not(:first-of-type) {
    margin-top: 10px;
  }

  #f_menu ul {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #f_menu ul li {
    min-width: 48%;
  }

  #f_box {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #f_box dl {
    width: 100%;
  }

  #f_box dl dt {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 5px;
  }

  #f_box dl:not(:first-of-type) dt {
    margin-top: 20px;
  }

  #f_address p {
    width: 100%;
    line-height: 20px;
    text-align: center;
  }

  #f_address h3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  #f_menu_s .inner {
    margin: 0px;
  }

  #f_menu_s ul {
    border-bottom: #cccccc 1px solid;
    width: 100%;
  }

  #f_menu_s ul li {
    border-top: #cccccc 1px solid;
    width: 50%;
    text-align: center;
  }

  #f_menu_s li:not(:first-of-type) {
    border-left: none;
    margin-left: 0px;
    padding-left: 0px;
  }

  #f_menu_s ul li a {
    padding: 10px;
    display: block;
  }

  #f_menu_s li:nth-of-type(even) a {
    border-left: #cccccc 1px solid;
  }

  #f_menu_s #copy {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    padding-bottom: 20px;
    text-align: center;
  }

  /*drawer menu
  -------------------------------------------------------*/
  #drawernav {
    background: #ffffff;
    color: #444444;
    width: 80%;
    height: 100%;
    opacity: 1.0;
    position: fixed;
    top: 0;
    right: -80%;
    overflow: visible;
    overflow-y: scroll !important;
    z-index: 1000;

    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);

    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
  }

  #humberger {
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 2000;
    width: 30px;
    padding: 15px 10px 11px;
    cursor: pointer;
    display: block;
  }

  .icon-bar {
    height: 2px;
    background: #525f66;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);

    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
  }

  .fixed-content {
    right: inherit;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);

    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
  }

  #overlay {
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);

    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
  }

  body.drawer-opened #overlay {}

  body.drawer-opened .fixed-content {
    left: -80%;
  }

  body.drawer-opened {
    overflow: hidden;
  }

  body.drawer-opened #drawernav {
    box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.2);
    right: 0;
  }

  body.drawer-opened #humberger {
    background-color: transparent;
  }

  body.drawer-opened #humberger .icon-bar {
    background: #525f66;
  }

  body.drawer-opened #humberger :nth-child(1) {
    transform: translate(0, 8px) rotate(45deg);
    -webkit-transform: translate(0, 8px) rotate(45deg);
  }

  body.drawer-opened #humberger :nth-child(2) {
    transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    opacity: 0;
  }

  body.drawer-opened #humberger :nth-child(3) {
    transform: translate(0, -8px) rotate(-45deg);
    -webkit-transform: translate(0, -8px) rotate(-45deg);
  }

  body.drawer-opened #overlay {
    background: #000000;
    z-index: 3;
    opacity: 0.3;
    left: -80%;
  }
}

/*sphone
-------------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 320px) {

  .br2 {
    display: block;
  }

}

/*print
-------------------------------------------------------*/
@media print {

  header {
    position: relative;
  }

}