@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500; }

/*header{
	width:1000px;
	margin:0 auto;
  @media only screen and (max-width:1000px) {
    width: 100%;
  }
}*/
a, a:visited, a:active {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #AE913B;
  text-decoration: underline; }

/* flexbox
=========================================== */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .flex {
      flex-direction: column; } }

.flex.flex-between {
  justify-content: space-between; }

.flex.reverse {
  flex-direction: row-reverse; }
  @media only screen and (max-width: 767px) {
    .flex.reverse {
      flex-direction: row; } }

@media only screen and (max-width: 767px) {
  .spFlexRow {
    flex-direction: row;
    flex-wrap: nowrap; } }
/*1:header
-------------------------------------------*/
.header {
  position: relative;
  background-color: #fff;
  font-family: Meiryo, メイリオ, sans-serif; }
  .header .container {
    max-width: 1140px;
    margin: auto; }

@media screen and (max-width: 768px) {
  .header {
    background: #fff;
    height: 40px; } }
@media screen and (max-width: 768px) {
  .header .container {
    padding: 0; } }
@media screen and (max-width: 768px) {
  .header .row {
    position: relative;
    padding: 0;
    margin: 0; } }
@media screen and (max-width: 768px) {
  .home .header {
    position: absolute;
    background: none;
    width: 100%; } }
.home #content {
  position: relative;
  top: 0; }

.header_row {
  display: flex;
  justify-content: space-between; }

.header_logobox {
  padding-top: 20px; }

@media screen and (max-width: 768px) {
  .header_logobox {
    position: absolute;
    z-index: 1000;
    padding-top: 1.5vw;
    padding-left: 3vw;
    padding-bottom: 1.5vw; } }
@media screen and (max-width: 768px) {
  .header_logo {
    width: 60px; } }
.header_menu00 {
  z-index: 999;
  min-width: 782px;
  height: 100px;
  padding-left: 4.5%;
  background: #fff;
  -moz-border-bottom-left-radius: 40px;
  border-bottom-left-radius: 40px;
  font-weight: bold; }

@media screen and (max-width: 992px) {
  .header_menu00 {
    min-width: 540px;
    width: 586px;
    padding-left: 3.2%;
    border-bottom-left-radius: 30px; } }
@media screen and (max-width: 768px) {
  .header_menu00 {
    position: fixed;
    /* z-index: 46; */
    height: 0;
    width: 100%;
    min-width: 0;
    padding: 0;
    z-index: 9999; } }
.header_menu00 a {
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .header_menu01 {
    display: none; } }
.header_menu01_list {
  width: 100%;
  height: 40px;
  display: table;
  font-size: 12px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0; }

