@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*------------------------------------------------------------
base.css
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}

body {
  color: #6E6965;
  font-weight: bold;
  font-family: "BIZ UDGothic", Arial, Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/*------------------------------------------------------------
関数
--------------------------------------------------------------*/
/*------------------------------------------------------------
mixin
--------------------------------------------------------------*/
/*------------------------------------------------------------
wrapper
--------------------------------------------------------------*/
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 4%;
}
@media screen and (max-width: 767px) {
  .wrapper--sp {
    padding: 0;
  }
}

/*------------------------------------------------------------
container
--------------------------------------------------------------*/
.container {
  max-width: 1078px;
  margin: 0 auto;
  padding: 0 4%;
}

/*------------------------------------------------------------
over
--------------------------------------------------------------*/
.over {
  overflow: hidden;
}

/*------------------------------------------------------------
header
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: white;
    z-index: 999;
    top: 0;
    -webkit-box-shadow: 5px 5px 5px rgba(88, 86, 86, 0.6);
            box-shadow: 5px 5px 5px rgba(88, 86, 86, 0.6);
  }
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  display: block;
}
@media screen and (max-width: 767px) {
  .header__logo {
    position: fixed;
    z-index: 3;
    left: 20px;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo-img {
    width: 138px;
  }
}
.header__contact {
  height: 100px;
  width: 654px;
}
@media screen and (max-width: 767px) {
  .header__navi-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
}
@media screen and (max-width: 767px) {
  .header__navi-btn span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
}
@media screen and (max-width: 767px) {
  .header__navi-btn span:nth-child(1) {
    top: 0;
  }
  .header__navi-btn span:nth-child(2) {
    top: 10px;
  }
  .header__navi-btn span:nth-child(3) {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__navi-btn--cross span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 10px;
  }
  .header__navi-btn--cross span:nth-child(2) {
    opacity: 0;
  }
  .header__navi-btn--cross span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 10px;
  }
}
.header__navi-container {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .header__navi-container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    padding: 50px 30px;
    margin-top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2;
    background-color: #FCF3DD;
  }
}
.header__navi-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .header__navi-menu {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.header__navi-menu li {
  margin-left: 50px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header__navi-menu li {
    display: block;
    padding: 48px 0 0 0;
    margin-left: 0;
  }
}
.header__navi-menu li li:first-child {
  margin-left: 0;
}
.header__navi-menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #3D3732;
}
@media screen and (max-width: 767px) {
  .header__navi-menu li a {
    text-decoration: none;
    color: #3D3732;
  }
}
.header__navi-menu li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #88CC55;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__navi-menu li a:hover {
  color: #88CC55;
}
.header__navi-menu li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*------------------------------------------------------------
main-visual
--------------------------------------------------------------*/
.main-visual {
  position: relative;
  margin-top: 24px;
}
.main-visual__heading {
  position: absolute;
  z-index: 1;
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 0.1em;
  top: 70%;
  left: 8%;
  font-size: 2.375rem;
  color: #FFFFFF;
  text-shadow: 1px 2px 3px #6E6965;
}
@media screen and (max-width: 767px) {
  .main-visual__heading {
    font-size: 1.4375rem;
    top: 65%;
    left: 5%;
  }
}
.main-visual__fade-area {
  width: 100%;
  position: relative;
}
.main-visual__fade-area::before {
  content: "";
  display: block;
  padding-top: 40%;
}
@media screen and (max-width: 767px) {
  .main-visual__fade-area::before {
    padding-top: 60%;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__fade-area {
    margin-top: 90px;
  }
}
.main-visual__fade-area-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-visual__fade-area-list:nth-child(1) {
  background-image: url(../images/main1.png);
}
.main-visual__fade-area-list:nth-child(2) {
  background-image: url(../images/main2.png);
}
.main-visual__fade-area-list:nth-child(3) {
  background-image: url(../images/main3.png);
}
.main-visual__fade-area-img {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}

/*------------------------------------------------------------
about
--------------------------------------------------------------*/
.about {
  text-align: center;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 40px;
  }
}
.about__title {
  font-size: 2rem;
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about__title {
    padding-bottom: 0;
    margin-bottom: 24px;
  }
}
.about__title::after {
  border-bottom: 5px dotted #CC5E56;
  content: "";
  position: absolute;
  bottom: 0;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 440px;
}
@media screen and (max-width: 767px) {
  .about__title::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about__title span {
    display: inline-block;
  }
}
.about__text {
  max-width: 500px;
  margin: 0 auto;
  font-weight: normal;
  line-height: 1.56;
}

/*------------------------------------------------------------
service
--------------------------------------------------------------*/
.service {
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .service {
    padding-top: 16px;
  }
}
.service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .service__container :first-child {
    margin-top: 0;
  }
}

