@charset "utf-8";
/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.blue {
  color: #2f64ab; }

a img.hoverImg {
  background: none !important; }

a:hover img.hoverImg {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
  background: none !important; }

em {
  font-style: normal;
  font-weight: bold; }

.img {
  margin: 16px 0 16px 0; }

.imgR {
  float: right;
  margin: 0 0 16px 16px; }

.imgL {
  float: left;
  margin: 0 16px 16px 0; }

.btn {
  text-align: center; }

.small {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: normal; }

.smaller {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal; }

.large {
  font-size: 16px;
  font-size: 1rem; }

.bold {
  font-weight: bold; }

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Osaka, "ＭＳ Ｐ明朝", "MS PMincho", Serif; }

.en {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.cell {
  margin-bottom: 16px !important;
  background-color: #ebe7df;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  behavior: url("css/PIE.htc");
  position: relative;
  padding: 16px; }

/*---------------------------------
	BACKGROUND
-----------------------------------*/
body {
  /* IE10 */
  background-image: -ms-linear-gradient(top, #eae4e3 0%, #f4f1ee 40%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #eae4e3 0%, #f4f1ee 40%);
  /* Opera */
  background-image: -o-linear-gradient(top, #eae4e3 0%, #f4f1ee 40%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eae4e3), color-stop(0.2, #f4f1ee));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #eae4e3 0%, #f4f1ee 20%);
  /* Proposed W3C Markup */
  background-image: linear-gradient(top, #eae4e3 0%, #f4f1ee 20%);
  -pie-background: linear-gradient(#eae4e3, #f4f1ee);
  behavior: url("css/PIE.htc"); }

/*----------------------------------------------------
	#page（ページ全体）
----------------------------------------------------*/
#page {
  width: 978px;
  /*980*/
  background: #fcfcfb;
  margin: 64px auto 128px auto;
  border: 1px solid #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0px 8px #ddd;
  -moz-box-shadow: 0 0px 8px #ddd;
  box-shadow: 0 0px 8px #ddd;
  behavior: url("css/PIE.htc");
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  color: #7a6754;
  line-height: 1.5; }

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

p, li, dd {
  line-height: 2; }

p {
  margin-bottom: 1.5em; }

/*----------------------------------------------------
	#navSkip (Navigation Skip)
----------------------------------------------------*/
span#navSkip {
  position: absolute;
  top: 0;
  left: 0; }

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#main h2 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 12px;
  font-weight: normal; }
#main ul.description {
  padding-left: 20px;
  list-style: circle outside url("../img/common/dotarrow.png") li;
    list-style-margin-bottom: 1.5em; }
#main ul.list1 {
  padding-left: 20px;
  list-style: circle outside url("../img/common/dotarrow.png"); }
  #main ul.list1 li {
    margin-bottom: 8px; }
#main ul.list2 {
  padding-left: 18px;
  list-style: circle outside url("../img/common/arrow_small.png");
  font-size: 12px;
  font-size: 0.75rem; }
  #main ul.list2 li {
    margin-bottom: 2px; }
#main #topbtn {
  margin-top: 16px;
  padding-top: 16px; }
  #main #topbtn li {
    display: inline-block;
    width: 229px; }
    #main #topbtn li a {
      display: inline-block; }
    #main #topbtn li .fb-like {
      position: relative;
      top: -30px; }
#main section.chapter {
  width: 900px;
  padding: 40px 39px 0 39px; }
  #main section.chapter h2 {
    float: left;
    width: 229px;
    font-size: 48px;
    font-size: 3rem; }
  #main section.chapter h3 {
    background: transparent url("../img/common/navarrow.png") no-repeat left center;
    border-bottom: 1px dashed #cab798;
    padding: 4px 0 4px 16px;
    margin-bottom: 16px;
    margin-top: 40px; }
    #main section.chapter h3:first-child {
      margin-top: 0; }
  #main section.chapter .contentbox {
    float: right;
    width: 670px; }
  #main section.chapter .content {
    border-left: 1px solid #cab798;
    width: 630px;
    padding-left: 40px; }
  #main section.chapter .pageTop {
    margin: 20px 0 0 0; }
#main .odd {
  background-color: #f7f6f3; }
#main .even {
  background-color: transparent; }
#main #about .column, #main #treatment .column, #main #faq .column {
  border-bottom: 1px dashed #cab798; }
  #main #about .column:first-child, #main #treatment .column:first-child, #main #faq .column:first-child {
    border-top: 1px solid #cab798; }
  #main #about .column:last-child, #main #treatment .column:last-child, #main #faq .column:last-child {
    border-bottom: 1px solid #cab798; }
