@charset "UTF-8";
/*明朝体*/
/*コンテンツwidth*/
/*main-width*/
/*ボーダー*/
/*背景色*/
/*よく使う色*/
/*ボタン*/
/*タイトルバー*/
/*コンテンツの背景*/
/******* mixin.scss *******/
/*link color*/
/*opacity*/
/*position absolute*/
/*border-radius*/
/*ベンダープレフィックス*/
/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300; }

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500; }

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }

html {
  color: #333;
  background: #fff;
  width: 100%;
  font-size: 6.25%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }
  html.chrome {
    font-weight: 500; }

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif; } }

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif; } }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table th {
    white-space: nowrap; }

fieldset, img {
  border: 0; }

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

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

/*li { list-style:none; } caption,th{ text-align:left; }*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

.chrome address, .chrome caption, .chrome cite, .chrome code, .chrome dfn, .chrome em, .chrome th, .chrome var, .chrome h1, .chrome h2, .chrome h3, .chrome h4, .chrome h5, .chrome h6 {
  font-weight: 500; }

/*q:before,q:after{ content:''; }*/
/*abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }*/
input, textarea, select {
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

/*legend{ color:#000; }*/
ol, ul, dl, dt, dd {
  list-style: none; }

table {
  border-collapse: collapse; }

th, td {
  padding: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
a:link {
  color: #333;
  text-decoration: none; }

a:visited {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #999;
  text-decoration: none; }

a:active {
  color: #999;
  text-decoration: none; }

/*-----------------------------------------------------------------
zoom
-----------------------------------------------------------------*/
@media screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1200px) and (min-resolution: 1.5dppx) {
  html.chrome body {
    zoom: 1;
    /*初期の値 0.6*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.6 0.6*/ } }

@media screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 1200px) and (min-resolution: 2dppx) {
  html.chrome body {
    zoom: 1;
    /*初期の値 0.50*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.50 0.50*/ } }

@media screen and (max-width: 1200px) {
  html.chrome.iphone body,
  html.chrome.android body {
    zoom: 1;
    -moz-transform: scale(1, 1); } }

/*明朝体*/
/*コンテンツwidth*/
/*main-width*/
/*ボーダー*/
/*背景色*/
/*よく使う色*/
/*ボタン*/
/*タイトルバー*/
/*コンテンツの背景*/
/******* mixin.scss *******/
/*link color*/
/*opacity*/
/*position absolute*/
/*border-radius*/
/*ベンダープレフィックス*/
/*
Theme Name: 越谷 健美の湯
Theme URI:
Description:
Author: densuke
Author URI: http://dnsk.jp/
*/
/*-----------------------------------------------------------------
body,Wrapper
-----------------------------------------------------------------*/
body {
  width: 100%;
  min-width: 1200px;
  line-height: 150%;
  font-size: 16rem;
  -webkit-text-size-adjust: 100%; }

#wrapper {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  line-height: 150%; }

/*-----------------------------------------------------------------
header
-----------------------------------------------------------------*/
header {
  width: 1200px;
  height: 280px;
  margin: 0 auto;
  position: relative; }
  header .otherSpa {
    width: 798px;
    height: 41px;
    padding-top: 10px;
    background: url(img/common/header_otherSpa_bg.jpg) 0 10px no-repeat;
    overflow: hidden; }
    header .otherSpa li {
      float: left;
      width: 158px;
      margin-right: 2px; }
      header .otherSpa li a {
        display: block;
        height: 31px;
        background-color: transparent;
        line-height: 31px;
        text-align: center;
        font-size: 13rem;
        font-weight: bold;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        header .otherSpa li a:hover {
          background-color: rgba(255, 255, 255, 0.5);
          color: #fff; }
        header .otherSpa li a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
      header .otherSpa li:first-child a {
        padding-left: 49px;
        text-align: left; }
      header .otherSpa li:last-child {
        margin-right: 0; }
  header #google_translate_element {
    position: absolute;
    top: 20px;
    right: 0; }
  header h1 {
    height: 32px;
    padding-top: 7px;
    line-height: 130%;
    font-size: 14rem; }
  header #sNav {
    position: absolute;
    top: 95px;
    left: 537px; }
    header #sNav ul {
      overflow: hidden; }
      header #sNav ul li {
        float: left;
        padding-right: 17px;
        margin-right: 15px;
        line-height: 0;
        position: relative; }
        header #sNav ul li:after {
          content: "";
          display: block;
          width: 2px;
          height: 16px;
          margin: auto 0;
          background-color: #747474;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0; }
        header #sNav ul li:last-child {
          padding: 0;
          margin: 0; }
          header #sNav ul li:last-child:after {
            display: none; }
        header #sNav ul li a {
          line-height: 0; }
          header #sNav ul li a img {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            header #sNav ul li a img:hover {
              opacity: 0.7;
              filter: alpha(opacity=70);
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -ms-transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease; }
  header .tel {
    text-align: right;
    position: absolute;
    top: 75px;
    right: 0; }
    header .tel p:first-of-type {
      margin-bottom: 5px;
      font-size: 18rem;
      font-weight: bold;
      color: #a72026; }
  header #gNav {
    height: 130px;
    position: absolute;
    left: 0;
    bottom: 0; }
    header #gNav ul li {
      float: left;
      position: relative; }
      header #gNav ul li:before, header #gNav ul li:after {
        width: 4px;
        height: 60px;
        background: url(img/common/header_nav02_line.png) right center no-repeat;
        position: absolute;
        z-index: 1000; }
      header #gNav ul li:before {
        content: "";
        display: block;
        top: 50%;
        left: -2px;
        transform: translateY(-50%); }
      header #gNav ul li:last-of-type:after {
        content: "";
        display: block;
        top: 50%;
        right: -2px;
        transform: translateY(-50%); }

