@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img, svg {
  vertical-align: top;
}

a:active,
a:hover {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.3;
}

dl dt {
  font-weight: bold;
}

strong, em {
  font-weight: bold;
}

input, button, textarea, select {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  margin: 0;
  outline: none;
  padding: 0;
}

input[type="text"],
input[type="password"],
textarea,
button {
  vertical-align: top;
}

input[type="checkbox"],
input[type="radio"],
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

button {
  background: none;
  border: 0;
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  min-width: 960px;
  background: #fff;
  color: #333;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

table caption {
  background: #f4f4f4;
  border: 1px solid #dddddd;
  font-weight: bold;
  line-height: 40px;
  padding: 0 0 0 20px;
  margin-bottom: -1px;
}
table caption span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}
table th,
table td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 13px 13px;
}
table th {
  background: #eeeeee;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
  width: 20%;
}
#mens table th {
  background-color: #f5f1e8;
}
#amza table th {
  background-color: #daf3ff;
}
#ladies table th {
  background-color: #ffe8ef;
}
table th sup {
  font-size: .83em;
  vertical-align: super;
}
table.table-simple th {
  text-align: center;
  width: 230px;
}
table.table-simple-booth {
	width: 50%;
	float: left;
}

table.table-simple-booth th {
  text-align: center;
  width: 230px;
}
table.table-min th {
  vertical-align: top;
  font-weight: bold;
}
table.table-menu th {
  vertical-align: top;
  font-weight: bold;
  width: 180px;
}

/* 共通パーツ
---------------------------------------------------------- */
/* ぱんくずリスト */
.topicPath ol {
  overflow: hidden;
  padding: 11px 0;
}
.topicPath ol li {
  float: left;
  font-size: 12px;
}
.topicPath ol li a {
  color: #999999;
  display: inline-block;
  margin-right: 8px;
  padding-right: 5px;
}
#mens .topicPath ol li a {
  color: #896c55;
}
#amza .topicPath ol li a {
  color: #014181;
}
#ladies .topicPath ol li a {
  color: #d51b55;
}
.topicPath ol li:before {
  content: ">";
  margin-right: 0.5em;
}
.topicPath ol li:first-child:before {
  content: "";
  margin-right: 0em;
}

/* タイトル */
.titleWrap .title {
  color: #ffffff;
  font-size: 35px;
  font-weight: normal;
  line-height: 90px;
}
#spa .titleWrap {
  background-color: #000;
}
#mens .titleWrap {
  background: url("../images/home/bg-bnr-mens.png") repeat-x scroll 0 bottom #8a6d56;
  margin-bottom: 30px;
}
#amza .titleWrap {
  background: url("../images/home/bg-bnr-amza-under.png") no-repeat center bottom #367dc3;
  margin-bottom: 30px;
}
#ladies .titleWrap {
  background: url("../images/home/bg-bnr-ladies-under.png") no-repeat center bottom #ffa7bc;
  margin-bottom: 30px;
}

.titleBgWrap {
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  height: 137px;
  margin-bottom: 40px;
  padding-top: 73px;
}
.titleBgWrap .title {
  font-size: 35px;
  font-weight: normal;
  line-height: 1;
}
.titleBgWrap p {
  font-size: 16px;
  line-height: 1.375;
  margin-top: 16px;
}
#mens .titleBgWrap {
  background-color: #554944;
}
#amza .titleBgWrap {
  background-color: #367dc3;
}
#ladies .titleBgWrap {
  background-color: #ffa7bc;
}

.subTitle {
  border-bottom: 3px solid #ddd;
  font-size: 22px;
  margin-bottom: 25px;
  padding-bottom: 7px;
  position: relative;
}
.subTitle:before {
  background: #333333;
  bottom: -3px;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 160px;
}
#mens .subTitle:before {
  background-color: #554944;
}
#amza .subTitle:before {
  background-color: #003366;
}
#ladies .subTitle:before {
  background-color: #d51b55;
}

.wp-pagenavi {
  margin-top: 30px;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi a:visited {
  color: #333;
}
.wp-pagenavi a, .wp-pagenavi span {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  margin: 3px;
  min-width: 22px;
  padding: 0 3px;
  text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #fff;
  opacity: 1;
}
#mens .wp-pagenavi a:hover, #mens .wp-pagenavi span.current {
  background-color: #554944;
  border-color: #554944;
}
#amza .wp-pagenavi a:hover, #amza .wp-pagenavi span.current {
  background-color: #003366;
  border-color: #003366;
}
#ladies .wp-pagenavi a:hover, #ladies .wp-pagenavi span.current {
  background-color: #d51b55;
  border-color: #d51b55;
}
.wp-pagenavi span.extend {
  background: none;
  border: 0;
  font-weight: normal;
  line-height: 1;
  margin: 3px 0;
  padding: 0;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  border-color: #eee;
  height: 28px;
  text-indent: 100%;
  overflow: hidden;
  width: 50px;
}
#mens .wp-pagenavi .previouspostslink {
  background-image: url(../images/information/bg-pager-prev-mens_pc.png);
}
#amza .wp-pagenavi .previouspostslink {
  background-image: url(../images/information/bg-pager-prev-amza_pc.png);
}
#ladies .wp-pagenavi .previouspostslink {
  background-image: url(../images/information/bg-pager-prev-ladies_pc.png);
}
.wp-pagenavi .previouspostslink:hover {
  background-image: url(../images/information/bg-pager-prev-active_pc.png) !important;
}
#mens .wp-pagenavi .nextpostslink {
  background-image: url(../images/information/bg-pager-next-mens_pc.png);
}
#amza .wp-pagenavi .nextpostslink {
  background-image: url(../images/information/bg-pager-next-amza_pc.png);
}
#ladies .wp-pagenavi .nextpostslink {
  background-image: url(../images/information/bg-pager-next-ladies_pc.png);
}
.wp-pagenavi .nextpostslink:hover {
  background-image: url(../images/information/bg-pager-next-active_pc.png) !important;
}

/* レイアウト
---------------------------------------------------------- */
#wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  overflow: hidden;
  padding-top: 170px;
  position: relative;
}
#homeSpa #wrapper, #spa #wrapper {
  padding-top: 44px;
}
.home #wrapper {
  padding-top: 115px;
}

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: repeat-x;
  background-position: 0 0;
  margin: 0 auto;
  position: relative;
}
.container > .inner {
  width: 940px;
  margin: 0 auto;
}
#mens .container {
  background-image: url(../images/common/bg-upper-gradation-mens.png);
}
#amza .container {
  background-image: url(../images/common/bg-upper-gradation-amza.png);
}
#ladies .container {
  background-image: url(../images/common/bg-upper-gradation-ladies.png);
}

#content {
  margin: 0 auto;
  padding-bottom: 125px;
}
#content:before, #content:after {
  content: '';
  display: table;
}
#content:after {
  clear: both;
}

.inner {
  margin: 0 auto;
  position: relative;
  width: 940px;
}
.inner:before, .inner:after {
  content: '';
  display: table;
}
.inner:after {
  clear: both;
}
.inner #main {
  float: right;
  width: 700px;
}
.inner #sidebar {
  float: left;
  width: 210px;
}

.fixed {
  position: fixed !important;
}

.fixedPageLink {
  margin-top: -140px;
  padding-top: 140px;
}

/* ヘッダー、フッター共通ナビ
---------------------------------------------------------- */
#header .headerCommonNav,
#footer .footerCommonNav {
  background: #eee;
  padding: 3px 0;
  width: 100%;
}
#header .headerCommonNav .commonNav,
#footer .footerCommonNav .commonNav {
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
}
#header .headerCommonNav .logo,
#footer .footerCommonNav .logo {
  float: left;
  margin-top: 10px;
}
#header .headerCommonNav .logo a,
#footer .footerCommonNav .logo a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/common/logo.png) no-repeat;
  height: 15px;
  margin: 0 auto;
  width: 188px;
}
#header .headerCommonNav nav,
#footer .footerCommonNav nav {
  float: right;
  width: 701px;
}
#header .headerCommonNav nav ul.main,
#footer .footerCommonNav nav ul.main {
  overflow: hidden;
}
#header .headerCommonNav nav ul.main li,
#footer .footerCommonNav nav ul.main li {
  float: left;
}
#header .headerCommonNav nav ul.main li a,
#footer .footerCommonNav nav ul.main li a {
  background: url(../images/common/nav.png) no-repeat;
  display: block;
  height: 0;
  padding-top: 34px;
  position: relative;
}
#header .headerCommonNav nav ul.main li a:hover,
#footer .footerCommonNav nav ul.main li a:hover {
  opacity: 1;
}
#header .headerCommonNav nav ul.main li.spa,
#footer .footerCommonNav nav ul.main li.spa {
  display: none;
}
#header .headerCommonNav nav ul.main li.mens a,
#footer .footerCommonNav nav ul.main li.mens a {
  background-position: 0 0;
  width: 220px;
}
#header .headerCommonNav nav ul.main li.mens a.current, #header .headerCommonNav nav ul.main li.mens a:hover,
#footer .footerCommonNav nav ul.main li.mens a.current,
#footer .footerCommonNav nav ul.main li.mens a:hover {
  background-position: 0 -34px;
}
#header .headerCommonNav nav ul.main li.amza a,
#footer .footerCommonNav nav ul.main li.amza a {
  background-position: -220px 0;
  width: 160px;
}
#header .headerCommonNav nav ul.main li.amza a.current, #header .headerCommonNav nav ul.main li.amza a:hover,
#footer .footerCommonNav nav ul.main li.amza a.current,
#footer .footerCommonNav nav ul.main li.amza a:hover {
  background-position: -220px -34px;
}
#header .headerCommonNav nav ul.main li.ladies a,
#footer .footerCommonNav nav ul.main li.ladies a {
  background-position: -380px 0;
  width: 160px;
}
#header .headerCommonNav nav ul.main li.ladies a.current, #header .headerCommonNav nav ul.main li.ladies a:hover,
#footer .footerCommonNav nav ul.main li.ladies a.current,
#footer .footerCommonNav nav ul.main li.ladies a:hover {
  background-position: -380px -34px;
}
#header .headerCommonNav nav ul.main li.point a,
#footer .footerCommonNav nav ul.main li.point a {
  background-position: -540px 0;
  width: 161px;
}
#header .headerCommonNav nav ul.main li.point a.current, #header .headerCommonNav nav ul.main li.point a:hover,
#footer .footerCommonNav nav ul.main li.point a.current,
#footer .footerCommonNav nav ul.main li.point a:hover {
  background-position: -540px -34px;
}

#header .pageHeader,
#footer #pageFooter {
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
}
#header .pageHeader .btn a,
#footer #pageFooter .btn a {
  color: #fff;
  font-size: 14px;
  padding: 11px 0 9px;
}
#header .pageHeader .leftArea,
#footer #pageFooter .leftArea {
  float: left;
  overflow: hidden;
}
#footer #pageFooter .leftArea .admen {
  clear: both;
	margin-top: 50px;
}
#header .pageHeader .leftArea h1,
#footer #pageFooter .leftArea h1 {
  float: left;
}
#header .pageHeader .leftArea h1 a,
#footer #pageFooter .leftArea h1 a {
  display: block;
  height: 0;
  overflow: hidden;
}
#header .pageHeader .leftArea .btnStay,
#footer #pageFooter .leftArea .btnStay {
  float: left;
}
#header .pageHeader .leftArea .btnStay a,
#footer #pageFooter .leftArea .btnStay a {
  width: 155px;
}
#mens #header .pageHeader .leftArea h1 a, #mens
#footer #pageFooter .leftArea h1 a {
  background: url(../images/common/logo-mens.png) no-repeat 0 0;
  padding-top: 43px;
  width: 214px;
}
#amza #header .pageHeader .leftArea h1 a, #amza
#footer #pageFooter .leftArea h1 a {
  background: url(../images/common/logo-amza.png) no-repeat 0 0;
  padding-top: 38px;
  width: 216px;
}
#header .pageHeader .rightArea,
#footer #pageFooter .rightArea {
  float: right;
  overflow: hidden;
}

/* ヘッダー
---------------------------------------------------------- */
#header {
  min-width: 960px;
  padding-top: 40px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#header #headerPc {
  display: block;
}
#header #headerSp {
  display: none;
}
#header a {
  position: static;
}
#header a:hover {
  opacity: 1 !important;
}
#header .headerFixedArea {
  border-top: 4px solid #333;
  box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.2) inset;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#header .headerFixedArea.fixed {
  background: #fff;
  box-shadow: none;
}
#mens #header .headerFixedArea {
  border-color: #554944;
}
#amza #header .headerFixedArea {
  border-color: #003366;
}
#ladies #header .headerFixedArea {
  border-color: #d51b55;
}
#header .headerCommonNav {
  position: absolute;
  top: 0;
}
#homeSpa #header .headerCommonNav, #spa #header .headerCommonNav {
  box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid #333;
}
#header .pageHeader {
  height: 71px;
}
#header .pageHeader .btn {
  margin-top: 17px;
}
#header .pageHeader .leftArea h1 {
  margin: 14px 19px 0 0;
}
#ladies #header .pageHeader .leftArea h1 a {
  background: url(../images/common/logo-ladies.png) no-repeat 0 0;
  padding-top: 35px;
  width: 442px;
}
#header .pageHeader .rightArea .tel {
  float: left;
  margin: 14px 11px 0 0;
  overflow: hidden;
}
#header .pageHeader .rightArea .tel p {
  float: left;
}
#header .pageHeader .rightArea .tel p + p {
  margin-left: 17px;
}
#amza #header .pageHeader .rightArea .tel {
  margin-top: 17px;
}
#header .pageHeader .rightArea .btnAccess {
  float: left;
}
#header .pageHeader .rightArea .btnAccess a {
  width: 125px;
}
.home #header .menu {
  display: none;
}
#ladies #header .pageHeader .leftArea h1, #ladies #header .pageHeader .rightArea .tel {
  margin-top: 18px;
}
.enjoy #header, .loyly #header {
  min-width: 1280px;
}

/* メニュー
---------------------------------------------------------- */
.menu {
  -moz-box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.3) inset;
  background: url(../images/home/bg-menu-home.png) repeat-x 0 0;
  position: relative;
  width: 100%;
}
.menu:before {
  bottom: 0;
  border-radius: 700px 700px 700px 700px / 70px 70px 70px 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  content: "";
  left: 30%;
  position: absolute;
  right: 30%;
  top: 30%;
  z-index: -1;
}
.home .menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.home .menu ul li a:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.home .menu:before {
  display: none;
}
.menu ul {
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
}
.menu ul li {
  float: left;
}
.menu ul li a {
  display: block;
  height: 0;
  padding-top: 55px;
}

#mens .menu ul li a {
  background: url(../images/common/nav-mens.png) no-repeat;
}
#amza .menu ul li a {
  background: url(../images/common/nav-amza.png) no-repeat;
}
#ladies .menu ul li a {
  background: url(../images/common/nav-ladies.png) no-repeat;
}
.menu ul li a:hover {
  -moz-box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.3) inset;
  opacity: 1;
}
#mens .menu ul li a, #amza .menu ul li a {
  width: 130px;
}
#mens .menu ul li.saunaspa a, #amza .menu ul li.saunaspa a {
  background-position: 0 0;
}
#mens .menu ul li.saunaspa a:hover, #amza .menu ul li.saunaspa a:hover {
  background-position: 0 -55px;
}
#mens .menu ul li.stay a, #amza .menu ul li.stay a {
  background-position: -130px 0;
}
#mens .menu ul li.stay a:hover, #amza .menu ul li.stay a:hover {
  background-position: -130px -55px;
}
#mens .menu ul li.relaxation a, #amza .menu ul li.relaxation a {
  background-position: -260px 0;
  width: 170px;
}
#mens .menu ul li.relaxation a:hover, #amza .menu ul li.relaxation a:hover {
  background-position: -260px -55px;
}
#mens .menu ul li.price a, #amza .menu ul li.price a {
  background-position: -430px 0;
  width: 140px;
}
#mens .menu ul li.price a:hover, #amza .menu ul li.price a:hover {
  background-position: -430px -55px;
}
#mens .menu ul li.facilities a, #amza .menu ul li.facilities a {
  background-position: -570px 0;
}
#mens .menu ul li.facilities a:hover, #amza .menu ul li.facilities a:hover {
  background-position: -570px -55px;
}
#mens .menu ul li.restaurant a, #amza .menu ul li.restaurant a {
  background-position: -700px 0;
}
#mens .menu ul li.restaurant a:hover, #amza .menu ul li.restaurant a:hover {
  background-position: -700px -55px;
}
#mens .menu ul li.information a, #amza .menu ul li.information a {
  background-position: -830px 0;
}
#mens .menu ul li.information a:hover, #amza .menu ul li.information a:hover {
  background-position: -830px -55px;
}
#ladies .menu ul li.saunaspa a {
  background-position: 0 0;
  width: 179px;
}
#ladies .menu ul li.saunaspa a:hover {
  background-position: 0 -55px;
}
#ladies .menu ul li.netspa a {
  background-position: -179px 0;
  width: 117px;
}
#ladies .menu ul li.netspa a:hover {
  background-position: -179px -55px;
}

#ladies .menu ul li.relaxation a {
  background-position: -296px 0;
  width: 163px;
}
#ladies .menu ul li.relaxation a:hover {
  background-position: -296px -55px;
}
#ladies .menu ul li.price a {
  background-position: -459px 0;
  width: 141px;
}
#ladies .menu ul li.price a:hover {
  background-position: -459px -55px;
}
#ladies .menu ul li.facilities a {
  background-position: -600px 0;
  width: 137px;
}
#ladies .menu ul li.facilities a:hover {
  background-position: -600px -55px;
}
#ladies .menu ul li.restaurant a {
  background-position: -737px 0;
  width: 108px;
}
#ladies .menu ul li.restaurant a:hover {
  background-position: -737px -55px;
}
#ladies .menu ul li.information a {
  background-position: -845px 0;
  width: 115px;
}
#ladies .menu ul li.information a:hover {
  background-position: -845px -55px;
}

/* サイドバー
---------------------------------------------------------- */
#sidebar .bnr + .bnr {
  margin-top: 10px;
}
#sidebar .sideNav {
  margin: 20px 0;
}
#sidebar .sideNav .title {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  background: #554944;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}
#amza #sidebar .sideNav .title {
  background: #036;
}
#ladies #sidebar .sideNav .title {
  background: #d51b55;
}
#sidebar .sideNav ul li {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.3;
}
#sidebar .sideNav ul li a {
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background: url(../images/common/bg-arrow7-mens.png) no-repeat 93% center;
  border: 1px solid #fff;
  border-width: 1px 0;
  color: #333;
  display: block;
  padding: 14px 28px 13px 12px;
}
#sidebar .sideNav ul li a.active, #sidebar .sideNav ul li a:hover {
  background-color: #f5f1e8;
  opacity: 1;
}
#amza #sidebar .sideNav ul li a {
  background-image: url(../images/common/bg-arrow7-amza.png);
}
#amza #sidebar .sideNav ul li a.active, #amza #sidebar .sideNav ul li a:hover {
  background-color: #dee8ef;
}
#ladies #sidebar .sideNav ul li a {
  background-image: url(../images/common/bg-arrow7-ladies.png);
}
#ladies #sidebar .sideNav ul li a.active, #ladies #sidebar .sideNav ul li a:hover {
  background-color: #ffe8ef;
}
#sidebar .about {
  background: #DA8368;
  color: #fff;
  margin-top: 40px;
}
#sidebar .about dl dt {
  font-size: 12px;
  margin-top: 19px;
  text-align: center;
}
#sidebar .about dl dd {
  font-size: 12px;
  padding: 9px 19px 12px;
}

/* フッター
---------------------------------------------------------- */
#footer {
  background-repeat: repeat-x;
  background-position: center 0;
  padding-top: 100px;
  position: relative;
}
#homeSpa #footer, #spa #footer {
  padding: 0;
  border-top: 1px solid #ddd;
}
#mens #footer {
  background-image: url(../images/common/bg-footer-mens.png);
}
#mens.home #footer {
  background-image: url(../images/common/bg-footer-mens-home.png);
}
#ladies #footer {
  background-image: url(../images/common/bg-footer-ladies.png);
}
#ladies.home #footer {
  background-image: url(../images/common/bg-footer-ladies-home.png);
}
#amza #footer {
  background-image: url(../images/common/bg-footer-amza.png);
}
#amza.home #footer {
  background-image: url(../images/common/bg-footer-amza-home.png);
}
#footer .inner {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
#footer #pagetop {
  position: absolute;
  right: 0;
  top: -43px;
}
#homeSpa #footer #pagetop, #spa #footer #pagetop {
  top: -63px;
}
#footer #pagetop a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/common/pagetop.png) no-repeat;
  height: 42px;
  width: 145px;
}
#mens #footer #pagetop a {
  background-image: url(../images/common/pagetop-mens.png);
}
#amza #footer #pagetop a {
  background-image: url(../images/common/pagetop-amza.png);
}
#ladies #footer #pagetop a {
  background-image: url(../images/common/pagetop-ladies.png);
}
#footer #pageFooter {
  border-bottom: 1px solid #ddd;
  padding: 16px 0 28px;
}
#footer #pageFooter .btnStay {
  margin: 3px 0 0 19px;
}
#amza #footer #pageFooter .btnStay {
  margin-left: 15px;
}
#ladies #footer #pageFooter .leftArea h1 a {
  background: url(../images/common/logo-ladies-footer.png) no-repeat 0 0;
  padding-top: 35px;
  width: 268px;
}
#footer #pageFooter .leftArea .ad {
  clear: both;
  margin-top: 40px;
}
#footer #pageFooter .rightArea .tel {
  float: left;
}
#footer #pageFooter .rightArea .date {
  float: left;
  margin-left: 13px;
}
#footer #pageFooter .rightArea .date dt, #footer #pageFooter .rightArea .date dd {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
}
#footer #pageFooter .rightArea .date dd span {
  display: inline-block;
  width: 43px;
}
#mens #footer #pageFooter .rightArea {
  padding: 0 26px 0 0;
}
#mens #footer #pageFooter .rightArea .date {
  margin-top: 10px;
}
#amza #footer #pageFooter .rightArea {
  padding: 3px 60px 0 0;
}
#amza #footer #pageFooter .rightArea .date {
  margin-top: 2px;
}
#ladies #footer #pageFooter .rightArea {
  padding: 0 68px 0 0;
}
#ladies #footer #pageFooter .rightArea .tel {
  margin-top: 7px;
}
#footer .contact {
  display: none;
}
#footer .footerNav {
  padding: 32px 0 10px;
}
#footer .footerNav ul {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 960px;
}
#footer .footerNav ul li {
  border-left: 1px solid #d9d9d9;
  float: left;
  margin: 0 12px 21px 0;
  padding-left: 11px;
}
#footer .footerNav ul li a {
  color: #333;
}
#footer .footerNav ul li.first {
  border: none;
  clear: both;
  padding-left: 0;
}
#footer .copyright {
  background: #333;
  color: #fff;
  font-size: 12px;
  line-height: 60px;
  text-align: center;
}
#mens #footer .copyright {
  background: #554944;
}
#amza #footer .copyright {
  background: #003366;
}
#ladies #footer .copyright {
  background: #d51b55;
}

