@charset "UTF-8";
@import url(format.css);
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/common.css" media="print" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 9, ../sass/common.sass */
.clearfix, .inner, #header #globalNavigation, #slideShow #homeNavi ul, #info ul.recentList, #landscape ul.recentList {
  *zoom: 1;
}
/* line 11, ../sass/common.sass */
.clearfix:after, .inner:after, #header #globalNavigation:after, #slideShow #homeNavi ul:after, #info ul.recentList:after, #landscape ul.recentList:after {
  content: "";
  display: table;
  clear: both;
}

/* line 27, ../sass/common.sass */
html {
  overflow: scroll;
}

/* line 29, ../sass/common.sass */
strong {
  font-weight: bold;
}

/* line 32, ../sass/common.sass */
html, body {
  width: 100%;
  height: 100%;
  color: #333333;
  background-color: white;
  font-size: 95%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

/* line 40, ../sass/common.sass */
a:link, a:visited {
  text-decoration: underline;
  color: #d80000;
}

/* line 43, ../sass/common.sass */
a:hover, a:active {
  text-decoration: none;
  color: #d80000;
}

/* line 47, ../sass/common.sass */
.inner {
  width: 1000px;
  margin: 0 auto;
}

/* line 50, ../sass/common.sass */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: url(../img/header_bg.jpg) repeat-x center top;
  z-index: 9999;
}
/* line 58, ../sass/common.sass */
#header #headerLogo {
  float: left;
  width: 155px;
  font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
}
/* line 62, ../sass/common.sass */
#header #headerLogo a {
  color: white;
  text-decoration: none;
  display: block;
  padding-top: 22px;
  font-size: 20px;
  letter-spacing: 1px;
}
/* line 69, ../sass/common.sass */
#header #globalNavigation {
  width: 780px;
  float: right;
}
/* line 73, ../sass/common.sass */
#header #globalNavigation li {
  float: left;
  width: 156px;
  height: 72px;
}
/* line 77, ../sass/common.sass */
#header #globalNavigation li a {
  display: block;
  width: 156px;
  padding-top: 18px;
  height: 52px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #f1e7e2;
}
/* line 86, ../sass/common.sass */
#header #globalNavigation li a:hover {
  background-color: black;
}
/* line 88, ../sass/common.sass */
#header #globalNavigation li a span {
  display: block;
  font-size: 11px;
  color: #a78f85;
  padding-top: 5px;
}

/* line 94, ../sass/common.sass */
#slideShow {
  background-image: url(../img/bg_home.jpg);
  position: relative;
  z-index: 1;
}
/* line 98, ../sass/common.sass */
#slideShow #topBanner {
  position: absolute;
  right: 0;
  top: 140px;
}
/* line 102, ../sass/common.sass */
#slideShow #topBanner a {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 104, ../sass/common.sass */
#slideShow #topBanner a img {
  -webkit-box-shadow: black 0px 0px 5px;
  -moz-box-shadow: black 0px 0px 5px;
  box-shadow: black 0px 0px 5px;
}
/* line 108, ../sass/common.sass */
#slideShow #topBanner a:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
/* line 111, ../sass/common.sass */
#slideShow #homeContent {
  width: 368px;
  padding-top: 200px;
  text-align: center;
}
/* line 115, ../sass/common.sass */
#slideShow #homeContent .homeLogo {
  padding-bottom: 30px;
}
/* line 117, ../sass/common.sass */
#slideShow #homeNavi {
  margin-top: 170px;
  background: #422100;
}
/* line 120, ../sass/common.sass */
#slideShow #homeNavi ul {
  width: 1000px;
  margin: 0 auto;
  border-right: 1px solid #6e451d;
}
/* line 124, ../sass/common.sass */
#slideShow #homeNavi ul li {
  width: 500px;
  float: left;
  list-style-type: none;
}
/* line 128, ../sass/common.sass */
#slideShow #homeNavi ul li a {
  font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  border-left: 1px solid #6e451d;
  display: block;
  height: 88px;
  text-align: right;
  padding-top: 50px;
  padding-right: 20px;
  text-decoration: none;
  line-height: 140%;
  color: white;
  font-size: 16px;
}
/* line 141, ../sass/common.sass */
#slideShow #homeNavi ul li a span {
  display: block;
  font-size: 12px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 145, ../sass/common.sass */