#main #about .textbox, #main #treatment .textbox, #main #faq .textbox {
  background: transparent url("../img/common/circles.png") no-repeat left top;
  margin: 40px 0 60px 0;
  padding-top: 26px; }
  #main #about .textbox p, #main #treatment .textbox p, #main #faq .textbox p {
    margin-bottom: 2em; }
#main #about h3, #main #treatment h3, #main #faq h3 {
  background: none;
  border: none;
  margin: 0;
  padding: 0 0 20px 0; }
#main #about h4, #main #treatment h4, #main #faq h4 {
  background: transparent url("../img/common/navarrow.png") no-repeat left center;
  padding: 20px 0 20px 16px;
  font-size: 16px;
  font-size: 1rem; }
#main #about h5, #main #treatment h5, #main #faq h5 {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #29abe2;
  font-weight: bold;
  margin: 48px 0 16px 0; }
#main #about .cell, #main #treatment .cell, #main #faq .cell {
  margin-top: 40px; }
#main #faq h3 {
  background: transparent url("../img/common/navarrow.png") no-repeat left center;
  padding: 20px 0 20px 16px;
  font-size: 16px;
  font-size: 1rem; }
#main .pageTop {
  margin: 20px 39px 0 0;
  text-align: right;
  line-height: 1;
  position: relative;
  top: 14px; }
  #main .pageTop a {
    display: inline-block; }

#rightbox {
  float: right;
  width: 671px; }

#leftbox {
  float: left;
  width: 229px; }

/*----------------------------------------------------
	#tab-container
----------------------------------------------------*/
.etabs {
  padding: 0; }
  .etabs li {
    margin-right: 4px; }

.ie6 .tab:last-child, .ie7 .tab:last-child {
  position: relative;
  top: 9px; }

.tab {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #8d7b6e;
  border-bottom: none;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  color: #fff; }
  .tab a {
    font-size: 14px;
    line-height: 2em;
    display: block;
    padding: 0 10px;
    outline: none;
    color: #eee;
    text-decoration: none; }
    .tab a:hover {
      color: #fff;
      background-color: #29abe2;
      -moz-border-radius: 4px 4px 0 0;
      -webkit-border-radius: 4px 4px 0 0; }
  .tab .active {
    color: #fff; }
  .tab a.active {
    color: #fff;
    text-decoration: none;
    background-color: #8dc221;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0; }

.tab-container .panel-container {
  border-top: 3px #8dc221 solid;
  background: #fcfcfb;
  padding: 36px 24px 40px 24px; }

#profile h3 {
  border-bottom: 1px solid #cab798;
  background: none !important;
  padding: 0 0 8px 0 !important;
  line-height: 1.5;
  margin-top: 16px !important; }
#profile ul {
  margin-top: 30px; }
  #profile ul li {
    font-size: 12px;
    font-size: 0.75rem;
    background: transparent url("../img/common/arrow_small.png") no-repeat left center;
    padding-left: 12px;
    line-height: 1.75; }
#profile h4 {
  margin: 40px 0 4px 0;
  font-size: 12px;
  font-size: 0.75rem; }
#profile .history {
  margin-top: 0; }
  #profile .history li {
    background-image: none;
    padding: 4px 0 16px 0;
    padding-left: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.0;
    border-top: 1px dashed #cab798; }
    #profile .history li:first-child {
      border-top: 1px solid #cab798; }
    #profile .history li:last-child {
      border-bottom: 1px solid #cab798; }
    #profile .history li .year {
      color: #29abe2;
      font-size: 16px;
      font-size: 1rem; }

#open table, #fee table, #access table, #faq table {
  width: 100%;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  border-collapse: collapse;
  border-top: 1px dotted #999999;
  border-right: 1px dotted #999999;
  margin: 16px 0 16px 0; }
  #open table th, #fee table th, #access table th, #faq table th {
    width: 25%;
    padding: 4px 2px 2px 4px;
    text-align: left;
    vertical-align: top;
    background-color: #EEEEEE;
    border-bottom: 1px dotted #999999;
    border-left: 5px solid #8dc221; }
  #open table td, #fee table td, #access table td, #faq table td {
    padding: 4px 2px 2px 4px;
    border-bottom: 1px dotted #999999;
    border-left: 3px double #CCCCCC; }
  #open table .holiday, #fee table .holiday, #access table .holiday, #faq table .holiday {
    color: #e4007f; }
  #open table .close, #fee table .close, #access table .close, #faq table .close {
    background: #eee; }
