@charset "UTF-8";
@import "screen.css";
@import "format.css";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;800&display=swap");
.clearfix, #footer .footerInner, #footer, #info .infoDetail, #pickup .pickUpList, .unitBox .narrow, .unitBox .inner, .unitBox, #contentsArea, .inner {
  *zoom: 1;
}
.clearfix:after, #footer .footerInner:after, #footer:after, #info .infoDetail:after, #pickup .pickUpList:after, .unitBox .narrow:after, .unitBox .inner:after, .unitBox:after, #contentsArea:after, .inner:after {
  content: "";
  display: table;
  clear: both;
}

.flexBox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}

html {
  -webkit-text-size-adjust: 100%;
}

strong {
  font-weight: bold;
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 200;
  position: relative;
  overflow-x: hidden;
  right: 0;
}

a:link, a:visited {
  text-decoration: underline;
  color: #1a3d91;
}

a:hover, a:active {
  text-decoration: none;
  color: #1a3d91;
}

body#top.second {
  padding-top: 80px !important;
}

.inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  transition: width 0.75s cubic-bezier(0.8, 0, 0.2, 1);
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999999;
}
#loading img {
  display: block;
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

/* branding------------------------------------------------------- */
#branding {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  position: relative;
}
#branding .catchCopy {
  position: absolute;
  left: 3vw;
  bottom: 3vw;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 2rem;
  text-align: left;
}
#branding .catchCopy small {
  display: block;
  font-weight: normal;
  font-size: 1rem;
}

@media (max-width: 700px) {
  #branding .catchCopy {
    font-size: 1.1rem;
  }
  #branding .catchCopy small {
    font-size: 0.7rem;
  }
}
/* header------------------------------------------------------- */
#headerWrapper {
  padding: 0;
  width: 100%;
  top: 0;
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 999;
}

#header {
  padding: 0;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 9999;
}
#header #siteLogo {
  position: absolute;
  width: 200px;
  top: 3vw;
  left: 3vw;
  transition: left 0.4s cubic-bezier(0.8, 0, 0.2, 1);
}
#header #siteLogo a {
  text-decoration: none;
  width: 100%;
  display: block;
}
#header .inner {
  position: relative;
}
#header .headerLink {
  position: absolute;
  right: 3vw;
  top: 25px;
}
#header .headerLink a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#header ul.socialLink {
  position: absolute;
  right: 20px;
  top: 15px;
  vertical-align: top;
}
#header ul.socialLink li {
  font-size: 12px;
  display: inline-block;
}
#header ul.socialLink li a {
  display: block;
  width: 30px;
  height: 30px;
  background-size: 20px 20px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#header ul.socialLink li.instagram a {
  background-image: url(../img/instagram.svg);
}
#header ul.socialLink li.facebook a {
  background-image: url(../img/facebook.svg);
}

#headerNavigation {
  position: absolute;
  height: 100%;
  width: 150px;
  top: 180px;
  left: 3vw;
  z-index: 9999;
}
#headerNavigation ul.mainMenu {
  padding: 0;
  margin: 0;
}
#headerNavigation ul.mainMenu li {
  margin: 0;
}
#headerNavigation ul.mainMenu li a {
  font-weight: normal;
  padding: 0.5em 0;
  display: block;
  color: #fff;
  text-decoration: none;
}
body.second #header #siteLogo {
  width: 150px;
}
body.second #header #headerNavigation {
  height: auto;
  width: auto;
  top: 3vw;
  left: unset;
  right: 10vw;
}
body.second #header #headerNavigation ul.mainMenu li {
  display: inline-block;
}
body.second #header #headerNavigation ul.mainMenu li a {
  padding: 0 1em;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
}
body.second #header #headerNavigation ul.mainMenu li a:hover {
  text-decoration: underline;
}
body.second #header ul.socialLink li.instagram a {
  background-image: url(../img/instagram_k.svg);
}
body.second #header ul.socialLink li.facebook a {
  background-image: url(../img/facebook_k.svg);
}

#smToggle {
  position: fixed;
  left: 0;
  top: -80px;
  display: block !important;
  padding: 0;
  width: 80px;
  height: 80px;
  transition: top 0.4s cubic-bezier(0.8, 0, 0.2, 1);
  cursor: pointer;
  z-index: 9999999;
}

#smToggle.active {
  top: 0;
}

#smToggle {
  color: transparent !important;
}

