@charset "UTF-8";
/*-----------------------------
common
-----------------------------*/
.clf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clf {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clf {
  height: 1%;
}

.clf {
  display: block;
}

/* End hide from IE-mac */
.mb0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

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

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

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

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

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

.mb120 {
  margin-bottom: 120px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml35 {
  margin-left: 35px !important;
}

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

.fs9 {
  font-size: 9px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
  line-height: 150%;
}

.fs15 {
  font-size: 15px;
  line-height: 150%;
}

.fs18 {
  font-size: 18px;
  line-height: 150%;
}

.fs19 {
  font-size: 19px;
  line-height: 150%;
}

.fs20 {
  font-size: 20px;
  line-height: 150%;
}

.fs21 {
  font-size: 21px;
  line-height: 150%;
}

.fs22 {
  font-size: 22px;
  line-height: 150%;
}

.clb {
  clear: both;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center !important;
}

.al-right {
  text-align: right;
}

.al-left {
  text-align: left;
}

.red {
  color: #e73939;
}

/*-----------------------------
form関連
-----------------------------*/
input, button, textarea, select {
  outline: none;
}

/*-----------------------------
iframe
-----------------------------*/
html {
  font-size: 62.5%;
  /*10px*/
}

body {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: .1rem;
  font-family:"游明朝","Yu Mincho","游明朝体","YuMincho","Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","Sawarabi Mincho","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
  color: #252525;
  min-width: 1024px;
  background: url("../img/common/back-body.png") repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #252525;
  text-decoration: none;
}

.sp {
  display: none;
}

/*---------------------------------------------------------------
ヘッダー
---------------------------------------------------------------*/
#header {
  background: url("../img/common/back-head.gif") repeat-x;
  -moz-box-shadow: rgba(2, 2, 2, 0.15686) 0px 7px 3px -5px;
  -webkit-box-shadow: rgba(2, 2, 2, 0.15686) 0px 7px 3px -5px;
  box-shadow: rgba(2, 2, 2, 0.15686) 0px 7px 3px -5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 120px;
  position: relative;
  z-index: 5;
}
#header .head-inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
#header h1 {
  font-size: 1rem;
  color: #fff;
  padding-top: 2px;
}
#header .logo {
  position: absolute;
  top: 39px;
  left: 411px;
  z-index: 10;
}
#header .tel {
  height: 39px;
  line-height: 39px;
  position: absolute;
  padding: 0 20px;
  top: 0;
  right: 0;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #2c1b0a;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 20px;
  color: #fff;
}
#header .tel a {
  color: #fff;
}

#gnav {
  position: absolute;
  top: 39px;
  width: 100%;
  height: 81px;
  font-size: 1.3rem;
  background: #fff;
}
#gnav > li {
  float: left;
  width: 137px;
  height: 100%;
}
#gnav > li > a {
  display: block;
  text-indent: -9999px;
  height: 100%;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#gnav > li > a:hover {
  opacity: 0.6;
}
#gnav > li:nth-child(2) > a {
  background: url("../img/common/gnav-sprite.png") no-repeat 0 0;
}
#gnav > li:nth-child(3) a {
  background: url("../img/common/gnav-sprite.png") no-repeat -137px 0;
}
#gnav > li:nth-child(4) a {
  background: url("../img/common/gnav-sprite.png") no-repeat -274px 0;
}
#gnav > li:nth-child(5) {
  margin-left: 202px;
}
#gnav > li:nth-child(5) a {
  background: url("../img/common/gnav-sprite.png") no-repeat -613px 0;
}
#gnav > li:nth-child(6) a {
  background: url("../img/common/gnav-sprite.png") no-repeat -750px 0;
}
#gnav > li:nth-child(7) a {
  background: url("../img/common/gnav-sprite.png") no-repeat -887px 0;
}

.dropDown {
  position: relative;
}
.dropDown ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 90px;
  text-align: left;
  line-height: 1.7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
}
.dropDown ul a {
  border-top: solid 1px #c2c2c2;
  text-align: center;
  display: block;
  padding: 10px 0;
  width: 100%;
  background: #fff;
  color: #252525;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.dropDown ul a:hover {
  background: #c2b097;
}
.dropDown:hover ul {
  visibility: visible;
  opacity: 1;
  top: 81px;
  z-index: 1000;
}

