@charset "UTF-8";
/***************************

foundation/base.scss

***************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "LINE Seed JP_OTF Bold";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

:root {
  --black: #58504b;
  --red: #a3394e;
  --bg-white: #faf5f2;
  --ff-inter: "Inter", sans-serif;
  --ff-line: "LINE Seed JP_OTF Reguler", sans-serif;
  --ff-line-bold:"LINE Seed JP_OTF Bold", sans-serif;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  color: var(--black);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 2;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

a:active,
a:hover {
  outline-width: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: left;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

@font-face {
  font-family: "LINE Seed JP_OTF Bold";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
@font-face {
  font-family: "LINE Seed";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
}
/***************************

layout/_header.scss

***************************/
header {
  position: fixed;
  width: 100vw;
  padding: 1.5rem 4.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s linear;
}
@media screen and (max-width: 834px) {
  header {
    padding: 2rem 4.5vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
header.is-show {
  background: rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.logo-h {
  max-width: 175px;
  width: 100%;
  line-height: 1;
}

.gnav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 2.3rem;
}
.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
.gnav-list:first-of-type {
  gap: 1em 2em;
  font-weight: 500;
}
.gnav-list:last-of-type {
  font-size: 1.2rem;
  gap: 1.3em;
}
.gnav-list-item {
  line-height: 1;
}
.gnav-list-item.-insta {
  display: none;
}
.gnav-list-link {
  transition: all 0.3s linear;
}
.gnav-list-link:hover {
  opacity: 1;
  color: #a3394e;
}
.gnav-list-link i {
  color: #a3394e;
  margin-right: 0.7rem;
}

/* Hamburger menu */
@media screen and (max-width: 834px) {
  .gnav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100lvh;
    background-color: rgba(88, 80, 75, 0.32);
    z-index: 6;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
    pointer-events: none;
  }
  .gnav.active {
    position: fixed;
    opacity: 1;
    visibility: visible;
    pointer-events: fill;
  }
  .gnav.active .gnav-inner {
    right: 0;
  }
  .gnav-inner {
    position: absolute;
    top: 0;
    right: -100%;
    padding: 14rem 3.5rem 0;
    width: 50vw;
    height: 100lvh;
    display: block;
    background-color: #f7eee8;
    overflow-y: auto;
    transition: all 550ms ease 0.25s;
  }
}
@media screen and (max-width: 834px) and (max-width: 450px) {
  .gnav-inner {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .gnav-list:first-of-type {
    display: block;
    font-size: 1.8rem;
  }
  .gnav-list:first-of-type .gnav-list-item {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #c9c1bd;
  }
  .gnav-list:last-of-type {
    margin-top: 6em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.4rem;
    gap: 3em 1.3em;
  }
  .gnav-list:last-of-type .gnav-list-item {
    width: 11rem;
  }
  .gnav-list-item.-insta {
    margin-top: 3rem;
    width: 100% !important;
    display: block;
    font-family: "Inter", sans-serif;
    color: #a3394e;
    font-size: 1.6rem;
  }
  .gnav-list-item.-insta .gnav-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gnav-list-item.-insta i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.5rem;
    aspect-ratio: 1/1;
    color: #fff;
    background-color: #a3394e;
    font-size: 1.8rem;
    border-radius: 100vmax;
    -webkit-border-radius: 100vmax;
  }
}
@media screen and (max-width: 500px) {
  .gnav-inner {
    width: 90vw;
  }
  .gnav-list:first-of-type {
    font-size: 1.6rem;
  }
  .gnav-list:first-of-type .gnav-list-item {
    margin-bottom: 1.5rem;
  }
  .gnav-list:last-of-type {
    margin-top: 3em;
    gap: 1.5em 1.3em;
  }
  .gnav-list-item.-insta {
    margin-top: 1rem;
  }
}
/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 834px) {
  .toggle.active .toggle__bar:nth-child(1) {
    -webkit-transform: translate(-50%, 2px) rotate(45deg);
    transform: translate(-50%, 2px) rotate(45deg);
  }
  .toggle.active .toggle__bar:nth-child(2) {
    -webkit-transform: translate(-50%, -2px) rotate(-45deg);
    transform: translate(-50%, -2px) rotate(-45deg);
  }
  .toggle {
    position: relative;
    width: 5.1rem;
    height: 5.1rem;
    cursor: pointer;
    display: block;
    background: #a3394e;
    border: none;
    outline: none;
    text-align: center;
    z-index: 10;
    transition: all 0.3s ease-out;
    border-radius: 100vmax;
    -webkit-border-radius: 100vmax;
  }
  .toggle__bar {
    position: absolute;
    top: 1.7rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 21px;
    height: 1px;
    background-color: #fff;
    outline: 0px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar:nth-child(2) {
    top: calc(1.7rem + 4px);
  }
  .toggle__title {
    font-size: 0.8rem;
    display: block;
    margin: 0 auto;
    padding-top: 50%;
    width: 4em;
    white-space: nowrap;
    color: #fff;
  }
  .toggle__title:before {
    content: "メニュー";
  }
}
/***************************

layout/_footer.scss

***************************/
.footer {
  margin-top: 12rem;
  padding: 12rem 0 7rem;
  background: #efe4dd;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .footer {
    margin-top: 6rem;
    padding: 5rem 0;
  }
}
.footer-flex {
  position: relative;
  padding-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .footer-flex {
    padding-bottom: 4rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-flex::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 1;
}
.footer-flex_cont {
  width: calc(100% - 730px);
}
@media screen and (max-width: 1100px) {
  .footer-flex_cont {
    width: calc(100% - 530px);
  }
}
@media screen and (max-width: 834px) {
  .footer-flex_cont {
    width: 100%;
  }
}
.footer-add {
  margin-top: 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 450px) {
  .footer-add {
    margin-top: 1rem;
    line-height: 1.5;
  }
}
.footer-add p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 7px;
}

