/** Global **/
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;700;900&display=swap";
@import url('https://fonts.googleapis.com/css2?family=WindSong:wght@400;500&display=swap');
@font-face {
    font-family: 'Javanese Text';
    src: url("../fonts/JavaneseText/JavaneseText.eot");
    src: url("../fonts/JavaneseText/JavaneseText.eot?#iefix") format("embedded-opentype"), url("../fonts/JavaneseText/JavaneseText.woff2") format("woff2"), url("../fonts/JavaneseText/JavaneseText.woff") format("woff"), url("../fonts/JavaneseText/JavaneseText.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'Rage Italic';
    src: url("../fonts/RageItalic/RageItalic.eot");
    src: url("../fonts/RageItalic/RageItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RageItalic/RageItalic.woff2") format("woff2"), url("../fonts/RageItalic/RageItalic.woff") format("woff"), url("../fonts/RageItalic/RageItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }
/* Base Setting
---------------------------------------- */
/** Sections */
/*# sourceMappingURL=styles.css.map */
* {
    box-sizing: border-box; }
*::before {
    box-sizing: border-box; }
*::after {
    box-sizing: border-box; }

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article {
    display: block; }

aside {
    display: block; }

figcaption {
    display: block; }

figure {
    display: block;
    margin: 0;
    padding: 0; }

footer {
    display: block; }

header {
    display: block; }

hgroup {
    display: block; }

main {
    display: block; }

nav {
    display: block; }

section {
    display: block; }

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    overflow-wrap: break-word;
    font-weight: 400;
    color: var(--text-body);
    overflow-x: hidden;
    line-height: 1.9375;
    position: relative;
    width: 100%;
    background: var(--white); }

[tabindex="-1"]:focus {
    outline: 0 !important; }

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }

h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3; }

h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.15; }

h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.16; }

h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.16; }

h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2; }

h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3; }

p {
    margin-top: 0;
    margin-bottom: 1rem; }

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none; }

abbr[data-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none; }

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }

ol {
    margin-top: 0;
    margin-bottom: 1rem; }
ol ol {
    margin-bottom: 0; }
ol ul {
    margin-bottom: 0; }

ul {
    margin-top: 0;
    margin-bottom: 1rem; }
ul ul {
    margin-bottom: 0; }
ul ol {
    margin-bottom: 0; }

dl {
    margin-top: 0;
    margin-bottom: 1rem; }

dt {
    font-weight: 700; }

dd {
    margin-bottom: 0.5rem;
    margin-left: 0; }

blockquote {
    margin: 0 0 1rem; }

b {
    font-weight: bolder; }

strong {
    font-weight: bolder; }

small {
    font-size: 80%; }

sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    bottom: -0.25em; }

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -0.5em; }

a {
    color: #6096c4;
    text-decoration: none;
    transition: all 0.3s;
    color: var(--primary);
    outline: none !important; }
a:hover {
    opacity: 0.8;
    opacity: 1;
    color: var(--second); }
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
    outline: 0; }

pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto; }

code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em; }

kbd {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em; }

samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em; }

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    vertical-align: bottom; }

svg {
    overflow: hidden;
    vertical-align: middle; }

table {
    border-collapse: collapse; }

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom; }

th {
    text-align: inherit; }

label {
    display: inline-block;
    margin-bottom: 0.5rem; }

button {
    border-radius: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button; }
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
button:not(:disabled) {
    cursor: pointer; }
button::-moz-focus-inner {
    padding: 0;
    border-style: none; }

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible; }

select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    word-wrap: normal;
    border: 1px solid var(--gray);
    border-radius: var(--radius);
    padding: 15px 24px;
    outline: none !important; }

optgroup {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: auto;
    resize: vertical;
    border: 1px solid var(--gray);
    border-radius: var(--radius);
    padding: 15px 24px;
    outline: none !important; }

[type="button"] {
    -webkit-appearance: button; }
[type="button"]:not(:disabled) {
    cursor: pointer; }
[type="button"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }

[type="reset"] {
    -webkit-appearance: button; }
[type="reset"]:not(:disabled) {
    cursor: pointer; }
[type="reset"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }

[type="submit"] {
    -webkit-appearance: button; }
[type="submit"]:not(:disabled) {
    cursor: pointer; }
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }

input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0; }

input[type="date"] {
    -webkit-appearance: listbox; }

input[type="time"] {
    -webkit-appearance: listbox; }

input[type="datetime-local"] {
    -webkit-appearance: listbox; }

input[type="month"] {
    -webkit-appearance: listbox; }

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }

progress {
    vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button {
    height: auto; }
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none; }
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

output {
    display: inline-block; }

summary {
    display: list-item;
    cursor: pointer; }

template {
    display: none; }

[hidden] {
    display: none !important; }

:root {
    --white: #ffffff;
    --black: #000000;
    --smoke: #f4f5ef;
    --gray: #e5e5e5;
    --pink: #be6e81;
    --primary: #E6C175;
    --second: #E5C5CD;
    --text-body: #505050;
    --radius: 5px; }

.container {
    width: 100%;
    max-width: 1054px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative; }

.container-lg {
    width: 100%;
    max-width: 1054px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1430px; }

.header-site__nav nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
.header-site__nav nav ul li {
    margin: 0; }
.header-site__nav nav ul li a {
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: #969696;
    line-height: 1.2;
    display: block;
    text-align: left;
    position: relative;
    padding-left: 15px;
    letter-spacing: 2px; }
.header-site__nav nav ul li a strong {
    display: block;
    font-weight: 400;
    font-size: 27px;
    font-family: "Javanese Text", sans-serif;
    color: #505050;
    transition: all 0.3s;
    letter-spacing: 0; }
.header-site__nav nav ul li a::before {
    content: '';
    width: 7px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 9px;
    background: url("../images/icons/arrow-menu.svg") no-repeat 0 0/100%; }
