@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; 
}


/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
strong {
  font-weight: bolder; }

b {
  font-weight: bolder;
  color: #f1762b; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }


pre {
    /* Mozilla */
    white-space: -moz-pre-wrap;
    /* Opera 4-6 */
    white-space: -pre-wrap;
    /* Opera 7 */
    white-space: -o-pre-wrap;
    /* CSS3 */
    white-space: pre-wrap;
    /* IE 5.5+ */
    word-wrap: break-word;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/** PC */
/** SP */
/** Colors */
body {
  background: #f8f7f5;;
  font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  width: 100%;
 }


a {
  color: #333;
  text-decoration: none; }
  a:hover {
    color: #199DE2; }
    a:hover img {
      filter: alpha(opacity=60);
      -ms-filter: "alpha(opacity=60)";
      -moz-opacity: 0.6;
      -khtml-opacity: 0.6;
      opacity: 0.6; }

button {
  color: #333;
  text-decoration: none; }
  button:hover {
    color: #199DE2; }
    button:hover img {
      filter: alpha(opacity=60);
      -ms-filter: "alpha(opacity=60)";
      -moz-opacity: 0.6;
      -khtml-opacity: 0.6;
      opacity: 0.6; }

body {
  font-size: 1em; }

.logo_style{
	text-align: left;
	padding: 10px 0 10px 5px;
	background-color: #F8F7F5;
}

nav {
  float: right;
  font-size: 0.85em; }
  nav ul {
    margin: 15px 0; }
  nav li {
    display: inline;
    padding: 3px 20px;
    border-left: 1px dotted #dddddd;
    box-sizing: border-box; }
    nav li:last-child {
      border-right: 1px dotted #dddddd; }

#wrapper {
  width: 100%;
  margin: 0 auto; 
}

footer {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 10px;
  border-top: solid 2px #828282;
}


.footer-menu {
  margin: 10px auto 0px;
  padding-top: 10px;
　font-size: 14px;
}


.copyright {
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}

/* 無料相談申込フォーム */
.booking_form_text{
padding: 20px 10px;
}

/*必須*/
.ex_essential{
    color:#CC0000;
    font-weight:normal;
}

/* 注釈*/
.ex_comment{
    color:#666;
}

.ex_comment_red{
    color:#CC0000;
	font-weight:normal;
	font-size: 12px;
}
/* フォームレイアウト*/
.booking_form{
    margin:0 auto;
    margin-bottom:20px;
    width: 95%;
	text-align: left;
}
.booking_form p.point{
    text-align:left;
}
.booking_form table{
    width:100%;
    border-collapse:separate;
    border-spacing:2px;
	border: solid 1px #C1D0E3;
}
.booking_form table tr th{
    padding:10px;
    white-space: nowrap;
    font-weight:bold;
    vertical-align: top;
    border-bottom:solid 1px #C1D0E3;
    background-color:#EBF0F6;
}
.booking_form table tr td{
    width:70%;
    padding:10px;
    border-bottom:solid 1px #B6D1F5;
}

.booking_form table tfoot tr td{
	border: none;
}

.booking_form table tfoot tr th{
	border: none;
}

.booking_form_confi_btn{
  display: inline-block;
  height: 100px;
  margin: 10px;
  text-align: center;
}

.booking_form_confi_btn_style{
	text-align: center;
}
/* 入力パーツ
-----------------------------------------*/
label {
  cursor: pointer;
}

/* フォーカス・チェック
-----------------------------------------*/
input:focus,
textarea:focus{
    background-color:#FFFFCC;
}
input:checked + label{
    background-color:#FFFFCC;
    font-weight:bold;
}

/* 同意
-----------------------------------------*/
.booking_form_importance{
    margin:20px 0 0 0;
    padding:10px;
}

.booking_form_importance h2{
    font-weight:bold;
	margin: 10px;
}
.booking_form_importance_txt{
  margin: 10px auto 30px auto;
  padding: 5px 10px;
  width: 95%;
  height: 250px;
  overflow-y: scroll;
  text-align: left;
  border: 1px solid #13476F;
  background-color: #FFFFFF;
}


.booking_form_importance_txt h3{
    margin:10px 0 5px 0;
    font-weight:bold;
    border-bottom:solid 1px #13476F;
}
.booking_form_importance_btn{
    text-align:center;
	padding: 5px 10px;
	width: 95%;
    margin: 10px auto 30px auto;
	border: 1px solid #E60012;
    background-color: #FAD7D8;
}

.booking_form_importance_btn_text{
padding: 20px 10px;
color: #CC0000;
font-size: 19px;
font-weight: bold;
}

.check_text_style{
	text-align: left;
	width: 95%;
	padding: 10px;
}


.booking_form_btn{
    margin:20px 0 0 0;
    text-align:center;
}

.booking_form_btn input#back,
.booking_form_btn input#submit{
    width:150px;
    padding:5px;
}


/* clearfix：float解除＆親要素に高さを算出させる
-----------------------------------------*/
.ex_clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.ex_clearfix {
  min-height: 1px;
}
* html .ex_clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


select {
  overflow: hidden;
  padding: 3px;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }


.main-contents {
  background-color: #f8f7f5;
  padding: 30px 0;
  box-sizing: border-box; }

.main-contents:after {
    clear: both;
    content: "";
    display: table; }

.page-content {
  width: 835px;
  float: left; }

.centering-contents {
  padding-left: 112px;
  padding-right: 112px; }

.content {
  margin-top: 5px;
  border-top: 1px dotted #dddddd; }

.content:after {
    clear: both;
    content: "";
    display: table; }

.disclaimer-main {
  margin-top: 4px;
  border-top: 1px solid #dddddd;
  padding: 32px 12px; }
  .disclaimer-main ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .disclaimer-main li {
    margin-bottom: 16px; }
    .disclaimer-main li span {
      font-weight: bold; }
    .disclaimer-main li p {
      margin: 4px 0;
      text-align: justify;
      text-justify: inter-ideograph; }

.policy-main {
  margin-top: 4px;
  border-top: 1px solid #dddddd;
  padding: 20px 12px; }
  .policy-main ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .policy-main li {
    margin-bottom: 16px; }
    .policy-main li span {
      font-weight: bold; }
    .policy-main li p {
      margin: 4px 0;
      text-align: justify;
      text-justify: inter-ideograph; }

.policy-main__desc {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd; }

.about-main {
  margin-top: 4px;
  border-top: 1px solid #dddddd;
  padding: 12px; }
  .about-main p {
    text-align: justify;
    text-justify: inter-ideograph; }


.wrapper-error {
  background: url("/images/esthetic/error/bg_error.png") no-repeat;
}

.error-content {
  margin-top: 30px;
  font-size: 16px;
}
.error-content a {
  color: #f06d04;
  font-size: 14px;
}



/** bootstrap */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert-danger, .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.column_detail__ad__button {
  margin: 5px auto;
  border: 1px solid #FFF;
  background-color: #F47CA9;
  border-radius: 8px;
  color: #FFF;
  font-size: 18px;
  display: block;
  padding: 12px 0;
  text-align: center;
  width: 45%;
}
.column_detail__ad__button:hover {
  box-sizing:border-box;
  border: 1px solid #F47CA9;
  background-color: #FFF;
  color: #F47CA9;
  font-weight: bold;
}

.column_detail__my__button {
  margin: 5px auto;
  border: 1px solid #FFF;
  background-color: #f3b737;
  border-radius: 8px;
  color: #FFF;
  font-size: 18px;
  display: block;
  padding: 12px 0;
  text-align: center;
  width: 45%;
}
.column_detail__my__button:hover {
  box-sizing:border-box;
  border: 1px solid #f3b737;
  background-color: #FFF;
  color: #f3b737;
  font-weight: bold;
}

ol {
    counter-reset: section;
}
ol li {
    list-style: none;
}
ol>li:before {
    content : counters(section, '-') '. ';
    counter-increment : section;
}

/* Table bootstrap 2.3より抜粋 */
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

/* 予約フォーム用スタイル */

input[type=text],
input[type=password],
select{
width: 500px;
margin:10px 0;
height:40px;
padding:5px;
border: 1px solid gray;
border-radius: 4px;
}

input[type=submit],
input[type=button]{
width: 120px;
margin:15px 25px;
padding: 5px;
height: 40px;
background-color: sienna;
border: none;
border-radius: 4px;
color: white;
}

input[type=image]:hover{
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.lp-layout {
    margin: 0 auto;
    width: 1000px;
    background: #FFF;
    text-align: center;}

.lp-form {
    text-align: left;
　　font-size: 15px;}

.btn-entry_top {
    position: relative;
    top: -145px;
	right: -200px;
    height: 0px;}

.btn-entry {
    margin: 40px 0 60px 0;}

.btn-regist {
    top:  0px;
    left: 0;
    height: 0px;}

.img-load {
    position: relative;
    top: -340px;
    left: 450px;
    display: none;
}

input.regist-readonly{
    border: 0px;
}

#lp_conf_form {
    text-align: left;
}

#lp_payment_form {
    width: 700px;
    margin: 50px 100px;
    padding: 50px;
    border: solid 1px #D03365;
    font-size: 1.3em;
    text-align: left;
}

.lp_payment_plan {
    padding-bottom: 50px;
}

.lp_payment_plan p{
    font-size: 1.3em;
    text-align: left;
    padding-left: 250px;
}

.required {
    font-size: 1.3em;
    color: #D03365;
}

.btn_style{
    position: relative;
    top: -130px;
}
