/* main.css */
@font-face {
    font-family: 'LINESeedJP';
    src: url('../fonts/LINESeedJP_OTF_Rg.woff2') format('woff2'),
        url('../fonts/LINESeedJP_OTF_Rg.woff') format('woff');
    font-weight: normal; /* 400 */
    font-style: normal;
}

@font-face {
    font-family: 'LINESeedJP';
    src: url('../fonts/LINESeedJP_OTF_Th.woff2') format('woff2'),
        url('../fonts/LINESeedJP_OTF_Th.woff') format('woff');
    font-weight: lighter; /* 200 */
    font-style: normal;
}
  
@font-face {
    font-family: 'LINESeedJP';
    src: url('../fonts/LINESeedJP_OTF_Eb.woff2') format('woff2'),
        url('../fonts/LINESeedJP_OTF_Eb.woff') format('woff');
    font-weight: bold;   /* 900 */
    font-style: normal;
}

@font-face {
    font-family: 'LINESeedJP';
    src: url('../fonts/LINESeedJP_OTF_Bd.woff2') format('woff2'),
        url('../fonts/LINESeedJP_OTF_Bd.woff') format('woff');
    font-weight: bolder;   /* 700 */
    font-style: normal;
}

/* 
-------------------- main content --------------------
*/
Body, h1, h2, h3, h4, h5, h6, tr, td, th, ul, ol, li, dl, dt, dd, a, p {
    font-family: 'LINESeedJP';
    color: #352c00;
    letter-spacing: .08em;
}
span.edit-link {
    display: none;
}
a {
    color: #f6a8a2 !important;
}

/* 
-------------------- header style --------------------
*/

.header {
  position: relative;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #352c00;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}
.hamburger__line:nth-of-type(2) {
  top: 23px;
}
.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  background-color: rgba(255,255,255,.8);
  box-shadow: 10px 0 20px rgba(0,0,0,.25);
  transform: translateX(-100%);
  transition: transform .6s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 2em;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #352c00 !important;
  text-decoration: none;
  border-bottom: 1px solid #d3c5c7;
  font-weight: bolder;
  letter-spacing: 0.1em;
}


/* 
-------------------- footer style --------------------
*/
footer#footer {
    background-color: #d3c5c7;
    color: #fff;
    padding-top: 3em;
}
#footer p {
    color: #fff;
}
#footer .nav-link {
    color: #fff !important;
}
#menu-footer-menu {
    list-style: none;
    padding: none;
}
#menu-footer-menu li {
    margin: .25em 0;
    padding-left: 1em;
    border-left: 5px solid #b0b3b5;
}
@media (max-width: 576px) {
    #footer p {
        font-size: .8em;
    }
}