.header-site__nav nav ul li:hover > a {
    color: var(--primary); }
.header-site__nav nav ul li:hover > a strong {
    color: var(--primary); }
.header-site__nav nav ul li:hover > a::before {
    background-image: url("../images/icons/arrow-menu-yellow.svg"); }
.header-site__nav nav ul li.active > a {
    color: var(--primary); }
.header-site__nav nav ul li.active > a strong {
    color: var(--primary); }
.header-site__nav nav ul li.active > a::before {
    background-image: url("../images/icons/arrow-menu-yellow.svg"); }

.footer-site {
    padding: 40px 0 30px;
    background: #505050;
    text-align: center;
    color: var(--white); }
.footer-site nav {
    padding-bottom: 36px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--white); }
.footer-site nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 640px;
    margin: 0 auto;
    gap: 16px 40px; }
.footer-site nav ul li a {
    color: var(--white);
    font-family: "Javanese Text", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    display: block; }
.footer-site .socials {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    justify-content: center; }
.footer-site .socials li a img {
    max-height: 44px;
    width: 100%; }

.about-section__row--info {
    font-weight: 300; }
.about-section__row--info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px; column-gap: 20px;}
.about-section__row--info ul li a img {
    height: 44px; }
.about-section__row--info img {
    margin-bottom: 40px; }

input[type="text"] {
    border: 1px solid var(--gray);
    border-radius: var(--radius);
    padding: 15px 24px;
    outline: none !important; }

input[type="email"] {
    border: 1px solid var(--gray);
    border-radius: var(--radius);
    padding: 15px 24px;
    outline: none !important; }

input[type="password"] {
    border: 1px solid var(--gray);
    border-radius: var(--radius);
    padding: 15px 24px;
    outline: none !important; }

input[type="phone"] {
    border: 1px solid var(--gray);
    border-radius: var(--radius);
    padding: 15px 24px;
    outline: none !important; }

input[type="search"] {
    border: 1px solid var(--gray);
    border-radius: var(--radius);
    padding: 15px 24px;
    outline: none !important; }

input[type="tel"] {
    border: 1px solid var(--gray);
    border-radius: var(--radius);
    padding: 15px 24px;
    outline: none !important; }

.heading-vertical {
    position: relative;
    z-index: 3;
    padding: 20px 0 0 60px;
    margin-bottom: 40px; }
.heading-vertical img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    max-width: 72px; }
.heading-vertical h2 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 6px;
    font-family: "Javanese Text", sans-serif;
    color: transparent;
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: #B9B9B9;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1;
    font-size: 50px; }
.heading-vertical h4 {
    font-size: 18px;
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 0 20px;
    letter-spacing: 6px; }
.heading-vertical h3 {
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    margin: 0;
    line-height: 1.64;
    letter-spacing: 4px;
    font-size: 20px; }

.heading-section {
    text-align: center;
    margin-bottom: 40px; }
.heading-section h2 {
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: #B9B9B9;
    color: transparent;
    font-family: "Javanese Text", sans-serif;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 -5px;
    font-size: 60px; }
.heading-section h3 {
    font-size: 16px;
    font-weight: 300;
    color: var(--text-body);
    margin: 0;
    letter-spacing: 8px; }
.heading-section p {
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 20px 0 0; }

.heading-section--white {
    color: var(--white); }
.heading-section--white h2 {
    -webkit-text-stroke-color: var(--white); }
.heading-section--white h3 {
    color: var(--white); }

.letter-1 {
    letter-spacing: 1px; }

.letter-2 {
    letter-spacing: 2px; }

.letter-3 {
    letter-spacing: 3px; }

.btn {
    font-size: 16px;
    transition: all 0.3s;
    color: var(--white);
    padding: 15px 20px;
    min-width: 230px;
    text-align: center;
    font-weight: 300;
    display: inline-flex;
    outline: none !important;
    background: var(--primary);
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    line-height: 1.5;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    letter-spacing: 4px; }
.btn:hover {
    opacity: 0.9;
    color: var(--white); }
.btn strong {
    font-weight: 700;
    font-size: 20px; }
.btn small {
    display: block;
    width: 100%; }

.btn--white {
    font-size: 16px;
    transition: all 0.3s;
    color: var(--white);
    padding: 15px 20px;
    min-width: 230px;
    text-align: center;
    font-weight: 300;
    display: inline-flex;
    outline: none !important;
    background: var(--primary);
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    line-height: 1.5;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    letter-spacing: 4px;
    background: var(--white);
    color: var(--text-body); }
.btn--white:hover {
    opacity: 0.9;
    color: var(--white);
    color: var(--text-body); }
.btn--white strong {
    font-weight: 700;
    font-size: 20px; }
.btn--white small {
    display: block;
    width: 100%; }

.btn-outline {
    font-size: 16px;
    transition: all 0.3s;
    color: #848484;
    padding: 10px 15px;
    min-width: 230px;
    text-align: center;
    font-weight: 300;
    display: inline-flex;
    outline: none !important;
    background: none;
    text-transform: uppercase;
    border: 1px solid #B9B9B9;
    border-radius: 100px;
    line-height: 1.5;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    letter-spacing: 4px; }
