@charset "UTF-8";
/* 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" /> */
@import url(format.css);
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@700;900&display=swap");
/* line 5, C:/Ruby25-x64/lib/ruby/gems/2.5.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, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

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

/* line 28, C:/Ruby25-x64/lib/ruby/gems/2.5.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, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby25-x64/lib/ruby/gems/2.5.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, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby25-x64/lib/ruby/gems/2.5.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;
}

@font-face {}
/*@font-face
 * font-family: 'Mincho'
 * font-style: normal
 * src: url(../fonts/NotoSerifCJKjp-Light.otf) format('opentype') */
/* line 16, ../sass/common.sass */
.clearfix, .inner, #contentsArea, .unitBox, .unitBox .inner, .unitBox .narrow, #pickup .pickUpList, #info .infoDetail, ul.recentList, ul.recentList li, #footer, #footer .footerInner, #footer #footerMenu {
  *zoom: 1;
}
/* line 18, ../sass/common.sass */
.clearfix:after, .inner:after, #contentsArea:after, .unitBox:after, .unitBox .inner:after, .unitBox .narrow:after, #pickup .pickUpList:after, #info .infoDetail:after, ul.recentList:after, ul.recentList li:after, #footer:after, #footer .footerInner:after, #footer #footerMenu:after {
  content: "";
  display: table;
  clear: both;
}

/* line 57, ../sass/common.sass */
html {
  -webkit-text-size-adjust: 100%;
}

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

/* line 62, ../sass/common.sass */
body {
  width: 100%;
  height: 100%;
  color: #444;
  background-color: #fff;
  font-family: "Zen Old Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
  overflow-x: hidden;
  padding-top: 70px;
  right: 0;
}

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

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

/* line 81, ../sass/common.sass */
body#top.second {
  padding-top: 70px !important;
}

/* line 84, ../sass/common.sass */
.inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  transition: width 0.75s cubic-bezier(0.8, 0, 0.2, 1);
}

/* branding------------------------------------------------------- */
/* line 93, ../sass/common.sass */
#branding {
  width: 100%;
  height: 60vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
}

/* header------------------------------------------------------- */
/* line 102, ../sass/common.sass */
#headerWrapper {
  width: 100%;
  height: 70px;
}

/* line 105, ../sass/common.sass */
#header {
  padding: 0;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 9999;
  height: 70px;
  background-color: #fff;
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
}
/* line 114, ../sass/common.sass */
#header #siteLogo {
  width: 100%;
  padding: 10px 0 10px 10px;
}
/* line 117, ../sass/common.sass */
#header #siteLogo a {
  text-decoration: none;
  width: 150px;
  display: block;
  text-align: left;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 0 15px 60px;
  background: url(../img/logo.svg) no-repeat left center;
  background-size: 50px;
}
/* line 128, ../sass/common.sass */
#header #siteLogo a span {
  display: inline-block !important;
  padding-right: 4px;
  font-size: 0.7rem;
}
/* line 132, ../sass/common.sass */
#header .inner {
  position: relative;
}
/* line 134, ../sass/common.sass */
#header .headerLink {
  position: absolute;
  right: 70px;
  top: 27px;
}
/* line 138, ../sass/common.sass */
#header .headerLink a {
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
}
/* line 142, ../sass/common.sass */
#header ul.socialLink {
  position: absolute;
  right: 20px;
  top: 15px;
}
/* line 146, ../sass/common.sass */
#header ul.socialLink li {
  font-size: 12px;
  display: inline-block;
}
/* line 149, ../sass/common.sass */
#header ul.socialLink li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #0f7552;
  background-size: 16px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 158, ../sass/common.sass */
#header ul.socialLink li.instagram a {
  background-image: url(../img/instagram.svg);
}
/* line 160, ../sass/common.sass */
#header ul.socialLink li.facebook a {
  background-image: url(../img/facebook.svg);
}

@media (max-width: 500px) {
  /* line 166, ../sass/common.sass */
  #header #siteLogo a {
    text-indent: -1000px;
  }
}
/* line 170, ../sass/common.sass */
#smToggle {
  position: fixed;
  left: 0;
  top: 0;
  display: block !important;
  padding: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 9999999;
}

/* line 184, ../sass/common.sass */
.nav-trigger {
  color: transparent !important;
}

