@import url("https://fonts.googleapis.com/css?family=Noto+Serif|Noto+Sans+JP:500|Josefin+Sans:700|Open+Sans+Condensed:700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  background: #ecf2da url("../images/body_bg.png") repeat-x center top;
  background-size: 40em;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:link, a:visited {
  color: #4c4c4c;
}
a:hover, a:focus, a:active {
  color: #ff0000;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

.alignright {
  float: right;
  margin-left: 1.25em;
}

.alignleft {
  float: left;
  margin-right: 1.25em;
}

.ph img {
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  border-radius: 0.625em;
}

.textleft {
  text-align: left !important;
}

.textcenter {
  text-align: center !important;
}

.textright {
  text-align: right !important;
}

.naby {
  color: #070546;
}

.red {
  color: #ff4900;
}

.blue {
  color: #457ae6;
}

.green {
  color: #7acc29;
}

.orange {
  color: #ff6d33;
}

.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.container:after {
  content: '';
  clear: both;
  display: block;
}

.sp {
  display: none;
}

img.sp {
  display: none;
}

span.sp {
  display: none;
}

a.sp {
  display: none;
}

.pc {
  display: block;
}

img.pc {
  display: inline-block;
}

span.pc {
  display: inline;
}

a.pc {
  display: inline;
}

.header {
  height: 20.625em;
  background: url("../images/header_bg.png") no-repeat center top;
  background-size: contain;
}
.header h1 {
  padding-top: 4.375em;
  text-align: center;
}
.header h1 img {
  width: 36.875em;
}

.nav {
  margin: 1.25em 0;
  padding: 1.25em 0;
  background-image: url("../images/nav_line.png"), url("../images/nav_line.png");
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 62.5em;
}
.nav .localnav {
  font-family: 'Noto Sans JP', sans-serif;
  background: #4ead91 url("../images/nav_bg.jpg") repeat center center;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  border-radius: 0.625em;
}
.nav .localnav .menunav {
  display: none;
}
.nav .localnav ul {
  padding: 0.625em 0;
  text-align: center;
}
.nav .localnav ul li {
  display: inline-block;
}
.nav .localnav ul li a {
  display: inline-block;
  padding: 1em;
  color: #ffffff;
  text-decoration: none;
  -webkit-border-radius: 0.3125em;
  -moz-border-radius: 0.3125em;
  -ms-border-radius: 0.3125em;
  -o-border-radius: 0.3125em;
  border-radius: 0.3125em;
}
.nav .localnav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.visual {
  margin-bottom: 3.125em;
}

.section {
  padding: 3.125em 0;
}
.section .ttl {
  margin-bottom: 1.875em;
}
.section .ttl h2 {
  margin-bottom: 0.55em;
  padding-bottom: 0.7em;
  color: #8fb324;
  font-size: 225%;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.2em;
  background: url("../images/title_line.png") no-repeat center bottom;
  background-size: 8.8em;
}
.section .ttl p {
  font-family: 'Josefin Sans', sans-serif;
  color: #24b3b3;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.2em;
}
.section .content {
  padding: 1.875em;
  background-color: #ffffff;
}
.section .content:after {
  content: '';
  clear: both;
  display: block;
}
.section .content h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #386c8c;
  font-size: 187.5%;
  text-align: center;
  line-height: 1.5;
}
.section .content h4 {
  margin-bottom: 0.5em;
  font-size: 150%;
  line-height: 1.5;
}
.section .content p {
  margin-bottom: 1em;
  line-height: 1.875;
}
.section .content p:last-child {
  margin-bottom: 0;
}
.section .content p.lead {
  margin-bottom: 0.5em;
  font-size: 175%;
  line-height: 1.4;
}
.section .content ul {
  margin-bottom: 1em;
}
.section .content ul li {
  padding: 0.25em 0.25em 0.25em 1.625em;
  text-indent: -1.625em;
  line-height: 1.6;
}
.section .content ul li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  content: '\00BB';
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.6em;
  font-size: 90%;
  color: #ffffff;
  text-align: center;
  text-indent: 0;
  line-height: 1.2;
  vertical-align: middle;
  background-color: #264c00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.section .content .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  padding: 1em 2em;
  color: #ffffff;
  font-size: 150%;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  background: #78bd41 url("../images/btn_bg.jpg") repeat center center;
  -webkit-border-radius: 1.7em;
  -moz-border-radius: 1.7em;
  -ms-border-radius: 1.7em;
  -o-border-radius: 1.7em;
  border-radius: 1.7em;
}
.section .content .btn:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.section .content .btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.6em;
  height: 0.6em;
  background: url("../images/btn_arrow.png") no-repeat center center;
  background-size: 0.6em;
  transform: translateY(-50%);
}
.section .content .table.w100 {
  width: 100%;
}
.section .content .table tbody tr th, .section .content .table tbody tr td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.625em;
}
.section .content .table tbody tr:nth-child(odd) th, .section .content .table tbody tr:nth-child(odd) td {
  background-color: #f2f2f2;
}
.section .content .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section .content .row:after {
  content: '';
  clear: both;
  display: block;
}
.section .content .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0.625em;
}
.section .content .col:after {
  content: '';
  clear: both;
  display: block;
}
.section .content .col.col1 {
  width: 100%;
}
.section .content .col.col2 {
  width: 50%;
}
.section .content .col.col3 {
  width: 33.3%;
}
.section .content .col.col4 {
  width: 25%;
}
.section .content .ph {
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  border-radius: 0.625em;
}
.section .content .column {
  margin-top: 1.25em;
  padding: 1.875em;
  background: #c2e4d7 url("../images/column_bg.jpg") repeat center top;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  border-radius: 0.625em;
}
.section .content .column h3 {
  margin-top: 0;
}

