@charset "utf-8";
/*                ブログ用
======================================================= */
.entry {
  border-top: solid 1px #d0c8b6;
  border-bottom: solid 1px #d0c8b6;
  margin-top: 4.5em;
  margin-bottom: 0.25em;
  padding-top: 3.05em;
  padding-bottom: 3.05em;
  position: relative;
}
.entry h1,
.entry h1 a {
  font-size: 137.5%;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  padding-bottom: 1.6em;
}
.entry .dateArea {
  font-size: 75%;
  position: absolute;
  right: 0;
  top: 4.75em;
  color: #666666;
}
.entry .dateArea li {
  display: inline-block;
  letter-spacing: 0.02em;
}
.entry .entryDetail h2 {
  font-size: 112.5%;
  color: #870e1c;
  font-weight: bold;
  padding-bottom: 1.35em;
  width: 100%;
}
.entry .entryDetail p {
  margin-bottom: 2.10em;
  font-size: 112.5%;
}
.entry .entryDetail .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry .entryDetail .alignleft {
  float: left;
  margin-right: 1.91em;
  margin-bottom: 1.91em;
}
.entry .entryDetail .alignright {
  float: right;
  margin-left: 1.91em;
  margin-bottom: 1.91em;
}

/*                下層共通
======================================================= */
#salonInfo {
  background-color: #faf5e8;
  overflow: hidden;
  padding-top: 3.4em;
  padding-bottom: 0;
}
#salonInfo .mainCont .titleCol {
  margin-bottom: 0.45em;
}
#salonInfo .mainCont .titleCol p {
  margin-bottom: 3.0em;
}
#salonInfo .mainCont .titleCol h2 {
  width: 2.9em;
  padding-bottom: 0.185em;
}
@media only screen and (max-width: 768px) {
  #salonInfo .mainCont .titleCol {
    padding-top: 5px;
    padding-bottom: 0;
  }
  #salonInfo .mainCont .titleCol h2 {
    width: auto;
  }
  #salonInfo .mainCont .titleCol p {
    margin-bottom: 0em;
    left: 1.5em;
  }
}
#salonInfo .mainCont .SalonThumbs {
  overflow: hidden;
  margin-bottom: -7px;
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
#salonInfo .mainCont .SalonThumbs .col4 {
  padding-right: 15px;
  padding-left: 15px;
}
#salonInfo .mainCont .SalonThumbs .salonSetIn {
  position: relative;
  margin-bottom: 40px;
}
#salonInfo .mainCont .SalonThumbs .salonSetIn a {
  display: block;
}
#salonInfo .mainCont .SalonThumbs .salonSetIn a:hover {
  text-decoration: none;
}
#salonInfo .mainCont .SalonThumbs .salonSetIn a img {
  width: 100%;
}
#salonInfo .mainCont .SalonThumbs .salonSetIn a h3.thumbsBox_h3 {
  background: url(/media/images/home/SalonThumbs_h3_bg.png) repeat left top;
  font-size: 100%;
  line-height: 190%;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

#home #salonInfo {
  padding-bottom: 2.0em;
}
#home #salonInfo .mainCont .titleCol {
  padding-bottom: 37px;
}
#home #salonInfo .mainCont .SalonThumbs {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #home #salonInfo .mainCont .titleCol {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1200px) {
  #salonInfo {
    padding-top: 2.0em;
  }
  #salonInfo .mainCont .SalonThumbs {
    margin-bottom: 55px;
    margin-right: -10px;
    margin-left: -10px;
  }
  #salonInfo .mainCont .SalonThumbs .col4 {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  #salonInfo .mainCont .SalonThumbs .col4 .salonSetIn {
    margin-bottom: 0;
  }
  #salonInfo .mainCont .SalonThumbs .col4 .salonSetIn a h3.thumbsBox_h3 {
    font-size: 112.5%;
  }
}
@media only screen and (max-width: 480px) {
  #salonInfo .mainCont .SalonThumbs .col4 {
    width: 100%;
  }
  #salonInfo .mainCont .SalonThumbs .col4 .salonSetIn a h3.thumbsBox_h3 {
    font-size: 150%;
  }
  #salonInfo .mainCont .SalonThumbs .salonSetIn {
    margin-bottom: 20px;
  }
}
#mainArea .headPageControl {
  position: absolute;
  right: 2px;
  bottom: 0.35em;
}
#mainArea .headPageControl ul li {
  display: inline-block;
  position: relative;
  color: #911721;
}
#mainArea .headPageControl ul li a {
  color: #911721;
}
#mainArea .headPageControl ul li.prev {
  padding-right: 0.85em;
}
#mainArea .headPageControl ul li.prev:before {
  font: normal normal normal 13px/1 FontAwesome;
  content: "\f137";
  padding-right: 0.5em;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0.4em;
}
#mainArea .headPageControl ul li.prev a {
  padding-left: 0.95em;
}
#mainArea .headPageControl ul li.next {
  padding-left: 1.5em;
}
#mainArea .headPageControl ul li.next:after {
  font: normal normal normal 13px/1 FontAwesome;
  content: "\f138";
  padding-left: 0.5em;
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0.4em;
}
#mainArea .headPageControl ul li.next a {
  padding-right: 0.95em;
}
#mainArea .headPageControl ul li.links {
  padding-left: 1.5em;
}
#mainArea .headPageControl ul li.links:before {
  font: normal normal normal 13px/1 FontAwesome;
  content: "\f13a";
  padding-right: 0.5em;
  position: absolute;
  display: inline-block;
  left: 1.5em;
  top: 0.4em;
}
#mainArea .headPageControl ul li.links a {
  padding-left: 0.95em;
}
@media only screen and (max-width: 1300px) {
  #mainArea .headPageControl {
    position: relative;
    top: 0;
    float: right;
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  #mainArea .headPageControl {
    width: 108%;
    background-color: #ffffff;
    border-bottom: 1px #ccc dotted;
    left: 4%;
    top: 0;
    display: none;
    z-index: 500;
    padding-top: 0.5em;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #mainArea .headPageControl > ul {
    overflow: hidden;
    width: 100%;
    margin-left: 0;
    margin-right: 0x;
    border-top: 1px #ccc dotted;
  }
  #mainArea .headPageControl > ul > li {
    border-bottom: 1px #ccc dotted;
    text-align: left;
    font-weight: normal;
    width: 50%;
    padding: 0.5em 0;
    margin-bottom: 0;
    display: inline-block;
    float: left;
  }
  #mainArea .headPageControl > ul > li.active a {
    background-color: #fef2f7;
    color: #333333;
  }
  #mainArea .headPageControl > ul > li.links:before {
    top: 0.8em;
  }
  #mainArea .headPageControl > ul:first-child > li:last-child {
    border-bottom: none;
  }
  #mainArea .headPageControl ul li, #mainArea .headPageControl ul li > span {
    margin-bottom: 0;
  }
  #mainArea .headPageControl > ul > li > ul {
    background-color: #ffffff;
    overflow: hidden;
    width: auto;
    margin-top: 0;
  }
  #mainArea .headPageControl > ul > li > ul li {
    float: left;
    width: 25%;
    margin-bottom: 0;
  }
  #mainArea .headPageControl > ul > li > ul li:first-child {
    border-top: none;
  }
  #mainArea .headPageControl > ul > li > ul li a {
    padding-left: 2em;
  }
  #mainArea .headPageControl > ul > li > ul li span a {
    padding: 0;
  }
  #mainArea .headPageControl ul li > span {
    padding-left: 0;
  }
  #mainArea .headPageControl > ul > li > a {
    padding-left: 1em;
    padding-right: 1em;
  }
  #mainArea .headPageControl ul li > span:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  #mainArea .headPageControl ul li.active a {
    background-image: none;
  }
  #mainArea .headPageControl > ul > li > ul li {
    width: 33.333333333333333333333333333333333333333333333333333333333333333333333333333333333333%;
  }
  #mainArea .headPageControl > ul > li a {
    padding-left: 1em;
  }
  #mainArea .headPageControl > ul > li > ul li a {
    padding-left: 2em;
  }
}
@media (max-width: 640px) {
  #mainArea .headPageControl {
    padding-top: 0.5em;
    padding-bottom: 0;
  }
  #mainArea .headPageControl > ul > li.links:before {
    top: 0.6em;
    left: 2.0em;
  }
  #mainArea .headPageControl > ul > li a {
    margin-left: 1.0em;
    display: block;
  }
  #mainArea .headPageControl > ul > li > ul li {
    width: 50%;
  }
}
@media (max-width: 400px) {
  #mainArea .headPageControl > ul > li,
  #mainArea .headPageControl > ul > li > ul li {
    width: 100%;
  }
  #mainArea .headPageControl > ul > li.links:before {
    left: 2.0em;
  }
  #mainArea .headPageControl > ul > li a {
    margin-left: 1.0em;
  }
}
#mainArea .mainTitle {
  padding-left: auto;
  padding-right: auto;
  margin-top: 3.185em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#mainArea .mainTitle .mainH {
  background-image: url(/media/images/common/maintitle_h1_bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 23%;
  padding-bottom: 0.225em;
}
#mainArea .mainTitle h1, #mainArea .mainTitle h2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.93em;
  padding-right: 2.93em;
  padding-bottom: 0.525em;
  width: auto;
  display: inline;
  overflow: visible;
}
#mainArea .mainTitle h1,
#mainArea .mainTitle h1 a:link,
#mainArea .mainTitle h1 a:visited,
#mainArea .mainTitle h2,
#mainArea .mainTitle h2 a:link,
#mainArea .mainTitle h2 a:visited {
  text-align: center;
  font-size: 200%;
  color: #890018;
}
#mainArea .mainTitle h1 span,
#mainArea .mainTitle h1 a:link span,
#mainArea .mainTitle h1 a:visited span,
#mainArea .mainTitle h2 span,
#mainArea .mainTitle h2 a:link span,
#mainArea .mainTitle h2 a:visited span {
  display: inline-block;
}
#mainArea .mainTitle h1 span.small,
#mainArea .mainTitle h1 a:link span.small,
#mainArea .mainTitle h1 a:visited span.small,
#mainArea .mainTitle h2 span.small,
#mainArea .mainTitle h2 a:link span.small,
#mainArea .mainTitle h2 a:visited span.small {
  margin-left: 0.85em;
  font-size: 50%;
}
@media only screen and (max-width: 768px) {
  #mainArea .mainTitle {
    margin-top: 1.5em;
  }
  #mainArea .mainTitle h1,
  #mainArea .mainTitle h2 {
    padding-bottom: 0.25em;
  }
  #mainArea .mainTitle .mainH {
    margin-bottom: 0.5em;
    background-image: none;
  }
}
@media only screen and (max-width: 400px) {
  #mainArea .mainTitle h1,
  #mainArea .mainTitle h2 {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  #mainArea .mainTitle {
    marging-bottom: 0;
  }
  #mainArea .mainTitle h1,
  #mainArea .mainTitle h1 a:link,
  #mainArea .mainTitle h1 a:visited,
  #mainArea .mainTitle h2,
  #mainArea .mainTitle h2 a:link,
  #mainArea .mainTitle h2 a:visited {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  #mainArea .mainTitle h1 span,
  #mainArea .mainTitle h1 a:link span,
  #mainArea .mainTitle h1 a:visited span,
  #mainArea .mainTitle h2 span,
  #mainArea .mainTitle h2 a:link span,
  #mainArea .mainTitle h2 a:visited span {
    display: inline-block;
  }
  #mainArea .mainTitle h1 span.small,
  #mainArea .mainTitle h1 a:link span.small,
  #mainArea .mainTitle h1 a:visited span.small,
  #mainArea .mainTitle h2 span.small,
  #mainArea .mainTitle h2 a:link span.small,
  #mainArea .mainTitle h2 a:visited span.small {
    display: inline-block;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .non768 {
    display: none;
  }
}
/*                news (category single)
======================================================= */
#news.category #mainArea {
  margin-bottom: 3.0em;
}
#news.category #mainArea .mainTitle h2 {
  font-size: 87.5%;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0;
}
#news.category #mainArea .mainTitle p {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #news.category #mainArea {
    margin-bottom: 0;
  }
}