.btn-outline:hover {
    opacity: 0.9;
    color: #848484; }

.hamburger {
    position: relative;
    width: 6.658vw;
    height: 6.658vw;
    line-height: 1;
    cursor: pointer;
    display: block;
    right: 0;
    z-index: 99;
    opacity: 1; }
.hamburger span {
    width: 1.198vw;
    height: 1.198vw;
    background: #babbbc;
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(0deg);
    border-radius: 5px;
    top: calc(50% - 0.599vw);
    left: calc(50% - 0.599vw);
    border-radius: 100%; }
.hamburger span::before {
    content: "";
    transform-origin: center center;
    width: 1.198vw;
    height: 1.198vw;
    background: #babbbc;
    backface-visibility: hidden;
    position: absolute;
    left: 2.6vw;
    top: 0;
    transition: 0.3s all ease;
    border-radius: 5px;
    opacity: 1;
    border-radius: 100%; }
.hamburger span::after {
    content: "";
    transform-origin: center center;
    width: 1.198vw;
    height: 1.198vw;
    background: #babbbc;
    backface-visibility: hidden;
    position: absolute;
    left: 2.6vw;
    top: 0;
    transition: 0.3s all ease;
    border-radius: 5px;
    opacity: 1;
    border-radius: 100%;
    left: -2.6vw; }

.hamburger.active span {
    transform: rotate(225deg);
    width: 0.8vw;
    height: 0.8vw;
    top: calc(50% - 0.4vw);
    left: calc(50% - 0.4vw); }
.hamburger.active span::before {
    transform: translate(-50%, -50%) rotate(-90deg);
    left: 50%;
    top: 50%;
    width: 8vw;
    height: 0.8vw;
    border-radius: 3px;
    height: 0.8vw; }
.hamburger.active span::after {
    transform: translate(-50%, -50%) rotate(-90deg);
    left: 50%;
    top: 50%;
    width: 8vw;
    height: 0.8vw;
    border-radius: 3px;
    height: 0.8vw;
    transform: translate(-50%, -50%) rotate(175deg); }

.slick-slider .slick-arrow {
    z-index: 10;
    width: 20px;
    height: 34px; }
.slick-slider .slick-arrow::before {
    display: none; }
.slick-slider .slick-arrow.slick-prev {
    background: url("../images/arrow-left.svg") no-repeat 0 0/100%;
    left: 15px; }
.slick-slider .slick-arrow.slick-next {
    background: url("../images/arrow-right.svg") no-repeat 0 0/100%;
    right: 15px; }
.slick-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px; }
.slick-slider .slick-dots li button {
    width: auto;
    height: auto;
    padding: 0 5px; }
.slick-slider .slick-dots li button::before {
    display: none; }
.slick-slider .slick-dots li button::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #CACACA; }
.slick-slider .slick-dots li.slick-active button::after {
    background: #737373; }

.slick-slider.slick-white .slick-dots li button::after {
    background: #A7A7A7; }
.slick-slider.slick-white .slick-dots li.slick-active button::after {
    background: var(--white); }

.header-site {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s; }

.header-site.header-color {
    position: sticky;
    background: var(--white); }
.header-site.header-color .header-site__nav nav ul li a {
    color: var(--text-body); }
.header-site.header-color .header-site__nav nav ul li:hover a {
    color: var(--primary); }
.header-site.header-color .header-site__nav nav ul li.active a {
    color: var(--primary); }

.header-site.sticky {
    background: var(--white); }
.header-site.sticky .header-site__nav nav ul li a {
    color: var(--text-body); }
.header-site.sticky .header-site__nav nav ul li:hover a {
    color: var(--primary); }
.header-site.sticky .header-site__nav nav ul li.active a {
    color: var(--primary); }

.header-site.show-nav .header-site__nav {
    opacity: 1;
    visibility: visible; }

.header-site__booking {
    font-weight: 300;
    color: var(--black);
    font-size: 14px; }

.header-site__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 33px;
    position: relative; }

.header-site__logo picture {
    display: block; }
.header-site__logo img {
    width: 100%;
    max-height: 16.778vw; }

.header-site__more .btn {
    background: #B88E6D;
    min-width: 155px;
    font-size: 12px;
    font-weight: 500;
    padding: 9px; }
.header-site__more .btn:hover {
    color: var(--white); }
.header-site__more .btn--white {
    background: #B88E6D;
    min-width: 155px;
    font-size: 12px;
    font-weight: 500;
    padding: 9px; }
.header-site__more .btn--white:hover {
    color: var(--white); }

.footer-site__logo {
    margin-bottom: 50px; }
.footer-site__logo img {
    max-width: 108px; }

.footer-site__bottom {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 40px; }
.footer-site__bottom p {
    margin: 0; }

.banner-section {
    position: relative;
    z-index: 1; }
.banner-section picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
.banner-section picture img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.banner-section figure {
    position: absolute;
    bottom: 0;
    right: 50px;
    z-index: 2;
    transform: translateY(50%);
    display: none; }
.banner-section figure img {
    width: 100%;
    max-width: 134px; }
.banner-section h2 {
    font-size: 2.397vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: var(--text-body);
    margin: 0 0 1.332vw;
    letter-spacing: 1px; }
.banner-section h1 {
    /* font-family: "Rage Italic", sans-serif; */
	font-family: 'WindSong', cursive;
    font-weight: 400;
    font-size: 15.313vw;
    color: var(--text-body);
    margin: 0;
    line-height: 1.07;
    letter-spacing: -2px; }
.banner-section .container-lg {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.content-slider {
    padding: 35px 0; }

.content-slider__slider {
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
    margin-bottom: 40px; }
.content-slider__slider::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: url("../images/bg-lines.png") repeat 0 0;
    right: 25px;
    bottom: -18px;
    width: calc(100% + 55px);
    height: calc(100% - 100px); }
.content-slider__slider > figure {
    position: absolute;
    z-index: 2;
    bottom: -10px;
    left: 0;
    width: 50%;
    mix-blend-mode: multiply; }
.content-slider__slider > figure img {
    max-height: 124px; }

.content-slider__slider--list {
    margin-bottom: 0 !important; }
.content-slider__slider--list figure {
    position: relative; }
.content-slider__slider--list figure img {
    width: 100%; }
.content-slider__slider--list figure figcaption {
    position: absolute;
    z-index: 5;
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    bottom: 5px;
    right: 10px;
    max-width: 100%; }
.content-slider__slider--list .slick-dots li button::after {
    width: 9px;
    height: 9px; }

.content-slider__content {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 2; }
.content-slider__content p:last-of-type {
    margin-bottom: 0; }

.content-slider.reverse {
    background: linear-gradient(180deg, transparent 295px, #F8F8F8 295px);
    padding-bottom: 30px; }

.content-slider__list {
    margin-top: 50px; }

.content-slider__list--item {
    border: 1px solid #A7A7A7;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px; }
.content-slider__list--item strong {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary); }
.content-slider__list--item figure {
    width: 50px;
    text-align: center; }
.content-slider__list--item figure img {
    max-height: 87px; }
.content-slider__list--item div {
    flex-basis: 0;
    flex-grow: 1; }
.content-slider__list--item div p:last-of-type {
    margin-bottom: 0; }

.content-slider__list--item.strong-letter strong {
    letter-spacing: 2px; }

.content-slider__bottom {
    margin-top: 30px;
    line-height: 2.5;
    text-align: center; }

.slider-section {
    background: url("../images/bg-lines-2.png") repeat 0 0 #7C7C7C;
    padding: 40px 0 0;
    background-blend-mode: multiply;
    position: relative; }
.slider-section > figure {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 633px;
    mix-blend-mode: multiply;
    transform: translateY(50%);
    left: 30px;
    width: 60%; }
.slider-section .slick-slider.slick-dotted {
    padding-bottom: 80px;
    margin-bottom: 0; }
.slider-section .slick-slider.slick-dotted .slick-dots {
    bottom: 20px; }
.slider-section .slick-slider .slick-arrow.slick-prev {
    left: -10px; }
.slider-section .slick-slider .slick-arrow.slick-next {
    right: -10px; }

.slider-section__item {
    padding: 20px;
    z-index: 1;
    color: var(--white);
    position: relative;
    z-index: 10; }
.slider-section__item::before {
    content: '';
    top: 40px;
    width: 100%;
    height: calc(100% - 30px);
    position: absolute;
    top: 30px;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5); }

.slider-section__item--heading {
    margin-bottom: 20px; }
.slider-section__item--heading h3 {
    font-size: 26px;
    font-weight: 500;
    color: var(--white);
    line-height: 1.4375;
    letter-spacing: 6px;
    font-family: "Noto Serif JP", serif;
    margin: 0 0 20px; }
.slider-section__item--heading h4 {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    line-height: 1.7;
    letter-spacing: 2px; }
.slider-section__item--heading h4 strong {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 5px; }

.slider-section__item--image {
    margin-bottom: 30px; }
.slider-section__item--image figure {
    padding-top: 60%;
    position: relative; }
.slider-section__item--image figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }

.slider-section__item--content {
    font-weight: 300;
    line-height: 1.9375;
    letter-spacing: 1px; }
.slider-section__item--content p:last-of-type {
    margin-bottom: 0; }

.recruit-section {
    padding: 40px 0 30px;
    background: #F8F8F8; }

.recruit-section__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px; }

.recruit-section__item {
    padding: 20px;
    background: var(--white);
    font-size: 14px; }

@media only screen and (max-width:  767px) {
    .recruit-section__item {
    padding: 10px;}
}

.recruit-section__item:last-child {

    grid-column: 1/3;
    /*min-height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.recruit-section__item .btn {
    padding: 5px 20px;
    background: #99b3c7;
    margin-top: 30px; }
.recruit-section__item .btn--white {
    padding: 5px 20px;
    background: #99b3c7;
    margin-top: 30px; }

.recruit-section__item--heading {
    display: flex; flex-wrap:wrap;}
.recruit-section__item--heading figure {
    width: 60%;
    padding-right: 20px; display: block;margin: 0 auto 15px;}
.recruit-section__item--heading figure img {
    max-height: 80px; }

.recruit-section__item--info {
    width: 100%; }
.recruit-section__item--info h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 6px;
    margin: 0;
    line-height: 1.76; }
.recruit-section__item--info p {
    font-weight: 300;
    letter-spacing: 2px; }
.recruit-section__item--info p:last-of-type {
    margin-bottom: 0; }
.recruit-section__item--info p strong {
    font-weight: 700;
    color: var(--pink);
    font-size: 20px; }
.recruit-section__item--info p.recruit-section__item--content-more {
    letter-spacing: 0; }
.recruit-section__item--info label {
    font-weight: 300;
    border-radius: 100px;
    padding: 4px 15px;
    background: #D8A8B3;
    color: var(--white);
    line-height: 1.9;
    width: 100%;
    text-align: center;
    margin: 0 0 10px; }

.recruit-section__item--content {
    margin-top: 20px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 2px; }

.recruit-section__price {
    border-bottom: 1px solid var(--text-body);
    text-align: center;
    margin-top: 20px; }

.recruit-section__price--group {
    border-top: 1px solid var(--text-body); }
.recruit-section__price--group h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 12px 0 0;
    letter-spacing: 5px; }

.recruit-section__price--item {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 22px 0; }
.recruit-section__price--item + .recruit-section__price--item {
    border-top: 1px dotted var(--text-body); }
.recruit-section__price--item h5 {
    font-size: 16px;
    font-weight: 300;
    margin: 0; }
.recruit-section__price--item strong {
    font-weight: 700;
    color: var(--pink);
    font-size: 20px; }
.recruit-section__price--item p {
    margin: 0; }

.faq-section {
    padding: 40px 0 60px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.72;
    background: #F8F8F8; }

.faq-section__item + .faq-section__item {
    margin-top: 30px; }
.faq-section__item h3 {
    background: url("../images/icons/avatar-icon-2.svg") no-repeat 20px 50%/30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.72;
    border: 1px solid #B9B9B9;
    border-radius: 20px;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 15px 35px 14px 65px; }
.faq-section__item h3::before {
    content: '';
    width: 15px;
    height: 10px;
    background: url("../images/arrow-up.svg") no-repeat 0 0/100%;
    position: absolute;
    top: calc(50% - 5px);
    transition: all 0.3s;
    transform: rotate(180deg);
    right: 14px; }

.faq-section__item--content {
    padding-top: 36px;
    text-align: right;
    display: none; }
.faq-section__item--content p:last-of-type {
    margin-bottom: 0;
    text-align: left; }

.faq-section__item--content-inner {
    position: relative;
    border: 1px solid #B9B9B9;
    padding: 15px 65px 15px 20px;
    border-radius: 20px;
    background: url("../images/logo-mini.svg") no-repeat calc(100% - 15px) 11px/35px #E0E8EE; }
.faq-section__item--content-inner::before {
    content: '';
    width: 16px;
    height: 26px;
    background: url("../images/arrow-comment.svg") no-repeat 0 0/100%;
    position: absolute;
    top: -25px;
    right: 34px; }

.faq-section__item.shown h3::before {
    transform: rotate(0deg); }

.step-section {
    padding: 40px 0 60px;
    background: url("../images/bg-lines-2.png") repeat 0 0 #7C7C7C;
    background-blend-mode: multiply;
    text-align: center; }
.step-section h2 {
    text-align: center;
    color: var(--white);
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 6px;
    margin: 0 0 20px; }
.step-section h2 strong {
    font-size: 52px;
    font-weight: 400;
    font-family: "Javanese Text", sans-serif;
    color: #E3CE9F;
    letter-spacing: 0; }
.step-section h2 strong span {
    font-size: 80px; }

.step-section__item {
    background: var(--white);
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 20px;
    position: relative;
    min-height: 70px; }
.step-section__item::after {
    content: '';
    position: absolute;
    border-top: 8px solid var(--white);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    top: 100%;
    left: calc(50% - 50px); }
.step-section__item + .step-section__item {
    margin-top: 40px; }
.step-section__item img {
    max-height: 50px; }
.step-section__item h3 {
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0;
    font-size: 16px; }
.step-section__item h3 strong {
    font-size: 20px;
    font-weight: 900;
    color: #e0b252; }
.step-section__item p {
    font-size: 18px;
    font-weight: 300;
    margin: 0; }
.step-section__item:last-child {
    background: #D199A7; }
.step-section__item:last-child h3 {
    color: var(--white);
    white-space: nowrap; }
.step-section__item:last-child p {
    color: var(--white);
    flex-basis: 0;
    flex-grow: 1; }
.step-section__item:last-child strong {
    color: var(--white); }
.step-section__item:last-child::after {
    display: none; }

.content-image {
    padding: 60px 0;
    background: #F8F8F8; }
.content-image h2 {
    font-family: "Javanese Text", sans-serif;
    font-weight: 400;
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: #B9B9B9;
    color: var(--white);
    letter-spacing: 2px;
    line-height: 1.07;
    font-size: 40px;
    margin: 0 0 20px; }
.content-image h2 span {
    font-weight: 300;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 4px;
    -webkit-text-stroke-width: 0;
    color: var(--text-body);
    margin-left: 5px; }

.content-image__body {
    font-weight: 300; }
.content-image__body p {
    margin-bottom: 20px; }
.content-image__body p:last-of-type {
    margin-bottom: 0; }

.content-image__body--image {
    float: right;
    width: 40%;
    margin: 0 0 20px 20px;
    text-align: center;
    position: relative; }
.content-image__body--image figure {
    position: relative;
    z-index: 1; }
.content-image__body--image figure::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/bg-lines-3.png") repeat 0 0;
    top: 10px;
    left: 10px;
    z-index: -1;
    border-radius: 300px; }
.content-image__body--image figure img {
    width: 100%;
    border-radius: 300px; }
.content-image__body--image p {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 30px 0 0;
    letter-spacing: 4px; }
.content-image__body--image p span {
    font-size: 20px; }

.entry-section {
    background: url("../images/bg-lines-2.png") repeat 0 0 #7C7C7C;
    padding: 60px 0;
    background-blend-mode: multiply; }
.entry-section .container {
    max-width: 880px; }

.radio-container {
    display: inline-flex;
    gap: 4px;
    margin: 0;
    font-weight: 300;
    line-height: 1.5; }
.radio-container input {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 4px; }

.form-row {
    margin-bottom: 10px; }
.form-row .radio-container {
    color: var(--white); }

.form-row__label {
    padding-right: 10px;
    padding-top: 9px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 5px; }
.form-row__label label {
    font-weight: 300;
    margin: 0;
    color: var(--white);
    letter-spacing: 2px; }

.form-row__input {
    position: relative; }
.form-row__input input[type="text"] {
    border: 0;
    border-radius: 25px;
    background: var(--white);
    border: 1px solid #969696;
    padding: 5px 20px;
    min-height: 50px;
    width: 100%;
    letter-spacing: 2px; }
.form-row__input input[type="email"] {
    border: 0;
    border-radius: 25px;
    background: var(--white);
    border: 1px solid #969696;
    padding: 5px 20px;
    min-height: 50px;
    width: 100%;
    letter-spacing: 2px; }
.form-row__input select {
    border: 0;
    border-radius: 25px;
    background: var(--white);
    border: 1px solid #969696;
    padding: 5px 20px;
    min-height: 50px;
    width: 100%;
    letter-spacing: 2px;
    background: url("../images/arrow-down.svg") no-repeat calc(100% - 15px) 50%/16px var(--white);
    -webkit-appearance: none;
    -moz-appearance: none; }
.form-row__input textarea {
    border: 0;
    border-radius: 25px;
    background: var(--white);
    border: 1px solid #969696;
    padding: 5px 20px;
    min-height: 50px;
    width: 100%;
    letter-spacing: 2px;
    height: 200px;
    padding: 15px 20px;
    resize: none; }

.form-row__input--wrap .form-row__input input[type="text"] {
    padding-left: 86px; }
.form-row__input--wrap .form-row__input input[type="email"] {
    padding-left: 86px; }
.form-row__input--wrap .form-row__input select {
    padding-left: 86px; }
.form-row__input--wrap .form-row__input .form-row--required {
    position: absolute;
    top: 10px;
    left: 12px; }

.form-row__input--group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 10px 20px; }

.form-row--checkbox-between .form-row__input--group {
    gap: 10px 20px; }

.form-row--required {
    border-radius: 30px;
    font-size: 14px;
    font-weight: 300;
    background: #737373;
    color: var(--white);
    width: 60px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }

.form-row--label-light .form-row--required {
    background: #A7A7A7; }

.form-row--label-white .form-row--required {
    background: var(--white);
    color: var(--text-body); }

.form-input {
    margin-top: 30px;
    text-align: center; }

.about-section {
    padding: 110px 0 70px;
    background: #F8F8F8; }
.about-section .container {
    max-width: 935px; }

.about-section__row {
    text-align: center;
    margin-bottom: 100px; }
.about-section__row + .about-section__row {
    margin-top: 50px; }

.about-section__row--map {
    width: 80%;
    margin: 0 auto; }
.about-section__row--map .map-wrap {
    padding-top: 100%;
    position: relative; }
.about-section__row--map .map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%; }

.about-section__info {
    margin-top: 50px;
    background: var(--white);
    border-radius: 20px;
    padding: 30px;
    text-align: center; }
.about-section__info .heading-section h2 {
    font-size: 44px; }
.about-section__info figure {
    margin: 0 0 40px; }
.about-section__info figure img {
    max-height: 50px; }

@media (min-width: 48em) {
    h1 {
        font-size: 46px; }

    h2 {
        font-size: 56px; }

    h3 {
        font-size: 40px; }

    h4 {
        font-size: 36px; }

    h5 {
        font-size: 24px; }

    h6 {
        font-size: 20px; } }
@media only screen and (min-width: 768px) {
    .heading-vertical {
        padding: 60px 0 0 100px;
        margin-bottom: 40px; }
    .heading-vertical h2 {
        font-size: 80px; }
    .heading-vertical h4 {
        margin: 0 0 28px; }
    .heading-vertical h3 {
        font-size: 26px; }

    .heading-section {
        margin-bottom: 60px; }
    .heading-section h3 {
        font-size: 18px; }
    .heading-section p {
        font-size: 20px;
        margin: 50px 0 0; }

    .btn {
        font-size: 18px; }
    .btn strong {
        font-size: 22px; }

    .btn--white {
        font-size: 18px; }
    .btn--white strong {
        font-size: 22px; }

    .btn-outline {
        font-size: 20px;
        padding: 14px 20px; }

    .hamburger {
        width: 50px;
        height: 50px; }
    .hamburger span {
        width: 9px;
        height: 9px;
        top: calc(50% - 4.5px);
        left: calc(50% - 4.5px); }
    .hamburger span::before {
        width: 9px;
        height: 9px;
        left: 25px; }
    .hamburger span::after {
        width: 9px;
        height: 9px;
        left: 25px;
        left: -25px; }

    .hamburger.active span {
        width: 4px;
        height: 4px;
        top: calc(50% - 2px);
        left: calc(50% - 2px); }
    .hamburger.active span::before {
        width: 46px;
        height: 4px; }
    .hamburger.active span::after {
        width: 46px;
        height: 4px; }

    .header-site__logo img {
        max-height: 126px; }

    .footer-site {
        padding: 54px 0 30px; }
    .footer-site nav ul {
        gap: 16px 80px; }

    .footer-site__bottom {
        margin-top: 80px; }

    .banner-section figure {
        display: block; }
    .banner-section h2 {
        margin: 0 0 17px;
        font-size: 18px;
        letter-spacing: 2px; }
    .banner-section h1 {
        font-size: 120px;
        letter-spacing: -5px; }

    .content-slider__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px; }

    .content-slider__slider {
        width: calc(50% - 30px);
        max-width: 545px;
        padding-bottom: 0;
        margin-bottom: 0;
        padding-right: 25px; }
    .content-slider__slider > figure {
        bottom: -66px;
        width: 100%;
        left: -37px; }

    .content-slider__slider--list .slick-dots {
        bottom: 0;
        left: auto;
        right: -29px;
        display: flex !important;
        flex-direction: column;
        gap: 15px;
        width: auto; }

    .content-slider__content {
        width: 50%;
        line-height: 3.375;
        font-size: 13px; }

    .content-slider.reverse {
        padding-bottom: 70px; }
    .content-slider.reverse .heading-vertical {
        padding: 80px 100px 0 0; }
    .content-slider.reverse .heading-vertical h2 {
        left: auto;
        right: 0; }
    .content-slider.reverse .heading-vertical img {
        left: auto;
        right: 0; }
    .content-slider.reverse .heading-vertical h4 {
        margin-bottom: 6px; }
    .content-slider.reverse .content-slider__slider {
        order: 2;
        margin-left: 0;
        padding-right: 0;
        padding-left: 25px; }
    .content-slider.reverse .content-slider__slider::before {
        right: auto;
        left: 25px; }
    .content-slider.reverse .content-slider__slider > figure {
        left: auto;
        right: -37px;
        bottom: -70px;
        text-align: right; }
    .content-slider.reverse .content-slider__slider > figure img {
        max-height: 116px; }
    .content-slider.reverse .content-slider__slider--list .slick-dots {
        right: auto;
        left: -29px; }
    .content-slider.reverse .content-slider__slider--list figure figcaption {
        bottom: 5px;
        right: auto;
        left: 10px; }

    .content-slider__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        margin-top: 100px; }

    .content-slider__list--item {
        margin-bottom: 0;
        gap: 36px; }
    .content-slider__list--item figure {
        width: 68px; }

    .content-slider__bottom {
        margin-top: 68px; }

    .slider-section {
        padding: 50px 0 0; }
    .slider-section > figure {
        width: 40%;
        left: 20px; }
    .slider-section .slick-slider.slick-dotted {
        padding-bottom: 140px; }

    .slider-section__item {
        padding: 70px 24px 30px 40px; }

    .slider-section__item--heading {
        display: flex; }
    .slider-section__item--heading h3 {
        font-size: 22px;
        margin: 0 0 40px; }

    .slider-section__item--title {
        width: 42%;
        padding-right: 25px; }

    .slider-section__item--image {
        margin-bottom: 0;
        order: 2;
        width: 58%;
        margin-top: -70px; }

    .recruit-section {
        padding: 100px 0 80px; }

    .recruit-section__list {
        grid-template-columns: 1fr 1fr;
        gap: 20px 30px;
        align-items: flex-start; }

    .recruit-section__item--heading figure {
        width: 38%;
        padding-right: 30px; }

    .recruit-section__item--info {
        width: 62%; }
    .recruit-section__item--info h3 {
        font-size: 22px;
        margin: 0 0 5px; }

    .recruit-section__item:last-child {
        /*grid-row: 3/6;*/
        grid-column: 2/3;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }

    .recruit-section__price--item h5 {
        margin: 0 0 8px; }

    .faq-section {
        padding: 80px 0 174px;
        font-size: 18px; }

    .faq-section__item + .faq-section__item {
        margin-top: 50px; }
    .faq-section__item h3 {
        background-size: 40px;
        font-size: 18px;
        padding: 19px 60px 19px 76px;
        border-radius: 35px; }
    .faq-section__item h3::before {
        right: 28px;
        width: 17px; }

    .faq-section__item--content-inner {
        padding: 19px 80px 19px 45px;
        border-radius: 35px;
        background-size: 48px; }

    .step-section {
        padding: 60px 0 130px; }
    .step-section h2 {
        font-size: 42px;
        margin: 0 0 40px; }
    .step-section h2 strong {
        font-size: 73px; }
    .step-section h2 strong span {
        font-size: 101px; }

    .step-section__item::after {
        border-top-width: 10px;
        border-left-width: 100px;
        border-right-width: 100px;
        left: calc(50% - 100px); }
    .step-section__item + .step-section__item {
        margin-top: 60px; }
    .step-section__item img {
        max-height: 100px;
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%); }
    .step-section__item h3 {
        font-size: 22px; }
    .step-section__item h3 strong {
        font-size: 24px; }

    .content-image {
        padding: 80px 0 154px; }
    .content-image h2 {
        font-size: 50px;
        margin: 0 0 30px; }
    .content-image h2 span {
        font-size: 18px;
        margin-left: 10px; }

    .content-image__body--image {
        width: 32%;
        margin: 0 0 30px 30px;
        margin-top: -21%; }
    .content-image__body--image p {
        font-size: 18px; }
    .content-image__body--image p span {
        font-size: 22px; }

    .content-image__body p {
        margin-bottom: 45px; }

    .entry-section {
        padding: 100px 0 150px; }

    .radio-container input {
        width: 24px;
        min-width: 24px;
        height: 24px;
        margin-top: 2px; }

    .form-row {
        display: flex;
        margin-bottom: 36px; }

    .form-row__label {
        width: 185px;
        margin-bottom: 0; }

    .form-row__input {
        width: calc(100% - 185px); }

    .form-row__input--list {
        padding-left: 86px;
        padding-top: 9px; }
    .form-row__input--list .form-row--required {
        position: absolute;
        top: 9px;
        left: 12px; }

    .form-row__input--group {
        gap: 12px 30px;
        margin-top: 0; }

    .form-row--checkbox-between .form-row__input--group {
        gap: 12px 10px; }

    .form-input {
        margin-top: 80px; }

    .about-section__row {
        display: flex;
        justify-content: space-between;
        align-items: center; }
    .about-section__row + .about-section__row {
        margin-top: 150px; }

    .about-section__row--info {
        width: 45%;
        max-width: 296px; }

    .about-section__row--map {
        width: 50%;
        margin: 0; }

    .about-section__info {
        padding: 45px;
        margin-top: 110px; }
    .about-section__info .heading-section h2 {
        font-size: 60px; }
    .about-section__info figure img {
        max-height: 76px; } }
