@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, 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: white;
  color: #333333;
  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-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 #dddddd;
  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: #eeeeee;
  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;
}
#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: 192px;
}
#ladies .menu ul li.saunaspa a:hover {
  background-position: 0 -55px;
}
#ladies .menu ul li.relaxation a {
  background-position: -192px 0;
  width: 242px;
}
#ladies .menu ul li.relaxation a:hover {
  background-position: -192px -55px;
}
#ladies .menu ul li.price a {
  background-position: -434px 0;
  width: 142px;
}
#ladies .menu ul li.price a:hover {
  background-position: -434px -55px;
}
#ladies .menu ul li.facilities a {
  background-position: -576px 0;
  width: 132px;
}
#ladies .menu ul li.facilities a:hover {
  background-position: -576px -55px;
}
#ladies .menu ul li.restaurant a {
  background-position: -708px 0;
  width: 120px;
}
#ladies .menu ul li.restaurant a:hover {
  background-position: -708px -55px;
}
#ladies .menu ul li.information a {
  background-position: -828px 0;
  width: 132px;
}
#ladies .menu ul li.information a:hover {
  background-position: -828px -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: #333333;
  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 #dddddd;
}
#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 #dddddd;
  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 .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 112px 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: #333333;
}
#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;
}

/* パーツ
---------------------------------------------------------- */
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 #dddddd;
  border-width: 1px 1px 3px;
  color: #333333;
}
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: #eeeeee 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%;
}

.enjoy {
  min-width: 1280px;
}
.enjoy .topicPath {
  border-bottom: 1px solid #dddddd;
}
.enjoy .secEnjoy {
  background: #ffffb8 url(../images/enjoy/bg-enjoy-mv.png) no-repeat center 0;
  overflow: hidden;
  padding-top: 483px;
}
.enjoy .secEnjoy .sns {
  height: 20px;
  left: 50%;
  margin-left: 180px;
  position: absolute;
  top: 25px;
  z-index: 10;
}
.enjoy .secEnjoy .sns li {
  float: left;
}
.enjoy .secEnjoy .sns li.twitter {
  overflow: hidden;
  width: 105px;
}
.enjoy .secEnjoy .sns li.twitter .twitter-share-button {
  width: auto !important;
}
.enjoy .secEnjoy .sns li.facebook {
  position: relative;
  top: -1px;
}
.enjoy .secEnjoy .sns li.line {
  margin-left: 15px;
}
.enjoy .secEnjoy .mv .txt {
  position: relative;
  z-index: 10;
}
.enjoy .secEnjoy .mv .txt .tit {
  left: 50%;
  margin-left: -399px;
  position: absolute;
  text-align: center;
  top: 70px;
  width: 798px;
  z-index: 10;
}
.enjoy .secEnjoy .mv .txt .tit img {
  width: 0;
}
.enjoy .secEnjoy .mv .txt dl {
  background: url(../images/enjoy/bg-enjoy-mv-box.png) no-repeat 0 0;
  height: 285px;
  margin: 0 auto;
  width: 708px;
}
.enjoy .secEnjoy .mv .txt dl dt {
  font-size: 20px;
  padding-top: 163px;
  text-align: center;
}
.enjoy .secEnjoy .mv .txt dl dd {
  margin-left: 86px;
  width: 550px;
}
.enjoy .secEnjoy .mv .img {
  height: 477px;
  /*overflow: hidden;*/
  padding-top: 117px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}