@media screen and (max-width: 768px) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 13px;
    min-width: 0;
  }

  table {
    width: 100% !important;
  }
  table.table-simple-booth {
    width: 50% !important;
  }
  table.table-simple {
    width: 100%;
  }
  table.table-simple-booth {
    width: 100%;
  }
  table.table-simple th,
  table.table-simple td {
    border: none;
    display: block;
    width: 100%;
  }
  table.table-simple-booth th {
    border: none;
    display: block;
    width: 100%;
  }
  table.table-simple-booth td {
    border: none;
    display: block;
    width: 100%;
  }
  table.table-simple th {
    background: none;
    border-bottom: solid 1px #dddddd;
    text-align: left;
  }
  table.table-simple-booth th {
    background: none;
    border-bottom: solid 1px #dddddd;
    text-align: left;
  }
  table.table-min {
    margin-top: 15px;
    width: 100%;
  }
  table.table-min.fl, table.table-min.fr {
    float: none;
  }
  table.table-min th {
    font-size: 12px;
  }
  table.table-min th,
  table.table-min td {
    border: 1px solid #dddddd;
    width: 50%;
  }
  table.table-menu {
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    margin-top: 15px;
    width: 100%;
  }
  table.table-menu th,
  table.table-menu td {
    border: 1px solid #dddddd;
  }
  table.table-menu tr.long td {
    width: 100% !important;
    display: block !important;
    float: none !important;
  }
  table.table-menu tr.long td span {
    display: inline;
  }
  table.table-menu th {
    font-size: 12px;
    width: 100%;
    display: block;
    border: none;
    border-bottom: solid 1px #dddddd;
    border-top: solid 1px #dddddd;
  }
  table.table-menu td {
    display: inline-block;
    float: left;
  }
  table.table-menu td:nth-of-type(1) {
    display: inline-block;
    width: 25% !important;
    text-align: left !important;
    border: none;
    font-size: 14px !important;
  }

  table.table-menu tbody.morning td:nth-of-type(1) {
    width: 100% !important;
    text-align: center !important;
    border-bottom: solid 1px #dddddd;
    font-size: 14px !important;
  }

  table.table-menu td:nth-of-type(2) {
    display: inline-block;
    font-size: 12px;
    width: 73% !important;
    margin: 0 !important;
    border: none;
    border-left: solid 1px #dddddd;
  }

  table.table-menu tbody.morning td:nth-of-type(2) {
    font-size: 12px;
    width: 100% !important;
    margin: 0 !important;
    border-bottom: solid 1px #dddddd;
		border-left: none;
  }
	table.table-menu caption.cen {
		border-bottom: solid 1px #dddddd;
		margin-bottom: 0 !important;
	}

  /* 共通パーツ
  ---------------------------------------------------------- */
  /* ぱんくずリスト */
  .topicPath {
    display: none;
  }

  /* タイトル */
  .titleWrap .title {
    font-size: 18px;
    line-height: 60px;
  }
  #spa .titleWrap .title {
    font-size: 22px;
  }
  #mens .titleWrap {
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    margin-bottom: 15px;
  }

  .subTitle {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .subTitle:before {
    width: 80px;
  }

  #mens .wp-pagenavi .previouspostslink {
    background-image: url(../images/information/bg-pager-prev-mens_sp.png);
    -moz-background-size: 7px 11px;
    -o-background-size: 7px 11px;
    -webkit-background-size: 7px 11px;
    background-size: 7px 11px;
  }
  #amza .wp-pagenavi .previouspostslink {
    background-image: url(../images/information/bg-pager-prev-amza_sp.png);
    -moz-background-size: 7px 11px;
    -o-background-size: 7px 11px;
    -webkit-background-size: 7px 11px;
    background-size: 7px 11px;
  }
  #ladies .wp-pagenavi .previouspostslink {
    background-image: url(../images/information/bg-pager-prev-ladies_sp.png);
    -moz-background-size: 7px 11px;
    -o-background-size: 7px 11px;
    -webkit-background-size: 7px 11px;
    background-size: 7px 11px;
  }
  .wp-pagenavi .previouspostslink:hover {
    background-image: url(../images/information/bg-pager-prev-active_sp.png) !important;
    -moz-background-size: 7px 11px;
    -o-background-size: 7px 11px;
    -webkit-background-size: 7px 11px;
    background-size: 7px 11px;
  }
  #mens .wp-pagenavi .nextpostslink {
    background-image: url(../images/information/bg-pager-next-mens_sp.png);
    -moz-background-size: 7px 11px;
    -o-background-size: 7px 11px;
    -webkit-background-size: 7px 11px;
    background-size: 7px 11px;
  }
  #amza .wp-pagenavi .nextpostslink {
    background-image: url(../images/information/bg-pager-next-amza_sp.png);
    -moz-background-size: 7px 11px;
    -o-background-size: 7px 11px;
    -webkit-background-size: 7px 11px;
    background-size: 7px 11px;
  }
  #ladies .wp-pagenavi .nextpostslink {
    background-image: url(../images/information/bg-pager-next-ladies_sp.png);
    -moz-background-size: 7px 11px;
    -o-background-size: 7px 11px;
    -webkit-background-size: 7px 11px;
    background-size: 7px 11px;
  }
  .wp-pagenavi .nextpostslink:hover {
    background-image: url(../images/information/bg-pager-next-active_sp.png) !important;
    -moz-background-size: 7px 11px;
    -o-background-size: 7px 11px;
    -webkit-background-size: 7px 11px;
    background-size: 7px 11px;
  }

  /* レイアウト
  ---------------------------------------------------------- */
  #wrapper {
    padding-top: 90px !important;
    width: 100%;
  }
  #wrapper.fixed {
    top: 0;
  }
  #wrapper.fixed:after {
    background: url(../images/common/bg-nav_sp.png) repeat 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  #homeSpa #wrapper, #spa #wrapper, #ladies #wrapper {
    padding-top: 50px !important;
  }

  .container {
    position: relative;
    width: auto;
  }
  .container #main,
  .container #sidebar {
    float: none;
    width: 100%;
  }
  .container #sidebar {
    display: none;
  }

  #content {
    background-size: auto 232px;
    padding-bottom: 25%;
  }

  .inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4.6875%;
    width: 100%;
  }

  .fixedPageLink {
    margin-top: -100px;
    padding-top: 100px;
  }
  #ladies .fixedPageLink {
    margin-top: -60px;
    padding-top: 60px;
  }

  /* ヘッダー、フッター共通ナビ
  ---------------------------------------------------------- */
  #header nav ul.sub,
  #footer .footerNav ul {
    border: 1px solid #ddd;
    border-width: 1px 0;
    width: 100%;
  }
  #header nav ul.sub li,
  #footer .footerNav ul li {
    border-bottom: 1px solid #ddd !important;
    float: none;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #header nav ul.sub li a,
  #footer .footerNav ul li a {
    color: #333;
    display: block;
    padding: 9px 5%;
  }
  #header nav ul.sub li a:hover,
  #footer .footerNav ul li a:hover {
    color: #979797;
    opacity: 1;
  }

  /* ヘッダー
  ---------------------------------------------------------- */
  #header {
    min-width: 320px;
    padding-top: 0;
    position: relative;
  }
  #header #headerPc {
    display: none;
  }
  #header #headerSp {
    display: block;
  }
  #header:before, #header:after {
    display: none;
  }
  #header.navOpen .headerFixedArea .pageHeader {
    position: fixed;
  }
  #header.navOpen .headerFixedArea .btnStay {
    display: none;
  }
  #header .headerFixedArea {
    border-width: 2px 0 0 0;
    background: #fff;
    border: 2px solid #333;
    border-width: 2px 0 0 0;
    height: auto;
    position: fixed;
  }
  #header .headerFixedArea .pageHeader {
    background: #fff;
    height: 48px;
    width: 100%;
  }
  #header .headerFixedArea .pageHeader .leftArea {
    float: left;
  }
  #header .headerFixedArea .pageHeader .leftArea .logo {
    margin: 16px 0 0 10px;
  }
  #header .headerFixedArea .pageHeader .leftArea .logo a {
    background: url(../images/common/logo.png) no-repeat 0 0;
    -moz-background-size: 188px auto;
    -o-background-size: 188px auto;
    -webkit-background-size: 188px auto;
    background-size: 188px auto;
    padding-top: 14px;
    width: 188px;
  }
  #mens #header .headerFixedArea .pageHeader .leftArea h1 {
    margin: 11px 0 0 10px;
  }
  #mens #header .headerFixedArea .pageHeader .leftArea h1 a {
    background: url(../images/common/logo-mens_sp.png) no-repeat 0 0;
    -moz-background-size: 180px 25px;
    -o-background-size: 180px 25px;
    -webkit-background-size: 180px 25px;
    background-size: 180px 25px;
    padding-top: 25px;
    width: 180px;
  }
  #amza #header .headerFixedArea .pageHeader .leftArea h1 {
    margin: 11px 0 0 10px;
  }
  #amza #header .headerFixedArea .pageHeader .leftArea h1 a {
    background: url(../images/common/logo-amza_sp.png) no-repeat 0 0;
    -moz-background-size: 160px 29px;
    -o-background-size: 160px 29px;
    -webkit-background-size: 160px 29px;
    background-size: 160px 29px;
    padding-top: 29px;
    width: 160px;
  }
  #ladies #header .headerFixedArea .pageHeader .leftArea h1 {
    margin: 17px 0 0 10px;
  }
  #ladies #header .headerFixedArea .pageHeader .leftArea h1 a {
    background: url(../images/common/logo-ladies_sp.png) no-repeat 0 0;
    -moz-background-size: 133px 18px;
    -o-background-size: 133px 18px;
    -webkit-background-size: 133px 18px;
    background-size: 133px 18px;
    padding-top: 18px;
    width: 133px;
  }
  #header .headerFixedArea .pageHeader #navBtn {
    background: url(../images/common/btn-nav_sp.png) no-repeat center center;
    -moz-background-size: 25px 23px;
    -o-background-size: 25px 23px;
    -webkit-background-size: 25px 23px;
    background-size: 25px 23px;
    cursor: pointer;
    display: block;
    height: 48px;
    width: 55px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #header .headerFixedArea .pageHeader #navBtn.active {
    background-image: url(../images/common/btn-nav-close_sp.png);
    -moz-background-size: 24px 23px;
    -o-background-size: 24px 23px;
    -webkit-background-size: 24px 23px;
    background-size: 24px 23px;
  }
  #mens #header .headerFixedArea .pageHeader #navBtn {
    background-image: url(../images/common/btn-nav-mens_sp.png);
  }
  #mens #header .headerFixedArea .pageHeader #navBtn.active {
    background-image: url(../images/common/btn-nav-close-mens_sp.png);
  }
  #amza #header .headerFixedArea .pageHeader #navBtn {
    background-image: url(../images/common/btn-nav-amza_sp.png);
  }
  #amza #header .headerFixedArea .pageHeader #navBtn.active {
    background-image: url(../images/common/btn-nav-close-amza_sp.png);
  }
  #ladies #header .headerFixedArea .pageHeader #navBtn {
    background-image: url(../images/common/btn-nav-ladies_sp.png);
  }
  #ladies #header .headerFixedArea .pageHeader #navBtn.active {
    background-image: url(../images/common/btn-nav-close-ladies_sp.png);
  }
  #header .headerFixedArea .btnStay a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 0;
    padding: 0;
    width: 100%;
  }
  #header .headerFixedArea .btnStay a img {
    height: 40px;
    width: auto;
  }
  #header .globalNav {
    display: none;
    font-size: 15px;
    overflow: hidden;
    position: relative;
    top: 50px;
    width: 100%;
  }
  #header .globalNav .contact {
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.2) inset;
    display: block;
  }
  #header .globalNav .contact .time {
    padding: 2px 0 0 0;
  }
  #mens #header .globalNav .contact {
    background: #f0ebdf;
  }
  #amza #header .globalNav .contact {
    background: #ebf7fd;
  }
  #ladies #header .globalNav .contact {
    background: #ffe8ef;
  }
  #header .globalNav .menu ul li,
  #header .globalNav ul.main li {
    border-top: 1px solid #ddd;
    float: none;
  }
  #header .globalNav .menu ul li a,
  #header .globalNav ul.main li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    display: block;
    height: auto;
    padding: 9px 5%;
    width: 100% !important;
  }
  .home #header .globalNav .menu {
    display: block;
  }
  #header .globalNav .menu ul {
    width: 100%;
  }
  #header .globalNav .menu ul li a {
    background: #fff;
  }
  #header .globalNav .menu ul li a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #979797;
  }
  #header .globalNav ul.main {
    background: #eee;
  }
  #header .globalNav ul.main li {
    padding: 1%;
  }
  #header .globalNav ul.main li a:hover {
    opacity: 0.8;
  }
  #header .globalNav ul.main li.spa {
    display: block;
  }
  #header .globalNav ul.main li.spa a {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/common/logo.png) no-repeat 10% center;
    -moz-background-size: 188px auto;
    -o-background-size: 188px auto;
    -webkit-background-size: 188px auto;
    background-size: 188px auto;
    height: 0;
    padding: 20px 0;
  }
  #header .globalNav ul.main li.mens a:hover,
  #header .globalNav ul.main li.mens a.current {
    background: #dedddd;
    color: #554944;
  }
  #header .globalNav ul.main li.amza a:hover,
  #header .globalNav ul.main li.amza a.current {
    background: #d6dbe0;
    color: #003366;
  }
  #header .globalNav ul.main li.ladies a:hover,
  #header .globalNav ul.main li.ladies a.current {
    background: #ebd8de;
    color: #d51b55;
  }
  #header .globalNav ul.main li.point a:hover,
  #header .globalNav ul.main li.point a.current {
    background: #dbdbdb;
  }
  #homeSpa #header .globalNav ul.main, #spa #header .globalNav ul.main {
    display: none;
  }
  #header .globalNav ul.mainSpHome {
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.2) inset;
    background: #eee;
    float: none;
    padding: 15px 0;
  }
  #header .globalNav ul.mainSpHome li {
    margin-top: 10px;
    padding: 0 8%;
  }
  #header .globalNav ul.mainSpHome li a {
    background-color: #fff;
    background-position: 2px 2px !important;
    background-repeat: no-repeat;
    -moz-background-size: 84px 66px;
    -o-background-size: 84px 66px;
    -webkit-background-size: 84px 66px;
    background-size: 84px 66px;
    border: 1px solid #ddd;
    color: #333;
    display: block;
    height: 70px;
    padding: 0;
    width: 100% !important;
  }
  #header .globalNav ul.mainSpHome li a span {
    background: url(../images/common/bg-arrow-nav_sp.png) no-repeat 95% center;
    display: block;
    margin: 15px 0 0 100px;
  }
  #header .globalNav ul.mainSpHome li.mens {
    margin-top: 0;
  }
  #header .globalNav ul.mainSpHome li.mens a {
    background-image: url(../images/common/nav-bg-mens_sp.jpg);
  }
  #header .globalNav ul.mainSpHome li.mens a span {
    margin-top: 25px;
  }
  #header .globalNav ul.mainSpHome li.amza a {
    background-image: url(../images/common/nav-bg-amza_sp.jpg);
  }
  #header .globalNav ul.mainSpHome li.ladies a {
    background-image: url(../images/common/nav-bg-ladies_sp.jpg);
  }
  #homeSpa #header .globalNav ul.mainSpHome, #spa #header .globalNav ul.mainSpHome {
    display: block;
  }
  #header .globalNav ul.sub {
    background: #fff;
    display: block;
  }
  #header .globalNav #navClose {
    background: #333;
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 47px;
    text-align: center;
  }
  #header .globalNav #navClose span {
    background: url(../images/common/btn-nav-close-bottom_sp.png) no-repeat 0 center;
    -moz-background-size: 14px 14px;
    -o-background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    padding-left: 25px;
  }
  #mens #header .globalNav #navClose {
    background: #554944;
  }
  #amza #header .globalNav #navClose {
    background: #003366;
  }
  #ladies #header .globalNav #navClose {
    background: #d51b55;
  }

  /* フッター
  ---------------------------------------------------------- */
  #footer {
    background-size: 430px auto;
    padding-top: 45px;
    position: relative;
    top: 0 !important;
  }
  #footer:before {
    display: none;
  }
  #homeSpa #footer, #spa #footer {
    background: none;
    padding: 0;
    border-width: 0;
  }
  #footer .container {
    padding: 0;
  }
  #footer .inner {
    width: 100%;
  }
  #footer #pagetop {
    bottom: -100%;
    top: auto !important;
    z-index: 10;
  }
  #footer #pagetop a {
    background: url(../images/common/pagetop_sp.png) no-repeat center center;
    -moz-background-size: 105px 32px;
    -o-background-size: 105px 32px;
    -webkit-background-size: 105px 32px;
    background-size: 105px 32px;
    padding: 15% 0;
  }
  #mens #footer #pagetop a {
    background-image: url(../images/common/pagetop-mens_sp.png);
  }
  #amza #footer #pagetop a {
    background-image: url(../images/common/pagetop-amza_sp.png);
  }
  #ladies #footer #pagetop a {
    background-image: url(../images/common/pagetop-ladies_sp.png);
  }
  #footer .footerNav {
    padding: 0;
  }
  #footer .footerNav ul li.hide, #footer .footerNav ul + ul {
    display: none;
  }
  #footer .contact {
    display: block;
  }
  #footer #pageFooter,
  #footer .footerCommonNav {
    display: none;
  }
  #footer .copyright {
    font-size: 9px;
    line-height: 47px;
  }
}
/* パーツ
---------------------------------------------------------- */
a {
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #0066cc;
  outline: none;
  position: relative;
  text-decoration: none;
  z-index: 10;
}
a:hover {
  opacity: 0.8;
}

a:active {
  color: #3298fe;
}

a:hover {
  color: #197fe5;
}

a:visited {
  color: #004db3;
}

button.btn,
p.btn a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #404040;
  background-repeat: no-repeat;
  border: 2px solid #000;
  border-width: 1px 0 2px;
  color: #fff;
  display: block;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 0 16px;
  text-align: center;
  width: 100%;
}
button.btn:active,
p.btn a:active {
  border-width: 2px 0 1px;
}

button.btn.btnMens,
p.btn.btnMens a {
  background-color: #554944;
  border-top-color: #877771;
  border-bottom-color: #302926;
}
button.btn.btnMens:active,
p.btn.btnMens a:active {
  border-top-color: #302926;
  border-bottom-color: #877771;
}

button.btn.btnAmza,
p.btn.btnAmza a {
  background-color: #003366;
  border-top-color: #4c7fb2;
  border-bottom-color: #000033;
}
button.btn.btnAmza:active,
p.btn.btnAmza a:active {
  border-top-color: #000033;
  border-bottom-color: #4c7fb2;
}

button.btn.btnLadies,
p.btn.btnLadies a {
  background-color: #d51b55;
  border-top-color: #df4575;
  border-bottom-color: #ab1947;
}
button.btn.btnLadies:active,
p.btn.btnLadies a:active {
  border-top-color: #ab1947;
  border-bottom-color: #df4575;
}

button.btn.btnBasic,
p.btn.btnBasic a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-width: 1px 1px 3px;
  color: #333;
}
button.btn.btnBasic:active,
p.btn.btnBasic a:active {
  border-width: 3px 1px 1px;
}

#mens .btnStay a {
  background-color: #60912f;
  border-top-color: #7faf50;
  border-bottom-color: #48731d;
}
#mens .btnStay a:active {
  border-top-color: #48731d;
  border-bottom-color: #7faf50;
}

#amza .btnStay a {
  background-color: #990000;
  border-top-color: #e54c4c;
  border-bottom-color: #660000;
}
#amza .btnStay a:active {
  border-top-color: #660000;
  border-bottom-color: #e54c4c;
}

ul.boxSpa {
  margin-top: 33px;
  overflow: hidden;
}
ul.boxSpa li {
  float: left;
  margin-left: 20px;
  width: 300px;
}
ul.boxSpa li p {
  background: #eee url(../images/common/bg-arrow7-dark.png) no-repeat 273px center;
  font-size: 16px;
  line-height: 50px;
}
ul.boxSpa li p span {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 9px 0 20px;
  text-align: center;
  width: 50px;
}
ul.boxSpa li p.mens a {
  color: #554944;
}
ul.boxSpa li p.mens span {
  background: #554944;
}
ul.boxSpa li p.amza a {
  color: #003366;
}
ul.boxSpa li p.amza span {
  background: #003366;
}
ul.boxSpa li p.ladies a {
  color: #d51b55;
}
ul.boxSpa li p.ladies span {
  background: #d51b55;
}
ul.boxSpa li:first-child {
  margin-left: 0;
}

.breadcrumbs {
  margin-bottom: 50px;
}
.breadcrumbs ol {
  overflow: hidden;
}
.breadcrumbs ol li {
  float: left;
}
.breadcrumbs ol li + li:before {
  content: '\003e';
  margin: 0 10px;
}

@media screen and (min-width: 769px) {
  br.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
.textArea p + p {
  margin-top: 1em;
}

hr {
  border: 0;
  border-top: 1px solid #92897e;
  height: 0;
  margin: 20px 0;
  padding: 0;
}

main .pageTit {
  margin-bottom: 22px;
}
main .hgroup {
  position: relative;
}
main .hgroup.bd {
  border-bottom: 3px solid #333;
  margin: -5px 0 20px;
  padding-bottom: 13px;
}
main .hgroup.bd .tit,
main .hgroup.bd p {
  display: table-cell;
  vertical-align: middle;
}
main .hgroup.bd .tit {
  font-size: 40px;
  line-height: 1;
}
main .hgroup.bd p {
  font-size: 13px;
  padding: 2px 0 0 15px;
}

.label {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  height: 22px;
  width: 82px;
}
.label.feature {
  background-image: url(../images/label-feature.png);
}
.label.news {
  background-image: url(../images/label-news.png);
}
.label.diyers {
  background-image: url(../images/label-diyers.png);
}
.label.howto {
  background-image: url(../images/label-howto.png);
}

article, section {
  position: relative;
}

main .box {
  margin-bottom: 58px;
}
main .box:last-child {
  margin-bottom: 0;
}
main .bnr {
  margin-bottom: 64px;
}
main .box + .bnr {
  margin-top: -8px;
}

.linkbox:hover {
  cursor: pointer;
  opacity: 0.8;
}
.linkbox:hover a:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  main .box {
    margin-bottom: 30px;
  }
}
img {
  max-width: 100%;
}

.fit {
  width: 100%;
}

.bnr img {
  width: 100%;
}

table {
  width: 100%;
}

#map iframe {
  border: none;
  height: 360px;
  width: 940px;
}
.pano iframe {
  border: none;
  height: 360px;
  width: 940px;
}

.pano p {
  display: block;
}
.accessLink li {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
}
#amza .accessLink li {
  color: #003366;
}
#amza .accessLink li:hover {
  color: #326598;
}
#ladies .accessLink li {
  color: #d51b55;
}
#ladies .accessLink li:hover {
  color: #ff4d87;
}
#mens .accessLink li {
  color: #554944;
}
#mens .accessLink li:hover {
  color: #877b76;
}

ul.newsList li {
  width: 300px;
}
ul.newsList li a {
  color: #333;
  display: inline-block;
  width: 100%;
}
ul.newsList li .img {
  background: #ddd;
  overflow: hidden;
  text-align: center;
  height: 165px;
  width: 100%;
}
ul.newsList li .txtBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  letter-spacing: 0.03em;
  padding: 3px 15px 12px;
  position: relative;
  width: 100%;
}
ul.newsList li .txtBox .date {
  background: url(../images/home-spa/bg-news-date.png) repeat 0 0;
  font-weight: bold;
  height: 49px;
  left: 20px;
  padding-top: 11px;
  position: absolute;
  text-align: center;
  top: -40px;
  width: 60px;
}
ul.newsList li .txtBox .date span {
  font-size: 12px;
  font-weight: bold;
  left: 12px;
  position: absolute;
  top: 30px;
}
#mens ul.newsList li .txtBox .date {
  color: #554944;
}
#amza ul.newsList li .txtBox .date {
  color: #003366;
}
#ladies ul.newsList li .txtBox .date {
  color: #d51b55;
}
ul.newsList li .txtBox .type {
  font-size: 12px;
  margin-bottom: 13px;
  text-align: right;
}
ul.newsList li .txtBox .type span {
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 16px;
}
ul.newsList li .txtBox .type.type01 span {
  background-image: url(../images/home-spa/icon-news01.png);
}
ul.newsList li .txtBox .type.type02 span {
  background-image: url(../images/home-spa/icon-news02.png);
}

.contact {
  display: none;
}
.contact .telBox {
  background: #fff;
  border: 1px solid #ddd;
}
.contact .telBox .btnStay {
  margin: 9px auto 0;
}
.contact .telBox .btnStay a {
  padding: 16px 0 15px;
}
.contact .telBox .tel {
  margin: 13px 0 14px;
  text-align: center;
}
.contact .telBox .tel a {
  pointer-events: none;
}
.contact .telBox dl.time {
  background: #eee;
  border-top: 1px solid #ddd;
  padding: 2px 0 0;
  text-align: center;
}
.contact .telBox dl.time dt, .contact .telBox dl.time dd {
  display: inline-block;
}
.contact .telBox dl.time dt {
  font-weight: normal;
  padding-right: 11px;
  position: relative;
}
.contact .telBox dl.time dt:after {
  content: ':';
  position: absolute;
  right: 0;
  top: -1px;
}

#ladies .aboutBox {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d51b55;
  margin-bottom: 20px;
  padding: 20px 25px;
}
#ladies .aboutBox dt {
  margin-bottom: 5px;
}
#ladies.price .secAmenity p, #ladies.relaxation .secAmenity p, #ladies.saunaspa .secAmenity p, #ladies.access .secAmenity p {
  margin-bottom: 20px;
}
#ladies.price .secAmenity p.strong, #ladies.relaxation .secAmenity p.strong, #ladies.saunaspa .secAmenity p.strong, #ladies.access .secAmenity p.strong {
  font-size: 18px;
  font-weight: bold;
}

#homeSpa #content {
  background: url(../images/home-spa/bg-lower-home.png) no-repeat center bottom;
}
#homeSpa .mv {
  background: #f2f2f2;
  position: relative;
  z-index: 10;
}
#homeSpa .mv ul {
  margin: 0 auto;
  width: 1280px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #homeSpa .mv ul {
    width: 100%;
  }
}
#homeSpa .mv ul li {
  float: left;
  height: 626px;
  position: relative;
  width: 426px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #homeSpa .mv ul li {
    width: 33%;
  }
}
#homeSpa .mv ul li h2 {
  padding-top: 101px;
  text-align: center;
}
#homeSpa .mv ul li .txt {
  color: #fff;
  margin: 88px auto 0;
  width: 300px;
}
#homeSpa .mv ul li a {
  background: url(../images/home-spa/btn-home-detail.png) no-repeat 0 0;
  display: block;
  height: 0;
  margin: 34px auto 0;
  padding-top: 40px;
  overflow: hidden;
  width: 170px;
}
#homeSpa .mv ul li .place {
  bottom: -20px;
  position: absolute;
  right: 20px;
  z-index: 10;
}
#homeSpa .mv ul li.mens {
  background: url(../images/home-spa/bg-home-mens_pc.jpg) no-repeat 0 0;
}
#homeSpa .mv ul li.amza {
  background: url(../images/home-spa/bg-home-amza_pc.jpg) no-repeat 0 0;
  width: 428px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #homeSpa .mv ul li.amza {
    width: 34%;
  }
}
#homeSpa .mv ul li.amza .txt {
  color: #333;
}
#homeSpa .mv ul li.ladies {
  background: url(../images/home-spa/bg-home-ladies_pc.jpg) no-repeat 0 0;
}
#homeSpa .container {
  background: url(../images/home-spa/bg-upper-home-gradation.png) repeat-x 0 0;
}
#homeSpa .container:before {
  background: url(../images/home-spa/bg-upper-home.png) no-repeat 0 0;
  content: ' ';
  height: 545px;
  left: 50%;
  margin-left: -612px;
  position: absolute;
  top: 0;
  width: 1234px;
}
#homeSpa .secNews {
  padding-top: 40px;
}
#homeSpa .secNews h2 {
  margin-bottom: 38px;
}
#homeSpa .secNews .box {
  float: left;
  margin-left: 20px;
  width: 300px;
}
#homeSpa .secNews .box .tit {
  border-bottom: 2px solid;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
