@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/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed:500&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 {}
/* line 12, ../sass/common.sass */
.clearfix, .inner, #contentsArea, .unitBox, .unitBox .inner, .unitBox .narrow, #info .infoDetail, #footer, #footer .footerInner, #footer #footerMenu {
  *zoom: 1;
}
/* line 14, ../sass/common.sass */
.clearfix:after, .inner:after, #contentsArea:after, .unitBox:after, .unitBox .inner:after, .unitBox .narrow:after, #info .infoDetail:after, #footer:after, #footer .footerInner:after, #footer #footerMenu:after {
  content: "";
  display: table;
  clear: both;
}

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

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

/* line 52, ../sass/common.sass */
body {
  width: 100%;
  height: 100%;
  color: #222;
  background-color: #fff;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  overflow-x: hidden;
  right: 0;
}

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

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

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

/* line 74, ../sass/common.sass */
.inner {
  max-width: 640px;
  width: 40%;
  margin-left: 5%;
  transition: width 0.75s cubic-bezier(0.8, 0, 0.2, 1);
}

/* line 80, ../sass/common.sass */
.fullInner {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
}

/* line 85, ../sass/common.sass */
#loading {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/loading.svg);
  background-size: 30px;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 99999999;
}

/* line 98, ../sass/common.sass */
.imageWrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #777;
  transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: -99999999;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
}
/* line 112, ../sass/common.sass */
.imageWrapper img {
  width: 100%;
  height: auto;
}

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

/* line 122, ../sass/common.sass */
#header {
  padding: 0;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 9999;
  height: 60px;
  background-color: #fff;
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
}
/* line 131, ../sass/common.sass */
#header #siteLogo {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.5, 0, 0.2, 1);
}
/* line 137, ../sass/common.sass */
#header #siteLogo a {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  height: 158px;
  display: block;
  background: url(../img/header_logo.svg) no-repeat left top;
  text-indent: -9999px;
  transition: all 0.5s cubic-bezier(0.5, 0, 0.2, 1);
}
/* line 148, ../sass/common.sass */
#header .inner {
  position: relative;
}

/* line 152, ../sass/common.sass */
#header.smaller #siteLogo,
body.second #header #siteLogo {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.5, 0, 0.2, 1);
}
/* line 155, ../sass/common.sass */
#header.smaller #siteLogo a,
body.second #header #siteLogo a {
  top: 5px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 53px;
  transition: all 0.5s cubic-bezier(0.5, 0, 0.2, 1);
}

/* line 164, ../sass/common.sass */
#smToggle {
  position: fixed;
  left: 10px;
  top: 0;
  display: block !important;
  width: 70px;
  height: 60px;
  cursor: pointer;
  z-index: 9999999;
}

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

/* line 182, ../sass/common.sass */
.nav-trigger span {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 50px;
  left: 10px;
  top: 0;
  background: #000;
  -webkit-transition: background 0.2s 0.2s;
  -moz-transition: background 0.2s 0.2s;
  transition: background 0.2s 0.2s;
}

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

/* line 197, ../sass/common.sass */
.nav-trigger span.barM {
  top: 30px;
  display: none;
}

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

/* line 204, ../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.2s 0.2s;
  -moz-transition: -moz-transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s;
}

/* open */
/* line 224, ../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);
}

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

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

/* line 245, ../sass/common.sass */
#globalNavigation {
  clear: both;
  background-color: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  display: none;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
}
/* line 256, ../sass/common.sass */
#globalNavigation .gnaviInner {
  padding: 85px 30px 30px;
}
/* line 258, ../sass/common.sass */
#globalNavigation dl.mainMenu {
  float: left;
  width: 260px;
  padding-bottom: 20px;
}
/* line 262, ../sass/common.sass */
#globalNavigation dl.mainMenu dt {
  padding-top: 5px;
}
/* line 265, ../sass/common.sass */
#globalNavigation dl.mainMenu dt a, #globalNavigation dl.mainMenu dd a {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 15px 0;
  display: block;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.02em;
}
/* line 273, ../sass/common.sass */
#globalNavigation dl.mainMenu dt a small, #globalNavigation dl.mainMenu dd a small {
  font-size: 0.8rem;
}
/* line 275, ../sass/common.sass */
#globalNavigation dl.mainMenu dt a span, #globalNavigation dl.mainMenu dd a span {
  font-size: 0.7rem;
  padding-top: 7px;
  letter-spacing: 0;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
}
/* line 282, ../sass/common.sass */
#globalNavigation dl.mainMenu dd a {
  font-size: 1.05rem;
  padding: 8px 20px 8px 50px;
}
/* line 285, ../sass/common.sass */
#globalNavigation ul.socialLink {
  border-top: 1px solid #999;
  padding-top: 30px;
  clear: both;
}
/* line 289, ../sass/common.sass */
#globalNavigation ul.socialLink li {
  font-size: 0.9rem;
}
/* line 291, ../sass/common.sass */
#globalNavigation ul.socialLink li a {
  display: block;
}
/* line 293, ../sass/common.sass */
#globalNavigation ul.socialLink li.facebook a {
  background: url(../img/facebook.svg) no-repeat left top;
  padding-left: 22px;
  height: 18px;
}