/* line 187, ../sass/common.sass */
.nav-trigger span {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 36px;
  left: 22px;
  top: 0;
  background: #000;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

/* line 199, ../sass/common.sass */
.nav-trigger span.barT {
  top: 29px;
}

/* line 202, ../sass/common.sass */
.nav-trigger span.barM {
  top: 39px;
}

/* line 205, ../sass/common.sass */
.nav-trigger span.barB {
  top: 49px;
}

/* line 208, ../sass/common.sass */
.nav-trigger span {
  /* other 2 lines */
  content: "";
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

/* open */
/* line 230, ../sass/common.sass */
.selected span.barM {
  background: #fff;
  -webkit-transform: translateX(4px) translateY(-9px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-9px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-9px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-9px) rotate(45deg);
  transform: translateX(4px) translateY(-9px) rotate(45deg);
  opacity: 0;
}

/* line 238, ../sass/common.sass */
.selected span.barT {
  background: #fff;
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(6px) translateY(-4px) rotate(45deg);
}

/* line 245, ../sass/common.sass */
.selected span.barB {
  background: #fff;
  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(0px) rotate(-45deg);
  transform: translateX(6px) translateY(1px) rotate(-45deg);
}

/* line 252, ../sass/common.sass */
#globalNavigation {
  clear: both;
  background-color: #0f7552;
  position: fixed;
  height: 100%;
  width: 250px;
  top: 0;
  left: -320px;
  z-index: 9999;
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 262, ../sass/common.sass */
#globalNavigation ul.mainMenu {
  position: absolute;
  width: 100%;
  left: -100px;
  top: 0;
  padding: 70px 0 30px;
}
/* line 268, ../sass/common.sass */
#globalNavigation ul.mainMenu li {
  padding-top: 5px;
  margin: 0 auto 20px;
  width: 67px;
  max-height: 168px;
}
/* line 273, ../sass/common.sass */
#globalNavigation ul.mainMenu li a {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  font-family: "Zen Old Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 19px;
  font-weight: normal;
  padding: 13px 13px 0;
  display: block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.07em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
/* line 287, ../sass/common.sass */
#globalNavigation ul.mainMenu li a span {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 12px;
  padding-right: 6px;
  padding-top: 2px;
  letter-spacing: 0;
  display: block;
}

/* line 296, ../sass/common.sass */
#breadCrumb {
  font-size: 90%;
  padding: 12px 0;
  color: #444;
  z-index: -1;
  clear: both;
}
/* line 302, ../sass/common.sass */
#breadCrumb ul {
  width: 50%;
}
/* line 304, ../sass/common.sass */
#breadCrumb ul li {
  line-height: 1.5em;
  float: left;
  font-size: 90%;
}
/* line 308, ../sass/common.sass */
#breadCrumb ul li a {
  margin-right: 10px;
  padding-right: 15px;
  color: #777;
  background: url(../img/arrow_s.png) no-repeat right center;
}