#homeSpa .secNews .box.mens {
  margin-left: 0;
}
#homeSpa .secNews .box.mens .tit {
  border-color: #554944;
}
#homeSpa .secNews .box.amza .tit {
  border-color: #003366;
}
#homeSpa .secNews .box.ladies .tit {
  border-color: #d51b55;
}
#homeSpa .secNews .box ul.newsList li {
  margin-bottom: 20px;
}
#homeSpa .secAbout {
  padding-top: 58px;
}
#homeSpa .secAbout h2 {
  margin-bottom: 33px;
}
#homeSpa .secAbout ul.boxSpa {
  margin-top: 33px;
  overflow: hidden;
}
#homeSpa .secAbout ul.boxSpa li {
  float: left;
  margin-left: 20px;
  width: 300px;
}
#homeSpa .secAbout ul.boxSpa li p {
  background: #eee url(../images/common/bg-arrow7-dark.png) no-repeat 273px center;
  font-size: 16px;
  line-height: 50px;
}
#homeSpa .secAbout ul.boxSpa li p span {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 9px 0 20px;
  text-align: center;
  width: 50px;
}
#homeSpa .secAbout ul.boxSpa li p.mens a {
  color: #554944;
}
#homeSpa .secAbout ul.boxSpa li p.mens span {
  background: #554944;
}
#homeSpa .secAbout ul.boxSpa li p.amza a {
  color: #003366;
}
#homeSpa .secAbout ul.boxSpa li p.amza span {
  background: #003366;
}
#homeSpa .secAbout ul.boxSpa li p.ladies a {
  color: #d51b55;
}
#homeSpa .secAbout ul.boxSpa li p.ladies span {
  background: #d51b55;
}
#homeSpa .secAbout ul.boxSpa li:first-child {
  margin-left: 0;
}
#homeSpa .secAccess {
  padding-top: 58px;
}
#homeSpa .secAccess h2 {
  margin-bottom: 39px;
}
#homeSpa .secAccess #map {
  position: relative;
  z-index: 10;
}
#homeSpa .secAccess #map #canvas {
  height: 360px;
}

.home .container {
  background-position: 0 168px;
}
.home #content {
  background-repeat: repeat-x;
  background-position: 0 bottom;
}
.home #content .menu.fixed {
  -moz-box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.3) inset;
  top: 75px;
  z-index: 10000;
}
.home #content .menu.fixed ul li a:hover {
  -moz-box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.3) inset;
}
.home #mvArea {
  height: 392px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home #mvArea {
    height: auto;
  }
}
.home #mvArea .inner {
  width: 1280px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home #mvArea .inner {
    width: 100%;
  }
}
.home #mvArea #mvSlider li img {
  width: 100%;
}
.home #mvArea .bx-controls {
  bottom: 24px;
  position: absolute;
  width: 100%;
}
.home #mvArea .btnEnjoy {
  bottom: 0;
  position: absolute;
  right: 161px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home #mvArea .btnEnjoy {
    right: 0;
  }
  .home #mvArea .btnEnjoy img {
    width: 80%;
  }
}
.home .bx-pager {
  text-align: center;
}
.home .bx-pager .bx-pager-item {
  display: inline-block;
  margin-left: 14px;
}
.home .bx-pager .bx-pager-item a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/common/btn-slider-pager.png) no-repeat;
  height: 20px;
  width: 20px;
}
.home .bx-pager .bx-pager-item a:hover {
  opacity: 1;
}
.home#mens .bx-pager .bx-pager-item a.active, .home#mens .bx-pager .bx-pager-item a:hover {
  background-position: 0 -20px;
}
.home#amza .bx-pager .bx-pager-item a.active, .home#amza .bx-pager .bx-pager-item a:hover {
  background-position: 0 -40px;
}
.home#ladies .bx-pager .bx-pager-item a.active, .home#ladies .bx-pager .bx-pager-item a:hover {
  background-position: 0 -60px;
}
.home .bnrArea {
  padding: 23px 0 25px;
}
.home .bnrArea #bnrSlider {
  overflow: hidden;
}
.home .bnrArea #bnrSlider li {
  float: left;
  margin-left: 20px;
  height: 120px;
  width: 300px;
}
.home .bnrArea #bnrSlider li:first-child {
  margin-left: 0;
}
.home .bnrArea #bnrSliderSp {
  display: none;
}
.home .bnrSub {
  margin-top: 31px;
  text-align: center;
}
.home .secNews h2, .home .secAbout h2, .home .secFeature h2, .home .secAccess h2 {
  margin-bottom: 38px;
}
.home .secNews .bgPattern, .home .secAbout .bgPattern, .home .secFeature .bgPattern, .home .secAccess .bgPattern {
  position: absolute;
  z-index: -1;
}
.home .secService {
  padding-top: 40px;
}
.home .secService h2 {
  margin-bottom: 25px;
}
.home .secService ul.serviceMenu {
  overflow: hidden;
}
.home .secService ul.serviceMenu li {
  float: left;
  margin: 0 0 10px 20px;
}
.home .secService ul.serviceMenu li:first-child, .home .secService ul.serviceMenu li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.home .secService .photoArea {
  padding-top: 59px;
}
.home .secService .photoArea ul {
  overflow: hidden;
}
.home .secService .photoArea ul li {
  position: relative;
  width: 300px;
}
.home .secService .photoArea ul li img + p {
  background: url(../images/home/bg-gray50.png) repeat 0 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.home .secService .photoArea ul li .btn {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.home .secService .photoArea ul li dl {
  height: 220px;
  width: 100%;
}
.home .secService .photoArea ul li dl dt {
  font-size: 16px;
}
.home .secService .photoArea ul.upper li {
  float: left;
  margin: 0 0 20px 20px;
}
.home .secService .photoArea ul.upper li:first-child {
  margin-left: 0;
}
.home .secNews {
  padding-top: 60px;
}
.home .secNews .newsList {
  overflow: hidden;
}
.home .secNews .newsList li {
  float: left;
  margin: 0 0 20px 20px;
}
.home .secNews .newsList li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
.home .secNews .btn {
  margin: 10px auto 0;
  width: 340px;
}
.home .secAbout {
  padding-top: 62px;
}
.home .secAbout .iconAbout li {
  float: left;
  margin: 0 15px 25px;
  text-align: center;
}
.home .secAbout .iconAbout li p {
  font-weight: bold;
  line-height: 1.3;
  margin-top: 9px;
}
.home .secAbout .iconAbout li:first-child {
  margin-left: 0;
}
.home .secAbout .iconAbout li.icon05 {
  margin: 0;
}
.pano {
  padding-top: 30px;
  padding-bottom: 20px;
}

.pano p {
  margin:10px auto 0;
  width:340px;
}
.home .secFeature {
  padding-top: 14px;
}
.home .secFeature h2 {
  display: none;
}
.home .secFeature ul {
  margin: 0 auto;
  overflow: hidden;
  width: 700px;
}
.home .secFeature ul li {
  display: inline-block;
}
.home .secFeature ul li + li {
  float: right;
}

.secFeature ul.freebanner {
  margin: 0 auto 0 auto;
	text-align: center;
}

.secFeature ul.freebanner li {
  float:left;
	margin: 0 5px 15px 5px;
}

.secFeature ul.freebanner li a {
  display: block;
  height: 0;
  padding-top: 90px;
  overflow: hidden;
}

.secFeature ul.freebanner li.advisor a {
  background: url(../images/home/bnr-advisor.gif) no-repeat;
}

.secFeature ul.freebanner li.saunavi a {
  background: url(../images/home/bnr-saunavi.png) no-repeat;
}
.secFeature ul.freebanner li.mailm a {
  background: url(../images/home/img-feature01_pc.jpg) no-repeat center center;
}

.secFeature ul.freebanner li.pointm a {
  background: url(../images/home/img-feature02_pc.jpg) no-repeat center center;
}
.secFeature ul.freebanner li.line a {
  background: url(../images/home/bnr-line.jpg) no-repeat;
}

.secFeature ul.freebanner li.parttime a {
  background: url(../images/home/img-staff-pc.jpg) no-repeat center center;
}

.secFeature ul.freebanner li a {
  width: 340px;
}

.secFeature ul li.advisor a {
  background-position: 0 0;
}

.secFeature ul li.advisor a:hover {
  background-position: 0 -90px;
}

.secFeature ul li.saunavi a {
  background-position: 0 0;
}

.secFeature ul li.saunavi a:hover {
  background-position: 0 -90px;
}

.home .secAccess {
  padding-top: 59px;
}
.home .secAccess .how {
  margin-top: 18px;
  overflow: hidden;
}
.home .secAccess .how > dl {
  float: left;
  width: 300px;
}
.home .secAccess .how > dl > dt {
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 13px;
  padding-left: 40px;
}
.home .secAccess .how > dl > dd span.fb {
  font-weight: bold;
}
.home .secAccess .how > dl > dd dl {
  margin-top: 10px;
}
.home .secAccess .how > dl > dd .btn {
  margin-top: 20px;
}
.home .secAccess .how > dl > dd .btn a {
  font-size: 16px;
}
.home .secAccess .how > dl.bus {
  float: right;
}
.home .secAccess .how > dl.bus .btn a span {
  background: url(../images/common/icon-blank-mens.png) no-repeat right center;
  padding-right: 26px;
}
.home .secAccess .how > dl.car {
  margin-left: 20px;
}
.home#mens #content {
  background-image: url(../images/home/bg-lower-gradation-mens.png);
}
.home#mens #mvArea {
  background-color: #e6e1d8;
}
.home#mens .bnrArea {
  background: #8a6d56 url(../images/home/bg-bnr-mens.png) repeat-x 0 bottom;
}
.home#mens .secService {
  background-image: url(../images/home/bg-pattern-mens-01.png);
  background-repeat: no-repeat;
  background-position: center 215px;
}
.home#mens .secService .photoArea h3 {
  margin-bottom: 30px;
  text-align: center;
}
.home#mens .secService .photoArea ul li img + p {
  background: url(../images/home/bg-gray50-mens.png) repeat 0 0;
}
.home#mens .secService .photoArea ul.lower li {
  float: left;
}
.home#mens .secService .photoArea ul.lower li:first-child {
  float: right;
}
.home#mens .secService .photoArea ul.lower li:last-child {
  margin-left: 20px;
}
.home#mens .secNews .bgPattern {
  background: url(../images/home/bg-pattern-mens-02.png) no-repeat 0 0;
  height: 229px;
  left: 50%;
  margin-left: -624px;
  top: -161px;
  width: 398px;
}
.home#mens .secAbout .iconAbout {
  float: left;
}
.home#mens .secAbout .iconAbout li.icon01 {
  margin-left: 60px;
}
.home#mens .secAbout .iconAbout li.icon04 {
  clear: both;
}
.home#mens .secAbout .txtBox {
  float: right;
  width: 510px;
}
.home#mens .secAbout .bgPattern {
  background: url(../images/home/bg-pattern-mens-03.png) no-repeat 0 0;
  height: 390px;
  left: 50%;
  margin-left: -118px;
  top: -170px;
  width: 685px;
}
.home#mens .secAccess .how > dl.train {
  width: 55%;
}
.home#mens .secAccess .how > dl.train > dt {
  background-image: url(../images/home/icon-access-train-mens.png);
}
.home#mens .secAccess .how > dl.bus {
  width: 45%;
}
.home#mens .secAccess .how > dl.bus > dt {
  background-image: url(../images/home/icon-access-bus-mens.png);
}
.home#mens .secAccess .how > dl.car > dt {
  background-image: url(../images/home/icon-access-car-mens.png);
}
.home#amza #content {
  background-image: url(../images/home/bg-lower-gradation-amza.png);
}
.home#amza #mvArea {
  background-color: #ebf7fd;
}
.home#amza .bnrArea {
  background: url(../images/home/bg-bnr-amza.png) no-repeat 0 0;
  background-size: cover;
}
.home#amza .secService .contact {
  display: block;
  float: left;
  width: 300px;
}
.home#amza .secService .contact .telBox .btnStay {
  width: 280px;
}
.home#amza .secService ul.serviceMenu {
  float: right;
}
.home#amza .secService ul.serviceMenu li {
  margin: 0 0 10px 20px;
}
.home#amza .secService ul.serviceMenu li:nth-child(3n+1) {
  clear: none;
  margin-left: 20px;
}
.home#amza .secService ul.serviceMenu li:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.home#amza .secLoyly {
  margin-bottom: 20px;
  padding-top: 60px;
}
.home#amza .secLoyly h2 {
  display: none;
}
.home#amza .secLoyly .img {
  float: left;
}
.home#amza .secLoyly .detail {
  float: right;
  width: 452px;
}
.home#amza .secLoyly .detail dl dt {
  font-size: 18px;
}
.home#amza .secLoyly .detail dl dd {
  margin-top: 5px;
  line-height: 1.4;
}
.home#amza .secLoyly .detail table {
  margin-top: 30px;
}
.home#amza .secLoyly .detail table caption {
  background: none;
  border-width: 0;
  line-height: 36px;
  padding: 0;
}
.home#amza .secLoyly .detail table th, .home#amza .secLoyly .detail table td {
  padding: 4px 13px;
}
.home#amza .secLoyly .detail .btn {
  margin: 20px auto 0;
  width: 340px;
}
.home#amza .secLoyly .bgPattern {
  background: url(../images/home/bg-pattern-amza-01.png) no-repeat 0 0;
  bottom: -200px;
  height: 294px;
  left: 50%;
  margin-left: 80px;
  position: absolute;
  width: 523px;
  z-index: -1;
}
.home#amza .secNews .bgPattern {
  background: url(../images/home/bg-pattern-amza-02.png) no-repeat 0 0;
  bottom: -200px;
  height: 480px;
  left: 50%;
  margin-left: -608px;
  width: 352px;
}
.home#amza .secAbout .mvAbout {
  background: url(../images/home/bg-about-mv-amza.png) no-repeat center bottom;
  padding-bottom: 10px;
}
.home#amza .secAbout .iconAbout {
  margin: 20px auto 0;
  padding-left: 15px;
  width: 700px;
}
.home#amza .secAbout .iconAbout li {
  margin-bottom: 23px;
}
.home#amza .secAbout .txtBox {
  margin: 0 auto 18px;
  width: 720px;
}
.home#amza .secAccess .how > dl.train > dt {
  background-image: url(../images/home/icon-access-train-amza.png);
}
.home#amza .secAccess .how > dl.bus > dt {
  background-image: url(../images/home/icon-access-bus-amza.png);
}
.home#amza .secAccess .how > dl.car > dt {
  background-image: url(../images/home/icon-access-car-amza.png);
}
.home#amza .secAccess .bgPattern {
  background: url(../images/home/bg-pattern-amza-03.png) no-repeat 0 0;
  height: 598px;
  left: 50%;
  margin-left: 331px;
  top: -240px;
  width: 219px;
}
.home#ladies #content {
  background-image: url(../images/home/bg-lower-gradation-ladies.png);
}
.home#ladies #mvArea {
  background-color: #ffe8ef;
}
.home#ladies #mvArea .btnEnjoy {
  right: 161px;
}
.home#ladies .bnrArea {
  background: url(../images/home/bg-bnr-ladies.png) no-repeat 0 0;
  background-size: cover;
}
.home#ladies .secService {
  background: url(../images/home/bg-pattern-ladies-01.png) no-repeat center 210px;
}
.home#ladies .secService .photoArea {
  background: url(../images/home/bg-pattern-ladies-02.png) no-repeat center 176px;
}
.home#ladies .secService .photoArea > .tit {
  text-align: center;
  margin-bottom: 30px;
}
.home#ladies .secService .photoArea ul.upper li {
  margin-bottom: 0;
}
.home#ladies .secService .photoArea ul.lower {
  padding-top: 105px;
  position: relative;
}
.home#ladies .secService .photoArea ul.lower li .btn a {
  padding: 12px 0 11px;
}
.home#ladies .secService .photoArea ul.lower li:first-child {
  float: left;
}
.home#ladies .secService .photoArea ul.lower li:nth-child(2) {
  float: right;
}
.home#ladies .secService .photoArea ul.lower li:last-child {
  margin-left: -150px;
  position: absolute;
  top: 105px;
  left: 50%;
  width: 300px;
}
.home#ladies .secService .photoArea ul.lower li:last-child .tit {
  margin-left: -130px;
  position: absolute;
  top: -58px;
  height: 28px;
  width: 571px;
}
.home#ladies .secNews .bgPattern {
  background: url(../images/home/bg-pattern-ladies-03.png) no-repeat 0 0;
  height: 182px;
  left: 50%;
  margin-left: -623px;
  top: 42px;
  width: 270px;
}
.home#ladies .secAbout {
  padding-bottom: 40px;
}
.home#ladies .secAbout .img {
  float: left;
}
.home#ladies .secAbout .txtBox {
  float: right;
  width: 470px;
}
.home#ladies .secAbout .txtBox p.strong {
  font-size: 18px;
  font-weight: bold;
}
.home#ladies .secAbout .txtBox p.btn {
  margin: 10px auto 0;
  width: 340px;
}
.home#ladies .secAbout .txtBox p.btn a {
  font-size: 14px;
  font-weight: normal;
}
.home#ladies .secAbout .txtBox p + p {
  margin-top: 10px;
}
.home#ladies .secAbout .bgPattern {
  background: url(../images/home/bg-pattern-ladies-04.png) no-repeat 0 0;
  height: 219px;
  left: 50%;
  margin-left: 198px;
  top: -73px;
  width: 288px;
}
.home#ladies .secFeature {
  padding-top: 0;
}
.home#ladies .secAccess .how > dl {
  width: 100%;
}

.home#ladies .twitt {
	width: 650px;
	margin: 20px auto 0 auto;
	text-align: left;
}

.home#ladies .secAccess .how > dl.train > dt {
  background-image: url(../images/home/icon-access-train-ladies.png);
}
.home#ladies .secAccess .how > dl.bus > dt {
  background-image: url(../images/home/icon-access-bus-ladies.png);
}
.home#ladies .secAccess .how > dl.car > dt {
  background-image: url(../images/home/icon-access-car-ladies.png);
}

.saunaspa .secSaunaspa .imgList {
  margin: 0 -20px -26px 0;
  overflow: hidden;
  position: relative;
}
.saunaspa .secSaunaspa .imgList li {
  float: left;
  margin: 0 20px 26px 0;
}
.saunaspa .secSaunaspa .imgList li .img {
  position: relative;
}
.saunaspa .secSaunaspa .imgList li .img img {
  width: 100%;
}
.saunaspa .secSaunaspa .imgList li .img .title {
  background: url(../images/saunaspa/bg-gray50.png) repeat 0 0;
  bottom: 0;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.saunaspa .secSaunaspa .imgList li p {
  margin-top: 16px;
  letter-spacing: 0.04em;
}
.saunaspa .secSaunaspa .indoor {
  background: #cccccc;
  color: #fff;
  font-size: 18px;
  height: 180px;
  line-height: 180px;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.saunaspa .secSaunaspa table caption {
  background: none;
  border-width: 0;
  line-height: 1.5;
  padding: 0 0 9px;
}
.saunaspa .secSaunaspa table thead th {
  border-bottom-width: 0;
}
.saunaspa .secSaunaspa table thead + tbody tr:first-child td {
  border-top-width: 0;
}
.saunaspa .secSaunaspa table tbody th {
  background: #f5f1e8;
  border-right-width: 0;
}
.saunaspa .secSaunaspa table tbody th + td {
  border-left-width: 0;
}
.saunaspa .secSaunaspa section {
  margin-top: 50px;
}
.saunaspa .secSaunaspa section:first-child {
  margin-top: 0;
}
.saunaspa .secSaunaspa .secSpaMain h2 {
  margin-bottom: 29px;
}
.saunaspa .secSaunaspa .secSpaMain .detail {
  margin-top: 13px;
  width: 500px;
}
.saunaspa .secSaunaspa .secSpaMain .detail dl dd {
  margin-top: 24px;
  width: 460px;
}
.saunaspa .secSaunaspa .secSpaMain .detail table {
  margin-top: 13px;
  width: 460px;
}
.saunaspa .secSaunaspa .secSpaMain .detail table th {
  vertical-align: middle;
}
.saunaspa .secSaunaspa .secSpaMain .secSpa .mv {
  margin-bottom: 30px;
}
.saunaspa .secSaunaspa .secSpaMain .secSpa .imgList.upper li {
  width: 460px;
}
.saunaspa .secSaunaspa .secSpaMain .secSpa .imgList.lower {
  margin-top: 25px;
}
.saunaspa .secSaunaspa .secSpaMain .secSpa .imgList.lower li {
  width: 300px;
}
.saunaspa .secSaunaspa .secSpaMain .secSpa .imgList.lower li .title {
  font-size: 16px;
}
.saunaspa .secSaunaspa .secSauna h2 {
  margin-bottom: 39px;
}
.saunaspa .secSaunaspa .secSauna .imgList li {
  width: 460px;
}
.saunaspa .secSaunaspa .secSauna .btn {
  clear: both;
  margin: 25px auto 0;
  width: 340px;
}
.saunaspa .secSaunaspa .secSauna .secLoyly .img {
  margin-bottom: 13px;
  overflow: hidden;
}
.saunaspa .secSaunaspa .secSauna .secLoyly .img img {
  float: left;
}
.saunaspa .secSaunaspa .secSauna .secLoyly .img img + img {
  float: right;
}
.saunaspa .secSaunaspa .secSauna .secLoyly dl {
  width: 460px;
}
.saunaspa .secSaunaspa .secSauna .secLoyly dl dt {
  font-size: 18px;
  margin-bottom: 3px;
}
.saunaspa .secSaunaspa .secSauna .secLoyly dl dd + dt {
  margin-top: 20px;
}
.saunaspa .secSaunaspa .secSauna .secLoyly .time table {
  width: 448px;
}
.saunaspa .secSaunaspa .secSauna .secLoyly .time table th, .saunaspa .secSaunaspa .secSauna .secLoyly .time table td {
  padding: 4px 13px;
}
.saunaspa .secSaunaspa .secSauna .secLoyly .time table th {
  text-align: left;
}
.saunaspa .secSaunaspa .secSauna .secLoyly .time p {
  margin-top: 8px;
  font-size: 12px;
}
.saunaspa#mens .secSaunaspa .titleBgWrap {
  background-image: url(../images/saunaspa/bg-title-mens.jpg);
}
.saunaspa#mens .secSaunaspa .secSauna .mv {
  margin: 40px 0 58px;
}
.saunaspa#mens .secSaunaspa .secMizu ul + p {
  margin-top: 30px;
}
.saunaspa#amza .secSaunaspa .titleBgWrap {
  background-image: url(../images/saunaspa/bg-title-amza.jpg);
}
.saunaspa#amza .secSaunaspa .secSpa .imgList li {
  width: 300px;
}
.saunaspa#amza .secSaunaspa .secSpa .imgList li .title {
  font-size: 16px;
}
.saunaspa#amza .secSaunaspa .secSpa .imgList li:first-child, .saunaspa#amza .secSaunaspa .secSpa .imgList li:nth-child(2) {
  width: 460px;
}
.saunaspa#amza .secSaunaspa .secSpa .imgList li:first-child .title, .saunaspa#amza .secSaunaspa .secSpa .imgList li:nth-child(2) .title {
  font-size: 20px;
  line-height: 40px;
}
.saunaspa#amza .secSaunaspa .secSpa .imgList li:nth-child(3n) {
  clear: both;
}
.saunaspa#amza .secSauna h2 + p {
  margin-bottom: 29px;
}
.saunaspa#amza .secSauna .secLoyly .time table {
  margin-top: 32px;
}
.saunaspa#amza .secSauna .secLoyly .btn {
  margin-top: 20px;
}
.saunaspa#ladies .secSaunaspa .titleBgWrap {
  background-image: url(../images/saunaspa/bg-title-ladies.jpg);
}
.saunaspa#ladies .secSaunaspa .imgList li {
  width: 300px;
}
.saunaspa#ladies .secSaunaspa .imgList li .title {
  font-size: 16px;
}
.saunaspa#ladies .secSauna .mv {
  margin: 30px 0 20px;
}
.saunaspa#ladies .secSauna .secLoyly .time table {
  margin-top: 32px;
}
.saunaspa#ladies .secSauna .secLoyly .btn {
  margin-top: 20px;
}
.saunaspa#ladies .secSauna .secBedrock table tbody th, .saunaspa#ladies .secSauna .secBedrock table tbody td {
  line-height: 1.43;
  vertical-align: top;
}
.saunaspa#ladies .secSauna .secBedrock table tbody th {
  padding-left: 18px;
  text-align: left;
  width: 170px;
}
.saunaspa#ladies .secSauna .secBedrock table tbody td {
  padding: 11px 15px;
  width: 667px;
}
.saunaspa#ladies .secSauna .secBedrock table tbody td.price {
  font-size: 18px;
  padding: 11px;
  text-align: left;
  width: 104px;
}
.saunaspa#ladies .secSauna .secBedrock table.ticket {
  border: 3px solid #ddd;
  margin-top: 10px;
}
.saunaspa#ladies .secSauna .secBedrock table.ticket tbody th {
  color: #d51b55;
  padding-top: 11px;
  padding-bottom: 7px;
}
.saunaspa#ladies .secSauna .secBedrock table.ticket tbody td.price {
  padding-top: 8px;
  padding-bottom: 5px;
}
.saunaspa#ladies .secSauna .secBedrock .txt {
  line-height: 1.4;
  margin-bottom: 17px;
}

.error .container {
  background: none !important;
}

.secError .secNotFound {
  padding: 60px 0 0;
  text-align: center;
}
#spa .secError .secNotFound {
  padding: 130px 0 0;
}
.secError .secNotFound .title {
  font-size: 26px;
  margin-bottom: 60px;
}
.secError .secNotFound p {
  font-size: 16px;
}
.secError .secNotFound p.comment {
  margin-top: 30px;
}
.secError .secNotFound p.link {
  margin-top: 80px;
}
.secError .secNotFound p.link a {
  text-decoration: underline;
}

.sitemap .secSitemap .secLink {
  margin-top: 35px;
}
.sitemap .secSitemap .secLink .subTitle a {
  color: #333;
}
.sitemap .secSitemap .secLink ul {
  overflow: hidden;
  margin: -10px 0 0 20px;
}
.sitemap .secSitemap .secLink ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/common/bg-arrow5-dark.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  float: left;
  margin-top: 7px;
  padding-left: 12px;
  width: 310px;
}
.sitemap .secSitemap .secLink ul li a {
  color: #333;
  display: block;
  font-size: 16px;
  padding-top: 3px;
}
.sitemap .secSitemap .secLink ul li a:hover {
  text-decoration: underline;
}
.sitemap .secSitemap .secLink ul li:nth-child(3n) {
  width: 290px;
}
.sitemap .secSitemap .secLink#mens ul li {
  background-image: url(../images/common/bg-arrow5-mens.png);
}
.sitemap .secSitemap .secLink#amza ul li {
  background-image: url(../images/common/bg-arrow5-amza.png);
}
.sitemap .secSitemap .secLink#ladies ul li {
  background-image: url(../images/common/bg-arrow5-ladies.png);
}