@media only screen and (min-width: 992px) {
    .heading-vertical {
        padding: 80px 0 0 120px;
        margin-bottom: 80px; }
    .heading-vertical h2 {
        font-size: 103px; }
    .heading-vertical h3 {
        font-size: 42px; }

    .heading-section h2 {
        font-size: 80px;
        margin: 0 0 -15px; }

    .header-site {
        background: rgba(255, 255, 255, 0.7); }

    .header-site__booking {
        display: none; }

    .header-site__inner {
        padding: 27px 0; }

    .header-site__logo {
        margin-bottom: -80px; }
    .header-site__logo img {
        max-height: 142px; }
    .header-site__logo .hamburger {
        display: none; }

    .header-site__logo--color {
        display: none; }

    .header-site__nav .hamburger {
        display: none; }
    .header-site__nav nav ul {
        display: flex;
        gap: 3.5vw;
        align-items: center;
        flex-wrap: wrap; }
    .header-site__nav nav ul li a {
        font-size: 12px; }
    .header-site__nav nav ul li a strong {
        font-size: 22px; }

    .content-slider.reverse .heading-vertical {
        padding: 166px 120px 0 0; }

    .slider-section__item--heading h3 {
        font-size: 32px; }

    .recruit-section__item {
        padding: 45px 30px;
        font-size: 16px; }

    .recruit-section__item--info p strong {
        font-size: 25px; }

    .recruit-section__item--content {
        margin-top: 40px; }

    .recruit-section__price--group h4 {
        font-size: 22px; }

    .recruit-section__price--item strong {
        font-size: 25px; }

    .content-image h2 {
        font-size: 74px;
        margin: 0 0 55px; }

    .about-section__info .heading-section h2 {
        font-size: 78px; } }