/* unit------------------------------------------------------- */
/* line 322, ../sass/common.sass */
.unitBox {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
  clear: both;
  padding: 70px 0;
  line-height: 130%;
  font-family: "Zen Old Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/* line 337, ../sass/common.sass */
.unitBox .inner .secondTitle {
  padding-bottom: 30px;
}
/* line 339, ../sass/common.sass */
.unitBox .narrow {
  width: 90%;
  margin: 0 auto;
}
/* line 343, ../sass/common.sass */
.unitBox .narrow img {
  max-width: 100%;
  height: auto;
}
/* line 346, ../sass/common.sass */
.unitBox ul {
  list-style: disc outside;
  margin: 0 0 18px 20px;
}
/* line 349, ../sass/common.sass */
.unitBox ul li {
  margin-bottom: 15px;
}
/* line 351, ../sass/common.sass */
.unitBox .pickupBox {
  clear: both;
  padding: 25px 25px 0;
  border: solid 1px #777;
  margin-bottom: 30px;
}
/* line 356, ../sass/common.sass */
.unitBox .halfBox {
  width: -5%;
}
/* line 358, ../sass/common.sass */
.unitBox .halfUnit {
  width: -1%;
}
/* line 360, ../sass/common.sass */
.unitBox .wColumn {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  margin-bottom: 30px;
}
/* line 368, ../sass/common.sass */
.unitBox .pageTitle {
  padding-bottom: 60px;
}
/* line 370, ../sass/common.sass */
.unitBox table {
  margin-bottom: 20px;
}
/* line 372, ../sass/common.sass */
.unitBox table td, .unitBox table th {
  padding: 7px 15px;
}
/* line 374, ../sass/common.sass */
.unitBox table th {
  font-weight: bold;
}
/* line 377, ../sass/common.sass */
.unitBox table.borderTable td, .unitBox table.borderTable th {
  padding: 7px 15px;
  border: solid 1px #ccc;
}
/* line 380, ../sass/common.sass */
.unitBox table.borderTable th {
  text-align: center;
  font-weight: bold;
}
/* line 383, ../sass/common.sass */
.unitBox ol {
  padding-left: 18px;
}
/* line 385, ../sass/common.sass */
.unitBox ol li {
  list-style-type: decimal;
  padding: 3px 0;
}
/* line 388, ../sass/common.sass */
.unitBox dl {
  line-height: 1.4em;
}
/* line 390, ../sass/common.sass */
.unitBox dl dt {
  font-weight: bold;
  padding-bottom: 7px;
  font-size: 110%;
}
/* line 394, ../sass/common.sass */
.unitBox dl dd {
  padding-bottom: 20px;
  padding-left: 20px;
}

/* line 397, ../sass/common.sass */
h1, h2, h3, h4, h5 {
  line-height: 1.3em;
}

/* line 399, ../sass/common.sass */
h1 {
  font-size: 1.5rem;
  padding-bottom: 40px;
  line-height: 1.1em;
  text-align: center;
}

/* line 404, ../sass/common.sass */
.pageTitle {
  font-size: 2rem;
  padding-bottom: 40px;
  line-height: 1.1em;
  text-align: center;
  font-family: "Zen Old Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/* line 410, ../sass/common.sass */
.pageTitle span {
  font-size: 13px;
  display: block;
  color: #ddd;
  letter-spacing: 0;
}

/* line 415, ../sass/common.sass */
h2 {
  text-align: center;
  font-size: 32px;
  padding: 20px 0 35px;
}

/* line 419, ../sass/common.sass */
h3 {
  text-align: center;
  font-size: 22px;
  padding: 30px 0 20px;
}
/* line 423, ../sass/common.sass */
h3 span {
  font-size: 13px;
  display: block;
  color: #ddd;
  letter-spacing: 0;
}

/* line 428, ../sass/common.sass */
h4 {
  text-align: center;
  font-size: 16px;
  padding: 10px 0 12px;
  margin: 30px 0 20px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

/* line 435, ../sass/common.sass */
h5 {
  font-size: 17px;
  font-weight: bold;
  padding: 15px 0 10px;
}

/* line 441, ../sass/common.sass */
p {
  padding-bottom: 25px;
  line-height: 200%;
}

/* line 444, ../sass/common.sass */
p.en {
  padding-bottom: 25px;
  font-size: 80%;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #ddd;
}

/* line 450, ../sass/common.sass */
.bottomLink {
  clear: both;
  padding: 30px 0 20px;
}

/* line 453, ../sass/common.sass */
input.button, a.button, a.buttonS, h6 a, #searchsubmit {
  padding: 11px 50px 15px;
  background: #0f7552;
  border: none;
  color: #fff !important;
  text-decoration: none !important;
}

/* line 459, ../sass/common.sass */
a.buttonS, #searchsubmit {
  padding: 3px 50px 6px 12px;
  font-size: 12px;
  border-style: none;
  line-height: 1.6em;
}

/* line 464, ../sass/common.sass */
input#s {
  margin-bottom: 2px;
  padding: 4px 6px;
  line-height: 1.4em;
}

/* line 468, ../sass/common.sass */
img {
  max-width: 100%;
}

/* line 473, ../sass/common.sass */
.noteList {
  padding: 0 0 10px !important;
  margin: 0 !important;
  clear: both;
}
/* line 477, ../sass/common.sass */
.noteList li {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  list-style: none !important;
  font-size: 90%;
  line-height: 130%;
  margin-bottom: 7px !important;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.05em;
}
/* line 486, ../sass/common.sass */
.noteList li:before {
  content: "※";
}

/* line 488, ../sass/common.sass */
.photoLeft {
  padding: 5px 30px 25px 0;
  float: left;
}

/* line 491, ../sass/common.sass */
.photoRight {
  padding: 5px 0 25px 30px;
  float: right;
}

/* line 494, ../sass/common.sass */
.photoLeft img {
  display: block;
  padding-bottom: 15px;
}

/* line 497, ../sass/common.sass */
.photoRight img {
  display: block;
  padding-bottom: 15px;
}

/* line 500, ../sass/common.sass */
.photoCenter {
  text-align: center;
  clear: both;
  padding-bottom: 25px;
}

/* line 505, ../sass/common.sass */
.leadText {
  text-align: center;
  font-family: "Zen Old Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 20px;
  line-height: 1.6em;
  padding: 0 0 40px;
}
/* line 511, ../sass/common.sass */
.leadText p {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  padding-bottom: 0;
}
/* line 516, ../sass/common.sass */
.leadText p.eng {
  font-size: 17px;
}

/* line 523, ../sass/common.sass */
.thumbs img,
.thumbs2 img,
.thumbs3 img {
  width: 80px;
  height: auto;
}