@media screen and (max-width: 768px) {
  #map iframe {
    height: 225px;
    width: 100%;
  }
  .pano iframe {
    height: 225px;
    width: 100%;
    }
    .pano .btn {
    bottom: 0;
      position: absolute;
    width: 100%;
    }
    .pano .btn {
    margin-top: 4%;
    position: relative;
    }
    .pano .btn a {
    padding: 12px 0 9px;
    }

    .pano .btn a img {
    height: 13px;
    width: auto;
    }
  .contact {
    display: block;
    padding: 15px 0 20px;
  }
  .contact .telBox {
    margin: 0 auto;
    width: 95%;
  }
  .contact .telBox .btnStay {
    margin: 10px auto 0;
    width: 95%;
  }
  .contact .telBox .btnStay a {
    padding: 12px 0 9px;
  }
  .contact .telBox .btnStay a img {
    height: 15px;
    width: 78px;
  }
  .contact .telBox .tel {
    margin: 16px 0 15px;
  }
  .contact .telBox .tel a {
    pointer-events: auto;
  }
  .contact .telBox .tel img {
    height: 30px;
    width: auto;
  }
  .contact .telBox .tel span {
    display: inline-block;
    width: 95%;
  }
  .contact .telBox .tel span + span {
    border-top: 1px solid #ddd;
    margin-top: 9px;
    padding-top: 10px;
  }
  .contact .telBox dl.time {
    padding: 2px 0;
  }
  .contact .telBox dl.time dt, .contact .telBox dl.time dd {
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
  }
  .contact .telBox dl.time dt {
    padding-right: 7px;
  }
  .contact .btnAccess {
    margin: 10px auto 0;
    width: 90%;
  }
  .contact .btnAccess a {
    padding: 12px 0 9px;
  }
  .contact .btnAccess img {
    height: 13px;
    width: 111px;
  }

  ul.newsList {
    overflow: hidden;
  }
  ul.newsList li {
    float: left;
    margin: 0 0 3% 0 !important;
    width: 49%;
  }
  ul.newsList li:nth-child(even) {
    float: right !important;
  }
  ul.newsList li .img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    height: 0;
    overflow: hidden;
    border: 1px solid #ddd;
    border-width: 1px 1px 0;
    padding-top: 53.846153%;
    position: relative;
  }
  ul.newsList li .img img {
    left: 0;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%;
  }
  ul.newsList li .txtBox {
    font-size: 10px;
    padding: 3px 4.6875% 5px;
  }
  ul.newsList li .txtBox .date {
    background: none;
    color: #333 !important;
    height: auto;
    left: 11px;
    padding: 0 0 0 33px;
    top: 5px;
    width: auto;
  }
  ul.newsList li .txtBox .date span {
    font-size: 10px;
    left: 0;
    top: 0;
  }
  ul.newsList li .txtBox .date span:after {
    bottom: 0;
    content: ".";
    position: absolute;
    right: -3px;
  }
  ul.newsList li .txtBox .type {
    font-size: 10px;
    margin-bottom: 3px;
  }
  ul.newsList li .txtBox .type span {
    padding-left: 10px;
  }

  #ladies .aboutBox {
    padding: 15px;
  }
  #ladies.price .secAmenity p.strong, #ladies.relaxation .secAmenity p.strong, #ladies.saunaspa .secAmenity p.strong, #ladies.access .secAmenity p.strong {
    font-size: 15px;
  }

  #homeSpa #content {
    background: url(../images/home-spa/bg-lower-home_sp.png) no-repeat right bottom;
    background-size: 230px 124px;
  }
  #homeSpa .mv ul {
    width: 100%;
  }
  #homeSpa .mv ul li {
    float: none;
    height: 136px;
    width: 100% !important;
  }
  #homeSpa .mv ul li h2 {
    padding-top: 0;
  }
  #homeSpa .mv ul li h2 img {
    height: 136px;
    width: 124px;
  }
  #homeSpa .mv ul li a {
    background: url(../images/home-spa/bg-home-mv-arrow01_sp.png) no-repeat 0 0;
    -moz-background-size: 13px 21px;
    -o-background-size: 13px 21px;
    -webkit-background-size: 13px 21px;
    background-size: 13px 21px;
    left: 93%;
    margin: 0;
    padding-top: 21px;
    position: absolute;
    top: 58px;
    width: 13px;
  }
  #homeSpa .mv ul li .txt {
    display: none;
  }
  #homeSpa .mv ul li .place {
    bottom: auto;
    left: 0;
    right: auto;
    top: 0;
  }
  #homeSpa .mv ul li .place img {
    height: 63px;
    width: 63px;
  }
  #homeSpa .mv ul li.mens {
    background: url(../images/home-spa/bg-home-mens_sp.jpg) no-repeat center 0;
    background-size: cover;
  }
  #homeSpa .mv ul li.amza {
    background: url(../images/home-spa/bg-home-amza_sp.jpg) no-repeat center 0;
    background-size: cover;
  }
  #homeSpa .mv ul li.amza a {
    background-image: url(../images/home-spa/bg-home-mv-arrow02_sp.png);
  }
  #homeSpa .mv ul li.ladies {
    background: url(../images/home-spa/bg-home-ladies_sp.jpg) no-repeat center 0;
    background-size: cover;
  }
  #homeSpa .container:before {
    background: url(../images/home-spa/bg-upper-home_sp.png) no-repeat right 0;
    -moz-background-size: 274px 217px;
    -o-background-size: 274px 217px;
    -webkit-background-size: 274px 217px;
    background-size: 274px 217px;
    height: 217px;
    left: auto;
    margin-left: 0;
    right: 0;
    width: 274px;
  }
  #homeSpa .secNews, #homeSpa .secAbout, #homeSpa .secAccess {
    padding-top: 8%;
  }
  #homeSpa .secNews h2, #homeSpa .secAbout h2, #homeSpa .secAccess h2 {
    margin-bottom: 4%;
  }
  #homeSpa .secNews {
    padding-top: 3%;
  }
  #homeSpa .secNews h2 img {
    height: 30px;
    width: 72px;
  }
  #homeSpa .secNews .box {
    float: none;
    margin: 0;
    width: 100%;
  }
  #homeSpa .secNews .box + .box {
    margin-top: 8%;
  }
  #homeSpa .secNews .box .tit {
    font-size: 13px;
  }
  #homeSpa .secNews .btn a {
    padding: 13px 0 8px;
  }
  #homeSpa .secNews .btn a img {
    height: 12px;
    width: 63px;
  }
  #homeSpa .secAbout {
    background: url(../images/home-spa/bg-home-about_sp.png) no-repeat 0 0;
    -moz-background-size: 221px 229px;
    -o-background-size: 221px 229px;
    -webkit-background-size: 221px 229px;
    background-size: 221px 229px;
  }
  #homeSpa .secAbout h2 img {
    height: 30px;
    width: 250px;
  }
  #homeSpa .secAbout ul.boxSpa {
    margin-top: 4%;
  }
  #homeSpa .secAbout ul.boxSpa li {
    float: none;
    margin: 0 0 5%;
    width: 100%;
  }
  #homeSpa .secAbout ul.boxSpa li .img img {
    width: 100%;
  }
  #homeSpa .secAbout ul.boxSpa li p {
    background-position: 90% center;
  }
  #homeSpa .secAccess h2 img {
    height: 29px;
    width: 118px;
  }
  #homeSpa .secAccess:before {
    background: none;
  }

  .home .container {
    background-position: 0 3%;
  }
  .home #content {
    background-size: auto 230px;
    background-position: 0 bottom;
  }
  .home #content .menu {
    display: none;
  }
  .home #mvArea {
    height: auto;
  }
  .home #mvArea .inner {
    padding: 0;
    width: 100%;
  }
  .home #mvArea #mvSlider li img {
    width: 100%;
  }
  .home #mvArea .bx-viewport {
    height: auto !important;
  }
  .home #mvArea .bx-pager {
    display: none;
  }
  .home #mvArea .btnEnjoy {
    left: 0 !important;
    right: 0;
  }
  .home #mvArea .btnEnjoy img {
    width: 100%;
  }
  .home#ladies #mvArea .btnEnjoy {
      right: auto;
  }
  .home .bnrArea {
    padding: 4% 0;
  }
  .home .bnrArea .bx-viewport {
    overflow: visible !important;
  }
  .home .bnrArea #bnrSlider {
    display: none;
  }
  .home .bnrArea #bnrSliderSp {
    display: block;
  }
  .home .bnrArea #bnrSliderSp li {
    text-align: center;
  }
  .home .bnrArea #bnrSliderSp li img {
    width: 96%;
  }
  .home .bnrSub {
    margin-top: 4%;
    padding: 0 4.6875%;
  }
  .home .secService, .home .secNews, .home .secAbout, .home .secFeature, .home .secAccess, .home .secLoyly {
    padding-top: 8%;
  }
  .home .secService h2, .home .secNews h2, .home .secAbout h2, .home .secFeature h2, .home .secAccess h2, .home .secLoyly h2 {
    margin-bottom: 4%;
  }
  .home .secService h2 img, .home .secNews h2 img, .home .secAbout h2 img, .home .secFeature h2 img, .home .secAccess h2 img, .home .secLoyly h2 img {
    height: 30px;
  }
  .home .secService .contact {
    padding-top: 0;
  }
  .home .secService .contact .telBox {
    box-sizing: border-box;
    width: 100%;
  }
  .home .secService .contact .telBox .tel {
    margin: 10px 0;
  }
  .home .secService .contact .telBox .tel img {
    height: 52px;
    width: 277px;
  }
  .home .secService ul.serviceMenu li {
    margin: 0 0 3% 0 !important;
    width: 49%;
  }
  .home .secService ul.serviceMenu li img {
    width: 100%;
  }
  .home .secService ul.serviceMenu li:nth-child(even) {
    float: right;
  }
  .home .secService ul.serviceMenu li:nth-child(3n+1) {
    clear: none;
  }
  .home .secService .photoArea {
    padding-top: 8%;
  }
  .home .secService .photoArea h3 {
    margin-bottom: 4%;
  }
  .home .secService .photoArea h3 img {
    height: 39px;
    width: 236px;
  }
  .home .secService .photoArea ul li {
    float: none !important;
    margin: 0 0 4% 0 !important;
    width: 100%;
  }
  .home .secService .photoArea ul li img {
    width: 100%;
  }
  .home .secService .photoArea ul li p {
    background-size: 40px auto;
    font-size: 12px;
    line-height: 28px;
  }
  .home .secService .photoArea ul li dl {
    height: auto;
  }
  .home .secService .photoArea ul li dl dt {
    font-size: 16px;
  }
  .home .secService .photoArea ul li .btn {
    margin-top: 4%;
    position: relative;
  }
  .home .secService .photoArea ul li .btn a {
    padding: 12px 0 9px !important;
  }
  .home .secService .photoArea ul li .btn a img {
    height: 13px;
    width: auto;
  }
  .home .secService .photoArea ul.lower li:last-child {
    margin-bottom: 0 !important;
  }
  .home .secNews ul.newsList li {
    margin: 0 0 3% 0 !important;
  }
  .home .secNews ul.newsList li:nth-child(3n+1) {
    clear: none;
  }
  .home .secNews .btn {
    display: none;
    width: 100%;
  }
  .home .secAbout .iconAbout {
    float: none !important;
    margin: 0 auto;
    overflow: hidden;
    width: 270px !important;
  }
  .home .secAbout .iconAbout li {
    margin: 0 10px 10px !important;
  }
  .home .secAbout .iconAbout li img {
    height: 45px;
    width: 45px;
  }
  .home .secAbout .iconAbout li p {
    font-size: 10px;
    line-height: 1.1;
    margin-top: 5px;
  }
  .home .secAbout .iconAbout li.icon01 {
    margin-left: 10px !important;
  }
  .home .secAbout .iconAbout li.icon04 {
    clear: none !important;
  }
  .home .secAbout .iconAbout li.icon05 {
    clear: both !important;
    margin: 0 0 0 25px !important;
  }
  .home .secAbout .txtBox {
    float: none !important;
    width: 100% !important;
  }
  .home .secFeature h2 {
    display: block;
  }
  .home .secFeature ul {
    width: 100%;
  }
  .home .secFeature ul li {
    float: none !important;
    margin-bottom: 4%;
  }
	.home .secFeature ul.freebanner li {
    margin-bottom: 4%;
  }
	.secFeature ul.freebanner li.advisor a {
  	background: url(../images/home/bnr-advisor_sp.jpg) no-repeat center center;
	}

	.secFeature ul.freebanner li.saunavi a {
  	background: url(../images/home/bnr-saunavi_sp.jpg) no-repeat center center;
	}
  .home .secFeature ul.freebanner li a {
    margin-left: 0;
		width: 98%;
		background-size: contain;
  }
  .home .secFeature ul li img {
    width: 100%;
  }

  .home .secFeature ul.freebanner li {
    width: 100%;
  }

  .home .secAccess .how {
    margin-top: 8%;
  }
  .home .secAccess .how > dl {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .home .secAccess .how > dl > dt {
    -moz-background-size: 21px 23px;
    -o-background-size: 21px 23px;
    -webkit-background-size: 21px 23px;
    background-size: 21px 23px;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 4%;
    padding-left: 27px;
  }
  .home .secAccess .how > dl > dd {
    font-size: 12px;
    font-weight: bold;
  }
  .home .secAccess .how > dl > dd span.small {
    font-size: 10px;
    font-weight: normal;
  }
  .home .secAccess .how > dl > dd .btn {
    margin-top: 3%;
  }
  .home .secAccess .how > dl > dd .btn a {
    font-size: 13px;
    padding: 14px 0 11px;
  }
  .home .secAccess .how > dl + dl {
    border-top: 1px dotted #ccc;
    margin-top: 5% !important;
    padding-top: 4%;
  }
  .home#mens .bnrArea {
    background-image: url(../images/home/bg-bnr-mens_sp.png);
    background-size: auto 100%;
  }
  .home#mens .secService, .home#mens .secNews, .home#mens .secAbout {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 0;
  }
  .home#mens .secService .bgPattern, .home#mens .secNews .bgPattern, .home#mens .secAbout .bgPattern {
    display: none;
  }
  .home#mens .secService {
    background-image: url(../images/home/bg-pattern-mens-01_sp.png);
  }
  .home#mens .secNews {
    background-image: url(../images/home/bg-pattern-mens-02_sp.png);
  }
  .home#mens .secAbout {
    background-image: url(../images/home/bg-pattern-mens-03_sp.png);
    padding-top: 5%;
  }
  .home#amza .bnrArea {
    background: url(../images/home/bg-bnr-amza.png) no-repeat 0 0;
    background-size: auto 100%;
  }
  .home#amza .secService .contact {
    float: none;
    width: 100%;
  }
  .home#amza .secService .contact .telImg {
    display: none;
  }
  .home#amza .secService .contact .telBox .btn {
    width: 95%;
  }
  .home#amza .secService ul.serviceMenu {
    float: none;
  }
  .home#amza .secLoyly {
    margin-bottom: 0;
    padding-top: 5%;
  }
  .home#amza .secLoyly h2 {
    display: block;
  }
  .home#amza .secLoyly .img {
    float: none;
  }
  .home#amza .secLoyly .img img {
    width: 100%;
  }
  .home#amza .secLoyly .detail {
    float: none;
    margin-top: 2%;
    width: 100%;
  }
  .home#amza .secLoyly .detail dl dt {
    font-size: 16px;
  }
  .home#amza .secLoyly .detail table {
    margin-top: 4%;
  }
  .home#amza .secLoyly .detail table th, .home#amza .secLoyly .detail table td {
    font-size: 12px;
  }
  .home#amza .secLoyly .detail .btn {
    margin-top: 4%;
    width: 100%;
  }
  .home#amza .secLoyly .detail .btn a {
    padding: 12px 0 9px;
  }
  .home#amza .secLoyly .detail .btn img {
    height: 13px;
    width: 114px;
  }
  .home#amza .secLoyly .bgPattern {
    background-size: 60%;
    background-position: 90% 0;
    bottom: -235px;
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .home#amza .secAbout {
    padding-top: 5%;
  }
  .home#amza .secAbout .mvAbout {
    padding: 0;
  }
  .home#amza .secAbout .mvAbout img {
    width: 100%;
  }
  .home#amza .secAbout .iconAbout {
    margin-top: 3%;
    padding-left: 0;
  }
  .home#amza .secAbout .txtBox {
    margin-bottom: 0;
  }
  .home#amza .secNews .bgPattern {
    background-size: 60%;
    background-position: 0 0;
    bottom: -50px;
    height: 73%;
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .home#amza .secAccess .bgPattern {
    background-size: 50%;
    background-position: 80% 0;
    height: 37%;
    left: 0;
    margin-left: 0;
    top: -23%;
    width: 100%;
  }
  .home#ladies .bnrArea {
    background: url(../images/home/bg-bnr-ladies.png) no-repeat 0 0;
    background-size: auto 100%;
  }
  .home#ladies .secService {
    background-position: 100% 0;
    background-size: 200% auto;
  }
  .home#ladies .secService .photoArea {
    background: url(../images/home/bg-pattern-ladies-02_sp.png) no-repeat 0 0;
    background-size: 100% auto;
    margin-top: -4%;
  }
  .home#ladies .secService .photoArea > .tit {
    margin-bottom: 4%;
  }
  .home#ladies .secService .photoArea > .tit img {
    height: 39px;
    width: 282px;
  }
  .home#ladies .secService .photoArea ul.lower {
    overflow: visible;
    padding-top: 0;
  }
  .home#ladies .secService .photoArea ul.lower li:nth-child(2) {
    margin-bottom: 0 !important;
  }
  .home#ladies .secService .photoArea ul.lower li:last-child {
    background: url(../images/home/bg-pattern-ladies-02.png) no-repeat center -110px;
    background-size: 273px;
    left: 0;
    padding-top: 4%;
    position: relative;
    top: 0;
    width: 100%;
  }
  .home#ladies .secService .photoArea ul.lower li:last-child .tit {
    height: 39px;
    margin: 0 auto 4%;
    position: relative;
    top: 0;
    width: 203px;
  }
  .home#ladies .secService .photoArea ul.lower li:last-child dl dt {
    text-align: center;
  }
  .home#ladies .secNews .bgPattern {
    background: url(../images/home/bg-pattern-ladies-03_sp.png) no-repeat 0 0;
    background-size: 100%;
    height: 28.4375%;
    left: 0;
    margin-left: 0;
    top: -4%;
    width: 100%;
  }
  .home#ladies .secAbout {
    background: url(../images/home/bg-pattern-ladies-about_sp.png) no-repeat center bottom;
    background-size: contain;
  }
  .home#ladies .secAbout .img {
    float: none;
    margin-bottom: 4%;
  }
  .home#ladies .secAbout .img img {
    width: 100%;
  }
  .home#ladies .secAbout .bgPattern {
    background: url(../images/home/bg-pattern-ladies-04_sp.png) no-repeat 0 0;
    background-size: 100%;
    height: 28.4375%;
    left: 0;
    margin-left: 0;
    top: -4%;
    width: 100%;
  }
  .home#ladies .secAbout .txtBox p.strong {
    font-size: 15px;
  }
  .home#ladies .secAbout .txtBox p.btn {
    width: 100%;
  }
  .home#ladies .secAccess {
    background: url(../images/home/bg-pattern-ladies-access01_sp.png) no-repeat center top;
    background-size: contain;
    margin-bottom: -15px;
    padding-bottom: 15px;
  }
  .home#ladies .secAccess .how {
    overflow: visible;
  }

  .home#ladies .twitt {
		width: 80% !important;
	}
  .home#ladies .secAccess dl.bus dd {
    position: relative;
  }
  .home#ladies .secAccess .bgPatternSp {
    background: url(../images/home/bg-pattern-ladies-access02_sp.png) no-repeat 0 0;
    background-size: 100%;
    bottom: -13%;
    height: 46px;
    left: -6%;
    position: absolute;
    width: 28px;
    z-index: -1;
  }
  .home#ladies .secAccess .bgPattern {
    background: url(../images/home/bg-pattern-ladies-access03_sp.png) no-repeat 0 0;
    background-size: contain;
    bottom: 0;
    height: 91px;
    margin-left: 0;
    right: 0;
    width: 75px;
  }

  .saunaspa .secSaunaspa .titleBgWrap {
    background-size: auto 100% !important;
    height: 70px;
    margin-bottom: 20px;
    padding-top: 35px;
  }
  .saunaspa .secSaunaspa .titleBgWrap .title {
    font-size: 18px;
  }
  .saunaspa .secSaunaspa .titleBgWrap p {
    font-size: 10px;
    margin-top: 5px;
  }
  .saunaspa .secSaunaspa .imgList {
    margin: 0 -2% -3% 0;
  }
  .saunaspa .secSaunaspa .imgList li {
    margin: 0 2% 3% 0;
  }
  .saunaspa .secSaunaspa .imgList li .title {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .saunaspa .secSaunaspa .imgList li p {
    font-size: 12px;
    margin-top: 2%;
  }
  .saunaspa .secSaunaspa table th, .saunaspa .secSaunaspa table td {
    padding: 4px 5px;
  }
  .saunaspa .secSaunaspa section {
    margin-top: 8%;
  }
  .saunaspa .secSaunaspa section:first-child {
    margin-top: 0;
  }
  .saunaspa .secSaunaspa .secSpaMain h2 {
    margin-bottom: 6%;
  }
  .saunaspa .secSaunaspa .secSpaMain h2 img {
    height: 30px;
    width: 136px;
  }
  .saunaspa .secSaunaspa .secSpaMain .detail {
    float: none;
    margin-top: 0;
    width: 100%;
  }
  .saunaspa .secSaunaspa .secSpaMain .detail dl dd {
    margin-top: 2%;
    width: 100%;
  }
  .saunaspa .secSaunaspa .secSpaMain .detail table {
    margin-top: 8%;
    width: 100%;
  }
  .saunaspa .secSaunaspa .secSpaMain .detail + .fr {
    display: none;
  }
  .saunaspa .secSaunaspa .secSpaMain .indoor {
    display: none;
  }
  .saunaspa .secSaunaspa .secSpaMain .secSpa .mv {
    margin-bottom: 4%;
  }
  .saunaspa .secSaunaspa .secSpaMain .secSpa .imgList.upper {
    margin: 0;
  }
  .saunaspa .secSaunaspa .secSpaMain .secSpa .imgList.upper li {
    width: 100%;
  }
  .saunaspa .secSaunaspa .secSpaMain .secSpa .imgList.lower {
    margin-top: 4%;
  }
  .saunaspa .secSaunaspa .secSpaMain .secSpa .imgList.lower li {
    width: 48%;
  }
  .saunaspa .secSaunaspa .secSpaMain .secSpa .imgList.lower li .title {
    font-size: 11px !important;
    line-height: 20px !important;
  }
  .saunaspa .secSaunaspa .secSauna h2 {
    margin-bottom: 4%;
  }
  .saunaspa .secSaunaspa .secSauna h2 img {
    height: 29px;
    width: 53px;
  }
  .saunaspa .secSaunaspa .secSauna h2 + p {
    width: 100%;
  }
  .saunaspa .secSaunaspa .secSauna .mv {
    margin: 4% 0 !important;
  }
  .saunaspa .secSaunaspa .secSauna .imgList li {
    width: 48%;
  }
  .saunaspa .secSaunaspa .secSauna .imgList li .title {
    font-size: 11px !important;
    line-height: 20px !important;
  }
  .saunaspa .secSaunaspa .secSauna .btn {
    margin-top: 5%;
    width: 95%;
  }
  .saunaspa .secSaunaspa .secSauna .btn a {
    padding: 11px 0 10px;
  }
  .saunaspa .secSaunaspa .secSauna .secLoyly .fl, .saunaspa .secSaunaspa .secSauna .secLoyly .fr {
    float: none;
  }
  .saunaspa .secSaunaspa .secSauna .secLoyly .img {
    margin-bottom: 4%;
  }
  .saunaspa .secSaunaspa .secSauna .secLoyly .img img {
    float: none;
    width: 100%;
  }
  .saunaspa .secSaunaspa .secSauna .secLoyly .img img + img {
    display: none;
  }
  .saunaspa .secSaunaspa .secSauna .secLoyly dl {
    width: 100%;
  }
  .saunaspa .secSaunaspa .secSauna .secLoyly dl dt {
    font-size: 16px;
    margin-bottom: 2%;
  }
  .saunaspa .secSaunaspa .secSauna .secLoyly dl dd {
    margin-bottom: 4%;
  }
  .saunaspa .secSaunaspa .secSauna .secLoyly dl dd + dt {
    margin-top: 0;
  }
  .saunaspa .secSaunaspa .secSauna .secLoyly .time table {
    width: 100%;
  }
  .saunaspa .secSaunaspa .secSauna .secLoyly .time table th, .saunaspa .secSaunaspa .secSauna .secLoyly .time table td {
    font-size: 11px;
    padding: 4px 3px 4px 4px;
  }
  .saunaspa .secSaunaspa .secSauna .secLoyly .time p {
    margin-top: 2%;
    font-size: 10px;
  }
  .saunaspa .secSaunaspa .secSauna .secLoyly .btn img {
    height: 13px;
    width: auto;
  }
  .saunaspa .secSaunaspa .secSauna .secAmenity table th, .saunaspa .secSaunaspa .secSauna .secAmenity table td {
    font-size: 12px;
    padding: 4px;
  }
  .saunaspa .secSaunaspa .secSauna .secAmenity table th {
    width: 95px !important;
  }
  .saunaspa .secSaunaspa .secSauna .secAmenity table td br {
    display: none;
  }
  .saunaspa#mens .secSaunaspa .secSpaMain .detail dt img {
    height: 15px;
    width: 290px;
  }
  .saunaspa#mens .secSaunaspa .secSpaMain h2 img {
    height: 30px;
    width: 196px;
  }
  .saunaspa#mens .secSaunaspa .secMizu ul + p {
    margin-top: 7px;
  }
  .saunaspa#amza .secSaunaspa .secSpaMain .detail dt img {
    height: 36px;
    width: 200px;
  }
  .saunaspa#amza .secSaunaspa .secSpa .imgList li {
    width: 48% !important;
  }
  .saunaspa#amza .secSaunaspa .secSpa .imgList li .title {
    font-size: 11px !important;
    line-height: 20px !important;
  }
  .saunaspa#amza .secSaunaspa .secSpa .imgList li .img {
    height: 0;
    overflow: hidden;
    padding-top: 67.3913%;
    position: relative;
  }
  .saunaspa#amza .secSaunaspa .secSpa .imgList li .img img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .saunaspa#amza .secSaunaspa .secSpa .imgList li:first-child {
    width: 100% !important;
  }
  .saunaspa#amza .secSaunaspa .secSpa .imgList li:nth-child(3n) {
    clear: none;
  }
  .saunaspa#amza .secSauna .imgList li p br {
    display: none;
  }
  .saunaspa#amza .secSauna .secLoyly .time table {
    margin-top: 4%;
  }
  .saunaspa#ladies .imgList li {
    width: 48% !important;
  }
  .saunaspa#ladies .imgList li .title {
    font-size: 11px !important;
    line-height: 20px !important;
  }
  .saunaspa#ladies .secSauna .secLoyly .time table {
    margin-top: 5%;
  }
  .saunaspa#ladies .secSauna .secBedrock table {
    border: 1px solid #ddd;
    border-width: 0 1px 1px;
  }
  .saunaspa#ladies .secSauna .secBedrock table tbody tr {
    display: block;
    overflow: hidden;
  }
  .saunaspa#ladies .secSauna .secBedrock table tbody th,
  .saunaspa#ladies .secSauna .secBedrock table tbody td:first-child,
  .saunaspa#ladies .secSauna .secBedrock table tbody td:first-child + td {
    border-top: 1px solid #ddd !important;
  }
  .saunaspa#ladies .secSauna .secBedrock table tbody th, .saunaspa#ladies .secSauna .secBedrock table tbody td {
    font-size: 12px;
    padding: 6px 10px 5px !important;
    position: relative;
    line-height: 1.43;
  }
  .saunaspa#ladies .secSauna .secBedrock table tbody th {
    border-top: 1px solid #ddd;
    border-bottom: 0;
    width: 100%;
    z-index: 2;
  }
  .saunaspa#ladies .secSauna .secBedrock table tbody td {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px;
    position: relative;
    width: auto;
  }
  .saunaspa#ladies .secSauna .secBedrock table tbody td.price {
    border-right: 1px solid #ddd;
    float: left;
    font-size: 15px;
    padding: 5px 18px 5px 0;
    width: 95px;
    z-index: 2;
  }
  .saunaspa#ladies .secSauna .secBedrock table tbody td.price + td {
    border-left: 1px solid #ddd;
    margin-left: 94px;
  }
  .saunaspa#ladies .secSauna .secBedrock table.ticket {
    border-width: 2px 3px 3px;
  }
  .saunaspa#ladies .secSauna .secBedrock table.ticket tbody td {
    padding: 6px 10px;
  }
  .saunaspa#ladies .secSauna .secBedrock table.ticket tbody td.price {
    padding: 6px 10px;
    width: 93px;
  }
  .saunaspa#ladies .secSauna .secBedrock table.ticket tbody td.price + td {
    margin-left: 92px;
  }

  .secError .titleWrap .title {
    font-size: 20px !important;
  }
  .secError .secNotFound {
    padding-top: 30px;
  }
  #spa .secError .secNotFound {
    padding-top: 60px;
  }
  .secError .secNotFound .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .secError .secNotFound p {
    font-size: 14px;
  }
  .secError .secNotFound p.comment {
    margin-top: 30px;
  }
  .secError .secNotFound p.link {
    margin-top: 80px;
  }
  .secError .secNotFound p.link a {
    text-decoration: underline;
  }

  .sitemap .secSitemap .secLink {
    margin-top: 20px;
  }
  .sitemap .secSitemap .secLink ul {
    overflow: hidden;
    margin: -10px 0 0 0;
  }
  .sitemap .secSitemap .secLink ul li {
    border-bottom: 1px dotted #ddd;
    float: none;
    margin: 0;
    width: 100% !important;
  }
  .sitemap .secSitemap .secLink ul li a {
    font-size: 14px;
    padding: 10px 0;
  }
}
.company .titleWrap {
  background: url("../images/company/bg-title.png") no-repeat top center #000000;
}
.company .titleWrap .title {
  line-height: 210px;
}
.company .secDetail,
.company .secSpa {
  margin-top: 35px;
}
.company .note {
  font-size: 12px;
}