#open ol, #fee ol, #access ol, #faq ol {
  counter-reset: li;
  /* Initiate a counter */
  padding: 0;
  /* Remove the default left padding */
  list-style: none;
  /* Disable the normal item numbering */
  margin-bottom: 24px; }
  #open ol li, #fee ol li, #access ol li, #faq ol li {
    position: relative;
    /* Create a positioning context */
    margin: 0 0 0 2em;
    /* Give each list item a left margin to make room for the numbers */
    padding: 4px 8px; }
    #open ol li:before, #fee ol li:before, #access ol li:before, #faq ol li:before {
      content: counter(li);
      /* Use the counter as content */
      counter-increment: li;
      /* Increment the counter by 1 */
      /* Position and style the number */
      position: absolute;
      top: -1px;
      left: -2em;
      width: 2em;
      padding: 5px 0 4px 0;
      color: #29abe2;
      text-align: center; }
#open .feelist, #fee .feelist, #access .feelist, #faq .feelist {
  line-height: 2.0; }
  #open .feelist li, #fee .feelist li, #access .feelist li, #faq .feelist li {
    border-top: 1px dashed #cab798; }
    #open .feelist li:first-child, #fee .feelist li:first-child, #access .feelist li:first-child, #faq .feelist li:first-child {
      border-top: none; }
#open .price, #fee .price, #access .price, #faq .price {
  font-size: 16px;
  font-size: 1rem;
  color: #29abe2; }
#open .accesstime, #fee .accesstime, #access .accesstime, #faq .accesstime {
  border-top: 1px dashed #cab798;
  border-bottom: 1px dashed #cab798;
  padding: 16px 0 16px 0; }
  #open .accesstime li, #fee .accesstime li, #access .accesstime li, #faq .accesstime li {
    background: transparent url("../img/common/arrow_small.png") no-repeat left center;
    padding-left: 12px;
    line-height: 1.75; }
  #open .accesstime span, #fee .accesstime span, #access .accesstime span, #faq .accesstime span {
    font-size: 16px;
    font-size: 1rem;
    color: #29abe2; }
#open .list2 li, #fee .list2 li, #access .list2 li, #faq .list2 li {
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px dashed #cab798;
  padding-top: 8px;
  padding-bottom: 8px; }
  #open .list2 li:last-child, #fee .list2 li:last-child, #access .list2 li:last-child, #faq .list2 li:last-child {
    border-bottom: none; }

/*----------------------------------------------------
	#topics
----------------------------------------------------*/
#topicsbox {
  margin-left: 268px; }

#topics {
  margin-bottom: 24px; }

.topicsbody {
  width: 671px;
  border-bottom: 1px dashed #cab798; }
  .topicsbody:first-child {
    border-top: 1px solid #cab798; }
  .topicsbody:last-child {
    border-bottom: 1px solid #cab798; }
  .topicsbody .topicsLeft {
    float: left;
    width: 213px;
    padding: 16px 0 12px 0; }
    .topicsbody .topicsLeft h3 {
      margin: 0;
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      font-size: 16px;
      font-size: 1rem;
      color: #29abe2; }
  .topicsbody .topicsRight {
    float: right;
    width: 442px;
    padding: 16px 0 16px 0; }
    .topicsbody .topicsRight h4 {
      font-size: 16px;
      font-size: 1rem;
      color: #7a6754; }
    .topicsbody .topicsRight h5 {
      padding-bottom: 4px;
      margin-top: 36px;
      margin-bottom: 1.5em;
      border-bottom: 1px dashed #ccc;
      color: #2f64ab; }
  .topicsbody .item {
    padding-top: 24px; }
  .topicsbody p {
    line-height: 2.0;
    margin-bottom: 2em; }
  .topicsbody dd {
    margin-bottom: 1em; }

/*----------------------------------------------------
	header
----------------------------------------------------*/
header {
  margin-left: 39px;
  margin-bottom: 60px;
  height: 433px; }

#basenav {
  margin-left: 229px;
  width: 671px;
  height: 65px; }
  #basenav li {
    float: left;
    position: relative;
    top: -1px; }
    #basenav li a {
      display: inline-block; }

#accessnav {
  width: 450px; }

#reservationnav {
  width: 221px; }

header h1 {
  margin-top: 140px; }

header h1 a {
  display: inline-block; }

#topnav {
  padding-top: 16px;
  width: 671px;
  margin-left: 229px;
  height: 24px; }
  #topnav li {
    float: left;
    padding: 0 24px 3px 12px;
    height: 18px;
    width: auto;
    background: transparent url("../img/common/navarrow.png") no-repeat left center; }
    #topnav li a {
      display: inline-block; }

/*----------------------------------------------------
	weblogue
----------------------------------------------------*/
#weblogue header {
  margin-bottom: 0; }
  #weblogue header .backbtn {
    position: absolute;
    top: 20px;
    height: 30px;
    width: 161px; }
  #weblogue header section {
    margin-top: 140px; }
    #weblogue header section h1 {
      margin-top: 0;
      float: left;
      width: 557px; }
    #weblogue header section p {
      float: right;
      width: 326px;
      border-left: 1px solid #cab798;
      margin-right: 39px;
      padding-left: 16px;
      line-height: 1.75; }