.enjoy .secEnjoy .mv .img .imgKira, .enjoy .secEnjoy .mv .img p {
  left: 50%;
  position: absolute;
  top: 85px;
}
.enjoy .secEnjoy .mv .img .imgKira {
  display: none;
  margin-left: -425px;
}
.enjoy .secEnjoy .mv .img p {
  margin-left: -246px;
}
.enjoy .secEnjoy .mv .img .img01 {
  margin: 477px 0 0 19px;
}
.enjoy .secEnjoy .mv .radially {
  left: 50%;
  margin-left: -640px;
  position: absolute;
  top: -231px;
  z-index: 1;
}
.enjoy .secEnjoy .bg {
  background: url(../images/enjoy/bg-enjoy-gradation.png) repeat-x 0 bottom;
}
.enjoy .secEnjoy .secHow {
  margin-top: 63px;
}
.enjoy .secEnjoy .secHow .inner {
  width: 960px;
}
.enjoy .secEnjoy .secHow .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.enjoy .secEnjoy .secHow .txt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  width: 557px;
  z-index: 1;
}
.enjoy .secEnjoy .secHow .txt .tit {
  font-size: 26px;
  line-height: 1.45;
  margin-bottom: 17px;
  text-align: center;
  width: 340px;
}
.enjoy .secEnjoy .secHow .txt .tit + p {
  line-height: 1.75;
  width: 340px;
}
.enjoy .secEnjoy .secHow .txt .num {
  position: absolute;
}
.enjoy .secEnjoy .secHow#enjoy01 .img {
  background: url(../images/enjoy/img-enjoy-how01-02.png) no-repeat 120px 0;
  height: 479px;
  left: -47px;
  width: 610px;
}
.enjoy .secEnjoy .secHow#enjoy01 .img .img01 {
  left: 0;
  margin-top: 91px;
  position: absolute;
  top: 0;
}
.enjoy .secEnjoy .secHow#enjoy01 .txt {
  background-image: url(../images/enjoy/bg-enjoy-how01-pop.png);
  height: 485px;
  margin: 25px 0 0 425px;
  padding: 118px 0 0 148px;
}
.enjoy .secEnjoy .secHow#enjoy01 .txt .num {
  left: 267px;
  top: 1px;
}
.enjoy .secEnjoy .secHow#enjoy02 {
  margin-top: -8px;
  padding: 4px 0 101px;
}
.enjoy .secEnjoy .secHow#enjoy02 .img {
  background: url(../images/enjoy/img-enjoy-how02-01.gif) no-repeat 0 0;
  height: 556px;
  left: 397px;
  top: 5px;
  width: 781px;
}
.enjoy .secEnjoy .secHow#enjoy02 .img .img01, .enjoy .secEnjoy .secHow#enjoy02 .img .img02, .enjoy .secEnjoy .secHow#enjoy02 .img .img03 {
  left: 0;
  position: absolute;
  top: 0;
}
.enjoy .secEnjoy .secHow#enjoy02 .img .img01 {
  margin: 33px 0 0 135px;
}
.enjoy .secEnjoy .secHow#enjoy02 .img .img02 {
  margin: 75px 0 0 5px;
}
.enjoy .secEnjoy .secHow#enjoy02 .img .img03 {
  margin: 41px 0 0 480px;
}
.enjoy .secEnjoy .secHow#enjoy02 .txt {
  background-image: url(../images/enjoy/bg-enjoy-how02-pop.png);
  height: 461px;
  margin-left: -14px;
  padding: 131px 0 0 64px;
  width: 529px;
}
.enjoy .secEnjoy .secHow#enjoy02 .txt .tit {
  margin-bottom: 28px;
}
.enjoy .secEnjoy .secHow#enjoy02 .txt .num {
  left: 180px;
  top: -4px;
}
.enjoy .secEnjoy .secHow#enjoy03 {
  margin-top: 2px;
}
.enjoy .secEnjoy .secHow#enjoy03 .img {
  height: 431px;
  width: 527px;
  text-align: center;
}
.enjoy .secEnjoy .secHow#enjoy03 .txt {
  background-image: url(../images/enjoy/bg-enjoy-how03-pop.png);
  height: 485px;
  margin: 13px 0 0 403px;
  padding: 118px 0 0 153px;
}
.enjoy .secEnjoy .secHow#enjoy03 .txt .tit {
  margin-bottom: 24px;
}
.enjoy .secEnjoy .secHow#enjoy03 .txt .num {
  left: 252px;
  top: -1px;
}
.enjoy .secEnjoy .secHow#enjoy04 {
  margin-top: -67px;
}
.enjoy .secEnjoy .secHow#enjoy04 .img {
  background: url(../images/enjoy/img-enjoy-how04-04.gif) no-repeat 0 0;
  height: 403px;
  left: 366px;
  top: 93px;
  width: 635px;
}
.enjoy .secEnjoy .secHow#enjoy04 .img .img01, .enjoy .secEnjoy .secHow#enjoy04 .img .img02, .enjoy .secEnjoy .secHow#enjoy04 .img .img03 {
  left: 0;
  position: absolute;
  top: 0;
}
.enjoy .secEnjoy .secHow#enjoy04 .img .img01 {
  margin: 2px 0 0 32px;
}
.enjoy .secEnjoy .secHow#enjoy04 .img .img03 {
  margin: 30px 0 0 493px;
}
.enjoy .secEnjoy .secHow#enjoy04 .txt {
  background-image: url(../images/enjoy/bg-enjoy-how04-pop.png);
  height: 486px;
  margin-left: -52px;
  padding: 127px 0 0 88px;
}
.enjoy .secEnjoy .secHow#enjoy04 .txt .num {
  left: 207px;
  top: 3px;
}
.enjoy .secEnjoy .secHow#enjoy05 {
  margin-top: 21px;
  padding-bottom: 97px;
}
.enjoy .secEnjoy .secHow#enjoy05 .img {
  height: 570px;
  left: -11px;
  width: 469px;
}
.enjoy .secEnjoy .secHow#enjoy05 .txt {
  background-image: url(../images/enjoy/bg-enjoy-how05-pop.png);
  height: 452px;
  margin: 21px 0 0 419px;
  padding: 121px 0 0 127px;
  width: 518px;
}
.enjoy .secEnjoy .secHow#enjoy05 .txt .tit {
  margin-bottom: 23px;
}
.enjoy .secEnjoy .secHow#enjoy05 .txt .num {
  left: 226px;
  top: 2px;
}
.enjoy .secEnjoy .secHow#enjoy06 {
  margin-top: -65px;
}
.enjoy .secEnjoy .secHow#enjoy06 .img {
  background: url(../images/enjoy/img-enjoy-how06-04.gif) no-repeat 0 0;
  height: 556px;
  left: 350px;
  width: 670px;
}
.enjoy .secEnjoy .secHow#enjoy06 .img .img01, .enjoy .secEnjoy .secHow#enjoy06 .img .img02, .enjoy .secEnjoy .secHow#enjoy06 .img .img03 {
  left: 0;
  position: absolute;
  top: 0;
}
.enjoy .secEnjoy .secHow#enjoy06 .img .img01 {
  margin-top: 64px;
}
.enjoy .secEnjoy .secHow#enjoy06 .img .img02 {
  margin: 29px 0 0 326px;
}
.enjoy .secEnjoy .secHow#enjoy06 .img .img03 {
  margin: 251px 0 0 219px;
}
.enjoy .secEnjoy .secHow#enjoy06 .txt {
  background-image: url(../images/enjoy/bg-enjoy-how06-pop.png);
  height: 486px;
  margin: 95px 0 0 -52px;
  padding: 124px 0 0 88px;
}
.enjoy .secEnjoy .secHow#enjoy06 .txt .tit {
  margin-bottom: 21px;
}
.enjoy .secEnjoy .secHow#enjoy06 .txt .num {
  left: 207px;
  top: 3px;
}
.enjoy .secEnjoy .secDay {
  background: #fff;
  margin-top: -25px;
  padding-top: 54px;
}
.enjoy .secEnjoy .secDay .tit {
  font-size: 26px;
  text-align: center;
}

/* 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;
}