#smToggle span {
  /* hamburger icon in CSS */
  position: absolute;
  display: block;
  height: 1px;
  width: 55px;
  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;
  box-shadow: 0 0 3px #fff, 0 0 5px #fff;
}

#smToggle span.barT {
  top: 29px;
}

#smToggle span.barM {
  top: 39px;
}

#smToggle span.barB {
  top: 49px;
  width: 45px;
}

#smToggle 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 */
#smToggle.selected {
  top: 0;
}
#smToggle.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;
}
#smToggle.selected span.barT {
  background: #000;
  -webkit-transform: translateX(4px) translateY(-8px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-8px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-8px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-8px) rotate(45deg);
  transform: translateX(6px) translateY(-11px) rotate(45deg);
}
#smToggle.selected span.barB {
  width: 55px;
  background: #000;
  -webkit-transform: translateX(4px) translateY(5px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(5px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(5px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(5px) rotate(-45deg);
  transform: translateX(6px) translateY(8px) rotate(-45deg);
}

#globalNavigation {
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 700px;
  background-color: #5b6066;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
#globalNavigation ul.mainMenu {
  float: left;
  width: 45%;
  padding: 90px 0 0 5%;
  margin: 0;
}
#globalNavigation ul.mainMenu li {
  margin: 0;
}
#globalNavigation ul.mainMenu li a {
  font-weight: normal;
  padding: 0.5em 0;
  font-size: 1.5rem;
  display: block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
}
#globalNavigation ul.subMenu {
  float: left;
  width: 45%;
  padding: 105px 0 0 0;
  margin: 0;
}
#globalNavigation ul.subMenu li {
  margin: 0 0 2em;
}
#globalNavigation ul.subMenu li a {
  font-weight: normal;
  padding: 1em 1.5em;
  border: 1px solid #a49689;
  border-radius: 2em;
  font-size: 1rem;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
}
#globalNavigation #headerIndex {
  padding: 60px 5% 0;
  clear: both;
  color: #fff;
}
#globalNavigation #headerIndex .socialIcon img {
  height: 25px;
  width: auto;
}
#globalNavigation #headerIndex .footerName {
  font-size: 1.2rem;
  padding-bottom: 10px;
  font-weight: 900;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}
#globalNavigation #headerIndex .footerName img {
  width: 120px;
  display: block;
}
#globalNavigation #headerIndex .footerName span {
  display: block;
  padding: 15px;
  font-size: 1rem;
  vertical-align: baseline;
}
#globalNavigation #headerIndex address, #globalNavigation #headerIndex .open {
  font-size: 0.85rem;
  line-height: 2em;
  padding-bottom: 7px;
}
#globalNavigation #headerIndex address a, #globalNavigation #headerIndex .open a {
  color: #000;
}
#globalNavigation #headerIndex .button {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

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

/* unit------------------------------------------------------- */
.unitBox {
  width: 90vw;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  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%;
}
.unitBox .inner .secondTitle {
  padding-bottom: 30px;
}
.unitBox .narrow {
  width: 90%;
  margin: 0 auto;
}
.unitBox .narrow img {
  max-width: 100%;
  height: auto;
}
.unitBox ul {
  list-style: disc outside;
  margin: 0 0 18px 20px;
}
.unitBox ul li {
  margin-bottom: 15px;
}
.unitBox .pickupBox {
  clear: both;
  padding: 25px 25px 0;
  border: solid 1px #777;
  margin-bottom: 30px;
}
.unitBox .halfBox {
  width: 48%;
  position: relative;
}
.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;
}
.unitBox .pageTitle {
  padding-bottom: 60px;
}
.unitBox table {
  margin-bottom: 20px;
}
.unitBox table td, .unitBox table th {
  padding: 7px 15px;
}
.unitBox table th {
  font-weight: bold;
}
.unitBox table.borderTable td, .unitBox table.borderTable th {
  padding: 7px 15px;
  border: solid 1px #ccc;
}
.unitBox table.borderTable th {
  text-align: center;
  font-weight: bold;
}
.unitBox ol {
  padding-left: 18px;
}
.unitBox ol li {
  list-style-type: decimal;
  padding: 3px 0;
}
.unitBox dl {
  line-height: 1.4em;
}
.unitBox dl dt {
  font-weight: bold;
  padding-bottom: 7px;
  font-size: 110%;
}
.unitBox dl dd {
  padding-bottom: 20px;
  padding-left: 20px;
}

h1, h2, h3, h4, h5 {
  line-height: 1.3em;
  font-weight: 800;
}

