@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" />*/
@import "format.css";
@import url("https://fonts.googleapis.com/css2?family=Murecho:wght@300;500&display=swap");
/*@font-face
 *  font-family: 'Mincho'
 *  font-style: normal
 *  src: url(../fonts/NotoSerifCJKjp-Light.otf) format('opentype')*/
.clearfix, #footer #footerMenu, #footer .footerInner, #footer, #info .infoDetail, #pickup .pickUpList, .unitBox .narrow, .unitBox .inner, .unitBox, #contentsArea, .inner {
  *zoom: 1;
}
.clearfix:after, #footer #footerMenu: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;
}

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

strong {
  font-weight: bold;
}

body {
  width: 100%;
  height: 100%;
  color: #444;
  background-color: #fff;
  font-family: "Murecho", "ヒラギノ角ゴ 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: #00a8ff;
}

a:hover, a:active {
  text-decoration: none;
  color: #00a8ff;
}

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

.inner {
  max-width: 1000px;
  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 {
  margin-top: 54px;
  width: 100%;
  height: 60vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  position: relative;
}
#branding .brandLogo {
  position: absolute;
  top: 35%;
  left: 35%;
  width: 30%;
  z-index: 999;
}

/* header------------------------------------------------------- */
#headerWrapper {
  padding: 0;
  width: 100%;
  top: 0;
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: #fff;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 999;
}

#header {
  padding: 0;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 9999;
  height: 70px;
}
#header #siteLogo {
  width: 100%;
  padding: 0 0 0 20px;
}
#header #siteLogo a {
  text-decoration: none;
  width: 250px;
  display: block;
  text-align: left;
  color: #000;
  font-size: 22px;
  line-height: 1.3em;
  padding: 19px 0 19px 75px;
  font-weight: 300;
  background: url(../img/logo_k.svg) no-repeat left center;
  background-size: 70px;
  letter-spacing: 0.12em;
}
#header #siteLogo a span {
  display: inline-block;
  padding-right: 4px;
  font-size: 0.7rem;
  line-height: 1.2em;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  display: none;
}
#header .inner {
  position: relative;
}
#header .headerLink {
  position: absolute;
  right: 80px;
  top: 25px;
}
#header .headerLink a {
  color: #000;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#header ul.socialLink {
  position: absolute;
  right: 20px;
  top: 15px;
}
#header ul.socialLink li {
  font-size: 12px;
  display: inline-block;
}
#header ul.socialLink li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #00a8ff;
  background-size: 16px;
  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);
}

@media (max-width: 550px) {
  #header #siteLogo a {
    text-indent: -1000px;
  }
}
#smToggle {
  position: fixed;
  left: 0;
  top: 0;
  display: block !important;
  padding: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 9999999;
}

.nav-trigger {
  color: transparent !important;
}

.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;
}

.nav-trigger span.barT {
  top: 29px;
}

.nav-trigger span.barM {
  top: 39px;
}

.nav-trigger span.barB {
  top: 49px;
}

.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 */
.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;
}

.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);
}

.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);
}

#globalNavigation {
  clear: both;
  background-color: #00a8ff;
  position: fixed;
  height: 100%;
  width: 250px;
  top: 0;
  left: -320px;
  z-index: 9999;
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}
#globalNavigation ul.mainMenu {
  position: absolute;
  width: 100%;
  left: -100px;
  top: 0;
  padding: 70px 0 30px;
}
#globalNavigation ul.mainMenu li {
  padding-top: 5px;
  margin: 0 auto 20px;
  width: 67px;
  max-height: 168px;
}
#globalNavigation ul.mainMenu li a {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  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;
}
#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;
}

#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: 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%;
}
.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;
  letter-spacing: 0.1rem;
}

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

.pageTitle {
  font-size: 2rem;
  padding-bottom: 40px;
  line-height: 1.1em;
  text-align: center;
  letter-spacing: 0.2rem;
}
.pageTitle span {
  font-size: 13px;
  display: block;
  color: #ddd;
  letter-spacing: 0;
}

h2 {
  text-align: center;
  font-size: 2rem;
  padding: 20px 0 35px;
}

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