.service .option {
  padding: 0.625em;
  border: solid 1px #cccccc;
  -webkit-border-radius: 0.625em;
  -moz-border-radius: 0.625em;
  -ms-border-radius: 0.625em;
  -o-border-radius: 0.625em;
  border-radius: 0.625em;
}
.service .option:after {
  content: '';
  clear: both;
  display: block;
}
.service .option .image {
  float: left;
  width: 37%;
}
.service .option .txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 63%;
  padding-left: 1.25em;
}
.service .option .txt p {
  font-size: 87.5%;
  line-height: 1.5;
}

.about .content .img01 {
  width: 17.5em;
}
.about .content .detail {
  position: relative;
  padding: 1.25em;
}
.about .content .detail .badge {
  position: absolute;
  top: 0.3125em;
  left: 0.3125em;
  width: 1.45em;
  height: 1.45em;
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 300%;
  text-align: center;
  line-height: 1.45;
  background-color: #8fb324;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.about .content .detail .image {
  margin-bottom: 0.625em;
  text-align: center;
}
.about .content .detail .image img {
  width: 16.25em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.about .content .detail p {
  font-size: 87.5%;
  line-height: 1.43;
}
.about .content .detail p.name {
  margin-bottom: 0.416em;
  color: #8fb324;
  font-size: 150%;
  text-align: center;
}

.guide .content {
  padding: 1.875em 31.25em 1.875em 1.875em;
  background: white url("../images/guide_bg_pc.jpg") no-repeat center top;
  background-size: cover;
}
.guide .content .message p.ttl {
  margin-bottom: 0.416em;
  color: #8fb324;
  font-size: 150%;
}

.price .content h3 {
  margin-top: 0;
  font-size: 150%;
  line-height: 1.25;
}
.price .content h3 span {
  font-size: 75%;
}
.price .content .table tbody tr th {
  width: 50%;
}
.price .content .table tbody tr td .num {
  font-size: 140%;
}
.price .content .table tbody tr td .unit {
  font-size: 80%;
}
.price .content p {
  margin-top: 0.625em;
  font-size: 87.5%;
}
.price .content .image {
  margin-top: 1em;
}

.contact table {
  width: 80%;
  margin: 0 auto 1.875em;
}
.contact table tbody th, .contact table tbody td {
  padding: 0.3125em 0;
  vertical-align: top;
}
.contact table tbody th {
  white-space: nowrap;
}
.contact .googlemap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 30em;
  margin-bottom: 1.875em;
}
.contact .content h3 {
  margin-top: 0;
}
.contact .content p.lead {
  margin-bottom: 0.3125em;
}
.contact .content p.tel {
  font-size: 150%;
}

.link ul {
  margin-bottom: 2em;
}
.link ul:after {
  content: '';
  clear: both;
  display: block;
}
.link ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 48%;
}
.link ul li + li {
  margin-left: 4%;
}
.link ul li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.footer .copyright {
  font-size: 87.5%;
  padding: 2em 0;
}

