@charset "UTF-8";

/* --------------------------------
	header
-------------------------------- */
#header,
#clone-header {
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  color: #000;
  z-index: 1000;
}
@media only screen and (max-width: 1099px) {
  #header,
  #clone-header {
    position: fixed;
    border-top: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 1099px) {
  #header .l-container,
  #clone-header .l-container {
    position: relative;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 2px;
    z-index: 100;
  }
}
@media only screen and (max-width: 1099px) {
  #header .l-container,
  #clone-header .l-container {
    padding: 14px 0 18px;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #header .l-container,
  #clone-header .l-container {
    padding: 7px 0 9px;
    height: 40px;
  }
}
#header .h_logo,
#clone-header .h_logo {
  margin: -4px 50px 15px 25px;
  float: left;
  width: 166px;
  height: 44px;
}
@media only screen and (max-width: 1099px) {
  #header .h_logo,
  #clone-header .h_logo {
    float: none;
    width: auto;
    margin: 0 auto;
    width: 166px;
    padding: 18px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #header .h_logo,
  #clone-header .h_logo {
    width: 200px;
    padding: 5px 0 0 0;
  }
}
#header .h_logo a,
#clone-header .h_logo a {
  display: block;
  width: 166px;
  height: 44px;
  background: url(../img/common/h_logo.png) center top no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  line-height: 1;
}

@media only screen and (max-width: 1099px) {
  #header .h_logo a,
  #clone-header .h_logo a {
    height: 44px;
	background: url(../img/common/h_logo.png) center center no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  #header .h_logo a,
  #clone-header .h_logo a {
    height: 44px;
	background: url(../img/common/h_logo.png) center top no-repeat;
    background-size: auto 80%;
  }
}
#header .h_btn,
#clone-header .h_btn {
  position: absolute;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 1099px) {
  #header .h_btn,
  #clone-header .h_btn {
    top: 12px;
    width: 100px;
    height: 80px;
    font-size: 14px;
	  font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  #header .h_btn,
  #clone-header .h_btn {
    top: 6px;
    width: 60px;
    height: 40px;
	font-weight: bold;
    font-size: 10px;
  }
}
#header .h_btn a,
#clone-header .h_btn a {
  box-sizing: border-box;
  text-decoration: none;
}
#header .h_btn.is-menu,
#clone-header .h_btn.is-menu {
  left: 13px;
  color: #002968;
}
@media only screen and (max-width: 1099px) {
  #header .h_btn.is-menu,
  #clone-header .h_btn.is-menu {
    padding-top: 56px;
    background: url(../img/common/hdr_icon_menu_open.png) no-repeat center 10px;
    background-size: 60px auto;
  }
}
@media only screen and (max-width: 767px) {
  #header .h_btn.is-menu,
  #clone-header .h_btn.is-menu {
    padding-top: 28px;
    background: url(../img/common/hdr_icon_menu_open.png) no-repeat center 5px;
    background-size: 30px auto;
  }
}
@media only screen and (max-width: 1099px) {
  #header .h_btn.is-menu.state-open,
  #clone-header .h_btn.is-menu.state-open {
    background: url(../img/common/hdr_icon_menu_close.png) no-repeat center 10px;
    background-size: 60px auto;
  }
}
@media only screen and (max-width: 767px) {
  #header .h_btn.is-menu.state-open,
  #clone-header .h_btn.is-menu.state-open {
    background: url(../img/common/hdr_icon_menu_close.png) no-repeat center 5px;
    background-size: 30px auto;
  }
}
#header .h_btn.is-cart,
#clone-header .h_btn.is-cart {
  right: 13px;
}
#header .h_btn.is-cart a,
#clone-header .h_btn.is-cart a {
  display: block;
  background: #fd7a1a;
  color: #FFF;
}