.logo-f {
  max-width: 205px;
}

.sitemap {
  width: 700px;
}
@media screen and (max-width: 1100px) {
  .sitemap {
    width: 510px;
  }
}
@media screen and (max-width: 834px) {
  .sitemap {
    width: 100%;
  }
}
.sitemap-list {
  display: grid;
  grid-template-columns: 35% 24% 26% 13%;
  grid-column-gap: 5px;
  grid-row-gap: 25px;
  grid-template-areas: "map01 map03 map07 map09" "map02 map04 map08 map10" "map02 map05 . map11" ". map06 . .";
}
@media screen and (max-width: 1100px) {
  .sitemap-list {
    grid-template-columns: 44% 19% 22% 19%;
  }
}
@media screen and (max-width: 525px) {
  .sitemap-list {
    grid-template-columns: 70% 30%;
    grid-row-gap: 15px;
    grid-template-areas: "map01 map09" "map02 map10" "map02 map11" "map03 ." "map04 ." "map05 ." "map06 ." "map07 ." "map08 .";
  }
}
.sitemap-list_item:nth-of-type(1) {
  grid-area: map01;
}
.sitemap-list_item:nth-of-type(2) {
  grid-area: map02;
}
.sitemap-list_item:nth-of-type(3) {
  grid-area: map03;
}
.sitemap-list_item:nth-of-type(4) {
  grid-area: map04;
}
.sitemap-list_item:nth-of-type(5) {
  grid-area: map05;
}
.sitemap-list_item:nth-of-type(6) {
  grid-area: map06;
}
.sitemap-list_item:nth-of-type(7) {
  grid-area: map07;
}
.sitemap-list_item:nth-of-type(8) {
  grid-area: map08;
}
.sitemap-list_item:nth-of-type(9) {
  grid-area: map09;
}
.sitemap-list_item:nth-of-type(10) {
  grid-area: map10;
}
.sitemap-list_item:nth-of-type(11) {
  grid-area: map11;
}
.sitemap-list_item.-small .sitemap-list_link {
  font-size: 1.4rem;
}
.sitemap-list_link {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.sitemap-list_link:hover {
  opacity: 1;
  color: #a3394e;
}
.sitemap-dtl_list {
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .sitemap-dtl_list {
    margin-top: 0.5rem;
  }
}
.sitemap-dtl_list-item:last-of-type {
  margin-top: 1rem;
}
@media screen and (max-width: 834px) {
  .sitemap-dtl_list-item:last-of-type {
    margin-top: 0.5rem;
  }
}
.sitemap-dtl_list .sitemap-list_link {
  font-size: 1.4rem;
  color: #9e9996;
}
.sitemap-dtl_list .sitemap-list_link:hover {
  color: #a3394e;
}

.bnr-box {
  margin-top: 9rem;
}
@media screen and (max-width: 834px) {
  .bnr-box {
    margin-top: 3rem;
  }
}

.bnr-list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 1100px) {
  .bnr-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media screen and (max-width: 834px) {
  .bnr-list {
    margin-top: 1rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .bnr-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.copy {
  display: block;
  margin-top: 5rem;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  color: #9e9996;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .copy {
    margin-top: 3rem;
  }
}

/***************************

layout/_page-title.scss

***************************/
.cmn-hg {
  color: #a3394e;
  line-height: 1;
}
.cmn-hg_en {
  font-size: 1.8rem;
}
@media screen and (max-width: 450px) {
  .cmn-hg_en {
    font-size: 3.74vw;
  }
}
.cmn-hg_ja {
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 450px) {
  .cmn-hg_ja {
    font-size: 5vw;
  }
}
.cmn-hg_ja.-big {
  margin-top: 20px;
  font-size: 4rem;
}
@media screen and (max-width: 450px) {
  .cmn-hg_ja.-big {
    margin-top: 2vw;
    font-size: 5vw;
  }
}

.news-list {
  border-bottom: 1px solid #ddd;
}
.news-list_item {
  border-top: 1px solid #ddd;
}
.news-list_link {
  position: relative;
  padding: 3.7rem 5rem 3.7rem 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.8rem;
}
@media screen and (max-width: 1100px) {
  .news-list_link {
    padding: 3rem 5rem 3rem 0.7rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .news-list_link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .news-list_link {
    padding: 6vw 5rem 6vw 0;
    gap: 1vw 2vw;
  }
}
.news-list_link:hover .news-arw {
  right: 1.6em;
}

.news-time {
  min-width: fit-content;
  font-size: 1.4rem;
  color: #888;
}
@media screen and (max-width: 450px) {
  .news-time {
    font-size: 3.7vw;
  }
}

.news-cate {
  min-width: fit-content;
  padding: 6px 10px;
  color: #a3394e;
  font-size: 1.2rem;
  font-family: "LINE Seed JP", sans-serif;
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 450px) {
  .news-cate {
    font-size: 2.9vw;
  }
}

.news-ttl {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .news-ttl {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .news-ttl {
    font-size: 16px;
  }
}

.news-arw {
  position: absolute;
  right: 2.6rem;
  color: #bbb;
  transition: all 0.3s linear;
}
.news-arw i {
  font-size: 13.7px;
}
@media screen and (max-width: 450px) {
  .news-arw i {
    font-size: 3vw;
  }
}

/***************************

object/component/_box.scss

***************************/
.inner {
  max-width: 1350px;
  width: 90%;
  margin: 0 auto;
}
.inner.-s {
  max-width: 1100px;
}
.inner.-l {
  max-width: 1520px;
}
.inner.-right {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 834px) {
  .inner.-right {
    width: 95%;
  }
}

.c-box {
  display: block;
  border: 4px solid #f0e3da;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
@media screen and (max-width: 450px) {
  .c-box {
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }
}

/* ///////////////
  top-offer
 ///////////////*/
.top-offer {
  position: relative;
  padding: 10rem 0;
  background-color: rgba(175, 202, 192, 0.6);
}
.top-offer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/top/offer-bg.webp) no-repeat center center/cover;
  opacity: 0.6;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .top-offer::before {
    background-position: center right 20%;
  }
}
@media screen and (max-width: 834px) {
  .top-offer {
    padding: 5rem 0;
  }
}
.top-offer .cmn-hg_en {
  margin-top: 3rem;
}
.top-offer .cmn-hg_en br {
  display: none;
}
@media screen and (max-width: 576px) {
  .top-offer .cmn-hg_en {
    line-height: 1.5;
  }
  .top-offer .cmn-hg_en br {
    display: block;
  }
}
.top-offer .tel-link {
  margin: 2.5rem auto 1rem;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .top-offer .tel-link.f40 {
    font-size: 8vw;
  }
}
.top-offer .tel-link:hover {
  color: #fff;
}
.top-offer_flex {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem 3rem;
}
@media screen and (max-width: 450px) {
  .top-offer_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/*////////////////////////

fade

////////////////////////*/
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeInTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/***************************

object/component/_button.scss

***************************/
/* ///////////////
  c-btn01
 ///////////////*/
.c-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 450px) {
  .c-btn01 {
    gap: 2vw;
  }
}
.c-btn01_arw {
  position: relative;
  width: 2.8rem;
  line-height: 1.9rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 450px) {
  .c-btn01_arw {
    width: 8.3vw;
  }
}
.c-btn01_arw::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #a3394e;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  z-index: -1;
  transition: all 0.2s linear;
}
.c-btn01_arw i {
  font-size: 13.7px;
}
@media screen and (max-width: 450px) {
  .c-btn01_arw i {
    font-size: 4.7vw;
    line-height: 1.2;
  }
}
.c-btn01_txt {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 8px;
}
@media screen and (max-width: 450px) {
  .c-btn01_txt {
    font-size: 4.8vw;
  }
}
.c-btn01:hover {
  opacity: 1;
}
.c-btn01:hover .c-btn01_arw::before {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}

/* ///////////////
  c-btn02
 ///////////////*/
.c-btn02 {
  max-width: 268px;
  width: 100%;
  padding: 2.1rem 1.8rem 2.1rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  background-color: #a3394e;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  transition: all 0.3s linear;
}
.c-btn02:hover {
  opacity: 1;
  color: #fff;
  background-color: #bf4b62;
}
.c-btn02.-l {
  max-width: 303px;
}
@media screen and (max-width: 450px) {
  .c-btn02 {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ///////////////
  c-btn03
 ///////////////*/
.c-btn03 {
  max-width: 268px;
  width: 100%;
  padding: 2.3rem 1rem;
  line-height: 1;
  text-align: center;
  color: #a3394e;
  font-weight: 500;
  font-size: 1.8rem;
  background-color: #fff;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.c-btn03:hover {
  opacity: 1;
  background-color: #faf5f2;
  color: #a3394e;
}

/* ///////////////
  c-arw
 ///////////////*/
.c-arw {
  position: relative;
  display: inline-block;
  width: 2.8rem;
  line-height: 1.9rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 450px) {
  .c-arw {
    width: 8.3vw;
  }
}
.c-arw::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #a3394e;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  transition: all 0.2s linear;
  z-index: 1;
}
.c-arw i {
  position: relative;
  z-index: 2;
  font-size: 13.7px;
  line-height: 1.9rem;
}
@media screen and (max-width: 450px) {
  .c-arw i {
    font-size: 4.7vw;
    line-height: 1.2;
  }
}

a:has(.c-arw):hover {
  opacity: 1;
}
a:has(.c-arw):hover .c-arw::before {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}

/***************************

object/utility/_link.scss

***************************/
/* ///////////////
  tel-link
 ///////////////*/
.tel-link {
  display: block;
  width: fit-content;
}
.tel-link .tel-ico {
  display: inline-block;
  margin-right: 14px;
}
@media screen and (max-width: 450px) {
  .tel-link .tel-ico {
    margin-right: 10px;
  }
}
.tel-link .tel-ico i {
  font-size: 0.8em;
}
@media screen and (max-width: 450px) {
  .tel-link_f {
    display: inline-block;
    margin-top: 1rem;
  }
}

/* ///////////////
  gmap-link
 ///////////////*/
.gmap-link {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
}
.gmap-link i {
  display: inline-block;
  margin-right: 5px;
  color: #a3394e;
}

/* ///////////////
  insta-link_f
 ///////////////*/
.insta-link_f {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px 9px;
  line-height: 1;
  color: #a3394e;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 834px) {
  .insta-link_f {
    margin-top: 1rem;
  }
}
.insta-link_f i {
  font-size: 2.2rem;
}
.insta-link_f span {
  padding-top: 2px;
}

/***************************

object/utility/_text.scss

***************************/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fwm {
  font-weight: 500;
}

.lh-1 {
  line-height: 1;
}

.lt-space4 {
  letter-spacing: 4px;
}

.f14 {
  font-size: 1.4rem;
}

.f16 {
  font-size: 1.6rem;
}

.f18 {
  font-size: 1.8rem;
}

.f21 {
  font-size: 2.1rem;
}

.f24 {
  font-size: 2.4rem;
}

.f32 {
  font-size: 3.2rem;
}

.f40 {
  font-size: 4rem;
}

.fc-black {
  color: #58504b;
}

.fc-wht {
  color: #fff;
}

.fc-red {
  color: #a3394e;
}

.c-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 450px) {
  .c-txt {
    font-size: 1.6rem;
  }
}

.c-lead_txt {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 450px) {
  .c-lead_txt {
    font-size: 6.4vw;
  }
}
.c-lead_txt.fwb {
  font-weight: bold;
}
.c-lead_txt.f40 {
  font-size: 4rem;
}

.c-bg_txt {
  width: fit-content;
  padding: 0 10px;
  line-height: 3.1rem;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
@media screen and (max-width: 450px) {
  .c-bg_txt {
    font-size: 1.6rem;
  }
}
.c-bg_txt.fc-black {
  background-color: #e8d1c2;
}
.c-bg_txt.fc-wht {
  background-color: #debcaa;
}

/***************************

object/utility/_font.scss

***************************/
.en {
  font-family: "Inter", sans-serif;
}

.ff-line {
  font-family: var(--ff-line);
}

.ff-line_b {
  font-family: var(--ff-line-bold);
}/*# sourceMappingURL=style.css.map */