#slideShow #homeNavi ul li a.asonomori {
  background: url(../img/menu_asonomori.jpg) no-repeat left top;
}
/* line 147, ../sass/common.sass */
#slideShow #homeNavi ul li a.dogrider {
  background: url(../img/menu_dogrider.jpg) no-repeat left top;
}

/* line 150, ../sass/common.sass */
.unitParaBox {
  width: 100%;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  clear: both;
}
/* line 159, ../sass/common.sass */
.unitParaBox .inner {
  padding: 60px 0 　30px;
}

/* line 161, ../sass/common.sass */
.unitBox {
  width: 100%;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  clear: both;
  padding-top: 70px;
  margin-top: -70px;
  margin-bottom: 70px;
}
/* line 172, ../sass/common.sass */
.unitBox .pageTitle {
  font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 45px;
  color: #333333;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 60px;
  background: url(../img/title_bg.png) no-repeat center 13px;
}
/* line 180, ../sass/common.sass */
.unitBox h3 {
  font-size: 130%;
  padding-bottom: 15px;
}
/* line 184, ../sass/common.sass */
.unitBox .inner {
  padding: 30px 0 50px;
}
/* line 186, ../sass/common.sass */
.unitBox .inner .secondTitle {
  padding-bottom: 30px;
}
/* line 188, ../sass/common.sass */
.unitBox ul {
  list-style: disc outside;
  margin: 0 0 18px 20px;
}
/* line 191, ../sass/common.sass */
.unitBox ul li {
  margin-bottom: 10px;
}

/* line 194, ../sass/common.sass */
#second .unitBox {
  padding-top: 140px;
}
/* line 196, ../sass/common.sass */
#second .unitBox .pageTitle {
  padding-bottom: 60px;
}

/* line 199, ../sass/common.sass */
p {
  padding-bottom: 20px;
  line-height: 160%;
}

/* line 202, ../sass/common.sass */
.bottomLink {
  clear: both;
  padding: 40px 0 50px;
  text-align: center;
}

/* line 206, ../sass/common.sass */
input.button {
  padding: 4px 40px 8px;
  background-color: #bf0000;
  color: white;
  font-size: 17px;
  text-decoration: none;
  font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  border: 0;
}

/* line 214, ../sass/common.sass */
a.button {
  padding: 5px 50px 9px;
  background-color: #bf0000;
  color: white;
  font-size: 17px;
  text-decoration: none;
  border-radius: 4px;
  font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
}

/* line 222, ../sass/common.sass */
a.buttonS {
  padding: 2px 30px 6px;
  background-color: #bf0000;
  color: white;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
}

/* line 230, ../sass/common.sass */
.noteList {
  padding-bottom: 10px;
  margin: 0 !important;
}
/* line 233, ../sass/common.sass */
.noteList li {
  list-style: none;
  color: #555555;
  font-size: 80%;
  line-height: 130%;
  margin-bottom: 5px !important;
}
/* line 239, ../sass/common.sass */
.noteList li:before {
  content: "※";
}