h1 {
  font-size: 2.5rem;
  padding-bottom: 40px;
  line-height: 1.1em;
  text-align: center;
}

.pageTitle {
  color: #1a3d91;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 40px;
  line-height: 1.1em;
  text-align: center;
}
.pageTitle span {
  font-size: 0.9rem;
  font-weight: normal;
  display: block;
  opacity: 0.7;
  letter-spacing: 0;
}

h2 {
  font-size: 1.6rem;
  padding: 20px 0 35px;
}

h3 {
  font-size: 1.3rem;
  padding: 30px 0;
}
h3 span {
  font-size: 13px;
  display: block;
  color: #ddd;
  letter-spacing: 0;
}

h4 {
  font-size: 1rem;
  padding: 10px 0 11px;
  margin: 30px 0 20px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

h5 {
  font-size: 1rem;
  font-weight: 400;
  padding: 15px 0 10px;
}

p {
  padding-bottom: 25px;
  line-height: 200%;
}

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

.bottomLink {
  clear: both;
  padding: 30px 0 20px;
}

input.button, a.button, a.buttonS, h6 a, #searchsubmit {
  padding: 11px 50px 15px;
  background: #1a3d91;
  border: 1px solid #1a3d91;
  border-radius: 2em;
  font-weight: 400;
  color: #fff;
  text-decoration: none !important;
  transition: background 0.4s, color 0.4s;
}

a.button:hover, a.buttonS:hover, h6 a:hover {
  color: #1a3d91;
  background: #fff;
}

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

input#s {
  margin-bottom: 2px;
  padding: 4px 6px;
  line-height: 1.4em;
}

img {
  max-width: 100%;
}

.noteList {
  padding: 0 0 10px !important;
  margin: 0 !important;
  clear: both;
}
.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;
}
.noteList li:before {
  content: "※";
}

.photoLeft {
  padding: 5px 30px 25px 0;
  float: left;
}

.photoRight {
  padding: 5px 0 25px 30px;
  float: right;
}

.photoLeft img {
  display: block;
  padding-bottom: 15px;
}

.photoRight img {
  display: block;
  padding-bottom: 15px;
}

.photoCenter {
  text-align: center;
  clear: both;
  padding-bottom: 25px;
}

.leadText {
  text-align: center;
  font-size: 20px;
  line-height: 1.6em;
  padding: 0 0 40px;
}
.leadText p {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  padding-bottom: 0;
}
.leadText p.eng {
  font-size: 17px;
}

.thumbs img,
.thumbs2 img,
.thumbs3 img {
  width: 80px;
  height: auto;
}

.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;
}
.imageWrapper .imageTitle {
  font-size: 38px;
  line-height: 52px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  color: #fff;
}
.imageWrapper .imageTitle span {
  font-size: 13px;
  line-height: 16px;
  padding-top: 10px;
  display: block;
}

.imageWrapper:before {
  background-color: #000;
}

.topUnitTitle {
  font-size: 2rem;
  color: #1a3d91;
  font-weight: 800;
  padding: 0 0 6vw;
  position: relative;
}
.topUnitTitle span {
  display: block;
  font-size: 1rem;
  line-height: 1.2em;
  letter-spacing: 0;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

/* about------------------------------------------------------- */
#about .inner .topLogo {
  text-align: center;
  padding-bottom: 50px;
}
#about .inner .topCopy {
  font-size: 1.3rem;
  text-align: center;
  color: #1a3d91;
  padding: 0 0 50px;
}
#about .inner .aboutText {
  text-align: center;
  line-height: 2em;
}
#about .inner .topLead {
  text-align: center;
  line-height: 2em;
  padding-bottom: 50px;
}
#about .inner .abp {
  width: 50%;
}
#about .inner .abt {
  width: 40%;
  padding-top: 5vw;
  font-size: 0.9rem;
  line-height: 2em;
}
#about .inner h3 {
  text-align: center;
}
#about .inner article {
  margin-bottom: 1em;
  width: calc(48% - 4em);
  border-radius: 1em;
  box-shadow: 0 0 1em #aaa;
  padding: 2em;
}
#about .inner article h4 {
  margin-top: 0;
  text-align: center;
  color: #1a3d91;
}
#about .inner article p {
  padding-bottom: 0;
}