.pointcard .titleWrap .title {
  line-height: 90px;
}
.pointcard .bgImage {
  background: url("../images/pointcard/bg-contents.png") no-repeat top right;
  width: 1080px;
  margin: 0 auto;
}
.pointcard .topText {
  padding-top: 70px;
  text-align: center;
}
.pointcard .imgTitle {
  background: url("../images/pointcard/bg-line.png") no-repeat bottom;
  background-size: 100% 2px;
  margin-bottom: 30px;
  padding: 15px;
  text-align: center;
}
.pointcard .secDetail {
  margin-top: 35px;
}
.pointcard .secDetail .imageList {
  text-align: center;
}
.pointcard .secDetail .imageList li {
  display: inline;
  margin: 0 10px 0 0;
}
.pointcard .secDetail .imageList li:last-child {
  margin: 0;
}
.pointcard .secDetail .table-min {
  width: 49%;
}
.pointcard .secDetail .table-min th,
.pointcard .secDetail .table-min td {
  text-align: center;
  width: 50%;
}
.pointcard .secDetail .table-min td:nth-of-type(1) {
  font-weight: bold;
}
.pointcard .titlePoint {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.pointcard .annotation {
  margin-top: 10px;
}
.pointcard .secUse {
  margin-bottom: 30px;
}
.pointcard .secUse .min-hWrap {
  border-bottom: dotted 1px #dddddd;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.pointcard .secUse p {
  text-indent: 1em;
}
.pointcard .secUse .oneList {
  margin-top: 10px;
}
.pointcard .tr {
  margin-top: 15px;
}

.restaurant .secRestaurant iframe {
  margin-bottom: 15px;
}
.restaurant .secRestaurant.left table th {
  text-align: left !important;
}
.restaurant .secRestaurant.left table td {
  text-align: left !important;
}
.restaurant .secRestaurant .mainText {
  font-size: 26px;
  font-weight: bold;
  margin: 28px 0 30px;
}
.restaurant .secRestaurant .posBox .subTitle:before {
  width: 80px;
}
.restaurant .secRestaurant .posBox table.table-min tbody th {
  width: 190px;
}
.restaurant .secRestaurant table.table-min tbody th,
.restaurant .secRestaurant table.table-min tbody td {
  padding: 13px 10px;
  vertical-align: top;
}
.restaurant .secRestaurant table.table-min tbody th span,
.restaurant .secRestaurant table.table-min tbody td span {
  font-size: 12px;
  display: block;
}
.restaurant .secRestaurant table.table-min tbody th {
  border-top: 1px solid #dddddd;
  text-align: center;
}
.restaurant .secRestaurant .secBusiness {
  margin-bottom: 15px;
}
.restaurant .secRestaurant .secBusiness .posBox {
  width: 340px;
}
.restaurant .secRestaurant .secBusiness table.table-time {
  width: 100%;
}
.restaurant .secRestaurant .secBusiness table.table-time th {
  width: 120px;
}
.restaurant .secRestaurant .secDetail {
  margin-bottom: 35px;
}

.restaurant .secRestaurant .secDetail div.menubtn {
  width: 350px;
	margin: 0 auto;
}

.restaurant .secRestaurant .secDetail div.menubtn span {
	font-size: 70%;
}

.restaurant .secRestaurant .secDetail h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.restaurant .secRestaurant .secDetail table {
  margin-bottom: 20px;
}

.restaurant .secRestaurant .secDetail table caption.cen{
	text-align: center;
	background-color: #f5f1e8;
}

.restaurant .secRestaurant .secDetail table th,
.restaurant .secRestaurant .secDetail table td {
  vertical-align: top;
  padding: 13px 10px;
}
.restaurant .secRestaurant .secDetail table.table-menu tr td:nth-of-type(1) {
  font-size: 18px;
  text-align: right;
}
.restaurant .secRestaurant .secDetail table.table-menu tr td:nth-of-type(1) span {
  font-size: 12px;
}
.restaurant .secRestaurant .secDetail table.table-menu tr.long td:nth-of-type(1) {
  width: 165px;
}
.restaurant .secRestaurant .secDetail table.table-menu tr.long td:nth-of-type(2) {
  border-top: dotted 1px #dddddd;
  border-left: none;
}
.restaurant .secRestaurant .secDetail .menuSummer {
  margin-top: 35px;
}
.restaurant .secRestaurant .secDetail .menuSummer .posBox {
  width: 700px;
}

.restaurant .secRestaurant .secDetail .menuSummer div.osusume {
  width: 340px;
	margin: 0 5px;
	float: left;
}

.restaurant .secRestaurant .secDetail .menuSummer table.table-min {
  width: 100% !important;
}
.restaurant .secRestaurant .secDetail .menuSummer table.table-min td {
  font-size: 18px;
  text-align: right;
}
.restaurant .secRestaurant .secDetail .menuNormal {
  margin-top: 15px;
}
.restaurant .secRestaurant .secDetail .menuNormal table td:nth-of-type(1) {
  font-size: 18px;
  text-align: right;
  width: 110px;
}
.restaurant .secRestaurant .secDetail .menuNormal table td:nth-of-type(2) {
  margin-bottom: 15px;
}

.restaurant .secRestaurant .secDetail .menuNormal tbody.morning td:nth-of-type(1) {
  text-align: left;
  width: 50%;
}
.restaurant .secRestaurant .secDetail .menuNormal tbody.morning td:nth-of-type(2) {
  margin-bottom: 15px;
}

.restaurant .secRestaurant .secDetail .menuNormal table td span {
  font-size: 12px;
}
.restaurant .secRestaurant .secDetail .btnDetail li {
  float: left;
}
.restaurant .secRestaurant .secDetail .btnDetail li:first-child {
  width: 340px;
  margin-right: 15px;
}
.restaurant .secRestaurant .secDetail .btnDetail li:last-child {
  line-height: 50px;
}
.restaurant .secRestaurant .secDetail .menuPhoto li {
  float: right;
  width: 340px;
}
.restaurant .secRestaurant .secDetail .menuPhoto li:last-child {
  float: left;
}
.restaurant .secRestaurant .secDetail .menuPhoto-min {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.restaurant .secRestaurant .secDetail .menuPhoto-min li {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
}
.restaurant .secRestaurant .secDetail .menuPhoto-min li:last-child {
  margin: 0;
}
.restaurant .secRestaurant .secDetail .menuPhoto-min li p {
  background: url(../images/restaurant/bg-gray50.png) repeat 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  width: 220px;
}
.restaurant#mens .secRestaurant table.table-menu tr td:nth-of-type(1) {
  text-align: right !important;
}

.restaurant#mens .secRestaurant table.table-menu tbody.morning tr td:nth-of-type(1) {
  text-align: center !important;
	font-size: 15px;
}
.restaurant#mens .secRestaurant table.table-menu tbody.morning tr td:nth-of-type(2) {
  text-align: center !important;
	font-size: 15px;
}
.restaurant#ladies .photo {
  margin-bottom: 15px;
}

.access .secAccess .secDetail {
  margin-top: 35px;
}
.access .secAccess .secDetail .text {
  margin-bottom: 35px;
}
.access .secAccess .secDetail .text span {
  font-size: 12px;
}
.access .secAccess .secDetail h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.access .secAccess .secDetail table {
  margin-bottom: 20px;
}
.access .secAccess .secDetail table th,
.access .secAccess .secDetail table td {
  vertical-align: top;
  padding: 13px 10px;
}
.access .secAccess .secDetail table th {
  background: #f5f1e8;
  text-align: center;
  width: 170px;
}
.access .secAccess .secDetail table td[colspan] {
  background: #fff !important;
}
.access .secAccess .secDetail table td:nth-of-type(1) {
  background: #f4f4f4;
  width: 170px;
}
.access .secAccess .secDetail table td span {
  font-size: 12px;
}
.access .secAccess .secDetail table.ladies td:nth-of-type(1) {
  background: #ffffff;
  width: auto;
}
.access .secAccess .secDetail table.table-parking caption {
  background: none;
  border: none;
  padding: 0;
}
.access .secAccess .secDetail table.table-parking caption span + span {
  float: right;
}
.access .secAccess .secDetail table.table-parking caption a {
  pointer-events: none;
}
.access .secAccess .secDetail table.table-parking th, .access .secAccess .secDetail table.table-parking td {
  padding: 8px 10px;
  width: auto !important;
}
.access .secAccess .secDetail table.table-parking .max th {
  background: #f4f4f4 !important;
}
.access .secAccess .secDetail table.table-parking .other span.attention {
  color: #cc3333;
  display: block;
}
.access .secAccess .secDetail table.table-parking .img {
  border-right: none;
  text-align: center;
}
.access .secAccess .secDetail table.table-parking .imgTxt {
  border-left: none;
  vertical-align: middle;
}
.access .secAccess .secDetail .servicePhoto {
  text-align: center;
}
.access .secAccess .secDetail .servicePhoto > li {
  float: left;
  margin: 0 10px 0 0;
  width: 220px;
}
.access .secAccess .secDetail .servicePhoto > li:last-child {
  margin: 0;
}
.access .secAccess .secDetail .servicePhoto > li .caption {
  background: #eeeeee;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
}
.access .secAccess .secDetail .servicePhoto > li .btns {
  margin-top: 10px;
  overflow: hidden;
}
.access .secAccess .secDetail .servicePhoto > li .btns li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  width: 50%;
}
.access .secAccess .secDetail .servicePhoto > li .btns li a {
  font-size: 14px;
  display: inline-block;
}
.access .secAccess .secDetail .servicePhoto > li .btns li:first-child .btnMens {
  border-right: 1px solid #302926;
}
.access .secAccess .secDetail .servicePhoto > li .btns li:first-child .btnAmza {
  border-right: 1px solid #000033;
}
.access .secAccess .secDetail .servicePhoto > li .btns li:first-child .btnLadies {
  border-right: 1px solid #ab1947;
}
.access .secAccess .secDetail .servicePhoto > li .btns li:first-child a {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
}
.access .secAccess .secDetail .servicePhoto > li .btns li:last-child .btnMens {
  border-left: 1px solid #877771;
}
.access .secAccess .secDetail .servicePhoto > li .btns li:last-child .btnAmza {
  border-left: 1px solid #31587f;
}
.access .secAccess .secDetail .servicePhoto > li .btns li:last-child .btnLadies {
  border-left: 1px solid #df4575;
}
.access .secAccess .secDetail .servicePhoto > li .btns li:last-child a {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
}
.access .secAccess .secDetail .iconList {
  float: left;
  left: 50%;
  margin: 0;
  position: relative;
}
.access .secAccess .secDetail .iconList li {
  float: left;
  font-weight: bold;
  left: -50%;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
.access .secAccess .secDetail .iconList.facility li {
  margin-right: 15px;
}
.access .secAccess .secDetail .iconList.facility li:last-child {
  margin-right: 0;
}
.access .secAccess .secDetail .iconList.payment {
  margin-top: 15px;
}
.access .secAccess .secDetail .iconList.payment li {
  margin: 0 25px 25px 25px;
}
.access .secAccess .secDetail .iconList.payment li:nth-child(7n+1) {
  clear: both;
}
.access .secAccess .secAccessmap #tab_access {
  overflow: hidden;
}
.access .secAccess .secAccessmap #tab_access img {
  vertical-align: bottom;
}
.access .secAccess .secAccessmap #tab_access li {
  float: left;
  width: 340px;
  margin-right: 20px;
  padding-bottom: 15px;
}
.access .secAccess .secAccessmap #tab_access li.active {
  padding-bottom: 0;
}
.access .secAccess .secAccessmap #tab_access li.active a {
  pointer-events: none;
  position: relative;
  color: #ffffff;
  display: block;
  border: none;
}
.access .secAccess .secAccessmap #tab_access li.active a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(85, 73, 68, 0);
  border-width: 10px;
  margin-left: -10px;
}
.access .secAccess .secAccessmap #tab_access li:last-child {
  margin: 0;
}
.access .secAccess .secAccessmap #tab_access.mens li.active a {
  background: #554944;
}
.access .secAccess .secAccessmap #tab_access.mens li.active a:after {
  border-top-color: #554944;
}
.access .secAccess .secAccessmap #tab_access.amza li.active a {
  background: #003366;
}
.access .secAccess .secAccessmap #tab_access.amza li.active a:after {
  border-top-color: #003366;
}
.access .secAccess .secAccessmap #tab_access.ladies li.active a {
  background: #d51b55;
}
.access .secAccess .secAccessmap #tab_access.ladies li.active a:after {
  border-top-color: #d51b55;
}
.access .secAccess .secAccessmap #map_box #map iframe,
.access .secAccess .secAccessmap #map_box #map #layerMap,
.access .secAccess .secAccessmap #area_box #map iframe,
.access .secAccess .secAccessmap #area_box #map #layerMap {
  height: 360px;
  width: 100%;
}
.access .secAccess .secAccessmap #map_box .btnApp,
.access .secAccess .secAccessmap #area_box .btnApp {
  display: none;
}
.access .secAccess .secAccessmap #map_box .how,
.access .secAccess .secAccessmap #area_box .how {
  margin-top: 18px;
  overflow: hidden;
}
.access .secAccess .secAccessmap #map_box .how.mens dl.train > dt,
.access .secAccess .secAccessmap #area_box .how.mens dl.train > dt {
  background-image: url(../images/access/icon-train-mens.png);
}
.access .secAccess .secAccessmap #map_box .how.mens dl.car > dt,
.access .secAccess .secAccessmap #area_box .how.mens dl.car > dt {
  background-image: url(../images/access/icon-car-mens.png);
}
.access .secAccess .secAccessmap #map_box .how.mens dl.bus,
.access .secAccess .secAccessmap #area_box .how.mens dl.bus {
  float: right;
}
.access .secAccess .secAccessmap #map_box .how.mens dl.bus > dt,
.access .secAccess .secAccessmap #area_box .how.mens dl.bus > dt {
  background-image: url(../images/access/icon-bus-mens.png);
}
.access .secAccess .secAccessmap #map_box .how.amza dl.train > dt,
.access .secAccess .secAccessmap #area_box .how.amza dl.train > dt {
  background-image: url(../images/access/icon-train-amza.png);
}
.access .secAccess .secAccessmap #map_box .how.amza dl.car,
.access .secAccess .secAccessmap #area_box .how.amza dl.car {
  float: right;
}
.access .secAccess .secAccessmap #map_box .how.amza dl.car > dt,
.access .secAccess .secAccessmap #area_box .how.amza dl.car > dt {
  background-image: url(../images/access/icon-car-amza.png);
}
.access .secAccess .secAccessmap #map_box .how.amza dl.bus,
.access .secAccess .secAccessmap #area_box .how.amza dl.bus {
  margin-top: 20px;
}
.access .secAccess .secAccessmap #map_box .how.amza dl.bus > dt,
.access .secAccess .secAccessmap #area_box .how.amza dl.bus > dt {
  background-image: url(../images/access/icon-bus-amza.png);
}
.access .secAccess .secAccessmap #map_box .how.ladies dl,
.access .secAccess .secAccessmap #area_box .how.ladies dl {
  width: 100%;
}
.access .secAccess .secAccessmap #map_box .how.ladies dl.train > dt,
.access .secAccess .secAccessmap #area_box .how.ladies dl.train > dt {
  background-image: url(../images/access/icon-train-ladies.png);
}
.access .secAccess .secAccessmap #map_box .how.ladies dl.car,
.access .secAccess .secAccessmap #area_box .how.ladies dl.car {
  float: right;
}
.access .secAccess .secAccessmap #map_box .how.ladies dl.car > dt,
.access .secAccess .secAccessmap #area_box .how.ladies dl.car > dt {
  background-image: url(../images/access/icon-car-ladies.png);
}
.access .secAccess .secAccessmap #map_box .how.ladies dl.bus,
.access .secAccess .secAccessmap #area_box .how.ladies dl.bus {
  margin-top: 20px;
}
.access .secAccess .secAccessmap #map_box .how.ladies dl.bus > dt,
.access .secAccess .secAccessmap #area_box .how.ladies dl.bus > dt {
  background-image: url(../images/access/icon-bus-ladies.png);
}
.access .secAccess .secAccessmap #map_box .how > dl,
.access .secAccess .secAccessmap #area_box .how > dl {
  float: left;
  width: 340px;
}
.access .secAccess .secAccessmap #map_box .how > dl > dt,
.access .secAccess .secAccessmap #area_box .how > dl > dt {
  background-position: 0 center;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 13px;
  padding-left: 40px;
}
.access .secAccess .secAccessmap #map_box .how > dl > dd span.fb,
.access .secAccess .secAccessmap #area_box .how > dl > dd span.fb {
  font-weight: bold;
}
.access .secAccess .secAccessmap #map_box .how > dl > dd dl,
.access .secAccess .secAccessmap #area_box .how > dl > dd dl {
  margin-top: 10px;
}
.access .secAccess .secAccessmap #map_box .how > dl > dd .btn,
.access .secAccess .secAccessmap #area_box .how > dl > dd .btn {
  margin-top: 20px;
}
.access .secAccess .secAccessmap #map_box .how > dl > dd .btn a,
.access .secAccess .secAccessmap #area_box .how > dl > dd .btn a {
  background: #fff;
  border: 1px solid #ddd;
  border-width: 1px 1px 3px 1px;
  color: #333;
  font-size: 16px;
}
.access .secAccess .secAccessmap #map_box .how > dl > dd .btn a span,
.access .secAccess .secAccessmap #area_box .how > dl > dd .btn a span {
  background: url(../images/common/icon-blank-mens.png) no-repeat right center;
  padding-right: 26px;
}
.access .secAccess .secAccessmap #area_box {
  display: none;
}
.access .secAccess .secRules {
  margin-top: 35px;
}
.access .secAccess .secRules ul li {
  padding-left: 1em;
  position: relative;
}
.access .secAccess .secRules ul li:before {
  content: '\30FB';
  left: 0;
  position: absolute;
  top: 0;
}