#weblogue #main {
  margin: 0 39px; }
  #weblogue #main #articles {
    float: right;
    width: 672px; }
    #weblogue #main #articles .pageswitch {
      font-size: 12px;
      font-size: 0.75rem; }
    #weblogue #main #articles article {
      margin-bottom: 16px !important;
      background-color: #eae5df;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      border-radius: 3px;
      position: relative;
      padding: 16px; }
      #weblogue #main #articles article .item h4 {
        color: #29abe2;
        border-bottom: 1px dashed #cab798;
        padding-bottom: 8px;
        margin: 48px 0 16px;
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: bold; }
      #weblogue #main #articles article .articleheader {
        height: 160px; }
        #weblogue #main #articles article .articleheader h2 {
          float: left;
          width: 197px;
          font-family: "Open Sans", Helvetica, Arial, sans-serif;
          font-weight: normal;
          color: #29abe2;
          font-size: 21px;
          font-size: 1.3125rem;
          background: transparent url(../img/weblogue/circles.png) no-repeat left bottom;
          height: 112px; }
        #weblogue #main #articles article .articleheader .articletitle {
          float: right;
          width: 426px;
          border-left: 1px solid #cab798;
          padding-left: 16px;
          height: 112px;
          position: relative; }
          #weblogue #main #articles article .articleheader .articletitle h3 {
            font-size: 21px;
            font-size: 1.3125rem; }
            #weblogue #main #articles article .articleheader .articletitle h3 a {
              text-decoration: none; }
          #weblogue #main #articles article .articleheader .articletitle p {
            margin-bottom: 0;
            font-size: 12px;
            font-size: 0.75rem;
            position: absolute;
            bottom: 0; }
  #weblogue #main #sub {
    float: left;
    width: 213px; }
    #weblogue #main #sub nav dl dt {
      margin-top: 48px;
      margin-bottom: 8px;
      border-bottom: 1px solid #cab798; }
      #weblogue #main #sub nav dl dt:first-child {
        margin-top: 0; }
    #weblogue #main #sub nav dl dd {
      margin: 16px 0;
      font-size: 12px;
      font-size: 0.75rem; }
    #weblogue #main #sub nav dl dd.profile p {
      line-height: 1.5;
      padding-bottom: 8px;
      margin-bottom: 8px;
      border-bottom: 1px dashed #cab798; }
      #weblogue #main #sub nav dl dd.profile p .profilename {
        font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Osaka, "ＭＳ Ｐ明朝", "MS PMincho", Serif;
        font-size: 14px;
        font-size: 0.875rem; }
    #weblogue #main #sub nav dl ul li {
      background: transparent url(../img/weblogue/brown_arrow.png) no-repeat left center;
      text-indent: 16px;
      margin-bottom: 4px; }
    #weblogue #main #sub nav dl ul.archives {
      border-top: 1px dashed #cab798;
      margin-top: 16px;
      padding-top: 8px; }
      #weblogue #main #sub nav dl ul.archives li {
        background: transparent url(../img/weblogue/orange_arrow.png) no-repeat left center; }
    #weblogue #main #sub .links {
      margin-top: 48px; }

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
  margin-top: 60px;
  width: 978px;
  background: #7a6754;
  padding-bottom: 16px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -khtml-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px; }
  footer .pageTop {
    padding: 0 39px;
    text-align: right;
    margin-bottom: 0;
    position: relative;
    top: -12px;
    line-height: 1; }
    footer .pageTop a {
      display: inline-block; }

#footerbox {
  padding: 0 39px 0 39px;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem; }
  #footerbox #footerleft {
    float: left;
    width: 213px; }
  #footerbox #contact {
    float: right;
    width: 671px;
    border-bottom: 1px solid #cab798; }
  #footerbox #adrjpn {
    float: left;
    width: 213px; }
  #footerbox #adren1 {
    float: right;
    width: 442px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
    #footerbox #adren1 a {
      color: #fff; }
  #footerbox #adren2 {
    float: left;
    width: 213px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  #footerbox #mail {
    float: right;
    width: 213px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  #footerbox .adr {
    line-height: 1.5; }
    #footerbox .adr a {
      display: inline-block; }
  #footerbox #googlemappin {
    margin-top: 32px; }
  #footerbox #footerbtns {
    margin-top: 32px; }
    #footerbox #footerbtns a {
      display: inline-block; }
    #footerbox #footerbtns .btn {
      margin-right: 4px; }

.copy {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 16px 0 0 268px;
  line-height: 1.5; }