/* line 300, ../sass/common.sass */
#breadCrumb {
  font-size: 0.9rem;
  padding: 12px 0;
  color: #444;
  z-index: -1;
  clear: both;
}
/* line 306, ../sass/common.sass */
#breadCrumb ul {
  width: 50%;
}
/* line 308, ../sass/common.sass */
#breadCrumb ul li {
  line-height: 1.5em;
  float: left;
  font-size: 0.9rem;
}
/* line 312, ../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 326, ../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: 50px 0 50px;
  line-height: 130%;
}
/* line 340, ../sass/common.sass */
.unitBox .inner .secondTitle {
  padding-bottom: 30px;
}
/* line 342, ../sass/common.sass */
.unitBox .narrow {
  width: 90%;
  margin: 0 auto;
}
/* line 346, ../sass/common.sass */
.unitBox .narrow img {
  max-width: 100%;
  height: auto;
}
/* line 349, ../sass/common.sass */
.unitBox ul {
  list-style: disc outside;
  margin: 0 0 18px 20px;
}
/* line 352, ../sass/common.sass */
.unitBox ul li {
  margin-bottom: 15px;
}
/* line 354, ../sass/common.sass */
.unitBox .halfBox {
  width: -5%;
}
/* line 356, ../sass/common.sass */
.unitBox .halfUnit {
  width: -1%;
}
/* line 358, ../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 366, ../sass/common.sass */
.unitBox .pageTitle {
  padding-bottom: 60px;
}
/* line 368, ../sass/common.sass */
.unitBox table {
  margin-bottom: 20px;
}
/* line 370, ../sass/common.sass */
.unitBox table td, .unitBox table th {
  padding: 7px 15px;
}
/* line 372, ../sass/common.sass */
.unitBox table th {
  font-weight: bold;
}
/* line 375, ../sass/common.sass */
.unitBox table.borderTable td, .unitBox table.borderTable th {
  padding: 7px 15px;
  border: solid 1px #ccc;
}
/* line 378, ../sass/common.sass */
.unitBox table.borderTable th {
  text-align: center;
  font-weight: bold;
}
/* line 381, ../sass/common.sass */
.unitBox table.dataTable {
  width: 100%;
}
/* line 384, ../sass/common.sass */
.unitBox table.dataTable tr th, .unitBox table.dataTable tr td {
  padding: 10px 5px 10px 0;
  border-bottom: solid 1px #ddd;
  font-size: 0.95rem;
}
/* line 388, ../sass/common.sass */
.unitBox table.dataTable tr th {
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  background-color: #eee;
}
/* line 393, ../sass/common.sass */
.unitBox table.dataTable tr h4 {
  font-size: 1.1rem;
  padding: 0;
}
/* line 396, ../sass/common.sass */
.unitBox ol {
  padding-left: 18px;
}
/* line 398, ../sass/common.sass */
.unitBox ol li {
  list-style-type: decimal;
  padding: 3px 0;
}
/* line 401, ../sass/common.sass */
.unitBox dl {
  line-height: 1.4em;
}
/* line 403, ../sass/common.sass */
.unitBox dl dt {
  font-weight: bold;
  padding-bottom: 7px;
  font-size: 1.1rem;
}
/* line 407, ../sass/common.sass */
.unitBox dl dd {
  padding-bottom: 20px;
  padding-left: 20px;
}

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

/* line 412, ../sass/common.sass */
h1 {
  font-size: 2.6rem;
  padding-bottom: 40px;
  line-height: 1.1em;
  text-align: center;
  font-weight: bold;
}
/* line 418, ../sass/common.sass */
h1 span {
  font-size: 1.1rem;
  padding-top: 10px;
  line-height: 1.2rem;
  display: block;
  color: #555;
  letter-spacing: 0;
  font-weight: normal;
  font-family: "Barlow Condensed", Arial, Verdana;
}

/* line 427, ../sass/common.sass */
.pageTitle {
  font-size: 2.6rem;
  padding-bottom: 40px;
  line-height: 1.1em;
  text-align: center;
  font-weight: bold;
}
/* line 433, ../sass/common.sass */
.pageTitle span {
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-weight: normal;
  display: block;
  padding-top: 10px;
  color: #555;
  letter-spacing: 0;
  font-family: "Barlow Condensed", Arial, Verdana;
}

/* line 443, ../sass/common.sass */
h1 small, .pageTitle small {
  font-size: 1rem;
  display: inline-block;
  padding-left: 5px;
  line-height: 1.2rem;
}