@media only screen and (min-width: 1200px) {
    .heading-section h2 {
        font-size: 103px; }

    .btn {
        min-width: 417px;
        font-size: 20px; }
    .btn strong {
        font-size: 28px; }

    .btn--white {
        min-width: 417px;
        font-size: 20px; }
    .btn--white strong {
        font-size: 28px; }

    .btn-outline {
        min-width: 362px; }

    .header-site__nav nav ul li a {
        font-size: 14px; }
    .header-site__nav nav ul li a strong {
        font-size: 27px; }

    .banner-section figure img {
        max-width: 224px; }
    .banner-section h2 {
        font-size: 22px; }
    .banner-section h1 {
        font-size: 139px; }

    .content-slider__list {
        gap: 64px 80px; }

    .content-slider__list--item {
        padding: 30px 20px 30px 36px;
        line-height: 30px;
        font-size: 22px; }
    .content-slider__list--item strong {
        font-size: 28px; }

    .content-slider__bottom {
        line-height: 3.375; }

    .slider-section > figure {
        left: 75px;
        width: 100%; }
    .slider-section .slick-slider .slick-arrow.slick-prev {
        left: -60px; }
    .slider-section .slick-slider .slick-arrow.slick-next {
        right: -60px; }

    .recruit-section__list {
        gap: 75px 90px; }

    .recruit-section__item--info h3 {
        font-size: 26px; }

    .faq-section__item + .faq-section__item {
        margin-top: 86px; } }
