/* 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 5, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/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, ../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

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

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

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

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

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

/* line 10, ../sass/style.scss */
html {
  font-size: 62.5%;
}

/* line 14, ../sass/style.scss */
body {
  font-size: 1.6em;
}

/* line 3, ../sass/_header.scss */
header {
  border-top: 7px black solid;
}
/* line 6, ../sass/_header.scss */
header .site-title {
  height: 93px;
  background-image: url("../images/shared/bg01.png");
}
/* line 9, ../sass/_header.scss */
header .site-title #title-logo-wrap, header .site-title #contact-nav {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
/* line 15, ../sass/_header.scss */
header .site-title #title-logo-wrap h1 {
  padding-left: 12px;
}
/* line 19, ../sass/_header.scss */
header .site-title #contact-nav {
  text-align: right;
}
/* line 21, ../sass/_header.scss */
header .site-title #contact-nav p {
  margin: 0.5rem 0;
}
/* line 24, ../sass/_header.scss */
header .site-title #contact-nav .tel {
  font-size: 2rem;
}
/* line 29, ../sass/_header.scss */
header nav {
  width: 100%;
  background-color: #191919;
}
/* line 34, ../sass/_header.scss */
header nav ul {
  background: url("../images/shared/header_nav.png");
  font-size: 0;
  width: 100%;
}
/* line 38, ../sass/_header.scss */
header nav ul li {
  width: 14.28571%;
  height: 110px;
  text-align: center;
  display: inline-block;
}
/* line 44, ../sass/_header.scss */
header nav ul li a {
  display: block;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
/* line 50, ../sass/_header.scss */
header nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 4, ../sass/_content.scss */
a.more-link {
  text-decoration: none;
  color: inherit;
  display: block;
  margin: 30px 0;
  padding-left: 1.8rem;
  background: url(../images/shared/more-link_deco-b.png) no-repeat 0 0.7rem;
}

/* line 14, ../sass/_content.scss */
.mainvisual {
  text-align: center;
}
/* line 16, ../sass/_content.scss */
.mainvisual img {
  margin: 0 auto;
  max-width: 100%;
}

/* line 23, ../sass/_content.scss */
.top-box .leadline {
  font-size: 1.4rem;
}
/* line 26, ../sass/_content.scss */
.top-box.box1 {
  height: 428px;
  background-image: url(../images/shared/bg02.png);
}
/* line 30, ../sass/_content.scss */
.top-box.box2 {
  height: 330px;
  background-image: url(../images/shared/bg03.png);
  color: white;
}
/* line 38, ../sass/_content.scss */
.top-box.box2 .box2-wrap {
  width: 1300px;
  height: inherit;
  margin: 0 auto !important;
  background-image: url(../images/index/box2.png);
  background-position-x: right;
  background-repeat: no-repeat;
}
/* line 46, ../sass/_content.scss */
.top-box.box2 .col {
  width: 500px;
}
/* line 51, ../sass/_content.scss */
.top-box.box2 a.more-link {
  background-image: url(../images/shared/more-link_deco-w.png);
}
/* line 56, ../sass/_content.scss */
.top-box.box3 {
  height: 503px;
  color: #434343;
}

/* line 61, ../sass/_content.scss */
.col {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
/* line 66, ../sass/_content.scss */
.col h2 {
  font-size: 3.0rem;
  margin-left: 0;
  margin-bottom: 30px;
}
/* line 71, ../sass/_content.scss */
.col p {
  line-height: 3rem;
}
/* line 74, ../sass/_content.scss */
.col .text-vertical-lr-box {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  height: 300px;
}
/* line 77, ../sass/_content.scss */
.col .text-vertical-lr-box h2 {
  margin-left: 30px;
  margin-top: 0;
}
/* line 81, ../sass/_content.scss */
.col .text-vertical-lr-box p {
  line-height: 4rem;
}
/* line 85, ../sass/_content.scss */
.col .text-vertical-lr-box a.more-link {
  margin: 0 30px;
  padding-left: 0;
  padding-top: 2rem;
  background-position: 1.3rem 0;
}
/* line 94, ../sass/_content.scss */
.col .box3-figure-wrap figure {
  width: 245px;
  display: table-cell;
  border: 1px #C2C2C2 solid;
}
/* line 98, ../sass/_content.scss */
.col .box3-figure-wrap figure img {
  margin: 1px;
}
/* line 101, ../sass/_content.scss */
.col .box3-figure-wrap figure figcaption {
  border: 1px #C2C2C2 solid;
  padding: 20px;
}
/* line 104, ../sass/_content.scss */
.col .box3-figure-wrap figure figcaption h3 {
  margin: 4px 0 20px 0;
  font-size: 1.8rem;
  font-weight: bold;
}
/* line 109, ../sass/_content.scss */
.col .box3-figure-wrap figure figcaption p {
  margin-bottom: 20px;
}
/* line 113, ../sass/_content.scss */
.col .box3-figure-wrap figure figcaption a.more-link {
  margin: 10px 0;
}

/* line 122, ../sass/_content.scss */
.breadcrumb {
  border-bottom: 1px #CCC dotted;
}
/* line 124, ../sass/_content.scss */
.breadcrumb ul {
  font-size: 0;
}
/* line 126, ../sass/_content.scss */
.breadcrumb ul li {
  font-size: 1.4rem;
  display: inline-block;
  margin: 1rem 0;
}
/* line 130, ../sass/_content.scss */
.breadcrumb ul li:not(:last-child):after {
  content: ">";
  margin: 0 1rem;
}
/* line 134, ../sass/_content.scss */
.breadcrumb ul li a {
  color: inherit;
}

/* line 141, ../sass/_content.scss */
#content-main {
  font-size: 0;
  margin-top: 4rem;
}
/* line 145, ../sass/_content.scss */
#content-main .page-title, #content-main article {
  display: inline-block;
}
/* line 148, ../sass/_content.scss */
#content-main .page-title {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  width: 10%;
}
/* line 151, ../sass/_content.scss */
#content-main .page-title h1 {
  font-size: 2.6rem;
  padding-right: 6.5rem;
}
/* line 156, ../sass/_content.scss */
#content-main article {
  width: 90%;
  font-size: 1.6rem;
  vertical-align: top;
}
/* line 160, ../sass/_content.scss */
#content-main article section {
  margin-bottom: 5rem;
}
/* line 162, ../sass/_content.scss */
#content-main article section:after {
  content: "";
  display: table;
  clear: both;
}
/* line 168, ../sass/_content.scss */
#content-main article h2 {
  font-size: 2.4rem;
  border-bottom: 1px black dotted;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  margin-bottom: 3rem;
  background: url(../images/shared/h2_deco.png) no-repeat 0 0.3rem;
}
/* line 176, ../sass/_content.scss */
#content-main article h3 {
  font-size: 2rem;
  border-bottom: 1px black dotted;
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
}
/* line 182, ../sass/_content.scss */
#content-main article p {
  line-height: 3rem;
  margin-bottom: 3rem;
}
/* line 186, ../sass/_content.scss */
#content-main article ul {
  margin: 5rem 0;
  list-style-type: disc;
  padding-left: 2rem;
}
/* line 190, ../sass/_content.scss */
#content-main article ul li {
  margin: 2rem 0;
}