h4 {
  text-align: center;
  font-size: 1.1rem;
  padding: 10px 0 12px;
  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: #00a8ff;
  font-weight: 400;
  border: none;
  color: #fff !important;
  text-decoration: none !important;
}

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: 2.3rem;
  padding: 0 0 50px;
  position: relative;
  letter-spacing: 0.1em;
}

/* about------------------------------------------------------- */
#about .inner .topLogo {
  text-align: center;
  padding-bottom: 50px;
}
#about .inner .topCopy {
  font-size: 1.3rem;
  text-align: center;
  color: #00a8ff;
  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 .flexBox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-bottom: 5vw;
}
#about .inner .abp {
  width: 55%;
}
#about .inner .abt {
  width: 40%;
  padding-top: 5vw;
  font-size: 0.9rem;
  line-height: 2em;
}

/* 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: #00a8ff;
  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: #00a8ff;
  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;
  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: 0.9rem;
  padding: 0;
  margin-bottom: 5px;
  text-align: left;
}
ul.recentList li .upDate {
  color: #8d915b;
  font-size: 13px;
  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 {
  background-color: #e1f4fe;
}
#info .pageTitle {
  padding: 0 0 60px;
}
#info .infoDetail {
  width: auto;
  padding: 30px;
  margin: 0 auto;
  box-shadow: 0 0 5px #aaa;
  position: relative;
  background-color: #fff;
}
#info .infoDetail h1 {
  padding: 20px 0 20px;
}
#info .infoDetail .infoDate {
  text-align: right;
  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: 40px 0;
}
#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 {
  max-width: 500px;
  margin: 0 auto;
}
#info ul.recentList li {
  width: 100%;
}
#info ul.recentList li .upDate {
  color: #ff8a00;
  font-weight: 400;
}
#info ul.recentList li h3 {
  font-weight: 400;
}

@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: 8px 20px;
}

/* footer------------------------------------------------------- */
#footer {
  width: 100%;
  padding: 70px 0px;
  background: #f7f7f7;
  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: left;
  width: 60%;
  padding-bottom: 30px;
}
#footer #footerMenu a {
  color: #000;
  text-decoration: none;
}
#footer #footerMenu ul.siteMap {
  width: 50%;
  float: left;
}
#footer #footerMenu ul.siteMap li {
  padding: 3px 0;
  float: none;
}
#footer #footerMenu ul.siteMap li a {
  letter-spacing: 0.1em;
  padding: 10px 0;
  display: block;
}
#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;
}
#footer #footerMenu ul.siteMap li a:hover {
  text-decoration: none;
}
#footer #footerMenu ul.siteMap ul.sub-menu {
  padding-top: 8px;
}
#footer #footerMenu ul.siteMap dd a, #footer #footerMenu ul.siteMap ul.sub-menu li a {
  font-weight: normal;
}
#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;
  text-align: center;
}
#footer #footerIndex .socialIcon img {
  height: 25px;
  width: auto;
}
#footer #footerIndex .footerName {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  font-weight: 900;
}
#footer #footerIndex .footerName img {
  width: 200px;
}
#footer #footerIndex .footerName span {
  display: block;
  padding-top: 15px;
  font-size: 12px;
  padding-right: 5px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
#footer #footerIndex address, #footer #footerIndex .open {
  font-size: 0.9rem;
  line-height: 2em;
  padding-bottom: 7px;
}
#footer #footerIndex address a, #footer #footerIndex .open a {
  color: #000;
}

.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: #00a8ff;
  color: #fff;
}

#copyright {
  font-size: 0.7rem;
  padding: 15px 0;
  text-align: center;
  color: #eee;
  background: #222;
}

/* responcive 1------------------------------------------------------- */
@media (max-width: 800px) {
  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: 70%;
    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: 90%;
    position: relative;
  }
  .imageWrapper {
    position: relative;
    width: 100%;
    margin: 0 0 40px;
    background-color: transparent;
  }
  #branding {
    position: relative;
    width: 100%;
    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: 0;
    box-shadow: none;
    background: transparent;
  }
  #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 */
