@charset "UTF-8";
/*================================================================
 *FILE          :cencept.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* クリアフィックス @include clearfix;
-----------------------------------------------------------------*/
/* メディアクエリ変数
-----------------------------------------------------------------*/
/* 色変数
-----------------------------------------------------------------*/
/* font-family変数
-----------------------------------------------------------------*/
/* @extend
-----------------------------------------------------------------*/
.button, .headerNav_buttonList_item {
  line-height: 46px;
  border-radius: 5px;
  border: solid 2px #00C2D0;
  background-color: #00C2D0; }
  .button:after, .headerNav_buttonList_item:after {
    background-size: 100% 100%; }
  @media only screen and (min-width: 768px) {
    .button, .headerNav_buttonList_item {
      -webkit-transition: all 300ms;
      transition: all 300ms;
      width: 400px;
      margin: 0 auto; }
      .button:before, .headerNav_buttonList_item:before, .button:after, .headerNav_buttonList_item:after {
        -webkit-transition: all 300ms;
        transition: all 300ms; }
      .button:hover, .headerNav_buttonList_item:hover {
        opacity: 0.7; } }
  @media only screen and (max-width: 767px) {
    .button, .headerNav_buttonList_item {
      margin: 0 10px; }
      .headerNav_buttonList .button, .headerNav_buttonList .headerNav_buttonList_item {
        margin: 0; } }
  .button span, .headerNav_buttonList_item span, .button a, .headerNav_buttonList_item a {
    color: #fff;
    font-weight: bold; }

.postList_tag, .postDetail_tag {
  display: block;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  border: solid 1px #BABDBA;
  border-radius: 25px;
  background-color: #E6E8E6;
  z-index: 1; }

[data-device="sp"][data-page="faq"] .pageVisual {
  position: relative; }
  [data-device="sp"][data-page="faq"] .pageVisual:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/wp/wp-content/themes/assets/images/common/visual-cover.png);
    background-size: 100% 100%; }

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html, body {
  -webkit-print-color-adjust: exact;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none; }
  @media only screen and (min-width: 768px) {
    html, body {
      min-width: 1200px; } }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  font-size: 62.5%; }

body {
  font-size: 1.0rem; }

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
  background: no-repeat; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .1em;
  line-height: 1;
  word-break: break-all; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000; }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: middle; }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* # =================================================================
   # ページベースstyle
   # ================================================================= */