/* line 448, ../sass/common.sass */
h2 {
  text-align: center;
  font-size: 2rem;
  padding: 20px 0 35px;
  font-weight: bold;
}

/* line 453, ../sass/common.sass */
h2.ul {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

/* line 457, ../sass/common.sass */
h3 {
  text-align: center;
  font-size: 1.8rem;
  padding: 30px 0 20px;
  font-weight: bold;
}

/* line 462, ../sass/common.sass */
h4 {
  text-align: center;
  font-size: 1.3rem;
  padding: 9px 0 12px;
  margin: 30px 0 20px;
  border-top: solid 1px #777;
  border-bottom: solid 1px #777;
  font-weight: bold;
}

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

/* line 476, ../sass/common.sass */
p {
  padding-bottom: 25px;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #000;
}

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

/* line 484, ../sass/common.sass */
input.button, a.button, a.buttonS, h6 a, #searchsubmit {
  padding: 7px 40px 10px;
  background: #008f54;
  border: none;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  box-shadow: 0 0 3px #777;
  letter-spacing: 0.05em;
  margin: 5px 0;
  font-weight: bold;
}

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

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

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

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

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

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

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

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

/* line 527, ../sass/common.sass */
.leadText {
  text-align: center;
  color: #111;
  font-size: 1.2rem;
  line-height: 1.6em;
  padding: 0 0 40px;
}
/* line 533, ../sass/common.sass */
.leadText p {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  padding-bottom: 0;
}

/* line 539, ../sass/common.sass */
.thumbs img,
.thumbs2 img,
.thumbs3 img {
  width: 80px !important;
  height: auto !important;
  display: inline-block !important;
}

/* branding------------------------------------------------------- */
/* line 552, ../sass/common.sass */
#branding {
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
}

/* line 564, ../sass/common.sass */
body.home .topUnitTitle {
  font-weight: bold;
}

/* line 568, ../sass/common.sass */
#whats {
  text-align: center;
}
/* line 570, ../sass/common.sass */
#whats .mainText {
  font-size: 1.2rem;
  font-weight: bold;
}

/* about------------------------------------------------------- */
/* line 577, ../sass/common.sass */
#about {
  padding: 0;
}
/* line 580, ../sass/common.sass */
#about .inner .aboutText {
  padding-top: 250px;
  text-align: left;
  color: #111;
}
/* line 584, ../sass/common.sass */
#about .inner .aboutText p.ja {
  letter-spacing: 0.1em;
  line-height: 2em;
  padding-bottom: 20px;
}
/* line 588, ../sass/common.sass */
#about .inner .aboutText p.eng {
  line-height: 2em;
}
/* line 590, ../sass/common.sass */
#about .inner h5 {
  padding-top: 0;
  color: #ec5874;
}

/* pickup------------------------------------------------------- */
/* line 599, ../sass/common.sass */
#pickup {
  padding-top: 80px;
}
/* line 601, ../sass/common.sass */
#pickup .pickUpList {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 606, ../sass/common.sass */
#pickup .pickUpList li {
  width: 240px;
  list-style-type: none;
  text-align: center;
}
/* line 610, ../sass/common.sass */
#pickup .pickUpList li a {
  text-decoration: none;
  color: #111;
}
/* line 613, ../sass/common.sass */
#pickup .pickUpList li a h3 {
  font-size: 1.1rem;
  padding: 0 0 10px;
}
/* line 616, ../sass/common.sass */
#pickup .pickUpList li a p {
  font-size: 1rem;
}
/* line 618, ../sass/common.sass */
#pickup .pickUpList li a span.circleImg {
  width: 250px;
  height: 250px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto 20px;
}
/* line 625, ../sass/common.sass */
#pickup .pickUpList li a .yamamon:after {
  background-image: url(../img/pu_yamamon.jpg);
}
/* line 627, ../sass/common.sass */
#pickup .pickUpList li a .entity:after {
  background-image: url(../img/pu_entity.jpg);
}
/* line 629, ../sass/common.sass */
#pickup .pickUpList li a .emigration:after {
  background-image: url(../img/pu_emigration.jpg);
}
/* line 631, ../sass/common.sass */
#pickup .pickUpList li .bg-scale {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
/* line 635, ../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 647, ../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 653, ../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 668, ../sass/common.sass */
#info h2 {
  font-size: 1.5rem;
  border-bottom: solid 1px #aaa;
  padding: 3px 0 10px;
  position: relative;
  margin-bottom: 40px;
}
/* line 674, ../sass/common.sass */
#info h2 a {
  display: block;
  width: 150px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.9rem;
  padding: 2px 0 4px;
  text-align: right;
  letter-spacing: 0.1em;
}
/* line 684, ../sass/common.sass */
#info .pageTitle {
  width: 75%;
  padding: 0 30px 60px;
  margin: 0 auto;
}
/* line 688, ../sass/common.sass */
#info .infoDetail {
  width: 75%;
  padding: 30px;
  margin: 0 auto;
  box-shadow: 0 0 5px #aaa;
  position: relative;
}
/* line 695, ../sass/common.sass */
#info .infoDetail h1 {
  padding: 20px 0 0;
  font-size: 2rem;
  font-weight: bold;
}
/* line 699, ../sass/common.sass */
#info .infoDetail .infoDate {
  text-align: right;
  color: #aaa;
  padding-bottom: 20px;
}
/* line 703, ../sass/common.sass */
#info .infoDetail .infoContent {
  line-height: 1.8em;
}
/* line 705, ../sass/common.sass */
#info .infoDetail .infoContent .imgRight {
  float: right;
  width: 280px;
  padding: 0 0 20px 30px;
}
/* line 709, ../sass/common.sass */
#info .infoDetail .infoContent .imgRight img {
  display: block;
  padding-bottom: 10px;
  height: auto;
  width: 100%;
}
/* line 714, ../sass/common.sass */
#info .infoDetail .btnGotoList {
  clear: both;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 720, ../sass/common.sass */