@media screen and (min-width: 1024px) {
    .pcbr {
        display: block; }

    .spbr {
        display: none; } }
@media screen and (max-width: 1024px) {
    .pcbr {
        display: none; }

    .spbr {
        display: block; } }
@media only screen and (min-width: 999px) {
    .slick-slider .slick-arrow {
        width: 31px;
        height: 62px; } }
@media only screen and (max-width: 991px) {
    body.show-nav .header-site__nav {
        opacity: 1;
        visibility: visible; }

    .header-site__logo {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 2.663vw 0;
        position: relative;
        z-index: 9; }
    .header-site__logo a {
        margin-bottom: -76px; }

    .header-site__logo--white {
        display: none; }

    .header-site__nav {
        z-index: 99;
        transition: all 0.3s;
        position: absolute;
        padding: 20px;
        width: calc(100% + 40px);
        left: -20px;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
        height: 100vh;
        top: 0;
        background: var(--white); }
    .header-site__nav nav {
        height: 100vh;
        max-height: calc(100vh - 150px);
        overflow-y: auto;
        margin: 50px 0 36px; }
    .header-site__nav nav ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px; }

    .header-site__more {
        display: none; } }
@media only screen and (max-width: -767px) {
    .header-site__logo {
        padding: 2.663vw 0; } }
