@charset "UTF-8";

/*------------------------------------------------------------------------------
  fonts
------------------------------------------------------------------------------*/
@font-face{ 
  font-family: 'mplus-2p-regular';
  src: url('../fonts/mplus-2p-regular.eot');
  src: url('../fonts/mplus-2p-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/mplus-2p-regular.woff') format('woff'),
       url('../fonts/mplus-2p-regular.ttf') format('truetype');
}

@font-face{ 
  font-family: 'mplus-2p-medium';
  src: url('../fonts/mplus-2p-medium.eot');
  src: url('../fonts/mplus-2p-medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/mplus-2p-medium.woff') format('woff'),
       url('../fonts/mplus-2p-medium.ttf') format('truetype');
}

@font-face{ 
  font-family: 'mplus-2p-bold';
  src: url('../fonts/mplus-2p-bold.eot');
  src: url('../fonts/mplus-2p-bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/mplus-2p-bold.woff') format('woff'),
       url('../fonts/mplus-2p-bold.ttf') format('truetype');
}

.mplus-2p-medium { font-family: 'mplus-2p-medium'; }
.mplus-2p-bold { font-family: 'mplus-2p-bold'; }


/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html {
  color: #231815;
  font-family: 'mplus-2p-regular', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
  font-size: 14px;
  line-height: 2;
  margin: 0 !important;
}

body {
  margin: 0;
}

img {
  border: 0;
  margin: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

p {
  line-height: 1.5;
  margin: 0 0 1em;
  padding: 0;
}

p:last-child {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
}

.disable > a {
  cursor: default;
  opacity: 0.5;
}

@media (min-width: 641px) {
  a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }

  :not(.disable) > a:hover {
    opacity: 0.7;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

input,select,textarea {
  margin: 0;
  outline: none;
  font-family: 'mplus-2p-regular', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
}

input:not([type="radio"]),select,textarea {
  -webkit-appearance: none;
}

sup {
  font-size: 10px;
}

.clearfix {
  clear: both;
}

.clear {
  clear: both;
}

.pc {
  display: block;
}

.pc-ib {
  display: inline-block;
}

.sp {
  display: none !important;
}

.sp-ib {
  display: none !important;
}

.inner-block {
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  max-width: 970px;
}

#wrapper {
  overflow: hidden;
  padding-top: 80px;
  position: relative;
}


/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
#nav-bg {
  display: none;
  background: rgba(0,0,0,0.3);
  width: 1000%;
  height: 1000%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

#header {
  background: url(../img/nav-bg.jpg) center top #ec9800;
  background-size: cover;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 21;
}

#header .logo {
  padding: 20px 0;
}

#header .logo img {
  height: 40px;
  width: auto;
}

@media (min-width: 641px) {
  #header .nav-ul {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 20px;
  }

  #header .nav-ul li {
    display: inline-block;
  }

  #header .nav-ul li:not(:first-child) {
    margin-left: 30px;
  }

  @media (max-width: 750px) {
    #header .nav-ul {
      text-align: right;
      position: absolute;
      right: 20px;
      bottom: 10px;
      width: 340px;
    }
    #header .nav-ul li {
      margin-top: 5px;
    }
  }
}

#header .nav-ul a {
  display: block;
}

#header .nav-ul li img {
  height: 26px;
  width: auto;
}


/*------------------------------------------------------------------------------
  contact-block
------------------------------------------------------------------------------*/
.contact-block {
  margin: 120px 0 40px;
}

@media (min-width: 641px) {
  .contact-block .inner-block {
    max-width: 840px;
  }

  .contact-block .box {
    width: 47%;
  }

  .contact-block .box.shop {
    float: left;
  }

  .contact-block .box.contact {
    float: right;
  }
}

.contact-block .box .ttl {
  margin-bottom: 20px;
  text-align: center;
}

.contact-block .box .ttl span {
  display: block;
  line-height: 1;
  padding-top: 3px;
}

.contact-block .box .ttl .txt {
  font-family: 'mplus-2p-medium';
  font-size : 16px;
}

.contact-block .box .ttl .txt-small {
  font-size : 13px;
  letter-spacing : 3px;
}

.contact-block .box .img-box img {
  max-width: 100%;
  height: auto;
}

.contact-block .box.shop .img-box {
  float: left;
  width: 47%;
}

.contact-block .box.shop .img-box {
  float: left;
  width: 47%;
}

.contact-block .box.shop .txt-box .txt02 {
  color: #CA1E23;
  margin-top: 10px;
}

.contact-block .box.shop .txt-box .txt02 .large {
  font-size: 18px;
}

.contact-block .box.contact .txt-box {
  float: left;
  position: relative;
  width: 56.5%;
}

.contact-block .box.contact .txt-box .txt {
  font-family: 'mplus-2p-medium';
  line-height: 1.2;
  margin: 10px 0;
  padding-left: 2em;
}

.contact-block .box.contact .img-box {
  float: right;
  width: 43.5%;
}

.contact-block .btn {
  width: 100%;
}

@media (min-width: 720px) {
  .contact-block .btn {
    position: absolute;
    bottom: 0;
  }
}

.contact-block .btn a {
  background : #CA1E23;
  color: #fff;
  display: block;
  font-family: 'mplus-2p-bold';
  line-height: 48px;
  text-align: center;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
#footer:before {
  background: url(../img/footer-bg1.png) no-repeat center top;
  background-size: cover;
  content: "";
  display: block;
  height: 98px;
  width: 100%;
}

@media (min-width: 641px) {
  #footer .inner-block {
    padding: 40px 10px 70px;
  }
}

#footer .logo-box {
  margin-bottom: 60px;
  text-align: center;
}

#footer .logo-box .txt {
  font-family: 'mplus-2p-medium';
  margin-bottom: 5px;
}

#footer .sitemap-box {
  font-family: 'mplus-2p-bold';
  font-size: 16px;
  letter-spacing : 1px;
}

#footer .sitemap-box .ttl {
  border-right: 2px solid #231815;
  padding-right: 20px;
}

@media (min-width: 641px) {
  #footer .sitemap-box .ttl,
  #footer .sitemap-box ul {
    display: table-cell;
  }
  
  #footer .sitemap-box ul {
    padding-left: 20px;
  }
}

/*------------------------------------------------------------------------------
  copy
------------------------------------------------------------------------------*/
#copy {
  background: url(../img/footer-bg2.png) no-repeat center top;
  background-size: cover;
}

#copy ul li {
  display: inline-block;
  line-height: 1;
  padding: 20px 0;
  vertical-align: top;
}

#copy ul li img {
  height: 15px;
  width: auto;
}

#copy ul li a {
  display: block;
  line-height: 1;
}

#copy ul li + li {
  padding-left: 40px;
}

#copy .copyright {
  line-height: 1;
}

@media (min-width: 641px) {
  #copy .copyright {
    position: absolute;
    right: 0;
    top: 20px;
  }
  
  #copy .copyright img {
    height: 15px;
    width: auto;
  }
}


/*------------------------------------------------------------------------------
  pagetop
------------------------------------------------------------------------------*/
#pagetop {
  display: none;
  position: fixed;
  right: 20px;
}

#pagetop a {
  background: url(../img/pagetop.png) no-repeat center center;
  background-size: 100% 100%;
  display: block;
  width: 30px;
  height: 30px;
}



/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
ul:after,
.inner-block:after,
.contact-block .box:after,
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
  overflow: hidden;
}