/* news------------------------------------------------------- */
/* line 243, ../sass/common.sass */
#info {
  background: url(../img/bg_news.jpg) repeat center top;
  background-size: auto !important;
  background-position: center center;
  box-sizing: border-box;
}
/* line 249, ../sass/common.sass */
#info .pageTitle {
  color: #56402a;
}
/* line 251, ../sass/common.sass */
#info .bottomLink {
  padding: 0px 0 50px;
}
/* line 253, ../sass/common.sass */
#info ul.recentList {
  list-style: none;
  margin: 0 0 50px;
}
/* line 257, ../sass/common.sass */
#info ul.recentList li {
  float: left;
  width: 280px;
  margin-left: 35px;
  padding: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  background-color: white;
}
/* line 264, ../sass/common.sass */
#info ul.recentList li:first-child {
  margin-left: 0px;
}
/* line 266, ../sass/common.sass */
#info ul.recentList li .itemImg {
  padding-bottom: 12px;
}
/* line 268, ../sass/common.sass */
#info ul.recentList li .itemImg a {
  width: 280px;
  display: block;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/news_noimg.jpg);
}
/* line 276, ../sass/common.sass */
#info ul.recentList li h3 {
  font-size: 15px;
  margin-bottom: 0px;
  padding-bottom: 8px;
}
/* line 280, ../sass/common.sass */
#info ul.recentList li .upDate {
  font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  color: #008f37;
  font-size: 12px;
  padding-bottom: 10px;
  display: none;
}
/* line 286, ../sass/common.sass */
#info ul.recentList li .itemTxt {
  font-size: 12px;
  line-height: 19px;
  width: 280px;
  height: 75px;
  overflow: hidden;
  color: #555555;
  text-overflow: ellipsis;
}

/* line 295, ../sass/common.sass */
.infoDetail {
  width: 80%;
  margin: 0 auto 40px;
  padding: 30px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  background-color: white;
}
/* line 301, ../sass/common.sass */
.infoDetail h1 {
  font-size: 200%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #777777;
  font-family: Georgia, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
/* line 307, ../sass/common.sass */
.infoDetail .infoDate {
  font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  color: #008f37;
  font-size: 15px;
  padding-bottom: 30px;
  display: none;
}
/* line 313, ../sass/common.sass */
.infoDetail .infoContent {
  padding-bottom: 30px;
  line-height: 150%;
}
/* line 316, ../sass/common.sass */
.infoDetail .imgRight {
  float: right;
  padding: 5px 0 15px 20px;
}

/* hairdesign---------------------------------------------------- */
/* line 321, ../sass/common.sass */
#landscape {
  background-color: #e2e2e2;
}
/* line 323, ../sass/common.sass */
#landscape ul.recentList {
  list-style: none;
  margin: 0;
}
/* line 327, ../sass/common.sass */
#landscape ul.recentList li {
  float: left;
  width: 290px;
  height: 360px;
  margin: 0 20px 42px;
  background-color: white;
  border: 1px solid #dedede;
}
/* line 334, ../sass/common.sass */
#landscape ul.recentList li .itemImg {
  padding-bottom: 9px;
}
/* line 336, ../sass/common.sass */
#landscape ul.recentList li .itemImg a {
  width: 290px;
  display: block;
  height: 290px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #222222;
}
/* line 344, ../sass/common.sass */
#landscape ul.recentList li .itemImg a img {
  max-width: 290px;
  max-height: 290px;
}
/* line 347, ../sass/common.sass */
#landscape ul.recentList li h3 {
  font-size: 12px;
  line-height: 150%;
  padding: 0 10px;
  color: #666666;
}

/* concept------------------------------------------------------- */
/* line 354, ../sass/common.sass */
#whats {
  background-image: url(../img/bg_concept.jpg);
  color: #333333;
}
/* line 357, ../sass/common.sass */
#whats h3 {
  font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-weight: bold;
}
/* line 360, ../sass/common.sass */
#whats .whatsContent {
  width: 45%;
}

/* contact------------------------------------------------------- */
/* line 364, ../sass/common.sass */
#access {
  width: 100%;
  color: white;
  background-color: #48341f;
}
/* line 368, ../sass/common.sass */
#access .pageTitle {
  color: white;
}
/* line 370, ../sass/common.sass */
#access .contactText {
  text-align: center;
  padding-bottom: 30px;
}
/* line 373, ../sass/common.sass */
#access .contactText .telNum {
  font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 35px;
  padding-bottom: 20px;
}
/* line 377, ../sass/common.sass */
#access .contactText .mail {
  font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  padding-left: 20px;
  font-size: 20px;
}
/* line 381, ../sass/common.sass */
#access .contactText address {
  display: inline;
  padding-left: 30px;
}
/* line 384, ../sass/common.sass */
#access .contactText .time {
  color: #dddddd;
  padding: 20px 0 10px;
  line-height: 200%;
}
/* line 388, ../sass/common.sass */
#access .contactText .time strong {
  border: 1px solid #888888;
  border-radius: 4px;
  padding: 3px 15px 2px;
}
/* line 393, ../sass/common.sass */
#access #map_canvas .content {
  padding: 5px;
  width: 120px;
  color: #333333;
  font-size: 15px;
  font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
}
/* line 400, ../sass/common.sass */
#access .noteList li {
  color: #aaaaaa;
}