.mv {
  position: relative;
  z-index: 0;
  width: 100%;
  background: url("../img/common/back-mv-footer.png") repeat;
  text-indent: -9999px;
}
.mv .top-mv {
  background: url("../img/index/mv.png") no-repeat center;
  height: 440px;
}
.mv .under-pages-mv {
  height: 180px;
}
.mv .menu-mv {
  background: url("../img/menu/mv.png") no-repeat center;
}
.mv .school-mv {
  background: url("../img/school/mv.png") no-repeat center;
}
.mv .information-mv {
  background: url("../img/information/mv.png") no-repeat center;
}
.mv .contact-mv {
  background: url("../img/contact/mv.png") no-repeat center;
}
.mv .topics-mv {
  background: url("../img/topics/mv.png") no-repeat center;
}
.mv .campaign-mv {
  background: url("../img/campaign/mv.png") no-repeat center;
}

.mv .voice-mv {
  background: url("../img/voice/mv.png") no-repeat center;
}

/*---------------------------------------------------------------
footer
---------------------------------------------------------------*/
/*----- ここからが重要なフッター下部設定 -----*/
html, body {
  height: 100%;
}

#wrap {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%;
}

#main {
  padding-bottom: 350px;
  padding-top: 80px;
}

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
}

#footer {
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/common/back-mv-footer.png") repeat;
  font-size: 1.3rem;
}
#footer a{
  color: #fff;
}
#footer .inner {
  width: 1024px;
  margin: 0 auto;
}
#footer .foot-content {
  padding: 30px 0;
}
#footer .foot-logo, #footer .info, #footer .card {
  display: inline-block;
  vertical-align: top;
}
#footer .info {
  margin-left: 30px;
}
#footer .info dl {
  overflow: hidden;
  margin-top: 7px;
}
#footer .info dl dt {
  float: left;
  padding: 0 0 7px 0;
}
#footer .info dl dd {
  padding: 0 0 7px 80px;
}
#footer .info dl dd:before {
  content: "：";
}
#footer .card {
  margin-left: 30px;
}
#footer .card h2 {
  margin-bottom: 10px;
}
#footer .foot-bottom {
  background: #292a2c;
  padding: 15px 0;
}
#footer .fnav {
  display: inline-block;
  letter-spacing: 0.08rem;
  font-size: 1.2rem;
}
#footer .fnav li {
  display: inline-block;
  line-height: 1;
}
#footer .fnav li + li {
  border-left: solid 1px #fff;
  margin-left: 8px;
  padding-left: 10px;
}
#footer .fnav li a {
  color: #fff;
}
#footer small {
  display: inline-block;
  font-size: 1rem;
  text-align: right;
  padding-left: 30px;
}

/*---------------------------------------------------------------
コンテンツ汎用
---------------------------------------------------------------*/
#main {
  background: url("../img/common/back-content.png") repeat-x;
}
#main a {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#main a:hover {
  opacity: 0.6;
}

.section > .inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

.course-box {
  border: solid 1px #c5b89d;
  background: #fff;
  padding: 20px 49px 40px;
}
.course-box + .course-box {
  margin-top: 50px;
}

.hs-intro {
  font-size: 3rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  text-align: center;
/*  background: url("../img/common/hs-pagetitle.png") no-repeat center;*/
  margin-bottom: 80px;
}

.hs-1 {
  font-size: 3rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  color: #523814;
  background: url("../img/common/hs-ico1.png") no-repeat left center;
  padding-left: 33px;
  margin-bottom: 30px;
  position: relative;
}
.hs-1 span {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 1.2rem;
  font-family:"游明朝","Yu Mincho","游明朝体","YuMincho","Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","Sawarabi Mincho","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif
}

.hs-2 {
  margin-left: -30px;
  margin-right: -30px;
  background: url("../img/common/hs2-border.png") no-repeat center bottom;
  font-size: 2.2rem;
  color: #5a4a34;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  padding: 0 0 20px 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.hs-small{  font-size: 1.32rem;
  color: #5a4a34;padding:0 0 10px}

.hs-3 {
  font-size: 2.2rem;
  color: #5a4a34;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.img-append {
  position: relative;
}
.img-append .plumeria-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.img-append .plumeria-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.img-append .plumeria-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.img-append .plumeria-4 {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*---------------------------------------------------------------
top-page
---------------------------------------------------------------*/
#top-page .section + .section {
  margin-top: 50px;
}
#top-page .intro {
  background: url("../img/index/intro-back.png") no-repeat center top;
}
#top-page .intro h1 {
  text-align: center;
  margin-bottom: 30px;
}
#top-page .intro h1 + p {
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 18px;
  line-height: 2.0;
  color: #000;
}
#top-page .intro .logo-his {
  padding: 40px 0;
  margin-top: 40px;
  background-image: url("../img/index/intro-border.png"), url("../img/index/intro-border.png");
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
}
#top-page .intro .logo-his h2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 2.4rem;
  text-align: center;
}
#top-page .intro .logo-his figure {
  float: left;
  margin-left: 200px;
}
#top-page .intro .logo-his .right {
  float: right;
  margin-right: 100px;
  padding-top: 30px;
}
#top-page .pickup h1 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 2.6rem;
  color: #523814;
}
#top-page .pickup .btn-2 {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 38px;
  background: #a12121 url("../img/index/ico-tri1.png") no-repeat left 10px center;
  color: #fff;
  text-align: center;
}
#top-page .loop-content section {
  width: 500px;
  height: 239px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}