.categoryMenu {
  text-align: center;
  margin-top: 3.70em;
  margin-bottom: 3.075em;
}
.categoryMenu ul li {
  display: inline-block;
  padding-left: 1.85em;
  padding-right: 2.45em;
}
.categoryMenu ul li a {
  position: relative;
}
.categoryMenu ul li a i {
  position: absolute;
  display: inline-block;
  left: -0.8em;
  top: 0.25em;
  color: #890018;
}

@media only screen and (max-width: 1100px) {
  .categoryList {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 1024px) {
  .navIcon {
    margin-bottom: 0.5em;
  }

  .categoryMenu {
    background-color: #ffffff;
    position: relative;
    left: 0;
    top: 0;
    display: none;
    z-index: 500;
    padding-top: 0.5em;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -10px;
  }

  .categoryMenu > ul {
    overflow: hidden;
    width: 100%;
    border-top: 1px #ccc dotted;
  }

  .categoryMenu > ul > li {
    border-bottom: 1px #ccc dotted;
    text-align: left;
    font-weight: normal;
    width: 50%;
    padding: 0.5em 0;
    margin-bottom: 0;
    display: inline-block;
    float: left;
  }
  .categoryMenu > ul > li.active a {
    background-color: #fef2f7;
    color: #333333;
  }
  .categoryMenu > ul > li a {
    padding-left: 1.5em;
  }
  .categoryMenu > ul > li a i {
    left: 0.5em;
  }

  .categoryMenu > ul > li.mens {
    border-bottom: none;
  }

  .categoryMenu ul li, .categoryMenu ul li > span {
    margin-bottom: 0;
  }

  .categoryMenu > ul > li > ul {
    background-color: #ffffff;
    overflow: hidden;
    width: auto;
    margin-top: 0;
  }

  .categoryMenu > ul > li > ul li {
    float: left;
    width: 25%;
    margin-bottom: 0;
  }

  .categoryMenu > ul > li > ul li:first-child {
    border-top: none;
  }
  .categoryMenu > ul > li > ul li a {
    padding-left: 2em;
  }
  .categoryMenu > ul > li > ul li span a {
    padding: 0;
  }

  .categoryMenu ul li > span {
    padding-left: 0;
  }

  .categoryMenu ul li > span:hover {
    text-decoration: underline;
    cursor: pointer;
  }

  .categoryMenu ul li.active a {
    background-image: none;
  }

  .navIcon {
    position: relative;
  }
  .navIcon:after {
    content: "▼";
    position: absolute;
    font-size: 150%;
    right: 30px;
    top: 0.25em;
  }
  .navIcon.active:after {
    content: "▲";
  }

  .categoryMenu > ul > li > ul li {
    width: 33.333333333333333333333333333333333333333333333333333333333333333333333333333333333333%;
  }

  #news .categoryMenu {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 950px) {
  .categoryList div.col3 {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 640px) {
  .categoryList div.col3 {
    width: 50%;
  }

  .navIcon {
    margin-bottom: 0;
  }

  .categoryMenu {
    padding-top: 0.5em;
    padding-bottom: 0;
  }

  .navIcon:after {
    right: 18px;
  }

  .categoryMenu > ul > li > ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #news #mainArea {
    padding-bottom: 3.0em;
  }
  #news #mainArea .categoryList .postThumbs {
    padding: 11px 11px 0 11px;
  }
  #news #mainArea .categoryList .dateArea {
    padding: 3px 11px 2px;
  }
}
@media (max-width: 400px) {
  .categoryList div.col3 {
    width: 100%;
  }
  .categoryList div.col3 .thumbsBox {
    height: auto!important;
  }

  .categoryMenu > ul > li,
  .categoryMenu > ul > li > ul li {
    width: 100%;
  }
}
/*                category
======================================================= */
.categoryList h2.related {
  text-align: center;
  font-size: 200%;
  color: #890018;
  padding-top: 0.25em;
  padding-bottom: 1.0em;
}
.categoryList .postThumbs {
  border: solid #dbd5c8 1px;
  padding: 22px 22px 0 22px;
  position: relative;
}
.categoryList .postThumbs a:hover {
  text-decoration: none;
}
.categoryList .postThumbs a img {
  width: 100%;
  height: auto;
  margin-bottom: 0.40em;
}
.categoryList .postThumbs a h2 {
  color: #890018;
  font-size: 87.5%;
  margin-bottom: 0.45em;
}
.categoryList .postThumbs a p {
  color: #666666;
  font-size: 75%;
  margin-bottom: 1.0em;
  line-height: 1.66em;
}
.categoryList .dateArea {
  width: 100%;
  background-color: #dbd5c8;
  color: #666666;
  margin-bottom: 2.48em;
  padding: 3px 24px 2px;
  font-size: 75%;
  position: relative;
  overflow: visible;
  text-align: left;
}
.categoryList .dateArea .catName {
  display: inline-block;
  position: relative;
  top: -4px;
  float: right;
  padding: 3px 9px 2px;
  margin-bottom: 1px;
  background-color: #baad8d;
  color: #ffffff;
}

/*                salon / archive  overtext
======================================================= */
#salon #salonInfo.salonIndex {
  background-color: #ffffff;
}
#salon #salonInfo.salonIndex .thumbsCol {
  margin-left: -8px;
  margin-right: -8px;
}
#salon #salonInfo.salonIndex .thumbsCol .SalonThumbs {
  margin-top: 0.4em;
  margin-bottom: 54px;
}
#salon #salonInfo.salonIndex .thumbsCol .SalonThumbs .col4 {
  padding-left: 22px;
  padding-right: 22px;
}
#salon #salonInfo.salonIndex .thumbsCol .SalonThumbs .col4 .salonSetIn {
  margin-bottom: 53px;
}
#salon #salonInfo.salonIndex .thumbsCol .SalonThumbs .col4 .salonSetIn a h3.thumbsBox_h3 {
  padding-top: 0.31em;
  padding-bottom: 0.31em;
}
#salon #salonInfo.salonIndex .thumbsCol .SalonThumbs .col4 .salonSetIn a:hover {
  text-decoration: none!important;
}
#salon #salonInfo.salonIndex .thumbsCol .SalonThumbs .col4 .salonSetIn ul li a:hover {
  text-decoration: underline!important;
}

#salon .thumbsCol .overtext {
  display: table;
  background-image: url(../media/images/common/hover_bg.png);
  opacity: 0;
  width: 100%;
  padding-top: 22px;
  padding-right: 27px;
  padding-bottom: 0px;
  padding-left: 27px;
  background-repeat: repeat;
  background-position: left top;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  overflow: hidden;
  color: #fff;
}
#salon .thumbsCol .overtext ul li a:hover {
  text-decoration: underline!important;
}
#salon .thumbsCol .overtext a {
  color: #fff;
}
#salon .thumbsCol .overtext a:hover {
  text-decoration: underline!important;
}
#salon .thumbsCol .overtext h3 {
  overflow: hidden;
  z-index: 10;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 1.0em;
  font-size: 112.5%;
}
#salon .thumbsCol .overtext p {
  overflow: hidden;
  z-index: 10;
  font-size: 100%;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-bottom: 1.5em;
}
#salon .thumbsCol .overtext ul {
  overflow: hidden;
  z-index: 10;
  font-size: 100%;
  padding-left: 0.8em;
  padding-right: 0.8em;
  position: absolute;
  bottom: 2.0em;
}
#salon .thumbsCol .overtext ul li {
  display: inline-block;
}
#salon .thumbsCol .overtext ul li a {
  display: block;
  position: relative;
  padding-left: 0.40em;
  padding-right: 0.65em;
}
#salon .thumbsCol .overtext ul li a:hover {
  text-decoration: underline;
}
#salon .thumbsCol .overtext ul li a:before {
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  margin-right: 0.5em;
}