.stay .secStay .titleWrap.mens {
  background: url("../images/stay/bg-title-mens.png") no-repeat top center #554944 !important;
}
.stay .secStay .titleWrap.amza {
  background: url("../images/stay/bg-title-amza.png") no-repeat top center #367dc3 !important;
}
.stay .secStay .titleWrap .title {
  line-height: 205px !important;
}
.stay .secStay .titleWrap .title span {
  font-size: 20px;
}
.stay .secStay .mainText {
  margin-bottom: 15px;
}
.stay .secStay .secDetail {
  margin-top: 35px;
}
.stay .secStay .secReserve .photo {
  float: left;
}
.stay .secStay .secReserve .detail {
  float: right;
  width: 460px;
}
.stay .secStay .secReserve .detail ol {
  margin-top: 4px;
}
.stay .secStay .secReserve .detail ol li {
  margin-top: 6px;
}
.stay .secStay .secReserve .detail .attention {
  font-size: 12px;
}
.stay .secStay .secReserve .detail .iconList {
  margin-top: 30px;
}
.stay .secStay .secReserve .detail .iconList li {
  float: left;
  margin: 0 20px 20px 0;
  width: 70px;
}
.stay .secStay .secReserve .detail .iconList li:last-child {
  margin-right: 0;
}
.stay .secStay .secReserve .detail .iconList li p {
  margin-top: 15px;
  text-align: center;
}
.stay .secStay .secReserve .detail p.btn.btnBasic a {
  border: 1px solid #48731d;
  border-width: 1px 1px 3px;
  color: #ffffff;
  font-size: 20px;
  width: 340px;
}
.stay .secStay .secReserve .detail p.btn.btnBasic a:active {
  border-width: 3px 1px 1px;
}
.stay .secStay .secReserve .detail p.btn.btnBasic.mens a {
  background-color: #60912f;
  border-color: #48731d;
}
.stay .secStay .secReserve .detail p.btn.btnBasic.amza a {
  background-color: #990000;
  border-color: #660000;
}
.stay .secStay .planBtn {
  padding: 20px 10px;
  margin: 40px 0 0 0;
}
.stay .secStay .planBtn.mens {
  background: url(../images/stay/bg-plan-mens.png) no-repeat bottom #d6ccc0;
}
.stay .secStay .planBtn.amza {
  background: url(../images/stay/bg-plan-amza.png) no-repeat bottom right #daf3ff;
}
.stay .secStay .planBtn .btnSet {
  margin: 18px 0 0 0;
}
.stay .secStay .planBtn .btnSet li {
  float: left;
  margin-right: 10px;
  width: 300px;
}
.stay .secStay .planBtn .btnSet li:last-child {
  margin-right: 0;
}
.stay .secStay .planBtn .btnSet li p.btn a {
  padding: 13px;
}
.stay .secStay .secOther {
  margin-top: 34px;
}
.stay .secStay .secOther .otherTitle {
  margin-bottom: 32px;
}
.stay .secStay .secOther .imgList {
  margin: 0 -20px -26px 0;
  overflow: hidden;
  position: relative;
}
.stay .secStay .secOther .imgList li {
  float: left;
  margin: 0 20px 26px 0;
  width: 300px;
}
.stay .secStay .secOther .imgList li .img {
  position: relative;
}
.stay .secStay .secOther .imgList li .img img {
  width: 100%;
}
.stay .secStay .secOther .imgList li .title {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  left: 0;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.ie8 .stay .secStay .secOther .imgList li .title {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}
.stay .secStay .secOther .imgList li p {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .company .titleWrap {
    background-size: auto 100%;
    min-height: auto;
  }
  .company .titleWrap .title {
    line-height: 150px;
  }
  .company .secDetail {
    margin-top: 20px;
  }
  .company .secSpa {
    margin-top: 20px;
  }
  .company .secSpa .subTitle {
    font-size: 16px;
  }

  .pointcard .bgImage {
    width: 100%;
    background-size: 50% auto;
  }
  .pointcard .topText {
    padding-top: 30px;
    text-align: center;
  }
  .pointcard .imgTitle {
    margin-bottom: 15px;
  }
  .pointcard .secDetail {
    margin-top: 20px;
  }
  .pointcard .secDetail .imageList li {
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
  }
  .pointcard .secDetail .imageList li:last-child {
    margin: 10px 0 0 0;
  }
  .pointcard .titlePoint {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
  }

  .restaurant .photo {
    width: 100%;
  }
  .restaurant .secRestaurant .mainText {
    font-size: 18px;
  }
  .restaurant .secRestaurant .posBox {
    width: 100% !important;
    margin-bottom: 35px;
  }
  .restaurant .secRestaurant .posBox.fl, .restaurant .secRestaurant .posBox.fr {
    float: none;
  }
  .restaurant .secRestaurant table tbody th,
  .restaurant .secRestaurant table tbody td {
    vertical-align: top;
  }
  .restaurant .secRestaurant table tbody.table-min th {
    border-top: 1px solid #dddddd;
    text-align: center;
    width: 120px;
  }
  .restaurant .secRestaurant table.table-menu th {
    padding: 5px 0;
    text-align: center !important;
  }
  .restaurant .secRestaurant table.table-menu tr td:nth-of-type(1) {
    padding: 10px 8px;
  }
  .restaurant .secRestaurant .secDetail h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .restaurant .secRestaurant .secDetail table caption {
    line-height: 1.0;
    padding: 10px 20px;
  }
  .restaurant .secRestaurant .secDetail table caption span {
    display: block;
    margin: 10px 0 0 0;
  }
  .restaurant .secRestaurant .secDetail table.table-min {
    margin-bottom: 30px;
  }
  .restaurant .secRestaurant .secDetail table.table-min tbody th {
    width: 150px !important;
  }
  .restaurant .secRestaurant .secDetail .menuSummer {
    margin-top: 15px;
  }
  .restaurant .secRestaurant .secDetail .menuSummer table.table-min th {
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
  }
  .restaurant .secRestaurant .secDetail .menuSummer table.table-min td {
    font-size: 14px;
  }
  .restaurant .secRestaurant .secDetail .btnDetail li {
    float: none;
  }
  .restaurant .secRestaurant .secDetail .btnDetail li:first-child {
    width: 100%;
    margin-right: 0;
  }
  .restaurant .secRestaurant .secDetail .btnDetail li:last-child {
    line-height: 120%;
    margin-top: 10px;
    text-align: center;
  }
  .restaurant .secRestaurant .secDetail .menuPhoto-min {
    text-align: center;
  }
  .restaurant .secRestaurant .secDetail .menuPhoto-min li {
    float: left;
    margin: 0;
    text-align: center;
    width: 49%;
  }
  .restaurant .secRestaurant .secDetail .menuPhoto-min li img {
    width: 100%;
  }
  .restaurant .secRestaurant .secDetail .menuPhoto-min li:nth-child(2) {
    float: right;
  }
  .restaurant .secRestaurant .secDetail .menuPhoto-min li:nth-child(3) {
    clear: both;
    margin-top: 10px;
  }
  .restaurant .secRestaurant .secDetail .menuPhoto-min li p {
    font-size: 11px;
    line-height: 20px;
    width: 100%;
  }
  .restaurant .secRestaurant .secDetail .menuPhoto li {
    float: none !important;
    text-align: center;
    width: auto;
  }
  .restaurant .secRestaurant .secDetail .menuPhoto li:last-child {
    margin-top: 10px;
    text-align: left;
  }

  .access .titleWrap .title {
    font-size: 20px !important;
  }
  .access .secAccess .secDetail table th,
  .access .secAccess .secDetail table td {
    width: 100% !important;
  }
  .access .secAccess .secDetail table th {
    border: 1px solid #dddddd;
    text-align: center;
  }
  .access .secAccess .secDetail table.table-simple {
    border-bottom: 1px solid #dddddd;
  }
  .access .secAccess .secDetail table.table-simple td {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
  }
  .access .secAccess .secDetail table.table-parking caption {
    line-height: 1.6;
    padding-bottom: 10px;
    text-align: center;
  }
  .access .secAccess .secDetail table.table-parking caption span + span {
    display: block;
    float: none;
  }
  .access .secAccess .secDetail table.table-parking caption a {
    pointer-events: auto;
  }
  .access .secAccess .secDetail table.table-parking th, .access .secAccess .secDetail table.table-parking td {
    font-size: 12px;
    padding: 8px 10px;
  }
  .access .secAccess .secDetail table.table-parking .imgTxt {
    padding: 0 10px 0 0;
  }
  .access .secAccess .secDetail table.table-parking .max th, .access .secAccess .secDetail table.table-parking .max td {
    padding: 8px;
  }
  .access .secAccess .secDetail .servicePhoto {
    margin: 0 auto;
  }
  .access .secAccess .secDetail .servicePhoto > li {
    margin: 0;
    width: 100%;
  }
  .access .secAccess .secDetail .servicePhoto > li img {
    width: 100%;
  }
  .access .secAccess .secDetail .servicePhoto > li h4 {
    margin-bottom: 5px;
  }
  .access .secAccess .secDetail .servicePhoto > li .btns {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .access .secAccess .secDetail .servicePhoto > li .btns li {
    width: 50%;
  }
  .access .secAccess .secDetail .iconList {
    margin-top: 15px;
  }
  .access .secAccess .secDetail .iconList li {
    margin: 0 3% 10px 0;
  }
  .access .secAccess .secDetail .iconList li img {
    width: 45px;
    float: left;
    margin-right: 5px;
  }
  .access .secAccess .secDetail .iconList li p {
    font-size: 10px;
    margin: 5px 0 0 0;
    text-align: left;
  }
  .access .secAccess .secDetail .iconList.facility li {
    margin-right: 3%;
    width: 45%;
  }
  .access .secAccess .secDetail .iconList.facility li:last-child {
    margin-right: 3%;
  }
  .access .secAccess .secDetail .iconList.payment li {
    margin: 0 5% 5% 5%;
    width: 15%;
  }
  .access .secAccess .secDetail .iconList.payment li:nth-child(4n+1) {
    clear: both;
  }
  .access .secAccess .secDetail .iconList.payment li:nth-child(7n+1) {
    clear: none;
  }
  .access .secAccess .secAccessmap #tab_access li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .access .secAccess .secAccessmap #tab_access li:last-child {
    margin-right: 0;
  }
  .access .secAccess .secAccessmap #map_box .btn,
  .access .secAccess .secAccessmap #area_box .btn {
    margin-top: 15px;
  }
  .access .secAccess .secAccessmap #map_box .btnApp,
  .access .secAccess .secAccessmap #area_box .btnApp {
    display: block;
  }
  .access .secAccess .secAccessmap #map_box .how,
  .access .secAccess .secAccessmap #area_box .how {
    margin-top: 10px;
  }
  .access .secAccess .secAccessmap #map_box .how dl,
  .access .secAccess .secAccessmap #area_box .how dl {
    float: none;
    width: 100%;
  }
  .access .secAccess .secAccessmap #map_box .how dl.car, .access .secAccess .secAccessmap #map_box .how dl.bus, .access .secAccess .secAccessmap #map_box .how dl.train,
  .access .secAccess .secAccessmap #area_box .how dl.car,
  .access .secAccess .secAccessmap #area_box .how dl.bus,
  .access .secAccess .secAccessmap #area_box .how dl.train {
    float: none !important;
    margin-top: 20px;
    border-top: 1px dotted #ccc;
    margin-top: 5% !important;
    padding-top: 4%;
  }
  .access .secAccess .secAccessmap #map_box .how dl.car > dt, .access .secAccess .secAccessmap #map_box .how dl.bus > dt, .access .secAccess .secAccessmap #map_box .how dl.train > dt,
  .access .secAccess .secAccessmap #area_box .how dl.car > dt,
  .access .secAccess .secAccessmap #area_box .how dl.bus > dt,
  .access .secAccess .secAccessmap #area_box .how dl.train > dt {
    background-size: 21px 23px;
    padding-left: 27px;
    margin-bottom: 4%;
    line-height: 23px;
    font-size: 16px;
  }
  .access .secAccess .secAccessmap #map_box .how dl.train,
  .access .secAccess .secAccessmap #area_box .how dl.train {
    border-top: none;
    margin-top: 0px;
    padding-top: 0%;
  }
  .access .secAccess .secAccessmap #map_box .how dl dd span.small,
  .access .secAccess .secAccessmap #area_box .how dl dd span.small {
    font-size: 10px;
  }
  .access .secAccess .secAccessmap #map_box .how dl dd .btn a,
  .access .secAccess .secAccessmap #area_box .how dl dd .btn a {
    font-size: 13px !important;
    padding: 14px 0 11px !important;
  }
  .access .secRules {
    margin-bottom: 20px;
  }

  .stay .secStay .titleWrap {
    background-size: 100%  auto !important;
    min-height: auto;
  }
  .stay .secStay .titleWrap .title {
    line-height: 105px !important;
    font-size: 22px !important;
  }
  .stay .secStay .titleWrap .title span {
    font-size: 16px !important;
  }
  .stay .secStay .secDetail table th {
    width: 115px !important;
    text-align: left;
  }
  .stay .secStay .secReserve .photo {
    float: none;
  }
  .stay .secStay .secReserve .detail {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .stay .secStay .secReserve .detail .iconList {
    margin-top: 15px;
  }
  .stay .secStay .secReserve .detail .iconList li {
    margin: 0 3% 10px 0;
    width: 30%;
  }
  .stay .secStay .secReserve .detail .iconList li img {
    width: 35px;
    float: left;
    margin-right: 5px;
  }
  .stay .secStay .secReserve .detail .iconList li p {
    font-size: 10px;
    margin: 5px 0 0 0;
    text-align: left;
  }
  .stay .secStay .secReserve .detail p.btn.btnBasic a {
    font-size: 15px;
    padding: 11px 0;
    width: 100%;
  }
  .stay .secStay .planBtn .btnSet li {
    float: none;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .stay .secStay .planBtn .btnSet li img {
    height: 18px;
  }
  .stay .secStay .secOther .otherTitle {
    margin-bottom: 4%;
  }
  .stay .secStay .secOther .otherTitle img {
    width: 50%;
  }
  .stay .secStay .secOther .imgList {
    margin: 0;
  }
  .stay .secStay .secOther .imgList li {
    margin: 0 3% 3% 0;
    width: 47%;
  }
  .stay .secStay .secOther .imgList li .img .title {
    width: 100%;
    font-size: 11px;
    padding: 2px 0 3px;
  }
	.restaurant .secRestaurant .secDetail div.menubtn {
		width: 100%;
	}
}
.secFaq .faqList {
  background: #fff;
  border: 1px solid #ddd;
}
.secFaq .faqList dt, .secFaq .faqList dd > div {
  background-repeat: no-repeat;
  background-position: 15px 15px;
  padding: 15px 15px 14px 43px;
  position: relative;
}
.secFaq .faqList dt {
  -moz-transition: border-bottom-color 0.5s;
  -o-transition: border-bottom-color 0.5s;
  -webkit-transition: border-bottom-color 0.5s;
  transition: border-bottom-color 0.5s;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #ddd;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
  padding-right: 40px;
}
.secFaq .faqList dt:first-child {
  border-top: 0;
}
.secFaq .faqList dt:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 7px;
  margin-top: -3px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 11px;
}
.secFaq .faqList dt.active {
  border-bottom-color: #ddd;
}
.secFaq .faqList dt.active:after {
  content: ' ';
  margin-top: -5px;
}
.secFaq .faqList dd > div {
  background-color: #fffbec;
  font-size: 14px;
  line-height: 1.43;
  padding-top: 14px;
}
#mens .secFaq .faqList dt {
  background-image: url(../images/faq/ico-q-mens_pc.png);
}
#mens .secFaq .faqList dt:after {
  background-image: url(../images/faq/bg-arrow-mens_pc.png);
}
#mens .secFaq .faqList dt.active:after {
  background-image: url(../images/faq/bg-arrow-active-mens_pc.png);
}
#mens .secFaq .faqList dd > div {
  background-image: url(../images/faq/ico-a-mens_pc.png);
}
#amza .secFaq .faqList dt {
  background-image: url(../images/faq/ico-q-amza_pc.png);
}
#amza .secFaq .faqList dt:after {
  background-image: url(../images/faq/bg-arrow-amza_pc.png);
}
#amza .secFaq .faqList dt.active:after {
  background-image: url(../images/faq/bg-arrow-active-amza_pc.png);
}
#amza .secFaq .faqList dd > div {
  background-image: url(../images/faq/ico-a-amza_pc.png);
}
#ladies .secFaq .faqList dt {
  background-image: url(../images/faq/ico-q-ladies_pc.png);
}
#ladies .secFaq .faqList dt:after {
  background-image: url(../images/faq/bg-arrow-ladies_pc.png);
}
#ladies .secFaq .faqList dt.active:after {
  background-image: url(../images/faq/bg-arrow-active-ladies_pc.png);
}
#ladies .secFaq .faqList dd > div {
  background-image: url(../images/faq/ico-a-ladies_pc.png);
}

.secInformation .txt {
  margin-top: 20px;
}
.secInformation article .data:before, .secInformation article .data:after {
  content: '';
  display: table;
}
.secInformation article .data:after {
  clear: both;
}
.secInformation article .date,
.secInformation article .category {
  display: inline-block;
}
.secInformation article .category {
  font-size: 12px;
  margin-left: 12px;
}
.secInformation article .category:before {
  color: #f93;
  content: '\25A0';
  margin-right: 6px;
}
.secInformation .secInformationList .subTitle {
  margin-bottom: 0;
}
.secInformation .secInformationList article a {
  border-bottom: 1px solid #ddd;
  color: #554944;
  display: table;
  width: 100%;
}
.secInformation .secInformationList article a .thumb,
.secInformation .secInformationList article a .detail {
  display: table-cell;
  padding: 20px 0;
  vertical-align: middle;
}
.secInformation .secInformationList article a .thumb {
  width: 31.43%;
}
.secInformation .secInformationList article a .thumb img {
  width: 100%;
}
.secInformation .secInformationList article a .detail {
  padding-top: 22px;
  padding-left: 20px;
}
.secInformation .secInformationList article a .detail > div {
  padding-top: 24px;
  position: relative;
}
.secInformation .secInformationList article a .detail > div .data {
  left: 0;
  position: absolute;
  top: 0;
}
.secInformation .secInformationList article a .detail .title {
  font-size: 22px;
  line-height: 1.37;
}
#amza .secInformation .secInformationList article a .detail .title {
  color: #014181;
}
#ladies .secInformation .secInformationList article a .detail .title {
  color: #d51b55;
}
.secInformation .secInformationDetail .subTitle,
.secInformation .secInformationDetail .data {
  margin-bottom: 20px;
}
.secInformation .secInformationDetail .sns {
  float: right;
  height: 20px;
}
.secInformation .secInformationDetail .sns li {
  float: left;
}
.secInformation .secInformationDetail .sns li.twitter {
  overflow: hidden;
  width: 105px;
}
.secInformation .secInformationDetail .sns li.twitter .twitter-share-button {
  width: auto !important;
}
.secInformation .secInformationDetail .sns li.facebook {
  position: relative;
  top: -1px;
}
.secInformation .secInformationDetail .sns li.line {
  margin-left: 15px;
}
.secInformation .secInformationDetail .body {
  word-break: break-all;
}
.secInformation .secInformationDetail .body * {
  max-width: 100%;
}
.secInformation .secInformationDetail .body *:last-child {
  margin-bottom: 0 !important;
}
.secInformation .secInformationDetail .body div:empty {
  height: 1.5em;
  margin: 0;
}
.secInformation .secInformationDetail .body h1, .secInformation .secInformationDetail .body h2, .secInformation .secInformationDetail .body h3, .secInformation .secInformationDetail .body h4, .secInformation .secInformationDetail .body h5, .secInformation .secInformationDetail .body h6 {
  margin: 1.2em 0 0;
}
.secInformation .secInformationDetail .body h1, .secInformation .secInformationDetail .body h2 {
  font-size: 20px;
}
.secInformation .secInformationDetail .body h3 {
  font-size: 18px;
}
.secInformation .secInformationDetail .body h4 {
  font-size: 16px;
}
.secInformation .secInformationDetail .body h5 {
  font-size: 15px;
}
.secInformation .secInformationDetail .body h6 {
  font-size: 14px;
}
.secInformation .secInformationDetail .body p {
  margin-top: 0.8em;
  word-break: break-all;
  font-size: 1.1rem;
  line-height: 2;
  padding: 0 1em;
}
.secInformation .secInformationDetail .body img {
  display: block;
  height: auto !important;
  margin: 18px auto;
}
.secInformation .secInformationDetail .body img:first-child {
  margin-top: 0;
}
.secInformation .secInformationDetail .body img + * {
  margin-top: 0;
}
.secInformation .secOther {
  border: 1px solid #ddd;
  margin-top: 30px;
  padding-bottom: 6px;
}
.secInformation .secOther > .title {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  margin-bottom: 2px;
  padding: 14px 15px 13px 35px;
  position: relative;
}
.secInformation .secOther > .title:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-width: 16px 0;
  content: '';
  display: block;
  height: 100%;
  left: 19px;
  position: absolute;
  top: 0;
  width: 3px;
}
#mens .secInformation .secOther > .title:before {
  background: #554944;
}
#amza .secInformation .secOther > .title:before {
  background: #014181;
}
#ladies .secInformation .secOther > .title:before {
  background: #d51b55;
}
.secInformation .secOther article {
  margin: 0 19px;
  position: relative;
}
.secInformation .secOther article a {
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
}
#mens .secInformation .secOther article a {
  background-image: url(../images/information/bg-pager-next-mens_pc.png);
}
#amza .secInformation .secOther article a {
  background-image: url(../images/information/bg-pager-next-amza_pc.png);
}
#ladies .secInformation .secOther article a {
  background-image: url(../images/information/bg-pager-next-ladies_pc.png);
}
.secInformation .secOther article .date {
  color: #333;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 15px;
}
.secInformation .secOther article .title {
  color: #554944;
  font-weight: normal;
  line-height: 1.4;
  padding: 16px 18px 14px 116px;
  width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#amza .secInformation .secOther article .title {
  color: #014181;
}
#ladies .secInformation .secOther article .title {
  color: #d51b55;
}
.secInformation .secOther article + article {
  border-top: 1px dotted #ddd;
}

.secReserve .reserve01 {
  margin: 0 -20px 40px 0;
  overflow: hidden;
  position: relative;
}
.secReserve .reserve01 li {
  float: left;
  margin-right: 20px;
}

.secReserve .reserve01 li.bestprice {
	margin-bottom: 20px;
}

.secReserve .reserve02 {
  margin-bottom: 27px;
  overflow: hidden;
}
.secReserve .reserve02 .btn a {
  padding: 15px 0 16px;
}
.secReserve .reserve02 .reserve,
.secReserve .reserve02 .ticket {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 90px;
  width: 50%;
}
.secReserve .reserve02 .reserve {
  background: #fff;
  border: 1px solid #eee;
  border-width: 1px 0 1px 1px;
  overflow: hidden;
  padding: 18px 24px 0 20px;
}
.secReserve .reserve02 .reserve .btn {
  float: right;
  margin-top: 1px;
  width: 140px;
}
.secReserve .reserve02 .reserve .tel {
  float: left;
}
.secReserve .reserve02 .ticket {
  background: #e7e0d0;
  padding: 20px 20px 0 41px;
  position: relative;
}
#amza .secReserve .reserve02 .ticket {
  background: #daf3ff;
}
.secReserve .reserve02 .ticket:before {
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e7e0d0 transparent transparent;
  content: '';
  display: block;
  left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
#amza .secReserve .reserve02 .ticket:before {
  border-color: transparent #daf3ff transparent transparent;
}
.secReserve .reserve02 .ticket .txt {
  float: left;
  margin-top: 4px;
}
.secReserve .reserve02 .ticket .btn {
  float: right;
  width: 200px;
}
.secReserve .reserve02 .note {
  clear: both;
  font-size: 13px;
  padding-top: 7px;
}
.secReserve .reserve02 .note a {
  color: #666;
  text-decoration: underline;
}
.secReserve .bnr {
  margin-bottom: 40px;
}
.secReserve .secRegister {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: table;
  margin-bottom: 40px;
  min-height: 170px;
  width: 100%;
}
.secReserve .secRegister .btn a {
  padding: 15px 0 16px;
}
.secReserve .secRegister .register,
.secReserve .secRegister .registered {
  display: table-cell;
  vertical-align: top;
}
.secReserve .secRegister .register {
  padding: 0 15px 23px;
  text-align: center;
  z-index: 2;
}
.secReserve .secRegister .register .title {
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 0;
  background: #eee;
  font-size: 18px;
  margin: -1px -16px 14px;
  padding: 18px 15px 14px;
  position: relative;
}
.secReserve .secRegister .register .note {
  color: #666;
  font-size: 12px;
}
.secReserve .secRegister .register .btn {
  margin: 15px auto 0;
  width: 280px;
}
.secReserve .secRegister .registered {
  border-left: 1px solid #ddd;
  width: 469px;
}
.secReserve .secRegister .registered .change,
.secReserve .secRegister .registered .remind {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 109px;
  padding: 15px 248px 15px 24px;
  position: relative;
  width: 100%;
}
.secReserve .secRegister .registered .change .table,
.secReserve .secRegister .registered .remind .table {
  display: table;
  height: 100%;
  width: 100%;
}
.secReserve .secRegister .registered .change .table .cell,
.secReserve .secRegister .registered .remind .table .cell {
  display: table-cell;
  vertical-align: middle;
}
.secReserve .secRegister .registered .change .btn,
.secReserve .secRegister .registered .remind .btn {
  margin-top: -26px;
  position: absolute;
  right: 19px;
  top: 50%;
  width: 210px;
}
.secReserve .secRegister .registered .change {
  top: 0;
}
.secReserve .secRegister .registered .remind {
  border-top: 1px dotted #ddd;
  bottom: 0;
}
.secReserve .secAttention ul li {
  padding-left: 1em;
  position: relative;
}
.secReserve .secAttention ul li + li {
  margin-top: 9px;
}
.secReserve .secAttention ul li:before {
  content: '\30FB';
  left: 0;
  position: absolute;
  top: 0;
}
.secReserve .secAttention .cancel {
  background: #eee;
  display: table;
  margin-top: 35px;
  width: 100%;
}
.secReserve .secAttention .cancel > p {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
}
.secReserve .secAttention .cancel .txt {
  background: url(../images/reserve/ico-attention_pc.png) no-repeat 19px 17px;
  color: #666;
  padding-left: 67px;
}
.secReserve .secAttention .cancel .tel {
  border: 1px solid #fff;
  border-width: 0 0 0 1px;
  text-align: center;
  width: 419px;
}

.secMail .secMembership .subTitle {
  margin-bottom: 15px;
}
.secMail .secMembership ol {
  margin-right: -20px;
  overflow: hidden;
  position: relative;
}
.secMail .secMembership ol li {
  float: left;
  margin: 0 20px 27px 0;
}
.secMail .secMembership .form-group {
  background: #eee;
  margin-top: 13px;
  overflow: hidden;
  padding: 20px 20px 18px;
}
.secMail .secMembership .form-group input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  float: left;
  padding: 5px 8px;
  width: 460px;
}
.secMail .secMembership .form-group ul.btn {
  float: right;
  overflow: hidden;
}
.secMail .secMembership .form-group ul.btn button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 0 7px;
}
.secMail .secMembership .form-group ul.btn button.btnBasic {
  color: #999;
}
.secMail .secMembership .form-group ul.btn li {
  float: left;
  margin-left: 5px;
  width: 60px;
}
.secMail .secMembership .form-group ul.btn li:first-child {
  margin-left: 0;
}
.secMail .secProcess {
  margin-top: 40px;
}
.secMail .secProcess .subTitle {
  margin-bottom: 20px;
}
.secMail .secProcess .qrArea {
  margin-bottom: 25px;
  overflow: hidden;
}
.secMail .secProcess .qrArea .qr {
  float: left;
}
.secMail .secProcess .qrArea .textArea {
  margin-top: -0.2em;
  padding-left: 160px;
}
.secMail .secProcess .qrArea a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 13px;
}
#mens .secMail .secProcess .qrArea a {
  background-image: url(../images/common/bg-arrow5-mens.png);
  color: #554944;
}
#amza .secMail .secProcess .qrArea a {
  background-image: url(../images/common/bg-arrow5-amza.png);
  color: #036;
}
#ladies .secMail .secProcess .qrArea a {
  background-image: url(../images/common/bg-arrow5-ladies.png);
  color: #d51b55;
}
.secMail .secProcess section {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-width: 0 1px 1px;
  float: left;
  width: 340px;
}
.secMail .secProcess section + section {
  margin-left: 20px;
}
.secMail .secProcess section .hgroup {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
  background: #eee;
  display: table;
  margin: 0 -1px;
  padding: 0 1px;
  position: relative;
  width: 100%;
}
.secMail .secProcess section .hgroup .title {
  display: table-cell;
  font-size: 18px;
  padding: 10px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.secMail .secProcess section .hgroup .title span {
  display: inline-block;
  padding-left: 27px;
  position: relative;
  text-align: left;
}
.secMail .secProcess section .hgroup .title span img {
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.secMail .secProcess section .hgroup .title:after {
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #eee transparent transparent transparent;
  bottom: -8px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -8px;
  position: absolute;
}
.secMail .secProcess section ol {
  padding: 0 19px 7px;
}
.secMail .secProcess section ol li {
  padding: 15px 0 11px;
}
.secMail .secProcess section ol li + li {
  border-top: 1px dotted #ccc;
}
.secMail .secProcess section ol li .title {
  background: #554944;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  margin-bottom: 7px;
  padding: 0 10px;
}
#amza .secMail .secProcess section ol li .title {
  background: #036;
}
#ladies .secMail .secProcess section ol li .title {
  background: #d51b55;
}
.secMail .secProcess section.secProcess02 .hgroup .title span {
  padding-left: 37px;
}