#info .listBottom span, #info .listBottom a.pageNation {
  font-family: "Barlow Condensed", Arial, Verdana;
  font-size: 0.9rem;
  border: solid 1px #ccc;
  padding: 4px 8px;
  text-decoration: none;
}
/* line 726, ../sass/common.sass */
#info .listBottom span {
  color: #fff;
  background-color: #555;
}
/* line 729, ../sass/common.sass */
#info .listBottom .allnum {
  border: 0;
  color: #777;
  background-color: #fff;
}
/* line 733, ../sass/common.sass */
#info .pdfButton {
  position: absolute;
  left: -15px;
  top: 15px;
}
/* line 737, ../sass/common.sass */
#info .pdfButton a {
  display: block;
  font-size: 1rem;
  text-decoration: none;
  padding: 12px 22px 15px 41px;
  background-color: #d8f2ed;
  background-position: 21px center;
  box-shadow: 0 0 2px #ccc;
}
/* line 745, ../sass/common.sass */
#info .linkArea {
  text-align: center;
}

@media (max-width: 700px) {
  /* line 750, ../sass/common.sass */
  #info .infoDetail {
    width: auto;
    padding: 0px;
    margin: 0 auto;
    box-shadow: none;
  }
  /* line 755, ../sass/common.sass */
  #info .infoDetail h1 {
    font-size: 1.3rem;
  }
}
/* line 759, ../sass/common.sass */
.recentList {
  list-style: none;
  margin: 0 !important;
  width: 100%;
  padding: 0 0 30px !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 769, ../sass/common.sass */
.recentList li, .recentList article {
  width: 30%;
  list-style-type: none;
  margin-bottom: 50px;
}
/* line 773, ../sass/common.sass */
.recentList li .itemImg, .recentList article .itemImg {
  margin-bottom: 15px;
}
/* line 775, ../sass/common.sass */
.recentList li .itemImg a, .recentList article .itemImg a {
  width: 100%;
  height: 200px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/noimg.png);
  background-color: #eee;
  overflow: hidden;
}
/* line 785, ../sass/common.sass */
.recentList li .itemImg a img, .recentList article .itemImg a img {
  width: 100%;
  height: auto;
}
/* line 788, ../sass/common.sass */
.recentList li h3, .recentList article h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding: 0;
  font-weight: bold;
  text-align: left;
}
/* line 794, ../sass/common.sass */
.recentList li h3 span, .recentList article h3 span {
  font-size: 0.7rem;
  padding-left: 1px;
}
/* line 797, ../sass/common.sass */
.recentList li .upDate, .recentList li .upDate a, .recentList article .upDate, .recentList article .upDate a {
  color: #0095ba;
  font-size: 0.8rem;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
/* line 803, ../sass/common.sass */
.recentList li .itemTxt, .recentList article .itemTxt {
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #555;
}

/* line 807, ../sass/common.sass */
.recentList:after {
  display: block;
  content: "";
  width: 30%;
}

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

/* yamamon------------------------------------------------------- */
/* line 821, ../sass/common.sass */
#yamamon .recentList article .upDate {
  color: #48882c;
}