@media only screen and (max-width: 1300px) {
  #salon .thumbsCol .overtext ul {
    bottom: 0.75em;
  }
}
@media only screen and (max-width: 1200px) {
  #salon .thumbsCol .overtext {
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }
  #salon .thumbsCol .overtext h3 {
    padding-bottom: 0.35em;
    font-size: 137.5%;
  }
  #salon .thumbsCol .overtext p {
    font-size: 100%;
  }
  #salon .thumbsCol .overtext ul li {
    font-size: 100%;
  }
  #salon .thumbsCol .overtext ul li a:before {
    top: 1.8em;
  }
}
@media only screen and (max-width: 1100px) {
  #salon #salonInfo.salonIndex .thumbsCol .col4 {
    display: table;
    width: 100%;
    margin-bottom: 20px;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .thumbsBox {
    display: table-cell;
    vertical-align: middle;
    float: left;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .thumbsBox h3.thumbsBox_h3 {
    display: none!important;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    background-image: none;
    opacity: 1.0!important;
    position: static;
    padding: 0;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext a {
    color: #333333;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext h3 {
    text-align: left;
    color: #660000;
    padding-left: 30px;
    padding-right: 0.8em;
    padding-bottom: 0.65em;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext p {
    padding-bottom: 0.55em;
    padding-left: 30px;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext ul {
    position: static;
    padding-left: 30px;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext ul li a {
    display: block;
    padding: 0.85em 0.85em 0 0;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 + .col4 .salonSetIn {
    padding-top: 20px;
    border-top: 1px #ccc dotted;
  }
  #salon #salonInfo.salonIndex .thumbsCol span {
    color: #333333;
  }
}
@media only screen and (max-width: 950px) {
  #salon #salonInfo.salonIndex .thumbsCol .col4 .thumbsBox {
    width: 30%;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext {
    width: 70%;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext h3 {
    font-size: 137.5%;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext p,
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext ul {
    font-size: 106.3%;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext ul {
    position: static;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #salon #mainArea {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .thumbsBox {
    width: 40%;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext {
    padding-top: 0.75em;
    width: 58%;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext h3 {
    padding-top: 0;
    padding-bottom: 0.65em;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext p {
    padding-bottom: 0;
    font-size: 100%;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext ul li {
    padding-bottom: 0;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext ul li a {
    padding: 0.15em 0.85em 0;
  }
  #salon .salonDetail.catalog {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  #salon #salonInfo.salonIndex .thumbsCol {
    display: block;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .thumbsBox {
    display: block;
    width: 100%;
    height: auto!important;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext h3 {
    padding-left: 0;
    text-align: center;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext p {
    padding-left: 0;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext ul {
    padding-left: 0;
    padding-top: 0.5em;
    text-align: center;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext ul li a {
    display: block;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 2.0em;
  }
}
@media only screen and (max-width: 350px) {
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext ul {
    margin-top: 0.5em;
    border-bottom: 1px #ccc dotted;
  }
  #salon #salonInfo.salonIndex .thumbsCol .col4 .overtext ul li {
    display: block;
    width: 100%;
    text-align: left;
    border-top: 1px #ccc dotted;
  }
}
/*                saloncat  / taxonomy(salon)  Detail(staff)
======================================================= */
/*     salonDetail     */
#salon .salon #mainArea {
  position: relative;
  margin-bottom: 4.0em;
}
#salon .salonDetail,
#salon .staffDetail {
  margin-bottom: 1.145em;
}
#salon .salonDetail .mainWidth,
#salon .staffDetail .mainWidth {
  padding-bottom: 0.5em;
}
#salon .salonDetail .mainWidth h2,
#salon .staffDetail .mainWidth h2 {
  background-image: url(/media/images/common/Detail_head.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 0.95em;
}
#salon .salonDetail h2,
#salon .staffDetail h2 {
  color: #911721;
  font-size: 131.3%;
  padding-bottom: 20px;
}
#salon .salonDetail .blockL,
#salon .staffDetail .blockL {
  width: 100%;
  padding-right: 38.5%;
  margin-right: -36%;
  float: left;
}
#salon .salonDetail .blockR,
#salon .staffDetail .blockR {
  float: right;
  width: 36%;
  z-index: 2;
}
#salon .salonDetail.prof .photoCol,
#salon .staffDetail.prof .photoCol {
  margin-bottom: 4.5em;
}
#salon .salonDetail.staff,
#salon .staffDetail.staff {
  margin-bottom: 0.7em;
}
#salon .salonDetail.staff a,
#salon .staffDetail.staff a {
  text-align: center;
}
#salon .salonDetail.staff a:hover,
#salon .staffDetail.staff a:hover {
  text-decoration: none;
}
#salon .salonDetail.staff a h3,
#salon .staffDetail.staff a h3 {
  font-size: 131.3%;
  color: #911721;
  padding-top: 8px;
  padding-bottom: 0;
}
#salon .salonDetail.staff a span,
#salon .staffDetail.staff a span {
  display: block;
  text-align: center;
  font-size: 87.5%;
  margin-top: -5px;
  padding-bottom: 0.75em;
}
#salon .salonDetail.staff a span span.staff_posion,
#salon .staffDetail.staff a span span.staff_posion {
  display: inline-block;
  font-size: 100%;
}
#salon .salonDetail.catalog .catalogList.row,
#salon .staffDetail.catalog .catalogList.row {
  margin-bottom: 77px;
}
#salon .salonDetail.catalog .catalogList.row .col3,
#salon .staffDetail.catalog .catalogList.row .col3 {
  width: 12.5%;
}
#salon .salonDetail.catalog .catalogList.row .col3 a:hover,
#salon .staffDetail.catalog .catalogList.row .col3 a:hover {
  text-decoration: none;
}
#salon .salonDetail.catalog .catalogList.row .col3 a h3,
#salon .staffDetail.catalog .catalogList.row .col3 a h3 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 75%;
  margin-top: 0.25em;
  text-transform: uppercase;
}
#salon .salonDetail.catalog .catalogList.row .col3 a h3.long,
#salon .staffDetail.catalog .catalogList.row .col3 a h3.long {
  background-color: #1186ad;
}
#salon .salonDetail.catalog .catalogList.row .col3 a h3.semilong,
#salon .staffDetail.catalog .catalogList.row .col3 a h3.semilong {
  background-color: #0fba9b;
}
#salon .salonDetail.catalog .catalogList.row .col3 a h3.medium,
#salon .staffDetail.catalog .catalogList.row .col3 a h3.medium {
  background-color: #7fb839;
}
#salon .salonDetail.catalog .catalogList.row .col3 a h3.short,
#salon .staffDetail.catalog .catalogList.row .col3 a h3.short {
  background-color: #b9bf06;
}
#salon .salonDetail.catalog .catalogList.row .col3 a h3.mens,
#salon .staffDetail.catalog .catalogList.row .col3 a h3.mens {
  background-color: #8e7366;
}
@media only screen and (max-width: 768px) {
  #salon .salonDetail.catalog .catalogList.row,
  #salon .staffDetail.catalog .catalogList.row {
    font-size: 150%;
    margin-bottom: 27px;
  }
  #salon .salonDetail.catalog .catalogList.row .col3,
  #salon .staffDetail.catalog .catalogList.row .col3 {
    width: 25%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  #salon .salonDetail.catalog .catalogList.row .col3,
  #salon .staffDetail.catalog .catalogList.row .col3 {
    width: 50%;
  }
}
#salon .salonDetail.intro {
  padding-top: 2.16em;
}
#salon .salonDetail.intro .mainWidth {
  background-image: none;
}
#salon .salonDetail.intro .blockL .salonslider {
  overflow: hidden;
}
#salon .salonDetail.intro .blockL .salonslider ul.slides li {
  opacity: 0;
}
#salon .salonDetail.intro .blockL .salonslider ul.slides li.flex-active-slide {
  opacity: 10;
}
#salon .salonDetail.intro .blockR {
  position: relative;
  top: -0.4em;
}
#salon .salonDetail.intro .blockR .catch {
  font-size: 131.3%;
  line-height: 171.4%;
  margin-bottom: 1.18em;
  color: #000000;
}
#salon .salonDetail.intro .blockR p {
  font-size: 100%;
  line-height: 171.4%;
}
#salon .salonDetail.info .blockL {
  margin-top: 0.85em;
}
#salon .salonDetail.info .blockL dl {
  padding: 0;
  overflow: hidden;
  font-size: 100%;
  line-height: 162.5%;
}
#salon .salonDetail.info .blockL dl .tel {
  font-weight: bold;
}
#salon .salonDetail.info .blockL dl dt {
  float: left;
  width: 6em;
  clear: left;
  padding: 0;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1.18em;
}
#salon .salonDetail.info .blockL dl dd {
  padding: 0;
  margin-left: 7.5em;
  border-left: none;
  position: relative;
  margin-bottom: 1.18em;
}
#salon .salonDetail.info .blockL dl dd span {
  display: block;
}
@media only screen and (max-width: 768px) {
  #salon .salonDetail.info .blockL dl dt {
    display: block;
    float: none;
    width: 100%;
    padding-right: 0;
    background-color: #faf5e8;
    margin-bottom: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #salon .salonDetail.info .blockL dl dd {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
#salon .salonDetail.info .blockR {
  margin-top: 0.85em;
  margin-bottom: 4.85em;
  overflow: hidden;
  position: relative;
}
#salon .salonDetail.info .blockR iframe.gmapIframe {
  width: 100%;
  border: 0;
  background-color: transparent;
  overflow: hidden;
  width: 680px;
  height: 880px;
  margin-top: -200px;
  margin-left: -125px;
}
#salon .salonDetail.info .blockR .gmapBtn {
  display: block;
  padding-top: 0.875em;
  padding-bottom: 0.875em;
  background-color: #7b050e;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
}
#salon .salonDetail.info .blockR .gmap {
  display: none;
  margin-top: 0.85em;
  margin-bottom: 4.85em;
  overflow: hidden;
  position: relative;
  height: 450px;
  /*ライクボックスの高さを指定*/
}
@media only screen and (min-width: 641px) {
  #salon .salonDetail.info .blockR .gmapBtn {
    display: none;
  }
  #salon .salonDetail.info .blockR .gmap {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  #salon .salonDetail.info .blockR .gmap {
    margin-top: 0em;
    height: 300px;
  }
  #salon .salonDetail.info .blockR iframe.gmapIframe {
    position: relative;
    top: -80px;
  }
}
#salon .salonDetail.info .blockR a.whitebox {
  font-size: 75%;
  color: #3a84df;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffffff;
  padding: 5px 12px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-box-shadow: 1px 1px 2px #999999;
  -moz-box-shadow: 1px 1px 2px #999999;
  box-shadow: 1px 1px 2px #999999;
}
#salon .salonDetail .btnBox {
  position: relative;
  padding-top: 0;
  padding-bottom: 3.66em;
  top: 0;
}
#salon .salonDetail .btnBox ul.btn {
  margin-bottom: 13px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#salon .salonDetail .btnBox ul.btn li {
  display: inline-block;
  text-align: center;
  width: 50%;
}
#salon .salonDetail .btnBox ul.btn li.leftbtn {
  float: left;
}
#salon .salonDetail .btnBox ul.btn li.leftbtn a {
  margin-right: 15px;
}
#salon .salonDetail .btnBox ul.btn li.rightbtn {
  float: right;
}
#salon .salonDetail .btnBox ul.btn li.rightbtn a {
  margin-left: 15px;
}
#salon .salonDetail .btnBox ul.btn li a {
  display: block;
  padding-top: 0.875em;
  padding-bottom: 0.875em;
  background-color: #7b050e;
  color: #ffffff;
  position: relative;
}
#salon .salonDetail .btnBox ul.btn li a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f138";
  padding-right: 0.5em;
}
#salon .salonDetail .btnBox ul.btn li a:hover {
  text-decoration: none;
  background-color: #e08d99;
}
#salon .staffDetail.contentTitle {
  margin-bottom: 0;
  color: #911721;
}
#salon .staffDetail.contentTitle .mainWidth {
  position: relative;
  background-image: none;
  padding-bottom: 0;
}
#salon .staffDetail.contentTitle h1 {
  font-size: 225%;
}
#salon .staffDetail.contentTitle h1 span.staff_kana {
  font-size: 44.44%;
  margin-left: 1.3em;
}
#salon .staffDetail.prof {
  margin-top: 0;
  margin-bottom: 0;
}
#salon .staffDetail.prof .mainWidth {
  padding-top: 0.55em;
  position: relative;
  background-image: none;
}
#salon .staffDetail.prof .profCol table {
  overflow: hidden;
  border: none;
}
#salon .staffDetail.prof .profCol table tr {
  background-color: #faf5e8;
}
#salon .staffDetail.prof .profCol table tr.odd {
  background-color: #ffffff;
}
#salon .staffDetail.prof .profCol table th {
  vertical-align: top;
  width: 10.4em;
  border: none;
  padding: 1.0em 0 0.9em 1.0em;
}
#salon .staffDetail.prof .profCol table td {
  border: none;
  text-align: left;
  vertical-align: top;
  padding-right: 0;
  padding: 1.0em 1.0em 0.9em 0;
}
#salon .staffDetail.prof .profCol table td a {
  text-decoration: underline;
}
#salon .staffDetail.prof .profCol table td a:hover {
  text-decoration: none;
}
#salon .staffDetail.prof .profCol table p.staff_massageText {
  padding-top: 0.05em;
}
@media only screen and (max-width: 768px) {
  #salon .staffDetail.prof .profCol table tr {
    background-color: #ffffff;
  }
  #salon .staffDetail.prof .profCol table th,
  #salon .staffDetail.prof .profCol table td {
    display: block;
  }
  #salon .staffDetail.prof .profCol table th {
    width: 100%;
    background-color: #faf5e8;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
  }
  #salon .staffDetail.prof .profCol table td {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.75em;
    padding-left: 0.5em;
    background-color: #ffffff;
  }
}
#salon .staffDetail.prof .profCol h3 {
  color: #8f0015;
  padding: 1.35em 1.0em 0 1.0em;
}
#salon .staffDetail.prof .profCol p {
  padding: 0.5em 1.0em 0 1.0em;
}
@media only screen and (max-width: 768px) {
  #salon .staffDetail.prof .profCol h3 {
    padding: 2.2em 0 0 0;
  }
  #salon .staffDetail.prof .profCol p {
    padding: 1.0em 0 0 0;
  }
}
#salon .staffDetail .StaffbtnBox {
  padding-top: 0;
  padding-bottom: 0.5em;
  margin-top: 0;
  margin-bottom: 3.95em;
  top: 0;
}
#salon .staffDetail .StaffbtnBox ul.btn {
  display: block;
  bottom: 0;
  margin-top: 3.7em;
}
#salon .staffDetail .StaffbtnBox ul.btn li.rightbtn {
  margin-right: 25%;
}
#salon .staffDetail .StaffbtnBox ul.btn li a {
  display: block;
  padding-top: 0.875em;
  padding-bottom: 0.875em;
  background-color: #7b050e;
  color: #ffffff;
  text-align: center;
}
#salon .staffDetail .StaffbtnBox ul.btn li a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f138";
  padding-right: 0.5em;
}
#salon .staffDetail .StaffbtnBox ul.btn li a:hover {
  text-decoration: none;
  background-color: #e08d99;
}
#salon.category #bread {
  background-color: #ffffff;
}