#top-page .loop-content section h1 {
  border-bottom: solid 1px #e7dbc0;
}
#top-page .loop-content section a.btn {
  display: inline-block;
  background: #a12121;
  padding: 0 20px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  position: absolute;
  top: 35px;
  right: 30px;
  font-size: 1.2rem;
}
#top-page .loop-content section .loop-area {
  height: 140px;
  overflow: hidden;
}
#top-page .loop-content section .loop-area dl {
  overflow: hidden;
}
#top-page .loop-content section .loop-area dl dt {
  float: left;
  padding: 10px 0;
}
#top-page .loop-content section .loop-area dl dd {
  padding: 10px 10px 10px 100px;
}
#top-page .loop-content section .loop-area dl + dl {
  border-top: dotted 1px #e7dbc0;
}
#top-page .loop-content .campaign {
  background: url("../img/index/back-campaign.png") no-repeat;
  float: left;
}
#top-page .loop-content .topics {
  background: url("../img/index/back-topics.png") no-repeat;
  float: right;
}
#top-page .pickup .pickup100 {
  height: 259px;
  margin-top: 20px;
  background: url("../img/index/back-pickupcontents-width100.png") no-repeat;
}
#top-page .pickup .pickup100 .inner {
  padding: 30px 0 30px 50px;
  height: 100%;
}
#top-page .pickup .pickup100 h1 {
  margin-bottom: 10px;
}
#top-page .pickup .shimitori .inner {
  background: url("../img/index/img-shimitori.png") no-repeat right 20px top 18px;
}
#top-page .pickup .shimitori p {
  margin-bottom: 20px;
}
#top-page .pickup .body .inner {
  background: url("../img/index/img-body.png") no-repeat right 20px top 18px;
}
#top-page .pickup .body p {
  margin-bottom: 20px;
}
#top-page .pickup .column3 {
  margin-top: 20px;
}
#top-page .pickup .column3 section {
  width: 328px;
  height: 444px;
  float: left;
  background: url("../img/index/back-pickaucotents3culomn.png") no-repeat;
  position: relative;
}
#top-page .pickup .column3 section + section {
  margin-left: 20px;
}
#top-page .pickup .column3 section figure {
  padding: 18px 0 0 18px;
}
#top-page .pickup .column3 section h1 {
  text-align: center;
}
#top-page .pickup .column3 section p {
  padding: 0 30px;
  line-height: 1.4;
}
#top-page .pickup .column3 section .btn-2 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -95px;
}
#top-page .frame-area .movie {
  width: 500px;
  float: left;
}
#top-page .frame-area .movie .frame {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}
#top-page .frame-area .movie .frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#top-page .frame-area .facebook {
  width: 500px;
  float: right;
}


/*---------------------------------------------------------------
school-page
---------------------------------------------------------------*/
.sec-border {
  background: url("../img/common/border-section.png") no-repeat center bottom;
  padding-bottom: 120px;
  margin-bottom: 70px;
}

.duble-box {
  background: #e9e3d5;
  padding: 5px;
  margin-top: 20px;
}
.duble-box > .inner {
  background: #e9e3d5;
  border: solid 3px #f8f3e8;
  padding: 15px 30px 25px;
}

#school-page .intro p {
  font-size: 2.2rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  color: #5a4a34;
}
#school-page .intro p + p {
  margin-top: 20px;
}
#school-page .intro figure {
  position: absolute;
  top: 90px;
  right: 0;
}
#school-page .course-box h3 {
  color: #ea2a89;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 18px;
}
#school-page .course-box .duble-box p.bold {
  font-weight: bold;
  font-size: 1.6rem;
}
#school-page .course-box .duble-box p + p {
  margin-top: 10px;
}
#school-page .owner-greet {
  background: url("../img/school/owner-greet.png") no-repeat center bottom;
  padding-bottom: 80px;
}
#school-page .owner-greet p + p {
  margin-top: 20px;
}

/*---------------------------------------------------------------
information-page
---------------------------------------------------------------*/
#information-page .sec-1 .info {
  background: url("../img/information/back-saloninfo.png") no-repeat right top;
  padding: 20px 0;
  margin-bottom: 30px;
}
#aboutIyashinojikan,#ownerMsg{padding:0 0 40px}
#aboutIyashinojikan p,#ownerMsg p{margin:0 0 1.6em}
#aboutIyashinojikan ul{margin:0 0 1.6em;padding:20px}
#aboutIyashinojikan ul li{}
#aboutIyashinojikan ul li:before{content:"○";margin:0 8px 0 0}

#information-page .sec-1 .info dl {
  overflow: hidden;
  width: 660px;
  border-top: solid 1px #c5baa1;
}
#information-page .sec-1 .info dl dt {
  float: left;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.8rem;
  padding: 20px 0;
}
#information-page .sec-1 .info dl dd {
  padding: 23px 0 26px 230px;
  border-bottom: solid 1px #c5baa1;
}
#information-page .sec-1 .map {
  padding-bottom: 21px;
  background: url("../img/common/border-section.png") no-repeat center bottom;
  margin-bottom: 80px;
}
#information-page .sec-1 .map .frame {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
#information-page .sec-1 .map .frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#information-page .sec-1 .parking {
  padding-left: 50px;
  position: relative;
  margin-bottom: 80px;
}
#information-page .sec-1 .parking h2 {
  border-bottom: solid 1px #c5baa1;
  width: 500px;
  margin-bottom: 50px;
}
#information-page .sec-1 .parking .btn {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1f9278;
  font-size: 1.7rem;
  color: #fff;
  margin: 30px 0 0 30px;
}
#information-page .sec-1 .parking figure {
  position: absolute;
  top: 0;
  right: 50px;
}
#information-page .sec-2 .inner {
  background: url("../img/information/back-ownerprfile.png") no-repeat center top 50px;
}
#information-page .sec-2 .hs-3 {
  margin-bottom: 20px;
}
#information-page .sec-2 .txt {
  width: 435px;
}
#information-page .sec-2 .txt p + p {
  margin-top: 20px;
}
#information-page .sec-2 .certification {
  width: 904px;
  margin: 0 auto;
  background:#e9e3d5;
  padding: 30px 30px 30px 60px;
  list-style-type: disc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-weight: bold;
  color: #5a4a34;
  margin-top: 80px;
  margin-bottom: 80px;
}
.certificationTop,.certificationBtm{position:relative}
.certificationTop::before,.certificationTop::after,
.certificationBtm::before,.certificationBtm::after{content:"";width:50px;height:50px;display:block;background-image:url(../img/information/bg01.png);background-repeat:no-repeat;background-size:cover;background-position:center;position:absolute}
.certificationTop{}
.certificationBtm{}
.certificationTop::before,.certificationTop::after{top:-15px}
.certificationBtm::before,.certificationBtm::after{bottom:-15px}
.certificationTop::before{left:-50px}
.certificationTop::after{right:-15px;transform:rotate(90deg)}
.certificationBtm::before{left:-50px;transform:rotate(270deg)}
.certificationBtm::after{right:-15px;transform:rotate(180deg)}

#information-page .sec-2 .certification li + li {
  margin-top: 10px;
}
#information-page .sec-2 .message {
  background-image: url("../img/index/intro-border.png"), url("../img/index/intro-border.png"), url("../img/information/back-txt.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center top,center bottom, center;
  padding: 50px 0;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}
#information-page .sec-2 .message p + p {
  margin-top: 20px;
}

