@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #685448;
  vertical-align: baseline;
}

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

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	front
----------------------------------------*/
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background: #f4f3f1;
}

a {
  text-decoration: none;
  -webkit-transition: compact(all 0.1s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.1s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.1s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.1s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.1s ease, false, false, false, false, false, false, false, false, false);
}

footer {
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
}
footer p {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
}

.p-index {
  max-width: 1000px;
  margin: 0 auto;
}
.p-index figure img {
  max-width: 100%;
  height: auto;
}
.p-index .pc {
  display: block;
}
@media only screen and (max-width: 659px) {
  .p-index .pc {
    display: none;
  }
}
.p-index .sp {
  display: none;
}
@media only screen and (max-width: 659px) {
  .p-index .sp {
    display: block;
  }
}
.p-index__contact {
  background: #fff;
  padding: 1em;
  text-align: center;
}
.p-index__contact a {
  display: inline-block;
  text-align: center;
  padding: 1em 0.5em;
  background: #5ca0db;
  max-width: 80%;
  width: 500px;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
@media only screen and (max-width: 659px) {
  .p-index__contact a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-index__address {
  background: #fff;
  padding: 1em;
  text-align: center;
}
.p-index__address figure {
  text-align: center;
}
.p-index__address figure img {
  width: 300px;
}
.p-index__address p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 180%;
}
@media only screen and (max-width: 659px) {
  .p-index__address p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
