@charset "UTF-8";
@font-face {
  font-family: 'NotoSerifCJK-SB';
  src: url("./font/NotoSerifCJKjp-SemiBold.woff") format("woff");
}
/*--------------------------------------------------------------
@ mixin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 common
--------------------------------------------------------------*/
body {
  color: #000;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  font-family: "NotoSerifCJK-SB", "Georgia", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

main {
  font-size: 15px;
  position: relative;
  z-index: 1;
}

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

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.inner {
  max-width: 980px;
  margin: 0 auto;
  width: 95%;
}

.google-map {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before,
.clearfix:after,
.clearfix:before,
.comment-respond:after,
.comment-respond:before {
  content: "";
  display: table;
}

.cf:after,
.clearfix:after,
.comment-respond:after {
  clear: both;
}

.top_bg {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(img/top_bg01.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.container {
  max-width: 640px;
  margin: auto;
}

/*--------------------------------------------------------------
 contents
--------------------------------------------------------------*/
header {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 2%;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
header h1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40%;
}
header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 50%;
}
header ul li {
  margin: 5%;
  width: 30%;
}
header ul li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 100px;
  padding: 25%;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.service .content {
  width: 95%;
  margin: 90% auto 40px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.service h2 {
  text-align: center;
  font-size: 150%;
  padding: 1em 0;
  line-height: 1.2em;
}
.service .subtitle {
  padding: 10px;
  background-color: #654720;
  margin: auto;
  text-align: center;
  font-size: 90%;
  color: #fff;
}
.service ul {
  margin-top: 10px;
}
.service li {
  position: relative;
  padding: 10px 0 0 1.3em;
  font-size: 90%;
  line-height: 1.5em;
}
.service li span {
  line-height: 1em;
  font-size: 150%;
  display: inline-block;
}
.service li:before {
  top: 10px;
  left: 0;
  position: absolute;
  content: "●";
  width: 1em;
  height: 1em;
}
.service .endtitle {
  font-size: 120%;
  padding: 20px 0 0;
  text-align: center;
  color: #654720;
}

.flow {
  background-image: url(img/contents_bg01.jpg);
  background-size: cover;
  background-position: center center;
}
.flow .container {
  padding: 40px 0;
}
.flow .content {
  width: 95%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow h2 {
  text-align: center;
  font-size: 150%;
  padding: 0.5em 0;
  line-height: 1.2em;
}
.flow li {
  position: relative;
  font-size: 90%;
  line-height: 1.4em;
  margin: 10px 0;
}
.flow li .img {
  position: relative;
  float: left;
  width: 35%;
}
.flow li .img img {
  width: 100%;
  height: auto;
}
.flow li .img:after {
  content: "";
  background-image: url(img/icon_arrow.png);
  background-size: contain;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 50;
  bottom: -2em;
}
.flow li p {
  float: right;
  width: 62%;
}
.flow li:last-child .img:after {
  display: none;
}
.flow .area p {
  background-color: #fff;
  border: solid #AA821E 2px;
  border-radius: 5px;
  padding: 1em;
  width: 90%;
  max-width: 22em;
  margin: 20px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow .area p .small {
  display: inline-block;
  margin-right: 3em;
}
.flow .area p .big {
  font-size: 150%;
  display: inline-block;
}

footer {
  background-color: #464646;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  line-height: 2em;
}
footer .logo {
  width: 40%;
  margin: 20px 0;
}
footer p span {
  font-size: 250%;
}
footer ul {
  padding: 20px 0;
}
footer ul li {
  margin: 10px;
  display: inline-block;
  width: 20%;
}
footer ul li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 100px;
  padding: 25%;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
footer .copylight {
  background-color: #1E1E1E;
  padding: 5px 0;
  font-size: 80%;
}

/*# sourceMappingURL=style.css.map */