/* line 530, ../sass/common.sass */
.imageWrapper {
  width: 100%;
  padding: 160px 0;
  background-color: #777;
  transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  margin: 0 0 40px;
  position: relative;
}
/* line 541, ../sass/common.sass */
.imageWrapper .imageTitle {
  font-size: 38px;
  line-height: 52px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  color: #fff;
}
/* line 549, ../sass/common.sass */
.imageWrapper .imageTitle span {
  font-size: 13px;
  line-height: 16px;
  padding-top: 10px;
  display: block;
}

/* line 554, ../sass/common.sass */
.imageWrapper:before {
  background-color: #000;
}

/* line 561, ../sass/common.sass */
.topUnitTitle {
  font-size: 1.5rem;
  padding: 0 0 50px;
  position: relative;
}

/* about------------------------------------------------------- */
/* line 570, ../sass/common.sass */
#about .inner .topLogo {
  text-align: center;
  padding-bottom: 50px;
}
/* line 573, ../sass/common.sass */
#about .inner .topCopy {
  font-size: 1.3rem;
  text-align: center;
  color: #0f7552;
  padding: 0 0 50px;
}
/* line 578, ../sass/common.sass */
#about .inner .aboutText {
  text-align: center;
  line-height: 2em;
}
/* line 581, ../sass/common.sass */
#about .inner .topLead {
  text-align: center;
  line-height: 2em;
  padding-bottom: 50px;
}

/* menu------------------------------------------------------- */
/* line 595, ../sass/common.sass */
#product .productList {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 601, ../sass/common.sass */
#product .productList li {
  list-style-type: none;
  padding-bottom: 40px;
  width: 48%;
  position: relative;
}
/* line 606, ../sass/common.sass */
#product .productList li .balloon {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #0f7552;
  border-radius: 50%;
  top: -18px;
  left: -18px;
  z-index: 10;
}
/* line 615, ../sass/common.sass */
#product .productList li .balloon span {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  padding-top: 20px;
}
/* line 622, ../sass/common.sass */
#product .productList li .bl2 {
  background-color: #517110;
}
/* line 624, ../sass/common.sass */
#product .productList li .bl3 {
  background-color: #127676;
}
/* line 626, ../sass/common.sass */
#product .productList li .itemImg {
  margin-bottom: 15px;
}
/* line 628, ../sass/common.sass */
#product .productList li .itemImg a {
  width: 100%;
  height: 23vw;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #111;
  overflow: hidden;
}
/* line 637, ../sass/common.sass */
#product .productList li .itemImg a img {
  width: 100%;
  height: auto;
}
/* line 640, ../sass/common.sass */
#product .productList li .label {
  padding-bottom: 25px;
}
/* line 642, ../sass/common.sass */
#product .productList li .label span, #product .productList li .label a {
  display: inline-block;
  background-color: #0f7552;
  color: #fff;
  padding: 5px 10px;
  margin-right: 5px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
/* line 651, ../sass/common.sass */
#product .productList li h3 {
  font-size: 140%;
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
}
/* line 658, ../sass/common.sass */
#product .productList li .price {
  opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  margin-bottom: 10px;
}
/* line 661, ../sass/common.sass */
#product .productList li .itemTxt {
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.7em;
  padding-bottom: 15px;
}

/* line 674, ../sass/common.sass */
#pickup .pickUpList {
  margin: 0;
  padding: 0;
}
/* line 678, ../sass/common.sass */
#pickup .pickUpList li {
  list-style-type: none;
  font-family: "Zen Old Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin: 0 5%;
  text-align: center;
}
/* line 683, ../sass/common.sass */
#pickup .pickUpList li a {
  text-decoration: none;
  color: #111;
}
/* line 686, ../sass/common.sass */
#pickup .pickUpList li a h3 {
  font-size: 18px;
  padding: 0 0 10px;
}
/* line 689, ../sass/common.sass */
#pickup .pickUpList li a p {
  font-size: 14px;
}
/* line 691, ../sass/common.sass */
#pickup .pickUpList li a span.circleImg {
  width: 240px;
  height: 240px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto 20px;
}
/* line 698, ../sass/common.sass */
#pickup .pickUpList li a .aigamo:after {
  background-image: url(../img/pu_aigamo.jpg);
}
/* line 700, ../sass/common.sass */
#pickup .pickUpList li a .about:after {
  background-image: url(../img/pu_about.jpg);
}
/* line 702, ../sass/common.sass */
#pickup .pickUpList li a .onlineshop:after {
  background-image: url(../img/pu_shop.jpg);
}
/* line 704, ../sass/common.sass */
#pickup .pickUpList li .bg-scale {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
/* line 708, ../sass/common.sass */
#pickup .pickUpList li .bg-scale:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease-out;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
/* line 720, ../sass/common.sass */
#pickup .pickUpList li .bg-scale:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}
/* line 726, ../sass/common.sass */
#pickup .pickUpList li .bg-scale a {
  z-index: 1;
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