/*------------------------------------------------------------
news
--------------------------------------------------------------*/
.news {
  background-color: #FCF3DD;
  padding: 64px 0;
}
.news__title {
  position: relative;
  text-align: center;
  font-size: 1.75rem;
  color: #3D3732;
  letter-spacing: 0.1em;
  padding-bottom: 32px;
}
.news__title::after {
  border-bottom: 1px solid #88CC55;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
}
.news__list {
  margin-top: 36px;
}
.news__list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.5px solid #6E6965;
  text-decoration: none;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news__list-item-link {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.news__list-item-link:hover {
  background-color: #fdfaf3;
}
.news__list-item-link:hover .news__list-item-text {
  color: #88CC55;
}
.news__list-item-link:hover .news__list-item-img {
  opacity: 0.5;
}
.news__list-item-time {
  color: #88CC55;
}
.news__list-item-label {
  margin: 0 40px;
  color: #88CC55;
}
.news__list-item-text {
  color: #3D3732;
}
.news__list-item-img {
  margin-right: 0;
  margin-left: auto;
}
.news__more {
  display: block;
  font-weight: normal;
  color: #3D3732;
  text-decoration: none;
  text-align: right;
  margin-top: 28px;
}
.news__more:hover {
  color: #88CC55;
}

/*------------------------------------------------------------
blog
--------------------------------------------------------------*/
.blog {
  padding-top: 64px;
}
.blog__title {
  position: relative;
  text-align: center;
  font-size: 1.75rem;
  color: #3D3732;
  letter-spacing: 0.1em;
  padding-bottom: 32px;
}
.blog__title::after {
  border-bottom: 1px solid #88CC55;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
}
.blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  padding-top: 56px;
}
.blog__list-item:hover {
  opacity: 0.5;
}
.blog__list-item:hover .blog__item-title {
  color: #88CC55;
}
@media screen and (max-width: 767px) {
  .blog__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.5rem;
  }
}
.blog__item {
  display: block;
  max-width: 232px;
  text-decoration: none;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .blog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
  }
}
.blog__item-img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .blog__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
}
.blog__item-text {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog__item-text {
    width: 45%;
  }
}
.blog__item-time {
  margin-top: 16px;
  color: #88CC55;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .blog__item-time {
    margin-top: 0;
  }
}
.blog__item-title {
  margin-top: 16px;
  color: #3D3732;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .blog__item-title {
    font-size: 1.125rem;
  }
}

.access {
  padding: 64px 0;
}
.access__title {
  position: relative;
  text-align: center;
  font-size: 1.75rem;
  color: #3D3732;
  letter-spacing: 0.1em;
  padding-bottom: 32px;
}
.access__title::after {
  border-bottom: 1px solid #88CC55;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
}
.access__item {
  padding-top: 56px;
}
.access__item-address {
  font-size: 1.4375rem;
  margin-top: 48px;
}
.access__item-address-text-a {
  display: inline-block;
  text-align: center;
  width: 110px;
  color: #CC5E56;
  letter-spacing: 0.3em;
  background-color: #FCF3DD;
  padding: 5px 0;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .access__item-address-text-a {
    display: block;
    background-color: transparent;
    text-align: left;
  }
}
.access__item-address-text-b {
  color: #3D3732;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  .access__item-address span {
    display: block;
  }
}
.access__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .access__item-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.access__item-list dt {
  width: 40%;
  border-bottom: 1px solid #CC5E56;
  padding-top: 40px;
  font-size: 1.5rem;
  color: #3D3732;
}
@media screen and (max-width: 767px) {
  .access__item-list dt {
    width: 100%;
    font-size: 1.375rem;
  }
}
.access__item-list dd {
  width: 60%;
  border-bottom: 1px solid #CC5E56;
  padding-top: 40px;
  font-size: 1.125rem;
  color: #3D3732;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.39;
}
@media screen and (max-width: 767px) {
  .access__item-list dd {
    width: 100%;
    padding-top: 24px;
    border-bottom: none;
  }
}
.access__item-list-car::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 34px;
  height: 27px;
  margin-right: 40px;
  background-image: url(../images/car-icon.png);
  background-repeat: no-repeat;
}
.access__item-list-bus::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 30px;
  height: 36px;
  margin-right: 40px;
  background-image: url(../images/bus-icon.png);
  background-repeat: no-repeat;
}
.access__item-list-train::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 26px;
  height: 35px;
  margin-right: 40px;
  background-image: url(../images/train-icon.png);
  background-repeat: no-repeat;
}

/*------------------------------------------------------------
footer
--------------------------------------------------------------*/
.footer__top {
  background-color: #FCF3DD;
  padding: 56px 0;
}
.footer__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__top-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.footer__contact-tel {
  color: #CC5E56;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.8125rem;
  letter-spacing: 0.05em;
}
.footer__contact-tel::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 24px;
  height: 34px;
  margin-bottom: 10px;
  margin-right: 5px;
  background-image: url(../images/telephone-icon.png);
  background-repeat: no-repeat;
}
.footer__contact-time-reception {
  text-align: left;
  font-size: 0.875rem;
}
.footer__bottom {
  background-color: #88CC55;
  padding: 24px 0;
}
.footer__bottom-copyright {
  text-align: center;
  color: #FFFFFF;
}

