@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* line 5, ../../../../../usr/local/lib/ruby/gems/2.4.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, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

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

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

/* line 116, ../../../../../usr/local/lib/ruby/gems/2.4.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 3, ../sass/templates/_common.scss */
html, body {
  width: 100%;
  font-family: 'Noto Sans Japanese', sans-serif;
}

/* line 8, ../sass/templates/_common.scss */
body {
  border-top: 5px solid #003C82;
}

/* line 12, ../sass/templates/_common.scss */
header, article, footer, aside, time, nav {
  display: block;
}

/* line 13, ../sass/templates/_common.scss */
div {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/templates/_common.scss */
a:focus {
  outline: none;
}

/* line 15, ../sass/templates/_common.scss */
* {
  -webkit-tap-highlight-color: #f00;
}

/* line 17, ../sass/templates/_common.scss */
footer {
  width: 100%;
  background: url("../images/footer.png") repeat-x left top #e5eaef;
  padding-top: 20px;
}
/* line 22, ../sass/templates/_common.scss */
footer .inner {
  width: 960px;
  margin: 0 auto 20px auto;
}
/* line 26, ../sass/templates/_common.scss */
footer .inner .company {
  margin-bottom: 15px;
}
/* line 29, ../sass/templates/_common.scss */
footer .inner .company div {
  display: inline-block;
}
/* line 32, ../sass/templates/_common.scss */
footer .inner .company div.logo {
  width: 90px;
  height: 54px;
  text-align: center;
  margin-right: 10px;
}
/* line 39, ../sass/templates/_common.scss */
footer .inner .company div.addr {
  font-size: 11px;
  line-height: 1.4em;
  color: #4c4c4c;
}
/* line 44, ../sass/templates/_common.scss */
footer .inner .company div.addr span {
  font-size: 14px;
}
/* line 53, ../sass/templates/_common.scss */
footer .inner .link ul li {
  display: inline-block;
  margin-right: 2em;
}
/* line 57, ../sass/templates/_common.scss */
footer .inner .link ul li a {
  color: #323232;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 22px;
  display: block;
}
/* line 65, ../sass/templates/_common.scss */
footer .inner .link ul li a:before {
  content: url("../images/arrow2.png");
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 79, ../sass/templates/_common.scss */
footer .copyright {
  width: 100%;
  color: #fff;
  text-align: center;
  background: url("../images/copyright.png") repeat;
}
/* line 85, ../sass/templates/_common.scss */
footer .copyright p {
  font-size: 9px;
  padding: 1em;
}

/* line 7, ../sass/uotaro.scss */
body header {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/tile.jpg") repeat-x center top;
  width: 100%;
  position: relative;
}
/* line 13, ../sass/uotaro.scss */
body header .slides {
  background: #000;
  position: relative;
  width: 1050px;
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
}
/* line 21, ../sass/uotaro.scss */
body header .slides .slider {
  z-index: 1;
}
/* line 25, ../sass/uotaro.scss */
body header .slides .logo {
  position: absolute;
  top: 150px;
  right: auto;
  bottom: auto;
  left: 115px;
  z-index: 3;
}
/* line 30, ../sass/uotaro.scss */
body header .slides .topMsg {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 740px;
  z-index: 3;
}
/* line 36, ../sass/uotaro.scss */
body header .shadow {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 100%;
  height: 500px;
  z-index: 3;
  background: url("../images/slider_shadow.png") no-repeat center top;
}
/* line 44, ../sass/uotaro.scss */
body header .shibuki {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  z-index: 3;
}
/* line 51, ../sass/uotaro.scss */
body header .shibuki .inner {
  width: 1050px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
/* line 56, ../sass/uotaro.scss */
body header .shibuki .inner img {
  position: absolute;
  top: 235px;
  right: auto;
  bottom: auto;
  left: 570px;
}
/* line 62, ../sass/uotaro.scss */
body header .wave {
  position: absolute;
  top: 355px;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 4;
  width: 100%;
  height: 250px;
  background: url("../images/wave.png") repeat-x center center;
}
/* line 72, ../sass/uotaro.scss */
body section {
  position: relative;
  z-index: 5;
}
/* line 75, ../sass/uotaro.scss */
body section .wrap {
  width: 100%;
  padding-top: 50px;
  margin-top: -35px;
  background: url("../images/wave2.png") repeat-x center top;
}
/* line 81, ../sass/uotaro.scss */
body section .wrap .inner-wave {
  width: 100%;
  background: url("../images/wave3.png") repeat-x center 25px;
}
/* line 85, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border {
  width: 1042px;
  margin: 0 auto;
  padding-bottom: 2em;
  background: url("../images/border.png") no-repeat center 25px;
}
/* line 91, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .shops {
  width: 980px;
  margin: 0 auto 2em auto;
  *zoom: 1;
}
/* line 22, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
body section .wrap .inner-wave .inner-border .shops:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 96, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .shops .shop {
  width: 172px;
  position: relative;
  float: left;
  margin: 0 12px;
  padding-bottom: 90px;
}
/* line 104, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .shops .shop.honten h2 {
  position: absolute;
  top: 50px;
  right: auto;
  bottom: auto;
  left: -10px;
}
/* line 108, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .shops .shop.kani h2 {
  position: absolute;
  top: 29px;
  right: auto;
  bottom: auto;
  left: -10px;
}
/* line 112, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .shops .shop.obu h2 {
  position: absolute;
  top: 32px;
  right: auto;
  bottom: auto;
  left: -10px;
}
/* line 116, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .shops .shop.ichinomiya h2 {
  position: absolute;
  top: 32px;
  right: auto;
  bottom: auto;
  left: -10px;
}
/* line 119, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .shops .shop.handa {
  margin-right: 0px;
}
/* line 121, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .shops .shop.handa h2 {
  position: absolute;
  top: 30px;
  right: auto;
  bottom: auto;
  left: -10px;
}
/* line 124, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .shops .shop .photo {
  width: 172px;
  height: 120px;
  margin-bottom: 15px;
}
/* line 130, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .shops .shop p {
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 1.3em;
}
/* line 135, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .shops .shop .btn {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: -6px;
  width: 198px;
  height: 95px;
}
/* line 145, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area {
  position: relative;
  margin: 0 auto;
  padding: 0 0 20px 0;
  width: 980px;
  *zoom: 1;
}
/* line 22, ../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
body section .wrap .inner-wave .inner-border .sub-area:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 152, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .bnr_area {
  width: 960px;
  margin: 0 auto 20px auto;
}
/* line 156, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .bnr_area ul {
  text-align: left;
}
/* line 158, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .bnr_area ul li {
  display: inline-block;
  width: 231px;
  padding: 0;
  margin: 3px 3px;
  text-align: center;
}
/* line 168, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info {
  float: left;
  width: 640px;
  margin: 0 auto;
  padding-bottom: 50px;
  overflow: hidden;
  *zoom: 1;
}
/* line 175, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info.nobanner {
  float: none;
  width: 100%;
}
/* line 180, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info h2 {
  width: 100%;
  height: 40px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: url("../images/news_ttl_bg.png") repeat-x left top;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  padding: 0 0 0 12px;
  margin-bottom: 10px;
}
/* line 193, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info dl {
  width: 100%;
}
/* line 196, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info dl dt {
  padding-top: 5px;
  margin-bottom: 8px;
  font-weight: bold;
}
/* line 201, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info dl dt span {
  font-weight: normal;
  line-height: 1.5em;
  padding: 0.2em 0.5em;
  font-size: 0.9em;
  margin-right: 0.3em;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 210, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info dl dt span.icon1 {
  background: #23557f;
}
/* line 211, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info dl dt span.icon2 {
  background: #cb4417;
}
/* line 212, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info dl dt span.icon3 {
  background: #475a64;
}
/* line 213, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info dl dt span.icon4 {
  background: #785147;
}
/* line 214, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info dl dt span.icon5 {
  background: #46284b;
}
/* line 219, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info dl dd {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 1.4em;
}
/* line 227, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info div {
  float: left;
  width: 234px;
  margin: 0 8px 8px 0;
  padding: 0;
}
/* line 233, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info div.double {
  width: 476px;
}
/* line 234, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info div.tripple {
  width: 718px;
}
/* line 235, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info div.max {
  width: 960px;
  margin-right: 0px;
}
/* line 239, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info div.end {
  margin-right: 0px;
}
/* line 240, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info div img {
  margin-bottom: 0.5em;
}
/* line 242, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info div p {
  font-size: 14px;
  line-height: 1.4em;
  color: #4c4c4c;
}
/* line 247, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .info div p a {
  color: #4c4c4c;
}
/* line 254, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .banners {
  float: right;
  width: 300px;
}
/* line 258, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .banners ul li {
  font-size: 11px;
  margin-bottom: 1em;
}
/* line 259, ../sass/uotaro.scss */
body section .wrap .inner-wave .inner-border .sub-area .banners ul li img {
  margin-bottom: 5px;
}