/* news------------------------------------------------------- */
/* line 740, ../sass/common.sass */
#info {
  background-color: #f5fcfa;
}
/* line 742, ../sass/common.sass */
#info .pageTitle {
  padding: 0 0 60px;
}
/* line 744, ../sass/common.sass */
#info .infoDetail {
  width: auto;
  padding: 30px;
  margin: 0 auto;
  box-shadow: 0 0 5px #aaa;
  position: relative;
  background-color: #fff;
}
/* line 752, ../sass/common.sass */
#info .infoDetail h1 {
  padding: 20px 0 20px;
}
/* line 754, ../sass/common.sass */
#info .infoDetail .infoDate {
  text-align: right;
  color: #999;
  padding-bottom: 20px;
}
/* line 758, ../sass/common.sass */
#info .infoDetail .infoContent {
  line-height: 1.8em;
}
/* line 760, ../sass/common.sass */
#info .infoDetail .infoContent .imgRight {
  float: right;
  width: 280px;
  padding: 0 0 20px 30px;
}
/* line 764, ../sass/common.sass */
#info .infoDetail .infoContent .imgRight img {
  max-width: 100%;
  height: auto;
  display: block;
  padding-bottom: 10px;
}
/* line 769, ../sass/common.sass */
#info .infoDetail .btnGotoList {
  clear: both;
  text-align: center;
  padding-top: 40px;
}
/* line 774, ../sass/common.sass */
#info .listBottom span, #info .listBottom a.pageNation {
  font-family: Arial, Verdana;
  font-size: 12px;
  border: solid 1px #ccc;
  padding: 4px 8px;
  text-decoration: none;
}
/* line 780, ../sass/common.sass */
#info .listBottom span {
  color: #fff;
  background-color: #555;
}
/* line 783, ../sass/common.sass */
#info .listBottom .allnum {
  border: 0;
  color: #777;
  background-color: #fff;
}
/* line 787, ../sass/common.sass */
#info .pdfButton {
  position: absolute;
  left: -15px;
  top: 15px;
}
/* line 791, ../sass/common.sass */
#info .pdfButton a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  padding: 12px 22px 15px 41px;
  background-color: #d8f2ed;
  background-position: 21px center;
  box-shadow: 0 0 2px #ccc;
}

/* line 800, ../sass/common.sass */
ul.recentList {
  list-style: none;
  margin: 0;
}
/* line 804, ../sass/common.sass */
ul.recentList li {
  list-style-type: none;
  border-bottom: solid 1px #ddd;
  position: relative;
}
/* line 809, ../sass/common.sass */
ul.recentList li .itemImg {
  margin-bottom: 15px;
  padding-right: 15px;
  float: left;
}
/* line 813, ../sass/common.sass */
ul.recentList li .itemImg a {
  width: 150px;
  height: 100px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eee;
  overflow: hidden;
}
/* line 822, ../sass/common.sass */
ul.recentList li .itemImg a img {
  width: 150px;
  height: auto;
}
/* line 825, ../sass/common.sass */
ul.recentList li h3 {
  font-size: 1rem;
  padding: 0;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}
/* line 831, ../sass/common.sass */
ul.recentList li .upDate {
  color: #8d915b;
  font-size: 13px;
  padding-bottom: 5px;
  letter-spacing: 0.06em;
}
/* line 836, ../sass/common.sass */
ul.recentList li .itemTxt {
  font-size: 85%;
  line-height: 19px;
  padding: 0 0 20px;
  color: #555;
  text-overflow: ellipsis;
}
/* line 842, ../sass/common.sass */
ul.recentList li .itemTxt a {
  text-decoration: none;
}
/* line 844, ../sass/common.sass */
ul.recentList li table.listArticle {
  width: 100%;
  font-size: 85%;
  line-height: 130%;
  color: #005c87;
  margin-bottom: 0;
}
/* line 850, ../sass/common.sass */
ul.recentList li table.listArticle th {
  width: 60px;
  font-weight: bold;
  padding: 6px 0;
  vertical-align: top;
}
/* line 855, ../sass/common.sass */
ul.recentList li table.listArticle td {
  padding: 6px 0;
}

/* line 859, ../sass/common.sass */
body.second ul.recentList h3 {
  margin-bottom: 5px;
}

/* line 863, ../sass/common.sass */
.backNumber {
  width: 100%;
  clear: both;
  padding: 20px 0 10px;
  text-align: center;
}

/* business------------------------------------------------------- */
/* line 870, ../sass/common.sass */
#business {
  background-color: #f5fcfa;
}
/* line 872, ../sass/common.sass */
#business ul.busiImage {
  margin: 0;
  padding: 0 0 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