/* 
-------------------- breadcrumb style --------------------
*/
.breadcrumbs {
    background: linear-gradient(90deg,#f1e9e9,#d3c5c7);
    padding: .6em 0 .6em 1em;
}
.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumbs ul li {
    display: inline;
    font-size: .8em;
}
.breadcrumbs li a {
    color: inherit;
    text-decoration: none;
}
.breadcrumbs li + li:before {
    content: ">";
    margin:.5em;
}

@media (max-width: 576px) {
    .breadcrumbs {
        font-size: .6em;
    }
}


/* 
-------------------- front page --------------------
*/

/* トップのスライダー */
.top-slide .splide__slide img {
    width: 100%;
    height: 720px;
    object-fit: cover;
}
.sl-layer {
    background-color: rgba(0, 0, 0, 0.5);
}
.hero-massage {
    text-align: center;
}
.hero-massage span {
    background-color: rgba(255,255,255,.1);
    padding: .5em 1.5em;
    color: #fff;
    font-size: 2.5em;
    letter-spacing: 0.3em;
}
.hero-massage span::before {
    content: '';
    --b:5px; /* control the border thickness */
    width: 35px;
    aspect-ratio: 1;
    clip-path: polygon(0 0,100% 0,0 100%,0 0,var(--b) var(--b),var(--b) calc(100% - var(--b)/tan(22.5deg)),calc(100% - var(--b)/tan(22.5deg)) var(--b),var(--b) var(--b));
    background: linear-gradient(45deg,#f2d5c4,#f6a8a2);
    position: absolute;
    top: 0;
    left: 0;
}

.hero-massage span::after {
    content: '';
    --b:5px; /* control the border thickness */
    width: 35px;
    aspect-ratio: 1;
    clip-path: polygon(100% 100%,100% 0,0 100%,100% 100%,calc(100% - var(--b)) calc(100% - var(--b)),calc(var(--b)/tan(22.5deg)) calc(100% - var(--b)),calc(100% - var(--b)) calc(var(--b)/tan(22.5deg)),calc(100% - var(--b)) calc(100% - var(--b)));
    background: linear-gradient(45deg,#f2d5c4,#f6a8a2);
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 1200px) {
    .hero-massage {
        width: 80%;
    }
    .hero-massage span {
        font-size: 1.5em;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .top-slide .splide__slide img {
        height: 100vh;
    }
    .hero-massage {
        width: 90%;
    }
    .hero-massage span {
        font-size: 1.3em;
        width: 100%;
    }
}


/* 
-------------------- デフォルト固定ページ --------------------
*/

/* ヘッダー */
.page-header {
    padding: 0;
}
.page-header img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.page-main {
    padding: 5em 0;
}

.page-main h1 {
    background: linear-gradient(45deg,#352c00,#d3c5c7);
    padding: .4em 1em;
    color: #fff;
    font-size: 2em;
    letter-spacing: 0.1em;
    margin-bottom: 1.6em;
    box-shadow: 5px 2px 10px rgba(0,0,0,.25);
}

.page-main h1::before {
    content: '';
    --b: 4px; /* control the border thickness */
    width: 22px;
    aspect-ratio: 1;
    clip-path: polygon(0 0,100% 0,0 100%,0 0,var(--b) var(--b),var(--b) calc(100% - var(--b)/tan(22.5deg)),calc(100% - var(--b)/tan(22.5deg)) var(--b),var(--b) var(--b));
    background: linear-gradient(45deg,#f2d5c4,#f6a8a2);
    position: absolute !important;
    top: 5px;
    left: 5px;
}

.page-main h1::after {
    content: '';
    --b: 4px; /* control the border thickness */
    width: 22px;
    aspect-ratio: 1;
    clip-path: polygon(100% 100%,100% 0,0 100%,100% 100%,calc(100% - var(--b)) calc(100% - var(--b)),calc(var(--b)/tan(22.5deg)) calc(100% - var(--b)),calc(100% - var(--b)) calc(var(--b)/tan(22.5deg)),calc(100% - var(--b)) calc(100% - var(--b)));
    background: linear-gradient(45deg,#f2d5c4,#f6a8a2);
    position: absolute !important;
    bottom: 5px;
    right: 5px;
}


@media (max-width: 1200px) {
    .page-header img {
        height: 220px;
    }
    .page-main {
        width: 95%;
    }
}

@media (max-width: 576px) {
    .page-header img {
        height: 120px;
    }
    .page-main {
        width: 95%;
        padding: 2em 0;
    }
    .page-main h1 {
        font-size: 1.4em;
    }
    .page-main h1::before, .page-main h1::after {
        width: 16px;
    }
}

/* 見出し */
.page-main h2 {
    font-size: 1.5em;
    margin-bottom: 1.25em;
    border-left: solid 5px #352c00;
    padding: .75em .75em;
    background: linear-gradient(45deg,#f2d5c450,#d3c5c750);
}
.page-main h3 {
    font-size: 1.3em;
}
.page-main h4 {
    font-size: 1.2em;
}
@media (max-width: 576px) {
    .page-main h2 {
        font-size: 1.4em;
        margin-bottom: 0;
        padding: .5em .5em;
    }
}

/* テーブル */
.page-main th {
    color: #352c00 !important;
    padding: 1em !important;
    vertical-align: middle;
}
.page-main td {
    color: #352c00 !important;
    padding: 1em !important;
    vertical-align: middle;
}
@media (max-width: 576px) {
    .page-main th {
        padding: 1em .5em !important;
        font-size: 0.9em !important;
    }
    .page-main td {
        padding: 1em .5em !important;
        font-size: 0.9em !important;
    }
}

/* ボタン */
.btn-primary, .wp-block-button .wp-block-button__link {
    background: linear-gradient(45deg,#f6a8a2 0%,#f2d5c4 50%, #f6a8a2 100%);
    background-size: 200% 100%;
    border: none;
    box-shadow: 1px 1px 6px rgba(0,0,0,.25);
    color: #fff !important;
    transition: 0.6s ease;
}
.btn-primary, .wp-block-button .wp-block-button__link:hover {
    background-position: 100% 0;
}

.btn, .wp-block-button .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
    padding: .75em 1.5em;
    font-size: 1.2em;
}



/* 
-------------------- CONTACTページ --------------------
*/

/* 送信ボタン */
div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], .wp-core-ui div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button {
    background: linear-gradient(45deg,#f6a8a2 0%,#f2d5c4 50%, #f6a8a2 100%);
    background-size: 200% 100%;
    border: none;
    box-shadow: 1px 1px 6px rgba(0,0,0,.25);
    color: #fff !important;
    font-size: 1.2em;
    letter-spacing: .1em;
    transition: 0.6s ease;
}
div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], .wp-core-ui div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover {
    background: linear-gradient(45deg,#f6a8a2 0%,#f2d5c4 50%, #f6a8a2 100%) !important;
    background-size: 200% 100% !important;
    border: none !important;
    scale: 1.1;
    box-shadow: 1px 1px 6px rgba(0,0,0,.25);
    color: #fff !important;
    background-position: 100% 0 !important;
}