/* menu------------------------------------------------------- */
/* line 405, ../sass/common.sass */
#menu .foodMenuWrapper {
  padding: 20px;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
/* line 409, ../sass/common.sass */
#menu .foodMenuWrapper table.foodMenu {
  line-height: 120%;
  width: 100%;
}
/* line 412, ../sass/common.sass */
#menu .foodMenuWrapper table.foodMenu th, #menu .foodMenuWrapper table.foodMenu td {
  vertical-align: top;
  padding: 10px 0 8px;
  border-bottom: 1px dotted #bbbbbb;
}
/* line 416, ../sass/common.sass */
#menu .foodMenuWrapper table.foodMenu th {
  font-weight: bold;
  font-size: 110%;
  line-height: 140%;
  width: 21%;
  padding-left: 20px;
}
/* line 422, ../sass/common.sass */
#menu .foodMenuWrapper table.foodMenu span {
  display: block;
  font-weight: normal;
  font-size: 75%;
  padding: 3px 0;
  color: #333333;
}
/* line 428, ../sass/common.sass */
#menu .foodMenuWrapper table.foodMenu td {
  width: 12%;
  font-size: 110%;
  padding-right: 40px;
  font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-weight: bold;
}

/* staff------------------------------------------------------- */
/* line 437, ../sass/common.sass */
#goods .goodsTable {
  width: 100%;
}
/* line 439, ../sass/common.sass */
#goods .goodsTable td {
  width: 220px;
  padding: 0 15px 30px;
  vertical-align: top;
  border: 0;
}
/* line 444, ../sass/common.sass */
#goods .goodsTable td .goodsPhoto {
  padding-bottom: 5px;
}
/* line 446, ../sass/common.sass */
#goods .goodsTable td h3 {
  font-size: 14px;
  padding: 8px 0 0px;
  font-weight: bold;
}
/* line 450, ../sass/common.sass */
#goods .goodsTable td .price {
  font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-weight: bold;
  padding: 2px 0 7px;
  text-align: right;
}
/* line 455, ../sass/common.sass */
#goods .goodsTable td p {
  font-size: 11px;
}
/* line 457, ../sass/common.sass */
#goods .goodsTable td .orderButton {
  padding: 0;
  text-align: center;
}
/* line 460, ../sass/common.sass */
#goods #orderForm {
  display: none;
  padding-top: 150px;
}
/* line 463, ../sass/common.sass */
#goods #orderForm #goodsname {
  background-color: #ffeeee;
}
/* line 465, ../sass/common.sass */
#goods #orderGuide {
  display: none;
  margin: 70px auto 0;
}
/* line 468, ../sass/common.sass */
#goods #orderGuide table {
  font-size: 85%;
  float: left;
  margin: 0 2% 10px;
}
/* line 472, ../sass/common.sass */
#goods #orderGuide table th, #goods #orderGuide table td {
  padding: 10px 7px;
  text-align: center;
}
/* line 475, ../sass/common.sass */
#goods #orderGuide .noteList {
  width: 96%;
  padding-left: 18px;
}

/* footer------------------------------------------------------- */
/* line 483, ../sass/common.sass */
#footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background-color: white;
  font-size: 12px;
  color: #999999;
  margin-top: -70px;
}

/* responcive------------------------------------------------------- */
@media (max-width: 720px) {
  /* Simplify the basic layout */
  /* line 497, ../sass/common.sass */
  #container, #footer {
    width: 100%;
  }

  /* line 499, ../sass/common.sass */
  .unitParaBox {
    background-attachment: scroll !important;
  }

  /* line 501, ../sass/common.sass */
  .unitBox {
    background-attachment: scroll !important;
  }
}