@media only screen and (max-width: 1200px) {
  #salon .salonDetail.intro .catch {
    line-height: 120%;
    margin-bottom: 0.5em;
  }
  #salon .btnBox .blockR ul.btn {
    margin-bottom: 0;
  }
  #salon .btnBox .blockR ul.btn li a {
    padding-top: 0.675em;
    padding-bottom: 0.675em;
  }
}
@media only screen and (max-width: 1100px) {
  #salon .btnBox .blockR {
    float: none;
    width: 100%;
  }
  #salon .btnBox .blockR ul.btn {
    position: static;
  }
  #salon .btnBox .blockR ul.btn li a {
    padding-top: 0.875em;
    padding-bottom: 0.875em;
  }
}
@media only screen and (max-width: 768px) {
  #salon .btnBox .blockR ul.btn {
    padding-top: 1.0em;
  }
}
@media only screen and (max-width: 1100px) {
  #salon .salonDetail.info .blockL {
    padding-right: 50%;
    margin-right: -50%;
  }
  #salon .salonDetail.info .blockR {
    width: 50%;
  }
  #salon .salonDetail.info .blockR iframe.gmapIframe {
    width: 600px;
    margin-left: -50px;
  }
}
@media only screen and (max-width: 1200px) {
  #salon.salon .mainTitle {
    margin-top: 3.185em;
  }
  #salon.salon .mainTitle .mainH {
    padding-top: 1.5em;
  }
  #salon .mainTitle {
    margin-top: 1.5em;
    padding-top: 0;
  }
  #salon .staffDetail,
  #salon .salonDetail {
    position: relative;
  }
  #salon .staffDetail.intro,
  #salon .salonDetail.intro {
    padding-top: 0.5em;
  }
  #salon .staffDetail .StaffbtnBox,
  #salon .salonDetail .StaffbtnBox {
    margin-right: -10px;
  }
  #salon .staffDetail .StaffbtnBox ul.btn,
  #salon .salonDetail .StaffbtnBox ul.btn {
    width: 100%;
  }
  #salon .staffDetail .StaffbtnBox ul.btn li.leftbtn,
  #salon .staffDetail .StaffbtnBox ul.btn li.rightbtn,
  #salon .salonDetail .StaffbtnBox ul.btn li.leftbtn,
  #salon .salonDetail .StaffbtnBox ul.btn li.rightbtn {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
    display: block;
  }
  #salon .staffDetail .StaffbtnBox ul.btn li.leftbtn a,
  #salon .staffDetail .StaffbtnBox ul.btn li.rightbtn a,
  #salon .salonDetail .StaffbtnBox ul.btn li.leftbtn a,
  #salon .salonDetail .StaffbtnBox ul.btn li.rightbtn a {
    padding-top: 1.0em;
    padding-bottom: 1.0em;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 768px) {
  #salon.salon .mainTitle {
    margin-top: 0;
  }
  #salon.salon .mainTitle .mainH {
    padding-top: 1.75em;
  }
}
@media only screen and (max-width: 950px) {
  #salon .salonDetail .blockL,
  #salon .staffDetail .blockL,
  #salon .salonDetail.info .blockL {
    float: none;
    padding-right: 0;
    margin-right: 0;
  }
  #salon .salonDetail .blockL .salonslider,
  #salon .staffDetail .blockL .salonslider,
  #salon .salonDetail.info .blockL .salonslider {
    overflow: visible;
    margin-bottom: 30px;
  }
  #salon .salonDetail .blockL .salonslider .slides li img,
  #salon .staffDetail .blockL .salonslider .slides li img,
  #salon .salonDetail.info .blockL .salonslider .slides li img {
    width: 100%;
    height: auto;
  }
  #salon .salonDetail .blockR,
  #salon .staffDetail .blockR,
  #salon .salonDetail.info .blockR {
    float: none;
    width: 100%;
  }
  #salon .salonDetail .blockR ul.btn,
  #salon .staffDetail .blockR ul.btn,
  #salon .salonDetail.info .blockR ul.btn {
    position: static;
  }
  #salon .salonDetail .blockR iframe,
  #salon .staffDetail .blockR iframe,
  #salon .salonDetail.info .blockR iframe {
    width: 100%;
  }
  #salon .salonDetail .blockR iframe.gmapIframe,
  #salon .staffDetail .blockR iframe.gmapIframe,
  #salon .salonDetail.info .blockR iframe.gmapIframe {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #salon .staffDetail .StaffbtnBox {
    margin-right: 0;
    margin-left: -10px;
    width: 200%;
    left: -100%;
    position: relative;
  }
  #salon .staffDetail .StaffbtnBox .row {
    margin-right: -20px;
  }
  #salon .staffDetail .StaffbtnBox .row li.rightbtn {
    padding-left: 0;
  }
  #salon .staffDetail .StaffbtnBox ul.btn {
    position: relative;
    width: 108%;
    left: -4%;
  }
  #salon .staffDetail.staff a span {
    padding-bottom: 1.0em;
  }
  #salon .salonDetail.intro .mainWidth {
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  #salon .staffDetail .StaffbtnBox {
    margin-right: 0;
    margin-left: 0;
    width: 108%;
    left: -2%;
    position: relative;
  }
  #salon .salonDetail .btnBox {
    margin-top: 1.5em;
  }
  #salon .salonDetail .btnBox ul.btn {
    padding-left: 0;
    padding-right: 0;
    left: 0;
    position: relative;
  }
  #salon .staffDetail .btnBox ul.btn,
  #salon .staffDetail .StaffbtnBox ul.btn,
  #salon .salonDetail .btnBox ul.btn,
  #salon .salonDetail .StaffbtnBox ul.btn {
    width: 100%;
  }
  #salon .staffDetail .btnBox ul.btn li.leftbtn,
  #salon .staffDetail .btnBox ul.btn li.rightbtn,
  #salon .staffDetail .StaffbtnBox ul.btn li.leftbtn,
  #salon .staffDetail .StaffbtnBox ul.btn li.rightbtn,
  #salon .salonDetail .btnBox ul.btn li.leftbtn,
  #salon .salonDetail .btnBox ul.btn li.rightbtn,
  #salon .salonDetail .StaffbtnBox ul.btn li.leftbtn,
  #salon .salonDetail .StaffbtnBox ul.btn li.rightbtn {
    float: none;
    width: 100%;
    margin-bottom: 0.5em;
  }
  #salon .staffDetail .btnBox ul.btn li.leftbtn a,
  #salon .staffDetail .btnBox ul.btn li.rightbtn a,
  #salon .staffDetail .StaffbtnBox ul.btn li.leftbtn a,
  #salon .staffDetail .StaffbtnBox ul.btn li.rightbtn a,
  #salon .salonDetail .btnBox ul.btn li.leftbtn a,
  #salon .salonDetail .btnBox ul.btn li.rightbtn a,
  #salon .salonDetail .StaffbtnBox ul.btn li.leftbtn a,
  #salon .salonDetail .StaffbtnBox ul.btn li.rightbtn a {
    margin-left: 0;
    margin-right: 0;
  }
}
/*                saloncat / menu
======================================================= */
#menu .mainTitle h1 span {
  margin-left: -2.2em;
  margin-right: -2.2em;
}
#menu .mainTitle h1 span span {
  display: inline;
  margin-left: 0;
  margin-right: 0;
}
#menu .mainTitle h1 span span:before {
  content: " ";
}
@media only screen and (max-width: 768px) {
  #menu .mainTitle h1 {
    padding-left: 0;
    padding-right: 0;
  }
  #menu .mainTitle h1 span {
    margin-left: 0;
    margin-right: 0;
  }
  #menu .mainTitle h1 span span {
    display: inline-block;
  }
  #menu .mainTitle h1 span span:before {
    display: none;
  }
}
#menu .salonMenu {
  padding-top: 3.82em;
}
#menu .salonMenu .row .col6 .menubox {
  background-image: url(/media/images/common/Detail_head.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 0.95em;
}
#menu .salonMenu .row .col6 .menubox h2 {
  font-size: 150%;
  color: #911721;
  padding-bottom: 0.45em;
}
#menu .salonMenu .row .col6 .menubox h2 span.ja {
  font-size: 44.44%;
  margin-left: 1.3em;
}
#menu .salonMenu .row .col6 .menubox h2 span.ja.large {
  font-size: 60.0%;
  margin-left: 0;
}
#menu .salonMenu .row .col6 table {
  overflow: hidden;
  border: none;
  font-size: 87.5%;
  color: #000000;
}
#menu .salonMenu .row .col6 table tr {
  background-color: #faf5e8;
}
#menu .salonMenu .row .col6 table tr.odd {
  background-color: #ffffff;
}
#menu .salonMenu .row .col6 table th,
#menu .salonMenu .row .col6 table td {
  padding-top: 0.93em;
  padding-bottom: 0.93em;
}
#menu .salonMenu .row .col6 table th span,
#menu .salonMenu .row .col6 table td span {
  font-size: 85.71%;
  display: block;
}
#menu .salonMenu .row .col6 table th {
  width: 78%;
  border: none;
  padding-left: 1.0em;
  padding-right: 0;
}
#menu .salonMenu .row .col6 table td {
  border: none;
  text-align: right;
  vertical-align: top;
  padding-right: 0;
  padding-left: 0;
  padding-right: 1.0em;
}
#menu .salonMenu .row .col6 table td.rightpading {
  padding-right: 1.8em;
}
#menu .salonMenu .row .col6 table td a {
  text-decoration: underline;
}
#menu .salonMenu .row .col6 table td a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  #menu .salonMenu .row .col6 table th,
  #menu .salonMenu .row .col6 table td {
    vertical-align: middle;
  }
  #menu .salonMenu .row .col6 table th span {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 400px) {
  #menu .salonMenu .row .col6 table tr.even {
    background-color: #ffffff;
  }
  #menu .salonMenu .row .col6 table th,
  #menu .salonMenu .row .col6 table td {
    display: block;
  }
  #menu .salonMenu .row .col6 table th {
    width: 100%;
    padding-top: 0.4em;
    padding-left: 0.4em;
    padding-bottom: 0.4em;
    background-color: #faf5e8;
  }
  #menu .salonMenu .row .col6 table td {
    width: 100%;
    padding-top: 0.4em;
    padding-bottom: 1.0em;
    padding-left: 0.4em;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #menu .salonMenu {
    padding-top: 0;
  }
  #menu .salonMenu .row div {
    padding-top: 0;
    padding-bottom: 2.82em;
  }
}
#menu #salonInfo {
  margin-top: 6.82em;
}
@media only screen and (max-width: 768px) {
  #menu #mainArea {
    padding-bottom: 0;
  }
  #menu #salonInfo {
    margin-top: 1.0em;
  }
}