/* line 197, ../sass/_content.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 5rem;
}

/* line 203, ../sass/_content.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 5rem;
}

/* line 210, ../sass/_content.scss */
.banner {
  margin: 0 auto;
  display: block;
}

/* line 216, ../sass/_content.scss */
form input:not([type=submit]), form textarea {
  width: 100%;
  margin: 10px 0;
}
/* line 221, ../sass/_content.scss */
form label {
  margin: 30px 0;
  display: block;
}
/* line 226, ../sass/_content.scss */
form.contact input[type=submit] {
  width: 130px;
  height: 44px;
  margin: 20px 0px;
  cursor: pointer;
  display: block;
  border: none;
  text-indent: -9999px;
  background: url(../images/shared/submit_send.gif) no-repeat 0 0;
}
/* line 235, ../sass/_content.scss */
form.contact input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

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

input[type=text]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:200px;
   height:25px;
   padding:0 3px;
}
 
input[type=text]:focus {
   border:solid 1px #20b2aa;
}
 
input[type=text], select { 
   outline: none;
}

textarea{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);

   padding:0 3px;
}
 
textarea:focus {
   border:solid 1px #20b2aa;
}
 
textarea, select { 
   outline: none;
}

/* line 3, ../sass/_footer.scss */
footer {
  background-color: #362F2C;
  color: white;
}
/* line 6, ../sass/_footer.scss */
footer nav {
  padding: 2rem 0 1rem 0;
  border-bottom: 1px white dotted;
}
/* line 9, ../sass/_footer.scss */
footer nav ul {
  font-size: 0;
}
/* line 11, ../sass/_footer.scss */
footer nav ul li {
  font-size: 1.6rem;
  display: inline-block;
}
/* line 14, ../sass/_footer.scss */
footer nav ul li:not(:last-child):after {
  content: "|";
  margin: 0 0.8rem;
}
/* line 18, ../sass/_footer.scss */
footer nav ul li a {
  color: inherit;
  text-decoration: none;
}
/* line 25, ../sass/_footer.scss */
footer .footer-content {
  margin: 1.5rem 0;
}
/* line 28, ../sass/_footer.scss */
footer .footer-text {
  padding: 2.5rem 0 1rem 0;
  background-color: #1B1B1B;
  font-size: 1.4rem;
}