@media (max-width: 500px) {
  #about .inner .abp {
    width: 50%;
  }
  #about .inner .abt {
    width: 47%;
    padding-top: 5vw;
    font-size: 0.9rem;
    line-height: 2em;
  }
  #about .inner .abt h3 {
    padding: 10px 0;
    font-size: 1.2rem;
  }
  #about .inner article {
    width: calc(100% - 4em);
  }
}
/* menu------------------------------------------------------- */
#product .productList {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product .productList li {
  list-style-type: none;
  padding-bottom: 40px;
  width: 48%;
  position: relative;
}
#product .productList li .balloon {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #1a3d91;
  border-radius: 50%;
  top: -18px;
  left: -18px;
  z-index: 10;
}
#product .productList li .balloon span {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  padding-top: 20px;
}
#product .productList li .bl2 {
  background-color: #517110;
}
#product .productList li .bl3 {
  background-color: #127676;
}
#product .productList li .itemImg {
  margin-bottom: 15px;
}
#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;
}
#product .productList li .itemImg a img {
  width: 100%;
  height: auto;
}
#product .productList li .label {
  padding-bottom: 25px;
}
#product .productList li .label span, #product .productList li .label a {
  display: inline-block;
  background-color: #1a3d91;
  color: #fff;
  padding: 5px 10px;
  margin-right: 5px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
#product .productList li h3 {
  font-size: 140%;
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
}
#product .productList li .price {
  opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
  margin-bottom: 10px;
}
#product .productList li .itemTxt {
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.7em;
  padding-bottom: 15px;
}

#pickup .pickUpList {
  margin: 0;
  padding: 0;
}
#pickup .pickUpList li {
  list-style-type: none;
  margin: 0 5%;
  text-align: center;
}
#pickup .pickUpList li a {
  text-decoration: none;
  color: #111;
}
#pickup .pickUpList li a h3 {
  font-size: 18px;
  padding: 0 0 10px;
}
#pickup .pickUpList li a p {
  font-size: 14px;
}
#pickup .pickUpList li a span.circleImg {
  width: 240px;
  height: 240px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto 20px;
}
#pickup .pickUpList li a .aigamo:after {
  background-image: url(../img/pu_aigamo.jpg);
}
#pickup .pickUpList li a .about:after {
  background-image: url(../img/pu_about.jpg);
}
#pickup .pickUpList li a .onlineshop:after {
  background-image: url(../img/pu_shop.jpg);
}
#pickup .pickUpList li .bg-scale {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
#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);
}
#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);
}
#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------------------------------------------------------- */
ul.recentList {
  list-style: none;
  margin: 0 0 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
ul.recentList li {
  list-style-type: none;
  position: relative;
  width: 30%;
  margin-bottom: 3vw;
}
ul.recentList li .itemImg {
  margin-bottom: 10px;
}
ul.recentList li .itemImg a {
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
ul.recentList li .itemImg img {
  width: 100%;
}
ul.recentList li h3 {
  font-size: 1.1rem;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
}
ul.recentList li .upDate {
  color: #008b97;
  padding-bottom: 5px;
  letter-spacing: 0.06em;
}
ul.recentList li .itemTxt {
  font-size: 0.8rem;
  line-height: 1.3em;
  text-align: justify;
  color: #777;
}

body.second ul.recentList h3 {
  margin-bottom: 5px;
}

#info .pageTitle {
  padding: 0 0 60px;
}
#info .infoDetail {
  width: auto;
  padding: 30px;
  margin: 0 auto;
  border: 1px dashed #1a3d91;
  border-radius: 2em;
  position: relative;
  background-color: #fff;
}
#info .infoDetail h1 {
  font-size: 1.6rem;
  padding: 0 0 20px;
  text-align: left;
}
#info .infoDetail .infoDate {
  color: #999;
  padding-bottom: 20px;
}
#info .infoDetail .infoContent {
  line-height: 1.8em;
}
#info .infoDetail .infoContent .imgRight {
  float: right;
  width: 280px;
  padding: 0 0 20px 30px;
}
#info .infoDetail .infoContent .imgRight img {
  max-width: 100%;
  height: auto;
  display: block;
  padding-bottom: 10px;
}
#info .infoDetail .btnGotoList {
  clear: both;
  text-align: center;
  padding: 60px 0 20px;
}
#info .listBottom span, #info .listBottom a.pageNation {
  font-family: Arial, Verdana;
  font-size: 12px;
  border: solid 1px #ccc;
  padding: 4px 8px;
  text-decoration: none;
}
#info .listBottom span {
  color: #fff;
  background-color: #555;
}
#info .listBottom .allnum {
  border: 0;
  color: #777;
  background-color: #fff;
}
#info .pdfButton {
  position: absolute;
  left: -15px;
  top: 15px;
}
#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;
}
#info ul.recentList li {
  width: 100%;
}
#info ul.recentList li h3 {
  font-weight: 900;
}