/*                catalog / archive
======================================================= */
#catalog .catalogList .mainWidth {
  padding-bottom: 45px;
  padding-bottom: 2.87em;
}
#catalog .catalogList .mainWidth h2 {
  background-image: url(/media/images/common/Detail_head.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 0.95em;
}
#catalog .catalogList .mainWidth h2 {
  color: #911721;
  font-size: 131.3%;
  padding-bottom: 1.65em;
}
#catalog .catalogList .mainWidth h2 span {
  font-size: 44.44%;
  margin-left: 1.3em;
}
#catalog .catalogList .col2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #catalog .catalogList .col2 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #catalog #mainArea {
    padding-bottom: 3.0em;
  }
  #catalog.catalogDetail .catalog {
    margin-bottom: 2em;
  }
}
/*                catalog / Detail
======================================================= */
#catalog .catalogDetail {
  margin-bottom: 5.5em;
}
#catalog .catalogDetail .mainWidth {
  padding-bottom: 24px;
  padding-bottom: 0.5em;
}
#catalog .catalogDetail h2 {
  color: #911721;
  font-size: 131.3%;
  padding-bottom: 1.05em;
}
#catalog .catalogDetail.catalog .catalogList.row .col3 {
  width: 12.5%;
}
#catalog .catalogDetail.catalog .catalogList.row .col3 a:hover {
  text-decoration: none;
}
#catalog .catalogDetail.catalog .catalogList.row .col3 a h3 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 75%;
  margin-top: 0.25em;
  text-transform: uppercase;
}
#catalog .catalogDetail.catalog .catalogList.row .col3 a h3.long {
  background-color: #1186ad;
}
#catalog .catalogDetail.catalog .catalogList.row .col3 a h3.semilong {
  background-color: #0fba9b;
}
#catalog .catalogDetail.catalog .catalogList.row .col3 a h3.medium {
  background-color: #7fb839;
}
#catalog .catalogDetail.catalog .catalogList.row .col3 a h3.short {
  background-color: #b9bf06;
}
#catalog .catalogDetail.catalog .catalogList.row .col3 a h3.mens {
  background-color: #8e7366;
}
#catalog .catalogDetail.contentTitle {
  margin-bottom: 0;
  margin-bottom: 1.5em;
  color: #911721;
}
#catalog .catalogDetail.contentTitle .mainWidth {
  position: relative;
}
#catalog .catalogDetail.contentTitle h1 {
  font-size: 131.3%;
  background-image: url(/media/images/common/Detail_head.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 1.15em;
}
#catalog .catalogDetail.prof {
  margin-bottom: 3.5em;
}
#catalog .catalogDetail.prof .mainWidth {
  position: relative;
  background-image: none;
}
#catalog .catalogDetail.prof .photoCol {
  overflow: hidden;
}
#catalog .catalogDetail.prof .profCol table {
  overflow: hidden;
  border: none;
}
#catalog .catalogDetail.prof .profCol table tr {
  background-color: #faf5e8;
}
#catalog .catalogDetail.prof .profCol table tr.odd {
  background-color: #ffffff;
}
#catalog .catalogDetail.prof .profCol table th {
  width: 10.4em;
  border: none;
  padding: 1.0em 0 0.9em 1.0em;
}
#catalog .catalogDetail.prof .profCol table td {
  border: none;
  text-align: left;
  vertical-align: top;
  padding-right: 0;
  padding: 1.0em 1.0em 0.9em 0;
}
#catalog .catalogDetail.prof .profCol table td a {
  text-decoration: underline;
}
#catalog .catalogDetail.prof .profCol table td a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #catalog .catalogDetail.prof .profCol table {
    margin-top: 1.0em;
  }
  #catalog .catalogDetail.prof .profCol table tr {
    background-color: #fff;
  }
  #catalog .catalogDetail.prof .profCol table th,
  #catalog .catalogDetail.prof .profCol table td {
    display: block;
  }
  #catalog .catalogDetail.prof .profCol table th {
    vertical-align: top;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    background-color: #faf5e8;
  }
  #catalog .catalogDetail.prof .profCol table td {
    vertical-align: top;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.75em;
    padding-left: 0.5em;
  }
}
#catalog .catalogDetail.prof .profCol h3 {
  color: #8f0015;
  padding: 2.2em 1.0em 0 1.0em;
}
#catalog .catalogDetail.prof .profCol p {
  padding: 1.0em 1.0em 0 1.0em;
}
#catalog .catalogDetail.prof .profCol .staffProf {
  margin-top: 2.0em;
  padding: 16px 18px 0 18px;
  border: solid 3px #faf5e8;
}
#catalog .catalogDetail.prof .profCol .staffProf .inner h3 {
  padding-top: 0;
  padding-left: 0;
}
#catalog .catalogDetail.prof .profCol .staffProf .inner div.data dl {
  padding: 0;
  overflow: hidden;
  font-size: 100%;
  line-height: 162.5%;
  margin-top: 0.7em;
}
#catalog .catalogDetail.prof .profCol .staffProf .inner div.data dl .tel {
  font-weight: bold;
}
#catalog .catalogDetail.prof .profCol .staffProf .inner div.data dl dt {
  float: left;
  width: 7.5em;
  clear: left;
  padding: 0;
  line-height: 1.5;
  position: relative;
  margin-bottom: 0.7em;
}
#catalog .catalogDetail.prof .profCol .staffProf .inner div.data dl dd {
  padding: 0;
  margin-left: 8.5em;
  border-left: none;
  position: relative;
  margin-bottom: 0.7em;
}
#catalog .catalogDetail.prof .profCol .staffProf .inner div.data dl dd span {
  display: block;
}
@media only screen and (max-width: 768px) {
  #catalog .catalogDetail.prof .profCol .staffProf .inner div.data dl dt {
    display: block;
    float: none;
    width: 100%;
    padding-right: 0;
  }
  #catalog .catalogDetail.prof .profCol .staffProf .inner div.data dl dd {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