/* line 824, ../sass/common.sass */
#yamamon.yamamonDetail h1 {
  padding-bottom: 20px;
}
/* line 826, ../sass/common.sass */
#yamamon.yamamonDetail h2 {
  font-size: 1.5rem;
}
/* line 828, ../sass/common.sass */
#yamamon.yamamonDetail .area {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 15px;
}
/* line 832, ../sass/common.sass */
#yamamon.yamamonDetail .area span {
  display: inline-block;
  padding-left: 10px;
}
/* line 835, ../sass/common.sass */
#yamamon.yamamonDetail table.aday {
  width: 50%;
}
/* line 837, ../sass/common.sass */
#yamamon.yamamonDetail table.aday tr {
  border-top: 1px dotted #ccc;
}
/* line 839, ../sass/common.sass */
#yamamon.yamamonDetail table.aday th, #yamamon.yamamonDetail table.aday td {
  padding: 10px 0;
}
/* line 841, ../sass/common.sass */
#yamamon.yamamonDetail table.aday td {
  font-size: 1rem;
  padding-left: 10px;
}
/* line 844, ../sass/common.sass */
#yamamon.yamamonDetail table.aday td small {
  display: block;
  font-size: 0.8rem;
  padding: 0.3em 0;
  color: #555;
}
/* line 849, ../sass/common.sass */
#yamamon.yamamonDetail table.aday th {
  font-family: "Barlow Condensed", Arial, Verdana;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.4rem;
  vertical-align: top;
  border-right: 1px solid #57977b;
  text-align: right;
  padding-right: 14px;
  color: #57977b;
}
/* line 859, ../sass/common.sass */
#yamamon.yamamonDetail table.aday th:after {
  content: "";
  width: 8px;
  height: 3px;
  background-color: #57977b;
  position: absolute;
  right: -4px;
  top: 20px;
}
/* line 868, ../sass/common.sass */
#yamamon.yamamonDetail .fullInner h3 {
  text-align: left;
}
/* line 870, ../sass/common.sass */
#yamamon.yamamonDetail .message {
  width: 40%;
  position: absolute;
  top: 130px;
  right: 30px;
  padding: 20px 30px 0;
  background-color: #f6eed3;
  transform: rotate(5deg);
  box-shadow: 0 0 5px #bbb;
}
/* line 879, ../sass/common.sass */
#yamamon.yamamonDetail .message h3 {
  padding: 0 0 10px;
  margin: 0 0 5px;
  font-size: 1.2rem;
  border-bottom: 1px solid #fff;
}

/* line 887, ../sass/common.sass */
#videos {
  background-color: #f3f3f3;
}
/* line 889, ../sass/common.sass */
#videos .videoList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 891, ../sass/common.sass */
#videos .videoList .ytVideo {
  width: 47%;
}
/* line 893, ../sass/common.sass */
#videos .videoList .ytVideo iframe {
  display: block;
  margin-bottom: 10px;
}

/* entity------------------------------------------------------- */
/* line 904, ../sass/common.sass */
#entity .recentList article .itemImg {
  position: relative;
}
/* line 906, ../sass/common.sass */
#entity .recentList article .itemImg .toWeb {
  position: absolute;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background-color: #7dbe00;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 40px;
  padding-top: 10px;
  font-size: 0.8rem;
  line-height: 0.9rem;
  display: block;
  box-shadow: 0 0 5px #fff;
}
/* line 921, ../sass/common.sass */
#entity .recentList article .copy {
  color: #ff7800;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 0;
}
/* line 926, ../sass/common.sass */
#entity .recentList article .itemTxt {
  font-weight: bold;
  font-size: 0.9rem;
}
/* line 929, ../sass/common.sass */
#entity .recentList article dl, #entity .recentList article dt, #entity .recentList article dd {
  font-size: 0.8rem;
}
/* line 931, ../sass/common.sass */
#entity .recentList article dl {
  padding-bottom: 10px;
}
/* line 933, ../sass/common.sass */
#entity .recentList article dt {
  padding: 1px 5px 3px;
  margin: 5px 0;
  background-color: #eef2e7;
}
/* line 937, ../sass/common.sass */
#entity .recentList article dd {
  padding: 0 0 3px;
}

/* emigration------------------------------------------------------- */
/* line 948, ../sass/common.sass */
#emigration .linkList li a {
  font-size: 1.1rem;
}

/* contact------------------------------------------------------- */
/* line 957, ../sass/common.sass */
#contact .att {
  font-weight: bold;
  color: #e00;
}
/* line 960, ../sass/common.sass */
#contact .formTable {
  width: 50%;
  margin: 20px auto;
}
/* line 963, ../sass/common.sass */
#contact .formTable th {
  padding: 12px;
  font-size: 1.1rem;
  line-height: 28px;
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  border: 0;
}
/* line 971, ../sass/common.sass */
#contact .formTable td {
  vertical-align: top;
  padding: 12px 0;
  font-size: 1rem;
  color: #555;
  border: 0;
}
/* line 977, ../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 983, ../sass/common.sass */
#contact .formTable td label {
  display: block;
  padding: 3px 0;
}
/* line 987, ../sass/common.sass */
#contact .check tr {
  border-bottom: solid 2px #fdd;
}
/* line 989, ../sass/common.sass */
#contact .check tr th {
  line-height: 1.3em;
  padding: 20px;
}
/* line 992, ../sass/common.sass */
#contact .check tr td {
  font-weight: bold;
  padding: 20px;
}