@media only screen and (max-width: 767px) {
    .header-site__logo a {
        margin-bottom: -10.5vw; }

    .banner-section .container-lg {
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        min-height: 102.130vw;
        padding-bottom: 5vw; flex-direction: column-reverse;}

    .content-slider.reverse .content-slider__slider > figure {
        right: 0;
        left: auto;
        bottom: 0;
        width: 70%; }

    .step-section__item:last-child {
        flex-direction: column;
        gap: 10px; }

    .form-row__input textarea {
        margin-top: 10px; }

    .about-section__row--info img {
        max-width: 140px;
         } }
@media only screen and (min-width: 1300px) {
    .header-site__nav nav ul {
        gap: 70px; }

    .content-slider__slider {
        width: calc(47% + 100px);
        margin-left: -130px;
        padding-right: 0; }

    .content-slider__content {
        width: 53%;
        font-size: 16px; }

    .content-slider.reverse .content-slider__slider {
        margin-right: -130px; } }
@media (max-width: 767px) {
    #message .content-slider__content p:last-of-type {
        padding: 15px;
        background: #f5f5f5; } }
@media only screen and (min-width: 1600px) {
    .slider-section .slick-slider .slick-arrow.slick-prev {
        left: -230px; }
    .slider-section .slick-slider .slick-arrow.slick-next {
        right: -230px; } }
@media screen and (min-width: 768px) {
    .pcbr {
        display: block; }

    .spbr {
        display: none; } }
@media screen and (max-width: 767px) {
    .pcbr {
        display: none; }

    .spbr {
        display: block; } 
    .recruit-section__item:nth-child(7){
        display: none;
    }
}
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
    #delight{
        background: none;
    }
    #delight .content-slider__content p:last-of-type,
    #delight .content-slider__bottom p:last-of-type{
        padding: 15px;
        background: #f5f5f5;
        text-align: left;
    }
    .recruit-section__item--info p:last-of-type,
    .recruit-section__item--content p{
        line-height: 1.6;
    }
    .slider-section__item--content p:last-of-type {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    }
    .slider-section__item--heading {
    margin-bottom: 10px;
    }
    .slider-section__item--image {
    margin-bottom: 10px;
}
}

.banner-section h1{
        text-shadow: 1px 1px 2px #505050, 0 0 2px white, 0 0 2px white;
    color: #ffffff;}
.banner-section h2{
        text-shadow: 1px 1px 2px #505050, 0 0 2px white, 0 0 2px white;
    color: #ffffff;}
.about-section__row--info img.soie1, .about-section__row--info img.soie2 {
  max-width: 100%;
  max-height: unset;
}
.p--icons{
    margin-top: 30px;
}
.p--icons img{
    max-width: 30px;
    height: auto;
}
.error_mess, .thanks_mess {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  font-size: 25px;
}
@media only screen and (max-width:  767px) {
    .banner-section picture {
	  position: unset;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: -1;
	}
	.banner-section .container-lg{display:none;}
	.banner-section h1{
        font-size: 12vw;}
    .banner-section h2{
        text-shadow: 1px 1px 2px #505050, 0 0 2px white, 0 0 2px white;
    color: #ffffff;
    font-size: 4.1vw;
    line-height: 7vw;
    letter-spacing: 2px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    margin-top: 20px;}
	.error_mess, .thanks_mess {font-size: 20px;}
}

