@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
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, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}
.red {
	color: #FF0000;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  .wow {
    visibility: visible !important;
  }

  .service-overlay.wow {
    visibility: hidden !important;
  }
}
.wow {
  visibility: hidden;
}

/* GENERAL
 * ----------------------------------------------- */
body {
  color: #323232;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #323232;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  overflow: hidden;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .container {
    min-width: 1040px;
  }

  .wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.50);
  }

  body {
    font-size: 0.24rem;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
.list-menu {
  display: flex;
}
.list-menu a {
  display: block;
}

@media print, (min-width: 768px) {
  header {
    padding: 65px 0 28px;
  }
  header .wrapper {
    display: flex;
    justify-content: space-between;
  }

  .header-logo {
    width: 240px;
    margin: -1px 0 0 -4px;
  }

  .list-menu {
    margin-top: 10px;
  }
  .list-menu > li {
    margin-left: 33px;
  }
  .list-menu > li:first-child {
    margin-left: 0;
  }
  .list-menu a img {
    height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    padding: 0.34rem 0 0.04rem;
  }
  header .wrapper {
    padding: 0;
  }

  .header-logo {
    width: 2.46rem;
    margin: 0 auto 0.25rem;
  }

  .list-menu {
    justify-content: center;
  }
  .list-menu > li {
    margin: 0 0.15rem;
  }
  .list-menu > li img {
    height: 0.3rem;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
.footer-contact {
  position: relative;
}

.contact-list {
  display: flex;
  justify-content: space-between;
}
.contact-list a {
  display: block;
  background: #a49182;
}

.copyright {
  text-align: center;
  display: block;
}

.button-top {
  background: url(../img/common/top_btn.png) no-repeat 0 bottom/100%;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media print, (min-width: 768px) {
  .footer-contact {
    padding-bottom: 80px;
  }
  .footer-contact .title-common {
    margin-bottom: 38px;
  }

  .contact-list {
    margin-bottom: 80px;
    padding: 0 2px;
  }
  .contact-list > li {
    width: 467px;
  }

  .copyright {
    font-size: 10px;
  }

  .button-top {
    width: 110px;
    height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-contact {
    padding-bottom: 0.78rem;
  }
  .footer-contact .title-common {
    margin-bottom: 0.38rem;
  }

  .contact-list {
    margin-bottom: 0.54rem;
  }
  .contact-list > li {
    width: 47.82%;
  }

  .copyright {
    font-size: 0.23rem;
  }

  .button-top {
    width: 0.9rem;
    height: 0.5rem;
  }
}
.title-common {
  background: #f5f5f0;
}
.title-common span {
  display: block;
}
.title-common img {
  margin: 0 auto;
  display: block;
}

@media print, (min-width: 768px) {
  .title-common {
    padding: 20px 0;
  }
  .title-common img {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .title-common img {
    width: 3rem;
  }
}
.button-view,
.button-purenet {
  border: 1px solid #a49182;
  display: block;
}

.button-view {
  background: #fff url(../img/common/view_btn.png) no-repeat center center/128px;
}

.button-purenet {
  background: #fff url(../img/common/purenet_btn.png) no-repeat center center/128px;
}

@media print, (min-width: 768px) {
  .button-view,
  .button-purenet {
    width: 166px;
    height: 28px;
  }

  .tel-common {
    pointer-events: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tel-common {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .button-view,
  .button-purenet {
    width: 2.6rem;
    height: 0.45rem;
    background-size: 1.9rem auto;
  }
}
/* COMMON ANIMATION
 * ----------------------------------------------- */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-left-right {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes fade-left-right {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
  }
}
.fade-left-right {
  -webkit-animation-name: fade-left-right;
  animation-name: fade-left-right;
}

@-webkit-keyframes fade-right-left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes fade-right-left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
  }
}
.fade-right-left {
  -webkit-animation-name: fade-right-left;
  animation-name: fade-right-left;
}

/* PAGES
 * ----------------------------------------------- */
.section-keyvisual {
  position: relative;
}
.section-keyvisual img {
  display: block;
  width: 100%;
}

.keyvisual-text {
  position: absolute;
  z-index: 2;
}

@media print, (min-width: 768px) {
  .section-keyvisual {
    margin-bottom: 10px;
  }

  .keyvisual-text {
    left: 50%;
    bottom: 34px;
    width: 662px;
    margin-left: -494px;
  }

  .keyvisual-item {
    height: 585px;
    background: no-repeat center 0/cover;
  }
  .keyvisual-item img {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-keyvisual {
    margin-bottom: 0.1rem;
  }

  .keyvisual-item {
    background: none !important;
  }

  .keyvisual-text {
    left: 0.3rem;
    bottom: 0.2rem;
    width: 85%;
  }
  .keyvisual-text img {
    width: 100%;
  }
}
.section-information .title-common {
  background: #BDB76B;
}

.information-title {
  font-weight: bold;
  color: #745741;
}

.information-map {
  background: #ccc;
}

@media print, (min-width: 768px) {
  .section-information {
    margin-bottom: 116px;
  }
  .section-information .wrapper {
    padding-left: 20px;
  }
  .section-information .title-common {
    margin-bottom: 26px;
  }
  .section-information .title-common img {
    width: 305px;
  }

  .information-title {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .information-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 36px;
  }

  .information-left {
    width: 450px;
  }
  .information-left .information-title {
    margin-bottom: 10px;
  }

  .information-map {
    width: 482px;
    height: 335px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .section-information {
    margin-bottom: 1.2rem;
  }
  .section-information .title-common {
    margin-bottom: 0.22rem;
  }

  .information-title {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }

  .information-row {
    margin-top: 0.28rem;
  }

  .information-left .information-title {
    margin-bottom: 0.06rem;
  }

  .information-map {
    height: 3.35rem;
    margin-top: 0.26rem;
  }
}
.service-description {
  text-align: center;
}
.service-description .animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.service-item:last-child {
  margin-bottom: 0 !important;
}
.service-item:last-child .service-photo:after {
  display: none;
}
.service-item:nth-child(2n) .service-photo:after {
  background-image: url(../img/top/icon_02.png);
  right: auto;
}
.service-item:nth-child(2n) .text {
  right: auto;
}

.service-photo {
  position: relative;
}
.service-photo img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
}
.service-photo:after {
  content: "";
  background: url(../img/top/icon_01.png) no-repeat 0 0/100%;
  position: absolute;
  z-index: -1;
}
.service-photo .text {
  position: absolute;
  bottom: 0;
  z-index: 5;
  border-radius: 0;
}
.service-photo .text img {
  border-radius: 0 !important;
}

.service-photo-inner {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.service-photo-inner img {
  display: none;
}
.service-photo-inner .service-object-fit {
  height: inherit;
  background: no-repeat center center/cover;
}

.service-overlay {
  position: absolute;
  left: 0;
  top: -5px;
  bottom: -5px;
  width: 110%;
  background: #fff;
  visibility: visible !important;
  animation-fill-mode: forwards;
}

.service-information {
  *zoom: 1;
}
.service-information:after {
  content: "";
  display: table;
  clear: both;
}

.service-text {
  color: #745741;
  font-weight: bold;
}

.service-group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.service-button {
  *zoom: 1;
}
.service-button:after {
  content: "";
  display: table;
  clear: both;
}
.service-button a {
  float: right;
}

@media print, (min-width: 768px) {
  .section-service {
    margin-bottom: 162px;
  }
  .section-service .title-common {
    margin-bottom: 46px;
  }

  .service-description {
    padding-bottom: 44px;
    font-size: 17px;
    line-height: 2.17;
    background: url(../img/top/dots.png) repeat-x 0 bottom/3px;
  }

  .service-list {
    margin-top: 80px;
  }

  .service-item {
    margin-bottom: 68px;
    display: flex;
    align-items: flex-start;
  }
  .service-item:nth-child(2n) .service-photo {
    order: 2;
  }
  .service-item:nth-child(2n) .service-photo:after {
    left: -230px;
  }
  .service-item:nth-child(2n) .service-photo-inner {
    border-radius: 220px 0 0 220px;
    margin-right: 0;
    margin-left: -5px;
  }
  .service-item:nth-child(2n) .service-object-fit {
    border-radius: 220px 0 0 220px;
    margin: 5px 0 5px 5px;
  }
  .service-item:nth-child(2n) .service-overlay {
    border-radius: 220px 0 0 220px;
  }
  .service-item:nth-child(2n) .service-information {
    order: 1;
  }
  .service-item:nth-child(2n) .service-information-inner {
    margin: 0 62px 0 0;
    float: right;
  }
  .service-item:nth-child(2n) .text {
    left: -98px;
  }
  .service-item:nth-child(2n) .service-button a {
    float: none;
  }

  .service-photo {
    width: 46.15%;
    margin-top: 62px;
  }
  .service-photo:after {
    width: 357px;
    height: 357px;
    top: 248px;
    right: -230px;
  }
  .service-photo .text {
    right: -98px;
    width: 375px;
  }

  .service-photo-inner {
    height: 370px;
    margin: -5px -5px 0 0;
    border-radius: 0 220px 220px 0;
  }
  .service-photo-inner .service-object-fit {
    border-radius: 0 220px 220px 0;
    height: 360px;
    margin: 5px 5px 5px 0;
  }

  .service-overlay {
    border-radius: 0 220px 220px 0;
  }

  .service-information {
    width: 53.85%;
  }

  .service-information-inner {
    width: 480px;
    margin-left: 62px;
  }

  .service-text {
    font-size: 22px;
    margin-bottom: 16px;
    margin-left: -0.5em;
  }

  .service-group {
    margin-bottom: 30px;
  }
  .service-group .column {
    width: 335px;
  }
  .service-group .photo {
    width: 142px;
    margin-top: 5px;
  }

  .service-caption {
    min-height: 162px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-service {
    margin-bottom: 1.1rem;
  }
  .section-service .title-common {
    margin-bottom: 0.26rem;
  }

  .service-list {
    margin-top: 0.85rem;
  }

  .service-item {
    margin-bottom: 0.78rem;
  }
  .service-item:nth-child(1) .service-photo {
    margin-bottom: 0.56rem;
  }
  .service-item:nth-child(2n) {
    margin-bottom: 0.96rem;
  }
  .service-item:nth-child(2n) .service-photo {
    margin-left: 20%;
  }
  .service-item:nth-child(2n) .service-photo:after {
    right: auto;
    left: -2.3rem;
  }
  .service-item:nth-child(2n) .service-photo-inner {
    border-radius: 2.2rem 0 0 2.2rem;
    margin-right: 0;
    margin-left: -0.05rem;
  }
  .service-item:nth-child(2n) .service-object-fit {
    border-radius: 2.2rem 0 0 2.2rem;
    margin: 0.05rem 0 0.05rem 0.05rem;
  }
  .service-item:nth-child(2n) .service-overlay {
    border-radius: 2.2rem 0 0 2.2rem;
  }
  .service-item:nth-child(2n) .text {
    right: auto;
    left: -0.98rem;
  }
  .service-item:nth-child(2n) .service-group .photo {
    padding-right: 0.2rem;
  }
  .service-item:nth-child(3) {
    margin-bottom: 1.06rem;
  }

  .service-photo {
    width: 80%;
    margin-bottom: 0.8rem;
  }
  .service-photo:after {
    width: 3.57rem;
    height: 3.57rem;
    top: 2.48rem;
    right: -2.3rem;
  }
  .service-photo .text {
    right: -0.98rem;
    width: 3.75rem;
  }

  .service-photo-inner {
    height: 3.7rem;
    margin: -0.05rem -0.05rem 0 0;
    border-radius: 0 2.2rem 2.2rem 0;
  }
  .service-photo-inner .service-object-fit {
    border-radius: 0 2.2rem 2.2rem 0;
    height: 3.6rem;
    margin: 0.05rem 0.05rem 0.05rem 0;
  }

  .service-information {
    padding: 0 0.3rem;
  }

  .service-text {
    font-size: 0.28rem;
    margin-bottom: 0.16rem;
  }
  .service-text > span {
    margin-left: -0.5em;
  }

  .service-title {
    width: 90%;
  }

  .service-group {
    margin-bottom: 0.3rem;
  }
  .service-group .column {
    width: 70%;
  }
  .service-group .photo {
    width: 28%;
    margin-top: 0.05rem;
    padding-right: 0.15rem;
  }

  .service-caption {
    margin-bottom: 0.25rem;
  }
}
.profile-data > li {
  width: 100%;
  display: flex;
  background: url(../img/top/dots.png) repeat-x 0 bottom/3px;
}
.profile-data .profile-content {
  flex: 1;
}
.profile-data .profile-head {
  display: flex;
  justify-content: space-between;
}

.profile-map-wrapper {
  background: #f5f5f0;
}

.profile-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

@media print, (min-width: 768px) {
  .section-profile {
    margin-bottom: 150px;
  }
  .section-profile .title-common {
    margin-bottom: 62px;
  }

  .profile-data > li {
    padding: 12px 0 2px;
  }
  .profile-data .profile-head {
    width: 120px;
    padding: 0 30px 0 25px;
  }
  .profile-data .profile-content {
    padding-left: 10px;
  }

  .profile-logo {
    width: 385px;
    margin: 0 auto 34px;
  }

  .profile-text {
    margin-bottom: 45px;
  }
  .profile-text img {
    width: 635px;
    margin: 0 auto;
    display: block;
  }

  .profile-map {
    height: 500px;
    margin: 0 100px;
  }

  .profile-map-wrapper {
    margin-top: 52px;
  }
}
@media print, (min-width: 768px) and (max-width: 1300px) {
  .profile-map {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-profile {
    margin-bottom: 1rem;
  }
  .section-profile .wrapper {
    padding: 0;
  }
  .section-profile .title-common {
    margin-bottom: 0.3rem;
  }

  .profile-data > li {
    padding: 0.12rem 0 0.02rem;
  }
  .profile-data .profile-head {
    width: 1.6rem;
    padding: 0 0.3rem 0 0.3rem;
  }
  .profile-data .profile-content {
    padding-left: 0.1rem;
  }

  .profile-logo {
    width: 3.06rem;
    margin: 0 auto 0.3rem;
  }

  .profile-text {
    margin-bottom: 0.22rem;
  }
  .profile-text img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  .profile-map-wrapper {
    margin-top: 0.55rem;
    padding: 0 0.3rem;
  }

  .profile-map {
    height: 3.35rem;
  }
}

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