.toheader {
  display: none;
  position: fixed;
  z-index: 99999;
  right: 1.875em;
  bottom: 1.875em;
  width: 3.375em;
  height: 3.375em;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 1040px) {
  body {
    font-size: 1.5vw;
  }

  .container {
    padding: 0 1.25em;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 5vw;
    background-size: 10em;
  }

  .alignright {
    float: none;
    margin-left: 0;
    text-align: center;
  }

  .alignleft {
    float: none;
    margin-right: 0;
    text-align: center;
  }

  .sp {
    display: block;
  }

  img.sp {
    display: inline-block;
  }

  span.sp {
    display: inline;
  }

  a.sp {
    display: inline;
  }

  .pc {
    display: none;
  }

  img.pc {
    display: none;
  }

  span.pc {
    display: none;
  }

  a.pc {
    display: none;
  }

  .container {
    padding: 0 0.625em;
  }

  .header {
    height: 7em;
    background-position: center bottom;
    background-size: 22em;
  }
  .header h1 {
    padding-top: 1.09375em;
  }
  .header h1 img {
    width: 12.5em;
  }

  .nav {
    margin: 0.625em 0;
    padding: 0.625em 0;
    background-size: 30em;
  }
  .nav .localnav {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
  }
  .nav .localnav .menunav {
    display: block;
    text-align: center;
  }
  .nav .localnav .menunav a {
    display: block;
    padding: 0.625em;
    color: #ffffff;
    font-size: 70%;
    text-decoration: none;
  }
  .nav .localnav ul {
    display: none;
    padding: 0.625em;
    border-top: dotted 0.15625em #ecf2da;
    font-size: 70%;
  }
  .nav .localnav ul:after {
    content: '';
    clear: both;
    display: block;
  }
  .nav .localnav ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
  }
  .nav .localnav ul li a {
    display: block;
    padding: 0.625em 0.3125em;
    text-align: left;
  }

  .visual {
    margin-bottom: 1.25em;
  }

  .section {
    padding: 1.25em 0;
  }
  .section .ttl {
    margin-bottom: 0.625em;
  }
  .section .ttl h2 {
    font-size: 120%;
    background-size: 8.8em;
  }
  .section .ttl p {
    font-size: 60%;
  }
  .section .content {
    padding: 0.3125em;
  }
  .section .content h3 {
    margin-bottom: 0.3125em;
    font-size: 110%;
  }
  .section .content h4 {
    margin-bottom: 0.3125em;
    font-size: 90%;
  }
  .section .content p {
    font-size: 75%;
  }
  .section .content p.lead {
    font-size: 110%;
  }
  .section .content .btn {
    font-size: 87.5%;
  }
  .section .content .col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0.3125em;
  }
  .section .content .col.col1, .section .content .col.col2 {
    width: 100%;
  }
  .section .content .col.col3, .section .content .col.col4 {
    width: 50%;
  }
  .section .content .ph {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
  }
  .section .content .column {
    margin-top: 0.3125em;
    padding: 0.625em;
  }

  .service .option {
    padding: 0.3125em;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
  }
  .service .option .txt {
    padding-left: 0.625em;
  }
  .service .option .txt p {
    font-size: 60%;
    line-height: 1.5;
  }

  .about .content .img01 {
    width: 10em;
  }
  .about .content .detail {
    padding: 0.625em;
  }
  .about .content .detail .badge {
    top: 0.3125em;
    left: 0.3125em;
    font-size: 140%;
  }
  .about .content .detail .image {
    margin-bottom: 0.3125em;
    text-align: center;
  }
  .about .content .detail .image img {
    width: 90%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
  .about .content .detail p {
    font-size: 60%;
  }
  .about .content .detail p.name {
    margin-bottom: 0.3125em;
    font-size: 90%;
  }

  .guide .content {
    padding: 10em 0.3125em 0.3125em;
    background: white url("../images/guide_bg_sp.jpg") no-repeat center top;
    background-size: contain;
  }
  .guide .content .message p.ttl {
    font-size: 90%;
  }

  .price .content h3 {
    font-size: 90%;
  }
  .price .content .table {
    font-size: 70%;
  }
  .price .content .table tbody tr th {
    width: 40%;
  }
  .price .content .table tbody tr td .num {
    font-size: 140%;
  }
  .price .content .table tbody tr td .unit {
    font-size: 80%;
  }
  .price .content p {
    margin-top: 0.3125em;
    font-size: 50%;
  }
  .price .content .image {
    margin-top: 0.3125em;
  }

  .contact table {
    width: 100%;
    margin-bottom: 1em;
    font-size: 60%;
  }
  .contact .googlemap {
    height: 10em;
    margin-bottom: 0.9375em;
  }
  .contact .content p.tel {
    font-size: 90%;
  }

  .link ul {
    margin-bottom: 1.25em;
  }
  .link ul li {
    float: none;
    width: 100%;
  }
  .link ul li + li {
    margin-top: 0.625em;
    margin-left: 0;
  }

  .footer .copyright {
    padding: 1em 0 3em;
    font-size: 60%;
  }

  .toheader {
    position: fixed;
    right: 0.625em;
    bottom: 0.625em;
    width: 2em;
    height: 2em;
  }
}