@media only screen and (min-width: 768px) {
  .view-sp {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .view-pc {
    display: none !important; } }

.undrline {
  background:linear-gradient(transparent 70%, #FFFF00 0%);
  }

.contents {
  text-align: center; }
  [data-page="comfirm"] .contents, [data-page="thanks"] .contents {
    background-color: #EEEEEE; }
  @media only screen and (min-width: 768px) {
    .contents {
      padding: 100px 0; }
      [data-page="faq"] .contents {
        background-color: #EEEEEE; }
        [data-page="faq"] .contents[data-type="archive"] {
          padding-bottom: 0; }
      [data-page="contact"] .contents {
        padding-bottom: 0; }
      .contents[data-type="taxonomy"], [data-page="404"] .contents {
        padding-top: 200px; } }
  @media only screen and (max-width: 767px) {
    .contents {
      padding-top: 60px; }
      [data-page="comfirm"] .contents, [data-page="thanks"] .contents, [data-page="price"] .contents, [data-page="404"] .contents {
        padding-bottom: 50px; } }

iframe[name="google_conversion_frame"] {
  width: 0;
  height: 0;
  overflow: hidden;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

/*変数、component
-----------------------------------------------------------------*/
/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*ユーティリティー
-----------------------------------------------------------------*/
.color-blue {
  color: #00C2D0; }

/*ボタンパーツ
-----------------------------------------------------------------*/
.toTop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none;
  z-index: 1; }
  .toTop a {
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #444444;
    background-image: url(/wp/wp-content/themes/assets/images/common/arrow-top-white.png);
    background-position: center center; }
    .toTop a:hover {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
  @media only screen and (max-width: 767px) {
    .toTop {
      display: none !important; } }

@media only screen and (min-width: 768px) {
  .buttonBox {
    zoom: 1;
    display: inline-block; }
    .buttonBox:before, .buttonBox:after {
      position: static;
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .buttonBox:after {
      clear: both; } }

@media only screen and (max-width: 767px) {
  .buttonBox {
    padding-bottom: 50px;
    background-color: #EEEEEE; }
    [data-page="404"] .buttonBox {
      padding-bottom: 0;
      background-color: #fff; } }

.button {
  position: relative;
  display: block;
  color: #fff;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .button {
      font-size: 16px;
      font-weight: bold; }
      .buttonBox .button {
        float: right; }
        .buttonBox .button:first-child {
          float: left; }
        .buttonBox .button + .button {
          margin-left: 20px; } }
  @media only screen and (max-width: 767px) {
    .button {
      font-size: 15px;
      font-weight: bold; }
      .buttonBox .button + .button {
        margin-top: 10px; } }
  .button:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    display: block;
    width: 10px;
    height: 12px;
    margin: auto 0;
    background-image: url(/wp/wp-content/themes/assets/images/common/arrow-right-white.png); }
  .button input {
    cursor: pointer;
    display: block;
    width: 100%; }

.button-backColor-gray {
  border: solid 2px #444444;
  background-color: #444444; }
  @media only screen and (min-width: 768px) {
    [data-page="comfirm"] .button-backColor-gray {
      margin-top: 40px; } }
  @media only screen and (max-width: 767px) {
    [data-page="comfirm"] .button-backColor-gray {
      margin-top: 20px; } }

.button-iconRight {
  position: relative; }
  .button-iconRight:after {
    content: "";
    display: block;
    background-size: auto 100%; }
    .button-iconRight-net:after {
      background-image: url(/wp/wp-content/themes/assets/images/common/icon-net.png); }
    .button-iconRight-facility:after {
      background-image: url(/wp/wp-content/themes/assets/images/common/icon-facility.png); }
    .button-iconRight-guide:after {
      background-image: url(/wp/wp-content/themes/assets/images/common/icon-guide.png); }
    @media only screen and (min-width: 768px) {
      .button-iconRight:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        height: 14px;
        margin: auto 0; }
        .button-iconRight-facility:after {
          width: 17px; }
        .button-iconRight-guide:after {
          width: 10px; } }
    @media only screen and (max-width: 767px) {
      .button-iconRight:after {
        height: 13px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto 0; }
        .button-iconRight-facility:after {
          width: 15px; }
        .button-iconRight-guide:after {
          width: 12px; } }

.button-hasIcon-mail span {
  position: relative; }
  .button-hasIcon-mail span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -35px;
    display: block;
    width: 24px;
    height: 16px;
    margin: auto 0;
    background-image: url(../images/common/icon-mail.png);
    background-size: 100% 100%; }

.button-hasIcon-link {
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .button-hasIcon-link {
      width: 305px;
      line-height: 46px;
      padding-left: 26px; } }
  @media only screen and (max-width: 767px) {
    .button-hasIcon-link {
      line-height: 37px;
      padding-left: 15px;
      margin: 0 25px; } }
  .reservationMordal_list_item .button-hasIcon-link {
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .reservationMordal_list_item .button-hasIcon-link {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .reservationMordal_list_item .button-hasIcon-link {
        font-size: 16px; } }
  .button-hasIcon-link:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto 0;
    background-image: url(/wp/wp-content/themes/assets/images/common/icon-net.png);
    background-size: 100% 100%; }

[data-page="contact"] .button-back {
  display: none; }

/*SNSボタンパーツ
-----------------------------------------------------------------*/
.snsList {
  zoom: 1; }
  .snsList:before, .snsList:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .snsList:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .snsList {
      display: inline-block; } }
  @media only screen and (max-width: 767px) {
    .snsList {
      background-color: #00C2D0; } }

.snsList_item {
  float: left;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .snsList_item + .snsList_item {
      margin-left: 15px; } }
  @media only screen and (max-width: 767px) {
    .snsList_item {
      width: 25%; } }

@media only screen and (min-width: 768px) {
  .snsList_item-line {
    display: none; } }

.snsList_link {
  display: block;
  background-color: #00C2D0; }
  @media only screen and (min-width: 768px) {
    .snsList_link {
      -webkit-transition: opacity 500ms;
      transition: opacity 500ms;
      width: 50px;
      height: 50px;
      font-size: 0;
      line-height: 50px;
      border-radius: 50px; }
      .snsList_link:hover {
        opacity: 0.7; }
      .snsList_link img {
        height: 16px;
        vertical-align: middle; }
      .sideBar .snsList_link {
        width: 40px;
        height: 40px;
        line-height: 40px; }
        .sideBar .snsList_link img {
          height: 11px; } }
  @media only screen and (max-width: 767px) {
    .snsList_link {
      line-height: 80px; }
      .snsList_link img {
        height: 30px;
        vertical-align: middle; } }

/*タブパーツ
-----------------------------------------------------------------*/
.toggleButton {
  position: relative; }

.toggleIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto 0; }
  .toggleIcon i {
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    margin: auto;
    background-color: #666666; }
    .toggleIcon i:nth-child(2n) {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .toggleButton.open .toggleIcon i:first-child {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .toggleButton.open .toggleIcon i:nth-child(2n) {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }

.toggleTarget {
  display: none; }

.tabBox {
  position: relative;
  text-align: center;
  margin: 30px 0;
  padding: 20px 10px;
  background-color: #EEEEEE;
  z-index: 1; }
  .columnContainer .tabBox {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 0;
    background-color: #fff; }

[data-type="taxonomy"] .tabBox-top {
  display: none; }

.tabBox_title {
  color: #000;
  font-size: 12px;
  text-align: left;
  margin-bottom: 15px; }

.tabList {
  width: 100%;
  border: solid 1px #666666;
  border-top: none;
  background-color: #fff; }
  .columnContainer .tabList {
    border: solid 1px #999999;
    border-top: none; }

.tabBox_item, .tabList_item {
  display: block;
  font-size: 14px;
  text-align: left; }

.tabBox_item {
  color: #00C2D0;
  padding: 12px 15px;
  border: solid 1px #666666;
  background-color: #fff; }
  .columnContainer .tabBox_item {
    color: #000;
    border: solid 1px #999999; }

.tabList_item {
  border-top: solid 1px #666666; }
  .tabList_item:first-child {
    border-top: none; }
  .columnContainer .tabList_item {
    border-top: solid 1px #999999; }
    .columnContainer .tabList_item:first-child {
      border-top: none; }
  .tabList_item a, .tabList_item span {
    display: block;
    color: #00C2D0; }
    .columnContainer .tabList_item a, .columnContainer .tabList_item span {
      color: #000; }
  .tabList_item a {
    padding: 13px 15px; }

/*モーダルパーツ
-----------------------------------------------------------------*/
.mordalBg {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #222222;
  z-index: 1000; }

.mordalBox {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #222222;
  z-index: 1000; }

.mordalBox_inner {
  display: table-cell;
  font-size: 0;
  text-align: right;
  vertical-align: middle; }

.mordalButton {
  display: inline-block;
  margin-right: 30px; }
  .mordalButton i {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    display: block;
    width: 24px;
    height: 3px;
    margin: 4px auto;
    background-color: #fff; }
    .mordalButton i:first-child {
      -webkit-transform: translate(0px, 8px) rotate(45deg);
      -ms-transform: translate(0px, 8px) rotate(45deg);
      transform: translate(0px, 8px) rotate(45deg); }
    .mordalButton i:nth-child(2n) {
      opacity: 0; }
    .mordalButton i:nth-child(3n) {
      -webkit-transform: translate(0px, -6px) rotate(-45deg);
      -ms-transform: translate(0px, -6px) rotate(-45deg);
      transform: translate(0px, -6px) rotate(-45deg); }

.reservationMordal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 10000; }

.reservationMordal_bg {
  position: relative;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  background-color: #000; }

.reservationMordal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 15px;
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    .reservationMordal_inner {
      width: 450px;
      padding: 35px 0 63px;
      margin-top: -190px;
      margin-left: -240px; } }
  @media only screen and (max-width: 767px) {
    .reservationMordal_inner {
      width: 282px;
      padding: 11px 0 35px;
      margin-top: -123px;
      margin-left: -141px; } }

.reservationMordal_title {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .reservationMordal_title {
      font-size: 24px;
      margin-bottom: 45px; } }
  @media only screen and (max-width: 767px) {
    .reservationMordal_title {
      font-size: 16px;
      margin-bottom: 25px; } }

.reservationMordal_list_item + .reservationMordal_list_item {
  margin-top: 25px; }

.reservationMordal_closeButton {
  cursor: pointer;
  background-image: url(../images/common/icon-close.png);
  background-size: 100% 100%; }
  @media only screen and (min-width: 768px) {
    .reservationMordal_closeButton {
      width: 28px;
      height: 28px;
      margin: 0 auto 50px; } }
  @media only screen and (max-width: 767px) {
    .reservationMordal_closeButton {
      width: 20px;
      height: 20px;
      margin: 0 auto 25px; } }

/* 見出しスタイル
-----------------------------------------------------------------*/
.sticky {
  font-weight: bold;
  background: #EEE; }
  @media only screen and (min-width: 768px) {
    .sticky {
      height: 60px;
      padding-left: 30px;
      font-size: 24px;
      line-height: 60px;
      border-left: 4px solid #00C2D0; } }
  @media only screen and (max-width: 767px) {
    .sticky {
      height: 40px;
      padding-left: 10px;
      font-size: 18px;
      line-height: 40px;
      border-left: 5px solid #00C2D0; } }
  .sticky-link {
    display: block;
    position: relative; }
    .sticky-link:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 17px;
      display: block;
      width: 10px;
      height: 12px;
      margin: auto 0;
      background-image: url(../images/common/arrow-right-black.png);
      background-size: contain; }

/*ページ上部メインビジュアル
-----------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .pageTop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media only screen and (max-width: 767px) {
  .pageTop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.pageTop_title {
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .pageTop_title {
      font-size: 36px; } }
  @media only screen and (max-width: 767px) {
    .pageTop_title {
      font-size: 20px;
      padding: 20px 0;
      margin-bottom: 30px;
      background-color: #EEEEEE; } }

.pageVisual {
  position: relative; }

.pageVisual_img img {
  width: 100%; }

.pageVisual_title {
  position: absolute;
  top: 50%;
  text-align: left;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  [data-page="plan"] .pageVisual_title, [data-page="column"] .pageVisual_title, [data-page="staff"] .pageVisual_title, [data-page="price"] .pageVisual_title, [data-page="gym"] .pageVisual_title, [data-page="personal30"] .pageVisual_title, [data-page="personal_stretch"] .pageVisual_title, [data-page="visit"] .pageVisual_title, [data-page="facilities"] .pageVisual_title, [data-page="accessmap"] .pageVisual_title {
    color: #fff; }
  @media only screen and (min-width: 768px) {
    .pageVisual_title {
      left: 125px; } }
  @media only screen and (max-width: 767px) {
    .pageVisual_title {
      left: 15px; }
      [data-page="faq"] .pageVisual_title {
        color: #fff; } }

.pageVisual_title_en {
  font-family: "Oswald", sans-serif;
  font-style: italic;
  margin-bottom: 17px; }
  @media only screen and (min-width: 768px) {
    .pageVisual_title_en {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .pageVisual_title_en {
      font-size: 12px;
      margin-bottom: 10px; } }

.pageVisual_title_jp {
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .pageVisual_title_jp {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .pageVisual_title_jp {
      font-size: 18px; } }

.pageTitle {
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .pageTitle {
      font-size: 36px; }
      [data-page="faq"] .pageTitle {
        padding-bottom: 60px; }
      [data-page="accessmap"] .pageTitle, [data-page="privacy"] .pageTitle {
        padding-bottom: 100px; }
      [data-page="staff"] .pageTitle, [data-page="contact"] .pageTitle, [data-page="personal"] .pageTitle, [data-page="facilities"] .pageTitle, [data-page="plan"] .pageTitle {
        margin-bottom: 50px; }
      [data-page="comfirm"] .pageTitle, [data-page="thanks"] .pageTitle {
        color: #00C2D0;
        font-size: 24px; }
      [data-page="price"] .pageTitle, [data-page="sitemap"] .pageTitle {
        margin-bottom: 80px; }
      [data-page="404"] .pageTitle {
        margin-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .pageTitle {
      font-size: 20px;
      line-height: 1.5;
      padding: 50px 0 30px; }
      [data-page="comfirm"] .pageTitle, [data-page="thanks"] .pageTitle {
        color: #00C2D0;
        font-size: 20px; }
      [data-page="404"] .pageTitle {
        padding-top: 30px; } }
  @media only screen and (max-width: 420px) {
    .pageTitle {
      padding: 70px 30px 50px; } }

.pageText {
  line-height: 2.0; }
  @media only screen and (min-width: 768px) {
    .pageText {
      font-size: 16px;
      padding: 50px 0; }
      [data-page="contact"] .pageText {
        padding-bottom: 50px; }
      [data-page="facilities"] .pageText {
        margin-top: 40px; }
      [data-page="plan"] .pageText {
        color: #00C2D0;
        font-weight: bold;
        letter-spacing: .1em;
        font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .pageText {
      font-size: 14px;
      text-align: left;
      padding-bottom: 40px; }
      [data-page="contact"] .pageText {
        text-align: center;
        padding-bottom: 20px; }
      [data-page="staff"] .pageText {
        margin: 0 15px; }
      [data-page="plan"] .pageText {
        display: none; }
      [data-page="personal"] .pageText, [data-page="facilities"] .pageText {
        margin: 0 20px; }
      [data-page="404"] .pageText {
        text-align: center;
        margin: 0 10px; } }
    @media only screen and (max-width: 420px) {
      .pageText {
        padding: 0 30px;
        text-align: center; } }

@media only screen and (min-width: 768px) {
  [data-page="404"] .pageText-top, [data-page="404"] .pageText-middle {
    padding-bottom: 30px; } }

@media only screen and (max-width: 767px) {
  [data-page="404"] .pageText-top, [data-page="404"] .pageText-middle {
    padding-bottom: 10px; } }

/*パンくずパーツ
-----------------------------------------------------------------*/
.breadList {
  zoom: 1; }
  .breadList:before, .breadList:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .breadList:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .breadList {
      width: 960px;
      padding: 30px 0 100px 10px;
      margin: 0 auto; }
      [data-type="taxonomy"] .breadList {
        padding-top: 65px;
        padding-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .breadList {
      padding: 15px 0 30px 10px;
      background-color: #fff; }
      [data-page="faq"] [data-type="single"] .breadList, [data-page="contact"] .breadList, [data-page="privacy"] .breadList, [data-page="sitemap"] .breadList {
        padding-bottom: 0; } }

.breadList_item {
  float: left;
  font-size: 12px;
  line-height: 1.6;
  text-align: left; }
  .breadList_item + .breadList_item {
    position: relative;
    margin-left: 20px; }
    .breadList_item + .breadList_item:before {
      content: ">";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -15px;
      margin: auto 0; }
  .breadList_item span {
    color: #00C2D0; }

/*サイドバー
-----------------------------------------------------------------*/
.sideBar {
  float: right;
  width: 260px;
  text-align: left; }

.sideBar_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px; }

.sideBar_categoryList {
  padding-left: 13px;
  margin-bottom: 50px; }

.sideBar_categoryList_item + .sideBar_categoryList_item {
  margin-top: 25px; }

.sideBar_categoryList_link {
  font-size: 13px; }

.sideBar_shareBox {
  text-align: center;
  padding: 30px 0;
  border: solid 6px #EEEEEE; }

.sideBar_shareBox_title {
  color: #00C2D0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 22px; }

.sideBar_shareBox_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 25px; }

/*プランブロック
-----------------------------------------------------------------*/
.contentsPlanList {
  zoom: 1; }
  .contentsPlanList:before, .contentsPlanList:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .contentsPlanList:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .topSection-plan .contentsPlanList {
      margin-bottom: 60px; }
    .staffTraining .contentsPlanList {
      margin-bottom: 60px; }
    .planOtherPlan .contentsPlanList {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .topSection-plan .contentsPlanList {
      margin-bottom: 30px; }
    .staffTraining .contentsPlanList {
      margin-bottom: 30px; }
    .planOtherPlan .contentsPlanList {
      margin-bottom: 30px; } }

.contentsPlanList_item {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .contentsPlanList_item {
      float: left; } }

@media only screen and (min-width: 768px) {
  .contentsPlanList_item-column-3 {
    width: 33.333%; } }

@media only screen and (min-width: 768px) {
  .contentsPlanList_item-column-2 {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  .contentsPlanList_item-visitor, .contentsPlanList_item-stretch {
    display: none; } }

.planOtherPlan .contentsPlanList_link {
  position: relative;
  display: block; }
  .planOtherPlan .contentsPlanList_link:after {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    opacity: 0.2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000; }

.contentsPlanList_img {
  overflow: hidden; }
  .contentsPlanList_link:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .contentsPlanList_img img {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    width: 100%; }

.contentsPlanList_character {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1; }

.contentsPlanList_title {
  font-weight: bold;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .contentsPlanList_title {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .contentsPlanList_title {
      font-size: 20px; } }

@media only screen and (min-width: 768px) {
  .contentsPlanList_lead {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px; } }

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

@media only screen and (min-width: 768px) {
  .contentsPlanList_text {
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .contentsPlanList_text {
    font-size: 14px; }
    .topSection-plan .contentsPlanList_text {
      display: none; } }

.contentsPlanList_price {
  color: #00C2D0;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .contentsPlanList_price {
      font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .contentsPlanList_price {
      font-size: 15px; } }
  .contentsPlanList_price .number {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: normal; }
    @media only screen and (max-width: 767px) {
      .contentsPlanList_price .number {
        font-size: 25px; } }
  @media only screen and (max-width: 767px) {
    .contentsPlanList_price .tax {
      font-size: 8px; } }

/*記事投稿一覧
-----------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .columnContainer {
    zoom: 1;
    width: 960px;
    margin: 0 auto; }
    .columnContainer:before, .columnContainer:after {
      position: static;
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .columnContainer:after {
      clear: both; } }

@media only screen and (max-width: 767px) {
  .columnContainer {
    padding: 0 10px; } }

.postSlider {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .postSlider {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .postSlider {
      margin-bottom: 35px; } }

@media only screen and (min-width: 768px) {
  .columnContainer .postBox {
    float: left;
    width: 620px; }
  .columnSection_recommend .postBox {
    width: 960px;
    margin: 0 auto; } }

@media only screen and (max-width: 767px) {
  .postBox {
    font-size: 0;
    text-align: center; } }

.postList {
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .postList {
      font-size: 0; }
      .columnContainer .postList {
        width: 640px;
        margin-bottom: 75px; }
      .sideBar .postList {
        width: auto;
        margin-bottom: 50px; }
      .columnSection_recommend .postList {
        width: 990px;
        margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .postList {
      display: inline-block;
      width: 99.9%; } }

.postList_item {
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (min-width: 768px) {
    .postList_item {
      width: 300px; }
      [data-page="column"] .postList_item {
        margin: 30px 20px 0 0; }
        [data-page="column"] .postList_item:nth-child(-n+2) {
          margin-top: 0; }
      .sideBar .postList_item {
        width: 100%;
        padding-bottom: 17px;
        margin-right: 0; }
        .sideBar .postList_item + .postList_item {
          margin-top: 20px; }
      .columnSection_recommend .postList_item {
        margin: 50px 30px 0 0; }
        .columnSection_recommend .postList_item:nth-child(-n+3) {
          margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .postList_item {
      width: 50%;
      letter-spacing: normal;
      margin-top: 20px; }
      .postList_item:nth-child(2n+1) {
        padding-right: 5px; }
      .postList_item:nth-child(2n) {
        padding-left: 5px; }
      .postList_item:nth-child(-n+2) {
        margin-top: 0; }
      .topSection .postList_item {
        margin-top: 0; }
        .topSection .postList_item:nth-child(2n+1) {
          padding-right: 0; }
        .topSection .postList_item:nth-child(2n) {
          padding-left: 0; } }

.postList_link {
  zoom: 1;
  display: block; }
  .postList_link:before, .postList_link:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .postList_link:after {
    clear: both; }

.postList_visual {
  position: relative;
  margin-bottom: 25px; }

.postList_img {
  border: solid 1px #E6E8E6; }
  .postList_img img {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .postList_img {
      width: 300px;
      height: 200px;
      overflow: hidden; }
      .postList_img:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .sideBar .postList_img {
        float: left;
        width: 100px;
        height: 67px;
        margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .postList_img img {
      width: 100%; } }

.postList_tag {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 20px; }
  @media only screen and (min-width: 768px) {
    .postList_tag {
      bottom: -12px;
      font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    .postList_tag {
      bottom: -12px;
      font-size: 10px; } }

.postList_text {
  line-height: 1.6;
  margin-bottom: 17px; }
  @media only screen and (min-width: 768px) {
    .postList_text {
      font-size: 14px; }
      .sideBar .postList_text {
        float: right;
        width: 145px;
        font-size: 12px;
        text-align: left; } }
  @media only screen and (max-width: 767px) {
    .postList_text {
      font-size: 12px; } }

.postList_date {
  font-family: "Lato", sans-serif;
  color: #BABDBA; }
  @media only screen and (min-width: 768px) {
    .postList_date {
      font-size: 14px; }
      .sideBar .postList_date {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    .postList_date {
      font-size: 10px; } }

.postPager {
  position: relative;
  text-align: center;
  margin-top: 35px; }
  .postPager .inner {
    display: inline-block;
    font-size: 0; }

.page-numbers {
  display: inline-block;
  width: 50px;
  line-height: 29px;
  margin-left: -1px;
  border-right: solid 1px #BABDBA; }
  @media only screen and (min-width: 768px) {
    .page-numbers {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .page-numbers {
      font-size: 18px; } }
  .page-numbers:first-child {
    border-left: solid 1px #BABDBA; }
  .page-numbers a {
    display: block;
    color: #666666; }
  .page-numbers.current {
    position: relative;
    color: #00C2D0; }
    .page-numbers.current a {
      color: #00C2D0; }

/*記事投稿詳細
-----------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .postDetail {
    float: left;
    width: 620px; } }

.postDetail_top {
  zoom: 1; }
  .postDetail_top:before, .postDetail_top:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .postDetail_top:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .postDetail_top {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .postDetail_top {
      margin-bottom: 12px; } }

.postDetail .postDetail_tag {
  float: left; }

@media only screen and (min-width: 768px) {
  .postDetail_tag {
    margin: 0 20px; }
    .postDetail .postDetail_tag {
      width: 140px; } }

@media only screen and (max-width: 767px) {
  .postDetail_tag {
    margin-right: 20px; }
    .postDetail .postDetail_tag {
      width: 126px; } }

.postDetail_date {
  color: #BABDBA;
  font-family: "Lato", sans-serif; }
  .postDetail .postDetail_date {
    float: left;
    line-height: 24px; }
  @media only screen and (min-width: 768px) {
    .postDetail_date {
      font-size: 15px; } }
  @media only screen and (max-width: 767px) {
    .postDetail_date {
      font-size: 10px; } }

.postDetail_title {
  font-weight: bold;
  text-align: left;
  line-height: 1.6; }
  @media only screen and (min-width: 768px) {
    .postDetail_title {
      font-size: 30px;
      margin-bottom: 35px; } }
  @media only screen and (max-width: 767px) {
    .postDetail_title {
      font-size: 20px;
      margin-bottom: 23px; } }

.postDetail_snsList {
  margin-bottom: 50px; }

.postDetail_snsList {
  zoom: 1; }
  .postDetail_snsList:before, .postDetail_snsList:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .postDetail_snsList:after {
    clear: both; }

.postDetail_snsList_item {
  float: left; }
  @media only screen and (min-width: 768px) {
    .postDetail_snsList_item {
      width: 124px; } }
  @media only screen and (max-width: 767px) {
    .postDetail_snsList_item {
      width: 25%; } }
  .postDetail_snsList_item-fb {
    background-color: #39579A;
    background-image: url(/wp/wp-content/themes/assets/images/common/icon-sns-fb-min.png); }
  .postDetail_snsList_item-tw {
    background-color: #1B95E0;
    background-image: url(/wp/wp-content/themes/assets/images/common/icon-sns-tw-min.png); }
  .postDetail_snsList_item-gg {
    background-color: #DB4437;
    background-image: url(/wp/wp-content/themes/assets/images/common/icon-sns-gg-min.png); }
  .postDetail_snsList_item-b {
    background-color: #0083D1;
    background-image: url(/wp/wp-content/themes/assets/images/common/icon-sns-b-min.png); }
  .postDetail_snsList_item-line {
    background-color: #00B900;
    background-image: url(/wp/wp-content/themes/assets/images/common/icon-sns-line-min.png); }
  .postDetail_snsList_item-like {
    background-color: #EFEFEF;
    background-image: url(/wp/wp-content/themes/assets/images/common/icon-sns-like-min.png); }
  .postDetail_snsList_item-fb {
    background-size: auto 22px; }
  .postDetail_snsList_item-tw {
    background-size: auto 22px; }
  .postDetail_snsList_item-gg {
    background-size: auto 18px; }
  .postDetail_snsList_item-b {
    background-size: auto 18px; }
  .postDetail_snsList_item-line {
    background-size: auto 22px; }
  @media only screen and (min-width: 768px) {
    .postDetail_snsList_item {
      background-position: center center; } }
  @media only screen and (max-width: 767px) {
    .postDetail_snsList_item {
      background-position: center 11px; } }

.postDetail_snsList_item-like {
  font-size: 0;
  line-height: 60px; }
  .postDetail_snsList_item-like .fb-like {
    vertical-align: middle; }
  .postDetail_snsList_item-like .fb_iframe_widget_fluid {
    display: inline-block; }

.postDetail_snsList_link {
  position: relative;
  display: block;
  height: 60px;
  color: #fff;
  line-height: 60px; }
  .postDetail_snsList_link span {
    position: absolute;
    bottom: 12px;
    display: block;
    text-align: center;
    left: 0;
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .postDetail_snsList_link {
      font-size: 0; } }
  @media only screen and (max-width: 767px) {
    .postDetail_snsList_link {
      font-size: 10px;
      font-weight: bold; } }

.postDetail_img {
  margin-bottom: 35px; }
  .postDetail_img img {
    width: 100%; }

.postDetail_lead {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  padding: 15px 20px;
  background-color: #EFEFEF; }

.postDetail_textBox {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .postDetail_textBox {
      margin: 35px 0 70px; } }
  @media only screen and (max-width: 767px) {
    .postDetail_textBox {
      margin: 50px 0 40px; } }
  .postDetail_textBox h2, .postDetail_textBox h3, .postDetail_textBox p {
    text-align: left; }
  .postDetail_textBox h2 {
    position: relative;
    color: #00C2D0;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px; }
    .postDetail_textBox h2:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 10px;
      height: 100%;
      background-color: #00C2D0; }
    @media only screen and (min-width: 768px) {
      .postDetail_textBox h2 {
        font-size: 24px;
        padding: 10px 0 10px 30px; } }
    @media only screen and (max-width: 767px) {
      .postDetail_textBox h2 {
        font-size: 18px;
        padding: 0 0 0 13px; } }
  .postDetail_textBox h3 {
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .postDetail_textBox h3 {
        font-size: 18px;
        margin: 0 10px 10px; } }
    @media only screen and (max-width: 767px) {
      .postDetail_textBox h3 {
        font-size: 15px;
        margin: 10px 0; } }
  .postDetail_textBox p {
    line-height: 2.0; }
    @media only screen and (min-width: 768px) {
      .postDetail_textBox p {
        font-size: 14px;
        margin: 0 10px 25px; } }
    @media only screen and (max-width: 767px) {
      .postDetail_textBox p {
        font-size: 13px;
        margin-bottom: 13px; } }
  @media only screen and (min-width: 768px) {
    .postDetail_textBox strong {
      font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .postDetail_textBox strong {
      font-size: 15px; } }
  .postDetail_textBox img {
    max-width: 100%;
    height: auto !important; }

@media only screen and (min-width: 768px) {
  .postDetail_shareBox {
    margin-bottom: 65px; } }

@media only screen and (max-width: 767px) {
  .postDetail_shareBox {
    margin-bottom: 30px; } }

.postDetail_shareBox_title:before, .postDetail_shareBox_title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 22px;
  margin: auto 0;
  background-color: #999999; }

.postDetail_shareBox_title {
  position: relative;
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .postDetail_shareBox_title {
      font-size: 16px;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .postDetail_shareBox_title {
      font-size: 15px;
      margin-bottom: 18px; } }
  .postDetail_shareBox_title:before {
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    left: -33px; }
  .postDetail_shareBox_title:after {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    right: -33px; }

.postDetail_shareList {
  zoom: 1; }
  .postDetail_shareList:before, .postDetail_shareList:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .postDetail_shareList:after {
    clear: both; }

.postDetail_shareList_item {
  float: left; }
  .postDetail_shareList_item + .postDetail_shareList_item {
    float: right; }
  @media only screen and (min-width: 768px) {
    .postDetail_shareList_item {
      width: 300px; } }
  @media only screen and (max-width: 767px) {
    .postDetail_shareList_item {
      width: 48%; } }

.postDetail_shareList_link {
  position: relative;
  display: table;
  color: #fff;
  width: 100%; }
  .postDetail_shareList_link span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5; }
  @media only screen and (min-width: 768px) {
    .postDetail_shareList_link {
      height: 60px;
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .postDetail_shareList_link {
      height: 50px;
      font-size: 12px; } }
  .postDetail_shareList_item-fb .postDetail_shareList_link {
    background-color: #39579A; }
  .postDetail_shareList_item-tw .postDetail_shareList_link {
    background-color: #0092E2; }
  .postDetail_shareList_link:before {
    content: "";
    display: table-cell; }
    @media only screen and (min-width: 768px) {
      .postDetail_shareList_link:before {
        width: 60px;
        height: 60px; } }
    @media only screen and (max-width: 767px) {
      .postDetail_shareList_link:before {
        width: 50px;
        height: 50px; } }
    .postDetail_shareList_item-fb .postDetail_shareList_link:before {
      background-color: #21377C;
      background-image: url(/wp/wp-content/themes/assets/images/common/icon-sns-fb-min.png);
      background-size: auto 18px;
      background-position: center center; }
    .postDetail_shareList_item-tw .postDetail_shareList_link:before {
      background-color: #006FD7;
      background-image: url(/wp/wp-content/themes/assets/images/common/icon-sns-tw-min.png);
      background-size: auto 18px;
      background-position: center center; }

.columnSection_otherPost {
  text-align: left;
  border: solid 1px #DDDDDD; }
  @media only screen and (min-width: 768px) {
    .columnSection_otherPost {
      padding: 26px 27px 20px; } }
  @media only screen and (max-width: 767px) {
    .columnSection_otherPost {
      padding: 18px 13px 16px; } }

.columnSection_otherPost_title {
  font-weight: bold;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .columnSection_otherPost_title {
      font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .columnSection_otherPost_title {
      font-size: 14px; } }

.columnSection_otherPost_item:before {
  content: "・";
  font-size: 14px; }

.columnSection_otherPost_item + .columnSection_otherPost_item {
  margin-top: 10px; }

.columnSection_otherPost_link {
  color: #00C2D0;
  font-size: 14px;
  line-height: 2.0;
  text-decoration: underline; }
  .columnSection_otherPost_link:hover {
    text-decoration: none; }

/*特別トレーニングプログラムパーツ
-----------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .trainingProgram {
    position: relative;
    font-size: 0;
    padding-top: 55px;
    margin-top: 100px; }
    .topSection .trainingProgram {
      margin-bottom: 100px; }
    .trainingProgram:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 217px;
      background-color: #EEEEEE; } }

@media only screen and (max-width: 767px) {
  .trainingProgram {
    padding: 50px 0;
    margin-top: 50px;
    background-color: #EEEEEE; } }

.trainingProgram_title {
  color: #00C2D0;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .trainingProgram_title {
      position: relative;
      font-size: 24px;
      margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .trainingProgram_title {
      font-size: 21px;
      margin-bottom: 25px; } }

@media only screen and (min-width: 768px) {
  .trainingProgram_list {
    zoom: 1;
    position: relative;
    display: inline-block; }
    .trainingProgram_list:before, .trainingProgram_list:after {
      position: static;
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .trainingProgram_list:after {
      clear: both; } }

@media only screen and (max-width: 767px) {
  .trainingProgram_list {
    margin: 0 10px; } }

@media only screen and (min-width: 768px) {
  .trainingProgram_list_item {
    float: left;
    width: 300px; }
    .trainingProgram_list_item + .trainingProgram_list_item {
      margin-left: 40px; } }

@media only screen and (max-width: 767px) {
  .trainingProgram_list_item + .trainingProgram_list_item {
    margin-top: 20px; } }

.trainingProgram_list_img img {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  width: 100%; }

@media only screen and (min-width: 768px) {
  .trainingProgram_list_img {
    width: 300px;
    height: 150px;
    margin-bottom: 10px;
    overflow: hidden; }
    .trainingProgram_list_item:hover .trainingProgram_list_img img {
      opacity: 0.7; } }

@media only screen and (max-width: 767px) {
  .trainingProgram_list_img {
    margin-bottom: 8px; } }

.trainingProgram_list_text {
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .trainingProgram_list_text {
      font-size: 13px;
      letter-spacing: 0.01em;
      line-height: 1.5; } }
  @media only screen and (max-width: 767px) {
    .trainingProgram_list_text {
      font-size: 12px; } }

/*================================================================
 *FILE					:_header.scss
 *DESCRIPTION   :ヘッダーパーツ カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*ヘッダーパーツ component
-----------------------------------------------------------------*/
/*ヘッダーパーツ style
-----------------------------------------------------------------*/
.header {
  zoom: 1;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff; }
  .header:before, .header:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .header:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .header {
      position: fixed;
      min-width: 1200px; } }
  @media only screen and (max-width: 767px) {
    .header {
      position: absolute;
      height: 60px; } }

.headerLogo {
  position: absolute;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .headerLogo {
      -webkit-transition: all 500ms;
      transition: all 500ms;
      width: 200px;
      top: 0;
      left: 0; }
      .headerLogo:hover {
        opacity: 0.7; }
      .headerLogo.logoResize {
        width: 100px; } }
  @media only screen and (max-width: 767px) {
    .headerLogo {
      width: 34px;
      height: 39px;
      top: 0;
      bottom: 0;
      left: 15px;
      margin: auto 0; } }
  .headerLogo img {
    width: 100%; }

.headerText {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  margin: auto;
  width: 100%;
  height: 60px;
  text-align: center; }
  .headerText span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5; }
  @media only screen and (min-width: 768px) {
    .headerText {
      display: none; } }

.navBox {
  position: relative;
  display: none;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .navBox.menuOpen {
      display: block; } }

.navBox_top {
  font-size: 0;
  padding: 18px 10px 18px;
  background-color: #444444; }

.navBox_title {
  display: inline-block;
  color: #999999;
  font-size: 24px;
  font-weight: bold; }

.headerNav {
  zoom: 1; }
  .headerNav:before, .headerNav:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .headerNav:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .headerNav {
      float: right;
      padding: 15px 30px 20px 0; } }

.footerNavBox {
  display: none; }

@media only screen and (min-width: 768px) {
  .headerNav_buttonList {
    zoom: 1;
    float: right;
    margin-bottom: 20px; }
    .headerNav_buttonList:before, .headerNav_buttonList:after {
      position: static;
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .headerNav_buttonList:after {
      clear: both; }
    .footer .headerNav_buttonList {
      display: none !important; } }

@media only screen and (max-width: 767px) {
  .headerNav_buttonList {
    zoom: 1;
    width: 100%;
    background-color: #00C2D0; }
    .headerNav_buttonList:before, .headerNav_buttonList:after {
      position: static;
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .headerNav_buttonList:after {
      clear: both; }
    .footer .headerNav_buttonList {
      position: fixed;
      bottom: 0;
      left: 0; } }

@media only screen and (min-width: 768px) {
  .headerNav_buttonList_item {
    float: left;
    width: 120px; }
    .headerNav_buttonList_item + .headerNav_buttonList_item {
      margin-left: 30px; } }

@media only screen and (max-width: 767px) {
  .headerNav_buttonList_item {
    float: left;
    width: 33.3%;
    height: 60px;
    border-radius: 0;
    border-right: solid 1px #00ABB2;
    border-left: solid 1px #00D9DE; }
    .headerNav_buttonList_item:first-child {
      border-left: none; }
    .headerNav_buttonList_item:last-child {
      border-right: none; } }

.headerNav_buttonList_item-tel {
  border: #FF7F00;
  border-left: solid 1px #FFB064;
  background-color: #FF7F00; }

.headerNav_buttonList_link {
  position: relative;
  font-size: 14px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .headerNav_buttonList_link {
      display: block;
      line-height: 26px;
      padding-right: 25px; } }
  @media only screen and (max-width: 767px) {
    .headerNav_buttonList_link {
      display: table;
      width: 100%;
      height: 100%; }
      .headerNav_buttonList_link span {
        display: table-cell;
        vertical-align: middle; } }
  .headerNav_buttonList_link span:before {
    content: "";
    display: block;
    background-size: 100% 100%; }
    .headerNav_buttonList_item-net .headerNav_buttonList_link span:before {
      background-image: url(/wp/wp-content/themes/assets/images/common/icon-net.png); }
    .headerNav_buttonList_item-facility .headerNav_buttonList_link span:before {
      background-image: url(/wp/wp-content/themes/assets/images/common/icon-facility.png); }
    .headerNav_buttonList_item-guide .headerNav_buttonList_link span:before {
      background-image: url(/wp/wp-content/themes/assets/images/common/icon-guide.png); }
    .headerNav_buttonList_item-tel .headerNav_buttonList_link span:before {
      background-image: url(/wp/wp-content/themes/assets/images/common/icon-tel.png); }
    @media only screen and (min-width: 768px) {
      .headerNav_buttonList_link span:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        height: 14px;
        margin: auto 0; }
        .headerNav_buttonList_item-net .headerNav_buttonList_link span:before {
          width: 15px; }
        .headerNav_buttonList_item-facility .headerNav_buttonList_link span:before {
          width: 17px; }
        .headerNav_buttonList_item-guide .headerNav_buttonList_link span:before {
          width: 10px; } }
    @media only screen and (max-width: 767px) {
      .headerNav_buttonList_link span:before {
        height: 20px;
        margin: 0 auto 10px; }
        .headerNav_buttonList_item-net .headerNav_buttonList_link span:before {
          width: 20px; }
        .headerNav_buttonList_item-facility .headerNav_buttonList_link span:before {
          width: 23px; }
        .headerNav_buttonList_item-guide .headerNav_buttonList_link span:before {
          width: 15px; }
        .headerNav_buttonList_item-tel .headerNav_buttonList_link span:before {
          width: 20px; } }

@media only screen and (min-width: 768px) {
  .headerNav_glovalList {
    zoom: 1;
    clear: both;
    float: right; }
    .headerNav_glovalList:before, .headerNav_glovalList:after {
      position: static;
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .headerNav_glovalList:after {
      clear: both; } }

@media only screen and (max-width: 767px) {
  .headerNav_glovalList {
    border-top: solid 1px #CCCCCC; } }

@media only screen and (min-width: 768px) {
  .headerNav_glovalList_item {
    float: left;
    line-height: 1;
    margin-left: 55px; }
    .headerNav_glovalList_item:first-child {
      margin-left: 0; }
    .headerNav_glovalList_item.active, .headerNav_glovalList_item:hover {
      position: relative; }
      .headerNav_glovalList_item.active:after, .headerNav_glovalList_item:hover:after {
        content: "";
        position: absolute;
        bottom: -21px;
        left: 0;
        display: block;
        width: 100%;
        height: 5px;
        background-color: #00C2D0; } }

@media only screen and (max-width: 767px) {
  .headerNav_glovalList_item {
    border-bottom: solid 1px #CCCCCC; } }

.headerNav_glovalList_link {
  font-weight: bold;
  letter-spacing: 0;
  display: block; }
  @media only screen and (min-width: 768px) {
    .headerNav_glovalList_link {
      font-size: 15px; } }
  @media only screen and (max-width: 767px) {
    .headerNav_glovalList_link {
      position: relative;
      display: block;
      color: #666666;
      font-size: 19px;
      line-height: 60px;
      padding-left: 55px;
      background-color: #E6E8E6;
      background-position: 13px center;
      background-size: 30px 35px; }
      .headerNav_glovalList_link:before {
        content: "";
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        display: block;
        width: 10px;
        height: 12px;
        margin: auto 0;
        background-image: url(/wp/wp-content/themes/assets/images/common/arrow-right-gray.png);
        background-size: 100% 100%; }
      .headerNav_glovalList_item-home .headerNav_glovalList_link {
        background-image: url(/wp/wp-content/themes/assets/images/common/icon-nav-home.png); }
      .headerNav_glovalList_item-40minutes .headerNav_glovalList_link {
        background-image: url(/wp/wp-content/themes/assets/images/common/icon-nav-40minutes.png); }
      .headerNav_glovalList_item-plan .headerNav_glovalList_link {
        background-image: url(/wp/wp-content/themes/assets/images/common/icon-nav-plan.png); }
      .headerNav_glovalList_item-training .headerNav_glovalList_link {
        background-image: url(/wp/wp-content/themes/assets/images/common/icon-nav-training.png); }
      .headerNav_glovalList_item-facility .headerNav_glovalList_link {
        background-image: url(/wp/wp-content/themes/assets/images/common/icon-nav-facility.png); }
      .headerNav_glovalList_item-trainer .headerNav_glovalList_link {
        background-image: url(/wp/wp-content/themes/assets/images/common/icon-nav-trainer.png); }
      .headerNav_glovalList_item-post .headerNav_glovalList_link {
        background-image: url(/wp/wp-content/themes/assets/images/common/icon-nav-post.png); }
      .headerNav_glovalList_item-question .headerNav_glovalList_link {
        background-image: url(/wp/wp-content/themes/assets/images/common/icon-nav-question.png); } }

.headerMenuButton {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #00C2D0; }
  @media only screen and (min-width: 768px) {
    .headerMenuButton {
      display: none; } }
  .navBox .headerMenuButton {
    position: absolute;
    background-color: transparent; }

.headerMenuButton_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 17px;
  margin: auto; }
  .headerMenuButton_inner i {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    display: block;
    width: 24px;
    height: 3px;
    margin: 4px auto;
    background-color: #ffffff; }
    .headerMenuButton_inner i:first-child {
      margin-top: 0; }
    .headerMenuButton_inner i:nth-child(3n) {
      margin-bottom: 0; }
  .navBox .headerMenuButton_inner i {
    background-color: #999999; }
    .navBox .headerMenuButton_inner i:first-child {
      -webkit-transform: translate(0px, 8px) rotate(45deg);
      -ms-transform: translate(0px, 8px) rotate(45deg);
      transform: translate(0px, 8px) rotate(45deg); }
    .navBox .headerMenuButton_inner i:nth-child(2n) {
      opacity: 0; }
    .navBox .headerMenuButton_inner i:nth-child(3n) {
      -webkit-transform: translate(0px, -6px) rotate(-45deg);
      -ms-transform: translate(0px, -6px) rotate(-45deg);
      transform: translate(0px, -6px) rotate(-45deg); }

/*================================================================
 *FILE					:_footer.scss
 *DESCRIPTION   :フッターパーツ カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*フッターパーツ component
-----------------------------------------------------------------*/
/*フッターパーツ style
-----------------------------------------------------------------*/
.footer {
  font-size: 0;
  text-align: center; }

.footerTop {
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    .footerTop {
      padding: 100px 0;
      border-top: solid #EEEEEE 20px; } }
  @media only screen and (max-width: 767px) {
    .footerTop {
      text-align: center;
      padding-top: 50px;
      border-top: solid #EEEEEE 10px; }
      .navBox .footerTop {
        border-top: none; } }

@media only screen and (min-width: 768px) {
  .footerTop_text {
    font-size: 20px;
    margin-bottom: 45px; } }

@media only screen and (max-width: 767px) {
  .footerTop_text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 40px; } }

@media only screen and (min-width: 768px) {
  .footerTop_logo {
    margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .footerTop_logo {
    margin-bottom: 25px; }
    .footerTop_logo img {
      width: 95px; } }

.footerNavBox {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.footerMiddle {
  background-color: #444444; }
  .mordalBox .footerMiddle {
    background-color: #222222; }
  @media only screen and (min-width: 768px) {
    .footerMiddle {
      padding: 60px 0; } }
  @media only screen and (max-width: 767px) {
    .footerMiddle {
      padding: 25px 0 100px; } }

.footerMiddle_title {
  color: #fff;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .footerMiddle_title {
      font-size: 16px;
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .footerMiddle_title {
      font-size: 14px;
      text-align: center;
      line-height: 1.6;
      margin-bottom: 15px; } }

.footerMiddle_text {
  zoom: 1; }
  .footerMiddle_text:before, .footerMiddle_text:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .footerMiddle_text:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .footerMiddle_text {
      display: inline-block;
      margin-bottom: 55px; } }
  @media only screen and (max-width: 767px) {
    .footerMiddle_text {
      margin-bottom: 25px; } }

.footerMiddle_hours {
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .footerMiddle_hours {
      float: left;
      font-size: 14px; }
      .footerMiddle_hours + .footerMiddle_hours {
        margin-left: 15px; } }
  @media only screen and (max-width: 767px) {
    .footerMiddle_hours {
      display: table;
      font-size: 13px;
      text-align: left; }
      .footerMiddle_hours + .footerMiddle_hours {
        margin-top: 10px; } }

.footerMiddle_hours_title {
  display: table-cell; }
  @media only screen and (max-width: 767px) {
    .footerMiddle_hours_title {
      min-width: 110px; } }

.footerMiddle_hours_text {
  display: table-cell;
  line-height: 1.6; }

.footerMiddle_telList {
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .footerMiddle_telList {
      display: table;
      width: 980px;
      margin: 0 auto 35px; } }
  @media only screen and (max-width: 767px) {
    .footerMiddle_telList {
      margin: 0 10px 15px; }
      .footerMiddle_telList + .footerMiddle_telList {
        margin-top: 5px; } }

.footerMiddle_telList_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 768px) {
  .footerMiddle_telList_item {
    display: table-cell;
    width: 490px;
    color: #fff; }
    .footerMiddle_telList_item + .footerMiddle_telList_item {
      border-left: solid #666666 1px; }
    .footerMiddle_telList_item a {
      display: none; } }

@media only screen and (max-width: 767px) {
  .footerMiddle_telList_item {
    position: relative;
    color: #000;
    text-align: left;
    padding: 15px 0 15px 13px;
    border-radius: 5px;
    background-color: #fff; }
    .footerMiddle_telList_item + .footerMiddle_telList_item {
      margin-top: 5px; }
    .footerMiddle_telList_item:before {
      content: "";
      position: absolute;
      top: 0;
      right: 15px;
      bottom: 0;
      width: 10px;
      height: 12px;
      margin: auto 0;
      background-image: url(/wp/wp-content/themes/assets/images/common/arrow-right-black.png);
      background-size: 100% 100%; } }

.footerMiddle_telList_title {
  font-size: 18px;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .footerMiddle_telList_title {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .footerMiddle_telList_title {
      margin-bottom: 10px; } }

.footerMiddle_telList_number {
  color: #00C2D0;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  background-image: url(/wp/wp-content/themes/assets/images/common/icon-tel-blue.png);
  background-position: left center; }
  @media only screen and (min-width: 768px) {
    .footerMiddle_telList_number {
      font-size: 36px;
      padding-left: 45px;
      margin-bottom: 20px;
      background-size: 26px 26px; } }
  @media only screen and (max-width: 767px) {
    .footerMiddle_telList_number {
      font-size: 28px;
      letter-spacing: 0.05em;
      padding-left: 29px;
      background-size: 20px 20px; } }

@media only screen and (min-width: 768px) {
  .footerMiddle_telList_time {
    font-size: 16px; } }

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

.footerBottom {
  background-color: #222222; }
  @media only screen and (min-width: 768px) {
    .footerBottom {
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .footerBottom {
      padding-bottom: 30px; } }

@media only screen and (min-width: 768px) {
  .footerBottom_navList {
    zoom: 1;
    display: inline-block;
    margin-bottom: 40px; }
    .footerBottom_navList:before, .footerBottom_navList:after {
      position: static;
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .footerBottom_navList:after {
      clear: both; } }

@media only screen and (max-width: 767px) {
  .footerBottom_navList {
    line-height: 60px;
    border-top: solid 1px #333333; } }

@media only screen and (min-width: 768px) {
  .footerBottom_navList_item {
    float: left;
    margin-left: 30px; } }

@media only screen and (max-width: 767px) {
  .footerBottom_navList_item {
    border-bottom: solid 1px #333333; } }

.footerBottom_navList_link {
  color: #fff;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .footerBottom_navList_link {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .footerBottom_navList_link {
      position: relative;
      display: block;
      font-size: 15px;
      text-align: left;
      line-height: 60px;
      padding-left: 20px; }
      .footerBottom_navList_link:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        width: 10px;
        height: 12px;
        margin: auto 0;
        background-image: url(/wp/wp-content/themes/assets/images/common/arrow-right-black.png);
        background-size: 100% 100%; } }

.footerReservation {
  position: relative;
  background-color: #EEEEEE; }
  @media only screen and (min-width: 768px) {
    .footerReservation {
      padding: 145px 0 60px; } }
  @media only screen and (max-width: 767px) {
    .footerReservation {
      padding: 132px 0 38px; } }
  .footerReservation:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    background-image: url(/wp/wp-content/themes/assets/images/common/computer.png);
    background-size: 100% 100%; }
    @media only screen and (min-width: 768px) {
      .footerReservation:before {
        top: -30px;
        width: 236px;
        height: 160px; } }
    @media only screen and (max-width: 767px) {
      .footerReservation:before {
        top: -50px;
        width: 240px;
        height: 162px; } }

.footerReservation_title {
  color: #CCCCCC;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .footerReservation_title {
      font-size: 36px;
      margin-bottom: 65px;
      letter-spacing: 0.2em; } }
  @media only screen and (max-width: 767px) {
    .footerReservation_title {
      font-size: 24px;
      letter-spacing: 0.1em;
      margin-bottom: 50px; } }

.footerReservation_list_item + .footerReservation_list_item {
  margin-top: 70px; }

.footerReservation_list_link {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: left;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .footerReservation_list_link {
      -webkit-transition: opacity 500ms;
      transition: opacity 500ms;
      font-size: 22px;
      width: 740px; }
      .footerReservation_list_link:hover {
        opacity: 0.5; } }
  @media only screen and (max-width: 767px) {
    .footerReservation_list_link {
      font-size: 12px;
      padding: 0 15px; } }
  .footerReservation_list_link:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    background-image: url(/wp/wp-content/themes/assets/images/common/icon-booking.png);
    background-size: 100% 100%; }
    @media only screen and (min-width: 768px) {
      .footerReservation_list_link:after {
        right: 0;
        width: 60px;
        height: 60px; } }
    @media only screen and (max-width: 767px) {
      .footerReservation_list_link:after {
        right: 15px;
        width: 45px;
        height: 45px; } }
  .footerReservation_list_link span {
    font-weight: normal; }

.footerCopy {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0; }
  @media only screen and (min-width: 768px) {
    .footerCopy {
      margin-bottom: 55px; } }
  @media only screen and (max-width: 767px) {
    .footerCopy {
      line-height: 50px; } }

.footerBanner {
  border: solid 1px #666666; }
  @media only screen and (min-width: 768px) {
    .footerBanner {
      display: inline-block; }
      .footerBanner a {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms; }
        .footerBanner a:hover {
          opacity: 0.7; } }
  @media only screen and (max-width: 767px) {
    .footerBanner {
      margin: 0 30px; }
      .footerBanner img {
        width: 100%; } }

/*----------- 20170612 added by Decollte -------------*/

 .footerBannerClinic {
  border: solid 1px #666666; margin-top: 30px;}
  .footerBannerClinic .sp_contents {
    display: none;
  }
  .footerBannerClinic img.pc_contents {
    width: 776px;
  }
  @media only screen and (min-width: 768px) {
    .footerBannerClinic {
      display: inline-block; }
      .footerBannerClinic a {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms; }
        .footerBannerClinic a:hover {
          opacity: 0.7; } }
  @media only screen and (max-width: 767px) {
    .footerBannerClinic {
      margin: 15px 30px 0; }
      .footerBannerClinic img {
        width: 100%; } 
          .footerBannerClinic .sp_contents {
          display: block;
        }
        .footerBannerClinic .pc_contents {
          display: none;
        } }

/*----------- 20170612 added by Decollte -------------*/


/* 202005 add by Decollte */
.box_text {
  font-size: 13px;
  line-height: 25px;
  text-align: left;
  margin: 8px 0;
}

/*conceptページ メインstyle
-----------------------------------------------------------------*/
.contents {
  text-align: center; }

@media only screen and (max-width: 767px) {
  .personalAnchorNav {
    padding: 0 10px; } }

.personalAnchorNav_title {
  color: #00C2D0; }
  @media only screen and (min-width: 768px) {
    .personalAnchorNav_title {
      margin-bottom: 50px;
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .personalAnchorNav_title {
      margin-bottom: 30px;
      font-size: 20px; } }

@media only screen and (min-width: 768px) {
  .personalAnchorNav_buttonList {
    display: inline-block;
    zoom: 1; }
    .personalAnchorNav_buttonList:before, .personalAnchorNav_buttonList:after {
      position: static;
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .personalAnchorNav_buttonList:after {
      clear: both; } }

@media only screen and (min-width: 768px) {
  .personalAnchorNav_buttonList_node {
    width: 180px;
    float: left; }
    .personalAnchorNav_buttonList_node + .personalAnchorNav_buttonList_node {
      margin-left: 16px; } }

@media only screen and (max-width: 767px) {
  .personalAnchorNav_buttonList_node {
    display: table;
    width: 100%; }
    .personalAnchorNav_buttonList_node + .personalAnchorNav_buttonList_node {
      margin-top: 5px; } }

.personalAnchorNav_buttonList_head {
  font-style: italic;
  background: #00C2D0; }
  @media only screen and (min-width: 768px) {
    .personalAnchorNav_buttonList_head {
      height: 58px;
      line-height: 58px; } }
  @media only screen and (max-width: 767px) {
    .personalAnchorNav_buttonList_head {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 50px;
      height: 50px; } }
  .personalAnchorNav_buttonList_head span {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 300; }
    @media only screen and (min-width: 768px) {
      .personalAnchorNav_buttonList_head span {
        font-size: 15px; } }
    @media only screen and (max-width: 767px) {
      .personalAnchorNav_buttonList_head span {
        font-size: 10px; } }
  .personalAnchorNav_buttonList_head i {
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      .personalAnchorNav_buttonList_head i {
        margin-left: 6px;
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .personalAnchorNav_buttonList_head i {
        display: block;
        margin-top: 5px;
        font-size: 18px; } }

.personalAnchorNav_buttonList_title {
  background: #4d4d4d; }
  @media only screen and (min-width: 768px) {
    .personalAnchorNav_buttonList_title {
      display: table;
      width: 100%;
      height: 84px; } }
  @media only screen and (max-width: 767px) {
    .personalAnchorNav_buttonList_title {
      display: table-cell;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: 50px;
      padding: 0 13px;
      position: relative;
      text-align: left;
      line-height: 50px; }
      .personalAnchorNav_buttonList_title:after {
        content: '';
        display: block;
        width: 8px;
        height: 11px;
        position: absolute;
        top: 50%;
        right: 13px;
        margin-top: -5px;
        background-image: url(../images/common/arrow-right-white.png);
        background-size: contain;
        background-repeat: no-repeat; } }
  .personalAnchorNav_buttonList_title span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      .personalAnchorNav_buttonList_title span {
        display: table-cell; } }

@media only screen and (min-width: 768px) {
  .personalAnchorNav_buttonList_text {
    height: 118px;
    position: relative; }
    .personalAnchorNav_buttonList_text span {
      display: inline-block;
      margin-top: 20px;
      color: #fff;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: .08em; }
    .personalAnchorNav_buttonList_text:after {
      content: '';
      display: block;
      width: 24px;
      height: 16px;
      position: absolute;
      bottom: 20px;
      left: 50%;
      margin-left: -12px;
      background-image: url(../images/personal/arrow_bottom.png); }
    .personalAnchorNav_buttonList_text-1 {
      background-image: url(../images/personal/anchornav_button_bg1.jpg); }
    .personalAnchorNav_buttonList_text-2 {
      background-image: url(../images/personal/anchornav_button_bg2.jpg); }
    .personalAnchorNav_buttonList_text-3 {
      background-image: url(../images/personal/anchornav_button_bg3.jpg); }
    .personalAnchorNav_buttonList_text-4 {
      background-image: url(../images/personal/anchornav_button_bg4.jpg); }
    .personalAnchorNav_buttonList_text-5 {
      background-image: url(../images/personal/anchornav_button_bg5.jpg); } }

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

@media only screen and (min-width: 768px) {
  .personalContentsList {
    display: inline-block;
    margin-top: 100px; } }

@media only screen and (max-width: 767px) {
  .personalContentsList {
    margin-top: 50px; } }

@media only screen and (min-width: 768px) {
  .personalContentsList_node {
    zoom: 1;
    width: 980px;
    padding-top: 100px; }
    .personalContentsList_node:before, .personalContentsList_node:after {
      position: static;
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .personalContentsList_node:after {
      clear: both; }
    .personalContentsList_node:first-child {
      margin-top: -130px; }
    .personalContentsList_node + .personalContentsList_node {
      margin-top: -40px; }
    .personalContentsList_node:nth-child(odd) .personalContentsList_textBox {
      float: left; }
    .personalContentsList_node:nth-child(odd) .personalContentsList_imgBox {
      float: right; }
    .personalContentsList_node:nth-child(even) .personalContentsList_textBox {
      float: right; }
    .personalContentsList_node:nth-child(even) .personalContentsList_imgBox {
      float: left; } }

.personalContentsList_textBox,
.personalContentsList_textBox_full {
  background: #f0f0f0; }
  @media only screen and (min-width: 768px) {
    .personalContentsList_textBox {
      width: 70%;
      height: 519.5px;
      padding: 50px; } }
  @media only screen and (min-width: 768px) {
    .personalContentsList_textBox_full {
      width: 100%;
      height: 380px;
      padding: 50px; } }
  @media only screen and (max-width: 767px) {
    .personalContentsList_textBox {
      padding: 45px 10px; } }
  @media only screen and (max-width: 420px) {
      .personalContentsList_textBox,
      .personalContentsList_textBox_full {
        padding: 30px; }}


.personalContentsList_title {
  border-bottom: 1px solid #d2d2d2;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .personalContentsList_title {
      padding-bottom: 30px;
      margin-bottom: 30px;
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .personalContentsList_title {
      padding-bottom: 20px;
      margin-bottom: 20px;
      font-size: 20px; } }

.personalContentsList_lead {
  color: #00C2D0;
  font-weight: bold;
  letter-spacing: 0; }
  @media only screen and (min-width: 768px) {
    .personalContentsList_lead {
      margin-bottom: 18px;
      font-size: 18px;
      line-height: 1.8; }
      .personalContentsList_description + .personalContentsList_lead {
        margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .personalContentsList_lead {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 1.6; }
      .personalContentsList_description + .personalContentsList_lead {
        margin-top: 15px; } }

.personalContentsList_imgBox img {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .personalContentsList_imgBox {
    width: 30%; } }

.personalContentsList_description {
  text-align: left;
  line-height: 1.5;
  letter-spacing: -1em; }
  @media only screen and (min-width: 768px) {
    .personalContentsList_description {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .personalContentsList_description {
      font-size: 10px;
      text-align: left; } }

.personalContentsList_otherMenu {
  line-height: 2.2; }
  @media only screen and (min-width: 768px) {
    .personalContentsList_otherMenu {
      margin-top: 100px;
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .personalContentsList_otherMenu {
      padding: 0 10px;
      margin-top: 45px;
      font-size: 14px;
      text-align: left; } }

.personalPrice_title {
  font-weight: bold;
  color: #00C2D0; }
  @media only screen and (min-width: 768px) {
    .personalPrice_title {
      padding: 55px 0;
      margin-top: 40px;
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .personalPrice_title {
      padding: 30px 0;
      margin-top: 20px;
      font-size: 20px;
      line-height: 1.6; } }

@media only screen and (min-width: 768px) {
  .personalPrice_priceList {
    zoom: 1; }
    .personalPrice_priceList:before, .personalPrice_priceList:after {
      position: static;
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .personalPrice_priceList:after {
      clear: both; } }

.personalPrice_priceList_node img {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .personalPrice_priceList_node {
    width: 50%;
    float: left; } }

.personalPrice_priceList_link {
  display: block;
  position: relative; }

.personalPrice_priceList_content {
  width: 100%;
  position: absolute;
  left: 0;
  list-style-type: square; }
  @media only screen and (min-width: 768px) {
    .personalPrice_priceList_content {
      bottom: 7.8%; } }
  @media only screen and (max-width: 767px) {
    .personalPrice_priceList_content {
      bottom: 9.3%; } }
  .personalPrice_priceList_content * {
    letter-spacing: 0; }

.personalPrice_priceList_title {
  font-weight: bold;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .personalPrice_priceList_title {
      margin-bottom: 5px;
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .personalPrice_priceList_title {
      margin-bottom: 7px;
      font-size: 20px; } }

.personalPrice_priceList_text {
  color: #00C2D0; }
  @media only screen and (min-width: 768px) {
    .personalPrice_priceList_text {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .personalPrice_priceList_text {
      font-size: 14px; } }
  .personalPrice_priceList_text em {
    font-family: "Oswald", sans-serif;
    font-style: normal; }
    @media only screen and (min-width: 768px) {
      .personalPrice_priceList_text em {
        font-size: 48px; } }
    @media only screen and (max-width: 767px) {
      .personalPrice_priceList_text em {
        font-size: 24px; } }

@media only screen and (min-width: 768px) {
  .personalPrice_buttonWrap {
    display: inline-block;
    margin: 60px auto 0;
    zoom: 1; }
    .personalPrice_buttonWrap:before, .personalPrice_buttonWrap:after {
      position: static;
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .personalPrice_buttonWrap:after {
      clear: both; } }

@media only screen and (max-width: 767px) {
  .personalPrice_buttonWrap {
    margin: 30px auto 0; } }

@media only screen and (min-width: 768px) {
  .personalPrice_linkButton {
    float: left; } }

@media only screen and (min-width: 768px) {
  .personalPrice_linkButton + .personalPrice_linkButton {
    margin-left: 20px; } }

@media only screen and (max-width: 767px) {
  .personalPrice_linkButton + .personalPrice_linkButton {
    margin-top: 10px; } }