@media only screen and (max-width: 1099px) {
  #header .h_btn.is-cart a,
  #clone-header .h_btn.is-cart a {
    padding-top: 50px;
    height: 80px;
    border-radius: 5px;
    background: #fd7a1a url(../img/common/h_icon_cart.png) no-repeat center 10px;
    background-size: 60px auto;
    color: #FFF;
  }
}
@media only screen and (max-width: 767px) {
  #header .h_btn.is-cart a,
  #clone-header .h_btn.is-cart a {
    padding-top: 25px;
    height: 40px;
    border-radius: 5px;
    background: #fd7a1a url(../img/common/h_icon_cart.png) no-repeat center 5px;
    background-size: 30px auto;
	color: #FFF;
  }
}
@media print {
  #header,
  #clone-header {
    display: none;
  }
}

@media only screen and (max-width: 1099px) {
  #clone-header {
    display: none;
  }
}
#clone-header.mode-fixed {
  position: fixed;
  left: 0;
  top: 0;
  margin-top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* for Android */
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 1;
  z-index: 1000;
}
#clone-header.mode-fixed .h_logo {
}
#clone-header.mode-fixed .h_logo a {
  height: 44px;
}
#clone-header.mode-fixed #gnav {
  padding: 15px 0;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(206,214,227,0.8);
}
#clone-header.mode-fixed #gnav .nav.is-main {
  margin: 0;
}
#clone-header.mode-fixed #gnav .nav.is-main .nav_menu {
  height: 30px;
}
#clone-header.mode-fixed #gnav .nav.is-main .nav_menu a {
  margin: 0;
}

#clone-header.mode-fixed #gnav #social-icon {
  margin: -17px 0 0 0;
}


#clone-header.mode-fade {
  display: block;
  margin: -35px 0 0;
  opacity: 0;
}
#clone-header.mode-hide {
  display: none;
}

#clone-header .header__contact {
  margin: -70px 0 0 0;
  display: block;
  float: right;
  width: 130px;
  height: 70px;
  line-height: 70px;
  padding: 0 0 0 50px;
  font-size: 13px;
  font-weight: bold;
  background: #000 url(../img/common/h_contact_bk.gif) no-repeat left top;
}

#clone-header .header__contact a {
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  color: #fff;
}

#clone-header .header__contact i{
  font-size: 18px;
  font-weight: bold;
  padding: 0 5px 0 0;
}

#clone-header .header__contact a:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}


#header .header__contact {
  margin: -70px 0 0 0;
  display: block;
  float: right;
  width: 130px;
  height: 70px;
  line-height: 70px;
  padding: 0 0 0 50px;
  font-size: 13px;
  font-weight: bold;
  background: #000 url(../img/common/h_contact_bk.gif) no-repeat left top;
}

#header .header__contact i{
  font-size: 18px;
  font-weight: bold;
  padding: 0 5px 0 0;
}

#header .header__contact a {
  box-sizing: border-box;
  text-decoration: none;
  display: block;
	color: #fff;
}

#header .header__contact a:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media only screen and (max-width: 1099px) {
  #header .header__contact {
    display:none;
  }
}
@media only screen and (max-width: 767px) {
  #header .header__contact {
    display:none;
  }
}