/*-----------------------------------------------------------------
footer
-----------------------------------------------------------------*/
footer {
  width: 1200px;
	width:100%;
  height: 508px;
  margin: 0 auto; }

footer .footerWrap {
	width: 1200px;
	margin: 0 auto;
}
  footer .upper {
    height: 240px;
    overflow: hidden; }
    footer .upper .left {
      float: left;
      width: 685px;
      padding-top: 43px;
      margin-right: 100px; }
      footer .upper .left .logoWrap {
        display: table;
        width: 685px;
        height: 84px;
        padding-bottom: 19px;
        margin-bottom: 20px;
        background: url(img/common/line01.png) 0 bottom no-repeat; }
        footer .upper .left .logoWrap .logo {
          display: table-cell;
          vertical-align: middle; }
        footer .upper .left .logoWrap .tel {
          display: table-cell;
          padding-left: 31px;
          text-align: right;
          vertical-align: middle; }
          footer .upper .left .logoWrap .tel p {
            text-align: left; }
            footer .upper .left .logoWrap .tel p:first-of-type {
              font-size: 14rem;
              font-weight: bold;
              color: #fff; }
      footer .upper .left .txt {
        line-height: 170%;
        font-size: 14rem;
        color: #fff; }
    footer .upper .right {
      float: left;
      padding-top: 50px;
      overflow: hidden; }
      footer .upper .right ul {
        float: left; }
        footer .upper .right ul:first-of-type {
          margin-right: 40px; }
        footer .upper .right ul li {
          margin-bottom: 10px; }
          footer .upper .right ul li a {
            padding-left: 15px;
            background: url(img/common/arrow01.png) 0 center no-repeat;
            font-size: 14rem;
            color: #fff;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            footer .upper .right ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70);
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -ms-transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease; }
footer .middle {
/*height: 210px;*/
height: 185px;
margin: 0 auto;
width: 1100px;
}


footer .middle ul {
/*
padding: 3% 0 1%;
overflow: hidden;
width: 100%;
margin: 0 auto;
*/
	margin: 25px auto 10px;
	display: flex;
	justify-content: space-between;
}

footer .middle ul li {
/*
float: left;
width: 12.8%;
margin-right: 20px;
*/
}

footer .middle ul li:last-child {
margin-right: 0; }

footer .middle ul li a img {
margin-right: 0;
	width: 100%;
}

footer .middle ul li a img {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }

footer .middle ul li a img:hover {
opacity: 0.7;
filter: alpha(opacity=70);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
  footer .under {
    height: 58px;
    overflow: hidden; }
    footer .under p {
      float: left;
      padding-top: 12px; }
    footer .under ul {
      float: right;
      overflow: hidden; }
      footer .under ul li {
        float: left;
        margin-right: 45px;
        line-height: 58px; }
        footer .under ul li:last-child {
          margin-right: 0; }
        footer .under ul li a {
          font-size: 14rem;
          color: #fff;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          footer .under ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }

#pagetop {
  width: 63px;
  height: 60px;
  position: fixed;
  right: 29px;
  bottom: 11px; }
  #pagetop a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #pagetop a img:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
