@charset "UTF-8";
/*---------------------------------
micro clearfix
--------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}







/* サイト全体共通ルール */

*{
  margin: 0px;
  padding: 0px;
}
html,
body {
  height: 100%;
  background: #fff;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,Meiryo,sans-serif;
}
a{
  color: #666;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
.is-hide{
    display: none !important;
}

.is-show{
    display: block !important;
}

.is-static{
    position: static !important;
}

.is-fixed{
    position: fixed !important;
}

.is-absolute{
    position: absolute !important;
}

.is-visible{
    visibility: visible !important;
}

.is-hidden{
    visibility: hidden !important;
}

.is-overflow-hidden{
    overflow: hidden !important;
}


.is-pc{
  display: block !important;
}
.is-sp{
  display: none !important;
}


.wrapper{
  padding: 120px 0 0;
}

.siteLogo {
  text-align: center;
}
.siteLogo img {
  margin-left: 0px;
}
.catch {
  width: 100%;
  height: 27px;
  background: url(../images/catch.png) center center no-repeat;
  text-indent: -9999px;
  margin-top: 100px;
}

.section {
  padding: 80px 0;
}
.sectionTitle {
  text-align: center;
  font-weight: 100;
  font-size: 18px;
}
.sectionTitle span {
  font-size: 24px;
  vertical-align: middle;
}
.section table {
  width: 300px;
  margin: 30px auto 0;
  font-size: 13px;
}
.section table th,
.section table td {
  padding: 6px 0;
}
.section table th {
  font-weight: normal;
  text-align: center;
  width: 140px;
}

.section.companyInfo:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -11px;
  margin-bottom: 80px;
  background: url(../images/point.png) center center no-repeat;
}

.section.shopInfo {
  background: #eeeeee;
  padding-top: 60px;
  margin-bottom: 70px;
}

.section.shopInfo .inner {
  width: 600px;
  margin: 0 auto;
}
.section.shopInfo .shop {
  margin-top: 20px;
}
.section.shopInfo .left {
  float: left;
  margin-top: 30px;
}
.section.shopInfo .right {
  float: right;
  font-size: 12px;
  width: 335px;
}
.section.shopInfo .shopTitle {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}
.section.shopInfo .shopMATSUDO .shopTitle {
  margin-top: 20px;
}



@media screen and (max-width: 1024px) {
  .section.shopInfo .inner {
    width: auto;
  }
  .section.shopInfo .left {
    float: none;
    text-align: center;
  }
  .section.shopInfo .right {
    float: none;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 12px;
  }
  .section.shopInfo .shopTitle {
    margin-top: 20px !important;
    font-size: 14px;
  }
}