/* --------------------------------
	gnav
-------------------------------- */
#gnav {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #ced6e3;
  text-align:center;
  padding: 15px 0;
}
.gnav_box {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1099px) {
  #gnav {
    float: none;
    width: auto;
    position: absolute;
    left: 0;
    padding: 0;
    width: 100%;
    max-width: none;
    height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 99;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    /* for Android */
    -webkit-transition: 0.7s ease-out;
    transition: 0.7s ease-out;
	background: #fff;
	  margin: 0;
  }
}
@media only screen and (max-width: 1099px) {
  #gnav.state-open {
    top: 106px !important;
  }
}
@media only screen and (max-width: 767px) {
  #gnav.state-open {
    top: 52px !important;
  }
}
@media only screen and (max-width: 1099px) {
  #gnav .gnav_box {
    width: 100%;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1099px) {
  #gnav .gnav_box.mode-landscape {
    height: 100%;
  }
}
#gnav .nav {
  display: table;
}
@media only screen and (max-width: 1099px) {
  #gnav .nav {
    display: block;
  }
}
#gnav .nav .nav_menu {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 1099px) {
  #gnav .nav .nav_menu {
    display: block;
    text-align: left;
  }
}
#gnav .nav .nav_menu > a,
#gnav .nav .nav_menu > span {
  display: block;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 1099px) {
  #gnav .nav .nav_menu > a {
    font-size: 18px;
	color: #000;
  }
}
@media only screen and (max-width: 767px) {
  #gnav .nav .nav_menu > a {
    font-size: 16px;
    transform: none;
	color: #000;
  }
}
@media only screen and (max-width: 1099px) {
  #gnav .nav .nav_menu > a::after,
  #gnav .nav .nav_menu > span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    margin: -12px 0 0;
    width: 11px;
    height: 24px;
    background: url(../img/common/arw_rd.png) no-repeat right center;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  #gnav .nav .nav_menu > a::after,
  #gnav .nav .nav_menu > span::after {
    right: 20px;
    width: 7px;
    height: 15px;
    margin-top: -7px;
  }
}
#gnav .nav .nav_menu > span::after {
  display: none;
}
#gnav .nav.is-main {

}
@media only screen and (max-width: 1099px) {
  #gnav .nav.is-main {
    border-right: none;
    transform: none;
  }
}
#gnav .nav.is-main .nav_menu {
	display: table-cell;
	height: 30px;
	font-size: 13px;
	vertical-align: middle;
	margin: 0 0 0 30px;
	font-weight: bold;
}
@media only screen and (max-width: 1099px) {
  #gnav .nav.is-main .nav_menu {
    display: block;
    border-left: none;
    height: auto;
	margin: 0;
}
}
@media only screen and (max-width: 1099px) {
  #gnav .nav.is-main .nav_menu + .nav_menu {
    border-top: #b2b2b2 2px dotted;
  }
}
@media only screen and (max-width: 767px) {
  #gnav .nav.is-main .nav_menu + .nav_menu {
    border-top: #b2b2b2 1px dotted;
  }
}
#gnav .nav.is-main .nav_menu > a,
#gnav .nav.is-main .nav_menu > span {
  display: block;
  margin: 0 0;
  padding: 0 25px;
  color: #002968;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1099px) {
  #gnav .nav.is-main .nav_menu > a,
  #gnav .nav.is-main .nav_menu > span {
    margin: 0;
    padding: 28px 40px 25px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  #gnav .nav.is-main .nav_menu > a,
  #gnav .nav.is-main .nav_menu > span {
    padding: 15px 3%;
  }
}

@media only screen and (max-width: 1099px) {
  #gnav .nav.is-main .nav_menu > a span,
  #gnav .nav.is-main .nav_menu > span span {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #gnav .nav.is-main .nav_menu > a span,
  #gnav .nav.is-main .nav_menu > span span {
  }
}
#gnav .nav.is-main .nav_menu > a:hover {
}

.top #gnav .on_top a span,
.about #gnav .on_about a span,
.services #gnav .on_services a span,
.works #gnav .on_works a span,
.blog #gnav .on_blog a span {
	padding: 0;
}


@media only screen and (max-width: 1099px) {
  #gnav .nav.is-sub {
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    background: #af152f;
    border-radius: 0;
  }
}
#gnav .nav.is-sub .nav_menu + .nav_menu {
  border-left: #fff 1px dotted;
}
@media only screen and (max-width: 1099px) {
  #gnav .nav.is-sub .nav_menu + .nav_menu {
    border-left: none;
    border-top: #d78a97 2px dotted;
  }
}
@media only screen and (max-width: 767px) {
  #gnav .nav.is-sub .nav_menu + .nav_menu {
    border-top: #d78a97 1px dotted;
  }
}
#gnav .nav.is-sub .nav_menu a {
  padding: 0 15px;
  color: #000;
}
@media only screen and (max-width: 1099px) {
  #gnav .nav.is-sub .nav_menu a {
    padding: 28px 114px 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  #gnav .nav.is-sub .nav_menu a {
    padding: 12px 57px !important;
  }
}
#gnav .nav.is-sub .nav_menu.is-mypage a {
  padding-left: 40px;
  background: url(../img/common/gnav_icon_my.png) no-repeat 15px center;
  background-size: 22px auto;
}
@media only screen and (max-width: 1099px) {
  #gnav .nav.is-sub .nav_menu.is-mypage a {
    background: url(../img/common/gnav_icon_my.png) no-repeat 36px center;
    background-size: 60px auto;
  }
}
@media only screen and (max-width: 767px) {
  #gnav .nav.is-sub .nav_menu.is-mypage a {
    background: url(../img/common/gnav_icon_my.png) no-repeat 18px center;
    background-size: 30px auto;
  }
}
@media only screen and (max-width: 1099px) {
  #gnav .nav.is-sub .nav_menu.is-mypage a::after {
    background: url(../img/common/arw_r_wh.png) no-repeat right center;
    background-size: 100% auto;
  }
}
#gnav .nav.is-sub .nav_menu.is-cart a {
  position: relative;
  padding-left: 44px;
  padding-right: 5px;
  color: #ffe401;
  background: url(../img/common/gh_icon_cart.png) no-repeat 15px center;
  background-size: 22px auto;
}
@media only screen and (max-width: 1099px) {
  #gnav .nav.is-sub .nav_menu.is-cart a {
    background: url(../img/common/h_icon_cart.png) no-repeat 36px center;
    background-size: 60px auto;
  }
}
@media only screen and (max-width: 767px) {
  #gnav .nav.is-sub .nav_menu.is-cart a {
    background: url(../img/common/h_icon_cart.png) no-repeat 18px center;
    background-size: 30px auto;
  }
}
@media only screen and (max-width: 1099px) {
  #gnav .nav.is-sub .nav_menu.is-cart a::after {
    background: url(../img/common/arw_r_ylw.png) no-repeat right center;
    background-size: 100% auto;
  }
}
#gnav .nav.is-sub .nav_menu.is-cart a .count {
  display: inline-block;
  margin: -4px 0 0;
  font-size: 16px;
}
@media only screen and (max-width: 1099px) {
  #gnav .nav.is-sub .nav_menu.is-cart a .count {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  #gnav .nav.is-sub .nav_menu.is-cart a .count {
    font-size: 17px;
  }
}

#gnav__bg {
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* for Android */
  -webkit-transition: 0.7s ease-out;
  transition: 0.7s ease-out;
  opacity: 0;
}
@media only screen and (max-width: 1099px) {
  #gnav__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 98;
  }
}
#gnav__bg.state-open {
  opacity: 1;
}

#social-icon {
  width: 200px;
  padding: 3px 0 0 0;
  float: right;
  margin: 0 160px 0 0;
}

#social-icon a {
  position: relative;
  display: block;
  font-size: 13px;
  width:30px;
  height: 30px;
  float: left;
  margin: 0 7px 7px 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
  text-align:center;
}
#social-icon i,#social-icon span {
  position: absolute;
  top: 0;
  left: 0;
  width:30px;
  height: 30px;
  margin: 0;
  background: #2faae2;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  transition: .3s;
}
#social-icon i {
  z-index: 2;
  transform: rotateY(0deg);
}
#social-icon a:hover i {
  z-index: 1;
  transform: rotateY(180deg);
}
#social-icon span {
  z-index: 1;
  transform: rotateY(-180deg);
}
#social-icon a:hover span {
  z-index: 2;
  transform: rotateY(0deg);
}

@media only screen and (max-width: 1099px) {
  #social-icon { display: none; }
}

#gnav_snsbox {
  width: 100%;
}
#gnav_snsbox ul{
  width: 100%;
}
#gnav_snsbox ul li{
  width: 25%;
  color: #fff;
  font-size: 20px;
  background-color: #000;
  text-align: center;
  padding: 10px 0;
  float: left;
}
#gnav_snsbox ul li a{
  display: block;
  color: #fff;
  border-left: 1px dotted #fff;
}
#gnav_snsbox .none{
  border-left: 0px dotted #fff;
}