#catalog .catalogDetail.prof .profCol .staffProf .inner div.photo {
  padding-left: 30px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  #catalog .catalogDetail.catalog .catalogList.row {
    font-size: 150%;
  }
  #catalog .catalogDetail.catalog .catalogList.row .col3 {
    width: 25%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  #catalog .catalogDetail.catalog .catalogList.row .col3 {
    width: 50%;
  }
}

/*                recruit / Detail
======================================================= */
#recruit .headPageControl {
  bottom: 1.05em;
}
#recruit .recruitDetail {
  margin-bottom: 3.5em;
}
#recruit .recruitDetail .mainWidth {
  padding-bottom: 24px;
  padding-bottom: 0.5em;
}
#recruit .recruitDetail .mainWidth h2 {
  background-image: url(/media/images/common/Detail_head.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 0.95em;
}
#recruit .recruitDetail.contentTitle {
  margin-bottom: 0;
}
#recruit .recruitDetail.contentTitle .mainWidth h2 {
  background-image: none;
  padding-top: 0.55em;
}
@media only screen and (max-width: 1100px) {
  #recruit .recruitDetail.contentTitle .mainWidth {
    padding-top: 0;
    padding-bottom: 0.5em;
  }
}
#recruit .recruitDetail.intro .mainWidth {
  padding-top: 0.75em;
  margin-bottom: 4.5em;
}
#recruit .recruitDetail.intro .mainWidth h2 {
  background-image: none;
  padding-top: 0;
}
#recruit .recruitDetail.intro .mainWidth .textCol {
  float: left;
}
#recruit .recruitDetail.intro .mainWidth .photoCol {
  float: right;
  padding-top: 0.75em;
}
#recruit .recruitDetail.intro .mainWidth .photoCol div {
  padding-right: 0;
}
@media only screen and (max-width: 850px) {
  #recruit .recruitDetail.intro .mainWidth .photoCol {
    padding-top: 0;
  }
  #recruit .recruitDetail.intro .mainWidth .photoCol div {
    padding-bottom: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #recruit .recruitDetail.intro .mainWidth .spPhotoCol {
    margin-top: 1.0em;
  }
}
#recruit .recruitDetail.overview h2 {
  color: #911721;
  font-size: 131.3%;
  padding-bottom: 1.65em;
}
#recruit .recruitDetail.overview table {
  overflow: hidden;
  border: none;
  font-size: 87.5%;
  color: #000000;
}
#recruit .recruitDetail.overview table tr {
  background-color: #faf5e8;
}
#recruit .recruitDetail.overview table tr.odd {
  background-color: #ffffff;
}
#recruit .recruitDetail.overview table th,
#recruit .recruitDetail.overview table td {
  padding-top: 0.93em;
  padding-bottom: 0.93em;
}
#recruit .recruitDetail.overview table th span,
#recruit .recruitDetail.overview table td span {
  font-size: 85.71%;
  display: block;
}
#recruit .recruitDetail.overview table th {
  vertical-align: top;
  width: 17%;
  border: none;
  padding-left: 1.0em;
  padding-right: 0;
}
#recruit .recruitDetail.overview table td {
  border: none;
  text-align: left;
  vertical-align: top;
  padding-left: 0;
  padding-right: 1.0em;
}
#recruit .recruitDetail.overview table td a {
  text-decoration: underline;
}
#recruit .recruitDetail.overview table td a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #recruit .recruitDetail.overview table th {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) {
  #recruit .recruitDetail.overview .mainWidth .photoCol {
    margin-bottom: 1.5em;
  }
  #recruit .recruitDetail.overview table {
    margin-top: 0;
  }
  #recruit .recruitDetail.overview table tr.even {
    background-color: #ffffff;
  }
  #recruit .recruitDetail.overview table th,
  #recruit .recruitDetail.overview table td {
    display: block;
  }
  #recruit .recruitDetail.overview table th {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    background-color: #faf5e8;
    background-color: #faf5e8;
  }
  #recruit .recruitDetail.overview table td {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.75em;
    padding-left: 0.5em;
  }
}
#recruit .recruitDetail.training h2 {
  color: #911721;
  font-size: 131.3%;
  padding-bottom: 1.65em;
}
@media only screen and (max-width: 768px) {
  #recruit .recruitDetail.training .mainWidth .textCol {
    width: 66.6666%;
  }
  #recruit .recruitDetail.training .mainWidth .photoCol {
    margin-top: 0;
    width: 33.3333%;
  }
}
@media only screen and (max-width: 400px) {
  #recruit .recruitDetail.training .mainWidth .textCol {
    width: 100%;
  }
  #recruit .recruitDetail.training .mainWidth .photoCol {
    margin-top: 1.0em;
    width: 100%;
  }
}
#recruit .recruitDetail.curriculum h2 {
  color: #911721;
  font-size: 131.3%;
  padding-bottom: 1.65em;
}
@media only screen and (max-width: 768px) {
  #recruit .recruitDetail.curriculum .mainWidth .textCol {
    width: 66.6666%;
  }
  #recruit .recruitDetail.curriculum .mainWidth .photoCol {
    margin-top: 0;
    width: 33.3333%;
  }
}
@media only screen and (max-width: 400px) {
  #recruit .recruitDetail.curriculum .mainWidth .textCol {
    width: 100%;
  }
  #recruit .recruitDetail.curriculum .mainWidth .photoCol {
    margin-top: 1.0em;
    width: 100%;
  }
}
#recruit .recruitDetail.voice h2 {
  color: #911721;
  font-size: 131.3%;
  padding-bottom: 1.65em;
}
#recruit .recruitDetail.voice .mainWidth .voice01Col {
  padding-right: 0;
}
#recruit .recruitDetail.voice .mainWidth .voice02Col {
  padding-right: 0;
  margin-left: 15px;
}
#recruit .recruitDetail.voice .mainWidth .photocol {
  padding-right: 10px;
}
#recruit .recruitDetail.voice .mainWidth .textcol h3 {
  font-weight: bold;
  padding: 0 0 0.15em 0;
}
#recruit .recruitDetail.voice .mainWidth .textcol span.name {
  display: block;
  text-align: right;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #recruit .recruitDetail.voice .mainWidth .voice01Col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  #recruit .recruitDetail.voice .mainWidth .voice02Col {
    margin-left: 0;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  #recruit .recruitDetail.voice .mainWidth .photocol {
    padding-left: 0;
    width: 33.3333%;
  }
  #recruit .recruitDetail.voice .mainWidth .textcol {
    width: 66.6666%;
  }
}
#recruit .recruitDetail.photoAlbum {
  margin-bottom: 5.15em;
}
#recruit .recruitDetail.photoAlbum h2 {
  color: #911721;
  font-size: 131.3%;
  padding-bottom: 1.65em;
}
#recruit .recruitDetail.photoAlbum .row img {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  #recruit .recruitDetail.photoAlbum .row .col3 {
    width: 50%;
  }
  #recruit .recruitDetail.photoAlbum .row img {
    margin-bottom: 15px;
  }
}
#recruit .recruitDetail.photoAlbum .mainWidth .comment {
  margin-bottom: 1.25em;
}
#recruit .recruitDetail.photoAlbum .mainWidth .comment p {
  padding-bottom: 0.05em;
}
#recruit .recruitDetail.photoAlbum .mainWidth .comment p + p {
  margin-top: 0;
}
#recruit .recruitDetail.class-cut h2 {
  color: #911721;
  font-size: 150%;
  padding-bottom: 1.05em;
}
#recruit .recruitDetail.class-cut .mainWidth .cutCol {
  margin-bottom: 3.0em;
  padding-right: 0;
}
#recruit .recruitDetail.class-cut .mainWidth .cutCol.interSnap {
  margin-right: -30px;
}
#recruit .recruitDetail.class-cut .mainWidth .cut01Col {
  padding-right: 0;
}
#recruit .recruitDetail.class-cut .mainWidth .cut02Col {
  padding-right: 0;
  margin-left: 15px;
}
#recruit .recruitDetail.class-cut .mainWidth .cutSnapCol {
  margin-left: 15px;
  margin-right: 0;
  padding-right: 0;
}
#recruit .recruitDetail.class-cut .mainWidth .cutSnapCol h3 {
  font-size: 112.5%;
  font-weight: bold;
  padding: 0 0 0.5em 15px;
}
@media only screen and (max-width: 768px) {
  #recruit .recruitDetail.class-cut .mainWidth .cut01Col,
  #recruit .recruitDetail.class-cut .mainWidth .cut02Col {
    margin-left: -5px;
    margin-bottom: 1.5em;
  }
  #recruit .recruitDetail.class-cut .mainWidth .cut01Col .photocol,
  #recruit .recruitDetail.class-cut .mainWidth .cut02Col .photocol {
    width: 33.3333%;
  }
  #recruit .recruitDetail.class-cut .mainWidth .cut01Col .textcol,
  #recruit .recruitDetail.class-cut .mainWidth .cut02Col .textcol {
    width: 66.6666%;
  }
  #recruit .recruitDetail.class-cut .mainWidth .cutCol {
    margin-bottom: 0;
  }
  #recruit .recruitDetail.class-cut .mainWidth .cutCol.interSnap {
    margin-right: -10px;
    margin-bottom: 3.0em;
    width: 106%;
  }
  #recruit .recruitDetail.class-cut .mainWidth .cutCol .cutSnapCol {
    padding-top: 30px;
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding-left: 15px;
    padding-right: 0;
  }
  #recruit .recruitDetail.class-cut .mainWidth .cutCol .cutSnapCol h3 {
    padding-left: 7.5px;
  }
  #recruit .recruitDetail.class-cut .mainWidth .cutCol .cutSnapCol .snapcol {
    padding-left: 5px;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