/*------------------------------------------------------------
btn
--------------------------------------------------------------*/
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.7em 0em;
  background-color: #CC5E56;
  min-width: 148px;
  color: #FFFFFF;
  font-size: 1rem;
  border-radius: 50vh;
  text-decoration: none;
}
.btn:hover {
  background-color: #F87B72;
}

.btn--header-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn--header-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.7em 0em;
    background-color: #CC5E56;
    min-width: 148px;
    color: #FFFFFF;
    font-size: 1rem;
    border-radius: 50vh;
    text-decoration: none;
    position: fixed;
    right: 70px;
    top: 15px;
  }
  .btn--header-sp:hover {
    background-color: #F87B72;
  }
}

.btn--sp-tel {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn--sp-tel {
    display: block;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.7em 0em;
    background-color: #88CC55;
    min-width: 334px;
    color: #FFFFFF;
    font-size: 1rem;
    border-radius: 50vh;
    text-decoration: none;
  }
  .btn--sp-tel__text01 {
    color: #FFFFFF;
    font-size: 0.75rem;
  }
  .btn--sp-tel__text01::after {
    content: "";
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    width: 24px;
    height: 33px;
    margin: 0 16px;
    margin-right: 5px;
    background-image: url(../images/sp-telephone-icon.png);
    background-repeat: no-repeat;
  }
  .btn--sp-tel__text02 {
    color: #FFFFFF;
    font-size: 1.5rem;
  }
  .btn--sp-tel:hover {
    background-color: #A1E894;
  }
}

.btn--sp-contact {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn--sp-contact {
    display: block;
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.7em 0em;
    background-color: #CC5E56;
    min-width: 334px;
    color: #FFFFFF;
    font-size: 1rem;
    border-radius: 50vh;
    text-decoration: none;
  }
  .btn--sp-contact span {
    color: #FFFFFF;
    font-size: 1rem;
  }
  .btn--sp-contact span::before {
    content: "";
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    width: 30px;
    height: 24px;
    margin: 5px 24px 5px 0;
    background-image: url(../images/sp-email-icon.png);
    background-repeat: no-repeat;
  }
  .btn--sp-contact:hover {
    background-color: #F87B72;
  }
}

.btn-spacing-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-spacing-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 72px;
  }
}

.btn--service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.7em 0em;
  background-color: #88CC55;
  min-width: 260px;
  color: #FFFFFF;
  font-size: 1rem;
  border-radius: 50vh;
  text-decoration: none;
}
.btn--service:hover {
  background-color: #A1E894;
}

.btn-spacing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 56px auto 64px auto;
}
@media screen and (max-width: 767px) {
  .btn-spacing {
    margin: 48px auto 64px auto;
  }
}

.btn--blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.7em 0em;
  background-color: #88CC55;
  min-width: 260px;
  color: #FFFFFF;
  font-size: 1rem;
  border-radius: 50vh;
  text-decoration: none;
}
.btn--blog:hover {
  background-color: #A1E894;
}

.btn--footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.7em 0em;
  background-color: #CC5E56;
  min-width: 267px;
  color: #FFFFFF;
  font-size: 1rem;
  border-radius: 50vh;
  text-decoration: none;
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  .btn--footer-contact {
    margin-top: 16px;
    margin-left: 0;
  }
}
.btn--footer-contact:hover {
  background-color: #F87B72;
}

/*------------------------------------------------------------
contact
--------------------------------------------------------------*/
.contact__top {
  text-align: center;
  background-color: #FCF3DD;
  padding: 10px 0;
}
.contact__top p {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .contact {
    display: none;
  }
}
.contact__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
.contact__bottom-tel {
  color: #CC5E56;
  font-size: 1.4375rem;
  letter-spacing: 0.05em;
  font-family: "BIZ UDPGothic", sans-serif;
}
.contact__bottom-tel::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 24px;
  height: 34px;
  margin-bottom: 10px;
  margin-right: 5px;
  background-image: url(../images/telephone-icon.png);
  background-repeat: no-repeat;
}
.contact__bottom-time-reception {
  text-align: left;
  font-size: 0.75rem;
  padding: 5px 0;
}

/*------------------------------------------------------------
item
--------------------------------------------------------------*/
.item {
  text-align: center;
  max-width: 325px;
}
@media screen and (max-width: 767px) {
  .item {
    margin-top: 32px;
  }
}
.item__img {
  vertical-align: bottom;
}
.item__title {
  font-size: 1.5rem;
  margin: 24px 0;
  color: #3D3732;
}
.item__text {
  font-weight: normal;
  line-height: 1.56;
}

/*------------------------------------------------------------
top-control
--------------------------------------------------------------*/
.top-control {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-control {
    width: 70px;
    height: 70px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #88CC55;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 10px 0 rgba(153, 152, 152, 0.5);
            box-shadow: 0 10px 10px 0 rgba(153, 152, 152, 0.5);
  }
  .top-control__btn {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    text-decoration: none;
  }
  .top-control__btn::before {
    content: "";
    display: block;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .top-control__btn::after {
    content: "TOPへ戻る";
    font-size: 0.8125rem;
    color: #fff;
    position: absolute;
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */