@charset "UTF-8";
/* カラー */
/* フォンファミリー */
/* ラインハイト */
* {
  box-sizing: border-box; }

html {
  overflow-x: hidden; }

body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

.wrapper {
  overflow-x: hidden;
  position: relative; }

html {
  font-size: 62.5%;
  background-color: #fff;
  background-position: left top; }

* {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #362d25;
  line-height: 1.75;
  letter-spacing: 0.04em; }
  @media screen and (max-width: 767px) {
    * {
      font-size: 14px;
      font-size: 1.4rem; } }

body {
  font-feature-settings: "palt"; }

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

/* PCとSPの表示切り替え */
.pc-only {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc-only {
      display: none; } }

.sp-only {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-only {
      display: block; } }

.indent {
  padding-left: 1em;
  text-indent: -1em; }

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    transition: 0.3s; }

::-moz-selection {
  background: rgba(36, 181, 106, 0.2); }

::selection {
  background: rgba(36, 181, 106, 0.2); }

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

main {
  background-color: #fafafa; }

#top main {
  background-color: #fff; }

.contents {
  background-color: #fff;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 160px;
  margin-bottom: 160px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: -3px 0px 20px rgba(0, 0, 0, 0.05); }
  @media screen and (max-width: 767px) {
    .contents {
      padding-top: 50px;
      padding-bottom: 80px;
      margin-bottom: 60px; } }
  .contents__inner {
    width: 81%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .contents__inner {
        width: 85%;
        flex-direction: column; } }
    .contents__inner--gray {
      background-color: #fafafa;
      padding: 80px 0; }
      @media screen and (max-width: 767px) {
        .contents__inner--gray {
          padding: 54px 0;
          width: 93%; } }
    .contents__inner--gray-s {
      background-color: #fafafa;
      padding: 50px 0; }
      @media screen and (max-width: 767px) {
        .contents__inner--gray-s {
          padding: 48px 0;
          width: 93%; } }
  .contents .center {
    text-align: center;
    width: 100%; }
  .contents__max {
    width: 77.1%;
    margin: 0 auto; }
    .contents__max img {
      border-radius: 30px;
      margin-right: auto;
      margin-left: auto; }
    @media screen and (max-width: 767px) {
      .contents__max {
        width: 100%; } }
  .contents__harf-top {
    width: 47%; }
    @media screen and (max-width: 767px) {
      .contents__harf-top {
        width: 100%; } }
  .contents__harf {
    width: 48%; }
    .contents__harf img {
      border-radius: 30px; }
    .contents__harf .title__04 {
      line-height: 1;
      margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .contents__harf {
        width: 100%; }
        .contents__harf .title__04 {
          margin-bottom: 12px; } }
  .contents__wide {
    width: 60%; }
    .contents__wide img {
      border-radius: 30px; }
    @media screen and (max-width: 767px) {
      .contents__wide {
        width: 100%; } }
  .contents__narrow {
    width: 34%; }
    .contents__narrow img {
      border-radius: 30px; }
    @media screen and (max-width: 767px) {
      .contents__narrow {
        width: 100%; } }
  .contents__img {
    background-color: yellow;
    width: 37%; }
  .contents__gray-inner {
    background-color: #fafafa;
    width: 88%;
    margin: 0 auto; }
  .contents__gray-inner-wide {
    padding-right: 9%;
    padding-left: 9%; }

.border {
  margin: 100px auto;
  border-bottom: 1px dashed #d8d8d8;
  width: 81%; }
  @media screen and (max-width: 767px) {
    .border {
      margin: 50px auto; } }

.mb80 {
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .mb80 {
      margin-bottom: 40px; } }

.mb40 {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .mb40 {
      margin-bottom: 20px; } }

.mb32 {
  margin-top: 26px; }
  @media screen and (max-width: 767px) {
    .mb32 {
      margin-top: 16px; } }

@media screen and (max-width: 767px) {
  .mb40-sp {
    margin-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .mb20-sp {
    margin-bottom: 20px; } }

.text-margin {
  margin-bottom: 28px; }
  @media screen and (max-width: 767px) {
    .text-margin {
      margin-bottom: 12px; } }

.text-block {
  width: 89%;
  margin: 0 auto; }

.list li {
  position: relative;
  padding-left: 1.5em;
  text-indent: -1.5em; }
  .list li:not(:last-child) {
    margin-bottom: 12px; }
  .list li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #e6837a;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 1.1em; }

.title__01,
.title__02,
.title__03,
.title__04,
.title__05,
.title__number {
  font-weight: 700;
  color: #5c4b3e;
  line-height: 1.4; }

.title__center-block {
  max-width: 0 auto; }

.title__01 {
  font-size: 64px;
  font-size: 6.4rem;
  font-family: "Zen Maru Gothic", sans-serif; }
  .title__01 span {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #24b56a;
    display: block;
    padding-left: 10px; }

.title__02 {
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  color: #fff;
  background-color: #24b56a;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  max-height: 150px;
  height: 14.3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: -3px 0px 20px rgba(0, 0, 0, 0.05); }
  .title__02 span {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #fff;
    margin-top: 6px; }
  @media screen and (max-width: 991px) {
    .title__02 {
      font-size: 4vw; } }
  @media screen and (max-width: 767px) {
    .title__02 {
      font-size: 24px;
      font-size: 2.4rem;
      height: auto;
      padding: 20px 0; } }

.title__03 {
  font-size: 32px;
  font-size: 3.2rem;
  padding: 13px 0;
  display: inline-block;
  position: relative;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  margin-bottom: 92px; }
  @media screen and (max-width: 991px) {
    .title__03 {
      text-align: center;
      font-size: 28px;
      font-size: 2.8rem;
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .title__03 {
      text-align: center;
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 40px; } }
  @media screen and (max-width: 575px) {
    .title__03 {
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 40px; } }
  .title__03 .title__before {
    position: absolute;
    top: -8px;
    left: -70px; }
    @media screen and (max-width: 991px) {
      .title__03 .title__before {
        top: -3px;
        left: -53px; } }
    @media screen and (max-width: 767px) {
      .title__03 .title__before {
        top: -3px;
        left: -20px; } }
    .title__03 .title__before::before {
      position: absolute;
      content: "";
      width: 38px;
      height: 9px;
      background-color: #e6837a; }
      @media screen and (max-width: 991px) {
        .title__03 .title__before::before {
          width: 18px;
          height: 5px; } }
    .title__03 .title__before::after {
      position: absolute;
      content: "";
      width: 9px;
      height: 38px;
      background-color: rgba(230, 131, 122, 0.6); }
      @media screen and (max-width: 991px) {
        .title__03 .title__before::after {
          width: 5px;
          height: 18px; } }
  .title__03 .title__after {
    position: absolute;
    bottom: -8px;
    right: -70px; }
    @media screen and (max-width: 991px) {
      .title__03 .title__after {
        bottom: -3px;
        right: -53px; } }
    @media screen and (max-width: 767px) {
      .title__03 .title__after {
        top: -3px;
        right: -20px; } }
    .title__03 .title__after::before {
      position: absolute;
      content: "";
      width: 38px;
      height: 9px;
      background-color: #e6837a;
      bottom: 0;
      right: 0; }
      @media screen and (max-width: 991px) {
        .title__03 .title__after::before {
          width: 18px;
          height: 5px; } }
    .title__03 .title__after::after {
      position: absolute;
      content: "";
      width: 9px;
      height: 38px;
      background-color: rgba(230, 131, 122, 0.6);
      bottom: 0;
      right: 0; }
      @media screen and (max-width: 991px) {
        .title__03 .title__after::after {
          width: 5px;
          height: 18px; } }

.title__04 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 52px; }
  @media screen and (max-width: 767px) {
    .title__04 {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 32px; } }

.title__05 {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #5c4b3e; }
  @media screen and (max-width: 767px) {
    .title__05 {
      font-size: 16px;
      font-size: 1.6rem; } }

.title__number__wrapper {
  padding: 0 5.6%; }
  .title__number__wrapper p span {
    background-color: rgba(230, 131, 122, 0.15); }
  .title__number__wrapper p {
    margin-top: 28px; }

.under-line {
  background-color: rgba(230, 131, 122, 0.15); }

.title__number {
  font-size: 26px;
  font-size: 2.6rem;
  display: flex;
  align-items: center; }
  .title__number span {
    line-height: 1;
    padding-bottom: 4px;
    font-size: 20px;
    font-size: 2rem;
    margin-right: 22px;
    font-family: "Roboto", sans-serif;
    color: #e6837a;
    font-weight: 700;
    border-bottom: 2px solid #e6837a;
    width: 22px;
    display: inline-block;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .title__number {
      font-size: 16px;
      font-size: 1.6rem; } }

.title__number-border {
  border-bottom: 1px dashed #d8d8d8;
  margin: 40px 0; }
  @media screen and (max-width: 767px) {
    .title__number-border {
      margin: 24px 0; } }

.title__faq {
  color: #5c4b3e;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  line-height: 1.4; }
  .title__faq span {
    color: #e6837a;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-size: 4rem;
    margin-right: 18px; }
  .title__faq > img {
    margin-right: 18px; }
    @media screen and (max-width: 767px) {
      .title__faq > img {
        width: 16px;
        margin-right: 10px; } }
  @media screen and (max-width: 767px) {
    .title__faq {
      font-size: 16px;
      font-size: 1.6rem; }
      .title__faq span {
        font-size: 20px;
        font-size: 2rem;
        margin-right: 8px; } }

.title__faq-question {
  width: 86.3%;
  margin: 0 auto;
  color: #5c4b3e;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .title__faq-question {
      width: 92%; } }
  @media screen and (max-width: 767px) {
    .title__faq-question {
      font-size: 18px;
      font-size: 1.8rem; } }

.title__faq-answer {
  width: 86.3%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .title__faq-answer {
      width: 92%; } }
  .title__faq-answer img {
    margin-top: 42px; }
    @media screen and (max-width: 767px) {
      .title__faq-answer img {
        margin-top: 20px; } }

.block__main {
  margin: 0 auto;
  max-width: 1093px;
  width: 80vw;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .block__main {
      width: 85vw; } }
  .block__main .lower-page__bg-img div {
    position: absolute;
    z-index: -1; }
  .block__main .lower-page__bg-img div:nth-child(1) {
    width: 25.4%;
    bottom: 11.5%;
    right: -9.9%; }
  .block__main .lower-page__bg-img div:nth-child(2) {
    width: 37%;
    top: -3.4%;
    right: -15%; }
  .block__main .lower-page__bg-img div:nth-child(3) {
    width: 28.1%;
    top: 35.5%;
    left: -21.7%; }

.page-header {
  position: relative;
  margin-bottom: 140px;
  background-color: #f7fcfc;
  background-image: url(../img/common/kasou_header.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 547px; }
  @media screen and (max-width: 1199px) {
    .page-header {
      margin-bottom: 13%; } }
  @media screen and (max-width: 767px) {
    .page-header {
      background-image: url(../img/common/kasou_header-sp.png);
      background-position: right bottom;
      background-size: 46%;
      padding-bottom: 4.5%; } }
  .page-header__title {
    line-height: 1.25;
    padding-top: 21%;
    padding-bottom: 12.8%;
    color: #5c4b3e;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 64px;
    font-size: 6.4rem;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1199px) {
      .page-header__title {
        font-size: 5.6vw; } }
    @media screen and (max-width: 767px) {
      .page-header__title {
        font-size: 42px;
        font-size: 4.2rem;
        padding-top: 70.3%;
        padding-bottom: 1.3%; } }
    .page-header__title span {
      color: #24b56a;
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-size: 1.5rem;
      display: block;
      margin-left: 10px;
      margin-top: 4px; }
      @media screen and (max-width: 767px) {
        .page-header__title span {
          font-size: 13px;
          font-size: 1.3rem; } }
  .page-header__img {
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    width: 57%; }
    .page-header__img img {
      margin-right: 0;
      margin-left: auto; }
    @media screen and (max-width: 767px) {
      .page-header__img {
        width: 100%;
        top: 60px; }
        .page-header__img img {
          width: 100%; } }
  .page-header__link {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%); }
    @media screen and (max-width: 767px) {
      .page-header__link {
        position: static;
        flex-direction: column;
        transform: translate(0, 0);
        padding-left: 10px; } }
    .page-header__link li {
      width: 100%; }
      .page-header__link li:not(:last-of-type) {
        margin-right: 2%; }
      @media screen and (min-width: 768px) {
        .page-header__link li:hover a {
          background-color: #24b56a;
          transition: 0.3s; }
          .page-header__link li:hover a span {
            color: #fff;
            transition: 0.2s; }
            .page-header__link li:hover a span:before {
              top: 65%;
              transition: 0.3s; } }
      @media screen and (max-width: 767px) {
        .page-header__link li {
          width: auto;
          margin-right: 0; } }
    .page-header__link a {
      text-align: center;
      width: 100%;
      background-color: #fff;
      border-radius: 30px;
      padding: 18px 0;
      color: #5c4b3e;
      box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.05); }
      @media screen and (max-width: 767px) {
        .page-header__link a {
          font-size: 14px;
          font-size: 1.4rem;
          padding: 10px 0;
          width: auto;
          text-align: left;
          background-color: transparent;
          box-shadow: none; } }
      .page-header__link a span {
        line-height: 1;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem;
        padding-left: 25px;
        position: relative; }
        .page-header__link a span::before {
          transition: 0.2s;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          content: "";
          width: 20px;
          height: 20px;
          background-image: url(../img/common/link.png);
          background-size: contain; }
        @media screen and (max-width: 991px) {
          .page-header__link a span {
            font-size: 16px;
            font-size: 1.6rem; } }

.breadcrumbs {
  display: flex;
  margin-left: -6px;
  padding-bottom: 8.6%; }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      padding-bottom: 6.5%; } }
  .breadcrumbs a {
    line-height: 1.25;
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 16px;
    margin-left: 16px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .breadcrumbs a {
        font-size: 10px;
        font-size: 1rem;
        white-space: nowrap; } }
  .breadcrumbs li:not(:last-of-type) a:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #362d25;
    border-bottom: 1px solid #362d25;
    opacity: 50%;
    transform: translateY(-50%) rotate(-45deg); }
  .breadcrumbs li:last-of-type a {
    opacity: 0.5; }