/*---------------------------------------------------------------
contact
---------------------------------------------------------------*/
#contact-page .none {
  display: none;
}
#contact-page .contact-form {
  margin-top: 50px;
}
#contact-page .contact-form dl {
  overflow: hidden;
}
#contact-page .contact-form dl:nth-child(1) {
  border-top: solid 1px #c5baa1;
}
#contact-page .contact-form dl dt {
  float: left;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.8rem;
  padding: 20px 0;
}
#contact-page .contact-form dl dt .req {
  font-size: 1.1rem;
  color: #fff;
  display: inline-block;
  background: #a12120;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  margin-left: 10px;
  vertical-align: 3px;
}
#contact-page .contact-form dl dd {
  padding: 20px 0 20px 280px;
  border-bottom: solid 1px #c5baa1;
}
#contact-page .contact-form dl .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 20px;
}
#contact-page .contact-form .txt1, #contact-page .contact-form .mail {
  width: 300px;
  height: 32px;
  border: solid 1px #d1cbbf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 30px;
}
#contact-page .contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 200px;
  border: solid 1px #d1cbbf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 1.4rem;
}
#contact-page .contact-form .submit {
  text-align: center;
}
#contact-page .contact-form .submit input {
  width: 250px;
  height: 50px;
  line-height: 50px;
  background: #5c4723;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  margin-top: 20px;
  text-align: center;
}

/*---------------------------------------------------------------
menu
---------------------------------------------------------------*/
#removallicence{text-align:center;  padding-bottom: 180px;}
#menu-page .intro {
  padding-bottom: 180px;
}
#menu-page .intro p {
  font-size: 2.2rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  color: #5a4a34;
  position: relative;
  z-index: 2;
}
#menu-page .intro p + p {
  margin-top: 40px;
}
#menu-page .intro figure {
  position: absolute;
  top: 50px;
  right: 0;
}
#menu-page .price-area {
  border-bottom: solid 1px #e7dbc0;
  padding-bottom: 20px;
}
#menu-page .price-area .price {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 2rem;
  color: #7f6c31;
}
#menu-page .price-area .table {
  display: table;
  width: 100%;
}
#menu-page .price-area .in-block {
  display: table-cell;
}
#menu-page .price-area .in-block th, #menu-page .price-area .in-block td {
  font-weight: bold;
  padding: 5px 0;
  vertical-align: middle;
}
#menu-page .price-area .in-block td {
  padding-left: 50px;
}
#menu-page .price-area .in-block table + p {
  padding-top: 5px;
}
#menu-page .price-area .clomun-1 {
  width: 28%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#menu-page .price-area .clomun-2 {
  border-left: solid 1px #e7dbc0;
  padding-left: 40px;
  width: 42%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#menu-page .price-area .clomun-3 {
  vertical-align: middle;
  text-align: right;
  width: 30%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#menu-page .price-area .btn-premium {
  display: inline-block;
  padding: 0 20px;
  background: #625d24;
  height: 35px;
  line-height: 35px;
  color: #fff;
}
#menu-page .price-list-area {
  border-bottom: solid 1px #e7dbc0;
  padding: 15px 0;
  text-align: center;
}
#menu-page .price-list-area .btn-price-list {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 1.8rem;
  background: #a12120;
  padding: 0 100px;
}
#menu-page .price-list-area .btn-price-list:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 13px;
  background: url("../img/common/ico-arrow1.png") no-repeat;
  margin-right: 10px;
}
#menu-page .removal.course-8 h3 {
  font-weight: bold;
  font-size: 1.8rem;
}
#menu-page .bodycourse h3 {
  font-weight: bold;
  font-size: 1.8rem;
color:#5a4a34;margin:40px 0 10px;padding:20px 0 10px;
border-top:2px solid #e7dbc0
}
#menu-page .removal.course-8 .price-area + h3 {
  margin-top: 20px;
}
#menu-page .removal.course-8 .bo-none {
  border: none;
  background: url("../img/menu/removal/border-harf.png") no-repeat left bottom;
}
#menu-page .removal.course-8 .clomun-3 {
  position: relative;
}
#menu-page .removal.course-8 .clomun-3 .btn-premium {
  position: relative;
  top: 45px;
}
#menu-page .content-outer {
  margin-top: 20px;
}
#menu-page .inner-left {
  width: 450px;
  float: left;
  padding-top: 20px;
}
#menu-page .inner-left p + p {
  margin-top: 20px;
}
#menu-page .inner-right {
  float: right;
  width: 452px;
}
#menu-page .inner-right figure + figure {
  border-top: solid 1px #e7dbc0;
  padding-top: 20px;
  margin-top: 10px;
}
#menu-page .faq {
  margin-top: 30px;
}
#menu-page .faq .faq-box {
  border: solid 1px #c5b89d;
}
#menu-page .faq .faq-box + .faq-box {
  margin-top: 20px;
}
#menu-page .faq .faq-box h3 {
  color: #5a4a34;
  font-size: 1.6rem;
  background: #efe8d9;
  border-bottom: solid 1px #c5b89d;
  padding: 10px 0 10px 15px;
}
#menu-page .faq .faq-box .answer-box {
  padding: 15px;
}
#menu-page .faq .faq-box .answer-box h4 {
  color: #dd1010;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#menu-page .faq.course-box {
  padding: 50px;
}
#menu-page .facial .flow-section + .flow-section {
  background: url("../img/menu/facial/arrow-step.png") no-repeat center top;
  padding-top: 80px;
  margin-top: 30px;
}
#menu-page .facial .flow-section h2,
#menu-page .whitening .flow-section h2{
  color: #d9317c;
  font-size: 3.6rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-weight: bold;
  line-height: 1.4;
}
#menu-page .whitening .flow-section h2,
#menu-page .facial .flow-section h2.whitening{color:#4eb2e6}
#menu-page .facial .flow-section h3.hs-sub {
  color: #d9317c;
  font-size: 2rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-weight: bold;
}
#menu-page .facial .flow-section .ico {
  float: left;
}
#menu-page .facial .flow-section .center-content {
  width: 520px;
  float: left;
  margin-left: 30px;
  margin-top: 10px;
}
#menu-page .facial .flow-section .center-content p {
  margin-top: 20px;
}
#menu-page .facial .flow-section figure {
  float: right;
}
#menu-page .facial.course-box ol {
  margin-top: 20px;
  font-weight: bold;
}
#menu-page .facial.course-box .img-1 {
  display: block;
  margin-top: 50px;
}
#menu-page .facial.course-box .indication {
  margin-top: 50px;
  border: solid 3px #c5b89d;
  padding: 30px;
}
#menu-page .facial.course-box .indication h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 3rem;
  text-align: center;
}
#menu-page .facial.course-box .indication h3:before, #menu-page .facial.course-box .indication h3:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #252525;
  margin: 0 5px;
  vertical-align: 10px;
}
#menu-page .facial.course-box .indication figure {
  text-align: center;
  margin-top: 20px;
}
#menu-page .duble-box h3 {
  color: #513e23;
  border-bottom: solid 1px #b5ad99;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#menu-page .duble-box h4 {
  color: #513e23;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 20px;
}
#menu-page .duble-box img.alignright{float:right;margin:0 0 20px 40px}
#menu-page .duble-box p + h3{margin-top:40px}
#menu-page .duble-box p{margin:0 0 1.5em}
#menu-page .duble-box dl {
  overflow: hidden;
}
#menu-page .duble-box dl dt {
  float: left;
}
#menu-page .duble-box dl dd {
  padding-left: 280px;
}
#menu-page .ticket.duble-box dd {
  padding-left: 150px;
}
#menu-page .removal.course-9 .hs-2 {
  color: #e63771;
}
#menu-page .licence {
  margin-top: 50px;
}

/*---------------------------------------------------------------
topics
---------------------------------------------------------------*/
#topics-page {
  width: 1024px;
  margin: 0 auto;
}
#topics-page a {
  color: #363636;
}
#topics-page .post-page-title {
  font-size: 3rem;
  text-align: center;
  margin: -50px 0 20px;
}
#topics-page .content_right {
  width: 690px;
  float: right;
}
#topics-page .content_left {
  width: 270px;
  float: left;
}
#topics-page .loop-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #b8ad85;
  overflow: hidden;
}
#topics-page .loop-box .meta {
  font-size: 13px;
  margin-bottom: 30px;
}
#topics-page .loop-box .meta .date {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
#topics-page .loop-box .meta .date:after {
  content: '';
  height: 12px;
  width: 1px;
  background: #b8ad85;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: -13px;
}
#topics-page .loop-box .meta .post-categories {
  display: inline-block;
}
#topics-page .loop-box .meta .post-categories li {
  display: inline-block;
}
#topics-page .loop-box .meta .post-categories li + li:before {
  content: ',';
  display: inline-block;
  padding-right: 2px;
}
#topics-page .loop-box .topics_title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}
#topics-page .loop-box .icatch {
  float: left;
  width: 200px;
  height: 200px;
}
#topics-page .loop-box .icatch img {
  width: 100%;
  height: auto;
}
#topics-page .loop-box .right-area {
  float: right;
  width: 460px;
  height: 200px;
  position: relative;
}
#topics-page .loop-box .right-area .read-more {
  width: 146px;
  height: 40px;
  line-height: 40px;
  background: #36270f;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
}
#topics-page .loop-box .right-area .content {
  color: #656565;
  height: 140px;
  overflow: hidden;
}
#topics-page .loop-box:first-child {
  border-top: solid 1px #b8ad85;
}
#topics-page .single .topics_title {
  font-size: 2.5rem;
}
#topics-page .single .content {
  margin-bottom: 50px;
}
#topics-page .single .content h2 {
  font-weight: bold;
  background: #e9e3d5;
  padding: 20px;
  font-size: 2rem;
  margin: 30px 0 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#topics-page .single .content h3 {
  font-weight: bold;
  border-top: solid 1px #b5ad99;
  border-bottom: solid 1px #b5ad99;
  padding: 10px 0;
  margin: 30px 0 20px;
  font-size: 1.8rem;
}
#topics-page .single .content img {
  padding: 20px 0;
  max-width: 100%;
  height: auto;
}
#topics-page .single .navigation {
  border-top: solid 1px #b8ad85;
  padding-top: 25px;
}
#topics-page .single .navigation a {
  display: inline-block;
  padding: 0 15px 0 20px;
  height: 40px;
  line-height: 41px;
  border: solid 1px #473f1d;
  color: #473f1d;
  text-decoration: none;
  margin-top: 20px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#topics-page .single .navigation a:hover {
  opacity: 1;
  color: #fff;
  background: #473f1d;
}
#topics-page .sidebar .widgettitle {
  font-size: 1.4rem;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  border-top: solid 1px #b8ad85;
  border-bottom: solid 1px #b8ad85;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
#topics-page .sidebar .widget {
  margin-bottom: 40px;
}
#topics-page .sidebar .widget ul {
  font-size: 13px;
}
#topics-page .sidebar .widget ul li {
  padding: 14px 0;
  border-bottom: dotted 1px #b8ad85;
}
#topics-page .sidebar .widget ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 20px;
  text-decoration: none;
  border-left: solid 0px #36270f;
  line-height: 1.1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#topics-page .sidebar .widget ul li a:hover {
  opacity: 1;
  border-left: solid 10px #36270f;
}
#topics-page .sidebar .widget ul li:last-child {
  border-bottom: none;
}

/*---------------------------------------------------------------
wp-pagenavi
---------------------------------------------------------------*/
.wp-pagenavi {
  border-bottom: solid 1px #b8ad85;
  clear: both;
  font-size: 1.2rem;
  color: #fff;
  height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  /*border: 1px solid #BFBFBF;*/
  background: #36270f;
  margin-right: 4px;
  color: #fff !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  vertical-align: top;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  /*border-color: #000;*/
}

.wp-pagenavi span.current {
  font-weight: normal;
  color: #3f3f3f !important;
  background: #fff;
  border: 1px solid #36270f;
  margin-top: top;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi .page {
  margin-bottom: 0;
}

.wp-pagenavi a:hover {
  text-decoration: none !important;
}

/*---------------------------------------------------------------
campaign
---------------------------------------------------------------*/
#campaign-page .campaign-area {
  width: 1024px;
  margin: 0 auto;
  background-image: url("../img/campaign/campaign-head.png"), url("../img/campaign/campaign-bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  padding: 35px 0;
}
#campaign-page .campaign-area .body {
  background: url("../img/campaign/campaign-body.png") repeat-y center;
  padding: 5px 60px 30px;
}
#campaign-page .campaign-area .date {
  display: inline-block;
  background: #d9cfbe;
  height: 20px;
  padding: 0 10px;
  font-size: 1.2rem;
}
#campaign-page .campaign-area .hs-2 a {
  color: #5a4a34;
}
#campaign-page .campaign-area .single-content {
  position: relative;
}
#campaign-page .campaign-area .single-content header h1 {
  width: 750px;
}
#campaign-page .campaign-area .single-content .date-single {
  position: absolute;
  right: 0;
  top: 3px;
  border-left: solid 1px #e7dbc0;
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  font-size: 1.3rem;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
#campaign-page .campaign-area .single-content h2 {
  font-weight: bold;
  background: #e9e3d5;
  padding: 20px;
  font-size: 2rem;
  margin: 30px 0 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#campaign-page .campaign-area .single-content h3 {
  font-weight: bold;
  border-top: solid 1px #b5ad99;
  border-bottom: solid 1px #b5ad99;
  padding: 10px 0;
  margin: 30px 0 20px;
  font-size: 1.8rem;
}
#campaign-page .campaign-area .single-content .duble-box h3 {
  color: #513e23;
  border-bottom: solid 1px #b5ad99;
  border-top: none;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 15px 0;
  margin: 0 0 20px;
}
#campaign-page .campaign-area .single-content .midashi-box {
  border: solid 1px #c5b89d;
}
#campaign-page .campaign-area .single-content .midashi-box + .midashi-box {
  margin-top: 20px;
}
#campaign-page .campaign-area .single-content .midashi-box h4 {
  color: #5a4a34;
  font-size: 1.6rem;
  background: #efe8d9;
  border-bottom: solid 1px #c5b89d;
  padding: 10px 0 10px 15px;
  font-weight: bold;
}
#campaign-page .campaign-area .single-content .midashi-box .content-box {
  padding: 15px;
}
#campaign-page .campaign-area .single-content img {
  padding: 20px 0;
  max-width: 100%;
  height: auto;
}
#campaign-page .campaign-area .single-content p + p, #campaign-page .campaign-area .single-content ul + p, #campaign-page .campaign-area .single-content ul + ul, #campaign-page .campaign-area .single-content div + p {
  margin-top: 20px;
}