#recruit .recruitDetail.class-cut .mainWidth .photocol {
  padding-right: 10px;
}
#recruit .recruitDetail.class-cut .mainWidth .photocol h3 {
  font-size: 100%;
  margin-top: 0.35em;
  font-weight: normal;
}
#recruit .recruitDetail.class-cut .mainWidth .textcol {
  padding-right: 0;
}
#recruit .recruitDetail.class-cut .mainWidth .textcol p + p {
  margin-top: 0;
}
#recruit .recruitDetail.class-basic h2 {
  color: #911721;
  font-size: 150%;
  padding-bottom: 0.55em;
}
#recruit .recruitDetail.class-basic h3 {
  font-weight: bold;
  font-size: 112.5%;
  padding-top: 1.4em;
  padding-bottom: 0.75em;
}
#recruit .recruitDetail.class-basic .row img {
  margin-bottom: 15px;
}
#recruit .recruitDetail.class-basic .row .textcol {
  margin-bottom: 50px;
}
#recruit .recruitDetail.class-basic .row .col3 {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #recruit .recruitDetail.class-basic .row .col3 img {
    margin-bottom: 0;
  }
}
#recruit .recruitDetail.class-basic .mainWidth .photocol {
  width: 12.5%;
  padding-left: 15px;
  padding-right: 0;
  float: left;
}
#recruit .recruitDetail.class-basic .mainWidth .textcol {
  width: 87.5%;
  padding-left: 30px;
  padding-right: 0;
  float: left;
}
#recruit .recruitDetail.class-basic .mainWidth .textcol h3 {
  padding-top: 0;
  font-size: 100%;
}
@media only screen and (max-width: 768px) {
  #recruit .recruitDetail.class-basic .mainWidth .photocol {
    padding-left: 10px;
    width: 33.3333%;
  }
  #recruit .recruitDetail.class-basic .mainWidth .textcol {
    padding-left: 15px;
    width: 66.6666%;
  }
}
#recruit .recruitDetail.class-basic .mainWidth .snapcol {
  margin-top: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}
#recruit .recruitDetail.class-basic .mainWidth .snapcol .col3 {
  margin-top: 0;
  margin-bottom: 1.75em;
  margin-bottom: 30px;
}
#recruit .recruitDetail.class-basic .mainWidth .snapcol .col3 img {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #recruit .recruitDetail.class-basic .mainWidth .snapcol {
    margin-top: 0;
  }
  #recruit .recruitDetail.class-basic .mainWidth .snapcol .col3 {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
#recruit .recruitDetail.class-basic.class-up row img {
  margin-bottom: 0;
}
#recruit .recruitDetail.class-make {
  margin-bottom: 5.15em;
}
@media only screen and (max-width: 768px) {
  #recruit .recruitDetail.class-make {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  #recruit #mainArea {
    padding-bottom: 4.5em;
  }
}

/*                company
======================================================= */
#company .companyDetail {
  margin-bottom: 3.5em;
}
#company .companyDetail .mainWidth {
  padding-bottom: 0.5em;
}
#company .companyDetail .mainWidth h2 {
  background-image: url(/media/images/common/Detail_head.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 0.95em;
  color: #911721;
  font-size: 131.3%;
  padding-bottom: 1.25em;
}
#company .companyDetail.intro {
  margin-top: 4.5em;
  padding-bottom: 0;
  color: #666666;
}
#company .companyDetail.intro img {
  width: auto;
  max-width: 100%;
}
#company .companyDetail.intro .photoCol {
  text-align: center;
  float: right;
}
#company .companyDetail.intro .photoCol h3 {
  color: #000000;
  font-size: 100%;
}
#company .companyDetail.intro .photoCol h3 span.title01 {
  display: block;
  font-size: 75%;
  padding-top: 0.75em;
  padding-bottom: 0;
}
#company .companyDetail.intro .photoCol h3 span.title02 {
  display: inline-block;
  padding-right: 1.0em;
}
@media only screen and (max-width: 900px) {
  #company .companyDetail.intro .textCol {
    width: 75%;
  }
  #company .companyDetail.intro .photoCol {
    width: 25%;
  }
}
@media only screen and (max-width: 640px) {
  #company .companyDetail.intro .textCol {
    width: 70%;
  }
  #company .companyDetail.intro .photoCol {
    width: 30%;
  }
}
@media only screen and (max-width: 480px) {
  #company .companyDetail.intro .textCol {
    width: 60%;
  }
  #company .companyDetail.intro .photoCol {
    width: 40%;
  }
}
@media only screen and (max-width: 350px) {
  #company .companyDetail.intro .textCol {
    width: 100%;
  }
  #company .companyDetail.intro .photoCol {
    width: 100%;
    margin-bottom: 2.0em;
  }
}
@media only screen and (max-width: 768px) {
  #company .companyDetail.intro {
    margin-top: 0;
  }
  #company .companyDetail.intro .photoCol h3 {
    font-size: 100%;
    font-weight: bold;
  }
}
#company .companyDetail.message h2 {
  color: #911721;
  font-size: 131.3%;
  padding-bottom: 1.65em;
}
#company .companyDetail.message .mainWidth .mainCont + .mainCont {
  padding-top: 2.0em;
}
#company .companyDetail.message .mainWidth .message01Col {
  padding-right: 0;
  padding-bottom: 2.0em;
}
#company .companyDetail.message .mainWidth .message02Col {
  padding-right: 0;
  margin-left: 15px;
}
@media only screen and (max-width: 950px) {
  #company .companyDetail.message .mainWidth .message02Col {
    margin-left: -7.5px;
    padding-bottom: 2.0em;
  }
}
#company .companyDetail.message .mainWidth .photocol {
  padding-right: 10px;
}
#company .companyDetail.message .mainWidth .textcol h3 {
  font-weight: bold;
  padding: 0 0 0.15em 0;
}
@media only screen and (max-width: 950px) {
  #company .companyDetail.message .mainWidth .photocol {
    width: 33.3333333%;
  }
  #company .companyDetail.message .mainWidth .photocol h3 {
    font-size: 50%;
  }
  #company .companyDetail.message .mainWidth .textcol {
    width: 66.66666%;
  }
}
#company .companyDetail.event .galleryList div {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #company .companyDetail.event .galleryList div {
    margin-bottom: 15px;
  }
}
#company .companyDetail.history h2 {
  color: #911721;
  font-size: 131.3%;
  padding-bottom: 0.75em;
}
#company .companyDetail.history .mainWidth {
  background-image: none;
  padding-top: 1.75em;
}
#company .companyDetail.history .row dl {
  padding: 0;
  overflow: hidden;
  font-size: 112.5%;
  line-height: 162.5%;
}
#company .companyDetail.history .row dl .tel {
  font-weight: bold;
}
#company .companyDetail.history .row dl dt {
  float: left;
  width: 6.20em;
  clear: left;
  padding: 0;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1.18em;
}
#company .companyDetail.history .row dl dt span.month {
  display: inline-block;
  float: right;
}
#company .companyDetail.history .row dl dd {
  padding: 0;
  margin-left: 8.5em;
  border-left: none;
  position: relative;
  margin-bottom: 1.18em;
}
#company .companyDetail.history .row dl dd span {
  display: block;
}
@media only screen and (max-width: 320px) {
  #company .companyDetail.history .row dl dt {
    background-color: #faf5e8;
    display: block;
    float: none;
    width: 100%;
    padding: 0.25em 0 0.25em 0.25em;
    padding-right: 0;
    margin-bottom: 0.15em;
  }
  #company .companyDetail.history .row dl dt span.month {
    float: none;
    margin-left: 0.5em;
  }
  #company .companyDetail.history .row dl dd {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.75em;
    padding: 0 0 0.25em 0.25em;
  }
}
@media only screen and (max-width: 768px) {
  #company .companyDetail {
    margin-bottom: 1.5em;
  }
  #company .companyDetail.history {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #company #mainArea {
    padding-bottom: 4.5em;
  }
}