/* charge------------------------------------------------------- */
/* line 1000, ../sass/common.sass */
#charge table.dataTable td {
  text-align: center;
}

/* english------------------------------------------------------- */
/* line 1007, ../sass/common.sass */
#english table.dataTable td {
  text-align: center;
}

/* widget------------------------------------------------------- */
/* line 1014, ../sass/common.sass */
#widget .widgetUnitBox {
  padding: 0 0 50px;
}
/* line 1016, ../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 1023, ../sass/common.sass */
#widget .widgetUnitBox h3 a {
  color: #000;
}
/* line 1025, ../sass/common.sass */
#widget .widgetUnitBox .widgetRecentTitle, #widget .widgetUnitBox .widgetTitle {
  font-size: 130%;
  padding-bottom: 10px;
}
/* line 1028, ../sass/common.sass */
#widget .widgetUnitBox ul.widgetMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 1033, ../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 1038, ../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 1043, ../sass/common.sass */
#widget .widgetUnitBox ul.widgetMenu li ul li {
  list-style-type: none;
  margin: 0;
  padding: 5px 0 5px 3px;
}
/* line 1047, ../sass/common.sass */
#widget .widgetUnitBox ul.widgetMenu li ul li a {
  background: none;
  color: #555;
}
/* line 1050, ../sass/common.sass */
#widget .widgetUnitBox ul.bannerList {
  margin: 0;
}
/* line 1052, ../sass/common.sass */
#widget .widgetUnitBox ul.bannerList li {
  list-style-type: none;
  margin: 0;
  padding-bottom: 20px;
}
/* line 1056, ../sass/common.sass */
#widget .widgetUnitBox ul.bannerList li img {
  max-width: 100%;
  height: auto;
}
/* line 1062, ../sass/common.sass */
#widget .widgetUnitBox dl.recentNews dt {
  color: #5a4380;
  font-size: 75%;
}
/* line 1065, ../sass/common.sass */
#widget .widgetUnitBox dl.recentNews dd {
  padding: 0 0 21px;
  margin-bottom: 21px;
  border-bottom: 1px solid #cecece;
}
/* line 1069, ../sass/common.sass */
#widget .widgetUnitBox dl.recentNews dd a {
  text-decoration: none;
}

/* line 1074, ../sass/common.sass */
.noteList {
  padding: 0 0 10px;
  margin: 0 !important;
  clear: both;
}
/* line 1078, ../sass/common.sass */
.noteList li {
  list-style: none !important;
  color: #555;
  font-size: 80%;
  line-height: 130%;
  margin-bottom: 7px !important;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.05em;
}
/* line 1087, ../sass/common.sass */
.noteList li:before {
  content: "※";
}