.simply-scroll-clip{position:relative;overflow:hidden}
.simply-scroll-list{overflow:hidden;margin:0;padding:0;list-style:none}
.simply-scroll-list li{padding:0;margin:0;list-style:none}
.simply-scroll-list li img{border:none;display:block;height:100%}
.simply-scroll-btn{position:absolute;background-image:url(/css/buttons.png);width:42px;height:44px;z-index:3;cursor:pointer}
.simply-scroll-btn-left{left:6px;bottom:6px;background-position:0 -44px}
.simply-scroll-btn-left.disabled{background-position:0 0!important}
.simply-scroll-btn-left:hover,.simply-scroll-btn-left:focus{background-position:0 -88px}
.simply-scroll-btn-right{right:6px;bottom:6px;background-position:-84px -44px}
.simply-scroll-btn-right.disabled{background-position:-84px 0!important}
.simply-scroll-btn-right:hover,.simply-scroll-btn-right:focus{background-position:-84px -88px}
.simply-scroll-btn-up{right:6px;top:6px;background-position:-126px -44px}
.simply-scroll-btn-up.disabled{background-position:-126px 0!important}
.simply-scroll-btn-up:hover,.simply-scroll-btn-up:focus{background-position:-126px -88px}
.simply-scroll-btn-down{right:6px;bottom:6px;background-position:-42px -44px}
.simply-scroll-btn-down.disabled{background-position:-42px 0!important}
.simply-scroll-btn-down:hover,.simply-scroll-btn-down:focus{background-position:-42px -88px}
.simply-scroll-btn-pause{right:6px;bottom:6px;background-position:-168px -44px}
.simply-scroll-btn-pause:hover,.simply-scroll-btn-pause:focus{background-position:-168px -88px}
.simply-scroll-btn-pause.active{background-position:-84px -44px}
.simply-scroll-btn-pause.active:hover,.simply-scroll-btn-pause.active:focus{background-position:-84px -88px}
#scroller{width:100%;margin:0 auto}
.simply-scroll{width:100%}
.simply-scroll .simply-scroll-clip{width:100%}
.simply-scroll .simply-scroll-list li{float:left}
.simply-scroll li img{width:100%;height:auto}
#scroller{font-size:0;overflow:hidden}
#scroller li{width:20%;float:left}
#scroller li:nth-child(5n+1){clea:both}
#scroller li img{width:100%;height:auto}


#menunav{text-align:center;background: url(../img/common/back-content.png)}
#menunav ul{width:1024px;margin:0 auto;padding:0 20px;display:flex;justify-content: center;}
#menunav ul li{text-align:center;width:20%;vertical-align:middle}
#menunav ul li a{transition:0.5s;background:transparent;border-bottom:transparent;color:#35210a;border-right:1px solid #a69d93;display:block;height:65px;padding:24px 10px 0}
#menunav ul li a:hover{color:#5d4d3b;background:url(../img/index/bg03.gif);font-weight:600}
#menunav ul li:first-child a{padding:34px 10px 0;height:55px}
#menunav ul li:nth-child(3) a,#menunav ul li:nth-child(4) a,#menunav ul li:nth-child(5) a,#menunav ul li:nth-child(6) a{height: 54px;padding-top: 34px;}
#menunav ul li:last-child a{border:none}

#information-page .sec-2 .inner.none{background:none}
.staffImg{float:right}