/*                contact
======================================================= */
#contact .contactDetail {
  margin-bottom: 0.95em;
}
#contact .contactDetail .mainWidth {
  padding-bottom: 0.5em;
}
#contact .contactDetail .mainWidth .post-password-form input {
  background-color: #f7f7f7;
  border: solid 1px #d8d2c4;
  padding: 12px;
}
#contact .contactDetail .mainWidth .contactDetail {
  background-image: url(/media/images/common/Detail_head.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 1.175em;
}
#contact .contactDetail .mainWidth h2 {
  font-size: 131.3%;
  color: #911721;
  padding-top: 0.25em;
  padding-bottom: 0.15em;
  display: inline-block;
}
#contact .contactDetail .mainWidth .caution_h2 {
  font-size: 87.5%;
  display: inline-block;
  float: right;
  padding-top: 0.9em;
}
#contact .contactDetail .mainWidth .required {
  color: #860011;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#contact .contactDetail .mainWidth span.caution {
  display: inline-block;
  font-size: 77.77778%;
  padding-top: 0.85em;
}
#contact .contactDetail .mainWidth table {
  margin-top: 1.85em;
  margin-bottom: 3.5em;
}
#contact .contactDetail .mainWidth .mailform {
  font-size: 112.5%;
  color: #666666;
}
#contact .contactDetail .mainWidth .mailform td {
  padding-top: 27px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
}
#contact .contactDetail .mainWidth .mailform td.td01 {
  width: 460px;
  position: relative;
}
#contact .contactDetail .mainWidth .mailform td .caution {
  margin-left: 30px;
  display: table-cell;
}
#contact .contactDetail .mainWidth .mailform td.dtcol {
  width: 154px;
}
#contact .contactDetail .mainWidth .mailform td.namecol2 {
  width: 280px;
  padding-right: 30px;
}
#contact .contactDetail .mainWidth .mailform td.cautioncol {
  width: 124px;
}
#contact .contactDetail .mainWidth .mailform td p,
#contact .contactDetail .mainWidth .mailform td .wpcf7-form-control-wrap {
  display: table-cell;
}
#contact .contactDetail .mainWidth .mailform td.btnArea {
  padding-top: 30px;
  padding-left: 154px;
}
#contact .contactDetail .mainWidth .mailform td h3,
#contact .contactDetail .mainWidth .mailform td span.form_h3 {
  width: 154px;
  vertical-align: top;
  display: table-cell;
  padding-top: 10px;
}
#contact .contactDetail .mainWidth .mailform td span.wpcf7-form-control-wrap-confirm {
  padding-top: 10px;
  display: inline-block;
}
#contact .contactDetail .mainWidth .mailform td .parts {
  display: table-cell;
}
#contact .contactDetail .mainWidth .mailform td .caution {
  padding-top: 10px;
  padding-left: 30px;
  font-size: 77.7778%;
}
#contact .contactDetail .mainWidth .mailform img.ajax-loader {
  width: auto;
}
#contact .contactDetail .mainWidth .mailform input, #contact .contactDetail .mainWidth .mailform textarea {
  background-color: #f7f7f7;
  border: solid 1px #d8d2c4;
  padding: 12px;
}
#contact .contactDetail .mainWidth .mailform input {
  width: 277px;
  display: inline-block;
}
#contact .contactDetail .mainWidth .mailform textarea {
  width: 1045px;
}
#contact .contactDetail .mainWidth .mailform button {
  width: 277px;
  margin-right: 30px;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  color: #ffffff;
  background-color: #d0c8b6;
}
@media only screen and (max-width: 1300px) {
  #contact .contactDetail .mainWidth .mailform td.tdDetail {
    position: relative;
  }
  #contact .contactDetail .mainWidth .mailform td.tdDetail h3,
  #contact .contactDetail .mainWidth .mailform td.tdDetail span.form_h3 {
    display: block;
    float: left;
  }
  #contact .contactDetail .mainWidth .mailform td.tdDetail p {
    display: block;
    float: left;
    width: 100%;
    padding-left: 154px;
    position: absolute;
  }
  #contact .contactDetail .mainWidth .mailform td.tdDetail .parts {
    width: 100%;
    display: block;
  }
  #contact .contactDetail .mainWidth .mailform td.tdDetail .parts .your-message {
    width: 100%;
    clear: both;
    display: block;
  }
  #contact .contactDetail .mainWidth .mailform td.tdDetail .parts .your-message textarea {
    margin-top: 1.0em;
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  #contact .contactDetail .mainWidth .mailform td.td01 {
    display: block;
    width: 100%;
  }
  #contact .contactDetail .mainWidth .mailform td.td01 h3,
  #contact .contactDetail .mainWidth .mailform td.td01 span.form_h3 {
    display: inline-block;
  }
  #contact .contactDetail .mainWidth .mailform td.td01 p {
    width: 70%;
    display: inline-block;
  }
  #contact .contactDetail .mainWidth .mailform td.td01 p input {
    width: 100%;
  }
  #contact .contactDetail .mainWidth .mailform td.td01 p.caution {
    width: auto;
    margin-left: 0px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 900px) {
  #contact .contactDetail .mainWidth .mailform {
    font-size: 112.5%;
    color: #666666;
  }
  #contact .contactDetail .mainWidth .mailform td {
    display: block;
    width: 100%;
  }
  #contact .contactDetail .mainWidth .mailform td.td01 {
    width: 100%;
  }
  #contact .contactDetail .mainWidth .mailform td.cautioncol {
    width: 25%;
  }
  #contact .contactDetail .mainWidth .mailform td.btnArea {
    padding-top: 30px;
    padding-left: 0;
  }
  #contact .contactDetail .mainWidth .mailform td.formparts .parts {
    position: relative;
  }
  #contact .contactDetail .mainWidth .mailform td.formparts .parts .caution {
    position: absolute;
    top: 2.5em;
    left: -1em;
    width: auto;
  }
  #contact .contactDetail .mainWidth .mailform td.formparts h3,
  #contact .contactDetail .mainWidth .mailform td.formparts span.form_h3 {
    display: inline-block;
    width: 25%;
  }
  #contact .contactDetail .mainWidth .mailform td.formparts p {
    display: inline-block;
    width: 73%;
  }
  #contact .contactDetail .mainWidth .mailform td span.wpcf7-form-control-wrap-confirm {
    padding-top: 10px;
    display: inline-block;
  }
  #contact .contactDetail .mainWidth .mailform input {
    width: 100%;
  }
  #contact .contactDetail .mainWidth .mailform td.tdDetail {
    position: relative;
  }
  #contact .contactDetail .mainWidth .mailform td.tdDetail h3,
  #contact .contactDetail .mainWidth .mailform td.tdDetail span.form_h3 {
    display: block;
    float: left;
  }
  #contact .contactDetail .mainWidth .mailform td.tdDetail p {
    float: none;
    padding-left: 0;
    position: static;
  }
  #contact .contactDetail .mainWidth .mailform td.tdDetail textarea {
    width: 100%;
  }
  #contact .contactDetail .mainWidth .mailform .buttons-area-confirm {
    width: 100%;
    display: block;
  }
  #contact .contactDetail .mainWidth .mailform .buttons-area-confirm button {
    width: 48%;
    margin-right: 0;
    float: right;
  }
  #contact .contactDetail .mainWidth .mailform .buttons-area-confirm button.button-confirm, #contact .contactDetail .mainWidth .mailform .buttons-area-confirm button.button-rewrite {
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  #contact .contactDetail .mainWidth .mailform .buttons-area-confirm button {
    width: 100%;
    margin-bottom: 1.25em;
    float: none;
  }
  #contact .contactDetail .mainWidth .mailform .buttons-area-confirm button.button-confirm, #contact .contactDetail .mainWidth .mailform .buttons-area-confirm button.button-rewrite {
    float: left;
  }
}
#contact .contactDetail.intro .mainWidth {
  font-size: 112.5%;
  color: #666666;
  padding-top: 4.25em;
  background-image: none;
}
@media only screen and (max-width: 768px) {
  #contact .contactDetail.intro .mainWidth {
    padding-top: 0em;
  }
}
@media only screen and (max-width: 768px) {
  #contact #mainArea {
    padding-bottom: 0;
  }
}

/*                slides
======================================================= */
ul.slides {
  overflow: hidden;
}

.flex-control-thumbs {
  margin-right: -1px;
}
.flex-control-thumbs li {
  float: left;
  width: 25%;
  padding: 0 0 0 1px;
  margin-top: 1px;
  background-color: #d8d2c4;
  border-right: solid 1px #ffffff;
}
.flex-control-thumbs li img {
  width: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
  height: 10px;
}
.flex-control-thumbs li img:hover {
  opacity: 1.0;
}
.flex-control-thumbs .flex-active {
  opacity: 1.0;
  cursor: default;
}

#catalog .flex-control-thumbs li img {
  height: 5px;
}



/*                20161116 add araki
======================================================= */
.entry .entryDetail {
  overflow: hidden;
}
.categoryList .postThumbs a {
  display: block;
}