.secFacilities .imgList {
  margin: 0 -20px -26px 0;
  overflow: hidden;
  position: relative;
}
.secFacilities .imgList li {
  float: left;
  margin: 0 20px 26px 0;
}
.secFacilities .imgList li .img {
  position: relative;
}
.secFacilities .imgList li .img img {
  width: 100%;
}
.secFacilities .imgList li .title {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  left: 0;
  line-height: 1.25;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.ie8 .secFacilities .imgList li .title {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}
.secFacilities .imgList li p {
  margin-top: 16px;
}
.secFacilities .secFloor {
  margin-bottom: 34px;
}
.secFacilities .secFloor .imgList {
  margin-top: 40px;
}
.secFacilities .secFloor .imgList li {
  width: 340px;
}
.secFacilities .secOther .imgList li {
  width: 220px;
}
.secFacilities .secOther .imgList li .title {
  font-size: 14px;
  padding: 6px 0;
}
#ladies .secFacilities .secOther table {
  width: 100%;
}
#ladies .secFacilities .secOther table th, #ladies .secFacilities .secOther table td {
  line-height: 1.43;
  padding: 15px 15px 14px;
}
#ladies .secFacilities .secOther table th {
  border-right: 0;
  width: 168px;
}
#ladies .secFacilities .secOther table td {
  border-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}