/* line 876, ../sass/common.sass */
#business ul.busiImage li {
  width: 24%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 881, ../sass/common.sass */
#business ul.busiImage .middle {
  padding-top: 60px;
}
/* line 884, ../sass/common.sass */
#business ul.busiList {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
/* line 889, ../sass/common.sass */
#business ul.busiList li {
  position: relative;
  list-style-type: none;
  width: 43%;
  padding-left: 15px;
}
/* line 894, ../sass/common.sass */
#business ul.busiList li h4 {
  margin: 0;
  padding: 0 0 5px;
  line-height: 1.1em;
  font-weight: 0.95rem;
  border: 0;
  text-align: left;
}
/* line 901, ../sass/common.sass */
#business ul.busiList li h4 span {
  font-size: 0.8rem;
  display: inline-block;
}
/* line 904, ../sass/common.sass */
#business ul.busiList li p {
  font-size: 0.8rem;
  line-height: 1.5em;
}
/* line 907, ../sass/common.sass */
#business ul.busiList li:before {
  content: "☑";
  color: #0f7552;
  position: absolute;
  top: -2px;
  left: -5px;
}

/* contact------------------------------------------------------- */
/* line 919, ../sass/common.sass */
#contact .att {
  font-weight: bold;
  color: #e00;
}
/* line 922, ../sass/common.sass */
#contact .formTable {
  width: 50%;
  margin: 20px auto;
}
/* line 925, ../sass/common.sass */
#contact .formTable th {
  padding: 12px;
  font-size: 16px;
  line-height: 28px;
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  border: 0;
}
/* line 933, ../sass/common.sass */
#contact .formTable td {
  vertical-align: top;
  padding: 12px 0;
  font-size: 14px;
  color: #888;
  border: 0;
}
/* line 939, ../sass/common.sass */
#contact .formTable td input, #contact .formTable td textarea, #contact .formTable td select {
  padding: 5px 8px;
  border-radius: 4px;
  border: solid 1px #ccc;
  background-color: #f9f9f9;
  margin: 2px;
}
/* line 945, ../sass/common.sass */
#contact .formTable td label {
  display: block;
  padding: 3px 0;
}
/* line 949, ../sass/common.sass */
#contact .check tr {
  border-bottom: solid 2px #fdd;
}
/* line 951, ../sass/common.sass */
#contact .check tr th {
  line-height: 1.3em;
  padding: 20px;
}
/* line 954, ../sass/common.sass */
#contact .check tr td {
  font-weight: bold;
  padding: 20px;
}
/* line 957, ../sass/common.sass */
#contact input {
  padding: 8px 20px;
}

/* summery------------------------------------------------------- */
/* line 964, ../sass/common.sass */
#summery table.dataTable {
  width: auto;
  margin: 0 auto 30px;
}
/* line 967, ../sass/common.sass */
#summery table.dataTable tr {
  border: 0;
}
/* line 969, ../sass/common.sass */
#summery table.dataTable th {
  text-align: left;
}
/* line 971, ../sass/common.sass */
#summery table.dataTable th, #summery table.dataTable td {
  border: 0;
  padding: 5px 10px;
  background: transparent;
  font-weight: normal;
}
/* line 976, ../sass/common.sass */
#summery table.dataTable td {
  padding-left: 40px;
}
/* line 979, ../sass/common.sass */
#summery table.historyTable tr {
  border-bottom: dashed 1px #ddd;
}
/* line 981, ../sass/common.sass */
#summery table.historyTable td, #summery table.historyTable th {
  padding: 10px 15px;
}
/* line 983, ../sass/common.sass */
#summery table.historyTable th {
  text-align: right;
  background-color: #fff;
}

/* widget------------------------------------------------------- */
/* line 993, ../sass/common.sass */
#widget .widgetUnitBox {
  padding: 0 0 50px;
}
/* line 995, ../sass/common.sass */
#widget .widgetUnitBox h3 {
  color: #333;
  border-left: 0;
  padding: 0 0 15px;
  font-size: 130%;
  border-bottom: 1px solid #bbb;
  margin-bottom: 20px;
}
/* line 1002, ../sass/common.sass */
#widget .widgetUnitBox h3 a {
  color: #000;
}
/* line 1004, ../sass/common.sass */
#widget .widgetUnitBox .widgetRecentTitle, #widget .widgetUnitBox .widgetTitle {
  font-size: 130%;
  padding-bottom: 10px;
  font-family: "Zen Old Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/* line 1008, ../sass/common.sass */
#widget .widgetUnitBox ul.widgetMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 1013, ../sass/common.sass */
#widget .widgetUnitBox ul.widgetMenu li a {
  padding-left: 10px;
  text-decoration: none;
  display: block;
  background: url(../img/arrow_s.png) no-repeat left center;
}
/* line 1018, ../sass/common.sass */
#widget .widgetUnitBox ul.widgetMenu li ul {
  margin: 0 0 10px 15px;
  padding: 5px 0;
  font-size: 90%;
  border-left: 1px dotted #93aacc;
}
/* line 1023, ../sass/common.sass */
#widget .widgetUnitBox ul.widgetMenu li ul li {
  list-style-type: none;
  margin: 0;
  padding: 5px 0 5px 3px;
}
/* line 1027, ../sass/common.sass */
#widget .widgetUnitBox ul.widgetMenu li ul li a {
  background: none;
  color: #555;
}
/* line 1030, ../sass/common.sass */
#widget .widgetUnitBox ul.bannerList {
  margin: 0;
}
/* line 1032, ../sass/common.sass */
#widget .widgetUnitBox ul.bannerList li {
  list-style-type: none;
  margin: 0;
  padding-bottom: 20px;
}
/* line 1036, ../sass/common.sass */
#widget .widgetUnitBox ul.bannerList li img {
  max-width: 100%;
  height: auto;
}
/* line 1042, ../sass/common.sass */
#widget .widgetUnitBox dl.recentNews dt {
  color: #5a4380;
  font-size: 75%;
}
/* line 1045, ../sass/common.sass */
#widget .widgetUnitBox dl.recentNews dd {
  padding: 0 0 21px;
  margin-bottom: 21px;
  border-bottom: 1px solid #cecece;
}
/* line 1049, ../sass/common.sass */
#widget .widgetUnitBox dl.recentNews dd a {
  text-decoration: none;
}

/* footer------------------------------------------------------- */
/* line 1056, ../sass/common.sass */
#footer {
  width: 100%;
  padding: 70px 0px;
  background: #EAF8F3;
  clear: both;
  position: relative;
}
/* line 1063, ../sass/common.sass */
#footer .footerInner {
  width: 90%;
  margin: 0 5%;
  transition: width 0.75s cubic-bezier(0.8, 0, 0.2, 1);
}
/* line 1068, ../sass/common.sass */
#footer #footerMenu {
  float: left;
  width: 60%;
  padding-bottom: 30px;
}
/* line 1073, ../sass/common.sass */
#footer #footerMenu a {
  color: #000;
  text-decoration: none;
}
/* line 1076, ../sass/common.sass */
#footer #footerMenu ul.siteMap {
  width: 50%;
  float: left;
}
/* line 1079, ../sass/common.sass */
#footer #footerMenu ul.siteMap li {
  padding: 3px 0;
  float: none;
}
/* line 1082, ../sass/common.sass */
#footer #footerMenu ul.siteMap li a {
  letter-spacing: 0.1em;
  padding: 10px 0;
  display: block;
}
/* line 1086, ../sass/common.sass */
#footer #footerMenu ul.siteMap li a span {
  font-size: 10px;
  font-weight: normal;
  padding-top: 4px;
  letter-spacing: 0;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
}
/* line 1093, ../sass/common.sass */
#footer #footerMenu ul.siteMap li a:hover {
  text-decoration: none;
}
/* line 1095, ../sass/common.sass */
#footer #footerMenu ul.siteMap ul.sub-menu {
  padding-top: 8px;
}
/* line 1098, ../sass/common.sass */
#footer #footerMenu ul.siteMap dd a, #footer #footerMenu ul.siteMap ul.sub-menu li a {
  font-weight: normal;
}
/* line 1100, ../sass/common.sass */
#footer #footerMenu ul.siteMap a:hover {
  text-decoration: underline;
  color: #fff;
}
/* line 1103, ../sass/common.sass */
#footer .footerLink {
  float: left;
  padding-top: 50px;
  padding-left: 100px;
}
/* line 1107, ../sass/common.sass */
#footer .footerLink a {
  display: inline-block;
  padding: 8px 15px 10px;
  border: solid 1px #555;
  color: #ddd;
  text-decoration: none;
  font-family: "Zen Old Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/* line 1114, ../sass/common.sass */
#footer #footerIndex {
  padding-bottom: 20px;
  text-align: center;
}
/* line 1118, ../sass/common.sass */
#footer #footerIndex .socialIcon img {
  height: 25px;
  width: auto;
}
/* line 1121, ../sass/common.sass */
#footer #footerIndex .footerName {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  font-weight: 900;
}
/* line 1126, ../sass/common.sass */
#footer #footerIndex .footerName span {
  font-size: 12px;
  padding-right: 5px;
}
/* line 1129, ../sass/common.sass */
#footer #footerIndex address, #footer #footerIndex .open {
  font-size: 0.9rem;
  line-height: 2em;
  padding-bottom: 7px;
}
/* line 1133, ../sass/common.sass */
#footer #footerIndex address a, #footer #footerIndex .open a {
  color: #000;
}

/* line 1135, ../sass/common.sass */
.pageTop {
  width: 85px;
  height: 75px;
  position: fixed;
  right: 0px;
  bottom: 0px;
}
/* line 1141, ../sass/common.sass */
.pageTop a {
  display: block;
  margin: 0 auto;
  font-family: Arial, Verdana;
  font-size: 11px;
  width: 85px;
  height: 38px;
  padding-top: 37px;
  background: url(../img/arrow_top.png) no-repeat center 20px #000;
  color: #ccc;
  text-decoration: none;
  text-align: center;
}
/* line 1153, ../sass/common.sass */
.pageTop a:hover {
  background-color: #0f7552;
  color: #fff;
}

/* line 1156, ../sass/common.sass */
#copyright {
  font-size: 0.7rem;
  padding: 15px 0;
  text-align: center;
  color: #eee;
  background: #222;
}

/* responcive 1------------------------------------------------------- */
@media (max-width: 800px) {
  /* line 1167, ../sass/common.sass */
  img {
    max-width: 100%;
    height: auto !important;
  }

  /* line 1170, ../sass/common.sass */
  iframe {
    max-width: 100%;
    height: 55vw !important;
  }

  /* line 1175, ../sass/common.sass */
  #about .inner .aboutText {
    padding-top: 0px;
  }

  /* line 1177, ../sass/common.sass */
  .inner {
    width: 70%;
    position: relative;
  }

  /* line 1180, ../sass/common.sass */
  .imageWrapper {
    position: relative;
    width: 100%;
    margin: 0 0 40px;
    background-color: transparent;
  }

  /* line 1185, ../sass/common.sass */
  #branding {
    position: relative;
    width: 100%;
    margin: 0;
    background-color: transparent;
  }

  /* line 1191, ../sass/common.sass */
  #footer #footerMenu, #footer #footerIndex {
    width: auto;
    float: none;
  }
}
@media (max-width: 700px) {
  /* line 1195, ../sass/common.sass */
  .photoRight, .photoLeft, .floatLeft, .floatRight {
    float: none;
  }

  /* line 1199, ../sass/common.sass */
  #info .infoDetail .infoContent .imgRight {
    float: none;
    width: 100%;
    padding: 0 0 20px 0;
  }
  /* line 1203, ../sass/common.sass */
  #info .infoDetail .infoContent .imgRight img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  /* line 1210, ../sass/common.sass */
  .inner {
    width: 90%;
    position: relative;
  }

  /* line 1213, ../sass/common.sass */
  .imageWrapper {
    position: relative;
    width: 100%;
    margin: 0 0 40px;
    background-color: transparent;
  }

  /* line 1218, ../sass/common.sass */
  #branding {
    position: relative;
    width: 100%;
    margin: 0;
    background-color: transparent;
  }

  /* line 1223, ../sass/common.sass */
  .dataTable td {
    font-size: 80% !important;
  }

  /* line 1226, ../sass/common.sass */
  #product .productList {
    display: block;
  }
  /* line 1228, ../sass/common.sass */
  #product .productList li {
    width: 100%;
  }
  /* line 1231, ../sass/common.sass */
  #product .productList li .itemImg a {
    width: 100%;
    height: 200px;
  }

  /* line 1235, ../sass/common.sass */
  #info .infoDetail {
    padding: 0;
    box-shadow: none;
    background: transparent;
  }

  /* line 1240, ../sass/common.sass */
  #contact .formTable {
    width: 75%;
  }
  /* line 1242, ../sass/common.sass */
  #contact .formTable td, #contact .formTable th {
    display: block;
    text-align: left !important;
    padding: 0 0 10px !important;
  }
  /* line 1246, ../sass/common.sass */
  #contact .formTable td input, #contact .formTable td textarea, #contact .formTable th input, #contact .formTable th textarea {
    width: 90%;
    max-width: 90%;
  }

  /* line 1250, ../sass/common.sass */
  #footer .footerLink {
    float: none;
    padding-top: 30px;
    padding-left: 0px;
  }
  /* line 1254, ../sass/common.sass */
  #footer #footerIndex {
    float: none;
    padding-top: 30px;
  }
}
@media (max-width: 400px) {
  /* line 1260, ../sass/common.sass */
  a.button {
    display: block;
    margin: 1px 0;
  }

  /* line 1267, ../sass/common.sass */
  #product .productList li .itemImg a {
    width: 100%;
    height: 170px;
  }
}

/*# sourceMappingURL=common.css.map */
