
@import url(https://fonts.googleapis.com/css?family=Suranna);

@charset "UTF-8";
/*----------------------------------
Site Baseï¼šã‚µã‚¤ãƒˆåŸºæœ¬è¨­å®š
----------------------------------*/
.cl, .wrap {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}

.cl:after, .wrap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

* html .cl, * html .wrap {
  height: 1%;
}

/*----------------------------------
Reset Style
----------------------------------*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

q:before, q:after {
  content: " ";
}

abbr, acronym {
  border: 0;
}

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

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

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

a:hover {
  color: #694506;
  text-decoration: none;
  cursor: pointer;
}

a:active {
  color: #bfa34d;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

li img,
dt img,
dd img {
  vertical-align: top;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*----------------------------------
Base Style
----------------------------------*/
/* Body Style */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 1080px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Meiryo‚´ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo, "Meiryo UI", sans-serif;
  font-size: 10px;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.7;
  color: #000;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
}

/* Body Scroll */
body.is-scll {
  overflow: hidden;
}

/* Image Style */
img {
  max-width: 100%;
  height: auto;
}

/* Wrapper Style */
#wrapper {
  text-align: left;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}

.wrap {
  width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  #wrapper {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
}

/* Tel Style */
a[href^="tel:"] {
  color: #000;
  text-decoration: none;
  cursor: default;
}

/* Font Style */
.fnt-suran {
  font-family: 'Suranna', serif;
}