@media (max-width: 800px) {
  #info .infoDetail h1 {
    font-size: 1.5rem;
    text-align: left;
  }
}
.backNumber {
  width: 100%;
  clear: both;
  padding: 20px 0 10px;
  text-align: center;
}

/* facility------------------------------------------------------- */
#facility {
  background-color: #525252;
  color: #fff;
}
#facility .recentList li .itemTxt {
  color: #aaa;
  font-weight: 200;
}

@media (max-width: 800px) {
  #facility .recentList li h3 {
    font-size: 0.7rem;
  }
  #facility .recentList li .itemTxt {
    font-size: 0.6rem;
  }
}
/* rates------------------------------------------------------- */
#rates table.ratesTable {
  width: 100%;
}
#rates table.ratesTable th, #rates table.ratesTable td {
  border: 1px solid #ccc;
  padding: 15px 17px;
  text-align: center;
}
#rates table.ratesTable th {
  font-weight: 400;
  background-color: #f5f5f5;
}
#rates table.ratesTable td {
  font-weight: 400;
}
#rates table.ratesTable td span {
  display: block;
  font-size: 0.7rem;
}

@media (max-width: 800px) {
  #rates table.ratesTable th, #rates table.ratesTable td {
    font-size: 0.7rem;
    padding: 5px;
    line-height: 1.3em;
  }
  #rates table.ratesTable th span, #rates table.ratesTable td span {
    font-size: 0.4rem;
  }
}
/* access------------------------------------------------------- */
#access .flexBox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#access .gmap {
  width: 50%;
}
#access .photos {
  width: 45%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#access .photos li {
  width: 47%;
  padding: 0 0 15px;
  margin: 0;
  position: relative;
}
#access .photos li span {
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
  background-color: #006fe9;
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 24px;
  padding-top: 6px;
  text-align: center;
  line-height: 16px;
  font-weight: 400;
  z-index: 99;
  border-radius: 50%;
}
#access .photos li img {
  width: 100%;
}
#access .photos li p {
  line-height: 1.3em;
}

@media (max-width: 800px) {
  #access .gmap {
    width: 100%;
    padding-bottom: 30px;
  }
  #access .photos {
    width: 100%;
  }
}
/* contact------------------------------------------------------- */
#contact .att {
  font-weight: bold;
  color: #e00;
}
#contact .formTable {
  width: 50%;
  margin: 20px auto;
}
#contact .formTable th {
  padding: 12px;
  font-size: 16px;
  line-height: 28px;
  white-space: nowrap;
  text-align: right;
  font-weight: 400;
  vertical-align: top;
  border: 0;
}
#contact .formTable td {
  vertical-align: top;
  padding: 12px 0;
  font-size: 14px;
  color: #888;
  border: 0;
}
#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;
}
#contact .formTable td label {
  display: block;
  padding: 3px 0;
}
#contact .check tr {
  border-bottom: solid 2px #fdd;
}
#contact .check tr th {
  line-height: 1.3em;
  padding: 20px;
}
#contact .check tr td {
  font-weight: bold;
  padding: 20px;
}
#contact input {
  padding: 13px 25px 14px;
}