.secPrice .pointcard {
  margin-bottom: 40px;
}
.secPrice .pointcard .btn {
  margin-top: 16px;
  width: 340px;
}
.secPrice .opentime {
  margin: 16px auto;
  width: 340px;
}
.secPrice #main section {
  margin-bottom: 40px;
}
.secPrice section:first-child {
  margin-top: 0;
}
.secPrice section .img {
  margin: 5px -20px 0 0;
  overflow: hidden;
  position: relative;
}
.secPrice section .img img {
  float: left;
  margin: 0 20px 20px 0;
}
.secPrice section table thead th {
  background: #f4f4f4 !important;
  border-bottom-width: 0;
  padding: 10px 0 9px;
  width: auto;
}
.secPrice section table thead + tbody tr:first-child th, .secPrice section table thead + tbody tr:first-child td {
  border-top-width: 0;
}
.secPrice section table tbody th, .secPrice section table tbody td {
  line-height: 1.43;
  vertical-align: top;
}
.secPrice section table tbody th span, .secPrice section table tbody td span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.67;
}
.secPrice section table tbody th {
  background: #f5f1e8;
  border-right-width: 0;
  padding: 16px 0 13px;
  width: 158px;
}
.secPrice section table tbody th + td {
  border-left-width: 0;
}
.secPrice section table tbody th span.note {
  font-size: 9px;
  font-weight: normal;
  position: relative;
  top: -3px;
}
.secPrice section table tbody td {
  padding: 15px 15px 14px;
  width: 425px;
}
.secPrice section table tbody td.price {
  font-size: 18px;
  padding: 13px 13px 11px 0;
  text-align: right;
  width: 114px;
}
.secPrice section table tbody td.price + td {
  vertical-align: middle;
}
#ladies .secPrice section table.ticket {
  border: 3px solid #ddd;
}
#ladies .secPrice section table.ticket tbody th {
  color: #d51b55;
  padding-top: 14px;
  padding-bottom: 10px;
  width: 167px;
}
#ladies .secPrice section table.ticket tbody td {
  padding-top: 13px;
  padding-bottom: 11px;
}
#ladies .secPrice section table.ticket tbody td.price {
  padding-top: 11px;
  padding-bottom: 8px;
}
#ladies .secPrice section table tbody th {
  padding-left: 18px;
  text-align: left;
}
#ladies .secPrice section table tbody td.price {
  padding-right: 11px;
  padding-left: 11px;
  text-align: left;
}
#ladies .secPrice section table tbody td.sp {
  display: none;
}
.secPrice section table + p,
.secPrice section table + ul {
  margin-top: 18px;
}
.secPrice section table + table {
  margin-top: 10px;
}
.secPrice section table.table-simple-booth + table.table-simple-booth {
  margin-top: 0px;
}
.secPrice .secStay .plan {
  margin: 28px -20px -20px 0;
  overflow: hidden;
}
.secPrice .secStay .plan li {
  float: left;
  margin: 0 20px 20px 0;
  width: 340px;
}
.secPrice .secStay .plan li .title {
  color: #036;
  font-size: 18px;
  margin-bottom: 5px;
}
.secPrice .secStay .plan li .txt {
  border: 1px solid #ddd;
  border-width: 0 1px 1px;
  line-height: 1.43;
  padding: 12px 13px;
}
.secPrice .secStay .plan li .btn {
  margin: 7px auto 0;
  width: 155px;
}
.secPrice .secStay .plan li .btn a {
  padding: 10px 0 8px;
}
.secPrice .secStay .attention, .secPrice .secSpa .attention {
  border: 1px solid #ddd;
  line-height: 1.43;
  margin-top: 20px;
  padding: 20px;
}
.secPrice .secStay .attention dt, .secPrice .secSpa .attention dt {
  margin-bottom: 4px;
}
.secPrice .secStay .attention dd ul li, .secPrice .secSpa .attention dd ul li {
  padding-left: 1em;
  position: relative;
}
.secPrice .secStay .attention dd ul li:before, .secPrice .secSpa .attention dd ul li:before {
  content: '\30FB';
  left: 0;
  position: absolute;
  top: 0;
}
.secPrice .secStay .attention dd a {
  color: #014181;
}
.secPrice .secStay table .attention, .secPrice .secSpa table .attention {
  border: 0;
  margin: 0;
  padding: 6px 8px 4px;
}
.secPrice .secStay table tbody th.s {
  padding: 8px 0 6px;
}
.secPrice .secStay table tbody th span {
  display: block;
  margin: -2px -10px 0;
}
.secPrice .secStay table ol {
  margin-top: 6px;
}
.secPrice .secStay table ol li + li {
  margin-top: 7px;
}
.secPrice .secStay table .btn {
  margin: 5px auto 6px;
  width: 155px;
}
.secPrice .secStay table .btn a {
  padding: 10px 0 8px;
}
.secPrice .secStay .calender {
  margin-top: 20px;
}
.secPrice .secStay .calender .googlecalender {
  height: 0;
  overflow: hidden;
  padding-top: 500px;
  position: relative;
}
.secPrice .secStay .calender .googlecalender iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.secPrice .secStay .calender dl {
  font-size: 12px;
  margin-top: 10px;
  overflow: hidden;
}
.secPrice .secStay .calender dl dt, .secPrice .secStay .calender dl dd {
  float: left;
  line-height: 24px;
  margin-bottom: 10px;
}
.secPrice .secStay .calender dl dt {
  background: #f2a640;
  color: #fff;
  text-align: center;
  width: 70px;
}
.secPrice .secStay .calender dl dt.b {
  background: #6485f1;
}
.secPrice .secStay .calender dl dt.c {
  background: #e6804d;
}
.secPrice .secStay .calender dl dt.d {
  background: #5CA632;
}
.secPrice .secStay .calender dl dd {
  margin-left: 10px;
  width: 270px;
}
.secPrice .secTicket table thead th:first-child {
  background: none !important;
  border: 0;
  padding: 0;
  position: relative;
}
.secPrice .secTicket table thead th:first-child:before, .secPrice .secTicket table thead th:first-child:after {
  background: #ddd;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
}
.secPrice .secTicket table thead th:first-child:before {
  height: 1px;
  left: 0;
  width: 100%;
}
.secPrice .secTicket table thead th:first-child:after {
  height: 0;
  padding-top: 41px;
  right: 0;
  width: 1px;
}
.secPrice .secTicket table thead th.num {
  border-left-width: 0;
}
.secPrice .secTicket table tbody th {
  width: 178px;
}
.secPrice .secTicket table tbody td {
  padding: 12px 0 11px;
  text-align: center;
  vertical-align: middle;
  width: auto;
}
.secPrice .secTicket table tbody td.num {
  width: 59px;
}
.secPrice .secTicket table tbody td.basis {
  width: 95px;
}
.secPrice .secTicket table tbody td.sale {
  font-size: 14px;
  font-weight: bold;
  padding: 11px 0 8px;
  width: 160px;
}
.secPrice .secTicket table tbody td.remarks {
  font-size: 12px;
  padding: 13px 15px 12px;
  text-align: left;
}
#amza .secPrice .secTicket table tbody th {
  width: 168px;
}
#amza .secPrice .secTicket table tbody td.num {
  width: 99px;
}
#amza .secPrice .secTicket table tbody td.basis {
  width: 214px;
}
#amza .secPrice .secTicket table tbody td.sale {
  width: auto;
}
.secPrice .secPayment img {
  margin-top: 15px;
}
.secPrice .secBedrock .img {
  margin-right: 0;
}
.secPrice .secBedrock .img img {
  float: none;
  margin-right: 0;
  padding: 0;
  width: 100%;
}
.secPrice .secNotes ul li {
  padding-left: 1em;
  position: relative;
}
.secPrice .secNotes ul li:before {
  content: '\30FB';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.secPrice .secNotes ul + p {
  font-size: 12px;
  line-height: 1.67;
  margin-top: 4px;
}

#mens .secRelaxation .titleBgWrap {
  background-image: url(../images/relaxation/bg-title-mens.jpg);
}
#amza .secRelaxation .titleBgWrap {
  background-image: url(../images/relaxation/bg-title-amza.jpg);
}
#ladies .secRelaxation .titleBgWrap {
  background-image: url(../images/relaxation/bg-title-ladies.jpg);
}
.secRelaxation section {
  margin-bottom: 40px;
}
.secRelaxation section .subTitle span {
  font-size: 16px;
}
.secRelaxation section table {
  width: 100%;
}
.secRelaxation section table td {
  width: auto;
}
.secRelaxation section table td dl {
  margin: 13px 0 6px;
}
.secRelaxation section table tbody th, .secRelaxation section table tbody td {
  line-height: 1.43;
  padding: 10px 17px 9px;
  vertical-align: top;
}
.secRelaxation section table tbody th span, .secRelaxation section table tbody td span {
  font-size: 12px;
}
.secRelaxation section table tbody th {
  background: #f5f1e8;
  border-right-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.secRelaxation section table tbody th + td {
  border-left-width: 0;
}
.secRelaxation .relaxationMenu + p {
  margin: 18px 0 40px;
}
.secRelaxation .inner section:first-child {
  margin: 0;
}
#ladies .secRelaxation .inner section:first-child {
  margin-bottom: 35px;
}
.secRelaxation .secOpen {
  overflow: hidden;
}
.secRelaxation .secOpen .left,
.secRelaxation .secOpen .right {
  width: 460px;
}
.secRelaxation .secOpen .left {
  float: left;
}
.secRelaxation .secOpen .right {
  float: right;
}
.secRelaxation .secOpen table th {
  font-size: 14px;
  width: 169px;
}
.secRelaxation .secOpen table + p {
  margin-top: 12px;
}
.secRelaxation .relaxationMenu {
  background: #eee;
  margin-top: 40px;
  overflow: hidden;
}
.secRelaxation .relaxationMenu dt {
  background: #fff;
  float: left;
  line-height: 38px;
  margin: 5px 0 5px 5px;
  padding: 2px 0 0 10px;
  position: relative;
  text-align: center;
}
#mens .secRelaxation .relaxationMenu dt {
  color: #554944;
  width: 75px;
}
#amza .secRelaxation .relaxationMenu dt {
  color: #036;
  width: 186px;
}
.secRelaxation .relaxationMenu dt:after {
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #fff;
  content: '';
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
}
.secRelaxation .relaxationMenu dd {
  float: right;
  width: 825px;
}
#mens .secRelaxation .relaxationMenu dd {
  width: 825px;
}
#amza .secRelaxation .relaxationMenu dd {
  width: 718px;
}
.secRelaxation .relaxationMenu dd ul {
  display: table;
  width: 100%;
}
.secRelaxation .relaxationMenu dd ul li {
  display: table-cell;
  line-height: 48px;
  padding-top: 2px;
  position: relative;
}
.secRelaxation .relaxationMenu dd ul li + li:before {
  background: #ccc;
  content: '';
  display: block;
  height: 30px;
  left: 0;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 1px;
}
.secRelaxation .relaxationMenu dd ul li a {
  display: block;
  padding: 0 35px 0 15px;
  position: relative;
}
.secRelaxation .relaxationMenu dd ul li a:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 7px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
}
#mens .secRelaxation .relaxationMenu dd ul li a {
  color: #554944;
}
#mens .secRelaxation .relaxationMenu dd ul li a:after {
  background-image: url(../images/relaxation/bg-arrow-menu-mens_pc.png);
}
#amza .secRelaxation .relaxationMenu dd ul li a {
  color: #014181;
  padding-left: 18px;
}
#amza .secRelaxation .relaxationMenu dd ul li a:after {
  background-image: url(../images/relaxation/bg-arrow-menu-amza_pc.png);
}
#mens .secRelaxation .relaxationMenu {
  margin-bottom: 30px;
}
.secRelaxation .secMenu .caption {
  font-size: 16px;
  margin-bottom: 25px;
}
.secRelaxation .secMenu p, .secRelaxation .secMenu li {
  line-height: 1.43;
}
.secRelaxation .secMenu .open + p {
  font-size: 12px;
}
.secRelaxation .secMenu .img img {
  float: left;
  margin-right: 20px;
}
.secRelaxation .secMenu > .img {
  margin: 18px -20px 20px 0;
  overflow: hidden;
  position: relative;
}
.secRelaxation .secMenu .inner {
  margin: 18px 0 0;
  width: auto;
}
.secRelaxation .secMenu .inner:before, .secRelaxation .secMenu .inner:after {
  content: '';
  display: table;
}
.secRelaxation .secMenu .inner:after {
  clear: both;
}
.secRelaxation .secMenu .inner .txt {
  float: right;
  width: 460px;
}
.secRelaxation .secMenu .inner .txt p:first-child {
  margin-top: -3px;
}
.secRelaxation .secMenu .inner .txt p + table {
  margin-top: 23px;
}
.secRelaxation .secMenu .inner + table {
  margin-top: 20px;
}
.secRelaxation .secMenu table tbody th {
  padding: 8px 0 4px;
  width: 209px;
}
.secRelaxation .secMenu table tbody td {
  padding: 8px 17px 6px;
  vertical-align: middle;
}
.secRelaxation .secMenu table tbody td.price {
  font-size: 18px;
  padding-bottom: 3px;
  padding-top: 5px;
  text-align: right;
  width: 134px;
}
.secRelaxation .secMenu .table-min td {
  font-size: 18px;
}
#mens .secRelaxation .secOpen .left {
  width: 620px;
}
#amza .secRelaxation .secOpen .left {
  width: 620px;
}
#mens .secRelaxation .secOpen .right {
  width: 300px;
}
#amza .secRelaxation .secOpen .right {
  width: 300px;
}
#amza .secRelaxation .secOpen table {
  height: 312px;
}
#amza .secRelaxation .secOpen table th, #amza .secRelaxation .secOpen table td {
  padding-top: 11px;
  padding-bottom: 10px;
}
#amza .secRelaxation .secOpen .secTel .title {
  background: #036 url(../images/relaxation/bg-tel-amza_pc.png) no-repeat 24px 20px;
  color: #fff;
  font-size: 20px;
  padding: 19px 20px 17px 75px;
}
#mens .secRelaxation .secOpen .secTel .title {
  background: #554944 url(../images/relaxation/bg-tel-amza_pc.png) no-repeat 24px 20px;
  color: #fff;
  font-size: 20px;
  padding: 19px 20px 17px 75px;
}
#mens .secRelaxation .secOpen .secTel .title span {
  display: block;
  font-size: 14px;
}
#amza .secRelaxation .secOpen .secTel .title span {
  display: block;
  font-size: 14px;
}
#mens .secRelaxation .secOpen .secTel .detail {
  border: 1px solid #ddd;
  border-width: 0 1px 1px;
  padding: 20px 19px 15px;
}
#amza .secRelaxation .secOpen .secTel .detail {
  border: 1px solid #ddd;
  border-width: 0 1px 1px;
  padding: 20px 19px 15px;
}
#mens .secRelaxation .secOpen .secTel .detail a {
  pointer-events: none;
}
#amza .secRelaxation .secOpen .secTel .detail a {
  pointer-events: none;
}
#mens .secRelaxation .secOpen .secTel .open {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 12px;
  overflow: hidden;
}
#amza .secRelaxation .secOpen .secTel .open {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 12px;
  overflow: hidden;
}
#mens .secRelaxation .secOpen .secTel .open dt, #mens .secRelaxation .secOpen .secTel .open dd {
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
#amza .secRelaxation .secOpen .secTel .open dt, #amza .secRelaxation .secOpen .secTel .open dd {
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
#mens .secRelaxation .secOpen .secTel .open dt {
  background: #eee;
  border-right: 1px solid #ddd;
  float: left;
  padding: 0 12px;
}
#amza .secRelaxation .secOpen .secTel .open dt {
  background: #eee;
  border-right: 1px solid #ddd;
  float: left;
  padding: 0 12px;
}
#mens .secRelaxation .secOpen .secTel .caption {
  border-top: 1px solid #ddd;
  line-height: 1.43;
  margin: 22px -19px 0;
  padding: 16px 19px 0;
}
#amza .secRelaxation .secOpen .secTel .caption {
  border-top: 1px solid #ddd;
  line-height: 1.43;
  margin: 22px -19px 0;
  padding: 16px 19px 0;
}
#amza .secRelaxation .secMenu table {
  height: 210px;
}
#amza .secRelaxation .secMenu th, #amza .secRelaxation .secMenu td {
  padding-top: 2px;
  padding-bottom: 0;
  vertical-align: middle;
}
#amza .secRelaxation .secMenu th {
  padding-left: 17px;
  padding-right: 8px;
  text-align: left;
  width: 250px;
}
#amza .secRelaxation .secMenu td.price {
  width: 117px;
}
#amza .secRelaxation .menu03 .inner .txt p + table {
  margin-top: 8px;
}
#amza .secRelaxation .menu03 table {
  height: 245px;
}
#ladies .secRelaxation section table th {
  padding-left: 17px;
  text-align: left;
  width: 208px;
}
#ladies .secRelaxation section table td.price {
  vertical-align: top;
}
#ladies .secRelaxation .secOpen p span {
  font-size: 12px;
}
#ladies .secRelaxation .secOpen p + table {
  margin-top: 18px;
}
#ladies .secRelaxation .secOpen table th {
  padding-top: 9px;
}
#ladies .secRelaxation .secOpen table td {
  padding: 7px 17px 4px;
}
#ladies .secRelaxation .secOpen table td.type {
  border-left: 0;
  font-size: 18px;
  padding: 6px 17px 3px;
  width: 134px;
}
#ladies .secRelaxation .secOpen table td strong {
  border-top: 1px solid #ddd;
  display: block;
  font-size: 15px;
  margin: 5px -17px 0;
  padding: 9px 17px 0;
  position: relative;
}
#ladies .secRelaxation .secOpen table td ul {
  margin-bottom: 10px;
}
#ladies .secRelaxation .secOpen table td ul li {
  line-height: 1.3;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }

  #mens .secFaq .faqList dt {
    background-image: url(../images/faq/ico-q-mens_sp.png);
    -moz-background-size: 17px auto;
    -o-background-size: 17px auto;
    -webkit-background-size: 17px auto;
    background-size: 17px auto;
  }
  #mens .secFaq .faqList dt:after {
    background-image: url(../images/faq/bg-arrow-mens_sp.png);
    -moz-background-size: 11px auto;
    -o-background-size: 11px auto;
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
  }
  #mens .secFaq .faqList dt.active:after {
    background-image: url(../images/faq/bg-arrow-active-mens_sp.png);
    -moz-background-size: 11px auto;
    -o-background-size: 11px auto;
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
  }
  #mens .secFaq .faqList dd > div {
    background-image: url(../images/faq/ico-a-mens_sp.png);
    -moz-background-size: 17px auto;
    -o-background-size: 17px auto;
    -webkit-background-size: 17px auto;
    background-size: 17px auto;
  }
  #amza .secFaq .faqList dt {
    background-image: url(../images/faq/ico-q-amza_sp.png);
    -moz-background-size: 17px auto;
    -o-background-size: 17px auto;
    -webkit-background-size: 17px auto;
    background-size: 17px auto;
  }
  #amza .secFaq .faqList dt:after {
    background-image: url(../images/faq/bg-arrow-amza_sp.png);
    -moz-background-size: 11px auto;
    -o-background-size: 11px auto;
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
  }
  #amza .secFaq .faqList dt.active:after {
    background-image: url(../images/faq/bg-arrow-active-amza_sp.png);
    -moz-background-size: 11px auto;
    -o-background-size: 11px auto;
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
  }
  #amza .secFaq .faqList dd > div {
    background-image: url(../images/faq/ico-a-amza_sp.png);
    -moz-background-size: 17px auto;
    -o-background-size: 17px auto;
    -webkit-background-size: 17px auto;
    background-size: 17px auto;
  }
  #ladies .secFaq .faqList dt {
    background-image: url(../images/faq/ico-q-ladies_sp.png);
    -moz-background-size: 17px auto;
    -o-background-size: 17px auto;
    -webkit-background-size: 17px auto;
    background-size: 17px auto;
  }
  #ladies .secFaq .faqList dt:after {
    background-image: url(../images/faq/bg-arrow-ladies_sp.png);
    -moz-background-size: 11px auto;
    -o-background-size: 11px auto;
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
  }
  #ladies .secFaq .faqList dt.active:after {
    background-image: url(../images/faq/bg-arrow-active-ladies_sp.png);
    -moz-background-size: 11px auto;
    -o-background-size: 11px auto;
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
  }
  #ladies .secFaq .faqList dd > div {
    background-image: url(../images/faq/ico-a-ladies_sp.png);
    -moz-background-size: 17px auto;
    -o-background-size: 17px auto;
    -webkit-background-size: 17px auto;
    background-size: 17px auto;
  }

  .secInformation .secInformationList article a {
    display: block;
    padding: 15px 0;
  }
  .secInformation .secInformationList article a .thumb,
  .secInformation .secInformationList article a .detail {
    display: block;
    padding: 0;
  }
  .secInformation .secInformationList article a .thumb {
    width: auto;
  }
  .secInformation .secInformationList article a .detail {
    padding-top: 10px;
  }
  .secInformation .secInformationList article a .detail > div {
    padding-top: 20px;
  }
  .secInformation .secInformationList article a .detail .title {
    font-size: 16px;
    line-height: 1.3;
  }
  .secInformation .secInformationDetail .subTitle,
  .secInformation .secInformationDetail .data {
    margin-bottom: 15px;
  }
  .secInformation .secInformationDetail .subTitle {
    font-size: 1.1rem;
  }
  .secInformation .secInformationDetail .date,
  .secInformation .secInformationDetail .category {
    margin-bottom: 5px;
  }
  .secInformation .secInformationDetail .sns {
    height: auto;
  }
  .secInformation .secInformationDetail .sns li.facebook {
    margin-left: -5px;
  }
  .secInformation .secInformationDetail .sns li.line {
    margin-left: 10px;
  }
  .secInformation .secInformationDetail .body p {
    font-size: 1.1rem;
    line-height: 2;
    padding: 0;
  }
  .secInformation .secInformationDetail .body img {
    margin: 15px auto;
  }
  .secInformation .secOther {
    padding-bottom: 4px;
  }
  .secInformation .secOther > .title {
    font-size: 16px;
    padding: 12px 15px 12px 30px;
  }
  .secInformation .secOther > .title:before {
    border-width: 16px 0 15px;
    left: 15px;
  }
  .secInformation .secOther article {
    margin: 0 15px;
  }
  #mens .secInformation .secOther article a {
    background-image: url(../images/information/bg-pager-next-mens_sp.png);
    -moz-background-size: 7px 11px;
    -o-background-size: 7px 11px;
    -webkit-background-size: 7px 11px;
    background-size: 7px 11px;
  }
  #amza .secInformation .secOther article a {
    background-image: url(../images/information/bg-pager-next-amza_sp.png);
    -moz-background-size: 7px 11px;
    -o-background-size: 7px 11px;
    -webkit-background-size: 7px 11px;
    background-size: 7px 11px;
  }
  #ladies .secInformation .secOther article a {
    background-image: url(../images/information/bg-pager-next-ladies_sp.png);
    -moz-background-size: 7px 11px;
    -o-background-size: 7px 11px;
    -webkit-background-size: 7px 11px;
    background-size: 7px 11px;
  }
  .secInformation .secOther article .title {
    padding: 36px 18px 14px 0;
    width: 95%;
  }
  .secInformation #sidebar {
    display: block;
  }
  .secInformation #sidebar .bnr, .secInformation #sidebar .about {
    display: none;
  }

  .secReserve .reserve01 {
    margin: 0 0 20px;
  }
  .secReserve .reserve01 li {
    float: none;
    margin: 0 0 10px;
  }
  .secReserve .reserve01 li.bestprice {
    margin: 0 0 10px !important;
  }

  .secReserve .reserve01 li img {
    width: 100%;
  }
  .secReserve .reserve02 .reserve,
  .secReserve .reserve02 .ticket {
    float: none;
    height: auto;
    width: auto;
  }
  .secReserve .reserve02 .reserve {
    border-width: 1px 1px 0;
    padding: 10px 10px 14px;
  }
  .secReserve .reserve02 .reserve .btn {
    float: none;
    margin: 0 0 8px;
    width: auto;
  }
  .secReserve .reserve02 .reserve .btn a {
    padding: 12px 0 11px;
  }
  .secReserve .reserve02 .reserve .btn img {
    width: 78px;
  }
  .secReserve .reserve02 .reserve .tel {
    float: none;
    text-align: center;
  }
  .secReserve .reserve02 .reserve .tel img {
    width: 280px;
  }
  .secReserve .reserve02 .ticket {
    padding: 12px 10px;
    text-align: center;
  }
  .secReserve .reserve02 .ticket:before, .secReserve .reserve02 .ticket:after {
    content: '';
    display: table;
  }
  .secReserve .reserve02 .ticket:after {
    clear: both;
  }
  .secReserve .reserve02 .ticket:before {
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #e7e0d0 transparent;
    left: 50%;
    margin: 0 0 0 -6px;
    top: -6px;
  }
  #amza .secReserve .reserve02 .ticket:before {
    border-color: transparent transparent #daf3ff transparent;
  }
  .secReserve .reserve02 .ticket .txt,
  .secReserve .reserve02 .ticket .btn {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .secReserve .reserve02 .ticket .txt {
    margin: 4px 6px 0 0;
  }
  .secReserve .reserve02 .ticket .txt img {
    width: 145px;
  }
  .secReserve .reserve02 .ticket .btn {
    width: 42%;
  }
  .secReserve .reserve02 .ticket .btn a {
    padding: 12px 0 11px;
  }
  .secReserve .reserve02 .ticket .btn img {
    width: 90px;
  }
  .secReserve .reserve02 .note {
    font-size: 12px;
    line-height: 1.3;
    padding-top: 10px;
    text-align: center;
  }
  .secReserve .reserve02 .note a {
    color: #896c55;
  }
  #amza .secReserve .reserve02 .note a {
    color: #036;
  }
  .secReserve .bnr {
    display: none;
  }
  .secReserve .secRegister {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    margin-bottom: 30px;
    min-height: 0;
  }
  .secReserve .secRegister .btn a {
    padding: 12px 0 11px;
  }
  .secReserve .secRegister .txt {
    font-size: 12px;
  }
  .secReserve .secRegister .txt br {
    display: none;
  }
  .secReserve .secRegister .register,
  .secReserve .secRegister .registered {
    display: block;
  }
  .secReserve .secRegister .register {
    padding: 0 0 18px;
    text-align: left;
  }
  .secReserve .secRegister .register .title {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    margin: 0 0 7px;
    padding: 14px 0;
    text-align: center;
  }
  .secReserve .secRegister .register p {
    padding: 0 10px;
  }
  .secReserve .secRegister .register .btn {
    margin-top: 12px;
    width: auto;
  }
  .secReserve .secRegister .register .btn img {
    width: 134px;
  }
  .secReserve .secRegister .registered {
    border: 0;
    width: auto;
  }
  .secReserve .secRegister .registered .change,
  .secReserve .secRegister .registered .remind {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    height: auto;
    padding: 12px 10px 18px;
    position: static;
  }
  .secReserve .secRegister .registered .change .table,
  .secReserve .secRegister .registered .remind .table {
    display: block;
  }
  .secReserve .secRegister .registered .change .table .cell,
  .secReserve .secRegister .registered .remind .table .cell {
    display: block;
  }
  .secReserve .secRegister .registered .change .btn,
  .secReserve .secRegister .registered .remind .btn {
    margin-top: 12px;
    position: static;
    width: auto;
  }
  .secReserve .secRegister .registered .change .btn img {
    width: 90px;
  }
  .secReserve .secRegister .registered .remind .btn img {
    width: 163px;
  }
  .secReserve .secAttention ul li {
    font-size: 12px;
  }
  .secReserve .secAttention ul li + li {
    margin-top: 5px;
  }
  .secReserve .secAttention .cancel {
    display: block;
  }
  .secReserve .secAttention .cancel > p {
    display: block;
    padding: 12px 10px;
  }
  .secReserve .secAttention .cancel .txt {
    background: url(../images/reserve/ico-attention_sp.png) no-repeat 10px center;
    -moz-background-size: 29px auto;
    -o-background-size: 29px auto;
    -webkit-background-size: 29px auto;
    background-size: 29px auto;
    padding-left: 49px;
  }
  .secReserve .secAttention .cancel .tel {
    border-width: 1px 0 0;
    width: auto;
  }
  .secReserve .secAttention .cancel .tel img {
    width: 280px;
  }
  #amza .secReserve .secAttention .cancel .tel img {
    width: 283px;
  }

  .secMail .secMembership ol {
    margin: 0 0 15px;
  }
  .secMail .secMembership ol li {
    float: none;
    margin: 0 0 10px;
  }
  .secMail .secMembership ol li img {
    width: 100%;
  }
  .secMail .secMembership .form-group {
    margin-top: 10px;
    padding: 20px 10px 19px;
  }
  .secMail .secMembership .form-group input {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  .secMail .secMembership .form-group ul.btn {
    float: none;
  }
  .secMail .secMembership .form-group ul.btn button {
    line-height: 1.2;
  }
  .secMail .secMembership .form-group ul.btn li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    padding-right: 5px;
    width: 33%;
  }
  .secMail .secMembership .form-group ul.btn li:first-child {
    padding-right: 6px;
    width: 34%;
  }
  .secMail .secMembership .form-group ul.btn li:last-child {
    float: right;
    padding-right: 0;
  }
  .secMail .secProcess {
    margin-top: 35px;
  }
  .secMail .secProcess .qrArea .qr {
    width: 70px;
  }
  .secMail .secProcess .qrArea .textArea {
    padding-left: 85px;
  }
  .secMail .secProcess .qrArea a {
    padding-left: 10px;
  }
  #mens .secMail .secProcess .qrArea a {
    background-image: url(../images/common/bg-arrow10-mens.png);
    -moz-background-size: 5px auto;
    -o-background-size: 5px auto;
    -webkit-background-size: 5px auto;
    background-size: 5px auto;
  }
  #amza .secMail .secProcess .qrArea a {
    background-image: url(../images/common/bg-arrow10-amza.png);
    -moz-background-size: 5px auto;
    -o-background-size: 5px auto;
    -webkit-background-size: 5px auto;
    background-size: 5px auto;
  }
  #ladies .secMail .secProcess .qrArea a {
    background-image: url(../images/common/bg-arrow10-ladies.png);
    -moz-background-size: 5px auto;
    -o-background-size: 5px auto;
    -webkit-background-size: 5px auto;
    background-size: 5px auto;
  }
  .secMail .secProcess section {
    float: none;
    height: auto !important;
    width: auto;
  }
  .secMail .secProcess section + section {
    margin: 20px 0 0;
  }
  .secMail .secProcess section .hgroup .title {
    font-size: 15px;
    line-height: 1.2;
  }
  .secMail .secProcess section .hgroup .title span {
    padding-left: 24px;
  }
  .secMail .secProcess section .hgroup .title span img {
    height: 20px;
    margin-top: -11px;
  }
  .secMail .secProcess section ol {
    margin: 0 10px;
    padding: 0;
  }
  .secMail .secProcess section ol li .title {
    font-size: 12px;
    line-height: 23px;
  }
  .secMail .secProcess section.secProcess02 .hgroup .title span {
    padding-left: 24px;
  }

  .secFacilities .imgList {
    margin: 0 0 -20px;
  }
  .secFacilities .imgList li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0 5px 20px 0;
    width: 50% !important;
  }
  .secFacilities .imgList li:nth-child(2n) {
    padding: 0 0 20px 5px;
  }
  .secFacilities .imgList li .title {
    font-size: 11px;
    padding: 3px 0;
  }
  .secFacilities .imgList li p {
    font-size: 12px;
    margin-top: 8px;
  }
  .secFacilities .secFloor {
    margin-bottom: 35px;
  }
  .secFacilities .secFloor .imgList {
    margin-top: 20px;
  }
  .secFacilities .secOther .imgList li .title {
    font-size: 11px;
    padding: 3px 0;
  }
  #ladies .secFacilities .secOther table th, #ladies .secFacilities .secOther table td {
    padding: 6px 10px;
  }
  #ladies .secFacilities .secOther table th {
    text-align: left;
    width: 130px;
  }

  .secPrice .pointcard {
    margin-bottom: 35px;
  }
  .secPrice .pointcard .btn {
    margin-top: 10px;
    width: auto;
  }
  .secPrice .pointcard .btn a {
    padding: 12px 0 11px;
  }
  .secPrice .pointcard .btn img {
    width: 235px;
  }
  .secPrice .opentime {
    margin-bottom: 35px;
		width: 100%;
  }
  .secPrice .opentime .btn {
    margin-top: 10px;
    width: auto;
  }
  .secPrice .opentime .btn a {
    padding: 12px 0 11px;
  }
  .secPrice .opentime .btn img {
    height: 15px;
  }
  .secPrice section {
    margin-bottom: 35px;
  }
  .secPrice section:first-child {
    margin-top: 0;
  }
  .secPrice section .img {
    margin: 5px 0 10px;
  }
  .secPrice section .img img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px 0 0;
    width: 50%;
  }
  .secPrice section .img img:nth-child(2n) {
    padding: 0 0 0 5px;
  }
  .secPrice section table {
    border: 1px solid #ddd;
    border-width: 0 1px 1px;
  }
  .secPrice section table tbody tbody,
  .secPrice section table tbody tr {
    display: block;
    overflow: hidden;
  }
  .secPrice section table tbody th, .secPrice section table tbody td {
    font-size: 12px;
  }
  .secPrice section table tbody th span, .secPrice section table tbody td span {
    font-size: 11px;
    line-height: 1.43;
  }
  .secPrice section table tbody th,
  .secPrice section table tbody td:first-child,
  .secPrice section table tbody td:first-child + td {
    border-top: 1px solid #ddd !important;
  }
  .secPrice section table tbody th {
    border-bottom: 0px !important;
    padding: 6px 10px 5px !important;
    position: relative;
    text-align: center;
    width: 100% !important;
    z-index: 2;
  }
  .secPrice section table tbody th br {
    display: none;
  }
  .secPrice section table tbody td {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px;
    position: relative;
    width: auto;
  }
  .secPrice section table tbody td.price {
    border-right: 1px solid #ddd;
    float: left;
    font-size: 15px;
    padding: 5px 12px 5px 0;
    width: 95px;
    z-index: 2;
  }

  .secPrice section  table.table-simple-booth tbody td.price {
    border-right: none;
    float: left;
    font-size: 15px;
    padding: 5px 12px 5px 0;
    width: 100%;
    z-index: 2;
  }
  .secPrice section table tbody td.price + td {
    border-left: 1px solid #ddd;
    margin-left: 94px;
  }
  #ladies .secPrice section table.ticket {
    border-width: 2px 3px 3px;
  }
  #ladies .secPrice section table.ticket tbody td {
    padding: 6px 10px;
  }
  #ladies .secPrice section table.ticket tbody td.price {
    padding: 6px 10px;
    width: 93px;
  }
  #ladies .secPrice section table.ticket tbody td.price + td {
    margin-left: 92px;
  }
  #ladies .secPrice section table tbody td.sp {
    display: block;
  }
  .secPrice section table + p,
  .secPrice section table + ul {
    margin-top: 12px;
  }
  .secPrice .secStay .plan {
    margin: 20px 0 0;
  }
  .secPrice .secStay .plan li {
    float: none;
    margin: 0;
    width: auto;
  }
  .secPrice .secStay .plan li + li {
    margin-top: 15px;
  }
  .secPrice .secStay .plan li .title {
    font-size: 16px;
  }
  .secPrice .secStay .plan li img {
    width: 100%;
  }
  .secPrice .secStay .plan li .txt {
    padding: 8px 10px 12px;
  }
  .secPrice .secStay .plan li .btn {
    width: auto;
  }
  .secPrice .secStay .plan li .btn a {
    padding: 12px 0 11px;
  }
  .secPrice .secStay .plan li .btn img {
    width: 135px;
  }
  .secPrice .secStay .attention {
    padding: 10px 10px;
  }
  .secPrice .secStay table tbody th span {
    display: inline;
    margin: 0;
  }
  .secPrice .secStay table ol {
    margin-top: 10px;
  }
  .secPrice .secStay table .btn {
    margin: 12px 0 8px;
    width: auto;
  }
  .secPrice .secStay table .btn a {
    padding: 12px 10px 11px;
  }
  .secPrice .secStay table .btn img {
    width: 135px;
  }
  .secPrice .secStay table .attention {
    padding: 0;
  }
  .secPrice .secStay .calender .googlecalender {
    padding-top: 110%;
  }
  .secPrice .secStay .calender .googlecalender iframe {
    width: auto;
  }
  .secPrice .secStay .calender dl dt, .secPrice .secStay .calender dl dd {
    float: none;
  }
  .secPrice .secStay .calender dl dt {
    margin: 0;
  }
  .secPrice .secStay .calender dl dd + dt {
    margin-top: 10px;
  }
  .secPrice .secStay .calender dl dd {
    line-height: 1.4;
    margin: 5px 0 0;
    width: auto;
  }
  .secPrice .secTicket table thead {
    display: none;
  }
  .secPrice .secTicket table tbody th + td:before,
  .secPrice .secTicket table tbody td:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f4f4;
    border-right: 1px solid #ddd;
    font-size: 12px;
    height: 100%;
    left: 0;
    padding: 6px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 95px;
    z-index: 2;
  }
  .secPrice .secTicket table tbody th + td:before {
    content: '枚数';
  }
  .secPrice .secTicket table tbody td {
    padding: 6px 10px 6px 103px;
    text-align: left !important;
    width: auto !important;
  }
  .secPrice .secTicket table tbody td + td {
    border-top: 1px solid #ddd !important;
  }
  .secPrice .secTicket table tbody td.basis:before {
    content: '通常料金';
  }
  .secPrice .secTicket table tbody td.sale {
    font-size: 12px;
    padding: 6px 10px 6px 103px;
    width: auto;
  }
  .secPrice .secTicket table tbody td.sale:before {
    content: '販売料金';
    font-weight: normal;
  }
  #mens .secPrice .secTicket table tbody td br {
    display: none;
  }
  #mens .secPrice .secTicket table tbody td.remarks {
    border: 0;
    margin: 0;
    padding: 6px 10px;
  }
  #mens .secPrice .secTicket table tbody td.remarks:before {
    content: '';
    display: none;
  }
  .secPrice .secAmenity table th, .secPrice .secAmenity table td {
    display: block;
    border: none;
  }
  .secPrice .secAmenity table td br {
    display: none;
  }

  .secRelaxation .titleBgWrap {
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    height: 75px;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .secRelaxation .titleBgWrap .title {
    font-size: 18px;
  }
  .secRelaxation .titleBgWrap p {
    font-size: 10px;
    margin-top: 5px;
  }
  .secRelaxation section {
    margin-bottom: 35px;
  }
  .secRelaxation section .subTitle span {
    font-size: 11px;
  }
  .secRelaxation section table {
    height: auto !important;
  }
  .secRelaxation section table tbody th, .secRelaxation section table tbody td {
    padding: 6px 10px !important;
  }
  .secRelaxation section table tbody td {
    width: auto;
  }
  .secRelaxation section .table-min tbody th, .secRelaxation section .table-min tbody td {
    font-size: 12px !important;
    vertical-align: top !important;
  }
  .secRelaxation section .table-min tbody th {
    width: 125px !important;
  }
  .secRelaxation section .table-simple {
    border: 1px solid #ddd;
    border-width: 0 1px 1px;
  }
  .secRelaxation section .table-simple tbody th,
  .secRelaxation section .table-simple tbody td:first-child,
  .secRelaxation section .table-simple tbody td:first-child + td {
    border-top: 1px solid #ddd !important;
  }
  .secRelaxation section .table-simple tbody th {
    border-bottom: 0px !important;
    width: 100% !important;
  }
  .secRelaxation section .table-simple tbody th br {
    display: none;
  }
  .secRelaxation section .table-simple tbody td {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .secRelaxation section .table-simple tbody td.type, .secRelaxation section .table-simple tbody td.price {
    border-right: 1px solid #ddd;
    float: left;
    font-size: 15px !important;
    padding: 5px 10px 5px 0 !important;
    text-align: right;
    width: 95px !important;
    z-index: 2;
  }
  .secRelaxation section .table-simple tbody td.type + td, .secRelaxation section .table-simple tbody td.price + td {
    border-left: 1px solid #ddd;
    margin-left: 94px;
  }
  .secRelaxation .relaxationMenu + p {
    margin-top: 15px;
  }
  .secRelaxation .inner section:first-child {
    margin-top: 0;
  }
  .secRelaxation .secOpen .left,
  .secRelaxation .secOpen .right {
    float: none !important;
    width: auto !important;
  }
  .secRelaxation .secOpen .right {
    margin-top: -1px;
  }
  .secRelaxation .relaxationMenu {
    margin-top: 20px;
  }
  .secRelaxation .relaxationMenu dt, .secRelaxation .relaxationMenu dd {
    float: none;
    width: auto !important;
  }
  .secRelaxation .relaxationMenu dt {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 35px;
    margin: 10px 10px 0;
    padding: 0 10px;
    text-align: left;
  }
  .secRelaxation .relaxationMenu dt:after {
    display: none;
  }
  .secRelaxation .relaxationMenu dd ul {
    display: block;
    margin: 0 10px;
    width: auto !important;
  }
  .secRelaxation .relaxationMenu dd ul li {
    display: block;
    line-height: 40px;
    padding-top: 0;
  }
  .secRelaxation .relaxationMenu dd ul li + li {
    border-top: 1px solid #fff;
  }
  .secRelaxation .relaxationMenu dd ul li + li:before {
    display: none;
  }
  .secRelaxation .relaxationMenu dd ul li a {
    padding: 0 35px 0 10px !important;
  }
  .secRelaxation .relaxationMenu dd ul li a:after {
    right: 12px;
  }
  #mens .secRelaxation .relaxationMenu dd ul li a:after {
    background-image: url(../images/relaxation/bg-arrow-menu-mens_sp.png);
    -moz-background-size: 11px 7px;
    -o-background-size: 11px 7px;
    -webkit-background-size: 11px 7px;
    background-size: 11px 7px;
  }
  #amza .secRelaxation .relaxationMenu dd ul li a:after {
    background-image: url(../images/relaxation/bg-arrow-menu-amza_sp.png);
    -moz-background-size: 11px 7px;
    -o-background-size: 11px 7px;
    -webkit-background-size: 11px 7px;
    background-size: 11px 7px;
  }
  #mens .secRelaxation .relaxationMenu {
    margin-bottom: 25px;
  }
  .secRelaxation .secMenu .caption {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .secRelaxation .secMenu > .img {
    margin: 12px 0 15px;
  }
  .secRelaxation .secMenu > .img img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px 0 0;
    width: 50%;
  }
  .secRelaxation .secMenu > .img img:nth-child(2n) {
    padding: 0 0 0 5px;
  }
  .secRelaxation .secMenu > .img img:nth-child(3) {
    padding-top: 10px;
  }
  .secRelaxation .secMenu .inner {
    margin: 12px 0 0;
    padding: 0;
  }
  .secRelaxation .secMenu .inner .img {
    margin-bottom: 12px;
    text-align: center;
  }
  .secRelaxation .secMenu .inner .img img {
    float: none;
    margin: 0;
  }
  .secRelaxation .secMenu .inner .txt {
    float: none;
    width: auto;
  }
  .secRelaxation .secMenu .inner .txt p:first-child {
    margin-top: 0;
  }
  .secRelaxation .secMenu .inner .txt p + table {
    margin-top: 12px !important;
  }
  .secRelaxation .secMenu .inner + table {
    margin-top: 12px;
  }
  .secRelaxation .secAmenity table th, .secRelaxation .secAmenity table td {
    font-size: 12px;
  }
  .secRelaxation .secAmenity table th {
    width: 95px !important;
  }
  .secRelaxation .secAmenity table td br {
    display: none;
  }
  #mens .secRelaxation .secOpen .secTel, #amza .secRelaxation .secOpen .secTel {
    margin-top: 10px;
  }
  #mens .secRelaxation .secOpen .secTel .title {
    background: #554944 url(../images/relaxation/bg-tel-amza_sp.png) no-repeat 15px 11px;
    -moz-background-size: 37px 37px;
    -o-background-size: 37px 37px;
    -webkit-background-size: 37px 37px;
    background-size: 37px 37px;
    font-size: 15px;
    padding: 14px 10px 14px 63px;
  }
  #amza .secRelaxation .secOpen .secTel .title {
    background: #036 url(../images/relaxation/bg-tel-amza_sp.png) no-repeat 15px 11px;
    -moz-background-size: 37px 37px;
    -o-background-size: 37px 37px;
    -webkit-background-size: 37px 37px;
    background-size: 37px 37px;
    font-size: 15px;
    padding: 14px 10px 14px 63px;
  }
  #mens .secRelaxation .secOpen .secTel .title span, #amza .secRelaxation .secOpen .secTel .title span {
    font-size: 10px;
  }
  #mens .secRelaxation .secOpen .secTel .tel, #amza .secRelaxation .secOpen .secTel .tel {
    text-align: center;
  }
  #mens .secRelaxation .secOpen .secTel .tel img, #amza .secRelaxation .secOpen .secTel .tel img {
    width: 257px;
  }
  #mens .secRelaxation .secOpen .secTel .detail, #amza .secRelaxation .secOpen .secTel .detail {
    padding: 14px 10px 10px;
  }
  #mens .secRelaxation .secOpen .secTel .detail a, #amza .secRelaxation .secOpen .secTel .detail a {
    pointer-events: auto;
  }
  #mens .secRelaxation .secOpen .secTel .open, #amza .secRelaxation .secOpen .secTel .open {
    margin-top: 10px;
  }
  #mens .secRelaxation .secOpen .secTel .open dt, #mens .secRelaxation .secOpen .secTel .open dd {
    font-weight: normal;
    line-height: 23px;
  }
  #amza .secRelaxation .secOpen .secTel .open dt, #amza .secRelaxation .secOpen .secTel .open dd {
    font-weight: normal;
    line-height: 23px;
  }
  #mens .secRelaxation .secOpen .secTel .caption, #amza .secRelaxation .secOpen .secTel .caption {
    margin: 10px -10px 0;
    padding: 10px 10px 0;
  }
  #ladies .secRelaxation table td.price,
  #ladies .secRelaxation table td.type {
    padding-left: 10px !important;
    text-align: left;
  }
  #ladies .secRelaxation .secOpen table td strong {
    font-size: 13px;
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #ladies .secRelaxation .secOpen table td ul {
    margin-bottom: 0;
  }
}
/* utility
---------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

.none {
  display: none !important;
}

.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.w0 {
  width: 0px !important;
}

.w5 {
  width: 5px !important;
}

.w10 {
  width: 10px !important;
}

.w15 {
  width: 15px !important;
}

.w20 {
  width: 20px !important;
}

.w25 {
  width: 25px !important;
}

.w30 {
  width: 30px !important;
}

.w35 {
  width: 35px !important;
}

.w40 {
  width: 40px !important;
}

.w45 {
  width: 45px !important;
}

.w50 {
  width: 50px !important;
}

.w55 {
  width: 55px !important;
}

.w60 {
  width: 60px !important;
}

.w65 {
  width: 65px !important;
}

.w70 {
  width: 70px !important;
}

.w75 {
  width: 75px !important;
}

.w80 {
  width: 80px !important;
}

.w85 {
  width: 85px !important;
}

.w90 {
  width: 90px !important;
}

.w95 {
  width: 95px !important;
}

.w100 {
  width: 100px !important;
}

.w105 {
  width: 105px !important;
}

.w110 {
  width: 110px !important;
}

.w115 {
  width: 115px !important;
}

.w120 {
  width: 120px !important;
}

.w125 {
  width: 125px !important;
}

.w130 {
  width: 130px !important;
}

.w135 {
  width: 135px !important;
}

.w140 {
  width: 140px !important;
}

.w145 {
  width: 145px !important;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.w170 {
  width: 170px !important;
}

.w180 {
  width: 180px !important;
}

.w190 {
  width: 190px !important;
}

.w200 {
  width: 200px !important;
}

.mw0 {
  min-width: 0px !important;
}

.mw5 {
  min-width: 5px !important;
}

.mw10 {
  min-width: 10px !important;
}

.mw15 {
  min-width: 15px !important;
}

.mw20 {
  min-width: 20px !important;
}

.mw25 {
  min-width: 25px !important;
}

.mw30 {
  min-width: 30px !important;
}

.mw35 {
  min-width: 35px !important;
}

.mw40 {
  min-width: 40px !important;
}

.mw45 {
  min-width: 45px !important;
}

.mw50 {
  min-width: 50px !important;
}

.mw55 {
  min-width: 55px !important;
}

.mw60 {
  min-width: 60px !important;
}

.mw65 {
  min-width: 65px !important;
}

.mw70 {
  min-width: 70px !important;
}

.mw75 {
  min-width: 75px !important;
}

.mw80 {
  min-width: 80px !important;
}

.mw85 {
  min-width: 85px !important;
}

.mw90 {
  min-width: 90px !important;
}

.mw95 {
  min-width: 95px !important;
}

.mw100 {
  min-width: 100px !important;
}

.mw105 {
  min-width: 105px !important;
}

.mw110 {
  min-width: 110px !important;
}

.mw115 {
  min-width: 115px !important;
}

.mw120 {
  min-width: 120px !important;
}

.mw125 {
  min-width: 125px !important;
}

.mw130 {
  min-width: 130px !important;
}

.mw135 {
  min-width: 135px !important;
}

.mw140 {
  min-width: 140px !important;
}

.mw145 {
  min-width: 145px !important;
}

.mw150 {
  min-width: 150px !important;
}

.mw160 {
  min-width: 160px !important;
}

.mw170 {
  min-width: 170px !important;
}

.mw180 {
  min-width: 180px !important;
}

.mw190 {
  min-width: 190px !important;
}

.mw200 {
  min-width: 200px !important;
}

.f70 {
	font-size: 70% !important;
}


/* 追加 */
.btn_custom {
  width: 350px;
  margin: 25px, auto, 0;
}
.stayimg {
    text-align: center;
    margin-bottom: 20px;
}
.stayimg .photo{
    width: 100%;
}

.red {
	color: #cc3333;
}

.under {
	text-decoration: underline;
}