/* line 4, ../sass/_lp.scss */
.landing section {
  margin-bottom: 7rem;
}
/* line 6, ../sass/_lp.scss */
.landing section.lp-footer {
  margin-bottom: 0;
  position: relative;
  background-image: url("../images/landing/landing_bg01.jpg");
  height: 180px;
  text-align: center;
}
/* line 12, ../sass/_lp.scss */
.landing section.lp-footer a {
  color: white;
  margin-top: 6rem;
  display: inline-block;
}
/* line 17, ../sass/_lp.scss */
.landing section.lp-footer:before {
  bottom: calc(100% - 60px);
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 30px;
  margin-left: -30px;
}
/* line 33, ../sass/_lp.scss */
.landing footer {
  padding-top: 1rem;
}
/* line 36, ../sass/_lp.scss */
.landing nav {
  display: none;
}
/* line 40, ../sass/_lp.scss */
.landing .top-box.box1 {
  background-image: none;
}
/* line 43, ../sass/_lp.scss */
.landing .top-box .lp-table {
  display: table;
}
/* line 45, ../sass/_lp.scss */
.landing .top-box .lp-table .cell {
  width: 33%;
  display: table-cell;
  padding: 0 15px;
}
/* line 49, ../sass/_lp.scss */
.landing .top-box .lp-table .cell:not(:last-child) {
  border-right: 1px #CCC dotted;
}
/* line 52, ../sass/_lp.scss */
.landing .top-box .lp-table .cell h3 {
  font-size: 2rem;
  font-weight: bold;
  border-top: 2px black solid;
  padding: 2rem 0;
  padding-left: 2rem;
  background: url(../images/shared/h2_deco.png) no-repeat 0 2.3rem;
}
/* line 60, ../sass/_lp.scss */
.landing .top-box .lp-table .cell p {
  font-size: 1.4rem;
  line-height: 2.8rem;
}

.landing .top-box article h2 {
  font-size: 2.4rem;
  border-bottom: 1px black dotted;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  margin-bottom: 3rem;
  background: url(../images/shared/h2_deco.png) no-repeat 0 0.3rem;
}

.landing .top-box article p {
  line-height: 3rem;
  margin-bottom: 3rem;
}

.landing .top-box article ul {
  margin: 5rem 0;
  list-style-type: disc;
  padding-left: 2rem;
}

.landing .top-box article ul li {
  margin: 2rem 0;
}
/* line 68, ../sass/_lp.scss */
.landing .private .container {
  width: 870px;
}
/* line 70, ../sass/_lp.scss */
.landing .private .container h2 {
  margin: 3rem 0;
}
/* line 73, ../sass/_lp.scss */
.landing .private .container .lp-figure {
  font-size: 0;
  padding: 0;
}
/* line 75, ../sass/_lp.scss */
.landing .private .container .lp-figure.w100 {
  border-bottom: 1px #CCC dotted;
  padding-bottom: 3rem;
}
/* line 78, ../sass/_lp.scss */
.landing .private .container .lp-figure.w100 figure {
  width: 100%;
}
/* line 82, ../sass/_lp.scss */
.landing .private .container .lp-figure.w50 {
  padding-top: 3rem;
}
/* line 84, ../sass/_lp.scss */
.landing .private .container .lp-figure.w50 figure {
  width: 48%;
}
/* line 86, ../sass/_lp.scss */
.landing .private .container .lp-figure.w50 figure:first-child {
  margin-right: 2%;
}
/* line 89, ../sass/_lp.scss */
.landing .private .container .lp-figure.w50 figure:last-child {
  margin-left: 2%;
}
/* line 96, ../sass/_lp.scss */
.landing .private .container .lp-figure figure {
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 0 1px #DDD, 0 0 0 4px white, 0 0 0 6px #CCC;
}
/* line 103, ../sass/_lp.scss */
.landing .private .container .lp-figure figure img {
  float: left;
  margin: 2rem;
}
/* line 107, ../sass/_lp.scss */
.landing .private .container .lp-figure figure figcaption {
  padding: 2rem;
}
/* line 109, ../sass/_lp.scss */
.landing .private .container .lp-figure figure figcaption h3 {
  background-image: none;
  border: none;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 3rem;
}
/* line 116, ../sass/_lp.scss */
.landing .private .container .lp-figure figure figcaption p {
  font-size: 1.4rem;
  line-height: 2.3rem;
  margin-bottom: 1.5rem;
}
/* line 120, ../sass/_lp.scss */
.landing .private .container .lp-figure figure figcaption p.price {
  font-size: 2rem;
}

/* line 25, ../sass/style.scss */
.header-container, .container {
  height: inherit;
  margin: 0 auto !important;
}

/* line 29, ../sass/style.scss */
.container {
  width: 1000px;
}

/* line 35, ../sass/style.scss */
.header-container {
  width: 100%;
  max-width: 1260px;
  display: table;
}

.mincho {
font-family:
   "Ÿà–¾’©",
   "YuMincho",
   "HGS–¾’©E",
   "ƒqƒ‰ƒMƒm–¾’© ProN W6",
   "HiraMinProN-W6",
   "‚l‚r ‚o–¾’©",
   "MS PMincho",
   "MS –¾’©",
   serif;
}

.mincho_b {
font-family:
   "Ÿà–¾’©",
   "YuMincho",
   "HGS–¾’©E",
   "ƒqƒ‰ƒMƒm–¾’© ProN W6",
   "HiraMinProN-W6",
   "‚l‚r ‚o–¾’©",
   "MS PMincho",
   "MS –¾’©",
   serif;
font-weight: bold;
}