/* footer------------------------------------------------------- */
#footer {
  width: 100%;
  padding: 70px 0px;
  clear: both;
  position: relative;
}
#footer .footerInner {
  width: 90%;
  margin: 0 5%;
  transition: width 0.75s cubic-bezier(0.8, 0, 0.2, 1);
}
#footer #footerMenu {
  float: right;
  padding-bottom: 30px;
}
#footer #footerMenu a {
  color: #000;
  text-decoration: none;
}
#footer #footerMenu ul.siteMap {
  vertical-align: top;
}
#footer #footerMenu ul.siteMap li {
  padding: 0;
  display: inline-block;
  line-height: 2em;
  border-right: 1px solid #aaa;
}
#footer #footerMenu ul.siteMap li:first-child {
  border-left: 1px solid #aaa;
}
#footer #footerMenu ul.siteMap li a {
  letter-spacing: 0.1em;
  padding: 0.1em 1.5em 0.3em;
}
#footer #footerMenu ul.siteMap li a:hover {
  color: #000;
  text-decoration: underline;
}
#footer #footerMenu ul.siteMap a:hover {
  text-decoration: underline;
  color: #fff;
}
#footer .footerLink {
  float: left;
  padding-top: 50px;
  padding-left: 100px;
}
#footer .footerLink a {
  display: inline-block;
  padding: 8px 15px 10px;
  border: solid 1px #555;
  color: #ddd;
  text-decoration: none;
}
#footer #footerIndex {
  padding-bottom: 20px;
  float: left;
}
#footer #footerIndex .socialIcon img {
  height: 25px;
  width: auto;
}
#footer #footerIndex .footerName {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#footer #footerIndex .footerName img {
  width: 180px;
  display: block;
}
#footer #footerIndex .footerName span {
  display: block;
  padding: 1em;
  font-size: 0.95rem;
  line-height: 1.3em;
}
#footer #footerIndex address, #footer #footerIndex .open {
  font-size: 0.9rem;
  line-height: 2em;
  padding-top: 1em;
}
#footer #footerIndex address a, #footer #footerIndex .open a {
  color: #000;
}
#footer .footerLicense {
  text-align: center;
}
#footer .footerLicense li {
  display: inline-block;
  padding: 0 10px 10px;
}
#footer .footerLicense li .limg img {
  max-height: 150px;
}

.pageTop {
  width: 85px;
  height: 75px;
  position: fixed;
  right: 0px;
  bottom: 0px;
}
.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;
}
.pageTop a:hover {
  background-color: #1a3d91;
  color: #fff;
}

#copyright {
  font-size: 0.8rem;
  padding: 2em 0;
  text-align: center;
  color: #777;
}

/* responcive 1------------------------------------------------------- */
@media (max-width: 800px) {
  #header #siteLogo {
    width: 120px !important;
    top: 13px;
    left: calc(50% - 60px);
  }
  #header #headerNavigation {
    display: none;
  }
  #smToggle {
    top: 0;
    display: block;
  }
  p {
    font-size: 0.8rem;
  }
  img {
    max-width: 100%;
    height: auto !important;
  }
  iframe {
    max-width: 100%;
    height: 55vw !important;
  }
  #about .inner .topLead {
    font-size: 0.8rem;
  }
  #about .inner .aboutText {
    padding-top: 0px;
  }
  #about .inner .abt {
    font-size: 0.7rem;
    line-height: 1.5em;
    padding-top: 0;
  }
  .inner {
    width: 90%;
    position: relative;
  }
  .imageWrapper {
    position: relative;
    width: 100%;
    margin: 0 0 40px;
    background-color: transparent;
  }
  #branding {
    position: relative;
    width: 100%;
    background-color: transparent;
  }
  #footer #footerMenu, #footer #footerIndex {
    width: auto;
    float: none;
  }
}
@media (max-width: 700px) {
  .photoRight, .photoLeft, .floatLeft, .floatRight {
    float: none;
  }
  #info .infoDetail .infoContent .imgRight {
    float: none;
    width: 100%;
    padding: 0 0 20px 0;
  }
  #info .infoDetail .infoContent .imgRight img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .inner {
    width: 100%;
    position: relative;
  }
  .imageWrapper {
    position: relative;
    width: 100%;
    margin: 0 0 40px;
    background-color: transparent;
  }
  #branding {
    position: relative;
    width: 100%;
    height: 80vw;
    background-color: transparent;
  }
  .dataTable td {
    font-size: 80% !important;
  }
  #product .productList {
    display: block;
  }
  #product .productList li {
    width: 100%;
  }
  #product .productList li .itemImg a {
    width: 100%;
    height: 200px;
  }
  #info .infoDetail {
    padding: 1.5em;
    box-shadow: none;
    background: transparent;
  }
  #info .infoDetail h1 {
    font-size: 1.3rem;
  }
  #contact .formTable {
    width: 75%;
  }
  #contact .formTable td, #contact .formTable th {
    display: block;
    text-align: left !important;
    padding: 0 0 10px !important;
  }
  #contact .formTable td input, #contact .formTable td textarea, #contact .formTable th input, #contact .formTable th textarea {
    width: 90%;
    max-width: 90%;
  }
  #footer .footerLink {
    float: none;
    padding-top: 30px;
    padding-left: 0px;
  }
  #footer #footerIndex {
    float: none;
    padding-top: 30px;
  }
}
@media (max-width: 400px) {
  a.button {
    display: block;
    margin: 1px 0;
  }
  #product .productList li .itemImg a {
    width: 100%;
    height: 170px;
  }
}

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