.biz-hour {
  width: 100%;
  display: block;
  border-collapse: collapse;
  margin-bottom: 14px; }
  .biz-hour th,
  .biz-hour td {
    padding: 10px 0;
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    width: calc(100% / 8); }
    @media screen and (max-width: 767px) {
      .biz-hour th,
      .biz-hour td {
        font-size: 12px;
        font-size: 1.2rem; } }
  .biz-hour th {
    font-weight: 400;
    padding-bottom: 16px; }
  .biz-hour tr {
    border-bottom: 1px dashed rgba(54, 45, 37, 0.2); }
  .biz-hour td:not(.top) {
    color: #24b56a; }
  .biz-hour .top {
    text-align: left;
    white-space: nowrap;
    padding-left: 12px; }

.holiday {
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 16px; }
  .holiday span {
    color: #24b56a; }
  @media screen and (max-width: 767px) {
    .holiday {
      font-size: 10px;
      font-size: 1rem;
      padding-left: 0; } }

.btn {
  margin-top: 40px; }
  .btn a {
    line-height: 1.4;
    text-align: center;
    background-color: #e6837a;
    max-width: 348px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 40px; }
    @media screen and (max-width: 767px) {
      .btn a {
        padding-left: 14px; } }
    @media screen and (max-width: 575px) {
      .btn a {
        max-width: 236px;
        width: 90%; } }
  .btn img {
    margin-left: 10px; }

@media screen and (max-width: 767px) {
  .sp-fv-btn {
    position: fixed;
    top: 77px;
    right: 0;
    z-index: 100; }
    .sp-fv-btn div {
      margin-bottom: 12px; }
    .sp-fv-btn a {
      padding: 12px 9px;
      background-color: #e6837a;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      letter-spacing: 0.1em; }
      .sp-fv-btn a img {
        margin-top: 4px;
        margin-left: 2px; } }
.contents-link-wrapper .contents__harf {
  text-align: center; }
.contents-link-wrapper .contents__harf:not(:last-child) {
  margin-bottom: 40px; }
.contents-link-wrapper .contents__harf:nth-last-child(2) {
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .contents-link-wrapper .contents__harf:nth-last-child(2) {
      margin-bottom: 40px; } }
.contents-link-wrapper .contents-link {
  width: 100%;
  max-width: 425px;
  cursor: pointer; }
  .contents-link-wrapper .contents-link:hover {
    transform: scale(1.01); }
    .contents-link-wrapper .contents-link:hover img {
      transition: 0.3s;
      opacity: 0.6; }
  .contents-link-wrapper .contents-link img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .contents-link-wrapper .contents-link__title {
    color: #fff;
    font-weight: 700;
    background-color: #e6837a;
    font-size: 22px;
    font-size: 2.2rem;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    line-height: 1;
    padding: 22px 10px 22px 26px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .contents-link-wrapper .contents-link__title img {
      margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .contents-link-wrapper .contents-link__title {
        padding: 18px 10px 18px 26px;
        font-size: 18px;
        font-size: 1.8rem; } }

.fadein {
  opacity: 0;
  transition: all 1.7s; }

.fadein.active {
  opacity: 1; }

.blur {
  -webkit-animation-name: blurAnime;
  animation-name: blurAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(14px);
    filter: blur(14px); }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: scale(1); } }
@keyframes blurAnime {
  from {
    -webkit-filter: blur(14px);
    filter: blur(14px); }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: scale(1); } }
.btn-price {
  margin-top: 48px; }
  .btn-price a {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    max-width: 270px;
    width: 100%;
    background-color: #e6837a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 54px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-left: 14px; }
  .btn-price a::before {
    content: "";
    width: 120%;
    height: 200%;
    position: absolute;
    top: -50%;
    right: 0;
    z-index: -1;
    background: #5c4b3e;
    border-radius: 0 100% 100% 0;
    transform: translateX(-100%);
    transition: transform ease 0.5s; }
  .btn-price a:hover::before {
    transform: translateX(10%); }
  .btn-price img {
    margin-left: 14px; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
header {
  position: relative; }

@media screen and (min-width: 768px) {
  .header_bg {
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.05); } }
.header {
  background: rgba(255, 255, 255, 0);
  transition: 0.5s;
  position: fixed;
  z-index: 100;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 14px 2.5% 0; }
  @media screen and (max-width: 767px) {
    .header {
      background-color: #fff;
      height: 60px; } }
  @media screen and (max-width: 767px) {
    .header {
      padding: 8px 7.5%; } }
  @media screen and (max-width: 767px) {
    .header__left {
      flex-shrink: 0;
      align-items: center;
      display: flex; }
      .header__left img {
        width: 159px; } }
  .header .title__add {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    margin-top: 4px;
    margin-bottom: 7px; }
    @media screen and (max-width: 767px) {
      .header .title__add {
        display: none; } }
  .header__right {
    flex-shrink: 0; }
  .header .nav__list {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    transition: ease-in-out 0.5s;
    z-index: -1; }
    .header .nav__list a {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      color: #5c4b3e;
      padding: 8px 16px; }
      @media screen and (max-width: 1199px) {
        .header .nav__list a {
          font-size: 15px;
          font-size: 1.5rem;
          padding: 8px 10px; } }
    @media screen and (max-width: 767px) {
      .header .nav__list {
        justify-content: flex-start;
        transform: translateY(-100%);
        opacity: 0;
        box-shadow: -3px 2px 5px rgba(0, 0, 0, 0.05);
        position: fixed;
        width: 100%;
        left: 0;
        top: 60px;
        flex-direction: column;
        background-color: #fff; }
        .header .nav__list a {
          width: 100%;
          padding: 16px 8%; } }
  @media screen and (min-width: 768px) {
    .header .nav__item:hover > a {
      opacity: 0.75; }
    .header .nav__item:hover .nav__inner-list {
      padding: 10px 10px;
      margin-top: -10px; }
    .header .nav__item:hover .nav__inner-list--many {
      flex-wrap: wrap;
      display: flex;
      opacity: 1;
      visibility: visible; }
      .header .nav__item:hover .nav__inner-list--many .nav__inner-item:first-of-type {
        -webkit-animation: fade 0.4s ease-in-out 0.1s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.1s 1 normal forwards; }
      .header .nav__item:hover .nav__inner-list--many .nav__inner-item:nth-of-type(2) {
        -webkit-animation: fade 0.4s ease-in-out 0.1s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.1s 1 normal forwards; }
      .header .nav__item:hover .nav__inner-list--many .nav__inner-item:nth-of-type(3) {
        -webkit-animation: fade 0.4s ease-in-out 0.2s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.2s 1 normal forwards; }
      .header .nav__item:hover .nav__inner-list--many .nav__inner-item:nth-of-type(4) {
        -webkit-animation: fade 0.4s ease-in-out 0.2s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.2s 1 normal forwards; }
      .header .nav__item:hover .nav__inner-list--many .nav__inner-item:nth-of-type(5) {
        -webkit-animation: fade 0.4s ease-in-out 0.3s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.3s 1 normal forwards; }
      .header .nav__item:hover .nav__inner-list--many .nav__inner-item:nth-of-type(6) {
        -webkit-animation: fade 0.4s ease-in-out 0.3s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.3s 1 normal forwards; }
      .header .nav__item:hover .nav__inner-list--many .nav__inner-item:nth-of-type(7) {
        -webkit-animation: fade 0.4s ease-in-out 0.4s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.4s 1 normal forwards; }
      .header .nav__item:hover .nav__inner-list--many .nav__inner-item:nth-of-type(8) {
        -webkit-animation: fade 0.4s ease-in-out 0.4s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.4s 1 normal forwards; }
      .header .nav__item:hover .nav__inner-list--many .nav__inner-item:nth-of-type(9) {
        -webkit-animation: fade 0.4s ease-in-out 0.5s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.5s 1 normal forwards; }
      .header .nav__item:hover .nav__inner-list--many .nav__inner-item:nth-of-type(10) {
        -webkit-animation: fade 0.4s ease-in-out 0.5s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.5s 1 normal forwards; }
      .header .nav__item:hover .nav__inner-list--many .nav__inner-item:nth-of-type(11) {
        -webkit-animation: fade 0.4s ease-in-out 0.6s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.6s 1 normal forwards; }
      .header .nav__item:hover .nav__inner-list--many .nav__inner-item:nth-of-type(12) {
        -webkit-animation: fade 0.4s ease-in-out 0.6s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.6s 1 normal forwards; }
      .header .nav__item:hover .nav__inner-list--many .nav__inner-item:nth-of-type(13) {
        -webkit-animation: fade 0.4s ease-in-out 0.7s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.7s 1 normal forwards; }
      .header .nav__item:hover .nav__inner-list--many .nav__inner-item:nth-of-type(14) {
        -webkit-animation: fade 0.4s ease-in-out 0.7s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.7s 1 normal forwards; }
    .header .nav__item:hover .nav__inner-list--few {
      opacity: 1;
      visibility: visible;
      display: block; }
      .header .nav__item:hover .nav__inner-list--few .nav__inner-item:first-of-type {
        -webkit-animation: fade 0.4s ease-in-out 0.1s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.1s 1 normal forwards; }
      .header .nav__item:hover .nav__inner-list--few .nav__inner-item:nth-of-type(2) {
        -webkit-animation: fade 0.4s ease-in-out 0.2s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.2s 1 normal forwards; }
      .header .nav__item:hover .nav__inner-list--few .nav__inner-item:nth-of-type(3) {
        -webkit-animation: fade 0.4s ease-in-out 0.3s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.3s 1 normal forwards; }
      .header .nav__item:hover .nav__inner-list--few .nav__inner-item:nth-of-type(4) {
        -webkit-animation: fade 0.4s ease-in-out 0.4s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.4s 1 normal forwards; } }
  .header .nav__item span {
    padding-right: 15px;
    position: relative; }
    .header .nav__item span:before {
      position: absolute;
      content: "";
      right: 0;
      top: 50%;
      width: 8px;
      height: 8px;
      border-right: 1px solid #24b56a;
      border-bottom: 1px solid #24b56a;
      transform: rotate(45deg) translate(-50%, -50%); }
  @media screen and (max-width: 767px) {
    .header .nav__item {
      width: 100%;
      opacity: 0; } }
  .header .nav__inner-list {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 0; }
    @media screen and (max-width: 767px) {
      .header .nav__inner-list {
        position: static; } }
  .header .nav__inner-item {
    opacity: 0;
    width: 190px;
    padding-top: 4px;
    padding-right: 4px; }
    .header .nav__inner-item a {
      width: 100%;
      background-color: #fff;
      border-radius: 4px;
      box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.05);
      height: 100%;
      display: flex;
      align-items: center;
      width: 100%;
      font-size: 14px;
      font-size: 1.4rem;
      padding-left: 10px; }
      @media screen and (min-width: 768px) {
        .header .nav__inner-item a:hover {
          background-color: #e6837a; }
          .header .nav__inner-item a:hover::before {
            background-color: #fff;
            margin-right: 6px; } }
      .header .nav__inner-item a::before {
        content: "";
        background-color: #e6837a;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin-right: 6px;
        flex-shrink: 0; }
  @media screen and (min-width: 768px) {
    .header .nav__inner-item--s {
      box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.05); }
      .header .nav__inner-item--s a {
        white-space: nowrap;
        font-size: 12px;
        font-size: 1.2rem; } }
  .header .nav__top-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .header .nav__top-info {
        display: none; } }
  .header .nav__reservation {
    display: flex;
    align-items: center;
    margin-right: 2.6vw; }
  .header .nav__reservation-img {
    margin-right: 8px; }
  .header .nav__tel__message {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #5c4b3e; }
  .header .nav__tel__number {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 700;
    color: #5c4b3e;
    line-height: 1; }
    @media screen and (max-width: 1199px) {
      .header .nav__tel__number {
        font-size: 32px;
        font-size: 3.2rem; } }
  .header .nav__tel__add {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1; }
  .header .nav__btn-wrapper {
    display: flex; }
    @media screen and (max-width: 1199px) {
      .header .nav__btn-wrapper {
        flex-direction: column; } }
  .header .nav__btn:first-child {
    margin-right: 10px; }
    @media screen and (max-width: 1199px) {
      .header .nav__btn:first-child {
        margin-right: 0;
        margin-bottom: 4px; } }
  .header .nav__btn a {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-color: #e6837a;
    border-radius: 50px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 180px;
    height: 44px;
    padding-left: 20px; }
    @media screen and (max-width: 991px) {
      .header .nav__btn a {
        padding-left: 16px; } }
    .header .nav__btn a img {
      position: absolute;
      left: 24px; }
      @media screen and (max-width: 1199px) {
        .header .nav__btn a img {
          width: 12%; } }
      @media screen and (max-width: 991px) {
        .header .nav__btn a img {
          left: 18px; } }
    @media screen and (max-width: 1199px) {
      .header .nav__btn a {
        height: 32px; } }
    @media screen and (max-width: 991px) {
      .header .nav__btn a {
        width: 140px; } }
  .header .nav__btn a::before {
    content: "";
    width: 120%;
    height: 200%;
    position: absolute;
    top: -50%;
    right: 0;
    z-index: -1;
    background: #5c4b3e;
    border-radius: 0 100% 100% 0;
    transform: translateX(-100%);
    transition: transform ease 0.5s; }
  .header .nav__btn a:hover::before {
    transform: translateX(10%); }

@media screen and (max-width: 767px) {
  .hum-btn {
    cursor: pointer;
    box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    height: 44px;
    width: 44px;
    margin-right: -10px;
    position: relative; }
    .hum-btn span {
      position: absolute;
      left: 20%;
      display: block;
      width: 60%;
      margin: 0 auto;
      height: 3px;
      border-radius: 20px;
      background-color: #5c4b3e;
      transition: 0.3s; }
    .hum-btn span:nth-of-type(1) {
      top: 17%; }
    .hum-btn span:nth-of-type(2) {
      top: 38%; }
    .hum-btn span:nth-of-type(3) {
      bottom: 34%; }
    .hum-btn p {
      position: absolute;
      bottom: 3px;
      left: 50%;
      transform: translateX(-50%) scale(0.9);
      color: #e6837a;
      font-size: 10px;
      font-size: 1rem;
      line-height: 1;
      margin-top: 2px; }

  .hum-btn-open {
    overflow: hidden; }
    .hum-btn-open .nav__list {
      opacity: 1;
      overflow-y: scroll;
      transform: translateY(0);
      padding: 16px 0 32px 0;
      max-height: 80vh; }
    .hum-btn-open .nav__item:first-of-type {
      -webkit-animation: fade 0.4s ease-in-out 0.45s 1 normal forwards;
      animation: fade 0.4s ease-in-out 0.45s 1 normal forwards;
      cursor: pointer; }
      .hum-btn-open .nav__item:first-of-type > a {
        pointer-events: none; }
    .hum-btn-open .nav__item:nth-child(2) {
      -webkit-animation: fade 0.4s ease-in-out 0.55s 1 normal forwards;
      animation: fade 0.4s ease-in-out 0.55s 1 normal forwards;
      cursor: pointer; }
      .hum-btn-open .nav__item:nth-child(2) > a {
        pointer-events: none; }
    .hum-btn-open .nav__item:nth-child(3) {
      -webkit-animation: fade 0.4s ease-in-out 0.65s 1 normal forwards;
      animation: fade 0.4s ease-in-out 0.65s 1 normal forwards; }
    .hum-btn-open .nav__item:nth-child(4) {
      -webkit-animation: fade 0.4s ease-in-out 0.75s 1 normal forwards;
      animation: fade 0.4s ease-in-out 0.75s 1 normal forwards; }
    .hum-btn-open .nav__item:nth-child(5) {
      -webkit-animation: fade 0.4s ease-in-out 0.85s 1 normal forwards;
      animation: fade 0.4s ease-in-out 0.85s 1 normal forwards; }
    .hum-btn-open .nav__inner-list {
      display: none;
      margin: 0 60px 40px;
      height: auto; } }
    @media screen and (max-width: 767px) and (max-width: 575px) {
      .hum-btn-open .nav__inner-list {
        margin: 0 30px 40px; } }
@media screen and (max-width: 767px) {
    .hum-btn-open .nav__inner-item {
      padding-top: 0;
      padding-right: 0; }
      .hum-btn-open .nav__inner-item a {
        box-shadow: none; }
    .hum-btn-open .nav .innermenu-open {
      opacity: 1;
      visibility: visible;
      display: flex;
      flex-wrap: wrap; }
      .hum-btn-open .nav .innermenu-open .nav__inner-item {
        width: 50%; }
      .hum-btn-open .nav .innermenu-open .nav__inner-item:first-of-type {
        -webkit-animation: fade 0.4s ease-in-out 0.1s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.1s 1 normal forwards; }
      .hum-btn-open .nav .innermenu-open .nav__inner-item:nth-of-type(2) {
        -webkit-animation: fade 0.4s ease-in-out 0.1s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.1s 1 normal forwards; }
      .hum-btn-open .nav .innermenu-open .nav__inner-item:nth-of-type(3) {
        -webkit-animation: fade 0.4s ease-in-out 0.2s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.2s 1 normal forwards; }
      .hum-btn-open .nav .innermenu-open .nav__inner-item:nth-of-type(4) {
        -webkit-animation: fade 0.4s ease-in-out 0.2s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.2s 1 normal forwards; }
      .hum-btn-open .nav .innermenu-open .nav__inner-item:nth-of-type(5) {
        -webkit-animation: fade 0.4s ease-in-out 0.3s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.3s 1 normal forwards; }
      .hum-btn-open .nav .innermenu-open .nav__inner-item:nth-of-type(6) {
        -webkit-animation: fade 0.4s ease-in-out 0.3s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.3s 1 normal forwards; }
      .hum-btn-open .nav .innermenu-open .nav__inner-item:nth-of-type(7) {
        -webkit-animation: fade 0.4s ease-in-out 0.4s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.4s 1 normal forwards; }
      .hum-btn-open .nav .innermenu-open .nav__inner-item:nth-of-type(8) {
        -webkit-animation: fade 0.4s ease-in-out 0.4s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.4s 1 normal forwards; }
      .hum-btn-open .nav .innermenu-open .nav__inner-item:nth-of-type(9) {
        -webkit-animation: fade 0.4s ease-in-out 0.5s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.5s 1 normal forwards;
        width: 100%; }
      .hum-btn-open .nav .innermenu-open .nav__inner-item:nth-of-type(10) {
        -webkit-animation: fade 0.4s ease-in-out 0.6s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.6s 1 normal forwards;
        width: 100%; }
      .hum-btn-open .nav .innermenu-open .nav__inner-item:nth-of-type(11) {
        -webkit-animation: fade 0.4s ease-in-out 0.7s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.7s 1 normal forwards; }
      .hum-btn-open .nav .innermenu-open .nav__inner-item:nth-of-type(12) {
        -webkit-animation: fade 0.4s ease-in-out 0.7s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.7s 1 normal forwards; }
      .hum-btn-open .nav .innermenu-open .nav__inner-item:nth-of-type(13) {
        -webkit-animation: fade 0.4s ease-in-out 0.8s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.8s 1 normal forwards;
        width: 100%; }
      .hum-btn-open .nav .innermenu-open .nav__inner-item:nth-of-type(14) {
        -webkit-animation: fade 0.4s ease-in-out 0.8s 1 normal forwards;
        animation: fade 0.4s ease-in-out 0.8s 1 normal forwards;
        width: 100%; }
    .hum-btn-open .hum-btn span {
      transition: 0.4s; }
    .hum-btn-open .hum-btn span:nth-of-type(1) {
      rotate: -45deg;
      top: 37%; }
    .hum-btn-open .hum-btn span:nth-of-type(2) {
      opacity: 0; }
    .hum-btn-open .hum-btn span:nth-of-type(3) {
      rotate: 45deg;
      bottom: 56%; } }
.top-access__block {
  padding: 110px 0 120px;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .top-access__block {
      margin-top: 80px;
      padding: 65px 0 50px; } }
  .top-access__block__inner {
    width: 80%;
    max-width: 1092px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .top-access__block__inner {
        width: 85%; } }
    @media screen and (max-width: 767px) {
      .top-access__block__inner {
        flex-direction: column; } }
  .top-access__block__img {
    margin-bottom: 33px; }
    @media screen and (max-width: 767px) {
      .top-access__block__img {
        width: 202px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 42px; } }
  .top-access__block__adress {
    margin-bottom: 33px; }
    @media screen and (max-width: 767px) {
      .top-access__block__adress {
        text-align: center;
        margin-bottom: 15px; } }
  .top-access__block__time {
    font-size: 10px;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      .top-access__block__time {
        text-align: center;
        margin-bottom: 36px; } }
  .top-access__block__btn-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .top-access__block__btn-wrapper {
        flex-direction: column; } }
  .top-access__block__btn {
    width: 49%;
    margin-bottom: 18px; }
    @media screen and (max-width: 991px) {
      .top-access__block__btn {
        width: 100%;
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 14px; }
        .top-access__block__btn:first-child {
          margin-bottom: 10px; } }
    .top-access__block__btn a {
      position: relative;
      z-index: 1;
      display: block;
      overflow: hidden;
      transition: 0.5s;
      background-color: #e6837a;
      border-radius: 50px;
      font-weight: 700;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 60px;
      font-size: 22px;
      font-size: 2.2rem;
      text-align: left;
      padding: 0 6px 0px 0px; }
      @media screen and (max-width: 1199px) {
        .top-access__block__btn a {
          font-size: 1.75vw; }
          .top-access__block__btn a img {
            width: 12%; } }
      @media screen and (max-width: 991px) {
        .top-access__block__btn a {
          font-size: 20px;
          font-size: 2rem;
          padding: 0 10px 0px 0px; } }
    .top-access__block__btn a::before {
      content: "";
      width: 120%;
      height: 200%;
      position: absolute;
      top: -50%;
      right: 0;
      z-index: -1;
      background: #5c4b3e;
      border-radius: 0 100% 100% 0;
      transform: translateX(-100%);
      transition: transform ease 0.5s; }
    .top-access__block__btn a:hover::before {
      transform: translateX(10%); }
    .top-access__block__btn .reservation img {
      margin-right: 12px; }
    .top-access__block__btn .tel {
      font-family: "Roboto", sans-serif; }
      @media screen and (min-width: 768px) {
        .top-access__block__btn .tel {
          pointer-events: none; } }
      .top-access__block__btn .tel img {
        margin-right: 6px; }
  .top-access__block__biz-hour {
    margin-top: auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .top-access__block__biz-hour {
        max-width: 400px;
        margin-right: auto;
        margin-left: auto; } }

@media screen and (max-width: 767px) {
  #top .top-access__block {
    margin-top: 0; } }

.links__block {
  background-color: #fafafa;
  padding: 100px 0 80px; }
  @media screen and (max-width: 767px) {
    .links__block {
      padding: 80px 0 80px; } }
  .links__block__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
    max-width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .links__block__inner {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .links__block__inner {
        width: 80%; } }
  .links__block__contents {
    width: 48%;
    transition: 0.2s; }
    .links__block__contents:hover {
      transition: 0.3s;
      opacity: 0.75; }
      .links__block__contents:hover a {
        transform: scale(1.02); }
    @media screen and (max-width: 767px) {
      .links__block__contents {
        width: 100%; }
        .links__block__contents:first-child {
          margin-bottom: 40px; } }
  .links__block img {
    border-radius: 4px;
    margin-bottom: 17px;
    width: 100%;
    box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.05); }

.footer {
  position: relative; }
  .footer__inner {
    width: 80%;
    max-width: 1092px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .footer__inner {
        width: 85%; } }
  .footer__list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 80px 0; }
    @media screen and (max-width: 767px) {
      .footer__list {
        padding: 40px 0; } }
  .footer__item {
    border-right: 1px dashed #d8d8d8;
    width: calc(100% / 6); }
    @media screen and (max-width: 849px) {
      .footer__item {
        width: calc(100% / 3);
        margin-bottom: 20px; } }
    @media screen and (max-width: 439px) {
      .footer__item {
        width: calc(100% / 2); } }
    .footer__item:first-child {
      border-left: 1px dashed #d8d8d8; }
    @media screen and (max-width: 849px) {
      .footer__item:nth-child(4) {
        border-left: 1px dashed #d8d8d8; } }
    @media screen and (max-width: 439px) {
      .footer__item:nth-child(4) {
        border-left: none; } }
    @media screen and (max-width: 439px) {
      .footer__item:nth-child(3), .footer__item:nth-child(5) {
        border-left: 1px dashed #d8d8d8; } }
    .footer__item a {
      transition: 0.2s;
      font-size: 18px;
      font-size: 1.8rem;
      color: #5c4b3e;
      font-weight: 700;
      width: 100%;
      text-align: center;
      white-space: nowrap;
      padding: 14px 0;
      line-height: 1; }
      .footer__item a:hover {
        opacity: 0.75;
        transition: 0.2s; }
      @media screen and (max-width: 767px) {
        .footer__item a {
          font-size: 14px;
          font-size: 1.4rem; } }
  .footer__copyright {
    background-color: #24b56a; }
    .footer__copyright__inner {
      width: 70%;
      max-width: 960px;
      margin: 0 auto;
      padding: 18px 0; }
    .footer__copyright__list {
      display: flex;
      justify-content: center;
      margin-bottom: 10px; }
    .footer__copyright__item {
      line-height: 1; }
      .footer__copyright__item span,
      .footer__copyright__item a {
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        line-height: 1;
        transition: 0.2s; }
      .footer__copyright__item span {
        padding: 0 4px; }
      .footer__copyright__item:hover {
        opacity: 0.7;
        transition: 0.2s; }
    .footer__copyright__address {
      text-align: center; }
      .footer__copyright__address p {
        color: #fff;
        font-size: 10px;
        font-size: 1rem; }
  .footer__return-top {
    position: absolute;
    right: 7%;
    top: 24px;
    transform: translateY(-100%); }

#top .fv__block {
  height: 768px;
  background-color: #f7fcfc;
  overflow-x: hidden;
  position: relative;
  /*スクロールダウン全体の場所*/
  /*高さ・位置・透過が変化して線が上から下に動く*/ }
  #top .fv__block .scrolldown {
    position: absolute;
    left: 51px;
    bottom: 23px;
    height: 50px;
    z-index: 1;
    height: 227px; }
    @media screen and (max-width: 767px) {
      #top .fv__block .scrolldown {
        left: 18px;
        bottom: 280px; } }
  #top .fv__block .scrolldown span {
    position: absolute;
    left: -9px;
    bottom: 0;
    color: #24b56a;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.2em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
  #top .fv__block .scrolldown::before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 140px;
    background: #24b56a;
    -webkit-animation: pathmove 1.4s ease-in-out infinite;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0; }
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 120px;
    opacity: 1; }
  100% {
    height: 0;
    top: 140px;
    opacity: 0; } }
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 120px;
    opacity: 1; }
  100% {
    height: 0;
    top: 140px;
    opacity: 0; } }
  @media screen and (max-width: 767px) {
    #top .fv__block {
      height: 100vh; } }
  #top .fv__block__bg-img div {
    position: absolute; }
  #top .fv__block__bg-img div:nth-child(1) {
    top: -4%;
    right: -4%;
    width: 28.6%; }
  #top .fv__block__bg-img div:nth-child(2) {
    width: 26.9%;
    top: 40%;
    left: 42%; }
  #top .fv__block__bg-img div:nth-child(3) {
    top: 0;
    left: 0;
    width: 42.6%; }
  #top .fv__block__inner {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
    height: 768px; }
    @media screen and (max-width: 767px) {
      #top .fv__block__inner {
        height: 100vh;
        max-width: 100%; } }
  #top .fv__block__left {
    position: absolute;
    left: -130px;
    bottom: 0;
    width: 881px;
    height: 695px;
    display: flex;
    align-items: flex-end; }
    @media screen and (max-width: 991px) {
      #top .fv__block__left {
        left: -380px; } }
    @media screen and (max-width: 767px) {
      #top .fv__block__left {
        position: static;
        height: 100vh;
        max-width: 100%;
        left: 0;
        z-index: -1;
        padding-top: 60px; }
        #top .fv__block__left .sp-fv-bg {
          position: absolute;
          z-index: 0;
          width: 100%;
          height: 55vh;
          background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 30%);
          bottom: 0; } }
    @media screen and (min-width: 768px) {
      #top .fv__block__left__slider {
        display: none; } }
    @media screen and (max-width: 767px) {
      #top .fv__block__left__slider {
        width: 100%;
        height: 100vh;
        padding-top: 60px;
        overflow: hidden; }
        #top .fv__block__left__slider img {
          height: calc(100vh - 195px);
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: top left;
          object-position: top left;
          width: 100%; }
      @-webkit-keyframes fadezoom {
        0% {
          transform: scale(1); }
        100% {
          transform: scale(1.1); } }
      @keyframes fadezoom {
        0% {
          transform: scale(1); }
        100% {
          transform: scale(1.11); } }
        #top .fv__block__left__slider .slick-animation {
          -webkit-animation: fadezoom 5s 0s forwards;
          animation: fadezoom 5s 0s forwards; } }
  #top .fv__block__img-wrapper01 {
    margin-right: 20px; }
    #top .fv__block__img-wrapper01 div:first-child {
      margin-bottom: 20px; }
      #top .fv__block__img-wrapper01 div:first-child img {
        border-radius: 30px; }
    #top .fv__block__img-wrapper01 div:last-child img {
      border-top-left-radius: 30px;
      border-top-right-radius: 30px; }
    @media screen and (max-width: 767px) {
      #top .fv__block__img-wrapper01 {
        display: none; } }
  #top .fv__block__img-wrapper02 img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px; }
  @media screen and (max-width: 767px) {
    #top .fv__block__img-wrapper02 {
      display: none; } }
  #top .fv__block__right {
    position: absolute;
    right: -30px;
    bottom: 18px;
    width: 523px;
    height: 490px; }
    @media screen and (max-width: 767px) {
      #top .fv__block__right {
        width: 100%;
        right: 0;
        bottom: 4px;
        height: auto;
        text-align: center; } }
    #top .fv__block__right .biz-hour {
      position: absolute;
      bottom: 0;
      margin-bottom: 0;
      z-index: 1;
      box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.05);
      max-width: 523px;
      width: 100%;
      border-radius: 30px;
      background-color: #fff;
      border-collapse: collapse;
      padding: 20px 60px 30px 30px; }
      @media screen and (max-width: 767px) {
        #top .fv__block__right .biz-hour {
          border-radius: 0;
          max-width: 100%;
          padding: 20px 7.5%;
          left: 0;
          z-index: 2; }
          #top .fv__block__right .biz-hour__icon {
            display: none; } }
      @media screen and (max-width: 767px) {
        #top .fv__block__right .biz-hour__fv {
          padding: 7px 7.5%; }
          #top .fv__block__right .biz-hour__fv th,
          #top .fv__block__right .biz-hour__fv td {
            padding: 5px 0 !important; } }
      #top .fv__block__right .biz-hour .holiday {
        padding-left: 0;
        margin-top: 6px;
        text-align: left; }
      #top .fv__block__right .biz-hour__icon {
        position: absolute;
        transform: translateY(-100%);
        top: 30px;
        right: 38px; }
      #top .fv__block__right .biz-hour th,
      #top .fv__block__right .biz-hour td {
        padding: 10px 0;
        text-align: center;
        width: calc(100% / 8); }
      #top .fv__block__right .biz-hour th {
        font-weight: 400;
        padding-bottom: 2px; }
      #top .fv__block__right .biz-hour th:first-child,
      #top .fv__block__right .biz-hour td:first-child {
        text-align: left;
        padding-left: 8px; }
      #top .fv__block__right .biz-hour tr {
        border-bottom: 1px dashed rgba(54, 45, 37, 0.2); }
      #top .fv__block__right .biz-hour td:not(.top) {
        color: #24b56a; }
  #top .fv__block .fv__block__catchcopy__bg1 {
    position: absolute;
    top: -113px;
    right: -1vw;
    z-index: -1;
    min-width: 150px; }
    @media screen and (max-width: 767px) {
      #top .fv__block .fv__block__catchcopy__bg1 {
        width: 15vw;
        right: -120px;
        top: -62px; } }
  #top .fv__block .fv__block__catchcopy__bg2 {
    position: absolute;
    bottom: -180px;
    left: -11.7vw;
    min-width: 150px; }
    @media screen and (max-width: 1199px) {
      #top .fv__block .fv__block__catchcopy__bg2 {
        width: 15vw;
        left: 0; } }
    @media screen and (max-width: 767px) {
      #top .fv__block .fv__block__catchcopy__bg2 {
        left: -110px;
        bottom: -52px;
        z-index: -1; } }
  #top .fv__block .fv__block__catchcopy__bg3 {
    position: absolute;
    top: -105px;
    left: -120px;
    width: 160px; }
    @media screen and (max-width: 1199px) {
      #top .fv__block .fv__block__catchcopy__bg3 {
        left: 0; } }
    @media screen and (max-width: 767px) {
      #top .fv__block .fv__block__catchcopy__bg3 {
        display: none; } }
  #top .fv__block__catchcopy {
    position: relative;
    font-size: 50px;
    font-size: 5rem;
    font-weight: 700;
    color: #5c4b3e;
    letter-spacing: 0.06;
    line-height: 1.4;
    margin-bottom: 24px;
    padding-right: 60px;
    z-index: 1; }
    @media screen and (max-width: 1199px) {
      #top .fv__block__catchcopy {
        text-align: right;
        right: 40px; } }
    @media screen and (max-width: 767px) {
      #top .fv__block__catchcopy {
        transform: scale(1.4);
        right: 0;
        padding: 0;
        text-align: center;
        font-size: 32px;
        font-size: 3.2rem;
        display: inline-block;
        margin-bottom: 40px; } }
    @media screen and (max-width: 575px) {
      #top .fv__block__catchcopy {
        transform: scale(1);
        margin-bottom: 6px; } }
  #top .fv__block__catchcopy-sub {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    color: #5c4b3e;
    letter-spacing: 0.06;
    line-height: 1;
    margin-bottom: 93px;
    padding-right: 60px; }
    @media screen and (max-width: 1199px) {
      #top .fv__block__catchcopy-sub {
        text-align: right;
        right: 40px;
        position: relative; } }
    @media screen and (max-width: 767px) {
      #top .fv__block__catchcopy-sub {
        transform: scale(1.4);
        right: 0;
        padding: 0;
        text-align: center;
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 185px; } }
    @media screen and (max-width: 575px) {
      #top .fv__block__catchcopy-sub {
        transform: scale(1); } }
#top .info__block {
  padding-top: 90px;
  padding-bottom: 120px; }
  @media screen and (max-width: 767px) {
    #top .info__block {
      padding-top: 64px;
      padding-bottom: 80px; } }
  #top .info__block__inner {
    width: 70%;
    max-width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #top .info__block__inner {
        width: 80%; } }
  #top .info__block__title {
    text-align: center;
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 46px;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #e6837a;
    line-height: 1; }
    #top .info__block__title span {
      line-height: 1;
      color: #5c4b3e;
      font-size: 14px;
      font-size: 1.4rem; }
    #top .info__block__title span {
      display: block;
      margin-top: 18px; }
    @media screen and (max-width: 767px) {
      #top .info__block__title {
        font-size: 28px;
        font-size: 2.8rem;
        flex-direction: column;
        justify-self: center;
        margin-bottom: 18px; }
        #top .info__block__title span {
          margin-left: 0;
          margin-top: 12px; } }
  #top .info__block__list {
    margin-bottom: 48px; }
  #top .info__block__item {
    display: flex;
    border-bottom: 1px dashed #d8d8d8;
    padding: 0 4.2%; }
    #top .info__block__item a {
      width: 100%;
      display: flex;
      padding: 26px 0;
      transition: 0.2s; }
      #top .info__block__item a:hover {
        opacity: 0.7;
        transition: 0.2s; }
    #top .info__block__item .day {
      font-weight: 700;
      padding-right: 6.3%; }
  #top .info__block__banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      #top .info__block__banner {
        flex-direction: column; } }
    #top .info__block__banner a {
      width: 48%; }
      @media screen and (max-width: 767px) {
        #top .info__block__banner a {
          width: 100%; }
          #top .info__block__banner a:first-child {
            margin-bottom: 20px; } }
      #top .info__block__banner a:hover {
        transition: 0.3s;
        opacity: 0.75;
        transform: scale(1.02); }
    #top .info__block__banner img {
      width: 100%;
      box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.05);
      border-radius: 4px; }
  #top .info__block__btn {
    margin-bottom: 80px; }
    #top .info__block__btn a {
      position: relative;
      z-index: 1;
      display: block;
      overflow: hidden;
      transition: 0.5s;
      background-color: #e6837a;
      border-radius: 50px;
      font-weight: 700;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      font-size: 1.8rem;
      margin: 0 auto;
      width: 200px;
      height: 44px; }
      #top .info__block__btn a img {
        margin-left: 10px; }
    #top .info__block__btn a::before {
      content: "";
      width: 120%;
      height: 200%;
      position: absolute;
      top: -50%;
      right: 0;
      z-index: -1;
      background: #5c4b3e;
      border-radius: 0 100% 100% 0;
      transform: translateX(-100%);
      transition: transform ease 0.5s; }
    #top .info__block__btn a:hover::before {
      transform: translateX(10%); }
    @media screen and (max-width: 767px) {
      #top .info__block__btn {
        margin-bottom: 60px; } }
#top .about__block {
  background-color: #fafafa;
  overflow-x: hidden;
  padding-bottom: 18.7%; }
  @media screen and (max-width: 767px) {
    #top .about__block {
      padding-bottom: 18.7%; } }
  #top .about__block__wrapper {
    position: relative;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto; }
  #top .about__block__inner {
    padding-top: 20.1%;
    width: 80%;
    max-width: 1092px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #top .about__block__inner {
        width: 85%; } }
    @media screen and (max-width: 767px) {
      #top .about__block__inner {
        padding-top: 100px; } }
  #top .about__block .about__text {
    margin-bottom: 15%; }
    #top .about__block .about__text__bg-img div {
      position: absolute; }
    #top .about__block .about__text__bg-img div:nth-child(1) {
      width: 52.1%;
      left: -6.5%;
      top: 27.2%; }
    #top .about__block .about__text__bg-img div:nth-child(2) {
      width: 19.9%;
      left: -6.5%;
      top: 23.5%; }
    #top .about__block .about__text__img-item {
      position: absolute; }
    #top .about__block .about__text__img-item:nth-child(1) {
      left: 0;
      top: 4.55%;
      width: 27.9%; }
      @media screen and (max-width: 767px) {
        #top .about__block .about__text__img-item:nth-child(1) {
          display: none; } }
    #top .about__block .about__text__img-item:nth-child(2) {
      left: 10.1%;
      top: 16.6%;
      width: 29.2%; }
      @media screen and (max-width: 767px) {
        #top .about__block .about__text__img-item:nth-child(2) {
          left: -20px;
          opacity: 0.3;
          width: 226px; } }
    #top .about__block .about__text__img-item:nth-child(3) {
      left: 32.6%;
      top: 9.3%;
      width: 26.1%; }
      @media screen and (max-width: 767px) {
        #top .about__block .about__text__img-item:nth-child(3) {
          display: none; } }
    #top .about__block .about__text__img-item:nth-child(4) {
      right: 0;
      top: 22.35%;
      width: 16.7%; }
      @media screen and (max-width: 767px) {
        #top .about__block .about__text__img-item:nth-child(4) {
          display: none; } }
    #top .about__block .about__text__img-item:nth-child(5) {
      right: 0;
      top: 2.4%;
      transform: translateX(50%);
      width: 50%; }
      @media screen and (max-width: 767px) {
        #top .about__block .about__text__img-item:nth-child(5) {
          transform: translateX(0);
          right: -20px;
          opacity: 0.3;
          width: 189px; } }
    #top .about__block .about__text__img img {
      border-radius: 30px; }
    #top .about__block .about__text__title {
      position: relative;
      z-index: 1;
      line-height: 1.25;
      width: 50%;
      margin-right: 0;
      margin-left: auto;
      text-align: left;
      margin-bottom: 5.8%;
      font-size: 43px;
      font-size: 4.3rem;
      font-weight: bold;
      color: #5c4b3e; }
      @media screen and (max-width: 1199px) {
        #top .about__block .about__text__title {
          font-size: 3.15vw; } }
      @media screen and (max-width: 767px) {
        #top .about__block .about__text__title {
          font-size: 24px;
          font-size: 2.4rem;
          margin-left: 0;
          width: 100%;
          text-align: center;
          margin-bottom: 40px; } }
    #top .about__block .about__text__text {
      position: relative;
      z-index: 1;
      margin-right: 0;
      margin-left: auto;
      width: 50%;
      margin-bottom: 56px; }
      @media screen and (max-width: 767px) {
        #top .about__block .about__text__text {
          width: 100%;
          margin-bottom: 40px; } }
      #top .about__block .about__text__text p {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 32px; }
        @media screen and (max-width: 767px) {
          #top .about__block .about__text__text p {
            font-size: 16px;
            font-size: 1.6rem;
            margin-bottom: 16px; } }
        #top .about__block .about__text__text p span {
          background-color: rgba(230, 131, 122, 0.15);
          font-size: 18px;
          font-size: 1.8rem; }
          @media screen and (max-width: 767px) {
            #top .about__block .about__text__text p span {
              font-size: 16px;
              font-size: 1.6rem; } }
    #top .about__block .about__text__btn {
      position: relative;
      z-index: 1; }
      #top .about__block .about__text__btn a {
        position: relative;
        z-index: 1;
        display: block;
        overflow: hidden;
        transition: 0.5s;
        margin: 0 0 0 auto;
        background-color: #e6837a;
        border-radius: 50px;
        font-weight: 700;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-size: 1.8rem;
        width: 310px;
        height: 62px; }
      #top .about__block .about__text__btn a::before {
        content: "";
        width: 120%;
        height: 200%;
        position: absolute;
        top: -50%;
        right: 0;
        z-index: -1;
        background: #5c4b3e;
        border-radius: 0 100% 100% 0;
        transform: translateX(-100%);
        transition: transform ease 0.5s; }
      #top .about__block .about__text__btn a:hover::before {
        transform: translateX(10%); }
      #top .about__block .about__text__btn img {
        margin-left: 10px; }
      @media screen and (max-width: 767px) {
        #top .about__block .about__text__btn a {
          font-size: 16px;
          font-size: 1.6rem;
          height: 40px; } }
  #top .about__block .about__future {
    position: relative;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: -3px 0px 20px rgba(0, 0, 0, 0.05);
    padding-top: 11.6%;
    padding-bottom: 22%; }
    @media screen and (max-width: 767px) {
      #top .about__block .about__future {
        padding-top: 18.5%;
        padding-bottom: 41%; } }
    #top .about__block .about__future__img-list {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 82px; }
      #top .about__block .about__future__img-list img {
        border-radius: 30px;
        box-shadow: -3px 0px 20px rgba(0, 0, 0, 0.05); }
      @media screen and (max-width: 767px) {
        #top .about__block .about__future__img-list {
          flex-wrap: wrap;
          margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      #top .about__block .about__future__img-box {
        width: calc(50% - 10px); }
        #top .about__block .about__future__img-box img {
          width: 100%; } }
    #top .about__block .about__future__bg-img div {
      position: absolute; }
    #top .about__block .about__future__bg-img div:nth-child(1) {
      width: 25.4%;
      bottom: 11.5%;
      right: -9.9%; }
      @media screen and (max-width: 767px) {
        #top .about__block .about__future__bg-img div:nth-child(1) {
          width: 50%;
          bottom: 0;
          right: -17%; } }
    #top .about__block .about__future__bg-img div:nth-child(2) {
      width: 37%;
      top: -3.4%;
      right: -15%; }
      @media screen and (max-width: 767px) {
        #top .about__block .about__future__bg-img div:nth-child(2) {
          width: 50%; } }
    #top .about__block .about__future__bg-img div:nth-child(3) {
      width: 28.1%;
      top: 35.5%;
      left: -21.7%; }
      @media screen and (max-width: 767px) {
        #top .about__block .about__future__bg-img div:nth-child(3) {
          left: -44.7%;
          width: 50%; } }
    #top .about__block .about__future .title__number__wrapper p {
      margin-top: 12px; }
    #top .about__block .about__future__title {
      font-family: "Zen Maru Gothic", sans-serif;
      color: #e6837a;
      line-height: 1;
      font-size: 64px;
      font-size: 6.4rem;
      text-align: center;
      margin-bottom: 76px; }
      #top .about__block .about__future__title span {
        line-height: 1;
        color: #5c4b3e;
        font-size: 14px;
        font-size: 1.4rem; }
      #top .about__block .about__future__title span {
        font-size: 14px;
        font-size: 1.4rem;
        display: block;
        margin-top: 22px; }
      @media screen and (max-width: 767px) {
        #top .about__block .about__future__title {
          margin-bottom: 50px;
          font-size: 36px;
          font-size: 3.6rem;
          flex-direction: column; }
          #top .about__block .about__future__title span {
            margin-top: 8px;
            margin-left: 0;
            font-size: 12px;
            font-size: 1.2rem; } }
    #top .about__block .about__future__list {
      width: 81%;
      margin: 0 auto; }
    #top .about__block .about__future__btn {
      padding-top: 25px; }
      #top .about__block .about__future__btn a {
        position: relative;
        z-index: 1;
        display: block;
        overflow: hidden;
        transition: 0.5s;
        margin: 0 auto;
        background-color: #e6837a;
        border-radius: 50px;
        font-weight: 700;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-size: 1.8rem;
        width: 310px;
        height: 62px; }
      #top .about__block .about__future__btn a::before {
        content: "";
        width: 120%;
        height: 200%;
        position: absolute;
        top: -50%;
        right: 0;
        z-index: -1;
        background: #5c4b3e;
        border-radius: 0 100% 100% 0;
        transform: translateX(-100%);
        transition: transform ease 0.5s; }
      #top .about__block .about__future__btn a:hover::before {
        transform: translateX(10%); }
      #top .about__block .about__future__btn img {
        margin-left: 10px; }
      @media screen and (max-width: 767px) {
        #top .about__block .about__future__btn {
          padding-top: 12px; }
          #top .about__block .about__future__btn a {
            height: 40px;
            font-size: 16px;
            font-size: 1.6rem;
            width: 86%; } }
#top .top-slider {
  max-width: 1600px;
  margin: 0 auto;
  margin-top: -28.7%; }
  #top .top-slider__02::before, #top .top-slider__04::before, #top .top-slider__06::before {
    content: "";
    display: block;
    padding-bottom: 20%; }
  #top .top-slider img {
    width: 87.2%;
    max-width: 300px;
    border-radius: 30px; }
#top .service__block__inner {
  width: 80%;
  max-width: 1092px;
  margin: 0 auto;
  padding-top: 280px;
  padding-bottom: 112px; }
  @media screen and (max-width: 767px) {
    #top .service__block__inner {
      width: 85%; } }
  @media screen and (max-width: 767px) {
    #top .service__block__inner {
      padding-top: 70px;
      padding-bottom: 80px; } }
#top .service__block__title {
  font-size: 64px;
  font-size: 6.4rem;
  margin-bottom: 98px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #e6837a;
  line-height: 1;
  display: flex;
  align-items: center; }
  #top .service__block__title span {
    line-height: 1;
    color: #5c4b3e;
    font-size: 14px;
    font-size: 1.4rem; }
  #top .service__block__title span {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
    margin-left: 32px; }
  @media screen and (max-width: 767px) {
    #top .service__block__title {
      margin-bottom: 50px;
      font-size: 36px;
      font-size: 3.6rem;
      flex-direction: column; }
      #top .service__block__title span {
        margin-top: 8px;
        margin-left: 0;
        font-size: 12px;
        font-size: 1.2rem; } }
#top .service__block__contents {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center; }
  @media screen and (max-width: 1199px) {
    #top .service__block__contents {
      gap: 26px; } }
  @media screen and (max-width: 767px) {
    #top .service__block__contents {
      gap: 16px; } }
#top .service__block__item {
  position: relative;
  border-radius: 30px;
  box-shadow: -3px 0px 20px rgba(0, 0, 0, 0.05);
  width: calc((100% - 40px * 3) / 4); }
  #top .service__block__item::before {
    content: "";
    padding-top: 100%;
    display: block; }
  @media screen and (max-width: 1199px) {
    #top .service__block__item {
      width: calc((100% - 26px*3)/4); } }
  @media screen and (max-width: 991px) {
    #top .service__block__item {
      width: calc((100% - 26px*2)/3); } }
  @media screen and (max-width: 575px) {
    #top .service__block__item {
      width: calc((100% - 16px)/2); } }
  #top .service__block__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 13%; }
    #top .service__block__item a img {
      transition: 0.2s; }
    #top .service__block__item a:hover img {
      transform: rotate(10deg);
      transition: 0.3s; }
    #top .service__block__item a:hover .service__block__menu {
      opacity: 0.75;
      transition: 0.3s; }
  #top .service__block__item img {
    width: 62%; }
#top .service__block__menu {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #5c4b3e;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: 0.2s; }
  @media screen and (max-width: 767px) {
    #top .service__block__menu {
      font-size: 18px;
      font-size: 1.8rem; } }
#top .staff__block {
  background-color: #fafafa;
  padding-top: 216px;
  padding-bottom: 160px; }
  @media screen and (max-width: 767px) {
    #top .staff__block {
      padding-top: 70px;
      padding-bottom: 80px; } }
  #top .staff__block__inner {
    width: 80%;
    max-width: 1092px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      #top .staff__block__inner {
        width: 85%; } }
    @media screen and (max-width: 767px) {
      #top .staff__block__inner {
        flex-direction: column; } }
  #top .staff__block__title {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #e6837a;
    line-height: 1;
    font-size: 40px;
    font-size: 4rem;
    margin-top: -9px;
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
    #top .staff__block__title span {
      line-height: 1;
      color: #5c4b3e;
      font-size: 14px;
      font-size: 1.4rem; }
    #top .staff__block__title span {
      margin-left: 18px;
      margin-top: 5px; }
    @media screen and (max-width: 767px) {
      #top .staff__block__title {
        font-size: 28px;
        font-size: 2.8rem;
        flex-direction: column;
        justify-self: center;
        margin-bottom: 46px; }
        #top .staff__block__title span {
          margin-left: 0;
          margin-top: 12px; } }
  #top .staff__block__text {
    font-weight: 700;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      #top .staff__block__text {
        margin-bottom: 30px; } }
    #top .staff__block__text-message {
      font-size: 28px;
      font-size: 2.8rem;
      margin-bottom: 22px;
      color: #5c4b3e; }
      @media screen and (max-width: 767px) {
        #top .staff__block__text-message {
          font-size: 18px;
          font-size: 1.8rem;
          margin-top: 14px;
          margin-bottom: 12px; } }
    #top .staff__block__text-name {
      font-size: 24px;
      font-size: 2.4rem;
      color: #5c4b3e;
      display: flex;
      align-items: center; }
      #top .staff__block__text-name span {
        font-size: 14px;
        font-size: 1.4rem;
        margin-right: 18px;
        color: #5c4b3e; }
      @media screen and (max-width: 767px) {
        #top .staff__block__text-name {
          display: flex;
          justify-content: center; } }
  #top .staff__block__btn {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-color: #e6837a;
    border-radius: 50px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
    width: 200px;
    height: 44px; }
    #top .staff__block__btn a {
      display: flex;
      justify-content: center;
      font-size: 18px;
      font-size: 1.8rem;
      width: 100%; }
    #top .staff__block__btn a::before {
      content: "";
      width: 120%;
      height: 200%;
      position: absolute;
      top: -50%;
      right: 0;
      z-index: -1;
      background: #5c4b3e;
      border-radius: 0 100% 100% 0;
      transform: translateX(-100%);
      transition: transform ease 0.5s; }
    #top .staff__block__btn a:hover::before {
      transform: translateX(10%); }
    @media screen and (max-width: 767px) {
      #top .staff__block__btn {
        margin: 0 auto; } }
    #top .staff__block__btn a {
      display: flex;
      align-items: center; }
      #top .staff__block__btn a img {
        margin-left: 10px; }
  #top .staff__block__img {
    text-align: center; }
    #top .staff__block__img img {
      border-radius: 8px;
      box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.05); }

#implant .title__number {
  align-items: flex-start; }
  #implant .title__number span {
    margin-top: 6px; }

#pediatric .title__05 {
  margin-top: 40px;
  margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    #pediatric .title__05 {
      margin-top: 28px;
      margin-bottom: 20px; } }

#pyorrhea-alveolaris .title__05 {
  margin-top: 40px;
  margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    #pyorrhea-alveolaris .title__05 {
      margin-top: 28px;
      margin-bottom: 20px; } }
#pyorrhea-alveolaris .center img {
  border-radius: 30px; }

#periodicinspection .contents__max img {
  border-radius: 0; }
#periodicinspection .title__faq-answer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    #periodicinspection .title__faq-answer {
      flex-direction: column; } }
  #periodicinspection .title__faq-answer img {
    margin-top: 0; }
#periodicinspection .sillha-illust {
  margin-top: -40px; }
  @media screen and (max-width: 991px) {
    #periodicinspection .sillha-illust {
      margin-top: 0; } }

@media screen and (max-width: 575px) {
  #pmtc .page-header__title {
    font-size: 30px;
    font-size: 3rem; } }

#orthodontic .contents__max img {
  border-radius: 0; }

#cosmeticdentistry .whitening-illust {
  margin-top: 24px;
  text-align: center; }

#orthodontic-flow .contents__max img {
  border-radius: 0; }

@media screen and (max-width: 767px) {
  #policy .contents__inner:last-of-type {
    padding: 0; } }
@media screen and (max-width: 767px) {
  #policy .contents__inner--gray-s:last-of-type {
    background-color: #fff; } }

#about-bishour .title__05,
#contact-tell .title__05 {
  margin-bottom: 16px; }
#about-bishour .biz-hour__wrapper,
#contact-tell .biz-hour__wrapper {
  margin-right: auto;
  margin-left: auto; }
#about-bishour .holiday:first-child,
#contact-tell .holiday:first-child {
  margin-bottom: 4px; }
#about-bishour .access__tell,
#contact-tell .access__tell {
  font-size: 70px;
  font-size: 7rem;
  color: #5c4b3e;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding-right: 16px; }
  #about-bishour .access__tell img,
  #contact-tell .access__tell img {
    margin-right: 14px;
    margin-top: 8px; }
  @media screen and (min-width: 992px) {
    #about-bishour .access__tell,
    #contact-tell .access__tell {
      pointer-events: none;
      display: block; } }
  @media screen and (max-width: 991px) {
    #about-bishour .access__tell,
    #contact-tell .access__tell {
      font-size: 7.5vw; }
      #about-bishour .access__tell img,
      #contact-tell .access__tell img {
        width: 40px; } }
  @media screen and (max-width: 575px) {
    #about-bishour .access__tell,
    #contact-tell .access__tell {
      font-size: 30px;
      font-size: 3rem;
      padding-right: 4px; }
      #about-bishour .access__tell img,
      #contact-tell .access__tell img {
        width: 26px;
        margin-top: 4px;
        margin-right: 6px; } }

#branch .title__faq-answer {
  display: flex; }
#branch .list {
  width: 50%; }

#access .map,
#branch .map {
  width: 100%;
  position: relative; }
  @media screen and (max-width: 767px) {
    #access .map,
    #branch .map {
      padding-top: 56.25%; } }
  #access .map__mark,
  #branch .map__mark {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transform: translate(30%, -40%); }
    @media screen and (max-width: 991px) {
      #access .map__mark,
      #branch .map__mark {
        width: 20vw;
        min-width: 100px; } }
#access .map iframe,
#branch .map iframe {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px; }
  @media screen and (max-width: 767px) {
    #access .map iframe,
    #branch .map iframe {
      height: 100%; } }

#clinic #clinic-photo .title__04 {
  text-align: left; }

#faq .title__faq {
  cursor: pointer; }
  #faq .title__faq span {
    flex-shrink: 0;
    position: relative;
    width: 28px;
    height: 28px; }
    @media screen and (max-width: 767px) {
      #faq .title__faq span {
        width: 18px;
        height: 18px; } }
    #faq .title__faq span::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      background-color: #e6837a;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        #faq .title__faq span::after {
          height: 2px; } }
    #faq .title__faq span::before {
      content: "";
      position: absolute;
      width: 3px;
      height: 100%;
      background-color: #e6837a;
      top: 0;
      left: 50%;
      transform: translateX(-50%) rotate(-90deg);
      transition: 0.5s; }
      @media screen and (max-width: 767px) {
        #faq .title__faq span::before {
          width: 2px; } }
#faq .faq-answer {
  display: none; }
#faq .faq-close span::before {
  width: 3px;
  height: 100%;
  background-color: #e6837a;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    #faq .faq-close span::before {
      width: 2px; } }

#sitemap .contents {
  border-radius: 30px; }
  #sitemap .contents li:not(.list li) {
    margin-bottom: 18px; }
  #sitemap .contents li {
    font-weight: 700; }
  #sitemap .contents .list {
    margin-top: 12px; }
    #sitemap .contents .list li {
      font-weight: normal; }

#information-list .info__block__list, #information .info__block__list {
  width: 100%; }
#information-list .info__block__item, #information .info__block__item {
  display: flex;
  border-bottom: 1px dashed #d8d8d8;
  padding: 0 4.2%;
  transition: 0.2s; }
  #information-list .info__block__item:hover, #information .info__block__item:hover {
    opacity: 0.8;
    transition: 0.3s; }
  #information-list .info__block__item a, #information .info__block__item a {
    width: 100%;
    display: flex;
    padding: 26px 0; }
  #information-list .info__block__item .day, #information .info__block__item .day {
    font-weight: 700;
    padding-right: 6.3%; }
#information-list .contents, #information .contents {
  margin-bottom: 80px; }
#information-list .page:hover, #information-list .previouspostslink:hover, #information-list .nextpostslink:hover, #information .page:hover, #information .previouspostslink:hover, #information .nextpostslink:hover {
  opacity: 0.6; }
#information-list .pagenation, #information .pagenation {
  margin-bottom: 160px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  #information-list .pagenation a, #information .pagenation a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 10px; }
    @media screen and (max-width: 767px) {
      #information-list .pagenation a, #information .pagenation a {
        font-size: 14px;
        font-size: 1.4rem; } }
  #information-list .pagenation .current, #information .pagenation .current {
    width: 38px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-image: url(../img/common/page_bg.png);
    background-size: contain;
    margin: 0 10px;
    background-repeat: no-repeat;
    border: none; }
  #information-list .pagenation .page, #information .pagenation .page {
    border: none; }
  #information-list .pagenation .previouspostslink, #information .pagenation .previouspostslink {
    padding-right: 20px;
    position: relative;
    padding-right: 15px;
    border: none; }
    #information-list .pagenation .previouspostslink::before, #information .pagenation .previouspostslink::before {
      position: absolute;
      content: "";
      left: -10px;
      top: 50%;
      width: 8px;
      height: 8px;
      border-left: 1px solid #e6837a;
      border-top: 1px solid #e6837a;
      transform: rotate(-45deg) translateY(-50%); }
  #information-list .pagenation .nextpostslink, #information .pagenation .nextpostslink {
    padding-left: 20px;
    position: relative;
    padding-right: 15px;
    border: none; }
    #information-list .pagenation .nextpostslink::after, #information .pagenation .nextpostslink::after {
      position: absolute;
      content: "";
      right: -8px;
      top: 50%;
      width: 8px;
      height: 8px;
      border-right: 1px solid #e6837a;
      border-bottom: 1px solid #e6837a;
      transform: rotate(-45deg) translateY(-50%); }

#information .page-header {
  background-color: transparent;
  padding-bottom: 24%;
  margin-bottom: 0; }
#information .title__02 {
  padding-right: 16px;
  padding-left: 16px; }
  #information .title__02 span {
    font-size: 14px;
    font-size: 1.4rem; }
#information .contents h1, #information .contents h2, #information .contents h3, #information .contents h4, #information .contents h5, #information .contents h6 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem; }
  @media screen and (max-width: 767px) {
    #information .contents h1, #information .contents h2, #information .contents h3, #information .contents h4, #information .contents h5, #information .contents h6 {
      font-size: 18px;
      font-size: 1.8rem; } }
#information .contents p {
  margin-bottom: 20px; }
#information .contents ul {
  margin-bottom: 20px; }
  #information .contents ul li {
    position: relative;
    padding-left: 1.5em;
    text-indent: -1.5em; }
    #information .contents ul li:before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      background: #f7ad00;
      border-radius: 50%;
      vertical-align: middle;
      margin-right: 1.1em; }

#privacypolicy .contents {
  border-radius: 30px; }
#privacypolicy .list__margin {
  margin-top: 10px; }

#contact .mailform, #thanks .mailform, #error .mailform {
  padding: 0 40px; }
  @media screen and (max-width: 767px) {
    #contact .mailform, #thanks .mailform, #error .mailform {
      padding: 0 16px; } }
  @media screen and (max-width: 575px) {
    #contact .mailform, #thanks .mailform, #error .mailform {
      padding: 0; } }
#contact .title__faq, #thanks .title__faq, #error .title__faq {
  line-height: 1; }
#contact h3, #thanks h3, #error h3 {
  text-align: center; }
#contact .must, #thanks .must, #error .must {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px;
  background-color: transparent !important;
  border: none !important;
  text-shadow: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  background-image: none !important; }
#contact .mfp_ok, #thanks .mfp_ok, #error .mfp_ok {
  display: none !important; }
#contact .mfp_err, #thanks .mfp_err, #error .mfp_err {
  font-size: 1.4rem !important;
  background-image: none !important;
  padding: 0 !important;
  margin-right: 0;
  margin-left: 0; }
#contact .radio, #thanks .radio, #error .radio {
  display: flex; }
#contact .radio_wrapper, #thanks .radio_wrapper, #error .radio_wrapper {
  display: flex;
  margin-right: 32px; }
  @media screen and (max-width: 767px) {
    #contact .radio_wrapper, #thanks .radio_wrapper, #error .radio_wrapper {
      margin-right: 18px; } }
  #contact .radio_wrapper label, #thanks .radio_wrapper label, #error .radio_wrapper label {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #5c4b3e; }
    @media screen and (max-width: 767px) {
      #contact .radio_wrapper label, #thanks .radio_wrapper label, #error .radio_wrapper label {
        font-size: 14px;
        font-size: 1.4rem; } }
  #contact .radio_wrapper span, #thanks .radio_wrapper span, #error .radio_wrapper span {
    margin-right: 7px;
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      #contact .radio_wrapper span, #thanks .radio_wrapper span, #error .radio_wrapper span {
        width: 24px;
        height: 24px; } }
  #contact .radio_wrapper .checkbox-label, #thanks .radio_wrapper .checkbox-label, #error .radio_wrapper .checkbox-label {
    padding-left: 2.2em;
    text-indent: -2.2em;
    white-space: pre-wrap; }
    #contact .radio_wrapper .checkbox-label span, #thanks .radio_wrapper .checkbox-label span, #error .radio_wrapper .checkbox-label span {
      border-radius: 0; }
  #contact .radio_wrapper input[type="radio"], #contact .radio_wrapper input[type="checkbox"], #thanks .radio_wrapper input[type="radio"], #thanks .radio_wrapper input[type="checkbox"], #error .radio_wrapper input[type="radio"], #error .radio_wrapper input[type="checkbox"] {
    position: relative;
    display: none; }
  #contact .radio_wrapper input[type="radio"]:checked ~ label span::after, #thanks .radio_wrapper input[type="radio"]:checked ~ label span::after, #error .radio_wrapper input[type="radio"]:checked ~ label span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #e6837a;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      #contact .radio_wrapper input[type="radio"]:checked ~ label span::after, #thanks .radio_wrapper input[type="radio"]:checked ~ label span::after, #error .radio_wrapper input[type="radio"]:checked ~ label span::after {
        width: 14px;
        height: 14px; } }
  #contact .radio_wrapper input[type="checkbox"]:checked ~ label span::after, #thanks .radio_wrapper input[type="checkbox"]:checked ~ label span::after, #error .radio_wrapper input[type="checkbox"]:checked ~ label span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%) rotate(45deg);
    content: "";
    width: 13px;
    height: 24px;
    border-bottom: 4px solid #e6837a;
    border-right: 4px solid #e6837a;
    display: inline-block;
    border-radius: 0; }
    @media screen and (max-width: 767px) {
      #contact .radio_wrapper input[type="checkbox"]:checked ~ label span::after, #thanks .radio_wrapper input[type="checkbox"]:checked ~ label span::after, #error .radio_wrapper input[type="checkbox"]:checked ~ label span::after {
        width: 10px;
        height: 18px;
        border-bottom: 3px solid #e6837a;
        border-right: 3px solid #e6837a; } }
#contact input,
#contact textarea, #thanks input,
#thanks textarea, #error input,
#error textarea {
  width: 100% !important;
  max-width: 100% !important;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  padding: 5px 10px;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem; }
  #contact input:focus,
  #contact textarea:focus, #thanks input:focus,
  #thanks textarea:focus, #error input:focus,
  #error textarea:focus {
    border: 1px solid #e6837a; }
  @media screen and (max-width: 767px) {
    #contact input,
    #contact textarea, #thanks input,
    #thanks textarea, #error input,
    #error textarea {
      font-size: 14px;
      font-size: 1.4rem; } }
#contact textarea, #thanks textarea, #error textarea {
  height: 160px !important; }
#contact ::placeholder, #thanks ::placeholder, #error ::placeholder {
  color: #d8d8d8; }
#contact .mfp_buttons, #thanks .mfp_buttons, #error .mfp_buttons {
  margin-top: 64px; }
  @media screen and (max-width: 767px) {
    #contact .mfp_buttons, #thanks .mfp_buttons, #error .mfp_buttons {
      margin-top: 32px; } }
#contact button, #contact .thanks__button, #thanks button, #thanks .thanks__button, #error button, #error .thanks__button {
  border: none !important;
  background: #f7ad00 !important;
  text-shadow: none !important;
  background-color: #e6837a;
  border-radius: 50px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0 auto;
  padding: 25px 40px;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s; }
  @media screen and (max-width: 767px) {
    #contact button, #contact .thanks__button, #thanks button, #thanks .thanks__button, #error button, #error .thanks__button {
      font-size: 18px;
      font-size: 1.8rem;
      padding: 18px 40px;
      width: 100%;
      max-width: 280px; } }
  @media screen and (max-width: 575px) {
    #contact button, #contact .thanks__button, #thanks button, #thanks .thanks__button, #error button, #error .thanks__button {
      padding: 18px 20px; } }
  #contact button::before, #contact .thanks__button::before, #thanks button::before, #thanks .thanks__button::before, #error button::before, #error .thanks__button::before {
    content: "";
    width: 120%;
    height: 200%;
    position: absolute;
    top: -50%;
    right: 0;
    z-index: -1;
    background: #5c4b3e;
    border-radius: 0 100% 100% 0;
    transform: translateX(-100%);
    transition: transform ease 0.5s; }
  #contact button:hover, #contact .thanks__button:hover, #thanks button:hover, #thanks .thanks__button:hover, #error button:hover, #error .thanks__button:hover {
    box-shadow: none; }
  #contact button:hover::before, #contact .thanks__button:hover::before, #thanks button:hover::before, #thanks .thanks__button:hover::before, #error button:hover::before, #error .thanks__button:hover::before {
    transform: translateX(10%); }
#contact #mfp_overlay_inner h4, #thanks #mfp_overlay_inner h4, #error #mfp_overlay_inner h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px; }
#contact #mfp_overlay_inner tr, #contact #mfp_overlay_inner th, #contact #mfp_overlay_inner td, #thanks #mfp_overlay_inner tr, #thanks #mfp_overlay_inner th, #thanks #mfp_overlay_inner td, #error #mfp_overlay_inner tr, #error #mfp_overlay_inner th, #error #mfp_overlay_inner td {
  font-size: 1.6rem;
  padding: 14px 10px; }
#contact #mfp_overlay_inner #mfp_button_send, #thanks #mfp_overlay_inner #mfp_button_send, #error #mfp_overlay_inner #mfp_button_send {
  margin-top: 20px;
  font-size: 2rem;
  padding: 14px 50px; }
#contact #mfp_overlay_inner #mfp_button_cancel, #thanks #mfp_overlay_inner #mfp_button_cancel, #error #mfp_overlay_inner #mfp_button_cancel {
  margin-top: -16px;
  padding: 6px !important;
  background-color: transparent !important;
  color: #362d25;
  font-size: 1.4rem;
  font-weight: normal; }
  #contact #mfp_overlay_inner #mfp_button_cancel:before, #thanks #mfp_overlay_inner #mfp_button_cancel:before, #error #mfp_overlay_inner #mfp_button_cancel:before {
    content: none; }

#thanks .contents__inner, #error .contents__inner {
  flex-direction: column; }
#thanks .page-header, #error .page-header {
  margin-bottom: 20%; }
#thanks .thanks__message, #error .thanks__message {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
#thanks .thanks__button-wrapper, #error .thanks__button-wrapper {
  margin-right: auto;
  margin-left: auto; }
  #thanks .thanks__button-wrapper .thanks__button, #error .thanks__button-wrapper .thanks__button {
    padding: 20px 40px;
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: 0.5s; }
  #thanks .thanks__button-wrapper a::before, #error .thanks__button-wrapper a::before {
    content: "";
    width: 120%;
    height: 200%;
    position: absolute;
    top: -50%;
    right: 0;
    z-index: -1;
    background: #5c4b3e;
    border-radius: 0 100% 100% 0;
    transform: translateX(-100%);
    transition: transform ease 0.5s; }
  #thanks .thanks__button-wrapper a:hover::before, #error .thanks__button-wrapper a:hover::before {
    transform: translateX(10%); }
  #thanks .thanks__button-wrapper img, #error .thanks__button-wrapper img {
    margin-left: 6px; }
#thanks .access__tell, #error .access__tell {
  font-size: 3.4rem; }
  #thanks .access__tell img, #error .access__tell img {
    width: 26px;
    margin-top: 4px;
    margin-right: 6px; }
  @media screen and (max-width: 575px) {
    #thanks .access__tell, #error .access__tell {
      font-size: 3rem; } }