/* footer------------------------------------------------------- */
/* line 1097, ../sass/common.sass */
#footer {
  color: #777;
  width: 100%;
  padding: 40px 0px;
  background: #4d5e4c;
  clear: both;
  position: relative;
}
/* line 1105, ../sass/common.sass */
#footer .footerInner {
  width: 90%;
  margin: 0 5%;
  transition: width 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  position: relative;
}
/* line 1113, ../sass/common.sass */
#footer #footerMenu a {
  color: #eee;
  font-size: 0.9rem;
  text-decoration: none;
}
/* line 1117, ../sass/common.sass */
#footer #footerMenu dl.siteMap, #footer #footerMenu ul.bottomMenuArea li {
  width: 250px;
  float: left;
}
/* line 1120, ../sass/common.sass */
#footer #footerMenu dl.siteMap dt, #footer #footerMenu dl.siteMap dd, #footer #footerMenu dl.siteMap ul.menu li, #footer #footerMenu dl.siteMap ul.sub-menu li, #footer #footerMenu ul.bottomMenuArea li dt, #footer #footerMenu ul.bottomMenuArea li dd, #footer #footerMenu ul.bottomMenuArea li ul.menu li, #footer #footerMenu ul.bottomMenuArea li ul.sub-menu li {
  padding: 3px 0;
  float: none;
}
/* line 1124, ../sass/common.sass */
#footer #footerMenu dl.siteMap dt a, #footer #footerMenu dl.siteMap ul.menu li a, #footer #footerMenu ul.bottomMenuArea li dt a, #footer #footerMenu ul.bottomMenuArea li ul.menu li a {
  letter-spacing: 0.1em;
  padding: 10px 0;
  display: block;
}
/* line 1128, ../sass/common.sass */
#footer #footerMenu dl.siteMap dt a small, #footer #footerMenu dl.siteMap ul.menu li a small, #footer #footerMenu ul.bottomMenuArea li dt a small, #footer #footerMenu ul.bottomMenuArea li ul.menu li a small {
  font-size: 0.75rem;
}
/* line 1130, ../sass/common.sass */
#footer #footerMenu dl.siteMap dt a span, #footer #footerMenu dl.siteMap ul.menu li a span, #footer #footerMenu ul.bottomMenuArea li dt a span, #footer #footerMenu ul.bottomMenuArea li ul.menu li a span {
  font-size: 0.85rem;
  font-weight: normal;
  padding-top: 4px;
  letter-spacing: 0;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: "Barlow Condensed", Arial, Verdana;
  display: block;
}
/* line 1138, ../sass/common.sass */
#footer #footerMenu dl.siteMap dt a:hover, #footer #footerMenu dl.siteMap ul.menu li a:hover, #footer #footerMenu ul.bottomMenuArea li dt a:hover, #footer #footerMenu ul.bottomMenuArea li ul.menu li a:hover {
  text-decoration: none;
}
/* line 1140, ../sass/common.sass */
#footer #footerMenu dl.siteMap ul.sub-menu, #footer #footerMenu ul.bottomMenuArea li ul.sub-menu {
  padding-top: 8px;
}
/* line 1143, ../sass/common.sass */
#footer #footerMenu dl.siteMap dd a, #footer #footerMenu dl.siteMap ul.sub-menu li a, #footer #footerMenu ul.bottomMenuArea li dd a, #footer #footerMenu ul.bottomMenuArea li ul.sub-menu li a {
  font-weight: normal;
}
/* line 1145, ../sass/common.sass */
#footer #footerMenu dl.siteMap a:hover, #footer #footerMenu ul.bottomMenuArea li a:hover {
  text-decoration: underline;
  color: #fff;
}
/* line 1148, ../sass/common.sass */
#footer .footerLink {
  float: left;
  padding-top: 50px;
  padding-left: 100px;
}
/* line 1152, ../sass/common.sass */
#footer .footerLink a {
  display: inline-block;
  padding: 8px 15px 10px;
  border: solid 1px #555;
  color: #ddd;
  text-decoration: none;
}
/* line 1158, ../sass/common.sass */
#footer #footerIndex {
  color: #f4f4f4;
  padding-top: 50px;
}
/* line 1162, ../sass/common.sass */
#footer #footerIndex .socialIcon img {
  height: 25px;
  width: auto;
}
/* line 1165, ../sass/common.sass */
#footer #footerIndex .footerName {
  font-size: 1.1rem;
  padding-bottom: 10px;
}
/* line 1168, ../sass/common.sass */
#footer #footerIndex .footerName span {
  display: block;
  padding-top: 5px;
  font-size: 0.85rem;
}
/* line 1172, ../sass/common.sass */
#footer #footerIndex address {
  font-size: 0.9rem;
  line-height: 1.8em;
  color: #bbb;
  padding-bottom: 7px;
}
/* line 1177, ../sass/common.sass */
#footer #footerIndex address a {
  color: #fff;
}
/* line 1179, ../sass/common.sass */
#footer #footerIndex .mess {
  font-size: 0.8rem;
  line-height: 1.3em;
  color: #888;
}
/* line 1183, ../sass/common.sass */
#footer #footerIndex .policy a {
  font-size: 0.7rem;
  color: #b0bcaf;
  text-decoration: none;
  display: inline-block;
  background-color: #344933;
  padding: 5px 10px 6px;
  border-radius: 3px;
}
/* line 1191, ../sass/common.sass */
#footer .footerLogo {
  position: absolute;
  right: 0;
  bottom: 10px;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 1196, ../sass/common.sass */
#footer .footerLogo img {
  width: 170px;
}

/* line 1198, ../sass/common.sass */
.pageTop {
  width: 85px;
  height: 75px;
  position: fixed;
  right: 0px;
  bottom: 0px;
}
/* line 1204, ../sass/common.sass */
.pageTop a {
  display: block;
  margin: 0 auto;
  font-family: "Barlow Condensed", Arial, Verdana;
  font-size: 0.8rem;
  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 1216, ../sass/common.sass */
.pageTop a:hover {
  background-color: #b44655;
  color: #fff;
}

/* line 1219, ../sass/common.sass */
#copyright {
  position: relative;
  background: #000;
  font-size: 0.9rem;
  padding: 33px 0 0;
  height: 42px;
  text-align: center;
  color: #888;
  font-family: "Barlow Condensed", Arial, Verdana;
}

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

  /* line 1238, ../sass/common.sass */
  #header #siteLogo {
    width: 100%;
    top: 0;
    left: 0;
  }
  /* line 1242, ../sass/common.sass */
  #header #siteLogo a {
    top: 190px;
  }

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

  /* line 1248, ../sass/common.sass */
  .inner {
    width: 80%;
    margin: 0 10%;
    position: relative;
    transition: width 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  }

  /* line 1253, ../sass/common.sass */
  .imageWrapper {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0 0 40px;
    background-color: transparent;
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  }

  /* line 1260, ../sass/common.sass */
  #branding {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 0;
    background-color: transparent;
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  }

  /* line 1268, ../sass/common.sass */
  .recentList li, .recentList article {
    width: 45%;
  }
  /* line 1270, ../sass/common.sass */
  .recentList li .itemImg, .recentList article .itemImg {
    margin-bottom: 15px;
  }
  /* line 1272, ../sass/common.sass */
  .recentList li .itemImg a, .recentList article .itemImg a {
    width: 100%;
    height: 270px;
  }
  /* line 1275, ../sass/common.sass */
  .recentList li .itemImg a img, .recentList article .itemImg a img {
    width: 100%;
    height: auto;
  }
  /* line 1278, ../sass/common.sass */
  .recentList li h3, .recentList article h3 {
    padding: 0;
    margin: 0 auto 10px;
  }
  /* line 1281, ../sass/common.sass */
  .recentList li .itemTxt, .recentList article .itemTxt {
    padding: 0;
    margin: 0 auto;
  }
  /* line 1284, ../sass/common.sass */
  .recentList li .upDate, .recentList article .upDate {
    padding: 0;
    margin: 0 auto;
  }

  /* line 1289, ../sass/common.sass */
  #pickup .pickUpList li {
    margin: 0 auto;
  }

  /* line 1292, ../sass/common.sass */
  #yamamon.yamamonDetail .message {
    width: auto;
    position: relative;
    margin: 30px auto;
    top: 0;
    right: 0;
    transform: rotate(0);
  }
  /* line 1299, ../sass/common.sass */
  #yamamon.yamamonDetail table.aday {
    width: 100%;
  }
  /* line 1302, ../sass/common.sass */
  #yamamon.yamamonDetail .fullInner h3 {
    text-align: center;
  }
}
@media (max-width: 800px) {
  /* line 1309, ../sass/common.sass */
  .photoRight, .photoLeft, .floatLeft, .floatRight {
    float: none;
    padding: 0;
    margin: 0 auto 15px;
  }

  /* line 1315, ../sass/common.sass */
  #yamamon .recentList article {
    width: 47%;
  }
  /* line 1318, ../sass/common.sass */
  #yamamon .recentList article .itemImg a {
    height: 150px;
  }
}
@media (max-width: 600px) {
  /* line 1323, ../sass/common.sass */
  #header #siteLogo a {
    top: 140px;
  }

  /* line 1325, ../sass/common.sass */
  h1 {
    font-size: 2rem;
  }

  /* line 1327, ../sass/common.sass */
  .pageTitle {
    font-size: 2rem;
  }

  /* line 1329, ../sass/common.sass */
  h2 {
    font-size: 1.7rem;
  }

  /* line 1331, ../sass/common.sass */
  h3 {
    font-size: 1.5rem;
  }

  /* line 1333, ../sass/common.sass */
  h4 {
    font-size: 1.2rem;
  }

  /* line 1335, ../sass/common.sass */
  h5 {
    font-size: 1rem;
  }

  /* line 1338, ../sass/common.sass */
  .inner {
    width: 90%;
    margin: 0 5%;
    position: relative;
    transition: width 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  }

  /* line 1343, ../sass/common.sass */
  .imageWrapper {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 0 0 40px;
    background-color: transparent;
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  }

  /* line 1350, ../sass/common.sass */
  #branding {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0;
    background-color: transparent;
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  }

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

  /* line 1360, ../sass/common.sass */
  #footer .footerLink {
    float: none;
    padding-top: 30px;
    padding-left: 0px;
  }
  /* line 1364, ../sass/common.sass */
  #footer #footerIndex {
    float: none;
    padding-top: 30px;
  }

  /* line 1368, ../sass/common.sass */
  .recentList li, .recentList article {
    width: 47%;
  }
  /* line 1370, ../sass/common.sass */
  .recentList li .itemImg, .recentList article .itemImg {
    margin-bottom: 15px;
  }
  /* line 1372, ../sass/common.sass */
  .recentList li .itemImg a, .recentList article .itemImg a {
    width: 100%;
    height: 130px;
  }
  /* line 1375, ../sass/common.sass */
  .recentList li h3, .recentList article h3 {
    padding: 0;
    margin: 0 auto 10px;
  }
  /* line 1378, ../sass/common.sass */
  .recentList li .itemTxt, .recentList article .itemTxt {
    padding: 0;
    margin: 0 auto;
  }

  /* line 1383, ../sass/common.sass */
  #videos .videoList h4 {
    font-size: 0.7rem;
  }
  /* line 1385, ../sass/common.sass */
  #videos .videoList p {
    font-size: 0.7rem;
  }

  /* line 1389, ../sass/common.sass */
  body.home ul.recentList li.item2 {
    display: none;
  }

  /* line 1393, ../sass/common.sass */
  footer#footer .footerInner .footerLogo {
    position: relative;
    text-align: center;
    padding: 30px 0 0;
  }
  /* line 1397, ../sass/common.sass */
  footer#footer .footerInner .footerLogo img {
    width: 100px;
  }
}

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