.header_menu01_list li {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #686b75; }

.header_menu01_list li:last-child {
  border-right: none; }

.header_menu01_list .menu02 {
  padding: 8px;
  background: #232e4d; }

.header_menu01_list .menu02 .menu02_01 {
  width: 100%;
  display: table;
  margin: 0; }

.header_menu01_list .menu02 .menu02_01 li {
  width: 33%;
  text-align: center; }

.header_menu01_list .menu02 a {
  color: #fff; }

.header_menu01_list .menu01 {
  font-size: 16px;
  line-height: 16px; }

@media screen and (max-width: 992px) {
  .header_menu01_list .menu01 {
    font-size: 14px; } }
.header_menu01_list .menu03 {
  padding: 8px;
  background: #07b1bb; }

.header_menu01_list .menu03 a {
  color: #fff; }

.header_menu02_list {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 12px; }

.header_menu02_list > li > a {
  line-height: 48px;
  padding: 0 0.5em; }

.header_menu02_list > li:hover {
  transition: all .5s; }

.header_menu02_list > li:hover > a {
  background: #232e4d;
  color: #fff; }

.header_menu02_list a {
  display: inline-block; }

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1; }

ul.menu__third-level {
  visibility: hidden;
  opacity: 0; }

ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0; }

li.menu__mega ul.menu__second-level {
  position: absolute;
  top: 30px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 2%;
  background: #fff;
  transition: all .2s ease; }

li.menu__mega:hover ul.menu__second-level,
ul.menu__second-level:hover {
  top: 50px;
  visibility: visible;
  opacity: 1; }

li.menu__mega ul.menu__second-level > li {
  float: left;
  width: 32%;
  border: none; }

li.menu__mega ul.menu__second-level > li:nth-child(3n + 2) {
  margin: 0 1%; }

.header_sp_submenu dd {
  display: none; }

.headersp_link01 {
  color: #fff;
  border-bottom: 1px solid #fff; }

.headersp_link01 a {
  color: #fff; }

.headersp_link01sub {
  border-top: 1px solid #fff; }

.headersp_link01sub dt {
  padding: 1em 0; }

.headersp_link01sub dd {
  display: none;
  padding-left: 1em; }

.headersp_link01sub dd > ul > li {
  padding: 0.5em 0; }

.headersp_link01sub dd > ul > li:first-child {
  padding: 0em 0 0.5em; }

.clone-nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff !important;
  display: none; }

.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.logo {
  padding: 8px 10px 0 10px; }
  @media only screen and (max-width: 1000px) {
    .logo {
      width: 20%; } }
  @media only screen and (max-width: 1000px) and (max-width: 767px) {
    .logo {
      padding-top: 16px; } }
  @media only screen and (max-width: 1000px) and (max-width: 767px) {
    .logo img {
      vertical-align: middle;
      width: 46px; } }

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
  width: 100%;
  margin: 0 auto; }

.menu-mobile {
  display: none;
  padding: 8px 12px; }

.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.0rem;
  padding: 0;
  float: right;
  position: relative;
  top: 4px;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  color: #232e4d; }

.home .menu-mobile {
  width: auto;
  background: #fff; }

.home .menu-mobile:after {
  color: #232e4d; }

.clone-nav .menu-mobile:after {
  color: #232e4d; }

.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.0em 1.5em;
  background: #fff;
  color: #333;
  position: absolute;
  right: 0;
  font-size: 12px; }

.menu {
  font-size: 14px; }

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  display: flex;
  justify-content: space-between; }

.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
  clear: both; }

.menu > ul > li {
  padding: 0;
  margin: 0;
  cursor: pointer; }

.menu > ul > li a,
.menu > ul > li span {
  text-decoration: none;
  padding: 1.4em 0.8em;
  display: block;
  font-size: 14px; }

@media screen and (max-width: 992px) {
  .menu > ul > li a,
  .menu > ul > li span {
    padding: 1.6em 0.2em;
    font-size: 12px; } }
.menu > ul > li:hover {
  background: #f0f0f0; }

.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box; }

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table; }

.menu > ul > li > ul:after {
  clear: both; }

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left; }

.menu > ul > li > ul > li a {
  color: #777;
  padding: .2em 0;
  width: auto;
  display: block;
  border-bottom: 1px solid #ccc; }

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box; }

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table; }

.menu > ul > li > ul > li > ul:after {
  clear: both; }

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em; }

.menu > ul > li > ul > li > ul > li a {
  border: 0; }

.menu > ul > li > ul.normal-sub {
  width: auto;
  min-width: 300px;
  left: auto;
  right: auto;
  padding: 10px 20px; }

@media screen and (max-width: 768px) {
  .menu > ul > li > ul.normal-sub {
    padding: 0px 20px; } }
.menu > ul > li > ul.normal-sub > li {
  float: none;
  width: auto; }

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0; }

.menu .toggle {
  opacity: 1.0;
  display: block; }

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 768px) {
  .menu-container {
    width: 100%;
    margin-top: 40px; }

  .menu-mobile {
    display: block;
    width: 20%;
    height: 40px;
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 0; }

  .menu-dropdown-icon:before {
    display: block; }

  .menu > ul {
    display: none; }

  .menu > ul > li {
    width: 100%;
    float: none;
    display: block; }

  .menu > ul > li a,
  .menu > ul > li span {
    padding: 1.0em 1.5em;
    width: 100%;
    display: block; }

  .menu > ul > li > ul {
    position: relative; }

  .menu > ul > li > ul.normal-sub {
    width: 100%; }

  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 2px; }

  .menu > ul > li > ul > li:first-child {
    margin: 0; }

  .menu > ul > li > ul > li > ul {
    position: relative; }

  .menu > ul > li > ul > li > ul > li {
    float: none; }

  .menu .show-on-mobile {
    clear: both;
    display: block;
    background: #f0f0f0;
    z-index: 9999; } }
.tel {
  margin-right: 0px;
  padding-top: 8px; }
  .tel img {
    vertical-align: bottom; }
  .tel p {
    font-size: 12px;
    margin-right: 15px; }
  @media only screen and (max-width: 601px) {
    .tel {
      display: none; } }

.telMailBox {
  justify-content: flex-end; }

.tbtn {
  margin-left: 20px; }
  .tbtn a {
    display: block;
    background-color: #07b1bb;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 24px 3em;
    transition: .5s;
    line-height: 100%; }
    @media only screen and (max-width: 767px) {
      .tbtn a {
        padding-left: 1.5em;
        padding-right: 1.5em; } }
    .tbtn a:hover {
      opacity: 0.7; }
    .tbtn a span {
      display: inline-block;
      position: relative;
      padding-left: 35px; }
      @media only screen and (max-width: 767px) {
        .tbtn a span {
          padding-left: 22px; } }
      .tbtn a span:before {
        content: "";
        display: block;
        width: 29px;
        height: 21px;
        background: url(../image/icon_mail.png) no-repeat 0 0;
        position: absolute;
        left: 0;
        top: -3px; }
        @media only screen and (max-width: 767px) {
          .tbtn a span:before {
            width: 15px;
            height: 11px;
            background-size: 15px auto;
            top: 3px; } }

.archive-select {
  width: 100%;
  padding: 8px 5px;
  border: 1px #E7E7E7 solid; }

.bnrSide a {
  position: relative;
  display: block; }
  .bnrSide a span.btn {
    display: inline-block;
    background-color: #07b1bb;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    bottom: 110px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 3px 0;
    width: 80%;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 3px 0 #0d7a80;
    transition: 0.2s all ease 0s; }
  .bnrSide a:hover span.btn {
    box-shadow: none;
    transform: translate3d(0, 3px, 0); }

.main {
  width: 100%;
  background-color: #e7e8e9;
  background-image: url(../image/main_image.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center; }
  .main .in {
    position: relative;
    height: 350px; }
    @media only screen and (max-width: 649px) {
      .main .in {
        height: 250px; } }
  .main img {
    width: 100%;
    opacity: 0; }
  .main h1 {
    font-size: 18px;
    text-align: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .main h1 br {
      display: none; }
    @media only screen and (max-width: 768px) {
      .main h1 br {
        display: block; } }
    .main h1 p.catch_company {
      font-size: 18px; }
    .main h1 p.catch02 {
      font-size: 40px; }
      @media only screen and (max-width: 768px) {
        .main h1 p.catch02 {
          font-size: 28px; } }
      .main h1 p.catch02 span.name {
        font-size: 48px;
        font-weight: 500; }
        @media only screen and (max-width: 759px) {
          .main h1 p.catch02 span.name {
            font-size: 32px; } }
      .main h1 p.catch02 span.title {
        color: #ab9037;
        font-weight: bold; }
    .main h1 p.en {
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      color: #b3b6bd;
      font-weight: normal;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 759px) {
        .main h1 p.en {
          font-size: 11px; } }
    @media only screen and (max-width: 1023px) {
      .main h1 {
        padding-left: 15px; } }
  .main .nakajima {
    position: absolute;
    right: -20px;
    bottom: 0; }
    @media only screen and (max-width: 649px) {
      .main .nakajima {
        text-align: right; } }
    .main .nakajima img {
      opacity: 1;
      vertical-align: bottom; }
      @media only screen and (max-width: 1023px) {
        .main .nakajima img {
          width: 70%; } }
      @media only screen and (max-width: 449px) {
        .main .nakajima img {
          width: 45%; } }

.in {
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .in {
      width: 100%;
      max-width: 1000px; } }
  @media only screen and (max-width: 1023px) {
    .in {
      padding-left: 15px;
      padding-right: 15px; } }

.main_cont {
  width: 62%; }
  @media only screen and (max-width: 959px) {
    .main_cont {
      width: 100%; } }

.side {
  max-width: 312px;
  width: 35%;
  color: #333; }
  @media only screen and (max-width: 959px) {
    .side {
      width: 100%;
      margin: auto;
      margin-top: 3em; } }

.sideIn {
  padding: 0 20px; }
  .sideIn h3 {
    background-image: url(../image/icon_h3.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 21px auto;
    border-bottom: 1px #1e2e53 solid;
    color: #1e2e53;
    padding: 5px 0 8px 30px;
    margin-bottom: 10px; }
  .sideIn ul li a {
    font-size: 15px;
    text-decoration: underline; }

.date {
  font-size: 14px;
  margin-bottom: 5px; }

h1 {
  font-weight: normal;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1e2e53;
  display: table; }
  h1 a {
    color: #1e2e53 !important; }
    @media only screen and (max-width: 767px) {
      h1 a {
        font-size: 22px; } }

h3 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 5px; }

.lineBox {
  background-image: url("../image/line.gif");
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 2em; }

.bun {
  font-size: 15px;
  color: #333;
  line-height: 180%; }
  .bun .more {
    text-align: right;
    margin-top: 20px; }
    .bun .more a {
      display: inline-block;
      color: #07b1bb;
      text-decoration: underline;
      position: relative;
      font-weight: bold;
      padding-right: 15px; }
      .bun .more a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent #07b2bb;
        position: absolute;
        right: 0;
        top: 9px; }
  .bun img {
    max-width: 100%; }

.kensaku_input {
  border-radius: 0px;
  background: none repeat scroll 0% 0% transparent;
  box-shadow: none;
  display: block;
  float: left;
  margin: 0px auto;
  padding: 0px 5px;
  vertical-align: top;
  width: 80%;
  height: 28px;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  font-size: 13px;
  outline: 0px none;
  float: left; }

.kensaku_btn {
  padding: 1px 10px 0 !important;
  text-shadow: 0;
  border-radius: 0;
  background: #666;
  color: #fff;
  cursor: pointer;
  border: medium none;
  text-shadow: none;
  float: right;
  font-size: 13px;
  height: 28px; }

.kensaku_btn button:hover {
  background: #52de4c; }

ul {
  list-style: none;
  padding: 0;
  font-size: 12px; }

li {
  margin-bottom: 10px; }

.flogo {
  float: left;
  width: 250px; }
  @media only screen and (max-width: 600px) {
    .flogo {
      width: 60px; }
      .flogo img {
        width: 52px; } }

.free {
  height: 17px; }
  .free img {
    width: 212px; }
  @media only screen and (max-width: 1000px) {
    .free {
      margin-bottom: 10px; } }

/*2:footer
-------------------------------------------*/
/*---------------------------------------------
 .footer:フッター
 -----------------------------------------------*/
.footer {
  padding: 40px 0;
  color: #fff;
  background: #232e4d;
  font-size: 14px;
  font-family: Meiryo, メイリオ, sans-serif !important;
  margin-top: 3em; }

@media screen and (max-width: 768px) {
  .footer {
    padding: 6vw 0 0 0; } }
.footer .row {
  position: relative; }

.footer .row > div {
  padding: 0 20px; }

.footer .row > .box01 {
  padding: 0 30px 0; }

@media screen and (max-width: 768px) {
  .footer .row > .box01 {
    padding: 0 15%;
    margin: 0 0; }

  .footer .row > div {
    width: 100%; } }
.footer .ft_logo {
  position: absolute;
  bottom: 0;
  left: 0; }

.utc {
  text-align: center; }

@media screen and (max-width: 768px) {
  .footer .ft_logo {
    position: static;
    padding-top: 5vw;
    text-align: center; }

  .footer .ft_logo img {
    width: 100px; } }
.footer .tel span {
  display: block;
  text-align: center;
  border: 1px solid #fff;
  margin-bottom: 10px;
  line-height: 50px; }

.footer .seikyu a {
  display: block;
  background: #07b1bb;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin-bottom: 10px; }

.footer a {
  color: #fff; }

.footer .f_col {
  width: 300px; }

.footer div .company {
  margin-bottom: 30px; }

.footer div .company dt {
  margin-bottom: 0.4em; }

.footer div .company:last-child {
  margin-bottom: 0px; }

.footer_menu02 {
  width: 100%;
  text-align: center;
  border-right: none;
  margin-top: 40px; }

@media screen and (max-width: 768px) {
  .footer_menu02 {
    margin-top: 40px; } }
.footer_menu02 li {
  display: inline-block;
  border-right: solid 1px #fff;
  padding: 0 2em; }

@media screen and (max-width: 768px) {
  .footer_menu02 li {
    display: block;
    border-bottom: 1px solid #232e4d;
    background: #eaedf4;
    margin-bottom: 0; }

  .footer_menu02 li a {
    display: block;
    padding: 0.8em 0;
    color: #232e4d;
    font-size: 14px; }

  .row area_and_fb > .flex {
    width: 100%; } }
.footer_menu02 li:last-child {
  border-right: none; }

@media screen and (max-width: 768px) {
  .footer_menu02 li:last-child {
    border-bottom: none; } }
.footer .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.footer .flex .foffice_addr,
.footer .flex .foffice_addr2 {
  width: 48.5%;
  margin-bottom: 10px; }

.footer .flex .foffice_addr p,
.footer .flex .foffice_addr2 p {
  color: #ddd;
  font-size: 11px; }

.footer .area p.white {
  color: #fff;
  font-weight: bold;
  font-size: 12px; }

.footer .area_and_fb {
  margin: 2em 0; }

.footer .area,
.footer .facebook {
  width: 48%; }

@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 51px; } }
@media screen and (max-width: 767px) {
  .footer .area {
    margin-bottom: 1.5em; }

  .footer .area,
  .footer .facebook {
    width: 100%; }

  .footer .flex .foffice_addr,
  .footer .flex .foffice_addr2 {
    width: 100%; } }
@media screen and (max-width: 768px) {
  .footer .facebook iframe {
    width: 100% !important; }

  .footer .facebook .fb-page > span {
    width: 100% !important; } }
.arcicle_bottom {
  margin: 0 10px;
  float: left; }

.arcicle_bottom2 {
  margin: 0px;
  float: left; }

.nav-previous {
  float: left;
  width: 50%;
  font-size: 14px; }

.nav-next {
  font-size: 14px;
  float: right;
  text-align: right;
  width: 50%; }

.midasi {
  padding: 10px;
  border: 1px solid #BBB;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold; }

#fixeBlock {
  display: none !important; }

@media screen and (max-width: 768px) {
  #fixeBlock {
    display: flex !important; } }
#fixeBlock {
  background-color: #232e4d;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  border-top: 1px #fff solid;
  justify-content: space-between;
  z-index: 100; }

#fixeBlock a {
  display: block;
  width: 48.5%;
  background-color: #07b1bb;
  color: #fff;
  padding: 10px 10px;
  font-size: 14px;
  text-align: center; }

.pagetop {
  position: fixed;
  bottom: -100px;
  right: 50px; }
  @media only screen and (max-width: 767px) {
    .pagetop {
      right: 0px;
      bottom: 0px !important; }
      .pagetop img {
        width: 41px; } }

.pagetop a {
  display: block;
  width: 82px;
  height: 82px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .pagetop a {
      width: 41px;
      height: 41px; } }

/* @override http://www.bravenewcode.com/wordpress/wp-content/plugins/wptouch/themes/core/core-css/wptouch-switch-link.css */
/* WPtouch Switch Link CSS */
/* This CSS loads on your regular site theme when it is viewed on our supported devices, and doesn't affect your regular css */
/* @group Toggle Button */
#switch {
  margin: 50px auto;
  background-color: #fff;
  border: 1px solid #b1b1b1;
  padding: 12px 8px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
  color: #333;
  text-shadow: none;
  width: 800px;
  font: bold 200% "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 50px; }

#switch a {
  text-decoration: none; }

/*#switch div {
	border: 1px solid #b1b1b1;

	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	position: absolute;
	top: 8px;
	right: 8px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;

	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d3d3d3), color-stop(.5, #eee), color-stop(.51, #e9e9e9));
	background: -webkit-linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -moz-linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -o-linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -ms-linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	color: #333;
	text-shadow: #fff 0 1px 0;
	margin: 0;
	padding: 0;
}*/
#switch-on {
  padding: 4px 8px 4px 12px;
  float: left;
  display: block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border-right: 1px solid #b1b1b1; }

#switch-off {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  padding: 4px 12px 4px 8px;
  display: block;
  float: right;
  border-left: 1px solid #b1b1b1; }

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden; } }
.sp_footer_catalog {
  display: none; }

@media only screen and (max-width: 767px) {
  .footer_catalog {
    display: none; }

  .sp_footer_catalog {
    display: inline; } }
/*#switch .active {
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#d3d3d3), color-stop(.5, #eee), color-stop(.51, #e9e9e9));
	background: -webkit-linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -moz-linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -o-linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: -ms-linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	background: linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
	text-shadow: #FFF 0 1px 0;

	-webkit-box-shadow: inset rgba(0,0,0,.4) 0px 0px 7px;
	-moz-box-shadow: inset rgba(0,0,0,.4) 0px 0px 7px;
	box-shadow: inset rgba(0,0,0,.4) 0px 0px 7px;
	border-style: none;
	color: #666;
}*/
/* @end */
